﻿@charset "utf-8";
/* 公共样式 - start */
@font-face {
    font-family: 'LiXunjs-Regular';
    src: url('../fonts/RobotoRegular14/RobotoRegular14.woff2') format('woff2'),
         url('../fonts/RobotoRegular14/RobotoRegular14.woff') format('woff');
}
@font-face {
    font-family: 'LiXunjs-Bold';
    src: url('../fonts/RobotoBold/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold/RobotoBold.woff') format('woff');
}
@font-face {
    font-family: 'LiXunjs-Light';
    src: url('../fonts/RobotoLight/RobotoLight.woff2') format('woff2'),
         url('../fonts/RobotoLight/RobotoLight.woff') format('woff');
}
body {
    font-family: "LiXunjs-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
input,
textarea {
    font-family: "LiXunjs-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "LiXunjs-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
html {
    font-size: 100px;
}
:root {
    /* 字号 */
    --font100: 1.0rem;
    --font98: 0.98rem;
    --font96: 0.96rem;
    --font94: 0.94rem;
    --font92: 0.92rem;
    --font90: 0.90rem;
    --font88: 0.88rem;
    --font86: 0.86rem;
    --font84: 0.84rem;
    --font82: 0.82rem;
    --font80: 0.80rem;
    --font78: 0.78rem;
    --font76: 0.76rem;
    --font74: 0.74rem;
    --font72: 0.72rem;
    --font70: 0.70rem;
    --font68: 0.68rem;
    --font66: 0.66rem;
    --font64: 0.64rem;
    --font62: 0.62rem;
    --font60: 0.60rem;
    --font58: 0.58rem;
    --font56: 0.56rem;
    --font54: 0.54rem;
    --font52: 0.52rem;
    --font50: 0.50rem;
    --font48: 0.48rem;
    --font46: 0.46rem;
    --font44: 0.44rem;
    --font42: 0.42rem;
    --font40: 0.40rem;
    --font38: 0.38rem;
    --font36: 0.36rem;
    --font34: 0.34rem;
    --font32: 0.32rem;
    --font30: 0.30rem;
    --font28: 0.28rem;
    --font26: 0.26rem;
    --font24: 0.24rem;
    --font22: 0.22rem;
    --font20: 0.20rem;
    --font18: 0.18rem;
    --font16: 0.16rem;
    --font14: 0.14rem;
    --font12: 0.12rem;
    /* 间距 */
    --space250: 2.5rem;
    --space240: 2.4rem;
    --space230: 2.3rem;
    --space220: 2.2rem;
    --space210: 2.1rem;
    --space200: 2.0rem;
    --space190: 1.9rem;
    --space180: 1.8rem;
    --space170: 1.7rem;
    --space160: 1.6rem;
    --space150: 1.5rem;
    --space140: 1.4rem;
    --space130: 1.3rem;
    --space120: 1.2rem;
    --space110: 1.1rem;
    --space100: 1.0rem;
    --space90: 0.9rem;
    --space80: 0.8rem;
    --space70: 0.7rem;
    --space60: 0.6rem;
    --space50: 0.5rem;
}
:root {
    /* 行高 */
    --line12: 1.2;
    --line14: 1.4;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    /* 导航-高度 */
    --headh: 0.8rem;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --color1e1: #1E1F24;
    --color505: #505155;
    --color808: #80828F;
    --colormain: #92D8CA;
    --colormain2: linear-gradient(0deg, rgba(161, 214, 202, 1) 0%, rgba(161, 214, 202, 1) 100%), rgba(199, 230, 223, 1);;
    --colormain3: #3F5869;
    --colormain4: #324753;
    --colorbj1: #F7F7F7;
    --colorbj2: #23303A;
    --colorbj3:#f8f8f8;
    /* 板块间距 */
    --space30:0.3rem;
    --space40: 0.4rem;
    --space24: 0.24rem;
    /* 段落间距 */
    --parpspace16: 0.16rem;
    --parpspace12: 0.12rem;
    --parpspace10: 0.1rem;
    /* 特殊字体 */
    --bold: 'LiXunjs-Bold';
    --light:'LiXunjs-Light';
    /* 圆角 */
    --radius20:0.2rem;
    --radius15:0.15rem;
    --radius10:0.1rem;
    /* 阴影 */
    --shadow1: 0 10px 18px 3px rgb(0 0 0 / 2%);
}
.std-font52,
.std-font52 p {
    font-size: var(--font52);
    color: var(--color1e1);
    line-height: var(--line12);
}
.std-font44,
.std-font44 p,
.yxedr-active h2 {
    font-size: var(--font44);
    color: var(--color1e1);
    line-height: var(--line14);
}
.std-font32,
.std-font32 p,
.yxedr-active h3 {
    font-size: var(--font32);
    color: var(--color1e1);
    line-height: var(--line15);
}
.std-font24,
.std-font24 p,
.yxedr-active h4 {
    font-size: var(--font24);
    color: var(--color1e1);
    line-height: var(--line14);
}
.std-font20,
.std-font20 p,
.yxedr-active h5 {
    font-size: var(--font20);
    color: var(--color1e1);
    line-height: var(--line15);
}
.std-text18,
.std-text18 p {
    font-size: var(--font18);
    color: var(--color505);
    line-height: var(--line175);
}
.std-text16,
.std-text16 p {
    font-size: var(--font16);
    color: var(--color505); 
    line-height: var(--line175);
}
.std-text14,
.std-text14 p {
    font-size: var(--font14);
    color: var(--color505); 
    line-height: var(--line175);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666); 
    line-height: var(--line16);
    margin-bottom: var(--parpspace10);
}
.std-padd140{
    padding: var(--space140) 0;
}
.std-padd140-top{
    padding-top: var(--space140);
}
.std-padd140-bot{
    padding-bottom: var(--space140);
}
.std-padd130{
    padding: var(--space130) 0;
}
.std-padd130-top{
    padding-top: var(--space130);
}
.std-padd130-bot{
    padding-bottom: var(--space130);
}
.std-mar70{
    margin-bottom: var(--space70);
}
.std-mar60{
    margin-bottom: var(--space60);
}
.std-mar50{
    margin-bottom: var(--space50);
}
.std-mar40{
    margin-bottom: var(--space40);
}
.yxedr-active h2,
.yxedr-active h3 {
    margin-bottom: var(--parpspace16);
}
.yxedr-active h4 {
    margin-bottom: var(--parpspace12);
}
.yxedr-active h5 {
    margin-bottom: var(--parpspace10);
}
.search-main {
    --colormain1: var(--colormain) !important;
}
/*分享翻译*/
.ys-wechat-cont-parga p::before {
    content: '分享到 - 微信';
    /* content: 'Share the - WeChat'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .5) !important;
    white-space: nowrap;
    margin-left: var(--space40);
}
/*导航默认选中*/
.yxnav-active1 {}
.yxnav-active2 {}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
    display: none;
}
/* 省略号 */
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 侧边锚点隐藏 */
.mod-anchor {
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s ease;
    position: fixed;
    z-index: 20;
}
.mod-anchor.on1 {
    opacity: 1;
    transform: translateX(0%);
}
.mod-anchor ul {
    transition: all .4s ease;
}
.mod-anchor:not(.act) ul {
    opacity: 1;
    transform: translateX(0%);
}
.mod-anchor.act ul {
    opacity: 0;
    transform: translateX(-50%);
}
/* 轮播箭头 */
.swiper-button-disabled,
.slick-disabled {
    pointer-events: none !important;
    opacity: .5 !important;
}
/* 按鈕--start */
.std-btn1{
    display: inline-block;
}
.std-btn1-box{
    position: relative;
    padding: 0.12rem 0.32rem;
    border-radius: 0.8rem;
    background: #92D8CA;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.std-btn1-box span{
    font-size: var(--font16);
    line-height:var(--line15);
    color: var(--color1e1);
    text-align: center;
    display: block;
    transform: translateY(1px);
}
.std-btn1-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 80px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%), #92D8CA;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    pointer-events: none;
    transition: all .5s cubic-bezier(0, 0, 0.2, 1);
    z-index: -1;
}
.std-btn1.gray .std-btn1-box{
    background: #38596B;
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
}
.std-btn1.gray .std-btn1-box, 
.std-btn1.white .std-btn1-box{
    padding: 0.13rem 0.4rem;
}
.std-btn1.gray span{
    color: var(--colorfff);
}
.std-btn1.gray .std-btn1-bg{
    background: #324753;
    /* box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23); */
}
.std-btn1.white .std-btn1-box{
    background: var(--colorfff);
    border: solid 1px #38596B;
}
.std-btn1.white span{
    color:#38596B;
}
.std-btn1.white .std-btn1-bg{
    background: #324753;
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
}
.std-btn1-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
    margin-left: 0.12rem;
}
.std-btn1-icon img{
    width: 100%;
    transition: all .4s;
}
.std-btn1-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.std-btn2{
    display: inline-block;
}
.std-btn2-box{
    display: flex;
    align-items: center;
}
.std-btn2-text{
    font-size: var(--font16);
    color: var(--color1e1);
    line-height: var(--line16);
}
.std-btn2-icon{
    width: 24px;
    flex-shrink: 0;
    margin-left: 16px;
    font-size: 0;
    transition: all .36s;
}
.std-btn2-icon img{
    width: 100%;
}

/* 按鈕--end */
/* 底部導航-start */
.footer-nav {
    --gap1: 10px;
    --gap2: 0.24rem;
    --gap3: 10px;
    width: calc(60% + calc(var(--gap1) * 2));
    font-size: var(--font16);
    display: flex;
    justify-content: space-between;
    margin: 0 calc(var(--gap1) * -1);
}
.ys-footer{
    background: #23303A;
}
.footer-nav>li>a {
    font-size: var(--font18);
    line-height: var(--line14);
    color: var(--colorfff);
    margin-bottom: var(--gap2);
}
.footer-nav ul a {
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--colorfff);
    margin-bottom: var(--gap3);
    transition: all .36s;
}
.footer-logo{
    width: 292px;
}
.footer-logo a{
    display: block;
    width: 100%;
}
.footer-logo a img{
    width: 100%;
}
.footer-share {
    --gap1: 30px;
    --width1: 32px;
    --codew: 120px;
    display: flex;
    margin: 0 calc(var(--gap1) * -1);
}
.footer-bot{
    margin-top: 32px;
}
.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: var(--sapceft3) 0 var(--sapceft4);
    display: flex;
    justify-content: space-between;
}
.footer-privacy {
    --gap1: 10px;
    display: flex;
    margin: 0 calc(var(--gap1) * -1);
}
/* 底部導航-end */
/* 顶部导航-start*/
.head-logo{
    width: 2.14rem;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}
.head-logo a{
    display: block;
}
.head-nav{
    margin: 0 -0.5rem;
}
.head-nav-item-nub{
    padding: 0 0.5rem;
    cursor: pointer;
}
.head-nav-item-title{
    color: var(--colorfff);
    font-size: var(--font18);
    line-height: var(--headh);
    transition: all .36s ease;
    position: relative;
    z-index: 3;
}
.head-nav-item-title::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: var(--colormain3);
    transition: all .36s ease;
}
.head-nav-item.yxnav-active1 .head-nav-item-title::after{
    width: 100%;
}
.hnid-cont{
    width: 100%;
    padding: 0 0.6rem;
}
.head-search-btn {
    width: 0.24rem;
    position: relative;
    z-index: 2;
}
.head-lang, .head-other-btn {
    margin-left: 0.4rem;
    position: relative;
    z-index: 2;
}
.head-lang-top-circle {
    width: 0.2rem;
    margin-right: 4px;
    top: -1px;
}
.head-lang .std-text16{
    color: var(--colorfff);
    line-height:var(--headh);
    transition: all .36s ease;
    display: inline-block;
}
.ys-hd-pc.ishover .head-lang .std-text16,
.ys-hd-pc.isfixed .head-lang .std-text16{
    color: var(--color1e1);
}
.head-lang-top{
    display: flex;
    align-items: center;
}
.ys-hd-pc.isfixed .head-nav-item-title,
.ys-hd-pc.ishover .head-nav-item-title,
.ys-page-wrap.act .head-nav-item-title,
.ys-page-wrap.act .head-lang-top .std-text16{

    color: var(--color1e1);
}
.head-nav-item.yxnav-active1 .head-nav-item-title{
    color: var(--colormain3) !important;
}
.head-nav-item{
    position: static;
}
.head-nav-item-down{
    width: 100vw;
    box-shadow: var(--shadow1);
}
.apul-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.apul-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 0.2rem;
}
.apul-icon img{
    width: 100%;
}
.apul-text{
    color: var(--color1e1);
    line-height: 1.65;
    transition: all .36s ease;
}
.about-pull-ul{
    display: flex;
    justify-content: center;
    margin: 0 -0.2rem;
}
.about-pull-ul-li{
    min-width: 3rem;
    padding: 0 0.2rem;
    position: relative;
}
.about-pull-ul-li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #E7E8EC;
    width: 1px;
    height: 0.32rem;
}
.about-pull-wrap{
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
}
.about-pull-ul-li:last-child::after{
    display: none;
}
.ys-hd-pc::before{
    border-bottom: solid 1px #fff;
    pointer-events: none;
    z-index: 1;
    height:100%;
    opacity: 0;
}
.ys-hd-pc.ishover::before{
    border-bottom:solid 1px #E7E8EC;
    box-shadow: none;
    opacity: 1;
}
.ys-hd-pc.isfixed::before{
    opacity: 1;
}
.about-pull-ul-li.yxnav-active2 .apul-text{
    color:var(--colormain3) !important;
}
.spwl-ul-li-link{
    display: flex;
    align-items: center;
    padding: 20px;
    background: transparent;
    transition: all .36s ease;
    position: relative;
    z-index: 1;
}
.spwl-ul-li-link::after{
    content: "";
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background: var(--colormain3);
    opacity: 0;
    transition: all .36s ease;
}
.spwl-ul-li.yxnav-active2 .spwl-ul-li-link{
    background: var(--colorfff);
}
.spwl-ul-li.yxnav-active2 .spwl-ul-li-link::after{
    opacity: 1;
}
.spwl-ul-li{
    margin-bottom: 10px;
}
.spwl-ul-li:last-child{
    margin-bottom: 0px;
}
.sull-icon{
    width: 24px;
    position: relative;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
}
.sull-icon img{
    width: 100%;
    transition: all .36s ease;
}
.sull-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.solut-pull-wrap{
    display: flex;
    align-items: stretch;
}
.solut-pull-wrap-le{
    width: 18.75%;
    padding: 60px;
    padding-right: 0px !important;
    background: #F7F7F7;
}
.solut-pull-wrap-ri{
    width:81.25%;
    background: var(--colorfff);
    padding: 60px 120px 80px 80px;
}
.spwr-ul-li{
    display: none;
}
.spwr-ul-li:first-child{
    display: block;
}
.spwl-ul{
    width: 100%;
}
.sull-text{
    color: #80828F;
    line-height: var(--line15);
    transition: all .36s ease;
}
.spwl-ul-li.yxnav-active2 .sull-text{
    color: var(--colormain3);
}
.spwl-ul-li.yxnav-active2 .sull-icon img:nth-child(2){
    opacity: 1;
}
.spwl-ul-li.yxnav-active2 .sull-icon img:nth-child(1){
    opacity: 0;
} 
.slul-link a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E7E8EC;
}
.slul-link a span{
    line-height: var(--line15);
    color: var(--color1e1);
    transition: all .36s ease;
    display: inline-block;
}
.slul-link-pic{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 10px;
    position: relative;
}
.slul-link-pic img{
    width: 100%;
    transition: all .36s ease;
}
.slul-link-pic img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.sulw-left-ul-lis.yxnav-active3 .slul-link a span{
    color: var(--colormain3);
}
.sulw-left-ul-lis.yxnav-active3 .slul-link-pic img:nth-child(2){
    opacity: 1;
}
.sulw-left-ul-lis.yxnav-active3 .slul-link-pic img:nth-child(1){
    opacity: 0;
}
.spwr-ul-li-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sulw-right{
    width: 29.5%;
}
.sulw-left{
    width: 58%;
}
.sulw-left-ul{
    display: flex;
    align-items: flex-start;
    margin: 0 -40px;
}
.sulw-left-ul-lis{
    padding: 0 40px;
    width: 30%;
}
.slib-tit{
    color: var(--color808);
    line-height: 1.65;
    transition: all .36s ease;
}
.slul-list-item{
    margin-bottom: 8px;
}
.slul-list-item:last-child{
    margin-bottom: 0px;
}
.slul-list-item.yxnav-active4{
    margin-left: 0;
    margin-right: 0;
}
.slib-arrow{
    flex-shrink: 0;
    font-size: 0;
    margin-left: 12px;
    width:16px;
}
.slib-arrow img{
    width: 100%;
}
.slul-list-item-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .36s ease;
}
.slul-list-item.yxnav-active4 .slul-list-item-box{
    background: var(--colormain3);
    padding: 6px 10px;
}
.slul-list-item.yxnav-active4 .slib-tit{
    color: var(--colorfff);
}
.ys-hd-pc::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:140px;
    pointer-events: none;
    opacity: 0.2;
    background: linear-gradient(180deg, rgba(6, 48, 89, 1) 0%, rgba(6, 48, 89, 0) 100%);
    z-index: -1;
    transition: all .36s;
}
.ys-hd-pc.isfixed::after{
    opacity: 0;
}
.sulw-right-ul-li{
    display: none;
}
.sulw-right-ul-li:first-child{
    display: block;
}
.sulw-right-ul-li a{
    display: block;
    width: 100%;
    position: relative;
    border-radius: var(--radius20);
    overflow: hidden;
}
.sulw-right-ul-li .ys-imgbox-cover{
    position: relative;
}
.sulw-right-ul-li .ys-imgbox-cover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(6, 23, 43, 0.70) 0%, rgba(10, 23, 41, 0) 24.18%, rgba(10, 23, 41, 0) 66.75%, rgba(10, 23, 41, 1) 100%);
}
.srul-title{
    position: absolute;
    bottom: 24px;
    left: 0;
    width:100%;
    padding: 0 40px;
    z-index: 2;
    color: var(--colorfff);
    font-weight: bold;
}
.prod-pull-wrap{
    display: flex;
    align-items: stretch;
}
.ppwr-ul-li{
    display: none;
}
.ppwr-ul-li:first-child{
    display: block;
}
.prod-pull-wrap-le{
    width: 18.75%;
    background: var(--colorbj1);
    padding: 60px;
    padding-right: 0px !important;
}
.prod-pull-wrap-ri{
    width:81.25%;
}
.pulw-right-ul-li{
    display: none;
}
.pulw-right-ul-li:first-child{
    display: block;
}
.pcru-lis-link{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    transition: all .36s ease;
    background: transparent;
    /* border-radius: 5px 5px 0px 0px; */
    border-bottom: solid 1px #E7E8EC;
    position: relative;
    z-index: 2;
}
.pcru-lis-link::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--colormain3);
    border-radius: 5px;
    opacity: 0;
    transition: all .36s;
    pointer-events: none;
    z-index: -1;
}
.pcru-lis{
    width: 33.333333%;
    padding: 0 10px;
    margin-top: 16px;
}
.pcru-lis-link-icon{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 10px;
    transition: all .36s ease;
    opacity: 0;
}
.pcru-lis-link-icon img{
    width: 100%;
}
.pcru-lis-link-text{
    color: var(--color808);
    line-height: 1.65;
    transition: all .36s ease;
}
.ppwr-ul-li-wrap{
    width: 100%;
    display: flex;
    align-items: stretch;
}
.pulw-left{
    width: 17.5%;
    padding: 60px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #E7E8EC;
    background: var(--colorfff);
}
.pulw-left-ul-li{
    display: block;
    margin-bottom: 34px;
}
.pulw-left-ul-li:last-child{
    margin-bottom: 0px;
}
.pulw-left-ul-li a{
    width: 100%;
    padding: 0 20px;
    transition: all .36s ease;
    position: relative;
    color: var(--color808);
    line-height: 1.65;
}
.pulw-left-ul-li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    border-radius: 1px;
    background: var(--colormain3);
    opacity: 0;
    transition: all .36s ease;
}
.pulw-left-ul-li.yxnav-active3 a{
    color: var(--colormain3);
}
.pulw-left-ul-li.yxnav-active3 a::after{
    opacity: 1;
}
.pulw-more-box{
    display: flex;
    align-items: center;
}
.pulw-more-icon{
    flex-shrink: 0;
    font-size: 0;
    width: 24px;
    margin-left: 20px;
    transition: all .36s;
}
.pulw-more-icon img{
    width: 100%;
}
.pulw-more-text{
    color: var(--color1e1);
    line-height: 1.65
}
.pulw-more{
    padding-left: 20px;
}
.pulw-right{
    width: 82.5%;
    padding: 60px 60px 0px 80px;
}
.pcli-cry{
    display: flex;
    align-items: flex-start;
}
.pcli-cry .ys-imgbox-cover{
    width: 31.5%;
    border-radius: var(--radius10);
    overflow: hidden;
}
.pcli-cry-right{
    width:68.5%;
    padding-left:40px;
}
.pcli-cry-right-link{
    margin-bottom: 4px;
}
.pcli-cry-right-link a{
    display: flex;
    align-items: center;
}
.pcrl-text{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color1e1);
    transition: all .36s ease;
}
.prul-cont-list-item.yxnav-active4 .pcrl-text{
    color: var(--colormain3);
}
.pcrl-pics{
    width: 24px;
    flex-shrink: 0;
    margin-left: 16px;
    font-size: 0;
    position: relative;
}
.pcrl-pics img{
    width: 100%;
    transition: all .36s ease;
}
.pcrl-pics img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.prul-cont-list-item.yxnav-active4 .pcrl-pics img:nth-child(2){
    opacity: 1;
}
.prul-cont-list-item.yxnav-active4 .pcrl-pics img:nth-child(1){
    opacity: 0;
}
.pcli-cry-right-uls{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pcru-lis.yxnav-active5 .pcru-lis-link-text{
    color: var(--colorfff);
}
.pcru-lis.yxnav-active5 .pcru-lis-link-icon{
    opacity: 1;
}
.pcru-lis.yxnav-active5 .pcru-lis-link{
    /* border-radius: 5px 5px 5px 5px; */
    /* background: #3F5869;  */
    padding: 4px 10px;
    /* border-bottom: solid 1px #3F5869; */
    border-bottom: solid 1px transparent;
}
.pcru-lis.yxnav-active5 .pcru-lis-link::after{
    opacity: 1;
}
.prul-cont-list-item{
    margin-bottom: 28px;
}
.prul-cont-list-item:last-child{
    margin-bottom: 0px;
}
.pulw-right{
    height: 890px;
}
.pulw-right .mCSB_outside+.mCSB_scrollTools{
    top: 10px;
    bottom: 10px;
    right: 15px;
}
.pulw-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 2px !important;
    background: var(--colormain3) !important;
}
.ppwl-ul-li a{
    width: 100%;
    display: block;
    color: var(--color808);
    line-height: var(--line15);
    transition: all .36s ease;
    position: relative;
    background: transparent;
    padding: 20px;
    border-radius: var(--radius10) 0 0 var(--radius10);
}
.ppwl-ul-li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    border-radius: 1px;
    background: var(--colormain3);
    opacity: 0;
    transition: all .36s ease;
}
.ppwl-ul-li.yxnav-active2 a{
    background: var(--colorfff);
    color: var(--colormain3);
}
.ppwl-ul-li.yxnav-active2 a::after{
    opacity: 1;
}
.ys-page-wrap.act .ys-hd-pc::before{
    box-shadow: none;
    border-bottom: 1px solid #E7E8EC;
}
.ys-page-wrap.act .ys-hd-pc::after{
    display: none;
}

/* 顶部导航-end */
/* 公共样式 - end */
/* 内页banner-start */
.ys-nyban-title h1{
    /* font-weight: bold; */
    color: var(--colorfff);
    line-height: var(--line12);
    width: 43%;
    font-size: var(--font52);
}
.ys-nyban-title p{
    margin-top: 0.24rem;
    width: 43%;
    font-size: var(--font18);
}
.ys-nyban-title p{
    color: var(--colorfff);
    line-height: var(--line175);
}
.ys-bread {
    --gap1: 8px;
    margin: 0 calc(var(--gap1) * -1);
}
.ys-bread-list::before{
    content: "";
    width: 2px;
    height: 54%;
    background: #fff;
    font-size: 0;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
}
.ys-bread-list:first-child::before{
    display: block;
}
.ys-bread-list:last-child::before{
    display: none;
}
.ys-bread-list a{
    display: block;
    color: var(--colorfff);
    line-height: var(--line175);
    font-size: var(--font16);
    transition: all .36s;
}
.mod-bread{
    position: absolute;
    bottom:28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/* 内页banner-end */

/* leah-start */
.proall-inter-tit {
    margin-bottom: var(--space30);
}
.proall-inter-text {
    margin-bottom: var(--space80);
    width: 77%;
}
.proall-inter-below {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.proall-inter-below-le {
    width: 15%;
    position: sticky;
    top: 0.8rem;
    padding-top: 0.5rem;
}
.pibl-ul {
    display: flex;
    flex-wrap: wrap;
}
.pibl-ul-li {
    width: 100%;
    margin-bottom: 0.28rem;
}
.pibl-ul-li.active .pibl-ul-li-text::after {
    opacity: 1;
}
.pibl-ul-li.active .pibl-ul-li-text {
    padding-left: 28px;
    color: rgba(68, 87, 103, 1);
}
.pibl-ul-li:nth-last-child(1) {
    margin-bottom: 0;
}
.pibl-ul-li-text {
    color: var(--color808);
    position: relative;
    cursor: pointer;
    transition: all 0.36s;
}
.pibl-ul-li-text::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(68, 87, 103, 1);
    opacity: 0;
    transition: all 0.36s;
}
.proall-inter-below-ri {
    width: 80.5%;
    padding-left: var(--space100);
    border-left: 1px solid rgba(231, 232, 236, 1);
    display: flex;
    flex-wrap: wrap;
}
.pibr-li {
    margin-bottom: var(--space80);
    width: 100%;
}
.pibr-li-top {
    margin-bottom: 0.4rem;
}
.pibr-li-top-pic {
    position: relative;
}
.pltp-img {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.pltp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pltp-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(7, 9, 10, 0.20) 0%, #07090A 100%);
    background: linear-gradient(0deg, color(display-p3 0.0299 0.0342 0.0385 / 0.20) 0%, color(display-p3 0.0299 0.0342 0.0385) 100%);
    mix-blend-mode: multiply;
}
.pltp-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.35rem 0.5rem;
    display: flex;
    justify-content: space-between;
}
.pltp-cont-tit {
    color: #fff;
    max-width: 50%;
}
.pltp-cont-ri {
    width: 60%;
}
.pltp-cont-ri-text p {
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--colorfff);
}
.pltp-cont-ri-text {
    margin-bottom: 0.3rem;
}
.pibr-li-top-ul {
    display: flex;
    margin: 0 -7px;
    padding: 0 24px;
    margin-top: -63px;
}
.pltu-li {
    width: 33.333333%;
    padding: 0 7px;
}
.pltu-li-cont {
    padding: 0.54rem 0.15rem 0.16rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
}
.pltu-li-cont-tit {
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color505);
}
.pltu-li-cont::after {
    content: '';
    position: absolute;
    top: 0.26rem;
    left: 0.26rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(68, 87, 103, 1);
}
.pibr-li-below {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}
.pibr-li-below-li {
    width: 33.333333%;
    padding: 0 0.1rem;
    margin-bottom: 0.4rem;
}
.plbl-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plbl-link .ys-imgbox-cover {
    border-radius: 10px;
    border: 1px solid rgba(231, 232, 236, 1);
    margin-bottom: 12px;
    transition: all 0.36s;
}
.plbl-link-tit p {
    color: var(--color1e1);
    transition: all 0.36s;
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.plbl-link-tit {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}
.plbl-link-tit img {
    width: 24px;
    margin-left: 6px;
    opacity: 0;
    transition: all 0.36s;
    margin-right: 6px;
    flex-shrink: 0;
    margin-top: 4px;
}
.pibr-li:nth-last-child(1) {
    margin-bottom: 0;
}
.pibr-li:nth-last-child(1) .pibr-li-below {
    margin-bottom: -40px;
}
.proall-inter {
    overflow: visible;
}
.proall-body {
    overflow: visible;
}
.proall-solu {
    background-color: var(--colorbj3);
    margin-top: var(--space160);
    padding-bottom: var(--space150);
}
.proall-solu-top {
    margin-bottom: 0.68rem;
    position: relative;
}
.proall-solu-top-tit {
    margin-bottom: var(--space30);
}
.proall-solu-top-text {
    width: 87%;
}
.proall-solu-ul {
    display: flex;
    align-items: flex-end;
}
.proall-solu-ul-li {
    /* width: 53% !important; */
    transition: all 0.4s ease;
    width: 720px;
}
.proall-solu-ul-li.swiper-slide-active {
    /* width: 58.5% !important; */
    width: 800px;
}
.psul-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 0.5;
    transition: all 0.36s;
}
.swiper-slide-active .psul-link {
    opacity: 1;
}
.psul-link-below {
    padding: 0.2rem 0 0;
    transition: all 0.36s;
}
.psul-link-below-tit {
    margin-bottom: 0.16rem;
    max-height: 1.4em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: var(--color1e1);
}
.psul-link-below-text p {
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color808);
    max-height: 1.75em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.psul-link-below-text {
    margin-bottom: 0.16rem;
}
.psul-link-below-more {
    display: flex;
    align-items: center;
}
.psul-link-below-more p {
    font-size: var(--font16);
    line-height: var(--line16);
    color: rgba(68, 87, 103, 1);
    padding-right: 16px;
}
.psul-link-below-more img {
    width: 24px;
}
.psul-link .ys-imgbox-cover {
    border-radius: 10px;
}
.proall-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.pssa-proall-arrow {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.arrow-prev {
    margin-right: 0.4rem;
}
.arrow-all {
    width: 48px;
    cursor: pointer;
}
.pssa-arrow-all {
    width: 48px;
    cursor: pointer;
}
.proall-arrow .ys-imgbox-cover img:nth-child(2) {
    opacity: 0;
}
.pssa-proall-arrow .ys-imgbox-cover img:nth-child(2) {
    opacity: 0;
}
.arrow-all img {
    transition: all 0.36s;
}
.pssa-arrow-all img {
    transition: all 0.36s;
}
.proall-servi .ys-cont1440 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proall-servi-le {
    width: 45%;
}
.proall-servi-le-tit {
    margin-bottom: var(--space30);
}
.proall-servi-le-text {
    margin-bottom: var(--space50);
}
.proall-servi-ri {
    width: 47%;
    border-radius: 10px;
}
.proall-solu .swiper-slide {
    transition-property: all !important;
}
.swiper-slide-active .psul-link-below {
    padding: 0.2rem 0.4rem 0;
}
.proall-solu-ul-li.swiper-slide.previous {
    opacity: 0;
    transform: translate3d(400px, 0, 0) scale(0);
}
.proall-solu-swiper {
    min-height: 586px;
    position: relative;
}
.proall-solu .lmtr-time-more {
    margin-bottom: 0;
}
.proall-solu-swiper-arrow {
    display: none;
}
@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: none;
    }
}
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}
.proall-inter-below-le.end li::before {
    display: none;
}
.series-cable-tit {
    text-align: center;
    margin-bottom: var(--space30);
}
.series-cable-text p {
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color808);
    text-align: center;
}
.series-cable-text {
    margin: 0 auto 0.3rem;
    width: 80%;
}
.series-cable-search {
    width: 43%;
    display: flex;
    align-items: center;
    margin: 0 auto 0.75rem;
    padding: 0 0.32rem;
    height: 60px;
    border: 1px solid rgba(231, 232, 236, 1);
    border-radius: 80px;
}
.series-cable-search input {
    width: 100%;
    padding-right: 20px;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color505);
}
.series-cable-search input::placeholder {
    color: var(--color808);
}
.series-cable-search img {
    width: 24px;
    flex-shrink: 0;
    cursor: pointer;
}
.series-cable-ul {
    display: flex;
    margin: 0 -0.12rem;
}
.new-page .listnew-main-ul {
    flex-wrap: nowrap;
    margin: 0 -0.18rem 0;
}
.new-page .listnew-main-ul-li {
    margin-bottom: 0;
}
.series-cable-change {
    border-top: 1px solid rgba(231, 232, 236, 1);
    padding-top: 27px;
}
.series-cable-ul-li {
    padding: 0px 0.12rem;
}
.series-cable-ul-li a {
    color: var(--color808);
    font-size: var(--font18);
    line-height: var(--line175);
    padding: 0.18rem 0.16rem 0.18rem;
    position: relative;
    cursor: pointer;
    display: block;
}
.series-cable-ul-li:first-child a {
    padding-left: 0;
}
.series-cable-ul-li a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: rgba(68, 87, 103, 1);
    transition: all 0.36s;
}
.series-cable-ul-li.act a::after {
    width: 100%;
}
.series-cable-ul-li.act a {
    color: rgba(68, 87, 103, 1);
}
.sccc-center {
    margin-bottom: 0.38rem;
    z-index: 10;
    position: relative;
}
.sccc-screen {
    display: flex;
    margin: 0 -10px;
    width: 100%;
}
.sccc-screen-li {
    padding: 0 10px;
    width: 20.2%;
    position: relative;
}
.sccc-screen-li-cont {
    border: 1px solid rgba(231, 232, 236, 1);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.12rem 32px;
    cursor: pointer;
    transition: all 0.36s;
}
.sccc-screen-li-cont p {
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color808);
    width: 100%;
}
.sccc-screen-li-cont img {
    width: 24px;
    flex-shrink: 0;
}
.sccc-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem -0.5rem;
}
.sccc-ul-li {
    width: 25%;
    padding: 0 0.16rem;
    margin-bottom: 0.5rem;
}
.sccc-ul-li-link {
    display: block;
    width: 100%;
}
.sccc-ul-li-link .ys-imgbox-cover {
    border: 1px solid rgba(231, 232, 236, 1);
    border-radius: 10px;
    background-color: #F8F8F8;
    margin-bottom: 16px;
    transition: all 0.36s;
}
.sull-tit {
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color1e1);
    text-align: center;
    max-height: 1.75em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.series-fenye {
    margin-top: var(--space70);
}
.pc-fenye li {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    margin: 0 12px;
    color: rgba(139, 141, 152, 1);
}
.pc-fenye li.activepage {
    background: rgba(68, 87, 103, 1);
}
.first li,
.prev li,
.next li,
.end li {
    color: rgba(30, 31, 36, 1);
}
.series-opti .ys-cont1440 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.series-opti-le {
    width: 36%;
}
.series-opti-le-tit {
    margin-bottom: var(--space30);
}
.series-opti-le-text p {
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color808);
}
.series-opti-ri {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.series-opti-ri-li {
    width: 100%;
    transition: all 0.36s;
    border-bottom: 1px solid var(--Color-6, rgba(216, 216, 216, 1));
}
.series-opti-ri-li.on {
    border-bottom: 1px solid var(--Color-8, rgba(68, 87, 103, 1));
}
.sorl-cont-top {
    display: flex;
    align-items: flex-start;
    padding: 0.3rem 0 10px;
    cursor: pointer;
}
.series-opti-ri-li:first-child .sorl-cont-top {
    padding-top: 0;
}
.sorl-cont-top-ques {
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color1e1);
    padding-right: 20px;
    width: 100%;
}
.sorl-cont-top-icon {
    width: 32px;
    flex-shrink: 0;
}
.sorl-cont-below p {
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color808);
}
.sorl-cont-below a {
    text-decoration: underline;
    color: rgba(68, 87, 103, 1);
}
.sorl-cont-below {
    padding: 6px 0 0.24rem;
}
.series-opti-ri-li .ys-imgbox-cover img:nth-child(2) {
    opacity: 0;
}
.series-opti-ri-li.on .ys-imgbox-cover img:nth-child(2) {
    opacity: 1;
}
.series-opti-ri-li.on .ys-imgbox-cover img:nth-child(1) {
    opacity: 0;
}
.sccc-screen-li-hidden {
    margin-top: 4px;
    border-radius: 10px;
    background: var(--Color, #FFF);
    box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    padding: 0.24rem 0.18rem;
    position: absolute;
    z-index: 10;
    width: 92%;
    max-height: 310px;
}
.sslh-ul {
    display: flex;
    flex-wrap: wrap;
    max-height: 260px;
}
.sslh-ul-li {
    margin-bottom: 0.16rem;
    width: 100%;
}
.sslh-ul-li:nth-last-child(1) {
    margin-bottom: 0;
}
.sslh-ul-li-cont {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
.sulc-img {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(216, 217, 224, 1);
    border-radius: 4px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.36s;
}
.sulc-text {
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color808);
    width: 100%;
    padding-left: 0.14rem;
    transition: all 0.36s;
}
.sslh-ul-li.on .sulc-img {
    background-color: rgba(68, 87, 103, 1);
}
.sulc-img img {
    width: 10px;
    opacity: 0;
    transition: all 0.36s;
}
.sslh-ul-li.on .sulc-img img {
    opacity: 1;
}
.sccc-screen-li.on .sccc-screen-li-cont {
    border: 1px solid rgba(68, 87, 103, 1);
}
.sslh-ul-li.on .sulc-text {
    color: rgba(68, 87, 103, 1);
}
.series-opti {
    padding-top: var(--space120);
}
.sccc-center-ul {
    padding-top: 20px;
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}
.sccc-center-ul-li {
    padding: 0 8px;
    margin-bottom: 10px;
}
.scul-cont {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    background-color: rgba(68, 87, 103, 0.12);
    border-radius: 5px;
}
.scul-cont p {
    font-size: var(--font14);
    line-height: var(--line16);
    color: rgba(68, 87, 103, 1);
    padding-right: 12px;
}
.scul-cont-icon {
    width: 16px;
    cursor: pointer;
}
.sccc-center-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sctr-sear {
    display: flex;
    border-radius: 80px;
    padding: 0.12rem 10px;
    cursor: pointer;
    background: #3F5869;
    width: 112px;
    justify-content: center;
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
}
.sctr-sear p {
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--colorfff);
}
.sccc-center-top-ri {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.sctr-clear {
    margin-right: 10px;
    background: #fff;
    border: 1px solid rgba(231, 232, 236, 1);
    display: none;
    box-shadow: 0px 0px 0px 0 rgba(255, 255, 255, 0.83) inset, 0px 0px 0px 0 rgba(0, 0, 0, 0.23) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0.26), 0px 0px 0px 0px rgba(0, 0, 0, 0.25), 0px 0px 0px 0px rgba(0, 0, 0, 0.23), 0px 0px 0px 0px rgba(0, 0, 0, 0.19), 0px 0px 0px 0px rgba(0, 0, 0, 0.23);
}
.sctr-clear.clear {
    display: block;
}
.sctr-clear p {
    color: var(--color808);
    text-align: center;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4) !important;
    width: 3px !important;
}
.sslh-ul .mCSB_outside+.mCSB_scrollTools {
    right: -10px;
}
.sslh-ul .mCustomScrollBox {
    width: 100%;
}
.sccc-ul-li:nth-child(4n+1) {
    animation-delay: .3s;
}
.sccc-ul-li:nth-child(4n+2) {
    animation-delay: .4s;
}
.sccc-ul-li:nth-child(4n+3) {
    animation-delay: .5s;
}
.sccc-ul-li:nth-child(4n+4) {
    animation-delay: .6s;
}
.listnew-main-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.listnew-main-new {
    margin-bottom: var(--space50);
}
.listnew-main-top .ys-imgbox-cover {
    border-radius: 10px;
    width: 49%;
}
.listnew-main-top-ri {
    width: 51%;
    padding-left: var(--space60);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lmtr-time {
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color808);
    margin-bottom: 4px;
}
.lmtr-time-tit {
    margin-bottom: 0.24rem;
    max-height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}
.lmtr-time-text p {
    color: var(--color808);
    max-height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.lmtr-time-more {
    display: flex;
    align-items: center;
}
.lmtr-time-more p {
    font-size: var(--font16);
    line-height: var(--line175);
    color: rgba(68, 87, 103, 1);
    padding-right: 16px;
}
.lmtr-time-more img {
    width: 24px;
    transition: all 0.36s;
}
.listnew-main-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.18rem calc(var(--space70) * -1);
}
.listnew-main-ul-li {
    width: 33.333333%;
    padding: 0 0.18rem;
    margin-bottom: var(--space70);
}
.lmul-link {
    display: block;
    width: 100%;
}
.lmul-link .ys-imgbox-cover {
    margin-bottom: 0.24rem;
    border-radius: 10px;
}
.lmul-link-tit {
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color1e1);
    max-height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.24rem;
    transition: all 0.36s;
}
.listnew-main-ul-li .lmtr-time-more {
    padding-bottom: 0.24rem;
    width: 100%;
    border-bottom: 1px solid rgba(231, 232, 236, 1);
}
.listnew-page .series-cable-ul {
    margin: 0 -0.3rem;
}
.listnew-page .series-cable-ul-li {
    padding: 0 0.3rem;
}
.listnew-main {
    padding-top: var(--space120);
    padding-bottom: 0px !important;
}
.listnew-main-change {
    border-top: 1px solid rgba(231, 232, 236, 1);
    padding-top: var(--space60);
}
.listnew-main-ul-li:nth-child(3n+1) {
    animation-delay: .3s;
}
.listnew-main-ul-li:nth-child(3n+2) {
    animation-delay: .4s;
}
.listnew-main-ul-li:nth-child(3n+3) {
    animation-delay: .5s;
}
.slick-slide {
    height: auto;
    user-select: text;
}
.detail-main {
    padding-top: var(--space120);
    overflow: visible;
}
.detail-main .ys-cont1440 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.detail-main-le {
    width: 38%;
    position: sticky;
    top: 100px;
}
.detail-main-le-ul {
    display: flex;
}
.detail-main-le-caro {
    margin-bottom: 0.24rem;
    position: relative;
}
.dmlu-li {
    width: 100%;
    padding: 0 5px;
}
.dmlu-li-cont {
    border-radius: 20px;
    background-color: rgba(248, 248, 248, 1);
    padding: 0.3rem 7px 0.68rem;
}
.dmlu-li-cont .ys-imgbox-cover {
    cursor: pointer;
}
.detail-main-ri {
    width: 55%;
}
.detail-main-ri-tit {
    margin-bottom: var(--space30);
}
.detail-main-ri-text {
    margin-bottom: var(--space60);
}
.detail-main-ri-func {
    margin-bottom: var(--space60);
}
.dmrf-tit {
    font-size: var(--font20);
    line-height: var(--line15);
    color: rgba(68, 87, 103, 1);
    padding-bottom: 12px;
    margin-bottom: 0.32rem;
    width: 100%;
    border-bottom: 1px solid rgba(128, 130, 141, 0.2);
    position: relative;
}
.dmrf-tit::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: rgba(68, 87, 103, 1);
}
.dmrf-text ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
}
.dmrf-text li {
    width: 50%;
    padding-right: 0.2rem;
    list-style-type: disc !important;
    margin-bottom: 0.15rem;
}
.dmrf-text li::marker {
    color: rgba(9, 52, 123, 1) !important;
}
.dmrf-text {
    padding-top: 0.13rem;
}
.dmrf-text p {
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--color1e1);
    margin-bottom: 0;
}
.dmra-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0.24rem 0.2rem 0;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 10px;
}
.dmra-ul-li {
    width: 25%;
    margin-bottom: 0.24rem;
}
.dmra-ul-li-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dmra-ul-li-cont img {
    width: 48px;
    margin-bottom: 12px;
}
.dmra-ul-li-cont p {
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color505);
    padding: 0 6px;
    text-align: center;
}
.detail-page .sccc-ul-li {
    width: 33.333333%;
}
.detail-page .proall-arrow {
    position: relative;
    margin-top: 0.5rem;
}
.detail-main-ri-prod {
    margin-bottom: 0;
}
.detail-body {
    overflow: visible;
}
.detail-main-le-ul .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: rgba(128, 130, 141, 0.2);
}
.detail-main-le-ul .slick-dots {
    bottom: 20px;
}
.detail-page .sccc-ul-li:not(:first-child) {
    display: none;
}
.dmlu-li:not(:first-child) {
    display: none;
}
.dmlc-ul {
    display: flex;
    margin: 0 -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    margin: 0 auto;
}
.dmlc-ul-li {
    padding: 0px 12px;
    position: relative;
}
.dmlc-ul-li-cont {
    display: flex;
    height: 40px;
    align-items: center;
}
.dmlc-ul .slick-list {
    overflow: visible;
}
.dmlc-ul-li span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(128, 130, 141, 0.2);
    cursor: pointer;
}
.dmlc-ul-li .slick-current span {
    background-color: rgba(128, 130, 141, 1);
}
.detail-main-le-ul .slick-dots {
    display: none !important;
}
.dmlc-ul-li-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.36s;
    cursor: pointer;
}
.dmlc-ul-li:hover .dmlc-ul-li-img {
    opacity: 1;
}
.dmlc-ul-li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dmlc-ul-li-img::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: rgba(68, 87, 103, 1);
}
.dmrf-text.yxedr-active ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 28px;
}
.solut-way-tit {
    text-align: center;
    margin-bottom: var(--space60);
}
.solut-way-text {
    width: 83%;
    text-align: center;
    margin: 0 auto 0.4rem;
}
.solut-way-back-pic {
    width: 1300px;
    margin: 0 auto;
}
.solut-way-back-pic img {
    width: 100%;
}
.solut-way-back {
    position: relative;
    margin-bottom: 1.38rem;
    display: flex;
    justify-content: center;
}
.solut-way-back-img {
    position: absolute;
    top: 0.79rem;
    width: 960px;
}
.solut-scalout {
    padding-top: var(--space60);
    padding-bottom: var(--space100);
    background-color: rgba(247, 247, 247, 1);
    margin-top:0.8rem;
}
.solut-scalout-ul {
    display: flex;
    background-color: #fff;
    border-radius: 80px;
}
.solut-scalout-top {
    margin-bottom: 0.97rem;
    display: flex;
    justify-content: center;
    max-width: 100%;
}
.solut-scalout-ul-li {
    min-width: 220px;
    padding: 8px 10px;
}
.ssul-tit {
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color808);
    border-radius: 80px;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.36s;
}
.solut-scalout-ul-li.act .ssul-tit {
    color: #fff;
    background: rgba(68, 87, 103, 1);
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
}
.sscc-tit {
    margin-bottom: var(--space30);
}
.sscc-text {
    margin-bottom: 0.7rem;
    width: 70%;
}
.sscc-below {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sscc-below-le {
    width: 44.4%;
}
.sscc-below-le-ul {
    display: flex;
    flex-wrap: wrap;
}
.sblu-li {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 0.2rem;
}
.sblu-li-top {
    display: flex;
    align-items: flex-start;
    padding: 0.2rem 0px;
    cursor: pointer;
}
.sblu-li-top p {
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color1e1);
    width: 100%;
    transition: all 0.36s;
    padding-right: 0.2rem;
}
.sblu-li-top svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.sblu-li-hidden {
    margin-top: -0.08rem;
    padding-bottom: 0.2rem;
}
.sblu-li-hidden-text {
    margin-bottom: 0.24rem;
}
.sblu-li-hidden-text p {
    line-height: var(--line16);
}
.sblu-li-hidden-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px -12px;
}
.sblu-li-hidden-img {
    display: none;
    width: 100%;
    margin-bottom: 0.3rem;
}
.sblu-li-hidden-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slhu-li {
    padding: 0 6px;
    margin-bottom: 12px;
}
.slhu-li-cont {
    border-bottom: 1px solid rgba(9, 52, 123, 0.1);
    border-radius: 5px;
    padding: 8px 12px;
}
.slhu-li-cont p {
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--color505);
}
.slhu-li.act .slhu-li-cont {
    background-color: rgba(68, 87, 103, 1);
}
.slhu-li.act .slhu-li-cont p {
    color: #fff;
}
.sblu-li.on .sblu-li-top p {
    color: rgba(68, 87, 103, 1);
}
.sblu-li.on .sblu-li-top svg path:nth-last-child(2) {
    transform: rotate(90deg);
}
.sblu-li .sblu-li-top svg path:nth-last-child(2) {
    transform-origin: center;
}
.sblu-li .sblu-li-top svg path {
    transition: all 0.36s;
}
.sscc-below-ri {
    width: 49%;
}
.solut-page .proall-solu {
    background-color: #fff;
}
.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.sscc-below-ri-pic {
    position: relative;
}
.sscc-below-ri-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sscc-below-ri-pic.active .ys_ban_video {
    display: block;
}
.solut-page .proall-solu {
    margin-top: 0;
}
.new-main {
    padding-top: var(--space100);
}
.new-main-top {
    padding: 0.98rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 0.7rem;
    position: relative;
    overflow: hidden;
}
.new-main-top-back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.new-main-top-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-main-top-tit {
    margin-bottom: var(--space50);
}
.new-main-top-cont {
    display: flex;
    align-items: center;
}
.nmtc-sign {
    display: flex;
}
.nmtc-sign p {
    padding: 4px 12px;
    background-color: rgba(68, 87, 103, 1);
    border-radius: 5px;
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--colorfff);
}
.nmtc-time {
    font-size: var(--font16);
    line-height: var(--line16);
    color: rgba(68, 87, 103, 1);
    padding-left: 26px;
}
.new-main-cont h4 {
    margin-bottom: 1.4em;
}
.new-main-cont p {
    margin-bottom: 1.6em;
}
.new-main-cont {
    border-bottom: 1px solid rgba(231, 232, 236, 1);
    margin-bottom: 0.4rem;
    padding: 0 1.2rem 0.8rem;
}
.new-main-below {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 1.2rem;
}
.new-main-below-le {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 106px;
}
.new-main-below-le .ys-imgbox-cover {
    width: 34px;
}
.new-main-below-le .ys-imgbox-cover img:nth-child(2) {
    opacity: 0;
}
.new-main-below-le p {
    font-size: var(--font16);
    line-height: var(--line175);
    color: rgba(68, 87, 103, 1);
    transition: all 0.36s;
}
.new-recom-tit {
    margin-bottom: var(--space60);
}
.new-recom {
    padding-top: var(--space120);
}
.new-main-cont p:nth-last-child(1) {
    margin-bottom: 0;
}
.new-recom .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}
.new-recom .slick-dots {
    bottom: 24px;
}
.listnew-main-center {
    max-width: 100%;
}
.swiper-container {
    overflow: visible !important;
}
/* leah-end */

/* 首页-start */
.mod-ctact-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--space40);
}
.mod-ctact{
    padding:0.55rem 0;
    position: relative;
    z-index: 2;
}
.mod-ctact::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(91deg, rgba(221, 229, 237, 1) 0.27%, rgba(247, 247, 247, 1) 20.93%, rgba(247, 247, 247, 1) 88.41%, rgba(221, 229, 237, 1) 99.84%);
    z-index: -1;
    pointer-events: none;
}
.mod-ctact h2{
    text-align: center;
}
.ys-ban-title{
    font-size: var(--font52);
    color: var(--colorfff);
    line-height: var(--line12);
}
.ys-ban-btn{
    margin-top:var(--space50);
}
.ys-ban-btn .std-btn1-box{
    padding: 0.12rem 0.32rem;
}
.ys-ban-imgbox::before{
    opacity: 0.6;
    background: linear-gradient(90deg, rgba(8, 9, 10, 1) 0%, rgba(8, 9, 10, 0) 100%);
    mix-blend-mode: multiply;
    width: 60%;
}
.ys-dots1 .slick-dots li{
    width: 60px;
    margin-left: 0px !important;
    margin-right: 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.20);
} 
.ys-dots1 .slick-dots li:last-child{
    margin-right: 0px;
}
.ys-dots1 .slick-dots{
    text-align: left;
    padding-left: calc(50vw - 840px);
    bottom: 60px;
}
.home-mode-wrap {
    width: 87.5vw;
    max-width: 1800px;
    margin: 0 auto;
}
.home-mode-wrap img{
    width: 100%;
}
.home-mode{
    padding-top: var(--space130);
    padding-bottom: var(--space60);
}
.home-page h2{
    color: var(--color1e1);
    line-height: var(--line14);
}
.home-mode-top h2{
    text-align: center;
}
.home-mode-word{
    margin-top: var(--space24);
}
.home-mode-word p{
    text-align: center;
    color: var(--color808);
    line-height: var(--line16);
}
.home-adv-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-adv-top h2{
    flex-shrink: 0;
    padding-right: 10px;
}
.home-adv-top .home-mode-word{
    width: 33.333333%;
}
.home-adv-top .home-mode-word p{
    text-align: left;
}
.home-adv{
    padding: var(--space140) 0;
    background: #F7F7F7;
}
.ys-fold-zhan-bg{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.ys-fold-zhan-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(10, 23, 41, 1) 0%, rgba(10, 23, 41, 0) 20.12%, rgba(10, 23, 41, 0) 66.75%, rgba(10, 23, 41, 1) 100%);
    opacity: 1;
    transition: all .36s ease;
}
.ys-fold-nub.on .ys-fold-zhan-bg::after{
    opacity: 0;
}
.ys-fold-zhan-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all .36s ease;
}
.ys-fold-zhan-bg img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ys-fold-zhan{
    overflow: hidden;
    border-radius: var(--radius20);
    height: 620px;
    position: relative;
}
.ys-fold {
    display: flex;
    --gap1: 0.12rem;
    margin: 0 calc(var(--gap1) * -1);
    margin-top: var(--space70);
}
.ys-fold-nub.on .ys-fold-zhan-bg img:nth-child(1){
    opacity: 0;
}
.ys-fold-nub.on .ys-fold-zhan-bg img:nth-child(2){
    opacity: 1;
}
.ys-fold-zhan-cry{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0.4rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.yfzc-tab p{
    color: var(--colorfff);
    line-height: var(--line16);
    position: relative;
    padding-left: 19px;
}
.yfzc-tab p::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    transition: all .36s ease;
}
.ys-fold-nub.on .yfzc-tab p::after{
    background: #B5D300;
}
.yfzc-min-text{
    color: var(--colorfff);
    line-height: var(--line16);
    margin-bottom: 0.2rem;
}
.yfzc-min-word p{
    color: var(--colorfff);
    line-height: var(--line16);
}
.yfzc-min{
    opacity: 0;
    transition: all .36s ease;
}
.ys-fold-nub.on .yfzc-min{
    opacity: 1;
    transition-delay: 0.36s;
}
.yfzc-bot-le-tp{
    display: flex;
    align-items: flex-end;
}
.yfzc-bot-le-tp .ys-demo-num{
    font-family: var(--bold) !important;
    line-height: 1.2;
    color: var(--colorfff);
    font-size: var(--font64);
}
.yfzc-bot-le-word p{
    color: var(--colorfff);
    line-height: var(--line16);
}
.yfzc-bot{
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.yfzc-bot-ri .std-btn1-box{
    padding: 0.12rem 0.32rem;
}
.yfzc-bot-ri{
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .36s ease;
}
.ys-fold-nub.on .yfzc-bot-ri{
    opacity: 1;
    transition-delay: 0.36s;
    pointer-events: all;
}
.home-about{
    position: relative;
}
.home-about-cont{
    display: flex;
    justify-content: flex-end;
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}
.home-about-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-about-bg img {
    width: 100%;
    height: 120%;
    position: absolute;
    top: 0%;
    left: 0;
    object-fit: cover;
}
.home-about-wrap .std-btn1{
    margin-top: var(--space40);
}
.home-about-word p{
    color: var(--colorfff);
    line-height: var(--line15);
    padding-top: 0.21rem;
    border-top: solid 1px var(--colorfff);
}
.home-about-word{
    margin-top: 2.7rem;
}
.home-about-wrap{
    width: 32.5%;
    position: relative;
    border-radius: var(--radius20);
    overflow: hidden;
    background: rgba(146, 216, 202, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
    padding: 0.6rem 0.5rem 0.64rem;
}
.home-about-wrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius:var(--radius20);
    background: linear-gradient(75deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    z-index: -1;
}
.home-about-wrap h2{
    color: var(--colorfff);
}
.home-page .mod-ctact{
    margin-top: var(--space150);
}
.home-news-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-news{
    padding-top: var(--space140);
}
.home-news-wrap{
    margin-top: var(--space60);
}
.home-news-tpnew a{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.home-news-tpnew .ys-imgbox-cover{
    width: 41.7%;
    border-radius: var(--radius10);
    overflow: hidden;
}
.home-news-tpnew-ri{
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #E7E8EC;
}
.hntr-bts{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.hntr-word p{
    color: var(--color808);
    line-height: 1.8;
    text-overflow: ellipsis;
    max-height: 3.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hntr-tit{
    color: var(--color1e1);
    line-height: var(--line14);
    margin-bottom: 0.32rem;
    transition: all .36s ease;
}
.hntr-bts-date p{
    line-height: var(--line16);
    color: var(--color808);
}
.home-news-ul{
    display: flex;
    margin: 0 -0.12rem;
    margin-top: 0.4rem;
}
.home-news-ul-li{
    padding: 0 0.12rem;
    width: 25%;
}
.hnul-link{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.24rem;
    border-bottom: solid 1px #E7E8EC;
    background: transparent;
    transition: all .36s;
}
.hnul-link-tit{
    margin-bottom: 0.86rem;
    line-height: var(--line15);
    text-overflow: ellipsis;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--color1e1);
}
.home-news-ul-li:nth-child(4n+1){
    animation-delay: 0.3s;
}
.home-news-ul-li:nth-child(4n+2){
    animation-delay: 0.4s;
}
.home-news-ul-li:nth-child(4n+3){
    animation-delay: 0.5s;
}
.home-news-ul-li:nth-child(4n+4){
    animation-delay: 0.6s;
}
.ys-ban-title,
.ys-ban-btn{
    opacity: 0;
    transform: translateX(-800px);
    transition: transform 1.4s ease,opacity 1.4s ease;
}
.ys-ban-li.slick-active .ys-ban-title {
    transition: transform 1.6s ease, opacity 1.6s ease;
    transform: translateX(0px);
    opacity: 1;
}
.ys-ban-li.slick-active .ys-ban-btn {
    transition: transform 1.7s ease, opacity 1.7s ease;
    transform: translateX(0px);
    opacity: 1;
}
/* 建模 */
.solution-modal {
    position: relative;
}
.hsin-box {
    position: relative;
    overflow: hidden;
}
.ys-ysscale {
    transform: scale(1.1);
    animation: ysscale 1.6s ease-in-out both;
    animation-delay: 0s;
}
@keyframes ysscale {
    0%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes ysscale {
    0%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* .solution-modal-default .hsin-box-inof{
    opacity: 0;
    transition: all 1s ease 1.4s;
}
.solution-modal-default.act .hsin-box-inof{
    opacity: 1;
} */
.solution-modal-add::before {
    content: '';
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 83.77%); */
    position: absolute;
    width: 100%;
    height: 10%;
    top: -1px;
    left: 0;
    z-index: 11;
    pointer-events: none;
}
.solution-modal-add::after {
    content: '';
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 8.77%, rgba(255, 255, 255, 0) 100%); */
    position: absolute;
    width: 100%;
    height: 8%;
    bottom: -1px;
    left: 0;
    z-index: 11;
    pointer-events: none;
}
.hsin-box img {
    width: 100%;
}
.hsin-box video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.solution-modal video {
    background: transparent;
}
.hsin-box .hsin-box-ts1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    /* display: none; */
}
.hsin-box-ts1, .hdrn-ts1, .ban-ts, .tech-ts {
    filter: brightness(1.06);
}
.hsin-box-inof {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.solution-modal-default .hsin-box-inof {
    pointer-events: all;
    /* transition: all 1s ease 1.4s; */
}
.solution-modal-default.act .hsin-box-inof {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.hsin-box-inof-nub {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.hsin-bin-link {
    cursor: pointer;
}
.hsin-bin-link {
    display: block;
}
.solution-modal-inof-nub {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.hsin-box-inof {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.solution-modal-inof-nub .hsin-box-inof {
    opacity: 0;
    pointer-events: none;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 1s ease;
}
.hsin-box-inof-nub {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.smin-pop {
    width: 532px;
    position: absolute;
    max-height: calc(100vh - var(--headh));
    top: 50%;
    right: 88px;
    transform: translateY(-50%);
    border-radius: 0px !important;
    border: 0px;
    border-left: 1px solid rgba(112, 106, 108, 0.20);
    opacity: 0;
}
.hsin-add-return{
    display: none;
}
.hsin-add-return {
    position: absolute;
    left: 50%;
    z-index: 12;
    bottom: 72px;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 22px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 50px);
    -webkit-transform: translate(-50%, 50px);
    transition: all 1s ease;
}
.smin-box1 .hsin-box-ts1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    object-fit: cover;
}
.hsin-box-ts1, .hdrn-ts1, .ban-ts, .tech-ts {
    filter: brightness(1.06);
}
.hsin-bin-link{
    display: flex;
    align-items: center;
    padding: 0.08rem 0.08rem 0.08rem 0.24rem;
    border-radius: 0.8rem;
    border: 1px solid #3F5869;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    -o-backdrop-filter: blur(20px);
}
.hsin-bin-link-icon{
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--colormain3);
    position: relative;
    z-index: 2;
    margin-left: 0.16rem;
    display: block;
}
.hsin-bin-link-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 1px;
    background: #fff;
}
.hsin-bin-link .std-font20{
    color: var(--color1e1);
}
.hsin-bin-link-icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 50%;
    background: #fff;
}
.solution-modal-add{
    /* max-width: 1920px; */
    max-width:100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.solution-modal-inof-nub.on {
    opacity: 1;
}
.smin-box, 
.smin-box-second {
    position: relative;
    width: 100%;
    height: 100%;
}
.smin-box-pic,
.smin-box-pic11 {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.smin-box-enter,
.smin-box-enter11 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.solution-modal-inof-nub.on:not(.on1,.on2) .smin-pop{
    opacity: 1;
    pointer-events: all;
    z-index: 12;
}
.solution-modal-inof-nub.on:not(.on1,.on2) .hsin-box-inof {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    pointer-events: all;
}
.solution-modal-inof-nub.on:not(.on1,.on2) .hsin-add-return {
    opacity: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    pointer-events: all;
}
.solution-modal-inof-nub.on:not(.on1,.on2) .smin-box-pic {
    opacity: 1;
}
.spri-box-word p{
    color: var(--color808);
    line-height: var(--line175);
    font-weight: 290;
    text-overflow: ellipsis;
    max-height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.spri-box-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-top: 0.16rem;
}
.spri-box-ul-li{
    padding: 0 5px;
}
.sbul-links{
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 8px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0, 53, 128, 0.10);
    transition: all .36s ease;
}
.sbul-links-icon{
    width: 18px;
    flex-shrink: 0;
    font-size: 0;
    position: absolute;
    top: 49%;
    right: 8px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .36s;
}
.sbul-links-icon img{
    width: 100%;
}
.sbul-links-word{
    color: var(--color808);
    line-height: var(--line175);
    transition: all .36s ease;
    position: relative;
    top: 2px;
}
.spri-box-ul-li{
    margin-top: 0.1rem;
}
.spri-box{
    width: 100%;
    border-radius: var(--radius10);
    overflow: hidden;
    box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    background: var(--colorfff);
}
.spri-box-bot{
    padding: 0.24rem 0.24rem 0.8rem;
}
.spri-box-link a{
    display: flex;
    align-items: center;
}
.spri-box-link .std-font24{
    color: var(--color1e1);
    line-height: var(--line14);
}
.spri-box-link-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 0.16rem;
}
.spri-box-link-icon img{
    width: 100%;
}
.spri-box-link{
    margin-bottom: 0.12rem;
}
.smin-pop-rotate-item{
    display: none;
}
.solution-modal-inof-nub .hsin-bin-link{
    padding: 0.08rem 0.2rem;
    position: relative;
}
.solution-modal-inof-nub .hsin-bin-link .std-text16{
    position: relative;
    transition: all .36s;
}
.hsin-bin-link-bg{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    border-radius: 80px;
    background: var(--colormain3);
    border-radius: 50%;
    width: 360px;
    height: 360px;
    pointer-events: none;
    transition: all .5s cubic-bezier(0, 0, 0.2, 1);
    z-index: -1;
}
.solution-modal-inof-nub .hsin-box-inof-nub.start .hsin-bin-link-bg{
    /* transform: translate(-50%,-50%) scale(1); */
}
.solution-modal-inof-nub .hsin-box-inof-nub.start .std-text16{
    /* color: var(--colorfff); */
}
.solution-modal-inof-nub .hsin-box-inof-nub.start .hsin-bin-link-icon::before{
    transform: translate(-50%,-50%) rotate(90deg);
}
.hsin-add{
    overflow: hidden;
}
.hsin-add-return{
    border-radius: 0.8rem;
    background: var(--colormain3);
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
    padding: 0.12rem 0.4rem;
    cursor: pointer;
}
.hsin-add-return .std-text16{
    color: var(--colorfff);
}
.hsin-add-return-icon{
    margin-left: 0.12rem;
    width: 0.24rem;
    flex-shrink: 0;
    font-size: 0;
}
.hsin-add-return-icon img{
    width: 100%;
}
.solution-modal-inof-nub.on1 .smin-box-enter {
    opacity: 1;
    pointer-events: all;
}
.smin-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.smin-list-item{
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.smin-list-item.on1 {
    opacity: 1;
    pointer-events: all;
}
.smin-list-item.on1 .smin-box-enter11 {
    opacity: 1;
    pointer-events: all;
    z-index: 11;
}
.smin-box-pic11{
    position: relative;
}
.smin-list-item.on:not(.on1,.on2) .smin-box-pic11{
    opacity: 1;
    pointer-events: all;
    z-index: 11;
}
.smin-list-item.on{
    opacity: 1;
}
.solution-modal-inof-nub.on .hsin-box-inof{
    z-index: 12;
}
/* .solution-modal-inof-nub.on .hsin-box-inof.noshow .hsin-box-inof-second{
    opacity: 0;
} */
.solution-modal-inof-nub.on .hsin-box-inof.noshow  .hsin-box-inof-second.start{
    opacity: 1;
}
.hsin-add-return.noback{
    pointer-events: none;
    cursor: default;
}
.smin-list-item-ph{
    display: none;
}
/* 首页-end */
/* f1-公司概况-start */
.about-anim{
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: var(--space130);
}
.about-anim-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.about-anim-bg img{
    width: 100%;
}
.about-anim-media{
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius20);
    position: relative;
}
.about-anim-media-pic{
    width: 100%;
}
.about-anim-media-pcbtn,
.about-anim-media-phbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.about-anim-media-phbtn{
    display: none;
}
.about-page h2{
    text-align: center;
    color: var(--color1e1);
    line-height: var(--line14);
}
.about-anim-word{
    width: 83%;
    margin: 0.32rem auto 0;
}
.about-anim-word p{
    text-align: center;
    color: var(--color808);
    line-height: var(--line16);
    font-weight: 290;
}
.about-anim-ul{
    display: flex;
    margin: 0.5rem -0.5rem 0;
}
.about-anim-ul-li{
    width: 33.333333%;
    padding: 0 0.5rem;
}
.aaul-box{
    width: 100%;
    padding-top: 0.32rem;
    border-top: 1px solid #E7E8EC;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yfzc-bot-le-tp span{
    line-height: 1.2;
}
.about-anim-ul-li .ys-demo-num1, 
.about-anim-ul-li .yfzc-bot-le-tp span{
    color: var(--colormain3);
}
.about-anim-ul-li .yfzc-bot-le-tp span{
    font-size: var(--font64);
    font-family: var(--bold);
}
.about-anim-ul-li .yfzc-bot-le-tp{
    justify-content: center;
}
.about-anim-ul-li .yfzc-bot-le-word p{
    text-align: center;
    color: var(--color808);
}
.about-anim-media{
    margin-top: 0.6rem;
}
.about-numb{
    padding-top: 0.1rem;
    position: relative;
}
.about-numb-bg,
.about-numb-bg img{
    width: 100%;
}
.about-numb-bg{
    height: 92vh;
    position: relative;
}
.about-numb-bg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: bottom;
    /* transform: translateY(100%); */
    transition: all 1.4s ease;
}
.about-numb .ys-cont1440{
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.about-numb.on1 .about-numb-bg img{
    /* transform: translateY(0%); */
}
.about-map .about-anim-word{
    margin-top: 0.5rem;
}
.about-map{
    padding-top: var(--space120);
    position: relative;
    z-index: 2;
}
.about-map::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(180deg, rgba(228, 233, 240, 1) 72.55%, rgba(255, 255, 255, 1) 100%);
}
.about-deve-cont {
    width: 100%;
    position: relative;
    margin-top: var(--space70);
}
.compan-devel-btm {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.about-histor-img,
.about-histor-img img {
    width: 100%;
}
.cdbh-year {
    position: relative;
    z-index: 1;
}
.cdbh-year::before {
    content: '';
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: rgba(68, 87, 103, 0.2);
    z-index: -1;
}
.cdbh-box, 
.cblw-item::before{
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cdbh-box {
    position: relative;
}
.cdbh-box-le, 
.cdbh_box_ri {
    position: absolute;
    top: 35px;
    overflow: hidden;
    width: 480px;
    height: 90px;
    margin-top: 0px !important;
    padding: 20px 0;
}
.cdbh-box-le {
    left: 50px;
}
.cdbh_box_ri {
    right: 50px;
}
.cdbh-box-le-sbox {
    font-size: 0;
    position: relative;
    width: 2000px;
    text-align-last: auto;
}
.cdbh-box-le-wrap {
    left: 480px;
}
.cdbh-box-le-sbox {
    width: 3000px;
}
.cdbh-box-ri-wrap {
    left: -160px;
}
.cblw-item {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 50px;
    cursor: pointer;
    vertical-align: top;
}
.cblw-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 2px var(--colormain3);
}
.cblw-item span {
    font-size: var(--font24);
    line-height: 1.5;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    text-align: center;
    color: var(--color808);
    font-family: var(--bold) !important;
}
.cdbh-box-ri-hyear-wrap,
.compan-devel-btm-btlist {
    margin-right: 547px;
    margin-left: 547px;
}
.cdbh-box-ri-hyear {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    border-radius: 0 !important;
    box-shadow: 0px 12px 32px 0px rgba(90, 143, 172, 0.13);
}
.cbrh-item {
    text-align: center;
    display: none;
}
.cbrh-item:first-child {
    display: block;
}
.cbrh-item-top {
    width: 100%;
    border-bottom: 1px solid var(--colormain3);
    padding: 16px 0;
    text-align: center;
    position: relative;
}
.cbrh-item-top i {
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid 2px var(--colormain3);
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.cbrh-item-top p {
    font-family: var(--bold) !important;
    color: var(--colormain3);
    font-size: var(--font32);
}
.cbrh-item-btm {
    width: 100%;
    padding: 35px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cbrh-item-btm-le {
    width: 39.5%;
}
.cbrh-item-btm-le .ys-imgbox-cover{
    border-radius: var(--radius10);
    overflow: hidden;
}
.cbrh-item-btm-ri {
    width: 60.5%;
    padding-left: 75px;
    text-align: left;
}
.cbrh-item-btm-ri ul{
    padding-left: 18px;
}
.cbrh-item-btm-ri ul li{
    list-style-type: disc;
}
.cbrh-item-btm-ri ul li::marker{
    color: var(--color505);
}
.cbrh-item-btm-ri ul li p{
    color: var(--color505);
    line-height: var(--line175);
    font-size: var(--font16);
}
.about-page .mod-ctact{
    margin-top: 0.4rem;
}
.compan-devel-btm-btlist{
    position: relative;
    padding: 0 8px;
    margin-top: var(--space80);
    border-radius: 0.8rem;
    background:var(--colorfff);
    box-shadow: 0 12px 32px 0 rgba(72, 144, 175, 0.13);
}
.cdbb-arrows-icon{
    width: 32px;
    cursor: pointer;
    pointer-events: all;
}
.cdbb-arrows-icon img{
    width: 100%;
}
.cdbb-arrows{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.cdbb-ul{
    width: 90.5%;
    margin: 0 auto;
}
.cdbb-ul-li p{
    line-height: var(--line175);
    color: var(--color808);
    text-align: center;
    padding: 4px 0.24rem;
    border-radius: 0.8rem;
    overflow: hidden;
    font-size: var(--font16);
    border-radius: 80px;
    background: transparent;
    box-shadow: none;
    transition: all .36s;
    cursor: pointer;
}
.cdbb-ul-li.slick-current p{
    color: var(--colorfff);
    background:  #38596B;
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 6px 6px 8.213px -3.75px rgba(0, 0, 0, 0.23);
}
.cdbb-ul .slick-list{
    padding: 8px 10px;
}
.alul-box{
    position: relative;
}
.alul-box-wrap{
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%,0%);
    z-index: 3;
}
.alul-box-wrap-word{
    width: 27%;
}
.alul-box-wrap-word p{
    color: var(--colorfff);
    line-height: var(--line175);
}
.alul-box-wrap-text{
    color: var(--colorfff);
    line-height: var(--line14);
    padding: 0.2rem 0;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    margin-bottom: 2.1rem;
}
.alul-box-wrap-tit{
    color: var(--colorfff);
    line-height: var(--line14);
    margin-bottom: 0.9rem;
}
.alul-box .ys-imgbox-cover{
    position: relative;
    z-index: 2;
}
.alul-box .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
    background: linear-gradient(270deg, rgba(30, 31, 36, 0) 0%, rgba(30, 31, 36, 1) 50%);
}
@keyframes donghua{
    0% {
        transform: translateY(100%) scale(1.3);
        clip-path: inset(100% 0 0 0);
    }
    100% {
        transform: translateY(0%) scale(1);
        clip-path: inset(0% 0 0 0);
    }
}
.about-list-ul-li.slick-active .alul-box img:nth-child(2) {
    animation: donghua 1.2s ease-out forwards;
    transform: translateY(100%) scale(1.3);
    transition-delay: 0s !important;
}
.about-list-ul-li.active .alul-box img:nth-child(2) {
    transform: translateY(-40%);
    transition: transform 1.2s linear 0.4s;
}
.alul-box img:nth-child(2){
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-list-ul-li.active {
    opacity: 1 !important;
}
.alul-box-wrap-tit,
.alul-box-wrap-text,
.alul-box-wrap-word{
    opacity: 0;
    transform: translateY(80px);
}
.about-list-ul-li.slick-active .alul-box-wrap-tit,
.about-list-ul-li.slick-active .alul-box-wrap-text,
.about-list-ul-li.slick-active .alul-box-wrap-word{
    opacity: 1;
    transform: translateY(0px);
    transition: all .36s ease;
    transition-delay: 0.8s;
}
.about-list-bot{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 5;
    flex-direction: column;
}
.albu-li{
    pointer-events: all !important;
}
.albu-li .ys-imgbox-cover img:nth-child(2){
    object-fit: cover;
}
.about-list-bot-ul{
    display: flex;
    justify-content: flex-end;
    margin: 0 -5px;
}
.albu-li{
    padding: 0 5px;
    width: 186px;
}
.albu-li-box{
    position: relative;
}
.albu-li-box .ys-imgbox-cover{
    border-radius: var(--radius10);
    overflow: hidden;
}
.albu-li-box-num{
    font-size: var(--font24);
    line-height: 1.5;
    color: var(--colorfff);
}
.about-list{
    position: relative;
}
.albu-li-box-line{
    margin-top: 0.12rem;
    opacity: 0;
    transition: all .36s ease;
    width: 100%;
    height:2px;
    overflow: hidden;
    background: rgba(255,255,255,0.2);
    position: relative;
}
.albu-li-box-line::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 4.2s linear;
    background: #fff;
}
.about-list.act .albu-li.act .albu-li-box-line::after{
    width: 100%;
}
.albu-li-box{
    cursor: pointer;
}
.albu-li.act .albu-li-box-line{
    opacity: 1;
}
.about-list-change{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.about-list-change span{
    display: inline-block;
    font-size: var(--font24);
    line-height: 1.5;
    color: #fff;
}
.about-list-change-tot.about-list-changeal {
    opacity: 0.4;
}
.about-list-change{
    color: rgba(255,255,255,0.4);
    margin-bottom: 1.73rem;
    pointer-events: all !important;
}
.about-list-change-show{
    color: rgba(255,255,255,1);
}
/* f1-公司概况-end */
/* g1-联系我们-start */
.ctact-page .ys-main{
    padding-bottom: var(--space50);
}
.ctact-tech-wrap{
    width: 100%;
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
} 
.ctact-tech-bg{
    width: 100%;
    position: relative;
    z-index: 2;
}
.ctact-tech-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius10);
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 14, 86, 0.50) 0%, rgba(0, 14, 86, 0.05) 100%);
    pointer-events: none;
    z-index: 0;
}
.ctact-tech-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctact-tech-cont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.8rem 0.6rem;
    z-index: 2;
}
.ctact-tech-cont-tab p{
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--colorfff);
    position: relative;
    padding-left:19px;
}
.ctact-tech-cont-tab p::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ADD400
}
.ctact-tech-cont-tab{
    margin-bottom: 0.08rem;
}
.ctact-tech-cont h2{
    color: var(--colorfff);
    margin-bottom: 0.2rem;
}
.ctact-tech-cont-word p{
    color: var(--colorfff);
    line-height: var(--line175);
}
.ctact-tech-cont-bt a{
    display: inline-block;
    color: var(--colorfff);
    line-height: var(--line15);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 25%; /* 8px */
    text-underline-position: from-font;
    font-size: var(--font32);
}
.ctact-tech, .ctact-addr{
    padding-top: var(--space80);
}
.ctact-addr{
    position: relative;
    z-index: 2;
}
.ctact-addr::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index:0;
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.ctact-addr-wrap{
    padding-left: calc(50vw - 720px);
    position: relative;
    z-index: 2;
}
.ctact-addr-left{
    width: 33%;
}
.ctact-addr-right{
    width: 64%;
    position: relative;
}
.ctact-addr-right-dotul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.card-li{
    position: absolute;
}
.carp-li{
    display: none;
}
.carp-li:first-child{
    display: block;
}
.carp-li-img, 
.carp-li-img img{
    width: 100%;
}
.ctact-addr-wrap-tp{
    display: flex;
    justify-content: space-between;
}
.ctact-addr-left{
    padding-top: 1.68rem;
}
.card-li .std-btn1-box{
    background: var(--colorfff);
    border-radius: 0.8rem;
    border-radius: 80px;
    box-shadow:0 68px 27px 0 rgba(0, 89, 168, 0.01), 0 38px 23px 0 rgba(0, 89, 168, 0.05), 0 17px 17px 0 rgba(0, 89, 168, 0.09), 0 4px 9px 0 rgba(0, 89, 168, 0.10);
}
.card-li .std-btn1-box span{
    color: var(--colormain3);
}
.card-li .std-btn1-bg{
    background: #38596B;
}
.card-li.act .std-btn1-bg{
    transform: translate(-50%,-50%) scale(1);
    background: #38596B;
}
.card-li.act .std-btn1-box span{
    color: var(--colorfff);
}
.card-li.act .std-btn1-box{
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
}
.ctact-addr-left-word p{
    color: var(--color808);
    line-height: var(--line175);
}
.ctact-addr-left h2{
    margin-bottom: 0.32rem;
}
.ctact-sear{
    width: 100%;
    position: relative;
}
.ctact-sear-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ctact-sear-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.40);
}
.ctact-sear-bg img{
    width: 100%;
    height: 120%;
    object-fit: cover;
}
.ctact-sear .ys-demo-num1{
    background: linear-gradient(180deg, #FFF 0%, #ADD400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ctact-sear-wrap{
    padding-top:var(--space150);
    padding-bottom: var(--space150);
}
.ctact-sear-wrap h2{
    text-align: center;
    color: var(--colorfff);
    margin-bottom: 0.32rem;
}
.ctact-sear .yfzc-bot-le-word p{
    color: var(--colorfff);
}
.ctact-sear-wrap-word{
    margin-bottom: var(--space50);
}
.ctact-sear-wrap-word p{
    text-align: center;
    color: var(--colorfff);
}
.ctact-sear .aaul-box{
    border-top: solid 1px rgba(255, 255, 255, 0.30);
}
.ctact-data{
    padding-top: 2rem;
}
.ctact-data-le{
    overflow: hidden;
}
.ctact-data{
    padding-top: var(--space140);
}
.ctact-data h2{
    margin-bottom: 0.32rem;
}
.ctact-data-word{
    width: 62.5%;
    margin-bottom: var(--space60);
}
.ctact-data-word p{
    color: var(--color505);
    line-height: var(--line16);
}
.ctact-data-wrap{
    display: flex;
}
.ctact-data-le{
    width: 47%;
    overflow: hidden;
    border-radius: var(--radius10);
}
.ctact-data-ri{
    width: 53%;
    padding-left: 40px;
}
.ctact-data-le img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ctact-data-ri-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    margin: 0 -10px;
    margin-top: -20px;
}
.cdru-li{
    width: 50%;
    padding:0 10px;
    margin-top: 20px;
}
.cdru-li-box{
    width: 100%;
    border-radius: var(--radius20);
    overflow: hidden;
    background:  #FFF;
    box-shadow: 0 4px 40px 0 rgba(0, 31, 130, 0.10);
    padding: 0.32rem;
    position: relative;
    height: 100%;
}
.cdru-li.on{
    width: 100%;
}
.cdru-li-bg{
    width: 20%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    display: none;
}
.cdru-li-bg img{
    width: 100%;
}
.cdru-li.on .cdru-li-bg{
    display: block;
}
.cdru-li-icon{
    width: 50px;
    margin-bottom: 0.34rem;
}
.cdru-li-icon img{
    width: 100%;
}
.cdru-li.on .cdru-li-tit{
    font-size: var(--font24);
    color: var(--color1e1);
    line-height: var(--line14);
    margin-bottom: 0.08rem;
}
.cdru-li-word{
    display: none;
    margin-top: 0.08rem;
}
.cdru-li.on .cdru-li-word{
    display: block;
}
.cdru-li.on .cdru-li-word p{
    color: var(--color505);
    font-size: var(--font16);
    line-height: var(--line175);
    font-weight: 290;
}
.cdru-li.on .cdru-li-word p a{
    display: inline-block;
    margin-left: 0.12rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 5.5%; /* 0.88px */
    text-underline-offset: 25%; /* 4px */
    text-underline-position: from-font;
    line-height: var(--line175);
    color: var(--colormain3);
    font-weight: 400;
}
.cdru-li-tit{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color1e1);
}
.ctact-sear{
    margin-top: var(--space140);
}
.ctact-data{
    padding-bottom: var(--space40);
}
.ctact-form-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ctact-form-ri{
    width: 53%;
}
.ctact-form-le{
    width: 36%;
}
.ctact-form-le h1{
    color: var(--color1e1);
    line-height: var(--line12);
}
.ctact-form-le-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.4rem;
    margin-top: 0.4rem;
}
.cflu-li{
    width: 50%;
    position: relative;
    margin-top: 0.4rem;
    padding: 0 0.4rem;
}
.cflu-li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #E7E8EC;
}
.cflu-li-tp{
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}
.cflu-li-tp-icon{
    flex-shrink: 0;
    margin-right: 12px;
    width: 20px;
    font-size: 0;
}
.cflu-li-tp-icon img{
    width: 100%;
}
.cflu-li-tp-text p{
    color: var(--colormain3);
    line-height: var(--line175);
    font-size: var(--font16);
}
.cflu-li-bt p, .cflu-li-bt p a{
    color: var(--color1e1);
    line-height: var(--line175);
    display: inline-block;
    font-size: var(--font16);
}
.cflu-li.on{
    width: 100%;
}
.cflu-li.on::after, .cflu-li:nth-child(2n)::after{
    display: none !important;
}
.ctact-form-le-link{
    margin-top: 1.18rem;
}
.ctact-form-le-link a{
    display: block;
    overflow: hidden;
    border-radius: var(--radius10);
    position: relative;
}
.cfll-img, .cfll-img img{
    width: 100%;
}
.cfll-img{
    position: relative;
    z-index: 2;
}
.cfll-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(9, 20, 77, 0) 100%);
}
.cfll-text{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    z-index: 2;
}
.cfll-text p{
    color: var(--colorfff);
    font-size: var(--font18);
    line-height: var(--line175);
}
.ctact-form{
    padding-top: 0.95rem;
}
.ys-form {
    --space: 0.08rem;
    --spacebot: 0.2rem;
    --spacein: 0.16rem;
    --height: 44px;
    --colortips: #FF2828;
    --colormain: #38596B;
}
.ys-fii-input {
    width: 100%;
    height: var(--height);
    border: none;
    display: block;
    border-radius: var(--radius10);
    overflow: hidden;
    background: rgba(128, 130, 142, 0.05);
}
.ys-fii-name{
    color: #747474;margin-bottom: 2px;
}
.ys-fii-name span{
    margin-left: 3px;
}
.ys-fii-input input::placeholder{
    color: var(--color808) !important;
}
.ys-fii-input input, .ys-fii-input textarea{
    color: var(--colormain3) !important;
}
.ys-form-company{
    width: 75%;
}
.ys-form-post{
    width: 25%;
}
.ys-form-sel .ys-select-bd{
    max-height: 170px;
}
.ys-fia-text-word a{
    color: var(--colormain3);
}
.ys-fia-text-word span{
    color: var(--colortips);
}
.ys-fia-text-btn {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.ys-fia-text-btn::before {
    border: 2px solid #d8d9e2;
}
.ys-fia-text-word {
    width: calc(100% - 16px);
    font-size: var(--font14);
    color: #8b8d98;
}
.ys-form-inof-code{
    width: 60%;
    margin-bottom: 0.1rem;
}
.ys-fic-auth .ys-fii-input {
    width: 100%;
}
.ys-fic-auth{
    align-items: flex-end;
}
.ys-fic-auth label{
    width: 100%;
}
.ys-fic-auth-img{
    cursor: pointer;
    flex-shrink: 0;
}
.ys-form-inof-submit{
    margin-bottom: 0px !important;
    width: 267px;
    margin-top: 30px;
}
.ys-form-inof{
    position: relative;
}
.ys-form-inof-agree{
    margin-bottom: 0px;
    width: 60%;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.ys-fii-submit .std-btn1-box{
    justify-content: space-between;
}
.ys-fii-submit{
    width: 100%;
    background: transparent;
}
.ys-fii-tips{
    margin-top: 4px;
}
.ys-form-inof{
    padding-bottom: 45px;
    justify-content: space-between;
}
.cawb-ul{
    padding: 4px;
    background: var(--colorfff);
    border-radius: 0.8rem;
    display: flex;
    margin: 0 -0.1rem;
}
.cawb-ul-li{
    padding: 0 0.1rem;
}
.cawb-ul-li p{
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color808);
    transition: all .36s ease;
    text-align: center;
}
.cawb-ul-li.act p{
    color: var(--colorfff);
 }
.cawb-ul-li-box{
    min-width: 160px;
    padding: 0.06rem 0.4rem;
    border-radius: 0.8rem;
    transition: all .36s ease;
}
.cawb-ul-li.act .cawb-ul-li-box{
    background: var(--colormain3);
    box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
}
.cawb-tab{
    display: inline-block;
}
.clis-ul-li-tit{
    color: var(--color1e1);
    margin-bottom: 0.24rem;
}
.clis-ul-li-box {
    padding: 0.32rem 0.36rem;
    border-radius: var(--radius10);
    overflow: hidden;
    background:  #FFF;
    box-shadow: 0 4px 4.5px 0 rgba(0, 31, 130, 0.04), 0 4px 40px 0 rgba(0, 31, 130, 0.04);
}
.clis-ul-li-box .cflu-li{
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 0px !important;
}
.clis-ul-li-box .cflu-li:last-child{
    margin-bottom: 0px;
}
.clis-ul-li{
    width: 680px;
}
.clis-ul-li .ctact-form-le-ul{
    margin-top: 0px !important;
}
.clis-ul-li .cflu-li-box{
    display: flex;
    align-items: flex-start;
}
.clis-ul-li .cflu-li-tp-icon{
    position: relative;
    top: 4px;
}
.cawb-list-item-swip{
    overflow: visible !important;
    padding-bottom: 20px !important;
}
.cawb-list{
    margin-top: 0.68rem;
}
.ctact-addr::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 232px;
    height: 296px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 4;
}
.cawb-list-item:first-child{
    display: block;
}
.cawb-list-item{
    display: none;
}
.ctact-addr-wrap-bt{
    position: relative;
    z-index: 5;
    margin-top: -1.9rem;
}
/* g1-联系我们-end */
/* 载入 */
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}
@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}   
/*鼠标效果*/
/* leah-start */
@media screen and (min-width: 1200px) {
    .plbl-link:hover .plbl-link-tit img {
        opacity: 1;
    }
    .plbl-link:hover .ys-imgbox-cover {
        border: 1px solid #fff;
    }
    .plbl-link:hover {
        border-radius: 10px;
        background: var(--Color, #FFF);
        box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    }
    .plbl-link:hover .plbl-link-tit p {
        color: rgba(68, 87, 103, 1);
        padding-left: 24px;
    }
    .proall-arrow .ys-imgbox-cover:hover img:nth-child(2) {
        opacity: 1;
    }
    .sccc-ul-li-link:hover .ys-imgbox-cover {
        border: 1px solid #F8F8F8;
        background: var(--Color, #FFF);
        box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    }
    .comp-tabli li:hover {
        background: rgba(68, 87, 103, 1);
    }
    .first:hover li::before,
    .prev:hover li::before,
    .next:hover li::before,
    .end:hover li::before {
        color: rgba(68, 87, 103, 1) !important;
    }
    .first:hover li,
    .prev:hover li,
    .next:hover li,
    .end:hover li {
        color: rgba(68, 87, 103, 1) !important;
    }
    .listnew-main-top:hover .lmtr-time-tit {
        color: rgba(68, 87, 103, 1);
    }
    .lmul-link:hover .lmul-link-tit {
        color: rgba(68, 87, 103, 1);
    }
    .listnew-main-top:hover .lmtr-time-more img {
        transform: translateX(6px);
    }
    .lmul-link:hover .lmtr-time-more img {
        transform: translateX(6px);
    }
    .new-main-below-le:hover p {
        color: var(--color1e1);
    }
    .series-cable-ul-li a:hover::after {
        width: 100%;
    }
    .series-cable-ul-li a:hover {
        color: rgba(68, 87, 103, 1);
    }
    .new-main-below-le:hover .ys-imgbox-cover img:nth-child(2) {
        opacity: 1;
    }
    .new-main-below-le:hover .ys-imgbox-cover img {
        transform: scale(1);
    }
    /* leah-end */
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .std-btn1-box:hover .std-btn1-bg{
        transform: translate(-50%,-50%) scale(1);
    }
    .std-btn1.white .std-btn1-box:hover span{
        color: var(--colorfff);
    }
    .std-btn1.white .std-btn1-box:hover{
        box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.83) inset, -1px -1px 1px 0 rgba(0, 0, 0, 0.23) inset, 0.445px 0.445px 0.629px -1px rgba(0, 0, 0, 0.26), 1.211px 1.211px 1.712px -1.5px rgba(0, 0, 0, 0.25), 2.658px 2.658px 3.759px -2.25px rgba(0, 0, 0, 0.23), 5.901px 5.901px 8.345px -3px rgba(0, 0, 0, 0.19), 10px 10px 21.213px -3.75px rgba(0, 0, 0, 0.23);
    }
    .std-btn1.white .std-btn1-box:hover .std-btn1-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn1.white .std-btn1-box:hover .std-btn1-icon img:nth-child(1){
        opacity: 0;
    }
    .footer-nav ul a:hover{
        color: var(--colormain);
    }
    .footer-privacy li a:hover{
        color: var(--colorfff);
    }
    .slul-list-item-box:hover .slib-tit{
        color: var(--colorfff);
    }
    .slul-list-item-box:hover .slib-arrow{
        opacity: 1;
    }
    .pulw-more-box:hover .pulw-more-icon{
        transform: translateX(10px);
    }
    .std-btn2-box:hover .std-btn2-icon{
        transform: translateX(10px);
    }
    .hnul-link:hover{
        background: #F8F8F8;
        border-bottom:solid 1px var(--color1e1);
    }
    .home-news-tpnew a:hover .hntr-tit{
        color: var(--colormain3);
    }
    .card-li .std-btn1-box:hover span{
        color: var(--colorfff);
    }
    .ys-form-inof-submit .std-btn1-box:hover .std-btn1-bg {
        transform: translate(-50%, -50%) scale(2);
    }
    .sbul-links:hover{
        background: var(--colormain3);
        border: solid 1px var(--colormain3);
    }
    .sbul-links:hover .sbul-links-word{
        color: var(--colorfff);
        padding-right: 22px;
    }
    .sbul-links:hover .sbul-links-icon{
        opacity: 1;
    } 
}

/* 合并补充 */
.dmrf-text p{
    font-family: var(--light) !important;
    /* font-weight: 290; */
}
.detail-main-le-ul{
    display: block;
}
.mod-ctact{
    margin-top: var(--space130);
}
.inside-main .mod-bread{
    position: relative;
    left: auto;
    bottom: auto;
    transform: inherit;
    margin-top:0.2rem;
}
.inside-main .ys-bread-list a{
    color: rgba(128, 130, 142, 0.50);
}
.inside-main .ys-bread-list:last-child a{
    color: var(--colormain3);
}
.inside-main .ys-bread-list::before{
    background: rgba(128, 130, 142, 0.50);
}
.series-cable{
    padding-top: 1rem;
}
.ys-nyban-btn{
    margin-top: 0.5rem;
}
.solut-way{
    padding-bottom: 0.5rem;
}
.detail-main-le-btn{
    display: flex;
    margin:0 -10px;
    margin-top: 0.24rem;
}
.dmlb-btn{
    width: 33.333333%;
    padding: 0 10px;
}
.ys-selct-li-pic{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
}
.ys-selct-li-pic img{
    width: 100%;
    transition: all .36s;
}
.ys-selct-li-pic img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ys-select-lik a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys-select-lik a span{
    color: var(--color808);
    line-height: 1.75;
    font-size: var(--font16);
}
.detail-main-le-btn .ys-select-bd {
    width: calc(100% + 60px);
    border-radius: 0.1rem;
    background:#FFF;
    box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    padding: 24px 16px;
    max-height: 180px;
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
}
.detail-main-le-btn .ys-select {
    padding: 0 0.24rem;
    border: 1px solid  #E7E8EC;
    border-radius: 0.8rem;
    transition:border .36s ease ;
}
.detail-main-le-btn .ys-select.zindex{
    border: 1px solid var(--color1e1);
}
.detail-main-le-btn .ys-select input{
    height: 46px;
}
.detail-main-le-btn .mCSB_outside+.mCSB_scrollTools {
    right: 0 !important;
    top: 5px;
    bottom: 5px;
}
.dmlb-btn .ys-select-li{
    margin-bottom: 0.08rem;
}
.dmlb-btn .icon-arrow-down:before {
    content: "\e7b2";
    font-size: 12px;
    color: var(--color808);
}
.ctact-form .icon-arrow-down:before{
    color: var(--color808);
    font-size: 12px;
}
.home-news-phbtn{
    display: none;
}
.ys-hd-pc{
    padding: 0 60px;
}
.ctact-page .ys-select-bd {
    background: #fff;
    overflow: hidden;
    border-radius: var(--radius10);
}
.ctact-addr-wrap-bt{
    padding-right: 20px;
}
.ys-page-wrap.act .ys-hd-pc.isfixed::before {
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
    border-bottom: 1px solid #fff;
}
.cdru-li:first-child{
    margin-top: 0px !important;
}
.ctact-data-ri-ul{
    margin-top: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    left: 0;
    width: 100%;
}
.about-list-change-total{
    opacity: 0.4;
}
.about-list-ul-li.active .alul-box img:nth-child(2){
    transform: translateY(0%) !important;
}
/* 20250813 */
.sorl-cont-below{
    display: none;
}
/* .series-opti-ri-li:first-child .sorl-cont-below{
    display: block;
} */
.dmlc-ul-li-cont{
    width: 40px;
}
.solut-page .proall-solu{
    padding-bottom: 0px;
}
.clis-ul-li-box{
    height: 100%;
}
.clis-ul-li{
    height: auto !important;
}
.cawb-ul-li p{
    cursor: pointer;
}
/* 20250816 */
.slhu-li-cont{
    cursor: default;
    min-width: 80px;
}
.slhu-li-links{
    cursor: pointer;
}
.psul-link{
    justify-content: flex-end;
}
.footer-share-code::before {
    transform: translateX(-50%) rotate(180deg);
    top: auto;
    bottom: -8px;
}
.footer-share-code {
    top: auto;
    bottom: calc(100% + 10px);
}
.slhu-li-cont p{
    position: relative;
    top: 2px;
    text-align: center;
}
.sccc-center-top-ri {
    min-width: 20%;
    justify-content: flex-end;
}
.sccc-screen-li{
    width: 260px;
}
.sccc-screen-li-cont{
    padding: 0.12rem 0.32rem;
}
.sccc-screen-li-cont img{
    font-size: 0;
}
.scul-cont-icon{
    flex-shrink: 0;
    font-size: 0;
    margin-left: 0.12rem;
}
.scul-cont-icon img{
    width: 100%;
}
.scul-cont p{
    padding-right: 0px !important;
    line-height: var(--line15);
    position: relative;
    top: 1px;
}
.sulc-img{
    margin-top: 4px;
}
.head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colorfff) !important;
}
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title,
.ys-hd-pc.ishover .head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colormain3) !important;
}
.head-nav-item-title::after{
    background: var(--colorfff);
}
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title::after,
.ys-hd-pc.ishover .head-nav-item.yxnav-active1 .head-nav-item-title::after{
    background: var(--colormain3);
}
.ys-page-wrap.act .head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colormain3) !important;
}
.ys-page-wrap.act .head-nav-item.yxnav-active1 .head-nav-item-title::after {
    background: var(--colormain3) !important;
}
.spwl-ul{
    height: 100%;
}
.pcru-lis-link{
    height: 100%;
}
.ys-select-lik{
    margin-top: 0.16rem;
}
.detail-main-le-btn .ys-select-bd {
    padding: 0rem 0.16rem 0.16rem;
}
.detail-main-le-btn .mCSB_outside+.mCSB_scrollTools {
    right: 0 !important;
    top: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all .36s;
    transition-delay: .36s;
}
.detail-main-le-btn .ys-select-bd.showscroll .mCSB_outside+.mCSB_scrollTools{
    opacity: 1;
    transition: all 0s;
    transition-delay: 0s;
}
.ys-select-lik a span{
    transition: all .36s;
}
.new-main{
    padding-top: 0.5rem;
}
.lmul-link{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.lmul-link .ys-imgbox-cover{
    flex-shrink: 0;
}
.lmul-link-bot{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.series-cable-ul-li a{
    padding: 0.18rem 0.16rem 0.18rem !important;
}
.listnew-main-ul .slick-dots{
    bottom: 0px !important;
}
.listnew-main-ul.slick-dotted .slick-list{
    padding-bottom: 30px;
}
.suy-search-wai .swiper-container{
    overflow: hidden !important;
}
.proall-solu-swiper{
    align-items: flex-end;
    display: flex;
}
.psul-link{
    pointer-events: none;
    cursor: default;
}
.swiper-slide-active .psul-link{
    cursor: pointer;
    pointer-events: all;
}
.pltp-img{
    border-radius: var(--radius20) !important;
}
.sblu-li-hidden{
    margin-top: 0px;
}
.sblu-li-hidden{
    display: none;
}
.sblu-li:first-child .sblu-li-hidden{
    display: block;
}
.sorl-cont-below p{
    font-size: 14px !important;
}
.sorl-cont-below p{
    display: block;
    transition: all 0s;
}
.sorl-cont-below,
.sorl-cont-below *,
.sblu-li-hidden,
.sblu-li-hidden *{
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
.home-mode{
    padding-bottom: 0px;
}
.hsin-add-return{
    bottom: 36px;
}
.sccc-ul.nodata .sull-tit {
    text-align: left;
    margin-top: 0.3rem;
    width: 100%;
    margin-bottom: 1.4rem;
}
.sslh-ul{
    max-height: 210px;
}
@media screen and (min-width: 1200px) {
    .ys-select-lik a:hover span{
        color: var(--colormain3);
    }
    .ys-select-lik a:hover .ys-selct-li-pic img:nth-child(2){
        opacity: 1;
    }
    .ys-select-lik a:hover .ys-selct-li-pic img:nth-child(1){
        opacity: 0;
    }
}

/* 建模最新调整 */
.solution-modal-inof-nub.novideo .smin-pop.show{
    opacity: 1;
    z-index: 12;
}
.solution-modal-inof-nub.all-cry{
    z-index: 12;
}
.smin-pop{
    pointer-events: all;
}
.hsin-bin-link-icon::before{
    transition: all .36s;
}
.hsin-box-inof-first.act .hsin-bin-link-icon::before{
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.solution-modal-inof-nub .hsin-bin-link {
    padding: 0.08rem 0.08rem 0.08rem 0.2rem;
}
.solution-modal-inof-pc.solution-modal-inof-ph{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;   
}
.solution-modal-inof-pc.solution-modal-inof-ph::before{
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 83.77%);
    position: absolute;
    width: 100%;
    height: 10%;
    top: -1px;
    left: 0;
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    transition: all .36s ease;
}
.solution-modal-inof-ph.on1::before{
    opacity: 1;
}
.solution-modal-inof-nub::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #F7F7F7;
    pointer-events: none;
    z-index: 12;
}
.hsin-add{
    min-width: 150px;
    justify-content: space-between;
}
.hsin-add-return-second.noact, .hsin-add-return-first.noact{
    /* opacity: 0 !important; */
    pointer-events: none !important;
}
.hsin-add-return-second{
    opacity: 1;
    pointer-events: all;
}
.hsin-box-inof-second.start{
    /* pointer-events: none; */
}
.hsin-box-inof-second.start .std-text16{
    color: var(--colormain3);
}
.smin-box1 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.slip-ts{
    opacity: 0;
}
.hsin-add-return-second.nomore{
    pointer-events: none !important;
}
.smin-box1 img{
    width: 100%;
}
/* 20250822 */
.about-list-bot.nomore{
    opacity: 0;
    pointer-events: none;
}
.detail-main-le-btn.nomore{
    justify-content: center;
}
.cdbh-box-ri-hyear-wrap {
    margin-right: 647px;
    margin-left: 647px;
}
.cbrh-item-btm-ri {
    width: 100%;
    padding-left: 0;
    text-align: left;
}
.cdbh_box_ri {
    right: 150px;
}
.cdbh_box_le {
    left: 150px;
}
.cdbh-box-ri-hyear-wrap, .compan-devel-btm-btlist {
    margin-right: 33%;
    margin-left: 33%;
}
.hsin-box-inof-second.nostart{
    pointer-events: none;
}

/* 20250829 */
.cblw-item-hide{
    opacity: 0;
    pointer-events: none;
}
.cblw-item-show {
    opacity: 1;
    position: absolute !important;
    top: 0% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.cdbb-ul-li{
    position: relative;
}
.cdbb-ul-li p:nth-child(2){
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cdbb-ul-li p:nth-child(1){
    opacity: 0;
    pointer-events: none;
}
.cdbb-ul-li.slick-current p:nth-child(1){
    opacity: 1;
    pointer-events: all;
}
.cdbb-ul-li.slick-current p:nth-child(2){
    opacity: 0;
    pointer-events: none;
}
.solut-scalout-top.nomore{
    display: none;
}
.solut-scalout.more{
    padding-top: var(--space130);
}
.hsin-add{
    justify-content: center;
}
.solution-modal-inof-nub .hsin-bin-link {
    padding: 0.08rem 0.2rem;
}
.hsin-add{
    min-width: 130px;
}
.spri-box{
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}
.spri-box-top{
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    background: var(--colorfff);
    border-radius: var(--radius10);
}
.spri-box-close{
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--colorfff);
    box-shadow: 0 4px 12px 1px rgba(0, 86, 179, 0.10);
    border: solid 1px var(--colorbj2);
    cursor: pointer;
}
.spri-box-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 60%;
    height: 1px;
    background: var(--colorbj2);
}
.spri-box-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px;
    height: 60%;
    background: var(--colorbj2);
}
.hsin-add-return-first.noact{
    opacity: 0;
    pointer-events: none;
    display: none;
}
/* 关于页面调整 */
.about-cover{
    overflow: visible;
}
.about-cover-wrap{
    height: 300vh;
}
.about-cover-wrap-cont {
    position: sticky;
    top: 0;
    overflow: hidden;
}
.acwc-list{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.about-wrap-item{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-cover{
    padding-top: var(--space100);
}
.about-wrap-item1{
    z-index: 1;
}
.about-wrap-item2{
    z-index: 2;
}
.about-numb{
    padding-top: 0;
}
.about-numb-bg{
    height: 100%;
}
.alul-box,
.alul-box .ys-imgbox-cover,
.about-list-ul .slick-list,
.about-list-ul .slick-track,
.about-list-ul {
    height: 100%;
}
.about-wrap-item2 {
    transform: translateY(100%);
}