﻿@charset "utf-8";
/* 公共样式 - start */
@font-face {
    font-family: 'Linyang-Medium';
    src: url('../fonts/LeagueSpartan-Medium/LeagueSpartanMedium.eot');
    src: url('../fonts/LeagueSpartan-Medium/LeagueSpartanMedium.eot') format('embedded-opentype'),
         url('../fonts/LeagueSpartan-Medium/LeagueSpartanMedium.woff2') format('woff2'),
         url('../fonts/LeagueSpartan-Medium/LeagueSpartanMedium.woff') format('woff'),
         url('../fonts/LeagueSpartan-Medium/LeagueSpartanMedium.ttf') format('truetype'),
         url('../fonts/LeagueSpartan-Medium/LeagueSpartanMedium.svg') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'Linyang-SemiBold';
    src: url('../fonts/LeagueSpartan-SemiBold/LeagueSpartanSemiBold.eot');
    src: url('../fonts/LeagueSpartan-SemiBold/LeagueSpartanSemiBold.eot') format('embedded-opentype'),
         url('../fonts/LeagueSpartan-SemiBold/LeagueSpartanSemiBold.woff2') format('woff2'),
         url('../fonts/LeagueSpartan-SemiBold/LeagueSpartanSemiBold.woff') format('woff'),
         url('../fonts/LeagueSpartan-SemiBold/LeagueSpartanSemiBold.ttf') format('truetype'),
         url('../fonts/LeagueSpartan-SemiBold/LeagueSpartanSemiBold.svg') format('svg');
    font-display: swap;
}
body {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}
input,textarea{
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
:root {
    /* 字号 */
    --font58: 58px;
    --font44: 44px;
    --font36: 36px;
    --font24: 24px;
    --font20: 20px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line12:1.2;
    --line14:1.4;
    --line15: 1.5;
    --line16:1.6;
    --line175: 1.75;
    --line18:1.8;
    /* 导航 */
    --line80: 80px;
    /* 颜色 */
    --color333: #333333;
    --color666:#666666;
    --color747: #747474;
    --colorB3B: #B3B3B3;
    --colorFFF: #FFFFFF;
    --colormain1: #0B5818;
    --colormain2: #02774B;
    --colorbj: #206AFF;
    /* 板块间距 */
    --space160: 160px;
    --space120: 120px;
    --space80:80px;
    --space60:60px;
    --space50:50px;
    --space32: 32px;
    /* 段落间距 */
    --parpspace10: 10px;
    --parpspace12: 12px;
    /* 圆角 */
    --radius10:10px;
    --radius20:20px;
    /* 特殊字体 */
    --family1:'Linyang-Medium';
    --family2:'Linyang-SemiBold';
}
.std-h1 {
    font-size: var(--font58);
    color: var(--color333);
    line-height: var(--line12);
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font44);
    color: var(--color333);
    line-height: var(--line12);
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font36);
    color: var(--color333);
    line-height: var(--line14);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line15);
}
.std-h5,
.yxedr-active h5 {
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line16);
}
.std-text1,
.std-text1 p {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line175);
}
.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color1);
    line-height: var(--line175);
}
.std-text3,
.std-text3 p {
    font-size: var(--font14);
    color: var(--color333);
    line-height: var(--line18);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
    margin-bottom: var(--parpspace10);
}
.std-padd160{
    padding: var(--space160) 0;
}
.std-padd160-top{
    padding-top: var(--space160);
}
.std-padd160-bot{
    padding-bottom: var(--space160);
}
.std-padd120{
    padding: var(--space120) 0;
}
.std-padd120-top{
    padding-top: var(--space120);
}
.std-padd120-bot{
    padding-bottom: var(--space120);
}
.std-mar50{
    margin-bottom: var(--space50);
}
.std-mar32{
    margin-bottom: var(--space32);
}
/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    content: '分享到 - 微信';
    /* content: 'Share the - weixin'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2) !important;
}
/*导航默认选中*/
.head-nav-item-title{
    line-height: var(--line80);
}
/* 按钮 */
.std-btn1{
    display: inline-block;
}
.std-btn1-box{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    border-radius: 125px;
    border: 1px solid var(--colorFFF);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.std-btn1-box::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0%, -50%) scale(1);
    background: var(--colorFFF);
    transform-origin: 20% 50%;
    transition: all .4s ease-in-out;
    width: 38px;
    height: 38px;
    z-index: -1;
    border-radius: 125px;
}
.std-btn1-icon{
    width: 38px;
    height: 38px;
    position: relative;
    border-radius: 50%;
    background: var(--colorFFF);
    transition: all .4s;
    margin-right: 24px;
    flex-shrink: 0;
    font-size: 0;
}
.std-btn1-icon img{
    transition: all .4s;
    width: 62%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std-btn1-icon img:nth-child(2){
    opacity: 0;
}
.std-btn1-box p{
    color: var(--colorFFF);
    font-size: var(--font16);
    line-height: var(--line175);
    transition: all .4s;
}
.std-btn2{
    display: inline-block;
}
.std-btn2-box{
    display: flex;
    align-items: center;
}
.std-btn2-icon{
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 24px;
    position: relative;
    border: solid 1px var(--colormain1);
    border-radius: 50%;
    transition: all .4s;
    background: transparent;
}
.std-btn2-icon img{
    width: 70%;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std-btn2-icon img:nth-child(2){
    opacity: 0;
}
.std-btn2-box p{
    color: var(--colormain1);
    font-size: var(--font16);
    line-height: var(--line175);
}
.std-btn3{
    display: inline-block;
}
.std-btn3-box{
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 36px;
    background: var(--colorFFF);
    border-radius: 125px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: background .4s;
    transition-delay: 0s;
}
.std-btn3-box::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0%, -50%) scale(1);
    background: var(--colormain1);
    transform-origin: 80% 50%;
    transition: all .4s ease-in-out;
    width: 48px;
    height: 48px;
    z-index: -1;
    border-radius: 125px;
}
.std-btn3-box p{
    color: var(--colormain1);
    font-size: var(--font18);
    line-height: var(--line175);
    transition: all .4s;
}
.std-btn3-icon{
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 24px;
    position: relative;
    border: solid 1px var(--colormain1);
    border-radius: 50%;
    transition: all .4s;
    background: var(--colormain1);
}
.std-btn3-icon img{
    width: 70%;
    transition: all .4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std-btn3-icon img:nth-child(2){
    opacity: 0;
}
.std-btn4{
    display: inline-block;
}
.std-btn4-box{
    display: block;
    padding: 8px 32px;
    border-radius: 80px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colorFFF);
    transition: all .4s;
}
.std-btn5{
    display: inline-block;
}
.std-btn5-box{
    display: flex;
    align-items: center;
}
.std-btn5-box p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colormain1);
}
.std-btn-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-left:5px;
}
.std-btn-icon img{
    width: 100%;
}
.mod-arrows{
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none !important;
}
.arrows-icon{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    border: solid 1px var(--colorFFF);
    cursor: pointer;
    pointer-events: all !important;
    transition: all .4s;
}
.mod-arrows.green .arrows-icon{
    border: solid 1px var(--colormain1);
    background: var(--colorFFF);
}
.mod-arrows.green .arrows-icon img:nth-child(2){
    opacity: 1;
}
.mod-arrows.green .arrows-icon img:nth-child(1){
    opacity: 0;
}
.arrows-icon img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s;
}
.arrows-icon img:nth-child(2){
    opacity: 0;
}
/* 分页 */
.pc-fenye li {
    width: 34px;
    height: 34px;
    border: 1px solid transparent;
    font-size: var(--font16);
    line-height: 34px;
    color: var(--color747);
    margin: 0 8px;
}
.first li, .prev li, .end li, .next li{
    color: var(--color333) !important;
}
.pc-fenye li.activepage {
    color: #fff;
    background: var(--colormain1);
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
.ys-nyban-title h1, .ys-nyban-title p{
    width:60%;
}
.ys-nyban-title h1{
    font-size: var(--font58);
    color: var(--colorFFF);
    line-height: var(--line12);
}
.ys-nyban-title p{
    line-height: var(--line175);
    color: var(--colorFFF);
    font-size: var(--font18);
    margin-top: 24px;
}
.ys-bread-list a{
    font-size: var(--font14);
    color: var(--colorFFF);
    line-height: var(--line18);
}
.mod-bread{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:16px;
}
/* 底部导航 */
.ys-footer {
    position: relative;
    z-index: 1;
}
.ys-footer-fixed{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ys-main{
    position: relative;
    z-index: 2;
    background: var(--colorFFF);
    padding-bottom: var(--space160);
    pointer-events: none;
}
.ys-main::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    border-radius: 40px;
    background: var(--colorFFF);
}
.ys-main div{
    pointer-events: all;
}
.mod-foot{
    width: 100%;
    padding: 200px 0 20px;
    position: relative;
}
.mod-foot::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.4);
    z-index: 0;
}
.mod-foot-top{
    padding-bottom: 150px;
}
.mod-foot-top, .mod-foot-bot{
    position: relative;
    z-index: 2;
}
.mod-foot-top-tit{
    text-align: center;
    color: var(--colorFFF);
    margin-bottom: 30px;
}
.mod-foot-top-word p{
    text-align: center;
    color: var(--colorFFF);
}
.mod-foot-top-btn{
    display: flex;
    justify-content: center;
    margin-top: var(--space60);
}
.mod-foot-bot{
    padding: 0 20px;
}
.mod-foot-bot-cont{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter:blur(30px);
    padding: 70px 0 0;
}
.mfbl-logo{
    width: 134px;
}
.mfbl-logo a{
    display: block;
    width: 100%;
}
.mfbl-logo a img{
    width: 100%;
}
.mod-foot-bot-tp{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.mfbl-link-ul{
    display: flex;
    margin: 0 -30px;
}
.mfbl-link{
    width: 70%;
}
.mfbl-link-ul-li{
    width: 25%;
    padding: 0 30px;
}
.mlul-link a{
    display: block;
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--colorFFF);
}
.mlul-link{
    margin-bottom: 24px;
}
.mfbl-link-ul-li ul li {
    margin-bottom: 12px;   
}
.mfbl-link-ul-li ul li:last-child{
    margin-bottom: 0px;
}
.mfbl-link-ul-li ul li p a{
    color: var(--colorFFF);
    font-size: var(--font16);
    line-height: var(--line175);
    transition: all .4s;
}
.mfbs-ul-li a{
    display: block;
    width: 44px;
}
.mfbs-ul-li a img{
    width: 100%;
}
.mfbs-ul-li{
    padding: 0 20px;
}
.mfbs-ul{
    display: flex;
    margin: 0 -20px;
}
.mod-foot-bot-btm{
    padding: 22px 0;
    margin-top:20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mfbb-le p span, .mfbb-le p a{
    font-size: var(--font16);
    color: var(--colorFFF);
    display: inline-block;
    line-height: 1.5;
}
.mfbb-le p a{
    margin-left: 40px;
}
.mod-foot-bot-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mfbb-ri-ul{
    display: flex;
    margin: 0 -20px;
}
.mfbb-ri-ul-li {
    padding: 0 20px;
}
.mfbb-ri-ul-li a{
    display: block;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colorFFF);
    transition: all .4s;
}
.mod-foot-top-text{
    text-align: center;
    color: var(--colorFFF);
    line-height: var(--line14);
    /* font-weight: bold; */
    margin-bottom: 18px;
}
.mod-foot-top-text span{
    font-size: var(--font24);
    line-height: var(--line15);
    font-weight: normal;
}
/* 顶部导航 */
.ys-hd-pc{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.mod-nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter:blur(5px);
    transition: all .4s;
}
.head-logo{
    width: 178px;
    line-height: var(--line80);
}
.head-logo a{
    display: block;
    position: relative;
    line-height: var(--line80);
}
.head-logo a img{
    width: 100%;
    transition: all .4s;
}
.head-logo a img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-nav-ri{
    display: flex;
    align-items: stretch;
}
.head-nav{
    display: flex;
    margin: 0 -30px;
}
.head-nav-item{
    padding: 0 30px;
}
.head-nav-item-title{
    line-height: var(--line80);
    position: relative;
    display: block;
    color: var(--colorFFF);
    transition: all .4s;
    font-size: var(--font16);
}
.head-nav-item-title::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--colorFFF);
    transition: all .4s;
}
.ys-hd-pc.isfixed .head-nav-item-title::after, .ys-hd-pc.isfixed1 .head-nav-item-title::after{
    background: var(--colormain1);
}
.inside-body .head-nav-item-title::after{
    background: var(--colormain1);
}
.head-nav-item.yxnav-active1 .head-nav-item-title::after{
    width: 100%;
}
.ys-nyban-img{
    position: relative;
}
.ys-nyban-img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 8, 2, 1) 0%, rgba(0, 8, 2, 0) 100%);
    opacity: 0.45;
}
.head-nav{
    margin-right: 80px;
}
.mod-nav-ri-search{
    margin-right: 40px;
}
.ys-search2-btn{
    width: 32px;
    line-height: var(--line80);
    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: 0 10px 18px 3px rgb(0 0 0 / 2%);
    overflow: hidden;
    display: none;
}
.ys-search2-box{
    padding: 16px 0;
    height: 350px;
}
.ys-search2-tibox{
    width:50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys-search2-tbox{
    border-bottom: 1px solid #eee;
    width: calc(100% - 32px);
    padding-right: 20px;
    height: 40px;
}
.ys-search2-tbox input{
    width: 100%;
    height: 100%;
    font-size: var(--font16);
}
.ys-search2-ibox {
    width: 32px;
    margin-top: 10px;
}
.ys-search2-ibox img{
    width: 100%;
}
.ys-search2-btn img{
    transition: all .4s;
    width: 100%;
}
.ys-search2-btn img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mnrl-tp-le{
    width: 28px;
    position: relative;
    margin-right: 4px;
}
.mnrl-tp-le img{
    width: 100%;
    transition: all .4s;
}
.mnrl-tp-le img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-nav-ri-lang{
    margin-right: 40px;
}
.mnrl-tp-ri{
    width: 24px;
    position: relative;
}
.mnrl-tp-ri img{
    width: 100%;
    transition: all .4s;
}
.mnrl-tp-ri img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mnrl-tp{
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mod-nav-ri-lang{
    position: relative;
}
.mnrl-pull{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 20px);
    background: var(--colorFFF);
    box-shadow: 0 10px 18px 3px rgb(0 0 0 / 3%);
    padding: 10px;
    display: none;
}
.mod-nav-ri-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mnrl-pull-ul-li a{
    text-align: center;
    display: block;
    font-size: var(--font16);
    color: var(--color333);
    transition: all .4s;
}
.ys-hd-pc.isfixed .mod-nav,
 .ys-hd-pc.isfixed1 .mod-nav{
    background: var(--colorFFF);
    border-bottom: 1px solid  #D8D9E2;
    box-shadow: 0 10px 18px 3px rgb(0 0 0 / 3%);
}
.ys-hd-pc.isfixed .head-logo a img:nth-child(2), 
.ys-hd-pc.isfixed1 .head-logo a img:nth-child(2){
    opacity: 1;
}
.ys-hd-pc.isfixed .head-logo a img:nth-child(1), 
.ys-hd-pc.isfixed1 .head-logo a img:nth-child(1){
    opacity: 0;
}
.ys-hd-pc.isfixed .head-nav-item-title, 
.ys-hd-pc.isfixed1 .head-nav-item-title{
    color: var(--color333);
}
.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title, 
.ys-hd-pc.isfixed1 .head-nav-item.yxnav-active1 .head-nav-item-title{
    color: var(--colormain1);
}
.ys-hd-pc.isfixed .ys-search2-btn img:nth-child(2), 
.ys-hd-pc.isfixed .mnrl-tp-le img:nth-child(2), 
.ys-hd-pc.isfixed .mnrl-tp-ri img:nth-child(2), 
.ys-hd-pc.isfixed1 .ys-search2-btn img:nth-child(2), 
.ys-hd-pc.isfixed1 .mnrl-tp-le img:nth-child(2), 
.ys-hd-pc.isfixed1 .mnrl-tp-ri img:nth-child(2){
    opacity: 1;
}
.ys-hd-pc.isfixed .ys-search2-btn img:nth-child(1), 
.ys-hd-pc.isfixed .mnrl-tp-le img:nth-child(1), 
.ys-hd-pc.isfixed .mnrl-tp-ri img:nth-child(1), 
.ys-hd-pc.isfixed1 .ys-search2-btn img:nth-child(1), 
.ys-hd-pc.isfixed1 .mnrl-tp-le img:nth-child(1), 
.ys-hd-pc.isfixed1 .mnrl-tp-ri img:nth-child(1){
    opacity: 0;
}
.ys-hd-pc.isfixed .std-btn4-box, 
.ys-hd-pc.isfixed1 .std-btn4-box{
    color: var(--colormain1);
    border: solid 1px var(--colormain1);
}
.inside-body .ys-hd-pc .mod-nav{
    background: var(--colorFFF);
    border-bottom: 1px solid  #D8D9E2;
}
.inside-body .ys-hd-pc .head-logo a img:nth-child(2){
    opacity: 1;
}
.inside-body .ys-hd-pc .head-logo a img:nth-child(1){
    opacity: 0;
}
.inside-body .ys-hd-pc .head-nav-item-title{
    color: var(--color333);
}
.inside-body .ys-hd-pc .head-nav-item.yxnav-active1 .head-nav-item-title{
    color: var(--colormain1);
}
.inside-body .ys-hd-pc .ys-search2-btn img:nth-child(2), 
.inside-body .ys-hd-pc .mnrl-tp-le img:nth-child(2), 
.inside-body .ys-hd-pc .mnrl-tp-ri img:nth-child(2){
    opacity: 1;
}
.inside-body .ys-hd-pc .ys-search2-btn img:nth-child(1), 
.inside-body .ys-hd-pc .mnrl-tp-le img:nth-child(1), 
.inside-body .ys-hd-pc .mnrl-tp-ri img:nth-child(1){
    opacity: 0;
}
.inside-body .ys-hd-pc .std-btn4-box{
    color: var(--colormain1);
    border: solid 1px var(--colormain1);
}
.head-nav-item{
    position: static;
}
.head-nav-item-down{
    width: 100vw;
    background: var(--colorFFF);
    position: absolute;
    top:calc(100% + 0px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 18px 3px rgb(0 0 0 / 3%);
}
.mpul-link{
    display: flex;
    align-items: center;
    padding: 16px 0;
    position: relative;
}
.mpul-link-icon{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 22px;
}
.mpul-link-icon img{
    width: 100%;
}
.mpul-link p{
    font-size: var(--font18);
    transition: all .4s;
    line-height: var(--line175);
    color: var(--color333);
}
.mod-pull-wrap{
    padding: 0 100px;
}
.mod-pull-ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -80px;
}
.mod-pull-ul-li{
    padding: 0 80px;
}
.mod-pull-ul-li.yxnav-active2 .mpul-link p{
    color: var(--colormain1);
}
.prod-pull-wrap{
    display: flex;
    align-items: stretch;
}
.prod-pull-ri, .prod-pull-le{
    padding-top: 40px;
}
.prod-pull-ri{
    width: 28%;
    padding-right: 100px;
    background: #f8f8f8;
    padding-left: 50px;
}
.prod-pull-le{
    width: 72%;
    padding-left: 100px;
}
.prod-pull-tp a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: solid 1px #D8D9E2;
}
.prod-pull-tp p{
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line175);
}
.prod-pull-tp{
    margin-bottom: 16px;
}
.pprw-ul-li a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.pprw-ul-li .ys-imgbox-cover{
    position: relative;
}
.pprw-ul-li .ys-imgbox-cover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
    opacity: 0.7;
}
.pprw-ul-li-tit{
    position: absolute;
    left: 50%;
    bottom:16px;
    transform: translateX(-50%);
    width: calc(100% - 36px);
    color: var(--colorFFF);
    line-height: 1.1;
    font-size: var(--font14);
    font-family: var(--family1) !important;
}
.pprw-ul-li{
    margin-bottom: 20px;
}
.prod-pull-ri-wrap{
    max-height: 660px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: var(--colormain1) !important;
    border-radius: 0;
}
.mCSB_outside+.mCSB_scrollTools{
    bottom: 10px;
}
.pplf-ul-li-link{
    display: flex;
    align-items: center;
    padding: 16px 0;
    padding-left: 10px !important;
    position: relative;
    background: transparent;
    transition: all .4s;
}
.pplf-ul-li-link::after{
    content: "";
    position: absolute;
    right: -1px;
    width: 3px;
    height: 100%;
    background: var(--colormain1);
    opacity: 0;
    transition: all .4s;
}
.pplf-ul-li.yxnav-active2 .pplf-ul-li-link::after{
    opacity: 1;
}
.pplf-ul-li.yxnav-active2 .pplf-ul-li-link{
    background: rgba(0, 89, 7, 0.05);
}
.pplf-ul-li.yxnav-active2 .pplf-ul-li-link p{
    color: var(--colormain1);
}
.pull-pic{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
}
.pull-pic img{
    width: 100%;
}
.pplf-ul-li-link p{
    color: var(--color333);
    line-height: var(--line175);
    font-size: var(--font18);
    transition: all .4s;
}
.prod-pull{
    overflow: hidden;
}
.prod-pull-le-fl{
    width: 18%;
    position: relative;
}
.prod-pull-le-fr{
    width:82%;
    padding: 0 var(--space80);
}
.prod-pull-le-fl::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100vh;
    background: #D8D9E2;
}
.prod-pull-le{
    display: flex;
    align-items: stretch;
}
.pplf-list{
    display: flex;
    margin: 0 -32px;
}
.pplf-ul-lis{
    width: 50%;
    padding: 0 32px;
}
.pplf-item{
    display: none;
}
.pplf-item:first-child{
    display: block;
}
.pulu-link a{
    color: var(--color747);
    line-height: var(--line175);
    font-size: var(--font16);
    transition: all .4s;
    padding:px 0px;
    display: block;
}
.pulu-link.yxnav-active3 a{
    padding: 8px 16px;
    border-radius: 5px;
    background: rgba(0, 89, 7, 0.05);
    color: var(--colormain1);
}
.pulu-link{
    margin-bottom: 12px;
}
.pulu-link:last-child{
    margin-bottom: 0px;
}
/* 公共样式 - end */
/* b2-Products & Solutions 详情页-start */
.soludet-list-ul{
    display: flex;
    align-items: stretch;
}
.soludet-list-ul-li{
    width: 16.666667%;
    position: relative;
}
.soludet-list-ul-li::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--colormain1);
    transition: all .4s;
}
.soludet-list-ul-li.act::after{
    width: 100%;
}
.soludet-list-ul-li.act p{
    color: var(--colormain1);
}
.soludet-list{
    width: 100%;
    position: sticky;
    top: var(--line80);
    background: var(--colorFFF);
    border-bottom: 1px solid  #D8D9E2;
    z-index: 3;
    transition: all .4s;
}
.soludet-list-ul-li p{
    font-size: var(--font16);
    color: var(--color747);
    line-height: var(--line175);
    transition: all .4s;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    height: 100%;
}
.sticky-body{
    overflow: visible !important;
}
.soludet-list.start .soludet-list-ul-li p{
    padding: 6px 0;
}
.soludet-list.start{
    box-shadow: 0 10px 18px 3px rgb(0 0 0 / 3%);
}
.mod-wrap{
    padding-top: var(--space160);
}
.soludet-main h2{
    text-align: center;
    line-height: var(--line12);
    color: var(--color333);
}
.soludet-solu-srap{
    width: 66%;
    margin: 0 auto;
}
.soludet-ul-li{
    width: 50%;
    padding: 0 25px;
}
.soludet-solu-ul{
    margin: 0 -25px;
}
.soludet-ul-li a{
    display: block;
    border-radius: var(--radius10);
    box-shadow: 0px 6px 12px 0px rgba(0, 31, 68, 0.10);
    overflow: hidden;
    background: var(--colorFFF);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.soludet-ul-li.slick-slide:not(:first-child){
    display: none;
}
.soludet-solu-ul .slick-list{
    overflow: visible !important;
}
.soludet-ul-li .ys-imgbox-cover{
    background: #f8f8f8;
}
.soludet-ul-li-bot{
    padding: 20px 26px 32px;
}
.sulb-tit{
    color: var(--color333);
    line-height: var(--line16);
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 58px;
}
.mod-btn{
    display: flex;
    justify-content: center;
    margin-top: var(--space60);
}
.soludet-case-wrap{
    width: 56%;
    margin: 0 auto;
}
.soludet-case-ul-li.slick-slide:not(:first-child){
    display: none;
}
.scul-box{
    border-radius: var(--radius10);
    overflow: hidden;
    position: relative;
    display: block;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.scul-hide{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}
.scul-hide-ul{
    display: flex;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:blur(10px);
    padding: 0 4px;
    /* margin: 0 -12px; */
}
.shul-img{
    width: 16px;
}
.shul-img img{
    width: 100%;
}
.scul-hide-ul-li{
    padding: 0 12px;
    position: relative;
}
.scul-hide-ul-li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: var(--colorFFF);
}
.scul-hide-ul-li:last-child::after{
    display: none;
}
.scul-hide-ul-li p{
    font-size: var(--font14);
    line-height: var(--line18);
    color: var(--colorFFF);
}
.scul-box .ys-imgbox-cover{
    position: relative;
}
.scul-box .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
    opacity: 1;
    pointer-events: none;
    z-index: 0;
}
.scul-hide-bot-text{
    color: var(--colorFFF);
    font-family: var(--family1) !important;
    line-height: var(--line14);
    padding-bottom: 4px;
    border-bottom: solid 1px #fff;
    margin-bottom: 4px;
}
.scul-hide-bot-word p{
    color: var(--colorFFF);
    line-height: var(--line175);
}
.soludet-case-ul-li{
    width: 100%;
    padding: 0 25px;
}
.soludet-case-ul{
    margin: 0 -25px;
}
.soludet-case-ul .slick-list{
    overflow: visible !important;
}
.mod-btn p{
    font-size: var(--font18);
}
.soludet-prod-ul{
    margin: 0 -18px;
}
.soludet-prod-ul-li{
    width: 33.333333%;
    padding: 0 18px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.soludet-prod-ul-li.slick-slide:not(:first-child){
    display: none;
}
.spul-top{
    position: relative;
}
.spul-top-logo{
    position: absolute;
    top: 10px;
    right: 5px;
    width: 100px;
    opacity: 0;
}
.spul-top-logo img{
    width: 100%;
}
.soludet-prod-ul-li.on .spul-top-logo{
    opacity: 1;
}
.spul-link{
    display: block;
    position: relative;
    background: #F8F8F8;
    box-shadow: 0px 6px 12px 0px rgba(0, 31, 68, 0.10);
    border-radius: var(--radius10);
    overflow: hidden;
}
.spul-bot{
    width: 100%;
    padding:20px 26px 14px;
    background: var(--colorFFF);
}
.spul-bot-tit{
    margin-bottom: 3px;
    line-height: var(--line16);
    text-overflow: ellipsis;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.soludet-prod-slide{
    position: relative;
}
.soludet-prod-slide .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.soludet-prod-slide .arrows-prev{
    left: -24px;
}
.soludet-prod-slide .arrows-next{
    right: -24px;
}
.soludet-prod-ul .slick-list{
    overflow: visible !important;
}
.soludet-prod{
    position: relative;
}
.soludet-prod::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--left) + 40px);
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.soludet-prod::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(var(--left) + 40px);
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.soludet-adv-ul{
    display: flex;
    align-items:stretch;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.soludet-adv-ul-li{
    height: auto !important;
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 44px;
}
.saul-box{
    height: 100%;
    display: flex;
    align-items: flex-start;
    border-radius: var(--radius10);
    box-shadow: 0px 6px 12px 0px rgba(0, 31, 68, 0.10);
    padding: 24px 16px 24px 20px;
}
.saul-icon{
    width: 32px;
    flex-shrink: 0;
    margin-right: 28px;
}
.saul-icon img{
    width: 100%;
}
.saul-word p{
    font-size: var(--font18);
    line-height: var(--line16);
    color: var(--color333);
}
.soludet-adv-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.soludet-adv-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.soludet-adv-ul-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.soludet-intro-pic-img{
    display: none;
}
.soludet-intro-pic-img:first-child{
    display: block;
}
.mod-word p{
    text-align: center;
    color: var(--color747);
    line-height: var(--line175);
}
.soludet-intro-ul{
    display: flex;
    justify-content: center;
    border-radius: 125px;
    overflow: hidden;
}
.soludet-intro-ul-li p{
    padding: 12px 40px;
    transition: all .4s;
    color: var(--color747);
    background: #F8F8F8;
    font-size: var(--font18);
    line-height: var(--line16);
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.soludet-intro-ul-li p::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: var(--colorFFF);
    border: solid 2px var(--colormain1);
    border-radius: 125px;
    z-index: -1;
    opacity: 0;
}
.soludet-intro-list{
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.soludet-intro-ul-li.act p{
    color: var(--colormain1);
}
.soludet-intro-ul-li.act p::after{
    opacity: 1;
}
.soludet-intro-list{
    margin-bottom:40px;
}
.soludet-intro-pic-img{
    width: 100%;
    border-radius: var(--radius20);
    overflow: hidden;
}
.soludet-intro-pic-img img{
    width: 100%;
}
.mod-word{
    margin-bottom: 40px;
}
.soludet-wrap{
    padding-top: var(--space160);
}
.soludet-system-pic{
    border-radius: var(--radius10);
    overflow: hidden;
    width: 100%;
}
.soludet-system-pic img{
    width: 100%;
}
.soludet-main .mod-wrap{
    padding-top: 0px !important;
}
/* b2-Products & Solutions 详情页-end */
/* e2-新闻列表-start */
.inside-main{
    padding-top: var(--line80);
}
.inside-main .mod-bread{
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    transform: inherit;
    margin-top: 16px;
}
.inside-main .ys-bread-list a{
    color: var(--color747);
}
.inside-main .ys-bread-list::before{
    color: var(--colo747);
}
.mod-foot-top-word {
    width: 83%;
    margin: 0 auto;
}
.mod-foot-top-btn .std-btn3-box{
    border: solid 1px var(--colormain1);
}
.news-main .mod-foot-top-word, 
.newsdet-main .mod-foot-top-word, 
.ctact-main .mod-foot-top-word, 
.creat-main .mod-foot-top-word,
.hornor-main .mod-foot-top-word,
.case-main .mod-foot-top-word{
    width: 62%;
}
.news-main .mod-foot::after, 
.newsdet-main .mod-foot::after{
    background: rgba(0, 0, 0, 0.2);
}
.news-main h1{
    text-align: center;
    margin-bottom: 24px;
}
.news-list-top{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.news-list-top-le, .news-list-top-ri{
    width: 49%;
}
.news-list-top-le a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
    border-radius: var(--radius10);
    background: var(--colorFFF);
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
}
.news-list-top-ri{
    border-radius: var(--radius10);
    overflow: hidden;
}
.news-list-top-ri img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nltl-ul-li-box{
    display: flex;
    align-items: center;
}
.nltl-ul{
    display: flex;
    align-items: center;
    margin: 0 -20px 12px;
}
.nltl-ul-li{
    padding: 0 20px;
}
.nulb-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 25px;
    position: relative;
}
.nulb-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: var(--colormain1);
}
.nulb-icon img{
    width: 100%;
}
.nltl-ul-li-box p{
    color: var(--colormain1);
    font-size: var(--font16);
    line-height: var(--line175);
}
.nltl-tit{
    color: var(--color333);
    line-height: var(--line15);
    height: 4.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: var(--space32);
}
.nltl-word p{
    color: var(--color747);
    line-height: var(--line175);
    text-overflow: ellipsis;
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list .mod-word{
    margin: 0 auto;
    margin-bottom: var(--space80);
}
.news-list-top-ri{
    animation-delay: 0.3s;
}
.news-list-bot-list{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: var(--space80);
}
.nlbl-lis{
    height: auto !important;
    width: 25% !important;
    border-bottom: solid 1px #D8D9E2;
}
.nlbl-lis a{
    height: 100%;
    display: block;
    text-align: center;
    transition: all .4s;
    font-size: var(--font18);
    color: var(--color747);
    line-height: var(--line175);
    padding: 0 10px 10px;
    position: relative;
    /* white-space: wrap; */
}
.nlbl-lis a::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    bottom: -1px;
    background: var(--colormain1);
    transition: all .4s;
}
.nlbl-lis.act a::after{
    width: 100%;
}
.nlbl-lis.act a{
    color: var(--colormain1);
}
.nlbu-li-link{
    display: flex;
    align-items: stretch;
    padding: 40px 0;
    position: relative;
    border-bottom: solid 1px #D8D9E1;
    transition: all .4s;
}
.nlbu-li-link::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    opacity: 0;
    background: var(--colormain1);
    transition: all .4s;
}
.nlbu-li-link .ys-imgbox-cover{
    width: 35%;
    border-radius: var(--radius10);
    overflow: hidden;
}
.nlbu-li-ri{
    width: 65%;
    padding-left:80px;
}
.nlbu-li-ri-date p{
    color: var(--color747);
    line-height: var(--line175);
    font-size:var(--font16) ;
}
.nlbu-li-ri-tit{
    color: var(--color333);
    margin-bottom: 24px;
    line-height: var(--line15);
    transition: all .4s;
    min-height: 1.5em;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nlbu-li-ri-word p{
    color: var(--color747);
    line-height: var(--line175);
    height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nlbu-li-ri{
    position: relative;
}
.nlbu-li-ri .std-btn5{
    position: absolute;
    bottom: 0;
    left: 80px;
}
.news-list-bot .mod-paging{
    margin-top: var(--space80);
}
/* e2-新闻列表-end */
/* e3-新闻详情-start */
.newsdet-cont-wrap{
    display: flex;
    align-items: flex-start;
}
.newsdet-cont-le{
    width: 62.5%;
}
.newsdet-cont-ri{
    width:37.5%;
    padding-left: 120px;
}
.mfbl-link-ul-li:last-child ul li p a{
    font-size: var(--font20);
}
.newsdet-cont-le h1{
    margin-bottom: 16px;
}
.nclp-ul-li-icon{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: solid 1px var(--colormain1);
    position: relative;
    margin-right: 24px;
    transition: all .4s;
    flex-shrink: 0;
}
.nclp-ul-li-icon img{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nclp-ul-li-icon img{
    transition: all .4s;
}
.nclp-ul{
    margin: 0 -15px;
}
.nclp-ul-li{
    width: 50%;
    padding: 0 15px;
}
.nclp-ul-li p{
    color: var(--colormain1);
    font-size: var(--font16);
    line-height: var(--line175);
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nclp-ul-li-icon img:nth-child(2){
    opacity: 0;
}
.nclp-ul-li a{
    display: flex;
    align-items: center;
}
.nclp-ul-li-next a{
    flex-direction: row-reverse;
}
.nclp-ul-li-next .nclp-ul-li-icon{
    margin-right: 0px !important;
    margin-left: 24px;
}
.nclp-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsdet-cont-le-edr p img{
    border-radius: var(--radius10);
}
.newsdet-cont-le-edr{
    padding-top: 50px;
    border-top: solid 1px rgba(216, 217, 224, 0.5);
    margin-top: 26px;
    padding-bottom: 46px;
    border-bottom: solid 1px rgba(216, 217, 224, 0.5);
    margin-bottom: 19px;
}
.newsdet-cont-le-edr p{
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color747);
    margin-bottom:14px;
}
.ys-share-img{
    width: 44px;
    display: block;
}
.ys-share-list{
    margin-right: 40px;
}
.ys-share-list:last-child{
    margin-right: 0px;
}
.newsdet-cont-ri h2{
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(216, 217, 224, 0.5);
    margin-bottom: 20px;
}
.newsdet-cont-ri-sahre{
    margin-bottom: 70px;
}
.ncrn-ul-li:first-child a{
    padding-top: 0px;
}
.ncrn-ul-li a{
    display: block;
    padding: 40px 0 20px;
    border-bottom: solid 1px rgba(116, 116, 116, 0.5);
}
.ncrn-ul-li .ys-imgbox-cover{
    border-radius: var(--radius10);
    margin-bottom: 12px;
}
.ncrn-ul-li-tit{
    color: var(--color333);
    line-height: var(--line175);
}
/* e3-新闻详情-end */
/* c3-常见问题列表-start */
.faq-main h1{
    text-align: center;
}
.faq-list-sear{
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto var(--space80);
}
.faq-list-sear-input{
    width: 80%;
}
.faq-list-sear .std-btn2{
    width: 17%;
}
.faq-list-sear .std-btn2-box{
    border: solid 1px var(--colormain1);
    border-radius: 80px;
    padding: 11px 32px;
    cursor: pointer;
}
.faq-list-sear .std-btn2-icon{
    border: none !important;
    width: 24px;
    height: auto;
    margin-left: 16px;
}
.faq-list-sear .std-btn2-icon img{
    width: 100%;
}
.faq-list-sear-input{
    height: 52px;
    border-radius: 80px;
    border: 1px solid  #D8D9E2;
}
.faq-list-sear input{
    width: 100%;
    height: 100%;
    padding: 0 36px;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color333);
}
.faq-list-sear input::placeholder{
    color: var(--color747);
}
.faq-list-le{
    width: 20%;
}
.faq-list-ri{
    width: 80%;
    padding-left: 100px;
    position: relative;
}
.faq-list-ri::after{
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 80%;
    background: #D8D9E1;
    z-index: 0;
}
.fllu-li-box{
    display: flex;
    align-items: center;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
}
.fllu-li-box::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: var(--colormain1);
    opacity: 0;
    transition: all .4s;
    z-index: 1;
}
.fllu-li.act .fllu-li-box::after{
    opacity: 1;
}
.fllu-li-icon{
    width: 32px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
}
.fllu-li-icon img{
    width: 100%;
}
.fllu-li-box p{
    color: var(--color747);
    transition: all .4s;
    font-size: var(--font18);
    line-height: var(--line175);
}
.fllu-li.act .fllu-li-box p{
    color: var(--colormain1);
}
.fllu-li{
    margin-bottom: 24px;
}
.fllu-li:last-child{
    margin-bottom: 0px;
}
.faq-list-wrap{
    display: flex;
    align-items: flex-start;
}
.flru-li{
    border-bottom: solid 1px rgba(108, 118, 118, 0.20);
}
.flru-li-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0; 
    cursor: pointer;
}
.flru-li-tp-icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    font-size: 0;
    border: solid 1px var(--colormain1);
    background: transparent;
    transition: all .4s;
    display: inline-block;
}
.flru-li-tp-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:40%;
    height: 1px;
    background: var(--colormain1);
    transition: all .4s;
}
.flru-li-tp-icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:1px;
    height:40%;
    background: var(--colormain1);
    transition: all .4s;
}
.flru-li-tp-tit{
    width: 100%;
    padding-right: 20px;
    color: var(--color333);
    line-height: var(--line16);
}
.flru-li:first-child .flru-li-tp{
    padding-top: 0px;
}
.flru-li-bt-edr p{
    font-size: var(--font16);
    color: var(--color747);
    line-height: var(--line175);
    margin-bottom: var(--parpspace12);
}
.flru-li-bt{
    display: none;
    width: 100%;
    padding: 0px 20px  24px;
}
/* .flru-li:first-child .flru-li-bt{
    display: block;
} */
.flru-li.act .flru-li-tp-icon, 
.cebu-li.act .flru-li-tp-icon{
    background: var(--colormain1);
}
.flru-li.act .flru-li-tp-icon::after, 
.flru-li.act .flru-li-tp-icon::before,
.cebu-li.act .flru-li-tp-icon::after, 
.cebu-li.act .flru-li-tp-icon::before{
    background: var(--colorFFF);
    transform: translate(-50%,-50%) rotate(45deg);
}
.faq-list-ri .mod-paging{
    margin-top: var(--space60);
}
/* c3-常见问题列表-end */
/* b3-产品列表-start */
.prod-main .mod-foot-top-word{
    width: 62%;
}
.prod-main .ys-nyban-img::after{
    width: 75%;
    background: linear-gradient(90deg, rgba(89, 89, 89, 0.60) 0%, rgba(89, 89, 89, 0) 100%);
}
.prod-main .ys-nyban-title h1, .prod-main .ys-nyban-title p{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.siul-link{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 16px 40px;
    background: #F8F8F8;
    position: relative;
    z-index: 2;
    transition: all .4s;
    cursor: pointer;
}
.prod-list .soludet-intro-ul{
    position: relative;   
}
.prod-list .soludet-intro-ul::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    border: solid 1px #D8D9E2;
}
.prod-list .soludet-intro-ul-li p{
    transition: all .4s;
    color: var(--color747);
    font-size: var(--font20);
    line-height: var(--line16);
    cursor: pointer;
    background: transparent;
    padding: 0px;
}
.prod-list .soludet-intro-ul-li.act p{
    color: var(--colormain1);
}
.prod-list .soludet-intro-ul-li p::after{
    display: none;
}
.siul-link::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: var(--colorFFF);
    border: solid 2px var(--colormain1);
    border-radius: 125px;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
}
.prod-list .soludet-intro-ul-li.act .siul-link::after{
    opacity: 1;
}
.siul-link-icon{
    width: 34px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
}
.prod-list .soludet-intro-list{
    margin-bottom: var(--space80);
}
.prod-list-le-sear{
    width: 98%;
    height: 50px;
    position: relative;
    border: 1px solid #D8D9E2;
    border-radius: 80px;
    margin-bottom: 40px;
}
.plls-input, .plls-input input{
    width: 100%;
    height: 100%;
}
.plls-input input{
    padding: 0 36px 0 16px;
    font-size: var(--font14);
    line-height: var(--line18);
    color: var(--color333);
}
.plls-input input::placeholder{
    color: var(--color747);
}
.plls-icon{
    width: 24px;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.plls-icon img{
    width: 100%;
}
.prod-list-wrap{
    display: flex;
    align-items: flex-start;
}
.prod-list-le{
    width: 21%;
}
.prod-list-ri{
    width: 79%;
    padding-left:85px;
}
.pllu-lis-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    cursor: pointer;
}
.prod-main .pllu-lis:first-child{
    border-top: solid 1px #D8D9E2;
}
.prod-list-le-ul{
    width: 98%;
}
.pllu-lis{
    border-bottom: solid 1px #D8D9E2;
}
.pllu-lis-down{
    padding: 0px 12px 16px;
}
.pldu-list-link{
    display: flex;
    align-items: baseline;
    cursor: pointer;
}
.pldu-list-link p{
    font-size: var(--font14);
    color: var(--colo747);
    line-height: var(--line18);
    transition: all .4s;
}
.pldu-list-link-icon{
    width: 26px;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
}
.pldu-list-link-icon img{
    width: 100%;
    transition: all .4s;
}
.pldu-list-link-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.pldu-list-link p{
    width: 100%;
    padding-right: 20px;
    font-size: var(--font14);
    color: var(--color747);
}
.pllu-lis-tp p, .pllu-lis-tp a p, .pllu-lis .std-btn5-box p{
    display: inline-block;
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line16);
}
.pllu-lis-tp a{
    display: inline-block;
}
.pllu-lis0 .std-btn5-box, .pllu-lis0 .std-btn5{
    justify-content: space-between !important;
    width: 100%;
}
.pllu-lis0 .std-btn5-box{
    padding: 16px 0;
}
.pllu-lis-tp .icon-arrow-down{
    font-size: 12px;
    font-weight: normal;
    transition: all .4s;
}
.pllu-lis-tp .icon-arrow-down::before{
    transition: all .4s;
    color: var(--color747);
}
.pldu-list{
    margin-bottom: 8px;
}
.pldu-list:last-child{
    margin-bottom: 0px;
}
.pldu-list.act p{
    color: var(--colormain1);
}
.pldu-list.act .pldu-list-link-icon img:nth-child(2){
    opacity: 1;
}
.pldu-list.act .pldu-list-link-icon img:nth-child(1){
    opacity: 0;
}
.pllu-lis{
    position: relative;
    transition: all .4s;
}
.prod-main .pllu-lis::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--colormain1);
    transition: all .4s;
}
.prod-main .pllu-lis.active::after{
    width: 100%;
}
.pllu-lis:last-child{
    border-bottom: solid 1px transparent;
}
.pllu-lis-down{
    display: none;
}
/* .pllu-lis:first-child .pllu-lis-down{
    display: block;
} */
.pllu-lis.active .iconfont{
    transform: rotate(180deg);
}
.pllu-lis.active .icon-arrow-down::before{
    color: var(--colormain1);
}
.pllu-lis.active .pllu-lis-tp p{
    color: var(--colormain1);
}
.prod-list-ri-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}
.plru-li{
    width: 33.333333%;
    padding: 0 9px;
    margin-bottom: 40px;
}
.plru-li-box{
    position: relative;
    display: block;
    box-shadow: 0px 4px 40px 10px rgba(0, 31, 130, 0.04);
    border-radius: var(--radius10);
    overflow: hidden;
}
.plru-li-top{
    position: relative;
    padding-top: 26px;
    padding-bottom: 38px;
    border-bottom: solid 1px #D8D9E2;
}
.plru-li-top .ys-imgbox-cover{
    margin-bottom: 32px;
}
.plru-li-top-tit{
    padding: 0 22px;
    color: var(--color333);
    line-height: var(--line175);
}
.plru-li-bot{
    display: flex;
    position: relative;
}
.plru-li-bot::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 100%;
    background: #D8D9E2;
}
.plru-li-bot-btn1, .plru-li-bot-btn2{
    width: 50%;
}
.plru-li-bot-btn1 a{
    display: block;
    text-align: center;
    font-size: var(--font16);
    color: var(--colormain1);
    line-height: var(--line175);
    padding: 16px 10px;
}
.plbb-sect{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    cursor: pointer;
}
.plru-li-bot-btn2 p{
    font-size: var(--font16);
    color: var(--colormain1);
    line-height: var(--line175);
}
.plbb-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 16px;
}
.plbb-icon img{
    width: 100%;
}
.plru-li-pull{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 30px;
    border-radius: var(--radius10) var(--radius10) 0px 0px;
    box-shadow: 0px -39px 16px 0px rgba(74, 74, 74, 0.01), 0px -22px 13px 0px rgba(74, 74, 74, 0.02), 0px -10px 10px 0px rgba(74, 74, 74, 0.03), 0px -2px 5px 0px rgba(74, 74, 74, 0.04);
    background: var(--colorFFF);
    transform: translateY(100%);
    opacity: 0;
    transition: all .4s;
}
.plru-li.start .plru-li-pull{
    opacity: 1;
    transform: translateY(0%);
}
.plpw-ul-li a, .newllru-list-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.plpw-ul-li-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
}
.plpw-ul-li p{
    color: var(--color333);
    line-height: var(--line18);
    font-size: var(--font14);
    transition: all .4s;
}
.plpw-ul-li-icon img{
    width: 100%;
}
.plpw-ul-li{
    margin-bottom:9px;
}
.plpw-ul-li:last-child{
    margin-bottom: 0px;
}
.plru-li-bot-btn{
    padding-bottom: 10px;
    border-bottom: solid 1px #D8D9E2;
    margin-bottom: 16px;
}
.plru-li-bot-btn .plbb-sect{
    padding: 0;
}
.plru-li-bot-btn .plbb-sect p{
    color: var(--colormain1);
    font-size: var(--font16);
    line-height: var(--line175);
}
.plru-li-bot-btn .plbb-sect img{
    transform: rotate(180deg);
}
.plru-li-pull-wrap{
    max-height: 105px;
}
.plru-li-pull-btn{
    width: 100%;
    border-top: solid 1px #D8D9E2;
    padding-top: 16px;
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.plru-li-pull-btn .std-btn-icon{
    margin-left: 16px;
}
.plru-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.plru-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.plru-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.prod-list-wrap .mod-paging{
    margin-top: 20px;
}
.prod-list{
    position: relative;
}
.prod-list::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85vw;
    max-width: 1440px;
    height: 1px;
    background: #D8D9E1;
}
.prod-need h2{
    text-align: center;
}
.prod-need-ul-li.slick-slide:not(:first-child){
    display: none;
}
.pnul-link{
    height: 100%;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    display: block;
    box-shadow: 0px 4px 40px 0px rgba(0, 31, 130, 0.10);
    border-radius: var(--radius10);
    overflow: hidden;
    padding: 40px 50px;
}
.prod-need-ul-li{
    width: 33.333333%;
    padding: 0 20px;
}
.prod-need-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.pnul-link-icon{
    width: 44px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.pnul-link-icon img{
    width: 100%;
}
.pnul-link-tit{
    text-align: center;
    color: var(--color333);
    line-height: var(--line15);
    margin-bottom: 12px;
}
.pnul-link-word p{
    text-align: center;
    color: var(--color747);
    line-height: var(--line18);
    height: 3.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pnul-link-word{
    margin-bottom: 48px;
}
.prod-main .std-btn5{
    display: flex;
    justify-content: center;
}
.prod-need-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.prod-need-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.prod-need-ul-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.slick-dots{
    bottom: 0px;
}
.slick-dots li{
    width: 20px;
    height: 2px;
    margin: 0 5px;
    background: #D8D9E2;
    border-radius: 10px;
}
.slick-dots li.slick-active{
    background: var(--colormain1);
}
/* b3-产品列表-end */
/* c2-资料下载列表-start */
.load-main h1{
    text-align: center;
}
.load-list-top-select{
    display: flex;
    justify-content: center;
    align-items: center;
}
.llts-all{
    width: auto;
    flex-shrink: 0;
    padding-right:32px;
    background: var(--colorFFF);
    position: relative;
}
.llts-all::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #D8D9E2;
}
.llts-all-link, .llts-ul-lis-link p{
    font-size: var(--font18);
    color: var(--color747);
    line-height: var(--line175);
    display: inline-block;
    white-space: nowrap;
    transition: all .4s;
}
.llts-ul{
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    border-bottom: solid 1px #D8D9E2;
}
.llts-ul-lis{
    width: 278px;
}
.llts-ul-lis-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}
.llts-ul-lis-link::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--colormain1);
    transition: all .4s;
}
.lull-pics{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right:13px;
}
.lull-pics img{
    width: 100%;
}
.llts-ul-lis.act p{
    color: var(--colormain1);
}
.llts-ul-lis.act .llts-ul-lis-link::after{
    width: 100%;
}
.load-liast .faq-list-sear{
    margin: 0 auto var(--space60);
}
.load-list-top-select{
    margin-bottom: var(--space80);
}
.load-list-top-other{
    width: 100%;
    padding-bottom: 16px;
    display: flex;
    align-items: flex-end;
    border-bottom: solid 1px #D8D9E2;
    margin-bottom: var(--space60);
}
.llto-btn-box{
    display: flex;
    align-items: center;
}
.llto-btn-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
}
.llto-btn-icon img{
    width: 100%;
}
.llto-btn-box p, .llto-reust{
    color: var(--color747);
    font-size: var(--font16);
    line-height: var(--line175);
    white-space: nowrap;
}
.llto-reust span{
    margin: 0 10px;
    color: var(--colormain1);
    display: inline-block;
}
.llto-btn, .llto-reset{
    padding-right: 77px;
    position: relative;
}
.llto-btn::after, .llto-reset::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #D8D9E2;
}
.load-liast-le-tit{
    display: flex;
    align-items: center;
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line16);
}
.lllt-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right:16px;
}
.lllt-icon img{
    width: 100%;
}
.load-main .pldu-list-link span{
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 2px;
    border: solid 2px #D8D9E2;
    transition: all .4s;
    margin-right: 14px;
    flex-shrink: 0;
    background: #F8F8F8;
    top: 2px;
}
.load-main .pldu-list.act span{
    background: var(--colormain1);
    border: solid 2px var(--colormain1);
}
.load-main .pldu-list-link span img{
    width:75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s;
}
.load-main .pldu-list.act span img{
    opacity: 1;
}
.load-liast-le-list{
    margin-bottom: 32px;
}
.load-liast-le-list:last-child{
    margin-bottom: 0px;
}
.load-liast-le-list2 .pllu-lis-down-ul{
    padding: 16px 12px;
}
.load-liast-le-tit{
    border-bottom: solid 1px var(--colormain1);
    padding-bottom: 8px;
}
.llru-list-btn{
    display: flex;
    align-items: stretch;
    padding: 20px 40px 20px 20px;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
    background: var(--colorFFF);
    border-radius: var(--radius10);
    overflow: hidden;
    cursor: pointer !important;
}
.llru-list{
    margin-bottom: 20px;
}
.llru-list:last-child{
    margin-bottom: 0px;
}
.llru-list .ys-imgbox-cover{
    width: 16%;
    flex-shrink: 0;
    font-size: 0;
}
.llru-list-ri{
    width: 84%;
    padding-left:40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.llru-list-ri-word p{
    color: var(--color747);
    line-height: var(--line18);
}
.llru-list-ri-word{
    margin-bottom: 4px;
}
.llru-list-ri-tit{
    color: var(--color333);
    line-height: var(--line16);
    height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}
.llru-list-ri-tab{
    display: inline-block;
}
.llru-list-ri-tab p{
    font-size: 12px;
    color: var(--colormain1);
    padding: 2px 8px;
    border-radius: 20px;
    background: rgba(0, 89, 7, 0.05);
    line-height: var(--line18);
}
.llru-list .std-btn-icon{
    width: 24px;
    margin-left: 16px;
}
.load-main .mod-paging{
    margin-top: var(--space60);
}
.llto-reset{
    cursor: pointer;
}
.load-modal{
    background: rgba(0,0,0,0.4);
}
/* 弹窗表单 */
.ys-form-inof{
    margin: 0 -6px ;
    display: flex;
    flex-wrap: wrap;
}
.ys-form-inof-item{
    padding: 0 6px;
    margin-bottom: 24px;
    width: 100%;
}
.ys-form-inof-item3{
    width: 33.333333%;
}
.ys-form-inof-item2{
    width: 50%;
}
.ys-fii-name{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color747);
    margin-bottom: 2px;
}
.ys-fii-name span{
    color: rgba(255, 40, 40, 1);
    margin-left: 3px;
}
.ys-fii-input {
    width: 100%;
    height: 40px;
    border: 1px solid #D8D9E2;
    display: block;
    border-radius: 80px;
}
.ys-fii-input input,
.ys-fii-input textarea{
    width: 100%;
    height: 100%;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color333);
    padding: 0 12px;
}
.ys-fii-tips{
    font-size: var(--size16);
    color: rgba(255, 40, 40, 1);
    line-height: var(--l1h5);
}
.ys-fii-tips span{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.ys-form-inof-item .ys-select-xtbbox {
    right: 16px;
}
.ys-fii-select-search .ys-select-bd,
.ys-fii-select .ys-select-bd{
    border: 1px solid #D8D9E2;
    border-radius: var(--radius20);
}
.ys-fii-select-search .ys-fiiss-core,
.ys-fii-select .ys-select-bd{
    padding: 10px 0;
}
.ys-fii-select-search .ys-select-bd{
    padding-top: 0!important;
}
.ys-form-inof-item .ys-select-li {
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color747);
    padding: 3px 20px;
    transition: all .4s ease;
}
.ys-form-inof-item .ys-select-li span, .ys-fia-text-word span{
    color: #f00;
}
.ys-form-inof-item .ys-select-li.on{
    color: var(--color333);
}
.ys-fiiss-input{
    border: 10px solid #f2f2f7;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}
.ys-fiiss-input input{
    width: 100%;
    border-radius: 4px;
    padding: 4px 10px;
    width: calc(100% - 30px);
    flex-grow: 1;
    font-size: var(--size16);
    line-height: var(--l1h5);
    color: var(--color666);
}
.ys-fiiss-input input::placeholder,
.ys-form-inof-item input::placeholder,
.ys-form-inof-item textarea::placeholder{
    color: var(--color999);
}
.ys-fiiss-input-close{
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease;
}
.ys-fiiss-input-close .iconfont{
    font-size: 14px;
}
.ys-fiiss-input.act .ys-fiiss-input-close {
    opacity: 1;
}
.ys-form-inof-text .ys-fii-input{
    height: 140px !important;
    border-radius: 5px !important;
}
.ys-fii-input textarea{
    padding-top: 10px;
}
.ys-fiiss-core,
.ys-fii-select .ys-select-bd{
    height: 140px;
}
.ys-form-inof .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}
.ys-form-inof .mCSB_scrollTools{
    top: 15px;
    bottom: 15px;
}
.ys-form-hide{
    opacity: 0!important;
}
.ys-fia-text{
    display: flex;
    align-items: flex-start;
}
.ys-fia-text-btn{
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.ys-fia-text-btn::before{
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    border: 1px solid #D8D9E2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
    border-radius: 2px;
}
.ys-fia-text-btn::after{
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    background: var(--colormain1);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s ease;
}
.ys-fia-text-word{
    width: calc(100% - 18px);
    flex-grow: 1;
    padding-left: 10px;
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color747);
}
.ys-fia-text-word a{
    display: inline-block;
    color: var(--colormain1);
}
.ys-form-inof-code{
    width: 100%;
}
.ys-fic-auth{
    display: flex;
    flex-direction: column;
    width: calc(100% - 260px);
}
.ys-fic-auth .ys-fii-input{
    width: 100%;
    flex-grow: 1;
}
.ys-fic-auth-img{
    width: 210px;
    height: 70px;
    margin-left: var(--space);
    cursor: pointer;
}
.ys-fic-auth-img img{
    height: 100%;
}
.ys-form-inof-submit, .ys-form-inof-submit .std-btn3{
    width: 100%;
}
.ys-form-inof-submit .std-btn3-box{
    border: solid 1px var(--colormain1);
    padding: 12px 12px 12px 12px;
}
.ys-form-inof-submit .std-btn3-box::after{
    width: 40px;
    height: 40px;
}
.ys-form-inof-submit .std-btn3-box p{
    width: 100%;
    text-align: center;
    margin-right: 32px;
}
.ys-form-inof-submit .std-btn3-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.ys-fii-submit{
    height: var(--height);
    line-height: var(--height);
    text-align: center;
    background: var(--colormain);
    color: #fff;
    font-weight: bold;
    font-size: var(--size16);
    cursor: pointer;
}
.ys-form-inof-agree.on .ys-fia-text-btn::after{
    opacity: 1;
}
.ys-fii-tips{
    display: none;
}
.ys-form-required.ys-form-empty .ys-fii-tips{
    display: block;
}
.ys-form-inof-country .ys-fii-tips{
    display: none!important;
}
.iti__country-list,
.iti--inline-dropdown .iti__dropdown-content {
    width: calc(calc(1400px - calc(var(--space) * 4)) / 3)!important;
}
.ys-select-emptyli{
    pointer-events: none;
}
.iti__country-list {
    overflow-y: hidden!important;
}
.iti__country-list .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.iti{
    width: 100%;
    height: 100%;
}
.iti__search-input {
    border: 10px solid #f2f2f7;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    font-size: var(--size16)!important;
    line-height: var(--l1h5);
    color: var(--color666);
    padding: 4px 10px!important;
}
.load-modal-cont{
    width: 1260px;
    padding: 0;
    max-width: calc(100vw - 40px);
    max-height: 700px;
    overflow: hidden;
    background: #fff;
    border-radius: var(--radius20);
}
.load-modal .ys-modal-content {
    width: auto;
    padding: 0 !important;
    max-width: inherit;
    max-height: inherit;
    overflow: hidden;
    background: #fff;
}
.load-modal-cont{
    display: flex;
    align-items: stretch;
}
.load-modal-cont-le{
    width: 47%;
    position: relative;
}
.load-modal-cont-ri{
    width: 53%;
    padding: 80px 50px;
}
.lmcl-bg{
    width: 100%;
    height: 100%;
}
.lmcl-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lmcl-cry{
    width: calc(100% - 120px);
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.lmcl-cry-tit{
    color: var(--colorFFF);
    font-size: var(--font36);
    margin-bottom: 16px;
}
.lmcl-cry-word p{
    color: var(--colorFFF);
    line-height: var(--line175);
}
.ys-ficode-wrap{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-right: 33px;
}
.load-modal .icon-arrow-down:before{
    font-size: 12px;
    color: var(--color747);
}
.load-modal .ys-modal-close {
    right: 20px;
    top: 20px;
    font-size: 24px;
    font-weight: normal;
}
.load-modal .ys-modal-close .iconfont{
    font-size:24px;
}
/* c2-资料下载列表-end */
/* g2-荣誉列表-start */
.hornor-list-ul{
    margin: 0 -34px;
    display: flex;
    flex-wrap: wrap;
}
.hornor-list-ul-li{
    width: 25%;
    padding: 0 34px;
    margin-bottom: 70px;
}
.hlul-box-tit {
    text-align: center;
    color: var(--color747);
    line-height: var(--line175);
    margin-top: 16px;
}
.hornor-list-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.hornor-list-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.hornor-list-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.hornor-list-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.hlul-box-top{
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #D8D9E2;
}
.hlul-box-top .ys-imgbox-cover{
    border-radius: 5px;
    overflow: hidden;
}
.hornor-list-ul-li.on .hlul-box-top{
    width:54%;
    margin: 0 auto;
}
/* g2-荣誉列表-end */
/* f1-联系我们单页-start */
.ctact-main .ys-select-bd{
    padding: 10px 0;
}
.caul-sect-le .slick-dots li{
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.5);
}
.caul-sect-le .slick-dots li.slick-active{
    background: #fff;
}
.caul-sect-le .slick-dots{
    bottom: 14px;
}
.ctact-main h2{
    text-align: center;
    color: var(--color333);
    line-height: var(--line12);
}
.ctact-addr-tplist{
    display: flex;
    margin: 0 0px 52px;
    padding: 20px 0px;
    border-radius: var(--radius10);
    background:  #FFF;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
    overflow: hidden;
}
.ctact-addr-btlist{
    padding: 40px 68px;
    border-radius: var(--radius10);
    background:  #FFF;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
    overflow: hidden;
}
.ctact-addr-tplist-item{
    width: 50%;
    padding: 20px 68px;
    position: relative;
}
.ctact-addr-tplist-item::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #D8D9E2;
}
.ctact-addr-tplist-item:last-child::after{
    display: none;
}
.cati-top{
    display: inline-block;
}
.cati-top-box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cati-top-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 24px;
}
.cati-top-icon img{
    width: 100%;
}
.cati-top-box p{
    color: var(--colormain1);
    font-size: var(--font20);
    line-height: var(--line16);
}
.cati-bot{
    display: flex;
    align-items: center;
    margin: 0 -20px;
}
.cati-bot-word{
    /* width: 33.333333%; */
    padding: 0 20px;
}
.cati-bot-word p, .cati-bot-word p a{
    display: inline-block;
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line16);
}
.ctact-addr-btlist-ul{
    display: flex;
    align-items: flex-end;
    margin:0 -15px;
}
.cabu-li{
    width: 33.333333%;
    padding: 0 15px;
}
.cabu-li-tit{
    color: var(--color333);
    line-height: var(--line16);
    margin-bottom:6px;
}
.cabu-li-word p{
    color: var(--color747);
    line-height: var(--line175);
}
.caul-sect{
    display: flex;
    align-items: stretch;
    position: relative;
}
.caul-sect-le{
    width:75%;
    border-radius: var(--radius20);
    overflow: hidden;
}
.caul-sect-le img{
    width: 100%;
}
.caul-sect-ri{
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: var(--radius10);
    overflow: hidden;
    padding: 32px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 12px 32px 0px rgba(72, 144, 175, 0.13);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
}
.caul-sect-ri-tp{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.csrt-icon{
    width: 44px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
}
.csrt-icon img{
    width: 100%;
}
.caul-sect-ri-tp p{
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line16);
}
.caul-sect-ri-edr ul{
    padding-left: 20px;
}
.caul-sect-ri-edr ul li{
    list-style-type: disc;
    margin-bottom: 4px;
}
.caul-sect-ri-edr ul li:last-child{
    margin-bottom: 0px;
}
.caul-sect-ri-edr ul li::marker{
   color: var(--color747); 
}
.caul-sect-ri-edr ul li p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color747);
}
.ctact-addr-ul{
    margin-top: 100px;
}
.caul-sect-ri-edr{
    margin-bottom: 32px;
}
.caul-sect-ri-ul{
    display: flex;
    flex-wrap: wrap;
}
.csru-lis{
    width: 50%;
    margin-bottom: 16px;
}
.csru-li-word p{
    color: var(--color747);
    line-height: var(--line175);
    /* height: 5.25em; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.csru-li-word{
    margin-bottom: 4px;
}
.csru-li-tit p, .csru-li-tit p a{
    display: inline-block;
    color: var(--color333);
    line-height: var(--line16);
    font-size: var(--font20);
}
.ctact-addr-ul-li{
    margin-bottom: 50px;
}
.ctact-addr-ul-li:last-child{
    margin-bottom: 0px;
}
.ctact-addr-ul-li:nth-child(2n) .caul-sect-ri{
    right: auto;
    left:0;
}
.ctact-addr-ul-li:nth-child(2n) .caul-sect{
    display: flex;
    justify-content: flex-end;
}
.ctact-global{
    background: #F9F9F9;
}
.ctact-global .mod-word{
    width: 83%;
    margin:  0 auto var(--space50);
}
.ys-form-inof-item4{
    width: 25%;
}
.ctact-form .ys-fii-input{
    height: 54px;
}
.ctact-form .ys-form-inof-item{
    margin-bottom: 30px;
}
.ys-select-bd{
    border: solid 1px #D8D9E2;
    border-radius: var(--radius20);
}
.ctact-main .ys-form-inof-code{
    width: 50%;
    margin-bottom: 10px;
}
.ctact-main .ys-form-inof-agree .ys-fia-text{
    width: 50%;
}
.ctact-main .ys-ficode-wrap{
    align-items: flex-end;
}
.ctact-main .ys-fic-auth-img{
    width: 162px;
    height: 54px;
}
.ctact-main .ys-fic-auth {
    width: calc(100% - 190px);
}
.ctact-main .ys-form-inof{
    position: relative;
}
.ctact-main .ys-form-inof-submit{
    width: 456px;
    position: absolute;
    right: 0;
    bottom: 64px;
    margin-bottom: 0px !important;
}
/* f1-联系我们单页-end */
/* 首页-start */
.home-main .mod-foot::after{
    background: rgba(2, 45, 31, 0.6);
}
.home-main .mod-foot-top-word{
    width: 75%;
}
.home-main .std-btn3-box {
    padding: 11px 12px 11px 82px;
}
.home-main .std-btn3-icon{
    margin-left: 77px;
}
.ys-ban-imgbox::before{
    opacity: 0.45;
    background: linear-gradient(90deg, rgba(0, 8, 2, 0.6) 0%, rgba(0, 8, 2, 0) 100%);;
}
.ys-ban-word{
    width: 55%;
}
.ys-ban-title{
    color: var(--colorFFF);
    line-height: var(--line12);
    margin-bottom: 24px;
}
.ys-ban-word p{
    color: var(--colorFFF);
    line-height: var(--line175);
}
.ys-ban-btn{
    margin-top: var(--space80);
}
.ys-ban-imgbox img {
    transform: scale(1.15);
    transition: transform 4s linear;
}
.ys-ban-li.active .ys-ban-imgbox img {
    transform: scale(1);
} 
.ys-ban-li.slick-active .ys-ban-title{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}
.ys-ban-li.slick-active .ys-ban-word{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}
.ys-ban-li.slick-active .std-btn1-box{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.5s;
}
.ys-banner .slick-dots li,
 .case-main .ys-nybanner .slick-dots li{
    width: 2px;
    height: 76px;
    background: rgba(255,255,255,0.5);
    margin: 3px 0;
    border-radius: 80px;
}
.ys-banner .slick-dots li.slick-active, 
.case-main .ys-nybanner .slick-dots li.slick-active{
    background: rgba(255,255,255,1);
}
.ys-banner .slick-dots, 
.case-main .ys-nybanner .slick-dots{
    width: auto;
    display: flex;
    flex-direction: column;
    right: 30px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}
.ys-scroll{
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border: solid 1px var(--colorFFF);
    background: rgba(255,255,255,0.10);
    z-index: 2;
    cursor: pointer;
}
.ys-scroll img{
    width: 42%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home-main h2{
    text-align: center;
    color: var(--color333);
    line-height: var(--line12);
}
.home-intel .mod-word{
    width:83%;
    margin: 0 auto var(--space60);
}
.home-intel-ul{
    display: flex;
    margin: 0 -20px var(--space60);
}
.home-intel-ul-li{
    width: 25%;
    padding: 0 20px;
}
.hiul-box{
    display: block;
    position: relative;
}
.hiul-tp{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hiul-tp .ys_demo_num{
    color: var(--colormain1);
    font-size: 56px;
    font-family: var(--family2) !important;
    line-height: var(--line12);
}
.hiul-tp span{
    display: block;
    font-size: var(--font24);
    line-height: var(--line12);
    color: var(--colormain1);
    font-family: var(--family2) !important;
    line-height: 2;
    margin-left: 15px;
    margin-right: 5px;
}
.hiul-word p{
    text-align: center;
    color: var(--color747);
    line-height: var(--line15);
}
.home-intel-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.home-intel-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.home-intel-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.home-intel-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.home-intel-slide{
    border-radius: var(--radius10);
    overflow: hidden;
    position: relative;
}
.hisu-li-media{
    position: relative;
}
.hisu-li-media::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    pointer-events: none;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-intel-slide-ul{
    width: 66%;
    margin: 0 -5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.home-intel-slide-ul .slick-list{
    overflow: visible !important;
    padding-bottom: 32px !important;
}
.hisu-li{
    width: 100%;
    padding: 0 5px;
}
.hisu-li-box{
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.hisu-li-box img{
    width: 100%;
}
.hisu-li .scul-hide-ul{
    position: absolute;
    top: 32px;
    left: 30px;
    z-index: 2;
    border: none;
    background: none;
    backdrop-filter: none;
    padding: 0;
    opacity: 0;
    transition: all .4s;
}
.hisu-li.slick-active .scul-hide-ul{
    opacity: 1;
}
.hisu-li .shul-img{
    width: 24px;
}
.home-intel-slide .slick-dots{
    bottom: 0px;
}
.home-intel-slide .slick-dots li{
    width: 55px;
    height: 2px;
    border-radius: 80px;
    background: #E7E8EC;
}
.home-intel-slide .slick-dots li.slick-active{
    background: var(--colormain1);
}
.home-innova-le{
    width: 41%;
    overflow: hidden;
    border-radius: var(--radius10);
    position: relative;
}
.home-innova-le::after{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--colorFFF);
    transition: all 0.8s;
}
.home-innova-le.acts::after{
    height: 0%;
}
.home-innova-wrap{
    display: flex;
    align-items: stretch;
}
.home-innova-ri{
    width: 59%;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-innova-ri-tp{
    margin-bottom: 20px;
}
.hilu-li-media{
    position: relative;
}
.hilu-li-media img{
    width: 100%;
}
.hilu-li-media::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}
.hilu-li-tit{
    width: 60%;
    position: absolute;
    left:40px;
    bottom: 30px;
    z-index: 2;
    color: var(--colorFFF);
    line-height: var(--line175);
}
.home-innova .slick-dots{
    bottom: 36px;
    text-align: right;
    right: 40px;
    pointer-events: none;
}
.home-innova .slick-dots li{
    width: 30px;
    height: 2px;
    border-radius: 80px;
    background: rgba(255,255,255,0.5);
    pointer-events: all;
}
.home-innova .slick-dots li.slick-active{
    background: rgba(255,255,255,1);
}
.home-innova h2{
    text-align: left;
    margin-bottom: 24px;
}
.home-innova .mod-word p{
    text-align: left;
}
.hiru-li-box-tp{
    display: flex;
    align-items: flex-end;
    font-size: var(--font44);
    transition: all .4s;
    font-family: var(--family2) !important;
    transition: all .4s;
    margin-bottom: 6px;
}
.hiru-li-box-tp span{
    display: block;
    font-size: var(--font18);
    color: var(--color333);
    line-height:2;
    margin-left: 15px;
    transition: all .4s;
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
.hiru-li-box-word p{
    color: var(--color747);
    line-height: var(--line175);
}
.hiru-li-box{
    padding: 20px 0;
    border-bottom: solid 1px #D8D9E2;
    position: relative;
    transition: all .4s;
}
.hiru-li-box::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--colormain1);
    transition: all .4s;
}
.home-mode{
    width: 100%;
    position: relative;
    transition: all .4s;
}
/* .home-mode.start{
    padding-top: 200px;
} */
.home-mode img{
    width: 100%;
}
.home-main .home-mode-first::after{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 1%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    /* background: linear-gradient(143deg, rgba(255, 255, 255, 0.95) 25.34%, rgba(255, 255, 255, 0) 53.15%); */
    z-index: 2;
}
.home-main .home-mode-first::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1.5%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 80%);
    z-index: 3;
}
.home-mode-first{
    width: 100%;
    position: relative;
}
.home-mode-first-ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3;
}
.hmfu-li{
    position: absolute;
    pointer-events: all;
}
.hmfu-li .std-btn1-icon, 
.hmsu-li-ul-li .std-btn1-icon{
    width: 32px;
    height: 32px;
    background: var(--colormain1);
}
.hmfu-li .std-btn1-icon img, 
.hmsu-li-ul-li .std-btn1-icon img{
    width: 58%;
}
.hmfu-li .std-btn1-box, 
.hmsu-li-ul-li .std-btn1-box{
    border: none;
    /* border: 1px solid #005907; */
    /* background: rgba(255, 255, 255, 0.15); */
    background: #C2DFD3;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter:blur(30px);
    padding: 8px 24px 8px 8px;
}
.hmfu-li .std-btn1-box p, 
.hmsu-li-ul-li .std-btn1-box p{
    color: var(--colormain1);
}
.hmfu-li .std-btn1-box::after, 
.hmsu-li-ul-li .std-btn1-box::after{
    width: 32px;
    height: 32px;
    left: 8px;
}
.home-mode .mod-word{
    width: 48%;
}
.home-mode .mod-word p{
    text-align: left;
}
.home-mode h2{
    margin-bottom: 24px;
    text-align: left;
    transition: all .4s;
}
.homd-mode-textbox{
    position: absolute;
    left: 50%;
    top:var(--space160);
    transform: translateX(-50%);
    z-index: 3;
    display:none;
}
.home-mode-second, 
.home-mode-second-ul, 
.hmsu-li, 
.hmsu-li-ul{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none !important;
}
.hmsu-li-box{
    position: relative;
    height: 100%;
}
.hmsu-li-ul-li{
    pointer-events: all;
    position: absolute;
}
.home-mode-second-back{
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
}
.home-mode-second-back.more{
    opacity: 1;
    pointer-events: all;
    transition: all .4s;
}
.home-mode-second-back .std-btn3-box{
    padding: 8px 8px 8px 24px;
    background: var(--colormain1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter:blur(30px);
}
.home-mode-second-back .std-btn3-box p{
    color: var(--colorFFF);
}
.home-mode-second-back .std-btn3-icon{
    width:32px;
    height: 32px;
    background: var(--colorFFF);
    margin-left: 18px;
}
.home-mode-second-back .std-btn3-icon img{
    width: 62%;
    transform: translate(-50%,-50%) rotate(180deg);
}
.hmsu-li{
    display: none;
}
.hmsu-li-ul{
    opacity: 0;
    pointer-events: none;
}
.hmsu-li.more .hmsu-li-ul {
    opacity: 1;
    pointer-events: all;
    transition: all .4s;
}
.hmsu-li-media{
    width: 100%;
    height: 100%;
    position: relative;
}
.home-mode-second{
    z-index: 3;
}
.hmsu-li-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-mode.start .homd-mode-textbox{
    position: relative;
    left: auto;
    transform: inherit;
    top: auto;
    opacity: 0;
    padding-bottom: 50px;
}
.home-mode.none .homd-mode-textbox{
    opacity: 1;
    transition: all .4s !important;
}
.home-mode.none .homd-mode-textbox h2{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.2s;
}
.home-mode.none .homd-mode-textbox .mod-word{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}
.home-mode.start h2, 
.home-mode.start .mod-word p{
    text-align: center;
}
.home-mode.start .mod-word{
    margin: 0 auto;
}
.home-mode-wrap{
    position: relative;
}
.home-mode-min h2, .home-mode-min .mod-word p{
    text-align: center;
}
.home-mode-min .mod-word{
    margin: 0 auto var(--space50);
}
.home-mode-min{
    display: block;
    /* padding-bottom: var(--space50); */
}
.home-proj-ri{
    width: 25.5%;
}
.home-proj-le{
    width: 74.5%;
    padding-right: 32px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.home-proj-wrap{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    position: relative;
}
.home-proj-le-ul, .hplu-li, .hplu-li-box, 
.home-proj-le-ul .slick-list, .home-proj-le-ul .slick-track{
    height: 100%;
}
.hplu-li.slick-slide:not(:first-child){
    display: none;
}
.hplu-li-box{
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: pointer;
}
.hplu-li-pic{
    width: 100%;
    height: 100%;
    position: relative;
}
.hplu-li-pic::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
    opacity: 0.8;
}
.hplu-li-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    transition: transform 2s linear;
}
.hplu-li-bot{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    width: calc(100% - 100px);
    z-index: 2;
    transition: all 1s;
}
.hplu-li.slick-active .hplu-li-bot{
    transform: translateX(-50%) translateY(0%);
    opacity: 1;
}
.hplu-li.active .hplu-li-pic img {
    transform: scale(1);
} 
.hplu-li-bot-text{
    font-size: var(--font44);
    color: var(--colorFFF);
    line-height: 1.1;
    font-family: var(--family1) !important;
    display: flex;
    align-items: flex-end;
    padding-bottom: 16px;
    border-bottom: solid 1px #fff;
    margin-bottom: 16px;
}
.hplu-li-bot-text span{
    font-size: var(--font18);
    color: var(--colorFFF);
    line-height: 1.8;
    margin-left: 16px;
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
.hplu-li-bot-word p{
    font-size: var(--font24);
    line-height: var(--line15);
    color: var(--colorFFF);
}
.hprw-ul-li-box{
    height: 100%;
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.hprw-ul-li-box .ys-imgbox-cover{
    position: relative;
    height: 100%;
}
.hprw-ul-li-box .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    opacity: 0.7;
    background: linear-gradient(0deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
}
.hprw-ul-text{
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 2;
    font-size: var(--font14);
    color:  var(--colorFFF);
    font-family: var(--family1) !important;
}
.hprw-ul-li{
    margin-bottom:20px;
    height: 178px;
}
.hprw-ul-li:last-child{
    margin-bottom: 0px;
}
.home-mode, .home-story{
    margin-bottom: var(--space160);
}
.home-proj .mod-btn{
    margin-top: var(--space32);
}
.home-proj .home-intel-ul{
    margin-top: var(--space60);
}
.home-proj-le .mod-arrows{
    width: calc(100% - 78px);
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(0%,-50%);
    z-index: 2;
}
.hprw-ul-li-box img:nth-child(2){
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-proj-ri{
    height: 582px;
}
.home-story-pic, .home-story-pic img{
    width: 100%;
}
.home-story .home-intel-ul-li{
    width: auto;
    padding: 0 60px;
}
.home-story .home-intel-ul{
    margin: 0 -60px;
    margin-top: var(--space60) !important;
    justify-content: space-between;
}
.home-story-pic{
    margin-top: -600px;
    pointer-events: none;
}
.home-news-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hnsu-li{
    width:580px !important;
}
.hnsu-li-box{
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid #D8D9E1;
    transition: all .4s;
}
.hnsu-li-box::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: var(--colormain1);
    transition: all .4s;
}
.hnsu-li-date p{
    color: var(--color666);
    line-height: var(--line175);
}
.hnsu-li-date{
    margin-bottom: 12px;
}
.hnsu-li-tit{
    color: var(--color333);
    height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.75;
    text-overflow: ellipsis;
    transition: all .4s;
}
.hnsu-li-box .ys-imgbox-cover{
    margin-bottom: 20px;
    border-radius: var(--radius10);
    overflow: hidden;
}
.home-news-swip .swiper-pagination{
    opacity: 0;
}
/* 首页-end */
/* g1-创新1-start */
.creat-stren-le{
    width: 49%;
    border-radius: var(--radius10);
    overflow: hidden;
}
.creat-stren-ri{
    width: 51%;
    padding-left: 36px;
}
.creat-stren-le img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.creat-main h2{
    text-align: center;
    color: var(--color333);
    line-height: var(--line12);
}
.creat-main .ys-nyban-title p{
    width: 60%;
}
.cilu-li-box{
    position: relative;
}
.creat-stren-wrap{
    display: flex;
    align-items: stretch;
}
.creat-stren-ri-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    height: 100%;
}
.csru-li{
    width: 50%;
    padding: 0 10px;
    height: calc(50% - 10px);
    margin-bottom: 20px;
}
.csru-li3, .csru-li4{
    margin-bottom: 0px;
}
.csru-li-box{
    height: 100%;
    position: relative;
    padding: 20px;
    border-radius: var(--radius10);
    overflow: hidden;
    border-bottom: solid 3px transparent;
    transition: all .4s;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.csru-li-num {
    display: flex;
    align-items: flex-end;
}
.csru-li-num{
    font-size: 48px;
    transition: all .4s;
    color: var(--color333);
    line-height: var(--line12);
    font-family: var(--family2) !important;
}
.csru-li-num span{
    margin-left: 12px;
    line-height: 2.2;
    font-size: var(--font20);
}
.csru-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.csru-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.creat-resea .mod-word, .creat-intell .mod-word{
    width: 83%;
    margin: 0 auto var(--space50);
}
.creat-resea{
    background: #F9F9F9;
    position: relative;
}
.creat-resear-bg{
    position: absolute;
    bottom: 0;
    left: -2%;
    width:40%;
    z-index: 0;
}
.creat-resear-bg img{
    width: 100%;
}
.creat-resea .ys-cont1440{
    position: relative;
    z-index: 2;
}
.creat-resea .soludet-case-ul{
    width: 69%;
    margin:0 auto;
}
.creat-resea .scul-hide {
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 40px;
    padding: 0px 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}
.creat-resea .scul-hide-bot-text{
    border: none;
    padding-bottom: 0px !important;
    margin-bottom:16px;
    line-height: var(--line15);
}
.creat-intell .soludet-intro-ul{
    border-radius: 80px;
    border: 1px solid  #D8D9E2;
}
.creat-intell .soludet-intro-ul-li p{
    font-size: var(--font18) !important;
}
.creat-intell .siul-link {
    padding: 16px 100px;
}
.creat-intell .cilu-li.slick-slide:not(:first-child){
    display: none;
}
.creat-intell .cilu-li{
    padding: 0 10px;
}
.creat-intell .creat-intell-list-ul{
    margin: 0 -10px;
}
.creat-intell .cilu-li-box{
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.cilu-li-img, .cilu-li-img img{
    position: relative;
    width: 100%;
}
.cilu-li-img::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
    opacity: 0.8;
    background: linear-gradient(0deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
}
.cilu-li .ys-video-btn{
    position: absolute;
    right: 50px;
    bottom: 36px;
}
.cilu-li .scul-hide {
    padding: 32px 50px 36px;
}
.ys-video-btn .std-btn3-box{
    border-radius: 125px;
    border: 1px solid  #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
    padding: 10px 10px 10px 24px;
}
.ys-video-btn .std-btn3-box p{
    color: var(--colorFFF);
}
.ys-video-btn .std-btn3-icon, .ys-video-btn .std-btn3-box::after{
    background: transparent;
}
.ys-video-btn .std-btn3-icon{
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
}
.ys-video-btn .std-btn3-icon img{
    width: 40%;
}
.cilu-li .scul-hide-bot-text{
    border: none;
    padding-bottom: 0px !important;
    margin-bottom: 16px;
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
.creat-intell-list-top .mod-arrows{
    width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.creat-intell-list-top{
    position: relative;
}
.cilb-slide-ul-li{
    padding: 0 20px;
}
.cilb-slide-ul{
    margin: 0 -20px;
}
.cilb-slide-ul-li .ys-imgbox-cover{
    border-radius: var(--radius10);
    overflow: hidden;
    margin-bottom: 16px;
}
.cilb-slide{
    display: none;
}
.cilb-slide:first-child{
    display: block;
}
.creat-intell-list-bot{
    margin-top: var(--space50);
}
.cilb-text{
    margin-bottom: 24px;
}
.creat-intell::after{
    display: none;
}
.csul-sect{
    padding-bottom: 32px;
    border-bottom: solid 1px #D8D9E2;
    position: relative;
}
.csul-sect::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 2px;
    transition: all .4s;
    background: var(--colormain1);
}
.cilb-slide-ul .slick-list{
    overflow: visible !important;
}
.creat-intell-list{
    display: none;
}
.creat-intell-list:first-child{
    display: block;
}
/* g1-创新1-end */
/* b1-Products & Solutions 汇总页-start */
/* svg圆 */
.yx_rotate3_dots_nub .circle1 {
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    width: 100%;
    height: 100%;
}
.yx_rotate3_dots_nub.on .circle1 {
    -webkit-animation: 4s svgcircle1 linear forwards;
    animation: 4s svgcircle1 linear forwards;
}
@-webkit-keyframes svgcircle1 {
    0% {
        stroke-dashoffset: 220;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes svgcircle1 {
    0% {
        stroke-dashoffset: 220;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.mode-applica-le-box{
    display: flex;
    align-items: center;
}
.mode-applica-le-box span{
    white-space: nowrap;
    font-size: var(--font20);
    color: var(--color747);
    line-height: 1.6;
    transition: all .4s;
    display: inline-block;
    margin-right: 10px;
}
.yx_rotate3_dots {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.malb-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 89, 7, 0);
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.yx_rotate3_dots_nub.on .malb-icon {
    background: rgba(0, 89, 7, 0.2);
}
.yx_rotate3_dots_nub.on span{
    color: var(--colormain1);
}
.malb-icon::before {
    content: '';
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:#fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.yx_rotate3_dots_nub .malb-icon-img {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    border-radius: 50%;
}
.malb-icon-img::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    pointer-events: none;
    background: transparent;
    border-radius: 50%;
    box-shadow:  0px 13px 5px 0px rgba(3, 72, 0, 0.01), 0px 7px 4px 0px rgba(3, 72, 0, 0.03), 0px 3px 3px 0px rgba(3, 72, 0, 0.05), 0px 1px 2px 0px rgba(3, 72, 0, 0.06);
}
.yx_rotate3_dots_nub .malb-icon-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
}
.malb-icon svg {
    position: absolute;
    width: calc(100% - 11px);
    height: calc(100% - 11px);
    overflow: visible;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
}
.yx_rotate3_dots_nub{
    margin-bottom: 70px;
}
.yx_rotate3_dots_nub:last-child{
    margin-bottom: 0px;
}
.maru-li-box{
    display: flex;
    align-items: stretch;
}
.maru-li-le img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.maru-li{
    padding: 10px 0;
}
.mode-applica-ri-ul{
    margin: -10px 0;
}
.maru-li-le{
    width:66%;
    border-radius: var(--radius10);
    overflow: hidden;
}
.mode-applica-ri{
    width: 91%;
}
.maru-li-ri{
    width: 34%;
    padding-left: 50px;
    padding-right: 10px;
}
.maru-li-ri .mCSB_outside+.mCSB_scrollTools{
    right: -16px !important;
}
.maru-li-ri-wrap{
    width: 100%;
    height: 500px;
}
.mlrw-ul-li a{
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: solid 1px #D8D9E2;
    position: relative;
    transition: all .4s;
}
.mlrw-ul-li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--colormain1);
    transition: all .4s;
}
.mlrw-ul-li-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
}
.mlrw-ul-li-icon img{
    width: 100%;
}
.mlrw-ul-li p{
    width: 100%;
    padding-right: 24px;
    color: var(--color333);
    line-height: var(--line175);
    font-size: var(--font18);
    min-height: 3.5em;
}
.mode-applica-wrap{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.mode-applica-le{
    width: 17%;
    position: absolute;
    left: -76px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.mode-main h2{
    text-align: center;
}
.mode-main .ys-nybanner1{
    display: none;
}
.second-page .ys-nybanner2{
    display: block;
}
.mode-adva-tplist-slide .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mats-ul-li.slick-slide:not(:first-child){
    display: none;
}
.mats-ul-li{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.msul-box{
    position: relative;
}
.mode-main .slick-dots{
    bottom: 20px;
}
.mode-main .slick-dots li{
    width: 22px;
    height: 2px;
    border-radius: 80px;
    background: rgba(255,255,255,0.5);
}
.mode-main .slick-dots li.slick-active{
    background: rgba(255,255,255,01);
}
.mode-scen-wrap{
    position: relative;
    border-radius: var(--radius20);
    overflow: hidden;
    height: 710px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.mode-scen-le{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mode-scen-ri{
    width: 32%;
    height: 710px;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0px 12px 32px 0px rgba(72, 144, 175, 0.13);
}
.mode-scen-ri-ul{
    width: 100%;
    height: 100%;
}
.msru-lis{
    transition: all .4s;
    padding: 24px 20px;
    height: 142px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.msru-lis-link{
    display: flex;
    align-items: center;
    height: 100%;
    transition: all .4s;
}
.msru-lis-bt{
    padding-left: 56px;
    margin-top: 8px;
}
.msru-lis-bt p, .msru-lis-bt p a{
    font-size: var(--font14);
    color: var(--colorFFF);
    line-height: var(--line18);
}
.msru-lis-link-icon{
    width: 40px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 16px;
}
.msru-lis-link-icon img{
    width: 100%;
}
.msru-lis-link p{
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--colorFFF);
}
.mode-scen-ri .mCSB_outside+.mCSB_scrollTools{
    right: 6px !important;
    top: 10px;
    bottom: 10px;
}
.mode-scen-ri .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background: rgba(255,255,255,0.2) !important;
}
.mode-chooes-ri{
    width: 46%;
    border-radius: var(--radius10);
    overflow: hidden;
}
.mode-choose-le{
    width: 54%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mode-choose-wrap{
    display: flex;
    align-items: stretch;
}
.mode-choose h2, .mode-choose .mod-word p{
    text-align: left;
}
.mode-choose, .mode-adva, .mode-main .ys-main::after{
    background: #F8F8F8;
}
.mode-main .ys-main{
    padding-bottom: 0px !important;
}
.mclb-tab{
    display: inline-block;
    font-size: var(--font14);
    color: var(--color747);
    line-height: var(--line18);
    margin-bottom: 10px;
}
.mclb-ul-li{
    display: flex;
    align-items: stretch;
    margin:0 -5px 10px;
}
.mclb-ul-li:last-child{
    margin-bottom: 0px;
}
.mclb-ul-li-list{
    padding: 0 5px;
    width: 50%;
}
.mull-sect{
    height: 100%;
    border-radius: var(--radius10);
    overflow: hidden;
    background: var(--colorFFF);
    padding: 20px;
    position: relative;
}
.mull-sect .ys_demo_num{
    font-size: var(--font36);
    line-height: var(--line14);
    color: var(--color333);
    margin-bottom: 15px;
}
.mull-sect-icon{
    width: 60px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.mull-sect-word{
    padding-right: 65px;
}
.mull-sect-word p{
    color: var(--color747);
    line-height: var(--line18);
    font-size: var(--font14);
}
.mclb-ul-li.nomore .mclb-ul-li-list{
    width: 100%;
}
.mode-chooes-ri .slick-dots{
    text-align: right;
    padding-right: 20px;
    bottom: 36px;
}
.mode-chooes-ri .slick-dots li{
    width: 42px;
}
.mode-adva-tplist, .mode-adva-tplist img{
    width: 100%;
}
.mode-adva-tplist{
    border-radius: var(--radius10);
    overflow: hidden;
}
.mats-ul-li{
    width: 33.333333%;
    height: auto !important;
    padding:0 10px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.mats-ul-li.slick-slide:not(:first-child){
    display: none;
}
.mats-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.mats-ul .slick-list{
    padding: 20px 0 30px;
}
.mats-ul{
    margin: 0 -10px;
}
.mats-ul-li-box {
    height: 100%;
    padding: 32px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(0, 31, 130, 0.10);
    cursor: pointer;
}
.mats-ul-li-tit{
    margin-bottom: 24px;
    color: var(--color333);
    line-height: var(--line15);
    transition: all .4s;
}
.mats-ul-li-word p{
    color: var(--color747);
    line-height: var(--line175);
    transition: all .4s;
}
.mode-adva-tplist-slide{
    position: relative;
}
.mode-adva-tplist-slide .arrows-next{
    right: -20px;
}
.mode-adva-tplist-slide .arrows-prev{
    left: -20px;
}
.ys-nybanner2 .home-mode-media{
    position: relative;
}
.ys-nybanner2 .home-mode-media::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 39, 43, 0.60) 0%, rgba(0, 39, 44, 0) 42.29%);
    opacity: 0.6;
    width: 100%;
    height: 80%;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.ys-nybanner2-mode-fir .home-mode-first::after{
    display: none;
}
.ys-nybanner2-mode-fir .home-mode-first, 
.ys-nybanner2-mode-sec .home-mode-second{
    display: none;
}
/* .ys-nybanner2-mode-fir .home-mode-first:first-child{
    display: block;
} */
.ys-nybanner2-mode-sec{
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top:0;
    left: 0;
}
.ys-nybanner2-select{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 2;
}
.ynsu-li{
    width: 380px;
    padding: 0 10px;
}
.ynsu-li.act .ynsu-li-box{
    background: var(--colormain1);
}
.ynsu-li.act  .ynsu-li-arrow{
    opacity: 1;
}
.ys-nybanner2-select-ul{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    margin: 0 -10px;
}
.ynsu-li-box{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 32px;
    cursor: pointer;
    border-radius: var(--radius10);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(21, 68, 92, 0.10);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter:blur(40px);
    transition: all .4s;
}
.ynsu-li-icon{
    width: 60px;
    flex-shrink: 0;
    margin-right: 16px;
    font-size: 0;
}
.ynsu-li-icon img{
    width: 100%;
}
.ynsu-li-ri-tit{
    color: var(--colorFFF);
    margin-bottom: 4px;
}
.ynsu-li-ri-word p{
    color: var(--colorFFF);
    line-height: var(--line175);
}
.ynsu-li-arrow{
    width: 32px;
    position: absolute;
    top:4px;
    right: 4px;
    z-index: 2;
    opacity: 0;
    transition: all .4s;
}
.mode-main .mod-word{
    width: 83%;
    margin: 0 auto var(--space50);
}
.mode-choose .mod-word{
    margin: 0;
}
.mode-solu-bot .std-btn3{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.mode-solu-bot .std-btn3-icon{
    background: transparent;
}
.mode-solu-bot .std-btn3-box::after{
    background: transparent;
}
.mode-solu-bot{
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.mode-solu-pic, .mode-solu-pic img{
    width: 100%;
}
.copy-main .ys-nybanner{
    display: block !important;
}
/* b1-Products & Solutions 汇总页-end */
/* b5-案例列表-start */
.case-proj-ul{
    display: flex;
    flex-wrap: wrap;
}
.service-full-first-ri{
    position: relative;
}
.ys-nyban-title{
    z-index: 3;
}
.case-main .ys-nyban-title{
    width: 85vw;
}
.case-main .ys-nyban-title h1{
    font-size: var(--font58);
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #fff;
}
.case-main .ys-nyban-title h1 span{
    font-size:var(--font24);
}
.case-main .ys-nyban-title p{
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--colorFFF);
}
.case-main .home-intel-ul{
    margin-bottom: var(--space60);
}
.cwsu-li-media{
    position: relative;
}
.cwsu-li-media::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.8;
    background: linear-gradient(0deg, rgba(0, 10, 30, 0.6) 0%, rgba(0, 10, 30, 0) 100%);
}
.play-btn, .culs-play{
    width:54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    cursor: pointer;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
.cwsu-li-box{
    width: 100%;
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.cwsu-li-media img:nth-child(1){
    width: 100%;
}
.case-wrap-swip{
    width: 80%;
    margin: 0 auto;
}
.cwsu-li .scul-hide-bot{
    width: 100%;
}
.case-proj h2{
    text-align: center;
}
.case-proj .soludet-intro-ul{
    border: 1px solid #D8D9E2;
}
.case-proj .soludet-intro-list{
    margin-bottom: var(--space50);
}
.case-proj-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.case-proj-ul .soludet-case-ul-li{
    width: 50%;
    margin-bottom: 50px;
    padding: 0 18px;
}
.case-proj-ul .soludet-case-ul-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.case-proj-ul .soludet-case-ul-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.case-proj-ul .scul-hide-bot-text{
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
.case-proj::after{
    display: none;
}
.case-proj .mod-paging{
    margin-top: 10px;
}
.case-proj .scul-box{
    cursor: pointer;
}
.cmss-ul-li-sect{
    position: relative;
    border-radius: var(--radius10);
    overflow: hidden;
}
.case-modal-slide-swip{
    width: 54%;
    margin: 0 auto;
    overflow: visible !important;
}
.case-modal .ys-modal-content {
    width: 85vw;
    padding:123px 0px 80px;
    max-width: 1400px;
    max-height: 860px;
    border-radius: var(--radius20);
    overflow: hidden;
}
.case-modal .ys-modal-close {
    right: 20px;
    top: 20px;
    font-size: 24px;
    font-weight: normal;
}
.case-modal .ys-modal-close  .iconfont {
    font-size: 24px;
}
.case-modal .ys-modal-close  .iconfont::before{
    color: #333;
}
.cmss-ul-li{
    transition: all 1s !important;
    transform: scale(0.8) !important;
}
.cmss-ul-li.swiper-slide-active{
    transform: scale(1) !important;
}
.case-modal-slide{
    position: relative;
}
.case-modal-slide .mod-arrows{
    width: 64%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.case-modal-slide .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.case-modal-slide-swip{
    padding-bottom: 30px !important;
}
.swiper-pagination-bullet {
    width: 70px !important;
    height: 2px !important;
    display: inline-block;
    border-radius: 0px !important;
    background: #D8D9E1;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--colormain1) !important;
}
.case-modal-cont-min{
    margin: var(--space50) 0 var(--space60);
}
.cmcm-tit{
    text-align: center;
    color: #0a1b1b;
    margin-bottom: 30px;
}
.cmcm-list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
}
.cmcm-list-item{
    padding: 0 20px;
}
.cmcm-list-item-box{
    display: flex;
    align-items: center;
}
.clib-icon{
    width: 24px;
    flex-shrink: 0;
    margin-right: 24px;
    font-size: 0;
    position: relative;
}
.clib-icon img{
    width: 100%;
}
.clib-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    transform:translateY(-50%);
    background: var(--colormain1);
    width: 1px;
    height: 60%;
}
.cmcm-list-item-box p{
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--colormain1);
}
.cmcm-word p{
    color: var(--color747);
    line-height: var(--line175);
}
.cmcm-word{
    padding-top: 40px;
    border-top: solid 1px #D8D9E1;
    margin-top: 30px;
}
.case-modal-cont-min{
    padding: 0 160px;
}
.case-modal{
    background: rgba(0,0,0,0.4);
}
.case-modal .soludet-prod-ul .slick-list{
    padding: 10px 0 20px;
}
/* b5-案例列表-end */
/* b4-产品详情-start */
.prodet-ban-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.prod-ban-le{
    width: 48%;
}
.prod-ban-le .ys-nyban-title{
    width: 100%;
}
.prodet-ban h1{
    width: 100%;
    color: var(--color333);
    font-size: var(--font36);
    line-height: var(--line14);
    margin-bottom: var(--space32);
}
.prodet-ban .ys-nyban-title{
    width: 100%;
}
.prodet-ban .ys-nyban-title p{
    width: 100%;
    color: var(--color747);
    line-height: var(--line175);
}
.prodet-ban .ys-nyban-img::after{
    opacity: 0.1;
}
.prodet-main .ys-nyban-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--line80) + 20px);
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 51, 71, 0.95) 0%, rgba(0, 51, 71, 0) 100%);
}
.prod-ban-le-btn{
    margin-top:var(--space50);
}
.prod-ban-le-btn .std-btn2{
    margin-right: 64px;
}
.prod-ban-le-btn .std-btn2:last-child{
    margin-right:0px;
}
.prod-ban-ri{
    width: 46%;
    position: relative;
}
.pbru-li{
    display: none;
}
.pbru-li:first-child{
    display: block;
}
.pbru-li-pic, .pbru-li-pic img{
    width: 100%;
}
.pbrl-item.act .pbrl-item-pic{
    border: solid 1px var(--colormain1);
}
.pbrl-item-pic{
    width: 56px;
    border: solid 1px rgba(153, 153, 153, 0.20);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    cursor: pointer;
}
.pbrl-item-pic img{
    width: 100%;
}
.prod-ban-ri-list{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.pbrl-item{
    margin-bottom: 16px;
}
.pbrl-item:last-child{
    margin-bottom: 0px;
}
.prlu-li{
    width: 256px;
    padding: 0 20px;
    position: relative;
}
.prlu-li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #D8D9E1;
}
.prodet-runing-list{
    position: relative;
}
.prodet-runing-list-ul {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: calc(calc(150px* var(--width-shu)) + calc(0px* var(--width-shu)));
}
.prodet-runing-list-ul1 {
    animation: donghua1 linear infinite;
}
.prodet-runing-list-ul2 {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    animation: donghua2 linear infinite;
}
@keyframes donghua1{
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
@keyframes donghua2{
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}
.prodet-main .mod-wrap{
    padding-top: var(--space60);
}
.prodet-runing{
    padding-bottom: var(--space60);
}
.prodet-wrap-feat-ri{
    width: 67%;
    position: relative;
}
.prodet-wrap-feat-ri::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    opacity: 1;
    transition: all .4s;
}
.prodet-wrap-feat.act .prodet-wrap-feat-ri::after, .prodet-wrap-tech.act .prodet-wrap-feat-ri::after{
    opacity: 0;
}
.prodet-wrap-feat-cont h2{
    width: 33%;
    padding-right:30px;
}
.prodet-wrap-item{
    position: relative;
    padding-top: 48px;
    border-top: solid 1px #D8D9E1;
}
.prodet-wrap-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 2px;
    background: var(--colormain1);
    transition: all .6s;
}
.prodet-wrap-item.acts{
    border-top: solid 1px transparent;
}
.prodet-wrap-item.acts::after{
    opacity: 1;
}
.pwfr-ul-li{
    width: 50%;
    padding: 0 16px;
    margin-bottom: 38px;
}
.pwfr-ul-li:nth-child(n+3){
    display: none;
}
.pwfr-ul{
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
}
.prodet-wrap-feat-cont{
    display: flex;
    align-items: flex-start;
}
.pulb-tit{
    color: var(--color333);
    line-height: var(--line175);
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}
.pulb-tit::after{
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--colormain1);
}
.pulb-li-box{
    display: flex;
    align-items: flex-start;
}
.pulb-li-icon{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
    margin-top: 8px;
}
.pulb-li-box p{
    font-size: var(--font16);
    color: var(--color747);
    line-height: var(--line175);
}
.pwfr-more .std-btn2-icon{
    border: none;
    width: 32px;
    height: auto;
}
.pwfr-more .std-btn2-icon img{
    width: 100%;
    opacity: 1 !important;
}
.pwfr-more .std-btn2-box p{
    font-size: var(--font18);
}
.pwfr-more .std-btn2-box{
    cursor: pointer;
}
.pwfr-more{
    display: flex;
    justify-content: flex-end;
}
.prodet-wrap-feat.act .std-btn2-icon, 
.prodet-wrap-tech.act .std-btn2-icon{
    transform: rotate(180deg);
}
.prodet-wrap-item{
    padding-bottom: var(--space80);
}
.prodet-wrap-prot-ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pwpu-lis{
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.pwpu-lis a{
    display: block;
    border-radius: 5px;
    background:  #F8F8F8;
    padding: 16px 24px;
    height: 100%;
}
.prodet-wrap-prot .pulb-tit{
    margin-bottom: 0px !important;
}
.prodet-wrap-prot .prodet-wrap-feat-ri::after{
    display: none;
}
.prodet-wrap-tech h2{
    width: 100%;
}
.prodet-wrap-tech-le{
    width: 32%;
    padding-right: 36px;
}
.prodet-wrap-tech-text{
    width: 100%;
    padding:14px 35px;
    border-radius: 5px;
    background: var(--colormain1);
    color: var(--colorFFF);
    line-height: var(--line16);
    box-shadow: 0px 6px 12px 0px rgba(0, 31, 68, 0.10);
    margin-bottom: 12px;
    text-align: center;
}
.prodet-wrap-tech-table table{
    margin-bottom: 12px;
}
.prodet-wrap-tech-table thead{
    position: relative;
    width: 100%;
    box-shadow: 0px 6px 12px 0px rgba(0, 31, 68, 0.10);
    margin-bottom: 12px;
}
.prodet-wrap-tech-table thead::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    background: #f8f8f8;
    z-index: -1
}
.prodet-wrap-tech-table thead tr th{
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    text-align: left;
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--color333);
    padding:6px 20px;
}
.prodet-wrap-tech-table thead tr th p{
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--color333);
}
.prodet-wrap-tech-table table{
    width: 100%;
}
.prodet-wrap-tech-table tbody tr td:first-child{
    color: var(--color747);
    line-height: var(--line175);
    font-size: var(--font16);
    padding: 10px 20px;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
}
.prodet-wrap-tech-table tbody tr td, .prodet-wrap-tech-table tbody tr td p{
    color: var(--color333);
    line-height: var(--line175);
    font-size: var(--font16);
    padding: 10px 20px;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
}
.prodet-wrap-tech-table tbody tr td p{
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.prodet-wrap-tech-table tbody tr {
    position: relative;
}
.prodet-wrap-tech-table tbody tr::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.20);
}
.prodet-wrap-tech .pwfr-more{
    margin-top: 14px;
}
.prodet-wrap-tech h2{
    margin-bottom: var(--space50);
}
.prodet-wrap-tech .prodet-wrap-feat-ri{
    padding-top: 120px;
}
.prodet-wrap-tech-table{
    position: relative;
}
.prodet-wrap-tech-table{
    height: 620px;
    transition: all .4s;
    overflow: hidden;
}
.prodet-wrap-tech .prodet-wrap-feat-ri::after{
    bottom: 5%;
}
.prodet-wrap-tech.act .prodet-wrap-tech-table{
    height: auto;
    overflow: visible;
}
.prodet-wrap-rela-tp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space50);
}
.prodet-wrap-rela-tp .mod-arrows{
    width: 120px;
}
.prodet-wrap-rela .prodet-wrap-feat-cont, 
.prodet-wrap-need .prodet-wrap-feat-cont{
    display: block;
}
.prodet-wrap-need{
    padding-bottom: 0px;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none
}
.prodet-wrap-item .spul-bot-tit{
    height: auto;
    margin-bottom: 15px;
}
.prodet-wrap-item .spul-bot{
    padding-bottom: 30px;
}
.prodet-wrap-need .mod-arrows{
    opacity: 0;
}
.prodet-wrap-need .pnul-link-icon{
    margin: 0 0 22px;
}
.prodet-wrap-need .pnul-link-tit, .prodet-wrap-need .pnul-link-word  p{
    text-align: left;
}
/* b4-产品详情-end */
/* d1-可持续发展1-start */
.sffr-pic{
    width: 100%;
    position: relative;
}
.sffr-pic img{
    width: 100%;
}
.sffr-pic svg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
.sffr-pic-dots{
    position: absolute;
    left: 0;
    top: -6px;
    width: 12px;
    height: 12px;
    background: var(--colormain1);
    border-radius: 50%;
}
.deve-main h2{
    text-align: center;
}
.deve-liny-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.deve-liny-ul-li{
    padding: 0 10px;
    position: relative;
    width: 33.333333%;
}
.deve-liny-ul-li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #D8D9E1;
}
.deve-liny-ul-li:nth-child(3n+3)::after{
    display: none;
}
.dlul-box{
    padding: 32px 40px;
}
.dlul-icon{
    width: 60px;
    margin: 0 auto var(--space32);
}
.dlul-icon img{
    width: 100%;
}
.dlul-tit{
    text-align: center;
    margin-bottom:16px;
    color: var(--color333);
    line-height: var(--line15);
}
.dlul-word p{
    text-align: center;
    line-height: var(--line175);
    color: var(--color747);
}
.deve-liny-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.deve-liny-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.deve-liny-ul-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.deve-action .home-intel-ul-li{
    width: auto;
}
.deve-action .home-intel-ul{
    justify-content: space-between;
}
.deve-action-bg, .deve-action-bg img{
    width: 100%;
}
.deve-action-bg{
    position: relative;
}
.deve-actions-cont{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.deve-action{
    position: relative;
    z-index: 2;
    margin-top: -80px;
}
.deve-liny{
    position: relative;
    z-index: 3;
}
.deve-liny-bg{
    position: relative;
}
.deve-liny-bg::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(243, 255, 246, 1), #fff);
    z-index: -1;
}
.deve-action .mod-word{
    margin:0 auto var(--space80);
}
.deve-action .hiul-tp span, .deve-action .hiul-tp .ys_demo_num{
    font-size:48px;
    line-height: 1.2;
}
.deve-action .hiul-word p{
    color: var(--color333);
}
.deve-action{
    margin-bottom: var(--space160);
}
.deve-report .mod-word{
    width: 64%;
    margin: 0 auto var(--space60);
}
.deve-report-wrap{
    display: flex;
    align-items: stretch;
    background: rgba(243,246,246,1);
    border-radius: var(--radius20);
    overflow: hidden;
    position: relative;
}
.deve-report-wrap::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /* background: rgba(11, 88, 24, 0.05); */
    z-index: 0;
    pointer-events: none;
}
.deve-report-le{
    position: relative;
}
.deve-report-le, .deve-report-ri{
    width: 50%;
}
.deve-report-le img:nth-child(1){
    width: 100%;
    height: 100%;
    object-fit: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:blur(10px);
    background: rgba(0, 43, 20, 0.20);
}
.deve-report-le img:nth-child(2){
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}
.deve-report-ri{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 60px 40px 100px;
}
.deve-report-ri-tit{
    color: var(--color333);
    line-height: var(--line14);
    margin-bottom: var(--space32);
}
.deve-report-ri-word p{
    color: var(--color747);
}
.deve-report-ri-word{
    margin-bottom: 40px;
}
.deve-report-le .std-btn2-icon img:nth-child(2){
    opacity: 1 !important;
}
.deve-report-ri .std-btn2{
    margin-bottom: 20px;
}
.deve-report-ri-btn2{
    margin-bottom: 0px;
}
.deve-staff .mod-word{
    width: 34%;
    margin: 0 auto 20px;
}
.deve-staff-wrap{
    width: 85vw;
    max-width: 1640px;
    margin: 0 auto;
    padding: 40px 0;
}
.deve-staff-bot{
    position: relative;
}
.deve-staff-slide-pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none !important;
    z-index: 2;
}
.deve-staff-slide-pic img:nth-child(1){
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}
.deve-staff-slide-pic img:nth-child(2){
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}
.dsul-sect{
    position: relative;
}
.dsul-sect img:nth-child(2){
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    cursor: pointer;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
    background: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}
.deve-staff-ul-li{
    font-size: 0px;
}
.deve-staff-slide{
    overflow: visible !important;
}
/* d1-可持续发展1-end */
/* e4-职业发展2-start */
.career-main h2{
    text-align: center;
    margin-bottom: 24px;
    color: var(--color333);
    line-height: var(--line12);
}
.career-join .mod-word{
    width:60%;
    margin: 0 auto var(--space60);
}
.career-join-ul{
    display: flex;
    padding: 20px 0;
    border-radius: 10px;
    background:  #FFF;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
}
.career-join-ul-li{
    width: 33.333333%;
    position: relative;
    padding: 20px 80px;
}
.career-join-ul-li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #D8D9E2;
}
.career-join-ul-li:last-child::after{
    opacity: 0;
}
.cjul-box-top{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.cjul-box-icon{
    width: 40px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 20px;
}
.cjul-box-icon img{
    width: 100%;
}
.cjul-box-top p{
    font-size: var(--font20);
    color: var(--colormain1);
    line-height: var(--line16);
}
.cjul-box-bot-list{
    display: flex;
    align-items: center;
}
.cbbl-icon{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 24px;
}
.cbbl-icon img{
    width: 100%;
}
.cjul-box-bot-list p a{
    display: inline-block;
    color: var(--color333);
    line-height: var(--line175);
    font-size: var(--font18);
}
.cjul-box-bot-list{
    margin-bottom: 10px;
}
.cjul-box-bot-list:last-child{
    margin-bottom: 0px;
}
.career-job{
    border-radius: var(--radius10);
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}
.career-job-bg, .career-job-bg img{
    width: 100%;
}
.career-job-bg{
    position: relative;
}
.career-job-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.8;
    background: linear-gradient(0deg, rgba(0, 10, 31, 0.40) 0%, rgba(0, 10, 31, 0.40) 100%);
}
.career-job-textbox-btn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.career-job-textbox-btn .std-btn2 p{
    color: var(--colorFFF);
}
.career-job-textbox-btn .std-btn2-icon{
    border: solid 1px #fff;
    background: transparent !important;
}
.career-job-textbox-btn .std-btn2-icon img{
    transform: translate(-50%,-50%) rotate(90deg);
}
.career-job-textbox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.career-job-textbox h2{
    color: var(--colorFFF);
    line-height: var(--line14);
    margin-bottom: 8px;
}
.career-job-textbox-word p{
    color: var(--colorFFF);
    line-height: var(--line175);
}
.career-growth .mod-word{
    width: 88%;
    margin: 0 auto var(--space60);
}
.career-growth-pic{
    width: 84%;
    margin: 0 auto;
}
.career-growth-pic img{
    width: 100%;
}
.career-train-ul-li{
    display: flex;
    margin: 0 -18px;
    align-items: stretch;
}
.ctul-list{
    width: 33.333333%;
    padding: 0 18px;
}
.ctul-list-box{
    padding: 26px 32px;
    border-radius: var(--radius10);
    overflow: hidden;
    background:#F8F8F8;
    height: 100%;
}
.ctul-list-icon{
    width: 40px;
    margin-bottom: 24px;
}
.ctul-list-icon img{
    width: 100%;
}
.ctul-list-tit{
    color: var(--color333);
    line-height: var(--line16);
    margin-bottom:12px;
}
.ctul-list-word p{
    color: var(--color747);
    line-height: var(--line175);
    height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.career-train-ul-li{
    margin-bottom: 24px;
}
.career-train-ul-li:last-child{
    margin-bottom: 0px;
}
.career-train-ul-li.nomore .ctul-list{
    width: 50%;
}
.career-train-running{
    width: 100%;
    position: relative;
    margin-top: var(--space50);
}
.career-train-running::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}
.career-train-running::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}
.prodet-runing-list1{
    margin-bottom: 20px;
}
.prodet-runing-list .prlu-li{
    width: 312px;
    margin-right: 0px;
    padding: 0 50px !important;
    position: relative;
}
.prlu-li-pic{
    width: 100%;
}
.prodet-runing-list .prlu-li::after{
    /* display: none; */
    height: 60%;
}
.prodet-runing-list .prlu-li .ys-imgbox-cover{
    border-radius: var(--radius10);
    overflow: hidden;
}
.prodet-runing-list .prodet-runing-list-ul {
    width: calc(calc(312px* var(--width-shu)) + calc(0px* var(--width-shu)));
}
.prodet-runing-list2 .prodet-runing-list-ul1 {
    animation: donghua3 linear infinite;
}
.prodet-runing-list2 .prodet-runing-list-ul2 {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    animation: donghua4 linear infinite;
}
@keyframes donghua3{
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
}
@keyframes donghua4{
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
}
.career-treat{
    background:#F9F9F9;
}
.ctul-sect-show-tit{
    text-align: center;
    color: var(--color333);
    line-height: var(--line16);
}
.ctul-sect-show-icon{
    width: 48px;
    margin: 0 auto 11px;
}
.ctul-sect-show-icon img{
    width: 100%;
}
.ctul-sect-hide .ctul-sect-show-tit{
    color: var(--colorFFF);
    margin-bottom: 8px;
}
.ctul-sect-hide-word p{
    text-align: center;
    color: var(--colorFFF);
    line-height: var(--line18);
    height: 5.4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ctul-sect-hide{
    background: #007947;
}
.ctul-sect-box{
    padding: 35px 24px;
    border-radius: var(--radius10);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ctul-sect-show {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    backface-visibility: hidden;
    background: var(--colorFFF);
}
.ctul-sect{
    width: 100%;
    height: 185px;
    position: relative;
    transform-style: preserve-3d;
    cursor: pointer;
}
.back, .front{
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transition: all .6s ease-out;
}
.front{
    transform: rotateY(0deg);
}
.back{
    transform: rotateY(180deg);
}
.career-treat{
    padding-bottom: var(--space80);
}
.career-treat-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.career-treat-ul-li{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 24px;
}
.career-treat-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.career-treat-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.career-treat-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.career-treat-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.career-ener-min-le p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: #697793;
}
.career-ener-min-le p span{
    display: inline-block;
    margin-right: 10px;
    color: var(--colormain1);
    font-size: 32px;
    line-height: var(--line12);
    font-family: var(--family2) !important;
}
.career-ener-min{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space50);
    position: relative;
    z-index: 2;
}
.career-ener-min-ri{
    width: 59%;
    display: flex;
    align-items: stretch;
}
.cemr-select{
    width: 38%;
    margin-right:20px;
}
.cemr-sear{
    width: calc(24% - 40px);
}
.cemr-select .ys-select{
    border-radius: 80px;
    border: 1px solid  #D8D9E2;
    height: 52px;
    padding:0px 24px;
}
.cemr-select input{
    width: 100%;
    height: 100%;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color333);
}
.cemr-select input::placeholder{
    color: var(--color747);
}
.cemr-select .ys-select-xtbbox .iconfont{
    font-weight: normal;
    color: var(--colormain1);
    font-size: 14px;
}
.cemr-select .ys-select-bd{
    padding: 12px 24px;
    border: 1px solid  #D8D9E2;
    top: 110%;
    border-radius: var(--radius20);
    height: 135px;
}
.cemr-select .ys-select-li{
    color: var(--color747);
    font-size: var(--font16);
    line-height: var(--line15);
    margin-bottom: 4px;
    transition: all .4s;
}
.cemr-select .ys-select-li:last-child{
    margin-bottom: 0px;
}
.cemr-sear .std-btn5{
    height: 100%;
    width: 100%;
}
.cemr-sear .std-btn5-box {
    height: 100%;
    border: solid 1px var(--colormain1);
    border-radius: 80px;
    justify-content: center;
    cursor: pointer;
}
.cemr-sear .std-btn-icon{
    margin-left: 16px;
}
.cemr-select .mCSB_outside+.mCSB_scrollTools {
    right: 22px;
    top: 10px;
    opacity: 0;
    transition: opacity .36s;
    transition-delay: .2s;
}
.cemr-select .ys-select.zindex .mCSB_outside+.mCSB_scrollTools{
    opacity: 1;
}
.cebt-lis p, .cebu-li-tp-lis p{
    font-size: var(--font18);
    color: var(--colorFFF);
    line-height: var(--line175);
}
.cebu-li-tp-lis p{
    color: var(--color333);
}
.career-ener-bot-tplist{
    padding: 10px 50px;
    border-radius: 80px;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
    background: var(--colormain1);
    margin-bottom: 20px;
    display: flex;
}
.cebt-lis{
    padding-right: 30px;
}
.cebu-li-tp{
    display: flex;
    padding: 20px 50px;
    cursor: pointer;
}
.cebt-lis1, .cebu-li-tp-lis1{
    width: 40%;
}
.cebt-lis2, .cebu-li-tp-lis2{
    width: 20%;
}
.cebt-lis3, .cebu-li-tp-lis3{
    width: 12%;
}
.cebt-lis4, .cebu-li-tp-lis4{
    width: 20%;
}
.cebu-li-tp-lis5{
    width: 8%;
    display: flex;
    justify-content: center;
}
.cebu-li .flru-li-bt{
    position: relative;
    cursor: pointer;
    padding: 0 70px 40px;
    padding-top: 30px;
    /* border-top: solid 1px rgba(108, 118, 118, 0.20); */
}
.cebu-li .flru-li-bt::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    height: 1px;
    background: rgba(108, 118, 118, 0.20);
}
.cebu-li{
    /* transition: all .4s; */
    margin-bottom: 20px;
    /* border-radius: 80px; */
    /* box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04); */
}
.cebu-li:last-child{
    margin-bottom: 0px;
}
.cebu-li:first-child .flru-li-bt{
    display: block;
}
.cebu-li.act{
    /* border-radius: 5px; */
}
.cebu-li .flru-li-bt-edr h5{
    font-size: var(--font18);
    color: var(--colormain1);
    line-height: var(--line175);
    margin-bottom: 16px;
}
.flru-li-bt .std-btn3-box{
    border: solid 1px var(--colormain1);
    padding: 8px 16px;
}
.flru-li-bt .std-btn3-box img:nth-child(1){
    opacity: 1 !important;
}
.flru-li-bt .std-btn3{
    width: 18%;
    margin-top: 30px;
}
.flru-li-bt .std-btn3 p{
    width: calc(100% - 32px);
    text-align: center;
}
.flru-li-bt .std-btn3-icon{
    position: absolute;
    top:50%;
    right: 16px;
    transform: translateY(-50%);
}
.flru-li-bt .std-btn3-icon, 
.flru-li-bt .std-btn3-box::after{
    width: 32px;
    height:32px;
}
.flru-li-bt .std-btn3-box::after{
    right: 16px;
}
.career-ener-bot .pwfr-more{
    display: flex;
    justify-content: center;
    margin-top: var(--space50);
}
/* e4-职业发展2-end */
/* e1-公司概况汇总页2-start */
.about-main h2{
    text-align: center;
}
.about-main .home-story .std-btn2-box{
    cursor: pointer;
}
.about-main .home-story .std-btn2-icon img{
    width: 50%;
}
.about-main .home-story .std-btn2-icon img:nth-child(1){
    opacity: 1 !important;
}
.about-main .home-story{
    margin-bottom: var(--space160);
}
.mode-scen-ul, .mode-scen-ul-li, .msul-box{
    height: 100%;
}
.about-main .mode-scen-ul-li{
    display: none;
}
.about-main .mode-scen-ul-li:first-child{
    display: block;
}
.msul-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msul-box-cry {
    position: absolute;
    top: 80px;
    left: calc(32% + 80px);
    z-index: 3;
}
.about-main .msul-box{
    position: relative;
}
.about-main .msul-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 27, 38, 0.3);
}
.about-main .msul-box-tit{
    color: var(--colorFFF);
    line-height: var(--line14);
    margin-bottom: 20px;
}
.about-main .msul-box-word p{
    color: var(--colorFFF);
    line-height: var(--line175);
}
.about-main .msru-lis p{
    opacity: 0.6;
    transition: all .4s;
}
.about-main .msru-lis{
    height: 118px;
    padding:25px 40px;
}
.about-main .msru-lis-link{
    flex-direction: row-reverse;
    justify-content: space-between; 
}
.about-main .msru-lis.act p{
    opacity: 1;
}
.about-main .msru-lis.act{
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.about-main .mode-scen-wrap{
    justify-content: flex-start;
}
.ys-cont1660{
    width: 85vw;
    max-width: 1660px;
    margin: 0 auto;
}
.about-deve-ul-li{
    width: 408px !important;
}
.adul-top-year{
    display: flex;
    align-items: flex-start;
}
.adul-top-year-num{
    font-size: 54px;
    color: var(--colormain1);
    line-height: 1.1;
    flex-shrink: 0;
    font-family: var(--family1) !important;
}
.adul-top-lineadul-top-line{
    width: 100%;
    display: flex;
    padding-left: 32px;
    margin-top: 16px;
}
.adul-top-lineadul-top-line span{
    display: inline-block;
    position: relative;
    width: 14.28%;
    height: 20px;
}
.adul-top-lineadul-top-line span::before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--color747);
}
.adul-top-date{
    color: var(--colormain1);
    line-height: var(--line16);
    margin-top: 30px;
}
.adul-top{
    position: relative;
    padding-left: 32px;
}
.adul-top::after{
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 100%;
    background: var(--colormain1);
}
.adul-bot-word p{
    font-size: var(--font14);
    color: var(--color333);
    line-height: var(--line18);
}
.adul-bot-word, .adul-bot{
    margin-top: 10px;
}
.adul-bot{
    width: 86%;
    padding-left: 32px;
}
.adul-bot .ys-imgbox-cover{
    border-radius: 5px;
    overflow: hidden;
}
.about-deve-swip{
    overflow: visible !important;
    padding-bottom: 108px !important;
}
.about-deve-slide{
    position: relative;
}
.about-deve-slide .mod-arrows{
    width: 156px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.about-deve-slide .mod-arrows.green .arrows-icon{
    background: transparent;
}
.about-deve-ul-li.swiper-slide-active .ys-imgbox-cover img{
    transform: scale(1.1);
}
.about-deve-bg, .about-deve-bg img{
    width: 100%;
}
.about-deve-bg {
    margin-top: -40%;
}
.about-honor-btn{
    display: flex;
    justify-content: center;
}
.about-honor-cont{
    width: 100%;
    position: relative;
    margin-top: -17%;
}
.about-honor-cont-bg, .about-honor-cont-bg img{
    width: 100%;
}
.about-honor-ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.about-honor-ul-li{
    position: absolute;
}
.about-honor .ys-cont1440{
    position: relative;
    z-index: 3;
}
.ahul-pic{
    padding: 12px;
    border-radius: 5px;
    background: rgba(252, 252, 252, 0.80);
    overflow: hidden;
    backdrop-filter: blur(6.344573020935059px);
    -webkit-backdrop-filter:blur(6.344573020935059px);
}
.about-honor-ul-li1{
    width: 174px;
    top: 40%;
    left: 14%;
}
.about-honor-ul-li2{
    width: 174px;
    top: 40%;
    left: 24%;
}
.about-honor-ul-li3{
    width: 290px;
    top:54%;
    left: 31%;
}
.about-honor-ul-li4{
    width: 264px;
    top:69%;
    left: 36%;
    z-index: 3;
}
.about-honor-ul-li5{
    width: 288px;
    top:67.5%;
    left: 47.5%;
    z-index: 2;
}
.about-honor-ul-li6 {
    width: 288px;
    top: 68%;
    left: 61%;
    z-index: 1;
}
.about-honor-ul-li7{
    width: 286px;
    top: 46%;
    left: 72%;
}
.ahul-pic img{
    width: 100%;
}
.about-main .ys-main {
    padding-bottom: 0px !important;
    pointer-events: none;
    border-radius: 0 0 80px 80px;
    overflow: hidden;
}
.about-main .ys-main::after{
    display: none;
}
/* e1-公司概况汇总页2-end */
/* C1-服务-start */
.service-main .msru-lis{
    height: 142px;
}
.service-main .msru-lis p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colorFFF);
}
.service-main .msru-lis-link{
    flex-direction: column;
    align-items: flex-start;
}
.service-main .msru-lis-link-icon{
    margin-bottom: 26px;
}
.service-main .slick-dots{
    bottom: 20px;
}
.service-main .slick-dots li{
    width: 22px;
    height: 2px;
    border-radius: 80px;
    background: rgba(255,255,255,0.5);
}
.service-main .slick-dots li.slick-active{
    background: rgba(255,255,255,01);
}
.service-main h2{
    text-align: center;
}
.service-full-second, .service-full-second img{
    width: 100%;
}
.service-full-first-ri{
    width: 80%;
    position: relative;
}
.sffr-ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    pointer-events: none;
}
.sffr-ul-li{
    width: 85%;
    position: absolute;
    pointer-events: all;
}
.sffr-ul-il-box{
    position: relative;
    padding:24px 20px 20px;
    border-radius: 10px;
    background:  #fff;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
}
.sffr-ul-il-box::after{
    content: "";
    position: absolute;
    top:6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--colormain1);
}
.sffr-ul-il-box p{
    color: var(--color747);
    line-height: var(--line18);
}
.sffr-ul-li1{
    left: 0;
    top: 16%;
}
.sffr-ul-li2{
    top: 62%;
    left: 11.3%;
}
.sffr-ul-li3{
    top: 104%;
    left: 10%;
}
.service-full-first{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-full .mode-applica-le-box{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.service-full .mode-applica-le-box span{
    color: var(--colormain1);
    margin-right: 0px;
    margin-top: 8px;
}
.service-full .yx_rotate3_dots{
    align-items: center;
}
.service-full-first .malb-icon{
    background: rgba(0, 89, 7, 0.15);
}
.service-liny{
    background: #F9F9F9;
}
.service-liny .mod-word{
    margin: 0 auto var(--space60);
}
.service-liny .home-intel-ul{
    margin-bottom: 44px;
    justify-content: space-between;
}
.service-liny .home-intel-ul-li{
    width: auto;
}
.service-liny .hiul-box{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-liny-tpslide{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.service-liny-tpslide-ul{
    width: 78%;
    margin:0 -10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.service-liny-tpslide .mod-arrows{
    width: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sltu-li{
    width: 16.6666667%;
    padding: 0 10px;
}
.sltu-li.slick-slide:not(:first-child){
    display: none;
}
.sltu-li p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color747);
    transition: all .4s;
    border: solid 1px #D8D9E2;
    border-radius: 80px;
    padding: 10px 24px;
    transition: all .4s;
    background:var(--colorFFF);
    text-align: center;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: pointer;
}
.sltu-li.slick-current p{
    border: solid 1px var(--colormain1);
    color: var(--colormain1);
}
.service-liny-cry{
    position: relative;
    display: flex;
    flex-direction: column;
}
.slbl-ul-li-box{
    padding: 40px 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter:blur(10px);
    overflow: hidden;
}
.sulb-list-lis-sect{
    display: flex;
    align-items: flex-start;
}
.slls-pic{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 20px;
}
.sulb-list-lis-sect p{
    font-size: var(--font18);
    color: var(--color747);
    line-height: var(--line175);
}
.sulb-titl{
    color: var(--color333);
    margin-bottom: 40px;
}
.slbl-ul-li{
    width: 50%;
    padding: 0 18px;
    margin-bottom: 36px;
}
.slbl-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.service-liny-cry-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.service-liny-cry-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slbl-ul-li:nth-child(n+5){
    display: none;
}
.service-liny-bot-list .pwfr-more{
    display: flex;
    justify-content: center;
    margin-top:var(--space32)
}
.service-liny-bot-list.slick-slide:not(:first-child){
    display: none;
}
.slbl-ul-li{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.service-liny-bot .slick-list{
    padding-bottom: 20px;
}
.service-liny .home-intel-ul{
    width: 80%;
    margin: 0 auto var(--space50);
}
.service-better-ri-list{
    display: none;
    height: 100%;
}
.service-better-ri-list:first-child{
    display: block;
}
.service-better-cont{
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
    overflow: hidden;
}
.service-better-le{
    width: 47%;
}
.service-better-le img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-better-ri{
    width: 53%;
    padding: 50px 79px;
}
.service-better-cont .ys-form-inof-item label, 
.service-better-cont .ys-form-inof-select{
    display: flex;
    align-items: center;
    border-bottom: solid 1px #D8D9E2;
}
.service-better-cont .ys-fii-name{
    flex-shrink: 0;
}
.service-better-cont .ys-fii-input{
    border: none;
    border-radius: 0px;
}
.service-better-cont .ys-select{
    width: 100%;
    position: static;
}
.service-better-cont .ys-form-inof-select{
    position: relative;
}
.service-better-cont .ys-form-inof-text .ys-fii-input{
    height:40px !important;
}
.service-better-cont .ys-fic-auth {
    width: calc(100% - 187px);
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px #D8D9E2;
}
.service-better-cont .ys-fic-auth-img{
    width: 157px;
    height:52px;
}
.service-better-cont .ys-ficode-wrap{
    padding-right: 0px;
    align-items: flex-end;
}
   
/* C1-服务-end */
.prod-pull-tp-icon{
    width: 28px;
}
.cilu-li .scul-hide .scul-hide-bot{
    width: 90%;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .cemr-select .ys-select-li:hover{
        color: var(--colormain1);
    }
    .ctul-sect:hover .front{
        transform: rotateY(180deg);
    }
    .ctul-sect:hover .back{
        transform: rotateY(0deg);
    }
    .career-treat-ul-li:hover .ctul-sect{
        transform: translate(0px,0px);
    }
    .deve-report-ri .std-btn2-box:hover .std-btn2-icon{
        background: transparent;
    }
    .prod-ban-le-btn .std-btn2-box:hover .std-btn2-icon{
        background: transparent;
    }
    .mats-ul-li-box:hover .mats-ul-li-tit{
        color: var(--colormain1);
    }
    .mats-ul-li-box:hover  .mats-ul-li-word p{
        color: var(--color333);
    }
    .msru-lis:hover{
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }
    .csul-sect:hover::after{
        width: 100%;
    }
    .csul-sect:hover{
        border-bottom: solid 1px transparent;
    }
    .ys-video-btn .std-btn3-box:hover .std-btn3-icon{
        background: transparent;
    }
    .csru-li-box:hover{
        border-bottom: solid 3px var(--colormain1);
    }
    .csru-li-box:hover .csru-li-num{
        color: var(--colormain1);
    }
    .mlrw-ul-li a:hover::after{
        width: 100%;
    }
    .mlrw-ul-li a:hover p{
        color: var(--colormain1);
    }
    .hnsu-li-box:hover .hnsu-li-tit{
        color: var(--colormain1);
    }
    .hnsu-li-box:hover{
        border-bottom: solid 1px transparent;
    }
    .hnsu-li-box:hover::after{
        width: 100%;
    }
    .ys-form-inof-submit:hover .std-btn3-box::after{
        transform: scale(20);
    }
    .llts-ul-lis-link:hover::after{
        width: 100%;
    }
    .llts-ul-lis-link:hover p{
        color:var(--colormain1);
    }
    .hiru-li-box:hover .hiru-li-box-tp, 
    .hiru-li-box:hover .hiru-li-box-tp span{
        color: var(--colormain1);
    }
    .hiru-li-box:hover::after{
        width: 100%;
    }
    .hiru-li-box:hover{
        border-bottom: solid 1px transparent;
    }
    .home-main .std-btn3-box:hover::after{
        transform: translate(0%, -50%) scale(12);
    }
    /* .home-main .std-btn3-box:hover{
        background: transparent;
        transition-delay: .2s;
    } */
    .plpw-ul-li a:hover p, .newllru-list-btn:hover p{
        color: var(--colormain1);
    }
    .pldu-list-link:hover p{
        color: var(--colormain1);
    }
    .pldu-list-link:hover .pldu-list-link-icon img:nth-child(2){
        opacity: 1;
    }
    .pldu-list-link:hover .pldu-list-link-icon img:nth-child(1){
        opacity: 0;
    }
    .prod-list .soludet-intro-ul-li .siul-link:hover p::after{
        display: none;
    }
    .prod-list .soludet-intro-ul-li .siul-link:hover::after{
        opacity: 1;
    }
    .nclp-ul-li a:hover .nclp-ul-li-icon{
        background: var(--colormain1);
    }
    .nclp-ul-li a:hover .nclp-ul-li-icon img:nth-child(2){
        opacity: 1;
    }
    .nclp-ul-li a:hover .nclp-ul-li-icon img:nth-child(1){
        opacity: 0;
    }
    .nlbu-li-link:hover .nlbu-li-ri-tit{
        color: var(--colormain1);
    }
    .nlbu-li-link:hover::after{
        width: 100%;
        opacity: 1;
    }
    .nlbl-lis-link:hover{
        color: var(--colormain1);
    }
    .nlbl-lis-link:hover::after{
        width: 100%;
    }
    .mnrl-pull-ul-li a:hover{
        color: var(--colormain1);
    }
    .pc-fenye a:hover li{
        color: var(--colorFFF);
        background: var(--colormain1);
    }
    .pc-fenye .first:hover li, .pc-fenye .prev:hover li, .pc-fenye .end:hover li, .pc-fenye .next:hover li{
        color: var(--colormain1) !important;
        background: transparent !important;
    }
    .arrows-icon:hover{
        border: solid 1px var(--colormain1);
        background: var(--colormain1);
    }
    .std-btn1-box:hover p{
        color: var(--colormain1);
    }
    .std-btn1-box:hover::after{
        transform: translate(-50%,-50%) scale(10);
    } 
    .std-btn1-box:hover .std-btn1-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn1-box:hover .std-btn1-icon{
        background: var(--colormain1);
    }
    .std-btn2-box:hover .std-btn2-icon{
        background: var(--colormain1);
    }
    .std-btn2-box:hover .std-btn2-icon img:nth-child(1){
        opacity: 0;
    }
    .std-btn2-box:hover .std-btn2-icon img:nth-child(2){
        opacity: 1;
    }
    /* .std-btn3-box:hover{
        background: transparent;
        transition-delay: 0s;
    } */
    .std-btn3-box:hover::after{
        transform: translate(-50%,-50%) scale(10);
    }
    .std-btn3-box:hover p{
        color: var(--colorFFF);
    }
    .std-btn3-box:hover .std-btn3-icon{
        background: var(--colorFFF);
    }
    .std-btn3-box:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn4-box:hover{
        background: var(--colormain1);
        border: solid 1px var(--colormain1);
    }
    .mod-nav-ri-btn .std-btn4-box:hover{
        color: var(--colorFFF) !important;
    }
    .mod-arrows.green .arrows-icon:hover{
        background: var(--colormain1);
    }
    .mod-arrows.green .arrows-icon:hover img:nth-child(1){
        opacity: 1;
    }
    .mod-arrows.green .arrows-icon:hover img:nth-child(2){
        opacity: 0;
    }
    .mfbl-link-ul-li ul li p a:hover, .mfbb-ri-ul-li a:hover{
        opacity: 0.5;
    }
    .about-main .home-story .std-btn2-box:hover .std-btn2-icon{
        background: transparent !important;
    }
    .mode-solu .std-btn3-box:hover p {
        color: var(--colormain1);
    }
    .service-liny-tpslide .arrows-icon:hover img:nth-child(1){
        opacity: 1;
    }
    .service-liny-tpslide .arrows-icon:hover img:nth-child(2){
        opacity: 0;
    }
    .hmfu-li .std-btn1-box:hover::after{
        transform: scale(20);
    }
}
/* 20241227 */
.soludet-list-ul-li::before{
    display: none !important;
}
.prlu-li-pic img{
    width: 100%;
}
.ys-form-inof-item .icon-arrow-down:before{
    font-size: 14px;
}
.ctul-sect-hide-word p{
    line-height: 1.5;
    height: 4.5em;
    -webkit-line-clamp:3;
}
.ys-share-img img{
    width: 100%;
}
.newsdet-cont-ph{
    display: none;
}
.pwtl-pic img{
    width: 100%;
}
.about-main h2{
    margin-bottom: var(--space32);
}
.mode-main .mod-nav{
    position: relative;
}
.mode-main .mod-nav::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(0, 32, 56, 1) 0%, rgba(0, 32, 56, 0) 100%);
    z-index: -1;
}
.scul-box .ys-imgbox-cover::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    opacity: 0.2;
    background: linear-gradient(180deg, rgba(0, 10, 30, 1) 0%, rgba(0, 10, 30, 0) 100%);
    pointer-events: none;
    z-index: 1
}
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}
@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: none;
    }
} 
.service-full, .service-liny{
    margin-bottom: var(--space120);
}
.creat-intell .cilu-li.slick-slide:not(:first-child){
    display: none;
}
.cilb-slide-ul-li:not(:first-child){
    display: none;
}
.creat-intell .cilu-li-box, .cilb-slide-ul-li{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.home-mode-media img{
    width: 100%;
}
.mode-main .ys-hd-pc.isfixed .mod-nav::after, .mode-main .ys-hd-pc.isfixed1 .mod-nav::after{
    opacity: 0;
}
.mode-scen-ul .slick-list, .mode-scen-ul .slick-track{
    height: 100%;
}
.service-liny-tpslide .arrows-icon{
    border: solid 1px var(--colormain1);
}
.service-liny-tpslide .arrows-icon img:nth-child(2){
    opacity: 1;
}
.service-liny-tpslide .arrows-icon img:nth-child(1){
    opacity: 0;
}
/* 20250107 */
.pwtt-cry{
    position: relative;
}
.prodet-wrap-tech-table.nomore{
    height: auto;
}
.prodet-wrap-feat-ri.nomore .pwfr-more{
    opacity: 0;
}
.prodet-wrap-feat-ri.nomore::after{
    opacity: 0;
}
.case-modal-cont-bot{
    padding: 0 20px;
}
.mode-scen .mod-word{
    width: 88%;
    margin:  0 auto var(--space32);
}
.pwfr-more .std-btn2.more .std-btn2-icon img{
    transform: translate(-50%,-50%) rotate(180deg);
}
.service-liny-cry-bg{
    height: 680px;
}
.service-liny-bot .slick-list{
    overflow: visible !important;
}
.about-main .msru-lis:last-child.act, .about-main .msru-lis:last-child{
    border-bottom: solid 1px transparent !important;
}
.plru-li-top-tit{
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mode-main .msru-lis{
    height: auto;
}
.mode-main .mode-scen-ri{
    padding-bottom: 0px !important;
}
.spul-bot-tit{
    font-size: var(--font18);
}
.cmcm-list-item-box{
    align-items: flex-start;
}
.clib-icon{
    margin-top: 2px;
}
/* 20240108 */
.mode-applica-le-box span{
    white-space: wrap;
}
.malb-icon{
    flex-shrink: 0;
}
.mod-foot-bg{
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.mod-foot-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-liny{
    overflow: hidden;
}
.msru-lis-bt p, .msru-lis-bt p a{
    line-height: 1.5;
}
.ctact-addr-tplist .ctact-addr-tplist-item:first-child{
    width: 32%;
}
.ctact-addr-tplist .ctact-addr-tplist-item:last-child{
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ctact-addr-tplist .ctact-addr-tplist-item:last-child .cati-bot{
    justify-content: space-between;
}
.cati-bot-word {
    padding: 0 12px;
}
.cati-bot {
    margin: 0 -12px;
}
.cati-bot-word p, .cati-bot-word p a, .cabu-li-word p{
    font-size: var(--font18);
}
/* 20250109 */
.hub__wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.mini-map {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 350px;
    height: 250px;
    z-index: 20000;
    border-radius: 12px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
    border: 1px solid black;
    /* background: url(../images/draggable.jpg) top left no-repeat; */
    background-size: cover;
    opacity: 0 !important;
    pointer-events: none !important;
}
.mini-map-marker {
    width: 134px;
    height: 66px;
    border: 2px solid #fff;
    position: absolute;
}
.hub {
    position: relative;
    width: 100%;
    height: 100%;
    /* translate: translateY(0px) !important; */
}
.hub__inner-wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
}
#light__off {
    position: relative;
    width: 100%;
}
.home-innova-le-ul, .home-innova-le-ul .slick-list, .home-innova-le-ul .slick-track{
    height: 100%;
}
.mode-main .mode-scen-ri-ul{
    display: flex;
    flex-direction: column;
}
.mode-main .msru-lis {
    height: auto;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.draggable_cont_box{
    width: 100%;
    max-width: inherit;
    height: 100%;
}
.draggable_cont_box img {
    width: auto;
    max-width: inherit;
    height: 100%;
}
.hilu-li-box, .hilu-li-media{
    height: 100%;
}
.home-innova .slick-dots {
    bottom: 36px;
    text-align: right;
    right: 0;
    pointer-events: all;
    padding-right: 36px;
    z-index: 4;
}
.home-innova-ri .mod-word{
    margin: 0;
}
.service-liny-tpslide-ul .slick-list{
    display: flex;
    justify-content: center;
}
video{
    background: transparent !important;
}
.hisu-li-media{
    top: 0;
    left: 0;
    transform: inherit;
}
.mod-foot-top-btn .std-btn3{
    border-radius: 125px;
    overflow: hidden;
}
.mod-foot-top-btn .std-btn3-box{
    overflow: visible;
}
.ys-footer .mod-foot-top-word{
    width: 100% !important;
}
.pplf-ul-li{
    position: relative;
    z-index: 2;
}
.home-intel-slide .mod-arrows {
    width: 65%;
    position: absolute;
    top: 50%;
    left: calc(50% - 5px);
    transform: translate(-50%, -50%);
}
.soludet-case-wrap-tp{
    position: relative;
}
.soludet-case-wrap-tp .mod-arrows{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 40px);
}
.soludet-main .ys-nyban-img::after {
    opacity: 0.45;
    background: linear-gradient(90deg, rgba(0, 8, 2, 0.6) 0%, rgba(0, 8, 2, 0) 100%);
}
.home-main .hmfu-li:nth-child(2) .std-btn1-box, .home-main .hmfu-li.fl .std-btn1-box{
    flex-direction: row-reverse;
    padding: 8px 8px 8px 24px;
}
.home-main .hmfu-li:nth-child(2) .std-btn1-icon, .home-main .hmfu-li.fl .std-btn1-icon{
    margin-right: 0px !important;
    margin-left: 24px;
}
.home-main .hmfu-li:nth-child(2) .std-btn1-box::after, .home-main .hmfu-li.fl .std-btn1-box::after{
    left: auto;
    right: 8px;
    transform-origin: 97% 50%;
}
.csul-tit{
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-main .ys-ban-imgbox::before{
    width: 60%;
}
.hilu-li.act .draggable_cont_box img{
    animation: dh22 4s linear  .2s both;
}
.draggable_cont_box img {
    position: relative;
    left: 0%;
}
@keyframes dh22{
    0%{
        left: 0%;
    }
    100%{
        left: -100%;
    }
}
.about-main.inside-main .mode-scen-ul-li{
    display: block;
    opacity: 0;
    transition: all .6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.about-main.inside-main .mode-scen-ul{
    position: relative;
}
.about-main.inside-main .mode-scen-ul-li.act {
    position: relative;
    opacity: 1;
}
.creat-main .soludet-case-wrap-tp{
    width: 69%;
    margin: 0 auto;
}
.creat-main .soludet-case-wrap-tp .mod-arrows.green{
    width: calc(100% - 10px);
}
.creat-resea .soludet-case-ul{
    width: 100% !important;
}
.mode-main .mull-sect .ys_demo_num{
    font-size: 34px;
}
.mode-choose-le{
    padding-right: 30px;
}
.mull-sect-icon {
    width: 52px;
}
.prodet-wrap-tech .prodet-wrap-feat-ri.nomore1{
    padding-top: 14px;
}
.prodet-wrap-rela .soludet-prod-ul .slick-track{
    display: flex;
    align-items: stretch;
}
.prodet-wrap-rela .soludet-prod-ul-li{
    height: auto !important;
}
.prodet-wrap-rela .spul-link{
    height: 100%;
    background: #fff;
}
.prodet-wrap-rela .spul-link .ys-imgbox-cover{
    background: #F8F8F8;
}
.prodet-wrap-item.prodet-wrap-rela .spul-bot-tit{
    line-height: 1.6;
    height: 3.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prod-ban-ri-ul{
    width: 90%;
}
.soludet-main section{
    overflow: hidden !important;
}
.soludet-main .soludet-system .mod-word p{
    text-align:left !important;
}
.home-innova-ri .std-btn2{
    margin-top: var(--space32);
}
.home-innova-le .mod-arrows{
    width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.case-modal-cont-bot .mod-arrows{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 20px);
    z-index: 2;
}
.case-modal-cont-bot{
    position: relative;
}
.soludet-solu-ul .slick-list{
    padding-bottom: 20px;
}
body{
    padding-right: 0px !important;
}
/* 20250210 */
.cebu-li:nth-child(n+7){
    display: none;
}
.career-main .pwfr-more.active .std-btn2-icon{
    transform: rotate(180deg);
}
.cebu-li.act .cebu-li-wrap{
    border-radius: 5px;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
}
.cebu-li-wrap {
    transition: all .4s;
    margin-bottom: 20px;
    border-radius: 80px;
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
}
.pllu-lis0 .std-btn5-box{
    cursor: pointer;
}
.pllu-lis0.act p{
    color: var(--colormain1);
}
.case-modal-slide.nomore .mod-arrows.green{
    opacity: 0;
    pointer-events: none;
}
.case-modal-slide.nomore .swiper-pagination{
    opacity: 0;
}
.case-modal .mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}
.case-modal .mCSB_scrollTools{
    right: 20px !important;
    z-index: 9;
}
.case-modal-cont{
    padding: 0 30px;
}
.load-modal .ys-ficode-wrap{
    padding-right: 0px !important;
}
.ctact-main .ctact-addr .csru-lis{
    width: 100%;
}
/* 2025.3.13 star */
.notice-list {
    width: 100%;
    position: relative;
}
.notice-list-top {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    z-index: 10;
}
.notice-list-ri .cemr-btn {
    width: 212px;
}
.notice-list-ri {
    display: flex;
}
.notice-list-ri .cemr-reset {
    width: 136px;
}
.notice-list-ri .cemr-sear {
    margin-left: 30px;
}
.notice-list-le {
    display: flex;
}
.notice-list-le .faq-list-sear {
    margin-bottom: 0 !important;
}
.notice-list-le-input .faq-list-sear-input {
    height: 100%;
    width: 100%;
}
.notice-list-le-input {
    width: 446px;
    max-width: 100%;
}
.notice-list-btm {
    width: 100%;
    position: relative;
}
.notice-list-btm-head {
    background: #0B5818;
    border-radius: 10px;
}
.nlbu-wrap {
    border-bottom: 1px solid #D8D9E0;
    align-items: center;
    position: relative;
}
.nlbu-wrap::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #0B5818;
    opacity: 0;
    transition: all 0.36s;
}
.notice-list-btm-head,
.nlbu-wrap {
    padding: 10px 32px;
    width: 100%;
    display: flex;
}
.nlbh-info1 {
    width: 80%;
}
.nlbh-info2 {
    width: 13%;
}
.nlbh-info3 {
    width: 66px;
    flex: none;
}
.notice-list-btm-head .nlbh-info p {
    color: #fff;
    font-size: var(--font20);
    line-height: 1.6;
}
.nlbu-wrap .nlbh-info1 p {
    color: #333333;
    font-size: var(--font18);
    line-height: 1.75;
}
.nlbu-wrap p span {
    display: none;
}
.nlbu-wrap .nlbh-info2 p {
    color: #747474;
    font-size: 16px;
    line-height: 1.75;
}
.nlbu-wrap .nlbh-info3 p {
    color: #005907;
    line-height: 1.75;
    font-size: 16px;
}
.nlbh-info3 img {
    width: 24px;
    margin-bottom: 2px;
}
.nlbu-wrap .nlbh-info3 {
    display: flex;
    align-items: center;
}
.nlbu-wrap .nlbh-info1 {
    padding-right: 30px;
}
.nlbu-wrap .nlbh-info1 p {
    max-height: 1.75em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}
.nlbu-li .nlbu-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.notice-list-btm .mod-paging {
    margin-top: 80px;
}
.pc-fenye li {
    line-height: 30px;
}
.ys-nyban-title-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.yntw-le {
    width: 43%;
}
.yntw-le h1,
.yntw-le p {
    width: 100%;
}
.yntw-ri {
    width: 39.5%;
    border-radius: 10px;
    background: rgba(0, 35, 46, 0.05);
    backdrop-filter: blur(40px);
    padding: 40px 60px;
    /* padding-top: 16px; */
}
.yntw-ri-ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.yntw-ri-ul-li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.yrul-wrap {
    width: 100%;
    position: relative;
}
.yrul-top p {
    color: #fff;
    line-height: 1.75;
    font-size: 16px;
}
.yrul-btm .std-h4 {
    color: #fff;
    line-height: 1.2;
    font-size: 24px;
    font-family: 'Linyang-Medium';
    margin-top: 15px;
}
.yrul-top {
    margin-bottom: 15px;
}
.yrul-btm-sp {
    font-size: 54px;
}
.yrul-wrap p {
    width: 100% !important;
    margin-top: 0 !important;
}
.yrul-btm-sp {
    display: inline-block;
    padding-right: 10px;
}
.yntw-ri-btm p {
    color: #fff;
    line-height: 1.8;
    font-size: 12px;
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.yntw-ri-ul-li:nth-child(3) {
    width: 100%;
}
.relatio-notice {
    width: 100%;
}
.relatio-notice-tit {
    width: 100%;
    text-align: center;
}
.relatio-notice-btm {
    width: 100%;
    padding: 0 50px;
}
.rnbu-li {
    width: 50%;
    padding: 0 25px;
}
.relatio-notice-btm-ul {
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
}
.rnbu-link {
    width: 100%;
    display: block;
    border-bottom: 1px solid #D8D9E1;
    padding: 20px 0;
    position: relative;
}
.rnbu-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #005907;
    opacity: 0;
    transition: all 0.36s;
}
.rnbu-link-top p {
    color: #333;
    line-height: 1.75;
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.rnbu-link-btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rnbu-link-top {
    margin-bottom: 4px;
    width: 530px;
    max-width: 100%;
}
.rnbu-link-btm-le p {
    color: #747474;
    font-size: 14px;
    line-height: 1.8;
}
.rnbu-link-btm-ri .nlbh-info p {
    color: #005907;
    font-size: 16px;
    line-height: 1.75;
}
.relatio-informa {
    width: 100%;
    position: relative;
    background: #F9F9F9;
}
.relatio-informa-btm {
    width: 100%;
    position: relative;
}
.ribu-li {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.relatio-informa-btm-ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.ribu-link {
    width: 100%;
    padding: 34px 40px 28px;
    display: block;
    position: relative;
    border-radius: 10px;
    /* border-bottom: 2px solid #005B00; */
    background: #FFF;
    /* overflow: hidden; */
    box-shadow: 0px 4px 4.5px 0px rgba(0, 31, 130, 0.04), 0px 4px 40px 0px rgba(0, 31, 130, 0.04);
}
.ribu-link::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #005B00;
    border-radius: 10px;
    transition: all 0.36s;
    pointer-events: none;
    opacity: 0;
}
.rnbu-link-btm-info p {
    color: #333;
    line-height: 1.6;
    font-size: var(--font20);
    max-height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ribu-link-btm {
    width: 100%;
    border-top: 1px solid #D8D9E2;
    padding-top: 9px;
}
.ribu-link .rnbu-link-btm-le {
    width: 100%;
    margin-bottom: 16px;
}
.ribu-link-top {
    width: 100%;
    padding-bottom: 45px;
}
.relatio-informa-btm .mod-btn {
    margin-top: 0 !important;
}
.bid-informa {
    width: 100%;
    position: relative;
}
.bid-visit {
    width: 100%;
    position: relative;
}
.bid-visit-top {
    width: 100%;
    position: relative;
}
.bid-visit-top .relatio-notice-tit {
    margin-bottom: 24px;
}
.bid-visit-top .mod-word {
    width: 864px;
    max-width: 100%;
    margin: 0 auto;
}
.bid-visit-btm {
    width: 100%;
    position: relative;
}
.ys-form-inof-item {
    position: relative;
}
.ys-fia-text-btn {
    margin-top: -2px;
}
.ys-form-inof-agree {
    padding-top: 16px;
}
.ys-fii-tips {
    margin-top: 4px;
}
.soludet-list-ul-li a {
    font-size: var(--font16);
    color: var(--color747);
    line-height: var(--line175);
    transition: all .4s;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    height: 100%;
    display: block;
}
.notice-main .soludet-list-ul-li {
    width: 33.333333%;
}
.notice-main .mod-wrap {
    padding-top: 0px !important;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .ribu-link:hover::after {
        width: 100%;
        opacity: 1;
    }
    .rnbu-link:hover::after {
        width: 100%;
        opacity: 1;
    }
    .nlbu-wrap:hover::after {
        width: 100%;
        opacity: 1;
    }
}
/* 2025.3.13 end */
/* 20250515 */
.soludet-list-ul{
    justify-content: center;
}
.prodet-wrap-feat-cont.nomore2 .prodet-wrap-feat-ri::after{
    display: none;
}
.pwtt-cry.more .prodet-wrap-tech-table tbody tr td{
    width: 33.333333%;
    max-width: 33.333333%;
    min-width: 33.333333%;
}
.deve-staff .mod-word{
    width: 45%;
}
.prodet-wrap-tech .prodet-wrap-feat-ri::after {
    bottom: 8%;
}
/* 全站表单delia调整--start--20250522 */
.load-modal-cont {
    width: 1100px;
}
.ys-form-inof-submit .std-btn3-icon {
    width: 36px;
    height: 36px;
}
.ys-form-inof-submit .std-btn3-box {
    padding: 10px 10px 10px 10px;
}
.ys-fic-auth-img {
    width: auto !important;
    height: 60px;
    margin-left: 20px;
    cursor: pointer;
    flex-shrink: 0;
}
.ys-fic-auth {
    width: calc(50% - 12px);
}
.ctact-main .ys-fic-auth{
    width: 100%;
}
.ctact-main .ys-fic-auth-img{
    width: auto !important;
}
.service-better-cont form{
    height: 100%;
}
.service-better-cont .ys-form-inof{
    height: 100%;
}
.service-better-cont .ys-form-inof-item label, 
.service-better-cont .ys-form-inof-select{
    height: 100%;
}
.ys-form-inof-item {
    margin-bottom: 20px;
}
.service-main .ys-form-inof-agree {
    padding-top: 0;
}
/* 全站表单delia调整--end--20250522 */
/* 20250524 */
.mfbs-ul-li-bt{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    box-shadow: 0 10px 18px 3px rgb(0 0 0 / 2%);
    background: 5px;
    overflow: hidden;
    padding: 3px;
    display: none;
}
.mfbs-ul-li{
    position: relative;
}
.mfbs-ul-li-bt img{
    width: 100%;
}
.adul-bot-word p{
    font-size: var(--font20);
}
.about-main .msul-box-tit{
    font-size: 30px;
}
.about-main .msul-box-word p{
    font-size: 50px;
}
.deve-staff .mod-word {
    width: 50%;
}
.mod-foot-top-tit{
    font-size: 42px;
}
.mod-foot-top-word p{
    font-size: var(--font24);
}
.mfbl-link-ul-li:last-child ul li{
    margin-bottom: 22px;
}
.pwtt-cry.more .prodet-wrap-tech-table thead tr th {
    width: 33.333333%;
    max-width: 33.333333%;
    min-width: 33.333333%;
}
.prodet-wrap-tech .prodet-wrap-feat-ri::after {
    bottom: 5%;
}
/* 20250619 */
.about-main .msul-box-word p{
    font-size: 52px;
}
.hiul-word p{
    font-size: var(--font18);
}