﻿@charset "utf-8";
body {
    font-family: "PingFang SC", "Microsoft YaHei";
}
@font-face {
    font-family: 'yuxin-regular';
    src: url('../fonts/roboto-regular/roboto-regular-14-webfont.eot');
    src: url('../fonts/roboto-regular/roboto-regular-14-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular/roboto-regular-14-webfont.woff2') format('woff2'),
        url('../fonts/roboto-regular/roboto-regular-14-webfont.woff') format('woff'),
        url('../fonts/roboto-regular/roboto-regular-14-webfont.ttf') format('truetype'),
        url('../fonts/roboto-regular/roboto-regular-14-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yuxin-Bold';
    src: url('../fonts/roboto-bold/roboto-bold-3-webfont.eot');
    src: url('../fonts/roboto-bold/roboto-bold-3-webfont.svg') format('embedded-opentype'),
        url('../fonts/roboto-bold/roboto-bold-3-webfont.ttf') format('woff2'),
        url('../fonts/roboto-bold/roboto-bold-3-webfont.woff') format('woff'),
        url('../fonts/roboto-bold/roboto-bold-3-webfont.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* 英文站换行规则 */
/* 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'; */
}
/*导航默认选中*/
.yxnav-active1 {}
.yxnav-active2 {}
/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, 0.20) !important;
}
/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child),
.ys-slick-item:not(:first-child) {
    display: none;
}
.ys-nyban-img {
    position: relative;
}
.ys-nyban-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 0%, rgba(255, 255, 255, 0.00) 89.54%);
    position: absolute;
    top: 0;
    left: 0;
}
.ys-nyban-img.empry::after {
    display: none;
}
:root {
    /* 字号 */
    --font54: 54px;
    --font42: 42px;
    --font38: 38px;
    --font24: 24px;
    --font22: 22px;
    /* 段落字号 */
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    /* 行高 */
    --line12: 1.2;
    --line14: 1.4;
    --line175: 1.75;
    --line18: 1.8;
    /* 颜色 */
    --colormain1: #0C7540;
    --colormain2: #F2FBF7;
    --colormain3: #2E2E2E;
    --colormain4: #478666;
    --color333: #333333;
    --color666: #666666;
    --color999: #999999;
    --colorfff: #FFFFFF;
    /* 板块间距 */
    --space120: 120px;
    --space80: 80px;
    --space40: 40px;
    /* 段落间距 */
    --parpspace12: 12px;
}
.std-h1,
.yxedr-active h1 {
    font-size: var(--font54);
    color: var(--colorfff);
    line-height: var(--line12);
}
.std-h2,
.yxedr-active h2 {
    font-size: var(--font42);
    color: var(--color333);
    line-height: var(--line12);
}
.std-h3,
.yxedr-active h3 {
    font-size: var(--font38);
    color: var(--color333);
    line-height: var(--line12);
}
.std-h4,
.yxedr-active h4 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line14);
}
.std-h5,
.yxedr-active h5 {
    font-size: var(--font22);
    color: var(--color333);
    line-height: var(--line18);
}
.std-text1,
.std-text1 p {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line175);
}
.std-text2,
.std-text2 p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
}
.std-text3,
.std-text3 p {
    font-size: var(--font14);
    color: var(--color999);
    line-height: var(--line18);
}
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: var(--parpspace12);
}
.std-margin {
    margin-top: var(--space120);
}
.std-margin1 {
    margin-bottom: var(--space120);
}
.std-padding {
    padding-top: var(--space120);
}
.std-padding1 {
    padding-bottom: var(--space120);
}
.yxedr-active h2,
.yxedr-active h3,
.yxedr-active h4,
.yxedr-active h5 {
    margin-bottom: var(--parpspace12);
}
/* ada  */
.std-btn1 {
    display: inline-block;
}
.std-btn1-box {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #adadad;
    border-radius: 8px;
    transition: all .4s;
}
.std-btn1-box-text {
    margin-right: 10px;
    line-height: var(--line12);
    transition: all .4s;
}
.std-btn1-box-icon {
    width: 24px;
}
.std-btn2 {
    display: inline-block;
}
.std-btn2-box {
    display: flex;
    align-items: center;
    padding: 17px 155px;
    border: 1px solid #adadad;
    border-radius: 6px;
    transition: all .4s;
}
.std-btn2-box-text {
    margin-right: 10px;
    line-height: var(--line12);
    transition: all .4s;
}
.std-btn2-box-icon {
    width: 18px;
}
.std-btn1-box-icon img {
    width: 100%;
}
.std-btn3 {
    display: inline-block;
}
.std-btn3-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.8rem;
    padding: .9rem 3.2rem;
    line-height: 1.2;
    border: 1px solid #adadad;
    border-radius: 8rem;
    transition: all .4s;
}
.std-btn3-box-text {
    margin-right: 10px;
    line-height: var(--line12);
    transition: all .4s;
}
.std-btn4 {
    display: inline-block;
}
.std-btn4-box {
    display: flex;
    align-items: center;
}
.std-btn4-box-text {
    line-height: var(--line12);
    margin-right: 20px;
    transition: all .4s;
}
.std-btn4-box-icon {
    position: relative;
    width: 30px;
}
.std-btn4-box-icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
.std-btn4-box-icon img:nth-child(2) {
    opacity: 0;
}
.ys-ban-title {
    width: 100%;
    color: var(--colorfff);
    line-height: 1.6;
}
.ys-nybanner {
    width: 100%;
}
.ys-ban-slick .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/a_arrow_left.svg);
    background-size: 100% 100%;
    left: 60px;
    z-index: 10;
}
.ys-ban-slick .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/a_arrow_right.svg);
    background-size: 100% 100%;
    right: 60px;
    z-index: 10;
}
.home-prod-cont-slick {
    position: relative;
}
.prod-bun-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    transition: all .4s;
    left: -80px;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.prod-bun-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    transition: all .4s;
    position: absolute;
    right: -80px;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}
.prod-bun-prev-img img {
    position: absolute;
    transition: all .4s;
    cursor: pointer;
}
.prod-bun-next-img img {
    position: absolute;
    transition: all .4s;
    cursor: pointer;
}
.prod-bun-prev-img img:nth-child(2) {
    opacity: 0;
}
.prod-bun-next-img img:nth-child(2) {
    opacity: 0;
}
.swiper-button-prev1 {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    transition: all .4s;
    left: -80px;
    top: 42%;
    transform: translateY(-50%);
}
.swiper-button-next1 {
    width: 40px;
    height: 40px;
    z-index: 10;
    transition: all .4s;
    position: absolute;
    right: -80px;
    top: 42%;
    transform: translateY(-50%);
}
.hmtt-bottom-swiper .swiper-slide-active {
    transform: scale(1) !important;
}
.hmtt-bottom-swiper .swiper-slide {
    transition: all .6s;
    transform: scale(0.8);
}
.hmtt-bom-slick .slick-active {
    transform: scale(1) !important;
}
.hmtt-bom-slick .ys-slick-item {
    transition: all .4s;
    transform: scale(0.8);
}
.hmtt-top-slick {
    margin: 0 -30px;
}
.hmtt-bom-li-cont {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hblc-le {
    width: calc(100% - 180px);
}
.ys-slick-item .hmtt-bom-li-cont {
    opacity: 0;
    transition: all .4s;
}
.hmtt-bottom .ys-slick-item.slick-current .hmtt-bom-li-cont {
    opacity: 1;
}
.hmtt-top-li.slick-current .hmtt-li-text {
    color: var(--colormain1);
}
.hmtt-li-icon img {
    transition: all .36s;
}
.hmtt-top-li.slick-current .hmtt-li-icon img:nth-child(1) {
    opacity: 0;
}
.hmtt-top-li.slick-current .hmtt-li-icon img:nth-child(2) {
    opacity: 1;
}
.hmtt-bottom-swiper.swiper-container {
    overflow: visible;
}
.slick-track:before {
    display: table;
    content: '';
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.prod-slick-li {
    width: 25%;
    padding: 0 18px;
    height: auto !important;
}
.prod-slick {
    margin: 0 -18px;
}
.ys-ban-dots {
    bottom: 44px;
    z-index: 5;
}
.ys-ban-dots-ul {
    display: flex;
    justify-content: center;
}
.ybdu-li {
    width: 16px;
    cursor: pointer;
    margin: 0px 6px;
    transition: all .4s
}
.ybdu-li.on {
    width: 128px;
}
.ybdu-li-line {
    width: 100%;
    height: 5px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 6px;
    position: relative;
    transition: all .4s;
}
.ybdu-li-line-pro {
    width: 0;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
}
.ybdu-li-text p {
    color: #fff;
}
.ys-ban-li.active .ys-nyban-img img {
    transform: scale(1);
}
.ys-ban-li.slick-active .ys-nyban-title {
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: .5s;
    visibility: visible;
}
.home-products {
    padding-top: var(--space80);
    overflow: hidden;
}
.home-prod-cont-title {
    text-align: center;
    padding-bottom: var(--space40);
}
.htct-ul {
    display: flex;
}
.prod-slick .slick-track {
    display: flex;
    align-items: stretch;
}
.prod-slick .slick-list {
    padding-bottom: 60px;
}
.htct-li {
    position: relative;
    display: block;
    padding: 30px 30px 39px;
    transition: all .4s;
    border-radius: 6px;
    background: var(--fff, #FFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
    height: 100%;
}
.htct-li::before {
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--colormain1);
    border-radius: 0px 0px 6px 6px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.ys-phnav-menu {
    background-color: #0C7540;
}
.htct-li-icon {
    width: 150px;
    margin: 0 auto;
    padding-bottom: var(--space40);
}
.ys-main {
    margin-top: 80px;
}
.htct-li-icon img {
    width: 100%;
}
.htct-li-title {
    line-height: var(--line12);
}
.htct-li-text {
    margin-top: 10px;
}
.htct-li-text p {
    color: var(--color999);
    line-height: 1.75;
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-prod-cont-swiper {
    position: relative;
}
.home-main .swiper-button-prev:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/a-arrow-03.svg);
    background-size: 100% 100%;
}
.home-main .swiper-button-next:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/a-arrow-04.svg);
    background-size: 100% 100%;
}
.home-main .swiper-button-prev {
    left: -80px;
}
.home-main .swiper-button-next {
    right: -80px;
}
.home-main .swiper-pagination {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.home-main .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: var(--colormain1);
    opacity: 1;
    margin: 0 8px;
}
.homepage-main .swiper-button-prev2:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/a-arrow-03.svg);
    background-size: 100% 100%;
}
.homepage-main .swiper-button-next2:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/a-arrow-04.svg);
    background-size: 100% 100%;
}
.homepage-main .swiper-button-prev2 {
    position: absolute;
    top: 40%;
    left: -80px;
}
.homepage-main .swiper-button-next2 {
    position: absolute;
    top: 40%;
    right: -80px;
}
.homepage-main .swiper-pagination2 {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.homepage-main .swiper-pagination-bullet2 {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: var(--colormain1);
    opacity: 1;
    margin: 0 8px;
}
.home-top-cont-swiper .swiper-wrapper {
    margin: -10px;
}
.home-top-cont-swiper .swiper-slide {
    padding: 10px;
}
.home-apply {
    padding-top: 60px;
}
.home-appl-cont-title {
    text-align: center;
    padding-bottom: 60px;
    overflow: hidden;
}
.hmtt-li-icon {
    width: 48px;
    height: 48px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}
.hmtt-li-icon img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.hmtt-li-icon img:nth-child(2) {
    opacity: 0;
}
.hmtt-li-text {
    text-align: center;
}
.hfbr-ul-li.on .hfbr-ul-li-code {
    width: 140%;
    opacity: 1;
}
.hmtt-top-li {
    cursor: pointer;
    padding: 0 30px;
    position: relative;
    width: 16.666666%;
}
.hmtt-top-li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: rgba(79, 87, 89, 0.20);
}
.hmtt-top-swiper .swiper-wrapper {
    justify-content: space-between;
}
.hmtt-top-swiper {
    margin: 0 -40px;
}
.hmtt-top {
    padding-bottom: 60px;
}
.hmtt-bom-li-img {
    border-radius: 8px;
    margin-bottom: var(--space40);
}
.hmtt-bom-li-title {
    padding-bottom: 10px;
    line-height: var(--line12);
}
.hmtt-bom-li-text {
    color: var(--color999);
    line-height: var(--line175);
}
.hmtt-bom-cont {
    position: relative;
}
.hmtt-bom-slick .slick-list {
    overflow: visible;
}
.hmtt-bottom {
    position: relative;
}
.home-moderate-bg {
    float: right;
}
.hmtt-li-text {
    transition: all .4s;
}
.home-intr-cont {
    position: relative;
}
.home-intr-cont-title {
    line-height: 1.5;
    padding-bottom: var(--space80);
}
.home-intr-cont-title span {
    color: var(--colormain1);
}
.home-intr-cont-ul {
    display: flex;
    margin: 0 -60px;
    padding-bottom: 76px;
}
.hicu-li {
    padding: 0 60px;
}
.hicu-li-cont {
    display: flex;
    align-items: end;
    margin-bottom: 10px;
}
.hicu-li-cont-title {
    font-size: 88px;
    color: var(--colormain1);
    line-height: 1;
    font-family: 'yuxin-regular';
}
.hicu-li-cont-text {
    line-height: 1.75;
    color: var(--color333);
    margin-left: 6px;
}
.hicu-li-text {
    line-height: 1.75;
    color: var(--color333);
}
.home-introduce {
    position: relative;
    padding-bottom: 300px;
    overflow: hidden;
}
.home-intr-icon {
    width: 51%;
    position: absolute;
    bottom: -51%;
    z-index: -1;
    left: 0;
}
.home-intr-icon img {
    width: 100%;
}
.home-info-cont-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: var(--space40);
    align-items: center;
}
.home-info {
    padding: var(--space120) 0;
    overflow: hidden;
}
.home-info-cont-mid a {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.hicm-left {
    width: 48%;
    border-radius: 8px;
}
.hicm-right {
    width: 52%;
    padding-left: 60px;
}
.hicm-right-data {
    color: var(--color999);
    padding-bottom: 10px;
    line-height: 1.75;
}
.hicm-right-title {
    color: var(--color333);
    line-height: 1.75;
    padding-bottom: 20px;
}
.hicm-right-text {
    margin-bottom: var(--space80);
}
.hicm-right-text p {
    height: 3.5em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hicm-right-button {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.hicm-right-bun-icon {
    margin-left: 40px;
    width: 30px;
    position: relative;
}
.hicm-right-bun-text {
    line-height: var(--line175);
    color: var(--color999);
    transition: all .4s;
}
.hicm-right-bun-icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
.hicm-right-bun-icon img:nth-child(2) {
    opacity: 0;
}
.hicb-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.hicb-ul-li {
    width: 33.333333%;
    padding: 0 18px;
}
.hicb-ul-li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: var(--color999);
    transition: all .4s;
}
.hicb-ul-li a {
    display: block;
    padding-top: 10px;
    transition: all .4s;
    position: relative;
}
.ys-header {
    position: relative;
    z-index: 99;
}
.ys-hd-pc {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.ys-hd-pc::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--colorfff);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.ys-hd-pc-cont {
    display: flex;
    align-items: center;
    padding-left: 34px;
}
.head-logo {
    width: 184px;
    line-height: 80px;
}
.head-logo a {
    width: 100%;
    display: block;
    line-height: 80px;
}
.head-logo img {
    width: 100%;
}
.head-search {
    position: relative;
    padding-left: 100px;
    width: 550px;
}
.head-search-cont {
    height: fit-content;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #333;
}
.head-search-input {
    width: calc(100% - 20px);
}
.head-search-input input {
    width: 100%;
    height: 42px;
    font-size: var(--font14);
    color: var(--color333);
    padding: 0 10px;
}
.head-search-input input::placeholder {
    color: rgba(51, 51, 51, 0.50);
    font-size: var(--font14);
}
.head-search-icon {
    width: 32px;
    cursor: pointer;
    margin-right: 10px;
    line-height: 42px;
}
.head-search-icon img {
    width: 100%;
}
.head-nav {
    display: flex;
    margin: 0 -25px;
}
.head-nav-item {
    padding: 0 25px;
}
.head-list {
    width: calc(100% - 184px - 550px - 56px);
    padding-left: 45px;
    padding-right: 60px;
    display: flex;
    justify-content: flex-end;
}
.head-language {
    width: 56px;
    display: flex;
    justify-content: flex-end;
}
.head-nav-item a {
    display: block;
    transition: all .36s;
    line-height: 80px;
    position: relative;
    color: var(--color333);
}
.head-nav-item-title::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--colormain1);
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.head-nav-item-down {
    position: fixed;
    width: 100%;
    top: 80px;
    background: #ffffff;
    display: none;
    padding: 40px 0 40px 34px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    z-index: -2;
}
.head-language a {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.head-language a{
    opacity: 0;
}
.head-lang-img {
    width: 24px;
    margin-right: 10px;
}
.head-lang-img img {
    width: 100%;
}
.head-lang-text {
    color: var(--color333);
    transition: all .36s;
    line-height: 80px;
}
.hnid-cont-ul {
    display: flex;
    margin: 0 -40px;
    flex-wrap: wrap;
}
.hnid-cont-ul-li {
    width: 12.5%;
    padding: 0 40px;
    /* margin-bottom: 10px; */
}
.hnid-cont {
    width: 100%;
}
.home-foot {
    background: #2E2E2E;
    padding-top: 100px;
}
.hftl-logo {
    width: 100%;
    padding-bottom: 60px;
}
.hftl-logo img {
    width: 100%;
}
.hftl-link-code {
    width: 120px;
    padding-bottom: 10px;
}
.hftl-link-code img {
    width: 100%;
}
.hftl-link {
    width: fit-content;
}
.hftl-link-text {
    text-align: center;
    line-height: var(--line175);
}
.home-foot-top {
    display: flex;
    padding-bottom: 100px;
}
.home-foot-top-left {
    width: 17%;
}
.home-foot-top-right {
    width: 83%;
    padding-left: 18%;
}
.hftr-ul {
    display: flex;
    justify-content: space-between;
}
.hftr-ul-li-top a {
    display: block;
    color: var(--colorfff);
    font-size: 20px;
    line-height: var(--line175);
    margin-bottom: 20px;
}
.hftr-ul-li-bom li a {
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.50);
    display: block;
    margin-bottom: 16px;
    line-height: var(--line175);
    transition: all .4s;
}
.hfbl-link {
    display: flex;
    margin-bottom: 16px;
}
.hfbl-link-text {
    color: rgba(255, 255, 255, 0.50);
    line-height: 175%;
}
.hfbl-link-text a {
    color: rgba(255, 255, 255, 0.50);
    line-height: 175%;
}
.home-foot-bototm {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}
.hfbr-ul {
    display: flex;
    margin: 0 -25px;
}
.hfbr-ul-li {
    padding: 0 25px;
    position: relative;
}
.hfbr-ul-li-img {
    width: 25px;
    cursor: pointer;
}
.hfbr-ul-li-img img {
    width: 100%;
}
.hfbl-link:last-child {
    margin-bottom: 0;
}
.home-foot-bt {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.home-foot-bt-le{
    display: flex;
    align-items: center;
}
.home-foot-bt-le p a {
    margin-right: 40px;
    color: rgba(255, 255, 255, 0.60);
    line-height: 1.8;
}
.home-foot-bt-le p span {
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.60);
    line-height: var(--line18);
    margin-right: 40px;
}
.home-foot-bt-le a img {
    width: 20px;
    margin-right: 4px;
}
.home-foot-bt-cont {
    display: flex;
    justify-content: space-between;
}
.home-foot-bt-ri {
    margin-right: -20px;
}
.home-foot-bt-ri p a {
    padding: 0 20px;
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.8;
}
.hfbr-ul-li-code {
    position: absolute;
    width: 120px;
    bottom: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
    pointer-events: none;
    width: 50%;
}
.yxnav-active1 .head-nav-item-title::after {
    width: 100%;
}
.hnid-cont-ul-li .hcul-top a {
    display: block;
    color: var(--colormain1);
    font-size: var(--font16);
    font-weight: bold;
    transition: all .4s;
    position: relative;
    width: fit-content;
    line-height: 21px;
}
.hnid-cont-ul-li .hcul-top a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    transition: all .4s;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--colormain1);
}
.yxnav-active2.hnid-cont-ul-li .hcul-top a::after {
    width: 100%;
}
.hnid-cont-ul-li .hcul-bom li a {
    font-size: var(--font14);
    line-height: 1.5;
    margin-top: 25px;
    color: var(--color666);
    transition: all .4s;
}
.hcul-bom li:last-child {
    margin-bottom: 0;
}
.mulb-pull li a {
    text-align: var(--font14);
    color: var(--color666);
    line-height: 1.5;
    padding-bottom: 30px;
}
.slick-disabled {
    cursor: none;
    opacity: .3;
    pointer-events: none;
}
.hnid-cont-ul {
    margin-top: -40px !important;
}
.hnid-cont-ul-li {
    padding-top: 40px !important;
}
.ys-slick-item {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.brief-process .ys-slick-item {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ys-mbx {
    margin: 0 auto;
    padding-top: 20px;
}
.ys-bread-list-icon {
    width: 20px;
    display: block;
}
.ys-bread-list-icon img {
    width: 100%;
    margin-top: -3px;
}
.ys-bread-list a {
    line-height: var(--line18);
}
.ys-bread-list::before {
    content: "";
    background: url(../images/b1_arrow01.svg) center / cover no-repeat;
    width: 12px;
    height: 12px;
    right: -6px;
}
.ys-bread-list {
    padding: 0 12px;
}
.ys-bread {
    margin: 0 -12px;
}
.ys-nyban-title h1 {
    font-size: var(--font42);
    line-height: 1.6;
}
.summary-main {
    overflow: hidden;
}
.summary-main .ys-mbx {
    padding-bottom: 25px;
}
.summ-cont-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.summ-cont-ul-li {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 20px;
}
.summ-cont-ul-li a {
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.scul-left {
    height: fit-content;
    width: 46%;
    border-radius: 6px;
}
.scul-right {
    width: 35%;
    padding-left: 20px;
}
.scul-righ-title {
    transition: all .4s;
    line-height: var(--line18);
}
.scul-righ-text {
    line-height: var(--line18);
    padding-top: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.scul-righ-button {
    float: right;
    padding-top: 28px;
}
.appl-cont-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.apply-content {
    padding-top: 30px;
}
.apply-main .ys-main {
    overflow: hidden;
}
.appl-cont-ul-li {
    width: 25%;
    padding: 0 18px;
    margin-top: 20px;
}
.acul-cont {
    height: 100%;
    display: block;
    position: relative;
    padding: 40px 20px 72px 40px;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.acul-cont::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
    height: 2px;
    background-color: var(--colormain1);
    width: 0%;
    border-radius: 0 0 4px 4px;
}
.acul-cont-title {
    line-height: var(--line175);
}
.acul-cont-icon {
    width: 86px;
    padding-top: 10px;
}
.acul-cont-icon img {
    width: 100%;
}
.acul-cont-button {
    width: fit-content;
    padding-top: 22px;
    position: absolute;
    right: 20px;
}
.serv-cont-top {
    line-height: 1.6;
}
.serv-cont-bom {
    padding-top: var(--space40);
    display: flex;
    align-items: flex-start;
}
.serv-cont-bom-left {
    width: 41%;
    border-radius: 6px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.serv-cont-bom-right {
    width: 59%;
    padding-left: 80px;
}
.sull-li {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.sull-li-text {
    display: flex;
}
.search-cont {
    width: 54%;
    margin: 0 auto;
}
.sull-li a {
    display: block;
}
.scbr-text {
    color: var(--color666);
    padding-top: 10px;
}
.scbr-tech-li {
    border-bottom: 2px solid #0B733E;
    margin-bottom: 36px;
    padding-bottom: 36px;
}
.sull-li-icon {
    margin-right: 10px;
    width: 18px;
}
.sull-li-icon img {
    width: 100%;
}
.scbr-tech-li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.scbr-ul-li-text {
    padding-top: 20px;
    color: var(--color333);
    line-height: var(--line175);
}
.search-content {
    padding-top: 75px;
    overflow: hidden;
}
.ys-cont776 {
    width: 776px;
    margin: 0 auto;
    max-width: 100%;
}
.sear-cont-title {
    text-align: center;
}
.sear-cont-query {
    margin-top: var(--space40);
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--color666);
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.sear-cont-qu-input {
    height: 62px;
    width: calc(100% - 32px);
}
.sear-cont-qu-input input {
    width: 100%;
    padding: 0 20px;
    height: 100%;
    font-size: var(--font16);
    color: var(--color333);
}
.sear-cont-qu-input input::placeholder {
    font-size: var(--font16);
    color: rgba(51, 51, 51, 0.50);
}
.sear-cont-qu-icon {
    width: 32px;
    cursor: pointer;
    line-height: 62px;
}
.sear-cont-qu-icon img {
    width: 100%;
}
.sear-cont-retrieve {
    padding-top: var(--space40);
}
.sear-cont-retr-title {
    line-height: 1.6;
}
.sear-cont-retr-ul {
    padding-top: var(--space40);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.scru-li {
    padding: 0 20px;
}
.scru-li a {
    display: block;
    text-align: center;
    padding: 0 44px;
    border-radius: 6px;
    border: 1px solid #666;
    color: var(--color666);
    line-height: 36px;
    transition: all .4s;
}
.product-content {
    padding-top: 35px;
}
/* .notimg .prod-top-right{
    padding-left: 0;
    width: 100%;
}
.notimg .prod-top-left{
    width: 0;
} */
.prod-cont-top {
    padding: 40px 60px 49px 40px;
    background-color: var(--colorfff);
    box-shadow: 0px 4px 20px rgba(0, 105, 52, 0.10);
    border-radius: 6px;
}
.ys-slick-item-cont {
    position: relative;
}
.ptls-icon {
    position: relative;
    width: 20px;
    flex-shrink: 0;
    margin-left: 5px;
}
.ptls-icon img {
    width: 100%;
}
.prod-top-left {
    width: 246px;
}
.prod-cont-top .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 50%;
    background: var(--colorfff);
}
.prod-cont-top .slick-dots li.slick-active::after {
    width: 6px;
}
.prod-cont-top .slick-dots li.slick-active {
    width: 6px;
    background: var(--colormain1);
}
.prod-cont-top .slick-dots {
    bottom: 6px;
}
.prod-top-left-link {
    padding-top: 32px;
    display: flex;
    margin: 0 -20px;
}
.ptll-li {
    padding: 0 20px;
}
.ptll-li a {
    display: flex;
    align-items: center;
}
.ptll-li-text {
    color: var(--color666);
    line-height: var(--line12);
    padding-right: 10px;
    transition: all .4s;
}
.ptll-li-icon {
    width: 24px;
}
.ptll-li-icon img {
    width: 100%;
}
.prod-top-righ-text {
    padding-top: 20px;
}
.prod-top-right {
    width: calc(100% - 246px);
    padding-left: 40px;
}
.prod-cont-top-cont {
    display: flex;
    flex-wrap: wrap;
}
.prod-cont-mid {
    padding-top: var(--space40);
}
.prod-cont-mid-ul {
    padding: 0 10px;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.pcmu-li {
    padding: 0 30px;
    position: relative;
}
.pcmu-li p {
    color: var(--color333);
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}
.pcmu-li p::after {
    content: "";
    width: 0%;
    height: 2px;
    left: 0;
    background-color: var(--colormain1);
    position: absolute;
    bottom: 0;
    transition: all .4s;
}
.prod-cont-bottom {
    padding-top: 60px;
}
.prod-cont-bom-cont {
    display: flex;
    padding-left: 40px;
}
.prod-cont-bom-left {
    width: 71%;
    padding-right: 124px;
}
.prod-cont-bottom-item.act .pcbl-ul {
    margin: -20px -10px 0;
}
.pcbl-ul {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
.pcbl-ul .act {
    width: 100% !important;
}
.pcbl-ul-li p {
    position: relative;
    font-size: var(--font16);
    line-height: var(--line175);
    color: var(--color666);
}
.pcbl-ul a {
    display: flex;
    align-items: center;
    width: fit-content;
}
.pcbl-ul-li {
    margin-bottom: 10px;
}
.prod-cont-bottom .act .pcbl-ul-li::before {
    content: none;
}
.pcbl-ul-li-icon1 {
    width: 42px;
}
.pcbl-ul-li-icon1 img {
    width: 100%;
}
.pcbl-ul-li-text {
    color: var(--color666);
    line-height: var(--line175);
    transition: all .4s;
    margin: 0 10px;
}
.pcbl-ul-li-icon2 {
    width: 20px;
}
.pcbl-ul-li-icon2 img {
    width: 100%;
}
.prod-cont-bottom .act .pcbl-ul {
    margin: 0 -40px;
}
.prod-cont-bottom .act .pcbl-ul-li {
    padding: 0 40px;
    margin-bottom: 20px;
    width: 36%;
}
.pcbl-ul p::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--color666);
    border-radius: 100%;
    margin-right: 10px;
    transform: translateY(-2px);
}
.pcbl-link {
    display: flex;
    padding-top: 10px;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}
.pcbl-link-text {
    color: var(--color666);
    line-height: var(--line175);
    margin-right: 10px;
    transition: all .4s;
}
.pcbl-link.on .pcbl-link-icon {
    transform: rotate(180deg);
}
.pcbl-link-icon {
    width: 16px;
    position: relative;
    transition: all .4s;
}
.pcbl-link-icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
.pcbl-link-icon img:nth-child(2) {
    opacity: 0;
}
.prod-cont-bom-right {
    width: 29%;
    height: 100%;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.14);
}
.pcbr-slick .ys-viewer-item {
    position: relative;
}
.pcbl-cont {
    display: none;
}
.yxedr-active ol,
.yxedr-active ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.pcbr-slick .slick-dots {
    position: absolute;
    bottom: -24px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
}
.pcmu-li.change p {
    width: fit-content;
    color: var(--colormain1);
}
.pcmu-li.change p::after {
    width: 100%;
}
.sect-cont-title {
    padding-top: 35px;
    line-height: var(--line175);
}
.sect-cont-text {
    color: var(--color666);
    padding-top: 20px;
}
.sect-cont-bom {
    display: flex;
    margin-top: 35px;
    padding: 60px 40px;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.sect-cont-left {
    height: 100%;
    width: 48%;
    border: 1px solid #666;
}
.sect-cont-right {
    width: 52%;
    padding-left: 46px;
    margin-left: 40px;
    position: relative;
}
.sect-cont-right::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: calc(100% + 40px);
    width: 2px;
    border-radius: 6px;
    background: #F3F3F3;
    margin-top: -20px;
    margin-left: -40px;
}
.sect-cont-left-slick .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
}
.prod-cont-foot {
    position: relative;
}
.prod-cont-foot-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.prod-cont-foot-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod-cont-foot-cont {
    position: relative;
    z-index: 10;
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
    justify-content: space-between;
}
.prod-cont-mid-slick .slick-dots {
    display: none !important;
}
.pcmu-li {
    width: auto !important;
}
.pcfc-link a {
    display: flex;
    align-items: center;
}
.prod-cont-mid-slick {
    overflow: hidden;
}
.pcfc-text {
    color: var(--colorfff);
}
.pcfc-link-text {
    color: var(--colorfff);
    margin-right: 10px;
}
.pcfc-link-icon {
    width: 16px;
}
.pcfc-link-icon img {
    width: 100%;
}
.pcbr-slick {
    width: 100%;
    padding: 20px;
}
.ptls-img {
    cursor: pointer;
}
.pcbr-slick-img {
    cursor: pointer;
}
.scru-li-top {
    display: flex;
    justify-content: space-between;
    padding: 16px 40px;
    border-bottom: 1px solid #D9D9D9;
    transition: all .4s;
    cursor: pointer;
}
.scru-li-top-text {
    color: var(--color666);
    line-height: var(--line175);
    transition: all .4s;
}
.scru-li-top-icon {
    width: 24px;
    position: relative;
}
.scru-li-top-icon img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
.scru-li-top-icon img:nth-child(2) {
    opacity: 0;
}
.scru-down.on .scru-li-top-text {
    color: var(--colormain1);
}
.scru-down.on .scru-li-top-icon img:nth-child(1) {
    opacity: 0;
}
.scru-down.on .scru-li-top-icon img:nth-child(2) {
    opacity: 1;
}
.scru-down.on .scru-li-top {
    border-bottom: 1px solid var(--colormain1);
}
.scru-down {
    padding: 0px 10px 10px 10px;
    position: relative;
}
.scru-li-bottom {
    display: none;
    z-index: 10;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 105, 52, 0.06);
}
.scru-li-bom-ul {
    padding: 20px 40px;
    border-radius: 6px;
    background: var(--colorfff);
}
.scru-li-bom-ul li {
    padding-top: 20px;
}
.scru-li-bom-ul li:first-child {
    padding-top: 0;
}
.scru-li-bom-ul li a {
    line-height: var(--line175);
    color: var(--color666);
    transition: all .4s;
}
.sect-cont-righ-ul {
    height: 494px;
    margin: 0 -10px -10px;
}
.sector-main .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: rgba(0, 0, 0, .15);
}
.sector-main .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1) !important;
    width: 6px;
}
.detail-cont-left {
    width: calc(100% - 250px);
    padding-right: 50px;
    border-right: 1px solid #D9D9D9;
}
.recr-cont-join-cont {
    overflow: hidden;
}
.new-cont-bom {
    padding-top: var(--space80);
    padding-bottom: 60px;
    overflow: hidden;
}
.service-content {
    overflow: hidden;
}
.sector-main {
    overflow: hidden;
}
.product-main .ys-viewer-item-img {
    cursor: pointer;
    display: flex;
    align-items: end;
}
.prod-cont-top .slick-dots li.slick-active::after {
    background-color: var(--colormain1);
    transition: all .4s;
}
.slick-dots li {
    width: 16px;
    height: 6px;
    margin: 0 6px;
    border-radius: 6px;
    border: 1px solid rgba(12, 117, 64, 0.50);
    background-color: var(--colorfff);
    overflow: hidden;
}
.slick-dots li.slick-active {
    opacity: 1;
    width: 128px;
    background: var(--colorfff);
}
.slick-dots li::after {
    content: "";
    width: 0px;
    height: 6px;
    background: var(--colormain1);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pcbr-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.new-cont-top-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.sect-cont-left-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.prod-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.prod-slick .slick-dots {
    bottom: -25px;
}
.new-cont-top {
    padding-top: 35px;
    position: relative;
}
.new-cont-top-cont {
    display: flex;
    border-radius: 8px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.new-cont-top-left {
    width: 49%;
}
.new-cont-top-right {
    width: 51%;
    padding: 0 40px;
}
.nctl-img {
    width: 100%;
    border-radius: 8px;
}
.new-cont-top-locate {
    position: relative;
}
.nctr-date {
    padding-top: 48px;
    color: var(--color999);
    line-height: var(--line175);
}
.nctr-title {
    font-size: 28px;
    color: var(--color333);
    line-height: var(--line175);
    padding-top: 10px;
    transition: all .4s;
}
.nctr-text {
    color: var(--color666);
    line-height: var(--line175);
    padding-top: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nctr-button {
    padding-top: 110px;
    float: right;
}
.event-cont-top {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}
.event-cont-top-left {
    color: var(--color666);
    line-height: var(--line175);
}
.event-cont-top-right a {
    color: var(--colormain4);
    line-height: var(--line175);
}
.event-cont-bom {
    padding-top: 30px;
    overflow: hidden;
}
.event-cont-bom-ul {
    display: flex;
    justify-content: space-between;
    border-radius: 6px 6px 0px 0px;
    background: #478666;
}
.ecbt-li {
    width: 16.666666%;
    padding: 16px 0;
}
.ecbt-li p {
    text-align: center;
    color: var(--colorfff);
}
.ecbb-ul {
    display: flex;
    justify-content: space-between;
    background: var(--colorfff);
    transition: all .4s;
}
.ecbb-ul-li {
    width: 16.666666%;
    padding: 10px 0;
    border-bottom: 1px solid var(--color999);
    transition: all .4s;
}
.ecbb-ul-li p {
    font-size: var(--font16);
    text-align: center;
    color: var(--color666);
    line-height: var(--line175);
}
.pc-fenye li {
    float: left;
    width: 28px;
    height: 28px;
    font-size: var(--font16);
    line-height: 28px;
    color: #0B1839;
    text-align: center;
    margin: 0px 10px;
    border-radius: 4px;
    transition: .4s;
}
.pc-fenye li.activepage {
    color: var(--colorfff);
    background: var(--colormain1);
}
.event-cont-pege {
    padding-top: var(--space40);
}
.new-cont-top-slick .slick-dots {
    bottom: 0;
}
.new-cont-top-slick .slick-list {
    padding-bottom: 50px;
}
.new-cont-top-slick.empty .slick-list {
    padding-bottom: 0px;
}
.new-cont-top-slick {
    margin: -20px -20px;
}
.ncts-li {
    width: 100%;
    padding: 0 20px;
}
.new-cont-top a {
    display: inline-block;
    padding: 20px 0;
}
.new-cont-top-slick {
    position: relative;
}
.new-cont-top .prod-bun-prev {
    left: -60px;
}
.new-cont-top .prod-bun-next {
    right: -60px;
}
.ncbu-li a::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #D9D9D9;
    bottom: 0;
    left: 0;
    transition: all .4s;
    opacity: 1;
}
.ncbu-li a {
    position: relative;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    transition: all .4s;
}
.ncbu-li-left {
    width: 9%;
}
.prod-cont-bottom-item {
    display: none;
}
.prod-cont-bottom-item:first-child {
    display: block;
}
.xiala .ys-select-xtbbox {
    margin-right: 24px;
}
.ncbu-li-left-title {
    font-size: 70px;
    color: var(--color666);
    line-height: var(--line12);
    font-family: 'yuxin-Bold';
    transition: all .4s;
}
.recr-cont-team-swiper.on .swiper-pagination {
    display: none;
}
.ncbu-li-left-date {
    padding-left: 9px;
    padding-top: 4px;
    line-height: var(--line175);
    color: var(--color666);
}
.ncbu-li-mid {
    width: 74%;
    display: flex;
    align-items: center;
}
.ncbu-li-rigth {
    flex-grow: 1;
}
.std-btn4-box {
    float: right;
}
.ncbu-li-mid-left {
    width: 36%;
}
.ncbu-li-mid-right {
    width: 64%;
    padding-left: 40px;
}
.nlml-img {
    border-radius: 6px;
}
.nlmr-title {
    color: var(--color333);
    line-height: var(--line175);
    transition: all .4s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.nlmr-text {
    margin-top: 20px;
}
.nlmr-text p {
    color: var(--color666);
    line-height: var(--line175);
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.detail-content {
    display: flex;
    padding-top: 35px;
}
.detail-cont-right {
    width: 250px;
    padding-left: 30px;
    position: sticky;
    height: fit-content;
    top: 120px;
}
.detail-cont-title {
    color: var(--color333);
    line-height: 1.5;
}
.detail-cont-link-rigth {
    display: flex;
    align-items: center;
}
.detail-cont-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--space40);
}
.dclr-text {
    line-height: var(--line175);
}
.dclr-ul {
    display: flex;
    align-items: center;
}
.dclr-ul-li:nth-child(1) {
    margin-left: 40px;
}
.dclr-ul-li {
    margin-left: 30px;
}
.dclr-ul-li-img {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}
.dclr-ul-li-img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.dclr-ul-li-img img:nth-child(2) {
    opacity: 0;
}
.detail-cont-article::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #D9D9D9;
    border-radius: 1px;
    top: 0;
}
.detail-cont-article {
    padding-top: 40px;
    margin-top: 20px;
    position: relative;
}
.detail-cont-foot {
    padding-top: var(--space40);
    margin-top: 48px;
    position: relative;
}
.detail-cont-foot ul {
    margin: 0 -20px;
    display: flex;
}
.detail-cont-ul-li {
    padding: 0 20px;
    width: 50%;
}
.detail-cont-ul-li a {
    width: 100%;
    display: block;
}
.detail-cont-foot::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #D9D9D9;
    border-radius: 1px;
    top: 0;
}
.detail-cont-ul-li .std-text2 {
    color: var(--color333);
    line-height: var(--line175);
    transition: all .4s;
}
.detail-cont-right-title {
    line-height: var(--line175);
    padding-bottom: 30px;
}
.dcru-li:nth-child(1) a {
    padding-top: 0;
}
.dcru-li {
    border-bottom: 1px solid rgba(232, 232, 232, 1);
}
.dcru-li a {
    display: block;
    padding: 10px 0 20px;
}
.dcru-li-text {
    line-height: var(--line175);
    transition: all .4s;
    padding-bottom: 10px;
}
.dcru-li-date {
    color: var(--color666);
    line-height: var(--line175);
}
.sticky-body {
    overflow: visible !important;
}
.recr-cont-join {
    position: relative;
}
.recr-cont-join-bg {
    width: 100%;
    position: relative;
}
.recr-cont-join-bg img {
    width: 100%;
}
.rcjc-text {
    text-align: center;
    padding-top: 55px;
    color: var(--colormain1);
    line-height: 1.5;
}
.rcjc-title {
    padding-top: 20px;
    text-align: center;
    line-height: 1.5;
}
.rcjc-link {
    width: fit-content;
    margin: 0 auto;
    padding-top: 60px;
}
.rcjc-link-li {
    padding: 0 30px;
}
.recr-cont {
    overflow: hidden;
}
.recr-cont-why {
    overflow: hidden;
}
.recr-cont-why-title {
    text-align: center;
    line-height: 1.5;
}
.new-main .std-btn4-box-text {
    margin-right: 40px;
}
.recr-cont-why-ul {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.recr-cont-team-swiper {
    padding-top: var(--space40) !important;
    padding-bottom: 50px !important;
    overflow: visible !important;
}
.rcwu-li {
    width: 25%;
    padding: 0 18px;
    margin-top: 20px;
}
.rcwu-li-cont {
    height: 100%;
    padding: 80px 20px 60px;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.rcwu-li-icon {
    width: 100px;
    margin: 0 auto;
}
.rcwu-li-icon img {
    width: 100%;
}
.rcwu-li-text {
    text-align: center;
    padding-top: 77px;
    line-height: var(--line12);
}
.rcts-img {
    border-radius: 6px;
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
    bottom: 0px;
    top: auto !important;
    width: 456px !important;
    left: 50% !important;
    transform: translateX(-50%);
    background-color: var(--colorfff);
    border-radius: 8px;
    border: 1px solid rgba(12, 117, 64, 0.50);
    height: 6px !important;
    overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--colormain1) !important;
    transition: all .3s linear;
}
.rcts-text {
    padding-top: 20px;
    text-align: center;
}
.rcjc-cont {
    padding-bottom: 153px;
}
.contact-main {
    overflow: hidden;
}
.contact-cont-title {
    padding-top: 35px;
    line-height: 1.6;
}
.contact-cont-ul {
    padding-top: 15px;
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
}
.contact-cont-ul-li {
    width: 50%;
    padding: 0 18px;
    margin-top: 25px;
}
.ccul-cont {
    height: 100%;
    position: relative;
    padding: 51px 40px 29px;
    border-radius: 6px;
    background: var(--colorfff);
    border-bottom: 3px solid #0B733E;
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.ccul-ul-li .std-text2 {
    width: calc(100% - 18px);
}
.ccul-title {
    line-height: var(--line175);
}
.ccul-text {
    line-height: var(--line175);
    padding-top: 10px;
}
.ccul-ul-li {
    padding-top: 10px;
    display: flex;
    align-items: baseline;
}
.ccul-ul-li-cion {
    width: 18px;
    margin-right: 10px;
}
.ccul-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 130px;
}
.ccul-icon img {
    width: 100%;
}
.model-content {
    display: flex;
}
.model-cont-left {
    width: 32%;
    position: sticky;
    top: 60px;
    height: fit-content;
    overflow: hidden;
}
.model-pop-btn {
    width: 24px;
    height: 24px;
}
.model-pop-btn img {
    width: 100%;
}
.message-main .model-cont-right {
    padding-top: 49px;
    overflow: hidden;
}
.model-cont-right {
    width: 68%;
    padding-left: 184px;
    padding-top: 96px;
}
.model-cont-title {
    line-height: 1.6;
    padding-top: 35px;
}
.mcru-li-title {
    color: var(--color666);
    line-height: var(--line175);
    padding: 10px 24px;
    border-bottom: 2px solid var(--color999);
}
.message-main .mlul-texa textarea {
    height: 170px;
}
.message-main .mcru-li-ul {
    margin: -40px -20px 0;
    overflow: hidden;
}
.mcru-li-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.message-main .mcru-li-ul-li {
    margin-top:20px;
}
.hmtt-top-li:last-child:after {
    display: none;
}
.mcru-li-ul-li {
    width: 50%;
    padding: 0 20px;
    margin-top: 20px;
}
.mlul-input {
    width: 100%;
    position: relative;
}
.mlul-input input {
    padding: 0 24px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(138, 132, 132, 0.20);
    background: var(--colorfff);
    transition: all .4s;
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line18);
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
.mcru-li-ul-li p {
    font-size: var(--font16);
    color: var(--color999);
    line-height: var(--line18);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    z-index: 0;
    pointer-events: none;
}
.mlul-texa {
    position: relative;
}
.mcru-li-ul-li.vanish p {
    display: none;
}
.mlul-texa p {
    position: absolute;
    top: 25px;
    left: 24px;
}
.mlul-input p span {
    padding-left: 8px;
    color: #D90000;
}
.mcru-li-ul-li.on .mlul-cont {
    border: 1px solid var(--colormain1);
}
.mcru-li-ul-li.on .mlul-text {
    display: none;
}
.mcru-li:first-child {
    padding-top: 0;
}
.mcru-li {
    padding-top:20px;
}
.mlul-cont {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-radius: 6px;
    border: 1px solid rgba(138, 132, 132, 0.20);
    background: var(--colorfff);
}
.mlul-input {
    height: 52px;
    flex-grow: 1;
}
.mlul-cont .ys-select-hd {
    height: 52px;
}
.mlul-text {
    width: -webkit-fill-available;
    color: var(--color999);
    line-height: var(--line18);
}
.mlul-text span {
    margin: 0 8px;
    font-size: var(--font14);
    color: #D90000;
    line-height: var(--line18);
    transform: translateY(-4px);
}
.mcru-li-ul-li.act {
    width: 100%;
}
.mcru-li-ul-li.act .mlul-cont {
    display: block;
    padding: 8px 24px 20px;
}
.mlul-texa {
    width: 100%;
}
.mcru-li-ul-li.act .mlul-text {
    margin-bottom: 10px;
}
.mcrl-link.on .mcrl-link-box::after {
    opacity: 1;
}
.mlul-texa textarea {
    width: 100%;
    overflow: hidden;
    resize: none;
    height: 120px;
    border-radius: 6px;
    border: 1px solid rgba(138, 132, 132, 0.20);
    background: var(--colorfff);
    padding: 8px 24px;
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line18);
    transition: all .4s;
    font-family: "PingFang SC", "Microsoft YaHei" !important;
}
.mcru-li-ul-li.exchange {
    width: 43%;
    position: relative;
}
.mlul-code {
    width: 132px;
    position: absolute;
    top: 0;
    right: -132px;
    cursor: pointer;
}
.mlul-code img {
    width: 100%;
}
.model-cont-right-bom {
    padding-top: 72px;
    position: relative;
}
.model-cont-right-bom .mlul-cue {
    padding-left: 0;
}
.mcrl-link {
    width: 50%;
    display: flex;
    align-items: flex-start;
}
.mcrl-link-box {
    width: 16px;
    height: 16px;
    border: 1px solid #4F5759;
    border-radius: 100%;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
    margin-top: 4.5px;
    flex-shrink: 0;
}
.mlul-texa.vanish p {
    display: none;
}
.mcrl-link-box::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--colormain1);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    opacity: 0;
}
.mcrl-button {
    width: 50%;
    cursor: pointer;
    position: absolute;
    top: var(--space40);
    right: 0;
}
.mcrl-button.empty {
    pointer-events: none;
}
.model-cont-left-text {
    color: var(--color666);
    padding-top: 10px;
}
.model-cont-left-img {
    padding-top: 20px;
    width: 100%;
    padding-right: 32px;
}
.model-cont-left-img img {
    width: 100%;
    border-radius: 6px;
}
.mcrl-link-text a {
    color: var(--colormain1);
}
.mcrl-button .std-btn2-box {
    padding: 17px 20px;
    justify-content: center;
}
.xiala .mlul-cont {
    padding: 0;
}
.mlul-cont-select {
    width: 100%;
    height: 100%;
}
.mlul-cont-select .ys-select-hd input::placeholder {
    font-size: var(--font16);
    color: var(--color999);
    line-height: var(--line18);
}
.mlul-texa textarea::placeholder {
    font-family: "Microsoft YaHei";
    font-size: var(--font16);
    color: var(--color999);
    line-height: var(--line18);
}
.mlul-cont-select .ys-select-bd {
    padding: 16px 24px;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.mlul-cont-select .ys-select-li:first-child {
    padding-top: 0;
}
.mlul-cont-select .ys-select-li {
    padding-top: 10px;
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line18);
    transition: all .4s;
}
.mlul-cue {
    color: #D90000;
    line-height: var(--line175);
    padding-left: 24px;
    padding-top: 10px;
    display: none;
}
.mcrl-link.on .mcrl-link-box {
    border: 1px solid var(--colormain1);
}
.empty .mlul-cue {
    display: block;
}
.empty .mcrl-link-box {
    border: 1px solid var(--colormain1);
}
.empty .mlul-input input {
    border: 1px solid var(--colormain1);
}
.model-pop .ys-modal-content {
    width: 702px;
    padding-top: 61px;
    padding-bottom: 48px;
    max-width: calc(100vw - 40px);
    max-height: 336px;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.model-pop-icon {
    width: 80px;
    margin: 0 auto;
}
.model-pop-icon img {
    width: 100%;
}
.model-pop-text {
    padding-top: 10px;
    text-align: center;
    line-height: 1.6;
}
.model-pop-button {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #ADADAD;
    padding: 0 40px;
    line-height: 39px;
    transition: all .4s;
}
.model-pop .ys-modal-close {
    right: 30px;
    top: 30px;
}
.pcbl-ul-li:nth-child(n+11) {
    display: none;
}
.pcbl-ul li {
    width: 50%;
    padding: 0 10px;
}
.hcul-bom li.yxnav-active3 a {
    color: var(--colormain1);
}
#earth {
    width: 1099px;
    height: 1099px;
    position: absolute;
    top: 70px;
    right: -220px;
    border-radius: 50%;
    overflow: hidden;
    transition: all .4s;
    z-index: 1;
    opacity: 0.1;
}
.hfbl-num img{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.hfbl-num a{
    font-size: var(--font14);
    color: rgba(255, 255, 255, 0.60);
    line-height: var(--line18);
    margin-left: 4px;
}
.hfbl-num{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
#earth canvas {
    width: 100% !important;
    height: 100% !important;
}
.home-introduce-img img {
    width: 100%;
}
.home-introduce .ys-cont1440 {
    position: relative;
    z-index: 2;
}
.summary-content {
    overflow: hidden;
}
/* Linda-start */
/* B2产品中心-列表 */
.table-wrap {
    padding-top: 35px;
    padding-bottom: var(--space80);
}
.table-wrap-search {
    padding: 0 150px;
    display: flex;
    justify-content: flex-end;
}
.table-wrap-search-cont {
    width: 566px;
    height: 52px;
    border-radius: 6px;
    border: 1px solid #ADADAD;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.table-wrap-search-cont input {
    width: calc(100% - 32px);
    height: 100%;
    padding: 0 20px;
    font-size: var(--font16);
    color: #333;
}
.table-wrap-search-cont input::placeholder {
    color: #999;
}
.twsc-icon {
    width: 32px;
    cursor: pointer;
    line-height: 50px;
}
.twsc-icon img {
    width: 100%;
}
.table-wrap-list {
    margin-top: var(--space40);
    padding-right: 150px;
    display: flex;
    align-items: stretch;
}
.table-wrap-list-side {
    width: 300px;
    position: relative;
    border-radius: 0px 6px 6px 0px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.twls-cont {
    padding: 60px 30px 60px 40px;
    height: 700px;
}
.twls-cont .mCSB_outside+.mCSB_scrollTools {
    right: 8px;
    top: 20px;
    bottom: 20px;
}
.twls-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: var(--colormain1) !important;
}
.table-wrap-list-table {
    width: calc(100% - 300px);
    padding-left: 30px;
}
.twls-ul-li {
    margin-bottom: 26px;
}
.twls-ul-li:last-child {
    margin-bottom: 0;
}
.twls-ul-li-hd {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tulh-icon {
    width: 18px;
    transition: all .36s;
}
.tulh-icon svg {
    width: 100%;
    height: auto;
}
.twls-ul-li-hd .std-text1 {
    width: calc(100% - 18px);
    padding-right: 12px;
    position: relative;
    transition: all .36s;
}
.tulh-icon svg path {
    transition: all .36s;
}
.twls-ul-li-bd {
    margin-top: 32px;
    display: none;
}
.twls-ul-li-hd .std-text1::after {
    content: "";
    width: 0;
    height: 2px;
    background: var(--colormain1);
    border-radius: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: all .36s;
}
.twls-ul-li.active .twls-ul-li-hd .std-text1::after {
    width: calc(100% - 12px);
}
.twls-ul-li.active .twls-ul-li-hd .std-text1 {
    color: var(--colormain1);
}
.twls-ul-li.active .tulh-icon {
    transform: rotate(90deg);
}
.twls-ul-li.active .tulh-icon path {
    fill: var(--colormain1);
}
.tulb-ul-li a {
    font-size: var(--font14);
    line-height: var(--line175);
    color: var(--color999);
    transition: all .36s;
    display: block;
}
.tulb-ul-li {
    margin-bottom: 10px;
}
.tulb-ul-li:last-child {
    margin-bottom: 0;
}
.tulb-ul-li.act a {
    color: var(--colormain1);
}
/* 表格样式 */
.mc_container {
    width: 100%;
    /* padding: 0 70px; */
}
/* .mc_retrieval_box {
    border-top: 1px solid #189;
} */
.mc_retrieval {
    margin-top: 50px;
}
.mc_rtv_l {
    width: 300px;
    padding-right: 30px;
}
.mc_rtv_l.hide {
    display: none;
}
.mc_rtv_r {
    width: calc(100% - 300px);
}
.mc_rtv_hd {
    padding: 5px 0;
    border-bottom: 3px solid #005aec;
}
.mc_rtv_hd p {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}
.mc_rtv_hd .mc_rtvhd_btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 36px;
    /* padding: 0 10px; */
    color: #005aec;
    transition: all .36s;
    cursor: pointer;
}
.mc_rtv_sor {
    display: none;
    width: 270px;
}
.mc_rtvbtn_dl {
    margin-left: 15px;
}
.mc_rtv_r.mc_rtvr_full {
    width: 100%;
}
.mc_rtv_r.mc_rtvr_full .mc_rtv_sor {
    display: block;
}
.mc_rtv_sor {
    margin-right: 20px;
}
.mc_rtvl_li {
    border-bottom: 3px solid #eee;
    position: relative;
}
.mc_rtvl_xlhd {
    /* padding: 10px; */
    cursor: pointer;
}
.mc_rtvl_inputbox {
    width: calc(100% - 12px);
    padding-right: 10px;
    user-select: none;
}
.mc_rtvl_xtb {
    width: 12px;
    line-height: 46px;
    transform: rotate(90deg);
    transition: all .36s;
}
.mc_rtvl_xtb img {
    width: 100%;
}
.mc_rtvl_checkbox {
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    background: #fff;
    margin-top: 2.5px !important;
    /* pointer-events: none; */
    border-radius: 2px;
}
.mc_rtvl_checkbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 80%;
    height: 80%;
    background: url(../images/xtb_duihao.png) center / cover no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.mc_rtvl_checkbox:checked {
    background: #666;
}
.mc_rtvl_checkbox:checked::before {
    opacity: 1;
}
.mc_rtvl_inputbox input:focus {
    outline: none;
}
.mc_rtvl_inputbox span {
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    color: #1f1f1f;
    font-family: 'RobotoRegular' !important;
}
.mc_rtvl_xlbd {
    display: none;
    padding: 10px 0;
    background: #fff;
    width: 100%;
}
.mc_rtvl_xlbd p {
    font-size: 16px;
    line-height: 1.75;
    color: #1f1f1f;
    font-family: 'RobotoRegular' !important;
    cursor: pointer;
}
.mc_rtvl_xlbd .slider {
    width: 100%;
}
.mc_rtvl_xlhd.act .mc_rtvl_xtb {
    transform: rotate(-90deg);
}
/* .mc_rtvl_li.act .mc_rtvl_xtb {
    transform: rotate(-90deg);
} */
.mc_tab_sortbtn {
    font-size: var(--font18);
    line-height: var(--line175);
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}
.mc_tab_th.desc .mc_tab_sortbtn::before {
    opacity: 1;
}
.mc_tab_th.asc .mc_tab_sortbtn::before {
    opacity: 1;
    transform: rotate(180deg);
}
.mc_table {
    min-width: 100%;
    transform-style: preserve-3d;
    border-spacing: 0px;
    border-color: transparent;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.mc_table td p {
    font-size: var(--font16);
    line-height: var(--line175);
    color: #666;
    text-align: center;
    padding: 10px 0px;
}
.mc_table_hd tr {
    background: #f9f9f9;
}
.mc_rtv_hd_r {
    border-bottom: none;
}
.mc_table_hd th {
    white-space: nowrap;
    cursor: pointer;
    background: var(--colormain4);
    min-width: 154px;
    padding: 16px;
}
.mc_tab_th.mc_tab_td0 {
    min-width: 184px;
    padding-left: 30px;
    background: var(--colormain4);
    border-radius: 6px 0 0 0;
    position: relative;
    z-index: 5;
}
.mc_tab_td.mc_tab_td0 a {
    padding-left: 30px;
    display: block;
}
.mc_tab_searchbox {
    position: relative;
    /* margin-top: 10px; */
    border: 1px solid silver;
    width: 200px;
    height: 36px;
    margin-left: 20px;
}
.mc_tabsearch_input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 5px;
    padding-right: 20px;
    color: #666;
}
.mc_tabsearch_btn {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.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: #007c8c;
    margin-bottom: 20px;
}
.mc_tabproxl_message p {
    font-size: 14px;
    line-height: 1.5;
    color: #007c8c;
    margin-bottom: 10px;
}
.mc_tabproxl_message a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_tab_proxl {
    display: none;
}
.mc_rtv_btn {
    margin-top: 20px;
}
.mc_rtvl_select {
    color: #666;
    font-size: 14px;
    border: 1px solid silver;
    padding: 5px;
}
.mc_rtvl_xlcheck .mc_rtvl_inputbox {
    margin: 5px 0;
}
.mc_rtvl_xlscroll {
    height: 188px;
    /* overflow: auto; */
}
.mc_mbx {
    margin-bottom: 40px;
}
.mc_mbx_nav {
    padding: 30px 60px;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
}
.mc_mbx_li {
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.mc_mbx_li a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.mc_mbx_li:not(:last-child)::after {
    content: ">";
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    margin: 0 10px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.g_slider {
    padding-right: 30px;
}
.mc_table th:last-child,
.mc_table td:last-child {
    border-right: none;
}
.mc_rtvl_list {
    margin-top: 6px;
}
.mc_rtvl_xlbd .mc_rtvl_inputbox span {
    float: left;
    width: calc(100% - 15px);
    padding: 0 10px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}
.mc_rtvl_xlbd .mc_rtvl_inputbox {
    width: calc(100% - 12px);
    padding-right: 0;
}
.l_c2sect .mc_rtv_bd_r {
    height: 306px;
}
.l_d1bx2szp p {
    height: 31.5px;
    overflow: hidden;
}
/* .mc_tab_bd .mc_tab_td0{
    z-index: -1;
} */
.mc_tab_pro td {
    position: relative;
}
.mc_tab_pro td::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #999999;
    transition: all .36s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mc_tab_td.mc_tab_td0 {
    position: relative;
    z-index: 1;
}
.mc_tab_td.mc_tab_td0::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    z-index: -1;
}
.promodel_main .mc_tab_bd tr:nth-child(even) {
    background-color: transparent;
}
/* 横向滚动条样式 */
.mc_table_jia .mCSB_container_wrapper {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.mc_table_jia .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #D9D9D9 !important;
}
.mc_table_jia .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1) !important;
}
.mc_table_jia .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 10px;
    margin: 0;
    width: 100%;
}
.mc_table_jia .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
    margin: 0;
    width: 100%;
}
.mc_table_jia .mCSB_scrollTools {
    opacity: 1;
}
.mc_table_jia .mCSB_container_wrapper>.mCSB_container {
    padding-right: 0;
    padding-bottom: 0;
}
.mc_table_jia .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px;
}
/* 竖向滚动条样式 */
.mc_table_jia .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}
.mc_table_jia .mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
}
.mc_table_jia .mCSB_scrollTools .mCSB_draggerContainer {
    right: -6px;
}
.mc_table_jia {
    height: 700px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.mc_tab_th_icon {
    width: 10px;
    margin-left: 6px;
}
.mtti_icon {
    width: 10px;
    height: 6px;
    position: relative;
}
.mtti_icon img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.mtti_icon img:nth-child(2) {
    opacity: 0;
}
.mc_tab_th_cont {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mc_tab_pro {
    transition: all .36s;
}
.mc_table_hd {
    position: relative;
    z-index: 5;
}
.mc_tab_th.desc .mtti_dec img:nth-child(1) {
    opacity: 0;
}
.mc_tab_th.desc .mtti_dec img:nth-child(2) {
    opacity: 1;
}
.mc_tab_th.asc .mtti_asc img:nth-child(1) {
    opacity: 0;
}
.mc_tab_th.asc .mtti_asc img:nth-child(2) {
    opacity: 1;
}
.mc_table_jia .mCSB_outside+.mCSB_scrollTools {
    right: -30px;
}
.twls-icon {
    width: 34px;
    height: 60px;
    border-radius: 0 6px 6px 0;
    overflow: hidden;
    background: var(--colormain1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
.twls-icon img {
    width: 16px;
    transition: all .36s;
}
/* Linda-end */
/* ada 2024年7月15日 二批 */
.recr-cont-top {
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.recr-cont-top-down {
    width: 14%;
}
.recr-cont-top-query {
    display: flex;
    align-items: center;
    width: 40%;
}
.rctq-icon {
    width: 32px;
    cursor: pointer;
    margin-right: 20px;
}
.rctq-icon img {
    width: 100%;
}
.rctd-down-top {
    border-radius: 6px;
    border: 1px solid #ADADAD;
}
.rctd-down-top input {
    font-size: var(--font16);
    color: var(--color333);
    padding: 0 20px;
    height: 50px;
}
.rctd-down-top input::placeholder {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line12);
}
.rctd-down-top .ys-select-xtbbox {
    margin-right: 20px;
}
.rctd-down-top-icon {
    width: 18px;
}
.rctd-down-top-icon img {
    width: 100%;
}
.slick-dots li {
    background-color: transparent;
}
.slick-track {
    display: flex;
    flex-wrap: wrap;
}
.rctd-down-bom {
    max-height: 200px;
    padding: 6px 24px 20px;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.rctd-down-bom .ys-select-li {
    padding-top: 10px;
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
    transition: all .4s;
}
.recr-cont-top-query {
    border-radius: 6px;
    border: 1px solid #ADADAD;
    margin-left: 20px;
}
.rctq-input {
    width: calc(100% - 52px);
}
.rctq-input input {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line12);
    padding: 0 20px;
    height: 50px;
    width: 100%;
}
.rctq-input input::placeholder {
    font-size: var(--font16);
    color: var(--color999);
}
.recr-cont-bottom {
    padding-top: var(--space40);
}
.recr-cont-bom-top .std-h5 {
    color: var(--colorfff);
    line-height: var(--line175);
}
.rcbu-li-top-post {
    color: var(--color333);
    line-height: var(--line175);
    width: 80%;
    transition: all .4s;
}
.rcbu-li-top-address {
    color: var(--color666);
    line-height: var(--line175);
    flex-grow: 1;
}
.rcbt-post {
    width: 80%;
}
.recr-cont-bom-top {
    padding: 16px 40px;
    border-radius: 6px;
    background: #2E2E2E;
    display: flex;
}
.rcbu-li:first-child {
    margin-top: 20px;
}
.rcbu-li {
    transition: all .4s;
    margin-top: 24px;
}
.rcbu-li-top {
    display: flex;
    align-items: center;
    padding: 15px 40px;
    transition: all .4s;
    cursor: pointer;
    border: 1px solid transparent;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.14);
}
.rcbu-li-top-icon {
    width: 24px;
    position: relative;
}
.rcbu-li-top-icon img {
    position: absolute;
    width: 100%;
    top: -10px;
    transition: all .4s;
    transform-origin: center center;
}
.rcbu-li-top-icon img:nth-child(2) {
    opacity: 0;
}
.rcbu-li-top-icon img:nth-child(3) {
    opacity: 0;
}
.rcbu-li.on {
    padding-bottom: 13px;
}
.rcbu-li-bom {
    display: none;
    margin-top: 3px;
    padding: 37px 40px 43px;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.rcbu-li-bom-title {
    color: var(--color333);
}
.rcbu-li-bom-text {
    margin-top: 20px;
}
.rcbu-li-bom-text p {
    margin-bottom: 10px;
}
.rlbu-li:first-child {
    padding-top: 0;
}
.rlbu-li {
    padding-top: var(--space40);
}
.rlbu-li .yxedr-active p:last-child {
    margin-bottom: 0;
}
.rcbu-li-bom-btn {
    padding-top: var(--space40);
    width: 200px;
}
.rcbu-li-bom-btn .std-btn1-box {
    justify-content: center;
    padding: 0 20px;
}
.rcbu-li-bom-btn .std-btn1-box-icon {
    width: 18px;
}
.rcbu-li-bom-btn .std-btn1-box-text {
    line-height: 50px;
}
.rcbu-li.on .rcbu-li-top {
    border: 1px solid var(--colormain1);
    border-radius: 6px;
}
.rcbu-li.on .rcbu-li-top-post {
    color: var(--colormain1);
}
.rcbu-li.on .rcbu-li-top-icon img:nth-child(1) {
    opacity: 0;
}
.rcbu-li.on .rcbu-li-top-icon img:nth-child(2) {
    opacity: 1;
    transform: rotate(-90deg);
}
.recr-cont-page {
    padding-top: 40px;
}
.recruit-cont {
    padding-bottom: 20px;
    overflow: hidden;
}
.brief-main .ys-nybanner {
    position: relative;
}
.brief-main .ys-nybanner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 54.36%, #FFF 99.81%);
    top: 0;
    left: 0;
}
.brief-about-title {
    text-align: center;
}
.brief-about {
    padding: 100px 0 40px;
    width: 100%;
    position: relative;
    margin-top: -180px;
    overflow: hidden;
}
.brief-about::after {
    content: "";
    position: absolute;
    width: calc(100% - 160px);
    height: 100%;
    margin: 0 auto;
    background-color: var(--colorfff);
    border-radius: 8px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.brief-about-content {
    position: relative;
    z-index: 10;
}
.brief-main .ys-mbx {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
}
.brief-about-cont {
    display: flex;
    padding-top: 50px;
}
.brief-about-cont-left {
    width: 40%;
    position: relative;
    height: fit-content;
}
.brief-about-cont-rigth {
    width: 60%;
    padding-left: 40px;
}
.brief-about-cont-rigth p:last-child {
    margin-bottom: 0;
}
.bacl-img {
    width: 100%;
    border-radius: 6px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    overflow: hidden;
}
.bacl-img img {
    width: 100%;
}
.bacl-icon {
    width: 42px;
    cursor: pointer;
}
.bacl-icon img {
    width: 100%;
}
.brief-about-number {
    padding-top: 100px;
}
.brief-about-ul .hicu-li-text {
    font-size: 20px;
    text-align: center;
}
.brief-about-ul-icon {
    margin: 0 auto;
    width: 52px;
    margin-top: 10px;
}
.brief-about-ul-icon img {
    width: 100%;
}
.bcul-icon {
    width: 72px;
}
.bcul-icon img {
    width: 100%;
}
.brief-about-ul.home-intr-cont-ul {
    padding-bottom: 0;
    flex-wrap: wrap;
}
.brief-about-ul {
    margin: 0 -131px;
    padding-top: 100px;
}
.brief-about-ul .hicu-li {
    padding: 0 131px;
    position: relative;
    width: 25%;
}
.brief-main .hicu-li-cont-title {
    margin: auto;
}
.brief-about-ul .hicu-li::after {
    content: "";
    width: 2px;
    height: 50px;
    border-radius: 30px;
    background: #e8e8e8;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
}
.brief-about-ul .hicu-li:last-child:after {
    display: none;
}
.brief-culture {
    padding-top: var(--space120);
    position: relative;
    overflow: hidden;
}
.brief-hidden {
    overflow: hidden;
}
.brief-cult-title {
    text-align: center;
}
.brief-cult-bj {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.brief-cult-bj img {
    width: 100%;
    height: 100%;
}
.brief-cult-ul .slick-track {
    display: flex;
    flex-wrap: wrap;
}
.brief-cult-ul-li {
    width: 33.333333%;
    padding: 0 60px;
}
.bcul-title {
    color: var(--colorfff);
    margin-top: 10px;
    line-height: var(--line175);
}
.bcul-text p {
    margin-top: 10px;
    color: var(--colorfff);
    line-height: var(--line175);
}
.brief-cult-content {
    position: relative;
    margin-top: var(--space40);
    padding-bottom: 139px;
    overflow: hidden;
}
.brief-cult-ul-li {
    margin-top: 100px;
}
.brief-honour {
    padding-top: 180px;
    overflow: hidden;
}
.brief-hono-title {
    text-align: center;
    padding-bottom: var(--space40);
}
.brief-deve-slick-cont {
    position: relative;
    transition: all .4s;
    padding: 37px 40px 40px;
    border-radius: 0px 0px 4px 4px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
    overflow: hidden;
}
.brief-deve-slick {
    margin: 0 -18px;
}
.brief-deve-slick-li {
    position: relative;
    padding: 0 18px 20px;
}
.brief-deve-slick-cont::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--colormain1);
    position: absolute;
    top: 0;
    left: 0;
}
.bdsc-img {
    width: 100%;
}
.bdsc-img img {
    width: 100%;
}
.bdsc-text {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 80px;
}
.brief-process {
    padding-top: 200px;
    overflow: hidden;
}
.brief-proc-title {
    text-align: center;
}
.ys-modal-tt{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.brief-hono-cont {
    position: relative;
}
.brief-pop.ys-modal {
    background: rgba(0, 0, 0, 0.50);
}
.brief-pop.act{
    display: block;
}
.brief-pop .ys-modal-content {
    margin: 0 auto;
    width: 702px;
    padding: 70px 165px 42px;
    max-width: calc(100vw - 40px);
    max-height: 1000px;
    overflow: hidden;
    background: var(--colorfff);
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.brief-pop-text {
    padding-top: var(--space40);
    text-align: center;
}
.brief-pop .ys-modal-close {
    width: 24px;
}
.brief-pop .ys-modal-close img {
    width: 100%;
}
.brief-pop .ys-modal-close {
    top: calc(50% - 180px);
    left: calc(50% + 300px);
    transform: translate(-50%,-50%);
}
.brief-pop-img {
    width: 100%;
}
.brief-system {
    padding-top: 140px;
    padding-bottom: 20px;
    overflow: hidden;
}
.brief-syst-title {
    text-align: center;
}
.brief-syst-slick {
    padding-top: var(--space40);
    margin: -18px;
}
.brief-syst-slick-li {
    width: 33.333333%;
    padding: 18px;
}
.brief-syst-slick .slick-list {
    padding-bottom: 42px;
}
.brief-syst-slick.empty .slick-list {
    padding-bottom: 0;
}
.bssl-cont {
    padding: 40px 36px 44px 40px;
    display: flex;
    border-radius: 6px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.bssl-cont-left {
    display: flex;
    align-items: end;
    position: relative;
    padding: 7px 6px;
    background: linear-gradient(153deg, #A5A3A3 0%, #ECECEC 50.5%, #B2B2B2 100%);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.bssl-cont-right {
    padding-left: var(--space40);
    position: relative;
    height: 100%;
}
.bssl-cont-righ-text {
    padding-top: 10px;
}
.bssl-cont-left-amplify {
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 10px;
    cursor: pointer;
}
.bssl-cont-left-icon {
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    opacity: 0;
    z-index: 10;
}
.bssl-cont-left-img {
    cursor: pointer;
}
.bssl-cont-left-img img {
    width: 100%;
}
.bssl-cont-left-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
    z-index: 4;
}
.bssl-cont-left-icon img {
    width: 100%;
}
.brief-main {
    overflow: hidden;
}
.brief-cooperation {
    padding-top: var(--space120);
    overflow: hidden;
}
.brief-syst-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.brief-coop-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.brief-deve-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.brief-syst-slick .slick-dots {
    bottom: 0;
}
.brief-coop-ul {
    display: flex;
    padding-top: var(--space40);
    flex-wrap: wrap;
}
.brief-coop-ul {
    margin: 0 -30px;
}
.brief-coop-slick {
    margin: 0 -30px;
}
.brief-coop-slick-li {
    padding: 0 30px;
}
.brief-coop-ul-li {
    width: 20%;
    padding: 0 30px;
    margin-bottom: 60px;
}
.bcil-cont {
    display: block;
    width: 100%;
    padding: 42px 35px;
    border-radius: 4px;
    background: var(--colorfff);
    box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
}
.bcil-cont img {
    width: 100%;
}
.brief-coop-slick .slick-dots {
    bottom: 0;
}
.brief-proc-content {
    position: relative;
    margin-top: var(--space40);
}
.brief-proc-bg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.brief-proc-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brief-proc-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 40px;
    background-color: var(--colorfff);
    z-index: 0;
}
.brief-proc-cont {
    position: relative;
}
.bpcu-li-title {
    font-family: 'yuxin-Bold';
    font-size: 30px;
    color: var(--color333);
    line-height: var(--line12);
    /* padding-top: var(--space40); */
}
.bpcu-li {
    position: relative;
    padding-left: 46px;
}
.bpcu-li:nth-child(odd)::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 60px;
    background-color: var(--colormain1);
    border-radius: 20px 20px 0px 0px;
    top: 156px;
    left: 0;
}
.brief-process .slick-track{
    height: 728px;
}
.bpcu-li:nth-child(even)::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 60px;
    background-color: var(--colormain1);
    border-radius: 0px 0px 20px 20px;
    /* top: 250px; */
    left: 0;
}
.brief-proc-line img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bpcu-li:nth-child(odd){
    top: 128px;
}
.bpcu-li:nth-child(even) {
    height: 342px;
    top: 0px;
}
.bpcu-li .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1);
}
/* .bpcu-li:nth-child(even){
    padding-top: 260px ;
}  */
.bpcu-li:nth-child(odd) .bpcu-li-word {
    padding-bottom: var(--space40);
}
.bpcu-li:nth-child(even) .bpcu-li-word {
    padding-top: var(--space40);
}
.bpcu-li-text p {
    color: var(--color666);
    position: relative;
    padding-left: 16px;
    margin-top: 10px;
}
.bpcu-li-text {
    max-height: 190px;
}
.brief-proc-slick .slick-track {
    display: flex;
    align-items: end;
}
.bpcu-li-text p::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--colormain1);
    left: 0;
    top: 12px;
}
.brief-proc-slick .slick-list {
    overflow: visible;
}
.recruit-content {
    overflow: hidden;
}
.brief-deve-slick-li {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.brief-deve-slick-li:nth-child(n+2) {
    display: none;
}
.brief-syst-slick-li {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.brief-syst-slick-li:nth-child(n+2) {
    display: none;
}
.brief-coop-slick-li {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.brief-coop-slick-li:nth-child(n+2) {
    display: none;
}
.recr-cont-top .mCSB_outside+.mCSB_scrollTools {
    right: 20px;
    margin: 20px 0;
}
.recr-cont-top .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1) !important;
}
.brief-cult-ul-slick {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -60px;
}
.brief-cult-ul-slick .slick-dots li {
    background-color: transparent;
}
.bcil-cont-img {
    width: 100%;
}
.brief-cult-ul-slick .slick-dots li::after {
    background: var(--colorfff) !important;
}
.brief-proc-slick.act .slick-dots li.slick-active::after {
    width: 100%;
    transition: all 3s linear;
}
.brief-honour .prod-bun-prev,
.brief-honour .prod-bun-next {
    top: 50%;
}
.ccul-ul-li span {
    margin-right: 10px;
}
/* ada 2024年7月15日 二批 */
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .htct-li:hover .htct-li-icon img {
        transform: scale(1);
    }
    .htct-li:hover .htct-li-icon img:nth-child(2) {
        opacity: 0;
    }
    .htct-li:hover .htct-li-icon2 {
        opacity: 1;
    }
    .mc_tab_pro:hover::after {
        opacity: 1;
    }
    .brief-syst-slick-li .bssl-cont-left:hover .bssl-cont-left-img::after {
        opacity: 1;
        z-index: 10;
    }
    .brief-syst-slick-li .bssl-cont-left:hover .bssl-cont-left-icon{
        opacity: 1;
    }
    .brief-syst-slick-li .bssl-cont-left:hover .bssl-cont-left-img img{
        transform: scale(1.05);
    }
    .brief-syst-slick-li a:hover .ys-imgbox-cover img {
        transform: scale(1);
    }
    .head-language a:hover .head-lang-text {
        color: var(--colormain1);
    }
    .hmtt-top-li.on:hover .hmtt-li-text {
        color: var(--colormain1);
    }
    .hmtt-top-li.on:hover .hmtt-li-icon img:nth-child(1) {
        opacity: 0;
    }
    .hmtt-top-li.on:hover .hmtt-li-icon img:nth-child(2) {
        opacity: 1;
    }
    .htct-li:hover::before {
        width: 100%;
    }
    .dcru-li a:hover .dcru-li-text {
        color: var(--colormain1);
    }
    .model-pop-button:hover {
        border: 1px solid var(--colormain1);
        color: var(--colormain1);
    }
    .mlul-cont-select .ys-select-li:hover {
        color: var(--colormain1);
    }
    .detail-cont-ul-li:hover .std-text2 {
        color: var(--colormain1);
    }
    .ncbu-li a:hover {
        box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
    }
    .ncbu-li a:hover::after {
        opacity: 0;
    }
    .ncbu-li a:hover .ncbu-li-left-title {
        color: var(--colormain1);
    }
    .ncbu-li a:hover .nlmr-title {
        color: var(--colormain1);
    }
    .ncbu-li a:hover .std-btn4-box-text {
        color: var(--colormain1);
    }
    .ncbu-li a:hover .std-btn4-box-icon img:nth-child(1) {
        opacity: 0;
    }
    .ncbu-li a:hover .std-btn4-box-icon img:nth-child(2) {
        opacity: 1;
    }
    .pc-fenye li:hover {
        background-color: var(--colormain1);
        color: var(--colorfff);
    }
    .first li:hover {
        color: var(--colormain1);
        background-color: var(--colorfff);
    }
    .prev li:hover {
        color: var(--colormain1);
        background-color: var(--colorfff);
    }
    .next li:hover {
        color: var(--colormain1);
        background-color: var(--colorfff);
    }
    .end li:hover {
        color: var(--colormain1);
        background-color: var(--colorfff);
    }
    .new-cont-top a:hover .nctr-title {
        color: var(--colormain1);
    }
    .new-cont-top a:hover .std-btn4-box-text {
        color: var(--colormain1);
    }
    .new-cont-top a:hover .std-btn4-box-icon img:nth-child(1) {
        opacity: 0;
    }
    .new-cont-top a:hover .std-btn4-box-icon img:nth-child(2) {
        opacity: 1;
    }
    .pcbl-link:hover .pcbl-link-text {
        color: var(--colormain1);
    }
    .pcbl-link:hover .pcbl-link-icon img:nth-child(1) {
        opacity: 0;
    }
    .pcbl-link:hover .pcbl-link-icon img:nth-child(2) {
        opacity: 1;
    }
    .ptll-li:hover .ptll-li-text {
        color: var(--colormain1);
    }
    .scru-li a:hover {
        border: 1px solid var(--colormain1);
    }
    .scru-li a:hover {
        color: var(--colormain1);
    }
    .appl-cont-ul-li:hover .acul-cont::after {
        width: 100%;
    }
    .appl-cont-ul-li:hover .std-btn4-box-text {
        color: var(--colormain1);
    }
    .appl-cont-ul-li:hover .std-btn4-box-icon img:nth-child(1) {
        opacity: 0;
    }
    .appl-cont-ul-li:hover .std-btn4-box-icon img:nth-child(2) {
        opacity: 1;
    }
    .summ-cont-ul-li:hover .scul-righ-title {
        color: var(--colormain1);
    }
    .summ-cont-ul-li:hover .std-btn4-box-text {
        color: var(--colormain1);
    }
    .summ-cont-ul-li:hover .std-btn4-box-icon img:nth-child(1) {
        opacity: 0;
    }
    .summ-cont-ul-li:hover .std-btn4-box-icon img:nth-child(2) {
        opacity: 1;
    }
    .hftr-ul-li-bom li a:hover {
        color: rgba(255, 255, 255, 0.80);
    }
    .prod-slick .slick-disabled:hover {
        color: var(--colormain1);
    }
    .home-info-cont-mid a:hover .hicm-right-bun-text {
        color: var(--colormain1);
    }
    .home-info-cont-mid a:hover .hicm-right-bun-icon img:nth-child(2) {
        opacity: 1;
    }
    .home-info-cont-mid a:hover .hicm-right-bun-icon img:nth-child(1) {
        opacity: 0;
    }
    .hicb-ul-li:hover .hicm-right-bun-text {
        color: var(--colormain1);
    }
    .hicb-ul-li:hover .hicm-right-bun-icon img:nth-child(2) {
        opacity: 1;
    }
    .hicb-ul-li:hover .hicm-right-bun-icon img:nth-child(1) {
        opacity: 0;
    }
    .hicb-ul-li a:hover::after {
        background-color: var(--colormain1);
    }
    .hmtt-top-li.on .hmtt-li-text:hover {
        color: var(--colormain1);
    }
    .std-btn1-box:hover {
        border: 1px solid var(--colormain1);
    }
    .std-btn1-box:hover .std-btn1-box-text {
        color: var(--colormain1);
    }
    .std-btn2-box:hover {
        border: 1px solid var(--colormain1);
    }
    .std-btn2-box:hover .std-btn2-box-text {
        color: var(--colormain1);
    }
    .std-btn2-box-text:hover {
        color: var(--colormain1);
    }
    .std-btn3-box:hover {
        border: 1px solid var(--colormain1);
    }
    .std-btn3-box-text:hover {
        color: var(--colormain1);
    }
    .ncbu-li a::before {
        width: 2px;
        content: "";
        height: 0%;
        position: absolute;
        background-color: var(--colormain1);
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .4s;
        border-radius: 1px;
    }
    .hfbr-ul-li:hover .hfbr-ul-li-code {
        opacity: 1;
        width: 170%;
    }
    .pcbl-ul-li a:hover .pcbl-ul-li-text {
        color: var(--colormain1);
    }
    .scru-li-bom-ul li a:hover {
        color: var(--colormain1);
    }
    .event-cont-bom-box a:hover .ecbb-ul-li {
        border-bottom: 1px solid var(--colormain1);
    }
    .event-cont-bom-box a:hover .ecbb-ul {
        background: #F2FBF7;
    }
    .ncbu-li a:hover::before {
        height: calc(100% - 12px);
    }
    .dclr-ul-li-img:hover img:nth-child(1) {
        opacity: 0;
    }
    .dclr-ul-li-img:hover img:nth-child(2) {
        opacity: 1;
    }
    .prod-bun-prev:hover .prod-bun-prev-img img:nth-child(1) {
        opacity: 0;
    }
    .prod-bun-prev:hover .prod-bun-prev-img img:nth-child(2) {
        opacity: 1;
    }
    .prod-bun-next:hover .prod-bun-next-img img:nth-child(1) {
        opacity: 0;
    }
    .prod-bun-next:hover .prod-bun-next-img img:nth-child(2) {
        opacity: 1;
    }
    .prod-bun-prev.slick-disabled:hover .prod-bun-prev-img img:nth-child(1) {
        opacity: 1;
    }
    .prod-bun-prev.slick-disabled:hover .prod-bun-prev-img img:nth-child(2) {
        opacity: 0;
    }
    .prod-bun-next.slick-disabled:hover .prod-bun-next-img img:nth-child(1) {
        opacity: 1;
    }
    .prod-bun-next.slick-disabled:hover .prod-bun-next-img img:nth-child(2) {
        opacity: 0;
    }
    .swiper-button-prev1:hover .prod-bun-prev-img img:nth-child(1) {
        opacity: 0;
    }
    .swiper-button-prev1:hover .prod-bun-prev-img img:nth-child(2) {
        opacity: 1;
    }
    .swiper-button-next1:hover .prod-bun-next-img img:nth-child(1) {
        opacity: 0;
    }
    .swiper-button-next1:hover .prod-bun-next-img img:nth-child(2) {
        opacity: 1;
    }
    .swiper-button-prev1.swiper-button-disabled:hover .prod-bun-prev-img img:nth-child(1) {
        opacity: 1;
    }
    .swiper-button-prev1.swiper-button-disabled:hover .prod-bun-prev-img img:nth-child(2) {
        opacity: 0;
    }
    .swiper-button-next1.swiper-button-disabled:hover .prod-bun-next-img img:nth-child(1) {
        opacity: 1;
    }
    .swiper-button-next1.swiper-button-disabled:hover .prod-bun-next-img img:nth-child(2) {
        opacity: 0;
    }
    .swiper-button-prev1.slick-disabled:hover .prod-bun-prev-img img:nth-child(1) {
        opacity: 1;
    }
    .swiper-button-prev1.slick-disabled:hover .prod-bun-prev-img img:nth-child(2) {
        opacity: 0;
    }
    .swiper-button-next1.slick-disabled:hover .prod-bun-next-img img:nth-child(1) {
        opacity: 1;
    }
    .swiper-button-next1.slick-disabled:hover .prod-bun-next-img img:nth-child(2) {
        opacity: 0;
    }
    /* B2产品中心-列表 */
    .tulb-ul-li a:hover {
        color: var(--colormain1);
    }
    /* .mc_tab_pro:hover{
        background: #F2FBF7;
    } */
    .mc_tab_pro:hover td::after {
        background: var(--colormain1);
    }
    .mc_tab_pro:hover .mc_tab_td0::before {
        background: #F2FBF7;
    }
    /* B2产品中心-列表 */
    .rctd-down-bom .ys-select-li:hover {
        color: var(--colormain1);
    }
    .rcbu-li-top:hover .rcbu-li-top-post {
        color: var(--colormain1);
    }
    .rcbu-li-top:hover .rcbu-li-top-icon img:nth-child(2) {
        opacity: 1;
    }
    .rcbu-li-top:hover .rcbu-li-top-icon img:nth-child(1) {
        opacity: 0;
    }
    .rcbu-li-top:hover {
        border-bottom: 1px solid var(--colormain1);
    }
    .brief-deve-slick-cont:hover {
        box-shadow: 0px 4px 20px 0px rgba(0, 105, 52, 0.10), 0px 4px 20px 0px rgba(0, 105, 52, 0.10);
    }
    .home-info-cont-mid a:hover .ys-imgbox-cover img {
        transform: scale(1);
    }
    .home-info-cont-mid .hicm-left:hover img:nth-child(2) {
        transform: scale(1.05);
    }
    .ncts-li a:hover .ys-imgbox-cover img {
        transform: scale(1);
    }
    .ncts-li .nctl-img:hover img:nth-child(2) {
        transform: scale(1.05);
    }
}
/* ada */
/* 载入效果 */
.ys-ban-title {
    visibility: hidden;
}
.ys-ban-li.slick-active .ys-ban-title {
    animation: ysfadeInUp 1s ease-in-out both;
    animation-delay: .3s;
    visibility: visible;
}
.hicb-ul-li:nth-child(3n+1),
.contact-cont-ul-li:nth-child(2n+1) {
    animation-delay: .4s;
}
.brief-cult-ul-li:nth-child(3n+3),
.hicb-ul-li:nth-child(3n+2),
.rcwu-li:nth-child(4n+3),
.appl-cont-ul-li:nth-child(4n+3),
.contact-cont-ul-li:nth-child(2n+2) {
    animation-delay: .5s;
}
.hicb-ul-li:nth-child(3n+3),
.appl-cont-ul-li:nth-child(4n+4),
.rcwu-li:nth-child(4n+4) {
    animation-delay: .6s;
}
.brief-cult-ul-li:nth-child(3n+1),
.summ-cont-ul-li:nth-child(2n+1),
.appl-cont-ul-li:nth-child(4n+1),
.rcwu-li:nth-child(4n+1) {
    animation-delay: .3s;
}
.brief-proc-content,
.brief-cult-ul-li:nth-child(3n+2),
.summ-cont-ul-li:nth-child(2n+2),
.appl-cont-ul-li:nth-child(4n+2),
.rcwu-li:nth-child(4n+2) {
    animation-delay: .4s;
}
/* 2024.8.2选型表修改-start */
.mc_tab_sortbtn {
    font-size: var(--font14);
}
.mc_table_hd th {
    padding: 10px 10px;
    width: var(--width);
}
.mc_table td p {
    font-size: var(--font14);
}
.mc_table_jia {
    height: auto !important;
}
.table-wrap.isfixed .mc_table_hd tr {
    position: fixed;
    top: 80px;
}
.mc_table {
    table-layout: fixed;
    transform-style: inherit;
}
.mc_tab_td {
    width: var(--width);
}
.mc_table_hd {
    height: var(--hd-height);
    pointer-events: all;
}
.mc_table_hd tr {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.table-wrap-list {
    position: relative;
}
.table-wrap-list::after {
    content: "";
    width: 150px;
    height: 115%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.table-wrap-list-side {
    z-index: 9;
}
.table-wrap-list-table {
    position: relative;
}
.table-wrap-list-table::before {
    content: "";
    width: 30px;
    height: 115%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
}
.mc_table_jia .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0;
}
.mc_table_jia .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}
.mc_table_jia .mCSB_scrollTools .mCSB_draggerContainer {
    right: 0;
}
.mc_tab_pro td {
    z-index: -2;
}
.mc_tab_td.mc_tab_td0 {
    z-index: -1;
}
.home-foot {
    position: relative;
    z-index: 10;
}
/* 2024.8.2选型表修改-end */
.promodel_cont_form_bt {
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.mc_tab_pro {
    pointer-events: all;
    position: relative;
}
.mc_tab_pro::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #F2FBF7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
    opacity: 0;
    transition: all .36s;
}
/*2024.8.7修改*/
.head-nav-item a {
    font-size: 16px;
}
.bssl-cont-left {
    width: 39%;
}
.bssl-cont-right {
    width: 61%;
}
.bssl-cont {
    align-items: flex-start;
    height: 100%;
}
.brief-syst-slick-li {
    height: auto;
}
.brief-syst-slick-li a {
    display: block;
    height: 100%;
}
.hnid-cont {
    max-height: 600px;
    overflow: hidden;
}
.hnid-cont .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: var(--colormain1);
}
.hnid-cont .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}
.hnid-cont .mCSB_scrollTools {
    right: 0;
}
.mc_table_jia .mCSB_outside+.mCSB_scrollTools {
    pointer-events: all;
}
.mc_table_hd tr {
    transition: all .5s ease-in-out;
}
.promodel_cont_form_bt.active .mc_table_hd tr {
    top: -100px !important;
}
.promodel_cont_form_empty {
    width: 100%;
    height: 1px;
}
.htct-li-icon2 {
    opacity: 0;
}
.htct-li-icon img {
    transition: none;
}
/* 20240816-delia */
.mc_tab_pro td::after{
    display: none;
}
.mc_tab_pro td:not(.mc_tab_td0){
    transition: all .36s;
}
.mc_tab_pro td{
    border-bottom: solid 1px #999; 
    /* transition: all .36s; */
    background: transparent;
}
.mc_tab_pro::after{
    display: none;
}
.isdata .mlul-input p{
    display: none;
}
.yxedr-active a{
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: var(--parpspace12);
}
/* html.start .mc_tab_pro td::after{
    display: block;
} */
/* html.start .mc_tab_pro td{
    border: none;
} */
/* html.start .mc_tab_pro::after{
    display: block;
}  */
@media screen and (min-width: 1200px) {
    .mc_tab_pro:hover td{
        border-bottom: solid 1px #0c7540;
        background: #F2FBF7;
    }
    /* html.start .mc_tab_pro:hover td{
        border-bottom: none;
        background: #F2FBF7;
    } */
}