/* 功能样式，以f-开头，如左浮动，右浮动 */
.f-fl{
    float: left;
}
.f-fr{
    float: right;
}
.f-pr{
    position: relative;
}
.f-pa{
    position: absolute;
}
.f-txtl{
    text-align: left;
}
.f-txtc{
    text-align: center;
}
.f-txtr{
    text-align: right;
}
.f-cb::after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* 默认样式覆盖 */
body, html{
    font-family: MicrosoftYaHei;
    min-width: 1280px;
}
ul,li{
    list-style-type: none;
    margin: 0;
    padding: 0
}
a{
    text-decoration: none;
    color: inherit;
}
h1,h2,p{
    font-weight: normal;
    margin: 0;
    padding: 0
}
/* 页面样式 */
.main-content{
    padding: 0 8%;
}
.top-bar{
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    color: #333;
}
.top-logo{
    width: 481px;
    height: 40px;
    padding: 20px 0;
}
.top-bar-right{
    padding-right: 4%;
}
.top-bar-icon{
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    top: 2px;
    margin-right: 8px;
}
.top-bar-icon-contact-us{
    background: url('//v.icbc.com.cn/userfiles/resources/icbc/gongtonngyinng/images/20251/lianxiwomen.png') no-repeat center;
}
.top-bar-icon-friends{
    background: url('//v.icbc.com.cn/userfiles/resources/icbc/gongtonngyinng/images/20251/hezuohuoban.png') no-repeat center;
}
.top-bar-link{
    /* margin-right: 84px; */
    margin-right: 20px;
    position: relative
}
.top-bar-search{
    display: inline-block;
    width: 240px;
    height: 40px;
    margin-top: 20px;
    margin-right: 24px;
}
.login-btn{
    display: inline-block;
    background: #C7000B;
    border-radius: 2px;
    border-radius: 2px;
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    border-style: none;
}
.nav-bar{
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    position: relative;
}
/* .nav-bar-list{
    width: 1280px;
    margin: 0 auto;
} */
.nav-bar-item{
    float: left;
    width: 10%;
    height: 80px;
    line-height: 80px;
    position: relative;
    color: #333333;
    text-align: center;
}
.nav-bar-item.nav-bar-item-more{
    position: static;
}
.nav-bar-name{
    cursor: pointer;
    padding-bottom: 20px;
}

.nav-bar-menus{
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    color: rgba(255,255,255,0.8);
    /* width: 160px; */
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.nav-bar-menus.nav-bar-menus2{
    width: 200px;
    text-align: left;
}
.nav-bar-menus.nav-bar-menus3{
    right: 0;
    left: 0;
    width: auto;
    text-align: left;
}
.nav-bar-menus.nav-bar-menus2 .nav-bar-menu-item{
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}
.nav-bar-menu-item{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.nav-bar-item:hover > .nav-bar-menus{
    display: block;
}
.nav-bar-item:hover > .nav-bar-name{
    border-bottom: 4px solid#C7000B;
}
.nav-bar-item:hover > .nav-bar-name.nav-bar-name-more{
    border-bottom: none;
}
.nav-bar-item.current > .nav-bar-name{
    border-bottom: 4px solid#C7000B;
}
.nav-bar-menu-item:hover{   
    color: rgba(0,0,0,0.8);
    background-color: rgba(255,255,255,0.8);
}
.logo-area{
    height: 598px;
}
.logo-area-content{
    padding-top: 200px;
    padding-left: 20px;
    background-color: #fff;
    background-image: url('//v.icbc.com.cn/userfiles/resources/icbc/gongtonngyinng/images/20251/logo_shuiyin.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 398px;
    background-size: cover;
}
.logo-area-item{
    text-align: center;
    float: left;
    width: 25%;
}
.logo-area-item:last-child{
    margin-right: 0;
}
.logo-area-logo{
    width: 80px;
    height: 80px;
}
.logo-area-bigtxt{
    font-size: 40px;
    color: #CCA371;
    text-align: center;
    margin-top: 24px;
}
.logo-area-smalltxt{
    margin-top: 16px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.logo-area-line{
    position: absolute;
    top: 334px;
    height: 1px;
    width: 100%;
    background-color: #CCA371;
}
.bottom{
    background: #333;
}
.bottom-menu-icon{
    margin-right: 8px;
}


.menu-all-content{
    padding: 91px 0 56px 0;
    border-bottom: 1px solid #838383;
}
.menu-all-content.nav-menu-all-content{
    padding: 40px 0 45px 0;
    border-bottom: none;
}
.menu-all-item{
    width: 12%;
    float: left;
}
.menu-all-item2{
    width: 16%;
}
.menu-all-name{
    color: #fff;
    font-size: 20px;
}
.bottom-menu-icon{
    margin-right: 8px;
}
.menu-all-menus{
    color: #d2d2d2;
    padding: 24px 0 0 24px;
}
.menu-all-menu-item{
    padding-top: 16px;
}
.menu-all-menu-item2{
    display: inline-block;
    width: 40%;
}
.contact-us{
    padding: 55px 0 64px 0;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    border-bottom: 1px solid #838383;
}
.contact-us-left{
    float: left;
    padding-left: 30px;
}
.contact-us-bigtxt{
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.contact-us-p{
    margin-top: 25px;
}
.contact-us-right{
    float: right;
}
.contact-us-qritem{
    float: left;
    text-align: center;
    margin-right: 40px;
    width: 160px;
}
.contact-us-qrcode{
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-bottom: 8px;
}
.copyright{
    font-size: 20px;
}
.copyright-item{
    float: left;
    color: #FFFFFF;
    margin-right: 72px;
    line-height: 80px;
}
.copyright-img{
    float: right;
    width: 250px;
    height: 44px;
    margin-top: 18px;
}
.bg{
    position: relative;
}
.bg-img{
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
}
.header-1{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 504px;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 84px;
    color: rgba(22, 38, 65, 1);
}
.header-2{
    position: absolute;
    left: 10%;
    top: 52%;
    width: 628px;
    height: 66px;
    font-family: 思源黑体;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(22, 38, 65, 1);

}
.list{
    margin: 80px 0 60px 0;
}
.list-top{
    margin-left: 10%;
    width: 90%;
}
.top-tabs{
    min-width: 1170px;
}
.tab-item{
    float: left;
    line-height: 26px;
    font-size: 20px;
    color: #999999;
    text-align: center;
    font-weight: 400;
    margin-right: 30px;
    cursor: pointer;
}
.tab-item.active{
    border-bottom: 4px solid #B21E0F;
}
.tab-item:hover{
    border-bottom: 4px solid #B21E0F;
}
.tab-item:last-child{
    margin-right: 0;
}
.module{
    text-align: center;
    padding: 90px 0px;
}
.module-title{
    display: inline-block;
}
.module-content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 60px;
    flex-wrap: wrap;
}
.module-title-txt{
    line-height: 40px;
    font-size: 30px;
    color: #333333;
    margin: 0 16px;
}
.module-content-row{
    flex:none;
    width: 80%;
    display: flex;
    min-width: 1100px;
    max-width: 1500px;
}

.feature-img{
    width: 100%;;
}
.scene-item{
    width: 456px;
    height: 400px;
    margin-right: 16px;
    border: 1px solid #eee;
    display: inline-block;
    vertical-align: top;
}
.scene-item:last-child{
    margin-right: 0;
}
.scene-top{
    position: relative;
}
.scene-item-title{
    position: absolute;
    line-height: 45px;
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    transform: translateX(-50%);
}
.scene-item-desc{
    padding: 16px 24px 32px 24px;
    line-height: 21px;
    font-size: 16px;
    color: #666;
}
.scene-item-img{
    width: 100%;
}
.endorse-tabs, .other-tabs{
    margin-top: 56px;
}
.endorse-tabs-item, .other-tabs-item{
    font-size: 20px;
    line-height: 26px;
    color: #999999;
    margin-right: 96px;
    cursor: pointer;
}
.endorse-tabs-item:last-child, .other-tabs-item:last-child{
    margin-right: 0;
}
.endorse-tabs-item:hover, .endorse-tabs-item.current, .other-tabs-item:hover, .other-tabs-item.current{
    border-bottom: 4px solid #B21E0F;
    color: #333;
}
.endorse-img{
    display: inline-block;
}
.endorse-content{
    text-align: center;
}
.other-content{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.other-content-card{
    float: left;
    width: 48%;
    box-sizing: border-box;
    padding: 32px;
    border: 1px solid #eee;
    margin-bottom: 32px;
}
.other-content-card:nth-child(2n-1){
    margin-right: 2%;
}
.other-content-card-img{
    float: left;
    width: 64px;
    height: 64px;
    display: inline-block;
    margin-right: 16px;
}
.other-content-card-right{
    overflow: hidden;
    text-align: left;
}
.other-content-card-title{
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
.other-content-card-desc{
    font-size: 14px;
    line-height: 19px;
    color: #666;
}

/* 内容 */
.risk-content.module{
    padding: 30px 0;
    padding-bottom: 56px;
}
.risk-content .module-content-row{
    margin: 0 auto;
}
.risk-item{
    position: relative;
    flex: 1;
    box-shadow: 0px 3px 8px  rgba(0, 0, 0, 0.1);
}
.risk-item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 5px solid transparent;
}
.risk-item-div{
    flex:1;
}
.risk-item:hover{
    box-shadow: 0px 12px 20px  rgba(0, 0, 0, 0.1);
}
.risk-item:hover::before{
    border: 5px solid #fff;
}
.risk-item:hover .risk-item-title{
    color: rgba(199, 0, 11, 1);
}
.risk-item>img{
    width: 100%;
    /* height: 100%; */
}
.risk-item-mg{
    flex: none;
    width: 2vw;
    min-width: 20px;
}
.risk-item-info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
}
.risk-item-title{
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(22, 38, 65, 1);
    text-align: left;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
    position: relative;
}
.risk-item-title:hover + .risk-item-title-tip{
    display: block;
}
.risk-item-title-tip{
    display: none;
    position: absolute;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(22, 38, 65, 1);
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 10%), 0px 8px 10px 1px rgb(0 0 0 / 6%), 0px 3px 14px 2px rgb(0 0 0 / 5%);
    z-index: 5;
    top: -6px;
    right: -27%;
}
.risk-item-title-tip::before{
    content: "";
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    top: 28px;
    left: 22px;
}
.risk-item-des{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(22, 38, 65, 1);
    text-align: left;
}
.risk-item-list{
    position: absolute;
    bottom: 2%;
    height: 50%;
    display: flex;
    flex-direction: column;
}
.risk-item-list>div{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    color: rgba(22, 38, 65, 1);
    text-align: left;
    flex: 1;
}
.risk-item-list>div::after{
    content:"";
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}
.risk-item-list>div>img{
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.risk-item-logo{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 59%;
    height: 72%;
}
.risk-item-logo>img{
    width: 100%;
}
.risk-item-min{
    flex: 1;
    display: flex;
    flex-direction: column;   
}
.risk-item-min-con{
    position: relative;
    flex: 1;
    box-shadow: 0px 3px 8px  rgba(0, 0, 0, 0.1);
}

.risk-item-min-con::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border: 5px solid transparent;
}

.risk-item-min-con:hover{
    box-shadow: 0px 12px 20px  rgba(0, 0, 0, 0.1);
}
.risk-item-min-con:hover .risk-item-min-title{
    color: rgba(199, 0, 11, 1);
}

.risk-item-min-con:hover::after{
    border: 5px solid #fff;
}
.risk-item-min>.mg{
    flex: none;
    height: 12px;
}
.risk-item-min-logo{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
}
.risk-item-min-logo>img{
    width: 100%;
}
.risk-item-min-bg{
    width: 100%;
}
.risk-item-min-info{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 25px;
}
.risk-item-min-title{
    margin: 0;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(22, 38, 65, 1);
    text-align: left;
}
.risk-item-min-des{
    font-size: 19.61px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 29.42px;
    color: rgba(22, 38, 65, 1);
    text-align: left;
    padding-top: 10px;
}
.risk-item-min-list{
    position: absolute;
    bottom: 15px;
    top: 58%;
    display: flex;
    flex-direction: column;
}
.risk-item-min-list.more{
    flex-direction: inherit;
    flex-wrap: wrap;
}
.risk-item-min-list.more>div{
    flex: none;
    width: 50%;
    
}
.risk-item-min-list>div{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 29.42px;
    color: rgba(22, 38, 65, 1);
    text-align: left;
    flex: 1;
}
.risk-item-min-list>div>img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
/* AI 反炸 */
.atfz-bg .header-1{
    position: absolute;
    left: 10%;
    top: 15%;
    width: 504px;
    height: 168px;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 84px;
    color: rgba(255, 255, 255, 1);
}
.atfz-bg .header-2{
    position: absolute;
    left: 10%;
    top: 40%;
    width: 628px;
    height: 66px;
    font-family: 思源黑体;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
}
/* 产品优势 */
.benefits-row{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: none;
    min-width: 1250px;
    max-width: 1490px;
}
.benefits-row >.benefit-item:last-child{
    margin-right: 0;
}
.benefit-item{
    text-align: center;
    border-radius: 2.67px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2.67px 8px rgb(0 0 0 / 10%);
    padding: 32px;
    flex: 1;
}
.benefit-item:nth-child(2){
    margin: 0 20px;
}
.benefit .module-content{
    display: block;
}

.benefit-item-img{
    vertical-align: middle;
    width: 26px;
}
.benefit-item-title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
}
.benefit-item-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
    text-align: left;
}
/* 产品优势 */
.cpyoushi .module-content-row{
    justify-content: center;
}
.cpyoushi .module-content-row>div{
    flex: 1;
}
.cpyoushi-item{
    width: 330px;
    margin: 0 auto;
}
.cpyoushi-item-title{
    position: relative;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    margin: 0;
    padding: 15px 0px;
}
.cpyoushi-item-title::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    opacity: 1;
    background: linear-gradient(167.85deg, rgba(244, 47, 39, 0.4) 0%, rgba(240, 17, 10, 1) 100%);
    vertical-align: middle;
    border-radius: 8px;
    margin-right: 10px;
}
.cpyoushi-item-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    padding-left: 19px;
}
/* 四大特点 */
.sidatedian-item{
    position: relative;
}
.sidatedian-item-mag{
    width: 1vw;
}
.sidatedian-item:last-child{
    margin-right: 0;
}
.sidatedian-item >img{
    width: 100%;
}
.sidatedian-item-title{
    position: absolute;
    color: #fff;
    top: 9%;
    left: 5%;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
}
.sidatedian-item-des{
    position: absolute;
    top: 30%;
    left: 5%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    right: 5%;
}
.sidatedian-item::after{
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    top: 26%;
    left: 5%;
}
/* 使用场景 */
.shiyongchangjin{
    
}
.shiyongchangjin .module-content-row{
    display: block;
}
.shiyongchangjin-item{
    
}
.shiyongchangjin-item-title{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
}
.shiyongchangjin-item-info{
    display: flex;
}
.shiyongchangjin-item-label{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    flex: none;
}
.shiyongchangjin-item-des{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26.06px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
}

/* 大模型banner */
.dmx-header-1 {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 504px;
    height: 168px;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 84px;
    color: rgba(255, 255, 255, 1);
    transform: translateY(-50%);
}

.dmx-cpyoushi .module-content-row{
    
}
.dmx-cpyoushi .module-content-row>div{
    flex: 1;
}
.dmx-cpyoushi-item{
    width: 260px;
    margin: 0 auto;
}
.dmx-cpyoushi-item-title{
    position: relative;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}
.dmx-cpyoushi-item-title::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    opacity: 1;
    background: linear-gradient(167.85deg, rgba(244, 47, 39, 0.4) 0%, rgba(240, 17, 10, 1) 100%);
    vertical-align: middle;
    border-radius: 8px;
    margin-right: 10px;
}
.dmx-cpyoushi-item-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    padding-left:18px ;
}
/* 大数据服务 */

.dsjfw-header-1{
    position: absolute;
    left: 10%;
    top: 15%;
    width: 504px;
    height: 168px;
    font-size: 56px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 84px;
    color: rgba(255, 255, 255, 1);
}
.dsjfw-header-2{
    position: absolute;
    left: 10%;
    top: 40%;
    width: 628px;
    height: 66px;
    font-family: 思源黑体;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
}

/* 核心功能 */
.hexingongneng .module-content-row{
    width: 90%;
    min-width: auto;
}
.hexingongneng .module-content-row:nth-child(2){
    margin: 60px 0;
}
.hexingongneng-item{
    flex: 1;
    text-align: center;
}
.hexingongneng-item::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 9px;
    background: linear-gradient(167.85deg, rgba(244, 47, 39, 0.4) 0%, rgba(240, 17, 10, 1) 100%);
    vertical-align: middle;
}
.hexingongneng-item-title{
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
}
.hexingongneng-item-des{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    vertical-align: middle;
    width: 240px;
    text-align: left;
}
/* 融安E信 */

.raex-header-1{
    position: absolute;
    left: 10%;
    top: 16%;
    width: 256px;
    height: 90px;
    font-family: 思源黑体;
    font-size: 56px;
    color: #FFFFFF;
    font-weight: 700;
    
}
.raex-header-2{
    position: absolute;
    left: 10%;
    top: 44%;
    width: 628px;
    height: 66px;
    font-family: 思源黑体;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
}
.raex-header-3{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 16%;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
}
.raex-header-3-img{
    height: 70%;
    margin-left: 10%;
    flex: none;
}

/* 核心功能 */
.hexing-item-list{
    flex: none;
    width: 33.33%;
}
.hexing-item-list >li{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.hexing-item-list >li:first-child{
    margin-top: 0;
}
.hexing-item-list >li::before{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 9px;
    background: linear-gradient(167.85deg, rgba(244, 47, 39, 0.4) 0%, rgba(240, 17, 10, 1) 100%);
}
.hexing-item-title{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
}
.hexing-item-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    align-self: flex-end;
    color: rgba(102, 102, 102, 1);
    margin-left: 5px;
}

/* 产品优势 */
.raex-benefit-item{
    flex: none;
    width: 352px;
    text-align: center;
    border-radius: 2.67px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2.67px 8px  rgba(0, 0, 0, 0.1);
    padding: 35px 0;
    margin-right: 20px;
    margin-left: 20px;
}
.raex-benefit .module-content{
    display: block;
}
.raex-benefits-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 100%;
}
.raex-benefit-item-img{
    width: 28px;
    vertical-align: middle;
}
.raex-benefit-item-title{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(0, 0, 0, 1);
}
.raex-benefit-item-desc{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

/* 社会认可 */
.renke .module-content{
    display: block;
    min-height: 260px;
}
.renke-items{
    display: flex;
    flex: none;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1280px;
}
.renke-items>li{
    width: 40%;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 46px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    list-style: disc;
    white-space: nowrap;
}