﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

.s_cont {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

/*分享翻译*/
#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*/



/* 规范-start */
.ys_tit1 h1 {
    font-size: 54px;
    color: #fff;
    line-height: 1.5;
}

.ys_tit2 h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1.5;
}

.ys_tit3 h3 {
    font-size: 36px;
    color: #fff;
    line-height: 1.5;
}

.ys_tit4 h4 {
    font-size: 30px;
    color: #fff;
    line-height: 1.75;
}

.ys_tit5 h5 {
    font-size: 24px;
    color: #333;
    line-height: 1.75;
}

.ys_tit6 h6 {
    font-size: 18px;
    color: #333;
    line-height: 1.75;
}

.yxedr_active h1 {
    font-size: 54px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 26px;
}

.yxedr_active h2 {
    font-size: 50px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 132px;
}

.yxedr_active h3 {
    font-size: 36px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 96px;
}

.yxedr_active h4 {
    font-size: 30px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 45px;
}

.yxedr_active h5 {
    font-size: 24px;
    color: #0D67E2;
    line-height: 1.75;
    margin-bottom: 30px;
}

.yxedr_active h6 {
    font-size: 18px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 48px;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 28.5px;
}

.yxedr_active li p {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 0;
}

.yxedr_active li {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 10px;
}

.yxedr_active li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    color: #0D67E2;
}

.yxedr_active ul,
.yxedr_active ol {
    margin-bottom: 45px;
}

.ys_pra p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.ys_cont1560 {
    width: 1560px;
    margin: 0 auto;
}

.ys_cont1400 {
    width: 1400px;
    margin: 0 auto;
}

.ys_mb {
    margin-bottom: 86px;
}

.ys_pd {
    padding: 120px 0;
}

.ys_pdtop {
    padding-top: 120px;
}

.ys_pdbot {
    padding-bottom: 120px;
}

/* 规范-end */

/* 导航pc */

.s_lineh {
    line-height: 90px;
}

.s_hd {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

.ys_hd_pc.isfixed .s_hd {
    box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 13%);
}

.s_logo {
    width: 155px;
}

.s_logo a {
    display: block;
}

.s_logo img {
    width: 100%;
}

.s_navnrtop a {
    display: block;
    font-size: 18px;
    line-height: 90px;
    color: #333;
    transition: all .36s;
}

.s_navnr {
    margin: 0 38px;
    position: relative;
}

.s_navnr.yxnav_active1 .s_navnrtop a {
    color: #0D67E2;
}

.s_navnrli.yxnav_active2 .s_navnrlitop a {
    color: #0D67E2;
}

.s_navnrli.yxnav_active2 .s_navnrlitop::before {
    background-color: #0D67E2;
}

.s_navnrbotli.yxnav_active2 a {
    color: #0D67E2;
}

.s_navnrlibotnr.yxnav_active3 a {
    color: #0D67E2;
}

.s_navnrbot {
    background-color: #fff;
    position: absolute;
    top: 114%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: none;
}

.s_navnrbotgd {
    max-height: 445px;
    padding: 60px 34px 17px 55px;

}

.s_navnrbot .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(153, 153, 153, .2);
}

.s_navnrbot .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #0D67E2;
}

.s_navnrbot .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #0D67E2;
}

.s_navnrbot .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0D67E2;
    width: 2px;
}

.s_navnrbot .mCSB_outside+.mCSB_scrollTools {
    right: 20px !important;
}

.s_navnrbotgd .mCSB_outside+.mCSB_scrollTools {
    right: 48px !important;
}

.s_navnrbot::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.s_navnrbot::after {
    content: "";
    width: 100%;
    height: 30px;
    background-color: transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.s_navnrbotnr {
    width: 950px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 30px;
}

.s_navnrli {
    width: 20%;
    margin-bottom: 38px;
    padding: 0 15px;
}

.s_navnrlitop {
    position: relative;
    margin-bottom: 5px;
}

.s_navnrlitop::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999;
    position: absolute;
    top: 12px;
    left: -12px;
    transition: all .36s;
}

.s_navnrlitop a {
    display: block;
    font-size: 16px;
    color: #999;
    font-weight: bold;
    line-height: 1.75;
    transition: all .36s;
}

.s_navnrlibotnr a {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}

.s_navnrlibotnr {
    margin-bottom: 0.5px;
}

.s_navnrbotlist {
    padding: 27px 30px 11px;
    max-height: 468px;
}

.s_navnrbotli a {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    padding-right: 40px;
    white-space: nowrap;
    transition: all .36s;
}

.s_navnrbotli {
    margin-bottom: 15px;
}

.s_hdrother {
    padding-left: 35px;
    display: flex;
    align-items: center;
}

.s_search {
    width: 19px;
    cursor: pointer;
}

.s_search img {
    width: 100%;
}

.ma_modal {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    overflow: hidden;
    display: none;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%);
}

.ma_modalmbox {
    padding: 16px 0;
    text-align: center;
}

.ma_modalm {
    width: 560px;
    display: inline-block;
}

.mc_msc_box {
    width: 100%;
    display: block;
}

.mc_msc_boxl {
    border-bottom: 1px solid #eee;
    width: calc(100% - 19px);
    padding-right: 20px;
    height: 40px;
}

.mc_msc_boxl input {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.mc_msc_boxr {
    width: 19px;
    margin-top: 10px;
}

.mc_msc_boxr img {
    width: 100%;
    cursor: pointer;
}

.s_lan {
    position: relative;
    margin-left: 47px;
    margin-right: 50px;
}

.s_lantop {
    cursor: pointer;
}

.s_lantopl {
    width: 24px;
}

.s_lantopl img {
    width: 100%;
}

.s_lantopr {
    width: 6px;
    margin-left: 5px;
}

.s_lantopr img {
    width: 100%;
    transition: all .36s;
}

.s_lantop.on .s_lantopr img {
    transform: rotate(180deg);
}

.s_lanbot {
    position: absolute;
    top: 101%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    display: none;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%);
}

.s_lanbot a {
    display: block;
    padding: 0px 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.75;
    transition: all .36s;
}

.s_hdcontnr {
    padding: 0 27px;
    background-color: #0D67E2;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.s_hdcontnrig {
    width: 14px;
}

.s_hdcontnrig img {
    width: 100%;
}

.s_hdcontnrwz {
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    padding-left: 10px;
}

/* 导航pc-end */
/* 导航ph */
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: #0D67E2;
}

.ys_phnav_logo {
    width: 150px;
}

.ys_phnav_logo img {
    width: 100%;
}

/* 导航ph-end */
/* banner */
.ys_ban_txtbox h2 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 8px;
}

.ys_ban_txtbox p {
    font-size: 18px;
    color: #fff;
    line-height: 1.75;
}

.ys_ban_txtbox {
    position: absolute;
    top: 37.5%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 23%;
}

.ys_ban_slick .slick-dots li {
    width: 5px;
    height: 5px;
    background-color: #fff;
    opacity: 0.6;
}

.ys_ban_slick .slick-dots li.slick-active {
    opacity: 1;
    background-color: #fff;
}

.ys_ban_slick .slick-dots {
    bottom: 35%;
    width: 1560px;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
}

.s_a1newbox {
    width: 33%;
    position: absolute;
    top: 26.5%;
    right: 0;
}

.s_a1news {
    display: none;
}

.s_a1news.on {
    display: block;
}

.s_a1new {
    width: 95%;
    background-color: rgba(13, 103, 226, 0.9);
    padding: 57px 0 110px 52px;
    border-radius: 10px;
}

.s_a1newtopig {
    width: 27px;
    line-height: 42px;
}

.s_a1newtopig img {
    width: 100%;
}

.s_a1newtopwz {
    width: calc(100% - 27px);
    padding-left: 20px;
    position: relative;
}

.s_a1newtopwz::before {
    content: "";
    width: 74%;
    height: 1px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.s_a1newtopwz h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.s_a1newtop {
    margin-bottom: 37px;
}

.s_a1newli {
    position: relative;
    margin-bottom: 27px;
    padding-right: 18px;
    z-index: 3;
}

.s_a1newli a {
    display: block;
    padding: 25px 18px 25px 25px;
    position: relative;
}

.s_a1newli a::before {
    content: "";
    width: 115%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all .36s;
}

.s_a1newli::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .36s;
}

.s_a1newli::after {
    content: "";
    width: 31px;
    height: 1px;
    background-color: #0D67E2;
    position: absolute;
    top: 50%;
    left: -31px;
    transform: translateY(-50%);
    transition: all .36s;
    opacity: 0;
}

.s_a1newliig {
    width: 18px;
    opacity: 0;
    transition: all .36s;
}

.s_a1newliig img {
    width: 100%;
}

.s_a1newliwz {
    width: calc(100% - 18px);
    padding-right: 20px;
}

.s_a1newliwz p {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    font-weight: bold;
    height: 24.5px;
    overflow: hidden;
    transition: all .36s;
}

.s_a1newanbox {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 56px;
    left: 78px;
}

.s_a1newan {
    width: 30px;
    opacity: 0.8;
    transition: all .36s;
    margin-right: 18px;
    cursor: pointer;
}

.s_a1newan img {
    width: 100%;
}

.s_a1newan:last-child {
    margin-right: 0;
}







/* banner-end */
/* foot */
.s_foot {
    background-color: #0C3368;
}

.s_footit {
    padding-top: 83px;
    margin-bottom: 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 50px;
}

.s_footit h3 {
    font-weight: bold;
}

.s_footnr .s_logo {
    width: 186px;
}

.s_footshare {
    width: 31px;
    position: relative;
    margin: 0;
    margin-left: 30px;
    opacity: 0.5;
    transition: all .36s;
}

.s_footshare img {
    width: 100%;
}

.s_footshare a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: none !important;
}

.s_footnav {
    margin-top: 63px;
    margin-bottom: 74px;
}

.s_footnavli {
    margin-right: 227px;
}

.s_footnavtop a {
    font-size: 20px;
    color: #fff;
    line-height: 1.75;
    font-weight: bold;
}

.s_footnavtop {
    margin-bottom: 36px;
}

.s_footnavbotnr a {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.7;
    transition: all .36s;
}

.s_footnavbotnr {
    margin-bottom: 12px;
}

.s_footbotl p span {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.5;
}

.s_footbotl p a {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.5;
    padding-left: 5px;
}

.s_footbotr a {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    opacity: 0.5;
}

.s_footbotrnr {
    margin-left: 15px;
    position: relative;
}

.s_footbotrnr::before {
    content: "";
    width: 2px;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
}

.s_footbotrnr.on::before {
    display: none;
}

.s_footbot {
    padding-bottom: 47px;
}

/* foot-end */
/* 首页 */
.s_sycont {
    background: rgba(153, 153, 153, 0.1) url(../images/a1_bg1.jpg) center/cover;
}

.s_sycont1 {
    padding-bottom: 90px;
}

.s_syc1tit h3 {
    color: #333;
    font-weight: bold;
}

.s_syc1tit {
    padding-left: 36px;
    position: relative;
}

.s_syc1tit::before {
    content: "";
    width: 3px;
    height: 40px;
    background-color: #0D67E2;
    position: absolute;
    top: 5px;
    left: 0;
}

.s_syc1lblitop {
    width: 199px;
    height: 199px;
    border: 4px solid #ADD0EF;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    transition: all .36s;
}

.s_syc1lblitop img {
    width: 37%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s_syc1lbliwz {
    height: 42px;
    margin-top: 25px;
    text-align: center;
}

.s_syc1lbliwz h5 {
    margin-bottom: 0;
    transition: all .36s;
}

.s_syc1lb {
    margin: 0 -43px;
}

.s_syc1lbli {
    padding: 0 43px;
    display: none;
}

.s_syc1lbli.on {
    display: block;
}

.s_syc1lblinr {
    cursor: pointer;
}

.s_syc1nrtop {
    padding: 0 108px;
    position: relative;
}

.s_syc1lban {
    width: 30px;
    position: absolute;
    top: 35%;
    cursor: pointer;
}

.s_syc1lbanprev {
    left: 0;
}

.s_syc1lbanext {
    right: 0;
}

.s_syc1lban img:nth-child(2) {
    opacity: 0;
}

.s_syc1nrbot {
    padding-top: 80px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.s_syc1nrbotnr {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #0D67E2;
    line-height: 62px;
    padding: 0 114px;
    border: 1px solid #0D67E2;
    border-radius: 100px;
    transition: all .36s;
    overflow: hidden;
    position: relative;
}

.s_syc1nrbotnr::before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #0D67E2;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    z-index: -1;
}

.s_sycont2 {
    background-color: #0D67E2;
    padding-bottom: 211px;
}

.s_sycont2 .s_syc1tit h3 {
    color: #fff;
}

.s_sycont2 .s_syc1tit::before {
    background-color: #fff;
}

.s_sycont2 .s_syc1tit {
    width: calc(100% - 133px);
    padding-right: 20px;
}

.s_syc2topr {
    position: relative;
    z-index: 3;
}

.s_syc2toprnr {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    width: 133px;
    border-radius: 100px;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .36s;
}

.s_syc2toprnr::before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    z-index: -1;
}

.s_syc2lb {
    margin: 0 -26px;
}

.s_syc2lbli {
    padding: 0 26px;
    display: none;
}

.s_syc2lbli.on {
    display: block;
}

.s_syc2lblinr {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.s_syc2lblinr .ys_imgbox_contain {
    width: 100%;
}

.s_syc2lb .slick-dots li {
    width: 38px;
    height: 2px;
    background-color: #fff;
    opacity: 0.6;
    border-radius: 0;
}

.s_syc2lb .slick-dots li.slick-active {
    background-color: #fff;
    opacity: 1;
}

.s_syc2lb .slick-dots {
    bottom: -122px;
}

.s_syc3nr {
    width: 1076px;
    margin: 0 auto;
    position: relative;
}

.s_syc3lbig {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 41px;
    display: none;
}

.s_syc3lbig.on {
    display: block;
}

.s_syc3lbwzbox {
    width: 100%;
    position: absolute;
    top: 138px;
    left: 0;
}

.s_syc3lbwz {
    /* width: 561px; */
    width: 52%;
    position: relative;
    left: 90px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 65px 65px 75px;
    border-radius: 15px;
    z-index: 3;
}

.s_syc3lbwztit {
    position: relative;
}

.s_syc3lbwztit::before {
    content: "";
    width: 78px;
    height: 2px;
    background-color: #0D67E2;
    position: absolute;
    top: 18px;
    left: -105px;
}

.s_syc3lbwztit h5 {
    font-weight: bold;
    color: #0D67E2;
}

.s_syc3lbwzp {
    margin-top: 27px;
    margin-bottom: 55px;
}

.s_syc3lbwz .s_syc2toprnr {
    border-color: #0D67E2;
    color: #0D67E2;
}

.s_syc3lbwz .s_syc2toprnr::before {
    background-color: #0D67E2;
}

.s_syc3lb .slick-list {
    overflow: visible;
}

.s_syc3 .s_syc1lban {
    top: 50%;
    transform: translateY(-50%);
}

.s_syc3 .s_syc1lbanprev {
    left: -15px;
}

.s_syc3 .s_syc1lbanext {
    right: -15px;
}

.s_syc3lbwzlb {
    display: none;
}

.s_syc3lbwzlb.on {
    display: block;
}

.s_syc4bot {
    padding-top: 135px;
    padding-bottom: 107px;
}

.s_syc4nr {
    width: 707px;
}

.s_syc4tit h4 {
    font-weight: bold;
}

.s_syc4tit {
    margin-bottom: 38px;
}

.s_syc4p {
    margin-bottom: 78px;
}

.s_syc4p p {
    color: #fff;
}

.s_syc4more {
    position: relative;
    z-index: 3;
}

/* 首页-end */
/* 内页 */
.s_nybanner .ys_ban_txtbox {
    padding-right: 0;
    text-align: center;
    top: 52%;
}

.s_nybanner .ys_ban_txtbox h1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 50px;
}

.s_nybanner .ys_ban_imgbox::before {
    background-color: rgba(0, 0, 0, .2);
}

.s_mbxbox {
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.s_mbx {
    display: flex;
    align-items: center;
}

.s_mbxnr {
    position: relative;
    margin-right: 20px;
}

.s_mbxnr::before {
    content: ">";
    color: #fff;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: 0.5;
}

.s_mbxnr img {
    width: 16px;
    margin-top: -3px;
}

.s_mbxnr a {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    transition: all .36s;
}

.s_mbxnr:last-child::before {
    display: none;
}

.s_h1 .s_cont {
    padding-bottom: 75px;
}

.s_h1ct h6 {
    font-weight: bold;
    margin-bottom: 26px;
}

.s_h1ct p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 28.5px;
}

.s_e1ctop {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_e1ctopnr a {
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 80px;
    transition: all .36s;
}

.s_e1ctopnr {
    margin: 0 215px;
}

.s_e1ctopnr.on a {
    color: #0D67E2;
}

.s_e1ctbot {
    padding-top: 85px;
    padding-bottom: 100px;
}

.s_e1ctbotli a,
.s_e1ctbotlir {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s_e1ctbotli a {
    padding: 23px 0;
    background-color: #F9F9F9;
    border-radius: 10px;
    transition: all .36s;
}

.s_e1ctbotli {
    margin-bottom: 35px;
}

.s_e1ctbotlil .ys_imgbox_cover {
    width: 31%;
    margin: 0 auto;
}

.s_e1ctbotlil img:nth-child(2) {
    opacity: 0;
}

.s_e1ctbotlil {
    width: 7.9%;
    position: relative;
}

.s_e1ctbotlil::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #999;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .36s;
}

.s_e1ctbotlir {
    width: 92.1%;
    padding: 0 38px;
}

.s_e1ctbotliwz {
    width: 96.7%;
    padding-right: 38px;
    height: 31.5px;
    overflow: hidden;
}

.s_e1ctbotliwz h6 {
    transition: all .36s;
}

.s_e1ctbotlirig {
    width: 3.3%;
}

.s_e1ctbotlirig img:nth-child(2) {
    opacity: 0;
}

.pc_fenye li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 15px;
}

.pc_fenye li.activepage {
    background: #0D67E2;
}

.ys_phfyfl a {
    font-size: 16px;
    color: #0D67E2;
    line-height: 1.75;
}

.s_fenye {
    padding-top: 50px;
}

.s_d1list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -16px;
}

.s_d1li {
    width: 33.333333%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.s_d1linr {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.s_d1lig {
    width: 100%;
}

.s_d1liwz {
    background-color: #fff;
    padding: 37px 40px 48px;
    height: 100%;
}

.s_d1liwzp p {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}

.s_d1liwztit {
    margin-bottom: 14px;
}

.s_d1liwztit h6 {
    font-weight: bold;
    transition: all .36s;
}

.s_d1 .s_cont {
    background-color: #F5F5F5;
}

.s_d2c1bjq h4 {
    font-weight: bold;
}

.s_d2c1bjq p {
    font-size: 18px;
    color: #333;
}

.s_d2cont2 {
    background-color: #F5F5F5;
}

.s_d2c2tit {
    text-align: center;
    padding: 71px 0 62px;
}

.s_d2c2tit h3 {
    font-size: 40px;
    color: #333;
    line-height: 1.75;
    font-weight: bold;
}

.s_d2c2 .s_d1liwz {
    background-color: transparent;
    padding: 35px 0px 40px;
}

.s_d2c1bot {
    margin: 90px 0;
    position: relative;
}

.s_d2c1botnr a {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}

.s_d2c1botcen {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.s_d2c1botcenig {
    width: 28px;
    margin: 0 auto;
}

.s_d2c1botcenwz {
    margin-top: 2px;
    text-align: center;
}

.s_d2c1botcenwz p {
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}

.s_b1 .s_cont {
    padding-bottom: 98px;
}

.s_b1c1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}

.s_b1c1l {
    width: 64.2%;
    background-color: #fff;
    border-radius: 100px;
    padding: 18px 36px;
    margin-right: 40px;
}

.s_b1c1lig {
    width: 20px;
}

.s_b1c1lig img {
    width: 100%;
}

.s_b1c1lin {
    width: calc(100% - 20px);
    padding-left: 20px;
}

.s_b1c1lin input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #999;
}

.s_b1c1lin input::placeholder {
    font-size: 14px;
    color: #999;
    opacity: 0.5;
}

.s_b1c1r {
    width: 126px;
    background-color: #0D67E2;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
}

.s_b1c2li {
    margin-bottom: 42px;
}

.s_b1c2li {
    background-color: #fff;
    border-radius: 10px;
    padding: 33px 50px 35px;
}

.s_b1c2litop {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
    padding-bottom: 14px;
    position: relative;
}

.s_b1c2litop::before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #0D67E2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}

.s_b1c2litopl {
    width: calc(100% - 258px);
    padding-right: 30px;
    height: 35px;
    overflow: hidden;
}

.s_b1c2litopl h6 {
    font-size: 20px;
    color: #000;
    line-height: 1.75;
    font-weight: bold;
    transition: all .36s;
}

.s_b1c2litopr {
    width: 258px;
}

.s_b1c2litopr .ys_imgbox_contain {
    width: 100%;
}

.s_b1c2litopr .ys_imgbox_contain img:nth-child(2) {
    left: inherit;
    right: 0;
    transform: translateY(-50%);
}

.s_b1c2libot {
    display: flex;
    align-items: center;
    padding-top: 27px;
    padding-right: 30px;
}

.s_b1c2libotit p {
    font-weight: bold;
    color: #333;
}

.s_b1c2libotit {
    margin-bottom: 8px;
}

.s_b1c2libotwz span a {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}

.s_b1c2libotwz span {
    margin-right: 20px;
}

.s_b1c2libotl {
    width: calc(100% - 20px);
    padding-right: 30px;
}

.s_b1c2libotr {
    width: 20px;
}

.s_b1c2libotr .ys_imgbox_cover {
    width: 100%;
    transition: all .36s;
}

.s_b1c2libotr .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.s_b1 .s_fenye {
    padding-top: 43px;
}

.s_bgcolor {
    background-color: #F5F5F5;
}

.s_c1cb {
    width: 275px;
}

.s_c1cbli {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.s_c1cblitop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 22px 32px 22px 35px;
    background-color: #fff;
    cursor: pointer;
    transition: all .36s;
}

.s_c1cblitopr {
    width: 7px;
    transition: all .36s;
}

.s_c1cblitopl {
    width: calc(100% - 7px);
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s_c1cblitopig {
    width: 26px;
}

.s_c1cblitopig img:nth-child(2),
.s_c1cblitopr img:nth-child(2) {
    opacity: 0;
}

.s_c1cblitopwz {
    width: calc(100% - 26px);
    padding-left: 35px;
}

.s_c1cblitopwz h6 {
    color: #666;
    transition: all .36s;
}

.s_c1cblibot {
    background-color: #E0EDFF;
    padding: 32px 37px 11px;
    display: none;
}

.s_c1cblibotnr {
    margin-bottom: 19px;
}

.s_c1cblibotnr a {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    padding-left: 13px;
    position: relative;
    transition: all .36s;
}

.s_c1cblibotnr a::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #999;
    position: absolute;
    top: 3px;
    left: 0;
    transition: all .36s;
}

.s_c1cblibotnr.on a {
    color: #0D67E2;
}

.s_c1cblibotnr.on a::before {
    background-color: #0D67E2;
}

.s_c1cbli.on .s_c1cblitopwz h6 {
    color: #fff;
}

.s_c1cbli.on .s_c1cblitopig img:nth-child(2),
.s_c1cbli.on .s_c1cblitopr img:nth-child(2) {
    opacity: 1;
}

.s_c1cbli.on .s_c1cblitop {
    background-color: #0D67E2;
}

.s_c1cbli.on .s_c1cblitopr {
    transform: rotate(90deg);
}

.s_c1cbli.on .s_c1cblibot {
    display: block;
}

.s_c1r {
    width: calc(100% - 275px);
    padding-left: 54px;
}

.s_c1rnr {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 60px 17px;
}

.s_c1nrtit h4 {
    font-weight: bold;
    color: #333;
}

.s_c1nrtit {
    margin-bottom: 18px;
}

.s_c1nrp p {
    color: #999;
}

.s_c1nrp {
    margin-bottom: 70px;
}

.s_c1nrlist {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -29px;
}

.s_c1nrli {
    width: 25%;
    padding: 0 29px;
    margin-bottom: 58px;
}

.s_c1nrlinr {
    height: 100%;
}

.s_c1nrlitop {
    border-radius: 10px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    transition: all .36s;
}

.s_c1nrlitop .ys_imgbox_contain {
    width: 100%;
    border-radius: 10px;
}

.s_c1nrliwz {
    padding-top: 24px;
    text-align: center;
}

.s_c1nrliwz h6 {
    color: #999;
    transition: all .36s;
}

.s_c1nrliwz p {
    color: #999;
    transition: all .36s;
}

.s_form1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.s_form1li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 35px;
}

.s_form1linr {
    border-radius: 5px;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 26px 30px 25px;
}

.s_form1lig {
    width: 20px;
    line-height: 24px;
}

.s_form1lig img {
    width: 100%;
}

.s_form1liwz {
    width: calc(100% - 20px);
    padding-left: 15px;
    position: relative;
}

.s_form1liwz input {
    width: 100%;
    font-size: 18px;
    color: #999;
    position: relative;
    z-index: 3;
}

.s_form1liwznr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.s_form1liwznr p {
    font-size: 18px;
    color: #999;
}

.s_form1liwznr p span {
    color: #D70E0E;
}

.s_form1liwznr.on {
    display: none;
}

.s_form2 textarea {
    width: 100%;
    font-size: 18px;
    color: #999;
    height: 180px;
    position: relative;
    z-index: 5;
}

.s_form2 {
    position: relative;
    margin-bottom: 35px;
}

.s_form2 .s_form1liwznr {
    top: 27px;
    left: 30px;
    transform: inherit;
}

.s_form3 .s_form1linr {
    width: 70.5%;
}

.s_form3 .s_form1liwz {
    width: 100%;
    padding-left: 0;
}

.s_form3 .s_form1liwznr {
    left: 0;
}

.s_form3lig {
    width: 26%;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.s_form3lig img {
    width: 100%;
}

.s_form3l {
    width: 48.7%;
}

.s_form3r {
    width: 45.5%;
    background-color: #0D67E2;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
}

.s_form4 {
    margin-top: 12px;
}

.s_form4l {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    border: 1px solid #666;
    margin-top: 6px;
    position: relative;
    cursor: pointer;
}

.s_form4l::before {
    content: "\e72e";
    color: #0D67E2;
    font-family: "iconfont" !important;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .36s;
}

.s_form4l.act::before {
    opacity: 1;
}

.s_form4r {
    width: calc(100% - 17px);
    padding-left: 15px;
}

.s_form4r p {
    color: #999;
}

.s_form4r p a {
    color: #999;
    transition: all .36s;
}


.s_f1cont1 {
    padding-bottom: 70px;
}

.s_f1c1top {
    margin-bottom: 45px;
}

.s_f1c1toptit {
    width: 28%;
}

.s_f1c1toptit h3 {
    font-weight: bold;
    color: #333;
}

.s_f1c1topp {
    width: 53%;
}

.s_f1c1topp h6 {
    color: #666;
}

.s_f1c1ig {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 60px;
}

.s_f1c1ig img {
    width: 100%;
}

.s_f1c1list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -56px;
}

.s_f1c1i {
    width: 25%;
    padding: 0 56px;
    margin-bottom: 50px;
}

.s_f1c1inr {
    background: #fff url(../images/f1_bg.jpg) center/cover no-repeat;
    box-shadow: 0px 4px 20px rgba(13, 103, 226, 0.08);
    border-radius: 10px;
    overflow: hidden;
    padding: 51px 20px 42px;
}

.ys_imgbox_contain {
    width: 87px;
    margin: 0 auto;
}

.s_f1c1iwz {
    margin-top: 25px;
    text-align: center;
}

.s_f1c1iwz h5 {
    font-weight: bold;
    color: #333;
    transition: all .36s;
}

.s_f1cont2 {
    padding: 90px 0;
}

.s_f1c2tit h3 {
    font-weight: bold;
    color: #333;
}

.s_f1c2tit {
    margin-bottom: 55px;
    text-align: center;
}

.s_f1c2lb {
    margin: 0 -10px;
}

.s_f1c2lbnr {
    width: 33.333333%;
    padding: 0 10px;
    display: none;
}

.s_f1c2lbnr.on {
    display: block;
}

.s_f1c2lbtop .ys_imgbox_contain {
    width: 100%;
}

.s_f1c2lbwz h6 {
    color: #666;
    transition: all .36s;
}

.s_f1c2lbwz {
    text-align: center;
    margin-top: 15px;
    height: 31.5px;
    overflow: hidden;
}

.s_f1c2nr {
    padding: 0 69px;
    position: relative;
}

.s_f1c2 .s_syc1lban {
    top: 40%;
}

.s_f1cont3 {
    padding-bottom: 90px;
}

.s_f1c3nr {
    position: relative;
    padding-bottom: 135px;
}

.s_f1c3ig {
    width: 78%;
}

.s_f1c3ig img {
    width: 100%;
}

.s_f1c3list {
    width: 36.5%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.s_f1c3listnr {
    width: 100%;
    background-color: #3682EA;
    border-radius: 10px;
    overflow: hidden;
    padding: 54px 48px 39px;
    max-height: 336px;
    position: relative;
}

.s_f1c3li p {
    color: #fff;
}

.s_f1c3li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    padding-right: 15px;
}

.s_f1c3li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 11px;
    left: 0;
}

.s_f1c3listnr .mCSB_outside+.mCSB_scrollTools {
    right: 39px !important;
}

.s_f1c3listnr .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(255, 255, 255);
}

.s_f1c3listnr .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #213D64;
}

.s_f1c3listnr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #213D64;
    width: 2px;
}

.s_g1li {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
}

.s_g1lir {
    width: 67%;
}

.s_g1lil {
    width: 33%;
    background: #fff url(../images/g1_bg.png) center/cover no-repeat;
    padding: 91px 65px 0;
    position: relative;
}

.s_g1liltit h5 {
    font-weight: bold;
    color: #0D67E2;
}

.s_g1liltit {
    margin-bottom: 35px;
}

.s_g1lilbotig {
    width: 18px;
    line-height: 26.5px;
}

.s_g1lilbotig img {
    width: 100%;
}

.s_g1lilbotwz {
    width: calc(100% - 18px);
    padding-left: 15px;
}

.s_g1lilbotwz p {
    font-size: 18px;
    color: #999;
    line-height: 1.75;
}

.s_g1lilbotwz p a {
    font-size: 18px;
    color: #999;
    line-height: 1.75;
}

.s_g1lilbotnr {
    margin-bottom: 20px;
}

.s_g1 .s_e1ctbot {
    padding-bottom: 45px;
}

/* 内页-end */




/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .s_lanbot a:hover {
        color: #0D67E2;
    }

    .s_navnrtop a:hover {
        color: #0D67E2;
    }

    .s_footnavbotnr a:hover {
        opacity: 1;
    }

    .s_syc1lblinr:hover .s_syc1lblitop {
        border-color: #0D67E2;
    }

    .s_syc1lblinr:hover .s_syc1lbliwz h5 {
        color: #0D67E2;
    }

    .s_syc1lban:hover img:nth-child(2) {
        opacity: 1;
    }

    .s_syc1nrbotnr:hover::before {
        width: 100%;
    }

    .s_syc1nrbotnr:hover {
        color: #fff;
    }

    .s_syc2toprnr:hover::before {
        width: 100%;
    }

    .s_syc2toprnr:hover {
        color: #0D67E2;
    }

    .s_syc3lbwz .s_syc2toprnr:hover {
        color: #fff;
    }

    .s_navnrlitop:hover a {
        color: #0D67E2;
    }

    .s_navnrlitop:hover::before {
        background-color: #0D67E2;
    }

    .s_navnrlibotnr a:hover {
        color: #0D67E2;
    }

    .s_navnrbotli a:hover {
        color: #0D67E2;
    }

    .s_a1newli:hover .s_a1newliig {
        opacity: 1;
    }

    .s_a1newli:hover .s_a1newliwz p {
        color: #0D67E2;
    }

    .s_a1newli:hover::before {
        border-color: #0D67E2;
    }

    .s_a1newli:hover a::before {
        opacity: 1;
    }

    .s_a1newli:hover::after {
        opacity: 1;
    }

    .s_a1newan:hover {
        opacity: 1;
    }

    .s_mbxnr a:hover {
        opacity: 0.8;
    }

    .s_e1ctbotli:hover .s_e1ctbotlil img:nth-child(2) {
        opacity: 1;
    }

    .s_e1ctbotli:hover .s_e1ctbotlirig img:nth-child(2) {
        opacity: 1;
    }

    .s_e1ctbotli:hover a {
        background-color: #0D67E2;
    }

    .s_e1ctbotli:hover .s_e1ctbotliwz h6 {
        color: #fff;
    }

    .s_e1ctbotli:hover .s_e1ctbotlil::before {
        background-color: #fff;
    }

    .pc_fenye li:hover {
        color: #fff;
        background: #0D67E2;
    }

    .s_e1ctopnr a:hover {
        color: #0D67E2;
    }

    .s_d1linr:hover .s_d1liwztit h6 {
        color: #0D67E2;
    }

    .s_d2c1botnr a:hover {
        color: #0D67E2;
    }

    .s_d2c1botcen:hover .s_d2c1botcenwz p {
        color: #0D67E2;
    }

    .s_b1c2li:hover .s_b1c2litopl h6 {
        color: #0D67E2;
    }

    .s_b1c2libotwz span a:hover {
        color: #0D67E2;
    }

    .s_b1c2li:hover .s_b1c2libotr .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }

    .s_b1c2li:hover .s_b1c2libotr .ys_imgbox_cover {
        transform: translateX(30px)
    }

    .s_b1c2li:hover .s_b1c2litop::before {
        width: 100%;
    }

    .s_c1cblibotnr a:hover {
        color: #0D67E2;
    }

    .s_c1cblibotnr a:hover::before {
        background-color: #0D67E2;
    }

    .s_c1cblitop:hover .s_c1cblitopwz h6 {
        color: #fff;
    }

    .s_c1cblitop:hover .s_c1cblitopig img:nth-child(2),
    .s_c1cblitop:hover .s_c1cblitopr img:nth-child(2) {
        opacity: 1;
    }

    .s_c1cblitop:hover {
        background-color: #0D67E2;
    }

    .s_c1nrlinr:hover .s_c1nrliwz h6 {
        color: #0D67E2;
    }

    .s_c1nrlinr:hover .s_c1nrliwz p {
        color: #0D67E2;
    }

    .s_form4r p a:hover {
        color: #0D67E2;
    }

    .s_f1c1inr:hover .s_f1c1iwz h5 {
        color: #0D67E2;
    }

    .s_f1c2lbnr:hover .s_f1c2lbwz h6 {
        color: #0D67E2;
    }

    .s_c1nrlinr:hover .s_c1nrlitop {
        border-color: #0D67E2;
    }

    .s_footshare:hover {
        opacity: 1;
    }

    .s_xzcblitop:hover {
        background-color: #0C3368;
    }

    .s_xzcblitop:hover .s_xzcblitopig .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }

    .s_xzcblitop:hover .s_xzcblitopig .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }

    .s_xzcbli2:hover .s_xzcblibot {
        transform: translateX(-100%);
        opacity: 1;
    }
    .mc_aside_leave:hover .s_xzcblibot {
        transform: translateX(0%);
        opacity: 1;
    }
}

/* 2022.01.20-sumi-改 */
.s_navnr.yxedr_active1 .s_navnrtop a {
    color: #0D67E2;
}

.s_form3lig {
    height: 75px;
    display: flex;
    align-items: center;
}

.s_lanbotnr.on {
    color: #0D67E2;
}

.s_a1newli a {
    display: flex;
    align-items: center;
}

/* 2022.01.26-sumi-改 */
.s_lanbot a {
    font-size: 16px;
}

.s_syc3lbwzp {
    height: 140px;
    overflow: hidden;
}

.s_e1ctop.mc_fixed {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 1920px;
    border-top: 1px solid #eee;
    z-index: 60;
}

.s_e1ctopxz {
    height: 80px;
}

.s_hd.act {
    box-shadow: none;
}

.s_a1newbox {
    display: none;
}

/* 2022.03.01 */
.s_hdxz {
    background-color: #2479EE;
}

.s_hdxzl p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.s_hdxzrwz,
.s_hdxzr {
    display: flex;
    align-items: center;
}

.s_hdxzrig {
    width: 18px;

}

.s_hdxzrig img {
    width: 100%;
}

.s_hdxzrwz {
    padding-left: 10px;
}

.s_hdxzrwznr a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.s_hdxzrwznr {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.s_hdxzrwznr::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}

.s_hdxzrwznr:last-child::before {
    display: none;
}

/* 2022.03.02 */
.s_lan {
    display: none;
}

.s_hdcont {
    margin-left: 80px;
}

.s_xzcb {
    position: fixed;
    top: 40%;
    right: -100%;
    transition: all .36s;
}
.s_xzcb.on {
    right: 0;
}

.s_xzcbul {
    box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.08);
    border-radius: 5px 0px 0px 5px;
    /* overflow: hidden; */
}

.s_xzcbli {
    position: relative;
    cursor: pointer;
}

.s_xzcblitop {
    width: 65px;
    height: 64px;
    position: relative;
    background-color: #F9F9F9;
    transition: all .36s;
}

.s_xzcblitop::before {
    content: '';
    width: 55%;
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.2;
}

.s_xzcblitopig {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s_xzcblitopig .ys_imgbox_cover {
    width: 100%;
}

.s_xzcblitopig .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.s_xzcblibot {
    position: absolute;
    top: 0;
    left: -1em;
    transition: all .36s;
    opacity: 0;
}

.s_xzcbliwxnr {
    padding: 18px 22px 22px;
    background: #F9F9F9;
    box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.s_xzcbliwxp {
    font-size: 14px;
    color: #0C3368;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.s_xzcbliwxig {
    width: 66px;
}

.s_xzcbliwxig img {
    width: 100%;
}

.s_xztw {
    background: #0C3368;
    box-shadow: -2px 4px 4px 0px rgb(0 0 0 / 8%);
    border-radius: 5px 0px 0px 5px;
    padding-left: 23px;
    padding-right: 45px;
}

.s_xztwl {
    width: 24px;
    line-height: 59px;
}

.s_xztwl img {
    width: 100%;
}

.s_xztwr {
    width: calc(100% - 24px);
    padding-left: 15px;
}

.s_xztwr a {
    font-size: 14px;
    color: #fff;
    line-height: 64px;
    font-weight: bold;
    white-space: nowrap;
}

.s_xzcbli:last-child .s_xzcblitop::before {
    display: none;
}
.mc_aside_leave .s_xzcblibot {
    left: auto;
    right: 0;
    transform: translateX(100%);
}
.s_xzcbli2 .s_xzcblitop {
    z-index: 5;
}
