@charset "utf-8";

body {
    font-family: 'unisun',"PingFang SC", "Microsoft YaHei";  
}
input, textarea{
    font-family: 'unisun',"PingFang SC", "Microsoft YaHei" !important;
}
.altumcode {
    --fontFamily:"unisun","PingFang SC", "Microsoft YaHei" !important;
}
@font-face {
    font-family: 'unisun';
    src: url('/Public/Cn/fonts/unisun/UrbanistRegular.woff2') format('woff2'),
         url('/Public/Cn/fonts/unisun/UrbanistRegular.woff') format('woff');
}
@font-face {
    font-family: 'unisunmedium';
    src: url('/Public/Cn/fonts/unisunmedium/UrbanistMedium.woff2') format('woff2'),
         url('/Public/Cn/fonts/unisunmedium/UrbanistMedium.woff') format('woff');
}
@font-face {
    font-family: 'unisunblack';
    src: url('/Public/Cn/fonts/unisunblack/UrbanistBlack.woff2') format('woff2'),
         url('/Public/Cn/fonts/unisunblack/UrbanistBlack.woff') format('woff');
}
:root{
    --font60: 60px;
    --font44: 44px;
    --font40: 40px;
    --font24: 24px;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;

    --font30: 30px;
    --font32: 32px;
    --l1h2: 1.2;
    --l1h5: 1.5;
    --l1h6: 1.6;
    --l1h65: 1.65;
    --l1h7: 1.7;
    --l1h75: 1.75;
    --l1h8: 1.8;

    --colormain: #ff3200;
    --colorgrad: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    --color666: #666;
    --color333: #333;
    --colorfff: #fff;
    --color999: #999;
    --colorbg: #f9f9f9;
    --color3c: #3c3c3c;

    --space120: 120px;
    --space80: 80px;
    --space44: 44px;

    --head: 88px;
    --jianw: 86px;
}
.ys-cont904{
    width: 904px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}
.std-title1{
    font-size: var(--font44);
    line-height: var(--l1h2);
    color: var(--color3c);
}
.std-title2,.yxedr-active h2{
    font-size: var(--font40);
    line-height: var(--l1h5);
    color: var(--color3c);
}
.std-title3 p,
.std-title3,.yxedr-active h3{
    font-size: var(--font24);
    line-height: var(--l1h6);
    color: var(--color3c);
}
.std-text18,
.std-text18 p,
.yxedr-active p {
    font-size: var(--font18);
    line-height: var(--l1h8);
    color: var(--color666);
}
.yxedr-active p {
    margin-bottom: 0.8em;
}
.std-text16,
.std-text16 p{
    font-size: var(--font16);
    line-height: var(--l1h75);
    color: var(--color666);
}
.std-text20,
.std-text20 p{
    font-size: var(--font20);
    line-height: var(--l1h7);
    color: var(--color666);
}
.text-grad{
    background: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.std-text12,
.std-text12 p{
    font-size: 12px;
    line-height: var(--l1h5);
    color: var(--color666);
}
.std-title32{
    font-size: var(--font32);
    color: var(--colormain);
    line-height: var(--l1h5);
}
/* 英文站换行规则 */
/* 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'; */
}
/*导航默认选中*/
.yxnav-active1 {

}
.yxnav-active2 {

}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/*kim*/
.news-section{
    padding-top: 80px;
    padding-bottom: var(--space120);
    background: #F9F9F9;
}
.inside-main-sec-top{
    margin-bottom: 27px;
}
.inside-main-sec-btm{
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 17px;
}
.imst-list{
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 27px;
}
.imst-link-image .ys-imgbox-cover{
    width: 100%;
}
.imst-link{
    display: block;
    height: 100%;
    border: 1px solid #DBDBDB;
}
.imst-link-text{
    padding: 29px 27px 38px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    background: var(--colorfff);
    position: relative;
}
.imst-link-text::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('/Public/Cn/images/e1_img04.jpg');
    background-size: cover;
    opacity: 0;
    transition: all 0.36s ease;
}
.imst-link-text-word{
    position: relative;
    z-index: 1;
}
.imst-link-text-tit{
    line-height: var(--l1h5);
    height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 1;
    transition: all 0.36s ease;
}
.imst-link-text-word p{
    font-size: var(--font18);
    line-height: var(--l1h5);
    color: #999;
    height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 19px;
    margin-bottom: 56px;
}
.imst-link-text-btm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.iltw-date{
    color: #999;
    font-size: var(--font16);
    line-height: var(--l1h2);
    margin-left: 8px;
}
.iltw-icon{
    width: 24px;
}
.iltw-icon img{
    width: 100%;
}
.inside-main-sec-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imst-le{
    width: 100%;
    height: 60px;
    border: 1px solid #DBDBDB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
}
.imst-le input{
    width: calc(100% - 24px);
    padding-right: 10px;
    flex-grow: 1;
    height: 100%;
    font-size: var(--font18);
    line-height: var(--l1h75);
}
.imst-le input::placeholder {
    color: #999;
}
.imst-le-icon{
    width: 24px;
}
.imst-le-icon img{
    width: 100%;
}
.imst-ri{
    width: 100%;
    height: 60px;
    border: 1px solid #DBDBDB;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.imst-ri.ys-select .ys-select-hd{
    padding: 0 24px;
}
.imst-ri .ys-select-xtbbox{
    right: 24px;
}
.imst-ri .mCSB_outside+.mCSB_scrollTools {
    right: 5px;
}
.imst-ri .mCSB_scrollTools{
    opacity: 0!important;
    transition: all 0s ease;
}
.imst-ri.ys-select.zindex .mCSB_scrollTools{
    opacity: 1!important;
    transition: all .3s .2s ease;
}
.imst-ri .ys-select-bd{
    padding: 14px 24px;
    height: 165px;
    left: -1px;
    border: 1px solid #DBDBDB;
    width: calc(100% + 2px);
}
.imst-ri .ys-select-li {
    margin-bottom: 14px;
    font-size: var(--font18);
}
.imst-ri input{
    font-size: var(--font18);
}
.imst-ri input::placeholder{
    color: rgba(60, 60, 60, 1);
}
.imst-ri .ys-select-li{
    color: #000;
    transition: all 0.36s ease;
}
.details-main-sec{
    padding-top: calc(var(--space120) + 5px);
    padding-bottom: var(--space120);
}
.details-main-sec-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.dmsc-le{
    width: 74.5%;
    flex-grow: 1;
}
.dmsc-ri{
    width: 12%;
    margin-left: 13.5%;
}
.dmsc-le-top-tit{
    padding-bottom: 20px;
    border-bottom: 1px solid #BAC9CF;
    margin-bottom: 20px;
}
.dmsc-le-top-tit h1{
    color: var(--color333);
    font-size: 36px;
    font-weight: bold;
    line-height: var(--l1h5);
}
.dmsc-le-top-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.dltu-list{
    margin-right: 32px;
}
.dltu-list-cont{
    display: flex;
    flex-wrap: wrap;
}
.dltu-list-cont-img{
    width: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.dltu-list-cont-img img{
    width: 100%;
}
.dltu-list-cont-text{
    color: #999;
    font-size: var(--font16);
    line-height: var(--l1h75);
}
.dmsc-le-act p{
    font-size: var(--font16);
    line-height: var(--l1h75);
    margin-bottom: 24px;
}
.dmsc-le-act > :last-child{
    margin-bottom: 0;
}
.dmsc-le-act h5{
    color: var(--color333);
    font-size: var(--font20);
    line-height: var(--l1h5);
    margin-bottom: 24px;
}
.dmsc-le-act{
    padding-bottom: var(--space44);
    border-bottom: 1px solid rgba(30, 58, 120, 0.15);
    margin-bottom: var(--space44);
}
.dmsc-le-btm-list{
    margin-bottom: 16px;
}
.dlbl-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.dlbl-tit{
    margin-right: 10px;
    transition: all 0.36s ease;
    height: 1.75em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.dmsc-le-btm > :last-child{
    margin-bottom: 0;
}
.dmsc-ri{
    display: block;
    padding: 25px 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1.6px 13.6px 0px rgba(38, 77, 8, 0.13);
}
.dmsc-ri-tit{
    color: var(--color333);
    line-height: var(--l1h5);
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(186, 201, 207, 0.8);
    margin-bottom: 32px;
    text-align: center;
}
.dmsc-ri .ys-share{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dmsc-ri .ys-share-img{
    width: 44px;
}
.dmsc-ri .ys-share-img img{
    width: 100%;
}
.dmsc-ri .ys-share-list{
    margin-bottom: 36px;
}
.dmsc-ri-share{
    margin-top: 10px;
    color: var(--colormain);
    font-size: var(--font16);
    line-height: var(--l1h5);
    text-align: center;
}
.case-tab-sec{
    padding: var(--space120) 0;
    background: #F9F9F9;
}
.ctsc-tit-text{
    font-size: var(--font60);
    line-height: var(--l1h2);
    color: var(--color333);
    font-weight: bold;
    margin-bottom: var(--space44);
    margin-top: 12px;
}
.casc-main{
    width: 66%;
    display: inline-block;
    text-align: left;
    padding-left: 120px;
}
.case-tab-sec-cont{
    text-align: center;
}
.ctsc-tit{
    position: relative;
}
.ctsc-tit-text span{
    color: var(--colormain);
}
.ctsc-tit-icon{
    width: 74px;
    position: absolute;
    top: -12px;
    left: -120px;
}
.ctsc-tit-icon img{
    width: 100%;
}
.ctsc-text p{
    color: var(--color333);
    font-size: var(--font20);
    line-height: var(--l1h6);
}
.case-tab-btm-tit{
    color: var(--color333);
    font-size: var(--font44);
    font-weight: bold;
    line-height: var(--l1h2);
    text-align: center;
    margin-bottom: var(--space44);
}
.case-tab-btm-search{
    margin-bottom: 37px;
}
.case-tab-btm{
    padding-top: var(--space120);
    padding-bottom: var(--space80);
}
.ctbu-list-link-btm{
    border-bottom: 1px solid #DBDBDB;
    background: #F9F9F9;
    padding: 24px 30px 44px;
}
.ctbu-list-link{
    display: block;
    height: 100%;
}
.cllb-tit{
    color: var(--color333);
    font-size: var(--font24);
    line-height: var(--l1h5);
    margin-bottom: 12px;
    height: 1.5em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.cllb-tit-pos-list{
    display: inline-block;
    color: #999;
    font-size: var(--font16);
    line-height: var(--l1h5);
    padding-right: 8px;
    border-right: 1px solid #DBDBDB;
    margin-right: 8px;
}
.cllb-tit-pos{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.cllb-tit-pos > :last-child{
    border-right: 0;
    margin-right: 0;
}
.cllb-tit-nub-list{
    display: inline-block;
    padding: 0 24px;
    border-right: 1px solid #DBDBDB;
}
.ctnl-date{
    color: var(--color333);
    font-size: var(--font24);
    line-height: var(--l1h6);
}
.ctnl-date span{
    color: var(--color333);
    font-size: var(--font16);
    line-height: var(--l1h6);
}
.ctnl-text{
    color: #999;
    font-size: var(--font18);
    line-height: var(--l1h5);
}
.cllb-tit-nub > :last-child{
    border-right: 0;
    padding-right: 0;
}
.cllb-tit-nub > :first-child{
    padding-left: 0;
}
.cllb-tit-nub{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--space44);
}
.cllb-tit-nub-more{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ctnm-text{
    color: var(--colormain);
    font-size: var(--font18);
    line-height: var(--l1h2);
}
.ctnm-icon{
    width: 20px;
    margin-left: 6px;
}
.ctnm-icon img{
    width: 100%;
}
.ctbu-list{
    width: 33.333333%;
    margin-bottom: 27px;
    padding: 0 14px;
}
.case-tab-btm-ul{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-bottom: calc(var(--space80) - 27px);
    margin-left: -14px;
    margin-right: -14px;
}
.ctbu-list-link-top .ys-imgbox-cover{
    width: 100%;
}
.case-tab-btm-page .pc-fenye li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    background: transparent;
    transition: all .4s ease;
}
.case-tab-btm-page .pc-fenye li.activepage {
    color: #fff;
    background: var(--colormain);
}
.case-tab-btm-page .next li{
    margin-right: -8px;
    margin-left: 30px;
}
.case-tab-btm-page .prev li{
    margin-left: -8px;
    margin-right: 30px;
}
.case-tab-btm-page .next li::before{
    transition: all 0.36s ease;
}
.case-tab-btm-page .end li::before{
    transition: all 0.36s ease;
}
.case-tab-btm-page .prev li::before{
    transition: all 0.36s ease;
}
.case-tab-btm-page .first li::before{
    transition: all 0.36s ease;
}
.ctbu-list-link-top{
    position: relative;
}
.cllt-text{
    position: absolute;
    bottom: 20px;
    left: 30px;
    padding: 6px 16px;
    background: var(--colormain);
    color: #FFF;
    font-size: 14px;
}
.elect-section{
    padding: var(--space120) 0;
    background: #F9F9F9;
}
.elect-section .std-title1{
    text-align: center;
    margin-bottom: var(--space44);
    font-weight: bold;
    background: linear-gradient(180deg, #FDB83B 11.82%, #FF3200 89.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.deul-top-icon{
    position: relative;
    width: 32px;
    height: 32px;
    background: var(--colormain);
}
.deul-top-icon-grap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: var(--colorfff);
    text-align: center;
    font-size: 19px;
}
.deul-top-icon > :nth-child(1){
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 22px;
}
.deul-top-icon > :nth-child(2){
    opacity: 1;
    transition: all 0.4s ease;
}
.deul-top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 35px;
    padding-top: 35px;
    cursor: pointer;
}
.deul-top-text{
    color: var(--color333);
    font-size: var(--font20);
    line-height: var(--l1h5);
    margin-left: 14px;
    width: calc(100% - 46px);
    flex-grow: 1;
}
.details-elect-ul-list{
    border-bottom: 1px solid #DBDBDB;
}
.details-elect-ul-list.on .deul-top-icon > :nth-child(1){
    opacity: 1;
}
.details-elect-ul-list.on .deul-top-icon > :nth-child(2){
    opacity: 0;
}
.deul-btm{
    margin-top: -21px;
    padding-top: 0px;
    padding-bottom: 35px;
    display: none;
    position: relative;
    z-index: 6;
}
.deul-btm ul li{
    margin: 0;
    list-style-type: inherit;
}
.deul-btm ul {
    margin: 0;
    list-style-type:  initial;
    padding-inline-start: 30px;
}
.deul-btm ul li::marker {
    font-size: 12px;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.details-elect-ul > :last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.details-elect-ul > :first-child{
    padding-top: 0;
}
.deul-btm,
.deul-btm p {
    margin-bottom: 0;
    font-size: var(--font16);
    line-height: var(--l1h75);
    color: var(--color3c);
}
.details-section{
    padding: var(--space120) 0;
    background: var(--colorbg);
}
.details-section h2{
    text-align: center;
    font-size: var(--font44);
    line-height: var(--l1h2);
    margin-bottom: var(--font44);
}
.details-section span{
    font-weight: bold;
    background: linear-gradient(180deg, #FDB83B 11.82%, #FF3200 89.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.details-section-ul{
    --jian: 14px;
    margin: 0 calc(var(--jian) * -1) calc(var(--jian) * -2);
    display: flex;
    flex-wrap: wrap;
}
.details-section-ul-list{
    width: 25%;
    height: auto;
    padding: 0 var(--jian);
    margin-bottom: calc(var(--jian) * 2);
    flex-grow: 1;
}
.dsul-link{
    display: block;
    height: 100%;
    border: 1px solid #DBDBDB;
    background: #FFF;
    padding: 22px 23px 40px 32px;
}
.dsul-link-text{
    color: var(--color3c);
    font-size: var(--font24);
    font-weight: bold;
    line-height: var(--l1h6);
    margin-bottom: 19px;
}
.dlul-all{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.dlul-all-le{
    width: 25.6px;
    margin-right: 16px;
}
.dlul-all-le img{
    width: 100%;
}
.dlul-all-ri{
    width: calc(100% - 41.6px);
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--l1h75);
}
.dsul-link-ul-list{
    margin-bottom: 24px;
}
.dsul-link-ul > :last-child{
    margin-bottom: 0;
}
.dsul-link-icon{
    width: 80px;
    margin-bottom: 15px;
}
.dsul-link-icon .ys-imgbox-cover{
    width: 100%;
}
.details-section-ul .slick-track {
    display: flex;
    align-items: stretch;
}
.details-period{
    padding: var(--space120) 0;
    background-image: url('/Public/Cn/images/b2_img06.jpg');
    background-size: cover;
}
.details-period h2{
    color: #3C3C3C;
    text-align: center;
    font-size: var(--font44);
    line-height: var(--l1h2); 
    margin-bottom: var(--space44);
}
.details-period span{
    font-weight: bold;
    background: linear-gradient(180deg, #FDB83B 11.82%, #FF3200 89.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.details-period-ul{
    --jian: 13.5px;
    margin: 0 calc(var(--jian) * -1) calc(var(--jian) * -2);
    flex-wrap: wrap;
}
.details-period-list{
    width: 33.333333%;
    padding: 0 var(--jian);
    margin-bottom: calc(var(--jian) * 2);
    height: auto;
    flex-grow: 1;
}
.details-period-list-link{
    display: block;
    height: 100%;
    background: var(--colorbg);
    padding: 36px 23px 40px;
    transition: all 0.4s ease;
    position: relative;
}
.details-period-list-link::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background:#DBDBDB;
}
.details-period-list-link::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(270deg, #FCD946 0%, #FF3200 100%);
    z-index: 2;
    transition: all 0.4s ease;
}
.dpll-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: var(--space44);
}
.dpll-top-nub{
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100px;
    background: var(--colormain);
    font-size: var(--font20);
    color: var(--colorfff);
}
.dpll-top-text{
    color: var(--color3c);
    font-size: var(--font24);
    line-height: var(--l1h6);
    margin-left: 24px;
    width: calc(100% - 68px);
    flex-grow: 1;
}
.dpll-top-btm{
    display: flex;
    flex-wrap: wrap;
}
.dpll-top-btm li{
    margin-right: 28px;
    color: var(--color666);
    font-size: var(--font18);
    line-height: var(--l1h75);
    list-style-type: inherit;
}
.dpll-top-btm {
    list-style-type: initial;
    padding-inline-start: 28px;
}
.dpll-top-btm li::marker{
    font-size: 14px;
}
.details-period-ul .slick-track {
    display: flex;
    align-items: stretch;
}
/*kim end*/
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    /*kim*/
    .imst-link:hover .imst-link-text::after{
        opacity: 1;
    }
    .imst-link:hover .imst-link-text-tit{
        color: var(--colormain);
    }
    .dlbl-link:hover .dlbl-tit{
        color: var(--colormain);
    }
    .case-tab-btm-page .comp-tabli:hover li{
        background: var(--colormain);
        color: #FFF;
    }
    .case-tab-btm-page .next:hover li::before{
        color: var(--colormain);
    }
    .case-tab-btm-page .end:hover li::before{
        color: var(--colormain);
    }
    .case-tab-btm-page .prev:hover li::before{
        color: var(--colormain);
    }
    .case-tab-btm-page .first:hover li::before{
        color: var(--colormain);
    }
    .imst-ri .ys-select-li:hover{
        color: var(--colormain);
    }
    .details-period-list-link:hover::before{
        width: 100%;
    }
    /*kim end*/
    .std-btn-link:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }
    .hpgl-inof-item-link:hover img:first-child{
        opacity: 0;
    }
    .hpgl-inof-item-link:hover img:nth-of-type(2){
        opacity: 1;
    }
    .home-partner-goon-line:hover .hpgl-inof {
        animation-play-state: paused!important;
    }
    .hpbi-nub-link:hover{
        background: var(--colormain);
        color: var(--colorfff);
        border: 1px solid var(--colormain);
    }
    .hpbi-nub-link:hover .hpbi-nlt-text .std-text20,
    .hpbi-nub-link:hover .hpbi-nlt-text .std-text18{
        color: var(--colorfff);
    }
    .hpbi-nub-link:hover .std-btn2-link .std-text18{
        color: var(--colorfff);
        text-decoration-color: var(--colorfff);
    }
    .hpbi-nub-link:hover .std-btn2-link-icon img:nth-of-type(2) {
        opacity: 1;
    }
    .hpbi-nub-link:hover .std-btn2-link-icon img:first-child {
        opacity: 0;
    }
    .hpbi-nub-link:hover::before{
        opacity: 0;
    }
    .hpbi-nub-link:hover::after{
        opacity: 1;
    }
    .hpbi-nub-link:hover .std-text20 span:first-child{
        opacity: 1;
    }
    .hpbi-nub-link:hover .std-text20 span:nth-of-type(2){
        opacity: 0;
    }
    .footer-nav a:hover{
        color: var(--colormain);
    }
    /* .head-lan-down-item a:hover{
        color: var(--colormain);
    } */
    .hnid-case-link:hover .std-btn2-link .std-text18{
        text-decoration-color: var(--colormain);
    }
    .hnid-case-link:hover .std-title3{
        color: var(--colormain);
    }
    .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title{
        color: var(--colorfff);
    }
    .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title::before{
        width: 0;
    }
    .head-nav:hover .head-nav-item:hover .head-nav-item-title,
    .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title{
        color: var(--colormain);
    }
    .head-nav:hover .head-nav-item:hover .head-nav-item-title::before,
    .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title::before{
        width: calc(100% - calc(var(--jian)* 2));
    }
    .inside-main .ys-hd-pc .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title,
    .ys-hd-pc.isfixed .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title,
    .ys-hd-pc.ishover .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title{
        color: var(--color333);
    }
    .inside-main .ys-hd-pc .head-nav:hover .head-nav-item:hover .head-nav-item-title,
    .inside-main .ys-hd-pc .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title,
    .ys-hd-pc.ishover .head-nav:hover .head-nav-item:hover .head-nav-item-title,
    .ys-hd-pc.ishover .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title,
    .ys-hd-pc.isfixed .head-nav:hover .head-nav-item:hover .head-nav-item-title,
    .ys-hd-pc.isfixed .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title{
        color: var(--colormain);
    }
    .head-search-btn:hover .ys-imgbox-cover img:nth-of-type(3),
    .head-lan:hover .ys-imgbox-cover img:nth-of-type(3),
    .head-phone-link:hover .ys-imgbox-cover img:nth-of-type(3){
        opacity: 1!important;
    }
    .head-search-btn:hover .ys-imgbox-cover img:first-child,
    .head-search-btn:hover .ys-imgbox-cover img:nth-of-type(2),
    .head-lan:hover .ys-imgbox-cover img:first-child,
    .head-lan:hover .ys-imgbox-cover img:nth-of-type(2),
    .head-phone-link:hover .ys-imgbox-cover img:first-child,
    .head-phone-link:hover .ys-imgbox-cover img:nth-of-type(2){
        opacity: 0!important;
    }
    .head-online li:first-child:hover .head-online-link{
        color: var(--colormain)!important;
     } 
    .mod-arrows1 .slick-prev:hover::after,
    .mod-arrows1 .slick-next:hover::after{
        opacity: 1;
    }
    .mod-arrows1 .slick-prev:hover::before,
    .mod-arrows1 .slick-next:hover::before{
        opacity: 0;
    }
    .ys-bread-list a:hover{
        color: var(--color3c);
    }
    .dpii-link:hover{
        border: 1px solid var(--colormain);
    }
    .dpii-link:hover .ys-imgbox-cover img:nth-of-type(2) {
        opacity: 1;
    }
    .dpii-link:hover .ys-imgbox-cover img:first-child {
        opacity: 0;
    }
    .dpii-link:hover .std-text16{
        color: var(--colormain);
    }
    /* .anchor-inof:hover .anchor-inof-item.on .std-text16{
        color: var(--color666);
    } */
    .anchor-inof:hover .anchor-inof-item.on:hover .std-text16,
    .anchor-inof-item:hover .std-text16{
        color: var(--colormain);
    }
    .electric-kind-img:hover img{
        transform: scale(1.05);
    }
    .erbi-item-core:hover .ys-imgbox-cover img{
        transform: scale(1.05);
    }
    .electric-case .std-btn2-link:hover .std-text18{
        text-decoration-color: var(--colormain);
    }
    .isci-item:hover{
        background: transparent;
    }
    .mod-arrows2 .slick-prev:hover::before,
    .mod-arrows2 .slick-next:hover::before{
        opacity: 0;
    }
    .mod-arrows2 .slick-prev:hover::after,
    .mod-arrows2 .slick-next:hover::after{
        opacity: 1;
    }
    .std-btn1 .std-btn-link:hover .std-text16{
        color: var(--colorfff);
    }
    .std-btn2-link:hover .std-text18{
        text-decoration-color: var(--colormain);
    }
    .hnid3-case-link:hover .std-btn2-link .std-text18{
        text-decoration-color: var(--colormain);
    }
    .swin-link:hover{
        color: var(--colormain);
    }
    .ctbu-list-link:hover .ctnm-text{
        text-decoration-color: var(--colormain);
    }
    .footer-nav li a:hover .ys-imgbox-cover img:nth-of-type(2){
        opacity: 1;
    }
    .footer-nav li a:hover .ys-imgbox-cover img:first-child{
        opacity: 0;
    }
    .footer-nav li a:hover .std-text16{
        color: var(--colormain);
    }
    .hpbi-nub-link:hover .std-text20::after{
        opacity: 1;
    }
    .hpbi-nub-link:hover .std-text20::before{
        opacity: 0;
    } 
    .hpbi-nub-link:hover .std-btn2{
        border-top: 1px solid rgba(255, 255, 255, .8);
    }
    .head-phone-link:hover .std-text16{
        color: var(--colormain);
    }
    .head-lan-down-item a:hover{
        background: #f1f1f1;
    }
    /* 2024.08.12 - start */
    .hpbi-nub-link:hover .std-btn2-link{
        background: var(--colorfff)!important;
    }
    .hpbi-nub-link:hover .std-btn2-link .std-text18 {
        color: var(--colormain);
    }
    .hpbi-nub-link:hover .std-btn2-link .std-btn2-link-icon img:first-child {
        opacity: 1;
    }
    .hpbi-nub-link:hover .std-btn2-link .std-btn2-link-icon img:nth-of-type(2) {
        opacity: 0;
    }
    .head-weixin:hover .ys-imgbox-cover img:nth-of-type(2){
        opacity: 1;
    }
    .head-weixin:hover .ys-imgbox-cover img:first-child{
        opacity: 0;
    }
    /* 2024.08.12 - end */
    .hnid2-clc-link:hover .ctnm-text{
       text-decoration-color: var(--colormain);
    }
    .hnid2-clc-link:hover .hnid2-clclt-top .std-title3{
        color: var(--colormain);
    }
    /* 2024.12.11 - start */
    .esin-tba-btn-nub:hover{
        box-shadow: 0px 10px 15px 0px rgba(194, 74, 50, 0.20);
    }
    /*.esin-tba-btn-nub:hover::after{*/
    /*    opacity: 1;*/
    /*    width: 100%;*/
    /*}*/
    .esin-tba-btn-nub:hover::before{
        opacity: 0;
    }
    .esin-tba-btn-nub:hover+.esin-tba-btn-nub::before{
        opacity: 0;
    }
    /* 2024.12.11 - end */
    .scll-right-cont-btn .std-btn-link:hover::after {
        width: calc(100% + 2px);
    }
}
.ys-ban-title{
    font-size: var(--font60);
    line-height: var(--l1h2);
    font-weight: bold;
    color: var(--colorfff);
}
.ys-ban-title span{
    color: var(--colormain);
}
.ys-ban-txtbox .std-text20,
.ys-ban-txtbox .std-text20 p{
    color: var(--colorfff);
    line-height: var(--l1h65);
}
.std-btn{
    display: flex;
    justify-content: flex-start;
}
.std-btn-link{
    position: relative;
    padding: 10px 48px;
    overflow: hidden;
}
.std-btn-link::before,
.std-btn-link::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--colormain);
    top: 0;
    right: 0;
}
.std-btn-link .std-text16{
    color: var(--colorfff);
    position: relative;
    z-index: 6;
}
.std-btn-link::after{
    width: 0;
    background: #DE3106;
    transition: all .5s ease;
}
.ys-ban-txtbox .std-text20{
    margin-top: 23px;
}
.ys-ban-txtbox .std-btn{
    margin-top: 88px;
}
.ys-hd-pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ys-hd-pc::before{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease;
}
.ys-hd-pc>div,.ys-hd-pc>ul{
    /* position: relative; */
    z-index: 6;
}
.mod-dots2 .slick-dots li,
.mod-dots1 .slick-dots li{
    width: 103px;
    height: 10px;
    margin: 0 12px;
    background: transparent;
}
.mod-dots2 .slick-dots li::before,
.mod-dots2 .slick-dots li::after,
.mod-dots1 .slick-dots li::before,
.mod-dots1 .slick-dots li::after{
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mod-dots2 .slick-dots li::before{
    background: rgba(153, 153, 153, .3);
}
.mod-dots1 .slick-dots li::before{
    background: rgba(255, 255, 255, .3);
}
.mod-dots2 .slick-dots li::after,
.mod-dots1 .slick-dots li::after{
    background: var(--colormain);
    width: 0;
}
.mod-dots2 .slick-dots li.act1::after,
.mod-dots1 .slick-dots li.act1::after{
    width: calc(var(--value) * 100%);
}
.mod-dots2 .slick-dots li.act::after,
.mod-dots1 .slick-dots li.act::after{
    animation: goright 3s linear forwards;
}
.ys-ban-slick.mod-dots1 .slick-dots li.act::after{
    animation: goright 5s linear forwards;
}
@keyframes goright {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
@-webkit-keyframes goright {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.ys-banner .slick-dots{
    text-align: left;
    padding-left: calc(50% - 700px);
    margin: 0 -12px;
}
.ys-banner .slick-dots{
    bottom: 33px;
}
.mod-title1{
    display: flex;
    align-items: flex-start;
    margin-right: -20px;
    justify-content: space-between;
    margin-bottom: var(--space44);
}
.mod-title1 .std-text20{
    width: 49.72%;
}
.home-solution{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.home-solution-cry{
    height: 713px;
    padding: 0 14px;
    display: flex;
}
.home-solution-cry-item{
    padding: 0 14px;
}
.home-solution-cry-item.act{
    width: 46.3%;
}
.home-solution-cry-item{
    width: 26.85%;
    transition: all .4s ease;
}
.hsci-core{
    position: relative;
    width: 100%;
    height: 100%;
}
.hsci-core-img,
.hsci-core-img img{
    width: 100%;
    height: 100%;
}
.hsci-core-img img{
    object-fit: cover;
}
.hsci-core-text{
    position: absolute;
    width: 100%;
    z-index: 6;
    top: 0;
    left: 0;
    padding: 66px 20px 0;
    transition: all .4s ease;
}
.hsci-core-text-icon{
    position: absolute;
    left: 50%;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 7px;
    margin-top: 19px;
    top: 0;
    transform: translateX(-50%) translateY(-28px);
}
.hsci-core-text .std-title2{
    color: var(--colorfff);
    text-align: center;
    font-weight: bold;
}
.hsci-core-text .std-text20,
.hsci-core-text .std-text20 p{
    color: var(--colorfff);
    text-align: center;
}
.hsci-core .std-btn{
    justify-content: center;
    margin-top: 40px;
}
.hsci-core-text .std-text20{
    margin-top: 15px;
}
.hsci-core-text-other{
    display: none;
}
.hsci-core-text-icon{
    opacity: 0;
    transition: all .1s .1s ease;
}
.home-solution-cry-item.act .hsci-core-text-icon{
    transition: all .4s .3s ease;
}
.home-solution-cry-item.act .hsci-core-text-icon{
    opacity: 1;
}
.home-solution-cry-item.act .hsci-core-text{
    transform: translateY(94px);
}
.sticky-body,.sticky-html{
    overflow: visible!important;
}
.home-map .ys-cont1400{
    position: relative;
}
.home-map-img{
    width: calc(100% - 2px);
    margin: 0 auto;
    position: relative;
}
.home-map{
    height: auto;
    position: sticky;
    top: var(--head);
    display: flex;
    align-items: center;
}
.home-map-img img{
    width: 100%;
    transition: all .4s ease;
}
.home-map-img img:nth-of-type(n+2){
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.home-map-img svg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-select{
    margin-top: calc(var(--head) - 100vh);
    position: relative;
    z-index: 6;
}
.home-select-text{
    width: 43.29%;
    position: sticky;
    top: calc(var(--head) + var(--space120) + 40px);
    padding-top: 40px;
}
.home-select-text .std-title1{
    margin-bottom: 44px;
}
.home-select-text .std-text20{
    margin-bottom: 80px;
}
.home-select{
    padding-top: calc(var(--space120) + 20px);
}
.home-select-inof{
    width: 40.43%;
}
.home-select .ys-cont1400{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.home-select-inof-item .std-tit30{
    color: var(--color999);
    font-weight: bold;
    font-size: var(--font30);
    line-height: var(--l1h2);
    transition: all .4s ease;
    margin-bottom: 27px;
}
.home-select-inof-item .std-tit30 span,
.home-select-inof-item .std-tit30 i{
    font-style: normal;
    transition: all .4s ease;
}
.data-scroll{
    font-size: 150px;
    font-family: 'unisunblack'!important;
}
.home-select-inof-item .std-text16,
.home-select-inof-item .std-text16 p{
    color: var(--color999);
    transition: all .4s ease;
}
.home-select-inof-item {
    margin-bottom: 68px;
}
.home-select-inof-item.on .std-tit30 span,
.home-select-inof-item.on .std-tit30 i{
    background: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-select-inof-item.on .std-text16, 
.home-select-inof-item.on .std-text16 p{
    color: var(--color333);
}
.home-green{
    position: relative;
    z-index: 6;
    padding-top: var(--space120);
    overflow: hidden;
}
.home-green .std-title1{
    margin-bottom: var(--space44);
}
.hgii-icon{
    width: 60px;
}
.hgii-text{
    width: calc(100% - 60px);
    flex-grow: 1;
    padding-left: 22px;
}
.hgii-text-tit32{
    font-size: var(--font32);
    color: var(--colormain);
    line-height: var(--l1h5);
    font-weight: bold;
    margin-bottom: 1px;
}
.hgii-text .std-text16,
.hgii-text .std-text16 p{
    color: var(--color666);
}
.home-green-inof-item{
    display: flex;
    padding-top: 25px;
    padding-bottom: 27px;
    border-bottom: 1px solid #DBDBDB;
}
.home-green-inof{
    width: calc(297px + calc(50vw - 700px));
    margin-right: calc(700px - 50vw);
    padding-top: 61px;
    padding-bottom: 98px;
}
.home-green-cry{
    display: flex;
    justify-content: space-between;
}
.hgcl-year{
    font-size: 224px;
    font-family: 'unisunblack'!important;
    line-height: 1.45;
    color: rgba(51,51,51,0.2);
}
.home-green-cry-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-main{
    background: var(--colorbg);
}
.home-green-cry-left {
    padding-top: 16px;
}
.mod-title2 .std-title1{
    margin-bottom: 35px;
}
.map-dot{
    opacity: 0;
    transition: all .6s ease;
}
.home-map-img:not(.act) .map-dot{
    transition-delay: 0s!important;
}
.home-map-img{
    transform-origin: 35% 100%;
    --scale: calc(1 - calc(0.363376 * var(--pro1)));
    transform: scale(var(--scale));
    --opacity1: calc(var(--pro1) * 2);
    --opacity2: calc(var(--pro1) * 1);
}
.home-map-img img:nth-of-type(n+2){
    opacity: var(--opacity1);
}
.home-map-img img:nth-of-type(3){
    opacity: var(--opacity2);
}
.home-map-img.act .map-dot{
    opacity: 1;
}
.std-title1 span{
    background: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-partner .std-title1 span{
    font-size: 66px;
    font-family: 'unisunblack'!important;
    line-height: 1.11;
}
.home-partner .std-title1{
    text-align: center;
}
.home-partner{
    padding-top: var(--space120);
    overflow: hidden;
}
.home-wai{
    position: relative;
    --pro1: 0;
}
.home-partner .std-btn{
    justify-content: center;
    margin-top: var(--space44);
}
.hsci-core-img img:nth-of-type(2){
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.home-partner-goon{
    --width:229px;
}
.hpgl-inof-item{
    display: inline-block;
    width: var(--width);
}
.hpgl-inof{
    width: calc(var(--width-shu) * var(--width));
    font-size: 0;
}
.hpgl-inof-item-link img{
    transform: scale(1)!important;
}
.hpgl-inof1 {
    animation: donghua calc(10s * var(--width-shu)) linear infinite;
}
.hpgl-inof2 {
    animation: donghua2 calc(10s * var(--width-shu)) linear infinite;
}
.home-partner-goon-line:nth-of-type(2n) .hpgl-inof1 {
    animation: donghua calc(15s * var(--width-shu)) linear infinite;
}
.home-partner-goon-line:nth-of-type(2n) .hpgl-inof2 {
    animation: donghua2 calc(15s * var(--width-shu)) linear infinite;
}
.home-partner-goon-line:nth-of-type(2n) .hpgl-inof{
    animation-delay: 0.3s;
}
.home-partner-goon-line:nth-of-type(2n-1) .hpgl-inof{
    animation-delay: 0.5s;
}
@keyframes donghua {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes donghua2 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
.hpgl-inof2 {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
}
.home-partner-goon-line{
    position: relative;
}
.hpgl-inof-item img:nth-of-type(2){
    opacity: 0;
}
.hpgl-inof-item-link img{
    transition: all .4s ease;
}
.home-partner-goon-line{
    margin-bottom: 22px;
}
.home-partner-goon-line:last-child{
    margin-bottom: 0;
}
.home-partner{
    padding-bottom: 153px;
}
.home-partner .std-btn{
    margin-bottom: 124px;
}
.home-partner-box{
    position: relative;
}
.hpbi-nub{
    margin-bottom: 24px;
}
.hpbi-nub:last-child{
    margin-bottom: 0;
}
.home-partner-box-inof{
    width: 567px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50vw - 700px);
    z-index: 6;
}
.hpbi-nub-link{
    border: 1px solid #DBDBDB;
    background: var(--colorfff);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(3.9000000953674316px);
    -webkit-backdrop-filter: blur(3.9000000953674316px);
    -moz-backdrop-filter: blur(3.9000000953674316px);
    -ms-backdrop-filter: blur(3.9000000953674316px);
    -o-backdrop-filter: blur(3.9000000953674316px);
    display: block;
    padding: 40px 35px 38px;
    transition: all .4s ease;
    position: relative;
}
.std-btn2-link-icon{
    width: 20px;
    margin-left: 16px;
    transition: all .4s ease;
}
.hpbi-nlt-text{
    display: flex;
    align-items: flex-start;
    padding-right: 8px;
}
.hpbi-nlt-text .std-text20{
    font-weight: bold;
    width: calc(4em + 14px);
    transition: all .4s ease;
}
.hpbi-nlt-text .std-text18{
    width: 50%;
    flex-grow: 1;
    position: relative;
    top: 2px;
    transition: all .4s ease;
}
.std-btn2-link{
    display: flex;
    align-items: center;
}
.std-btn2-link .std-text18{
    color: var(--colormain);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all .4s ease;
}
.std-btn2-link-icon img{
    transform: scale(1)!important;
    transition: all .4s ease;
}
.std-btn2-link-icon img:nth-of-type(2){
    opacity: 0;
}
.hpbi-nub-link-tr {
    margin-bottom: 33px;
}
.hpbi-nlt-text{
    margin-bottom: 7px;
}
.hpbi-nub-link::before{
    content: '';
    background-image: url(/Public/Cn/images/a1_icon02.svg);
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    background-size: 100% 100%;
    transition: all .4s ease;
}
.hpbi-nub-link::after{
    content: '';
    background-image: url(/Public/Cn/images/a1_icon02h.svg);
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    background-size: 100% 100%;
    transition: all .4s ease;
    opacity: 0;
}
.hpbi-nlt-text .std-text20{
    position: relative;
}
.hpbi-nlt-text .std-text20 span{
    line-height: inherit;
    transition: all .4s ease;
}
.hpbi-nlt-text .std-text20 span:first-child{
    color: var(--colorfff);
    opacity: 0;
}
.hpbi-nlt-text .std-text20 span:nth-of-type(2){
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}
.home-news{
    padding-top: var(--space120);
    background: var(--colorfff);
    padding-bottom: var(--space120);
}
.mod-title3{
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--space44);
    align-items: center;
}
.ys-footer{
    border-top: 1px solid #DBDBDB;
    background: var(--colorbg);
}
.footer-top .ys-cont1400{
    display: flex;
    justify-content: space-between;
}
.footer-top-left-logo{
    width: 155px;
    margin-bottom: 15px;
}
.footer-top-left-logo img{
    width: 100%;
}
.footer-top-left-logo a{
    display: block;
}
.footer-nav{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.footer-nav a{
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--l1h75);
    transition: all .4s ease;
}
.footer-nav li{
    position: relative;
    padding: 0 6px;
}
.footer-nav li::before{
    content: '';
    background: var(--color666);
    position: absolute;
    height: calc(1em - 2px);
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.footer-nav li:last-child::before{
    display: none;
}
.footer-top-share-item .ys-imgbox-cover{
    width: 36px;
    cursor: pointer;
}
.footer-top-share-item .ys-imgbox-cover img{
    transform: scale(1)!important;
}
.footer-top-share{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    --jian: 11px;
    margin: 0 calc(var(--jian) * -1);
    padding-top: 61px;
}
.footer-top-share-item{
    padding: 0 var(--jian);
    position: relative;
}
.footer-top-left {
    padding-top: 35px;
}
.footer-bot{
    border-top: 1px solid #DBDBDB;
    padding-top: 19px;
    padding-bottom: 20px;
}
.footer-bot .ys-cont1400{
    display: flex;
    justify-content: space-between;
}
.footer-bot-inof{
    display: flex;
    margin: 0 -23.5px;
}
.footer-bot-inof li{
    padding: 0 23.5px;
}
.footer-bot-inof li a{
    color: rgba(51, 51, 51, 0.74);
    line-height: var(--l1h5);
    transition: all .4s ease;
    font-size: 12px;
}
.footer-bot .std-text12,
.footer-bot .std-text12 a{
    color: var(--color666);
}
.footer-bot a[href="https://www.yongsy.com"] {
    color: rgba(0, 0, 0, 0.222);
    margin-left: 12px;
}
.footer-top {
    padding-bottom: 21px;
}
.ftsi-code{
    position: absolute;
    width: 110px;
    border-radius: 8px;
    background: var(--colorfff);
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 6px);
    padding: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.ftsi-code img{
    width: 100%;
}
.ftsi-code::before{
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.ftsi-code::after{
    content: '';
    border-top: 6px solid var(--colorfff);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.ys-hd-pc{
    padding-left: calc(50vw - 700px);
    padding-right: 83px;
}
.head-logo {
    width: 140px;
    line-height: var(--head);
}
.head-logo a{
    display: block;
    line-height: var(--head);
}
.head-nav{
    display: flex;
    --jian: 20px;
}
.head-nav-item-title{
    padding: 0 var(--jian);
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: var(--head);
    transition: all .4s ease;
    display: block;
}
.head-lan{
    position: relative;
}
.head-lan-icon{
    width: 26px;
    display: inline-block;
}
.ys-imgbox-cover img:nth-child(n+2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.head-lan-top{
    height: var(--head);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ys-hd-pc .ys-imgbox-cover img:nth-of-type(2),
.ys-hd-pc .ys-imgbox-cover img:nth-of-type(3){
    opacity: 0;
}
.head-lan-down{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border: 1px solid #DBDBDB;
    border-top: 0px;
    background: var(--colorfff);
    padding: 10px 0;
    display: none;
}
.head-lan-down-item,
.head-lan-down-item a{
    font-size: var(--font16);
    line-height: var(--l1h75);
    text-align: center;
    white-space: nowrap;
    color: var(--color333);
    transition: all .4s ease;
}
.head-lan-down-item a{
    padding: 4px 24px;
    display: block;
}
.head-search-btn{
    height: var(--head);
    width: 26px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.head-other{
    display: flex;
}
.head-search-btn .ys-imgbox-cover:nth-of-type(2){
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yx-search3xlbox{
    width: 100%;
    background: var(--colorfff);
    box-shadow: none;
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    --head: 60px;
    padding-top: 64px;
    padding-bottom: 65px;
}
.yx-search3-tbox{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: var(--head);
    border-bottom: 1px solid #666;
    margin-bottom: 12px;
}
.yx-search3xlbtn{
    width: 27px;
    line-height: var(--head);
}
.yx-search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls  {
    width: calc(100% - 27px);
    padding-right: 20px;
    padding-left: 17px;
}
.yx-search3-xls input{
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls input::placeholder{
    color: #666;
}
.head-search-btn .ys-imgbox-cover:nth-of-type(2){
    opacity: 0;
}
.head-search.on .head-search-btn .ys-imgbox-cover:nth-of-type(2){
    opacity: 1;
}
.head-search.on .head-search-btn .ys-imgbox-cover:first-child{
    opacity: 0;
}
.head-online{
    display: flex;
    margin: 0 -10px;
}
.head-online li{
    padding: 0 10px;
    position: relative;
}
.head-online-link{
    color: var(--colorfff);
    line-height: var(--head);
    transition: all .4s ease;
    font-size: var(--font16);
    display: block;
}
.head-online li:first-child a{
    font-weight: bold;
}
.head-online li::before{
    content: '';
    height: 18px;
    width: 1px;
    position: absolute;
    background: var(--colorfff);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .4s ease;
}
.head-online li:last-child::before{
    display: none;
}
.head-phone-link-icon{
    width: 24px;
}
.head-phone-link .std-text16{
    margin-left: 8px;
    font-weight: bold;
    line-height: var(--l1h75);
    color: var(--colorfff);
    transition: all .4s ease;
}
.head-phone-link{
    display: flex;
    align-items: center;
    height: var(--head);
}
.head-phone{
    margin-left: 15px;
}
.head-online{
    margin-left: 66px;
}
.head-search{
    padding-left: 40px;
}
.head-nav-item{
    position: static;
}
.head-nav-item-down{
    position: absolute;
    left: 0;
    top: 100%;
    border-bottom: 1px solid #DBDBDB;
    width: 100%;
    transform: translateX(0);
}
.head-nav-item-down1{
    padding-top: 44px;
    padding-bottom: 56px;
}
.std-btn2{
    display: flex;
}
.hnid-case-link img{
    opacity: 1!important;
}
.hnid-case{
    width: 22.714286%;
    padding-right: 29px;
}
.hnid-inof{
    width: 77.285714%;
    position: relative;
}
.head-nav-item-down1 .ys-cont1400{
    display: flex;
}
.hnid-inof::before{
    content: '';
    background: #DBDBDB;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
}
.hnid-inof-line{
    display: flex;
    flex-wrap: wrap;
}
.hnid-inof-line-all{
    width: 33.333333%;
}
.hnid-ila-item .std-text16{
    color: var(--color333);
    transition: all .4s ease;
}
.hnid-ilail-icon{
    width: 24px;
}
.hnid-ilail-icon img{
    width: 100%;
}
.hnid-ila-item-link{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
.hnid-ila-item-link::before{
    content: '';
    height: 1px;
    width: 100%;
    background: #DBDBDB;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hnid-ila-item-link::after{
    content: '';
    background: var(--colormain);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    transition: all .4s ease;
}
.hnid-ila-item{
    padding: 0 33px;
}
.hnid-inof-line{
    padding-left: 33px;
    margin-right: -33px;
}
.hnid-inof .std-btn{
    padding-left: 66px;
    padding-top: 44px;
}
.hnid-case-link-img{
    margin-bottom: 20px;
    width: 100%;
}
.std-btn2-link .std-text16{
    color: var(--colormain);
}
.std-btn2-link .std-btn2-link-icon{
    width: 24px;
    margin-left: 12px;
    margin-bottom: 0;
}
.hnid-case-link .std-title3{
    margin-bottom: 57px;
    transition: all .4s ease;
}
.hnid-inof-line.act .hnid-ila-item.yxnav-active2 .std-text16{
    color: var(--color333);
}
.hnid-inof-line.act .hnid-ila-item.yxnav-active2 .hnid-ila-item-link::after{
    width: 0%;
}
.hnid-ila-item.yxnav-active2 .hnid-ila-item-link::after,
.hnid-inof-line.act .hnid-ila-item.on .hnid-ila-item-link::after,
.hnid-inof-line.act .hnid-ila-item.yxnav-active2.on .hnid-ila-item-link::after{
    width: 100%;
}
.hnid-ila-item.yxnav-active2 .std-text16,
.hnid-inof-line.act .hnid-ila-item.on .std-text16,
.hnid-inof-line.act .hnid-ila-item.yxnav-active2.on .std-text16{
    color: var(--colormain);
}
.ys-hd-pc::after {
    content: '';
    height: 1px;
    width: 100%;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .4s ease;
}
.ys-hd-pc{
    transition: all .4s ease;
}
.inside-main .ys-hd-pc::before,
.ys-hd-pc.isfixed::before,
.ys-hd-pc.ishover::before{
    opacity: 0;
}
.inside-main .ys-hd-pc,
.ys-hd-pc.isfixed,
.ys-hd-pc.ishover {
    background: var(--colorfff);
}
.inside-main .ys-hd-pc::after,
.ys-hd-pc.isfixed::after,
.ys-hd-pc.ishover::after{
    opacity: 1;
}
.inside-main .ys-hd-pc .head-nav-item-title,
.ys-hd-pc.isfixed .head-nav-item-title,
.ys-hd-pc.ishover .head-nav-item-title{
    color: var(--color333);
}
.head-nav-item.yxnav-active1 .head-nav-item-title{
    color: var(--colormain);
}
.head-other .ys-imgbox-cover img{
    transition: all .4s ease;
}
.inside-main .mod-head2 .head-other .ys-imgbox-cover img:nth-of-type(2),
.isfixed .mod-head2 .head-other .ys-imgbox-cover img:nth-of-type(2),
.ishover .mod-head2 .head-other .ys-imgbox-cover img:nth-of-type(2){
    opacity: 1;
}
.inside-main .mod-head2 .head-other .ys-imgbox-cover img:first-child,
.inside-main .mod-head2 .head-other .ys-imgbox-cover img:nth-of-type(3),
.isfixed .mod-head2 .head-other .ys-imgbox-cover img:first-child,
.isfixed .mod-head2 .head-other .ys-imgbox-cover img:nth-of-type(3),
.ishover .mod-head2 .head-other .ys-imgbox-cover img:first-child,
.ishover .mod-head2 .head-other .ys-imgbox-cover img:nth-of-type(3){
    opacity: 0;
}
/* .inside-main .ys-hd-pc .head-online-link, 
.ys-hd-pc.isfixed .head-online-link,
.ys-hd-pc.ishover .head-online-link{
    color: var(--color333);
} */
/* .inside-main .ys-hd-pc .head-online li::before,
.ys-hd-pc.isfixed .head-online li::before,
.ys-hd-pc.ishover .head-online li::before{
    background: var(--color333);
} */
/* .inside-main .ys-hd-pc .head-phone-link .std-text16,
.ys-hd-pc.isfixed .head-phone-link .std-text16,
.ys-hd-pc.ishover .head-phone-link .std-text16{
    color: var(--color333);
} */
.head-other .ys-imgbox-cover img{
    transform: scale(1)!important;
}
.mod-side{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
    z-index: 90;
}
.mod-side-inof{
    background: var(--color333);
    border-radius: 10px;
    transition: all .4s ease;
    position: relative;
    z-index: 3;
}
.msii-link .ys-imgbox-cover{
    width: 24px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.mod-side .ys-imgbox-cover img{
    transform: scale(1)!important;
}
.msii-link{
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    position: relative;
}
.msii-link .std-text12{
    text-align: center;
    color: var(--colorfff);
    line-height: var(--l1h5);
}
.mod-side-inof-item:first-child .msii-link{
    padding-top: 16px;
}
.mod-side-inof-item:last-child .msii-link{
    padding-bottom: 16px;
}
.msii-link::before{
    content: '';
    width: calc(100% - 16px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #E0E2EA;
    height: 1px;
    position: absolute;
}
.mod-side-inof-item:first-child .msii-link::before{
    opacity: 0;
}
.mod-side-top .ys-imgbox-cover{
    width: 24px;
    margin: 0 auto;
}
.mod-side-top{
    position: relative;
    background: var(--color333);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 16px;
    cursor: pointer;
    transform: translateY(-100%);
    transition: all .4s ease;
    margin-top: -1px;
}
.mod-side-top::before{
    content: '';
    background: var(--colormain);
    width: 110px;
    height: 110px;
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.mod-side.act .mod-side-top{
    transform: translateY(0);
}
.mod-side.act .mod-side-inof{
    border-radius: 10px 10px 0 0;
}
.mod-side-inof-item{
    position: relative;
}
.msii-link-pop{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    background: var(--color333);
    border-radius: 10px;
    padding: 6px;
    right: calc(100% + 10px);
    display: none;
}
.msii-link-pop img{
    width: 100%;
}
.msii-link-pop::before{
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}
.msii-link-pop::after{
    content: '';
    border-left: 8px solid var(--color333);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.imst-link-image{
    position: relative;
}
.home-news .imst-list{
    margin-bottom: 0;
}
.home-news .inside-main-sec-btm{
    margin-bottom: 0;
}
.home-news .imst-list:not(:first-child){
    display: none;
}
.mod-dots2.slick-dotted{
    padding-bottom: 40px;
}
.mod-dots2 .slick-dots {
    bottom: -3px;
}
.mod-arrows1 .slick-prev,
.mod-arrows1 .slick-next{
    width: 36px;
    height: 36px;
    background: #f3f3f3;
    z-index: 10;
}
.mod-arrows1 .slick-prev::before,
.mod-arrows1 .slick-next::before,
.mod-arrows1 .slick-prev::after,
.mod-arrows1 .slick-next::after{
    content: '';
    background-image: url(/Public/Cn/images/c1_arrow01.svg);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
}
.mod-arrows1 .slick-next::before{
    background-image: url(/Public/Cn/images/c1_arrow02.svg);
}
.mod-arrows1 .slick-prev::after{
    background-image: url(/Public/Cn/images/c1_arrow01h.svg);
}
.mod-arrows1 .slick-next::after{
    background-image: url(/Public/Cn/images/c1_arrow02h.svg);
}
.mod-arrows1 .slick-prev::after,
.mod-arrows1 .slick-next::after{
    opacity: 0;
}
.slick-arrow.slick-disabled{
    pointer-events: none;
    opacity: .5;
}
.inside-main-sec-btm .slick-prev{
    left: calc(14px - var(--jianw));
}
.inside-main-sec-btm .slick-next{
    right: calc(14px - var(--jianw));
}
.ys-ph-navbar3 .ys-phnav-header {
    background: var(--colorfff);
}
.ys-ph-navbar3 .ys-phnav-header a, .ys-ph-navbar3 .ys-phnav-search .iconfont {
    color: rgba(51, 51, 51, .8);
}
.ys-phnav-menubtn span, .ys-phnav-menubtn::after, .ys-phnav-menubtn.ys-phnav-menubtn::before{
    background: rgba(51, 51, 51, .8);
}
.ys-phnavss-modal input::placeholder{
    color: rgba(255, 255, 255, .8);
}
.ys-ph-navbar3 .ys-phnav-search .ys-modal-close .iconfont {
    color: rgba(255, 255, 255, .8);
}
.ys-ph-phone {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-top: 18px;
}
.ys-ph-phone .head-phone-link {
    height: 30px;
}
.ys-ph-phone .head-phone-link .std-text16{
    color: var(--color333);
}
.ys-ph-phone.head-phone {
    margin-left: 0;
}
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font, 
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox a,
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox .ys-phnav-header-font, 
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox a,
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox .ys-phnav-header-font, 
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox a  {
    color: var(--colormain);
}
.inside-main .ys-main{
    margin-top: var(--head);
}
.mod-bread{
    background: var(--colorbg);
}
.ys-bread-list a{
    line-height: var(--l1h5);
    color: var(--color999);
    font-size: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: inline-block;
    transition: all .4s ease;
}
.ys-bread-list {
    padding: 0 19px;
}
.ys-bread {
    margin: 0 -19px;
}
.ys-bread-list::before {
    content: '';
    position: absolute;
    background-image: url(/Public/Cn/images/c1_arrow02.svg);
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    top: 50%;
    left: 100%;
    transform: translate(-50%,-50%);
    font-size: 0;
}
.ys-bread-list:last-child a{
    color: var(--color3c);
}
.ys-nyban-title h1{
    font-size: var(--font60);
    text-align: center;
    color: var(--colorfff);
    font-weight: bold;
    line-height: var(--l1h2);
}
.ys-nyban-img{
    position: relative;
}
.ys-nyban-img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
}
.case-pro{
    padding-top: var(--space80);
    padding-bottom: var(--space80);
}
.cpsi-icon{
    width: 60px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.case-pro-swiper-item .std-title32{
    text-align: center;
    font-weight: bold;
    margin-bottom: 1px;
}
.case-pro-swiper-item .std-text16{
    color: var(--color666);
    line-height: var(--l1h5);
    text-align: center;
}
.case-pro-swiper-item{
    width: 20%;
}
.case-pro-swiper-item{
    padding: 0 40px;
}
.case-pro-swiper{
    margin: 0 -40px;
    overflow: hidden;
    position: relative;
}
.case-pro-swiper .swiper-pagination{
    opacity: 0;
}
.case-pro-swiper.has-progress{
    padding-bottom: 50px;
}
.case-pro-swiper.has-progress .swiper-pagination{
    opacity: 1;
}
.case-pro-swiper.swiper-container-horizontal>.swiper-pagination-progressbar, 
.case-pro-swiper.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 103px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
}
.case-pro-swiper .swiper-pagination-progressbar {
    background: #DBDBDB;
}
.case-pro-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--colormain);
}
.case-tab-sec-cont:not(:first-child){
    display: none;
}
.case-tab-sec-all .slick-prev{
    left: -36px;
}
.case-tab-sec-all .slick-next{
    right: -36px;
}
.case-tab-sec-all.mod-dots2 .slick-dots {
    bottom: -80px;
}
.case-tab-sec-all.mod-dots2.slick-dotted {
    padding-bottom: 2px;
}
.mCSB_scrollTools.mCS-dark .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCS-dark .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--colormain);
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(153,153,153,.3);
}
.ys-select-bd .mCSB_scrollTools{
    top: 15px;
    bottom: 15px;
}
.imst-ri .ys-select-li{
    line-height: var(--l1h5);
    padding-bottom: 0.5em;
    margin-bottom: 0;
}
.imst-ri .ys-select-li:last-child{
    padding-bottom: 0;
}
.case-tab-btm-search{
    --jian: 14px;
    margin: 0 calc(var(--jian) * -1);
    margin-bottom: 37px;
}
.ctbs-item{
    width: 33.333333%;
    padding: 0 var(--jian);
}
.detail1-main .ys-main,
.details-main .ys-main{
    position: relative;
}
.detail1-main .mod-bread,
.details-main .mod-bread {
    background: var(--colorfff);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}
.detail1-head{
    padding-top: calc(var(--space120) + 5px);
}
.detail1-head-img{
    margin-top: var(--space44);
    width: 100%;
}
.detail1-head-img img{
    width: 100%;
}
.detail1-project,
.detail1-edr{
    background: var(--colorbg);
}
.detail1-project{
    padding-top: var(--space80);
    padding-bottom: var(--space120);
}
.detail1-edr{
    padding-top: var(--space80);
    padding-bottom: var(--space120);
}
.detail1-project+.detail1-edr{
    padding-top: 0;
}
.detail1-project .std-title2,
.detail1-edr .std-title2{
    font-weight: bold;
}
.detail1-project .ys-cont1400{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.detail-proj-ul{
    width: calc(72.15% + 60px);
    margin: 0 -30px -48px;
    display: flex;
    flex-wrap: wrap;
}
.detail-proj-ul-li{
    width: 50%;
    padding: 0 30px;
    margin-bottom: 48px;
}
.dpul-box{
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 28px;
}
.dpul-le{
    color: var(--color666);
    line-height: var(--l1h65);
    font-size: var(--font24);
}
.dpul-ri{
    font-size: var(--font20);
    line-height: var(--l1h65);
    color: var(--color3c);
    position: relative;
    top: 3px;
    width: 50%;
    flex-grow: 1;
    text-align: right;
}
.detail1-edr .std-title2 {
    margin-bottom: var(--space44);
}
.detail1-edr .yxedr-active p{
    margin-bottom: 0;
    line-height: var(--l1h65);
    color: var(--color666);
}
.detail1-edr .yxedr-active ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 30px;
}
.detail1-page-inof-item{
    padding: 0 22px;
}
.detail1-page-inof{
    margin: 0 -22px;
    margin-top: var(--space80);
    display: flex;
    justify-content: center;
}
.dpii-link{
    border: 1px solid #999;
    padding: 14px 44px;
    display: flex;
    align-items: center;
    transition: all .4s ease;
}
.dpii-link .ys-imgbox-cover{
    width: 20px;
}
.dpii-link .ys-imgbox-cover img{
    transform: scale(1)!important;
    transition: all .4s ease;
}
.dpii-link .ys-imgbox-cover img:nth-of-type(2){
    opacity: 0;
}
.detail1-page-inof-item1 .ys-imgbox-cover{
    margin-right: 16px;
}
.detail1-page-inof-item2 .ys-imgbox-cover{
    margin-left: 16px;
}
.detail1-page-inof-item2 .ys-imgbox-cover{
    transform: rotate(180deg);
}
.dpii-link .std-text16{
    color: var(--color999);
    transition: all .4s ease;
}
.ys-nyban-title p{
    color: var(--colorfff);
    text-align: center;
    line-height: var(--l1h65);
    margin-top: 22px;
    font-size: var(--font20);
}
.ys-nyban-title .std-btn{
    justify-content: center;
    margin-top: 64px;
}
.case-pro.electric-pro {
    padding-top: 32px;
    padding-bottom: 32px;
}
.electric-pro .cpsi-icon {
    width: 44px;
    margin-bottom: 7px;
}
.case-pro-swiper-item .std-title32 i{
    font-style: normal;
    font-size: var(--font18);
    line-height: var(--l1h75);
    font-weight: normal;
}
.electric-pro .case-pro-swiper-item .std-title32 {
    margin-bottom: 12px;
}
.electric-pro .case-pro-swiper-item {
    width: 16.666667%;
}
.case-pro-swiper-item .std-title32{
    font-family: 'unisunblack'!important;
}
.electric-pro .case-pro-swiper.has-progress {
    padding-bottom: 30px;
}
.mod-anchor{
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
}
.anchor-inof{
    display: flex;
    --width1: 140px;
    position: relative;
    --leftnow: 0px;
}
.anchor-inof-item{
    padding: 0 10px;
    width: var(--width1);
    text-align: center;
    position: relative;
    cursor: pointer;
}
.anchor-inof-item .std-text16{
    color: var(--color666);
    line-height: 68px;
    transition: all .4s ease;
}
.anchor-inof-item.on .std-text16{
    color: var(--colormain);
}
.anchor-inof::before{
    content: '';
    background-image: url(/Public/Cn/images/b2_btn1.svg);
    width: var(--width1);
    height: 12px;
    background-size: 100% 100%;
    position: absolute;
    left: var(--leftnow);
    bottom: -6px;
    transition: all .4s ease;
}
.mod-anchor .ys-cont1400{
    display: flex;
}
.sticky-html,.sticky-body{
    overflow: visible!important;
}
.mod-anchor{
    position: sticky;
    top: calc(var(--head) - 1px);
    background: var(--colorfff);
    z-index: 30;
}
.electric-kind{
    background: var(--colorbg);
    padding-top: var(--space80);
    padding-bottom: var(--space80);
}
.electric-kind .ys-cont1400{
    display: flex; 
    align-items: center;
}
.electric-kind-img{
    width: 50.714286%;
}
.electric-kind-text{
    width: 49.285714%;
    padding-left: var(--space120);
}
.electric-kind-text-icon{
    width: 56px;
    margin-bottom: 13px;
}
.electric-kind-text-icon img{
    width: 100%;
}
.electric-kind .std-title1{
    color: var(--color3c);
    font-weight: normal;
    margin-bottom: 35px;
}
.electric-kind .std-title1 span{
    background: linear-gradient(180deg, #FDB83B 0%, #FF3500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.electric-kind .yxedr-active p{
    margin-bottom: 0;
    color: var(--color666);
    line-height: var(--l1h75);
}
.electric-kind .yxedr-active ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 27px;
}
.electric-kind .std-btn{
    margin-top: 46px;
}
.electric-value{
    padding-top: var(--space80);
    padding-bottom: var(--space80);
}
.electric-elect .std-title1,
.intel-main .std-title1,
.power-main .std-title1{
    font-weight: normal;
}
.electric-elect .std-title1 span,
.intel-main .std-title1 span,
.power-main .std-title1 span {
    font-weight: bold;
}
.electric-value .std-title1{
    text-align: center;
    font-weight: normal;
    margin-bottom: var(--space44);
}
.electric-value-inof-item{
    width: 16.666667%;
    padding: 0 var(--jian);
    margin-bottom: calc(var(--jian) * 2);
    flex-grow: 1;
}
.electric-value.even .electric-value-inof-item{
    width: calc(1 / var(--width1) * 100%);
}
.electric-value.even .electric-value-inof{
    flex-wrap: wrap;
}
.electric-value-inof{
    --jian: 14px;
    margin: 0 calc(var(--jian) * -1) calc(var(--jian) * -2);
    display: flex;
}
.evii-link{
    background: var(--colorbg);
    padding: 35px 20px;
    position: relative;
}
.evii-link-icon{
    width: 75px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 21px;
    background: var(--colorfff);
    position: relative;
    z-index: 6;
}
.evii-link .std-title3{
    text-align: center;
    color: var(--color3c);
    line-height: var(--l1h65);
    position: relative;
    z-index: 6;
    transition: all .4s ease;
}
.evii-link::before{
    content: '';
    background: var(--colorgrad);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .4s ease;
}
.electric-value-inof-item.on .evii-link::before{
    opacity: 1;
}
.electric-value-inof-item.on .std-title3{
    color: var(--colorfff);
}
.electric-radius{
    background: var(--colorbg);
    padding-top: var(--space80);
    padding-bottom: var(--space120);
}
.electric-radius .std-title1{
    margin-bottom: var(--space44);
    text-align: center;
} 
.electric-radius-btn{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: var(--space44);
}
.electric-radius-btn::before{
    content: '';
    background: #DBDBDB;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.electric-radius-btn-item{
    padding: 0 22px;
}
.electric-radius-btn-item .std-text16{
    padding: 0 5px;
    color: var(--color999);
    line-height: var(--l1h5);
    position: relative;
    transition: all .4s ease;
    padding-bottom: 22px;
    cursor: pointer;
}
.electric-radius-btn-item .std-text16::before{
    content: '';
    background: var(--color999);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: all .4s ease;
}
.electric-radius-btn-item .std-text16::after{
    content: '';
    background: var(--colormain);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 0%;
    transition: all .4s ease;
}
.electric-radius-btn-item.on .std-text16::after{
    width: 100%;
}
.electric-radius-btn-item.on .std-text16{
    color: var(--colormain);
}
.electric-radius-box{
    position: relative;
    --jian: 14px;
    margin: 0 calc(var(--jian) * -1) calc(var(--jian) * -2);
}
.electric-radius-box-inof{
    display: flex;
    justify-content: center;
}
.erbi-item{
    padding: 0 var(--jian) calc(var(--jian) * 2);
    width: 16.666667%;
    /* flex-grow: 1; */
}
.erbi-item-core{
    position: relative;
    width: 100%;
}
.erbi-item-core .ys-imgbox-cover{
    width: 100%;
    position: relative;
}
.erbi-item-core .ys-imgbox-cover::before{
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 123.18%);
    height: 40%;
    max-height: 103px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.erbi-item-core .std-text20{
    color: var(--colorfff);
    line-height: var(--l1h65);
    width: 100%;
    padding: 0 21px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
}
.electric-radius-box-inof{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
.electric-radius-box-inof.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.details-period .std-title1{
    margin-bottom: var(--space44);
}
.details-period-ul{
    display: flex;
}
.details-period-list.on .details-period-list-link::before{
    width: 100%;
}
.details-period-list-link .yxedr-active ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    display: flex;
    flex-wrap: wrap;
    line-height: var(--l1h75);
    color: var(--color666);
}
.details-period-list-link .yxedr-active ul li {
    margin-left: 26px;
    margin-bottom: 6px;
    margin-right: 6px;
}
.details-period-list-link .yxedr-active p{
    margin-bottom: 0;
    line-height: var(--l1h75);
    color: var(--color666);
}
.details-section .std-title1{
    margin-bottom: var(--space44);
}
.dsul-link .std-text16 p{
    position: relative;
    padding-left: 36px;
    line-height: var(--l1h75);
    margin-bottom: 1.5em;
}
.dsul-link .std-text16 p:last-child{
    margin-bottom: 0;
}
.dsul-link .std-text16 p::before{
    content: '';
    background-image: url(/Public/Cn/images/b2_icon18.svg);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    left: -4px;
    top: 2px;
}
.electric-case{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
    overflow: hidden;
}
.electric-case .std-title1{
    margin-bottom: var(--space44);
    text-align: center;
}
.electric-case-inof{
    --jian:14px;
    margin: 0 calc(var(--jian) * -1);
    position: relative;
    z-index: 6;
}
.electric-case-inof-item{
    width: 33.333333%;
    padding: 0 var(--jian);
}
.cllt-source{
    color: var(--colorfff);
    line-height: var(--l1h5);
    font-size: 14px;
    bottom: 20px;
    position: absolute;
    right: 20px;
    text-align: right;
    z-index: 6;
}
.electric-case-inof .ys-imgbox-cover::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 62.53%, rgba(0, 0, 0, 0.30) 100%);
    z-index: 4;
}
.electric-case-inof-item:not(:first-child){
    display: none;
}
.electric-case .home-partner-box{
    margin-top: -80px;
}
.electric-case .std-btn2{
    justify-content: center;
    margin-top: 30px;
}
.deul-btm ul{
    margin-bottom: 1.75em;
}
.deul-top-icon::before,
.deul-top-icon::after{
    content: '';
    width: 12px;
    height: 2px;
    background: var(--colorfff);
    position: absolute;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.deul-top-icon::after{
    transform: translate(-50%,-50%) rotate(90deg);
    transition: all .4s ease;
}
.details-elect-ul-list.on .deul-top-icon::after{
    transform: translate(-50%,-50%) rotate(0deg);
}
.details-elect-ul-list:first-child .deul-top{
    padding-top: 21px;
}
.details-elect-ul{
    margin-bottom: -29px;
}
.electric-pro .std-title3{
    color: var(--color3c);
    text-align: center;
    line-height: var(--l1h65);
    margin-bottom: 31px;
    margin-top: 7px;
}
.electric-pro .std-title3 span{
    background: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: var(--font32);
}
.case-pro-swiper .swiper-wrapper{
    justify-content: center;
}
.case-pro-swiper.has-progress .swiper-wrapper{
    justify-content: flex-start;
}
.electric-pro .case-pro-swiper-item {
    padding: 0 15px;
}
.electric-pro .case-pro-swiper {
    margin: 0 -15px;
}
.electric-value.even .evii-link {
    padding: 23px 20px;
    display: flex;
    align-items: center;
}
.electric-value.even .evii-link-icon {
    margin: 0;
    margin-bottom: 0;
}
.electric-value.even .evii-link .std-title3{
    width: calc(100% - 75px);
    flex-grow: 1;
    padding-left: 24px;
    text-align: left;
}
.intel-ship{
    background: var(--colorbg);
    padding-top: var(--space120);
}
.intel-ship .std-title1{
    text-align: center;
    margin-bottom: var(--space44);
}
.intel-ship-cry{
    position: relative;
}
.intel-ship-cry-img,
.intel-ship-cry-img img{
    width: 100%;
}
.intel-ship-cry-inof{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    display: flex;
}
.isci-item{
    width: 25%;
    flex-grow: 1;
    position: relative;
    background: rgba(60, 60, 60, 0.40);
    transition: all .4s ease;
    padding: 39px 43px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.isci-item::before{
    content: '';
    background: #DBDBDB;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
}
.isci-item:last-child::before{
    display: none;
}
.isci-item .std-title3{
    line-height: var(--l1h65);
    color: var(--colorfff);
}
.isci-item .std-text18{
    margin-left: -2px;
}
.isci-item .std-text18 p{
    position: relative;
    color: var(--colorfff);
    line-height: var(--l1h75);
    padding-left: 16px;
}
.isci-item .std-text18 p::before{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    background: var(--colorfff);
    position: absolute;
    top: calc(0.875em - 2.5px);
    left: 0;
}
.intel-manage .details-period-list-link {
    background: var(--colorfff);
}
.intel-manage{
    padding-top: 44px;
    padding-bottom: var(--space80);
}
.dpll-top-nub{
    font-family: 'unisun'!important;
}
.intel-ship{
    position: relative;
}
.intel-ship .ys-cont1400{
    position: relative;
    z-index: 6;
}
.intel-ship .intel-ship-bg{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.intel-ship .intel-ship-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.intel-flow{
    background: var(--colorbg);
    position: relative;
}
.intel-flow .std-title1{
    text-align: center;
    padding-top: var(--space80);
}
.intel-flow .ys-cont1400{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.intel-main .details-section{
    background: var(--colorfff);
}
.intel-flow-bg{
    max-width: 1920px;
    margin: 0 auto;
}
.intel-flow-bg,.intel-flow-bg img{
    width: 100%;
}
.viewer-canvas>img{
    background: var(--colorbg);
}
[data-original]{
    cursor: pointer;
}
.intel-select-inof{
    border: 1px solid #DBDBDB;
    background: var(--colorfff);
    position: relative;
    z-index: 6;
}
.isii-link{
    display: flex;
    padding: 44px;
    align-items: center;
}
.isii-link-img{
    width: 45.801527%;
}
.isii-link-img .ys-imgbox-cover{
    width: 100%;
}
.isii-link-text{
    width: 54.198473%;
    padding-left: 35px;
}
.isii-link-date{
    font-family: 'unisun'!important;
    line-height: var(--l1h75);
    color: var(--color999);
    margin-bottom: 24px;
    margin-top: -3px;
}
.isii-link-date span{
    color: var(--color666);
}
.isii-link-text .std-title3{
    font-weight: bold;
    line-height: var(--l1h65);
    color: var(--color3c);
    margin-bottom: 24px;
}
.isii-link-text-core{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 13px;
    margin-bottom: 15px;
}
.isii-link-icon{
    width: 132px;
    margin-top: 25px;
}
.isii-link-icon img{
    width: 100%;
}
.isii-link-text-core .cllb-tit-nub {
    margin-bottom: 0;
}
.isii-ltc-source{
    font-size: 14px;
    color: var(--color666);
    line-height: var(--l1h5);
}
.isii-link-text-core .ctnl-text {
    color: var(--color666);
}
.isii-link-text-core .ctnl-date{
    color: var(--color666);
    font-weight: bold;
    margin-bottom: 2px;
}
.isii-link-text-core .ctnl-date span{
    color: var(--color666);
    font-weight: normal;
}
.cllb-tit-nub-list{
    position: relative;
}
.cllb-tit-nub-list::before{
    content: '';
    width: 1px;
    height: 35px;
    background: #DBDBDB;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cllb-tit-nub-list:last-child::before{
    display: none;
}
.isii-link-text-core .cllb-tit-nub-list::before{
    background: var(--color666);
}
.cllb-tit-nub-list{
    border-right: 0;
}
.isii-link-detail p{
    line-height: var(--l1h75);
    margin-bottom: 0;
}
.intel-select-inof-item:not(:first-child){
    display: none;
}
.mod-arrows2 .slick-prev, 
.mod-arrows2 .slick-next{
    width: 24px;
    height: 24px;
    z-index: 10;
}
.mod-arrows2 .slick-prev::before,
.mod-arrows2 .slick-next::before,
.mod-arrows2 .slick-prev::after,
.mod-arrows2 .slick-next::after{
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    transition: all .4s ease;
}
.mod-arrows2 .slick-prev::after,
.mod-arrows2 .slick-next::after{
    opacity: 0;
}
.mod-arrows2 .slick-prev::before{
    background-image: url(/Public/Cn/images/b3_arrow01.svg);
}
.mod-arrows2 .slick-next::before{
    background-image: url(/Public/Cn/images/b3_arrow02_1.svg);
}
.mod-arrows2 .slick-prev::after{
    background-image: url(/Public/Cn/images/b3_arrow01_1.svg);
}
.mod-arrows2 .slick-next::after{
    background-image: url(/Public/Cn/images/b3_arrow02.svg);
}
.mod-arrows2 .slick-next{
    position: absolute;
    top: 43px;
    transform: translateY(0);
    right: 56px;
}
.mod-arrows2 .slick-prev{
    position: absolute;
    top: 43px;
    transform: translateY(0);
    right: 88px;
    left: auto;
}
.intel-qa .deul-btm,
.intel-qa .deul-btm p{
    color: var(--color666);
}
.elect-section.act .details-elect-ul-list:last-child {
    border-bottom: 1px solid #DBDBDB;
}
.elect-section.act .details-elect-ul {
    margin-bottom: 0;
}
.elect-section .std-btn2{
    justify-content: center;
    margin-top: 22px;
    display: none;
}
.elect-section.act .std-btn2{
    display: flex;
}
.elect-section .std-btn2-link-icon img{
    transition: all .4s ease;
    transform: scale(1) rotate(90deg)!important;
}
.elect-section .std-btn2-link.on .std-btn2-link-icon img{
    transform: scale(1) rotate(-90deg)!important;
}
.power-main .intel-flow {
    background: var(--colorfff);
}
.power-main .intel-ship{
    padding-bottom: var(--space120);
}
.std-btn2-link{
    cursor: pointer;
}
.details-elect-ul-list:nth-of-type(n+7){
    display: none;
}
.iltw-date{
    font-family: 'unisun'!important;
}
/* .details-main .mod-bread .ys-cont1400{
    width: 1200px;
} */
.about-plan-cry{
    background: var(--colorfff);
    padding: 45px 238px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -210px;
    position: relative;
    z-index: 6;
}
.about-plan,
.about-send{
    background: #EEEEEF;
}
.about-plan .std-title1{
    margin-bottom: 24px;
    text-align: center;
    color: var(--color333);
}
.about-plan-cry .std-text16 p{
    margin-bottom: 15px;
    text-align: center;
}
.about-plan-cry .std-text16 p:last-child{
    margin-bottom: 0;
}
.about-plan-cry .std-btn2{
    justify-content: center;
    margin-top: var(--space44);
}
.about-send{
    padding-top: 100px;
}
.about-send-cry .std-title1{
    color: var(--color3c);
    font-weight: bold;
    line-height: var(--l1h5);
    margin-bottom: 52px;
}
.about-send-cry .std-text20,
.about-send-cry .std-text20 p{
    line-height: var(--l1h75);
    color: var(--color666);
}
.about-send-cry-inof{
    margin-top: 62px;
}
.about-send-cry-inof .std-text18{
    color: var(--color333);
    line-height: var(--l1h75);
    font-weight: bold;
    margin-bottom: 4px;
}
.about-send-cry-inof .std-text16{
    color: var(--color333);
    line-height: var(--l1h75);
}
.about-send-cry-left{
    position: absolute;
    padding: 30px 77px 30px 100px;
    top: 10.5%;
    height: 77.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-send-cry-left{
    width: 68%;
    z-index: 3;
}
.about-send-cry-right{
    width: 30%;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}
.ascr-img{
    margin-right: -30px;
    margin-bottom: calc(var(--space80) * -1);
}
.ascr-img img{
    width: 100%;
}
.about-send-cry{
    display: flex;
    position: relative;
    margin-right: -29px;
}
.about-send-cry-bg{
    position: relative;
    width: 100%;
}
.about-send-cry-bg img{
    width: 100%;
}
.about-history{
    padding-top: var(--space80);
    padding-bottom: var(--space80);
    overflow: hidden;
}
.about-history-left{
    width: 48.928571%;
    position: relative;
}
.about-history-right{
    width: 51.071429%;
    padding-left: 60px;
}
.about-history-left-bg{
    margin-left: calc(700px - 50vw);
    position: relative;
}
.about-history-left-bg img{
    width: 100%;
}
.about-history .ys-cont1400{
    display: flex;
}
.about-history-left-bg::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    position: absolute;
    background: linear-gradient(0deg, rgba(125, 53, 18, 0.30) 0%, rgba(125, 53, 18, 0.30) 100%);
}
.about-history-right .std-title1{
    line-height: var(--l1h5);
    margin-bottom: 19px;
    font-weight: bold;
}
.about-history-right-english{
    color: rgba(60,60,60,.05);
    font-size: 88px;
    line-height: var(--l1h5);
    font-weight: bold;
}
.about-history-left-small{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    height: var(--jian1);
    width: 120px;
}
.about-history{
    --jian1: 80px;
}
.ahls-nub{
    height: var(--jian1)!important;
    position: relative;
    cursor: pointer;
}
.ahls-nub .std-text18{
    font-family: 'unisun'!important;
    color: var(--colorfff);
    line-height: var(--l1h5);
    white-space: nowrap;
    position: absolute;
    left: 62px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
}
.ahls-nub-btn{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--colorfff);
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%,-50%);
}
.about-history-left::before{
    content: '';
    height: 100%;
    position: absolute;
    width: 1px;
    background: var(--colorfff);
    z-index: 2;
    left: 119px;
}
.about-history-left-small .slick-list{
    overflow: visible;
}
.ahls-nub.slick-active .std-text18{
    opacity: 0;
}
.ahlb-nub-year{
    font-size: var(--font60);
    line-height: var(--l1h5);
    font-weight: bold;
    font-family: 'unisunblack'!important;
    color: var(--colorfff);
}
.about-history-left-big{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 195px;
    z-index: 6;
    font-size: var(--font60);
    height: 1.5em;
    width: 6em;
}
.about-history-left::after{
    content: '';
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid var(--colorfff);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 119px;
}
.mod-arrows3 .slick-prev, 
.mod-arrows3 .slick-next{
    width: 44px;
    height: 44px;
    border: 1px solid var(--colorfff);
    z-index: 10;
    font-size: inherit;
    left: 1.15em;
    transform: translateX(-50%);
}
.mod-arrows3 .slick-prev::before,
.mod-arrows3 .slick-next::after{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/Public/Cn/images/f1_icon03.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-arrows3 .slick-next::after{
    background-image: url(/Public/Cn/images/f1_icon04.svg);
}
.ahlb-nub:not(:first-child),
.ahls-nub:not(:first-child){
    display: none;
}
.mod-arrows3 .slick-prev{
    top: -127px;
}
.mod-arrows3 .slick-next{
    bottom: -127px;
    top: auto;
}
.ahrt-item .std-text18{
    display: none;
}
.about-history-right{
    position: relative;
}
.about-history-right-line{
    position: absolute;
    width: 405px;
    top: 50%;
    right: calc(100% - 165px);
    transform: translate(0,-50%);
    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%);
}
.ahrt-item:not(:first-child){
    display: none;
}
.about-history-right-text{
    position: absolute;
    top: calc(50% - 0.825em);
    left: 184px;
    width: calc(100% - 184px);
    font-size: var(--font24);
}
.ahrt-item .std-title3,
.ahrt-item .std-title3 p{
    line-height: var(--l1h65);
}
.about-history-right-line img{
    width: 100%;
}
.about-history.act .about-history-right-line{
    animation: line1 .3s linear forwards;
}
@keyframes line1 {
    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%);
    }
}
@-webkit-keyframes line1 {
    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%);
    }
}
.ahrt-item .std-title3{
    opacity: 0;
    transition: all .4s ease;
}
.about-history.act .ahrt-item.slick-active .std-title3{
    opacity: 1;
    transition: all .4s .3s ease;
}
.about-main .ys-nybanner .ys-pos-center {
    top: 37%;
}
.mod-model{
    border-radius: 10px;
    background: var(--color3c);
    position: fixed;
    width: 904px;
    top: 50%;
    left: 50%;
    padding: 2px;
    overflow: hidden;
    transform: translate(-50%,-50%) rotate(0deg);
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    z-index: 99;
}
.mod-model-bg{
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    background: var(--color3c);
    /* mix-blend-mode: multiply; */
}
.mod-model-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.model-core{
    border: 1px solid var(--colorfff);
    border-radius: 9px;
    padding: 14px 62px 14px 16px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 6;
}
.model-core-img{
    width: 128px;
    background: var(--colorfff);
    padding: 4px;
}
.model-core-img img{
    width: 100%;
}
.model-core-text .std-title3{
    font-weight: bold;
    line-height: var(--l1h5);
    margin-bottom: 17px;
    color: var(--colorfff);
}
.model-core-text .std-text14,
.model-core-text .std-text14 p{
    font-size: 14px;
    line-height: var(--l1h75);
    color: rgba(255, 255, 255, .8);
}
.model-core-text{
    padding-right: 46px;
    padding-left: 33px;
    width: 50%;
    flex-grow: 1;
}
.std-btn1 .std-btn-link::before{
    background: var(--colorfff);
}
.std-btn1 .std-btn-link::after{
    background: var(--colormain);
}
.std-btn1 .std-btn-link .std-text16{
    color: var(--colormain);
    font-size: var(--font18);
    transition: all .4s ease;
}
.std-btn1 .std-btn-link {
    padding: 8px 44px;
}
.model-close{
    width: 24px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 14px;
    cursor: pointer;
}
.model-close img{
    width: 100%;
}
.head-nav-item-title{
    position: relative;
}
.head-nav-item-title::before{
    content: '';
    width: 0%;
    height: 1px;
    background: var(--colormain);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: all .4s ease;
}
.head-nav-item.yxnav-active1 .head-nav-item-title::before {
    width: calc(100% - calc(var(--jian) * 2));
}
.home-main .std-title1{
    font-weight: bold;
}
.home-partner .home-partner-goon{
    position: relative;
}
.home-partner .home-partner-goon::before{
    content: '';
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 116.4%);
    height: 100%;
    width: 22%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none;
}
.home-partner .home-partner-goon::after{
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 116.4%);
    height: 100%;
    width: 22%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    pointer-events: none;
}
/* 载入 */
.mod-fadeclip {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(60px);
    opacity: 0;
    animation: fadeclip 1s ease 1;
    animation-delay: 0.2s;
    animation-fill-mode: forwards !important;
}

@keyframes fadeclip {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        transform: translateY(0);
        opacity: 1;
    }
} 
@-webkit-keyframes fadeclip {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        transform: translateY(0);
        opacity: 1;
    }
} 
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}

@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: none;
    }
}
@-webkit-keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: none;
    }
}
.ys-ban-li .ys-ban-title,
.ys-ban-li .std-text20,
.ys-ban-li .std-btn{
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(60px);
    opacity: 0;
}
/*.ys-ban-li.slick-active .ys-ban-title{*/
/*    animation: fadeclip 1s ease 1;*/
/*    animation-delay: 0.2s;*/
/*    animation-fill-mode: forwards !important;*/
/*}*/
/*.ys-ban-li.slick-active .std-text20{*/
/*    animation: fadeclip 1s ease 1;*/
/*    animation-delay: 0.3s;*/
/*    animation-fill-mode: forwards !important;*/
/*}*/
/*.ys-ban-li.slick-active .std-btn{*/
/*    animation: fadeclip 1s ease 1;*/
/*    animation-delay: 0.4s;*/
/*    animation-fill-mode: forwards !important;*/
/*}*/
.case-tab-btm-search{
    position: relative;
    z-index: 10;
}
.detail1-head-img{
    overflow: hidden;
}
.detail1-head .std-title1{
    font-weight: bold;
}
.electric-kind-img{
    overflow: hidden;
}
.home-green-inof-item{
    align-items: center;
}
.home-solution{
    position: relative;
    z-index: 30;
}
.footer-bot .std-text12 a {
    white-space: nowrap;
}
.inside-main-sec-btm.mod-dots2{
    display: block;
}
/* 2024.07.02 - start */
.hnid2-inl-icon{
    width: 106px;
    background: var(--colorbg);
    border-radius: 50%;
    padding-top: 4px;
}
.hnid2-inl-icon .ys-imgbox-cover{
    width: 100%;
}
.hnid2-inl-text{
    width: calc(100% - 106px);
    padding-left: 24px;
}
.hnid2-inof-nub-link{
    display: flex;
    align-items: flex-start;
}
.hnid2-inl-text .std-title3{
    line-height: var(--l1h65);
    padding-bottom: 12px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 12px;
    transition: all .4s ease;
}
.hnid2-inl-text .hnid2-word,
.hnid2-inl-text .hnid2-word p{
    color: var(--color666);
    line-height: var(--l1h75);
    font-size: 14px;
}
.hnid2-inof{
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    --jian: 50px;
    margin: 0 calc(var(--jian) * -1);
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: -40px;
    flex-wrap: wrap;
}
.hnid2-inof-nub{
    width: 33.333333%;
    padding: 0 var(--jian);
    margin-bottom: 40px;
}
.hnid2-inl-icon .ys-imgbox-cover img{
    transform: scale(1)!important;
}
.hnid2-inof.act .hnid2-inof-nub.yxnav-active2 .hnid2-inl-icon img:first-child{
    opacity: 1;
}
.hnid2-inof.act .hnid2-inof-nub.yxnav-active2 .hnid2-inl-icon img:th-of-type(2){
    opacity: 0;
}
.hnid2-inof.act .hnid2-inof-nub.yxnav-active2 .hnid2-inl-text .std-title3{
    color: var(--color3c);
}
.hnid2-inof.act .hnid2-inof-nub.on .hnid2-inl-icon img:first-child,
.hnid2-inof-nub.yxnav-active2 .hnid2-inl-icon img:first-child{
    opacity: 0;
}
.hnid2-inof.act .hnid2-inof-nub.on .hnid2-inl-icon img:nth-of-type(2),
.hnid2-inof-nub.yxnav-active2 .hnid2-inl-icon img:nth-of-type(2){
    opacity: 1;
}
.hnid2-inof.act .hnid2-inof-nub.on .hnid2-inl-text .std-title3,
.hnid2-inof-nub.yxnav-active2 .hnid2-inl-text .std-title3{
    color: var(--colormain);
}
.head-nav-item-down3{
    padding-bottom: 48px;
}
.hnid4-inof-nub-link .hnid2-inl-icon{
    margin-bottom: 14px;
}
.hnid4-inof-nub-link .std-text18{
    text-align: center;
    color: var(--color3c);
    line-height: var(--l1h75);
    transition: all .4s ease;
}
.hnid4-inof-nub.yxnav-active2 .std-text18{
    color: var(--colormain);
}
.hnid4-inof{
    display: flex;
    padding: 44px 0;
    justify-content: center;
    --jian: 42px;
    margin: 0 calc(var(--jian) * -1);
}
.hnid4-inof-nub{
    padding: 0 var(--jian);
}
.hnid4-inof .hnid2-inl-icon {
    padding-top: 0px;
}
.hnid4-inof.act .hnid4-inof-nub.yxnav-active2 .hnid2-inl-icon img:first-child{
    opacity: 1;
}
.hnid4-inof.act .hnid4-inof-nub.yxnav-active2 .hnid2-inl-icon img:nth-of-type(2){
    opacity: 0;
}
.hnid4-inof.act .hnid4-inof-nub.yxnav-active2 .std-text18{
    color: var(--color3c);
}
.hnid4-inof.act .hnid4-inof-nub.on .hnid2-inl-icon img:first-child,
.hnid4-inof-nub.yxnav-active2 .hnid2-inl-icon img:first-child{
    opacity: 0;
}
.hnid4-inof.act .hnid4-inof-nub.on .hnid2-inl-icon img:nth-of-type(2),
.hnid4-inof-nub.yxnav-active2 .hnid2-inl-icon img:nth-of-type(2){
    opacity: 1;
}
.hnid4-inof.act .hnid4-inof-nub.on .std-text18,
.hnid4-inof-nub.yxnav-active2 .std-text18{
    color: var(--colormain);
}
.hnid4-inof-nub-link{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hnid3-case{
    width: 25.642857%;
    padding-right: 94px;
    padding-top: 29px;
    position: relative;
}
.hnid3-case-link img{
    opacity: 1!important;
}
.hnid3-case-link .ys-imgbox-cover{
    width: 100%;
    margin-bottom: 16px;
}
.hnid3-case-link .std-text18{
    color: var(--color3c);
    line-height: var(--l1h75);
    transition: all .4s ease;
}
.hnid3-case-link .std-btn2{
    margin-top: 24px;
}
.cpii-box .std-btn2-link-icon.ys-imgbox-cover,
.hnid3-case-link .std-btn2-link-icon.ys-imgbox-cover{
    width: 20px;
    margin-bottom: 0;
    margin-left: 6px;
}
.hnid3-case-link .std-btn2-link .std-text18 {
    color: var(--colormain);
}
.hnid3-case::before{
    content: '';
    background: #DBDBDB;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.std-btn2-link .std-text18 {
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    transition: all .4s ease;
}
.hnid3-case-logo{
    position: absolute;
    width: 70px;
    left: 23px;
    top: 0;
    background: var(--colormain);
    padding: 9px 10px 8px;
}
.hnid3-case-logo img{
    width: 100%;
    transform: scale(1)!important;
}
.hnid3-other{
    margin-right: calc(700px - 50vw);
    width: calc(74.357143% + 50vw - 700px);
    display: flex;
    --jian: 50px;
    padding: 0 var(--jian);
    padding-top: 44px;
    padding-bottom: 48px;
}
.hnid3-other-item{
    width: 20%;
    padding: 0 var(--jian);
    flex-grow: 1;
}
.hnid3-oif-nub .std-title3{
    color: var(--color3c);
    line-height: var(--l1h65);
    font-weight: bold;
} 
.hnid3-oif-nub{
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;
}
.hnid3-oif-nub-icon{
    width: 24px;
}
.head-nav-item-down3 .ys-cont1400{
    display: flex;
    align-items: flex-start;
}
.hnid3-oif-nub-icon img{
    transform: scale(1)!important;
}
.hnid3-third-nub-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
.hnid3-third-nub-link .std-text18,
.hnid3-oif-nub .std-title3{
    width: calc(100% - 24px);
    flex-grow: 1;
    transition: all .4s ease;
}
.hnid3-third {
    padding-top: 8px;
}
.hnid3-third-nub.yxnav-active3 .std-text18{
    color: var(--colormain);
}
.hnid3-third-nub.yxnav-active3 .std-text18{
    color: var(--colormain);
}
.hnid3-third-nub.yxnav-active3 .hnid3-oif-nub-icon img:first-child{
    opacity: 0;
}
.hnid3-third-nub.yxnav-active3 .hnid3-oif-nub-icon img:nth-of-type(2){
    opacity: 1;
}

.hnid3-other.act .hnid3-third-nub.yxnav-active3 .hnid3-oif-nub-icon img:first-child{
    opacity: 1;
}
.hnid3-other.act .hnid3-third-nub.yxnav-active3 .hnid3-oif-nub-icon img:nth-of-type(2){
    opacity: 0;
}
.hnid3-other.act .hnid3-third-nub.yxnav-active3 .std-text18{
    color: var(--color3c);
}
.hnid3-other.act .hnid3-third-nub.on .hnid3-oif-nub-icon img:first-child,
.hnid3-third-nub.yxnav-active3 .hnid3-oif-nub-icon img:first-child{
    opacity: 0;
}
.hnid3-other.act .hnid3-third-nub.on .hnid3-oif-nub-icon img:nth-of-type(2),
.hnid3-third-nub.yxnav-active3 .hnid3-oif-nub-icon img:nth-of-type(2){
    opacity: 1;
}
.hnid3-other.act .hnid3-third-nub.on .std-text18,
.hnid3-third-nub.yxnav-active3 .std-text18{
    color: var(--colormain);
}
.head-online-link{
    cursor: pointer;
}
.contact-pop .ys-modal-content {
    width: 854px;
    padding: 44px 48px;
    background: var(--colorfff);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.contact-pop .std-title3{
    color: #000;
    line-height: var(--l1h65);
    font-weight: bold;
    padding-bottom: 21px;
    position: relative;
    margin-bottom: 24px;
}
.contact-pop .std-title3::before{
    content: '';
    width: 175px;
    max-width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #FCD946 0%, #FF3200 100%);
}
.head-online .online-btn{
    font-weight: bold;
}
.contact-pop-inof{
    --jian: 14px;
    margin: 0 calc(var(--jian) * -1);
    display: flex;
}
.contact-pop-inof-item{
    width: 50%;
    padding: 0 var(--jian);
}
.cpii-box{
    border: 1px solid #DBDBDB;
    width: 100%;
    height: 100%;
    padding-top: 23px;
    padding-bottom: 31px;
    display: flex;
    flex-direction: column;
}
.cpii-box-code{
    width: 139px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.cpii-box-code img{
    width: 100%;
}
.cpii-box-text{
    text-align: center;
    line-height: var(--l1h75);
    color: var(--color666);
    margin-bottom: 19px;
}
.cpii-box .std-text18 span{
    color: var(--color3c);
    font-weight: bold;
}
.cpii-box .std-btn2{
    justify-content: center;
}
.cpii-box-icon{
    width: 84px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 20px;
}
.cpii-box-icon img{
    width: 100%;
}
.cpii-box .std-text20{
    text-align: center;
    font-weight: bold;
    color: var(--color3c);
    flex-grow: 1;
}
.contact-pop .ys-modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    position: absolute;
    right: 14px;
    top: 14px;
}
.contact-pop .ys-modal-close img{
    width: 100%;
}
.yx-search3-tbox {
    width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    height: 54px;
    border-bottom: 0px;
    border: 1px solid #DBDBDB;
    display: flex;
    margin-bottom: 12px;
}
.yx-search3-xls{
    display: flex;
    width: calc(100% - 83px);
    align-items: center;
}
.search-word-text{
    font-size: 14px;
    color: var(--color999);
    line-height: var(--l1h75);
    position: relative;
    top: 4px;
}
.search-word{
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.search-word-inof{
    display: flex;
    width: 50%;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: -12px;
}
.swin-link{
    color: var(--color666);
    transition: all .4s ease;
    padding: 4px 16px;
    line-height: var(--l1h75);
    background: var(--colorbg);
    display: inline-block;
}
.search-word-inof-nub{
    padding: 0 6px;
    margin-bottom: 12px;
}
.yx-search3-xlicon .std-text16{
    width: 83px;
    background: var(--colormain);
    color: var(--colorfff);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.search3-icon{
    width: 20px;
}
.search3-icon img{
    width: 100%;
}
.yx-search3-xls input{
    width: calc(100% - 20px);
    padding-left: 22px;
    flex-grow: 1;
    color: var(--color333);
    font-size: var(--font16);
}
.yx-search3-xls input::placeholder{
    color: var(--color999);
}
.ys-ph-navbar2 .ys-phnav-logo{
    background: transparent;
}
.ys-ph-navbar2 .ys-phnav-logo {
    width: 120px;
}
.ys-phnav-header .ys-phnavss-xl a{
    line-height: var(--l1h75);
    color: var(--color666);
}
.ys-phnav-menu{
    top: 56px;
    height: calc(100% - 56px);
}
.ys-phnav2-language{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hnid2-inl-text{
    flex-grow: 1;
}
.electric-radius-box-inof{
    flex-wrap: wrap;
}
.mod-anchor {
    top: calc(var(--head) - 2px);
}
.electric-value-inof{
    flex-wrap: wrap;
}
.news-section {
    padding-top: var(--space80);
}
.dmsc-ri{
    position: sticky;
    top: calc(var(--space120) + var(--head) + 5px);
}
.about-send-cry-bg{
    z-index: 10;
    pointer-events: none;
}
/* 2024.07.02 - end */
.electric-case-inof .slick-track{
    display: flex;
}
.electric-case-inof .slick-slide{
    height: auto;
}
.ctbu-list-link{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ctbu-list-link-btm{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.cllb-tit-nub{
    flex-grow: 1;
}
.ctbu-list-link .ctnm-text {
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-color: transparent;
    transition: all .4s ease;
}
.mod-model {
    top: auto;
    bottom: 8%;
    transform: translate(-50%,0) rotate(0deg);
    -webkit-transform: translate(-50%,0) rotate(0deg);
}
.head-logo img:nth-of-type(2){
    opacity: 0;
}
.home-main .ys-header.white .head-logo img:nth-of-type(2){
    opacity: 1;
}
.home-main .ys-header.white .head-logo img:first-child{
    opacity: 0;
}
.home-main .ys-hd-pc.isfixed .head-logo img:first-child,
.home-main .ys-hd-pc.ishover .head-logo img:first-child{
    opacity: 1!important;
}
.home-main .ys-hd-pc.isfixed .head-logo img:nth-of-type(2),
.home-main .ys-hd-pc.ishover .head-logo img:nth-of-type(2){
    opacity: 0!important;
}
.hpgl-inof-item-link img:first-child{
    filter: grayscale(1);
    opacity: .3;
}
.home-partner .home-partner-goon::before{
    background: linear-gradient(270deg, rgba(60, 60, 60, 0.00) 0%, #f9f9f9 116.4%);
}
.home-partner .home-partner-goon::after{
    background: linear-gradient(90deg, rgba(60, 60, 60, 0.00) 0%, #f9f9f9 116.4%);
}
.hsci-core{
    display: block;
}
.ctsc-tit-text{
    position: relative;
}
.ctsc-tit-text span{
    position: absolute;
    top: 0;
    left: 0;
    line-height: inherit;
    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%);
}
.case-tab-sec-cont.on .ctsc-tit-text span{
    animation: linex  3s linear forwards;
}
@keyframes linex {
    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%);
    }
}
@-webkit-keyframes linex {
    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%);
    }
}
.cllb-tit-nub {
    margin-bottom: 0;
}
.cllb-tit-nub-more{
    margin-top: var(--space44);
}
.hgcl-year{
    position: relative;
}
.hgcl-year span:first-child{
    position: relative;
    top: 0;
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.hgcl-year span{
    position: absolute;
    line-height: inherit;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
.home-wai.act .hgcl-year span{
    animation: year1 .3s ease var(--time) forwards;
}
.home-wai.act .hgcl-year span:last-child{
    animation: year2 .3s ease var(--time) forwards;
}
@keyframes year1 {
    0%{
        opacity: 0;
        pointer-events: none;
    }
    99%{
        opacity: 1;
        pointer-events: all;
    }
    100%{
        opacity: 0;
        pointer-events: none;
    }
}
@keyframes year2 {
    0%{
        opacity: 0;
        pointer-events: none;
    }
    100%{
        opacity: 1;
        pointer-events: all;
    }
}
.ys-banner,
.home-solution,
.home-green,
.home-news{
    overflow: hidden;
}

/* 2024.7.18新增--ada */
.load-cont-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: var(--space80);
    /* overflow: hidden; */
}
.load-cont-top-search {
    width: 32%;
    border: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.load-cont-top-down {
    width: 32%;
    border: 1px solid #DBDBDB;
    position: relative;
}
.load-cont-top-down{
    height: 60px;
}
.load-cont-top-down .ys-select-hd {
    padding: 0 24px;
}
.lcts-input {
    width: calc(100% - 66px);
}
.lcts-input input{
    padding-left: 24px;
    width: 100%;
    font-size: var(--font18);
    color: var(--color333);
}
.lcts-input input,
.load-cont-top-down input{
    line-height: 58px;
}
.lcts-input input::placeholder {
    font-size: var(--font18);
    color: var(--color999);
    line-height: var(--l1h75);
}
.lcts-icon {
    margin-right: 24px;
    width: 24px;
    cursor: pointer;
}
.lcts-icon img {
    width: 100%;
}
.lctd-top input::placeholder {
    font-size: var(--font18);
    color: var(--color3c);
    line-height: 48px;
}
.lctd-icon {
    margin-right: 24px;
    width: 24px;
}
.lctd-icon img {
    width: 100%;
    transform: rotate(90deg);
}
.lctd-down {
    margin-top: 1px;
    background-color: var(--colorfff);
    padding: 20px 24px;
    box-shadow: 1px 2px 10px #D9D9D9;
    max-height: 150px;
}
.contact-cont-top-li .lctd-down{
    padding: 20px 10px;
}
.lctd-down .mCSB_outside+.mCSB_scrollTools {
    right: 28px;
}
.acbl-rigth-mark-icon {
    width: 83px;
}
.acbl-rigth-mark-icon img {
    width: 100%;
}
.lctd-down .ys-select-li:first-child {
    margin-top: 0px;
}
.lctd-down .ys-select-li {
    color: var(--color333);
    font-size: var(--font16);
    margin-top: 15px;
    transition: all .36s;
}
.load-cont-bom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding-top: 16px;
    overflow: hidden;
}
.load-cont-bom-li {
    width: 33.333333%;
    padding: 0 14px;
    margin-top: 28px;
}
.load-main {
    background: #F9F9F9;
}
.active-main {
    background: #F9F9F9;
}
.active-main .load-content{
    padding-bottom: var(--space120);
}   
.lcbl-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 35px;
    background-color: var(--colorfff);
    transition: all .36s;
    position: relative;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.load-cont-bom-li .lcbl-cont::after {
    content: "";
    display: inline-block;
    width: 0%;
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    background-color: var(--colormain);
    transition: all .6s;
    opacity: 0;
}
.load-cont-top  input{
    font-size: var(--font18);
    color: var(--color3c);
}
.load-main-page {
    padding-top: var(--space44);
}
.lcbl-img {
    width: 100%;
}
.lcbl-img img {
    width: 100%;
}
.lcbl-word {
    display: flex;
    margin-top: 24px;
    align-items: baseline;
    flex-grow: 1;
}
.lcbl-word-icon {
    width: 24px;
    margin-right: 12px;
}
.lcbl-word-icon img {
    width: 100%;
}
.lcbl-word-text {
    color: var(--color333);
    line-height: var(--l1h6);
    width: calc(100% - 36px);
    flex-grow: 1;
}
.load-main-page.case-tab-btm-page{
    margin-top: 0;
}
.lcbl-load {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.lcbl-load-text {
    color: var(--colormain);
    margin-right: 6px;
}
.lcbl-load-icon {
    width: 20px;
    flex-shrink: 0;
}
.lcbl-load-icon img {
    width: 100%;
}
.active-cont-bom {
    margin-top: 4px;
    overflow: hidden;
}
.load-cont-bom-li:nth-child(3n+1){
    animation-delay: .2s;
}
.load-cont-bom-li:nth-child(3n+2){
    animation-delay: .3s;
}
.load-cont-bom-li:nth-child(3n+3){
    animation-delay: .4s;
}
.ecru-li:nth-child(3n+1){
    animation-delay: .2s;
}
.ecru-li:nth-child(3n+2){
    animation-delay: .3s;
}
.ecru-li:nth-child(3n+3){
    animation-delay: .4s;
}
.active-cont-bom-li {
    padding-top: 24px;
}
.acbl-cont {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.acbl-left {
    width: 35%;
}
.acbl-rigth {
    width: 65%;
    padding: 26px 30px 30px;
    background-color: var(--colorfff);
    border: 1px solid #E0E2EA;
}
.acbl-rigth-active {
    font-size: 14px;
    color: #5AB331;
    padding: 6px 16px;
    border: 1px solid #5AB331;
    background: #F9F9F9;
    width: fit-content;
}
.acbl-rigth-title {
    margin-top: 12px;
    color: var(--colormain);
    font-weight: bold;
    line-height: var(--l1h5);
}
.acbl-rigth-text {
    color: var(--color666);
    margin-top: 12px;
    line-height: var(--l1h75);
}
.acbl-rigth-word {
    margin-top: 26px;
    padding: 2px 12px;
    border-radius: 2px;
    background: #F7F8FB;
    width: fit-content;
}
.acbl-rigth-word span:first-child::after {
    content: "";
    display: inline-block;
    height: 9px;
    width: 1px;
    background: #E0E2EA;
    margin: 0 12px;
    position: relative;
    top: 50%;
    transform: translateY(-10%);
}
.acbl-rigth-word .std-text16 {
    color: var(--color999);
    line-height: var(--l1h75);
}
.acbl-rigth-link {
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.acbl-rigth-link-text {
    color: var(--colormain);
    margin-right: 6px;
}
.acbl-rigth-link-icon {
    width: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}
.acbl-rigth-link-icon img {
    width: 100%;
}
.acbl-rigth-mark {
    position: absolute;
    right: 0;
    top: 0;
}
.acbl-rigth-mark-text {
    width: max-content;
    font-size: 14px;
    color: var(--colorfff);
    line-height: var(--l1h75);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.issues-content{
    padding-top:var(--space80);
}
.issues-content .ys-cont1400 {
    display: flex;
}
.issu-cont-left {
    width: 23.5%;
    background-color: #F9F9F9;
    padding: 32px 31px;
}
.issu-cont-right {
    width: 76.5%;
    padding-left: var(--space44);
    padding-bottom: var(--space120);
}
.essay-cont-right {
    width: 76.5%;
    overflow: hidden;
    padding-left: 28px;
    padding-bottom: var(--space120);
}
.acul-cont-right-scroll{
    overflow: hidden;
}
.iclu-li-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px 0;
    border-bottom: 1px solid #DBDBDB;
}
.issu-cont-left-ul{
    overflow: hidden;
}
.issu-cont-right-ul{
    overflow: hidden;
}
.issu-cont-left-title {
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #DBDBDB;
}
.iclu-li-top-text {
    color: var(--color3c);
    line-height: var(--l1h75);
    transition: all .36s;
}
.icru-li-top {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.iclu-li-top-icon {
    width: 24px;
    transition: all .36s;
}
.iclu-li-top-icon img {
    width: 100%;
    transform: rotate(90deg);
}
.iclu-li-bom li.on a{
    color: var(--colormain);
}
.iclu-li.on .iclu-li-top-icon {
    transform: rotate(180deg);
}
.iclu-li.on .iclu-li-bom {
    padding-bottom: 8px;
}
.iclu-li.on .iclu-li-top-text {
    color: var(--colormain);
}
.iclu-li-bom {
    padding: 24px 16px;
    display: none;
}
.iclu-li-bom li:first-child {
    margin-top: 0;
}
.iclu-li-bom li {
    margin-top: 16px;
}
.iclu-li-bom .std-text16 {
    transition: all .36s;
}
.icru-li-top-icon {
    width: 32px;
    height: 32px;
    background-color: var(--colormain);
    position: relative;
    margin-right: 14px;
}
.icru-li-top-icon img {
    width: 17px;
    transition: all .36s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icru-li-top-icon img:nth-child(2) {
    opacity: 0;
}
.icru-li-top-text {
    color: var(--color3c);
    line-height: var(--l1h5);
}
.icru-li-bom {
    display: none;
}
.icru-li-bom p {
    margin-top: 15px;
}
.icru-li.on .icru-li-top-icon img:nth-child(1) {
    opacity: 0;
}
.icru-li.on .icru-li-top-icon img:nth-child(2) {
    opacity: 1;
}
.icru-li {
    padding: 35px 0;
    border-bottom: 1px solid #DBDBDB;
    ;
}
.icru-li:first-child {
    padding-top: 0;
}
.inco-cont-logo {
    margin-top: 59px;
    width: 140px;
}
.inco-cont-logo img {
    width: 100%;
}
.inco-cont-img {
    margin-top: 45px;
    display: flex;
    align-items: center;
}
.inco-cont-img-le {
    width: 44px;
    margin-right: 14px;
}
.inco-cont-img-le img {
    width: 100%;
}
.inco-cont-img-ri img {
    width: 100%;
}
.inco-cont-title {
    margin-top: var(--space44);
}
.inco-cont-title p {
    color: var(--color3c);
    line-height: var(--l1h65);
}
.inco-cont-query {
    margin-top: 24px;
    width: 46%;
    display: flex;
    align-items: center;
    border: 1px solid #DBDBDB;
    background: var(--colorfff);
    padding-left: 24px;
    position: relative;
}
.banner-query {
    width: 64%;
    display: flex;
    align-items: center;
    border: 1px solid #DBDBDB;
    background: var(--colorfff);
    padding-left: 24px;
    position: relative;
    margin: 0 auto;
    margin-top: var(--space44);
}
.banner-query .inco-cont-query-text p {
    margin-top: 0;
}
.banner-query .inco-cont-query-text {
    right: -2px;
    bottom: -1px;
}
.inco-cont-query-icon {
    width: 20px;
}
.issues-main .ys-nyban-title h1 {
    line-height: 1.16;
}
.inco-cont-query-icon img {
    width: 100%;
}
.inco-cont-query-input {
    margin-left: 22px;
    width: calc(100% - 160px);
}
.inco-cont-query-input input::placeholder {
    color: var(--color999);
    font-size: var(--font16);
}
.inco-cont-query-input input {
    line-height: 52px;
    font-size: var(--font16);
    width: calc(100%);
    color: var(--color333);
}
.inco-cont-query-text {
    width: 83px;
    height: 54px;
    background-color: var(--colormain);
    position: absolute;
    right: 0;
    cursor: pointer;
}
.inco-cont-query-text p {
    color: var(--colorfff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inco-cont-img-ri {
    line-height: 1.25;
    background: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inco-cont-text {
    display: flex;
    margin-top: 16px;
}
.inco-cont-text-key {
    font-size: 14px;
    color: var(--color999);
    line-height: var(--l1h75);
    flex-shrink: 0;
}
.inco-cont-text-ul {
    display: flex;
    align-items: center;
}
.inco-cont-text-ul li {
    padding: 0 6px;
    font-size: 14px;
}
.inco-cont-text-ul li p {
    padding: 4px 16px;
    background: #F9F9F9;
    color: var(--color666);
    font-size: 14px;
    line-height: var(--l1h75);
}
.inco-cont-link {
    margin-top: 24px;
}
.inco-cont-link-li {
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.inco-cont-link-li:first-child {
    margin-top: 0px;
}
.icll-icon {
    width: 24px;
    margin-right: 12px;
}
.icll-icon img {
    width: 100%;
}
.icll-text a {
    text-decoration: underline;
    color: var(--colormain);
}
.icll-text span {
    text-decoration: underline;
    color: var(--colormain);
    cursor: pointer;
}
.inco-cont-code-img {
    width: 121px;
    margin-top: 28px;
}
.inco-cont-code {
    width: fit-content;
}
.inco-cont-code-img img {
    width: 100%;
}
.inco-cont-code-text {
    margin-top: 10px;
    font-size: 12px;
    color: var(--color3c);
    line-height: var(--l1h75);
    text-align: center;
    width: fit-content;
}
.incorrect-mian {
    position: relative;
}
.incorrect-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.incorrect-bg img {
    width: 100%;
}
.sitmap-cont-web {
    font-weight: bold;
    margin-top: 54px;
}
.sitmap-cont {
    margin-top: 54px;
    overflow: hidden;
}
.a1 {
    font-size: var(--font18);
    color: var(--colormain);
    line-height: var(--l1h75);
}
.a2 {
    font-size: 14px;
    color: var(--color333);
    line-height: var(--l1h5);
}
.a3 {
    font-size: 14px;
    color: var(--color666);
    line-height: var(--l1h5);
}
.sitmap-main {
    padding-bottom: 82px;
    background-color: #F9F9F9;
}
.essay-main {
    background-color: #F9F9F9;
}
.essay-main .issu-cont-left {
    background-color: var(--colorfff);
}
.essay-cont-right-ul {
    margin: 0 -14px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.ecru-li {
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 28px;
}
.ecru-li-link {
    display: flex;
    align-items: center;
}
.ecru-li-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--colorfff);
}
.inco-cont-title p{
    margin-bottom: 13px;
}
.inco-cont-title p:last-child{
    margin-bottom: 0;
}
.ecru-li-word {
    padding: 24px 24px 29px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.ecru-li-title {
    color: var(--color333);
    line-height: var(--l1h65);
    font-size: 20px;
}
.ecru-li-class {
    padding: 0 14px;
    background-color: #F9F9F9;
    font-size: 14px;
    border-radius: 5px;
    width: fit-content;
    line-height: var(--l1h75);
    color: var(--color666);
    margin-top: 10px;
}
.ecru-li-text {
    margin-top: 10px;
    flex-grow: 1;
}
.ecru-li-text p{
    height: 100%;
}
.ecru-li-link {
    margin-top: 40px;
}
.essay-cont-right-btn {
    margin-top: 16px;
}
.essay-cont-right-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ecrb-text {
    color: var(--colormain);
}
.ecrb-icon {
    width: 20px;
    margin-left: 6px;
}
.ecrb-icon img {
    width: 100%;
}
.about-cont-ul {
    background-color: #F9F9F9;
}
.acul-title {
    font-weight: bold;
    line-height: var(--l1h5);
}
.acul-title.std-title1 span {
    background: linear-gradient(180deg, #FDB83B 19.7%, #FF3200 87.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-cont-ul-li {
    padding-top: var(--space120);
    padding-bottom: 142px;
}
.acul-text p{
    margin-top: 24px;
    width: 76%;
    color: var(--color3c);
}
.acul-cont {
    display: flex;
    margin-top: 42px;
}
.acul-cont-left {
    width: 49%;
}
.acul-cont-right {
    width: 51%;
    padding-left: 66px;
}
.sitmap-cont-title {
    padding-top: 16px;
    width: 100%;
}
.sitmap-cont-title:first-child {
    padding-top: 0;
}
.sitmap-cont-title-li:first-child {
    border-top: 1px solid #E0E2EA;
    margin-top: 16px;
}
.sitmap-cont-title-li {
    border-bottom: 1px solid #E0E2EA;
    padding: 16px 0;
    width: 100%;
    padding-left: 34px;
}
.sctl-ul-li:first-child {
    border-top: 1px solid #E0E2EA;
    margin-top: 16px;
    padding-top: 16px;
}
.sctl-ul-li:last-child {
    border-bottom: 0px;
    padding-bottom: 0;
}
.sctl-ul-li {
    border-bottom: 1px solid #E0E2EA;
    padding: 16px 0;
    width: 100%;
    padding-left: 68px;
}
.sitmap-head-bg {
    border-left: 4px solid var(--colormain);
    background: var(--colorfff);
    padding: 25px 40px;
    margin-top: 62px;
}
.sitmap-head-bg-img {
    width: 171px;
}
.sitmap-head{
    padding-left: 40px;
    overflow: hidden;
}
.sitmap-content{
    padding-left: 80px;
}
.sitmap-head-bg-img img {
    width: 100%;
}
.sitmap-cont-title-li.on {
    padding-left: 0;
}
.sitmap-cont-title-li.on .a2 {
    padding-left: 34px;
}
.cctl-text {
    color: var(--color3c);
}
.cctl-text span {
    color: var(--colormain);
}
.contact-main {
    background: #F9F9F9;
}
.contact-content {
    padding-top: var(--space80);
    padding-bottom: var(--space120);
}
.cctl-ul {
    display: flex;
    align-items: center;
    margin: 0 -22px;
    padding-top: 24px;
}
.cctl-ul-li {
    display: flex;
    align-items: center;
    padding: 0 22px;
}
.cctl-ul-li-text {
    color: var(--color999);
}
.contact-cont-top-ul {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.contact-cont-top-li:first-child {
    margin-bottom: 13px;
}
.contact-cont-top-li {
    padding: 0 7px;
    width: 50%;
    margin-top: 24px;
}
.contact-cont-top-li:first-child {
    margin-top: 0;
}
.contact-cont-top-li.select {
    width: 100%;
}
.cctl-input {
    margin-top: 5px;
    position: relative;
}
.cctl-input input {
    border: 1px solid #DBDBDB;
    width: 100%;
    line-height: 34px;
    padding: 0 9px;
    font-size: 14px;
    color: var(--color333);
    position: relative;
    z-index: 6;
    background: var(--colorfff);
}
.cctl-input p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--color999);
    line-height: var(--l1h75);
    padding-left: 9px;
    z-index: 9;
}
.cctl-input input::placeholder {
    font-size: 14px;
    color: var(--color999);
    line-height: var(--l1h75);
}
.cctl-input .ys-select-show {
    height: auto;
}
.cctl-input .ys-select-xtbbox {
    right: 6px;
    width: 24px;
    z-index: 20;
}
.cctl-input .ys-select-xtbbox img {
    width: 100%;
}
.cctl-input .lctd-down .mCSB_outside+.mCSB_scrollTools {
    right: 10px;
    top: 20px;
}
.contact-main .cctl-input .lctd-down .mCSB_outside+.mCSB_scrollTools {
    right: 5px;
}
.cctl-cue {
    align-items: flex-start;
    margin-top: 6px;
    display: none;
}
.cctl-cue-icon {
    width: 16px;
    margin-right: 6px;
    margin-top: 1px;
}
.cctl-cue-icon img {
    width: 100%;
}
.cctl-cue-text {
    font-size: 12px;
    color: #f00;
    line-height: var(--l1h75);
}
.cctl-input textarea {
    width: 100%;
    height: 150px;
    padding: 11px 9px;
    font-size: 14px;
    color: var(--color333);
    line-height: var(--l1h75);
    border: 1px solid #DBDBDB;
    position: relative;
    /* z-index: 10; */
    z-index: 5;
}
.cctl-ul-li.on .cctl-ul-li-box::after, .cctl-ul-li.on .cctl-ul-li-boxs::after {
    opacity: 1;
}
.cctl-ul-li.on .cctl-ul-li-box {
    border: 1px solid var(--colormain);
}
.cctl-link-li.on .cctl-link-li-box::after, .cctl-link-li.on .cctl-link-li-boxs::after {
    opacity: 1;
}
.cctl-link-li.on .cctl-link-li-box, .cctl-link-li.on .cctl-link-li-boxs {
    border: 1px solid var(--colormain);
}
.select .cctl-input-cont {
    position: absolute;
    top: 11px;
}
.select .cctl-input-cont p {
    position: relative;
    top: 0;
    transform: translateY(0);
    z-index: 0;
}
.cctl-input-cont.vanish {
    display: none;
}
.cctl-input-text {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--colormain);
    font-size: 14px;
    cursor: pointer;
    z-index: 20;
    line-height: 1.4;
}
.cctl-link-li {
    margin-top: 12px;
}
.cctl-link-li-cont {
    display: flex;
    align-items: center;
}
.cctl-link-li:first-child {
    margin-top: 0;
}
.empty .cctl-cue {
    display: flex;
}
.cctl-link-li-box, .cctl-link-li-boxs {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all .36s;
    flex-shrink: 0;
}
.cctl-input.vanish p {
    display: none;
}
.cctl-link-li-box::after, .cctl-link-li-boxs::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--colormain);
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    opacity: 0;
}
.cctl-link-li-text {
    font-size: 14px;
    color: var(--color666);
    line-height: var(--l1h75);
}
.cctl-link-li-text span {
    color: var(--colormain);
}
.cctl-link-li-text a {
    color: var(--colormain);
    text-decoration: underline;
}
.contact-cont-top-btn {
    width: 100% !important;
    margin-top: var(--space44);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.contact-cont-top-btn .std-btn-link{
    width: 100%;
    padding: 10px 10px;
}
.contact-cont-slick {
    margin: 0 -14px;
    padding-top: var(--space80);
}
.contact-cont-slick .slick-track{
    display: flex;
}
.contact-cont-bom-li{
    padding: 0 14px;
    height: auto;
}
.ccbl-icon {
    width: 72px;
    margin: 0 auto;
}
.ccbl-icon img {
    width: 100%;
}
.ccbl-icon-cont {
    height: 100%;
    padding: 38px 45px 35px;
    border: 1px solid #DBDBDB;
    display: flex;
    flex-direction: column;
}
.ccbl-title {
    margin-top: 22px;
    color: var(--color3c);
    line-height: var(--l1h65);
    font-weight: bold;
    text-align: center;
}
.ccbl-text {
    margin-top: 6px;
    text-align: center;
    margin-bottom: var(--space44);
}
.ccbl-link {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
.ccbl-link-text {
    color: var(--colormain);
}
.ccbl-link-icon {
    margin-left: 6px;
    width: 20px;
}
.ccbl-link-icon img {
    width: 100%;
}
.ccbl-text {
    flex-grow: 1;
}
.cctl-ul-li-box, .cctl-ul-li-boxs {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #DBDBDB;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
    transition: all .36s;
}
.cctl-ul-li-box::after, .cctl-ul-li-boxs::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: var(--colormain);
    border-radius: 100%;
    transition: all .36s;
    opacity: 0;
}
.ys-slick-item {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ys-slick-item:nth-child(n+2) {
    display: none;
}
.acrs-li-cont-img {
    width: 56px;
    position: relative;
    flex-shrink: 0;
    margin-right: 24px;
}
.acrs-li-cont-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .36s;
}
.acrs-li-cont-img img:nth-child(2) {
    opacity: 0;
}
.acrs-li-cont-text p{
    color: var(--color999);
    line-height: var(--l1h75);
    transition: all .36s;
}
.acrs-li-cont::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--colormain);
}
.acrs-li.act .acrs-li-cont::after {
    -webkit-animation: 4s line linear;
    animation: 4s line linear;
    width: 100%;
}
.acrs-li.act .acrs-li-cont-img img:nth-child(1) {
    opacity: 0;
}
.acrs-li.act .acrs-li-cont-img img:nth-child(2) {
    opacity: 1;
}
.acrs-li.act .acrs-li-cont-text p{
    color: var(--color3c);
}
.acrs-li-cont {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #DBDBDB;
    position: relative;
    padding: var(--space44) 0;
}
@-webkit-keyframes line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes line {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.settle-cont{
    overflow: hidden;
}
.settle-content {
    padding-top: var(--space80);
    padding-bottom: var(--space120);
    background: #F9F9F9;
    overflow: hidden;
}
.settle-cont-li {
    border: 1px solid #DBDBDB;
    background: #F8F8F8;
    margin-top: var(--space44);
}
.settle-cont-li:first-child{
    margin-top:0;
}
.settle-cont-li-link {
    display: flex;
    align-items: center;
}
.scll-left {
    width: 49%;
}
.scll-left.ys-imgbox-cover img:nth-child(n+2) {
    object-fit: cover;
}
.scll-right {
    width: 51%;
    padding: 45px 50px;
}
.scll-right-cont-word p{
    color:rgba(255, 50, 0, 0.8);
    line-height: var(--l1h8);
    font-weight: bold;
}
.scll-right-cont-title{
    font-weight: bold;
    color: var(--color333);
    line-height: 1.4;
    margin-top: 16px;
}
.scll-right-cont-text p{
    color: rgba(103, 103, 103, 0.8);
    line-height: var(--l1h8);
    margin-top: 16px;
}
.scll-right-cont-btn{
    margin-top: 66px;
}
.settle-btn{
    margin-top: var(--space44);
    color: var(--colormain);
    cursor: pointer;
}
.settle-pop.ys-modal {
    background: rgba(0, 0, 0, .4);
}
.settle-pop .ys-modal-content {
    width: 924px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    padding:56px 44px 70px 90px; 
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 80px);
}
.incorrect-content{
    overflow: hidden;
    min-height: 100vh;
}
.settle-pop .mCustomScrollBox {
    max-height: 1225px;
}
.settle-pop-title{
    color: #000;
    line-height: var(--l1h65);
    text-align: center;
}
.settle-pop .contact-cont-top-ul{
    margin-top: var(--space44);
    overflow: hidden;
}
.settle-pop .ys-modal-close{
    top: 28px;
    right: 35px;
    width: 36px;
    height: 36px;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
}
.settle-pop-img{
    width: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.settle-pop-img img{
    width: 100%;
}
.cctl-input .ys-select-li{
    font-size: 14px !important;
}
.scll-right-cont-btn .std-btn-link::after {
    background:var(--colormain);
}
.scll-right-cont-btn .std-btn-link{
    border: 1px solid var(--colormain);
    padding:10px 44px;
}
.scll-right-cont-btn .std-btn-link .std-text16 {
    color: var(--colormain);
    transition: all .36s;
}
.scll-right-cont-btn  .std-btn-link::before {
    background-color: #F8F8F8;
}
.inco-cont-query-text p{
    font-size: var(--font16);
}
.acbl-left.ys-imgbox-cover img:nth-child(n+2) {
    object-fit: cover;
}
.settle-pop .mCSB_inside>.mCSB_container {
    margin-right: 46px;
}
.settle-pop .mCSB_scrollTools {
    top: 30px;
}
.issu-cont-left-tidd{
    overflow: hidden;
}
.contact-cont-slick .slick-dots {
    bottom: -8px;
}
.contact-cont-slick .slick-dots li.slick-active {
    background: var(--colormain);
}
.contact-cont-slick .slick-dots li {
    width: 8px;
    height:8px;
    margin: 0 6px;
}
.acul-cont-right-slick .slick-dots {
    bottom: -24px;
}
.acul-cont-right-slick .slick-dots li.slick-active {
    background: var(--colormain);
}
.acul-cont-right-slick .slick-dots li {
    width: 8px;
    height:8px;
    margin: 0 6px;
}
.settle-pop .mCSB_scrollTools .mCSB_draggerContainer {
    width: 2px;
}
.settle-pop .mCSB_dragger_bar{
    width: 4px;
}
.settle-pop .mCSB_scrollTools {
    width: 10px;
}
.cctl-input .mCSB_scrollTools .mCSB_draggerContainer {
    height: auto;
    width: 4px;
}
.iclu-li-ul{
    flex-wrap: wrap;
}
/* Delia-start */
.load-content{
    padding-bottom: var(--space120);
}
.load-cont-top-down .ys-select{
    height: 100%;
    width: 100%;
}
.load-cont-top{
    position: relative;
    z-index: 5;
}
.contact-cont-bom-li{
    position: relative;
}
.ccbl-pop{
    width: 212px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: drop-shadow(0px 6.6px 26.4px rgba(0, 0, 0, 0.05));
    display: none;
}
.ccbl-pop-img1{
    width: 100%;
    position: relative;
}
.ccbl-pop-img2{
    width: 188px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ccbl-link{
    cursor: pointer;
}
.anchor-inof-item .std-text16{
    transition: all .36s;
}
.mod-anchor.start .anchor-inof-item .std-text16{
    line-height: 50px;
}
.dmsc-ri{
    display: none !important;
}
.details-main-sec-cont{
    width: 74.5%;
    margin: 0 auto;
}
.dmsc-le-top-min{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.dltu-share{
    display: flex;
    align-items: center;
}
.ys-share-img{
    display: block;
    width: 24px;
}
.ys-share-img img{
    width: 100%;
}
.ys-share{
    margin: 0 -12px;
}
.ys-share-list{
    padding: 0 12px;
}
.dltu-share-text{
    margin-right: 14px;
}
.dltu-share-text p{
    color: #999;
    line-height: 1.75;
    font-size: var(--font16);
}
.dmsc-le-top-ul{
    margin-bottom: 0px !important;
}
/* Delia-end */

@media screen and (min-width: 1200px) {
    .scll-right-cont-btn:hover .std-btn-link .std-text16{
        color: #F8F8F8;
    }
    .iclu-li-bom .std-text16:hover {
        color: var(--colormain);
    }
    .load-cont-bom-li .lcbl-cont:hover::after {
        width: 100%;
        opacity: 1;
    }
    .lctd-down .ys-select-li:hover {
        color: var(--colormain);
    }
    .iclu-li-top:hover .iclu-li-top-text {
        color: var(--colormain)
    }
}
/* 2024.7.18新增--ada */
/* b4页面 */
.elec-content{
    padding: 92px 0;
    background-color:#F9F9F9;
}
.elec-cont{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    padding-right: calc(50% - 700px);
}
.elec-cont-left{
    width: 43%;
}
.elec-cont-right{
    width: 57%;
    padding-left: 148px;
    padding-top: 100px;
    padding-right: 20px;
}
.elec-cont-right-intr{
    display: flex;
    margin: 0 -22px;
    padding-top: var(--space44);
}
.ecri-li{
    padding:0 22px;
}
.elec-cont-right-title{
    line-height: 1.25;
}
.elec-cont-right-title span{
    font-weight: bold;
    padding-left: 0px !important;
    color:linear-gradient(90deg, #FCD946 0%, #FF3200 100%);
}
.elec-cont-right-icon{
    margin-top: 66px;
    width: 36px;
}
.elec-cont-right-icon img{
    width: 100%;
}
.elec-cont-right-word{
    margin-top: 24px;
}
.ecrw-ul{
    padding-top: 24px;
    margin: 0 -26px;
    display: flex;
    flex-wrap: wrap;
}
.ecrw-ul-li{
    padding: 0 26px;
}
.ecrw-title{
    line-height: var(--l1h65);
}
.ecrw-ul-li p{
    line-height: var(--l1h75);
    margin-top: 6px;
}
.ecrw-ul-li p:first-child{
    margin-top: 0;
}
.ecrw-ul-li p::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #666;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.underline-slick .ys-slick-item:nth-child(n+2) {
    display: block;
}
.ecri-li-text{
    padding: 8px 0;
    padding-right: 40px;
    line-height: var(--l1h75);
    transition: all .36s;
    position: relative;
    border-top: 2px solid #DBDBDB;
    cursor: pointer;
    color: var(--color999);
}
.ecri-li-text::before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--colormain);
}
.ecri-li.act .ecri-li-text{
    color: var(--colormain);
}
.ecri-li.act .ecri-li-text::before {
    -webkit-animation: 8s line linear;
    animation: 8s line linear;
    width: 100%;
}
.underline-slick .slick-dots {
    bottom: -16px;
}
.underline-slick .slick-dots li.slick-active {
    background: var(--colormain);
}
.underline-slick .slick-dots li {
    width: 8px;
    height:8px;
    margin: 0 6px;
}
.ec-title{
    display: none;
    padding: 0 20px 10px;
}
.ys-imgbox-cover img:nth-child(n+2){
    object-fit: cover;
}
.zq-fix-tool-box{
    display: none !important;
}
.show{
    display: none !important;
}
/* b4页面 */

/* 20240724 */
.about-plan-icon{
    width: 48px;
    margin: 0 auto 16px;
}
.about-plan-icon img{
    width: 100%;
}
/* 20240729 */
.ecru-li-text p{
    height: 7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ecru-li-title{
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ecru-li-btn{
    display: flex;
    align-items: center;
}
.acbl-rigth-link-text, .ccbl-link-text{
    text-decoration: underline;
    text-underline-position: from-font;
    text-decoration-color:transparent;
    transition: all .36s;
}
.cctl-input .ys-select-li, .lctd-down .ys-select-li{
    line-height: 1.4;
    padding-bottom: 0 !important;
}
.load-cont-top-down .imst-ri .ys-select-bd {
    max-height: 165px;
    height: auto;
}
.load-cont-top-down .imst-ri{
    border: none;
}
.contact-cont-top-ul .ys-select.zindex .mCSB_scrollTools, 
.load-cont-top-down .ys-select.zindex .mCSB_scrollTools {
    opacity: 1 !important;
    transition: all .3s .2s ease;
}
.contact-cont-top-ul  .mCSB_scrollTools, 
.load-cont-top-down  .mCSB_scrollTools {
    opacity: 0 !important;
    transition: all 0s ease;
}
.settle-pop .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    left: -1.5px;
}
.cctl-input .ys-select-hd.on .ys-select-xtbbox {
    transform: translateY(-50%) rotate(180deg);
}
.contact-cont-top-ul .imst-ri.ys-select{
    height: auto;
    border: none;
}
.contact-cont-top-ul .imst-ri.ys-select .ys-select-hd{
    padding: 0px !important;
}
.acul-cont{
    align-items: center;
}
.contact-cont-top-ul .ys-select-bd{
    max-height: 165px;
    height: auto;
}
.acrs-li:first-child .acrs-li-cont{
    padding-top: 0px;
}
.load-cont-top-search{
    width: 35%;
}
.cctl-input label{
    width: 100%;
    height: 100%;
    display: block;
    cursor: auto;
}
.contact-cont-top-code .cctl-input label input{
    padding-right: 24%;
}
.settle-pop .contact-cont-top-code .cctl-input label input{
    padding-right: 30%;
}
.contact-cont-top-code .cctl-input-text{
    flex-shrink: 0;
}
.contact-cont-top-code2 .cctl-input{
    display: flex;
    justify-content: space-between;
}
.contact-cont-top-code2 .cctl-input label{
    width: calc(100% - 120px);
}
.contact-cont-top-code2 .apcr-ul-li-img{
    width: 110px;
    cursor: pointer;
}
.contact-cont-slick .slick-track{
    align-items: stretch;
}
.acrs-li-cont{
    height: 100% ;
}
.settle-pop .cctl-input .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    left: 0px !important;
}
@media screen and (min-width: 1200px) {
    .essay-main .ecru-li a:hover .acbl-rigth-link-text,
     .active-cont-bom-li a:hover .acbl-rigth-link-text, 
     .ccbl-icon-cont:hover .ccbl-link-text{
        text-decoration-color:var(--colormain);
    }
}
.ctbs-item.ctbs-item2{
    width: 20%;
    flex-grow: 1;
}
.cllt-add{
    position: absolute;
    left: 24px;
    bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -4px -8px;
}
.cllt-add .cllt-text{
    position: relative;
    bottom: 0;
    left: 0;
}
.cllt-add .cllt-add-nub,
.cllt-add .cllt-text{
    margin: 0 4px;
    margin-bottom: 8px;
    line-height: 2;
    font-size: 14px;
    padding: 1px 15px;
}
.cllt-add .cllt-add-nub{
    background: #3C3C3C;
    color: var(--colorfff);
}
.ys-hd-pc{
    width: 100vw;
}
.sticky-body{
    padding-right: 0!important;
}
.home-select-inof {
    width: 45%;
}
.footer-top-left-logo {
    width: 213px;
    margin-bottom: 18px;
}
.ftll-link{
    display: flex;
}
.ftll-link .ftll-link-title{
    color: #3C3C3C;
    font-weight: bold;
    margin-right: 23px;
}
.footer-nav .ys-imgbox-cover{
    width: 16px;
    font-size: 0;
    margin-right: 6px;
}
.footer-nav a{
    display: flex;
    align-items: center;
}
.footer-nav .ys-imgbox-cover img{
    transform: scale(1)!important;
}
.footer-nav li {
    padding: 0 12px;
}
.footer-nav {
    margin: 0 -12px;
}
.footer-nav .ys-imgbox-cover img:nth-of-type(2){
    opacity: 0;
}
.footer-nav li .std-text16{
    text-decoration: underline;
    transition: all .4s ease;
}
.footer-nav li::before{
    display: none;
}
.footer-top-left {
    padding-top: 25px;
}
.footer-top {
    padding-bottom: 22px;
}
.hpbi-nlt-text {
    width: 50%;
    padding-left: 29px;
}
.hpbi-nub-link-tr{
    display: flex;
    flex-wrap: wrap;
}
.hpbi-nlt-text{
    flex-wrap: wrap;
}
.hpbi-nlt-text .std-text18 {
    width: 100%;
}
.hpbi-nlt-text .std-text20{
    position: relative;
}
.hpbi-nlt-text .std-text20::before,
.hpbi-nlt-text .std-text20::after{
    content: '';
    background-image: url(/Public/Cn/images/check.svg);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position: absolute;
    left: -24px;
    top: 0.825em;
    transform: translateY(-50%);
    transition: all .4s ease;
    opacity: 1;
}
.hpbi-nlt-text .std-text20{
    line-height: var(--l1h65);
}
.hpbi-nlt-text .std-text20::after{
    background-image: url(/Public/Cn/images/check1.svg);
    opacity: 0;
}
.hpbi-nlt-text .std-text18{
    font-size: var(--font16);
}
.hpbi-nub-link .std-btn2{
    border-top: 1px solid #DBDBDB;
    transition: all .4s ease;
    padding-top: 28px;
}
.cctl-add{
    width: 100%;
}
.cctl-add-now{
    width: 50%;
}
.hpbi-nub-link .std-btn2-link .std-text18{
    color: var(--color666);
}
.hpbi-nub-link .std-btn2-link .std-btn2-link-icon {
    width: 20px;
    margin-left: 16px;
}
.hpbi-nub-link {
    padding: 29px 35px 25px;
}
.hpbi-nlt-text .std-text20{
    margin-bottom: 6px;
}
.hpbi-nlt-text .std-text18{
    line-height: var(--l1h75);
}
.hpbi-nlt-text {
    margin-bottom: 24px;
}
.hpbi-nub-link-tr {
    margin-bottom: 4px;
}
.home-partner-box-inof {
    width: 509px;
}
.hpbi-nub-link::before,
.hpbi-nub-link::after {
    background-image: url(/Public/Cn/images/a1_icon02.svg);
    transform: rotateX(180deg);
    top: auto;
    bottom: 0;
    background-position-y: bottom;
    pointer-events: none;
}
.ys-bread-list img{
    width: 24px;
    margin-right: 6px;
}
.ys-bread-list a {
    align-items: center;
    display: flex;
}
.hnid2-inl-text .std-title3{
    font-size: var(--font20);
    font-weight: bold;
}
.hnid2-inof {
    padding-top: 131px;
    padding-bottom: 131px;
}
.ys-hd-pc{
    display: block;
}
.mod-head1{
    display: flex;
    justify-content: flex-end;
}
.mod-head2{
    display: flex;
    justify-content: space-between;
}
:root{
    --head1: 40px;
    --head2: 80px;
    --head: calc(var(--head1) + var(--head2))!important;
}
.mod-head1{
    --head: 40px;
}
.mod-head2{
    --head: 80px;
}
.ys-hd-pc {
    padding-left: 0!important;
    padding-right: 0!important;
}
.mod-head1,
.mod-head2 {
    padding-left: calc(50vw - 700px);
    padding-right: calc(50vw - 700px);
    transition: all .4s ease;
    position: relative;
}
.head-lan-icon,
.head-search-btn {
    width: 20px;
}
.head-lan{
    margin-left: 24px;
}
.head-logo {
    width: 130px;
}
.inside-main .ys-hd-pc .mod-head1, 
.ys-hd-pc.isfixed .mod-head1, 
.ys-hd-pc.ishover .mod-head1{
    background: var(--color3c);
}
.home-main .ys-ban-txtbox.ys-pos-center{
    top: calc(50% + calc(var(--head1) + var(--head2) / 2));
    top: calc(50% + calc(var(--head2) / 2));
}
.head-nav-item-title::before{
    height: 2px;
}
.head-phone-link-icon {
    width: 20px;
}
.head-lan-down {
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border: 1px solid #DBDBDB;
    border-top: 0px;
    background: var(--colorfff);
    padding: 10px 0;
    display: none; */
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.head-lan-down-item.on a{
    background: #f1f1f1;
}
.head-lan-down-add1 .head-lan-down-item span{
    font-weight: bold;
}
.head-lan-down-item i{
    font-style: normal;
}
.head-lan-down-box{
    display: flex;
}
.head-lan-down-add1 a {
    padding-right: 0!important;
}
.head-lan-down-add2 a {
    padding-left: 0!important;
}
.home-green-inof-id{
    color: #DBDBDB;
    line-height: var(--l1h75);
    margin-top: 41px;
}
.intel-select-inof2 .isii-link-img{
    background: var(--colorbg);
}
.isii-link-text-add{
    color: var(--colormain)!important;
    line-height: var(--l1h65);
    font-weight: bold;
    margin-bottom: 21px!important;
    margin-top: 24px;
}
.isii-link-bei p{
    background: linear-gradient(270deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.head-logo a{
    font-size: 0;
}
.isii-link-bei {
    margin-top: 17px;
}
.intel-select-inof2 .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 4.5px;
    background: var(--color999);
}
.intel-select-inof2 .slick-dots li.slick-active{
    background: var(--colormain);
}
.intel-select-inof2 .slick-dots{
    text-align: left;
    bottom: 64px;
    left: 74px;
}
.head-nav-item-title{
    font-weight: bold;
}
#intel-flow-lottie{
    width: 76.67vw;
    max-width: 1472px;
    margin: 0 auto;
}
.intel-flow .ys-cont1400 {
    position: relative;
    left: 0;
    transform: translateX(0);
}
.intel-flow .std-title1{
    margin-bottom: var(--space44);
}
.intel-flow{
    padding-bottom: var(--space80);
}
.about-history{
    overflow: visible;
}
.about-history-zhan{
    height: calc(var(--length) * 10vh);
}
.about-history .ys-cont1400{
    position: sticky;
    top: calc(var(--head) + 20px);
}
.head2-left{
    display: flex;
    align-items: center;
}
.head-nav{
    margin-left: calc(var(--space80) - var(--jian));
}
.about-plan-cry {
    padding: 45px 190px;
}
.ys-nyban-title p span{
    font-weight: bold;
}
.about-main .ys-nyban-title p{
    width: calc(var(--font60) * 19);
    max-width: 100%;
    margin: 0 auto;
    margin-top: 22px;
}
.intel-main #intel-flow-lottie{
    width: 67.65vw;
    max-width: 1299px;
}
.hnid4-inof-nub-link .std-text18{
    font-weight: bold;
}
.ys-ph-navbar2 .ys-phnav-logo {
    width: 140px;
    padding: 0 20px;
}
.code-pop .ys-modal-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    right: -50px;
    top: 0;
}
.code-pop .ys-modal-content{
    width: 300px;
    padding: 0;
}
.code-btn{
    cursor: pointer;
}
.active-main .load-cont-top-down{
    width: 35%;
}
.electric-elect .std-title1 br,
.power-main .std-title1 br,
.intel-main .std-title1 br{
    display: none;
}
.hsci-gif{
    opacity: .6;
}
.mod-head1 .ys-cont1400{
    display: flex;
    justify-content: flex-end;
}
.mod-head2 .ys-cont1400{
    display: flex;
    justify-content: space-between;
}
.mod-head1, .mod-head2{
    padding-left: 0!important;
    padding-right: 0!important;
}
.details-main .yxedr-active{
    z-index: 1;
    position: relative;
}

.load-main .std-btn2-link-icon img {
    transition: all .4s ease;
    transform: scale(1) rotate(90deg) !important;
}
.load-main .std-btn2{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.contact-main .lctd-down{
    height: auto;
}
.mod-head2 .head-nav-item-down4 .ys-cont1400 {
    display: block;
}
.ys-ban-li.on .ys-ban-title{
    animation: fadeclip 1s ease 1;
    animation-delay: 1s;
    animation-fill-mode: forwards !important;
}
.ys-ban-li.on .std-text20{
    animation: fadeclip 1s ease 1;
    animation-delay: 1.1s;
    animation-fill-mode: forwards !important;
}
.ys-ban-li.on .std-btn{
    animation: fadeclip 1s ease 1;
    animation-delay: 1.2s;
    animation-fill-mode: forwards !important;
}
.ys-ban-imgbox::before{
    display: none;
}
.mod-foot-top .ys-cont1400{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys-ban-li .ys-ban-title, .ys-ban-li .std-text20{
    width: 50%;
}
.ahrt-item .std-title3, .ahrt-item .std-title3 p{
    font-size: var(--font20);
}
.acrs-li-cont-text,
.acrs-li-cont-text p{
    font-size: var(--font20);
}

.load-main .std-btn2{
    margin-top: 0px !important;
}
.load-cont-bom{
    padding-bottom: 20px;
}
.cctl-textarea{
    background: #fff;
}

.settle-pop2 .contact-cont-top-li:first-child{
    margin-bottom: 0px;
}
.settle-pop2 .cctl-add-now{
    width: 100%;
}
.lcbl-cont{
    cursor: pointer;
}
.cctl-link-li-cont.on .cctl-link-li-box:after, .cctl-link-li-cont.on .cctl-link-li-boxs:after{
    opacity: 1;
}
.settle-pop .contact-cont-top-code2, .settle-pop .contact-cont-top-code{
    width: 50%;
}
.settle-pop .contact-cont-top-code2 .cctl-add-now, .settle-pop .contact-cont-top-code .cctl-add-now{
    width: 100%;
}
/* 2024.08.12 - start */
.footer-modadd{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    border-top: 1px solid #DBDBDB;
    background: var(--colorfff);
}
.footer-modadd-top{
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    --head: 44px;
}
.footer-modadd-top .head-phone-link .std-text16{
    color: #3C3C3C;
    font-weight: bold;
    font-size: 20px;
}
.footer-modadd-top .head-phone-link-icon {
    width: 24px;
}
.footer-modadd-top .head-phone-link .std-text16 {
    margin-left: 8px;
}
.footer-modadd-top .head-online-link{
    font-size: 16px;
}
.footer-modadd-top .head-online {
    margin-right: 0;
}
.footer-modadd-bot{
    background: var(--colorfff);
}
.fmbi-item-icon{
    width: 40px;
    margin: 0 auto;
    margin-bottom: 6px;
}
.footer-modadd-bot-inof{
    display: flex;
    padding: 0 14px;
}
.fmbi-item{
    width: 25%;
    flex-grow: 1;
    position: relative;
}
.fmbi-item .std-text20{
    text-align: center;
    color: #FF3200;
    line-height: 1.5;
}
.fmbi-item-link{
    padding-top: 20px;
    display: block;
    padding-bottom: 14px;
}
.fmbi-item-up{
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #FF3200;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fmbi-item-up img{
    width: 65%;
}
.fmbi-item-last{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fmbi-item::before{
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 55.45%;
    background: rgba(219,219,219,.32);
}
.fmbi-item:last-child::before{
    display: none;
}
.footer-modadd{
    display: none;
}
/* 2024-home */
.hpbi-nub-link .std-btn2-link{
    background: var(--colormain);
    padding: 9.6px 44px;
    transition: all .4s ease;
}
.hpbi-nub-link .std-btn2-link .std-text18 {
    color: var(--colorfff);
    font-size: var(--font16);
}
.hpbi-nub-link .std-btn2-link-icon img:nth-of-type(2) {
    opacity: 1;
}
.hpbi-nub-link {
    padding-bottom: 20px;
}
.hpbi-nub-link .std-btn2 {
    padding-top: 17px;
}
.hpbi-nub-link .std-btn2-link .std-text18 {
    text-decoration-color: transparent!important;
}
/* head - weixin */
.mod-head1{
    z-index: 10!important;
    position: relative;
}
.head-weixin{
    position: relative;
    margin-left: 15px;
}
.head-weixin-top .ys-imgbox-cover{
    width: 20px;
}
.head-weixin-top{
    height: var(--head);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.head-weixin-code{
    position: absolute;
    width: 110px;
    border-radius: 8px;
    background: var(--colorfff);
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 6px);
    padding: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.head-weixin-code img{
    width: 100%;
}
.head-weixin-code::before{
    content: '';
    height: 6px;
    width: 100%;
    position: absolute;
    top: -6px;
    left: 0;
}
.head-weixin-code::after{
    content: '';
    border-bottom: 6px solid var(--colorfff);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}
/* 2024.08.12 - end */
.about-history-zhan {
    height: calc(var(--length)* 20vh);
}

.contact-cont-top-li.has-email.empty .cctl-cue{
    display: flex;
}
/* 2024.08.19 - start */
.joint-ban .ys-nyban-title h1,
.joint-ban .ys-nyban-title p{
    text-align: left;
}
.joint-ban .ys-nyban-title .std-btn {
    justify-content: flex-start;
}
.joint-ban-logo{
    height: 54px;
    max-width: 100%;
    margin-bottom: 24px;
}
.joint-ban-logo img{
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.joint-policy{
    background: #f9f9f9;
}
.mod-joint-title1 .std-title1,
.mod-joint-title1 .std-text18,
.mod-joint-title1 .std-text18 p{
    text-align: center;
}
.joint-main .std-title1{
    font-weight: bold;
}
.mod-joint-title1 .std-title1{
    margin-bottom: 24px;
}
.mod-joint-title1 .std-text18,
.mod-joint-title1 .std-text18 p{
    color: var(--color666);
}
.mod-joint-title1{
    padding-top: var(--space80);
    margin-bottom: var(--space80);
}
.joint-policy-swiper-pos{
    padding-left: calc(50vw - 700px)!important;
    padding-right: calc(50vw - 700px)!important;
}
.joint-policy-date-span{
    width: 100%;
    height: 100%;
    position: relative;
}
.joint-policy-date-span::before{
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(to top,#FCD946 25%,#FF3200 76%);
}
.joint-policy-date-span::after{
    content: '';
    width: 62%;
    height: 62%;
    position: absolute;
    background: var(--colorfff);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.joint-policy-date{
    position: relative;
    width: 21px;
    height: 21px;
}
.joint-policy-date .std-text20{
    color: var(--colormain);
    line-height: var(--l1h65);
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(50% + 25.5px);
}
.joint-policy-nub{
    width: calc(100% -10px);
    margin-left: 10px;
    background: var(--colorfff);
    box-shadow: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.05));
    border-top: 2px solid var(--colormain);
    padding: 28px 30px 47px;
    height: calc(100% - 48px);
    margin-bottom: 27px;
    position: relative;
}
.joint-policy-nub .std-title3{
    line-height: var(--l1h65);
    margin-bottom: 14px;
}
.joint-policy-nub .std-text16,
.joint-policy-nub .std-text16 p{
    color: var(--color999);
    line-height: var(--l1h75);
}
.joint-policy-swiper .swiper-slide{
    height: auto;
}
.joint-policy-swiper {
    padding-bottom: 173px!important;
}
.joint-policy-line{
    background: rgba(153, 153, 153, 0.40);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.joint-policy-nub::before{
    content: '';
    width: 22.5px;
    height: 22.5px;
    position: absolute;
    background-image: url(/Public/Cn/images/jian.svg);
    background-size: 100% 100%;
    left: 0;
    bottom: -17px;
}
.joint-promote{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.joint-promote-cry{
    display: flex;
    align-items: flex-start;
}
.joint-promote-cry-img{
    width: 48.92857%;
}
.joint-promote-cry-img img{
    width: 100%;
}
.joint-promote-cry-text{
    width: 51.07143%;
    padding-right: 149px;
}
.jpct-inof-item-icon{
    width: 32px;
    position: relative;
    top: 2px;
}
.jpct-inof-item-text{
    width: calc(100% - 32px);
    padding-left: 19px;
}
.jpct-inof-item-text .std-title3{
    line-height: var(--l1h65);
    margin-bottom: 14px;
}
.jpct-inof-item-text .std-text16,
.jpct-inof-item-text .std-text16 p{
    color: var(--color666);
}
.jpct-inof-item-text .std-text16 span{
    color: var(--colormain);
}
.jpct-inof-item{
    padding-bottom: 44px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.jpct-inof-item:last-child{
    padding-bottom: 0;
}
.joint-promote .mod-joint-title1 .std-title1, 
.joint-promote .mod-joint-title1 .std-text18, 
.joint-promote .mod-joint-title1 .std-text18 p {
    text-align: left;
}
.joint-promote .mod-joint-title1 {
    padding-top: 23px;
    margin-bottom: calc(var(--space120) - 10px);
}
.jpct-inof-item::before{
    content: '';
    width: 1px;
    height: calc(100% - 64px);
    position: absolute;
    left: 16px;
    top: 51px;
    border-left: 1px dashed #DBDBDB;
}
.jpct-inof-item:last-child::before{
    display: none;
}
.joint-net{
    position: relative;
    padding-bottom: var(--space120);
}
.joint-net-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.joint-net-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.joint-net-text{
    position: relative;
    z-index: 3;
    padding-top: var(--space80);
}
.joint-net .mod-joint-title1{
    padding-top: 0;
}
.joint-value-img{
    position: relative;
}
.joint-value-img-bg,
.joint-value-img-bg img{
    width: 100%;
}
.joint-solution-logo{
    height: 64px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.joint-solution-logo img{
    height: 100%;
}
.jvbc-nub-first-icon{
    width: 44px;
}
.joint-value .ys-cont1400{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    max-height: 100%;
    padding-top: var(--space80)!important;
}
.joint-value .std-title1{
    color: var(--colorfff);
    font-weight: bold;
    margin-bottom: 12px;
}
.joint-value .std-text18,
.joint-value .std-text18 p{
    line-height: var(--l1h75);
    color: var(--colorfff);
}
.joint-value-inof{
    margin-top: var(--space80);
    display: flex;
    position: relative;
}
.joint-value-inof,
.joint-value-box{
    width: 565px;
    max-width: 100%;
}
.joint-value-inof-item{
    width: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding-bottom: 18px;
}
.joint-value-inof::before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #DBDBDB;
}
.joint-value-inof-item::before{
    content: '';
    height: 2px;
    width: 0%;
    background: var(--colorfff);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s ease;
}
.joint-value-inof-item.on::before{
    width: 100%;
    opacity: 1;
}
.joint-value-inof-item .std-text18{
    opacity: .4;
    transition: all .4s ease;
}
.joint-value-inof-item.on .std-text18{
    opacity: 1;
}
.joint-value-box-core{
    display: flex;
    flex-wrap: wrap;
    padding-top: 44px;
}
.jvbc-nub-first{
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}
.jvbc-nub-first .std-title3{
    width: calc(100% - 44px);
    flex-grow: 1;
    padding-left: 24px;
    color: var(--colorfff);
    line-height: var(--l1h65);
    position: relative;
    top: 2px;
}
.jvbc-nub .std-text18{
    padding-left: 68px;
}
.jvbc-nub .std-text18 p{
    margin-bottom: 8px;
}
.jvbc-nub{
    width: 50%;
}
.joint-advant{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.joint-advant-cry-right{
    width: 49.1%;
}
.joint-advant-cry-left{
    width: 50.9%;
    padding-right: 150px;
    padding-top: 40px;
}
.jacl-inof-nub-first .ys-imgbox-cover{
    width: 44px;
}
.joint-advant-cry{
    display: flex;
    align-items: flex-start;
}
.jacr-item:not(:first-child){
    display: none;
}
.joint-advant .std-title1{
    margin-bottom: 12px;
}
.jacl-inof{
    padding-top: 60px;
}
.jacl-inof-nub-first{
    display: flex;
    align-items: flex-start;
}
.jacl-inof-nub-first .std-title3{
    width: calc(100% - 44px);
    padding-left: 14px;
    color: var(--color999);
    position: relative;
    top: 3px;
    transition: all .4s ease;
}
.jacl-inof-nub-first .ys-imgbox-cover img:nth-of-type(2){
    opacity: 0;
}
.jacl-inof-nub.act .ys-imgbox-cover img:nth-of-type(2){
    opacity: 1;
}
.jacl-inof-nub.act .ys-imgbox-cover img:first-child{
    opacity: 0;
}
.jacl-inof-nub.act .jacl-inof-nub-first .std-title3{
    color: var(--colormain);
}
.jacl-inof .std-text18,
.jacl-inof .std-text18 p{
    line-height: var(--l1h75);
    color: var(--color666);
}
.jacl-inof .std-text18{
    padding-top: 14px;
}
.jacl-inof-nub{
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative;
}
.jacl-inof-nub:first-child{
    padding-top: 0;
}
.jacl-inof-nub::before{
    content: '';
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #DBDBDB;
    position: absolute;
}
.jacl-inof-nub::after{
    content: '';
    height: 1px;
    width: 0%;
    bottom: 0;
    left: 0;
    background: var(--colormain);
    position: absolute;
}
.jacl-inof-nub.act::after {
    -webkit-animation: 4s line linear;
    animation: 4s line linear;
    width: 100%;
}
.jacl-inof-nub-bot{
    display: none;
}
.joint-process{
    padding-bottom: 165px;
}
.joint-process{
   background: var(--colorbg); 
}
.joint-process .mod-joint-title1 .std-title1{
    margin-bottom: 12px;
}
.joint-process-line,
.joint-process-line img{
    width: 100%;
}
.joint-process-line{
    position: relative;
}
.jpld-nub{
    position: absolute;
    transform: translate(-50%,-50%);
    width: 127px;
    height: 127px;
    background: linear-gradient(to bottom,#FCD946,#FF3200);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.jpld-nub .std-title3{
    position: absolute;
    top: calc(100% + 13px);
    white-space: nowrap;
    color: var(--color666);
}
.jpld-nub .std-title3 span{
    transition: all .4s ease;
}
.jpld-nub .std-title3 span:nth-of-type(2){
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
}
.jpld-nub::before{
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: var(--colorfff);
    opacity: 1;
    transition: all .4s ease;
}
.jpld-nub::after{
    content: '';
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    position: absolute;
    background: linear-gradient(to bottom,#FCD946,#FF3200);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 10px solid var(--colorfff);
    transition: all .4s ease;
}
.jpld-nub.on::before{
    opacity: 0;
} 
.jpld-nub .ys-imgbox-cover{
    z-index: 10;
    width: 59%;
}
.jpld-nub.on .std-title3 span:first-child{
    opacity: 0;
}
.jpld-nub.on .std-title3 span:nth-of-type(2){
    opacity: 1;
}
.joint-strong{
    position: relative;
}
.joint-strong-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.joint-strong-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.joint-strong .ys-cont1400{
    position: relative;
    z-index: 10;
}
.joint-strong-core-icon{
    width: 258px;
    height: 258px;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 50, 0, 0.00) 63.4%, rgba(255, 50, 0, 0.20) 100%);
    position: relative;
}
.joint-strong-core-icon::before{
    content: '';
    width: 77.52%;
    height: 77.52%;
    position: absolute;
    border-radius: 50%;
    background: var(--colormain);
    border: 5px solid var(--colorfff);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.joint-strong-core-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 62%;
}
.joint-strong-core-icon2{
    background: radial-gradient(50% 50% at 50% 50%, rgba(61, 205, 88, 0.00) 63.4%, rgba(61, 205, 88, 0.20) 100%);
}
.joint-strong-core-icon2::before{
    background: #3DCD58;
}
.joint-strong-core{
    display: flex;
    align-items: center;
    justify-content: center;
}
.joint-strong-core-jian{
    width: 55px;
}
.joint-strong-core-jian img{
    width: 100%;
}
.joint-strong-core{
    --jian: 41px;
}
.joint-strong-core-icon1,
.joint-strong-core-jian1{
    margin-right: var(--jian);
}
.joint-strong-core-jian2,
.joint-strong-core-icon2{
    margin-left: var(--jian);
}
.joint-strong-core-box{
    width: 496px;
    height: 496px;
    border-radius: 50%;
    background: var(--colorfff);
    overflow: hidden;
    position: relative;
}
.jscb-inof{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.jscb-inof-nub{
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jscb-inof-nub:nth-of-type(1),
.jscb-inof-nub:nth-of-type(4){
    background: var(--colorbg);
}
.jscb-cover{
    width: 202px;
    height: 202px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jscb-cover::before,
.jscb-cover::after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}
.jscb-cover::before{
    background: var(--colormain);
    left: 0;
}
.jscb-cover::after{
    background: #3DCD58;
    right: 0;
}
.jscb-cover .ys-imgbox-cover{
    width: calc(100% - 20px);
    border-radius: 50%;
    z-index: 10;
}
.jscb-inof-nub .std-text20{
    line-height: var(--l1h65);
    color: var(--color3c);
}
.jscb-inof-nub1,
.jscb-inof-nub2{
    padding-top: 6px;
}
.jscb-inof-nub2,
.jscb-inof-nub4{
    padding-right: 4px;
}
.jscb-inof-nub3,
.jscb-inof-nub4{
    padding-bottom: 6px;
}
.joint-strong{
    padding-bottom: 167px;
}
.joint-strong .mod-joint-title1 {
    padding-top: 0;
    margin-bottom: 66px;
}
.joint-strong{
    padding-top: calc(var(--space120) - 20px);
}
.joint-case{
    background: var(--colorbg);
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.joint-case .std-title1{
    text-align: center;
}
.jcii-title-logo{
    height: 51px;
}
.jcii-title-logo img{
    height: 100%;
}
.jcii-core-nub{
    margin-bottom: 24px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.jcii-core-nub:last-child{
    margin-bottom: 0;
}
.jcii-core-nub::before{
    content: '';
    background-image: url(/Public/Cn/images/0f9_jian3.svg);
    background-size: 100% 100%;
    position: absolute;
    width: 15px;
    height: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.jcii-core-nub-ask,
.jcii-core-nub-answer{
    width: 44.67%;
    padding: 18px 29px 17px;
    display: flex;
    align-items: center;
}
.jcii-core-nub-ask{
    border-left: 2px solid var(--colormain);
    background: rgba(255, 50, 0, 0.10);
}
.jcii-core-nub-answer{
    border-left: 2px solid #FCD946;
    background: rgba(252, 217, 70, 0.10);
}
.jcii-core-nub-ask p{
    line-height: var(--l1h75);
}
.jcii-core-nub-ask,
.jcii-core-nub-ask p{
    color: var(--color3c);
}
.jcii-core{
    border-top: 1px solid #DBDBDB;
    padding-top: 23px;
}
.jcii-text,
.jcii-text p{
    line-height: var(--l1h75);
}
.jcii-text{
    margin-bottom: 23px;
}
.jcii-title{
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}
.jcii-title .std-title3{
    width: calc(100% - 100px);
    flex-grow: 1;
    padding-left: 20px;
    position: relative;
    top: 6.5px;
    color: var(--color666);
}
.joint-case-inof-item:not(:first-child){
    display: none;
}
.joint-case .mod-arrows2 .slick-next {
    right: 4px;
}
.joint-case .mod-arrows2 .slick-next,
.joint-case .mod-arrows2 .slick-prev{
    top: 14px;
}
.joint-case .mod-arrows2 .slick-prev {
    right: 36px;
}
.joint-solution{
    padding-top: var(--space80);
    padding-bottom: calc(var(--space120) - 20px);
}
.joint-solution-img,
.joint-solution-img img{
    width: 100%;
}
.joint-solution-logo{
    margin-bottom: 24px;
}
.joint-solution .mod-joint-title1{
    padding-top: 0;
}
.joint-solution .std-btn,
.joint-case .std-btn{
    justify-content: center;
}
.joint-solution .mod-joint-title1 .std-btn,
.joint-case .std-btn{
    margin-top: 44px;
}
.joint-case-inof{
    margin-top: 44px;
}
.joint-policy-swiper .swiper-slide{
    width: 33.333333%;
}
.joint-policy-swiper{
    position: sticky!important;
    top: calc(var(--head) + var(--top1));
    /* pointer-events: none; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.joint-policy-inof .slick-list{
    overflow: visible;
}
.joint-policy-inof{
    margin: 0 -40px;
    position: relative;
    z-index: 2;
}
.joint-policy-inof-item {
    width: 33.333333%;
    padding: 0 40px;
    height: auto!important;
}
.joint-policy-inof .slick-track{
    display: flex;
}
.joint-policy-inof-item:not(:first-child){
    display: none;
}
.joint-policy-swiper{
    height: calc(100vh - var(--head));
}
.joint-policy-zhan{
    height: calc(calc(var(--slickLength) - 1) * 20vh);
}
.joint-policy-swiper-pos{
    position: relative;
    width: 100%;
}
.joint-policy-swiper{
    overflow: hidden;
}
/* .joint-policy{
    position: sticky;
    top: var(--head);
} */
.joint-wai1{
    position: relative;
}
.joint-policy-box{
    height: var(--heightx);
}
.joint-promote{
    min-height: calc(100vh - var(--head));
    background: var(--colorfff);
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}
.joint-policy{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.joint-wai1.act .joint-policy{
    position: fixed;
    bottom: 0;
}
.joint-solution,
.joint-advant{
    background: var(--colorfff);
    position: relative;
    z-index: 10;
}
.joint-process,
.joint-case{
    position: relative;
    z-index: 10;
}
.joint-value,
.joint-value-img-bg,
.joint-value-img-bg img,
.joint-value-img{
    height: calc(100vh - var(--head));
}
.joint-value-img-bg img{
    object-fit: cover;
}
.joint-value{
    position: sticky;
    top:var(--head);
}
.joint-value-img-bg{
    background-size: 100% 100%;
}
.joint-value-img-bg img{
    height: calc(100vh - var(--head) + 100px);
}
.ys-addx1{
    opacity: 0;
    transform: translateX(15%);
    animation: addx1 1.2s ease both;
    animation-delay: .2s;
}
@-webkit-keyframes addx1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(15%);
        transform: translateX(15%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes addx1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(15%);
        transform: translateX(15%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.joint-main .ys-footer{
    position: relative;
    z-index: 10;
}
.joint-net-text-map{
    position: relative;
}
.viewer-click-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.viewer-click-line svg{
    width: 100%;
    height: 100%;
}
.viewer-click-san-nub{
    position: absolute;
    width: 13px;
    height: 16px;
    top: -8px;
    left: -6.5px;
}
.viewer-click-san-nub img{
    transform: rotate(180deg);
}
.joint-net-text-map .viewer-click-pc{
    position: relative;
    z-index: 10;
}
.joint-path{
    opacity: 0;
}
.joint-net-text-map img{
    width: 100%;
}
.jntm-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 2024.08.19 - end */
.hgii-text-tit32{
    font-family: 'unisunblack' !important;
}
.jcii-jian{
    display: none;
}
.joint-policy-nub{
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.joint-ban .ys-nyban-title p{
    color: rgba(255,255,255,.8);
}
.joint-policy-swiper-pos {
    padding-left: calc(50vw - 700px + 24px) !important;
    padding-right: calc(50vw - 700px + 105px) !important;
}
.joint-policy-swiper-pos .mod-joint-title1 {
    left: 40.5px;
    position: relative;
}
.joint-value .ys-cont1400{
    padding-top: var(--space120)!important;
}
.joint-tadd{
    transition: all .1s linear;
}
.joint-value-inof::before{
    height: 4px;
    transform: scaleY(0.25);
    transform-origin: center bottom;
}
.joint-main .joint-ban a:not([href]) {
    cursor: pointer;
}
.detail1-head-img-nub:not(:first-child){
    display: none;
}
.detail1-head-img.mod-arrows1 .slick-prev, 
.detail1-head-img.mod-arrows1 .slick-next{
    border: 1px solid #DBDBDB;
    background: rgba(255, 255, 255, 0.30);
}
.detail1-head-img.mod-arrows1 .slick-prev{
    left: 30px;
}
.detail1-head-img.mod-arrows1 .slick-next{
    right: 30px;
}
.detail1-head-img.mod-arrows1 .slick-prev::after, 
.detail1-head-img.mod-arrows1 .slick-next::after {
    opacity: 1;
}
.detail1-head-img.mod-arrows1 .slick-prev::before, 
.detail1-head-img.mod-arrows1 .slick-next::before {
    opacity: 0;
}
.detail1-head-img-nub img{
    transform: scale(1.1);
}
.detail1-head-img-nub video{
    transform: translate(-50%,-50%) scale(1.1);
}
.detail1-head-img-nub.slick-active img{
    animation: fadeInUpimg1 2.4s ease 0s forwards;
}
.detail1-head-img-nub.slick-active video{
    animation: fadeInUpimg2 2.4s ease 0s forwards;
}
.detail1-head-img-nub{
    overflow: hidden;
    position: relative;
}
@keyframes fadeInUpimg1 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: none;
    }
}
@-webkit-keyframes fadeInUpimg1 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: none;
    }
}
@keyframes fadeInUpimg2 {
    0% {
        transform: translate(-50%,-50%) scale(1.1);
    }

    100% {
        transform: translate(-50%,-50%);
    }
}
@-webkit-keyframes fadeInUpimg2 {
    0% {
        transform: translate(-50%,-50%) scale(1.1);
    }

    100% {
         transform: translate(-50%,-50%);
    }
}
/* 2024.11.04 - start */
.ys-cont1688{
    width: 1688px;
    margin: 0 auto;
    max-width: 100%;
}
.energy-ban{
    background: #FFF9FA;
}
.energy-ban h1{
    font-size: var(--font60);
    line-height: var(--l1h2);
    font-weight: bold;
    margin-bottom: 24px;
    color: var(--color3c);
}
.energy-ban-left .std-text20,
.energy-ban-left .std-text20 p{
    color: rgba(60, 60, 60, 0.8);
    line-height: var(--l1h65);
}
.energy-ban-left .std-text20{
    margin-bottom: calc(var(--space44) / 2 * 3);
}
.energy-ban-inof .std-btn-link{
    display: flex;
    align-items: center;
}
.std-btn2-link-icon{
    z-index: 2;
}
.energy-ban-inof{
    --jian: 12px;
    margin: 0 calc(var(--jian) * -1);
    display: flex;
}
.other-ban-inof .std-btn,
.energy-ban-inof .std-btn{
    padding: 0 var(--jian);
}
.energy-ban-inof .scll-right-cont-btn {
    margin-top: 0px;
}
.energy-data{
    position: relative;
}
.energy-data::before{
    content: '';
    width: 100%;
    height: calc(50% + 6px);
    position: absolute;
    left: 0;
    top: -6px;
    background: #FFF9FA;
}
.energy-data-core{
    background: var(--colorfff);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    padding: 32px 100px;
}
.energy-data .case-pro-swiper-item {
    width: 16.67%;
}
.energy-ban .ys-cont1400{
    display: flex;
    align-items: center;
}
.energy-ban-left{
    width: 52.86%;
}
.energy-ban-img{
    width: 47.14%;
    position: relative;
}
.energy-data .cpsi-icon {
    width: 44px;
    margin-bottom: 6px;
}
.home-partner-goon{
    padding-top: 44px;
}
.hpgl-inof-item-link img:first-child {
    filter: grayscale(1);
    opacity: .3;
}
.home-partner.energy-partner{
    padding-top: 0;
    padding-bottom: 0;
}
.home-partner.energy-partner .home-partner-goon::before {
    background: linear-gradient(270deg, rgba(249, 249, 249, 0.00) 0%, #F9F9F9 116.4%);
}
.home-partner.energy-partner .home-partner-goon::after {
    background: linear-gradient(90deg, rgba(249, 249, 249, 0.00) 0%, #F9F9F9 116.4%);
}
.energy-main{
    background: #F9F9F9;
}
.energy-step{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.energy-step .std-title1{
    font-weight: bold;
    margin-bottom: 12px;
}
.energy-step .mod-joint-title1 {
    padding-top: 0;
    margin-bottom: var(--space120);
}
.energy-step-inof-nub{
    display: flex;
}
.energy-step-inof-nub:first-child{
    align-items: flex-end;
}
.energy-step-inof-nub:nth-of-type(2) {
    align-items: center;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.energy-step-inof-nub:nth-of-type(3) {
    align-items: flex-start;
    padding-top: 100px;
}
.esin-img-pic{
    width: 730px;
}
.esin-text{
    width: 49%;
}
.esin-text .std-title2{
    font-weight: bold;
    line-height: var(--l1h5);
    margin-bottom: 12px;
}
.esin-text .std-title2 span{
    background: linear-gradient(90deg, #FCD946 0%, #FF3200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Microsoft YaHei"!important;
}
.esin-text-word,
.esin-text-word p{
    line-height: var(--l1h75);
}
.esin-text .scll-right-cont-btn {
    margin-top: 32px;
}
.esin-text-box{
    margin-top: 43px;
}
.esin-tbi .std-title3 img,
.esin-text-box-all .std-title3 img{
    width: 24px;
    margin-right: 14px;
    position: relative;
    top: calc(0.825em - 12.5px);
}
.esin-tbi .std-title3,
.esin-text-box-all .std-title3{
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}
.esin-tbi .std-title3,
.esin-tbi .std-title3 span,
.esin-text-box-all .std-title3,
.esin-text-box-all .std-title3 span{
    line-height: var(--l1h65);
}
.esin-tbi .std-title3 span,
.esin-text-box-all .std-title3 span{
    display: inline-block;
    width: calc(100% - 38px);
    flex-grow: 1;
}
.esin-tbi .yxedr-active p {
    margin-bottom: 0em;
}
.esin-tbi .yxedr-active ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 24px;
}
.esin-tbi .yxedr-active,
.esin-tbi .yxedr-active p{
    color: var(--color999);
}
.esin-tbi{
    padding-top: 32px;
    padding-bottom: 32px;
}
.esin-tbi{
    border-bottom: 1px solid #DBDBDB;
}
/*.esin-tbi:last-child{*/
/*    border-bottom: 0;*/
/*    padding-bottom: 0;*/
/*}*/
.esin-text-box-all{
    background: rgba(255, 50, 0, 0.05);
    padding: 32px;
}
.esin-tba-word li p{
    line-height: var(--l1h75);
    padding-left: 24px;
    position: relative;
}
.esin-tba-word li p:first-child{
    color: #FF3200;
    font-weight: bold;
}
.esin-tba-word li p:first-child::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    background: #FF3200;
    top: calc(0.875em - 2.5px);
    left: 9px;
}
.esin-tba-word li p:not(:first-child){
    color: var(--color999);
}
.esin-tba-word li{
    margin-bottom: 14px;
}
.esin-tba-word li:last-child{
    margin-bottom: 0;
}
.esin-text-box{
    height: 556px;
}
.esin-tbi:first-child{
    padding-top: 0;
}
.energy-step-box{
    position: relative;
}
.energy-step{
    --value1: 103px;
}
.energy-step-box-img{
    position: absolute;
    width: calc(100% + 524px);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.energy-step-box-img img{
    width: 100%;
}
.energy-step-inof-nub1{
    padding-top: var(--value1);
}
.energy-step-inof-nub1 .esin-img {
    position: relative;
    transform: translate(119px, -16px);
}
.energy-step-inof-nub2{
    padding-top: 105px;
}
.energy-step-inof-nub2 .esin-img {
    position: relative;
    transform: translate(-134px, -145px);
}
.energy-step-inof-nub3 .esin-img {
    position: relative;
    transform: translate(91px, -55px);
}
.esin-img-pic video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: transparent;
}
.energy-client{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
    position: relative;
}
.energy-client-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.energy-client-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.energy-client-inof{
    --jian: 14px;
    margin: 0 calc(var(--jian) * -1);
}
.energy-client-inof-nub{
    width: 33.333333%;
    padding: 0 var(--jian);
}
.ecin-core{
    border: 1px solid #DBDBDB;
    background: var(--colorfff);
    padding: 44px;
}
.ecin-core-yin{
    width: 27px;
    margin-bottom: 15px;
}
.ecin-core-yin img{
    width: 100%;
}
.ecin-core .std-text16,
.ecin-core .std-text16 p{
    color: var(--color3c);
}
.ecin-core-bot{
    border-top: 1px solid #DBDBDB;
    padding-top: 50px;
}
.energy-client .ys-cont1400{
    position: relative;
    z-index: 6;
}
.energy-client .std-btn{
    justify-content: center;
}
.ecin-core-bot-logo{
    width: 270px;
    max-width: 100%;
}
.energy-client .mod-joint-title1 {
    padding-top: 0px;
    margin-bottom: var(--space44);
}
.energy-client .mod-joint-title1 .std-btn{
    margin-top: var(--space44);
}
.energy-client-inof-nub:not(:first-child){
    display: none;
}
.ecin-core .std-text16{
    height: 10.5em;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}
.energy-main .elec-content{
    background: var(--colorfff);
}
.energy-client-inof.mod-arrows1 .slick-prev, 
.energy-client-inof.mod-arrows1 .slick-next{
    background: var(--colorfff);
}
.energy-client-inof.mod-arrows1 .slick-prev{
    left: calc(var(--jian) - var(--space44) - 36px);
}
.energy-client-inof.mod-arrows1 .slick-next{
    right: calc(var(--jian) - var(--space44) - 36px);
}
.energy-step-box-img svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.esbi-car{
    width: 1px;
    height: 1px;
    position: absolute;
    /* 
    left: -58px; */
    top: 0;
    left: 35.0%;
    overflow: visible;
}
.esbi-car img{
    width: 116px!important;
    height: 55px!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    max-width: none;
}
.energy-step-box-img{
    overflow: visible;
}
.energy-client .std-title1{
    font-weight: bold;
}
.energy-step{
    overflow: hidden;
}
.energy-main .case-pro-swiper .swiper-wrapper {
    justify-content: flex-start;
}
.energy-ban .ys-ban-video{
    object-fit: contain;
    background: transparent;
}
.esbi-car.on1 img:first-child{
    opacity: 0;
}
.esbi-car.on1 img:nth-of-type(2){
    opacity: 1;
}
/* .esbi-car.on1{
    left: 31.1%;
} */
.esbi-car img:nth-of-type(2){
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) rotate(90deg) ;
    opacity: 0;
}
.energy-step-box-img{
    z-index: 2;
    pointer-events: none;
}
.esin-img{
    position: relative;
}
.esin-img .esin-img-pic:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.energy-step-inof1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.energy-step-inof2{
    position: relative;
    z-index: 3;
}
.energy-step-inof1 .esin-text{
    opacity: 0;
    pointer-events: none;
}
.energy-main .elec-cont-right-title{
    font-weight: bold;
    margin-bottom: 24px;
}
.energy-main .elec-cont-right-icon{
    width: 59px;
}
.energy-main .elec-cont-right-word {
    margin-top: 0px!important;
}
.energy-main .elec-cont-right {
    padding-top: 0!important;
}
.energy-main .elec-cont-right-intr {
    padding-top: calc(var(--space44) * 2);
}
.other-ban-inof .scll-right-cont-btn .std-btn-link::before,
.energy-ban-inof .scll-right-cont-btn .std-btn-link::before {
    background-color: transparent;
}
.energy-data,
.energy-main .elec-content{
    overflow: hidden;
}
.elec-cont-ph{
    display: none;
}
.esin-img-btn{
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.sin-img-btn-box{
    width: 32px;
    height: 32px;
    background: var(--colormain);
    position: relative;
}
.sin-img-btn-box img{
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.esin-img-btn .std-text16{
    color: var(--color3c);
    padding-left: 14px;
    padding-right: 17px;
}
.esin-pop .std-title3{
    text-align: center;
    margin-bottom: var(--space44);
}
.esin-pop-inof{
    display: flex;
    flex-wrap: wrap;
    --jian: 8px;
    margin: 0 calc(var(--jian) * -1);
}
.esin-pii-core{
    border: 1px solid #DBDBDB;
    background: rgba(255, 255, 255, 0.00);
}
.esin-pop-inof-item{
    width: 25%;
    padding: 0 var(--jian);
    margin-bottom: calc(var(--jian) * 2);
}
.esin-img-pic{
    overflow: visible;
}
@keyframes light_shan {
    0%{
        opacity: 1;
    }
    15%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes light_shan {
    0%{
        opacity: 1;
    }
    15%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.sin-img-btn-box img{
    animation: light_shan 3s ease-in-out infinite;
}
.esin-pop .ys-modal-content {
    width: 924px;
    padding: 56px 80px;
}
.ys-modal .ys-modal-close,
.settle-pop .ys-modal-close {
    top: 28px;
    right: 35px;
    width: 36px;
    height: 36px;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
}
.ys-modal .ys-modal-close::before{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(/Public/Cn/images/d1_1icon13t.svg);
}
/*.ys-modal .ys-modal-close .settle-pop-img{*/
/*    display: none;*/
/*}*/
/*.ys-modal .ys-modal-close .icon-close{*/
/*    display: none;*/
/*}*/
.ph-main .ys-modal .ys-modal-close .settle-pop-img{
    /*display: none;*/
}
.ph-main .ys-modal .ys-modal-close .icon-close{
    display: none;
}
.other-ban-inof {
    --jian: 12px;
    margin: 0 calc(var(--jian)* -1);
    display: flex;
    justify-content: center;
}
.other-ban-inof .std-btn-link {
    display: flex;
    align-items: center;
}
.esin-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.esin-text-box{
    width: 100%;
}
.std-btn-link{
    cursor: pointer;
}
.esin-text-box-inof+.esin-text-box-all{
    margin-top: 32px;
}
.esin-img-btn .std-text16{
    white-space: nowrap;
    vertical-align: baseline;
}
.energy-step-box-img::before{
    position: absolute;
    content:'';
    width: 100%;
    background: linear-gradient(to bottom,#f9f9f9,transparent);
    height: 0%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 1s ease;
}
.esbi-car{
    z-index: 3;
}
.energy-step.act .energy-step-box-img::before{
    opacity: 1;
    height: 8%;
}
.esin-text .scll-right-cont-btn .std-btn-link{
    padding-bottom: 6px;
    padding-top: 6px;
}
.esin-text-box {
    height: 564px;
}
.std-btn-link .std-text16 {
    vertical-align: baseline;
}
@media screen and (min-width: 1200px) {
    .scll-right-cont-btn:hover .std-btn2-link-icon img:first-child {
        opacity: 0;
    }
    .scll-right-cont-btn:hover .std-btn2-link-icon img:nth-of-type(2) {
        opacity: 1;
    }
}
.esbi-load{
    width: calc(100% / 1924 * 2560)!important;
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
}
.esbi-car {
    left: 35.6%;
}
.esbi-car img:first-child {
    transform: translate(-56%, -50%) rotate(-90deg);
}
.esbi-car img:nth-of-type(2) {
    transform: translate(-43%, -50%) rotate(90deg);
}
.energy-ban-img .ys-nyban-pc{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
/* 2024.11.27 - start */
.hnid2-cry-right{
    flex-grow: 1;
    width: 63.79%;
}
.hnid2-cry{
    display: flex;
    padding-top: 68px;
    padding-bottom: 82px;
}
.hnid2-cry-left{
    width: 36.21%;
    padding-right: 60px;
    border-right: 1px solid #DBDBDB;
}
.hnid2-clc-link{
    display: flex;
    background: #FFF9FA;
    padding: 9px 0;
}
.hnid2-clc-link-gif{
    width: 49.78%;
}
.hnid2-clc-link-gif img{
    width: 100%;
}
.hnid2-clc-link-text{
    width: 50.22%;
    padding: 34px 4px 54px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hnid2-clclt-top .std-title3{
    color: var(--color3c);
    line-height: var(--l1h65);
    margin-bottom: 8px;
    transition: all .4s ease;
}
.hnid2-inof {
    padding-top: 0!important;
    padding-bottom: 0!important;
    justify-content: flex-start;
    padding-right: 0px!important;
}
.hnid2-inof-nub {
    width: 50%;
}
.hnid2-inof {
    margin-right: calc(var(--jian)* -1 - 10px);
}
.hnid2-clc-link-text .ctnm-text{
    font-size: var(--font16);
}
.hnid2-clc-link .ctnm-text{
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all .4s ease;
}
.ys-phnav-add{
    padding-top: 20px;
}
/* 2024.11.27 - end */
@media screen and (min-width: 1921px) {
    .energy-main .elec-cont{
        max-width: 1920px;
        margin: 0 auto;
        padding-right: 0;
    }
}
.energy-main .elec-cont{
    padding-right: 0;
}
/* 2024.12.11 - start */
.page-energy2 .esin-text-box{
    background: var(--colorfff);
    box-shadow: 0px 5px 20px 0px rgba(223, 103, 44, 0.05);
}
.esin-tba-btn{
    display: flex;
    position: relative;
    height: var(--topx);
}
.esin-tba-btn-nub{
    width: 20%;
    flex-grow: 1;
    padding: 10px 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease;
}
.esin-tba-btn-nub img{
    width: 20px;
    margin-right: 10px;
}
.esin-tba-btn-nub .std-text16,
.esin-tba-btn-nub .std-text16 span{
    line-height: var(--l1h75);
    color: var(--color3c);
}
.esin-tba-btn-nub .std-text16{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.esin-tba-btn::before{
    content: '';
    background: #DBDBDB;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.esin-tba-btn-nub::before{
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #DBDBDB;
    transition: all .4s ease;
}
.esin-tba-btn-nub:first-child::before{
    display: none;
}
.esin-tba-btn-nub::after{
    content: '';
    height: 2px;
    width: 0%;
    position: absolute;
    left: 0%;
    bottom: 0;
    background: #FF3200;
    opacity: 0;
    transition: opacity .4s ease,width 4s ease-in-out;
}
@keyframes widthx1{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
@-webkit-keyframes widthx1{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.esin-tba-btn-nub.act{
    box-shadow: 0px 10px 15px 0px rgba(194, 74, 50, 0.20);
}
.esin-tba-btn-nub.act::after{
    opacity: 1;
    width: 100%;
    animation: widthx1 4s ease-in-out forwards;
}
.esin-text-box.has-hover .esin-tba-btn-nub::after{
    animation-play-state: paused;
}
.esin-tba-btn-nub.act::before{
    opacity: 0;
}
.esin-tba-btn-nub.act+.esin-tba-btn-nub::before{
    opacity: 0;
}
.page-energy2 .esin-tbd-nub{
    padding: 46px 40px 46px 46px;
}
.page-energy2 .esin-tbi {
    border-bottom: 0px;
}
.esin-text-box-down{
    position: relative;
}
.esin-tbd-nub{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    display: none;
    /*transition: opacity 1s ease;*/
    /*animation: opacity2 1s ease forwards;*/
}
.esin-tbd-nub.on{
    position: relative;
    opacity: 1;
    pointer-events: all;
    display: block;
    animation: opacity1 1s ease forwards;
}
@keyframes opacity1{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/*@keyframes opacity2{*/
/*    0%{*/
/*        opacity: 1;*/
/*    }*/
/*    100%{*/
/*        opacity: 0;*/
/*    }*/
/*}*/
.page-energy2 .esin-text-box{
    height: auto!important;
    --topx: 60px;
}
.page-energy2 .esin-clear{
    display: none;
}
.page-energy2 .esin-text-box-all{
    background: transparent;
}
.esin-text-box-down{
    height: calc(564px - var(--topx));
}
.esin-text-box-down .mCSB_scrollTools{
    top: 30px;
    bottom: 30px;
}
/* 2024.12.11 - end */
/* 2024.12.17 - start */
.esin-text{
    --movey: 190px;
}
.page-energy2 .esin-text-box-down {
    height: calc(564px - var(--topx) - var(--movey));
}
.page-energy2 .esin-text-zhan{
    height: var(--movey);
}
.page-energy2 .esin-text{
    /*padding-bottom: var(--movey);*/
    transform: translateY(var(--movey));
}
/* 2024.12.17 - end */
.about-btnt-nub{
    display: flex;
}
.about-btnt{
    --jian1: 12px;
    margin: 0 calc(var(--jian1) * -1);
}
.about-btnt-nub{
    padding: 0 var(--jian1);
}
.video-playa{
    display: flex;
    align-items: center;
}
/* 2025.01.14 - start */
.about-plan-add{
    background: var(--colorfff);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    margin-top: -210px;
    position: relative;
    z-index: 6;
}
.about-plan-cry{
    background: transparent;
    box-shadow: none;
    margin-top: 0px;
}
.about-plan-add-img{
    padding: 0 48px 46px;
}
.apai-box{
    position: relative;
    width: 100%;
}
.apai-box img{
    width: 100%;
}
.apai-box video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: transparent;
}
.apai-box-play{
    width: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 6;
    cursor: pointer;
    transition: all .4s ease;
}
.apai-box-play img{
    width: 100%;
}
.apai-box.on .apai-box-play{
    opacity: 0;
    pointer-events: none;
}
.apai-box-play{
    pointer-events: none;
}
/* 2025.01.14 - end */
.ys-nybanner .scll-right-cont-btn .std-btn-link .std-text16 {
    color: var(--colorfff);
    animation: none; 
}
.ys-nybanner .scll-right-cont-btn .std-btn-link {
    border: 1px solid var(--colorfff);
    transition: all .5s ease;
    border-block-color: var(--colorfff);
}
.ys-nybanner .scll-right-cont-btn .std-btn2-link-icon img:nth-of-type(2) {
    opacity: 1;
}
.ys-nybanner .scll-right-cont-btn .std-btn2-link-icon img:first-child{
    opacity: 0;
}
.scll-right-cont-btn .std-btn-link{
    overflow: visible;
}
.scll-right-cont-btn .std-btn-link::after{
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
}
.ys-fadein2{
    animation: fadeIn 1s ease both;
    animation-delay: 0.5s;
}
.apai-box-play{
    display: none;
}
.apai-box-zhan{
    position: absolute;
    width: 100%;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
}
/*.ys-nybanner .scll-right-cont-btn .std-btn-link:hover {*/
    /*border: 1px solid var(--colormain);*/
/*    border-block-color: var(--colormain);*/
/*}*/
.cllb-tit-nub {
    align-items: flex-start;
}


/* 2025.5.9 ada start */
.ph-warp-btn{
    z-index: 20;
    height: 100px;
    position: relative;
}
.ph-warp-btn::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
    border-top: 1px solid var(--, #DBDBDB);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) -11.11%, rgba(255, 255, 255, 0.90) 35.12%, rgba(255, 255, 255, 0.90) 100%);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(7.5px);
    z-index: 0;
}
.ph-warp-btn-ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    padding-left: 45px;
    padding-right: 45px;
}

.pwbu-li{
    width: 25%;
    cursor: pointer;
}
.pwbu-li-img{
    width: 44px;
    margin: 0 auto;
}
.pwbu-li-img img{
    width: 100%;
}
.pwbu-li .std-title3{
    line-height: var(--l1h75);
    text-align: center;
}
.pwbu-li .std-title3 p{
    font-size: 24px;
    color: var(--color666);
}
@keyframes move{
    0%{
        transform: translateY(-90px);
    }
    100%{
        transform: translateY(-2000px);
    }
}
@keyframes move2{
    0%{
        transform: translateY(-90px);
    }
    100%{
        transform: translateY(-190px);
    }
}
.pwcu-li{
    /* position:sticky; */
    top: 0;
    height: 100%;
}
.pwcu-li{
    position: absolute;
    top: 0;
    pointer-events: none;
    /* opacity: 0; */
}
.pwcu-li .pwcu-li-warp{
    opacity: 0;
}
.pwcu-li.act{
    position: relative;
    pointer-events: all;
    /* opacity: 1; */
}
.pwcu-li.act .pwcu-li-warp{
    opacity: 1;
}
/* .pwcu-li:nth-child(n+2){
    display: none;
} */
.pldl-img{
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 20;
    cursor: pointer;
}
.pldl-img-before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: myfirst 2s linear infinite;
    animation-delay: 0.6s;
    transform: translate(-50%, -50%) scale(1);
    transition: all .4s;
}
.pldl-img-after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: myfirst 2s linear infinite;
    transform: translate(-50%, -50%) scale(1);
    transition: all .4s;
    animation-delay: .3s;
}
@keyframes myfirst{
    0% {
        transform: translate(-50%, -50%) scale(0.4);
        opacity: .7;
    }
    50% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}
.pldl-img img,
.pldl-img svg{
    width: 100%;
}
.ph-warp{
    position: relative;
    height: calc(100vh - 56px);
}
.pwcu-li-img{
    width: 100%;
}
.pwcu-li-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ph-warp-con-ul{
    height: 100%;
}
.pwfu-li{
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #FFF;
    position: relative;
    z-index: 10;
    transition: all .4s;
    margin: 0 0 0 auto;
}
.pwfu-li p{
    width: max-content;
    font-size: 24px;
    color: #3C3C3C;
    line-height: 175%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
    cursor: pointer;
}
.pwfu-li:nth-child(n+2){
    margin-top: 24px;
}
.sticky-body{
   overflow: visible;
}
.ph-warp-fixed-ul{
    height: fit-content;
}
.ph-warp-fixed-circle{
    position: relative;
    z-index: 10;
    border-radius: 100px;
    background: #FFF;
    display: inline-flex;
    height: 90px;
    padding: 32px 8.813px 31.292px 14px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}
.ph-warp-fixed-circle img{
    width: 67px;
}
.ph-warp-fixed{
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 30;
    top: 0;
    padding:30px;
    display: flex;
    justify-content: space-between;
}
.pwbu-li-img.ys-imgbox-cover img:nth-child(2){
    opacity: 0;
}
.pwfu-li.act{
    display: block;
    width: 166px;
    height: 62px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    border-radius: 100px;
    background: linear-gradient(0deg, #FF3200 0%, #FCD946 100%);
    box-shadow: 0px 0px 4px 0px rgba(254, 74, 10, 0.20), 0px 6px 18px 0px rgba(252, 191, 58, 0.53);
}
.pwfu-li.act p{
    color: var(--colorfff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pwce-circ-text p{
    font-weight: bold;
    font-size: 24px;
    color: var(--colorfff);
    line-height: 175%;
}
.ph-warp-cont-energy{
    position: absolute;
    /* bottom: -90px; */
    animation: move 1s;
    width: 100%;
    /* height: 100%; */
    pointer-events: none;
    transition: all 1s;
    opacity: 0;
}
.pwcu-li.act .ph-warp-cont-energy{
    animation:move1 1s;
    opacity: 1;
    bottom: -90px;
}
.pwce-circ-img img{
    width: 100%;
}
.pwce-circle{
    position: relative;
}
.pwce-circ-text{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pwce-arrow{
    width: 31px;
    margin: 0 auto 31px;
}
.ys-video-btn{
    position: relative;
}
.ys-video-btn-warp{
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
.yvbw-img{
    width: 60px;
    margin: 0 auto;
}
.yvbw-img img{
    width: 100%;
}
.ys-video-btn-warp p{
    color: var(--colorfff);
    font-size: 20px;
    margin-top: 28px;
    text-align: center;
    line-height: 1.4;
}
.ph-main{
    max-width: 768px;
    margin: 0 auto;
}
.code-modal-warp-bom{
    background: var(--colorfff);
    padding-top: 64px;
    padding-bottom: 77px;
}
.cmwb-img{
    width: 55.6%;
    max-width: 418px;
    margin: 0 auto;
}
.cmwb-img img{
    width: 100%;
}
.cmwt-cont{
    padding-top: 29px;
    padding-left: 69px;
    position: absolute;
    top: 71px;
}
.cmwt-cont-tit{
    font-size: 28px;
    color: #3C3C3C;
    line-height: 175%;
    font-weight: bold;
}
.cmwt-cont-line{
    margin-top: 12px;
    width: 222px;
    margin-bottom: 19px;
}
.cmwt-cont-line img{
    width: 100%;
}
.cmwt-cont-text p{
    font-size: 18px;
    line-height: 175%;
    color: var(--color666);
}
.cmwt-cont-text p:nth-child(n+2){
    margin-top: 3px;
}
.ys-modal .ys-modal-close::before {
    background-image: url(/Public/Cn/images/a1_2icon02.svg);
}
.ph-warp-cont {
    height: calc(100vh - 120px - 100px);
}
    .ph-modal .ys-modal-content {
        padding: 0;
        border-radius: 10px;
    }
    .ph-modal-warp{
        padding:32px 49px 32px 39px;
        position: relative;
    }
    .ph-modal-bj{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .ph-modal-bj img{
        width: 100%;
    }
    .ph-modal-top,
    .ph-modal-bom{
        position: relative;
        z-index: 10;  
    }
    .ph-modal-top-select{
        padding: 5px 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 100px;
        background: #FFF;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
    }
    .pmts-ul-li{
        transition: all .4s;
        width: 33.333333%;
        border-radius: 100px;
        cursor: pointer;
    }
    .pmts-ul-li p{
        font-size: 24px;
        line-height: 1.75;
        color: #3C3C3C;
        transition: all .4s;
        text-align: center;
        line-height: 70px;
    }
    .pmts-ul-li.act p{
        color: #fff;
    }
    .pmts-ul-li.act{
        background: linear-gradient(270deg, #FCD946 0%, #FF3200 100%);
    }
    .ph-modal .ys-modal-content{
        max-height: 980px;
    }
    .pmbu-li-tit p{
        margin-top: 43px;
        color:#3C3C3C;
        font-size: 32px;
        line-height:1.75;
        text-align: center;
    }
    .pmbu-li-text p{
        font-size: 18px;
        color: #666;
        line-height: 1.75;
        margin-top: 18px;
    }
    .pmbu-li-word p{
        margin-top: 87px;
        text-align: center;
        font-size: 24px;
        color: #666;
        line-height: 1.75;
    }
    .ph-modal-bom .ys-video-btn{
        margin-top: 11px;
    }
    .ys-video-btn-img{
        border-radius: 10px;
        overflow: hidden;
        transform: rotate(0deg);
        cursor: pointer;
    }
    .pmbu-li-warp-img{
        border-radius: 10px;
        overflow: hidden;
        transform: scale(0deg);
    }
    .pmbu-li-warp-img img{
        width: 100%;
    }
    .pmbu-li-warp img{
        width: 100%;
    }
    .pmbu-li-btn{
        margin: 0 -12px;
        margin-top: 47px;
        display: flex;
        justify-content: space-between;
    }
    .pmbu-li-btn-prev,
    .pmbu-li-btn-next{
        width: 50%;
    }
    .plbp-btn{
        width: 100%;
        display: inline-block;
    }
    .plbp-btn p{
        text-align: center;
        line-height: 75px;
        font-size: 20px;
        color: #3C3C3C;
        border: 1px solid #333;
        background: #FFF;
        border-radius: 100px;
    }
    .pmbu-li-btn-item{
        padding:0 12px;
    }
    .plbn-btn p{
        border-radius: 100px;
        background: #FF3200;
        line-height: 75px;
        text-align: center;
        color: #FFF;
        font-size: 20px;
    }
    .pmbu-li:nth-child(n+2){
        display: none;
    }
    .ph-modal .ys-modal-close{
        top: calc(100% + 34px) !important;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 51px;
        height: 51px;
    }
    .ph-modal .ys-modal-close::before {
        content: '';
        width: calc(60%);
        height: calc(60%);
        background-image: url(/Public/Cn/images/a1_2icon02.svg);
    }
    .code-modal .ys-modal-container{
        position: absolute;
        bottom: 0;
    }
    .code-modal .ys-modal-content{
        width: 100%;
        max-width: 768px;
        background: transparent;
        padding: 0;
        max-height:950px;
    }
    .pwcu-li-warp{
        height: fit-content;
        position: relative;
    }
    .ph-main .ys-page-wrap{
        overflow: hidden;
    }
/* 2025.5.9 ada end */
/*2025.5.15 ada start*/
    .ph-warp-fixed-tit{
        height: fit-content;
        position: relative;
        flex-shrink: 0;
    }
    .ph-warp-fixed-tit::before{
        content: "";
        position: absolute;
        background: url(/Public/Cn/images/mk.png) center / cover no-repeat;
        width: 100px;
        height: 100px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .ph-warp-fixed-tit p{
        color: var(--color3c);
        padding: 0px !important;
        border: 0px !important;
        border-radius: 0px;
        position: relative;
        z-index: 10;
        background: #fff;
        margin-left: 40px;
        /*cursor: pointer;*/
    }
    .pwft-li{
        display: flex;
        align-items: center;
        margin-bottom: 31px;
        position: relative;
    }
    .pwft-li-text{
        position: absolute;
        width: max-content;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
    }
    .pwft-li p{
        font-size: var(--font20);
        color: var(--color3c);
        line-height: var(--l1h75);
    }
    .pwft-li-circle{
        width: 16px;
        height: 16px;
        border-radius: 100%;
    }
    .ph-modal-warp {
        padding: 41px 32px 32px 38px;
        position: relative;
    }
    .ph-modal-tit{
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        color: #000;
        margin-bottom:36px;
        position: relative;
        z-index: 10;
    }
    .ph-modal-bj{
        pointer-events: none;
    }
    .pmbu-li-tit p {
        margin-top: 28px;
        color: #3C3C3C;
        font-size: 32px;
        line-height: 1.75;
        text-align: left;
        padding-bottom: 18px;
        display: block;
        position: relative;
    }
    .pmbu-li-tit p span{
        color: #F00;
    }
    .pmbu-li-tit p::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #F00;
        bottom: 0;
        left: 0;
    }
    .pmbu-li-tit p::before{
        position: absolute;
        content: '';
        width: 24.2%;
        height: 4px;
        background: #F00;
        bottom: -1px;
        left: 0;   
        z-index: 10;
    }
    .pmbu-li-text p{
        font-size: var(--font24);
    }
    .ph-modal .ys-modal-content{
        width: 689px;
    }
    .pmbu-li-warp-img{
        position: relative;
    }
    .pmbu-li-warp-img p{
        position: absolute;
        left: 20px;
        top: auto;
        bottom: 20px;
        transform: translate(0%,0%);
        font-size: 28px;
        color: var(--colorfff);
        line-height: var(--l1h75);
        font-weight: bold;
    }
    .pmbu-li-warp-img{
        margin-top: 35px;
    }
    .pmbu-li-icon{
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: center;*/
    }
    .pmbu-li-icon-li{
        display: flex;
        /*align-items: center;*/
        width: 33.333333%;
        align-items: baseline;
        padding: 0 10px;
        margin-top: 12px;
    }
    .plil-icon{
        width: 24px;
        margin-right: 12px;
    }
    .plil-icon img{
        width: 100%;
    }
    .pmbu-li-income{
        margin-top: 32px;
    }
    .plit-tit{
        padding-left: 48px;
        position: relative;
    }
        .plit-tit p{
            font-size: 32px;
            color: #F00;
            line-height: var(--l1h75);
        }
        .plit-tit::before{
            width: 24px;
            height: 24px;
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: url(/Public/Cn/images/sy_icon01.svg) center / cover no-repeat;
        }
        .pmbu-li-inco-top{
            padding-bottom: 8px;
        }
        .plit-warp{
            padding-left: 48px;
            position: relative;
        }
        .plit-warp::before{
                content: "";
                position: absolute;
                left: 10px;
                width: 1px;
                height: calc(100%);
                background: #FF3200;
                top: 0;
            }
            .plit-warp-text p{
                color: #666;
            }
            .plit-warp-ul-li{
                margin-top: 24px;
            }
            .pwul-tit p{
                font-weight: bold;
                font-size: var(--font24);
                color: var(--color3c);
                line-height: var(--l1h75);
            }
            .pwul-text p{
                color: #666;
                font-size: var(--font24);
                line-height: var(--l1h75);
            }
            .ph-modal .ys-modal-content{
                max-height: 100vh !important;
            }
            .pmbu-li-warp{
                 max-height: 670px !important;
            }
            .oliu-li{
                padding-top: 10px;
            }
            .pmbu-li-warp .mCSB_dragger_bar{
                background: #FF3200 !important;
            }
            .ph-warp {
                height: calc(100vh - 120px);
            }
            .ph-warp-btn {
                z-index: 20;
                height: 100px;
                position: absolute;
                width: 100%;
                bottom: 0;
            }
            .dianwang svg circle{
                fill: #FCD946;
            }
            .dianwang .pldl-img-after,
            .dianwang .pldl-img-before{
                background:#FCD946;
            }
            .yunwei svg circle{
                fill: #f20057;
            }
            .yunwei .pldl-img-after,
            .yunwei .pldl-img-before{
                background:#f20057;
            }
            .chuneng svg circle{
                fill: #5ab331;
            }
            .chuneng .pldl-img-after,
            .chuneng .pldl-img-before{
                background: #5ab331;
            }
            .guangfu svg circle{
                fill: #ff3200;
            }
            .guangfu .pldl-img-after,
            .guangfu .pldl-img-before{
                background: #ff3200;
            }
            .ph-main .ys-header{
                display: none;
            }
            .pmbu-li-warp-img p{
                left: 15px;
                bottom: 15px;
            }
            .pmbu-li-warp-img{
                position: relative;
            }
            .pmbu-li-warp-img::before{
                /*opacity: 0;*/
                content: "";
                z-index: 10;
                pointer-events: none;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                /*background: linear-gradient(270deg, #FCD946 0%, #FF3200 100%);*/
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 44.58%,#3C3C3C 100%);
            }
            .pmbu-li-warp-img p{
                z-index: 20;
            }
            #video-canvas2 {
                width: 100% !important;
                height: 100%;
                position: absolute;
                z-index: 20;
                top: 0;
                left: 0;
                opacity: 0;
            }
            .ys-ts-autoplay,.jsmpeg{
                width: 100vw;
                height: 100vh;
                object-fit: cover;
            }
            .ys-ts-autoplay canvas,.jsmpeg canvas{
                object-fit: cover;
            }
            .plil-icon{
                margin-top: -2px;
            }
            #video-canvas2.act {
                opacity: 1;
            }
            .pwcu-li-dots{
                opacity: 0;
                transition: all .4s;
            }
            .pwcu-li-dots.act{
                opacity: 1;
            }
            .ph-warp{
                position: fixed;
                top: 0;
            }
            .ph-warp-cont{
                position: relative;
            }
            .ph-warp-cont::before {
                content: "";
                z-index: 50;
                pointer-events: none;
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                background: linear-gradient(rgba(255, 255, 255, 0) 74.58%, rgb(255, 255,255) 100%);
            }
            .ph-warp-btn {
                z-index: 60;
            }
            .ph-warp-fixed-text {
                padding-left: 30px;
            }
            /*2025.5.15 ada end*/
.code-pop .ys-modal-close {
    border: 1px solid #fff!important;
    right: -50px!important;
    top: 0!important;
}
.code-pop.ys-modal .ys-modal-close::before{
    display: none!important;
}
.logo-model.ys-modal .ys-modal-close::before {
    background-image: url(/Public/Cn/images/d1_1icon13t.svg);
}
.logo-model .icon-close{
    display: none;
}



/* 2025.7.7 lucas start */
.virtual-info {
    position: relative;
    width: 100%;
}
.virtual-info-img {
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.virtual-info-img img {
    width: 100%;
}
.vill-info1 .vill-info-img {
    background: #FCD946;
}
.vill-info2 .vill-info-img {
    background: #F20057;
}
.vill-info3 .vill-info-img {
    background: #5AB331;
}
.vill-info-img {
    width: 20px;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    background: #FF3200;
    transition: all 0.36s ease-in-out;
}
.vill-info-img::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FF320050;
    animation: myfirst 1.5s linear infinite;
    transform: translate(-50%, -50%) scale(1);
    transition: all .36s ease-in-out;
    animation-delay: .3s;
    z-index: -1;
}
.vill-info-img::before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 0.3;
    background: #FF3200;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: all 0.36s ease-in-out;
    animation: myfirst 1.5s linear infinite;
}
@keyframes myfirst {
    0% {
        transform: translate(-50%, -50%) scale(0.4);
        opacity: .7;
    }
    50% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}
.vill-info1 .vill-info-img::before {
    background: #FCD946;
}
.vill-info2 .vill-info-img::before {
    background: #F20057;
}
.vill-info3 .vill-info-img::before {
    background: #5AB331;
}
.vill-info1 .vill-info-img::after {
    background: #FCD946;
}
.vill-info2 .vill-info-img::after {
    background: #F20057;
}
.vill-info3 .vill-info-img::after {
    background: #5AB331;
}
.vill-info-img img:nth-child(1) {
    opacity: 0;
}
.vill-info-img img:nth-child(2) {
    opacity: 1;
}
.virtual-info .mCSB_inside>.mCSB_container {
    margin-right: 40px;
}
.vill-info {
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 8px 21px 7px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.36s ease-in-out;
}
.vill-info-text {
    color: #3C3C3C;
    transition: all 0.36s ease-in-out;
    margin-left: 16px;
}
.virtual-info-list-li {
    width: fit-content;
    position: absolute;
    cursor: pointer;
    z-index: 15;
}
.virtual-info-list-li.act .vill-info-img img:nth-child(1) {
    opacity: 1;
}
.virtual-info-list-li.act .vill-info-img img:nth-child(2) {
    opacity: 0;
}
.virtual-info-list-li.act .vill-info-img {
    background: #fff;
}
.virtual-info-list-li.act .vill-info-img::before {
    background: #fff;
}
.virtual-info-list-li.act .vill-info-text {
    color: #fff;
}
.virtual-info-list-li.act .vill-info {
    background: #FF3200;
}
.virtual-info-list-li.act.vill-info1 .vill-info {
    background: #FCD946;
}
.virtual-info-list-li.act.vill-info2 .vill-info {
    background: #F20057;
}
.virtual-info-list-li.act.vill-info3 .vill-info {
    background: #5AB331;
}
.virtual-modal {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
    transition: all 0.36s ease-in-out;
    z-index: 1;
}
.virtual-modal.on {
    opacity: 1;
    pointer-events: all;
    z-index: 91;
}
.vmit-img {
    cursor: pointer;
}
.virtual-info-img {
    position: relative;
}
.virtual-modal-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    height: 100%;
    width: 498px;
    padding: 44px 15px 38px 44px;
    background-color: #fff;
    transform: translateX(100%);
    transition: all 0.36s ease-in-out;
    display: flex;
    flex-direction: column;
}
.virtual-home .ys-ban-video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.virtual-home .ys-ban-video video {
    background: transparent;
    width: 100%;
}
.virtual-modal-box.on .virtual-modal-info {
    transform: translateX(0);
}
.vmit-img {
    width: 36px;
}
.vmit-img img {
    width: 100%;
}
.virtual-modal-info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
    padding-right: 5px;
}
.vmib-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}
.vmib-img-cry {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: var(--font18);
    line-height: var(--l1h75);
    font-weight: 700;
    color: var(--colorfff);
}
.vmib-img-cry p {
    font-size: var(--font18);
    line-height: var(--l1h75);
    font-weight: 700;
    color: var(--colorfff);
}
.vmib-cry,
.vmib-cry p {
    color: var(--color666);
}
.vmib-cry {
    margin-bottom: 16px;
}
.vmib-title {
    color: var(--color3c);
    line-height: var(--l1h65);
    padding-bottom: 19px;
    border-bottom: 1px solid #F00;
    position: relative;
    margin-bottom: 25px;
}
.vmib-title::after {
    content: "";
    height: 3px;
    width: 148px;
    background: #F00;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 5;
}
.vmib-title span {
    color: #F00;
    margin-left: 4px;
}
.vmib-list-li-img {
    width: 24px;
    margin-right: 8px;
}
.vmib-list-li-img img {
    width: 100%;
}
.vmib-list-li {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: var(--jian1);
}
.vmib-list {
    --jian1: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.vmib-income-top-img {
    width: 24px;
    margin-right: 24px;
}
.vmib-income-top-img img {
    width: 100%;
}
.vmib-income-top-text {
    color: #F00;
    line-height: var(--l1h65);
}
.vmib-income-top {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.vmib-income-bottom p {
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--l1h75);
    margin-bottom: 24px;
}
.vmib-income-bottom h5 {
    color: var(--color3c);
    font-size: var(--font20);
    font-weight: 700;
    line-height: var(--l1h65);
}
.virtual-home .yxedr-active p {
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--l1h75);
    margin-bottom: 24px;
}
.virtual-home .yxedr-active h5 {
    color: var(--color3c);
    font-size: var(--font20);
    font-weight: 700;
    line-height: var(--l1h65);
}
.vmib-income-bottom {
    padding-left: 48px;
    position: relative;
}
.vmib-income-bottom::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--colormain);
    position: absolute;
    left: 13px;
    top: 0;
    z-index: 1;
}
.virtual-modal-info-btn .std-btn:nth-child(1) .std-btn-link {
    border: 1px solid var(--color3c);
}
.virtual-modal-info-btn .std-btn:nth-child(1) .std-text16 {
    color: var(--color3c);
}
.virtual-modal-info-btn .std-btn:nth-child(2) .std-btn-link {
    border: 1px solid var(--colormain);
}
.virtual-modal-info-btn .std-btn:nth-child(2) .std-btn-link::before {
    border: 1px solid var(--colormain);
    background: var(--colormain);
}
.virtual-modal-info-btn .std-btn:nth-child(2) .std-text16 {
    color: var(--colorfff);
}
.virtual-modal-info-btn {
    display: flex;
    justify-content: space-between;
    padding-right: 24px;
    flex: 1;
    align-items: flex-end;
}
.virtual-modal-info-bottom {
    margin-bottom: 32px;
}
.virtual-modal-info-btn .std-btn {
    width: 46.55%;
}
.virtual-modal-info-btn .std-btn .std-btn-link {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}
.virtual-modal-info-btn .std-btn .std-text16 {
    font-size: var(--font16);
}
.virtual-modal-info-bottom.ma_in1s2m_d {
    max-height: 77.25%;
}
.virtual-modal-info-bottom .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain);
}
.virtual-home .ys-main {
    overflow-x: hidden;
    flex-grow: 0;
}
.vmit-title {
    font-weight: 700;
}
.virtual-info-list-li.act .vill-info-img::after {
    background: #fff;
}
/* 鼠标效果 */
@media screen and (min-width: 1200px) {
    .virtual-modal-info-btn .std-btn:hover .std-text16 {
        color: var(--colorfff);
    }
    .virtual-modal-info-btn .std-btn:hover .std-btn-link {
        border: 1px solid var(--colormain);
    }
    .virtual-info-list-li:hover .vill-info-img img:nth-child(1) {
        opacity: 1;
    }
    .virtual-info-list-li:hover .vill-info-img img:nth-child(2) {
        opacity: 0;
    }
    .virtual-info-list-li:hover .vill-info-img {
        background: #fff;
    }
    .virtual-info-list-li:hover .vill-info-img::before {
        background: #fff;
    }
    .virtual-info-list-li:hover .vill-info-img::after {
        background: #fff;
    }
    .virtual-info-list-li:hover .vill-info-text {
        color: #fff;
    }
    .virtual-info-list-li:hover .vill-info {
        background: #FF3200;
    }
    .virtual-info-list-li.vill-info1:hover .vill-info {
        background: #FCD946;
    }
    .virtual-info-list-li.vill-info2:hover .vill-info {
        background: #F20057;
    }
    .virtual-info-list-li.vill-info3:hover .vill-info {
        background: #5AB331;
    }
}
/* 2025.7.7 lucas end */
/*20250714--delia--bug修改--start*/
.vmib-img .ys-imgbox-cover{
    position: relative;
    z-index: 1;
}
.vmib-img .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 44.58%, #3C3C3C 100%);
    pointer-events: none;
}
.vmib-title{
    width: 100%;
}
.vmib-income-bottom h5{
    color: #f00 !important;
    line-height: 1.65;
    position: relative;
    margin-bottom: 16px;
}
.vmib-income-bottom h5::before {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/Public/Cn/images/sy_icon01.svg) center / cover no-repeat;
}
.vmib-income-bottom p{
    position: relative;
}
.vmib-income-bottom p::before {
    content: "";
    position: absolute;
    left: -36px;
    width: 1px;
    height: calc(100%);
    background: #FF3200;
    top: 4px;
}
.vmib-income-bottom::before{
    display: none;
}
.vmib-income {
    margin-bottom: 30px;
}
.vmib-img-cry {
    left: 20px;
    top: auto;
    bottom: 15px;
    transform: inherit;
}
/*20250714--delia--bug修改--end*/
/*20250723*/
.virtual-home .ys-ban-video{
    background:transparent !important;
    left: 0 !important;
    top: 0 !important;
    transform: translate(0%, 0%) !important;
}
.virtual-info-img::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index:2;
    background: #fff;
}<!--耗时1775296772.8007秒-->