﻿@charset "utf-8";
/* 公共样式 - start */
:root {
    /* 字号 */
    --font84: 84px;
    --font60: 60px;
    --font44: 44px;
    --font40: 40px;
    --font36: 36px;
    --font24: 24px;
    --font20: 20px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line12: 1.2;
    --line13: 1.3;
    --line14: 1.4;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航 */
    --line80: 80px;
    /* 颜色 */
    --colormain: #E6002D;
    --color000: #000000;
    --color5d6: #5D6164;
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #FFFFFF;
    /* 板块间距 */
    --space130: 130px;
    --space100: 100px;
    --space80: 80px;
    --space40: 40px;
    --space50: 50px;
    /* 段落间距 */
    --parpspace10: 10px;
    --parpspace12: 12px;
    /* 特殊字体 */
    --family1:'shengqi-Regular';
    --family2:'shengqi-Bold';
    --family3:'shengqi-MpRegular';
}
.font-regular,
.font-regular p,
.font-regular a{
    font-family: var(--family1);
}
.font-bold,
.font-bold p,
.font-bold a{
    font-family: var(--family2);
}
.std-syh1 {
    font-size: var(--font84);
    color: var(--colorfff);
    line-height: var(--line12);
    font-family: var(--family2);
}
.std-nyh1 {
    font-size: var(--font60);
    color: var(--colorfff);
    line-height: var(--line12);
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font40);
    line-height: var(--line13);
    color: var(--color333);
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font36);
    line-height: var(--line14);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font20);
    line-height: var(--line14);
}
.std-text1,
.std-text1 p {
    font-size: var(--font18);
    line-height: var(--line16);
    color: var(--color333);
}
.std-text2,
.std-text2 p {
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color333);
}
.std-text3,
.std-text3 p {
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--color333);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line16);
    margin-bottom: var(--parpspace10);
}
.std-padding1s {
    padding: var(--space130) 0;
}
.std-padding1 {
    padding-top: var(--space130);
}
.std-padding2 {
    padding-bottom: var(--space130);
}
.std-margin1{
    margin-bottom: var(--space40);
}
.yxedr-active h2, .yxedr-active h3 {
    margin-bottom: var(--parpspace10);
}
.yxedr-active h4{
    margin-bottom: var(--parpspace10);
}
.yxedr-active h5{
    margin-bottom: var(--parpspace10);
}
body {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}
@font-face {
    font-family: 'shengqi-Regular';
    src: url('../fonts/UrbanistRegular/UrbanistRegular.woff2') format('woff2'),
         url('../fonts/UrbanistRegular/UrbanistRegular.woff') format('woff');
}
@font-face {
    font-family: 'shengqi-Bold';
    src: url('../fonts/UrbanistBold/UrbanistBold.woff2') format('woff2'),
         url('../fonts/UrbanistBold/UrbanistBold.woff') format('woff');
}
@font-face {
    font-family: 'shengqi-scRegular';
    src: url('../fonts/SourceSans3/SourceSans3Light.eot');
    src: url('../fonts/SourceSans3/SourceSans3Light.eot') format('embedded-opentype'),
         url('../fonts/SourceSans3/SourceSans3Light.woff2') format('woff2'),
         url('../fonts/SourceSans3/SourceSans3Light.woff') format('woff'),
         url('../fonts/SourceSans3/SourceSans3Light.ttf') format('truetype'),
         url('../fonts/SourceSans3/SourceSans3Light.svg#SourceSans3Light') format('svg');
}
@font-face {
    font-family: 'shengqi-MpRegular';
    src: url('../fonts/Manrope-Regular/ManropeRegular.eot');
    src: url('../fonts/Manrope-Regular/ManropeRegular.eot') format('embedded-opentype'),
         url('../fonts/Manrope-Regular/ManropeRegular.woff2') format('woff2'),
         url('../fonts/Manrope-Regular/ManropeRegular.woff') format('woff'),
         url('../fonts/Manrope-Regular/ManropeRegular.ttf') format('truetype'),
         url('../fonts/Manrope-Regular/ManropeRegular.svg#ManropeRegular') format('svg');
}

/* 英文站换行规则 */
p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
}
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    /* content: '分享到 - 微信'; */
    content: 'Share the - weixin';
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}
/*导航默认选中*/
.ys-ph-navbar3 .ys-phnav-header {
    background: var(--colormain);
}
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font, 
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox .ys-phnav-header-font, 
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox .ys-phnav-header-font {
    color: var(--colormain);
}
.yxnav-active1 {

}
.yxnav-active2 {

}
.head-nav-item-title{
    font-size: var(--font18);
    line-height: var(--line15);
    display: block;
    color: var(--colorfff);
    transition: all .36s;
}







/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child),
.ys-slick-item:not(:first-child){
    display: none;
}
.ys-ban-li,
.ys-slick-item{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.slick-list {
    min-width: 100%;
}
/* 省略号 */
.line-clamp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 过渡 */
.transition-time1{
    transition: all .36s both;
}
.transition-time2{
    transition: all .5s both;
}
/* 公共样式 - end */
.ys-footer{
    padding-top: 80px;
    background: #000;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}
.yfts-logo{
    width: 238px;
    margin-bottom: 60px;
}
.yfts-logo img{
    width: 100%;
}
.yftn-ul-li-item{
    margin-bottom: 30px;
}
.yftn-ul-li-item:last-child{
    margin-bottom: 0;
}
.yftn-ul-li-item>a{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--colorfff);
    /* font-family: var(--family2);   */
    margin-bottom: 16px; 
    display: block; 
    font-weight: bold;
}
.yftn-ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* margin: 0 -20px; */
}
.yftn-ul-li{
    /* padding: 0 20px; */
}
.yftn-ul-li li a{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colorfff);
    opacity: 0.7;
    transition: all .36s;
    display: block; 
}
.yfts-tit{
    color: var(--colorfff);
    margin-bottom: 15px;
}
.ys-footer-tp-subs{
    width: 352px;
    margin-top: -14px;
}
.ys-footer-tp-nav{
    width: calc(100% - 352px);
    padding-right: 150px;
}
.ys-footer-tp{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 68px;
}
.yfts-input{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 36px;
}
.yfts-input::after{
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 31px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.yfts-input-text{
    width: calc(100% - 142px);
    height: 100%;
}
.yfts-input-text input{
    width: 100%;
    height: 100%;
    padding: 0 28px;
    color: var(--colorfff);
    font-family: var(--family1);
    font-size: var(--font14);
}
.yfts-input-text input::placeholder{
    color: var(--colorfff);
    font-size: var(--font14);
    opacity: 0.5;
}
.yfts-input-btn{
    width: 142px;
    cursor: pointer;
    text-align: center;
    height: 100%;
    color: var(--colorfff);
    font-size: var(--font16);
    background: var(--colormain);
    border-radius: 80px;
    line-height: 44px;
}
.ys-footer-mid{
    margin-top: 98px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 38px;
}
.ys-footer-mid-logo{
    width: 206px;
}
.ys-footer-mid-logo a{
    width: 100%;
    display: block;
}
.ys-footer-mid-logo img{
    width: 100%;
}
.yfts-share-text{
    color: var(--colorfff);
    margin-bottom: 15px;
}
.yfms-icon-li a img,
.yfms-icon-li-wrap>img{
    width: 34px;
    transition: all .36s;
    cursor: pointer;
}
.yfms-icon-li{
    padding: 0 5px;
    position: relative;
}
.yfms-icon{
    display: flex;
    align-items: flex-start;
    margin: 0 -5px;
}
.ys-footer-mid-share{
    display: flex;
    align-items: flex-start;
    margin-bottom: -13px;
}
.yilw-pop {
    width: 130px;
    padding: 10px;
    background: #fff;
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    transform-origin: bottom;
    visibility: hidden;
    transition: all .36s;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.yilw-pop::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    z-index: -1;
}
.yilw-pop img{
    width: 100%;
}
.yfms-icon-li-wrap{
    display: block;
}
.ys-footer-bt-ri a{
    font-family: var(--family1);
    font-size: var(--font16);
    line-height: 2.5;
    color: var(--colorfff);
    opacity: 0.4;
    margin-left: 10px;
}
.ys-footer-bt-le p{
    font-family: var(--family1);
    font-size: var(--font16);
    line-height: 2.5;
    color: var(--colorfff);
    opacity: 0.4;
}
.ys-footer-bt-le span,
.ys-footer-bt-le a{
    font-family: var(--family1);
    font-size: var(--font16);
    line-height: 2.5;
    color: var(--colorfff);
}
.ys-footer-bt-le a{
    margin-left: 36px;
}
.ys-footer-bt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(233, 233, 233, .3);
    padding: 15px 0;
}
.mod-side-icon{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.mod-side-icon img{
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-side-icon a{
    width: 100%;
    height: 100%;
    display: block;
}
.mod-side{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: -100px;
    transition: all .36s;
}
.mod-side.on{
    right: 36px;
}
.mod-side-back{
    background: var(--color333);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.mod-side-cont{
    background: var(--colorfff);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
    margin-bottom: 6px;
}
.ys-hd-pc{
    position: fixed;
    padding-left: 85px;
    padding-right: 85px;
    width: 100%;
    align-items: center;
    top: 0px;
    transition: all .36s;
}
.ys-hd-pc::after{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(166, 166, 166, 0.25);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.home-body .ys-hd-pc{
    top: 30px;
}
.head-nav{
    display: flex;
    margin: 0 -27.5px;
}
.home-body .head-nav-item{
    height: 60px;
}
.head-nav-item{
    padding: 0 27.5px;
    height: var(--line80);
    display: flex;
    align-items: center;
    transition: all .36s;
}
.head-nav-item::after{
    content: "";
    width: 0;
    height: 1px;
    background: var(--colormain);
    position: absolute;
    bottom: 0;
    left: 27.5px;
    transition: all .36s;
}
.head-nav-item.yxnav-active1::after{
    width: calc(100% - 55px);
}
.head-logo{
    width: 170px;
    height: var(--line80);
    transition: all .36s;
}
.home-body .head-logo{
    height: 60px;
}
.head-logo a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.head-logo img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .36s;
}
.ys-hd-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 135px);
    padding-right: 74px;
    position: relative;
    z-index: 1;
}
.home-body .ys-hd-nav{
    padding-left: 28px;
}
.home-body .ys-hd-nav::after{
    content: "";
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .36s;
}
.holi-icon,
.head-other-search-icon .mod-icon{
    width: 22px;
    height: 22px;
}
.mod-icon{
    position: relative;
}
.mod-icon img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
    max-width: inherit;
}
.head-other-lang a{
    display: flex;
    align-items: center;
    height: 100%;
}
.mod-icon img:nth-child(2){
    opacity: 0;
}
.head-other-lang-parga p{
    font-size: var(--font16);
    color: var(--colorfff);
    transition: all .36s;
    margin-left: 7px;
}
.head-other{
    display: flex;
    align-items: center;
}
.head-other-search{
    margin-left: 35px;
}
.ys-search2-win{
    position: fixed;
    top: var(--line80);
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    box-shadow: 0 10px 18px 3px rgb(0 0 0 / 2%);
    overflow: hidden;
    display: none;
    transition: top .36s;
}
.home-body .ys-search2-win{
    top: 90px;
}
.ys-search2-box{
    padding: 16px 0;
}
.ys-search2-tibox{
    width: 34%;
    margin: 0 auto;
}
.ys-search2-tbox{
    border-bottom: 1px solid #eee;
    width: calc(100% - 24px);
    padding-right: 20px;
    height: 40px;
}
.ys-search2-tbox input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: inherit;
}
.ys-search2-ibox {
    width: 24px;
    margin-top: 10px;
}
.ys-search2-ibox img{
    width: 100%;
}
.ys-hd-btn {
    width: 135px;
}
.ys-hd-btn a{
    border-radius: 10px;
    background: var(--colormain);
    line-height: 50px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: var(--font18);
    color: var(--colorfff);
    transition: all .36s;
}
.home-body .ys-hd-btn a{
    line-height: 60px;
}
.head-logo img:nth-child(2){
    opacity: 0;
}
.ys-hd-pc.isfixed .ys-hd-btn a{
    line-height: 50px;
}
.ys-hd-pc.isfixed .ys-hd-nav::after{
    opacity: 0;
}
.ys-hd-pc.isfixed {
    background: var(--colorfff) !important;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.ys-hd-pc.isfixed .head-logo {
    height: var(--line80);
}
.ys-hd-pc.isfixed {
    top: 0;
}
.ys-hd-pc.isfixed::after{
    opacity: 1;
}
.ys-hd-pc.isfixed .head-logo img:nth-child(2){
    opacity: 1;
}
.ys-hd-pc.isfixed .head-nav-item-title,
.ys-hd-pc.isfixed .head-other-lang-parga p{
    color: var(--color333);
}
.ys-hd-pc.isfixed .mod-icon img:nth-child(2){
    opacity: 1;
}
.ys-hd-pc.isfixed  .head-other-lang,
.ys-hd-pc.isfixed  .head-other-search,
.ys-hd-pc.isfixed  .head-nav-item{
    height: var(--line80);
}
.ys-hd-pc.change{
    background: var(--colorfff) !important;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.ys-hd-pc.change .mod-icon img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.change .head-nav-item-title, 
.ys-hd-pc.change .head-other-lang-parga p {
    color: var(--color333);
}
.ys-hd-pc.change .head-logo img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.change::after {
    background: rgba(166, 166, 166, 0.25);
}
.ys-hd-pc.change {
    top: 0;
}
.ys-hd-pc.change .head-other-lang, 
.ys-hd-pc.change .head-other-search, 
.ys-hd-pc.change .head-nav-item {
    height: var(--line80);
}
.ys-hd-pc.change .head-nav-item-down,
.ys-hd-pc.change .ys-search2-win{
    top: var(--line80);
}
.ys-hd-pc.change .ys-hd-nav::after {
    opacity: 0;
}
.ys-hd-pc.change::after {
    background: rgba(166, 166, 166, 0.25);
    opacity: 1 !important;
}
.ys-hd-pc.change .ys-hd-btn a {
    line-height: 50px;
}
.head-other-lang,
.head-other-search{
    height: var(--line80);
    transition: all .36s;
    cursor: pointer;
}
.home-body .head-other-lang,
.home-body .head-other-search{
    height: 60px;
}
.head-other-search-icon{
    height: 100%;
    display: flex;
    align-items: center;
}
.ys-ban-title{
    color: var(--colorfff);
    visibility: hidden;
}
.hnis-uls-li{
    width: 33.333333%;
    padding: 0 14px;
}
.hnis-uls-li.yxnav-active2 .hnis-uls-li-tit{
    color: var(--colormain);
}
.hnis-uls{
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap;
}
.hnis-uls-li-tit{
    font-size: 30px;
    line-height: var(--line15);
    text-align: center;
    color: var(--color333);
    margin-top: 15px;
    transition: all .36s;
}
.hnis-uls-li .ys-imgbox-cover{
    border-radius: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.head-nav-item-solu .ys-cont1400{
    padding-top: 60px;
    padding-bottom: 70px;
}
.head-nav-item-down{
    position: fixed;
    width: 100%;
    top: var(--line80);
    transition: top .36s;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    display: block !important; 
}
.home-body .head-nav-item-down{
    top: 90px;
}
.ys-hd-pc.isfixed .head-nav-item-down,
.ys-hd-pc.isfixed .ys-search2-win{
    top: var(--line80);
}
.head-nav-item-supp .ys-cont230{
    padding-top: 32px;
    padding-bottom: 102px;
}
.ys-cont230 {
    width: 85vw;
    max-width: 1230px;
    margin: auto;
}
.hnis-ul-li{
    width: 20%;
    padding: 0 10px;
}
.hnis-ul{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.hnis-ul-li-icon{
    width: 28px;
}
.hnis-ul-li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #DFDFDF;
}
.hnis-ul-li p{
    margin-left: 14px;
    color: var(--color333);
    transition: all .36s;
}
.hnis-ul-li a::before{
    content: "";
    width: 0;
    height: 1px;
    background: var(--colormain);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.hnis-ul-li.yxnav-active2 a::before{
    width: 100%;
}
.std-btn1{
    display: inline-block;
}
.std-btn1-box{
    display: flex;
    align-items: center;
    padding: 0 25px;
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.15);
    transition: all .36s;
    cursor: pointer;
}
.std-btn1 p{
    line-height: 44px;
    color: var(--colorfff);
    margin-right: 10px;
    transition: all .36s;
}
.std-btn1 svg{
    width: 12px;
}
.std-btn1 path{
    transition: all .36s;
}
.ys-ban-btn{
    margin-top: 60px;
    visibility: hidden;
}
.ys-ban-li.slick-active .ys-ban-title {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: .3s;
    visibility: visible;
}
.ys-ban-li.slick-active .ys-ban-btn {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: .5s;
    visibility: visible;
}
.ys-ban-dots{
    bottom: 100px;
}
.ybdu-li{
    width: 180px;
    height: 1px;
    background: rgba(255,255,255,.5);
    margin-right: 10px;
    cursor: pointer;
}
.ys-ban-dots-ul{
    display: flex;
}
.ybdu-li-line {
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.ybdu-li-line-pro {
    width: 0;
    height: 100%;
    background: rgba(255,255,255,1);
}
.std-btn2-box{
    display: block;
    cursor: pointer;
    padding: 0 42px;
    line-height: 50px;
    border-radius: 80px;
    border: 1px solid #000;
    transition: all .36s;
    font-size: var(--font18);
    color: var(--color333);
}
.home-new-tp-btn{
    display: flex;
}
.hntb-btn:nth-child(2){
    margin-left: 8px;
}
.home-new-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space40);
}
.home-new-tp h2{
    color: var(--color333);
}
.hnbu-li{
    width: 33.333333%;
    padding: 0 14px;
}
.hnbu-li:nth-child(3n+1){
    animation-delay: .3s;
}
.hnbu-li:nth-child(3n+2){
    animation-delay: .4s;
}
.hnbu-li:nth-child(3n+3){
    animation-delay: .5s;
}
.home-new-bt-ul{
    margin: 0 -14px;
    overflow: hidden;
}
.home-new-bt-ul .slick-track{
    overflow: hidden;
}
.hnbu-li a{
    display: block;
    background: #F6F6F6;
    border-radius: 18px;
    overflow: hidden;
}
.hnbu-li-text{
    padding: 30px 25px;
}
.hnbu-li-text-time{
    color: var(--color666);
}
.hnbu-li-text-tit .std-text1{
    color: var(--color333);
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hnbu-li-text-tit{
    margin-top: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
}
.hnbu-li-text-btn{
    margin-top: 28px;
}
.std-btn4-box{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--color333);
    transition: all .36s;
    position: relative;
}
.std-btn4-box svg{
    width: 17px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std-btn4-box svg path{
    transition: all .36s;
}
.slick-dots li{
    width: 9px;
    height: 9px;
    margin: 0 10px;
    background: #EFEFEF;
}
.slick-dots li.slick-active{
    background: var(--colormain) !important;
    opacity: 1 !important;
}
.slick-dots{
    bottom: 0;
}
.home-new-bt-ul .slick-list{
    padding-bottom: 40px;
}
.home-new-bt-ul.empty .slick-list{
    padding-bottom: 0;
}
.home-new {
    background: var(--colorfff);
    overflow: hidden;
}
.home-contact{
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-contact-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.home-contact-text-le h2{
    margin-bottom: 17px;
}
.home-contact-text-le p{
    color: var(--colorfff);
    opacity: 0.8;
}
.home-contact-text-ri{
    width: 50%;
}
.home-contact-text-le{
    width: 50%;
    padding-right: 330px;
    margin-top: 78px;
}
.home-contact-text .ys-cont1400{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hctr-form{
    border-radius: 20px;
    padding: 35px;
    background: rgba(0,0,0,.35);
}
.hctr-form-btn{
    text-align: center;
    margin-top: 34px;
}
.home-contact .hctr-form-btn .std-btn1-box{
    background: transparent;
}
.home-contact .hctr-form{
    border: 1px solid rgba(255,255,255,.2);
}
.ys-form-inof {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}
.ys-form-inof-item {
    padding: 0 7px;
    margin-bottom: 14px;
    width: 50%;
}
.yfii-wrap{
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(217, 217, 217, 0.05);
    display: flex;
    padding: 0 14px;
    position: relative;
}
.ys-fii-name{
    font-size: var(--font14);
    line-height: 48px;
    color: var(--colorfff);
    flex-shrink: 0;
}
.ys-form-inof-item .ys-select-bd{
    top: 110%;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #DFDFDF;
    border-radius: 6px;
}
.ys-fii-input{
    width: 100%;
    height: 48px;
}
.ys-fii-input input{
    font-size: var(--font14);
    color: var(--colorfff);
    font-family: var(--family1);
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
.ys-fii-name span{
    color: var(--colormain);
}
.ys-fii-select,
.ys-fii-select-search{
    width: 100%;
    padding-left: 10px;
    position: static;
}
.ys-form-required.ys-form-empty .ys-fii-tips {
    display: block;
}
.ys-fii-tips {
    display: none;
    margin-top: 5px;
}
.ys-fii-tips span{
    font-size: var(--font14);
    color: var(--colormain);
    line-height: var(--line15);
    font-family: var(--family1);
}
.ys-form-inof-item .ys-select-li{
    font-size: var(--font14);
    line-height: var(--line15);
    color: var(--color333);
    margin-bottom: 5px;
}
.ys-form-inof-item .ys-select-li:last-child{
    margin-bottom: 0;
}
.ys-fiiss-core{
    padding: 20px;
    max-height: 140px;
}
.ys-fiiss-core .mCSB_outside+.mCSB_scrollTools {
    right: 0;
    top: 20px;
    bottom: 20px;
}
.ys-fiiss-core .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.ys-fiiss-core .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4);
}
.ys-fiiss-input {
    border: 6px solid var(--colormain);
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}
.ys-fiiss-input input {
    width: 100%;
    border-radius: 4px;
    padding: 4px 10px;
    width: calc(100% - 30px);
    flex-grow: 1;
    font-size: var(--font14);
    line-height: var(--line15);
    color: #333;
}
.ys-fiiss-input-close {
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease;
}
.ys-fiiss-input-close .iconfont {
    font-size: 14px;
}
.ys-form-inof-type,
.ys-form-inof-mess,
.ys-form-inof-agree{
    width: 100% !important;
}
.yfll-box,
.ys-fia-text-btn{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    position: relative;
    transition: all .36s;
    flex-shrink: 0;
}
.ys-fii-list-li{
    display: flex;
    align-items: center;
    margin-right: 25px;
    cursor: pointer;
}
.ys-fii-list-li:last-child{
    margin-right: 0;
}
.ys-fii-list-li p{
    font-size: var(--font14);
    line-height: var(--line15);
    color: var(--colorfff);
    opacity: 0.5;
    transition: all .36s;
    margin-left: 6px;
}
.ys-fii-list{
    display: flex;
    flex-wrap: wrap;
}
.ys-fii-list-li.act p{
    opacity: 1;
}
.ys-fii-list-li.act .yfll-box{
    background: var(--colorfff);
}
.ys-fii-list-li.act .yfll-box::after{
    opacity: 1;
}
.yfll-box::after,
.ys-fia-text-btn::after{
    content: "";
    width: 5px;
    height: 5px;
    background: var(--colormain);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
    opacity: 0;
}
.yfim-text{
    width: 100%;
    height: 125px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(217, 217, 217, 0.05);
}
.yfim-text textarea{
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: var(--font14);
    line-height: var(--line15);
    color: var(--colorfff);
    font-family: var(--family1);
}
.ys-fia-text-btn{
    background: var(--colorfff);
    top: 5px;
    cursor: pointer;
}
.ys-fia-text{
    display: flex;
    align-items: flex-start;
}
.ys-fia-text-word{
    width: calc(100% - 10px);
    padding-left: 10px;
    font-family: var(--family1);
}
.ys-fia-text-word{
    color: var(--colorfff);
    opacity: 0.5;
}
.ys-fia-text-word a{
    color: var(--colorfff);
}
.ys-form-inof-type .ys-fii-name, 
.ys-form-inof-mess .ys-fii-name{
    line-height: var(--line15);
    margin-bottom: 12px;
}
.ys-fiiss-input.act .ys-fiiss-input-close {
    opacity: 1;
}
.ys-form-inof-agree.on .ys-fia-text-btn::after{
    opacity: 1;
}
.home-partner{
    background: var(--colorfff);
    overflow: hidden;
}
.home-partner-wrap-bg{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.home-partner-wrap-bg img{
    width: 100%;
}
.home-partner-wrap{
    position: relative;
    overflow: hidden;
}
.home-partner-wrap-text{
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    width: 34%;
    z-index: 5;
}
.hpwt-li-icon{
    width: 34px;
    margin-top: 13px;
}
.hpwt-li-icon img{
    width: 100%;
}
.hpwt-li a{
    display: flex;
    align-items: flex-start;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    position: relative;
}
.hpwt-li-arrow{
    width: 20px;
    margin-top: 22px;
}
.hpwt-li-arrow img{
    width: 100%;
}
.hpwt-li-text{
    width: calc(100% - 34px - 20px);
    padding: 0 20px;
}
.hpwt-li-text .std-h3{
    color: var(--colorfff);
    margin-bottom: 5px;
}
.hpwt-li-text p{
    color: var(--colorfff);
    opacity: 0.5;
    transition: all .36s;
}
.hpwt-li{
    margin-bottom: 50px;
}
.hpwt-li:last-child{
    margin-bottom: 0;
}
.hpwt-li a::after{
    content: "";
    width: 0;
    height: 1px;
    background: var(--colormain);
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all .36s;
}
.home-partner-wrap-img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-solu{
    padding: 80px 0;
    background: #000;
    margin-bottom: var(--space130);
    position: relative;
}
.home-solu::after{
    content: "";
    width: 100%;
    height: var(--space130);
    background: var(--colorfff);
    position: absolute;
    bottom: calc(-1 * var(--space130));
    left: 0;
}
.home-solu-tp .ys-cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-solu-tp h2{
    color: var(--colorfff);
    width: 44%;
}
.home-solu-tp p{
    color: var(--colorfff);
}
.home-solu-tp .std-text1{
    width: 56%;
}
.home-solu-bt{
    margin-top: 60px;
    padding: 0 108px;
    overflow: hidden;
}
.home-solu-bt-ul{
    display: flex;
    margin: 0 -10px;
    align-items: stretch;
    height: 100%;
}
.hsbu-li{
    width: 24.5%;
    padding: 0 10px;
    transition: all .4s ease-out;
}
.hsbu-li:nth-child(3n+1){
    animation-delay: .4s;
}
.hsbu-li:nth-child(3n+2){
    animation-delay: .5s;
}
.hsbu-li:nth-child(3n+3){
    animation-delay: .6s;
}
.hsbu-li-wrap{
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.hsbu-li-wrap-cont::after{
    content: "";
    width: 100%;
    height: 28%;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #020202 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.hsbu-li-wrap-bg{
    width: 100%;
}
.hsbu-li-wrap-bg img{
    width: 100%;
}
.hsbu-li-wrap-cont{
    width: 100%;
    height: 100%;
}
.hlwc-img-text{
    width: 100%;
    bottom: 33px;
    padding: 0 20px;
    text-align: center;
    z-index: 5;
}
.hlwc-img-text-tit{
    font-size: 30px;
    line-height: var(--line15);
    color: var(--colorfff);
    margin-bottom: 10px;
}
.hlwc-img-text-parga p{
    color: var(--colorfff);
}
.hsbu-li.act{
    width: 51%;
}
.hlwc-img{
    width: 100%;
    height: 100%;
}
.hlwc-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-solu-bt-wrap{
    position: relative;
}
.hsbw-list{
    width: 100%;
    height: 100%;
}
.hsbw-bg{
    width: 51%;
}
.hsbw-bg img{
    width: 100%;
}
.hnip-wrap-le{
    width: 37%;
    position: relative;
    padding-left: var(--left);
}
.hnip-wrap-ri{
    width: 63%;
    padding: 60px var(--left) 30px 114px;
}
.hnip-wrap{
    display: flex;
    align-items: stretch;
}
.head-nav-item-pro{
    background: #F8F8F8;
    /* display: block;
    position: fixed;
    width: 100%;
    top: var(--line80);
    transition: top .36s;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    left: 50%;
    transform: translateX(-50%); */
}
.hnip-cont{
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height .4s ease-in-out;
}
.head-nav-item-down.active .hnip-cont{
    height: var(--height);
    pointer-events: all;
}
.hwlu-li-cont{
    padding: 16px 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.hnip-wrap-le-bg{
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hnip-wrap-le-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hnip-wrap-le-ul{
    padding-top: 48px;
    padding-bottom: var(--space130);
}
.hwlu-li-cont-icon{
    width: 60px;
}
.hwlu-li-cont-icon img{
    width: 100%;
}
.hwlu-li-cont-tit{
    width: calc(100% - 60px);
    padding-left: 36px;
}
.hwlu-li-cont-tit{
    color: var(--colorfff);
}
.hwlu-li{
    position: relative;
    z-index: 1;
}
.hwlu-li::before{
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0.61%, rgba(248, 248, 248, 0.30) 47.97%, rgba(255, 255, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    z-index: -1;
}
.hwlu-li::after{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.hwlu-li.yxnav-active2::before{
    opacity: 0.4;
}
.hwlu-btn{
    margin-top: 54px;
    margin-left: 40px;
}
.hwlu-btn .std-btn1-box {
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: transparent;
}
.hwru-li-tit{
    padding-left: 23px;
    position: relative;
    color: var(--color333);
    margin-bottom: 24px;
}
.hwru-li-tit::after{
    content: "";
    width: 4px;
    height: 27px;
    background: var(--colormain);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hwru-li-list-item{
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.hwru-li-list{
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.hwru-li-cont{
    max-height: var(--maxheight);
    overflow: hidden;
}
.hlli-tit-text{
    padding: 38px 38px 0;
}
.hwru-li-list-item a{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    background: #FFF;
}
.hlli-tit{
    text-align: center;
    color: var(--color333);
    margin-bottom: 16px;
    transition: all .36s;
}
.hlli-info p{
    text-align: center;
    color: var(--color666);
    height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hlli-info{
    margin-bottom: 20px;
}
.hnip-wrap-ri-ul{
    position: relative;
}
.hwru-li{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: all .36s;
    opacity: 0;
}
.hwru-li.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.hnip-wrap-ri .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.hnip-wrap-ri .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .2);
}
.hwru-li-list-item.yxnav-active3 .hlli-tit{
    color: var(--colormain);
}
.home-prog{
    height: 500vh;
    background: var(--colorfff);
    overflow: hidden;
}
.home-prog-cont{
    height: 100%;
    top: var(--line80) !important;
}
.home-prog-wrap{
    height: calc(100vh - var(--line80));
    position: relative;
}
.home-prog-wrap-bg,
.home-prog-wrap-svg{
    width: 100%;
    height: 100%;
}
.home-prog-wrap-bg img,
.home-prog-wrap-svg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-prog-wrap-text h2{
    margin-bottom: var(--space40);
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}
.hpwt-parga{
    width: 50%;
    margin-bottom: 70px;
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}
.hpwt-btn{
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}
.hpwt-parga p{
    color: var(--colorfff);
}
.home-prog-wrap-text{
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    z-index: 5;
}
.hpwb-scroll p{
    color: var(--color333);
    margin-bottom: 15px;
}
.hpwb-scroll-icon{
    width: 25px;
    margin: auto;
}
.hpwb-scroll-icon svg{
    width: 100%;
    height: auto;
}
.hpwb-tit{
    font-size: 120px;
    color: #989898;
    line-height: var(--line12);
    position: absolute;
    top: 50%;
    left: 27.5%;
    transform: translateY(-50%);
    white-space: nowrap;
}
.hpwb-bg{
    width: 100%;
    height: 100%;
    transform-origin: 50% 68%;
    position: absolute;
    top: 0;
    left: 0;
}
.hpwb-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hpwb-scroll{
    bottom: 80px;
}
.home-prog-wrap-befo{
    transition: all .36s;
}
.home-prog.act .home-prog-wrap-befo{
    /* opacity: 0; */
    /* transition: all .5s; */
}
.home-prog.act .home-prog-wrap-text h2{
    animation: textFadeUp .8s ease-in-out .4s both;
}
.home-prog.act .hpwt-parga{
    animation: textFadeUp .8s ease-in-out .5s both;
}
.home-prog.act .hpwt-btn{
    animation: textFadeUp .8s ease-in-out .6s both;
}
@keyframes textFadeUp{
    100%{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeIn1 {
    from {
        opacity: 0.2;
    }

    to {
        opacity: 1;
    }
}
.hpwb-scroll-icon-arr1 {
    animation: fadeIn1 1.2s ease-in-out alternate infinite;
    animation-delay: 0s;
}
.hpwb-scroll-icon-arr2{
    animation: fadeIn1 1.2s ease-in-out alternate infinite;
    animation-delay: 0.3s;
}
.hpwb-scroll-icon-arr3{
    animation: fadeIn1 1.2s ease-in-out alternate infinite;
    animation-delay: 0.6s;
}
.home-reside{
    height: var(--height);
    background: var(--colorfff);
    position: relative;
}
.home-reside-wrap{
    height: 100vh;
    width: 100%;
}
.home-reside.isfixed .home-reside-wrap{
    position: fixed;
    top: 0;
    left: 0;
}
.home-reside.notfixed .home-reside-wrap{
    position: absolute;
    top: auto !important;
    bottom: 0;
}
.home-reside-wrap-ri{
    width: 26%;
    
}
.hrwr-scroll{
    margin: 68px auto 0;
}
.hrwr-img{
    position: relative;
}
.hrwr-img-li{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: all .36s;
}
.hrwr-img-li.act{
    position: relative;
    pointer-events: all;
    opacity: 1;
}
.hrwr-img-li-cont{
    width: 100%;
}
.hrwr-img-li-cont img{
    width: 100%;
}
.hrwr-img-li-cont canvas{
    width: 100% !important;
}
.hrwr-scroll p{
    text-align: center;
}
.home-reside-wrap-le{
    width: 74%;
    padding-right: 350px;
    padding-left: 90px;
    margin-top: 225px;
    position: relative;
}
.home-reside-wrap-le::before{
    content: "";
    width: 2px;
    height: 122px;
    background: var(--colormain);
    position: absolute;
    top: 10px;
    left: -0.5px;
}
.home-reside-wrap .ys-cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.home-reside-wrap .ys-cont1400::before{
    content: "";
    width: 1px;
    height: 100%;
    background: #D4D4D4;
    position: absolute;
    top: 0;
    left: 0;
}
.std-btn3 .std-btn1-box{
    padding: 0 30px;
    border: 1px solid var(--color333);
    background: transparent;
}
.std-btn3 p{
    color: var(--color333);
}
.hrwl-li:last-child{
    opacity: 0;
}
.hrwl-li:not(:first-child){
    display: none;
}
.hrwl-li-sub{
    margin-top: 20px;
    color: var(--color333);
}
.hrwl-li-info{
    margin-top: 18px;
}
.hrwl-li-btn{
    margin-top: 20px;
    transition: all .36s;
    opacity: 0;
}
.hrwl-li.act .hrwl-li-btn{
    opacity: 1;
}
.hrwl-li{
    margin-bottom: 145px;
    opacity: 0.4;
    transition: all .36s;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hrwl-li.act{
    opacity: 1;
}
/* .hrwl-li:not(:first-child){
    display: none;
} */
.hrwl-li-info p{
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative;
}
.hrwl-li-info p:last-child{
    margin-bottom: 0;
}
.hrwl-li-info p::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--colormain);
    position: absolute;
    top: 8px;
    left: 0;
}
/* B1-Solutions-start */
.ys-nybanner{
    overflow: hidden;
}
.ys-nyban-title h1{
    font-size: var(--font60);
    line-height: var(--line12);
}
.ys-nyban-parga{
    margin-top: 30px;
}
.ys-nyban-parga p{
    color: var(--colorfff);
}
.ys-nyban-title{
    top: calc(50% + 17.75px);
}
.ys-nyban-cont{
    width: 45%;
}
.ys-nyban-btn{
    margin-top: 100px;
}
.mod-bread{
    bottom: 20px;
}
.ys-bread-list a{
    color: var(--colorfff);
    opacity: 0.6;
    transition: all .36s;
}
.ys-bread-list:last-child a{
    opacity: 1;
}
.ys-bread-list {
    padding: 0 17px;
}
.ys-bread {
    margin: 0 -17px;
}
.ys-bread-list::before{
    content: "";
    width: 1px;
    height: 10px;
    background: var(--colorfff);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.solu-smart .ys-cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.solu-smart-text-tit .std-text2{
    margin-bottom: 10px;
    color: var(--color333);
}
.solu-smart-text-parga p{
    color: var(--color333);
}
.solu-smart-img{
    width: 46%;
}
.solu-smart-text{
    width: 54%;
    padding-right: 188px;
}
.solu-smart-text-info p{
    padding-left: 25px;
    color: var(--color333);
    position: relative;
    margin-bottom: 13px;
}
.solu-smart-text-info p:last-child{
    margin-bottom: 0;
}
.solu-smart-text-info p::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--colormain);
    position: absolute;
    top: 6px;
    left: 0;
}
.ssis-li-bg{
    border-radius: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    border: 1px solid #DFDFDF;
    visibility: hidden;
}
.ssis-li-bg img{
    width: 100%;
    transition: all .36s;
}
.ssis-li{
    padding: 0 80px;
    width: 100%;
}
.solu-smart-img-slick{
    margin: 0 -80px;
}
.ssis-li a{
    width: 100%;
    display: block;
    position: relative;
}
.ssis-li-img{
    width: 62.5%;
    position: absolute;
    top: -40px;
    left: -90px;
    visibility: hidden;
}
.ssis-li-img img{
    width: 100%;
}
.solu-smart-img-slick .slick-list{
    padding-top: 40px;
    padding-bottom: 30px;
}
.solu-smart-img-slick.empty .slick-list{
    padding-bottom: 0px;
}
.solu-smart-img-slick.act .ssis-li.slick-current .ssis-li-bg{
    animation: fadeIn .8s ease-in-out both;
    animation-delay: .5s;
    visibility: visible;
}
.solu-smart-img-slick.act .ssis-li.slick-current .ssis-li-img,
.solu-smart-img-slick.act .ssis-li.slick-current .ssis-li-text{
    animation: ysfadeInUp .6s ease-in-out both;
    animation-delay: .8s;
    visibility: visible;
}
.ssis-li-text{
    width: 43%;
    position: absolute;
    right: 60px;
    top: 68px;
    visibility: hidden;
}
.ssis-li-text-tit{
    color: var(--colorfff);
    font-size: var(--font24);
    line-height: var(--line15);
    margin-bottom: 13px;
}
.ssis-li-text-info p{
    color: var(--colorfff);
}
.ssis-li-text-btn{
    margin-top: 53px;
}
.ssis-li-text-btn .std-btn4-box{
    border: 1px solid var(--colorfff);
}
.solu-manage-wrap-bg{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.solu-manage-wrap-bg img{
    width: 100%;
}
.solu-manage-wrap-img{
    width: 19%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    
}
.solu-manage-wrap-img img{
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
}
.solu-manage-wrap{
    position: relative;
    overflow: hidden;
}
.solu-manage-wrap-text{
    width: 40%;
    position: absolute;
    top: 14%;
    left: 96px;
}
.solu-case-slick-li{
    width: 33.333333%;
    padding: 0 12px;
    height: auto !important;
}
.solu-case-slick-li:nth-child(3n+1){
    animation-delay: .2s;
}
.solu-case-slick-li:nth-child(3n+2){
    animation-delay: .3s;
}
.solu-case-slick-li:nth-child(3n+3){
    animation-delay: .4s;
}
.solu-case-slick{
    margin: 0 -12px;
}
.scsl-cont{
    display: block;
    border-radius: 14px;
    background: #F8F8F8;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    height: 100%;
}
.scsl-cont .ys-imgbox-cover{
    border-radius: 14px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.scsl-cont-text{
    padding: 35px 32px 53px;
}
.scsl-cont-text-tit{
    color: var(--color333);
    transition: all .36s;
    margin-bottom: 35px;
}
.sctl-li-icon{
    width: 24px;
}
.sctl-li-icon img{
    width: 100%;
}
.sctl-li .std-text2{
    width: calc(100% - 24px);
    padding-left: 25px;
}
.sctl-li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}
.sctl-li:last-child{
    margin-bottom: 0;
}
.sctl-li p{
    color: var(--color333);
}
.solu-case{
    overflow: hidden;
}
.solu-case h2{
    text-align: center;
}
.solu-case-slick .slick-list,
.solu-energy-ri-slick .slick-list{
    padding-bottom: 45px;
}
.solu-case-slick.empty .slick-list,
.solu-energy-ri-slick.empty .slick-list{
    padding-bottom: 0;
}
.solu-connect .yfms-icon-li-wrap{
    border-radius: 50%;
    background: var(--colormain);
}
.solu-connect-bg{
    width: 100%;
    height: 100%;
    z-index: -1;
}
.solu-connect-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solu-connect{
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 100px;
    z-index: 1;
}
.solu-connect-le{
    width: 51%;
    padding: 0 92px;
    padding-right: 42px;
}
.solu-connect-ri{
    width: 49%;
    padding: 0 120px;
    position: relative;
}
.solu-connect-le h2,
.solu-connect-ri-tit{
    margin-bottom: 16px;
}
.solu-connect-le-parga p{
    color: var(--color333);
    min-height: 3.2em;
    overflow: hidden;
}
.solu-connect-le-parga{
    margin-bottom: 34px;
}
.solu-connect .ys-cont1400{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.solu-connect-ri-parga{
    margin-bottom: 50px;
}
.solu-connect-ri-line{
    width: 2px;
    height: 187px;
    background: #DFDFDF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.solu-energy-ri{
    width: 45%;
    padding-right: var(--left);
    overflow: hidden;
    /* border-left: 2px solid #DFDFDF; */
}
.solu-energy-le{
    width: 55%;
    padding-right: 220px;
    padding-left: var(--left);
}
.solu-energy-ri-slick .hwru-li-list-item{
    width: 50%;
    margin-bottom: 0;
    height: auto !important;
}
.solu-energy-ri-slick .slick-track{
    display: flex;
    align-items: stretch;
}
.solu-energy{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #F8F8F8;
    margin-bottom: var(--space130);
    overflow: hidden;
}
.solu-energy-ri-slick .slick-list{
    overflow: visible;
}
/* B1-Solutions-end */
/* C1-Products-列表-start */
.pro-wrap-side{
    width: 25%;
    border-radius: 10px;
    background: var(--colorfff);
    padding: 30px 24px;
    position: sticky;
    top: 150px;
    margin-top: 70px;
}
.pro-wrap-list{
    width: 75%;
    padding-left: 120px;
    overflow: hidden;
}
.pro-wrap .ys-cont1400{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pro-wrap{
    background: #F8F8F8;
    padding-top: 60px;
    position: relative;
}
.pwss-btn{
    width: 67px;
    height: 45px;
    border-radius: 8px;
    background: var(--colormain);
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.pro-wrap-side-search{
    position: relative;
    border-radius: 10px;
    background: #F8F8F8;
}
.pwss-btn img{
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pwss-input{
    width: calc(100% - 73px);
    height: 55px;
}
.pwss-input input{
    width: 100%;
    height: 100%;
    font-size: var(--font16);
    color: var(--color333);
    padding: 0 20px;
    font-family: var(--family1);
}
.pwss-input input::placeholder{
    font-size: var(--font16);
    color: var(--color999);
    font-family: var(--family1);
}
.pwll-tit{
    padding-left: 24px;
    position: relative;
    color: var(--color333);
    margin-bottom: 34px;
}
.pwll-tit::before{
    content: "";
    width: 4px;
    height: 28px;
    background: var(--colormain);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pwll-list-li .hlli-info {
    margin-bottom: 40px;
}
.pro-wrap-list-li{
    padding-top: 70px;
}
.pwsl-li-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.pwsl-li-tp-tit{
    color: var(--color333);
    transition: all .36s;
}
.pwsl-li-tp-icon{
    width: 20px;
}
.pwsl-li-tp-icon img{
    width: 100%;
}
.pwsl-li-bt{
    /* display: none; */
    margin-top: 26px;
}
.pwsl-li{
    padding: 30px 0;
    border-top: 1px solid #CACACA;
}
.pwsl-li.on .pwsl-li-tp-tit{
    color: var(--colormain);
}
.pwsl-li:nth-child(1){
    border-top: none;
}
.pwsl-li-bt-li p{
    color: var(--color666);
}
.pwsl-li-bt-li:last-child{
    margin-bottom: 0;
}
.pwsl-li-bt-li{
    margin-bottom: 12px;
    cursor: pointer;
}
.pro-html,
.pro-html body{
    overflow: inherit !important;
}
/* C1-Products-列表-end */
/* D1-Installer-start */
.insta-supp{
    background: #F8F8F8;
    overflow: hidden;
}
.insta-main .ys-nyban-btn .std-btn1-box{
    width: 170px;
    justify-content: center;
}
.insta-supp h2{
    text-align: center;
}
.insta-supp-ul-li{
    width: 33.333333%;
    padding: 0 14px;
    margin-top: 20px; 
}
.insta-supp-ul{
    margin: 0 -14px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.insta-supp-ul-li:nth-child(1),
.insta-supp-ul-li:nth-child(2),
.insta-supp-ul-li:nth-child(3){
    margin-top: 0;
}
.insta-supp-ul-li:nth-child(3n+1){
    animation-delay: .3s;
}
.insta-supp-ul-li:nth-child(3n+2){
    animation-delay: .4s;
}
.insta-supp-ul-li:nth-child(3n+3){
    animation-delay: .5s;
}
.isul-cont{
    padding: 50px 38px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 25px 50px 1px rgba(243, 243, 243, 0.80);
    height: 100%;
}
.isul-cont-icon{
    width: 48px;
    margin-bottom: 26px;
}
.isul-cont-tit{
    margin-bottom: 16px;
    color: var(--color333);
}
.isul-cont-parga p{
    color: var(--color333);
}
.insta-main .ys-nyban-parga {
    margin-top: 10px;
}
.insta-main .ys-nyban-btn{
    margin-top: 58px;
}
/* D1-Installer-end */
/* G3-News-start */
.new-wrap .home-new-bt-ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.new-wrap .hnbu-li{
    margin-bottom: 25px;
}
.pc-fenye li {
    width: 40px;
    height: 40px;
    font-size: var(--font16);
    line-height: 40px;
}
.pc-fenye li.activepage {
    background: var(--colormain);
}
.new-wrap-tp{
    margin-bottom: 50px;
}
.new-wrap{
    background: #F8F8F8;
}
.new-wrap .hnbu-li a{
    background: var(--colorfff);
}
.nwts-li{
    width: 100%;
    padding: 0 20px;
}
.new-wrap-tp-slick{
    margin: 0 -20px;
}
.nwts-li a{
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 32px 30px 32px 70px;
    background: var(--colorfff);
    border-radius: 20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.nwts-li-img{
    width: 51%;
    border-radius: 20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.nwts-li-text{
    width: 49%;
    margin-top: 22px;
    padding-right: 100px;
}
.nwts-li-text-tit{
    color: var(--color333);
    margin-top: 20px;
    line-height: 1.2;
    height: 3.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.nwts-li-text-btn{
    margin-top: 48px;
}
.new-wrap-tp-slick .slick-dots li {
    width: 54px;
    height: 2px;
    margin: 0 4px;
    background: #DFDFDF;
    border-radius: 50px;
    pointer-events: all;
}
.new-wrap-tp-slick .slick-dots li.slick-active{
    background: var(--colormain);
}
.new-wrap-tp-slick .slick-dots {
    bottom: 48px;
    text-align: left;
    left: 90px;
    pointer-events: none;
}
/* G3-News-end */

/* G4-News-详情-start */
.inside-page .mod-content{
    margin-top: var(--line80);
}
.inside-page .ys-hd-pc .ys-hd-nav::after{
    opacity: 0;
}
.inside-page .ys-hd-pc {
    background: var(--colorfff);
}
.inside-page .ys-hd-pc .head-logo {
    height: var(--line80);
}
.inside-page .ys-hd-pc {
    top: 0;
}
.inside-page .ys-hd-pc::after {
    opacity: 1;
    background: #DFDFDF;
}
.inside-page .ys-hd-pc .head-logo img:nth-child(2){
    opacity: 1;
}
.inside-page .ys-hd-pc .head-nav-item-title,
.inside-page .ys-hd-pc .head-other-lang-parga p{
    color: var(--color333);
}
.inside-page .ys-hd-pc .mod-icon img:nth-child(2){
    opacity: 1;
}
.inside-page .ys-hd-pc .head-other-lang,
.inside-page .ys-hd-pc .head-other-search,
.inside-page .ys-hd-pc .head-nav-item{
    height: var(--line80);
}
.inside-page .head-nav-item-down,
.inside-page .ys-search2-win{
    top: var(--line80);
}
.newdet-wrap{
    padding-top: var(--space80);
}
.newdet-wrap-bt-ri{
    width: 23.5%;
    position: sticky;
    top: 120px;
}
.newdet-wrap-bt-le,
.newdet-wrap-tp{
    width: 76.5%;
    padding-right: 146px;
}
.newdet-wrap-bt{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.newdet-wrap-tp-cont h1{
    margin-bottom: 58px;
}
.casedet-main .newdet-wrap-tp-cont h1{
    margin-bottom: var(--space40);
}
.nwtc-time{
    color: var(--color333);
}
.newdet-wrap-tp-cont{
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}
.newdet-wrap-bt-le{
    margin-top: 44px;
}
.newdet-wrap-bt-le .yxedr-active{
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}
.newdet-wrap-bt-le img{
    border-radius: 6px;
    overflow: hidden;
}
.newdet-wrap-bt-le p{
    color: var(--color333);
}
.nwbl-page-li{
    margin-bottom: 16px;
}
.nwbl-page-li:last-child{
    margin-bottom: 0;
}
.nwbl-page{
    margin-top: 30px;
}
.nwbl-page-li a{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color333);
    transition: all .36s;
    display: block;
}
.nwbr-tit{
    color: #363636;
    margin-bottom: 37px;
}
.nwbr-list-li{
    margin-bottom: 44px;
}
.nwbr-list-li:last-child{
    margin-bottom: 0;
}
.nwbr-list-li a{
    display: block;
}
.nwbr-list-li-img{
    border-radius: 6px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    margin-bottom: 15px;
}
.nwbr-list-li-tit{
    margin-bottom: 15px;
    color: var(--color333);
}
.nwbr-list-li-time{
    color: var(--color999);
}
.newdet-html,
.newdet-html body{
    overflow: inherit !important;
}
.nwtc-info{
    width: 62%;
}
.nwtc-info .sctl-li{
    width: 50%;
    padding: 0 4px;
    margin-bottom: 17px;
}
.nwtc-info-ul{
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}
.casedet-main .newdet-wrap-tp-cont {
    padding-bottom: 7px;
}
/* G4-News-详情-end */
/* F5-FAQs-start */
.faq-wrap{
    overflow: hidden;
    padding-top: var(--space80);
}
.faq-wrap-cont{
    overflow: hidden;
}
.faq-wrap-list,
.join-explore-list{
    width: 83%;
    margin: 0 auto 90px;
}
.join-explore-list{
    margin-bottom: 0 !important;
}
.fwll-tp-icon{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--color333);
    transition: all .36s;
    position: relative;
}
.fwll-tp-icon svg{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fwll-tp{
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
.fwll-tp-text{
    color: var(--color333);
    transition: all .36s;
    width: 35px;
    line-height: 1.2;
}
.fwll-tp-tit{
    width: calc(100% - 35px - 38px);
    padding: 0 20px;
    color: var(--color333);
}
.faq-wrap-list-li{
    border-bottom: 1px solid #DFDFDF;
    padding-left: 50px;
    padding-right: 36px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all .36s;
}
.faq-wrap-list-li::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 20px 35px 1px rgba(237, 237, 237, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    z-index: -1;
    opacity: 0;
}
.faq-wrap-list-li path{
    transition: all .36s;
}
.faq-wrap-list-li.act::after{
    opacity: 1;
}
.faq-wrap-list-li.act{
    border-radius: 14px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}
.faq-wrap-list-li.act .fwll-tp-icon,
.join-explore-list-li.act .fwll-tp-icon{
    border: 1px solid var(--colormain);
    background: var(--colormain);
}
.faq-wrap-list-li.act path,
.join-explore-list-li.act .fwll-tp-icon path{
    stroke: #fff;
}
.faq-wrap-list-li.act path:nth-child(2),
.join-explore-list-li.act path:nth-child(2){
    opacity: 0;
}
.faq-wrap-list-li.act .fwll-tp-text{
    color: var(--colormain);
}
.fwll-bt-text{
    color: var(--color666);
    width: 35px;
    text-align: center;
}
.fwll-bt-parga{
    padding-left: 24px;
    width: calc(100% - 35px);
    padding-right: 112px;
}
.fwll-bt-parga p{
    color: var(--color666);
}
.fwll-bt{
    padding-bottom: 42px;
    display: none;
}
.inddet-nav{
    height: 70px;
    position: relative;
    z-index: 97;
}
.inddet-nav-wrap{
    position: relative;
    transition: all .4s;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #DFDFDF;
}
.inddet-nav-wrap.isfixed {
    position: fixed;
    top: var(--line80);
    z-index: 100;
    width: 100%;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
    background: #fff;
}
.inddet-nav p,
.inddet-nav a{
    display: block;
    line-height: 70px;
    font-size: var(--font18);
    color: var(--color333);
    transition: all .36s;
    cursor: pointer;
}
.inddet-nav ul{
    display: flex;
    justify-content: center;
    margin: 0 -100px;
}
.inddet-nav li{
    padding: 0 100px;
}
.inddet-nav li.act p,
.inddet-nav li.act a{
    color: var(--colormain);
}
/* F5-FAQs-end */
/* F4-Cases-start */
.case-main .solu-case-slick{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    overflow: hidden;
}
.case-main .solu-case-slick-li{
    margin-bottom: 35px;
}
.case-list{
    padding-top: var(--space80);
}
.case-info{
    padding-top: var(--space80);
    padding-bottom: 94px;
    background: #F8F8F8;
    overflow: hidden;
}
.ciwu-li{
    padding: 0 8px;
    width: 25%;
    transition: all .4s ease-out;
}
.case-info-wrap-ul{
    margin: 0 -8px;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.case-info-wrap{
    position: relative;
}
.case-info-wrap .ys-pos-top{
    width: 100%;
    height: 100%;
    z-index: 10;
}
.case-info-wrap-bg{
    width: 50%;
}
.case-info-wrap-bg img{
    width: 100%;
}
.ciwu-li-wrap-img{
    width: 100%;
    height: 100%;
}
.ciwu-li-wrap-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ciwu-li-wrap{
    width: 100%;
    height: 100%;
    border-radius: 14px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    cursor: pointer;
    display: block;
}
.ciwu-li-wrap-icon{
    width: 60px;
    z-index: 5;
}
.ciwu-li-wrap-icon img{
    width: 100%;
}
.ciwu-li-wrap::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
    pointer-events: none;
}
.ciwu-li-wrap-text{
    width: 100%;
    height: 100%;
    padding: 70px 66px;
    transition: all .36s;
    opacity: 0;
}
.clwt-logo{
    width: 162px;
}
.clwt-logo img{
    width: 100%;
}
.clwt-word .scsl-cont-text-tit,
.clwt-word .sctl-li p{
    color: var(--colorfff);
}
.clwt-word{
    margin-top: 156px;
}
.ciwu-li.act{
    width: 50%;
}
.ciwu-li.act .ciwu-li-wrap-icon{
    opacity: 0;
    pointer-events: none;
}
.ciwu-li.act .ciwu-li-wrap::after{
    opacity: 1;
}
.ciwu-li.act .ciwu-li-wrap-text{
    opacity: 1;
    transition: all .36s .4s;
}
/* F4-Cases-end */

/* G5-Join-start */
.join-explore{
    overflow: hidden;
}
.join-explore-list-li{
    padding: 0 50px;
    border-bottom: 1px solid #DFDFDF;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all .36s;
}
.join-explore-list-li::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 20px 35px 1px rgba(237, 237, 237, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    z-index: -1;
    opacity: 0;
}
.join-explore-list-li.act::after{
    opacity: 1;
}
.join-explore-list-li.act{
    border-bottom: 1px solid transparent;
}
.jell-tp-le-tit{
    font-size: var(--font24);
    line-height: var(--line15);
    color: var(--color333);
}
.jell-tp-le{
    width: calc(100% - 38px);
    padding-right: 30px;
}
.jell-tp{
    display: flex;
    align-items: flex-start;
    padding: 30px 0;

}
.jell-tp-le-info{
    display: flex;
    align-items: flex-start;
    margin-top: 17px;
}
.jtli-li{
    display: flex;
    align-items: center;
    margin-right: 42px;
}
.jtli-li:last-child{
    margin-right: 0;
}
.jtli-li img{
    width: 20px;
}
.jtli-li p{
    width: calc(100% - 20px);
    padding-left: 11px;
    color: var(--color333);
}
.jell-bt{
    padding: 62px 0 74px;
    border-top: 1px solid #DFDFDF;
    display: none;
}
.jell-bt-list-li .std-text1{
    margin-bottom: 10px;
}
.jell-bt-list-li p{
    margin-bottom: 12px;
}
.jell-bt-list-li p:last-child{
    margin-bottom: 0;
}
.jell-bt-list-li{
    margin-bottom: 50px;
}
.jell-bt-list-li:last-child{
    margin-bottom: 37px;
}
.join-benef{
    margin-bottom: var(--space130);
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.join-benef-bg{
    width: 100%;
    height: 100%;
    z-index: -1;
}
.join-benef-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.join-explore-tit h2{
    text-align: center;
    margin-bottom: 24px;
}
.join-explore-tit p{
    color: var(--color333);
    text-align: center;
}
.join-benef h2{
    color: var(--colorfff);
}
.join-benef-parga p{
    color: var(--colorfff);
    margin-top: 8px;
}
.join-benef-list{
    margin-top: 65px;
}
.jblu-li{
    padding: 0 14px;
    width: 33.3333333%;
}
.jblu-li:nth-child(3n+1){
    animation-delay: .4s;
}
.jblu-li:nth-child(3n+2){
    animation-delay: .5s;
}
.jblu-li:nth-child(3n+3){
    animation-delay: .6s;
}
.join-benef-list-ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.jblu-li-cont{
    border-radius: 14px;
    border-top: 2px solid var(--colorfff);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 30px;
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.jblu-li-cont-icon{
    width: 30px;
}
.jblu-li-cont-text{
    width: calc(100% - 30px);
    padding-left: 14px;
}
.jblu-li-cont-text .std-h4{
    margin-bottom: 10px;
    color: var(--color333);
}
.jblu-li-cont-text p{
    color: var(--color333);
}
.join-engin{
    background: #F8F8F8;
    overflow: hidden;
}
.join-engin-swiper-li{
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    padding: 126px 35px 75px;
    position: relative;
    overflow: hidden;
    height: auto !important;
}
.jesl-text-tit{
    color: var(--color333);
    margin-bottom: 20px;
}
.jesl-text-info p{
    color: var(--color333);
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
}
.jesl-text-info p::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--colormain);
    position: absolute;
    top: 7px;
    left: 0;
}
.jesl-bg-icon{
    width: 74px;
    border-radius: 50%;
    background: var(--colorfff);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.10);
    margin: -37px auto 0;
    position: relative;
    z-index: 5;
    transition: all .36s;
}
.jesl-bg-icon img{
    width: 100%;
}
.jesl-bg{
    width: 212px;
    position: absolute;
    top: 0;
    right: 0;
}
.jesl-bg-img{
    width: 100%;
}
.jesl-bg-img img{
    width: 100%;
}
.join-engin-swiper{
    overflow: visible !important;
    padding-bottom: 60px !important;
}
.join-engin .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 44%;
    height: 1px;
    left: 0;
    top: auto;
    bottom: 0;
}
.swiper-pagination-progressbar{
    background: #DFDFDF !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--colormain) !important;
    top: -1px !important;
    height: 2px !important;
}
.jebs-icon{
    width: 12px;
    cursor: pointer;
    transition: all .36s;
}
.jebs-icon svg{
    width: 100%;
    height: auto;
}
.jebs-icon path{
    transition: all .36s;
}
.join-engin-bt-arrow{
    display: flex;
    width: 36px;
    justify-content: space-between;
    position: absolute;
    bottom: -11px;
    right: 0;
    z-index: 5;
}
.join-engin-bt{
    position: relative;
}
.swiper-button-disabled{
    pointer-events: none;
    opacity: 0.5;
}
.join-grow{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.join-grow-bg{
    width: 100%;
}
.join-grow-bg img{
    width: 100%;
}
.jgwl-li{
    width: 50%;
    padding: 0 252px;
    margin-top: 48px;
}
.jgwl-li:nth-child(1),
.jgwl-li:nth-child(2){
    margin-top: 0;
    animation-delay: .5s;
}
.jgwl-li:nth-child(3),
.jgwl-li:nth-child(4){
    animation-delay: .6s;
}
.join-grow-wrap-list{
    display: flex;
    align-items: stretch;
    margin: 0 -252px;
    flex-wrap: wrap;
}
.jgwl-li-cont{
    border-radius: 14px;
    height: 100%;
    border-top: 2px solid var(--colorfff);
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 35px 40px 40px;
}
.jgwl-li-cont-num{
    color: var(--color333);
    margin-bottom: 18px;
}
.jgwl-li-cont p{
    color: var(--color333);
}
.join-grow-wrap-tit h2{
    color: var(--colorfff);
    text-align: center;
}
.join-grow-wrap-tit p{
    margin-top: 15px;
    text-align: center;
    color: var(--colorfff);
}
.join-team{
    overflow: hidden;
}
.join-team-tp h2{
    text-align: center;
    margin-bottom: 25px;
}
.join-team-tp .std-text2{
    width: 58.5%;
    margin: auto;
    text-align: center;
}
.join-team-tp{
    margin-bottom: 60px;
}
.join-team-bt{
    width: calc(100% + 180px);
}
.join-team-bt-swiper{
    padding-bottom: 32px !important;
}
.jtbs-li img{
    width: 100%;
}
.join-team-bt-swiper .swiper-wrapper{
    align-items: flex-end;
}
.join-team-bt .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 620px;
    height: 1px;
    left: calc(50% - 90px);
    top: 0;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
}
/* G5-Join-end */
/* H-contact us-start */
.contact-main .ys-nyban-parga{
    margin-top: 10px;
}
.contact-mode{
    background: #F8F8F8;
    overflow: hidden;
}
.contact-mode-ri{
    width: 34%;
    border-radius: 14px;
    overflow: hidden;
}
.contact-mode-ri img{
    width: 100%;
}
.contact-mode-le{
    width: 66%;
    padding-right: 270px;
}
.contact-mode .ys-cont1400{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cmla-li-tit{
    width: 130px;
    color: var(--color333);
}
.cmla-li-parga{
    width: calc(100% - 130px);
    padding-left: 75px;
}
.cmla-li{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 47px;
}
.cmla-li:last-child{
    margin-bottom: 100px;
}
.cmla-li-parga p{
    margin-bottom: 12px;
}
.cmla-li-parga p:last-child{
    margin-bottom: 0;
}
.contact-mode-le-info{
    width: 74%;
}
.cmli-ul-li{
    width: 50%;
    margin-top: 56px;
}
.cmli-ul{
    display: flex;
    flex-wrap: wrap;
}
.cmli-ul-li:nth-child(1),
.cmli-ul-li:nth-child(2){
    margin-top: 0;
}
.cmli-ul-li-cont{
    padding-left: 32px;
    position: relative;
    display: block;
}
.cmli-ul-li-cont .std-h4{
    margin-bottom: 10px;
    color: var(--color333);
}
.cmli-ul-li-cont::after{
    content: "";
    width: 2px;
    height: 52px;
    background: var(--colormain);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.contact-form{
    position: relative;
    overflow: hidden;
}
.contact-form-bg{
    width: 100%;
    z-index: -1;
}
.contact-form-bg img{
    width: 100%;
}
.contact-form h2{
    text-align: center;
    color: var(--color333);
}
.contact-form-wrap{
    margin: auto;
    width: 50%;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding-bottom: 58px !important;
}
.contact-form-wrap .yfii-wrap{
    border: 1px solid #DFDFDF;
    background:#F8F8F8;
}
.contact-form-wrap .ys-fii-name{
    color: var(--color333);
    opacity: 0.8;
}
.contact-form-wrap .ys-fii-list-li p{
    color: var(--color333);
}
.contact-form-wrap .yfll-box, 
.contact-form-wrap .ys-fia-text-btn{
    border: 1px solid var(--color333);
}
.contact-form-wrap .ys-fii-list-li.act .yfll-box {
    background: #DFDFDF;
    border: 1px solid #DFDFDF;
}
.contact-form-wrap .ys-form-inof-type .ys-fii-name,
.contact-form-wrap .ys-form-inof-mess .ys-fii-name{
    opacity: 1;
}
.contact-form-wrap .yfim-text textarea{
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    background:#F8F8F8;
    color: var(--color333);
}
.contact-form-wrap .ys-fii-input input{
    color: var(--color333);
}
.contact-form .ys-cont1400{
    z-index: 5;
}
.contact-form .ys-fia-text-word,
.contact-form .ys-fia-text-word a{
    color: var(--color333);
}
/* H-contact us-end */

/* G2-Events-start */
.event-wrap{
    padding-top: var(--space80);
}
.event-wrap-list-li{
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 28px;
}
.event-wrap-list-li:nth-child(3n+1){
    animation-delay: .2s;
}
.event-wrap-list-li:nth-child(3n+2){
    animation-delay: .3s;
}
.event-wrap-list-li:nth-child(3n+3){
    animation-delay: .4s;
}
.event-wrap-list{
    margin: 0 -14px 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.ewll-cont{
    background: var(--colorfff);
    height: 100%;
}
.event-main{
    background: #F8F8F8;
}
.ewll-cont-text{
    padding: 28px;
}
.ewll-cont-text-time{
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.ewll-cont-text-time img,
.ecti-add img{
    width: 24px;
    margin-right: 10px;
}
.ewll-cont-text-time p{
    position: relative;
    top: 2px;
}
.ewll-cont-text-time p,
.ecti-add p{
    color: var(--color666);
}
.ewll-cont-text-tit{
    color: var(--color333);
    margin-bottom: 34px;
    line-height: 1.4;
    height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ewll-cont-text-info{
    padding-top: 16px;
    border-top: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ecti-add{
    display: flex;
    align-items: flex-start;
    padding-right: 10px;
}
.ecti-add p{
    position: relative;
    top: 1px;
    font-family: var(--family1);
}
.ecti-room p{
    line-height: 34px;
    color: var(--color333);
    padding: 0 10px;
    transition: all .36s;
    white-space: nowrap;
    font-family: var(--family1);
}
.ecti-room{
    display: inline-block;
    border-radius: 4px;
    background: #F8F8F8;
    transition: all .36s;
}
.event-main .inddet-nav ul{
    margin: 0 -75px;
}
.event-main .inddet-nav li{
    padding: 0 75px;
}
.event-main .inddet-nav a{
    color: var(--color666);
}
.event-main .inddet-nav li.act a {
    color: var(--color333);
}
/* G2-Events-end */

/* F3-Download-start */
.down-wrap{
    background: #F8F8F8;
}
.down-wrap-side{
    width: 26%;
    padding: 30px 20px 50px 26px;
    border-radius: 10px;
    background: var(--colorfff);
    position: sticky;
    top: 150px;
}
.down-wrap-list{
    width: 74%;
    padding-left: 90px;
    padding-right: 120px;
}
.down-wrap .ys-cont1400{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.dwlb-ul-li{
    margin-bottom: 15px;
}
.dwlb-ul-li a{
    background: var(--colorfff);
    border-radius: 10px;
    overflow: hidden;
    padding: 43px 56px 50px 40px;
    display: block;
}
.dwlb-ul-li-tit{
    color: var(--color333);
    padding-bottom: 25px;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
}
.dwlb-ul-li-tit img{
    width: 25px;
    position: relative;
    top: -2px;
    margin-left: 15px;
    flex-shrink: 0;
}
.dwlb-ul-li-info{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.duli-le-li p:nth-child(1){
    color: var(--color999);
}
.duli-le-li p:nth-child(2){
    color: var(--color333);
    margin-left: 10px;
}
.duli-le-li{
    display: flex;
    align-items: center;
    margin-right: 80px;
}
.duli-le-li:last-child{
    margin-right: 0;
}
.duli-btn p{
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.duli-btn{
    display: flex;
    align-items: center;
}
.duli-btn img{
    width: 24px;
}
.duli-le{
    display: flex;
    flex-wrap: wrap;
}
.dwlb-ul{
    margin-bottom: 30px;
    overflow: hidden;
}
.dwlt-result span{
    font-family: inherit;
}
.down-html,
.down-html body{
    overflow: inherit !important;
}
.down-wrap-list-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.dwlt-lab{
    margin: 0 !important;
}
.dwlt-btn-li{
    margin-right: 10px;
    width: 160px !important;
    cursor: pointer;
}
.dwlt-btn-li:last-child{
    margin-right: 0;
}
.dwlt-btn-li p{
    line-height: 48px;
    text-align: center;
    color: var(--color333);
    transition: all .36s;
    border-radius: 80px;
    border: 1px solid #C9C9C9;
}
.dwlt-btn{
    display: flex;
    flex-wrap: wrap;
}
.dwlt-btn-li.act p{
    color: var(--colormain);
    border: 1px solid var(--colormain);
}
.down-wrap-side-list{
    margin-top: 44px;
}
.dwsl-ul-li{
    margin-bottom: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.dwsl-ul-li:last-child{
    margin-bottom: 0;
}
.dwsl-ul-li-box{
    width: 16px;
    height: 16px;
    position: relative;
    border: 1px solid #B9B9B9;
    background: #F8F8F8;
    transition: all .36s;
}
.dwsl-ul-li-box img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
    opacity: 0;
}
.dwsl-ul-li .std-h4{
    width: calc(100% - 16px);
    padding-left: 20px;
    transition: all .36s;
}
.dwsl-ul-li.act .std-h4{
    color: var(--colormain);
}
.dwsl-ul-li.act .dwsl-ul-li-box{
    border: 1px solid var(--colormain);
    background: var(--colormain);
}
.dwsl-ul-li.act img{
    opacity: 1;
}
/* F3-Download-end */
/* C2-Products-详情-start */
.prodet-main .ys-bread-list a,
.ems-main .ys-bread-list a{
    color: var(--color333);
}
.prodet-main .ys-bread-list::before,
.ems-main .ys-bread-list::before{
    background: var(--color333);
}
.ys-nyban-cont-ri{
    width: 49%;
    padding-right: 150px;
}
.ys-nyban-cont-ri img{
    width: 100%;
}
.ys-nyban-cont-le{
    width: 51%;
    padding-right: 157px;
}
.prodet-main .ys-nyban-cont{
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.prodet-main .ys-hd-pc{
    background: transparent;
}
.ys-hd-pc::after{
    background: rgba(255,255,255,.25);
    opacity: 1;
}
.home-body .ys-hd-pc::after{
    opacity: 0;
}
.home-body .ys-hd-pc.isfixed::after{
    opacity: 1;
}
.ys-hd-pc.isfixed::after{
    background: rgba(166, 166, 166, 0.25);
}
.ys-nyban-cont-le h1{
    color: var(--color333);
    font-size: var(--font36);
}
.yncl-info{
    margin-top: 10px;
}
.yncl-parga{
    margin-top: 40px;
}
.yncl-parga p{
    margin-bottom: 12px;
}
.yncl-parga p:last-child{
    margin-bottom: 0;
}
.yncl-btn{
    margin-top: 70px;
}
.std-btn3-icon{
    width: 20px;
    height: 20px;
}
.yncl-btn p{
    margin-right: 20px;
}
.yncl-btn .std-btn3{
    margin-right: 14px;
}
.yncl-btn .std-btn3:last-child{
    margin-right: 0;
}
.ys-nyban-cont-ri .slick-dots li{
    background: var(--colorfff);
}
.ys-nyban-cont-ri .slick-dots li.slick-active{
    background: var(--colormain);
}
.ys-nyban-cont-ri .slick-list{
    padding-bottom: 47px;
}
.prodet-key{
    overflow: hidden;
}
.prodet-key h2{
    text-align: center;
}
.prodet-main .mod-content{
    margin-top: 0;
}
.prodet-key-slick-li{
    width: 25%;
    padding: 0 14px;
    height: auto !important;
}
.prodet-key-slick{
    margin: 0 -14px;
}
.pksl-cont{
    padding: 30px 30px 43px;
    border-radius: 10px;
    background: #F8F8F8;
    height: 100%;
}
.pksl-cont-icon{
    width: 64px;
    border-radius: 50%;
    background: var(--colorfff);
}
.pksl-cont-icon img{
    width: 100%;
}
.pksl-cont-tit{
    margin-top: 33px;
    color: var(--color333);
}
.pksl-cont-parga{
    margin-top: 20px;
}
.pksl-cont-parga p{
    color: var(--color666);
}
.prodet-key-slick .slick-dots li {
    margin: 0 5px;
    background: var(--colormain);
    opacity: 0.5;
}
.prodet-key-slick .slick-list{
    padding-bottom: 48px;
}
.prodet-key-slick.empty .slick-list{
    padding-bottom: 0;
}
.prodet-basic{
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 164px;
}
.prodet-basic-img{
    width: 100%;
}
.prodet-basic-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prodet-basic-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.prodet-basic h2{
    text-align: center;
    color: var(--colorfff);
    margin-bottom: 70px;
}
.pbtu-li{
    width: 100%;
    padding: 0 20px;
}
.prodet-basic-text-ul{
    margin: 0 -20px;
}
.plcu-li{
    width: 20%;
    padding: 0 10px;
    min-height: 104px;
    margin-bottom: 42px;
}
.pbtu-li-cont-ul{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.plcu-li-wrap{
    position: relative;
    padding-left: 32px;
}
.plcu-li-wrap::after{
    content: "";
    width: 2px;
    height: 104px;
    background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0));
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.plcu-li-wrap .std-text1{
    color: var(--color999);
    margin-bottom: 11px;
}
.plcu-li-wrap .std-h4{
    color: var(--colorfff);
}
.prodet-them-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.prodet-them-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prodet-them{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--space130);
    padding-top: 80px;
    padding-bottom: 64px;
}
.prodet-them-wrap h2{
    text-align: center;
    color: var(--colorfff);
    margin-bottom: 80px;
}
.ptws-li{
    width: 25%;
    padding: 0 14px;
}
.prodet-them-wrap-slick{
    margin: 0 -14px;
}
.ptws-li-cont{
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.00) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); */
    border-radius: 10px;
    overflow: hidden;
}
.ptws-li-cont-img{
    width: 100%;
}
.ptws-li-cont-img img{
    width: 100%;
}
.plct-icon{
    width: 64px;
    margin: auto;
}
.plct-icon img{
    width: 100%;
}
.plct-icon-tit{
    margin-top: 24px;
    text-align: center;
    color: var(--colorfff);
}
.ptws-li-cont-text{
    width: 100%;
    top: 30%;
}
.prodet-them-wrap-slick .slick-dots li{
    background: rgba(255,255,255,.4);
    margin: 0 5px;
}
.prodet-them-wrap-slick .slick-list{
    padding-bottom: 45px;
}
.prodet-them-wrap-slick.empty .slick-list{
    padding-bottom: 0;
}
.prodet-them-wrap-slick .slick-dots li.slick-active{
    background: #fff !important;
}
.prodet-data-li{
    position: relative;
    overflow: hidden;
}
.prodet-data-li-bg{
    width: 100%;
}
.prodet-data-li-bg img{
    width: 100%;
}
.prodet-data-li-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ptlw-tit{
    font-size: var(--font24);
    line-height: var(--line15);
    color: var(--colorfff);
    margin-bottom: 10px;
}
.palw-text-li-word p{
    color: var(--colorfff);
    opacity: 0.7;
    margin-bottom: 10px;
}
.palw-text-li-word p:last-child{
    margin-bottom: 0;
}
.palw-text-li-icon{
    width: 42px;
}
.palw-text-li-icon img{
    width: 100%;
}
.palw-text-li-word{
    width: calc(100% - 42px);
    padding-left: 46px;
}
.palw-text-li-wrap{
    display: flex;
    align-items: flex-start;
}
.palw-text-li{
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 58px;
}
.palw-text-li::before{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0;
}
.palw-text-li::after{
    content: "";
    width: 70px;
    height: 3px;
    background: var(--colorfff);
    opacity: 0.5;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.palw-text-li:last-child::after,
.palw-text-li:last-child::before{
    display: none;
}
.palw-text-li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.palw-text{
    width: 44%;
}
.palw-img{
    width: 100%;
}
.palw-img-pic{
    width: 100%;
    visibility: visible;
}
.palw-img img{
    width: 100%;
}
.palw-img-pic.act{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .4s;
    visibility: visible;
}
.prodet-data-li-wrap .ys-cont1400{
    position: relative;
    z-index: 5;
}
.prodet-data-li.on .palw-text{
    margin-left: 56%;
}
/* C2-Products-详情-end */

/* E2-Become a Partner-start */
.part-main .ys-nyban-cont{
    width: 51%;
}
.part-main{
    background: #F8F8F8;
}
.part-wrap-li{
    width: 70%;
    margin: auto;
}
.part-wrap-li:not(:first-child){
    display: none;
}
.part-wrap{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.part-wrap-bg{
    width: 47%;
    max-width: 900px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.part-wrap-bg img{
    width: 100%;
}
.part-wrap-li h2{
    text-align: center;
}
.part-wrap-li-from{
    border-radius: 0px 20px 20px 20px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 56px 50px 84px;
}
.part-wrap-li-from .ys-fii-name{
    color: var(--color333);
    font-size: var(--font18);
    margin-bottom: 20px;
    line-height: var(--line15);
}
.part-wrap-li-from .ys-form-inof{
    margin: 0 -10px;
}
.part-wrap-li-from .ys-form-inof-item{
    width: 33.333333%;
    margin-bottom: 22px;
    padding: 0 10px;
}
.part-wrap-li-from .ys-fii-input{
    height: 54px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #F8F8F8;
}
.part-wrap-li-from .yfim-text{
    height: 186px;
    border-radius: 8px;
    border: 1px solid #DFDFDF;
    background: #F8F8F8;
}
.part-wrap-li-from .ys-fii-input input{
    padding: 0 10px;
    color: var(--color333);
}
.part-wrap-li-from .yfim-text textarea{
    color: var(--color333);
}
.part-wrap-li-from .ys-fia-text-btn{
    border: 1px solid #DADADA;
}
.part-wrap-li-from .ys-fia-text-word,
.part-wrap-li-from .ys-fia-text-word a{
    color: var(--color333);
}
.part-wrap-li-from .hctr-form-btn .std-btn3 .std-btn1-box{
    width: 170px;
    justify-content: center;
}
.ys-form-inof-more{
    width: 100% !important;
    display: flex;
    align-items: flex-start;
}
.yfim-code{
    width: 120px;
    cursor: pointer;
    margin-top: 48px;
}
.yfim-code img{
    width: 100%;
}
.ys-form-inof-more .ys-form-inof-agree{
    width: calc(66.666666% - 120px) !important;
    padding-left: 57px !important;
    margin-top: 48px;
}
/* E2-Become a Partner-end */

/* G1-Who we are-start */
.who-logo{
    padding-top: 70px;
    padding-bottom: 100px;
    background: #F8F8F8;
    overflow: hidden;
    margin-bottom: var(--space130);
}
.who-logo-img{
    width: 29%;
    padding-left: 70px;
}
.who-logo-img img{
    width: 100%;
}
.who-logo-text{
    width: 71%;
    padding-left: 290px;
}
.who-logo-text h2{
    margin-bottom: 20px;
}
.who-logo-text p{
    margin-bottom: 12px;
}
.who-logo-text p:last-child{
    margin-bottom: 0;
}
.who-brand{
    background: #F8F8F8;
    overflow: hidden;
}
.who-brand .ys-cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.who-brand-img{
    border-radius: 18px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    width: 50%;
    position: relative;
}
.who-brand-img img{
    width: 100%;
}
.who-brand-text{
    width: 50%;
    padding-left: 116px;
}
.who-brand-img-btn{
    text-align: center;
    cursor: pointer;
}
.wbib-icon{
    width: 62px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
}
.wbib-icon img{
    width: 100%;
}
.who-brand-img-btn p{
    margin-top: 14px;
    color: var(--colorfff);
}
.who-brand-text-tit h2{
    color: var(--color333);
}
.who-brand-text-tit .std-text1{
    color: var(--color333);
    margin-bottom: 14px;
}
.who-brand-text-parga p{
    margin-bottom: 12px;
}
.who-brand-text-parga p:last-child{
    margin-bottom: 0;
}
.who-value-ul-li{
    padding-bottom: 40px;
    position: sticky;
    top: 350px;
}
.who-value-ul-li:last-child{
    padding-bottom: 0;
}
.wvul-cont{
    border-radius: 20px;
    transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
    overflow: hidden;
    transform-origin: top;
}
.wvul-img{
    width: 100%;
}
.wvul-img img{
    width: 100%;
    backface-visibility: hidden;
}
.wvul-tit{
    width: 100%;
    top: 72px;
    padding: 0 86px;
    z-index: 5;
}
.wvul-tit .std-h2{
    color: var(--colorfff);
    margin-bottom: 6px;
}
.wvul-tit .std-text1{
    color: var(--colorfff);
}
.wvul-parga{
    width: 74%;
    left: 86px;
    transform: translateX(0);
    bottom: 70px;
    z-index: 5;
}
.wvul-parga p{
    color: var(--colorfff);
}
.who-value-ul-li3 .std-h2{
    margin-bottom: 48px;
}
.wvul-info-li-tp{
    padding: 22px 0;
    display: flex;
    align-items: center;
}
.wvul-info-li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    cursor: pointer;
}
.wvul-info-li:last-child{
    border-bottom: none;
}
.wvul-info{
    width: 54%;
}
.wilt-icon{
    width: 20px;
    height: 20px;
    position: relative;
}
.wilt-icon::before{
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.wilt-icon::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .36s;
}
.wvul-info-li-tp .std-h4{
    color: var(--colorfff);
    width: calc(100% - 20px);
    padding-right: 40px;
}
.wvul-info-li-bt p{
    color: var(--colorfff);
    margin-bottom: 12px;
}
.wvul-info-li-bt p:last-child{
    margin-bottom: 0;
}
.wvul-info-li-bt{
    padding-bottom: 30px;
    display: none;
}
.wvul-info-li.act .wilt-icon::before{
    opacity: 0;
}
.who-about{
    padding-left: var(--left);
}
.who-about-le p{
    margin-bottom: 12px;
}
.who-about-le p:last-child{
    margin-bottom: 0;
}
.who-about-le{
    width: 42%;
    padding-right: 110px;
}
.who-about-ri{
    width: 58%;
    display: flex;
    align-items: flex-start;
    margin-top: -72px;
}
.warl-cont{
    position: relative;
    padding: 36px 63px 84px;
    z-index: 1;
    overflow: hidden;
}
.warl-cont-bg{
    width: 100%;
    height: 100%;
    z-index: -1;
}
.warl-cont-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.who-about-ri-item{
    width: 50%;
}
.warl-cont{
    border: 1px solid #E1E1E1;
}
.who-about-ri-li:nth-child(2){
    transform: translateY(40px);
}
.who-about-ri-li:nth-child(3){
    transform: translateY(80px);
}
.who-about-ri-li.active{
    animation: cardTop .8s ease-in-out both;
}
.who-about-ri-li.act .warl-cont{
    border: none;
}
@keyframes cardTop {
    100%{
        transform: translateY(0px);
    }
}
.warl-cont-num{
    font-size: 68px;
    line-height: var(--line13);
    color: var(--color333);
    font-family: var(--family3);
}
.warl-cont-parga p{
    color: var(--color333);
    font-family: var(--family3);
}
.who-about-ri-li.act .warl-cont-num{
    color: var(--colorfff);
}
.who-about-ri-li.act p{
    color: var(--colorfff);
}
.who-about-ri-item:nth-child(2){
    margin-top: 325px;
}
/* .who-about-ri-li:nth-child(1){
    border-top: 1px solid #E1E1E1;
} */
.who-value{
    position: relative;
}
.who-value-wrap{
    width: 100%;
}
.who-html,
.who-html body{
    overflow: inherit !important;
}
/* G1-Who we are-end */
/* E1-Partner Introduction-start */
.partner-main .ys-nyban-parga{
    margin-top: 12px;
}
.partner-contact{
    overflow: hidden;
}
.partner-contact-ul-li{
    width: 50%;
    padding: 0 15px;
}
.partner-contact-ul{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.pcul-bg{
    width: 100%;
    border-radius: 14px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.pcul-bg img{
    width: 100%;
    transition: all .36s;
}
.partner-contact-ul-li a{
    width: 100%;
    display: block;
    position: relative;
}
.pcul-tit{
    text-align: center;
    width: 100%;
    color: var(--colorfff);
    z-index: 5;
    padding: 0 20px;
}
.partner-why{
    height: var(--height);
    background: #F8F8F8;
    overflow: hidden;
}
.partner-why-wrap{
    height: calc(100vh - var(--line80));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100vw !important;
}
.partner-why-wrap-img{
    width: 42.5%;
    border-radius: 14px;
    overflow: hidden;
}
.partner-why-wrap-img img{
    width: 100%;
}
.partner-why-wrap-text{
    width: 57.5%;
    padding-left: 238px;
}
.partner-why-wrap-text h2{
    margin-bottom: 70px;
}
.pwwt-list-swiper-li{
    padding: 40px 20px 145px 36px;
    border-radius: 14px;
    background: var(--colorfff);
    overflow: hidden;
    height: auto !important;
}
.plsl-icon{
    width: 70px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FCFCFC 0%, #F2F2F2 100%);
    margin-bottom: 34px;
}
.plsl-icon img{
    width: 100%;
}
.plsl-tit{
    color: #000;
    margin-bottom: 23px;
}
.plsl-parga p{
    color: #000;
}
.partner-why-wrap .ys-cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pwwt-list-swiper{
    overflow: visible !important;
    padding-bottom: 54px !important;
}
.partner-why .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    height: 1px;
    width: 330px;
    top: auto;
    bottom: 0;
    left: 358px;
}
.pwwt-list{
    transform: translateX(-358px);
    width: calc(100% + 120px + 358px);
}
.pwwt-list-swiper-li{
    width: 330px !important;
}
/* E1-Partner Introduction-end */
/* F2-Warranty-start */
.faq-wrap-btn{
    text-align: center;
}
.warranty-main .faq-wrap-list {
    margin: 0 auto 40px;
}
.warranty-down{
    background: #F8F8F8;
    overflow: hidden;
}
.warranty-down h2{
    text-align: center;
}
.warranty-down-tab-li{
    padding: 0 5px;
}
.warranty-down-tab{
    margin: 0 -5px 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.warranty-down-list-li:not(:first-child){
    display: none;
}
.wdll-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -14px 10px;
}
.wdll-ul-li{
    margin-bottom: 22px;
    padding: 0 14px;
    width: 33.333333%;
}
.wdll-ul-li-cont{
    padding: 35px 30px 26px;
    border-radius: 10px;
    background: var(--colorfff);
    overflow: hidden;
}
.wulc-info{
    padding-bottom: 70px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.wulc-tit{
    color: var(--color333);
    margin-bottom: 33px;
}
.wulc-info-li{
    margin-right: 58px;
}
.wulc-info-li:last-child{
    margin-right: 0;
}
.wulc-info-li .std-text2:nth-child(1){
    margin-bottom: 10px;
    color: var(--color999);
}
.wulc-btn{
    display: flex;
    flex-wrap: wrap;
}
.wulc-btn-link{
    margin-right: 62px;
}
.wulc-btn-link:last-child{
    margin-right: 0;
}
.wulc-btn-link a{
    display: flex;
    align-items: center;
}
.wulc-btn-link p{
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.wulc-btn-link img{
    width: 18px;
    flex-shrink: 0;
}
.wdll-btn{
    text-align: center;
}
.warranty-main .std-btn3 .std-btn1-box{
    width: 170px;
    justify-content: center;
}
.warranty-main .ys-nyban-parga{
    margin-top: 14px;
}
.warranty-main .ys-nyban-btn p{
    margin-right: 20px;
}
.warranty-main .ys-nyban-btn .std-btn1-box{
    border: 1px solid var(--colormain);
    padding: 0 30px;
    background: var(--colormain);
}
.warranty-main .ys-nyban-btn{
    margin-top: 56px;
}
.warranty-main .ys-nyban-btn img{
    width: 20px;
}
.warranty-main .ys-nyban-cont{
    width: 100%;
}
/* F2-Warranty-end */
/* F1-EENOVANCE EMS-start*/
.ems-main .ys-nyban-cont{
    width: 42%;
}
.ems-main .ys-nyban-parga p{
    color: var(--color333);
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ems-main .ys-nyban-cont-le{
    width: 100%;
    padding-right: 0;
}
.ems-main .ys-nyban-cont-le h1{
    font-size: var(--font40) !important;
}
.ems-success-le h2{
    margin-bottom: 70px;
    padding-right: 90px;
}
.ems-success-le{
    width: 43%;
    position: sticky;
    top: 150px;
}
.ems-success-ri{
    width: 57%;
    padding-left: 250px;
    position: relative;
}
/* .ems-success{
    position: relative;
}
.ems-success::after{
    content: "";
    width: 100%;
    height: var(--space130);
    background: var(--colorfff);
    position: absolute;
    bottom: 130px;
    left: 0;
    z-index: 5;
} */
.esru-li{
    margin-bottom: 10px;
}
.esru-li:last-child{
    margin-bottom: 0;
}
.esru-li-cont{
    padding: 42px 45px 50px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ys-nyban-phone{
    width: 100%;
}
.ys-nyban-phone img{
    width: 100%;
}
.esru-li-cont-icon{
    width: 80px;
}
.esru-li-cont-icon img{
    width: 100%;
}
.esru-li-cont-text{
    width: calc(100% - 80px);
    padding-left: 60px;
    margin-top: 20px;
}
.elct-tit{
    color: var(--color333);
    margin-bottom: 16px;
}
.elct-parga p{
    height: 6.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.ems-success-le-img{
    width: 100%;
    transform: translateX(-38px);
}
.ems-success-le-img img{
    width: 100%;
}
.ems-link-bg{
    width: 100%;
}
.ems-link-bg img{
    width: 100%;
}
.ems-link{
    position: relative;
    overflow: hidden;
    margin-bottom: var(--space130);
}
.ems-link-wrap{
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
}
.ems-link-wrap-li{
    width: 50%;
    text-align: center;
    position: relative;
}
.elwl-tit{
    margin-bottom: 50px;
}
.ems-link-wrap-li::after{
    content: "";
    width: 1px;
    height: 142px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.ems-link-wrap-li:last-child::after{
    display: none;
}
.ems-app-wrap-bg{
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}
.ems-app-wrap-bg img{
    width: 100%;
}
.ems-app-wrap{
    position: relative;
}
.ems-app-wrap-cont h2{
    color: var(--colorfff);
    margin-bottom: 70px;
}
.eawc-list-li{
    width: 50%;
    padding: 0 35px;
}
.eawc-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.eawc-list-li .std-text2{
    margin-bottom: 20px;
    opacity: 0.5;
    color: var(--colorfff);
}
.eawc-list-li-logo{
    width: 135px;
}
.eawc-list-li-logo a{
    display: block;
    width: 100%;
}
.eawc-list-li-logo img{
    width: 100%;
}
.ems-app-wrap-cont{
    position: absolute;
    left: 120px;
    top: 20%;
    z-index: 5;
    width: 37.5%;
    overflow: hidden;
}
.ems-app-wrap-phone{
    width: 100%;
    top: 43%;
}
.ems-app-wrap-phone img{
    width: 100%;
}
.ems-pro{
    background: #F8F8F8;
    overflow: hidden;
}
.ems-pro h2{
    text-align: center;
    margin-bottom: var(--space50);
}
.ems-pro-slick-li{
    width: 25%;
    height: auto !important;
    margin-bottom: 0;
}
.ems-pro-slick .slick-list{
    padding-bottom: 54px;
}
.ems-pro-slick.empty .slick-list{
    padding-bottom: 0;
}
.ems-pro-slick .slick-dots li{
    margin: 0 5px;
}
.ems-html,
.ems-html body{
    overflow: inherit !important;
}
/* F1-EENOVANCE EMS-end */
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .contact-form .std-btn3:hover .std-btn1-box path{
        stroke: #ffffff;
    }
    .std-btn3:hover .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .std-btn3:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .dwlt-btn-li:hover p{
        color: var(--colormain);
        border: 1px solid var(--colormain);
    }
    .ewll-cont:hover .ecti-room{
        background: var(--colormain);
    }
    .ewll-cont:hover .ecti-room p{
        color: var(--colorfff);
    }
    .event-main .inddet-nav a:hover {
        color: var(--color333);
    }
    .join-engin-swiper-li:hover .jesl-bg-icon{
        transform: translateY(-10px);
    }
    .jebs-icon:hover path{
        stroke: var(--colormain);
    }
    .join-explore-list-li:hover::after{
        opacity: 1;
    }
    .inddet-nav p:hover,
    .inddet-nav a:hover{
        color: var(--colormain);
    }
    .faq-wrap-list-li:hover::after{
        opacity: 1;
    }
    .faq-wrap-list-li:hover{
        border-bottom: 1px solid transparent;
    }
    .nwbl-page-li a:hover{
        color: var(--colormain);
    }
    .nwts-li a:hover .std-btn4-box{
        border: 1px solid var(--colormain);
        background: var(--colormain);
    }
    .nwts-li a:hover .nwts-li-text-btn path {
        stroke: var(--colorfff);
    }
    .pc-fenye li:hover{
        background: var(--colormain);
        color: #fff;
    }
    .first li:hover,
    .prev li:hover,
    .next li:hover,
    .end li:hover{
        background: transparent;
        color: var(--colormain);
    }
    .ssis-li a:hover
    .ys-bread-list a:hover{
        opacity: 1;
    }
    .hpwt-li a:hover::after{
        width: 100%;
    }
    .hpwt-li a:hover .hpwt-li-text p{
        opacity: 1;
    }
    .yftn-ul-li li a:hover{
        opacity: 1;
    }
    .yfms-icon-li-wrap:hover .yilw-pop {
        transform: translateX(-50%) scale(1);
        visibility: visible;
        transition: opacity .4s, transform .3s ease-out;
        pointer-events: all;
        opacity: 1;
    }
    .yfms-icon-li-wrap:hover img{
        opacity: 1;
    }
    .hnis-ul-li a:hover .ys-imgbox-cover img {
        transform: scale(1);
    }
    .std-btn1:hover .std-btn1-box{
        background: var(--colormain);
        border: 1px solid var(--colormain);
    }
    .std-btn2-box:hover{
        color: var(--colorfff);
        background: var(--colormain);
        border: 1px solid var(--colormain);
    }
    .hnbu-li a:hover .std-btn4-box{
        border: 1px solid var(--colormain);
        background: var(--colormain);
    }
    .hnbu-li a:hover .hnbu-li-text-btn path{
        stroke: var(--colorfff);
    }
    .std-btn3:hover .std-btn1-box{
        border: 1px solid var(--colormain);
        background: var(--colormain);
    }
    .std-btn3:hover p{
        color: var(--colorfff);
    }
    .std-btn3:hover path{
        stroke: var(--colorfff);
    }
    .std-btn4-box:hover path{
        stroke: var(--colorfff);
    }
    .std-btn4-box:hover{
        background: var(--colormain);
        border: 1px solid var(--colormain);
    }
    .ssis-li a:hover .std-btn4-box path{
        stroke: var(--colorfff);
    }
    .ssis-li a:hover .std-btn4-box{
        background: var(--colormain);
        border: 1px solid var(--colormain);
    }
    .ssis-li a:hover .ssis-li-bg img{
        transform: scale(1.05);
    }
    .join-explore-list-li:hover{
        border-bottom: 1px solid transparent;
    }
    .ewll-cont:hover .ys-imgbox-cover img{
        transform: scale(1.05);
    }
    /* .ys-hd-pc:hover{
        background: var(--colorfff) !important;
        box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
    }
    .ys-hd-pc:hover .mod-icon img:nth-child(2) {
        opacity: 1;
    }
    .ys-hd-pc:hover .head-nav-item-title, 
    .ys-hd-pc:hover .head-other-lang-parga p {
        color: var(--color333);
    }
    .ys-hd-pc:hover .head-logo img:nth-child(2) {
        opacity: 1;
    }
    .home-body .ys-hd-pc:hover .ys-hd-nav::after{
        opacity: 0;
    } */
}

/* 2024.12.7修改-start */
.hnis-ul{
    justify-content: center;
}
.solu-manage-wrap-text h2{
    margin-bottom: 27px;
}
.smwt-parga{
    margin-bottom: var(--space50);
}
.solu-manage-wrap-text {
    top: 16%;
    left: 88px;
}
.ys-ban-parga{
    color: var(--colorfff);
    visibility: hidden;
    margin-top: 30px;
}
.ys-ban-li.slick-active .ys-ban-parga {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: .4s;
    visibility: visible;
}
.ewll-cont-img{
    position: relative;
}
.ewll-cont-lab{
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 5;
    
}
.ewll-cont-lab p{
    color: var(--colorfff);
    line-height: 30px;
}
.ewll-cont-lab img{
    width: 15px;
    margin-right: 10px;
}
.ewll-cont-lab-li{
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 80px;
}
.ewll-cont-lab-li.going{
    background: var(--colormain);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.ewll-cont-lab-li.ended{
    background: #000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.ewll-cont-lab-li.nostart{
    background: #666;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.mod-side {
    top: auto;
    transform: translateY(0);
    bottom: 280px;
}
.yfim-codes img{
    width: 153px;
    cursor: pointer;
    margin-left: 14px;
}
.home-contact .ys-fia-text-word p{
    font-size: var(--font14);
    line-height: var(--line16);
    font-family: var(--family1);
    color: var(--colorfff);
}
.yfim-codes{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ys-form-inof-more .ys-form-inof-item{
    width: 100%;
}
.yfim-codes .yfii-wrap{
    width: 50%;
}
.ys-ban-title{
    font-size: var(--font60);
}
.ys-ban-btn{
    margin-top: 200px;
}
.ys-ph-navbar3 .ys-phnav-header{
    background: var(--colorfff);
}
.ys-ph-navbar3 .ys-phnav-header a, .ys-ph-navbar3 .ys-phnav-search .iconfont {
    color: var(--color333);
}
.ys-phnav-menubtn span, .ys-phnav-menubtn::after, .ys-phnav-menubtn::before{
    background: var(--color333);
}
.g_serch{
    flex-grow: 1;
}
.hlli-tit {
    font-size: var(--font18);
}
.home-partner-wrap,
.home-partner{
    overflow: visible;
}
.home-partner-wrap-img {
    width: 52%;
    bottom: 20px;
}
/* 2024.12.7修改-end */
/* 2024.12.10修改-start */
.ys-nyban-cont{
    width: 100%;
}
.ys-nyban-parga{
    width: 45%;
}
.plcu-li-wrap .std-h4{
    font-size: var(--font18);
    font-family: var(--family1);
}
.part-main .yfim-coding{
    width: 33.333333% !important;
}
.yfim-code {
    width: 160px;
}
.ys-form-inof-more .ys-form-inof-agree {
    width: calc(66.666666% - 160px) !important;
}
.wdll-ul-li-cont{
    height: 100%;
}
.ewll-cont-lab{
    display: none;
}
.jell-bt-list-li .std-text1{
    font-weight: bold;
}
.eawc-list-li-logo {
    width: 80% !important;
}
.home-contact .ys-fii-tips span{
    color: #ccc;
}
.hnis-uls-li-tit{
    font-size: var(--font20) !important;
}
.ems-main .ys-nyban-cont-le .ys-nyban-parga{
    width: 100%;
}
.ems-main .ys-hd-pc .head-logo img:nth-child(1),
.ems-main .ys-hd-pc .mod-icon img:nth-child(1){
    opacity: 0;
}
.ems-main .ys-hd-pc .head-logo img:nth-child(2),
.ems-main .ys-hd-pc .mod-icon img:nth-child(2){
    opacity: 1;
}
.ems-main .head-nav-item-title,
.ems-main .head-other-lang-parga p{
    color: var(--color333);
}
.ems-main .ys-hd-pc::after {
    background: #DFDFDF;
}
.ems-main .ys-nyban-title {
    top: 40%;
}
.ems-main .ys-nyban-cont-le h1{
    font-family: var(--family2);
}
/* 图形闪烁效果 */
.hpws-cont{
    width: 40%;
    position: absolute;
    right: 10%;
    top: 13%;
}
.home-prog-wrap-svg svg{
    width: 100%;
    height: auto;
}
.home-prog-wrap-svg path{
    /* opacity: 0; */
    transform: scale(0.3);
}
.hpwb-bg{
    z-index: 5;
}
.hpwb-tit{
    z-index: 6;
}
.home-partner-wrap-img img{
    width: 100%;
}
.home-partner-wrap-img img{
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -moz-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -ms-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    -o-clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.home-partner.act .home-partner-wrap-img img{
    animation: home_svg 1.8s ease-in-out .3s forwards;
}
.home-partner-wrap-img video{
    background: transparent !important;
    object-fit: cover;
    width: 100%;
}
@keyframes home_svg{
    0%{
        clip-path: polygon(0 0,0 0,0 100%,0 100%);
        -webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        -moz-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        -ms-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        -o-clip-path: polygon(0 0,0 0,0 100%,0 100%);
    }
    100%{
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -moz-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -ms-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -o-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    }
}
.ys-ban-btn{
    visibility: visible;
}
.ys-ban-btn .std-btn1-box{
    visibility: hidden;
}
.ys-ban-li.slick-active .ys-ban-btn {
    animation: none !important;
}
.ys-ban-li.slick-active .ys-ban-btn .std-btn1-box{
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: .5s;
    visibility: visible;
}
.std-btn1-box {
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
}
.ssis-li-bg,
.ssis-li-img,
.ssis-li-text{
    visibility: visible;
}
.solu-smart-img-slick.act .ssis-li.slick-current .ssis-li-bg,
.solu-smart-img-slick.act .ssis-li.slick-current .ssis-li-img,
.solu-smart-img-slick.act .ssis-li.slick-current .ssis-li-text{
    animation: none !important;
}
.part-main .part-wrap-li-from .ys-fii-input input {
    padding: 0 17px;
}
.part-main .ys-select-xtbbox{
    width: 16px;
    right: 25px;
}
.part-main .ys-select-xtbbox img{
    width: 100%;
}
.ys-form-inof-types .ys-select{
    position: relative;
    padding-left: 0;
}
.ys-form-inof-types .ys-select-bd{
    max-height: 142px;
    padding: 20px;
}
.ys-form-inof-types .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .3) !important;
}
.ys-form-inof-types .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.ys-form-inof-types .mCSB_outside+.mCSB_scrollTools {
    right: 0px;
    top: 20px;
    bottom: 20px;
}
.ems-main .ys-nyban-parga p{
    height: auto;
    -webkit-line-clamp: inherit;
}
.yncl-info p{
    font-size: var(--font24);
}
.who-value-ul-li{
    top: calc((100vh - calc(85vw / 1400 * 660)) / 2) !important;
}
/* 首页序列帧动画修改-start */
.home-reside-wrap-le{
    margin-top: 0 !important;
    position: relative;
    top: calc(var(--item) * calc(-10% + 280px + 154px));
    opacity: 0;
    transition: all .8s cubic-bezier(0.45,0.05,0.55,0.95);
}
.home-reside-wrap-li.act+.home-reside-wrap-li.active .home-reside-wrap-le{
    transition: all .8s cubic-bezier(0.45,0.05,0.55,0.95);
}
.home-reside-wrap-li.act+.home-reside-wrap-li .home-reside-wrap-le{
    opacity: 0.4;
    top: calc(-10% + 280px + 154px);
    transition: all .8s cubic-bezier(0.45,0.05,0.55,0.95) .2s;
}
.home-reside-wrap-li.active .home-reside-wrap-le{
    top: -100%;
}
.hrwl-li{
    margin-bottom: 0;
    display: block !important;
    height: 300vh;
    opacity: 1;
}
.hrwl-li-wrap,
.hrwr-img-li-cont{
    height: 100vh;
    display: flex;
    align-items: center;
}
.hrwr-img-li{
    position: static;
    opacity: 1;
    pointer-events: all;
    height: 300vh;
}
.home-reside,
.home-reside-wrap{
    height: auto;
}
.home-reside-wrap .ys-cont1400{
    align-items: flex-start;
}
.hrwl-li-wrap{
    width: 100%;
}
.home-reside-wrap-li{
    width: 100%;
    height: 300vh;
    position: relative;
}
.hrwr-img-li-conts canvas {
    width: 100% !important;
}
.hrwl-cont{
    height: 100vh;
    width: 100%;
}
.hrwl-cont .ys-cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.home-reside-wrap .ys-cont1400::before ,
.home-reside-wrap-le::before{
    display: none;
}
.hrwl-cont::before{
    content: "";
    width: 2px;
    height: 122px;
    background: var(--colormain);
    position: absolute;
    top: 30%;
    left: var(--left);
    z-index: 1;
}
.hrwl-cont::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #D4D4D4;
    position: absolute;
    top: 0;
    left: var(--left);
}
.hrwl-cont{
    position: relative;
}
.home-reside{
    height: 900vh;
}
.home-reside-wrap{
    height: 100vh;
}
.home-reside-wrap-li{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    /* opacity: 0;
    transition: all .36s;
    pointer-events: none; */
}
.home-reside-wrap-li.act{
    pointer-events: all;
}
.home-reside-wrap-ri{
    opacity: 0;
    transition: all .36s;
    pointer-events: none;
}
.home-reside-wrap-li1{
    position: relative;
}
.home-reside-wrap-li.act .home-reside-wrap-ri,
.home-reside-wrap-li.act .home-reside-wrap-le{
    opacity: 1;
    pointer-events: all;
    top: -10%;
}
.home-reside-wrap.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.home-reside-wrap.notfixed{
    position: absolute;
    top: auto;
    bottom: 0;
}
.home-reside-wrap-li.act .hrwl-li-btn{
    opacity: 1;
}
/* 首页序列帧动画修改-end */
.yxedr-active p,
.newdet-wrap-bt-le p{
    color: #000;
}
@keyframes bgFade1{
    100%{
        opacity: 0;
        transform: scale(30);
    }
}
@keyframes bgFade2{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.home-prog.active .hpwb-bg{
    animation: bgFade2 .5s linear both;
}
.home-prog.act .hpwb-bg{
    animation: bgFade1 .5s linear both;
}
.home-prog.act .hpwb-tit{
    opacity: 0;
    transition: all .5s;
}
/* 2024.12.10修改-end */
/* 2024.12.16修改-start */
.ys-fii-list-li p{
    opacity: 1;
}
.ys-fia-text-word{
    opacity: 1;
}
.who-logo .ys-cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ptws-li-cont-text{
    z-index: 5;
}
.ptws-li-cont {
    border-radius: 12px;
    position: relative;
    z-index: 1;
}
.ptws-li-cont::after{
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.00) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.yncl-ph{
    display: none;
}
.part-wrap-bg{
    display: none;
}
.part-wrap-li3 h2{
    margin-bottom: 70px;
}
.part-wrap-li3-tit{
    text-align: center;
    margin-bottom: 17px;
}
.part-wrap-li3-tit h3{
    position: relative;
    display: inline-block;
}
.part-wrap-li3-tit h3::before{
    content: "";
    width: 135px;
    height: 1px;
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 69%,rgba(230, 0, 45, 1) 100%);
    position: absolute;
    top: 50%;
    left: -147px;
    transform: translateY(-50%);
}
.part-wrap-li3-tit h3::after{
    content: "";
    width: 135px;
    height: 1px;
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 69%,rgba(230, 0, 45, 1) 100%);
    position: absolute;
    top: 50%;
    right: -147px;
    transform: translateY(-50%) rotate(180deg);
}
.pwlb-icon{
    width: 30px;
    height: 30px;
}
.part-wrap-li3-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    padding: 0 50px;
}
.part-wrap-li3-btn a::after{
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #F8F8F8;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -1;
    border-radius: 8px;
    overflow: hidden;
}
.part-wrap-li3-btn a::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#000000,#DC0032);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 8px;
    overflow: hidden;
}
.part-wrap-li3-btn p{
    font-size: 30px;
    line-height: 94px;
    margin-right: 40px;
    background: linear-gradient(90deg, #000 0%, #DC0032 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.part-wrap-li3-btn{
    display: inline-block;
}
.part-wrap-li3{
    text-align: center;
}
.hpws-cont {
    width: 55%;
    right: 5%;
    top: 0%;
}
.plct-icon {
    width: 80px;
}
.ptws-li-cont-text{
    padding: 0 20px;
}
.hwru-li-cont .mCustomScrollBox{
    max-height: var(--maxheight) !important;
}
.home-reside.empty .home-reside-wrap-li{
    height: 130vh;
}
.home-reside.empty{
    height: 390vh;
}
.home-partner-wrap-img{
    width: 56%;
    bottom: 0;
}
.home-partner-wrap {
    border-radius: 20px;
    overflow: hidden;
}
.ys-banner{
    background: #fff;
}
.ys-banner.default{
    height: calc(100vw / 1920* 940) !important;
}
/* 2024.12.16修改-end */
/*2024.12.18修改-start*/
.ys-footer-tp-subs {
    width: 360px;
}
.ys-footer-tp-nav {
    width: calc(100% - 360px);
}
.prodet-main .solu-manage-wrap-img{
    display: none;
}
.solu-connect .ys-cont1400 {
    align-items: stretch;
}
.solu-connect-le-wrap{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.contact-mode-le-info {
    width: 92%;
}
.who-logo-img {
    width: 35%;
}
.who-logo-text {
    width: 65%;
}
.yfts-share{
    position: relative;
    z-index: 5;
}
.partner-why.isfixed .partner-why-wrap{
    position: fixed;
    top: var(--line80);
    left: 0;
}
.partner-why.notfixed .partner-why-wrap{
    position: absolute !important;
    top: auto !important;
    bottom: 0;
}
.partner-why{
    position: relative;
}
a[href="https://www.yongsy.com"]{
    opacity: 0 !important;
}
.contact-form .std-btn1 path{
    stroke: #E6002D;
}
.contact-form .std-btn1-box{
    backdrop-filter: none; 
    -webkit-backdrop-filter: none;
}
.who-value-ul-li3 .std-h2 {
    margin-bottom: 30px;
}
.wvul-info {
    width: 65%;
}
.home-prog.act .hpwb-tit{
    pointer-events: none;
}
.home-contact .hctr-form-btn .std-btn1-box {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
/*.hrwr-img-li-conts img{*/
/*    display: none;*/
/*}*/
/*2024.12.18修改-end*/
/* 2025.1.21 ada start */
.ys-cont1750{
    width: 100%;
    max-width: 1750px;
    margin: auto;
}
.home-introd{
    padding:var(--space100) 0;
}
.hicl-tit{
    font-size: var(--font44);
    color: var(--color333);
    font-family: var(--family2) !important;
    line-height: var(--line13);
}
.hicl-text p{
    margin-top: 28px;
    font-family: var(--family4) !important;
    line-height: var(--line15);
}
.hicl-btn{
    margin-top: 87px;
}
.home-intr-cry{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home-intr-cry-le{
    width: 47.5%;
}
.home-intr-cry-ri{
    width: 52.5%;
    padding-left: 144px;
}
@font-face {
    font-family: 'shengqi-RoRegular';
    src: url('../fonts/RobotoRegular14/RobotoRegular14.woff2') format('woff2'),
         url('../fonts/RobotoRegular14/RobotoRegular14.woff') format('woff');
}
@font-face {
    font-family: 'shengqi-RoBold';
    src: url('../fonts/RobotoBold/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold/RobotoBold.woff') format('woff');
}
.home-ener-cry-tit{
    font-size: var(--font44);
    color: var(--colorfff);
    font-family: var(--family2) !important;
    line-height: var(--line13);
}
.home-ener-cry-text p{
    margin-top: 18px;
    color: var(--colorfff);
    font-family: var(--family4) !important;
    line-height: var(--line15);
}
.home-ener-cry-btn{
    margin-top: 63px;
}
.hicr-img{
    width: 100%;
    overflow: hidden;
}
.home-intr-cry-ri img{
    width: 100%;
    transition: all .4s;
}
.home-energy{
    position: relative;
}
.home-warp{
    /* position: absolute; */
    z-index: 10;
}
.home-ener-bj img{
    width: 100%;
}
.home-ener-cry{
    position: absolute;
    top: 26%;
    /* transform: ; */
    z-index: 10;
    width: 60%;
}
.home-prod-ul-li:nth-child(2n+1){
    animation-delay: .1s;
}
.home-prod-ul-li:nth-child(2n+2){
    animation-delay: .2s;
}
.home-ener-warp{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.home-ener-warp .ys-cont1400 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.home-ener-line{
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 10%;
}
.home-ener-line{
    margin: 0 -14px;
}
.home-ener-line-li{
    width: 33.333333%;
    padding: 0 14px;
    cursor: pointer;
}
.home-ener-line-li p{
    font-size: var(--font20);
    line-height: var(--line14);
    margin-top: 9px;
    text-align: center;
    color: rgba(255, 255, 255, 0.60);
    transition: all .4s;
    font-family: var(--family2) !important;
    transition: all .4s;
}
.home-ener-line-li img{
    width: 100%;
    transition: all .4s;
    opacity: 0;
    position: relative;
}
.hell-img{
    position: relative;
}
.hell-img::after{
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: var(--colorfff);
    left: 0;
    opacity: 1;
    z-index: -1;
}
@keyframes reveal {
    from {
        opacity: 1;
        clip-path: inset(0 100% 0 0); /* 从左到右隐藏 */
    }
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0); /* 完全显示 */
    }
}
.home-ener-line-li.slick-current img{
    animation: reveal 5s forwards;
}
.home-ener-line-li.slick-current p{
    color: var(--colorfff);
}
.home-prod-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.home-prod-ul-li{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
}
.home-products{
    padding-top: 85px;
    padding-bottom: 10px;
}
.hpul-box{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #F6F6F6;
    padding: 0 0 44px 79px;
    position: relative;
}
.hpul-le{
    width: 44%;
    width: 49%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hpul-ri{
    width: 51%;
    padding-left: 5px;
    /* position: absolute; */
    right: 0;
}
.hpul-le-tit{
    font-family: var(--family2) !important;
    margin-top: 52px;
    line-height: 1.2;
    font-size: 32px;
}
.hpul-le-text{
    margin-bottom: 72px;
    margin-top: 20px;
}
.hpul-le-text p{
    font-family: var(--family4) !important;
}
.hpul-le-btn{
    position: absolute;
    bottom: 0px;
}
.hpul-le-btn .std-btn1-box {
    border-radius: 22.231px;
}
.hpul-le-btn .std-btn1 p{
    line-height: 52px;
}
.std-btn3 .std-btn1-box {
    padding:0 24px;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background:#D9D9D9;
}
.home-products .slick-dots {
    bottom: -35px;
}
.home-new {
    padding-top: var(--space130);
}
.home-new-head-tit{
    font-size: var(--font44);
    color: var(--color333);
    font-family: var(--family2) !important;
    line-height: var(--line13);
}
.home-new-head,
.home-new-head-btn{
    display: flex;
    justify-content: space-between;
}
.hnhb-btn1{
    margin-right: 24px;
}
.home-new .home-new-head{
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #ccc;
}
.hnbu-li-text-time p{
    color: var(--color666);
}
.hnbu-li-text-time p:nth-child(2){
    margin-left: 29px;
}
.hnbu-li-text-time{
    display: flex;
    align-items: center;
}
.home-foot{
    background: #F8F8F8;
    padding-top: var(--space80);
    padding-bottom: var(--space100);
}
.home-foot-cry{
    display: flex;
    justify-content: center;
}
.home-foot-item{
    padding:0 120px;
}
.home-foot-le{
    position: relative;
}
.home-foot-le::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 90%;
    background: #DFDFDF;
}
.home-foot-item h2{
    font-family: var(--family2) !important;
}
.home-foot-le-text p{
    margin-top: 13px;
    line-height: var(--line12);
}
.home-foot-le-tel{
    margin-top: 59px;
}
.home-foot-le-tel .std-h4{
    color: #333;
    font-family: var(--family5) !important;
    transition: all .4s;
}
.home-foot-le-tel .std-text1{
    transition: all .4s;
    margin-top: 13px;
    line-height: var(--line15);
    font-family: var(--family4) !important;
}
.home-foot-le-text p{
    font-family: "shengqi-scRegular" !important;
}
.home-foot-ri-btn{
    margin-top: 72px;
}
.head-other-lang{
    position: relative;
}
.head-other-lang-bom{
    display: none;
    position: absolute;
    top: calc(100%);
    left: -18px;
    width: max-content;
}
.holb-cry{
    margin-top: 6px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    /*display: flex !important;*/
    /*align-items: center;*/
    padding: 30px 15px;
}
.holb-cry-li{
    margin-bottom: 20px;
}
.holb-cry-li:last-child{
    margin-bottom: 0;
}
.head-other-lang.act .head-other-lang-bom{
    display: block;
}
.slick-slide {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.hpul-le-btn .std-btn1 p {
    line-height: 44px;
}
.home-ener-cry-slick{
    display: flex; 
    justify-content: space-between;
}
.hecb-btn{
    display: flex;
    display: none;
}
.hecb-btn-item{
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color:#fff;
    position: relative;
}
.hecb-btn-item img{
    position: absolute;
    width: 50%;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hecb-btn-le{
    margin-right: 24px;
}
.hecb-btn-le img{
    transform: rotate(180deg) translate(50%,50%);
}
.hnbu-li-text-tit .font-regular {
    color: var(--color333);
    font-family: var(--family1) !important;
    font-size: 26px;
    line-height: var(--line14);
    max-height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hicl-tit {
    font-size: var(--font44);
    color: var(--color333);
    font-family: var(--family2) !important;
    line-height: var(--line13);
}
.home-ener-cry-tit {
    font-size: var(--font44);
    color: var(--colorfff);
    font-family: var(--family2) !important;
    line-height: var(--line13);
}
.home-new-head-tit {
    font-size: var(--font44);
    color: var(--color333);
    font-family: var(--family2) !important;
    line-height: var(--line13);
}
@media screen and (min-width: 1200px) {
    .home-foot-le-tel a:hover .std-h4,
    .home-foot-le-tel a:hover .std-text1{
        color: var(--colormain);
    }
    .home-intr-cry:hover .hicr-img img{
        transform: scale(1.05);
    }
    .home-intr-cry:hover .hicr-img img{
        transform: scale(1.05);
    }
    .home-intr-cry:hover .std-btn1-box p {
        color: var(--colorfff);
    }
    .home-intr-cry:hover .std-btn1-box {
        border: 1px solid var(--colormain);
        background: var(--colormain);
    }
    .home-intr-cry:hover .std-btn3 path {
        stroke: var(--colorfff);
    }
}
/* 2025.1.21 ada end */

/*2025.2.18新增-start*/
.warranty-search{
    background: #F8F8F8;
    padding-bottom: 80px;
    overflow: hidden;
}
.warranty-search .ys-cont1400{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.warranty-search-le{
    width: 57.5%;
    border-radius: 14px;
    border-top: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    padding: 60px 54px 60px 40px;
}
.warranty-search-ri{
    width: 42.5%;
    padding-left: 80px;
}
.warranty-search-le-tp{
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 20px 35px 1px rgba(237, 237, 237, 0.90);
    height: 60px;
    padding-left: 28px;
    padding-right: 16px;
    display: flex;
    align-items: center;
}
.wslt-icon{
    width: 24px;
    cursor: pointer;
    line-height: 60px;
}
.wslt-icon img{
    width: 100%;
}
.wslt-btn{
    width: 146px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 80px;
    background: var(--colormain);
    text-align: center;
    font-size: var(--font18);
    color: #FFF;
}
.wslt-input{
    width: calc(100% - 24px - 146px);
    height: 100%;
}
.wslt-input input{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: var(--font16);
    color: #333;
}
.wslt-input input::placeholder{
    font-size: var(--font16);
    color: #666;
}
.warranty-search-le-result{
    color: #999;
    margin-top: 43px;
}
.warranty-search-le-from{
    margin-top: 37px;
    border-radius: 16px;
    border: 1px solid #DFDFDF;
    background: #fff;
}
.wslf-li{
    border-bottom: 1px solid #DFDFDF;
    display: flex;
    align-items: stretch;
}
.wslf-li:last-child{
    border: none;
}
.wslf-li-le{
    width: 26%;
    text-align: center;
    color: #666;
    padding: 34px 0;
}
.wslf-li-ri{
    width: 74%;
    border-left: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.wsln-icon{
    width: 18px;
    position: relative;
    top: 2px;
}
.wsln-icon img{
    width: 100%;
}
.wsln-parga{
    width: calc(100% - 18px);
    padding-left: 14px;
}
.warranty-search-le-notice{
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}
.wsln-parga p{
    color: #666;
}
.warranty-search-ri-tp{
    font-family: var(--family2);
    color: #333;
}
.warranty-search-ri-tp a{
    color: var(--colormain);
    text-decoration: underline;
}
.warranty-search-ri-list{
    margin-top: 42px;
    position: relative;
    padding-left: 40px;
}
.warranty-search-ri-list::before{
    content: "";
    width: 5px;
    height: calc(100% - 12px);
    background: var(--colormain);
    position: absolute;
    top: 6px;
    left: 0;
}
.wsrl-li p{
    color: #666;
}
.wsrl-li{
    margin-bottom: 40px;
}
.wsrl-li:last-child{
    margin-bottom: 0;
}
.wsrl-li .std-h4{
    font-family: var(--family2);
    color: #333;
    margin-bottom: 14px;
}
.search-pop .ys-modal-close{
    width: 34px;
}
.search-pop .ys-modal-close img{
    width: 100%;
}
.search-pop .ys-modal-content {
    width: 790px;
    padding: 58px 53px;
    /*padding-right: 0 !important;*/
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-height: 820px;
}
.search-pop-tp .std-h4{
    font-family: var(--family2);
    color: #333;
    margin-bottom: 27px;
}
.search-pop-tp-text p{
    margin-bottom: 10px;
}
.search-pop-tp-text p:last-child{
    margin-bottom: 0;
}
.search-pop-tp{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DFDFDF;
}
.search-pop-bt .std-h4{
    font-family: var(--family2);
    color: #333;
    margin-bottom: 14px;
}
.search-pop-bt p{
    color: #333;
}
.search-pop-bt p a{
    color: var(--colormain);
    text-decoration: underline;
}
.search-pop .mCSB_inside>.mCSB_container {
    margin-right: 0;
    padding-right: 58px;
}
.search-pop .mCSB_scrollTools {
    top: 80px;
    bottom: 30px;
    right: 25px;
}
.search-pop .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.search-pop .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .3) !important;
}
/*2025.2.18新增-end*/
/*2025.2.26首页修改-start*/
.hilc-icon{
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    /*opacity: 0;*/
    /*pointer-events: none;*/
}
.hilc-icon img{
    width: 100%;
}
.hrwr-img-li-conts{
    position: relative;
}
.hrwr-img-li-conts video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: transparent;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all .36s;
}
.hrwr-img-li-conts video.act{
    opacity: 1;
    pointer-events: all;
}
.hilc-icon.pause img:nth-child(2){
    opacity: 1;
}
/*2025.2.26首页修改-end*/
/*2025.3.5修改-start*/
.wslt-cont{
    display: flex;
    align-items: center;
    padding-left: 24px;
    position: relative;
}
.wslt-cont::before{
    content: "";
    width: 1px;
    height: 24px;
    background: #DFDFDF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ys-select-xtbbox{
    width: 16px;
}
.ys-select-xtbbox img{
    width: 100%;
}
.wslt-select{
    padding-right: 20px;
    padding-left: 24px;
    height: 60px;
    width: 205px;
}
.wslt-select input{
    color: #333;
    font-weight: bold;
}
.wslt-select input::placeholder{
    color: #333 !important;
}
.wslt-select .ys-select-bd{
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 20px 35px 1px rgba(237, 237, 237, 0.90);
    top: calc(100% + 10px);
    padding: 10px 13px;
    width: calc(100% - 20px);
}
.warranty-search-le-tp{
    padding-left: 0 !important;
}
.wslt-select .ys-select-li{
    font-size: 14px;
    line-height: 1.6;
    transition: all .36s;
    padding: 5px 10px;
    border-radius: 5px;
}
.wslt-select .ys-select-li.on{
    background: var(--colormain);
    color: #fff;
}
.wslt-btn{
    width: 96px;
}
.wslt-input {
    width: calc(100% - 24px - 96px);
    height: 60px;
}
.wslt-cont{
    width: calc(100% - 205px);
}
.warranty-search-le{
    padding-top: 40px;
}
.warranty-search-le-parga{
    margin-bottom: 16px;
    opacity: 0;
    transition: all .36s;
}
.warranty-search-le-parga p{
    font-size: 14px;
    line-height: 1.5;
    color: var(--colormain);
    font-family: var(--family1);
}
.warranty-search-le-result {
    margin-top: 30px;
}
.warranty-search-le-parga.empty{
    opacity: 1;
}
/*2025.3.5修改-end*/

/*2025.4.16修改-start*/
.ys-ban-dots.empty{
    opacity: 0;
    pointer-events: none;
}
.home-foot-item {
    padding: 0 90px;
}
.pwwt-list-swiper-li {
    padding: 40px 20px;
}
.ys-hd-btn {
    width: 200px;
}
.partner-why-wrap-text h2 {
    margin-bottom: 50px;
}
.warranty-main .std-btn3 .std-btn1-box {
    width: 200px;
}
.ys-hd-nav {
    width: calc(100% - 200px);
}
.dwlt-btn-li {
    width: auto !important;
}
.dwlt-btn-li p {
    padding: 0 30px;
}
.yftn-ul-li {
    padding: 0 10px;
    width: 25%;
}
.yftn-ul {
     margin: 0 -10px; 
}
/*2025.4.16修改-end*/
/*2025.4.26修改-start*/
.hlli-info p {
    height: 3.2em;
    -webkit-line-clamp: 2;
}
.pwwt-list-swiper-li {
    width: 420px !important;
}
/*2025.4.26修改-end*/

/*2025.6.26修改-start*/
.ys-hd-btn {
    width: 260px;
}
.ys-hd-nav {
    width: calc(100% - 260px);
}
.yftn-ul-li li a{
    line-height: 1.5;
}
.yftn-ul-li-item li{
    margin-bottom: 10px;
}
.yftn-ul-li-item li:last-child{
    margin-bottom: 0;
}
.ys-nyban-parga {
    width: 60%;
}
.warranty-main .std-btn3 .std-btn1-box {
    width: 220px;
}
/*2025.6.26修改-end*/



/* 新增-delia-start */
.addpage-main .insta-part h2{
    margin-bottom: var(--space50);
    text-align: center;
    color: var(--color333);
}
.addpage-main .insta-part-cont{
    display: flex;
    align-items: center;
}
.addpage-main .insta-part-le{
    width: 40.5%;
    border-radius: 10px;
    overflow: hidden;
}
.addpage-main .insta-part-le img{
    width: 100%;
}
.addpage-main .insta-part-ri{
    width: 59.5%;
    padding-left: 72px;
}
.addpage-main .insta-part-ri p{
    color: var(--color333);
    line-height: var(--line16);
    font-family: 'shengqi-scRegular' !important;
}
.addpage-main .insta-supp-ul .slick-track{
    display: flex;
}
.addpage-main .insta-supp-ul .slick-slide{
    height: auto !important;
}
.addpage-main .isul-cont{
    height: 100%;
}
.addpage-main .insta-supp-ul .slick-list{
    padding-bottom:55px;
}
.addpage-main .insta-reward{
    width: 100%;
    position: relative;
    padding: var(--space100) 0 var(--space130);
}
.addpage-main .insta-reward-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.addpage-main .insta-reward-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0.00) 100%);
}
.addpage-main .insta-reward-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.addpage-main .insta-reward h2{
    text-align: center;
    margin-bottom: var(--space50);
}
.addpage-main .insta-reward-ul{
    display: flex;
    justify-content: center;
    margin: 0 -32.5px;
    margin-bottom: 53px;
}
.addpage-main .insta-reward-ul-li{
    padding: 0 32.5px;
}
.addpage-main .irul-text{
    cursor: pointer;
}
.addpage-main .irul-text p{
    font-size: var(--font18);
    line-height: var(--line12);
    color: var(--color333);
    transition: all .36s;
    padding: 6px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    font-family: 'shengqi-scRegular' !important;
}
.addpage-main .insta-reward-ul-li.active .irul-text p{
    color: var(--colorfff);
    background: var(--colormain);
}
.addpage-main .insta-reward-list{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    padding: 58px 119px 84px;
}
.addpage-main .irli-title{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -5px;
    padding-bottom: 22px;
}
.addpage-main .irli-title-lis{
    min-width: 80px;
    padding: 0 5px;
}
.addpage-main .irli-title-lis p{
    text-align: center;
    color: var(--color333);
    line-height: var(--line16);
    font-size: var(--font16);
    font-family: 'shengqi-scRegular' !important;
}
.addpage-main .iulb-text{
    width: 79%;
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color333);
    font-family: 'shengqi-scRegular' !important;
}
.addpage-main .irli-ul-li-box{
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #DFDFDF;
}
.addpage-main .irli-ul-li:last-child .irli-ul-li-box{
    border-bottom: solid 1px #DFDFDF;
}
.addpage-main .iulb-list{
    display: flex;
    margin: 0 -5px;
}
.addpage-main .iulb-list-picli img{
    margin: 0 auto;
    opacity: 0;
}
.addpage-main .iulb-list-picli.on img{
    opacity: 1;
}
.addpage-main .iulb-list-picli img{
    width: 24px;
    margin: 0 auto;
    flex-shrink: 0;
}
.addpage-main .iulb-list-picli{
    padding: 0 5px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color000);
}
.addpage-main .insta-reward-list-item{
    display: none;
}
.addpage-main .insta-reward-list-item:first-child{
    display: block;
}
.addpage-main .insta-form{
    position: relative;
}
.addpage-main .insta-form h2{
    text-align: center;
    margin-bottom: var(--space50);
}
.addpage-main .insta-form .contact-form-wrap{
    width: 83%;
    padding: 52px 124px 62px;
}
.addpage-main .insta-form .std-btn1 path {
    stroke: #E6002D;
}
.addpage-main .insta-form .ys-form-inof-submit {
    width: 100%;
    display: flex;
    justify-content: center;
}
.addpage-main .insta-form .ys-form-inof-submit .std-btn3{
    min-width: 285px;
}
.addpage-main .insta-form .ys-form-inof-submit .std-btn1-box{
    justify-content: center;
    backdrop-filter: initial;
    -webkit-backdrop-filter:initial;
}
.insta-form .ys-form-inof-item .ys-select-li{
    font-family: 'shengqi-scRegular' !important;
    font-size: var(--font16);
}
.addpage-main .insta-form .ys-fii-name{
    font-size: var(--font16);
}
.addpage-main .insta-form .ys-form-inof-mess .ys-fii-name{
    font-size: var(--font20);
}
.addpage-main .insta-form .ys-fii-tips span{
    font-size: var(--font16);
}
.addpage-main .insta-form .ys-fia-text-word,
 .addpage-main .insta-form .ys-fia-text-word a{
    color: rgba(51,51,51,0.5);
}
.addpage-main .insta-form .yfim-text{
    height: 138px;
}
.addpage-main .insta-form .yfim-codes-img{
    height: 41px;
    flex-shrink: 0;
    margin-left: 20px;
}
.addpage-main .insta-form .yfim-codes-img img{
    width: auto;
    height: 100%;
    margin-left: 0px;
}
.addpage-main .insta-form .ys-form-inof-more{
    width: 54% !important;
}
.addpage-main .insta-form .yfim-codes{
    flex-wrap: nowrap;
}
.addpage-main .insta-form .ys-form-inof-more .yfii-wrap{
    width: 100%;
}
.addpage-main .insta-form  .ys-form-inof-more .ys-form-inof-item{
    margin-bottom: 21px;
}
.addpage-main .insta-form .ys-form-inof-agree{
    margin-bottom: 30px;
}
.addpage-main .insta-form .ys-fia-text-btn{
    width: 14px;
    height: 14px;
}
.addpage-main .insta-form .iconfont{
    font-size: 14px;
    color: var(--color333);
}
.addpage-main .insta-faq h2{
    text-align: center;
    margin-bottom: var(--space50);
}
.addpage-main .insta-faq .fwll-bt-parga p, .fwll-bt-text{
    font-family: 'shengqi-scRegular' !important;
}
.addpage-main .insta-faq .faq-wrap-list-li::after{
    background: #F8F8F8;
    border-radius: 14px;
    box-shadow: 0px 20px 35px 1px rgba(237, 237, 237, 0.90);
}
.addpage-main .insta-faq .faq-wrap-list{
    margin-bottom: var(--space50);
}
.addpage-main .isul-cont-parga p{
    font-family: 'shengqi-scRegular' !important;
}
.addpage-main .insta-faq{
    padding: var(--space100) 0;
}
.addpage-main .iulb-list-picli span{
    display: none;
}
/* 鼠标效果 */
@media screen and (min-width: 1200px) {
    .insta-form .std-btn3:hover .std-btn1-box path {
        stroke: #ffffff;
    }
}
.part-newword p{
    text-align: center;
    font-family: 'shengqi-scRegular' !important;
    color: #333;
    line-height: 1.6;
}
.part-newword{
    margin-bottom: var(--space50);
}
.add-page-top{
    width: 79.5%;
    margin: 0 auto;
}
.add-page-top h2{
    margin-bottom: 24px;
    text-align: center;
}
.add-page .part-wrap-li{
    display: block !important;
}
.eawc-newitem .eawc-list{
    clear: both;
    display: none;
}
.eawc-newitem .eawc-list:first-child{
    display: block;
}
.eawc-newitem .eawc-list-li{
    float: left;
}
/* 新增-delia-end */