@charset "utf-8";
@font-face {
    font-family: 'lw-regular';
    src: url('/Public/Cn/fonts/UrbanistRegular/UrbanistRegular.woff2') format('woff2'),
         url('/Public/Cn/fonts/UrbanistRegular/UrbanistRegular.woff') format('woff');
}
/* 公共样式 - start */
:root {
    /* 问题字号 */
    --font54: 54px;
    --font48: 48px;
    --font40: 40px;
    --font28: 28px;
    --font24: 24px;
    /* 段落字号 */
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line12: 1.2;
    --line13: 1.3;
    --line15: 1.5;
    --line175: 1.75;
    /* 导航 */
    --line80: 100px;
    /* 颜色 */
    --color333: #333333;
    --color666: #666666;
    --color999: #999999;
    --colorfff: #ffffff;
    --color:#C5285C;
    --colorbj1:#3E3A39;
    --colorbj2:#F9F9F9;
    /* 板块间距 */
    --space120: 120px;
    --space80: 80px;
    --space60: 60px;
    --space40: 40px;
    /* 段落间距 */
    --parpspace10: 10px;
    --parpspace12: 12px;
    --parpspace20: 20px;
    /* 特殊字体 */
    --family1:'lw-regular';
}
.std-h1 {
    font-size: var(--font54);
    color: var(--colorfff);
    line-height: var(--line12);
    font-weight: bold;
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font48);
    color: var(--color333);
    line-height: var(--line12);
    font-weight: bold;
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font40);
    color: var(--color333);
    line-height: var(--line13);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font28);
    color: var(--color333);
    line-height: var(--line175);
}
.std-h5,
.yxedr-active h5 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line175);
}
.std-text1,
.std-text1 p {
    font-size: var(--font20);
    color: var(--color666);
    line-height: var(--line175);
}
.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
}
.std-text3,
.std-text3 p {
    font-size: var(--font14);
    color: var(--color666);
    line-height: var(--line175);
}
.std-text4,
.std-text4 p,
.yxedr-active h6 {
    font-size: var(--font18);
    color: var(--color666);
    line-height: var(--line175);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: var(--parpspace10);
}
.std-margin {
    margin-top: var(--space120);
}
.std-margin1 {
    margin-bottom: var(--space120);
}
.std-margin2 {
    margin-bottom: var(--space80);
}
.std-margin3 {
    margin-bottom: var(--space60);
}
.std-margin4 {
    margin-bottom: var(--space40);
}
.std-padding {
    padding-top: var(--space120);
}
.std-padding1 {
    padding-bottom: var(--space120);
}
.std-padding2 {
    padding-bottom: var(--space80);
}
.std-padding3 {
    padding-bottom: var(--space60);
}
.std-padding4 {
    padding-bottom: var(--space40);
}
.yxedr-active h2{
    margin-bottom: var(--parpspace10);
}
.yxedr-active h3, .yxedr-active h6{
    margin-bottom: var(--parpspace12);
}
.yxedr-active h4, .yxedr-active h5 {
    margin-bottom: var(--parpspace20);
}
body {
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}
/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    content: '分享到 - 微信';
    /* content: 'Share the - weixin'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: #999 !important;
    opacity: .5;
    padding-left: 15px;
}
/*导航默认选中*/
.yxnav-active1 .head-nav-item-cont .head-nav-item-title{
    color: var(--color) !important;
}
.yxnav-active1 .head-nav-item-cont img{
    opacity: 1;
}
.head-nav-item.yxnav-active1>a
.hnid-ul li.yxnav-active2 .head-nav-item-title {
    color: var(--color) !important;
}
.head-nav-item-title{
    line-height: var(--line80);
}
.head-nav-item-cont{
    position: relative;
}
.head-nav-item-cont img{
    opacity: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
/* 公共 */
/* 表单  start*/
.ys-form-title{
    color: #333;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: bold;
} 
.ys-form{
    --space: 20px;
    --spacebot: 24px;
    --spacein: 15px;
    --height: 48px;
    --size20: 20px;
    --size18: 18px;
    --size16: 16px;
    --l1h5: 1.5;
    --l1h75: 1.75;
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colortips: #f00;
    --colormain: #10154e;
}
.ys-form-inof{
    margin: 0 calc(var(--space) * -1) ;
    display: flex;
    flex-wrap: wrap;
}
.ys-form-inof-item{
    padding: 0 var(--space);
    margin-bottom: var(--spacebot);
    width: 100%;
}
.ys-form-inof-item3{
    width: 33.333333%;
}
.ys-form-inof-item2{
    width: 50%;
}
.ys-fii-name{
    font-size: var(--size20);
    line-height: var(--l1h75);
    color: var(--color333);
    margin-bottom: 7px;
}
.ys-fii-name span{
    color: var(--color);
}
.ys-fii-input {
    width: 100%;
    height: var(--height);
    border: 1px solid var(--color999);
    display: block;
    border-radius: 10px;
}
.ys-fii-input input,
.ys-fii-input textarea{
    width: 100%;
    height: 100%;
    font-size: var(--size18);
    line-height: var(--l1h75);
    color: var(--color333);
    padding: 0 var(--spacein);
}
.ys-fii-tips{
    font-size: var(--size16);
    color: var(--colortips);
    line-height: var(--l1h5);
}
.ys-fii-tips span{
    font-size: inherit;
    line-height: inherit;
    color: #D90000;
}
.ys-form-inof-item .ys-select-xtbbox {
    right: 10px;
}
.ys-fii-select-search .ys-select-bd,
.ys-fii-select .ys-select-bd{
    border: 1px solid var(--color999);
    border-top: 0px;
}
.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(--size18);
    line-height: var(--l1h5);
    color: var(--color666);
    padding: 0.5em 20px;
    transition: all .4s ease;
}
.ys-form-inof-item .ys-select-li span{
    color: #f00;
}
.ys-form-inof-item .ys-select-li.on{
    color: var(--color333);
}
.ys-fiiss-input{
    border: 10px solid #f2f2f7;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}
.ys-fiiss-input input{
    width: 100%;
    border-radius: 4px;
    padding: 4px 10px;
    width: calc(100% - 30px);
    flex-grow: 1;
    font-size: var(--size16);
    line-height: var(--l1h5);
    color: var(--color666);
}
.ys-fiiss-input input::placeholder,
.ys-form-inof-item input::placeholder,
.ys-form-inof-item textarea::placeholder{
    color: var(--color999);
}
.ys-fiiss-input-close{
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease;
}
.ys-fiiss-input-close .iconfont{
    font-size: 14px;
}
.ys-fiiss-input.act .ys-fiiss-input-close {
    opacity: 1;
}
.ys-form-inof-text .ys-fii-input{
    height: 140px;
}
.ys-fii-input textarea{
    padding-top: 10px;
}
.ys-fiiss-core,
.ys-fii-select .ys-select-bd{
    height: calc(var(--size18) * 10 + 20px);
}
.ys-form-inof .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}
.ys-form-inof .mCSB_scrollTools{
    top: 15px;
    bottom: 15px;
}
.ys-form-hide{
    opacity: 0!important;
}
.ys-fia-text{
    display: flex;
    align-items: flex-start;
}
.ys-fia-text-btn{
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.ys-fia-text-btn::before{
    border-radius: 50%;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #C4C4C4;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
}
.ys-fia-text-btn::after{
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    background: var(--color);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s ease;
    border-radius: 50%;
}
.ys-fia-text-word{
    width: calc(100% - 18px);
    flex-grow: 1;
    padding-left: 10px;
    font-size: var(--size16);
    line-height: var(--l1h75);
    color: var(--color999);
}
.ys-fia-text-word a{
    color: var(--color999);
}
.ys-form-inof-code{
    width: 45%;
}
.ys-fic-auth{
    display: flex;
}
.ys-fic-auth .ys-fii-input{
    width: 50%;
    flex-grow: 1;
}
.ys-fic-auth-img{
    height: var(--height);
    margin-left: var(--space);
    cursor: pointer;
    height: 100%;
}
.ys-fic-auth-img img{
    height: 100%;
}
.ys-form-inof-submit{
    width: 35%;
    margin-left: 20%;
}
.ys-fii-submit{
    height: var(--height);
    line-height: var(--height);
    text-align: center;
    background: var(--colormain);
    color: #fff;
    font-weight: bold;
    font-size: var(--size16);
    cursor: pointer;
}
.ys-form-inof-agree.on .ys-fia-text-btn::after{
    opacity: 1;
}
.ys-form-inof-agree.on .ys-fia-text-btn::before{
    border-color: var(--color);
}
.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-form-inof{
    position: relative;
}
.ys-form-inof-submit{
    padding: 0 !important;
    width: 132px !important;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.ys-fii-submit {
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: var(--color);
    color: #fff;
    font-weight: bold;
    font-size: var(--size16);
    cursor: pointer;
    border-radius: 30px;
}
.ys-form-inof-agree{
    margin-bottom: 0;
}
.ys-form-inof-item{
    width: 50%;
}
.ys-form-inof-text, .ys-form-inof-agree{
    width: 100%;
}
.ys-fic-auth-img{
    width: 133px;
    margin-left: 20px;
}
.ys-form-inof-code, .ys-form-inof-code label{
    width: calc(50% + 133px);
}
.ys-form-inof-code .ys-fii-input{
    width: 100%;
}
.ys-form-inof-item{
    padding: 0 17px;
}
.ys-form-inof{
    margin: 0 -17px;
}
.ys-form-inof-code .ys-fic-auth {
    display: flex;
    align-items: flex-end;
}
/* 表单  end*/
.yx-search3box{
    --btn-width: 27px;
    --head: 60px;
}
.yx-search3-btn{
    width: var(--btn-width);
    margin-right: 50px;
    line-height: var(--head);
    position: relative;
}
.yx-search3-btn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3img1{
    position: relative;
    top: 0;
    left: 0;
}
.yx-search3img2{
    position: absolute;
    top:18px;
    left: 0;
    opacity: 0;
}
.yx-search3box{
    position: relative;
}
.yx-search3xlbox{
    width: 100%;
    height: 350px;
    background:rgba(255, 255, 255, .8);
    box-shadow:0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
}
.yx-search3-tbox{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: var(--head);
    border-bottom: 1px solid #666;
}
.yx-search3xlbtn{
    width: 27px;
    line-height: var(--head);
}
.yx-search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls  {
    width: calc(100% - 27px);
    padding-right: 20px;
}
.yx-search3-xls input{
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx-search3-xls input::placeholder{
    color: #666;
}
.yx-search3-btn.on .yx-search3img2{
    opacity: 1;
}
.yx-search3-btn.on .yx-search3img1{
    opacity: 0;
}
.head-logo{
    width: 132px;
}
.head-nav{
    padding-left: 11%;
}
.head-cont{
    justify-content: space-between;
}
.head-right{
    width: 18%;
}
.head-left{
    width: 82%;
}
.head-nav-item{
    padding: 0 25px;
}
.head-nav-item-title{
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: var(--line80);
}
.ys-hd-pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.yx-search3-btn{
    margin-right: 0;
    line-height: var(--line80);
    cursor: pointer;
}
.head-search, .head-lang{
    margin-right: 40px;
}
.head-lang-top a{
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: var(--line80);
}
.head-lang-bot{
   position: absolute;
   top: 100%;
   background: var(--colorfff);
   width: 70px;
   padding:15px 20px;
   left: 50%;
   transform: translateX(-50%);
   display: none;
}
.head-lang-bot li a{
    color: var(--color333);
    font-size: var(--font16);
    line-height: var(--line175);
}
.head-lang-top .ys-imgbox-cover{
    cursor: pointer;
}
.mod-btn1{
    height: 44px;
}
.mod-btn1 a{
    display: block;
    background: var(--color);
    border-radius: 38px;
    width: 128px;
    line-height: 44px;
    text-align: center;
    color: var(--colorfff);
    font-size: var(--font16);
}
.head-right{
    align-items: center;
}
.head-logo img:first-child, .head-lang-top img:first-child, .yx-search3-btn img:first-child{
    opacity: 0;
}
.ys-ban-li .ys-ban-imgbox{
    position: relative;
}
.ys-ban-li .ys-ban-imgbox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(87deg, rgba(91, 85, 85, 0.43) 5.99%, rgba(140, 145, 169, 0.00) 120.82%);
}
.ys-ban-li .ys-ban-imgbox::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E3044;
    opacity: .46;
}
.head-nav-item-down{
    width: 160px;
    background: transparent;
}
.hnid-li .head-nav-item-title{
    color: rgba(51, 51, 51, .7);
    text-align: center;
    display: block;
    line-height: var(--line175);
}
.hnid-li{
    margin-bottom: 10px;
}
.head-nav-item-down .hnid-ul{
    margin-top: 10px;
    background: var(--colorfff);
    border-radius: 10px;
    padding:20px;
    box-shadow: 0px 6px 10px 0px rgba(200, 200, 200, 0.25);
}
.head-nav-item-title{
    display: block
}
.ys-footer{
    background:var(--colorbj1);
}
.foot-left-logo{
    width: 132px;
}
.foot-left-ewm{
    margin-top: var(--space40);
    width: 180px;
}
.foot-left-ewm img{
    width: 100%;
    margin-bottom: 24px;
}
.foot-left-ewm p{
    text-align: center;
    color: var(--colorfff);
}
.foot-top{
    margin-bottom: var(--space80);
    display: flex;
    justify-content: space-between;
}
.foot-right{
    width: 70%;
}
.foot-right>ul{
    display: flex;
    justify-content: space-between;
}
.foot-right>ul>li>a{
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: var(--line15);
    display: block;
    margin-bottom:26px;
}
.foot-right>ul>li>ul>li>a, .foot-bot-down li a{
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: var(--line15);
    opacity: .7;
    margin-bottom:22px;
    display: block;
}
.foot-bot-down li a{
    opacity: .6;
}
.foot-bot-over{
    display: flex;
}
.fbol-title{
    color: var(--colorfff);
    margin-top: 7px;
}
.fbor-li{
    position: relative;
}
.fbor-li-bot{
    display: none;
    width: 100px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
}
.foot-bot-over-left{
    display: flex;
    align-items: flex-start;
}
.foot-bot-over-left ul{
    display: flex;
    flex-wrap: wrap;
}
.foot-bot-over-left li{
    width: 120px;
    margin-right: 15px;
}
.foot-bot-over{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.foot-bot-down{
    padding: 30px 0 40px;
}
.foot-bot-down{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.foot-bot-down ul{
    display: flex;
    margin: 0 -24px;
}
.foot-bot-down li{
    padding: 0 24px;
}
.foot-bot-down li a{
    margin-bottom: 0 !important;
}
.foot-bot-down p span, .foot-bot-down p a{
    color: rgba(255, 255, 255, .6);
    font-size: var(--font14);
    line-height: var(--line15);
}
.foot-bot-down li{
    position: relative;
}
.foot-bot-down li::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, .5);
}
.foot-bot-down li:last-child:before{
    display: none;
}
.ys-hd-pc.isfixed,
.ys-hd-pc.on{
    background: var(--colorfff);
    box-shadow: 0px 1.333px 2.667px 0px rgba(200, 200, 200, 0.25);
}
.ys-hd-pc.isfixed .head-logo img:last-child,
.ys-hd-pc.isfixed .yx-search3-btn img:last-child,
.ys-hd-pc.isfixed .head-lang-top .ys-imgbox-cover img:last-child,
.ys-hd-pc.on .head-logo img:last-child,
.ys-hd-pc.on .yx-search3-btn img:last-child,
.ys-hd-pc.on .head-lang-top .ys-imgbox-cover img:last-child{
    opacity: 0;
}
.ys-hd-pc.isfixed .head-logo img:first-child,
.ys-hd-pc.isfixed .yx-search3-btn img:first-child,
.ys-hd-pc.isfixed .head-lang-top .ys-imgbox-cover img:first-child,
.ys-hd-pc.on .head-logo img:first-child,
.ys-hd-pc.on .yx-search3-btn img:first-child,
.ys-hd-pc.on .head-lang-top .ys-imgbox-cover img:first-child{
    opacity: 1;
}
.ys-hd-pc.isfixed .head-nav-item-cont .head-nav-item-title,
.ys-hd-pc.isfixed .head-lang-top a,
.ys-hd-pc.on .head-nav-item-cont .head-nav-item-title,
.ys-hd-pc.on .head-lang-top a{
    color: var(--color333);
}
.head-logo a{
    display: block;
    line-height: var(--line80);
}
.head-nav-item-title{
    display: block;
}
.mod-slide{
    width: 60px;
    background: var(--colorfff);
    border-radius: 46px;    
    box-shadow: 0px 4px 11.3px 0px rgba(94, 96, 104, 0.10), 0px 11px 23.8px 0px rgba(98, 98, 106, 0.10);
    position: fixed;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    padding: 10px 0;
    z-index: 90;
}
.mod-slide li a{
    display: block;
    padding: 20px 0;
    position: relative;
}
.mod-slide li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 42px;
    height: 1px;
    background: rgba(153, 153, 153, .2);
    transform: translateX(-50%);
}
.mod-slide-icon{
    margin: 0 auto 10px;
    width: 26px;
}
.mod-slide-text{
    color: var(--color333);
    font-size: 12px;
    width: 24px;
    line-height: var(--line15);
    margin: 0 auto;
}
.mod-slide-top{
    margin:20px auto;
    width:22px;
    cursor: pointer;
}
.mod-slide.on{
    right: 20px;
}
.head-lang.on .ys-imgbox-cover img{
    transform: rotate(180deg);
}
.foot-bot-over{
    justify-content: space-between;
}
.foot-bot-over-right{
    display: flex;
}
.fbor-li-top{
    width: 44px;
    height: 44px;
    border-radius:50%;
    border: 1px solid rgba(255,255,255,.4);
    cursor: pointer;
}
.fbor-li:not(:last-child){
    margin-right: 60px;
}
/* 首页 */
.ys-ban-txtbox .ys-ban-title{
    width: 43.75%;
    line-height: var(--line15);
}
.ys-ban-slick .slick-dots{
    width: 85vw;
    max-width: 1440px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom:16%;
}
.ys-ban-slick .slick-dots li{
    width: 60px;
    height: 2px;
    background: rgb(255,255,255,.22);
    border-radius: 0;
    margin: 0 10px 0 0;
}
.ys-ban-slick .slick-dots li.slick-active{
    background: rgb(255,255,255,1);
}
.ys-ban-slick .slick-prev{
    background: url(/Public/Cn/images/a1_arrow01.svg) center / cover no-repeat;
    width: 64px;
    height: 64px;
    left:40px;
    z-index: 10;
}
.ys-ban-slick .slick-prev::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--colorfff);
}
.ys-ban-slick .slick-next{
    background: url(/Public/Cn/images/a1_arrow02.svg) center / cover no-repeat;
    width: 64px;
    height: 64px;
    right:40px;
    z-index: 10;
}
.ys-ban-slick .slick-next::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--colorfff);
}
.home-about .mod-title, .home-service .mod-title{
    text-align: center;
}
.home-main .mod-title .std-h3{
    font-weight: bold;
}
.home-about .mod-title{
    width: 74%;
    margin: 0 auto;
}
.home-solu{
    background: var(--colorbj2);
}
.mod-title .std-h3 span{
    color: var(--color);
}
.home-solu-right{
    width: 65.8%;
    height: 100%;
}
.home-solu-left{
    width: 34.2%;
    padding-right: var(--space80);
    padding-top: var(--space60);
}
.home-solu-right{
    position: relative;
}
.hsrb-li{
    width: 33.333333%;
    cursor: pointer;
}
.hsrb-li .ys-imgbox-cover{
    display: none;
}
.home-solu-right{
    position: relative;
}
.home-solu-right-bot{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10;
}
.hsrt-li{
    display: none;
}
.hsrt-li.on{
    display: block;
}
.home-solu-right-top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0,0,0,.4);
    z-index: 1;
}
.hsrt-li .ys-imgbox-cover{
    border-radius: 10px;
}
.home-solu .ys-cont1440{
    display: flex;
    justify-content: space-between;
}
.hsrb-li-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.hsrb-li-cont{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.hsrb-li-cont .std-text1{
    color: var(--colorfff);
}
.hsrb-li:not(:last-child){
    border-right: 1px solid var(--colorfff);
}
.mod-btn2{
    width: 140px;
    border-radius: 67px;
    overflow: hidden;
}
.mod-btn2-arrow{
    width: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.mod-btn2 a{
    display: block;
    padding-left:27px;
    position: relative;
    border-radius: 67px;
    border: 1px solid var(--color666);
}
.mod-btn2 .std-text3{
    color: var(--color666);
    line-height: 50px;
    position: relative;
    z-index: 10;
}
.mod-btn2 a::before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    width: 0;
    left: auto;
    top: 0;
    background-color: var(--color);
    transition: all 0.36s;
    /* z-index: -1; */
    border-radius: 67px;
}
.hsrb-li-text-cricle{
    width:47px;
    height: 47px;
    margin: 0 auto 30px;
    position: relative;
}
.hsrb-li-text-cricle span{
    width:15px;
    height: 15px;
    border-radius:50%;
    background: var(--colorfff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hsrb-li-text-cricle::before{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255,255,255);
    content: '';
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
/* .hsrb-li-text-cricle::after{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255,255,255,.2);
    content: '';
    border-radius: 50%;
    transform: scale(2) translate(-50%,-50%);
} */
.hsrb-li-text-cricle::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    left:0%;
    top: 0%;
}
.hsrb-li.on .hsrb-li-text-cricle::before{
    animation: cricle1 .5s linear 0s 1 normal forwards;
}
@keyframes cricle1{
    0%{
        border-color: rgba(255,255,255,1);
    }
    100%{
        border-color: rgba(255,255,255,.6);
    }
}
.hsrb-li.on .hsrb-li-text-cricle::after{
    animation: cricle2 1.5s linear 0s infinite normal forwards;
}
@keyframes cricle2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    60% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes cricle2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    60% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
.home-news{
    background: var(--colorbj2);
}
.home-news .mod-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-news-cont{
    display: flex;
    margin: 0 -18px;
}
.home-news-left, .home-news-right{
    width: 50%;
    padding: 0 18px;
}
.home-news-right .hnrl-img{
    width: 47%;
}
.home-news-right .hnrl-text{
    width: 53%;
}
.home-news-right-li a{
    display: flex;
}
.mod-btn3{
    width: 30px;
    height: 30px;
}
.home-news-left a, .home-news-right a{
    background: var(--colorfff);
}
.home-news-left a{
    display: block;
}
.home-news-left .hnrl-img .ys-imgbox-cover{
    border-radius: 10px;
}
.home-news-left a{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.home-news-right-li .hnrl-img .ys-imgbox-cover{
    border-bottom-left-radius:10px;
    border-top-left-radius:10px;
}
.home-news-right-li a{
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
}
.hnrl-img{
    position: relative;
}
.hnrl-img-tig{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    line-height: 36px;
    text-align: center;
    color: var(--color);
    font-size:var(--font14);
    background: rgba(255,255,255,.5);
    border-radius: 10px 0 10px 0;
    backdrop-filter: blur(7.5px);
}
.home-news-left .hnrl-text{
    padding: 20px 42px 86px 33px;
}
.hnrl-text-time{
    display: flex;
    align-items: center;
}
.hnrl-text-time .std-text3{
    padding-left: 10px;
}
.hnrl-text-title .std-text1{
    color: var(--color333);
}
.mod-btn3{
    width: 30px;
    height: 30px;
    border-radius:50%;
    border: 1px solid var(--color666);
}
.home-news-left .mod-btn3{
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.hnrl-text-title .std-text1{
    margin-bottom: 10px;
}
.home-news-left a{
    position: relative;
}
.home-news-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-news-right-li a{
    position: relative;
}
.home-news-right .hnrl-text{
    padding: 20px;
}
.home-news-right-li .mod-btn3{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.home-develop{
    position: relative;
}
.home-develop .std-h3{
    color: var(--colorfff);
}
.home-develop .std-text4 p{
    color: var(--colorfff);
    opacity: .8;
}
.home-develop-bj, .home-develop-bj img{
    width: 100%;
}
.home-develop .mod-title{
    width: 44%;
}
.mod-btn2-red a{
    color: var(--color);
    background: var(--color);
}
.mod-btn2-red .std-text3{
    color: var(--colorfff);
}
.mod-btn2-red .mod-btn2-arrow img:last-child{
    opacity: 0;
}
.mod-btn2-red .mod-btn2-arrow img:first-child{
    opacity: 1;
}
.home-service-right-bjph{
    display: none;
}
.home-service-left-top {
    margin: 0;
    padding: 0 10px;
}
.home-service-right{
    width: 17.4%;
}
.home-service-left{
    width: 82.6%;
    padding-right:4%;
}
.hslt-li{
    width: 20%;
    padding: 0 10px;
}
.home-service-cont{
    display: flex;
}
.hslb-li-img{
    width: 48.5%;
    height: 100%;
}
.hslb-li-text{
    width: 51.5%;
    padding: 80px 40px 42px;
}
.hslb-li-cont{
    display: flex;
}
.home-news .hnrl-text-time{
    margin-bottom: 20px;
}
.hslt-li-cont{
    padding:20px 0;
    background: var(--colorbj2);
    border-radius: 10px;
}
.hslt-li-cont .ys-imgbox-cover{
    width: 112px;
    margin: 0 auto;
}
.hslt-li-cont .std-text2{
    text-align: center;
}
.hslt-li-cont img:first-child{
    opacity: 0;
}
.hslb-li{
    background: var(--colorbj2);
    border-radius: 20px;
}
.hslb-li-img{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
}
.hslb-li-text, .home-service-right{
    position: relative;
}
.hslb-li-text .mod-btn2{
    position: absolute;
    bottom: 42px;
    left: 40px;
}
.home-service-right-bj, .home-service-right-bj img{
    width: 100%;
    border-radius: 10px;
}
.home-service-right-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 0;
}
.home-service-right::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .42);
    border-radius: 10px;
}
.home-service-right-cont .std-h4{
    text-align: center;
    color: var(--colorfff);
    font-weight: bold;
}
.hsrc-btn-item{
    width: 172px;
    margin: 0 auto 24px;
}
.hsrc-btn-item:last-child{
    margin-bottom: 0;
}
.hsrc-btn-item .std-text2{
    padding-left: 16px;
    color: var(--colorfff);
    line-height:50px;
}
.hsrc-btn-item a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border-radius: 10px;
    border: 1px solid var(--colorfff);
}
.hslt-li-cont{
    position: relative;
}
.hslt-li-cont::before{
    background: rgba(197, 40, 92, 0.24);
    filter: blur(21.25px);
    content: '';
    width: 90%;
    height: 30%;
    left: 50%;
    bottom: -12%;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
}
.hslt-li-cont::after{
    content: '';
    width: 50%;
    height: 15%;
    left: 50%;
    bottom: -8%;
    position: absolute;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    background: rgba(197, 40, 92, 0.42);
    filter: blur(16.299999237060547px);
}
.hslt-li-cont{
    cursor: pointer;
}
.hslt-li.slick-current .hslt-li-cont{
    box-shadow: 0px 7px 11.7px 0px rgba(197, 40, 92, 0.22);
    background: var(--color);
}
.hslt-li.slick-current .hslt-li-cont::before, .hslt-li.slick-current .hslt-li-cont::after{
    opacity: 1;
}
.hslt-li.slick-current .ys-imgbox-cover img:last-child{
    opacity: 0;
}
.hslt-li.slick-current .ys-imgbox-cover img:first-child{
    opacity: 1;
}
.hslt-li.slick-current .std-text2{
    color: var(--colorfff);
}
/* 内页 */
.ys-nyban-bread{
    position: absolute;
    top:20px;
    left: 50%;
    transform: translateX(-50%);
}
.ys-nybanner{
    margin-top:var(--line80);
}
.ys-bread-list a{
    color: var(--colorfff);
    line-height: inherit;
}
.ys-bread-list::before{
    color: transparent;
    background:url(/Public/Cn/images/arrow01.svg) center / cover no-repeat;
    width: 20px;
    height: 20px;
    content: '';
    transform: rotateZ(-90deg);
    top: -2px;
    position: absolute;
    right: -9px;
}
.ys-bread-list:first-child:before{
    top: 0px;
}
.ys-nybanner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 16.53%, rgba(0, 0, 0, 0.00) 50.09%);
}
.ys-nyban-img-ph{
    display: none;
}
.ys-nyban-img, .ys-nyban-img img{
    width: 100%;
}
.ys-nyban-img2, .ys-nyban-img3{
    position: absolute;
    top: 0;
    left: 0;
}
.about-banner{
    position: relative;
}.about-banner-cont{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
.ys-nyban-right{
    width: 31%;
}
.ys-nyban-left{
    width: 43%;
}
.ys-nyban-right-li{
    width: 50%;
}
.ys-nyban-left .std-text2 p{
    color: #fff;
}
.ynrl-num .ys-demo-num{
    color: var(--color);
    font-size: 64px;
    font-family: var(--family1) !important;
}
.ynrl-num-text{
    color:#3E3A39;
    font-size: var(--font16);
}
.ynrl-text{
    color:#3E3A39;
    font-size: var(--font20);
}
.ynrl-cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255,255,255,.6);
    border-radius: 20px;
    padding:35px 20px 30px;
    backdrop-filter: blur(5px);
}
.ynrl-num {
    margin-bottom: 80px;
}
.ys-nyban-right-li{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.ys-nyban-right-li:nth-child(2) .ynrl-cont{
    margin-top: 90px;
}
.ys-nyban-right-ul{
    margin: 0 -10px;
}
.about-culture .home-solu-right{
    width: 100%;
}
.about-culture .mod-title{
    text-align: center;
    padding: 0 10%;
}
.mod-title .std-h2{
    font-weight: bold;
}
.about-culture .home-solu-right-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: linear-gradient(0deg, rgba(62, 58, 57, 0.40) 0%, rgba(62, 58, 57, 0.40) 100%) no-repeat;
    z-index: 1;
}
.about-culture .hsrb-li-text .std-h4, .hsrb-li-text .std-text4{
    color: var(--colorfff);
}
.about-culture .hsrb-li-text{  
    text-align: center;
    padding: 0 45px;
    width: 100%;
}
.about-culture .hsrb-li-text .std-h4{
    margin-bottom: 10px;
}
.about-culture .hsrb-li:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,.4);
}
.about-history{
    background: var(--colorbj2);
}
.develop-history-li a{
    background: var(--colorbj2);
    padding: 40px;
    position: relative;
    display: flex;
    border-radius: 8px;
}
.develop-history-li{
    margin-bottom: 20px;
}
.develop-history-li-icon{
    width: 76px;
    border-right: 1px solid rgba(0, 51, 232, .2);
}
.develop-history-li-icon .ys-imgbox-cover{
    width: 40px;
}
.develop-history-li-arrow{
    position: absolute;
    top: 50%;
    right: 40px;
    width: 28px;
    transform: translateY(-50%);
}
.develop-history-li-title{
    width: calc(100% - 116px);
    padding:0 40px;
    line-height: 40px;
}
.develop-history-li .ys-imgbox-cover img:first-child{
    opacity: 0;
}
.develop-history .mod-btn1 a{
    margin: 50px auto 0;
}
.develop-intro-cont{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.06);
    padding:30px 80px;
}
.develop-intro-name{
    color: var(--color333);
    text-align: right;
}
.develop-intro-text .std-text2 p{
    color: var(--color333);
}
.develop-intro-name span{
    color: var(--color666);
}
.develop-report{
    background: var(--colorbj2);
}
.develop-report-li-left{
    width: 50%;
}
.develop-report-li .ys-imgbox-cover{
    width: calc(50% - 20px);
    margin-right: 20px;
}
.develop-report-li .ys-imgbox-cover{
    box-shadow: 0px 4px 20px 0px rgba(13, 73, 164, 0.10);
    border-radius: 16px;
}
.develop-report-li-left{
    padding-right: 6%;
    padding-top: var(--space40);
}
.drll-title{
    font-weight: bold;
    margin-bottom: 20px;
}
.mod-title .std-h3{
    font-weight: bold;
}
.develop-report-li-left .mod-btn1{
    margin-top: 30px;
}
.develop-report .slick-prev{
    left: -100px;
}
.develop-report .slick-next{
    right: -80px;
}
.about-honor .mod-title{
    text-align: center;
}
.about-honor-tab{
    margin-bottom: 90px;
}
.about-honor-tab ul{
    background: var(--colorbj2);
    padding: 10px;
    border-radius:53px;
    margin: 0 -5px;
    display: flex;
    align-items: center;
}
.about-honor-tab li{
    padding: 0 5px;
    width: 20%;
}
.about-honor-tab-li{
    display: block;
    border-radius: 67px;
    background: var(--colorfff);
    line-height: 60px;
    text-align: center;
    font-size: var(--font14);
    color: var(--color333);
    cursor: pointer;
}
.about-honor-bot-li{
    width: 25%;
    padding: 0 40px;
}
.about-honor-bot-ul{
    margin: 0 -40px;
    /* display: flex; */
    padding: 0 100px;
}
.ahbl-cont{
    position: relative;
}
.ahbl-cont .ys-imgbox-cover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ahbl-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    background: var(--colorbj1);
}
.ahbl-bj{
    width: 100%;
}
.ahbl-text-cont{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.ahbl-text-cont .std-text2{
    color: var(--colorfff);
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.ahbl-text1{
    width: 64px;
    margin: 0 auto 20px;
    display: block;
}
.ahbl-text2{
    width: 150px;
    margin: -15px auto;
    display: block;
}
.about-honor-tab ul, .about-honor-tab ul .slick-list, .about-honor-tab ul .slick-track{
    width: 100%;
}
.about-honor-bot-ul .slick-prev, .about-honor-bot-ul .slick-next{
    display: none;
}
.about-honor-tab li.slick-current .about-honor-tab-li{
    color: var(--colorfff);
    background: var(--color);
}
.about-honor-tab{
    padding: 0 7%;
}
.about-honor-bot .slick-prev{
    left: 40px;   
}
.about-honor-bot .slick-next{
    right: 40px;   
}
.about-history-left{
    width: 52%;
    padding-right: 5%;
}
.about-history-right{
    width: 48%;
}
.about-history-cont, .about-history-right{
    display: flex;
}
.about-history-right-img{
    width: 85%;
}
.about-history-right-time{
    width:15%;
}
.about-history-right{
    flex-direction: row-reverse;
    align-items: center;
}
.ahri-li .ys-imgbox-cover{
    border-radius: 20px;
}
.about-history-right-time {
    height: 400px;
}
.ahll-year{
    color: var(--color);
    font-size:128px;
    font-family: var(--family1);
    margin-bottom: 40px;
}
.ahll-ul li{
    display: flex;
    margin-bottom: 30px;
}
.ahll-ul li img{
    width: 26px;
}
.ahll-ul li .std-text2{
    padding-left: 20px;
    width: calc(100% - 26px);
}
.ahrt-li .std-text2{
    color: var(--color999);
    padding-left:30px;
}
.ahrt-li{
    margin-bottom: 40px;
    position: relative;
}
.about-history-right-time{
    position: relative;
}
.about-history-right-time::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    width: 1px;
    height: calc(100% - 40px);
    background: #E2E2E2;
}
.ahrt-li span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 2.5px;
    background: #E2E2E2;
    transform: translateY(-50%);
}
.ahrt-li span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--color);
    opacity: 0;
}
.ahrt-li .std-text2{
    cursor: pointer;
}
.ahrt-li.slick-current .std-text2{
    color: var(--color);
}
.ahrt-li.slick-current span{
    background: var(--color);
}
.ahrt-li.slick-current span::before{
    opacity: 1;
}
.ahrt-ul .slick-prev {
    width: 20px;
    height: 20px;
    background: url(/Public/Cn/images/b1_arrow05.svg) center / cover no-repeat;
    top: -35px;
    left: 20px;
    transform: translateY(0);
}
.ahrt-ul .slick-next {
    width: 20px;
    height: 20px;
    background: url(/Public/Cn/images/b1_arrow06.svg) center / cover no-repeat;
    bottom: 0;
    left: 20px;
    top: inherit;
    transform: translateY(0);
}
.about-honor-shadow{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 9px 22.9px 0px rgba(0, 0, 0, 0.06);
    margin-top: 40px;
}
.position-cont{
    background: var(--colorbj2);
}
.position-top ul{
    background: var(--colorfff);
    justify-content: center;
}
.position-cont .about-honor-tab-li{
    background: var(--colorbj2);
}
.position-top .about-honor-tab{
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}
.position-top .about-honor-tab li {
    width: 240px;
}
.position-top .ys-cont1440{
    text-align: center;
}
.about-honor-tab li.on .about-honor-tab-li{
    background: var(--color);
    color: var(--colorfff);
}
.position-bot-left-search, .position-bot-left-bot{
    margin-bottom: 20px;
    border-radius: 16px;
    background: var(--colorfff);
}
.position-bot-left-search{
    border-radius: 8px;
    padding: 18px 20px;
    display: flex;
}
.position-bot-left-search input{
    height: 20px;
    width: calc(100% - 20px);
    padding-right: 20px;
    color: var(--color666);
    font-size: 16px;
}
.position-bot-left-search img{
    width: 20px;
    cursor: pointer;
}
.position-bot-left{
    width: 20%;
}
.position-bot-right{
    width: 80%;
    padding-left:var(--space40);
}
.position-bot .ys-cont1440{
    display: flex;
}
.position-bot-left-bot{
    padding: 20px 24px;
}
.position-bot-left-bot .std-text4{
    color: var(--color333);
    margin-bottom: 14px;
}
.pblb-location a{
    display: block;
    line-height: 32px;
    width: 100%;
    border-radius: 27px;
    background: var(--color);
    text-align: center;
    color: var(--colorfff);
    font-size: var(--font14);
}
.pblb-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pblb-li{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 14px;
}
.pblb-li a{
    display: block;
    border-radius: 27px;
    background: #F6F7FB;
    text-align: center;
    color: #9598AF;
    font-size: var(--font14);
    line-height: 32px;
}
.pblb-location{
    margin-bottom: 14px;
}
.pblb-li.on a{
    color: var(--colorfff);
    background: var(--color);
}
.pbrl-top-right .ys-imgbox-cover{
    width: 18px;
}
.pbrl-top{
    display: flex;
    justify-content: space-between;
}
.pbrl-top-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pbrl-top-left{
    width: 80%;
}
.pbrl-top-right .std-text3{
    padding-right: 60px;
}
.pbrl-top{
    padding: 28px 60px;
}
.position-bot-right-li{
    background: var(--colorfff);
    border-radius: 20px;
    margin-bottom: 20px;
}
.pbrl-top-left .std-text3{
    display: none;
}
.pbrl-bot{
    padding:30px 60px 100px;
}
.pbrl-bot .mod-btn1{
    margin-top: var(--space60);
}
.pbrl-bot{
    display: none;
}
.pbrl-top{
    cursor: pointer;
}
.position-bot-right-li.on .pbrl-top .ys-imgbox-cover img:last-child{
    opacity: 0;
}
.position-bot-right-li.on .pbrl-top .ys-imgbox-cover img:first-child{
    opacity: 1;
}
.position-bot-right-li.on .pbrl-top-left .std-text3{
    display: block;
    color: var(--color);
}
.position-bot-right-li.on .pbrl-top-right .std-text3{
    opacity: 0;
}
.talent-benefit, .talent-staff{
    background: var(--colorbj2);
}
.talent-idea-ul{
    display: flex;
    flex-wrap: wrap;
}
.talent-idea-li{
    width: 33.333333%;
    padding: 0 40px;
}
.talent-idea-li-cont{
    padding: 80px 60px 50px;
    background: var(--colorbj2);
    border-radius: 20px;
    height: 100%;
}
.talent-idea-li-cont .ys-imgbox-cover{
    width: 90px;
    margin: 0 auto 40px;
}
.tilc-text{
    text-align: center;   
}
.tilc-text .std-text1{
    color: var(--color333);
    margin-bottom: 10px;
}
.talent-idea-li-cont .ys-imgbox-cover img:first-child{
    opacity: 0;
}
.talent-main .mod-title{
    text-align: center;
}
.talent-main .std-h3{
    margin-bottom: 20px;
}
.talent-benefit-left-ul{
    display: flex;
    flex-wrap: wrap;
}
.talent-benefit-left-li{
    width: 33.333333%;
    padding: 20px 15px;
    text-align: center;
}
.talent-benefit-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.talent-benefit-right, .talent-benefit-left{
    width: 50%;
}
.talent-benefit-left-li img{
    width:54px;
    margin: 0 auto 12px;
    display: block;
}
.talent-benefit-right img{
    border-radius: 20px;
}
.talent-benefit-left{
    padding-right: 8%;
}
.talent-study-left, .talent-study-right{
    width: 50%;
}
.talent-study-left img{
    border-radius: 20px;
}
.talent-study-cont{
    display: flex;
    align-items: center;
}
.talent-study-right{
    padding-left:60px;
}
.tsrl-top{
    display: flex;
}
.tsrl-top .std-text1{
    padding-left:10px;
    color: var(--color333);
}
.tsrl-top{
    margin-bottom: 5px;
}
.talent-study-right-li{
    margin-bottom: var(--space40);
}
.talent-study-right-li:last-child{
    margin-bottom: 0;
}
.talent-staff #ys-swiper {
    margin: 0 !important;
}
.talent-staff .swiper-container {
    overflow: visible;
}
.talent-staff-cont-li .ys-imgbox-cover{
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 20px 0px rgba(197, 40, 92, 0.06);
}
.talent-staff-cont-li .std-text1{
    text-align: center;
}
.swiper-pagination-progressbar{
    width: 456px !important;
    height: 6px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: -35px !important;
    top: inherit !important;
    border-radius: 8px;
    border: 1px solid rgba(197, 40, 92, 0.40);
    height: 6px;
    background: transparent !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--color) !important;
}
.talent-position-cont-ul{
    display: flex;
}
.talent-position-cont-li{
    width: 50%;
    padding: 0 36px;
}
.talent-position-cont-ul{
    margin: 0 -36px;
}
.tpcl-cont{
    position: relative;
    border-radius: 6px;
}
.tpcl-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 60px;
}
.talent-position-cont-li:first-child .tpcl-cont{
    background: var(--color);
}
.talent-position-cont-li:last-child .tpcl-cont{
    background: var(--colorbj2);
}
.tpcl-bj{
    width: 100%;
}
.mod-bth4 a{ 
    display: flex;
    align-items: center;
}
.tpcl-text .std-h4{
    color: var(--colorfff);
    font-weight: bold;
    margin-bottom: 24px;
}
.talent-position-cont-li:last-child .tpcl-text .std-h4{
    color: var(--color333);
}
.mod-bth4 .std-text2{
    padding-right:6px;
    line-height: inherit;
}
.talent-position-cont-li:first-child .mod-bth4 .std-text2{
    color: var(--colorfff);
}
.talent-position-cont-li:last-child .mod-bth4 .std-text2{
    color: var(--color);
}
.mod-bth4 img{
    vertical-align: inherit;
}
.quality-life-cont{
    display: flex;
    align-items: center;
}
.quality-life-cont{
    border-radius: 20px;
}
.quality-life-left{
    width: 43%;
}
.quality-life-left img{
    border-radius: 20px 0 0 20px;
}
.quality-life-right{
    width: 57%;
    padding:0 60px;
}
.quality-main .mod-title .std-h3{
    margin-bottom: 20px;
}
.quality-policy .mod-title, .quality-aut .mod-title, .quality-control .mod-title{
    text-align: center;
}
.quality-policy-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quality-policy-li img{
    width: 80px;
    margin: 0 auto 20px;
    display: block;
}
.quality-policy-li .std-h4{
    text-align: center;
    color: var(--color666);
}
.quality-control .mod-title, .quality-aut .mod-title{
    width: 57%;
    margin: 0 auto;
}
.quality-control-li{
    border-radius: 20px;
    padding: 34px 60px;
}
.quality-control-li-right{
    width: 48%;
    padding:14px;
    border-radius: 10px;
    background: var(--color);
}
.quality-control-li-left{
    width: 52%;
    padding-right:56px;
    padding-top:48px;
}
.quality-control-li{
    display: flex;
    margin-bottom: 20px;
}
.quality-control .mod-title{
    margin-bottom: var(--space60);
}
.quality-control-li-left .std-h4{
    margin-bottom: 14px;
    color: var(--color);
}
.quality-aut-li-cont{
    padding: 40px 36px 44px 40px;
    background: var(--colorfff);
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(197, 40, 92, 0.06);
    height: 100%;
    display: flex;
}
.quality-aut-li{
    height: auto !important;
}
.quality-aut-li-text{
    padding-left: 40px;
}
.quality-aut-li-img{
    width: 45%;
    height: 100%;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.quality-aut-li-text{
    width: 55%;
    position: relative;
    height: 100%;
}
.qalt-view{
    width: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.quality-aut-li{
    margin-bottom: 60px;
    margin-top: 60px;
}
.quality-aut .swiper-pagination-progressbar{
    bottom: 0 !important;
}
.quality-aut-li-img .ys-imgbox-cover{
    width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(131, 131, 131, 0.06);
    padding: 7px 6px;
    background: linear-gradient(153deg, #A5A3A3 0%, #ECECEC 50.5%, #B2B2B2 100%);
}
.quality-aut-li-img .ys-imgbox-cover img{
    padding: 7px 6px
}
.quality-aut-cont{
    position: relative;
}
.mod-arrow-left{
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.mod-arrow-right{
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
.mod-arrow-right img:first-child, .mod-arrow-left img:first-child{
    opacity: 0;
}
.quality-aut-li-text .std-h5{
    margin-bottom: 10px;
}
.quality-aut-li .std-text3{
    color: var(--color999);
}
.test-main .mod-title .std-h3{
    text-align: center;
}
.test-advantage-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
    justify-content: center;
}
.test-advantage-li{
    width: 25%;
    padding: 0 28px;
}
.test-advantage-li-cont{
    padding:80px 20px;
    background: var(--colorfff);
    border-radius: 20px;
    height: 100%;
}
.test-advantage-li-text{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 56px);
    height: 100%;
    z-index: 10;
}
.test-advantage-li-cont img{
    display: block;
    width:90px;
    margin: 0 auto 20px;
}
.test-advantage-li-cont .std-h5{
    text-align: center;
    color: var(--color333);
}
.test-advantage-li-text .std-h5, .test-advantage-li-text .std-text2 p{
    color: var(--colorfff);
}
.test-advantage-li-text{
    background: var(--color);
    border-radius: 20px;
    padding:30px;
    opacity: 0;
}
.test-advantage-li{
    position: relative;
}
.test-advantage-li-text .std-h5{
    margin-bottom: 5px;
}
.position-bot-right-li{
    background: var(--colorbj2);
}
.test-service .pbrl-top {
    padding: 28px 80px;
}
.test-service .pbrl-bot {
    padding: 0px 80px 40px;
}
.test-service .pbrl-top-right {
    width: 20px;
}
.test-service .pbrl-top-left{
    width: calc(100% - 20px);
    padding-right: 40px;
}
.test-service .pbrl-top-left .std-h5{
    color: var(--color);
}
.test-team .swiper-pagination-progressbar {
    bottom: 0px !important;
}
.test-team .quality-aut-li-cont{
    border-radius: 20px;
    box-shadow: 0 0 0 0 transparent;
    padding: 40px 42px 80px;
    display: block;
}
.test-team-top{
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-bottom: 2px solid #3E3A39;
}
.analysis-case .quality-aut-li-cont{
    background: var(--colorbj1);
    padding: 0 !important;
    position: relative;
}
.analysis-case .ys-imgbox-cover{
    border-radius: 18px;
} 
.analysis-text{
    padding:20px 20px 70px;
}
.analysis-text .std-h5, .analysis-text .std-text2{
    color: var(--colorfff);
}
.analysis-text-icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--colorfff);
    cursor: pointer;
}
.analysis-text-icon p{
    color: var(--colorfff);
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.analysis-main .test-advantage-li .test-advantage-li-text {
    padding: 32px 36px;
}
.analysis-main .test-advantage-li-cont {
    padding: 80px 70px 40px;
    height: 100%;
}
.analysis-service-left{
    width: 47.5%;
}
.analysis-service-right{
    width: 52.5%;
    padding-left: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.analysis-service-cont{
    display: flex;
    flex-direction: row-reverse;
}
.analysis-service-left-img img{
    border-radius: 20px;
}
.aslt-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.aslt-li{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.aslt-li .std-text2{
    line-height:auto !important;
}
.aslt-li .std-text2{
    background: var(--colorbj2);
    border-radius: 20px;
    padding: 15px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aslt-li .std-text2 p{
    line-height: 1.5 !important;
    text-align: center;
    color: var(--color333);
    cursor: pointer;
}
.aslt-li.on .std-text2{
    background: var(--color);
}
.aslt-li.on .std-text2 p{
    color: var(--colorfff);
}
.aslb-cont{
    background: var(--colorbj2);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}
.aslb-cont .std-text1{
    color: var(--color);
    margin-bottom: 14px;
}
.aslb-cont-text-title{
    color: var(--color333);
    margin-bottom: 5px;
}
.aslb-cont-text{
    margin-bottom: 20px;
}
.aslb-cont-nr{
    height: 230px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: var(--color) !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #eee !important;
}
.analysis-widows .std-h4{
    color: var(--color);
    margin-bottom: 30px;
}
.analysis-widows .yxedr-active p{
    color: var(--color333);
}
.analysis-widows .yxedr-active p span{
    color: var(--color999);
}
.analysis-widows .ys-modal-content{
    width: 1055px;
    border-radius: 20px;
    padding: 100px 14px 42px 60px;
}
.analysis-widows .iconfont{
    color: var(--color);
    font-size: 40px;
    font-weight: lighter;
}
.analysis-widows .ys-modal-close{
    top: 40px;
    right: 40px;
}
.analysis-widows .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 10px;
}
.analysis-widows-text{
    padding-right: 50px;
}
.ys-modal{
    background: rgba(0,0,0,.5);
}
.news-top-item a{
    display: flex;
    border-radius: 20px;
    position: relative;
}
.position-top{
    padding-top: var(--space60);
}
.news-main .position-top ul, .video-main .position-top ul{
    background: var(--colorbj2);
}
.news-top-left{
    width: 61.8%;
}
.news-top-item a{
    background: var(--colorbj2);
    display: flex;
}
.news-top-right{
    width: 38.2%;
    padding:54px 40px 40px 30px;
}
.news-top-left .ys-imgbox-cover{
    border-radius: 20px;
}
.news-top-right .std-h4{
    margin:10px 0 30px;
}
.news-top-item a .mod-btn3{
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.news-top-item .mod-btn3{
    border-radius: 50%;
}
.news-bot-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.news-bot-ul .home-news-left{
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 50px;
}
.news-bot-ul .home-news-left a{
    background: var(--colorbj2);
}
.news-bot-ul .home-news-left .hnrl-text {
    padding: 20px 20px 80px 20px;
}
.news-bot-ul .hnrl-text-time{
    margin-bottom: 5px;
}
.news-bot-ul .home-news-left .mod-btn3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.news-cont .pc-fenye li.activepage {
    background: var(--color);
}
.pc-fenye li {
    line-height: 28px;
}
.pc-fenye li {
    line-height: 28px;
    color: #0B1839;
    font-size: 16px;
}
.news-cont{
    padding-bottom: var(--space80);
}
.newsdt-cont .ys-cont1440{
    display: flex;
    margin-top: 180px;
    padding-bottom: var(--space120);
}
.news-right{
    width: 24.3%;
    padding-top: 40px;
}
.newsdt-left{
    width: 75.7%;
    padding-right: 80px;
}
.newsdt-left .std-h3{
    margin:20px 0 var(--space120);
    font-weight: bold;
}
.news-cont .ys-share{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newsdt-main .yxedr-active{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.news-cont .ys-share .ys-share-text{
    padding-right: 20px;
    color: var(--color333);
}
.hnrl-text-time .std-text3 {
    color: #888;
    line-height: inherit;
}
.newsdt-main .yxedr-active p{
    color: var(--color666);
}
.newsdt-main .yxedr-active h6{
    color: var(--color);
}
.newsdt-fy{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.newsdt-fy-li{
    width: 36%;
}
.news-right .std-h5{
    margin-bottom: 20px;
}
.news-right-ul{
    background: var(--colorbj2);
    padding: 0 28px;
    border-radius: 20px;
}
.news-right-li a{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
}
.news-right-li:last-child a{
    border-bottom-color:transparent;
}
.news-right-li .std-text3{
    margin-top: 5px;
}
.struct-sect-li.on .ys-imgbox-cover{
    display: block;
}
.struct-sect-li .ys-imgbox-cover{
    display: none;
}
.struct-sect-li{
    display: flex;
}
.struct-sect-li{
    margin-bottom: 20px;
    background: var(--colorbj2);
    border-radius: 20px;
    padding:40px;
    display: flex;
    align-items: center;
}
.struct-sect-li.on .ys-imgbox-cover{
    width: 12%;
    border-radius: 10px;
}
.struct-sect-li.on .struct-sect-li-text{
    width: 88%;
    padding-left:40px;
}
.struct-sect-li-text .std-h5{
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--color);
}
.struct-sect-li-text .std-text3{
    padding-left: 20px;
    color: var(--color666);
}
.struct-sect-li-text .std-text2 p{
    color: var(--color666);
}
.struct-sect .std-h3{
    text-align: center;
    font-weight: bold;
}
.video-banner-li{
    width: 100%;
}
.video-cont-ul{
    display: flex;
    margin: 0 -18px;
    flex-wrap: wrap;
}
.video-cont-li{
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 40px;
}
.video-cont-li-main{
    background: var(--colorbj2);
}
.vclm-top .ys-imgbox-cover{
    border-radius: 10px;
}
.vclm-top{
    position: relative;
}
.vclm-top::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0,0,0,.4);
    z-index: 1;
}
.vclm-top-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 64px;
    z-index: 5;
}
.video-cont-li-main{
    cursor: pointer;
    height: 100%;
}
.vclm-bot{
    padding: 20px;
}
.video-cont .mod-btn1 a{
    margin: 20px auto 0;
}
.college-top .mod-title{
    text-align: center;
}
.college-top-cont{
    position: relative;
}
.college-top-num{
    position: absolute;
    bottom: -80px !important;
    left: 50%;
    transform: translate(-50%, 0) !important;
    background: var(--colorfff);
    border-radius: 10px;
    box-shadow: 0px 9px 22.9px 0px rgba(0, 0, 0, 0.06);
}
.college-top-num-ul{
    display: flex;
    width: 80%;
    margin: 0 auto;
} 
.college-top-li{
    width: 33.333333%;
    text-align: center;
}
.college-top-bj img{
    border-radius: 20px;
}
.college-top-num-ul .ynrl-num {
    margin-bottom: 20px;
}
.college-top-num .ynrl-text{
    font-size: var(--font16);
}
.college-bot-ul{
    display: flex;
    margin: 0 -36px;
}
.college-bot-li{
    width: 50%;
    padding: 0 36px;
}
.college-bot-ul a{
    display: block;
    position: relative;
    border-radius: 20px;
}
.college-bot-li-bj{
    width: 100%;
    border-radius: 20px;
}
.college-bot-li-cont{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
    align-items: center;
}
.college-bot-li:last-child .college-bot-li-bj{
    opacity: 0;
}
.college-bot{
    background-color: var(--colorbj2);
}
.college-bot .mod-title{
    text-align: center;
}
.college-bot-li:last-child a{
    background: var(--colorfff);
}
.college-bot-li:first-child .college-bot-li-left{
    color: var(--colorfff);
}
.college-bot-li .college-bot-li-left{
    font-weight: bold;
}
.medicine-intro .mod-title .std-h3{
    text-align: center;
}
.medicine-intro .mod-title{
    padding: 0 7%;
}
.medicine-item{
    background: var(--colorbj2);
}
.medicine-item-li-cont{
    display: flex;
    background: var(--colorfff);
    border-radius: 20px;
    align-items: center;
}
.milc-img{
    width: 41%;
    border-radius: 20px;
}
.milc-text{
    width: 59%;
    padding-left: var(--space80);
    padding-right: 7%;
}
.medicine-item-li:nth-child(2n+1) .medicine-item-li-cont{
    flex-direction: row-reverse;
}
.medicine-item-li:nth-child(2n+1) .milc-text{
    padding-right: var(--space80);
    padding-left: 7%;
}
.milc-text-icon{
    margin-bottom: 10px;
}
.milc-text-cont .std-h3{
    font-weight: bold;
    margin-bottom: 20px;
}
.milc-text-cont{
    margin-bottom: 55px;
}
.anchor-li .std-text3{
    padding-left: 20px;
}
.anchor-main{
    position: fixed;
    top: 50%;
    left: -50%;
    transform: translateY(-50%);
    z-index: 50;
}
.anchor-li:not(:last-child){
    margin-bottom:26px;
}
.anchor-li{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.anchor-li span{
    display: block;
    width:11px;
    height: 11px;
    border-radius: 50%;
    background: #E2E2E2;
    position: relative;
    flex-shrink: 0;
}
.anchor-li span::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid var(--color);
    opacity: 0;
    flex-shrink: 0;
}
.anchor-main.show{
    left: 30px;
}
.anchor-li.on span{
    background: var(--color);
}
.anchor-li.on span::before{
    opacity: 1;
}
.anchor-li.on .std-text3{
    color: var(--color);
}
.medicine-intro{
    background: var(--colorbj2);
}
.medicine-intro .mod-title{
    background: var(--colorfff);
    padding: var(--space120) 0;
}
.medicine-item-li{
    background: var(--colorbj2);
    padding-top: var(--space120);
}
.medicine-intro{
    padding-bottom: 220px;
}
.anchor-ul{
    position: relative;
}
.anchor-ul::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 1px;
    height: 93%;
    background:#E2E2E2;
}
.scheme-section{
    padding: var(--space80) 0;
}
.scheme-section:nth-child(2n){
    background: var(--colorbj2);
}
.scheme-section .std-h3{
    text-align: center;
}
.scheme-one{
    display: flex;
    justify-content: center;
    align-items: center;
}
.scheme-one img{
    width: 60px;
}
.scheme-one .std-h3{
    padding-left: 20px;
}
.scheme-section .mod-btn2 {
    width: 140px;
    border-radius: 67px;
    overflow: hidden;
    margin: 0 auto var(--space40);
}
.scheme-one-img img{
    border-radius: 20px;    
}
.innovate-one-cont{
    position: relative;
}
.innovate-one-img{
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.innovate-one-am{
    position: absolute;
}
.innovate-one-text .std-text1{
    color: var(--colorfff);
    font-weight: bold;
}
.innovate-one-text3{
    color: var(--color);
    font-weight: bold;
}
.innovate-one-text4{
    color: var(--color333);
    font-weight: bold;
}
.innovate-one-text1{
    position: absolute;
    left: 50.1%;
    top: 32.83%;
}
.innovate-one-text2{
    position: absolute;
    left: 47.18%;
    top: 59.37%;
}
.innovate-one-text3 {
    position: absolute;
    left: 28%;
    top: 44.16%;
}
.innovate-one-text4 {
    position: absolute;
    left: 67.5%;
    top: 44.16%;
}
.innovate-one-item-li .std-text2{
    line-height: 48px;
    padding: 0 20px;
    border-radius:30px;
    display: inline-block;
    white-space: nowrap;
}
.innovate-one-item-li{
    position: absolute;
}
.innovate-one-left .innovate-one-item-li1 {
    left: -1%;
    top: 2.01%;
}
.innovate-one-left .innovate-one-item-li2 {
    left: 5.94%;
    top: 22.4%;
}
.innovate-one-left .innovate-one-item-li3 {
    left: 7.06%;
    top: 44.1%;
}
.innovate-one-left .innovate-one-item-li4 {
    left: 9.07%;
    top: 65.43%;
}
.innovate-one-left .innovate-one-item-li5 {
    left: 9.5%;
    top: 87%;
}
.innovate-one-right .innovate-one-item-li1 {
    left: 77.85%;
    top: 1.87%;
}
.innovate-one-right .innovate-one-item-li2 {
    left: 82.99%;
    top: 22.63%;
}
.innovate-one-right .innovate-one-item-li3 {
    left: 84.6%;
    top: 44.2%;
}
.innovate-one-right .innovate-one-item-li4 {
    left: 83.09%;
    top: 65.82%;
}
.innovate-one-right .innovate-one-item-li5 {
    left: 77.23%;
    top: 86.88%;
}
.innovate-three{
    background: var(--colorfff) !important;
} 
.innovate-two .analysis-text{
    background: var(--colorfff);
    border-radius: 0 0 20px 20px;
}
.innovate-three .analysis-text{
    background: var(--colorbj2);
    border-radius: 0 0 10px 10px;
}
.innovate-two .analysis-text .std-text1{
    color: var(--color);
}
.innovate-two .analysis-text .std-text2{
    color: var(--color666);
}
.innovate-two .quality-aut-li-cont{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(197, 40, 92, 0.06);
}
.innovate-two .analysis-text-icon{
    border-color: var(--color);
}
.innovate-two .analysis-text-icon p{
    color: var(--color);
}
.innovate-two .analysis-text {
    padding: 20px 20px 90px;
}
.innovate-three-img .ys-imgbox-cover{
    border-radius: 10px !important;
}
.innovate-three .quality-aut-li-cont {
    background: var(--colorbj2);
    border-radius: 10px;
}
.innovate-three .analysis-text .std-text1{
    color: var(--color333);
    margin: 10px 0 16px;
}
.innovate-three .analysis-text .std-text2{
    color: var(--color666);
}
.innovate-three .quality-aut-li a{
    position: relative;
}
.innovate-three .mod-btn3{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.innovate-three-img{
    position: relative;
}
.innovate-three-img-text{
    display: inline-block;
    position: absolute;
    bottom: 13px;
    left: 16px;
    padding: 0 17px;
    color: var(--color);
    line-height: 36px;
    font-size: var(--font14);
    border-radius: 100px;
    border: 1px solid #C6BBBB;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(7.5px);
}
.innovate-one-img2, .innovate-one-img4{
    -webkit-animation: clockwiseRotate1 10s infinite linear both;
    animation: clockwiseRotate1 10s infinite linear both;
}
@keyframes clockwiseRotate1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.innovate-one-img3, .innovate-one-img5{
    -webkit-animation: clockwiseRotate2 10s infinite linear both;
    animation: clockwiseRotate2 10s infinite linear both;
}
@keyframes clockwiseRotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.cuts-cont{
    overflow: hidden;
}
.innovate-one-img2, .innovate-one-img4{
    width: 333px;
}
.innovate-one-img3, .innovate-one-img5{
    width: 170px;
}
.innovate-one-img2{
    left:4.85%;
    top:11.32%;
}
.innovate-one-img3{
    left:12.87%;
    top:30.81%;
}
.innovate-one-img4 {
    left: 61.57%;
    top: 11.32%;
}
.innovate-one-img5{
    left:69.75%;
    top:30.81%;
}
.center-build .mod-title, .innovate-two .std-h3, .innovate-intro .std-h3{
    text-align: center;
}
.center-main .innovate-two .analysis-text .std-text1{
    color: var(--color333);
    margin-bottom: 5px;
}
.center-build-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.center-build-cont-title{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.center-build-li{
    width: 25%;
    padding: 0 18px;
}
.center-build-cont{
    background: var(--colorbj2);
    border-radius: 20px;
    padding: 40px 28px;
}
.center-build-cont-title p{
    color: var(--color333);
    font-size: var(--font20);
    padding-left: 10px;
}
.center-build-li{
    height: auto;
}
.center-build-cont{
    height: 100%;
}
.yxedr-active ul li{
    list-style-type: disc;
    margin-bottom: 16px;
}
.yxedr-active ul li::marker{
    color: var(--color);
    font-size: 16px;
}
.yxedr-active ul{
    padding-inline-start: 20px;
}
.precise-core .mod-title .std-h3, .precise-project .mod-title .std-h3{
    text-align: center;
}
.precise-core-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -80px;
}
.precise-core-li{
    width: 25%;
    padding: 0 80px;
    margin-bottom: 36px;
    position: relative;
}
.pclc-icon{
    width: 60px;
    margin: 0 auto 20px;
}
.precise-core-li-cont .std-text2{
    text-align: center;
}
.precise-core-li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 80px;
    background: var(--color);
    opacity: .3;
}
.precise-core-li:nth-child(4n)::before{
    display: none;
}
.precise-project-ul{
    display: flex;
    flex-wrap: wrap;
}
.precise-project .center-build-cont-title{
    margin-bottom: 10px;
}
.precise-project .center-build-cont{
    position: relative;
}
.precise-project .analysis-text-icon{
    border-color: var(--color);
}
.precise-project .analysis-text-icon p{
    color: var(--color);
}
.precise-state-main{
    display: flex;
    justify-content: space-between;
}
.precise-state-left{
    width: 20%;
    background: var(--colorfff);
    border-radius: 20px;
    padding: 30px 24px;
}
.precise-state-right{
    width: 77.3%;
    background: var(--colorfff);
    border-radius: 20px;
    padding: 20px 34px;
}
.psrc-title{
    text-align: center;
    color: var(--color);
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.precise-state-cont {
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
}
.precise-state-cont .analysis-text-icon{
    position: relative;
    margin: 0 auto;
    bottom: inherit;
    right: inherit;
}
.precise-state .analysis-text {
    padding: 0;
}
.precise-state-cont .analysis-text .std-text4{
    text-align: center;
    margin-bottom: 20px;
}
.precise-state-right .mod-arrow-right {
    right: 0;
}
.precise-state-right .mod-arrow-left {
    left: 0;
}
.precise-project .analysis-case .ys-imgbox-cover {
    border-radius: 0;
}
.psrc-swiper .swiper-slide{
    padding: 10px 20px 30px;
    width: 33.333333%;
}
.precise-state-right-cont{
    position: relative;
    width: 100%;
}
.precise-state-right-cont .mod-arrow-left{
    left: 0;
}
.precise-state-right-cont .mod-arrow-right{
    right: 0;
}
.psrc-swiper{
    width: 88%;
    margin: 15px auto;
}
.precise-state-right-cont .analysis-text{
    margin-top: 20px;
}
.precise-state-left-li .std-text3{
    line-height: 32px;
    text-align: center;
    background:#F6F7FB;
    color:#9598AF;
    cursor: pointer;
    border-radius: 27px;
}
.precise-state-left-li{
    margin-bottom: 20px;
}
.precise-state-left-li.on .std-text3{
    color: var(--colorfff);
    background: var(--color);
}
.precise-state-right-cont{
    display: none;
}
.precise-state-right-cont.on{
    display: block;
}
.cuts-cont-img{
    position: relative;
}
.cuts-cont-img1, .cuts-cont-img2, .cuts-cont-img3{
    position: absolute;
    top: 0;
    left: 0;
}
.cuts-cont .ys-cont1060{
    position: relative;
}
.cuts-cont .std-h3{
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
.cuts-cont-li{
    position: absolute;
}
.cuts-cta .mod-title{
    text-align: center;
}
.cuts-cta-left{
    width: 47%;
    background: var(--colorbj2);
    border-radius: 20px;
}
.cuts-cont-li-item{
    display: inline-block;
    padding: 10px 20px;
    background: var(--colorfff);
    border-radius:30px;
    display: flex;
}
.cuts-net .mod-title .std-h3{
    text-align: center;
}
.cuts-cont-li-item .std-text3{
    padding-left: 10px;
    white-space: nowrap;
}
.cuts-cont-li-item .ys-imgbox-cover img:last-child{
    opacity: 0;
}
.cuts-cta-left-bj{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.cuts-cta-cont{
    display: flex;
    justify-content: space-between;
}
.cuts-cta-left{
    padding: 90px 110px;
    position: relative;
    height: 100%;
}
.cuts-cta-left-bot{
    display: flex;
    margin: 0 -13px;
    margin-top: 78px;
}
.cclb-item{
    width: 50%;
    padding: 0 13px;
    text-align: center;
}
.cuts-cta-left-li, .ccll-text{
    display: flex;
}
.cclb-item img{
    width: 160px;
    display: block;
    margin: 0 auto 10px;
}
.ccll-text{
    padding-left: 10px;
}
.cuts-cta-left-li{
    margin-bottom: 20px;
}
.ccll-text .std-text4:first-child{
    color: var(--color333);
}
.ccll-text .std-text4 a{
    color: var(--color666);
}
.cuts-cta-right{
    width: 48%;
}
.home-about .mod-title .std-h3{
    text-align: center;
}
.home-about .about-honor-tab li{
    width: 33.333333%;
}
.home-about-item{
    display: flex;
    background: var(--colorfff);
    justify-content: center;
    border-radius: 67px;
    align-items: center;
    cursor: pointer;
}
.home-about .about-honor-tab li .ys-imgbox-cover{
    width: 20px;
    height: 100%;
}
.home-about .about-honor-tab {
    width: 700px;
    margin: 0 auto;
    padding: 0;
    margin-top: var(--space60);
}
.home-about-item .about-honor-tab-li{
    padding-left: 10px;
}
.home-about .about-honor-tab li.on .home-about-item{
    background: var(--color);
}
.home-about .about-honor-tab li.on .about-honor-tab-li{
    color: var(--colorfff);
}
.home-about .about-honor-tab li.on .ys-imgbox-cover img:first-child{
    opacity: 1;
}
.home-about .about-honor-tab li.on .ys-imgbox-cover img:last-child{
    opacity: 0;
}
.hali-left-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hali-left{
    width:33%;
    background: var(--colorbj2);
    border-radius: 10px;
    padding: 67px 50px;
    min-height: 600px;
}   
.hali-right{
    width: 65%;
    position: relative;
}
.hali-right-bj{
    width: 100%;
}
.hali-right-svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.hali-right svg{
    width: 100%;
    height: 100%;
}
.line-point{
    position: absolute;
    top: -2px;
    left: 0px;
}
.line-point1{
    position: absolute;
    top: -3px;
    left: 0px;
}
.line-point2{
    position: absolute;
    top: 0;
    left: -4px;
}
.line-point3{
    position: absolute;
    top: -6px;
    left: 0;
}
.line-point4{
    position: absolute;
    top: -11px;
    left: 0;
}
.line-point5{
    position: absolute;
    top: -4px;
    left: 0px;
}
.circle-wave1{
    animation: boderM4 3s infinite .5s;
}
.circle-wave2{
    animation: boderM4 3s infinite .3s;
}
@keyframes boderM4 {
    0% {
		transform: scale(0.5);
		opacity: 0
	}
	50% {
		transform:  scale(1);
		opacity: 0.1
	}
	100% {
		opacity: 0
	}
}
.home-about-cont-item{
    opacity: 0;
    pointer-events: none;
}
.home-about-cont-item.on{
    opacity: 1;
    pointer-events: all;
}
.home-about-cont{
    position: relative;
}
.home-about-cont-item{
    position: absolute;
    top:0;
    left: 0;
}
.home-about-cont-item:first-child{
    position: static;
}
.home-about .about-honor-tab-li{
    background: transparent;
    border-radius: 0;
}
.home-about .about-honor-tab li.on .about-honor-tab-li {
    background: transparent;
    color: var(--colorfff);
}
.hali-left-type{
    color: var(--color);
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
.hali-left-type::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height:70%;
    background: var(--color);
}
.hali-left-title{
    font-weight: bold;
    color: var(--color333);
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}
.hali-left-text{
    margin-bottom: 20px;
}
.hali-left-ul{
    display: flex;
    flex-wrap: wrap;
}
.hali-left-li{
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hali-left-li .std-text2{
    padding-left: 15px;
}
.hali-left-text p{
    margin-bottom: 5px;
}
.quality-control-ul{
    position: relative;
}
.quality-control-li{
    position: sticky;
    top: calc(var(--line80) + 50px);
}
.mod-sticky {
    overflow: visible !important;
}
.ys-nyban-title h1{
    font-size: var(--font48);
}











/* other */
.innovate-main .std-h3{
    text-align: center;
}
.slick-dots{
    bottom: -50px;
}
.slick-dots li.slick-active {
    background: var(--color);
    width: 60px;
}
.slick-dots li{
    border-radius: 10px;
    background: #E2E2E2;
    width: 20px;
    height: 4px;
}
.quality-policy, .quality-life-cont, .quality-control-li, .quality-aut, .test-advantage, .test-team, .innovate-intro{
    background: var(--colorbj2);
}
.position-bot-left-search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--color999);
}
.position-bot-left-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--color999);
}
.position-bot-left-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--color999);
}
.position-bot-left-search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--color999);
}
.about-honor-bot-cont{
    position: relative;
}
.mod-prev, .mod-next{
    width: 46px;
    height: 46px;
}
.mod-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}
.mod-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}
.mod-prev img:last-child, .mod-next img:last-child{
    opacity: 0;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled,
.mod-prev.slick-disabled, .mod-next.slick-disabled,
.mod-arrow-right.swiper-button-disabled,
.mod-arrow-left.swiper-button-disabled{
    opacity: .5;
    pointer-events: none;
}
.slick-prev{
    width: 46px;
    height: 46px;
    background: url(/Public/Cn/images/b1_arrow01.svg) center / cover no-repeat;
}
.slick-next{
    width: 46px;
    height: 46px;
    background: url(/Public/Cn/images/b1_arrow02.svg) center / cover no-repeat;
}
.mod-arrow-left, .mod-arrow-right{
    color: transparent !important;
    width: 46px !important;
    height: 46px !important;
}
/* 轮播溢出隐藏 */
.hslb-li:not(:first-child), .about-history-left-li:not(:first-child), .ahri-li:not(:first-child), .develop-report-li:not(:first-child), .about-honor-bot-cont:not(:first-child),.analysis-service-left-img:not(:first-child), .aslb-cont:not(:first-child), .news-top-item:not(:first-child), .video-banner-li:not(:first-child){
    display: none;
}
/* 末位 */
.hnid-li:last-child{
    margin-bottom: 0;
}
/* 结构 */
.head-lang{
    position: relative;
}
.head-cont, .head-nav, .head-right, .head-lang, .head-left{
    display: flex;
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/* 省略号 */
.innovate-two .analysis-text .std-text2{
    height: calc(1.75em * 3);
    overflow: hidden;
}
.hnrl-text-title .std-text1, .home-news-right-li .hnrl-text-title .std-text2, .news-cont .hnrl-text-title .std-text2, .milc-text-cont .std-text2, .innovate-three .analysis-text .std-text1, .innovate-three .analysis-text .std-text2, .center-main .innovate-two .analysis-text .std-text2 {
    height: calc(1.75em * 2);
    overflow: hidden;
}
.hnrl-text-title .std-text2{
    height: calc(1.75em * 1);
    overflow: hidden;
}
.innovate-two .analysis-text .std-text2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp, .hnrl-text-title .std-text1, .home-news-right-li .hnrl-text-title .std-text2, .news-top-right .hnrl-text-title .std-text2, .news-cont .hnrl-text-title .std-text2, .milc-text-cont .std-text2, .innovate-three .analysis-text .std-text1, .innovate-three .analysis-text .std-text2, .center-main .innovate-two .analysis-text .std-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hnrl-text-title .std-text2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 过渡 */
.transition-time1, .head-lang-bot li a, .head-nav-item-title, .foot-right>ul>li>ul>li>a, .foot-bot-down li a, .foot-right>ul>li>a, .ys-hd-pc, .head-nav-item-cont img, .head-lang-top a, .head-lang-bot li a, .mod-btn2 a, .mod-btn2 .std-text3, .mod-btn3, .hnrl-text-title .std-text2, .hnrl-text-title .std-text1, .hsrc-btn-item, .hsrc-btn-item .std-text2, .hsrc-btn-item a, .develop-history-li-title, .develop-history-li-icon, .slick-prev, .slick-next, .about-honor-tab li a, .ahrt-li span::before, .ahrt-li span, .ahrt-li .std-text2, .pblb-li a, .mod-bth4 img, .test-advantage-li-text, .test-team-top, .test-team .quality-aut-li-cont .test-team-top .std-text2, .test-team .quality-aut-li-cont .test-team-top .std-h5, .test-team .quality-aut-li-cont .test-team-bot p, .test-team .quality-aut-li-cont, .news-top-item .mod-btn3, .newsdt-fy-li a .std-text2, .news-right-li .std-text2, .anchor-li span, .anchor-li span::before, .innovate-one-item-li .std-text2, .precise-state-cont .analysis-text .std-text4, .precise-state-cont, .precise-state-left-li .std-text3, .cuts-cont-li-item, .cuts-cont-li-item .std-text3, .home-about-item, .home-about .about-honor-tab-li, .cuts-net-li-title .std-text2, .cuts-net-li-text{
    transition: all .36s;
}
.transition-time, .mod-slide, .anchor-main{
    transition: all .5s;
}
/* 公共样式 - end */


/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .foot-right>ul>li>ul>li>a:hover, .foot-bot-down li a:hover,
    .head-nav-item-cont:hover img{
        opacity: 1;
    }
    .foot-right>ul>li>a:hover, .head-nav-item-title:hover, .head-nav-item-cont:hover .head-nav-item-title, .head-lang-bot li a:hover{
        color: var(--color) !important;
    }
    .ys-hd-pc:hover{
        background: var(--colorfff);
    }
    .ys-hd-pc:hover .head-logo img:last-child,
    .ys-hd-pc:hover .yx-search3-btn img:last-child,
    .ys-hd-pc:hover .head-lang-top .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .ys-hd-pc:hover .head-logo img:first-child,
    .ys-hd-pc:hover .yx-search3-btn img:first-child,
    .ys-hd-pc:hover .head-lang-top .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .ys-hd-pc:hover .head-nav-item-cont .head-nav-item-title,
    .ys-hd-pc:hover .head-lang-top a{
        color: var(--color333);
    }
    .mod-btn2 a:hover::before {
        width: 100%;
        left: 0;
        right: auto;
    }
    .mod-btn2 a:hover .mod-btn2-arrow img{
        transform: scale(1);
    }
    .mod-btn2 a:hover .mod-btn2-arrow img:last-child{
        opacity: 0;
    }
    .mod-btn2 a:hover .mod-btn2-arrow img:first-child{
        opacity: 1;
    }
    .mod-btn2 a:hover .std-text3{
        color: var(--colorfff);
    }
    .mod-btn2 a:hover{
        border-color: var(--color);
    }
    .home-news-left a:hover .hnrl-text-title .std-text1,
    .home-news-right-li a:hover .hnrl-text-title .std-text2{
        color: var(--color);
    }
    .home-news-left a:hover .mod-btn3,
    .home-news-right-li a:hover .mod-btn3{
        border-color:var(--color);
        background: var(--color);
    }
    .home-news-left a:hover .mod-btn3 .ys-imgbox-cover img:first-child,
    .home-news-right-li a:hover .mod-btn3 .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .home-news-left a:hover .mod-btn3 .ys-imgbox-cover img:last-child,
    .home-news-right-li a:hover .mod-btn3 .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .hsrc-btn-item a:hover{
        border-color: var(--color);
        background: var(--color);
    }
    .hsrc-btn-item a:hover .std-text2{
        color: var(--colorfff);
    }
    .develop-history-li a:hover .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .develop-history-li a:hover .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .develop-history-li a:hover .ys-imgbox-cover img{
        transform: scale(1);
    }
    .develop-history-li a:hover .develop-history-li-icon{
        border-color: rgba(197, 40, 92, .2);
    }
    .develop-history-li a:hover .develop-history-li-title{
        color: var(--color);
    }
    .slick-prev:hover{
        background: url(/Public/Cn/images/b1_arrow03.svg) center / cover no-repeat;
    }
    .slick-next:hover{
        background: url(/Public/Cn/images/b1_arrow04.svg) center / cover no-repeat;
    }
    .ys-banner .slick-prev:hover{
        background: url(/Public/Cn/images/a1_arrow01.svg) center / cover no-repeat;
    }
    .ys-banner .slick-next:hover{
        background: url(/Public/Cn/images/a1_arrow02.svg) center / cover no-repeat;
    }
    .about-honor-tab li a:hover{
        background: var(--color);
        color: var(--colorfff);
    }
    .mod-prev:hover img:last-child, .mod-next:hover img:last-child{
        opacity: 1;
    }
    .mod-prev:hover img:first-child, .mod-next:hover img:first-child{
        opacity: 1;
    }
    .ahrt-ul .slick-prev:hover{
        background: url(/Public/Cn/images/b1_arrow05_1.svg) center / cover no-repeat;
    }
    .ahrt-ul .slick-next:hover{
        background: url(/Public/Cn/images/b1_arrow06_1.svg) center / cover no-repeat;
    }
    .pblb-li a:hover{
        background: var(--color);
        color: var(--colorfff);
    }
    .talent-idea-li-cont:hover .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .talent-idea-li-cont:hover .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .mod-bth4 a:hover img{
        transform: translateX(5px) scale(1);
    }
    .mod-arrow-right:hover img:first-child, .mod-arrow-left:hover img:first-child{
        opacity: 1;
    }
    .mod-arrow-right:hover img:last-child, .mod-arrow-left:hover img:last-child{
        opacity: 0;
    }
    .test-advantage-li:hover .test-advantage-li-text{
        opacity: 1;
    }
    .test-team .quality-aut-li-cont:hover{
        background: var(--color);
    }
    .test-team .quality-aut-li-cont:hover .test-team-top .std-text2,
    .test-team .quality-aut-li-cont:hover .test-team-top .std-h5,
    .test-team .quality-aut-li-cont:hover .test-team-bot p{
        color: var(--colorfff);
    }
    .test-team .quality-aut-li-cont:hover .test-team-top {
        border-bottom-color: var(--colorfff);
    }
    .analysis-case .quality-aut-li-cont:hover{
        background: var(--colorbj1);
    }
    .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
        background: var(--color) !important;
    }
    .news-top-item a:hover .mod-btn3 .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .news-top-item a:hover .mod-btn3 .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .news-top-item a:hover .mod-btn3 .ys-imgbox-cover img{
        transform: scale(1);
    }
    .news-top-item a:hover .mod-btn3{
        background: var(--color);
        border-color: var(--color);
    }
    .newsdt-fy-li a:hover .std-text2, .news-right-li a:hover .std-text2{
        color: var(--color);
    }
    .innovate-one-item-li .std-text2:hover{
        color: var(--colorfff);
        background: var(--color);
    }
    .innovate-two .quality-aut-li-cont:hover {
        background: var(--colorfff);
    }
    .innovate-two .quality-aut-li-cont:hover .ys-imgbox-cover img{
        transform: scale(1.05);
    }
    .innovate-three .quality-aut-li-cont:hover{
        background: var(--colorbj2);
    }   
    .innovate-three .quality-aut-li a:hover .mod-btn3 .ys-imgbox-cover img:last-child{
        opacity: 0;
    }
    .innovate-three .quality-aut-li a:hover .mod-btn3 .ys-imgbox-cover img:first-child{
        opacity: 1;
    }
    .innovate-three .quality-aut-li a:hover .mod-btn3{
        background: var(--color);
        border-color: var(--color);
    }
    .precise-state-cont:hover{
        box-shadow: 0px 4px 20px 0px rgba(197, 40, 92, 0.06);
    }
    .precise-state-cont:hover .analysis-text .std-text4{
        color: var(--color);
    }
    .cuts-cont-li-item:hover .std-text3{
        color: var(--colorfff);
    }
    .cuts-cont-li-item:hover .ys-imgbox-cover img:last-child{
        opacity: 1;
    }
    .cuts-cont-li-item:hover .ys-imgbox-cover img:first-child{
        opacity: 0;
    }
    .cuts-cont-li-item:hover{
        background: var(--color);
    }
    .struct-sect-li:hover .ys-imgbox-cover img, .video-cont-li-main:hover .vclm-top .ys-imgbox-cover img{
        transform: scale(1.05);
    }
    .medicine-item-li-cont .milc-img img:hover{
        transform: scale(1.05);
    }
    .cuts-net-li-title:hover .std-text2{
        background: rgba(197,40,92,.9);
        color: var(--colorfff);
        z-index: 10;
    }
    .ahbl-cont:not(.on):hover .ys-imgbox-cover{
        opacity: 1;
    }
    .ahbl-cont:not(.on):hover .ahbl-text-cont{
        opacity: 0;
    }
    .analysis-text-icon:hover rect{
        fill:var(--color);
    }
    .analysis-text-icon:hover tspan{
        fill: var(--colorfff);
    }
}
.analysis-text-icon rect, .analysis-text-icon tspan{
    transition: all .36s;
}
.ahbl-cont .ys-imgbox-cover{
    z-index: 1;
    transition: all .36s;
    opacity: 0;
}
.ahbl-text-cont{
    transition: all .36s;
}
.ys-share{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ys-share-text{
    font-size: var(--font18);
    color: var(--color333);
    padding-right: 20px;
}
.college-top{
    padding-bottom: 220px;
}
.college-top-num .ynrl-text {
    font-size: var(--font16);
}
.college-top-num .ynrl-text, .college-top-num .ynrl-num-text{
    color: var(--color666);
}
.video-banner-ul .slick-dots {
    bottom: 30px;
}
.video-banner-ul .slick-dots li {
    border-radius: 0;
    background: rgba(255, 255, 255, .22);
    width: 60px;
    height: 2px;
}
.video-banner-ul .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
}
.video-cont{
    padding-top: var(--space40);
}
.video-cont .about-honor-tab {
    margin-bottom: var(--space80);
}
.head-lang{
    width: 55px;
}
.head-lang-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-lang-top .ys-imgbox-cover {
    width: 24px;
}
.yx-search3-btn{
    width: 26px;
}
.ys-ph-navbar2 .ys-phnav-logo{
    background: transparent;
}
.ys-ph-navbar2 .ys-phnav-header a, .ys-ph-navbar2 .ys-phnav-search .iconfont{
    color: var(--color333);
}
.ys-ph-navbar2 .ys-phnav-menubtn span, .ys-ph-navbar2 .ys-phnav-menubtn::after, .ys-ph-navbar2 .ys-phnav-menubtn::before {
    background: var(--color333);
}
.ys-ph-navbar2 .ys-phnav-menu, .ys-phnav2-lang-modal {
    background:var(--colorfff);
}
.ys-ph-nav .ys-phnav-header-font, .ys-ph-nav a {
    color: var(--color333);
}
.ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-nav li.yxnav-active1>.ys-phnav-lisbox a, .ys-ph-nav li.yxnav-active2>.ys-phnav-lisbox .ys-phnav-header-font, .ys-ph-nav li.yxnav-active3>.ys-phnav-lisbox .ys-phnav-header-font {
    color: var(--color);
}
.ys-phnav-lisbox {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.ys-phnav-icon::after, .ys-phnav-icon::before {
    background: var(--color333);
}
.ys-phnav2-lang-btn .icon-search:before, .ys-phnav2-lang-btn span, .icon-arrow-left:before, .ys-phnav2-lang-back {
    color: var(--color333);
}
.fbol-title{
    width: 70px;
}
.video-main .hnrl-text-time{
    margin-bottom: 10px;
}
.college-bot-li-img{
    width:140px;
}
.college-top .mod-title{
    padding: 0 7%;
}
.mod-title .std-text2 p:not(:last-child){
    margin-bottom: 8px;
}
.test-service .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
.test-service .mCSB_scrollTools .mCSB_draggerContainer {
    right: 3px;
}
.test-service .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
}
.test-team .mod-title{
    text-align: center;
}
.cuts-net-cont-bj{
    display: block;
    width: 1080px;
    margin: 0 auto;
} 
.cuts-cont-img2{
    -webkit-animation: clockwiseRotate3 30s infinite linear both;
    animation: clockwiseRotate3 30s infinite linear both;
}
@keyframes clockwiseRotate3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.cuts-cont-img1{
    -webkit-animation: clockwiseRotate4 20s infinite linear both;
    animation: clockwiseRotate4 20s infinite linear both;
}
@keyframes clockwiseRotate4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.cuts-cont-img3{
    -webkit-animation: clockwiseRotate5 40s infinite linear both;
    animation: clockwiseRotate5 40s infinite linear both;
}
@keyframes clockwiseRotate5 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.cuts-cont{
    position: relative;
}
.cuts-cont::before{
    content: '';
    background: var(--colorbj2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 89%;
    z-index: -1;
}
.cuts-cont-color{
    position: absolute;
    width: 100%;
    height: 100%;
}
.cuts-cont-color::before{
    content: '';
    width: 100%;
    height: 5.5%;
    background: var(--colorfff);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.cuts-cont-color::after{
    content: '';
    width: 100%;
    height:5.5%;
    background: var(--colorfff);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ys-cont1060 {
    width: 85vw;
    max-width: 1000px;
    margin: auto;
}
.cuts-net-li{
    position: absolute;
}
.cuts-net-li-title img{
   width:22px;
}
.cuts-net-li-title .std-text2{
    padding:0 20px;
    color: var(--color333);
    line-height: 36px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    position: absolute;
    top: -7px;
    left: 26px;
    z-index: 1;
}
.cuts-net-li-title{
    position: relative;
    cursor: pointer;
}
.cuts-net-cont{
    position: relative;
}
.cuts-net-li-text{
    position: absolute;
    top:-32px;
    left:110px;
    background: var(--colorbj2);
    border-radius: 20px;
    padding:27px 30px;
    width: 310px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}
.cnlt-title{
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--l1h5);
    margin-bottom: 20px;
}
.cnlt-li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.cnlt-li img{
    width: 28px;
}
.cnlt-li .std-text2{
    width: calc(100% - 28px);
    padding-left:10px;
    color: var(--color666);
}
.cnlt-li .std-text2 a{
    color: var(--color666);
}
.cuts-net-li1 .cuts-net-li-title img{
    width: 20px;
}
.cuts-net-li1 .cuts-net-li-title .std-text2{
    left: 30px;
    top: -8px;
}
.cuts-net-li2 .cuts-net-li-title .std-text2 {
    left: -12px;
    top: -36px;
}
.cuts-net-li3 .cuts-net-li-title .std-text2 {
    left: -9px;
    top: -37px;
}
.cuts-net-li4 .cuts-net-li-title .std-text2 {
    left: -78px;
    top: -10px;
}
.cuts-net-li5 .cuts-net-li-title .std-text2 {
    left: -60px;
    top: 14px;
}
.cuts-net-li6 .cuts-net-li-title .std-text2 {
    left: -10px;
    top: 32px;
}
.cuts-net-li7 .cuts-net-li-title .std-text2 {
    left: -70px;
    top: -26px;
}
.cuts-net-li8 .cuts-net-li-title .std-text2{
    top: 6px;
    left: 20px;
}
.cuts-net-li.on .cuts-net-li-text{
    opacity: 1;
    pointer-events: all;
}
.position-main .position-bot-right-li {
    background: var(--colorfff);
}
.pbrl-bot{
    position: relative;
}
.pbrl-bot::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    height: 1px;
    background: #dcdcdc;
}
.pbrl-top-left .std-text4{
    color: var(--color333);
}
.position-bot-right-li.on .pbrl-top-left .std-text4{
    font-size: var(--font28);
}
.talent-benefit-left {
    padding-right: 3.5%;
}   
.precise-project-text{
    color: var(--color999);
    margin: 15px 0 20px;
}
.precise-state .mod-title .std-text2{
    text-align: left;
}
.precise-state-left-ul{
    height: 416px;
}
.precise-state-left .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 4px !important;
}
.precise-project-ul{
    margin: 0 -18px;
}
.innovate-one-ph{
    display: none;
}
.innovate-one-ph, .innovate-one-ph img{
    width: 100%;
}
.innovate-one-img1{
    width: 100%;
}
.innovate-two .std-text2, .innovate-three .std-text2{
    text-align: left;
}
.ys-fadeleft2 {
    animation: fadeInLeft2 2s ease-in-out both;
    animation-delay: 0s;
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%,0,0);
        transform: translate3d(-30%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.ys-nybanner{
    overflow: hidden;
}
.ys-ban-li.slick-current .std-h1 {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.3s;
}
.ahrt-ph{
    display: none;
}
.ahll-ul li {
    align-items: flex-start;
}
.cuts-net{
    padding-bottom: 40px !important;
    position: relative;
    z-index: 10;
}
.cuts-cta{
    padding-top: 60px;
}
.hslt-li-cont .ys-imgbox-cover{
    width: 134px;
}
.home-service-left-top{
    width: 100%;
    display: block;
}
.hslt-li-cont{
    width: 100%;
    margin-bottom: 50px;
}
.test-main .pbrl-bot::before{
    display: none;
}
.line-point6{
    display: none;
}
.test-advantage-li{
    margin-bottom: 56px;
}
.test-advantage-li-text .std-text2 p{
    line-height: 1.5;
}
.analysis-text-icon.on{
    pointer-events: none;
}
/* 2025.1.17 ada */
.home-about-cont-item:nth-child(3) .hali-right-svg {
    left: 59%;
    top: 51%;
}
.about-culture .mod-title p,
.college-top .mod-title p,
.test-team .mod-title p{
    text-align: left;
}
.talt-cry{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 32px 36px;
}
.ys-share-list{
    position: relative;
}
.ys-share-code{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.hali-right-svg.act{
    pointer-events: none;
}
@media screen and (min-width: 1200px) {

}
/* 2025.1.17 ada end*/
/* 2025.01.23 - start */
.aslt-li{
    width: 33.333333%;
}
.home-about .std-text4,
.home-about .std-text4 p{
    text-align: left;
}
.head-right {
    justify-content: flex-end;
}
.talt-cry{
    max-height: 100%;
    padding-right: 16px;
}
.talt-cry .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}
.talt-cry .std-h5,
.talt-cry .std-text2{
    padding-right: 20px;
}
.talt-cry .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--colorfff) !important;
}
.talt-cry .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(255,255,255,.6) !important;
}
.talt-cry .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}
.test-advantage-li-text .std-h5{
    line-height: var(--line15);
    margin-bottom: 8px;
}
.anchor-main {
    left: -300px;
}
/* 2025.01.23 - end */
.hnid-li.yxnav-active2 .head-nav-item-title{
    color: var(--color);
}
.hnid-ul.has-hover .hnid-li.yxnav-active2 .head-nav-item-title{
    color: rgba(51, 51, 51, .7);
}
.hnid-ul.has-hover .hnid-li.has-hover .head-nav-item-title,
.hnid-ul.has-hover .hnid-li.has-hover.yxnav-active2 .head-nav-item-title{
    color: var(--color);
}
.analysis-text-icon text{
    pointer-events: none !important;
}
.test-intro .mod-btn2{
    margin: 68px auto 0;
    width: 250px;
}
.test-advantage-li-text .std-h5{
    text-align: center;
}
.vclm-top::before, .vclm-top{
    display: block;
}
.center-main .center-build .std-text2{
    text-align: left;
}
.gr-model .gr-model-cont{
    background: #fff;
    width: 1200px;
    border-radius: 20px;
    padding: 40px 40px 30px;
    max-width: calc(100vw - 40px);
    max-height: 800px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.gr-model .ys-modal-content{
    width:80%;
    max-height: 500px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    padding-left: 8%;
}
.gr-model-left{
    width: 20%;
}
.gr-model-bot{
    display:flex;
}
.gr-model .std-h4{
    padding-bottom:26px;
    border-bottom: 1px solid #DDDDDD;
}
.analysis-widows .iconfont {
    font-size: 34px;
}
.gr-model-left-li{
    cursor: pointer;
    margin-bottom: 10px;
}
.gr-model-left-li a{
    line-height: 33px;
    color: #666;
    font-size: 14px;
    padding: 0 25px;
    transition: all .36s;
    border-radius: 100px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 33px;
}
.gr-model-left-li.on a{
    background: #C5285C;
    color: #fff;
}
.gr-model .analysis-widows .yxedr-active p{
    margin-bottom: 0;
}
/*.gr-model{*/
/*    display: block;*/
/*}*/
.tab-tanc-model .std-h4 {
    color: var(--color);
    margin-bottom: 30px;
}
.gr-model .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.gr-model .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}
/*2025.3.21Linda修改-start*/
.cuts-net-li.left .cuts-net-li-title .std-text2{
    left: -80px;
}
.cuts-net-li-title .std-text2{
    background: rgba(255,255,255,.8);
}
.cuts-net-li-title img{
    opacity: 0.9;
}
/*2025.3.21Linda修改-end*/