﻿@charset "utf-8";
body {
    font-family: "PingFang SC","Microsoft Yahei" !important;
}
@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Roboto-Regular/roboto-regular-webfont.eot');
    src: url('../fonts/Roboto-Regular/roboto-regular-webfont.eot') format('embedded-opentype'),
         url('../fonts/Roboto-Regular/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/Roboto-Regular/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular/roboto-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*分享翻译*/
.ys_wechat_cont_parga p::before{
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/*导航默认选中*/
.yxnav_active1 {}
.yxnav_active2 {}
/* - banner - start*/
/* p,div,h1,h2,h3,h4,h5,h6,span,td,tr{
    word-wrap: normal !important;
    word-break: keep-all !important;
} */

.ys_banner {
    width: 100%;
    position: relative;
}
.ys_ban_li {
    position: relative;
    overflow: hidden;
}
.ys_ban_li.slick-active .ys_ban_title{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.4s;
}
.ys_ban_li.slick-active .ys_ban_word{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.5s;
}
.ys_ban_li.slick-active .std_btn2{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.6s;
}
.ys_ban_btn{
    overflow: hidden;
}
.ys_ban_txtbox{
    overflow: hidden;
}
.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}
.ys_ban_imgbox img {
    width: 100%;
}
.ys_ban_li>a {
    display: block;
}
.ys_ban_ph {
    display: none;
}
.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ys_ban_li:not(:first-child) {
    display: none;
}
.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 67.18%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 11.91%), linear-gradient(0deg, rgba(4, 59, 123, 0.05) 0%, rgba(4, 59, 123, 0.05) 100%);
}
.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;
}
.ys_nyban_title  p{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}
/* - banner - end*/
/* Delia-start */
/* 规范-start */
.std_title1{
    font-size: 54px;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
}
.std_title2{
    font-size: 32px;
    line-height: 1.4;
    color: #333;
}
.std_title3{
    font-size: 24px;
    line-height: 1.4;
    color: #999;
}
.std_title4, .std_title4 p{
    font-size: 18px;
    line-height: 1.75;
    color: #999;
}
.std_title5, .std_title5 p{
    font-size: 16px;
    line-height: 1.75;
    color: #ddd;
}
.std_title6, .std_title6 p{
    font-size: 14px;
    line-height: 1.75;
    color: #ddd;
}
.yxedr_active p{
    font-size: 16px;
    line-height: 1.75;
    color: #999;
    margin-bottom: 12px;
}
.std_padd80{
    padding: 80px 0;
}
.std_padd80_top{
    padding-top: 80px;
}
.std_padd80_btm{
    padding-bottom: 80px;
}
.std_btn1{
    display: inline-block;
}
.std_btn1_box{
    display: block;
    position: relative;
    padding: 0 18px;
    background:#539A35;
    transition: all .36s;
}
.std_btn1_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(288deg, #00306C 40.88%, #539A35 100%);
    transition: all .36s;
    opacity: 0;
    z-index: -1;
}
.std_btn1_box p{
    line-height: 42px;
    font-size: 16px;
    color: #fff;
}
.std_btn2{
    display: inline-block;
}
.std_btn2_box{
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: #539A35;
    position: relative;
    cursor: pointer;
}
.std_btn2_box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #00306C 0%, #539A35 100%);
    opacity: 0;
    z-index: 0;
    transition: all .36s;
}
.std_btn2_box_text p{
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.std_btn2_box_icon{
    width: 16px;
    margin-left: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.std_btn2_box_icon img{
    width: 100%;  
}
.std_btn2_box_icon img:nth-child(1){
    transform: translateX(0px) scale(1);
}
.std_btn2_box_icon img:nth-child(2){
    position: absolute;
    left: 0;
    transform: translateX(-15px) scale(1);
    opacity: 0;
}
@keyframes huadong{
    0%{
        transform: translateX(-15px) scale(0.5);
        opacity: 0;
    }
    100%{
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
}
.std_btn3{
    display: inline-block;
}
.std_btn3_box{
    display: flex;
    align-items: center;
    background: transparent;
    position: relative;
}
.std_btn3_box_text p{
    font-size: 16px;
    line-height: 42px;
    color: #999;
    position: relative;
    z-index: 1;
    transition: all .36s;
}
.std_btn3_box_icon{
    width: 16px;
    margin-left: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.std_btn3_box_icon img{
    width: 100%;
}
.std_btn3_box_icon img:nth-child(1){
    transform: translateX(0px) scale(1);
}
.std_btn3_box_icon img:nth-child(2){
    position: absolute;
    left: 0;
    transform: translateX(-15px) scale(0.5);
    opacity: 0;
}
.std_btn4{
    display: inline-block;
}
.std_btn4_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.std_btn4_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #539A35;
    transition: all .36s;
}
.std_btn4_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #00306C 0%, #539A35 100%);
    opacity: 0;
    z-index: 0;
    transition: all .36s;
}
.std_btn4_box_text p{
    font-size: 16px;
    line-height: 42px;
    color: #539A35;
    position: relative;
    z-index: 1;
}
.std_btn4_box_icon{
    width: 14px;
    font-size: 0;
    margin-left: 16px;
    position: relative;
    z-index: 1;
}
.std_btn4_box_icon img{
    width: 100%;
}
.std_btn4_box_icon img:nth-child(1){
    transform: translateX(0px) scale(1);
}
.std_btn4_box_icon img:nth-child(2){
    transform: translateX(-15px) scale(0.5);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* 规范-end */
/* 内页banner-start */
.ys_nyban_title.ys_pos_center{
    top: auto;
    bottom:60px;
    transform: translate(-50%, 0);
}
.ys_bread{
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.ys_bread_list a{
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}
.ys_bread_list.on a{
    opacity: 0.8;
}
.ys_bread_list::before {
    content: '|';
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
    line-height: 1.75;
}
.ys_nyban_img{
    position: relative;
}
.ys_nyban_img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 11.91%);
}
.ys_nyban_btn{
    display: inline-block;
    position: absolute;
    right: calc(50vw - 800px);
    bottom: 50px;
}
/* 内页banner-end */
/* 检索-start */
.ys_search1 .ys_search1_btn {
    width: 360px;
    height: 115px;
    line-height: 115px;
    text-align: center;
}
.ys_search1 .ys_search1_btn img {
    margin-right: 60px;
    cursor: pointer;
}
.ys_search1_win{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 999;
    display: none;
}
.ys_search1_box{
    position: relative;
    top: 50%;
    width: 50%;
    margin: auto;
    height: 40px;
    border-bottom: 1px solid #ffffff;
}
.ys_search1_tbox input{
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}
.ys_search1_but button{
    width: 100%;
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}
.ys_search1_close{
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
    cursor: pointer;
}
.ys_search1_close img{
    width: 100%;
}
.ys_search1_tbox{
    width:calc(100% - 50px);
    padding-right: 20px;
}
.ys_search1_but{
    width: 50px;
}
.ys_search1_tbox input{
    width: 100%;
}
.ys_search1_btn img{
    width: 100%;
    transition: all .36s;
}
.ys_search1 .ys_search1_btn {
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 26px;
    margin-right: 50px;
    position: relative;
}
.ys_search1_btn img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 检索-end */
/* 底部-start */
.mod_foot{
    width: 100%;
    position: relative;
}
.mod_foot_tp{
    width: 100%;
    position: relative;
    padding: 100px 0 70px;
    background: #13325D;
}
.mftu_li_link{
    color: #fff;
    line-height: 1.4;
    transition: all .36s;
    padding-bottom: 12px;
    border-bottom: solid 1px #fff;
    display: block;
}
.mod_foot_tp_ul{
    display: flex;
    margin: 0 -22px;
}
.mftu_li{
    width: 25%;
    padding: 0 22px;
}
.mftu_li ul{
    margin-top: 22px;
}
.mftu_li ul li p a{
    font-size: 16px;
    line-height: 1.4;
    color: #539A35;
    transition: all .36s;
}
.mftu_li ul li{
    margin-bottom: 12px;
}
.mftu_li ul li:last-child{
    margin-bottom: 0px;
}
.mod_foot_tp_ctact{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mftc_share{
    display: flex;
    align-items: center;
}
.mftc_share_text p{
    color: #539A35;
    line-height: 1.4;
}
.mftc_share_text{
    margin-right: 36px;
}
.mftc_share_list{
    display: flex;
    margin: 0 -13px;
}
.mftc_share_list_item{
    padding: 0 13px;
    position: relative;
}
.mftc_share_list_item a{
    display: block;
    width: 64px;
}
.mftc_share_list_item a img{
    width: 100%;
}
.mod_foot_tp_ctact{
    margin-top: 69px;
}
.mod_foot_btm{
    width: 100%;
    position: relative;
    background: #fff;
    padding: 40px 0 50px;
}
.mod_foot_btm_logo{
    width: 170px;
    margin-bottom: 20px;
}
.mod_foot_btm_logo a{
    display: block;
    width: 100%;
}
.mod_foot_btm_logo a img{
    width: 100%;
}
.mod_foot_btm_other{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mfbo_ul{
    display: flex;
    margin: 0 -14px;
}
.mfbo_ul_li{
    padding: 0 14px;
    position: relative;
}
.mfbo_ul_li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height:10px;
    opacity: 0.6;
    background: #333;
}
.mfbo_ul_li:last-child::after{
    content: none;
}
.mfbo_ul_li a{
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    opacity: 0.6;
    transition: all .36s;
}
.mfbo_info p, .mfbo_info p a, .mfbo_info p span{
    font-size: 14px;
    line-height: 1.4;
    color: rgba(51,51,51,0.3);
}
.mfbo_info p span{
    margin-right: 30px;
}
/* 底部-end */
/* 导航-start */
.ys_hd_pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .36s;
}
.mod_nav{
    width: 100%;
    position: relative;
    padding: 0 160px 0 130px;
}
.mod_nav_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mncl_logo{
    width: 170px;
    margin-right: 100px;
}
.mncl_logo a{
    line-height: 80px;
    display: block;
    width: 100%;
    position: relative;
}
.mncl_logo a img{
    width: 100%;
    transition: all .36s;
}
.mncl_logo a img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod_nav_cont_le{
    display: flex;
    align-items: center;
}
.mlul_top_link{
    display: flex;
    align-items: center;
}
.mlul_top_link p{
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    transition: all .36s;
}
.mlul_top_link i {
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    line-height: 80px;
    transition: all .36s;
}
.mlul_top_link .icon-arrow-down:before {
    content: "\e7b2";
    color: #fff;
    transition: all .36s;
}
.mncl_list_ul_li{
    padding: 0 30px;
}
.mncl_list_ul{
    display: flex;
    margin: 0 -30px;
}
.mod_nav_cont_ri{
    display: flex;
    align-items: center;
}
.mncr_lang_top_icon{
    width: 20px;
    margin-right: 10px;
    position: relative;
    line-height: 80px;
}
.mncr_lang_top_icon img{
    width: 100%;
    transition: all .36s;
}
.mncr_lang_top_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mncr_lang_top{
    display: flex;
    align-items: center;
    line-height: 80px;
    cursor: pointer;
}
.mncr_lang_top_sele{
    display: flex;
    align-items: center;
}
.mncr_lang_top_sele p{
    color: #fff;
    font-size: 16px;
    transition: all .36s;
}
.mlts_icon{
    width: 18px;
    margin-left: 2px;
    position: relative;
}
.mlts_icon img{
    width: 100%;
    transition: all .36s;
}
.mncr_lang_top_sele img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 导航下拉 */
.mlul_one{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.mlul_one_cont{
    display: flex;
    align-items: stretch;
}
.mocl_ul{
    width: 100%;
}
.mlul_one_cont_le {
    width: calc(530px + calc(50vw - 800px));
    padding: 40px 87px 40px calc(50vw - 800px);
    background: #F6F6F6;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
.mlul_one_cont_ri{
    width: calc(100% - 530px - calc(50vw - 800px));
    background: #fff;
    padding:40px 0;
}
.mocr_ul_li{
    padding: 0 calc(50vw - 800px) 0 44px;
}
.mocr_ul{
    height: 470px;
}
.mocl_ul_li_img{
    width: 30px;
    margin-right: 16px;
}
.mocl_ul_li_img img{
    width: 100%;
    transition: all .36s;
}
.mocl_ul_li_img img:nth-child(2){
    opacity: 0;
}
.mocl_ul_li_box{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
    position: relative;
}
.mocl_ul_li_box::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.mocl_ul_li:first-child .mocl_ul_li_box{
    padding-top: 0px;
}
.mocl_ul_li_text p{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
}
.mocl_ul_li.yxnav_active2 .mocl_ul_li_img img:nth-child(2){
    opacity: 1;
}
.mocl_ul_li.yxnav_active2 .mocl_ul_li_img img:nth-child(1){
    opacity: 0;
}
.mocl_ul_li.yxnav_active2 .mocl_ul_li_text p{
    color: #539A35;
}
.mocl_ul_li.yxnav_active2 .mocl_ul_li_box{
    border-bottom: solid 1px transparent;
}
.mocl_ul_li.yxnav_active2 .mocl_ul_li_box::after{
    width: 100%;
}
.mocl_ul_li_text{
    margin-top: 6px;
}
.mulu_li_list{
    margin:0 -22px;
}
.mulu_li_list_item{
    width: 33.333333%;
    padding: 0 22px;
}
.mulu_li_list  .slick-track{
    display: flex;
    align-items: stretch;
}
.mulu_li_list_item  a{
    display: block;
    height: 100%;
}
.mulu_li_list_item {
    height: auto;
}
.mlli_btm_text p{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
}
.mlli_btm{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 16px;
}
.mlli_btm_icon{
    width: 16px;
    flex-shrink: 0;
}
.mlli_btm_icon img{
    width: 100%;
}
.mulu_li_tit a{
    color: #333;
    padding-bottom: 12px;
    border-bottom: solid 1px rgba(204,214,226);
    margin-bottom: 20px;
    display: block;
    transition: all .36s;
}
.mulu_li.yxnav_active3 .mulu_li_tit a{
    color: #539A35;
}
.mulu_li{
    position: relative;
    margin-bottom: 50px;
}
.mulu_li:last-child{
    margin-bottom: 0px;
}
.mulu_li_arrow{
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
}
.mlul_li_arrow_icon{
    width: 36px;
    cursor: pointer;
    position: relative;
    display: block;
    pointer-events: all;
}
.mlul_li_arrow_icon img{
    width: 100%;
}
.mulu_li_arrow_prev{
    left: -18px;
}
.mulu_li_arrow_next{
    right: -18px;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.mulu_li_list_item.yxnav_active4 .mlli_btm_text p{
    color: #539A35;
}
.mocr_ul .mCSB_outside+.mCSB_scrollTools {
    right: 20px !important;
}
.mocr_ul .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 80px;
    background: rgba(0, 48, 108, 0.20) !important;
}
.mocr_ul .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mocr_ul .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #539A35 !important;
    border-radius: 80px;
    width: 3px;
}
.mocr_ul .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #539A35 !important;
    border-radius: 80px;
    width: 3px;
}
.mocr_ul_li{
    display: none;
}
.mocr_ul_li:first-child{
    display: block;
}
.mncl_list_ul_li.yxnav_active1 .mlul_top_link p{
    color: #539A35;
}
.mncl_list_ul_li.yxnav_active1 .mlul_top_link i{
    /* transform: rotate(180deg); */
} 
.mncl_list_ul_li.yxnav_active1 .mlul_top_link .icon-arrow-down:before {
    color: #539A35;
}
.mlul_pull{
    display: none;
    border-top: 1px solid rgba(0, 48, 108, 0.20);
    box-shadow: 8px 5px 11px 0px rgba(0, 0, 0, 0.17);
}
.mlul_seco{
    width: 100%;
    position: relative;
    padding: 40px calc(50vw - 800px);
    background: #fff;
}
.mlul_seco_cont{
    width: 100%;
    position: relative;
}
.mlul_seco_cont_ul{
    display: flex;
}
.mscu_li_link_icon{
    width: 32px;
    position: relative;
    margin-bottom: 8px;
}
.mscu_li_link_icon img{
    width: 100%;
    transition: all .36s;
}
.mscu_li_link_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mscu_li_link_text p{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
}
.mscu_li_link{
    padding-bottom:20px;
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
    transition: all .36s;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.mscu_li_link::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition:all .36s;
}
.mlui_word p{
    color: #999;
    line-height: 1.4;
    transition: all .36s;
}
.mlui_icon{
    width: 16px;
    position: relative;
}
.mlui_icon img{
    width: 100%;
    transition: all .36s;
}
.mlui_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mlui_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mlul_seco{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.mlul_seco_cont_ul{
    display: flex;
    margin: 0 -22px;
}
.mscu_li{
    width: 20%;
    padding: 0 22px;
}
.mscu_li.yxnav_active2 .mscu_li_link::after{
    width: 100%;
} 
.mscu_li.yxnav_active2 .mscu_li_link_icon img:nth-child(2){
    opacity: 1;
}
.mscu_li.yxnav_active2 .mscu_li_link_icon img:nth-child(1){
    opacity: 0;
}
.mscu_li.yxnav_active2 .mscu_li_link_text p{
    color: #539A35;
}
.mscu_li.yxnav_active2 .mscu_li_link_ri img:nth-child(2){
    opacity: 1;
}
.mscu_li.yxnav_active2 .mscu_li_link_ri img:nth-child(1){
    opacity: 0;
}
.mscu_li_ul_item.yxnav_active3 .mlui_icon img:nth-child(2){
    opacity: 1;
}
.mscu_li_ul_item.yxnav_active3 .mlui_icon img:nth-child(1){
    opacity: 0;
}
.mscu_li_ul_item.yxnav_active3 .mlui_word p{
    color: #539A35;
}
.mscu_li_link_ri{
    width: 16px;
    position: relative;
}
.mscu_li_link_ri img{
    width: 100%;
    transition: all .36s;
}
.mscu_li_link_ri img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mscu_li_ul_item{
    margin-bottom: 12px;
}
.mscu_li_ul_item:last-child{
    margin-bottom: 0px;
}
.mscu_li_ul{
    width: 85%;
}
.ys_hd_pc.isfixed{
    background: #fff;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.17);
    border-bottom: 1px solid #DDD;
}
.ys_hd_pc.isfixed .mncl_logo a img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed .mncl_logo a img:nth-child(1){
    opacity: 0;
}
.ys_hd_pc.isfixed .mlul_top_link p{
    color: #333;
}
.ys_hd_pc.isfixed .mlul_top_link .icon-arrow-down:before {
    color: #333;
}
.ys_hd_pc.isfixed .mncl_list_ul_li.yxnav_active1 .mlul_top_link p {
    color: #539A35;
}
.ys_hd_pc.isfixed .mncl_list_ul_li.yxnav_active1 .mlul_top_link .icon-arrow-down:before {
    color: #539A35;
}
.ys_hd_pc.isfixed .ys_search1_btn img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed .ys_search1_btn img:nth-child(1){
    opacity: 0;
}
.ys_hd_pc.isfixed .mncr_lang_top_icon img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed .mncr_lang_top_icon img:nth-child(1){
    opacity: 0;
}
.ys_hd_pc.isfixed .mncr_lang_top_sele p{
    color: #333;
}
.ys_hd_pc.isfixed .mlts_icon img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed .mlts_icon img:nth-child(1){
    opacity: 0;
}
.ys_hd_pc.isfixed2{
    background: #fff;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.17);
    border-bottom: 1px solid #DDD;
}
.ys_hd_pc.isfixed2 .mncl_logo a img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed2 .mncl_logo a img:nth-child(1){
    opacity: 0;
}
.ys_hd_pc.isfixed2 .mlul_top_link p{
    color: #333;
}
.ys_hd_pc.isfixed2 .mlul_top_link .icon-arrow-down:before {
    color: #333;
}
.ys_hd_pc.isfixed2 .mncl_list_ul_li.yxnav_active1 .mlul_top_link p {
    color: #539A35;
}
.ys_hd_pc.isfixed2 .mncl_list_ul_li.yxnav_active1 .mlul_top_link .icon-arrow-down:before {
    color: #539A35;
}
.ys_hd_pc.isfixed2 .ys_search1_btn img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed2 .ys_search1_btn img:nth-child(1){
    opacity: 0;
}
.ys_hd_pc.isfixed2 .mncr_lang_top_icon img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed2 .mncr_lang_top_icon img:nth-child(1){
    opacity: 0;
}
.ys_hd_pc.isfixed2 .mncr_lang_top_sele p{
    color: #333;
}
.ys_hd_pc.isfixed2 .mlts_icon img:nth-child(2){
    opacity: 1;
}
.ys_hd_pc.isfixed2 .mlts_icon img:nth-child(1){
    opacity: 0;
}
.inside_body .ys_hd_pc{
    background: #fff;
    border-bottom: 1px solid #DDD;
}
.inside_body .ys_hd_pc .mncl_logo a img:nth-child(2){
    opacity: 1;
}
.inside_body .ys_hd_pc .mncl_logo a img:nth-child(1){
    opacity: 0;
}
.inside_body .ys_hd_pc .mlul_top_link p{
    color: #333;
}
.inside_body .ys_hd_pc .mlul_top_link .icon-arrow-down:before {
    color: #333;
}
.inside_body .ys_hd_pc .mncl_list_ul_li.yxnav_active1 .mlul_top_link p {
    color: #539A35;
}
.inside_body .ys_hd_pc .mncl_list_ul_li.yxnav_active1 .mlul_top_link .icon-arrow-down:before {
    color: #539A35;
}
.inside_body .ys_hd_pc .ys_search1_btn img:nth-child(2){
    opacity: 1;
}
.inside_body .ys_hd_pc .ys_search1_btn img:nth-child(1){
    opacity: 0;
}
.inside_body .ys_hd_pc .mncr_lang_top_icon img:nth-child(2){
    opacity: 1;
}
.inside_body .ys_hd_pc .mncr_lang_top_icon img:nth-child(1){
    opacity: 0;
}
.inside_body .ys_hd_pc .mncr_lang_top_sele p{
    color: #333;
}
.inside_body .ys_hd_pc .mlts_icon img:nth-child(2){
    opacity: 1;
}
.inside_body .ys_hd_pc .mlts_icon img:nth-child(1){
    opacity: 0;
}
/* 导航-end */
/* c2 News-Details-start */
.newdet_cont{
    width: 100%;
    position: relative;
    padding-top: 190px;
}
.newdet_cont_le{
    width: 34%;
}
.newdet_cont_ri{
    width: 66%;
}
.newdet_cont_ri{
    padding-right: 274px;
}
.std_padd110_top{
    padding-top: 110px;
}
.std_padd100{
    padding: 100px 0;
}
.std_padd100_top{
    padding-top: 100px;
}
.std_padd100_btm{
    padding-bottom: 100px;
}
.newdet_ban_le_back a{
    display: flex;
    align-items: center;
}
.nblb_icon{
    width: 24px;
    margin-right: 16px;
    flex-shrink: 0;
}
.nblb_icon img{
    width: 100%;
}
.nblb_text p{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
}
.newdet_ban_le_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newdet_ban_le_share{
    display: flex;
    align-items: center;
}
.nbls_text{
    margin-right:24px;
}
.nbls_text p{
    color: #333;
    line-height: 1.4;
}
.ys_share_img{
    width: 24px;
}
.ys_share_img img{
    width: 100%;
}
.ys_share_list{
    margin-right: 16px;
}
.newdet_ban_le_back{
    margin-bottom: 150px;
}
.ys_share_list:last-child{
    margin-right: 0px;
}
.newdet_ban_ri_date p{
    color: #333;
    line-height: 1.4;
}
.newdet_cont h1{
    color: #333;
    margin: 8px 0 30px;
}
.newdet_ban_ri_word p{
    color: #999;
    line-height: 1.4;
}
.newdet_edr p{
    color: #999;
    line-height: 1.75;
    font-size: 16px;
    margin-bottom:22px;
}
.newdet_img img{
    width: 100%;
    margin-bottom: 40px;
}
.newdet_edr h2{
    font-size: 24px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
}
.newdet_rela_ul{
    margin: 0 -22px;
}
.newdet_rela_ul_li{
    width: 33.333333%;
    padding: 0 22px;
}
.nrul_date p{
    color: #333;
    line-height: 1.4;
}
.nrul_date{
    margin: 24px 0 8px;
}
.nrul_tit{
    color: #333;
    line-height: 1.4;
    margin-bottom: 24px;
}
.newdet_rela h2{
    color: #333;
    margin-bottom: 50px;
}
/* c2 News-Details-end */
/* c3 Events-start */
.event_cont{
    width: 100%;
    position: relative;
    padding-top: 40px;
}
.event_filt_text p{
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
}
.event_sele{
    width: 367px;
    height: 32px;
}
.event_sele input{
    width: 100%;
    height: 100%;
    font-size:16px;
    color: #333;
    line-height: 1.4;
}
.event_sele input::placeholder{
    font-size:16px;
    color: #999;
    line-height: 1.4;
}
.event_sele .ys_select{
    width: 100%;
    height: 100%;
    border-bottom: 0.5px solid  #00306C;
    background: #F6F6F6;
    padding: 0 12px;
}
.event_sele .ys_select_xtbbox .iconfont {
    font-size: 12px;
}
.event_sele .icon-arrow-down:before {
    color: #999;
}
.event_filt{
    margin-bottom: 80px;
}
.event_ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -22px;
}
.event_ul_li{
    width: 50%;
    padding: 0 22px;
    margin-bottom: 50px;
}
.event_ul_li_tab p{
    line-height: 24px;
    padding: 0 12px;
    display: inline-block;
    background: rgba(0, 48, 108, 0.60);
    color: #fff;
}
.event_ul_li_tab{
    display: inline-block;
    margin-bottom: 10px;
}
.event_ul_li_tit{
    font-size: 26px;
    color: #333;
    margin-bottom: 22px;
    line-height: 1.45;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
}
.eull_item{
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}
.eull_item:last-child{
    margin-bottom: 0px;
}
.eull_item_icon{
    width: 24px;
    flex-shrink: 0;
    margin-right: 16px;
}
.eull_item_icon img{
    width: 100%;
}
.eull_item_text p{
    color: #999;
    line-height: 1.4;
}
.event_ul_li_btn{
    margin-top: 32px;
}
.event_ul_li a{
    height: 100%;
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
}
.event_ul_li.on .event_ul_li_tab p{
    background: #539A35;
}
.event_main .mod_paging{
    margin-top: 30px;
}
.first li::before {
    content: "";
    background: url(../images/c1_arrow02.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 34px;
    height: 34px;
    transition: all .3s;
}
.end li::before {
    content: "";
    background: url(../images/c1_arrow05.svg) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 34px;
    height: 34px;
}
.pc_fenye li{
    position: relative;
}
.pc_fenye li {
    float: left;
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    color: #999;
    border-radius: 0;
}
.pc_fenye li.activepage {
    color: #333;
    border-bottom: solid 1px #539A35;
    background: transparent;
    border-radius: 0px;
}
/* c3 Events-end */
/* d1 Cases-start */
.case_cont{
    width: 100%;
    position: relative;
}
.case_sear{
    width: 100%;
    border-bottom: solid 1px rgba(204,214,226);
}
.cstl_icon{
    width: 30px;
    position: relative;
    margin-right: 16px;
}
.cstl_icon img{
    width: 100%;
    transition: all .36s;
}
.cstl_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.cstl_text {
    color: #333;
    line-height: 1.4;
    transition: all .36s;
    margin-top: 8px;
}
.case_sear_tpul{
    display: flex;
    margin: 0 -100px;
}
.case_sear_tpul_li{
    padding: 0px 100px;
    position: relative;
}
.case_sear_tpul_li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(204,214,226);
}
.case_sear_tpul_li:last-child::after{
    content: none;
}
.cstl_box{
    width: 100%;
    display: flex;
    align-items: center;
    padding:20px 0px;
    position: relative;
    cursor: pointer;
}
.case_sear_tpul_li::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height:2px;
    background: #539A35;
    transition: all .36s;
}
.case_sear_tpul_li.act .cstl_icon img:nth-child(1){
    opacity: 0;
}
.case_sear_tpul_li.act .cstl_icon img:nth-child(2){
    opacity: 1;
}
.case_sear_tpul_li.act .cstl_text{
    color: #539A35;
}
.case_sear_tpul_li.act::before{
    width: 100%;
}
.case_clas{
    margin: 30px 0 56px;
}
.ccul_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ccul_le_text p{
    color: #333;
    line-height: 1.4;
    white-space: nowrap;
}
.ccul_le_list{
    display: flex;
    margin: 0 -18px;
}
.ccul_le_list_item{
    padding: 0 18px;
    display: flex;
    align-items: center;
}
.ccul_le_text{
    position: relative;
    padding-right: 72px;
}
.ccul_le_text::after{
    content: "";
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #ddd;
}
.ccul_le{
    display: flex;
}
.ccul_le_list_item span{
    width: 16px;
    height: 16px;
    border: solid 1px #333;
    display: block;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    transition: all .36s;
}
.ccul_le_list_item span img{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
}
.ccul_le_list_item p{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
}
.ccul_le_list_item.on  p{
    color: #539A35;
}
.ccul_le_list_item.on span{
    border: solid 1px #539A35;
}
.ccul_le_list_item.on span img{
    opacity: 1;
}
.ccul_ri_rese p{
    color: #999;
    line-height: 1.4;
}
.ccul_ri_rese{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ccul_ri_resr_icon{
    width: 16px;
    margin-left: 16px;
}
.ccul_ri_resr_icon img{
    width: 100%;
}
.ccul_ri{
    display: flex;
}
.ccul_ri_sear{
    margin-left: 40px;
}
.case_clas_ul_li{
    display: none;
}
.case_clas_ul_li:first-child{
    display: block;
}
.case_list_ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -22px;
}
.case_list_ul_li{
    width: 50%;
    padding: 0 22px;
    margin-bottom: 50px;
}
.case_list_ul_li a{
    display: block;
    height: 100%;
    padding-bottom:25px;
    border-bottom: solid 1px rgba(204,214,226);
    position: relative;
    transition: all .36s;
}
.case_list_ul_li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.clul_text{
    color: #333;
    margin: 24px 0;
}
.clul_list{
    width: 95%;
    margin: 0 -22px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.clul_list_li{
    width: 50%;
    padding: 0 22px;
    margin-bottom: 25px;
}
.cllt_icon{
    width: 16px;
    flex-shrink: 0;
    margin-right: 8px;
}
.cllt_icon img{
    width: 100%;
}
.clul_list_li_tp{
    margin-bottom:8px;
    display: flex;
    align-items: center;
}
.cllt_text p{
    color: #999;
}
.clul_list_li_btm{
    color: #333;
    padding-left: 24px;
}
.case_main .mod_paging{
    margin-top: 30px;
}
/* d1 Cases-end */
/* e1 Solutions-Details-start */
.soldet_main{
    position: relative;
}
.soldet_main .ys_bread {
    padding-top: 100px;
    position: static;
    transform: inherit;
    margin: 0 auto;
    margin-bottom: 20px;
}
.soldet_main .ys_bread_list a{
    color: #999;
}
.soldet_main .ys_bread_list::before {
    color: #999;
}
.soldet_main .ys_bread_list.on a{
    color: #539A35;
}
.soldet_pic{
    width: 100%;
    position: relative;
    padding: 0 40px;
}
.soldet_pic_img, .soldet_pic_img img{
    width: 100%;
}
.soldet_pic_img{
    position: relative;
}
.soldet_pic_img::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 62.71%, rgba(0, 0, 0, 0.20) 100%);
}
.soldet_cont{
    width: 100%;
    position: relative;
}
.soldet_resi, .soldet_resi_box{
    width: 100%;
    position: relative;
}
.soldet_resi_box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.solet_resi_ri{
    width: 66%;
}
.soldet_resi_le{
    width: 34%;
    padding-right: 44px;
}
.soldet_resi_le h2{
    color: #333;
    margin-bottom: 20px;
}
.soldet_resi_word p{
    color: #333;
    line-height: 1.75;
    font-size: 16px;
    margin-bottom: 10px;
}
.soldet_resi_word p:last-child{
    margin-bottom: 0px;
}
.solet_resi_ri{
    position: relative;
}
.soldet_solu_box h2{
    color: #333;
    margin-bottom: 50px;
}
.soldet_solu_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.soldet_solu_ul_li{
    width: 50%;
    padding: 0 22px;
    margin-bottom: 50px;
}
.ssul_box{
    display: flex;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 48, 108, 0.20);
}
.ssul_icon{
    width: 48px;
    flex-shrink: 0;
    margin-right: 36px;
}
.ssul_icon img{
    width: 100%;
}
.ssul_textbox_tit{
    color: #333;
    line-height: 1.4;
    margin-bottom: 12px;
}
.soldet_solu, .soldet_solu_box{
    width: 100%;
    position: relative;
}
.soldet_solu_box{
    margin-bottom: 30px;
}
.soldet_netw{
    width: 100%;
    position: relative;
}
.soldet_netw::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 100%;
    background: #f6f6f6;
    z-index: -1;
}
/* .soldet_netw_box{
    background: #F6F6F6;
} */
.soldet_netw_box h2{
    color: #333;
    margin-bottom: 40px;
}
.soldet_netw_box .ys_cont1600{
    position: relative;
}
.soldet_netw_icon{
    display: none;
    width: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.soldet_netw_icon img{
    width: 100%;
}
.arrows_icon{
    width: 36px;
}
.arrows_icon img{
    width: 100%;
}
.mod_arrows{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soldet_main .mod_arrows{
    width: 116px;
}
.soldet_prod_tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}
.soldet_prod h2{
    color: #333;
}
.std_padd120_btm{
    padding-bottom: 120px;
}
.std_padd120_top{
    padding-top: 120px;
}
.std_padd120{
    padding: 120px 0;
}
.soldet_prod_ul{
    margin: 0 -22px;
    position: relative;
}
.soldet_prod_ul::after{
    content: "";
    position: absolute;
    top: 0;
    right:100%;
    width: calc(50vw - 800px);
    height: 100%;
    background: #fff;
}
.soldet_prod_ul_li{
    padding: 0 22px;
    width: 25%;
}
.soldet_prod_ul_li a{
    display: block;
}
.soldet_prod_ul_li a .ys_imgbox_cover{
    background: #f6f6f6;
}
.spul_text p{
    color: #539A35;
    line-height: 1.4;
}
.spul_text p{
    color: #539A35;
}
.spul_text{
    margin:16px 0 4px;
}
.spul_btm{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.spul_btm_text p{
    color: #333;
    line-height: 1.4;
    font-size: 16px;
}
.spul_btm_icon{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-top: 2px;
}
.spul_btm_icon img{
    width: 100%;
}
.soldet_prod_ul .slick-list {
    overflow: visible;
}
.case_list_ul .slick-list {
    overflow: visible;
}
.soldet_case .case_list_ul{
    display: block;
    position: relative;
}
.soldet_case .case_list_ul_li{
    margin-bottom: 0px;
}
.soldet_case .case_list_ul::after{
    content: "";
    position: absolute;
    top: 0;
    right:100%;
    width: calc(50vw - 800px);
    height: 100%;
    background: #fff;
}
/* e1 Solutions-Details-end */
/* f1 Products-start */
.prod_cont{
    width: 100%;
    position: relative;
    padding-top:50px;
}
.prod_firs_ul{
    display: flex;
    border-top: solid 1px rgba(204,214,226);
    border-bottom: solid 1px rgba(204,214,226);
}
.prod_firs_ul_li{
    width: 25%;
    position:relative;
}
.prod_firs_ul_li:after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    width:1px;
    height:50px;
    background:rgba(204,214,226);
}
.prod_firs_ul_li:last-child:after{
    content: none;
}
.prod_firs_ul_li a{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding:40px;
}
.pful_icon{
    width: 30px;
    position: relative;
    margin-bottom: 20px;
}
.pful_icon img{
    width:100%;
    transition: all .36s;
}
.pful_icon img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.pful_text {
    color: #333;
    transition: all .36s;
}
.prod_firs_ul_li.act .pful_icon img:nth-child(2){
    opacity: 1;
}
.prod_firs_ul_li.act .pful_icon img:nth-child(1){
    opacity: 0;
}
.prod_firs_ul_li.act .pful_text{
    color: #539A35;
}
.prod_firs_ul_li::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #539A35;
    transition: all .36s;
}
.prod_firs_ul_li.act::before{
    width: 100%;
}
.prod_sear_ul{
    display:flex;
    margin: 0 -20px;
}
.prod_sear_ul_li{
    padding: 0 20px;
}
.prod_sear_ul_li a{
    display: block;
    background: transparent;
    border: solid 1px #999;
    color: #999;
    line-height: 30px;
    padding: 0 10px;
    transition: all .36s;
}
.prod_sear_ul_li.act a{
    background: #539A35;
    color: #fff;
    border: solid 1px #539A35;
}
.prod_sear{
    margin:30px 0 50px;
}
.prod_list_ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.prod_list_ul_li{
    width:33.333333%;
    padding: 0 22px;
    margin-bottom:40px;
}
.prod_list_ul_li:nth-child(3n+1) a{
    animation-delay: 0.1s;
}
.prod_list_ul_li:nth-child(3n+2) a{
    animation-delay: 0.2s;
}
.prod_list_ul_li:nth-child(3n+3) a{
    animation-delay: 0.3s;
}
.prod_list_ul_li a{
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
    transition: all .36s;
    position:relative;
    height: 100%;
}
.prod_list_ul_li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.plul_box{
    padding: 18px 28px;
    background: #F6F6F6;
}
.prod_list_ul_li .spul_btm{
    margin-top: 20px;
}
.prod_main .mod_paging{
    padding-top: 40px;
}
/* f1 Products-end */
/* g1 Online Service-FAQ-start */
.ques_main .prod_firs_ul_li{
    width: 33.333333%;
}
.qlul_box{
    padding: 30px 40px;
    border: 1px solid rgba(0, 48, 108, 0.20);
}
.qlul_tp{
    color: #333;
    line-height: 1.4;
    padding-bottom: 12px;
    border-bottom: solid 1px rgba(0, 48, 108, 0.20);
    margin-bottom: 20px;
}
.qlul_btm p{
    color: #999;
    line-height: 1.2
}
.ques_list{
    padding-top: 50px;
}
.ques_list_ul_li{
    margin-bottom: 40px;
}
.ques_list_ul_li:last-child{
    margin-bottom: 0px;
}
/* g1 Online Service-FAQ-end */
/* g2 Download-start */
.down_main .case_clas_ul{
    margin: 40px 0 50px;
}
.down_list .soldet_prod_ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.down_list .soldet_prod_ul_li{
    margin-bottom: 40px;
}
.down_list .soldet_prod_ul_li a{
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
    height: 100%;
}
.soldet_prod_ul_li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.down_main .mod_paging{
    padding-top: 40px;
}
.dowdet_prod{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom:40px;
}
.dowdet_prod_le{
    width: 32%;
    background:#f6f6f6;
}
.dowdet_prod_ri{
    width:66%;
}
.dowdet_prod_le_pic, .dowdet_prod_le_pic img{
    width: 100%;
}
.dowdet_prod_le_pic img{
    height:100%;
    object-fit:cover;
}
.dowdet_prod_le_pic{
    height: 100%;
}
.dowdet_prod_ri a{
    display: block;
    background: linear-gradient(331deg, #00306C 65.23%, #539A35 101.72%);
    height: 100%;
    padding: 50px;
}
.dowdet_icon{
    width: 12px;
    height: 12px;
    background:#539a35;
    margin-bottom: 6px;
}
.dowdet_tab p{
    color: #fff;
    line-height: 1.4;
}
.dowdet_prod_ri h2{
    color: #fff;
    margin-bottom: 20px;
}
.dowdet_word p{
    color: #fff;
    line-height: 1.4;
}
.dowdet_word{
    padding-right: 200px;
    margin-bottom: 70px;
}
.dowdet_prod_ri .std_btn3_box_text p{
    color: #fff;
}
.dlul_top{
    display: flex;
    align-items: center;
    padding:24px 0;
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
    margin-bottom:20px;
}
.dlul_top_icon{
    width: 32px;
    margin-right: 16px;
    flex-shrink: 0;
}
.dlul_top_icon img{
    width: 100%;
}
.dlul_top_text{
    color: #333;
    line-height: 1.4;
}
.dlul_btmul_li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dlul_btmul_li_text{
    width:85%;
}
.dlul_btmul_li_text p{
    color: #999;
    transition: all .36s;
}
.dlul_btmul_li_icon{
    width: 16px;
}
.dlul_btmul_li_icon img{
    width: 100%;
}
.dowdet_list_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.dowdet_list_ul_li{
    width: 33.333333%;
    padding: 0 22px;
    margin-bottom: 50px;
}
.dowdet_cont{
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.dlul_btmul_li{
    margin-bottom:12px;
}
.dlul_btmul_li:last-child{
    margin-bottom:0px;
}
/* g2 Download-end */
/* h1 Contact Us-start */
.ctact_cont{
    width: 100%;
    position: relative;
}
.ctact_addr_ul{
    display: flex;
    margin:0 -160px;
}
.ctact_addr_ul_li{
    width: 33.333333%;
    position: relative;
    padding:0 160px;
}
.ctact_addr_ul_li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height:50px;
    background:rgba(0, 48, 108, 0.20);
}
.ctact_addr_ul_li:last-child:after{
    content:none;
}
.ctact_addr_ul_li a{
    padding: 48px 0;
    display:flex;
    align-items: center;
}
.ctact_addr_ul{
    border-top: 1px solid rgba(0, 48, 108, 0.20);
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
}
.caul_icon{
    width: 66px;
    flex-shrink: 0;
    margin-right:24px;
}
.caul_icon img{
    width: 100%;
}
.ctact_textbox_word{
    margin-bottom: 12px;
}
.ctact_addr{
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}
.ctact_textbox_word p{
    color: #999;
}
.ctact_textbox_tit{
    color: #333;
}
.ctact_addr_box{
    overflow: hidden;
    padding: 0 32px;
}
.ctact_list_ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin:0 -22px;
}
.ctact_list_ul_item{
    width: 33.333333%;
    margin-bottom: 40px;
    padding: 0 22px;
}
.clui_box{
    height: 100%;
    display: block;
    /* padding-bottom: 40px; */
    /* border-bottom: solid 1px rgba(0, 48, 108, 0.20); */
    padding: 35px 30px;
    border-radius: 10px;
    background:#f8f8f8;
    position:relative;
}
.clui_box .ys_imgbox_cover{
    display: none;
}
/* .clui_box:after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:0%;
    height:1px;
    background:#539a35;
    transition: all .36s;
} */
.ctact_main .clui_tit {
    color: #333;
    margin: 0 0 20px 0;
}
.clui_tit{
    color: #333;
    margin: 20px 0;
}
.clui_ul_li_box{
    display: flex;
}
.clui_ul_li_icon{
    width: 24px;
    margin-right: 32px;
    flex-shrink: 0;
    position: relative;
}
.clui_ul_li_icon::after{
    content: "";
    position: absolute;
    top: 8px;
    right:-16px;
    width: 1px;
    height:10px;
    background: #ddd;
}
.clui_ul_li_icon img{
    width: 100%;
}
.clui_ul_li{
    margin-bottom: 12px;
}
.clui_ul_li:last-child{
    margin-bottom: 0px;
}
.ctact_from{
    padding-top: 40px;
}
.ctact_from_box{
    display: flex;
    align-items: stretch;
}
.ctact_from_le{
    width: 31.5%;
}
.ctact_from_ri{
    width: 68.5%;
    padding-left: 44px;
}
.ctact_from_le_pic{
    position: relative;
    height: 100%;
}
.ctact_from_le_pic img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.ctact_from_le_pic::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: linear-gradient(-29deg, rgba(0, 48, 108, 0.00) 54.48%, rgba(83, 154, 53, 0.50) 100%);
}
.ctact_from_ri_box{
    width: 100%;
    height: 100%;
    background: linear-gradient(331deg, #00306C 65.23%, #539A35 101.72%);
    padding: 50px 60px 63px;
}
.cfrb_from_list{
    display: flex;
    margin: 0 -40px;
    margin-bottom:20px;
}
.cfrb_from_list_item{
    padding: 0 40px;
    width:50%;
}
.cfli_label{
    width: 100%;
    height: 100%;
}
.cfli_label p{
    color: #fff;
    line-height: 1.4;
    margin-bottom: 4px;
}
.cfli_label p span{
    color: #ff4c38;
    margin-right: 6px;
}
.cfli_label_input{
    width: 100%;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.cfli_label_input input{
    color: #fff;
    font-size:16px;
    line-height: 1.4;
    padding: 0 20px;
    width: 100%;
    height: 100%;
}
.cfrb_from_list_cate input{
    width: 100%;
    height: 36px;
    color: #fff;
    font-size:16px;
    line-height: 1.4;
}
.cfrb_from_list_cate .cfli_label{
    height: auto;
}
.cfrb_from_list_cate .icon-arrow-down:before {
    color: #fff;
}
.cfrb_from_list_cate .icon-arrow-down{
    font-size: 12px;
}
.cfrb_from_list_cate .ys_select{
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.cfrb_from_list_cate .ys_select_hd{
    padding: 0 20px;
}
.cfrb_from_list_cate .ys_select_xtbbox{
    right: 20px;
}
.cfrb_from_list_cate .ys_select_bd {
    height: 140px;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.50);
    overflow: hidden;
    margin-top:0px;
}
.cfrb_from_list_cate .ys_select_li {
    color: #999;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
}
.cfrb_from_list_cate .ys_select_li:last-child{
    margin-bottom: 0px;
}
.cfrb_from_list_cate .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #539a35 !important;
    border-radius: 0px;
    width: 2px;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background-color: rgba(255,255,255,0.5) !important;
}
.cfli_label_input textarea{
    width: 100%;
    height:190px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: #fff;
    font-size:16px;
    line-height: 1.4;
    padding: 20px;
}
.cfrb_from_area .cfli_label_input{
    height: auto;
    border: none;
}
.cfrb_from_area{
    margin-bottom: 20px;
}
.cfrb_from_code .cfrb_from_list_item{
    padding:0 44px 0 0;
}
.cfrb_from_code{
    display: flex;
    justify-content: space-between;
}
.cfrb_from_code_img{
    width: 168px;
    height: 36px;
    cursor: pointer;
    margin-right: 136px;
}
.cfrb_from_code_img img{
    width: 100%;
    height: 100%;
}
.cfrb_from_code_btn .std_btn2_box{
    padding:0  46px;
}
.cfrb_from_text p{
    color: #fff;
    line-height: 1.4;
}
.cfrb_from_text{
    margin-bottom: 50px;
}
.ctact_ress{
    width: 100%;
    position: relative;
    padding: 0 40px;
}
.ctact_ress_cont{
    width: 100%;
    position: relative;
    background: #333;
    padding: 80px 120px;
}
.ctact_ress_cont h2{
    color: #fff;
    margin-bottom: 50px;
}
.ctact_ress_cont_box{
    width: 100%;
    position: relative;
}
.crcb_img, .crcb_img img{
    width: 100%;
}
.crcb_leul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.crcb_leul_li_word p{
    color: #fff;
    line-height: 28px;
    padding: 0 16px;
    text-align: center;
    background: #539A35;
}
.crcb_leul_li_word{
    display: inline-block;
    margin-bottom: 10px;
    position:absolute;
    z-index:1;
    top: -35px;
    width: calc(100% + 120px);
    display: none;
}
.crcb_leul_li_icon{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #539A35;
    position:relative;
    cursor:pointer;
}
.crcb_leul_li_icon::after{
    content:"";
    width: 100%;
    height: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    border-radius: 50%;
    background: #539A35;
    transition: all .36s;
    animation: fangda 2s infinite linear;
    opacity: 0.6;
}
@keyframes fangda {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    75% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
    
}
.crcb_leul_li:nth-child(3n+1) .crcb_leul_li_icon::after{
    animation-delay: 0;
}
.crcb_leul_li:nth-child(3n+2) .crcb_leul_li_icon::after{
    animation-delay: .2s;
}
.crcb_leul_li:nth-child(3n+3) .crcb_leul_li_icon::after{
    animation-delay: .4s;
}
.crcb_leul_li{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.crcb_leul_li1 {
    top: 27%;
    left: 6.5%;
}
.crcb_leul_li2 {
    top: 21%;
    left: 10%;
}
.crcb_leul_li3 {
    top: 31%;
    left: 15.8%;
}
.crcb_leul_li4 {
    top: 40%;
    left: 22%;
}
.crcb_leul_li5 {
    top: 43%;
    left: 28.5%;
}
.crcb_leul_li6 {
    top: 60%;
    left: 35.5%;
}
.crcb_leul_li6{
    flex-direction: column-reverse;
}
.crcb_leul_li6 .crcb_leul_li_word{
    margin-bottom: 0px;
    margin-top: 10px;
}
.crcb_leul_li7 {
    top: 53%;
    left: 34.1%;
}
.crcb_leul_li8 {
    top: 48.5%;
    left: 42%;
}
.crcb_leul_li8{
    flex-direction: row-reverse;
}
.crcb_leul_li8 .crcb_leul_li_word{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.crcb_leul_li9 {
    top: 41%;
    left: 37.5%;
}
.crcb_leul_li10 {
    top: 31.5%;
    left: 39%;
}
.crcb_leul_li11 {
    top: 20%;
    left: 49.3%;
}
.crcb_leul_li.act .crcb_leul_li_icon{
    background: #fff;
}
.crcb_leul_li.act .crcb_leul_li_icon::after{
    background: rgba(255, 255, 255);
}
.crcb_leul_li_icon::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    width: 10px;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    z-index: 0;
    opacity: 0;
    transition: all .36s;
    pointer-events: none;
}
.crcb_leul_li.act{
    z-index: 3;
}
.crcb_leul_li.act .crcb_leul_li_icon::before{
    opacity: 1;
}
.crcb_riul{
    width: 20%;
    position: absolute;
    top: 20%;
    right: 162px;
}
.crlb_sec {
    padding: 35px 30px;
}
.crcb_riul_li_box{
    position: relative;
    /* background: linear-gradient(328deg, #00306C 45.22%, #539A35 74.09%); */
    background: linear-gradient(328deg, #00306C 50%, #539A35 102%);
}
.crcb_riul_li_box .ys_imgbox_cover{
    display: none;
}
.crlb_sec_tit{
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-bottom: 26px;
}
.crlb_sec_tit::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
}
.csul_box{
    display: flex;
}
.csul_icon{
    width: 24px;
    margin-right: 32px;
    flex-shrink: 0;
    position: relative;
}
.csul_icon::after{
    content: "";
    position: absolute;
    top: 8px;
    right: -16px;
    width: 1px;
    height:10px;
    background: #fff;
}
.csul_icon img{
    width: 100%;
}
.csul_text p{
    color: #fff;
}
.crlb_sec_ul_li{
    margin-bottom: 18px;
}
.crlb_sec_ul_li:last-child{
    margin-bottom: 0px;
}
.crbl_btn{
    margin-top: 40px;
}
.crbl_btn .std_btn4_box_text p{
    color: #fff;
}
.crcb_riul_li{
    display: none;
}
.crcb_riul_li:first-child{
    display: block;
}
.crlb_close{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
}
.crlb_close img{
    width: 100%;
}
/* h1 Contact Us-end */
/* I1 Join Us-start */
.join_sear{
    display: flex;
    justify-content: space-between;
}
.join_list_tpul{
    display: flex;
    padding: 18px 60px;
    background: linear-gradient(274deg, #00306C 68.47%, #539A35 107.25%);
}
.join_list_tpul_li p{
    color: #fff;
    line-height: 1.2
}
.join_list_tpul_li1{
    width:35%;
}
.join_list_tpul_li2{
    width:15%;
}
.join_list_tpul_li3{
    width:15%;
}
.join_list_tpul_li4{
    width:35%;
}
.jtul_icon{
    width: 24px;
    position: relative;
    cursor: pointer;
}
.jtul_icon img{
    width: 100%;
    transition: all .36s;
}
.jtul_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.jlbl_tp_ul{
    display: flex;
}
.jlbl_tp_ul_li1{
    width: 35%;
}
.jlbl_tp_ul_li2{
    width: 15%;
}
.jlbl_tp_ul_li3{
    width: 15%;
}
.jlbl_tp_ul_li4{
    width: 20%;
}
.jlbl_tp_ul_li5{
    width: 10%;
}
.jtul_word p{
    color: #333;
}
.jlbl_tp{
    padding: 20px 60px;
    border-bottom: 1px solid rgba(64, 86, 112, 0.2);
    transition: all .36s;
    cursor: pointer;
    position: relative;
}
.jlbl_tp::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition:all .36s;
}
.join_list_btmul_li:nth-child(2n) .jlbl_tp{
    background: #f8f8f8;
}
.join_list_btmul_li:nth-child(2n) .jlbl_btm{
    background: #f8f8f8;
}
.jlbl_btm{
    padding: 30px 60px 50px;
    display: none;
}
.jlbl_btm_edr h3{
    font-size: 24px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 16px;
}
.jlbl_btm_edr ul li{
    list-style-type: square;
    margin-bottom: 8px;
}
.jlbl_btm_edr ul li:last-child{
    margin-bottom: 0px;
}
.jlbl_btm_edr ul li p{
    color: #999;
    line-height: 1.4;
    font-size: 16px;
}
.jlbl_btm_edr ul li::marker{
    color: #539A35;
    font-size: 20px;
}
.jlbl_btm_edr ul{
    margin-block-start: 0;
    padding-inline-start: 16px;
}
.jlbl_btm_btn .std_btn4_box{
    background: transparent;
}
.jlbl_btm_btn .std_btn4_box::after{
    opacity: 1;
}
.jlbl_btm_btn{
    margin-top: 30px;
}
.jlbl_btm_btn .std_btn4_box_text p{
    color: #fff;
}
.join_list_btmul_li.act .jtul_icon img:nth-child(2){
    opacity: 1;
}
.join_list_btmul_li.act .jtul_icon img:nth-child(1){
    opacity: 0;
}
.join_list_btmul_li.act .jlbl_tp{
    border-bottom: solid 1px transparent;
}
.join_list_btmul_li.act .jlbl_tp::after{
    width: 100%;
}
.join_main .mod_paging{
    margin-top: 80px;
}
.join_sear_ri_btn2 .std_btn4_box{
    background: transparent;
}
.join_sear_ri_btn2 .std_btn4_box::after{
    opacity: 1;
}
.join_sear_ri_btn2 .std_btn4_box_text p{
    color: #fff;
}
.join_sear_ri_btn2 .std_btn4_box_icon img:nth-child(1){
    opacity: 0;
}
.join_sear_ri_btn2 .std_btn4_box_icon img:nth-child(2){
    opacity: 1;
    transform: translateX(0) scale(1);
}
.join_sear_ri_btn1 .std_btn4_box_icon img:nth-child(1){
    opacity: 1;
    transform: translateX(0) scale(1);
}
.join_sear_ri_btn1 .std_btn4_box_icon img:nth-child(2){
    opacity: 0;
    transform: translateX(0) scale(1);
}
.join_sear_ri_btn .std_btn4_box{
    padding: 0 46px;
}
.join_sear_ri{
    display: flex;
    margin: 0 -20px;
}
.join_sear_ri_btn{
    padding: 0 20px;
}
.join_sear_le .ys_select_bd {
    overflow: hidden;
    padding: 12px 25px 12px 12px;
    height: 120px;
    background: #F6F6F6;
    margin-top: 2px;
}
.join_sear_le .ys_select_li {
    font-size: 16px;
    line-height: 1.4;
    color: #999;
    margin-bottom: 6px;
}
.join_sear_le .ys_select_li:last-child{
    margin-bottom: 0px;
}
.join_sear_le .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    border-radius: 0px;
    background-color: #539a35 !important;
}
.join_sear_le .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    background-color: #00306C !important;
    opacity: 0.6;
}
/* I1 Join Us-end */
/* c1 News-start */
.news_cont{
    width: 100%;
    position: relative;
}
.news_top{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 80px;
}
.news_top_le_box, .news_top_ri_img{
    height: 100%;
}
.news_top_ri_img img{
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}
.news_top_le_box, .news_top_ri_img {
    height: 100%;
}
.news_top_ri{
    width: 66%;
}
.news_top_le{
    width: 34%;
    padding-right: 42px;
}
.news_btm_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.news_btm_list_item {
    width: 33.333333%;
    padding: 0 22px;
    margin-bottom: 60px;
}
.news_btm_list_item a{
    display: block;
    padding-bottom: 14px;
    border-bottom: solid 1px rgba(204,214,226);
    position: relative;
}
.news_btm_list_item a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.nbli_date{
    margin: 24px 0 8px;
}
.nbli_date p, .nbli_tit{
    color: #333;
}
.nbli_tit{
    margin-bottom: 18px;
}
.nbli_btn .std_btn3_box_text p{
    color: #333;
    opacity: 0.6;
}
.news_btm .mod_paging{
    margin-top: 20px;
}
.join_sear_le{
    display: flex;
    margin: 0 -80px;
}
.join_sear_le .event_filt{
    padding: 0 80px;
    margin-bottom: 40px;
}
.news_top_le_box{
    background: linear-gradient(342deg, #00306C 64.13%, #539A35 100%);
    padding: 57px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.ntlb_tpul_li_date p{
    color: #fff;
    opacity: 0.7;
}
.ntlb_tpul_tit {
    color: #fff;
    margin: 8px 0 20px;
    line-height: 1.4;
    /* height: 4.2em; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ntlb_tpul_word p{
    color: #fff;
    line-height: 1.4;
    height: 2.4em;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ntlb_tpul_word{
    margin-bottom: 30px;
}
.ntlb_tpul_li .std_btn3_box_text p{
    color: #fff;
}
.ntlb_btmul_li_span{
    width: 16px;
    height: 16px;
    background:rgba(255, 255, 255,0.5);
    cursor: pointer;
}
.ntlb_btmul{
    width: 100px;
    margin: 0 -8px;
}
.ntlb_btmul_li{
    padding: 0 8px;
}
.ntlb_arrows {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: -5px;
    left: -33px;
    pointer-events: none;
}
.ntlb_btmul_li.slick-current .ntlb_btmul_li_span{
    background: #539A35;
}
.ntlb_btmsec{
    position: relative;
}
.ntlb_arrows_icon{
    width: 24px;
    pointer-events: all;
    cursor: pointer;
}
.ntlb_arrows_icon img{
    width: 100%;
}
.ntlb_btmsec .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
/* c1 News-end */
/* f2 Products-Details1-start */
.prodet_main{
    position: relative;
}
.prodet_main .ys_bread_list a{
    color: #999;
}
.prodet_main .ys_bread{
    position: absolute;
    top: 100px;
    bottom: auto;
}
.prodet_main .ys_bread_list.on a{
    color: #539A35;
}
.prodet_main .ys_bread_list::before{
    color: #999;
}
.prod_inve_cont{
    display: flex;
    align-items: flex-end;
}
.prod_inve_le{
    width: 37%;
    padding-right:44px;
    padding-left: calc(50vw - 800px);
    padding-bottom: 60px;
    padding-top: 60px;
}
.prod_inve_ri{
    width: 63%;
}
.pilb_span{
    width: 12px;
    height: 12px;
    background: #539A35;
    margin-bottom: 6px;
}
.pilb_tab p{
    color: #539A35;
}
.pilb_tit{
    color: #333;
    margin-bottom: 24px;
}
.pilb_word p{
    color: #999;
    line-height: 1.4;
}
.pilb_word{
    margin-bottom: 80px;
}
.pilb_btnbox{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.pilb_btnbox_one .std_btn4_box{
    background: transparent;
}
.pilb_btnbox_one .std_btn4_box_text p{
    color: #fff;
}
.pilb_btnbox_one, .pilb_btnbox_seco{
    width: 230px;
}
.pilb_btnbox_one .std_btn4_box::after{
    opacity: 1;
}
.pilb_btnbox_seco{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.pilb_btnbox_seco .std_btn4{
    margin-bottom: 20px;
}
.pilb_btnbox_seco .std_btn4:last-child{
    margin-bottom: 0px;
}
.prod_tech{
    width: 100%;
    background: #F6F6F6;
}
.prod_tech_le{
    width: 230px;
}
.prod_tech_ri{
    width: calc(100% - 230px);
    padding-left: 180px;
}
.prod_tech_le_text p{
    color: #999;
    line-height: 1.4;
    font-family: 'Roboto-regular' !important;
}
.ptlu_li p{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
}
.ptlu_li{
    padding: 16px 0;
    border-bottom: solid 1px rgba(204,214,226);
    transition: all .36s;
    position: relative;
    cursor: pointer;
}
.ptlu_li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.ptlu_li.act p{
    color: #539A35;
}
.ptlu_li.act {
    border-bottom: solid 1px transparent;
}
.ptlu_li.act::after{
    width: 100%;
}
.ptrb_tp h2{
    color: #333;
}
.ptrb_tp{
    margin-bottom: 0px !important;
    position: absolute;
    right: 0;
    z-index: 2;
}
.prod_tech_ri_box{
    position: relative;
}
.ptrb_tp .std_btn2_box{
    padding: 0 46px;
    background: transparent;
}
.ptrb_tp .std_btn2_box::after{
    opacity: 1;
}
.ptrb_tp .std_btn2_box .std_btn4_box_text p{
    color: #fff;
}
.ptrb_list_tit{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
    flex-shrink: 0;
}
.ptrb_list{
    /* margin-bottom: 40px; */
}
.ptrb_list.on .ptrb_list_icon img:nth-child(2){
    opacity: 1;
}
.ptrb_list.on .ptrb_list_icon img:nth-child(1){
    opacity: 0;
}
.ptrb_list.on .ptrb_list_tit{
    /* color: #539A35; */
}
.ptrb_list.on .ptrb_list_tp::after{
    width: 100%;
}
.ptrb_list.on .ptrb_list_tp{
    border-bottom: solid 1px transparent;
}
.plul_icon{
    width: 48px;
    margin-right: 36px;
    margin-top: 5px;
    flex-shrink: 0;
}
.plul_icon img{
    width: 100%;
}
.plul_sec{
    height: 100%;
    display: flex;
    padding: 32px 0;
    border-bottom: solid 1px rgba(204,214,226);
}
.ptrb_list_ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.ptrb_list_ul_li{
    width: 50%;
    padding: 0 22px;
}
/*2024.9.19xiugai-start*/
.plul_textbox_tit p{
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
    height:auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
}
.plul_textbox_tit {
    margin-bottom: 12px;
}
/*2024.9.19xiugai-end*/
.plul_textbox{
    position: relative;
    margin-top: 5px;
}
.plul_textbox_word p{
    color: #999;
    font-size: 16;
    margin-bottom: 10px;
}
.ptrb_list_icon{
    width: 32px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
.ptrb_list_icon img{
    width: 100%;
    transition: all .36s;
}
.ptrb_list_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ptrb_list_tp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(204,214,226);
    position: relative;
    transition: all .36s;
}
.ptrb_list_tp::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.ptrb_list1 .ptrb_list_icon{
    display: none;
}
.ptrb_list_table thead tr th{
    font-size: 18px;
    line-height: 1.4;
    color:#00306C;
    padding:20px 0 18px;
    min-width: 170px;
    max-width: 280px;
    text-align: center;
}
.ptrb_list_table thead tr th:first-child{
    padding-left: 20px;
    min-width: 140px;
    text-align: left;
    /* width: 290px; */
}
.ptrb_list_table thead tr th:last-child{
    padding-right: 20px;
}
.ptrb_list_table tbody tr{
    padding: 0 20px;
    border-top: 1px solid rgba(0, 48, 108, 0.20);
}
.ptrb_list_table tbody tr:last-child{
    border-bottom: 1px solid rgba(0, 48, 108, 0.20);
}
.ptrb_list_table tbody tr td{
    padding: 24px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    min-width: 170px;
    max-width: 280px;
    text-align: center;
}
.ptrb_list_table tbody tr td:first-child{
    color: #999;
    padding-left: 20px;
    min-width: 140px;
    text-align: left;
}
.ptrb_list.act .ptrb_list_table thead tr th:first-child{
    min-width: 160px;
    max-width: 280px;
}
.ptrb_list.act .ptrb_list_table thead tr th{
    min-width: 480px;
    max-width: 500px;
}
.ptrb_list.act .ptrb_list_table tbody tr td:first-child{
    min-width: 160px;
    max-width: 280px;
}
.ptrb_list.act .ptrb_list_table tbody tr td{
    min-width: 480px;
    max-width: 500px;
}
.ptrb_list_table table{
    width: 100%;
}
.ptrb_list_table{
    width: 100% !important;
    padding:0 !important;
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
}
.ptrb_list_table{
    display: none;
}
.ptrb_list4 .thead tr th, .ptrb_list5 .thead tr th{
    min-width:400px;
}
.ptrb_list6 .ptrb_list_icon{
    display: block;
}
.prod_tech_le.ys_fixed {
    position: fixed;
    top: 80px;
}
.ptrb_list_video{
    position: relative;
}
.ptrb_list_video_icon{
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 3;
}
.ptrb_list_pic{
    width: 100%;
}
/* f2 Products-Details1-end */ 
/* 首页-start */
.ys_ban_title{
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    margin-bottom: 40px;
    font-size: 64px
}
.ys_ban_title::after{
    /* content: ""; */
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 44%;
    height: 6px;
    background: linear-gradient(90deg, #4BBD1E 0%, rgba(75, 189, 30, 0.00) 100%);
}
.ys_ban_word p{
    color: #fff;
}
.ys_ban_word{
    margin-bottom: 40px;
}
.ys_ban_btn.ys_pos_center{
    top: 65%;
    z-index: 2;
}
.ys_ban_dots{
    margin: 0 auto;
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
}
.ys_ban_dots_ul {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.ys_ybdu_li{
    width: 520px;
    height: 4px;
    margin: 0 10px;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 0px;
    cursor: pointer;
}
.ys_ybdu_li_progess {
    width: 0%;
    height: 100%;
    background: #fff;
}
.home_event_cont{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.home_even_ri{
    width: 66%;
}
.home_even_ri a{
    height: 100%;
    display: block;
    position: relative;
}
.home_even_ri_bg, .home_even_ri_bg img{
    width: 100%;
}
.home_even_ri_bg{
    overflow: hidden;
}
.home_even_ri_bg img{
    transition: all .36s;
}
.home_even_ri_textbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 68px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hert_tab p{
    color: #fff;
    line-height: 1.4;
}
.hert_tab{
    position: relative;
    padding-left: 28px;
}
.hert_tab::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 12px;
    height: 12px;
    background: #539A35;
    z-index: 1;
}
.home_even{
    width: 100%;
    position: relative;
    padding-top: 40px;
}
.hert_tit{
    color: #fff;
}
.hert_btn .std_btn3_box_text p{
    color: #fff;
}
.hert_btn{
    overflow: hidden;
}
.hert_sec{
    overflow: hidden;
}
.home_even_le{
    width: 32%;
}
.home_even_le a{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 70px;
    background: linear-gradient(342deg, #00306C 56.43%, #539A35 100%);
}
.home_even_le_tit{
    color: #fff;
}
.home_news h2{
    color: #539A35;
    margin-bottom: 36px;
}
.hnul_btn .std_btn3_box_text p{
    color: #333;
    opacity: 0.6;
}
.hnul_btn{
    overflow: hidden;
}
.home_news_tit{
    overflow: hidden;
}
.hnul_btn .std_btn3_box_icon img:nth-child(2){
    margin-top: 1px;
}
.hnul_tit{
    color: #333;
    margin-bottom: 24px;
    height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hnul_tit_box{
    overflow: hidden;
}
.hnul_box{
    overflow: hidden;
}
.hnul_date p{
    color: #333;
}
.hnul_date{
    margin-bottom: 8px;
}
.home_news_ul_li{
    width: 33.333333%;
    padding: 0 22px;
}
.home_news_ul{
    margin: 0 -22px;
}
.home_news_ul_li a{
    display: block;
    padding-top: 24px;
    border-top: 1px solid #00306C;
    overflow: hidden;
}
.home_endl_cont{
    width: 100%;
    position: relative;
    padding: 40px 30px 40px 70px;
    background: linear-gradient(342deg, #00306C 56.43%, #539A35 100%);
    display: flex;
    align-items: stretch;
}
.home_endl_ri{
    width: 63%;
    position: relative;
}
.home_endl_le{
    width:37%;
    padding-right: 80px;
}
.home_endl_ri_box, .home_endl_le_box{
    height: 100%;
}
.home_endl_ri_box{
    position: relative;
}
.home_endl_le_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_endl_le_tit{
    color: #fff;
}
.helb_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.helb_list_item{
    width: 50%;
    padding: 0 35px;
    margin-bottom: 35px;
    overflow: hidden;
}
.helb_list_item_num {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.helb_list_item_num span{
    color: #fff;
    line-height: 1.4;
    font-size: 32px;
}
.helb_list_item_num .std_title2{
    color: #fff;
}
.helb_list_item_word p{
    color: #fff;
    opacity: 0.6;
}
.helb_btn .std_btn3_box_text p{
    color: #fff;
}
.helb_btn{
    margin-top: 30px;
    overflow: hidden;
}
.home_sine_box_imgbox {
    position: relative;
    z-index: 1;
    width: 1600px;
    margin: 0 auto;
    transition: all .36s;
}
.hsbi_sec {
    position: relative;
    width: 100%;
    height:88vh;
    overflow: hidden;
    transition: all .36s;
}
.home_sine_box_imgbox.active .hsbi_sec{
    height: 100vh;
}
.hsbi_textbox_sec_tit{
    opacity: 0;
    transition: all .36s;
}
.home_sine_box_imgbox.active .hsbi_textbox_sec_tit {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.1s;
    opacity: 1;
}
.home_sine_box_imgbox.active .hsbi_icon{
    opacity: 1;
}
.hsbi_textbox_btn{
    opacity: 0;
    transition: all .36s;
}
.home_sine_box_imgbox.active .hsbi_textbox_btn {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.2s;
    opacity: 1;
}
.hsbi_sec_clip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 150%;
    /* transform: translateY(var(--translate)); */
}
.hsbi_sec_clip img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_sine_box_imgbox.active {
    width: 100%;
}
.hsbi_textbox_sec{
    padding: 160px 70px;
    width: 100%;
    height: 100%;
}
.hsbi_textbox_sec .std_title2{
    width: 40%;
    color: #fff;
}
.hsbi_textbox_sec_tit{
    overflow: hidden;
}
.hsbi_textbox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    height: 100%;
}
.hsbi_textbox_btn{
    margin-top: 40px;
}
.hsbi_textbox_btn p{
    color: #fff;
}
.home_sine_box_imgbox.active .hsbi_textbox_sec .std_title2{
    opacity: 1;
}
.home_sine_box_imgbox.active .hsbi_textbox_btn{
    opacity: 1;
}
.home_prod{
    width: 100%;
    position: relative;
    padding: 0 40px;
}
.home_prod_cont_box{
    padding-top: 80px;
    padding-bottom: 60px;
}
.home_prod_cont_textbox{
    width:41%;
}
.home_prod_cont_textbox h2{
    color: #539A35;
}
.hpct_tit{
    color: #333;
    margin-bottom: 20px;
}
.hpct_word p{
    color: #333;
    opacity: 0.6;
}
.hpct_btn{
    margin-top: 20px;
}
.hpct_btn .std_btn2_box{
    background: transparent;
} 
.hpct_btn .std_btn2_box::after{
    opacity: 1;
}
/* 首页-end */
/* b1  About Sineng-start */
.about_cont{
    width: 100%;
    position: relative;
}
.about_posi_ul{
    display: flex;
}
.about_posi_ul_li{
    width: 33.333333%;
    position: relative;
}
.about_posi_ul_li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(204,214,226);
}
.about_posi_ul_li:last-child::after{
    content: none;
}
.apul_box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 40px;
    cursor: pointer;
}
.apul_box::after{
    content: "";
    position: absolute;
    bottom:-1px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #539A35;
    transition: all .36s;
}
.apul_icon{
    width: 32px;
    flex-shrink: 0;
    position: relative;
    margin-right: 16px;
}
.apul_icon img{
    width: 100%;
    transition: all .36s;
}
.apul_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.apul_text p{
    color: #333;
    line-height: 1.4;
    transition: all .36s;
}
.about_posi_ul_li.act .apul_icon img:nth-child(1){
    opacity: 0;
}
.about_posi_ul_li.act .apul_icon img:nth-child(2){
    opacity: 1;
}
.about_posi_ul_li.act  .apul_text p{
    color: #539A35;
}
.about_posi_ul_li.act .apul_box::after{
    width: 100%;
}
.about_corp{
    margin-top: 80px;
    padding: 0 40px;
}
.about_corp_cont{
    padding: 80px 0;
    background: #F6F6F6;
}
.about_corp_tp{
    display: flex;
    justify-content: space-between;
    padding: 0 120px;
    margin-bottom: 60px;
}
.about_corp_tp h2{
    color: #333;
}
.about_corp_tp_word{
    width: 66%;
    padding-right:40px;
}
.about_corp_tp_word p{
    color: #666;
    line-height: 1.75;
    margin-bottom: 10px;
}
.about_corp_tp_imgbox{
    position: relative;
    z-index: 1;
    transform: scale(0.95);
    transition: all .36s;
}
.acti_clip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 150%;
}
.acti_sec{
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
}
.about_corp_tp_imgbox.active{
    transform: scale(1);
}
.about_corp_tp_imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_corp_tp_text{
    width:66%;
    padding-right: 160px;
    margin-top: 60px;
}
.about_corp_tp_text p{
    color: #666;
    line-height: 1.75;
    margin-bottom: 10px;
}
.about_list_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -44px;
}
.about_list_ul_li{
    width: 25%;
    padding: 0 44px;
    margin-bottom: 62px;
}
.alul_icon{
    width: 64px;
}
.alul_icon img{
    width: 100%;
}
.alul_num .std_title2{
    color: #539A35;
}
.alul_num{
    margin: 24px 0 12px;
    display: flex;
    align-items: center;
}
.alul_num span{
    font-size: 32px;
    line-height: 1.4;
    color: #539A35;
}
.alul_word p{
    color: #999;
}
.alul_sec{
    padding-top: 24px;
    border-top: 1px solid rgba(0, 48, 108, 0.20);
}
.about_list{
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    background: #fff;
}
.about_visi h2{
    color: #333;
    margin-bottom: 50px;
}
.about_visi_ul{
    margin: 0 -22px;
    display: flex;
    justify-content: space-between;
}
.about_visi_ul_li{
    width: 33.333333%;
    padding: 0 22px;
    transition: all .36s;
}
.about_visi_ul_li.active{
    width: 20%;
}
.about_visi_ul_li.on1{
    width: 60%;
}
.avul_box_le{
    width: 500px;
}
.avul_box_ri_tit{
    color: #333;
    margin-bottom: 40px;
}
.avul_box_ri_word p{
    color: #999;
    line-height: 1.75;
}
.avul_box_ri{
    width:442px;
    height: 100%;
    padding:0 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(-150%);
}
.about_visi_ul_li.on1 .avul_box_ri{
    transform: translateX(0);
}
.avul_box_ri_close{
    width: 32px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    /* display: none; */
}
.avul_box_ri_close img{
    width: 100%;
}
.avul_box_le{
    position: relative;
    z-index: 2;
}
.avul_box{
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.avul_box_ri_box{
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .36s;
}
.about_visi_ul_li.on1 .avul_box_ri_box{
    opacity: 1;
    transition-delay: 0.2s;
}
.avul_pic {
    width: 100%;
    height: 610px;
    position: relative;
    overflow: hidden;
}
.avul_pic_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
}
.avul_pic_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .36s;
}
.avul_pic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(342deg, rgba(0, 48, 108, 0.00) 2.47%, rgba(83, 154, 53, 0.50) 100%);
}
.avul_pic::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.94%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
}
.avul_textbox_tab p{
    color: #fff;
    line-height: 1.4;
    /* font-family: 'Roboto-regular' !important; */
}
.avul_textbox_tit{
    color: #fff;
    margin-top: 12px;
}
.avul_box{
    position: relative;
}
.avul_textbox{
    width: calc(100% - 80px);
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    z-index: 2;
}
.about_hist{
    width: 100%;
    position: relative;
}
.about_hist_cont{
    padding: 70px 0;
    width: 100%;
    position: relative;
}
.about_hist_cont::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - calc(50vw - 800px));
    height: 100%;
    background: #F6F6F6;
    z-index: -1;
    pointer-events: none;
}
.ahs1_li_le{
    width: 56%;
}
.ahs1_li_box{
    display: flex;
    align-items: center;
}
.ahs1_li_le .ys_imgbox_cover{
    position: relative;
}
.ahs1_li_le .ys_imgbox_cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(342deg, rgba(0, 48, 108, 0.40) 0%, rgba(83, 154, 53, 0.50) 100%, rgba(83, 154, 53, 0.80) 100%), linear-gradient(0deg, rgba(0, 47, 214, 0.20) 0%, rgba(0, 47, 214, 0.20) 100%);
}
.ahs1_li_ri{
    width: 44%;
    padding-right: calc(50vw - 800px);
    padding-left: 180px;
    position: relative;
}
.ahs1_li_ri::after{
    content: "";
    position: absolute;
    left: -16%;
    top: 15px;
    width: 0%;
    height: 2px;
    background: #539A35;
    transition: all .6s;
}
.ahs1_li_ri ul li{
    list-style-type: square;
    margin-bottom: 30px;
}
.ahs1_li_ri ul li:last-child{
    margin-bottom: 0px;
}
.ahs1_li_ri ul li::marker{
    color: #539A35;
    font-size: 20px;
}
.ahs1_li_ri ul li p{
    font-size: 24px;
    line-height: 1.5;
    color: #333;
}
.ahs1_li:not(:first-child), .ahs2_li:not(:first-child), .ah3u_li:not(:first-child){
    /* display: none; */
}
.ahs2_li.slick-current .ahs2_li_text{
    opacity: 0;
}
.about_hist_slide2_ul .slick-track{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ahs2_li_text p{
    color: #fff;
    line-height: 1.4;
    transition: all .36s;
}
.about_hist_slide2_ul{
    height:20%;
    position: absolute;
    top: 54%;
    left: 26%;
    transform: translate(-50%,-50%);
    margin: -45px 0;
    overflow: visible;
    padding-right: 10px;
}
.about_hist_slide2_ul::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 1px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.40);
}
.about_hist_slide2_ul::before{
    content: "";
    position: absolute;
    right: -21px;
    top: 51%;
    transform: translateY(-50%);
    width:64px;
    height: 64px;
    border-radius: 50%;
    border: solid 1px #fff;
}
.about_hist_slide2_ul .slick-list{
    overflow: visible;
}
.ahs2_li{
    width: 100%;
    position: relative;
    padding: 45px 0;
    padding-right: 80px;
}
.ahs2_li::after {
    content: "";
    position: absolute;
    right:auto !important;
    left: calc(100% - 5px);
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    transition: all .36s;
    cursor: pointer;
}
.ah3u_li_num{
    font-weight: bold;
    line-height: 1.1;
    color: #fff;
    font-size: 56px;
    text-align: center;
}
.about_hist_slide3_ul{
    width: 10%;
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%,-50%);
}
.ahs1_li.slick-current .ahs1_li_ri::after{
    width: 300px;
}
.ahs2_li_text {
    cursor: pointer;
    transition: all .36s;
}
.about_hist_slide{
    position: relative;
    overflow: hidden;
}
.about_hist_slide .mod_arrows{
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height:310px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about_hist_slide .arrows_icon{
    cursor: pointer;
    pointer-events: all;
}
.about_hist_slide .slick-disabled{
    pointer-events: none;
}
.about_hist_textbox {
    width: 30%;
    position: absolute;
    left: 74%;
    top: 70px;
    transform: translateX(-50%);
    z-index: 1;
}
.about_hist_textbox_word p{
    color: #999;
    line-height: 1.4;
}
.about_hist_textbox h2{
    color: #333;
    margin-bottom: 40px;
}
.about_posi_box{
    width: 100%;
    background: #fff;
    border-bottom: solid 1px rgba(204,214,226);
    transition: all .36s;
}
.about_posi.on1 .about_posi_box{
    position: fixed;
    top: 80px;
    z-index: 20;
    box-shadow: 0px 4px 20px 0px rgba(126, 126, 126, 0.10);
}
.about_posi{
    height: 72px;
}
.about_posi_ul_li.act .apul_icon img:nth-child(1){
    opacity: 0;
}
.about_posi_ul_li.act .apul_icon img:nth-child(2){
    opacity: 1;
}
.about_posi_ul_li.act  .apul_text p{
    color: #539A35;
}
.about_posi_ul_li.act .apul_box::after{
    width: 100%;
}
/* b1  About Sineng-end */
.ys_ph_navbar3 .ys_phnav_header {
    background: #fff;
}
.ahs1_li_le{
    position: relative;
    background: linear-gradient(342deg, rgba(0, 48, 108, 0.40) 0%, rgba(83, 154, 53, 0.50) 100%, rgba(83, 154, 53, 0.80) 100%), linear-gradient(0deg, rgba(0, 47, 214, 0.20) 0%, rgba(0, 47, 214, 0.20) 100%);
}
.hsbi_icon{
    position: absolute;
    bottom: 20px;
    right: calc(50vw - 800px);
    z-index: 7;
    opacity: 0;
}
.hsbi_icon_prog{
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
    transition: all .36s;
}
.hsbi_icon_prog svg {
    fill: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.ys_bandots_circle {
    width: 0%;
}
.ctact_ress_cont_phbox{
    display: none;
}
.ntlb_tpul_btn{
    overflow: hidden;
}
/* .ys_ph_navbar3 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #539A35;
}
.ys_ph_navbar3 .ys_ph_nav .ys_phnav_haschild.yxnav_active2>.ys_phnav_lisbox a {
    color: #539A35;
}
.ys_ph_navbar3 .ys_ph_nav .ys_phnav_haschild.yxnav_active2 ul li.yxnav_active3 .ys_phnav_lisbox a{
    color: #539A35;
} */
.ptrb_phicon{
    display: none;
}
.home_sine {
    height: 140vh;
}
.home_sine_box {
    position: sticky;
    top: 0;
}
.sticky_html
,.sticky_body{
    overflow: inherit !important;
}
.ptrb_list_video_download{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.plvd_title{
    color: #333;
    line-height: 1.4;
}
.plvd_btnbox a{
    display: flex;
    align-items: center;
}
.plvd_btnbox span{
    font-size: 16px;
    color: #999;
    line-height: 1.4;
    transition: all .36s;
}
.plvd_btnbox img{
    width: 16px;
    margin-left: 16px;
}
.pilb_btnbox_one .std_btn4_box .std_btn4_box_icon img:nth-child(2){
    opacity: 0;
}
.pilb_btnbox_seco .std_btn4_box_icon img:nth-child(2) {
    transform: translateX(0px) scale(1);
}
.ccul_ri_sear .std_btn4_box .std_btn4_box_icon img:nth-child(2){
    opacity: 0;
}
.ccul_ri_sear .std_btn4_box .std_btn4_box_icon img:nth-child(1){
    opacity: 1;
}
.ccul_ri_sear .std_btn4_box_icon img:nth-child(2) {
    transform: translateX(0px) scale(1);
}
.mod_box, .pilb_btnbox_one, .pilb_btnbox_seco{
    overflow: hidden;
}
.about_posi{
    position: relative;
    z-index: 10;
}
.energ_assem_follw {
    position: fixed;
    pointer-events: none;
    width: 10px;
    height: 40px;
    z-index: 1000;
    background: url(../images/huadong.svg) center / cover no-repeat;
    opacity: 0;
}
.energ_assem_follw_icon {
    width: 100%;
    height: 100%;
}
.ahs1_li_le{
    cursor: none
}
.about_corp_tp_imgbox.active .hsbi_icon{
    opacity: 1;
}
.news_btm_list_item{
    overflow: hidden;
}
.news_btm_list_item:nth-of-type(3n+1) a{
    animation-delay: 0.1s;
}
.news_btm_list_item:nth-of-type(3n+2) a{
    animation-delay: 0.2s;
}
.news_btm_list_item:nth-of-type(3n+3) a{
    animation-delay: 0.3s;
}
.event_ul_li{
    overflow: hidden;
}
.event_ul_li:nth-of-type(2n) a{
    animation-delay: 0.2s;
}
.event_ul_li:nth-of-type(2n + 1) a{
    animation-delay: 0.1s;
}
.case_list_ul_li:nth-of-type(2n) a{
    animation-delay: 0.2s;
}
.case_list_ul_li:nth-of-type(2n + 1) a{
    animation-delay: 0.1s;
}
.soldet_prod_ul_li:nth-child(4n+1) a{
    animation-delay: 0.1s;
}
.soldet_prod_ul_li:nth-child(4n+2) a{
    animation-delay: 0.2s;
}
.soldet_prod_ul_li:nth-child(4n+3) a{
    animation-delay: 0.3s;
}
.soldet_prod_ul_li:nth-child(4n+4) a{
    animation-delay: 0.4s;
}
.ques_list_ul_li{
    overflow: hidden;
}
.soldet_prod_ul_li{
    overflow: hidden;
}
/* 12.11修改-start */
.home_prod_cont_img{
    width: 100%;
    margin-top: -200px;
}
.ptrb_list_video_phicon{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 30px;
}
.clui_ul_li_text {
    margin-top: 2px;
}
.case_list_ul .slick-track{
    display: flex;
    align-items: stretch;
}
.case_list_ul_li.slick-slide{
    height: auto;
}
.jlbl_btm_btn .std_btn4_box_icon {
    width: 18px;
}
/* 12.11修改-end */
.hsbi_pic {
    position: relative;
    top: 30px;
    left: 1px;
    width: 30px;
    cursor: pointer;
    z-index: 99;
}
.hsbi_pic img{
    width: 100%;
    transition: all .36s;
}
.hsbi_pic.on img:nth-child(2){
    opacity: 1;
}
.hsbi_pic.on img:nth-child(1){
    opacity: 0;
}
.hsbi_pic img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prod_inve_ri{
    padding-top: 140px;
    padding-bottom: 32px;
}
.prod_inve_ri_tplist{
    width: 66%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.pirt_ul_li img{
    width: 100%;
}
.pirt_ul_li{
    display: none;
}
.pirt_ul_li:first-child{
    display: block;
}
.pirb_ul{
    display: flex;
    justify-content: center;
    margin: 0 -20px;
}
.pirb_ul_li{
    width: 240px;
    padding: 0 20px;
}
.pirb_ul_li_img{
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.20);
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(0, 48, 108, 0.30);
    transition: all .36s;
}
.pirb_ul_li_img::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #539A35;
    transition: all .36s;
}
.pirb_ul_li_img img{
    width: 100%;
}
.pirb_ul_li.act .pirb_ul_li_img{
    border-bottom: solid 1px transparent;
}
.pirb_ul_li.act .pirb_ul_li_img::after{
    width: 100%;
}
/* Delia-end */
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .pilb_btnbox_seco .std_btn4_box:hover .std_btn4_box_icon img:nth-child(1) {
        transform: translateX(0px) scale(1);
        opacity: 0;
    }
    .pilb_btnbox_one .std_btn4_box:hover .std_btn4_box_icon img:nth-child(2){
        opacity: 0;
    }
    .pilb_btnbox_one .std_btn4_box:hover .std_btn4_box_icon img:nth-child(1){
        opacity: 1;
        transform: translateX(0);
    }
    .plvd_btnbox a:hover span{
        color: #539A35;
    }
    .about_posi_ul_li:hover .apul_icon img:nth-child(1){
        opacity: 0;
    }
    .about_posi_ul_li:hover .apul_icon img:nth-child(2){
        opacity: 1;
    }
    .about_posi_ul_li:hover .apul_text p{
        color: #539A35;
    }
    .about_posi_ul_li:hover  .apul_box::after{
        width: 100%;
    }
    .home_even_ri a:hover .home_even_ri_bg img{
        transform: scale(1.05);
    }
    .avul_box:hover .avul_pic_img img{
        transform: scale(1.05);
    }
  
    .mftu_li ul li p a:hover{
        opacity: 0.6;
    }
    .news_btm_list_item a:hover{
        border-bottom: solid 1px transparent;
    }
    .news_btm_list_item a:hover::after{
        width: 100%;
    }
    .clui_box:hover .ys_imgbox_cover img{
        transform: scale(1.05);
    }
    .clui_box:hover{
        border-bottom: solid 1px transparent;
    }
    .clui_box:hover::after{
        width:100%;
    }
    .dlul_btmul_li a:hover .dlul_btmul_li_text p{
        color:#539a35;
    }
    .down_list .soldet_prod_ul_li a:hover{
        border-bottom: solid 1px transparent;
    }
    .down_list .soldet_prod_ul_li a:hover::after{
        width: 100%;
    }
    .prod_list_ul_li a:hover{
        border-bottom: solid 1px transparent;
    }
    .prod_list_ul_li a:hover::after{
        width: 100%;
    }
    .prod_sear_ul_li a:hover{
        background: #539A35;
        color: #fff;
        border: solid 1px #539A35;
    }
    .prod_firs_ul_li:hover::before{
        width: 100%;
    }
    .prod_firs_ul_li a:hover .pful_icon img:nth-child(2){
        opacity: 1;
    }
    .prod_firs_ul_li a:hover .pful_icon img:nth-child(1){
        opacity: 0;
    }
    .prod_firs_ul_li a:hover .pful_text{
        color: #539A35;
    }
    .case_list_ul_li a:hover{
        border-bottom: solid 1px transparent;
    }
    .case_list_ul_li a:hover::after{
        width: 100%;
    }
    .pc_fenye a:hover li{
        color: #333;
        border-bottom: solid 1px #539A35;
        background: transparent;
        border-radius: 0px;
    }
    .next:hover li, .prev:hover li{
        border-bottom: solid 1px transparent !important;
        color: #539A35 !important;
    }
    .first:hover li, .end:hover li{
        border-bottom: solid 1px transparent !important;
    }
    .first:hover li::before{
        background: url(../images/c1_arrow02_1.svg) center no-repeat !important;
    }
    .end:hover li::before{
        background: url(../images/c1_arrow05_1.svg) center no-repeat !important;
    }
    .newdet_ban_le_back a:hover .nblb_text p{
        color: #00306C;
    }
    .mscu_li_link:hover::after{
        width: 100%;
    }
    .mscu_li_link:hover{
        border-bottom: solid 1px transparent;
    }
    .mocl_ul_li_box:hover .ys_imgbox_cover img{
        transform: scale(1);
    }
    .mftu_li_link:hover{
        color: #539A35;
    }
    .mfbo_ul_li a:hover {
        opacity: 1;
    }
    .std_btn1_box:hover{
        background: transparent;
    }
    .std_btn1_box:hover::after{
        opacity: 1;
    }
    .std_btn2_box:hover .std_btn2_box_icon img{
        transition: all .36s;
    }
    .std_btn2_box:hover .std_btn2_box_icon img:nth-child(1){
        transform: translateX(15px) scale(1);
        opacity: 1;
    }
    .std_btn2_box:hover .std_btn2_box_icon img:nth-child(2){
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
    .std_btn2_box:hover::after{
        opacity: 1;
        width: 100%;
    }
    .std_btn3_box:hover .std_btn3_box_text p{
        color: #539A35;
    }
    .std_btn3_box:hover .std_btn3_box_icon img{
        transition: all .36s;
    }
    .std_btn3_box:hover .std_btn3_box_icon img:nth-child(1){
        transform: translateX(10px) scale(0.5);
        opacity: 0;
    }
    .std_btn3_box:hover .std_btn3_box_icon img:nth-child(2){
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
    .std_btn4_box:hover .ys_imgbox_cover img{
        transform: scale(1);
    }
    .std_btn4_box:hover::before{
        border: solid 1px transparent;
    }
    .std_btn4_box:hover::after{
        opacity: 1;
    }
    .std_btn4_box:hover .std_btn4_box_text p{
        color: #fff;
    } 
    .std_btn4_box:hover .std_btn4_box_icon img:nth-child(2){
        transform: translateX(0px) scale(1);
        opacity: 1;
    }
    .std_btn4_box:hover .std_btn4_box_icon img:nth-child(1){
        transform: translateX(10px) scale(0.5);
        opacity: 0;
    }
    .std_btn4_box:hover .std_btn4_box_icon img{
        transition: all .36s;
    }
    .cstl_box:hover .cstl_icon img:nth-child(1){
        opacity: 0;
    }
    .cstl_box:hover .cstl_icon img:nth-child(2){
        opacity: 1;
    }
    .cstl_box:hover .cstl_text{
        color: #539A35;
    }
    .case_sear_tpul_li:hover::before{
        width: 100%;
    }
    .join_sear_ri_btn1 .std_btn4_box:hover .std_btn4_box_icon img:nth-child(1){
        opacity: 0;
        transform: translateX(0) scale(1) !important;
    }
    .join_sear_ri_btn1 .std_btn4_box:hover .std_btn4_box_icon img:nth-child(2){
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    .ccul_ri_sear .std_btn4_box:hover .std_btn4_box_icon img:nth-child(1){
        opacity: 0;
        transform: translateX(0px) scale(1);
    }
    .mncl_list_ul_li  a:hover .icon-arrow-down{
        transform: rotate(180deg);
    }
}
/* 2023.12.13Linda修改-start */
.jlbl_tp_ul_li1{
    padding-right: 30px;
}
.clui_ul_li_text {
    margin-top: 1px;
}
.ys_bread {
    bottom: 150px;
}
.about_posi.isfixed {
    z-index: 97;
}
.about_posi_box.isfixed {
    position: fixed;
    top: 80px;
    z-index: 100;
    width: 100%;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
}
.prod_tech_nav{
    display: none;
    height: 56px;
    margin-bottom: 50px;
    position: relative;
}
.ptnw_ul_li p{
    font-size: 16px;
    line-height: 56px;
    color: #333;
    transition: all .36s;
}
.ptnw_ul_li{
    display: inline-block;
    width: auto;
    padding: 0 20px;
}
.ptnw_ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
.prod_tech_nav_wrap {
    position: relative;
    transition: all .4s;
    background-color: #fff;
    border-bottom: solid 1px rgba(204,214,226);
}
.prod_tech_nav.isfixed {
    z-index: 97;
}
.prod_tech_nav_wrap.isfixed {
    position: fixed;
    top: 64px;
    z-index: 100;
    width: 100%;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
}
.ptnw_ul_li.on p{
    color: #539A35;
}
.helb_btn .std_btn3_box_text p{
    line-height: 1.5;
}
.ys_search1_but{
    width: 88px;
}
.ys_search1_tbox{
    width: calc(100% - 88px);
}
.newdet_ban_le_share{
    margin-bottom: 0px !important;
}
.ys_ban_video{
    background: transparent;
}
.hsbi_textbox_btn{
    opacity: 1 !important;
    animation: none !important;
}
.cfrb_from_code_btn .std_btn2_box_text p {
    line-height: 36px;
}
.about_hist_slide2_ul::before {
    top: 50%;
}
.home_endl_ri_box.hasvideo img{
    opacity: 0;
}
.home_sine_box{
    top: 80px;
}
.home_sine_box_imgbox.active .hsbi_sec{
    height: calc(100vh - 80px);
    top: 0;
}
.home_sine_wrap{
    height: 100%;
}
.hsbi_sec{
    top: calc(6vh - 40px);
}
.home_even {
    margin-top: 40px;
}
.home_sine {
    padding-top: 40px;
}
.ahs1_li_box{
    align-items: stretch;
}
.ahs1_li_ri{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.ahs1_li_ri_tp,.ahs1_li_ri_bt{
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    /* height: 1px; */
}
.ahs1_li_ri::after{
    display: none;
}
.ahs1_li_ri_bt::after {
    content: "";
    position: absolute;
    left: -330px;
    top: 15px;
    width: 0%;
    height: 2px;
    background: #539A35;
    transition: all .6s;
    pointer-events: none;
}
.ahs1_li.slick-current .ahs1_li_ri_bt::after {
    width: 300px;
}
.ahs1_li_ri_bt{
    position: relative;
}
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a,
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a,
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active3>.ys_phnav_lisbox a,
.ys_ph_navbar3 .ys_ph_nav li.yxnav_active4>.ys_phnav_lisbox a {
    color: #539A35;
}
/* 2023.12.13Linda修改-end */
/* 首页 */
.demo_swip_wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}
.demo_swip_wrap canvas {
    width: 100%;
}
.demo_swip {
    width: 100%;
    padding:0 40px;
    position: relative;
    margin: 0 auto;
}
.demo_swip_img {
    /* opacity: 0; */
    opacity: 1;
}
.demo_swip_dots_li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #DDD;
    transition: all 0.36s;
    margin-right: 10px;
}
.demo_swip_dots_li.act {
    background: #539A35;
}
.demo_swip_waro {
    width: 100%;
    position: relative;
    margin-top: -200px;
}
.demo_swip_dots {
    margin-top: 30px;
    display: flex;
}
.demo_swip_waro_btn.on .dswb_wrap {
    pointer-events: none;
}
.demo_swip_dots.on .demo_swip_dots_li {
    pointer-events: none;
}
/* 文字 */
.hpcb_ul_li:not(:first-child){
    display: block;
}
.demo_swip_text {
    width: 100%;
    padding: 0 40px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.dstl_box{
    overflow: hidden;
}
.demo_swip_text_li.slick-current .dstl_box h2{
    animation: ysfadeInUp  .5s ease-in-out both;
    animation-delay: 0.1s;
}
.demo_swip_text_li.on  .dstl_box h2{
    animation: ysUp  .5s ease-in-out both;
    animation-delay: 0.1s;
}
@keyframes ysUp {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
}
.home_prod_cont_phbox{
    display: none;
}
.hpcb_ul {
    position: relative;
    z-index: 9;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .demo_swip_dots_li:hover{
        transform: scale(1.3);
    }
}

/* 表单修改 */
.cfrb_from_code_le{
    width: calc(100% - 160px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.cfrb_from_code_ri{
    width: 160px;
    margin-top: 25px;
}
.cfrb_from_code_word{
    margin-top: 20px;
    display: flex;
}
.cfrb_from_code_word span{
    display: block;
    width: 12px;
    height: 12px;
    border:solid 1px #fff;
    position: relative;
    transition: all .36s;
    cursor: pointer;
    margin-right: 6px;
    margin-top: 5px;
    flex-shrink: 0;
}
.cfrb_from_code_word span.on{
    border: solid 1px #539a35;
}
.cfrb_from_code_word span.on::after{
    opacity: 1;
}
.cfrb_from_code_word span::after{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .36s;
    background: #539a35;
}
.cfrb_from_code_word p, .cfrb_from_code_word p a{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}
.cfrb_from_code_word p a{
    color: #539a35;
    margin-left: 5px;
}
.join_main .ys_select_bd .mCSB_outside+.mCSB_scrollTools .mCSB_draggerContainer {
    top: 15px;
    bottom: 15px;
    right: 22px;
}
.join_main .mCSB_outside+.mCSB_scrollTools {
    right: 2px !important;
}
.event_main .mCSB_outside+.mCSB_scrollTools {
    right: 9px !important;
}
.soldet_netw_list .slick-dots {
    bottom: -30px;
}
.soldet_netw_list .slick-dots li {
    width: 10px;
    height: 10px;
    background: #ccc;
}
.soldet_netw_list .slick-dots li.slick-active {
    background: #539A35;
}
.mocl_ul_li a{
    pointer-events: none;
}
.ptrb_list_video .ptrb_list_icon{
    display: none;
}
.ptrb_list_video .ptrb_list_tp{
    border-bottom: solid 1px transparent;
    padding: 20px 0;
}
.ptrb_list_video_wrap{
    margin-top: 20px;
}
.ptrb_list_tp {
    padding: 20px 0;
}
.ptrb_list_video.on .ptrb_list_tp::after{
    width: 0%;
}
.xialaph_bot {
    text-align: center;
    padding: 20px;
    font-size: 0;
    position: relative;
}
.mc1_area {
    position: relative;
    display: inline-block;
    margin: 0 8px;
}
.mc1_area_box {
    width: auto;
    color: #fff;
    line-height: 20px;
    height: 100%;
    display: inline-block;
}
.mc_list_imgbox {
    position: relative;
    overflow: hidden;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.mc1_area_imgbox img {
    transition: all .36s;
}
.mc_list_imgbox img {
    object-fit: cover;
}
.mc1_area_txtbox {
    color: #666;
    margin-left: 3px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
html.modal-open .mc1_area_second {
    transition: all .5s ease-out;
}
.mc1_area_second.act {
    transform: translateX(0%);
}
.mc1_area_second {
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: calc(100% - 64px);
    z-index: 99;
    border-top: 1px solid transparent;
    transition: all 0s;
    background: #fff;
    padding: 30px 20px;
    text-align: left;
    transform: translateX(100%);
}
.mc1_area_back {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.mc1_area_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #666;
}
.mc1_area_li a {
    font-size: 16px;
    line-height: 1.5;
    font-size: 16px;
    display: block;
    padding: 7px 0;
    color: #666;
    transition: all .36s;
}
.mc1_area_li.act a {
    color: #539A35;
}
.xialaph_bot::after {
    content: "";
    width: calc(100% + 40px);
    height: 1px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ys_ph_navbar3 .ys_phmenu_scroll {
    min-height: calc(100vh - 130px);
    height: calc(100% - 130px);
}
.mc1_area_back .ys_phnav_icon {
    display: block;
    position: relative;
    transform: inherit;
    width: 14px;
    height: 14px;
    transform: rotateY(180deg);
}
.mc1_area_back {
    display: flex;
    position: relative;
    align-items: center;
}
.mulu_li_list  .slick-track{
    width: 100%;
}
.news_sear{
    width: 430px;
    height: 42px;
    border: solid 1px #539A35;
    position: relative;
}
.news_sear_input, .news_sear_input input{
    width: 100%;
    height: 100%;
}
.news_sear_input input{
    padding: 0 50px 0 20px;
    font-size:16px;
    line-height: 1.4;
    color: #333;
}
.news_sear_input input::placeholder{
    font-size: 16px;
    color: #999;
    line-height: 1.4;
}
.news_sear_icon{
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 20px;
}
.news_sear_icon img{
    width: 100%;
}
.news_main .join_sear_le .event_filt{
    margin-bottom: 0px;
}
.news_main  .join_sear{
    align-items: flex-end;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.news_main .join_sear_le{
    align-items: flex-end;
}
/* 2024-1.27-修改 */
/* 首页轮播-start*/
.hpul_sec{
    width: 100%;
    height: auto !important;
}
.hpul_sec img{
    width: 100%;
    /* height: 100%; */
    /* object-fit: contain; */
}
.home_prod_ul .slick-dots li {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: #DDD;
    margin: 0 8px;
    transition: all .36s;
}
.home_prod_ul .slick-dots li.slick-active {
    background: #539A35;
}
.home_prod_ul .slick-dots {
    bottom: 40px;
    width: 100%;
    text-align: left;
}
.home_phul .slick-dots li.slick-active {
    background: #539A35;
}
.home_phul .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: #DDD;
    margin: 0 6px;
}
.home_phul .slick-dots {
    text-align: left;
}
.home_prod_ul .slick-dots li:hover{
    transform: scale(1.2);
}
.demo_swip_waro_btn{
    width: 100%;
    height:calc(100% - 60px);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
}
.dswb_wrap{
    pointer-events: all;
    width: 50%;
    height: 100%;
}
.home_prod_cont_box{
    position: relative;
}
.dswb_le{
    left: 0;
    cursor: url(../images/right01.svg) 50 50, pointer;
}
.dswb_le.slick-disabled{
    opacity: 0.5;
}
.dswb_ri{
    left: 0;
    cursor: url(../images/left01.svg) 50 50, pointer;
}
.hpcb_ul_li.slick-active .hnul_box h2{
    animation: ysfadeInUp  .5s ease-in-out both;
    animation-delay: 0.1s;
}
.hpcb_ul_li.slick-active .hpct_tit{
    animation: ysfadeInUp  .5s ease-in-out both;
    animation-delay: 0.2s;
}
.hpcb_ul_li.slick-active .hpct_word{
    animation: ysfadeInUp  .5s ease-in-out both;
    animation-delay: 0.3s;
}
.hpcb_ul_li.slick-active .std_btn2{
    animation: ysfadeInUp  .5s ease-in-out both;
    animation-delay: 0.4s;
}
.hpcb_ul_li:not(:first-child){
    display: none;
}
/* 首页轮播-end */

.g_serch .z_1200_1 ul li p {
    line-height: 1.5;
    overflow: hidden;
    width: 88%;
    padding-right: 20px;
    flex-shrink: 0;
}
.g_serch .z_1200_1 ul li a{
    line-height: normal;
    padding:10px 0;
}
.g_serch .z_1200_1 ul li{
    height: auto;
}
.solu_page .clul_list_li{
    width: 100%;
}
.solu_page .clul_list_li_btm{
    height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.solu_page .clul_list_li_btm p{
    color: #333;
    line-height: 1.75;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} 
.home_sine_phbtn {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 70px;
    bottom: 30px;
    border-radius: 50%;
    z-index: 99;
    border: solid 1px #fff;
    cursor: pointer;
    pointer-events: all;
}
.home_sine_phbtn img{
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .alul_num_span2 {
    font-size: 26px;
    position: relative;
    top: 3px;
}
.alul_num .ys_demo_num, .alul_num_span1{
    font-size: 38px;
    color: #539A35;
} */
.about_main .hsbi_icon{
    right: 120px;
}
.about_posi_ul li::before{
    display: none !important;
}
.soldet_case .case_list_ul{
    width: 80%;
}
.clul_list_li:first-child{
    width: 100%;
}

/*语言下拉*/
.mncr_lang_bot {
    width: calc(100% + 10px);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 18px 10px 18px 16px;
    background: #fff;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.17);
    display: none;
}
.mlbu_li a{
    font-size:14px;
    color: #333;
    line-height: 1.75;
    transition: all .36s;
}
.mlbu_li.active a{
    color: #539a35;
}
.mncr_lang{
    position: relative;
}
.mlts_icon{
    transition: all .36s;
}
.mncr_lang.start .mlts_icon{
    transform: rotate(180deg);
}

/*20240619*/
.news_btm_list{
    align-items: stretch;
}
.news_btm_list_item a{
    height: 100%;
}
.news_top_ri_list, .news_top_ri_list .slick-list, .news_top_ri_list .slick-track{
    height: 100%;
}
.nbli_sec{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_btm_list_item .ys_imgbox_cover{
    flex-shrink: 0;
}
.news_btm_list_item a{
    flex-direction: column;
    display: flex;
}
.nbli_tit{
    line-height: 1.45;
}

.case_list_ul_li a{
    display: flex;
    flex-direction: column;
}
.case_list_ul_li .ys_imgbox_cover{
    flex-shrink: 0;
}
.clul-bot{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xialaph_bot {
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.ys_phnav_menu.act .mc1_area_second{
    transform: translateX(0%);
}
.ssul_textbox_word p{
    font-size: 16px;
}
.qlul_btm p {
    color: #999;
    line-height: 1.75;
    font-size: 16px;
}
/*2024.9.19xiugai*/
.plul_textbox_word p{
    margin-bottom: 0;
}
.plul_textbox_word{
    margin-bottom: 10px;
}
.clul_text{
    height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.plul_icon {
    width: 48px;
    margin-right: 36px;
    margin-top: -4px;
}
.mlli_btm_text p{
    font-size: 14px;
}
.msli-hide{
    width: 100px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}
.msli-show{
    width: 64px;
    cursor: pointer;
}
.soldet_prod_ul_li {
    width: 33.333333%;
}

/* 2024.10.12 */
.ahs1_li_le{
    width: 48%;
}
.swiper-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 48%;
    height: 100%;
}
.ahs2_li, .ah3u_li {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
.swiper2{
    height: 124px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible !important;
    z-index: 6;
}
#myswiper{
    width: 100%;
    height: 100%;
}
.ahs2_li.swiper-slide-active .ahs2_li_text{
    opacity: 0;
}
.ahs2_li{
    padding-top:0px !important;
    padding-bottom: 0px !important;
}
.about_hist_slide2_ul::before{
    display: none;
}
.swiper2::before{
    content: "";
    position: absolute;
    right: auto !important;
    left: 100%;
    top: 50%;
    transform:translate(-50%,-50%);
    width:64px;
    height: 64px;
    border-radius: 50%;
    border: solid 1px #fff;
    pointer-events: none;
}
.about_hist_slide2_ul {
    top: auto;
    left: auto;
    margin: 0;
    overflow: visible;
    padding-right: 10px;
}
.swiper3{
    height: 124px;
    position: absolute !important;
    top: 50%;
    left: 72%;
    transform: translate(-50%, -50%);
}
.about_hist_slide3_ul{
    left: auto;
    top: auto;
}
.about_hist_textbox {
    left: 69%;
}
.about_hist_slide2_ul::after{
    display: none;
}
.swiper2::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100% !important;
    /* right: 0; */
    transform: translateY(-50%);
    width: 1px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.40);
    z-index: 9;
}
.ahs1_li.swiper-slide-active .ahs1_li_ri_bt::after {
    width: 300px;
}
.ah3u_li{
    opacity: 0 !important;
    transition: all .36s;
}
.ah3u_li.swiper-slide-active{
    opacity: 1 !important;
}
#myswiper .swiper-slide{
    opacity: 0 !important;
    transition: all .36s;
    /* height: 100% !important; */
}
#myswiper .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}
.ahs1_li{
    opacity: 0 !important;
}
.ahs1_li.swiper-slide-active{
    opacity: 1 !important;
}
.ahs1_li_ri .ahs2_li_text{
    display: none;
}

.mncl_list_ul_li4 .mlul_seco{
    height: 270px;
}
.pilb_btnbox_one, .pilb_btnbox_seco {
    width: 48% !important;
    flex-shrink: 0;
}
.pilb_btnbox_one .std_btn4{
    width: 100%;
}