﻿@charset "utf-8";
/* 公共样式 - start */
@font-face {
    font-family: 'HSAC-Light';
    src: url('../fonts/MontserratLight/MontserratLight.woff2') format('woff2'),
         url('../fonts/MontserratLight/MontserratLight.woff') format('woff');
}
@font-face {
    font-family: 'HSAC-Regular';
    src: url('../fonts/MontserratRegular/MontserratRegular.woff2') format('woff2'),
         url('../fonts/MontserratRegular/MontserratRegular.woff') format('woff');
}
@font-face {
    font-family: 'HSAC-Medium';
    src: url('../fonts/MontserratMedium/MontserratMedium.woff2') format('woff2'),
         url('../fonts/MontserratMedium/MontserratMedium.woff') format('woff');
}
@font-face {
    font-family: 'HSAC-Bold';
    src: url('../fonts/MontserratBold/MontserratBold.woff2') format('woff2'),
         url('../fonts/MontserratBold/MontserratBold.woff') format('woff');
}
body {
    font-family: "HSAC-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
input,textarea{
    font-family: "HSAC-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "HSAC-Regular", "PingFang SC", "Microsoft YaHei" !important;
}
:root {
    /* 字号 */
    /* 规范内*/
    --font50: 50px;
    --font48: 48px;
    --font32: 32px;
    --font28: 28px;
    --font20: 20px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 规范外 */
    --font44:44px;
    --font40:40px;
    --font26:26px;
    --font24: 24px;
    /* 行高 */
    --line13: 1.3;
    --line14: 1.4;
    --line15: 1.5;
    --line16: 1.6;
    --line165: 1.65;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航-高度 */
    --headh: 70px;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --color121: #121212;
    --colormain: #009FEE;
    --colorbj1: #F8F9FC;
    --colorbj2: #E9ECF0;
    /* 板块间距 */
    --space130: 130px;
    --space100: 100px;
    --space70: 70px;
    --space60: 60px;
    --space50: 50px;
    --space40: 40px;
    --space20: 20px;    
    /* 段落间距 */
    --parpspace16: 16px;
    --parpspace12: 12px;
    --parpspace10: 10px;  
    /* 圆角 */
    --radius20:20px;
    --radius15:15px;
    --radius10:10px;
    /* 特殊字体 */
    --bold:'HSAC-Bold';
    --medium:'HSAC-Medium';
    --light:'HSAC-Light';
    /* 阴影 */
    --shadow1: 0 10px 18px 3px rgb(0 0 0 / 2%);
}
.std-font50,
.std-font50 p {
    font-size: var(--font50);
    color: var(--color121);
    line-height: var(--line13);
    font-weight: bold;
}
.std-font48,
.std-font48 p,
.yxedr-active h2 {
    font-size: var(--font48);
    color: var(--color121);
    line-height: var(--line14);
    font-weight: bold;
}
.std-font32,
.std-font32 p,
.yxedr-active h3 {
    font-size: var(--font32);
    color: var(--color121);
    line-height: var(--line14);
}
.std-font28,
.std-font28 p,
.yxedr-active h4 {
    font-size: var(--font28);
    color: var(--color121);
    line-height: var(--line14);
}
.std-font20,
.std-font20 p,
.yxedr-active h5 {
    font-size: var(--font20);
    color: var(--color121);
    line-height: var(--line16);
}
.std-text18,
.std-text18 p {
    font-size: var(--font18);
    color: var(--color121);
    line-height: var(--line165);
}
.std-text16,
.std-text16 p {
    font-size: var(--font16);
    color: var(--color121);
    line-height: var(--line165);
}
.std-text14,
.std-text14 p {
    font-size: var(--font14);
    color: var(--color121);
    line-height: var(--line15);
}
.std-font24,
.std-font24 p{
    font-size: var(--font24);
    line-height: var(--line13);
    color: var(--color121);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line165);
    margin-bottom: var(--parpspace10);
}
.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;
}
.std-padd130{
    padding: var(--space130) 0;
}
.std-padd130-top{
    padding-top: var(--space130);
}
.std-padd130-bot{
    padding-bottom: var(--space130);
}
.std-padd100{
    padding: var(--space100) 0;
}
.std-padd100-top{
    padding-top: var(--space100);
}
.std-padd100-bot{
    padding-bottom: var(--space100);
}
.std-mar70{
    margin-bottom: 70px;
}
.std-mar60{
    margin-bottom: 60px;
}
.std-mar50{
    margin-bottom: 50px;
}
.std-mar40{
    margin-bottom: 40px;
}
.std-mar20{
    margin-bottom: 20px;
}
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    content: '分享到 - 微信';
    /* content: 'Share the - WeChat'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .4)!important;
    white-space: nowrap;
}
/*导航默认选中*/
/* 轮播溢出隐藏 */
.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;
}
/* 过渡 */
.transition-time1{
    transition: all .36s both;
}
/* 侧边锚点隐藏 */
.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{
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #333;
    padding: 16px 40px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .36s ease;
}
.std-btn1-box::after{
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0%;
    height: 100%;
    background: #009FEE;
    transition: all .36s ease;
    z-index: -1;
}
.std-btn1-icon{
    width: 8px;
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    font-size: 0;
}
.std-btn1-icon img{
    width: 100%;
    transition: all .36s ease;
}
.std-btn1-icon img:nth-child(1){
    opacity: 1;
}
.std-btn1-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.std-btn1-box span{
    font-size: var(--font16);
    line-height: 1.45;
    color: var(--color333);
    transition: all .36s ease;
}
.std-btn2{
    display: inline-block;
}
.std-btn2-box{
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #009FEE;
    background: #009FEE;
    padding: 16px 40px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .36s ease;
}
.std-btn2-box::after{
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(96deg, #009FEE 4.82%, #2F6DF4 107.62%);
    transition: all .36s ease;
    z-index: -1;
}
.std-btn2-icon{
    width: 8px;
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    font-size: 0;
}
.std-btn2-icon img{
    width: 100%;
    transition: all .36s ease;
}
.std-btn2-icon img:nth-child(1){
    opacity: 1;
}
.std-btn2-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.std-btn2-box span{
    font-size: var(--font16);
    line-height: 1.45;
    color: var(--colorfff);
    transition: all .36s ease;
}
.std-btn3{
    display: inline-block;
}
.std-btn3-box{
    display: flex;
    align-items: center;
}
.std-btn3-box span{
    display: inline-block;
    color: var(--colormain);
    font-size: var(--font16);
    line-height: 1.45;
}
.std-btn3-icon{
    position: relative;
    width: 6px;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 0;
    transition: all .36s ease;
}
.std-btn3-icon img{
    width: 100%;
}
/* 规范按钮--end */
/* 顶部导航-start */
.ys-search2{
    --head: 80px;
    --btn-width: 24px;
    --shadow: 0 10px 18px 3px rgb(0 0 0 / 2%);
    --widthtotal: 34%;
    --widthr: 24px;
    --input-size: 16px;
}
.ys-search2-btn{
    width: var(--btn-width);
    line-height: var(--headh);
    cursor: pointer;
    display: block;
    transition: all .36s;
    position: relative;
}
.ys-search2-btn img{
    width: 100%;
}
.ys-search2-win{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: none;
}
.ys-search2-box{
    padding: 16px 0;
}
.ys-search2-tibox{
    width: var(--widthtotal);
    margin: 0 auto;
}
.ys-search2-tbox{
    border-bottom: 1px solid #eee;
    width: calc(100% - var(--widthr));
    padding-right: 20px;
    height: 40px;
}
.ys-search2-tbox input{
    width: 100%;
    height: 100%;
    font-size: var(--input-size);
}
.ys-search2-ibox {
    width: var(--widthr);
    margin-top: 10px;
}
.ys-search2-ibox img{
    width: 100%;
}
.head-other{
    z-index: 2;
}
.head-logo{
    width: 84px;
    margin-right: 145px;
    z-index: 2;
}
.head-logo a{
    display: block;
    width: 100%;
}
.head-nav-item-nub{
    padding: 0 40px;
}
.head-nav-item-title span{
    color: var(--color333);
    line-height: var(--headh);
    font-size: var(--font16);
}
.head-nav-item-title{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.mod-nav{
    display: flex;
    justify-content: space-between;
}
.mod-nav-le{
    display: flex;
}
.head-lang{
    margin-right: 32px;
}
.ys-search2{
    margin-right: 60px;
}
.ys-hd-pc::before{
    pointer-events: none;
}
.head-lang-top-circle{
    width: 24px;
}
.head-lang-top-jian {
    width: 16px;
    transition: all .36s ease;
}
.head-ldi-nub.active a{
    color: var(--colormain);
}
.head-btn .std-btn2-box span {
    line-height: 1.5;
    position: relative;
    top:1px;
}
.head-btn .std-btn2-box {
    padding: 14px 39px;
}
.head-nav-item{
    position: static;
}
.head-nav-item-down{
    width: 100vw;
}
.prod-pull-ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -40px ;
}
.prod-pull-ul-li{
    padding: 0 40px;
}
.ppul-box-list{
    display: flex;
    margin: 0 -20px;
}
.ppul-box-list-item{
    padding: 0 20px;
}
.pbli-link{
    display: block;
    transition: all .36s ease;
    color: rgba(0,0,0,0.4);
    font-size: var(--font16);
    line-height: 1.45;
    padding-bottom:12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.20);
}
.ppul-box-link{
    margin-bottom: 32px;
}
.ppul-box-link-box{
    display: flex;
    align-items: center;
}
.ppul-box-link-icon{
    width: 6px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 10px;
    position: relative;
}
.ppul-box-link-icon img{
    width: 100%;
    transition: all .36s ease;
}
.ppul-box-link-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ppul-box-link-icon img:nth-child(1){
    opacity: 1;
}
.ppul-box-link-box span{
    display: inline-block;
    color: var(--color333);
    font-size: var(--font16);
    line-height: 1.45;
    transition: all .36s ease;
}
.prod-pull-ul-li.yxnav-active2 .ppul-box-link-box span{
    color: var(--colormain);
}
.prod-pull-ul-li.yxnav-active2 .ppul-box-link-icon img:nth-child(2){
    opacity: 1;
}
.prod-pull-ul-li.yxnav-active2 .ppul-box-link-icon img:nth-child(1){
    opacity: 0;
}
.ppul-box-list-item{
    min-width: 200px;
}
.pbli-link{
    display: block;
    width: 100%;
}
.prod-pull-ul-li{
    margin-top: 46px;
}
.prod-pull-wrap{
    padding-bottom: 53px;
}
.ppul-box-list-item.yxnav-active3 .pbli-link{
    color: var(--colormain);
}
.head-nav-item-down{
    box-shadow:var(--shadow1);
}
.mod-pull-ul{
    padding: 29px 0 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-pull-ul-li.yxnav-active2 .ppul-box-link-box span{
    color: var(--colormain);
}
.mod-pull-ul-li.yxnav-active2 .ppul-box-link-icon img:nth-child(1){
    opacity: 0;
}
.mod-pull-ul-li.yxnav-active2 .ppul-box-link-icon img:nth-child(2){
    opacity: 1;
}
.mod-pull-ul-li{
    padding: 0 40px;
}
.mod-pull-ul{
    margin: 0 -40px;
}
.ys-hd-pc::before{
    z-index: 2;
    background: #FFF;
    box-shadow: 0px 8px 30px 0px rgba(196, 203, 213, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
}
.head-nav-item.yxnav-active1 .head-nav-item-title span{
    color: var(--colormain);
}
/* 顶部导航-end */
/* 底部导航-start */
.ys-horse-foot2{
    display: none;
}
.ys-footer{
    background: #101111;
}
.ys-footer .ys-hin-box{
    background: transparent;
}
.ys-horse {
    position: relative;
    overflow: hidden;
    --width1: 200px;
    --gap1: 40px;
}
.ys-footer{
    padding-top: 0px !important;
}
.mod-fotrun{
    padding: 20px 0 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.20);
}
.footer-top{
    padding-top: 120px;
    padding-bottom: 150px;
}
.mod-foot-ctact-text{
    color: var(--colorfff);
    line-height: var(--line175);
    margin-bottom: var(--space40);
}
.mod-foot-ctact .std-btn2-box span{
    line-height: 1.5;
}
.mod-foot-ctact .std-btn2-box{
    padding: 14px 39px;
}
.footer-logo{
    width: 140px;
}
.footer-logo a{
    display: block;
    width: 100%;
}
.footer-logo a img{
    width: 100%;
}
.footer-nav>li>a {
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colorfff);
    font-weight: bold;
    margin-bottom: 27px;
}
.footer-nav ul a {
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colorfff);
    margin-bottom: 17px;
    transition: all .36s ease;
}
.footer-nav {
    --gap1: 40px;
    width: calc(52% + calc(var(--gap1) * 2));
}
.footer-text p{
    font-family: var(--light) !important;
}
.footer-text p span{
    margin-right: 20px;
}
.footer-text p a{
    margin-right: 29px;
}
.footer-privacy>li>a{
    color: var(--color666);
    line-height: var(--line18);
    font-size: var(--font14);
    transition: all .36s ease;
}
/* 底部导航-end */
.mod-bread{
    position: absolute;
    top:20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.mod-bread .ys-bread-list a{
    color: var(--colorfff);
    line-height: var(--line175);
    font-size: var(--font14);
}
.mod-bread .ys-bread-list::before{
    color: var(--colorfff);
}
.ys-nyban-title h1{
    text-align: center;
    font-size: var(--font50);
    line-height: 1.45;
}
/* 公共样式 - end */
/* 首页--start */
.home-ctact{
    width: 100%;
    position: relative;
}
.home-ctact-bg, .home-ctact-bg img{
    width: 100%;
}
.home-ctact-cont{
    position: absolute;
    top:calc(var(--space130) * 2);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.home-ctact-cont h2{
    color: var(--color333);
    line-height: 1.55;
    margin-bottom: var(--space50);
    text-align: center;
}
.home-ctact-btn{
    display: flex;
    justify-content: center;
    margin-top: var(--space50);
}
.home-watch{
    overflow: visible !important;
}
.home-watch-le{
    position: sticky;
    top: calc(var(--headh) + 30px);
}
.home-watch-ri{
    width: 64.5%;
}
.home-watch-le{
    width: 35.5%;
    padding-right: 60px;
    padding-bottom: var(--space130);
}
.home-watch-le h2{
    margin-bottom: var(--space50);
}
.hwru-li-link{
    display: flex;
    padding: 32px 0;
    border-top: solid 1px rgba(2, 22, 15, 0.2);
}
.hwru-li:last-child .hwru-li-link{
    border-bottom: solid 1px rgba(2, 22, 15, 0.2);
}
.hwru-li-link .ys-imgbox-cover{
    width: 40%;
    border-radius: var(--radius20);
}
.hwru-li-ri{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 40px;
}
.home-watch-cont{
    display: flex;
    align-items: flex-start;
}
.hwru-li-ri-title{
    color: #02160F;
    line-height: 1.45;
    /* font-weight: 290; */
    text-overflow: ellipsis;
    max-height: 4.35em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-right: 18px;
    transition: all .36s ease;
}
.hwru-li-ri-date{
    display: inline-block;
}
.hwru-li-ri-date p{
    border-radius: 80px;
    background: rgba(0, 89, 193, 0.10);
    padding: 2px 16px;
    line-height: 1.5;
    color: var(--colormain);
}
.ys-ban-btn .std-btn1-box,
.std-btn1.white .std-btn1-box{
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
}
.ys-ban-btn{
    margin-top: var(--space60);
}
.ys-ban-title{
    font-size: var(--font50);
    line-height: 1.45;
    color: var(--colorfff);
}
.ys-ban-slick .slick-dots li.slick-active{
    background: #fff;
}
.ys-ban-btn .std-btn1-box span,
.std-btn1.white .std-btn1-box span{
    color: var(--colorfff);
}
.ys-ban-btn .std-btn1-icon img:nth-child(2),
.std-btn1.white .std-btn1-icon img:nth-child(2){
    opacity: 1;
}
.ys-ban-btn .std-btn1-icon img:nth-child(1),
.std-btn1.white .std-btn1-icon img:nth-child(1){
    opacity: 0;
}
.ys-ban-slick .slick-dots li{
    margin:3px 0;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.20);
}
.ys-ban-slick .slick-dots {
    height: 100%;
    width: auto;
    bottom: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 40px;
}
.ys-ban-li.slick-active .ys-ban-title{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.5s;
}
.ys-ban-li.slick-active .std-btn1-box{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.6s;
}
.home-solut-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space50);
}
.home-solut-top .std-btn1{
    flex-shrink: 0;
}
.home-solut-top-le{
    width: 100%;
    padding-right: 20px;
}
.home-solut-ul{
    display: flex;
    flex-wrap: wrap;
}
.home-solut-ul-li{
    width: 33.333333%;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
.hsul-link{
    display: block;
    width: 100%;
    position: relative;
    transition: all .36s ease;
}
.hsul-link::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height:4px;
    background: var(--colormain);
    transition: all .36s ease;
}
.home-solut-ul-li:first-child{
    border-radius: 12px 0px 0px 0px;
}
.hsul-link-pic{
    width: 140px;
    position: relative;
}
.hsul-link-pic img{
    width: 100%;
    transition: all .36s ease;
}
.hsul-link-pic img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.hsul-link-word{
    margin-top: 16px;
}
.hsul-link-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.hsul-link-tit{
    margin-top:30px;
}
.home-solut-top-le h2{
    margin-bottom: var(--space20);
}
.hstl-word p{
    color: var(--color666);
    line-height: 1.45;
}
.hsul-link{
    padding: 39px 50px 40px;
}
.home-solut-ul-li:nth-child(3){
    border-radius: 0 12px 0 0;
}
.home-solut-ul-li:nth-child(4){
    border-radius: 0 0 0 12px;
}
.home-solut-ul-li:nth-child(6){
    border-radius: 0 0 12px 0;
}
.home-solut{
    overflow: visible !important;
}
.home-solut-ul-li{
    transition: all .36s ease;
}
.home-media-bg{
    width: 100%;
    /* transform-origin: bottom right; */
    transform-origin: center;
    overflow: hidden;
    position: sticky;
    /* top: var(--headh); */
    border-radius: 0px;
    /* height: calc(100vh - var(--headh)); */
    top: 0;
    height: 100vh;
}
.home-media-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-media{
    overflow: visible !important;
    margin-top: var(--space130);
}
/* .home-media-wrap{
    height: auto;
    height: 300vh;
    position: relative;
} */
.home-media-text{
    position: relative;
    color: var(--colorfff);
    font-size: var(--font48);
    line-height: 1.55;
    width: 57%;
}
.home-media-mincry::after{
    content: "";
    position: absolute;
    top: 0;
    left: -61px;
    width: 32px;
    height: 24px;
    /* background: url(../images/a1_img_13.svg) center / cover no-repeat; */
}
.home-media-mincry{
    position: absolute;
    top:110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    transition: all .36s;
}
.home-media-cont{
    display: flex;
    align-items: center;
}
.home-media-le{
    width: 52%;
    padding-right: 200px;
}
.home-media-le h2{
    line-height: 1.55;
    color: var(--color121);
    margin-bottom: var(--space40);
}
.home-media-le-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.home-media-le-word{
    margin-bottom: 80px;
}
.home-media{
    position: relative;
    width: 100vw;
}
.home-media-ri {
    width: 100%;
    overflow: hidden;
    /* transform: scale(1); */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    z-index: 2; 
    /* transform-origin: 100% 32%; */
    transform-origin: center;
}
.home-media{
    height: 300vh;
}
.home-media-ri img{
    width: 100%;
}
.home-media-bot{
    position: sticky;
    /* top: var(--headh); */
    /* height: calc(100vh - var(--headh)); */
    top: 0px;
    height: 100vh;
}
.home-media-le{
    padding-top: 40px;
}
.home-media-le, .home-media-bot-ul{
    opacity: 0;
    transition: all .36s;
}
.home-media.start .home-media-le,
.home-media.start .home-media-bot-ul{
    opacity: 1;
}
.home-media-bot {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hlbt-word{
    font-size: var(--font24);
    line-height: 2;
    color: var(--color333);
}
.home-page .ys-cont1440{
    margin: 0 auto;
}
.home-media-bts{
    margin-top: var(--space60) !important;
}
.hmbu-lis-box-top{
    display: flex;
    align-items: flex-end;
}
.hmbu-lis .ys-demo-num{
    color: #333;
    line-height: 1.2;
    font-size: 64px;
    font-family: var(--medium) !important;
}
.home-media-bot-ul{
    display: flex;
    justify-content: space-between;
    margin-top: var(--space70);
}
.hmbu-lis-box-bot p{
    color: #333;
    line-height: 1.6;
}
.hlbt-text{
    color: #333;
    line-height: 1.2;
    font-size: 64px;
    font-family: var(--medium) !important;
}
.ssul-img{
    width: 100%;
    height: 100%;
}
.ssul-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-esg{
    overflow: visible !important;
    margin-top: var(--space130);
}
.serv-details-aside {
    width: 246px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 2;
}
.serv-details-boxs {
    /* height: calc(100vh - var(--headh)); */
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.serv-details-boxs-swip{
    width: 100%;
    height: 100%;
}
.sdbs-swiper{
    width: 100%;
    height: 100%;
}
.ssul-boxs{
    width: 100%;
    height: 100%;
    position: relative;
}
.ssul-cry{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 80px;
    opacity: 0;
    transition: all .36s ease;
    transition-delay: 0s;
}
.serv-details-wrap{
    position: relative;
}
.sdbs-swiper-ul-li.swiper-slide-active .ssul-cry{
    opacity: 1;
    transition-delay: .5s;
}
.ssul-cry-tit{
    font-size: var(--font44);
    line-height: 1.45;
    color: var(--colorfff);
}
.ssul-cry-word{
    margin-top: var(--space20);
}
.ssul-cry-word p{
    font-size: var(--font18);
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
}
.ssul-cry .std-btn1{
    margin-top: 80px;
}
.sdau-li-box-icon{
    width: 60px;
    margin: 0 auto 11px;
}
.sdau-li-box-icon img{
    width: 100%;
}
.sdau-li-box p{
    text-align: center;
    transition: all .36s ease;
    font-size: var(--font18);
    line-height: 1.45;
    color: var(--colorfff);
}
.sdau-li-box{
    padding: 22px;
    overflow: hidden;
    border-radius: var(--radius15);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    transition: all .36s ease;
    cursor: pointer;
}
.sdau-li.act .sdau-li-box{
    background: var(--colormain);
}
.sdau-li{
    margin-bottom: 39px;
}
.sdau-li:last-child{
    margin-bottom: 0px;
}
.sdbs-swiper-ul-li.swiper-slide-active .ssul-boxs img {
    animation: donghua 1.2s ease-out forwards;
    transform: translateY(100%) scale(1.3);
    transition-delay: 0s !important;
}
@keyframes donghua{
    0% {
        transform: translateY(100%) scale(1.3);
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }
    100% {
        transform: translateY(0%) scale(1);
        clip-path: inset(0% 0 0 0);
        -webkit-clip-path: inset(0% 0 0 0);
    }
}
.sdbs-swiper-ul-li:first-child .ssul-boxs img {
    transition-delay: 0.4s !important;
}
.sdbs-swiper-ul-li{
    opacity: 1 !important;
    height: 100% !important;
    z-index: 5;
    transition-property:all !important;
}
.sdbs-swiper-ul-li.swiper-slide-active{
    z-index: 10;
}
.sdbs-swiper-ul-li.swiper-slide-prev{
    z-index: 7;
}
/* 首页--end */
/* D1-公司活动-start */
.activity-list h1{
    color: var(--color333);
    line-height: var(--line15);
    margin-bottom:var(--space50);
}
.altu-li-link{
    display: flex;
    background: var(--colorfff);
    border-radius: var(--radius20);
    overflow: hidden;
    position: relative;
}
.activity-list-cont{
    width: 100%;
    padding: 0 122px;
}
.altu-li-link .ys-imgbox-cover{
    width: 50%;
}
.altu-li-link-ri{
    padding: 40px 60px 53px 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.activity-page{
    background: var(--colorbj1);
}
.inside-main .mod-bread{
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%);
    margin-top: 20px;
}
.inside-main .ys-bread-list a{
    color: var(--color999);
}
.inside-main .ys-bread-list::before{
    color: var(--color999);
}
.allr-tab p{
    color: var(--colormain);
    line-height: 1.5;
    padding: 2px 16px;
    border-radius: 80px;
    background: rgba(0, 89, 193, 0.10);
}
.allr-tab{
    display: inline-block;
    margin-bottom: var(--space20);
}
.allr-text{
    line-height: 1.45;
    max-height:4.35em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .36s ease;
}
.allr-word p{
    color: var(--color666);
    line-height: 1.45;
    max-height: 2.9em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.altu-li{
    padding: 0 10px;
}
.activity-list-tpslide-ul{
    margin: 0 -10px;
}
.altu-li.slick-slide:not(:first-child){
    display: none;
}
.activity-list-tpslide-ul.slick-slider{
    padding-bottom: 38px;
}
.slick-dots{
    bottom: 0px;
}
.slick-dots li{
    width: 8px;
    height:8px
}
.activity-list-ul{
    padding-top: var(--space20);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14.5px;
}
.activity-list-ul-li{
    width: 33.333333%;
    padding: 0 14.5px;
    margin-top: var(--space40);
}
.activity-list-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.activity-list-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.activity-list-ul-li:nth-child(3n+3){
    animation-delay: .4s;
}
.alul-link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--radius15);
    overflow: hidden;
    position: relative;
    background: var(--colorfff);
    height: 100%;
}
.alul-link .ys-imgbox-cover{
    flex-shrink: 0;
}
.alul-link-bot{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px 24px 24px 28px;
}
.alul-link-bot-tit{
    color: var(--color333);
    line-height: var(--line175);
    max-height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: var(--space40);
    transition: all .36s ease;
}
.activity-page .ys-pcfy{
    margin-top: var(--space60);
}
.pc-fenye li.activepage {
    color: #fff;
    background: var(--colormain);
}
.pc-fenye li {
    float: left;
    width: 33px;
    height: 34px;
    border: 1px solid rgba(100, 115, 149, 0.20);
    font-size: 14px;
    line-height: 34px;
    color: #000;
    text-align: center;
    margin: 0 8px;
    border-radius: 4px;
    transition: .3s;
}
.haspse .home-ctact::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:var(--space130);
    pointer-events: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.00) 100%);
}

/* D1-公司活动-end */
/* D2-新闻详情-start */
.detail-wrap{
    padding-top: 37px;
}
.detail-wrap-cont{
    width: 100%;
    padding: 0 125px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.detail-wrap-le{
    width: 69.5%;
    background: var(--colorfff);
    border-radius: var(--radius20);
    overflow: hidden;
    padding: 40px 53px 57px;
}
.detail-wrap-ri{
    width: 28%;
    background: var(--colorfff);
    border-radius: var(--radius20);
    overflow: hidden;
    padding: 42px 34px 58px;
    position: sticky;
    top: calc(var(--headh) + 10px);
}
.detail-wrap{
    overflow: visible;
}
.detail-page{
    background: var(--colorbj1);
}
.detail-wrap-le h1{
    color: #000;
    line-height: 1.45;
    margin-bottom: var(--space20);
}
.detail-wrap-le-date p{
    color: var(--color999);
    line-height: 1.45;
}
.detail-wrap-le-date{
    margin-bottom: 28px;
}
.detail-wrap-le-edr p,
.detail-wrap-le-edr span{
    color: #333;
    line-height: var(--line175);
    font-size: var(--font16);
    margin-bottom: 20px;
}
.detail-wrap-le-edr{
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(2, 22, 15, 0.2);
}
.dwip-ul-li a{
    display: flex;
    /* flex-wrap: wrap; */
}
.detail-wrap-le-paging{
    margin-top: 17px;
}
.dwip-ul-li a span{
    flex-shrink: 0;
}
.dwip-ul-li a span,
.dwip-ul-li a p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color666);
    transition: all .36s ease;
}
.dwip-ul-li{
    margin-bottom: 5px;
}
.dwip-ul-li:last-child{
    margin-bottom: 0px;
}
.detail-wrap-ri h2{
    font-size: var(--font26);
    color: #000;
    line-height: 1.45;
    margin-bottom: var(--space20);
}
.dwru-li a{
    display: block;
}
.dwru-li a .ys-imgbox-cover{
    border-radius: var(--radius15);
    overflow: hidden;
    margin-bottom: 15px;
}
.dwru-li-tit {
    color: var(--color333);
    line-height: var(--line175);
    transition: all .36s ease;
    margin-bottom: 10px;
    max-height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dwru-li-word p{
    color: var(--color999);
    line-height: 1.45
}
.dwru-li{
    margin-bottom: 50px;
}
.dwru-li:last-child{
    margin-bottom: 0px;
}
.detail-wrap-ri-share{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 11px;
    border-top: solid 1px rgba(2, 22, 15, 0.2);
    margin-top: 36px;
}
.dwrs-text{
    color: var(--color333);
    line-height: var(--line175);
}
.ys-share-img img{
    width: 100%;
}
/* D2-新闻详情-end */
/* E2-社会责任-start */
.srul-box{
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}
.srul-le{
    width:40%;
    padding-top: 43px;
}
.social-report-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.social-report-bg img{
    width: 100%;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}
.social-report-cont{
    position: relative;
    padding: 217px 0 210px
}
.social-report{
    position: relative;
}
.social-report-min h2{
    color: var(--colorfff);
    line-height: 1.45;
    margin-bottom: var(--space20);
}
.srul-le-word p{
    color: var(--colorfff);
    line-height: var(--line175);
}
.social-report-cont .ys-cont1440{
    position: relative;
}
.srul-box-right{
    width: 27.3%;
}
.srul-ri{
    width: 100%;
    border-radius: var(--radius15);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(14.699999809265137px);
    -webkit-backdrop-filter: blur(14.699999809265137px);
    -moz-backdrop-filter: blur(14.699999809265137px);
    -ms-backdrop-filter: blur(14.699999809265137px);
    -o-backdrop-filter: blur(14.699999809265137px);
    padding: 28px;
}
.srul-ri img{
    width: 100%;
}
.social-report-ul-li{
    padding: 0 10px;
}
.social-report-ul{
    margin: 0 -10px;
}
.srul-le-ul{
    margin-top: 80px;
}
.srul-le-ul .slick-list{
    padding-bottom:92px;
}
.srul-le-ul .slick-dots{
    text-align: left;
    opacity: 0;
    transition: all .36s ease;
}
.social-report-cont.start .srul-le-ul .slick-dots{
    opacity: 1;
}
.srul-le-ul .slick-dots li{
    width: 40px;
    height: 6px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .2);
}
.srul-le-ul .slick-dots li.slick-active{
    width: 80px;  
    background: rgba(255, 255, 255, 1);
}
.srul-le-ul-li{
    opacity: 1 !important;
    overflow: hidden;
}
.srul-le-ul-li .std-btn1-box{
    opacity: 0 !important;
}
.srul-le-ul-li.slick-active .std-btn1-box{
    opacity: 1 !important;
}

.number-list-wrap-le{
    width: 40%;
    position: sticky;
    top: calc(var(--headh) + 40px);
}
.number-list-wrap-ri{
    width: 50%;
}
.nlwr-ul-li{
    margin-bottom: 20px;
}
.nlwr-ul-li-box{
    border-radius: var(--radius15);
    background: var(--colorbj1);
    overflow: hidden;
}
.nlwr-ul-li-box .ys-imgbox-cover{
    border-radius: 8px;
    overflow: hidden;
}
.number-list-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.number-list-wrap-le h2{
    margin-bottom:var(--space20);
    color: var(--color121);
    line-height: 1.45;
}
.number-list-wrap-word p{
    color: var(--color666);
    line-height: var(--line18);
}
.nulb-bot{
    position: relative;
}
.nulb-bot-line{
    width: 1px;
    height: 200px;
    background: rgba(18, 18, 18, 0.20);
    position: relative;
    margin-top: 70px;
}
.nulb-bot-line-pro{
    width: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--colormain);
}
.nulb-bot{
    padding: 54px 86px 61px 50px;
}
.nulb-bot-tit{
    color: var(--color333);
    line-height: 1.45;
    margin-bottom: var(--space20);
}
.nulb-bot-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.number-list{
    overflow: visible !important;
}
.nlwr-ul-li{
    width: 100%;
    position: sticky;
    top: 120px;
}
/* E2-社会责任-end */
/* C1-创新技术-start */
.techn-explore-le{
    overflow: hidden;
}
.techn-explore-cont{
    display: flex;
    align-items: center;
}
.techn-explore-le{
    width: 37.64%;
    border-radius: var(--radius20) !important;
}
.techn-explore-ri{
    width: 62.36%;
    padding-left:94px;
    padding-right: 84px;
}
.techn-explore-ri-icon{
    width: 92px;
    margin-bottom: 10px;
}
.techn-explore-ri-icon img{
    width: 100%;
}
.techn-explore-ri-bot{
    width: 100%;
    padding-left: 67px;
}
.techn-explore-ri h2{
    margin-bottom: 30px;
    padding-left: 67px;
}
.techn-explore-ri-word p{
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: 14px;
}
.techn-explore-ri-word p:last-child{
    margin-bottom: 0px;
}
.techn-explore-ri-word{
    margin-bottom: var(--space50);
}
.techn-explore-ri-text{
    display:flex;
    align-items:flex-end;
    font-size: var(--font24);
    color: var(--color121);
    line-height: var(--line175);
}
.techn-explore-ri-text .ys-demo-num{
    font-weight: bold;
    color: var(--colormain);
    line-height:1.2;
    font-size: 40px;
    font-family: var(--medium) !important;
    margin-left: 8px;
}
.techn-explore-ri-text span{
    font-size: var(--font24);
    line-height: 1.5;
    font-weight: bold;
    color: var(--colormain);
}
.techn-adv-ul{
    display: flex;
    flex-wrap: wrap;
}
.techn-adv-ul-li{
    width: 30.7%;
}
.techn-adv-ul-li:nth-child(3n+2){
    width:38.6%;
}
.techn-adv-ul-li:nth-child(3n+3) .taul-box{
    border-right: none;
}
.techn-adv-ul-li:nth-last-child(-n+3) .taul-box{
    border-bottom: none;
}
.taul-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    padding-top: 43px;
    padding-bottom: 45px;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.taul-box-icon{
    width: 88px;
    margin: 0 auto 12px;
}
.taul-box-icon img{
    width: 100%;
}
.taul-box-text{
    text-align: center;
    line-height: var(--line175);
    color: var(--colorfff);
}
.techn-adv{
    padding: 120px 0 205px;
    margin-top: var(--space130);
}
.techn-adv h2{
    color: var(--colorfff);
    text-align: center;
    margin-bottom: 20px;
}
.techn-adv-word p{
    text-align: center;
    color: rgba(255, 255, 255, 0.60);
    line-height: var(--line175);
}
.techn-adv-word{
    margin-bottom: 88px;
}
.techn-device h2{
    text-align: center;
    color: var(--color121);
    line-height: 1.45;
    margin-bottom: 30px;
}
.techn-device-word{
    width: 73.4%;
    margin: 0 auto var(--space50);
}
.techn-device-word p{
    text-align: center;
    color: var(--color666);
    line-height: var(--line175);
}
.tdsu-li-box .ys-imgbox-cover{
    position: relative;
}
.tdsu-li-box .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 61.74%, rgba(0, 0, 0, 0.40) 88.26%);
    pointer-events: none;
}
.tdsu-li{
    width: 33.333333%;
    padding: 0 18px;
}
.techn-device-slide-ul{
    margin: 0 -18px;
}
.tdsu-li-box{
    border-radius: var(--radius20);
    overflow: hidden;
    position: relative;
}
.tdsu-li-box-text{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 2;
    padding: 0 10px;
    text-align: center;
    line-height: 1.45;
    color: var(--colorfff);
}
.mod-arrows{
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}
.arrows-icon{
    pointer-events: all;
    width: 50px;
    position: relative;
    cursor: pointer;
}
.techn-device-slide{
    position: relative;
}
.techn-device-slide .mod-arrows{
    width: calc(100% + 166px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/* C1-创新技术-end */
/* F1-联系我们-start */
.ctact-wrap{
    padding: 80px 0 100px;
}
.ctact-wrap-le h2{
    line-height: 1.45;
    color: #000;
    margin-bottom: 20px;
}
.ctact-wrap-word p{
    line-height: var(--line175);
    color: var(--color666);
}
.ctact-wrap-word{
    margin-bottom: var(--space50);
}
.cwlu-li-box{
    display: flex;
    align-items: flex-start;
}
.cwlu-li-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.cwlu-li-icon img{
    width: 100%;
}
.cwlu-li-text {
    display: flex;
}
.cwlu-li-text p,
.cwlu-li-text span, 
.cwlu-li-text a{
    font-size: var(--font18);
    line-height: 1.75;
    color: var(--color121);
    display: inline-block;
}
.cwlu-li{
    margin-bottom: 10px;
}
.cwlu-li:last-child{
    margin-bottom: 0px;
}
.ctact-wrap-cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ctact-wrap-ri{
    width: 57%;
    overflow: hidden;
    padding: 40px;
    border-radius: var(--radius10);
    background:  #F8F9FC;
    box-shadow: 0 0 40px 0 rgba(229, 236, 242, 0.25);
}
.ctact-wrap-le{
    width: 31%;
    padding-top: 40px;
}
.ys-form {
    --space: 20px;
    --spacebot: 24px;
    --spacein: 16px;
    --height: 48px;
    --colortips: #C9161F;
    --colormain: #009FEE;
}
.t_d4duo {
    position: relative;
    width: 100%;
}
.t_d4duo .ys_select_xtbbox{
    transition: all .36s ease;
}
.t_d4duo.act .ys_select_xtbbox{
    transform: rotate(180deg);
}
.t_d4duo .icon-arrow-down:before{
    font-size: 12px;
}
.t_d4formxin {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
}
.d_prodin {
    width: 100%;
    height: var(--height);
}
.d_prodin input {
    width: 100%;
    height: 100%;
    caret-color: transparent;
    cursor: default;
    font-size: var(--font16);
}
.t_d4duoic {
    transition: all .4s ease;
}
.t_d4duoxia {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f8fafd;
    overflow: hidden;
    border: 1px solid var(--colormain);
    padding: 8px 0;
    max-height: 130px;
    border-radius: 8px;
}
.t_d4duoli {
    padding: 0 13px;
    cursor: pointer;
}
.t_d4sele{
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 2px;
    border: 2px solid #999;
    transition: all 0.36s;
    position: relative;
    top: 4px;
}
.t_d4duoli{
    margin-bottom: 6px;
}
.t_d4duoli.on .t_d4sele{
    background: var(--colormain);
    border: solid 2px var(--colormain);
}
.t_d4sele .iconfont {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: block;
    transition: all 0.36s;
    color: #fff;
    opacity: 0;
}
.t_d4duozi {
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color666);
    padding: 0em 6px;
    transition: all .4s ease;
}
.t_d4duoli.on .t_d4sele .iconfont {
    opacity: 1;
}
.ys-fii-name{
    color: #000;
    margin-bottom: 8px;
}
.ys-fii-input {
    width: 100%;
    height: var(--height);
    border: none;
    display: block;
    background: #fff;
    border-radius: 8px;
    border: solid 1px #fff;
    overflow: hidden;
    transition: all .36s ease;   
}
.t_d4formxin{
    padding: 0 16px;
    transition: all .36s ease;
}
.ys-fii-inpu ::placeholder{
    color: #999 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d9d9d9 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background: transparent !important;
}
.ys-fic-auth .ys-fii-input{
    flex-grow: inherit;
}
.ctact-wrap-le h1{
    margin-bottom: var(--space20);
}
/* F1-联系我们-end */
/* B1-压缩机-start */
.ys-nyban-title span{
    display:inline-block;
    font-size: var(--font48);
    line-height: 1.45;
    margin-bottom: 4px;
}
.prod-page .ys-nyban-title.ys-pos-center{
    top: var(--space130);
    transform: translate(-50%,0%);
}
.ys-nybanner-top{
    position: relative;
}
.ys-nybanner-top-ul{
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.yntu-li{
    pointer-events: all;
    position: absolute;
}
.yntu-li-box{
    display: flex;
    align-items: center;
}
.yntu-li-box-icon{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 17px;
    flex-shrink: 0;
    position: relative;
    background: var(--colormain);
}
.yntu-li-box-icon::after {
    content: '';
    width: 150%;
    height: 150%;
    position: absolute;
    background: radial-gradient(at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 159, 238, 0.5));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: kuox 4s linear 1s infinite;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.yntu-li-box-icon::before {
    content: '';
    width: 150%;
    height: 150%;
    position: absolute;
    background: radial-gradient(at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 159, 238, 0.5));
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: kuox 2s linear infinite;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
@keyframes kuox{
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        -moz-transform: translate(-50%,-50%) scale(3);
        -ms-transform: translate(-50%,-50%) scale(3);
        -o-transform: translate(-50%,-50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.prod-list-item h2{
    margin-bottom: var(--space50);
    line-height: 1.45;
    text-align: center;
    color: #000;
}
.prod-list-item-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.pliu-lis{
    width: 33.333333%;
    padding: 0 11px;
    margin-bottom: 22px;
}
.pliu-lis a{
    display: block;
    position: relative;
    border-radius: var(--radius15);
    background: var(--colorbj1);
}
.pliu-lis-top{
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pliu-lis-top-text{
    font-size: var(--font28);
    font-family: var(--medium) !important;
    line-height: 1.45;
    margin-bottom: 10px;
    color: var(--color121);
    text-align: center;
    font-weight: bold;
}
.pliu-lis-top-word p{
    text-align: center;
    color: var(--color666);
    line-height: var(--line175);
}
.pliu-lis-bot span{
    font-size: var(--font24);
    font-weight: bold;
    line-height: 1.45;
}
.pliu-lis-bot{
    width: 100%;
    padding: 0 10px;
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pliu-lis-bot{
    line-height: 1.45;
    color: var(--color121);
}
.pliu-lis:nth-child(n+7){
    display: none;
}
.about-honors-cont-but {
    margin-top: var(--space50);
}
.ahcb-but-click {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
}
.ahcb-but-click p {
    font-size: var(--font16);
    color: var(--colormain);
    line-height: var(--line175);
}
.ahcb-but-click img {
    width: 12px;
    height: 6px;
    object-fit: cover;
    transition: all .36s;
}
.ahcb-but.act .ahcb-but-click img {
    transform: rotate(180deg);
}
.pliu-lis:nth-child(3n+1){
    animation-delay: 0.2s;
}
.pliu-lis:nth-child(3n+2){
    animation-delay: 0.3s;
}
.pliu-lis:nth-child(3n+3){
    animation-delay: 0.4s;
}
.prod-list-item{
    padding-top: var(--space100);
}
.prod-list{
    padding-top: 20px;
}
/* B1-压缩机-end */
/* B2-热管理系统-start */
.ys-phnav-logo {
    width: 68px;
}
.system-list-item h2{
    color: var(--color121);
    line-height: 1.45;
    margin-bottom: 20px;
}
.sllu-list{
    display: none;
}
.sllu-list:first-child{
    display: block;
}
.system-list-item-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.sliu-lis{
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
}
.sliu-lis-box{
    height: 100%;
    display: flex;
    overflow: hidden;
    border-radius: var(--radius10);
    background: #F8F9FC;
}
.sliu-lis-le{
    width: 46%;
    background: #E9ECF0;
}
.sliu-li-ri{
    width: 54%;
    padding: 28px 18px 30px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sliu-li-ri-tit{
    font-family: var(--medium) !important;
    line-height: 1.45;
    color: var(--color121);
    margin-bottom: var(--space20);
}
.sliu-li-ri-text p{
    line-height: 1.45;
    color: var(--color121);
    margin-bottom: var(--parpspace10);
}
.sliu-li-ri-text p:last-child{
    margin-bottom: 0px;
}
.sliu-li-ri-text{
    margin-bottom: 18px;
}
.sliu-li-ri-word p{
    color: var(--color666);
    line-height: var(--line175);
}
.slru-li .ys-imgbox-cover{
    width: 50px;
    opacity: 0.2;
    border: solid 1px transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: all .36s ease;
    cursor: pointer;
}
.slru-li.act .ys-imgbox-cover{
    opacity: 1;
    border: solid 1px var(--colormain);
}
.sliu-lis:nth-child(n+7){
    display: none;
}
.slru-li{
    padding: 0 5px;
}
.sliu-li-ri-ul{
    margin: 0 -5px;
    display: flex;
    margin-top: 6px;
}
.system-list-item h2{
    text-align: center;
}
.system-list-item{
    padding-top: var(--space100);
}
.system-list-wrap{
    padding-top: 25px;
}
.start-tap-box-ul{
    display: flex;
    margin: 0 -5px;
    justify-content: center;
}
.stbu-li{
    padding: 0 5px;
}
.stbu-li-link-le{
    width: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: all .36s ease;
}
.stbu-li-link-le img{
    width: 100%;
}
.stbu-li-link-ri{
    text-align: center;
    color: var(--color333);
    line-height: 1.45;
}
.start-tap{
    position: sticky;
    top: 0;
    /* top: var(--headh); */
    background: #fff;
    /* transition: all .36s ease; */
    transition: all .25s cubic-bezier(.445,.05,.55,.95) .4s;
    z-index: 6;
    overflow: visible;
}
body.head-fixed .start-tap{
    top: var(--headh);
}
.start-tap-box{
    transition: all .36s ease;
}
.start-tap.start .start-tap-box{
    padding-bottom: 0px !important;
    box-shadow: 0 10px 18px 3px rgb(0 0 0 / 5%);
}
.stbu-li-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: all .36s ease;
    padding-bottom: 22px;
}
.stbu-li.active .stbu-li-link{
    background: #F8F9FC;
}
.stbu-li{
    min-width: 155px;
}
/* B2-热管理系统-end */
/* C2-智能制造-start */
.intel-page{
    position: relative;
    background: linear-gradient(180deg, rgba(248, 249, 252, 1) 56.91%, rgba(255, 255, 255, 1) 61.98%);
}
.intel-list{
    overflow: visible !important;
}
.intel-list h2{
    text-align: center;
    margin-bottom: var(--space60);
}
.ilul-box{
    display: flex;
    align-items: stretch;
    background: var(--colorfff);
    border-radius: var(--radius15);
    overflow: hidden;
}
.ilul-ri{
    width: 59.5%;
}
.ilul-le{
    width: 40.5%;
    padding: 20px 55px 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ilul-le-text{
    font-size: var(--font40);
    color: #000;
    line-height: 1.45;
    margin-bottom: var(--space40);
}
.ilul-le-edr h5{
    font-size: var(--font20);
    color: #333;
    line-height: 1.75;
    margin-bottom: var(--parpspace10);
    font-weight: bold;
}
.ilul-le-edr p{
    font-size: var(--font16);
    line-height: var(--line175);
    margin-bottom: var(--parpspace12);
    color: var(--color666);
}
.intel-list-ul-li{
    margin-bottom: var(--space60);
    position: sticky;
    top: calc(var(--headh) + 60px);
    transition: all .36s;
}
.intel-list-ul-li:last-child{
    /* margin-bottom: 0px; */
}
.intel-list-ul-li.act {
    /* box-shadow: 0 4px 60px 0 rgba(170, 181, 205, 0.25); */
}
.intel-list-ul-li:first-child.act{
    box-shadow: none !important;
}
.intel-media h2{
    text-align: center;
    color: var(--color121);
    line-height: 1.45;
    margin-bottom: var(--space20);
}
.intel-media-word p{
    color: var(--color666);
    line-height: 1.45;
    text-align: center;
}
.intel-media-word{
    margin-bottom: var(--space40);
}
.intel-media-cont{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius20);
    z-index: 1;
}
.intel-media-cont::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius20);
    /* background: linear-gradient(0deg, rgba(34, 32, 31, 0.00) 55.21%, rgba(34, 32, 31, 0.40) 88.46%); */
}
.intel-media-cont .ys-video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    cursor: pointer;
    width: 56px;
}
/* C2-智能制造-end */
/* E3-加入我们-start */
.recruit-bulle h2 {
    text-align: center;
    line-height: 1.45;
    color: var(--color333);
    margin-bottom: var(--space50);
}
.recruit-bulle-ul-li p {
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color121);
    min-width: 164px;
    padding: 13px 0;
    text-align: center;
    border-radius: 40px;
    background: transparent;
    transition: all .4s;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border: solid 1px #121212;
}
.recruit-bulle-ul-li.on p {
    border: solid 1px var(--colormain);
    color: #fff;
    background: var(--colormain);
}
.recruit-bulle-ul {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
    justify-content: center;
}
.recruit-bulle-scro {
    margin-bottom: var(--space50);
}
.recruit-bulle-ul-li {
    padding: 0 8px;
}
.recruit-bulle {
    padding-top: var(--space130);
}
.rbtu-li{
    border-radius: var(--radius10);
    background: var(--colorbj1);
}
.rbtu-li-top {
    padding: 33px 43px 33px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .4s;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.rbtu-li-top-name {
    width: 38%;
    font-size: var(--font24);
    line-height: 1.45;
    color: var(--color333);
    padding-left: 20px;
    position: relative;
    letter-spacing: 0.48px;
    padding-right: 10px;
}
.rbtu-li-top-name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background-color: var(--colorfff);
}
.rbtu-li-top-time {
    width: 18%;
    letter-spacing: 0.32px;
    padding-right: 10px;
    line-height: 1.5;
    color: var(--color333);
}
.rbtu-li-top-num {
    width: 17%;
    letter-spacing: 0.32px;
    padding-right: 10px;
    line-height: 1.5;
    color: var(--color333);
}
.rbtu-li-top-place {
    width: 24%;
    letter-spacing: 0.32px;
    padding-right: 10px;
    line-height: 1.5;
    color: var(--color333);
}
.rbtu-li-top-icon {
    width: 22px;
    transition: all .4s;
    flex-shrink: 0;
    font-size: 0;
}
.rbtu-li-top-icon img {
    width: 100%;
}
.rbtu-li-bot {
    padding: 40px 60px 47px 60px;
    display: none;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    /* border-top: solid 1px #adadad; */
    position: relative;
}
.rbtu-li-bot::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 93%;
    height: 1px;
    background: #adadad;
}
.rbtu-li-bot-edito p {
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color666);
    margin-bottom: var(--parpspace10);
}
.rbtu-li-bot-edito p:last-child {
    margin-bottom: 0;
}
.rbtu-li-bot-edito {
    margin-bottom: var(--space40);
}
.rbtu-li {
    margin-bottom: 30px;
}
.rbtu-li:last-child {
    margin-bottom: 0;
}
.rbtu-li.act .rbtu-li-top-icon {
    transform: translateY(-50%) rotate(180deg);
    margin-top: 15px;
}
.recruit-bulle-tab-cont:not(:first-child) {
    display: none;
}
.rbtu-li:nth-child(n+7) {
    display: none;
}
.ys-slide-item-bot p{
    color: var(--color666);
    line-height: var(--line175);
}
.ys-sit-name{
    font-size: var(--font24);
    line-height: 1.45;
    color: #333;
}
.join-list-le{
    width: 44%;
}
.join-list-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys-slide-item{
    border-bottom: solid 1px #ddd;
}
.ys-slide-item-top{
    padding: 40px 0;
    transition: all .36s ease;
}
.ys-slide-item-bot{
    padding-bottom: 40px;
}
.ys-slide-item.on .ys-slide-item-top{
    padding-bottom: var(--space20);
}
.join-list h2{
    text-align: center;
    margin-bottom: var(--space60);
    line-height: 1.45;
    color: var(--color333);
}
.ys-slide-item:first-child .ys-slide-item-bot{
    display: block;
}
.join-list-ri{
    width: 48.6%;
    position: relative;
}
.join-list-ri-bg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.join-list-ri-bg img{
    width: 100%;
}
.join-list-ri-pic{
    width: 65%;
    margin: 0 auto;
    position: relative;
}
.join-list-ri-pic img{
    border-radius: var(--radius10);
    overflow: hidden;
    margin-bottom: 20px;
}
.join-list-ri-pic img:last-child{
    margin-bottom: 0px;
}
.jlrp-img1{
    width: 70%;
    margin-left: 21%;
}
.jlrp-img2{
    width: 86%;
}
.jlrp-img3{
    width: 70%;
    margin-left: 29%;
}
/* E3-加入我们-end */
/* E1-公司概况-start */
.about-ban h1{
    text-align: center;
    font-size: var(--font48);
    line-height: 1.45;
}
.about-ban h1 span{
    display: block;
    font-size: var(--font50);
    line-height: 1.45;
    color: var(--colorfff);
    margin-top: var(--space20);
}
.about-ban{
    background: #130A08;
}
.about-ban .ys-nyban-title{
    top: calc(var(--space130) + var(--headh));
    transform:translateX(-50%) translateY(0%);
}
.about-line-text p, .about-line-text p span{
    font-size: var(--font28);
    line-height: 1.45;
    color: rgba(51, 51, 51, 1);
}
.about-line{
    padding-top: var(--space100);
}
.about-line-text{
    width: 64%;
    margin-bottom: var(--space60);
}
.alnl-box-word p{
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line15);
}
.alnl-box-top{
    display: flex;
    align-items: flex-end;
}
.alnl-box-top span{
    font-size: var(--font24);
    color: var(--color333);
    line-height: 2.5;
}
.alnl-box-top .ys-demo-num1{
    font-size: 100px;
    line-height: 1.2;
    color: #333;
}
.about-line-numul{
    display: flex;
    margin: 0 -85px;
}
.about-line-numul-li{
    width: 33.333333%;
    padding: 0 85px;
}
.alnl-box{
    padding-bottom: 45px;
    border-bottom: solid 1px #ddd;
}
.about-page h2{
    text-align: center;
    line-height: 1.45;
    color: var(--color333);
}
.about-line-cont h2{
    margin-bottom: var(--space20);
}
.about-line-cont-word p{
    text-align: center;
    line-height: 1.45;
    color: var(--color333);
}
.about-line-cry{
    width: 65%;
    margin: 0 auto;
}
.about-line-pic, .about-line-pic img{
    width: 100%;
}
.about-hono-wrap{
    width: 100%;
    padding-left: var(--left);
}
.about-hono-wrap h2{
    color: var(--color333);
    line-height: 1.45;
    text-align: left;
    margin-bottom: 78px;
}
.about-hono-wrap-swip .swiper-slide{
    width: 300px !important;
    padding: 0 15px;
    height: auto !important;
}
.about-hono-wrap-swip .swiper-wrapper{
    margin: 0 -15px;
}
.swiper-slide-box{
    width: 100%;
    transition: all .36s ease;
    background: #fff;
    overflow: hidden;
    border-radius: var(--radius10);
    height: 100%;
    padding: 20px 20px 70px;
}
.swiper-slide-box-icon{
    width: 40px;
    position: relative;
    margin-bottom: 20px;
}
.swiper-slide-box-icon img{
    width: 100%;
    transition: all .36s ease;
}
.swiper-slide-box-icon img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.swiper-slide-text{
    color: var(--color333);
    line-height: 1.65;
    transition: all .36s ease;
}
.about-page{
    background: linear-gradient(180deg, #F9F7F7 70.81%, #FFF 96.02%);
}
.adlb-ri-year{
    font-size: 84px;
    font-family: var(--bold) !important;
    line-height: 1.2;
    color: var(--color333);
    margin-bottom: var(--space20);
}
.adlb-ri-word p{
    color: var(--color666);
    line-height: var(--line18);
}
.adlb-ri-text{
    margin-bottom: var(--space20);
    line-height: var(--line18);
    color: var(--color333);
}
.about-deve-li-box{
    display: flex;
    align-items: center;
}
.about-deve-li-box .ys-imgbox-cover{
    width: 54%;
    border-radius: 36px;
    overflow: hidden;
}
.adlb-ri{
    width: 46%;
    padding-left: 88px;
}
.about-deve h2{
    margin-bottom: var(--space60);
}
.about-deve-cry{
    width: 1268px;
}
#ys-swiper2{
    overflow: visible !important;
    padding-bottom: 150px !important;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 1px !important;
    left: 0;
    top: auto !important;
    bottom: 25px !important;
}
.swiper-pagination-progressbar{
    background: #ddd !important;
}
.about-deve .mod-arrows{
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-deve-wrap{
    position: relative;
    z-index: 2;
}
.about-deve .arrows-prev{
    margin-right: 15px;
}
/* .about-deve .swiper-pagination-progressbar .swiper-pagination-progressbar-fill::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--colormain);
} */
/* .about-deve .swiper-pagination-progressbar .swiper-pagination-progressbar-fill::before {
    transform: translateY(-50%) scaleX(var(--left1));
} */
.about-hope{
    position: relative;
}
.about-hope-top{
    width: 100%;
    position: relative;
    z-index: 1;
}
.about-hope-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  mask: radial-gradient(circle 298px at center, transparent 99%, #000 100%);
  -webkit-mask: radial-gradient(circle 298px at center, transparent 99%, #000 100%);
}
.about-hope-top::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 472px;
    height: 472px;
    border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 1;
}
.ahtl-box-tit{
    text-align: center;
    color: var(--colorfff);
    line-height: 1.45;
    margin-bottom: 18px;
}
.ahtl-box-word p{
    color: var(--colorfff);
    text-align: center;
    line-height: 1.45;
    text-overflow: ellipsis;
    max-height: 7.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.about-hope-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-hope-cont-min{
    width: 21%;
    margin: 0 auto;
}
.about-hope{
    margin-top: var(--space130);
}
.about-hope-cont .mod-arrows{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 105px;
    width: 104px;
    z-index: 2;
    justify-content: space-between;
}
.about-hope-cont-line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 676px;
    pointer-events: none;
}
.about-hope-cont-line img{
    width: 100%;
}
.about-hope-cont-line img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    animation:  rotate 8s linear infinite both;
}
@keyframes rotate{
    100%{
        transform: rotate(1turn);
    }
}
.about-hope-ul {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-hope-ul-li{
    position: absolute;
}
.ahul-imgs{
    width: 174px;
    height: 174px;
    border-radius: 50%;
    overflow: hidden;
}
.ahul-imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-hope-ul-li1{
    top: 17%;
    left: 14%;
}
.about-hope-ul-li2{
    top: 15%;
    left: 74%;
}
.about-hope-ul-li3{
    top: 55%;
    left: 18%;
}
.about-hope-ul-li4{
    top: 55%;
    left: 76%;
}
@keyframes fudong1{
    0%{
        transform: translateY(0%) translateX(0%);
    }
    50%{
        transform: translateY(10%) translateX(5%);
    }
    100%{
        transform: translateY(0%) translateX(0%);
    }
}
.about-hope-ul-li1 .ahul-imgs{
    animation: fudong1 3s infinite ease-in-out both;
}
@keyframes fudong2{
    0%{
        transform: translateY(0%) translateX(0%);
    }
    50%{
        transform: translateY(10%) translateX(-5%);
    }
    100%{
        transform: translateY(0%) translateX(0%);
    }
}
.about-hope-ul-li2 .ahul-imgs{
    animation: fudong2 3s infinite ease-in-out both;
}
@keyframes fudong3{
    0%{
        transform: translateY(0%) translateX(-5%);
    }
    50%{
        transform: translateY(-10%) translateX(0%);
    }
    100%{
        transform: translateY(0%) translateX(-5%);
    }
}
.about-hope-ul-li3 .ahul-imgs{
    animation: fudong3 3s infinite ease-in-out both;
}
@keyframes fudong4{
    0%{
        transform: translateY(0%) translateX(5%);
    }
    50%{
        transform: translateY(-10%) translateX(0%);
    }
    100%{
        transform: translateY(0%) translateX(5%);
    }
}
.about-hope-ul-li4 .ahul-imgs{
    animation: fudong4 3s infinite ease-in-out both;
}
.recruit-bulle-tab-list{
    display: none;
}
.recruit-bulle-tab-list:first-child{
    display: block;
}
/* E1-公司概况-end */
/* 载入效果-start */
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}
@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: none;
    }
} 
/* 载入效果-end */
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .swiper-slide-box:hover {
        background: var(--colormain);
    }
    .swiper-slide-box:hover .swiper-slide-box-icon img:nth-child(1){
        opacity: 0;
    }
    .swiper-slide-box:hover .swiper-slide-box-icon img:nth-child(2){
        opacity: 1;
    }
    .swiper-slide-box:hover .swiper-slide-text{
        color: #fff;
    }
    .dwru-li a:hover .dwru-li-tit{
        color: var(--colormain);
    }
    .dwip-ul-li a:hover span,
    .dwip-ul-li a:hover p{
        color: #000;
    }
    .alul-link:hover .alul-link-bot-tit{
        color: var(--colormain);
    }
    .altu-li-link:hover .allr-text{
        color: var(--colormain);
    }
    .footer-nav ul a:hover{
       color: var(--colormain);
    }
    .home-solut-ul-li:hover{
        border-radius: 0px;
    }
    .std-btn1-box:hover::after{
        right: auto;
        left: 0;
        width: 100%;
    }
    .std-btn1-box:hover{
        border: solid 1px var(--colormain);
    }
    .std-btn1-box:hover span{
        color: var(--colorfff);
    }
    .std-btn1-box:hover .std-btn1-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn1-box:hover .std-btn1-icon img:nth-child(1){
        opacity: 0;
    }
    .std-btn2-box:hover::after{
        right: auto;
        left: 0;
        width: 100%;
    }
    .hwru-li-link:hover .hwru-li-ri-title{
        color: var(--colormain);
    }
    .hsul-link:hover .hsul-link-pic img:nth-child(1){
        opacity: 0;
    }
    .hsul-link:hover .hsul-link-pic img:nth-child(2){
        opacity: 1;
    }
    .hsul-link:hover::after{
        width: 100%;
    }
    .pbli-link:hover{
        color: var(--colormain);
    }
    .home-solut-ul-li:hover{
        box-shadow: 0px 10px 20px 0px rgba(117, 134, 150, 0.25);
    }
    .footer-privacy>li>a:hover{
        color: var(--colorfff);
    }
    .std-btn3-box:hover .std-btn3-icon{
        transform: translateX(10px);
    }
    .tdsu-li-box:hover .ys-imgbox-cover img{
        transform: scale(1.05);
    }
}
/* 20250730 */
.ys-hin-box{
    height: auto;
}
.about-line-cry{
    position: relative;
}
.about-line-pic{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ahpl-pic img{
    width: 100%;
}
.ilul-ri .ys-imgbox-cover img:nth-child(2){
    object-fit: cover;
    height: 100%;
}
.ilul-ri .ys-imgbox-cover img{
    height: 100%;
}
.ssul-img{
    position: relative;
}
.ssul-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.ssul-cry-word, .ssul-cry-tit{
    width: 80%;
}
.about-line-pic svg{
    width: 100%;
    height: auto !important;
}
.rbtu-li-top-name::after{
    display: none;
}
.about-line-dots {
    position: absolute;
    top: 66%;
    left: 77.3%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--colormain);
}
.about-line-dots::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 159, 238, 0.4);
    border-radius: 50%;
    animation: kuox 3.3s linear infinite;
    z-index: -1;
}
.about-line-dots::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background:rgba(0, 159, 238, 0.4);
    border-radius: 50%;
    animation: kuox 3.3s linear 1s infinite;
    z-index: -1;
}
@keyframes kuox{
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%,-50%) scale(1);
        -ms-transform: translate(-50%,-50%) scale(1);
        -o-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        -moz-transform: translate(-50%,-50%) scale(5);
        -ms-transform: translate(-50%,-50%) scale(5);
        -o-transform: translate(-50%,-50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.hmbu-lis{
    position: relative;
    min-width: 30%;
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.hmbu-lis:first-child{
    justify-content: flex-start;
}
.hmbu-lis:last-child{
    justify-content: flex-end;
}
.hmbu-lis:first-child,
.hmbu-lis:last-child{
    min-width: 20%;
}
.hmbu-lis::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background: #C3C3C3;
}
.hmbu-lis:last-child::after{
    display: none;
}
.footer-bot{
    border-top: none;
    position: relative;
}
.footer-bot::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255,255,255,0.2);
}
.ahcb-but-click{
    cursor: pointer;
}
.ys-fii-tips{
    margin-top: 2px;
}
.ctact-wrap-le {
    width: 35%;
}
.about-deve .mod-arrows{
    z-index: 2;
}
.hpcl_cont_point {
    width: 6px !important;
    height: 6px;
    border-radius: 50%;
    background-color: var(--colormain);
    position: absolute;
    left: 0%;
    bottom: 22px;
    z-index: 5;
    transition: all .8s;
}
.about-deve-cry{
    position: relative;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--colormain) !important;
}
.about-deve-cry-bot{
    width: 100%;
    position: relative;
}
.system-page .ys-hd-pc::before,
.ys-page-wrap.act .ys-hd-pc::before{
    border-bottom: solid 1px #fff;
    transition: all .36s;
}
.ys-page-wrap.act .ys-hd-pc::before{
    box-shadow: none;
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
}
.ys-page-wrap.act .ys-hd-pc.isfixed::before{
    box-shadow: 0px 8px 30px 0px rgba(196, 203, 213, 0.25);
    border-bottom: 1px solid #fff;
}
.sliu-li-ri-tit{
    font-weight: bold;
}
.start-tap.hide,
.start-tap.hide2 {
    transform: translateY(-100%);
}
.hnit-icon{
    position: relative;
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
}
.hnit-icon img{
    width: 100%;
    transition: all .36s ease;
}
.hnit-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.head-nav-item.yxnav-active1 .hnit-icon img:nth-child(2){
    opacity: 1;
}
.head-nav-item.yxnav-active1 .hnit-icon img:nth-child(1){
    opacity: 0;
}
.head-nav-item.yxnav-active1 .hnit-icon img{
    transform: rotate(180deg);
}
.head-nav-item.act .hnit-icon img{
    transform: rotate(0deg) !important;
}
.hnit-icon{
    display: none;
}
.haspull .hnit-icon{
    display: block;
}
.ys-nybanner-top-ul .std-btn1-box{
    padding: 12px 30px;
    border: none !important;
}
.ys-nybanner-top-ul .std-btn1-icon {
    margin-left: 28px;
}
.ys-ban-imgbox::before{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 81.7%, rgba(0, 0, 0, 0.40) 97.23%);
}
.footer-nav ul a {
    margin-bottom: 12px;
}
.home-media-ri video{
    background: transparent;
}
.home-media-le{
    padding-top: 0px !important;
}
.home-media-bts {
    margin-top: var(--space130) !important;
}
.serv-details-wrap{
    position: sticky;
    top: 0;
    /* top: var(--headh); */
}
.pliu-lis a{
    cursor: default !important;
}
.join-page .ahcb-but-click img{
    transition: all .36s;
}
.join-page .ahcb-but-click.act img{
    transform: rotate(180deg);
}
.home-media-bg.on1{
    height: 100%;
}
.home-media-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    background: linear-gradient(0deg, rgba(34, 32, 31, 0.00) 55.21%, rgba(34, 32, 31, 0.40) 88.46%);
    opacity: 1;
    transition: all .36s ease;
}
.home-media-bg.on2::after{
    opacity: 0;
}
.home-media-ri {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.home-media-ri video {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate(0px, 0px);
}

/* 20250814--标题加粗--start */
.ys-ban-title,
.home-media-text,
.home-media-le h2,
.ssul-cry-tit,
.ys-nyban-title h1,
.about-ban h1,
.detail-wrap-le h1{
    font-weight: bold;
}
.ys-nyban-title span,
.about-ban h1{
    font-family: var(--bold) !important;
}
.ys-nyban-title h1{
    text-align: left;
}
.prod-page .ys-nyban-title h1,
.about-page .ys-nyban-title h1{
    text-align: center;
}
/* 20250814--标题加粗--end */
.hmbu-lis .ys-demo-num {
    color:var(--colormain);
    font-size: 66px;
}
.hlbt-word,
.alnl-box-top .ys-demo-num1,
.alnl-box-top span{
    color: var(--colormain);
}
.ilul-le-edr h5 {
    font-size: calc(var(--font20) + 2px);
}
.ilul-le-text{
    font-size: calc(var(--font40) + 2px);
}
.ilul-box{
    box-shadow: 0 4px 60px 0 rgba(170, 181, 205, 0.25);
}
.intel-list-ul-li:last-child{
    padding-bottom: 60px;
    margin-bottom: 0px;
}
.intel-list-ul-li{
    top: calc(var(--headh) + 100px);
}
.intel-media{
    padding-top: var(--space60);
}
.ys-hd-pc {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-71px);
    transition: transform .25s cubic-bezier(.455,.03,.515,.955) .4s;
}
.ys-hd-pc.head-fixed {
    transition: transform .25s cubic-bezier(.445,.05,.55,.95) .4s;
    position: fixed;
    top: 0;
    transform: translateY(0);
}
.altu-li-link{
    height: 100%;
}
.ys-hd-pc.head-top {
    /* transition: none !important; */
    top: 0px;
    transform: translateY(0px);
}
.ys-page-wrap.act .ys-main{
    /* margin-top: 0px !important; */
}
.about-line-text{
    width: 75%;
}
.ys-search2-win.scroll-top {
    top: -100%;
    transition: all .36s cubic-bezier(.445,.05,.55,.95);
}
.system-page.on .ys-hd-pc::before{
    box-shadow: none !important;
    border-bottom: solid 1px #ddd !important;
}
.head-lang-down{
    box-shadow: var(--shadow1);
}
/* 2025.8.20-leo-start */
.techn-explore-ri-box .techn-explore-ri-text{
    margin-bottom: 16px;
}
.techn-explore-ri-box .techn-explore-ri-text:last-child{
    margin-bottom: 0px;
}
.nlwr-ul-li{
    transform-origin: top;
}
.nlwr-ul-li:last-child{
    padding-bottom: 30px;
}
/* 2025.8.20-leo-end */
/* 20250826--delia--start */
.techn-adv-word{
    width: 61%;
    margin: 0 auto;
    margin-bottom: 88px;
}
.alnl-box-top .ys-demo-num1{
    font-size: 86px;
}
.alnl-box-top span{
    font-size: var(--font20);
}
.about-line-numul-li{
    padding: 0 40px;
}
.about-line-numul {
    margin: 0 -40px;
}
.alct-li-tit{
    text-align: center;
}
.alct-li{
    display: none;
}
.alct-li:first-child{
    display: block;
}
.about-flycont-pic{
    display: none;
}
.about-flycont-pic:first-child{
    display: block;
}
.about-line-cont-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
}
.alct-lis{
    padding: 0 10px;
}
.alct-lis p{
    text-align: center;
    min-width: 164px;
    border: solid 1px #000;
    border-radius: 60px;
    overflow: hidden;
    color: #333;
    line-height: var(--line15);
    font-size: var(--font18);
    transition: all .36s;
    cursor: pointer;
    padding: 11px 10px;
}
.alct-lis.act p{
    color: #fff;
    background: var(--colormain);
    border: solid 1px var(--colormain);
}
.about-line-cry{
    width: 86%;
}
.about-line-cont-tplist{
    margin-bottom: var(--space40);
}
.about-line-cont-tab{
    margin-bottom: 17px;
}
/* 20250826--delia--end */
.about-line-text p, .about-line-text p span{
    font-size: var(--font24);
}
.about-line-text {
    width: 90%;
}

/* 2025.8.29 lucas start */
.join-list-toptext,.join-list-toptext p{
    color: #666;
    text-align: center;
    font-size: var(--font16);
    line-height: var(--line175); 
}
.join-list-toptext{
    max-width:88.4%;
    margin: auto;
    margin-bottom: var(--space100);
}
.join-list h2{
    margin-bottom: 30px;
}
.recruit-bulle-toptext,.recruit-bulle-toptext p{
    color: #666;
    font-size: var(--font18);
    line-height: 1.45;
}
.recruit-bulle-toptext{
    max-width: 67.5%;
    margin: auto;
    margin-bottom: var(--space50);
}
.recruit-bulle h2{
    margin-bottom: 30px;
}
/* 2025.8.29 lucas end */