



.ys_cont1080{
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
}

.t_titsizeh1{
    font-size: 60px;
    line-height: 1.2;
    color:#000;
    font-weight: bold;
}
.t_titsizeh2{
    font-size: 48px;
    line-height: 1.2;
    color:#000;
    font-weight: bold;
}
.t_titsizeh3{
    font-size: 40px;
    line-height: 1.5;
    color:#000;
    font-weight: bold;
}
.t_titsizeh4{
    font-size: 30px;
    line-height: 1.75;
    color:#000;
}
.t_titsizeh5{
    font-size: 17px;
    line-height: 1.75;
    color:#000;
}
.t_zhsizeh3{
    font-size: 18px;
    line-height: 1.75;
    color:#666;
}
.t_zhsizeh4{
    font-size: 16px;
    line-height: 1.75;
    color:#666;
}
.t_jiantop{
    padding-top: 100px;
}
.t_jiankuaiwai{
    margin-bottom: 120px;
}
.t_jianlitop{
    padding-top: 10px;
}
.t_jiankuaili{
    padding-bottom: 120px;
}
.t_jianxi{
    margin-bottom: 40px;
}
.t_mainse{
    background: #00A19B;
}
.t_fuse1{
    background: #F2F5FA;
}
.t_fuse2{
    background: #F7F9FB;
}
.t_ying1{
    box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.17);
}
.t_ying2{
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.t_duan1 p{
    font-size: 20px;
    line-height: 1.75;
    color:#333;
}
.t_syk5xin p {
    color: #fff !important;
}
.t_duan2 p{
    font-size: 18px;
    color:#fff;
    opacity: .8;
    line-height: 1.75;
}
.t_duan3 p{
    font-size: 16px;
    color:#333;
    line-height: 1.75;
}
.t_duan2.t_duan2jia p{
    color:#333;
    opacity: 1;
}
.t_syfonth2{
    font-size: 64px;
    line-height: 1.2;
    font-weight: bold;
    color:#000;
}
.t_syfonth4{
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    color:#000;
}
.s_cont1130 {
    width: 1130px;
    margin: 0 auto;
}
/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
    height: 100vh;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}
.ys_ban_txtbox{
    z-index: 5;
}
/* - banner - end*/
/* tammy - start */
/* sy - banner*/
.ys_ban_title{
    text-align: center;
    color:#fff;
    font-size: 70px;
    line-height: 1.2;
    font-weight: bold;
}
.ys_ban_imgbox{
    height: 100vh;
}
.ys_ban_imgbox img{
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ys_ban_slick .slick-prev,.ys_ban_slick .slick-next{
    width: 100px;
    height: 100px;
    z-index: 2;
}
.ys_ban_slick .slick-prev::before,.ys_ban_slick .slick-next::before{
    content: url(../image/a1_icon6.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.72);
}
.ys_ban_slick .slick-next::before{
    content: url(../image/a1_icon7.svg);
}
.ys_ban_slick .slick-prev{
    left: calc(50vw - 800px);
}
.ys_ban_slick .slick-next{
    right: calc(50vw - 800px);
}
.t_xiaban {
    opacity: 1;
    position: absolute;
    left: 50%;
    bottom: 0;
    /* z-index: 20; */
    width: 2px;
    height: 130px;
    background: rgba(255, 255, 255, .4);
    transition: all 1s ease-out;
}
.t_xiaban::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: scroll-down-line 2.6s cubic-bezier(.77, 0, .175, 1) infinite;
}
@keyframes scroll-down-line {
    0% {
        transform-origin: 50% 100%;
        transform: scaleY(1);
    }
    50% {
        transform-origin: 50% 100%;
        transform: scaleY(0);
    }
    50.0001% {
        transform-origin: 50% 0;
        transform: scaleY(0);
    }
    to {
        transform-origin: 50% 0;
        transform: scaleY(1);
    }
}
.t_shubiao::before{
    content: '';
    width: 3px;
    height: 8px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    position: absolute;
    border-radius: 1.5px;
}
.t_shubiao{
    width: 21px;
    height: 34px;
    border-radius: 10.5px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -64px;
    animation: mousemove 2.6s linear infinite;
}
.t_xiaban{
    cursor: pointer;
}
@keyframes mousemove {
    0%{
        top: -64px;
    }
    50%{
        top: -44px;
    }
    100%{
        top: -64px;
    }
}
html.act {
    height: 100vh;
    overflow-y: scroll;
}
html.act body {
    height: 100vh;
}


@keyframes off {
    0% {
        clip: rect(0, 326px, 326px, 0px);
    }
    100% {
        clip: rect(0, 326px, 326px, 326px);
    }
}
@keyframes on {
    0% {
        clip: rect(0, 0, 326px, 0);
    }
    100% {
        clip: rect(0, 326px, 326px, 0px);
    }
}

/* syk1 */
.t_zuoce .t_fonth1{
    font-size: 72px;
    line-height: 1.2;
    font-weight: bold;
    color:#000;
    margin-bottom: 48px;
}
.t_zuoce{
    width: 515px;
}
.t_xiaping{
    width: 96px;
    height: 96px;
    cursor: pointer;
    /* border: 1px solid #000; */
    position: relative;
    border-radius: 50%;
}
.t_xiaquan img{
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.t_xiaping.on .t_xiaquan img{
    animation: jianmove 2.8s linear forwards;
}
@keyframes jianmove {
    0%{
        top: 50%;
    }
    25%{
        top: calc(50% + 10px);
    }
    50%{
        top: 50%;
    }
    75%{
        top: calc(50% - 10px);
    }
    100%{
        top: 50%;
    }
}
.t_xiaping{
    display: inline-block;
}
.t_zuobg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform-origin: right bottom;
    pointer-events: none;
    transition: transform 1.5s cubic-bezier(.18, .63, 0, 1);
}
.t_zuoce{
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity 1s ease-out;
    transition-delay: .6s;
}
.t_zuobgmeng{
    width: 100%;
    height: 100%;
}
html.off .t_zuobg {
    transform: scale(4);
    opacity: 0;
}
html.off .t_zuoce {
    transform: translateY(30px);
    opacity: 0;
}
.t_zuoce .t_titsizeh3 {
    margin-bottom: 35px;
}
.t_zuoce .t_duan1 {
    margin-bottom: 102px;
}
.t_syk1{
    position: absolute;
    width: 100%;
    height: 200vh;
    transform: 0;
    top: 0;
    left: 0;
    z-index: 10;
}
.t_zuoce{
    padding-top: 280px;
}
html.off .ys_ban_title{
    opacity: 1;
    transition: opacity 1s ease-out;
}
html .ys_ban_title{
    opacity: 0;
}
.t_xiaping .progress{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
    opacity: 0;
}
.t_xiaping.on .progress {
    opacity: 1;
}
.t_xiaping .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.t_xiaping .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.t_xiaping .progress .progress-left {
    left: 0;
}

.t_xiaping .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #000;
    box-sizing: border-box;
}
.t_xiaping .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.t_xiaping.on .progress .progress-left .progress-bar {
    -webkit-animation: loading-2 1.4s linear forwards 1.4s;
    animation: loading-2 1.4s linear forwards 1.4s;
}

.t_xiaping .progress .progress-right {
    right: 0;
}

.t_xiaping .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    border-right: 0;
}

.t_xiaping.on .progress .progress-right .progress-bar {
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: loading-1 1.4s linear forwards;
    animation: loading-1 1.4s linear forwards;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
html.off .t_zuobg,html.off .t_syk1{
    z-index: 0;
}
/*  */
.t_syk2{
    width: 100%;
}
.t_syk2 img{
    width: 100%;
    transform: scale(1.3);
    transition: all ease-in-out 1.2s;
    position: relative;
}
.t_syk1nr {
    position: relative;
    top: 0;
}
.t_syk2{
    position: relative;
    overflow: hidden;
}
.t_syk2.animated img{
    transform: scale(1);
}
.t_syk3bg{
    position: relative;
}
.t_syk3bg img{
    width: 100%;
}
.t_syk3bg video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.t_syk3baiceng{
    border: 1px solid rgba(255,255,255,.38);
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 126px 20px 136px;
    background: rgba(255, 255, 255, 0.028);
    box-shadow: inset 75px -75px 75px rgba(194, 194, 194, 0.028), inset -75px 75px 75px rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(162px);
}
.t_syk3{
    position: relative;
}
.t_syk3le{
    width: 338px;
}
.t_syk3le img{
    width: 100%;
}
.t_syk3rg{
    width: calc(100% - 338px);
    padding-left: 200px;
    padding-top: 24px;
}
.syk3bai{
    height: 100vh;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
}
.t_syk3box{
    height: 200vh;
}
.syk3bgda{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.syk3bgda .t_syk3bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* syk4 */
.t_syk4tit {
    position: relative;
    margin-bottom: 59px;
}
.t_syk4tit .t_syfonth2{
    width: 50%;
}
.t_syk4tit .t_duan2{
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
}
.t_syk4tit .t_duan2 p{
    position: absolute;
    bottom: 0;
    left: 0;
}
.t_syk4ul{
    margin-right: calc(700px - 50vw);
    margin-bottom: 67px;
}
.t_syk4bo{
    padding: 0 13px;
}
.t_syk4lun{
    margin: 0 -13px;
}
.t_syk4pic{
    width: 100%;
    margin-bottom: 29px;
}
.t_syk4wai{
    position: relative;
}
.t_syk4qie{
    height: 30px;
    width: 60px;
    position: relative;
}
.t_syk4qie .swiper-button-next,.t_syk4qie .swiper-button-prev{
    width: 17px;
    line-height: 30px;
    cursor: pointer;
}
.t_syk4qie .swiper-button-next{
    right: 0;
}
.t_syk4qie .swiper-button-prev{
    left: 0;
}
.t_syk4qie .swiper-button-next img,.t_syk4qie .swiper-button-prev img{
    width: 100%;
}
.t_syk4qie .swiper-button-next:after,.t_syk4qie .swiper-button-prev:after{
    display: none;
}
.t_syk4qie .swiper-button-next.swiper-button-disabled,.t_syk4qie .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: all;
}
.t_hover{
    display: none;
}
.t_syk4lun{
    overflow: hidden;
}
.t_syk4wai .swiper-scrollbar{
    width: calc(100% - 143px);
    height: 30px;
    background: transparent;
}
.t_syk4wai .swiper-scrollbar::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #D6D6D6;
}
.t_syk4wai .swiper-scrollbar .swiper-scrollbar-drag{
    height: 30px;
    background: transparent;
}
.t_syk4wai .swiper-scrollbar .swiper-scrollbar-drag::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #00A19B;
}
.t_syk5{
    position: relative;
}
.t_syk5pic{
    position: relative;
    width: 100%;
}
.t_syk5pic img{
    width: 100%;
}
.t_syk5shang{
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;   
    background: rgba(255, 255, 255, 0.028);
    box-shadow: inset 75px -75px 75px rgba(194, 194, 194, 0.028), inset -75px 75px 75px rgba(255, 255, 255, 0.028);
    backdrop-filter: blur(162px);
    z-index: 6;
}
.t_syk5shang .t_syfonth2{
    color:#fff;
    margin-bottom: 34px;
}
.t_syk5li .t_duan2 p{
    opacity: .7;
}
.t_syk5li .t_syfonth4{
    color:#fff;    
    margin-bottom: 15px;
}
.t_syk5li .t_syfonth4 .ys_demo_num{
    font-size: 50px;
    font-family: "Montserrat-Regular-8"!important;
}
.t_syk5wen{
    padding:249px 168px 100px;
}
.t_duan2.t_syk5duan {
    margin-bottom: 80px;
}
.t_syk5ul{
    margin: 0 -46px;
}
.t_syk5li{
    width: 33.333333%;
    padding: 0 46px;
    text-align: center;
}
.t_syk5li:first-of-type{
    text-align: left;
}
.t_syk5li:last-of-type{
    text-align: right;
}
.t_syk5xin{
    display: inline-block;
    text-align: center;
}
.t_syk5xiap{
    text-align: center;
}
.t_xiaping1{
    display: inline-block;
}

.t_xiaping.t_xiaping1 .progress .progress-bar{
    border-color: #fff;
}
.t_syk5{
    position: relative;
}
.t_syk5pic:first-of-type{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.t_syk5pic{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    transition: all 0.36s;
}
.t_syk5pic.on{
    opacity: 1;
    z-index: 3;
}
.t_syk5pic.on:first-of-type{
    opacity: 1;
    z-index: 3;
}
.t_syk5top{
    position: relative;
}
.t_syk5wen:first-of-type{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.t_syk5wen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
}
.t_syk5wen.act{
    opacity: 1;
    z-index: 3;
}
.t_syk5wen.act:first-of-type{
    opacity: 1;
    z-index: 3;
}
/* syk6 */
.t_syk6{
    position: relative;
}
.t_syk6zh{
    position: absolute;
    top: -178px;
    left: 0;
    width: 350px;
}
.t_syk6zh img{
    width: 100%;
}
.t_syk6 .ys_cont1400{
    position: relative;
    z-index: 10;
}
.t_syk6ul{
    margin-right: calc(700px - 50vw);
    overflow-x: hidden;
}
.t_syk6zhen{
    width: 1400px;
}
.t_syk6bo{
    padding: 0 19px;
}
.t_syk6lun{
    margin: 0 -19px;
}
.t_syk6xin{
    position: relative;
}
.t_syk6date{
    font-size: 18px;
    color:#ddd;
    line-height: 1.5;
    transition: all 0.36s;
    font-family: "Montserrat-Regular-8"!important;
    margin-bottom: 12px;
}
.t_syk6shang .t_titsizeh5{
    color:#fff;
    font-weight: bold;
    transition: all 0.36s;
}
.t_syk6shang{
    padding: 46px 50px;
    transition: all 0.36s;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.t_syk6lun .slick-list{
    overflow: visible;
}
.t_syk6top .t_syfonth2 {
    margin-bottom: 10px;
}
.t_syk6le {
    margin-bottom: 28px;
}
.t_syk6lun .slick-prev,.t_syk6lun .slick-next{
    width: 58px;
    height: 58px;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #000;
    top: -120px;
    transform: translate(0);
}
.t_syk6lun .slick-prev::before,.t_syk6lun .slick-next::before{
    content: url(../image/a1_icon3.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.t_syk6lun .slick-next::before{
    content: url(../image/a1_icon4.svg);
}
.t_syk6lun .slick-next {
    right: 19px;
}
.t_syk6lun .slick-prev{
    left: auto;
    right: 100px;
}
/* footer */
.ys_footer{
    background: #314651;
}
.t_footerup{
    padding-top: 110px;
    padding-bottom: 86px;
}
.t_fotlogo{
    width: 208px;
    margin-bottom: 58px;
}
.t_fotlogo img{
    width: 100%;
}
.t_fotic{
    width: 20px;
    line-height: 24px;
}
.t_fotleyou p{
    font-size: 14px;
    color:rgba(255, 255, 255, .7);
    line-height: 1.7;
    margin-bottom: 4px;
}
.t_fotleyou p span{
    margin-left: 10px;
    font-size: 14px;
    color:#fff;
    line-height: 1.7;
}
.t_fotleyou p a{
    color:#fff;
    font-size: 14px;
    color:#fff;
    line-height: 1.7;
}
.t_fotlewen{
    width: calc(100% - 20px);
    padding-left: 14px;
}
.t_fotleul .t_fotlewen a{
    position: relative;
}
.t_mail .t_fotlewen a::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #00A19B;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.t_footnav{
    width: 824px;
}
.t_footul{
    width: 25%;
    padding-right: 20px;
}
.t_fotleli {
    margin-bottom: 32px;
}
.t_footli a{
    color:#fff;
    opacity: .7;
    font-size: 14px;
    line-height: 2.5;
    transition: all 0.36s;
}
.t_footone.t_footli a{
    font-size: 16px;
    opacity: 1;
}
.t_footrg {
    padding-top: 7px;
}
.t_footli.t_footone {
    margin-bottom: 21px;
}
.t_footli {
    margin-bottom: 4px;
}
.t_footsh {
    padding-top: 12px;
    margin: 0 -17px;
}
.footic{
    cursor: pointer;
}
.t_footshxia{
    padding: 0 17px;
    position: relative;
}
.t_fotcode{
    position: absolute;
    width: 82px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    background: #fff;
    display: none;
}
.t_fotcode img{
    width: 100%;
}
.t_fotcode::before{
    width: 100%;
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    top: -20px;
}
.t_fotcode::after{
    content: '';
    border-bottom: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.t_footerxia{
    background: rgba(255, 255, 255, .1);
}
.t_diduan p{
    color:#798B95;
    font-size: 14px;
    line-height: 1.5;
}
.t_dizhli a{
    color:#798B95;
    font-size: 14px;
    line-height: 1.5;
}
.t_dizhli{
    padding: 0 12px;
}
.t_dizhong{
    margin: 0 -12px;
}
.t_footxianr{
    padding: 27px 0;
}
/* head */
.ys_hd_pc{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.t_pchead{
    width: 100%;
    width: 100%;
    padding: 0 60px;
    transition: all 0.36s;
}
.t_pclogo a{
    display: block;
    width: 154px;
    line-height: 78px;
}
.t_pcnavone{
    padding: 0 3px;
}
.t_pclogo{
    position: relative;
    z-index: 10;
}
.t_pclogo img{
    width: 100%;
}   
.t_pcone a{
    line-height: 78px;
    color:#fff;
    font-size: 16px;
    transition: all 0.36s;
    padding: 0 30px;
    display: block;
} 
.ys_hd_pc.isfixed .t_pchead{
    background: #fff;
    box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.07);
}
.ys_hd_pc.isfixed .t_pcone a{
    color:#333;
}
.ys_hd_pc.isfixed .t_pcnavone.yxnav_active1 .t_pcone a{
    color:#00A19B;
}
.t_pcnav{
    margin: 0 -33px;
    display: inline-block;
}
.t_pcnavzh{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
}
.t_souic{
    width: 20px;
    line-height: 78px;
    cursor: pointer;
}
.t_souic img{
    width: 100%;
    transition: all 0.36s;
}
.t_heipic,.t_lvpic{
    display: none;
}
.ys_hd_pc.isfixed .t_heipic{
    display: inline-block;
}
.ys_hd_pc.isfixed .t_baipic,.ys_hd_pc.isfixed .t_lvpic{
    display: none;
}
.ys_hd_pc.isfixed .t_baipic,.ys_hd_pc.isfixed .t_lvpic{
    display: none;
}
.t_yule{
    line-height: 78px;
    font-size: 16px;
    color:#fff;
    transition: all 0.36s;
}
.ys_hd_pc.isfixed .t_yule{
    color:#333;
}
.t_yuic{
    line-height: 78px;
}
.t_yutop{
    cursor: pointer;
}
.t_sou{
    margin-right: 24px;
}
.t_pcsourg{
    position: relative;
    z-index: 10;
}
.t_pcnavone{
    position: relative;
}
.t_pcnaver{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 9px 22px 2px rgba(14,82,79,.15);
    padding: 16px 28px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.t_pcnaver::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #00A19B;
}
.t_naver a{
    white-space: nowrap;
    color:#333;
    font-size: 16px;
    line-height: 2.5;
    transition: all 0.36s;
}
.t_naver.yxnav_active2 a{
    color:#00A19B;
}
.t_yuyan{
    position: relative;
}
.t_souxia{
    position: absolute;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 0 130px;
    top: 78px;
    z-index: 10;
    display: none;
}
.t_soubtn{
    font-size: 16px;
    line-height: 1.875;
    color:#00A19B;
    cursor: pointer;
    padding-left: 10px;
}
.t_souicon {
    width: 24px;
    line-height: 30px;
}
.t_souicon img{
    width: 100%;
}
.t_souti{
    width: 45px;
}
.t_soulile{
    width: calc(100% - 45px);
}
.t_souinput{
    width: calc(100% - 24px);
    padding: 0 10px;
    font-size: 16px;
    color:#333;
    line-height: 1.875;
}
.t_souinput input{
    width: 100%;
}
.t_souxiali{
    padding: 15px 0;
}
.t_pcsourg .t_sou.on .t_lvpic{
    display: inline-block;
}
.t_pcsourg .t_sou.on .t_baipic,.t_pcsourg .t_sou.on .t_heipic{
    display: none;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #00A19B;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a {
    color: #00A19B;
}
.t_syk1rgtu {
    display: none;
}
.t_syk3lv{
    display: none;
}
.t_syk3play{
    display: none;
}
.t_xiaping3{
    display: none;
}
.t_phtu{
    display: none;
}
.footic{
    width: 22px;
}
.footic img{
    width: 100%;
}
/* tammy - end */


/* sumi - start */
.yxedr_active p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 14px;
}
/* 第一个内页banner */
.s_nyban .ys_ban_li{
    position: relative;
}
.s_nyban {
    height: auto;
}
.s_nyban {
    margin-top: 78px;
}
.s_none2 .s_mbxh {
    display: block;
}
.s_none2 .s_mbxb {
    display: none;
}
.s_none2 .s_mbxnr a {
    color: #999;
}
.s_none2 .s_mbxnr::before {
    color: #999;
}
.s_none2 .s_mbx {
    padding-top: 11px;
}
.s_contnone .s_cont {
    margin-top: 78px;
}
.s_none .t_pchead{
    background: #fff;
    box-shadow: 0px 4px 15px -2px rgb(49 70 81 / 7%);
}
.s_none .t_pcone a {
    color: #333;
}
.s_none .t_baipic, 
.s_none .t_lvpic {
    display: none;
}
.ys_hd_pc.isfixed .t_heipic {
    display: inline-block;
}
.s_none .t_yule {
    color: #333;
}
.s_none .t_baipic, 
.s_none .t_lvpic {
    display: none;
}
.s_none .t_heipic {
    display: inline-block;
}
.s_none .t_pcnavone.yxnav_active1 .t_pcone a {
    color: #00A19B;
}
.s_ban_imgbox {
    width: 100%;
}
.s_ban_imgbox img {
    width: 100%;
}
.s_mbxbox {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.s_mbx {
    display: flex;
    align-items: center;
}
.s_mbxnr a {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    transition: all .36s;
}
.s_mbxnr img {
    width: 14px;
    transform: translateY(-2px);
}
.s_mbxh {
    display: none;
}
.s_mbxnr {
    position: relative;
    margin-right: 20px;
}
.s_mbxnr::before {
    content: ">";
    color: #fff;
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
}
.s_mbxnr:first-child::before {
    display: none;
}
.s_ban1mao {
    width: 100%;
    position: absolute;
    top: 34%;
    left: 0;
    height: 427px;
    background: rgba(255, 255, 255, 0.028);
    box-shadow: inset 75px -75px 75px rgb(194 194 194 / 3%), inset -75px 75px 75px rgb(255 255 255 / 3%);
    backdrop-filter: blur(17px);
}
.s_ban1nrwz {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
}
.s_ban1nrwz h1 {
    font-size: 54px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
}
.s_ban1nrwz p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
/* 第二个内页banner */
.s_ban2wz h1 {
    color: #fff;
    line-height: 1.5;
    transition: all .36s;
}
.s_ban2wz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s_ban2wz p {
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
    margin-top: 20px;
}
.s_ban2 .s_mbxnr::before{
    color: #fff;
}
.s_ban2 .s_mbxnr a{
    color: #fff;
}
.s_ban2 .s_mbxh {
    display: none;
}
.s_ban2 .s_mbxb {
    display: block;
}
.s_ban3 .s_ban2wz {
    top: 33.5%;
    transform: translateX(-50%);
}
.s_ban3wz {
    width: 100%;
    position: relative;
}

/* b1 */
.s_b1cont1 {
    margin-bottom: 70px;
}
.s_b1 .s_cont {
    background-color: rgb(250, 250, 250);
}
.s_center {
    text-align: center;
}
.s_b1c1nr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -50px;
}
.s_b1c1li {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 75px;
    overflow: hidden;
}
.s_b1c1lig {
    width: 64px;
}
.s_b1c1lig img {
    width: 100%;
}
.s_b1c1liwz {
    width: calc(100% - 64px);
    padding-left: 30px;
    padding-top: 10px;
}
.s_b1c1liwz h3 {
    margin-bottom: 16px;
    font-weight: bold;
}
.s_b1c2nr {
    margin: 0 -16px;
}
.s_b1c2li {
    width: 33.333333%;
    padding: 0 16px;
    margin-bottom: 93px;
}
.s_b1c2litop {
    width: 100%;
    padding: 87px 0;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: all .36s;
}
.s_b1c2litopbg {
    width: 179px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .36s;
}
.s_b1c2litopbg img {
    width: 100%;
}
.s_b1c2litop .ys_imgbox_contain {
    width: 165px;
    margin: 0 auto;
}
.s_b1c2libot {
    padding: 22px 0 21px;
    border-bottom: 1px solid #CACACA;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s_b1c2liwz h3 {
    font-family: "Montserrat-Regular-8";
    height: 42px;
    overflow: hidden;
    transition: all .36s;
}
.s_b1c2liwz {
    width: calc(100% - 51px);
    padding-right: 15px;
}
.s_b1c2libot .ys_imgbox_cover {
    width: 51px;
}
.s_b1c2libot .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}
.s_b1c2nrbox .s_d1c1botmore {
    margin-top: 0;
}
/* b2 */

.s_b2c1l {
    width: 39.8%;
}
.s_b2c1ig {
    width: 93%;
}
.s_b2c1ig img {
    width: 100%;
}
.s_b2c1lwz {
    padding-top: 64px;
    padding-bottom: 30px;
}
.s_b2c1lbotit h3 {
    font-weight: bold;
}
.s_b2c1lbotlist {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -10px;
    padding-top: 25px;
}
.s_b2c1lbotli {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.s_b2c1lbotlig {
    width: 68px;
    margin: 0 auto;
}
.s_b2c1lbotlig img {
    width: 100%;
}
.s_b2c1lbotliwz {
    color: #000;
    margin-top: 13px;
}
.s_b2c1r {
    width: 60.2%;
    padding-left: 140px;
}
.s_b2c1rtit h1 {
    font-family: "Montserrat-Regular-8";
}
.s_b2c1rlist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 42px;
    padding-bottom: 35px;
}
.s_b2c1rli {
    margin-right: 28px;
}
.s_b2c1rlinr {
    border: 2px solid #00A19B;
    color: #00A19B;
    line-height: 44px;
    padding: 0 36px;
    border-radius: 100px;
    position: relative;
    transition: all .36s;
    overflow: hidden;
    cursor: pointer;
}
.s_b2c1rlinr::before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #00A19B;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    z-index: -1;
}
.s_b2c1rli.on .s_b2c1rlinr::before{
    width: 100%;
}
.s_b2c1rli.on .s_b2c1rlinr {
    color: #fff;
}
.s_b2c1rtabnr {
    padding: 25px 10px 23px ;
    border-bottom: 1px solid #DBDBDB;
}
.s_b2c1rtabl p {
    font-weight: bold;
    color: #999;
}
.s_b2c1rtabl {
    width: 70px;
}
.s_b2c1rtabr {
    width: calc(100% - 70px);
}
.s_b2c1rtabr p {
    color: #333;
}
.s_b2cont2 {
    background-color: #FAFAFA;
}
.s_b2c2 .s_b1c2li {
    margin-bottom: 0;
    display: none;
}
.s_b2c2 .s_b1c2li.on {
    display: block;
}
.s_b1c2nr .slick-prev, 
.s_b1c2nr .slick-next {
    width: 59px;
    height: 59px;
    border-radius: inherit;
    z-index: 5;
    top: 40%;
}
.s_b1c2nr .slick-prev {
    background: url(../image/c2_icon5.svg) center/cover no-repeat;
    left: -85px;
}
.s_b1c2nr .slick-next {
    background: url(../image/c2_icon6.svg) center/cover no-repeat;
    right: -85px;
}

/* c1 */
.s_c1c1tit {
    width: 42%;
}
.s_c1c1tit h1 {
    line-height: 1.5;
}
.s_c1c1nr {
    width: 38%;
    padding-top: 70px;
}
.s_c1cont2 {
    padding-left: 34px;
    padding-right: 34px;
}
.s_c1c2 {
    margin: 0 -14px;
}
.s_c1c2li {
    width: 20%;
    padding: 0 14px;
    margin-bottom: 30px;
    transition: all .36s;
}
.s_c1c2linr {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.s_c1c2linr .ys_imgbox_cover {
    width: 100%;
}
.s_c1c2liwz {
    width: 100%;
    position: absolute;
    bottom: 33px;
    left: 0;
    padding: 0 30px;
    z-index: 3;
}
.s_c1c2liwz h3 {
    color: #fff;
    font-weight: bold;
    height: 42px;
    overflow: hidden;
}
.s_c1c2 .slick-dots li.slick-active {
    background-color: #00A19B;
}
.s_c1c2 .slick-dots {
    bottom: -15px;
}
.s_c1c2 .slick-dots li {
    width: 8px;
    height: 8px;
}
/* c2 */
.s_c2 .s_cont {
    background-color: #FAFAFA;
}
.s_c2c1 {
    position: relative;
}
.s_c2c1::before,
.s_c2cont1::before,
.s_c2cont1::after {
    content: "";
    width: 1200px;
    height: 1200px;
    background-color: #fff;
    position: absolute; 
    border-radius: 50%;
}
.s_c2c1::before {
    top: -13%;
    left: 50%;
    transform: translateX(-50%);
}
.s_c2cont1::before {
    top: 13%;
    left: 85%;
}.s_c2cont1::after {
    top: 13%;
    right: 85%;
}
.s_c2c1nr {
    position: relative;
    z-index: 5;
}
.s_c2c1top .s_b1c2tit {
    margin-bottom: 21px;
}
.s_c2c1topwz p {
    color: #666;
    opacity: 1;
}
.s_c2c1top {
    margin-bottom: 125px;
    padding: 0 22%;
}
.s_c2c1bnr {
    width: 704px !important;
    position: relative;
    margin: 0 auto;
}
.s_c2c1bxz {
    display: none;
}
.s_c2c1bxz.on {
    display: block;
}
.s_c2c1lbig {
    width: 100%;
}
.s_c2c1lbig img {
    width: 100%;
}
.s_c2c1lbdian {
    width: 40px;
    position: absolute;
    z-index: 3;
}
.s_c2c1lbdianig {
    width: 100%;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.s_c2c1lbdianig img:nth-child(2) {
    opacity: 0;
}
.s_c2c1lbdianig.on img:nth-child(2) {
    opacity: 1;
}
.s_c2c1lbtw {
    width: 208px;
    padding: 11px 12px 17px;
    background-color: #fff;
    box-shadow: 0px 4px 15px -2px rgba(64, 131, 167, 0.3);
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    display: none;
}
.s_c2c1lbtw .ys_imgbox_cover {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.s_c2c1lbtwztit p {
    font-weight: bold;
}
.s_c2c1lbtwztit {
    margin-top: 9px;
    margin-bottom: 5px;
}
.s_c2c1lbtwzbot a {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
    display: block;
    margin-bottom: 2px;
    transition: all .36s;
}
.s_c2c1lbdian1 .s_c2c1lbtw {
    top: -235px;
    right: -275px;
}
.s_c2c1lbdian2 .s_c2c1lbtw {
    top: 70px;
    right: -530px;
}
.s_c2c1lbdian3 .s_c2c1lbtw {
    top: 35px;
    right: 45px;
}
.s_c2c1lbdian4 .s_c2c1lbtw {
    top: -15px;
    right: 115px;
}


.s_c2c1b .slick-prev, 
.s_c2c1b .slick-next {
    width: 58px;
    height: 58px;
    z-index: 5;
    top: 40%;
}
.s_c2c1b .slick-prev {
    background: url(../image/c2_icon3.svg) center/cover no-repeat;
    left: -15%;
}
.s_c2c1b .slick-next {
    background: url(../image/c2_icon4.svg) center/cover no-repeat;
    right: -15%;
}
.s_c2c1b .slick-list {
    overflow: inherit;
}
.s_c2c1b .slick-slide {
    opacity: 0;
    transition: all .36s;
}
.s_c2c1b .slick-slide.slick-active {
    opacity: 1;
}
.s_c2cont1 {
    margin-bottom: 330px;
}
.s_c2c2nr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -59px;
}
.s_c2c2li {
    width: 50%;
    padding: 0 59px;
    margin-bottom: 75px;
}
.s_c2c2linr {
    padding-left: 10px;
    padding-right: 30px;
    border-bottom: 2px solid #000;
    padding-bottom: 23px;
}
.s_c2c2lil {
    width: 50px;
    font-size: 36px;
    font-family: "Montserrat-Regular-8";
    line-height: 1.5;
    color: #000;
}
.s_c2c2lir {
    width: calc(100% - 50px);
    padding-left: 60px;
    padding-top: 5px;
}
/* d1 */
.s_d1c1 {
    text-align: center;
}
.s_d1c1topxz {
    overflow: hidden;
    padding-bottom: 30px;
}
.s_d1c1top {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 100px;
    overflow: visible !important;
}
.s_d1c1topnr {
    width: auto !important;
    margin-right: 35px;
}
.s_d1c1topnr:last-child {
    margin-right: 0;
}
.s_d1c1topwz {
    color: #999;
    font-weight: bold;
    line-height: 54px;
    border-radius: 100px;
    padding: 0 52.5px;
    cursor: pointer;
    transition: all .36s;
}
.s_d1c1topnr.on .s_d1c1topwz {
    background-color: #00A19B;
    color: #fff;
}

.s_d1c1botli {
    margin: 0 -17px;
}
.s_d1c2down {
    width: 50%;
    padding: 0 17px;
    margin-bottom: 26px;
}
.s_d1c2downr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.s_d1c2downrl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20.6%;
    background-color: #E7F6F6;
}
.s_d1c2downrig {
    width: 51px;
}
.s_d1c2downrig img{
    width: 100%;
}
.s_d1c2downrr {
    width: 79.4%;
    background-color: #fff;
    padding: 56px 30px 65px 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s_d1c2downwz p {
    font-size: 20px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}
.s_d1c2downwz {
    width: calc(100% - 36.5px);
    padding-right: 48px;
    height: 70px;
    overflow: hidden;
    text-align: left;
}
.s_d1c2downrrig {
    width: 36.5px;
}
.s_d1c2downrrig img {
    width: 100%;
}
.s_d1c1botmore {
    text-align: center;
    margin-top: 43px;
}
.s_d1c1botmore .s_b2c1rlinr {
    display: inline-block;
    position: relative;
    z-index: 3;
    line-height: 50px;
    padding: 0 63.5px;
}
/* e1 */
.s_e1cont1 {
    overflow: hidden;
}
.s_ban3wzbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s_ban3wzbox .ys_cont1400 {
    position: relative;
}
.s_ban3wz {
    position: absolute;
    left: 0;
    top: 100%;
}
.s_ban3wz, 
.s_ban3wz2 {
    width: 100%;
    height: 59vw;
    transform: translateY(-56%);
}
.s_ban3wz2 {
    position: absolute;
    left: 0;
    top: 0;
}
.s_ban3wzh {
    color: #fff;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.s_ban3wz2 .ys_cont1400 {
    position: relative;
}
.s_ban3wz2 .s_ban3wzh{
    color: #000;
}
.s_ban3wzh.inited {
    transition: all .5s ease;
}
.s_ban3wzh p {
    width: 50%;
    margin-top: 20px;
}
.s_e1c1nr {
    position: relative;
}
.s_e1c1l {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.s_e1c1lnr {
    width: 700px;
    max-width: 100%;
    transition: all .36s ease;
    z-index: 5;
    position: absolute;
    top: 545px;
    right: 0;
}
.s_e1c1lgd {
    width: 50%;
    height: 100%;
    position: relative;
}
.s_e1c1ltit {
    margin-bottom: 30px;
}
.s_e1c1ltit h2 {
    line-height: 1.5;
}
.s_e1clitop p {
    font-size: 200px;
    line-height: 1.2;
    font-family: 'rubik_mono_oneregular';
    color: #000;
}
.s_e1clitop span {
    font-size: 48px;
    line-height: 1.5;
    color: #000;
    font-weight: bold;
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}
.s_e1clibot h3 {
    font-weight: normal;
}
.s_e1clibot {
    margin-top: -35px;
}
.s_e1c1 {
    position: relative;
}
.s_e1c1bg {
    width: 1400px;
    position: absolute;
    top: 5%;
    left: 28%;
}
.s_e1c1bg img{
    width: 100%;
}

.s_e1c1r {
    width: 50%;
    padding-left: 220px;
    padding-top: 200px;
    position: relative;
    z-index: 5;
}
.s_e1c1li {
    margin-bottom: 255px;
}

.s_e1cont1.act .s_e1c1l {
    position: fixed;
    top: 0;
    left: 0;
}
.s_cont.active .s_e1c1l {
    top: inherit;
    position: absolute;
    bottom: 0;
}
.s_e1c1li.active .s_e1clitop p {
    color: #00A19B;
}
.s_e1c1li.active .s_e1clitop span {
    color: #00A19B;
}
.s_e1c1li.active .s_e1clibot h3 {
    color: #00A19B;
}
.s_e1c1lp .s_ban3wzh {
    display: none;
}
.s_e1c1nrsj {
    width: 100%;
    display: none;
}
.s_e1c1nrsj .s_ban3wzh {
    color: #000;
    position: inherit;
    padding: 0;
}
.s_e1c1nrsj .s_ban3wzh p {
    width: 100%;
}
.s_e1c1fx {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 1440px;
    height: 100%;
    z-index: -1;
}
.s_e1cont2,
.s_e1cont3,
.s_e1cont4,
.s_e1cont5 {
    background-color: #fff;
}

.s_e1c2 {
    position: relative;
}
.s_e1c2bg {
    width: 100%;
}
.s_e1c2bg img {
    width: 100%;
}
.s_e1c2li {
    position: absolute;
}
.s_e1c2litop {
    cursor: pointer;
}
.s_e1c2lig {
    width: 15px;
    line-height: 20.5px;
}
.s_e1c2lig img {
    width: 100%;
}
.s_e1c2liwz {
    font-size: 14px;
    color: #333;
    line-height: 1.75;
}
.s_e1c2linr {
    position: relative;
}
.s_e1c2libot {
    position: absolute;
    top: -130px;
    right: -355px;
    width: 263px;
    padding: 14px 16px;
    background-color: #fff;
    filter: drop-shadow(0px 26px 56px rgba(204, 211, 248, 0.7));
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 5;
}
.s_e1c2libotig {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.s_e1c2libotig img {
    width: 100%;
}
.s_e1c2litit {
    margin-top: 8px;
    margin-bottom: 10px;
}
.s_e1c2litit p {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}
.s_e1c2litit span {
    font-size: 14px;
}
.s_e1c2libotli {
    margin-bottom: 10px;
}
.s_e1c2libotlig {
    width: 18px;
    margin-top: 2px;
}
.s_e1c2libotlig img {
    width: 100%;
}
.s_e1c2libotliwz {
    width: calc(100% - 18px);
    padding-left: 5px;
}
.s_e1c2libotliwz p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.s_e1c2libotliwz span {
    font-family: "Montserrat-Regular-8";
}
.s_e1c2li.on .s_e1c2lig{
    float: right;
}
.s_e1c2li.on .s_e1c2liwz{
    float: right;
}
.s_e1c2li.act .s_e1c2libot{
    display: block;
}
.s_e1c2sj {
    width: 100%;
    display: none;
}
.s_e1c2sj img {
    width: 100%;
}



.s_e1c4 {
    width: 1160px;
    margin: 0 auto;
}
.s_e1c4nr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.s_e1c4ig {
    width: 36%;
    border-radius: 5px;
    overflow: hidden;
}
.s_e1c4ig img {
    width: 100%;
}
.s_e1c4r {
    width: 64%;
    padding-left: 15px;
}
.s_e1c4rnr {
    background-color: #F7F9FB;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 98px 67px 67px 80px;
    height: 100%;
}
.s_e1c4rp {
    margin-bottom: 33px;
}
.s_e1c4rbot span {
    font-size: 18px;
    color: #000;
    line-height: 1.75;
    font-weight: bold;
    margin-right: 10px;
}
.s_e1c4rnrbg {
    width: 38px;
    position: absolute;
    top: 47px;
    left: 55px;
}
.s_e1c4rnrbg img {
    width: 100%;
}
.s_e1cont5 {
    position: relative;
}
.s_e1c5bg {
    width: 100%;
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
}
.s_e1c5bg img {
    width: 100%;
}
.s_e1c5 {
    position: relative;
    z-index: 3;
}
.s_e1c5nr {
    margin: 0 -40px;
    display: flex;
    align-items: stretch;
}
.s_e1c5li {
    width: 25%;
    padding: 10px 40px 0;
    border-right: 1px solid #C8C8C8;
    min-height: 208px;
    height: auto;
    display: none;
}
.s_e1c5li.on {
    display: block;
}
.s_e1c5li:last-child {
    border-right: none;
}
.s_e1c5litime {
    color: #00A19B;
    font-family: 'rubik_mono_oneregular';
    margin-bottom: 5px;
}
.s_e1c5liwz p {
    line-height: 1.75;
    color: #000;
}
.s_e1c5nr .slick-track {
    display: flex;
    align-items: stretch;
}
.s_e1 .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #C4C4C4;
}
.s_e1 .slick-dots li.slick-active{
    background-color: #00A19B;
}
.s_e1c5nr .slick-dots {
    bottom: -70px;
}
.s_e1c6l {
    width: 48%;
    padding-right: 160px;
}
.s_e1c6r {
    width: 52%;
}
.s_e1c6lb {
    margin: 0 -6px;
}
.s_e1c6li {
    width: 25%;
    padding: 0 6px;
    display: none;
}
.s_e1c6li.on {
    display: block;
}
.s_e1c6lb .slick-dots {
    bottom: -33px;
}
/* e2 */
.s_e2 .s_d1c1top {
    background-color: #F7F9FB;
}
.e2c1 table {
    border-collapse: separate;
    border-spacing: 0px 15px;
}
.e2c1 th {
    font-size: 16px;
    color: #888;
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    padding: 29px 0px 32px 0px;
}
.e2c1 tr {
    background-color: #fff;
    box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.17);
    transition: all .36s ease;
}
.e2c1 tr:first-child {
    background-color: #F7F9FB;
    padding-left: 20px;
}
.e2c1 td {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    padding: 47px 21px;
}
.s_e2td1 {
    width: 7.7%;
}
.s_e2td2 {
    width: 17.3%;
}
.s_e2td4 {
    width: 13.5%;
}
/* .swiper-scrollbar-drag {
    background-color: #00A19B !important;
} */
/* e3 */
.s_none3 .s_mbxbox {
    bottom: inherit;
    top: 7px;
}

.s_e3_1cont1 {
    margin-top: -149px;
    position: relative;
    z-index: 5;
    margin-bottom: 57px;
}
.s_e3_1c1 {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.s_e3_1c1l {
    width: 49%;
}
.s_e3_1c1lnr {
    padding: 30px 45px 40px;
    background-color: #FAFAFA;
    border-radius: 10px;
    overflow: hidden;
}
.s_e3_1c1lnrig {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.s_e3_1c1lnrig img {
    width: 100%;
}
.s_e3_1c1lnrwz {
    padding-top: 23px;
}
.s_e3_1c1ltime {
    color: #999;
}
.s_e3_1c1ltit {
    margin-bottom: 7px;
    height: 52.5px;
    overflow: hidden;
}
.s_e3_1c1ltit h3 {
    font-weight: bold;
    transition: all .36s;
}
.s_e3_1c1lp p {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}
.s_e3_1c1lp {
    height: 49px;
    overflow: hidden;
}
.s_e3_1c1r {
    width: 51%;
    padding-left: 24px;
}
.s_e3_1c1rli {
    margin-bottom: 23px;
}
.s_e3_1c1rli:last-child {
    margin-bottom: 0;
}
.s_e3_1c1rlinr {
    background-color: #FAFAFA;
    padding: 30px 37px 60px 34px;
    border-radius: 10px;
    overflow: hidden;
}
.s_e3_1c1r .s_e3_1c1lnrig {
    width: 40.5%;
}
.s_e3_1c1r .s_e3_1c1lnrwz {
    padding-top: 0;
    width: 59.5%;
    padding-left: 24px;
}
.s_e3_1c1r .s_e3_1c1ltit h3 {
    font-size: 22px;
    line-height: 1.5;
}
.s_e3_1c1r .s_e3_1c1ltit {
    height: 66px;
    margin-top: 11px;
    margin-bottom: 16px;
}
.s_e3_1c1r .s_e3_1c1lp {
    height: 73.5px;
}
.s_e3_1c2top {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -12px;
}
.s_e3_1c2news {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 25px;
}
.s_e3_1c2new {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FAFAFA;
}
.s_e3_1c2new .s_e3_1c1lnrwz {
    padding: 32px 32px 42px;
}
.s_e3_1c2new .s_e3_1c1lnrig {
    border-radius: 0;
}
.s_e3_1c2new .s_e3_1c1ltime {
    font-size: 14px;
}
.s_e3_1c2new .s_e3_1c1ltit h3 {
    font-size: 22px;
    line-height: 1.5;
}
.s_e3_1c2new .s_e3_1c1ltit {
    height: 99px;
    margin-top: 9px;
    margin-bottom: 16px;
}
.s_e3_1c2new .s_e3_1c1lp {
    height: auto;
}
/* e3_2 */
.s_e3_2c1box {
    width: 1485px;
    margin: 0 auto;
}
.s_e3_2c1 {
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 40px 0 45px;
    background-color: #fff;
    position: relative;
    z-index: 5;
}
.s_e3_2c1cont {
    margin-bottom: 87px;
}
.s_e3_2c1l {
    width: 62%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.s_e3_2c1l .ys_imgbox_cover {
    width: 100%;
    position: relative;
}
.s_e3_2c1l .ys_imgbox_cover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.s_e3_2c1nr {
    width: 100%;
    position: absolute;
    bottom: 43px;
    left: 0;
    padding: 0 247px 0 56px;
    z-index: 4;
}
.s_e3_2c1nrtime {
    color: #fff;
}
.s_e3_2c1nrtit p {
    color: #fff;
    font-weight: bold;
    transition: all .36s;
}
.s_e3_2c1nrtit {
    max-height: 70px;
    margin-top: 18px;
    overflow: hidden;
}
.s_e3_2c1r {
    width: 38%;
    padding-left: 70px;
    padding-top: 50px;
    padding-right: 55px;
}
.s_e3_2c1rli {
    margin-bottom: 23px;
}
.s_e3_2c1rlil {
    width: 75px;
    color: #666;
}
.s_e3_2c1rlir {
    width: calc(100% - 75px);
}
.s_e3_2c1rlir p {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}
.s_e3_2c1rlir span {
    font-size: 18px;
    color: #000;
    line-height: 1.75;
    font-family: 'rubik_mono_oneregular';
}
.s_e3_2c1rlir h5 {
    font-size: 18px;
    color: #000;
    line-height: 1.75;
}
.s_e3_2c2l {
    width: 32.5%;
}
.s_e3_2c2new {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.17);
    border-radius: 10px;
}
.s_e3_2c2new .ys_imgbox_cover {
    width: 100%;
}
.s_e3_2c2newz {
    padding: 49px 32px 90px;
}
.s_e3_2c2newztit h4 {
    font-size: 22px;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    transition: all .36s;
}
.s_e3_2c2newztit {
    height: 66px;
    overflow: hidden;
    margin-top: 15px;
}
.s_e3_2c2r {
    width: 67.5%;
    padding-left: 25px;
}
.s_e3_2c2r .s_e3_2c1l {
    width: 100%;
}
.s_e3_2c2r .s_e3_2c1nr {
    padding: 0 300px 0 56px;
}
.s_e3_2c2 {
    margin-bottom: 34px;
}
.s_e3_2c3{
    margin: 0 -12px;
}
.s_e3_2c3li {
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 25px;
}
.s_e3_2 .s_e3_1cont1{
    margin-bottom: 0;
}
/* e4 */
.s_e4cont {
    width: 1160px;
    margin: 0 auto;
    position: relative;
}
.s_e4topnr {
    margin-bottom: 33px;
}
.s_e4topp p {
    color: #666;
}
.s_e4topp {
    margin-top: 20px;
}
.s_e4bjq {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding-top: 42px;
    padding-bottom: 25px;
}

.s_e4bjq p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom:14px;
}
.s_e4sharebox {
    position: absolute;
    top: 240px;
    right: -155px;
}
.s_e4share {
    width: 60px;
    position: relative;
    margin-bottom: 30px;
}
.s_e4share:first-child{
    display: none;
}
.s_e4share:nth-child(3) {
    display: none;
}
.s_e4share .ys_imgbox_cover {
    width: 100%;
}
.s_e4share .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}
.s_e4share a {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 3;
}
.s_e4topnextbox {
    padding-top: 43px;
}
.s_e4topnext a {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}
.s_e4topnext {
    height: 28px;
    overflow: hidden;
    margin-bottom: 20px;
}
.s_e4botnr {
    margin: 0 -10px;
}
.s_e4botli {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.s_e4botli .s_e3_1c1lnr {
    padding: 0;
}
.s_e4botli .s_e3_1c1lnrig {
    border-radius: 0;
}
.s_e4botli .s_e3_1c1lnrwz {
    padding: 27px 39px 38px 29px;
}
.s_e4botli .s_e3_1c1ltit h3 {
    font-size: 22px;
}
.s_e4botli .s_e3_1c1ltit {
    height: 38.5px;
    margin-bottom: 11px;
}
/* e5 */
.s_e5cont1 {
    position: relative;
    padding-top: 168px;
    padding-bottom: 173px;
}
.s_e5c1bg {
    width: 33.333333%;
    position: absolute;
    top: 0;
    left: 0;
}
.s_e5c1bg img {
    width: 100%;
}
.s_e5c1 {
    width: 1150px;
    margin: 0 auto;
}
.s_e5 .s_ban2wz h1 {
    font-size: 72px;
}
.s_ban4 {
    margin-top: 0;
}
.s_ban4 .s_ban2wz {
    text-align: center;
}
.s_e5c1litop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
}
.s_e5c1lig {
    width: 55%;
    border-radius: 10px;
    overflow: hidden;   
}
.s_e5c1lig img {
    width: 100%; 
}
.s_e5c1liwz{
    width: 45%;
    padding-right: 100px;
    padding-top: 40px;
}
.s_e5c1liwzp h3 {
    color: #666;
}
.s_e5c1liwzp {
    margin-top: 26px;
}
.s_e5c1libot {
    width: 52%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -80px;
    position: relative;
    z-index: 3;
}
.s_e5c1libot img {
    width: 100%;
}
.s_e5c1bg2 {
    width: 67.8%;
    bottom: -90%;
    right: -35%;
    left: inherit;
    top: inherit;
}
.s_e5c1li {
    margin-bottom: 187px;
}
.s_e5c1tw {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.s_e5c1twigbox {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.s_e5c1twig {
    width: 218px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.s_e5c1twig img {
    width: 100%;
}
.s_e5c1twbg {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
}
.s_e5c1twbg img {
    width: 100%;
}
.s_e5c1twbg1 {
    width: 173px;
    top: -13px;
    left: -9px;
}
.s_e5c1twbg2 {
    width: 143px;
    top: -52px;
    right: 35px;
    z-index: -1;
}
.s_e5c1twbg3 {
    width: 121px;
    bottom: -26px;
    left: 70px;
}
.s_e5c1twbg4 {
    width: 148px;
    bottom: 45px;
    right: 0;
    z-index: -1;
}
.s_e5c1tw .s_e5c1liwz {
    width: 60%;
    padding-right: 0;
    padding-left: 175px;
}
.s_e5c1tw .s_e5c1liwzp {
    margin-top: 40px;
}
.s_e5c1tw .s_e5c1liwzp h3 {
    margin-bottom: 15.5px;
}
.s_e5c2top {
    padding-bottom: 230px;
    padding-top: 107px;
}
.s_e5c2topnr {
    padding: 0 12%;
}
.s_e5c2top .s_b1c2tit h2 {
    color: #fff;
}
.s_e5c2top .s_b1c2tit {
    margin-bottom: 30px;
}
.s_e5c2p p {
    color: #fff;
    opacity: 1;
}
.s_e5c2botlist {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.s_e5c2botli {
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.s_e5c2botlinr {
    padding: 28px 42px 29px 44px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all .36s;
    height: 100%;
}
.s_e5c2botlitop {
    margin-bottom: 15px;
}
.s_e5c2botlitopig {
    width: 43px;
    margin-top: 4px;
    display: none;
}
.s_e5c2botlitopig img {
    width: 100%;
}
.s_e5c2litit {
    width: calc(100% - 43px);
    padding-right: 15px;
    height: 31.5px;
    overflow: hidden;
}
.s_e5c2litit p {
    color: #000;
    opacity: 1;
}
.s_e5c2botlitw {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
    margin-bottom: 14px;
}
.s_e5c2botlitw:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.s_e5c2botlitwig {
    width: 16px;
    line-height: 20.5px;
}
.s_e5c2botlitwig img {
    width: 100%;
}
.s_e5c2botlitwz {
    width: calc(100% - 16px);
    padding-left: 10px;
}
.s_e5c2botlitwz p {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}
.s_e5c2botli.on .s_e5c2botlitopig{
    display: block;
}
.s_e5c2bot {
    margin-top: -143px;
}
.s_e5c2bot .s_d1c1botmore {
    margin-top: 33px;
}
.s_job .ys_modal_content {
    width: 1100px;
    padding: 85px 54px 100px 101px;
}
.s_jobtoplist{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px;
}
.s_jobtopli {
    margin-right: 50px;
}
.s_jobtoplil {
    width: 15px;
    line-height: 28px;
}
.s_jobtoplil img {
    width: 100%;
}
.s_jobtoplir {
    width: calc(100% - 15px);
    padding-left: 10px;
    color: #000;
}
/* .yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 0px;
} */
.s_jobjq p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 0;
}
.s_jobjq h4 {
    font-size: 24px;
    color: #000;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 10px;
}
.s_jobjq h5 {
    font-size: 16px;
    color: #000;
    line-height: 1.75;
}
.s_jobjq a {
    font-size: 16px;
    color: #1D51D8;
    line-height: 1.75;
}
.s_job .iconfont {
    font-size: 23px;
}
.s_job .ys_modal_close {
    right: 40px;
    top: 38px;
}
/* e6 */
.s_e6cont1 {
    margin-top: -107px;
}
.s_e6c1 {
    padding: 88px 119px 49px;
    background-color: #fff;
    box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.17);
    border-radius: 10px 10px 0px 0px;
    position: relative;
    z-index: 5;
}
.s_e6c1box1 {
    margin: 0 -28px;
}
.s_e6c1li {
    width: 50%;
    padding: 0 28px;
    margin-bottom: 62px;
}
.s_e6c1linr {
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}
.s_e6c1linr input {
    width: 100%;
    font-size: 16px;
    color: #666;
    padding: 0px 5px;
    padding-bottom: 8px;
    position: relative;
    z-index: 3;
}
.s_e6c1linrwz {
    position: absolute;
    left: 5px;
    bottom: 5px;
}
.s_e6c1linrwz.on {
    display: none;
}
.s_e6c1linrwz p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_e6c1linrwz span {
    font-size: 16px;
    color: #EE5858;
    line-height: 1.75;
}
.s_e6c1xlbox {
    width: 100%;
    position: relative;
}
.ys_select_show {
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #DBDBDB;
}
.ys_select_hd img {
    width: 26px;
}
.ys_select_hd input {
    padding-bottom: 8px;
}
.ys_select_bd {
    border: 1px solid #DBDBDB;
    width: 100%;
    position: absolute;
    top: 110%;
    left: 0;
    max-height: 300px;
    padding: 0 15px 0 5px;
}
.ys_select_li {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    padding: 10px 5px;
    border-bottom: 1px solid #DBDBDB;
    transition: all .36s;
    cursor: pointer;
}
.ys_select_li:last-child {
    border-bottom: none;
}
.s_e6c1li.on {
    width: 100%;
}
.s_e6c1box2 {
    position: relative;
}
.s_e6c1box2 textarea {
    width: 100%;
    height: 143px;
    border: 1px solid #DBDBDB;
    padding: 15px 12px;
    position: relative;
    z-index: 3;
    font-size: 16px;
    color: #666;
}
.s_e6c1box2 .s_e6c1linrwz {
    top: 10px;
    left: 12px;
}
.s_e6c1box3 .s_e6c1linr {
    width: 50%;
}
.s_e6c1yzm {
    width: 147px;
    margin-left: 20px;
    cursor: pointer;
}
.s_e6c1yzm img {
    width: 100%;
}
.s_e6c1box4 {
    display: flex;
    align-items: center;
    margin-bottom: 59px;
}
.s_e6c1b4l {
    width: 20px;
    height: 20px;
    border: 1px solid #DBDBDB;
    position: relative;
    cursor: pointer;
    transition: all .36s;
}
/* .s_e6c1b4l::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #00A19B;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .36s;
} */
.s_e6c1b4l.on {
    background-color: #00A19B;
}
.s_e6c1b4r {
    padding-left: 10px;
}
.s_e6c1b4r p {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
}
.s_e6c1b4r a {
    font-size: 14px;
    color: #00A19B;
    line-height: 1.75;
}
.s_e6c1box5 {
    text-align: center;
}
.s_e6c1box5sum {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    padding: 0 94px;
    background-color: #00A19B;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
}
.s_e6c1box2 {
    margin-bottom: 42px;
}
.s_e6c1box3 {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.s_e6cont2 {
    padding-bottom: 6px;
}
.s_e6c2list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -16px;
}
.s_e6c2li {
    width: 23.333333%;
    padding: 0 16px;
    margin-bottom: 48px;
}
.s_e6c2linr {
    height: 100%;
}
.s_e6c2litop {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.s_e6c2litop .ys_imgbox_cover {
    width: 100%;
}
.s_e6c2litop .ys_imgbox_cover::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(24, 74, 137, 0.33);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.s_e6c2litopwz {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    z-index: 3;
    text-align: center;
}
.s_e6c2liwz {
    padding-right: 0px;
}
.s_e6c2liwzli{
    margin-bottom: 5px;
}
.s_e6c2liwztit{
    margin-top: 23px;
    margin-bottom: 10px;
}
.s_e6c2litopwz h3 {
    color: #fff;
    font-weight: bold;
}
.s_e6c2liwzlig {
    width: 18px;
    line-height: 28px;
}
.s_e6c2liwzlig img {
    width: 100%;
}
.s_e6c2liwzliwz {
    width: calc(100% - 18px);
    padding-left: 10px;
}
.s_e6c2liwzliwz p {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
}

/* sumi - end */

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .t_syk6bo .t_syk6xin:hover .t_syk6shang{
        background: rgba(255, 255, 255, .9);
        width: 83%;
        padding: 32px 50px 74px;
    }
    .t_syk6bo .t_syk6xin:hover .t_syk6date{
        color:#666;
    }
    .t_syk6bo .t_syk6xin:hover .t_titsizeh5{
        color:#333;
        font-family: "Montserrat-Regular-8"!important;
    }
    .t_footli a:hover{
        opacity: 1;
    } 
    .ys_hd_pc.isfixed .t_pcnavone:hover .t_pcone a{
        color:#00A19B;
    }
    /* .ys_hd_pc.isfixed .t_sou:hover .t_baipic,.ys_hd_pc.isfixed .t_sou:hover .t_heipic{
        display: none;
    }
    .ys_hd_pc.isfixed .t_sou:hover .t_lvpic{
        display: inline-block;
    } */
    .t_naver a:hover{
        color:#00A19B;
    }
    .t_syk4qie .swiper-button-prev:hover .t_hover,
    .t_syk4qie .swiper-button-next:hover .t_hover{
        display: inline-block;
    }
    .t_syk4qie .swiper-button-prev:hover .t_yuan,
    .t_syk4qie .swiper-button-next:hover .t_yuan{
        display: none;
    }
    /* sumi */
    .s_mbxnr a:hover {
        color: #00A19B;
    }
    .s_b1c2linr:hover .s_b1c2litopbg {
        opacity: 1;
    }
    .s_b1c2linr:hover .s_b1c2libot .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }
    .s_b1c2linr:hover .s_b1c2libot .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }
    .s_b1c2linr:hover .s_b1c2liwz h3 {
        color: #00A19B;
    }
    .s_b1c2linr:hover .s_b1c2litop {
        box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.17);
    }
    .s_none .t_pcnavone:hover .t_pcone a {
        color: #00A19B;
    }
    .s_b2c1rlinr:hover {
        color: #fff;
    }
    .s_b2c1rlinr:hover::before {
        width: 100%;
    }
    .s_c1c2li:hover {
        transform: scale(1.16);
    }
    .s_d1c1topwz:hover {
        background-color: #00A19B;
        color: #fff;
    }
    .s_e3_2c2newz:hover .s_e3_2c2newztit h4 {
        color: #00A19B;
    }
    .s_e3_2c1l:hover .s_e3_2c1nrtit p {
        color: #00A19B;
    }
    .s_e3_1c2new:hover .s_e3_1c1ltit h3 {
        color: #00A19B;
    }
    .s_e3_1c1lnr:hover .s_e3_1c1ltit h3 {
        color: #00A19B;
    }
    .s_e3_1c1rlinr:hover .s_e3_1c1ltit h3 {
        color: #00A19B;
    }
    .s_e4topnext:hover a {
        color: #00A19B;
    }
    .s_e4share:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }
    .s_e4share:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }
    .s_e5c2botlinr:hover {
        box-shadow: 0px 4px 15px -2px rgba(49, 70, 81, 0.17);
    }
    .ys_select_li:hover {
        color: #fff;
        background-color: #00A19B;
    }
    .s_c2c1lbdianig:hover img:nth-child(2) {
        opacity: 1;
    }
    .s_c2c1lbdianig:hover img:nth-child(1) {
        opacity: 0;
    }
    .s_c2c1lbtwzbot a:hover{
        color: #00A19B;
    }
    .s_d1c2downr:hover .s_d1c2downwz p {
        color: #00A19B;
    }
    .e2c1 tr:hover{
        box-shadow: 0px 4px 15px -2px rgb(49 70 81 / 30%);
    }
    .s_e6c2li:hover .s_e6c2linr .s_e6c2litop img{
        transform: scale(1.05);
    }
    .s_c2c1lbtw.on::before{
        opacity: 1;
    }
    /* .s_c2c1lbtw.on .s_c2c1lbtwztit p{
        color:#00A19B;
    }
    .s_c2c1lbtw.on .s_c2c1lbtwzbot a{
        color:#00A19B;
    } */
    .s_b2c1rlinr:hover::before {
        width: calc(100% + 2px);
    }
}
/* 载入效果 */
.g_fadeup1 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}
/* 添加 */
.t_syk5wen:first-of-type{
    z-index: 3;
    opacity: 1;
}
.t_syk5wen{
    position: relative;
    z-index: 1;
    opacity: 1;
}
.t_syk5top{
    overflow: hidden;
}
.t_syk5pic:first-of-type{
    z-index: 3;
    opacity: 1;
}
.t_syk5pic{
    position: relative;
    opacity: 1;
    z-index: 3;
}
.t_syk3box {
    height: auto;
}
.syk3bai {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.t_xiaping3 {
    display: inline-block;
}
.t_xiaping3.t_xiaping .progress .progress-bar{
    border-color: #fff;
}
.t_xiaping3 .t_xiaquan img {
    transform: translate(-50%,-50%) rotate(180deg);
}
.t_xiaping3{
    display: inline-block;
}
.t_syk5xiap .t_xiaping{
    margin: 0 20px;
}
.t_syk3 {
    height: 100vh;
    position: relative;
    width: 100vw;
}
.t_syk3.on .t_syk3nrbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.t_syk3.on.on3 .t_syk3nrbox{
    position: relative;
}
.t_syk3.on1 .syk3bai{
    animation: syk3bo 1s ease forwards;
    -webkit-animation: syk3bo 1s ease forwards;
}
@keyframes syk3bo {
    0%{
        top: 50%;
    }
    100%{
        top: -50%;
    }
}
.t_syk3.on2 .t_syk3bg{
    animation: syk3video 1s ease forwards;
    -webkit-animation: syk3video 1s ease forwards;
    will-change: width,height;
}
@keyframes syk3video {
    0%{
        width: 100%;
        height: 100%;
    }
    100%{
        width: 73%;
        height: 73%;
    }
}
.t_syk3.act2 .t_syk3bg{
    animation: syk3video2 1s ease forwards;
    -webkit-animation: syk3video2 1s ease forwards;
    will-change: width,height;
}
@keyframes syk3video2 {
    0%{
        width: 73%;
        height: 73%;
    }
    100%{
        width: 100%;
        height: 100%;
    }
}
.t_syk3.act3 .syk3bai{
    animation: syk3bo2 1s ease forwards;
    -webkit-animation: syk3bo2 1s ease forwards;
}
@keyframes syk3bo2 {
    0%{
        top: -50%;
    }
    100%{
        top: 50%;
    }    
}
.t_souxia{
    box-shadow: 0px 4px 15px -2px rgb(49 70 81 / 7%);
}
body{
    padding-right: 0!important;
}
.t_xiaping3 .t_xiaquan img {
    transform: translate(-50%,-50%) rotate(90deg);
}
.t_xiaping1 .t_xiaquan img {
    transform: translate(-50%,-50%) rotate(-90deg);
}
.swiper-button-disabled.t_xiaping{
    opacity: .2;
    cursor: auto;
}
.t_xiaping1.on .t_xiaquan img,.t_xiaping3.on .t_xiaquan img {
    animation: none;
}
.t_xiaping1.on .progress .progress-right .progress-bar,.t_xiaping3.on .progress .progress-right .progress-bar {
    -webkit-animation: none;
    animation: none;
}
.t_xiaping1.on .progress .progress-left .progress-bar,.t_xiaping3.on .progress .progress-left .progress-bar {
    -webkit-animation: none;
    animation: none;
}
.t_xiaping1,.t_xiaping3 {
    border: 1px solid #fff;
}
.t_syk3{
    height: 300vh;
}
.syk3bgda .t_syk3bg {
    overflow: hidden;
}
.syk3bgda{
    position: relative;
}
.t_syk3bg img{
    overflow: hidden;
}
.t_syk3bg video{
    overflow: hidden;
}
.syk3bgda {
    background: #fff;
}
.t_xiaping.on .t_xiaquan img{
    animation: jianmove 1.4s linear 2 forwards;
}
.t_syk3nrbox{
    position: relative;
}
.t_xiaping1.t_xiaping.on .t_xiaquan img, .t_xiaping3.t_xiaping.on .t_xiaquan img {
    animation: 0;
}
/* tammy - end */
/* helen star */
.syk3bai {
    transition: all 0.6s linear;
}

.t_syk3.leave .syk3bai {
    top: -60%;
    transition: all 0.6s cubic-bezier(.77, 0, .175, 1);
}

.t_syk3bg {
    animation: syk3videoh 0.4s linear forwards;
    -webkit-animation: syk3videoh 0.4s linear forwards;
}

.t_syk3.change .t_syk3bg {
    animation: syk3video 0.4s linear forwards;
    -webkit-animation: syk3video 0.4s linear forwards;
}


@keyframes syk3videoh {
    0% {
        width: 73%;
        height: 73%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}


.t_syk3bg {
    padding: 1px;
}

.t_syk1 {
    height: 221vh;
}

.t_syk3box {
    position: relative;
}

.t_zuoce {
    padding-top: 215px;
}

.syk3bgda .t_syk3bg {
    position: relative;
}

.t_syk3nrbox {
    width: 100%;
}

.t_syk3bg video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.t_syk3nrbox {
    top: 0;
    left: 0;
}

.he_syscrll {
    position: relative;
    width: 100%;
}

.t_syk3nrbox {
    transform: translateZ(0);
}

.he_phbtn{
    display: none;
}

/* helen end */


/* 扒站效果 */
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block
}
:root {
	--color-red: #d93b3b;
	--color-black: #000;
	--color-white: #fff;
	--color-grey-medium: #797979;
	--color-grey-light: #e5e5e5;
	--color-grey-lucid: #f8f8f8
}
*,:after,:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.archive-career,.archive-category,.archive-reference,.benefit-board,.container,.container-huge,.container-large,.container-small,.contentbox,.error-page,.footer-contact__body,.footer-contact__headline,.footer__body,.hero-medium__body,.hero-video__body,.logo-board,.scroller-line__inner,.search-page,.service-board,.single-view,.teaser-3cols,.teaser-certs,.teaser-intro,.teaser-map,.teaser-news,.teaser-references,.teaser-simple,.timeline {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: 0 25px
}
.archive-career,.archive-category,.archive-reference,.benefit-board,.container-large,.contentbox,.error-page,.footer-contact__body,.footer-contact__headline,.footer__body,.hero-medium__body,.hero-video__body,.logo-board,.scroller-line__inner,.search-page,.service-board,.single-view,.teaser-3cols,.teaser-intro,.teaser-map,.teaser-news,.teaser-references,.teaser-simple,.timeline {
	max-width: 1280px
}
.contentbox-left .textbox ul,.list-default,.single-view__content-head .textbox ul,main section ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 25px
}

.contentbox-left .textbox ul li:not(:last-child),.list-default li:not(:last-child),.single-view__content-head .textbox ul li:not(:last-child),main section ul li:not(:last-child) {
	margin-bottom: .4rem
}

.benefit-board ul,.list-benefits {
	padding: 0;
	margin: 0
}

.benefit-board ul li,.list-benefits li {
	position: relative;
	list-style: none;
	padding-left: 25px
}

.benefit-board ul li:before,.list-benefits li:before {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 10px;
	left: 0;
	content: "";
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

a {
	color: inherit;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

a,a:active,a:focus,a:hover,a:visited {
	outline: 0;
	text-decoration: none
}

strong {
	font-family: OpenSans-Bold,sans-serif
}


.xtnd--bgcopy {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	text-align: center;
	font-size: 30vw;
	font-family: OpenSans-Bold,sans-serif;
	line-height: .8;
	text-transform: uppercase;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1
}


.background-image {
	/* z-index: -1; */
	pointer-events: none
}

.background-image,.background-image:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.background-image:after {
	content: "";
	z-index: -10;
	background-color: var(--color-white)
}

.background-image img {
	-webkit-filter: grayscale(100%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.continue-links__next span,.continue-links__prev span,.pretextline,.timeline__nav ul li span {
	position: relative;
	font-size: 24px;
	padding-left: 40px;
	display: block;
	font-family: 'rubik_mono_oneregular';
	padding-bottom: 20px;
	text-transform: uppercase;
    color: #00A19B;
}

@media (min-width:60em) {
	.continue-links__next span,.continue-links__prev span,.pretextline,.timeline__nav ul li span {
		font-size: 24px;
		padding-bottom: 10px;
		padding-left: 55px
	}
}

.continue-links__next span:before,.continue-links__prev span:before,.pretextline:before,.timeline__nav ul li span:before {
	position: absolute;
	top: .65rem;
	left: 0;
	content: "";
	height: 2px;
	width: 25px;
	background-color: #00A19B;
}

@media (min-width:60em) {
	.continue-links__next span:before,.continue-links__prev span:before,.pretextline:before,.timeline__nav ul li span:before {
		top: .75rem;
		width: 40px
	}
}

.textbox {
	padding: 50px 50px 50px 80px;
	background-color: var(--color-white);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.075);
	box-shadow: 0 2px 15px rgba(0,0,0,.075)
}

@media (min-width:45em) {
	.textbox {
		-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.075);
		box-shadow: 0 2px 20px rgba(0,0,0,.075)
	}
}

.textbox--post {
	padding: 40px
}

@media (max-width:29.9375em) {
	.textbox--post {
		padding: 30px 20px
	}
}

@media (min-width:45em) {
	.textbox--post {
		min-height: 350px
	}
}

@media (min-width:72em) {
	.textbox--post {
		min-height: 430px;
		padding: 50px 50px 50px 80px;
		margin-left: -75px
	}
}

@media (min-width:45em) {
	.contentbox-left--auto .textbox--post {
		min-height: auto
	}
}

@media (min-width:72em) {
	.contentbox-left--auto .textbox--post {
		min-height: auto
	}
}

.preheadline {
	font-size: 1.125rem;
	display: block;
	font-family: OpenSans-ExtraBold,sans-serif;
	color: var(--color-red)
}

@media (min-width:60em) {
	.preheadline {
		font-size: 1.125rem
	}
}
.teaserbox {
	position: relative;
	z-index: 1
}

.teaserbox__preheadline {
	text-transform: uppercase;
	font-family: OpenSans-ExtraBold,sans-serif;
	color: var(--color-red);
	margin-bottom: 10px;
	display: block
}

.archive-career__list ul li .teaserbox a,.teaserbox .archive-career__list ul li a,.teaserbox .button,.teaserbox .button-more {
	margin-top: 20px
}

@media (min-width:45em) {
	.teaserbox__col {
		display: grid;
		grid-template-columns: 200px 1fr;
		grid-column-gap: 30px
	}
}

@media (max-width:44.9375em) {
	.teaserbox__col>div:first-child {
		margin-bottom: 25px
	}
}

.teaserbox__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	max-width: 180px
}

@media (min-width:45em) {
	.teaserbox__images {
		grid-column-gap: 30px;
		max-width: 220px
	}
}

.teaserbox__images img {
	width: 100%;
	height: auto
}

.teaserbox-category {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.12);
	box-shadow: 0 1px 15px rgba(0,0,0,.12);
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	-o-transition: box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	overflow: hidden
}

@media (min-width:45em) {
	.teaserbox-category {
		padding-bottom: 100%
	}
}

.teaserbox-category:hover {
	-webkit-box-shadow: 0 1px 18px rgba(0,0,0,.2);
	box-shadow: 0 1px 18px rgba(0,0,0,.2)
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__copy] {
		padding-bottom: 30px
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__copy]:before {
		background-color: rgba(0,0,0,.4);
		-webkit-transform: scaleY(2.85);
		-ms-transform: scaleY(2.85);
		transform: scaleY(2.85)
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__text] {
		max-height: 500px
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover [class*=__image] img {
		-webkit-transform: translateY(0) scale(1.05);
		-ms-transform: translateY(0) scale(1.05);
		transform: translateY(0) scale(1.05)
	}
}

@media (min-width:45em) {
	.teaserbox-category:hover h3,.teaserbox-category:hover p {
		color: var(--color-white)
	}
}




.timeline,.timeline__body,.timeline__head {
	position: relative
}

.timeline__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px
}

@media (min-width:45em) {
	.timeline__body {
		padding-top: 60px
	}
}

@media (min-width:60em) {
	.timeline__body {
		padding: 80px 0
	}
}

.timeline__nav {
	display: none
}

@media (min-width:45em) {
	.timeline__nav {
		width: 20%;
		display: block
	}
}

@media (min-width:72em) {
	.timeline__nav {
		width: 15%
	}
}

.timeline__nav ul {
	list-style: none;
	padding: 0
}

@media (min-width:60em) {
	.timeline__nav ul {
		margin-left: -50px
	}
}

.timeline__nav ul li {
	list-style: none;
	padding: 0;
}

.timeline__nav ul li span {
	padding-bottom: 0;
	cursor: pointer;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
    color: #CECECE;
    font-size: 24px;
    font-family: 'rubik_mono_oneregular';
}

.timeline__nav ul li span:before {
	top: .75rem;
    background-color: #DBDBDB;
}
.timeline__nav ul li.nav__active span:before {
    background-color: #00A19B;
}

@media (min-width:60em) {
	.timeline__nav ul li span:before {
		top: 1rem;
	}
}

.timeline__nav ul li.nav__active span,
.timeline__nav ul li span:hover {
	color: #000;
}

.timeline-year {
	position: relative;
	width: 100%;
	display: none;
}

@media (min-width:45em) {
	.timeline-year {
		margin-top: 30px
	}
}

@media (min-width:72em) {
	.timeline-year {
		width: 100%;
		display: block;
        max-width: 515px;
	}
}

.timeline-year__counter {
	position: relative;
	padding-bottom: 33.7%;
	overflow: hidden
}

.timeline-year__counter>span {
	position: absolute;
	width: 500px;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.timeline-year__counter>span ul {
	position: relative;
	list-style: none;
	padding: 0;
	width: 25%;
	display: table;
	margin: 0;
	-webkit-transition: top .6s ease-in-out;
	-o-transition: top .6s ease-in-out;
	transition: top .6s ease-in-out
}

.timeline-year__counter>span ul li {
	display: inline-block;
	font-family: 'rubik_mono_oneregular';
	font-size: 144px;
	line-height: 170px;
	height: 170px;
	text-align: center;
	margin-bottom: 0;
	color: #00A19B;
}

.timeline-year__next {
	position: absolute;
	left: 0;
	margin: 30px auto auto;
}

.timeline__container {
	position: relative;
	overflow-y: hidden;
	z-index: 5
}

@media (min-width:45em) {
	.timeline__container {
		max-height: 600px;
		min-height: 600px;
		margin-right: 40px;
		margin-top: 0;
		width: 70%;
		padding-top: 0;
		padding-bottom: 60px
	}
}

@media (min-width:72em) {
	.timeline__container {
		max-height: 760px;
		min-height: 700px;
		padding-top: 124px;
		margin-top: -110px;
		width: 35%;
		margin-right: 60px;
		padding-bottom: 200px
	}
}

.timeline__container:after,.timeline__container:before {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 0;
	left: 0;
	z-index: 10;
	background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),to(hsla(0,0%,100%,0)));
	background: -o-linear-gradient(top,#fff 0,hsla(0,0%,100%,0));
	background: linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0))
}

@media (min-width:72em) {
	.timeline__container:after,.timeline__container:before {
		content: ""
	}
}

.timeline__container:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: auto;
	bottom: 0
}

.timeline__container-inner {
	-webkit-transition: margin .5s ease-in-out .2s;
	-o-transition: margin .5s ease-in-out .2s;
	transition: margin .5s ease-in-out .2s
}

.timeline-textitem__head {
	margin-bottom: 15px!important
}

.timeline-textitem__body {
	padding-bottom: 30px
}

@media (min-width:72em) {
	.timeline-textitem__body {
		padding-bottom: 112px
	}
}

.timeline__image {
	position: absolute;
	top: 0;
	left: -25px;
	height: 500px;
	width: calc(100% + 50px)
}

@media (min-width:72em) {
	.timeline__image {
		position: absolute;
		width: calc(50% + 205px);
		height: calc(100% - 131px);
		top: 0;
		right: 0;
		left: auto
	}
}
.timeline__nav ul li {
    margin-bottom: 3.4rem !important;
}
.timeline-textitem__head h2 {
    font-size: 30px;
    line-height: 1.75;
    color: #B9B9B9;
    font-weight: bold;
}
.timeline-textitem p {
    font-size: 18px;
    color: #666;
    line-height: 1.75;
}
.timeline {
    max-width: 100%;
    padding: 0;
}
/* 2022.01.10-sumi-改 */
.s_e1cont1 {
    position: relative;
}
.s_e1cont2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 20;
    transition: all .36s;
}
.s_e1cont2.on {
    opacity: 1;
}
.s_e1c1fx {
    width: 1400px;
}
.s_c2c1lbtw {
    display: block;
}
.s_c2c1lbdianig {
    position: relative;
    z-index: 3;
    overflow: visible;
    box-shadow: none;
}
@keyframes yuan {
    0% {
        width: 0;
        height: 0;
        transition: all .36s;
        opacity: 1;
    }

    100% {
        width: 150%;
        height: 150%;
        transition: all .36s;
        opacity: 0.1;
    }
}
.s_c2c1lbdianig::before {
    content: "";
    width: 0;
    height: 0;
    background-color: #00A19B;
    /* opacity: 0.2; */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: yuan 2s infinite;
}

.s_c2c1lbtw.on .ys_imgbox_cover img {
    transform: scale(1.1);
}
.s_c2c1lbtw.on {
    box-shadow: 0px 4px 30px 2px rgb(64 131 167 / 30%);
}
.s_c2c1lbtw {
    transition: all .36s;
}
.t_syk3le img:nth-child(2) {
    display: none;
}
.t_syk6shang {
    background-color: rgba(0, 0, 0, 0.7);
}
.s_c2c1bnrxz {
    position: relative;
}
.s_c2c1xzsj .s_c2c1lbtw {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
}
.s_c2c1xzsj {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    display: none;
}
.s_c2c1xzsjnr {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.s_c2c1xzsjnr.on .s_c2c1lbtw {
    background-color: #00A19B;
}
.t_zuoce {
    opacity: 0;
}
.t_zuobg{
    opacity: 0;
}
html.on1.off .t_zuoce{
    opacity: 0;
}
html.on1.off .t_zuobg{
    opacity: 0;
}
html.on1 .t_zuoce {
    opacity: 1;
}
html.on1 .t_zuobg{
    opacity: 1;
}
.privacy_modal {
    background: #00A19B !important;
}
.t_syk6shang .t_titsizeh5 {
    height: 126px;
    overflow: hidden;
}
.s_e1c1r {
    padding-bottom: 150px;
}
.s_e1c1fx {
    top: 55%;
}
.s_e1cont2 {
    bottom: -100px;
}
/* 2022.1.13 video start */
.mc_e1s1_title {
    margin: 60px 0 80px;
}

.mc_vltop_imgbox {
    width: calc(100% - 480px);
    position: relative;
    overflow: hidden;
}

.mc_vltop_imgbox>img:first-child {
    width: 100%;
}

.mc_vltop_imgbox img {
    transition: all .36s;
}

.mc_video_playbtn {
    width: 67px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 5;
}

.mc_vlist_a {
    width: 100%;
    display: flex;
    align-items: center;
}

.mc_vltop_txtbox {
    width: 480px;
    padding: 50px;
    padding-right: 20px;
}

.mc_vltop_date {
    font-size: 18px;
    color: #00A19B;
}

.mc_vltop_title {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-top: 22px;
    margin-bottom: 40px;
    transition: all .36s;
}

.mc_vltop_txt p {
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.mc_vlist_top {
    margin-bottom: 85px;
}

.mc_vd_videobox video {
    width: 100%;
}

.mc_vd_top {
    background: #f7f8fa;
    padding: 50px 0 45px;
}

.mc_vdtop_box {
    display: flex;
    flex-direction: row-reverse;
}

.mc_vd_txtbox {
    width: 390px;
    padding: 32px 50px;
    padding-right: 0;
}

.mc_vd_videobox {
    width: calc(100% - 390px);
}

.mc_vd_title {
    line-height: 50px;
    margin-bottom: 20px;
}

.mc_vd_date {
    font-size: 18px;
    line-height: 1.2;
    color: #666666;
    font-weight: bold;
    /* font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif; */
    margin-bottom: 30px;
}

.mc_vd_date span {
    margin-right: 10px;
}

.mc_vd_bot {
    padding: 40px 0 150px;
}

.mc_vdbot_box {
    display: flex;
    padding-right: 100px;
    align-items: flex-start;
}

.mc_vd_qrcode {
    font-size: 10px;
    width: 24em;
    padding: 1.5em;
    border: 1px solid #ececeb;
    display: flex;
    align-items: center;
    flex: none;
}

.mc_vd_qrcode img {
    width: 10.7em;
    flex: none;
}

.mc_vd_qrcode div {
    flex: auto;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: center;
}

.mc_vd_list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 180px;
    flex: auto;
}

.mc_vd_li {
    display: flex;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 30px;
}

.mc_vdli_hdimg {
    font-size: 10px;
    width: 9.4em;
    height: 9.4em;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.mc_vdli_txtbox {
    flex: auto;
    padding: 7px 30px 0;
}

.mc_vdli_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mc_vdli_people p {
    color: #333;
}
.mc_e1_list {
    margin: 0 -20px;
    padding-left: 0;
}
.mc_e1_li {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 75px;
}
.mc_e1_lisbox {
    position: relative;
    display: block;
    transition: all .36s;
}
.mc_list_imgbox {
    position: relative;
    overflow: hidden;
}
.mc_list_imgbox img {
    object-fit: cover;
    transition: all .36s;
}
.mc_list_png {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}
.mc_list_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.mc_video_playbtn {
    width: 67px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 5;
}
.mc_e1_txt {
    color: #333333;
}
.mc_e1_txt {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #000000;
    margin-bottom: 44px;
}
.mc_e1_date {
    font-size: 16px;
    color: #999999;
}
.mc_e1_lisbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #00A19B;
    transition: all .36s;
}
.mc_e1_txtbox {
    padding: 18px 28px 38px;
}
.mc_e1_li {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 75px !important;
}
.mc_e1_lisbox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e2e0e0;
}
.g_video .mc_e1s1{ 
    padding-bottom:100px;
}
@media screen and (min-width:1200px) {
    .mc_vlist_a:hover .mc_vltop_title {
        color: #00A19B;
    }

    .mc_vlist_a:hover .mc_vltop_imgbox img {
        color: #333;
        transform: scale(1.02);
    }
    .mc_e1_lisbox:hover {
        box-shadow: 0 5px 47px 4px rgb(214 211 211 / 75%);
    }
    .mc_e1_lisbox:hover .mc_e1_imgbox img {
        transform: scale(1.1);
    }
    .mc_e1_lisbox:hover::after {
        width: 100%;
    }
}



@media screen and (max-width: 1680px) {
    .mc_vltop_title {
        font-size: 22px;
    }

    .mc_vltop_date,
    .mc_vltop_txt p {
        font-size: 16px;
    }

    .mc_vd_date {
        font-size: 16px;
    }

    .mc_vdli_title {
        font-size: 28px;
    }

    .mc_vd_qrcode div {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .mc_e1s1_title {
        margin: 40px 0 70px;
    }

    .mc_vltop_txtbox {
        width: 34%;
        padding: 40px;
        padding-right: 20px;
    }

    .mc_vltop_imgbox {
        width: 66%;
    }

    .mc_vltop_title {
        margin: 15px 0 30px;
    }

    .mc_vlist_top {
        margin-bottom: 60px;
    }

    .mc_video_playbtn {
        width: 60px;
    }

    .mc_vd_bot {
        padding: 40px 0 100px;
    }

    .mc_vdli_title {
        font-size: 26px;
    }

    .mc_vd_txtbox {
        width: 32%;
    }

    .mc_vd_videobox {
        width: 68%;
    }

    .mc_vd_txtbox {
        padding: 20px 40px;
        padding-right: 0;
    }

    .mc_vd_title {
        line-height: 1.5;
        margin-bottom: 15px !important;
    }

    .mc_vd_date {
        margin-bottom: 20px;
    }

    .mc_vd_list {
        padding-right: 8%;
    }

    .mc_vdbot_box {
        padding-right: 3%;
    }

    .mc_vd_qrcode {
        font-size: 9px;
    }

    .mc_vdli_title {
        margin-bottom: 10px;
    }

    .mc_vdli_hdimg {
        font-size: 9px;
    }

    .mc_vdli_txtbox {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .mc_vltop_txtbox {
        width: 40%;
    }

    .mc_vltop_imgbox {
        width: 60%;
    }

    .mc_vlist_top {
        margin-bottom: 50px;
    }

    .mc_vd_videobox {
        width: 60%;
    }

    .mc_vd_txtbox {
        width: 40%;
        padding: 0 30px;
        padding-right: 0;
    }

    .mc_vd_list {
        padding-right: 4%;
    }

}

@media screen and (max-width: 991px) {
    .mc_vltop_title {
        margin: 10px 0 15px;
    }

    .mc_vltop_txt p {
        line-height: 1.75;
    }

    .mc_e1s1_title {
        margin: 0 0 40px;
    }

    .mc_vltop_txtbox {
        width: 50%;
        padding: 10px 20px;
        padding-right: 0;
    }

    .mc_vltop_imgbox {
        width: 50%;
    }

    .mc_video_playbtn {
        width: 48px;
    }

    .mc_vlist_top {
        margin-bottom: 40px;
    }

    .mc_vdli_title {
        font-size: 24px;
    }

    .mc_vd_txtbox {
        width: 100%;
        padding: 0;
    }

    .mc_vdtop_box {
        display: block;
    }

    .mc_vd_title.mc_title36 {
        font-size: 22px;
        margin-top: 0;
    }

    .mc_vd_videobox {
        width: 100%;
        margin-top: 30px;
    }

    .mc_vd_bot {
        padding: 40px 0;
    }

    .mc_vdbot_box {
        padding-right: 0;
    }

    .mc_vdbot_box {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mc_vlist_a {
        display: block;
        box-shadow: 0 5px 10px 0px rgb(214 211 211 / 75%);
    }

    .mc_vltop_imgbox {
        width: 100%;
    }

    .mc_vltop_txtbox {
        width: 100%;
        padding: 15px 15px 20px;
    }

    .mc_vltop_date {
        font-size: 14px;
    }

    .mc_vd_date {
        font-size: 14px;
    }

    .mc_vltop_txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .mc_vltop_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mc_vdli_title {
        font-size: 18px;
    }

    .mc_vd_top {
        padding: 35px 0;
    }

    .mc_vd_date {
        margin-bottom: 15px;
    }

    .mc_vd_videobox {
        margin-top: 25px;
    }
    .mc_vd_li{
        width: 100%;
    }
    .mc_vd_qrcode{
        font-size: 8px;
    }
    .mc_vdli_hdimg{
        font-size: 8px;
    }
    .mc_vd_qrcode div{
        font-size: 14px;
        line-height: 24px;
    }
    .mc_vdli_txtbox{
        padding: 10px 15px;
    }
}

/* 2022.1.13 video end */
.ys_modal_content{
    max-height: 700px;
}


.t_zuoce {
    opacity: 0;
}

.t_zuobg {
    opacity: 0;
}

html.on1.off .t_zuoce {
    opacity: 0;
}

html.on1.off .t_zuobg {
    opacity: 0;
}

html.on1 .t_zuoce {
    opacity: 1;
}

html.on1 .t_zuobg {
    opacity: 1;
}

html.off .t_zuobg {
    transform: translate3d(0px, 0px, 0px) scale(10, 10);
}

.t_zuobg{
    transform-origin:70% 50%;
}

html.on1 .t_zuoce {
    transition: transform .6s cubic-bezier(0, 0, 0.2, 1), opacity .6s ease-out;
    transition-delay: .8s;
}

html.on1.off .t_zuoce {
    transition: transform .4s cubic-bezier(0, 0, 0.2, 1), opacity .4s ease-out;
    transition-delay: 0s;
}

html.on1.off .t_zuobg{
    transition: transform .8s cubic-bezier(0, 0, 0.2, 1) 0.6s, opacity .6s ease-out 1s;
    opacity: 0;
    transform: translate3d(0px, 0px, 0px) scale(10, 10);
}

html.off .ys_ban_title{
     transition-delay: .8s;
}
.t_zuobg{
    transition: transform .8s cubic-bezier(0, 0, 0.2, 1); 
}



.ys_ban_li.slick-current .ys_ban_title{
    animation: ysfadeInUp 1s ease both;
    animation-delay: 0.3s;
}

.ys_ban_li.slick-current .ys_ban_imgbox {
    animation: mysacle 4s ease both;
}

@keyframes mysacle {
    0% {
        transform: scale(1.15);
    }
}
.ys_ban_imgbox::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(rgba(0,0,0,.3), transparent);
}
.mc_e1s1_title {
    display: none;
}
.s_e3_1c2news.on .s_e3_1c1lp{
    display: none;
}
/* 2022.01.25-sumi-改 */
.t_pcone a {
    font-size: 18px;
}
.t_naver a {
    font-size: 18px;
}
.t_zuoce .t_duan1 p {
    font-size: 18px;
}
.t_syk6le .t_duan3 p {
    font-size: 18px;
}
.s_e1c1r {
    padding-left: 145px;
}
.s_c2c1lbtw::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,161,155,.3);
    transition: all 0.36s;
    opacity: 0;
    position: absolute;
}
.s_c2c1lbtw div{
    position: relative;
    z-index: 6;
}
.s_c2c1lbtwztit p{
    transition: all 0.36s;
}
.t_c2k1top.s_c2c1top{
    margin-bottom: 30px;
}
.s_c2c1bxz .t_titsizeh4{
    text-align: center;
}
.s_c2c1top {
    margin-bottom: 40px;
}
.t_xiaping .progress>span {
    width: calc(50% + 1px);
}
.t_xiaping .progress .progress-bar{
    background: #fff;
}
.t_xiaping {
    font-size: 0;
}
.progress-bar{
    box-shadow: none;
    -webkit-box-shadow:none;
}
/* .t_xiaping .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 1px;
    border-right-width: 0; */
.t_xiaping .progress .progress-left .progress-bar{
    border-left-width: 0;
    border-left-color: transparent;
}
.t_syk1nr .t_xiaping .progress::after {
    content: '';
    width: 7px;
    height: calc(100% - 2px);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    border-radius: 3px;
}
.t_syk5wen {
    padding: 160px 168px 100px;
}
.t_syk5 .t_xiaping .progress>span{
    width: 0;
}
.t_syk5li {
    padding: 0 30px;
}
.t_syk5ul {
    margin: 0 -30px;
}
.timeline-textitem__head h2{
    color:#666;
}
.s_e1c2li0 .s_e1c2libot {
    right: -372px;
}
.s_e1c2li1 .s_e1c2libot {
    right: -300px;
}
.s_e1c2li5 .s_e1c2libot {
    right: -280px;
}
.s_e1c2li6 .s_e1c2libot {
    right: -393px;
}
.s_e1c2li7 .s_e1c2libot {
    right: -394px;
}
.s_e1c2li8 .s_e1c2libot {
    right: -430px;
}
.s_e1c2li9 .s_e1c2libot {
    right: -412px;
}
.only86 .s_c2c1bxz1 .s_c2c1lbdian4 .s_c2c1lbtw {
    top: -15px;
    right: 204px;
}
.only86 .s_c2c1bxz1 .s_c2c1lbdian3 .s_c2c1lbtw {
    top: 77px;
}
.only86 .s_c2c1bxz1 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: 46px;
    right: -251px;
}
.only86 .s_c2c1bxz1 .s_c2c1lbdian2 .s_c2c1lbtw {
    top: -200px;
    right: -426px;
}
.only86 .s_c2c1bxz2 .s_c2c1lbdian3 .s_c2c1lbtw {
    top: 96px;
    right: 89px;
}
.only86 .s_c2c1bxz2 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -250px;
    right: -240px;
}
.only86 .s_c2c1bxz2 .s_c2c1lbdian2 .s_c2c1lbtw {
    top: 142px;
    right: -620px;
}
.only86 .s_c2c1bxz3 .s_c2c1lbdian2 .s_c2c1lbtw {
    right: -400px;
}
.only86 .s_c2c1bxz4 .s_c2c1lbdian3 .s_c2c1lbtw {
    top: 123px;
    right: 0px;
}
.only86 .s_c2c1bxz4 .s_c2c1lbdian2 .s_c2c1lbtw {
    right: -300px;
}
.only86 .s_c2c1bxz4 .s_c2c1lbdian1 .s_c2c1lbtw {
    right: -220px;
}
.only86 .s_c2c1bxz5 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -185px;
    right: -267px;
}
.only86 .s_c2c1bxz5 .s_c2c1lbdian2 .s_c2c1lbtw {
    top: 0px;
    right: 150px;
}
.only86 .s_c2c1bxz5 .s_c2c1lbdian3 .s_c2c1lbtw {
    top: 58px;
    right: -260px;
}
/* 汽车应用 */
.only100 .s_c2c1bxz2 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: 119px;
    right: -80px;
}
/* 物联网应用 */
.only101 .s_c2c1bxz1 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -190px;
}
.only101 .s_c2c1bxz1 .s_c2c1lbdian2 .s_c2c1lbtw {
    right: -410px;
}
.only101 .s_c2c1bxz1 .s_c2c1lbdian3 .s_c2c1lbtw {
    right: 168px;
}
.only101 .s_c2c1bxz1 .s_c2c1lbdian4 .s_c2c1lbtw {
    top: -151px;
    right: 99px;
}
.only101 .s_c2c1bxz2 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -60px;
    right: 160px;
}
.only101 .s_c2c1bxz3 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -235px;
    right: -550px;
}
/* 医疗应用 */
.only102 .s_c2c1bxz1 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -43px;
    right: 100px;
}
.only102 .s_c2c1bxz2 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -37px;
    right: 130px;
}
.only102 .s_c2c1bxz3 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -60px;
    right: 120px;
}
/* 工业应用 */
.only103 .s_c2c1bxz1 .s_c2c1lbdian2 .s_c2c1lbtw {
    right: -100px;
}
.only103 .s_c2c1bxz2 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -309px;
    right: -275px;
}
.only103 .s_c2c1bxz3 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -235px;
    right: 120px;
}
.only103 .s_c2c1bxz4 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -180px;
    right: -240px;
}
.only103 .s_c2c1bxz4 .s_c2c1lbdian2 .s_c2c1lbtw {
    top: 20px;
    right: -330px;
}
.e2c1 th {
    white-space: nowrap;
}
.s_ban3wzh p {
    font-size: 18px;
    line-height: 1.75;
    color: #666;
}
.t_phe5img{
    display: none;
}


/* 20220326 start */
.s_b2c1rtabnr {
    padding: 12px 10px 12px;
}
/* 20220326 end */
/* 20220328 - start */
.only86 .s_c2c1bxz1 .s_c2c1lbdian2 .s_c2c1lbtw {
    top: -220px;
    right: -440px;
}
.only103 .s_c2c1bxz2 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: -326px;
}
.s_b2c1rlinr::before {
    height: calc(100% + 1px);
    top: -1px;
    border-radius: 22px;
}
.s_b2c1rlinr{
    overflow: visible;
}
.s_b2c1rli .ys_select_hd{
    border: 2px solid #00A19B;
    line-height: 44px;
    padding: 0 36px;
    border-radius: 100px;
}
.s_b2c1rli .ys_select_hd input{
    color:#00A19B;
    transition: all .36s;
}
.s_b2c1rli .ys_select_hd input::placeholder{
    color:#00A19B;
    transition: all .36s;
}
.s_b2c1rli .ys_select_hd .icon-arrow-down:before{
    color:#00A19B;
    transition: all .36s;
}
.s_b2c1rli .ys_select_xtbbox {
    right: 36px;
}
.t_select1 {
    width: 220px;
}
.s_b2c1rli {
    margin-right: 16px;
}
.s_b2c1rli:last-of-type{
    margin-right: 0;
}
.s_b2c1rli .ys_select_hd::before {
    content: "";
    width: 0%;
    background-color: #00A19B;
    position: absolute;
    left: 0;
    height: calc(100% + 1px);
    top: -1px;
    border-radius: 22px;
    transition: all .36s;
    z-index: -1;
}
.s_b2c1rli .ys_select_hd {
    height: 48px;
    overflow: hidden;
}
.t_select1.zindex .ys_select_hd::before {
    width: 100%;
}
.t_select1.zindex .ys_select_hd input::placeholder{
    color:#fff;
}
.t_select1.zindex .ys_select_hd input{
    color:#fff;
}
.t_select1.zindex .ys_select_hd .icon-arrow-down:before{
    color:#fff;
}
.t_select1 .ys_select_bd {
    border: 0px solid #00A19B;
    border-radius: 22px;
    overflow: hidden!important;
    padding: 0;
}
.t_select1 .ys_select_show {
    border-bottom: 0px solid #DBDBDB;
}
.t_select1 .ys_select_bd::before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 22px;
    border: 2px solid #00A19B;
    position: absolute;
    left: 0;
    top: 0;
}
.t_select1 .ys_select_li {
    font-size: 16px;
    color: #00A19B;
    line-height: 1.75;
    padding: 10px 20px;
    border-bottom: 1px solid #00A19B;
}
.t_select1 .ys_select_li:hover {
    color: #fff;
    background-color: #00A19B;
}
/* 20220328 - end */
.only103 .s_c2c1bxz1 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: 100px;
    right: -100px;
}
.s_e1c2liwz {
    padding: 0 5px;
}
.s_e1c2li{
    width: 0px;
    height: 0px;
}
.s_e1c2lig{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.s_e1c2liwz{
    position: absolute;
    left: 7.5px;
    white-space: nowrap;
    bottom: -3px;
}
.s_e1c2li.on .s_e1c2liwz{
    left: auto;
    right: 7.5px;
}
.s_e1c2li0 .s_e1c2libot {
    right: -414px;
}
.s_e1c2li1 .s_e1c2libot {
    right: -306px;
}
.s_e1c2li2 .s_e1c2libot {
    right: -392px;
}
.s_e1c2li3 .s_e1c2libot {
    right: -399px;
}
.s_e1c2li4 .s_e1c2libot {
    top: 6px;
    right: -165px;
}
.s_e1c2li5 .s_e1c2libot {
    right: -345px;
}
.s_e1c2li6 .s_e1c2libot {
    right: -427px;
}
.s_e1c2li7 .s_e1c2libot {
    right: -433px;
}
.s_e1c2li8 .s_e1c2libot {
    right: -459px;
}
.s_e1c2li9 .s_e1c2libot {
    right: -446px;
}

.t_select1 {
    width: 270px;
}
.s_b2c1rlinr {
    padding: 0 25px;
}
.only86 .s_c2c1bxz2 .s_c2c1lbdian2 .s_c2c1lbtw {
    top: 78px;
    right: 60px;
}
.ys_phnav_search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 68px;
}
.ys_phnav_menubox{
    width: 68px;
}
.t_yuheadph a{
    padding: 0 10px;
}
.t_yuheadph{
    margin-right: 10px;
}
.t_syfonth2 {
    font-size: 58px;
}
.t_gundong1{
    max-height: calc(100vh - 300px);
    z-index: 99;
}
.t_gundong1 .mCSB_container{
    line-height: 1.5;
}
.s_ban3wzh {
    width: 50%;
}
.s_ban3wzh p {
    width: 100%;
}
.s_e1c1l.on2{
    z-index: 5;
}
.t_gundong1 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #00A19B;
}
.t_e1c4li{
    display: none;
}
.t_e1c4li:first-child{
    display: block;
}
.t_e1c4ul .slick-next {
    background: url(../image/c2_icon6.svg) center/cover no-repeat;
    right: -85px;
}
.t_e1c4ul .slick-prev {
    background: url(../image/c2_icon5.svg) center/cover no-repeat;
    left: -85px;
}
.t_e1c4ul .slick-prev, .t_e1c4ul .slick-next {
    width: 60px;
    height: 60px;
    border-radius: inherit;
    z-index: 5;
}
.only103 .s_c2c1bxz2 .s_c2c1lbdian1 .s_c2c1lbtw {
    top: 113px;
    right: 0px;
}
.s_b2c1rlinr::before,.s_b2c1rli .ys_select_hd::before {
    height: calc(100% + 2px);
    left: -1px;
}
.t_select1.zindex .ys_select_hd::before{
    width: calc(100% + 2px);
}
.s_b2c1rli.on .s_b2c1rlinr::before {
    width: calc(100% + 2px);
}
.s_b2c1rli{
    overflow: hidden;
}
.s_b2c1rli {
    overflow: hidden;
    border-radius: 24px;
}
.s_b2c1rli.t_select1 {
    overflow: visible;
}
.s_c2c1lbdian1 .s_c2c1lbtw {
    right: -320px;
}
.s_e4share:nth-child(3){
    display: block;
}
.s_e4share:first-child {
    display: block;
}
.t_yujiaic{
    width: 18px;
    line-height: 78px;
    margin-right: 6px;
}
.t_yujiaic img{
    width: 100%;
    position: relative;
    top: -2px;
}
.t_lunbo1 .slick-dots li.slick-active {
    background: #00A19B;
}
.t_lunbo1 .slick-dots {
    bottom: -240px;
}



