﻿@charset "utf-8";
@font-face {
    font-family: 'playbold';
    src: url('../fonts/play/play-bold-webfont.woff2') format('woff2'),
         url('../fonts/play/play-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'play';
    src: url('../fonts/play/PlayRegular_1.woff2') format('woff2'),
         url('../fonts/play/PlayRegular_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 公共样式 - start */
:root {
    /* 字号 */
    --font64: 64px;
    --font48: 48px;
    --font36: 36px;
    --font24: 24px;
    --font20: 20px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    /* 行高 */
    --line15: 1.5;
    --line175: 1.75;
    /* 导航 */
    --line80: 80px;
    /* 颜色 */
    --color1: #333333;
    --color2: #666666;
    --color3: #999999;
    --color4: #ffffff;
    --colormain:#C0020F;
    --colorbj:#F8F8F8;
    /* 板块间距 */
    --space120: 120px;
    --space50: 40px;
    --space24: 14px;
    /* 段落间距 */
    --parpspace12: 30px;
    --parpspace14: 14px;
    /* 特殊字体 */
    --family1:'playbold';
    /* 其他 */
    --radous:5px;
}
.std-h1 {
    font-size: var(--font64);
    color: var(--color4);
    line-height: var(--line15);
    font-weight: bold;
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font48);
    color: var(--color4);
    line-height: var(--line15);
    font-weight: bold;
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font36);
    color: var(--color1);
    line-height: var(--line15);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font24);
    color: var(--color1);
    line-height: var(--line175);
}
.std-h5,
.std-h5 p,
.yxedr-active h5 {
    font-size: var(--font20);
    color: var(--color1);
    line-height: var(--line175);
    text-align: justify;
}
.std-text1,
.std-text1 p {
    font-size: var(--font18);
    color: var(--color2);
    line-height: var(--line175);
    text-align: justify;
}
.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color2);
    line-height: var(--line175);
}
.std-text3,
.std-text3 p {
    font-size: var(--font20);
    color: var(--color1);
    line-height: var(--line175);
    text-align: justify;
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color2);
    line-height: var(--line175);
    margin-bottom: 20px;
}
.std-margin {
    margin-top: var(--space120);
}
.std-margin1 {
    margin-bottom: var(--space120);
}
.std-margin2 {
    margin-bottom: var(--space50);
}
.std-margin3 {
    margin-bottom: var(--space24);
}
.std-padding {
    padding-top: var(--space120);
}
.std-padding1 {
    padding-bottom: var(--space120);
}
.std-padding2 {
    padding-bottom: var(--space50);
}
.std-padding3 {
    padding-bottom: var(--space24);
}
.yxedr-active h2, .yxedr-active h3, .yxedr-active h4, .yxedr-active h5, .yxedr-active h6, .std-text2 p, .std-text p{
    margin-bottom: var(--parpspace12);
    text-align: justify;
}
.yxedr-active h2, .yxedr-active h3, .yxedr-active h4, .yxedr-active h5, .yxedr-active h6{
    color: var(--color1);
    font-weight: bold;
}
.yxedr-active h6{
    font-size: 16px;
    line-height: var(--line15);
}
body {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}
/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    content: '分享到 - 微信';
    /* content: 'Share the - weixin'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}
/*导航默认选中*/
.yxnav-active1 {

}
.yxnav-active2 {

}
.head-nav-item-title{
    line-height: var(--line80);
}
/* 公共 */
.ys-nybanner{
    position: relative;
}
.ys-bread{
    position: absolute;
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
}
.ys-bread-list a{
    color: var(--color4);
    opacity: .7;
}
.ys-bread-list:last-child a{
    opacity: 1;
}
.ys-bread-list::before {
    content: '';
    position: absolute;
    top: 50%;
    right: inherit;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/mbx_arrow01.svg) center / cover no-repeat;
    width: 5px;
    height: 10px;
    opacity: .7;
}
.ys-bread-list:last-child::before{
    display: block;
    opacity: 1;
}
.ys-bread-list:first-child::before{
    display: none;
}
.ys-nyban-title .std-h5{
    position: relative;
    color: var(--color4);
    font-size: var(--font20);
}
.ys-nyban-title .std-h5::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--colormain);
    z-index: -1;
}
.ys-nyban-img{
    position: relative;
}
.ys-nyban-img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
}
.mod-tab{
    background: var(--colorbj);
}
.mod-tab .ys-cont1280{
    display: flex;
    justify-content: space-between;
}
.mod-tab-li a{
    line-height: var(--line80);
    padding: 0 30px;
    font-size: var(--font20);
    color: var(--color1);
    position: relative;
    display: block;
}
.mod-tab-li.on a{
    color: var(--colormain);
}
.mod-tab-li a::before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--colormain);
    transition: all .36s ease;
}
.mod-tab-li.on a::before{
    width: 100%;
}
.new-banner{
    background: var(--colorbj);
    padding:34px 0 75px;
}
.new-banner .ys-bread{
    position: static;
    transform: translateX(0);
    left: 0;
}
.new-banner .ys-bread {
    margin: 0 auto;
}
.new-banner .ys-bread-list a{
    color: var(--color3);
}
.new-banner .ys-bread-list::before {
    background: url(../images/mbx_arrow02.svg) center / cover no-repeat;
}
.new-banner-title{
    margin-top: var(--space50);
}
.new-banner-title .std-h3{
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}
.nbtb-left-time{
    display: flex;
    margin-right: 10px;
}
.nbtb-left{
    display: flex;
    width: 70%;
}
.new-banner-title-bot{
    display: flex;
    justify-content: space-between;
}
.nbtb-left-time img{
    width: 18px;
    margin-right:20px;
}
.nbtb-left-info{
    display: flex;
}
.nbtb-left-info .std-text2{
    margin-left: 50px;
}
.ys-share .std-text2{
    color: var(--color2);
    margin-right: 30px;
}
.ys-share{
    display: flex;
}
/* 内页 */
.tech-li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tech-li .ys-imgbox-cover{
    width:48.6%;
    height: 100%;
}
.tech-li-text{
    width:42.7%;
}
.tech-li:not(:last-child){
    margin-bottom: var(--space50);
}
.tech-li:nth-child(odd){
    flex-direction: row-reverse;
}
.tech-li-text .std-h4{
    margin-bottom: var(--space24);
    font-weight: bold;
}
.newsdt-cont{
    margin-top:var(--space50);
    margin-bottom: var(--space120);
}
.newsdt-page{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
}
.newsdt-page a{
    color:var(--color2);
    font-size: var(--font16);
    line-height: var(--line175);
}
.newsdt-recom .std-h2{
    text-align: center;
    color: var(--color1);
}
.newsdt-recom-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.newsdt-recom-li{
    width: 33.333333%;
    padding: 0 18px;
}
.newsdt-recom-li a{
    display: block;
}
.newsdt-recom-li .ys-imgbox-cover{
    border-radius: var(--radous);
}
.newsdt-recom-li-text .std-h4{
    margin:10px 0 80px;
}
.newsdt-recom-li-text .std-text2{
    color: var(--color3);
}
.stand-cont{
    position: relative;
}
.stand-cont-bj{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 40%;
}
.stand-cont .std-h3{
    position: relative;
    margin-bottom: var(--space50);
}
.stand-cont .std-h3::before{
    content: '';
    width: 100%;
    height: 5px;
    background: var(--colormain);
    position: absolute;
    bottom: 0;
    left: 0;
}
.stand-sector .std-h5{
    font-weight: bold;
    margin-bottom: 30px;
}
.stand-sector .std-text3 p span, .stand-sector .std-text3 p a{
    color: var(--colormain);
}
.stand-sector .std-text3 p a{
    text-decoration: underline;
}
.stand-bot-bj{
    width: 100%;
}
.stand-bot{
    position: relative;
}
.stand-bot .ys-cont1200{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.stand-bot-ul{
    display: flex;
    justify-content: space-between;
}
.stand-bot-li{
    text-align: center;
}
.stand-bot-li-title{
    font-size: 60px;
    color: var(--color4);
    font-family: var(--family1);
    margin-bottom: 20px;
}
.stand-bot-li-text{
    font-size: 14px;
    color: var(--color4);
}
.leader-main .ys-bread{
    position: relative;
    top: 0;
}
.leader-main .ys-bread-list a{
    color: var(--color3);
}
.ys-bread-list::before {
    background: url(../images/mbx_arrow02.svg) center / cover no-repeat;
}
.leader-cont{
    margin-top: 56px;
}
.leader-cont .std-h2{
    text-align: center;
    color: var(--color1);
    padding-bottom: 56px;
    margin-bottom: 56px;
    border-bottom: 1px solid #EFEFEF;
}
.leader-img{
    margin-bottom: 30px;
}
.leader-text{
    border: 1px solid #E8E8E8;
    padding: 74px 64px;
}
.leader-top h6{
    margin-bottom: 20px;
}
.leader-bot p{
    text-align: right;
    margin-bottom: 0;
}
.leader-bot .std-h4{
    font-weight: bold;
    text-align: right;
}
.eva-cont{
    position: relative;
}
.eva-bj{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 31.6%;
}
.eva-buss-left{
    width: 55%;
}
.eva-buss-right{
    width: 45%;
}
.eva-buss{
    display: flex;
    justify-content: space-between;
}
.eva-intro-text p{
    font-size: 20px;
    line-height: 1.75;
    color: var(--color1);
    text-align: justify;
}
.eva-intro{
    padding-bottom:45px;
}
.eva-buss{
    padding-top: 70px;
    border-top: 1px solid #E9E9E9;
}
.eva-buss-left .std-text2 p{
    margin-bottom: 0;
}
.eva-buss-left p a{
    color: var(--color2);
}
.eva-cont .std-h3{
    font-weight: bold;
}
.eva-buss-left .mod-btn{
    margin-top: 30px;
}
.mod-btn a, .mod-btn-link{
    width: 100%;
    display: block;
    text-align: center;
    font-size: var(--font16);
    color: var(--color4);
    line-height: 45px;
    position: relative;
    z-index: 10;
}
.mod-btn{
    background: var(--colormain);
    position: relative;
    width: 250px;
    border-radius: 100px;
}
.mod-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(99deg, #DE0010 7.05%, #780009 56.95%);
    opacity: 0;
    transition: all .36s;
}
.eva-career-cont{
    padding: 42px 56px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.05);
}
.eva-career-top{
    display: flex;
    margin-bottom:36px;
    align-items: center;
}
.eva-career-top img{
    width:55px;
}
.eva-career-top .std-h3{
    padding-left:65px;
}
.eva-career-bot{
    padding-left: 120px;
}
.eva-career-bot li{
    display: flex;
    width: 50%;
    margin-bottom: 25px;
}
.eva-career-bot ul{
    display: flex;
    width: 60%;
    flex-wrap: wrap;
}
.eva-career-bot li p{
    color: var(--color2);
    font-size: var(--font20);
    padding-left: 10px;
}
.eva-dyn-ul{
    display: flex;
}
.eva-dyn-li{
    width: 200px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.eva-dyn-cont{
    border-radius:15px;
    background: #FFF;
    box-shadow: 0px 3.7px 28.401px 0.925px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    height: 100%;
}
.eva-dyn-cont img{
    width:130px;
    margin: 0 auto 3px;
    display: block;
}
.eva-dyn-cont .std-text2{
    text-align: center;
}
.exhibit-main{
    background:#FAFAFA;
}
.exhibit-main .mod-tab{
    border-bottom: 1px solid #EFEFEF;
    background: none;
}
.mod-btn1{
    width: auto;
    display: inline-block;
}
.mod-btn1 a{
    display: flex;
    align-items: center;
    padding: 0 32px;
}
.mod-btn1 p{
    line-height: 45px;
    padding-right:8px;
}
.exhibit-li-text2 p{
    margin-bottom: 0;
}
.exhibit-li-text1 p a,
.exhibit-li-text2 p a{
    color: var(--color2);
}
.exhibit-li-text .mod-btn1{
    margin-top: 26px;
}
.exhibit-li-text2 a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}
.exhibit-li-text2{
    position: relative;
}
.exhibit-li-img{
    float: right;
    width: 57.73%;
    position: relative;
}
.exhibit-li-text{
    position: absolute;
    top: 0;
    left: 0;
}
.exhibit-li-text-cont{
    width: 60%;
}
.exhibit-li{
    position: relative;
    width: calc(100% - (100% - 1440px) / 2);
    float: right;
    margin-bottom: 220px;
}
.exhibit-li-text-cont{
    background: var(--color4);
    padding: 96px 26% 44px 100px;
    min-height: 780px;
}
.exhibit-li-img-bj{
    position: absolute;
    bottom: -140px;
    left: 0;
}
.exhibit-li-img .ys-imgbox-cover{
    float: right;
    width: 92%;
}
.exhibit-li-img{
    margin-top: 100px;
}
.exhibit-li-text-cont .std-h3{
    font-weight: bold;
    margin-bottom: var(--space50);
}
.exhibit-li-text::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 3px;
    height: 134px;
    background: var(--colormain);
}
.exhibit-li.exhibit-li:nth-child(2n){
    float: left;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-img{
    float: left;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-text {
    right: 0;
    left: inherit;
    display: flex;
    justify-content: end;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-text-cont {
    padding: 96px 100px 44px 26%;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-img .ys-imgbox-cover {
    float: left;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-img-bj {
    position: absolute;
    bottom: -15%;
    right: 0;
    left: inherit;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-text::before {
    left: inherit;
    right: 0;
}
.ys-nyban-title h1 {
    color: #fff;
    font-size: var(--font48);
    line-height: 1.5;
    margin: 10px 0;
}
.ys-nyban-text p{
    font-size: var(--font20);
    color: var(--color4);
    line-height: var(--line175);
}
.news-cont-top-li a{
    display: flex;
    background:var(--colorbj);
}
.nctl-img{
    width: 55.5%;
    height: 100%;
}
.nctl-text{
    width: 44.5%;
    padding:76px 55px 50px;
}
.nctl-text .std-h4{
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
}
.nctl-text-word{
    height: calc(1.75em * 2);
}
.mod-btn3-link{
    display: flex;
    align-items: center;
}
.mod-btn3-link .ys-imgbox-cover {
    width: 12px;
    margin-left: 5px;
    transform: translateY(-1px);
}
.nctl-text .mod-btn3{
    margin-top: 68px;
}
.nctl-text-time{
    color: var(--color3);
}
.mod-btn3-link .ys-imgbox-cover img:first-child{
    opacity: 0;
}
.news-cont-top .slick-dots {
    bottom: 40px;
    text-align: left;
    width: 44.5%;
    right: 0;
    padding-left: 55px;
}
.slick-dots li.slick-active {
    opacity: 1;
    background: var(--colormain);
}
.slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 5px;
    border-radius: 50%;
    background: var(--colormain);
    opacity: .3;
}
.news-cont-mid{
    margin-top: 90px;
    margin-bottom: 100px;
}
.news-cont-mid .ys-select{
    margin-right:40px;
}
.news-cont-mid{
    display: flex;
}
.news-cont-mid-search{
    display: flex;
}
.news-cont-mid .ys-select{
    width: 125px;
}
.news-cont-mid .ys-select-hd{
    border-radius: 42px;
    padding: 0 32px;
    background:#F8F8FA;
}
.news-cont-mid .ys-select-show, .ncms-left input{
    color:rgba(180,180,180,.9);
    font-size: var(--font16);
    height: 50px;
}
.news-cont-mid .icon-arrow-down:before {
    color: #CFCFCF;
    font-size: 14px;
}
.news-cont-mid .ys-select-xtbbox{
    right: 32px;
}
.news-cont-mid .ys-select-show::-webkit-input-placeholder,
.ncms-left input::-webkit-input-placeholder{
    /* WebKit browsers */
    color:rgba(180,180,180,.9);
    font-size: var(--font16);
}
.news-cont-mid .ys-select-show:-moz-placeholder,
.ncms-left input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color:rgba(180,180,180,.9);
    font-size: var(--font16);
}
.news-cont-mid .ys-select-show::-moz-placeholder,
.ncms-left input::-moz-placeholder  {
    /* Mozilla Firefox 19+ */
    color:rgba(180,180,180,.9);
    font-size: var(--font16);
}
.news-cont-mid .ys-select-show:-ms-input-placeholder,
.ncms-left input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color:rgba(180,180,180,.9);
    font-size: var(--font16);
}
.ncms-left{
    background: #F8F8FA;
    border-radius: 42px;
}
.ncms-left input{
    width: 565px;
    height: 50px;
    padding: 0 32px;
}
.news-cont-mid-search{
    position: relative;
}
.ncms-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    line-height: 50px;
    color: var(--color4);
    background: var(--colormain);
    border-radius: 42px;
    text-align: center;
    font-size: var(--font16);
    cursor: pointer;
}
.news-cont-mid .ys-select-bd{
    background: #F8F8FA;
    top: calc(100% + 7px);
    padding:18px 30px 18px 18px;
    border-radius: 5px;
    height: 155px;
}
.news-cont-mid .ys-select-li{
    color:rgba(180,180,180,.9);
    font-size: var(--font16);
    line-height: 2.5;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
}
.news-cont-mid .mCSB_outside+.mCSB_scrollTools {
    right: 5px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #666 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e8e8e8 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px !important;
}
.news-cont-bot-li a{
    display: flex;
    align-items: center;
}
.news-cont-bot-li{
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.ncbl-img{
    width: 31.6%;
}
.ncbl-text{
    width: 68.4%;
    padding-left: 5.6%;
}
.news-cont-bot-li:last-child{
    border-bottom: 1px solid #eee;
}
.ncbl-text .std-h4{
    margin:10px 0 14px;
}
.ncbl-text .mod-btn{
    margin-top:32px;
}
.ncbl-text .std-h4{
    height: calc(1.5em * 2);
}
.news-cont-bot-li .ncbl-text .std-h4{
    height: 1.5em;
}
.ys-pcfy{
    margin-top: 80px;
}
.pc-fenye li {
    color: #666;
    border-radius: 0;
}
.pc-fenye li.activepage {
    color: #fff;
    background: var(--colormain);
}
.join-tab{
    border-bottom: 1px solid #DCDCDC;
    display: flex;
}
.join-tab li{
    margin-right:80px;
}
.join-tab li a{
    display: block;
    padding-bottom: 30px;
    color: var(--color1);
    opacity: .5;
    transition: all .36s;
    position: relative;
    font-size: var(--font36);
}
.join-tab li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    background: var(--colormain);
    transition: all .36s;
}
.join-tab li.on a{
    opacity: 1;
}
.join-tab li.on a::before{
    width: 100%;
}
.join-bot-tab{
    display: flex;
    padding: 30px 0;
    position: relative;
}
.join-bot-li{
    border-bottom: 1px solid #DCDCDC;
}
.join-bot-tab-name{
    width: 60%;
}
.join-bot-tab-require{
    width: 40%;
    padding-right: 100px;
}
.join-bot-tab-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    width: 22px;
    transition: all .36s;
}
.join-bot-tab-name{
    font-weight: bold;
}
.join-bot-info{
    background:#F9F9F9;
    padding:48px 70px 70px;
}
.join-bot-info .yxedr-active p, .join-bot-info .yxedr-active h6{
    margin-bottom: 0;
    line-height: 2;
}
.join-bot-info .mod-btn{
    margin-top:60px;
}
.join-bot-info{
    display: none;
}
.join-bot-tab{
    cursor: pointer;
}
.join-bot-li.on{
    border-color: transparent;
}
.join-bot-li.on .join-bot-tab-icon{
    transform:translateY(-50%) rotateZ(180deg);
}
.project-li-cont{
    border-radius: 5px;
    box-shadow: 0px 4px 35.9px 4px rgba(0, 0, 0, 0.05);
    padding: 32px;
}
.project-li{
    margin-bottom:50px;
}
.project-li-cont-img{
    width: calc(18% + 56px);
    position: relative;
    height: 100%;
}
.project-li-cont-img img{
    width: calc(100% - 56px);
}
.project-li-cont-img::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #E7E7E7;
}
.project-li-cont-text{
    width: calc(100% - 56px);
    padding-left: 56px;
    padding-right:220px;
}
.project-li-cont{
    display: flex;
}
.project-li-cont-icon{
    width: 25px;
    position: absolute;
    top: 80px;
    right: 90px;
    cursor: pointer;
}
.project-li-cont{
    position: relative;
}
.plci-icon1{
    position: relative;
}
.plci-icon2, .plci-icon3, .plci-icon4{
    position: absolute;
    top: 0;
    left: 0;
}
.plci-icon1, .plci-icon2, .plci-icon3{
    opacity: 0;
}
.project-li-cont-text .std-text2 p{
    margin-bottom: 0;
    height: calc(1.75em * 2);
}
.project-li-cont-text{
    padding-top: 5px;
}
.project-li-cont-icon img{
    transition: all .36s;
}
.project-li.on .project-li-cont-text .std-text2 p{
    height: auto;
    overflow: inherit;
    -webkit-line-clamp: initial;
}
.project-li.on .plci-icon3{
    opacity: 1;
}
.project-li.on .plci-icon4{
    opacity: 0;
}
.project-cont .mod-btn{
    margin: 80px auto 0;
}
.project-li-cont-text .std-h4{
    margin-bottom: 12px;
}
.mod-btn-link{
    cursor: pointer;
}
.project-cont .mod-btn{
    display: none;
}
.project-cont .mod-btn.on{
    display: block;
}
.indus-sect1-img{
    width: 66%;
}
.indus-sect1 .ys-cont1440{
    position: relative;
}
.indus-sect1-text{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 75%;
    padding:68px;
    z-index: 10;
}
.indus-sect1-text::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 10.4px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
}
.indus-sect1-text .std-h5{
    position: relative;
    z-index: 10;
}
.indus-sect2{
    background: #F9F9F9;
}
.indus-sect2-left, .indus-sect2-right{
    width: 50%;
}
.indus-sect2-left{
    padding-right:8%;
}
.indus-sect3 img{
    width: 100%;
}
.indus-cont .std-h3{
    font-weight: bold;
}
.isll-top .ys-imgbox-cover{
    width: 18px;
}
.isll-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.indus-sect2-left-li{
    border-top: 1px solid #EBEBEB;
    padding: 24px 0 0; 
}
.indus-sect2-left-li:last-child{
    border-bottom: 1px solid #EBEBEB;
}
.isll-top{
    margin-bottom: 24px;
}
.isll-top .std-h4{
    font-weight: bold;
}
.isll-bot{
    display: none;
}
.indus-sect2-left-li.on .ys-imgbox-cover img:first-child{
    opacity: 1;
}
.indus-sect2-left-li.on .ys-imgbox-cover img:last-child{
    opacity: 0;
}
.indus-sect4-li{
    margin-bottom:var(--space120);
}
.indus-sect4-li-left{
    width: 50%;
    padding-right: 5%;
}
.indus-sect4-li{
    display: flex;
    align-items:center;
}
.indus-sect4-li .ys-imgbox-cover{
    width: 50%;
    border-radius: var(--radous);
}
.indus-sect4-li-left .mod-btn{
    margin-top: var(--space50);
}
.indus-sect4-li-left .std-h3{
    margin-bottom: 30px;
}
.indus-sect4-li:nth-child(2n){
    flex-direction: row-reverse;
}
.indus-sect4-li:nth-child(2n) .indus-sect4-li-left{
    padding-right: 0;
    padding-left: 5%;
} 
.isll-text p a{
    color: var(--color2);
    text-decoration: underline;
}
.indus-sect3-ph{
    display: none;
}
.indus-sect2-right-li{
    display: none;
}
.indus-sect2-right-li.on{
    display: block;
}
.creat-sect1-text-ph{
    display: none;
}
.creat-cont{
    padding-top: 254px;
}
.creat-sect1-cont{
    display: flex;
    background: var(--colormain);
    flex-direction: row-reverse;
}
.creat-sect1-right, .creat-sect1-left{
    width: 50%;
}
.anchor-main {
    position: fixed;
    top: 45%;
    left: -50%;
    transform: translateY(-50%);
    z-index: 50;
    width: 200px;
}
.anchor-main::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    width: 1px;
    height: 76%;
    background: #EEEEEE;
}
.anchor-main.show {
    left: 70px;
}
.anchor-li{
    padding-left: 25px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.anchor-li span{
    content: '';
    position: absolute;
    top: 15px;
    left: -2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999999;
}
.anchor-li span::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--colormain);
    opacity: 0;
    transition: all .36s;
}
.anchor-li span::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--colormain);
    opacity: 0;
    transition: all .36s;
}
.anchor-li.on span::before, .anchor-li.on span::after{
    opacity: 1;
}
.anchor-li:last-child{
    margin-bottom: 0;
}
.anchor-li.on .std-text3{
    color: var(--colormain);
}
.creat-sect1-cont{
    background: var(--colormain);
    padding: 50px 75px;
}
.creat-sect1-text p{
    color: var(--color4);
    margin-bottom: 3px;
}
.creat-sect1-left-title .std-h3{
    color: var(--color4);
    font-weight: bold;
}
.creat-sect1-left{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.creat-sect1-right .ys-imgbox-cover{
    margin-top: -25%;
}
.yxedr-active ul li{
    list-style-type: disc;
}
.yxedr-active ul li::marker{
    color: var(--color4);
    font-size: 16px;
}
.yxedr-active ul{
    padding-inline-start: 20px;
}
.creat-sect1-left-title{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.creat-sect1-left .creat-sect1-text{
    height: 50%;
}
.creat-sect1-right .creat-sect1-text{
    padding-top: 5%;
}
.creat-sect2-ul{
    width: 50%;
    margin: 0 auto;
}
.creat-sect2-li{
    width: 100%;
    padding: 0 18px;
}
.creat-sect2-li-cont{
    position: relative;
}
.creat-sect2-li-cont .std-h4{
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    padding: 0 75px;
}
.creat-sect2-ul .slick-list {
    overflow: inherit;
}
.creat-sect2-li-cont .std-h4{
    color: var(--color4);
    font-weight: bold;
}
.indus-sect1-text .std-h3{
    color: var(--color1);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-weight: bold;
}
.indus-sect1-text .std-text2{
    position: relative;
    z-index: 1;
    color: var(--color1);
    text-align: justify;
}
.indus-sect1-text {
    padding: 50px 90px;
}
.creat-sect3{
    background: var(--colorbj);
}
.creat-sect3-top{
    width: 172px;
    border-radius: 50%;
    margin: 0 auto 18px;
}
.creat-sect3-top img{
    width: 100%;
    border-radius: 50%;
}
.creat-sect3-title{
    text-align: center;
    font-weight:bold;
    color: var(--color1);
    margin-bottom: 20px;
}
.creat-sect3-text-icon{
    color: var(--colormain);
    font-size: 40px;
    font-family: var(--family1);
}
.creat-sect3-text{
    position: relative;
}
.creat-sect3-text-icon1{
    position: absolute;
    top: 0;
    left: 0;
}
.creat-sect3-text-icon2{
    position: absolute;
    top: 0;
    right: 0;
}
.creat-sect3-text .std-text2{
    padding: 0 44px;
} 
.creat-sect3 .mod-btn{
    margin: 0 auto;
}
.creat-main .ys-modal .ys-modal-content{
    border-radius:10px;
}
.creat-main .ys-modal {
    background: rgba(0, 0, 0, .5);
}
.creat-main .ys-modal .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain) !important;
}
.creat-main .ys-modal-close .icon-close:before {
    color:#EBEBEB;
}
.creat-main .ys-modal-close {
    position: absolute;
    right: 40px;
    top: 26px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
}
.ys-modal-content {
    padding: 26px 50px 70px 150px;
    width: 860px;
}
.creat-modal{
    padding-right: 100px;
}
.creat-main .mCSB_scrollTools{
    display: block;
    height: 90%;
    bottom: 0;
    top: inherit;
}
.creat-main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 1px !important;
}
.creat-main .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
}
.ys-footer{
    background: #F4F4F4;
}
.foot-info-title{
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.foot-info-title span{
    color: var(--colormain);
}
.foot-info-text p{
    color: var(--color2);
    font-size: 14px;
    text-align: center;
    line-height: 1.75;
}
.foot-info-search{
    width: 500px;
    position: relative;
    margin: 0 auto;
}
.foot-info-search input{
    border-radius: 50px;
    height: 36px;
    padding: 0 60px 0 20px;
    background: var(--color4);
    width: 100%;
}
.foot-info-search img{
    cursor: pointer;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.foot-top{
    margin-top: 66px;
    padding-top: 64px;
    padding-bottom: 60px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.foot-top .ys-cont1440{
    display: flex;
    justify-content: space-between;
}
.foot-top-right>ul{
    display: flex;
    margin: 0 -60px;
}
.foot-top-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot-top-right>ul>li{
    padding: 0 60px;
}
.foot-top-right>ul>li a{
    display: block;
}
.foot-top-right>ul>li>a{
    margin-bottom:40px;
    color: var(--color1);
    font-size: 18px;
    line-height: 1.5;
}
.foot-top-right>ul>li>ul>li a{
    color: var(--color2);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.foot-bot{
    padding: 20px 0 36px;
}
.foot-bot .ys-cont1440{
    display: flex;
    justify-content: space-between;
}
.foot-bot ul{
    display: flex;
    margin: 0 -20px;
}
.foot-bot li{
    padding: 0 20px;
}
.foot-bot li a{
    display: block;
    color: #333;
    opacity: .4;
    font-size: 12px;
    line-height: 1.5;
}
.foot-bot p span, .foot-bot p a{
    color: #333;
    opacity: .4;
    font-size: 12px;
    line-height: 1.5;
}
.foot-top-left .ys-select{
    width: 160px;
}
.foot-top-left .ys-select-hd {
    padding: 13px 32px;
    border-radius: 50px;
    border: 1px solid #666;
    color: #666;
    font-size: 16px;
}
.foot-top-left .ys-select-xtbbox{
    right: 30px;
}
.foot-top-left .icon-arrow-down:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 4.5px;
    background: url(../images/foot_icon02.svg) center / cover no-repeat;
}
.foot-top-left .icon-arrow-down, .foot-top-left .ys-select-xtbbox{
    width: 9px;
    height: 4.5px;
}
.foot-top-left .ys-select-li .ys-imgbox-cover {
    width: 18px;
    margin-top: 2px;
}
.foot-top-left .ys-select-li a,
.foot-top-left .ys-select-li .wx-btn {
    display: flex;
    align-items: flex-start;
}
.foot-top-left .ys-select-bd {
    top: -205px;
    background: transparent;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 30px 0 30px 11px;
    height: 200px;
    background: #F4F4F4;
}
.foot-top-left .ys-select-li{
    margin-bottom: 8px;
}
.ys-select-li-text{
    color: var(--color2);
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    width: calc(100% - 18px);
}
.foot-top-left .ys-select-li .ys-imgbox-cover img:first-child{
    opacity: 0;
}
.foot-top-left .mCSB_outside+.mCSB_scrollTools {
    right: 0;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.foot-top-left .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color:var(--colormain) !important;
}
.foot-top-left .ys-select-hd input::-webkit-input-placeholder{
    /* WebKit browsers */
    color:var(--font16);
    font-size: var(--font16);
}
.foot-top-left .ys-select-hd input:-moz-placeholder{
    /* Mozilla Firefox 4 to 18 */
    color:var(--font16);
    font-size: var(--font16);
}
.foot-top-left .ys-select-hd input::-moz-placeholder{
    /* Mozilla Firefox 19+ */
    color:var(--font16);
    font-size: var(--font16);
}
.foot-top-left .ys-select-hd input:-ms-input-placeholder{
    /* Internet Explorer 10+ */
    color:var(--font16);
    font-size: var(--font16);
}
.ys-cont850 {
    width: 85vw;
    max-width: 850px;
    margin: auto;
}
.foot-top-left .ys-select-bd{
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all .36s;
}
.foot-top-left .ys-select.on .ys-select-bd{
    opacity: 1;
    pointer-events: all;
}
.foot-top-left .ys-select.on .icon-arrow-down:before{
    transform: rotateZ(180deg);
}
.anchor-li .std-text3{
    font-size: var(--font16);
    transform: translateY(3px);
}
.project-li-cont-text{
    position: relative;
}
.news-cont-top-li a .mod-btn3 .ys-imgbox-cover img:last-child{
    top: 1px;
}
.news-cont-top-li a .mod-btn3 .std-text2{
    color: var(--color3);
}
.stand-cont .std-h3{
    display: inline-block;
    font-weight:bold;
    padding-bottom: 8px;
}
.eva-dyn-ul{
    flex-wrap: wrap;
}


















.nctl-text .std-h4{
    height: calc(1.5em * 2);
}
.newsdt-recom-li-text .std-h4{
    height: calc(1.75em * 2);
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/* 省略号 */
.line-clamp, .nctl-text-word, .ncbl-text .std-h4, .project-li-cont-text .std-text2 p, .nctl-text .std-h4,.newsdt-recom-li-text .std-h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-cont-bot-li .ncbl-text .std-h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 过渡 */
.transition-time1, .newsdt-page a, .ys-select-li-text, .foot-top-right ul a, .foot-bot li a, .news-cont-top-li a .mod-btn3 .std-text2{
    transition: all .36s;
}
.transition-time2{
    transition: all .5s;
}
/* 公共样式 - end */


/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .tech-li .ys-imgbox-cover:hover img{
        transform: scale(1.05);
    }
    .mod-tab-li a:hover{
        color: var(--colormain);
    }
    .mod-tab-li a:hover::before{
        width: 100%;
    }
    .newsdt-page a:hover{
        color: var(--colormain);
    }
    .mod-btn:hover::before, .news-cont-bot-li a:hover .mod-btn::before{
        opacity: 1;
    }
    .comp-tabli:hover li{
        background: var(--colormain);
        color: var(--color4);
    }
    .join-tab li:hover a{
        opacity: 1;
    }
    .join-tab li:hover a::before{
        width: 100%;
    }
    .project-li:not(.on):hover .plci-icon2, .project-li.on:hover .plci-icon1{
        opacity: 1;
    } 
    .project-li:hover .plci-icon4, .project-li:hover .plci-icon3{
        opacity: 0;
    } 
    .project-li:hover .std-h4{
        color: var(--colormain);
    }
    .project-li:hover .project-li-cont-img img{
        transform: scale(1.05);
    }
    .foot-top-left .ys-select-li .wx-btn:hover .ys-select-li-text,
    .foot-top-left .ys-select-li a:hover .ys-select-li-text{
        color: var(--colormain);
    }
    .foot-top-left .ys-select-li .wx-btn:hover .ys-imgbox-cover img:last-child,
    .foot-top-left .ys-select-li a:hover .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .foot-top-left .ys-select-li .wx-btn:hover .ys-imgbox-cover img:first-child,
    .foot-top-left .ys-select-li a:hover .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .foot-top-left .ys-select-li .wx-btn:hover .ys-imgbox-cover img,
    .foot-top-left .ys-select-li a:hover .ys-imgbox-cover img{
        transform: scale(1);
    }
    .foot-top-right ul a:hover, .foot-bot li a:hover{
        color: var(--colormain);
        opacity: 1;
    }
    .creat-sect1-right .ys-imgbox-cover:hover img,
    .creat-sect2-li-cont:hover .ys-imgbox-cover img{
        transform: scale(1.05);
    }
    .news-cont-top-li a:hover .nctl-text .std-h4{
        color: var(--colormain);
    }
    .news-cont-top-li a:hover .mod-btn3 .std-text2{
        color: var(--colormain);
    }
    .news-cont-top-li a:hover .mod-btn3 .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .news-cont-top-li a:hover .mod-btn3 .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .news-cont-top-li a:hover .mod-btn3 .ys-imgbox-cover img{
        transform: scale(1);
    }
    .news-cont-bot-li a:hover .ncbl-text .std-h4{
        color: var(--colormain);
    }
    .exhibit-li .ys-imgbox-cover:hover img,
    .indus-sect2-right-li .ys-imgbox-cover:hover img,
    .indus-sect4-li .ys-imgbox-cover:hover img{
        transform: scale(1.05);
    }
    /* 2025.02.15 - tammy - start */
    .mod-btn:hover::before, .news-cont-bot-li a:hover .mod-btn::before {
        opacity: 1;
        width: 100%;
    }
    .industry-text-cry:hover .industry-text-cry-img img{
        transform: scale(1.05);
    }
    .icin-core:hover .icin-core-img img{
        transform: scale(1.05);
    }
    .icin-core:hover .icin-core-text .std-h4{
        color: var(--colormain);
    }
    .mod-arrows1 .swiper-button-prev:hover::after, .mod-arrows1 .swiper-button-next:hover::after,
    .mod-arrows1 .slick-prev:hover::after, .mod-arrows1 .slick-next:hover::after{
        opacity: 1;
        width: 100%;
        height: 100%;
    }
    .industry-study-inof-nub:hover .isin-img img{
        transform: scale(1.05);
    }
    /* .esti-nub .std-h4:hover::before{
        width: 100%;
        opacity: 1;
    }
    .esti-nub .std-h4:hover{
        color: var(--color1);
    } */
    .esci-cry:hover .esci-cry-img img{
        transform: scale(1.05);
    }    
    .equip-power-cry:hover .epci-box img{
        transform: scale(1.05);
    }
    .equip-company-img:hover img{
        transform: scale(1.05);
    }
    .solution-pop-icon:hover img{
        transform: scale(1.05);
    }
    .spin-link:hover .std-text1{
        color: var(--colormain);
    }
    .spin-link:hover .spin-link-icon{
        opacity: 1;
    }
    .very-case-left-img:hover img{
        transform: scale(1.05);
    }
    .vcin-core:hover{
        background: var(--colormain);
    }
    .vcin-core:hover .std-h5,
    .vcin-core:hover .std-text2,
    .vcin-core:hover .std-text2 p{
        color: var(--color4);
    }
    .very-special-inof-item:hover .vsii-img img{
        transform: scale(1.05);
    }
    .viin-cry:hover .std-h5{
        color: var(--colormain);
    }
    .viin-cry:hover .viin-cry-img img{
        transform: scale(1.05);
    }
    .home-infor-btn-nub .std-h4:hover::before{
        width: 100%;
        opacity: 1;
    }
    .home-industry-btn-item:hover::before{
        width: 100%;
        opacity: 1;
    } 
    .home-industry-btn-item:hover .std-h4{
        color: var(--colormain);
    }
    .home-industry-btn-item:hover .hibi-icon img:nth-of-type(2){
        opacity: 1;
    }
    .home-industry-btn-item:hover .hibi-icon img:first-child{
        opacity: 0;
    }
    .hbin-link:hover .mod-btn3-link .ys-imgbox-cover,
    .mod-btn3-link:hover .ys-imgbox-cover{
        transform: translateX(5px);
    }
    .ban-prev:hover img:first-child,
    .ban-next:hover img:first-child{
        opacity: 0;
    }
    .ban-prev:hover img:nth-of-type(2),
    .ban-next:hover img:nth-of-type(2){
        opacity: 1;
    }
    .home-ban-dots li:hover .std-text2{
        color: var(--colormain);
    }
    .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title::before{
        width: 0%;
        opacity: 0;
    }
    .head-nav:hover .head-nav-item.yxnav-active1 .head-nav-item-title p{
        color: var(--color1);
    }
    .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title::before,
    .head-nav:hover .head-nav-item:hover .head-nav-item-title::before{
        width: calc(100% - calc(var(--jian1) * 2));
        opacity: 1;
    }
    .head-nav:hover .head-nav-item.yxnav-active1:hover .head-nav-item-title p,
    .head-nav:hover .head-nav-item:hover .head-nav-item-title p{
        color: var(--colormain);
    }

    .newsdt-recom-li:hover .std-h4{
        color: var(--colormain);
    }
    .news-cont-mid .ys-select-li:hover{
        color: var(--colortitle);
    }
    .ncms-btn:hover::before{
        width: 100%;
        opacity: 1;
    }
    .creat-main .ys-modal-close:hover .icon-close:before {
        color: var(--colormain);
    }
    .home-infor-btn-btn .mod-btn3-link:hover .std-text2{
        color: var(--colormain);
    }
    .hiax-one-link:hover .std-h4{
        color: var(--colormain);
    }
    .hiax-one-link:hover .mod-btn3-link .std-text2{
        color: var(--colormain);
    }
    .hiax-two-nub-link:hover .std-h5{
        color: var(--colormain);
    }
    /* 2025.02 - tammy - end */
    /* 1200 */
}
/* 2.20 */
.news-cont-mid{
    position: relative;
    z-index: 10;
}
/* 2025.02.15 - tammy - start */
:root {
    --font40: 40px;
    --font32: 32px;
    --font14: 14px;
    --font28: 28px;
    --font26: 26px;
}
.std-font40{
    font-size: var(--font40);
    font-weight: bold;
    color: var(--color1);
    line-height: var(--line15);
}
.std-font32{
    font-size: var(--font32);
    font-weight: bold;
    color: var(--color1);
    line-height: var(--line15);
}
.std-font26{
    font-size: var(--font26);
    color: var(--color1);
    line-height: var(--line15);
}
.std-text14,
.std-text14 p{
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color2);
}
/* 2025.02 - tammy - end */
/* 2025.02.15 - tammy - start */
.industry-text-top .std-h5{
    width: 83%;
    margin: 0 auto;
}
.industry-text-top{
    padding-bottom: calc(var(--space120) * 0.75);
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: calc(var(--space120) - 12px);
}
.industry-text .std-h5 span{
    color: var(--colormain);  
}
.industry-text{
    padding-top: calc(var(--space120) - 13px);
    position: relative;
    padding-bottom: calc(var(--space120) * 1.17);
}
.industry-text-cry{
    display: flex;
    align-items: center;
}
.industry-text-cry-img{
    width: 49.79%;
    border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.industry-text-cry-img img{
    width: 100%;
    transition: all .4s ease;
}
.industry-text-bg{
    width: 31.62%;
    max-width: 607px;
    position: absolute;
    top: 0;
    left: 0;
}
.industry-text-bg img{
    width: 100%;
}
.industry-text .ys-cont1440{
    position: relative;
    z-index: 6;
}
.industry-text-cry-word{
    width: 50.21%;
    padding-left: 108px;
}
.industry-text-cry .std-h3{
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: bold;
}
.industry-text-cry .std-h5,
.industry-text-cry .std-h5 p{
    color: var(--color2);
}
.std-btn1 .mod-btn{
    width: auto;
}
.std-btn1 {
    display: flex;
    justify-content: flex-start;
}
.std-btn1 .mod-btn a, 
.std-btn1 .mod-btn-link{
    padding: 0 24.5px;
    display: flex;
    align-items: center;
}
.std-btn1 img{
    width: 15px;
    margin-left: 8px;
}
.industry-text-cry-word .std-btn1{
    margin-top: 50px;
}
.mod-btn::before{
    width: 0%;
    transition: all .4s ease;
}
.industry-category{
    background: #f8f8f8;
    padding-top: var(--space120);
    padding-bottom: calc(var(--space120) * 1.17);
}
.industry-category .std-h3{
    font-weight: bold;
}
.industry-category-inof{
    --jian1: 20px;
    margin: 0 calc(var(--jian1) * -1);
    position: static;
}
.industry-category-inof-nub{
    width: 50%;
    padding: 0 var(--jian1);
}
.icin-core-img{
    width: 100%;
}
.icin-core{
    background: var(--color4);
}
.icin-core-text{
    padding: 58px 36px 86px 66px;
}
.icin-core-text .std-h4{
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 26px;
    transition: all .4s ease;
}
.icin-core-text .std-text2,
.icin-core-text .std-text2 p{
    color: var(--color2);
    margin-bottom: 0;
}
.industry-category-inof-nub:not(:first-child){
    display: none;
}
.industry-category-cry{
    --right1: 170px;
    padding-right: var(--right1);
}
.industry-category-inof .slick-list{
    overflow: visible;
}
.ys-imgbox-contain img, .ys-imgbox-cover img {
    transition: all .4s ease;
}
.mod-arrows1{
    --arrows1: 40px;
    padding-bottom: 30px;
}
.mod-arrows1 .swiper-button-prev, 
.mod-arrows1 .swiper-button-next,
.mod-arrows1 .slick-prev, 
.mod-arrows1 .slick-next{
    width: var(--arrows1);
    height: var(--arrows1);
    border-radius: 50%;
    background: var(--colormain);
    transition: all .4s ease;
    overflow: hidden;
    z-index: 6;
}
.mod-arrows1 .swiper-button-prev::before, 
.mod-arrows1 .swiper-button-next::before,
.mod-arrows1 .slick-prev::before, 
.mod-arrows1 .slick-next::before{
    content: '';
    background-image: url(../images/e1_icon03.svg);
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
}
.mod-arrows1 .swiper-button-prev::before,
.mod-arrows1 .slick-prev::before{
    transform: translate(-50%,-50%) rotate(180deg);
}
.slick-arrow.slick-disabled{
    opacity: .2;
    pointer-events: none;
}
.mod-arrows1-line{
    height: var(--arrows1);
    position: relative;
    margin-bottom: 44px;
    margin-right: calc(var(--right1) * -1);
}
.industry-category .std-h3{
    margin-bottom: 22px;
}
.mod-arrows1-line::before{
    content: '';
    height: 1px;
    width: calc(100% - calc(var(--arrows1) * 3) - 3px);
    background: #E9E9E9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.industry-category-cry .slick-prev, 
.industry-category-cry .slick-next{
    top: 0px;
    transform: translate(0);
}
.industry-category-cry{
    position: relative;
}
.industry-category-cry .slick-prev{
    left: auto;
    right: calc(var(--arrows1) + 20px);
}
.mod-arrows1 .swiper-button-prev::after, .mod-arrows1 .swiper-button-next::after,
.mod-arrows1 .slick-prev::after, .mod-arrows1 .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(99deg, #DE0010 7.05%, #780009 56.95%);
    opacity: 0;
    transition: all .4s ease;
}
.industry-study{
    padding-bottom: var(--space120);
}
.industry-study-inof-nub{
    margin-top: var(--space120);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.isin-img{
    border-radius: 5px;
    width: 48.75%;
}
.isin-text{
    width: 46.25%;
    padding-top: 73px;
}
.isin-text .std-h3{
    margin-bottom: 40px;
    color: var(--color1);
    font-weight: bold;
    line-height: 1.3;
}
.isin-text .std-h5,
.isin-text .std-h5 p{
    color: var(--color2);
}
.industry-study-inof-nub:nth-of-type(2n-1){
    flex-direction: row-reverse;
}
.industry-service{
    position: relative;
}
.industry-service-bg{
    position: relative;
}
.industry-service-bg img{
    width: 100%;
}
.industry-service .ys-cont1440{
    position: absolute;
    top: 47.6%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: flex-end;
    z-index: 10;
}
.industry-service-cry{
    width: 66.95%;
}
.industry-service .std-h3{
    color: var(--color1);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 40px;
}
.industry-service .std-h5,
.industry-service .std-h5 p{
    color: var(--color2);
}
.industry-service .mod-btn{
    margin-top: 50px;
}
.test-business-title{
    width: 86.1%;
}
.test-business-title .std-h3{
    text-align: center;
    margin-bottom: 21px;
    font-weight: bold;
} 
.test-business-title .std-h5,
.test-business-title .std-h5 p{
    text-align: center;
    color: var(--color2);
}
.test-business-title{
    margin-bottom: 61px;
}
.test-business-img{
    width: 57.5%;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    position: sticky;
    top: 0;
}
.test-business-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.sticky-body{
    overflow: visible;
}
.test-business-box-cry{
    width: 90.2%;
    margin: 0 auto;
    padding: 119px 0 139px;
    position: relative;
}
.test-business-box-cry::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(7.5px);   
    -webkit-backdrop-filter: blur(7.5px);  
    -moz-backdrop-filter: blur(7.5px);  
    -ms-backdrop-filter: blur(7.5px);  
    -o-backdrop-filter: blur(7.5px);  
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.test-business-box .std-text1,
.test-business-box .std-text1 p{
    color: var(--color4);
    text-align: center;
}
.test-business-box-cry .std-font32,
.test-business-box .std-text1{
    position: relative;
    z-index: 6;
    width: 66.27%;
    margin: 0 auto;
}
.test-business-box{
    min-height: calc(100vh - var(--line80));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space120) 0;
}
.test-business-box-cry  .std-font32{
    color: var(--color4);
    text-align: center;
    margin-bottom: 37px;
}
.test-quality{
    padding: var(--space120) 0;
}
.test-quality-cry-left{
    width: 42.16%;
}
.tqcl-item-icon{
    width: 16px;
    height: 16px;
    position: relative;
}
.tqcl-item-top{
    display: flex;
    align-items: center;
    padding: 18px 13px 18px 0;
    cursor: pointer;
}
.tqcl-item-top .std-h5{
    color: var(--color1);
    font-weight: bold;
    line-height: var(--line175);
    flex-grow: 1;
    width: calc(100% - 16px);
    transition: all .4s ease;
}
.tqcl-item{
    border-bottom: 1px solid rgba(51,51,51,.1);
}
.tqcl-item:last-child{
    border-bottom:0;
}
.tqcl-item-bot .std-text2,
.tqcl-item-bot .std-text2 p{
    color: rgba(51,51,51,.7);
    line-height: var(--line175);
}
.tqcl-item-bot .std-text2{
    width: 87.81%;
}
.tqcl-item-icon::before,
.tqcl-item-icon::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: var(--color1);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
}
.tqcl-item-icon::after{
    transform: translate(-50%,-50%) rotate(90deg);
}
.tqcl-item-bot .std-text2 p{
    margin-bottom: 0;
}
.tqcl-item-bot{
    margin-top: -2px;
    padding-bottom: 18px;
    display: none;
}
.tqcl-item.on .tqcl-item-icon::before, 
.tqcl-item.on .tqcl-item-icon::after{
    background: var(--colormain);
}
.tqcl-item.on .tqcl-item-top .std-h5{
    color: var(--colormain);
}
.tqcl-item.on .tqcl-item-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.tqcr-nub:not(:first-child){
    display: none;
}
.test-quality-cry-rotate{
    width: 48.75%;
}
.test-quality-cry{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.equip-company{
    display: flex;
    align-items: flex-start;
}
.equip-company .std-h5{
    width: 59.8%;
}
.equip-company-title{
    width: 40.2%;
    position: relative;
}
.equip-company .std-h5,
.equip-company .std-h5 p{
    color: var(--color2);
    line-height: var(--line175);
}
.equip-company .std-h5 p{
    margin-bottom: 1.75em;
}
.equip-company .std-h5 p:last-child{
    margin-bottom: 0;
}
.equip-company-title .std-h3{
    font-weight: bold;
    color: var(--color1);
    line-height: 1.3;
    position: relative;
    z-index: 6;
}
.equip-company-about{
    position: absolute;
    color: #eee;
    font-size: 200px;
    font-weight: bold;
    line-height: var(--line15);
    opacity: .8;
    top: -0.76em;
    left: -0.33em;
    font-family: 'playbold'!important;
}
.equip-main .industry-text-top {
    margin-bottom: calc(var(--space120) * 1.284);
}
.equip-company {
    margin-bottom: calc(var(--space120) * 1.067);
}
.equip-company-img{
    width: 100%;
    position: relative;
}
.equip-company-img-box{
    border-radius: 5px;
    overflow: hidden;
}
.equip-company-img img{
    width: 100%;
    position: relative;
    z-index: 6;
    transition: all .4s ease;
}
.step-update-img::before,
.equip-company-img::before,
.equip-power-cry-img::before{
    content: '';
    background-image: url(../images/b1_img01.svg);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    width: 130px;
    height: 76px;
    z-index: -1;
}
.equip-company-img::after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    background: var(--colorbj);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}
.equip-solution{
    background: var(--colorbj);
}
.equip-main .industry-text{
    padding-bottom: 0;
}
.equip-solution{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.equip-solution .std-h3{
    font-weight: bold;
    margin-bottom: 50px;
}
.equip-solution-top-inof{
    display: flex;
    --jian1: 35px;
    margin: 0 calc(var(--jian1) * -1);
}
.esti-nub{
    padding: 0 var(--jian1);
}
.equip-solution-top{
    position: relative;
}
.equip-solution-top::before{
    content: '';
    background: #DCDCDC;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.esti-nub .std-h4{
    color: rgba(51,51,51,.5);
    transition: all .4s ease;
    padding-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.esti-nub .std-h4::before{
    content: '';
    height: 6px;
    background: var(--colormain);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s ease;
}
.esti-nub.on .std-h4::before{
    width: 100%;
    opacity: 1;
}
.esti-nub.on .std-h4{
    color: var(--color1);
}
.equip-solution-core-item{
    padding-top: 77px;
}
.esci-cry{
    display: flex;
    align-items: center;
}
.esci-cry-img{
    width: 51.25%;
    border-radius: 5px;
}
.esci-cry-text{
    width: 48.75%;
    padding-right: 123px;
    padding-bottom: 24px;
}
.esci-cry-text .std-h5,
.esci-cry-text .std-h5 p{
    color: var(--color2);
    line-height: var(--line175);
}
.esci-cry-btn{
    margin-top: 85px;
}
.equip-solution-core-item:not(:first-child){
    display: none;
}
.equip-power{
    padding-top: calc(var(--space120) + 38px);
    padding-bottom: var(--space120);
}
.equip-power-cry{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.equip-power-cry-img{
    width: 49.72%;
    position: relative;
}
.epci-box{
    width: 100%;
    border-radius: 10px; 
    overflow: hidden;
}
.equip-power-cry-img img{
    width: 100%;
    transition: all .4s ease;
}
.step-update-img::before,
.equip-power-cry-img::before{
    left: 0;
    right: auto;
    transform: translate(-50%,-50%);
}
.equip-power-cry-text{
    width: 42.71%;
}
.equip-power-cry .std-h3{
    font-weight: bold;
    margin-bottom: 24px;
    color: var(--color1);
}
.equip-power-cry .std-h5,
.equip-power-cry .std-h5 p{
    color: var(--color2);
    line-height: var(--line175);
}

.ys-modal.solution-pop {
    background: rgba(0, 0, 0, .8);
}
.solution-pop .ys-modal-wrap {
    justify-content: flex-end;
    align-items: stretch;
}
.solution-pop  .ys-modal-content{
    width: 50vw;
    height: 100%;
    max-height: none;
    padding: 100px 80px 80px 140px;
}
.solution-pop-icon{
    width: 182px;
    height: 182px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 59px;
}
.solution-pop-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}
.solution-pop .std-font32{
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 28px;
}
.spin-link-icon{
    width: 16px;
    opacity: 0;
    transition: all .4s ease;
}
.spin-link-icon img{
    width: 100%;
}
.spin-link{
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
}
.spin-link .std-text1{
    max-width: calc(100% - 16px);
    transition: all .4s ease;
    color: var(--color1);
    line-height: var(--line15);
    padding-right: 64px;
}
.solution-pop-inof-nub:last-child .spin-link{
    border-bottom: 0px;
}
.solution-pop .ys-modal-close {
    right: 80px;
    top: 80px;
    font-size: 0px;
    width: 26px;
}
.solution-pop .ys-modal-close img{
    width: 100%;
}
.solution-pop-cry{
    display: flex;
    justify-content: flex-start;
}
.very-case-left{
    width: 40.21%;
}
.very-case-left-img{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}
.very-case-left-img img{
    width: 100%;
    transition: all .4s ease;
}
.very-case-right{
    width: 59.79%;
    padding-left: 123px;
}
.very-case{
    display: flex;
    align-items: center;
}
.very-case .std-h3{
    font-weight: bold;
    color: var(--color1);
    line-height: 1.3;
    margin-bottom: 40px;
}
.very-case .std-h5{
    font-weight: bold;
    line-height: var(--line175);
    margin-bottom: 30px;
}
.very-case .std-text2,
.very-case .std-text2 p{
    color: var(--color2);
    line-height: var(--line175);
}
.very-case-right-inof{
    --jian1: 76px;
    margin: 0 calc(var(--jian1) * -1);
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    padding-top: 68px;
    position: relative;
}
.very-case-right-inof::before{
    content: '';
    height: 1px;
    width: calc(100% - calc(var(--jian1) * 2));
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #E8E8E8;
}
.vcri-nub{
    padding: 0 var(--jian1);
}
.vcri-nub .std-text2{
    color: var(--color2);
    line-height: var(--line175);
    margin-bottom: -10px;
}
.vcri-nub .std-text2 .scroll-num{
    line-height: var(--line175);
    font-family: 'playbold';
    color: var(--colormain);
    font-size: 60px;
    padding-right: 19px;
}
.vcri-nub .std-text14{
    color: var(--color3);
    line-height: var(--line175);
}
.very-main .industry-text {
    padding-bottom: 0;
}
.very-cable{
    padding-top: var(--space120);
    padding-bottom: 30px;
}
.very-cable .std-h3{
    margin-bottom: 24px;
    font-weight: bold;
    color: var(--color1);
    line-height: 1.3;
} 
.very-cable-text{
    width: 53.75%;
}
.very-cable-text,
.very-cable-text p{
    color: var(--color2);
}
.very-cable-text{
    margin-bottom: 60px;
}
.very-cable-inof{
    --jian1: 13.5px;
    margin: 0 calc(var(--jian1) * -1);
    margin-bottom: calc(var(--jian1) * -2);
    display: flex;
    flex-wrap: wrap;
}
.very-cable-inof-nub{
    padding: 0 var(--jian1);
    margin-bottom: calc(var(--jian1) * 2);
    width: 20%;
}
.vcin-core{
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    padding: 48px 30px 57px;
    height: 100%;
    transition: all .4s ease;
}
.vcin-core .std-h5{
    line-height: var(--line175);
    font-weight: bold;
    transition: all .4s ease;
    color: var(--color1);
    margin-bottom: 10px;
}
.vcin-core .std-text2,
.vcin-core .std-text2 p{
    color: var(--color2);
    line-height: var(--line175);
    color: var(--color2);
    transition: all .4s ease;
    margin-bottom: 0;
}
.very-special .std-h3{
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 50px;
}
.vsii-img{
    width: 44.53%;
}
.vsii-img img{
    object-fit: cover;
}
.vsii-text{
    width: 55.47%;
    padding-right: calc(50vw - 720px);
    padding-left: 210px;
    min-height: 100%;
    border-bottom: 1px solid #D1D1D1;
    padding-top: 140px;
    padding-bottom: 100px;
}
.very-special-inof-item{
    background: #f9f9f9;
    display: flex;
}
.very-special{
    padding-top: var(--space120);
}
.vsii-text .std-font32{
    color: var(--color1);
    margin-bottom: 24px;
    line-height: var(--line175);
}
.vsii-text .std-font32 span{
    color: var(--colormain);
}
.vsii-text .std-text2,
.vsii-text .std-text2 p{
    color: var(--color2);
    line-height: var(--line175);
}
.very-special-inof-item:last-child .vsii-text{
    border-bottom: 0px;
}
.very-special-zhan-circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--colormain);
    position: sticky;
    top: 50vh;
}
.very-special-zhan{
    position: absolute;
    width: 10px;
    top: var(--space120);
    left: 50%;
    height: calc(100% - calc(var(--space120) * 2));
    pointer-events: none;
    z-index: 10;
}
.very-special-wai{
    position: relative;
}
.very-intro .std-h3{
    margin-bottom: 50px;
    line-height: 1.3;
    font-weight: bold;
    padding-top: 8px;
}
.viin-cry{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
}
.viin-cry-img{
    width: 100%;
}
.viin-cry-text{
    padding: 30px 35px 37px;
}
.viin-cry-text .std-h5{
    font-weight: bold;
    color: var(--color1);
    line-height: var(--line175);
    margin-bottom: 24px;
    transition: all .4s ease;
}
.very-intro-swiper{
    --jian1: 20px;
    margin: 0 calc(var(--jian1) * -1);
}
.very-intro-inof-nub,
.very-intro-inof-nub.swiper-slide{
    width: 33.333333%;
    padding: 0 var(--jian1);
}
.viin-cry-text .std-text2,
.viin-cry-text .std-text2 p{
    color: var(--color2);
    margin-bottom: 0;
}
.very-intro-inof-nub.swiper-slide{
    height: auto;
}
.very-intro{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.step-about{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.step-update{
    padding-top: calc(var(--space120) + 38px);
    position: relative;
    z-index: 6;
}
.step-update-img,
.step-update-img-box{
    position: relative;
}
.step-update-img-box{
    border-radius: 5px;
    overflow: hidden;
}
.step-vision-inof{
    --jian1: 35px;
    margin: 0 calc(var(--jian1) * -1);
    display: flex;
    flex-wrap: wrap;
}
.step-vision-inof-nub{
    width: 33.333333%;
    padding: 0 var(--jian1);
}
.step-vision-inof-nub .std-h4{
    margin-bottom: 28px;
    color: var(--colormain);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.step-vision-inof-nub .std-text2,
.step-vision-inof-nub .std-text2 p{
    color: var(--color2);
    line-height: var(--line175);
    margin-bottom: 0;
    text-align: justify;
}
.step-vision{
    position: relative;
    padding-top: 92px;
    padding-bottom: 310px;
}
.step-vision-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.step-vision-bg img{
    width: 100%;
}
.step-vision .ys-cont1440{
    position: relative;
    z-index: 6;
}
.step-vision .ys-cont1440{
    padding: 0 82px;
}
.step-update .ys-cont1440{
    position: relative;
}
.step-update-cry{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 10px 30px 10px 65px;
    display: flex;
    justify-content: space-between;
}
.step-update-cry-left .std-h4{
    font-weight: bold;
    color: var(--color4);
    line-height: var(--line175);
    position: relative;
    padding-top: 28%;
}
.step-update-cry-right .std-h4{
    color: var(--color4);
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
}
.step-update-cry-right .std-font40{
    font-weight: bold;
    color: var(--color4);
    line-height: var(--line175);
}
.step-update-cry-right .std-h4::before{
    content: '';
    width: 64px;
    height: 4px;
    background: var(--colormain);
    position: absolute;
    left: 0;
    top: -16px;
}
.step-update-cry-right .std-h4,
.step-update-cry-right .std-font40{
    position: relative;
    top: 56.5%;
}
.step-update-cry-left,
.step-update-cry-right{
    max-width: 50%;
}
.step-about-cry-left{
    width: 40.21%;
}
.step-about-cry-right{
    width: 45.56%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.step-about-cry{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.step-about .std-h3{
    font-weight: bold;
    line-height: var(--line15);
    color: var(--color1);
    position: relative;
    margin-bottom: 62px;
}
.step-about-cry{
    --font200: 200px;
}
.sacl-title{
    font-size: var(--font200);
    color: #eee;
    font-family: 'playbold'!important;
    line-height: var(--line175);
    margin-bottom: -0.695em;
}
.step-about-cry .std-text1, 
.step-about-cry .std-text1 p{
    color: var(--color2);
}
.sacl-intro{
    margin-bottom: 84px;
}
.sacl-text-title{
    position: relative;
    padding-left: 70px;
    margin-bottom: 26px;
}
.sacl-text-title p{
    color: var(--color1)!important;
    font-weight: bold;
    line-height: var(--line15);
}
.sacl-text-title::before{
    content: '“';
    position: absolute;
    font-size: 5.33em;
    color: var(--colormain);
    font-family: 'playbold'!important;
    left: 0;
    top: 0;
    transform: translateY(-0.5em);
}
.step-about-cry-right{
    padding-top: calc(var(--font200) * 1.205);
}
.sacr-text{
    width: 100%;
    padding-left: 11.74%;
    position: relative;
    margin-bottom: 107px;
}
.sacr-text::before{
    content: '“';
    position: absolute;
    font-size: 5.33em;
    color: var(--colormain);
    font-family: 'playbold'!important;
    left: 0;
    top: 0;
    transform: translateY(-1em);
}
.sacr-img{
    width: 84.6%;
    position: relative;
}
.sacr-img-box{
    width: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.sacr-img-box img{
    width: 100%;
}
.sacr-img::before{
    content: '';
    width: calc(100% + 37px);
    left: -38px;
    height: 76.67%;
    bottom: -32px;
    border-radius: 5px;
    position: absolute;
    background: var(--colormain);
}
.step-deep{
    background: #f9f9f9;
    --topx: 83px;
    --xin: 116px;
    padding-top: var(--topx);
    /* height: calc(100vh - var(--line80)); */
}
.step-deep-cry-img{
    width: 48.75%;
    position: sticky;
    padding-top: calc(var(--xin) + calc(var(--font36)* var(--line15)) - 10px);
    top: calc(var(--line80) + var(--topx));
    height: calc(100vh - calc(var(--line80) + var(--topx)));
}
.sdci-inof{
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.step-deep-cry{
    display: flex;
    align-items: flex-start;
}
.sdci-inof-nub:not(:first-child){
    display: none;
}
.step-deep-cry-left{
    width: 144px;
    position: sticky;
    top: calc(var(--line80) + var(--topx));
    height: calc(100vh - calc(var(--line80) + var(--topx)));
}
.step-deep-cry-text{
    width: calc(51.25% - 144px);
    padding-bottom: 50vh;
}
.step-deep .std-h3{
    font-weight: bold;
    margin-bottom: 116px;
}
.sdcl-year{
    position: relative;
    width: 112px;
}
.sdcl-year-item{
    color: var(--colormain);
    font-family: 'playbold'!important;
    line-height: 1.2;
    font-size: 96px;
    white-space: nowrap;
    position: absolute;
    right: 50%;
    top: -0.6em;
    transform-origin: right center;
    transform: rotate(-90deg);
}
.sdcl-pro{
    position: relative;
}
.sdcl-box{
    position: relative;
    padding-top: 3px;
    display: flex;
    justify-content: space-between;
    padding-right: 3px;
}
.sdcl-pro{
    --widthx: 11px;
}
.sdcl-pro span{
    width: var(--widthx);
    height: var(--widthx);
    border-radius: 50%;
    background: var(--colormain);
    display: inline-block;
    position: relative;
    z-index: 2;
}
.step-deep-cry-text{
    padding-left: 66px;
    padding-right: 117px;
    padding-top: calc(var(--xin) + calc(var(--font36) * var(--line15)) - 10px);
}
.sdct-nub-title{
    color: var(--color1);
    line-height: var(--line15);
    font-size: var(--font28);
    margin-bottom: 50px;
    transition: all .4s ease;
}
.sdct-nub{
    margin-bottom: 100px;
}
.sdct-nub.on .sdct-nub-title{
    color: var(--colormain);
}
.step-deep-cry-left{
    display: flex;
    flex-direction: column;
}
.sdcl-box{
    flex-grow: 1;
    padding-bottom: 33px;
}
.sdcl-pro::before,
.sdcl-pro::after{
    content: '';
    width: 1px;
    height: 100%;
    background: #E1E1E1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.step-deep{
    --pro: 0%;
    position: relative;
}
.sdcl-pro::after{
    background: var(--colormain);
    height: var(--pro);
}
.sdcl-year-item{
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
.sdcl-year-item.on{
    opacity: 1;
    pointer-events: all;
}
.step-deep-wai{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 6;
    pointer-events: none;
    height: 100%;
    left: 0;
}
.step-deep-fu{
    height: calc(100vh - var(--line80));
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    pointer-events: none;
    position: sticky;
    top: var(--line80);
}
.step-deep-fu::before{
    content: '';
    background: linear-gradient(0deg, #F9F9F9 17.73%, rgba(249, 249, 249, 0.00) 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 13vw;
}
.step-speech{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.step-speech-cry{
    margin-right: -129px;
    display: flex;
    align-items: flex-end;
}
.step-speech-cry-img{
    width: 52.96%;
    position: relative;
}
.step-speech-cry-img img{
    width: 100%;
}
.step-speech-cry-text{
    width: 47.04%;
    padding-right: 88px;
    padding-bottom: 50px;
}
.step-speech .std-h3{
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 54px;
}
.step-speech .std-text3,
.step-speech .std-text3 p{
    color: var(--color2);
}
.step-speech .std-text3{
    margin-bottom: 42px;
}
.step-speech .std-h4{
    color: var(--colormain);
    font-weight: bold;
    line-height: var(--line175);
    margin-bottom: 9px;
}
.step-speech .std-text2,
.step-speech .std-text2 p{
    color: var(--color1);
    line-height: var(--line175);
}
.step-speech .std-text2 p{
    margin-bottom: 5px;
}
.step-speech .std-text2 p:last-child{
    margin-bottom: 0;
}
.step-speech .mod-btn{
    margin-top: 47px;
}
.step-speech-cry-img::before{
    content: '';
    background: #EDEFEF;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 74.5%;
}
.step-speech-cry-img img{
    position: relative;
    z-index: 6;
}
.step-honor{
    background: #f9f9f9;
    padding-top: calc(var(--space120) * 0.8167);
    padding-bottom: calc(var(--space120) * 0.633);
}
.step-honor-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 44px;
    margin-bottom: 60.5px;
}
.step-honor-btn{
    --jian1: 9px;
    margin: 0 calc(var(--jian1) * -1);
    display: flex;
}
.step-honor-btn-nub{
    padding: 0 var(--jian1);
}
.shbn-box{
    border: 1px solid #E6E8ED;
    transition: all .4s ease;
    width: 170px;
    text-align: center;
    cursor: pointer;
    padding: 5px 2px 5px;
}
.step-honor-top .std-h3{
    font-weight: bold;
    color: var(--color1);
}
.shbn-box .std-font32{
    color: var(--color3);
    line-height: var(--line15);
    font-family: 'playbold'!important;
    transition: all .4s ease;
    margin-bottom: -0.2em;
}
.shbn-box .std-text2{
    color: var(--color3);
    transition: all .4s ease;
}
.step-honor-btn-nub.on .shbn-box{
    border: 1px solid var(--colormain);
}
.step-honor-btn-nub.on .shbn-box .std-font32,
.step-honor-btn-nub.on .shbn-box .std-text2{
    color: var(--colormain);
}
.step-honor-rotate{
    --jian1: 18px;
    --jian2: 15px;
}
.shri-box-nub{
    width: 25%;
    padding: 0 var(--jian1);
    margin-bottom: var(--jian2);
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}
.shri-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--jian1) * -1);
    margin-bottom: calc(var(--jian2) * -1);
}
.shri-box-nub-img{
    width: 48.048%;
    margin: 0 auto;
    margin-bottom: 19px;
}
.shri-box-nub .std-text2,
.shri-box-nub .std-text2 p{
    text-align: center;
    color: var(--color1);
    line-height: var(--line175);
}
.shri-box-nub-bg{
    width: 48px;
    position: absolute;
    top: 40px;
}
.shri-box-nub-bg1{
    left: var(--jian1);
}
.shri-box-nub-bg2{
    right: var(--jian1);
}
.shri-box-nub .std-text2{
    width: 75.98%;
    margin: 0 auto;
}
.step-honor-wai{
    position: relative;
}
.step-honor-rotate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
.step-honor-rotate.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.step-honor-rotate-item:not(:first-child){
    display: none;
}
.step-honor-wai .mod-arrows1 .slick-prev{
    left: -97px;
}
.step-honor-wai .mod-arrows1 .slick-next{
    right: -97px;
}
.step-honor-rotate {
    padding-bottom: 41px;
}
.step-honor-wai .mod-arrows1 .slick-prev,
.step-honor-wai .mod-arrows1 .slick-next{
    top: calc(50% - 45px);
}
.step-honor-wai .slick-dots{
    bottom: 0;
}
.step-tissue{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.step-tissue .std-h3{
    text-align: center;
    font-weight: bold;
    line-height: var(--line15);
    margin-bottom: 50px;
}
.step-tissue-img,
.step-tissue-img img{
    width: 100%;
}
img[data-original]{
    cursor: pointer;
}
.step-call{
    position: relative;
}
.step-call-bg{
    position: relative;
    width: 100%;
}
.step-call-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.step-call .ys-cont1440{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.step-call .std-h3{
    font-weight: bold;
    color: var(--color1);
    margin-bottom: 84px;
}
.home-infor{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.home-infor-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.home-infor .home-infor-top{
    padding-top: 36px;
    margin-bottom: 50px;
}
.home-infor-top .std-h2{
    color: var(--color1);
    line-height: 1.3;
}
.home-infor-box{
    position: relative;
    margin-bottom: 60px;
}
.home-infor-box::before{
    content: '';
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-infor-btn{
    display: flex;
    --jian1: 39px;
    margin: 0 calc(var(--jian1) * -1);
}
.home-infor-btn-nub{
    padding: 0 var(--jian1);
}
.home-infor-btn-nub .std-h4{
    position: relative;
    padding: 0 50px;
    padding-bottom: 18px;
    color: var(--color1);
    line-height: var(--line15);
    cursor: pointer;
}
.home-infor-btn-nub .std-h4::before{
    content: '';
    height: 5px;
    position: absolute;
    background: var(--colormain);
    left: 0%;
    /* left: 50%;
    transform: translateX(-50%); */
    bottom: -2px;
    width: 0%;
    opacity: 0;
    transition: all .4s ease;
}
.home-infor-btn-nub.on .std-h4::before{
    width: 100%;
    opacity: 1;
}
.home-infor-news{
    position: relative;
}
.home-infor-news-rotate{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
.home-infor-news-rotate.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.home-area{
    position: relative;
}
.home-area-inof-nub,
.home-area-inof-nub img{
    width: 100%;
}
.home-area-inof-nub:not(:first-child){
    display: none;
}
.home-area-fu{
    position: absolute;
    z-index: 6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
}
.home-area-fu-nub{
    width: 33.333333%;
    flex-grow: 1;
    position: relative;
}
.home-area-fu-nub::before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, .5);
}
.home-area-fu-nub:last-child::before{
    display: none;
}
.hafn-yuan{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 27px 87px 90px;
}
.hafn-yuan .std-h3{
    color: var(--color4);
    font-family: 'playbold'!important;
    line-height: 1.2;
    margin-bottom: 20px;
}
.hafn-yuan .std-font40{
    font-weight: bold;
    color: var(--color4);
}
.home-area-inof-nub{
    position: relative;
}
.home-area-inof-nub::before{
    content: '';
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.hafn-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--colormain);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 131px;
    padding-right: 109px;
    padding-bottom: 12%;
}
.hafn-title{
    font-family: 'playbold'!important;
    font-size: 128px;
    line-height: 1.4;
    color: rgba(255, 228, 148, 0.1);
    margin-bottom: calc(var(--font36) * -1.2);
    transform: translateX(-0.65em);
}
.hafn-hover .std-h3{
    font-family: 'playbold'!important;
    line-height: 1.2;
    color: var(--color4);
    margin-bottom: 37px;
}
.hafn-hover .std-font40{
    font-weight: bold;
    line-height: 1.2;
    color: var(--color4);
    margin-bottom: 38px;
}
.hafn-hover .std-text2,
.hafn-hover .std-text2 p{
    color: var(--color4);
    line-height: var(--line175);
    text-align: justify;
}
.hafn-hover .mod-btn3-add{
    margin-top: 98px;
}
.mod-btn3-add .ys-imgbox-cover{
    width: 25px;
    margin-left: 8px;
}
.mod-btn3-add .ys-imgbox-cover img{
    transform: scale(1)!important;
}
.hafn-hover{
    transform: translateY(100%);
    transition: all .5s ease;
}
.home-area{
    overflow: hidden;
}
.home-area-fu-nub.on .hafn-hover{
    transform: translateY(0%);
}
.home-business{
    background: var(--colorbj);
}
.home-business,
.home-industry{
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.home-business .home-infor-top,
.home-industry .home-infor-top{
    margin-bottom: 24px;
}
.home-text1,
.home-text1 p{
    color: var(--color2);
    line-height: var(--line15);
}
.home-industry .home-text1{
    margin-bottom: 60px;
}
.home-business .home-text1{
    margin-bottom: 50px;
}
.home-industry-btn{
    position: relative;
    display: flex;
    border-top: 1px solid #ddd;
}
.hibi-icon{
    width: 54px;
}
.home-industry-btn-item .std-h4{
    width: calc(100% - 54px);
    flex-grow: 1;
    padding-left: 17px;
    color: var(--color3);
    transition: all .4s ease;
}
.home-industry-btn-item{
    display: flex;
    align-items: center;
    width: 25%;
    position: relative;
    padding-top: 32px;
    cursor: pointer;
    padding-bottom: 40px;
    flex-grow: 1;
}
.home-industry-btn-item::before{
    content: '';
    height: 8px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 0%;
    opacity: 0;
    transition: all .4s ease;
    background: var(--colormain);
}
.home-industry-btn-item.on::before{
    width: 100%;
    opacity: 1;
} 
.home-industry-btn-item.on .std-h4{
    color: var(--colormain);
}
.hibi-icon img:nth-of-type(2){
    opacity: 0;
}
.home-industry-btn-item.on .hibi-icon img:nth-of-type(2){
    opacity: 1;
}
.home-industry-btn-item.on .hibi-icon img:first-child{
    opacity: 0;
}
.hibb-nub-img{
    width: 100%;
}
.hibb-nub:not(:first-child){
    display: none;
}
.home-industry-bot-text{
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}
.hibt-item{
    width: 25%;
    flex-grow: 1;
    background: var(--colormain);
    padding: 46px 32px 68px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
.hibt-item .std-text1,
.hibt-item .std-text1 p{
    color: var(--color4);
}
.hibt-item .std-text1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.25em;
}
.hibt-item .mod-btn3-add .std-text2{
    color: var(--color4);
}
.hibt-item .mod-btn3-add{
    margin-top: 55px;
}
.hibt-item.act{
    opacity: 1;
    pointer-events: all;
}
.home-industry-bot{
    position: relative;
    padding-top: 15px;
}
.home-business-inof{
    --jian1: 18px;
    --jian2: 45px;
    margin: 0 calc(var(--jian1) * -1);
    margin-bottom: calc(var(--jian2) * -1);
    display: flex;
    flex-wrap: wrap;
}
.home-business-inof-nub{
    width: 50%;
    padding: 0 var(--jian1);
    margin-bottom: var(--jian2);
}
.hbin-link{
    display: flex;
    background: var(--color4);
}
.hbin-link-img{
    width: 35%;
}
.hbin-link-text{
    width: 65%;
    padding: 34px 45px 25px;
    display: flex;
    flex-direction: column;
}
.hbin-link-text-icon{
    width: 30px;
    margin-bottom: 16px;
}
.hbin-link .std-h5{
    line-height: 1.3;
    font-weight: bold;
    color: var(--color1);
    margin-bottom: 14px;
}
.hbin-link .std-text2 p {
    margin-bottom: 3px;
}
.hbin-link .std-text2 p:last-child{
    margin-bottom: 0px;
}
.hbin-link .std-text2{
    flex-grow: 1;
}
.hnid-cry .mod-btn3-add .std-text2,
.home-walk .mod-btn3-add .std-text2,
.hbin-link .mod-btn3-add .std-text2{
    color: var(--colormain);
}
.hbin-link .std-text2 span{
    font-weight: bold;
    color: var(--color2);
}
.mod-btn3-add{
    display: flex;
    justify-content: flex-start;
}
.hnid-cry .mod-btn3-link .ys-imgbox-cover img:first-child,
.home-walk .mod-btn3-link .ys-imgbox-cover img:first-child,
.hbin-link .mod-btn3-link .ys-imgbox-cover img:first-child {
    opacity: 1;
}
.hnid-cry .mod-btn3-link .ys-imgbox-cover img:nth-of-type(2),
.home-walk .mod-btn3-link .ys-imgbox-cover img:nth-of-type(2),
.hbin-link .mod-btn3-link .ys-imgbox-cover img:nth-of-type(2) {
    opacity: 0;
}
.mod-btn3-link .ys-imgbox-cover{
    transition: all .4s ease;
}
.hbin-link-add .std-text2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.hbin-link-add{
    flex-grow: 1;
}
.hbin-link .std-text2 p {
    margin-bottom: 3px;
}
/* .hbin-link-add .std-text2 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.75em;
}
[data-length="1"] .hbin-link-add .std-text2 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 7em;
}
[data-length="2"] .hbin-link-add .std-text2 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.5em;
} 
[data-length="3"] .hbin-link-add .std-text2 p:nth-of-type(3){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.5em;
}  */
.hbin-link .std-text2 p {
    margin-bottom: 0px!important;
}
.hbin-link-add .std-text2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 7em;
}

.home-business-line{
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.home-business-line::before{
    content: '';
    background: #ddd;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
}
.home-business-line span{
    display: block;
    height: 5px;
    width: 0px;
    position: absolute;
    background: var(--colormain);
    left: 95px;
    top: -2px;
}
@keyframes zou {
    0%{
        width: 0px;
    }
    100%{
        width: 80px;
    }
}
@-webkit-keyframes zou {
    0%{
        width: 0px;
    }
    100%{
        width: 80px;
    }
}
.home-business-line span{
    animation: zou .6s ease-in-out both;
    animation-delay: 0.6s;
}
.home-ban-zou{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-ban-zou svg{
    width: 100%;
    height: 100%;
}
.home-line{
    background: var(--colormain);
    height: 0.26vw;
    width: 1.5vw;
    position: absolute;
    left: -0.75vw;
    top: -0.13vw;
    opacity: 1;
    transition: opacity .4s ease;
}
.home-line.init{
    opacity: 1;
}
.ys-ban-txtbox .ys-ban-title {
    margin-bottom: 25px;
}
.ys-ban-txtbox .std-text2{
    width: 58.4%;
    margin-bottom: 50px;
}
.ys-ban-txtbox .std-text2,
.ys-ban-txtbox .std-text2 p{
    line-height: var(--line175);
    color: var(--color4);
}
.mod-btnx.mod-btn {
    background: transparent;
} 
.mod-btnx.mod-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 3px);
    transform: translate(-50%,-50%);
    border-radius: 100px;
    border: 1px solid var(--color4);
    z-index: 1;
}
.mod-btnx.mod-btn::before{
    z-index: 2;
}
.ys-ban-txtbox .ys-ban-title span{
    position: relative;
    padding: 0 13px;
}
.ys-ban-txtbox .ys-ban-title span::before,
.ys-ban-txtbox .ys-ban-title span::after{
    content: '';
    background-image: url(../images/0a1_jiao.svg);
    background-size: 100% 100%;
    position: absolute;
    width: 17px;
    height: 17px;
    top: -2px;
    left: 0px;
}
.ys-ban-txtbox .ys-ban-title span::after{
    top: auto;
    left: auto;
    bottom: -5px;
    right: 0px;
    transform: rotate(180deg);
}
.ys-ban-imgbox::before{
    background: rgba(0,0,0,.05);
}
.ys-ban-slick .ys-pos-center {
    top: 43.4%;
}
.home-ban-btn{
    position: absolute;
    width: 100%;
    z-index: 6;
    bottom: 140px;
}
.ban-prev,
.ban-next{
    width: 14px;
}
.home-ban-controls{
    display: flex;
    align-items: center;
    justify-content: flex-start;
} 
.home-ban-controls .slick-prev, 
.home-ban-controls .slick-next{
    top: 0;
    transform: translate(0);
    position: relative;
    display: flex;
    align-items: center;
}
.home-ban-controls .slick-prev .ys-imgbox-cover{
    transform: rotate(180deg);
}
.home-ban-dots{
    display: flex;
}
.home-ban-dots li,
.home-ban-dots li .std-text2{
    color: var(--color4);
    transition: all .4s ease;
    font-size: var(--font16);
    font-family: 'playbold'!important;
    line-height: var(--line15);
}
.home-ban-dots li{
    padding: 0 9.5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.home-ban-dots li span{
    width: 0px;
    height: 2px;
    background: var(--colormain);
    display: inline-block;
    margin-left: 0px;
    opacity: 0;
    transition: all .4s ease;
}
.home-ban-dots li.on span{
    width: 81px;
    margin-left: 18px;
    opacity: 1;
}
.home-ban-controls .slick-prev{
    margin-right: 9px;
}
.home-ban-controls .slick-next{
    margin-left: 9px;
}
.ban-prev img:nth-of-type(2),
.ban-next img:nth-of-type(2){
    opacity: 0;
}
.home-walk{
    position: relative;
}
.home-walk-cry{
    position: sticky;
    height: calc(100vh - var(--line80));
    top: var(--line80);
    overflow: hidden;
}
.home-walk-cry-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-walk-cry-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-walk-lou{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.home-walk-lou img{
    width: 100%;
}
.home-walk .ys-cont1440{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-walk .std-h2{
    color: var(--color1);
    font-weight: bold;
    margin-bottom: 32px;
}
.home-walk .std-font26{
    color: var(--color1);
    line-height: 1.5;
    margin-bottom: 21px;
}
.home-walk .home-walk-text,
.home-walk .home-walk-text p{
    color: var(--color2);
    line-height: var(--line175);
    text-align: justify;
}
.home-walk .home-walk-text{
    width: 61.46%;
    margin-bottom: 55px;
}
.hwin-text{
    color: var(--color2);
    line-height: var(--line175);
    margin-bottom: -6px;
}
.hwin-text .scroll-num{
    font-size: calc(var(--font64) - 4px);
    line-height: var(--line175);
    color: var(--colormain);
    font-family: 'playbold'!important;
    margin-right: 19px;
}
.home-walk-inof-nub .std-text14{
    color: var(--color3);
    line-height: var(--line175);
    margin-top: -3px;
}
.home-walk-inof{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(64px - 13px);
    width: 500px;
    max-width: 100%;
}
.home-walk-inof-nub{
    width: 50%;
    margin-bottom: 13px;
}
.home-walk .home-walk-show2 {
    top:auto!important;
    transform: translate(-50%, 0%)!important;
    bottom: 8.8vh;
}
.home-walk-show1{
    transition-delay: .3s;
}
.home-walk-show1,
.home-walk-show2{
    transition: all .5s ease-in-out;
}
.home-walk-show2{
    opacity: 0;
    pointer-events: none;
}
.home-walk .std-h3{
    color: var(--color2);
    font-weight: bold;
    width: 17em;
    margin-bottom: 60px;
    max-width: 100%;
}
.home-walk-cry-bg img {
    height: calc(100% + 3vw);
    transform: translate(0, -3vw);
}
.home-walk.on .home-walk-show1{
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;
}
.home-walk.on .home-walk-show2{
    opacity: 1;
    pointer-events: all;
    transition-delay: .3s;
}
/* .home-walk.on .home-walk-lou img {
    transform: translate(0, 8.7vw);
} */
/* .home-walk.on .home-walk-cry-bg img{
    height: calc(100% + 0vw);
    transform: translate(0, 0vw);
} */
.home-walk-zhan{
    height: 100vh;
}
.ys-hd-pc{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding-left: 142px;
    padding-right: 64px;
}
.head-nav{
    display: flex;
}
/* search - start */
.yx-search3box{
    --btn-width: 16px;
    --head: var(--line80);
}
.yx-search3-btn{
    width: calc(var(--btn-width) + 60px);
    margin-right: 0px;
    line-height: var(--head);
    position: relative;
    font-size: 0;
    padding: 0 30px;
    margin-left: 62px;
}
.yx-search3-btn .ys-imgbox-cover{
    width: 100%;
}
.yx-search3-btn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3img1{
    position: relative;
    top: 0;
    left: 0;
}
.yx-search3img2{
    position: absolute;
    top:18px;
    left: 0;
    opacity: 0;
}
.yx-search3xlbox{
    width: 100%;
    height: 350px;
    background: #FFF;
    box-shadow: inset 0px 4px 20.2px 0px rgba(0, 0, 0, 0.10);
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
}
.yx-search3-tbox{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 66px;
    border-bottom: 1px solid #666;
    display: flex;
    align-items: center;
}
.yx-search3xlbtn{
    width: 27px;
    line-height: 66px;
}
.yx-search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls  {
    width: calc(100% - 27px);
    padding-right: 20px;
}
.yx-search3-xls input{
    font-size: 16px;
    line-height: 2;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls input::placeholder{
    color: #666;
}
.yx-search3-btn.on .yx-search3img2{
    opacity: 1;
}
.yx-search3-btn.on .yx-search3img1{
    opacity: 0;
}

/* search - end */
.head-nav-item-title .ys-imgbox-cover{
    width: 12px;
    margin-left: 12px;
    font-size: 0;
}
.head-nav-item-title{
    display: flex;
    align-items: center;
    padding: 0 var(--jian1);
    position: relative;
}
.head-nav-item-title,
.head-nav-item-title p{
    font-size: var(--font16);
    line-height: var(--line80);
    color: var(--color4);
    transition: all .4s ease;
}
.head-nav{
    --jian1:40px;
    margin: 0 calc(var(--jian1) * -1);
}
.head-other{
    display: flex;
    align-items: center;
    z-index: 6;
}
.ys-hd-pc{
    justify-content: space-between;
}
.head-logo a{
    display: flex;
    align-items: center;
}
.head-logo p{
    white-space: nowrap;
    font-size: 14px;
    color: var(--color4);
    line-height: var(--line80);
    font-family: 'playbold'!important;
    padding-left: 26px;
    position: relative;
    transition: all .4s ease;
}
.head-logo {
    width: auto;
    z-index: 6;
}
.head-logo p::before{
    content: '';
    height: 13px;
    background: var(--color4);
    width: 1px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
}
.head-logo img{
    width: 173px;
}
.head-nav-item-title img{
    transform: scale(1)!important;
}
.head-nav-item-title img:first-child{
    opacity: 0;
}
.step-wai .ys-nybanner::after,
.ys-ban-imgbox::after,
.ys-nyban-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 80px;
    min-height: 8.5vh;
    background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0, 0, 0, 0.00) 100%);
}


.head-nav-item-title::before{
    content: '';
    height: 2px;
    position: absolute;
    background: var(--colormain);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 0%;
    opacity: 0;
    transition: all .4s ease;
}
.head-nav-item.yxnav-active1 .head-nav-item-title::before{
    width: calc(100% - calc(var(--jian1) * 2));
    opacity: 1;
}
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title, 
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title p, 
.ys-hd-pc.ishover .head-nav-item.yxnav-active1 .head-nav-item-title, 
.ys-hd-pc.ishover .head-nav-item.yxnav-active1 .head-nav-item-title p, 
.ys-page-wrap.act .head-nav-item.yxnav-active1 .head-nav-item-title, 
.ys-page-wrap.act .head-nav-item.yxnav-active1 .head-nav-item-title p{
    color: var(--colormain);
}
.search3-add{
    position: relative; 
}
.yx-search3img2{
    top: 0;
}
.ys-hd-pc::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D4D4D4;
    opacity: 0;
}
.ys-hd-pc,
.ys-hd-pc::before{
    transition: all .4s ease;
}
.yx-search3-btn img:first-child{
    opacity: 0;
}
.ys-hd-pc.isfixed,
.ys-hd-pc.ishover,
.ys-page-wrap.act .ys-hd-pc{
    background: var(--color4);
}
.ys-hd-pc.isfixed::before,
.ys-hd-pc.ishover::before,
.ys-page-wrap.act .ys-hd-pc::before{
    opacity: 1;
}
.ys-hd-pc.isfixed .head-logo p,
.ys-hd-pc.ishover .head-logo p,
.ys-page-wrap.act .ys-hd-pc .head-logo p{
    color: var(--color1);
}
.ys-hd-pc.isfixed .head-logo p::before,
.ys-hd-pc.ishover .head-logo p::before,
.ys-page-wrap.act .head-logo p::before{
    background: var(--color1);
}
.ys-hd-pc.isfixed .head-nav-item-title, 
.ys-hd-pc.isfixed .head-nav-item-title p,
.ys-hd-pc.ishover .head-nav-item-title, 
.ys-hd-pc.ishover .head-nav-item-title p,
.ys-page-wrap.act .head-nav-item-title, 
.ys-page-wrap.act .head-nav-item-title p{
    color: var(--color1);
}
.ys-hd-pc.isfixed .head-nav-item-title img:first-child,
.ys-hd-pc.ishover .head-nav-item-title img:first-child,
.ys-page-wrap.act .head-nav-item-title img:first-child,
.ys-hd-pc.isfixed .yx-search3-btn img:first-child,
.ys-hd-pc.ishover .yx-search3-btn img:first-child,
.ys-page-wrap.act .yx-search3-btn img:first-child {
    opacity: 1;
}
.ys-hd-pc.isfixed .head-nav-item-title img:nth-of-type(2),
.ys-hd-pc.ishover .head-nav-item-title img:nth-of-type(2),
.ys-page-wrap.act .head-nav-item-title img:nth-of-type(2),
.ys-hd-pc.isfixed .yx-search3-btn img:nth-of-type(2),
.ys-hd-pc.ishover .yx-search3-btn img:nth-of-type(2),
.ys-page-wrap.act .yx-search3-btn img:nth-of-type(2) {
    opacity: 0;
}
.head-nav-item{
    position: static;
}
.head-nav-item-down{
    width: 100%;
}
.hnid-cry-left{
    width: 428px;
    position: relative;
    z-index: 6;
}
.hnid-cry{
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 39px 20px 68px 142px;
}
.hnid-cry-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.hnid-cry-bg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
}
.hnid-cry-left .hnid-cry-left-img{
    margin-bottom: 31px;
}
.hnid-cry-left .hnid-cry-left-text{
    margin-bottom: 35px;
}
.hnid-cry-left .std-text2 p{
    margin-bottom: 0;
    text-align: justify;
}
.hnid-cry-right{
    width: calc(100% - 428px);
    padding-top: 37px;
    padding-left: 98px;
    /* position: relative; */
    z-index: 6;
    display: flex;
}
.head-nav-item-down{
    background: #FFF;
    box-shadow: inset 0px 4px 20.2px 0px rgba(0, 0, 0, 0.10);
}
.hnid-second{
    display: flex;
    --jian1: 20px;
    margin: 0 calc(var(--jian1) * -1);
}
.hnid-second-nub{
    margin: 0 var(--jian1);
}
.nav-second-link{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.nav-second-link .std-text2{
    color: var(--color1);
    transition: all .4s ease;
    white-space: nowrap;
}
.hnid-snt-icon{
    width: 14px;
    margin-left: var(--jian1);
    opacity: 0;
    transition: all .4s ease;
    font-size: 0;
}
.hnid-second-nub.yxnav-active2 .nav-second-link .std-text2{
    color: var(--colormain);
}
.hnid-second-nub.yxnav-active2 .nav-second-link .hnid-snt-icon{
    opacity: 1;
}
.head-nav-item.act .hnid-second{
    position: absolute;
    left: var(--left1);
    transform: translateX(-50%);
}
.hnid-second.hover1 .hnid-second-nub.yxnav-active2 .nav-second-link .std-text2{
    color: var(--color1);
}
.hnid-second.hover1 .hnid-second-nub.yxnav-active2 .nav-second-link .hnid-snt-icon{
    opacity: 0;
}
.hnid-second.hover1 .hnid-second-nub.hover1 .nav-second-link .std-text2,
.hnid-second.hover1 .hnid-second-nub.yxnav-active2.hover1 .nav-second-link .std-text2{
    color: var(--colormain);
}
.hnid-second.hover1 .hnid-second-nub.hover1 .nav-second-link .hnid-snt-icon,
.hnid-second.hover1 .hnid-second-nub.yxnav-active2.hover1 .nav-second-link .hnid-snt-icon{
    opacity: 1;
}
.hnid-snt-icon img{
    width: 100%;
}
.hnid-third{
    width: 150px;
    border-top: 1px solid #F1F1F1;
    padding-top: 17px;
}
.hnid-third,
.hnid-third a{
    font-size: var(--font16);
    color: var(--color2);
    line-height: 1.3125;
    transition: all .4s ease;
}
.hnid-third a{
    display: block;
}
.hnid-third li{
    margin-bottom: 1.5em;
}
.hnid-third li.yxnav-active3 a{
    color: var(--colormain);
}
.hnid-second.hover2 .hnid-third li.yxnav-active3 a{
    color: var(--color2);
}
.hnid-second.hover2 .hnid-second-nub.hover1 .hnid-third li.hover2 a,
.hnid-second.hover2 .hnid-second-nub.hover1 .hnid-third li.hover2.yxnav-active3 a{
    color: var(--colormain);
}
.head-nav-item:last-child .hnid-second-nub{
    flex-grow: 1;
    width: 16.67%;
}
.head-nav-item:last-child .hnid-second {
    flex-grow: 1;
}
.head-nav-item:last-child .hnid-third{
    width: 100%;
}
.ys-phnav-logo p {
    white-space: nowrap;
    font-size: 14px;
    color: var(--color1);
    line-height: var(--line80);
    font-family: 'playbold' !important;
    padding-left: 26px;
    position: relative;
    transition: all .4s ease;
}
.ys-phnav-logo p::before {
    content: '';
    height: 13px;
    background: var(--color1);
    width: 1px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease;
}
.ys-phnav-logo a{
    display: flex;
    align-items: center;
}
.ys-ph-nav .ys-phnav-header-font, .ys-ph-nav a {
    color: var(--color1);
}
.ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox a, .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox .ys-phnav-header-font {
    color: var(--colormain);
}
.ys-phnav-lisbox {
    border-bottom: 1px solid #D4D4D4;
}
.ys-phnav-icon::after, .ys-phnav-icon::before{
    background: var(--color2);
}
.ys-phs-form input {
    border: 1px solid #D4D4D4;
    color: var(--color1);
}
.ys-phs-form input::placeholder{
    color: var(--color2);
}
.ys-phs-form .iconfont {
    color: var(--color1);
}
.ys-phnav-menu{
    background: var(--color4);
}
.step-wai .ys-nybanner{
    height: 100vh;
    width: 100%;
    z-index: 8;
}
.step-wai .ys-nybanner .ys-nyban-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-wai .ys-nyban-title h1{
    position: relative;
}
.step-wai .ys-nyban-title h1::before{
    content: '';
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--colormain);
    position: absolute;
    left: -14px;
    top: 0;
    z-index: -1;
}
.step-update-img-box2{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.step-update-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.step-update-img{
    position: relative;
}
.step-update-img-box1{
    opacity: 0;
    pointer-events: none;
}
.step-wai.act .step-update-img-box2 {
    position: absolute;
    transform:none!important;
}
.step-update-img::before{
    opacity: 0;
    transition: all .4s ease;
}
.step-wai.act .step-update-img::before{
    opacity: 1;
}
.step-tissue,
.step-call,
.step-about,
.step-vision,
.step-wai,
.step-speech,
.step-honor,
.ys-banner,
.home-infor,
.home-area,
.home-industry,
.home-business,
.industry-text,
.test-quality,
.industry-text,
.very-cable,
.very-special-inof,
.very-intro{
    overflow: hidden;
}
/* 载入 */
.ys-ban-slick.mod-fade .ys-ban-li:first-child .ys-ban-title,
.ys-ban-li.slick-active+.slick-cloned .ys-ban-title,
.ys-ban-li.slick-active .ys-ban-title{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.5s;
}
.ys-ban-slick.mod-fade .ys-ban-li:first-child .std-text2,
.ys-ban-li.slick-active+.slick-cloned .std-text2,
.ys-ban-li.slick-active .std-text2{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.6s;
}
.ys-ban-slick.mod-fade .ys-ban-li:first-child .mod-btn,
.ys-ban-li.slick-active+.slick-cloned .mod-btn,
.ys-ban-li.slick-active .mod-btn{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.7s;
}
.home-walk.on .home-walk-show2 .std-h2{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}
.home-walk.on .home-walk-show2 .std-font26{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}
.home-walk.on .home-walk-show2 .home-walk-text{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}
.home-walk.on .home-walk-show2 .home-walk-inof{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.2s;
}
.home-walk.on .home-walk-show2 .mod-btn3-add{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}
.home-walk-lou img {
    position: absolute;
    bottom: 0;
}
.ys-imgbox-cover img:nth-child(2){
    object-fit: cover;
}
.hbin-link-add .std-text2{
    margin-bottom: 4px;
}
.ys-page-wrap.act .ys-main{
    margin-top: var(--line80);
}
.newsdt-main.ys-page-wrap.act .ys-hd-pc {
    background: #F9F9F9;
} 
.newsdt-recom-li-text .std-h4{
    transition: all .4s ease;
}
.home-infor-news-rotate .newsdt-recom-li:not(:first-child){
    display: none;
}
.home-infor-news-rotate .slick-dots {
    bottom: -30px;
}
.home-infor-news-rotate .newsdt-recom-ul{
    display: block;
}
.anchor-main{
    transition: all .4s ease-in-out;
}
.leader-main .ys-main{
    padding-top: 34px;
}
.ys-bread-list::before {
    background: url(../images/mbx_arrow01.svg) center / cover no-repeat;
}
.ys-page-wrap.act .ys-bread-list::before {
    background: url(../images/mbx_arrow02.svg) center / cover no-repeat;
}
.mod-tab{
    position: sticky;
    top: var(--line80);
    z-index: 30;
} 
.indus-sect1-text::before {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
}
.news-cont-mid,
.news-cont-mid .ys-select{
    position: relative;
    z-index: 6;
}
.wx-pop .ys-modal-content {
    padding: 26px 28px 30px;
    width: 202px;
    border-radius: 5px;
}
.wx-pop-img,
.wx-pop-img img{
    width: 100%;
}
.wx-pop .ys-modal-close {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: var(--color4);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    top: -10px;
    right: -11px;
}
.wx-pop .ys-modal-close img{
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-tab.act .mod-tab-li a{
    line-height: 55px;
}
.mod-tab.act .mod-tab-li a{
    font-size: calc(var(--font20) - 2px);
}
.mod-tab-li a,
.mod-tab{
    transition: all .4s ease;
}
.mod-tab.act{
    box-shadow: 0px 4px 21.1px 0px rgba(0, 0, 0, 0.05);
}
.step-deep-cry-text{
    flex-grow: 1;
}
.shri-box-nub-bg img{
    width: 100%;
}
/* 2025.02 - tammy - end */
/* 2025.02.25 - start */
.industry-category-inof .slick-track{
    display: flex;
}
.industry-category-inof .slick-slide{
    height: auto;
}
.icin-core{
    height: 100%;
}
.ys-nyban-title h1 {
    margin-top: 5px;
    margin-bottom: 0px;
}
.ys-nybanner .ys-nyban-title{
    top: calc(50% + 16px);
}
.ys-bread {
    top: 118px;
}
.test-business-title {
    margin: 0 auto;
    margin-bottom: 61px;
}
.sdct-nub-add{
    display: none;
}
.sdcl-pro {
    font-size: 0;
}
.news-cont-mid .ys-select-li{
    transition: all .4s ease;
}
/* 2025.02.25 - end */
.news-cont-mid .icon-arrow-down,
.news-cont-mid .icon-arrow-down:before{
    font-size: 14px;
}
.ncms-btn span{
    position: relative;
    z-index: 6;
}
.ncms-btn{
    overflow: hidden;
}
.ncms-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(99deg, #DE0010 7.05%, #780009 56.95%);
    opacity: 0;
    transition: all .36s;
}
.ncms-btn::before {
    width: 0%;
    transition: all .4s ease;
}
.exhibit-main .mod-tab{
    background: var(--colorbj);
}
.mod-btn1{
    width: auto!important;
}
.anchor-main::before {
    height: calc(100% - calc(var(--font16) * 1.5));
}
.anchor-li .std-text3 {
    transform: translateY(0px);
}
.anchor-li span {
    top: 11px;
}
.anchor-ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
}
.anchor-li{
    pointer-events: all;
}
.solution-pop .ys-modal-container {
    left: 25%;
    opacity: 0;
    transition: all .4s ease;
}
.solution-pop.act .ys-modal-container {
    left: 0%;
    opacity: 1;  
}
.foot-top .mCSB_scrollTools {
    width: 9px;
}
/* 2025.03.03 - start */
.home-infor-more{
    position: relative;
}
.home-infor-more-item{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
}
.home-infor-more-item.act{
    position: relative;
    opacity: 1;
    pointer-events: all;
}
.sacr-img-box{
    overflow: hidden;
}
.step-deep-fu::after {
    content: '';
    background: linear-gradient(180deg, #F9F9F9 17.73%, rgba(249, 249, 249, 0.00) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 13vw;
}
.step-deep-wai .ys-cont1440{
    height: calc(100vh - var(--line80));
    top: 0;
    left: 0;
    z-index: 6;
    pointer-events: none;
    position: sticky;
    top: var(--line80);
}
.step-deep-wai .step-deep-fu {
    top: 0;
}
.step-deep-wai .step-deep-cry-text {
    padding-top: 0!important;
}
.eva-career-cont{
    margin-bottom: var(--space50);
}
.eva-career-cont:last-child{
    margin-bottom: 0;
}
.leader-top h6:not(:first-child) {
    margin-top: 31px;
}
.tech-li .ys-imgbox-cover{
    border-radius: 5px;
}
.anchor-li .std-text3 {
    width: 6em;
}
.creat-sect1-cont{
    border-radius: 10px;
}
.creat-sect1-right .ys-imgbox-cover{
    border-radius: 5px;
}
.creat-sect2 .std-h3{
    text-align: center;
    font-weight: bold;
    color: var(--color1);
    margin-bottom: calc(var(--space50) - 2px);
}
.creat-sect2-ul{
    position: relative;
}
.creat-sect2{
    position: relative;
}
.creat-sect2::before{
    content: '';
    position: absolute;
    left: 0;
    height: calc(100% + 60px);
    width: 25%;
    z-index: 4;
    background: linear-gradient(90deg, rgba(255, 255, 255, .8) 17.73%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}
.creat-sect2 .ys-cont1440{
    position: relative;
    z-index: 6;
}
.creat-main .ys-modal-close .icon-close:before {
    color: #ccc;
    transition: all .4s ease;
}
.news-cont-top-li a{
    border-radius: 5px;
    overflow: hidden;
}
.ncbl-img{
    border-radius: 5px;
}
.newsdt-recom .newsdt-recom-li:not(:first-child){
    display: none;
}
.newsdt-recom .step-honor-rotate {
    position: relative;
    opacity: 1;
    pointer-events: all;
    display: block;
    width: auto;
}
.newsdt-recom .slick-dots{
    bottom: 0;
}
.newsdt-recom .step-honor-rotate{
    padding-bottom: 0;
}
.anchor-main.show {
    left: 32px;
}
.industry-category{
    position: relative;
}
.industry-category::before{
    content: '';
    background: linear-gradient(to right,rgba(248,248,248,1),rgba(248,248,248,0));
    position: absolute;
    left: 0;
    height: 100%;
    min-width: 7.5vw;
    width: calc(50vw - 720px);
    z-index: 2;
}
.indus-sect1-text {
    padding: 50px 68px;
}
.indus-sect1-img{
    border-radius: 5px;
    overflow: hidden;
}
.stand-bot-li-title{
    text-align: left;
}
.stand-bot-li-title span{
    font-size: 16px;
    margin-left: 9px;
}
.exhibit-li-text{
    width: 100%;
}
.exhibit-eva .std-h3{
    font-weight: bold;
}
.exhibit-li-img-bj,
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-img-bj{
    bottom: 0;
}
.exhibit-li{
    margin-bottom: var(--space120);
}
.exhibit-li-img{
    padding-bottom: 152px;
}
.exhibit-li-img{
    width: 56.67%;
}
.exhibit-li-text{
    width: 43.33%;
}
.exhibit-li-text-cont {
    padding: 162px 26% 44px 100px;
}
.exhibit-li-text1 {
    width: 75.33%;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-text-cont {
    padding: 162px 154px 44px 48.55%;
}
.exhibit-li-img {
    margin-top: var(--space120);
}
.exhibit-li-img .ys-imgbox-cover{
     width: 92.6%;
}
.exhibit-li.exhibit-li:nth-child(2n) .exhibit-li-text1 {
    width: 100%;
}
.exhibit-li{
    display: flex;
}
.exhibit-li-text {
    position: relative;
}
.exhibit-li:nth-of-type(2n){
    flex-direction: row-reverse;
}
.exhibit-li-text-cont {
    width: 138.4%;
}
.exhibit-li:nth-of-type(2n) .exhibit-li-text-cont {
    margin-left: -38.4%;
    width: 138.4%;
}
.exhibit-li {
    align-items: flex-start;
}
.exhibit-li-img-bj{
    width: 54.6%;
}
/* 2025.03.03 - end */
/* 2025.03.04 - start */
.anchor-main.act{
    opacity: 0;
    transform: translate(-50%,-50%);
}
.anchor-main:not(.act){
    opacity: 1;
    transform: translate(0,-50%);
}
/* 2025.03.04 - end */
.test-business-box{
    position: sticky;
    top: var(--line80);
}
.test-business-hou{
    height: 50vh;
}
.vsii-img{
    position: relative;
}
.industry-service-bg::before{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.6) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.vsii-img::before{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 4;
}
.home-walk-show2{
    min-height: calc(100vh - var(--line80));
}
.home-walk .home-walk-show2{
    bottom: 0!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slick-track{
    display: flex;
}
.slick-slide{
    height: auto;
}
.indus-sect2-left-li:not(.on) .ys-imgbox-cover img:first-child{
    opacity: 0;
}
.viewer-title{
    height: 1rem;
}
.ys-phnav-menu {
    height: calc(var(--height-num) - 56px);
}
.ys-phmenu-scroll {
    max-height: calc(var(--height-num) - 110px - 64px);
}
.very-intro .mod-arrows1-line{
    width: calc(100% - calc(var(--jian1) * 2));
    left: var(--jian1);
}
.very-intro .swiper-button-next{
    right: 0;
}
.very-intro .swiper-button-prev{
    right: calc(var(--arrows1) + 20px);
    left: auto;
}
.very-intro .std-h3 {
    margin-bottom: 42px;
}
.mod-arrows1 .swiper-button-prev, .mod-arrows1 .swiper-button-next{
    margin-top: 0!important;
    top:0!important
}
.foot-top-left img{
    width: 176px;
}
.exhibit-li-text1 {
    width: 100%;
}
.exhibit-li-text-cont {
    padding: 162px 51% 44px 100px;
}
.very-intro{
    position: relative;
}
.very-intro::before{
    content: '';
    width: calc(50vw - 720px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));
    z-index: 4;
    pointer-events: none;
}
.step-update-cry-left .std-h4{
    font-size: calc(var(--font28) + 2px);
}
.sdci-inr-item:not(:first-child){
    display: none;
}
.sdci-inof .slick-list{
    overflow: visible;
}
.sdci-inof {
    border-radius: 5px;
    overflow: visible;
}
.sdci-inof-nub-rotate .slick-list {
    border-radius: 5px;
    overflow: hidden;
}
.sdci-inof .slick-dots {
    bottom: -30px;
}
.creat-sect2-ul.mod-arrows1 .slick-prev, 
.creat-sect2-ul.mod-arrows1 .slick-next{
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: -15px;
}
.creat-sect2-ul.mod-arrows1 .slick-prev{
    left: auto;
    right: 65%;
}
.creat-sect2-ul.mod-arrows1 .slick-next{
    right: auto;
    left: 65%;
}
.creat-sect2-ul.mod-arrows1{
    --arrows1: 30px;
    padding-bottom: calc(var(--arrows1) + 3px);
}
.news-cont-top.mod-arrows1 .slick-next{
    right: calc(-55px - var(--arrows1));
}
.news-cont-top.mod-arrows1 .slick-prev{
    left: calc(-55px - var(--arrows1));
}
.step-honor-rotate .slick-track {
    margin: 0 auto;
}
.test-business-img{
    margin-top: calc(calc(100vh - var(--line80)) * -1);
}
.test-business-box {
    z-index: 2;
}
.exhibit-li-text-cont .std-h5,
.exhibit-li-text-cont .std-h5 p{
    color: var(--colormain);
    font-weight: bold;
}
.step-speech .std-h4{
    color: var(--color1);
}

/* 待定 - start */
/* .sdcl-year-item {
    line-height: 1.1;
    white-space: pre-wrap;
    right: 0%;
    top: 0em;
    transform: rotate(0deg);
    font-size: 70px;
    width: 1em;
} */
/* 待定 - end */
.tech-li  .std-text2, .tech-li  .std-text2 p{
    text-align: justify;
}
.mouse_screen {
    width: 36px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding-bottom: 116px;
    z-index: 8;
    transition: all .4s ease;
}
.mouse_screen::before {
    content: '';
    width: 1px;
    height: 87px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.mouse_screen_icon {
    position: relative;
    animation: mouse_icon 5s ease-in-out infinite;
}
.mouse_screen_icon, .mouse_screen_icon img {
    width: 100%;
}
.mouse_screen::after {
    content: '';
    width: 1px;
    height: 31px;
    background: #fff;
    position: absolute;
    top: calc(100% - 87px);
    left: 50%;
    transform: translateX(-50%);
    animation: mouse_line 5s ease-in-out infinite;
}
@keyframes mouse_line {
    0%{
        height: 0px;
    }
    49%{
        height: 87px;
    }
    51%{
        height: 87px;
    }
    100%{
        height: 0px;
    }
}
@keyframes mouse_icon {
    0%{
        transform: translateY(0);
    }
    49%{
        transform: translateY(15px);
    }
    51%{

        transform: translateY(15px);
    }
    100%{
        transform: translateY(0);
    }
}
.mouse_screen.isfixed{
    opacity: 0;
    pointer-events: none;
}
.step-deep-cry-left,
.step-deep-cry-text,
.step-deep-cry-img{
    overflow: hidden;
}
.mod-tab-li a{
    font-weight: bold;
}
.sdcl-year-item span{
    font-size: 0.8em;
    font-weight: bold;
}
.deep-add{
    position: fixed;
    width: 72px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 55px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all .36s ease;
}
.deep-add img{
    width: 100%;
}
.deep-add.act{
    opacity: 1;
    pointer-events: all;
}
/* 2025.03.21 - start */
.sucl-bgfont{
    font-size: 250px;
    color: rgba(238, 238, 238, .2);
    font-family: 'playbold'!important;
    line-height: 1.75;
    margin-top: -0.18em;
    margin-bottom: -0.664em;
}
.step-update-cry-left .std-h4 {
    padding-top: 0!important;
}
.step-update-cry-left .std-h4::before{
    content: '';
    background-image: url(../images/b1_icon.svg);
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    bottom: calc(100% + 13px);
    width: 53px;
    height: 33px;
}
.step-update-cry-left .std-h4 {
    margin-left: 16px;
    margin-right: -1em;
}
.hbin-link-text{
    padding: 34px 34px 25px;
    padding-right: 5px!important;
}
.ys-phnav-lisbox>a[href="javascript:void(0);"] {
    pointer-events: none;
}
/* 2025.03.21 - end */
.hbin-pc{
    display: block!important;
}
.hbin-ph{
    display: none!important;
}
/* 2025.04.17 - start */
.home-infor-add{
    --jian1: 18px;
    margin: 0 calc(var(--jian1) * -1);
    display: flex;
    flex-wrap: wrap;
}
.home-infor-add-xin{
    width: 50%;
    padding: 0 var(--jian1);
}
.home-infor-add .home-infor-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.home-infor-btn-btn .std-text2{
    color: var(--color1);
    transition: all .4s ease;
}
.home-infor-btn-nub .std-h4,
.home-infor-btn-btn .mod-btn3{
    padding: 0!important;
    padding-bottom: 16px!important;
}
.home-infor-btn{
    --jian1: 0px!important;
}
.hiax-one-link{
    display: flex;
}
.hiax-one-link-img{
    width: 57.41%;
}
.hiax-one-link-img .ys-imgbox-cover{
    border-radius:5px;
    width: 100%;
}
.hiax-one .newsdt-recom-li-text{
    width: 42.59%;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 29px;
}
.hiax-one .newsdt-recom-li-text .std-h4{
    line-height: var(--line15);
    -webkit-line-clamp: 3;
    height: calc(1.5em * 3);
}
.newsdt-recom-li-text .std-h4 {
    margin: 24px 0 10px;
    margin-bottom: 10px!important;
}
.hiax-one-add{
    flex-grow: 1;
}
.newsdt-recom-li-text .mod-btn3-link .std-text2{
    color: var(--color1);
}
.home-infor-box{
    margin-bottom: 0!important;
}
.hiax-one{
    margin-top: 28px;
}
.hiax-two{
    margin-top: var(--space50);
    border-top: 1px solid #E3E3E3;
}
.hiax-two-nub{
    border-bottom: 1px solid #E3E3E3;
}
.hiax-two-nub-link{
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
}
.hiax-two-nub-link .std-h5{
    width: 50%;
    flex-grow: 1;
    color: var(--color1);
    line-height: var(--line15);
    transition: all .4s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 1.5em;
    padding-right: 30px;
}
.hiax-two-nub-link .std-text2{
    color: var(--color3);
}
.home-walk-ph{
    display: none;
}
.newsdt-ph{
    display: none;
}
.foot-box-nub p{
    margin-bottom: 0!important;
    color: var(--color2);
    line-height: var(--line15);
}
.foot-box-nub a{
    color: var(--color2);
}
.foot-box-nub{
    margin-bottom: 3px;
}
.foot-box-nub:last-child{
    margin-bottom: 0;
}
.foot-box{
    margin-top: 24px;
}
.foot-top-left .ys-select{
    margin-top: 49px;
}
.foot-top-left{
    width: 22.64%;
    position: relative;
}
.foot-top-left{
    padding-top: 49px;
    padding-bottom: 37px;
    padding-right: 10px;
}
.foot-top-right {
    padding-top: 64px;
    padding-bottom: 60px;
}
.foot-top {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.foot-top-left::before{
    content: '';
    position: absolute;
    background: #E7E7E7;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
}
.foot-top-left {
    justify-content: flex-start;
}
.foot-addx .ys-select{
    display: none;
}
.foot-box-nub{
    font-family: 'play'!important;
}
.project-main .project-li:nth-of-type(n+5){
    display: none;
}
.project-main .project-cont.act .project-li:nth-of-type(n+5){
    display: block;
}
#btn-an span{
    display: none;
}
.project-cont.act #btn-an span{
    display: inline-block;
}



