.container a {
  text-decoration: none;
  color: #000;
}
.container a:link {
  text-decoration: none;
  color: #000;
}
.container a:visited {
  text-decoration: none;
  color: #000;
}
.container a:hover {
  text-decoration: none;
  color: #000;
}
.container a:active {
  text-decoration: none;
  color: #000;
}
/* 简介 */
.brief_introduction{
    width: 81.25vw;
    margin: 5.1vw auto 0;
    display: flex;
    justify-content: space-between;
}
.title_body{
    width: 75%;
}
.strength{
    width: 25%;
}
.title_body h1{
    font-size: 1.5625vw;
    margin-bottom: 2.8vw;
}
.text_boby span{
    line-height: 1.6vw;
    text-indent: 2em;
    font-size: 0.833333vw;
    margin-bottom: 1.5625vw;
    display: inline-block;
}
.strength{
    display: flex;
    flex-direction: row-reverse;
}
.strength .strength_list{
    margin-top: 5vw;
}
.strength .strength_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5vw;
}
.strength .strength_item .number p{
    font-size: 3.125vw;
    color: #0054A1;
    font-weight: bold;
    line-height: 1;
}
.strength .strength_item .number sup{
    font-size: 0.8333vw;
    position: relative;
    bottom: 13px;
    top: auto;
    line-height: 1;
    vertical-align: super;
}
.strength_list .strength_item .title{
    font-weight: bold;
    font-size: 0.8333vw;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0.5vw;
    margin: 0;
}
/* 图片展示 */
.image_show{
    width: 100%;
    height: 36vw;
    position: relative;
    margin-top: 6.7vw;
}
.image_show .swiper {
    width: 100%;
    height: 100%;
}
.image_show .swiper .swiper-slide {
    display: flex;
    align-items: center;
}
.image_show .swiper .swiper-slide.swiper-slide-prev {
    justify-content: flex-end;
}
.image_show .swiper .swiper-slide img{
    width: auto;
    height: 88.235294%;
    object-fit: contain;
    transition: all .3s;
}

.image_show .swiper .swiper-slide.swiper-slide-active img {
    width: 100%;
    height: 100%;
}

.nav-button-m{
    display: none;
}
.nav-button-m span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6vw;
    height: 3.6vw;
    border-radius: 50%;
    background-color: #0054A1;
    font-size: 1.5vw !important;
    color: #fff;
    cursor: pointer;
}
.nav-button{
    position: absolute;
    top: 45%;
    z-index: 2;
}
.nav-button span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6vw;
    height: 3.6vw;
    border-radius: 50%;
    background-color: #0054A1;
    border: 1px solid #0054A1;
    font-size: 1.5vw !important;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.nav-button span:hover{
    background-color: #fff;
    color: #0054A1;
}
.image_show .swiper-prev{
    left: 9.375vw;
}
.image_show .swiper-next{
    right: 9.375vw;
}


/* 视频 */
.video_container{
    width: 81.25vw;
    margin: 0 auto;
    height: 36.458333vw;
    margin-top: 7.3vw;
}
.video_container .video_cover{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_container .video_cover .play_video_button{
    position: absolute;
    width: 5.2vw;
    height: 5.2vw;
    border-radius: 50%;
    background-color: #0054A1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.video_container .video_cover .play_video_button:hover{
    background-color: #fff;
    color: #0054A1;
}
.video_container .video_cover .play_video_button .iconfont{
    font-size: 1.5vw !important;
}

.video_container .video_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_container .video_cover video{
    width: 100%;
    height: 100%;
    display: none;
}

/* 发展历程 */
.history{
    width: 100%;
    margin-top: 6.25vw;
    overflow: hidden;
}
.history .history_title{
    width: 80%;
    margin: 0 auto;
    font-size: 1.5625vw;
    font-weight: bold;
}
.history .history_body{
    width: 100%;
    margin: 2vw auto 3.125vw;
    /*background: url('../static/image/image_3.png') no-repeat;*/
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 11%;
}

.history_body .swiper {
    width: 100%;
    padding-top: 7vw;
    user-select: none;
}  
.history_body .swiper .large-size-time{
    position: absolute;
    bottom: 0;
    left: 55%;
    font-size: 9.9vw;
    font-weight: bold;
    z-index: 1;
    color: #F5F5F5;
}
.history_body .swiper .swiper-slide{
    display: flex;
    justify-content: center;
}
.history_body .swiper .swiper-slide div{
    margin: 0 2.3vw;
}
.history_body .swiper .swiper-slide .history_swiper_image img{
    width: 30vw;
    height: 19vw;
    object-fit: cover;
}
.history_body .swiper .swiper-slide .history_swiper_body{
    padding-top: 4vw;
}
.history_body .swiper .swiper-slide .history_swiper_body .history_swiper_titleTime_large{
    position: absolute;
    z-index: 1;
    font-size: 9vw;
    font-weight: bold;
    color: #F5F5F5;
    bottom: 0;
    margin-left: 4vw;
}
.history_body .swiper .swiper-slide .history_swiper_body .history_swiper_titleTime{
    color: #0054A1;
    font-size: 1.25vw;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.history_body .swiper .swiper-slide .history_swiper_body .history_swiper_text{
    width: 24vw;
    font-size: 0.9vw;
    margin-top: 0.9vw;
    line-height: 1.6vw;
    position: relative;
    z-index: 2;
}

.history_body_nav{
    height: 10vw;
    /*background: url('../static/image/image_4.png');*/
    background-repeat: repeat-x;
    background-position: 0% 100%;
    background-size: auto 100%;
    /* background-size: cover; */
    user-select: none;
}

.history_body_nav .swiper{
    width: 80%;
    height: 100%;
} 
.history_body_nav .swiper .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    cursor: pointer;
}
.history_body_nav .timeLine{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 3px;
    margin-top: 1vw;
    background-color: #0054A1;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.history_body_nav .timeLine .center-logo{
    width: 4.166667vw;
    height: 4.166667vw;
    background-color: #0054A1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: none;
}
.history_body_nav .timeLine .center-logo img{
    width: 55%;
}

.history_body_nav .swiper .swiper-wrapper .swiper-slide .timeline{
    width: 2px;
    height: 1vw;
    background-color: #0054A1;
    opacity: 1;
    transition: all .3s;
}
.history_body_nav .swiper .swiper-wrapper .swiper-slide .time{
    position: relative;
    margin-top: 1.5625vw;
    font-size: 0.9375vw;
    opacity: 1;
    transition: all .3s;
} 

.history_body_nav .swiper .swiper-wrapper .swiper-slide-active .time{
    opacity: 0;
}
.history_body_nav .swiper .swiper-wrapper .swiper-slide-active .timeline{
    opacity: 0;
}

/* 荣誉资质 */
.Honorary_qualifications{
    width: 100%;
    background-color: #f4f7f9;
    padding-top: 5.2vw;
    padding-bottom: 6.25vw;
    box-shadow: 0px 0px 10px 10px #f4f7f9;
}
.Honorary_qualifications .honor_body{
    width: 81.25vw;
    margin: 0 auto;
}
.Honorary_qualifications .honor_body .honor_body_title{
    font-size: 1.5625vw;
    font-weight: bold;
}
.Honorary_qualifications .swiper-flex{
    width: 100%;
    margin-top: 4vw;
    display: flex;
    justify-content: space-between;
}
.Honorary_qualifications .swiper-flex .flex-1{
    /* width: 10%; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: start; */
}
.Honorary_qualifications .swiper-flex .flex-1 .honor_nav{
    font-size: 0.9375vw;
    transition: all .3s;
}
.Honorary_qualifications .swiper-flex .flex-1 .honor_nav:hover{
    color: #0074e1;
}
.Honorary_qualifications .swiper-flex .flex-1 .honor_nav:hover::after{
    width: 3vw;
    background-color: #0074e1;
}
.Honorary_qualifications .swiper-flex .flex-1 .honor_nav::after{
    content: '';
    display: block;
    width: 2vw;
    height: 3px;
    background-color: #D9DBDA;
    border-radius: 2px;
    margin-top: 0.88vw;
    transition: all .3s;
}
.Honorary_qualifications .swiper-flex .flex-1 .honor_nav_active{
    color: #0054A1 !important;
}
.Honorary_qualifications .swiper-flex .flex-1 .honor_nav_active::after{
    width: 4vw !important;
    background-color: #0054A1 !important;
}
.Honorary_qualifications .swiper-flex .flex-2{
    user-select: none;
    width: 70%;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper{
    width: 100%;
    /* height: 300px; */
} 
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide{
    /* width: 100%; */
    height: 21vw;
    user-select: none;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide a{
    pointer-events: none;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide-active a{
    pointer-events: all;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide img{
    width: 100%;
    height: 90%;
    object-fit: contain;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide .gradient_mask{
    position: absolute;
    width: 100%;
    height: 90%;
    box-shadow: inset 0px 0px 500px 30px #f4f7f9;
    transition: all .3s;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide .certificate_name{
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9375vw;
    font-weight: bold;
    opacity: 0;
    transition: all .3s;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide-next .gradient_mask{
    box-shadow: inset 100px 0px 100px 20px #f4f7f9;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide-prev .gradient_mask{
    box-shadow: inset -100px 0px 100px 20px #f4f7f9;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide-active .gradient_mask{
    box-shadow: inset -0 0 0 0 #f4f7f9;
}
.Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide-active .certificate_name{
    opacity: 1;
}

.Honorary_qualifications .swiper-flex .flex-3{
    /* width: 18%; */
    height: 18vw;
    user-select: none;
}

.Honorary_qualifications .honor_body .swiper-flex .flex-3 .swiper {
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* margin: 10px 0; */
}  

.Honorary_qualifications .honor_body .swiper-flex .flex-3 .swiper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Honorary_qualifications .honor_body .swiper-flex .flex-3 .swiper .swiper-slide .certificate-title{
    width: 100%;
    /* background-color: #0054A1; */
    text-align: center;
    color: #333;
    padding: 0.8vw 1.25vw;
    border-radius: 2vw;
    font-size: 0.833vw;
    transition: all .3s;
}
.Honorary_qualifications .honor_body .swiper-flex .flex-3 .swiper .swiper-slide .certificate-title:hover{
    /* border: 1px solid #0054A1; */
    background-color: #0053a15d;
}
.Honorary_qualifications .honor_body .swiper-flex .flex-3 .swiper .swiper-slide-thumb-active .certificate-title{
    background-color: #0054A1 !important;
    color: #fff;
}
.Honorary_qualifications .swiper-flex .flex-3 .honor-nav-button{
    width: 2vw;
    height: 2vw;
    border: 3px solid #0054A1;
    color: #0054A1;
    font-weight: bold;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all .3s;
    cursor: pointer;
}
.Honorary_qualifications .swiper-flex .flex-3 .honor-nav-button:hover{
    background-color: #0054A1;
    color: #fff;
}
.flex-3 .iconfont-nav-mobile{
    display: none;
}
.swiper-button-disabled{
    opacity: 0.5;
    cursor: not-allowed !important;
}
/* 销售网络 */
.sales_network{
    padding: 5.2vw 0 5.4vw;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 20px 10px #f5faff;

}
.sales_network .sales_body{
    width: 81.25vw;
    margin: 0 auto;
}
.sales_network .sales_body .sales_body_title{
    font-size: 1.5625vw;
    font-weight: bold;
}

.sales_network .sales_body .map_introduce{
    width: 100%;
    display: flex;
    margin-top: 1.35vw;
}
.sales_network .sales_body .map_introduce .map_text{
    width: 24%;
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    margin-top: 3.125vw;
    color: #333333;
    word-break: break-word;
    word-wrap: break-word;
    flex-shrink: 0;
}
.sales_network .sales_body .map_introduce .map_image{
    flex-grow: 1;
}
.sales_network .sales_body .map_introduce .map_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 服务领域 */
.service_field{
    width: 100%;
    /* height: 43vw; */
    box-shadow: 0px -10px 20px 10px #f5faff;
}
.service_field .service_field_title{
    position: absolute;
    z-index: 2;
    left: 9.375vw;
    font-size: 1.5625vw;
    font-weight: bold;
    margin: 5.2vw auto 0;
}
.service_field .service_swiper{
    /* box-shadow: 0px 10px 10px 0px #d3d6de; */
}
.service_field .service_swiper .swiper{
    width: 100%;
    height: 40vw;
    background: url('../static/image/backfround-swiper.png') no-repeat;
    background-size: 100% 100%;
} 
.service_field .service_swiper .swiper .swiper-slide{
    display: flex;
    align-items: end;
}
.service_field .service_swiper .swiper .product{
    /* position: relative; */
    width: 81.25%;
    height: 95%;
    margin: 0 auto;
    display: flex;
}
.service_field .service_swiper .swiper .product .product_title{
    width: 24%;
    flex-shrink: 0;
}
.service_field .service_swiper .swiper .product .product_title p:first-child{
    margin-top: 10vw;
    font-size: 1.25vw;
}
.service_field .service_swiper .swiper .product .product_title p:nth-child(2){
    margin-top: 1.3vw;
    font-size: 1vw;
}
.service_field .service_swiper .swiper .product .product_image{
    flex-grow: 1;
}
.service_field .service_swiper .swiper .product .product_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.theme-en .service_field .product_title,
.theme-zh .service_field .product_title { display: none;}

.service_swiper_nav{
    position: relative;
    z-index: 3;
    top: -3.125vw;
    /* transform: translateY(-50%); */
    width: 81.25vw;
    margin: 0 auto;
    height: 6.25vw;
    box-shadow: 3px 4px 12px 3px rgba(2,2,2,0.11);
    border-radius: 1vw;
    cursor: pointer;
    background-color: #fff;
}

.service_swiper_nav .swiper {
    width: 100%;
    height: 100%;
}  

.service_swiper_nav .swiper .swiper-slide{
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.service_swiper_nav .swiper .swiper-slide:hover{
    background-color: #0053a130;
    border-radius: 2vw;
}
.service_swiper_nav .swiper .swiper-slide-thumb-active{
    background-color: #0054A1 !important;
    border-radius: 1vw !important;
}

.service_swiper_nav .swiper .swiper-slide span{
    display: inline-block;
    width: 1.5625vw !important;
    height: 1.5625vw !important;
    margin-right: 1.5625vw;
    color: #0054A1;
}
.service_swiper_nav .swiper .swiper-slide span img{
    width: 100% !important;
    height: 100% !important;
}
.service_swiper_nav .swiper .swiper-slide p{
    font-size: 1vw;
    color: #0054A1;
}
.service_swiper_nav .swiper .swiper-slide-thumb-active span img {
    filter: brightness(0) invert(1) grayscale(1);
}
.service_swiper_nav .swiper .swiper-slide-thumb-active p{
    color: #fff;
}

/* 一站式专业服务 */
.professional_service{
    width: 100%;
}
.professional_service .professional_service_body{
    width: 81.25%;
    margin: 0 auto;
}
.professional_service_body_title{
    font-size: 1.5625vw;
    margin-top: 5.2vw;
}
.professional_service_body_text{
    font-size: 0.8333vw;
    margin-top: 2.6vw;
    line-height: 1.5625vw;
}
.professional_service_flex{
    width: 81.25%;
    margin: 4.48vw auto 5.2vw;
    /*display: flex;*/
    /* justify-content: space-between; */
}
.professional_service .professional_service_flex .flex-item{
    position: relative;
    width: 13.46%;
    border: 1px solid #0054A1;
    border-radius: 1.28vw;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
    display: inline-block;
}
.professional_service .professional_service_flex .flex-item .padding-container{
    box-sizing: border-box;
    width: 100%;
    padding: 2.9vw 0 2.6vw 2.6vw;
}
.professional_service .professional_service_flex .flex-item-active .padding-container {
    padding: 2.9vw 2.6vw 2.6vw;
}
.professional_service .professional_service_flex .flex-item img.backimg{
    position: absolute;
    width: 60%;
    object-fit: cover;
    right: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0;
}
.professional_service .professional_service_flex .flex-item span{
    display: inline-block;
    width: 3.75vw;
    height: 3.75vw;
    transition: all .3s;
}
.professional_service .professional_service_flex .flex-item span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.professional_service .professional_service_flex .flex-item .flex-item-title{
    font-size: 1.354167vw;
    color: #161414;
    font-weight: bold;
    margin-top: 2.1vw;
    transition: all .3s;
}
.professional_service .professional_service_flex .flex-item .flex-item-text{
    font-size: 1.04vw;
    color: #161414;
    margin-top: 3.854167vw;
    white-space: nowrap;
    transition: all .3s;
    opacity: 0;
}
.professional_service .professional_service_flex .flex-item .flex-item-title-en{
    font-size: 1vw;
    color: #161414;
    margin-top: 7.65625vw;
    transition: all .3s;
    line-height: 1;
}
.professional_service .professional_service_flex .flex-item-active{
    background-color: #0054A1;
    width: 42%;
}
.professional_service .professional_service_flex .flex-item-active img.backimg{
    opacity: 1;
}
.professional_service .professional_service_flex .flex-item-active span img{
    filter: brightness(0) invert(1) grayscale(1);
}
.professional_service .professional_service_flex .flex-item-active .flex-item-title{
    color: #fff;
}
.professional_service .professional_service_flex .flex-item-active .flex-item-text{
    color: #fff;
    opacity: 1;
    white-space: normal;
}
.professional_service .professional_service_flex .flex-item-active .flex-item-title-en{
    color: #fff;
}
.professional_service .professional_service_flex .mobile-go-beyond{
    display: flex;
    justify-content: space-between;
}
@media (max-width:996px) {
    .l__banner-navs, .l__banner-navs { display: block; }
    .brief_introduction{
        flex-direction: column;
        width: 90vw;
        margin-top: 13.333333vw;
    }
    .title_body{
        width: 100%;
    }
    .title_body h1 {
        font-size: 5.6vw;
        margin-bottom: 6.66vw;
    }
    .text_boby span {
        text-indent: 1em;
        line-height: 7.8vw;
        font-size: 3.733333vw;
    }
    .strength {
        width: 90%;
        margin: 0 auto;
        flex-direction: row;
    }
    /* .strength .strength_list{
        width: 100%;
    } */
    .strength .strength_item .number p {
        font-size: 8vw;
    }
    .strength .strength_item .number sup {
        font-size: 3.466667vw;
        position: relative;
        bottom: 13px;
    }
    .strength_list .strength_item .title {
        font-weight: bold;
        font-size: 3.466667vw;
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0.7vw;
    }
    .strength .strength_list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 13vw;
        justify-content: space-between;
        align-items: center;
    }

    .strength .strength_item {
        width: 45%;
        justify-content: start;
        margin-bottom: 9vw;
    }

    .image_show {
        width: 90%;
        height: 50vw;
        margin: 0px auto;
    }
    .nav-button{
        display: none;
    }
    .nav-button-m{
        display: inline-block;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row-reverse;
    }
    .nav-button-moblie span{
        width: 8.666667vw;
        height: 8.666667vw;
        font-size: 3.6vw !important;
        margin-left: 3.7vw;
        margin-top: 5.3vw;
    }
    .video_container{
        width: 90vw;
        height: 53.333333vw;
        margin-top: 10.666667vw;
    }
    .video_container .video_cover .play_video_button{
        width: 10.4vw;
        height: 10.4vw;
    }
    .video_container .video_cover .play_video_button .iconfont{
        font-size: 3vw !important;
    }
    .history{
        margin-top: 13.6vw;
    }
    .history .history_title {
        width: 90%;
        font-size: 5.6vw;
    }
    .history_body .swiper .swiper-slide{
        flex-direction: column;
        align-items: center;
    }
    .history .history_body{
        background-size: 25%;
        padding-bottom: 8.533333vw;
    }
    .history_body .swiper .swiper-slide div{
        width: 75vw;
    }
    .history_body_nav .swiper{
        width: 100%;
    }
    .history_body .swiper .swiper-slide .history_swiper_image img{
        width: 100%;
        height: auto;
    }
    .history_body .swiper .swiper-slide .history_swiper_body .history_swiper_titleTime{
        font-size: 6.4vw;
    }
    .history_body .swiper .swiper-slide .history_swiper_body .history_swiper_text{
        width: 100%;
        font-size: 3.2vw;
        line-height: 4.8vw;
    }
    .history_body_nav .swiper .swiper-wrapper .swiper-slide .timeline{
        height: 2.4vw;
    }
    .history_body_nav .timeLine{
        margin-top: 2.4vw;
    }
    .history_body_nav .swiper .swiper-wrapper .swiper-slide .time{
        font-size: 4vw;
    }
    .history_body_nav .timeLine .center-logo{
        width: 10vw;
        height: 10vw;
    }
    .history_body_nav{
        height: 35vw;
    }
    .Honorary_qualifications{
        padding-top: 13.6vw;
    }
    .Honorary_qualifications .honor_body{
        width: 90vw;
    }
    .Honorary_qualifications .honor_body .honor_body_title{
        font-size: 5.6vw;
    }
    .Honorary_qualifications .swiper-flex{
        flex-direction: column;
        margin-top: 9.866667vw;
    }
    .Honorary_qualifications .swiper-flex .flex-1{
        justify-content: space-between;
        flex-direction: row;
    }
    .Honorary_qualifications .swiper-flex .flex-1 .honor_nav{
        font-size: 4vw;
    }
    .Honorary_qualifications .swiper-flex .flex-1 .honor_nav::after{
        width: 0%;
    }
    .Honorary_qualifications .swiper-flex .flex-1 .honor_nav::after{
        margin-top: 2.933333vw;
    }
    .Honorary_qualifications .swiper-flex .flex-1 .honor_nav_active::after{
        width: 100% !important;
        margin-top: 2.933333vw;
    }
    .Honorary_qualifications .swiper-flex .flex-2{
        width: 100%;
        margin-top: 6.8vw;
    }
    .Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide{
        height: 65vw;
    }
    .Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide img{
        height: 80%;
    }
    .Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide .gradient_mask{
        height: 80%;
    }
    .Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide .certificate_name{
        height: 20%;
        font-size: 3.2vw;
        font-weight: 400;
        align-items: start;
        text-align: center;
    }
    .Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide-prev .gradient_mask{
        box-shadow: inset -70px 0px 100px 4px #f4f7f9;
    }
    .Honorary_qualifications .swiper-flex .flex-2 .swiper .swiper-slide-next .gradient_mask{
        box-shadow: inset 70px 0px 100px 4px #f4f7f9;
    }
    .Honorary_qualifications .honor_body .swiper-flex .flex-3 .swiper{
        display: none;
    }
    .Honorary_qualifications .swiper-flex .flex-3{
        display: flex;
        justify-content: center;
        height: auto;
    }
    .Honorary_qualifications .swiper-flex .flex-3 .honor-nav-button{
        border: 1px solid #0054A1;
        width: 8.6vw;
        height: 8.6vw;
        margin: 1.866667vw;
    }
    .flex-3 .iconfont-nav-pc{
        display: none;
    }
    .flex-3 .iconfont-nav-mobile{
        display: inline-block;
        font-size: 5.6vw !important;
        font-weight: 400;
    }
    .sales_network{
        padding-top: 13vw;
        padding-bottom: 16vw;
        box-shadow: none;
    }
    .sales_network .sales_body{
        width: 90vw;
    }
    .sales_network .sales_body .sales_body_title{
        font-size: 5.6vw;
    }
    .sales_network .sales_body .map_introduce{
        flex-direction: column;
    }
    .sales_network .sales_body .map_introduce .map_text{
        width: 100%;
        font-size: 3.733333vw;
        line-height: 5.866667vw;
    }
    .sales_network .sales_body .map_introduce .map_image{
        margin-top: 8.533333vw;
    }
    .service_field{
        box-shadow: none;
    }
    .service_field .service_field_title{
        position: relative;
        width: 90vw;
        margin: 0 auto;
        left: 0;
        font-size: 5.6vw;
    }
    /* 背景图 */
    .service_field .service_swiper .swiper{ 
        height: auto;
        background: none;
    }
    .service_field .service_swiper .swiper .product{
        width: 100%;
        flex-direction: column;
    }
    .service_field .service_swiper .swiper .product .product_title{
        width: 84%;
        margin: 0 auto;
    }
    .service_field .service_swiper .swiper .product .product_title p:first-child{
        font-size: 4vw;
        margin-top: 6vw;
    }
    .service_field .service_swiper .swiper .product .product_title p:nth-child(2){
        font-size: 3.2vw;
        margin-top: 2.6vw;
    }
    .service_field .service_swiper .swiper .product .product_image{
        margin-top: 7.3vw;
        width: 100%;
        background: url(../static/image/backfround-swiper.png) no-repeat;
        background-size: 100% 100%;
    }
    .service_swiper_nav{
        top: 0;
        width: 90vw;
        height: 24vw;
        box-shadow: none;
        margin-top: 4.533333vw;
    }
    .service_swiper_nav .swiper .swiper-slide span{
        width: 5.866667vw !important;
        height: 5.866667vw !important;
        margin-left: 8vw;
    }
    .service_swiper_nav .swiper .swiper-slide p{
        font-size: 4vw;
    }
    .service_swiper_nav .swiper .swiper-slide{
        justify-content: start;
        height: calc((100% - 1.3vw) / 2) !important;
        border-radius: 2vw;
    }
    .swiper-grid-column>.swiper-wrapper{
        justify-content: space-between;
    }

    /* 专业服务 */
    .professional_service .professional_service_body{
        width: 90%;
    }
    .professional_service_body_title{
        margin-top: 11.2vw;
        font-size: 5.6vw;
    }
    .professional_service_body_text{
        font-size: 3.733333vw;
        line-height: 5.866667vw;
        margin-top: 6.4vw;
    }
    .professional_service_flex{
        width: 90%;
        margin-top: 9.466667vw;
        margin-bottom: 13.2vw;
        overflow-x: scroll;
        /* height: 56vw; */
    }
    .professional_service .professional_service_flex .mobile-go-beyond{
        width: 175vw;
        padding: 0 2px;
    }
    .professional_service .professional_service_flex .flex-item{
        width: 26.666667vw;
        margin-bottom: 5.6vw;
        border-radius: 2.666667vw;
    }

    .professional_service .professional_service_flex .flex-item span{
        width: 8vw;
        height: 8vw;
    }
    .professional_service .professional_service_flex .flex-item .flex-item-title{
        font-size: 4vw;
        margin-top: 4.4vw;
    }
    .professional_service .professional_service_flex .flex-item .flex-item-text{
        font-size: 3.2vw;
        margin-top: 6.4vw;
        height: 10vw;
        /*white-space: normal;*/
        width: 90%;
    }
    .professional_service .professional_service_flex .flex-item .flex-item-title-en{
        font-size: 3.2vw;
        margin-top: 16vw;
    }
    .professional_service .professional_service_flex .flex-item .padding-container{
        padding: 6.4vw 0 5.3vw 3vw;
        transition: all .3s;
    }

    .professional_service .professional_service_flex .flex-item-active{
        width: 60vw;
    }
    .professional_service .professional_service_flex .flex-item-active img.backimg{
        width: 80%;
    }
    .professional_service .professional_service_flex .flex-item-active .padding-container{
        padding: 6.4vw 5vw 5.3vw;
    }

    
    .professional_service_flex::-webkit-scrollbar {
        height: 2px; /* 滚动条高度 */
        width: 2px;
    }
    .professional_service_flex::-webkit-scrollbar-thumb {
        background-color: #0054A1; /* 滚动条滑块背景颜色 */
    }
    .professional_service_flex::-webkit-scrollbar-thumb:hover {
        background-color: #0054A1; /* 滚动条滑块在鼠标悬停时的背景颜色 */
    }
    .professional_service_flex::-webkit-scrollbar-track {
        background-color: #BFBEBE; /* 滚动条轨道背景颜色 */
    }
    .professional_service_flex::-webkit-scrollbar-track:hover {
        background-color: #BFBEBE; /* 滚动条轨道在鼠标悬停时的背景颜色 */
    }
}