/*html {*/
/*    font-size: 14px;  !* 固定字体大小，不受缩放影响 *!*/
/*}*/

/*body {
    font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';  !* 基于根元素 font-size *!
}*/
*{
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    overflow-y: hidden; /* 禁止页面滚动 */
    /*font-size: 14px;*/
    position: relative;
}
.nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.nav-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin-left: 5%;
    padding: 0.3rem 0;
    box-sizing: border-box;
}
.nav-logo img{
    width: 1.7rem;
}
.btnList{
    display: flex;
}
.langBtn{
    display: flex;
    align-items: center;
}
.white-btn{
    background: rgba(255,255,255,.3);
    border:1px solid #fff;
    border-radius: 0.08rem;
    padding: 0.08rem 0.12rem;
    margin: 0 0.15rem;
    cursor: pointer;
    font-size: 0.14rem;
}
.white-btn:hover{
    background: rgba(255,255,255,.6);
}
.white-btn a{
    color: #fff;
}
.black-btn{
    background: rgba(0,0,0,.6);
    border:1px solid #000;
    border-radius: 0.08rem;
    padding: 0.08rem 0.12rem;
    margin: 0 0.15rem;
    cursor: pointer;
    font-size: 0.14rem;
}
.black-btn:hover{
    background: rgba(0,0,0,.3);
}
.black-btn a{
    color: #fff;
}
.blue-btn{
    background: rgba(22, 94, 255, 1);
    border:1px solid rgba(22, 94, 255, 1);
    border-radius: 0.08rem;
    padding: 0.08rem 0.12rem;
    margin: 0 0.15rem;
    cursor: pointer;
    font-size: 0.14rem;
}
.blue-btn:hover{
    background: rgba(22, 94, 255, .8);
}
.blue-btn a{
    color: #fff;
}
.layui-btn{
    background: transparent;
    padding: 0 0.06rem;
    font-size: 0.14rem;
}
.content{
    width: 100%;
}
.banner{
    width: 100%;
    height: 100%;
    background: url("../image/banner.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.bannerText{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.bannerTit{
    font-size: 0.32rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}
.title{
    font-size: 0.28rem;
    text-align: center;
    padding: 0.85rem 2rem 0.45rem;
    font-weight: 700;
    box-sizing: border-box;
}
.centerDiv{
    text-align: center;
}
.white{
    background: #fff;
}
.gray{
    background: #F7F8FA;
}
.cardDiv{
    padding: 0 0.40rem;
    display: flex;
    align-items: stretch;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.card{
    width: calc(14.28% - 0.2rem);
    box-shadow: 0.02rem 0.02rem 0.05rem 0.02rem rgba(0,0,0,.1);
    border-radius: 0.08rem;
    text-align: center;
    padding: 0.15rem 0.15rem 0.25rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    margin-right: 0.228rem;
    background: #fff;
}
.card:last-child{
    margin-right: 0;
}
.cardTit{
    font-size: 0.18rem;
    font-weight: 700;
    margin: 0.16rem 0 0.1rem;
}
.cardImg img{
    /*width: 2.3rem;*/
    height: 0.32rem;
}
.cardText{
    font-size: 0.14rem;
}
.period{
    padding-bottom: 0.6rem;
}
.mtCon{
    margin: 0.3rem 0;
}
.firstCon{
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.secondCon{
    display: flex;
    align-items: stretch;
    justify-content: center;
    /*margin-top: 1rem;*/
}
.mtCard{
    width: 1.2rem;
    margin: 0.5rem;
    text-align: center;
}
.mtImg img{
    height: 0.8rem;
}
.mtText{
    font-size: 0.18rem;
    font-weight: 700;
    margin-top: .2rem;
}
.comCon{
    padding: 0.2rem 0 0.4rem;
}
.comCard{
    display: flex;
    justify-content: center;
    align-items: center;
}
.comImg{
    margin-left: 0.4rem;
}
.comImg img{
    width: 3.5rem;
}
.comList li{
    display: flex;
    align-items: center;
    margin-bottom: .14rem;
    font-size: 0.18rem;
}
.comList li img{
    margin-right: 0.1rem;
}
.aiCon{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.4rem 0.35rem;
}
.aiCard{
    width: calc(25% - 0.2rem);
    box-shadow: 0.02rem 0.02rem 0.05rem 0.02rem rgba(0,0,0,.1);
    border-radius: 0.08rem;
    text-align: center;
    padding:0.2rem 0.15rem 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.atTit{
    font-size: 0.18rem;
    font-weight: 700;
    margin: 0.12rem 0 0.08rem;
    width: 100%;
}
.aiImg{
    padding: .15rem;
    background: #F7F8FA;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aiImg img{
    width: 0.26rem;
    height: 0.26rem;
}
.atText{
    font-size: 0.14rem;
    width: 100%;
}

.footer{
    padding: 0 0.2rem 0.5rem;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.3rem;
}
.footer-box {
    height: 0.1rem;
    color: #333;
    padding-top: 2%;
    display: flex;
    justify-content: space-between;
    border-top: 0.02rem solid #ccc;
    font-size: 0.18rem;
}

.elementor-icon i, .elementor-icon svg {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    display: block;
}

.elementor-element {
    display: flex;
    align-items: center;
}

.elementor-social-icon svg {
    fill: #fff;
}

.elementor-grid-item {
    margin-left: 0.1rem;
}

.elementor-social-icon {
    padding: 0.07rem;
    background-color: #778CA9;
    display: flex;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.elementor-social-icons-wrapper {
    display: flex;
}
.flow,.period,.material,.compliance,.ai{
    overflow: hidden;
}
.centerDiv img{
    max-width: 100%;
    width: 45%;
}
#content .section {
    height: 100%; /* 每个 section 填满整个屏幕 */
}
.bannerText button{
    font-size: 0.22rem;
    padding: 0.12rem 0.2rem;
}

@media screen and (max-width: 1200px) {
    .cardDiv{
        padding: 0 0.6rem;
    }
    .card{
        width: calc(25% - 0.2rem);
        margin-right: 0.265rem;
    }
    .card:nth-child(4n){
        margin-right: 0;
    }
    .title{
        padding: 0.5rem  0.5rem 0.3rem;
    }
    .bannerTit{
        margin-bottom: 0.5rem;
        font-size: 0.4rem;
    }
    .white-btn,.black-btn,.blue-btn{
        font-size: 0.18rem;
        height: intrinsic;
    }
    .layui-btn{
        height: intrinsic;
        line-height: inherit;
    }
    .centerDiv img{
        width: 50%;
    }
    .aiCon{
        padding:0 0.6rem 0.35rem;
    }
    .layui-font-12{
        font-size: 0.20rem !important;
    }

}

@media screen and (max-width: 768px) {
    .bannerText{
        width: 90%;
    }
    .bannerTit{
        font-size: 0.6rem;
        margin-bottom: 0.3rem;
    }
    .title{
        font-size: 0.32rem;
        padding: 0.6rem 0.2rem 0.25rem;
    }
    .cardDiv{
        padding: 0 0.6rem;
    }
    .cardImg{
        height: 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .centerDiv img{
        width: 90%;
    }
    .card{
        width: calc(50% - 0.2rem);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .card:nth-child(4n){
        margin-right: 0.265rem;
    }
    .card:nth-child(2n){
        margin-right: 0px;
    }
    .cardImg img{
        height: 0.7rem;
    }
    .cardTit{
        font-size: 0.32rem;
    }
    .cardText{
        font-size: 0.22rem;
    }
    .comImg{
        margin-left: 0;
        text-align: center;
        padding-top: 0.2rem;
    }
    .comList li{
        font-size: 0.26rem;
    }
    .comImg img{
        width: 70%;
    }
    .aiCard{
        width: calc(50% - 0.2rem);
    }
    .nav-box{
        width: 94%;
        margin-left: 3%;
        align-items: flex-start;
        padding: 0.15rem 0;
    }
    .btnList{
        justify-content: flex-end;
        flex-wrap: wrap;
        width: calc(100% - 2.9rem);
    }
    .white-btn,.black-btn,.blue-btn{
        font-size: 0.28rem;
        padding: 0.2rem 0.16rem;
    }
    .layui-btn{
        font-size: 0.28rem;
        height: auto;
    }
    .white-btn{
        margin: 0 0.05rem;
    }
    .black-btn{
        margin: 0 0.05rem;
    }
    .blue-btn{
        margin: 0 0.05rem;
    }
    .langBtn{
        width: 100%;
        justify-content: flex-end;
        margin-bottom: 0.1rem;
        font-size: 0.4rem;
    }
    .langBtn i{
        font-size: 0.4rem !important;
    }
    .nav-logo img{
        width: 2.8rem;
        margin-top: -1.1rem;
    }
    .firstCon,.secondCon{
        flex-wrap: wrap;
    }
    .comCard{
        flex-wrap: wrap;
    }
    .mtImg{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .mtImg img{
        height: 1.2rem;
    }
    .mtCard{
        margin:0.4rem;
        width: calc(50% - 1.2rem);
    }
    .mtText{
        font-size: 0.3rem;
    }
    .aiCard{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    .aiImg{
        width: 1.5rem;
        height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .aiImg img{
        width: 0.8rem;
        height: 0.8rem;
    }
    .atTit{
        font-size: 0.3rem;
        width: 100%;
    }
    .atText{
        font-size: 0.28rem;
    }
    .footer-copyright{
        font-size: 0.24rem;
    }
    .aiCon{
        padding:0 0.6rem 0.35rem;
    }
    .period .fp-tableCell{
        vertical-align:bottom;
    }
    /*.footer{
        position: relative;
    }*/
}
/*
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    bottom: 0;
    top: inherit !important;
}*/
