/*头部开始********************************************************************************************/
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
    font-family: "PMZD";
    src: url("../font/PMZD.woff2") format("woff2"),
    url("../font/PMZD.woff") format("woff"),
    url("../font/PMZD.ttf") format("truetype"),
    url("../font/PMZD.eot") format("embedded-opentype"),
    url("../font/PMZD.svg") format("svg");
}
@font-face {
    font-family: "Akrobat";
    src: url("../font/Akrobat.woff2") format("woff2"),
    url("../font/Akrobat.woff") format("woff"),
    url("../font/Akrobat.ttf") format("truetype"),
    url("../font/Akrobat.eot") format("embedded-opentype"),
    url("../font/Akrobat.svg") format("svg");
}
@font-face {
    font-family: "AkrobatBlack";
    src: url("../font/AkrobatBlack.woff2") format("woff2"),
    url("../font/AkrobatBlack.woff") format("woff"),
    url("../font/AkrobatBlack.ttf") format("truetype"),
    url("../font/AkrobatBlack.eot") format("embedded-opentype"),
    url("../font/AkrobatBlack.svg") format("svg");
}
@font-face {
    font-family: "Career";
    src: url("../font/Career.woff2") format("woff2"),
    url("../font/Career.woff") format("woff"),
    url("../font/Career.ttf") format("truetype"),
    url("../font/Career.eot") format("embedded-opentype"),
    url("../font/Career.svg") format("svg");
}
@font-face {
    font-family: "KenyanCoffee";
    src: url("../font/KenyanCoffee.woff2") format("woff2"),
    url("../font/KenyanCoffee.woff") format("woff"),
    url("../font/KenyanCoffee.ttf") format("truetype"),
    url("../font/KenyanCoffee.eot") format("embedded-opentype"),
    url("../font/KenyanCoffee.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Light";
    src: url("../font/Montserrat-Light.woff2") format("woff2"),
    url("../font/Montserrat-Light.woff") format("woff"),
    url("../font/Montserrat-Light.ttf") format("truetype"),
    url("../font/Montserrat-Light.eot") format("embedded-opentype"),
    url("../font/Montserrat-Light.svg") format("svg");
}
@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat.woff2") format("woff2"),
    url("../font/Montserrat.woff") format("woff"),
    url("../font/Montserrat.ttf") format("truetype"),
    url("../font/Montserrat.eot") format("embedded-opentype"),
    url("../font/Montserrat.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold.eot") format("embedded-opentype"),
    url("../font/Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../font/SourceHanSansCN.woff2") format("woff2"),
    url("../font/SourceHanSansCN.woff") format("woff"),
    url("../font/SourceHanSansCN.ttf") format("truetype"),
    url("../font/SourceHanSansCN.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN.svg") format("svg");
}
.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}
html{
    scroll-behavior: smooth;
}
html.noscroll{
    scroll-behavior: inherit;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #282A34;
    font-family: "Montserrat-Light";
    letter-spacing: -0.5px;
}
body{
    overflow-x: hidden;
}

footer,
section{
    overflow: hidden;
}
.swiper{
    width: 100%;
    height: 100%;
}
.mCSB_scrollTools{
    width: 2px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: transparent;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background:  transparent;
    opacity: 1;
}
::-webkit-input-placeholder{
    color: rgba(255,255,255,0.5);
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.5);
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.5);
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.5);
}
.swiper-button-prev,
.swiper-button-next{
    outline: none;
}

.prev_or_next{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prev1:after,
.next1:after{
    content: "";
}
.prev1,
.next1{
    position: static;
    margin-top: 0;
    width: 40px;
    height: 40px;
    outline:none;
}
.prev1:after{
    width: 100%;
    height: 100%;
    background: url('../images/prev1.png') no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.next1:after{
    width: 100%;
    height: 100%;
    background: url('../images/next1.png') no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.prev1:hover:after{
    background: url('../images/prev1_hover.png') no-repeat center center;
}
.next1:hover:after{
    background: url('../images/next1_hover.png') no-repeat center center;
}
.next1{
    margin-left: 30px;
}


.sec {
    padding: 100px 0;
}
.banner_swiper .swiper-pagination-banner{
    bottom: 30px;

}
.banner_swiper .swiper-pagination-banner .swiper-pagination-bullet{
    width: 60px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    margin: 0 5px;
    opacity: 0.5;
}
.banner_swiper .swiper-pagination-banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.search_list li .tip {
    color: #2B68A5;
    margin-bottom: 5px;
}
/*导航*/
.top_nav {
    width: 100%;
    height: 120px;
    padding: 0 0 0 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top_nav.fixed{
    position: fixed;
}
.top_nav .logo{
    width: 214px;
    height: 77px;
    background: url('../images/logo.png') no-repeat center left;
    -o-background-size: contain !important;
    background-size: contain !important;
}

.nav_list{

}
.nav_list li{
    margin: 0 20px;
    float: left;
    position: relative;
    font-size: 0;
}
.nav_list li>a{
    width: 100%;
    line-height: 118px;
    font-size: 18px;
    color: #2B68A5;
    border-bottom: 2px solid transparent;
}
.nav_list li>.hide_menu{
    position: absolute;
    top: 100%;
    padding: 20px 0;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    -webkit-transform: translateX(-50%)scaleY(0);
    -moz-transform: translateX(-50%)scaleY(0);
    -ms-transform: translateX(-50%)scaleY(0);
    -o-transform: translateX(-50%)scaleY(0);
    transform: translateX(-50%)scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    border: 1px solid #eee;
    overflow: hidden;

}
.nav_list li .hide_menu dd{
    text-align: center;
}
.nav_list li .hide_menu dd>a{
    padding: 10px 40px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    font-size: 16px;
    white-space: nowrap;
    width: 100%;
}
.nav_list li .hide_menu dd:hover>a{
    /*    font-weight: bold;*/
    color: #2B68A5;
    background: rgba(43, 104, 165, 0.1);
}
.nav_list li:hover>a{
    font-weight: bold;
    border-bottom: 2px solid #2B68A5;
}
.nav_list li:hover>.hide_menu {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%)scaleY(1);
    -moz-transform: translateX(-50%)scaleY(1);
    -ms-transform: translateX(-50%)scaleY(1);
    -o-transform: translateX(-50%)scaleY(1);
    transform: translateX(-50%)scaleY(1)
}

.nav_list li .serve_menu{
    position: absolute;
    top: 100%;
    padding: 20px 0;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    -webkit-transform: translateX(-50%)scaleY(0);
    -moz-transform: translateX(-50%)scaleY(0);
    -ms-transform: translateX(-50%)scaleY(0);
    -o-transform: translateX(-50%)scaleY(0);
    transform: translateX(-50%)scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    border: 1px solid #eee;
}
.nav_list li:hover .serve_menu{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%)scaleY(1);
    -moz-transform: translateX(-50%)scaleY(1);
    -ms-transform: translateX(-50%)scaleY(1);
    -o-transform: translateX(-50%)scaleY(1);
    transform: translateX(-50%)scaleY(1);
}
.nav_list li .serve_menu .part>a{
    padding: 0 50px;
    width: 100%;
    line-height: 50px;
    white-space: nowrap;
    text-align: center;
    /*    color: rgba(43, 104, 165, 0.5);*/
    color: #999999;
    font-size: 16px;
    /*   font-weight: bold;*/
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.nav_list li .serve_menu .part>a:before{
    width: 4px;
    height: 100%;
    background: #2B68A5;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_list li .serve_menu .part:hover>a{
    background: rgba(43, 104, 165, 0.1);
    color: #2B68A5;
}
.nav_list li .serve_menu .part:hover>a:before{
    opacity: 1;
}
.nav_list li .serve_menu .hide_menu2{
    position: absolute;
    left: 100%;
    top: 0;
    background: #E9F0F6;
    padding: 20px 0;
    width: auto;
    height: auto;

    -webkit-transform: scaleX(0);

    -moz-transform: scaleX(0);

    -ms-transform: scaleX(0);

    -o-transform: scaleX(0);

    transform: scaleX(0);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;

}
.nav_list li .serve_menu .part:hover .hide_menu2{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.nav_list li .serve_menu .hide_menu2 dd a{
    padding: 0 40px 0 50px;
    line-height: 50px;
    color: #849CBB;
    font-size: 16px;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.nav_list li .serve_menu .hide_menu2 dd a:before{
    width: 3px;
    height: 3px;
    background: #849CBB;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_list li .serve_menu .hide_menu2 dd:hover a{
    color: #2B68A5;
    font-weight: bold;
}
.nav_list li .serve_menu .hide_menu2 dd:hover a:before{
    background: #2B68A5;
}

.top_nav .top_nav_right{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.top_nav .search_box{
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 50px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.top_nav .search_box:before{
    content: "Search";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50px;
    color: #2B68A5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top_nav .search_box .search_ipt{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #333;
    opacity: 0;
}
.top_nav .search_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    width: 40px;
    height: 100%;
    background: url('../images/search_icon.png') no-repeat center center;
    -o-background-size: 14px 14px !important;
    background-size: 14px 14px !important;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.top_nav .search_box:hover .search_ipt{
    width: 200px;
    padding: 0 50px 0 15px;
    background: #fff;
    border: 1px solid rgba(17, 45, 139, 0.1);
    opacity: 1;
}
.top_nav .search_box:hover:before,
.top_nav .search_box:hover .search_icon{
    color: transparent;
}
.top_nav .lan_icon{
    padding: 0 30px;
    margin-left: 90px;
    margin-right: 30px;
    line-height: 30px;
    background: url('../images/lan_icon.png') no-repeat center left;
    -o-background-size: 20px !important;
    background-size: 20px !important;
    color: #2B68A5;
}
.top_nav .menu{
    width: 120px;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(0deg, #2B68A5 0%, #0EA3AA 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top_nav .menu.close {
    background: #fff;
}
.top_nav .menu.close .btn_nav span::before,
.top_nav .menu.close .btn_nav span::after,
.top_nav .menu.close .btn_nav span {
    background: #0EA3AA;
}


.top_nav .menu .btn_nav{
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top_nav .menu .btn_nav span{ display:block; width: 100%; height: 2px; background: #fff; position: relative; -webkit-transition:all 0.4s,background 0s; -o-transition:all 0.4s,background 0s; -moz-transition:all 0.4s,background 0s; transition:all 0.4s,background 0s; left: 0;}
.top_nav .menu .btn_nav span::after{ content: ""; position: absolute; width: 100%; height: 100%; top: -14px; right: 0; background: #fff; -webkit-transition:all 0.4s,background 0s; -o-transition:all 0.4s,background 0s; -moz-transition:all 0.4s,background 0s; transition:all 0.4s,background 0s;}
.top_nav .menu .btn_nav span::before{ content: ""; position: absolute; width: 100%; height: 100%; bottom: -14px; right: 0; background: #fff; -webkit-transition:all 0.4s,background 0s; -o-transition:all 0.4s,background 0s; -moz-transition:all 0.4s,background 0s; transition:all 0.4s,background 0s;}
.top_nav .menu .btn_nav span{-webkit-animation: btn_nav_span 1.2s linear infinite ;-moz-animation: btn_nav_span 1.2s linear infinite ;-o-animation: btn_nav_span 1.2s linear infinite ;animation: btn_nav_span 1.2s linear infinite ;}
.top_nav .menu .btn_nav span::after{-webkit-animation: btn_nav_after 1.2s linear infinite ;-moz-animation: btn_nav_after 1.2s linear infinite ;-o-animation: btn_nav_after 1.2s linear infinite ;animation: btn_nav_after 1.2s linear infinite ;}

@-webkit-keyframes btn_nav_span{
    0%{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
    80%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
    100%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
}

@-moz-keyframes btn_nav_span{
    0%{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
    80%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
    100%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
}

@-o-keyframes btn_nav_span{
    0%{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
    80%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
    100%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
}

@keyframes btn_nav_span{
    0%{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
    80%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
    100%{ -webkit-transform: translateY(-14px); -moz-transform: translateY(-14px); -o-transform: translateY(-14px); transform: translateY(-14px); }
}

@-webkit-keyframes btn_nav_after{
    0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
    20%{ -webkit-transform: translate(24px,14px); transform: translate(24px,14px); }
    60%{ -webkit-transform: translate(24px,35px); transform: translate(24px,35px); }
    80%{ -webkit-transform: translate(0,42px); transform: translate(0,42px); }
    100%{-webkit-transform: translate(0,42px);transform: translate(0,42px); }
}

@-moz-keyframes btn_nav_after{
    0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
    20%{ -moz-transform: translate(24px,14px); transform: translate(24px,14px); }
    60%{ -moz-transform: translate(24px,35px); transform: translate(24px,35px); }
    80%{ -moz-transform: translate(0,42px); transform: translate(0,42px); }
    100%{-moz-transform: translate(0,42px);transform: translate(0,42px); }
}

@-o-keyframes btn_nav_after{
    0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
    20%{ -o-transform: translate(24px,14px); transform: translate(24px,14px); }
    60%{ -o-transform: translate(24px,35px); transform: translate(24px,35px); }
    80%{ -o-transform: translate(0,42px); transform: translate(0,42px); }
    100%{-o-transform: translate(0,42px);transform: translate(0,42px); }
}

@keyframes btn_nav_after{
    0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
    20%{ -webkit-transform: translate(24px,14px); -moz-transform: translate(24px,14px); -o-transform: translate(24px,14px); transform: translate(24px,14px); }
    60%{ -webkit-transform: translate(24px,35px); -moz-transform: translate(24px,35px); -o-transform: translate(24px,35px); transform: translate(24px,35px); }
    80%{ -webkit-transform: translate(0,42px); -moz-transform: translate(0,42px); -o-transform: translate(0,42px); transform: translate(0,42px); }
    100%{-webkit-transform: translate(0,42px);-moz-transform: translate(0,42px);-o-transform: translate(0,42px);transform: translate(0,42px); }
}
.top_nav.fixed{
    position: fixed;
}

.top_nav.white .logo {
    background: url('../images/logo_white.png') no-repeat center left;
}
.top_nav.white .lan_icon,
.top_nav.white .search_box:before,
.top_nav.white .nav_list li>a{
    color: #fff
}
.top_nav.white .search_icon {
    background: url('../images/search_white.png') no-repeat center center;
}
.top_nav.white .lan_icon {
    background: url('../images/lan_white.png') no-repeat center left;
}

.top_nav.white .search_box:hover .search_icon {
    background: url('../images/search_icon.png') no-repeat center center;
}
/*全屏导航*/
.full_menu{
    color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/full_menu_bg.jpg') no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.full_menu_img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 53%;
}
.full_menu.open{
    right: 0;
}

.full_menu .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.full_meum_list{
    width: 100%;
    height: 100%;
}
.full_meum_list li{
    margin-bottom: 50px;
}
.full_meum_list li> a{
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.full_meum_list li .hide_menu{
    padding-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.full_meum_list li .hide_menu dd{
    width: 25%;
    padding: 10px 10px 0 0;
}

.full_meum_list li .hide_menu dd a{
    font-size: 18px;
    line-height: 18px;
    padding: 7px 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.full_meum_list li .hide_menu dd:hover a{
    padding-left: 10px;
}
.full_menu .right_contact{
    line-height: 24px;
    display: none;
}

.full_menu .right_contact p{
    margin-bottom: 35px;
}

.all_swiper .swiper-pagination-all {
    right: auto;
    left: 80px;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    background: transparent;
    margin: 60px 0;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #AAAAAA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background: #AAAAAA;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet.show-line::after {
    opacity: 1;
}
.all_swiper .swiper-pagination-all.white .swiper-pagination-bullet::after {
    background: #fff;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet i {
    font-size: 18px;
    color: #AAAAAA;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet-active {
  
    border: 1px solid #0EA3AA !important;
    background: #0EA3AA !important;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet-active i {
    color: #fff !important;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet:nth-child(5) {
    display: none;
}
.all_swiper .swiper-pagination-all.white .swiper-pagination-bullet {
    border-color: #fff;
}
.all_swiper .swiper-pagination-all.white .swiper-pagination-bullet i {
    color: #fff;
}

.footer.swiper-slide{
    height: auto !important;
}

/*首页banner----------------------------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    position: relative;
}

.banner_swiper li{
    width: 100%;
    height: 100%;
}
.banner_swiper li .banner_img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}
.banner_swiper li .banner_img a{
    width: 100%;
    height: 100%;
}
.banner_swiper li .banner_img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner_swiper .swiper-slide-active .banner_img{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.banner_info{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.banner_info .title1{
    font-size: 80px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 45px;
}
.banner_info .title1 .cdmo_font{
    font-family: Montserrat-Bold;
}
.banner_info .cdmo_img{
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1260px;
}
.banner_info .title2{
    font-size: 30px;
    font-family: Montserrat;
    color: #FFFFFF;
    text-align: center;
}


.index_title{
    font-size: 48px;
    color: #2B68A5;
    margin-bottom: 40px;
}

.sec_con {
    padding: 150px 0 80px;
    height: 100%;
    width: 100%;
}
.sec_con>.w{
    height: 100%;
}
/*第二屏 服务与解决方案*/
.sec2{
    background: url('../images/sec2.jpg') no-repeat center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.index_serve_nav_list{
    position: absolute;
    top: 50%;
    right: 42.4%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.index_serve_nav_list li{
    padding: 25px 0;
    position: relative;
}
.index_serve_nav_list li a{
    font-size: 24px;
    color: rgba(43, 104, 165, 0.8);
    line-height: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.index_serve_nav_list li .dot{
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-left: 25px;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.index_serve_nav_list li .dot:after{
    width: 10px;
    height: 10px;
    background: #0EA3AA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    display: block;
}
.index_serve_nav_list li:first-of-type{
    right: -8%;
}
.index_serve_nav_list li:nth-of-type(2){
    right: -3%;
}
.index_serve_nav_list li:nth-of-type(3){
    right: -1%;
}
.index_serve_nav_list li:nth-of-type(5){
    right: -1%;
}
.index_serve_nav_list li:nth-of-type(6){
    right: -5%;
}
.index_serve_nav_list li:nth-of-type(7){
    right: -11%;
}
.index_serve_nav_list li.on a,
.index_serve_nav_list li:hover a{
    font-weight: bold;
}
.index_serve_nav_list li.on .dot,
.index_serve_nav_list li:hover .dot{
    border: 1px solid rgba(14, 163, 170, 0.8);
}

.sec2_left{
    width: 30%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.read_more1{
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-family: Montserrat;
    position: relative;
}
.read_more1:before{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top:0;
    left: 0;
    width: 60px;
    height: 60px;
    content: "";
    display: block;
    border-radius: 30px;
    background: #0EA3AA;
    z-index: -1;
}
.read_more1:hover:before{
    width: 100%;
}
.info999{
    color: #999999;
}
.index_serve_list{

}
.index_serve_list li{
    display: none;
}
.index_serve_list li.active{
    display: block;
}
.index_serve_list li img{
    width: 100px;
    height: 100px;
    margin-bottom: 80px;
}

.index_serve_list li .info{
    margin-bottom: 75px;
}


.sec3{
    background: -webkit-gradient(linear, left bottom, left top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(0deg, #2B68A5 0%, #0EA3AA 100%);
}
.sec3 .asym_img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53%;
    opacity: 0.6;
}
.sec3 .sec3_img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/en_map_bg.png') no-repeat bottom right;
    background-size: cover;
}

.read_more1.white{
    color:#fff;
}
.index_title.white{
    color: #ffff
}
.sec3_left{
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    color:#fff;
}
.sec3_left .lit_title{
    font-size: 18px;
    margin-bottom: 25px;
}
.sec3_left .line{
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    margin-bottom: 35px;
}
.sec3_left .info{
    margin-bottom: 80px;
}

.sec4 .sec_con{
    background: url('../images/sec4_img.png') no-repeat center center;
    -o-background-size: 50%;
    background-size: 50%;

}
.sec4 .sec_con .w{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sec_con_top{
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}
.sec_con_top .index_title{
    margin-bottom: 0;
}


.index_news_swiper{
    width: -webkit-calc(100% + 500px);
    width: -moz-calc(100% + 500px);
    width: calc(100% + 500px);
}

.index_news_list{

}
.index_news_list li{

}
.index_news_list li a{
    width: 100%;
}
.index_news_list li .time_con{
    width: 120px;
    padding: 80px 50px 0 0;
    text-align: right;
    position: relative;
}
.index_news_list li .time_con:before{
    width: 200%;
    height: 1px;
    background: rgba(51,51,51,0.1);
    position: absolute;
    bottom: 9px;
    right: 0;
    content: "";
    display: block;
    z-index: -1;
}
.index_news_list li .time_con .day{
    font-size: 30px;
    font-family: AkrobatBlack;
    font-weight: 900;
    line-height: 36px;
}
.index_news_list li .time_con .year{
    font-family: AkrobatBlack;
    display: block;
    margin-bottom: 25px;
}
.index_news_list li .time_con .dot{
    width: 10px;
    height: 10px;
    background: #0EA3AA;
    border-radius: 50%;
}
.index_news_list li .right{
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);

}

.index_news_list li .img_con{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.index_news_list li .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.index_news_list li .info_con{
    padding: 40px 0 60px;
}

.index_news_list li .source{
    color: #0EA3AA;
    line-height: 20px;
    margin-bottom: 10px;
}
.index_news_list li .title{
    font-size: 24px;
    line-height: 36px;
    height: 72px;
}

.sec4_bot{
    width: 100%;
    position: relative;

}
.sec4_bot .action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.sec4_bot .btn_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.sec4_bot .btn_list .swiper-button-next-news {
    margin-left: 0;
}
.sec4_bot .swiper-pagination-news {
    position: static;
    width: calc(100% - 140px);
    height: 3px;
    background: rgba(51, 51, 51, 0.3);
}
.sec4_bot .swiper-pagination-news .swiper-pagination-progressbar-fill {
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
}


/*底部*/
footer{
    padding-top: 20px;
    position: relative;
}
footer:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
}

.foot_con{
    background: #333333;
    color: #fff;
}
.foot_top{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}
.foot_left {
    padding-right: 250px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.foot_left .logo{
    margin-bottom: 50px;
}
.foot_left .logo img{
    height: 77px;
}
.foot_left .phone_list{
    line-height: 24px;
}
.foot_left .phone_list span{
    color:#999;
}
.foot_left .phone_list p{
    margin-bottom: 15px;
}

.foot_right{
    width: 40%;
}
.foot_right h5{
    font-size: 24px;
    margin-bottom: 10px;
}
.liuyan_con ul{
    position: relative;
}

.liuyan_con li{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.liuyan_con li .select_con{
    background: rgba(255,255,255,.05);
    border-radius: 10px;
}
.liuyan_con li select,
.liuyan_con li input{
    width: 100%;
    background: rgba(255,255,255,.05);
    border: none;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    line-height: 20px;
}

.liuyan_con li.submit_li{
    width: 100%;
    text-align: right;
}

.liuyan_con li.submit_li input {
    width: 200px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.liuyan_con li select{
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: transparent;
    position: relative;
    z-index: 1;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}
.liuyan_con li .select_con{
    position: relative;
}
.liuyan_con li .select_con:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 14px;
    height: 11px;
    background: url('../images/arrow.png') no-repeat center center;
    -o-background-size: 12px !important;
    background-size: 12px !important;
}
.liuyan_con li select option {
    color: #333;
}
.friend_link {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 40px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.friend_link span,
.friend_link a{
    font-size: 24px;
    line-height: 36px;
    margin-right: 100px;
}
.friend_link a img{
    max-width: 160px;
}
.copy_right{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.copy_right{
    padding: 25px 0;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.3;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copy_right .gongbei_icon{
    position: relative;
    top: -1px;
    margin-right: 3px;
}

/*关于我们*/
.fixed_img{
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/about4_bg.jpg) no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.inner{
    position: relative;
    z-index: 1;
}

.inner .inner_img{
    width: 100%;
    height: 55vh;
    object-fit: cover;
}

.inner .inner_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner_title{
    position: relative;
    padding-left: 0 !important;
}
.inner_title:before{
    width: 4px;
    height: 110px;
    background: #2B68A5;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    display: none;
}
.inner_title .title{
    font-size: 36px;
    color: #2B68A5;
    margin-bottom: 10px;
    display: none;
}
.inner_title .en_title{
    font-size: 80px;
    line-height: 80px;
    font-family: Montserrat-Bold;
    color: transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(0deg, #2B68A5 0%, #0EA3AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.left_menu_con{
    position: relative;
    width: 100%;
    top: -50px;
    height: 100px;
    z-index: 10;
    margin-bottom: -50px;
}
.left_menu_bg{
    position: absolute;
    top:0;
    right:0;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#0EA3AA), to(#2B68A5));
    background: -webkit-linear-gradient(right, #0EA3AA 0%, #2B68A5 100%);
    background: -moz-linear-gradient(right, #0EA3AA 0%, #2B68A5 100%);
    background: -o-linear-gradient(right, #0EA3AA 0%, #2B68A5 100%);
    background: linear-gradient(-90deg, #0EA3AA 0%, #2B68A5 100%);
    width: 100%;
}
.left_menu_con .w{
    height: 100%;
}
.left_menu{
    height: 100%;
}
.left_menu ul{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.left_menu li{
    margin-right: 50px;
    position: relative;
}
.left_menu li a{
    padding: 16px 0;
    font-size: 18px;
    color: #fff;
}
.left_menu li a:before{
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.left_menu li a:hover:before,
.left_menu li a.on:before {
    opacity: 1;
}
.mission_list{

}
.mission_list li{
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.mission_list li img{
    width: 100%;
}
.mission_list li .part{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mission_list li .w{
    height: 100%;
}
.mission_list li .tip{
    font-size: 200px;
    font-family: AkrobatR;
    font-weight: 900;
    color: #2B68A5;
    position: absolute;
    top: -40px;
    left: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mission_list li.vision .tip{
    left: auto;
    right: 100px;
}

.mission_list li .info_con{
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 60%;
}
.mission_list li:last-of-type{
    padding-bottom: 0;
}

/*视频弹窗*/
.video_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    bottom: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open{
    bottom: 0;

}
.video_mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.video_mark .video_box video{
    max-width: 100%;
    max-height: 100%;
}
.video_mark .video_box .close{
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url('../images/close_icon.png') no-repeat center center;
    width: 40px;
    height: 40px;
    -o-background-size: 20px !important;
    background-size: 20px !important;
    z-index: 100;
}
.sec.sec_profile1{
    overflow: visible;
    z-index: 10;
    position: relative;
    padding: 150px 0;
}
.sec_profile1 .left{
    width: 46.875%;
}
.sec_profile1 .left .lit_title{
    color: #0EA3AA;
    margin-bottom: 20px;
}
.sec_profile1 .left .tip{
    font-size: 30px;
    line-height: 44px;
}
.sec_profile1 .left .index_title{
    color: #333;
}

.sec_profile1 .left .info{
    color: #777777;
}
.sec_profile1 .right{
    position: absolute;
    top:0;
    right:0;
    width: 47%;
}
.sec_profile1 .right a,
.sec_profile1 .right img{
    width: 100%;
}
.sec_profile2{
    position: relative;
}
.sec_profile2_img{
    width: 100%;
}
.sec_profile2_con{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec_profile2 .w{
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: flex-end;
}
.company_list { 
    width: 30%;
}
.company_list li{
    padding: 0 0 60px 25px;
    position: relative;
}
.company_list li:last-of-type{
    padding-bottom: 0;
}
.company_list li:before{
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #0EA3AA;
    border-radius: 50%;
    content: "";
    display: block;
}
.company_list li .title{
    font-size: 24px;
    font-weight: bold;
    color: #2B68A5;
    line-height: 30px;
    margin-bottom: 10px;
}

.company_list li .intro{
    font-size: 20px;
    line-height: 25px;
}

/*领导团队*/
.wrap_title{
    margin-bottom: 40px;
}
.wrap_title.center{
    text-align: center;
}
.sec_team .wrap_title{
    margin-bottom: 75px;
}
.wrap_title .en_title{
    font-size: 36px;
    font-family: AkrobatBlack;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 12px;
    display: none;
}
.wrap_title .title{
    font-size: 48px;
    font-weight: 600;
}
.team_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    position: relative;
}
.team_list li {
    width: calc((100% - 105px * 3) / 4);
    margin-right: 105px;
    margin-bottom: 60px;
    position: relative;
}
.team_list li:nth-of-type(4n) {
    margin-right: 0;
}

.team_list li .team_item {
    display: block;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}
.team_list li .team_card {
    width: 100%;
    text-align: center;
}
.team_list li .img_con {
    width: 100%;
    height: 0;
    padding-bottom: 133.33%;
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
    margin-bottom: 20px;
}
.team_list li .img_con img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.team_list li .team_item:hover .img_con img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team_list li .people_title {
    width: 100%;
    text-align: center;
}
.team_list li .people_title .title {
    font-size: 30px;
    margin-bottom: 8px;
}
.team_list li .people_title .en_title {
    font-size: 20px;
    line-height: 1.5;
}
.team_list li.active .people_title .title,
.team_list li.active .people_title .en_title {
    color: #2B68A5;
}
.team_list li .team_detail {
    display: none;
    background: url(../images/team_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 40px 50px;
    overflow: hidden;
    clear: both;
}
.team_list li.active .team_detail {
    display: block;
}
.team_list li .detail_content {
    width: 100%;
    text-align: left;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
}
.square_info p{
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 16px;
}
.square_info p:before{
    width: 8px;
    height: 8px;
    border: 1px solid #0EA3AA;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}


/*科学技术中心*/
.sec_center1{
    background: url('../images/center1_bg.jpg') no-repeat bottom center;
    -o-background-size: contain;
    background-size: contain;
}
.sec_center1 .left{
    width: 48%;
}
.sec_center1 .left .part_title{
    margin-bottom: 20px;
}
.sec_center1 .left .info{
    color: #777;
}
.part_title{
    margin-bottom: 40px;
}
.part_title.white{
    color: #fff;
}
.part_title.center{
    text-align: center;
}

.part_title .title{
    font-size: 36px;

}
.part_title .tip{
    padding-top: 10px;
    font-size: 24px;
}
.sec_center1 .right{
    width: 37.5%;
}

.sec_center1 .right img{
    width: 100%;
}
.sec_center2_con{
    position: relative;
}
.center2_bg{
    width: 100%;
}
.sec_center2_list{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top:0;
    left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.sec_center2_list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
}
.sec_center2_list li .title{
    font-size: 24px;
    margin-bottom: 15px;
}
.sec_center2_list li .info p,
.sec_center2_list li .info{
    text-align: center;
    font-size: 18px;
}
.lit_sec{
    padding: 90px 0;
}
.sec_center3{
    background: url('../images/center3_bg.jpg') no-repeat bottom center;
    -o-background-size: cover;
    background-size: cover;
}
.sec_center4_top{
    position: relative;
}
.sec_center4_top .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec_center4_top .right{
    width: 30%;
}
.sec_center4_top:after,
.sec_center4_top:before{
    width: 44.7%;
    height: 100%;
    position: absolute;
    top:0;
    content: "";
    display: block;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.sec_center4_top:before{
    left: 0;
    background: url('../images/center4_bg_left.png') no-repeat center left;

}
.sec_center4_top:after{
    right: 0;
    background: url('../images/center4_bg_right.png') no-repeat center left;

}
.sec_center4_top .part_title{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 238px;
    height: 238px;
    line-height: 238px;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -moz-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -o-linear-gradient(left, #2B68A5, #0EA3AA);
    background: linear-gradient(90deg, #2B68A5, #0EA3AA);
    border-radius: 50%;
    margin-bottom: 0;
    z-index: 10;
}
.sec_center4_top .top_title{
    font-size: 26px;
    color: #333333;
    line-height: 48px;
    margin-bottom: 40px;
}
.sec_center4_top .top_title span{
    color: #2B68A5;
    font-weight:bold;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.sec_center4_top .white_list{

}
.sec_center4_top .white_list li{
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 25px;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec_center4_top .white_list li .title{
    font-size: 16px;
    color: #777777;
    line-height: 24px;
}
.sec_center4_top .white_list li p{
    color: #0EA3AA;
    line-height: 48px;
    font-size: 18px;
}
.sec_center4_top .white_list li p span{
    font-size: 48px;
    font-family: Montserrat;
}

.sec_center4_top .gao_list li{
    margin-bottom: 40px;
}
.sec_center4_top .gao_list li .title{
    color: #777777;
    line-height: 30px;
}
.sec_center4_top .gao_list li .info span{
    color: #0EA3AA;
}

.img_swiper{
    padding-top: 50px;
}
.img_list li .img_bg{
    width: 100%;
    height: 309px;
    background: #0EA3AA;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

/*质量与合规*/

.quality1_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.quality1_con .img_con{
    width: 50%;
    height: 500px;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    z-index: -2;
}
.quality1_con .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.quality1_con .info_con{
    width: 50%;
    padding: 0 50px 0 100px;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quality1_con .info_con:before{
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px);
    height: 100%;
    background: #F4F7FA;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
}
.quality1_con .line,
.quality2_con .line{
    width: 40px;
    height: 2px;
    background: #0EA3AA;
    margin-bottom: 30px;
}
.quality2_con .line{
    background: #fff;
}
.quality2_con .part_title ,
.quality1_con .part_title {
    margin-bottom: 35px;
}
.quality1_con .info{
    color: #777;
}
.sec_quality3 .quality1_con{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.sec_quality3 .quality1_con .info_con{
    padding: 0 100px 0  50px;
}

.sec_quality3 .quality1_con .info_con:before{
    left: auto;
    right: 0;
}
.sec.sec_quality2{
    background: url('../images/quality2_bg.jpg') no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 150px 0;
}
.quality2_con .info_con{
    width: 40%;
}
.quality2_con .square_info p{
    margin-bottom: 20px;
}
.quality2_con .square_info p:before {
    border: 1px solid #fff;
}

/*知识产权保护*/




.ip1_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ip1_con .img_con{
    width: 44.375%;
    height: 440px;
}
.ip1_con .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ip1_con .info_con{
    width: 55.625%;
    padding: 100px 100px 100px 0;
    background: rgba(43, 104, 165, 0.05);
}
.left_line{
    padding-left: 70px;
    border-left: 10px solid #2B68A5;
}

.ip1_con .part_title ,
.ip2_con .part_title {
    margin-bottom: 25px;
    color: #2B68A5;
}
.sec_ip2{
    background: rgba(43, 104, 165, 0.1) url('../images/ip2_img.png') no-repeat center left;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}
.sec_ip2 .w{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.ip2_con {
    width: 59.25%;
}
.ip2_con .tip{
    margin-top: 60px;
    font-size: 20px;
    color: #2B68A5;
    line-height: 30px;
}
.ip_list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.ip_list li{
    margin-top: 40px;
    width: 31.8%;
    margin-right: 2.3%;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px;
}
.ip_list li:nth-of-type(3n){
    margin-right: 0;
}
.ip_list li .num{
    font-size: 60px;
    font-family: AkrobatBlack;
    font-weight: 900;
    color: #2B68A5;
    line-height: 30px;
    opacity: 0.1;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

/*里程碑*/
.milestone_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.year_big_container{
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
}
.milestone_list{

}
.milestone_list li{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.milestone_list li .img_con{
    width: 43%;
    height: 400px;
    padding: 20px 0 0 20px;
    position: relative;
}
.milestone_list li .img_con:before{
    width: 223px;
    height: 191px;
    background: #2B68A5;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
}
.milestone_list li img{
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 100px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.milestone_list li .info_con{
    width: 50%;
}
.milestone_list li .info_con .year{
    font-size: 48px;
    font-family: Montserrat;
    background: -webkit-gradient(linear, left bottom, left top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(0deg, #2B68A5 0%, #0EA3AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
.year_swiper{
    width: 280px;
    height: 350px;
    margin: 0;
    border-right: 1px solid rgba(43, 104, 165, 0.1);
}
.year_swiper li{
    width: 100%;
    line-height: 70px;
    height: 70px;
}
.year_swiper li a{
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: right;
    padding-right: 48px;
    font-size: 20px;
    font-family: Montserrat;
    color: #2B68A5;
    opacity: 0.5;
}
.year_swiper li a:before{
    width: 5px;
    height: 42px;
    background: #2B68A5;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.year_swiper li.swiper-slide-active a{
    font-size: 48px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(bottom, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(0deg, #2B68A5 0%, #0EA3AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}
.year_swiper li.swiper-slide-active a:before{
    opacity: 1;
}

.sec.sec_honor{
    background: url('../images/honor_bg.jpg') no-repeat center left;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 180px 0;
}
.sec_honor .square_info p{
    margin-bottom: 15px;
}
.sec_honor .square_info p:before {
    border: 1px solid #fff;

}
.esg_list{

}
.esg_list li{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.esg_list li .img_con,
.esg_list li .info_con{
    width: 50%;
}
.esg_list li .img_con{
    height: 600px;
}
.esg_list li .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.esg_list li .env_list {
    position: relative;
    left: -35px;
}
.esg_list li .env_list li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 0;
}
.esg_list li .env_list li .num{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #FFFFFF;
    border: 1px solid #2B68A5;
    border-radius: 50%;
    font-size: 18px;
    font-family: Montserrat;
    color: #2B68A5;
    text-align: center;
    margin-right: 39px;
}
.esg_list li.li2{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.esg_list li.li2 .env_list li{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.esg_list li.li2 .env_list{
    left: auto;
    right: -35px;
}
.esg_list li.li2 .env_list li .num{
    margin-right: 0;
    margin-left: 39px;
}
.esg_list li .env_list li .info{
    font-size: 20px;
    width: calc(100% - 90px);
}
.esg_list li.li2 .env_list li .info {
    text-align: right;
}
/*服务解决方案*/
.slide_down{
    width: 10px;
    height: 169px;
    background: url('../images/slide_down.png') no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    position: absolute;
    bottom: 50px;
    right: 160px;
}

.serving_list{
    position: relative;
}
.serving_list:before{
    width: 327px;
    height: -webkit-calc(100% - 500px);
    height: -moz-calc(100% - 500px);
    height: calc(100% - 500px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    display: block;
    background: url('../images/serve_line.png') no-repeat center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.serving_list li{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
}
.serving_list li:nth-of-type(2n){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.serving_list li .img_con{
    width: 41.6%;
    height: 100%;
    border-radius: 250px 0px 0px 250px;
    overflow: hidden;
}
.serving_list li .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.serving_list li:nth-of-type(2n) .img_con{
    border-radius:  0px 250px 250px 0px;
}
.serving_list li .info_con{

    width: 41.6%;
}
.serving_list li:nth-of-type(2n) .info_con{
    padding-left: 100px;
}
.serving_list li .info_con a{
    width: 100%;
    position: relative;
}
.serving_list li .info_con img{
    height: 70px;
    margin-bottom: 40px;
}
.serving_list li .info_con .num{
    position: absolute;
    display: block;
    top: 114px;
    left: -45px;
    font-family: Montserrat;
    color: #666666;
}

/*服务详细-1-2-4-5-7-8*/
.serve_inner_wrap{
    position: absolute;
    top: 55%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40vh !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.serve_inner_wrap .left_con{
    width: 50%;
}
.crumbs{
    color: rgba(43, 104, 165, 0.5);
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    display: none;
}

.crumbs a,
.crumbs span{
    line-height: 30px;
    padding: 0 5px;
}
.crumbs a:first-of-type{
    padding-left: 31px;
    background: url('../images/index_a.png') no-repeat center left;
    -o-background-size: 16px;
    background-size: 16px;
}
.serve_title{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.serve_title .icon{
    width: 100px;
    height: 100px;
    margin-right: 30px;
}
.serve_title .wrap_title{
    margin-bottom: 0;
}
.serve_title .wrap_title .en_title{
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}
.serve_title .wrap_title .title{

    color: #2B68A5;
}
.serve_inner{
    overflow: visible;
}
.serve_inner_wrap .serve_menu{
    width: 440px;
    position: relative;
}
.serve_menu .current_nav{
    position: relative;
    width: 100%;
    line-height: 22px;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -moz-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -o-linear-gradient(left, #2B68A5, #0EA3AA);
    background: linear-gradient(90deg, #2B68A5, #0EA3AA);
    border-radius: 35px;
    padding: 20px 50px 20px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.serve_menu .current_nav:before{
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    background: url('../images/arrow2.png') no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.serve_menu .sub_menu_list{
    position: absolute;
    top: -webkit-calc(100% + 19px);
    top: -moz-calc(100% + 19px);
    top: calc(100% + 19px);
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 15px 38px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.serve_menu:hover .sub_menu_list{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.serve_menu .sub_menu_list:before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: 46px;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom: 12px solid #fff;
}
.sub_menu_list li{

}
.sub_menu_list li a{
    width: 100%;
    font-size: 18px;
    color: #2B68A5;
    line-height: 22px;
    padding: 15px 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.sub_menu_list li.on a,
.sub_menu_list li:hover a{
    opacity: 1;
}
.serve_inner_wrap .img_con{
    width: 41.6%;
    height: 100%;
    position: relative;
}
.serve_inner_wrap .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 250px 0px 0px 250px;
}
.serve_inner_wrap .img_con .action_area{
    position: absolute;
    right: 45%;
    bottom: -20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.serve_inner_wrap .img_con .action_area a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}
.serve_inner_wrap .img_con .action_area a.prev_page{
    background: url('../images/prev1.png') no-repeat center center;
    margin-right: 29px;
}
.serve_inner_wrap .img_con .action_area a.next_page{
    background: url('../images/next1.png') no-repeat center center;
}
.serve_inner_wrap .img_con .action_area a.prev_page:hover{
    background: url('../images/prev1_hover.png') no-repeat center center;
}
.serve_inner_wrap .img_con .action_area a.next_page:hover{
    background: url('../images/next1_hover.png') no-repeat center center;
}
.serve_curent_title {
    margin-bottom: 70px;
}
.serve_curent_title .w{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.serve_curent_title .index_title{
    margin-bottom: 0;
}
.serve_curent_title .tip{
    font-size: 30px;
    color: #2B68A5;
    padding-top: 15px;
}
.serve_curent_title .tip_info{
    font-size: 20px;
    line-height: 36px;
    padding-top: 15px;
    color: #2B68A5;
}
.serve_curent_title .square_info p:before {
    width: 12px;
    height: 12px;
    top: 11px;
}
.serve_curent_title .square_info p {
    padding-left: 26px;
}
.go_back{
    color: #2B68A5;
    line-height: 30px;
    padding-left: 25px;
    background: url('../images/go_back.png') no-repeat center left;
    -o-background-size: 18px;
    background-size: 18px;
}
.all_serve_part{
    width: 100%;
    overflow: visible;
    background: rgba(43, 104, 165, 0.05);
    border-radius: 50px;
}
.serve_part{
    padding: 50px;
}
.serve_part.none{
    display: none;
}
.serve_part_title{
    font-size: 30px;
    color: #2B68A5;
    line-height: 30px;
    margin-bottom: 30px;
    position: relative;
}
.serve_part_title:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 8px;
    height: 100%;
    background: #2B68A5;
    border-radius: 0px 4px 4px 0px;
}
.serve_white_area{
    padding: 50px;
    background: #FFFFFF;
    border-radius: 50px;
}
.serve_white_area .page_info p{
    text-align: initial;
}
.range_1{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.range_1 .lit_title{
    border-radius: 30px;
    font-size: 20px;
    text-align: center;
    padding: 19px 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -moz-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -o-linear-gradient(left, #2B68A5, #0EA3AA);
    background: linear-gradient(90deg, #2B68A5, #0EA3AA);
    color: #FFFFFF;
}
.serve_range_list{
    padding-left: 90px;
}
.serve_range_list li{
    padding: 20px 0;
    font-size: 20px;
}
.serve_range_list li p{
    line-height: 30px;
}
.serve_range_list li .square_info{
    color: #2B68A5;
}
.serve_range_list .square_info p:before {
    width: 12px;
    height: 12px;
    top: 8px;
}
.serve_range_list .square_info p {
    padding-left: 26px;
}
.serve_tab_nav{

}
.serve_tab_nav a{
    width: 400px;
    height: 58px;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #2B68A5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    text-align: center;
}
.serve_tab_nav a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgba(43, 104, 165, 0.1);
    border-radius: 30px 30px 0 0;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.serve_tab_nav a.on,
.serve_tab_nav a:hover{
    color: #FFFFFF;
}
.serve_tab_nav a.on:before,
.serve_tab_nav a:hover:before{
    background: #2B68A5;
}
.serve_tab_list li{
    display: none;
}
.serve_tab_list li.active{
    display: block;
}
.serve_part_top{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.serve_part_top .serve_part_title{
    margin-bottom: 0;
}
.device_list{

}
.device_list li{
    background: rgba(43, 104, 165, 0.05);
    border-radius: 30px;
    padding: 20px;
}
.device_list li .title{
    font-size: 18px;
    color: #2B68A5;
    margin-bottom: 30px;
}
.device_list li .title span{
    display: block;
}
.device_list li .serve_white_area{
    width: 100%;
    height: 240px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.device_list li .serve_white_area img{
    max-width: 100%;
    max-height: 100%;
}
.sec_serve_bg{
    background: url('../images/serve_bg.jpg') no-repeat center top;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.serve_white_area.trends_1{
    padding-top: 135px;
    padding-bottom: 0;
    position: relative;
}
.trends_1 .circle_bg{
    text-align: center;
}
.trends_1 .circle_bg img {
    width: 44.5%;
}
.trends_1 .circle_bg .current_title{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
    color: #2B68A5;
    line-height: 36px;
}
.trends1_list{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.trends1_list li{
    position: absolute;
}
a.trends_a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    height: 60px;
    background: #F4F7FA;
    border: 1px solid #2B68A5;
    border-radius: 30px;
    font-size: 15px;
    color: #2B68A5;
    line-height: 16px;
    text-align: center;
    padding: 0 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: bold;
}
a.trends_a:after{
    position: relative;
    top: 5px;
    margin-left: 5px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    border: 7px solid transparent;
    border-top: 7px solid;
    border-top-color: #2B68A5;
}
li:hover>a.trends_a{
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -moz-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -o-linear-gradient(left, #2B68A5, #0EA3AA);
    background: linear-gradient(90deg, #2B68A5, #0EA3AA);
    color: #FFFFFF;
}
li:hover>a.trends_a:after{
    border-top-color: #fff;
}
.hide_tip{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -webkit-calc(100% + 20px);
    left: -moz-calc(100% + 20px);
    left: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%) scaleY(0);
    -moz-transform: translateY(-50%) scaleY(0);
    -ms-transform: translateY(-50%) scaleY(0);
    -o-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    width: 300px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    background: #fff;
    border-radius: 10px;
    z-index: 1000;
}
li:hover .hide_tip{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scaleY(1);
    -moz-transform: translateY(-50%) scaleY(1);
    -ms-transform: translateY(-50%) scaleY(1);
    -o-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
}
.hide_tip.hide_tip_bot{
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    left: 25px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
li:hover .hide_tip.hide_tip_bot{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.trends1_list li:first-of-type .hide_tip,
.trends1_list li:nth-of-type(2) .hide_tip,
.trends1_list li:nth-of-type(3) .hide_tip{
    left: auto;
    right: -webkit-calc(100% + 20px);
    right: -moz-calc(100% + 20px);
    right: calc(100% + 20px);
}

.trends1_list li:first-of-type{
    bottom: 12%;
    left: 21%;
}
.trends1_list li:nth-of-type(7){
    bottom: 12%;
    right: 21%;
}
.trends1_list li:nth-of-type(2){
    bottom: 38%;
    left: 16%;
}
.trends1_list li:nth-of-type(6){
    bottom: 38%;
    right: 16%;
}
.trends1_list li:nth-of-type(3) {
    bottom: 65%;
    left: 21%;
}
.trends1_list li:nth-of-type(5) {
    bottom: 65%;
    right: 21%;
}
.trends1_list li:nth-of-type(4) {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.trends_2{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.trends2_list{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.trends2_list .trends_arrow{
    margin: 0 20px;
}
.trends2_list li,
.trends2_list2 li{
    position: relative;
}
.trends2_list2{
    border: 1px dashed #2B68A5;
    border-radius: 60px;
    padding: 20px;
}
.trends2_list2 li{
    padding: 5px 0;
}
.trends2_list2 li .hide_tip{
    left: -webkit-calc(100% + 45px);
    left: -moz-calc(100% + 45px);
    left: calc(100% + 45px);
    width: 500px;
    white-space: inherit;
}
.trends_3{
    /*  padding-bottom: 160px;*/
    position: relative;
}
.trends_3 .trends2_list{
    position: relative;
}
.trends_3 li{
    position: static;
}
.trends_3 li .hide_tip.hide_tip_bot{
    white-space: inherit;
    background: #fff;
    padding: 10px;
    z-index: 1000;
    border-radius: 10px;
    left: auto;
}
/*检测*/
.detection{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
}
.detection .part1{
    width: 42.6%;
}
.detection .part2{
    width: 56%;
}

.detection h6,
.detection p{
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    border-radius: 20px;
    padding: 0 15px;
}
.detection h6{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.detection p{
    margin-top: 10px;
}
.detection .part1 h6{
    background: #2B68A5;
}
.detection .part1 p{
    background: rgba(43, 104, 165, 0.1);
}
.detection .part2 h6{
    background: #0EA3AA;
}
.detection .part2 p{
    background: rgba(14, 163, 170, 0.1);
}

/*放行检测*/
.detection_list{

}
.detection_list li{
    width: 100%;
    height: 500px;
    background: rgba(43, 104, 165, 0.05);
    border-radius: 0px 250px 250px 0px;
    margin-bottom: 60px;
}
.detection_list li:last-of-type{
    margin-bottom: 0;
}
.detection_list li:nth-of-type(2n){

    border-radius: 250px 0px 0px 250px;
}
.detection_list li a{
    width: 100%;
    height: 100%;

}

.detection_list li .li_con{
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.detection_list li:nth-of-type(2n) .li_con{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.detection_list li .img_con{
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px 250px 250px 0px;
}
.detection_list li img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.detection_list li:nth-of-type(2n) .img_con{
    border-radius: 250px 0px 0px 250px;
}
.detection_list li .info_con{
    width: 50%;
    padding: 0 200px 0 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.detection_list li:nth-of-type(2n)  .info_con{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 130px 0 200px;
}
.detection_list li .info_con img{
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
}


/*人才发展*/
.talent_list{

}
.talent_list li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
    position: relative;
}
.talent_list li:nth-of-type(2n){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.talent_list li .img_con{
    width: 55%;
    height: 540px;
    padding-left: 65px;
    position: relative;
}
.talent_list li:nth-of-type(2n) .img_con{
    padding-left: 0;
    padding-right: 65px;
}
.talent_list li .img_con:before{
    width: 151px;
    height: 432px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(bottom, #2B68A5, #0EA3AA);
    background: -moz-linear-gradient(bottom, #2B68A5, #0EA3AA);
    background: -o-linear-gradient(bottom, #2B68A5, #0EA3AA);
    background: linear-gradient(0deg, #2B68A5, #0EA3AA);
    position: absolute;
    top: -65px;
    left: 0;
    content: "";
    display: block;
}
.talent_list li:nth-of-type(2n) .img_con:before{
    left: auto;
    right:0;
}
.talent_list li .num{
    font-size: 100px;
    font-family: AkrobatBlack;
    font-weight: 900;
    color: #FFFFFF;
    position: absolute;
    top: -55px;
    left: 30px;
    z-index: 10;
}
.talent_list li:nth-of-type(2n) .num{
    left: auto;
    right: 30px;
}
.talent_list li .info_con{
    width: 45%;
    padding-left: 120px;
}
.talent_list li:nth-of-type(2n) .info_con{
    padding-left: 0;
    padding-right: 160px;
}
.talent_list li .info_con .title{

    color: #2B68A5;
}
.talent_list li .info_con .icon{
    height: 50px;
    margin-bottom: 40px;
}
.talent_list li .img_con .action{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom:0;
    right: 0;
    width: 200px;
    height: 80px;
    background: #FFFFFF;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}
.talent_list li:nth-of-type(2n) .img_con .action{
    right: 65px;
}
.talent_list li .img_con .swiper-pagination{
    width: auto;
    color: #2B68A5;
    line-height: 31px;
    position: static;
    font-family: Montserrat;
}

.talent_list li .img_con .prev2 {
    left: 20px;
}
.talent_list li .img_con .next2{
    right: 20px;
}
.talent_list li .img_con .prev2:after,
.talent_list li .img_con .next2:after{
    font-size: 14px;
    color: #2B68A5;
    font-weight: bold;
}

.talent_swiper dd img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*公司动态*/
.sec_news1 .wrap_title{
    margin-bottom: 0;
}
.news_top_list{
    position: relative;
}
.news_top_list li a{
    width: 100%;
}

.news_top_list li .li_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news_top_list li .img_con{
    width: 56.25%;
    height: 510px;

}
.news_top_list li .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news_top_list li .info_con{
    width: 43.75%;
    padding-right: 115px;
    padding-top: 60px;
    background: #fff;
}
.news_top_list li .info_con .time{
    font-family: Montserrat;
    color: #999999;
    margin-bottom: 25px;
}
.news_top_list li .info_con .title{
    font-size: 30px;
    line-height: 40px;
    height: 80px;
    margin-bottom: 30px;
}
.news_top_list li .info_con .info{
    color: #777777;
    margin-bottom: 45px;
}
.news_top_list .prev_or_next{
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_top_list .swiper-pagination{
    width: auto;
    line-height: 31px;
    position: absolute;
    top: -90px;
    left: auto;
    right: 0;
    font-family: Montserrat;
    color: #999999;
    bottom: auto;
}
.news_top_list .swiper-pagination .swiper-pagination-current{
    color: #2B68A5;
}
.news_top_list .read_more1:before{
    z-index: 0;
}
.read_more1 i{
    position: relative;
    z-index: 1;
}

.sec_news2{

    background: rgba(43, 104, 165, 0.05);
}
.news_list{

}
.news_list li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    background: #FFFFFF;
}
.news_list li:nth-of-type(3n){
    margin-right: 0;
}

.news_list li a{
    width: 100%;
}
.news_list li .img_con{
       width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
}
.news_list li .img_con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
      position: absolute;
    top: 0;
    left: 0;
}
.news_list li .info_con{
    padding: 50px;
    background: #fff;
    position: relative;
}
.news_list li .time{
    font-family: Montserrat;
    color: #999999;
    margin-bottom: 20px;
}
.news_list li .title{
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.news_list li .info{
    color: #777;
}

.news_list li .more{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    right: 50px;
    background: url('../images/more2.png') no-repeat center center;
    border-radius: 50%;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.news_list li:hover .more{
    opacity: 1;
}
.news_list li:hover .title{

    color: #2B68A5;
}


.pageing{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE{
    display: none;
}
.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT{
    margin: 0 10px;
}
.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT,
.JZD_PAGE_PREVIOUS a,
.JZD_PAGE_NEXT a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;

    font-family: Montserrat;
    color: #0EA3AA;
}
.JZD_PAGE_PREVIOUS img,
.JZD_PAGE_NEXT img{
    width: 52px;
}
.JZD_PAGE_SHUZIYE a,
.JZD_PAGE_SHUZIYE.JZD_PAGE_DISABLED{
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    font-family: Montserrat;
    color: #0EA3AA;
}

.JZD_PAGE_PREVIOUS.JZD_PAGE_DISABLED,
.JZD_PAGE_NEXT.JZD_PAGE_DISABLED{
    opacity: 0.8;
}
/*当前页*/
.JZD_PAGE_SHUZIYE.JZD_PAGE_DISABLED{
    color:#fff;
    background: #0EA3AA;
}

.JZD_PAGE_SHUZIYE a:hover{
    color:#fff;
    background: #0EA3AA;

}
.JZD_PAGE_DISABLED{
    cursor: no-drop;
}


/*线下活动*/

.activities_list{

}
.activities_list li{
    padding: 50px 0;
    border-bottom: 1px solid rgba(43, 104, 165, 0.1);
}


.activities_list li a{
    width: 100%;
}
.activities_list li .li_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.activities_list li .img_con{
    width: 400px;
    height: 228px;
    overflow: hidden;
}
.activities_list li .img_con img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.activities_list li .title{
    width: 30%;
    font-size: 24px;
    line-height: 40px;
    height: auto;
    max-height: 120px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.activities_list li .info{
    width: 31.25%;
    color: #777777;
}

.activities_list li:hover .title{

    color: #2B68A5;
}

/*知识中心*/
.know_nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}
.know_nav_list li {
    list-style: none;
}
.know_nav_list li a {
    display: inline-block;
    width: 250px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 35px;
    background: #F4F7FA;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.know_nav_list li a:hover {
    background: #E0E8F0;
}
.know_nav_list li.active a{
    background: linear-gradient(to right, #2B68A5 0%, #0EA3AA 100%);
    background: -webkit-linear-gradient(to right, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(to right, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(to right, #2B68A5 0%, #0EA3AA 100%);
    color: #fff;
}
/*刊物*/
.kanwu_list {
    display: flex;
    flex-wrap: wrap;
}
.kanwu_list li {
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.5%;
    position: relative;

}
.kanwu_list li:nth-of-type(3n) {
    margin-right: 0;
}
.kanwu_list li:after {
    content: '';
    display: block;
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F4F7FA;
    border-radius: 0px 0px 60px 60px;
}
.kanwu_list li:before {
    content: '';
    display: block;
    width: 80%;
    height: 40%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #0EA3AA;
    border-radius: 0px 0px 60px 60px;
    
}
.kanwu_list li a {
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 0 40px 0;
}
.kanwu_list li .img_con{
    width: 100%;
    aspect-ratio: 21/30;
    overflow: hidden;
}
.kanwu_list li .img_con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all 0.3s ease;
}

.kanwu_list li h2{
    font-size: 24px;
    padding: 20px 0;
    line-height: 28px;
    text-align: center;
    transition: all 0.3s ease;
}
.kanwu_list li:hover h2{
    color: #2B68A5;
}
.kanwu_list li:hover img{
    transform: scale(1.05);
}
/*海报*/
.haibao_list {
    display: flex;
    flex-wrap: wrap;
}
.haibao_list li {
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 4%;
    position: relative;

}
.haibao_list li:nth-of-type(3n) {
    margin-right: 0;
}
.haibao_list li:after {
    content: '';
    display: block;
    width: 90%;
    height: 60%;
    background: #0EA3AA;
    border-radius: 0px 0 60px 0px;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.haibao_list li a {
    width: 100%;
    position: relative;
    z-index: 100;
    background: #F4F7FA;
    border-radius: 0px 0px 60px 0px;
}
.haibao_list li .img_con {
    width: 100%;
    aspect-ratio: 5/3;
    overflow: hidden;
    position: relative;
}

.haibao_list li .video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 70px;
    transition: all 0.3s ease;
}
.haibao_list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}

.haibao_list li h2{
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    transition: all 0.3s ease;
}
.haibao_list li .time{
    font-family: Montserrat;
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    padding: 0 30px 30px;
}
.haibao_list li:hover h2{
    color: #2B68A5;
}
.haibao_list li:hover img{
    transform: scale(1.05);
}

.haibao_list.video_list li .img_con{
    background-size: cover !important;
}
.haibao_list.video_list li img{
    opacity: 0;
}
.haibao_list.video_list li .video_btn{
    opacity: 0;
}
.haibao_list.video_list li:hover img{
    opacity: 1;
}
.haibao_list.video_list li:hover .video_btn{
    opacity: 1;
}
/*宣传资料*/
.brochures_list{

}
.brochures_list li{
    float: left;
    border-radius: 50px;
    padding: 40px;
    width: 22.5%;
    height: 360px;
    margin-right: 3.33%;
    margin-bottom: 3.33%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(43, 104, 165, 0.05);
    position: relative;
}
.brochures_list li:before{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:0;
    left:0;
    content: "";
    display: block;
    background: url('../images/brochures_bg2.png') no-repeat bottom left;
    -o-background-size: 90%;
    background-size: 90%;
}
.brochures_list li:nth-of-type(4n){
    margin-right: 0;
}

.brochures_list li a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.brochures_list li .li_con{
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.brochures_list li .title{
    font-size: 20px;

}
.brochures_list li .time_con{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.brochures_list li .time{
    font-family: Montserrat;
    color: #777;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}



.brochures_list li .down_icon{
    width: 47px;
    height: 47px;
    background: url('../images/down2.png') no-repeat center center;
    border-radius: 50%;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

}
.brochures_list li:hover{
    color: #fff;
    background: -webkit-linear-gradient(45deg, #2B68A5, #0EA3AA);
    background: -moz-linear-gradient(45deg, #2B68A5, #0EA3AA);
    background: -o-linear-gradient(45deg, #2B68A5, #0EA3AA);
    background: linear-gradient(45deg, #2B68A5, #0EA3AA);
}
.brochures_list li:hover .down_icon{
    background: url('../images/down1.png') no-repeat center center;
}

.brochures_list li:hover .time{
    color: #fff;
}
/*新闻详情*/
.sec_news_detail{
    background: rgba(43, 104, 165, 0.05);
}
.news_title{

}
.news_title .time{
    font-family: Montserrat;
    color: #2B68A5;
    margin-bottom: 45px;
}
.news_title .title{
    font-size: 40px;
    color: #2B68A5;
    line-height: 50px;
}
.sec_news_detail .go_back{
    margin-bottom: 30px;
}
.related_con{
    padding-top: 100px;
}

.new_toggle_page{
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
}
.new_toggle_page .w{
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.new_toggle_page .w>div{
    width: 50%;
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.new_toggle_page .prev{
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 100px;
    padding-left: 50px;
    background: url('../images/prev_page1.png') no-repeat center left;
    -o-background-size: 22px 18px !important;
    background-size: 22px 18px !important;
}
.new_toggle_page .prev:hover{
    background: url('../images/prev_page11.png') no-repeat center left;
}
.new_toggle_page .next{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 50px;
    padding-left: 100px;
    background: url('../images/next_page1.png') no-repeat center right;
    -o-background-size: 22px 18px !important;
    background-size: 22px 18px !important;
}
.new_toggle_page .next:hover{
    background: url('../images/next_page11.png') no-repeat center right;
}

/*联系我们*/
.contact_list{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 1px solid rgba(43, 104, 165, 0.1);
    border-bottom: 1px solid rgba(43, 104, 165, 0.1);
}
.contact_list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 150px 20px 50px;
    border-left: 1px solid rgba(43, 104, 165, 0.1);
}
.contact_list li .icon{
    width: 100px;
    height: 100px;
    margin-bottom: 60px;
}
.contact_list li .title{
    font-size: 24px;
    color: #2B68A5;
    line-height: 40px;
}
.contact_list li .info{
    margin-bottom: 50px;
}
.contact_list li .info,
.contact_list li .info p{
    text-align: center;
    font-size: 18px;
    line-height: 44px;
}
.contact_list li .info p{
    line-height: 24px;
    padding: 10px 0;
}

.sec_contact2.sec{
    padding-top: 0;
    background: url('../images/contact2_bg.jpg') no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}
.contact2_con{
    padding-left: 98px;
    padding-right: 98px;
    background: #FFFFFF;
}
.contact_info{
    margin-bottom: 50px;
}
.contact_info p{
    text-align: center;
    color: #777777;
}
.filing_message_con{

}
.message_list li{
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 40px;

}
.message_list li.textarea_li{
    width: 100%;
    margin-right: 0;
}
.message_list li:nth-of-type(2n){
    margin-right: 0;
}
.message_list li .lit_title{
    margin-bottom: 10px;
}
.message_list li .ipt_con,
.message_list li .select_con{
    position: relative;
}
.message_list li textarea,
.message_list li select,
.message_list li input{
    border: none;
    border-bottom: 1px solid rgba(43, 104, 165, 0.1);
    width: 100%;
    padding: 10px 0 15px;
    background: #FFFFFF;
}
.message_list li select{
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}
.message_list li .select_con{
    position: relative;
}
.message_list li .select_con:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 14px;
    height: 11px;
    background: url('../images/arrow3.png') no-repeat center center;
    -o-background-size: 12px;
    background-size: 12px;
}
.liuyan_con li select option {
    color: #333;
}
.message_list select::-webkit-input-placeholder,
.message_list input::-webkit-input-placeholder{
    color: #999;
}
.message_list select::-moz-placeholder,
.message_list input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999;
}
.message_list select:-moz-placeholder,
.message_list input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.message_list select:-ms-input-placeholder,
.message_list input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #999;
}
.message_list option{
    padding: 5px;
}
.filing_message_con .submit_con{
    text-align: center;
}
.filing_message_con .submit_con .submit{
    width: 180px;
    height: 60px;
    line-height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -moz-linear-gradient(left, #2B68A5, #0EA3AA);
    background: -o-linear-gradient(left, #2B68A5, #0EA3AA);
    background: linear-gradient(90deg, #2B68A5, #0EA3AA);
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}





/*1920*/

/*搜索结果页*/
.sec_search{
    background: rgba(43, 104, 165, 0.05);
}

.search_list{
    border-top: 1px solid #ccc;
}
.search_list li{
    border-bottom: 1px solid #ccc;
    position: relative;
}
.search_list li:after{
    width: 0;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #2B68A5;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search_list li a{
    padding: 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    margin-bottom: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .source{
    color: #999999;
}
.search_list li .time{
    color: #2B68A5;
    font-family: Montserrat-Light;
}
.search_list li:hover .title{
    color: #2B68A5;
}
.search_list li:hover:after{
    width: 100%;
}
.search_pageing{
    padding: 60px 0 0;
}
.index_title2 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 50px;
}
.info2 {
    font-size: 28px;
    color: #fff;
}




/*表单弹窗*/
.bro_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    bottom: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bro_mark.open{
    bottom: 0;

}
.bro_mark .bro_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    background: #fff;
    padding: 70px 80px;
}
.bro_mark .bro_box .close{
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url('../images/close_icon.png') no-repeat center center;
    width: 40px;
    height: 40px;
    -o-background-size: 20px !important;
    background-size: 20px !important;
    z-index: 100;
    cursor: pointer;
}
.bro_mark .bro_box .title{
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}
.bro_mark .liuyan_con{

}
.bro_mark .liuyan_con li{
    width: 48.5%;
    margin-right: 3%;
    margin-top: 30px;
}
.bro_mark .liuyan_con li:nth-of-type(2n){
    margin-right: 0;
}
.bro_mark .liuyan_con li.submit_li{
    width: 100%;
    text-align: center;
    margin-right: 0;
}
.bro_mark .liuyan_con li .select_con:after{
    background: url('../images/arrow_bro.png') no-repeat center center;
}
.bro_mark .liuyan_con li select,
.bro_mark .liuyan_con li input {
    background: rgba(43, 104, 165, 0.1);
    color: #2B68A5;
}
.bro_mark .liuyan_con li.submit_li input{
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
    background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
    background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
}
.bro_mark input::-webkit-input-placeholder{
    color: rgba(43, 104, 165, 0.5);
}
.bro_mark input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(43, 104, 165, 0.5);
}
.bro_mark input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(43, 104, 165, 0.5);
}
.bro_mark input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: rgba(43, 104, 165, 0.5);
}
@media screen and (max-width: 1680px) {
    .w{
        width: 1440px;
    }
    body{
        font-size: 17px;
    }
    .hide_tip{
        width: 250px;
    }
    .sec {
        padding: 80px 0;
    }
    .top_nav {
        height: 100px;
        padding: 0 0 0 80px;
    }

    .top_nav .logo {
        width: 160px;
        height: 54px;
    }
    .top_nav .menu {
        width: 100px;
        height: 100px;
    }
    .nav_list li {
        margin: 0px 20px;
    }
    .nav_list li>a {
        line-height: 98px;
        font-size: 16px;
    }

    .top_nav .lan_icon {
        padding: 0 25px;
        margin-left: 70px;
        margin-right: 30px;
        line-height: 30px;
        -o-background-size: 16px !important;
        background-size: 16px !important;
    }
    .top_nav .search_box {
        width: 36px;
        height: 36px;
        margin-left: 40px;
    }
    .top_nav .search_box .search_ipt {
        height: 36px;
        border-radius: 8px;
    }
    .top_nav .search_box:hover .search_ipt {
        width: 180px;
        padding: 0px 40px 0 10px;
    }
    .nav_list li .serve_menu .part>a{
        line-height: 45px;
        padding: 0 40px;
        font-size: 15px;
    }
    .nav_list li .serve_menu .hide_menu2 dd a{
        line-height: 45px;
        padding: 0 35px 0 45px;
        font-size: 15px;
    }
    .nav_list li .serve_menu .hide_menu2 dd a:before{
        left: 35px;
    }
    .nav_list li .hide_menu dd>a {
        padding: 8px 30px;
        line-height: 25px;
        font-size: 15px;
    }
    .nav_list li>.hide_menu {
        padding: 15px 0;
    }


    .banner_info .title1 {
        font-size: 60px;
        margin-bottom: 25px;
    }
    .banner_info .title2 {
        font-size: 25px;
    }

    .banner_info .cdmo_img {
        top: -44px;
        width: 1150px;
    }
    .index_serve_nav_list li {
        padding: 20px 0;
        position: relative;
    }
    .index_serve_nav_list li a {
        font-size: 21px;
        line-height: 40px;
    }

    .index_serve_nav_list li .dot {
        width: 40px;
        height: 40px;
        margin-left: 20px;
    }
    .index_serve_list li img {
        width: 80px;
        height: 80px;
        margin-bottom: 60px;
    }
    .index_title {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .index_serve_list li .info {
        margin-bottom: 55px;
    }

    .read_more1 {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
    }
    .read_more1:before {
        width: 50px;
        height: 50px;
        border-radius: 30px;
    }
    .sec3 .asym_img {
        width: 46%;
    }
    .sec3_left .lit_title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec3_left .line {
        width: 50px;
        height: 3px;
        margin-bottom: 25px;
    }
    .sec3_left .info {
        margin-bottom: 60px;
    }
    .know_nav_list {
        gap: 18px;
        margin-bottom: 50px;
    }
    .know_nav_list li a {
        width: 220px;
        height: 62px;
        line-height: 62px;
        font-size: 18px;
        border-radius: 31px;
    }

    .kanwu_list li h2 {
        font-size: 22px;
        padding: 16px 0;
        line-height: 26px;
    }
    .kanwu_list li a{
        padding: 0 35px;
    }
    .haibao_list li h2 {
        font-size: 22px;
        height: 62px;
        line-height: 62px;
    }
    .haibao_list li .video_btn {
        font-size: 60px;
    }
    .haibao_list li h2{
        padding: 0 25px
    }
    .haibao_list li .time {
        font-size: 16px;
        padding: 0 25px 25px;
    }
    .sec_con_top {
        margin-bottom: 54px;
    }
    .index_news_list li .title {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    .index_news_list li .img_con {
        height: 285px;
    }
    footer {
        padding-top: 15px;
    }
    footer:before {
        height: 15px;
    }
    .foot_top {
        padding: 50px 0;
    }
    .foot_left .logo {
        margin-bottom: 40px;
    }
    .foot_left .logo img {
        height: 65px;
    }
    .foot_right h5 {
        font-size: 20px;
    }
    .liuyan_con li select, .liuyan_con li input {
        padding: 16px;
        border-radius: 8px;
    }
    .liuyan_con li .select_con{
        border-radius: 8px;
    }
    .liuyan_con li {
        margin-top: 15px;
    }

    .liuyan_con li.submit_li input {
        width: 160px;
        font-size: 18px;
    }

    .friend_link {
        padding: 30px 0;
    }
    .friend_link span,
    .friend_link a{
        font-size: 20px;
        line-height: 30px;
        margin-right: 70px;
    }
    .friend_link a img{
        max-width: 140px;
    }
    .copy_right {
        padding: 20px 0;
    }
    .sec_con {
        padding: 140px 0 70px;
    }
    .full_meum_list li> a {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .full_meum_list li .hide_menu dd a {
        font-size: 16px;
        line-height: 16px;
        padding: 6px 0;
    }
    .full_meum_list li {
        margin-bottom: 40px;
    }

    .inner_title{
        padding-left: 26px;
    }
    .inner_title:before{
        width: 3px;
        height: 94px;
        top: 4px;
    }
    .inner_title .title{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .inner_title .en_title{
        font-size: 60px;
        line-height: 60px;
    }
    .left_menu_con{
        top: -40px;
        height: 80px;
        margin-bottom: -40px;
    }

    .left_menu li{
        margin-right: 40px;
    }
    .left_menu li a{
        padding: 15px 0;
        font-size: 16px;
    }
    .left_menu li a:before{
        height: 2px;
    }

    .mission_list li{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mission_list li .tip{
        font-size: 160px;
        top: -30px;
        left: 80px;
    }
    .mission_list li.vision .tip{
        right: 80px;
    }

    .mission_list li .info_con{
        left: 80px;
    }
    .sec.sec_profile1{
        padding: 100px 0;
    }

    .sec_profile1 .left .lit_title{
        margin-bottom: 15px;
    }
    .sec_profile1 .left .tip{
        font-size: 24px;
        line-height: 36px;
    }


    .company_list li{
        padding: 0 0 50px 25px;
    }
    .company_list li:before{
        top: 12px;
        width: 8px;
        height: 8px;
    }
    .company_list li .title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .company_list li .intro{
        font-size: 18px;
    }



    /*领导团队*/
    .wrap_title{
        margin-bottom: 35px;
    }
    .sec_team .wrap_title{
        margin-bottom: 60px;
    }
    .wrap_title .en_title{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .wrap_title .title{
        font-size: 40px;
    }

    .team_list li {
        width: calc((100% - 90px * 3) / 4);
        margin-right: 90px;
        margin-bottom: 50px;
    }
    .team_list li:nth-of-type(4n) {
        margin-right: 0;
    }
    .team_list li .people_title .title {
        font-size: 26px;
    }
    .team_list li .people_title .en_title {
        font-size: 18px;
    }
    .team_list li .team_detail {
        padding: 35px 45px;
    }
    .square_info p{
        padding-left: 18px;
        font-size: 15px;
    }
    .square_info p:before{
        width: 6px;
        height: 6px;
        top: 11px;
    }



    /*科学技术中心*/
    .sec_center1 .left .part_title{
        margin-bottom: 15px;
    }

    .part_title{
        margin-bottom: 30px;
    }

    .part_title .title{
        font-size: 30px;

    }
    .part_title .tip{
        padding-top: 10px;
        font-size: 20px;
    }

    .sec_center2_list li .title{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .sec_center2_list li .info p,
    .sec_center2_list li .info{
        font-size: 16px;
    }
    .lit_sec{
        padding: 70px 0;
    }

    .sec_center4_top .part_title{
        width: 200px;
        height: 200px;
        line-height: 200px;
    }
    .sec_center4_top .top_title{
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .sec_center4_top .white_list li{
        width: 160px;
        height: 160px;
        border-radius: 25px;
        padding: 20px;
        margin-right: 30px;
    }
    .sec_center4_top .white_list li .title{
        font-size: 15px;
        line-height: 20px;
    }
    .sec_center4_top .white_list li p{
        line-height: 40px;
        font-size: 16px;
    }
    .sec_center4_top .white_list li p span{
        font-size: 40px;
    }

    .sec_center4_top .gao_list li{
        margin-bottom: 30px;
    }
    .sec_center4_top .gao_list li .title{
        line-height: 22px;
    }


    .img_swiper{
        padding-top: 40px;
    }
    .img_list li .img_bg{
        height: 260px;
        border-radius: 40px;
    }
    /*质量与合规*/
    .quality1_con .img_con{
        height: 450px;
    }
    .quality1_con .info_con{
        padding: 0 40px 0 80px;
        height: 370px;
    }
    .quality1_con .info_con:before{
        width: -webkit-calc(100% + 40px);
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
    }
    .quality1_con .line,
    .quality2_con .line{
        width: 35px;
        margin-bottom: 25px;
    }

    .quality2_con .part_title ,
    .quality1_con .part_title {
        margin-bottom: 30px;
    }

    .sec_quality3 .quality1_con .info_con{
        padding: 0 80px 0 40px;
    }

    .sec.sec_quality2{
        padding: 120px 0;
    }

    .quality2_con .square_info p{
        margin-bottom: 15px;
    }
    /*知识产权保护*/

    .ip1_con .img_con{
        height: 360px;
    }
    .ip1_con .info_con{
        padding: 80px 80px 80px 0;
    }
    .left_line{
        padding-left: 50px;
        border-left: 8px solid #2B68A5;
    }

    .ip1_con .part_title ,
    .ip2_con .part_title {
        margin-bottom: 20px;
    }

    .ip2_con {
        width: 58%;
    }
    .ip2_con .tip{
        margin-top: 40px;
        font-size: 18px;
        line-height: 24px;
    }

    .ip_list li{
        margin-top: 25px;
        border-radius: 8px;
        padding: 12px;
    }

    .ip_list li .num{
        font-size: 50px;
    }

    /*里程碑*/

    .year_big_container{
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
    }

    .milestone_list li .img_con{
        height: 360px;
        padding: 15px 0 0 15px;
        position: relative;
    }
    .milestone_list li .img_con:before{
        width: 200px;
        height: 175px;
    }
    .milestone_list li .img{
        border-radius: 0px 0px 80px 0px;
    }

    .milestone_list li .info_con .year{
        font-size: 40px;
        margin-bottom: 25px;
    }
    .year_swiper{
        width: 240px;
        height: 300px;
    }
    .year_swiper li{
        line-height: 60px;
        height: 60px;
    }
    .year_swiper li a{
        padding-right: 40px;
        font-size: 18px;
    }
    .year_swiper li a:before{
        width: 4px;
        height: 34px;
    }
    .year_swiper li.swiper-slide-active a{
        font-size: 40px;
    }

    .sec.sec_honor{
        padding: 120px 0;
    }
    .sec_honor .square_info p{
        margin-bottom: 12px;
    }

    .esg_list li .img_con{
        height: 520px;
    }
    .esg_list li .env_list {
        left: -30px;
    }
    .esg_list li .env_list li{
        padding: 20px 0;
    }
    .esg_list li .env_list li .num{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin-right: 30px;
    }

    .esg_list li.li2 .env_list{
        right: -30px;
    }
    .esg_list li.li2 .env_list li .num{
        margin-left: 30px;
    }
    .esg_list li .env_list li .info{
        font-size: 18px;
    }

    /*服务解决方案*/
    .slide_down{
        width: 8px;
        height: 145px;
        right: 140px;
    }

    .serving_list:before{
        width: 300px;
        height: -webkit-calc(100% - 450px);
        height: -moz-calc(100% - 450px);
        height: calc(100% - 450px);
    }
    .serving_list li{
        height: 450px;
    }

    .serving_list li:nth-of-type(2n) .info_con{
        padding-left: 150px;
    }

    .serving_list li .info_con img{
        height: 60px;
        margin-bottom: 30px;
    }
    .serving_list li .info_con .num{
        top: 94px;
        left: -45px;
    }



    .crumbs{
        margin-bottom: 30px;
    }

    .crumbs a:first-of-type{
        padding-left: 24px;
    }
    .serve_title{
        margin-bottom: 40px;
    }
    .serve_title .icon{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .serve_inner_wrap .serve_menu{
        width: 380px;
    }
    .serve_menu .current_nav{
        line-height: 20px;
        border-radius: 30px;
        padding: 18px 40px 18px 30px;
        font-size: 16px;
    }
    .serve_menu .current_nav:before{
        right: 25px;
        width: 14px;
        height: 8px;
    }
    .serve_menu .sub_menu_list{
        top: -webkit-calc(100% + 16px);
        top: -moz-calc(100% + 16px);
        top: calc(100% + 16px);
        border-radius: 25px;
        padding: 12px 30px;
    }

    .serve_menu .sub_menu_list:before {
        top: -20px;
        left: 40px;
        border: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    .sub_menu_list li a{
        font-size: 16px;
        line-height: 18px;
        padding: 12px 0;
    }



    .serve_inner_wrap .img_con{
        border-radius: 225px 0px 0px 225px;
    }
    .serve_inner_wrap .img_con .action_area{
        bottom: -18px;
    }
    .serve_inner_wrap .img_con .action_area a{
        width: 36px;
        height: 36px;
    }
    .serve_inner_wrap .img_con .action_area a.prev_page{
        margin-right: 20px;
    }

    .serve_curent_title{
        margin-bottom:50px;
    }

    .serve_curent_title .tip{
        font-size: 24px;
        padding-top: 10px;
    }
    .serve_curent_title .tip_info{
        font-size: 18px;
        line-height: 30px;
        padding-top: 10px;
    }
    .serve_curent_title .square_info p:before {
        width: 10px;
        height: 10px;
        top: 9px;
    }
    .serve_curent_title .square_info p {
        padding-left: 22px;
    }

    .all_serve_part{
        border-radius: 40px;
    }
    .serve_part{
        padding: 40px;
    }
    .serve_part_title{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .serve_part_title:before{
        left: -40px;
        width: 6px;
        border-radius: 0px 3px 3px 0px;
    }
    .serve_white_area{
        padding: 40px;
        border-radius: 40px;
    }

    .range_1 .lit_title{
        border-radius: 25px;
        font-size: 18px;
        padding: 15px 25px;
    }
    .serve_range_list{
        padding-left: 70px;
    }
    .serve_range_list li{
        padding: 15px 0;
        font-size: 18px;
    }
    .serve_range_list li p{
        line-height: 26px;
    }

    .serve_range_list .square_info p:before {
        width: 10px;
        height: 10px;
        top: 7px;
    }
    .serve_range_list .square_info p {
        padding-left: 20px;
    }

    .serve_tab_nav a{
        width: 360px;
        height: 50px;
        font-size: 16px;
    }
    .serve_tab_nav a:before{
        border-radius: 25px 25px 0 0;
    }

    .serve_part_top{
        margin-bottom: 40px;
    }

    .device_list li{
        border-radius: 25px;
        padding: 20px;
    }
    .device_list li .title{
        font-size: 16px;
        margin-bottom: 25px;
    }

    .device_list li .serve_white_area{
        height: 220px;
    }

    .serve_white_area.trends_1{
        padding-top: 120px;
    }

    .trends_1 .circle_bg .current_title{
        font-size: 24px;
        line-height: 30px;
    }
    a.trends_a{
        width: 185px;
        height: 50px;
        border-radius: 25px;
        font-size: 14px;
        line-height: 15px;
        padding: 0 12px;
    }
    a.trends_a:after{
        top: 4px;
        margin-left: 5px;
        border: 6px solid transparent;
        border-top: 6px solid;
    }
    .hide_tip.hide_tip_bot{
        left: 20px;
    }

    .trends2_list .trends_arrow{
        margin: 0 15px;
    }

    .trends2_list2{
        border-radius: 50px;
        padding: 15px;
    }

    .trends2_list2 li .hide_tip{
        left: -webkit-calc(100% + 40px);
        left: -moz-calc(100% + 40px);
        left: calc(100% + 40px);
        width: 400px;
    }
    .trends_3{
        /*        padding-bottom: 140px;*/
    }
    /*检测*/
    .detection{
        padding: 40px;
    }

    .detection h6,
    .detection p{
        height: 70px;
        font-size: 18px;
        line-height: 22px;
        border-radius:  15px;
        padding: 0 15px;
    }
    .detection h6{
        font-size: 20px;
    }
    .detection p{
        margin-top: 8px;
    }
    /*放行检测*/

    .detection_list li{
        height: 450px;
        margin-bottom: 50px;
    }

    .detection_list li .info_con{
        padding: 0 150px 0 100px;
    }
    .detection_list li:nth-of-type(2n)  .info_con{
        padding: 0 100px 0 150px;
    }
    .detection_list li .info_con img{
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    /*人才发展*/

    .talent_list li{
        padding: 40px 0;
    }

    .talent_list li .img_con{
        height: 460px;
        padding-left: 50px;
    }
    .talent_list li:nth-of-type(2n) .img_con{
        padding-right: 50px;
    }
    .talent_list li .img_con:before{
        width: 130px;
        height: 350px;
        top: -50px;
    }
    .talent_list li .num{
        font-size: 80px;
        top: -45px;
        left: 20px;
    }
    .talent_list li:nth-of-type(2n) .num{
        right: 20px;
    }
    .talent_list li .info_con{
        padding-left: 80px;
    }
    .talent_list li:nth-of-type(2n) .info_con{
        padding-right: 120px;
    }

    .talent_list li .info_con .icon{
        height: 45px;
        margin-bottom: 30px;
    }
    .talent_list li .img_con .action{
        width: 180px;
        height: 70px;
    }
    .talent_list li:nth-of-type(2n) .img_con .action{
        right: 50px;
    }
    .talent_list li .img_con .swiper-pagination{
        line-height: 28px;
    }

    .talent_list li .img_con .prev2 {
        left: 20px;
    }

    /*公司动态*/

    .news_top_list li .img_con{
        height: 460px;
    }

    .news_top_list li .info_con{
        padding-right: 95px;
        padding-top: 40px;
    }
    .news_top_list li .info_con .time{
        margin-bottom: 20px;
    }
    .news_top_list li .info_con .title{
        font-size: 24px;
        line-height: 32px;
        height: 64px;
        margin-bottom: 20px;
    }
    .news_top_list li .info_con .info{
        margin-bottom: 35px;
    }

    .news_top_list .swiper-pagination{
        top: -70px;
    }
    .news_list li .info_con{
        padding: 40px;
    }
    .news_list li .time{
        margin-bottom: 15px;
    }
    .news_list li .title{
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        margin-bottom: 15px;
    }

    .news_list li .more{
        position: absolute;
        width: 44px;
        height: 44px;
        top: -22px;
        right: 40px;
    }

    .JZD_PAGE_PREVIOUS,
    .JZD_PAGE_NEXT{
        margin: 0 10px;
    }
    .JZD_PAGE_PREVIOUS,
    .JZD_PAGE_NEXT,
    .JZD_PAGE_PREVIOUS a,
    .JZD_PAGE_NEXT a{
        font-size: 16px;
    }
    .JZD_PAGE_PREVIOUS img,
    .JZD_PAGE_NEXT img{
        width: 40px;
    }
    .JZD_PAGE_SHUZIYE a,
    .JZD_PAGE_SHUZIYE.JZD_PAGE_DISABLED{
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px;
    }



    /*线下活动*/
    .activities_list li{
        padding: 40px 0;
    }

    .activities_list li .img_con{
        width: 370px;
        height: 220px;
    }

    .activities_list li .title{
        width: 30%;
        font-size: 20px;
        line-height: 32px;
        max-height: 96px;
    }


    /*宣传资料*/

    .brochures_list li{
        border-radius: 40px;
        padding: 30px;
        height: 320px;
    }

    .brochures_list li .title{
        font-size: 18px;

    }

    .brochures_list li .down_icon{
        width: 42px;
        height: 42px;

    }
    /*新闻详情*/
    .news_title .time{
        margin-bottom: 35px;
    }
    .news_title .title{
        font-size: 32px;
        line-height: 42px;
    }
    .sec_news_detail .go_back{
        margin-bottom: 25px;
    }
    .related_con{
        padding-top: 80px;
    }

    .new_toggle_page{
        height: 160px;
    }
    .new_toggle_page .w>div{
        font-size: 18px;
        line-height: 28px;
    }

    .new_toggle_page .prev{
        padding-right: 80px;
        padding-left: 40px;
        -o-background-size: 20px 17px !important;
        background-size: 20px 17px !important;
    }

    .new_toggle_page .next{
        padding-right: 40px;
        padding-left: 80px;
        -o-background-size: 20px 17px !important;
        background-size: 20px 17px !important;
    }
    /*联系我们*/

    .contact_list li{
        padding: 100px 20px 40px;
        border-left: 1px solid rgba(43, 104, 165, 0.1);
    }
    .contact_list li .icon{
        width: 80px;
        height: 80px;
        margin-bottom: 40px;
    }
    .contact_list li .title{
        font-size: 20px;
        line-height: 36px;
    }
    .contact_list li .info{
        margin-bottom: 30px;
    }
    .contact_list li .info,
    .contact_list li .info p{
        font-size: 16px;
    }
    .contact_list li .info p{
        line-height: 22px;
        padding: 7px 0;
    }

    .contact2_con{
        padding-left: 80px;
        padding-right: 80px;
    }
    .contact_info{
        margin-bottom: 40px;
    }
    .message_list li{
        margin-bottom: 35px;
    }
    .message_list li .lit_title{
        margin-bottom: 8px;
    }
    .message_list li textarea,
    .message_list li select,
    .message_list li input{
        padding: 10px 0 13px;
    }

    .message_list li .select_con:after{
        right: 15px;
        width: 12px;
        height: 10px;
        -o-background-size: 10px;
        background-size: 10px;
    }

    .filing_message_con .submit_con .submit{
        width: 160px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .search_list li a{
        padding: 25px 0;
    }

    .search_pageing{
        padding: 50px 0 0;
    }
    /*1680*/
    .index_title2 {
        font-size: 60px;
        margin-bottom: 35px;
    }
    .info2 {
        font-size: 24px;
    }





}


@media screen and (max-width: 1500px) {
    body {
        font-size: 16px;
    }
    .w{
        width: 1200px;
    }
    .mCSB_inside > .mCSB_container {
        margin-right: 15px;
    }
    .sec {
        padding: 60px 0;
    }
    .top_nav {
        height: 80px;
        padding: 0 0 0 60px;
    }

    .top_nav .logo {
        width: 150px;
        height: 45px;
    }
    .top_nav .menu {
        width: 80px;
        height: 80px;
    }
    .nav_list li {
        margin: 0px 18px;
    }
    .nav_list li>a {
        line-height: 78px;
        font-size: 15px;
    }

    .top_nav .lan_icon {
        margin-right: 20px;
    }
    .top_nav .search_box {
        margin-left: 30px;
    }
    .nav_list li .serve_menu .part>a{
        font-size: 14px;
        line-height: 40px;
        padding: 0 35px;
    }
    .nav_list li .serve_menu .hide_menu2 dd a{
        line-height: 40px;
        padding: 0 30px 0 40px;
        font-size: 14px;
    }
    .nav_list li .serve_menu .hide_menu2 dd a:before{
        left: 30px;
    }
    .nav_list li .hide_menu dd>a {
        padding: 8px 25px;
        line-height: 22px;
        font-size: 14px;
    }

    .nav_list li>.hide_menu {
        padding: 12px 0;
    }

    .banner_info .title1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .banner_info .title2 {
        font-size: 24px;
    }

    .banner_info .cdmo_img {
        top: -44px;
        width: 1000px;
    }
    .index_serve_nav_list {
        right: 42.3%;
    }
    .index_serve_nav_list li {
        padding: 20px 0;
        position: relative;
    }

    .index_serve_nav_list li a {
        font-size: 19px;
        line-height: 40px;
    }

    .index_serve_list li img {
        width: 70px;
        height: 70px;
        margin-bottom: 50px;
    }
    .index_title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .index_serve_list li .info {
        margin-bottom: 40px;
    }

    .read_more1 {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
    }
    .read_more1:before {
        width: 45px;
        height: 45px;
        border-radius: 25px;
    }
    .sec3 .asym_img {
        width: 48%;
    }
    .sec3_left .lit_title {
        margin-bottom: 25px;
    }
    .know_nav_list {
        gap: 15px;
        margin-bottom: 45px;
    }
    .know_nav_list li a {
        width: 200px;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
        border-radius: 28px;
    }
    .kanwu_list li a{
        padding: 0 30px;
    }
    .kanwu_list li h2 {
        font-size: 20px;
        padding: 16px 0;
        line-height: 24px;
    }

    .haibao_list li:after {
        bottom: -8px;
    }
    .haibao_list li .video_btn {
        font-size: 55px;
    }
    .haibao_list li h2{
        padding: 0 20px;
    }
    .haibao_list li .time {
        font-size: 15px;
        padding: 0 20px 20px;
    }
    .sec_con_top {
        margin-bottom: 50px;
    }

    .index_news_list li .time_con .day {
        font-size: 22px;
        line-height: 30px;
    }
    .index_news_list li .time_con .year {
        margin-bottom: 20px;
    }
    .index_news_list li .time_con {
        width: 100px;
        padding: 60px 40px 0 0;
    }
    .index_news_list li .right {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .index_news_list li .img_con {
        height: 260px;
    }
    .index_news_list li .info_con {
        padding: 30px 0 50px;
    }
    .index_news_list li .title {
        font-size: 16px;
        line-height: 25px;
        height: 50px;
    }
    footer {
        padding-top: 10px;
    }
    footer:before {
        height: 10px;
    }
    .foot_top {
        padding: 40px 0;
    }
    .foot_left .logo {
        margin-bottom: 30px;
    }
    .foot_left .logo img {
        height: 55px;
    }
    .foot_right h5 {
        font-size: 16px;
    }
    .liuyan_con li select, .liuyan_con li input {
        padding: 12px 15px;
    }
    .liuyan_con li {
        margin-top: 15px;
    }

    .liuyan_con li.submit_li input {
        width: 140px;
        font-size: 16px;
    }

    .friend_link {
        padding: 20px 0;
    }
    .friend_link span,
    .friend_link a{
        font-size: 18px;
        line-height: 30px;
        margin-right: 50px;
    }
    .friend_link a img{
        max-width: 120px;
    }
    .copy_right {
        padding: 15px 0;
    }
    .sec_con {
        padding: 140px 0 70px;
    }
    .full_meum_list li> a {
        font-size: 18px;
    }

    .full_meum_list li {
        margin-bottom: 35px;
    }


    .inner_title{
        padding-left: 20px;
    }
    .inner_title:before{
        width: 2px;
        height: 70px;
        top: 4px;
    }
    .inner_title .title{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .inner_title .en_title{
        font-size: 50px;
        line-height: 50px;
    }
    .left_menu_con{
        top: -35px;
        height: 70px;
        margin-bottom: -35px;
    }

    .left_menu li{
        margin-right: 30px;
    }
    .left_menu li a{
        padding: 10px 0;
        font-size: 15px;
    }


    .mission_list li{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mission_list li .tip{
        font-size: 120px;
        top: -20px;
        left: 70px;
    }
    .mission_list li.vision .tip{
        right: 70px;
    }

    .mission_list li .info_con{
        left: 70px;
    }

    .sec.sec_profile1{
        padding: 80px 0;
    }

    .sec_profile1 .left .lit_title{
        margin-bottom: 10px;
    }
    .sec_profile1 .left .tip{
        font-size: 20px;
        line-height: 34px;
    }


    .company_list li{
        padding: 0 0 40px 20px;
    }
    .company_list li:before{
        top: 12px;
        width: 6px;
        height: 6px;
    }
    .company_list li .title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .company_list li .intro{
        font-size: 16px;
    }


    /*领导团队*/
    .wrap_title{
        margin-bottom: 25px;
    }
    .sec_team .wrap_title{
        margin-bottom: 50px;
    }
    .wrap_title .en_title{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .wrap_title .title{
        font-size: 32px;
    }

    .team_list li {
        width: calc((100% - 80px * 3) / 4);
        margin-right: 80px;
        margin-bottom: 50px;
    }
    .team_list li:nth-of-type(4n) {
        margin-right: 0;
    }
    .team_list li .people_title .title {
        font-size: 24px;
    }
    .team_list li .people_title .en_title {
        font-size: 16px;
    }
    .team_list li .team_detail {
        padding: 30px 40px;
    }
    .square_info p{
        padding-left: 15px;
    }
    .square_info p:before{
        width: 6px;
        height: 6px;
        top: 8px;
    }

    /*科学技术中心*/

    .sec_center1 .left .part_title{
        margin-bottom: 12px;
    }

    .part_title{
        margin-bottom: 25px;
    }

    .part_title .title{
        font-size: 30px;

    }
    .part_title .tip{
        padding-top: 8px;
        font-size: 18px;
    }

    .sec_center2_list li .title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec_center2_list li .info p,
    .sec_center2_list li .info{
        font-size: 14px;
    }
    .lit_sec{
        padding: 50px 0;
    }

    .sec_center4_top .part_title{
        width: 180px;
        height: 180px;
        line-height: 180px;
    }
    .sec_center4_top .top_title{
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }


    .sec_center4_top .gao_list li{
        margin-bottom: 25px;
    }

    .img_swiper{
        padding-top: 30px;
    }
    .img_list li .img_bg{
        height: 240px;
        border-radius: 30px;
    }
    /*质量与合规*/
    .quality1_con .img_con{
        height: 350px;
    }
    .quality1_con .info_con{
        padding: 0 30px 0 60px;
        height: 300px;
    }
    .quality1_con .info_con:before{
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
    }
    .quality1_con .line,
    .quality2_con .line{
        width: 30px;
        margin-bottom: 20px;
    }

    .quality2_con .part_title ,
    .quality1_con .part_title {
        margin-bottom: 25px;
    }

    .sec_quality3 .quality1_con .info_con{
        padding: 0 60px 0 30px;
    }

    .sec.sec_quality2{
        padding: 90px 0;
    }

    .quality2_con .square_info p{
        margin-bottom: 15px;
    }
    /*知识产权保护*/

    .ip1_con .img_con{
        height: 300px;
    }
    .ip1_con .info_con{
        padding: 60px 60px 60px 0;
    }
    .left_line{
        padding-left: 40px;
        border-left: 6px solid #2B68A5;
    }

    .ip1_con .part_title ,
    .ip2_con .part_title {
        margin-bottom: 15px;
    }

    .ip2_con {
        width: 55%;
    }
    .ip2_con .tip{
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .ip_list li{
        margin-top: 20px;
        border-radius: 6px;
        padding: 10px;
    }

    .ip_list li .num{
        font-size: 40px;
    }


    /*里程碑*/

    .year_big_container{
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }

    .milestone_list li .img_con{
        height: 300px;
        padding: 12px 0 0 12px;
    }
    .milestone_list li .img_con:before{
        width: 160px;
        height: 145px;
    }
    .milestone_list li .img{
        border-radius: 0px 0px 60px 0px;
    }

    .milestone_list li .info_con .year{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .year_swiper{
        width: 200px;
    }

    .year_swiper li a{
        padding-right: 40px;
        font-size: 18px;
    }
    .year_swiper li a:before{
        height: 28px;
    }
    .year_swiper li.swiper-slide-active a{
        font-size: 32px;
    }

    .sec.sec_honor{
        padding: 90px 0;
    }
    .sec_honor .square_info p{
        margin-bottom: 10px;
    }
    .esg_list li .img_con{
        height: 400px;
    }
    .esg_list li .env_list {
        left: -25px;
    }
    .esg_list li .env_list li{
        padding: 18px 0;
    }
    .esg_list li .env_list li .num{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin-right: 25px;
    }

    .esg_list li.li2 .env_list{
        right: -25px;
    }
    .esg_list li.li2 .env_list li .num{
        margin-left: 25px;
    }
    .esg_list li .env_list li .info{
        font-size: 16px;
    }
    /*服务解决方案*/
    .slide_down{
        width: 8px;
        height: 145px;
        right: 100px;
    }

    .serving_list:before{
        width: 250px;
        height: -webkit-calc(100% - 400px);
        height: -moz-calc(100% - 400px);
        height: calc(100% - 400px);
    }
    .serving_list li{
        height: 400px;
    }

    .serving_list li:nth-of-type(2n) .info_con{
        padding-left: 180px;
    }

    .serving_list li .info_con img{
        height: 50px;
        margin-bottom: 25px;
    }
    .serving_list li .info_con .num{
        top: 75px;
        left: -40px;
    }

    .crumbs{
        margin-bottom: 20px;
    }

    .crumbs a:first-of-type{
        padding-left: 20px;
        -o-background-size: 13px;
        background-size: 13px;
    }
    .serve_title{
        margin-bottom: 30px;
    }
    .serve_title .icon{
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }

    .serve_inner_wrap .serve_menu{
        width: 350px;
    }
    .serve_menu .current_nav{
        line-height: 17px;
        border-radius: 25px;
        padding: 14px 30px 14px 20px;
        font-size: 15px;
    }
    .serve_menu .current_nav:before{
        right: 20px;
        width: 12px;
        height: 7px;
    }
    .serve_menu .sub_menu_list{
        top: -webkit-calc(100% + 12px);
        top: -moz-calc(100% + 12px);
        top: calc(100% + 12px);
        border-radius: 20px;
        padding: 10px 25px;
    }

    .serve_menu .sub_menu_list:before {
        top: -16px;
        left: 32px;
        border: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }

    .sub_menu_list li a{
        font-size: 15px;
        line-height: 17px;
        padding: 8px 0;
    }

    .serve_curent_title{
        margin-bottom: 40px;
    }

    .serve_curent_title .tip{
        font-size: 20px;
        padding-top: 8px;
    }
    .serve_curent_title .tip_info{
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
    }
    .serve_curent_title .square_info p:before {
        width: 8px;
        height: 8px;
        top: 8px;
    }
    .serve_curent_title .square_info p {
        padding-left: 18px;
    }

    .all_serve_part{
        border-radius: 30px;
    }
    .serve_part{
        padding: 30px;
    }
    .serve_part_title{
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .serve_part_title:before{
        left: -30px;
        width: 5px;
        border-radius: 0px 3px 3px 0px;
    }
    .serve_white_area{
        padding: 30px;
        border-radius: 30px;
    }

    .range_1 .lit_title{
        border-radius: 20px;
        font-size: 16px;
        padding: 12px 20px;
    }
    .serve_range_list{
        padding-left: 50px;
    }
    .serve_range_list li{
        padding: 12px 0;
        font-size: 16px;
    }
    .serve_range_list li p{
        line-height: 22px;
    }

    .serve_range_list .square_info p:before {
        width: 10px;
        height: 10px;
        top: 5px;
    }
    .serve_range_list .square_info p {
        padding-left: 20px;
    }

    .serve_tab_nav a{
        width: 300px;
        height: 45px;
        font-size: 15px;
    }

    .serve_part_top{
        margin-bottom: 30px;
    }

    .device_list li{
        border-radius: 20px;
        padding: 15px;
    }
    .device_list li .title{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .device_list li .serve_white_area{
        height: 190px;
    }

    .serve_white_area.trends_1{
        padding-top: 100px;
    }

    .trends_1 .circle_bg .current_title{
        font-size: 22px;
        line-height: 26px;
    }
    a.trends_a{
        width: 180px;
        height: 50px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 14px;
        padding: 0 12px;
    }
    a.trends_a:after{
        top: 3px;
        margin-left: 4px;
        border: 5px solid transparent;
        border-top: 5px solid;
    }
    .trends_3 a.trends_a{
        width: 150px;
    }
    .trends_1 .circle_bg img {
        width: 37.5%;
    }
    .hide_tip.hide_tip_bot{
        left: 16px;
    }

    .trends2_list .trends_arrow{
        margin: 0 13px;
    }

    .trends2_list2{
        border-radius: 40px;
        padding: 12px;
    }

    .trends2_list2 li .hide_tip{
        left: -webkit-calc(100% + 35px);
        left: -moz-calc(100% + 35px);
        left: calc(100% + 35px);
        width: 320px;
    }
    .trends_3{
        /*padding-bottom: 120px;*/
    }

    /*检测*/
    .detection{
        padding: 30px;
    }

    .detection h6,
    .detection p{
        height: 60px;
        font-size: 16px;
        line-height: 20px;
        border-radius:  12px;
        padding: 0 15px;
    }
    .detection h6{
        font-size: 18px;
    }
    .detection p{
        margin-top: 5px;
    }

    /*放行检测*/

    .detection_list li{
        height: 400px;
        margin-bottom: 40px;
    }

    .detection_list li .info_con{
        padding: 0 120px 0 80px;
    }
    .detection_list li:nth-of-type(2n)  .info_con{
        padding: 0 80px 0 120px;
    }
    .detection_list li .info_con img{
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }


    /*人才发展*/

    .talent_list li{
        padding: 30px 0;
    }

    .talent_list li .img_con{
        height: 400px;
        padding-left: 40px;
    }
    .talent_list li:nth-of-type(2n) .img_con{
        padding-right: 40px;
    }
    .talent_list li .img_con:before{
        width: 100px;
        height: 300px;
        top: -40px;
    }
    .talent_list li .num{
        font-size: 60px;
        top: -35px;
        left: 15px;
    }
    .talent_list li:nth-of-type(2n) .num{
        right: 15px;
    }
    .talent_list li .info_con{
        padding-left: 60px;
    }
    .talent_list li:nth-of-type(2n) .info_con{
        padding-right: 80px;
    }

    .talent_list li .info_con .icon{
        height: 40px;
        margin-bottom: 25px;
    }
    .talent_list li .img_con .action{
        width: 150px;
        height: 60px;
    }
    .talent_list li:nth-of-type(2n) .img_con .action{
        right: 40px;
    }
    .talent_list li .img_con .next2{
        right:15px;
    }
    .talent_list li .img_con .prev2 {
        left: 15px;
    }
    .talent_list li .img_con .prev2:after, .talent_list li .img_con .next2:after{
        font-size: 12px;
    }

    /*公司动态*/

    .news_top_list li .img_con{
        height: 400px;
    }

    .news_top_list li .info_con{
        padding-right: 80px;
        padding-top: 35px;
    }
    .news_top_list li .info_con .time{
        margin-bottom: 15px;
    }
    .news_top_list li .info_con .title{
        font-size: 20px;
        line-height: 28px;
        height: 56px;
        margin-bottom: 15px;
    }
    .news_top_list li .info_con .info{
        margin-bottom: 30px;
    }

    .news_top_list .swiper-pagination{
        top: -60px;
    }

 

    .news_list li .info_con{
        padding: 30px;
    }
    .news_list li .time{
        margin-bottom: 12px;
    }
    .news_list li .title{
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        margin-bottom: 10px;
    }

    .news_list li .more{
        width: 40px;
        height: 40px;
        top: -20px;
        right: 30px;
    }

    .JZD_PAGE_PREVIOUS,
    .JZD_PAGE_NEXT{
        margin: 0 8px;
    }
    .JZD_PAGE_PREVIOUS,
    .JZD_PAGE_NEXT,
    .JZD_PAGE_PREVIOUS a,
    .JZD_PAGE_NEXT a{
        font-size: 15px;
    }
    .JZD_PAGE_PREVIOUS img,
    .JZD_PAGE_NEXT img{
        width: 32px;
    }
    .JZD_PAGE_SHUZIYE a,
    .JZD_PAGE_SHUZIYE.JZD_PAGE_DISABLED{
        font-size: 15px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 8px;
    }

    /*线下活动*/
    .activities_list li{
        padding: 30px 0;
    }

    .activities_list li .img_con{
        width: 320px;
        height: 200px;
    }

    .activities_list li .title{
        font-size: 18px;
        line-height: 28px;
        max-height: 84px;
    }

    /*宣传资料*/

    .brochures_list li{
        border-radius: 30px;
        padding: 25px;
        height: 260px;
    }

    .brochures_list li .title{
        font-size: 17px;

    }

    .brochures_list li .down_icon{
        width: 38px;
        height: 38px;

    }


    /*新闻详情*/
    .news_title .time{
        margin-bottom: 30px;
    }
    .news_title .title{
        font-size: 26px;
        line-height: 36px;
    }
    .sec_news_detail .go_back{
        margin-bottom: 20px;
    }
    .related_con{
        padding-top: 60px;
    }

    .new_toggle_page{
        height: 120px;
    }
    .new_toggle_page .w>div{
        font-size: 16px;
        line-height: 25px;
    }

    .new_toggle_page .prev{
        padding-right: 60px;
        padding-left: 40px;
        -o-background-size: 20px 17px !important;
        background-size: 20px 17px !important;
    }

    .new_toggle_page .next{
        padding-right: 40px;
        padding-left: 60px;
        -o-background-size: 20px 17px !important;
        background-size: 20px 17px !important;
    }


    /*联系我们*/

    .contact_list li{
        padding: 80px 15px 20px;
    }
    .contact_list li .icon{
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }
    .contact_list li .title{
        font-size: 18px;
        line-height: 32px;
    }
    .contact_list li .info{
        margin-bottom: 20px;
    }
    .contact_list li .info,
    .contact_list li .info p{
        font-size: 15px;
    }
    .contact_list li .info p{
        line-height: 20px;
        padding: 5px 0;
    }

    .contact2_con{
        padding-left: 60px;
        padding-right: 60px;
    }
    .contact_info{
        margin-bottom: 30px;
    }
    .message_list li{
        margin-bottom: 25px;
    }
    .message_list li .lit_title{
        margin-bottom: 5px;
    }
    .message_list li textarea,
    .message_list li select,
    .message_list li input{
        padding: 10px 0;
    }


    .filing_message_con .submit_con .submit{
        width: 140px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }


    .search_list li a{
        padding: 20px 0;
    }

    .search_pageing{
        padding: 40px 0 0;
    }
    .index_title2 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .info2 {
        font-size: 22px;
    }
    .index_serve_nav_list li:first-of-type {
        right: -5%;
    }
    .index_serve_nav_list li:nth-of-type(2) {
        right: -2%;
    }
    .index_serve_nav_list li:nth-of-type(6) {
        right: -4%;
    }
    .index_serve_nav_list li:nth-of-type(7) {
        right: -7%;
    }
    .bro_mark .bro_box {
        width: 880px;
        padding: 50px 60px;
    }
    .bro_mark .liuyan_con li {
        margin-top: 20px;
    }
    .bro_mark .bro_box .title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    /*1500 */

}


@media screen and (max-width: 1366px) {
    .trends_1 .circle_bg .current_title {
        font-size: 20px;
        line-height: 26px;
    }

    .right_list {
        right: 10px;
    }
    .liuyan_con li select, .liuyan_con li input {
        line-height: inherit;
    }
    .nav_list li {
        margin: 0px 12px;
    }
    .top_nav .search_box {
        margin-left: 20px;
    }
    .part_title .title {
        font-size: 24px;
    }
    .quality2_con .part_title, .quality1_con .part_title {
        margin-bottom: 20px;
    }
    .team_list li {
        width: calc((100% - 70px * 3) / 4);
        margin-right: 70px;
        margin-bottom: 45px;
    }
    .team_list li:nth-of-type(4n) {
        margin-right: 0;
    }
    .team_list li .people_title .title {
        font-size: 22px;
    }
    .team_list li .people_title .en_title {
        font-size: 15px;
    }
    .team_list li .team_detail {
        padding: 28px 35px;
    }
}

@media screen and (max-width: 1280px) {
    .w {
        width: 1080px;
    }
    .index_serve_nav_list li {
        padding: 12px 0;
    }

    .nav_list li {
        margin: 0px 10px;
    }
    .top_nav .search_box {
        margin-left: 10px;
    }
    .top_nav .logo {
        width: 120px;
        height: 40px;
    }
    .top_nav .lan_icon {
        padding: 0 20px;
        background-size: 13px !important;
    }
    .top_nav .search_box:before {
        font-size: 14px;
    }
    .top_nav .lan_icon {
        margin-right: 15px;
        margin-left: 60px;
    }
    .know_nav_list {
        gap: 12px;
        margin-bottom: 40px;
    }
    .know_nav_list li a {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        border-radius: 25px;
    }
    .kanwu_list li a{
        padding: 0 30px;
    }
    .kanwu_list li h2 {
        font-size: 18px;
        padding: 16px 0;
        line-height: 22px;
    }
    .haibao_list li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 4%;
    }
    .haibao_list li h2 {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
    .haibao_list li .video_btn {
        font-size: 50px;
    }
    .haibao_list li .time {
        font-size: 14px;
        padding: 0 20px 20px;
    }
    .team_list li {
        width: calc((100% - 40px * 3) / 4);
        margin-right: 40px;
        margin-bottom: 35px;
    }
    .team_list li:nth-of-type(4n) {
        margin-right: 0;
    }
    .team_list li .people_title .title {
        font-size: 20px;
    }
    .team_list li .people_title .en_title {
        font-size: 12px;
    }
    .team_list li .team_detail {
        padding: 20px 25px;
    }
}
@media screen and (max-width: 1200px) {

    .top_nav .lan_icon {
        padding: 0 20px;
        -o-background-size: 14px !important;
        background-size: 14px !important;
    }
    body {
        font-size: 14px;
    }
    .top_nav .search_box {
        margin-left: 15px;
    }

    .top_nav {
        padding: 0 0 0 45px;
    }
    
}
@media screen and (max-width: 1160px) {
    .nav_list li {
        display: none;
    }
}

/*移动端*/
@media screen and (max-width: 1024px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }
    body{
        background: #fff;
    }
    .serve_tab_nav a:before {
        border-radius: 10px 10px 0 0;
    }
    .serve_part_top {
        margin-bottom: 15px;
    }
    .serve_curent_title .index_title {
        font-size: 18px;

    }
    .company_list {
        width: 100%;
    }
    .sec_center4_top .top_title {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .all_swiper .swiper-pagination-all {
        display: none;
    }
    .top_nav {
        height: 60px;
        padding: 0 0 0 15px;
    }
    .top_nav .menu {
        width: 60px;
        height: 60px;
    }
    .top_nav .menu .btn_nav {
        width: 20px;
        height: 30px;
    }
    .top_nav .menu .btn_nav span::before{
        bottom: -7px;
    }
    .top_nav .menu .btn_nav span::after {
        top: -7px;
    }
    @-webkit-keyframes btn_nav_span{
        0%{ -webkit-transform: translateY(0); transform: translateY(0);}
        80%{ -webkit-transform: translateY(-7px); transform: translateY(-7px); }
        100%{ -webkit-transform: translateY(-7px); transform: translateY(-7px); }
    }
    @-moz-keyframes btn_nav_span{
        0%{ -moz-transform: translateY(0); transform: translateY(0);}
        80%{ -moz-transform: translateY(-7px); transform: translateY(-7px); }
        100%{ -moz-transform: translateY(-7px); transform: translateY(-7px); }
    }
    @-o-keyframes btn_nav_span{
        0%{ -o-transform: translateY(0); transform: translateY(0);}
        80%{ -o-transform: translateY(-7px); transform: translateY(-7px); }
        100%{ -o-transform: translateY(-7px); transform: translateY(-7px); }
    }
    @keyframes btn_nav_span{
        0%{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
        80%{ -webkit-transform: translateY(-7px); -moz-transform: translateY(-7px); -o-transform: translateY(-7px); transform: translateY(-7px); }
        100%{ -webkit-transform: translateY(-7px); -moz-transform: translateY(-7px); -o-transform: translateY(-7px); transform: translateY(-7px); }
    }

    @-webkit-keyframes btn_nav_after{
        0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
        20%{ -webkit-transform: translate(12px,7px); transform: translate(12px,7px); }
        60%{ -webkit-transform: translate(12px,18px); transform: translate(12px,18px); }
        80%{ -webkit-transform: translate(0,21px); transform: translate(0,21px); }
        100%{-webkit-transform: translate(0,21px);transform: translate(0,21px); }
    }

    @-moz-keyframes btn_nav_after{
        0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
        20%{ -moz-transform: translate(12px,7px); transform: translate(12px,7px); }
        60%{ -moz-transform: translate(12px,18px); transform: translate(12px,18px); }
        80%{ -moz-transform: translate(0,21px); transform: translate(0,21px); }
        100%{-moz-transform: translate(0,21px);transform: translate(0,21px); }
    }

    @-o-keyframes btn_nav_after{
        0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
        20%{ -o-transform: translate(12px,7px); transform: translate(12px,7px); }
        60%{ -o-transform: translate(12px,18px); transform: translate(12px,18px); }
        80%{ -o-transform: translate(0,21px); transform: translate(0,21px); }
        100%{-o-transform: translate(0,21px);transform: translate(0,21px); }
    }

    @keyframes btn_nav_after{
        0%{ -webkit-transform: translate(0); -moz-transform: translate(0); -o-transform: translate(0); transform: translate(0); }
        20%{ -webkit-transform: translate(12px,7px); -moz-transform: translate(12px,7px); -o-transform: translate(12px,7px); transform: translate(12px,7px); }
        60%{ -webkit-transform: translate(12px,18px); -moz-transform: translate(12px,18px); -o-transform: translate(12px,18px); transform: translate(12px,18px); }
        80%{ -webkit-transform: translate(0,21px); -moz-transform: translate(0,21px); -o-transform: translate(0,21px); transform: translate(0,21px); }
        100%{-webkit-transform: translate(0,21px);-moz-transform: translate(0,21px);-o-transform: translate(0,21px);transform: translate(0,21px); }
    }
    .top_nav .lan_icon {
        margin-left: 0;
        margin-right: 6px;
    }
    .top_nav .logo {
        width: 110px;
        height: 38px;
    }

    .banner_info .title1 {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .banner_info .title2 {
        font-size: 16px;
    }
    .banner_info .cdmo_img {
        top: -15px;
        width: 100%;
    }
    .full_meum_list {
        width: 100%;
    }
    .full_meum_list li .hide_menu dd {
        width: 100%;
        padding: 5px 0 0 0;
    }
    .sec_con {
        padding: 80px 0 40px;
    }
    .index_serve_nav_list li a {
        font-size: 16px;
        line-height: 26px;
        text-align: right;
    }
    .index_serve_nav_list li .dot {
        width: 30px;
        height: 30px;
        margin-left: 16px;
    }
    .index_serve_nav_list li .dot:after {
        width: 6px;
        height: 6px;
    }
    .index_serve_nav_list {
        right: 29.3%;
    }
    .index_serve_nav_list li:first-of-type {
        right: -6%;
    }
    .index_serve_nav_list li:nth-of-type(2) {
        right: -2%;
    }
    .index_serve_nav_list li:nth-of-type(6) {
        right: -4%;
    }
    .index_serve_nav_list li:nth-of-type(7) {
        right: -6%;
    }
    .sec3 .sec3_img {


    }
    .sec3_left {
        width: 90%;
    }
    .index_title {
        font-size: 24px;
        margin-bottom: 11px;
        font-weight: 600;
    }
    .index_news_swiper {
        width: -webkit-calc(100% + 200px);
        width: -moz-calc(100% + 200px);
        width: calc(100% + 200px);
    }
    .index_news_list li .time_con {
        width: 80px;
        padding: 30px 24px 0 0;
    }

    .index_news_list li .time_con .day {
        font-size: 18px;
        line-height: 26px;
    }

    .index_news_list li .time_con .year {
        margin-bottom: 13px;
    }
    .index_news_list li .time_con .dot {
        width: 6px;
        height: 6px;
    }
    .index_news_list li .time_con:before {
        bottom: 6px;
    }
    .index_news_list li .right {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .index_news_list li .img_con {
        height: 130px;
    }
    .sec4_bot .swiper-pagination-news {
        height: 2px;
    }
    .read_more1 {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }
    .read_more1:before {
        width: 35px;
        height: 35px;
        border-radius: 20px;
    }
    .foot_top {
        padding: 20px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .foot_right {
        width: 100%;
        padding-top: 20px;
    }
    .foot_left {
        width: 100%;
        padding-right: 0;

        border-right: none;
    }
    .friend_link span{
        width: 100%;
    }
    .friend_link span, .friend_link a {
        font-size: 15px;
        line-height: 30px;
        margin-right: 20px;
    }
    .friend_link a img {
        max-width: 80px;
    }
    .copy_right{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer:before {
        height: 5px;
    }
    footer {
        padding-top: 5px;
    }

    .foot_left .logo img {
        height: 40px;
    }
    .inner_title .title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .inner_title .en_title {
        font-size: 26px;
        line-height: 32px;
    }
    .inner_title:before {
        width: 2px;
        height: 50px;
        top: 2px;
    }
    .inner_title {
        padding-left: 16px;
    }
    .inner .inner_wrap {
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        bottom: 15px;
    }
    .mission_list li .tip {
        font-size: 38px;
        top: 0px;
        left: 30px;
    }
    .mission_list li.vision .tip {
        right: 30px;
    }
    .mission_list li .info_con {
        left: 30px;
    }
    .mission_list li .info_con{
        width: 85%;
        top: 55%;
    }
    .mission_list li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mission_list .index_title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sec {
        padding: 30px 0;
    }
    .sec.sec_profile1{
        padding: 30px 0;
    }
    .sec_profile1 .left{
        width: 100%;
    }
    .sec_profile1 .left .lit_title{
        margin-bottom: 10px;
    }
    .sec_profile1 .left .tip{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .sec_profile1 .right{
        width: 100%;
        position: static;
        padding-top: 15px;
    }
    .sec_profile2_con{
        position: static;
    }
    .sec_profile2 .w{
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .company_list li{
        padding: 0 0 30px 15px;
    }
    .company_list li:before{
        top: 10px;
    }
    .company_list li .intro{
        font-size: 15px;
    }
    .sec_team .wrap_title {
        margin-bottom: 40px;
    }
    .wrap_title {
        margin-bottom: 15px;
    }
    .wrap_title .en_title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .wrap_title .title {
        font-size: 22px;
    }
    .team_list li {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .team_list li:nth-of-type(4n) {
        margin-right: 30px;
    }
    .team_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .team_list li .people_title .title {
        font-size: 16px;
    }
    .team_list li .people_title .en_title {
        font-size: 12px;
    }
    .team_list li .team_detail {
        padding: 20px 25px;
    }

    /*科学技术中心*/
    .sec_center1 .left{
        width: 100%;
    }
    .part_title .title {
        font-size: 20px;
    }
    .part_title {
        margin-bottom: 20px;
    }
    .sec_center1 .left .part_title {
        margin-bottom: 10px;
    }
    .sec_center1 .right {
        width: 100%;
    }
    .sec_center2 .center2_bg{
        display: none;
    }
    .sec_center2_list{
        border-radius: 15px;
        position: static;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: -webkit-gradient(linear, left top, right top, from(#2B68A5), to(#0EA3AA));
        background: -webkit-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
        background: -moz-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
        background: -o-linear-gradient(left, #2B68A5 0%, #0EA3AA 100%);
        background: linear-gradient(90deg, #2B68A5 0%, #0EA3AA 100%);
    }
    .sec_center2_list li{
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        padding: 20px 0;
    }
    .sec_center2_list li .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .lit_sec {
        padding: 25px 0;
    }
    .sec_center4_top .w{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 750px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sec_center4_top .left, .sec_center4_top .right {
        width: 100%;
        text-align: center;
    }
    .sec_center4_top .gao_list li .info{
        text-align: center;
    }
    .sec_center4_top:after, .sec_center4_top:before {
        width: 100%;
        height: 42%;
        top: 0;
        background: rgba(43, 104, 165, 0.1);
    }
    .sec_center4_top:before{
        border-radius: 0 0 200px 200px;
    }
    .sec_center4_top:after{
        top: auto;
        bottom: 0;
        border-radius: 200px 200px 0 0;
    }
    .sec_center4_top .part_title {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    /*质量与合规*/
    .quality1_con{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .quality1_con .info_con{
        width: 90%;
        height: auto;
        padding: 40px 25px !important;
    }
    .quality1_con .img_con{
        width: 100%;
        height: 250px;
    }
    .quality1_con .info_con:before{
        width: 100%;
        height: -webkit-calc(100% + 20px);
        height: -moz-calc(100% + 20px);
        height: calc(100% + 20px);
    }
    .quality2_con .info_con {
        width: 100%;
    }
    .sec.sec_quality2 {
        padding: 50px 0;
    }
    .sec_quality3 .quality1_con {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .sec_quality3 .quality1_con .info_con:before {
        width: 100%;
        height: -webkit-calc(100% + 20px);
        height: -moz-calc(100% + 20px);
        height: calc(100% + 20px);
        top: auto;
        bottom: 0;
    }


    .ip1_con{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ip1_con .info_con{
        width: 90%;
        height: auto;
        padding: 40px 20px  40px 0!important;
    }
    .ip1_con .img_con{
        width: 100%;
        height: 250px;
    }
    .left_line {
        padding-left: 20px;
        border-left: 3px solid #2B68A5;
    }
    .sec_ip2 {
        background: rgba(43, 104, 165, 0.1);
    }
    .ip2_con {
        width: 100%;
    }

    /*里程碑*/
    .milestone_con {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .year_big_container{
        width: 100%;
    }
    .milestone_list li{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .milestone_list li .img_con{
        width: 100%;
        height: 220px;
        padding: 8px 0 0 8px;
    }
    .milestone_list li .img_con:before{
        width: 120px;
        height: 90px;
    }
    .milestone_list li .img{
        border-radius: 0px 0px 40px 0px;
    }
    .milestone_list li .info_con{
        width: 100%;
        padding: 20px 0;
    }
    .milestone_list li .info_con .year{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .year_swiper{
        width: 100px;
        height: 200px;
    }
    .year_swiper li{
        line-height: 40px;
        height: 40px !important;
    }
    .year_swiper li a{
        padding-right: 10px;
        font-size: 14px;
    }
    .year_swiper li a:before{
        width: 3px;
        height: 18px;
    }
    .year_swiper li.swiper-slide-active a{
        font-size: 20px;
    }

    .sec.sec_honor{
        padding: 40px 0;
    }
    .sec_honor .square_info p{
        margin-bottom: 10px;
    }
    .esg_list>li{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .esg_list li .img_con{
        width: 100%;
        height: 260px;
    }
    .esg_list li .info_con {
        width: 100%;
    }
    .esg_list li .env_list{
        position: static;
        padding: 10px 0;
    }
    .esg_list li .env_list .info{
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .esg_list li .env_list li .num {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-right: 15px;
    }
    .esg_list li .env_list li {
        padding: 14px 0;
    }
    .esg_list li.li2 .env_list li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .esg_list li.li2 .env_list li .num {
        margin-left: 0;
        margin-right: 15px;
    }
    /*服务*/
    .slide_down{
        display: none;
    }
    .serving_list:before{
        display: none;
    }
    .serving_list li{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }
    .serving_list li .info_con{
        width: 100%;
        padding: 15px 15px 15px 0;
    }
    .serving_list li:nth-of-type(2n) .info_con{
        padding: 15px 0 15px 15px;
    }
    .serving_list li .img_con{
        width: 100%;
        height: 260px;
    }
    /*服务详细-1-2-4-5-7-8*/
    .serve_inner_wrap{
        position: static;
        height: auto !important;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .serve_inner_wrap .left_con {
        width: 100%;
        padding: 30px 0 0;
    }
    .serve_title{
        margin-bottom: 20px;
    }
    .serve_title .icon{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .inner.serve_inner .inner_img{
        height: 200px;
    }
    .serve_inner .img_con{
        position: absolute;
        top: 90px;
        right: 0;
        width: 200px;
        height: 100px;
        border-radius: 50px 0 0 50px;
        overflow: hidden;
    }
    .serve_inner .img_con img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .serve_inner_wrap .serve_menu{
        width: 280px;
    }
    .serve_menu .current_nav{
        line-height: 16px;
        border-radius: 20px;
        padding: 12px 20px 12px 16px;
        font-size: 14px;
    }
    .serve_menu .current_nav:before{
        right: 15px;
        width: 10px;
        height: 6px;
    }
    .serve_menu .sub_menu_list{
        top: -webkit-calc(100% + 10px);
        top: -moz-calc(100% + 10px);
        top: calc(100% + 10px);
        border-radius: 15px;
        padding: 5px 15px;
    }

    .serve_menu .sub_menu_list:before {
        top: -10px;
        left: 20px;
        border: 5px solid transparent;
        border-bottom: 5px solid #fff;
    }

    .sub_menu_list li a{
        font-size: 14px;
        line-height: 16px;
        padding: 5px 0;
    }

    .serve_curent_title{
        margin-bottom: 20px;
    }

    .serve_curent_title .w{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .serve_curent_title .left{
        margin-bottom: 10px;
    }
    .serve_curent_title .tip {
        font-size: 14px;
        padding-top: 5px;
    }
    .serve_curent_title .tip_info{
        font-size: 15px;
        line-height: 20px;
        padding-top: 5px;
    }
    .serve_curent_title .square_info p:before {
        width: 8px;
        height: 8px;
        top: 4px;
        left: 3px;
    }
    .serve_curent_title .square_info p {
        padding-left: 18px;
    }
    .all_serve_part {
        border-radius: 15px;
    }
    .serve_part_title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .serve_part {
        padding: 12px;
    }
    .serve_part_title:before {
        left: -12px;
        width: 4px;
        border-radius: 0px 2px 2px 0px;
    }
    .serve_white_area {
        padding: 10px 12px;
        border-radius: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .range_1 .lit_title {
        border-radius: 15px;
        font-size: 15px;
        padding: 10px 12px;
        margin-bottom: 15px;
    }
    .serve_range_list {
        padding-left: 0;
    }
    .serve_range_list li {
        padding: 8px 0;
        font-size: 15px;
    }
    .serve_range_list .square_info p {
        padding-left: 16px;
    }
    .serve_range_list .square_info p:before {
        width: 8px;
        height: 8px;
        top: 5px;
        left: 1px;
    }
    .serve_white_area.trends_1 {
        padding-top: 15px;
    }
    .trends_1 .circle_img_mobile{
        width: 100%;
    }
    a.trends_a {
        width: 130px;
        height: 40px;
        border-radius: 15px;
        font-size: 13px;
        line-height: 14px;
        padding: 0 8px;
    }
    a.trends_a:after{
        top: 3px;
        margin-left: 4px;
        border: 5px solid transparent;
        border-top: 5px solid;
    }
    .trends2_list .trends_arrow {
        margin: 0 5px;
    }
    .trends2_list .trends_arrow img{
        width: 15px;
    }
    .serve_white_area{
    }
    .trends2_list2 {
        border-radius: 20px;
        padding: 12px;
        margin-top: 50px;
    }
    .trends2_list{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .trends2_list li{
        padding: 10px 0;
        position: relative;
    }
    .JZD_PAGE_PREVIOUS img, .JZD_PAGE_NEXT img {
        display: none;
    }
    .trends2_list2 li .hide_tip {
        width: auto;
        white-space: inherit;
    }
    .hide_tip.hide_tip_bot {
        white-space: inherit;
    }
    .hide_tip{
        z-index: 100;
        background: #fff;
        padding: 8px 10px;
        border-radius: 5px;
    }
    .serve_tab_nav a {
        width: 300px;
        height: auto;
        padding: 5px 0;
        font-size: 14px;
        text-align: center;
    }
    .prev1, .next1 {
        width: 30px;
        height: 30px;
    }
    .next1 {
        margin-left: 10px;
    }
    .device_list li {
        border-radius: 15px;
        padding: 12px;
    }
    .device_list li .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 13px;
    }
    .device_list li .serve_white_area {
        height: 130px;
    }
    .detection {
        padding: 15px;
    }

    .detection .part1{
        margin-bottom: 15px;
    }

    .detection_list li {
        height: auto;
        margin-bottom: 20px;
        border-radius: 0px;
    }
    .detection_list li:nth-of-type(2n){
        border-radius: 0px;
    }
    .detection_list li .li_con{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .detection_list li .img_con {
        width: 100%;
        height: 250px;
    }
    .detection_list li:nth-of-type(2n) .info_con,
    .detection_list li .info_con {
        width: 100%;
        padding: 40px 20px;
    }

    /*人才发展*/
    .talent_list li{
        padding: 20px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .talent_list li .img_con{
        width: 100%;
        height: 230px;
        padding-left: 15px;
    }
    .talent_list li:nth-of-type(2n) .img_con{
        padding-right: 15px;
    }
    .talent_list li .img_con:before{
        width: 70px;
        height: 150px;
        top: -20px;
    }
    .talent_list li .num{
        font-size: 30px;
        top: -15px;
        left: 5px;
    }
    .talent_list li:nth-of-type(2n) .num{
        right: 5px;
    }
    .talent_list li .info_con{
        width: 100%;
        padding: 20px;
    }
    .talent_list li:nth-of-type(2n) .info_con{
        padding-right: 20px;
    }

    .talent_list li .info_con .icon{
        height: 30px;
        margin-bottom: 15px;
    }
    .talent_list li .img_con .action{
        width: 100px;
        height: 40px;
    }
    .talent_list li:nth-of-type(2n) .img_con .action{
        right: 15px;
    }
    .talent_list li .img_con .next2{
        right: 5px;
    }
    .talent_list li .img_con .prev2 {
        left: 5px;
    }
    .talent_list li .img_con .prev2:after, .talent_list li .img_con .next2:after{
        font-size: 12px;
    }

    .news_top_list li .li_con{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .news_top_list li .img_con{
        width: 100%;
        height: 230px;
    }
    .news_top_list li .info_con {
        width: 100%;
        padding: 35px 0;
    }
    .news_top_list .swiper-pagination {
        top: 25px;
    }
    .news_top_list .prev_or_next{
        display: none;
    }
    .news_list li{
        width: 100%;
        margin-right: 0;
    }
 
    .JZD_PAGE_SHUZIYE a, .JZD_PAGE_SHUZIYE.JZD_PAGE_DISABLED {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 5px;
    }
    .JZD_PAGE_PREVIOUS, .JZD_PAGE_NEXT, .JZD_PAGE_PREVIOUS a, .JZD_PAGE_NEXT a {
        font-size: 14px;
    }
    .JZD_PAGE_PREVIOUS, .JZD_PAGE_NEXT {
        margin: 0 5px;
    }

    /*线下活动*/
    .activities_list li{
        padding: 20px 0;
    }
    .activities_list li .li_con{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .activities_list li .img_con{
        width: 100%;
        height: 230px;
        margin-bottom: 15px;
    }

    .activities_list li .title{
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        max-height: 84px;
        margin-bottom: 15px;
    }
    .activities_list li .info{
        width: 100%;
    }
    /*宣传资料*/

    .brochures_list li{
        width: 48%;
        margin-right: 4%;
        border-radius: 15px;
        padding: 15px;
        height: 220px;
    }
    .brochures_list li:nth-of-type(2n){
        margin-right: 0;
    }
    .brochures_list li .title{
        font-size: 15px;
    }

    .brochures_list li .down_icon{
        width: 32px;
        height: 32px;

    }
    .news_list li .info_con {
        padding: 20px;
    }

    /*新闻详情*/
    .news_title .time{
        margin-bottom: 10px;
    }
    .news_title .title{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .sec_news_detail .go_back{
        margin-bottom: 10px;
    }
    .related_con{
        padding-top: 30px;
    }

    .new_toggle_page{
        height: 80px;
    }
    .new_toggle_page .w>div{
        font-size: 15px;
        line-height: 20px;
    }

    .new_toggle_page .prev{
        padding-right: 15px;
        padding-left: 30px;
        -o-background-size: 20px 17px !important;
        background-size: 20px 17px !important;
    }

    .new_toggle_page .next{
        padding-right: 30px;
        padding-left: 15px;
        -o-background-size: 20px 17px !important;
        background-size: 20px 17px !important;
    }


    /*联系我们*/
    .contact_list{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }
    .contact_list li{
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -moz-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 50px 15px 20px;
        border-bottom: 1px solid rgba(43, 104, 165, 0.1);
    }
    .contact_list li .icon{
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }
    .contact_list li .title{
        font-size: 18px;
        line-height: 32px;
    }
    .contact_list li .info{
        margin-bottom: 20px;
    }
    .contact_list li .info,
    .contact_list li .info p{
        font-size: 15px;
    }
    .contact_list li .info p{
        line-height: 20px;
        padding: 5px 0;
    }

    .contact2_con{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact_info{
        margin-bottom: 25px;
    }
    .message_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .filing_message_con .submit_con .submit{
        width: 120px;
        height: 40px;
        line-height: 40px;
    }


    .serve_curent_title .index_title {
        margin-bottom: 6px;
    }
    .inner .inner_img{
        height: 190px;
    }

    /*1024*/
    .search_list li a {
        padding: 15px 0;
    }
    .search_pageing {
        padding: 30px 0 0;
    }

    .sec_center4_top .white_list {
        justify-content: center;
    }
    .sec_center4_top .white_list li {
        margin: 0 10px;
        width: 140px;
        height: 140px;
        border-radius: 20px;
        padding: 15px;
        text-align: left;
    }

    .esg_list li.li2 .env_list li .info {
        text-align: left;
    }
    .detection p {
        font-size: 14px;
        text-align: center;
    }
    .detection h6 {
        font-size: 14px;
        text-align: center;
    }
    .detection h6, .detection p {
        height: 90px;
        font-size: 14px;
        line-height: 18px;
        padding: 0;
    }
    .sec2 {
        background: url('../images/sec2_mobile.jpg') no-repeat center center;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .banner_swiper .swiper-pagination-banner{
        bottom: 20px;

    }
    .banner_swiper .swiper-pagination-banner .swiper-pagination-bullet{
        width: 30px;
        height: 3px;
        margin: 0 3px;
    }
    .index_title2 {
        font-size: 16px;
        margin-bottom: 7px;
        display: none;
    }
    .info2 {
        font-size: 15px;
        line-height: 20px;
    }
    .bro_mark .bro_box {
        width: 95%;
        padding: 30px;
    }
    .bro_mark .bro_box .title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0px;
    }
    .bro_mark .liuyan_con li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}
.right_list{
    position: fixed;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}
.right_list li{
    padding: 10px 0;
    position: relative;
}
.right_list li>a{

}
.right_list li>a img{
    width: 40px;
    height: 40px;
}

.right_list li .hide_box{
    display: none;
    position: absolute;
    right: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(43, 104, 165, 0.05);
    border-radius: 10px;
    padding: 5px;
}
.right_list li.mail_li .hide_box{
    padding: 10px;
}
.right_list li:hover .hide_box{
    display: block;
}
.right_list li .hide_box img{
    width: 100px;
}
.right_list li .hide_box a{
    white-space: pre;
    font-size: 18px;
}
@media screen and (max-width: 1680px) {
    .right_list{
        right: 40px;
    }
    .right_list li{
        padding: 8px 0;
    }
    .right_list li>a img{
        width: 36px;
        height: 36px;
    }

    .right_list li .hide_box{
        right: calc(100% + 10px);
    }

    .right_list li .hide_box img{
        width: 90px;
    }
    .right_list li .hide_box a{
        font-size: 17px;
    }
}
@media screen and (max-width: 1500px) {
    .right_list{
        right: 35px;
    }
    .right_list li{
        padding: 5px 0;
    }

    .right_list li .hide_box{
        right: calc(100% + 10px);
    }

    .right_list li .hide_box img{
        width: 90px;
    }
    .right_list li .hide_box a{
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .right_list{
        right: 15px;
    }
    .right_list li{
        padding: 3px 0;
    }
    .right_list li>a img{
        width: 30px;
        height: 30px;
    }

    .right_list li .hide_box{
        right: calc(100% + 5px);
    }

    .right_list li .hide_box img{
        width: 70px;
    }
    .right_list li .hide_box a{
        font-size: 15px;
    }
    .sec3 .sec3_img {
        background: url('../images/en_mobile_map_bg.png') no-repeat bottom right;
        -o-background-size: cover;
        background-size: cover;
    }
    .know_nav_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px;
    }
    .know_nav_list li {
     
    }
    .know_nav_list li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 15px;
        border-radius: 15px;
    }
    .kanwu_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
  
    .kanwu_list li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .kanwu_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .kanwu_list li:before{
        border-radius: 0 0 15px 15px;
    }
    .kanwu_list li:after{
        border-radius: 0 0 15px 15px;
        bottom: 0;
    }
    .kanwu_list li a{
        padding: 0 15px;
    }
    .kanwu_list li h2 {
        font-size: 16px;
        padding: 14px 0;
        line-height: 18px;
    }
    .haibao_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .haibao_list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .haibao_list li:nth-of-type(3n) {
        margin-right: 4%;
    }
    .haibao_list li h2 {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .haibao_list.video_list li img,
    .haibao_list.video_list li .video_btn {
        font-size: 45px;
        opacity: 1;
    }
 

    .haibao_list li .time {
        font-size: 14px;
        padding: 0 15px 20px;
    }
}


@media screen and (max-width: 1780px) {
    .all_swiper .swiper-pagination-all{
        left: 30px;
    }
}
@media screen and (max-width: 1600px) {
    .all_swiper .swiper-pagination-all{
        left: 25px;
    }
}

@media screen and (max-width: 1380px) {
    .all_swiper .swiper-pagination-all{
        left: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .all_swiper .swiper-pagination-all{
        display: none;
    }
}
