﻿@charset "utf-8";
/* 公共样式 - start */
:root {
    /* 字号 */
    --font70: 70px;
    --font48: 48px;
    --font40: 40px;
    --font30: 30px;
    --font24: 24px;
    --font20: 20px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航 */
    --line88:88px;
    --line70: 70px;
    --head1:60px;
    /* 颜色 */
    --color1: #333333;
    --color2: #666666;
    --color3: #999999;
    --color4: #ffffff;
    --colormain:#EB0000;
    --colorbj: #F5F5F5;
    /* 板块间距 */
    --space150: 100px;
    --space120:120px;
    --space100: 100px;
    --space50: 50px;
    --space40: 40px;
    /* 段落间距 */
    --parpspace10: 10px;
    --parpspace12: 12px;
    /* --自重 */
    --font-weight1:290;
}
.std-h1 {
    font-size: var(--font70);
    color: var(--color1);
    line-height: var(--line15);
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font48);
    color: var(--color1);
    line-height: var(--line15);
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font40);
    color: var(--color1);
    line-height: var(--line15);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font30);
    color: var(--color1);
    line-height: var(--line16);
}
.std-h5,
.yxedr-active h5 {
    font-size: var(--font24);
    color: var(--color1);
    line-height: var(--line16);
}
.std-text1,
.std-text1 p {
    font-size: var(--font18);
    color: var(--color1);
    line-height: var(--line16);
}
.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color1);
    line-height: var(--line16);
}
.std-text3,
.std-text3 p {
    font-size: var(--font14);
    color: var(--color1);
    line-height: var(--line18);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color1);
    line-height: var(--line16);
    margin-bottom: var(--parpspace10);
}
.std-padd150{
    padding: var(--space150) 0;
}
.std-padd150-top{
    padding-top: var(--space150);
}
.std-padd150-bot{
    padding-bottom: var(--space150);
}
.std-padd120{
    padding: var(--space120) 0;
}
.std-padd120-top{
    padding-top: var(--space120);
}
.std-padd120-bot{
    padding-bottom: var(--space120);
}
.std-padd100{
    padding: var(--space100) 0;
}
.std-padd100-top{
    padding-top: var(--space100);
}
.std-padd100-bot{
    padding-bottom: var(--space100);
}
.std-mar50{
    margin-bottom: var(--space50);
}
.std-mar40{
    margin-bottom: var(--space40);
}
.yxedr-active h2, .yxedr-active h3 {
    margin-bottom: var(--parpspace16);
}
.yxedr-active h4 {
    margin-bottom: var(--parpspace12);
}
.yxedr-active h5 {
    margin-bottom: var(--parpspace10);
}
body {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
@font-face {
    font-family: 'yuhong-Regular';
    src: url('../fonts/Outfit-Regular/OutfitRegular.eot');
    src: url('../fonts/Outfit-Regular/OutfitRegular.eot') format('embedded-opentype'),
         url('../fonts/Outfit-Regular/OutfitRegular.woff2') format('woff2'),
         url('../fonts/Outfit-Regular/OutfitRegular.woff') format('woff'),
         url('../fonts/Outfit-Regular/OutfitRegular.ttf') format('truetype'),
         url('../fonts/Outfit-Regular/OutfitRegular.svg') format('svg');
         font-display: swap;
}
@font-face {
    font-family: 'yuhong-Light';
    src: url('../fonts/Outfit-Light/OutfitLight.eot');
    src: url('../fonts/Outfit-Light/OutfitLight.eot') format('embedded-opentype'),
         url('../fonts/Outfit-Light/OutfitLight.woff2') format('woff2'),
         url('../fonts/Outfit-Light/OutfitLight.woff') format('woff'),
         url('../fonts/Outfit-Light/OutfitLight.ttf') format('truetype'),
         url('../fonts/Outfit-Light/OutfitLight.svg') format('svg');
    font-display: swap;
}
video {
    background: transparent !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}
/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    content: '分享到 - 微信';
    /* content: 'Share the - weixin'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .5) !important;
    margin-right: 0px !important;
}
/*导航默认选中*/
.yxnav-active1 .head-nav-item-title::after{
    width: 120%;
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/* 面包屑 */
.ys-bread{
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    margin: 0 auto;
}
.ys-bread-list{
    padding: 0;
    margin: 0 28px 0 0;
}
.ys-bread-list a{
    color: var(--color4);
    opacity: 0.6;
    line-height: var(--line15);
    font-size: var(--font14);
    transition: all .4s;
}
.ys-bread-list::after{
    content: "";
    position: absolute;
    top: 50%;
    left:-14px;
    transform: translateY(-50%);
    width: 1px;
    height: 10.5px;
    background: var(--color4);
}
.ys-bread-list:last-child a{
    opacity: 1;
}
.ys-bread-list::before, .ys-bread-list:first-child:after{
    display: none;
}
/* 按钮 */
.std-btn1{
    display: inline-block;
}
.std-btn1-box{
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 26px;
    background:var(--colormain);
    transition: all .4s;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 80px;
}
.std-btn1-box::after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: rgba(194,0,14);
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn1-icon{
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--color4);
    position: relative;
    flex-shrink: 0;
    margin-left: 25px;
}
.std-btn1-icon img{
    width:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std-btn1-box p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color4);
}
.std-btn2{
    display: inline-block;
}
.std-btn2-box{
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 7px 8px 7px 26px;
    background:var(--color4);
    transition: all .6s;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 80px;
    border: solid 1px var(--color1);
}
.std-btn2-box::after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: var(--colormain);
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn2-icon{
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--color4);
    position: relative;
    flex-shrink: 0;
    margin-left: 25px;
    border: solid 1px var(--color1);
    transition: all .4s;
}
.std-btn2-icon img{
    width:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std-btn2-box p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
    transition: all .4s;
}
.std-btn2.white .std-btn2-box{
    background: transparent;
    border: solid 1px var(--color4);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}
.std-btn2.white .std-btn2-box p{
    color: var(--color4);
}
.std-btn2.white  .std-btn2-icon{
    border: solid 1px var(--color4);
}
.std-btn3{
    display: inline-block;
}
.std-btn3-box{
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.std-btn3-box::after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: var(--colormain);
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn3-icon{
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--color4);
    position: relative;
    flex-shrink: 0;
    border: solid 1px var(--color1);
    transition: all .4s;
}
.std-btn3-icon img{
    width:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all .4s;
}
.std-btn3-icon img:nth-child(2){
    opacity: 0;
}
.std-btn4{
    display: inline-block;
}
.std-btn4-box{
    display: flex;
    align-items: center;
}
.std-btn4-icon{
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: var(--color4);
    flex-shrink: 0;
    border: solid 1px var(--color1);
    transition: all .4s;
}
.std-btn4-icon img{
    width:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all .4s;
}
.std-btn4-icon img:nth-child(2){
    opacity: 0;
}
.std-btn4-icon::after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: var(--colormain);
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.std-btn4-box p{
    font-size: var(--font18);
    color: var(--color1);
    line-height: 1.65;
    transition: all .4s;
    margin-right: 10px;
}
/* 内页banner */
.ys-nyban-title{
    overflow: hidden;
}
.ys-nyban-title h1{
    font-size: var(--font40);
}
/* 公共样式 - end */
/* 底部导航-start */
.mod-foot{
    width: 100%;
    position: relative;
    background: #1C1A1A;
    padding-top: 98px;
}
.mod-foot-wrap{
    display: flex;
    align-items: flex-start;
    padding-bottom: 35px;
}
.mod-foot-le{
    width: 25%;
}
.mod-foot-ri{
    width:75%;
    padding-left:310px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mod-foot-le-logo{
    width: 252px;
    margin-bottom: 56px;
}
.mod-foot-le-logo a{
    display: block;
    width: 100%;
}
.mod-foot-le-logo a img{
    width: 100%;
}
.mod-foot-le-word p{
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color4);
    display: flex;
    align-items: flex-end;
    margin-bottom: var(--parpspace10);
}
.mod-foot-le-word p a{
    font-size:var(--font20);
    font-weight: bold;
    color: var(--color4);
    line-height:1.4;
}
.mod-foot-le-word{
    margin-bottom: 80px;
}
.mfls-ul{
    display: flex;
    margin: 0 -8px;
}
.mfls-ul-li{
    padding: 0 8px;
    position: relative;
}
.mfls-ul-li-show{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, .2);
    position: relative;
    cursor: pointer;
    display: block;
}
.mfls-ul-li-show img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mfls-ul-li-hide{
    width: 146px;
    padding: 10px;
    background: var(--color4);
    box-shadow: 0px 15px 35px 0px rgba(71, 71, 71, 0.10);
    border-radius: 5px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: none;
}
.mfls-ul-li-hide img{
    width: 100%;
}
.mod-foot-ri-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin:0  -10px;
    margin-bottom: 83px;
}
.mfru-li{
    padding: 0 10px;
}
.mfru-li-link a{
    display: block;
    color: var(--color4);
    transition: all .4s;
    font-size: var(--font18);
    line-height: var(--line15);
}
.mfru-li-link{
    margin-bottom: 28px;
}
.mfru-li ul li p a{
    display: block;
    transition: all .4s;
    font-size: var(--font14);
    line-height: var(--line175);
    opacity: 0.5;
    color: var(--color4);
}
.mfru-li ul li{
    margin-bottom: var(--parpspace12);
}
.mfru-li ul li:last-child{
    margin-bottom: 0px;
}
.mod-foot-ri-link{
    width: 298px;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.mod-foot-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-top: solid 1px rgba(255, 255, 255, .3);
}
.mfbr-ul{
    display: flex;
    margin: 0 -15px;
}
.mfbr-ul-li{
    padding: 0 15px;
}
.mfbr-ul-li a{
    display: block;
    opacity: 0.5;
    color: var(--color4);
    transition: all .4s;
    line-height: 1.2;
    font-size: var(--font14);
}
.mod-foot-bot-le p a{
    color: var(--color4);
    opacity: 0.5;
    font-size: var(--font14);
    display: inline-block;
    line-height: 1.2;
    margin-right: 30px;
}
.ys-select-link input, .ys-select-link input::placeholder{
    color: var(--color4);
    /*font-size: var(--font16);*/
    line-height: var(--line175);
}
.ys-select-link{
    /* padding: 15px 30px; */
}
.ys-select-link .ys-select-xtbbox{
    width: 14px;
}
.ys-select-link .ys-select-xtbbox img{
    width: 100%;
}
.ys-select-link .ys-select-bd{
    padding: 10px 30px;
    max-height: 92px;
}
.ys-select-link .ys-select-li a{
    font-size: var(--font14);
    line-height: 1.3;
    color: var(--color2);
    display: block;
}
.ys-select-link .ys-select-li{
    margin-bottom: 6px;
}
.ys-select-link .ys-select-li:last-child{
    margin-bottom: 0px;
}
.mCSB_outside+.mCSB_scrollTools {
    right: 0;
    top: 5px;
    bottom: 5px;
    opacity: 0;
    transition-delay: .3s;
}
.ys-select.zindex .mCSB_outside+.mCSB_scrollTools {
    opacity: 1;
    right: 28px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain) !important;
    width: 2px;
    border-radius: 0px;
}
.ys_phnav6_wrap_ul{
    display: flex;
    flex-direction: column;
}
.ys_p6wu_li{
    width: 100%;
    cursor: pointer;
}
.ys_p6wu_li_box{
    width: 100%;
    position: relative;
}
.ys_p6wu_li_box a {
    width: auto;
    display: inline-block;
}
.ys_p6wulb_text{
    width: 100%;
}
.ys_p6wulb_text p {
    width: 100%;
    font-size:var(--font20);
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}
.ys_p6wu_li_box::after {
    content: "\e7b2";
    position: absolute;
    top: 26px;
    right: 2px;
    transform: rotate(0deg);
    font-family: "iconfont" !important;
    transition: all .36s;
    font-size: 12px;
    color: var(--color4);
    font-weight: normal;
}
.ys_p6wulb_hide{
    display: none;
    padding-top: 10px;
}
.ys_pbhu_li a{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    margin-bottom: 10px;
}
.ys_p6wu_li_box.on::after{
    transform:rotate(180deg);
}
.mod-foot-le-ph{
    display: none;
}
.ys_p6wu_li_box {
    width: 100%;
    position: relative;
    padding: 20px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.ys_p6wu_li:last-child .ys_p6wu_li_box{
    border-bottom:solid 1px rgba(255, 255, 255, 0.3);
}
/* 底部导航-end */
/* 导航-start */
.ys-ban-imgbox::before{
    transition: all .4s;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0) 52.27%);
}
.ys-ban-imgbox::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:37%;
    height: 100%;
    opacity: 0.4;
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0.59%, rgba(24, 24, 24, 1) 91.36%); */
    z-index: 3;
    pointer-events: none;
}
.ys-ph-navbar3 .ys-phnav-header {
    background: #fff;
}
.ys-hd-pc{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.mod-nav{
    width: 100%;
    display:flex;
    justify-content: center;
    justify-content: space-between;
    padding: 0 126px 0 128px;
    position: relative;
    transition: all .4s;
}
.mod-nav::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(102, 102, 102, 0) 100%);
    z-index: -1;
}
.head-nav{
    display: flex;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
}
.head-logo{
    width: 166px;
    line-height:var(--line88);
    font-size: 0;
    flex-shrink: 0;
    transition: all .4s;
    /* position: absolute; */
    /* left: 128px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.head-logo a{
    width: 100%;
    display: block;
    line-height: var(--line88);
    position: relative;
    transition: all .4s;
}
.head-logo a img{
    width: 100%;
    transition: all .4s;
}
.head-logo a img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}
.head-nav-item-title{
    display: block;
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line88);
    transition: all .4s;
    position: relative;
}
.head-nav-item-title::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height:4px;
    background:#F00;
    transition: all .4s;
}
.head-nav-item{
    padding: 0 50px;
    position: relative;
}
.head-nav{
    margin: 0 -30px;
}
.head-other-sear a{
    display: block;
    padding: 10px 30px;
    background: var(--colormain);
    border-radius: 6px;
    overflow: hidden;
    font-size: var(--font16);
    color: var(--color4);
    transition: all .4s;
    line-height: var(--line15);
    position: relative;
    z-index: 2;
}
.head-other-sear a::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: rgba(194, 0, 14);
    border-radius: 6px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.head-other-sear{
    margin-right: 46px;
}
.ys-search2{
    --shadow: 0 10px 18px 3px rgb(0 0 0 / 2%);
    --widthtotal: 34%;
    --input-size: 16px;
    position: static;
}
.ys-search2-btn{
    width: 30px;
    line-height: var(--line88);
    cursor: pointer;
    display: block;
    transition: all .36s;
    position: relative;
}
.ys-search2-btn img{
    width: 100%;
    transition: all .4s;
}
.ys-search2-btn img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
}
.ys-search2-win{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: none;
    transition: top .36s
}
.inside-body .ys-search2-win{
    top: 70px;
}
.ys-hd-pc.isfixed .ys-search2-win{
    top: 70px;
}
.ys-search2-box{
    padding: 16px 0;
}
.ys-search2-tibox{
    width: var(--widthtotal);
    margin: 0 auto;
}
.ys-search2-tbox{
    border-bottom: 1px solid #eee;
    width: calc(100% - 24px);
    padding-right: 20px;
    height: 40px;
}
.ys-search2-tbox input{
    width: 100%;
    height: 100%;
    font-size: var(--input-size);
}
.ys-search2-ibox {
    width: 24px;
    margin-top: 10px;
}
.ys-search2-ibox img{
    width: 100%;
}
.head-other{
    display: flex;
    align-items: center;
    /* position: absolute; */
    /* right: 126px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.head-other-sell {
    width: 30px;
    margin-right: 40px;
    flex-shrink: 0;
    font-size: 0;
}
.head-other-sell a{
    display: block;
    width: 100%;
    line-height: var(--line88);
    transition: all .4s;
}
.head-other-sell-icon{
    width: 100%;
    position: relative;
    font-size: 0;
}
.head-other-sell-icon img{
    width: 100%;
    transition: all .4s;
}
.head-other-sell-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.inside-body .ys-hd-pc .mod-nav{
    background: var(--color4);
    border-bottom: solid 1px #EDEDED;
}
.inside-body .ys-hd-pc .mod-nav::after{
    height: 70px;
    opacity: 0;
}
.inside-body .ys-hd-pc .head-logo,
.inside-body .ys-hd-pc .head-logo a, 
.inside-body .ys-hd-pc .head-nav-item-title, 
.inside-body .ys-hd-pc .ys-search2-btn, 
.inside-body .ys-hd-pc .head-other-sell a{
   line-height:var(--line70);
}
.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(--color1);
}
.inside-body .ys-hd-pc .head-other-sell-icon img:nth-child(2) {
    opacity: 1;
}
.inside-body .ys-hd-pc .head-other-sell-icon img:nth-child(1) {
    opacity: 0;
}
.inside-body .ys-hd-pc .ys-search2-btn img:nth-child(2) {
    opacity: 1;
}
.inside-body .ys-hd-pc .ys-search2-btn img:nth-child(1) {
    opacity: 0;
}
.home-main .ys-main{
    padding-top: 0px;
}
.ys-hd-pc.isfixed .mod-nav{
    background: var(--color4);
    box-shadow: var(--shadow);
}
.head-nav-item-down{
    box-shadow: var(--shadow);
    box-shadow: 10px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
.home-main .ys-hd-pc.isfixed .head-logo,
 .home-main .ys-hd-pc.isfixed .head-logo a, 
 .home-main .ys-hd-pc.isfixed .head-nav-item-title, 
 .home-main .ys-hd-pc.isfixed .ys-search2-btn, 
 .home-main .ys-hd-pc.isfixed .head-other-sell a{
   line-height:var(--line70);
}
.ys-hd-pc.isfixed .head-logo a img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.isfixed .head-logo a img:nth-child(1) {
    opacity: 0;
}
.ys-hd-pc.isfixed .head-nav-item-title{
    color: var(--color1);
}
.ys-hd-pc.isfixed .head-other-sell-icon img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.isfixed .head-other-sell-icon img:nth-child(1) {
    opacity: 0;
}
.ys-hd-pc.isfixed  .ys-search2-btn img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.isfixed  .ys-search2-btn img:nth-child(1) {
    opacity: 0;
}
/* 产品中心下拉 */
.prod-pull-wrap{
    display: flex;
    align-items: stretch;
    padding-left: var(--left);
    background: var(--color4);
    position: relative;
}
.prod-pull-wrap::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:var(--left) !important;
    height: 100%;
    background: var(--colorbj);
    z-index: 0;
}
.prod-pull-ri{
    width: 24%;
}
.prod-pull-le{
    width: 76%;
    position: relative;
}
.prod-pull-ri-pic{
    height: 100%;
    position: relative;
    display: block;
}
.sprp-img{
    width: 100%;
    height: 100%;
}
.sprp-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sprp-text{
    width: calc(100% - 20px);
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color4);
    font-weight: bold;
    line-height: 1.65;
    z-index: 3;
    text-align: center;
    font-size: var(--font18);
}
.head-nav-item.more{
    position: static;
}
.prod-pull{
    top: 100%;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.prod-pull-le-wrap{
    height: 100%;
    background: var(--color4);
    padding-right:50px;
    display: flex;
    align-items: stretch;
    padding-bottom: 0px !important;
}
.pplw-fl-cry{
    width: 19%;
    position: relative;
    z-index: 2;
    height: 100%;
    background: var(--colorbj);
}
.pplw-fr, .pplw-fl-cry{
    padding-bottom: 40px;
}
.prod-pull-le form{
    height: 100%;
}
.pplw-fl{
    width: 100% !important;
    padding-top: 47px;
}
.pplw-fr{
    width: 81%;
    padding-left: 50px;
    padding-top: 38px;
}
.pful-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pful-icon{
    position: relative;
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 19px;
}
.pful-icon img{
    width: 100%;
    transition: all .4s;
}
.pful-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.pful-box p{
    font-size: var(--font18);
    line-height: 1.65;
    transition: all .4s;
    color: var(--color1);
}
.pplw-fl-ul-li.yxnav-active2 .pful-icon img:nth-child(2){
    opacity: 1;
}
.pplw-fl-ul-li.yxnav-active2 .pful-icon img:nth-child(1){
    opacity: 0;
}
.pplw-fl-ul-li.yxnav-active2 .pful-box p{
    color: var(--colormain);
}
.pplw-fl-ul-li{
    margin-bottom: 40px;
}
.pplw-fl-ul-li:last-child{
    margin-bottom: 0px;
}
.pplw-fr-sear-input{
    width: 407px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #F2EEE8;
    margin-right: 30px;
}
.pplw-fr-sear-input input{
    width: 100%;
    height: 100%;
    padding: 0 28px;
    font-size: var(--font16);
    color: var(--color1);
    line-height: 1.65;
}
.pplw-fr-sear-input input::placeholder{
    color: var(--color3);
    line-height: 1.65;
    /*font-size: var(--font16);*/
}
.pplw-fr-sear{
    display: flex;
    margin-bottom: 43px;
}
.pplw-fr-sear-ul{
    display: flex;
    margin: 0 -3px;
}
.pfsu-lis{
    padding: 0 3px;
}
.pfsu-lis a{
    display: block;
    padding: 10px 20px;
    background: var(--colorbj);
    color: var(--color1);
    line-height: 1.65;
    transition: all .4s;
    font-size: var(--font16);
}
.pplw-fr-bot{
    padding-bottom: 20px;
}
.pplw-fr-bot-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.pplw-fr-bot-item{
    display: none;
}
.pplw-fr-bot-item:first-child{
    display: block;
}
.pplw-fr-bot-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.pfbu-lis{
    width: 33.333333%;
    padding: 0 7px;
    margin-bottom: 14px;
}
.pfbu-lis-box{
    display: flex;
    align-items: center;
    padding:24px 17px 15px 14px;
    background: var(--colorbj);
    position: relative;
}
.pfbu-lis-box .ys-imgbox-cover{
    width: 45%;
}
.pfbu-lis-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height:2px;
    background: #F00;
    transition: all .4s;
}
.pfbu-lis.yxnav-active3 .pfbu-lis-box::after{
    width: 100%;
}
.pfbu-lis-ri{
    width: 55%;
    padding-left:10px;
}
.pfbu-lis-ri-tit{
    color: var(--color1);
    line-height: 1.65;
    margin-bottom: 8px;
}
.pfbu-lis-ri-word p{
    color: var(--color3);
}
.pplw-fr-bot-sect{
    max-height: 600px;
}
/* 解决方案-下拉 */
.solu-pull{
    width: 100vw;
    top: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color4);
    padding: 93px 0 91px;
}
.solu-pull::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--colorbj);
    z-index:-1;
}
.solu-pull-le-ul{
    width: 61%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}
.splu-li{
    width: 50%;
    padding: 0 17px;
}
.solu-pull-le{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 70px;
}
.solu-pull-ri{
    width: 50%;
    padding-left: 45px;
}
.solu-pull-le-tit{
    margin-right: 26px;
}
.solu-pull-le-tit a{
    line-height: 1.65;
    color: var(--color1);
    font-size:28px;
}
.splu-li-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: solid 1px #DBDBDB;
}
.splu-li{
    margin-bottom: 24px;
}
.splu-li-box p{
    color: #333;
    line-height: 1.65;
    font-size: var(--font18);
    transition: all .4s;
}
.splu-li.yxnav-active2 .splu-li-box p{
    color: var(--colormain);
}
.splu-li-icon{
    width: 8px;
    font-size: 0;
}
.splu-li-icon img{
    width: 100%;
}
.solu-pull-ri-ul{
    display: flex;
    margin: 0 -7px;
}
.spru-li{
    width: 50%;
    padding: 0 7px;
}
.spru-li-box{
    position: relative;
    display: block;
}
.spru-li-tit{
    width: calc(100% - 20px);
    text-align: center;
    color: var(--color4);
    line-height: 1.65;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}
.solu-pull-wrap{
    display: flex;
}
@keyframes arrow{
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0px);
    }
}
/* 默认下拉样式 */
.mod-pull{
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.mpul-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px 12px 30px;
    background: var(--colorbj);
    transition: all .4s;
}
.mpul-box p{
    font-size: var(--font16);
    color: var(--color1);
    line-height: 1.65;
    transition: all .4s;
    white-space: nowrap;
    margin-right: 25px;
}
.mpul-icon{
    width: 8px;
    font-size: 0;
    flex-shrink: 0;
}
.mpul-icon img{
    width: 100%;
}
.mod-pull-ul{
    padding: 0px !important;
    background: var(--colorbj);
}
.mod-pull-ul-li.yxnav-active2 .mpul-box{
    background: var(--color4);
}
/* 导航-end */
/* G2 子公司-start */
.compy-cry h2{
    color: #000;
    margin-bottom: var(--space40);
}
.mod-word p{
    color: var(--color1);
    line-height: var(--line175);
    margin-bottom: var(--parpspace12);
}
.mod-word p:last-child{
    margin-bottom: 0;
}
.compy-cry .mod-word{
    width: 83%;
}
.compy-cry-img{
    overflow: hidden;
    width: 100%;
}
.compy-cry-img img{
    width: 100%;
}
.compy-cry .std-btn1-icon img {
    width: 14px;
}
/* G2 子公司-end */
/* G8 联系我们-start */
.ctact-main .mod-wrap{
    padding-top:0px;
}
.ctact-cry-bg, .ctact-cry-bg img{
    width: 100%;
}
.ctact-cry-top{
    position: relative;
}
.ctact-cry{
    position: relative;
}
.ctact-cry-bg{
    position: relative;
    top: 0;
    left: 0;
}
.ctact-cry-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:41.5%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 10px 0px 35px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
}
.ctact-cry-wrap{
    display: flex;
    align-items: stretch;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.ctact-cry-le{
    width: 34%;
    padding-right: 55px;
    pointer-events: all;
}
.ctact-cry-le h1{
    color: var(--colormain);
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: solid 1px #B3B3B3;
    margin-bottom: 42px;
}
.cclu-li-tp{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.cclu-li-tp-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 12px;
}
.cclu-li-tp-icon img{
    width: 100%;
}
.cclu-li-tp p{
    color: #333;
    font-size: var(--font18);
    line-height: var(--line15);
}
.cclu-li-btm{
    padding-left: 36px;
}
.cclu-li-btm p, .cclu-li-btm p a{
    color: var(--color2);
    display: inline-block;
    line-height: var(--line15);
    font-size: var(--font16);
}
.cclu-li{
    margin-bottom: 30px;
}
.cclu-li:last-child{
    margin-bottom: 0px;
}
.ctact-cry-le-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.ccll-lis{
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 10px;
}
.ccll-lis-box p{
    text-align: center;
    font-size: var(--font14);
    line-height: var(--line15);
    color: #333;
}
.ccll-lis-img, .ccll-lis-img img{
    width: 100%;
}
.ccll-lis-img{
    margin-bottom: 8px;
}
.ccll-lis:nth-child(3n+1){
    animation-delay: 0.2s;
}
.ccll-lis:nth-child(3n+2){
    animation-delay: 0.3s;
}
.ccll-lis:nth-child(3n+3){
    animation-delay: 0.4s;
}
.ctact-cry-ri-wrap{
    width: 275px;
    position: absolute;
    top: 49.5%;
    left: 63.5%;
    transform: translate(-50%,-50%);
    padding: 26px 17px 23px 24px;
    background: var(--colormain);
}
.ctact-cry-ri-wrap::after{
    content: "";
    position: absolute;
    top:22px;
    left: -6px;
    transform:rotate(45deg);
    width: 12px;
    height: 12px;
    background: var(--colormain);
}
.ccrw-logo{
    width: 180px;
    margin: 0 auto 25px;
}
.ccrw-logo img{
    width: 100%;
}
.ctact-cry-ri-wrap p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color4);
}
/* G8 联系我们-end */
/* H2 防伪查询-start */
.check-main .ys-bread-list a, 
.faqdet-main .ys-bread-list a, 
.newdet-main .ys-bread-list a, 
.prodet-main .ys-bread-list a, 
.group-main .ys-bread-list a, 
.order-main .ys-bread-list a{
    color:#333;
    opacity: 0.6;
} 
.check-main .ys-bread-list:last-child a,
 .faqdet-main .ys-bread-list:last-child a,
 .newdet-main .ys-bread-list:last-child a, 
 .prodet-main .ys-bread-list:last-child a, 
 .group-main .ys-bread-list:last-child a, 
 .order-main .ys-bread-list:last-child a{
    opacity: 1;
}
.check-wrap{
    position: relative;
    z-index: 4;
}
.check-main .ys-bread,
 .prodet-main .ys-bread, 
.group-main .ys-bread, 
.order-main .ys-bread{
    top: 100px;
}
.check-main .ys-bread-list::after,
 .faqdet-main .ys-bread-list::after, 
.newdet-main .ys-bread-list::after, 
.prodet-main .ys-bread-list::after, 
.group-main .ys-bread-list::after, 
.order-main .ys-bread-list::after{
    width:4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    opacity: 0.6;
}
.check-main .ys-bread-list:last-child::after,
 .faqdet-main .ys-bread-list:last-child::after, 
 .newdet-main .ys-bread-list:last-child::after, 
 .prodet-main .ys-bread-list:last-child::after, 
 .group-main .ys-bread-list:last-child::after, 
 .order-main .ys-bread-list:last-child::after{
    background: var(--colormain);
}
.ys-main{
    padding-top: var(--line70);
    position: relative;
}
.check-main .mod-wrap{
    padding-top: 0px;
}
.check-main .ys-main{
    overflow: hidden;
    padding-top: 210px;
}
.check-bg1{
    width: 42%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.check-bg2{
    width: 505;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.check-bg1 img, .check-bg2 img{
    width: 100%;
}
.check-wrap h1{
    color: #333;
    padding-bottom: var(--space50);
    border-bottom: solid 1px #d7d7d7;
    margin-bottom: var(--space40);
}
.check-wrap-tp-le{
    width: 40.5%;
}
.check-wrap-tp-ri{
    width: 59.5%;
    padding-left: 92px;
}
.check-wrap-tp{
    display: flex;
    align-items: flex-start;
}
.check-wrap-tp-le h2{
    font-weight: bold;
    color: var(--color1);
    margin-bottom: 20px;
}
.cwtl-word p{
    color: var(--color1);
    line-height: var(--line15);
}
.cwtr-ul-li-box{
    display: flex;
    align-items: flex-start;
}
.culb-le{
    padding: 6px 20px;
    background: var(--colormain);
    font-weight: bold;
    color: var(--color4);
    line-height: var(--line15);
    white-space: nowrap;
    margin-right: 27px;
}
.culb-ri p{
    color: var(--color1);
    line-height: var(--line175);
}
.cwtr-ul-li{
    margin-bottom: 46px;
}
.cwtr-ul-li:last-child{
    margin-bottom: 0px;
}
.check-wrap-bot{
    width: 100%;
    box-shadow:0px 15px 15px rgba(0, 0, 0, 0.02);
    background: var(--color4);
    padding: 75px 67px 70px 108px;
}
.check-wrap-bot-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 !important;
    position: relative;
}
.check-wrap-bot-ul::after{
    content: "";
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity:0.5;
}
.cwbu-li::after{
    content: "";
    position: absolute;
    top:61.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.cwbu-li{
    width: 33.333333%;
    padding: 0 !important;
    position: relative;
}
.cwbu-li-box-tp{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size:var(--font20);
    color: var(--color1);
    line-height: var(--line15);
    font-weight: bold;
    margin-bottom: 64px;
    flex-shrink: 0;
}
.cwbu-li-box-tp span{
    margin-right: 30px;
    color: var(--colormain);
    line-height: var(--line15);
    display: inline-block;
}
.cwbu-li-box-tp{
    overflow: hidden;
    margin-bottom: 32px;
    padding: 0 36px;
}
.clbt-cry{
    padding-bottom: 32px;
}
.cwbu-li:nth-child(3n+1) .clbt-cry,
 .cwbu-li:nth-child(3n+1) .cwbu-li-box-btm{
    animation-delay: 0.2s;
}
.cwbu-li:nth-child(3n+2) .clbt-cry,
 .cwbu-li:nth-child(3n+2) .cwbu-li-box-btm{
    animation-delay: 0.3s;
}
.cwbu-li:nth-child(3n+3) .clbt-cry,
 .cwbu-li:nth-child(3n+3) .cwbu-li-box-btm{
    animation-delay: 0.4s;
}
.cwbu-li:nth-child(1) .cwbu-li-box-btm{
    width: 296px;
    /* margin: 0 auto; */
}
.cwbu-li:nth-child(2) .cwbu-li-box-btm{
    width: 180px;
    margin: 0 auto;
    left: -6px;
}
.cwbu-li:nth-child(3) .cwbu-li-box-btm{
    width: 180px;
    margin: 0 auto;
    left: -14px;
}
.cwbu-li-box-btm img{
    width: 100%;
}
.cwbu-li-box{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cwbu-li-box-btm{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
/* H2 防伪查询-end */
/* H3 常见问题-start */
.faq-main .mod-wrap{
    background: var(--colorbj);
}
.mod-wrap{
    padding-top: var(--space150);
}
.faq-wrap-le{
    width: 17.5%;
    position: sticky;
    top: 100px;
    padding:44px 37px  60px 17px;
    border-radius: 6px;
    background: var(--color4);
    border-top: 3px solid var(--colormain);
}
.fwlu-li{
    padding-left:21px;
    position: relative;
    margin-bottom: 30px;
}
.fwlu-li:last-child{
    margin-bottom: 0px;
}
.fwlu-li::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--colormain);
    opacity: 0;
    transition: all .4s;
}
.fwlu-li-box{
    cursor: pointer;
}
.fwlu-li-box p{
    display: flex;
    align-items: center;
    opacity: 0.6;
    transition: all .4s;
    white-space: nowrap;
}
.fwlu-li.act p{
    opacity: 1;
}
.fwlu-li.act::after{
    opacity: 1;
}
.faq-wrap-ri{
    width:82.5%;
    padding-left: 66px;
}
.faq-wrap-cont{
    display: flex;
    align-items: flex-start;
}
.stick-body{
    overflow: visible !important;
}
.faq-wrap-ri-top{
    display: flex;
    align-items: center;
}
.faq-wrap-ri-box{
    border-radius: 6px;
    border: 1px solid #EDEDED;
    background: var(--color4);
    padding:48px 39px 34px 43px;
}
.faq-wrap-ri-top h2{
    color: var(--color1);
}
.fwrt-icon{
    width: 46px;
    flex-shrink: 0;
    font-size: 0;
    margin-right:20px;
}
.fwrt-icon img{
    width: 100%;
}
.mod-text20{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color1);
}
.fwru-li-box{
    display: block;
    padding:22px 0 36px;
    border-bottom: solid 1px #EDEDED;
}
.fwru-li:first-child .fwru-li-box{
    border-top: solid 1px #EDEDED;
}
.fwru-li-tit{
    position: relative;
    padding-left:24px;
    margin-bottom: 20px;
    /* font-weight: var(--font-weight1); */
}
.fwru-li-tit::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color1);
}
.fwru-li-word p{
    color: var(--color2);
    line-height: var(--line175);
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fwru-li-word{
    margin-bottom: 17px;
}
.fwru-li .std-btn3{
    position: relative;
    z-index: 4;
}
.faq-wrap-ri-ul{
    overflow: hidden;
}
.faq-wrap-ri .mod-paging{
    margin-top: 34px;
}
.pc-fenye li.activepage {
    color: #fff;
    background: #EB0000;
}
.pc-fenye li {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    text-align: center;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: .3s;
}
.faqdet-wrap-cont{
    display: flex;
    align-items: flex-start;
}
.faqdet-wrap-le{
    width: 66%;
}
.faqdet-wrap-ri{
    width: 34%;
    padding-left:94px;
    position: sticky;
    top: 100px;
}
.fwru-lis-box{
    display: block;
    padding: 30px 0;
    border-bottom: solid 1px #ECECEC;
    color: var(--color1);
    line-height: var(--line16);
    font-size: var(--font18);
    transition: all .4s;
}
.faqdet-wrap .ys-cont1200{
    padding-top:40px;
    border-top: solid 1px var(--color1);
}
.faqdet-wrap h1{
    width: 66%;
    line-height: 1.2;
    color: var(--color1);
    /* font-weight: var(--font-weight1); */
}
.faqdet-wrap-le-edr p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
    margin-bottom: var(--parpspace12);
}
.faqdet-wrap-le-edr{
    padding-bottom: 42px;
    border-bottom: solid 1px #DADADA;
    margin-bottom: var(--space40);
}
.fwll-li-box{
    display: flex;
    align-items: baseline;
}
.fwll-li-le p{
    color: var(--color2);
    line-height: var(--line16);
    transition: all .4s;
    margin-bottom: 0px;
}
.fwll-li-ri p{
    color: var(--color2);
    line-height: var(--line175);
    transition: all .4s;
    margin-bottom: 0px;
}
.fwll-li-le{
    margin-right: 16px;
}
.fwll-li{
    margin-bottom: 13px;
}
.fwll-li:last-child{
    margin-bottom: 0px;
}
.faqdet-wrap-le-list{
    margin-bottom: 54px;
}
.faqdet-wrap-le-btn{
    display: flex;
    justify-content: center;
}
.faqdet-wrap-le-btn .std-btn2-box{
    padding: 8px 26px;
}
.faqdet-main .ys-bread, .newdet-main .ys-bread{
    top: 100px;
}
.faqdet-main .ys-main::after, .newdet-main .ys-main::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #FFFAF4 0%, #FFF 100%);
    pointer-events: none;
    z-index: -1;
}
.faqdet-bg{
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
}
.faqdet-bg img{
    width: 100%;
}
.faqdet-wrap{
    position: relative;
    z-index: 3;
}
/* H3 常见问题-end */
/* G4新闻详情-start */
.newdet-main .fwru-lis .ys-imgbox-cover{
    margin-bottom: 15px;
}
.newdet-main .fwru-lis .fwru-lis-box{
    padding: 0;
    border: none;
}
.newdet-main .fwru-lis{
    margin-bottom: 30px;
}
.newdet-main .fwru-lis:last-child{
    margin-bottom: 0px;
}
.newdet-main .fwru-lis-box-tit{
    transition: all .4s;
    color: var(--color1);
    line-height: var(--line16);
    margin-bottom: 14px;
}
.fwru-lis-box-date p{
    color: var(--color2);
    line-height: 1.65;
}
.faqdet-wrap-ri h2{
    margin-bottom: 30px;
}
.fwru-lis-box-date p{
    margin-bottom: 0px;
}
.newdet-other{
    display: flex;
    align-items: center;
}
.newdet-other-date p{
    color: var(--color1);
    line-height: 1.65;
}
.newdet-other-date{
    margin-right: 40px;
}
.ys-share-img{
    width: 34px;
    height: 34px;
    background: var(--colormain);
    border-radius: 50%;
}
.ys-share-img img{
    width: 100%;
}
.ys-share{
    margin: 0 -4px;
}
.ys-share-list{
    padding: 0 4px;
    position: relative;
}
.ys-share-hide{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 146px;
    padding: 6px;
    background: var(--color4);
    box-shadow: 0px 15px 35px 0px rgba(71, 71, 71, 0.10);
    display: none;
}
.ys-share-hide img{
    width: 100%;
}
.newdet-main .newdet-other{
    padding-bottom: var(--space100);
}
/* G4新闻详情-end */
/* G3 新闻列表-start */
.news-recom-wrap-box{
    display: flex;
    align-items: center;
    background: var(--color4);
}
.news-recom-wrap-le{
    width: 49%;
    overflow: hidden;
}
.news-recom-wrap-ri{
    width: 51%;
    padding: 52px 72px 40px 86px;
}
.nrwr-date p{
    color: var(--color3);
    line-height: 1.65;
}
.nrwr-date{
    margin-bottom: 9px;
}
.news-main{
    background: var(--colorbj);
}
.news-recom-wrap-ri h2{
    line-height: 1.65;
    color: var(--color1);
    height: 3.3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 32px;
}
.nrwr-word p{
    color: var(--color2);
    line-height: 1.65;
    height: 4.95em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.nrwr-word{
    margin-bottom: var(--space40);
}
.news-recom-wrap-ri .std-btn3{
    z-index: 3;
    position: relative;
}
.nltl-select{
    width: 40%;
    margin-right: 44px;
}
.nltl-select:last-child{
    margin-right: 0px;
}
.nltl-select .ys-select{
    border-radius: 80px;
    border: 1px solid rgba(51, 51, 51, 0.80);
    padding: 8px 8px 8px 26px;
}
.nltl-select input{
    height: 36px;
    font-size:var(--font16);
    line-height: var(--line175);
    color: var(--color1);
}
.nltl-select input::placeholder, .bltr-input input::placeholder{
    /*font-size:var(--font16);*/
    line-height: var(--line175);
    color: var(--color2);
}
.nltl-select .ys-select-xtbbox{
    width: 36px;
}
.nltl-select .ys-select-xtbbox img {
    width: 44%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nltl-select .ys-select .ys-select-hd .ys-select-xtbbox, .nltl-select .ys-select.zindex .ys-select-hd.on .ys-select-xtbbox {
    /* transform: translateY(-50%) rotate(0deg) !important; */
}
.nltl-select .ys-select-bd {
    max-height: 140px;
    width: 100%;
    padding: 15px 20px 15px 26px;
    background:var(--colorbj);
    border: solid 1px #333;
    border-radius: 10px;
    top: 105%;
}
.nltl-select .ys-select.zindex .mCSB_outside+.mCSB_scrollTools {
    opacity: 1;
    right: 18px;
}
.nltl-select .ys-select-li{
    font-size: var(--font14);
    color: var(--color2);
    line-height: var(--line16);
    margin-bottom: 6px;
}
.nltl-select .ys-select-li:last-child{
    margin-bottom: 0px;
}
.nltl-select .mCSB_outside+.mCSB_scrollTools {
    right: 0;
    top: 10px;
    bottom: 10px;
    opacity: 0;
    transition-delay: .3s;
}
.news-list-tp-le{
    width: 40%;
}
.news-list-tp-ri{
    width: 32%;
    height: 52px;
    position: relative;
}
.bltr-input input, .bltr-input{
    width: 100%;
    height: 100%;
}
.news-list-tp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
    position: relative;
    z-index: 2;
}
.bltr-input{
    border-radius: 80px;
    border: 1px solid rgba(51, 51, 51, 0.80);
}
.bltr-input input{
    padding: 0 52px 0 26px;
}
.bltr-icon{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    border-radius: 50%;
    background: var(--colormain);
    cursor: pointer;
}
.bltr-icon img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nlul-sect-tp{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.nlul-sect-tp-le{
    padding-left: 22px;
    position: relative;
}
.nlul-sect-tp-le::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: var(--color2);
    border-radius: 50%;
}
.nlul-sect-tp-le p{
    color: var(--color3);
    line-height: 1.65;
}
.nlul-sect-tp-ri p{
    color: var(--color3);
    line-height: 1.65;
}
.news-list-ul-li{
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 66px;
}
.news-list-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    overflow: hidden;
}
.nlul-sect{
    padding-top: 12px;
    border-top:solid 1px #999;
    display: block;
}
.nlul-sect-tit{
    line-height: 1.65;
    height: 3.3em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--color1);
    margin-bottom: var(--space40);
    transition: all .4s;
}
.news-list-ul-li .ys-imgbox-cover{
    margin-bottom: 12px;
}
.news-list-ul-li .std-btn3-icon{
    background: var(--colorbj)
}
.news-list-ul-li .std-btn3{
    position: relative;
    z-index: 4;
}
.news-list-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.news-list-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.news-list-ul-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.news-list .mod-paging{
    margin-top: var(--space50);
}
/* G3 新闻列表-end */
/* C2 产品中心-产品详情-start */
.mod-arrows{
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.arrows-icon{
    pointer-events: all;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--colormain);
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.arrows-icon img{
    width:36%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.prodet-recom{
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--space100) 0;
}
.prodet-recom-slide{
    width: 80%;
    margin: 0 auto;
}
.prodet-recom h1{
    display: none;
}
.prsu-li-le{
    width: 33%;
}
.prsu-li-ri{
    width: 67%;
    padding-left: 150px;
}
.prsu-li-ri-tit{
    color: var(--color1);
    line-height: var(--line15);
    margin-bottom: 25px;
}
.prsu-li-ri-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 30px;
}
.plru-li{
    padding: 0 20px;
}
.plru-li-icon{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 8px;
}
.plru-li-icon img{
    width: 100%;
}
.plru-li-box p{
    color: var(--color1);
    line-height: var(--line175);
}
.plru-li-box{
    display: flex;
    align-items: center;
}
.prsu-li-box{
    display: flex;
    align-items: center;
}
.prsu-li-ri-list{
    display: flex;
    margin: 0 -10px 34px;
}
.plrl-lis{
    width: 16.666667%;
    padding: 0 10px;
}
.plrl-lis-box{
    display: block;
    background: var(--colorbj);
}
.prodet-main .mod-wrap{
    padding-top: 0px;
}
.prsu-li-ri-word p{
    color: var(--color1);
    line-height: var(--line175);
    margin-bottom: var(--parpspace10);
}
.prsu-li-ri-word{
    padding-top: 40px;
    border-top: solid 1px #EDEDED;
    padding-bottom: 30px;
    border-bottom: solid 1px #EDEDED;
}
.plrb-lis-tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
}
.plrb-lis{
    border-bottom: solid 1px #EDEDED;
}
.plrb-lis-btm-wrap p , .plrb-lis-btm-wrap .mCSB_container{
    color: var(--color1);
    margin-bottom: 8px;
    font-size: var(--font16);
    line-height: 1.6;
}
.plrb-lis-btm-wrap{
    max-height: 90px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.prsu-li-ri .mCSB_outside+.mCSB_scrollTools{
    opacity: 1;
}
.plrb-lis-btm{
    display: none;
}
.plrb-lis-tp p{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color1);
}
.plrb-lis-tp-icon{
    width: 20px;
    transition: all .4s;
}
.plrb-lis-tp-icon img{
    width: 100%;
}
.plrb-lis.start .plrb-lis-tp-icon{
    transform: rotate(180deg);
}
.prodet-recom .ys-cont1400{
    position: relative;
}
.prodet-recom .mod-arrows{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prsu-li-le-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pllb-icon{
    width: 42px;
    height: 24px;
    border-radius:24px;
    background: var(--colormain);
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    cursor: pointer;
}
.pllb-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:12px;
}
.prsu-li-le-btn p{
    color: var(--color1);
    line-height: var(--line175);
    font-size: var(--font14);
    cursor: pointer;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.prsu-li-le .ys-imgbox-cover{
    margin-bottom: 35px;
}
.prsu-li-box{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.prsu-li.slick-slide:not(:first-child){
    display: none;
}
.prodet-recom-slide .slick-dots {
    bottom: -46px;
}
.slick-dots {
    bottom: 0;
}
.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #d9d9d9;
}
.slick-dots li.slick-active {
    background: #EB0000;
}
.prsu-li-ri-btn{
    margin-top: 42px;
}
.plrb-btn{
    margin-right: 24px;
}
.plrb-btn:last-child{
    margin-right: 0px;
}
.prodet-list-ul-li{
    padding: 0 59px;
}
.prodet-list-ul{
    margin: 0 -59px;
    display: flex;
}
.prodet-list{
    width: 100%;
    position: sticky;
    top: 70px;
    background: linear-gradient(90deg, #EB0000 73.45%, #FF9D6E 100%);
    z-index: 9;
}
.plul-text p{
    color: var(--color4);
    line-height: var(--line175);
    padding: 16px 0;
}
.prodet-img-pic{
    width: 57.2%;
    margin: 0 auto;
}
.prodet-img{
    width: 100%;
    background: var(--colorbj);
}
.pful-tp{
    padding: 28px 45px 28px 115px;
    position: relative;
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color1);
    cursor: pointer;
}
.pful-tp::before{
    content: "";
    position: absolute;
    top: 44px;
    right: 25px;
    width:18px;
    height: 1px;
    background: var(--color1);
    transition: all .4s;
}
.pful-tp::after{
    content: "";
    position: absolute;
    top: 35px;
    right: 33px;
    width: 1px;
    height: 18px;
    background: var(--color1);
    transition: all .4s;
}
.prodet-faq h2{
    text-align: center;
    color: var(--color1);
    line-height: var(--line15);
}
.prodet-faq-ul-li{
    padding:0px !important;
    transition: all .4s;
    border-bottom: solid 1px #e1e1e1;
    position: relative;
}
.prodet-faq-ul-li::after{
    content: "";
    position: absolute;
    top: 40px;
    left: 90px;
    width:8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--color1);
}
.prodet-faq-ul-li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #f00;
    transition: all .4s;
}
.pful-btm p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color2);
}
.pful-btm{
    display: none;
    padding-top: 0px !important;
    padding-left: 91px;
    padding-right: 170px;
    padding-bottom: 25px;
}
.prodet-faq-ul-li:first-child .pful-btm{
    display: block;
}
.prodet-faq-ul-li.active{
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.08);
    background: var(--color4);
}
.prodet-faq-ul-li.active::before{
    width: 100%;
}
.prodet-faq-ul-li.active .pful-tp::after{
    transform: rotate(45deg);
    opacity: 0;
}
.prodet-faq-ul-li.active{
    border-bottom: solid 1px transparent;
    padding-bottom: 52px;
}
.prodet-prod h2{
    text-align: center;
}
.prodet-prod{
    background: var(--colorbj);
}
.prodet-prod-list-li{
    width: 25%;
    padding: 0 10px;
}
.prodet-prod-list-li.slick-slide{
    height: auto !important;
}
.prodet-prod-list .slick-track {
    display: flex;
    align-items: stretch;
}
.ppll-tit{
    text-align: center;
    color: var(--color1);
    line-height: 1.4;
    margin-bottom: 28px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.prodet-prod-list-li .ys-imgbox-cover{
    width: 50%;
    margin:0 auto 12px;
}
.ppll-word ul{
    padding-left: 18px;
}
.ppll-word ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}
.ppll-word ul li:last-child{
    margin-bottom: 0px;
}
.ppll-word ul li::marker{
    color: var(--colormain);
}
.ppll-word ul li p{
    font-size: var(--font16);
    line-height: 1.4;
    color: var(--color2);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ppll-box{
    display: block;
    background: var(--color4);
    padding: 36px 27px 54px;
    position: relative;
    height: 100%;
}
.ppll-ul{
    position: absolute;
    top:12px;
    right:-6px;
    z-index: 4;
}
.ppll-ul-li p{
    color: var(--color4);
    line-height: 1.4;
    font-size: 12px;
    padding: 4px 15px;
    background: var(--colormain);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ppll-ul-li{
    margin-bottom: 8px;
    position: relative;
}
.ppll-ul-li::after{
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    border-left: 0px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #8D0000;
}
.ppll-ul-li.on::after{
    border-left: 0px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #BC4D00;
}
.ppll-ul-li:last-child{
    margin-bottom: 0px;
}
.ppll-ul-li.on p{
    background: #FF7000;
}
.prodet-prod-list .slick-list{
    padding-bottom:40px;
}
.plul-text{
    cursor: pointer;
}
/* C2 产品中心-产品详情-end */
/* 首页-start */
.ys-ban-title{
    font-size: var(--font70);
    text-align: center;
    line-height: 1.1;
    color: var(--color4);
    margin-bottom: 26px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ys-ban-word{
    display: flex;
    justify-content: center;
    margin: 0 -38px;
}
.ys-ban-word-lis{
    padding: 0 38px;
    position: relative;
}
.ys-ban-word-lis::after{
    content: "";
    position: absolute;
    top: 52%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height:20px;
    background: rgba(255, 255, 255, 0.50);
}
.ys-ban-word-lis:last-child::after{
    display: none;
}
.ys-ban-word-lis p{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color4);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ys-ban-btn{
    margin-top: 64px;
    display: flex;
    justify-content: center;
}
.ys-ban-btn p{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ys-bbibtn{
    position: relative;
    display: block;
}
.ys-ban-dots {
    position: absolute;
    left: 110px;
    top: 45%;
    transform: translateY(-50%);
}
.ybdu-li-icon{
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 18px;
}
.ybdu-li-icon::after{
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border: solid 3px rgba(255,255,255,0.65);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all .36s;
}
.ybdu-li-icon::before{
    content: "";
    width:8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
}
.ybdu-li svg {
    fill: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .36s;
    transform: rotate(180deg);
}
.ybdu-li.on svg{
    opacity: 1;
}
.ybdu-li-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ybdu-li-box p{
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line16);
}
.ybdu-li{
    margin-bottom: 15px;
}
.ybdu-li.on .ybdu-li-icon::before{
    opacity: 0;
}
.ybdu-li.on .ybdu-li-icon::after{
    opacity: 1;
}
.ybdu-li:last-child{
    margin-bottom: 0px;
}
.ys-banner-btm{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 20px 0 37px;
    /* background: rgba(0, 0, 0, 0.15); */
    /* backdrop-filter: blur(12.5px); */
}
.ys-bbibtn-le{
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(7.5px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -29px;
    z-index: 3;
    transition: all .4s;
}
.ys-bbibtn-le img{
    width:44px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys-bbibtn-ri{
    display: flex;
    align-items: center;
    padding:27px 93px 27px 129px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(12.5px);
    -webkit-backdrop-filter: blur(12.5px);
    border-radius: 80px;
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.ys-bbibtn-ri p{
    font-size: var(--font20);
    line-height: var(--line15);
    color: var(--color4);
}
.ys-bbibtn-ri-icon{
    width: 26px;
    flex-shrink: 0;
    height: 26px;
    border-radius: 50%;
    border: solid 1px #fff;
    position: relative;
    margin-left: 20px;
}
.ys-bbibtn-ri-icon img{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys-banner-btm-item{
    margin-right: 70px;
}
.ys-banner-btm-item:last-child{
    margin-right: 0px;
}
.hrul-bot{
    display: flex;
    align-items: flex-end;
}
.hrul-bot-icon{
    width: 60px;
    flex-shrink: 0;
    margin-right: 36px;
    position: relative;
}
.hrul-bot-icon img{
    width: 100%;
    transition: all .4s;
}
.hrul-bot-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.hrul-box .std-btn3{
    margin-bottom: 53px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}
.hrul-box .std-btn3-box::after{
    width: 101%;
    transform: scaleX(1);
    opacity: 0;
}
.hrul-box{
    display: block;
    padding:31px 27px 45px 53px;
    background: var(--colorbj);
    position: relative;
    transition: all .4s;
}
.hrul-bot-tit{
    color: var(--color1);
    line-height: 1.2;
    transition: all .4s;
}
.home-relat-ul-li{
    width: 33.333333%;
    padding: 0 20px;
}
.home-relat-ul{
    margin: 0 -20px;
}
.hrul-box .std-btn3-icon{
    background: transparent;
}
.home-relat-ul-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.home-relat-ul-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.home-relat-ul-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.home-main h2 span{
    color: var(--colormain);
}
.home-watch-tp a{
    display: flex;
    align-items: center;
    background: var(--colorbj);
}
.home-watch-tp-le{
    width: 49%;
}
.home-watch-tp-ri{
    width: 51%;
    padding-left: 70px;
    padding-right: 43px;
}
.hwtr-date p{
    color: var(--color3);
    line-height: 1.65;
}
.hwtr-date{
    margin-bottom: 9px;
}
.hwtr-tit{
    color: var(--color1);
    line-height: 1.65;
    margin-bottom: 29px;
}
.hwtr-word p{
    line-height: 1.65;
    color: var(--color2);
    text-overflow: ellipsis;
    height: 4.65em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hwtr-btn{
    margin-top: 67px;
}
.hwtr-btn .std-btn2-box{
    background: transparent;
}
.home-watch-tp{
    margin-bottom: 60px;
}
.home-watch-pccont-ul{
    margin: 0 -22px;
}
.hwpu-li{
    width: 33.333333%;
    padding: 0 22px;
}
.hwpu-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.hwpu-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.hwpu-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.hwpu-li .hwtr-date{
    margin-bottom: 9px;
}
.hwpu-li-bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hwpu-li-bot-tit{
    width: calc(100% - 40px);
    padding-right: 10px;
    transition: all .4s;
    color: var(--color1);
    line-height: 1.65;
}
.hwpu-li a{
    display: block;
    padding-top: 28px;
    border-top: solid 1px #DADADA;
}
.hwpu-list a{
    display: flex;
    align-items: stretch;
    box-shadow: 0px 4.767px 7.627px 0px rgba(0, 0, 0, 0.05);
    background: var(--color4);
    border-radius: 15px;
    overflow: hidden;
}
.hwpu-list .ys-imgbox-cover{
    width:40%;
}
.hwpu-list .ys-imgbox-cover img:nth-child(2){
    object-fit: cover;
}
.hwpu-list-ri{
    width: 60%;
    padding:14px 16px;
}
.hwpu-list-ri-tit{
    font-size: var(--font24);
    margin-bottom: 18px;
    color: var(--color1);
    line-height: 1.65;
}
.hwpu-list-ri-date p{
    color: var(--color3);
    line-height:1.65;
}
.hwpu-list{
    margin-bottom: 14px;
}
.hwpu-list:last-child{
    margin-bottom: 0px;
}
.home-watch-phcont-btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.home-watch-phcont-ul{
    overflow: hidden;
    padding-bottom:12px;
}
.home-watch-phcont{
    display: none;
}
.home-matrix-wrap{
    display: flex;
    align-items: flex-start;
}
.home-matrix-le{
    width:51%;
    padding-right: 200px;
    position: sticky;
    top: 100px;
}
.home-matrix-ri{
   width: 49%;
}
.home-matrix-le-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.hmlu-li{
    width: 50%;
    padding: 0 35px;
    margin-top: 60px;
}
.home-matrix{
    background: var(--colorbj);
}
.home-matrix-le h2{
    margin-bottom: 24px;
}
.hmlu-li-tp{
    padding-bottom: 15px;
    border-bottom: solid 0.5px #CBCBCB;
    margin-bottom: 12px;
}
.hmlu-li-tp-num, .hmlu-li-tp{
    display: flex;
    align-items: flex-end;
}
.hmlu-li-tp-num .ys_demo_num{
    font-family: 'yuhong-Regular' !important;
    font-size: 100px;
    line-height: 1.1;
    margin-right: 10px;
}
.hmlu-li-tp-num span{
    display: inline-block;
    font-size: 34px;
    font-weight: bold;
    color: var(--colormain);
    line-height: 1.75;
}
.hmlu-li-bot p{
    color: var(--color1);
    line-height: var(--line16);
}
.hmlu-li-tp-text{
    color: var(--colormain);
    font-size: 28px;
    line-height: 2.2;
}
.hmru-lis-box{
    display: block;
    position: relative;
}
.hmru-lis-other{
    width: calc(100% - 90px);
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.hmru-lis-other-tit{
    color: var(--color4);
    line-height:1.4;
}
.hmru-lis-other-num{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.hmru-lis-other-num span{
    color: var(--color4);
    line-height: 1.4;
    font-size: var(--font20);
}
.hmru-lis{
    margin-bottom: 20px;
    transition: all .6s;
}
.hmru-lis.act{
    transform: translateX(150%);
    opacity: 0;
}
.hmru-lis:last-child{
    margin-bottom: 0px;
    transform: translateX(0%) !important;
    opacity: 1 !important;
}
.hlon-show{
    margin-right: 5px;
}
.home-prod-tp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}
.hpul-tp{
    position: relative;
}
.hpul-icon{
    width: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 2;
}
.hpul-icon img{
    width: 100%;
}
.home-prod-ul-li a{
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0px 4.767px 7.627px 0px rgba(0, 0, 0, 0.05);
}
.hpul-bot-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.hpul-bot-ul-li{
    padding: 0 8px;
    position: relative;
}
.hpul-bot-ul-li p::after{
    content: "";
    position: absolute;
    top: 58%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color1);
}
.hpul-bot-ul-li p {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color1);
    position: relative;
    padding-left: 12px;
}
.hpul-bot{
    padding: 18px 15px 18px;
    background: var(--color4);
    position: relative;
    z-index: 2;
}
.home-prod-ul-li{
    margin-bottom: 20px;
}
.home-prod-ul-li:last-child{
    margin-bottom: 0px;
}
.hpul-bot-tit{
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--color1);
    line-height: 1.4;
}
.home-prod{
    display: none;
}
.home-serv-le-word p{
    color: var(--color1);
    line-height: var(--line16);
}
.home-serv-le-word{
    width: 80%;
    margin-bottom: 38px;
}
.home-serv-le-btn{
    margin-bottom:63px;
}
.home-serv-le{
    width: 58%;
}
.home-serv{
    padding: 120px 0 185px;
    position: relative;
}
.hslu-li-box{
    display: flex;
    align-items: center;
    background: var(--colorbj);
    padding: 45px 50px 38px 44px;
    position: relative;
    z-index: 1;
}
.hslu-li-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--colormain);
    z-index: -1;
    transition: all .4s;
}
.hslu-li{
    width: 50%;
    padding: 0 12px;
    margin-bottom: 20px;
}
.hslu-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.hslu-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.home-serv-le-ul{
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}
.hslu-li-icon{
    width: 80px;
    position: relative;
    z-index: 2;
}
.hslu-li-icon img{
    width: 100%;
    transition: all .4s;
}
.hslu-li-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.hslu-li-ri{
    width: calc(100% - 80px);
    padding-left: 35px;
    display: flex;
    align-items: center;
}
.hslu-li-ri-icon{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    position: relative;
}
.hslu-li-ri-icon img{
    width: 100%;
    transition: all .4s;
}
.hslu-li-ri-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.hslu-li-ri-tit{
    color: var(--color1);
    line-height: 1.4;
    width: calc(100% - 16px);
    padding-right: 10px;
    transition: all .4s;
}
.hsiu-list{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.home-serv-img-pic img{
    opacity: 0;
}
.home-serv-img-pic, .hsiu-list-img{
    position: relative;
    width: 100%;
}
.home-serv-img-pic img, .hsiu-list-img img{
    width: 100%;
}
.home-serv-img-ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-serv-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width:1013px;
    height:auto !important;
    z-index: -1;
}
.home-serv-le .std-btn4{
    display: none;
    flex-shrink: 0;
}
.home-mode-idea{
    position: relative;
}
.home-mode-idea::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 157px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}
.home-mode-idea::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 157px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 2;
}
.home-mode-idea-pic{
    width: 100%;
    position: relative;
}
.home-mode-idea-pic img{
    width: 100%;
}
.home-mode{
    overflow: hidden;
}
.home-mode-idea-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hmiw-lis{
    display: none;
    width: 100%;
    height: 100%;
}
.hmiw-lis img{
    width: 100%;
}
.home-mode-idea-bg{
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.home-mode-idea-bg img{
    position: absolute;
}
.hmib-img1 {
    width: 53%;
    left: -10%;
    top: -26%;
}
.hmib-img2{
    transform:rotate(180deg);
    width: 50%;
    top: -22%;
    right: -20%;
}
.hmib-img3 {
    width: 60%;
    bottom: -35%;
    left: -10%;
}
.hmib-img4 {
    width: 50%;
    left: 33%;
    bottom: -15%;
}
.hmib-img5 {
    width: 22%;
    right: -12%;
    bottom: -58%;
}
.home-mode-idea-ul{
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.hmiu-li{
    pointer-events: all;
    position: absolute;
}
.hmiu-li-box{
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    position: relative;
    padding:10px 24px 10px 70px;
}
.hmiu-li-icon{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--colormain);
    position: absolute;
    top: -1px;
    left: -1px;
    flex-shrink: 0;
    margin-right: 13px;
    transform-origin: center center;
    transition: all .4s;
}
.hmiu-li-icon img{
    width: 58%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hmiu-li-icon img:nth-child(2){
    display: none;
}
.hmiu-li-box p{
    color: var(--color1);
    line-height: var(--line175);
    font-size: var(--font20);
}
.home-main .mod-wrap{
    padding-top: 110px;
}
.hbsu-li{
    width: 120px !important;
    height: auto !important;
}
.home-busi-swip-ul{
    align-items: stretch;
}
.hbsu-li-box{
    height: 100%;
    display: block;
    padding: 24px 10px 32px;
    border-radius: 12px;
    background: var(--color4);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
}
.hbsu-li-icon{
    width: 70px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 12px;
}
.hbsu-li-icon img{
    width: 100%;
}
.hbsu-li-icon img:nth-child(2){
    width: 45.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hbsu-li-tit{
    font-size:16px;
    color: var(--color1);
    line-height: var(--line15);
    text-align: center;
}
.home-busi-swip{
    overflow: visible !important;
    padding: 10px 0 !important;
}
.home-busi{
    display: none;
}
.home-mode-tit{
    display: none;
}
/* 首页-end */
/* 侧边-start */
.mod-pcaside{
    width: 55px;
    position: fixed;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) translateX(200%);
    z-index: 10;
    transition: all .4s;
}
.mod-pcaside.on{
    transform: translateY(-50%) translateX(0%);
}
.mod-pcaside-ul{
    padding: 15px 0 54px;
    border-radius: 5px;
    background: var(--colormain);
}
.mpcl-icon{
    width: 30px;
    margin: 0 auto 2px;   
}
.mod-pcaside-ul-li a{
    display: block;
    padding: 13px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.23);
}
.mpcl-text{
    width: 70%;
    margin: 0 auto;
}
.mpcl-text p{
    text-align: center;
    color: var(--color4);
    line-height: var(--line15);
}
.mod-pcaside-ul-li:first-child a{
    padding-top: 0px;
}
.mod-pcaside-ul-li:last-child a{
    padding-bottom: 0px;
    border-bottom: none;
}
.mod-pcaside-top{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--color4);
    position: relative;
    margin: 0 auto;
    margin-top: -25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.mod-pcaside-top img{
    width: 36%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod-pcaside-wrap{
    /* display: none; */
}
.home-body .mod-pcaside-wrap{
    display: block !important;
}
.mod-phaside{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 6;
}
.mod-phaside-wrap{
    display: none;
    background: var(--colormain);
    z-index: 6;
    padding: 9px 20px;
    position: relative;
}
.mod-phaside-wrap-ul{
    display: flex;
    margin: 0 -15px;
}
.mphw-li{
    width: 20%;
    padding:0 15px;
}
.mphw-li-icon{
    width: 22px;
    margin: 0 auto 5px;
}
.mphw-li-icon img{
    width: 100%;
}
.mphw-li-text p{
    text-align: center;
    color: var(--color4);
    line-height: var(--line15);
    font-size: 10px;
}
.mod-phaside-show{
    width:40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--colormain);
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 4px 0;
    z-index: 5;
}
.mod-phaside-show-img{
    width: 8px;
    margin: 0 auto;
}
.mod-phaside-show-img img{
    width: 100%;
}
.mod-phaside-show p{
    text-align: center;
    line-height: var(--line15);
    font-size: 10px;
    color: var(--color4);
}
.mod-phaside-close{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--colormain);
    position: absolute;
    top: 0px;
    right: 0;
}
.mod-phaside-close img{
    width: 90%;
    margin: 0 auto;
}
.home-body .mod-phaside-show, .home-body .mod-phaside-close{
    pointer-events: none;
    opacity: 0;
}
.home-body .mod-phaside-wrap{
    display: block !important;
}
.pcrt-other-ri, .prod-cry-ph{
    display: none;
}
.pcrt-other-le{
    display: flex;
    align-items: center;
}
/* 侧边-end */
/* C1 产品中心-start */
.prod-cry-ri-bot .mod-paging{
    margin-top: 23px;
}
.prod-cry-le{
    width: 20%;
    background: var(--color4);
    padding: 21px 13px 40px;
}
.prod-cry-le-sear{
    position: relative;
    width: 100%;
    height: 42px;
    background: var(--colorbj);
}
.pcls-icon{
    width: 24px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.pcls-input, .pcls-input input{
    width: 100%;
    height: 100%;
}
.pcls-input input{
    padding: 0 10px 0 48px;
    font-size: var(--font14);
    line-height: 1.65;
    color: var(--color1);
    font-weight: var(--font-weight1);
}
.pcls-input input::placeholder{
    opacity: 0.5;
    font-weight: var(--font-weight1);
}
.pcls-icon img{
    width: 100%;
}
.pcls-icon img:nth-child(2){
    display: none;
}
.prod-cry-ri{
    width: 80%;
    padding-left:70px;
}
.prod-cry-ri .prodet-prod-list-li{
    width: 33.333333%;
    margin-bottom: 20px;
}
.prod-cry-ri .prodet-prod-list-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.prod-cry-ri .prodet-prod-list-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.prod-cry-ri .prodet-prod-list-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.prod-cry-ri .ppll-box{
    background: var(--color4);
}
.prod-main{
    background: var(--colorbj);
}
.prod-main .ppll-tit{
    margin-bottom: 23px;
}
.prod-cry-wrap{
    display: flex;
    align-items: flex-start;
}
.prod-cry-ri-bot .prodet-prod-list{
    margin-bottom: 23px;
    margin: 0 -10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ys-nyban-title p{
    line-height: var(--line175);
    color: var(--color4);
    width: 43%;
    margin-top: 30px;
    display: none;
}
.parten-main .ys-nyban-title p{
    display: block;
}
.pclp-span{
    color: var(--color1);
    line-height: 1.4;
    font-weight: var(--font-weight1);
    margin-bottom: 26px;
    display: block;
}
.pclp-ul-li{
    margin-bottom: 19px;
}
.pclp-ul-li:last-child{
    margin-bottom: 0px;
}
.pclp-ul-li-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pclp-ul-li-box span{
    position: relative;
    flex-shrink: 0;
    font-size: 0;
    margin-right:22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #000;
}
.pclp-ul-li-box span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--colormain);
    opacity: 0;
    transition: all .4s;
}
.pclp-ul-li-box p{
    color: var(--color2);
    line-height: 1.65;
    transition: all .4s;
    font-size: var(--font16);
}
.prod-cry-le-prod{
    padding-left: 14px;
}
.pclp-ul-li.act p{
    color:var(--color1);
}
.pclp-ul-li.act .pclp-ul-li-box span::after{
    opacity: 1;
}
.prod-cry-ri-top{
    background: var(--color4);
    padding: 32px 10px 26px 50px;
    margin-bottom: 30px;
}
.pcrt-list-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    height:1.9em;
    overflow: hidden;
    transition: all .4s;
    padding-right: 15%;
}
.pcrt-list.more .pcrt-list-ul{
    height: auto;
}
.pcrt-list.more  .pcrt-list-more{
    transform: rotate(180deg);
}
.pcrt-list-ul-li{
    padding: 0 8px;
}
.plul-span{
    width: 16px;
    height: 16px;
    border: solid 1px #333;
    opacity: 0.5;
    position: relative;
    margin-right: 10px;
}
.plul-span img{
    opacity: 0;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s
}
.plul-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.plul-box p{
    font-size: var(--font16);
    color: var(--color1);
    opacity: 0.5;
    transition: all .4s;
    line-height: 1.65;
}
.pcrt-list-ul-li.act .plul-span{
    opacity: 1;
}
.pcrt-list-ul-li.act .plul-span img{
    opacity: 1;
}
.pcrt-list-text{
    color: var(--color3);
    line-height: 1.65;
}
.pcrt-list{
    display: flex;
    align-items: flex-start;
    padding-right: 15px;
    position: relative;
}
.pcrt-list-text{
    color: var(--color1);
    line-height: 1.65;
    margin-right: 50px;
    flex-shrink: 0;
}
.pcrt-list{
    margin-bottom: 23px;
}
.pcrt-list:last-child{
    margin-bottom: 0px;
}
.pcrt-list-more{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    position: absolute;
    top: 7px;
    right: 18px;
    z-index: 4;
    cursor: pointer;
    transition: all .36s;
}
.pcrt-list-more img{
    width: 100%;
}
.pcrt-other{
    display: flex;
    align-items: center;
    padding-top:20px;
    border-top: solid 1px #e2e2e2;
    margin-top: 32px;
    justify-content: space-between;
}
.pcrt-other-name{
    font-size: var(--font14);
    line-height: var(--line15);
    color: rgba(51, 51, 51, 0.6);
    padding-right: 36px;
    position: relative;
}
.pcrt-other-name::after{
    content: "";
    position: absolute;
    top: 50%;
    right:16px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--colormain);
}
.pcrt-other-text{
    color: var(--color1);
    line-height: 1.5;
    font-size: var(--font14);
}
.pcrt-other-text span{
    color: var(--colormain);
    margin: 0 3px;
}
.pcrt-show{
    width: 100%;
}
.pcrt-show.start{
    margin-bottom: 30px;
}
.pcrt-show-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.pcrt-show-wrap-li{
    padding: 0 6px;
    margin-bottom: 12px;
}
.pswl-box{
    display: flex;
    align-items: center;
    padding: 4px 20px;
    background: var(--colorbj);
    cursor: pointer;
}
.pswl-box-word{
    font-size: var(--font16);
    color: rgba(51,51,51,0.5);
    line-height: 1.65;
}
.pswl-box-cion{
    width: 14px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 20px;
}
.pcrt-show-reset{
    display: flex;
    align-items: center;
    cursor: pointer;
    display: none;
    margin-left: 27px;
}
.pcrt-show-reset-icon{
    width: 18px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
}
.pcrt-show-reset-icon img{
    width: 100%;
}
.pcrt-show-reset p{
    color: var(--color2);
    line-height: 1.4;
    font-size: var(--font16);
}
.pcrt-show-wrap-li{
    display: flex;
}
.pcrt-show-wrap-li:last-child .pcrt-show-reset{
    display: flex;
}
/* C1 产品中心-end */
/* G7 合作伙伴-start */
.parten-main .mod-wrap{
    position: relative;
}
.parten-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}
.parten-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parten-main h2 span{
    color: var(--colormain);
}
.parten-main h2{
    color: var(--color1);
    line-height: var(--line15);
    margin-bottom: 30px;
}
.parten-house-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.parten-house-ul-li{
    width: 20%;
    padding: 0 11px;
    margin-bottom: 22px;
}
.parten-house-ul-li .ys-imgbox-cover{
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 76.84%, rgba(255, 255, 255, 0.50) 102.94%);
    box-shadow: 0px 4px 5px 0px rgba(228, 204, 180, 0.20);
}
.parten-house-ul-li:nth-child(5n+1){
    animation-delay: 0.2s;
}
.parten-house-ul-li:nth-child(5n+2){
    animation-delay: 0.3s;
}
.parten-house-ul-li:nth-child(5n+3){
    animation-delay: 0.4s;
}
.parten-house-ul-li:nth-child(5n+4){
    animation-delay: 0.5s;
}
.parten-house-ul-li:nth-child(5n+5){
    animation-delay: 0.6s;
}
.parten-house-item{
    padding-bottom: 78px;
}
.parten-house-item:last-child{
    padding-bottom: 0px;
}
/* G7 合作伙伴-end */
/* D2-2  防水维修服务详情-start */
.serv-list-item-ph{
    display: none;
}
.serv-main .mod-wrap{
    padding-top: 0px;
}
.serv-main h2{
    font-weight: var(--font-weight1);
}
.serv-from{
    padding-bottom: 70px;
    background: var(--colorbj);
}
.serv-from h2{
    text-align: center;
    font-weight: var(--font-weight1);
    margin-bottom: 27px;
    line-height: 1.4;
}
.serv-list-item h2{
    text-align: center;
    color: var(--color1);
    line-height: 1.4;
    margin-bottom: 13px;
}
.serv-list-item-word p{
    text-align: center;
    line-height: 1.4;
    color: var(--color1);
    font-weight: var(--font-weight1);
}
.serv-list{
    padding-top:var(--space100);
    padding-bottom: var(--space100);
}
.serv-list-item{
    padding-bottom: var(--space120);
}
.serv-list-item:last-child{
    padding-bottom: 0px;
}
.serv-free-le span{
    font-weight: var(--font-weight1);
}
.serv-free{
    overflow: hidden;
}
.serv-list-min-tit{
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.serv-list-min-tit p{
    /* width: 100%; */
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}
.serv-list-min-tit::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width:  calc(var(--width1) - 20px);
    height:2px;
    background: linear-gradient(90deg, rgba(235, 0, 0, 0) 0%, rgba(215, 0, 15, 0.8) 100%);
}
.serv-list-min-tit::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width:  calc(var(--width1) - 20px);
    height:2px;
    background: linear-gradient(90deg, rgba(235, 0, 0, 008) 0%, rgba(215, 0, 15, 0) 100%);
}
.serv-list-min-tit span{
    color: var(--colormain);
}
.serv-list-min .serv-list-item-img{
    margin-bottom: 70px;
}
.serv-list-min .serv-list-item-img:last-child{
    margin-bottom: 0px;
}
.serv-free-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serv-free-wrap{
    padding: 59px 0 86px;
    border-top: solid 1px #CACACA;
    border-bottom: solid 1px #CACACA;
}
.serv-main h2 span{
    color: var(--colormain);
}
.serv-free-le span{
    margin-bottom: 8px;
}
.serv-from-pccont{
    background: var(--color4);
    position: relative;
    z-index:4;
    /* overflow: hidden; */
}
.serv-free-ri-phbtn, .serv-from-phcont{
    display: none;
}
/* D2-2  防水维修服务详情-end */
/* G1 民建集团-start */
.group-numb-word h2{
    font-size: var(--font40);
    line-height: 1.4;
    color: var(--colormain);
    font-weight: var(--font-weight1);
    margin-bottom: 20px;
}
.group-numb-word p{
    font-size: var(--font18);
    line-height: 1.65;
    color: var(--color1);
    font-weight: var(--font-weight1);
    margin-bottom: 8px;
}
.group-numb-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.group-numb-le{
    width: 57%;
}
.group-numb-ri{
    width: 32%;
}
h2 span{
    color: var(--colormain);
}
.gnru-li .hmlu-li-tp-num span{
    font-size: 60px;
    font-weight: bold;
    color: var(--colormain);
    line-height: 1.2;
}
.gnru-li .hmlu-li-tp-num{
    margin-bottom: 10px;
}
.gnru-li{
    margin-bottom: var(--space50);
    position: relative;
    padding-bottom: 50px;
}
.gnru-li::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
}
.gnru-li:last-child{
    margin-bottom: 0px;
}
.gnru-li .gnru-li-word p{
    color: var(--color1);
    line-height: var(--line16);
}
.gnru-li:last-child::after{
    display: none;
}
.group-numb{
    position: relative;
    padding-top:0px;
    padding-bottom: 480px;
}
.group-numb-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.group-numb-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.group-numb img{
    width: 100%;
}
.group-numb-bg img:nth-child(1){
    position: absolute;
    bottom: -20%;
    left: 0;
    z-index: 1;
}
.group-cult-wrap{
    display: flex;
    align-items: stretch                                                                          ;
}
.group-cult-fl, .group-cult-fr{
    width: 32%;
}
.group-cult-min{
    width:36%;
    padding: 0 26px;
}
.group-cult-fl-box{
    position: relative;
}
.group-cult-fl-box .ys-imgbox-cover{
    position: relative;
}
.group-cult-fl-box .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}
.group-cult{
    position: relative;
    overflow: hidden;
}
.group-cult::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: linear-gradient(180deg, rgba(255, 250, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: -1;
}
.group-cult::before{
    content: "";
    position: absolute;
    top: 0%;
    right: -60%;
    transform: translate(-50%,-50%);
    width: 1726px;
    height:1726px;
    border-radius: 1726px;
    opacity: 0.5;
    background: radial-gradient(50% 50% at 50% 50%, rgba(173, 201, 229, 1) 0%, rgba(218, 223, 229, 0) 100%);
    filter: blur(22.5px);
    pointer-events: none;
    z-index: 0;
}
.group-cult-fl-bot{
    width: calc(100% - 80px);
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    z-index: 2;
}
.gcfb-word p{
    color: var(--color4);
    line-height: 1.75;
}
.gcfb-tit{
    margin-bottom:12px;
    color: var(--color4);
    line-height: 1.4;
}
.group-cult-min-ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}
.gcmu-li{
    width: 100%;
}
.gcmu-li .group-cult-fl-box .ys-imgbox-cover::after{
    height: 60%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.group-deve h2{
    padding-bottom: 40px;
    position: relative;
}
.group-deve h2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #B3B3B3;
}
.group-deve{
    padding: 130px 0 var(--space100);
    position: relative;
}
.group-deve-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.group-deve-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.group-deve-le{
    width: 40%;
    display: flex;
    align-items: flex-start;
    padding-top: var(--space50);
    justify-content: space-between;
    position: relative;
}
.group-deve-le .slick-list{
    overflow: visible;
}
.group-deve-le-fl{
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}
.group-deve-le::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    opacity: 0.4;
}
.group-deve-ri{
    width: 60%;
    padding-left: 180px;
    padding-top: 72px;
}
.group-deve-le-num{
    font-size: 188px;
    color: #EDEDED;
    line-height: 1.1;
    font-family: 'yuhong-Light' !important;
}
.gdlu-li-text{
    color: var(--color1);
    line-height: 1.1;
    font-size: 188px;
    font-family: 'yuhong-Light' !important;
    transition: all .4s;
}
.gdlu-li.slick-current .gdlu-li-text {
    color: var(--colormain);
    background: transparent !important;
    -webkit-text-fill-color: var(--colormain) !important;
}
.group-deve-wrap{
    overflow: hidden;
    display: flex;
    align-items: stretch;
    height: 640px;
}
.group-deve-le-fr .arrows-icon{
    width: 60px;
    height: 60px;
    background: transparent;
    border: solid 1px #c9c9c9;
    position: relative;
}
.group-deve-le-fr .arrows-icon img:nth-child(2){
    opacity: 0;
}
.group-deve-le-fr .mod-arrows{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.group-deve-le-fr .arrows-prev {
    margin-bottom: 12px;
}
.gdru-li-ri p{
    font-family: 'yuhong-Light' !important;
}
.gdru-li-le ul li p, .gdru-li-le p{
    font-size: var(--font20);
    line-height: 1.65;
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}
.gdru-li-le p::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--colormain);
    opacity: 0;
    transition: all .4s;
}
.gdru-li.slick-current .gdru-li-le p::after{
    opacity: 1;
}
.gdru-li-le ul li::marker{
    color:transparent;
    transition: all .4s;
}
.gdru-li-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.gdru-li-le{
    width: 82%;
}
.gdru-li{
    opacity: 0.4;
    transition: all .4s;
    margin-bottom: 70px;
}
.gdru-li:last-child{
    margin-bottom: 0px;
}
.gdru-li.slick-current{
    opacity: 1;
}
.gdru-li.slick-current .gdru-li-le ul li::marker{
    color: var(--colormain);
}
.group-deve-ri-ul{
    /* height: 100%; */
    overflow: hidden;
}
.group-deve-ri-ul .slick-list{
    overflow: visible;
}
.group-prod{
    overflow: hidden;
    position: relative;
}
.group-prod-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.group-prod-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.group-prod-le{
    width: 42%;
}
.group-prod-le h2{
    margin-bottom: 142px;
}
.gplt-text, .gplu-li-word{
    color: var(--color4);
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: var(--font20);
}
.gplu-li-word p{
    font-size: var(--font20);
    line-height: 1.2;
}
.group-prod-le-tp .ys_demo_num{
    font-size: 80px;
    line-height: 1.1;
    color: var(--colormain);
    font-family: 'yuhong-Regular' !important;
}
.group-prod-le-tp .hmlu-li-tp-num span{
    font-size: var(--font24);
    line-height: 2;
    color: #e6e0db;
    font-weight: normal;
}
.group-prod h2{
    color: var(--color4);
}
.group-prod-le-tp{
    padding-bottom: 35px;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    margin-bottom: 43px;
}
.group-prod-le-ul{
    display: flex;
    margin: 0 -25px 35px;
}
.gplu-li{
    width: 33.333333%;
    padding: 0 25px;
}
.gplu-li:nth-child(3n+1){
    animation-delay: 0.2s;
}
.gplu-li:nth-child(3n+2){
    animation-delay: 0.3s;
}
.gplu-li:nth-child(3n+3){
    animation-delay: 0.4s;
}
.gplu-li .ys_demo_num{
    font-size: 60px;
    font-family: 'yuhong-Regular' !important;
    color: #E6E0DB;
    margin-right:10px;
}
.gplu-li span{
    font-size: var(--font24);
    line-height: 1.8;
    color: #e6e0db;
    font-weight: normal;
}
.group-prod-le-date p{
    color: var(--color4);
    line-height: 1.4;
}
.group-prod{
    padding-bottom: 213px;
}
.group-prod-run-list{
    height: 10000px;
    position: relative;
    width: 25%;
}
.group-prod-run {
    width: 38%;
    position: absolute;
    top: 0;
    right: -52%;
    display: flex;
    transform: rotate(-15deg);
}
.group-prod-run-ul{
    padding: 0 10px;
}
.group-prod-run-ul1 {
    position: relative;
    top: 0;
    left: 0;
}
.group-prod-run-ul2 {
    transform: translateY(100%);
}
.gpru-li{
    margin-bottom: 20px;
}
.group-prod-run-list1 .group-prod-run-ul, .group-prod-run-list3 .group-prod-run-ul {
    animation: donghua3 36s linear infinite;
}
@keyframes donghua3{
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.group-prod-run-list2 .group-prod-run-ul, .group-prod-run-list4 .group-prod-run-ul {
    animation: donghua4 36s linear infinite;
}
@keyframes donghua4{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
.group-honor{
    overflow: hidden;
    position: relative;
}
.group-honor-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.group-honor-bg img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.group-honor-le{
    width: 60%;
    overflow: hidden;
    position: relative;
}
.group-honor-le-ul{
    width: calc(100% - 40px);
    margin:0 -15px;
    position: relative;
    display: flex;
}
.group-honor-le-ul::after{
    content: "";
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(215, 0, 15, 0) 0%, rgba(215, 0, 15, 1) 20%, rgba(215, 0, 15, 1) 80%, rgba(215, 0, 15, 0) 100%);
}
.group-honor-le-ul::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 45%;
    background: var(--color4);
    z-index: 1;
}
.ghlu-li{
    width: 33.333333%;
    padding: 0 15px;
}
.ghli-li-item{
    position: relative;
    padding-left: 23px;
    margin-bottom: 66px;
}
.ghli-li-item:last-child{
    margin-bottom: 0px;
}
.ghli-li-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:7px;
    height: 7px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--colormain);
}
.ghli-li-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 3.5px;
    width: 1px;
    height: 115%;
    background: linear-gradient(180deg, rgba(215, 0, 15, 1) 1.75%, rgba(215, 0, 15, 0) 100%);;
}
.ghli-li-item .ys-imgbox-cover{
    margin-bottom: 12px;
}
.ghli-li-text p{
    color: var(--color1);
    line-height: var(--line175);
}
.ghli-li-item:first-child{
    transform: translateX(27px);
}
.ghli-li-item:last-child:before, .ghli-li-item:last-child::after{
    top: -37px;
}
.group-honor-le-ul .slick-list{
    padding-bottom: 33px;
    padding-right: 15px;
}
/* G1 民建集团-end */
/* H1 用量查询-start */
.ys-cont800{
    width: 85vw;
    max-width: 800px;
    margin: auto;
}
.dosage-from{
    position: relative;
    overflow: hidden;
}
.dosage-from-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dosage-from-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dosage-from-wrap{
    backdrop-filter: blur(17.5px);
    -webkit-backdrop-filter: blur(17.5px);
    background: rgba(255, 255, 255, 0.95);
    padding: 66px 57px 79px;
}
.dosage-from-tp{
    display: flex;
    margin: 0 -14px 33px;
    position: relative;
    z-index: 3;
}
.dosage-from-tp-list{
    width: 50%;
    padding: 0 14px;
}
.dosage-from-tp-list .ys-select{
    height: 55px;
    padding: 0 23px;
    background: #F4F4F4;
}
.dosage-from-wrap h1{
    margin-bottom: 23px;
    line-height: 1.4;
    color: var(--color1);
}
.dosage-from-tp-list input{
    font-size: var(--font16);
    line-height: 1.4;
    color: var(--color1);
    font-weight: var(--font-weight1);
}
.dosage-from-tp-list input::placeholder{
    color: var(--color3);
    font-weight: var(--font-weight1);
}
.dosage-main .mod-wrap{
    padding-top: 0px;
}
.dosage-from-ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.dosage-from-ul-li{
    width: 100%;
    margin-bottom: 20px;
}
.dosage-from-ul-li input{
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color1);
    font-weight: var(--font-weight1);
}
.dosage-from-ul-li input::placeholder{
    color: var(--color3);
    font-weight: var(--font-weight1);
}
.dosage-from-tp .ys-select-bd {
    display: none;
    position: absolute;
    left: 0;
    top: 105%;
    z-index: 10;
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
    padding: 10px 23px;
    max-height: 120px;
}
.dosage-from-tp .ys-select.zindex .mCSB_outside+.mCSB_scrollTools {
    opacity: 1;
    right: 23px;
}
.dosage-from-tp .ys-select-li{
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color3);
    transition: all .4s;
}
.dful-input{
    width: 100%;
    height: auto;
    /* border: 1px solid #DCDCDC; */
}
.dful-input input{
    width: 100%;
    height: 100%;
    padding: 0 23px;
}
.dosage-from-btn{
    width: 100%;
    cursor: pointer;
    margin-bottom: 57px;
}
.dosage-from-btn p{
    text-align: center;
    color: var(--color4);
    line-height: var(--line175);
    padding: 8px 26px;
    border-radius: 80px;
    background: var(--colormain);
    font-size: var(--font16);
    transition: all .4s;
}
.dosage-from-bot-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.dfbu-li{
    width: 50%;
    padding: 0 14px;
    position: relative;
}
.dfbu-li-input{
    height: 55px;
    background: #F4F4F4;
}
.dfbu-li-input input{
    width: 100%;
    height: 100%;
    padding: 0 78px 0 20px;
    font-size: var(--font16);
    color: var(--color1);
}
.dfbu-li span{
    /* color: var(--color3);
    line-height: 1.4;
    font-size: var(--font14);
    position: absolute;
    top: 50%;
    right:30px;
    transform: translateY(-50%); */
}
.dfbu-li-box{
    position: relative;
}
.dfbu-li-word p{
    color: var(--color1);
    line-height: 1.4;
}
.dfbu-li-word{
    margin-bottom: 14px;
}
/* H1 用量查询-end */
/* D3 立即预约-start */
.ys-form-title {
    color: #333;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: bold;
}
.ys-form-inof {
    margin: 0 -7px;
    display: flex;
    flex-wrap: wrap;
}
.ys-form-inof-item {
    padding: 0 7px;
    margin-bottom: 28px;
    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(--line15);
    color: var(--color1);
    margin-bottom: 16px;
    height: 1.5em;
}
.ys-fii-name span {
    color: var(--colormain);
}
.ys-fii-input {
    width: 100%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 0.30);
    display: block;
}
.ys-fii-input input,
 .ys-fii-input textarea {
    width: 100%;
    height: 100%;
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color1);
    padding: 0 16px;
    font-family: "Microsoft YaHei" !important;
}
.ys-fii-input input::placeholder, 
.ys-fii-input textarea::placeholder{
    color: var(--color3);
    /*font-size: var(--font16);*/
    line-height: var(--line15);
    color: var(--color2);
    font-weight: var(--font-weight1);
}
.ys-fii-tips {
    font-size: var(--size16);
    color: var(--colortips);
    line-height: var(--l1h5);
}
.ys-fii-tips span {
    font-size: 12px;
    line-height: var(--line15);
    color: var(--colormain);
}
.ys-form-inof-item .ys-select-xtbbox {
    right: 16px;
}
.ys-form-inof-item .ys-select-bd{
    top: 105%;
}
.ys-form-inof-item .ys-select.zindex .mCSB_outside+.mCSB_scrollTools {
    opacity: 1;
    right: 14px;
}
.ys-form-inof-item.ys-fiia-item{
    margin-bottom: 6px;
}
.ys-form-inof-item.ys-fiia-item:last-child{
    margin-bottom: 0px;
}
.ys-form-inof-item.ys-form-inof-other{
    margin-bottom: 0px;
}
.ys-form-inof-other{
    padding-top: 18px;
}
.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(--font);
    line-height: var(--line15);
    color: var(--color2);
    padding: 4px 20px;
    transition: all .4s ease;
}
.ys-form-inof-item .ys-select-li span {
    color: #f00;
}
.ys-form-inof-item .ys-select-li:hover {
    color: var(--color333);
}
.ys-fiiss-input {
    border: 6px solid var(--colorbj);
    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(--font16);
    line-height: var(--line15);
    color: var(--color1);
}
.ys-form-inof-item textarea{
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--color1);
}
.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-fii-input textarea {
    padding-top: 14px;
}
.ys-select-bd .ys-fiiss-input input, .ys-select-bd .ys-fiiss-input input::placeholder{
    font-size: 14px;
}
.ys-form-inof-item .ys-select-bd {
    height:180px;
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 0.30);
    padding: 10px 0;
}
.ys-select-bd.showscroll .ys-fiiss-core{
    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: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.ys-fia-text-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #DBDBDB;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    border-radius: 5px;
}
.ys-fia-text-btn::after {
    content: '';
    width: 60%;
    height: 50%;
    position: absolute;
    background: var(--colormain);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease;
    background: url(../images/right_icon0.svg) center no-repeat;
}
.ys-fiia-item.on .ys-fia-text-btn::before, 
.ys-form-inof-agree.on .ys-fia-text-btn::before{
    border: solid 1px var(--colormain);
}
.ys-fia-text-word {
    width: calc(100% - 16px);
    flex-grow: 1;
    padding-left: 10px;
    font-size: 12px;
    line-height: var(--line175);
    color: #666;
}
.ys-fia-text-word span{
    color: var(--colormain);
}
.ys-fia-text-word a {
    color: var(--colormain);
    text-decoration: underline;
}
.ys-fic-auth, .ys-fic-auth-bot {
    position: relative;
}
.ys-fic-auth .ys-fii-input {
    width: 100%;
    padding-right: 130px;
}
.ys-fic-auth-img {
    position: absolute;
    top: 50%;
    right:10px;
    transform: translateY(-50%);
    width: 114px;
    cursor: pointer;
}
.ys-fic-auth-img img {
    width: 100%;
}
.ys-form-inof-submit, .ys-fii-reset {
    width: 165px;
    margin-right:28px;
}
.ys-fii-submit {
    line-height:44px;
    text-align: center;
    background: var(--colormain);
    color: #fff;
    font-size: var(--font16);
    cursor: pointer;
    border-radius: 80px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.ys-fii-reset{
    border-radius: 80px;
    background: #999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    line-height:44px;
    text-align: center;
    color: #fff;
    font-size: var(--font16);
    cursor: pointer;
}
.ys-form-inof-btn{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 16px;
}
.ys-fiia-item.on .ys-fia-text-btn::after,
 .ys-form-inof-agree.on .ys-fia-text-btn::after{
    opacity: 1;
}
.ys-select.ys-fii-select-search{
    height: auto !important;
}
.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 {
    width: calc(calc(1400px - calc(var(--space) * 4)) / 3);
}
.ys-select-emptyli {
    pointer-events: none;
}
.ys-select-xtbbox .iconfont{
    font-size: 14px;
}
.ys-form-inof-item .ys-select{
    width: 100%;
    height: 100%;
}
.ys-form-inof-code{
    width: 50%;
}
.order-wrap-cont{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.order-wrap-le{
    width: 28%;
}
.order-wrap-ri{
    width: 58%;
    background: var(--color4);
    padding: 30px 60px 60px;
}
.order-wrap{
    position: relative;
    overflow: hidden;
    padding-top: 95px;
    padding-bottom: var(--space150);
}
.order-wrap-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:0;
    pointer-events: none;
}
.order-wrap-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-main .mod-wrap{
    padding-top: 0px !important;
}
.order-wrap-le h1{
    color: var(--color1);
    line-height: var(--line15);
    margin-bottom: 12px;
    font-weight: var(--font-weight1);
}
.order-wrap-le-word p{
    color: var(--color1);
    line-height: var(--line15);
    font-weight: var(--font-weight1);
}
.order-wrap-le-word{
    margin-bottom: 26px;
}
.order-wrap-le-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 18px;
}
.owlu-li{
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
}
.owlu-li-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 20px;
    background: var(--color4);
}
.owlu-li-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 13px;
}
.owlu-li-icon img{
    width: 100%;
}
.owlu-li-box p{
    color: var(--color1);
    line-height: 1.5;
    font-size: var(--font16);
    font-weight: var(--font-weight1);
}
.order-main{
    background: var(--colorbj);
}
/* .owlu-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.owlu-li:nth-child(2n+2){
    animation-delay: 0.3s;
} */
.owls-lis-box{
    display: block;
    position: relative;
}
.owls-lis-box .ys-imgbox-cover{
    position: relative;
}
.owls-lis-box .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.94%, rgba(0, 0, 0, 0.60) 95.63%);
    opacity: 0.4;
    pointer-events: none;
}
.owls-lis.slick-slide:not(:first-child){
    display: none;
}
.order-wrap-le-slide{
    margin: 0 -4px;
}
.owls-lis{
    padding: 0 4px;
}
.owls-lis-word{
    width: calc(100% - 48px);
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
}
.owls-lis-word p{
    color: var(--color4);
    line-height: var(--line16);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.order-wrap-le-slide .slick-dots li{
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.3);
}
.order-wrap-le-slide .slick-dots li.slick-active {
    background: var(--colormain);
}
.order-wrap-le-slide .slick-dots{
    bottom: 26px;
    right: 26px;
    text-align: right;
}
.order-wrap-ri-word p{
    color: var(--colormain);
    line-height: var(--line15);
}
.order-wrap-ri-word{
    margin-bottom: 28px;
}
/* D3 立即预约-end */
/* D4 人员查询-start */
.person-main{
    background: var(--colorbj);
}
.person-main .mod-wrap{
    padding-top: 80px;
}
.person-sear h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: var(--colormain);
    margin-bottom: 17px;
}
.person-sear-woed p{
    text-align: center;
    color: var(--color1);
    line-height: 1.65;
}
.person-sear-woed p span{
    color: var(--colormain);
}
.person-sear h2 span{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 13px;
}
.person-sear h2 span img{
    width: 100%;
}
.person-sear-min{
    display: flex;
    padding: 47px 47px 47px 43px;
    background: var(--color4);
    position: relative;
    z-index: 2;
}
.person-sear-min-ri{
    width: 145px;
}
.person-sear-min-le{
    width: calc(100% - 145px);
    padding-right: 26px;
    display: flex;
    margin: 0 -5px;
}
.psml-list{
    width: 25%;
    padding: 0 5px;
}
.person-sear-min-ri p{
    text-align: center;
    padding: 8px 26px;
    border-radius: 80px;
    background: var(--colormain);
    color: var(--color4);
    cursor: pointer;
    line-height: var(--line175);
    font-size: var(--font16);
    transition: all .4s;
}
.psml-list .ys-select, .psml-list .psml-list-input{
    height: 54px;
    padding: 0px 18px 0px 16px;
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 0.30);
}
.psml-list-input input, .psml-list .ys-select input{
    width: 100%;
    height: 100%;
    color: var(--color1);
    line-height: var(--line15);
    font-size: var(--font16);
}
.psml-list-input input::placeholder, .psml-list .ys-select input::placeholder{
    opacity: 0.7;
}
.psml-list .ys-select-bd{
    max-height: 155px;
    border-radius: 6px;
    top: 105%;
    border: 1px solid rgba(51, 51, 51, 0.30);
    padding: 10px 12px;
}
.psml-list .ys-select-li{
    font-size: var(--font16);
    color: var(--color3);
    line-height: var(--line18);
    transition: all .4s;
    margin-bottom: 4px;
}
.psml-list .ys-select.zindex .mCSB_outside+.mCSB_scrollTools {
    opacity: 1;
    right: 15px;
}
.psmb-info{
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.psmb-info-word p{
    color: var(--color2);
    line-height: 1.4;
    font-weight: var(--font-weight1);
}
.psmb-info-more p{
    color: var(--color1);
    line-height: 1.4;
}
.psmb-info-more p span{
    font-weight: bold;
    color:var(--colormain);
}
.psmb-ul-li-box{
    background: var(--color4);
    padding: 20px 25px 45px 25px;
    height: 100%;
}
.pulb-tp-icon{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 22px;
    overflow: hidden;
    border: 0.707px solid #D8D8D8;
}
.pulb-tp-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.pulb-tp{
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom:1px solid rgba(187, 187, 187, 0.3);
    margin-bottom: 32px;
}
.pulb-tp-ri-name{
    color: var(--color1);
    line-height: 1.4;
    margin-bottom: 8px;
}
.pulb-tp-ri-num p{
    color: var(--color1);
    line-height: 1.4;
    font-weight: var(--font-weight1);
}
.pulb-tp-ri-num{
    margin-bottom: 20px;
}
.pulb-tp-ri-post{
    color: var(--colormain);
    font-weight: bold;
    line-height: 1.4;
}
.psmb-ul-li{
    width: 25%;
    padding: 0 14px;
    margin-bottom: 17px;
}
.psmb-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -14px;
    overflow: hidden;
}
.psmb-ul-li:nth-child(4n+1){
    animation-delay: 0.2s;
}
.psmb-ul-li:nth-child(4n+2){
    animation-delay: 0.3s;
}
.psmb-ul-li:nth-child(4n+3){
    animation-delay: 0.4s;
}
.psmb-ul-li:nth-child(4n+4){
    animation-delay: 0.5s;
}
.pmlb-icon{
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 14px;
}
.pmlb-icon img{
    width: 100%;
}
.pulb-minul-li-box p{
    font-size: var(--font16);
    line-height: 1.4;
    color: var(--color1);
}
.pulb-minul-li-box p span{
    margin-left: 10px;
    font-weight: var(--font-weight1);
}
.pulb-minul-li-box{
    display: flex;
    align-items: center;
}
.pulb-minul-li{
    margin-bottom: 16px;
}
.pulb-minul-li:last-child{
    margin-bottom: 0px;
}
.pulb-minul{
    margin-bottom: 25px;
}
.pulb-btul-li-text{
    border-radius: 4px;
    border: 1px solid rgba(235, 0, 0, 0.30);
    background: rgba(235, 0, 0, 0.10);
    overflow: hidden;
}
.pulb-btul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.pulb-btul-li-text p{
    padding: 8px 10px;
    line-height: 1.4;
    color: var(--color1);
    font-weight: var(--font-weight1);
}
.pulb-btul-li{
    padding: 0 5px;
    margin-bottom: 10px;
}
.person-main .mod-paging{
    margin-top: 38px;
}
/* D4 人员查询-end */
/* D1-服务列表-start */
.servlist-main{
    background: var(--colorbj);
}
.servlist-main .mod-wrap{
    padding-top:var(--space120);
}
.servlist-form h2{
    margin-bottom: 16px;
}
.servlist-form-cont{
    background: var(--color4);
    padding: 47px 47px 41px 43px;
    justify-content: space-between;
}
.servlist-main h2{
    text-align: center;
    font-weight: var(--font-weight1);
}
.servlist-form-cont{
    display: flex;
    align-items: flex-start;
}
.servlist-form-cont-ri{
    max-width: 145px;
    cursor: pointer;
    margin-top: 5px;
}
.servlist-form-cont-ri p{
    border-radius: 80px;
    background: var(--colormain);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 8px 40px;
    color: var(--color4);
    line-height: 1.75;
    font-size: var(--font16);
    transition: all .4s;
}
.servlist-form-cont-le{
    width: calc(100% - 145px);
    padding-right: 26px;
    display: flex;
}
.servlist-form-cont-le .ys-form-inof-item{
    width: 25%;
    margin-bottom: 15px;
}
.servlist-form-cont-le .ys-form-inof-other{
    width: 100% !important;
    padding-top: 0px;
    margin-bottom: 0px !important;
}
.servlist-list-tpslide-ph{
    display: none !important;
}
.servlist-form-cont-le .ys-form-inof-item input{
    color: var(--color1);
    line-height: var(--line15);
    font-size: var(--font16);
    font-weight: var(--font-weight1);
}
.servlist-form-cont-le .ys-form-inof-item input::placeholder{
    color: var(--color1);
    opacity: 0.7;
    line-height: var(--line15);
    /*font-size: var(--font16);*/
    font-weight: var(--font-weight1);
}
.servlist-form-cont-le .ys-fic-auth-img{
    width: 120px;
}
.servlist-form-cont-le .ys-form-inof-code  .ys-fii-input{
    padding-right: 104px;
}
.servlist-list h2{
    margin-bottom: 65px;
}
.servlist-list-tpslide-ul{
    display: flex;
    border-bottom: 2px solid #EDEDED;
}
.sltu-li{
    width: 20%;
    padding: 0 5px;
}
.sltu-li-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.sltu-li-box::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: var(--colormain);
    transition: all .4s;
}
.sltu-li.act .sltu-li-box::after{
    width: 100%;
}
.sltu-li-box-icon{
    width: 40px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 27px;
    position: relative;
}
.sltu-li-box-icon img{
    width: 100%;
    transition: all .4s;
}
.sltu-li-box-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.sltu-li-box p{
    color: var(--color1);
    line-height: 1.4;
    font-size: var(--font18);
    transition: all .4s;
}
.servlist-list-bot-ul, .slbu-list-dost-ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slbu-list{
    display: none;
}
.slbu-list:first-child{
    display: block;
}
.slbu-list-dost-lis{
    position: absolute;
    z-index: 4;
}
.sldl-word{
    display: block;
    cursor: pointer;
    border-radius: 30px;
    /* border: 1px solid #BABABA; */
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    transition: all .4s;
}
.sldl-word p{
    color: var(--color1);
    white-space: nowrap;
    padding: 1px 20px 1px 38px;
    position: relative;
    line-height: var(--line175);
    transition: all .4s;
}
.sldl-word p::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--colormain);
    transition: all .4s;
}
.servlist-list-bot-pic{
    position: relative;
    pointer-events: none;
}
.servlist-list-bot-pic, .servlist-list-bot-pic img{
    width: 100%;
}
.servlist-list, .servlist-list-bot{
    position: relative;
}
.scul-rect-ri{
    width: 130px;
    font-size: 0;
    flex-shrink: 0;
}
.scul-rect-ri img{
    width: 100%;
}
.scul-rect{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    padding: 35px 50px 35px 65px;
}
.servlist-check-ul{
    display: flex;
    margin: 0 -14px;
}
.servlist-check-ul-li{
    padding: 0 14px;
    width: 50%;
}
.scul-rect-le-tit{
    color: var(--color1);
    line-height: var(--line175);
    margin-bottom: 7px;
}
.scul-rect-le-word p{
    color: var(--color1);
    line-height: var(--line175);
}
.servlist-check-ul-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.servlist-check-ul-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.ys-nyban-btn{
    margin-top: 38px;
}
.servlist-main .ys-nyban-btn .std-btn1-box{
    padding: 10px 50px;
}
.servlist-main .ys-nyban-btn p{
    font-size: var(--font20);
    line-height: var(--line15);
}
.servlist-main .ys-nyban-btn .std-btn1-icon{
    width: 24px;
    height: auto;
    border-radius: 0px;
    background: transparent;
    margin-left: 0px !important;
    margin-right:10px;
}
.servlist-main .ys-nyban-btn .std-btn1-icon img{
    width: 100%;
    position: relative;
    transform: inherit;
    top: auto;
    left: auto;
}
/* D1-服务列表-end */
/* E1 加盟合作-start */
.join-cause{
    position: relative;
    height:250vh;
}
.join-cause-wrap{
    width: 100% !important;
    position: relative;
    height: calc(100vh - 70px);
}
.join-cause-main {
    font-size: 0;
    padding-top: 300px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 0;
    white-space: nowrap;
    transition: left .1s linear;
    height: 100vh;
}
.join-cause-main.ys_fixed {
    position: fixed;
    top: 70px;
}
.join-cause-main.bot {
    top: auto;
    bottom: 0;
}
.join-cause-bot{
    width: 100%;
}
.join-cause-bg{
    width: 100%;
    position: relative;
}
.join-cause-bg img{
    width: 100%;
}
.jcbu-li-box-num{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    width: 100%;
}
.jcbu-li-box-num span{
    color: var(--colormain);
    margin-right: 10px;
}
.jcbu-li-box{
    background: var(--color4);
    position: relative;
    padding: 40px 28px 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.jcbu-li{
    width: 25% !important;
    padding: 0 14px;
}
.join-cause-bot-ul{
    margin: 0 -14px;
}
.jcbu-li-box-word p{
    height: 4.95em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color2);
    line-height: 1.65;
    white-space: normal;
}
.jcbu-li-box-word{
    margin-bottom: 60px;
}
.jcbu-li-box-icon{
    width: 32px;
    display: flex;
    justify-content: flex-end;
}
.jcbu-li-box-icon img{
    width: 100%;
}
.join-main{
    background: var(--colorbj);
}
.join-cause-bot{
    margin-top: -340px;
    position: relative;
}
.join-cause-bot-ul{
    display: flex;
}
.join-cause h2{
    color: var(--color4);
}
.join-cause.start .ys-cont1400{
    top:215px;
}
.join-list-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.join-list-ul-li{
    width: 50%;
    padding: 0 14px;
    margin-bottom: 30px;
}
.jlul-rect, .jlul-rect .ys-imgbox-cover{
    position: relative;
}
.jlul-rect .ys-imgbox-cover::after{
    content: "";
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.6%, rgba(0, 0, 0, 0.35) 75.39%);
}
.jlul-rect-cont{
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    width: calc(100% - 100px);
    z-index: 3;
}
.jlul-rect-word{
    padding-right: 78px;
}
.jlul-rect-word p{
    color: var(--color4);
    line-height: 1.65;
}
.jlul-rect-tit{
    color: var(--color4);
    margin-bottom: 10px;
}
.join-list-ul-li:nth-child(2n+1){
    animation-delay: 0.2s;
}
.join-list-ul-li:nth-child(2n+2){
    animation-delay: 0.3s;
}
.join-partner{
    position: relative;
    background: var(--color4);
    z-index:2;
    padding: var(--space150) 0 195px;
}
.join-partner::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 49%;
    height: 100%;
    background: url(../images/e1_bg1.jpg) center / cover no-repeat;
    z-index: -1;
    pointer-events: none;
}
.join-main .mod-wrap{
    padding-top: 0px;
}
.join-partner-le-ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -35px 36px;
}
.join-partner-le{
    width: 49%;
    padding-right: 98px;
}
.join-partner-ri{
    width: 51%;
    padding-left: 99px;
}
.jplu-li{
    width: 50%;
    padding: 0 35px;
    margin-bottom: 58px;
}
.jplu-li .ys_demo_num{
    font-size: 70px;
    line-height: 1.1;
    font-family: 'yuhong-Light' !important;
}
.jplu-li .ys_demo_num span{
    font-size: var(--font40);
    color: var(--color1);
}
.jplu-li:first-child .ys_demo_num, .jplu-li:first-child .ys_demo_num span{
    color: var(--colormain);
}
.jplu-li .hmlu-li-tp-num{
    padding-bottom: 35px;
    margin-bottom: 18px;
    border-bottom: 0.8px solid #333;
}
.jplu-li-word p{
    color: var(--color2);
}
.join-partner-le-word p{
    font-size: 12px;
    color: var(--color2);
    line-height: var(--line16);
}
.join-partner-ri-tit{
    color: var(--color1);
    line-height: var(--line16);
    padding-bottom: 18px;
    border-bottom: solid 1px rgba(102, 102, 102, 0.3);
    margin-bottom: 36px;
}
.join-partner-ri-tit span{
    color: var(--colormain);
}
.join-partner-wrap{
    display: flex;
}
.join-main .ys-form-inof-code{
    width: 100%;
}
.join-main .ys-form-inof-other{
    padding-top: 0 !important;
    padding: 0;
}
.ys-form-inof-wrap{
    display: flex;
    align-items: flex-start;
}
.ys-form-inof-select .ys-fii-name{
    margin-right: 15px;
    flex-shrink: 0;
}
.ys-ful-sect{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ys-ful-sect-icon{
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: solid 1px rgba(219,219,219,1);
    transition: all .4s;
    position: relative;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}
.ys-ful-sect-icon img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s;
}
.ys-fis-ul-li{
    width: 25%;
    padding: 0 12px;
}
.ys-fis-ul-li.on .ys-ful-sect-icon{
    border:solid 1px #D7000F;
}
.ys-fis-ul-li.on .ys-ful-sect-icon img{
    opacity: 1;
}
.ys-fis-ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.ys-ful-sect p{
    font-size: var(--font14);
    color: var(--color2);
    line-height: var(--line175);
}
.join-partner .ys-form-inof-submit{
    width: 100%;
    margin-top: var(--space40);
    margin-right: 0px;
}
.join-partner .ys-fii-submit{
    border-radius: 80px;
    padding: 8px 26px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: var(--color4);
    line-height: var(--line175);
    font-weight: var(--font-weight1);
    min-width: 329px;
    transition: all .4s;
}
/* E1 加盟合作-end */
/* A1建模页面-start */
.mode-main .mod-wrap{
    padding-top: 0px;
}
.mode-anime{
    width: 100%;
    position: relative;
}
.mode-first-img, .mode-first-img img{
    width: 100%;
}
.mode-first-list{
    width: 100%;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.mode-first-list .ys-cont1200{
    overflow: hidden;
}
.mode-first-list-ul{
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 49.95%, rgba(255, 255, 255, 0) 100%);
    padding: 17px 0;
}
.mflu-li-sect{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.mflu-li-sect-icon{
    width: 28px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 17px;
    position: relative;
}
.mflu-li-sect-icon img{
    width: 100%;
    transition: all .4s;
}
.mflu-li-sect-icon img:nth-child(2){
    display: none;
}
.mflu-li-sect p{
    color: var(--color1);
    line-height: var(--line175);
    font-size: var(--font16);
}
.mflu-li{
    opacity: 0.5;
    transition: all .4s;
    padding: 0 30px;
}
.mflu-li.act{
    opacity: 1;
}
.mode-first-wrap{
    position: relative;
}
.mfbl-dots{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events:none;
}
.mfbl-dots-li{
    pointer-events: all;
    position: absolute;
}
.mfbl-dots-li-box{
    display: flex;
    align-items: center;
    padding: 3px 30px;
    border-radius: 30px;
    /* border: 1px solid #BABABA; */
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    cursor: pointer;
    background: var(--color4);
    transition: all .4s;
    position: relative;
}
.mfbl-dots-li::after, .slbu-list-dost-lis::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 1px);
    height: calc(100%  + 1px);
    background: linear-gradient(-135deg, rgba(186,186,186,1) 0%, rgba(197, 197, 197, 0) 100%);
    border-radius: 30px;
    z-index: -1;
}
.mdlb-icon{
    width: 12px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
    position: relative;
}
.mdlb-icon img{
    width: 100%;
    transition: all .4s;
}
.mdlb-icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mfbl-dots-li-box p{
   color: var(--color1);
   line-height: var(--line175);
   font-size: var(--font16); 
   transition: all .4s;
}
.mode-second-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mswu-li{
    display: none;
}
.mode-second-wrap-aside{
    position: absolute;
    top:calc(50% - 35px);
    left:80px;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.mode-second-wrap-aside span{
    font-size: var(--font20);
    line-height: 1.4;
    color: var(--color1);
    margin-bottom: 25px;
    display: inline-block;
}
.mswa-ul-li-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 27px 13px 29px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.mswa-ul-li-box::after{
    content: "";
    position: absolute;
    left: 29px;
    bottom: 0;
    width: calc(100% - 56px);
    height: 1px;
    background: #EDEDED;
}
.mswa-ul-li-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(235, 0, 0, 0.20) 0%, rgba(215, 0, 15, 0) 100%);
    pointer-events: none;
    z-index: -1;
    transition: all .4s;
}
.mswa-ul-li-box p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
    transition: all .36s;
    margin-right: 40px;
}
.mswa-ul{
    background: var(--color4);
    border-top: solid 1px #f00;
}
.mswa-ul-li.act .mswa-ul-li-box::before{
    width: 100%;
}
.mswa-ul-li.acta{
    pointer-events: none;
}
.mode-second-wrap-btn{
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.mode-second-wrap-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mode-second-wrap-btn p{
    color: var(--color1);
    line-height: var(--line175);
    font-size: var(--font16);
    transition: all .4s;
}
.mswb-pic{
    width: 8px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 20px;
}
.mswu-li-video{
    width: 100%;
    position: relative;
}
.mswu-li-video img{
    width: 100%;
    /* opacity: 0; */
}
.mswu-li-videos{
    z-index: 5;
    left: 0;
    top: 0;
    transform: inherit;
}
.mulb-icon{
    width: 8px;
}
.mulb-icon img{
    width: 100%;
}
.mswu-li .slbu-list-dost{
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mswu-li.more .slbu-list-dost{
    opacity: 1;
    pointer-events: all;
    transition: opacity .4s !important;
}
.mode-second-wrap-aside.more{
    opacity: 1;
    pointer-events: all;
}
.mode-second-wrap-back{
    position: absolute;
    left: 50%;
    bottom: 94px;
    transform: translateX(-50%);
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.mode-second-wrap-back .std-btn2-box{
    background: var(--color4) !important;
}
.mode-second-wrap-back p{
    color: var(--color1) !important;
}
.mode-second-wrap-back img{
    width: 100% !important;
}
.mode-second-wrap-back.more{
    opacity: 1;
    pointer-events: all;
}
.mode-main .servlist-check, .mode-anime-phcont{
    display: none;
}
/* A1建模页面-end */
/* 建模3级-start */
.tmbu-li-box{
    display: block;
}
.thir-main .mode-first-img, .thir-main .mode-first-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thir-main .mode-first-wrap{
    height:100vh;
}
.thir-main .mode-first-list{
    display: none;
}
.thir-main .sldl-word{
    background: var(--colormain);
}
.thir-main .sldl-word p{
    color: var(--color4);
}
.thir-main .sldl-word p::after{
    background: var(--color4);
}
.thir-modal{
    width:23%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.43) 100%);
    /* backdrop-filter: blur(6.5px); */
    padding: 65px 35px;
    z-index: 5;
    /* opacity: 0; */
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .6s;
}
.thir-main h1{
    display: none;
}
.thir-modal-top-img, .thir-modal-top-img img{
    width: 100%;
}
.thir-modal-top-img{
    margin-bottom: 32px;
}
.thir-modal-top-tit{
    color: #000;
    line-height: var(--line175);
    margin-bottom: 16px;
}
.thir-modal-top-word p{
    color: var(--color2);
    line-height: var(--line16);
}
.tmbu-li{
    width: 33.333333%;
    padding: 0 12px;
}
.thir-modal-bot-ul{
    margin: 0 -12px;
}
.tmbu-li .ys-imgbox-cover{
    margin-bottom: 20px;
}
.tmbu-li-tit{
    text-align: center;
    line-height: var(--line16);
    color: var(--color1);
    margin-bottom: 7px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.tmbu-li-word p{
    text-align: center;
    line-height: var(--line16);
    color: var(--color3);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.tmbu-li.slick-slide:not(:first-child){
    display: none;
}
.thir-modal-bot-ul .slick-track{
    padding-bottom: 54px;
    display: flex;
    align-items: stretch;
}
.tmbu-li.slick-slide{
    height: auto !important;
}
.mode-anime-phlist{
    display: none;
}
.mode-anime-phlist-item{
    display: flex;
    margin: 0 -5px;
}
.mapi-select{
    width: 50%;
    padding: 0 5px;
}
/* 建模3级-end */
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox a{
    color: var(--colormain);
}
.ys-ph-navbar3 .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-navbar3 .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-navbar3 .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox .ys-phnav-header-font{
    color: var(--colormain);
}
.ys-phnav-header{
    line-height: 50px;
}
.ys-ph-navbar3 .ys-phnav-search .iconfont {
    font-size: 16px;
}
.ys-phnav-tels, .ys-phnav-store{
    width: 16px;
}
.ys-phnav-tels a, .ys-phnav-store a{
    display: block;
    line-height: 50px;
}
.ys-phnav-tels a img, .ys-phnav-store a img{
    width: 100%;
}
.ys-phnav-header a, .ys-phnav-header-font, .ys-phnav-logo, .ys-phnav-r>div {
    line-height: 50px;
}
.ys-phnav-r>div {
    float: left;
    margin-left: 18px;
}
.ys-phnav-logo {
    width: 104px;
}
.ys-ph-navbar {
    height: 50px;
}
.ys-banner-bg{
    display: none;
}
/* 用量查询 */
.warp-li-item{
    position: relative;
}
.text-warpbox{
    width: 100%;
}
.dfbu-li-tit{
    margin-bottom: 14px;
}
.dfbu-li-tit, .dfbu-li-bttit{
    display: flex;
    align-items: center;
}
.dfbu-li-tit span{
    position: relative;
    transform: inherit;
    left: auto;
    right: auto;
    display: inline-block;
    font-size: var(--font16);
    line-height: 1.4;
    color: var(--color1);
}
.dfbu-li-bttit{
    display: flex;
    align-items: center;
    font-weight: var(--font-weight1);
}
.dfbu-li-bttit, .dfbu-li-bttit span{
    color: var(--color3);
}
.sptitle {
    font-size: 16px;
    line-height: 1.4;
    color: #999;
    display: inline-block;
    font-weight: var(--font-weight1);
}
.ys-phnav-r{
    display: flex;
    align-items: center;
}
/*  */
.consumption-list1 .input1 {
    border: 1px solid #ccc;
    padding: 4px;
    vertical-align: middle;
}
.consumption-list1 .input1:focus{
    outline: 0 none;
}
.consumption-list1 .tit2 {
    margin-bottom: .5rem;
}
.consumption-list1 .li-item {
    margin: 0 -14px;
}
.consumption-list1 .nitem {
    height: 55px;
    background: #f4f4f4;
    padding:0 23px;
}
.consumption-list1 .bottonbox {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 80px;
    background: #d6000f;
    position: relative;
}
.consumption-list1 .input1 {
    height: 18px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    width: calc(50% - 14px);
    height: 55px;
    margin-bottom:19px;
    margin-right: 14px;
    border: 1px solid #DCDCDC;
    border-radius: 0;
    background: transparent;
    color: #333;
    padding: 0 23px;
    font-weight: var(--font-weight1);
}
.consumption-list1 .input1:nth-child(2n+2){
    margin-left: 14px;
    margin-right: 0px;
}
.consumption-list1 .input1::placeholder, 
.consumption-list1 .input1::-webkit-input-placeholder, 
.consumption-list1 .input1:-moz-placeholder, 
.consumption-list1 .input1::-moz-placeholder, 
.consumption-list1 .input1:-ms-input-placeholder{
    color: var(--color3);
    font-weight: var(--font-weight1);
}
.consumption-list1 .input1:nth-child(2n) {
    margin-right: 0;
}
.consumption-list1 .warplitem {
    width: 100%;
    margin-bottom:33px;
}
.consumption-list1 .warplitem .li {
    background: transparent;
    color: #c9c9c9;
    z-index:4;
    width: calc(50% - 14px);
    margin-right: 14px;
    border-radius: 0;
}
.consumption-list1 .warplitem .li:nth-child(2) {
    margin-right: 0;
    margin-left: 14px;
}
.consumption-list1 .warplitem .sptitle {
    height: 55px;
    padding: 0 23px;
    border-radius: 0;
    border: none;
    background: #f4f4f4;
}
.consumption-list1 .warplitem .icon {
    width: 15px;
    height: 15px;
    fill: #7e8288;
    transition: all .4s;
}
.consumption-list1 .warplitem .li.on .icon {
    transform: rotate(180deg);
}
.consumption-list1 .warplitem .iconbtn {
    width: 7.5rem;
    height: 50px;
    background: #d01e26;
    z-index: 3;
    border-radius: 5px;
    margin-left: 1rem;
}
.consumption-list1 .warplitem .iconbtn .icon {
    width: 15px;
    height: 15px;
    fill: #fff;
    margin-left: 5px;
}
.consumption-list1 .warplitem .libox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 105%;
    background: #fff;
    z-index: 3;
    border: none;
    display: none;
    background: #f4f4f4;
    padding: 20px 23px;
}
.consumption-list1 .warplitem .item {
    height: auto;
    line-height: 1.75;
    border-bottom: none;
    padding: 0;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}
.consumption-list1 .warplitem .item:last-child {
    border-bottom: none;
}
.consumption-list1 .warplitem .item:hover {
    color:#333;
} 
.consumption-list1 .warplitem .libox .z-itembox{
    display:none;
} 
.col-fff{
    color: var(--color4);
}
.col-333{
    color: var(--color1);
}
.pointer {
    cursor: pointer;
}
.trans {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all 0.4s;
}
.f-no {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
}
.text-warpbox .inputform{
    display:none;
    position: relative;
    z-index: 3;
}
.consumption-list1 .warplitem .libox .z-itembox{
    display:none;
}
.warp-li-item .li-item{
    display:none;
}
.news-list6-dialog7 .dialog__content .li1 .sptitle{
    color:#333;
}
.por {
    position: relative;
}
.f-no-b-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.nitem .std-h5{
    color: var(--colormain);
    font-weight: bold;
}
.inputbox{
    margin-bottom: 57px;
}
/* 载入效果 */
.yx-case8-fadeInUpimg {
    animation: fadeInUpimg 2.4s ease 1;
}
@keyframes fadeInUpimg {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: none;
    }
}  
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .mswa-ul-li-box:hover::before{
        width: 100%;
    }
    .mfbl-dots-li-box:hover{
        background: var(--colormain);
    }
    .mfbl-dots-li-box:hover .mdlb-icon img:nth-child(2){
        opacity: 1;
    }
    .mfbl-dots-li-box:hover .mdlb-icon img:nth-child(1){
        opacity: 0;
    }
    .mfbl-dots-li-box:hover p{
        color: var(--color4);
    }
    .mode-second-wrap-btn a:hover p{
        color: var(--colormain);
    }
    .mflu-li:hover{
        opacity: 1;
    }
    .jlul-rect:hover img{
        transform: scale(1.05);
    }
    .sltu-li-box:hover::after{
        width: 100%;
    }
    .psml-list .ys-select-li:hover{
        color:var(--color1);
    }
    .dosage-from-btn:hover p{
        background:rgba(194,0,14);
    }
    .dosage-from-tp .ys-select-li:hover{
        color: var(--color1);
    }
    .group-deve-le-fr .arrows-icon:hover img:nth-child(2){
        opacity: 1;
    }
    .group-deve-le-fr .arrows-icon:hover img:nth-child(1){
        opacity: 0;
    }
    .group-cult-fl-box:hover img{
        transform: scale(1.05);
    }
    .hmiu-li-box:hover .hmiu-li-icon{
        transform: scale(0.785);
    }
    .hslu-li-box:hover .hslu-li-icon img:nth-child(1){
        opacity: 0;
    }
    .hslu-li-box:hover .hslu-li-icon img:nth-child(2){
        opacity: 1;
    }
    .hslu-li-box:hover .hslu-li-ri-icon img:nth-child(1){
        opacity: 0;
    }
    .hslu-li-box:hover .hslu-li-ri-icon img:nth-child(2){
        opacity: 1;
    }
    .hslu-li-box:hover::after{
        width: 100%;
    }
    .hslu-li-box:hover .hslu-li-ri-tit{
        color: var(--color4);
    }
    .hwpu-li a:hover .hwpu-li-bot-tit{
        color: var(--colormain);
    }
    .arrows-icon:hover{
        background: rgba(194,0,14,1);
    }
    .fwru-lis-box:hover .fwru-lis-box-tit{
        color: var(--colormain);
    }
    .fwll-li-box:hover .fwll-li-le p{
        color: var(--colormain);
    }
    .fwll-li-box:hover .fwll-li-ri p{
        color: var(--color1);
    }
    .fwru-lis-box:hover{
        color: var(--colormain);
    }
    .ys-pcfy a:hover li{
        color: #fff;
        background: var(--colormain);
    }
    .ys-pcfy a.first:hover li, .ys-pcfy a.prev:hover li,
     .ys-pcfy a.next:hover li, .ys-pcfy a.end:hover li{
        background: transparent !important;
        color: var(--colormain);
     }
    .mfbr-ul-li a:hover{
        opacity: 1;
    }
    .mfru-li ul li p a:hover {
        opacity: 1;
    }
    .ys-bread-list:hover a{
        opacity: 1;
    }
    .std-btn1-box:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .std-btn2-box:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .std-btn2-box:hover, .std-btn2.white .std-btn2-box:hover{
        border: solid 1px transparent;
    }
    .std-btn2-box:hover p{
        color: var(--color4);
    }
    .std-btn2-box:hover .std-btn2-icon{
        border: solid 1px transparent;
    }
    .std-btn3-box:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .std-btn3-box:hover .std-btn3-icon{
        background: transparent;
        border: solid 1px transparent;
    }
    .std-btn3-box:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn3-box:hover .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .std-btn4-box:hover .std-btn4-icon::after{
        transform: scaleX(1);
        transform-origin: left;
    }
    .std-btn4-box:hover .std-btn4-icon{
        background: transparent;
        border: solid 1px transparent;
    }
    .std-btn4-box:hover .std-btn4-icon img:nth-child(2){
        opacity: 1;
    }
    .std-btn4-box:hover .std-btn4-icon img:nth-child(1){
        opacity: 0;
    }
    .std-btn4-box:hover p{
        color: var(--colormain);
    }
    .fwru-li-box:hover .std-btn3-box::after{
        transform: scaleX(1);
        transform-origin: left;
    }
    .fwru-li-box:hover .std-btn3-icon{
        background: transparent;
        border: solid 1px transparent;
    }
    .fwru-li-box:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .fwru-li-box:hover .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .news-recom-wrap-box:hover .std-btn3-box::after{
        transform: scaleX(1);
        transform-origin: left;
    }
    .news-recom-wrap-box:hover .std-btn3-icon{
        background: transparent;
        border: solid 1px transparent;
    }
    .news-recom-wrap-box:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .news-recom-wrap-box:hover .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .nlul-sect:hover .std-btn3-box::after{
        transform: scaleX(1);
        transform-origin: left;
    }
    .nlul-sect:hover .std-btn3-icon{
        background: transparent;
        border: solid 1px transparent;
    }
    .nlul-sect:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .nlul-sect:hover .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .nlul-sect:hover .nlul-sect-tit{
        color: var(--colormain);
    }
    .head-other-sear a:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .splu-li-box:hover .splu-li-icon{
        animation: arrow .6s linear both;
    }
    /* .hrul-box:hover .std-btn3-icon{
        background: transparent;
        border: solid 1px #fff;
    } */
    .hrul-box:hover .std-btn3-box::after{
        opacity: 1;
    }
    .hrul-box:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .hrul-box:hover .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .hrul-box:hover{
        background: var(--colormain);
    }
    .hrul-box:hover .hrul-bot-tit{
        color: var(--color4);
    }
    .hrul-box:hover .hrul-bot-icon img:nth-child(2){
        opacity: 1;
    }
    .hrul-box:hover .hrul-bot-icon img:nth-child(1){
        opacity: 0;
    }
    .ys-bbibtn:hover .ys-bbibtn-le{
        background:var(--colormain);
    }
    .servlist-form-cont-ri:hover p, .person-sear-min-ri:hover p{
        background: rgba(194,0,14,1);
    }
    .ys-fii-submit:hover{
        background: rgba(194,0,14,1);
    }
    .mode-second-wrap-back .std-btn2-box:hover p{
        color: var(--color4) !important;
    }
    .mode-second-wrap-back .std-btn2-box:hover{
        border: solid 1px transparent !important;
    }
    .sldl-word:hover {
        background: var(--colormain);
    }
    .sldl-word:hover p{
        color: var(--color4);
    }
    .sldl-word:hover p::after{
        background: var(--color4);
    }
    .pclp-ul-li-box:hover p{
        color: var(--color1);
    }
    .mode-thir-wrap-back .std-btn2-box:hover p{
        color: var(--color4) !important;
    }
    .mode-thir-wrap-back .std-btn2-box:hover{
        border: solid 1px transparent !important;
    }
}
/* 载入 */
.ys-ban-li.slick-current .ys-ban-title{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.3s;
}
.ys-ban-li.slick-current .ys-ban-word{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}
.ys-ban-li.slick-current .ys-ban-btn{
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.5s;
}

/* 20241024--建模页面修改-start */
/* 三级建模 */
.mode-thir-wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.mode-thir-wrap.top{
    z-index: 9;
    opacity: 1;
    pointer-events: all;
}
.mtwc-box{
    position: relative;
}
.mtwc-ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    transition: all .4s;
}
.mtwu-list.more .mtwc-ul{
    opacity: 1;
    pointer-events: all;
}
.mtwc-ul .sldl-word p{
    color: var(--color4);
}
.mtwc-ul .sldl-word{
    background: var(--colormain);
}
.mtwc-ul .sldl-word p::after {
    background: var(--color4);
}
.mode-thir-wrap-aside{
    position: absolute;
    top:calc(50% - 35px);
    left:80px;
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.mode-thir-wrap-aside span{
    font-size: var(--font20);
    line-height: 1.4;
    color: var(--color1);
    margin-bottom: 25px;
    display: inline-block;
}
.mode-thir-wrap-aside.more{
    opacity: 1;
    pointer-events: all;
}
.mode-thir-wrap-aside.more .mtwu-lis-li{
    pointer-events: all;
}
.mode-thir-wrap-back{
    position: absolute;
    left: 50%;
    bottom: 94px;
    transform: translateX(-50%);
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.mode-thir-wrap-back .std-btn2-box{
    background: var(--color4) !important;
}
.mode-thir-wrap-back p{
    color: var(--color1) !important;
}
.mode-thir-wrap-back img{
    width: 100% !important;
}
.mode-thir-wrap-back.more{
    opacity: 1;
    pointer-events: all;
}
.mtwu-lis-li.act .mswa-ul-li-box::before{
    width: 100%;
}
.mtwu-list{
    width: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    /* opacity: 0; */
    transition: all .6s !important;
}
.mtwu-lis-videos{
    z-index: 5;
    left: 0;
    top: 0;
    transform: inherit;
}
.mswa-wrap{
    max-height:595px;
}
.mswa-wrap .mCSB_outside+.mCSB_scrollTools{
    opacity: 1;
}
.mtwu-lis-video{
    width: 100%;
    position: relative;
}
.mtwu-lis-video img{
    width: 100%;
}
.mtwu-list.more .thir-modal{
    /* opacity: 1; */
    pointer-events: all;
    transform: translateX(0%);
}
.mtwu-lis.more .mode-thir-wrap-aside{
    opacity: 1;
    pointer-events: all;
}
.mtwu-lis-li.acta{
    pointer-events: none;
}
.mtwu-lis-li.act .mswa-ul-li-box p{
    color: var(--colormain);
}
.mtwc-ul-li{
    position: absolute;
    z-index: 4;
}
.mtwc-ul-li::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 1px);
    height: calc(100%  + 1px);
    background: linear-gradient(-135deg, rgba(186,186,186,1) 0%, rgba(197, 197, 197, 0) 100%);
    border-radius: 30px;
    z-index: -1;
}
.mtwc-ul .mtwc-ul-li{
    pointer-events: all;
}
.mswa-ul-li.act p{
    color: var(--colormain);
}
.mode-anime-ph{
    display: none;
}
/* F1 门店查询-start */
.store-main{
    background: var(--colorbj);
}
.store-wrap-top{
    padding: 27px 32px 52px 42px;
    background: var(--color4);
    /* overflow: hidden; */
}
.store-wrap-top-post{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 13px;
}
.store-wrap-top-post p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colormain);
    font-weight: var(--font-weight1);
}
.swtp-icon{
    width: 20px;
    flex-shrink: 0;
    font-size: 0;
    margin-left: 12px;
}
.swtp-icon img{
    width: 100%;
}
.swtm-ri{
    width: 145px;
    border-radius: 80px;
    background: var(--colormain);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    cursor: pointer;
    transition: all .4s
}
.swtm-ri p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color4);
    font-weight: var(--font-weight1);
    text-align: center;
    padding: 8px 0;
}
.swtm-le{
    width: calc(100% - 145px);
    padding-right:16px;
    display: flex;
    margin: 0 -5px;
}
.swtm-le-select{
    padding: 0 5px;
}
.swtm-le-select1, .swtm-le-select2, .swtm-le-select3{
    width: 18%;
}
.swtm-le-select4, .swtm-le-select5{
    width: 23%;
}

.swtm-le-select .ys-select, .swtm-le-select-input{
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 0.30);
    height: 54px;
    padding: 0 12px 0 16px;
}
.swtm-le-select input{
    width: 100%;
    height: 100%;
    font-size: var(--font16);
    color: rgba(51, 51, 51, 1);
    line-height: var(--line15);
    font-weight: var(--font-weight1);
}
.swtm-le-select input::placeholder{
    color:rgba(51, 51, 51, 0.7);
    font-weight: var(--font-weight1);
}
.swtm-le-select .ys-select-bd {
    top: 105%;
    border: 1px solid rgba(51, 51, 51, 0.30);
    border-radius: 5px;
    padding: 15px 16px;
    max-height: 130px;
}
.swtm-le-select .ys-select-li {
    cursor: pointer;
    font-size:var(--font14);
    line-height: 1.5;
    margin-bottom: 4px;
}
.swtm-le-select .ys-select-li:last-child{
    margin-bottom: 0px;
}
.swtm-le-select .ys-select.zindex .mCSB_outside+.mCSB_scrollTools {
    opacity: 1;
    right: 10px;
}
.store-wrap-top-min{
    display: flex;
    align-items: center;
}
.store-wrap-top-bot{
    display: flex;
    align-items:baseline;
}
.swtb-text{
    flex-shrink: 0;
    margin-right: 39px;
    font-weight: bold;
    color: var(--color1);
    line-height: var(--line175);
    font-size: var(--font16);
}
.store-wrap-top{
    margin-bottom: 63px;
}
.swtb-list{
    display: flex;
    margin: 0 -14px;
    flex-wrap: wrap;
}
.swtb-list-lis{
    padding: 0 14px;
}
.swtb-list-lis-box{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.swtb-list-lis-box span{
    flex-shrink: 0;
    display: inline-block;
    font-size: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.30);
    cursor: pointer;
    margin-right:12px;
    transition: all .4s;
    position: relative;
}
.swtb-list-lis-box span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 6px;
    height: 6px;
    background: var(--colormain);
    border-radius: 50%;
    opacity: 0;
    transition: all .4s;
}
.swtb-list-lis-box p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
    font-weight: var(--font-weight1);
}
.store-wrap-top-min{
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 30px;
}
.store-wrap-top-min::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: var(--colorbj);
}
.swtb-list-lis.act .swtb-list-lis-box span{
    border: solid 1px var(--colormain);
}
.swtb-list-lis.act .swtb-list-lis-box span::after{
    opacity: 1;
}
.store-wrap-map{
    width: 100vw;
    height: 845px;
    position: relative;
}
.store-wrap-map-cont, .store-wrap-map-cont #container{
    width: 100%;
    height: 100%;
}
.store-wrap-map-le{
    width: calc(1920px * 0.2953);
    position: absolute;
    top: 50%;
    left: var(--left);
    transform: translateY(-50%);
    z-index: 111;
    padding: 14px 16px 40px 27px;
    background: var(--color4);
}
.swml-tp{
    font-size: var(--font16);
    color: var(--color2);
    line-height: var(--line175);
    font-weight: var(--font-weight1);
    margin-bottom: 11px;
}
.swml-tp span{
    color: var(--colormain);
    font-weight: var(--font-weight1);
}
.swml-min{
    max-height: 555px;
    padding-right: 25px;
}
.smul-cry-tp{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 23px;
}
.smul-cry{
    background: var(--colorbj);
    padding: 25px 15px;
    position: relative;
}
.smul-cry-tp-le{
    color: var(--color1);
    line-height:1.4;
    font-size: var(--font20);
}
.smul-cry-tp-fl .distance{
    margin-left: 12px;
    color: var(--colormain);
    font-family: 'yuhong-Regular' !important;
    display: inline-block;
    font-size: var(--font16);
    line-height: 1.2;
}
.smul-cry-tp-ri p{
    font-size: var(--font14);
    font-weight: var(--font-weight1);
    color: var(--color1);
    line-height: 1.3;
}
.swml-min-ul-li .pulb-btul-li-text{
    border-radius: 4px;
    border: 1px solid rgba(148, 148, 148, 0.30);
    background: rgba(122, 122, 122, 0.10);
}
.swml-min-ul-li .pulb-btul{
    width: 80%;
    margin-bottom: 14px;
}
.swml-min-ul-li{
    margin-bottom: 20px;
    cursor: pointer;
}
.smul-cry-btm p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
    font-weight: var(--font-weight1);
}
.smul-cry-bg{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}
.smul-cry-bg img{
    width: 100%;
}
.swml-min .mCSB_outside+.mCSB_scrollTools {
    opacity: 1;
}
.store-wrap-pop{
    width: calc(1920px * 0.2625);
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    background: var(--color4);
    padding: 25px 29px 27px;
    z-index: 4;
}
.swpt-le{
    width: 100%;
    padding-right:30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.store-wrap-pop-tp{
    display: flex;
    justify-content: space-between;
}
.swpt-ri{
    width: 126px;
    flex-shrink: 0;
}
.swpt-ri-code, .swpt-ri-code img{
    width: 100%;
}
.swpt-ri-code{
    margin-bottom: 10px;
}
.swpt-ri p{
    font-weight: var(--font-weight1);
    line-height: 1.75;
    font-size: var(--font14);
    color: var(--color1);
}
.store-wrap-pop-tp{
    display: flex;
    align-items: stretch;
}
.swpt-le .smul-cry-tp-le{
    font-size: var(--font20);
    line-height: 1.4;
    color: var(--color1);
}
.swpt-le .smul-cry-btm p{
    font-size: var(--font16);
    line-height: 1.75;
    font-weight: var(--font-weight1);
    color: var(--color2);
}
.store-wrap-pop-bot{
    display: flex;
    align-items: center;
}
.swpb-icon{
    width: 24px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 12px;
}
.swpb-icon img{
    width: 100%;
}
.store-wrap-pop-bot span{
    display: inline-block;
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line175);
    font-weight: var(--font-weight1);
}
.store-wrap-pop-bot{
    display: inline-block;
    margin-top: 25px;
}
.swpb-box{
    display: flex;
    align-items: center;
    padding: 8px 38px;
    border-radius: 80px;
    background: var(--colormain);
    cursor: pointer;
    transition: all .4s;
}
.store-wrap-pop-bg{
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
    transform: rotatex(180deg);
}
.store-wrap-pop-bg img{
    width: 100%;
}
.smul-cry-tp-fl{
    display: flex;
    align-items: baseline;
}
.smul-cry-tp-ri{
    flex-shrink: 0;
    margin-left: 10px;
}
.smul-cry-tp-ri p{
    white-space: nowrap;
}
.amap-info-content {
    padding: 0;
    overflow: visible;
}
.amap-info-contentContainer.bottom-left, .amap-info-contentContainer.bottom-center, .amap-info-contentContainer.bottom-right {
    padding-bottom: 24px;
}
.bottom-center .amap-info-sharp{
    display: none;
}
.amap-info-close{
    /* display: none; */
    top: 10px;
    right: 10px !important; 
    width: 16px;
    height: 16px;
    color: #eb0000;
}
.amap-toolbar{
    right: 120px !important;
    left: auto !important;
    top: 50px !important;
}
.store-wrap-focus{
    display: inline-block;
}
.store-wrap-ph{
    display: none;
}
.store-wrap-ph-btn{
    display: none;
}
.smul-cry-tp-fl .store-wrap-pop-bot{
    display: none;
}
.smul-cry-bot-ri, .store-wrap-ph-up{
    display: none;
}
/* F1 门店查询-end */
/* 鼠标效果 */
@media screen and (min-width: 1200px) {
    .mswa-ul-li-box:hover p{
        color: var(--colormain);
    }
    .swtm-ri:hover{
        background: #8D0000;
    }
    .swpb-box:hover{
        background: #8D0000;
    }

}
/* 20241024--建模页面修改-end */

/* 20241031-I3 环保认证-start */
.envir-main .mod-wrap{
    padding-top: 0px;
}
.envir-tpul-li-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px 8px;
    transition: all .4s;
    position: relative;
    cursor: pointer;
}
.envir-tpul-li-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height:3px;
    background: #008600;
}
.envir-tpul{
    display: flex;
    align-items: flex-end;
}
.envir-tpul-li{
    width: 25%;
    position: relative;
    background: linear-gradient(00deg, rgba(255, 255, 255, 0) -9.37%, rgba(255, 255, 255, 1) 62.5%);
}
.envir-tpul-li::after{
    content: "";
    position: absolute;
    bottom:0;
    right: 0;
    width: 1px;
    height: 80px;
    background: #DFDFDF;
}
.etlb-icon{
    width: 60px;
    flex-shrink: 0;
    font-size: 0;
    margin-right:26px;
}
.envir-cont{
    background: linear-gradient(180deg, #FFF 2.02%, #D1ECF6 51.05%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.envir-bg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.envir-bg img{
    width: 100%;
}
.envir-tpul-li.act .envir-tpul-li-box{
    padding: 26px 0 24px;
}
.envir-tpul-li.act .envir-tpul-li-box::after{
    width: 100%;
}
.ewlc-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 78px;
    padding-bottom: 36px;
    border-bottom: solid 1px #ECECEC;
    margin-bottom: 43px;
}
.ewlc-top-le-icon{
    width: 162px;
    flex-shrink: 0;
    margin-right: 10px;
}
.ewlc-top-le-icon img{
    width: 100%;
}
.ewlc-top-le{
    width: 55%;
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.ewlc-top-ri-tit{
    font-size: var(--font30);
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.envir-wrap-list{
    display: none;
}
.envir-wrap-list:first-child{
    display: block;
}
.envir-wrap-list-cry{
    padding: 70px 92px 82px;
}
.ewlc-top-ri-word p{
    font-size: var(--font20);
    line-height: 1.75;
    color: #666;
}
.ewlc-top-ri p{
    font-size: var(--font20);
    line-height: 1.75;
    color: #333;
}
.ewlc-top-ri{
    width: 45%;
}
.ewlc-bot h5{
    font-size: var(--font20);
    line-height: 1.75;
    margin-bottom:15px;
}
.ewlc-bot p{
    color: #666;
    line-height: 1.75;
    font-size: var(--font16);
    margin-bottom: 12px;
}
.envir-wrap{
    overflow: hidden;
    background: #fff;
}
.envir-tpul-li-box p{
    font-size: var(--font20);
    line-height: 1.75;
    color: #333;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.envir-cont-top{
    position: relative;
}
.envir-cont-top-zhan{
    position: relative;
    height: 110px;
}
.envir-tpul{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* 20241031-I3 环保认证-end */

/* 202410.31-修改 */
.ys-ban-txtbox{
    top:46%;
}
.pcrt-show-reset p{
    transition: all .4s;
}
.serv-list-item-img img{
    transition: all .4s;
    width: 100%;
}
.serv-list-item-img{
    overflow: hidden;
}
.group-prod-le-date p{
    font-weight: 290;
}
.pulb-tp-icon{
    flex-shrink: 0;
    font-size: 0;
}
.ys-fii-name span{
    margin-left: 3px;
}
.gdlu-li.act1 .gdlu-li-text{
    background: linear-gradient(0deg, rgba(153, 153, 153, 1) 0%, rgba(51, 51, 51, 1) 68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gdlu-li.act2 .gdlu-li-text{
    background: linear-gradient(0deg, rgba(153, 153, 153, 0) 15%, rgba(51, 51, 51, 0.58) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ghli-li-text p{
    text-overflow: ellipsis;
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.ghlu-li:not(:first-child){
    display: none;
}
.group-deve{
    padding-top: 0px !important;
}
.prodet-prod-list-li.slick-slide:not(:first-child){
    display: none;
}
.prodet-recom .arrows-icon{
    position: absolute;
}
.prodet-recom .arrows-prev{
    left: 0px;
}
.prodet-recom .arrows-next{
    right: 0px;
}
.home-serv-img-pic{
    opacity: 1;
    transition: all .36s;
}
.home-serv-img-pic.start{
    opacity: 0;
}
/* 20241104 */
.home-relat-ul-li .std-btn3-box{
    overflow: visible;
}
.home-relat-ul-li .std-btn3-icon{
    border: none;
    border-radius: 50%;
    overflow: visible;
}
.home-relat-ul-li .std-btn3-box::after{
    display: none;
}
.home-relat-ul-li .std-btn3-box::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border:solid 1.6px var(--color1);
    border-radius: 50%;
    transition: all .4s;
}
.prodet-list-ul-li::before{
    display: none !important;
}
.ys-form-third-city.nomore .ys-select-bd,
 .ys-form-third-area.nomore .ys-select-bd{
    display: none !important;
 }
 .ys-form-third-city.nomore .ys-select-hd.on .ys-select-xtbbox, 
 .ys-form-third-area.nomore .ys-select-hd.on .ys-select-xtbbox {
    transform: translateY(-50%) rotate(0deg) !important;
}
/* 20241105 */
.group-deve-ri-ph{
    display: none;
}
.group-numb-bg img:nth-child(2){
    position: relative;
}
.group-numb-bg img:nth-child(3){
    position: relative;
    width: 100%;
    display: none;
}
.ys-fia-text-btn::after{
    background-size: contain;
}
.mod-phaside-close img {
    width: 14px;
    margin: 0;
    position: absolute;
    top: 54%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.mod-phaside-close{
    width: 20px;
    height: 20px;
}
.home-serv-img-pic svg{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-serv-img-pic svg g{
    width: 100%;
}
.home-busi, .home-serv, .home-prod{
    overflow: hidden;
}
.mtwu-list.more{
    pointer-events: all;
    transition: all .6s !important;
}
.mode-second-wrap.top .mode-second-wrap-aside.more, .mode-second-wrap.top .mswu-li .slbu-list-dost{
    opacity: 0;
}
.gdll-wrap:first-child{
    display: block;
}
.gdll-wrap{
    display: none;
}
.group-deve-le-list{
    flex-shrink: 0;
}
.mod-phaside-close {
    width: 25px;
    height: 25px;
    top: -25px;
    border-radius: 100% 0 0 0;
}
.mod-foot input{
    width: 100%;
    cursor: pointer;
    padding: 15px 35px 15px 30px;
}
.ys-select-link .ys-select-xtbbox{
    right: 25px;
}
@media screen and (min-width: 1200px) {
    .hwpu-li a:hover .std-btn3-box::after {
        transform: scaleX(1);
        transform-origin: left;
    }
    .hwpu-li a:hover .std-btn3-box .std-btn3-icon{
        background: transparent;
        border: solid 1px transparent;
    }
    .hwpu-li a:hover .std-btn3-box .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .hwpu-li a:hover .std-btn3-box .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .pcrt-show-reset:hover p{
        color: var(--colormain);
    }
    .pfsu-lis a:hover{
        background: var(--colormain);
        color: var(--color4);
    }
    .hrul-box:hover .std-btn3-icon img:nth-child(1){
        opacity: 0;
    }
    .hrul-box:hover .std-btn3-icon img:nth-child(2){
        opacity: 1;
    }
    .hrul-box:hover .std-btn3-box::before{
        border: solid 1.6px #fff;
    }
}

/* 20241120 */
.home-body .mod-phaside-wrap{
    transform: translateY(100%);
    transition: all .4s;
}
.home-body .mod-phaside.on .mod-phaside-wrap{
    transform: translateY(0%);
}

/* 20241122-新增-start */
.group-case{
    position: relative;
    overflow: hidden;
}
.group-case-wrap{
    display: flex;
    align-items: center;
    padding-right: 54px;
    padding-left: var(--left);
}
.group-case-ri{
    width: 290px;
    height: 100%;
    position: absolute;
    top:50%;
    right: 54px;
    transform: translateY(-50%);
    padding: 72px 0;
}
.group-case-le{
    width: calc(100% - 290px);
    padding-right: 40px;
}
.glll-text{
    color: var(--color1);
    line-height:1.4;
    margin-bottom: 13px;
    font-weight: var(--font-weight1);
}
.glll-word p{
    line-height: 1.65;
    height: 3.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color2);
    font-weight: var(--font-weight1);
}
.glll-word{
    margin-bottom: 15px;
}
.glll-list-item-box{
    display: flex;
    align-items: center;
}
.gclu-lis-link{
    display: flex;
    align-items: center;
}
.gclu-lis-link-ri{
    width: 65%;
}
.gclu-lis-link-le{
    width: 35%;
    padding-right: 70px;
}
.gclu-lis-link-le .std-btn2{
    margin-top: 90px;
}
.glib-icon{
    width: 26px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 14px;
}
.glib-icon img{
    width: 100%;
}
.glll-list-item-box p{
    color: var(--color1);
    line-height: 2.6;
}
.gclu-lis{
    opacity: 0 !important;
}
.gclu-lis.swiper-slide-active{
    opacity: 1 !important;
}
.gulb-pic{
    position: relative;
    overflow: hidden;
}
.gulb-pic img:nth-child(1){
    position: relative;
    width: 100%;
    height: 100%;
}
.gulb-pic-img{
    width:96.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.gulb-pic-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    transform: scale(0.9);
    transition: all .4s;
}
.gcrs-ul-li{
    opacity: 0.3;
    transition: all .4s;
}
.gcrs-ul-li img{
    opacity: 0;
    transition: all .4s;
}
.gcrs-ul-li.swiper-slide-active {
    opacity: 1;
}
.gcrs-ul-li.swiper-slide-active img{
    opacity: 1;
}
.gcrs-ul-li.swiper-slide-active .gulb-pic-img img{
    transform: scale(1);
}
.group-case-ri-swip{
    width: 100%;
    height: 75%;
    position: absolute !important; 
    top:38%;
    transform: translateY(-50%);
    overflow: visible !important;
}
.gulb-pic{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.group-case-ri .mod-arrows{
    width:40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 140px);
}
.group-case-ri-wrap {
    height: calc(100% - 100px);
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    overflow: hidden;
}
.group-case .arrows-icon{
    background: transparent;
    border: solid 1px #c9c9c9;
}
.group-case .arrows-icon img:nth-child(2){
    opacity: 0;
}
.group-case .arrows-icon img:nth-child(1){
    opacity: 1;
}
.gcrs-ul-li-box{
    height: 100%;
}
.group-case-cry{
    width: 100%;
    height: 100%;
    padding: 168px 0 180px;
}
/* 20241122-新增-end */
.ppll-tit span{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: var(--line175);
}
.prodet-prod-list-li .ys-imgbox-cover{
    width: 83.5%;
}
.ppll-tit{
    font-size: 22px;
}
/* 20241123-建模修改 */
.hmiu-li{
    z-index: 2;
}
.hmiu-li-box {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(px);
    padding: 8px 12px 8px 26px;
    border-radius: 10px 10px 10px 0px;
    border: none;
    border-left: solid 2px var(--colormain);
}
.hmiu-li-boxs{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.hmiu-li-box p{
    margin-right: 18px;
}
.hmiu-li-icon {
    width: 30px !important;
    height: 30px !important;
    background: #fff;
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0px !important;
    border: solid 1px #E8E8E8;
    overflow: visible !important;
}
.hmiu-li-icon img:nth-child(2){
    display: block;
    opacity: 1;
}
.hmiu-li-icon img:nth-child(1){
    opacity:0;
}
.hmiu-li-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%;
    background: rgba(215, 0, 15, 0.1);
    animation: icondh 2.6s ease-in-out infinite both;
    border-radius: 50%;
    z-index: -1;
}
.hmiu-li-icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    width: 100%;
    height: 100%;
    background: rgba(215, 0, 15, 0.1);
    animation: icondh2 3.2s ease-in-out infinite both;
    border-radius: 50%;
    z-index: -1;
}

@keyframes icondh{
    0%{
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }
    50%{
        opacity: 0.4;
        transform: translate(-50%,-50%) scale(1.5);
    }
    100%{
        opacity: 0.2;
        transform: translate(-50%,-50%) scale(1.8);
    }
}
@keyframes icondh2{
    0%{
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }
    50%{
        opacity: 0.3;
        transform: translate(-50%,-50%) scale(1.8);    
    }
    100%{
        opacity: 0.1;
        transform: translate(-50%,-50%) scale(2);    
    }
}
.hmiu-li:nth-child(2n+1) .hmiu-li-icon::before{
    animation-delay: 0s;
}
.hmiu-li:nth-child(2n+2) .hmiu-li-icon::before{
    animation-delay: 1s;
}
.hmiu-li:nth-child(2n+1) .hmiu-li-icon::after{
    animation-delay: 0s;
}
.hmiu-li:nth-child(2n+2) .hmiu-li-icon::after{
    animation-delay: 1s;
}
.hmiu-li-btn{
    position: absolute;
    top: 50%;
    left: calc(100% + 24px);
    transform: translate(0%,-50%);
    overflow: hidden;
}
.hmiu-li-btn p{
    white-space: nowrap;
}
.hmiu-li.act .hmiu-li-btn{
    left: auto;
    right: calc(100% + 24px);
}
.hmiu-li.act .hmiu-li-icon{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.hmiu-li.act .hmiu-li-box{
    border-radius: 10px 10px 0px 10px;
    border-left:none !important;
    border-right: solid 2px var(--colormain);
}
.pplw-fl{
    max-height: 570px;
}
.pplw-fl .mCSB_outside+.mCSB_scrollTools {
    right: 18px;
    top: 50px;
    bottom: 0px;
    opacity: 1;
}
/* 20241129 */
.etlb-icon.ys-imgbox-cover img:nth-child(2){
    object-fit: cover;
}
.etlb-icon{
    width: 66px;
}

.yx_dropdown4_address {
    cursor: pointer;
}
.yx_dropdown4_address p{
    line-height: 50px;
    font-size: 14px;
    color: #666;
}
.servlist-main .yx_dropdown4_address p{
    font-size: var(--font16);
}
/* 弹窗 */
.ys_position .ys-modal-content {
    width: 400px;
    height: 408px;
    padding: 20px 0;
    border-radius: 10px;
}
.yx_dropdown4_tit {
    text-align: center;
    color: #666;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.yx_dropdown4_titlist {
    display: flex;
    position: relative;
}
.yx_dropdown4_titlist::before {
    content: '';
    background: #ededed;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.yx_dropdown4_tititem {
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 25%;
    padding-right: 0.3em;
    padding-left: 0.3em;
    color: #333;
    border-bottom: 4px solid transparent;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.36s;
    position: relative;
    z-index: 2;
}
.yx_dropdown4_tititem.act {
    border-bottom: 4px solid var(--colormain);
}
/* 下拉 */
.ys_modal_select{
    padding-top: 8px;
    padding-bottom: 0px;
}
.ys_modal_selectlist:not(.act){
    display: none;
}
.ys_modal_selectlist{
    height: 270px;
}
.ys_modal_select li {
    height: 34px;
    line-height: 34px;
    padding-left: 1.5em;
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
    transition: all 0.36s;
}
.yx_dropdown4 .ys-modal-close{
    z-index: 20;
}
@media screen and (min-width: 1200px){
    .ys_modal_select li:hover {
        color: var(--colormain);
    }
}
.yx_dropdown4 {
    width: 100%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid rgba(51, 51, 51, 0.30);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
}
.yx_dropdown4_address {
    color: var(--color1);
    line-height: var(--line15);
    font-size: var(--font16);
    font-weight: var(--font-weight1);
    opacity: 0.7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yx_dropdown4_address .icon-arrow-down:before {
    content: "\e7b2";
    font-size: 14px;
}
/* ::selection{
    background: var(--colormain);
    color: var(--color4);
}
::-moz-selection{
    background: var(--colormain);
    color: var(--color4);
} */

/* 20241205 */
.mode-main .tmbu-li-tit span{
    display: block;
    text-align: center;
    font-size: var(--font14);
    text-align: center;
    line-height: var(--line16);
    color: var(--color3);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.mode-main .tmbu-li-word {
    display: none;
}
.mode-first-slide{
    display: none;
}
.mulu-items{
    display: none;
}
.servlist-main .slbu-list-dost-lis span{
    display: none;
}
.news-list-tp-le{
    position: relative;
    z-index: 2;
}
.news-list-tp-le .nltl-select:first-child{
    position: relative;
    z-index: 3;
}
.news-list-tp-le .nltl-select:last-child{
    position: relative;
    z-index: 2;
}
.data-empty p{
    line-height: 1.4;
    font-size: var(--font14);
}
.person-main .person-sear-min{
    align-items: center;
    justify-content: space-between;
}


.layui-layer-loading .layui-layer-content{
    background-position: center !important;
}

.yx_dropdown4_address p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.person-main .pulb-minul-li-box{
    align-items: flex-start;
}
.person-main .pmlb-icon{
    margin-top: 4px;
}
/*.mode-first-slide-cry{*/
/*    transition: all .4s;*/
/*}*/
.mode-first-slide.effect .mode-first-slide-cry .mfbl-dots-li, 
.mode-first-slide.effect .mode-first-slide-cry .mfbl-dots-li p{
    opacity: 0.25;
    pointer-events: none !important;
}
.mode-first-slide.start .mode-first-slide-cry .mfbl-dots-li, 
.mode-first-slide.start .mode-first-slide-cry .mfbl-dots-li p{
    opacity: 1;
    pointer-events:all !important;
}
/*20241231*/
.serv-from-pccont.serv-from-pccont-parent.more .servlist-form-cont-le .ys-form-inof-item {
    width: 20%;
}
.servlist-form-cont-le .ys-fic-auth-img{
    width: 100px;
    right: 4px;
}
.servlist-form-cont-le .ys-form-inof-item.ys-form-inof-code input{
    padding-right: 8px;
}
.servlist-form-cont{
    padding: 47px 40px 41px 40px;
}
.servlist-form-cont-le{
    padding-right: 20px;
}
.servlist-form-cont-le .icon-arrow-down:before{
    font-size: 12px;
    color: #666;
}


.ys-hd-pc.isfixed1 .mod-nav{
    background: var(--color4);
    border-bottom: solid 1px #EDEDED;
}
.ys-hd-pc.isfixed1 .mod-nav::after{
    height: 70px;
    opacity: 0;
}
.ys-hd-pc.isfixed1 .head-logo,
.ys-hd-pc.isfixed1 .head-logo a, 
.ys-hd-pc.isfixed1 .head-nav-item-title, 
.ys-hd-pc.isfixed1 .ys-search2-btn, 
.ys-hd-pc.isfixed1 .head-other-sell a{
   line-height:var(--line70);
}
.ys-hd-pc.isfixed1 .head-logo a img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.isfixed1 .head-logo a img:nth-child(1) {
    opacity: 0;
}
.ys-hd-pc.isfixed1 .head-nav-item-title{
    color: var(--color1);
}
.ys-hd-pc.isfixed1 .head-other-sell-icon img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.isfixed1 .head-other-sell-icon img:nth-child(1) {
    opacity: 0;
}
.ys-hd-pc.isfixed1 .ys-search2-btn img:nth-child(2) {
    opacity: 1;
}
.ys-hd-pc.isfixed1 .ys-search2-btn img:nth-child(1) {
    opacity: 0;
}
.ys-header{
    z-index: 152;
}
/*20250403*/
.smul-cry-tp-ri p {
    color: #fff;
    padding: 3px 12px 3px 27px;
    background: #EEA465;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.swpt-ri{
    width: 160px;
    flex-shrink: 0;
}
.swpt-ri-logo, .swpt-ri-logo img{
    width: 100%;
}
.swpt-le{
    padding-right: 20px;
}
.store-wrap-pop-bot{
    margin-top: 16px;
}
.smul-btcry-le{
    display: none;
}
