/* ---头部---start--- */
.head-banner-container{
    width: 100%;
    margin-top: 100px;
    padding: 6.25vw 0px;
    /* background-color: rgb(253, 253, 253); */
}

.banner-title-text{
    width: 80%;
    margin: 0px auto;
}
.banner-header-right{
    margin-top: 5.4vw;
    font-size: 0.85vw;
}
.banner-img{
    width: 100%;
}
.banner-header{
    display: flex;
    justify-content: space-between;
}
.banner-tosubpagebtn{
    width: auto;
    padding: 15px 20px;
    height: 2.4vw;
    border: 1px solid #004EA1;
    border-radius: 3px;
    transition: all .3s;
}
.banner-tosubpagebtn:hover{
    color: #fff;
    background-color: #004EA1;
}
.banner-title-text .pc_img{
    display: block;
    width: 100%;
}
.banner-title-text .mobile_img{
    display: none;
    width: 100%;
}

.banner-company{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5.4vw;
}

.banner-title{
    font-size: 30px;
    font-weight: bold;
    color: #004EA1;
    margin-top: 8px;
}

.banner-text{
    font-size: 18px;
    margin-top: 50px;
    font-weight: 400;
    color: #292525;
    line-height: 36px;
}
/* ---头部---end--- */

/* ---自我评价---start--- */
.selfEvaluation{
    width: 80%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    margin-top: 6.25vw;
}
.selfEvaluation-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.selfEvaluation-up{
    width: 6.7vw;
    height: 6.7vw;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(0,78,161,0.19);
    display: flex;
    justify-content: center;
    align-items: center;
}
.selfEvaluation-up img{
    width: 3vw;
}
.selfEvaluation-title{
    font-weight: bold;
    color: #004EA1;
    font-size: 1.25vw;
    margin-top: 2vw;
}
.selfEvaluation-text{
    width: 10vw;
    font-size: 16px;
    text-align: center;
    margin-top: 1vw;
}
/* ---自我评价---end--- */

/* ---产品优势---start--- */
.ourAdvantages{
    width: 100%;
    height: 34.375vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 7vw;
    background-image: var(--bg-img);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: auto 100%;
    color: #FCFCFC;
    transition: all 2s;
}
.ourAdvantages:hover{
    background-size: auto 110%;
}
.ourAdvantages-title{
    font-size: 1.6vw;
    font-weight: bold;
    color: #FCFCFC;
}
.ourAdvantages-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6.25vw;
}
.ourAdvantages-info{
    display: flex;
    justify-content: center;
    margin: 0px 2.6vw;
}
.ourAdvantages-left{
    margin-right: 2vw;
}
.ourAdvantages-logo{
    width: 3.8vw;
    height: 3.8vw;
    border-radius: 0.5vw;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourAdvantages-logo img{
    width: 2vw;
}
.ourAdvantages-info-title{
    font-size: 1.25vw;
    font-weight: bold;
}
.ourAdvantages-info-text{
    width: 11.5vw;
    font-size: 0.8vw;
    margin-top: 0.9vw;
}
/* ---产品优势---end--- */

/* ---产品展示---start--- */
.productDisplay{
    width: 80%;
    margin: 0px auto;
}
.productDisplay-title{
    font-size: 1.66vw;
    font-weight: bold;
    color: #292525;
    margin-top: 6.25vw;
}
.productDisplay-list{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 3.125vw;
}
.productDisplay-item{
    width: 31.25%;
    margin-right:2%;
    margin-bottom: 5.2vw;
}
.productDisplay-image{
    width: 100%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
    padding: 2vw 0px;
    border-radius: 10px;
}
.productDisplay-item img{
    width: 75%;
    height: 95%;
    object-fit: contain;
    transition: all 1s;
}
.productDisplay-text{
    display: flex;
    justify-content: space-between;
    margin-top: 1.25vw;
}
.productDisplay-text p:nth-child(1){
    font-size: 0.8vw;
    font-weight: bold;
    /* color: #004EA1; */
    color: #292525;
    transition: all .3s;
}
.productDisplay-text p:nth-child(2){
    font-size: 0.8vw;
    font-weight: 400;
    color: #292525;
    line-height: 18px;
    transition: all .3s;
}
.productDisplay_hover:hover>.productDisplay-text p{
    color: #004EA1;
}
.productDisplay_hover:hover>.productDisplay-image img{
    width: 80%;
    height: 100%;
}
.paging_list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
}
.paging_list .page_active{
    background: #004EA1;
    color: #fff;
}
.page_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    background: #EEEFF6;
    margin: 0px 0.65vw;
    transition: all .3s;
    cursor: pointer;
}
.page_button:hover{
    background: #004EA1;
    color: #fff;
}
/* ---产品展示---end--- */

/* ---产品详情页遮罩---start--- */
.productDisplay-info-page{
    position: fixed;
    display: none;
    opacity: 0;
    z-index: 99999;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

/* ---产品详情页---end--- */
#iframe_index{
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 99999;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
/* ---移动端头部---start--- */

@media (max-width: 996px) {
    .banner-title-text{
        width: 88%;
        padding-top: 6vw;
    }
    .banner-title-text .pc_img{
        display: none;
    }
    .banner-title-text .mobile_img{
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .banner-img{
        height: 50vw;
    }
    .banner-text{
        font-size: 14px;
        line-height: 28px;
    }
    .banner-company{
        margin-top: 13vw;
        font-size: 14px;
    }
    .banner-header{
        flex-direction: column;
    }
    .banner-header-right{
        margin-top: 8vw;
        font-size: 13px;
    }
    .banner-tosubpagebtn{
        width: auto;
        height: 10vw;
    }
    .banner-title{
        font-size: 16px;
    }
    .selfEvaluation{
        flex-direction: column;
        margin-top: 4vw;
    }
    .selfEvaluation-flex{
        margin-top: 6.1vw;
    }
    .selfEvaluation-up{
        width: 15vw;
        height: 15vw;
    }
    .selfEvaluation-up img{
        width: 7vw;
    }
    .selfEvaluation-title{
        font-size: 16px;
        margin-top: 4vw;
    }
    .selfEvaluation-text{
        width: 47vw;
        font-size: 14px;
        margin-top: 2vw;
    }
    .ourAdvantages{
        height: 150vw;
    }
    .ourAdvantages-title{
        font-size: 18px;
        margin-top: 14vw;
        margin-bottom: 3.3vw;
    }
    .ourAdvantages-list{
        flex-direction: column;
    }
    .ourAdvantages-info{
        margin-bottom: 10vw;
    }
    .ourAdvantages-logo{
        width: 10vw;
        height: 10vw;
        border-radius: 1.3vw;
    }
    .ourAdvantages-logo img{
        width: 5.5vw;
    }
    .ourAdvantages-left{
        margin-right: 5.6vw;
    }
    .ourAdvantages-info-text{
        width: 65.6vw;
        margin-top: 2.4vw;
        font-size: 12px;
    }
    .ourAdvantages-info-title{
        font-size: 15px;
    }
    .productDisplay{
        width: 88%;
    }
    .productDisplay-title{
        font-size: 17px;
        margin-top: 13vw;
    }
    .productDisplay-list{
        margin-top: 6.6vw;
        justify-content: space-between;
    }
    .productDisplay-item{
        width: 41vw;
        margin-right: 0;
    }
    .productDisplay-text{
        flex-direction: column;
    }
    .productDisplay-text p:nth-child(1){
        font-size: 12px;
    }
    .productDisplay-text p:nth-child(2){
        font-size: 12px;
    }
    .productDisplay-image{
        height: 30vw;
    }
    .paging_list{
        margin-top: 13vw;
    }
    .page_button{
        width: 8vw;
        height: 8vw;
        margin: 0 1.6vw;
    }
    .productDisplay-info-container{
        width: 90%;
    }
    .productDisplay-content{
        width: 93%;
        margin: 20% auto 0;
        height: 80%;
    }
    .swiper-div{
        width: 93%;
        height: 45vw;
    }
    .swiper-div .swiper-slide{
        border-radius: 5px;
    }
    .productDisplay-content-title{
        width: 93%;
        font-size: 16px;
        margin-top: 4vw;
    }
    .productDisplay-content-title-cn{
        width: 93%;
        font-size: 14px;
    }
    .productDisplay-table{
        width: 93%;
    }
    .productDisplay-table .table-label{
        width: 35%;
        font-size: 12px;
    }
    .productDisplay-table .table-text{
        width: 80%;
        font-size: 12px;
    }
    .productDisplay-img{
        width: 93%;
    }
    /* 滚动条的轨道 */
    .productDisplay-content::-webkit-scrollbar-track{
        background-color: #cccccc67; /* 设置轨道的背景色 */
    }
    /* 滚动条的滑块 */
    .productDisplay-content::-webkit-scrollbar-thumb {
        background-color: #004ea184; /* 设置滑块的背景色 */
    }
    /* 滚动条的边框 */
    .productDisplay-content::-webkit-scrollbar {
        width: 2px; /* 设置滚动条的宽度 */
    }
    .product_text{
        width: 93%;
        margin: 0px auto;
        font-size: 12px;
        line-height: 24px;
    }
}
/* ---移动端头部---end--- */