﻿@charset "utf-8";

/* 公共样式 - start */
body,
input,
textarea {
    font-family: "HarmonyOS_Sans_SC_Regular", "PingFang SC", "Microsoft YaHei" !important;
}

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

html {
    font-size: 100px;
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Thin';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/HarmonyOS_Hans_Light.woff2') format("woff2");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-style: normal;
    font-display: swap;
    src: url('../fonts/HarmonyOS_Hans_Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Bold';
    src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* a[href=""],a[href='']{
    cursor:default
} */
.mod-form input:-webkit-autofill,
.mod-form input:-webkit-autofill:hover,
.mod-form input:-webkit-autofill:focus,
.mod-form input:-webkit-autofill:active {
    -webkit-text-fill-color: #333 !important;
}

:root {
    /* 字号 */
    --font100: 1.0rem;
    --font98: 0.98rem;
    --font96: 0.96rem;
    --font94: 0.94rem;
    --font92: 0.92rem;
    --font90: 0.90rem;
    --font88: 0.88rem;
    --font86: 0.86rem;
    --font84: 0.84rem;
    --font82: 0.82rem;
    --font80: 0.80rem;
    --font78: 0.78rem;
    --font76: 0.76rem;
    --font74: 0.74rem;
    --font72: 0.72rem;
    --font70: 0.70rem;
    --font68: 0.68rem;
    --font66: 0.66rem;
    --font64: 0.64rem;
    --font62: 0.62rem;
    --font60: 0.60rem;
    --font58: 0.58rem;
    --font56: 0.56rem;
    --font54: 0.54rem;
    --font52: 0.52rem;
    --font50: 0.50rem;
    --font48: 0.48rem;
    --font46: 0.46rem;
    --font44: 0.44rem;
    --font42: 0.42rem;
    --font40: 0.40rem;
    --font38: 0.38rem;
    --font36: 0.36rem;
    --font34: 0.34rem;
    --font32: 0.32rem;
    --font30: 0.30rem;
    --font28: 0.28rem;
    --font26: 0.26rem;
    --font24: 0.24rem;
    --font22: 0.22rem;
    --font20: 0.20rem;
    --font18: 0.18rem;
    --font16: 0.16rem;
    --font14: 0.14rem;
    --font12: 0.12rem;
    /* 间距 */
    --space250: 2.5rem;
    --space240: 2.4rem;
    --space230: 2.3rem;
    --space220: 2.2rem;
    --space210: 2.1rem;
    --space200: 2.0rem;
    --space190: 1.9rem;
    --space180: 1.8rem;
    --space170: 1.7rem;
    --space160: 1.6rem;
    --space150: 1.5rem;
    --space140: 1.4rem;
    --space130: 1.3rem;
    --space120: 1.2rem;
    --space110: 1.1rem;
    --space100: 1.0rem;
    --space90: 0.9rem;
    --space80: 0.8rem;
    --space70: 0.7rem;
    --space60: 0.6rem;
}

:root {
    /* 行高 */
    --line12: 1.2;
    --line13: 1.3;
    --line14: 1.4;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航-高度 */
    --headh: 80px;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --colormain: #0055B8;
    --clvi: #0055B8;
    --colorbj: ;
    /* 板块间距 */
    --space40: 0.4rem;
    --space50: 0.5rem;
    /* 段落间距 */
    --parpspace16: 0.16rem;
    --parpspace12: 0.12rem;
    --parpspace10: 0.1rem;
    /* 特殊字体或粗细 */
    --bold: '';
    --transition: all 0.4s ease;
    --transition1: all 0.8s var(--bezier1);
    --transition2: transform 1.5s var(--bezier2), -webkit-transform 1.5s var(--bezier2), opacity 1.2s var(--bezier2), color 0.3s var(--bezier2);
    --shadow: 0 8px 15px 3px rgba(0, 0, 0, 0.03);
    /* 等于gsap的sine.out */
    --bezier1: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* 等于gsap的expo.inOut */
    --bezier2: cubic-bezier(.38, 0, 0, 1);
    --jian: 0.12rem;
    --jian1: -0.12rem;
    /* icon宽度 */
    --widthmod: 0.24rem;
}

.std-font90,
.std-font90 p {
    font-size: var(--font90);
    color: var(--color333);
    line-height: var(--line12);
}

.std-font44,
.std-font44 p,
.yxedr-active h2 {
    font-size: var(--font44);
    color: var(--color333);
    line-height: var(--line14);
}

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

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

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

.std-text18,
.std-text18 p {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line15);
}

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

.std-text14,
.std-text14 p {
    font-size: var(--font14);
    color: var(--color999);
    line-height: var(--line15);
}

.yxedr-active,
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line15);
}

.yxedr-active p {
    margin-bottom: 0.75em;
}

.yxedr-active>p:last-child {
    margin-bottom: 0;
}

.std-padd {
    padding: var(--space150) 0;
    padding-top: var(--space150);
    padding-bottom: var(--space150);
}

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

.std-padd2 {
    padding-bottom: var(--space150);
}

.std-mar {
    margin-bottom: var(--space50);
}

.std-padding40 {
    padding-bottom: var(--space40);
}

.yxedr-active h2,
.yxedr-active h3 {
    margin-bottom: var(--parpspace16);
}

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

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

.search-main {
    --colormain1: var(--colormain) !important;
}

/*分享翻译*/
.ys-wechat-cont-parga p::before {
    content: '分享到 - 微信';
    /* content: 'Share the - WeChat'; */
}

/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(35, 24, 21, 0.3) !important;
    white-space: nowrap;
    margin-left: 0.12rem;
}

/*导航默认选中*/
.yxnav-active1 {}

.yxnav-active2 {}

/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
    display: none;
}

/* 省略号 */
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 侧边锚点隐藏 */
.mod-anchor {
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s ease;
    position: fixed;
    z-index: 20;
}

.mod-anchor.on1 {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor ul {
    transition: all .4s ease;
}

.mod-anchor:not(.act) ul {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor.act ul {
    opacity: 0;
    transform: translateX(-50%);
}

/* 轮播箭头 */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.slick-arrow.slick-disabled {
    pointer-events: none !important;
    opacity: .5 !important;
}

.mod-arrows1 .swiper-button-next,
.mod-arrows1 .swiper-button-prev,
.mod-arrows1 .slick-prev,
.mod-arrows1 .slick-next {}

/* 载入 */
.ys-upfade1 {
    opacity: 0;
    transform-origin: 0% 50%;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    transition: var(--transition2);
    will-change: transform, opacity;
}

.ys-upfade1.ys-fade-true {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}

/* 首页banner载入 */
.ys-ban-li.act .ys-ban-title,
.ys-ban-li.act .mod-btn {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: 0.4s;
}


/* 公共样式 - end */


.ys-hd-pc::before {
    height: 100% !important;
}

.ys-hd-pc {
    width: 100%;
}

.ys-hd-pc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mod-head {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.head-logo {
    width: 2.2rem;
    justify-content: center;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.36s;
}

.head-logo a {
    position: relative;
    width: 64%;
}

.mod-head-le {
    display: flex;
}

.head-nav-item-title {
    font-size: var(--font20);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: rgba(255, 255, 255, 0.6);
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
}

.mod-head-ri-purchase a,
.mhrp-link span {
    white-space: nowrap;
}

.head-nav {
    padding-left: 0.56rem;
    margin: 0 !important;
}

.head-nav-item {
    padding-right: 0.6rem;
    padding-left: 0 !important;
    margin: 0 !important;
}

.head-nav-item.yxnav-active1 .head-nav-item-title {
    color: #fff !important;
}

.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title {
    color: #0055B8 !important;
}

.ys-hd-pc.ishover .head-nav-item.yxnav-active1 .head-nav-item-title {
    color: #0055B8 !important;
}

.mhrp-link-icon {
    width: var(--widthmod);
}

.mhrp-link {
    display: flex;
    align-items: center;
}

.mhrp-link span {
    color: #fff;
    transition: all 0.36s;
    font-size: var(--font24);
    display: inline-block;
    line-height: var(--headh);
    padding-left: 0.16rem;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.mod-head-ri {
    /* position: relative; */
    z-index: 10;
    display: flex;
}

.mhrp-link-icon img {
    transform: scale(1) !important;
}

.mhrp-link-icon img:nth-child(2) {
    opacity: 0;
}

.mhrs-top span {
    font-size: var(--font20);
    line-height: var(--headh);
    display: inline-block;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    padding-left: 0.06rem;
    transition: all 0.36s;
}

.mhrs-top {
    display: flex;
    align-items: center;
    padding-left: 0.36rem;
    padding-right: 0.36rem;
    cursor: pointer;
}

.mhrs-top-icon {
    width: var(--widthmod);
}

.mhrs-top-icon img:nth-child(2) {
    opacity: 0;
}

.mod-head-ri-seach {
    border-left: 1px solid #FFFFFF;
}

.mod-head-ri-pone {
    padding-right: 0.36rem;
}

.head-lang {
    border-left: 1px solid #FFFFFF;
}

.head-lang-top span {
    font-size: var(--font20);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #fff;
    transition: all 0.36s;
}

.head-lang {
    padding-left: 0.36rem;
    padding-right: 0.25rem;
}

.head-lang-top-jian {
    width: var(--widthmod);
}

.mhro-link {
    font-size: var(--font20);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #fff;
    transition: all 0.36s;
    line-height: var(--headh);
    background: #0055B8;
    padding: 0 0.26rem;
}

.ys-hd-pc.isfixed .mod-head-ri .ys-imgbox-cover img:nth-child(1),
.ys-hd-pc.ishover .mod-head-ri .ys-imgbox-cover img:nth-child(1) {
    opacity: 0 !important;
}

.ys-hd-pc.isfixed .mod-head-ri .ys-imgbox-cover img:nth-child(2),
.ys-hd-pc.ishover .mod-head-ri .ys-imgbox-cover img:nth-child(2) {
    opacity: 1 !important;
}

.ys-hd-pc.isfixed span,
.ys-hd-pc.ishover span {
    color: #4E4E4E;
}

.mod-head-ri-seach {
    --head: 80px;
    --btn-width: 20px;
    --shadow: 0 10px 18px 3px rgb(0 0 0 / 2%);
    --widthtotal: 34%;
    --widthr: 24px;
    --input-size: 16px;
    /* position: relative; */
}

.ys-search2-btn {
    width: var(--btn-width);
    line-height: var(--head);
    cursor: pointer;
    display: block;
    transition: all .36s;
}

.ys-search2-btn img {
    width: 100%;
}

.ys-search2-win {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    box-shadow: var(--shadow);
    overflow: hidden;
    display: none;
}

.ys-search2-box {
    padding: 16px 0;
}

.ys-search2-tibox {
    width: var(--widthtotal);
    margin: 0 auto;
}

.ys-search2-tbox {
    border-bottom: 1px solid #eee;
    width: calc(100% - var(--widthr));
    padding-right: 20px;
    height: 40px;
}

.ys-search2-tbox input {
    width: 100%;
    height: 100%;
    font-size: var(--input-size);
}

.ys-search2-ibox {
    width: var(--widthr);
    margin-top: 10px;
}

.ys-search2-ibox img {
    width: 100%;
}

/* 响应式 */
@media screen and (max-width: 768px) {
    .ys-search2 {
        --widthtotal: 440px;
    }
}

@media screen and (max-width: 480px) {
    .ys-search2 {
        --widthtotal: 310px;
        --widthr: 18px;
        --input-size: 14px;
    }

    .ys-search2-ibox {
        margin-top: 6px;
    }

    .ys-search2-tbox {
        padding-right: 10px;
    }

    .ys-search2-tbox {
        height: 30px;
    }
}

.ys-ban-pos {
    position: absolute;
    top: 0;
    left: 0;
}

.ys-ban-title {
    font-size: var(--font90);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.3;
}

.mod-btn-link {
    border: 1px solid #fff;
    font-size: var(--font20);
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    border-radius: 80px;
    padding: 0.15rem 0.35rem;
    line-height: 1.5;
    transition: all 0.36s;
}

.ys-banner .mod-btn-link {
    margin-top: 0.44rem;
}

.ys-banner .slick-dots li {
    background: rgba(255, 255, 255, 0.2);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.ys-banner .slick-dots li.slick-active {
    background: rgba(255, 255, 255, 1);
}

.ys-banner .slick-dots {
    width: 85vw;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 0.4rem;
}

.ys-banner {
    position: relative;
}

.ys-banner-btn-wrap {
    width: 0.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    transition: all 0.36s;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.ys-banner-btn-wrap img {
    width: 100%;
}

.ys-banner-btn-le {
    left: 1.25rem;
}

.ys-banner-btn-ri {
    right: 0.76rem;
}

.hstl-tith2 {
    font-size: var(--font50);
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #231815;
}

.home-serie-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.53rem;
}

.home-serie-top-le {
    width: 56%;
    margin-top: -0.1rem;
}

.home-serie-top-ri {
    width: 41%;
}

.hstr-info-more-link {
    display: flex;
    align-items: center;
}

.hstr-info-more-link img {
    width: var(--widthmod);
}

.hstr-info-more-link span {
    padding-left: 0.12rem;
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--font20);
    line-height: 1.5;
    transition: all 0.36s;
}

.hstr-info {
    margin-bottom: 0.42rem;
}

.home-serie-btm-img {
    width: 100%;
    position: relative;
}

.home-serie-btm-img img {
    width: 100%;
}

.home-serie-btm {
    position: relative;
    z-index: 10;
}

.home-serie {
    position: relative;
    width: 100%;
    background: #f1f2f7;
}

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

.home-serie-bg img {
    width: 100%;
    max-height: 780px;
    object-fit: cover;
}

.home-serie .ys-cont1440 {
    position: relative;
    z-index: 10;
}

.hsbu-li {
    position: absolute;
    transform: translate(-50%, -50%);
}

.hsbu-li-hide {
    position: absolute;
    bottom: 0.06rem;
    left: 0.1rem;
    width: 3.2rem;
    display: none;
}

.hsbu-li-hide-link {
    width: 100%;
    background: #0055B8;
    padding: 0.22rem 0.24rem;
    display: block;
}

.hlhl-tit {
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.5;
    margin-bottom: 0.1rem;
}

.hlhl-model p {
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.5;
}

.hlhl-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.18rem;
    margin-bottom: 0.18rem;
}

.hbul-le p {
    color: #fff;
    line-height: 1.75;
}

.hlhl-btm-ul-li {
    display: flex;
    margin-bottom: 0.06rem;
}

.hbul-ri {
    flex: none;
}

.hbul-ri p {
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.5;
}

.hbul-le {
    width: 77.5%;
    padding-right: 0.15rem;
    margin-top: 0.03rem;
}

.hlhl-btm-arr {
    width: var(--widthmod);
}

.hlhl-btm-arr img {
    width: 100%;
}

.hlhl-btm-ul {
    padding-bottom: 0.42rem;
}

.hsbu-li.on .hsbu-li-hide {
    right: 0.1rem;
    left: auto;
}

.hsbu-li-dots {
    width: 0.3rem;
    cursor: pointer;
}

.hsbu-li-dots img {
    width: 100%;
}

.home-product {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.home-product-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space50);
}

.home-product-top-le .std-font44 {
    color: #231815;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.home-product-btm {
    width: 100%;
}

.home-product-btm-ul {
    margin: 0 var(--jian1);
    display: flex;
    flex-wrap: wrap;
}

.hpbu-li {
    width: 33.333333%;
    padding: 0 var(--jian);
    display: none;
}

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

.hpbu-link {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
}

.hpbu-link-btm {
    width: 100%;
    position: relative;
    padding: 0.24rem 0.32rem 0.27rem;
}

.hpbu-link-btm-tit {
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.55;
    margin-bottom: 0.07rem;
    transition: all 0.36s;
}

.hpbu-link-btm-info p {
    color: #4E4E4E;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    max-height: 3.4em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hpbu-link-btm-info {
    margin-bottom: 0.26rem;
}

.hpbu-link-btm-more {
    display: flex;
    justify-content: flex-end;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(0, 85, 184, 0.2);
}

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

.ys-banner .slick-dots {
    position: absolute;
}

.ys-banner .slick-dots li {
    width: 12px;
    height: 12px;
}

.slick-dots {
    position: relative;
    bottom: auto;
}

.home-product-btm-ul .slick-dots {
    margin-top: 0.4rem;
}

.home-scenari {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.home-scenari-btm {
    width: calc(100% + 242px);
    position: relative;
    overflow: hidden;
}

.home-scenari-btm-ul {
    margin: 0 var(--jian1);
}

.home-scenari-btm-wrap {
    width: calc(100% - 242px);
    position: relative;
    margin-bottom: var(--space50);
}

.hubu-li {
    padding: 0 var(--jian);
    width: 50%;
    display: none;
}

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

.hsbu-link {
    width: 100%;
    display: block;
    position: relative;
}

.hsbu-link-posi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.2rem;
}

.hsbu-link-posi-bg {
    width: 100%;
    background: #fff;
    padding: 0.22rem 0.35rem;
}

.hlpb-tit {
    color: #231815;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 0.03rem;
    transition: all 0.36s;
}

.hlpb-info p {
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.5;
}

.hlpb-info {
    margin-bottom: 0.4rem;
}

.hlpb-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hlpb-btm-le {
    width: 28%;
}

.hlpb-btm-le img {
    width: 100%;
}

.home-scenari-btm-ul .slick-list {
    overflow: visible;
}

.ys-banner-btn1 .ys-banner-btn-wrap {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
}

.ys-banner-btn1 {
    display: flex;
}

.ys-banner-btn1 .ys-banner-btn-wrap {
    background: #0055B8;
}

.ys-banner-btn1 .ys-banner-btn-le {
    margin-right: 0.16rem;
}

.home-advant {
    background: #fff;
    width: 100%;
    position: relative;
}

.home-advant-top-le .std-font44 {
    margin-bottom: var(--space50);
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.mod-btn1 .mod-btn-link {
    background: var(--clvi);
    border-color: var(--clvi);
}

.home-advant-top {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.home-advant-top-le {
    width: 35%;
}

.home-advant-top-desz {
    position: absolute;
    top: 2.15rem;
    left: -10%;
    width: 50%;
}

.home-advant-top-desz img {
    width: 100%;
}

.home-advant-top-ri {
    width: 56%;
}

.home-advant-top-ri p {
    color: #4E4E4E;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    position: relative;
    padding-left: 0.28rem;
    margin-bottom: 0.24rem;
}

.home-advant-top-ri p:last-child {
    margin-bottom: 0 !important;
}

.home-advant-top-ri p::after {
    content: '';
    position: absolute;
    top: 0.09rem;
    left: 0;
    width: 0.1rem;
    height: 0.1rem;
    background: #F9BB00;
}

.home-advant-btm-img {
    width: 100%;
    position: relative;
}

.home-advant-btm-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 85, 184, 0.3);
    z-index: 10;
}


.home-advant-btm-img img {
    width: 100%;
}

.home-advant-btm-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    cursor: pointer;
}

.habp-icon {
    width: 0.8rem;
    margin: 0 auto;
    margin-bottom: 0.16rem;
}

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

.habp-info p {
    color: #fff;
    line-height: 1.6;
    text-align: center;
}

.home-advant-btm {
    position: relative;
    width: 100%;
    z-index: 10;
}

.home-advant-btm::after {
    content: '';
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #f1f2f7;
}

.home-review {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.home-review-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-review-btn-le {
    width: 66%;
    padding: 0.55rem 0.6rem;
    background: #fff;
}

.home-review-btn-ri {
    width: 32.5%;
    background: #fff;
    padding: 0.3rem 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hulw-le-li {
    width: 0.7rem;
    border-radius: 50%;
}

.hulw-le {
    display: flex;
    width: 27%;
}

.hrbl-ul-li-wrap {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hulw-ri-tit {
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.5;
}

.hulw-ri-info p {
    color: #4E4E4E;
    line-height: 1.5;
}

.hulw-ri-top {
    width: 100%;
    padding-bottom: 0.42rem;
    margin-bottom: 0.27rem;
    border-bottom: 1px solid rgba(35, 24, 21, 0.15);
}

.hulw-ri {
    width: 72%;
}

.hulw-ri-btm p {
    color: #231815;
    line-height: 1.6;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.hrbl-ul-li {
    display: none;
}

.hrbl-ul-li:first-child {
    display: block;
}

.ys-banner-btn2 .ys-banner-btn-wrap {
    position: relative;
    left: auto;
    right: auto;
    height: 0.6rem;
    transform: none;
}

.ys-banner-btn2 {
    display: flex;
    justify-content: flex-end;
}

.ys-banner-btn2 .ys-banner-btn-le {
    margin-right: 0.16rem;
}

.ys-banner-btn-wrap svg {
    width: 100%;
}

.ys-banner-btn-wrap svg,
.ys-banner-btn-wrap path {
    transition: all 0.36s;
}

.hrbl-ul {
    margin-bottom: var(--space50);
}

.hrbr-wrap-tit {
    color: #231815;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
    margin-bottom: 0.4rem;
}

.hrbr-wrap-img-ul {
    display: flex;
    justify-content: center;
}

.hwiu-li .ys-imgbox-cover {
    border-radius: 50%;
}

.hwiu-li {
    width: 16.666666%;
    margin: 0 -0.04rem;
}

.hrbr-wrap-img {
    margin-bottom: 0.38rem;
}

.hrbr-wrap-text p {
    color: #4E4E4E;
    line-height: 1.6;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    text-align: center;
}

.home-news {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.home-news-btm {
    width: 100%;
}

.home-news-btm {
    padding: 0.26rem 0.3rem 0.3rem;
}

.home-news-btm-time p {
    color: #4E4E4E;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.home-news-btm-tit {
    color: #231815;
    line-height: 1.2;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    height: 3.6em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.home-news-btm-time {
    margin-bottom: 0.12rem;
}

.home-news-btm-more {
    display: flex;
    justify-content: flex-end;
}

.home-news-btm-more .hstr-info-more-link span {
    font-size: var(--font16);
    padding-left: 0.06rem;
}

.home-news-btm-more .hstr-info-more-link img {
    margin-top: 0.02rem;
}

.mod-fot-top-info p {
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.2;
}

.mod-fot-top-info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.2rem;
}

.mod-fot-top-tit {
    font-size: var(--font100);
    line-height: 1.2;
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 0.47rem;
}

.mod-fot-top {
    margin-bottom: 0.7rem;
}

.footer-nav ul a {
    font-size: var(--font16);
    line-height: var(--line15);
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #4E4E4E;
    margin-bottom: 0.08rem;
}

.footer-nav>li>a {
    font-size: var(--font24);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: var(--line15);
    color: #231815;
    margin-bottom: 0.06rem;
}

.footer-nav {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.footer-nav>li {
    margin-right: 0.7rem;
}

.footer-nav>li:last-child {
    margin-right: 0 !important;
}

.mod-fot-btm-ul {
    display: flex;
    margin-top: 1.1rem;
}

.mfbu-li-link {
    color: #4E4E4E;
    line-height: 1.5;
    font-size: var(--font18);
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.mfbu-li-link span {
    font-size: var(--font20);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    color: #231815;
    padding-right: 0.13rem;
}

.mfbu-li {
    margin-right: 0.5rem;
}

.mod-fot-btm {
    width: 100%;
    padding-bottom: 0.3rem;
}

.footer-bot {
    border: none;
    position: relative;
}

.footer-bot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(35, 24, 21, 0.15);
}

.footer-text p a,
.footer-text p {
    color: #231815;
    font-size: var(--font12);
}

.footer-privacy a {
    color: #4E4E4E;
    font-size: var(--font12);
}

.footer-bot {
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
}

.ys-footer {
    position: relative;
    overflow: hidden;
    padding-top: 1.17rem;
}

.ys-footer-desz {
    right: 0;
    top: 0%;
    position: absolute;
    width: 32%;
    max-width: 596px;
}

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

.ys-page-wrap.act .ys-hd-pc::after,
.ys-hd-pc.ishover::after,
.ys-hd-pc.isfixed::after {
    background: rgba(30, 30, 30, 0.15);
}

.ys-page-wrap.act .head-logo,
.ys-hd-pc.isfixed .head-logo,
.ys-hd-pc.ishover .head-logo {
    border-right: 1px solid rgba(30, 30, 30, 0.15);
}

.ys-page-wrap.act .mod-head-ri-seach,
.ys-page-wrap.act .head-lang,
.ys-hd-pc.isfixed .head-lang,
.ys-hd-pc.ishover .head-lang,
.ys-hd-pc.ishover .mod-head-ri-seach,
.ys-hd-pc.isfixed .mod-head-ri-seach {
    border-left: 1px solid rgba(30, 30, 30, 0.15);
}

.ys-page-wrap.act .head-lang-top span,
.ys-page-wrap.act .mhrs-top span,
.ys-page-wrap.act .mod-head-ri span {
    color: #4E4E4E;
}

.ys-page-wrap.act .head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colormain) !important;
}

.head-lang {
    margin-left: 0 !important;
    transition: all 0.36s;
}

.home-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 0.8rem;
    height: 100vh;
    /* background: #fff; */
    /* background: #0055B8; */
    border-right: 1px solid rgba(30, 30, 30, 0.15);
    z-index: 90;
    transition: all 0.36s;
}


.home-nav-text {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.home-nav-text p {
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    white-space: nowrap;
    transition: all 0.36s;
}

.home-nav-ul {
    width: 100%;
    bottom: 0.55rem;
    left: 0;
    z-index: 10;
    position: absolute;
}

.hnul-link {
    width: var(--widthmod);
    display: block;
}

.home-nav-ul-li {
    display: flex;
    justify-content: center;
    margin-top: 0.11rem;
}

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

.hnul-link .ys-imgbox-cover img {
    transform: scale(1) !important;
}

.hnul-link .ys-imgbox-cover img:nth-child(2) {
    opacity: 0;
}

.home-nav.isfixed {
    background: #fff;
}

.home-nav.isfixed .home-nav-text p {
    color: #231815;
}

.home-nav.isfixed .ys-imgbox-cover img:nth-child(1) {
    opacity: 0;
}

.home-nav.isfixed .ys-imgbox-cover img:nth-child(2) {
    opacity: 1;
}

.inside-main .home-nav-text p {
    color: #231815;
}

.inside-main .ys-header .ys-imgbox-cover img:nth-child(1) {
    opacity: 0;
}

.inside-main .ys-header .ys-imgbox-cover img:nth-child(2) {
    opacity: 1;
}

.inside-main .home-nav {
    background: #fff;
}

.ys-nyban-title .std-font44 {
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.4;
    margin-bottom: 0.32rem;
    font-size: var(--font44);
}

.ys-nyban-title-info p {
    color: #fff;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ys-nyban-title-info {
    margin-bottom: 0.8rem;
}

.ys-nyban-title-wrap {
    width: 53%;
}

.mod-bread {
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 100%;
}

.ys-bread-list a {
    color: rgba(255, 255, 255, 0.3);
    font-size: var(--font12);
    line-height: 1.3;
}

.ys-bread-list::before {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.2;
}

.ys-bread-list:last-child a {
    color: #FFF;
}

.ificati-introdu {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.ificati-introdu-top-le .std-font44 {
    color: #231815;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ificati-introdu-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: var(--space50);
}

.ificati-introdu-top-ri {
    width: 56%;
}

.ificati-introdu-top-le {
    width: 30%;
}

.ificati-introdu-top-ri p {
    color: #4E4E4E;
    opacity: 0.8;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    max-height: 8.5em;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.ificati-introdu-btm {
    width: 100%;
    position: relative;
}

.ificati-introdu-btm-img {
    width: 100%;
}

.ificati-introdu-btm-img img {
    width: 100%;
}

.ificati-introdu-btm-posit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0.44rem;
}

.iibp-ul-li {
    width: 33.333333%;
    padding: 0 var(--jian);
}

.iibp-ul {
    margin: 0 var(--jian1);
    display: flex;
    flex-wrap: wrap;
}

.iibp-ul-li-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.37rem 0.28rem;
    background: rgba(69, 109, 175, 0.20);
    backdrop-filter: blur(7.5px);
    transition: all 0.36s;
    height: 100%;
}

.iibp-ul-li-link p {
    color: #fff;
    line-height: 1.55;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
}

.ificati-cordle {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.ificati-cordle-ul {
    display: flex;
    flex-wrap: wrap;
}

.ificati-cordle-ul-li {
    width: 33.333333%;
    position: relative;
}

.icul-posit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0.25rem 0.52rem;
}

.icul-posit p {
    color: #fff;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.ificati-cordle-ul-li:nth-child(4),
.ificati-cordle-ul-li:nth-child(5) {
    width: 50%;
}

.icul-link {
    width: 100%;
    display: block;
}

.ificati-product-top-tit .std-font44 {
    color: #231815;
    line-height: 1.5;
    text-align: center;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ipts-ul {
    width: 666px;
    margin: 0 auto;
    max-width: 100%;
}

.ipts-ul-li-top {
    width: 100%;
    position: relative;
    margin-bottom: 0.35rem;
}

.ipts-ul-li-top .ys-imgbox-cover {
    width: 1.86rem;
    margin: 0 auto;
}

.iult-desz {
    width: 96%;
    position: absolute;
    top: 42%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.iult-desz img {
    width: 100%;
}

.iulb-tit {
    text-align: center;
    color: #0055B8;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.iulb-info p {
    text-align: center;
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.75;
}

.iulb-info {
    margin-bottom: 0.35rem;
}

.iulw-top p {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.iulw-btm p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.iulb-ul-li {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 0.15rem;
    margin-bottom: 0.15rem;
}

.iulb-ul-li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 0.28rem;
    background: rgba(30, 30, 30, 0.15);
}

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

.iulb-ul-li:nth-child(4n):after {
    display: none;
}

.ificati-product-top-slick {
    position: relative;
}

.ificati-product-top-slick .ys-banner-btn2 .ys-banner-btn-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ificati-product-top-slick .ys-banner-btn2 .ys-banner-btn-le {
    left: -0.6rem;
}

.ificati-product-top-slick .ys-banner-btn2 .ys-banner-btn-ri {
    right: -0.6rem;
}

.ipts-ul-li {
    width: 100%;
    display: none;
}

.ipts-ul-li:first-child {
    display: block;
}

.ificati-product-btm-ul {
    margin: 0 var(--jian1);
}

.ipbu-li {
    width: 20%;
    padding: 0 var(--jian);
    display: none;
}

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

.ipbu-link {
    display: block;
    background: #F1F2F7;
    width: 100%;
    padding: 0.3rem 0.13rem 0.21rem;
    transition: all 0.36s;
}

.ipbu-link-top {
    width: 100%;
    position: relative;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 0.07rem;
}

.ipbu-link-top .ys-imgbox-cover {
    width: 0.68rem;
    margin: 0 auto;
}

.ipbu-link-btm-tit {
    text-align: center;
    color: #0055B8;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 0.08rem;
    transition: all 0.36s;
}

.ipbu-link-btm-info {
    text-align: center;
}

.ipbu-link-btm-info p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    transition: all 0.36s;
}


.ipbu-li.slick-current .ipbu-link .ipbu-link-btm-tit {
    color: #fff;
}

.ipbu-li.slick-current .ipbu-link .ipbu-link-btm-info p {
    color: rgba(255, 255, 255, 0.7);
}

.ipbu-li.slick-current .ipbu-link {
    background: #0055B8;
}

.ificati-product-top {
    margin-bottom: 0.44rem;
}

.ificati-list {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.ificati-list-tit .std-font44 {
    color: #231815;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ificati-list-btm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ificati-list-btm-le {
    width: 26%;
}

.ilbl-ul-li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.ilbl-ul-li-link {
    display: flex;
    align-items: center;
    padding: 0.19rem 0.31rem;
    transition: all 0.36s;
    justify-content: space-between;
    cursor: pointer;
}

.ilbl-ul-li-link svg {
    width: 0.08rem;
}

.ilbl-ul-li-link svg path {
    transition: all 0.36s;
}

.ilbl-ul-li-link p {
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.75;
    transition: all 0.36s;
}

.ilbl-ul-li.act .ilbl-ul-li-link {
    background: #0055B8;
}

.ilbl-ul-li.act .ilbl-ul-li-link p {
    color: #fff;
}

.ilbl-ul-li.act svg path {
    stroke: #fff;
}

.ilbl-ul-li:last-child {
    border-bottom: none;
}

.ificati-list-btm-ri {
    width: 72.5%;
}

.ilbr-li-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--jian1);
    padding-bottom: 0.18rem;
}

.ilbr-li-ul-li {
    width: 33.333333%;
    padding: 0 var(--jian);
    margin-bottom: calc(var(--jian) * 2);
}

.ilul-link {
    width: 100%;
    display: block;
    background: #fff;
}

.ilul-link-btm {
    width: 100%;
    padding: 0.32rem 0.2rem 0.3rem;
}

.ilul-link-btm-tit {
    text-align: center;
    color: #0055B8;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.12rem;
}

.ilul-link .home-news-btm-more {
    justify-content: center;
}

.ilbr-li-more {
    display: flex;
    justify-content: center;
}

.ilbr-btn {
    cursor: pointer;
}

.ilbr-btn span {
    padding-right: 0.12rem;
    padding-left: 0;
}

.ilbr-btn img {
    transform: rotate(90deg);
    transition: all 0.36s;
}

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

.ilbr-li {
    display: none;
}

.ilbr-li-ul-li {
    display: none;
}

.ilbr-li-ul-li:nth-of-type(-n+9) {
    display: block;
}

.ilbr-li.act .ilbr-li-ul-li {
    display: block !important;
}

.ilbr-li.act .ilbr-li-more img {
    transform: rotate(-90deg);
}

.products-cont {
    width: 100%;
    position: relative;
}

.mod-bread1 {
    z-index: 15;
}

.mod-bread1 .ys-bread-list::before,
.mod-bread1 .ys-bread-list a {
    color: rgba(50, 49, 67, 0.3);
}

.mod-bread1 .ys-bread-list:last-child a {
    color: #323143;
}

.products-cont-tit .std-font90 {
    color: #231815;
    line-height: 1.2;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.products-cont-tit {
    margin-bottom: 0.8rem;
}

.products-cont-nav {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 0.24rem;
}

.products-cont-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(30, 30, 30, 0.15);
}

.products-cont-nav-li {
    margin-right: 0.6rem;
}

.products-cont-nav-li:last-child {
    margin-right: 0;
}

.pcnl-link {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    transition: all 0.36s;
    padding: 0.09rem 0;
    position: relative;
}

.pcnl-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #0055B8;
    left: 0;
    transition: all 0.36s;
    opacity: 0;
}

.products-cont-nav-li.act .pcnl-link::after {
    width: 100%;
    opacity: 1;
}

.products-cont-nav-li.act .pcnl-link {
    color: #0055B8;
}

.products-page {
    background: #f1f2f7;
}

.products-cont-btm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-cont-btm .ilbl-ul-li-link svg {
    width: 0.14rem;
    transition: all 0.36s;
}

.products-cont-btm .ilbl-ul-li.act svg {
    transform: rotate(180deg);
}

.ilbl-ul-li-btm {
    width: 100%;
    padding-left: 0.37rem;
    display: none;
}

.iulb-li {
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.iulb-li:last-child {
    border-bottom: none;
}

.iulb-li-link {
    font-size: var(--font14);
    line-height: 1.8;
    color: #4E4E4E;
    transition: all 0.36s;
    position: relative;
    display: block;
    padding: 0.17rem 0;
}

.iulb-li-link::after {
    content: '';
    position: absolute;
    top: 0.26rem;
    left: -0.17rem;
    width: 0.06rem;
    height: 0.06rem;
    background: var(--clvi);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.36s;
}

.iulb-li.act .iulb-li-link::after {
    opacity: 1;
}

.iulb-li.act .iulb-li-link {
    color: var(--clvi);
}

.products-top-info p {
    font-size: var(--font14);
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #000;
}

.products-top-info {
    margin-bottom: 0.14rem;
}

.products-top-ul-li {
    width: 33.333333%;
    padding: 0 var(--jian);
    margin-bottom: calc(var(--jian) * 2);
}

.products-top-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--jian1);
    padding-bottom: 0.18rem;
}

.ptul-link {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0.37rem 0.25rem 0.255rem;
    background: #fff;
}

.ptul-link .ys-imgbox-cover {
    width: 1.03rem;
}

.ptul-link .ipbu-link-top {
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.ptul-link-btm {
    width: 100%;
}

.ptul-link-btm-tit {
    color: #0055B8;
    line-height: 1.55;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
    margin-bottom: 0.15rem;
}

.ptul-link-btm-subtit {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
}

.ptul-link-btm-info p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    text-align: center;
}

.ptul-link .ipbu-link-top {
    padding-bottom: 0.37rem;
    margin-bottom: 0.33rem;
}

.ptul-link-lable {
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--font14);
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    color: #fff;
    background: #0055B8;
    padding: 0.03rem 0.12rem;
}

.ptul-link-btm-functio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.45rem;
}

.ptul-link .pbfl-le-icon {
    width: var(--widthmod);
}

.pbfl-le {
    display: flex;
    align-content: center;
    cursor: pointer;
}

.pbfl-le-info {
    padding-left: 0.08rem;
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.5;
    transition: all 0.36s;
}

.ptul-link .pbfl-le-icon img:nth-child(1) {
    opacity: 1;
}

.ptul-link .pbfl-le-icon img:nth-child(2) {
    opacity: 0;
}

.products-top-ul-li.on .ptul-link .pbfl-le-icon img:nth-child(1) {
    opacity: 0;
}

.products-top-ul-li.on .ptul-link .pbfl-le-icon img:nth-child(2) {
    opacity: 1;
}

.products-top-ul-li.on .pbfl-le-info {
    color: #0055B8;
}

.pc-fenye li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(30, 30, 30, 0.15);
    color: #231815;
}

.pc-fenye li.activepage {
    border: 1px solid #0055B8;
}

.products-desz {
    position: absolute;
    top: -32%;
    right: 0;
    z-index: 5;
    width: 31%;
    max-width: 600px;
}

.products-desz img {
    width: 100%;
}

.products-cont .ys-cont1440 {
    position: relative;
    z-index: 10;
}

.collect-nav {
    position: fixed;
    /* top: 50%; */
    right: 0.49rem;
    /* transform: translateY(-50%); */
    z-index: 99;
}

.collect-nav-ul-li {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100px;
    background: #0055B8;
    cursor: pointer;
    overflow: hidden;
}

.cnul-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.collect-nav-ul-li img {
    width: 100%;
}

.cnul-icon {
    width: 0.26rem;
    margin-bottom: 0.04rem;
}

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

.cnul-info p {
    font-size: var(--font12);
    line-height: 1;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.cnul-btn1 {
    margin-bottom: 0.12rem;
}

.cnul-btn2 {
    opacity: 0;
    transition: all 0.36s;
    pointer-events: none;
}

.cnul-btn2.is-show {
    opacity: 1;
    pointer-events: all;
}

.collect-nav {
    top: auto;
    transform: none;
    bottom: 0.5rem;
}

.specifi-banner {
    width: 100%;
    position: relative;
    background: #0055B8;
    display: flex;
    justify-content: flex-end;
}

.specifi-banner-ri {
    width: 50%;
}

.specifi-banner-le {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* .specifi-banner-le {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.specifi-banner-le-wrap {
    width: 50%;
    position: relative;
}

.sblw-tit .std-font90 {
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.2;
}

.sblw-tit {
    margin-bottom: 0.2rem;
}

.sblw-info .std-font44 {
    color: #F9BB00;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.sblw-info {
    margin-bottom: 0.9rem;
}

.sblw-ul-li-link {
    border: 1px solid #fff;
    transition: all 0.36s;
    min-width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0.16rem 0.15rem;
    cursor: pointer;
}

.sull-icon {
    width: var(--widthmod);
}

.sull-icon img:nth-child(2) {
    opacity: 0;
}

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

.sull-info {
    padding-left: 0.1rem;
}

.sull-info p {
    color: #fff;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    transition: all 0.36s;
}

.sull-icon img {
    transform: scale(1) !important;
}

.sblw-ul {
    display: flex;
}

.sblw-ul-li {
    margin-right: 0.24rem;
}

.sblw-ul-li:last-child {
    margin-right: 0;
}

.sblw-ul-li2.act .sblw-ul-li-link {
    background: #fff;
}

.sblw-ul-li2.act .sblw-ul-li-link .sull-info p {
    color: #0055B8;
}

.sblw-ul-li2.act .sblw-ul-li-link .sull-icon img:nth-child(1) {
    opacity: 0;
}

.sblw-ul-li2.act .sblw-ul-li-link .sull-icon img:nth-child(2) {
    opacity: 1;
}

.specifi-banner-le-desz {
    position: absolute;
    top: -22%;
    left: 0.8rem;
    width: 32%;
    max-width: 600px;
}

.specifi-banner-le-desz img {
    width: 100%;
}

.specifi-banner-le .ys-cont1400 {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.sbln-le {
    color: #fff;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    padding-right: 0.15rem;
}

.specifi-banner-le-next {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    transform: rotate(90deg) translate(-50%, 50%);
}

.sbln-ri {
    width: var(--widthmod);
}

.sbln-ri img {
    width: 100%;
}

.specifi-anchor {
    width: 100%;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    background: #FFF;
    position: sticky;
    top: var(--headh);
    left: 0;
    z-index: 20;
}

.specifi-anchor-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.specifi-anchor-ri {
    display: flex;
}

.specifi-anchor-le p {
    color: #231815;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.specifi-anchor-ri-li p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.specifi-anchor-le p,
.specifi-anchor-ri-li p {
    padding: 0.26rem 0;
}

.specifi-anchor-ri-li {
    margin-left: 0.4rem;
    cursor: pointer;
}

.specifi-anchor-ri-li:first-child {
    margin-left: 0;
}

.specifi-anchor-ri-li.act p {
    color: #0055B8;
}

.specifi-pouct {
    width: 100%;
    position: relative;
}

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

.specifi-pouct-le {
    width: 50%;
    position: relative;
}

.specifi-pouct-ri {
    width: 49%;
}

.specifi-pouct-le {
    width: 40.5%;
    background: #fff;
    padding: 0.17rem;
    padding-top: 0 !important
}

.specifi-pouct-le-top {
    padding-top: 0.8rem;
    padding-bottom: 1.15rem;
    width: 80%;
    margin: 0 auto;
}

.splt-ul {
    width: 100%;
}

.splt-ul-li {
    display: none;
    width: 100%;
}

.splt-ul-li:first-child {
    display: block;
}

.specifi-pouct-le-desz {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 1rem;
}

.specifi-pouct-le-desz img {
    width: 100%;
}

.specifi-pouct-le-btm {
    width: 100%;
    position: relative;
}

.splb-top-slick-li {
    width: 33.333333%;
    padding: 0 0.03rem;
    display: none;
}

.splb-top-slick-li:first-child {
    display: block;
}

.splb-top-slick {
    margin: 0 -0.03rem;
    display: flex;
    flex-wrap: wrap;
}

.stsl-wrap {
    width: 100%;
    padding: 0.09rem;
    background: #F1F2F7;
    position: relative;
}

.stsl-wrap::after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0055B8;
    transition: all 0.36s;
    opacity: 0;
}


.splb-top-slick-li.slick-current .stsl-wrap::after {
    opacity: 1;
}

.stsl-wrap .ys-imgbox-cover {
    width: 58%;
    margin: 0 auto;
}

.splb-top {
    width: 100%;
    position: relative;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
    margin-bottom: 0.12rem;
}

.splb-top-contr-btn {
    position: absolute;
    top: 0;
    height: 100%;
    background: #F1F2F7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    cursor: pointer;
}

.splb-top-contr-le {
    left: 0;
}

.splb-top-contr-ri {
    right: 0;
}

.splb-top-contr-btn img {
    width: 0.14rem;
}

.splb-btm-ul {
    margin: 0 -0.06rem;
    display: flex;
    flex-wrap: wrap;
}

.splb-btm-ul-li {
    padding: 0 0.06rem;
    width: 25%;
    display: none;
}

.splb-btm-ul-li:first-child {
    display: block;
}

.splb-btm-ul-li p {
    color: #0055B8;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--font14);
    text-align: center;
    padding: 0.06rem 0.1rem;
    border: 1px solid #0055B8;
    background: #F1F2F7;
    transition: all 0.36s;
    cursor: pointer;
}

.splb-btm-ul-li.act p {
    background: #0055B8;
    color: #fff;
}

.specifi-pouct-le-desz svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.specifi-pouct-ri-lable {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.12rem;
}

.sprl-li {
    border: 1px solid rgba(30, 30, 30, 0.15);
    border-radius: 100px;
    transition: all 0.36s;
    padding: 0.075rem 0.24rem;
    margin-right: 0.12rem;
    margin-bottom: 0.12rem;
}

.sprl-li:first-child {
    background: #0055B8;
    border-color: #0055B8;
    color: #fff;
}

.specifi-pouct-ri-tit .std-font44 {
    color: #231815;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.specifi-pouct-ri-tit {
    margin-bottom: 0.12rem;
}

.specifi-pouct-ri-info p {
    color: #0055B8;
    line-height: 1.55;
}

.specifi-pouct-ri-info {
    margin-bottom: 0.42rem;
}

.specifi-pouct-ri-data {
    border-top: 1px solid rgba(30, 30, 30, 0.15);
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    padding: 0.44rem 0 0.26rem;
    margin-bottom: 0.44rem;
}

.sprd-ul-li {
    width: 45%;
    display: flex;
    padding-right: 0.2rem;
    margin-bottom: 0.18rem;
}

.sprd-ul-li:nth-child(2n) {
    width: 55%;
}

.sprd-ul-li p {
    line-height: 1.75;
    color: #4E4E4E;
}

.sprd-ul-li-ri p {
    color: #231815;
}

.sprd-ul-li-le {
    width: 46%;
    padding-right: 0.15rem;
}


.sprd-ul-li-ri {
    width: 54%;
}

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

.sblw-ul2 .sull-info p {
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #0055B8;
}

.sblw-ul2 .sblw-ul-li-link {
    border-color: #0055B8;
}

.sblw-ul2 {
    margin: 0 var(--jian1);
}

.sblw-ul2 .sblw-ul-li {
    margin-right: 0 !important;
    padding: 0 var(--jian);
    width: 33.333333%;
}

.sblw-ul2 .sblw-ul-li .sblw-ul-li-link {
    width: 100%;
    min-width: 100%;
}

.sblw-ul2 .sblw-ul-li.act .sblw-ul-li-link {
    background: #0055B8;
}

.sblw-ul2 .sblw-ul-li.act .sull-info p {
    color: #fff;
}

.specifi-collap {
    width: 100%;
    position: relative;
}

.scul-top-ri {
    width: 0.32rem;
    flex: none;
}

.scul-top-ri img {
    width: 100%;
}

.scul-top {
    display: flex;
    width: 100%;
    padding: 0.21rem 0;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.scul-top-le {
    padding-right: 0.2rem;
}

.specifi-collap-ul-li:first-child {
    border-top: 1px solid rgba(30, 30, 30, 0.15);
}

.specifi-collap-ul-li {
    width: 100%;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.scul-top-le {
    color: #000;
    line-height: 1.55;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.scul-btm p {
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    color: #4E4E4E;
}

.scul-btm {
    padding-bottom: 0.27rem;
    width: 100%;
    display: none;
}

.scul-top-ri path {
    transition: all 0.36s;
}

.specifi-collap-ul-li.act .scul-top-ri .scul-top-ri-path1 {
    opacity: 0;
}

.specifi-collap-ul-li.act .scul-top-ri .scul-top-ri-path2 {
    opacity: 1;
}

.specifi-relate {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.specifi-relate-btm {
    width: 100%;
    position: relative;
}

.specifi-relate-btm .products-top-ul-li {
    width: 25%;
}

.specifi-relate-btm .products-top-ul {
    flex-wrap: nowrap;
    margin: 0;
}

.specifi-relate-btm-swiper {
    overflow: hidden;
    margin: 0 var(--jian1);
}

.srbs-pagina {
    position: relative !important;
    top: auto !important;
    height: 2px !important;
    background: rgba(30, 30, 30, 0.15) !important;
}

.srbs-pagina .swiper-pagination-progressbar-fill {
    background: #0055B8 !important;
}

.specifi-page .home-review {
    padding-top: var(--space150);
}

.specifi-relate {
    overflow: visible;
}

.ys-nyban-title-wrap .std-font90 {
    font-size: var(--font90);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.2;
}

.choice-page .ys-nyban-title-wrap {
    width: 60%;
}

.choice-capabi {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.choice-capabi-btm {
    width: calc(100% + 240px);
    position: relative;
    overflow: hidden;
}

.ccbs-btm {
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.73rem;
}

.ccbs-ul-li {
    width: 9.52rem !important;
    margin-right: 0.24rem;
}

.ccbs-ul-li-wrap {
    width: 100%;
    position: relative;
}

.ccbs-ul-li-wrap .ys-imgbox-cover {
    width: 100%;
    position: relative;
}

.ccbs-ul-li-wrap .ys-imgbox-cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.culw-posit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0.44rem 0.44rem;
}

.culw-posit-wrap {
    width: 100%;
    position: relative;
    padding-left: 0.24rem;
    border-left: 4px solid #0055B8;
}

.culw-posit-wrap-tit p {
    color: #fff;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.culw-posit-wrap-tit {
    margin-bottom: 0.12rem;
}

.culw-posit-wrap-info p {
    color: #fff;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.ccbs-btm-ri {
    width: 1.36rem;
}

.ccbs-btm-le {
    width: calc(100% - 2.2rem);
}

.ys-banner-btn-wrap.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.choice-techno {
    width: 100%;
    position: relative;
}

.choice-techno-flex {
    width: calc(100% + 80px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctlt-tit .std-font44 {
    color: #231815;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}


.ctlt-info p {
    color: #4E4E4E;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    height: 5.1em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.choice-techno-le {
    width: 45%;
}

.ctlt-tit {
    margin-bottom: 0.24rem;
}

.choice-techno-le-top {
    margin-bottom: 0.54rem;
}

.ctlb-li {
    width: 100%;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    cursor: pointer;
}

.ctlb-top {
    width: 100%;
    padding: 0.25rem 0;
    display: flex;
    align-items: center;
    opacity: 0.3;
    transition: all 0.36s;
}

.ctlb-li.act .ctlb-top {
    opacity: 1;
}

.ctlb-li.act .ctlb-top-ri p {
    color: #0055B8;
}

.ctlb-li.act .ctlb-top-le img:nth-child(1) {
    opacity: 0;
}

.ctlb-li.act .ctlb-top-le img:nth-child(2) {
    opacity: 1;
}

.ctlb-btm {
    width: 100%;
    display: none;
}

.ctlb-btm img {
    width: 100%;
}

.ctlb-top-le {
    width: 0.5rem;
    flex: none;
}

.ctlb-top-ri {
    padding-left: 0.17rem;
}

.ctlb-top-le img:nth-child(2) {
    opacity: 0;
}

.choice-techno-ri {
    width: 45%;
}

.ctru-li {
    width: 100%;
    position: relative;
    display: none;
}

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

.ctlb-top-ri p {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.choice-advanc {
    width: 100%;
    position: relative;
}

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

.choice-advanc-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 85, 184, 0.00) 0%, rgba(0, 85, 184, 0.60) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

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

.choice-advanc-wrap {
    width: calc(100% + 240px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.choice-advanc-le-tit .std-font44 {
    color: #fff;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.choice-advanc .ys-cont1440 {
    position: relative;
    z-index: 10;
}

.choice-advanc-le-info p {
    color: #fff;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}


.choice-advanc-le-tit {
    margin-bottom: 0.24rem;
}

.choice-advanc-le {
    width: 41%;
}

.choice-advanc-ri-li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0.56rem 0.5rem 0.56rem;
}

.choice-advanc-ri {
    width: 45.5%;
}

.carl-num p {
    font-size: var(--font80);
    line-height: 1.55;
    color: #fff;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.carl-info p {
    color: #fff;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.choice-advanc-ri-li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.choice-advanc-ri-li:first-child {
    padding-top: 0 !important;
}

.wishli-page {
    background: #f1f2f7;
}

.wishli-project {
    width: 100%;
    position: relative;
}


.wishli-project-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    padding-bottom: 0.44rem;
    justify-content: space-between;
}

.wishli-project-top-le .std-font44 {
    color: #231815;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.wishli-project-top-ri p {
    color: #4E4E4E;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.wishli-project-top-le {
    width: 40%;
}

.wishli-project-top-ri {
    width: 49%;
}

.wishli-project-btm {
    width: 100%;
    position: relative;
}

.wishli-project-btm .products-top-ul-li {
    width: 25%;
}

.wishli-project-btm .products-top-ul {
    padding-bottom: 0.6rem;
}

.wishli-project-btm-btn {
    display: flex;
    justify-content: center;
}

.wishli-project-btm-btn .mod-btn-link {
    min-width: 1.8rem;
    text-align: center;
}

.mod-btn3 .mod-btn-link {
    border-color: #0055B8;
    color: #0055B8;
    cursor: pointer;
}

.wishli-project-btm-btn .mod-btn {
    padding: 0 0.12rem;
}

.downl-page {
    background: #f1f2f7;
}

.downl-manual-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    padding-bottom: var(--space50);
    align-items: center;
}

.downl-manual-top-le .std-font90 {
    color: #231815;
    line-height: 1.2;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.downl-manual-top-ri {
    width: 4.64rem;
    max-width: 100%;
}

.dmtr-search {
    width: 100%;
    position: relative;
    border: 1px solid rgba(30, 30, 30, 0.15);
    border-radius: 100px;
    background: #FFF;
    height: 0.6rem;
    display: flex;
    overflow: hidden;
}

.dmtr-search-le {
    width: calc(100% - 1.05rem);
    height: 100%;
    position: relative;
}

.dmtr-search-le input {
    width: 100%;
    height: 100%;
    padding-left: 0.64rem;
    padding-right: 0.2rem;
    color: #4E4E4E;
    font-size: var(--font14);
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dmtr-search-le img {
    width: var(--widthmod);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.23rem;
    pointer-events: none;
}

.dmtr-search-le input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dmtr-search-le input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dmtr-search-le input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dmtr-search-le input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dmtr-search-ri {
    width: 1.05rem;
    text-align: center;
    height: 100%;
    background: #0055B8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.downl-manual-filter {
    width: 100%;
    margin-bottom: 0.45rem;
}

.downl-manual-filter-ul {
    width: 100%;
    padding-bottom: 0.2rem;
}

.dmfu-li {
    width: 100%;
    padding: 0 0.34rem;
    background: #fff;
    margin-bottom: 0.24rem;
}

.dmfu-li-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
    align-items: center;
    cursor: pointer;
}

.dmfu-li-top-le {
    padding-left: 0.18rem;
    position: relative;
}

.dmfu-li-top-le::after {
    position: absolute;
    content: '';
    width: 0.04rem;
    height: 0.31rem;
    background: #0055B8;
    top: 0.03rem;
    left: 0;
}

.dmfu-li-top-le p {
    color: #231815;
    line-height: 1.55;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.dmfu-li-btm {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.22rem 0 0.12rem;
    display: none;
}

.dmfu-li-top-ri {
    width: var(--widthmod);
}

.dmfu-li-top-ri img {
    width: 100%;
    transition: all 0.36s;
}

.dmfu-li-btm-ul {
    display: flex;
    flex-wrap: wrap;
}

.dlbu-li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 0.24rem;
    margin-bottom: 0.16rem;
}

.dlbu-li-le {
    width: 0.16rem;
    height: 0.16rem;
    border: 1px solid #D9D9D9;
    position: relative;
    transition: all 0.36s;
}

.dlbu-li-le::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%;
    height: 66%;
    background: #0055B8;
    transition: all 0.36s;
    opacity: 0;
}

.dlbu-li-ri {
    padding-left: 0.12rem;
    line-height: 1.75;
    color: #4E4E4E;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dlbu-li.act .dlbu-li-le {
    border-color: #0055B8;
}

.dlbu-li.act .dlbu-li-le::after {
    opacity: 1;
}

.dlbu-choice .dlbu-li-le::after,
.dlbu-choice .dlbu-li-le {
    border-radius: 50%;
}

.dmfu-li.act .dmfu-li-top-ri img {
    transform: rotate(180deg);
}

.downl-manual-filter-btn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.dmfb-le {
    display: flex;
}

.dmfb-le .mod-btn {
    margin-right: 0.24rem;
}

.mod-btn-link {
    cursor: pointer;
}

.dmfb-ri p {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dmfb-ri p span {
    color: #0055B8;
}

.downl-manual-btm-head {
    width: 100%;
    background: #0055B8;
}

.downl-manual-btm-head,
.dmbb-li {
    display: flex;
    padding: 0.25rem 0.4rem;
    flex-wrap: wrap;
}

.dmbh-info p {
    color: #fff;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.dmbh-info {
    padding-right: 0.15rem;
}

.dmbb-li .dmbh-info p {
    color: #4E4E4E;
}

.dmbb-li {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.dmbb-li:last-child {
    border-bottom: none;
}

.dmbh-info1 {
    width: 35%;
}

.dmbh-info2 {
    width: 15.5%;
}

.dmbh-info3 {
    width: 16%;
}

.dmbh-info4 {
    width: 10%;
}

.dmbh-info5 {
    width: 23.5%;
    display: flex;
    justify-content: flex-end;
}

.dmbh-info-link {
    display: flex;
    align-items: center;
    margin-left: 0.36rem;
}

.dmbh-info-link:first-child {
    margin-left: 0;
}

.dmbh-info-link img {
    width: var(--widthmod);
}

.dmbh-info-link span {
    font-size: var(--font16);
    line-height: 1.5;
    color: #0055B8;
    padding-left: 0.12rem;
}

.dmbh-info p span {
    display: none;
}

.downl-manual-btm-more {
    display: flex;
    justify-content: center;
}

.dmbm-btn img {
    transition: all 0.36s;
    width: var(--widthmod);
}

.dmbm-btn span {
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.5;
    font-size: var(--font20);
    padding-left: 0.12rem;
}

.dmbm-btn {
    cursor: pointer;
}

.downl-manual-btm-body {
    margin-bottom: 0.45rem;
}

.dmbb-li {
    display: none;
}

.dmbb-li:nth-of-type(-n+10) {
    display: flex;
}

.downl-manual-btm.act .dmbb-li {
    display: flex !important;
}

.downl-manual-btm.act .dmbm-btn img {
    transform: rotate(180deg);
}

.downl-manual {
    position: relative;
    width: 100%;
}

.questi-page {
    background: #f1f2f7;
}

.questi-list {
    width: 100%;
    position: relative;
}

.downl-manual .ys-cont1440 {
    position: relative;
    z-index: 10;
}

.questi-list-btm {
    width: 100%;
    position: relative;
}

.questi-list-btm-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.qlbt-ri {
    width: calc(100% - 6rem);
    display: flex;
    justify-content: flex-end;
}

.qlbt-ri-ul {
    display: flex;
    flex-wrap: wrap;
}

.qrul-link {
    display: flex;
    align-items: center;
}

.qrul-link img {
    width: var(--widthmod);
}

.qrul-link span {
    color: #231815;
    line-height: 1.6;
    font-size: var(--font16);
    padding-left: 0.12rem;
}

.qlbt-ri-ul-li {
    margin-right: 0.44rem;
    padding: 0.1rem 0;
}

.qlbt-ri-ul-li:last-child {
    margin-right: 0 !important;
}

.questi-list-btm-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.questi-list-ul-li {
    width: 100%;
    margin-bottom: 0.12rem;
}

.qlul-top {
    width: 100%;
    display: flex;
    background: #fff;
    transition: all 0.36s;
    padding-left: 0.18rem 0.29rem;
    cursor: pointer;
}

.qlul-top-le,
.qlul-btm {
    padding: 0.18rem 0.29rem;
}

.qlul-top-ri {
    width: 0.7rem;
    min-height: 0.7rem;
    background: #0055B8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.36s;
}

.qlul-top-le {
    width: calc(100% - 0.7rem);
}

.qlul-top-ri-icon {
    width: var(--widthmod);
}

.qlul-top-ri-icon img:nth-child(2) {
    opacity: 0;
}

.qlul-top-le p {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    transition: all 0.36s;
}

.qlul-top-le {
    display: flex;
}

.qlul-top-le-asked {
    flex: none;
    padding-right: 0.05rem;
}

.qlul-btm p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.qlul-btm {
    background: #fff;
    padding-bottom: 0.34rem;
    padding-top: 0.24rem;
    display: none;
}

.qlul-btm-wrap {
    display: flex;
}

.questi-list-ul-li.act .qlul-top {
    background: #0055B8;
}

.questi-list-ul-li.act .qlul-top-le p {
    color: #fff;
}

.questi-list-ul-li.act .qlul-top-ri {
    background: #002A5C;
}

.downl-page .products-desz {
    top: -21%;
}

.compan-banner {
    width: 100%;
    position: relative;
}

.compan-banner .ys-nyban-img {
    position: relative;
}

.compan-banner-img2,
.compan-banner-img3 {
    position: absolute;
    top: 0%;
    left: 0;
}

.compan-page {
    background-color: #f1f2f7;
}


.compan-introdu {
    width: 100%;
}

.compan-introdu .ificati-introdu-top-ri {
    width: 49%;
}

.compan-introdu .ificati-introdu-top-ri p {
    opacity: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.compan-introdu .ificati-introdu-top-le {
    width: 40%;
}

.compan-introdu-digital {
    width: 100%;
    position: relative;
    margin-bottom: 0.55rem;
}

.cidu-li {
    width: 25%;
    padding: 0 0.05rem;
    text-align: center;
}

.cidu-li-num p {
    color: #0055B8;
    line-height: 1.2;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: var(--font90);
}

.cidu-li-info p {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.cidu-li-num {
    margin-bottom: 0.24rem;
}

.compan-introdu-digital-ul {
    display: flex;
}

.inside-main .hnul-link .ys-imgbox-cover img:nth-child(1) {
    opacity: 0;
}

.inside-main .hnul-link .ys-imgbox-cover img:nth-child(2) {
    opacity: 1;
}

.compan-introdu .ificati-introdu-top {
    margin-bottom: 0.8rem;
}

.compan-dartek {
    width: 100%;
    background: #f1f2f7;
    overflow: visible;
}

.compan-dartek-ul-li {
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(30, 30, 30, 0.15);
    border-left: 1px solid rgba(30, 30, 30, 0.15);
    border-right: 1px solid rgba(30, 30, 30, 0.15);
}

.compan-dartek-ul-li:last-child {
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.cdul-le {
    width: 50%;
}

.cdul-ri {
    width: 50%;
    padding: 0.54rem 0.55rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cdul-ri-top-tit {
    color: #231815;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 0.2rem;
}

.cdul-ri-top-info p {
    color: #4E4E4E;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.cdul-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cdul-ri-btm p {
    color: #0055B8;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.cdul-ri-btm {
    text-align: right;
}

.compan-dartek-ul-li {
    position: sticky;
    top: 180px;
    left: 0;
}

.cdul-le-sliup {
    transition: all 0.8s !important;
    animation: scaleUpimg 2s ease 1;
}

@keyframes scaleUpimg {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: none;
    }
}

.compan-history {
    width: 100%;
    position: relative;
}

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

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

.compan-history .ys-cont1440 {
    position: relative;
    z-index: 10;
}

.compan-history-btm {
    width: calc(100% + 240px);
}

.chbs-li {
    width: 3.8rem !important;
}

.chbs-li-wrap {
    width: 100%;
    height: 477px;
    position: relative;
    padding-left: 0.5rem;
    padding-right: 0.26rem;
    transition: all 0.36s;
}

.chbs-li-wrap::after {
    content: '';
    position: absolute;
    top: 24px;
    width: 1px;
    height: calc(100% - 24px);
    background: rgba(30, 30, 30, 0.15);
    left: 8px;
}

.chbs-li-wrap-tit p {
    color: #333;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.chbs-li-wrap-star {
    width: 16px;
    position: absolute;
    top: 9px;
    left: 0;
}

.chbs-li-wrap-star img:nth-child(2) {
    opacity: 0;
}

.chbs-li-wrap-info p {
    color: #666;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    min-height: 10.5em;
}

.chbs-li-wrap-tit {
    margin-bottom: 0.25rem;
}

.chbs-li-wrap-info {
    margin-bottom: 2.5rem;
}

.chbs-li-wrap-year p {
    color: rgba(78, 78, 78, 0.3);
    font-size: var(--font60);
    line-height: 1;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.chbs-li-wrap-year span {
    display: block;
}

.chbs-li-wrap-year {
    position: absolute;
    bottom: 0;
    left: 0.42rem;
    transition: all 0.36s;
}

.chbs-li-wrap-info {
    transition: all 0.36s;
    opacity: 0;
}

.chbs-li-wrap-img {
    width: 76%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0.42rem;
}

.chbs-li.swiper-slide-active {
    width: 6.5rem !important;
}

.chbs-li.swiper-slide-active {
    padding-left: 1.67rem;
}

.chbs-li.swiper-slide-active .chbs-li-wrap {
    padding-right: 0.8rem;
}

.chbs-li.swiper-slide-active .chbs-li-wrap-star img:nth-child(2) {
    opacity: 1;
}

.chbs-li.swiper-slide-active .chbs-li-wrap-star img:nth-child(1) {
    opacity: 0;
}

.chbs-li.swiper-slide-active .chbs-li-wrap::after {
    background: #0055B8;
}

.chbs-li.swiper-slide-active .chbs-li-wrap-year p {
    color: #0055B8;
}

.chbs-li.swiper-slide-active .chbs-li-wrap-year {
    left: -1.7rem;
}

.chbs-li.swiper-slide-active .chbs-li-wrap-info {
    opacity: 1;
}

.chbs-li.swiper-slide-active .chbs-li-wrap-img {
    opacity: 1;
    transition: all 0.36s;
    transition-delay: 0.46s;
}

.compan-history-btm-swiper {
    width: 100%;
    overflow: hidden;
}

.chbs-li {
    height: auto !important;
}

.chbs-end {
    width: calc(85vw - 3.32rem) !important;
}

.compan-honor {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.compan-honor-btm {
    width: 100%;
}

.chbu-li {
    width: 25%;
    padding: 0 var(--jian);
    display: none;
}

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

.compan-honor-btm-ul {
    margin: 0 var(--jian1);
    display: flex;
    flex-wrap: wrap;
}

.chbu-wrap {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0.5rem 0.28rem 0.7rem;
}

.chbu-wrap-logo {
    width: 66%;
    margin: 0 auto;
    margin-bottom: 0.56rem;
}

.chbu-wrap-tit p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    text-align: center;
}

.news-media {
    width: 100%;
    background: #f1f2f7;
    position: relative;
}

.dmtl-info p {
    color: #4E4E4E;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.dmtl-info {
    margin-top: 0.15rem;
}

.news-page .dmtr-search,
.questi-page .dmtr-search {
    background: transparent;
}

.news-media-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}

.nmtl-ul {
    display: flex;
}

.nmtl-ul-li-link {
    display: block;
    border-radius: 100px;
    border: 1px solid rgba(30, 30, 30, 0.15);
    color: #4E4E4E;
    line-height: 1.65;
    font-size: var(--font16);
    font-family: 'HarmonyOS_Sans_SC_Medium';
    padding: 0.11rem 0.35rem;
    transition: all 0.36s;
}

.nmtl-ul-li {
    margin-right: 0.16rem;
}

.nmtl-ul-li.act .nmtl-ul-li-link {
    background: #0055B8;
    color: #fff;
}

.news-media-list {
    width: 100%;
    position: relative;
}

.nmlu-li {
    width: 33.333333%;
    padding: 0 var(--jian);
    margin-bottom: calc(2 * var(--jian));
}

.news-media-list-ul {
    margin: 0 var(--jian1);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.34rem;
}

.nmlu-link {
    width: 100%;
    background: #fff;
    display: block;
    height: 100%;
}

.nmlu-link-btm {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 0.3rem;
}

.nmlu-link-btm-time p {
    color: #4E4E4E;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.nmlu-link-btm-tit {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    height: 5.1em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.64rem;
    transition: all 0.36s;
}

.detail-head {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.detail-head-return-link {
    display: flex;
    align-items: center;
}

.detail-head-return-link img {
    width: var(--widthmod);
}

.detail-head-return-link span {
    padding-left: 0.1rem;
    color: #0055B8;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: var(--font16);
}

.detail-head-return {
    margin-bottom: 0.62rem;
}

.detail-head-time p {
    color: #4E4E4E;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.detail-head-time {
    margin-bottom: 0.16rem;
}

.detail-head-tit .std-font44 {
    color: #231815;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    line-height: 1.4;
}

.detail-head-wrap {
    width: 85%;
}

.detail-head-tit {
    margin-bottom: 0.45rem;
}

.detail-head-share {
    display: flex;
    align-items: center;
}

.detail-head-share-le p {
    color: #333;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.detail-head-share-le {
    padding-right: 0.36rem;
}

.ys-share-img {
    width: var(--widthmod);
}

.ys-share-list {
    margin-right: 0.15rem;
}

.detail-related {
    width: 100%;
    position: relative;
}

.detail-related-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-related-le {
    width: 68%;
}

.detail-related-ri {
    width: 30%;
    border-left: 1px solid rgba(30, 30, 30, 0.15);
    padding-left: 0.8rem;
}

.detail-related-le-editor p {
    color: #4E4E4E;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    margin-bottom: 0.26rem;
}

.detail-related-le-editor h5 {
    color: #231815;
    line-height: 1.7;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 0.3rem;
}

.drlb-link {
    display: flex;
}

.drlb-link-le {
    flex: none;
    padding-right: 0.22rem;
}

.drlb-link-le p {
    color: #0055B8;
    line-height: 1.5;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: var(--font20);
}

.detail-related-le-editor {
    border-bottom: 1px solid rgba(30, 58, 120, 0.15);
    margin-bottom: 0.4rem;
    padding-bottom: 0.36rem;
}

.drlb-link-ri p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    transition: all 0.36s;
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.drlb-li {
    margin-bottom: 0.29rem;
}

.drlb-li:last-child {
    margin-bottom: 0 !important;
}

.detail-related-ri-tit .std-font24 {
    color: #323143;
    line-height: 1.55;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.detail-related-ri-tit {
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    padding-bottom: 0.29rem;
    margin-bottom: 0.32rem;
}

.drru-li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.drru-link {
    display: block;
    width: 100%;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
}

.drru-li:first-child .drru-link {
    padding-top: 0 !important;
}

.drru-li:last-child {
    border-bottom: none;
}

.drru-link-tit p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    transition: all 0.36s;
    max-height: 5.25em;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.drru-link-time p {
    color: #999;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.drru-link-tit {
    margin-bottom: 0.3rem;
}

.ys-footer {
    border-top: 1px solid rgba(30, 30, 30, 0.15);
}

.ys-share-img img {
    width: 100%;
}

.splt-ul-li {
    position: relative;
}

.ys-nyban-title-wrap .std-font90 {
    color: #fff;
    line-height: 1.2;
}

.join-page {
    background: #f1f2f7;
}

.join-page .ys-nyban-title-info {
    margin-bottom: 0 !important;
    margin-top: 0.14rem;
}

.join-positi {
    width: 100%;
    position: relative;
}

.join-positi-ul-li {
    width: 50%;
    padding: 0 var(--jian);
    margin-bottom: calc(var(--jian) * 2);
}

.join-positi-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--jian1);
}

.jpul-link {
    width: 100%;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
}

.jpul-le {
    width: 49%;
}


.jpul-ri {
    width: 51%;
    padding: 0.37rem 0.25rem 0.4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.jpul-ri-tit .std-font24 {
    color: #231815;
    line-height: 1.55;
    font-family: 'HarmonyOS_Sans_SC_Bold';
}

.join-talent-btm {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.join-talent-btm-le {
    width: 32%;
    position: relative;
}

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


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

.jtbl-post {
    width: 100%;
    padding: 0.5rem 0.32rem;
    position: relative;
    z-index: 10;
}

.jtbl-post-info p {
    color: #FFF;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.join-talent-btm-ri {
    width: 66%;
}

.jtbr-ul-li {
    width: 50%;
    background: #fff;
    padding: 0.42rem 0.37rem;
    border-top: 1px solid rgba(30, 30, 30, 0.15);
    border-right: 1px solid rgba(30, 30, 30, 0.15);
}

.jtbr-ul-li:nth-child(1),
.jtbr-ul-li:nth-child(2) {
    border-top: none;
}

.jtbr-ul-li:nth-child(2n) {
    border-right: none;
}

.jtbr-ul-li-icon {
    width: 0.56rem;
    margin-bottom: 0.24rem;
}

.jtbr-ul-li-tit {
    color: #231815;
    line-height: 1.55;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    margin-bottom: 0.16rem;
}

.jtbr-ul-li-info p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

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

.join-positi {
    width: 100%;
    position: relative;
}

.join-positi-search {
    width: 100%;
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0.28rem 0.34rem;
}

.join-positi-search-top {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.2rem;
    margin-bottom: 0.38rem;
}

.jpsu-le {
    width: 2.06rem;
    padding: 0 0.18rem;
    flex: none;
}

.jpsu-li {
    width: 100%;
    display: flex;
    margin-bottom: 0.3rem;
}

.jpsu-le p {
    color: #4E4E4E;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.jpsu-ri-li p {
    color: #4E4E4E;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    transition: all 0.36s;
    padding: 0.06rem 0.24rem 0.08rem;
    border-radius: 100px;
}

.jpsu-ri {
    display: flex;
    flex-wrap: wrap;
}

.jpsu-ri-li.act p {
    background: #0055B8;
    color: #fff;
}

.jpsu-ri-li {
    cursor: pointer;
    margin-bottom: 0.14rem;
    margin-right: 0.14rem;
}

.jpsu-search .dmtr-search {
    height: 0.4rem;
    background: #F1F2F7;
    border: none;
}

.jpsu-search {
    width: 4.64rem;
}

.jpsu-search .dmtr-search-le input {
    padding-left: 0.24rem;
}

.join-positi-btm {
    width: 100%;
}

.jpbu-li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
}

.jpbu-li-top {
    width: 100%;
    padding: 0.25rem 0.4rem;
    display: flex;
    cursor: pointer;
}

.jlti-icon {
    width: var(--widthmod);
}

.jpbu-li-top {
    align-items: flex-start;
}

.jpbu-li-top-info .jlti-icon {
    margin-top: 0.03rem;
}

.jpbu-li-btm {
    width: 100%;
    padding: 0 0.42rem 0.32rem;
    display: none;
}

.jpbu-li-btm-wrap {
    width: 100%;
    background: #F1F2F7;
    padding: 0.31rem 0.34rem;
}

.jlbw-li-le p {
    color: #231815;
    line-height: 1.75;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.jlbw-li {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(30, 30, 30, 0.15);
    padding-bottom: 0.32rem;
    padding-top: 0.32rem;
}

.jlbw-li:first-child {
    padding-top: 0 !important;
}

.jlbw-li-le {
    flex: none;
    width: 2rem;
}

.jlbw-li-ri-top p {
    color: #4E4E4E;
    line-height: 1.8;
    font-family: 'HarmonyOS_Sans_SC_Medium';
    margin-bottom: 0.16rem;
}

.jlbw-li-ri-top p:last-child {
    margin-bottom: 0;
}

.jlbw-li:last-child {
    border-bottom: none;
    padding-bottom: 0.15rem !important;
}

.jlrr-link {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: #0055B8;
    padding: 0.2rem 0.35rem;
}

.jlbw-li-ri-resume {
    display: flex;
    align-items: center;
    margin-top: 0.47rem;
}

.jlrr-link span {
    color: #fff;
    line-height: 1.2;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: var(--font20);
    padding-right: 0.1rem;
}

.jlrr-link img {
    width: var(--widthmod);
}

.jlti-icon img:nth-child(2) {
    opacity: 0;
}

.jpbu-li.act .jlti-icon img:nth-child(1) {
    opacity: 0;
}

.jpbu-li.act .jlti-icon img:nth-child(2) {
    opacity: 1;
}

.jpbu-li:last-child {
    border-bottom: none;
}

.under-progre {
    width: 100%;
    position: relative;
    background: #f1f2f7;
}

.under-progre-wrap {
    width: 100%;
    padding: 0 0.42rem;
}

.under-progre-img {
    width: 100%;
    margin-bottom: 0.37rem;
}

.under-progre-img img {
    width: 100%;
}

.under-progre-tit .std-font44 {
    text-align: center;
    color: #000;
    line-height: 1.4;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.under-progre-tit {
    margin-bottom: 0.24rem;
}

.under-progre-ul {
    display: flex;
    justify-content: center;
}

.under-progre-ul-li {
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
}

.upul-le p {
    color: #0055B8;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    line-height: 1.5;
}

.upul-ri p {
    color: #4E4E4E;
    line-height: 1.5;
    font-size: var(--font18);
}

.upul-le {
    padding-right: 0.13rem;
}

.upul-ri a {
    color: #4E4E4E;
}

.ys-footer,
.home-nav,
.ys-header {
    pointer-events: none;
}


/*鼠标效果*/
@media screen and (min-width: 1200px) {

    .hstr-info-more-link:hover span,
    .hpbu-link:hover .hpbu-link-btm-tit,
    .hsbu-link:hover .hstr-info-more-link span,
    .hpbu-link:hover .hstr-info-more-link span,
    .hsbu-link:hover .hlpb-tit,
    .footer-nav a:hover,
    .ilul-link:hover .hstr-info-more-link span,
    .sblw-ul-li-link:hover .sull-info p,
    .nmlu-link:hover .nmlu-link-btm-tit,
    .drru-link:hover .drru-link-tit p,
    .drlb-link:hover .drlb-link-ri p {
        color: var(--clvi);
    }

    .ys-banner-btn2 .ys-banner-btn-wrap:hover,
    .iibp-ul-li-link:hover,
    .sblw-ul2 .sblw-ul-li-link:hover {
        background: var(--clvi);
    }

    .mod-btn3 .mod-btn-link:hover,
    .sblw-ul2 .sblw-ul-li-link:hover .sull-info p {
        color: #fff;
    }

    .sblw-ul-li-link:hover {
        background: #fff;
    }

    .sblw-ul-li-link:hover .sull-icon img:nth-child(1) {
        opacity: 0;
    }

    .sblw-ul-li-link:hover .sull-icon img:nth-child(2) {
        opacity: 1;
    }

    .ys-banner-btn2 .ys-banner-btn-wrap:hover path {
        stroke: #fff !important;
    }

    .mod-btn-link:hover {
        background-color: var(--clvi);
        border-color: var(--clvi);
    }

    .ys-banner .mod-btn-link:hover {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    }

    .ys-banner-btn-wrap:hover {
        background: #231815;
    }

    .ys-banner .ys-banner-btn-wrap:hover {
        box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
    }


}