﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular/montserrat-regular-8-webfont.eot');
    src: url('../fonts/montserrat-regular/montserrat-regular-8-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular/montserrat-regular-8-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular/montserrat-regular-8-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular/montserrat-regular-8-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular/montserrat-regular-8-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold/montserrat-semibold-9-webfont.eot');
    src: url('../fonts/montserrat-semibold/montserrat-semibold-9-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-semibold/montserrat-semibold-9-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold/montserrat-semibold-9-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold/montserrat-semibold-9-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold/montserrat-semibold-9-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Montserrat-bold/montserrat-bold-3-webfont.eot');
    src: url('../fonts/Montserrat-bold/montserrat-bold-3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-bold/montserrat-bold-3-webfont.woff2') format('woff2'),
         url('../fonts/Montserrat-bold/montserrat-bold-3-webfont.woff') format('woff'),
         url('../fonts/Montserrat-bold/montserrat-bold-3-webfont.ttf') format('truetype'),
         url('../fonts/Montserrat-bold/montserrat-bold-3-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*分享翻译*/
#bsWXBox .bsTop:after {
    /*分享中文版本*/
    content: '- 微信';
    /*分享英文版本*/
    /* content: '- weixin'; */
    display: block;
    position: absolute;
    left: 85px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

#bsWXBox .bsTop:before {
    /*分享中文版本*/
    content: '分享到';
    /*分享英文版本*/
    /* content: 'Share the'; */
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}
/* 规范-start */
/* 标题 */
.std_title1{
    font-size: 60px;
    line-height: 1.5;
    color: #fff;
}
.std_title2{
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
}
.std_title3{
    font-size: 40px;
    line-height: 1.3;
    color: #333;
}
.std_title4{
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
}
.std_title5{
    font-size: 28px;
    line-height: 1.4;
    color: #333;
}
.std_title6{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.yxedr_active h2{
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 31.2px;
}
.yxedr_active h3{
    font-size: 40px;
    line-height: 1.3;
    color: #333;
    margin-bottom: 26px;
}
.yxedr_active h4{
    font-size: 32px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 22.4px;
}
.yxedr_active h5{
    font-size: 28px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 19.6px;
}
.yxedr_active h6{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 18px;
}
/* 段落文字 */
.std_parga p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 14px;
}
/* 间距 */
.yx_space1{
    margin-top: 100px;
}
.yx_space2{
    margin-top: 50px;
}
.yx_space3{
    padding: 150px 0;
}
.yx_space4{
    margin-bottom: 130px;
}
/* 规范-end */
/* 按钮样式1 */
.mod_more{
    width: 150px;
    background-color: #0079C3;
    transition: all .36s;
}
.mod_more_box{
    width: 100%;
    display: block;
}
.mod_more p{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
/* 按钮样式2 */
.mod_link{
    transition: 1s cubic-bezier(.25,.46,.45,.94);
}
.mod_link_btn a{
    width: 175px;
    border: 1px solid rgba(18, 52, 127, 0.25);
    display: block;
    text-align: center;
    position: relative;
}
.mod_link_btn_text{
    font-size: 16px;
    line-height: 60px;
    color: #12347F;
}
.mod_link_btn a span:not(.mod_link_btn_text):after, 
.mod_link_btn a span:not(.mod_link_btn_text):before {
    content: "";
    position: absolute;
    background: #12347F;
    width: 1px;
    height: 1px;
    transition: .4s cubic-bezier(.25,.46,.45,.94);
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_topleft:before {
    top: -1px;
    left: -1px;
    width: 7px;
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_topleft:after {
    top: -1px;
    left: -1px;
    height: 7px;
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_topright:before {
    top: -1px;
    right: -1px;
    width: 7px;
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_topright:after {
    top: -1px;
    right: -1px;
    height: 7px;
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_bottomleft:before {
    bottom: -1px;
    left: -1px;
    width: 7px;
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_bottomleft:after {
    bottom: -1px;
    left: -1px;
    height: 7px;
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_bottomright:before {
    bottom: -1px;
    right: -1px;
    width: 7px;
}
.mod_link_btn a span:not(.mod_link_btn_text).mod_link_btn_bottomright:after {
    bottom: -1px;
    right: -1px;
    height: 7px;
}
@keyframes flashGlow{
    0% {
        box-shadow: 0 0 0 0 #c3ddf8;
    }
    68% {
        box-shadow: 0 0 16px 0 rgb(196 221 248 / 70%), inset 0 0 1px #fff;
    }
    100% {
        box-shadow: 0 0 0 0 #c3ddf8;
    }
}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: linear-gradient(
90deg, rgba(0, 90, 145, 0.5) 3.46%, rgba(0, 48, 91, 0.11) 91.74%);
}
.ys_ban_txtbox{
    z-index: 5;
}
/* - banner - end*/
/* foot-start */
.mod_foot_top{
    padding-top: 85px;
    padding-bottom: 105px;
    background-color: #F5F5F5;
}
.mod_foot_bot{
    background-color: #F0F0F0;
    padding: 33px 0;
}
.mftn_ul_li_list a{
    font-size: 14px;
    line-height: 1.75;
    color: #666;
    transition: all .36s;
    display: inline-block;
    position: relative;
}
.mftn_ul_li_list a::after{
    content: "";
    width: 0;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 250ms cubic-bezier(.25,.46,.45,.94);
}
.mftn_ul_li_tit a,
.mftn_ul_li_tit p{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
    transition: all .36s;
}
.mftn_ul_li_list{
    margin-top: 35px;
}
.mftn_ul_li_list li{
    margin-bottom: 12px;
}
.mftc_info p{
    font-size: 14px;
    line-height: 1.75;
    color: #666;
}
.mftc_info_content,.mftc_info_content a{
    display: flex;
    align-items: flex-start;
}
.mftc_info{
    margin-top: 28px;
}
.mftc_info_content{
    margin-bottom: 18px;
}
.mftc_info_content img{
    width: 20px;
    margin-right: 7px;
}
.mod_foot_top_contact{
    width: 208px;
}
.mod_foot_top_nav{
    width: calc(100% - 208px);
    padding-right: 150px;
}
.mftn_ul_li{
    width: 20%;
}
.mftn_ul{
    display: flex;
}
.mod_foot_bot_copyright p,.mod_foot_bot_copyright p a,.mod_foot_bot_map a{
    font-size: 14px;
    line-height: 1.75;
    color: #999;
}
.mfbc_link{
    margin-left: 18px;
    margin-right: 30px;
}
.mod_foot_bot_map a{
    margin: 0 16px;
}
.mod_foot_bot_map a:first-child{
    margin-left: 0;
}
.mod_foot_bot_map a:last-child{
    margin-right: 0;
}
.mod_foot_bot_map {
    width: 340px;
}
.mod_foot_bot_copyright {
    width: calc(100% - 340px);
}
/* foot-end */
/* headnav-start */


.mod_nav{
    padding: 0 100px;
}
.mod_nav_content_logo {
    width: 164px;
}
.mod_nav_content_logo a {
    width: 100%;
    line-height: 80px;
    display: block;
}
.mvcl_img {
    overflow: visible;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.mvcl_img img:nth-child(1) {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
}
.mvcl_img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
    opacity: 0;
}
.ys_hd_pc{
    position: fixed;
    width: 100%;
    transition: all .36s;
    top: 0;
}
.mnul_link{
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    transition: all .36s;
    display: block;
}
.mncl_nav_ul_li{
    padding: 0 50px;
    position: relative;
}
.mnul_support{
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .95);
    padding: 20px 38px;
    display: none;
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 6%);
}
.mncl_nav_ul{
    margin: 0 -50px;
}
.mod_nav_content_list{
    /* width: calc(100% - 164px); */
    padding-left: 520px;
    float: right;
}
.mncl_search_top_icon{
    width: 26px;
    line-height: 80px;
    cursor: pointer;
    transition: all .36s;
}
.mncl_search{
    margin: 0 88px;
}
.mncl_search_top_close{
    width: 26px;
    cursor: pointer;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .36s;
}
.mncl_search_top_close img{
    width: 100%;
}
.mncl_search_top{
    position: relative;
}
.mncl_lang_icon{
    width: 26px;
}
.mncl_lang p{
    font-size: 18px;
    color: #fff;
    margin-left: 14px;
    line-height: 80px;
    transition: all .36s;
}
.mncl_lang a{
    display: flex;
    align-items: center;
}
.mncl_search_pulldown{
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 6%);
}
.mncl_search_pulldown_content{
    width: 810px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 25px 0;
}
.mspc_icon{
    width: 26px;
    line-height: 38px;
    cursor: pointer;
}
.mspc_icon img{
    width: 100%;
}
.mspc_textbox input{
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 100%;
}
.mspc_textbox input::placeholder{
    font-size: 14px;
    color: #999;
}
.mspc_textbox{
    padding: 0 20px;
    height: 38px;
    width: calc(100% - 26px - 28px);
}
.mspc_word p{
    font-size: 14px;
    line-height: 38px;
    color: #0079C3;
    cursor: pointer;
}
.mnul_support_content a{
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    transition: all .36s;
    display: block;
    text-align: center;
}
.mnul_support_content li{
    margin-bottom: 14px;
}
.mnul_support_content li:last-child{
    margin-bottom: 0;
}
.mnul_industry{
    position: absolute;
    width: 573px;
    left: -70px;
    padding: 26px 50px 26px 42px;
    background: rgba(255, 255, 255, .95);
    display: none;
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 6%);
}
.mnul_industry_content_img {
    width: 217px;
}
.mnul_industry_content_img img{
    width: 100%;
}
.mnul_industry_content_link{
    width: calc(100% - 217px);
}
.mnul_industry_content_link img{
    width: 20px;
    margin-right: 15px;
}
.mnul_industry_content_link p{
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    transition: all .36s;
}
.mnul_industry_content_link li a{
    display: flex;
    align-items: center;
}
.mnul_industry_content_link li{
    width: 50%;
    margin-bottom: 10px;
}
.mnul_industry_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mncl_search.act .mncl_search_top_icon{
    opacity: 0;
    pointer-events: none;
}
.mncl_search.act .mncl_search_top_close{
    opacity: 1;
    pointer-events: all;
}
.mncl_nav_ul_li.yxnav_active1 .mnul_link{
    color: #0079C3;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0079C3 !important;
}
.mnul_product{
    width: 100%;
    height: 385px;
    background-color: #fff;
    position: fixed;
    left: 0;
    box-shadow: 0px 1px 9px 0px rgba(15, 71, 122, 0.06);
    display: none;
}
.mnul_product_content{
    padding-top: 40px;
    padding-bottom: 90px;
}
.mnul_product_left{
    width: 21%;
    background-color: #E3EAF1;
}
.mnul_product_left li p{
    font-size: 14px;
    line-height: 2;
    color: #333;
    width: calc(100% - 16px);
    padding-right: 20px;
}
.mnul_product_left li img{
    width: 16px;
    transition: all .36s;
    opacity: 0;
}
.mnul_product_left li{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 9px 27px 9px 93px;
    transition: all .36s;
    position: relative;
}
.mnul_product_left li::before{
    content: "";
    width: 6px;
    height: 100%;
    background-color: #0079C3;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .36s;
    opacity: 0;
}
/* .mnul_product_left li.on{
    background-color: #EDF1F5;
}
.mnul_product_left li.on img{
    opacity: 1;
}
.mnul_product_left li.on::before{
    opacity: 1;
} */
.mnul_product_left li.yxnav_active2{
    background-color: #EDF1F5;
}
.mnul_product_left li.yxnav_active2 img{
    opacity: 1;
}
.mnul_product_left li.yxnav_active2::before{
    opacity: 1;
}
.mnul_product_mid{
    width: 31%;
    background-color: #EDF1F5;
}
.mnul_content li p{
    font-size: 14px;
    color: #333;
    transition: all .36s;
    line-height: 46px;
    width: calc(100% - 16px);
}
.mnul_content li{
    width: 50%;
    position: relative;
}
.mnul_content li a{
    position: relative;
}
.mnul_content li a::before{
    content: '';
    width: 6px;
    height: 100%;
    background-color: #0079C3;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .36s;
    opacity: 0;
}
.mnul_content li a{
    display: flex;
    align-items: center;
    padding-left: 74px;
    padding-right: 26px;
    width: 100%;
    transition: all .36s;
}
.mnul_content li img{
    width: 16px;
}
/* .mnul_content li.on a{
    background-color: #fff;
}
.mnul_content li.on::before{
    opacity: 1;
}
.mnul_content li.on p{
    color: #0079C3;
} */
.mnul_content li.yxnav_active3 a{
    background-color: #fff;
}
.mnul_content li.yxnav_active3 a::before{
    opacity: 1;
}
.mnul_content li.yxnav_active3 p{
    color: #0079C3;
}
.mnul_product_right {
    width: 48%;
    padding-left: 65px;
    padding-right: 110px;

}
.mnul_content li:nth-child(2n+2) a{
    padding-left: 47px;
}
.mlcu_li li a{
    font-size: 14px;
    line-height: 1.75;
    display: inline-block;
    transition: all .36s;
    position: relative;
    color: #333;
}
.mlcu_li li a::after{
    content: "";
    width: 0;
    height: 1px;
    background-color: #0079C3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.mlcu_li li{
    width: 25%;
    margin-bottom: 26px;
}
.mlcu_li ul{
    display: flex;
    flex-wrap: wrap;
}
.mncl_npm_ul_li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.mncl_npm_ul{
    position: relative;
}
.mncl_npm_ul_li.on{
    position: relative;
    display: block;
}
.mlcu_li li.on a::after{
    width: 100%;
}
.mlcu_li li.on a{
    color: #0079C3;
}
.mncl_nul_pr_ul{
    position: relative;
}
.mnpu_li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.mnpu_li.on{
    position: relative;
    display: block;
}
.mnpu_li.on .mlcu_li.on{
    z-index: 50;
}
.mnpu_li_content_ul{
    position: relative;
}
.mlcu_li{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
.mlcu_li.on{
    position: relative;
    display: block;
}
.mnul_product #mCSB_1_container{
    display: flex;
    align-items: stretch;
    height: 100%;
}
.mnul_product .mCSB_scrollTools .mCSB_draggerContainer {
    top: 10px;
    bottom: 10px;
}
/* headnav-end */
/* banner-start */
.ys_ban_li .ys_ban_pc, 
.ys_ban_li .ys_ban_ph {
    width: 100vw;
    height: 100vh;
}
.ys_ban_title{
    font-weight: bold;
}
.ys_ban_txtbox p{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-top: 37px;
    margin-bottom: 52px;
}
.ys_ban_txtbox .mod_link_btn_text{
    color: #fff;
}
.ys_ban_txtbox .mod_link_btn a {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.ys_ban_txtbox .mod_link_btn a span:not(.mod_link_btn_text):after, 
.ys_ban_txtbox .mod_link_btn a span:not(.mod_link_btn_text):before {
    background: #ffffff;
}
.ys_ban_dots{
    bottom: 66px;
}
.ys_ban_dots_li p{
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.28);
    transition: all .36s;
    font-family: 'montserratregular';
}
.ys_ban_dots_li{
    cursor: pointer;
    margin: 0 9px;
}
.ybdl_line{
    width: 32px;
    height: 1px;
    background:rgba(217, 217, 217, 0.24);
    margin-top: 8px;
}
.ys_ban_dots_li.on p{
    color: #fff;
}
.ybdl_line_progress {
    width: 0;
    height: 100%;
    background-color: #fff;
}
/* banner-end */

/* 侧边-start */
@keyframes lfadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes nextAnime {
	0% { 
        opacity: 1; 
        transform: translate(-50%,-50%) scale(1); 
    }
	100% { 
        opacity: 0; 
        transform: translate(-50%,-50%) scale(1.2); 
    }
}
.mod_side{
    position: fixed;
    bottom: 15px;
    right: 5px;
    pointer-events: none;
    z-index: 12;
}
.mod_side.act{
    pointer-events: all;
}
.mod_side_message{
    position: relative;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}
.mod_side_info.act .mod_side_info_pop{
    pointer-events: all;
}
.mod_side_message_icon{
    width: 22px;
}
.mod_side_message_icon img{
    width: 100%;
}
.mod_side_message::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0, 121, 195, 0.53);
    background-color: rgba(0, 121, 195, 0.23);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    /* animation: lfadeIn 2s infinite; */
    animation: nextAnime 1.5s ease 0s infinite;
}
.mod_side_message::after{
    content: "";
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #0079C3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.mod_side_info{
    width: 62px;
    box-shadow: 0px 1px 15px 2px rgba(53, 92, 192, 0.07);
    border-radius: 47px;
    background: rgba(0, 121, 195, 1);
    padding-top: 38px;
    padding-bottom: 25px;
    margin: auto;
    margin-bottom: 14px;
    opacity: 0;
    pointer-events: none;
    transition: all .36s;
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 6%);
}
.mod_side_info.act{
    opacity: 1;
    pointer-events: all;
}
.mod_side_info li{
    width: 30px;
    margin: auto;
    margin-bottom: 35px;
    position: relative;
    cursor: pointer;
}
.mod_side_info li a{
    width: 100%;
    display: block;
}
.mod_side_info li img{
    width: 100%;
}
.mod_side_info li:last-child{
    margin-bottom: 20px;
    position: relative;
}
.mod_side_info li:last-child::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D5DAE4;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.mod_side_info_arrows{
    width: 30px;
    margin: auto;
    margin-top: 35px;
}
.mod_side_info_arrows img{
    width: 100%;
}
.mod_side_info_pop{
    padding: 13px 18px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 9px 0px rgba(15, 71, 122, 0.06);
    position: absolute;
    width: 152px;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    pointer-events: none;

}
.mod_side_info_pop::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    border-left:7px solid #fff;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.mod_side_info_pop p{
    font-size: 14px;
    line-height: 1.75;
    color: #666;
}
.mod_side_info_pop span{
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    font-family: 'montserratsemibold' !important;
}
.mod_side_info_pop img{
    width: 66px !important;
    margin-top: 10px;
}
.mod_side_info_wechat{
    text-align: center;
}
.mod_side_info_wechat{
    transform: inherit;
}
/* 侧边-end */

/* 左侧锚点-start */
.home_anchor_nav_li span{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgba(217, 217, 217, 0.6);
    display: inline-block;
    transition: all 0.2s ease-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.home_anchor{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 48px;
    width: 30px;
}
.home_anchor_nav_li{
    text-align: center;
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
}
.home_anchor_nav_li:last-child{
    margin-bottom: 0;
}
.home_anchor_nav_li p{
    opacity: 0;
    transition: all 0.2s ease-out;
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
}
/* .home_anchor_nav_li.act p{
    opacity: 1;
} */
.home_anchor_nav_li.act span{
    opacity: 0;
}
.home_anchor_nav{
    position: relative;
}
.home_anchor_nav::before{
    content: "";
    width: 1px;
    height: 178px;
    width: 1px;
    position: absolute;
    top: -95%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.3);
    animation: borderAnime 1.5s ease 0s infinite;
}
.home_anchor_nav::after{
    content: "";
    width: 1px;
    height: 178px;
    width: 1px;
    position: absolute;
    bottom: -95%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    background: rgba(255, 255, 255, 0.3);
    animation: borderAnime2 1.5s ease 0.5s infinite;
}
@keyframes borderAnime {
	0% {
	    height: 0;
	    top: -95%;
	}
	24% {
	    top: -95%;
	}
	25% {
	    height: 60%;
	    top: auto;
	    bottom: 110%;
	}
	50% {
	    height: 0;
	    top: auto;
	    bottom: 110%;
	}
	100% {
	    height: 0;
	    top: auto;
	    bottom: 110%;
	}
}
@keyframes borderAnime2 {
	0% { 
        height: 0; 
        top: 110%; 
    }
	24% { 
        top: 110%; 
    }
	25% { 
        height: 60%; 
        top: auto; 
        bottom: -95%; 
    }
	50% { 
        height: 0; 
        top: auto; 
        bottom: -95%; 
    }
	100% { 
        height: 0; 
        top: auto; 
        bottom: -95%; 
    }
}
#side_nav:after {
    animation: borderAnime2 1.5s ease 0.5s infinite;
}
.ys_ban_li_bg img:nth-child(1){
    /* width: 635px; */
    width: 33%;
    position: absolute;
    right: 352px;
    top: -70%;
    z-index: 5;
    transition: all 1.5s ease-in-out;
}
.ys_ban_li_bg img:nth-child(2){
    /* width: 696px; */
    width: 36%;
    position: absolute;
    right: 146px;
    bottom: -100%;
    z-index: 5;
    transition: all 1.5s ease-in-out;
}
.ys_ban_li.slick-current .ys_ban_li_bg img:nth-child(1){
    top: -157px;
}
.ys_ban_li.slick-current .ys_ban_li_bg img:nth-child(2){
    bottom: 0;
}
/* 左侧锚点-end */
.section:not(:first-child){
    display: none;
}
.home_about_img{
    width: 44.5%;
    height: 100%;
    position: relative;
    z-index: 5;
}
.home_about_img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(24, 37, 116, 0.46);
    position: absolute;
    top: 0;
    left: 0;
}
.home_content{
    width: 100%;
    height: 100%;
}
.fp-viewing-1 .ys_hd_pc,
.fp-viewing-2 .ys_hd_pc,
.fp-viewing-3 .ys_hd_pc,
.fp-viewing-4 .ys_hd_pc,
.fp-viewing-5 .ys_hd_pc,
.fp-viewing-6 .ys_hd_pc{
    box-shadow: 0px 1px 9px 0px rgba(15, 71, 122, 0.06);
    background-color: #fff;
}
.fp-viewing-1 .mvcl_img img:nth-child(2),
.fp-viewing-2 .mvcl_img img:nth-child(2),
.fp-viewing-3 .mvcl_img img:nth-child(2),
.fp-viewing-4 .mvcl_img img:nth-child(2),
.fp-viewing-5 .mvcl_img img:nth-child(2),
.fp-viewing-6 .mvcl_img img:nth-child(2){
    opacity: 1;
}
.fp-viewing-1 .mvcl_img img:nth-child(1),
.fp-viewing-2 .mvcl_img img:nth-child(1),
.fp-viewing-3 .mvcl_img img:nth-child(1),
.fp-viewing-4 .mvcl_img img:nth-child(1),
.fp-viewing-5 .mvcl_img img:nth-child(1),
.fp-viewing-6 .mvcl_img img:nth-child(1){
    opacity: 0;
}
.fp-viewing-1 .mnul_link,
.fp-viewing-1 .mncl_lang p,
.fp-viewing-2 .mnul_link,
.fp-viewing-2 .mncl_lang p,
.fp-viewing-3 .mnul_link,
.fp-viewing-3 .mncl_lang p,
.fp-viewing-4 .mnul_link,
.fp-viewing-4 .mncl_lang p,
.fp-viewing-5 .mnul_link,
.fp-viewing-5 .mncl_lang p,
.fp-viewing-6 .mnul_link,
.fp-viewing-6 .mncl_lang p{
    color: #333;
}
.haid_icon{
    width: 52px;
    margin-right: 34px;
}
.haid_icon img{
    width: 100%;
}
.haid_word_year p{
    font-size: 24px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
}
.haid_word_year span{
    font-size: 48px;
    font-family: 'montserratsemibold';
    margin-right: 18px;
}
.home_about_img_data{
    z-index: 5;
}
.home_about_img_data ul{
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-property: opacity,transform,-webkit-transform;
    transform: translate3d(0,100px,0);
    opacity: 0;
    transition-duration: .6s;
}
.fp-completely .home_about_img_data ul{
    opacity: 1;
    transform: none;
}
.home_about_img_data li{
    display: flex;
    align-items: center;
    margin-bottom: 86px;
}
.home_about_img_data li:last-child{
    margin-bottom: 0;
}
.haid_word_text p{
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
}
.haid_word_text{
    margin-top: 5px;
}
.home_about_word{
    background-color: #0080C5;
    width: 55.5%;
    height: 100%;
    padding: 235px calc(50vw - 700px) 235px 200px;
}
.home_main_title h2{
    font-weight: bold;
}
.home_main_title{
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
}
.home_main_title::after{
    content: "";
    width: 436px;
    height: 1px;
    background-color: rgba(234, 234, 234, 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
}
.home_main_title::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(234, 234, 234, 0.2);
    position: absolute;
    right: -10px;
    bottom: -4px;
}
.home_main_subhead h6{
    opacity: 0.6;
    font-family: 'montserratregular';
    margin-top: 16px;
}
.home_about_word_paragraph p{
    color: rgba(255, 255, 255, 0.71);
}
.home_about_word_paragraph{
    margin-top: 30px;
    position: relative;
    z-index: 5;
}
.home_about_word_btn{
    margin-top: 80px;
}
.hawb_link_btn_text{
    color: #fff;
}
.hawb_link_btn a{
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.hawb_link_btn a span:not(.mod_link_btn_text):after, .hawb_link_btn a span:not(.mod_link_btn_text):before {
    background: #fff;
}
.fp-viewing-0 .home_anchor_nav_li:nth-child(1) p{
    opacity: 1;
}
.fp-viewing-1 .home_anchor_nav_li:nth-child(2) p{
    opacity: 1;
}
.fp-viewing-2 .home_anchor_nav_li:nth-child(3) p{
    opacity: 1;
}
.fp-viewing-3 .home_anchor_nav_li:nth-child(4) p{
    opacity: 1;
}
.fp-viewing-4 .home_anchor_nav_li:nth-child(5) p{
    opacity: 1;
}
.fp-viewing-5 .home_anchor_nav_li:nth-child(6) p{
    opacity: 1;
}
.fp-viewing-6 .home_anchor_nav_li:nth-child(7) p{
    opacity: 1;
}

.fp-viewing-0 .home_anchor_nav_li:nth-child(1) span{
    opacity: 0;
}
.fp-viewing-1 .home_anchor_nav_li:nth-child(2) span{
    opacity: 0;
}
.fp-viewing-2 .home_anchor_nav_li:nth-child(3) span{
    opacity: 0;
}
.fp-viewing-3 .home_anchor_nav_li:nth-child(4) span{
    opacity: 0;
}
.fp-viewing-4 .home_anchor_nav_li:nth-child(5) span{
    opacity: 0;
}
.fp-viewing-5 .home_anchor_nav_li:nth-child(6) span{
    opacity: 0;
}
.fp-viewing-6 .home_anchor_nav_li:nth-child(7) span{
    opacity: 0;
}
.home_about_word_bg{
    width: 420px;
    position: absolute;
    right: -420px;
    bottom: -500px;
    transition: all 1.5s ease-in-out;
}
.home_about_word_bg img{
    width: 100%;
}
.fp-viewing-5 .home_about_word_bg {
    right: 0;
    bottom: 0;
}

.home_new_content{
    padding-left: calc(50vw - 700px);
    padding-right: 162px;
    width: 100%;
    top: calc(50% + 40px);
}
.home_new{
    position: relative;
}
.home_new::after,.home_product::after,.home_industry::after{
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(165, 165, 165, 0.31);
    position: absolute;
    top: 0;
    left: calc(50vw - 700px);
    z-index: 6;
}
.hncw_title h2{
    color: #333;
}
.hncw_title h6{
    color: #D6D6D6;
}
.hncw_title::after {
    background: linear-gradient(270deg, #EAEAEA 0%, rgba(234, 234, 234, 0) 90.6%);
}
.hncw_title::before {
    background: #EAEAEA;
}
.hncw_paragraph,.hpcw_paragraph {
    margin-top: 15px;
}
.hncw_btn{
    margin-top: 85px;
}
.home_new_content_word{
    width: 424px;
}
.home_new_content_list{
    width: calc(100% - 424px);
    padding-left: 77px;
}
.hncl_ul{
    margin: 0 -18px;
}
.hncl_ul_li{
    width: 50%;
    padding: 0 18px;
    margin-bottom: 35px;
}
.hncl_ul_li a{
    width: 100%;
    display: block;
    border: 1px solid rgba(224, 224, 224, 1);
    padding: 40px 50px 50px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hncl_ul_li a::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .36s;
    opacity: 0;
}
.hulh_year p{
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    font-family: 'montserratregular';
}
.hulh_year{
    margin-bottom: 30px;
}
.hulh_title{
    font-weight: bold;
    color: #333;
}
.hulh_paragraph{
    margin-top: 18px;
    margin-bottom: 50px;
}
.hncl_ul_li_more p{
    color: #0068B7;
    transition: all .36s;
}
.hncl_ul_li_more{
    display: flex;
    align-items: center;
}
.hulm_icon{
    width: 16px;
    height: 16px;
    position: relative;
}
.hulm_icon img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.hulm_icon img:nth-child(2){
    opacity: 0;
}
.hulh_paragraph p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hncl_ul_li_bg{
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: all .36s;
    opacity: 0;
}
.hncl_ul_li_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hncl_ul_li_hoverafter{
    transition: all .36s;
    position: absolute;
    width: 100%;
    bottom: 98px;
    opacity: 0;
    pointer-events: none;
}
.hncl_ul_li_hoverafter .hulh_year {
    margin-bottom: 0px;
}
.hncl_ul_li_hoverafter .hulh_title{
    color: #fff;
}
.hncl_ul_li_hoverafter .hulh_year p{
    color: #fff;
}
.hncl_ul_li:nth-last-child(1),
.hncl_ul_li:nth-last-child(2){
    margin-bottom: 0;
}
.home_product_bg{
    width: 33.8%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.home_product_bg img{
    width: 100%;
}
.home_product_content{
    padding-left: calc(50vw - 700px);
    padding-right: 144px;
    width: 100%;
    position: relative;
    z-index: 6;
}
.home_product_content_word {
    width: 28%;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-property: opacity,transform,-webkit-transform;
    transform: translate3d(0,100px,0);
    opacity: 0;
    transition-duration: .6s;
}
.fp-completely .home_product_content_word {
    opacity: 1;
    transform: none;
}
.home_product_content_list{
    width: 72%;
    padding-left: 143px;
}
#hpcl_swiper{
    position: relative;
    padding: 20px 0 73px;
    padding-left: 20px !important;
    margin: -20px 0;
}
#hpcl_swiper::after{
    content: "";
    width: 367px;
    height: 553px;
    background: linear-gradient(93.54deg, rgba(245, 245, 245, 0) 2.77%, #F5F5F5 93.98%);
    position: absolute;
    right: 0;
    top: -24px;
    z-index: 10;
}
.home_product{
    padding-top: 190px;
    overflow: hidden;
    position: relative;
    background-color: #F5F5F5;
}
.home_product::before{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    transition: all 1s ease-in-out;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.fp-viewing-1 .home_product::before{
    width: calc((100% / 6) * 4);
}
.hpcw_title h6{
    color: #D6D6D6;
}
.hpcw_title h2{
    color: #333;
}
.hpcw_title::after {
    background: linear-gradient(270deg, #EAEAEA 0%, rgba(234, 234, 234, 0) 100%);
}
.hpcw_title::before {
    background: #EAEAEA;
}
.hpcl_swiper_slide_btn{
    width: 46px;
    margin: auto;
}
.hpcl_swiper_slide_btn img{
    width: 100%;
}
.hpcl_swiper_slide_title{
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 43px;
}
.hpcl_swiper_slide_img .ys_imgbox_cover{
    width: 100%;
    margin: auto;
}
.hpcl_swiper_slide a{
    display: block;
    padding: 35px 30px 73px;
    box-shadow: 0px 4px 16px 0px rgba(60, 64, 108, 0.08);
    background-color: #fff;
    border-bottom: 5px solid #12347F;
}
.hpcl_swiper_slide{
    margin-right: 43px !important;
    width: 38% !important;
}
.swiper-pagination-progressbar {
    background: #DADADA !important;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 1px !important;
    top: inherit !important;
    bottom: 6px !important;
    width: calc(100% - 20px) !important;
    right: 0;
    left: inherit !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #C7CEDF !important;
    top: -1px !important;
    height: 3px !important;
}
.hpcl_cont_point{
    width: 12px !important;
    height: 12px;
    border-radius: 50%;
    background-color: #C7CEDF;
    position: absolute;
    left: 0%;
    bottom: 0;
    z-index: 5;
    transition: all .36s;
}
.hpcl_cont{
    position: relative;
}
.home_product_img{
    width: 22%;
    position: absolute;
    left: -420px;
    bottom: -500px;
    transition: all 1.5s ease-in-out;
    z-index: 5;
}
.home_product_img img{
    width: 100%;
}
.fp-viewing-1 .home_product_img {
    left: 0;
    bottom: 0;
}
.home_industry_bg{
    width: 77.4%;
    position: absolute;
    top: 0;
    left: 0;
}
.home_industry_bg img{
    width: 100%;
}
.home_industry_img{
    width: 21.8%;
    position: absolute;
    left: -420px;
    bottom: -500px;
    transition: all 1.5s ease-in-out;
}
.home_industry_img img{
    width: 100%;
}
.fp-viewing-2 .home_industry_img {
    left: 0;
    bottom: 0;
}
.home_industry_content_list{
    width: 58%;
    position: absolute;
    top:calc(50% + 40px);
    transform: translateY(-50%);
    z-index: 5;
}
.home_industry_content_word{
    width: 42%;
    height: 100%;
    padding-left: 112px;
    padding-right: 42px;
}
.home_industry{
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
}
.hicw_content{
    position: relative;
    height: 100%;
    padding: 215px 0;
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-property: opacity,transform,-webkit-transform;
    transform: translate3d(0,100px,0);
    opacity: 0;
    transition-duration: .6s;
}
.fp-completely .hicw_content {
    opacity: 1;
    transform: none;
}
.hicw_content::after{
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
}
.home_industry_content,.home_industry_content .ys_cont1400{
    height: 100%;
}
.hicw_content_title h2{
    color: #333;
}
.hicw_content_title h6{
    color: #D6D6D6;
}
.home_industry_content{
    position: relative;
    z-index: 10;
}
.hicw_content_title::after {
    height: 2px;
    background: linear-gradient(270deg, #EAEAEA 0%, rgba(234, 234, 234, 0) 98.54%);
}
.hicw_content_title::before {
    background: #EAEAEA;
}
.hicw_content_paragraph{
    margin-top: 20px;
    margin-bottom: 36px;
}
.home_industry_content_list li{
    width: 33.333333%;
    transform: translate3d(0,100px,0);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-duration: .6s;
    opacity: 0;
    transition-property: opacity,transform,-webkit-transform;
}
.fp-completely .home_industry_content_list li{
    opacity: 1;
    transform: none;
}
.hicl_word_title{
    font-weight: bold;
}
.hicl_word_paragraph p{
    color: #fff;
}
.hicl_word{
    padding: 0 32px;
    width: 100%;
    bottom: 46px;
    z-index: 5;
    transition: all 0.3s ease-out;
    opacity: 0;
}
.home_industry_content_list a{
    display: block;
    width: 100%;
    position: relative;
}
.home_industry_content_list a::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 45, 102, 0.59);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}
/* .home_industry_content_list .ys_imgbox_cover img {
    transition: transform 2s ease-out;
} */
.home_industry_content .ys_cont1400{
    position: relative;
}
.home_industry_content_list li:nth-child(1){
    margin-top: -65px;
    transition-delay: .2s;
}
.home_industry_content_list li:nth-child(2){
    transition-delay: .3s;
}
.home_industry_content_list li:nth-child(3){
    margin-top: 65px;
    transition-delay: .4s;
}
.home_advantage_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.home_advantage_bg_img {
    width: 100%;
    height: 100%;
}
.home_advantage{
    position: relative;
}
.home_advantage::after{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18, 52, 127, 0.5) 0%, rgba(18, 52, 127, 0.325) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.home_advantage_content{
    top: calc(50% + 40px);
    z-index: 2;
}
.hacl_li_title{
    font-weight: bold;
    margin-top: 28px;
}
.home_advantage_content_img{
    width: 41.6%;
    margin: auto;
}
.home_advantage_content_img img{
    width: 100%;
}
.hacl_li{
    position: absolute;
}
.hacl_li:nth-child(1){
    top: 0;
    left: 50px;
}
.hacl_li:nth-child(2){
    top: 0;
    right: 50px;
}
.hacl_li:nth-child(3){
    bottom: 0;
    left: 50px;
}
.hacl_li:nth-child(4){
    bottom: 0;
    right: 50px;
}
.fp-viewing-4 .home_anchor_nav_li p{
    color: #999;
}
.fp-viewing-4 .home_anchor_nav::after {
    background: rgba(217, 217, 217, 0.3);
    z-index: 20;
}
.fp-viewing-4 .home_anchor_nav::before {
    background: rgba(217, 217, 217, 0.3);
    z-index: 20;
}
.fp-viewing-6 .home_anchor{
    opacity: 0;
    pointer-events: none;
}
.home_new_img{
    width: 21.8%;
    position: absolute;
    top: -590px;
    left: -21.8%;
    z-index: -1;
    transition: all 1.5s ease-in-out;
    /* opacity: 0; */
}
.home_new_img img{
    width: 100%;
}
.fp-viewing-4 .home_new_img{
    top: 80px;
    left: 0;
}
.hacl_li_icon{
    width: 78px;
    margin: auto;
}
.hacl_li_icon img{
    width: 100%;
}
.mod_cookie_close{
    width: 12px;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 15px;
}
.mod_cookie_close img{
    width: 100%;
}
.mod_cookie{
    position: fixed;
    bottom: 144px;
    right: 78px;
    background-color: #0080C5;
    padding: 25px 50px 24px 24px;
    width: 358px;
    transition: all .36s;
    z-index: 11;
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 6%);
}
/* .mod_cookie::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    border-bottom: 34px solid transparent;
    border-right: 25px solid #0080C5;
} */
.mod_cookie_content p{
    font-size: 14px;
    color: #fff;
}
.mod_cookie_content a{
    color: #fff;
    position: relative;
}
.mod_cookie_content a::after{
    content: "";
    width: calc(100% - 15px);
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.mod_cookie_content_btn p{
    position: relative;
}
.mod_cookie_content_btn p::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.mod_cookie_content_btn{
    display: inline-block;
    cursor: pointer;
    margin-top: 24px;
}
.home_advantage_content_dynamic{
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hacd_dyn_dyn_dyn,.hacd_dyn_dyn,.hacd_dyn{
    width: 100%;
    height: 100%;
}
.home_advantage_content_dynamic::before,
.hacd_dyn_dyn_dyn::before,
.hacd_dyn_dyn::before,
.hacd_dyn::before{
    content: "";
    width: 91px;
    height: 430px;
    background: url(../images/a1_bgicon1.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 274px;
    transform: translateY(-50%);
    animation: page-loader-ripple1 4s infinite linear;
    z-index: -1;
    animation-delay: 1s;
    opacity: 0;
}
.home_advantage_content_dynamic::after,
.hacd_dyn_dyn_dyn::after,
.hacd_dyn_dyn::after,
.hacd_dyn::after{
    content: "";
    width: 91px;
    height: 430px;
    background: url(../images/a1_bgicon2.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    right: 274px;
    transform: translateY(-50%);
    animation: page-loader-ripple2 4s infinite linear;
    z-index: -1;
    animation-delay: 1s;
    opacity: 0;
}
.hacd_dyn::before{
    animation-delay: 2s;
}
.hacd_dyn_dyn::before{
    animation-delay: 3s;
}
.hacd_dyn_dyn_dyn::before{
    animation-delay: 4s;
}
.hacd_dyn::after{
    /* animation: page-loader-ripple4 2s infinite linear; */
    animation-delay: 2s;
}
.hacd_dyn_dyn::after{
    animation-delay: 3s;
}
.hacd_dyn_dyn_dyn::after{
    animation-delay: 4s;
}
@keyframes page-loader-ripple1 {
    0% {
        transform:translateX(280px) translateY(-50%) scale(0);
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100% {
        transform:translateX(-274px) translateY(-50%) scale(1.42);
        opacity: 0;
    }
}
@keyframes page-loader-ripple2 {
    0% {
        transform:translateX(-280px) translateY(-50%) scale(0);
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100% {
        transform:translateX(274px) translateY(-50%) scale(1.42);
        opacity: 0;
    }
}
@keyframes page-loader-ripple3{
    0% {
        transform:translateX(140px) translateY(-50%) scale(0);
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100% {
        transform:translateX(-274px) translateY(-50%) scale(1.42);
        opacity: 0;
    }
}
@keyframes page-loader-ripple4{
    0% {
        transform:translateX(-140px) translateY(-50%) scale(0);
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100% {
        transform:translateX(274px) translateY(-50%) scale(1.42);
        opacity: 0;
    }
}
/* F4质量与可靠性-start */
.inside_page .ys_hd_pc{
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 6%);
    background-color: #fff;
}
.inside_page .mvcl_img img:nth-child(2){
    opacity: 1;
}
.inside_page .mvcl_img img:nth-child(1){
    opacity: 0;
}
.inside_page .mnul_link,
.inside_page .mncl_lang p{
    color: #333;
}
.ys_main{
    margin-top: 80px;
}
.ys_main_cont{
    max-width: 1920px;
    margin: auto;
}
.ys_main_ban{
    position: relative;
}
.ys_main_ban::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 25, 83, 0.8) 0%, rgba(0, 25, 83, 0) 100%);
}
.ys_main_ban_img img{
    width: 100%;
}
.quality_main .ys_main_ban::after{
    background: linear-gradient(90deg, rgba(0, 25, 83, 0.8) 0%, rgba(0, 42, 138, 0) 69.01%);
}
.ymbi_ph{
    display: none;
}
.ys_main_ban_word h1{
    font-weight: bold;
}
.ys_main_ban_word{
    z-index: 5;
}
.ys_main_ban::before{
    content: "";
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.13);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.qpcw_text p{
    line-height: 2;
}
.quality_policy {
    overflow: hidden;
}
.quality_policy_content_img{
    width: 49%;
}
.quality_policy_content_word{
    width: 51%;
    padding-right: 70px;
}
.quality_policy_content li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 140px;
}
.quality_policy_content li:last-child{
    margin-bottom: 0;
}
.qpcw_title{
    font-weight: bold;
}
.qpcw_subhead{
    font-weight: bold;
    margin: 16px 0;
}
.quality_policy_content li.on{
    flex-direction: row-reverse;
}
.quality_policy_content li.on .quality_policy_content_word {
    padding-right: 0;
    padding-left: 70px;
}
.qcul_title{
    font-weight: bold;
    text-align: center;
}
.quality_ccie_ul_li:last-child{
    padding-bottom: 130px;
}
.quality_ccie_ul_li{
    padding: 80px 0;
    width: 100%;
}
.quality_ccie_ul_li:nth-child(odd) {
    background-color: #F9FAFD;
}
.qcul_carousel_ul_li{
    width: 25%;
    padding: 0 41px;
    position: relative;
}
.qcul_carousel_ul .slick-list{
    padding: 9px 0;
    margin: -9px 0;
}
.qcul_carousel_ul{
    margin: 0 -41px;
}
.qcul_carousel{
    margin-top: 66px;
    position: relative;
}
.qcul_content_icon{
    width: 58px;
    cursor: pointer;
    transition: all .36s;
    opacity: 0;
}
.qcul_content_icon img{
    width: 100%;
}
.qcul_content{
    border: 15px solid rgba(249, 250, 253, 1);
    box-shadow: 0px 1px 9px 0px rgba(15, 71, 122, 0.12);
}
.qcul_content .ys_imgbox_cover{
    position: relative;
}
.qcul_content .ys_imgbox_cover::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(10, 75, 168, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.qcul_content_word{
    font-weight: bold;
    color: #333;
    padding: 0 15px;
    margin-top: 15px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.qcul_carousel_arrow_btn{
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.qcul_carousel_arrow_btn img{ 
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.qcul_carousel_arrow_btn img:nth-child(2){
    opacity: 0;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.qcul_carousel_arrow{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
}
.qcul_carousel_arrow_prev{
    left: -56px;
    z-index: 5;
}
.qcul_carousel_arrow_next{
    right: -56px;
}
.qcul_carousel_ul_li:not(:first-child){
    display: none;
}

/* F4质量与可靠性-end */

/* F1公司简介-start */
.ys_main_ban_crumb a{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    transition: all .36s;
    display: block;
}
.ys_main_ban_crumb{
    z-index: 10;
    bottom: 14.5px;
}
.ys_main_ban_crumb ul{
    display: flex;
}
.ys_main_ban_crumb li{
    padding: 0 10px;
    position: relative;
}
.ys_main_ban_crumb li:first-child{
    padding-left: 0;
}
.ys_main_ban_crumb li::after{
    content: ">";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}
.ys_main_ban_crumb li:last-child::after{
    display: none;
}
.company_intro_word_title::after {
    width: 385px;
    height: 2px;
    background: linear-gradient(270deg, #EAEAEA 0%, rgba(234, 234, 234, 0) 100%);
}
.company_intro_word_title::before {
    background: #EAEAEA;
}
.company_intro_word_text p{
    line-height: 2;
    margin-bottom: 14px;
}
.company_intro_word_text p:last-child{
    margin-bottom: 0;
}
.company_intro_word{
    width: 49%;
}
.company_intro_img{
    width: 51%;
    padding-left: 194px;
    padding-right: 82px;
}
.company_intro_img img{
    width: 100%;
}
.company_intro_word_text{
    margin-top: 44px;
}
.ciwd_year p{
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    color: #0079C3;
}
.ciwd_year span{
    font-size: 53px;
    font-family: 'montserratsemibold';
}
.ciwd_text p{
    font-size: 13px;
    line-height: 1.75;
    color: #0079C3;
}
.company_intro_word_data li{
    width: 50%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 24px;
}
.company_intro_word_data li::before{
    content: "";
    width: 2px;
    height: 41px;
    background-color: #0079C3;
    position: absolute;
    top: 15px;
    left: 0;
}
.company_intro_word_data{
    margin-top: 58px;
}
.company_intro_word_data ul{
    display: flex;
    flex-wrap: wrap;
}
.company_intro .ys_cont1400{
    position: relative;
}
.company_intro .ys_cont1400::before{
    content: "";
    width: 1px;
    height: calc(100% + 230px);
    background-color:rgba(165, 165, 165, 0.31);
    position: absolute;
    left: 0;
    top: -100px;
}
.company_intro .ys_cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.company_intro_img p{
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    position: absolute;
    top: 188px;
    right: 88px;
}
.company_intro_img_content{
    position: relative;
    width: 100%;
}
.company_value{
    height: 685px;
    position: relative;
    overflow: hidden;
}
.company_value::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}
.company_value_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .36s;
}
.company_value_bg.act{
    transform: scale(1.05);
}
.company_value li{
    /* width: 20%;
    border-right: 1px solid rgba(224, 224, 224, 0.1); */
    height: 100%;
    position: relative;
}
.company_value_icon{
    width: 61px;
    margin: auto;
}
.company_value ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.company_value .ys_pos_center{
    z-index: 5;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.company_value_title{
    font-weight: bold;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 44px;
}
.company_value_info p{
    font-size: 18px;
    color: #fff;
}
.company_value li:last-child{
    border-right: none;
}
.company_main h2{
    font-weight: bold;
    text-align: center;
}
.company_honor{
    padding-top: 125px;
    padding-bottom: 185px;
}
.company_honor_list ul{
    margin: 0 -14px;
    position: relative;
}
.company_honor_list ul::before{
    content: "";
    width: 320px;
    height: 110%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -320px;
    z-index: 5;
}
.company_honor_list ul::after{
    content: "";
    width: 320px;
    height: 110%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -320px;
    z-index: 5;
}
.company_honor_list li{
    width: 25%;
    padding: 0 14px;
}
.company_honor_list li:not(:first-child){
    display: none;
}
.company_honor_list .ys_imgbox_cover{
    width: 100%;
    margin: auto;
}
.company_honor_list_li{
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 12%);
    padding: 38px 45px;
    border-radius: 10px;
}
.company_honor_list .slick-list{
    overflow: inherit;
}
.company_honor_list{
    position: relative;
}
.company_honor_list .slick-dots li {
    width: 8px !important;
    height: 8px;
    margin: 0 7px;
    border-radius: 50%;
    background: #C7CEDF;
    padding: 0 !important;
    display: inline-block !important;
}
.company_honor_list .slick-dots li.slick-active {
    background: #0079C3;
}
.company_honor_list .slick-dots{
    margin: 0;
    bottom: -47px;
}
.company_develop{
    padding-top: 134px;
    padding-bottom: 60px;
    background-color: #F9FAFD;
    position: relative;
}
.company_develop_history p{
    font-size: 18px;
    line-height: 1.5;
    color: #999;
    transition: all .36s;
    font-family: 'montserratregular';
    margin-bottom: 5px;
}
.company_develop_history span{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(217, 217, 217, 1);
    display: inline-block;
    position: relative;
    transition: all .36s;
}
.company_develop_history span::after{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition: all .36s;
}
.company_develop_history li{
    width: 12.5%;
    text-align: center;
    cursor: pointer;
}
.company_develop_history li:not(:first-child){
    display: none;
}
.company_develop_history li.slick-current p{
    color: #0079C3;
}
.company_develop_history li.slick-current span{
    border: 1px solid #0079C3;
    transform: scale(1.8);
}
.company_develop_history li.slick-current span::after{
    background-color: #0079C3;
    transform: translate(-50%,-50%) scale(0.7);
}
.ys_cont1152{
    width: 1152px;
    margin: auto;
}
.company_develop_history{
    width: 100%;
    margin: auto;
    margin-top: 150px;
    position: relative;
}
.company_develop_history .slick-list{
    padding-bottom: 10px;
}
.company_develop_info{
    margin-top: 94px;
}
.company_develop_history .slick-track{
    margin: auto;
}
.cdiu_li:not(:first-child){
    display: none;
}
.cdiu_li_year{
    font-size: 64px;
    line-height: 1.3;
    color: #0079C3;
    font-family: 'montserratsemibold';
}
.cdiu_li_info{
    margin-top: 23px;
}
.cdiu_li_info ul{
    height: 240px;
    overflow: hidden;
}
.cdiu_li{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.cdiu_li_info p{
    font-size: 20px;
    line-height: 2;
    color: #666;
}
.cdiu_li_info li{
    position: relative;
    padding-left: 26px;
}
.cdiu_li_info li::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0079C3;
    position: absolute;
    left: 0;
    top: 18px;
}
.company_develop_img{
    width: 44.5%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
}
.company_develop_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company_develop_title,.company_develop_info,.company_develop_history{
    position: relative;
    z-index: 5;
}
.company_develop_info_ul{
    width: 56%;
}
.company_develop_years p{
    font-size: 250px;
    line-height: 1.3;
    color: rgba(11, 67, 102, 0.09);
    font-family: 'montserratsemibold';
}
.company_develop_years{
    position: absolute;
    right: 0;
    top: 195px;
    z-index: 10;
    width: 618px;
    text-align: right;
}
.company_develop_years li:not(:first-child){
    display: none;
}
/* F1公司简介-end */
/* E1职业发展-start */
.career_main h2{
    font-weight: bold;
    text-align: center;
}
.career_future_text p,
.career_dev_text p{
    text-align: center;
    line-height: 2;
}
.career_future_text,
.career_dev_text{
    width: 64%;
    margin: 28px auto 46px;
}
.career_future_ul ul{
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.career_future_ul li{
    width: 25%;
    padding: 0 14px;
}
.career_future_ul_li{
    width: 100%;
    transition: all .36s;
    background-color: #ffffff;
    box-shadow: 0px 1px 9px 0px rgba(15, 71, 122, 0.12);
    height: 100%;
    border-radius: 10px;
    /* overflow: hidden; */
}
.career_future_ul_li .ys_imgbox_cover{
    width: 31px;
    margin: auto;
}
.cful_content_title{
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 28px 0;
}
.cful_content_word p{
    line-height: 2;
    text-align: center;
}
.cful_content{
    transition: all .36s;    
    padding: 56px;
    border-radius: 10px;
}
.ys_cont742{
    width: 742px;
    margin: auto;
}
.career_activity_list_ul .slick-list{
    overflow: inherit;
}
.calu_li{
    padding: 0 26px;
}
.calu_li:not(:first-child){
    display: none;
}
.career_activity_list_ul{
    margin: 0 -26px;
}
.slick-dots li{
    width: 8px;
    height: 8px;
    background-color: #C7CEDF;
    margin: 0 7px;
}
.slick-dots li.slick-active {
    background: #0079C3;
}
.career_activity_list_ul .slick-dots {
    bottom: -38px;
}
.career_activity{
    padding-bottom: 76px;
    overflow: hidden;
}
.career_future_bg{
    width: 21%;
    /* width: 406px; */
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}
.career_future_bg img{
    width: 100%;
}
.career_future{
    position: relative;
}
.career_dev_img{
    width: 100%;
    position: relative;
    z-index: 5;
}
.career_dev_img img{
    width: 100%;
}
.career_dev_img img:nth-child(2){
    display: none;
}
.career_dev_text {
    margin-bottom: 80px;
}
.career_dev_tran{
    width: 77.8%;
    margin: auto;
    position: relative;
}
.career_dev_tran svg{
    width: 100%;
    height: auto;
}
.career_dev_list{
    position: relative;
    z-index: 5;
}
.career_dev_list ul{
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.career_dev_list li{
    width: 25%;
    padding: 0 14px;
}
.career_dev_list_cont{
    padding: 50px 50px 86px;
    box-shadow: 0px 1px 9px 0px rgba(15, 71, 122, 0.12);
    transition: all .36s;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
}
.cdlc_title{
    font-weight: bold;
    color: #333;
    margin: 25px 0;
}
.career_dev_list_cont .ys_imgbox_cover{
    width: 52px;
}
.cdlc_text p{
    line-height: 2;
}
.cdtp_list_point{
    width: 5px;
    height: 5px;
    background-color: #A2C7E3;
    position: absolute;
    top: -2.5px;
    left: -2.5px;
    border-radius: 50%;
}
.career_dev_tran_points{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.career_develop {
    background: linear-gradient(0deg, #D6EDFF 0%, #F0F4F8 0.01%, rgba(240, 244, 248, 0) 108.53%);
    padding-bottom: 120px;
}
/* E1职业发展-end */
/* B4产品详情页-start */
.prodetail_main .std_title4{
    color: #333;
}
.prodet_related_title h2{
    font-weight: bold;
    text-align: center;
}
.prodet_related{
    padding-bottom: 80px;
}
.prlu_li:not(:first-child){
    display: none;
}
.prlu_li_text_title{
    font-weight: bold;
}
.prlu_li{
    width: 50%;
    padding: 0 40px;
}
.prodet_related_list{
    margin-top: 105px;
}
.prodet_related_list_ul{
    margin: 0 -40px;
}
.prlu_li a{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.prlu_li .ys_imgbox_cover {
    width: 51%;
    border-radius: 10px;
    overflow: hidden;
}
.prlu_li .prlu_li_text {
    width: 49%;
    padding-left: 46px;
}
.prlu_li_text_word {
    margin: 26px 0;
    height: 196px;
    overflow: hidden;
}
.prodet_related_list_ul .slick-dots {
    bottom: -80px;
}
.prodet_info_sort_img{
    width: 266px;
    margin: auto;
    position: relative;
}
.prodet_info_sort_img img{
    width: 100%;
}
.prodet_info{
    padding-top: 85px;
    padding-bottom: 130px;
    position: relative;
}
.pisi_icon{
    position: absolute;
    width: 22px;
    right: 22px;
    bottom: 22px;
    cursor: pointer;
}
.prodet_info::after{
    content: "";
    width: 736px;
    height: 178px;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0) 0%, #F8F8F8 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.prodet_info_sort_title h1{
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 68px;
}
.pisb_li img{
    width: 36px;
    line-height: 52px;
}
.pisb_li p{
    font-size: 16px;
    color: #fff;
    line-height: 52px;
    margin-left: 10px;
}
.pisb_li .mod_more_box{
    display: flex;
    justify-content: center;
}
.pisb_li{
    margin-right: 30px;
    cursor: pointer;
}
.pisb_li:last-child{
    margin-right: 0;
}
.form_pop,.form_pop1{
    background: rgba(0,0,0,.4);
}
.ys_modal_close{
    width: 44px;
}
.ys_modal_close img{
    width: 100%;
}
.form_pop .ys_modal_close,
.form_pop1 .ys_modal_close{
    right: 20px;
    top: 17px;
}
.img_pop .ys_modal_close{
    right: 32px;
    top: 27px;
}
.form_pop .ys_modal_content,
.form_pop1 .ys_modal_content {
    width: 534px;
    border-radius: 5px;
    box-shadow: 0px 4px 30px -4px rgb(0 36 84 / 20%);
    padding: 50px 60px;
}
.form_pop_title{
    font-weight: bold;
    color: rgba(51, 51, 51, 0.85);
}
.fpiu_li{
    width: 100%;
    margin-bottom: 24px;
}
.fpiu_li1{
    width: 50%;
    padding: 0 8px;
}
.form_pop_info_ul{
    margin: 0 -8px;
}
.fpiu_li_cont{
    border: 1px solid rgba(222, 222, 222, 1);
    background-color: #FAFAFA;
    border-radius: 5px;
    padding: 0 16px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fpiu_li_cont_tip p{
    font-size: 14px;
    line-height: 48px;
    color: #6F748A;
}
.fpiu_li_cont_tip span{
    color: #FF0000;
}
.fpiu_li1 .fpiu_li_cont_tip {
    width: 64px;
}
.fpiu_li1 .fpiu_li_cont_inpbox{
    width: calc(100% - 64px); 
}
.fpiu_li_cont_inpbox{
    height: 48px;
    padding-left: 5px;
}
.fpiu_li_cont_inpbox input{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #6F748A;
}
.form_pop_info {
    margin-top: 30px;
}
.fpiu_li2 .fpiu_li_cont_tip {
    width: 120px;
}
.fpiu_li2 .fpiu_li_cont_inpbox {
    width: calc(100% - 120px);
}
.fpiu_li3 .fpiu_li_cont_tip {
    width: 105px;
}
.fpiu_li3 .fpiu_li_cont_inpbox {
    width: calc(100% - 105px);
}
.fpiu_li_cont_inpbox textarea{
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #6F748A;
}
.fpiu_li_cont_code {
    width: 90px;
    cursor: pointer;
}
.fpiu_li_cont_code img{
    width: 100%;
}
.fpiu_li5 .fpiu_li_cont_tip{
    width: 92px;
}
.fpiu_li5 .fpiu_li_cont_inpbox {
    width: calc(100% - 92px - 90px);
}
.form_pop_agree p{
    color: #6F748A;
}
.form_pop_agree a{
    color: #0079C3;
}
.fpiu_li5 {
    margin-bottom: 20px;
}
.form_pop_agree{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form_pop_agree span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(222, 222, 222, 1);
    display: inline-block;
    margin-right: 12px;
    position: relative;
}
.form_pop_agree span::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* background: #0079C3; */
    border: 1px solid rgba(222, 222, 222, 1);
    background: rgba(222, 222, 222, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .36s;
    transform: translate(-50%,-50%);
}
.form_pop_agree.act span::after{
    border: 1px solid #0079C3;
    background: #0079C3;
}
.form_pop_submit{
    width: 100%;
    background-color: #0079C3;
    transition: all .36s;
    margin-top: 48px;
    cursor: pointer;
}
.form_pop_submit p{
    text-align: center;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
}
.img_pop{
    background: rgba(0,0,0,.4);
}
.img_pop .ys_modal_content {
    width: 1600px;
    padding: 85px 20px;
}
.img_pop_pic{
    width: 87.75%;
    margin: auto;
}
.img_pop_pic img{
    width: 100%;
}
.prodet_info_bg{
    /* width: 420px; */
    width: 22%;
    position: absolute;
    top: 323px;
    left: -48px;
    z-index: -1;
}
.prodet_info_bg img{
    width: 100%;
}
.pitp_para{
    margin-top: 26px;
}
.pitp_para p{
    line-height: 1.5;
    margin-bottom: 14px;
}
.pitp_para p:last-child{
    margin-bottom: 0;
}
.pitp_title {
    font-weight: bold;
}
.prodet_info_text_pro:first-child{
    margin-top: 0;
    padding-top: 30px;
}
.prodet_info_sort {
    width: 470px;
}
.prodet_info_text {
    width: calc(100% - 470px);
    padding-left: 127px;
    position: relative;
}
.prodet_info_text::after{
    content: "";
    width: calc(100% + 260px);
    height: calc(100% + 215px);
    background-color: #F8F8F8;
    position: absolute;
    right: -260px;
    top: -85px;
    z-index: -1;
}
.ys_cont330{
    width: 330px;
}
/* B4产品详情页-end */
/* B3产品选型表页-start */
.ys_cont1580{
    width: 1580px;
    margin: auto;
}
.prosel_cont{
    padding-top: 57px;
}
.prosel_cont_num p{
    font-size: 14px;
    line-height: 1.75;
    color: #707070;
}

/* 表格样式 */
.mc_container {
    width: 100%;
    /* padding: 0 70px; */
}
/* .mc_retrieval_box {
    border-top: 1px solid #189;
} */
.mc_retrieval {
    margin-top: 50px;
}
.mc_rtv_l {
    width: 364px;
    padding-right: 100px;
}
.mc_rtv_l.hide {
    display: none;
}
.mc_rtv_r {
    width: calc(100% - 364px);
}
.mc_rtv_hd {
    padding: 14px 0;
}
.mc_rtv_hd p {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}
.mc_rtv_hd .mc_rtvhd_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
    /* padding: 0 10px; */
    color: #0079C3;
    transition: all .36s;
    cursor: pointer;
}
.mc_rtv_sor {
    display: none;
    width: 270px;
}
.mc_rtvbtn_dl {
    margin-left: 15px;
}
.mc_rtv_r.mc_rtvr_full {
    width: 100%;
}
.mc_rtv_r.mc_rtvr_full .mc_rtv_sor {
    display: block;
}
.mc_rtv_sor {
    margin-right: 20px;
}
.mc_rtv_bd_l {
    height: 600px;
    overflow-y: auto;
}
.mc_rtvl_li {
    border-bottom: 1px solid #EDF0F1;
    position: relative;
}
.mc_rtvl_xlhd {
    padding-left: 10px;
    padding-right: 22px;
    cursor: pointer;
    transition: all .36s;
}
.mc_rtvl_inputbox {
    width: calc(100% - 16px);
    padding-right: 10px;
    user-select: none;
    display: flex;
    align-items: center;
}
.mc_rtvl_xtb {
    width: 16px;
    line-height: 44px;
    transform: rotate(180deg);
    transition: all .36s;
}
.mc_rtvl_xtb img {
    width: 100%;
}
.mc_rtvl_checkbox {
    float: left;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #BBBBBB;
    background: #fff;
    margin-top: 2.5px !important;
    border-radius: 1px;
}
.mc_rtvl_checkbox:checked {
    background: #0079C3;
    border: 1px solid #0079C3;
}
.mc_rtvl_checkbox:checked::before {
    opacity: 1;
}
.mc_rtvl_checkbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80%;
    height: 80%;
    background: url(../images/b3_icon01.svg) center / cover no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.mc_rtvl_inputbox input:focus {
    outline: none;
}
.mc_rtvl_inputbox span {
    float: left;
    width: calc(100% - 16px);
    font-size: 16px;
    line-height: 44px;
    color: #1f1f1f;
    font-family: 'RobotoRegular' !important;
    margin-left: 16px;
}
.mc_rtvl_xlbd {
    display: none;
    padding-top: 5px;
    padding-bottom: 27px;
    background: #fff;
    width: 100%;
}
.mc_rtvl_xlbd p{
    font-size: 16px;
    line-height: 1.75;
    color: #1f1f1f;
    font-family: 'RobotoRegular' !important;
    cursor: pointer;
}
.mc_rtvl_xlbd .slider {
    width: 100%;
}
.mc_rtvl_xlhd.act .mc_rtvl_xtb {
    transform: rotate(0deg);
}
.mc_tab_sortbtn {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    color: #142637;
    cursor: pointer;
}
.mc_tab_th.desc .mc_tab_sortbtn::before {
    opacity: 1;
}
.mc_tab_th.asc .mc_tab_sortbtn::before {
    opacity: 1;
    transform: rotate(180deg);
}
.mc_table {
    transform-style: preserve-3d;
}
.mc_table th,
.mc_table td {
    padding: 20px;
}
.mc_table td a {
    font-size: inherit;
    line-height: inherit;
    color: #005aec;
}
.mc_table td p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_table td .l_tabp p{
    font-size: 18px;
    line-height: 1.5;
    color: #0079C3;
}
.mc_table_hd tr {
    background: #f9f9f9;
}
.mc_rtv_hd_r{
    border-bottom: none;
}
.mc_table_hd th {
    background: #F2F3F4;
}
.mc_tab_searchbox {
    position: relative;
    /* margin-top: 10px; */
    border: 1px solid silver;
    width: 200px;
    height: 36px;
    margin-left: 20px;
}
.mc_tabsearch_input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 5px;
    padding-right: 20px;
    color: #666;
}
.mc_tabsearch_btn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.mc_tabproxl_box {
    position: relative;
    padding: 25px 40px;
}
.mc_tabproxl_close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    width: 20px;
    cursor: pointer;
}
.mc_tabproxl_l {
    width: calc(100% - 360px);
    border-right: 1px dashed silver;
}
.mc_tabproxl_r {
    width: 360px;
}
.mc_tabproxl_imgbox {
    width: 171px;
}
.mc_tabproxl_message {
    width: calc(100% - 171px);
    padding-left: 5vw;
}
.mc_tabproxl_imgbox a {
    display: block;
}
.mc_tabproxl_message h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #007c8c;
    margin-bottom: 20px;
}
.mc_tabproxl_message p {
    font-size: 14px;
    line-height: 1.5;
    color: #007c8c;
    margin-bottom: 10px;
}
.mc_tabproxl_message a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/* .mc_tab_bd tr {
    border-bottom: 1px solid #e0e0e0;
} */
.mc_tab_proxl {
    display: none;
}
.demo-slider {
    width: 100%;
}
.g_advb {
    margin-right: 18px;
}
.g_advbox {
    width: 100%;
    margin: 0 -15px;
}
.g_advfl {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    line-height: 24px;
}
.g_advfr {
    width: 50px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.g_advfr input {
    width: 100%;
    height: 100%;
    padding: 0 3px;
}
.layui-slider {
    height: 2px;
    background: #e2e2e2;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}
.layui-slider-wrap-btn {
    width: 10px;
    height: 10px;
}
.layui-slider-bar {
    top: 1px;
}
.layui-slider-wrap-btn {
    background: #009688;
    border: 2px solid #009688;
}
.layui-slider-wrap-btn {
    background: #009688;
    border: 2px solid #009688;
}
.g_advbox {
    text-align: center;
    width: 172px;
}
.g_advboxin {
    display: inline-block;
}
.g_advb:nth-child(2) {
    margin-right: 0;
}
.g_adv {
    margin-bottom: 30px;
    width: 300px;
}
.g_searchbox {
    border-top: 3px solid #999;
}
.g_search {
    padding: 60px;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}
.g_advtopfl {
    width: 120px;
    line-height: 1.2;
    color: #333;
    font-size: 16px;
    padding-right: 20px;
}
.g_advtopfr {
    width: 250px;
    /* margin-top: 16px; */
}
.g_advbox {
    margin-top: 18px;
}
.g_inp input {
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
}
.g_input .g_advtopfr {
    margin-top: 0;
}
.g_xltop {
    width: 100%;
    border: 1px solid #eee;
    padding: 0 15px;
    cursor: pointer;
}
.g_xltopfl {
    width: calc(100% - 16px);
}
.g_xltopfr {
    width: 16px;
    line-height: 40px;
}
.g_xltopfr img {
    width: 100%;
    transition: all .36s;
}
.g_xltopfl p {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.g_xiala .g_advtopfr {
    margin-top: 0;
    position: relative;
}
.g_xlbot {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    padding: 18px 15px 10px;
    display: none;
}
.g_xllifl {
    width: 14px;
    position: relative;
}
.g_xllifl img {
    width: 100%;
    transition: all .36s;
}
.g_xlli1 {
    position: relative;
    top: 0;
    left: 0;
}
.g_xlli2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.g_xllifr {
    width: calc(100% - 16px);
    padding-left: 15px;
}
.g_xlbot li {
    margin-bottom: 10px;
    cursor: pointer;
}
.g_xllifr p {
    color: #666;
    font-size: 14px;
    line-height: 16px;
}
.g_xlbot li.active .g_xlli1 {
    opacity: 0;
}
.g_xlbot li.active .g_xlli2 {
    opacity: 1;
}
.g_xltop.on .g_xltopfr img {
    transform: rotate(180deg);
}
.g_search_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.g_slider {
    float: left;
    width: 33.333333%;
    padding-right: 80px;
}
.g_search_title {
    word-break: break-word;
    white-space: normal;
}
.g_xiala {
    width: 100%;
}
.mc_btn {
    display: inline-block;
    padding: 0 24px;
    cursor: pointer;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    background-color: #c00;
    border-color: #c00;
    color: #fff;
}
.mc_btn[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    text-decoration: none;
    cursor: not-allowed;
}
.mc_rtv_btn {
    margin-top: 8px;
}
.mc_rtvl_select {
    color: #666;
    font-size: 14px;
    border: 1px solid silver;
    padding: 5px;
}
/*.mc_rtvl_xlcheck{
    padding-top: 10px;
}*/
.mc_rtvl_xlcheck .mc_rtvl_inputbox {
    margin: 8px 0;
}
.mc_rtvl_xlscroll {
    max-height: 188px;
    overflow: auto;
}
.g_advtopfr .layui-slider {
    position: relative;
    z-index: 1;
    height: 10px;
    background: none !important;
}
.g_advtopfr .layui-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #e2e2e2;
}
.layui-slider-bar {
    z-index: 1;
    background: none !important;
}
.layui-slider-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: rgb(0, 150, 136);
}
.g_advtopfr .layui-slider-wrap {
    top: -12px;
}
.g_searchbox {
    position: relative;
}
.g_search_hidebtn {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    padding: 0 16px;
    line-height: 40px;
    font-size: 14px;
    color: #189;
    background: #fff;
    cursor: pointer;
    transition: all .36s;
    border-radius: 2px;
}
.mc_table th {
    white-space: nowrap;
    /* width: 110px; */
    cursor: pointer;
}
.l_tabp,.l_tabic,.l_tabimgs,.mc_tab_sortbtn{
    display: inline-block;
}
.l_tabimgs{
    width: 16px;
    transition: all .36s;
    opacity: 0;
    transform: rotate(180deg);
}
.l_tabimgs img{
    width: 100%;
}
.mc_tab_th.desc .l_tabimgs{
    opacity: 1;
}
.mc_tab_th.asc .l_tabimgs {
    opacity: 1;
    transform: rotate(0deg);
}
.mc_rtv_bd_r {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 675px;
}
.mc_mbx {
    margin-bottom: 40px;
}
.mc_mbx_nav {
    padding: 30px 60px;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}
.mc_mbx_li {
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.mc_mbx_li a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_mbx_li:not(:last-child)::after {
    content: ">";
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    margin: 0 10px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.g_slider {
    padding-right: 30px;
}
.mc_tab_td0 {
    white-space: nowrap;
    text-align: left !important;
    position: relative;
    z-index: 5;
    padding: 20px 82px 20px 10px;
    /* background-color: #fff; */
}

.mc_table th,
.mc_table td {
    text-align: left;
}
.mc_table th:last-child,
.mc_table td:last-child{
    border-right: none;
} 
.mc_table td{
    color: #1f1f1f;
}
.mc_tab_bd .mc_tab_td0 {
    padding: 0;
    position: relative;
}
.mc_tab_bd .mc_tab_td0::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .36s;
}
.mc_tab_bd .mc_tab_td0 a{
    width: 100%;
    display: block;
    padding: 12px 70px;
    padding-right: 8px;
}
.mc_tab_th {
    font-weight: inherit;
}
.l_tabic{
    width: 12px;
}
.l_tabic img{
    width: 100%;
}
.mc_tab_pro{
    border-bottom: 1px solid rgba(237, 237, 237, 1);
    transition: all .36s;
}
/* .mc_tab_bd tr:nth-child(even){
    background-color: #f3f4f8;
}
.mc_tab_bd tr:nth-child(even) td:first-child{
    background-color: #f3f4f8;
} */
.mc_rtvl_list{
    margin-top: 6px;
}
.mc_rtvl_xlbd .mc_rtvl_inputbox span{
    float: left;
    width: calc(100% - 15px);
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.5;
    color: #707070;
    margin-left: 0;
}
.mc_rtvl_xlbd .mc_rtvl_inputbox {
    width: calc(100% - 12px);
    padding-right:0;
}
.l_b3sect .mc_tab_th{
    padding: 20px 40px 20px 10px;
}
.mc_tab_th {
    padding: 15px 20px;
}
.mc_tab_pro td{
    padding-left: 10px;
    text-align: center;
}
.l_c2sect .mc_rtv_bd_r {
    height: 306px;
}
.l_d1bx2szp p{
    height: 31.5px;
    overflow: hidden;
}
.mc_table th:first-child{
    padding-left: 70px;
}
/* B3产品选型表页-end */
/* b1 */
.productsort_main .ys_main_ban_crumb{
    padding: 0 90px;
    margin-top: 20px;
}
.productsort_main .ys_main_ban_crumb a{
    color: #707070;
}
.productsort_main .ys_main_ban_crumb li::after{
    color: #707070;
}
/* .energy_main_cot{
    padding-left: 140px;
} */
.energy_main .ys_main_ban_crumb ,
.newsdet_main_cot .ys_main_ban_crumb {
    margin-top: 20px;
    margin-bottom: 50px;
}
.energy_main .ys_main_ban_crumb a,
.newsdet_main_cot .ys_main_ban_crumb a{
    color: rgba(153, 153, 153, 0.7);
}
.energy_main .ys_main_ban_crumb li::after,
.newsdet_main_cot .ys_main_ban_crumb li::after{
    color: rgba(153, 153, 153, 0.7);
}
.productall_main .productall_main_cot{
    background: #F8F8F8;
}
.productall_main_cot {
    position: relative;
    padding-bottom:80px;
}
.productall_cot_list {
    padding-top: 100px;
}
.productall_list_li {
    margin-bottom: 80px;
}
.productall_list_li:last-child{
    margin-bottom: 0;
}
.plli_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.plli_li {
    width: 33.333333%;
    padding: 0 14px;
    height: 100%;
    margin-bottom: 48px;
}
.plli_li a{
    width: 100%;
    display: block;
}
.productall_list_tit {
    font-weight: bold;
    margin-bottom: 46px;
}
.plli_total {
    border-radius: 5px;
}
.plli_total_img {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.plli_total_img img {
    width: 100%;
    border-radius: 5px;
    transition: all 0.36s;
}
.plli_total_img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.plli_total_img::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 91.964285%;
    height: 86.333333%;
    content: '';
    background: rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: all 0.36s;
}
.plli_text {
    font-weight: bold;
    color: #333333;
}
.plli_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    background: #0079C3;
    width: 91.964285%;
    height: 62px;
    font-size: 18px;
    line-height: 1.75;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.36s;
}
.productall_aside_li {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.36s;
}
.productall_cot_aside {
    position: absolute;
    top: 100px;
    left: 48px;
    width: 110px;
}
.productall_aside_li.on {
    color: #0079C3;
}
/* b2 */
.productsort_cot_crumbs {
    margin-left: 90px;
    padding-top: 20px;
}
.productsort_crumbs_ul {
    display: flex;
    flex-wrap: wrap;
}
.productsort_crumbs_li a{
    font-size: 14px;
    line-height: 1.5;
    color: #707070;
}
.productsort_crumbs_li span {
    color: #707070;
    margin-right: 5px;
}
.productsort_cot_total {
    position: relative;
}
.productsort_l_tit {
    font-weight: bold;
    margin-bottom: 25px;
}
.productsort_cot_l {
    position: absolute;
    top: 50px;
    left: 0;
    width: 29%;
}
.productsort_cot_r {
    width: 71%;
    padding-left: 150px;
}
.productsort_r_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.productsort_r_li {
    width: 33.333333%;
    padding: 0 25px;
    margin-bottom: 50px;
}
.productsort_r_li_total {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgba(15, 71, 122, 0.12);
    border-radius: 5px;
    padding-bottom: 24px;
    height: 100%;
}
.productsort_r_li_total::after {
    content: '';
    width: 90.322580%;
    height: 92.105263%;
    background:rgba(0, 0, 0, 0.12); 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.36s;
}
.prlt_img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.prlt_img img {
    width: 100%;
    transition: all 0.36s;
}
.prlt_img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.prlt_tit {
    font-weight: bold;
    color: #333333;
    padding-left: 32px;
}
.prlt_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90.322580%;
    height: 62px;
    position: absolute;
    bottom: 16px;
    left: 14px;
    background: #0079C3;
    font-size: 18px;
    line-height: 1.75;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.36s;
}
/* .productsort_cot_bg {
    position: absolute;
    top: 30%;
    z-index: -1;
} */
.productsort_cot_bg{
    position: absolute;
    left: -48px;
    top: 408px;
    width: 22%;
    /* width: 420px; */
    z-index: -1;
}
.productsort_cot_bg img{
    width: 100%;
}
.pc_fenye li.activepage {
    background: #FFF;
    border: 1px solid #0079C3;
    color: #0079C3;
}
.first li::before {
    content: url('../images/b2_icon01.svg');
}
.prev li::before {
    content: url('../images/b2_icon02.svg');
}
.next li::before {
    content: url('../images/b2_icon03.svg');
}
.end li::before {
    content: url('../images/b2_icon04.svg');
}
.productsort_main_cot .ys_pcfy {
    padding-top: 20px;
}
.productsort_main_cot {
    position: relative;
}
.ys_phfyfl a{
    color: #666666;
    line-height: 1.5;
}
.pc_fenye li {
    color: #999999;
    font-family: 'montserratregular';
}
/* c1 */
.applist_main{
    margin-bottom: 30px;
}
.applist_cot_list_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -40px;
}
.applist_cot_list_li {
    width: 50% ;
    padding: 0 40px;
    margin-bottom: 100px;
}
.acll_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acll_l {
    width: 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.acll_l img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.36s;
}
.acll_l img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.acll_r_tit {
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.acll_r_text {
    height: 86px;
    margin-bottom: 108px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.acll_r_text p{
    color: #333333;
}
.acll_r {
    width: 50%;
    padding-left: 46px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.acll_r_label {
    height: 82px;
    overflow: hidden;
}
.acll_r_label a {
    height: 32px;
    display: inline-block;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    border-radius: 25px;
    padding: 0 24px;
    margin-bottom: 9px;
    margin-right: 2px;
}
/* c2 */
.appdet_main_cot .slick-disabled {
    opacity: 0.5;
}
.appdet_main_cot {
    padding-bottom: 210px;
}
.appdet_cot_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 190px;
    padding-left: calc(50vw - 700px);
}
.appdet_cot_top_l {
    width: 43%;
    padding-right: 120px;
}

.actl_tit {
    font-weight: bold;
    margin-bottom: 35px;
}
.actl_text {
    margin-bottom: 120px;
}
.actl_text p {
    margin-bottom: 14px;
    line-height: 2;
}
.actl_list_ul {
    display: flex;
    flex-wrap: wrap;
}
.actl_list_li {
    position: relative;
    width: auto;
    padding-left: 16px;
    padding-right: 25px;
    margin-right: 12px;
    border-radius: 75px;
    border: 1px solid rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.actl_list_li_num{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #0079C3;
    position: relative;
}
.actl_list_li_num p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'montserratregular';
}
.actl_list_li_text p{
    font-size: 18px;
    line-height: 50px;
    color: #333;
    margin-left: 10px;
}
.actl_list_li_top {
    width: 70px;
    margin: 0 auto;
}
.actl_list_li_top img{
    width: 100%;
}
.actl_list_li_bot {
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    text-align: center;
    padding-top: 10px;
}
.appdet_cot_top .selector {
    width: 57%;
    padding: 30px 0;
    box-shadow: 0px 0px 7px 0px rgba(141, 141, 141, 0.34);

}
.actr_li:not(:first-child){
    display: none;
}
.appdet_cot_top_r .slick-prev {
    display: none !important;
}
.appdet_cot_top_r .slick-next {
    display: none !important;
}
.appdet_cot_bot .slick-prev {
    display: none !important;
}
.appdet_cot_bot .slick-next {
    display: none !important;
}
.appdet_main_cot .slick-dots {
    bottom: -67px;
}
.appdet_main_cot .slick-dots li.slick-active {
    background: #0079C3;
}
.appdet_main_cot .slick-dots li {
    width: 8px;
    height: 8px;
    background: #C7CEDF;
}
.appdet_cot_bot_tit {
    text-align: center;
    margin-bottom: 105px;
}

.applist_cot_list_ul .slick-dots {
    bottom: -60px;
}
.actr_img {
    position: relative;
}
.actr_img img {
    width: 100%;
}
.actr_img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
/* newen */
.energy_cot_crumbs {
    margin-bottom: 45px;
    margin-left: 420px;
    padding-top: 20px;
}
.energy_cot_crumbs_ul {
    display: flex;
    align-items: center;
}
.energy_cot_crumbs_li a ,.energy_cot_crumbs_li span{
    font-size: 14px;
    line-height: 1.5;
    color: rgba(153, 153, 153, 0.7);
    margin-right: 3px;
}
.ectl_tit {
    position: relative;
    font-weight: bold;
    border-bottom:1px solid #EAEAEA ;
    padding-bottom: 38px;
    margin-bottom: 40px;
    color: #333;
}
.ectl_tit::after {
    position: absolute;
    right: 0;
    bottom: -5px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EAEAEA;
}
.energy_main_cot .ys_main_ban_crumb{
    padding: 0 122px;
}
.energy_cot_total {
    margin-bottom: 150px;
}
.energy_cot_total_l {
    width: calc(100% - 300px);
    padding-right: 155px;
    padding-left: 122px;
}
.energy_cot_total_r {
    width: 300px;
}
.ectr_tit {
    font-weight: bold;
    margin-bottom: 40px;
}
.ectr_list_top {
    width: 70px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.ectr_list_top img{
    width: 100%;
}
.ectr_list_bot {
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    text-align: center;
    padding-top: 11px;
}
/* .ectr_list_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.ectr_list_li {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 11px;
} */
.ectr_list_li p{
    font-size: 18px;
    line-height: 50px;
    color: #333;
    text-align: center;
}
.ectr_list_li{
    width: auto;
    padding: 0 24px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 75px;
    margin-bottom: 20px;
    margin-right: 13px;
}
.energy_main_cot {
    position: relative;
}
.energy_cot_about {
    width: 1030px;
    margin: 0 auto;
  
}
.energy_cot_about_slick{
    position: relative;
}
.energy_cot_about_tit {
    font-weight: bold;
    text-align: center;
    margin-bottom: 42px;
    color: #333;
}
.energy_cot_about_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.energy_cot_about_li {
    width: 33.333333%;
    padding: 5px 30px;
}
.energy_cot_about_li:not(:first-child){
    display: none;
}
.ecal_total {
    box-shadow: 0px 1px 9px rgba(15, 71, 122, 0.12);
    border-radius: 5px;
}
.ecal_total_top {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.ecal_total_top img {
    width: 100%;
}
.ecal_total_top img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.ecal_total_bot {
    padding: 20px 0 24px 30px;
    color: #333333;
    font-weight: bold;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.energy_main_cot .slick-dots {
    bottom: -45px;
}
.energy_main_cot .slick-dots li {
    width: 8px;
    height: 8px;
    background: #C7CEDF;
}
/* .slick-prev {
    width: 25px;
    height: 25px;
    left: -50px;
    background: url('../images/c3_icon01.svg') center no-repeat no-repeat;
}
.slick-next {
    width: 25px;
    height: 25px;
    right: -50px;
    background: url('../images/c3_icon02_1.svg') center no-repeat no-repeat;
} */
.energy_main_cot .slick-dots li.slick-active {
    background: #0079C3;
}
.energy_main_cot .slick-disabled {
    opacity: 0.5;
    cursor: auto;
}
.appdet_cot_bot .applist_cot_list_li:not(:first-child){
    display: none;
}
.appdet_cot_bot .applist_cot_list_li{
    margin-bottom: 0;
}
/* d1 */
.problem_main_cot {
    padding: 130px 0;
}
.problem_cot_list_li {
    margin-bottom: 28px;
}
.pcll_total {
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
    padding: 30px 50px 30px 39px;
    cursor: pointer;
    align-items: center;
}
.pcll_total_l {
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pcll_total_l_tit {
    width: calc(100% - 40px);
    color: #333333;
    font-weight: bold;
    padding-left: 25px;
}
.pcll_sec {
    display: none;
    padding: 20px 100px 10px 100px;
}
.faqpdr_icon {
    width: 20px;
}
.faqpdr_icon img {
    transition: all 0.36s;
    width: 100%;
}
.pcll_total_l_img {
    width: 36px;
}
.pcll_total_l_img img{
    width: 100%;
}
.problem_cot_list_li.on .faqpdr_icon img{
    /* content: url('../images/d1_icon02.svg'); */
    transform: rotate(-180deg);
}
.problem_main_cot .ys_pcfy {
    padding-top: 42px;
}
/* d2 */
.dataload_cot_bar_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.dataload_cot_bar_li {
    width: 16.666666%;
    padding: 0 14px;
    margin-bottom: 20px;
}
.dcbl_text {
    background: #FFFFFF;
    box-shadow: 0px 1px 9px rgba(15, 71, 122, 0.12);
    text-align: center;
    transition: all 0.36s;
}
.dcbl_text.yxnav_active2 {
    background: #0079C3;
    box-shadow: 0px 1px 9px rgba(15, 71, 122, 0.12);
}
.dcbl_text.yxnav_active2 a {
    color: #FFFFFF;
}
.dcbl_text a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 1.75; 
    color: #333333;
    padding: 12px 0;
}
.dataload_cot_list {
    padding-top: 60px;
}
.dataload_cot_list_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.dataload_cot_list_li {
    width: 50%;
    padding: 0 50px;
}
.dcll_total {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
    padding: 38px 35px 28px;
    height: 100%;
}
.dcll_total_img {
    width: 54px;
}
.dcll_total_img img{
    width: 100%;
}
.dcll_total_icon {
    width: 28px;
    padding-top: 10px;
}
.dcll_total_icon img{
    width: 100%;
}
.dcll_total_text {
    width: calc(100% - 120px);
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    padding-left: 20px;
    padding-top: 10px;
    transition: all .36s;
}
.dataload_main_cot .ys_pcfy {
    padding-top: 90px;
}
/* e2 */
.recruit_cot_tit {
    font-weight: bold;
    margin-bottom: 50px;
}
.recruit_cot_sear {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.recruit_cot_sear_society {
    width: 280px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    margin-right: 28px;
}
.rcsc_top {
    height: 44px;
    padding-left: 20px;
}
.rcsc_top input {
    font-size: 16px;
}
.rcsc_top input::placeholder {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
}
.rcsc_top .ys_select_xtbbox {
    right: 24px;
    width: 12px;
}
.rcsc_top .ys_select_xtbbox img{
    width: 100%;
}
.rcsc_bot {
    padding: 10px 0 10px 20px;
    box-shadow: 0px 1px 9px rgba(15, 71, 122, 0.13);
}
.rcsc_bot .ys_select_li {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
}
.recruit_cot_sear_btn {
    width: 132px;
    cursor: pointer;
}
.recruit_cot_sear_btn p {
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}
.recruit_cot_clear {
    margin-bottom: 40px;
}
.recruit_cot_clear a {
    font-size: 16px;
    line-height: 1.75;
    color: #0079C3;
}
.recruit_cot_list_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.recruit_cot_list_li {
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 28px;
}
.rcll_total {
    position: relative;
    padding: 42px 42px 48px 44px;
    box-shadow: 0px 1px 9px rgba(15, 71, 122, 0.13);
    border-radius: 5px;
    transition: all 0.36s;
}
.rcll_total_hot {
    width: 44px;
    position: absolute;
    top: 42px;
    right: 42px;
}
.rcll_total_hot img{
    width: 100%;
}
.recruit_cot_list_li.on .rcll_total_hot {
    display: none;
}
.rcll_total_tit {
    color: #333333;
    font-weight: bold;
    margin-bottom: 36px;
}
.rcll_total_city {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EAEFF5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.rcll_total_city p,.rcll_total_dep p {
    width: calc(100% - 18px);
    padding-left: 10px;
}
.rcll_total_city_icon ,.rcll_total_dep_icon{
    width: 18px;
}
.rcll_total_dep {
    display: flex;
    align-items: center;
}
.ys_modal_content ul li {
    list-style:disc;
}
.ys_modal_content ul {
    padding-inline-start: 20px;
}
.ys_modal_content h6 {
    color: #333333;
}
.recruit_cot_pop .ys_modal_content {
    width: 1200px;
    padding: 60px 70px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
    overflow: hidden;
    background: #fff;
}
.recruit_cot_pop_text {
    margin-bottom: 65px;
}
.recruit_cot_pop_text li::marker {
    color: #A0A7AF;
}
.recruit_main_cot .ys_select_bd {
    height: 132px;
}
.recruit_cot_pop .ys_modal_close {
    right: 50px;
    top: 50px;
    width: auto;
}
.recruit_cot_list{
    margin-bottom: 50px;
}
/* f2 */
.news_cot_bg{
    width: 22%;
    /* width: 420px; */
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}
.news_cot_bg img{
    width: 100%;
}
.news_cot_bar {
    margin-bottom: 0 !important;
}
.news_cot_bar_ul {
    display: flex;
    justify-content: flex-start;
}
.news_cot_bar_li {
    position: relative;
    margin-right: 110px;
    padding-bottom: 15px;
    transition: all 0.36s;
    overflow: hidden;
}

.news_cot_bar_li a {
    display: inline-block;
    font-weight: bold;
    color: #C3C3C3;
    height: 100%;
}
.news_cot_bar_li.on a {
    color: #0079C3;
}
.news_cot_bar_li.on .ncbl_line{
    transform: translateX(0);
}
.ncbl_line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0079C3;
    transform: translateX(-200px);
    transition: all 0.36s;
}
.ncll_total {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px solid #D7D7D7;
    padding: 50px 0;
}
.ncll_total_l {
    position: relative;
    width: 24.166666%;
    overflow: hidden;
}
.ncll_total_l img {
    width: 100%;
    transition: all 0.36s;
}
.ncll_total_l img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.ncll_total_r {
    width: 70.833333%;
}
.ncll_total_r_date p{
    color: #999999;
    margin-bottom: 10px;
    font-family: 'montserratregular';
}
.ncll_total_r_tit {
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.36s;
}
.ncll_total_r_text  {
    height: 56px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ncll_total_r_text p {
    color: #666666;
}
.news_main_cot .ys_pcfy {
    padding-top: 70px;
}
.ys_phfy  {
    padding-top: 40px;
}
.news_main_cot {
    position: relative;
}
/* f3 */
.newsdet_cot_crumbs {
    margin-left: 0;
}
.newsdet_cot_entry {
    display: flex;
    justify-content: space-between;
}
.newsdet_cot_entry_l {
    position: relative;
    width: 65.75%;
}
.ncel_tit {
    font-weight: bold;
    margin-bottom: 35px;
}
.ncel_text {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #EAEAEA;
}
.ncel_text p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 14px;
}
.ncel_text::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EAEAEA;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.ncel_date {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;
}
.ncel_date_spot {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #EAEAEA;
}
.ncel_date_icon {
    width: 16px;
}
.ncel_date p {
    width: calc(100% - 16px);
    padding-left: 15px;
    font-family: 'montserratregular';
}
.newsdet_cot_entry_r {
    width: 23.5%;
}
.ncer_tit {
    font-weight: bold;
    margin-bottom: 30px;
}
.ncer_list_li:first-child a{
    padding-top: 0;
}
.ncer_list_li a{
    border-bottom:1px solid #EAEAEA ;
    padding: 32px 0;
    display: block;
}
.ncer_list_li_date {
    font-family: 'Montserrat'!important;
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
}
.ncer_list_li_text p{
    color: #333333;
    transition: all .36s;
}
.ncel_bot {
    width: 100%;
    padding-top: 40px;
}
.ncel_bot_li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.ncel_bot_li a {
    width: calc(100% - 64px);
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    padding-left: 14px;
}

/* f5 */
.contact_cot_top {
    position: relative;
    display: flex;
    align-items: center;
}
.contact_cot_top_l {
    width: 54%;
    padding-right: 50px;
}
.cctp_icon{
    width: 18px;
    position: absolute;
    top: 45%;
    left: 45%;
}
.cctp_icon img{
    width: 100%;
}
.cctp_text p{
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
}
.cctp_text{
    padding: 5px 15px;
    background: #0079C3;
    width: 184px;
    position: absolute;
    top: 31%;
    left: 47%;
}
.cctp_text::after{
    content: "";
    width: 18px;
    height: 8px;
    background: url(../images/f5_icon3.svg) center / cover no-repeat;
    position: absolute;
    left: 6px;
    bottom: -8px;
}
.cctl_tit {
    font-weight: bold;
    margin-bottom: 55px;
}
.cctl_info_tel {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.cctl_info_icon {
    width: 26px;
    padding-top: 5px;
}
.cctl_info_icon img{
    width: 100%;
}
.cctl_info_tel_tit {
    font-size: 20px;
    line-height: 1.75;
    color: #0079C3;
    width: 100px;
    padding-left: 10px;
}
.cctl_info_tel_text {
    width: calc(100% - 110px);
    font-size: 20px;
    line-height: 1.75;
    color: #666666;
    padding-left: 15px;
}
/* .cctl_info_tel_text a {
    color: #0079C3;
} */
.cctl_info_tel_num a {
    color: #666666;
}
.contact_cot_top_r {
    width: 46%;
    position: relative;
    right: 0;
}
.contact_cot_top_r img{
    width: 100%;
}
/* .contact_cot_top_r::after {
    content: '';
    width: 182px;
    height: 178px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 92.31%);
    position: absolute;
    left: 0;
    bottom: 0;
} */
.ccbt_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.ccbt_li {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 30px;
}
.ccbt_total_top {
    width:100%;
    position: relative;
    margin-bottom: 20px;
}
.ccbt_total_top img{
    width: 100%;
}
.ccbt_total_top img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.contact_cot_bot {
    background: linear-gradient(180deg, #F9FAFD 0%, rgba(255, 255, 255, 0) 100%); ;
}
.contact_cot_bot_total {
    padding-top: 100px;
    padding-bottom: 0 !important; 
}
.ccbt_tit {
    font-weight: bold;
    margin-bottom: 50px;
}
.ctbl_icon {
    width: 20px;
    padding-top: 5px;
}
.ctbl_icon img{
    width: 100%;
}
.ctbl_tit {
    width: 90px;
    font-size: 18px;
    line-height: 1.75;
    color: #0079C3;
    padding-left: 10px;
}
.ctbl_text {
    width: calc(100% - 110px);
    font-size: 18px;
    line-height: 1.75;
    padding-left: 15px;
    color: #666666;
}
.ctbl_text a {
    color: #0079C3;
}
.ctbl_num a{
    color: #666666;
}
.ccbt_total_bot_li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    /* 按钮鼠标经过效果 */
    .mod_more:hover{
        background-color: #0367A5;
    }
    .mod_link_btn a:hover {
        animation: flashGlow .7s linear .16s;
    }
    .mod_link_btn a:hover span:not(.mod_link_btn_text).mod_link_btn_topleft:before {
        width: 100%;
    }
    .mod_link_btn a:hover span:not(.mod_link_btn_text).mod_link_btn_bottomleft:after, 
    .mod_link_btn a:hover span:not(.mod_link_btn_text).mod_link_btn_topright:after {
        height: 100%;
    }
    .mod_link_btn a:hover span:not(.mod_link_btn_text).mod_link_btn_bottomright:before {
        width: 100%;
    }
    .mftn_ul_li_list a:hover::after{
        width: 100%;
    }
    .mftn_ul_li_list a:hover{
        color: #333;
    }
    .mnul_industry_content_link li a:hover p{
        color: #0079C3;
    }
    .mnul_support_content a:hover{
        color: #0079C3;
    }
    .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #0079C3;
    }
    .hncl_ul_li a:hover .hncl_ul_li_bg{
        opacity: 1;
        transform: translateX(-50%) scale(1.05);
    }
    .hncl_ul_li a:hover .hncl_ul_li_hoverbefore{
        opacity: 0;
    }
    .hncl_ul_li a:hover .hncl_ul_li_hoverafter{
        opacity: 1;
    }
    .hncl_ul_li a:hover .hncl_ul_li_more p{
        color: #fff;
    }
    .hncl_ul_li a:hover .hulm_icon img:nth-child(1){
        opacity: 0;
    }
    .hncl_ul_li a:hover .hulm_icon img:nth-child(2){
        opacity: 1;
    }
    .hpcl_swiper_slide a:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .home_industry_content_list a:hover::after{
        opacity: 1;
    }
    .home_industry_content_list a:hover .hicl_word{
        opacity: 1;
    }
    .home_industry_content_list a:hover .ys_imgbox_cover{
        transform: scale(1.05);
    }
    .qcul_content:hover .ys_imgbox_cover::after{
        opacity: 1;
    }
    .qcul_content:hover .qcul_content_icon{
        opacity: 1;
    }
    .qcul_carousel_arrow_btn:hover img:nth-child(1){
        opacity: 0;
    }
    .qcul_carousel_arrow_btn:hover img:nth-child(2){
        opacity: 1;
    }
    .ys_main_ban_crumb a:hover{
        color: #0079C3;
    }
    .career_future_ul_li:hover .cful_content{
        box-shadow: 0px 14px 18px 0px rgba(15, 71, 122, 0.04);
    }
    .prlu_li a:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .form_pop_submit:hover{
        background: #0367A5;
    }
    .career_dev_list_cont:hover{
        border: 1px solid rgba(0, 121, 195, 1);
    }
    .plli_total:hover .plli_total_img::after {
        opacity: 1;
    }
    .plli_total:hover .plli_btn {
        opacity: 1;
    }
    .productsort_r_li_total:hover .prlt_btn {
        opacity: 1;
    }
    .productsort_r_li_total:hover::after {
        opacity: 1;
    }
    .acll_r_label a:hover {
        border: 1px solid #333333;
    }
    .news_cot_bar_li:hover .ncbl_line{
        transform: translateX(0px);
    }
    .news_cot_bar_li:hover a {
        color: #0079C3;
    }
    .ncll_total:hover .ncll_total_r_tit {
        color: #0079C3;
    }
    .ncel_bot_li a:hover  {
        color: #0079C3;
    }
    .dcbl_text:hover {
        background: #0079C3;
    }
    .dcbl_text:hover a {
        color: #FFFFFF;
    }
    .rcll_total:hover {
        box-shadow: 0px 1px 19px rgba(15, 71, 122, 0.19);
    }
    .pc_fenye .comp-tabli li:hover{
        background: #FFF;
        border: 1px solid #0079C3;
        color: #0079C3;
    }
    .first:hover li::before {
        content: url('../images/b2_icon05.svg');
    }
    .prev:hover li::before {
        content: url('../images/b2_icon06.svg');
    }
    .next:hover li::before {
        content: url('../images/b2_icon07.svg');
    }
    .end:hover li::before {
        content: url('../images/b2_icon08.svg');
    }
    .plli_li a:hover .plli_total_img img{
        transform: scale(1.05);
    }
    .productsort_r_li a:hover .prlt_img img{
        transform: scale(1.05);
    }
    .acll_l a:hover img{
        transform: scale(1.05);
    }
    .applist_cot_list_li a:hover img{
        transform: scale(1.05);
    }
    .dataload_cot_list_li a:hover .dcll_total_text{
        color: #0079C3;
    }
    .news_cot_list_li a:hover .ncll_total_l img{
        transform: scale(1.05);
    }
    .ncer_list_li a:hover .ncer_list_li_text p{
        color: #0079C3;
    }
    /* 表格样式 */
    .mc_rtvl_li:hover .mc_rtvl_xlhd{
        background: #F2F3F4;
    }
    .mc_tab_pro:hover{
        background-color: #F2F3F4;
    }
    .mc_tab_pro:hover .mc_tab_td0::after{
        background-color: #F2F3F4;
    }
    .home_industry_content_list a:hover .hicl_word_paragraph {
        height: 114px;
    }
}

/* 2022.9.27 */
.mnul_industry li.yxnav_active2 p,
.mnul_support li.yxnav_active2 a{
    color: #0079C3;
}
.mod_cookie{
    bottom: 38px;
    right: 136px;
}
/* .mc_rtvl_checkbox.act::before{
    opacity: 1;
}
.mc_rtvl_checkbox.act{
    background: #0079C3;
    border: 1px solid #0079C3;
} */
.mftc_code_img{
    width: 66px;
}
.mftc_code_img img{
    width: 100%;
}
.mftc_code_text p{
    font-size: 12px;
    line-height: 1.75;
    color: #666;
    margin-left: 10px;
}
.mftc_code{
    display: flex;
    align-items: flex-end;
    margin-top: 8px;
}
.mncl_nul_pr_ul{
    height: 100%;
}
.mnpu_li.on,.mnpu_li_content,.mnpu_li_content_ul{
    height: 100%;
}
/* 2022.9.28 */
.mnul_product_left {
    width: 25%;
}
.mnul_product_mid {
    width: 40%;
}
.mnul_product {
    background-color: #EDF1F5;
}
.mnul_content ul{
    display: flex;
    flex-wrap: wrap;
}
/* 2022.10.11 */
.mnul_support{
    padding: 20px;
}
.hncl_ul_li_hoverafter{
    left: 0;
    padding: 0 40px;
}
.hncl_ul_li_hoverbefore .hulh_title{
    height: 72px;
    overflow: hidden;
}
.mc_rtvl_inputbox span {
    line-height: 1.5;
    padding: 10px 0;
}
.mc_rtvl_inputbox {
    align-items: flex-start;
}
.mc_rtvl_checkbox {
    top: 12px;
}
.mnul_product_mid {
    width: 47%;
}
.mnul_content li a {
    padding-left: 50px;
}
#sousuo{
    cursor: pointer !important;
}
.qcul_content_word{
    font-size: 18px !important;
}
.mod_nav_content_list {
    float: right;
    padding-left: 0 !important;
}
.qcul_content{
    position: relative;
}
.prosel_cont_area{
    width: 100%;
    padding: 0 60px;
}
.search_input_box{
    top: 4px;
}
.fpiu_li4 .fpiu_li_cont_tip{
    width: 64px;
}
.fpiu_li4 .fpiu_li_cont_inpbox{
    width: calc(100% - 64px);
}
.qcul_content_icon a{
    display: block;
}
.hicl_word{
    opacity: 1;
}
.hicl_word_paragraph {
    height: 0;
    overflow: hidden;
    transition: all .36s;
}
.home_product_bg,.home_industry_bg{
    width: auto;
    height: 100%;
}
.home_product_bg img,.home_industry_bg img{
    width: auto;
    height: 100%;
}
.hicw_cont_add{
    position: relative;
    top: 23%;
}
.hicw_content{
    padding: 0 !important;
}
.home_industry_content_list .ys_imgbox_cover{
    transition: all .2s;
}
.home_industry_content_list a{
    overflow: hidden;
}
.recruit_cot_pop .ys_modal_close {
    right: 30px;
    top: 30px;
}

/* 2022.10.25修改 */
/* E1职业发展 */
.career_future_text{
    width: 33.4%;
    text-align: center;
}
.career_dev_text{
    width: 49.5%;
}
.career_act_text {
    width: 70%;
    text-align: center;
    margin: 30px auto 0;
}
.calu_li_cont_parga p{
    line-height: 2;
}
.calu_li_cont_tit{
    font-weight: bold;
    color: #333;
    margin: 26px 0;
}
.calu_li1{
    width: 25%;
    padding: 0 60px;
    margin-bottom: 20px;
}
.career_act_list_ul{
    margin: 0 -60px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.calu_li_cont{
    width: 100%;
    height: 100%;
}
.career_act_list{
    margin-top: 88px;
    margin-bottom: 68px;
}
.career_develop{
    background: transparent;
}
.career_dev_cont{
    margin-top: 55px;
}
.cdcu_li_img{
    width: 53%;
    max-width: 746px;
}
.cdcu_li_text{
    width: 47%;
    padding-left: 95px;
    padding-right: 90px;
    padding-top: 97px;
}
.cdcu_li_text_tit{
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.cdcu_li_text_parga p{
    font-size: 20px;
    line-height: 2;
}
.cdcu_li_text_tit span{
    font-size: 96px;
    line-height: 1.3;
    color: #E9EFF2;
    font-family: 'montserratsemibold';
    position: absolute;
    top: -108%;
    left: -10%;
    z-index: -1;
}
.cdcu_li{
    position: relative;
    z-index: 1;
    margin-bottom: 168px;
}
.cdcu_li:last-child{
    margin-bottom: 0;
}
.cdcu_li::before{
    content: "";
    width: 50%;
    height: 88%;
    background-color: #F8F8F8;
    position: absolute;
    top: -32px;
    right: 0;
    z-index: -1;
}
.cdcu_li.on .cdcu_li_img{
    float: right;
}
.cdcu_li.on .cdcu_li_text{
    float: left;
    padding-left: 140px;
    padding-right: 45px;
}
.cdcu_li.on::before{
    right: inherit;
    left:0;
}
.calu_li_cont .ys_imgbox_cover{
    width: 55px;
}
.cdcu_li.animated::before{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .3s;
}
/* E2职业列表 */
.recruit_main_cot{
    background-color: #F8F8F8;
    padding-top: 100px;
    padding-bottom: 120px;
}
.recruit_main .ys_main_cont{
    background-color: #F8F8F8;
}
.rclu_li{
    margin-bottom: 22px;
}
.rclu_li:last-child{
    margin-bottom: 0;
}
.rlbc_parga p{
    line-height: 1.25;
    margin-bottom: 16px;
}
.rlbc_parga{
    margin-top: 28px;
}
.rlbc_tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.recruit_cot_list_ul{
    margin: 0 !important;
    display: inherit;
}
.rclu_li_bot{
    padding: 34px 68px 43px;
    display: none;
}
.rclu_li_bot_cont{
    width: 73%;
    margin-bottom: 45px;
}
.rclu_li_bot_btn .mod_more {
    width: 133px;
}
.rclu_li_bot_btn .mod_more p {
    line-height: 44px;
}
.rclu_li_top{
    /* border-left: 8px solid #0079C3; */
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
    background: rgba(255, 255, 255, 1);
    padding: 32px 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.rclu_li_top::before{
    content: "";
    width: 8px;
    height: 100%;
    background-color: #0079C3;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .36s;
    opacity: 0;
}
.rclu_li.act .rclu_li_top::before{
    opacity: 1;
}
.rclu_li_top_name{
    font-weight: bold;
    color: #333;
    width: calc(43% - 72px);
    padding-left: 68px;
}
.rclu_li_top_info img{
    width: 26px;
    margin-right: 13px;
}
.rclu_li_top_info p{
    font-size: 20px;
    color: #333;
    line-height: 1.3;
}
.rlti_type,.rlti_add,.rclu_li_top_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rlti_type{
    margin-right: 90px;
}
.rclu_li_top_more{
    width: 72px;
    background-color: #0079C3;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}
.rltm_icon{
    width: 28px;
    height: 28px;
    overflow: hidden;
}
.rltm_icon img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
    max-width: inherit;
}
.rltm_icon img:nth-child(2){
    opacity: 0;
}
.rclu_li_top_info {
    width: 57%;
    padding: 0 140px;
}
.rclu_li.act .rltm_icon img:nth-child(2){
    opacity: 1;
}
.rclu_li.act .rltm_icon img:nth-child(1){
    opacity: 0;
}
.company_intro_img {
    padding-left: 147px;
    padding-right: 0 !important;
}
.ciic_btn{
    width: 60px;
    cursor: pointer;
    z-index: 5;
}
.company_intro_img_content::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.company_value_tit h2{
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.company_value .ys_cont1400{
    position: relative;
    z-index: 5;
    padding-top: 100px;
    padding-bottom: 122px;
}
.company_value{
    height: auto !important;
}
.company_val_logo{
    margin: 44px auto;
    width: 256px;
}
.company_val_logo img{
    width: 100%;
}
.cvlu_li{
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 28px;
    border: none !important;
}
.comp_val_list_ul{
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cvlu_li_cont{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 44px 90px 50px 48px;
    transition: all .36s;
}
.clct_icon{
    width: 60px;
    margin-right: 30px
}
.clct_tit{
    font-weight: bold;
}
.cvlu_li_cont_tit{
    display: flex;
    align-items: center;
}
.cvlu_li_cont_text p{
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    margin-bottom: 12px;
}
.company_cert{
    padding-top: 0 !important;
}
.company_honor_list_li p{
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    margin-top: 14px;
    height: 41.6px;
    overflow: hidden;
}
.company_glory .company_honor_list_li{
    padding: 33px 45px 15px;
}
/* 扒站效果-start */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block
}
:root {
	--color-red: #d93b3b;
	--color-black: #000;
	--color-white: #fff;
	--color-grey-medium: #797979;
	--color-grey-light: #e5e5e5;
	--color-grey-lucid: #f8f8f8
}
*,:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.archive-career,.archive-category,.archive-reference,.benefit-board,.container,.container-huge,.container-large,.container-small,.contentbox,.error-page,.footer-contact__body,.footer-contact__headline,.footer__body,.hero-medium__body,.hero-video__body,.logo-board,.scroller-line__inner,.search-page,.service-board,.single-view,.teaser-3cols,.teaser-certs,.teaser-intro,.teaser-map,.teaser-news,.teaser-references,.teaser-simple,.timeline {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 25px
}
.archive-career,.archive-category,.archive-reference,.benefit-board,.container-large,.contentbox,.error-page,.footer-contact__body,.footer-contact__headline,.footer__body,.hero-medium__body,.hero-video__body,.logo-board,.scroller-line__inner,.search-page,.service-board,.single-view,.teaser-3cols,.teaser-intro,.teaser-map,.teaser-news,.teaser-references,.teaser-simple,.timeline {
	max-width: 1280px
}
.contentbox-left .textbox ul,.list-default,.single-view__content-head .textbox ul,main section ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 25px
}

.contentbox-left .textbox ul li:not(:last-child),.list-default li:not(:last-child),.single-view__content-head .textbox ul li:not(:last-child),main section ul li:not(:last-child) {
	margin-bottom: .4rem
}

.benefit-board ul,.list-benefits {
	padding: 0;
	margin: 0
}

.benefit-board ul li,.list-benefits li {
	position: relative;
	list-style: none;
	padding-left: 25px
}

.benefit-board ul li:before,.list-benefits li:before {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 10px;
	left: 0;
	content: "";
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

a {
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

a,a:active,a:focus,a:hover,a:visited {
	outline: 0;
	text-decoration: none
}

strong {
	font-family: OpenSans-Bold,sans-serif
}


.xtnd--bgcopy {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	text-align: center;
	font-size: 30vw;
	font-family: OpenSans-Bold,sans-serif;
	line-height: .8;
	text-transform: uppercase;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1
}


.background-image {
	/* z-index: -1; */
	pointer-events: none
}

.background-image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    opacity: 0.15;
}
.background-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.continue-links__next span,.continue-links__prev span,.pretextline,.timeline__nav ul li span {
	position: relative;
	font-size: 24px;
	padding-left: 40px;
	display: block;
	font-family: 'montserratbold';
    text-transform: uppercase;
    color: #0079C3;
}

@media (min-width:60em) {
	.continue-links__next span,.continue-links__prev span,.pretextline,.timeline__nav ul li span {
		font-size: 24px;
		padding-left: 66px;
        line-height: 1.5;
	}
}

.continue-links__next span:before,.continue-links__prev span:before,.pretextline:before,.timeline__nav ul li span:before {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	content: "";
	height: 2px;
	width: 25px;
	background-color: #0079C3;
}

@media (min-width:60em) {
	.continue-links__next span:before,.continue-links__prev span:before,.pretextline:before,.timeline__nav ul li span:before {
		/* top: .75rem; */
		width: 48px
	}
}

.textbox {
	padding: 50px 50px 50px 80px;
	background-color: var(--color-white);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.075);
	box-shadow: 0 2px 15px rgba(0,0,0,.075)
}

@media (min-width:45em) {
	.textbox {
		-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.075);
		box-shadow: 0 2px 20px rgba(0,0,0,.075)
	}
}

.textbox--post {
	padding: 40px
}

@media (max-width:29.9375em) {
	.textbox--post {
		padding: 30px 20px
	}
}

@media (min-width:45em) {
	.textbox--post {
		min-height: 350px
	}
}

@media (min-width:72em) {
	.textbox--post {
		min-height: 430px;
		padding: 50px 50px 50px 80px;
		margin-left: -75px
	}
}

@media (min-width:45em) {
	.contentbox-left--auto .textbox--post {
		min-height: auto
	}
}

@media (min-width:72em) {
	.contentbox-left--auto .textbox--post {
		min-height: auto
	}
}

.preheadline {
	font-size: 1.125rem;
	display: block;
	font-family: OpenSans-ExtraBold,sans-serif;
	color: var(--color-red)
}

@media (min-width:60em) {
	.preheadline {
		font-size: 1.125rem
	}
}
.teaserbox {
	position: relative;
	z-index: 1
}

.teaserbox__preheadline {
	text-transform: uppercase;
	font-family: OpenSans-ExtraBold,sans-serif;
	color: var(--color-red);
	margin-bottom: 10px;
	display: block
}

.archive-career__list ul li .teaserbox a,.teaserbox .archive-career__list ul li a,.teaserbox .button,.teaserbox .button-more {
	margin-top: 20px
}

@media (min-width:45em) {
	.teaserbox__col {
		display: grid;
		grid-template-columns: 200px 1fr;
		grid-column-gap: 30px
	}
}

@media (max-width:44.9375em) {
	.teaserbox__col>div:first-child {
		margin-bottom: 25px
	}
}

.teaserbox__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	max-width: 180px
}

@media (min-width:45em) {
	.teaserbox__images {
		grid-column-gap: 30px;
		max-width: 220px
	}
}

.teaserbox__images img {
	width: 100%;
	height: auto
}

.teaserbox-category {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.12);
	box-shadow: 0 1px 15px rgba(0,0,0,.12);
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	-o-transition: box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	overflow: hidden
}

@media (min-width:45em) {
	.teaserbox-category {
		padding-bottom: 100%
	}
}

.teaserbox-category:hover {
	-webkit-box-shadow: 0 1px 18px rgba(0,0,0,.2);
	box-shadow: 0 1px 18px rgba(0,0,0,.2)
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__copy] {
		padding-bottom: 30px
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__copy]:before {
		background-color: rgba(0,0,0,.4);
		-webkit-transform: scaleY(2.85);
		-ms-transform: scaleY(2.85);
		transform: scaleY(2.85)
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__text] {
		max-height: 500px
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__image] img {
		-webkit-transform: translateY(0) scale(1.05);
		-ms-transform: translateY(0) scale(1.05);
		transform: translateY(0) scale(1.05)
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover h3,.teaserbox-category:hover p {
		color: var(--color-white)
	}
}




.timeline,.timeline__body,.timeline__head {
	position: relative
}

.timeline__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px
}


@media (min-width:60em) {
	.timeline__body {
		padding: 0;
        overflow: hidden;
	}
}

.timeline__nav {
	display: none;
    width: 20%;
}

@media (min-width:45em) {
	.timeline__nav {
		width: 20%;
		display: block
	}
}
.timeline__nav ul {
	list-style: none;
	padding: 0
}



.timeline__nav ul li {
	list-style: none;
	padding: 0;
}

.timeline__nav ul li span {
	padding-bottom: 0;
	cursor: pointer;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
    color: #CECECE;
    font-size: 24px;
    font-family: 'montserratbold';
}

.timeline__nav ul li span:before {
	/* top: .75rem; */
    background-color: #DBDBDB;
}
.timeline__nav ul li.nav__active span:before {
    background-color: #0079C3;
}

@media (min-width:60em) {
	.timeline__nav ul li span:before {
		/* top: 1rem; */
	}
}

.timeline__nav ul li.nav__active span,
.timeline__nav ul li span:hover {
	color: #333;
}

.timeline-year {
	position: relative;
	width: 100%;
	display: none;
}

@media (min-width:45em) {
	.timeline-year {
		margin-top: 90px;
	}
}

@media (min-width:72em) {
	.timeline-year {
		width: 100%;
		display: block;
        max-width: 515px;
	}
}

.timeline-year__counter {
	position: relative;
	padding-bottom: 33.7%;
	overflow: hidden
}

.timeline-year__counter>span {
	position: absolute;
	width: 356px;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.timeline-year__counter>span ul {
	position: relative;
	list-style: none;
	padding: 0;
	width: 25%;
	display: table;
	margin: 0;
	-webkit-transition: top .6s ease-in-out;
	-o-transition: top .6s ease-in-out;
	transition: top .6s ease-in-out
}

.timeline-year__counter>span ul li {
	display: inline-block;
	font-size: 144px;
	line-height: 170px;
    height: 170px;
	text-align: center;
	margin-bottom: 0;
	color: #0079C3;
    font-family: 'montserratbold';
}

.timeline-year__next {
	position: absolute;
	left: 0;
	margin: 30px auto auto;
}

.timeline__container {
	position: relative;
	/*overflow-y: hidden;*/
	z-index: 5
}
.timeline__container {
    max-height: 680px;
    min-height: 600px;
    padding-top: 75px;
    padding-bottom: 18px;
    width: 43%;
    padding-right: 118px;
}
.timeline__container:after,.timeline__container:before {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	z-index: 10;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),to(hsla(0,0%,100%,0)));
	background: -o-linear-gradient(top,#fff 0,hsla(0,0%,100%,0));
	background: linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0));
    display: none;
}

@media (min-width:72em) {
	.timeline__container:after,.timeline__container:before {
		content: "";
	}
}

.timeline__container:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: auto;
	bottom: 0;
}

.timeline__container-inner {
	-webkit-transition: margin .5s ease-in-out .2s;
	-o-transition: margin .5s ease-in-out .2s;
	transition: margin .5s ease-in-out .2s;
}

.timeline-textitem__head {
	margin-bottom: 20px!important;
}

.timeline-textitem__body {
	padding-bottom: 30px;
}

@media (min-width:72em) {
	.timeline-textitem__body {
		padding-bottom: 40px;
        padding-left: 66px;
	}
}

.timeline__image {
	position: absolute;
	top: 0;
	left: -25px;
	height: 500px;
	width: 100%;
}

@media (min-width:72em) {
	.timeline__image {
		position: absolute;
		width: calc(50% + 185px);
		height: 100%;
		top: 0;
		right: 0;
		left: auto
	}
}
.timeline__nav ul li {
    margin-bottom: 3.7rem !important;
}
.timeline-textitem__head h2 {
    font-size: 30px;
    line-height: 1.75;
    color: #B9B9B9;
    font-weight: bold;
}
.timeline-textitem p {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}
.timeline {
    max-width: 100%;
    padding: 0;
}
#timeline{
    display: block;
    margin-top: 60px;
}
/* 扒站效果-end */
.company_develop{
    background-color: transparent;
    padding-top: 108px;
    padding-bottom: 0 !important;
}
.timeline__nav nav{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.l_bannext svg{
    transform: rotate(-90deg);
    width: 100%;
    height: auto;

}
@keyframes p_ddd {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(-0.75rem);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(0.75rem);
    }
    100% {
        transform: translateY(0px);
    }
}
.l_nextic img {
    animation: p_ddd linear 3s forwards;
}
.l_bannext{
    cursor: pointer;
}
.career_activity_list_ul .slick-dots {
    bottom: -53px;
}
.career_activity {
    padding-bottom: 53px;
}
.com_model .ys_videom_close{
    width: 40px;
    right: 18px;
    top: -58px;
}
.com_model .ys_videom_close img{
    width: 100%;
}
.l_b1bx2btn {
    width: 96px;
}
.l_nextic {
    width: 15px;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .cvlu_li_cont:hover{
        background: #0079C3;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .com_dev_icon:hover img:nth-child(2){
        opacity: 1;
    }
    .com_dev_icon:hover img:nth-child(1){
        opacity: 0;
    }
}
.timeline-textitem__body ul{
    padding-inline-start: 0;
    list-style-type: none !important;
}
.com_dev_icon{
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
}
.com_dev_icon img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
    max-width: inherit;
}
.com_dev_icon img:nth-child(2){
    opacity: 0;
}
.timeline-year__prev{
    margin-top: 56px;
}
.com_dev_icon.hide1{
    cursor: none;
    pointer-events: none;
    opacity: 0.5;
}
.mod_side_info_wechat img{
    width: 100px !important;
}
/* 2022.11.4 */
.mod_side_info_pop{
    width: 170px;
}
.mod_side_info_wechat{
    width: 150px;
}
.company_intro_img_content::after{
    display: none;
}
.fpiu_lis1 {
    width: 50%;
    padding: 0 8px; 
}
.form_pop_info_ul1 {
    margin: 0 -8px;
}
.fpiu_lis1_select{
    position: relative;
}
.fpiu_lis1_select_top {
    border: 1px solid rgba(222, 222, 222, 1);
    background-color: #FAFAFA;
    border-radius: 5px;
    width: 100%;
    padding: 0 16px;
    cursor: pointer;
}
.fpiu_lis1_select_bot{
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    border: 1px solid rgba(222, 222, 222, 1);
    background-color: #FAFAFA;
    border-radius: 5px;
    padding: 16px;
    box-shadow: 0px 1px 9px 0px rgb(15 71 122 / 6%);
    display: none;
    z-index: 5;
}
.flst_icon {
    width: 13px;
    line-height: 48px;
    transition: all .36s;
}
.flst_icon img{
    width: 100%;
}
.flst_text p{
    font-size: 14px;
    line-height: 48px;
    color: #6F748A;
}
.fpiu_lis1_select_bot p{
    font-size: 14px;
    line-height: 1.75;
    color: #6F748A;
    cursor: pointer;
}
.flsb_cont{
    height: 98px;
    overflow: hidden;
}
.flst_text {
    position: relative;
}
.flst_text::after{
    content: "*";
    font-size: 14px;
    color: #FF0000;
    position: absolute;
    right: -6px;
    top: 16px;
}
.fpiu_lis1_select_top.no .flst_text::after{
    display: none;
}
.fpiu_lis1_select.on .flst_icon{
    transform: rotate(-180deg);
}
.fpiu_li4 textarea{
    width: 100%;
    height: 100px;
    background: #FAFAFA;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 14px;
    color: #6F748A;
    line-height: 1.75;
}
.fpiu_li4 textarea::placeholder{
    font-size: 14px;
    color: #6F748A;
}
.fpiu_li4{
    position: relative;
}
.fpiu_li4::after{
    content: "*";
    font-size: 14px;
    color: #FF0000;
    position: absolute;
    left: 128px;
    top: 17px;
}
.fpiu_li4.act::after{
    display: none;
} 
.fpiu_li4.act textarea::placeholder{
    opacity: 0;
}
.fpiu_li6{
    width: 100%;
    padding-left: 15px;
}
.fltu_li_circle{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 121, 195, 1);
    position: relative;
    margin-right: 7px;
}
.fltu_li_circle::after{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0079C3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
    opacity: 0;
}
.fltu_li{
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.form_pop1 .fltu_li{
    margin-right: 0;
    padding-right: 24px;
}
.fltu_li:last-child{
    padding-right: 0;
}
.fltu_li_text p{
    font-size: 14px;
    line-height: 1.75;
    color: #6F748A;
}
.fpiu_li6 .fpiu_li_cont_tip p{
    line-height: 1.75;
}
.fpiu_li6_tab {
    padding-left: 24px;
}
.fltu_li.act .fltu_li_circle::after{
    opacity: 1;
}
.cctl_info_depar,.cctl_info_phone,.cctl_info_email{
    padding-left: 25px;
}
.cctl_info_phone a,.cctl_info_email a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* .form_pop1{
    display: block;
} */
#hpcl_swiper::after {
    width: 32%;
    pointer-events: none;
}
/*.mncl_lang {*/
/*    display: none;*/
/*}*/
.ys_modal_close {
    width: 36px;
}
.form_pop .ys_modal_close, .form_pop1 .ys_modal_close {
    right: 10px;
    top: 10px;
}
.mc_rtv_bd_r{
    margin-bottom: 70px;
}
.viewer-footer {
    display: none;
}
.pisi_pic{
    cursor: pointer;
}
.pisi_icon{
    pointer-events: none;
}
.viewer-button {
    background-color: #0079C3 !important;
}
.ys_phnav_other{
    display: flex;
    align-items: center;
}
.ys_phnav_lang{
    margin-right: 20px;
}