﻿@charset "utf-8";
@font-face {
    font-family: 'michromaregular';
    src: url('../fonts/Michroma/michroma-regular-webfont.eot');
    src: url('../fonts/Michroma/michroma-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Michroma/michroma-regular-webfont.woff2') format('woff2'),
         url('../fonts/Michroma/michroma-regular-webfont.woff') format('woff'),
         url('../fonts/Michroma/michroma-regular-webfont.ttf') format('truetype'),
         url('../fonts/Michroma/michroma-regular-webfont.svg#michromaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 公共样式 - start */
:root {
    /* 字号 */
    --font40: 40px;
    --font32: 32px;
    --font24: 24px;
    --font20: 20px;
    --font18: 18px;
    /* 段落字号 */
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line13: 1.3;
    --line14: 1.4;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航 */
    --line80: 80px;
    /* 颜色 */
    --color1: #333333;
    --color2: #666666;
    --color3: #999999;
    --color4: #ffffff;
    --colormain: #E60012;
    --colorbj: #F4F4F4;
    --colorbj2: #F9F9F9;
    /* 板块间距 */
    --space120: 120px;
    --space100: 100px;
    --space50: 50px;
    /* 段落间距 */
    --parpspace10: 10px;
    --parpspace12: 12px;
    /* 特殊字体 */
    --family1:'michromaregular';
}
.std-h1 {
    font-size: var(--font40);
    color: var(--color1);
    line-height: var(--line13);
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font32);
    color: var(--color1);
    line-height: var(--line14);
    text-align: center;
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font24);
    color: var(--color1);
    line-height: var(--line16);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font20);
    color: var(--color1);
    line-height: var(--line16);
}
.std-h5,
.yxedr-active h5 {
    font-size: var(--font18);
    color: var(--color1);
    line-height: var(--line16);
}
.std-text1,
.std-text1 p {
    font-size: var(--font16);
    color: var(--color1);
    line-height: var(--line175);
}
.std-text2,
.std-text2 p {
    font-size: var(--font14);
    color: var(--color1);
    line-height: var(--line18);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color2);
    line-height: var(--line175);
    margin-bottom: var(--parpspace12);
    /* margin-bottom: var(--space50); */
}
.std-padding {
    padding-top: var(--space120);
}
.std-padding1 {
    padding-top: var(--space100);
}
body {
    font-family: "PingFang SC", "Microsoft YaHei";
}
/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}
/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before{
    content: '分享到 - 微信';
    /* content: 'Share the - weixin'; */
}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}
/*导航默认选中*/
.yxnav-active1 .head-nav-item-title{
    color: var(--colormain) !important;
}
.hcll-li.yxnav-active2::before{
    opacity: 1 !important;
}
.hcll-li.yxnav-active2{
    background: var(--color4) !important;
}
.hcll-li.yxnav-active2 .hcll-text{
    color: var(--colormain) !important;
}
.hclr-li-ul-li.yxnav-active3::before{
    opacity: 1 !important;
}
.hclr-li-ul-li.yxnav-active3{
    background: var(--color4) !important;
}
.hclr-li-ul-li.yxnav-active3 .hcll-text{
    color: var(--colormain) !important;
}
.hclr-li-ul-li.yxnav-active3 .hcll-img{
    opacity: 1 !important;
}
.hcrl-top-li.yxnav-active4 a{
    color: var(--colormain) !important;
}
.hcrl-top-li.yxnav-active4 a::after{
    width: 100% !important;
}
.hblu-li.yxnav-active4 .hblu-li-btn{
    color: var(--colormain);
}
.hblu-li.yxnav-active5 .hcrl-bom-li-text{
    color: var(--colormain) !important;
}
.hblu-li.yxnav-active5 .ys-imgbox-cover img:nth-child(2){
    transform: scale(1.05) !important;
}
.hnit-cry-ri-li2 .hblu-li.yxnav-active4 .hcrl-bom-li-text{
    color: var(--colormain) !important;
}
.hnit-cry-ri-li2 .hblu-li.yxnav-active4 .ys-imgbox-cover img:nth-child(2){
    transform: scale(1.05) !important;
}
.hnid-ul-li.yxnav-active2 a{
    color: var(--colormain) !important;
}
.head-nav-item-title{
    line-height: var(--line80);
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child){
    display: none;
}
/* 省略号 */
.line-clamp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 过渡 */
.transition-time1{
    transition: all .36s both;
}
.transition-time2{
    transition: all .5s both;
}
/* 公共样式 - end */
/* button */
.std-btn1{
    display: inline-block;
}
.std-btn1-box{
    display: block;
    cursor: pointer;
    padding:16px 80px;
    border: solid 1px var(--colormain);
    border-radius: 55px;
    overflow:hidden;
    position: relative;
}
.std-btn1-box p{
    font-size: var(--font16);
    line-height: var(--line175);
    transition: all .4s;
    color: var(--colormain);
    position: relative;
    z-index: 5;
}
.std-btn1-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--colormain);
    transition: all .4s;
    z-index: 0;
}
.std-btn2{
    display: inline-block;
}
.std-btn2-box{
    display: block;
    cursor: pointer;
    border-radius: 55px;
    overflow:hidden;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    display: flex;
    /* width: 370px; */
    padding: 16px 80px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transition: all .4s;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(30px);
}
.std-btn2-box p{
    font-size: var(--font16);
    line-height: var(--line175);
    transition: all .4s;
    color: var(--color4);
    z-index: 10;
    position: relative;
}
.std-btn3{
    display: inline-block;
}
.std-btn3-box{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 24px;
    overflow:hidden;
    position: relative;
    border-radius: 100px;
    background: var(--color4);
    gap: 16px;
    overflow: hidden;
}
.std-btn3-box-text p{
    font-size: var(--font16);
    line-height: var(--line175);
    transition: all .4s;
    color: var(--color1);
    padding-left: 10px;
    position: relative;
    z-index: 5;
}
.std-btn3-box-text p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background-color: var(--colormain);
}
.std-btn3-box-img{
    width: 24px;
    position: relative;
    z-index: 5;
}
.std-btn3-box-img img{
    width: 100%;
    transition: all .4s;
}
.std-btn3-box-img img:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
    opacity: 0;
}
.std-btn3-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--colormain);
    transition: all .4s;
    z-index: 2;
}
.mod-btn{
    display: flex;
    align-items: center;
}
.mod-btn-prev,
.mod-btn-next{
    position: absolute;
    width: 48px;
    cursor: pointer;
}
.mod-btn-prev img,
.mod-btn-next img{
    width: 100%;
    transition: all .4s;
}
.mod-btn-prev img:nth-child(2),
.mod-btn-next img:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s;
}
/* button end */
/* foot */
.ys-footer{
    padding-top: 110px;
    padding-bottom: 20px;
    background: #595959;
}
.ys-foot-top{
    display: flex;
    flex-wrap: wrap;
}
.ys-foot-top-le{
    width: 48.7%;
    padding-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.ys-foot-top-ri{
    width: 51.3%;
    padding-left: 56px;
}
.yftl-tit{
    color: var(--color4);
    margin-bottom: 60px;
}
.yful-input input::placeholder{
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line175);
}
.yful-input input{
    width: 100%;
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line175);
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.ys-footer .yful-cue{
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line175);
    margin-top: 2px;
    transition: all .4s;
    display: none;
}
.yftl-form-ul-li{
    margin-top: 34px;
    position: relative;
}
.yftl-form-ul-li:first-child{
    margin-top: 0;
}
.yftl-form-agree{
    margin-top: 30px;
}
.yftl-form-agree-cry{
    display: flex;
}
.yfac-box{
    border: 1px solid #7F7F7F;
    transition: all .4s;
    position: relative;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    margin-top: 4px;
    cursor: pointer;
}
.yfac-box::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background: var(--color4);
    transition: all .4s;
    opacity: 0;
}
.yfac-text{
    color: var(--color4);
}
.yfac-text a{
    color: var(--color4);
    text-decoration: underline;
}
.yftl-form-btn{
    width: fit-content;
    margin-top: var(--space50);
}
.yftl-form-btn .std-btn2-box{
    padding: 15px 59px;
}
.yftl-form-agree.on .yfac-box{
    border: 1px solid var(--color4);
}
.yftl-form-agree.on .yfac-box::after{
    opacity: 1;
}
.empty .yful-cue{
    display: block;
}
.yftr-top-logo{
    width: 295px;
}
.yftr-top-logo img{
    width: 100%;
}
.yftr-top-share{
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 130px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.yftr-top-share-le{
    width: 130px;
    flex-shrink: 0;
    /* border: 8px solid #6F6F6F; */
    border-radius: 10px;
}
.prul-tit p{
    line-height: var(--line175);
}
.yftr-top-share-le img{
    width: 100%;
}
.yftr-top-share-ri .ys-share{
    display: flex;
    margin:0 -20px;
}
.yftr-top-share-ri .ys-share-list{
    padding: 0 20px;
}
.yftr-top-share-ri .ys-share-img{
    width: 43px;
}
.yfms-icon-li-wrap{
    position: relative;
}
.yilw-pop{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 114px;
    bottom: calc(100% + 26px);
    opacity: 0;
    transition: all .4s;
}
.yilw-pop::before{
    content: "";
    position: absolute;
    left:  50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color:var(--color4);
    opacity: 0;
    z-index: 10;
}
.yftr-bom{
    margin-top: 40px;
}
.yftr-bom>ul{
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}
.yftr-bom>ul>li{
    /* width: 25%; */
    padding: 0 5px;
}
.yftr-bom>ul>li>a{
    display: inline-block;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color4);
    transition: all .4s;
    margin-bottom: 8px;
}
.yftr-bom>ul>li>ul>li>a{
    display: inline-block;
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.80);
    line-height: var(--line18);
    transition: all .4s;
    margin-top: 12px;
}
.ys-foot-bom{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ys-foot-bom-le>ul{
    display: flex;
    margin: 0 -5px;
}
.ys-foot-bom-le>ul>li{
    padding:0 5px;
    position: relative;
}
.ys-foot-bom-le>ul>li>a{
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.60);
    line-height: var(--line175);
    transition: all .4s;
}
.ys-foot-bom-le>ul>li:last-child a::after{
    display: none;
}
.ys-foot-bom-le>ul>li>a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.60);
}
.ys-foot-bom-ri a,
.ys-foot-bom-ri span{
    color: rgba(255, 255, 255, 0.60);
    font-size: var(--font14);
    line-height: var(--line175);
    transition: all .4s;
    margin-left: 24px;
}
.ys-foot-bom-ri p img{
    width: 20px;
    margin-right: 8px;
}
/* foot end*/
.home-news{
    background: var(--colorbj);
}
.home-news .std-h1{
    margin-bottom: 32px;
}
.home-news-ul{
    margin: 0 -16px;
    height: 100%;
}
.home-news-ul .slick-track{
    display: flex;
    height: 100%;
}
.home-news-ul .slick-list{
    overflow: visible;
}
.home-news-ul-li{
    width: 33.333333%;
    padding: 0 16px;
    height: auto;
    display: flex;
    flex-direction: column;
}
.hnul-box{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hnul-word{
    padding: 38px 40px 39px;
    background: var(--color4);
    flex: 1;
}
.hnul-word-text p{
    margin-top: 21px;
    transition: all .4s;
    line-height: var(--line14);
    font-size: var(--font18);
    color: var(--color1);
}
.home-news-ul-li{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.home-news{
    padding-bottom: 90px;
    padding-top: 90px;
}
.hnul-word-date p{
    color: var(--color2);
}
.home-know{
    padding-top: 69px;
    /* padding-bottom: 90px; */
    background: var(--colorbj);
}
.home-know-head .std-h1{
    margin-bottom: 22px;
}
.home-know-head .std-h4{
    color: var(--color2);
    line-height: 1.7;
    text-align: center;
}
.home-know-head{
    width: 91%;
    margin: 0 auto;
}
.home-know-ul{
    display: flex;
    margin: 0 -16px;
    margin-top: 64px !important;
}
.home-know-ul-li{
    width: 33.333333%;
    padding: 0 16px;
}
.hkul-ul-li:first-child{
    margin-top: 0;
}
.hkul-ul-li{
    height: 100%;
    border-radius: 5px;
    background: var(--color4);
    margin-top: 30px;
    padding: 15px 72px 38px;
}
.hkul-ul-li-top{
    display: flex;
    align-items: end;
    justify-content: center;
}
.hult-num{
    font-size: 120px;
    color: #000;
    line-height: 1.2;
    font-weight: 200;
}
.hult-letter{
    font-size: 120px;
    color: #000;
    line-height: 1.2;
    font-weight: 200;
}
.hult-text{
    font-size: var(--font40);
    line-height: var(--line15);
    color: #000;
    margin-bottom: 15px;
}
.scheme-main .yncc-btn {
    display: flex;
}
.hkul-ul-li-bom{
    font-size: var(--font20);
    text-align: center;
    color: var(--color2);
    margin-top: 16px;
}
.home-know-ul-li2 .hkul-ul-li{
    margin-top: 0;
    padding: 52px 20px 0;
}
.hkul-ul-li-img{
    position: relative;
    overflow: hidden;
}
.hkul-ul-li-img img{
    width: 100%;
}
.hkul-ul-li-img img:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: reveal 2s forwards;
    animation-delay: 2s;
}
.home-know-ul-li2 .hkul-ul-li:nth-child(2){
    padding: 39px 47px 30px;
}
@keyframes reveal {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }
    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}
.home-system{
    padding:45px 0;
    position: relative;
}
.home-syst-head .std-h1{
    margin-bottom: 16px;
}
.home-syst-head p{
    text-align: center;
    color: var(--color2);
}
.home-syst-bj{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-syst-bj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-syst-cry{
    margin-top: 32px;
}
.hsct-ul{
    display: flex;
    justify-content: center;
}
.hsct-ul-li{
    padding: 0 44px;
}
.hsct-ul-li p{
    font-size: var(--font24);
    transition: all .4s;
    color: var(--color1);
    line-height: var(--line16);
    position: relative;
    cursor: pointer;
}
.hsct-ul-li p::after{
    content: "";
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 0%;
    transition: all .4s;
    background-color: #E60012;
    left: 0;
}
.hsct-ul-li.act p{
    color: #E60012;
}
.hsct-ul-li.act p::after{
    width: 100%;
}
.home-syst-cry-top{
    margin-bottom: 20px;
}
.hscb-top{
    position: relative;
}
.hscb-products{
    width: 48%;
    margin: 0 auto;
}
.hscb-prod-li{
    width: 100%;
}
.hscb-prod-li img{
    /*width: 85%;*/
    margin: 0 auto;
}
.mod-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.home-syst-cry-bom .mod-btn-prev{
    left: 16%;
}
.home-syst-cry-bom .mod-btn-next{
    right: 16%;
}
.mod-btn-prev.slick-disabled,
.mod-btn-next.slick-disabled{
    pointer-events: none;
}
.mod-btn-prev.slick-disabled img:nth-child(2),
.mod-btn-next.slick-disabled img:nth-child(2){
    opacity: 1;
}
.mod-btn-prev.slick-disabled img:nth-child(1),
.mod-btn-next.slick-disabled img:nth-child(1){
    opacity: 0;
}
.hscb-bom{
    margin-top: 24px;
}
.hscb-bom-ul{
    /*display: flex;*/
    /*justify-content: center;*/
    margin: 0 -14px;
}

/*.hscb-bom-ul .slick-track{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*    height: 100%;*/
/*}*/



/*.hscb-bom-ul-li{*/
/*    min-width: 20%;*/
/*    padding: 0 14px;*/
/*    height: 100%;*/
/*    padding-bottom: 15px !important; */
/*}*/
.hscb-bom-ul .slick-track{
    display: flex;
}
.hscb-bom-ul-li {
    padding: 0 14px 15px; 
    height: auto;
}

.hbul-box{
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 5px;
    background: var(--colorbj);
    padding: 24px 32px 14px;
    transition: all .4s;
}
.hbul-name{
    color: var(--color2);
}
.hbul-tit{
    font-size: var(--font18);
    margin-top: 4px;
    flex: 1;
}
.hbul-img{
    width: 100%;
    margin-top: 11px;
}
.hscb-ul{
    margin:-10px;
}
.hscb-ul-li{
    padding:10px;
}
.hscb-ul-li:nth-child(n+2){
    display: none;
}
.ys-ban-title{
    font-size: 52px;
    color: var(--color4);
    line-height: var(--line14);
}
.ys-ban-text{
    margin-top: 21px;
    font-size: var(--font24);
    color: var(--color4);
    line-height: var(--line16);
}
.ys-ban-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 111px;
    z-index: 5;
}
.ys-ban-dots-ul {
    display: flex;
    justify-content: left;
}
.ybdu-li {
    border-radius: 100px;
    width: 80px;
    cursor: pointer;
    margin-right: 24px;
    transition: all .4s;
    background-color: rgba(255, 255, 255, .2);
}
.ybdu-li-line {
    width: 100%;
    height: 5px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
}
.ybdu-li-line-pro {
    width: 0;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 1);
    border-radius: 100px;
    transition: all .4s;
}
@keyframes width{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.ys-ban-imgbox{
    position: relative;
}
.ys-ban-imgbox::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.00) 16.1%, rgba(0, 0, 0, 0.18) 91.59%);
    pointer-events: none;
    z-index: 2;
}
.ys-hd-pc{
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
    top: 0px;
}
.ys-hd-pc .ys-cont1400{
    display: flex;
    justify-content: space-between;
}
.head-logo{
    width: 270px;
    flex-shrink: 0;
    position: relative;
}
.head-logo img,
.head-search img{
    width: 100%;
    transition: all .4s;
}
.head-logo img:nth-child(2),
.head-search-img img:nth-child(2){
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
    opacity: 0;
}
.head-search-img{
    position: relative;
    width: 24px;
    cursor: pointer;
}
.head-ri{
    display: flex;
    align-items: center;
}
.ys-hd-pc.isfixed,
.ys-hd-pc.isfixed2,
.isfixed3 .ys-hd-pc{
    background-color:var(--color4);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.ys-hd-pc.isfixed .head-logo img:nth-child(2),
.ys-hd-pc.isfixed .head-search-img img:nth-child(2),
.ys-hd-pc.isfixed .head-lang-top-img img:nth-child(2),
.ys-hd-pc.isfixed2 .head-logo img:nth-child(2),
.ys-hd-pc.isfixed2 .head-search-img img:nth-child(2),
.ys-hd-pc.isfixed2 .head-lang-top-img img:nth-child(2),
.isfixed3 .ys-hd-pc .head-logo img:nth-child(2),
.isfixed3 .ys-hd-pc .head-search-img img:nth-child(2),
.isfixed3 .ys-hd-pc .head-lang-top-img img:nth-child(2){
    opacity: 1;
}
.ys-hd-pc.isfixed .head-logo img:nth-child(1),
.ys-hd-pc.isfixed .head-search-img img:nth-child(1),
.ys-hd-pc.isfixed2 .head-logo img:nth-child(1),
.ys-hd-pc.isfixed2 .head-search-img img:nth-child(1),
.isfixed3 .ys-hd-pc .head-logo img:nth-child(1),
.isfixed3 .ys-hd-pc .head-search-img img:nth-child(1){
    opacity: 0;
}
.ys-hd-pc.isfixed .head-lang-top-text,
.ys-hd-pc.isfixed2 .head-lang-top-text,
.isfixed3 .ys-hd-pc .head-lang-top-text{
    color: var(--color1);
}
.ys-hd-pc.isfixed .head-lang-top,
.ys-hd-pc.isfixed2 .head-lang-top,
.isfixed3 .ys-hd-pc .head-lang-top{
    border:1px solid var(--color1);
}
.ys-hd-pc.isfixed .head-nav-item-title,
.ys-hd-pc.isfixed2 .head-nav-item-title,
.isfixed3 .ys-hd-pc .head-nav-item-title{
    color: var(--color1);
}
.head-search-modal .ys-modal{
    background: rgba(0, 0, 0, .8);
}
.head-search-modal .ys-modal-close {
    right: 6%;
    top: 4%;
}
.head-search-modal .ys-modal-close .icon-close{
    font-size: 28px !important;
    font-weight: normal;
}
.icon-close:before {
    content: "\e747";
    color: var(--colorbj);
}
.head-search-modal .head-search-form {
    border-bottom: 1px solid var(--color4);
    padding-bottom: 10px;
    width: 100%;
}
.head-search-modal .head-search-form input {
    width: calc(100% - 75px);
    border-bottom: 0;
    color: var(--color4);
    font-size: var(--font24);
}
.head-search-modal button {
    width: 70px;
    text-align: right;
    font-size: 22px;
    color: var(--color4);
}
.head-search-modal .ys-modal-content {
    width: 50vw;
    background: transparent;
    padding: 10px 0 11px;
}
.head-language{
    margin-left: 29px;
    position: relative;
    height: var(--line80);
}
.head-link{
    margin-left: 24px;
}
.head-other{
    display: flex;
    align-items: center;
    margin-left: 29px;
}
.head-lang-top{
    display: flex;
    padding: 8px 16px 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--color4);
    line-height: var(--line80);
    cursor: pointer;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    transition: all .4s;
}
.head-language.act  .head-lang-top-img{
    transform: rotate(180deg);
}
.head-lang-top-text{
    font-size: var(--font16);
    line-height: var(--line16);
    color: var(--color4);
    transition: all .4s;
}
.head-lang-top-img{
    width: 16px;
    transition: all .4s;
    position: relative;
}
.head-lang-top-img img{
    width: 100%;
    transition: all .4s;
}
.head-lang-top-img img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.head-lang-bom{
    position: absolute;
    width: 128px;
    top: calc(100% + 9px);
    border-radius: 20px;
    background: var(--colorbj);
    display: inline-flex;
    height: 120px;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.hlbu-li a{
    display: block;
    font-size: var(--font16);
    color: var(--color1);
    line-height: var(--line175);
    margin-bottom: 16px;
    transition: all .4s;
    cursor: pointer;
    text-align: center;
}
.head-lang-bom-ul::after {
    transition: all .4s;
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: rgba(242, 245, 249, 1);
}
.hlbu-li:last-child{
    margin-bottom: 0;
}
.head-link .std-btn1-box{
    padding: 7px 23px;
}
.head-link .std-btn1-box p{
    line-height: var(--line175);
}
.head-link .std-btn1-box::after{
    width: 100%;
    left: 0;
    right: auto;
}
.head-link .std-btn1-box p{
    color: var(--color4);
}
.head-nav{
    margin: 0 -16px;
    display: flex;
    align-items: center;
}
.head-nav-item{
    padding: 0 16px;
}
.head-nav-item-title{
    color: var(--color4);
    line-height: var(--line175);
    font-size: var(--font16);
    transition: all .4s;
    line-height: var(--line80);
}
.head-nav-item-down{
    border-radius: 0px 0px 20px 20px;
    background: var(--color4);
    overflow: hidden;
}
.hnid-cry-le{
    width: 34.5%;
    height: auto;
    background: var(--colorbj);
}
.hnit-cry-ri{
    width: 65.5%;
    padding:56px 110px 100px 120px;
    height: 634px !important;
}
.hnid-cry-le{
    display: flex;
}
.hnid-cry-le-item{
    width: 50%;
    padding-top: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.hcll-li,
.hclr-li-ul-li{
    position: relative;
    transition: all .4s;
}
.hcll-cry{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 32px;
}
.hcll-li::before,
.hclr-li-ul-li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--colormain);
    transition: all .4s;
    opacity: 0;
}
.hclr-li-ul-li:first-child{
    margin-top: 0;
}
.hcll-text{
    font-size: var(--font18);
    line-height: var(--line16);
    color: var(--color1);
    transition: all .4s;
    position: relative;
    z-index: 4;
}
.hcll-img{
    width: 80px;
    transition: all .4s;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.hcll-img img{
    width: 100%;
}
.hcrl-top{
    display: flex;
    align-items: center;
    margin: 0 -40px;
}
.hcrl-top-li{
    padding: 0 40px;
}
.hcrl-top-li a{
    display: block;
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--color1);
    position: relative;
}
.hcrl-top-li a::after{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    left: 0;
    background-color: var(--colormain);
    transition: all .4s;
}
.hcrl-bom-li-img{
    width: 100%;
}
.hcrl-bom-li-img img{
    width: 100%;
}
.hcrl-bom-li-text{
    font-size: var(--font16);
    color: var(--color1);
    line-height: var(--line175);
    transition: all .4s;
    text-align: center;
    margin-top: 13px;
}
.hcrl-bom-li-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px;
    margin-top: 18px !important;
}
.hblu-li{
    width: 33.333333%;
    padding: 0 32px;
    margin-top: 42px;
}
.hnit-cry-ri-li.act{
    display: block;
}
.hnit-cry-ri-li{
    display: none;
}
.hcrl-bom-li{
    display: none;
}
.hcrl-bom-li.act{
    display: block;
}
.hnit-cry-ri-li2 .hblu-li{
    margin-bottom: 64px;
    margin-top: 0;
}
.hnit-cry-ri-li2 .hcrl-bom-li-text{
    margin-top: 24px;
}
.hblu-li-text p{
    color: var(--color2);
    margin-top: 8px;
}
.hblu-li-btn{
    margin-top: 8px;
    color: var(--color2);
    font-size: var(--font16);
    line-height: var(--line175);
    text-decoration: underline;
    transition: all .4s;
}
/* .head-nav-item:nth-child(3) .head-nav-item-down{
    display: block !important;
} */
.hnid-ul{
    display: block;
    /*height: 120px;*/
    padding: 24px 32px;
    width: max-content;
    position: relative;
    background: var(--colorbj);
    border-radius: 20px;
}
.hnid-ul-li{
    margin-top: 16px;
}
.hnid-ul-li:first-child{
    margin-top: 0;
}
.hnid-ul-li a{
    text-align: center;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
    transition: all .4s;
}
.head-nav-item2 .head-nav-item-down{
    top: calc(100% + 9px);
    border-radius: 20px;
    background: var(--colorbj);
}
.hnid-ul::after {
    transition: all .4s;
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color:var(--colorbj);
}
.ys-nyban-title h1{
    font-size: var(--font40);
    color: var(--color4);
    line-height: var(--line13);
    margin-top: 20px;
}
.ys-nyban-title p{
    font-size: var(--font24);
    color: var(--color4);
    line-height: var(--line14);
    /* font-family: var(--family1); */
}
.home-main .ys-nyban-title h1{
    line-height: var(--line14);
}
.home-main .ys-nyban-title p{
    line-height: var(--line16);
}
.ys-mbx{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.ys-bread-list a{
    font-size: var(--font14);
    line-height: var(--line18);
    color: var(--color4);
}
.ys-bread-list::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: var(--color4);
}
.ys-bread-list{
    padding: 0 12px;
}
.ys-bread {
    margin: 0 -12px;
}
.serve-medical{
    padding-top: 130px;
    padding-bottom: var(--space120);
}
.serve-main .serve-medi-tit{
    text-align: center;
    margin-bottom: var(--space50);
}
.serve-medi-cry{
    display: flex;
    flex-wrap: wrap;
}
.serve-medi-cry-le{
    width: 47%;
}
.serve-medi-cry-ri{
    width: 53%;
    padding-left: 40px;
}
.smcr-ul{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0 -10px;
}
.smcr-ul-li{
    padding: 0 10px;
    width: 100%;
    margin-top: 20px;
}
.smcr-ul-li-cry{
    height: 100%;
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 20px;
    background: var(--color4);
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
}
.smcr-ul-li:first-child{
    margin-top: 0;
}
.smcr-ul-li2{
    width: 50%;
}
.sulc-icon{
    width: 58px;
}
.sulc-icon img{
    width: 100%;
}
.serve-academic{
    padding-top: var(--space100);
    padding-bottom: var(--space120);
    background: var(--colorbj);
}
.serve-acad-ul .slick-track{
    height: 100%;
    display: flex;
}
.serve-acad-ul{
    margin: 0 -14px;
    height: 100%;
}
.serve-acad-ul-li{
    height: auto;
    width: 33.333333%;
    padding: 0 14px;
}
.saul-box-img{
    /* padding: 43px 70px; */
    background-color: var(--colorbj2);
    transition: all .4s;
}
.saul-box-word{
    flex: 1;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
}
.saul-box-word-text{
    flex: 1;
}
.saul-box-word-text p{
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--color1);
    transition: all .4s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.2em;
}
.saul-box-word-span{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.sbws-icon{
    width: 24px;
    margin-right: 12px;
}
.sbws-icon img{
    width: 100%;
}
.sbws-text span{
    font-size: var(--font14);
    color: var(--color3);
    line-height: var(--line18);
    margin-right: 5px;
    transition: all .4s;
}
.saul-box{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    background-color: var(--color4);
    border-radius: 5px;
    border: 1px solid rgba(153, 153, 153, 0.20);
}
.saul-box::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: var(--colormain);
    transition: all .4s;
}
.news-cry{
    padding-top: var(--space100);
    padding-bottom: var(--space120);
    position: relative;
}
.contact-main .ys-main,
.detail-main .ys-main,
.product-main .ys-main{
    margin-top: var(--line80);
}
.contact-main .ys-mbx{
    top: 16px;
    z-index: 10;
    bottom: auto;
}
.contact-main .ys-bread-list a{
    color: var(--color3);
}
.contact-main .ys-bread-list::before{
    background-color: var(--color3);
}
.contact-cry{
    position: relative;
}
.ys-nyban-img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 19.97%, rgba(0, 0, 0, 0.60) 86.41%);
    opacity: 0.6;
}
.contact-main .ys-nyban-img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background: linear-gradient(96deg, #ECEEF2 28.13%, rgba(255, 255, 255, 0.00) 68.62%);
}
.scheme-main .ys-nyban-img::before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
    opacity: 0.6;
}
.contact-main .ys-nyban-title p{
    color: var(--color1);
    margin-top: 0;
}
.contact-main .ys-nyban-title h1{
    color: var(--color1);
    margin-top: 20px;
}
.contact-main .ys-nyban-cry-cont{
    padding-top: 98px;
}
.yncc-ul-li:first-child{
    margin-top: 0;
}
.yncc-ul-li{
    display: flex;
    align-items: start;
    margin-top: 18px;
}
.yncc-ul-li-le{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 14px;
    width: 18%;
}
.yncc-ul-li-le img{
    width: 22px;
    margin-right: 8px;
}
.yncc-ul-li-le p{
    font-size: var(--font20);
    color: var(--color1);
    line-height: 1.7;
}
.yncc-ul-li-ri{
    width: 26%;
}
.yncc-ul-li-ri p{
    font-size: var(--font20);
    color: var(--color2);
    line-height: 1.7;
}
.yncc-ul-li-ri a{
    font-size: var(--font20);
    color: var(--color2);
    line-height: 1.7;
    margin-right: 5px;
    transition: all .4s;
}
.scheme-main .ys-nyban-title p{
    text-align: center;
}
.scheme-main .ys-nyban-title h1{
    text-align: center;
}
.scheme-main .ys-nyban-cry-cont{
    padding-top: 48px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.scheme-main .yncc-btn{
    padding:0 16px;
}
.scheme-main .ys-flex-center{
    justify-content: center;
}
.scheme-cry{
    overflow: hidden;
}
.scheme-cry-top{
    padding-top: 110px;
    position: relative;
}
.scheme-cry-top-cry h2{
    text-align: center;
}
.scheme-cry-top-cry h2{
    text-align: center;
}
.scheme-cry-top-cry p{
    text-align: center;
    margin-top: 24px;
    color: #62636C;
    line-height: var(--line175);
    font-weight: 2.9;
}
.scheme-cry-top-cry img{
    margin-top: 40px;
    width: 100%;
}
.scheme-cry-bom{
    margin-top: 127px;
    position: relative;
}
.scheme-cry-bom img{
    width: 100%;
}
.scheme-cry-bom::before{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 80%;
    /* background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%); */
}
.scheme-cry-top-ul{
    display: flex;
    margin: 0 73px;
    position: absolute;
    z-index: 10;
    bottom: -20%;
    /* transform: translateY(-50%); */
}
.sctu-li{
    width: 33.333333%;
    padding: 0 24px;
}
.sctu-li-box{
    height: 100%;
    padding: 37px 48px;
    border-radius: 20px;
    background: var(--color4);
    box-shadow: 0px 36px 80px 0px rgba(230, 0, 18, 0.04), 0px 8.041px 17.869px 0px rgba(230, 0, 18, 0.04), 0px 2.394px 5.32px 0px rgba(230, 0, 18, 0.04);
}
.sctu-li-box-img{
    width: 86px;
    margin: 0 auto;
}
.sctu-li-box-img img{
    width: 100%;
}
.sctu-li-box-tit p{
    margin-top: 20px;
}
.sctu-li-box-text p{
    margin-top: 20px;
}
.sctu-li-box-tit p{
    font-size: var(--font20);
    line-height: var(--line16);
    color: #424144;
    text-align: center;
}
.sctu-li-box-text p{
    font-size: var(--font14);
    line-height: var(--line18);
    color: var(--color3);
    text-align: center;
}
.detail-main .ys-nyban-title h1{
    text-align: center;
    color: var(--color1);
}
.yncc-deta{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.yncc-deta-li{
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.yncc-deta-li img{
    width: 24px;
    margin-right: 8px;
}
.yncc-deta-li p{
    color: var(--color2);
    line-height: var(--line18);
    font-size: var(--font14);
}
.detail-cry{
    padding-top: 80px;
    padding-bottom: 110px;
}
.detail-cry-bom{
    margin-top: 67px;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid;
    border-top-color: rgba(78, 89, 105, .2);
}
.dcbl-ul-li{
    margin-top: 15px;
}
.dcbl-ul-li:first-child{
    margin-top: 0;
}
.dcbl-ul-li a{
    color: #424144;
    line-height: var(--line175);
    font-size: var(--font16);
    transition: all .4s;
    position: relative;
}
.dcbl-ul-li a::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--colormain);
    transition: all .4s;
    left: 0;
    opacity: 0;
}
.detail-cry-bom-ri{
    display: flex;
}
.dcbr-text{
    margin-right: 40px;
    font-size: var(--font18);
    color: #001F41;
    line-height: var(--line175);
    margin-top: 7px;
}
.dcbr-ul{
    display: flex;
    margin: 0 -10px;
}
.dcbr-ul .ys-share-list{
    margin: 0 10px;
}
.dcbr-ul .ys-share-img{
    width: 40px;
}
.news-cry-top{
    display: flex;
    justify-content: space-between;
}
.news-cry-top-select{
    display: none;
    height: fit-content;
    position: relative;
    width: 329px;
    padding-left: 24px;
    padding-right: 16px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.news-cry-top-select input{
    font-size: var(--font16);
    line-height: 54px;
    color: var(--color1);
}
.nctq-input input{
    font-size: var(--font16);
    line-height: 60px;
    color: var(--color1);
}
.news-cry-top-select input::placeholder{
    font-size: var(--font16);
    line-height: 54px;
    color: var(--color1);
}
.nctq-input input::placeholder{
    font-size: var(--font16);
    line-height: 60px;
    color: var(--color1);
}
.news-cry-top-select .ys-select-xtbbox img{
    width: 24px;
}
.news-cry-top-select .ys-select-show{
    height: auto;
}
.ys-select-bd{
    /* margin-top: 5px; */
    top: calc(100% + 5px);
    padding: 14px 24px;
    width: 80%;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
}
.ys-select-li{
    margin-top: 16px;
}
.ys-select-li a{
    font-size: var(--font16);
    color: var(--color1);
    line-height: var(--line175);
    transition: all .4s
}
.ys-select-li:first-child{
    margin-top: 0;
}
.news-cry-top-query{
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 8px;
    width: 464px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.nctq-query{
    width: 24px;
    cursor: pointer;
}
.nctq-query img{
    width: 100%;
}
.nctq-input{
    flex: 1;
    margin:0 16px;
}
.nctq-input input{
    width: 100%;
}
.nctq-btn{
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F8F8F8;
}
.nctq-btn p{
    color: var(--color1);
    line-height: var(--line175);
    font-size: var(--font16);
}
.ys-select-li.act a{
    color: var(--colormain);
}
.news-cry-bom{
    margin-top: 60px;
}
.news-cry-bom-li{
    margin-top: 40px;
}
.news-cry-bom-li:first-child{
    margin-top: 0;
}
.news-cry-bom-li{
    margin-top: 40px;
}
.ncbl-box{
    transition: all .4s;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 5px;
    background: var(--color4);
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
}
.ncbl-le{
    width: 32%;
    overflow: hidden;
    border-radius: 5px;
}
.ncbl-ri{
    display: flex;
    flex-direction: column;
    width: 68%;
    padding:32px 60px;
}
.ncbl-ri-tit p{
    font-size: var(--font18);
    transition: all .4s;
}
.ncbl-ri-text p{
    margin-top: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 5.4em;
}
.sulc-text p{
    font-size: var(--font20);
    line-height: var(--line16);
    color: var(--color1);
}
.news-main .ys-imgbox-cover img:nth-child(2){
    object-fit: cover;
}
.ncbl-ri .std-text2{
    color: var(--color3);
}
.ncbl-ri-text{
    flex: 1;
}
.news-cry-pagi{
    margin-top: 60px;
}
.pc-fenye li {
    font-size: var(--font14);
    color: var(--color2);
    border-radius:0;
}
.pc-fenye li.activepage {
    color: #fff;
    background: var(--colormain);
}
.end li::before,
.first li::before,
.next li::before,
.prev li::before {
    transition: all .4s;
}
.detail-main .ys-nyban-img::before{
    border-radius: 5px;
opacity: 0.1;
background: linear-gradient(120deg, rgba(230, 0, 18, 0.00) 39.89%, rgba(230, 0, 18, 0.60) 99.22%);
mix-blend-mode: plus-lighter;
}
.product-main .ys-nyban-img::before {
    display: none;
}
.product-main .ys-nyban-title h1{
    color: var(--color1);
    font-weight: 700;
    margin-top: 0;
}
.product-main .ys-nyban-title p{
    margin-top: 20px;
    color: var(--color3);
    font-size: var(--font16);
    line-height: var(--line175);
}
.product-main .ys-nyban-cry{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-main .ys-nyban-cry-le{
    width: 37%;
    height: fit-content;
}
.product-main .ys-nyban-cry-ri{
    width: 63%;
    padding: 0 70px;
}
.product-main .ys-nyban-cry-cont{
    display: flex;
    align-items: center;
    margin: 0 -30px;
    margin-top: 60px !important;
}
.product-main .yncc-btn{
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.product-main .yncc-btn img{
    width: 24px;
    margin-left: 16px;
}
.product-main .yncc-btn p{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--colormain);
}
.yncc-video{
    cursor: pointer;
}
.product-main .ys-bread-list a{
    color: var(--color3);
}
.product-main .ys-bread-list::before {
    background-color: var(--color3);
}
.yncr-bom-li-img{
    cursor: pointer;
    transition: all .4s;
    position: relative;
    padding: 9px 7px;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    border: 0.6px solid rgba(153, 153, 153, 0.20);
}
.yncr-bom-li-img img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.yncr-bom{
    width: 144px;
    margin: 0 auto;
}
.yncr-bom-li.slick-current .yncr-bom-li-img{
    border: 0.6px solid var(--colormain);
}
.product-cry{
    padding-top: var(--space100);
}
.prod-cry-ul-li:first-child{
    margin-top: 0;
}
.prod-cry-ul-li{
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--space100);
}
.pcul-le{
    width: 53%;
}
.pcul-ri{
    width: 47%;
    padding-left: var(--space100);
}
.pcul-ri-ul{
    margin-top: 40px;
}
.pcul-ri-tit{
    font-size: 30px;
    text-align: left;
}
.prul-text p{
    color: var(--color3);
    margin-top: 4px;
}
.pcul-ri-ul-li:first-child{
    padding-top: 0;
}
.pcul-ri-ul-li{
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(150, 150, 150, 0.20);
}
.prod-cry-ul-li:nth-child(even){
    flex-direction: row-reverse;
}
.prod-cry-ul-li:nth-child(even) .pcul-ri{
    padding-left: 0;
    padding-right: var(--space100);
}
.prod-cry-para{
    padding-top: var(--space120);
}
.prod-cry-para-cry{
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom:var(--space100);
}
.pcpc-le{
    width: 40.5%;
    position: relative;
    height: fit-content;
}
.pcpc-le-img{
    width: 100%;
    position: relative;
}
.pcpc-le-img img{
    width: 100%;
}
.pcpc-ri{
    width: 59.5%;
    padding-left: 147px;
    margin-top: 41px;
}
.pcpc-ri-ul-li{
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid rgba(150, 150, 150, 0.20);
}
.prul-le{
    width: 29%;
}
.prul-ri{
    width: 71%;
    padding-left: 20px;
    color: var(--color3);
}
.product-about h2{
    text-align: center;
    margin-bottom: var(--space50);
}
.pcpc-le-line1{
    right: 14%;
    top: 25%;
    height: 60%;
}
.pcpc-le-line1 .pcpc-le-line-img{
    height: 100%;
}
.pcpc-le-line-text{
    position: absolute;
}
.pcpc-le-line1 .pcpc-le-line-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}
.pcpc-le-line-text p{
    text-align: center;
    font-size: var(--font16);
    color: var(--color1);
    font-weight: 700;
    line-height: var(--line175);
}
.pcpc-le-line-text span{
    text-align: center;
    font-size: var(--font16);
    color: var(--color3);
    line-height: var(--line175);
}
.pcpc-le-line{
    position: absolute;
}
.pcpc-le-line2{
    right: 21%;
    bottom: 8%;
    width: 40%;
}
.pcpc-le-line2 .pcpc-le-line-img{
    width: 100%;
}
.pcpc-le-line2 .pcpc-le-line-img img{
    width: 100%;
}
.pcpc-le-line2 .pcpc-le-line-text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.pcpc-le-line3{
    left: 27%;
    bottom: 8%;
    width: 10%;
}
.pcpc-le-line3 .pcpc-le-line-img{
    width: 100%;
}
.pcpc-le-line3 .pcpc-le-line-img img{
    width: 100%;
}
.pcpc-le-line1 img{
    height: 100%;
}
.prod-cry-ul-li .pcul-le img:nth-child(2){
    object-fit: cover;
}
.pcpc-le-line2 .pcpc-le-line-text{
    margin-top: 3%;
    margin-left: 10%;
}
.pcpc-le-line3 .pcpc-le-line-text{
    margin-top: 16%;
    margin-left: -30%;
}
.pcpc-ri-btn{
    margin-top: 22px;
}
.pcpc-ri-btn a{
    display: flex;
    padding: 11.5px 0; 
    border-radius: 5px;
    background: var(--colorbj2);
    gap: 24px;
    position: relative;
}
.pcpc-ri-btn a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--colormain);
    width:2px;
    height: 16px;
    z-index: 2;
}
.pcpc-ri-btn p{
    padding-left: 20px;
}
.pcpc-ri-btn img{
    width: 24px;
}
.serve-acad-cry{
    position: relative;
}
.serve-acad-cry .mod-btn-prev{
    left: -100px;
}
.serve-acad-cry .mod-btn-next{
    right: -100px;
}
.scheme-cry-ul{
    display: flex;
}
.scheme-cry-ul-li.act{
    width: 46%;
}
.scheme-cry-ul-li.act .scul-top-btn{
    animation: fadeIn .4s ease-in forwards;
}
@keyframes show{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.scheme-cry-ul-li.act .scul-word-hide{
    animation: fadeIn .6s ease-in forwards;
}
.scheme-cry-ul-li{
    position: relative;
    transition: all .4s;
    overflow: hidden;
}
.scheme-cry-ul-li{
    width:13.5%;
    height: 100vh !important;
}
.scul-img {
    width: 100%;
    height: 100% !important;
    position: relative;
}
.scul-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scul-word {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}
.scul-word-show{
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.scul-word-hide{
    width: 100%;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 70px;
    /* display: none; */
    opacity: 0;
}
.scul-word-hide-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
}
.swhu-li{
    width: 50%;
    padding: 0 20px;
    margin-top: 30px;
}
.scul-word-show .scul-top-tit{
    color: var(--color4);
    line-height: var(--line14);
    text-align: center;
    transition: all .4s;
    font-family: var(--family1) !important;
}
.std-btn2-box img{
    width: 24px;
}
.scul-word-show .scul-top-text{
    color: var(--color4);
    margin-top: 20px;
    text-align: center;
}
.scul-top-btn{
    width: max-content;
    margin: 0 auto;
    margin-top: 56px !important;
    transition: all .4s;
    opacity: 0;
    position: relative;
}
.scul-top-btn img{
    width: 24px;
}
.scul-top-btn .std-btn2-box{
    padding: 15px 83px;
    border: 1px solid var(--color4);
}
.list-cry{
    padding:var(--space120) 0;
}
.lcul-box{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 95px 20px 49px 50px;
}
.lcul-le{
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lcul-ri{
    width: 72%;
    padding-left: 98px;
}
.lcul-box::after{
    opacity: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: all .4s;
    background: linear-gradient(104deg, #F5F5F5 0.74%, #F4F4F4 100%);
}
.lcul-le-tit p{
    padding-left: 16px;
    font-size: var(--font32);
    line-height: var(--line14);
    color: var(--color1);
    position: relative;
}
.lcul-le-tit p::before{
    content: "";
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background-color: var(--colormain);
    left: 0;
}
.lcul-le-text p{
    margin-top: 16px;
    font-size: var(--font16);
    color: var(--color3);
    line-height: var(--line16);
}
.lrul-text{
    padding: 18px 24px;
}
.lrul-text-text p{
    font-size: 12px;
    color: var(--color3);
    line-height: var(--line18);
    margin-top: 9px;
}
.lcul-ri-ul{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* margin: 0 -12px; */
}
.lcul-ri-ul-li{
    width: 33.333333%;
    /* padding: 0 12px; */
}
.lrul-img{
    position: relative;
    width: 100%;
}
.lrul-img img{
    width: 100%;
    transition: all .4s;
}
.lrul-img img:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}
.lcul-le-line{
    width: 214px;
    display: flex;
    margin: 0 -10px;
    position: relative;
    z-index: 10;
    opacity: 0;
    transition: all .4s;
    overflow: hidden;
}
.lcul-le-line-li{
    width: 33.333333% !important; 
    padding: 0 10px;
}
.llll-pro{
    border-radius: 100px;
    background: rgba(78, 78, 78, 0.10);
    height: 4px;
    width: 58px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .4s;
}
.llll-pro::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--colormain);
    transition: all .4s;
    z-index: -1;
    border-radius: 100px;
}
.lcul-le-line .slick-track{
    display: flex;
    width: 100% !important;
}
.lcul-le-line .slick-list{
    width: 100%;
}
.lcul-le-line-li.slick-current .llll-pro::before{
    width: 100%;
    left: 0;
    right: auto;
}
.list-cry-ul-li{
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}   
.list-cry-ul-li:first-child{
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0px solid rgba(0, 0, 0, 0.10);
}
.list-cry-ul-li.act .lcul-box::after {
    opacity: 1;
}
.list-cry-ul-li.act  .lcul-le-line {
    opacity: 1;
}
.list-cry-ul-li.act  .lrul-img img:nth-child(1) {
    opacity: 0;
}
.list-cry-ul-li.act  .lrul-img img:nth-child(2) {
    opacity: 1;
}
.lcul-ri-ul .slick-track{
    display: flex;
    width: 100%;
}
.about-cry-top{
    padding-top: 130px;
    padding-bottom: 150px;
    position: relative;
}
.about-cry-top-span{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.about-cry-top-span img{
    animation: right 3s linear forwards;
}
@keyframes right{
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    100%{
        transform: translateX(0%);
        opacity: 1;
    }
}
.about-cry-top-span img{
    width: 100%;
}
.about-cry-top .ys-cont1400{
    display: flex;
    flex-wrap: wrap;
}
.about-cry-top-le{
    width: 43%;
}
.about-cry-top-ri{
    width: 57%;
}
.actr-ul-li-tit p{
    margin-top: 16px;
    position: relative;
}
.actr-ul-li:first-child .actr-ul-li-tit p{
    margin-top: 0;
}
.actr-ul-li-tit p::before{
    content: "";
    position: absolute;
    left: -9px;
    top: 6px;
    width: 2px;
    height: 14px;
    background-color: var(--colormain);
}
.actr-ul-li-text.yxedr-active p{
    margin-top: 16px;
    color: var(--color3);
}
.actr-ul-li-tit p span{
    color: var(--colormain);
}
.about-cry-bom{
    position: relative;
}
.about-cry-bom-bj{
    width: 100%;
    position: relative;
    z-index: -2;
}
.about-cry-bom-bj img{
    width: 100%;
}
.about-cry-ul{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
}
.about-cry-ul-li{
    width: 33.333333%;
    height: 100%;
    position: relative;
}
.about-cry-ul-li::after{
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.10);
    top: 0;
    transition: all .4s;
}
.about-cry-ul-li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    transition: all .4s;
    z-index: -1;
    opacity: 0;
}
.about-cry-ul-li:last-child:after{
    display: none;
}
.acul-box{
    width: fit-content;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.acul-box-icon{
    margin: 0 auto;
    width: 68px;
}
.acul-box-icon img{
    width: 100%;
}
.acul-box-tit p{
    width: fit-content;
    color: var(--color4);
    padding: 16px 0;
    position: relative;
    margin: 0 auto;
}
.acul-box-tit p::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: var(--colormain);
    transition: all .4s;
}
.acul-box-text p{
    color: var(--color4);
    font-size: var(--font20);
    line-height: var(--line16);
    margin-top: 16px;
    display: none;
    text-align: center;
    padding: 0 20px;
}
.serve-acad-ul-li a{
    height: 100%;
}
.about-foot-bj{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
}
.about-foot-bj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-foot{
    padding-top: var(--space100);
    padding-bottom: var(--space100);
    position: relative;
    z-index: 10;
}
.about-foot .ys-cont1400{
    position: relative;
}
.about-foot-bj-le{
    width: fit-content;
}
.about-foot-bj-ri{
    width: 63%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.about-foot-bj-le{
    position: relative;
    z-index: 5;
}
.about-foot-cry{
    width: 100%;
    padding: 104px 96px;
    border-radius: 5px;
    overflow: hidden;
}
.about-foot-le-text{
    margin-top: 13px;
    color: var(--color2);
    width: 40%;
}
.about-foot-le-btn{
    width: fit-content;
    margin-top: 72px;
}
.about-foot-le-tit{
    text-align: left;
    width: 40%;
    position: relative;
}
.about-foot-le-tit::before{
    content: "";
    position: absolute;
    left: -9px;
    top: 10px;
    width: 2px;
    height: 20px;
    background-color: var(--colormain);
}
.about-foot-le-btn .std-btn1-box{
    padding: 7px 32px;
}
.about-process{
    padding-top:var(--space100);
}
.about-proc-head .std-text2{
    margin-top: 20px;
    text-align: center;
    color: var(--color3);
}
.about-proc-cry-btn{
    width: fit-content;
    margin: 0 auto;
}
.about-proc-cry{
    margin-top: 40px;
}
.about-proc-cry-btn .std-btn1-box{
    padding: 15px 80px;
}
.apcc-year-li:first-child{
    margin-top: 0 !important;
}
.apcc-year-li:nth-child(odd){
    margin-top: -40px;
    padding-right: 50%;
}
.hkul-ul{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.first-li{
    margin-top: 0 !important;
}
.apcc-year-li:nth-child(even){
    margin-top: -280px;
    margin-top: 0px;
    padding-left: 50%;
}
.aylc-top-tit{
    /* position: absolute; */
}
.apcc-year-li:nth-child(even) .aylc-top-tit{
    text-align: right;
}
.apcc-year-li:nth-child(odd) .aylc-bom{
    padding-left: 0;
    padding-right: 142px;
}
.aylc-top-tit{
    font-size: 48px;
    color: var(--color3);
    line-height: var(--line14);
    font-family: var(--family1);
    transition: all .1s;
    transition-delay: .3s; 
}
.aylc-top{
    position: relative;
    border-bottom: 1px solid #E4E4E4;
}
.apcc-year-li:nth-child(odd) .aylc-top::after{
    right: 0;
}
.aylc-top::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: var(--colormain);
    transition: all .4s;
}
.aylc-top-ball{
    width: 20px;
}
.apcc-year-li:nth-child(even) .aylc-top-ball{
    position: absolute;
    left: -10px;
    bottom: -10px;
    z-index: 10;
}
.apcc-year-li:nth-child(odd) .aylc-top-ball{
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 10;
}
.aylc-top-ball img{
    width: 100%;
    transition: all .1s ease;
}
.aylc-top-ball img:nth-child(2){
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.aylc-bom{
    padding-top: 40px;
    padding-left: 172px;
}
.about-proc-cry-cont{
    position: relative;
}
.apcc-line{
    position: absolute;
    width: 1px;
    height: 97%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #E4E4E4;;
}
.aylc-img{
    position: relative;
    border-radius: 5px;
}
.aylc-img img{
    width: 100%;
}
.aylc-text{
    margin-top: 20px;
}
.aylc-text-li p{
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color2);
    margin-top: 4px;
    padding-left: 40px;
    position: relative;
}
.aylc-text-li p::after{
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: var(--colormain);
    top: 12px;
    left: 12px;
}
.apcc-year-li:nth-child(n+7){
    display: none;
}
 .about-cry{
    position: relative;
    z-index: 10;
 }
 .apcc-year-li:nth-child(2){
    margin-top: 0;
 }
 .apcc-year-li:nth-child(2) .aylc-top-tit{
    padding-top: 30px;
 }
.apcc-mask{
    position: sticky;
    bottom: 0;
}   
.apcc-mask::after{
    content: "";
    position: absolute;
    bottom: -200px;
    width: 100%;
    height: 521px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    display: none;
}
body {
    overflow: hidden;
}
.about-proc-cry-btn{
    margin-top: 20px;
}
.apcc-year{
    padding-bottom: calc(var(--space120) + 100px);
    padding-bottom: calc(var(--space50));
}
.apcc-year-li.act .aylc-top-tit{
    color: var(--colormain);
}
.apcc-year-li.act .aylc-top::after{
    width: 100%;
}
/* .apcc-year-li.act .aylc-top{
    color: var(--colormain);
    border-bottom: 1px solid var(--colormain);
} */
.apcc-year-li.act .aylc-top-ball img:nth-child(1){
    opacity: 0;
}
.apcc-year-li.act .aylc-top-ball img:nth-child(2){
    opacity: 1;
}
.apcc-year-li.act .aylc-img img:nth-child(2){
    transform: scale(1.05);
}
.apcc-line::after {
    content: '';
    width: 1px;
    height: calc(var(--pro)* 100%);
    background: var(--colormain);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .1s ease;
}
/* .head-nav-item-down{
    display: block !important;
} */
 .home-know-btn{
    width: fit-content;
    margin: 0 auto;
    margin-top: 64px !important;
 }
 .home-know-btn .std-btn1-box{
    padding: 16px 79px;
 }
 .home-know-btn .std-btn1-box p{
    line-height: 1.25;
 }
 .home-main h2{
    text-align: center;
}
.slick-dots li.slick-active {
    background: var(--colormain);
}
.slick-dots {
    bottom: -25px;
}
.proli-cry{
    padding: 90px 0;
}
.proli-cry .ys-cont1400{
    display: flex;
    flex-wrap: wrap;
}
.proli-cry-le{
    width: 20%;
}
.proli-cry-ri{
    width: 80%;
    padding-left: 76px;
    position: relative;
}
.proli-cry-le-li{
    width: 100%;
    cursor: pointer;
}
.pcll-cry{
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    align-self: stretch;
    transition: all .4s;
    position: relative;
}
.pcll-cry::before{
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--colormain);
    transition: all .4s;
    opacity: 0;
}
.proli-cry-le-li.act{
    background: #F5F5F5;
}
.proli-cry-le-li.act .pcll-icon img:nth-child(2){
    opacity: 1;
}
.proli-cry-le-li.act .pcll-cry::before{
    opacity: 1;
}
.pcll-icon{
    width: 40px;
    position: relative;
}
.pcll-icon img{
    width: 100%;
    transition: all .4s;
}
.pcll-icon img:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
    opacity: 0;
}
.pcrl-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-top: -24px !important;
}
.pcrl-ul-li{
    height: auto;
    width: 33.333333%;
    padding: 0 12px;
    margin-top: 24px;
}
.pcrl-ul-li-box{
    height: 100%;
    border-radius: 5px;
    background:  var(--colorbj2);
    padding: 20px 0;
}
.pulb-tit p{
    position: relative;
    padding:0 20px;
}
.pulb-tit p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 22%;
    height: 16px;
    width: 2px;
    background-color: var(--colormain);
}
.pulb-text p{
    margin-top: 4px;
    padding:0 20px;
    color: var(--color2);
}
.proli-cry-ri-item:nth-child(n+2){
    display: none;
}
.post-cry{
    padding-top: 40px;
    padding-bottom: var(--space120);
}
.post-cry-toggle{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.post-cry-toggle-li{
    width: 50%;
    padding: 0 14px;
}
.pctl-box{
    cursor: pointer;
    transition: all .4s;
    border: 1px solid transparent;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
}
.pctl-box-text{
    font-size: var(--font18);
    color: var(--color1);
    line-height: var(--line16);
    padding-left: 8px;
    position: relative;
}
.pctl-box-text::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 16px;
    background: var(--colormain);
    border-radius: 100px;
}
.pctl-box-text::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pctl-box-icon{
    position: relative;
    width: 24px;
}
.pctl-box-icon img{
    width: 100%;
    transition: all .4s;
}
.pctl-box-icon img:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.post-cry-toggle-li.act .pctl-box{
    border: 1px solid var(--colormain);
}
.post-cry-toggle-li.act .pctl-box-icon img:nth-child(2){
    opacity: 1;
}
.post-cry-toggle-li.act .pctl-box-icon img:nth-child(1){
    opacity: 0;
}
.post-cry-sift{
    padding: 24px 24px 43px;
    margin-top: 28px;
    border-radius: 10px;
    background: var(--color4);
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
}
.pcst-le p{
    padding-left: 8px;
    font-size: var(--font18);
    color: var(--color1);
    line-height: var(--line16);
    position: relative;
}
.pcst-le p::before{
    content: "";
    width: 3px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    background: var(--colormain);
    left: 0;
}
.post-cry-sift-top{
    display: flex;
    justify-content: space-between;
}
.pcst-ri{
    display: flex;
    align-items: center;
    margin: 0 -7px;
}
.post-cry-sift-search{
    margin-top: 32px;
}
.pcst-ri-clear a{
    display: flex;
    align-items: center;
}
.pcst-ri p,
.pcst-ri span{
    font-size: var(--font14);
    color: var(--color2);
    line-height: var(--line18);
}
.pcst-ri-clear img{
    width: 16px;
    margin-left: 7px;
}
.pcst-ri-item{
    padding: 0 7px;
    position: relative;
}
.pcst-ri-item::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 70%;
    background-color: rgba(0, 0, 0, 0.10);
    top: 50%;
    transform: translateY(-50%);
}
.pcst-ri-item:last-child::after{
    display: none;
}
.pcst-ri-item span{
    margin: 0 4px;
}
.pcst-ri-item:nth-child(2) span {
    margin-right: 4px;
    margin-left: 0;
}
.post-cry-sift-search{
    /* display: flex; */
    position: relative;
}
.pcss-input{
    width: 100%;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.pcss-input input::placeholder{
    line-height: 41px;
    color: var(--font14);
    color: var(--color3);
}
.pcss-input input{
    width: 100%;
    line-height: 41px;
    color: var(--font14);
    color: var(--color1);
    padding-left: 16px;
    padding-right: 120px;
}
.pcss-btn{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 88px;
    border-radius: 0px 100px 100px 0px;
    background: var(--colormain);
}
.pcss-btn p{
    color: var(--color4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
    font-size: var(--font14);
    line-height: var(--line18);
}
.post-cry-sift-down{
    margin-top: 24px;
}
.pcsd-ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.pcsd-ul-li{
    padding: 0 14px;
}
.pcsd-ul-li-cry{
    width: 259px;
    position: relative;
}
.pcsd-ul-li-top{
    cursor: pointer;
    padding-left: 24px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.pult-icon{
    width: 24px;
    transition: all .4s;
}
.pult-icon img{
    width: 100%;
}
.pult-text{
    line-height: 41px;
}
.pcsd-ul-li.act .pult-icon{ 
    transform: rotate(180deg);
}
.pcsd-ul-li-bom{
    z-index: 10;
    position: absolute;
    width: 100%;
    display: none;
    padding: 16px 15px 11px 24px;
    top: calc(100% + 4px);
    border-radius: 5px;
    background: var(--color4);
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
}
.pulb-ul-li{
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}
.pulb-ul-li:first-child{
    margin-top: 0;
}
.pulb-ul-li-box{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.pulb-ul-li-box img{
    width: 100%;
    transition: all .4s;
    opacity: 0;
}
.pulb-ul-li.act .pulb-ul-li-text{
    color: var(--colormain);
}
.pulb-ul-li.act .pulb-ul-li-box img{
    opacity: 1;
}
.post-cry-ul-li{
    margin-top: 28px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
}
.pcul-top{
    padding: 24px 24px 0; 
    cursor: pointer;
}
.pcul-top-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pcul-top-name-le{
    display: flex;
    align-items: center;
}
.ptnl-span{
    margin-right: 8px;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: rgba(230, 0, 18, 0.10);
}
.ptnl-span p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: rgba(230, 0, 18, 0.80);
    font-size: var(--font14);
    line-height: var(--line18);
}
.pcul-top-name-le span{
    font-size: var(--font18);
    color: var(--color1);
    line-height: var(--line16);
}
.pcul-top-detail{
    margin-top: 16px !important;
    margin: 0 -8px;
    display: flex;
}
.pcul-top-deta-item{
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
}
.pcul-top-deta-item::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
}
.pcul-top-deta-item:last-child::after{
    display: none;
}
.pcul-top-deta-item img{
    width: 16px;
    margin-right: 4px;
}
.pcul-top-text p{
    margin-top: 16px;   
    font-size: var(--font14);
    line-height: var(--line18);
    color: var(--color2);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.8em;
}
.pcul-top-text{
    padding-bottom: 24px;
}
.ys-cont1112 {
    width: 100%;
    max-width: 1112px;
    margin: auto;
}
.pcul-bom{
    margin-top: 16px;
    display: none;
    padding:0 24px 24px;
}
.pbul-tit{
    color: var(--color1);
    font-size: var(--font16);
    line-height: var(--line175);
    margin-bottom: 8px;
}
.pbul-text{
    margin-top: 8px;
}
.pbul-text.yxedr-active p{
    font-size: var(--font14);
    color: var(--color1);
    margin-bottom: var(--parpspace10);
    line-height: var(--line18);
}
.pcul-bom-ul-li{
    margin-bottom: 24px;
}
.pcul-bom-btn{
    width: fit-content;
}
.pcul-bom-btn .std-btn1-box{
    padding: 7px 22px;
}
.pcul-top-name-ri{
    width: 24px;
    transition: all .4s;
}
.pcul-top-name-ri img{
    width: 100%;
}
.post-cry-ul-li.act .pcul-top-name-ri{
    transform: rotate(180deg);
}
.ptnl-text{
    font-size: var(--font18);
    line-height: var(--line16);
    color: var(--color1);
}
.detail-cry-top h3{
    color: var(--colormain);
    text-align: left;
    margin-bottom: 24px;
    margin-top: var(--space50);
}
.detail-cry .ys-cont1200{
    padding: 0 5px;
}
.post-cry-item-li:nth-child(n+2){
    display: none;
}
.hscb-bom-ul-li:nth-child(4n+1){
    animation-delay: .2s;
}
.hscb-bom-ul-li:nth-child(4n+2){
    animation-delay: .3s;
}
.hscb-bom-ul-li:nth-child(4n+3){
    animation-delay: .4s;
}
.hscb-bom-ul-li:nth-child(4n+4){
    animation-delay: .5s;
}
/* .head-nav-item-down{
    display: block !important;
} */
.hnid-cry-le-item{
    position: relative;
}
.hclr-li{
    display: none;
}
.hnit-cry-ri-item{
    display: none;
}
.hclr-li.act{
    display: block;
}
.hnit-cry-ri-item.act{
    display: block;
}
.pcll-text{
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
}
.proli-cry-le-li.slick-current .pcll-cry::before{
    opacity: 1;
}
.proli-cry-le-li.slick-current{
    background: #F5F5F5;
}
.proli-cry-le-li.slick-current .pcll-icon img:nth-child(2) {
    opacity: 1;
}
.first-li .aylc-top::after{
    display: none;
}
.first-li .aylc-top{
    border-bottom: none;
}
.ybdu-li.on .ybdu-li-line-pro{
    animation: width 5s linear forwards;
}
.ys-hd-ph .mCustomScrollBox{
    width: 100%;
}
.scheme-cry-ul-li.num3{
    width: 27%;
}
.scheme-cry-ul-li.num3.act{
    width: 46%;
}
.scheme-cry-ul-li.num5{
    width: 15%;
}
.scheme-cry-ul-li.num5.act{
    width: 40%;
}
.yfms-icon-li-cry{
    position: relative;
    width: 43px;
}
.yfms-icon-li-wrap img{
    width: 100%;
}
.ys-share-list.act .yilw-pop{
    opacity: 1;
}
.yfim-code{
    position: absolute;
    top: -18px;
    /* bottom: 0; */
    right: 0;
    opacity: 0;
    transition: all .4s;
}
.code.yfim-code{
    opacity: 1;
}
.ys-privacy .ys-priban {
    top: 50% !important;
}
.hscb-ul-li{
    height: fit-content !important;
}
.ys-hd-btn a{
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.ys-ph-navbar3 .ys-ph-nav {
    padding: 10px 0 0;
}
.ys-hd-btn{
    margin-bottom: 5px;
}
.lrul-text-tit p,
.lrul-text-text p{
    text-align: center;
}
.ys-foot-bom-ri a:nth-child(4){
    display: none;
}
/* .yfim-code{
    opacity: 1;
} */
.yongsy-pc-ph-table td, .yongsy-pc-ph-table th {
    border: 0px;
}
.yxedr-active td{
    padding: 14px 20px;
    border: 1px solid #F2F2F2;
    text-align: center;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color1);
    vertical-align: middle;
}
.firstRow td{
    border-right: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: #F0F0F0 !important;
    color:var(--color1) !important;
    line-height: var(--line16);
    font-size: var(--font18);
}
.firstRow td:nth-child(2){
    text-align: center !important;
}
.yongsy-pc-ph-table tr td:nth-child(1) {
    width: 190px;
}
.yongsy-pc-ph-table tr td:nth-child(2) {
  width: 420px;
  text-align: left;
}
.detail-cry-top-table.act  tr td:nth-child(2) {
    width: 800px;
}
.detail-cry-top-table.act  tr td:nth-child(3) {
    width: 260px;
}
.yongsy-pc-ph-table tr td:nth-child(3) {
    width: 260px;
}
.yongsy-pc-ph-table tr td:nth-child(4) {
    width: 240px;
}
.yongsy-pc-ph-table tr td:nth-child(5) {
    width: 295px;
}
.yongsy-pc-ph-table tr:nth-child(odd) {
    background: #FBFBFB;
}
.yongsy-pc-ph-table tr:nth-child(even) {
    background-color: #ffffff;
}
/*.hscb-bom-ul-li.slick-current .hbul-box{*/
/*    background: var(--color4);*/
/*    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);*/
/*}*/
.home-syst-cry{
    position: relative;
}
.hscb-bom-ul-li.act .hbul-box{
    background: var(--color4);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.detail-cry-top-table.yxedr-active p{
    display: inline-block;
    padding: 0 5px;
}
.detail-cry-top{
    margin-top: var(--space50);
}
.detail-cry-top{
    
}
.yxedr-active table{
    width: 100%;
}
.about-process h2{
    text-align: left;
}
.ys-phnav-menu {
    background: var(--color1);
}
.ys-phnav-r{
    display: flex;
    align-items: center;
}
.about-proc-head p:last-child{
    font-size: var(--font18);
    line-height: var(--line175);
    color: var(--color2);
}
.mCSB_outside+.mCSB_scrollTools {
    right: 4px;
    margin: 15px 0;
}
.ys-returntop1-btn {
    position: fixed;
    left: auto;
    top: auto;
    right: 36px;
    bottom: 16px;
    z-index: 100;
    padding: 5.5px 16px;
    cursor: pointer;
    border-radius: 5px;
    background: var(--color4);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    transition: all .4s;
    opacity: 0;
    transform: scale(.1);
    z-index: 100;
}
.ys-returntop1-btn.ys-show {
    opacity: 1;
    transform: scale(1);
}
.ys-returntop1-btn img {
    width: 24px;
    transform: rotate(180deg);
    margin: 0 auto;
}
.ys-returntop1-btn p{
    font-size: var(--font14);
    line-height:1.8;
    color: var(--color2);
}    
.detail-cry-head{
    width: 600px;
    position: relative;
}
.detail-cry-head .ys-select-hd{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);  
}
.detail-cry-head .ys-select-hd input{
    font-size: var(--font16);
    color: var(--color1);
    line-height: 56px;
    height: 56px;
    padding-left: 24px;
}
.ys-select-xtbbox {
    right: 16px;
    width: 24px;
}
.detail-cry-head .ys-select-xtbbox img{
    width: 100%;
}
.detail-cry-head .ys-select-bd{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    padding: 14px 20px 14px 24px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.10);
    height: 251px;
    max-height: 251px;
    transform: translateX(0);
}
.ys-select-li:first-child{
    margin-top: 0;
}
.ys-select-li{
    margin-top: 8px;
    font-size: var(--font14);
    line-height: var(--line16);
    color: var(--color1);
    transition: all .4s;
}
.home-main .ys-ban-imgbox img{
    height: 100vh;
    object-fit: cover;
}
.scheme-cry-top-warp{
    position: relative;
}
.about-proc-head h2{
    text-align: center;
}
.icon-close:before{
    color: #333;
}
.swhu-li .std-btn2-box{
    padding: 16px 50px;
}



.apcc-year-li:nth-child(even) .aylc-top-tit {
    text-align: right;
}
.apcc-year-li:nth-child(even) {
    margin-top: 0px;
    /* padding-left: 0%; */
}
.apcc-year-li:nth-child(odd) {
    margin-top: 0px;
    /* padding-right: 0%; */
}
.apcc-line{
    height: 100%;
}
.aylc-bom {
    padding-top: calc(var(--space50) - 5px) !important;
    padding-left: 50px !important;
}
.aylc-top-ball img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.serve-academic2{
    background: var(--color4) !important;
}
.ys-nyban-btn a{
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.ys-nyban-btn a p{
    font-size: 16px;
    line-height:1.75;
    color: #E60012;
}
.ys-nyban-btn a img{
    width: 24px;
    margin-left: 16px;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .ys-select-li:hover{
        color: var(--colormain);
    }
    .pctl-box:hover{
        border: 1px solid var(--colormain);
    }
    .post-cry-toggle-li:hover .pctl-box-icon img:nth-child(2){
        opacity: 1;
    }
    .post-cry-toggle-li:hover .pctl-box-icon img:nth-child(1){
        opacity: 0;
    }
    .proli-cry-le-li:hover{
        background: #F5F5F5;
    }
    .proli-cry-le-li:hover .pcll-icon img:nth-child(2){
        opacity: 1;
    }
    .proli-cry-le-li:hover::before{
        opacity: 1;
    }
    .about-cry-ul-li:hover .acul-box-tit p::after{
        width: 100%;
    }
    .about-cry-ul-li:hover::before{
        opacity: 1;
    }
    .about-cry-ul-li:hover::after{
        opacity: 0;
    }
    .product-main .saul-box:hover .sbws-text span{
        color: var(--colormain);
    }
    .prod-cry-ul-li:hover .pcul-le img:nth-child(2){
        transform: scale(1.05);
    }
    .pc-fenye li:hover {
        color: #fff;
        background: var(--colormain);
    }
    .end li:hover::before,
    .first li:hover::before,
    .next li:hover::before,
    .prev li:hover::before {
        color: var(--colormain);
        background-color: var(--color4);
    }
    .end li:hover,
    .first li:hover,
    .next li:hover,
    .prev li:hover {
        background: var(--color4);
    }
    .ncbl-box:hover .ncbl-ri-tit p{
        color: var(--colormain);
    }
    .ncbl-box:hover{
        box-shadow: 0px 4px 40px 0px rgba(8, 30, 125, 0.15);
    }
    .ys-select-li a:hover{
        color: var(--colormain);
    }
    .dcbl-ul-li a:hover{
        color: var(--colormain);
    }
    .dcbl-ul-li a:hover::after{
        opacity: 1;
    }
    .yncc-ul-li-ri a:hover{
        color: var(--colormain);
    }
    .saul-box:hover .saul-box-img{
        background-color: var(--color4);
    }
    .saul-box:hover::after{
        width: 100%;
    }
    .hlbu-li a:hover{
        color: var(--colormain);
    }
    .hsct-ul-li p:hover::after{
        width: 100%;
    }
    .hsct-ul-li p:hover{
        color: #E60012;
    }
    .hnul-box:hover .hnul-word-text p{
        color: var(--colormain);
    }
    .ys-foot-bom-ri a:hover{
        color: rgba(255, 255, 255, 1);
    }
    .ys-foot-bom-le>ul>li>a:hover{
        color: rgba(255, 255, 255, 1);
    }
    .yftr-bom>ul>li>ul>li>a:hover{
        color: rgba(255, 255, 255, 1);
    }
    .std-btn1-box:hover::after{
        width: 100%;
        left: 0;
        right: auto;
    }
    .std-btn1-box:hover p{
        color: var(--color4);
    }
    .std-btn2-box:hover{
        border: 1px solid var(--color4);
    }
    .std-btn3-box:hover::after{
        width: 100%;
        left: 0;
        right: auto;
    }
    .std-btn3-box:hover .std-btn3-box-text p::before {
        background-color: var(--color4);
    }
    .std-btn3-box:hover p{
        color: var(--color4);
    }
    .std-btn3-box:hover .std-btn3-box-img img:nth-child(1){
        opacity: 0;
    }
    .std-btn3-box:hover .std-btn3-box-img img:nth-child(2){
        opacity: 1;
    }
    .about-cry-top-ri {
        margin-top: 15px;
    }
    
}