.banner{
    height: auto!important;
}
.swiper-slide img {
    float: left;
    position: relative;
}

.banner_text {
    position: absolute;
    top: 1.95rem;
    left: 1.6rem;
    transform: translate(0%,0%);
}

.banner_text_tit {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: .5rem;
    padding: 0 .15rem;
    background: #0F5BC2;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    margin-bottom: .21rem;
    width: fit-content;
}

.banner_text_txt {
    font-size: 0.42rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: .7rem;
}

.banner_text_tit_en {
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

.banner_form {
    position: absolute;
    top: 4.54rem;
    left: 1.3rem;
    width: 1.64rem;
    height: 0.56rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EEEEEE;
    display: flex;
}

.banner_form label {
    display: flex;
}

.choose {
    width: 1.13rem;
    padding-left: .2rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
}

.choose_arrow {
    width: .51rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose_arrow img {
    width: .2rem;
}

.option {
    position: absolute;
    top: .56rem;
    width: 100%;
    background: #fff;
    padding: 0 .2rem;
    box-sizing: border-box;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #EEEEEE;
    display: none;
}

.question {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    margin: .15rem 0;
    cursor: pointer;
}
.question:first-child{
    margin-bottom: .3rem;
}

.question:hover {
    color: #004AAE;
}

.swiper1 .swiper-pagination {
    display: flex;
    padding-left: 1.6rem;
    bottom: .54rem !important;
}

.swiper1  .swiper-pagination-bullet {
    width: auto !important;
    height: auto !important;
    margin: 0 .08rem !important;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    background: transparent !important;
}

.swiper1 .swiper-pagination-bullet-active {
    padding-right: .6rem;
    position: relative;
}

.swiper1  .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: .05rem;
    transform: translateY(-50%);
    width: 0.33rem;
    height: 0.01rem;
    background: #FFFFFF;
}

.swiper1 .swiper-pagination-bullet-active:last-child {
    padding-left: .6rem;
}

.swiper1 .swiper-pagination-bullet-active:last-child::after {
    right: auto;
    left: .07rem;
}

.about{
    position: relative;
    height: 9.43rem;
    overflow: hidden;
    margin-bottom: .81rem;
}

.about_box{
    width: 16rem;
    margin: 1.12rem auto 0;
}

.about_title{
    font-size: 0.32rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    margin-bottom: .47rem;
}

.about_tit{
    font-size: 0.42rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #222222;
    margin-bottom: .61rem;
}
.about_txt{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    line-height: 0.28rem;
}
.about_left{
    width: 7.24rem;
}

.about_img{
    position: absolute;
    width: 9.41rem;
    height: 6.89rem;
    right: 0;
    top: 1.19rem;
    z-index: 100;
    overflow: hidden;
}
.about_img .about_more{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 4.09rem;
    height: 0.88rem;
}
.about_more p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    width: 3.15rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_more div{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #262626;
    width: .94rem;
}
.about_more div img{
    width: .35rem;
    height: .35rem;
}

.about_tit_en{
    position: absolute;
    width: 6.97rem;
    height: 2.38rem;
    left: .84rem;
    top: -.93rem;
    z-index: -1;
}
.about_bottom{
    width: 13.89rem;
    height: 3.79rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .84rem 5.33rem 1.71rem 1.81rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-image: url(../img/index/about-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_item img{
    width: .76rem;
    height: .76rem;
    margin-bottom: .27rem;
}
.about_item p{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}

.product{
    width: 100%;
    height: 8.11rem;
    background: url(../img/index/product-back.png) no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.product_box{
    width: 16rem;
    margin: .63rem auto .77rem;
    position: relative;
}
.product_tit{
    display: flex;
    justify-content: space-between;
    margin-bottom: .88rem;
}
.product_tit_en{
    font-size: 0.52rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #F7F9FD;
}
.product_tit_cn{
    font-size: 0.38rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #F7F9FD;
    position: relative;
}
.product_tit_cn::after{
    content: '';
    position: absolute;
    width: 1.17rem;
    height: 0.15rem;
    background: rgba(255,255,255,.2);
    left: 0;
    bottom: -0.04rem;
}
.product_more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 0.48rem;
    border: 0.01rem solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    margin-top: .11rem;
}
.product_more p{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}
.product_more img{
    width: .39rem;
    height: auto;
    margin-left: .08rem;
}
.product_content{
    display: flex;
}
.product_left{
    width: 3.43rem;
    margin-right: 1.68rem;
}
.product_nav{
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-bottom: .3rem;
    border-bottom: 0.01rem solid rgba(255,255,255,0.2);
    margin-bottom: .27rem;
}
.product_nav:last-child{
    border: 0;
}
.product_nav p{
    font-size: 0.22rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: rgba(247, 249, 253, .5);
}
.product_nav span{
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_nav:hover  p{
    font-size: 0.22rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #F7F9FD;
}
.product_nav:hover span{
    background: #FFFFFF;
}
.swiper_item{
    margin-top: .05rem!important;
}
.product_right{
    width: 10.9rem;
    height: 4.7rem;
    overflow: hidden;
}
.swiper2{
    overflow: visible!important;
    --swiper-pagination-bullet-inactive-color: rgba(232, 232, 232, .55);
    --swiper-pagination-color: rgba(255, 255, 255, 1)
}
.swiper2 .swiper-slide p{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.swiper2 .swiper-pagination{
    height: .1rem;
    display: flex;
    justify-content: center;
    bottom: -1.1rem!important;
}
.swiper-pagination-bullet{
    width: .26rem!important;
    height: .08rem!important;
    border-radius: .2rem!important;
}
.swiper-pagination-bullet-active{
    width: .5rem!important;
}
.product_img{
    position: relative;
    width: 100%;
    height: 3.3rem;
    /*max-height: 3.3rem;*/
    margin-bottom: .22rem;
    overflow: hidden;
    background: #FFFFFF;
}
.product_img img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: contain;
}
.product_xq{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%,-50%);
    background: rgba(15, 91, 194, .8);
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.swiper2 .swiper-slide{
    overflow: hidden;
}
.swiper2 .swiper-slide:hover .product_xq{
    top: 50%;
}

.case{
    overflow: hidden;
}

.case_box{
    width: 16rem;
    margin: .65rem auto .8rem;
}

.common_tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common_tit_en{
    font-size: 0.52rem!important;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #004AAE;
}
.common_tit_cn{
    font-size: 0.38rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    position: relative;
    text-align: left;
}
.common_tit_cn::after{
    content: '';
    position: absolute;
    width: 1.17rem;
    height: 0.15rem;
    background: #004AAE;
    left: 0;
    bottom: -.04rem;
    z-index: -1;
}
.common_more{
    width: 1.6rem;
    height: 0.48rem;
    background: #004AAE;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common_more img{
    width: .39rem;
    margin-left: .08rem;
}
.case_content{
    margin-top: .84rem;
    display: flex;
    flex-wrap: wrap;
}
.case_item{
    width: 5.26rem;
    height: 5rem;
    position: relative;
    margin-right: .11rem;
    overflow: hidden;
}
.case_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s;
}
.case_item:hover img{
    transform: scale(1.2);
}
.case_item .p{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 1.16rem;
    padding: .54rem .3rem 0 .3rem;
    box-sizing: border-box;
    font-size: 0.26rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
}
.case_item:last-child{
    margin: 0;
}
.case_item:nth-child(1),
.case_item:nth-child(2){
    height: 5rem;
    margin: 0;
    margin-bottom: .1rem;
}
.case_item:first-child{
    width: 10.64rem;
    margin-right: .1rem;
}

.new{
    overflow: hidden;
    background: #f8f8f8;
}
.new_box{
    width: 16rem;
    margin: .65rem auto .8rem;
}
.new_content{
    display: flex;
    margin-top: .64rem;
}
.new_item{
    width: 5.11rem;
    margin-right: .34rem;
    background: #FFFFFF;
    padding-bottom: .33rem;
}
.new_item:nth-child(3n){
    margin: 0;
}
.new_item_img{
    height: 3.28rem;
    overflow: hidden;
    margin-bottom: .25rem;
}
.new_item_img img{
    transition: all .5s;
    height: 100%;
}
.new_item:hover .new_item_img img{
    transform: scale(1.2);
}
.new_time{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    margin-bottom: .2rem;
    padding: 0 .2rem;
}
.new_tit{
    font-size: 0.22rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #004AAE;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .13rem;
    padding: 0 .2rem;
}
.new_txt{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .35rem;
    padding: 0 .2rem;
}
.new_arrow img{
    width: .35rem;
    height: .0.5rem;
    float: left;
    margin-left: .2rem;
}


@media only screen and (max-width: 1024px) {
    .banner{
        margin-top:51px;
        height: 3.3rem !important;
    }
    .banner .swiper,.swiper-slide{
        height: 100% !important;
    }
    .banner .swiper-slide img{
        height: 100%;
        object-fit: cover;
    }
    .banner .banner_form{
        display: none;
    }
    .swiper1 .swiper-pagination{
        bottom: .14rem !important;
        padding-left: 0.6rem;
    }
    .swiper1 .swiper-pagination-bullet{
        font-size: 12px;
    }
    .product_tit_en,.product_tit_cn{
        font-size: 14px;
    }
    .product_content{
        display: block;
    }
    .product{
        height:auto;
    }
    .product_box{
        width: 94%;
        margin: .45rem auto .27rem;
    }
    .product_left{
        width: 100%;
        margin-right: 0;
    }
    .product_tit{
            margin-bottom: .58rem;
    }
    .product_left{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product_nav{
        width: 45%;
    }
    .product_right{
        width:100%;
    }
    .swiper2 .swiper-slide p{
        text-align: center;
    }
    .product_nav:last-child{
        border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    }
    .product .swiper-wrapper{
        padding-bottom: 30px;
    }
    .swiper2 .swiper-pagination{
        bottom:0 !important;
    }
    .common_tit_en,.common_tit_cn{
        font-size: 14px !important;
    }
    .case_box{
        width: 94%;
        margin: .45rem auto .4rem;
    }
    /*.case_item:first-child{
        width:100% !important;
    }*/
    .case_item{
        width:48% !important;
        margin-right: 0;
    }
    .case_content{
        justify-content: space-between;
        margin-top: 0;
    }
    .case_item:first-child, .case_item:nth-child(2){
        margin-right: 0;
        margin-bottom: 0;
    }
    .case_item:nth-child(1), .case_item:nth-child(2),.case_item{
        height:auto;
    }
    .case_item .p{
        height: auto; 
        padding: 0 .1rem;
        line-height: 0.54rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 12px;
        text-align: center;
    }
    .case_item:last-child{
        display: none;
    }
    .common_tit{
        margin-top:0;
    }
    .new_box{
        margin: .45rem auto .3rem;
        width: 94%;;
    }
    .new{
        width: 100%;
    }
    .new_content{
        margin-top: .24rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .new_item{
        height: auto;
        width: 48%;
        margin-right: 0;
    }
    .new_item_img{
        height: auto;
        max-height: 108px;
        margin-bottom: .15rem;
    }
    .new_item_img img{
        object-fit: cover;
    }
    .new_time,.new_tit{
        margin-bottom: .1rem;
    }
    .new_txt{
        margin-bottom: .3rem;
    }
    .new_item:last-child{
        display: none;
    }
    .product_more p,.product_nav p,.swiper2 .swiper-slide p,.common_more,.new_time,.new_tit,.new_txt,.footer_contact_item p,.footer_bottom_box,.footer_contact_item p{
        font-size: 12px !important;
    }
}


