﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}
/* 2022.12.22 */
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
        url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
        url("../fonts/Montserrat-Bold.woff") format("woff");
}
/* 2022.12.22 */
/*分享翻译*/
#bsWXBox .bsTop:after {
    /*分享中文版本*/
    content: '- 微信';
    /*分享英文版本*/
    /* content: '- weixin'; */
    display: block;
    position: absolute;
    left: 85px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

#bsWXBox .bsTop:before {
    /*分享中文版本*/
    content: '分享到';
    /*分享英文版本*/
    /* content: 'Share the'; */
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}

.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, .1);
}

.ys_ban_txtbox {
    z-index: 5;
}

/* - banner - end*/
.s_cont {
    max-width: 1920px;
    margin: 0 auto;
}
/* 规范 */
.s_tit1 h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1.5;
}

.s_tit2 h2 {
    font-size: 48px;
    color: #fff;
    line-height: 1.5;
}

.s_tit3 h3 {
    font-size: 40px;
    color: #333;
    line-height: 1.5;
}

.s_tit4 h4 {
    font-size: 30px;
    color: #333;
    line-height: 1.75;
}

.s_tit5 h5 {
    font-size: 26px;
    color: #333;
    line-height: 1.75;
}

.s_tit6 h6 {
    font-size: 24px;
    color: #333;
    line-height: 1.75;
}
.s_pra p {
    font-size: 18px;
    color: #666;
    line-height: 1.75;
}
/* .yxedr_active h1 {
    font-size: 60px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 180px;
}

.yxedr_active h2 {
    font-size: 48px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 144px;
} */

.yxedr_active h3 {
    font-size: 40px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 32px;
}

.yxedr_active h4 {
    font-size: 30px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 30px;
}

.yxedr_active h5 {
    font-size: 26px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 28px;
}

.yxedr_active h6 {
    font-size: 24px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 26px;
}

.yxedr_active p {
    font-size: 18px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 16px;
}

.s_nyptop {
    padding-top: 110px;
}

.s_pd {
    padding-top: 150px;
}

.s_titbot {
    margin-bottom: 67px;
}

/* 规范-end*/

/* pc导航 */
.ys_hd_pc {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.ys_hd_pc.isfixed {
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
}

.ys_hd_pc.isfixed .s_navbot {
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
}

.s_pchd {
    width: 1800px;
    margin: 0 auto;
}

.s_lineh {
    line-height: 80px;
}

.s_logo {
    width: 229px;
}

.s_logo a {
    display: block;
}

.s_logo img {
    width: 100%;
}

.s_searchbox {
    width: 168px;
    border-radius: 100px;
    border: 1px solid rgba(32, 129, 179, 0.2);
    padding: 5px 15px;
}

.s_searchr {
    width: 14px;
    transform: translateY(2px);
    cursor: pointer;
}

.s_searchr img {
    width: 100%;
}

.s_searchl {
    width: calc(100% - 14px);
    padding-right: 25px;
    position: relative;
}

.s_searchl::before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: rgba(32, 129, 179, 0.2);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.s_searchl input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666;
}

.s_searchbox {
    margin-right: 40px;
}

.s_langtop {
    cursor: pointer;
}

.s_langtopl {
    width: 16px;
    position: relative;
}

.s_langtopig {
    width: 100%;
    position: relative;
    display: inline-block;
}

.s_langtopig::before {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid rgb(32, 129, 179);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.s_langtopig img {
    width: 100%;
}

.s_langtopr {
    width: 9px;
    margin-left: 15px;
    transition: all .36s;
}

.s_langtopr img {
    width: 100%;
}

.s_pchdr {
    display: flex;
    align-items: center;
}

.s_nav {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.s_navli {
    margin: 0 56px;
}

.s_navtop a {
    font-size: 16px;
    color: #666;
    line-height: 80px;
    font-weight: bold;
    display: inline-block;
    transition: all .36s;
}

.s_navli.yxnav_active1 .s_navtop a {
    color: #0f0964;
}

.s_navbot {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.902);
    display: none;
}

.s_navbotli {
    display: inline-block;
    margin: 0 50px;
}

.s_navbotli a {
    font-size: 16px;
    color: #666;
    line-height: 79px;
    transition: all .36s;
    display: block;
}
.s_navbotli.on a {
    color: #0f0964;
}

.s_navbotli.yxnav_active2 a {
    color: #0f0964;
}

.s_lang {
    position: relative;
}

.s_langbot {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.902);
    display: none;
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
}

.s_langbotnr a {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    padding: 10px 18px;
    display: block;
    transition: all .36s;
}

.s_lang.on .s_langtopr {
    transform: rotate(180deg);
}

/* pc导航-end */

/* ph导航 */
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #0f0964;
}
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a {
    color: #0f0964;
}
.ys_phnav_logo {
    width: 155px;
}
.ys_phnav_logo img {
    width: 100%;
}
.ys_phnavss_modal .ys_modal_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ph导航-end */

/* banner */
.ys_ban_txtbox h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
}

.ys_ban_slick .slick-prev,
.ys_ban_slick .slick-next {
    width: 28px;
    height: 28px;
    z-index: 5;
}

.ys_ban_slick .slick-prev {
    background: url(../images/arrow1.svg) center/100% no-repeat;
    left: 99px;
}

.ys_ban_slick .slick-next {
    background: url(../images/arrow2.svg) center/100% no-repeat;
    right: 99px;
}

.ys_banner {
    position: relative;
}

.s_ban_mousebox {
    width: 26px;
    height: 42px;
    position: absolute;
    bottom: 99px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.s_ban_mouse {
    width: 100%;
    height: 100%;
    background: url(../images/icon4h.svg) center/100% no-repeat;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
    cursor: pointer;
    position: relative;
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.s_ban_mouse:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/icon4.svg) top center/100% no-repeat;
    -webkit-animation: colorSlide 1.6s linear infinite;
    animation: colorSlide 1.6s linear infinite;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@-webkit-keyframes colorSlide {
    0% {
        height:0;
      }

 90%{
      height:42px;
  }


}

@keyframes colorSlide {
        0% {
        height:0;
      }

     90%{
          height:42px;
      }
}
.s_ban_mouse:after {
    content: "";
    background-color: #ffffff;
    width: 2px;
    height: 6px;
    -webkit-animation: trackBallSlide 1.6s linear infinite;
    animation: trackBallSlide 1.6s linear infinite;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@-webkit-keyframes trackBallSlide {
    0% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-8px);
              transform: scale(1) translateY(-8px);
    }
    34% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(4px);
              transform: scale(0.9) translateY(4px);
    }
    68% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(16px);
              transform: scale(0.4) translateY(16px);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-8px);
              transform: scale(0.4) translateY(-8px);
    }

  }
  @keyframes trackBallSlide {
    0% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-8px);
              transform: scale(1) translateY(-8px);
    }
    34% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(4px);
              transform: scale(0.9) translateY(4px);
    }
    68% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(16px);
              transform: scale(0.4) translateY(16px);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-8px);
              transform: scale(0.4) translateY(-8px);
    }
  }
/* banner-end */

/* foot*/
.s_foot {
    background: url(../images/img1.jpg) center/cover no-repeat;
    padding-top: 46px;
}
.s_footoplogo {
    width: 180px;
}
.s_footoplogo a{
    display: block;
}
.s_footoplogo img {
    width: 100%;
}
.s_footnavli a {
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
    transition: all .36s;
}
.s_footnavli {
    margin-left: 65px;
}
.s_footnav {
    padding-top: 15px;
}
.s_footcenlig {
    width: 15px;
    opacity: 0.6;
    line-height: 24.5px;
}
.s_footcenlig img {
    width: 100%;
}
.s_footcenlwz {
    width: calc(100% - 15px);
    padding-left: 10px;
}
.s_footcenlwz p {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: 1.75;
}
.s_footshare {
    width: 24px;
    position: relative;
    margin-left: 25px;
}
.s_footshare img {
    width: 100%;
    cursor: pointer;
}
.ys_sharebox a {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.s_footsharebot {
    width: 120px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    bottom: 160%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.s_footsharebot img {
    width: 100%;
}
.s_footcen {
    padding-top: 49px;
    padding-bottom: 22px;
}
.s_footbotl p span {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.3;
}
.s_footbotl p a {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.3;
    padding-left: 5px;
    display: inline-block;
}
.s_footbotrnr a {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.3;
}
.s_footbotrnr {
    margin-left: 20px;
    display: inline-block;
}
.s_footbot {
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* foot-end */
/* 首页 */
.s_sycont {
    background: url(../images/a1_bg.jpg) center/cover no-repeat;
}
.s_syc1tlt h3 {
    font-weight: bold;
}
.s_syc1lnr {
    position: relative;
}
.s_syc1lnr::before  {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #0f0964;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.4;
}
.s_syc1lli p {
    font-size: 14px;
    color: #0f0964;
    line-height: 1.75;
    opacity: 0.4;
    transition: all .36s;
}
.s_syc1lli {
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.s_syc1lli::before {
    content: "";
    width: 1px;
    height: 22px;
    background-color: #0f0964;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .36s;
}
.s_syc1rtit h6 {
    color: #0f0964;
    font-weight: bold;
}
.s_syc1rtit {
    margin-bottom: 25px;
}
.s_syc1rwz {
    max-height: 126px;
    overflow: hidden;
}
.s_syc1l {
    width: 260px;
}
.s_syc1r {
    width: calc(100% - 260px);
    padding-left: 70px;
    padding-top: 20px;
}
.s_syc1rnr {
    display: none;
}
.s_syc1lli.on p {
    opacity: 1;
}
.s_syc1lli.on::before {
    opacity: 1;
}
.s_syc1rnr.act {
    display: block;
}
.s_syc1top {
    margin-bottom: 40px;
}
.s_syc1bot {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -59px;
}
.s_syc1botli {
    width: 25%;
    padding: 0 59px;
}
.s_syc1botlinr {
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 14px 35px 0px rgba(0, 131, 213, 0.07);
    padding: 30px 23px 21px;
    overflow: hidden;
}
.s_syc1botlitop .ys_imgbox_cover{
    width: 78px;
    border-radius: 50%;
    overflow: hidden;
}
.s_syc1botlitit h6 {
    font-weight: bold;
    transition: all .36s;
}
.s_syc1botlitit {
    margin-top: 22px;
    margin-bottom: 7px;
}
.s_syc1botlibot {
    padding-left: 13px;
}
.s_syc2top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s_syc2topr {
    width: 80px;
}
.s_syc2topl{
    width: calc(100% - 80px);
    padding-right: 20px;
}
.s_more a {
    color: #666;
}
.s_more {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}
.s_syc2botlinr .ys_imgbox_cover {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.s_syc2botlinr .ys_imgbox_cover::before {
    content: "";
    width: 100%;
    height: 70%;
    background-image: -moz-linear-gradient(to top, rgba(7, 48, 70, 0.8), rgba(7, 48, 70, 0));
    background-image: linear-gradient(to top, rgba(7, 48, 70, 0.8), rgba(7, 48, 70, 0));
    background-image: -ms-linear-gradient(to top, rgba(7, 48, 70, 0.8), rgba(7, 48, 70, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.s_syc2bot {
    margin: 0 -43px;
}
.s_syc2botli {
    width: 50%;
    padding: 0 43px;
    margin-bottom: 74px;
}
.s_syc2botlinr {
    position: relative;
}
.s_syc2botliwz h5 {
    color: #fff;
    font-weight: bold;
}
.s_syc2botliwz {
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 0;
    padding: 0 40px;
    height: 45.5px;
    overflow: hidden;
    z-index: 5;
}
.s_syc3 {
    padding-top: 62px;
}
.s_syc3bot {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.s_syc3botl {
    width: 40%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -19.89px 2.091px 110.39px 22.61px rgba(3, 92, 140, 0.07);
}
  
.s_syc3botlig {
    width: 100%;
}
.s_syc3botlwz {
    background-color: #fff;
    height: 100%;
    padding: 16px 38px 28px;
}
.s_syc3botltime {
    font-size: 14px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 5px;
}
.s_syc3botlwzp p {
    font-weight: bold;
    color: #0f0964;
    transition: all .36s;
}
.s_syc3botlwzp {
    height: 31.5px;
    overflow: hidden;
}
.s_syc3botr {
    width: 60%;
    padding-left: 45px;
}
.s_syc3botrli {
    margin-bottom: 7px;
}
.s_syc3botrli:last-child {
    margin-bottom: 0;
}
.s_syc3botrli a {
    display: block;
    padding: 23px 22px 19px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(17, 133, 182, 0.102);
    transition: all .36s;
}
.s_syc3botrlil {
    width: 88px;
    border-width: 1px;
    border-color: rgb(0, 131, 213);
    border-style: solid;
    border-radius: 6px;
    overflow: hidden;
}
.s_syc3botrliltop {
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    background-color: #0f0964;
    text-align: center;
}
.s_syc3botrlilbot {
    font-size: 14px;
    color: #999;
    line-height: 41px;
    text-align: center;
    transition: all .36s;
}
.s_syc3botrlir {
    width: calc(100% - 88px);
    padding-left: 30px;
}
.s_syc3botrlir .s_syc3botlwzp p {
    color: #666;
}
.s_syc3botrlirp p {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}
.s_syc3botrlirp {
    height: 49px;
    overflow: hidden;
    margin-top: 8px;
}
.s_center {
    text-align: center;
}
.s_syc4 {
    padding-top: 130px;
    padding-bottom: 180px;
}
.s_syc4nr {
    padding: 0 90px;
}
.s_syc4lb {
    margin: 0 -55px;
}
.s_syc4lbnr {
    width: 20%;
    padding: 0 55px;
}
.s_syc4lbnr .ys_imgbox_contain {
    width: 100%;
}
.s_syc4 .s_titbot {
    margin-bottom: 50px;
}
.slick-dots li {
    width: 6px;
    height: 6px;
    background-color: #0f0964;
    margin: 0 11px;
}
.slick-dots li::before {
    content: "";
    border: 1px solid #0f0964;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    opacity: 0;
}
.slick-dots li.slick-active::before {
    opacity: 1;
}
.slick-dots li.slick-active {
    background-color: #0f0964;
}
.s_syc4lb .slick-dots {
    bottom: -60px;
}
/* 首页-end*/
/* i1*/
.s_nyban1 .ys_ban_txtbox h1 {
    font-size: 48px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.s_nyban1 .ys_ban_txtbox {
    top: 58%;
}
.s_nyban .ys_ban_txtbox h1 {
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
} 
.s_nyban .ys_ban_txtbox {
    text-align: center;
}
.s_mbxbox {
    position: absolute;
    top: 106px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.s_mbx {
    display: flex;
    align-items: center;
}
.s_mbxnr img {
    width: 15px;
    transform: translateY(-2px);
}
.s_mbxnr a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.75;
    transition: all .36s;
}
.s_mbxnr.on a {
    color: #fff;
}
.s_mbxnr {
    position: relative;
    margin-right: 25px;
}
.s_mbxnr::before {
    content: ">";
    color: #fff;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    opacity: 0.8;
}
.s_mbxnr:last-child::before {
    display: none;
}
.s_i1nr h6 {
    font-weight: bold;
}
.s_i1 .s_cont {
    padding-bottom: 54px;
}
/* i1-end*/
/* g2*/
.s_g2 .s_cont {
    padding-bottom: 88px;
}
.s_g2time {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}
.s_g2tit h4 {
    font-weight: bold;
}
.s_g2tit {
    margin-top: 9px;
    margin-bottom: 23px;
}
.s_g2share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s_g2sharenr {
    width: 19px;
    position: relative;
    margin-right: 10px;
}
.s_g2top {
    padding-bottom: 18px;
    margin-bottom: 65px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.s_g2bjq img {
    border-radius: 10px;
    overflow: hidden;
}
.s_g2bjq p {
    color: #333;
}
.s_g2bot {
    position: relative;
    margin-top: 70px;
}
.s_g2botnr {
    max-width: 45%;
    height: 28px;
    overflow: hidden;
}
.s_g2botnr a {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}
.s_g2botcen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.s_g2botcen img {
    width: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.s_g2botcen p {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}
/* g2-end*/

/* e2*/
.s_e2toptw {
    margin-bottom: 11px;
}
.s_e2toptwig {
    width: 20px;
    line-height: 28px;
}
.s_e2toptwig img {
    width: 100%;
}
.s_e2toptwr {
    width: calc(100% - 20px);
    padding-left: 15px;
}
.s_e2toptwr p {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}
.s_e2tit h6 {
    font-weight: bold;
}
.s_e2top {
    padding-bottom: 35px;
    margin-bottom: 43px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.s_e2bjq p {
    color: #333;
}
.s_e2 .s_cont {
    padding-bottom: 80px;
}
/* e2-end*/

/* c1*/
.s_bgcolor {
    background-color: #fafafa;
}
.s_c1c1 {
    background-color: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 26px;
}
.s_c1c1list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -20px;
}
.s_c1c1li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.s_c1c1linr {
    height: 100%;
}
.s_c1c1litop {
    width: 95px;
    margin: 0 auto;
    box-shadow: 0px 13px 20.37px 0.63px rgba(0, 131, 213, 0.06);
    border-radius: 50%;
    overflow: hidden;
}
.s_c1c1litop img {
    width: 100%;
}
.s_c1c1litit h6 {
    font-weight: bold;
    color: #0f0964;
}
.s_c1c1litit {
    margin-top: 20px;
    margin-bottom: 3px;
}
.s_c1c1lip p {
    color: #999;
}
.s_c1c2 {
    padding-top: 96px;
    padding-bottom: 67px;
}
.s_c1c2li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.s_c1c2lil {
    width: 37%;
    padding-right: 105px;
}
.s_c1c2litit h4 {
    font-weight: bold;
}
.s_c1c2litit {
    padding-bottom: 34px;
    margin-bottom: 44px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.s_c1c2botli {
    margin-bottom: 27px;
}
.s_c1c2botw {
    margin-bottom: 11px;
}
.s_c1c2botwl {
    width: 36px;
    line-height: 42px;
}
.s_c1c2botwl img {
    width: 100%;
}
.s_c1c2botwr {
    width: calc(100% - 36px);
    padding-left: 10px;
}
.s_c1c2botwr h6 {
    font-weight: bold;
    transition: all .36s;
}
.s_c1c2botlip p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_c1c2lir {
    width: 63%;
    padding-top: 70px;
}
.s_c1c2lirig {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 13px 20.37px 0.63px rgba(0, 131, 213, 0.06);
}

.s_c1c2lirig img {
    width: 100%;
}
.s_c1c2li.on {
    flex-direction: row-reverse;
}
.s_c1c2li.on .s_c1c2lil {
    padding-right: 0;
    padding-left: 105px;
}
/* c1-end*/
/* d1*/
.s_d1 .s_cont {
    padding-bottom: 40px;
}
/* d1-end*/
/* e1*/
.s_nybansearch {
    width: 33%;
    position: absolute;
    top: 54.7%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 19px 28px 0px rgba(226, 208, 207, 0.24);
    border-radius: 100px;
    overflow: hidden;
    z-index: 5;
}
.s_nybansearchr {
    width: 99px;
    height: 51px;
    background-color: #0f0964;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
}
.s_nybansearchr img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s_nybansearchl {
    width: calc(100% - 99px);
    padding: 0 30px;
}
.s_nybansearchl input {
    width: 100%;
    height: 51px;
    font-size: 16px;
    color: #666;
}
.s_nybansearchl input::placeholder {
    font-size: 16px;
    color: #d4d4d4;
}
.s_e1 .ys_pos_center {
    top: 45%;
}
.s_e1li {
    margin-bottom: 36px;
} 
.s_e1linr {
    padding: 37px 57px 25px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s_e1linrtit h5 {
    font-weight: bold;
    transition: all .36s;
}
.s_e1linrtit {
    margin-bottom: 4px;
}
.s_e1linrl{
    width: calc(100% - 133px);
    padding-right: 30px;
}
.s_xq {
    width: 133px;
    background-color: #0f0964;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    transition: all .36s;
}
.pc_fenye li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
}
.pc_fenye li.activepage {
    color: #fff;
    background: rgb(0, 131, 213);
}
.s_fenye {
    padding-top: 54px;
}
.s_e1 .s_cont {
    padding-bottom: 85px;
}
.ys_phfyfl a {
    font-size: 16px;
    color: #0f0964;
}
/* e1-end*/
/* f1*/
.s_f1c1 {
    border-bottom: 3px solid rgba(153, 153, 153, 0.102);
    margin-bottom: 72px;
}
  
.s_f1c1l {
    width: 50%;
}
.s_f1c1r {
    max-width: 50%;
    padding-top: 16px;
}
.s_f1c1rnr {
    margin-left: 50px;
}
.s_f1c1rnr a {
    display: block;
    padding-bottom: 13px;
}
.s_f1c1rig {
    width: 20px;
    transform: translateY(7px);
}
.s_f1c1rig img:nth-child(2) {
    opacity: 0;
}
.s_f1c1rwz p {
    font-weight: bold;
    position: relative;
    transition: all .36s;
}
.s_f1c1rwz p::before {
    content: "";
    width: 0%;
    height: 3px;
    background-color: #0f0964;
    position: absolute;
    bottom: -16px;
    left: 0;
    transition: all .36s;
}
.s_f1c1rwz {
    width: calc(100% - 20px);
    padding-left: 10px;
}
.s_f1c1rnr.on .s_f1c1rig img:nth-child(2) {
    opacity: 1;
}
.s_f1c1rnr.on .s_f1c1rig img:nth-child(1) {
    opacity: 0;
}
.s_f1c1rnr.on .s_f1c1rwz p::before {
    width: 100%;
}
.s_f1c1rnr.on .s_f1c1rwz p {
    color: #0f0964;
}
.s_f1c2li {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.s_f1c2top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 43px 68px 49px 0;
    cursor: pointer;
}
.s_f1c2topr {
    width: 22px;
}
.s_f1c2topr .ys_imgbox_cover {
    width: 100%;
}
.s_f1c2topl {
    width: calc(100% - 22px);
    padding-right: 68px;
}
.s_f1c2toptit {
    margin-bottom: 18px;
}
.s_f1c2toptit h6 {
    color: #0f0964;
}
.s_f1c2toplig {
    width: 26px;
    line-height: 25px;
}
.s_f1c2toplig img {
    width: 100%;
}
.s_f1c2topliwz {
    width: calc(100% - 26px);
    padding-left: 15px;
}
.s_f1c2topliwz p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_f1c2topli {
    padding-right: 20px;
    position: relative;
    margin-right: 20px;
}
.s_f1c2topli::before {
    content: "";
    width: 1px;
    height: 22px;
    background-color: rgba(153, 153, 153, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.s_f1c2topli:last-child {
    padding-right: 0;
    margin-right: 0;
}
.s_f1c2topli:last-child::before {
    display: none;
}
.s_f1c2bot {
    padding-bottom: 47px;
    display: none;
}
.s_f1c2botbjq p {
    font-size: 16px;
    color: #666;
} 
.s_f1c2botmore a {
    display: inline-block;
    background-color: #0f0964;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    padding: 0 63px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: all .36s;
}
.s_f1c2botmore {
    margin-top: 40px;
}
.s_f1c2 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.s_f1c2li.on .s_f1c2topr .ys_imgbox_cover img:nth-child(1){
    opacity: 0;
}
/* .s_f1c2li.on .s_f1c2bot {
    display: block;
} */
.s_f1 .s_cont {
    padding-bottom: 104px;
}
.s_f1 .s_fenye {
    padding-top: 112px;
}
/* f1-end*/
/* g1*/
.s_g1li {
    margin-bottom: 55px;
}
.s_g1li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 39px 36px 40px 47px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.s_g1lig {
    width: 22.7%;
    border-radius: 5px;
    overflow: hidden;
}
.s_g1liwz {
    width: 77.3%;
    padding-left: 30px;
}
.s_g1litit h5 {
    font-weight: bold;
    transition: all .36s;
}
.s_g1lip {
    margin-top: 9px;
    margin-bottom: 22px;
    height: 56px;
    overflow: hidden;
}
.s_g1lip p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_g1libot {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    padding-top: 13px;
}
.s_g1libotl {
    font-size: 18px;
    color: #999;
    line-height: 1.75;
}
.s_g1 .s_fenye {
    padding-top: 28px;
}
.s_g1 .s_cont {
    padding-bottom: 80px;
}
/* g1-end*/
/* h1*/
.s_h1c1tit {
    font-weight: bold;
    position: relative;
    padding-bottom: 21px;
}
.s_h1c1tit h3 {
    font-weight: bold;
}
.s_h1c1tit::before {
    content: "";
    width: 63px;
    height: 1px;
    background-color: #0f0964;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.s_h1c1nr {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
} 
.s_h1c1li,
.s_h1c1lir {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s_h1c1li {
    padding: 15px 64px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.s_h1c1lil {
    width: 36%;
    padding-right: 30px;
}
.s_h1c1lil h4 {
    font-weight: bold;
    color: #0f0964;
}
.s_h1c1lir {
    width: 73.5%;
}
.s_h1c1lirig {
    width: 26.5%;
    border-radius: 5px;
    overflow: hidden;
}
.s_h1c1lirig img {
    width: 100%;
}
.s_h1c1lirwz {
    width: 64%;
    padding-right: 30px;
}
.s_h1c1lirwz p {
    margin-bottom: 10px;
}
.s_h1c1lirwz p a {
    color: #666;
}
.s_h1c2lb {
    margin: 0 -33px;
}
.s_h1c2lbli {
    width: 33.333333%;
    padding: 0 33px;
    display: none;
    height: auto !important;
}
.s_h1c2lbli.on {
    display: block;
}
.s_h1c2lblinr {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 13px 20.37px 0.63px rgba(17, 133, 182, 0.06);
    padding: 55px 79px 26px;
    height: 100%;
}
.s_h1c2lblitop h6 {
    font-weight: bold;
    color: #0f0964;
}
.s_h1c2lblitop {
    margin-bottom: 39px;
}
.s_h1c2lbtwig {
    width: 22px;
    line-height: 28px;
}
.s_h1c2lbtwig img {
    width: 100%;
}
.s_h1c2lbtwz {
    width: calc(100% - 22px);
    padding-left: 15px;
}
.s_h1c2lbtwz p {
    color: #333;
}
.s_h1c2lbtwz p a {
    color: #333;
}
.s_h1c2lbtw {
    margin-bottom: 40px;
}
.s_h1c2lb .slick-list {
    padding-bottom: 30px;
}
.s_h1c2lb .slick-dots {
    bottom: -30px;
}
.s_h1c3 {
    padding-top: 125px;
}
.s_h1c3nr1,
.s_h1c3nr2 {
    margin: 0 -30px;
}
.s_h1c3li {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 35px;
}
.s_h1c3linr {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.102);
    position: relative;
    padding: 0 42px 0 15px;
    border-radius: 5px;
    overflow: hidden;
}
.s_h1c3linr input {
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #999;
}
.s_h1c3linr p {
    font-size: 14px;
    color: #f90c0c;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
}
.s_h1c3linr input::placeholder {
    font-size: 14px;
    color: rgba(153, 153, 153, 0.5);
}
.s_h1c3nr2 .s_h1c3li {
    width: 100%;
}
.s_h1c3nr2 .s_h1c3linr {
    padding: 15px;
}
.s_h1c3linr textarea {
    width: 100%;
    height: 225px;
    font-size: 14px;
    color: #999;
}
.s_h1c3linr textarea::placeholder {
    font-size: 14px;
    color: rgba(153, 153, 153, 0.5);
}
.s_h1c3ewmr {
    width: 35%;
    height: 44px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.102);
    cursor: pointer;
}
.s_h1c3ewmr img {
    width: 121px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s_h1c3ewml {
    width: 65%;
    padding: 0 15px;
}
.s_h1c3ewml input {
    width: 100%;
    height: 44px;
    font-size: 14px;
    color: #999;
}
.s_h1c3ewml input::placeholder {
    font-size: 14px;
    color: rgba(153, 153, 153, 0.5);
}
.s_h1c3ewm {
    width: 38%;
    border: 1px solid rgba(0, 0, 0, 0.102);
    border-radius: 5px;
    overflow: hidden;
}
.s_h1c3nr3sum {
    background-color: #0f0964;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 104px;
}
.s_h1c3nr3 {
    margin-bottom: 21px;
}
.s_h1c3nr4l {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 0.5px solid rgba(0, 0, 0, 0.231);
    position: relative;
    margin-top: 3.5px;
    cursor: pointer;
}
.s_h1c3nr4l::before {
    /* width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; */
    content: "\e72e";
    color: #0f0964;
    font-family: "iconfont" !important;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.s_h1c3nr4l.act::before{
    opacity: 1;
}
.s_h1c3nr4r {
    width: calc(100% - 16px);
    padding-left: 15px;
} 
.s_h1c3nr4r p {
    font-size: 14px;
    color: rgba(153, 153, 153, 0.8);
    line-height: 1.75;
}
.s_h1c3nr4r p a {
    color: rgba(153, 153, 153, 0.8);
    transition: all .36s;
}
.s_h1 .s_cont {
    padding-bottom: 110px;
}
.s_h1c2lb .slick-track {
    display: flex;
    align-items: stretch;
}
/* h1-end*/

/* b1*/
.s_b1c1tit h3 {
    font-weight: bold;
}
.s_b1c1tit {
    margin-bottom: 45px;
}
.s_b1c1top {
    padding-bottom: 30px;
}
.s_b1c1bot img {
    width: 100%;
}
.s_b1c1bot {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.s_b1c1an {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.s_b1c1an img {
    width: 100%;
}
.s_b1c2 {
    padding-top: 120px;
}
.s_b1c2nr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.s_b1c2ig {
    width: 47.5%;
}
.s_b1c2ig img {
    width: 100%;
}
.s_b1c2r {
    width: 52.5%;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s_b1c2rtop {
    padding: 75px 260px 30px 55px;
}
.s_b1c2rbot {
    background-color: #0f0964;
    padding: 58px 65px 42px;
    position: relative;
}
.s_b1c2lb {
    margin: 0 -15px;
}
.s_b1c2lbnr {
    width: 25%;
    padding: 0 15px;
    display: none;
}
.s_b1c2lbnr.on {
    display: block;
}
.s_b1c2lbtop p {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.s_b1c2lbot p {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.8;
}
.s_b1c2lbot {
    height: 28px;
    overflow: hidden;
    margin-top: 2px;
}
.s_b1c2ran {
    width: 44px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.102);
    position: absolute;
    top: 0;
    cursor: pointer;
}
.s_b1c2ran img {
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s_b1c2ranprev {
    left: 0;
}
.s_b1c2ranext {
    right: 0;
}
.s_b1c3 {
    padding-top: 85px;
    padding-bottom: 160px;
}
.s_b1c3lb {
    margin: 0 -17px;
}
.s_b1c3lbnr {
    width: 25%;
    padding: 0 17px;
} 
.s_b1c3lbtop {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.s_b1c3lbwztit p {
    font-size: 20px;
    color: #333;
    line-height: 1.75;
    transition: all .36s;
}
.s_b1c3lbwztit {
    height: 35px;
    overflow: hidden;
    margin-top: 16px;
}
.s_b1c3lbwzp p {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}
.s_b1c3lbwzp {
    height: 28px;
    overflow: hidden;
}
.s_b1c3lb .slick-dots {
    bottom: -66px;
}
.s_b1c4 {
    background-color: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 145px;
}
.s_b1c4 .s_b1c1top {
    padding-bottom: 25px;
}
.s_b1c4lb {
    margin: 0 -35px;
}
.s_b1c4lbnr {
    width: 33.333333%;
    padding: 0 35px;
}
.s_b1c4lbnr .ys_imgbox_cover {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.s_b1c4lb .slick-dots {
    bottom: -70px;
}
.s_b1c6 {
    background-color: #f8f8f8;
    padding-top: 75px;
    padding-bottom: 75px;
}
.s_b1c6nr {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.s_b1c6li {
    width: 33.333333%;
    padding: 0 16px;
}
.s_b1c6linr {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0px 8px 12.74px 0.26px rgba(0, 0, 0, 0.04);
}
.s_b1c6litop {
    width: 100%;
    position: relative;
}
.s_b1c6litop::before {
    content: "";
    width: 100%;
    height: 100%;
    /* background: url(../images/b1_img7.png) center/cover no-repeat; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.s_b1c6liwz {
    background-color: #fff;
    padding: 23px 20px 18px;
}
.s_b1c6liwztit h6 {
    font-weight: bold;
    transition: all .36s;
}
.s_b1c6liwztit {
    margin-bottom: 5px;
}
.s_b1c6liwzp p {
    transition: all .36s;
}
.s_b1c5 {
    padding-top: 90px;
    padding-bottom: 67px;
    background: url(../images/b1_bg1.jpg) center/cover no-repeat;
}
.s_b1c5yearnr {
    width: 33.333333% !important;
}
.s_b1c5yearnr h4 {
    color: #999;
}
.swiper-wrapper {
    align-items: center;
}
.s_b1c5yearnr.swiper-slide-active h4 {
    font-size: 220px;
    color: #0f0964;
    font-weight: bold;
    line-height: 1.5;
}
.s_b1c5yearnr.swiper-slide-next {
    text-align: right;
}
.s_b1c5year .swiper-button-next0, 
.s_b1c5year .swiper-button-prev0 {
    width: 38px;
    height: 38px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
  
.s_b1c5year .swiper-button-next0 {
    background: url(../images/b1_arrow4.svg) center/cover no-repeat;
    right: 100px;
}
.s_b1c5year .swiper-button-prev0 {
    background: url(../images/b1_arrow3.svg) center/cover no-repeat;
    left: 100px;
}
.s_b1c5year .swiper-button-next0::after {
    display: none;
}
.s_b1c5year .swiper-button-prev0::after {
    display: none;
}
.s_b1c5year .swiper-button-next0::before,
.s_b1c5year .swiper-button-prev0::before {
    content: "";
    width: 205px;
    height: 1px;
    background-color: rgba(153, 153, 153, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.s_b1c5year .swiper-button-next0::before {
    right: 120%;
}
.s_b1c5year .swiper-button-prev0::before {
    left: 120%;
}
.s_b1c5year .swiper-button-next0.swiper-button-disabled,
.s_b1c5year .swiper-button-prev0.swiper-button-disabled {
    opacity: 0;
}
.s_b1c5bot {
    width: 450px;
    margin: 0 auto;
}
.s_b1c5botwz p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 12px;
    transition: all .36s;
}
.s_b1c5botwz {
    padding-right: 20px;
}
.s_b1c5botwz {
    max-height: 205px;
}
.s_b1c5botwz .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0f0964;
}
.s_b1c5botwz .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0f0964;
}
.s_b1c5botwz .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.s_b1c7 {
    padding-top: 80px;
}
.s_b1c7lbnr {
    width: 33.333333% !important;
    padding: 0 15px;
}
.s_b1c7lbig {
    width: 310px;
    max-width: 100%;
    margin: 0 auto;
    transition: all .36s;
}
.s_b1c7lbig img:nth-child(2) {
    border-radius: 10px;
    overflow: hidden;
}
.s_b1c7lbnr.swiper-slide-prev .s_b1c7lbig::before,
.s_b1c7lbnr.swiper-slide-next .s_b1c7lbig::before {
    content: "";
    width: 100%;
    height: 100%;  
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all .36s;
}
.s_b1c7lbnr.swiper-slide-prev .s_b1c7lbig::before {
    background: url(../images/b1_img11.png) center/cover no-repeat;
}
.s_b1c7lbnr.swiper-slide-next .s_b1c7lbig::before {
    background: url(../images/b1_img12.png) center/cover no-repeat;
}
.s_b1c7lbnr.swiper-slide-active .s_b1c7lbig {
    transform: scale(1.25);
}
.s_b1c7lbnr.swiper-slide-active .s_b1c7lwz {
    transform: translateY(35px);
}
.s_b1c7lwz p {
    color: #333;
    font-weight: bold;
    transition: all .36s;
}
.s_b1c7lwz {
    height: 31.5px;
    margin-top: 50px;
    transition: all .36s;
    overflow: hidden;
}
.s_b1c7nr {
    padding: 0 100px;
    position: relative;
}
.s_b1c7lb {
    padding-top: 50px !important;
    padding-bottom: 62px !important;
}
.s_b1c7nr .swiper-button-next, 
.s_b1c7nr .swiper-button-prev {
    width: 38px;
    height: 38px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 3%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.s_b1c7nr .swiper-button-prev {
    background: url(../images/b1_arrow3.svg);
    left: 0px;
}
.s_b1c7nr .swiper-button-next {
    background: url(../images/b1_arrow4.svg);
    right: 0px;
}
.s_b1c7nr .swiper-button-prev:after, 
.s_b1c7nr .swiper-button-next:after {
    display: none;
}
.s_b1 .s_cont {
    padding-bottom: 80px;
}
/* b1-end*/

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .s_navtop a:hover {
        color: #0f0964;
    }

    .s_navbotli a:hover {
        color: #0f0964;
    }

    .s_langbotnr a:hover {
        color: #0f0964;
    }
    .s_footnavli a:hover {
        opacity: 0.8;
    }
    .s_more:hover {
        color: #0f0964;
    }
    .s_more a:hover {
        color: #0f0964;
    }
    .s_syc1botlinr:hover .s_syc1botlitit h6 {
        color: #0f0964;
    }
    .s_syc2botlinr:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }
    .s_syc3botrli a:hover {
        background-color: #fff;
        box-shadow: -22.874px 2.404px 27px 0px rgba(3, 92, 140, 0.07);
        border-bottom: 1px solid rgba(17, 133, 182, 0);
    }
    .s_syc3botrli a:hover .s_syc3botrlir .s_syc3botlwzp p {
        color: #0f0964;
    }
    .s_syc3botrli a:hover .s_syc3botrlirp p {
        color: #666;
    }
    .s_syc3botrli a:hover .s_syc3botrlilbot {
        color: #666;
    }
    .s_mbxnr a:hover {
        color: #fff;
    }
    .s_g2botnr a:hover {
        color: #0f0964;
    }
    .s_g2botcen:hover p {
        color: #0f0964;
    }
    .s_c1c2botli:hover .s_c1c2botwr h6 {
        color: #0f0964;
    }
    .s_e1linr:hover .s_e1linrtit h5 {
        color: #0f0964;
    }
    .s_e1linr:hover .s_xq {
        background-color: #016caf;
    }
    .pc_fenye li:hover {
        color: #fff;
        background: rgb(0, 131, 213);
    }
    .s_f1c1rnr:hover .s_f1c1rig img:nth-child(2) {
        opacity: 1;
    }
    .s_f1c1rnr:hover .s_f1c1rig img:nth-child(1) {
        opacity: 0;
    }
    .s_f1c1rnr:hover .s_f1c1rwz p::before {
        width: 100%;
    }
    .s_f1c1rnr:hover .s_f1c1rwz p {
        color: #0f0964;
    }
    .s_f1c2botmore a:hover {
        background-color: #016caf;
    }
    .s_g1li a:hover .s_more{
        color: #0f0964;
    }
    .s_g1li a:hover .s_g1litit h5{
        color: #0f0964;
    }
    .s_h1c3nr4r p a:hover {
        color: #0f0964;
    }
    .s_b1c3lbnr:hover .s_b1c3lbwztit p {
        color: #0f0964;
    }
    .s_b1c6linr:hover .s_b1c6liwzp p {
        color: #999;
    }
    .s_b1c6linr:hover .s_b1c6liwztit h6 {
        color: #0f0964;
    }
    .s_b1c5botwz p:hover {
        color: #0f0964;
    }
    .s_b1c7lbnr:hover .s_b1c7lwz p {
        color: #0f0964;
    }
    /* 2022.12.21 */
    .s_more a:hover {
        color: #0f0964;
    }
    .s_syc3botrli a:hover .s_syc3botrlir .s_syc3botlwzp p{
        color: #0f0964;
    }
    .s_syc4lbnr:hover{
        background: #3b55a0;
        box-shadow: 0 5px 27px 0 rgba(194,194,194,.3);
    }
    .s_syc4lbnr:hover .ys_imgbox_contain img:nth-child(3){
        opacity: 1;
    }
    .s_syc4lbnr:hover img:nth-child(2) {
        opacity: 0;
    }
    .s_b1c6linr:hover .s_b1c6liwztit h6 {
        color: #0f0964;
    }
    .s_b1c7lbnr:hover .s_b1c7lwz p {
        color: #0f0964;
    }
    /* c3 */
    .jump_list_nub:hover a{
        color: #0b004a;
    }
    .jump_list:hover .jump_list_nub.on:hover a{
        color: #0b004a;
    }
    .jump_list:hover .jump_list_nub.on a{
        color: #676b98;
    }
    .pc_fenye li:hover {
        background:#3b55a0;
    }
    .academic_list_nub_cry:hover .std_font20{
        color: #0a0468;
    }
    .academic_list_nub_cry:hover .alnc_load_font{
        color: #0a0468;
    }
    .academic_list_nub_cry:hover .alnc_load_icon img:nth-of-type(2){
        opacity: 1;
    }
    .academic_list_nub_cry:hover .alnc_load_icon img:first-child{
        opacity: 0;
    }
    .s_f1c1rnr:hover .s_f1c1rwz p {
        color: #3b55a0;
    }
    .s_f1c2botmore a:hover {
        background-color: #3b55a0;
    }
    .home_about_img:hover>img{
        transform: scale(1.05);
    }
    .htln_cry:hover .htln_cry_img  img{
        transform: scale(1.05);
    }
    .s_syc3botl:hover .s_syc3botlig img{
        transform: scale(1.05);
    }
    .s_b1c6li:hover .s_b1c6litop img{
        transform: scale(1.05);
    }
    .s_footnavli .s_footnavli_list_nub:hover a{
        opacity: .8;
    }
    .htln_cry:hover .std_font20{
        color: #0f0964;
    }
}
/* 2022.02.08-sumi-改 */
.s_syc3botlwzp {
    height: auto;
    max-height: 63px;
}
.s_b1c7lwz {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
}
/* 2022.12.21 */
/* 规范 - start */
.std_padding{
    padding: 120px 0;
}
.std_padding_top1{
    padding-top: 120px;
}
.std_margin1{
    margin-bottom: 60px;
}
.std_font32{
    font-size: 32px;
    color: #333;
    line-height: 1.5;
}
.std_text1 p{
    font-size: 16px;
    line-height: 1.875;
    color: #666;
}
.std_font36{
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
}
.std_font28{
    font-size: 28px;
    color: #333;
    line-height: 1.5;
}
.std_font24{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.25;
}
/* 规范 - end */
.ys_ban_txtbox .s_tit4 h4{
    font-weight: bold;
    color: #fff;
}
.ys_ban_txtbox h2{
    text-align: left;
    font-size: 64px;
}
.ys_ban_li.slick-active h2{
    animation: ysfadeInUp 1s ease both;
    animation-delay: 0.4s;
}
.ys_ban_li.slick-active h4{
    animation: ysfadeInUp 1s ease both;
    animation-delay: 0.3s;
}
.ys_banner .slick-dots li{
    background: #fff;
}
.ys_banner .slick-dots li::before{
    border: 1px solid #fff;
}
.ys_banner .slick-dots{
    bottom: 42px;
}
.home_about_img{
    width: 47.86%;
    border-radius: 10px;
    overflow: hidden;
}
.home_about_img img{
    width: 100%;
}
.home_about_text{
    width: 52.14%;
    padding-right: 110px;
}
.mod_title2 h2,
.s_syc2top .s_tit2 h2{
    color: #0f0964;
    font-weight: bold;
}
.home_about .ys_cont1400{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mod_more.s_more a{
    color: #0f0964;
}
.s_more{
    font-size: 18px;
}
.s_syc2topr{
    width: 88px;
}
.s_syc2topl{
    width: calc(100% - 88px);
}
.s_tit2.mod_title2{
    margin-bottom: 15px;
}
.home_about .s_pra p{
    line-height: 2;
}
.home_about .s_more{
    margin-top: 50px;
}
.s_sycont {
    background: transparent;
}
.home_core{
    position: relative;
}
.mod_bg1{
    position: absolute;
    width: 100%;
    height: calc(100% - 120px);
    top: 0;
    left: 0;
    overflow: hidden;
}
.mod_bg1 img{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 100%;
}
.home_core .ys_cont1400{
    position: relative;
    z-index: 3;
}
.home_core_list{
    width: 60%;
}
.home_core_list_nub .std_font32{
    font-weight: bold;
    /* font-family: "Montserrat-Bold"!important; */
    margin-bottom: 20px;
}
.home_core_list_nub{
    border-bottom: 1px solid #c5c5c5;
    padding-top: 66px;
    padding-bottom: 44px;
}
.home_core_list_nub:first-child{
    padding-top: 0;
}
.home_core_list{
    margin-bottom: 108px;
}
.home_core_box_nub{
    width: 25%;
    padding: 0 25px;
}
.home_core_box{
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
}
.hcbn_cry{
    border:6px solid #8bacf7;
    box-shadow: 0 5px 27px 0 rgba(153,153,153,.3);
    border-radius: 10px;
    background: #3b55a0;
    padding-bottom: 54px;
}
.home_core_box_nub:nth-of-type(2n) .hcbn_cry{
    border:6px solid #d795ff; 
    background: #844ea5;
}
.hcbn_cry_icon{
    height: 160px;
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 50px;
}
.hcbn_cry_icon::before{
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 1px);
    position: absolute;
    left: -1px;
    top: -1px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.hcbn_cry_icon img{
    width: 78px;
    position: relative;
    z-index: 3;
}
.hcbn_cry .std_font36{
    position: relative;
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 10px;
}
.hcbn_cry .std_font36::before{
    content: '';
    width: 78px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hcbn_cry .std_text1 p{
    text-align: center;
    color: #fff;
    line-height: 1.5;
}
.home_test_list_nub{
    width: 25%;
    padding: 0 24px;
}
.home_test_list{
    margin: 0 -24px;
}
.htln_cry_img{
    border-radius: 10px;
    margin-bottom: 30px;
}
.htln_cry_img .std_font20{
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    padding: 0 18px;
    bottom: 18px;
    z-index: 4;
}
.htln_cry_img::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(59,85,160,.3);
    z-index: 3;
}
.htln_cry .std_font18{
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.htln_cry{
    border-bottom: 1px solid #666;
}
.home_test_list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.home_news{
    position: relative;
}
.mod_bg2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.mod_bg2 img{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 100%;
}
.s_syc3botlwzp p{
    color: #0f0964;
}
.s_syc3botrliltop{
    background: #0f0964;
}
.s_syc3botrlil{
    border-color: #0f0964;
}
.home_logo{
    position: relative;
}
.home_logo .s_tit2 h2{
    color: #0f0964;
    font-weight: bold;
}
.s_syc4lbnr .ys_imgbox_contain img:nth-child(3) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
}
.s_syc4lbnr{
    margin: 0 15px;
    padding: 44px 40px;
    transition: all 0.36s;
    border-radius: 10px;
}
.s_syc4lb{
    margin: 0 -15px;
}
.s_syc4nr{
    padding: 0;
}

.home_test_list.slick-dotted{
    padding-bottom: 100px;
}
.slick-dots li.slick-active,
.slick-dots li {
    background-color: #0f0964;
}
.slick-dots li::before{
    border: 1px solid #0f0964;
}
.ys_banner .slick-dots li.slick-active{
    background: #fff;
}
.home_logo .s_syc1tlt{
    margin-bottom: 50px;
}
.s_syc4lb .slick-dots {
    bottom: 0;
}
.s_syc4lb.slick-dotted{
    padding-bottom: 60px;
}
.s_tit1 h1{
    font-size: 64px;
}
.about_company .about_company_top{
    display: flex;
    align-items: center;
}
.mod_video1{
    border: 10px solid #c1cbe8;
    border-radius: 10px;
    background: #c1cbe8;
    position: relative;
    cursor: pointer;
}
.mod_video1_play{
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
}
.mod_video1_play img{
    width: 100%;
}
.mod_video1::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 2;
}
.about_company .home_about_img{
    overflow: visible;
}
.about_company_text{
    height: 210px;
}
.mod_scroll .mCustomScrollBox{
    padding-right: 30px;
}
.mod_scroll .mCSB_scrollTools .mCSB_draggerRail{
    width: 5px;
    background: #d6dae4;
}
.mod_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 5px;
}
.mod_scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #0f0964;
}
.mod_scroll .mCSB_scrollTools{
    opacity: 1;
}
.about_company{
    position: relative;
}
.about_company_list_nub{
    width: 25%;
    padding: 0 5px;
}
.about_company_list{
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.about_company .ys_cont1400{
    position: relative;
    z-index: 4;
}
.about_company_list_nub .std_font24{
    margin-bottom: 20px;
}
.about_founder{
    background: #c1cbe8;
}
.about_founder_people{
    width: 385px; 
    position: relative;
    z-index: 3;
}
.about_founder_people img{
    width: 100%;
}
.about_founder_text{
    width: calc(100% - 385px);
    padding-left: 100px;
}
.about_founder .ys_cont1400{
    display: flex;
    align-items: flex-end;
}
.about_founder_text .s_tit4 h4{
    font-weight: bold;
}
.std_text2 p{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
}
.yxedr_active ul {
    padding-inline-start: 20px;
}
.yxedr_active ul li::marker{
    color: #0f0964;
}
.about_founder_text_top .std_text2{
    margin-right: -100px;
}
.about_founder_text_bottom{
    position: relative;
}
.about_founder_text_bottom::before{
    content: '';
    width: 100vw;
    height: 100%;
    background: #3b55a0;
    position: absolute;
    bottom: 0;
    right: -260px;
}
.aftb_data_nub_font36{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
}
.aftb_data .data_scroll{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    display: inline-block;
}
.aftb_data{
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aftb_data_nub .std_text1 p{
    color: #fff;
    text-align: center;
}
.aftb_data_nub{
    padding: 55px 0;
}
.about_hardware{
    position: relative;
}
.mod_title1{
    position: relative;
    display: flex;
    align-items: flex-start;
}
.mod_title1 .s_tit2{
    width: 484px;
}
.mod_title1 .std_text2{
    width: calc(100% - 484px + 120px);
    margin-right: -120px;
}
.s_b1c4lbnr{
    padding: 0 20px;
}
.s_b1c4lb {
    margin: 0 -20px;
}
.s_b1c4lb .slick-dots {
    bottom: 0;
}
.s_b1c4lb.slick-dotted{
    padding-bottom: 70px;
}
.about_progress{
    position: relative;
}
.about_progress_cry_year{
    padding: 0 20px;
}
.apcy_nub_font30{
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 1.5;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.36s;
}
.apcy_nub.slick-active.slick-current .apcy_nub_font30{
    /* font-size: 48px; */
    font-weight: bold;
    color: #0f0964;
}
.apcy_nub{
    cursor: pointer;
}
.apct_nub .std_text2 p{
    color: #0f0964;
    line-height: 2;
    margin-bottom: 14px;
}
.about_progress .ys_cont1400{
    position: relative;
    z-index: 4;
}
.apcy_nub:not(:first-child),
.apct_nub:not(:first-child){
    display: none;
}
.about_progress_cry_year{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about_progress .s_tit2.mod_title2 {
    margin-bottom: 0;
}
.mod_arrows1 .slick-prev, 
.mod_arrows1 .slick-next{
    width: 18px;
    height: 20px;
}
.mod_arrows1 .slick-prev::before,
.mod_arrows1 .slick-next::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mod_arrows1 .slick-prev::before{
    background-image: url(../images/0b1_arrow1.svg);
}
.mod_arrows1 .slick-next::before{
    background-image: url(../images/0b1_arrow2.svg);
}
.mod_arrows1 .slick-arrow.slick-disabled{
    opacity: .35;
    pointer-events: none;
}
.about_culture{
    position: relative;
}
.s_tit2.std_margin1.mod_title2{
    margin-bottom: 51px;
}
.s_b1c6nr .slick-list{
    padding: 20px 10px;
    margin: -20px -10px;
}
.mod_dots1 .slick-dots{
    bottom: 0;
}
.mod_dots1.slick-dotted{
    padding-bottom: 80px;
}
.s_b1c6li:not(:first-child){
    display: none;
}
.about_honor{
    position: relative;
}
/* .s_b1c7lb{
    cursor: none;
}
.s_b1c7lb.left{
    cursor: url(../images/jianle.svg),auto;
}
.s_b1c7lb.right{
    cursor: url(../images/jianrg.svg),auto;
} */
.s_b1 .ys_main .s_cont {
    padding-bottom: 0;
}
/* c1 */
.s_c1c1litit h6{
    font-size: 28px;
    color: #3b55a0;
}
.s_c1c1li:nth-of-type(2n) .s_c1c1litit h6{
    color: #844ea5;
}
.s_c1c1lip p{
    color: #666;
}
.s_c1c1{
    background: #fff;
}
.s_c1c1litop{
    box-shadow: 0px 13px 20.37px 0.63px rgb(69 85 116 / 30%);
}
.s_c1c2{
    position: relative;
}
.s_c1c2 .s_tit2{
    margin-bottom: 20px;
}
.core_list_nub .std_font32{
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-bottom: 60px;
}
.s_c1c2 .ys_cont1400{
    position: relative;
    z-index: 3;
}
.clnt_item{
    width: 33.333333%;
    padding: 0 35px;
}
.core_list_nub_trait{
    margin: 0 -35px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.clnt_item_cry{
    box-shadow: 0 10px 46px 0 rgba(114,125,144,.7);
    border-radius: 10px;
    padding: 60px 20px 56px;
    height: 100%;
    position: relative;
}
.clnt_item_cry::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #8bacf7;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.clnt_item_cry::after{
    content: '';
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}
.clnt_item_cry .std_font24{
    text-align: center;
    margin-bottom: 26px;
    color: #3b55a0;
    position: relative;
    z-index: 4;
}
.clnt_item:nth-of-type(2n) .std_font24{
    color: #844ea5;
}
.clnt_item_cry .std_text1 p{
    line-height: 1.75;
    color: #666;
    text-align: center;
}
.clnt_item_cry .std_text1{
    padding: 0 44px;
    position: relative;
    z-index: 4;
}
.core_list_nub_trait{
    margin-bottom: 70px;
}
.core_list_nub_pic{
    width: 71.7%;
    border-radius: 10px;
    background: #8bacf7;
    padding: 6px;
    margin: 0 auto;
}
.core_list_nub_pic img{
    width: 100%;
    border-radius: 10px;
}
.core_list_nub{
    margin-bottom: 100px;
}
.core_list_nub:last-child{
    margin-bottom: 0;
}
.s_c1c2{
    padding-bottom: 100px;
}
/* d1 */
.pipeline_main{
    position: relative;
}
.pipeline_main .ys_cont1400,
.pipeline_main .ys_cont1200{
    position: relative;
    z-index: 3;
}
.pipeline_main .std_text2 p{
    color: #666;
    line-height: 1.75;
}
.pipeline_main .std_font24{
    color: #0f0964;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 10px;
}
.pipeline_cry{
    position: relative;
}
.pipeline_cry_table{
    background: linear-gradient(to left top,#8fa1d3,#b5c0e1);
    border-radius: 10px;
    box-shadow: 0 47px 79px 0 rgba(105,127,166,.58);
    padding: 37px 25px;
    position: relative;
    display: flex;
    align-items: stretch;
}
.pipeline_cry{
    padding-top: 100px;
    padding-bottom: 110px;
}
.pctl_th{
    font-size: 18px;
    font-weight: bold;
    color: #0f0964;
    line-height: 1.75;
}
.pipeline_cry_table_left{
    width: 320px;
    height: 100%;
    position: relative;
    padding: 0 25px;
}
.pipeline_cry_table_left::before{
    content: '';
    width: 100%;
    height: calc(100% + 174px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.65);
    border-radius: 10px;

}
.pipeline_cry_table_right{
    width: calc(100% - 320px);
    padding-left: 50px;
}
.pipeline_cry_table_left>div{
    position: relative;
    z-index: 3;
}
.pctl_tr{
    display: flex;
    align-items: center;
}
.pipeline_cry_table_left .pctl_tr{
    width: 100%;
}
.pctl_th0{
    width: 100%;
    text-align: center;
}
.pctl_td0{
    width: 100%;
}
.pctl_td0{
    background: linear-gradient(to left top,#8fa1d3,#b5c0e1);
    border-radius: 20px;
    min-height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pctl_td_lei,.pctl_td_id,
.pctl_td_id_text{
    font-size: 18px;
    color: #fff;
    line-height: 100%;
}
.pctl_td_lei{
    width: 50%;
    text-align: left;
}
.pctl_td_id{
    width: 50%;
    text-align: right;
}
.pctl_tr2{
    margin-bottom: 60px;
    height: 80px;
}
.pctl_td_id_text{
    height: 40px;
    line-height: 40px;
}
.pctl_tr3 .pctl_td_id_text{
    margin-bottom: 40px;
}
.pctl_tr3 .pctl_td_id_text:last-child{
    margin-bottom: 0;
}
.pctl_tr3 .pctl_td_id{
    padding-top: 20px;
    padding-bottom: 20px;
}
.pctl_tr1{
    margin-bottom: 20px;
}
.pipeline_cry_table_right .pctl_tr{
    display: flex;
}
.pctl_th1,.pctl_td1{
    width: 16.8%;
}
.pctl_th2,.pctl_th3,.pctl_th4,
.pctl_th5,.pctl_th6,.pctl_th7{
    width: 8.5%;
}
.pctl_th8,.pctl_th9,
.pctl_td8,.pctl_td9{
    width: 10%;
}
.pctl_th10,
.pctl_td10{
    width: 12.2%;
}
.pipeline_font16{
    color: #3b55a0;
    font-size: 16px;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
    background: #fcfdff;
    box-shadow: 0 1px 0 1px rgb(46 66 125 / 35%),inset 0px 2px 2px 0px rgba(134,166,255,.1);
}
.pctl_tdall{
    width: 51%;
    height: 80px;
    position: relative;
}
.pctl_td_progress{
    overflow: hidden;
    position: relative;
    height: 100%;    
    display: flex;
    align-items: center;
}
.pctl_td_span{
    position: relative;
    display: flex;
    align-items: center;
}
.pctl_td_span_kuai{
    height: 40px;
    width: calc(100% - 24px);
    background: linear-gradient(to right,#fff,#e6f4fc);
}
.pctl_td_span_san{
    position: relative;
    height: 40px;
    width: 24px;
}
.pctl_td_span_san::before{
    content: '';
    border-left: 25px solid #e6f4fc;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    width: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pipeline_other.pipeline_font16{
    background: rgba(255,255,255,.5);
    border-radius: 0;
    padding: 0 5px;
    box-shadow: none;
    width: calc(100% - 18px);
    overflow: hidden;
}
.pipeline_cry{
    width: 100%;
}
/* c3 */
.s_searchbox {
    border: 1px solid rgba(11, 0, 74, 0.2);
}
.s_searchl::before{
    background-color:rgba(11, 0, 74, 0.2);
}
.s_langtopig::before{
    border: 1px solid rgba(11, 0, 74, 0.2);
    opacity: 1;
}
.s_foot {
    background: url(../images/bg1.jpg) center/cover no-repeat;
    padding-top: 65px;
}
.foot_wx_code{
    width: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.foot_wx_code img{
    width: 100%;
}
.foot_wx_zi{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    line-height: 2;
}
.foot_wx{
    text-align: center;
}
.s_footoplogo{
    width: 215px;
}
.s_footnav {
    padding-top: 38px;
}
.foot_info {
    margin-bottom: 18px;
}
.foot_info:last-child{
    margin-bottom: 0;
}
.s_footcenl {
    margin-right: 65px;
}
.s_footshare {
    width: 35px;
    margin-left: 21px;
    margin-bottom: 20px;
}
.s_footcen{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.s_syc3botrli a{
    border-bottom:1px solid #d2d1e2;
}
.s_syc3botrliltop {
    background: #3b55a0;
}
.s_syc3botrlil {
    border-color: #3b55a0;
}
.htln_cry_img {
    margin-bottom: 27px;
}
.htln_cry .std_font28 {
    margin-bottom: 8px;
}
.htln_cry .std_font18 {
    margin-bottom: 11px;
}
.home_test_list .slick-track{
    display:flex;
    align-items:stretch;
    flex-wrap:wrap;
}
.home_test_list .slick-slide{
    height:auto;
}
.home_test_list_nub a{
    display:block;
    height:100%;
}
.htln_cry{
    height:100%;
}
.htln_cry .std_font28,
.htln_cry .std_font18{
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.home_test_list_nub:not(:first-child) {
    display:none;
}
.hcbn_cry{
    height:100%;
}
.s_logo {
    width: 260px;
}
.hcbn_cry .std_text1{
    padding-left: 5px;
    padding-right: 5px;
}
.s_b1c6nr .slick-list {
    width:100%;
}
.about_founder{
    overflow: hidden;
}
.about_company_list{
    margin-top: 99px;
}
.about_company_list_nub .std_font24 {
    margin-bottom: 17px;
}
.s_tit2.mod_title2 {
    margin-bottom: 14px;
}
.about_founder_text_top .s_tit4{
    margin-bottom: 28px;
}
.aftb_data_nub_font36 {
    margin-bottom: 4px;
}
.s_b1c6nr .slick-track{
    display:flex;
    align-items:stretch;
}
.s_b1c6li{
    height:auto;
}
.s_b1c6linr{
    display:flex;
    flex-direction:column;
}
.s_b1c6liwz{
    flex-grow: 1;
}
.about_honor .swiper-button-next,
.about_honor .swiper-button-prev{
    display:none;
}
.core_list_nub_trait {
    margin-bottom: 80px;
}
.clnt_item_cry {
    padding: 80px 20px 73px;
}
.clnt_item_cry .std_font24{
    margin-bottom:35px;
}
.pipeline_cry_table.act .pctl_td_span {
    animation: fadeInLeft 1.6s;
    opacity: 1;
}
.pctl_td_span{
    opacity: 0;
}
.pctl_th{
    white-space: nowrap;
}
.pipeline_cry_table_right .pctl_tr{
    min-width: 100%;
}
/* c3 */
.jump_list_nub{
    font-size: 30px;
    line-height: 1.5;
    color: #676b98;
    font-weight: bold;
    padding: 0 30px;
    transition: all 0.36s;
}
.jump_list{
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
}
.jump_list_nub.on{
    color: #0b004a;
}
.jump_list_nub a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.academic_main {
    background-color: #d5e1f9;
}
.pc_fenye li.activepage{
    background: #3b55a0;
}
.jump_list{
    margin-bottom: 50px;
}
.std_font20{
    font-size: 20px;
    line-height: 1.7;
    color: #666;
    transition: all 0.36s;
}
.academic_list_nub_cry .std_font20{
    font-weight: bold;
    max-width: calc(100% - 100px);
}
.alnc_load_font{
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-right: 11px;
    transition: all 0.36s;
}
.alnc_load_icon{
    width: 18px;
}
.alnc_load{
    display: flex;
    align-items: center;
}
.academic_list_nub_cry{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.alnc_load_icon img:nth-of-type(2){
    opacity: 0;
}
.s_e1linr.academic_list_nub_cry{
    padding-top: 40px;
    padding-bottom: 40px;
}
.s_e1linrl {
    width: calc(100% - 88px);
}
.mod_position{
    position: relative;
}
.mod_position .ys_cont1400,
.academic_main .ys_cont1400{
    position: relative;
    z-index: 2;
}
.academic_main{
    position: relative;
}
.s_tit5 h5 {
    font-size: 24px;
}
.s_e1linr {
    padding-top: 31px;
    padding-bottom: 25px;
}
.s_e1linrtit {
    margin-bottom: 12px;
}
.mc_fybtn {
    color: #0b004a;
}
.s_e2bjq.yxedr_active h6 {
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 44px;
}
.s_e2bjq p{
    color: #666;
}
.s_e2bjq p{
    margin-bottom: 22px;
}
.s_e2bjq.yxedr_active h6:first-child{
    margin-top: 0;
}
.join_talent_box{
    background: #e8ecf7;
    padding: 50px;
    padding-left: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.join_talent_box_pic{
    width: 41.74%;
}
.join_talent_box_pic img{
    width: 100%;
}
.join_talent_box_text{
    width: 58.26%;
    padding-right: 65px;
}
.join_talent_box_text .std_text1 p{
    line-height: 2.25;
}
.join_talent_box_text .std_text1{
    position: relative;
}
.join_talent_box_text .std_text1::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -29px;
    left: 0;
    background: #b9babf;
}
.join_talent_box{
    margin-top: 18px;
}
.join_develop_box{
    position: relative;
    background: #bdceed;
    box-shadow: 3px 3px 10px 0px rgba(158,171,195,.2);
    border-radius: 10px;
    margin-top: 100px;
    border: 6px solid #f5f9ff;
}
.join_develop_box_center{
    width: 146px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-44%);
}
.std_font46{
    font-size: 46px;
    color: #3b55a0;
    line-height: 1.5;
    max-width: calc(100% - 74px);
}
.jdbl_nub_icon{
    width: 62px;
    margin-right: 12px;
}
.jdbl_nub_icon img{
    width: 100%;
}
.jdbl_nub{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:86px 10px;
}
.join_develop_box_list{
    display: flex;
    flex-wrap: wrap;
}
.join_develop_box_center img{
    width: 100%;
}
.jwln_icon{
    width: 102px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.join_welfare_list_nub{
    text-align: center;
    width: 16.666667%;
    margin-bottom: 110px;
}
.join_welfare_list{
    display: flex;
    flex-wrap: wrap;
}
.s_f1c1 .s_tit2 h2{
    font-weight: bold;
    color: #0f0964;
    padding-bottom: 23px;
}
.s_f1c2li,.s_f1c2 {
    position: relative;
    border-top:0;
    border-bottom:0;
}
.s_f1c2li::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top:0;
    left: 0;
    background: linear-gradient(to bottom,#000,#fff);
}
.s_f1c2li:last-child::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom:0;
    left: 0;
    background: linear-gradient(to bottom,#000,#fff);
}
.s_f1c1{
    margin-bottom: 0;
    border-bottom:0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 4;
}
.s_f1c1rnr a{
    padding-bottom: 23px;
}
.s_f1c1rwz p::before{
    bottom: -25px;
}
.s_f1c1rwz p{
    font-weight: normal;
}
.s_f1c1rnr.on .s_f1c1rwz p {
    color: #3b55a0;
}
.s_f1c1rwz p::before{
    background-color: #3b55a0;
}
.s_f1c2toptit h6{
    color: #333;
    font-weight: bold;
}
.s_f1c2topliwz p {
    font-size: 18px;
}
.s_f1c2topli:first-child{
    width: 469px;
}
.s_f1c2topli {
    margin-right: 0;
}
.s_f1c2topli::before{
    display: none;
}
.s_f1c2toptit {
    margin-bottom: 10px;
}
.s_f1c2top {
    padding: 53px 68px 54px 0;
}
.s_f1 .s_fenye {
    padding-top: 62px;
}
.pc_fenye li {
    width: 34px;
    height: 34px;
}
.mod_position .s_h1c1,
.mod_position .s_h1c2,
.mod_position .s_h1c3{
    position: relative;
    z-index: 3;
}
.mod_position .s_tit2 h2{
    font-weight: bold;
    color: #0f0964;
}
.contact_code_nub{
    width: 98px;
    margin: 0 18px;
}
.contact_code{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -18px;
}
.contact_code_nub_img,
.contact_code_nub_img img{
    width: 100%;
}
.s_h1c2lblitop.s_tit6{
    text-align: center;
}
.s_h1c2lbtw {
    margin-bottom: 25px;
}
.s_h1c2lblibot {
    margin-bottom: 25px;
}
.s_h1c2lblinr {
    padding: 55px 79px 69px;
}
.contact_box{
    display: flex;
    justify-content: center;
}
.home_about_img img{
    transition: all 0.36s;
}
.about_company .home_about_img{
    overflow: hidden;
}
.pctl_th1, .pctl_td1 {
    flex-grow: 168;
}
.pctl_th2, .pctl_th3, .pctl_th4, .pctl_th5, .pctl_th6, .pctl_th7 {
    flex-grow: 85;
}
.pctl_th8, .pctl_th9, .pctl_td8, .pctl_td9 {
    flex-grow: 100;
}
.pctl_th10, .pctl_td10 {
    flex-grow: 122;
}
.pctl_tdall{
    flex-grow: 510;
}
.s_b1c7lbnr.swiper-slide-prev .s_b1c7lbig::before,
.s_b1c7lbnr.swiper-slide-next .s_b1c7lbig::before{
    opacity: 0;
}
.apcy_nub.slick-active.slick-current .apcy_nub_font30{
    transform: scale(1.6);
}
.ys_phnav_logo {
    width: 208px;
}
.s_h1c2lblinr {
    padding: 55px 50px 69px;
}
.s_foot {
    padding-top: 46px;
}
.s_footnav {
    padding-top: 30px;
}
.s_footcen {
    padding-top: 32px;
    padding-bottom: 20px;
}
.foot_info {
    margin-bottom: 10px;
}
.foot_wx_code {
    width: 70px;
    margin-bottom: 5px;
}
.pctl_th2, .pctl_th3, .pctl_th4, .pctl_th5, .pctl_th6, .pctl_th7 {
    flex-grow: 80;
}
.pctl_th2, .pctl_th3, .pctl_th4, .pctl_th5, .pctl_th6, .pctl_th7 {
    width: 8%;
}
.pctl_tdall {
    flex-grow: 560;
}
.pctl_tdall {
    width: 56%;
}
.pctl_th1, .pctl_td1 {
    flex-grow: 118;
}
.pctl_th1, .pctl_td1 {
    width: 11.8%;
}
.pipeline_cry_table.on .pctl_th1,
.pipeline_cry_table.on  .pctl_td1 {
    width: 13.8%;
}
.pipeline_cry_table.on .pctl_th1,
.pipeline_cry_table.on  .pctl_td1 {
    flex-grow: 138;
}
.pctl_th8, .pctl_th9, .pctl_td8, .pctl_td9 {
    width: 9%;
}
.pctl_th8, .pctl_th9, .pctl_td8, .pctl_td9 {
    flex-grow: 90;
}
.clnt_item_cry::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
}
.hcbn_cry,
.home_core_box_nub:nth-of-type(2n) .hcbn_cry{
    border-width: 0!important;
    overflow: hidden;
}
.join_develop_box{
    border-width: 0!important;
}
.join_talent_box{
    border-radius: 10px;
    overflow: hidden;
}
.pipeline_main .std_text2 p a{
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}
.s_foot{
    background: #3b55a0;
    position: relative;
}
.s_foot #particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.s_foot .ys_cont1400{
    position: relative;
    z-index: 4;
}
.join_talent_box_text .std_text2::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -29px;
    left: 0;
    background: #b9babf;
}
.join_talent_box_text .std_text2{
    position: relative;
}
.join_talent_box_text .std_text2 p{
    color: #666;
    margin-bottom: 0;
}
.ys_ban_txtbox .s_tit4 h4{
    font-size: 38px;
}
.pctl_th_he{
    display: flex;
}
.pctl_th_he.pctl_tdall{
    height: auto;
}
.pctl_th2, .pctl_th3, .pctl_th4, .pctl_th5, .pctl_th6, .pctl_th7 {
    width: auto;
}
.s_g2botnr{
    width: 45%;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.s_e1linr .std_font20 a{
    color: inherit;
    line-height: inherit;
}
.pctl_th.pctl_th1{
    padding-left: 20px;
}
.htln_cry .std_font20 {
    margin-bottom: 8px;
}
.htln_cry .std_font20 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: bold;
    height: 68px;
}
.ys_ban_txtbox .s_tit4 h4 {
    font-size: 48px;
}
.s_syc4lb,
.s_b1c4lb{
    display: flex;
    width: var(--width-shu);
}
.s_syc4lb1,
.s_b1c4lb1 {
    transform: translateX(0);
    animation: donghua 25s linear infinite;
}
.s_syc4lb2,
.s_b1c4lb2 {
    animation: donghua2 25s linear infinite;
}
.s_syc4nr,
.about_hardware_cry{
    position: relative;
}
.s_syc4lb2,
.s_b1c4lb2{
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes donghua {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes donghua2 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
.s_syc4nr:hover .s_syc4lb1,
.s_syc4nr:hover .s_syc4lb2,
.about_hardware_cry:hover .s_b1c4lb1,
.about_hardware_cry:hover .s_b1c4lb2  {
    animation-play-state: paused;
}
.about_hardware {
    overflow: hidden;
}
.s_b1c4lb,.s_syc4lb{
    margin: 0!important;
}
.apcy_nub_font30 {
    justify-content: left;
    transform-origin: left center;
}
.apcy_nub{
    overflow: hidden;
}
.about_progress_cry_year{
    padding-left: 0;
    padding-right: 0;
}
.about_progress_cry .slick-prev{
    left: -40px;
}
.about_progress_cry .slick-next{
    right: -40px;
}
.s_footnavli .s_footnavli_list_nub a{
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
.s_footnavli_list {
    margin-top: 11px;
}
.s_footnavli_list_nub {
    margin-bottom: 3px;
}
.s_footcen {
    display: block;
}
.foot_left {
    margin-top: 33px;
}
.s_footnav {
    padding-top: 0!important;
    padding-bottom: 18px;
}
.mod_di{
    position: relative;
}
.s_footcen{
    position: absolute;
    bottom: 0;
    right: 0;
}
.s_footnav {
    width: calc(100% - 442px);
    display: flex;
    align-items: flex-start;
    padding-right: 62px;
}
.mod_footle {
    width: 442px;
}
.s_footnavli a {
    font-size: 16px;
}
.s_footnavli {
    margin-left: 0;
    flex-grow: 1;
}
.pctl_td_name{
    width: 100px;
    text-align: center;
}
.pctl_th_font{
    width: 120px;
    text-align: center;
}
.pctl_th.pctl_th1 {
    padding-left: 0;
}
.s_footnavli .s_footnavli_list_nub a{
    opacity: .6;
}
.s_syc4lbnr {
    margin: 0 5px;
    padding: 44px 20px;
}
.s_fenye .s_e1linrr{
    text-align: center;
}
.s_fenye .s_e1linrr .s_xq{
    cursor: pointer;
    display: inline-block;
} 
.about_founder_people{
    width: 300px;
}
.about_founder_text{
    width: calc(100% - 300px);
}
/*  */
.mhln_cry {
    width: 100%!important;
    padding: 0 15px;
}
.mod_honor_list_nub {
    width: 33.333333%;
}
.s_b1c7lbig {
    width: 100%!important;
}
.mod_honor_wai:hover .mod_honor_list1,
.mod_honor_wai:hover .mod_honor_list2,
.mod_honor_wai:hover .mod_honor_list3{
    animation-play-state: paused;
}
.s_b1c7lwz {
    margin-top: 34px;
}
.about_honor{
    overflow: hidden;
}
.apbl_nub .std_font20{
    color: #0f0963;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 6px;
}
.about_progress_box{
    position: relative;
}
.about_progress_box_zou{
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 92.8125%;
}
.about_progress_box_zou img{
    width: 100%;
}
.apbl_nub_icon{
    position: relative;
    width: 4px;
    padding-top:8px;
    padding-bottom: 34px;
}
.apbl_nub:nth-of-type(2n) .apbl_nub_icon{
    padding-top:34px;
    padding-bottom: 8px;
}
.apbl_nub:nth-of-type(2n) img{
    transform: rotate(180deg);
}
.apbl_nub_icon img{
    width: 100%;
    height: 130px;
}
.apbl_nub_icon_btn{
    width: 33px;
    height: 33px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.apbl_nub_icon_btn::before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    background: rgba(15,9,99,.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.apbl_nub_icon_btn::after{
    content: '';
    width: 30%;
    height: 30%;
    border-radius: 50%;
    position: absolute;
    background: rgba(15,9,99,1);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.apbl_nub:nth-of-type(2n-1) .apbl_nub_icon_btn{
    bottom: 0;
}
.apbl_nub:nth-of-type(2n) .apbl_nub_icon_btn{
    top: 0;
}
.about_progress_box_list{
    padding-left: 13%;
    padding-right: 10.5%;
}
.about_progress_box_list .slick-list{
    overflow: visible;
}
.apbl_nub_jia{
    display: flex;
    align-items: flex-start;
    height: 100%;
    width: 200%;
}
.apbl_nub_text{
    padding-left: 10px;
}
.apbl_nub:nth-of-type(2n) .apbl_nub_jia {
    align-items: flex-end;
}
.about_progress_box_list .slick-track{
    display: flex;
}
.about_progress_box_list .slick-slide{
    height: auto;
}
.about_progress_box_list{
    position: relative;
    z-index: 3;
}
.about_progress .s_tit2.mod_title2 {
    margin-bottom: 90px;
}
.apbl_nub_jia{
    height: 420px;
}
.about_progress{
    overflow: hidden;
}
.apbl_nub:not(:first-child){
    display: none;
}

@keyframes donghuaj1 {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
@keyframes donghuaj2 {
    from {
        transform: translateX(200%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes donghuaj3 {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.mod_honor_list{
    display: flex;
    width: var(--width-shu);
}
.mod_honor_list1 {
    transform: translateX(0);
    animation: donghuaj1 25s linear infinite;
}
.mod_honor_list2 {
    animation: donghuaj3 25s linear infinite;
}
.mod_honor_wai{
    position: relative;
}
.mod_honor_list2{
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
}
.mod_honor_list3{
    transform: translateX(200%);
    position: absolute;
    top: 0;
    left: 0;
}
.mod_honor_list3{
    animation: donghuaj2 25s linear infinite;
}
.apbl_nub_jia{
    position: relative;
}
/* .about_progress_box_list.on .apbl_nub:nth-of-type(2n) .apbl_nub_jia{
    animation: framestop1_1 1s ease-out forwards;
}
.about_progress_box_list.on .apbl_nub:nth-of-type(2n-1) .apbl_nub_jia{
    animation: framestop1 1s ease-out forwards;
}
.about_progress_box_list.on1 .apbl_nub:nth-of-type(2n) .apbl_nub_jia{
    animation: framestop2_1 1s ease-out forwards;
}
.about_progress_box_list.on1 .apbl_nub:nth-of-type(2n-1) .apbl_nub_jia{
    animation: framestop2 1s ease-out forwards;
} */
@keyframes framestop1 {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-36px);
    }
} 
@keyframes framestop2 {
    0%{
        transform: translateY(-36px);
    }
    100%{
        transform: translateY(0);
    }
} 
@keyframes framestop1_1 {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-36px);
    }
} 
@keyframes framestop2_1 {
    0%{
        transform: translateY(-36px);
    }
    100%{
        transform: translateY(0);
    }
}
.apbz_ph{
    display: none;
}
.about_progress_box_list.mod_arrows1 .slick-prev{
    bottom: -10px;
    left: calc(50% - 700px);
    transform: translateY(0);
    top: auto;
}
.about_progress_box_list.mod_arrows1 .slick-next{
    bottom: -10px;
    left: calc(50% - 700px + 60px);
    transform: translateY(0);
    top: auto;
}
.mod_arrows1 .slick-prev, .mod_arrows1 .slick-next{
    z-index: 4;
}
.about_progress_box_list{
    padding-bottom: 30px;
}
.std_text1{
    font-size: 16px;
}
.apbl_nub_text .std_text1{
    overflow: hidden;
    /* -webkit-line-clamp: 3; */
    /* text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box; */
    max-height: 5.625em;
}
.about_progress_box_list {
    padding-bottom: 0;
}
.about_progress_box_zou{
    top: 50%;
}
.apbl_nub_jia {
    height: 450px;
}
.about_progress_box_list.mod_arrows1 .slick-prev,
.about_progress_box_list.mod_arrows1 .slick-next {
    bottom: -40px;
}
.about_progress .s_tit2.mod_title2 {
    margin-bottom: 80px;
}
.about_progress_jia{
    padding-bottom: 40px;
}
.s_footcenlwz p {
    font-family: Arial !important;
}
.pctl_td_id_text {
    font-family: Arial !important;
}
.s_e1linr .std_font20 a {
    font-family: arial !important;
}
.s_g1libotl {
    font-family: arial !important;
}
.s_h1c1lirwz p {
    font-family: arial !important;
}
.s_pra p {
    font-family: arial !important;
}
.apbl_nub.slick-slide{
    opacity: 0;
    transition: .36s linear;
}
.apbl_nub.slick-slide.slick-active{
    opacity: 1;
}
.pctl_td1 .pipeline_font16 {
    padding: 6px 16px;
    height: auto;
    text-align: center;
    width: 94.35%;
    line-height: 1.75;
}