﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial!important;
}
@font-face {
    font-family: 'UrbanistRegular';
    src: url('../fonts/urbanist_regular/UrbanistRegular.eot');
    src: url('../fonts/urbanist_regular/UrbanistRegular.eot') format('embedded-opentype'),
         url('../fonts/urbanist_regular/UrbanistRegular.woff2') format('woff2'),
         url('../fonts/urbanist_regular/UrbanistRegular.woff') format('woff'),
         url('../fonts/urbanist_regular/UrbanistRegular.ttf') format('truetype'),
         url('../fonts/urbanist_regular/UrbanistRegular.svg#UrbanistRegular') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'UrbanistSemiBold';
    src: url('../fonts/urbanist_bold/UrbanistSemiBold.eot');
    src: url('../fonts/urbanist_bold/UrbanistSemiBold.eot') format('embedded-opentype'),
         url('../fonts/urbanist_bold/UrbanistSemiBold.woff2') format('woff2'),
         url('../fonts/urbanist_bold/UrbanistSemiBold.woff') format('woff'),
         url('../fonts/urbanist_bold/UrbanistSemiBold.ttf') format('truetype'),
         url('../fonts/urbanist_bold/UrbanistSemiBold.svg#UrbanistSemiBold') format('svg');
    font-display: swap;
}
/* 规范 - start */
.ys_cont1720{
    width: calc(100% - 200px);
    max-width: 1720px;
    margin: 0 auto;
}
.ys_cont1044{
    width: 1044px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}
:root {
    --font70: 70px;
    --font66: 66px;
    --font52: 52px;
    --font50: 50px;
    --font48: 48px;
    --font40: 40px;
    --font30: 30px;
    --font20: 20px;
    --font24: 24px;

    --text16: 16px;
    --text18: 18px;
    --text20: 20px;

    --btn16: 16px;

    --text14: 14px;

    --l1h5: 1.5;
    --l1h75: 1.75;
    --l1h32: 1.32;

    --distance133: 133px;
    --distance145: 145px;
    --distance150: 150px;
    --distance160: 160px;
    --distance180: 180px;
    --distance120: 120px;
    --distance100: 100px;
    --distance90: 90px;
    --distance80: 80px;
    --distance73: 73px;
    --distance60: 60px;
    --distance50: 50px;
    --distance40: 40px;
    --distance30: 30px;
    --distance250: 250px;

    --colormain: #003670;
    --colorbg: #F4F7FC;
    --color666: #666;
    --color333: #333;
    --colorfff: #fff;
    --colorbg1: #F7F9FB;

    --coloradd: #BCD605;
}
.std_title52{
    font-size: var(--font52);
    line-height: 1.25;
    font-weight: bold;
}
.std_title66{
    font-size: var(--font66);
    line-height: 1.2;
}
.std_title50{
    font-size: var(--font50);
    font-weight: bold;
    line-height: var(--l1h5);
}
.std_title2,.yxedr_active h2{
    font-size: var(--font40);
    line-height: var(--l1h5);
    color: var(--color333);
    font-weight: bold;
}
.std_title3,.yxedr_active h3{
    font-size: var(--font30);
    line-height: var(--l1h5);
    color: var(--color333);
}
.std_title4,.yxedr_active h4{
    font-size: var(--font20);
    line-height: var(--l1h5);
    color: var(--color333);
}
.yxedr_active p,
.std_text1,
.std_text1 p{
    font-size: var(--text16);
    line-height: var(--l1h75);
    color: var(--color666);
}
.yxedr_active p,
.std_text1_margin p{
    margin-bottom: 0.75em;
}
.std_text2,
.std_text2 p{
    font-size: var(--text18);
    line-height: var(--l1h75);
    color: var(--color333);
}
.std_text3,
.std_text3 p{
    font-size: var(--text14);
    line-height: var(--l1h75);
    color: var(--color666);
}
.std_text20,
.std_text20 p{
    font-size: var(--text20);
    line-height: var(--l1h75);
    color: var(--color666);
}
.std_padding1{
    padding-top: var(--distance120);
    padding-bottom: var(--distance120);
}
.std_padding2{
    padding-top: var(--distance100);
    padding-bottom: var(--distance100);
}
.std_padding3{
    padding-top: var(--distance100);
    padding-bottom: var(--distance120);
}
.std_padding4{
    padding-top: var(--distance120);
    padding-bottom: var(--distance100);
}
/* 规范 - end */
/*分享翻译*/
.ys_wechat_cont_parga p::before{
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - 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: rgba(0, 0, 0, .3); */
}
.ys_ban_txtbox{
    z-index: 5;
}
.ys_nybanner{
    position: relative;
}
.ys_nyban_img, .ys_nyban_img img{
    width: 100%;
}
.ys_nyban_ph{
    display: none;
}
.ys_nyban_title  h1{
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
}
.ys_nyban_title  p{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}
/* - banner - end*/

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .std_btn1_link:hover img:nth-of-type(2){
        opacity: 1;
    }
    .std_btn1_link:hover img:first-child{
        opacity: 0;
    }
    .std_btn1_link:hover .btn1_font16{
        color: var(--colorfff);
    }
    .std_btn1_link:hover{
        background: var(--colormain);
    }
    .std_btn2 .std_btn1_link:hover{
        background: var(--colorfff);
    }
    .std_btn2 .std_btn1_link:hover .btn1_font16{
        color: var(--colormain);
    }
    .crumbs_list_item a:hover{
        color: #fff;
    }
    .footer_bot_right:hover .footer_bot_right_icon img{
        opacity: 1;
    }
    .ys_footer .footer_bot_list_item a:hover{
        color: #f5f5f5;
    }
    .head_language .ys_select_bd:hover .ys_select_li.on a{
        color: var(--color333);
    }
    .head_language .ys_select_bd .ys_select_li a:hover,
    .head_language .ys_select_bd:hover .ys_select_li.on a:hover{
        color: var(--colormain);
    }
    .inside_main .ys_hd_pc .head_other_list:hover .head_other_list_item.yxnav_active1 .holi_first a:hover,
    .inside_main .ys_hd_pc .holi_first a:hover,
    .ys_hd_pc.isfixed .head_other_list:hover .head_other_list_item.yxnav_active1 .holi_first a:hover,
    .ys_hd_pc.isfixed .holi_first a:hover,
    .ys_hd_pc.on .head_other_list:hover .head_other_list_item.yxnav_active1 .holi_first a:hover,
    .ys_hd_pc.on .holi_first a:hover{
        color: var(--colormain);
    }
    .inside_main .ys_hd_pc .head_other_list:hover .head_other_list_item.yxnav_active1 .holi_first a,
    .ys_hd_pc.isfixed .head_other_list:hover .head_other_list_item.yxnav_active1 .holi_first a,
    .ys_hd_pc.on .head_other_list:hover .head_other_list_item.yxnav_active1 .holi_first a{
        color: var(--color333);
    }
    .inside_main .ys_hd_pc .head_language:hover input, 
    .inside_main .ys_hd_pc .head_language:hover input::placeholder, 
    .inside_main .ys_hd_pc .head_language:hover .ys_select_xtbbox,
    .ys_hd_pc.isfixed .head_language:hover input, 
    .ys_hd_pc.isfixed .head_language:hover input::placeholder, 
    .ys_hd_pc.isfixed .head_language:hover .ys_select_xtbbox,
    .ys_hd_pc.on .head_language:hover input, 
    .ys_hd_pc.on .head_language:hover input::placeholder, 
    .ys_hd_pc.on .head_language:hover .ys_select_xtbbox{
        color: var(--colormain);
    }
    .inside_main .ys_hd_pc .head_search:hover .ys_imgbox_cover img:nth-of-type(3),
    .ys_hd_pc.isfixed .head_search:hover .ys_imgbox_cover img:nth-of-type(3),
    .ys_hd_pc.on .head_search:hover .ys_imgbox_cover img:nth-of-type(3){
        opacity: 1;
    }
    .inside_main .ys_hd_pc .head_search:hover .ys_imgbox_cover img:first-child,
    .ys_hd_pc.isfixed .head_search:hover .ys_imgbox_cover img:first-child,
    .ys_hd_pc.on .head_search:hover .ys_imgbox_cover img:first-child{
        opacity: 0;
    }
    .head_second.act .head_second_list_item.yxnav_active2 .hsli_link:hover::after,
    .head_second_list_item .hsli_link:hover::after{
        width: 100%;
        opacity: 1;
    }
    .head_second.act .head_second_list_item.yxnav_active2 .hsli_link:hover .hsli_link_font16,
    .head_second_list_item .hsli_link:hover .hsli_link_font16{
        color: var(--colormain);
    }
    /* .make_anchor_list_item .std_text1:hover{
        color: var(--colormain);
    } */
    .make_anchor_list_item .std_text1:hover::before{
        opacity: 1;
        width: 100%;
    }
    .tech_electron_btn_item:hover::after{
        width: 100%;
        opacity: 1;
    }
    .tech_electron_btn_item:hover .std_text2{
        color: #333;
    }
    .dmli_link:hover .std_title3{
        color: var(--colormain);
    }
    .hnli_link:hover .std_title4{
        color: var(--colormain);
    }
    .nbli_link:hover .std_title4{
        color: var(--colormain);
    }
    .std_page a.comp-tabli:hover li{
        background: var(--colormain);
        border: 1px solid var(--colormain);
        color: var(--colorfff);
    } 
    .std_page a:not(.comp-tabli):hover li{
        color: var(--colormain);
    }
    .news_detail_page_item .std_text2:hover{
        color: var(--colormain);
    }
    .ipli_clb_href:hover .std_text1{
        color: var(--colormain);
    }
    .ipli_clb_href:hover::after{
        width: 100%;
        opacity: 1;
    }
    .avli_cry:hover .avli_img img{
        transform: scale(1.05);
    }
    .avli_cry:hover .std_title2{
        transform: translateY(-16px);
    }
    .cucf_bcl_nub_select .ys_select_li:hover{
        color: var(--colormain);
    }
    .avli_cry:hover .avli_img img {
        filter: blur(7.5px);
        -webkit-filter: blur(7.5px);
        -moz-filter: blur(7.5px);
        -ms-filter: blur(7.5px);
        -o-filter: blur(7.5px);
    }
    .hhli_link:hover .hhli_text .std_text1{
        height: 3.5em;
        opacity: 1;
        margin-top: 18px;
    }
    .footer_top_nav ul a:hover{
        color: var(--colorfff);
    }
}
.std_btn1,.std_btn2{
    display: flex;
    justify-content: flex-start;
}
.std_btn1_link{
    display: flex;
    padding: 12px 34px;
    background: var(--colorfff);
    border-radius: 28px;
    align-items: center;
    transition: all 0.5s ease-out;
}
.btn1_font16{
    font-size: var(--btn16);
    color: var(--color333);
    line-height: 2;
    transition: all 0.5s ease-out;
}
.std_btn1_link .ys_imgbox_cover{
    margin-left: 8px;
    width: 24px;
}
.std_btn1_link .ys_imgbox_cover img{
    transform: scale(1)!important;
    transition: all 0.5s ease-out;
}
.std_btn1_link img:nth-of-type(2){
    opacity: 0;
}
.std_btn2 .std_btn1_link{
    background: var(--colormain);
    padding-left: 62.5px;
    padding-right: 62.5px;
}
.std_btn2 .btn1_font16{
    color: var(--colorfff);
}
.ys_nyban_title h1{
    font-size: var(--font50);
    color: var(--colorfff);
    line-height: var(--l1h32);
    font-weight: bold;
    max-width: 714px;
}
.ys_nyban_img::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.ys_nyban_img{
    position: relative;
}
.ys_nybanner .ys_nyban_title{
    z-index: 3;
}
.ys_nybanner1 .ys_pos_center{
    top: 62.461538%;
    transform: translateX(-50%);
}
.ys_nyban_img video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod_crumbs{
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%;
    z-index: 6;
}
.crumbs_list_item a{
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: var(--l1h5);
    transition: all 0.36s;
    display: inline-block;
}
.crumbs_list_item{
    padding: 0 14px;
    position: relative;
}
.crumbs_list{
    margin: 0 -14px;
    display: flex;
}
.crumbs_list_item::before{
    content: '';
    background-image: url(../images/com_jian1.svg);
    background-size: 100% 100%;
    position: absolute;
    width: 6px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
    opacity: .6;
}
.crumbs_list_item:first-child::before{
    display: none;
}
.crumbs_list_item:last-child a{
    color: #fff;
}
.prli_cry{
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    -moz-backdrop-filter: blur(2.5px);
    -ms-backdrop-filter: blur(2.5px);
    -o-backdrop-filter: blur(2.5px);
    padding: 40px 74px 60px 78px;
    display: flex; 
    align-items: center;
    height: 100%;
}
.prli_cry_img{
    width: 47.709924%;
}
.prli_cry_text{
    width: 52.290076%;
    padding-right: 104px;
}
.prli_cry_text .std_title2{
    margin-bottom: var(--distance30);
} 
.prli_cry_text .std_title3{
    margin-bottom: 18px;
}
.product_rotate_list_item:not(:first-child){
    display: none;
}
.mod_dots1 .slick-dots li{
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 7.5px;
}
.mod_dots1 .slick-dots li.slick-active{
    background: var(--colormain);
}
.product_rotate_list.slick-dotted{
    margin-bottom: 30px;
}
/* .product_rotate_list .slick-dots {
    bottom: -10px;
} */
.product_part{
    position: relative;
}
.ppbl_item:not(:first-child),
.product_part_bg_nub:not(:first-child){
    display: none;
}
.product_part .ys_cont1200{
    position: absolute;
    bottom: var(--distance120);
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 10;
}
.product_part_box{
    width: 41%;
    max-width: 488px;
    pointer-events: all;
}
.product_part_box_list{
    position: relative;
}
.product_part_box_list::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    -moz-backdrop-filter: blur(7.5px);
    -ms-backdrop-filter: blur(7.5px);
    -o-backdrop-filter: blur(7.5px);
    position: absolute;
}
.ppbl_item{
    padding: 64px 49px 80px;
}
.ppbl_item .std_title2{
    color: var(--color333);
    font-weight: normal;
    line-height: var(--l1h75);
    margin-bottom: 36px;
}
.ppbl_item .std_text2,
.ppbl_item .std_text2 p{
    color: var(--color333);
    line-height: var(--l1h75);
}
.product_part_box_btn{
    display: flex;
    background: var(--colormain);
    position: relative;
}
.ppbb_icon{
    width: 25%;
    flex-grow: 1;
    transition: all 0.36s;
    position: relative;
    cursor: pointer;
    padding: 0.5px 27px;
}
.ppbb_icon .ys_imgbox_cover{
    width: 100%;
}
.ppbb_icon img:nth-of-type(2){
    opacity: 0;
}
/* .ppbb_icon.on{
    background: var(--colorfff);
} */
.ppbb_icon.on img:first-child{
    opacity: 0;
}
.ppbb_icon.on img:nth-of-type(2){
    opacity: 1;
}
.ppbb_icon::before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.20);
}
.ppbb_icon:last-child::before{
    display: none;
}
.product_client{
    background: var(--colorbg1);
}
.product_client .std_title2{
    margin-bottom: var(--distance30);
    line-height: var(--l1h75);
    text-align: center;
}
.product_client_list_item{
    width: 14.285714%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.product_client_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}
.pcli_img{
    width: 100%;
}
.ys_footer{
    background: #003670;
}
.footer_top_nav li,
.footer_top_nav a{
    font-size: var(--font24);
    line-height: var(--l1h5);
    color: var(--colorfff);
    transition: all 0.36s;
}
.footer_other .std_title3{
    color: var(--colorfff);
    line-height: 1.45;
    margin-bottom: 46px;
}
.footer_top{
    display: flex;
    justify-content: space-between;
    padding-top: 131px;
    padding-bottom: 66px;
}
.footer_bot{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_bot .std_text3 p{
    color: rgba(245,245,245,.5);
}
.footer_bot_right_icon{
    width: 24px;
    cursor: pointer;
}
.footer_bot_right_icon img{
    width: 100%;
    opacity: .5;
    transition: all 0.36s;
}
.footer_bot_right{
    position: relative;
}
.footer_bot_right_img{
    position: absolute;
    width: 120px;
    padding: 5px;
    background: var(--colorfff);
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 12px);
    border-radius: 4px;
    display: none;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
}
.footer_bot_right_img img{
    width: 100%;
}
.footer_bot{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 35px;
}
.footer_bot_right_img::before{
    content: '';
    border-top: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}
.footer_bot_right_img::after{
    content: '';
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.footer_bot_left{
    width: calc(100% - 24px);
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}
.footer_bot_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    margin-left: 35px;
    margin-right: 43px;
}
.footer_bot_list_item{
    padding: 0 16px;
    transition: all 0.36s;
}
.footer_bot_list_item a,
.footer_bot_yongsy a{
    color: inherit;
    transition: all 0.36s;
}
.footer_bot_left .std_text3 a,
.footer_bot_left .std_text3,
.footer_bot_left .std_text3 p{
    color: rgba(245,245,245,.5);
}
.footer_bot_left .std_text3 span{
    padding-left: 18px;
}
.footer_top_logo {
    width: 140px;
    position: relative;
    top: -2px;
}
.footer_top_logo img{
    width: 100%;
}
.footer_top_nav li{
    margin-bottom: 30px;
}
.footer_other {
    min-width: 402px;
}
.footer_top_nav {
    min-width: 237px;
}
.mod_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 100px;
    --head: 80px;
}
.head_logo{
    width: 82px;
}
.mod_head .ys_imgbox_cover img{
    transform: scale(1)!important;
}
.head_logo a{
    line-height: var(--head);
    height: var(--head);
    display: flex;
    align-items: center;
}
.head_logo img:first-child{
    opacity: 0;
}
.head_other_list{
    display: flex;
    margin: 0 -26px;
}
.holi_first a{
    line-height: var(--head);
    color: var(--colorfff);
    font-size: var(--text16);
    transition: all 0.36s;
    display: block;
    padding: 0 26px;
}
.head_other_all{
    margin-left: 137px;
    display: flex;
}
.head_search_top .ys_imgbox_cover{
    width: 24px;
    height: 24px;
}
.head_search_top{
    display: flex;
    height: var(--head);
    align-items: center;
    cursor: pointer;
}
.ys_imgbox_cover img:nth-child(n+3){
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.head_other{
    display: flex;
}
.head_search{
    margin-left: 29px;
}
.ys_search2_box{
    padding: 16px 0;
}
.ys_search2_tibox{
    width: 34%;
    margin: 0 auto;
}
.ys_search2_tbox{
    border-bottom: 1px solid #eee;
    width: calc(100% - 32px);
    padding-right: 20px;
    height: 40px;
}
.ys_search2_tbox input{
    width: 100%;
    height: 100%;
    font-size: 16px;
}
.ys_search2_ibox{
    width: 32px;
}
.ys_search2_ibox img{
    width: 100%;
}
.ys_search2_ibox {
    margin-top: 10px;
}
.ys_search2_ibox button{
    width: 100%;
}
.ys_search2_win{
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    border-top: 1px solid #eee;
    overflow: hidden;
    box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.08),0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    top: 100%;
    z-index: -1;
    display: none;
}
.head_search_top .ys_imgbox_cover img:first-child,
.head_search_top .ys_imgbox_cover img:nth-of-type(3){
    opacity: 0;
}
.head_language {
    width: 100px;
}
.head_language input{
    font-size: var(--text16);
}
.head_language input,
.head_language input::placeholder,
.head_language .ys_select_xtbbox{
    color: #fff;
}
.head_language .iconfont{
    font-size: 14px;
}
.head_language .ys_select_li{
    position: relative;
}
.head_language .ys_select_li a{
    font-size: var(--text16);
    line-height: 1.75;
    text-align: center;
    color: var(--color333);
    display: block;
    padding: 10px 5px;
    transition: all 0.36s;
}
.head_language .ys_select_bd {
    background: rgba(255, 255, 255, 1);
    box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.08),0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.ys_select_li.on a{
    color: var(--colormain);
}
.ys_select_li::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right,transparent,#eee,transparent);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.ys_select_li:first-child::before{
    display: none;
}
.head_search_top .ys_imgbox_cover::before{
    content: '\e747';
    font-family: "iconfont" !important;
    font-display:swap;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
    color: #fff;
    transition: all 0.36s;
    opacity: 0;
}
.head_search.on .ys_imgbox_cover img{
    opacity: 0!important;
}
.head_search.on .ys_imgbox_cover::before{
    opacity: 1;
}
.mod_head img,.mod_head,
.holi_first a,
.head_language input, 
.head_language input::placeholder, 
.head_language .ys_select_xtbbox,
.head_search_top .ys_imgbox_cover::before{
    transition: all 0.5s ease-out;
}
.inside_main .ys_hd_pc .mod_head,
.ys_hd_pc.isfixed .mod_head,
.ys_hd_pc.on .mod_head{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.inside_main .ys_hd_pc .head_search_top .ys_imgbox_cover img:first-child,
.inside_main .ys_hd_pc .head_logo img:first-child,
.ys_hd_pc.isfixed .head_search_top .ys_imgbox_cover img:first-child,
.ys_hd_pc.isfixed .head_logo img:first-child,
.ys_hd_pc.on .head_search_top .ys_imgbox_cover img:first-child,
.ys_hd_pc.on .head_logo img:first-child  {
    opacity: 1;
}
.inside_main .ys_hd_pc .head_search_top .ys_imgbox_cover img:nth-of-type(2),
.inside_main .ys_hd_pc .head_logo img:nth-of-type(2),
.ys_hd_pc.isfixed .head_search_top .ys_imgbox_cover img:nth-of-type(2),
.ys_hd_pc.isfixed .head_logo img:nth-of-type(2),
.ys_hd_pc.on .head_search_top .ys_imgbox_cover img:nth-of-type(2),
.ys_hd_pc.on .head_logo img:nth-of-type(2) {
    opacity: 0;
}
.inside_main .ys_hd_pc .holi_first a,
.ys_hd_pc.isfixed .holi_first a,
.ys_hd_pc.on .holi_first a{
    color: var(--color333);
}
.inside_main .ys_hd_pc .head_language input,
.inside_main .ys_hd_pc .head_language input::placeholder,
.inside_main .ys_hd_pc .head_language .ys_select_xtbbox,
.ys_hd_pc.isfixed .head_language input,
.ys_hd_pc.isfixed .head_language input::placeholder,
.ys_hd_pc.isfixed .head_language .ys_select_xtbbox,
.ys_hd_pc.on .head_language input,
.ys_hd_pc.on .head_language input::placeholder,
.ys_hd_pc.on .head_language .ys_select_xtbbox{
    color: var(--color333);
}
.inside_main .ys_hd_pc .head_other_list_item.yxnav_active1 .holi_first a,
.ys_hd_pc.isfixed .head_other_list_item.yxnav_active1 .holi_first a,
.ys_hd_pc.on .head_other_list_item.yxnav_active1 .holi_first a{
    color: var(--colormain);
}
.inside_main .ys_hd_pc .head_language.zindex input,
.inside_main .ys_hd_pc .head_language.zindex input::placeholder,
.inside_main .ys_hd_pc .head_language.zindex .ys_select_xtbbox,
.ys_hd_pc.isfixed .head_language.zindex input,
.ys_hd_pc.isfixed .head_language.zindex input::placeholder,
.ys_hd_pc.isfixed .head_language.zindex .ys_select_xtbbox,
.ys_hd_pc.on .head_language.zindex input,
.ys_hd_pc.on .head_language.zindex input::placeholder,
.ys_hd_pc.on .head_language.zindex .ys_select_xtbbox{
    color: var(--colormain);
}
.inside_main .ys_hd_pc .head_search.on .head_search_top .ys_imgbox_cover::before,
.ys_hd_pc.isfixed .head_search.on .head_search_top .ys_imgbox_cover::before,
.ys_hd_pc.on .head_search.on .head_search_top .ys_imgbox_cover::before{
    color: var(--colormain);
}
.head_second_list_item{
    padding: 0 20px;
}
.head_second{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--colorfff);
    box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.08),0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 25px 100px 30px;
    z-index: -1;
    display: none;
}
.head_second_list{
    margin: 0 -20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hsli_link{
    width: 212px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 4.5px 0;
}
.hsli_link_font16{
    color: var(--color333);
    font-size: var(--text16);
    line-height: 2;
    transition: all 0.5s ease-out;
}
.hsli_link::before{
    content: '';
    background: #E2E2E2;
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.hsli_link::after{
    content: '';
    background: var(--colormain);
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    opacity: 0;
    left: 0;
    transition: all 0.36s ease-out;
}
.hsli_link_img{
    width: 6px;
}
.hsli_link_img img{
    width: 100%;
}
.head_second_list_item.yxnav_active2 .hsli_link::after{
    width: 100%;
    opacity: 1;
}
.head_second_list_item.yxnav_active2 .hsli_link_font16{
    color: var(--colormain);
}


.head_second_list_item.yxnav_active2 .hsli_link::after{
    width: 100%;
    opacity: 1;
}
.head_second_list_item.yxnav_active2 .hsli_link_font16{
    color: var(--colormain);
}

.head_second.act .head_second_list_item.yxnav_active2 .hsli_link::after{
    width: 0;
    opacity: 0;
}
.head_second.act .head_second_list_item.yxnav_active2 .hsli_link_font16{
    color: var(--color333);
}
.ys_phnav_logo,
.ys_phnav_logo a {
    height: 64px;
    width: auto;
    font-size: 0;
    display: flex;
    align-items: center;
}
.ys_phnav_logo a {
    height: 50px;
}
.ys_phnav_logo img{
    height: 100%;
}
.product_rotate .std_title2{
    margin-bottom: var(--distance30);
}
.make_anchor{
    --height: 60px;
    height: var(--height);
    position: sticky;
    top: 79px;
    /* border-bottom: 1px solid #E3E3E3; */
    background: #fff;
    z-index: 20;
}
.sticky_html
,.sticky_body{
    overflow: inherit !important;
}
.make_anchor_list_item{
    cursor: pointer;
}
.make_anchor_list_item{
    padding: 0 33px;
}
.make_anchor_list{
    display: flex;
    /* margin: 0 calc(-33px - 5px); */
}
.make_anchor_list_item .std_text1{
    color: var(--color333);
    line-height: var(--l1h75);
    transition: all 0.36s;
    height: var(--height);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 9px;
}
.make_anchor_list_item .std_text1::before{
    content: '';
    height: 2px;
    background: var(--colormain);
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.36s;
    display: none;
}
.make_anchor_list_item.on .std_text1{
    color: var(--colormain);
}
.make_anchor_list_item.on .std_text1::before{
    opacity: 1;
    width: 100%;
}
.make_light,
.make_future{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.make_future_bg,
.make_light_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.make_future_bg,
.make_future_bg img,
.make_light_bg,
.make_light_bg img{
    width: 100%;
}
.make_future .ys_cont1200,
.make_light .ys_cont1200{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    z-index: 6;
    pointer-events: none;
}
.make_light_cry{
    width: 51%;
    pointer-events: all;
}
.make_light_cry .std_title2{
    color: var(--colorfff);
    margin-bottom: var(--distance30);
    line-height: var(--l1h75);
}
.make_light_cry_list{
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    -moz-backdrop-filter: blur(7.5px);
    -ms-backdrop-filter: blur(7.5px);
    -o-backdrop-filter: blur(7.5px);
}
.mlcl_item{
    padding: 44px 49px 60px;
}
.mlcl_item .std_title3{
    margin-bottom: var(--distance30);
}
.mlcl_item_text p,
.mlcl_item_list p{
    color: var(--color666);
}
.mlcl_item_text {
    width: 94%;
}
.mlcl_title{
    color: var(--color333);
    font-weight: bold;
    line-height: inherit;
    margin-bottom: 12px;
}
.mlcl_item_list_nub{
    margin-top: 35px;
} 
.mlcl_item:not(:first-child){
    display: none;
}
.mod_dots1.mod_dots2 .slick-dots li{
    background: rgba(255, 255, 255, 0.4);
}
.mod_dots1.mod_dots2 .slick-dots li.slick-active {
    background: var(--colorfff);
}
.make_future_cry_list.mod_dots1 .slick-dots,
.make_light_cry_list.mod_dots1 .slick-dots{
    bottom: -30px;
}
.make_light_cry{
    padding-bottom: 26px;
}
.make_base{
    background: var(--colorbg1);   
}
.develop_main .std_title2,
.make_future .std_title2,
.make_base .std_title2{
    margin-bottom: var(--distance30);
    line-height: var(--l1h75);
}
.mbli_img{
    position: relative;
}
.mbli_img::before{
    content: '';
    height: 31.9%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
}
.make_base_list_item{
    position: relative;
}
.make_base_list_item .std_title3{
    color: var(--colorfff);
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 63px 40px;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.mfcl_item:not(:first-child),
.make_base_list_item:not(:first-child){
    display: none;
}
.make_base_list.mod_dots1{
    padding-bottom: 0;
} 
.make_base_list.mod_dots1 .slick-dots{
    bottom: var(--distance120);
    width: 1200px;
    text-align: left;
    left: calc(50% - 7.5px);
    transform: translateX(-50%);
}
.make_future_bg{
    position: relative;
}
.make_future_bg::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.make_future_cry .std_title2{
    color: var(--colorfff);
}
.make_future_cry_list{
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    -moz-backdrop-filter: blur(7.5px);
    -ms-backdrop-filter: blur(7.5px);
    -o-backdrop-filter: blur(7.5px);
}
.mfcl_item{
    min-height: 511px;
    padding: 86px 51px 86px;
}
.make_future_cry{
    pointer-events: all;
    width: 42.5%;
}
.mfcl_item .std_title3{
    margin-bottom: 12px;
    line-height: var(--l1h75);
}
.mfcl_item_text{
    margin-bottom: 43px;
}
.mfcl_item_data_nub .std_title3{
    font-weight: bold;
    color: var(--colormain);
    line-height: var(--l1h75);
    margin-bottom: 0;
}
.mfcl_item_data_nub .std_text2{
    color: var(--color666);
}
.mfcl_item_data_nub{
    padding: 0 25px;
    margin-bottom: 40px;
}
.mfcl_item_data{
    margin: 0 -25px -40px;
    display: flex;
    flex-wrap: wrap;
}
.tech_main .std_title2{
    margin-bottom: var(--distance30);
}
.teln_img,
.tiln_img{
    width: 100%;
    position: relative;
}
.tech_intel_list_nub{
    width: 50%;
    padding: 0 12px;
}
.teli_img video,
.teln_img video,
.tiln_img video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
}
.tech_intel_list_nub .std_title3{
    text-align: center;
    margin-top: 19px;
}
.tech_intel_list{
    margin: 0 -12px;
}
.tech_intel_list_nub:not(:first-child){
    display: none;
}
.tiln_img{
    cursor: pointer;
}
.tech_intel_list.mod_dots1 .slick-dots{
    bottom: -48px;
}
.tech_intel_list_nub video{
    opacity: 0;
}
.tech_intel_list_nub.on video{
    opacity: 1;
}
.tech_electron{
    background: var(--colorbg1);
}
.tech_electron_btn{
    width: 1200px;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.tech_electron_list_nub:not(:first-child){
    display: none;
}
.tech_electron_btn_item{
    max-width: 239px;
    flex-grow: 1;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.tech_electron_box{
    display: flex;
    justify-content: center;
}
.tech_electron_btn_item::before,
.tech_electron_btn_item::after{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.36s ease-out;
}
.tech_electron_btn_item::before{
    background: rgba(0,0,0,.2);
}
.tech_electron_btn_item .std_text2{
    color: var(--color666);
    line-height: var(--l1h5);
    padding: 28px 10px 22px;
    transition: all 0.36s;
    white-space: nowrap;
}
.tech_electron_btn_item::after{
    background: #000;
    width: 0;
    opacity: 0;
}
.tech_electron_btn_item.on::after{
    width: 100%;
    opacity: 1;
}
.tech_electron_btn_item.on .std_text2{
    color: #333;
}
.develop_duty{
    padding-top: var(--distance120);
    padding-bottom: 8px;
}
.develop_duty .prli_cry {
    padding: 40px 74px 43px 58px;
}
.develop_duty .prli_cry_img {
    width: 41.011236%;
}
.develop_duty .prli_cry_text {
    width: 58.988764%;
    padding-right: 102px;
}
.prli_cry_text .std_text2 p{
    margin-bottom: 5px;
}
.prli_cry_text .std_text2 p:last-child{
    margin-bottom: 0px;
}
.develop_more_list_item{
    width: 33.333333%;
    padding: 0 12px;
}
.develop_more_list{
    margin: 0 -12px;
}
.dmli_link{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f9f9f9;
}
.dmli_link_text{
    padding: 38px 37px 32px;
}
.dmli_link_text .std_title3{
    color: #000;
    line-height: var(--l1h75);
    transition: all 0.36s;
}
.develop_more_list_item:not(:first-child){
    display: none;
}
.mod_dots1 .slick-dots{
    bottom: -38px;
}
/* .tech_intel:last-child{
    padding-bottom: var(--distance160);
} */
.develop_more_list .slick-track,
.product_rotate_list .slick-track{
    display: flex;
}
.develop_more_list_item.slick-slide,
.product_rotate_list_item.slick-slide{
    height: auto;
} 
.head_language {
    width: 56px;
}
.head_language .ys_select_bd {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
/* 载入 */
.ys_nybanner2 .ys_nyban_title,
.ys_nybanner1 .ys_nyban_title {
    /* overflow: hidden; */
}
.ys_title1 {
    animation: ystitle1 .6s ease-in-out both;
    animation-delay: 0.05s;
}
@keyframes ystitle1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%); */

    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); */
    }
}
@-webkit-keyframes ystitle1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);

    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
.product_part{
    overflow: hidden;
    background: var(--colorbg1);
}
.product_rotate_list_item.slick-active .std_title2{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.product_rotate_list_item.slick-active .std_title3{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.product_rotate_list_item.slick-active .std_text2{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.5s;
}
.product_rotate_list_item.slick-active .prli_cry_img{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.45s;
}
.ppbl_item.slick-active .std_title2{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}
.ppbl_item.slick-active .std_text2{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.ppbl_item.slick-cloned .std_title2,
.ppbl_item.slick-cloned .std_text2{
    opacity: 0;
}
.product_client_list_item:nth-of-type(7n-5){
    animation-delay: 0.35s;
}
.product_client_list_item:nth-of-type(7n-4){
    animation-delay: 0.4s;
}
.product_client_list_item:nth-of-type(7n-3){
    animation-delay: 0.45s;
}
.product_client_list_item:nth-of-type(7n-2){
    animation-delay: 0.5s;
}
.product_client_list_item:nth-of-type(7n-1){
    animation-delay: 0.55s;
}
.product_client_list_item:nth-of-type(7n){
    animation-delay: 0.6s;
}
.make_light {
    overflow: hidden;
}
.mlcl_item.slick-active .std_title3{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}
.mlcl_item.slick-active .mlcl_item_text{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.35s;
}
.mlcl_item.slick-active .mlcl_item_list {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.mlcl_item.slick-cloned .std_title3,
.mlcl_item.slick-cloned .mlcl_item_text,
.mlcl_item.slick-cloned .mlcl_item_list{
    opacity: 0;
}
.make_base_list_item.slick-active .std_title3{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}
.make_base_list_item.slick-cloned .std_title3{
    opacity: 0;
}
.make_future{
    overflow: hidden;
    background: var(--colorbg1);
}
.ys_footer {
    position: relative;
    margin-top: -1px;
}
.mfcl_item.slick-active .std_title3{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}
.mfcl_item.slick-active .mfcl_item_text{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.mfcl_item.slick-active .mfcl_item_data_nub{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.5s;
}
.mfcl_item.slick-cloned .std_title3,
.mfcl_item.slick-cloned .mfcl_item_text,
.mfcl_item.slick-cloned .mfcl_item_data_nub{
    opacity: 0;
}   
.make_box_nav{
    height: 60px;
    z-index: 20;
}
.make_anchor{
    position: relative;
    top: 0;
}
.make_wai{
    position: relative;
    z-index: 2;
}
.make_wai .ys_nybanner,
.make_wai .make_box_nav{
    opacity: 0;
    pointer-events: none;
    width: 100%;
}
.make_wai.ys_fixed .make_box_nav{
    position: fixed;
    top: 79px;
}
.make_wai.ys_fixed .make_box_nav{
    opacity: 1;
    pointer-events: all;
}
.jwcl_item.slick-cloned .jwcl_item_icon,
.jwcl_item.slick-cloned .std_title3,
.jwcl_item.slick-cloned .std_text1{
    opacity: 0;
}
.jwcl_item.slick-active .jwcl_item_icon{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.35s;
}
.jwcl_item.slick-active .std_title3{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.jwcl_item.slick-active .std_text1{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.45s;
}
.ys_fadein3 {
    animation: fadeIn .5s ease-in-out both;
    animation-delay: 0.3s;
}
.inof_public_list_item:nth-of-type(3n){
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.inof_public_list_item:nth-of-type(3n-1){
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}
.inof_public_list_item:nth-of-type(3n-2){
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.2s;
}
.ys_ban_li.slick-active .ys_ban_title{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .6s;
}
.ys_ban_li.slick-active .std_text20{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.65s;
}
.ys_ban_li.slick-cloned .ys_ban_title,
.ys_ban_li.slick-cloned .std_text20{
    opacity: 0;
}
/* inside_main */
.inside_main .ys_main{
    margin-top: 80px;
}
.product_rotate{
    position: relative;
}
.product_rotate_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product_rotate_bg img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.product_rotate {
    min-height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_part_box_btn::before{
    content: '';
    width: calc(100% / var(--num));
    height: 100%;
    position: absolute;
    background: var(--colorfff);
    left: calc(100% / var(--num) * var(--now));
    transition: all 0.36s ease;
}
.ys_footer_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ys_footer_bg img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.ys_footer .ys_cont1400{
    position: relative;
    z-index: 6;
}
.make_box_nav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.make_anchor{
    background: rgba(0,0,0,.3);
}
.make_anchor_list_item.on .std_text1,
.make_anchor_list_item .std_text1{
    color: var(--colorfff);
}
.make_anchor_list_item{
    margin: 0 12px;
    padding: 0 30px;
}
.make_anchor_list{
    margin: 0 -12px;
    position: relative;
}
.make_anchor_list_item .std_text1{
    padding: 0;
}
.make_anchor_list::before{
    content: '';
    background: rgba(0,54,112,.8);
    position: absolute;
    left: var(--left1);
    top: 0;
    height: 100%;
    width: var(--width1);
    transition: all 0.36s ease;
}
.have_nav .mod_crumbs{
    bottom: 88px;
}
.mod_dots1.mod_dots3 .slick-dots li{
    background: var(--colorfff);
}
.mod_dots1.mod_dots3 .slick-dots li.slick-active{
    background: var(--colormain);
}
.make_light .luxy_el{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.make_light .luxy_el>div{
    pointer-events: all;
}
.tech_intel {
    position: relative;
}
.tech_intel_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tech_intel_bg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tech_main .std_title2{
    text-align: center;
}
.tech_elect{
    position: relative;
}
.tech_elect_cry{
    padding-top: var(--distance100);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}
.tech_main .tech_elect .std_title2{
    color: #fff;
}
.tech_elect .tech_electron_btn_item::before {
    background: rgba(255,255,255,.2);
}
.tech_elect .tech_electron_btn_item .std_text2,
.tech_elect .tech_electron_btn_item.on .std_text2{
    color: #fff;
}
.tech_elect .tech_electron_btn_item::after{
    background: #fff;
}
.tech_intel.tech_intel1{
    padding-bottom: 82px;
}
.tech_elect .tech_elect_cry{
    padding-top: 96px;
}
.tech_elect .tech_electron_btn_item .std_text2{
    padding: 18px 10px 18px;
}
.tech_elect .tech_electron_btn_item{
    max-width: 353px;
}
.develop_duty{
    position: relative;
}
.develop_duty{
    padding-top: var(--distance150);
    padding-bottom: var(--distance180);
}
.develop_duty .prli_cry{
    background: rgba(255,255,255,.85);
}
.ys_banner .ys_ban_title{
    font-size: var(--font70);
    font-weight: bold;
    line-height: 1.3;
    color: var(--colorfff);
}
.ys_ban_txtbox .std_text20 p{
    color: var(--colorfff);
}
.ys_ban_txtbox .std_text20{
    margin-top: 24px;
}
.ys_banner{
    position: relative;
}
.home_screen{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.home_screen_icon{
    width: 36px;
    margin-bottom: 28px;
    position: relative;
    animation: screen1 2s linear infinite;
}
@keyframes screen1 {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0px);
    }
    75%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
@-webkit-keyframes screen1 {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0px);
    }
    75%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
.home_screen_icon img{
    width: 100%;
}
.home_screen_line{
    height: 87px;
    width: 100%;
    position: relative;
}
.home_screen_line::before{
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.home_screen_line::after{
    content: '';
    height: 35.6%;
    position: absolute;
    background: var(--colorfff);
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.home_hasco_list_item{
    width: 50%;
    position: relative;
}
.home_hasco_list{
    display: flex;
    flex-wrap: wrap;
}
.hhli_icon{
    width: 202px;
    margin-bottom: 36px;
}
.hhli_icon img{
    width: 100%;
}
.home_hasco_list .std_title2{
    font-size: var(--font40);
    font-weight: bold;
    color: var(--color333);
}
.hhli_img{
    position: relative;
}
.hhli_img video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.hhli_cry{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home_hasco_list_item .hhli_text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
}
.hhli_text .std_title50{
    color: var(--colorfff);
}
.hhli_cry{
    padding: 130px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hhli_cry .std_title2{
    width: 580px;
    max-width: 100%;
}
.hhli_text .std_text1 p{
    color: var(--colorfff);
}
.hhli_text .std_text1{
    margin-top: 18px;
}
.hhli_text .std_text1{
    height: 0;
    opacity: 0;
    margin-top: 0;
    transition: all 0.36s ease;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 420px;
}
.hhli_link{
    position: relative;
}
.hhli_img video{
    opacity: 0;
    transition: all 0.36s;
}
.home_hasco_list_item.on .hhli_img video{
    opacity: 1;
}
.home_leader{
    position: relative;
}
.home_leader_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home_leader_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home_leader_cry .std_title50{
    font-weight: bold;
    color: var(--colormain);
    line-height: 1.3;
    text-align: center;
    margin-bottom: 23px;
}
.home_leader_cry{
    position: relative;
    z-index: 6;
}
.home_leader_cry .std_text1 p{
    color: rgba(28,34,39,.7);
    line-height: var(--l1h75);  
} 
.home_leader_cry .std_text1{
    text-align: center;
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: var(--distance100);
}
.hlcl_item{
    padding: 0 31px;
    width: 25%;
}
.home_leader_cry_list{
    margin: 0 -31px;
    display: flex;
    margin-bottom: var(--distance90);
    flex-wrap: wrap;
}
.hlcl_item_title{
    font-size: var(--font20);
    color: #1C2227;
    line-height: 1.3;
}
.hlcl_item_title .std_title2{
    font-style: normal;
    color: #1C2227;
    margin-right: 2px;
    font-weight: bold;
}
.hlcl_item_title .std_title66{
    color: var(--colormain);
    font-weight: bold;
    font-family: 'UrbanistSemiBold'!important;
    font-display:swap;
}
.hlcl_item_title .scroll_num{
    margin-right: 2px;
}
.hlcl_item_title{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 9px;
    margin-bottom: 13px;
}
.hlcl_item .std_text20{
    color: var(--color666);
}
.hlbn_img,
.hlbn_img img{
    width: 100%;
}
.home_leader_box{
    position: relative;
    overflow: hidden;
}
.home_leader_box_nub {
    opacity: 1!important;
    transition: all 1s linear!important;
    z-index: 998!important;
}
.home_leader_box_nub:not(:first-child){
    position: absolute;
    transform: translateY(0);
}
.home_leader_box_nub.slick-active{
    transform: translateY(0);
}
.home_leader_box_nub.slick-active~.home_leader_box_nub{
    transform: translateY(100%);
}
.home_customer{
    background: #f9f9f9;
    padding-top: var(--distance120);
}
.home_customer .std_title50{
    line-height: 1.3;
    margin-bottom: 22px;
    color: var(--color333);
    font-weight: bold;
}
.home_customer .std_text1 p{
    color: #24292D;
    line-height: 1.8;
}
.home_customer_text{
    width: 25.7%;
    padding-top: var(--distance60);
}
.home_customer_global_img{
    width: 924px;
}
.home_customer_global_img img{
    width: 100%;
}
.home_customer_cry{
    display: flex;
    justify-content: space-between;
}
.home_customer_global{
    margin-right: 160px;
    position: relative;
    padding-top: 230px;
}
.home_three{
    width: 385px;
    height: 385px;
}
.home_customer_cry{
    margin-bottom: 74px;
}
.home_news{
    padding-top: var(--distance100);
    padding-bottom: var(--distance160);
}
.home_news .std_title52{
    text-align: center;
    margin-bottom: var(--distance50);
}
.home_news_list_item{
    width: 33.333333%;
    padding: 0 14px;
}
.home_news_list{
    margin: 0 -14px;
}
.hnli_link_img{
    width: 100%;
}
.hnli_link{
    background: #F7F9FB;
    display: flex;
    flex-direction: column;
}
.hnli_link_text .std_text1{
    font-family: 'UrbanistRegular'!important;
    font-display:swap;
    color: var(--color666);
    line-height: 1.2;
    margin-bottom: 11px;
}
.hnli_link_text .std_title4{
    color: var(--color333);
    line-height: var(--l1h75);
    transition: all 0.36s;
}
.hnli_link_text{
    padding: 32px 33px 70px;
}
.home_news_list_item:not(:first-child){
    display: none;
}
.hcll_nub{
    /* 130+12 */
    width: 142px;
    padding: 0 6px;
    display: inline-block;
}
.hcll_nub .ys_imgbox_cover{
    width: 100%;
    width: 130px;
}
.home_customer_logo {
    position: relative;
}

.home_customer_logo_list{
    width: calc(142px * var(--width-shu));
    white-space: nowrap;
    font-size: 0;
} 
.home_customer_logo1 .home_customer_logo_list2{
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
}
.home_customer_logo_list1 {
    transform: translateX(0);
}
.home_customer_logo1 .home_customer_logo_list1{
    animation: donghua calc(3s * var(--width-shu)) linear infinite;
}
.home_customer_logo1 .home_customer_logo_list2 {
    animation: donghua2 calc(3s * var(--width-shu)) linear infinite;
}
@keyframes donghua {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes donghua2 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
.home_customer_logo2 .home_customer_logo_list2{
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    left: 0;
}
.home_customer_logo2 .home_customer_logo_list1{
    animation: donghua3 calc(3s * var(--width-shu)) linear infinite;
}
.home_customer_logo2 .home_customer_logo_list2 {
    animation: donghua4 calc(3s * var(--width-shu)) linear infinite;
}
@keyframes donghua3 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes donghua4 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.home_logo_all:hover .home_customer_logo_list1,
.home_logo_all:hover .home_customer_logo_list2 {
    animation-play-state: paused;
}
.home_customer_logo {
    margin-bottom: 30px;
}
.home_customer_logo:last-child{
    margin-bottom: 0;
}
.home_customer {
    padding-bottom: var(--distance120);
}
.home_logo_all{
    padding-bottom: 9px;
}
.news_box{
    padding-top: var(--distance60);
    padding-bottom: var(--distance73);
}
.news_box_search{
    margin-bottom: var(--distance60);
    background: var(--colorbg1);
    display: flex;
    justify-content: space-between;
    padding: 15px 17px 15px 30px;
    align-items: center;
}
.news_box_search_btn{
    width: 36px;
    cursor: pointer;
}
.news_box_search_input{
    width: calc(100% - 36px);
    padding-right: 10px;
}
.news_box_search_input input{
    width: 100%;
    font-size: var(--text18);
    line-height: var(--l1h75);
    color: var(--color333);
}
.news_box_search_input input::placeholder{
    color: #999;
}
.news_box_list{
    background: var(--colorbg1);
}
.nbli_link{
    display: flex;
    padding: 30px 40px;
}
.nbli_link_img{
    width: 268px;
}
.nbli_link_img .ys_imgbox_cover{
    width: 100%;
}
.nbli_link_text{
    width: calc(100% - 268px);
    padding-left: 30px;
}
.nbli_link_text .std_title4{
    margin-bottom: 16px;
    color: var(--color333);
    line-height: var(--l1h75);
    transition: all 0.36s;
}
.nbli_link_text_date{
    color: var(--color666);
    line-height: 1.2;
    margin-bottom: 7px;
    font-family: 'UrbanistRegular'!important;
    font-display:swap;
}
.news_box_list{
    padding-top: 22px;
    padding-bottom: 2px;
}
.std_page{
    margin-top: 18px;
}
.std_page .pc_fenye li {
    width: 33px;
    height: 34px;
    border: 1px solid var(--color333);
    font-family: "Microsoft Yahei"!important;
    font-display:swap;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    text-align: center;
    margin: 0 12px;
    border-radius: 0;
    transition: all 0.36s;
}
.pc_fenye li.activepage{
    background: var(--colormain);
    border: 1px solid var(--colormain);
    color: var(--colorfff);
}
.news_detail_ban{
    background: var(--colorbg1);
    padding-top: var(--distance90);
    padding-bottom: 42px;
}
.news_detail_ban .std_title2{
    line-height: 1.325;
    font-weight: bold;
    color: var(--color333);
    margin-bottom: 64px;
    max-width: 901px;
}
.news_detail_other_date{
    color: var(--color666);
    line-height: var(--l1h5);
    margin-right: var(--distance60);
}
.news_detail_other{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news_detail_other .ys_share_img{
    width: 24px;
}
.news_detail_text{
    padding-top: var(--distance60);
    padding-bottom: var(--distance120);
}
.news_detail_text .std_text2,
.news_detail_text .std_text2 p{
    color: var(--color666);
}
.news_detail_text .std_text2 p{
    margin-bottom: 34px;
}
.news_detail_text .std_text2 p:last-child{
    margin-bottom: 0;
}
.news_detail_page{
    margin-top: var(--distance80);
    border-top: 1px solid rgba(51,51,51,.2);
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}
.news_detail_page_item{
    width: 270px;
    max-width: 50%;
}
.news_detail_page_item .std_text2{
    color: var(--color333);
    line-height: var(--l1h75);
    transition: all 0.36s;
    display: block;
}
.inof_public{
    padding-top: var(--distance120);
    padding-bottom: var(--distance160);
}
.inof_public_list_item{
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 28px;
}
.inof_public_list{
    margin: 0 -12px;
    margin-bottom: -28px;
    display: flex;
    flex-wrap: wrap;
}
.ipli_cry{
    background: var(--colorbg1);
    padding: 44px 32px 44px;
    height: 100%;
}
.ipli_cry .std_title3{
    color: var(--color333);
    line-height: var(--l1h5);
    margin-bottom: 28px;
}
.ipli_clb_href{
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    justify-content: space-between;
}
.ipli_clb_href::before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.10);
}
.ipli_clb_href::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: var(--colormain);
    transition: all 0.36s;
}
.ipli_cry_link .std_text1{
    color: var(--color333);
    line-height: var(--l1h5);
    transition: all 0.36s;
    width: calc(100% - 6px);
    padding-right: 10px;
}
.ipli_clb_href_icon{
    width: 6px;
}
.ipli_clb_href_icon img{
    width: 100%;
}
.ipli_cry_link_box{
    margin-bottom: 10px;
}
.ipli_cry_link_box:last-child{
    margin-bottom: 0;
}
.ipli_cry {
    height: 601px;
    overflow: hidden;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.ipli_cry .mCSB_scrollTools,
.ipli_cry .mCSB_scrollTools .mCSB_draggerRail,
.ipli_cry .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
}
.ipli_cry .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(193,193,193,.2);
}
.ipli_cry .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: var(--colormain);
}
.ipli_cry .mCSB_scrollTools{
    opacity: 1;
}
.ys_nybanner2 .ys_nyban_title h1{
    font-size: var(--font70);
    line-height: 1.35;
}
.about_light{
    padding-top: var(--distance150);
    padding-bottom: var(--distance120);
    position: relative;
}
.about_light_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.about_light_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about_light .ys_cont1044{
    position: relative;
    z-index: 6;
}
.about_light_cry_left{
    width: 432px;
    padding-right: 24px;
}
.about_light_cry_right{
    width: calc(100% - 432px);
    padding-top: 4px;
}
.alcr_list .hlcl_item{
    width: 50%;
    margin-bottom: 46px;
}
.alcr_list .hlcl_item .std_text20{
    color: var(--color333);
}
.about_light_cry_right .std_text2 p{
    margin-bottom: 19px;
}
.about_light_cry_right .std_text2 p:last-child{
    margin-bottom: 0;
}
.alcr_text {
    margin-bottom: 42px;
}
.alcr_list .hlcl_item_title {
    padding-bottom: 4px;
    margin-bottom: 16px;
    vertical-align: middle;
}
.home_leader_cry_list.alcr_list{
    margin-bottom: -46px;
}
.about_vision_list_item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 17px;
}
.about_vision_list{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.avli_cry{
    position: relative;
    width: 100%;
}
.avli_img{
    width: 100%;
    position: relative;
    transition: all 0.36s;
}
.avli_img img{
    transition: all 0.36s;
}
.avli_cry_text{
    position: absolute;
    padding: 52px 80px 59px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.avli_img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.35);
    top: 0;
    left: 0;
    z-index: 3;
}
.avli_cry_text .std_title3,
.avli_cry_text .std_title2{
    color: var(--colorfff);
}
.avli_cry_text .std_title2{
    transition: all 0.36s;
}
.about_plants{
    background: var(--colormain);
    position: relative;
}
.about_plants_img{
    width: 1355px;
    margin: 0 auto;
    position: relative;
}
.about_plants_img img{
    width: 100%;
}
.about_honor{
    padding-top: var(--distance100);
    padding-bottom: var(--distance180);
    position: relative;
}
.about_honor .std_title2{
    text-align: center;
    color: var(--color333);
    font-weight: bold;
    line-height: var(--l1h75);
    margin-bottom: var(--distance30);
}
.about_honor_list_nub{
    width: 50%;
    padding: 0 10px;
}
.about_honor_list{
    margin: 0 -10px;
}
.ahln_cry{
    background: #f9f9f9;
    padding: 37px 33px 38px;
}
.ahln_cry_img{
    width: 160px;
}
.ahln_cry_text{
    width: calc(100% - 160px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ahln_cry_text .std_title4{
    color: var(--colormain);
    font-weight: bold;
    line-height: var(--l1h5);
}
.ahln_cto_unit{
    color: var(--color333);
    line-height: var(--l1h5);
    margin-bottom: 12px;
}
.ahln_cto_name p{
    color: var(--color666);
    line-height: var(--l1h5);
}
.ahln_cry{
    display: flex;
    justify-content: space-between;
}
.about_honor_list_nub:not(:first-child){
    display: none;
}
.about_honor_box{
    padding-right: 15.5%;
    margin-bottom: 49px;
}
.about_honor_list .slick-list{
    overflow: visible;
}
.about_honor_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96.666667%;
}
.about_honor_bg img{
    width: 100%;
}
.about_honor .ys_cont1200{
    position: relative;
    z-index: 6;
}
.about_honor{
    overflow: hidden;
}
.about_honor_list.slick-slider {
    position: static;
}
.about_plants_title {
    text-align: center;
}
.about_plants_title .std_title2{
    color: var(--colorfff);
    font-weight: bold;
    line-height: var(--l1h75);
    margin-bottom: 4px;
}
.about_plants_title .std_text2 p{
    color: var(--colorfff);
    line-height: var(--l1h75);
}
.about_plants_top{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 82px;
    z-index: 6;
    width: 100%;
}
.apil_nub_btn{
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bg);
}
.about_plants_img_list{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.apil_nub{
    position: absolute;
    transform: translate(-50%,-50%);
    pointer-events: all;
    cursor: pointer;
}
.about_plants_img_star{
    width: 1.8%;
    height: 3%;
    position: absolute;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.about_plants_pop{
    position: absolute;
    background: var(--colorfff);
    padding: 17px 17px 24px;
    width: 360px;
    top: 48%;
    left: 88%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}
.about_plants_pop_img{
    width: 100%;
    margin-bottom: 15px;
}
.about_plants_pop_img img{
    width: 100%;
}
.about_plants_pop .std_title4{
    color: var(--colormain);
    font-weight: bold;
    line-height: var(--l1h75);
    text-align: center;
}
.apil_nub.act1 .about_plants_pop,
.about_plants_img_star.act1 .about_plants_pop{
    opacity: 1;
    pointer-events: all;
}
.apil_nub.act1,
.about_plants_img_star.act1{
    z-index: 6;
}
.contact_us{
    position: relative;
    padding-top: var(--distance133);
    padding-bottom: var(--distance145);
}
.contact_us_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contact_us_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact_us .ys_cont1200{
    position: relative;
    z-index: 3;
}
.cucl_list_item_name{
    font-weight: bold;
    line-height: var(--l1h75);
    margin-bottom: 8px;
}
.cucl_list_item{
    margin-bottom: 35px;
}
.cucl_list_item:last-child{
    margin-bottom: 0;
}
.contact_us_cry_left .std_title2{
    margin-bottom: 47px;
}
.cucl_list{
    margin-bottom: 30px;
}
.contact_us_cry_left .std_btn2{
    margin-top: 19px;
}
.mod_phone{
    pointer-events: none;
}
.contact_us_cry_form{
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    -moz-backdrop-filter: blur(7.5px);
    -ms-backdrop-filter: blur(7.5px);
    -o-backdrop-filter: blur(7.5px);
    padding: 44px 50px 78px 74px;
}
.contact_us_cry{
    display: flex;
}
.contact_us_cry_left{
    width: 32%;
    padding-right: 30px;
}
.contact_us_cry_form{
    width: 68%;
}
.contact_us_cry_form .std_title2{
    text-align: center;
    line-height: 1.325;
    color: var(--color333);
    margin-bottom: 20px;
    font-weight: normal;
}
.cucf_list{
    background: #f9f9f9;
    display: flex;
    position: relative;
}
.cucf_list_btn{
    width: 25%;
    text-align: center;
    cursor: pointer;
    flex-grow: 1;
}
.cucf_list_btn .std_text2{
    color: var(--color333);
    line-height: var(--l1h75);
    padding: 11px 15px;
    position: relative;
    transition: all 0.36s;
}
.cucf_list_btn .std_text2::before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ECECEC;
    top: 0;
    right: 0;
}
.cucf_list_btn:last-child .std_text2::before{
    display: none;
}
.cucf_list_btn.on .std_text2{
    color: #fff;
}
.cucf_list::before{
    content: '';
    width: calc(100% / var(--num));
    height: 100%;
    position: absolute;
    left: var(--left1);
    top: 0;
    background: var(--colormain);
    transition: all 0.36s;
}
.cucf_box{
    position: relative;
}
.cucf_box_core{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.36s;
}
.cucf_box_core.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.cucf_box_core_text p{
    color: var(--color333);
    line-height: var(--l1h75);
}
.cucf_box_core_text{
    margin-bottom: 21px;
}
.cucf_list{
    margin-bottom: 43px;
}
.cucf_bcl_nub{
    width: 100%;
    padding: 0 16px;
    margin-bottom: 18px;
}
.cucf_bcl_nub2{
    width: 50%;
}
.cucf_box_core_list{
    margin: 0 -16px -18px;
    display: flex;
    flex-wrap: wrap;
}
.cucf_bcl_nub_label{
    background: #f9f9f9;
    padding: 0 22px;
    height: 45px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.cucf_bcl_nub_label .std_text1{
    color: var(--color666);
    line-height: 1.75;
    white-space: nowrap;
}
.cucf_bcl_nub_label .std_text1 span{
    color: #f00;
}
.cucf_bcl_nub_label input{
    flex-grow: 1;
    padding-left: 6px;
    font-size: var(--text16);
    line-height: var(--l1h75);
    color: var(--color333);
}
.cucf_bcl_text .cucf_bcl_nub_label{
    height: auto;
}
.cucf_bcl_text .cucf_bcl_nub_label{
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
}
.cucf_bcl_nub_label textarea{
    width: 100%;
    font-size: var(--text16);
    line-height: var(--l1h75);
    color: var(--color333);
    height: 114px;
}
.cucf_bcl_code_img{
    width: 134px;
    cursor: pointer;
}
.cucf_bcl_code_img img{
    width: 100%;
}
.cucf_bcl_code{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cucf_bcl_code .cucf_bcl_nub_label{
    margin-right: 10px;
    width: 35.6%;
}
.cucf_bcl_code .cucf_bcl_nub_label input{
    width: calc(100% - 96px);
}
.cucf_bca_btn{
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 1px solid #D3D3D3;
    margin-right: 10px;
    position: relative;
    top: 9.2px;
    transition: all 0.36s;
}
.cucf_box_core_agree .std_text2{
    width: calc(100% - 22px);
}
.cucf_box_core_agree{
    display: flex;
    align-items: flex-start;
    margin-top: 17px;
}
.cucf_box_core_agree .std_text2 p{
    color: var(--color333);
}
.cucf_box_core_agree .std_text2 a{
    color: var(--colormain);
}
.cucf_box_core_submit,
.cucf_box_core_submit .std_btn2,
.cucf_box_core_submit .std_btn1_link,
.cucf_box_core_submit .btn1_font16{
    width: 100%;
    text-align: center;
}
.cucf_box_core_submit{
    margin-top: 43px;
}
.cucf_box_core_submit .std_btn1_link{
    padding-top: 10px;
    padding-bottom: 10px;
}
.cucf_bca_btn::before{
    content: '';
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: var(--colormain);
    opacity: 0;
    transition: all 0.36s;
}
.cucf_box_core_agree.on .cucf_bca_btn{
    border: 1px solid var(--colormain);
}
.cucf_box_core_agree.on .cucf_bca_btn::before{
    opacity: 1;
}
.join_future,
.join_work{
    position: relative;
}
.join_future_bg,
.join_work_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.join_future_bg img,
.join_work_bg img{
    width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.join_future .ys_cont1200,
.join_work .ys_cont1200{
    position: relative;
    z-index: 3;
}
.join_future{
    padding-top: var(--distance145);
    padding-bottom: var(--distance145);
}
.join_future_cry{
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    -moz-backdrop-filter: blur(2.5px);
    -ms-backdrop-filter: blur(2.5px);
    -o-backdrop-filter: blur(2.5px);
    padding: 60px 60px 95px 67px;
}
.join_future_cry_text{
    display: flex;
    margin-bottom: var(--distance40);
    margin-right: -28px;
}
.join_future_cry_text .std_title2{
    line-height: 1.3;
    font-weight: bold;
    width: 47.23%;
    padding-right: 20px;
}
.join_future_cry_text .std_text2{
    width: 52.77%;
}
.jfcl_nub{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.join_future_cry_list{
    margin: 0 -10px -20px;
    display: flex;
    flex-wrap: wrap;
}
.jfcl_nub_img{
    width: 100%;
}
.jfcl_nub_cry{
    position: relative;
}
.jfcl_nub_cry .std_title3{
    color: var(--colorfff);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 6;
}
.join_work{
    padding-top: var(--distance133);
    padding-bottom: var(--distance250);
}
.join_work_cry{
    width: 38%;
}
.join_work .std_title2{
    color: var(--color333);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: var(--distance50);
}
.join_work_cry_list{
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    -moz-backdrop-filter: blur(7.5px);
    -ms-backdrop-filter: blur(7.5px);
    -o-backdrop-filter: blur(7.5px);
}
.jwcl_item{
    padding: 57px 39px 57px 44px;
}
.jwcl_item_icon{
    width: 63px;
    margin-bottom: 10px;
}
.jwcl_item .std_title3{
    line-height: 2.5;
    color: var(--color333);
    margin-bottom: 10px;
}
.jwcl_item:not(:first-child){
    display: none;
}
.cucf_bcl_nub_select .ys_select_hd{
    display: flex;
    align-items: center;
}
.cucf_bcl_nub_select .ys_select_li{
    font-size: var(--text16);
    line-height: var(--l1h75);
    color: var(--color666);
    transition: all 0.36s;
    padding: 0 22px;
}
.cucf_bcl_nub_select .ys_select_bd {
    background: #f9f9f9;
    border-top: 1px solid rgba(153,153,153,.05);
    padding-bottom: 10px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}
.cucf_bcl_nub_select .ys_select_li:first-child{
    padding-top: 10px;
}
.layui-input-inline.cucf_bcl_nub_label {
    display: flex;
}
.cucf_bcl_nub_label .layui-input {
    height: auto;
    font-size: var(--text16);
    line-height: var(--l1h75);
    color: var(--color333);
    border-width: 0;
    background-color: transparent;
    border-radius: 0;
}
body .layui-laydate .layui-this {
    background-color: var(--colormain)!important;
}
.layui-laydate .layui-laydate-header *{
    vertical-align: middle;
}
.layui-laydate .layui-laydate-header i {
    top: 15px;
}
.layui-laydate .layui-laydate-header {
    padding: 9px 70px 5px;
}
/* hover */
.layui-laydate .layui-laydate-header i:hover,
.layui-laydate .layui-laydate-header span:hover {
    color: var(--colormain);
}
.layui-laydate .layui-laydate-footer span:hover {
    color: var(--colormain);
}
/* hover */
.inside_play{
    position: absolute;
    z-index: 6;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50vw - 600px);
    cursor: pointer;
}
.inside_play_img{
    width: 95px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.inside_play_img img{
    width: 100%;
}
.inside_play .std_text1{
    color: var(--colorfff);
    text-align: center;
    line-height: 1.5;
}
.ys_nybanner1 .ys_pos_center {
    top: 70.161538%;
}
.ys_nybanner1 .inside_play{
    top: 75.161538%;
}
.about_light_cry_left{
    position: sticky;
    top: 20vh;
}
.apel_nub_year{
    font-size: var(--font48);
    line-height: var(--l1h75);
    color: var(--colorfff);
    font-weight: bold;
    font-family: 'UrbanistSemiBold'!important;
}
.apel_nub_cry{
    display: flex;
    align-items: flex-end;
    padding-bottom: 29px;
}
.apel_nub_text .std_text1 p{
    line-height: var(--l1h75);
    color: var(--colorfff);
}
.apel_nub_icon{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin-top: 16px;
}
.apel_nub_icon img{
    width: 11px;
    transition: all 0.36s;
}
.apil_nub_btn::before,
.apil_nub_btn::after{
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000%;
    height: 1000%;
    transform: translate(-50%,-50%) scale(0.1);
    opacity: 1;
}
.apil_nub_btn::after{
    display: none;
}
@keyframes kuo1 {
    0%{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 1;
    }
    10%{
        transform: translate(-50%,-50%) scale(0.38);
        opacity: 1;
    }
    50%{
        transform: translate(-50%,-50%) scale(1.5);
        opacity: 0;
    }
    100%{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 0;
    }
}
@keyframes kuo2 {
    0%{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 1;
    }
    25%{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 1;
    }
    35%{
        transform: translate(-50%,-50%) scale(0.38);
        opacity: 1;
    }
    75%{
        transform: translate(-50%,-50%) scale(1.5);
        opacity: 0;
    }
    100%{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 0;
    }
}
@keyframes kuo3 {
    0%{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 1;
    }
    50%{
        transform: translate(-50%,-50%) scale(0.1);
        opacity: 1;
    }
    60%{
        transform: translate(-50%,-50%) scale(0.38);
        opacity: 1;
    }
    100%{
        transform: translate(-50%,-50%) scale(1.5);
        opacity: 0;
    }
}
.apil_nub.on1 .apil_nub_btn::before{
    animation: kuo1 4s linear infinite;
}
.apil_nub.on2 .apil_nub_btn::before{
    animation: kuo2 4s linear infinite;
}
.apil_nub.on3 .apil_nub_btn::before{
    animation: kuo3 4s linear infinite;
}
.about_plants_event_box{
    padding-left: calc(50vw - 700px);
    padding-right: calc(50vw - 700px);
}
.about_plants_event_list{
    white-space: nowrap;
    font-size: 0;
}
.apel_nub{
    width: 498px;
    display: inline-block;
    white-space: normal;
    position: relative;
}
.about_plants_event_list{
    position: relative;
}
.about_plants_event_list::before{
    content: '';
    height: 4px;
    background: rgba(255,255,255,.2);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
}
.about_plants_event_list::after{
    content: '';
    height: 4px;
    background: #6397D9;
    position: absolute;
    border-radius: 8px;
    width: calc(var(--pro) * 100%);
    bottom: 0;
    left: 0;
    transition: all 0.36s;
}
.apel_nub_year{
    width: 138px;
    text-align: center;
}
.apel_nub_text{
    width: calc(100% - 138px);
    padding-left: 35px;
    padding-right: 55px;
    padding-bottom: 17px;
}
.std_text1_wai {
    font-size: var(--text16);
    height: 3.5em;
    display: flex;
    align-items: flex-end;
}
.std_text1_wai .std_text1{
    height: 3.5em;
    overflow: hidden;
    transition: all 0.36s;
}
.apel_nub_cry.act .apel_nub_icon img{
    transform: rotate(180deg);
}
.apel_nub_cry.act .std_text1{
    height: auto;
    -webkit-line-clamp: inherit;
}
.apel_nub_icon{
    opacity: 0;
    pointer-events: none;
    display: none;
}
.apel_nub_icon.act{
    opacity: 1;
    pointer-events: all;
    display: block;
}
.about_plants_core{
    position: absolute;
    width: var(--width-num)!important;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: var(--distance80);
    padding-bottom: 44px;
}
.about_plants_event{
    position: absolute;
    left: 0;
    bottom: 50px;
}
.about_plants {
    width: var(--width-num)!important;
    overflow: hidden;
}
.about_vision{
    overflow: hidden;
}
.public_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.public_play img{
    width: 100%;
}
.tech_elect_list_item:not(:first-child){
    display: none;
}
.mbln_link_text{
    position: absolute;
    width: 100%;
    bottom: var(--distance180);
    left: 0;
    height: auto;
    z-index: 3;
}
.make_base{
    position: relative;
}
.make_base_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: var(--distance90);
    z-index: 10;
    pointer-events: none;
}
.make_base_title .std_title2{
    color: var(--colorfff);
    font-weight: bold;
    line-height: var(--l1h75);
    pointer-events: all;
    display: inline-block;
}
.mbln_img img{
    transform: scale(1)!important;
}
.mbln_link_text .std_title4{
    color: var(--colorfff);
    font-weight: bold;
    line-height: var(--l1h5);
}
.make_base_list_nub {
    position: relative;
}
.make_base_list_nub:not(:first-child){
    display: none;
}
/* slick - start */
.make_base_list .make_base_list_nub {
    overflow: hidden;
    opacity: 1 !important;
}
.make_base_list.nexting .ys_slick_prev {
    z-index: 1000 !important;
}
.make_base_list.nexting .ys_slick_active {
    z-index: 999 !important;
}
.make_base_list.preving .ys_slick_prev {
    z-index: 1000 !important;
}
.make_base_list.preving .ys_slick_active {
    z-index: 999 !important;
}
.make_base_list.nexting .ys_slick_active {
    animation: none;
}
.make_base_list.preving .ys_slick_prev {
    animation: slideOutRight 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.make_base_list.preving .ys_slick_prev img {
    animation: slideOutLeft 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.make_base_list.nexting .ys_slick_prev {
    animation: slideOutLeft 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.make_base_list.nexting .ys_slick_prev img {
    animation: slideOutRight 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* slick - end */
.make_base_list_nub.slick-active .std_title4{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.5s;
}

.home_three{
    border-radius: 50%;
    /* background: #D9D9D9; */
    position: absolute;
    right: var(--distance120);
    top: 0;
}
.home_core_cry{
    position: relative;
    padding-bottom: var(--distance180);
}
.home_add_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
}


/*  */
.home_ban_controls{
    position: absolute;
    bottom: 29.12%;
    left: 0;
    width: 100%;
    height: 26px;
}
.home_ban_controls .ys_cont1720{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home_dots{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -8px;
}
.home_play,.home_dots_li,
.home_prev,
.home_next{
    margin: 0 8px;
    cursor: pointer;
}
.home_dots_li {
    position: relative;
}
.home_dots_li svg {
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    z-index: 5;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.home_dots_li svg circle {
    stroke-width: 1px;
    stroke: #fff;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    transition: stroke-dashoffset 0.6s ease-out;
    -webkit-transition: stroke-dashoffset 0.6s ease-out;
    -moz-transition: stroke-dashoffset 0.6s ease-out;
    -o-transition: stroke-dashoffset 0.6s ease-out;
    -ms-transition: stroke-dashoffset 0.6s ease-out;
}
.home_dots_li.on svg circle {
    stroke-dashoffset: 0;
    animation: movedong 6s ease-out;
}
.home_dots_li span {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease-out;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
}
.home_dots_li span:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.home_dots_li.on span {
    border-color: rgba(255, 255, 255, 0.3);
}
.home_dots_li.on svg circle {
    stroke-dashoffset: 0;
    animation: movedong 6s ease-out;
}
@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.home_ban_controls.no_show{
    display: none;
}
.home_leader_core{
    position: relative;
    padding-top: var(--distance120);
    overflow: hidden;
}
/* .home_leader_core.ys_fixed{
   transform: translateY(var(--top1));
} */

.home_add_box {
    position: relative;
}
.home_leader_core{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.home_leader_core.ys_fixed{
    position: fixed;
    top: var(--top_value);
    left: 0;
    width: 100%;
}
.home_leader_core.ys_fixed.ys_notfixed{
    position: absolute;
    top: var(--top_value2);
}
.home_leader{
    background: #f9f9f9;
}
.home_leader_zhan{
    height: 2750px;
    width: 100%;
}
.home_hasco_list_item:nth-of-type(2n){
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.3s;
}
.footer_top_logo a{
    display: block;
}
.cucf_list_btn .std_text2{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cucf_bcl_nub_label.cucf_bcl_nub_select{
    overflow: visible;
}
.cucf_bcl_nub_select .ys_select_bd{
    height: 133px;
}
.ys_nybanner1 .ys_pos_center {
    top: auto;
    bottom: 17%;
}
.ys_nyban_title h1{
    line-height: 1.37;
}
.ys_nybanner1 .inside_play {
    top: auto;
    bottom: 8%;
}
.ys_nybanner1 .ys_pos_center{
    font-size: var(--font50);
    min-height: 2.74em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tech_main .ys_main .mCSB_outside+.mCSB_scrollTools{
    opacity: 0!important;
}
.have_nav.ys_nybanner1 .ys_pos_center{
    bottom: calc(17% + 60px);
} 
.have_nav.ys_nybanner1 .inside_play{
    bottom: calc(8% + 60px);
}
.make_future .ys_cont1200, .make_light .ys_cont1200{
    position: relative;
}
.make_light{
    padding-top: var(--distance120);
    padding-bottom: var(--distance120);
}
.make_future{
    padding-top: var(--distance145);
    padding-bottom: var(--distance145);
}
.make_future_bg {
    position: absolute;
}
.make_future_bg img,
.make_light_bg img{
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.make_light,.make_future{
    min-height: 900px;
} 
.about_ph{
    display: none;
}
.home_news_list .slick-track{
    display: flex;
}
.home_news_list_item.slick-slide{
    height: auto;
}
.hnli_link{
    height: 100%;
}
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: var(--colormain);
}
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a {
    color: var(--colormain);
}
.hlbn_text .std_title2{
    font-weight: bold;
    color: var(--colorfff);
    margin-bottom: 8px;
}
.hlbn_text .std_text20 p{
    color: var(--colorfff);
}
.hlbn_text{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 20px 48px;
}
.mc_fybtn {
    color: var(--colormain);
}
.news_main .ys_nybanner1 .ys_cont1200{
    width: 1000px;
}
.hlcl_item_title{
    position: relative;
    top: -4px;
}
.hlcl_item_title span,
.hlcl_item_title i{
    position: relative;
    top: 4px;
}
.hhli_text_play{
    width: 60px;
    display: none;
}
.hhli_text_play img{
    width: 100%;
}
.footer_bot_left>.std_text3 br{
    display: none;
}
.hhli_link{
    display: block;
    position: relative;
}
.tech_electron_btn{
    font-size: 0;
}
.tech_electron_btn_item{
    display: inline-block;
}
.apel_nub_cry.act .std_text1 {
    max-height: 10.5em;
    overflow: hidden;
}
.apel_nub_cry .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.15);
}
.apel_nub_cry .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
}
.apel_nub_cry .mCSB_scrollTools{
    opacity: 1;
}
.apel_nub_cry .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.apel_nub_cry .mCSB_scrollTools {
    right: -7px!important;
}
.apel_nub_text {
    padding-right: 45px;
}
.std_text1_wai .mCSB_container{
    padding-right: 10px;
}
.about_plants_event_list .slick-prev, 
.about_plants_event_list .slick-next{
    width: 30px;
    height: 30px;
}
.about_plants_event_list .slick-prev::before,
.about_plants_event_list .slick-next::before{
    content: '';
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.about_plants_event_list .slick-prev::before{
    background-image: url(../images/a1_arrow02.svg);
}
.about_plants_event_list .slick-next::before{
    background-image: url(../images/a1_arrow01.svg);
}
/* 2023.12.26 - load - start */
.ys_title1 {
    animation: fadeInUp40 1s ease-in-out both;
    /* animation-delay: 0.05s; */
}
.ys_fadeup1 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.1s;
}
.ys_fadeup2 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.2s;
}
.ys_fadeup3 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.3s;
}
.ys_fadeup4 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.ys_fadeup5 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.5s;
}
.ys_fadeup6 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.6s;
}
.ys_fadeup7 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.7s;
}
.ys_fadeup8 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.8s;
}
.ys_fadeup9 {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.9s;
}
.fadeIn03 {
    -webkit-animation-name: fadeIn03;
    animation-name: fadeIn03;
}
.fadeIn-g {
    -webkit-animation-name: fadeIn-g;
    animation-name: fadeIn-g;
}
.fadeInUp-info{
	-webkit-animation-name: fadeInUp-info;
    animation-name: fadeInUp-info;
}
.fadeInUp-created-title{
	-webkit-animation-name: fadeInUp-info;
    animation-name: fadeInUp-created-title;
}
.fadeInUp40{
	-webkit-animation-name: fadeInUp-info;
    animation-name: fadeInUp40;
}
.fadeInUp-seven{
	-webkit-animation-name: fadeInUp-seven;
    animation-name: fadeInUp-seven;
}
.fadeInLeft{
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight{
	-webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated05 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes fadeIn{
	0% {
   		 opacity: 0.8;
	}
	100% {
	    opacity: 1;
	}
}
@keyframes fadeIn03{
	0% {
   		 opacity: 0.3;
	}
	100% {
	    opacity: 1;
	}
}
@keyframes fadeIn-g{
	0% {
   		 opacity: 0;
	}
	100% {
	    opacity: 1;
	}
}

@keyframes fadeInUp-info{
	0% {
   		 opacity: 0;
	    -webkit-transform: translateY(-40%);
	    -ms-transform: translateY(-40%);
	    transform: translateY(-40%);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
}
@keyframes fadeInUp-seven{
	0% {
	    opacity: 0.4;
	    -webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	    transform: translateY(20px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@keyframes fadeInUp-created-title{
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	    transform: translateY(20px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@keyframes fadeInUp40{
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(40px);
	    -ms-transform: translateY(40px);
	    transform: translateY(40px);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
}
@keyframes fadeInLeft{
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    transform: translateX(-100%);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}
}
@keyframes fadeInRight{
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	    transform: translateX(100%);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}
}
.product_rotate_list_item.slick-active .std_title2{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.product_rotate_list_item.slick-active .std_title3{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.product_rotate_list_item.slick-active .std_text2{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.5s;
}
.product_rotate_list_item.slick-active .prli_cry_img{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.45s;
}
.ppbl_item.slick-active .std_title2{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.3s;
}
.ppbl_item.slick-active .std_text2{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.mlcl_item.slick-active .std_title3{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.3s;
}
.mlcl_item.slick-active .mlcl_item_text{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.35s;
}
.mlcl_item.slick-active .mlcl_item_list {
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.make_base_list_item.slick-active .std_title3{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.3s;
}
.mfcl_item.slick-active .std_title3{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.3s;
}
.mfcl_item.slick-active .mfcl_item_text{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.mfcl_item.slick-active .mfcl_item_data_nub{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.5s;
}
.jwcl_item.slick-active .jwcl_item_icon{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.35s;
}
.jwcl_item.slick-active .std_title3{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.jwcl_item.slick-active .std_text1{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.45s;
}
.inof_public_list_item:nth-of-type(3n){
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.4s;
}
.inof_public_list_item:nth-of-type(3n-1){
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.3s;
}
.inof_public_list_item:nth-of-type(3n-2){
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.2s;
}
.ys_ban_li.slick-active .ys_ban_title{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: .6s;
}
.ys_ban_li.slick-active .std_text20{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.65s;
}
.make_base_list_nub.slick-active .std_title4{
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.5s;
}
.home_hasco_list_item:nth-of-type(2n){
    animation: fadeInUp40 1s ease-in-out both;
    animation-delay: 0.3s;
}
/* 2023.12.26 - load - end */
/* 2023.12.26 - start */
.footer_top_nav{
    display: flex;
    margin: 0 -25px;
    padding-bottom: 33px;
}
.footer_top_nav>li{
    padding: 0 25px;
}
.footer_top_nav ul a{
    color: rgba(255,255,255,.8);
    transition: all 0.36s;
    font-size: var(--text18);
    line-height: 1.45;
    display: block;
    padding: 15px 0;
}
.footer_top_nav ul li{
    margin-bottom: 0;
}
.footer_top_nav li, .footer_top_nav a{
    line-height: 1.45;
}
.footer_top_nav ul{
    margin-top: 27px;
}
.footer_top_nav li{
    margin-bottom: 0!important;
}
.about_honor_list_nub:not(:first-child) {
    display: block;
}
.about_honor_list{
    width: calc(600px * var(--width-shu));
    white-space: nowrap;
    font-size: 0;
    display: flex;
} 
.about_honor_list_nub {
    width: 600px;
    display: inline-block;
}
.about_honor_list2{
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
}
.about_honor_list1 {
    transform: translateX(0);
}
.about_honor_box .about_honor_list1{
    animation: donghua calc(4.5s * var(--width-shu)) linear infinite;
}
.about_honor_box .about_honor_list2 {
    animation: donghua2 calc(4.5s * var(--width-shu)) linear infinite;
}
.about_honor_box:hover .about_honor_list1,
.about_honor_box:hover .about_honor_list2 {
    animation-play-state: paused;
}
.ahln_cry{
    white-space: normal;
}
.about_honor_box{
    position: relative;
    z-index: 10;
}
.about_plants_core {
    width: 100%!important;
    position: relative;
    height: auto;
}
.about_plants_event {
    position: relative;
    bottom: 0;
}
.about_plants_event_box {
    padding-left: 0!important;
    padding-right: 0!important;
    position: relative;
}
.about_plants_event .swiper-container-horizontal>.swiper-pagination-progressbar, 
.about_plants_event .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    top: auto;
    bottom: 0!important;
}
.about_plants_event .swiper-pagination-progressbar {
    background: rgba(255,255,255,.2);
    border-radius: 8px;
}
.about_plants_event .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #6397D9;
}
.about_plants_event_list::before,
.about_plants_event_list::after{
    display: none;
}
.apel_nub{
    width: 33.333333%;
}
.about_plants {
    width: 100%!important;
}
.join_work_add {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.join_work_add .slick-list{
    width: 100%;
    height: 100%;
}
.join_work_add .slick-track{
    height: 100%;
}
.join_work_add_nub {
    position: relative;
}
/* 2023.12.26 - end */
/* 2023.12.27 - start */
.blank_cry_img{
    width: 36.75%;
    margin: 0 auto;
    margin-bottom: 54px;
}
.blank_cry_img img{
    width: 100%;
}
.blank_cry .std_title3{
    text-align: center;
    font-weight: bold;
    color: var(--colormain);
    margin-bottom: 53px;
}
.blank_cry .std_btn2{
    justify-content: center;
}
.blank_cry .std_btn2 .std_btn1_link {
    padding: 11px 70.5px 10px;
}
/* 2023.12.27 - end */
.jwcl_item .std_title3{
    line-height: 1.5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.ys_footer_bg img {
    object-fit: cover;
}
/*.ys_ban_imgbox::before{*/
/*    background-image: url(../images/mask.png);*/
/*    background-size: 100% 100%;*/
/*    opacity: 0.2;*/
/*}*/
.footer_other .std_btn1{
    margin-bottom: var(--distance30);
}
.footer_other .std_btn1:last-child{
    margin-bottom: 0;
}
.hhli_cry .std_title2{
    color: var(--colormain);
}
.ys_ban_imgbox::before {
    opacity: 0;
}
.ys_nyban_img::before {
    background: rgba(0, 0, 0, 0);
}
.ys_banner .ys_ban_imgbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,0));
}
.ys_nyban_img::before {
    background: rgba(0, 0, 0, .2);
}
.hlbn_img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    z-index: 2;
}
.hlbn_text{
    z-index: 4;
}
/* 2024.05.13 - start */
.ys_banner .ys_ban_imgbox::after {
    height: 24%;
}
.ys_ban_imgbox::before {
    width: 57.08%;
    opacity: 0.3;
    background: linear-gradient(62deg, #010F1F 18.47%, rgba(0, 23, 48, 0.00) 80.26%);
}
.hhli_cry .std_title2{
    background: linear-gradient(258deg, #0B686F 10.75%, #003670 90.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home_hasco_list .std_title2{
    font-weight: normal;
}
.home_hasco_list_item .hhli_text {
    top: auto;
    bottom: 10.5%;
    transform: translate(-50%,0);
}
.home_leader_cry .std_title50 {
    font-weight: normal;
    color: var(--colorfff);
    font-size: var(--font40);
}
.home_leader_cry .std_title50 span{
    color: var(--coloradd);
}
.home_leader_cry .std_text1 p {
    color: rgba(255, 255, 255, .7);
}
.hlcl_item_title .std_title66{
    color: var(--coloradd);
}
.hlcl_item_title,
.hlcl_item_title .std_title2,
.hlcl_item .std_text20{
    color: var(--colorfff);
}
.hlbn_img::before {
    height: 42.48%;
    top: auto;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    opacity: .5;
}
.home_customer .std_title50{
    font-size: var(--font40);
    font-weight: normal;
}
.home_news .std_title52{
    font-size: var(--font40);
    font-weight: normal;
    color: var(--color333);
}
.ys_footer {
    background: linear-gradient(258deg, #0B686F 10.75%, #003670 90.12%);
}
.make_anchor_list::before {
    opacity: 0.8;
    background: linear-gradient(258deg, #0B686F 10.75%, #003670 90.12%);
}
.ys_nyban_img::before{
    display: none;
}
.product_rotate .std_title2{
    font-weight: normal;
}
.prli_cry,
.develop_duty .prli_cry  {
    background: linear-gradient(258deg, rgba(11, 104, 111, 0.85) 10.75%, rgba(0, 54, 112, 0.85) 90.12%);
}
.prli_cry_text .std_title3{
    color: var(--colorfff);
}
.prli_cry_text .std_text2,
.prli_cry_text .std_text2 p{
    color: var(--colorfff);
}
.prli_cry_text .std_title3 span{
    color: var(--coloradd);
}
.make_light_cry .std_title2{
    font-weight: normal;
}
.make_light_cry_list,
.make_future_cry_list {
    background: linear-gradient(258deg, rgba(11, 104, 111, 0.85) 10.75%, rgba(0, 54, 112, 0.85) 90.12%);
}
.mlcl_item .std_title3,
.mlcl_title,
.mfcl_item .std_title3{
    color: var(--colorbg1);
}
.mlcl_item_text p, .mlcl_item_list p{
    color: var(--colorfff);
}
.mlcl_item .std_title3 span{
    color: var(--coloradd);
}
.make_base_title .std_title2{
    font-weight: normal;
}
.make_future_bg::before{
    display: none;
}
.make_future_cry .std_title2{
    font-weight: normal;
}
.mfcl_item_text,
.mfcl_item_text p{
    color: var(--colorfff);
}
.mfcl_item_data_nub .std_title3{
    color: var(--coloradd);
}
.mfcl_item_data_nub .std_text2{
    color: var(--colorbg1);
}
.about_light_cry_left .std_title2{
    font-weight: normal;
}
.about_light_cry_right .std_text2 p {
    margin-bottom: 18px;
}
.about_light .hlcl_item_title,
.about_light .hlcl_item_title .std_title2,
.about_light .hlcl_item .std_text20 {
    color: var(--color333);
}
.about_plants{
    background: linear-gradient(258deg, #0B686F 10.75%, #003670 90.12%);
}
.apel_nub_year,
.ahln_cry_text .std_title4{
    color: var(--coloradd);
}
.develop_more{
    background: #f9f9f9;
}
.develop_main .std_title2{
    font-weight: normal;
}
.join_future_cry {
    background: linear-gradient(258deg, #0B686F 10.75%, #003670 90.12%);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    -moz-backdrop-filter: blur(0);
    -ms-backdrop-filter: blur(0);
    -o-backdrop-filter: blur(0);
}
.join_future_cry_text .std_title2{
    color: var(--colorfff);
    font-weight: normal;
}
.join_future_cry_text .std_text2,
.join_future_cry_text .std_text2 p{
    color: var(--colorfff);
}
.join_work_cry_list {
    background: linear-gradient(258deg, #0B686F 10.75%, #003670 90.12%);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    -moz-backdrop-filter: blur(0px);
    -ms-backdrop-filter: blur(0px);
    -o-backdrop-filter: blur(0px);
}
.apel_nub.swiper-slide{
    height: auto;
}
.apel_nub_cry {
    height: 100%;
}
.jwcl_item .std_title3{
    color: var(--colorfff);
}
.jwcl_item .std_text1,
.jwcl_item .std_text1 p{
    color: var(--colorfff);
}
.about_light_cry_left {
    width: 511px;
}
.about_light_cry_right {
    width: calc(100% - 511px);
}
.about_plants_pop .std_title4{
    color: var(--coloradd);
}
/* 2024.05.13 - end */
.ppbl_item .std_text2, 
.ppbl_item .std_text2 p,
.mlcl_item_text p, 
.mlcl_item_list p,
.prli_cry_text .std_text2, 
.prli_cry_text .std_text2 p,
.jwcl_item .std_text1, 
.jwcl_item .std_text1 p{
    text-align: justify;
}
.news_main .ys_cont1000,
.news_main .ys_nybanner1 .ys_cont1200 {
    width: 70%;
    min-width: 1000px;
}
.crumbs_list_item a{
    font-size: 16px;
}
.avli_img::before{
    background: rgba(0, 0, 0, .15);
}
.home_leader_cry .std_text1,
.home_leader_cry .std_text1 p,
.home_customer .std_text1,
.home_customer .std_text1 p{
    font-size: var(--text20);
}
.home_leader_cry .std_text1 {
    width: 920px;
}
.home_customer_text {
    width: 31.7%;
}
.ahln_cry_img {
    width: 200px;
}
.ahln_cry_img img{
    object-fit: contain;
}
.ahln_cry_text {
    width: calc(100% - 200px);
    flex-grow: 1;
}
.news_main .ys_nybanner1 .ys_cont1200{
    width: 1400px;
}
.nbli_link_img {
    width: 536px;
}
.nbli_link_text {
    width: calc(100% - 536px);
}
.prli_cry_text .std_text20,
.prli_cry_text .std_text20 p{
    color: var(--colorfff);
}
.make_main .ys_cont1200 {
    width: 1400px;
}
.crumbs_list_item a {
    font-size: 18px;
}
.nbli_link_text .std_title4{
    font-size: var(--font30);
}
.nbli_link_text_word,
.nbli_link_text_word p{
    font-size: var(--text18);
}

