@charset "utf-8";
.ys_cont1400 {
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
}
.l_sybx2sol::after {
    content: "";
    width: calc(100% + 260px);
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: -260px;
    z-index: -1;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .l_pchdnavli:hover::after{
        opacity: 1;
    }
    .l_sybx2le1:hover,
    .l_sybx2ri1:hover{
        background-image: -moz-linear-gradient( 177deg, rgb(40,162,96) 0%, rgb(30, 146, 84) 47%, rgb(0,128,59) 99%);
        background-image: -webkit-linear-gradient( 177deg, rgb(40,162,96) 0%, rgb(30, 146, 84) 47%, rgb(0,128,59) 99%);
        background-image: -ms-linear-gradient( 177deg, rgb(40,162,96) 0%, rgb(30, 146, 84) 47%, rgb(0,128,59) 99%);
    }
}



.ys-ban-txtbox{
    z-index: 5;
}
.ys-pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ys-cont1600 {
    width: 85vw;
    max-width: 1600px;
    margin: auto;
}
.ys-ban-word{
    color: #fff;
    font-size: 60px;
    font-weight: 800;
}
.ys-ban-text{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}
.ys-nyban-btn .std-btn1-box {
    
    width: 160px;
    text-align: center;
    background: transparent;
    border: solid 1px #ffffff;
    color: #fff;
    /* padding: 10px 32px; */
    font-size: 16px;
    line-height: 1.75;
    padding: 8px 30px;
    border-radius: 50px;
}
.std-btn1-box:hover{
    background: #00803b;
    border: solid 1px #00803b;
    color: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00803b;
}

.home_partner_bot::before {
    content: '';
    /* background-image: url(../images/0yin_a2.svg); */
    width: auto;
    height: auto;
    }

/* protype */
.std-h2{
    font-size: 56px;
    line-height: 1.5;
    font-weight: bold;
}
.std-h3{
    font-size: 16px;
    line-height: 1.5;
    /* font-weight: bold; */
}
.home-slide{
    overflow: hidden;
}
.home-slide .ys-cont1600{
    position: relative;
}
.home-slide .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-slide ul{
    width: calc(100% - 60px);
    margin: 0 auto;
}
.home-slide{
    padding: 11px 0 47px;
    background: var(--colorfff);
}
.home-slide-ul-li{
    width: 9.090909%;
    padding: 0 5px;
}
.home-slide-ul-li.slick-slide:not(:first-child){
    display: none;
}
.hsul-link{
    display: block;
    cursor: pointer;
}
.home-slide-ul{
    margin: 0 -5px;
}
.home-slide-ul-li .ys-imgbox-cover{
    width: 100px;
    margin: 0 auto 8px;
}
.home-slide-ul-li .ys-imgbox-cover img:nth-child(2){
    opacity: 1;
}
.home-slide-ul-li .ys-imgbox-cover img:nth-child(1){
    opacity: 0;
}
.hsul-link-tit{
    text-align: center;
    color: var(--color333);
    line-height: var(--line18);
}
.home-main{
    background: #f7f9fa;
}
.home-sell-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 107px;
}
.home-sell-tp .mod-arrows2{
    width: 92px;
}
/* .home-sell-swip .swiper-slide{
    width: 480px !important;
} */
.hssu-li-link{
    display: block;
    width: 100%;
    position: relative;
}
.hssu-li-link-pic{
    position: relative;
}
.hssu-li-link-pic img:nth-child(1){
    width: 100%;
    border-radius: 10px;
}
.hssu-li-link-pic img:nth-child(2){
    width: 100%;
    position: absolute;
    top: -110px;
    left: 0;
}
@keyframes fd1{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(3%);
    }
    100%{
        transform: translateY(0);
    }
}
.hssu-li-link-bot{
    width: calc(100% - 60px);
    position: absolute;
    left: 50%;
    bottom: 29px;
    transform: translateX(-50%);
    z-index: 2;
}
.hllb-tp{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 6px;
}
.hllb-tp-btn{
    flex-shrink: 0;
}
.hllb-tp-tit{
    width: 100%;
    padding-right: 10px;
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    margin-top: 2px;
}
.hllb-ul{
    display: flex;
    align-items: center;
    margin: 0 -10px 22px;
}
.hllb-ul li{
   background: none; 
   width: auto;
}
.hllb-ul p{
    font-size: var(--font20);
    line-height: var(--line18);
    position: relative;
    padding: 0 10px;
    color: #fff;
}
.hllb-ul p::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 44%;
    background: #fff;
}
.hllb-ul-li:last-child p::after{
    display: none;
}
.hllb-bt{
    display: flex;
    align-items: flex-start;
}
.hllb-bt-icon{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 6px;
    margin-top: 5px;
}
.hllb-bt-icon img{
    width: 100%;
}
.hllb-bt p{
    color: #fff;
    font-size: var(--font16);
    line-height: var(--line16);
}
.home-sell-swip{
    overflow: visible !important;
}
.home-sell.empty .mod-arrows2{
    opacity: 0;
}
.std-btn1-box {
    display: block;
    cursor: pointer;
    padding: 4px 16px;
    border-radius: 80px;
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line18);
    transition: all .4s;
    overflow: hidden;
    background: var(--colorfff);
    cursor: pointer;
}
.hlib-list-item-hide .hllb-tp .std-btn1-box{
    background: transparent !important;
    border-radius: 20px;
    border: 1px solid  #999;
    font-size: var(--font14);
    line-height: var(--line16);
    padding: 3px 9px;
}





.home-list-item-top {
    position: relative;
    border-radius: var(--radius20);
    overflow: hidden;
}
.hlit-media {
    width: 100%;
    position: relative;
}

.std_btn1 img:last-child {
    opacity: 1;
}
/* pro */

.home_prot_rotate {
    pointer-events: none;
}
.home_prot.no_bg1 .home_prot_rotate{
    pointer-events: all;
}
.home_pro_outadd{
    --zhi:500px;
    height: calc(200vh + var(--zhi));
    padding-bottom: var(--zhi);
    position: relative;
}
.home_pro_outadd.on1 .home_prot_cry {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.home_pro_outadd.on2 .home_prot_cry{
    position: absolute;
}
.home_pro_outadd.on2 .home_prot{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.home_prot_bot{
    position: relative;
    z-index: 6;
}
.hpbl_item_core{
    display: flex;
    align-items: center;
}
.hpbl_item:not(:first-child){
    display: none;
}
.home_prot_bot_other{
    width: 40.8%;
}
.hpbo_nub{
    padding: 0 55px;
    width: 55%;
}
.home_prot_bot_other{
    width: calc(40.8% + 155px);
    padding-left: 55px;
    margin-right: -155px;
}
.home_prot_bot{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.hpbo_nub:not(:first-child){
    display: none;
}
.home_prot_bot_list {
    position: static;
}
.home_prot_bot_list .slick-next{
    right: 0;
}
.home_prot_bot_list .slick-prev{
    left: auto;
    right: 50px;
}
.home_prot_bot_list .slick-prev,
.home_prot_bot_list .slick-next{
    top: 33.2%;
    transform: translateY(-50%);
}
.hpbo_core {
    width: 50%;
}
.hpbo_core .slick-list{
    overflow: visible;
}
.home_prot_rotate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_prot_rotate .home_prot_cry_bg2{
    z-index: 10;
}
.home_prot_inof{
    position: relative;
    z-index: 14;
    pointer-events: none;
}
.home_prot_rotate .ys_cont1400{
    position: absolute;
    left: calc(50% + (33% * var(--now1)));
    top: calc(50% + (1% * var(--now1)));
    transform: translate(-50%,-50%) scale(calc(1 - (0.05 * var(--now1))));
}
.home_prot_cry_bg img{
    width: 100%;
    height: 100%;
}
.home_prot .hpbl_item_text{
    opacity: 0;
}
.home_prot_cry_bg2{
    pointer-events: none;
    transform: translate(calc(-111% * var(--now2)),calc(20% * var(--now2))) scale(calc(3.7 * var(--now2) + 1));
    opacity: var(--opacity1);
}
.home_prot_inof{
    transform: translate(calc(-111% * var(--now2)),calc(20% * var(--now2))) scale(calc(3.7 * var(--now2) + 1));
    opacity: var(--opacity1);
}
.home_prot_cry.on1{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.home_prot_cry.on2{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.home_prot .hpbl_item_text{
    opacity: calc(1 - var(--opacity1));
}
.summary_effect_box{
    transform: scale(calc(1 - (var(--new1) * 0.204)));
}
.summary_effect_box {
    max-height: calc(100vh - 90px);
}
.prodet_main .ys_nybanner {
    position: relative;
    z-index: 10;
}
.mod_indus,
.prodet_see {
    overflow: hidden;
    max-width: calc(100% - 2px);
    margin-left: 1px;
}
.prodet_anchor_list_nub.on .std_title6{
    color: var(--colormain1);
}
.prodet_main .ys_main>section:not(.prodet_data){
    overflow: hidden;
}
.prodet_main .ys_footer{
    overflow: hidden;
}
.mod_see .mod_prodtec_li {
    margin-bottom: 56px!important;
}
.mod_see .mod_prodtec_ul {
    margin-bottom: -56px!important;
}
.mod_see .mod_prodtec_ul .mod_prodtec_li:not(:first-child){
    display: none!important;
}
.mod_see .mod_prodtec_ul .slick-track .mod_prodtec_li.slick-slide {
    display: block !important;
}
.mod_advice_bj {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.mod_advice_bj img{
    height: 100%;
    object-fit: cover;
}
.mod_dots1 .slick-dotted{
    padding-bottom: 30px;
}
.mod_dots1 .slick-dots {
    bottom: 0;
}
.mod_prodtec_ul .slick-dots li,
.mod_dots1 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #E6E5E9;
}
.mod_prodtec_ul .slick-dots li.slick-active,
.mod_dots1 .slick-dots li.slick-active {
    background: var(--colormain1);
}
.video_poster{
    width: 100%;
    height: calc(100% - 90px);
    position: absolute;
    top: 90px;
    left: 0;
}
.home_prot_cry_bg2{
    height: calc(100% + 2px);
    top: -1px;
}
.home_prot{
    overflow: hidden;
}
.home_prot_bot_list{
    width: 59.2%;
}
/* 2023.12.25 */
.home_prot_bot{
    position: relative;
    z-index: 6;
}
.hpbl_item_core{
    display: flex;
    align-items: center;
}
.hpbl_item:not(:first-child){
    display: none;
}
.home_prot_bot_other{
    width: 40.8%;
}
.hpbo_nub{
    padding: 0 55px;
    width: 55%;
}
.home_prot_bot_other{
    width: calc(40.8% + 155px);
    padding-left: 55px;
    margin-right: -155px;
}
.home_prot_bot{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.hpbo_nub:not(:first-child){
    display: none;
}
.home_prot_bot_list {
    position: static;
}
.home_prot_bot_list .slick-next{
    right: 0;
}
.home_prot_bot_list .slick-prev{
    left: auto;
    right: 50px;
}
.home_prot_bot_list .slick-prev,
.home_prot_bot_list .slick-next{
    top: 33.2%;
    transform: translateY(-50%);
}
.hpbo_core {
    width: 50%;
}
.hpbo_core .slick-list{
    overflow: visible;
}
.home_prot_rotate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_prot_rotate .home_prot_cry_bg2{
    z-index: 10;
}
.home_prot_inof{
    position: relative;
    z-index: 14;
    pointer-events: none;
}
.home_prot_rotate .ys_cont1400{
    position: absolute;
    left: calc(50% + (33% * var(--now1)));
    top: calc(50% + (1% * var(--now1)));
    transform: translate(-50%,-50%) scale(calc(1 - (0.05 * var(--now1))));
}
.home_prot_cry_bg img{
    width: 100%;
    height: 100%;
}
.home_prot .hpbl_item_text{
    opacity: 0;
}
.home_prot_cry_bg2{
    pointer-events: none;
    transform: translate(calc(-111% * var(--now2)),calc(20% * var(--now2))) scale(calc(3.7 * var(--now2) + 1));
    opacity: var(--opacity1);
}
.home_prot_inof{
    transform: translate(calc(-111% * var(--now2)),calc(20% * var(--now2))) scale(calc(3.7 * var(--now2) + 1));
    opacity: var(--opacity1);
}
.home_prot_cry.on1{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.home_prot_cry.on2{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.home_prot .hpbl_item_text{
    opacity: calc(1 - var(--opacity1));
}
.summary_effect_box{
    transform: scale(calc(1 - (var(--new1) * 0.204)));
}
.summary_effect_box {
    max-height: calc(100vh - 90px);
}
.prodet_main .ys_nybanner {
    position: relative;
    z-index: 10;
}
.mod_indus,
.prodet_see {
    overflow: hidden;
    max-width: calc(100% - 2px);
    margin-left: 1px;
}
.prodet_anchor_list_nub.on .std_title6{
    color: var(--colormain1);
}
.prodet_main .ys_main>section:not(.prodet_data){
    overflow: hidden;
}
.prodet_main .ys_footer{
    overflow: hidden;
}
.mod_see .mod_prodtec_li {
    margin-bottom: 56px!important;
}
.mod_see .mod_prodtec_ul {
    margin-bottom: -56px!important;
}
.mod_see .mod_prodtec_ul .mod_prodtec_li:not(:first-child){
    display: none!important;
}
.mod_see .mod_prodtec_ul .slick-track .mod_prodtec_li.slick-slide {
    display: block !important;
}
.mod_advice_bj {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.mod_advice_bj img{
    height: 100%;
    object-fit: cover;
}
.mod_dots1 .slick-dotted{
    padding-bottom: 30px;
}
.mod_dots1 .slick-dots {
    bottom: 0;
}
.mod_prodtec_ul .slick-dots li,
.mod_dots1 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #E6E5E9;
}
.mod_prodtec_ul .slick-dots li.slick-active,
.mod_dots1 .slick-dots li.slick-active {
    background: var(--colormain1);
}
.video_poster{
    width: 100%;
    height: calc(100% - 90px);
    position: absolute;
    top: 90px;
    left: 0;
}
.home_prot_cry_bg2{
    height: calc(100% + 2px);
    top: -1px;
}
.home_prot{
    overflow: hidden;
}
.home_about_icon_bj {
    width: 100%;
}
.home_about_icon{
    padding: 0;
}
.home_about_icon_btn {
    bottom: 16.49%;
    left: 10.12%;
    width: 58.11%;
}
.home_about_cont{
    padding-top: var(--space50);
    padding-bottom: var(--space50);
}
/* sy */
.hbpl_btn{
    padding: 0;
}
.home_bann_point_li a {
    display: block;
    position: relative;
}
.hbpl_btn a{
    display: flex;
    padding: 0 24px;
    white-space: nowrap;
    position: relative;
}
.hbpl_btn a::after{
    content: '';
    position: absolute;
    width: 42px;
    left: -42px;
    height: 100%;
    top: 0;
}
.home_prot_ph{
    display: none;
}
.summary_effect.on .summary_effect_box_img {
    opacity: 1;
    pointer-events: all;
}
.home_prot_cry_bg1{
    /* opacity: var(--opacity2); */
    transition: all .5s ease;
}
.home_prot.no_bg1 .home_prot_cry_bg1{
    opacity: 0;
}
.summary_effect.on #summary_lottie{
    opacity: 0;
}
.summary_effect_cry_bg img{
    width: 100%;
}
.home_prot_bot_list .slick-prev, .home_prot_bot_list .slick-next{
    opacity: 0;
    opacity: calc(1 - var(--opacity1));
}
.home_prot_bot .slick-arrow.slick-disabled::before{
    opacity: .8;
}
.home_prot_bot .slick-arrow.slick-disabled{
    pointer-events: none!important;
    background: rgba(235,235,237,.8);
}
/* 2023.12.22 - tammy - end */
.pdpb_li{
    display: none;
}
.pdpb_li.active{
    display: block;
}
.prodet_data_param_bot{
    margin-top:48px;
}
.prodet_data_param_bot .cuib_st tbody tr:nth-child(odd) {
    background: var(--colorbg1);
}
.prodet_data_param_bot .cuib_st tbody tr:nth-child(even) {
    background: var(--colorfff) !important;
}
.cuib_st tbody td {
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--lineh15);
    padding: 18px 40px;
}
.cuib_td1{
    color: var(--color333) !important;
}
.prodet_data .mod_toggle2 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.prodet_data .mod_toggle2_item .std_title6{
    border-color: transparent;
    line-height: 2;
}
.form_main .mod_bread a{
    color: var(--color666);
}
.form_main .mod_bread {
    top: 110px;
}
.form_main .mod_bread li::before {
    background: url(../images/arrow6.svg) center / cover no-repeat;
}
.form_bj{
    width: 100%;
    position: relative;
}
.form_bj img{
    width: 100%;
}
.form_bj_icon{
    position: absolute;
    top: 0;
    left: 0;
}
.ys_cont1468{
    width: 1468px;
    margin: 0 auto;
    position: relative;
}



