﻿@charset "utf-8";

/* 公共样式 - start */
@font-face {
    font-family: 'urbanist-italic';
    src: url('../fonts/urbanist-italic/urbanist-italic-variablefont_wght-webfont.woff2') format('woff2'),
        url('../fonts/urbanist-italic/urbanist-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'urbanist-bold';
    src: url('../fonts/urbanist-bold/Urbanist-Bold.woff2') format('woff2'),
        url('../fonts/urbanist-bold/Urbanist-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei";
}

/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "PingFang SC", "Microsoft YaHei" !important;
}

:root {
    /* 字号 */
    --font48: 48px;
    --font44: 44px;
    --font40: 40px;
    --font24: 24px;
    --font20: 20px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    /* 行高 */
    --line12: 1.2;
    --line15: 1.5;
    --line16: 1.6;
    --line18: 1.8;
    /* 导航 */
    --line80: 80px;
    /* 颜色 */
    --color1: #0058A3;
    --color2: #fff;
    --color3: #333;
    --color4: #666;
    --colortit1: #FF0000;
    --colortit2: #3C3C3C;
    --colortext1: #676767;
    --colortext2: #999;
    --colormain: #1877F2;
    --colormain-green: #5AA572;
    --colorbj: #F8F8F8;
    /* 板块间距 */
    --space120: 120px;
    --space44: 44px;
    /*内容间距*/
    --parpspace20: 20px;
    --parpspace14: 14px;
    --parpspace12: 12px;
    /* 特殊字体 */
    --family1: 'urbanist-italic';
    --family2: 'urbanist-regular';
    --family3: 'urbanist-bold';
}

.std-h1 {
    font-size: var(--font48);
    color: var(--color3);
    line-height: var(--line12);
}

.std-h2 {
    font-size: var(--font44);
    color: var(--color3);
    line-height: var(--line12);
}

.std-h3,
.yxedr-active h3 {
    font-size: var(--font40);
    color: var(--color3);
    line-height: var(--line15);
}

.std-h4,
.yxedr-active h4 {
    font-size: var(--font24);
    color: var(--color3);
    line-height: var(--line16);
}

.std-h5,
.yxedr-active h5 {
    font-size: var(--font20);
    color: var(--color3);
    line-height: var(--line16);
}

.std-text1,
.std-text1 p,
.yxedr-active h6 {
    font-size: var(--font18);
    color: var(--color3);
    line-height: var(--line18);
}

.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color3);
    line-height: var(--line18);
}

.yxedr-active p {
    font-size: var(--font16);
    color: var(--color4);
    line-height: var(--line18);
    margin-bottom: var(--parpspace12);
}

.std-margin {
    margin-top: var(--space120);
}

.std-margin1 {
    margin-bottom: var(--space120);
}

.std-margin2 {
    margin-bottom: var(--space44);
}

.std-padding {
    padding-top: var(--space120);
}

.std-padding1 {
    padding-bottom: var(--space120);
}

.std-padding2 {
    padding-bottom: var(--space44);
}

.yxedr-active h3 {
    margin-bottom: var(--parpspace20);
}

.yxedr-active h4 {
    margin-bottom: var(--parpspace14);
}

.yxedr-active h5 {
    margin-bottom: var(--parpspace12);
}

/* 英文站换行规则 */
/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 
    word-wrap: normal; 
    word-break: keep-all; 
} */
/*分享翻译*/
.ys-wechat-cont-parga p::before {
    content: '分享到 - 微信';
    /* content: 'Share the - weixin'; */
}

/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2);
}

.head-nav-item-title {
    line-height: var(--line80);
}

/* 公共样式 - end */
/* 项目 */
.std-btn1-box {
    display: flex;
    width: 200px;
    background: var(--colormain);
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.std-btn1-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--color1);
    transition: all 0.36s;
}

.std-btn1-box-border {
    background: var(--color2);
    border: 1px solid var(--colormain);
}

.std-btn1-box.std-btn1-box-border p {
    color: var(--colormain);
    transition: all 0.36s;
    line-height: 43px;
}

.std-btn1-box-border .std-btn1-box-img> :first-child {
    opacity: 1;
}

.std-btn1-box-border .std-btn1-box-img> :last-child {
    opacity: 0;
}

.std-btn1-box p {
    color: var(--color2);
    font-size: 16px;
    line-height: 45px;
    position: relative;
    z-index: 1;
}

.std-btn1-box-img {
    margin-left: 8px;
    position: relative;
    width: 24px;
    z-index: 1;
    transition: all 0.36s;
}

.std-btn1-box-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.std-btn1-box-img> :first-child {
    opacity: 0;
}

.std-btn2-box {
    display: block;
    width: 140px;
    background: var(--colormain);
    position: relative;
}

.std-btn2-box p {
    line-height: 44px;
    text-align: center;
    color: var(--color2);
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.std-btn2-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--color1);
    transition: all 0.36s;
}

.head-logo {
    width: 150px;
}

.head-logo a img {
    width: 100%;
}

.mod-head-other {
    width: 120px;
}

.head-nav {
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
    width: 85vw;
    max-width: 1000px;
}

.head-nav-item-title {
    color: var(--color3);
    font-size: 16px;
    text-align: center;
    display: block;
}

.mod-head-other-link {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.mhol-lan {
    padding: 0 4px;
}

.mhol-lan p {
    color: var(--colortext1);
    font-size: 14px;
    font-weight: 300;
    line-height: var(--line16);
}

.mhol-icon {
    width: 24px;
}

.mhol-icon img {
    width: 100%;
}

.mhol-arr {
    width: 16px;
    height: 16px;
    position: relative;
}

.mhol-arr img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.36s;
}

.mhol-arr> :first-child {
    opacity: 0;
}

.ys-hd-pc {
    align-items: center;
}

.yx-search3box {
    --btn-width: 27px;
    --head: 60px;
}

.yx-search3-btn {
    width: 24px;
    line-height: var(--head);
    position: relative;
}

.yx-search3-btn img {
    width: 100%;
    transition: all .36s;
}

.yx-search3img1 {
    position: relative;
    top: 0;
    left: 0;
}

.yx-search3img2 {
    position: absolute;
    top: 18px;
    left: 0;
    opacity: 0;
}

.yx-search3box {
    position: relative;
}

.yx-search3xlbox {
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
}

.yx-search3-tbox {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: var(--head);
    border-bottom: 1px solid #666;
}

.yx-search3xlbtn {
    width: 27px;
    line-height: var(--head);
}

.yx-search3xlbtn img {
    width: 100%;
    transition: all .36s;
}

.yx-search3-xls {
    width: calc(100% - 27px);
    padding-right: 20px;
}

.yx-search3-xls input {
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}

.yx-search3-xls input::placeholder {
    color: #666;
}

.yx-search3-btn.on .yx-search3img2 {
    opacity: 1;
}

.yx-search3-btn.on .yx-search3img1 {
    opacity: 0;
}

.yx-search3box {
    position: initial;
}

.mod-head-other {
    display: flex;
    align-items: center;
}

.yx-search3-btn {
    width: 24px;
}

.mod-head-other-ri {
    margin-left: 32px;
}

.ys-ban-title {
    font-weight: bold;
    color: var(--color2);
    margin-bottom: 20px;
    width: 51%;
}

.ys-ban-text p {
    font-size: var(--font18);
    line-height: var(--line16);
    color: var(--color2);
}

.ys-ban-text {
    width: 38%;
}

.ys-ban-btn {
    margin-top: 82px;
}

.ys-ban-btn .std-btn1 .std-btn1-box {
    width: 160px;
}

.ys-banner-cont {
    position: relative;
}

.ys-ban-slick-nub {
    width: 132px;
    position: absolute;
    bottom: 30px;
    right: 50px;
    padding: 4px 52px;
    border-radius: 80px;
    background: var(--color2);
}

.ybsn-control {
    color: var(--colortext1);
    font-size: var(--font18);
    line-height: var(--line18);
    font-family: 'urba';
}

.ys-ban-slick .slick-prev {
    right: 146px;
    bottom: 38px;
    top: auto;
    transform: translate(0, 0);
    width: 24px;
    height: 24px;
    left: auto;
    z-index: 1;
}

.ys-ban-slick .slick-prev::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/com_icon14.svg');
    background-size: cover;
}

.ys-ban-slick .slick-next {
    right: 62px;
    bottom: 38px;
    top: auto;
    transform: translate(0, 0);
    width: 24px;
    height: 24px;
    left: auto;
    z-index: 1;
}

.ys-ban-slick .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/com_icon13.svg');
    background-size: cover;
}

.home-product .std-h3 {
    text-align: center;
    font-weight: bold;
    line-height: var(--line12);
}

.home-product-select {
    display: flex;
    justify-content: center;
    margin-left: -77px;
    margin-right: -77px;
    margin-bottom: 40px;
}

.home-product-select-list {
    padding: 0 77px;
}

.hpsl-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hpsl-link-top {
    width: 78px;
    margin-bottom: 10px;
}

.hpsl-link .std-text1 {
    line-height: 1.75;
}

.home-product-cont {
    display: flex;
    flex-wrap: wrap;
}

.home-product-cont-le {
    width: 32.75%;
    position: relative;
}

.hpcl-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.hpcl-btm {
    height: 100%;
}

.hpcl-btm .ys-imgbox-cover {
    width: 100%;
}

.hpcl-btm-text {
    position: relative;
    z-index: 1;
    padding: 0 100px 18px 32px;
}

.hpcl-btm-link {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hpcl-btm-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--colormain);
    transition: all 0.36s;
}

.hbti-list p {
    color: #666;
    font-size: var(--font16);
    line-height: var(--line16);
}

.hbti-list {
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.hbti-list::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 6px;
    width: 5px;
    height: 5px;
    background: #666;
    border-radius: 10px;
}

.home-product-cont-ri {
    width: 67.75%;
    padding-left: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
}

.hpcr-list {
    width: 50%;
    height: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.hpcr-list-cont {
    position: relative;
    height: 100%;
    display: block;
}

.hpcr-list-cont-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hpcr-list-cont-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpcr-list-cont-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 24px;
    background: var(--colormain);
    color: var(--color2);
    font-size: 14px;
    line-height: var(--line16);
}

.hpcl-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 24px;
    background: var(--colormain);
    color: var(--color2);
    font-size: 14px;
    line-height: var(--line16);
}

.hpcl-btm-text .std-h4 {
    line-height: 1.2;
    margin-bottom: 16px;
}

.hpcr-list-cont-all {
    height: 100%;
}

.hlca-link {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 10px 0;
}

.hlca-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--colormain);
    transition: all 0.36s;
}

.hlca-le {
    width: 38%;
    height: auto;
}

.hlca-ri {
    width: 62%;
    padding-right: 30px;
}

.home-plan .std-h3 {
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

.hpcu-list-link-bg.ys-imgbox-cover {
    width: 100%;
}

.hpcu-list-link {
    position: relative;
}

.hpcu-list-link-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.hpcu-list-link-up {
    position: absolute;
    bottom: 37px;
    width: 100%;
    padding: 0 40px;
}

.hlca-ri .std-h5 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlca-ri-text p {
    color: #666;
    font-size: var(--font16);
    line-height: var(--line16);
}

.hlca-ri-text {
    padding-right: 18px;
    position: relative;
    z-index: 1;
}

.hpcu-list-link-up .std-h4 {
    margin-bottom: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: var(--color2);
}

.hllu-text p {
    color: var(--color2);
    height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hllu-arr {
    margin-top: 48px;
    width: 32px;
    height: 32px;
    position: relative;
}

.hllu-arr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.hllu-arr> :first-child {
    opacity: 1;
}

.hllu-arr> :last-child {
    opacity: 0;
}

.home-introduc {
    position: relative;
    padding: 200px 0;
}

.home-introduc-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-introduc-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-introduc-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-introduc-cont-le {
    width: 37.8125%;
}

.home-introduc-cont-ri {
    width: 51.1875%;
    position: relative;
    z-index: 1;
    border-top: 2px solid rgba(236, 236, 236, 0.4);
    padding-top: 65px;
}

.hicl-text p {
    color: var(--color2);
    line-height: 1.75;
    opacity: 0.7;
}

.home-introduc-cont-le .std-h3 {
    font-weight: bold;
    color: var(--color2);
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.hicl-btn {
    margin-top: 77px;
}

.hicl-btn .std-btn1 .std-btn1-box {
    width: 160px;
}

.hicr-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px;
    margin-right: -60px;
}

.hicr-ul-list {
    width: 50%;
    padding: 0 60px;
    margin-bottom: 96px;
}

.hicr-ul-list-all {
    height: 100%;
    display: flex;
}

.hula-name {
    width: 90px;
    padding-right: 24px;
    border-right: 1px solid #ECECEC;
    text-align: right;
    color: var(--color2);
    font-size: var(--font16);
    line-height: var(--line16);
}

.hula-nub {
    width: calc(100% - 90px);
    color: var(--color2);
    font-size: 88px;
    line-height: 1;
    padding-left: 24px;
    font-family: var(--family3);
}

.home-plan-cont {
    position: relative;
}

.home-plan-cont.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
    height: 2px;
    width: 100%;
}

.home-plan-cont .swiper-scrollbar-drag {
    background: var(--colormain);
}

.hpcl-swefy {
    width: 100%;
    position: relative;
    height: 2px;
    background: #EFEFEF;
    margin-top: 13px;
}

.hpcl-swefy .swiper-pagination-progressbar-fill {
    background: var(--colormain) !important;
}

.home-plan-cont-last {
    margin-top: 54px;
}

.home-news .std-h3 {
    font-weight: bold;
    line-height: var(--line12);
}

.home-news-cont {
    padding: 0 17px;
}

.home-news-cont .std-h3 {
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.home-news-cont-all {
    display: flex;
}

.home-news-cont-le {
    width: 57.352941%;
}

.home-news-cont-ri {
    width: 42.647059%;
    padding-left: 11px;
    display: flex;
    flex-direction: column;
}

.hncl-link-top.ys-imgbox-cover {
    width: 100%;
}

.hncl-link-btm {
    padding: 46px 37px 33px;
}

.hncl-link {
    display: block;
    border: 1px solid #ECECEC;
    background: #FFF;
    height: 100%;
}

.hlby-nub {
    color: var(--colortext1);
    font-size: 14px;
    line-height: var(--line16);
    margin-bottom: 5px;
    font-family: 'urba';
}

.hncl-link-btm-arr .hllu-arr {
    margin-top: 37px;
}

.hncl-link-btm-top .std-h4 {
    line-height: 1.4;
    margin-bottom: 24px;
    height: 2.8em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlby-nub-text p {
    font-size: var(--font16);
    line-height: var(--line18);
    color: var(--colortext1);
    height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hllt-date {
    color: var(--colortext1);
    font-size: 14px;
    line-height: var(--line16);
    margin-bottom: 14px;
    font-family: var(--family2);
}

.hllt-text {
    color: #000;
    font-size: var(--font20);
    line-height: var(--line15);
    height: 1.5em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hncr-list {
    width: 100%;
    margin-bottom: 9px;
    height: 33.333333%;
}

.hncr-list-link-btm .hllu-arr {
    margin-top: 0;
}

.hncr-list-link-top {
    margin-bottom: 77px;
}

.hncr-list-link {
    display: block;
    padding: 28px 32px 36px 50px;
    background: #F5F5F5;
    height: 100%;
}

.hncr-list .hncr-list-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-news-cont-ri> :last-child {
    margin-bottom: 0;
}

.home-news-cont-help {
    padding: 68px 60px;
    margin-top: 98px;
    background: var(--colorbj);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hnch-le {
    width: 57.6%;
    padding-right: 30px;
}

.hnch-le-tit {
    color: var(--color3);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hnch-le-text p {
    color: #666;
    line-height: var(--line16);
}

.hnch-ri {
    width: 35%;
    display: flex;
    justify-content: flex-end;
}

.hnch-ri-btn1 {
    margin-right: 24px;
}

.ys-footer {
    position: relative;
    padding-top: 100px;
}

.ys-footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ys-footer-bg img {
    width: 100%;
    height: 100%;
}

.ys-footer-cont {
    padding: 0 17px;
}

.ys-footer-cont-top {
    display: flex;
    position: relative;
    z-index: 1;
}

.yfct-le {
    width: 65%;
    padding-bottom: 130px;
    border-bottom: 1px solid rgba(236, 236, 236, 0.2);
    border-right: 1px solid rgba(236, 236, 236, 0.2);
}

.yfct-ri {
    width: 35%;
    padding-bottom: 130px;
    padding-left: 108px;
    border-bottom: 1px solid rgba(236, 236, 236, 0.2);
}

.yfct-le>ul {
    display: flex;
    margin-left: -40px;
    margin-right: -40px;
}

.yfct-le>ul>li {
    padding: 0 40px;
}

.yfct-le>ul>li>a {
    display: block;
    margin-bottom: 35px;
    color: var(--color2);
    font-size: var(--font16);
    line-height: var(--line18);
}

.yfct-le>ul>li>ul>li {
    margin-bottom: 10px;
}

.yfct-le>ul>li>ul>li>a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: var(--line18);
}

.ys-footer-cont-btm {
    position: relative;
    z-index: 1;
    padding: 26px 0;
}

.ys-footer-cont-btm p span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: var(--line18);
}

.ys-footer-cont-btm p a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: var(--line18);
}

.ys-footer-cont-btm p> :last-child {
    margin-left: 35px;
}

.yfct-ri-tit {
    color: var(--color2);
    font-size: var(--font16);
    line-height: var(--line18);
    margin-bottom: 35px;
}

.yrul-cont {
    display: flex;
}

.yrul-cont-le p {
    color: #FFF;
    font-size: 14px;
    line-height: 2.5;
    opacity: 0.6;
}

.yrul-cont-ri p {
    color: #FFF;
    font-size: 14px;
    line-height: 2.5;
    opacity: 0.6;
}

.yrul-cont-ri a {
    color: #FFF;
    font-size: 14px;
    line-height: 2.5;
}

.yfct-ri-share {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.yfct-ri-share-list {
    padding: 0 10px;
}

.yrsl-cont {
    position: relative;
}

.yrsl-cont-code {
    display: none;
}

.yrsl-cont-icon {
    width: 24px;
}

.yrsl-cont-icon img {
    width: 100%;
}

.ys-nybanner-bread {
    padding: 22px 0;
}

.inside-main .ys-hd-pc {
    border-bottom: 1px solid #ECECEC;
}

.yx-search3xlbox {
    background: rgba(255, 255, 255, .95);
}

.hpcl-nub {
    color: var(--color3);
    font-family: var(--family2);
    font-size: 14px;
    line-height: 1;
}

.hpcl-nub span {
    color: var(--color3);
    font-family: var(--family2);
    font-size: 14px;
    line-height: 1;
}

.hpcl-nub .hpcl-nub-total {
    color: #999;
}

.home-plan-cont .swiper-pagination-progressbar {
    background: #D9D9D9;
}

.hnid-product {
    width: 1048px;
    padding: 30px 47px 69px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
}

.hnid-product-ri {
    width: 76%;
    display: flex;
}

.hpul-ul> :last-child .hulp-icon {
    opacity: 0;
}

.hpul-ul-list {
    margin-bottom: 24px;
}

.hpul-ul-list3 {
    margin-bottom: 24px;
}

.hpul-ul-list2 {
    margin-bottom: 24px;
}

.hpul-ul-list-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.hulp-text {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line12);
    transition: all 0.36s;
}

.hulp-icon {
    margin-left: 24px;
    width: 20px;
    height: 20px;
    position: relative;
}

.hulp-icon> :first-child {
    opacity: 0;
}

.hulp-icon> :last-child {
    opacity: 1;
}

.hulp-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.hull-icon {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 12px;
}

.hull-icon img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.36s;
}

.hull-icon> :first-child {
    opacity: 1;
}

.hull-icon> :last-child {
    opacity: 0;
}

.hull-text {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line12);
    transition: all 0.36s;
}

.hpul-ul-list-link {
    display: flex;
    align-items: center;
}

.hpul-ul-list-link2 {
    display: flex;
    align-items: center;
}

.hprl-img {
    margin-top: 27px;
    margin-bottom: 16px;
}

.hprl-more .hllu-arr {
    margin-top: 27px;
}

.hprl-tit {
    color: var(--color3);
    font-size: var(--font16);
    line-height: var(--line12);
}

.hprl-text {
    color: var(--color3);
    font-size: var(--font16);
    line-height: var(--line18);
}

.hnid-cont {
    padding: 27px 27px 69px;
    background: #FFF;
}

.hpul-ul-list2.yxnav-active2 .hull-text {
    color: var(--colormain);
}

.hpul-ul-list2.yxnav-active2 .hull-icon img {
    opacity: 0;
}

.hnid-cont-use {
    width: 248px;
}

.hnid-cont-about {
    width: 264px;
}

.mod-head-other-ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-top: 12px;
    box-shadow: 0px 3.336px 6.671px 0px rgba(255, 255, 255, 0.10), 0px 3.336px 13.343px 0px rgba(16, 87, 180, 0.10);
}

.mlbu-li a {
    display: block;
    transition: all .3s;
    padding: 10px 10px;
    background: var(--color2);
    color: var(--colortext1);
    font-size: 14px;
    font-weight: 300;
    line-height: var(--line16);
}

.mlbu-li a {
    display: block;
    transition: all .3s;
    padding: 10px 10px;
    background: var(--color2);
    color: var(--colortext1);
    font-size: 14px;
    font-weight: 300;
    line-height: var(--line16);
    text-align: center;
}

.mod-head-other-link.act .mhol-arr> :first-child {
    opacity: 1;
}

.mod-head-other-link.act .mhol-arr> :last-child {
    opacity: 0;
}

.yrsl-cont-code {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    border-radius: 5px;
    background: var(--color2);
    padding: 10px;
    box-shadow: 0px 15px 35px 0px rgba(71, 71, 71, 0.10);
}

.ys-hd-pc {
    position: fixed;
    width: 100%;
    background: var(--color2);
}

.ys-hd-pc .ys-cont1600 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ys-main {
    margin-top: var(--line80);
}

.hnid-product2 {
    width: 24%;
}

.hpul-ul {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #ECECEC;
}

.hpul-ul-ri {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #ECECEC;
}

.hpul-ul-ri3 {
    position: relative;
    width: 100%;
}

.hpul-ul-ri3-list {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .36s;
    pointer-events: none;
    width: 100%;
}

.hpul-ul-ri3-list.act {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.hurl-cont> :last-child .hcll-icon1 {
    opacity: 0;
}

.hcll-arr {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 68px;
}

.hcll-arr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.hcll-arr> :first-child {
    opacity: 0;
}

.hcll-arr> :last-child {
    opacity: 1;
}

.hurl-cont-list {
    margin-bottom: 24px;
}

.hurl-cont-list3 {
    margin-bottom: 24px;
}

.hurl-cont-list-link {
    display: flex;
    align-items: center;
}

.hurl-cont-list-link3 {
    display: flex;
    align-items: center;
}

.hcll-icon1 {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.hcll-icon1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.hcll-icon1> :first-child {
    opacity: 1;
}

.hcll-icon1> :last-child {
    opacity: 0;
}

.hcll-text1 {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line12);
    transition: all 0.36s;
}

.hpul-ul-la4-list {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .36s;
    pointer-events: none;
    width: 100%;
}

.hpul-ul-la4 {
    position: relative;
    width: 100%;
}

.hpul-ul-la4-list.act {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colormain);
}

.hull4-cont-list {
    margin-bottom: 24px;
}

.hurl-cont-list-link4 {
    display: flex;
    align-items: center;
}

.hcll-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.hcll-icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.hcll-icon> :first-child {
    opacity: 1;
}

.hcll-icon> :last-child {
    opacity: 0;
}

.hcll-text {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line12);
    transition: all 0.36s;
}

.hpul-ul-list.yxnav-active2 .hulp-text {
    color: var(--colormain);
}

.hpul-ul-list.yxnav-active2 .hulp-icon> :first-child {
    opacity: 1;
}

.hpul-ul-list.yxnav-active2 .hulp-icon> :last-child {
    opacity: 0;
}

.hurl-cont-list.yxnav-active3 .hcll-arr> :first-child {
    opacity: 1;
}

.hurl-cont-list.yxnav-active3 .hcll-arr> :last-child {
    opacity: 0;
}

.hurl-cont-list.yxnav-active3.on .hcll-arr> :first-child {
    opacity: 1;
}

.hurl-cont-list.yxnav-active3.on .hcll-arr> :last-child {
    opacity: 0;
}

.hurl-cont-list.yxnav-active3 .hcll-text1 {
    color: var(--colormain);
}

.hull4-cont-list.yxnav-active4 .hcll-text {
    color: var(--colormain);
}

.hull4-cont-list.yxnav-active4 .hcll-icon> :first-child {
    opacity: 0;
}

.hull4-cont-list.yxnav-active4 .hcll-icon> :last-child {
    opacity: 1;
}

.hull4-cont-list.yxnav-active4 .hcll-text {
    color: var(--colormain);
}

.head-nav-item.yxnav-active1.on .head-nav-item-title {
    color: var(--colormain);
}

.hpul-ul-list.yxnav-active2.on .hpul-ul-list a {
    color: var(--colormain);
}

.hurl-cont-list.yxnav-active3.on .hcll-text1 {
    color: var(--colormain);
}

.hurl-cont-list.yxnav-active3.on .hcll-icon1> :first-child {
    opacity: 0;
}

.hurl-cont-list.yxnav-active3.on .hcll-icon1> :last-child {
    opacity: 1;
}

.hull4-cont-list.yxnav-active4.on .hcll-text {
    color: var(--colormain);
}

.hull4-cont-list.yxnav-active4.on .hcll-icon> :first-child {
    opacity: 0;
}

.hull4-cont-list.yxnav-active4.on .hcll-icon> :last-child {
    opacity: 1;
}

.hurl-cont-list.yxnav-active3 .hcll-icon1> :first-child {
    opacity: 0;
}

.hurl-cont-list.yxnav-active3 .hcll-icon1> :last-child {
    opacity: 1;
}

.hnid-cont-use {
    display: flex;
    padding: 27px;
}

.hnid-cont-use-ri {
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid #ECECEC;
}

.hcur-ul1-item-href {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.hcur-ul1-item {
    margin-bottom: 24px;
}

.hcur-ul1> :last-child .huih-icon {
    opacity: 0;
}

.huih-tit {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line12);
    transition: all 0.36s;
}

.huih-icon {
    width: 20px;
    height: 20px;
    position: relative;
}

.huih-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.huih-icon> :first-child {
    opacity: 1;
}

.huih-icon> :last-child {
    opacity: 0;
}

.hcur-ul1-item.yxnav-active2 .huih-tit {
    color: var(--colormain);
}

.hcur-ul1-item.yxnav-active2.on .huih-tit {
    color: var(--colormain);
}

.hcur-ul1-item.yxnav-active2 .huih-icon> :first-child {
    opacity: 0;
}

.hcur-ul1-item.yxnav-active2 .huih-icon> :last-child {
    opacity: 1;
}

.hcur-ul1-item.yxnav-active2.on .huih-icon> :first-child {
    opacity: 0;
}

.hcur-ul1-item.yxnav-active2.on .huih-icon> :last-child {
    opacity: 1;
}

.hcul-ul2 {
    position: relative;
    width: 100%;
}

.hcul-ul2-item2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .36s;
    pointer-events: none;
    width: 100%;
}

.hcul-ul2-item2.act {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.huiu-list3 {
    margin-bottom: 24px;
}

.huiu-list3 a p {
    color: var(--colortext1);
    transition: all 0.36s;
}

.huiu-list3.yxnav-active3 a p {
    color: var(--colormain);
}

.huiu-list3.yxnav-active3.on a p {
    color: var(--colormain);
}

.hnid-cont-serve {
    padding: 27px;
}

.hcsu-item {
    margin-bottom: 24px;
}

.hcsu-item-link p {
    color: var(--colortext1);
    line-height: var(--line12);
    font-size: var(--font16);
    transition: all 0.36s;
}

.hcsu-item.yxnav-active2 .hcsu-item-link p {
    color: var(--colormain);
}

.hcsu-item.yxnav-active2.on .hcsu-item-link p {
    color: var(--colormain);
}

.hnid-cont-use2 .huih-icon {
    opacity: 0;
}

.hnid-cont-use2 .hcur-ul1> :first-child .huih-icon {
    opacity: 1;
}

.hnid-cont-use2 {
    width: 262px;
}

.home-more-cont-top {
    position: relative;
}

.hmct-cont1-pic1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-more-cont-top img {
    width: 100%;
}

.hmct-mou {
    position: relative;
    z-index: 30;
    pointer-events: none;
}

.home-more {
    position: relative;
}

.hmct-cont1-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 33;
}

.hmct-btm img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hmct-btm1 {
    position: relative !important;
}

.hmct-cont1-text-all .std-h3 {
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}

.hcta-word {
    width: 49%;
    text-align: center;
    color: var(--color3);
    font-size: var(--font20);
    line-height: 1.75;
}

.hmct-cont1-text-all {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hcta-btn {
    margin-top: 57px;
}

.hcta-btn .std-btn1-box {
    width: 160px;
}

.download-cont-all-top {
    padding: 44px;
}

.dcat-ul-list-tit {
    color: #666;
    line-height: 1.4;
    margin-bottom: 24px;
}

.dcat-ul-list-select {
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
    flex-wrap: wrap;
}

.duls-item {
    padding: 0 6px;
    margin-bottom: 12px;
}

.duls-item-cont {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 26.5px;
    border: 1px solid #E0E2EA;
    transition: all 0.36s;
    cursor: pointer;
}

.duls-item-le {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 1px solid #E5E6EB;
    position: relative;
    margin-right: 10px;
}

.duls-item-le::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../images/d3_icon01.svg');
    background-size: cover;
    opacity: 0;
    transition: all 0.36s;
}

.duls-item-ri {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.36s;
}

.inside-main {
    background: #F4F7FC;
}

.download-cont-all-top {
    background-color: var(--color2);
}

.duls-item.on .duls-item-cont {
    border: 1px solid var(--colormain);
}

.duls-item.on .duls-item-le::after {
    opacity: 1;
}

.duls-item.on .duls-item-ri {
    color: var(--colormain);
}

.dcat-ul-list {
    margin-bottom: 30px;
}

.download-cont-all-btm {
    margin-top: var(--space44);
}

.dcab-text {
    margin-bottom: 10px;
    color: #1877F2;
    font-size: 14px;
    line-height: 1.5;
}

.dula-list-text {
    padding: 19px 16px;
    color: var(--colortext2);
    font-size: var(--font16);
    line-height: 1.5;
    text-align: center;
}

.dcab-ul {
    background: var(--color2);
}

.dcab-ul-list-all {
    display: flex;
}

.dula-list {
    width: 15%;
    border-right: 1px solid #E0E2EA;
}

.dula-list:nth-child(3) {
    width: 18%;
}

.dula-list:nth-child(4) {
    width: 12.5%;
}

.dula-list:nth-child(5) {
    width: 12.5%;
}

.dula-list:nth-child(6) {
    width: 12%;
}

.dcab-ul-list-all> :last-child {
    border-right: 0;
}

.dcab-ul-list {
    border-bottom: 1px solid #E0E2EA;
}

.dula-list1 {
    width: 13.888888%;
}

.dula-list2 {
    width: 15.104167%;
}

.dcab-ul> :first-child .dula-list .dula-list-text {
    background: #0058A3;
}

.dcab-ul> :first-child .dula-list .dula-list-text {
    color: var(--color2);
    font-size: var(--font18);
    font-weight: bold;
    line-height: 1.5;
}

.dula-list-text-pdf {
    display: flex;
    align-items: center;
    padding: 6px 11px 5px 12px;
    border-radius: 100px;
    background: #F2F7F9;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.dltp-le {
    width: 17px;
    margin-right: 8px;
}

.dltp-le img {
    width: 100%;
}

.dula-list-text-cont {
    display: inline-block;
}

.staff-cont-top {
    width: 100%;
}

.staff-cont-btm .std-h2 {
    color: var(--color3);
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.slui-all {
    position: relative;
}

.slui-all .ys-imgbox-cover {
    width: 100%;
}

.slui-all-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 77.51%, rgba(0, 0, 0, 0.50) 100%);
}

.slui-all-text {
    position: absolute;
    bottom: 26px;
    left: 26px;
    color: var(--color2);
    font-size: var(--font24);
    font-weight: bold;
    line-height: 1.4;
}

.scbu-list-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.scbu-list-ul-item {
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.scbu-list-ul-item:nth-child(-n+2) {
    width: 50%;
}

.business-cont {
    position: relative;
}

.business-cont-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

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

.business-cont-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    position: relative;
}

.business-cont-ul-list {
    padding: 0 12px;
    margin-bottom: 24px;
    width: 25%;
}

.bcul-cont {
    padding: 50px 48px 22px;
    border: 0.834px solid #FFF;
    background: var(--color2);
    box-shadow: 0px 3.336px 6.671px 0px rgba(255, 255, 255, 0.10), 0px 3.336px 13.343px 0px rgba(16, 87, 180, 0.10);
    height: 100%;
}

.bcul-cont .ys-imgbox-cover {
    width: 74%;
    margin: 0 auto 12px;
}

.bcul-cont-text {
    color: var(--color3);
    font-size: var(--font16);
    line-height: var(--line18);
    text-align: center;
}

.develop-cont-ul-list {
    margin-bottom: 24px;
    overflow: hidden;
}

.dcul-cont {
    display: flex;
    align-items: stretch;
}

.dcul-cont-le {
    width: 50%;
    padding: 38px 38px 40px;
    background: var(--color2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dcul-cont-ri {
    width: 49.083333%;
}

.dcul-cont-le p {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line18);
    height: 14.4em;
    overflow: hidden;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.develop-cont-ul> :last-child {
    margin-bottom: 0;
}

.develop-cont-ul-list.on .dcul-cont {
    flex-direction: row-reverse;
}

.dcul-cont-le2 p {
    color: var(--colortext1);
    font-size: var(--font18);
    line-height: 1.75;
    height: auto;
    margin-bottom: 20px;
}

.dcul-cont-le2> :last-child {
    margin-bottom: 0;
}

.news-list-cont .std-h2 {
    text-align: center;
    line-height: var(--line12);
}

.nlcp-cont-link {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 34px;
    background: var(--color2);
}

.nlcp-cont-link-le {
    width: 54%;
}

.nlcp-cont-link-ri {
    width: 46%;
    padding: 12px 0 12px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nclr-top-date {
    color: #666;
    font-family: var(--family2);
    font-size: var(--font16);
    line-height: 1.75;
}

.nclr-top-tit {
    color: var(--color3);
    font-size: var(--font20);
    line-height: 1.75;
    margin-bottom: 5px;
    margin-top: 26px;
}

.nclr-top-text p {
    color: #666;
    font-size: var(--font16);
    line-height: 1.75;
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.nclr-btm-std {
    position: relative;
    width: 32px;
    height: 32px;
}

.nclr-btm-std img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.nclr-btm-std img:first-child {
    opacity: 1;
}

.nclr-btm-std img:last-child {
    opacity: 0;
}

.news-list-cont-btm {
    margin-top: 80px;
}

.nlcb-select .ys-select-hd {
    width: 100%;
    padding: 13px 34px;
    border: 1px solid #ECECEC;
    background: #FFF;
}

.nlcb-select .ys-select {
    width: 100%;
}

.nlcb-select .ys-select-xtbbox {
    right: 34px;
}

.nlcb-select .ys-select input {
    width: 100%;
    height: 100%;
}

.nlcb-select .ys-select input::placeholder {
    color: #666;
    font-size: var(--font16);
    line-height: 1.5;
}

.nlcb-select .ys-select-xtbbox {
    width: 14px;
}

.nlcb-select .ys-select-xtbbox img {
    width: 100%;
}

.nlcb-select {
    width: 160px;
}

.nlcb-select .ys-select-bd {
    border: 1px solid #ECECEC;
    padding: 10px 37px;
    height: 128px;
}

.nlcb-select .ys-select-show {
    font-size: 16px;
    color: #666;
}

.nlcb-select .ys-select-li {
    font-size: 14px;
    color: #666;
}

.nlcb-select {
    margin-bottom: 24px;
}

.nlcb-select .ys-select-li {
    line-height: var(--line18);
}

.nlcb-select .mCSB_outside+.mCSB_scrollTools {
    right: 2px;
    height: calc(100% - 10px);
    top: 50%;
    transform: translateY(-50%);
}

.nlcb-select .mCSB_scrollTools .mCSB_draggerContainer {
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 6px);
}

.nlcb-select .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain);
    width: 2px;
}

.nlcb-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.nlcb-ul-list {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 33.333333%;
}

.null-all {
    padding: 28px 27.5px 30px;
}

.null-all-num {
    color: var(--colortext1);
    font-family: var(--family2);
    font-size: 14px;
    line-height: 1.6;
}

.null-all-title {
    color: var(--color3);
    font-size: var(--font20);
    line-height: 1.4;
}

.null-all-text {
    margin-top: 14px;
    margin-bottom: 45px;
}

.null-all-text p {
    color: #999;
    font-size: var(--font16);
    line-height: 1.8;
    height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.null-all-btn .nclr-btm-std {
    width: 26px;
    height: 26px;
}

.news-list-cont-page .pc-fenye li {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin: 0 10px;
    transition: all 0.36s;
}

.news-list-cont-page .pc-fenye li.activepage {
    color: #fff;
    background: var(--colormain);
}

.dcab-more {
    display: flex;
    justify-content: center;
    margin-top: 68px;
}

.dcab-more-click {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dcab-more-click-icon {
    margin-top: 12px;
    width: 16px;
}

.dcab-more-click-text {
    color: var(--colormain);
    font-size: var(--font16);
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}

.dcab-more-click-text span {
    transition: all 0.36s;
}

.dcab-more-click-text span:nth-of-type(2) {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.dcab-all.on .dcab-more-click-text span:nth-of-type(2) {
    opacity: 1;
    pointer-events: all;
}

.dcab-all.on .dcab-more-click-text> :first-child {
    opacity: 0;
    pointer-events: none;
}

.yx-pcnav1-erlist {
    transition: 250ms;
    transition-property: transform, width, height;
    will-change: transform, width, height;
    position: absolute;
    top: 0;
    left: 50%;
    background: #fff;
    transform-origin: 50% -50px;
    transform: translateX(-50%) rotateX(-15deg);
    opacity: 0;
}

.yx-pcnav1-erbox {
    --cardShadow: none;
    --cardShadowMargin: 0;
    position: relative;
    background: #fff;
}

.ys-hd-pc.on .yx-pcnav1-erlist {
    opacity: 1;
    transform: translateX(-50%) rotateX(0);
}

.icul-link-le-date {
    color: var(--colortext1);
    font-family: var(--family2);
    font-size: 14px;
    line-height: 1.6;
}

.icul-link-le-title {
    margin-top: 6px;
    margin-bottom: 6px;
    color: #333;
    font-size: var(--font20);
    line-height: 1.75;
    height: 1.75em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.icul-link-le-word {
    color: #999;
    font-size: var(--font16);
    line-height: var(--line18);
}

.icul-link-le-text {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line18);
    margin-bottom: 54px;
    margin-top: 23px;
    height: 1.8em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.icul-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: var(--color2);
}

.icul-link-ri {
    width: 40.75%;
}

.icul-link-le {
    width: 59.25%;
    padding-left: 44px;
    padding-right: 40px;
}

.illd-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    position: relative;
}

.illd-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.illd-icon> :first-child {
    opacity: 1;
}

.illd-icon> :last-child {
    opacity: 0;
}

.illd-text {
    color: var(--colormain);
    font-size: var(--font16);
    line-height: 1.6;
    transition: all 0.36s;
}

.icul-link-le-pdf {
    display: flex;
    align-items: center;
}

.industry-cont-ul-list {
    margin-bottom: 22px;
}

.industry-cont-page .news-list-cont-page {
    padding-top: 22px;
}

.active-cont-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--space44);
}

.active-cont-top-ul {
    display: flex;
}

.actu-list {
    margin-right: 12px;
}

.acts-icon-le {
    width: 24px;
}

.acts-icon-le img {
    width: 100%;
}

.acts-text {
    width: 140px;
    padding: 10px 37px;
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
    background: var(--colormain);
    text-align: center;
}

.active-cont-top-search {
    display: flex;
}

.acts-icon {
    width: 432px;
    display: flex;
    padding: 10px 18px;
    background: var(--color2);
}

.acts-icon-le {
    width: 24px;
    margin-right: 16px;
}

.acts-icon input {
    width: calc(100% - 40px);
    height: 100%;
}

.acts-icon input::placeholder {
    color: #8993A0;
    font-size: var(--font16);
    line-height: 1.6;
}

.actu-list .nlcb-select {
    margin-bottom: 0;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .std-btn1-box:hover::after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .std-btn1-box-border:hover p {
        color: var(--color2);
    }

    .std-btn1-box-border:hover .std-btn1-box-img> :first-child {
        opacity: 0;
    }

    .std-btn1-box-border:hover .std-btn1-box-img> :last-child {
        opacity: 1;
    }

    .std-btn2-box:hover::after {
        width: 100%;
    }

    .hpcu-list-link:hover .hllu-arr> :first-child {
        opacity: 0;
    }

    .hpcu-list-link:hover .hllu-arr> :last-child {
        opacity: 1;
    }

    .hncl-link:hover .hllu-arr> :first-child {
        opacity: 0;
    }

    .hncl-link:hover .hllu-arr> :last-child {
        opacity: 1;
    }

    .hncr-list-link:hover .hllu-arr> :first-child {
        opacity: 0;
    }

    .hncr-list-link:hover .hllu-arr> :last-child {
        opacity: 1;
    }

    .hncr-list-link:hover .hllu-arr> :first-child {
        opacity: 0;
    }

    .hncr-list-link:hover .hllu-arr> :last-child {
        opacity: 1;
    }

    .yfct-le>ul>li>ul>li>a:hover {
        color: var(--colormain);
    }

    .hpcl-btm-link:hover::after {
        width: 100%;
    }

    .hlca-link:hover::after {
        width: 100%;
    }

    .hpsl-link:hover .hpsl-link-top img {
        transform: scale(1);
    }

    .duls-item-cont:hover {
        border: 1px solid var(--colormain);
    }

    .duls-item-cont:hover .duls-item-ri {
        color: var(--colormain);
    }

    .nlcp-cont-link:hover .nclr-btm-std> :first-child {
        opacity: 0;
    }

    .nlcp-cont-link:hover .nclr-btm-std> :last-child {
        opacity: 1;
    }

    .nlcb-ul-list-link:hover .nclr-btm-std> :first-child {
        opacity: 0;
    }

    .nlcb-ul-list-link:hover .nclr-btm-std> :last-child {
        opacity: 1;
    }

    .news-list-cont-page .comp-tabli:hover li {
        color: #fff;
        background: var(--colormain);
    }

    .hpul-ul-list-pro:hover .hulp-text {
        color: var(--colormain);
    }

    .hpul-ul-list-pro:hover .hulp-icon> :first-child {
        opacity: 1;
    }

    .hpul-ul-list-pro:hover .hulp-icon> :last-child {
        opacity: 0;
    }

    .hurl-cont-list-link:hover .hcll-text1 {
        color: var(--colormain);
    }

    .hurl-cont-list-link:hover .hcll-arr> :first-child {
        opacity: 1;
    }

    .hurl-cont-list-link:hover .hcll-arr> :last-child {
        opacity: 0;
    }

    .hurl-cont-list-link:hover .hcll-icon1> :last-child {
        opacity: 1;
    }

    .hurl-cont-list-link:hover .hcll-icon1> :first-child {
        opacity: 0;
    }

    .hcur-ul1-item-href:hover .huih-tit {
        color: var(--colormain);
    }

    .hcur-ul1-item-href:hover .huih-icon> :first-child {
        opacity: 0;
    }

    .hcur-ul1-item-href:hover .huih-icon> :last-child {
        opacity: 1;
    }

    .icul-link:hover .illd-text {
        color: var(--color1);
    }

    .icul-link:hover .illd-icon> :first-child {
        opacity: 0;
    }

    .icul-link:hover .illd-icon> :last-child {
        opacity: 1;
    }
}

.ys-ban-imgbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    height: 100%;
    width: 43.125%;
    background: linear-gradient(270deg, rgba(0, 27, 47, 0.00) 0%, #001728 93.87%);
}

.yrsl-cont-icon {
    cursor: pointer;
}

.yrsl-cont {
    display: block;
}

.ys-hd-pc::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--colormain-green);
    transition: all .36s;
    opacity: 0;
}

.ys-hd-pc.isfixed::before {
    opacity: 1;
}

.head-nav-item-down1 {
    width: 680px;
    background: var(--color2);
    left: 0;
    transform: translateX(0);
}

.hnia-left-ul {
    width: 210px;
    background: #F4F7FC;
    padding: 26px 0 20px;
}

.hnia-mid {
    position: absolute;
    top: 0;
    left: 210px;
    width: 235px;
    padding: 30px 26px;
    height: 100%;
}

.hnia-right {
    position: absolute;
    top: 0;
    left: 235px;
    width: 235px;
    padding: 30px 26px;
    height: 100%;
    padding-left: 24px;
}

.hnia-mid::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: 1px;
    height: calc(100% - 67px);
    background: #ECECEC;
}

.hnia-left-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 30px;
}

.hnia-mid .hnia-left-link {
    padding: 0 8px;
    margin-bottom: 10px;
    background: transparent;
}

.hnia-left-link-title {
    color: var(--color3) !important;
    font-size: var(--font18);
    line-height: 50px;
}

.hnia-mid .hnia-left-link-title {
    line-height: 36px;
    font-size: 16px;
}

.hnia-left-link img {
    opacity: 0;
}

.has-child>a img {
    opacity: 1;
}

.hnia-left-li.on .hnia-left-link,
.hnia-left-li.yxnav-active2 .hnia-left-link {
    background: var(--color2);
}

.hnia-left-li.on .hnia-left-link .hnia-left-link-title,
.hnia-left-li.yxnav-active2 .hnia-left-link .hnia-left-link-title {
    color: var(--colormain);
}

.hnia-left-li.has-child.yxnav-active2>a img,
.hnia-mid-li.has-child.yxnav-active3>a img,
.hnia-left-li.has-child.on>a img,
.hnia-mid-li.has-child.on>a img {
    opacity: 1;
}

.hnia-mid .hnia-mid-li.on .hnia-left-link,
.hnia-mid .hnia-mid-li.yxnav-active3 .hnia-left-link {
    background: #F4F7FC;
}

.hnia-mid .hnia-mid-li.on>a .hnia-left-link-title,
.hnia-mid .hnia-mid-li.yxnav-active3>a .hnia-left-link-title {
    color: var(--colormain) !important;
}

.hnia-right .hnia-right-li .hnia-left-link {
    background: transparent !important;
}

.hnia-right .hnia-right-li .hnia-left-link-title {
    color: #333 !important;
}

.head-nav-item.yxnav-active1 .head-nav-item-title,
.hnia-right-li.yxnav-active4>a .hnia-left-link-title {
    color: var(--colormain) !important;
}

.head-nav-item-down {
    box-shadow: 0px 3.336px 6.671px 0px rgba(255, 255, 255, 0.10), 0px 3.336px 13.343px 0px rgba(16, 87, 180, 0.10);
}

.ys-hd-pc.isfixed .head-nav-item-down {
    top: calc(100% + 2px);
}

.hnic-li.yxnav-active2 a {
    color: var(--colormain);
}

.hnic-li a {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: 1.75;
}

.hnic-ul {
    padding: 27px;
}

.hnic-li:not(:last-child) {
    margin-bottom: 20px;
}

.head-nav-item-down3 {
    width: 134px;
}

.head-nav-item-down2 {
    width: 267px;
    background: var(--color2);
}

.hnib-ul {
    width: 153px;
}

.hnib-ul-next {
    width: calc(100% - 153px);
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 24px;
    padding-top: 18px !important;
}

.head-nav-item-down2 {
    left: 0;
    transform: translateX(0);
}

.head-nav-item-down2 .hnia-left-link {
    padding: 0 14px 0 20px;
}

.head-nav-item-down2 .hnia-left-link-title {
    font-size: var(--font16);
    color: var(--colortext1) !important;
}

.hnib-ul,
.hnib-ul-next {
    padding-top: 10px;
}

.hnib-ul-next .hnic-li a {
    line-height: 30px;
}

.head-nav-item-down2 .ys-imgbox-cover img:first-child {
    opacity: 0;
}

.head-nav-item-down2 .hnib-li.has-child .ys-imgbox-cover {
    opacity: 1;
}

.head-nav-item-down2 .hnib-li .ys-imgbox-cover {
    opacity: 0;
    width: 20px;
}

.head-nav-item-down2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 154px;
    width: 1px;
    height: calc(100% - 54px);
    background: #ECECEC;
}

.head-nav-item-down2 .hnib-li.yxnav-active2 .hnia-left-link-title,
.head-nav-item-down2 .hnib-li.on .hnia-left-link-title {
    color: var(--colormain) !important;
}

.head-nav-item-down2 .hnib-li.yxnav-active2 .ys-imgbox-cover img:last-child,
.head-nav-item-down2 .hnib-li.on .ys-imgbox-cover img:last-child {
    opacity: 0;
}

.head-nav-item-down2 .hnib-li.yxnav-active2 .ys-imgbox-cover img:first-child,
.head-nav-item-down2 .hnib-li.on .ys-imgbox-cover img:first-child {
    opacity: 1;
}

.hnia-mid,
.hnia-right {
    opacity: 0;
    pointer-events: none;
}

.head-nav-item-down2 .hnic-li.yxnav-active3 a {
    color: var(--colormain);
}

.hnia-mid-li.on .hnia-right,
.hnia-left-li.on .hnia-mid {
    opacity: 1;
    pointer-events: all;
}

.ys-nybanner-bread {
    background: var(--color2);
}

.ys-bread-list::before {
    content: '' !important;
    width: 1px;
    height: 10px;
    background: rgba(51, 51, 51, .5);
    right: -2px;
}

.ys-bread-list:last-child a {
    color: var(--color3);
}

.ys-bread-list a {
    font-size: 12px;
    line-height: inherit;
    color: #999999;
}

.ys-bread-list:first-child a {
    line-height: inherit;
}

.ys-nyban-cont {
    position: relative;
}

.ys-nyban-cont .ys-nyban-title h1 {
    font-weight: bold;
    font-size: var(--font44);
}

.dltp-ri {
    padding-left: 8px;
}

.dula-list-text-pdf .ys-imgbox-cover img:nth-child(2) {
    opacity: 0;
}

.develop-cont-ul-list .ys-slick {
    width: 50%;
}

.ys-slick-item,
.ys-slick-item-cont {
    width: 100%;
}

.ys-slick .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}

.ys-slick .slick-dots li.slick-active {
    background: var(--colormain);
}

.dcul-cont .slick-dots {
    bottom: 12px;
}

.nlcb-ul-list-link {
    height: 100%;
    display: block;
    background: var(--color2);
}

.dcab-all {
    margin-bottom: 44px;
}

.business-cont-ul,
.nlcb-ul {
    margin-bottom: 22px;
}

.actu-list .nlcb-select .ys-select-show {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.active-cont-bot-li {
    margin-bottom: 24px;
}

.active-cont-bot-li a {
    display: block;
    padding: 40px 34px;
    background: var(--color2);
}

.acbl-lable {
    line-height: 30px;
    padding: 0 20px;
    color: var(--color2);
    background: var(--colormain);
    font-size: 14px;
    display: inline-block;
}

.acbl-title {
    margin-top: 10px;
    padding-bottom: 24px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ECECEC;
}

.acbl-time span {
    color: var(--colortext2);
    font-size: 14px;
    padding-right: 24px;
    line-height: 1.5;
    font-family: var(--family2);
}

.acbl-text {
    color: var(--colormain);
    margin-top: 10px;
}

.acts-text {
    cursor: pointer;
}

.mass-policy {
    padding: 80px 0;
    background: #4A5A75;
}

.mod-title {
    text-align: center;
}

.mod-title .std-h2 {
    margin-bottom: 20px;
    font-weight: bold;
}

.mass-policy .mod-title .std-h2 {
    color: var(--color2);
}

.mass-policy .mod-title .std-text2 p {
    color: var(--color2);
}

.mass-concepts-li {
    margin-bottom: 24px;
    overflow: hidden;
}

.mass-concepts-li-cont {
    display: flex;
    background: var(--color2);
}

.mass-concepts-li-text {
    width: 51%;
    padding: 60px 80px 60px 60px;
}

.mass-concepts-li .ys-imgbox-cover {
    width: 49%;
    height: 100%;
}

.mass-concepts-li:nth-child(2n) .mass-concepts-li-cont {
    flex-direction: row-reverse;
}

.mass-concepts-li-text .std-h4 {
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ECECEC;
}

.mass-concepts-li-text .std-text2 p {
    color: var(--colortext1);
}

.mass-ctf .swiper-slide {
    width: 25%;
}

.mass-ctf-text {
    display: flex;
}

.mass-ctf-text .ys-imgbox-cover {
    width: 25px;
    height: 100%;
}

.mass-ctf-text .std-text2 {
    width: calc(100% - 25px);
    padding-left: 10px;
}

.mass-ctf-text .std-text2 p {
    color: var(--colortext1);
}

.mass-ctf-text {
    margin-top: 16px;
}

.mass-ctf {
    background: var(--color2);
}

.mass-ctf-img {
    background: #F4F7FC;
    border: 1px solid #ECECEC;
    padding: 28px 50px;
}

.mass-ctf-text .ys-imgbox-cover img:last-child {
    opacity: 1;
}

.mass-ctf-text .ys-imgbox-cover img:first-child {
    opacity: 0;
}

.mass-ctf-control {
    position: relative;
}

.mass-ctf-control-right {
    width: 110px;
    height: 40px;
    position: relative;
    border-radius: 80px;
    background: var(--color2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4.1px 4px rgba(199, 199, 199, 0.10);
}

.mass-ctf-control-right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: var(--colortext1);
}

.home-plan-cont-last {
    width: calc(100% - 160px);
}

.mass-ctf-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mass-ctf-control .swiper-pagination {
    position: static;
}

.mass-ctf-control-right .hpcl-nub span {
    line-height: 40px;
}

.mass-ctf-control-right .hpcl-nub {
    text-align: center;
}

.mass-ctf-control .home-plan-cont-last {
    margin-top: 0;
}

.mass-ctf-control {
    margin-top: 70px;
}

.mass-ctf-control-right .swiper-button-prev::after {
    background: url(../images/com_arrow23.svg) center/cover no-repeat !important;
    width: 24px;
    height: 24px;
}

.mass-ctf-control-right .swiper-button-next::after {
    background: url(../images/com_arrow22.svg) center/cover no-repeat !important;
    width: 24px;
    height: 24px;
}

.mass-ctf-control-right .swiper-button-prev,
.mass-ctf-control-right .swiper-button-next {
    color: transparent;
    width: 24px !important;
    height: 24px !important;
    margin-top: 0;
}

.mass-ctf-control-right .swiper-button-prev,
.mass-ctf-control-right .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}

.mass-ctf-control-right .hpcl-nub span {
    color: var(--colortext1);
}

.mass-ctf-control .home-plan-cont-last .hpcl-nub,
.mass-ctf-control .home-plan-cont-last .hpcl-nub span {
    color: var(--color3);
}

.mass-ctf-control .home-plan-cont-last .hpcl-nub-total {
    color: var(--colortext1) !important;
}

.social-cont {
    position: relative;
}

.social-bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.social-top,
.social-mid,
.social-bot {
    position: relative;
    z-index: 10;
}

.social-cont .std-h4 {
    color: var(--color3);
    font-weight: bold;
}

.social-top-ul {
    display: flex;
    justify-content: space-between;
}

.social-top-li {
    width: 16.666667%;
    position: relative;
}

.social-top-li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #ececec;
}

.social-top-li .ys-demo-num {
    color: var(--colormain);
    font-weight: bold;
    font-size: var(--font44);
    font-family: var(--family3);
}

.social-top-li-text {
    color: var(--colormain);
    font-size: var(--font24);
}

.social-top-li-info {
    margin-top: 12px;
    font-size: var(--font16);
    color: var(--colortext1);
    line-height: var(--line15);
}

.social-mid-cont {
    display: flex;
    align-items: center;
    padding: 46px;
    background: var(--color2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4.1px 4px rgba(199, 199, 199, 0.10);
}

.social-mid-left {
    width: 54.55%;
    padding-right: 50px;
}

.social-mid-right {
    width: 45.45%;
}

.social-mid-left .std-h4 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ECECEC;
}

.social-mid-left .yxedr-active p {
    color: var(--colortext1);
}

.social-mid-left .yxedr-active ul li p {
    margin-bottom: 0;
}

.social-mid-left .yxedr-active ul {
    padding-left: 20px;
}

.social-mid-right .std-text2 {
    color: var(--colortext1);
    margin-bottom: 10px;
}

.social-mid-right .slick-dots {
    bottom: -50px;
}

.social-mid-right .slick-dots li {
    background: var(--colortext1);
    opacity: .3;
}

.social-mid-right .slick-dots li.slick-active {
    opacity: 1;
}

.social-bot-ul {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
}

.social-bot-li {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.social-bot-li a {
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    background: var(--color2);
    padding: 16px;
}

.social-bot-li-img {
    position: relative;
    width: 68px;
    height: 68px;
    background: rgba(24, 119, 242, .2);
}

.social-bot-li-img img {
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-bot-li-text {
    width: calc(100% - 68px);
    padding-left: 24px;
}

.social-bot-li-text .std-text2 {
    color: var(--color3);
    font-weight: bold;
    margin-bottom: 10px;
}

.social-bot-li-text .sblt-text {
    color: var(--colortext2);
    font-size: 14px;
}

.social-top-explain {
    color: var(--colortext2);
    font-size: 14px;
    line-height: var(--line15);
    text-align: right;
}

.newdt-left-title {
    color: var(--color3);
    font-size: 30px;
    line-height: var(--line15);
    font-weight: bold;
    padding-bottom: 28px;
    margin-bottom: 24px;
    border-bottom: 1px solid #BAC9CF;
}

.newdt-left-top-title span,
.ys-share-text {
    color: var(--colortext2);
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--family2);
}

.newdt-left-top {
    display: flex;
    justify-content: space-between;
}

.newdt-cont-nr {
    display: flex;
}

.newdt-left {
    width: 76%;
    padding-right: 7%;
}

.newdt-right {
    width: 24%;
}

.newdt-page {
    padding-top: 38px;
    margin-top: 44px;
    border-top: 1px solid rgba(30, 58, 120, .15);
}

.newdt-page-left {
    color: var(--colormain) !important;
    width: 50px;
}

.newdt-page-li p {
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line18);
}

.newdt-page-li a {
    display: flex;
}

.newdt-page-li {
    margin-top: 5px;
}

.newdt-right .std-h5 {
    margin-bottom: 15px;
}

.newdt-right-li:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #BAC9CF;
}

.newdt-right-li .ys-imgbox-cover {
    margin-bottom: 16px;
}

.newdt-right-li-time {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--colortext1);
    line-height: var(--line15);
    font-family: var(--family2);
}

.newdt-left-top-title {
    display: flex;
}

.nltt-time {
    display: flex;
    align-items: center;
}

.nltt-time img {
    margin-right: 10px;
}

.logical-cont {
    position: relative;
}

.mod-bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

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

.logical-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.logical-list {
    position: relative;
    z-index: 10;
}

.logical-list .std-h2 {
    text-align: center;
    font-weight: bold;
}

.logical-li {
    padding: 0 10px;
    margin-bottom: 40px;
    width: 25%;
}

.logical-li-cont {
    border: 1px solid #ECECEC;
    cursor: pointer;
}

.logical-li-cont-img {
    background: var(--color2);
    border-bottom: 1px solid #ECECEC;
    position: relative;
}

.llci-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 28px;
    background: #E8EBEE;
    pointer-events: none;
}

.llci-icon img {
    width: 20px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.llci-icon img:first-child {
    opacity: 0;
}

.logical-li-cont-text {
    padding: 24px 17.5px;
    text-align: center;
}

.logical-li-cont {
    background: var(--colorbj);
}

.logical-li-cont {
    height: 100%;
}

.logical-li {
    height: auto;
}

.logical-li-cont-img {
    background: var(--color2);
}

.cta-cont {
    position: relative;
}

.cta-cont-relate {
    position: relative;
    z-index: 10;
}

.cta-cont-relate .std-h4 {
    font-weight: bold;
}

.cta-cont-top-right {
    width: 150px;
    text-align: center;
}

.cta-cont-top-left,
.cta-cont-bot .cctl-ul {
    width: 76%;
}

.cta-cont-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.cctl-ul {
    display: flex;
    flex-wrap: wrap;
}

.cctl-li {
    width: 33.333333%;
    padding-bottom: 44px;
}

.cta-cont-top .cctl-li:last-child {
    width: auto;
}

.cctl-li-text {
    display: flex;
    margin-bottom: 12px;
}

.cctl-li-text img {
    width: 20px;
}

.cctl-li-text p {
    padding-left: 12px;
    color: var(--color3);
    font-weight: bold;
}

.cctl-li-name,
.cctl-li-name a {
    color: var(--colortext1);
}

.cta-cont-top,
.cta-cont-bot-li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.cta-cont-bot-li {
    margin-bottom: 44px;
}

.cta-cont-bot-li .std-h4 {
    font-weight: bold;
}

.cta-cont-bot-li .std-h4 {
    margin-bottom: 32px;
}

.cta-cont-top-right .std-text2 {
    color: var(--colortext1);
    margin-top: 5px;
}

.svg-cricle {
    animation: boderM4 3s infinite .5s;
}

@keyframes boderM4 {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 0.5
    }

    100% {
        opacity: 0
    }
}

.product-list {
    margin-bottom: 80px;
}

.bgbm-cont {
    position: relative;
    z-index: 10;
}

.bgbm-service,
.bgbm-power,
.bgbm-cta {
    position: relative;
}

.bgbm-service-ul,
.bgbm-spower-ul {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
}

.bgbm-service-li {
    width: 33.333333%;
    padding: 0 12px;
    height: auto;
}

.bgbm-service-list {
    height: 100%;
    background: var(--color2);
    border: 1px solid #ECECEC;
    padding: 40px 36px;
}

.bgbm-power-li {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
    height: auto;
}

.bgbm-power-list {
    /* height: 100%; */
    background: var(--color2);
    display: flex;
}

.bgbm-service-list-title img {
    width: 32px;
}

.bgbm-service-list-title {
    display: flex;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #ECECEC;
}

.bgbm-service-list-title .std-h4 {
    padding-left: 12px;
    color: var(--colormain);
    font-weight: bold;
}

.bgbm-power-right .std-h4 {
    color: var(--colormain);
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
}

.bslt-list {
    display: flex;
    align-items: flex-start;
}

.bslt-list img {
    width: 18px;
    margin-top: 5px;
}

.bslt-list-text {
    padding-left: 12px;
}

.bslt-list-text-title {
    color: var(--color3);
    font-weight: bold;
}

.bslt-list-text-nr p {
    color: var(--colortext1);
}

.bslt-list:not(:last-child) {
    margin-bottom: 18px;
}

.mod-title .std-h3 {
    margin-bottom: 20px;
}

.bgbm-service .mod-title {
    width: 80%;
    margin: 0 auto var(--space44);
}

.bgbm-power-list .ys-imgbox-cover {
    width: 48%;
    height: 100%;
}

.bgbm-power-right {
    width: 52%;
    padding: 18px 25px;
}

.bgbm-power-right-ul li {
    display: flex;
    margin-bottom: 10px;
}

.bgbm-power-right-ul li p:first-child {
    width: 80px;
    font-weight: bold;
    color: var(--color3);
}

.bgbm-power-right-ul li p:last-child {
    width: calc(100% - 80px);
}

.bgbm-cta .bgbm-cont {
    display: flex;
    justify-content: space-between;
}

.bgbm-cta-right {
    width: 40.5%;
}

.bgbm-cta-left {
    width: 59.5%;
    padding-right: 10.5%;
}

.bgbm-cont .mod-title .std-h3 {
    font-weight: bold;
}

.bgbm-cta .mod-title {
    text-align: left;
    padding-bottom: 24px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(103, 103, 103, .6);
}

.bgbm-cta-left .std-h4 {
    color: var(--color3);
    margin-bottom: 24px;
}

.bgbm-cta-left-ul li {
    display: flex;
    margin-bottom: 10px;
}

.bgbm-cta-left-ul li img {
    width: 24px;
}

.bgbm-cta-left-ul li p {
    padding-left: 12px;
    color: var(--colortext1);
}

.bgbm-cta-left-ul li p a {
    color: var(--colortext1);
    font-family: var(--family2);
    padding-left: 10px;
}

.bgbm-cont .mod-title .std-h3 {
    margin-bottom: 0;
}

.ys-nybanner2 .ys-nyban-title h1,
.ys-nybanner2 .ys-nyban-title .std-text2 p {
    color: var(--color3);
}

.ys-nybanner2 .ys-nyban-title h1 {
    margin-bottom: 10px;
}

.newpdt-ul {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.newpdt-li {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 65px;
}

.newpdt-li a {
    display: block;
    position: relative;
}

.newpdt-li-cont {
    position: relative;
    z-index: 10;
    padding: 28px 0;
}

.newpdt-li-cont-text {
    padding: 0 20px;
}

.newpdt-li .yxedr-active ul {
    padding-inline-start: 25px;
}

.newpdt-li .nclr-btm-std {
    margin-top: 20px;
}

.newpdt-li .yxedr-active li::marker {
    color: var(--color4);
}

.newpdt-li-bj {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.newpdt-li-bj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newpdt-li-bj::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--colormain);
}

.newpdt-li .nclr-btm-std {
    opacity: 0;
}

.newpdt-main {
    background: var(--color2);
}

.keypdt-right {
    width: 63%;
}

.keypdt-left {
    width: 30%;
}

.keypdt-top {
    position: relative;
}

.invest-intro-top {
    display: flex;
}

.invest-intro-text {
    width: 70%;
}

.invest-intro-top .std-h3 {
    width: 30%;
}

.invest-regular {
    position: relative;
}

.invest-iprice,
.invest-interim {
    background: var(--color2);
}

.invest-regular-cont {
    position: relative;
    z-index: 1;
}

.invest-iprice .std-h3,
.invest-intro .std-h3 {
    font-weight: bold;
}

.invest-interim .std-h3,
.invest-regular .std-h3 {
    text-align: center;
    font-weight: bold;
}

.invest-intro-top .std-text2 p {
    color: var(--color4);
}

.invest-intro-text .hnch-ri-btn2 {
    margin-top: 24px;
}

.invest-intro-text .std-btn1-box-border {
    background: transparent;
}

.invest-regular-ul {
    display: flex;
    flex-wrap: wrap;
}

.invest-regular-li {
    width: 33.333333%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.invest-regular-li a {
    display: block;
    background: var(--color2);
    padding: 24px;
    position: relative;
}

.invest-regular-li-bot {
    display: flex;
    align-items: center;
}

.invest-regular-li-bot img {
    width: 24px;
}

.invest-regular-li-bot p {
    font-size: 14px;
    color: #666;
    padding-left: 8px;
}

.invest-regular-li-top .irlt-time {
    font-size: var(--font16);
    color: var(--colortext2);
    line-height: var(--line15);
    margin-bottom: 6px;
    font-family: var(--family2);
}

.invest-regular-li-top .std-h5 {
    color: var(--color3);
    line-height: var(--line15);
}

.invest-regular-li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--colormain);
}

.invest-regular .invest-regular-li-top {
    padding-bottom: 36px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 20px;
}

.invest-interim-li a {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
}

.invest-interim-li-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--colormain);
    position: relative;
    margin-top: 10px;
}

.invest-interim-li-icon img {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.invest-interim-li .invest-regular-li-top {
    width: calc(100% - 110px);
    padding: 0 32px;
}

.invest-interim-li .invest-regular-li-bot {
    width: 65px;
    margin-top: 10px;
}

.keypdt-top-cont {
    position: relative;
    z-index: 10;
    padding-top: 80px;
    padding-bottom: 80px;
}

.keypdt-top-right {
    width: 40.5%;
}

.product-list-ul {
    display: flex;
    justify-content: center;
    margin: 0 -12px 20px;
    flex-wrap: wrap;
}

.product-list-li {
    width: 25%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.product-cont .std-h3 {
    text-align: center;
    font-weight: bold;
}

.product-list-li-cont {
    background: var(--color2);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02), 0px 4px 4.1px 4px rgba(199, 199, 199, 0.10);
}

.pllc-text {
    padding: 24px 20px;
}

.product-list .nclr-btm-std a {
    display: block;
    width: 100%;
    height: 100%;
}

.pllc-text-link a {
    font-size: var(--font16);
    color: var(--colormain);
    line-height: var(--line15);
    border-bottom: 1px solid var(--colormain);
    margin-right: 3px;
}

.product-list-li .std-text1 {
    margin-bottom: 30px;
}

.product-list-li-cont {
    height: 100%;
}

.pllc-text-link {
    display: none;
}

.product-list-li.on .pllc-text-link {
    display: block;
}

.product-list-li.on .nclr-btm-std {
    display: none;
}

.mod-anchor {
    background: var(--color2);
}

.anchor-ul {
    display: flex;
}

.keypdt-top-cont {
    display: flex;
    align-items: center;
}

.keypdt-top-right {
    width: 40.5%;
    position: relative;
}

.keypdt-top-left {
    width: 59.5%;
    padding-right: 10.5%;
}

.keypdt-top-left .std-h2 {
    color: var(--colormain);
    font-weight: bold;
    margin-bottom: 24px;
}

.keypdt-top-right img:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

.keypdt-top-right img {
    width: 100%;
}

.anchor-li .std-text2 {
    padding: 18px 35px;
    position: relative;
    color: var(--color4);
    cursor: pointer;
}

.anchor-li .std-text2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--colormain);
}

.anchor-li.on .std-text2::before {
    width: 100%;
}

.anchor-li.on .std-text2 {
    color: var(--colormain);
}

.keypdt-sect {
    margin-bottom: 10px;
}

.keypdt-sect .ys-cont1200 {
    background: var(--color2);
    padding: 44px;
}

.keypdt-sect1 {
    margin-top: 44px;
}

.keypdt-left .std-h4 {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

.keypdt-sect.active .keypdt-left .std-h4::before {
    opacity: 1;
}

.keypdt-left .std-h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 34px;
    background: var(--colormain);
    opacity: 0;
}

.keypdt-right .yxedr-active p {
    color: var(--colortext1);
}

.keypdt-right .yxedr-active li p {
    margin-bottom: 0;
}

.keypdt-right .yxedr-active li {
    color: var(--colormain);
}

.keypdt-right .yxedr-active ul {
    padding-inline-start: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.keypdt-right .yxedr-active {
    width: 100%;
    height: 100%;
}

.keypdt-sect3-ul li a {
    display: flex;
    align-items: center;
}

.keypdt-sect3-ul li a p {
    color: var(--colormain);
    font-size: var(--font16);
    line-height: var(--line15);
    border-bottom: 1px solid var(--colormain);
}

.keypdt-sect4-img {
    background: #F4F7FC;
}

.keypdt-dt .home-news-cont-help {
    background: var(--color2);
}

.keypdt-right .yxedr-active table td {
    width: 50%;
}

.keypdt-right .yxedr-active table tr:nth-child(n) {
    background: #F4F7FC;
}

.keypdt-right .yxedr-active table tr:nth-child(2n) {
    background: #fff;
}

.keypdt-right table td {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line12);
    padding: 12px 20px;
}

.keypdt-right .yxedr-active table {
    width: 100%;
}

.keypdt-sect6-btn {
    background: var(--colormain);
}

.keypdt-sect6-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0;
}

.keypdt-sect6-btn p {
    color: var(--color2) !important;
    margin-bottom: 0 !important;
    padding-right: 10px;
}

.mod-anchor {
    position: sticky;
    top: var(--line80);
    z-index: 90;
}

.keypdt-cont {
    position: relative;
}

.invest-iprice iframe {
    width: 100%;
}

.apply-li.on .nclr-btm-std {
    display: block;
}

.apply-li .nclr-btm-std {
    display: none;
}

.apply-main {
    background: var(--color2);
}

.apply-cont {
    position: relative;
}

.apply-cont .mod-bj {
    height: auto;
}

.apply-li {
    display: flex;
    margin-bottom: 24px;
    background: var(--colorbj);
    align-items: center;
}

.apply-li:nth-child(n) {
    flex-direction: row-reverse;
}

.apply-list {
    position: relative;
    z-index: 10;
}

.apply-li:nth-child(2n) {
    flex-direction: row;
}

.apply-li-text,
.apply-li .ys-imgbox-cover {
    width: 50%;
}

.apply-li-text {
    padding: 44px 52px;
}

.apply-li-text .std-h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.apply-li-text .std-text2 p {
    color: var(--colortext1);
    width: 80%;
}

.apply-li-text-ul {
    margin: 54px -31px 0;
    display: flex;
    flex-wrap: wrap;
}

.apply-li-text-ul li {
    width: 50%;
    padding: 0 31px;
    margin-bottom: 24px;
}

.apply-li-text-ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #ECECEC;
}

.apply-li-text-ul .std-text2 {
    color: var(--colortext1);
}

.apply-li.on .apply-li-text-ul {
    display: none;
}

.apply-li .nclr-btm-std {
    margin-top: 54px;
}

.apply-li-text-ul li .std-text2 {
    color: var(--color3);
}

.intro-sect3 {
    background: var(--color2);
}

.intro-sect-info {
    display: flex;
    background: var(--color2);
    align-items: center;
    padding: 70px 90px;
    justify-content: space-between;
}

.intro-sect1-text {
    width: 58.25%;
}

.intro-sect1-img {
    width: 32%;
}

.intro-cont .std-h2 {
    font-weight: bold;
}

.intro-sect1 .std-h2 {
    margin-bottom: 24px;
}

.intro-sect2 .std-h2,
.intro-sect3 .std-h2 {
    text-align: center;
}

.intro-sect2-li {
    display: flex;
    padding: 44px;
    background: var(--color2);
    margin-bottom: 24px;
}

.intro-sect2-ul-text {
    width: 50%;
    padding-right: 10%;
}

.intro-sect2-li .ys-slick {
    width: 50%;
    height: 100%;
}

.intro-sect2-ul-text .std-h5 {
    font-weight: bold;
    color: var(--colormain);
}

.intro-sect2-ul-text .yxedr-active li {
    color: var(--colormain);
}

.intro-sect2-ul-text .yxedr-active ul {
    padding-left: 20px;
}

.intro-sect2-ul-text .yxedr-active li p {
    margin-bottom: 0;
}

.intro-sect2-li .ys-slick .slick-dots li {
    background: rgba(103, 103, 103, .3);
}

.intro-sect2-li .ys-slick .slick-dots li.slick-active {
    background: var(--colormain);
}

.idrs-table table {
    width: 100%;
}

.idrs-table thead {
    background: #0058A3;
}

.idrs-table thead td {
    text-align: center;
    padding: 15px;
    color: var(--color2);
    font-weight: bold;
    font-size: var(--font16);
    line-height: var(--line15);
}

.idrs-table thead td {
    width: calc(76.5% / 4);
}

.idrs-table thead td:first-child {
    width: 23.5%;
}

.idrs-table tbody td {
    padding: 20px 35px;
    color: var(--color3);
    font-size: 14px;
    line-height: var(--line15);
    text-align: center;
}

.indus-main .idrs-table tbody td {
    text-align: left;
}

.indus-tab {
    margin-top: 80px;
}

.indus-cont .std-h2 {
    font-weight: bold;
}

.indus-tab-ul {
    display: flex;
    margin: 0 -40px;
}

.indus-tab-ul li {
    padding: 0 40px;
}

.indus-tab-ul li a {
    padding-bottom: 6px;
    display: block;
    position: relative;
}

.indus-tab-ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--colormain);
}

.indus-tab-ul li a {
    font-size: var(--font20);
    color: var(--color3);
    font-weight: bold;
    line-height: var(--line15);
}

.indus-tab-ul li.on a {
    color: var(--colormain);
}

.indus-tab-ul li.on a::before {
    width: 100%;
}

.indus-dt-arrange {
    position: relative;
}

.indus-dt-left {
    width: 20.8%;
    background: transparent;
    height: 100%;
    top: 120px;
}

.indus-dt-right {
    width: 79.2%;
}

.indus-dt-arrange {
    display: flex;
}

.indus-dt .anchor-ul {
    display: block;
}

.indus-dt-left .std-h3 {
    margin-bottom: 60px;
    font-weight: bold;
    color: var(--color3);
}

.indus-dt .anchor-li .std-text3 {
    color: var(--colortext2);
    font-size: var(--font16);
    cursor: pointer;
}

.indus-dt .anchor-li.on .std-text3 {
    color: var(--colormain);
}

.indus-dt .anchor-li {
    margin-bottom: 20px;
}

.indus-dt-right-set .std-h4 {
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--colormain);
}

.indus-dt-right-set .yxedr-active p {
    color: var(--colortext1);
}

.indus-dt-right-set .yxedr-active .std-h5 {
    border-bottom: 1px solid var(--colormain);
    display: inline-block;
    margin-bottom: 20px;
}

.indus-dt-right-set {
    margin-bottom: 80px;
}

.indus-dt-right-set p {
    font-size: 14px;
    line-height: var(--line15);
    color: var(--colortext2);
}

.idrs-table tbody {
    background: var(--color2);
}

.yxedr-active td,
.yxedr-active th {
    border: 1px solid #E0E2EA;
}

.ys-nyban-btn {
    width: 150px;
    border-radius: 100px;
    display: flex;
    height: 46px;
    background: var(--colormain);
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    cursor: pointer;
}

.ys-nyban-btn img {
    width: 30px;
}

.ys-nyban-btn p {
    padding-right: 12px;
}

.about-info,
.about-lab,
.about-staff,
.about-history,
.about-culture {
    position: relative;
}

.about-com {
    position: relative;
    z-index: 10;
}

.about-info .std-h3,
.about-lab .std-h3,
.about-staff .std-h3,
.about-history .std-h3,
.about-culture .std-h3 {
    position: relative;
}

.about-cont .std-h3 {
    text-align: center;
    font-weight: bold;
}

.about-info-title .std-text2 p {
    color: var(--colortext1);
}

.about-info-ul {
    display: flex;
    background: var(--color2);
}

.about-info-li {
    padding: 32px 36px 80px;
    border-right: 1px solid #ECECEC;
    width: 33.333333%;
}

.about-info-li:last-child {
    border-color: var(--color2);
}

.about-info-li-top {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.about-info-li-top .std-h4 {
    color: var(--color3);
    padding-left: 24px;
    font-weight: bold;
}

.about-info-li-bot li p {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line18);
    margin-bottom: var(--parpspace12);
    padding-left: 30px;
    position: relative;
}

.about-info-li-bot li p::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(24, 119, 242, .2);
}

.about-info-li-bot li p::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(24, 119, 242, 1);
}

.about-lab .swiper-container,
.about-culture .swiper-container {
    overflow: visible;
}

.about-lab .mass-ctf-control {
    margin-top: 44px;
}

.about-culture {
    overflow: hidden;
}

.about-lab .swiper-slide {
    position: relative;
    width: 100%;
}

.about-culture .swiper-slide {
    position: relative;
    width: 100%;
}

.about-com .swiper-slide .std-text1 {
    position: absolute;
    bottom: 20px;
    left: 38px;
    color: var(--color2);
    z-index: 10;
}

.about-lab .ys-imgbox-cover::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64.5%, rgba(0, 0, 0, 0.60) 92.3%) 50% / cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-culture .swiper-slide {
    position: relative;
}

.about-culture .about-culture-text {
    position: absolute;
    bottom: 45px;
    left: 40px;
}

.about-culture-text .std-h4 {
    color: var(--color2);
    font-weight: bold;
}

.about-culture-text .std-text2 {
    color: var(--color2);
    opacity: .8;
}

.about-culture .hpcl-swefy {
    width: calc(100% - 180px) !important;
    margin-top: 0px !important;
}

.about-culture .mass-ctf-control {
    margin-top: 50px;
}

.about-culture .swiper-slide {
    transform-origin: left;
    position: relative;
    z-index: 1;
}

.about-culture .swiper-slide.on {
    z-index: 10;
}

.about-culture-drag {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
}

.about-culture-drag.on {
    opacity: 1;
}

.map-svg {
    opacity: 0;
}

.map-svg.on {
    animation: drop 1s ease-out 0s 1 normal forwards;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.map-svg2.on {
    animation: drop 1s ease-out 0.15s 1 normal forwards;
}

.map-svg3.on {
    animation: drop 1s ease-out .3s 1 normal forwards;
}

.map-svg4.on {
    animation: drop 1s ease-out .45s 1 normal forwards;
}

.map-svg5.on {
    animation: drop 1s ease-out .6s 1 normal forwards;
}

.map-svg6.on {
    animation: drop 1s ease-out .75s 1 normal forwards;
}

.map-svg7.on {
    animation: drop 1s ease-out .9s 1 normal forwards;
}

.map-svg8.on {
    animation: drop 1s ease-out 1.05s 1 normal forwards;
}

.map-svg9.on {
    animation: drop 1s ease-out 1.2s 1 normal forwards;
}

.map-svg10.on {
    animation: drop 1s ease-out 1.35s 1 normal forwards;
}

.about-staff .std-btn1-box {
    width: 160px;
    margin: 0 auto;
}

.about-staff-cont {
    position: relative;
    margin-top: 80px;
}

.about-staff-li {
    position: absolute;
}

.about-staff-li-cont {
    position: relative;
}

.about-staff-li-cont::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 52.69%, rgba(0, 0, 0, 0.60) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-staff-li-cont .std-text2 {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    padding: 0 32px;
    color: var(--color2);
    z-index: 10;
}

.about-staff-li1 {
    left: 1.88%;
    top: 27.34%;
    width: 14vw;
}

.about-staff-li2 {
    left: 18.70%;
    top: 45.89%;
    width: 14vw;
}

.about-staff-li3 {
    left: 20.00%;
    top: 7.81%;
    width: 18.5vw;
}

.about-staff-li4 {
    left: 41.51%;
    top: 0.00%;
    width: 17.7vw;
}

.about-staff-li5 {
    left: 38.96%;
    top: 65.41%;
    width: 17vw;
}

.about-staff-li6 {
    left: 62.03%;
    top: 19.25%;
    width: 19.4vw;
}

.about-staff-li7 {
    left: 84.17%;
    top: 27.20%;
    width: 14vw;
}

.about-staff-li-img,
.about-staff-li-img img {
    width: 100%;
}

.about-staff-ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-staff-bj {
    width: 100%;
}

.about-staff-li {
    transition: all .8s ease-out;
}

.about-staff-li.on {
    transform: scale(1.2);
}

.about-staff-li.active {
    transform: scale(0.9);
}

.ahts-li-left {
    width: 56%;
    position: relative;
    height: 100%;
}

.ahts-li-right {
    width: 44%;
    padding-left: 9.75%;
}

.ahts-li-left-time {
    width: 34%;
    position: absolute;
    top: -36px;
    right: 0;
}

.ahts-li-left .ys-imgbox-cover {
    width: 87.5%;
}

.ahts-li-left-time span {
    color: var(--colormain);
    font-size: 60px;
    font-weight: bold;
    line-height: var(--line12);
    display: block;
    font-family: var(--family3);
}

.ahts-li-left-time span:last-child {
    text-align: right;
}

.ahts-li-left {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.ahts-li-right li {
    margin-bottom: 12px;
}

.ahts-li-right-title {
    color: var(--colormain);
    font-family: var(--family2);
}

.ahts-li-right-text {
    color: var(--color3);
}

.about-history-top {
    margin-bottom: 60px;
}

.about-history-bot {
    background: var(--color2);
    border-radius: 100px;
    height: 100px;
    position: relative;
}

.about-history-bot-slick .slick-track {
    display: flex;
    margin: 0 auto;
}

.ahts-li {
    margin-top: 38px;
}

.ahbs-li-bot {
    color: var(--color3);
    font-size: var(--font16);
    line-height: var(--line18);
    text-align: center;
}

.ahbs-li-top {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line18);
    border-radius: 13px;
    background: #F4F7FC;
    padding: 0 22px;
    text-align: center;
}

.ahbs-li-mid {
    margin: 5px auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F4F7FC;
    position: relative;
}

.ahbs-li-mid::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--colormain);
    transform: translate(-50%, -50%);
}

.ahbs-li {
    width: 20%;
    padding: 0 27.5px;
    cursor: pointer;
}

.about-history-bot-line {
    height: 2px;
    background: linear-gradient(90deg, rgba(24, 119, 242, 0.00) 0%, #1877F2 19%, #1877F2 78%, rgba(24, 119, 242, 0.00) 100%);
}

.about-history-bot-slick {
    top: 52%;
}

.about-history-bot-perv {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--colorbj);
    cursor: pointer;
}

.about-history-bot-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--colorbj);
    cursor: pointer;
}

.about-history-bot-perv img,
.about-history-bot-next img {
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-history-bot-perv.slick-disabled,
.about-history-bot-next.slick-disabled {
    opacity: .5;
    pointer-events: none;
}

.ahbs-li.on .ahbs-li-top {
    background: var(--colormain);
    color: var(--color2);
    font-family: var(--family2);
}

.invest-intro-bot {
    background: var(--color2);
    padding: 50px 68px;
    display: flex;
}

.invest-intro-bot-left {
    width: 20.8%;
    border-right: 1px solid #D9D9D9;
}

.invest-intro-bot-right {
    width: 79.2%;
    padding-left: 5%;
}

.iibr-ul {
    display: flex;
    margin-bottom: 36px;
}

.iibr-ul li {
    width: 20%;
}

.iibr-ul-title {
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line15);
    margin-bottom: var(--parpspace12);
}

.iibr-ul-numm {
    color: var(--color3);
    font-size: 36px;
    font-family: var(--family3);
    line-height: var(--line15);
}

.iibr-time {
    color: var(--colortext2);
    font-size: 14px;
    line-height: var(--line15);
    font-family: var(--family2);
}

.iibl-bit span {
    font-family: var(--family2);
}

.invest-intro-bot-left .std-h5 {
    font-size: var(--font20);
    color: var(--color3);
    line-height: var(--line15);
    margin-bottom: var(--parpspace12);
}

.iibl-bit {
    color: var(--color4);
    font-size: var(--font16);
    line-height: var(--line15);
    margin-top: 20px;
}

.iibl-mid-left-text {
    color: var(--color1);
    font-size: 55px;
    font-family: var(--family3);
}

.iibl-mid-img p {
    color: #F13838;
    font-size: 14px;
    text-align: center;
    font-family: var(--family2);
}

.iibl-mid-img-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iibl-mid {
    display: flex;
    align-items: flex-end;
}

.iibl-mid-img {
    padding-left: 15px;
}

.invest-intro-top {
    margin-bottom: 56px;
}

.iibl-mid-img-icon img:first-child {
    display: none;
}

.iibl-mid-img-icon.on img:first-child {
    display: block;
}

.iibl-mid-img-icon.on img:last-child {
    display: none;
}

.form-cont {
    position: relative;
}

.form-title {
    text-align: center;
}

.form-dt {
    position: relative;
    z-index: 10;
}

.form-cont .mod-bj {
    height: auto;
}

.form-title .std-text1 p {
    color: var(--colortext1);
}

.form-title .std-h4 {
    margin-bottom: 10px;
}

.form-dt {
    background: var(--color2);
    padding: 76px;
}

.form-apply-list .std-h5 {
    color: var(--colormain);
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ECECEC;
}

.fall-name {
    font-size: var(--font16);
    color: #3C3C3C;
    line-height: var(--line15);
}

.fall-name span,
.fall-tips span {
    color: #C7000B;
    font-size: 14px;
    line-height: var(--line15);
}

.fall-text input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
}

.fall-text {
    margin: 10px 0 0;
    border: 1px solid #ECECEC;
}

.fall-text input::placeholder,
.fall-text textarea::placeholder {
    color: var(--colortext2);
    font-size: 14px;
}

.fall-text input {
    color: var(--color4);
    font-size: 14px;
}

.fall-text textarea {
    color: var(--color4);
    font-size: 14px;
    line-height: var(--line15);
    padding: 8px 12px;
    width: 100%;
    height: 80px;
}

.form-apply-list3 .form-apply-list-ul {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
}

.form-apply-list3 .form-apply-list-ul .form-apply-list-li {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.fall-name span {
    padding-left: 5px;
}

.fall-select,
.fall-select-last {
    display: flex;
}

.fall-select-left {
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #DBDBDB;
    cursor: pointer;
    margin-top: 3px;
}

.fall-select-left::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: var(--colormain);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.fall-select-right {
    padding-left: 10px;
    color: var(--color4);
    font-size: 14px;
    line-height: var(--line15);
}

.fall-select {
    margin-bottom: 10px;
}

.fall-select-right span {
    color: #C7000B;
    padding-right: 3px;
}

.fall-select-right a {
    color: var(--colormain);
    border-bottom: 1px solid var(--colormain);
}

.form-apply-list-btn {
    width: 100%;
    line-height: 48px;
    background: var(--colormain);
    font-size: var(--font16);
    text-align: center;
    color: var(--color2);
    margin-top: 28px;
}

.fall-verification {
    width: 100% !important;
}

.fall-code {
    display: flex;
    align-items: flex-end;
}

.fall-code-left {
    width: 50%;
    padding-right: 12px;
    position: relative;
}

.fall-code-right {
    padding-left: 12px;
    display: flex;
    height: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.fall-code-right img {
    width: 24px;
}

.fall-code-right p {
    color: var(--colormain);
    font-size: 14px;
    padding-left: 10px;
    cursor: pointer;
}

.fall-icon {
    position: absolute;
    bottom: 3px;
    right: 13px;
    cursor: pointer;
    width: 115px;
}

.fall-verification input {
    padding: 0 130px 0 12px;
}

.fall-tips {
    display: none;
    margin-top: 5px;
}

.form-apply-list-li .ys-select {
    height: 42px;
    border: 1px solid #ECECEC;
    margin: 10px 0 0;
}

.form-apply-list-li .ys-select-bd {
    border: 1px solid #ECECEC;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 2px);
}

.icon-arrow-down:before {
    color: var(--colormain);
}

.form-apply-list-li .ys-select-xtbbox {
    right: 12px;
}

.ys-fiiss-input {
    border: 10px solid #F8F8F8;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}

.ys-fiiss-input input {
    border-radius: 4px;
    padding: 4px 10px;
    width: calc(100% - 30px);
    flex-grow: 1;
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--colortext1);
}

.ys-fiiss-input-close {
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0;
    transition: all .4s ease;
}

.ys-fiiss-input-close .iconfont {
    font-size: 14px;
}

.ys-form-inof-item .ys-select-li:hover {
    color: var(--colormain);
}

.ys-form-inof-item .ys-select-li {
    font-size: var(--font16);
    line-height: var(--line15);
    color: var(--colortext1);
    padding: 0.5em 20px;
    transition: all .4s ease;
}

.form-apply-list-li .ys-select-show {
    padding: 0 40px 0 12px;
}

.ys-fiiss-core,
.form-apply-list .ys-fii-select .ys-select-bd {
    height: calc(var(--font16)* 10 + 20px);
}

.fall-select3,
.fall-select-must {
    display: block;
}

.form-apply-bot {
    display: block !important;
    margin: 0 !important;
}

.form-apply-bot .form-apply-list-li {
    width: 100% !important;
    padding: 0 !important;
}

.ys-fiiss-input.act .ys-fiiss-input-close {
    opacity: 1;
}

.fall-select.on .fall-select-left::before {
    opacity: 1;
}

.form-apply-list-li.ys-form-empty .fall-tips {
    display: block;
}

.form-apply-list-li.ys-form-empty .fall-text {
    border-color: var(--colormain);
}

.form-apply-list-li.ys-form-empty .ys-select {
    border-color: var(--colormain);
}

.ybsn-control span {
    font-family: var(--family2);
}

.hnib-right-ul {
    display: none;
}

.hnib-right-ul.on {
    display: block;
}

.hnib-cont {
    display: flex;
}

.hnib-ul {
    width: 57%;
    padding: 22px 0;
}

.hnib-right {
    width: 43%;
    padding: 22px 20px;
}

.hnib-right-li a {
    color: var(--colortext1);
    font-size: var(--font16);
    line-height: var(--line15);
}

.hnib-cont .hnia-left-link-title {
    line-height: var(--line15) !important;
}

.hnib-right-li,
.hnib-li {
    margin-bottom: 20px;
}

.hnib-right-li.yxnav-active3 a {
    color: var(--colormain);
}

.ys-ban-li.slick-current .std-h1 {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.3s;
}

.ys-ban-li.slick-current .ys-ban-text {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.4s;
}

.ys-ban-li.slick-current .ys-ban-btn {
    animation: ysfadeInUp 0.8s ease-in-out both;
    animation-delay: 0.5s;
}

.hpcu-list {
    width: 33.333333%;
}

.home-plan-box {
    width: 100%;
}

.yxedr-active table {
    margin-bottom: 24px;
}

.form-apply-list-li .mCSB_outside+.mCSB_scrollTools {
    right: 0px;
    height: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
}

.about-lab .swiper-container {
    width: calc(100% - 180px);
    margin: 0 !important;
}

.ys-ph-navbar2 .ys-phnav-logo {
    background: transparent;
}

.ys-ph-navbar2 .ys-phnav-menubtn span,
.ys-ph-navbar2 .ys-phnav-menubtn::after,
.ys-ph-navbar2 .ys-phnav-menubtn::before {
    background: var(--color1);
}

.ys-ph-navbar2 .ys-phnav-search .iconfont {
    color: var(--color1);
}

.ys-ph-navbar2 .ys-phnav-menu {
    background: var(--color1);
}

.yxedr-active ul li {
    list-style-type: disc;
}

/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child),
.ahts-li:not(:first-child) {
    display: none;
}

/* 省略号 */
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 过渡 */
.transition-time,
.hpsl-link .std-text1,
.ys-hd-pc,
.hnia-left-link-title,
.hnia-left-link img,
.hnic-li a,
.dula-list-text,
.dltp-ri,
.ys-imgbox-cover,
.mass-ctf-img,
.mass-ctf-text .std-text2 p,
.social-bot-li-text .std-text2,
.newdt-page-right,
.newpdt-li-bj::before,
.newpdt-li .nclr-btm-std,
.invest-regular-li a::before,
.anchor-li .std-text2::before,
.invest-regular-li-top .std-h5,
.apply-li-text-ul a,
.apply-li-text-ul .std-text2,
.apply-li-text-ul li a,
.indus-tab-ul li a,
.indus-tab-ul li a::before,
.about-culture .swiper-slide,
.map-svg,
.fall-select-left,
.fall-select-left::before,
.fall-text,
.hnib-right-li a {
    transition: all .36s;
}

.transition-time2 {
    transition: all .5s;
}

@media screen and (min-width: 1200px) {
    .hpsl-link:hover .std-text1 {
        color: var(--color1);
    }

    .hnia-right .hnia-left-link:hover .hnia-left-link-title {
        color: var(--colormain) !important;
    }

    .hnic-li:hover a {
        color: var(--colormain);
    }

    .dcab-ul-list:not(:first-child):hover .dula-list-text,
    .dcab-ul-list:not(:first-child):hover .dltp-ri {
        color: var(--colormain);
    }

    .dcab-ul-list:not(:first-child):hover .ys-imgbox-cover img {
        transform: scale(1);
    }

    .dcab-ul-list:not(:first-child):hover .ys-imgbox-cover img:last-child {
        opacity: 1;
    }

    .dcab-ul-list:not(:first-child):hover .ys-imgbox-cover img:first-child {
        opacity: 0;
    }

    .slui-all:hover .ys-imgbox-cover img {
        transform: scale(1.05);
    }

    .bcul-cont:hover .ys-imgbox-cover {
        transform: scale(1.05);
    }

    .mass-ctf .swiper-slide a:hover .mass-ctf-img {
        border-color: var(--colormain);
    }

    .mass-ctf .swiper-slide a:hover .mass-ctf-img {
        border-color: var(--colormain);
    }

    .mass-ctf .swiper-slide a:hover .mass-ctf-text .ys-imgbox-cover img:last-child {
        opacity: 0;
    }

    .mass-ctf .swiper-slide a:hover .mass-ctf-text .ys-imgbox-cover img:first-child {
        opacity: 1;
    }

    .mass-ctf .swiper-slide a:hover .mass-ctf-text .ys-imgbox-cover img {
        transform: scale(1);
    }

    .mass-ctf .swiper-slide a:hover .mass-ctf-text .std-text2 p {
        color: var(--colormain);
    }

    .social-bot-li a:hover .social-bot-li-text .std-text2 {
        color: var(--colormain);
    }

    .newdt-page-li a:hover .newdt-page-right {
        color: var(--colormain);
    }

    .logical-li-cont:hover .llci-icon {
        background: var(--colormain);
    }

    .logical-li-cont:hover .llci-icon img:last-child {
        opacity: 0;
    }

    .logical-li-cont:hover .llci-icon img:first-child {
        opacity: 1;
    }

    .logical-li-cont:hover .logical-li-cont-text p {
        color: var(--colormain);
    }

    .newpdt-li a:hover .nclr-btm-std {
        opacity: 1;
    }

    .newpdt-li a:hover .newpdt-li-bj::before {
        width: 100%;
    }

    .invest-regular-li a:hover::before {
        width: 100%;
    }

    .invest-interim-li a:hover .std-h5 {
        color: var(--colormain);
    }

    .pllc-text .nclr-btm-std a:hover img:last-child,
    .apply-li .nclr-btm-std a:hover img:last-child {
        opacity: 1;
    }

    .pllc-text .nclr-btm-std a:hover img:first-child,
    .apply-li .nclr-btm-std a:hover img:first-child {
        opacity: 0;
    }

    .apply-li-text-ul li a:hover .std-text2 {
        color: var(--colormain);
    }

    .apply-li-text-ul li a:hover {
        border-color: var(--colormain);
    }

    .indus-tab-ul li a:hover {
        color: var(--colormain);
    }

    .indus-tab-ul li a:hover::before {
        width: 100%;
    }

    .about-culture .swiper-slide:hover {
        transform: scale(1.05);
    }

    /* .about-culture .swiper-container:hover {
        cursor: none !important;
    } */
    .hnib-right-li a:hover {
        color: var(--colormain);
    }

    .std-btn1-box-border:hover {
        border: 1px solid var(--color1);
    }

    .head-nav-item-title:hover {
        color: var(--colormain);
    }
}

/* 选型表 - start*/
:focus {
    outline: none !important;
}

.mc_container {
    width: 100%;
}

.mc_rtv_l {
    width: 250px;
    opacity: 1;
}

.mc_rtv_r {
    width: calc(100% - 280px);
}

.mc_rtv_hd p {
    font-size: 14px;
    line-height: 22px !important;
    color: var(--color3);
}

.mc_rtv_hd .mc_rtvhd_btn {
    display: flex;
    vertical-align: middle;
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
    color: var(--colormain);
    transition: all .36s;
    border: 1px solid var(--colormain);
}

.mc_rtv_sor {
    display: none;
}

.mc_rtvbtn_dl {
    margin-left: 15px;
}

.mc_rtv_r.mc_rtvr_full {
    /* width: 100%; */
    flex-grow: 1;
}

.mc_rtv_r.mc_rtvr_full .mc_rtv_sor {
    display: block;
}

.mc_rtv_sor {
    margin-right: 20px;
}

.mc_rtvl_list {
    background: #F4F7FC;
    padding-bottom: 10px;
}

.mc_rtvl_xlhd {
    padding: 23px 27px 5px;
    cursor: pointer;
}

.mc_rtvl_inputbox {
    max-width: calc(100% - 15px);
}

.mc_rtvl_xtb {
    width: 15px;
    line-height: 20px;
}

.mc_rtvl_xtb img {
    width: 100%;
}

.mc_rtvl_inputbox {

    user-select: none;
}

.mc_tab_compare,
.mc_rtvl_checkbox {
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #D3D3D3;
    background: #F9FAFD;
    margin-top: 2px !important;
    border-radius: 2px;
    cursor: pointer;
}

.mc_tab_compare::before,
.mc_rtvl_checkbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images/b2_icon01.svg) center / cover no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.mc_tab_compare:checked,
.mc_rtvl_checkbox:checked {
    /* background: #666; */
    border-color: var(--colormain);
}

.mc_tab_compare:checked::before,
.mc_rtvl_checkbox:checked::before {
    opacity: 1;
}

.mc_rtvl_inputbox span {
    float: left;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.mc_rtvl_xlbd {
    /* display: none; */
    padding: 20px 15px;
    background: #F4F7FC;
}

/* .mc_rtvl_xlbd .slider {
    width: 100%;
} */
.mc_rtvl_xlhd.act .mc_rtvl_xtb {
    transform: rotate(180deg);
}

.mc_tab_sortbtn {
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    text-align: left;
}

.mc_tab_sortbtn::before {
    content: "";
    position: absolute;
    right: 15px;
    left: inherit !important;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 6px;
    background: url(../images/icon_01.svg) center / cover no-repeat;
}

.mc_tab_sortbtn::after {
    content: "";
    position: absolute;
    left: inherit;
    top: 50%;
    right: 15px;
    margin-top: 5px;
    width: 12px;
    height: 6px;
    background: url(../images/icon_02.svg) center / cover no-repeat;
}

.mc_tab_th.desc .mc_tab_sortbtn::before {
    opacity: .5;
}

.mc_tab_th.asc .mc_tab_sortbtn::before {
    opacity: 1;
}

.mc_tab_th.asc .mc_tab_sortbtn::after {
    opacity: .5;
    /* transform: rotate(180deg); */
}

.mc_tab_th.desc .mc_tab_sortbtn::after {
    opacity: 1;
    /* transform: rotate(180deg); */
}

.mc_table {
    width: 100%;
}

.mc_table th,
.mc_table td {
    font-size: var(--font16);
    line-height: 1.5;
    color: var(--color3);
    padding: 12px 15px;
    padding-right: 24px;
}

.mc_table td a {
    font-size: inherit;
    line-height: inherit;
    color: var(--color3);
}

.mc_tab_pro.act td a {
    color: var(--colormain);
}

.mc_table td p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_tab_searchbox {
    position: relative;
    margin-top: 10px;
    border: 1px solid #ddd;
    width: 200px;
    height: 24px;
}

.mc_tabsearch_input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 5px;
    padding-right: 20px;
    color: #666;
}

.mc_tabsearch_btn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.mc_tabproxl_box {
    position: relative;
    padding: 25px 40px;
}

.mc_tabproxl_close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    width: 20px;
    cursor: pointer;
}

.mc_tabproxl_l {
    width: calc(100% - 360px);
    border-right: 1px dashed silver;
}

.mc_tabproxl_r {
    width: 360px;
}

.mc_tabproxl_imgbox {
    width: 171px;
}

.mc_tabproxl_message {
    width: calc(100% - 171px);
    padding-left: 5vw;
}

.mc_tabproxl_imgbox a {
    display: block;
}

.mc_tabproxl_message h4 {
    font-size: 18px;
    line-height: 1.5;
    color: var(--rtvmain1);
    margin-bottom: 20px;
}

.mc_tabproxl_message p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--rtvmain1);
    margin-bottom: 10px;
}

.mc_tabproxl_message a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_tab_bd tr {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.mc_tab_proxl {
    display: none;
}

.demo-slider {
    width: 100%;
}

.g_advb {
    margin-right: 18px;
}

.g_advbox {
    width: 100%;
    margin: 0 -15px;
}

.g_advfl {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    line-height: 24px;
}

.g_advfr {
    width: 50px;
    height: 24px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}

.g_advfr input {
    width: 100%;
    height: 100%;
    padding: 0 3px;
}

.layui-slider {
    height: 2px;
    background: #e2e2e2;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
}

.layui-slider-wrap-btn {
    width: 10px;
    height: 10px;
}

.layui-slider-bar {
    top: 1px;
}

.layui-slider-wrap-btn {
    background: #555555;
    border: 2px solid #555555;
}

.layui-slider-wrap-btn {
    background: #555555;
    border: 2px solid #555555;
}

.g_advbox {
    text-align: center;
    width: 172px;
}

.g_advboxin {
    display: inline-block;
}

.g_advb:nth-child(2) {
    margin-right: 0;
}

.g_adv {
    margin-bottom: 30px;
    width: 300px;
}

.g_search {
    padding: 60px;
    background: #f9f9f9;
    border-top: 3px solid #999;
    border-bottom: 1px solid #e0e0e0;
}

.g_advtopfl {
    width: 120px;
    line-height: 1.2;
    color: #333;
    font-size: 16px;
    padding-right: 20px;
}

.g_advtopfr {
    width: 250px;
    margin-top: 16px;
}

.g_advbox {
    margin-top: 18px;
}

.g_inp input {
    width: 100%;
    border: 1px solid #eee;
    height: 40px;
    padding: 0 15px;
    color: #666;
    font-size: 14px;
}

.g_input .g_advtopfr {
    margin-top: 0;
}

.g_xltop {
    width: 100%;
    border: 1px solid #eee;
    padding: 0 15px;
    cursor: pointer;
}

.g_xltopfl {
    width: calc(100% - 16px);
}

.g_xltopfr {
    width: 16px;
    line-height: 40px;
}

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

.g_xltopfl p {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.g_xiala .g_advtopfr {
    margin-top: 0;
    position: relative;
}

.g_xlbot {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    padding: 18px 15px 10px;
    display: none;
}

.g_xllifl {
    width: 14px;
    position: relative;
}

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

.g_xlli1 {
    position: relative;
    top: 0;
    left: 0;
}

.g_xlli2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.g_xllifr {
    width: calc(100% - 16px);
    padding-left: 15px;
}

.g_xlbot li {
    margin-bottom: 10px;
    cursor: pointer;
}

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

.g_xlbot li.active .g_xlli1 {
    opacity: 0;
}

.g_xlbot li.active .g_xlli2 {
    opacity: 1;
}

.g_xltop.on .g_xltopfr img {
    transform: rotate(180deg);
}

.g_search_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.g_slider {
    float: left;
    width: 50%;
    padding-right: 80px;
}

.g_search_content {
    max-width: 1000px;
    border-right: 1px dashed silver;
}

.g_search_title {
    word-break: break-word;
    white-space: normal;
}

.g_xiala {
    width: 100%;
}

.mc_btn {
    display: inline-block;
    padding: 0 1rem;
    cursor: pointer;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    background-color: #c00;
    border-color: #c00;
    color: #fff;
}

.mc_btn[disabled] {
    background-color: #ccc;
    border-color: #ccc;
    text-decoration: none;
    cursor: not-allowed;
}

.mc_rtv_btn {
    margin-top: 20px;
}

.mc_rtvl_select {
    color: #666;
    font-size: 14px;
    border: 1px solid silver;
    padding: 5px;
}

.mc_rtvl_xlcheck {
    padding-top: 0;
}

.mc_rtvl_xlcheck .mc_rtvl_inputbox {
    margin: 5px 0;
}

.mc_rtvl_xlscroll {
    max-height: 188px;
    overflow: hidden !important;
}

@media screen and (min-width:1200px) {
    .mc_rtvhd_btn:hover {
        background: var(--colormain);
        color: #fff;
    }

    .mc_tabproxl_message a:hover {
        text-decoration: underline;
    }

    /* .mc_tab_pro:hover {
        background: #edf7f8;
    } */

    .mc_rtvhd_btn:hover .selet_top_img img:nth-child(1) {
        opacity: 0;
    }

    .mc_rtvhd_btn:hover .selet_top_img img:nth-child(2) {
        opacity: 1;
    }

    .mc_rtvhd_btn:hover p {
        color: #fff;
    }

    .selet_top .mc_rtvbtn_reset:hover {
        text-decoration: underline;
    }

    /* .mc_table_hd .mc_tab_th:hover {
        background: rgb(232, 232, 232);
    }

    .mc_table_hd .sele_th:hover {
        background: rgb(232, 232, 232);
    } */
    .rtv_clear:hover {
        text-decoration: underline;
    }

    .rtv_status:hover span {
        text-decoration: underline;
    }

    .selet_top .mc_rtvbtn_compare_font:hover {
        text-decoration: underline;
    }
}

/* 新增 star */


.sele_wrap {
    width: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.sele_wrap_icon {
    width: 100%;
    position: relative;
    z-index: -1;
}

.sele_wrap_icon img {
    width: 16px;
}

.sele_pop {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 310px;
    border: solid 1px #ececec;
    background: #F4F7FC;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
}

.sele_th.on .sele_pop {
    opacity: 1;
    pointer-events: all;
}

.sele_pop_top_icon {
    width: 20px;
    cursor: pointer;
}

.sele_pop_top_icon img {
    width: 100%;
}

.sele_pop_top {
    display: flex;
    justify-content: flex-end;
    padding: 12px;
    background: #004885;
    /* border-bottom: 1px solid #ccc; */
}

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

.sele_pop_btm_head {
    width: 100%;
    padding: 20px;
}

.sele_pop_btm .mc_tab_searchbox {
    width: 100%;
    height: 36px;
    margin-top: 0;
    margin-bottom: 15px;
}

.sele_pop_btm .mc_rtvl_inputbox span {
    font-weight: normal;
    color: #666;
}

.sele_pop_btm_reset {
    display: inline-block;
    cursor: pointer;
}

.sele_pop_btm_reset p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--colormain);
}

.sele_pop_btm_reset p:hover {
    text-decoration: underline;
}

.sele_th.on {
    position: relative;
    z-index: 10;
}


.sele_pop_btm_selec {
    width: 100%;
    padding: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.sele_pop1 .sele_pop_btm_head {
    padding-bottom: 10px;
}

.spbs_top {
    min-height: 80px;
}


.spbh_input {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
}

.spbh_input_le {
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #D3D3D3;
    background: #F9FAFD;
    pointer-events: none;
    border-radius: 2px;
    transition: all 0.36s;
    margin-top: 0;
}

.spbh_input.on .spbh_input_le {
    border-color: var(--colormain);
}

.spbh_input_ri {
    width: calc(100% - 15px);
}

.spbh_input_ri span {
    width: calc(100% - 15px);
    padding: 0 10px;
    font-size: 14px;
    /* line-height: 20px; */
    color: var(--color3);
    font-weight: normal;
}


.spbh_input.on .spbh_input_le::after {
    opacity: 1;
}

.spbh_input_le::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../images/b2_icon01.svg) center / cover no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
}

/* .sele_pop .g_advtopfr {
    width: 100%;
} */

.mc_rtvl_li {
    position: relative;
}

.mc_rtvl_li.act::after {
    opacity: 1;
}

.mc_rtvl_li::after {
    content: '';
    position: absolute;
    top: 6px;
    width: 6px;
    height: 6px;
    background: var(--colormain);
    border-radius: 50%;
    right: 6px;
    opacity: 0;
    transition: all 0.36s;
}

.mc_tab_th {
    position: relative;
}

.mc_tab_th_wrap::after {
    content: '';
    position: absolute;
    top: 15px;
    width: 6px;
    height: 6px;
    background: var(--colormain);
    border-radius: 50%;
    right: 6px;
    opacity: 0;
    transition: all 0.36s;
}

.mc_tab_th.act .mc_tab_th_wrap::after {
    opacity: 1;
}

.selet_top {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.selet_top.mc_rtvr_full .mc_rtv_hor {
    display: none;
}

.selet_top.mc_rtvr_full .mc_rtv_sor {
    display: block;
}

.selet_top_img {
    position: relative;
    width: 18px;
}

.selet_top_img img {
    transition: all 0.36s;
}

.selet_top_img img:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
}

.selet_top_img img:nth-child(2) {
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
}

.mc_rtvhd_btn {
    display: flex !important;
    align-items: center;
}

.mc_rtvhd_btn p {
    padding-left: 8px;
    transition: all 0.36s;
}

.mc_rtvhd_btn p {
    color: var(--colormain);
}

.mc_rtv_hd .mc_rtvhd_btn {
    line-height: inherit;
    padding: 0px 20px;
}

.selet_top .mc_rtvbtn_reset {
    border-color: transparent;
    background: transparent !important;
    color: var(--rtvmain1) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mc_rtvbtn_hide.on,
.mc_rtvbtn_show.on {
    background: var(--rtvmain);
}

.mc_rtvbtn_hide.on p,
.mc_rtvbtn_show.on p {
    color: #fff;
}

.mc_rtvbtn_hide.on .selet_top_img img:nth-child(1),
.mc_rtvbtn_show.on .selet_top_img img:nth-child(1) {
    opacity: 0;
}

.mc_rtvbtn_hide.on .selet_top_img img:nth-child(2),
.mc_rtvbtn_show.on .selet_top_img img:nth-child(2) {
    opacity: 1;
}

.mc_rtv_hd_r .mc_rtvhd_btn {
    border-color: transparent;
    background: transparent !important;
    color: var(--colormain) !important;
    display: inline-block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mc_retrieval_box {
    border: solid 1px;
    border-color: #ececec;
    border-top: 0;
}

.mc_table_hd .mc_tab_th {
    /* border-bottom: solid 1px #babfc7; */
    background: var(--color1);
    position: relative;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.mc_table_hd .mc_tab_th::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ECECEC;
}

.mc_table_hd .mc_tab_sortbtn {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    /* border-left: solid 1px #babfc7; */
    min-height: 2em;
    /* border-right: solid 1px #babfc7; */
}

.mc_table_hd .mc_tab_th {
    padding-left: 0;
    padding-right: 0;
}

.mc_table_hd .mc_tab_th:first-child .mc_tab_sortbtn {
    border-left: none;
}

.mc_table_hd .sele_th {
    padding-top: 16px;
    padding-bottom: 16px;
    /* border-bottom: 1px solid #babfc7; */
    /* background: rgb(248, 248, 248); */
    position: relative;
    background: #004885;
}

.mc_table_hd .sele_th::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #babfc7;
}

.mc_rtv_bd_r {
    /* height: 600px; */
    /* overflow: auto; */
}

.mc_rtv_bd_l {
    /* height: 600px;
    overflow-y: auto;
    overflow-x: hidden; */
}

.mc_table_hd {
    position: relative;
    z-index: 10;
    background: rgb(248, 248, 248);
}

.mc_tab_bd,
.sele_th0 {
    position: relative;
    z-index: 5;
}

.mc_tab_pro td {
    min-width: 140px;
}

.mc_tab_bd .mc_tab_td0 {
    background: var(--colorbj);
}

/* .mc_tab_bd .mc_tab_td0::after,
.mc_table_hd .mc_tab_td0::after,
.mc_table_hd .sele_th0::after {
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(25%, rgba(0, 0, 0, 0.035)), color-stop(79%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.035) 25%, rgba(0, 0, 0, 0) 79%);
    display: block;
    width: 20px;
    height: 100%;
    z-index: 1;
} */
.mc_table_hd .mc_tab_th:nth-child(2) .mc_tab_sortbtn {
    border-left: none;
}

.mc_tab_bd .mc_tab_td0,
.mc_table_hd .mc_tab_td0,
.mc_table_hd .sele_th0 {
    min-width: 310px;
}

/* 新增 end */
.mc_rtv_l {
    width: 0;
    opacity: 0;
}

.mc_retrieval_box.on1 .mc_rtv_l {
    opacity: 1;
    background: #F4F7FC;
    width: 280px;
}

.mc_rtvl_inputbox {
    max-width: calc(100% - 30px);
}

.mc_table_hd .sele_th:nth-last-of-type(-n+2) .sele_pop {
    left: auto;
    right: 0;
}

.mc_tab_btn {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mc_tab_btn li {
    padding: 0 15px;
}

.mc_tab_td0 .rtv_font {
    line-height: inherit;
    padding-left: 25px;
}

.rtv_submit {
    display: none;
}

.rtv_submit_box {
    padding: 16px 24px 12px;
    display: flex;
    align-items: baseline;
    background-color: #f7f7f7;
    width: 100% !important;
    margin-top: 24px;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -8px 8px rgba(0, 0, 0, 0.1);
}

.rtv_submit_btn_font {
    color: #fff;
    background: var(--rtvmain);
    line-height: 40px;
    min-width: 120px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
}

.rtv_submit_btn,
.rtv_submit_clear {
    margin-right: 24px;
}

.rtv_clear {
    color: var(--rtvmain1);
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.rtv_submit_select li {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    padding-inline: 16px;
    border-radius: 32px;
    border: 1px solid rgb(153, 153, 153);
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    transition: opacity 100ms cubic-bezier(0.4, 0, 1, 1) 0s, transform 100ms cubic-bezier(0.4, 0, 1, 1) 0s, color 100ms cubic-bezier(0.4, 0, 1, 1) 0s, background-color 100ms cubic-bezier(0.4, 0, 1, 1) 0s, box-shadow 100ms linear 0s, -webkit-transform 100ms cubic-bezier(0.4, 0, 1, 1) 0s, -webkit-box-shadow 100ms linear 0s;
    cursor: pointer;
    margin-right: 16px;
    line-height: 2;
    font-size: 14px;
    vertical-align: middle;
}

.rtv_submit_select img {
    width: 12px;
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.mc_table_hd .sele_th {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}

.sele_wrap_icon {
    padding: 16px 20px;
    text-align: left;
}

.g_advtopfr {
    width: 200px;
}

.sele_pop {
    width: 100%;
}

.rtv_status_img {
    width: 22px;
    margin-right: 7px;
}

.rtv_status_img img {
    width: 100%;
}

.rtv_status span {
    max-width: calc(100% - 29px);
    line-height: 1.5 !important;
    position: relative;
    top: 2px;
}

.rtv_status span,
a.rtv_status {
    color: #666;
    line-height: inherit;
}

.rtv_status {
    display: flex;
    align-items: flex-start;
}

.mc_tab_td .rtv_status_inof p {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

.mc_tab_td .rtv_status_inof {
    padding: 0.5em;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: calc(100% - 10px);
    width: 330px;
    z-index: 10;
    background: #fff;
    display: none;
}

.mc_tab_pro:nth-last-child(-n+2) .mc_tab_td .rtv_status_inof {
    top: auto;
    bottom: 0;
}

/* .mc_rtv_bd_l,
.mc_rtv_bd_r{
    max-height: calc(100vh - 69px);
    height: auto;
} */
.mc_tab_sortbtn::before {
    left: calc(100% - 30px);
}

.mc_rtvl_xlbd {
    height: 0;
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.mc_rtvl_li.on1 .mc_rtvl_xlbd {
    height: auto;
    opacity: 1;
    pointer-events: all;
}

.mc_rtvl_xlbd {
    padding: 0;
}

.mc_rtvl_xlbd .mc_rtvl_xlbd_core {
    padding: 10px 15px 20px 40px;
}

/* .mc_rtv_bd_l, .mc_rtv_bd_r {
    max-height: none;
}
.mc_tab_bd {
    height: 100vh;
    overflow: auto;
} */
/* .mc_rtv_bd_r{
    overflow-x: auto;
    max-height: none;
}*/
/* .mc_rtv_bd_l, .mc_rtv_bd_r{
    max-height: none;
}
.mc_rtv_bd_r .mc_table{
    max-height: none;
}  */
/* .mc_rtv_bd_l {
    min-height: 100%;
    overflow-y:inherit;
    overflow-x: inherit;
} */
.mc_retrieval_box {
    display: flex;
    z-index: 90;
    position: relative;
}

.mc_rtv_bd_l {
    border-right: solid 1px;
    border-right-color: #ececec;
    position: relative;
}

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

.mc_rtv_r {
    position: relative;
    z-index: 9;
}

.mc_rtv_bd_lt {
    position: absolute;
    height: 100%;
    right: -10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(79%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 79%);
    width: 9px;
    top: 0;
}

/* .mc_rtv_bd_r{
    overflow-x: auto;
} */
/* .mc_rtv_bd_r,.mc_rtv_r.mc_rtvr_full,.mc_rtv_r  {
    height: calc(100vh - 69px);
} 
.mc_retrieval.submit1 .mc_rtv_bd_r,
.mc_retrieval.submit1 .mc_rtv_r.mc_rtvr_full,
.mc_retrieval .mc_rtv_r  {
    height: calc(100vh - 177px);
} */
.mc_retrieval_box.on1 .mc_rtv_l {
    overflow: inherit;
}

.mc_rtv_l {
    overflow: hidden;
}

.rtv_submit_box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 80;
}

.mc_tab_td0 {
    cursor: pointer;
}

.mc_tabproxl_l {
    width: auto;
    border-right: 0;
    padding-right: 20px;
}

.mc_tabproxl_box .mc_tabproxl_close {
    display: none;
}

.ys_change_font {
    position: relative;
}

.ys_change_font p {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.ys_change_font p:first-child {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.srct_left_change.on .ys_change_font p:first-child {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.srct_left_change.on .ys_change_font p:nth-of-type(2) {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.spbh_input {
    cursor: pointer;
}

/* .rtv_radio .spbh_input_le{
    border-radius: 50%;
}
.rtv_radio .spbh_input_le::after{
    display: none;
} */

.selet_top .mc_rtvbtn_compare {
    border-color: transparent;
    background: transparent !important;
    color: var(--color2) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 16px;
    position: relative;
}

.mc_rtvbtn_compare .mc_rtvbtn_compare_font {
    color: var(--color2) !important;
    line-height: 48px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.36s;
    padding: 0 20px;
}

.mc_rtvbtn_compare .mc_rtvbtn_compare_font:nth-of-type(2) {
    opacity: 0;
    pointer-events: none;
}

.mc_rtvbtn_compare.on .mc_rtvbtn_compare_font:nth-of-type(2) {
    opacity: 1;
    pointer-events: all;
}

.mc_rtvbtn_compare.on .mc_rtvbtn_compare_font:first-child {
    opacity: 0;
    pointer-events: none;
}

.mc_rtvbtn_compare {
    opacity: .6;
    pointer-events: none;
    transition: all 0.36s;
    padding: 0 20px;
}

.mc_rtvbtn_compare.act {
    opacity: 1;
    pointer-events: all;
}

.mc_rtvl_xtb {
    transition: all 0.36s;
}

.mc_rtvl_li.on1 .mc_rtvl_xtb {
    transform: rotate(180deg);
}

/* 滚动条 */
/* .mc_rtv_r.mc_rtvr_full,  
.mc_rtv_r,
.mc_retrieval.submit1 .mc_rtv_r.mc_rtvr_full, 
.mc_retrieval .mc_rtv_r,
.mc_retrieval_scroll1{
    height:55vh;
} */
.mc_rtv_r>.mCustomScrollBox>.mCSB_container,
.mc_retrieval_scroll1 .mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.mc_rtv_r>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.mc_retrieval_scroll1 .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mc_rtv_r>.mCustomScrollBox>.mCSB_scrollTools,
.mc_retrieval_scroll1 .mCSB_scrollTools {
    width: 8px;
}

.mc_rtv_r>.mCustomScrollBox>.mCSB_scrollTools .mCSB_draggerRail,
.mc_retrieval_scroll1 .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    border-radius: 0;
}

.mc_retrieval .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #efefef;
}

.mc_rtv_r>.mCustomScrollBox>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mc_retrieval_scroll1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mc_retrieval .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ADADAD;
}

.selet_top {
    position: relative;
    z-index: 11;
}

.mc_table_hd {
    position: relative;
}

.mc_rtv_l::before,
.mc_table_hd::before {
    content: '';
    background: #ececec;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

.mc_rtvl_xlscroll {
    max-height: calc(24px * 6 + 10px);
    overflow: auto;
}

.spbs_top {
    max-height: calc(24px * 5);
    overflow: hidden;
}

.mc_tab_proxl.act1 {
    display: table-row;
}

.mc_rtv_bd_r>.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 8px;
}

.mc_rtv_bd_r .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 8px;
}

.mc_rtv_bd_r .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 8px;
    margin: 0px 0;
}

.mc_rtv_bd_r .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 8px;
    margin: 0px auto;
}

.mc_rtv_container {
    padding-left: 2.8125%;
    padding-right: 2.8125%;
}

.mc_rtvhd_btn span {
    color: var(--color3);
    font-size: 14px;
    padding-left: 10px;
}

.mc_rtv_hd {
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.select-search {
    width: 320px;
    background: #F4F4F4;
    height: 50px;
    padding: 0 20px;
    position: relative;
}

.mc_rtv_hd_r {
    width: 435px !important;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.select-search button {
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}

.select-search input {
    width: calc(100% - 24px);
    padding-right: 20px;
    height: 100%;
}

.selet_top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 14px;
}

.mc_retrieval {
    margin-bottom: 80px;
}

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

.select-pdf {
    width: 30px;
}

.select-pdf img {
    width: 100%;
}

.sele_th,
.mc_tab_td {
    border-right: 1px solid #ececec;
}

.sele_th .spbh_input,
.sele_pop_btm_reset p {
    text-align: left;
}

.sele_pop_btm_reset p {
    color: var(--colormain);
}

.sele_pop_btm_reset {
    display: block;
    margin-top: 20px;
}

.sele_th .spbh_input {
    margin-bottom: 10px;
}

.sele_th .spbs_top {
    margin-top: 10px;
}

.select-img {
    position: absolute;
    top: 5%;
    left: 15%;
    z-index: 1;
    display: none;
}

/* 选型表 end */
.product-main {
    background: var(--color2);
}

.mc_retrieval {
    border-top: 1px solid #ececec;
    padding-top: 55px;
}

sub {
    font-size: 10px;
}

.select-sh {
    display: none;
}

.head-nav-item {
    width: 14.285714%;
}

.ys-bread-list a {
    display: block;
}

.nlcp-cont-link-le {
    height: 100%;
}

.newdt-page-right {
    padding-left: 14px;
    width: calc(100% - 50px);
}

.active-cont-search {
    position: relative;
    z-index: 10;
}

.cta-map-svg {
    height: auto;
    width: 100%;
}

.form-apply-bot .form-apply-list-li {
    margin-bottom: 12px !important;
}

.idrs-table tbody td a {
    color: var(--colortext1);
}

.keypdt-left .std-h4::before {
    transition: all .36s;
}

.indus-dt-right-set:last-child {
    margin-bottom: 0;
}

.about-globle-svg svg {
    width: 100%;
    height: auto;
}

.about-staff-ph {
    display: none;
}

.mc_tab_pro .mc_tab_td_packages span {
    color: #5AA572;
}

.mc_tab_pro .mc_tab_td_packages {
    /* display: flex;
    justify-content: space-between; */
    position: relative;
}

.mc_tab_pro .mc_tab_td_packages img {
    width: 24px;
    cursor: pointer;
}

.product-wid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
}

.product-wid-mc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.2;
    background: #000;
}

.product-wid-img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 428px;
}

.product-wid-pic {
    width: 100%;
}

.product-wid-close {
    position: absolute;
    top: -30px;
    right: 0px;
    cursor: pointer;
}

.rtv_font {
    position: relative;
}

.rtv_font span {
    border-radius: 1.92px 1.92px 1.92px 0px;
    background: var(--colormain);
    font-size: 10px;
    text-align: center;
    color: var(--color2);
    position: absolute;
    top: -10px;
    right: -36px;
    line-height: var(--line15);
    padding: 0 4px;
    opacity: 0;
}

.mc_tab_pro.on .rtv_font span {
    opacity: 1;
}

.sele_th0,
.mc_tab_td0 {
    position: relative;
    z-index: 100;
}

/* 2024.09.18-add */
.mthb-box-xin {
    width: 50px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ADADAD;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 !important;
}

.mthb-box {
    width: 100%;
    background: #f4f4f4;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 10;
    padding: 0 !important;
    border: 0 !important;
}

.mc_rtv_bd_r {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 50vh;
}

.mc_table_hd tr:nth-of-type(2) {
    z-index: 11;
    position: relative;
}

.mc_rtv_bd_r {
    scrollbar-color: transparent transparent !important;
    scrollbar-track-color: transparent !important;
    -ms-scrollbar-track-color: transparent !important;

    -webkit-scrollbar-color: transparent transparent !important;
    -moz-scrollbar-color: transparent transparent !important;
    -ms-scrollbar-color: transparent transparent !important;
    -o-scrollbar-color: transparent transparent !important;

    -webkit-scrollbar-width: 0px !important;
    -moz-scrollbar-width: 0px !important;
    -ms-scrollbar-width: 0px !important;
    -o-scrollbar-width: 0px !important;
    -webkit-scrollbar-height: 0px !important;
    -moz-scrollbar-height: 0px !important;
    -ms-scrollbar-height: 0px !important;
    -o-scrollbar-height: 0px !important;
}

.mc_tab_pro:first-child td {
    padding-top: 22px;
}

.mc_tab_td0 {
    border-left-color: transparent;
}

.hw-lang a {
    color: var(--colormain);
}

.active-cont-top-search {
    width: auto;
}

.hpcr-list {
    margin-bottom: 0;
    height: calc(50% - 16px);
}

.product-wid-pic img {
    width: 100%;
}

.bgbm-cont .mod-title .std-h3 {
    margin-bottom: 20px;
}

/* 2024.10.15修改-start */
.ys-footer-cont-btm {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.yrul-cont-le {
    flex-shrink: 0;
}

.pllc-text-link a {
    width: auto;
    margin-right: 0;
    display: inline-block;
}

.pllc-text-link li {
    margin-bottom: 10px;
}

.pllc-text-link li:last-child {
    margin-bottom: 0;
}

.hnib-right {
    width: 50%;
}

.hnib-ul {
    width: 50%;
}

.head-nav-item-down2 {
    width: 330px;
}

.head-nav-item-down2::before {
    left: 50%;
}

.mc_rtv_container h1 {
    margin-bottom: 5px;
    font-weight: bold;
    color: var(--color1);
}

.dula-list {
    width: 33.333333% !important;
}

.product-list:nth-child(1) {
    padding-top: var(--space120);
}

.product-list {
    margin-bottom: 0 !important;
    padding-top: 80px;
}

.product-cont {
    padding-bottom: 80px;
}

.mc_rtv_r.mc_rtvr_full,
.mc_rtv_r,
.mc_retrieval.submit1 .mc_rtv_r.mc_rtvr_full,
.mc_retrieval .mc_rtv_r,
.mc_retrieval_scroll1 {
    height: 1024px;
}

.product-wid-img {
    width: 486px;
}

.mthb-box {
    left: 280px;
    bottom: 0;
}

.invest-iprice iframe {
    height: 800px;
}

/* 2024.10.15修改-end */
.mc_tab_td6 img {
    cursor: pointer;
}

.mc_table_hd.empty {
    transform: translateY(0) !important;
}

.map-svg11.on {
    animation: drop 1s ease-out 1.35s 1.15 normal forwards both;
}

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

.sele_wrap_icon span {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}

.keypdt-top-right {
    cursor: pointer;
}

.mc_tab_pro .mc_tab_td_packages img {
    position: absolute;
    right: 20px;
}
.bgbm-service-ul{
    justify-content: center;
}
.mass-concepts-li-text .std-h4, .mass-concepts-li-text .std-text2{
    padding-right: 30px;
}
.mass-concepts-li-text {
    padding: 60px 40px 60px 60px;
}
.mass-concepts-li-cont .mCSB_scrollTools {
    right: -6px;
}