﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
        url('../fonts/PoppinsBold.woff2') format('woff2'),
        url('../fonts/PoppinsBold.woff') format('woff'),
        url('../fonts/PoppinsBold.ttf') format('truetype'),
        url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*分享翻译*/
#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 {}

/* 规范-start */
.std_title1 {
    font-size: 60px;
    line-height: 1.5;
    color: #333333;
}

.std_title2,
.yxedr_active h2 {
    font-size: 48px;
    line-height: 1.5;
    color: #333333;
}

.std_title3,
.yxedr_active h3 {
    font-size: 32px;
    line-height: 1.5;
    color: #333333;
}

.std_title4,
.yxedr_active h4 {
    font-size: 24px;
    line-height: 1.75;
    color: #333333;
}

.std_parga p {
    font-size: 18px;
    line-height: 1.75;
    color: #666;
}

.std_parga1 p {
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
}

.std_parga2 p {
    font-size: 14px;
    line-height: 1.75;
    color: #666;
}

.yxedr_active p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 12px;
}

.std_padding1 {
    padding: 70px 0;
}

.std_padding2 {
    padding-top: 70px;
}

.std_margin1 {
    margin-top: 40px;
}

.std_margin2 {
    margin-top: 25px;
}

.std_margin3 {
    margin-bottom: 70px;
}

.std_box1_box,
.std_box2_box {
    font-size: 16px;
    line-height: 46px;
    display: block;
    padding: 0 36px;
    color: #fff;
}

.std_btn1,
.std_btn2 {
    width: auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0 20px 0 20px;
    background: #CA191D;
    z-index: 1;
}

.std_btn1_bg,
.std_btn2_bg {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #B00E12;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    z-index: -1;
    opacity: 0;
    transition: opacity .2s ease-in-out, transform 0s .2s;
}

.std_btn2 {
    background: rgba(255, 255, 255, 1);
}

.std_box2_box {
    color: #CA191D;
}

.std_btn2_bg {
    background: #F6E8E8;
}

.std_box3_box p {
    font-size: 16px;
    line-height: 1.75;
    color: #CA191D;
}

.std_box3_box img {
    width: 12px;
    transform: translateX(18px);
    transition: all .36s;
}

.std_box3_box {
    display: flex;
    align-items: center;
}

.std_arrow_icon {
    width: 54px;
    box-shadow: 4px 4px 16px 2px rgb(208 216 225 / 50%);
    border-radius: 50%;
    cursor: pointer;
}

.std_arrow_icon .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

/* 规范-end */

/* - 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%;
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ys_ban_li.slick-active .ys_ban_imgbox img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}

.ys_ban_txtbox {
    z-index: 5;
}

/* - banner - end*/
/* 首页-start */
.ys_main {
    margin-top: 90px;
}

.ys_hd_pc {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 6%);
}

.mod_nav {
    padding: 0 108px;
    max-width: 1920px;
    margin: 0 auto;
}

.mod_nav_logo {
    width: 116px;
}

.mod_nav_logo a {
    width: 100%;
    display: block;
    line-height: 90px;
}

.mod_nav_logo img {
    width: 100%;
}

.mod_nav_other_btn {
    margin-top: 21px;
}

.mnos_icon {
    width: 30px;
    height: 90px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.mnos_icon img,
.mnlu_li_icon img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}

.mnos_icon img:nth-child(2),
.mnlu_li_icon img:nth-child(2) {
    opacity: 0;
}

.mod_nav_other {
    display: flex;
    justify-content: space-between;
    width: 220px;
}

.yx_search3xlbox {
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 13px rgb(35 50 64 / 13%);
    display: none;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 99;
}

.yx_search3_tbox {
    width: 540px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.yx_search3_xls {
    width: calc(100% - 20px);
    padding-right: 20px;
    height: 100%;
}

.yx_search3_xls input {
    font-size: 16px;
    color: #999;
    width: 100%;
    height: 100%;
}

.yx_search3_xls input::placeholder {
    font-size: 16px;
    color: #999;
}

.yx_search3xlbtn {
    width: 20px;
    line-height: 50px;
}

.yx_search3xlbtn img {
    width: 100%;
    transition: all .36s;
}

.mnos_icon.on img:nth-child(2) {
    opacity: 1;
}

.mnos_icon.on img:nth-child(1) {
    opacity: 0;
}

.mnlu_li_parga p {
    line-height: 90px;
    transition: all .36s;
    color: #333333;
    margin-right: 8px;
}

.mnlu_li_icon {
    width: 10px;
    height: 6px;
    position: relative;
    transition: transform .2s;
    will-change: transform;
}

.mnlu_li a {
    display: flex;
    align-items: center;
}

.mnlu_li {
    padding: 0 31px;
    position: relative;
}

.mod_nav_list_ul {
    margin: 0 -25px;
}

.mod_nav_list {
    width: calc(100% - 116px - 220px);
    padding-left: 330px;
}

.mnlu_li_pull {
    display: none;
}

.mnlu_li_drop {
    position: absolute;
    width: calc(100% + 25px);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 8px;
}

.mnlu_li_drop_ul {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 35px 0;
    box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 6%);
}

.mldu_li a {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    transition: all .36s;
    justify-content: center;
    padding: 0 25px;
}

.mldu_li {
    margin-bottom: 22px;
}

.mldu_li:last-child {
    margin-bottom: 0;
}

.mldu_li.yxnav_active2 a {
    color: #CA191D;
}

.mnlu_li.yxnav_active1 .mnlu_li_parga p {
    color: #CA191D;
}

.mnlu_li.yxnav_active1 .mnlu_li_icon img:nth-child(2) {
    opacity: 1;
}

.mnlu_li.yxnav_active1 .mnlu_li_icon img:nth-child(1) {
    opacity: 0;
}

.mnlu_li_icon.on {
    transform: rotate(-180deg);
}

.ys_ban_title {
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.ys_ban_parga p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.ys_ban_dots_ul {
    display: flex;
}

.ybdu_li {
    width: 38px;
    height: 38px;
    position: relative;
    margin: 0 15px;
    cursor: pointer;
}

.ybdu_li::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ybdu_li::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    border-radius: 50%;
    opacity: 0;
}

.ybdu_li.on::before {
    opacity: 1;
}

.ybdu_li svg {
    fill: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* .ys_bandots_circle{
    transition: all .36s linear;
} */
.ys_ban_dots {
    bottom: 50px;
}

.mod_foot {
    background: #F7F7F8;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mod_foot_tp {
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mod_foot_bt {
    padding: 24px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.mod_foot_bt p,
.mod_foot_bt p a,
.mod_foot_bt_ri a {
    font-size: 14px;
    color: #333;
    opacity: 0.5;
    line-height: 1.5;
}

.mod_foot_bt p a {
    opacity: 1;
}

.mod_foot_bt_le a:last-child {
    color: #999;
    margin-left: 45px;
}

.mod_foot_bt_ri a {
    position: relative;
    padding-left: 20px;
}

.mod_foot_bt_ri a::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(51, 51, 51, .5);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.mod_foot_bt_ri a:first-child::before {
    display: none;
}

.mod_foot_bg {
    width: 35.4%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.8;
}

.mod_foot_bg img {
    width: 100%;
}

.mftl_logo {
    width: 180px;
}

.mftl_logo a {
    width: 100%;
    display: block;
}

.mftl_logo img {
    width: 100%;
}

.mftl_phone {
    margin: 40px 0;
}

.mftl_phone a {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    font-family: 'PoppinsBold';
}

.mftl_phone_time p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    opacity: 0.8;
    margin-top: 5px;
}

.mftl_con {
    width: 130px;
}

.mftl_con img {
    width: 100%;
}

.mftl_con p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    opacity: 0.8;
    text-align: center;
}

.mod_foot_tp_le {
    width: 200px;
}

.mod_foot_tp_ri {
    width: calc(100% - 200px);
    padding-left: 130px;
}

.mftr_ul_li_tp a {
    font-weight: bold;
    transition: all .36s;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}

.mftr_ul_li_bt a {
    transition: all .36s;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #999999;
}

.home_video {
    margin-top: -1px;
}

.mftr_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mftr_ul_li_bt {
    margin-top: 26px;
}

.mftr_ul_li_bt li {
    margin-bottom: 16px;
}

.mod_content {
    max-width: 1920px;
    overflow: hidden;
    margin: auto;
}

.mod_use_bg {
    width: 100%;
}

.mod_use_bg img {
    width: 100%;
}

.mod_use {
    position: relative;
    overflow: hidden;
}

.mod_use_tit h2 {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
}

.mod_use_btn {
    text-align: center;
}

.mod_side {
    position: fixed;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    transition: all .36s;
    z-index: 999;
}

.mod_side.on {
    right: 20px;
}

.msul_icon {
    width: 30px;
    margin: auto;
}

.mod_side_ul_li {
    width: 60px;
    height: 60px;
    background-color: #EEF0F2;
    position: relative;
    cursor: pointer;
    transition: all .36s;
    margin-bottom: 4px;
}

.mod_side_ul_top {
    height: 40px !important;
    border-radius: 0 0 0 10px;
    background-color: #CA191D;
}

.mod_side_ul_top .msul_icon {
    width: 37px;
}

.msul_pop {
    position: absolute;
    top: 0;
    padding-right: 6px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95) translateX(-100%);
    transform-origin: right;
    width: 246px;
}

.msul_pop_cont {
    background-color: #EEF0F2;
}

.msul_phone .msul_pop_cont {
    padding: 32px 26px;
}

.mpcl_parga p {
    font-size: 14px;
    line-height: 1.3;
    color: #999;
    text-align: center;
}

.mpcl_phone a {
    font-size: 20px;
    line-height: 1.3;
    color: #CA191D;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.msul_pop_cont_li {
    margin-bottom: 28px;
}

.msul_pop_cont_li:last-child {
    margin-bottom: 0;
}

.msul_mess .msul_pop_cont {
    /* padding: 26px 44px; */
    padding: 26px 0;
}

.msul_mess .mpcl_phone a {
    font-size: 16px;
}

.msul_con {
    width: 182px;
}

.msul_con .msul_pop_cont {
    padding: 30px;
}

.mpcl_img {
    width: 100%;
    margin-bottom: 17px;
}

.mpcl_img img {
    width: 100%;
}

.mnlu_li_down {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

.mldc_le {
    width: 540px;
    padding-right: 55px;
    padding: 55px 55px 55px calc(50% - 800px);
    background: rgba(247, 248, 249, .9);
}

.mldc_ri {
    width: calc(100% - 540px);
    padding-left: 60px;
    padding: 55px calc(50% - 800px) 55px 55px;
    position: relative;
    z-index: 1;
}

.mldc_ri_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.mldc_ri_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mldc_le_ul_li p,
.mbul_cont_ul_li p {
    font-size: 16px;
    line-height: 1.3;
    color: #666;
    transition: all .36s;
    margin-right: 14px;
}

.mldc_le_ul_li {
    margin-bottom: 26px;
}

.mldc_le_ul_li:last-child {
    margin-bottom: 0;
}

.mldc_le_ul_li img {
    width: 10px;
    transition: all .36s;
    opacity: 0;
}

.mldc_le_ul_li a {
    display: flex;
    align-items: center;
}

.mbul_cont_ul_li p {
    margin-right: 0 !important;
}

.mrul_tp a {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    font-weight: bold;
    display: block;
}

.mrul_tp {
    margin-bottom: 30px;
}

.mrul_bt_ul {
    margin: 0 -30px;
}

.mrul_bt_ul_li {
    width: 25%;
    padding: 0 30px;
    /* margin-bottom: 30px; */
}

.mbul_cont_ul_li {
    margin-bottom: 25px;
}

/* .mbul_cont_ul_li:last-child{
    margin-bottom: 0;
} */
.mldc_le_ul,
.mldc_ri_ul_li {
    height: 350px;
    overflow: hidden;
}

.mbul_cont_ul_li.yxnav_active4 p {
    color: #CA191D;
}

.mldc_ri_ul {
    position: relative;
}

.mldc_ri_ul_li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.mldc_ri_ul_li.act {
    position: relative;
    display: block;
}

.mldc_le_ul_li.yxnav_active2 p {
    color: #CA191D;
}

.mldc_le_ul_li.yxnav_active2 img {
    opacity: 1;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(153, 153, 153, .2);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #CA191D;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #CA191D;
}

.home_tit h2 {
    font-weight: bold;
    text-align: center;
}

.hstu_li {
    width: 20%;
    transition: all .36s;
    padding-top: 20px;
    padding-bottom: 26px;
    cursor: pointer;
}

.hstu_li:not(:first-child),
.hlci_ul_li:not(:first-child),
.hscu_li:not(:first-child) {
    display: none;
}

.hstu_li_icon {
    width: 60px;
    margin: auto;
}

.hstu_li_icon .ys_imgbox_cover img:nth-child(2) {
    opacity: 0;
}

.hstu_li_parga p {
    text-align: center;
    font-weight: bold;
    color: rgba(102, 102, 102, .6);
    transition: all .36s;
}

.home_solu_tab {
    border-top: 1px solid rgba(153, 153, 153, .2);
    border-bottom: 1px solid rgba(153, 153, 153, .2);
    position: relative;
}

/* .hstu_li.slick-current .ys_imgbox_cover img:nth-child(2) {
    opacity: 1;
}

.hstu_li.slick-current .ys_imgbox_cover img:nth-child(1) {
    opacity: 0;
} */

.solve_ico img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
}

.hstu_li.slick-current .ys_imgbox_cover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}

.hstu_li.slick-current .hstu_li_parga p {
    color: #333;
}

.hstu_li.slick-current {
    background-color: #F7F7F8;
}

.hscu_li_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hlct_tit {
    font-size: 30px;
    font-weight: bold;
}

.hlct_parga p {
    color: #999;
    height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hscu_li_cont_img {
    width: 61%;
}

.hscu_li_cont_text {
    width: 39%;
    padding-right: 85px;
}

.hlct_btn {
    margin-top: 78px;
}

.hlci_ul {
    margin: 0 -10px;
}

.hlci_ul_li {
    padding: 0 10px;
}

.hscu_li .ys_imgbox_cover {
    border-radius: 0 50px 0 50px;
    overflow: hidden;
}

.slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #CA191D;
    opacity: 0.2;
}

.slick-dots li.slick-active {
    background: #CA191D;
    opacity: 1;
}

.hlci_ul .slick-list {
    padding-bottom: 36px;
}

.hlci_ul .slick-dots {
    bottom: 0;
}

.home_solu_tab_arrow {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home_solu_tab_arrow .std_arrow_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.std_arrow_prev {
    left: -110px;
}

.std_arrow_next {
    right: -110px;
}

.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.home_solu_bg {
    width: 460px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.home_solu_bg img {
    width: 100%;
}

.home_solu {
    position: relative;
    z-index: 1;
}

.home_new_list {
    position: relative;
}

.hnlu_li {
    width: 33.333333%;
    padding: 0 13px;
}

.hnlu_li:not(:first-child) {
    display: none;
}

.home_new_list_ul {
    margin: 0 -13px;
}

.hnlu_li a {
    display: block;
    width: 100%;
    border-radius: 0 50px 0 50px;
    overflow: hidden;
    position: relative;
}

.hnlu_li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hnlu_li a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.hnlu_li_text {
    width: 100%;
    padding: 0 35px;
    z-index: 5;
    transition: all 0.5s;
    bottom: -25px;
}

.hnlu_li_text_time p {
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
}

.hnlu_li_text_tit p {
    color: #fff;
}

.hnlu_li_text_btn p {
    color: #fff;
}

.hnlu_li_text_btn img {
    width: 8px;
    transform: translateX(12px);
}

.hnlu_li_text_tit {
    margin-top: 8px;
    margin-bottom: 24px;
}

.home_about h2,
.home_about_parga p {
    color: #fff;
}

.home_about {
    position: relative;
    padding-bottom: 125px !important;
}

.home_about::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
}

.home_about .ys_cont1400 {
    position: relative;
    z-index: 5;
}

.home_about_parga {
    text-align: center;
    width: 81.2%;
    margin: auto;
    margin-top: 28px;
}

.home_about_btn {
    margin-top: 65px;
    margin-bottom: 84px;
    text-align: center;
}

.hadu_li {
    width: 25%;
}

.hadu_li_cont_num span {
    font-size: 90px;
    line-height: 1.5;
    color: #fff;
    font-family: 'PoppinsBold';
}

.hadu_li_cont_num p {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    font-family: 'PoppinsBold';
    text-align: center;
}

.hadu_li_cont_text p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    text-align: center;
}

.hadu_li_cont_text {
    transform: translateY(-25px);
}

.habu_li {
    padding: 0 8px;
    width: 16%;
    height: 100%;
    transition: all .65s ease-out;
}

.habu_li.on {
    width: 68%;
}

.home_adv_bt_ul {
    /* margin: 0 -8px; */
    height: 530px;
}

.habu_li_cont .std_title3 {
    font-weight: bold;
    color: #FFFFFF;
}

.hlca_parga p {
    color: #FFFFFF;
    opacity: 0.8;
}

.habu_li_cont_after {
    position: absolute;
    width: 100%;
    padding-left: 9%;
    padding-right: 38%;
    transition: all .5s ease-out;
    pointer-events: none;
    transition-delay: 0.2s;
    opacity: 0;
    top: 60%;
    transform: translateY(-50%);
}

.hlca_cont {
    width: 500px;
}

.habu_li_cont {
    position: relative;
    height: 100%;
    z-index: 1;
}

.habu_li_cont_before {
    width: 30px;
    transition: all .25s ease-out;
}

.habu_li_cont::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.habu_li.on .habu_li_cont_after {
    top: 50%;
    opacity: 1;
    pointer-events: all;
}

.habu_li.on .habu_li_cont_before {
    opacity: 0;
}

.home_video_cont {
    position: relative;
    z-index: 2;
    background: #fff;
    height: 300vh;
    text-align: center;
    color: #fff;
}

.home_video_cont_phimg {
    display: none;
    width: 100%;
}

.home_video_cont_phimg img {
    width: 100%;
}

.home_video_cont_sticky {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}

.hvcs_logo {
    z-index: 5;
}

.hvcs_logo.skrollable-after {
    opacity: 0;
    pointer-events: none;
}

.home_video_cont_sticky.ys_fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.home_video_cont_sticky.ys_notfixed {
    position: absolute;
    top: auto !important;
    bottom: 0;
}

.home_pro_cont {
    position: relative;
    z-index: 6;
}

.home_pro_cont .ys_pos_top {
    transform: translateX(0);
    left: calc(50% - 700px);
}

.home_pro_tit {
    z-index: 5;
}

.home_pro_tit h2 {
    text-align: left;
}

.hpul_cont_bt .ys_imgbox_cover {
    width: 81%;
    margin-left: 19%;
}

.home_pro_ul_li {
    padding-right: 60px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.home_pro_ul_li:not(:first-child) {
    display: none;
}

.home_pro_ul {
    position: relative;
    z-index: 5;
    width: 75%;
}

.hpul_bg {
    width: 540px;
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: -1;
}

.hpul_bg img {
    width: 100%;
}

.hctc_tit {
    font-weight: bold;
}

.hctc_parga p {
    font-size: 16px;
    height: 5.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hpul_cont_tp_cont {
    width: 365px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    margin-left: calc(100% - 365px);
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    visibility: hidden;
}

.hpul_cont_tp_cont a {
    display: block;
    padding-left: 25px;
}

.home_pro_ul_li.slick-current .hpul_cont_tp_cont {
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.3s;
    visibility: visible;
}

.home_pro_ul_li.slick-current .hpul_cont_bt {
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s;
    visibility: visible;
}

.hctc_parga {
    margin-top: 14px;
    margin-bottom: 26px;
}

.hpul_text {
    font-size: 120px;
    line-height: 1.3;
    font-weight: bold;
    color: #333333;
    opacity: 0.05;
    position: absolute;
    bottom: 20px;
    left: 47px;
    z-index: -1;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.home_pro_ul .slick-list {
    overflow: inherit;
}

.home_pro {
    position: relative;
    border-top: 1px solid #fff;
    overflow: hidden;
}

.home_pro::after {
    content: "";
    width: 25%;
    height: 100%;
    background-color: #F7F7F8;
    position: absolute;
    right: 0;
    top: 0;
}

.home_pro_pro p {
    font-size: 20px;
    line-height: 1.5;
    color: #CACACA;
    font-family: 'poppins';
}

.home_pro_pro span {
    line-height: 1.5;
    color: #666;
}

.home_pro_pro {
    display: flex;
    align-items: center;
    position: absolute;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    left: calc(50% - 700px);
}

.home_pro_arrow .std_arrow {
    width: 66px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(25% - 33px);
}

.home_pro_arrow .home_solu_tab_arrow .std_arrow_icon {
    position: static;
    transform: inherit;
}

.home_pro_arrow .home_solu_tab_arrow {
    z-index: 5;
}

.home_pro_arrow .std_arrow_prev {
    margin-bottom: 30px;
}

.hpul_cont {
    position: relative;
    overflow: hidden;
}

/* 首页-end */
.ys_phnav_logo {
    width: 180px;
}

.ys_nybanner {
    position: relative;
}

.ys_nybanner_img {
    width: 100%;
    position: relative;
}

.ys_nybanner_img img {
    width: 100%;
}

.ys_nybanner_img2 {
    display: none;
}

.ys_nybanner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ys_nybanner_title_cont {
    width: 52%;
}

.ys_nybanner_title_cont .std_title2,
.ys_nybanner_title_cont .std_parga p {
    color: #fff;
}

.ys_nybanner_title_cont .std_title2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.mod_banner_bread {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.mod_bread_li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
}

.mod_bread {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -14px;
}

.mod_bread_li {
    padding: 0 14px;
    position: relative;
}

.mod_bread_li::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    background: url(../images/arrow6.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 10px;
}

.mod_bread_li:last-child::before {
    display: none;
}

.ys_nybanner_img::before {
    background: #000000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.strategy_cont_bot_text {
    display: none;
}

.strategy_cont_bot_text.on {
    display: block;
}

.strategy_cont_title {
    text-align: center;
}

.strategy_cont_title .std_title3 {
    margin-bottom: 10px;
    font-weight: bold;
}

.bubble_com {
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 35px rgba(202, 25, 29, 0.15);
}

.strategy_cont_top_circle {
    position: absolute;
}

.strategy_cont_top {
    position: relative;
}

.sctc_pos1 {
    top: 9%;
    left: 0;
    width: 240px;
    height: 240px;
}

.sctc_pos2 {
    bottom: 0;
    left: 15.7%;
    width: 384px;
    height: 384px;
}

.sctc_pos3 {
    top: 10.1%;
    left: 43%;
    width: 268px;
    height: 268px;
}

.sctc_pos4 {
    bottom: 9%;
    right: 21.4%;
    width: 250px;
    height: 250px;
}

.sctc_pos5 {
    top: 0;
    right: 0;
    width: 340px;
    height: 340px;
}

.strategy_cont_top {
    position: relative;
    min-height: 550px;
}

.strategy_cont_top_circle p {
    color: rgba(202, 25, 29, 0.8);
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.sctc_pos2 p {
    font-size: 46px;
}

.sctc_pos5 p {
    font-size: 42px;
}

.strategy_cont_bot {
    margin-top: 46px;
}

.strategy_cont_bot_text .std_title4,
.strategy_cont_bot_text .scbt_text {
    text-align: center;
}

.scbt_arrow {
    margin: 12px auto;
    width: 38px;
}

.strategy_cont_bot_text .std_title4 span {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.scbt_text p {
    font-weight: bold;
    color: #CA191D;
    font-size: 30px;
    line-height: 1.75;
}

.strategy_cont_bubble {
    position: relative;
}

.bubble_circle {
    position: absolute;
}

.bubble_circle1 {
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    width: 4.6vw;
    height: 4.6vw;
}

.bubble_circle2 {
    top: 10%;
    left: 29%;
    width: 2.6vw;
    height: 2.6vw;
}

.bubble_circle3 {
    bottom: 6%;
    right: 16.25%;
    transform: translateY(-50%);
    width: 2.6vw;
    height: 2.6vw;
}

.bubble_circle4 {
    bottom: 8%;
    right: 4%;
    transform: translateY(-50%);
    width: 4.9vw;
    height: 4.9vw;
}

.bubble_circle1,
.bubble_circle3 {
    animation: small_circle1 8s infinite linear;
}

@keyframes small_circle1 {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-15px);
    }

    75% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.bubble_circle2,
.bubble_circle4 {
    animation: small_circle1 12s infinite linear;
}

@keyframes small_circle1 {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-20px);
    }

    75% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.strategy_cont_top_circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #CA191D;
    opacity: 0;
    transition: all .36s ease;
    border-radius: 50%;
}

.strategy_cont_top_circle.on::before {
    opacity: 1;
}

.strategy_cont_top_circle.on p {
    color: rgba(202, 25, 29, 1);
}

.strategy_cont_top_circle.on {
    animation-play-state: paused;
}

.sctc_pos1,
.sctc_pos4 {
    animation: big_circle1 4s infinite linear;
}

@keyframes big_circle1 {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-8px);
    }

    75% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sctc_pos2,
.sctc_pos5 {
    animation: big_circle2 6s infinite linear;
}

@keyframes big_circle2 {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(10px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sctc_pos3 {
    animation: big_circle2 5s infinite linear;
}

@keyframes big_circle2 {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-9px);
    }

    75% {
        transform: translateY(9px);
    }

    100% {
        transform: translateY(0px);
    }
}

.scbt_arrow {
    animation: arrow 3s infinite linear;
}

@keyframes arrow {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-6px);
    }

    75% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(0px);
    }
}

.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a,
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a,
.ys_ph_navbar4 .ys_ph_nav li.yxnav_active3>.ys_phnav_lisbox a {
    color: #CA191D;
}

.ys_ph_navbar4 .ys_phnav_menu {
    background: #F7F7F8;
    color: #999;
}

.partner_ring img,
.partner_ring video {
    width: auto;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 90px;
    max-width: 1920px;
    transform: translateX(-50%);
    object-fit: cover;
}

.partner_main,
.cycle_main {
    background: #F7F7F8;
}

.mod_banner_bread {
    text-align: center;
}

.partner_cont .mod_banner_bread {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateX(0);
}

.partner_cont {
    position: relative;
    z-index: 10;
    padding-top: 130px;
}

.partner_cont .mod_bread {
    justify-content: center;
    margin-bottom: 10px;
}

.partner_cont .mod_bread_li a {
    color: #999;
}

.partner_cont .mod_bread_li::before {
    background: url(../images/arrow7.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.partner_cont_ban {
    width: 850px;
    margin: 0 auto;
}

.partner_cont_ban .std_title1 {
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.partner_cont_ban_btn {
    text-align: center;
}

.partner_cont_ban_btn .std_btn1:last-child {
    margin-left: 36px;
}

.partner_cont_ban_btn .std_btn1 {
    background: rgba(202, 25, 29, 0.2);
}

.partner_cont_ban_btn .std_box1_box {
    color: #CA191D;
}

.pcnp_title {
    text-align: center;
}

.partner_cont_nr {
    margin-top: 88px;
}

.pcnp_title .std_title3 {
    font-weight: bold;
    color: #CA191D;
}

.pcnp_cont li {
    width: 25%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.pcnp_cont ul {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
}

.pcnp_cont li a {
    background: #fff;
    box-shadow: 4px 4px 24px rgba(89, 89, 89, 0.06);
    border-radius: 0px 20px;
    display: block;
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
}

.pcnp_cont .ys_imgbox_cover {
    width: 100%;
    margin: 0 auto;
}

.pcnp_cont_text {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 20px;
    background: rgba(202, 25, 29, 1);
    width: 100%;
    height: 100%;
    transform: translate(0, 101%);
    transform-origin: bottom;
    transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.pcnp_cont_text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
}

.partner_cont_nr_part {
    margin-bottom: 60px;
}

.partner_ring {
    position: relative;
}

.partner_ring::before {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent, #fff);
    width: 100%;
    height: 50%;
    z-index: 1;
}

.mod_use,
.ys_footer {
    z-index: 10;
}

.ys_cont1660 {
    width: 1660px;
}

.ccnd_text_li,
.ccnd_img_li {
    display: none;
}

.ccnd_text_li.on,
.ccnd_img_li.on {
    display: block;
}

.cycle_cont_nr {
    position: relative;
}

.cycle_cont_title {
    position: absolute;
    top: 120px;
    left: 0;
}

.cycle_cont_nr_bj {
    width: 100%;
    height: 940px;
}

.cycle_cont_nr_bj img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.cycle_cont_title {
    font-weight: bold;
    color: #333;
    font-size: 40px;
    line-height: 1.75;
}

.cycle_bj {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    z-index: 5;
}

.cycle_bj img {
    width: 100%;
}

.cycle_main .mod_content {
    position: relative;
}

.cycle_cont_nr {
    position: relative;
    z-index: 10;
}

.cycle_cont {
    position: relative;
}

.ccnt_li_title_num {
    color: #CA191D;
    font-size: 48px;
    line-height: 1.5;
    font-family: 'PoppinsBold' !important;
    transition: all .36s ease;
}

.ccnt_li_title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 0 20px;
    padding: 7px 20px;
    transition: all .36s ease;
    align-items: center;
}

.ccnt_li_title_text p {
    color: #333;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
    transition: all .36s ease;
}

.ccnt_li_title_text span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    transition: all .36s ease;
    font-family: 'poppins' !important;
}

.ccnt_li_title_text {
    padding-left: 20px;
}

.ccnt_li_cricle {
    position: absolute;
    top: 0;
    left: -35px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: rgba(202, 25, 29, 0.2);
    transition: all .36s ease;
}

.ccnt_li_cricle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(202, 25, 29, 0.2);
    transition: all .36s ease;
}

.ccnt_li {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    z-index: 20;
}

.ccnt_li1 {
    left: 33.7%;
    top: 13%;
}

.ccnt_li2 {
    left: 25%;
    top: 27.5%;
}

.ccnt_li3 {
    left: 19.5%;
    top: 40.4%;
}

.ccnt_li4 {
    left: 15%;
    top: 54.2%;
}

.ccnt_li5 {
    left: 11%;
    bottom: 22%;
}

.ccnt_li6 {
    left: 7.8%;
    bottom: 6%;
}

.ccnt_li.on .ccnt_li_cricle,
.ccnt_li.slick-current .ccnt_li_cricle {
    background: rgba(202, 25, 29, 1);
}

.ccnt_li.on .ccnt_li_cricle::before,
.ccnt_li.slick-current .ccnt_li_cricle::before {
    transform: translate(-50%, -50%) scale(1.8);
}

.ccnt_li.on .ccnt_li_title,
.ccnt_li.slick-current .ccnt_li_title {
    background: rgba(202, 25, 29, 1);
}

.ccnt_li.on .ccnt_li_title_num,
.ccnt_li.on .ccnt_li_title_text p,
.ccnt_li.on .ccnt_li_title_text span,
.ccnt_li.slick-current .ccnt_li_title_num,
.ccnt_li.slick-current .ccnt_li_title_text p,
.ccnt_li.slick-current .ccnt_li_title_text span {
    color: #fff;
}

.cycle_cont_nr_details {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.ccnd_img {
    width: 600px;
    margin-right: 10px;
}

.ccnd_bj {
    width: 100%;
    position: relative;
}

.ccnd_top {
    margin-bottom: 50px;
}

.ccnd_img .ys_imgbox_cover {
    width: 88.3%;
    border-radius: 50%;
    margin: 30px auto;
}

.ccnd_bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ccnd_bj3 {
    width: 30px;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.ccnd_bj1,
.ccnd_bj2 {
    position: absolute;
    top: 0;
    left: 0;
}

.ccnd_top {
    position: relative;
}

.ccnd_top .fr {
    position: relative;
}

.ccnd_text {
    width: 64%;
}

.ccnd_text_li p {
    color: #666;
}

.cycle_cont_nr_details {
    z-index: 10;
}

.cycle_cont_title {
    z-index: 20;
}


.ccnd_bj1 {
    animation: alpha1 5s linear infinite forwards;
}

@keyframes alpha1 {
    0% {
        transform: rotate(0);
    }

    50% {
        border-radius: 50%;
    }

    100% {
        transform: rotate(360deg);
    }
}

.ccnd_bj2 {
    animation: alpha2 8s linear infinite forwards;
}

@keyframes alpha2 {
    0% {
        transform: rotate(0);
    }

    50% {
        border-radius: 50%;
    }

    100% {
        transform: rotate(360deg);
    }
}

.form_cont_left,
.form_cont_right {
    width: 50%;
}

.form_cont_left {
    padding-right: 120px;
    position: relative;
    margin-top: 100px;
}

.form_cont_left_text {
    padding: 80px 0 0 070px;
}

.form_cont_left_bg1,
.form_cont_left_bg2 {
    position: absolute;
    width: 40px;
}

.form_cont_left_bg2 {
    width: 70px;
}

.form_cont_left_bg1 {
    top: 0;
    left: 0;
}

.form_cont_left_bg2 {
    bottom: -90px;
    right: 120px;
}

.form_cont_left_text h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 10px;
}

.form_main .mod_banner_bread {
    position: static;
    padding-top: 50px;
    transform: translateX(0%);
}

.form_main .mod_bread_li a {
    color: #666;
}

.form_main .mod_bread_li::before {
    background: url(../images/arrow7.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.form_main_bjbox {
    position: relative;
}

.form_cont_bg1 {
    position: absolute;
    bottom: 78px;
    left: 44px;
}

.form_cont_bg2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.form_cont {
    padding-bottom: 70px;
}

.form_cont_right {
    padding: 50px 80px;
    background: #FFFFFF;
    box-shadow: 4px 4px 30px rgba(123, 125, 129, 0.1);
    border-radius: 0px 60px;
}

.form_cont {
    position: relative;
    z-index: 10;
}

.form_cont_right .std_title3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.form_cont_right_nr {
    margin-top: 20px;
}

.fcrn_input_box1 .fcrn_input {
    width: 50%;
    padding: 0 10px;
}

.fcrn_input_box1 {
    margin: 0 -10px;
}

.fcrn_input_box {
    margin-bottom: 20px;
}

.fcrn_input p {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 5px;
}

.fcrn_input p span {
    color: #CA191D;
}

.fcrn_input_text {
    background: #F8F8FA;
    border-radius: 0px 20px;
}

.fcrn_input_text input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
}

.fcrn_input_text textarea {
    height: 120px;
    padding: 15px;
    resize: none;
    width: 100%;
}

.fcrn_img {
    width: 125px;
    margin-left: 20px;
    margin-top: 32px;
}

.fcrn_input_box3 .fcrn_input {
    width: calc(100% - 145px);
}

.fcrn_img img {
    width: 100%;
}

.form_cont_right_nr .std_btn1 {
    margin-top: 35px;
}

.fcrn_input_select p {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 6px;
}

.fcrn_input_select p a {
    color: #CA191D;
}

.fcrn_input_select span {
    display: block;
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    transition: all .36s ease;
    margin-top: 4px;
}

.fcrn_input_select {
    display: flex;
}

.fcrn_input_select span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CA191D;
    transition: all .36s ease;
    opacity: 0;
}

.fcrn_input_select span.on::after {
    opacity: 1;
}

.fcrn_input_select span.on {
    border-color: #CA191D;
}

.solu_cont .std_title3 {
    text-align: center;
    font-weight: bold;
}

.mod_tab {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    z-index: 20;
    position: relative;
}

.mod_tab_li a {
    font-size: 18px;
    line-height: 80px;
    color: #333333;
    font-weight: bold;
    transition: all .36s ease;
}

.mod_tab_li {
    padding: 0 60px;
}

.mod_tab_ul {
    margin: 0 -60px;
}

.mod_tab_li.active a {
    color: #CA191D;
}

.ys_nybanner_btn {
    margin-top: 60px;
}

.solu_cont_cust_slick li {
    width: 33.333333%;
    padding: 0 20px;
}

.scas_li {
    width: 25%;
    padding: 0 20px;
    margin: 20px 0;
}

.solu_cont_cust_slick,
.solu_cont_adv_slick {
    margin: 0 -20px;
}

.sccs_cont,
.scas_li_nr {
    border: 1px solid #fff;
    position: relative;
    transition: all .36s ease;
    padding: 45px 36px;
    border-radius: 0px 50px;
    box-shadow: 0px 4px 15px rgba(111, 111, 111, 0.14);
    backdrop-filter: blur(25px);
    border-radius: 0px 50px;
    background: url(../images/c1_bg1.png) center / cover no-repeat;
}

.scas_li_nr {
    padding: 40px 30px 20px;
}

.solu_cont_sect_nr {
    position: relative;
}

.solu_cont_sect_nr .std_arrow {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.solu_cont_sect_nr .std_arrow_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sccs_text .std_parga p {
    padding-left: 18px;
    margin-bottom: 6px;
    position: relative;
    transition: all .36s ease;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* -webkit-line-clamp: 1; */
}

.sccs_text .std_parga p::before {
    content: '';
    position: absolute;
    top: 7.75px;
    left: 0;
    transform: translateY(0);
    width: 3px;
    height: 16px;
    background: #CA191D;
}

.mod_flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.sccs_cont {
    height: 100%;
}

.solu_cont_cust_slick li {
    height: 100%;
}

.solu_cont_case {
    position: relative;
}

.solu_cont_sect_nr li {
    display: none;
}

.solu_cont_sect_nr li:first-child {
    display: block;
}

.sccs_li_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #fff;
    border-radius: 0 50px;
}

.sccs_li .ys_imgbox_cover,
.sccs_right {
    width: 50%;
}

.sccs_li .ys_imgbox_cover {
    border-radius: 0 50px;
}

.sccs_right {
    padding-left: 58px;
    padding-right: 58px;
}

.sccs_right .std_title4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.sccs_right .std_btn3 {
    margin-top: 52px;
}

.scas_li_nr_icon {
    width: 58px;
    margin: 0 auto 20px;
}

.scas_li_nr .std_parga p {
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    transition: all .36s ease;
}

.scas_li_nr .std_parga2 p {
    text-align: center;
}

.scss_li {
    width: 25%;
    padding: 0 20px;
}

.solu_cont_scene_slick {
    margin: 0 -20px;
}

.scss_li_nr .ys_imgbox_cover {
    border-radius: 0 50px;
}

.solu_cont_scene {
    position: relative;
}

.solu_cont_customer .solu_cont_sect_nr .slick-track {
    height: 100%;
    padding: 20px 0;
}

.solu_cont_adv .solu_cont_sect_nr .slick-track,
.wisdom_cont_case .solu_cont_sect_nr .slick-track {
    height: 100%;
    padding: 0px 0 20px;
}

.scas_li_nr,
.sccs_cont {
    height: 100%;
}

.scss_li_nr {
    position: relative;
}

.scss_text {
    width: 100%;
    padding: 30px;
    z-index: 3;
    bottom: -55px;
    transition: all .36s ease;
}

.scss_li_nr .ys_imgbox_cover {
    position: relative;
}

.scss_li_nr .ys_imgbox_cover::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.scss_li_nr .ys_imgbox_cover::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 2;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2));
}

.scss_text .std_parga p {
    color: #fff;
    font-weight: bold;
}

.scss_text .std_parga2 p {
    color: #fff;
}

.scss_text .std_parga2 {
    opacity: 0;
    transition: all .36s ease;
}

.scas_li_nr_icon img {
    width: 100%;
    transition: all .5s ease;
}

.solu_cont_adv .scas_li {
    margin: 5px 0;
}

.wisdom_main .solu_cont_case_nr {
    position: static;
    transform: translate(0, 0);
}

.wisdom_cont_adv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solu_cont_customer {
    position: relative;
}

.wisdom_cont_scheme {
    position: relative;
}

.wisdom_cont_scheme_nr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wccn_nr_slick li,
.wcsn_nr_slick li {
    width: 33.333333%;
    padding: 0 20px;
}

.wccn_nr_slick_box {
    background: #F6F9FB;
    box-shadow: 4px 7px 13px rgba(40, 40, 40, 0.09);
    border-radius: 0px 50px;
    height: 100%;
}

.wccn_nr_slick_text {
    border-bottom-left-radius: 50px;
}

.wccn_nr_slick_box .ys_imgbox_cover {
    border-top-right-radius: 50px;
}

.wccn_nr_slick_text {
    padding: 30px 40px 40px;
}

.wccn_nr_slick_text .std_parga p {
    transition: all .36s ease;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.wcsn_nr_slick_box {
    display: block;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(94, 37, 37, 0.05);
    padding: 50px;
    position: relative;
}

.wcsn_nr_slick_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #CA191D;
}

.wcsn_nr_slick_text {
    font-size: 20px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.wcsn_nr_slick_bj {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ys_nybanner_dark .ys_nybanner_img::before {
    opacity: 0;
}

.ys_nybanner_dark .ys_nybanner .std_title2,
.ys_nybanner_dark .ys_nybanner .std_parga p,
.ys_nybanner_dark .mod_bread_li a {
    color: #333;
}

.ys_nybanner_dark .mod_bread_li::before {
    background: url(../images/arrow7.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.hardware_adv {
    position: relative;
}

.hardware_cont_adv,
.solu_cont_case_bj,
.wisdom_cont_scheme_bj {
    width: 100%;
}

.hardware_cont_adv img,
.solu_cont_case_bj img,
.wisdom_cont_scheme_bj img {
    width: 100%;
}

.hardware_prod_text {
    margin-bottom: 30px;
}

.hardware_prod_text:last-child {
    margin-bottom: 0;
}

.hardware_prod_text .std_title4 {
    color: #CA191D;
}

.hardware_prod_tab li {
    width: 33.333333%;
    border-bottom: 1px solid #E9E9E9;
}

.hardware_prod_tab li p {
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    color: #666;
    transition: all .36s ease;
    position: relative;
    padding-bottom: 34px;
}

.hardware_prod_tab li p::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #CA191D;
}

.hardware_prod_tab li p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #CA191D;
    opacity: 0;
}

.hardware_prod_tab li.slick-current p {
    color: #CA191D;
}

.hardware_prod_tab li.slick-current p::before {
    width: 100%;
}

.hardware_prod_tab li.slick-current p::after {
    opacity: 1;
}

.hardware_prod .sccs_li .ys_imgbox_cover {
    width: 40%;
    box-shadow: 4px 4px 15px rgb(147 142 142 / 26%);
}

.hardware_prod .sccs_right {
    width: 60%;
}

.hardware_instro .std_parga {
    text-align: center;
}

.hardware_instro .std_title3 {
    margin-bottom: 10px;
}

.hardware_instro_cont_slick li {
    width: 100%;
    padding: 15px;
}

.hardware_instro_cont_slick .ys_imgbox_cover {
    width: 100%;
    border-radius: 0 50px;
    background: #F3F3F3;
    box-shadow: 4px 4px 15px rgba(147, 142, 142, 0.26);
}

.hardware_customer {
    position: relative;
}

.hardware_customer_cont {
    top: 56%;
}

.hardware_instro_cont_left {
    width: 58%;
    padding-right: 8%;
}

.hardware_instro_cont_rigth {
    width: 42%;
}

.hicr_li {
    display: none;
}

.hicr_li:first-child {
    display: block;
}

.hardware_instro .std_title3,
.hardware_instro .std_parga p {
    text-align: left;
    font-weight: bold;
}

.hardware_instro_cont_left .std_parga p {
    color: #CA191D;
}

.hardware_instro_cont_left .std_parga {
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
}

.hardware_instro_cont_left .std_parga1 {
    margin-top: 20px;
}

.hicr_li,
.hicr_li .ys_imgbox_cover {
    width: 100%;
}

.hicr_li {
    padding: 18px;
}

.hicr_li .ys_imgbox_cover {
    background: #F6F9FB;
    box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 0px 50px;
}

.hicr_ul .slick-dots {
    bottom: -15px;
}

.hardware_scene .std_title3 {
    margin-bottom: 10px;
}

.hardware_scene .std_parga {
    text-align: center;
}

.hardware_instro_cont {
    margin-top: 25px;
}

.software_adv {
    position: relative;
}

.hardware_scene {
    position: relative;
}

.software_funct_ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.software_funct_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.software_funct_ul_box {
    border-radius: 0 50px;
    background: #F6F9FB;
    padding: 38px 50px;
    display: flex;
    flex-wrap: nowrap;
}

.software_funct_icon {
    width: 68px;
}

.software_funct_icon img {
    width: 100%;
}

.software_funct_text {
    width: calc(100% - 68px);
    padding-left: 32px;
}

.software_funct_text .std_title4 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    transition: all .36s ease;
}

.software_prod_ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.software_prod_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 40px -15px 0;
}

.software_prod_ul_box {
    height: 100%;
    padding: 30px 60px;
    background: #F6F9FB;
    border-radius: 0 50px;
}

.software_prod_ul_box .std_title4 {
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
    transition: all .36s ease;
}

.software_prod_ul_box .std_title4::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 50%;
    border-radius: 2px;
    background: #CA191D;
}

.software_prod_ul_box .std_parga1 {
    padding-left: 10px;
}

.software_intro_top .std_title3 {
    margin-bottom: 20px;
}

.software_intro_top .std_parga {
    text-align: center;
}

.software_intro_bot li {
    width: 100%;
}

.software_intro_bot li .ys_imgbox_cover {
    border-radius: 0 50px;
    transform: scale(0.85);
    position: relative;
    transition: all .36s ease;
}

.software_intro_bot li.slick-current .ys_imgbox_cover {
    transform: scale(1.05);
}

.software_intro_bot li .ys_imgbox_cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    border-radius: 0 50px;
    transition: all .36s ease;
    z-index: 1;
}

.software_intro_bot li.slick-current .ys_imgbox_cover::before {
    opacity: 0;
}

/* .sccs_cont .std_parga2 p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
} */
/* .scas_li_nr .std_parga2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 7;
} */
/* .wccn_nr_slick  .std_parga1 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
} */
.hardware_instro_cont_left .std_parga p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

/* .hardware_instro_cont_left .std_parga1 p,
.software_funct .std_parga p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
} */
.software_funct_icon {
    transition: all .36s ease;
}

.about_intro {
    position: relative;
}

.about_intro_cont .std_title3 {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_intro_cont .std_title4 {
    color: #CA191D;
    font-weight: bold;
    margin-bottom: 20px;
}

.t_g1k3 {
    background: #F7F7F8;
}

.t_g1k3 {
    height: auto;
}

.t_g1k3le {
    height: calc(100vh - 300px);
    position: relative;
}

.t_g1k3le {
    width: 48.5%;
}

.t_g1k3rg {
    width: 51.5%;
}

.t_g1k3le .t_fonth3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20vh;
}

.t_g1k3date {
    font-size: 18px;
    opacity: .5;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 8px;
}

.t_g1k3li .t_duan18 p {
    color: #fff;
}

.t_g1k3li {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.t_g1k3li::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
}

.t_g1k3xi:first-child .t_g1k3li:first-child {
    padding-top: 0;
}

.t_svgquan {
    position: absolute;
    z-index: 1;
    width: 480px;
    height: 480px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: -60px;
}

.t_circle2 {
    stroke-dasharray: var(--stroke-xian), var(--stroke-dashoffset);
    /* stroke-dasharray: 0,995; */
    transition: all 0.36s cubic-bezier(.25, .74, .22, .99);
}

.t_g1k3qian,
.t_g1k3lhou {
    color: #CA191D;
    font-size: 220px;
    /* line-height: 1.25; */
    font-family: 'PoppinsBold' !important;
}

.t_g1k3lhou {
    color: #333;
    opacity: .1;
}

.t_g1k3lhou.act {
    opacity: 1;
    color: #CA191D;
}

.t_g1k3zuo {
    position: relative;
    top: 0;
    left: 0;
    width: 540px;
    height: 200px;
    transform: translate(0, 0);
}

.t_g1k3lhou {
    opacity: .1;
    transition: all 0.5s;
}

.t_g1k3lhou.act {
    opacity: 1;
}

.t_g1k3year {
    position: relative;
    z-index: 10;
}

.t_g1k3span {
    position: relative;
    top: 0;
    transition: all 0.5s linear;
}

.t_jianda {
    padding: 100px 0;
}

.t_g1k3le .std_title3 {
    font-weight: bold;
    margin-bottom: 20vh;
}

.t_g1k3rg {
    padding-left: 100px;
}

.t_g1k3date {
    color: #333;
    opacity: .5;
    font-size: 14px;
    font-family: 'poppins' !important;
}

.t_g1k3li .std_parga2 p {
    color: #333;
}

.t_g1k3li .ys_imgbox_cover {
    width: 210px;
    border-radius: 0 20px;
}

.t_g1k3li {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 50px;
    align-items: flex-start;
}

.t_g1k3year,
.t_g1k3p {
    height: 200px;
}

.t_g1k3zuo {
    left: 0;
    transform: translate(0, 0);
}

.t_g1k3p,
.t_g1k3span {
    height: 200px;
}

.t_g1k3p {
    position: relative;
}

.t_g1k3lhou.act {
    display: block;
}

.t_g1k3lhou {
    display: none;
}

.t_g1k3lhou.prev1 {
    display: block;
}

.t_g1k3lhou.next1 {
    display: block;
}

.t_g1k3xi:last-child .t_g1k3li:last-child {
    margin-bottom: 0px;
}

.about_his_text {
    width: calc(100% - 210px);
    padding-left: 35px;
}

.ahrt_li,
.ahrb_li {
    display: none;
}

.ahrt_li:first-child,
.ahrb_li:first-child {
    display: block;
}

.about_honer_left {
    width: 25%;
}

.about_honer_right {
    width: 75%;
    padding-left: 60px;
}

.about_honer_left_li p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.about_honer_left_li p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CA191D;
}

.about_honer .std_title3 {
    font-weight: bold;
}

.about_honer_left_li {
    margin-bottom: 14px;
}

.about_honer_left_ul {
    height: 400px;
}

.about_honer_left_li.active p {
    cursor: pointer;
    color: #CA191D;
}

.ahrt_li {
    width: 20%;
    padding: 60px 20px 190px;
}

.ahrt_ul {
    margin: 0 -20px;
}

.ahrt_li .ys_imgbox_cover {
    transition: all .36s ease;
    -webkit-box-reflect: below 0 linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
}

.ahrt_li.slick-current .ys_imgbox_cover {
    transform: scale(1.3) translateY(-15px);
}

.about_honer_right_bot {
    position: relative;
}

.ahrb_ul {
    width: 80%;
    margin: 0 auto;
}

.ahrb_li_text p {
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}

.about_honer_right_bot .std_arrow_icon {
    position: absolute;
}

.about_honer_right_bot .std_arrow_prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_honer_right_bot .std_arrow_next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_honer_right_bot {
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.contact_left {
    width: 55%;
}

.contact_right {
    width: 45%;
    padding-left: 120px;
}

.contact_right_ul {
    height: 600px;
    padding-right: 42px;
}

.contact_right_li {
    padding: 24px 0;
    border-top: 1px solid #DCDCDC;
}

.contact_right_li .std_parga p {
    padding-left: 15px;
    font-weight: bold;
    position: relative;
    margin-bottom: 14px;
    color: #333;
}

.contact_right_li .std_parga p::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 50%;
    width: 4px;
    border-radius: 2px;
    background: #CA191D;
}

.contact_right_li_text p a,
.contact_right_li_text p {
    color: #666;
}

.contact_bot {
    margin-top: 80px;
}

.contact_top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.contact_top .ys_select_show,
.contact_top_input input {
    background: #F4F5F7;
    border-radius: 0px 20px;
    height: 56px;
    padding: 0 22px;
    color: #666;
    font-size: 16px;
}

.contact_top_search {
    background: #CA191D;
    border-radius: 0px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    cursor: pointer;
    width: 95px;
    text-align: center;
}

.contact_top .ys_select_hd {
    width: 260px;
}

.contact_top .ys_select,
.contact_top_input {
    margin-right: 40px;
}

.contact_top_input .input {
    width: 345;
}

.contact_top .ys_select_xtbbox {
    right: 22px;
}

.contact_top .ys_select_bd {
    background: #F4F5F7;
    padding: 22px;
    height: 140px;
    top: 57px;
}

.contact_top .ys_select_li {
    color: #666;
    font-size: 14px;
    line-height: 1.75;
}

.contact_left {
    position: relative;
}

.contact_left_prov {
    position: absolute;
    z-index: 1;
    width: 110px;
    height: 110px;
    pointer-events: none;
}

.contact_left_prov p {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.contact_left_prov img {
    width: 16px;
    margin: 0 auto;
    display: block;
}

.contact_left_prov1 {
    top: 41%;
    right: 29%;
}

.contact_left_prov2 {
    top: 48%;
    right: 28%;
}

.contact_left_prov3 {
    bottom: 30%;
    right: 23%;
}

.contact_left_prov4 {
    bottom: 29%;
    right: 33%;
}

.contact_left_prov5 {
    bottom: 9%;
    right: 32%;
}

.contact_left_prov6 {
    top: 54%;
    right: 42%;
}

.contact_left_prov7 {
    bottom: 30%;
    left: 42%;
}

.contact_left_pos1 {
    top: 33%;
    right: 25.5%;
}

.contact_left_pos2 {
    top: 40%;
    right: 24.5%;
}

.contact_left_pos3 {
    bottom: 26%;
    right: 19.5%;
}

.contact_left_pos4 {
    bottom: 25%;
    right: 29.5%;
}

.contact_left_pos5 {
    bottom: 5%;
    right: 28.5%;
}

.contact_left_pos6 {
    top: 46%;
    right: 38.5%;
}

.contact_left_pos7 {
    bottom: 26%;
    left: 38.5%;
}

.contact_left_cricle {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    pointer-events: none;
}

.contact_left_cricle span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(187, 187, 187, .24);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0) scale(0);
    /* transition: all .36s ease; */
}

.contact_left_cricle1 {
    -webkit-animation: aa 4.5s linear infinite;
    animation: aa 4.5s linear infinite;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    width: 220px;
    height: 220px;
}

.contact_left_cricle2 {
    -webkit-animation: aa 4.5s linear infinite;
    animation: aa 4.5s linear infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 220px;
    height: 220px;
}

.contact_left_cricle3 {
    -webkit-animation: aa 4.5s linear infinite;
    animation: aa 4.5s linear infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

@-webkit-keyframes aa {
    70% {
        opacity: 1;
        -webkit-transform: translate(0, 0) scale(0.5);
        transform: translate(0, 0) scale(0.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }

}

@keyframes aa {
    70% {
        opacity: 1;
        -webkit-transform: translate(0, 0) scale(0.5);
        transform: translate(0, 0) scale(0.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

.jtcl_li,
.jtcr_top_li {
    display: none;
}

.jtcl_li.on,
.jtcr_top_li.on {
    display: block;
}

.join_main .std_title3 {
    font-weight: bold;
    text-align: center;
}

.join_talent_cont_right {
    position: relative;
}

.jtcr_ul_bot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.join_talent_cont_right {
    width: 71.4%;
}

.join_talent_cont_left {
    width: 28.6%;
    height: 100%;
    background: #fff;
}

.jtcr_bot_li {
    width: 20%;
}

.jtcr_ul_bot {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.jtcr_bot_li_title {
    text-align: center;
}

.join_talent_cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.join_talent_cont {
    box-shadow: 0px 2px 30px 4px rgba(41, 31, 31, 0.06);
    border-radius: 0 50px;
    background: #fff;
}

.jtcr_top_li .ys_imgbox_cover {
    border-top-right-radius: 50px;
}

.jtcl_li_text {
    text-align: center;
}

.jtcl_li_icon {
    width: 85px;
    margin: 0 auto 10px;
}

.jtcl_li_text .std_title3 {
    margin-bottom: 10px;
}

.jtcl_li_box {
    padding: 0 30px;
}

.jtcr_bot_li {
    border-right: 1px solid rgba(255, 255, 255, .2);
    height: 100%;
    position: relative;
}

.jtcr_bot_li_title {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-weight: bold;
}

.jtcr_bot_li_text p {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    position: relative;
    transition: all .36s ease;
    margin: 0 auto 20px;
}

.jtcr_bot_li_text p::before {
    content: '';
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s ease;
}

.jtcr_bot_li_text p::after {
    content: '';
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s ease;
}

.jtcr_top_li .ys_imgbox_cover {
    position: relative;
}

.jtcr_top_li .ys_imgbox_cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    transition: all .36s ease;
}

.jtcl_li:first-child {
    display: block;
}

.jtcr_bot_li.on p {
    transform: translateY(-10px) scale(1.3);
}

.join_talent_bj {
    width: 26.6%;
    position: absolute;
    bottom: -125px;
    left: 0;
    z-index: 1;
}

.join_talent {
    position: relative;
}

.join_talent_zindex {
    position: relative;
    z-index: 10;
}

.join_welfare_li {
    width: 33.333333%;
    position: relative;
}

.join_welfare_li_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    z-index: 10;
}

.join_welfare_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.join_welfare_li .ys_imgbox_cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.join_welfare_li1 .ys_imgbox_cover::before {
    background: rgba(25, 117, 202, .6);
}

.join_welfare_li2 .ys_imgbox_cover::before {
    background: rgba(25, 202, 138, .6);
}

.join_welfare_li3 .ys_imgbox_cover::before {
    background: rgba(54, 41, 203, .6);
}

.join_welfare_li4 .ys_imgbox_cover::before {
    background: rgba(202, 121, 25, .6);
}

.join_welfare_li5 .ys_imgbox_cover::before {
    background: rgba(25, 170, 202, .6);
}

.join_welfare_li6 .ys_imgbox_cover::before {
    background: rgba(85, 136, 211, .6);
}

.join_welfare_li1 .ys_imgbox_cover::after {
    background: rgba(25, 117, 202, 1);
}

.join_welfare_li2 .ys_imgbox_cover::after {
    background: rgba(25, 202, 138, 1);
}

.join_welfare_li3 .ys_imgbox_cover::after {
    background: rgba(54, 41, 203, 1);
}

.join_welfare_li4 .ys_imgbox_cover::after {
    background: rgba(202, 121, 25, 1);
}

.join_welfare_li5 .ys_imgbox_cover::after {
    background: rgba(25, 170, 202, 1);
}

.join_welfare_li6 .ys_imgbox_cover::after {
    background: rgba(85, 136, 211, 1);
}

.join_welfare_li_text .std_title4,
.join_welfare_li_text .std_parga p {
    color: #fff;
}

.join_welfare_li_text .std_title4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.join_welfare {
    position: relative;
    z-index: 10;
}

.join_welfare_li_text .std_parga p {
    opacity: 0;
    transform: translate(0, 80px);
    transform-origin: bottom;
    transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
}

.join_welfare_li .ys_imgbox_cover::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(0, 100%);
    transform-origin: bottom;
    transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    z-index: 1;
}

.join_staff .std_parga1 span {
    color: #CA191D;
    font-weight: bold;
}

.join_staff .std_parga1 {
    text-align: center;
    margin-top: 10px;
}

.join_staff_bot_ul,
.join_staff_bot_li {
    display: none;
}

.join_staff_bot_ul:first-child,
.join_staff_bot_li:first-child {
    display: block;
}

.join_staff_top_ul {
    width: 100%;
    padding: 0 160px;
    position: relative;
}

.join_staff_top_ul::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #E3E3E3;
}

.join_staff_top_ul li {
    width: 25%;
    text-align: center;
    padding: 0 80px;
}

.join_staff_top_nr {
    display: inline-block;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.join_staff_top_nr::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #CA191D;
    transition: all .36s ease;
}

.join_staff_top_nr .ys_imgbox_cover {
    width: 26px;
}

.join_staff_top_nr p {
    padding-left: 10px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.join_staff_top_nr .ys_imgbox_cover img:last-child {
    opacity: 0;
}

.join_staff_bot_li {
    width: 33.333333%;
    float: left;
    padding: 0 28px;
}

.join_staff_bot_ul {
    margin: 0 -28px;
}

.jsbl_cont .ys_imgbox_cover {
    border-radius: 0 50px;
    margin-bottom: 20px;
}

.jsbl_cont_text {
    font-size: 20px;
    text-align: center;
    color: #333;
    line-height: 1.75;
    font-weight: bold;
    transition: all .36s ease;
}

.join_staff_top_li.slick-current .ys_imgbox_cover img:last-child {
    opacity: 1;
}

.join_staff_top_li.slick-current .ys_imgbox_cover img:first-child {
    opacity: 0;
}

.join_staff_top_li.slick-current .join_staff_top_nr:before {
    width: 100%;
}

.join_staff_bot_ul .slick-prev {
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: url(../images/arrow1.svg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 4px 4px 16px 2px rgba(208, 216, 225, 0.5);
    z-index: 10;
    transition: all .36s ease;
}

.join_staff_bot_ul .slick-next {
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: url(../images/arrow2.svg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 4px 4px 10px 2px rgba(208, 216, 225, 0.5);
    z-index: 10;
    transition: all .36s ease;
}

.join_staff_bot_ul {
    padding: 0 100px;
}

.join_society {
    background: #F7F7F8;
}

.join_society_bot_nr {
    display: none;
}

.join_society_bot_li:first-child .join_society_bot_nr {
    display: block;
}

.join_society_top .std_title3 {
    text-align: left;
}

.join_society_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join_society_top ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -19px;
}

.join_society_top li {
    padding: 0 19px;
}

.join_society_top li a {
    display: block;
    color: #666;
    line-height: 2;
    transition: all .36s ease;
    font-size: 16px;
}

.join_society_top li.on a {
    color: #CA191D;
    border-bottom: 1px solid #CA191D;
}

.join_society_bot_tab {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
    padding: 0 40px;
    cursor: pointer;
}

.join_society_bot_li {
    background: #FCFCFC;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
}

.join_society_bot_nr {
    background: #fff;
}

.join_society_bot_li {
    margin-bottom: 30px;
}

.join_society_bot_tab .std_parga p,
.join_society_bot_tab .std_parga1 p,
.join_society_bot_tab .jsbt_arrow {
    line-height: 90px;
}

.join_society_bot_tab .std_parga p {
    color: #333;
    padding-left: 16px;
    position: relative;
    font-weight: bold;
    font-size: 16px !important;
}

.join_society_bot_tab .std_parga p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #CA191D;
}

.join_society_bot_tab .std_parga {
    width: 50%;
}

.jsbt_need {
    width: 45%;
}

.jsbt_need .std_parga1:last-child {
    margin-left: 120px;
}

.jsbt_arrow {
    width: 22px;
}

.jsbt_arrow img {
    width: 100%;
    transition: all .36s ease;
}

.join_society_bot_li.on .jsbt_arrow img {
    transform: rotate(180deg);
}

.join_society_bot_nr {
    padding: 40px 60px 60px;
}

.join_society_bot_nr .yxedr_active h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 12px;
}

.join_society_bot_nr .yxedr_active {
    margin-bottom: 40px;
}

.join_society_bot_btn {
    text-align: center;
    margin-top: 20px;
}

.join_school_cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.join_school_fl .std_title3 {
    color: #333;
    font-weight: bold;
}

.join_school_cont {
    padding: 0 45px
}

.join_school_fl,
.join_school_fr {
    width: 50%;
}

.join_school_fr .ys_imgbox_cover {
    width: 440px;
}

.join_school_fl {
    padding-right: 200px;
}

.join_school_fl .std_title3 {
    text-align: left;
    margin-bottom: 10px;
}

.join_school_fr {
    position: relative;
}

.join_school_fr_bj {
    position: absolute;
    bottom: 0;
    left: -80px;
    width: 80px;
}

.join_school_ewm {
    width: 160px;
    margin-top: 40px;
}

.join_school_ewm img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 4px 15px 3px rgba(168, 159, 159, 0.06);
}

.join_school_ewm p {
    text-align: center;
    padding: 0 10px;
}

.join_school {
    position: relative;
}

.join_school::before {
    content: '';
    background: linear-gradient(rgba(115, 115, 115, 0) 82.2%, rgba(104, 104, 104, 0.78) 100%);
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.join_school_bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 26.6%;
    z-index: 5;
}

.join_school_bj img {
    transform: rotateX(180deg);
}

.join_school_cont {
    position: relative;
    z-index: 10;
}

/* 辅助 */
/* Delia start */
/* F1 */
.mod_content {
    width: 100%;
}

.cases_cry_list {
    width: 100%;
}

.cases_cry_list_li {
    width: 100%;
    background: #fff;
    transition: all .36s;
    position: relative;
}

.ccll_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, .2);
    transition: all .36s ease;
}

.cases_cry_list_li::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F7F7F8;
    opacity: 0;
}

.ccll_box {
    position: relative;
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.ccll_box a {
    display: block;
    position: relative;
}

.ccll_box_arrow {
    width: 54px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 100%;
    z-index: 2;
    opacity: 0;
    transition: all .36s;
}

.ccll_box_arrow img {
    width: 100%;
}

.ccll_box_pic {
    width: 38.5%;
    overflow: hidden;
    border-radius: 0 40px;
}

.ccll_box_pic .ys_imgbox_cover {
    border-radius: 0 40px;
    transition: all .36s;
}

.ccll_box_text {
    width: 61.5%;
    padding: 40px 0 0 110px;
}

.ccll_box_text_title {
    margin-bottom: 18px;
    line-height: 1.5;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .36s;
}

.ccll_box_text_word {
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 55px;
}

.mcfl_rwz_lj {
    display: flex;
    flex-direction: row;
}

.mcfl_rwz_lj_zi {
    color: #CA191D;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 18px;
}

.mcfl_rwz_lj_img {
    width: 12px;
    display: flex;
    align-items: center;
    transition: all .36s;
    margin-top: 2px;
}

.mcfl_rwz_lj_img img {
    width: 100%;
}

.yx_paging_pc a {
    float: left;
}

.yx_paging_ph {
    display: none;
}

.yx_paging_ul {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.yx_paging_ul li {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    border-radius: 50%;
    transition: .3s;
}

.yx_paging_ul li.yx_paging_activepage {
    border: 1px solid #CA191D;
    background: #CA191D;
    color: #fff;
}

.yx_paging_first li::before,
.yx_paging_next li::before,
.yx_paging_prev li::before,
.yx_paging_end li::before {
    font-family: "iconfont";
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.yx_paging_first li::before {
    content: "\e74d";
}

.yx_paging_next li::before {
    content: "\e743";
}

.yx_paging_prev li::before {
    content: "\e744";
}

.yx_paging_end li::before {
    content: "\e74c";
}

@media screen and (min-width: 1200px) {
    /* .yx_paging_ul li:hover {
        border: 1px solid #4a6cf7;
        color: #4a6cf7;
    } */

    .yx_paging_first li:hover,
    .yx_paging_prev li:hover,
    .yx_paging_next li:hover,
    .yx_paging_end li:hover {
        border: 1px solid transparent;
    }

    .hstu_li:hover .ys_imgbox_cover img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        opacity: 1;
    }

    /* .hstu_li:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    } */

    /* .hstu_li:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    } */

    .hstu_li:hover .hstu_li_parga p {
        color: #333;
    }

    .hstu_li:hover {
        background-color: #F7F7F8;
    }
}

@media screen and (max-width: 1199px) {
    .yx_paging_link {
        color: #666;
    }

    .yx_paging_link a {
        color: initial;
    }

    .yx_paging_ph {
        padding-left: 40px;
        padding-right: 40px;
        display: block;
    }

    .yx_paging_pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .yx_paging_ph {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* G1 */
.about_rela_main {
    width: 100%;
    position: relative;
}

.about_rela_main_list {
    width: 100%;
    padding: 70px 0 57px 0;
}

.about_rela_main_list.about_rela_main_list1 {
    background-image: url(../images/g1_imgli1.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.arml_rela {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding-right: 50px; */
}

.arml_rela_title {
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.arml_rela_ifr iframe {
    width: 100%;
    height: 500px;
}

iframe {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.about_rela_main_list.about_rela_main_list2 {
    background-image: url(../images/g1_bg2.jpg);
    background-repeat: no-repeat;
}

.about_rela_main_list2 .ys_cont1400 {
    display: flex;
    flex-direction: row;
    position: relative;
}

.arml_note {
    width: 48.5%;
}

.arml_note_list {
    position: relative;
    overflow: hidden;
    border-radius: 0 50px;

}

.ys_imgbox_cover.k1 {
    border-radius: 0 50px;
    transition: all .36s;
}

.ys_imgbox_cover.k1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.arml_rules {
    width: 51.5%;
    display: flex;
    flex-direction: column;
    padding-left: 45px;
    position: relative;
    justify-content: space-between;
}

.arml_rules .ys_imgbox_cover {
    border-radius: 0 50px;
}

.ys_imgbox_cover.k21 {
    transition: all .36s;
}

.arml_rules_up {
    overflow: hidden;
    border-radius: 0 50px;
    margin-bottom: 45px;
    position: relative;
}

.ys_imgbox_cover.k22 {
    transition: all .36s;
}

.arml_rules_down {
    overflow: hidden;
    border-radius: 0 50px;
}

.ys_imgbox_cover.k21::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.ys_imgbox_cover.k22::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.arml_note_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.arml_note_icon_img {
    width: 80px;
    margin-bottom: 16px;
}

.arml_note_icon_img img {
    width: 100%;
}

.arml_note_icon_text {
    font-weight: bold;
    color: #fff;
    line-height: 55px;
}

.arml_rules_up_icon1 {
    position: absolute;
    top: 80px;
    left: 205px;
    z-index: 2;
    display: flex;
    flex-direction: row;
}

.arui_img1 {
    width: 65px;
    margin-right: 32px;
}

.arui_img1 img {
    width: 100%;
}

.arml_rules_down {
    position: relative;
}

.arml_rules_down_icon2 {
    position: absolute;
    top: 80px;
    left: 205px;
    z-index: 2;
    display: flex;
    flex-direction: row;
}

.about_rela_main_list.about_rela_main_list3 {
    background-image: url(../images/g1_bg6.jpg);
    background-repeat: no-repeat;
}

.about_rela_main_list {
    position: relative;
}

.about_rela_main_list3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.about_rela_main_list3 .ys_cont1400 {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.arml_span {
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}

.arml_detail {
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
}

.arml_detail_img {
    width: 32px;
    margin-right: 20px;
}

.arml_detail_img img {
    width: 100%;
}

.arml_detail_word {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.arml_btn {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
}

.std_btn1.arml_btn_lt {
    margin-right: 45px;
}

/* G2 */
.about_detail_cry {
    margin: 70px 0;
}

.about_detail_cry iframe {
    width: 100%;
    height: 500px;
}

/* H2 */
.cultrue_cont_list {
    display: flex;
    flex-direction: row;
    margin: 70px auto;
    flex-wrap: wrap;
}

.cultrue_cont_list_li {
    position: relative;
    padding: 0 20px 30px;
    width: 33.3333%;
}

.cultrue_cont_list_li a {
    display: block;
    position: relative;
}

.ccll_title {
    position: absolute;
    top: 55px;
    left: 50px;
    z-index: 2;
}

.ccll_title p {
    color: #fff;
    margin-bottom: 14px;
}

.ccll_title span {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

.ccll_eng {
    position: absolute;
    bottom: 35px;
    right: 50px;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    opacity: 0.6;
}

.ccll_pic {
    overflow: hidden;
    border-radius: 0 50px;
}

.ccll_pic .ys_imgbox_cover {
    border-radius: 0 50px;
    transition: all .36s;
}

.ccll_pic .ys_imgbox_cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

.cultrue_cont_org {
    width: 100%;
    background: url(../images/h2_bg4.jpg) center/cover no-repeat;
}

.cultrue_cont_org_title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.cultrue_cont_org_img {
    width: 520px;
    margin: 0 auto;
}

.ccoi_list1 {
    width: 100%;
    position: relative;
}

.ccoi_list2 {
    width: 100%;
    position: relative;
}

.ccoi_list3 {
    width: 100%;
    position: relative;
}

.ccoi_list_img1_i1 {
    transition: all .36s ease;
}

@keyframes cartoon {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.6;
    }
}

@-webkit-keyframes cartoon {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.6;
    }
}

.ccoi_list1 .ccoi_list_img1 .ccoi_list_img1_i1 img {
    animation: cartoon 3s linear 2s infinite;
}

.ccoi_list2 .ccoi_list_img1 .ccoi_list_img1_i1 img {
    animation: cartoon 3s linear 1s infinite;
}

.ccoi_list3 .ccoi_list_img1 .ccoi_list_img1_i1 img {
    animation: cartoon 3s linear infinite;
}

.ccoi_list_img1_i1 {
    width: 250px;
    opacity: 1;
    z-index: 3;
}

.ccoi_list_img1_i1 img {
    width: 100%;
}

.ccoi_list_img1_i2 {
    width: 250px;
    position: absolute;
    top: 35px;
}

.ccoi_list_img1_i2 img {
    width: 100%;
}

.ccoi_list_img2 {
    width: 12px;
    height: 22px;
}

.ccoi_list_img2 img {
    position: absolute;
    left: 285px;
    top: 80px;
}

.ccoi_list_img1_i4 {
    width: 250px;
    position: absolute;
    top: 0px;
    /* opacity: 1; */
}

.ccoi_list_img1_i4 img {
    width: 100%;
}

.ccoi_list_img1_i3 {
    font-size: 28px;
    line-height: 1.5;
    color: #333333;
    position: absolute;
    left: 100px;
    top: 90px;
}

.ccoi_list_img3_wk {
    position: absolute;
    top: 50px;
    left: 330px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 12px 0;
}

.cliw_span {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75;
    color: #CA191D;
}

.cliw_p {
    font-size: 14px;
    line-height: 1.75;
    color: #666666;
}

.ccoi_list_img4_jt {
    width: 10px;
    position: absolute;
    right: 115px;
    top: 150px;
}

.ccoi_list_img4_jt img {
    width: 100%;
}

.ccoi_list_img4_jt.on {
    display: none;
}

.cultrue_cont_action {
    width: 100%;
    position: relative;
}

.cultrue_cont_action_yuan1 {
    width: 113px;
    height: 113px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: inset 0px 0px 20px rgba(202, 25, 29, 0.15);
    position: absolute;
    left: 73px;
    top: 378px;
    animation: q1dh 8s infinite linear;
}

@keyframes q1dh {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-30px);
    }

    75% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.cultrue_cont_action_yuan2 {
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: inset 0px 0px 20px rgba(202, 25, 29, 0.15);
    position: absolute;
    left: 147px;
    top: 807px;
    animation: q1dh 10s infinite linear;
}

.cultrue_cont_action_yuan3 {
    width: 74px;
    height: 74px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: inset 0px 0px 20px rgba(202, 25, 29, 0.15);
    position: absolute;
    right: 113px;
    top: 171px;
    animation: q1dh 12s infinite linear;
}

.cultrue_cont_action_text {
    width: 100%;
}

.ccat_span {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.ccat_p {
    color: #666666;
    text-align: center;
}

.cultrue_cont_action_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px -20px 0;
}

.ccal_xli {
    width: 33.333333%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.ccal_xli_box {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 0 50px;
    box-shadow: 4px 4px 15px rgba(113, 113, 113, 0.08);
    padding: 40px 15px;
}

.ccal_xli_box_img {
    width: 62px;
    margin: 0 auto;
    margin-bottom: 18px;
    transition: all .36s ease;
}

.ccal_xli_box_img img {
    width: 100%;
}

.ccal_xli_box_tit {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.ccal_xli_box_test {}

.ccal_xli_box_test p {
    text-align: center;
    line-height: 1.6;
    height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* H3 */
.mod_main_h3 {
    position: relative;
}

.mod_main_h3_tab .std_arrow_prev {
    position: absolute;
    left: -110px;
    top: 12%;
}

.mod_main_h3_tab .std_arrow_next {
    position: absolute;
    right: -110px;
    top: 12%;
}

.mod_main_h3_lunbo {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 4px rgba(80, 83, 87, 0.06);
    border-radius: 0px 40px;
    margin-top: 70px;
    margin-bottom: 65px;
    position: relative;
}

.mmhl_li_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.mmhl_li a {
    display: block;
    padding: 70px 50px;
}

.mmhl_zimg {
    width: 35%;
    border-radius: 0 40px;
    overflow: hidden;
}

.mmhl_zimg .ys_imgbox_cover {
    border-radius: 0 40px;
    transition: all .36s;
}

.mmhl_rwz {
    width: 65%;
    padding-left: 80px;
    margin-top: 30px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.mmhl_rwz_date {
    font-family: 'poppins';
    font-size: 16px;
    line-height: 1.25;
    color: #666666;
    margin-bottom: 10px;
}

.mmhl_rwz_tit {
    font-weight: bold;
    margin-bottom: 16px;
    transition: all .36s;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mmhl_rwz_p {
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.mod_main_h3_xlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.mmhx_li {
    width: 33.333333%;
    background: #FFFFFF;
    padding: 0 20px;
    margin-bottom: 40px;
}

.mmhx_li a {
    display: block;
    box-shadow: 0px 4px 30px rgba(80, 83, 87, 0.1);
    border-radius: 0px 40px;
}

.mmhx_li_img {
    border-radius: 0 40px;
    overflow: hidden;
}

.mmhx_li_img .ys_imgbox_cover {
    border-radius: 0 40px;
    transition: all .36s;
}

.mmhx_li_xwz {
    padding: 30px 36px;
}

.mmhx_li_tit {
    margin-bottom: 38px;
    font-weight: bold;
    color: #333 !important;
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .36s;
}

/* H4 */
.news_detail_cont_spots {
    width: 35%;
    background-color: #fff;
    position: relative;
    padding: 114px 230px 0 60px;
}

.he_f3p1jul {
    max-height: calc(100vh - 160px);
    position: relative;
}

.ndcs_title {
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 55px;
}

.ndcs_list_li {
    margin: 0px 15px 0 15px;
    transition: all .36s;
}

.ndcs_list_li a {
    display: block;
    padding: 33px 30px 0 30px;
}

.ndcs_list_li_date {
    font-family: 'poppins';
    margin-bottom: 12px;
}

.ndcs_list_li_text {
    color: #333 !important;
    transition: all .36s;
}

.news_detail_cont_info {
    width: 65%;
    padding: 50px 95px 120px 260px;
    background-color: #f7f7f8;
}

.ndci_mod {
    width: 212px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.ndci_mod_top {
    font-size: 14px;
    color: #999;
    line-height: 1.25;
}

.ndci_mod_img {
    width: 8px;
    margin-top: 2px;
    margin-bottom: 50px;
}

.ndci_title {
    margin-bottom: 24px;
    font-weight: bold;
}

.ndci_other {
    padding-bottom: 34px;
    border-bottom: solid 1px #e1e4e6;
    margin-bottom: 50px;
}

.ndci_other_date {
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
}

.ndci_other_share {
    margin-top: 2px;
}

.ndci_other_share_text {
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    padding-right: 23px;
}

.ndci_other_share_wx {
    position: relative;
}

.ndci_other_share_wb {
    position: relative;
}

.ndci_list {
    padding-bottom: 66px;
    border-bottom: solid 1px #e1e4e6;

}

.ndci_list p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 14px;
}

.ndci_list img {
    /*border-radius: 0 40px;*/
}

.nosw_img {
    width: 24px;
    height: 24px;
    margin-right: 24px;
}

.nosw_img img {
    width: 100%;
}

.nosw_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0 !important;
}

.ndci_botlist {
    margin-top: 50px;
}

.ndci_botlist_li {
    height: 1.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 16px;
    transition: all .36s;
}

.ndci_botlist_li_prev {
    transition: all .36s;
}

.ndci_botlist_li_next {
    transition: all .36s;
}

/* I1 */
.ndci_mod.ndci_mod_i1 {
    width: 113px;
    margin-top: 50px;
}

.privacy_cont {
    padding-bottom: 66px;
}

.privacy_main h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.privacy_cont_list p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 12px;
}

.privacy_cont_list h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.75;
}

.privacy_cont {
    position: relative;
}

.privacy_cont_bj {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
}

/* Delia end */
@media screen and (min-width: 1200px) {
    .join_staff_bot_ul .slick-prev:hover {
        background: url(../images/arrow3.svg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .join_staff_bot_ul .slick-next:hover {
        background: url(../images/arrow4.svg) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .jsbl_cont:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }

    .jsbl_cont:hover .jsbl_cont_text {
        color: #CA191D;
    }

    .join_welfare_li:hover .std_parga p {
        opacity: 1;
        transform: translate(0, 0);
    }

    .join_welfare_li:hover .ys_imgbox_cover::after {
        transform: translate(0, 0);
    }

    .svg_prov:hover {
        fill: #FFF2F2 !important;
    }

    .software_funct_ul_box:hover .std_title4,
    .software_prod_ul_box:hover .std_title4 {
        color: #CA191D;
    }

    .software_funct_ul_box:hover .software_funct_icon {
        transform: translateY(-5px);
    }

    .sccs_li_box:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }

    .sccs_li_box:hover .std_btn3 img {
        transform: translateX(24px);
    }

    .wcsn_nr_slick_box:hover .std_btn3 img {
        transform: translateX(24px);
    }

    .wccn_nr_slick_box:hover .std_parga p {
        color: #CA191D;
    }

    .wccn_nr_slick_box:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }

    .scas_li_nr:hover .scas_li_nr_icon img {
        transform: rotateY(360deg);
    }

    .scas_li_nr:hover .std_parga p {
        color: #CA191D;
    }

    .scss_li_nr:hover .scss_text {
        bottom: 0;
    }

    .scss_li_nr:hover .scss_text .std_parga2 {
        opacity: 1;
    }

    .sccs_cont:hover .std_parga p {
        color: #CA191D;
    }

    .sccs_cont:hover {
        transform: translateY(-15px);
    }

    .partner_cont_ban_btn .std_btn1:hover .std_btn1_bg {
        opacity: 0;
    }

    .std_btn1:hover .std_btn1_bg,
    .std_btn2:hover .std_btn2_bg {
        transform: translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
        transition: transform .5s ease-in-out;
    }

    .std_box3_box:hover img {
        transform: translateX(24px);
    }

    .hnlu_li_text_btn:hover img {
        transform: translateX(18px);
    }

    .std_arrow_icon:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 0;
    }

    .std_arrow_icon:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 1;
    }

    .mftr_ul_li_tp a:hover,
    .mftr_ul_li_bt a:hover {
        color: #CA191D;
    }

    .mod_side_ul_li:hover .msul_pop {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateX(-100%);
        transition: opacity .4s, transform .3s ease-out;
    }

    .mod_side_ul_li:hover {
        background-color: #CA191D;
    }

    .mod_side_ul_li:hover .ys_imgbox_cover img:nth-child(2) {
        opacity: 0;
    }

    .mod_side_ul_li:hover .ys_imgbox_cover img:nth-child(1) {
        opacity: 1;
    }

    .mbul_cont_ul_li p:hover {
        color: #CA191D;
    }

    .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #CA191D;
    }

    .hscu_li .ys_imgbox_cover:hover img,
    .hnlu_li a:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }

    .hnlu_li a:hover .hnlu_li_text {
        bottom: 25px;
    }

    /* 辅助 */
    /* F1 */
    .cases_cry_list a:hover .ys_imgbox_cover img {
        transform: scale(1.1);
    }

    .cases_cry_list_li:hover {
        background: #f7f7f8;
    }

    .cases_cry_list_li a:hover .ccll_box_arrow {
        opacity: 1;
    }

    .cases_cry_list_li a:hover .ccll_box_text_title {
        color: #CA191D;
    }

    .yx_paging_ul li:hover {
        border: 1px solid #CA191D;
        background: #CA191D;
        color: #fff;
    }

    .yx_paging_first li:hover,
    .yx_paging_prev li:hover,
    .yx_paging_next li:hover,
    .yx_paging_end li:hover {
        border: 1px solid transparent;
        background: #FFFFFF;
        color: #CA191D;
    }

    .cases_cry_list_li a:hover .mcfl_rwz_lj_img {
        transform: translateX(6px);
    }

    /* H2 */
    .ccll_pic .ys_imgbox_cover:hover img {
        transform: scale(1.1);
    }

    .ccal_xli_box_img:hover {
        transform: rotateY(360deg);
        /* cursor: pointer; */
    }

    /* H3 */
    .mod_main_h3_lunbo a:hover .ys_imgbox_cover img {
        transform: scale(1.1);
    }

    .mmhl_li a:hover .mmhl_rwz_tit {
        color: #CA191D;
    }

    .mmhx_li a:hover .ys_imgbox_cover {
        transform: scale(1.1);
    }

    .slick-next:hover {
        background-image: url(../images/arrow4.svg);
    }

    .slick-prev:hover {
        background-image: url(../images/arrow3.svg);
    }

    .mmhx_li a:hover .mmhx_li_tit {
        color: #CA191D;
    }

    .mmhl_li a:hover .mcfl_rwz_lj_img {
        transform: translateX(6px);
    }

    .mmhx_li a:hover .mcfl_rwz_lj_img {
        transform: translateX(6px);
    }

    /* H4 */
    .ndcs_list_li:hover {
        background: #FFFFFF;
        box-shadow: 0px 2px 15px 10px rgba(194, 153, 153, 0.06);
    }

    .ndcs_list_li a:hover .ndcs_list_li_text {
        color: #CA191D !important;
    }

    .ndci_botlist_li a:hover .ndci_botlist_li_prev {
        color: #CA191D;
    }

    .ndci_list_li a:hover .ndci_botlist_li_next {
        color: #CA191D;
    }

    /* G1 */
    .ys_imgbox_cover.k1:hover {
        transform: scale(1.1);
    }

    .ys_imgbox_cover.k21:hover {
        transform: scale(1.1);
    }

    .ys_imgbox_cover.k22:hover {
        transform: scale(1.1);
    }

    /*  */
    .cases_cry_list_li.on a::after {
        opacity: 0;
    }

    .cases_cry_list_li:hover a::after {
        opacity: 0;
    }

    /* end */
    .pcnp_cont li a:hover .pcnp_cont_text {
        transform: translate(0, 0);
    }

    .cases_cry_list_li:hover .ccll_box::before {
        opacity: 0;
    }

    .cases_cry_list_li:hover::after {
        opacity: 1;
    }
}

.ys_ban_title,
.ys_ban_parga {
    opacity: 0;
    transform: translateY(60px);
}

.ys_ban_li.slick-active .ys_ban_title,
.ys_ban_li.slick-active .ys_ban_parga {
    animation: bannertitle 1s .3s ease-out both;
}

@keyframes bannertitle {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.news_main .yx_paging_pc {
    padding-top: 40px;
}

.form_cont_bg1 {
    width: 32%;
}

.form_cont_bg2 {
    width: 32.3%;
}

.contact_left_svg,
.contact_left_svg svg {
    width: 100%;
}

.partner_ring_bjph {
    display: none;
}

.contact_left_prov_box {
    position: absolute;
    top: 59%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.contact_left_svgph {
    display: none;
    width: 100%;
}

.solu_cont_case .solu_cont_sect_nr .slick-track,
.solu_cont_scene .solu_cont_sect_nr .slick-track {
    padding: 0;
}

.solu_cont_case_bj {
    height: 690px;
    width: 100%;
}

.solu_cont_scene_bj {
    width: 100%;
    height: 460px;
}

.solu_cont_case_bj img,
.solu_cont_scene_bj img {
    width: auto;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solu_cont_customer .solu_cont_sect_nr {
    margin-top: 20px;
}

.privacy_main .mod_banner_bread {
    position: static;
    transform: translateX(0);
    margin-top: 40px;
    margin-bottom: 30px;
}

.privacy_main .mod_bread_li a {
    color: #666;
}

.privacy_main .mod_bread_li::before {
    background: url(../images/arrow7.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.arml_rules .arml_note_icon {
    flex-direction: row;
    align-items: center;
}

.arml_rules .arml_note_icon_img {
    margin-bottom: 0;
}

.arml_rules .arml_note_icon_text {
    padding-left: 15px;
}

.wcsn_nr_slick_text,
.wcsn_nr_slick_box .std_btn3 {
    position: relative;
    z-index: 5;
}


/* 3.10 -start*/
.news_main {
    position: relative;
}

.news_detail_cont {
    display: flex;
    flex-direction: row;
    position: relative;
}

.ndcs_title {
    font-weight: bold;
    margin-bottom: 22px;
    padding-left: 55px;
    margin-top: 0 !important;
    position: relative;
}

.ndcs_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 38px;
    height: 54%;
    transform: translateY(-50%);
    border: solid #CA191D 2px;
    border-radius: 8px;
}

.ndcs_list {
    width: 100%;
}

.ndcs_list_li {
    width: 100%;
    margin-left: 15px;
    transition: all .36s;
    margin-left: 15px;
    position: relative;
}

.ndcs_list_li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 1px;
    background: #eee;
}

.ndcs_list_li a {
    display: block;
    padding: 25px 30px;
}

.news_detail_cont_info {
    width: 67.5%;
    padding: 0;
    background: none;
    padding-right: 90px;
}

.news_detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f7f8;
    width: 62.76%;
    height: 100%;
}

.news_detail_cont_spots {
    position: relative;
    width: 32.5%;
    padding: 0;
    background: none;
    padding-left: 55px;
}

.he_f3p1jul {
    width: 455px !important;
}

.he_f3p1jul {
    max-height: calc(100vh - 160px);
}

.ndcs_list_li_date {
    font-family: 'poppins';
    margin-bottom: 3px;
}

.ndcs_list_li_text {
    color: #333 !important;
    transition: all .36s;
}

.ndci_mod {
    width: 212px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.ndci_mod_top {
    font-size: 14px;
    color: #999;
    line-height: 1.25;
}

.ndci_mod_img {
    width: 8px;
    margin-top: 2px;
    margin-bottom: 50px;
}

.ndci_title {
    margin-bottom: 24px;
    font-weight: bold;
}

.ndci_other {
    padding-bottom: 34px;
    border-bottom: solid 1px #e1e4e6;
    margin-bottom: 50px;
}

.ndci_other_date {
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
}

.ndci_other_share {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.ndci_other_share_text {
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    padding-right: 23px;
}

.ndci_other_share_wx {
    position: relative;
}

.ndci_other_share_wb {
    position: relative;
}

.ndci_list {
    padding-bottom: 66px;
    border-bottom: solid 1px #e1e4e6;
}

.ndci_list p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 14px;
}

.ndci_list img {
    /*border-radius: 0 40px;*/
}

.nosw_img {
    width: 24px;
    height: 24px;
    margin-right: 24px;
}

.nosw_img img {
    width: 100%;
}

.nosw_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0 !important;
}

.ndci_botlist {
    margin: 50px 0;
}

.ndci_botlist_li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 16px;
    transition: all .36s;
}

.ndci_botlist_li_prev {
    transition: all .36s;
}

.ndci_botlist_li_next {
    transition: all .36s;
}

/* 3.10-end */
.newsdetial_main .mod_bread_li a {
    color: #666;
}

.newsdetial_main .mod_bread_li::before {
    background: url(../images/arrow7.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.news_detail {
    position: relative;
}

.newsdetial_main .mod_banner_bread {
    top: 120px;
    z-index: 1;
}

.news_detail_box {
    padding-top: 114px;
}

.jtcr_bot_li_text {
    width: 100%;
}

.join_school_fr .fr {
    position: relative;
}

.slick-list {
    width: 100%;
}

.solu_cont_adv .slick-list {
    width: 100%;
    /* display: flex;
    justify-content: center; */
}

.hpul_text {
    font-size: 106px;
    height: 1.3em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ccoi_list:last-child .ccoi_list_img4 {
    display: none;
}

.join_school_fr .ys_imgbox_cover {
    width: 460px;
    border: 10px solid #fff;
    box-shadow: 0px 4px 30px 12px rgba(146, 136, 136, 0.08);
}

@media screen and (min-width: 1921px) {
    .mldc_le {
        width: calc(540px + calc(50vw - 960px));
    }

    .mldc_ri {
        width: calc(100% - 540px - calc(50vw - 960px));
    }
}

/* .scss_text .std_parga p{
    height: 1.75em;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
} */
.scss_text .std_parga2 p {
    height: 5.25em;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.ccll_box_pic {
    overflow: visible;
}

.t_g1k3 {
    overflow: hidden;
}

.about_honer {
    position: relative;
    background: #fff;
    z-index: 2;
}

.t_g1k3p {
    display: flex;
}

.about_his.t_jianda {
    padding-top: 0;
}

.t_g1k3le.t_jianda,
.t_g1k3rg.t_jianda {
    padding-bottom: 0;
}

.mbul_cont_ul_li:last-child {
    margin-bottom: 0;
}

.solu_cont_adv .solu_cont_sect_nr .slick-track {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mod_height {
    height: 80px;
}

.jtcr_top_li.act {
    display: block;
}

.jtcr_top_li.on {
    position: relative;
}

.jtcr_top_li {
    position: absolute;
    top: 0;
    left: 0;
}

.wisdom_cont_case .wccn_nr_slick .slick-list {
    display: flex;
    justify-content: center;
}

.scas_li_nr .std_parga2 p {
    text-align: left;
}

.wccn_nr_slick .slick-track {
    display: flex;
    /* justify-content: center; */
    flex-wrap: nowrap;
    align-items: stretch;
}

.hardware_main .wccn_nr_slick .slick-track,
.hardware_main .wisdom_cont_case .wccn_nr_slick .slick-list,
.solu_cont_cust_slick .slick-track,
.solu_cont_scene_slick .slick-track {
    justify-content: inherit;
}

.solu_cont_cust_slick .slick-track,
.solu_cont_scene_slick .slick-track {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.wisdom_main .wisdom_cont_case .wccn_nr_slick .slick-list {
    justify-content: inherit;
    display: block;
}

.wccn_nr_slick .slick-track {
    margin: 0 auto;
}

.wccn_nr_slick li {
    height: auto;
}

.home_adv_bt_ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.habu_li.on {
    width: 140%;
}

.habu_li {
    width: 32%;
}