﻿@charset "utf-8";

/* 公共样式 - start */
body,
input,
textarea {
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei" !important;
}

/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "Noto Sans SC", "PingFang SC", "Microsoft YaHei" !important;
}

html {
    font-size: 100px;
}

/* 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;
    --line165: 1.65;
    --line175: 1.75;
    --line18: 1.8;
    /* 导航-高度 */
    --headh: 80px;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --colormain: #00229E;
    --colortext1: #020612;
    --colorbj: ;
    /* Delia--start */
    --color006: #0066E5;
    --color010: #010614;
    --colora4a: #A4A4A4;
    /* Delia-end */
    /* 板块间距 */
    --space40: 0.4rem;
    /* 段落间距 */
    --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);
}

.std-font54,
.std-font54 p {
    font-size: var(--font54);
    color: var(--colortext1);
    line-height: var(--line12);
}

.std-font44,
.std-font44 p,
.yxedr-active h2 {
    font-size: var(--font44);
    color: var(--color333);
    line-height: var(--line12);
}

.std-font32,
.std-font32 p,
.yxedr-active h3 {
    font-size: var(--font32);
    color: var(--color333);
    line-height: var(--line14);
}

.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(--line16);
}

.std-text18,
.std-text18 p {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line165);
}

.std-text16,
.std-text16 p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line165);
}

.std-text14,
.std-text14 p {
    font-size: var(--font14);
    color: var(--color333);
    line-height: var(--line165);
}

.yxedr-active,
.yxedr-active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line16);
}

.yxedr-active p {
    margin-bottom: 0.75em;
}

.yxedr-active>p:last-child {
    margin-bottom: 0;
}

.std-padd {
    padding-top: var(--space120);
    padding-bottom: var(--space120);
}

.std-padd1 {
    padding-top: var(--space120);
}

.std-padd2 {
    padding-bottom: var(--space120);
}

.std-mar {
    margin-bottom: var(--space60);
}

.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(56, 56, 56, .5) !important;
    white-space: nowrap;
    padding-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-txtbox-tit,
.ys-ban-li.act .ys-ban-txtbox-info,
.ys-ban-li.act .ys-ban-txtbox-lable,
.ys-ban-li.act .ys-ban-txtbox-more .mod-link {
    animation: ysfadeInUp .8s ease-in-out both;
}

.ys-ban-slick.ys-slick-act .ys-ban-li.act .ys-ban-title {
    animation-delay: 0.4s;
}

/* 公共样式 - end */

.ys-hd-pc::before {
    height: 100%;
}

.ys-hd-pc-core {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.ys-hd-pc {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 49, 97, 0.05);
    backdrop-filter: blur(10px);
    z-index: 80;
}

.head-logo {
    width: 2.2rem;
}

.head-lang {
    margin-right: 0.4rem;
    margin-left: 0px;
}

.head-search-btn:hover img:nth-of-type(1) {
    opacity: 0;
}

.head-search-btn {
    width: 0.28rem;
}

.head-lang:hover .head-lang-top img:nth-of-type(1),
.head-search-btn:hover img:nth-of-type(1) {
    opacity: 0;
}

.head-lang-down-inof {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.head-ldi-nub a {
    padding: 3px 25px;
}

.head-nav-item-title {
    color: #fff;
    line-height: 1.65;
    font-size: var(--font16);
    padding-left: 0.22rem;
    padding-right: 0.22rem;
    position: relative;
}

.head-nav-item-title::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.02rem;
    border-radius: 4px;
    background: #fff;
    left: 0.08rem;
    opacity: 0;
    transition: all 0.36s;
}

.head-nav {
    padding-right: 1rem;
}

.head-nav-item.yxnav-active1 .head-nav-item-title::after {
    opacity: 1;
}

.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,
.ys-hd-pc.ishover .head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colormain) !important;
}

.ys-hd-pc.isfixed .head-nav-item-title::after,
.ys-hd-pc.ishover .head-nav-item-title::after {
    background: var(--colormain) !important;
}

.ys-ban-txtbox-lable {
    display: flex;
    margin-bottom: 0.08rem;
}

.ys-ban-txtbox-lable span {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
    display: inline-block;
    padding: 0.04rem 0.12rem;
    color: #fff;
    line-height: 1.65;
    font-size: var(--font16);
    line-height: 1.65;
}

.ys-ban-txtbox-tit {
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0.32rem;
}

.ys-ban-txtbox-info p {
    color: #fff;
    line-height: 1.65;
}

.mod-link {
    color: #fff;
    line-height: 1.65;
    display: inline-block;
    border-radius: 120px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 0.1rem 0.4rem;
    transition: all 0.36s;
}

.ys-ban-txtbox-info {
    margin-bottom: 0.6rem;
}

.ys-banner {
    position: relative;
}

.ys-banner-control {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 0.64rem;
}

.ys-bandots-li {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 15px;
    cursor: pointer;
}

.ys-bandots-li {
    margin: 0 8px;
}

.ys-bandots-li svg {
    fill: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ys-bandots-li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.36s;
    opacity: 0;
    box-sizing: border-box;
}

.ys-bandots-li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.ys-bandots-li.act::before {
    opacity: 1;
}

.ys-bandots-li.act::after {
    opacity: 0;
}

.ys-bandots-li.act svg {
    opacity: 1;
}

.ys-bandots-li {
    width: 14px;
    height: 14px;
}

.ys-banner-control .ys-cont1600 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ys-banner-control-le {
    display: flex;
    align-items: center;
}

.ybcl-contr {
    display: flex;
    margin-left: 0.3rem;
}

.ybcl-contr-btn {
    cursor: pointer;
}

.ybcl-contr-ri {
    margin-left: 0.25rem;
}

.ys-banner-control-ri {
    display: flex;
    align-items: center;
    cursor: pointer;
    transform: translateX(116px);
}

.ybcr-le {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.65;
    text-shadow: 0 2px 10px #00D4FF;
}

.ybcr-ri {
    width: 0.52rem;
    margin-top: 0.04rem;
}

.ybcr-ri img {
    width: 100%;
}

.home-leader {
    width: 100%;
    position: relative;
    z-index: 1;
}

.home-leader-top {
    width: 10.8rem;
    max-width: 100%;
    position: relative;
}

.home-leader-tit .std-font54 {
    color: #020612;
    line-height: 1.2;
}

.home-leader-tit .std-font54 span {
    background: linear-gradient(277deg, #00E3E1 1.4%, #0078FF 98.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-leader-tit {
    margin-bottom: 0.4rem;
}

.home-leader-info p {
    color: rgba(2, 6, 18, 0.5);
    line-height: 1.6;
}

.home-leader-info {
    margin-bottom: 0.6rem;
}

.mod-link1 {
    display: flex;
    align-items: center;
    border-radius: 120px;
    background: #0066E5;
    transition: all 0.36s;
    padding: 0.12rem 0.32rem;
}

.mod-link1 img {
    width: 0.16rem;
    margin-left: 0.12rem;
}

.mod-link1 span {
    color: #fff;
    line-height: 1.65;
}

.mod-btn {
    display: flex;
}

.home-leader-video {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: -0.66rem;
    pointer-events: none;
    margin-bottom: 0.6rem;
}

.home-leader-video-wrap {
    width: 81.5%;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    pointer-events: all;
}

.hlvw-cont {
    width: 100%;
    position: relative;
}

.hlvw-play {
    position: absolute;
    bottom: 0.3rem;
    right: 0.3rem;
    width: 0.32rem;
    cursor: pointer;
    z-index: 10;
}

.hlvw-play img {
    width: 100%;
}

.home-leader-ul {
    display: flex;
    margin: 0 -0.16rem;
}

.home-leader-ul-li {
    width: 25%;
    padding: 0 0.16rem;
}

.hlul-wrap {
    width: 100%;
    position: relative;
    padding: 0.2rem 0.32rem;
    z-index: 1;
    border-radius: 0.1rem;
    overflow: hidden;
}

.hlul-wrap-top span {
    font-size: var(--font60);
    line-height: 1.5;
    padding-right: 0.08rem;
}

.hlul-wrap-top p {
    line-height: 1;
    color: #0066E5;
    font-size: var(--font24);
}

.hlul-wrap-btm p {
    color: #666;
    line-height: 1.65;
    /* font-weight: 350; */
}

.hlul-wrap-top {
    margin-bottom: 0.12rem;
}

.hlul-wrap-desz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-leader-desz {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.home-leader-desz img {
    width: 100%;
}

.home-leader-desz1 {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.home-leader-desz1 img {
    width: 100%;
}

.home-produc {
    width: 100%;
    position: relative;
    overflow: visible;
}

.home-produc-wrap {
    width: calc(100% + 1.6rem);
}

.home-power {
    width: 100%;
    position: relative;
    background: #F4FAFF;
}

.home-power-top-le .std-font44 {
    color: #020612;
}

.home-power-top-le .std-font44 span {
    background: linear-gradient(276deg, #00E3E1 1.67%, #0078FF 98.33%);
    background: linear-gradient(276deg, color(display-p3 0.0589 0.875 0.875) 1.67%, color(display-p3 0.1254 0.4641 0.9663) 98.33%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-power-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.home-power-top-ri p {
    color: rgba(2, 6, 18, 0.5);
    line-height: 1.6;
}

.home-power-top-le {
    width: 30%;
}

.home-power-top-ri {
    width: 43%;
    margin-bottom: 0.05rem;
}

.home-power-btm {
    width: 100%;
    position: relative;
}

.hpbl-li {
    width: 20%;
    padding: 0 0.1rem;
    transition: all 0.5s;
}

.home-power-btm-list {
    display: flex;
    margin: 0 -0.1rem;
    margin-bottom: 0.4rem;
}

.hpbl-wrap {
    width: 100%;
    position: relative;
}

.hpbl-wrap-img {
    width: 100%;
    height: 5.8rem;
    border-radius: 0.2rem;
    position: relative;
}

.hpbl-wrap-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.hpbl-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpbl-wrap-tit {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.38rem 0.32rem;
    text-align: center;
}

.hpbl-wrap-tit p {
    color: #fff;
    line-height: 1.5;
}

.hpbl-wrap-posit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.34rem 0.4rem;
    opacity: 0;
    pointer-events: none;
}

.hpbl-wrap-posit-tit p {
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    font-size: var(--font26);
}

.hpbl-li.act {
    width: 60%;
}

.hpbl-li.act .hpbl-wrap-tit {
    opacity: 0;
    pointer-events: none;
}

.hpbl-wrap-posit-tit {
    margin-bottom: 0.16rem;
}

.hpbl-wrap-posit-info p {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.hpbl-wrap-posit-more {
    display: flex;
    align-items: center;
}

.hpbl-wrap-posit-more img {
    width: 0.1rem;
    margin-top: 0.02rem;
}

.hpbl-wrap-posit-more .std-text16 {
    color: #fff;
    line-height: 1.65;
    padding-left: 0.08rem;
}

.hpbl-wrap-posit-info {
    margin-bottom: 0.32rem;
}

.hpbl-li.act .hpbl-wrap-posit {
    opacity: 1;
    pointer-events: all;
    transition: all 0.36s;
    transition-delay: 0.36s;
}

.hpbc-ri {
    transform: rotate(180deg);
    margin-left: 0.2rem;
}

.home-power-btm-control {
    display: flex;
}

.hpbc-btn {
    cursor: pointer;
    transition: all 0.36s;
    width: 0.48rem;
}

.hpbc-btn img:nth-child(2) {
    opacity: 0;
}

.hpbu-li {
    display: none;
}

.hpbu-li:first-child {
    display: block;
}

.home-news {
    width: 100%;
    position: relative;
    z-index: 10;
}

.hntl-tit .std-font44 {
    color: #383838;
    line-height: 1.2;
    font-weight: 500;
}

.hntl-info p {
    color: rgba(2, 6, 18, 0.6);
    line-height: 1.6;
}

.hntl-tit {
    margin-bottom: 0.32rem;
}

.home-news-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hnbs-li {
    width: 4.43rem !important;
    transition: all 0.36s;
}

.hnbs-li.swiper-slide-active {
    width: 6.2rem !important;
}

.hnbs-li-wrap-img {
    width: 100%;
    border-radius: 0.2rem;
}

.hnbs-li-wrap-btm {
    width: 100%;
    position: relative;
    margin-top: 0.24rem;
}

.hlwb-time {
    color: #666666;
    font-weight: 400;
    margin-bottom: 0.08rem;
    font-size: var(--font14);
    line-height: 1.6;
}

.hlwb-tit {
    color: #010614;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.36s;
    height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hlwb-tit {
    margin-bottom: 0.4rem;
}

.hlwb-more {
    width: 0.16rem;
}

.hlwb-more img {
    width: 100%;
}

.home-news-btm-swiper {
    margin-bottom: 0.5rem;
    min-height: 5.35rem;
}

.home-news-desz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.home-news-desz img {
    width: 100%;
}

.ys-footer {
    width: 100%;
    position: relative;
    padding-top: 0 !important;
}

.mod-fot-top {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(2, 6, 18, 0.1);
    padding-bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(2, 6, 18, 0.1);
}

.mod-fot-top-logo {
    width: 2.78rem;
}

.mod-fot-top-logo a {
    display: block;
}

.mod-fot-top-logo img {
    width: 100%;
}

.mod-fot-top-tit .std-font32 {
    color: #020612;
    line-height: 1.4;
    font-weight: 500;
}

.hnbs-li {
    margin-right: 0.6rem;
}

.mftr-link {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #0066E5;
    backdrop-filter: blur(5px);
    border-radius: 1.2rem;
    padding: 0.04rem;
}

.mftr-link img {
    width: 0.52rem;
}

.mftr-link span {
    padding: 0 0.32rem;
    color: #fff;
    line-height: 1.65;
    font-size: var(--font16);
}

.mod-fot-top-ri {
    min-width: 2.78rem;
    display: flex;
    justify-content: flex-end;
}

.mod-fot-btm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.23rem;
}

.mfbl-link .std-font32 {
    color: #383838;
    line-height: 1.3;
    transition: all 0.36s;
}

.mfbl-link {
    display: flex;
    align-items: center;
}

.mfbl-link span {
    padding-right: 0.2rem;
    font-weight: 500;
    color: #383838;
}

.mfbl-li {
    margin-bottom: 0.32rem;
}

.mod-fot-btm-le {
    flex: none;
}

.mod-fot-btm-ri {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.mfbr-tit a {
    color: #383838;
    line-height: 1.6;
    font-weight: 500;
    font-size: var(--font18);
}

.mfbr-tit {
    margin-bottom: 0.16rem;
}

.mfbr-li>a {
    color: #010614;
    line-height: 1.65;
    /* font-weight: 350; */
    font-size: var(--font16);
    margin-bottom: 0.08rem;
}

.mfbr-li li a {
    color: rgba(56, 56, 56, 0.6);
    line-height: 1.6;
    font-size: var(--font16);
}

.mfbr-li li {
    margin-bottom: 0.08rem;
}

.mod-fot-btm-ri>ul>li>ul {
    display: flex;
}

.mod-fot-btm-ri>ul>li>ul>li {
    padding-right: 0.2rem;
}

.mod-fot-btm-ri>ul {
    display: flex;
}


.mod-fot-btm-ri>ul>li {
    margin-left: 0.97rem;
}

.mod-fot-btm-ri a {
    transition: all 0.36s;
}

.mod-fot-share {
    display: flex;
    margin-bottom: 0.3rem;
}

.mod-fot-share-li {
    position: relative;
    margin-right: 0.42rem;
}

.mfsl-icon {
    width: 0.39rem;
    cursor: pointer;
}

.mfsl-icon img {
    width: 100%;
}

.mfsl-code {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translate(-50%);
    width: 1.1rem;
    padding: 0.1rem;
    background-color: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.mod-fot-privac {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
}

.mod-fot-privac::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #F9F9F9;
    z-index: -1;
}

.mod-fot-privac-le p {
    font-size: var(--font14);
    line-height: 1.65;
    color: rgba(56, 56, 56, 0.5);
}


.footer-privacy li {
    position: relative;
    padding: 0 0.1rem;
}

.footer-privacy {
    margin: 0 -0.1rem;
}

.footer-privacy li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 0.16rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: rgba(56, 56, 56, 0.6);
}

.footer-privacy li:first-child::after {
    display: none;
}

.footer-privacy a {
    color: rgba(56, 56, 56, 0.5);
}

.ys-nyban-title .std-font54 {
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
}

.ys-nyban-title p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
    /* font-weight: 350; */
    font-size: var(--font18);
    margin-top: 0.32rem;
}

.ys-nybanner {
    position: relative;
    backdrop-filter: blur(0px);
}

.ys-nybanner-glass {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36%;
    height: calc(100% - var(--headh));
    display: flex;
}

.ys-nybanner-glass div {
    width: 20%;
    /* 半透背景色（关键：带透明度） */
    background: rgba(255, 255, 255, 0.15);
    /* 毛玻璃模糊（核心属性） */
    backdrop-filter: blur(10px);
    /* 兼容旧版 Safari */
    -webkit-backdrop-filter: blur(10px);
    /* 可选：加一点边框增强玻璃感 */
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.mod-bread {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    z-index: 10;
}

.ys-bread-list svg,
.ys-bread-list img {
    width: 0.12rem;
}

.ys-bread-list:first-child {
    margin-top: 0.02rem;
}

.ys-bread-list::before {
    display: none;
}

.ys-bread-list::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    left: 0rem;
    height: 0.1rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
}

.ys-bread-list:first-child:after {
    display: none;
}

.ys-bread-list a {
    font-size: var(--font14);
    line-height: 1.65;
    color: #fff;
    /* font-weight: 350; */
}

.ys-bread {
    --gap1: 0.2rem;
}

.news-switch {
    width: 100%;
    background: #F9F9F9;
    padding: 0.08rem 0;
}

.news-switch-ul {
    display: flex;
    justify-content: center;
}

.news-switch-ul-li {
    margin: 0 0.16rem;
}

.nsul-link {
    padding: 0.1rem 0.44rem;
    font-size: var(--font16);
    line-height: 1.65;
    border-radius: 0.8rem;
    transition: all 0.36s;
    color: #666666;
}

.news-switch-ul-li.act .nsul-link {
    background: #1562D5;
    color: #fff;
}

.news-cont {
    width: 100%;
    position: relative;
}

.news-cont-top {
    width: 100%;
    margin-bottom: 1rem;
}

.news-cont-top-link {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nctl-le {
    width: 55.5%;
    border-radius: 0.2rem;
}

.nctl-ri {
    width: 42%;
    background: #F9F9F9;
    backdrop-filter: blur(15px);
    border-radius: 0.2rem;
    padding: 0.6rem;
    padding-bottom: 0.47rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nctl-ri-top-time {
    color: #0066E5;
    line-height: 1.65;
    margin-bottom: 0.08rem;
}

.nctl-ri-top-tit {
    color: #010614;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.32rem;
    transition: all 0.36s;
}

.nctl-ri-top-info p {
    color: #666;
    line-height: 1.65;
    /* font-weight: 350; */
    max-height: 3.3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hpbl-wrap-posit-more1 .std-text16 {
    color: #0066E5;
}

.nctl-ri-top {
    width: 100%;
    margin-bottom: 0.25rem;
}

.news-cont-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.22rem;
    padding-bottom: 0.2rem;
}

.ncbu-li {
    width: 33.333333%;
    padding: 0 0.22rem;
    margin-bottom: 0.6rem;
}

.ncbu-link {
    display: block;
    width: 100%;
    position: relative;
}

.ncbu-link-img {
    width: 100%;
    border-radius: 0.2rem;
}

.ncbu-link-btm {
    width: 100%;
    position: relative;
    padding-top: 0.28rem;
}

.ncbu-link-btm-time {
    color: #1562D5;
    line-height: 1.65;
    margin-bottom: 0.08rem;
}

.ncbu-link-btm-tit {
    color: #020612;
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.5rem;
    transition: all 0.36s;
}

.ncbu-link-btm-more {
    width: 0.16rem;
}

.ncbu-link-btm-more img {
    width: 100%;
}

.pc-fenye li {
    float: left;
    width: 0.32rem;
    height: 0.32rem;
    border: none;
    font-size: var(--font16);
    line-height: 30px;
    line-height: 0.32rem;
    color: #A4A4A4;
    border-radius: 0.1rem;
    margin: 0 0.08rem;
}

.pc-fenye li.activepage {
    background: #0066E5;
    color: #fff;
}

.detail-nybanner {
    width: 100%;
    position: relative;
    padding: 0.2rem;
}

.detail-nyban-wrap {
    width: 100%;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.detail-nybanner .ys-nyban-img {
    border-radius: 0.4rem;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.detail-page .ys-hd-pc::before {
    opacity: 0 !important;
}

.detail-page .ys-hd-pc {
    background: transparent !important;
}

.detail-page .ys-main {
    margin-top: 0 !important;
}

.detail-page .ys-hd-pc.isfixed::before {
    opacity: 1 !important;
}

.detail-nybanner .ys-nyban-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.detail-nybanner .ys-nyban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-nybanner .ys-cont1200 {
    position: relative;
    z-index: 10;
}

.detail-nyban-tit .std-font44 {
    color: #020612;
    line-height: 1.3;
    font-weight: 500;
}

.detail-nyban-time {
    color: #0066E5;
    line-height: 1.65;
    margin-top: 0.24rem;
}

.mod-bread1 .ys-bread-list path {
    fill: #A4A4A4;
}

.mod-bread1 .ys-bread-list a {
    color: #A4A4A4;
}

.mod-bread1 .ys-bread-list::after {
    background: #A4A4A4;
}

.detail-cont {
    padding-top: 0.3rem;
    width: 100%;
    position: relative;
    overflow: visible;
}

.detail-cont-wrap {
    width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.8rem;
}

.detail-cont-wrap img {
    border-radius: 0.2rem;
}

/* .detail-cont-wrap p span {
    color: #1562D5;
} */

.detail-cont-wrap p {
    margin-bottom: 0.5rem;
}

.detail-cont-wrap h4 {
    font-weight: 500;
}

.detail-cont-wrap p {
    /* font-weight: 350; */
    color: #666;
    line-height: 1.65;
}

.detail-cont-wrap ul {
    padding-left: 0 !important;
    list-style: none;
}

.detail-cont-wrap ul li p {
    padding-left: 0.22rem;
    position: relative;
    margin-bottom: 0.2rem;
    ;
}

.detail-cont-wrap ul li p::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    width: 0.04rem;
    height: 0.04rem;
    background: #1562D5;
    border-radius: 50%;
}

.detail-cont-sticky-wrap {
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 -0.386px 21.445px 0 rgba(36, 35, 37, 0.04), 0 -0.25px 13.899px 0 rgba(36, 35, 37, 0.04), 0 -0.158px 8.749px 0 rgba(36, 35, 37, 0.03), 0 -0.091px 5.027px 0 rgba(36, 35, 37, 0.02), 0 -0.04px 2.212px 0 rgba(36, 35, 37, 0.02);
    backdrop-filter: blur(20px);
    width: 100%;
    padding: 0.04rem 0.6rem 0.04rem 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: all;
}

.detail-cont-sticky {
    position: sticky;
    top: 0rem;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0.3rem;
}

.dcsw-le-return .std-text16 {
    color: #666666;
    line-height: 1.65;
    /* font-weight: 350; */
}

.dcsw-le-return {
    border-right: 1px solid rgba(0, 120, 255, 0.10);
    padding: 0.13rem 0.4rem;
}

.dcsw-le {
    display: flex;
    align-items: center;
}

.dcsw-le-ul {
    display: flex;
    padding-left: 0.6rem;
    align-items: center;
}

.dcsw-le-ul-li .std-text16 {
    color: #0066E5;
    line-height: 1.65;
    /* font-weight: 350; */
}

.dcsw-le-ul-li img {
    width: 0.12rem;
}

.dcsw-le-ul-li span {
    padding-right: 0.16rem;
}

.dcsw-le-ul-li:first-child span {
    padding-right: 0;
    padding-left: 0.16rem;
}

.dcsw-le-ul-le {
    margin-right: 0.4rem;
}

.dcsw-le-ul-le .std-text16 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.dcsw-le-ul-le .std-text16 img {
    transform: rotateY(180deg);
}

.ys-share-img {
    width: 0.32rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: -0.545px 1.636px 3.273px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(4.090909004211426px);
}

.ys-share-img img {
    width: 100%;
}

.ys-share-list {
    margin-left: 0.32rem;
}

.detail-cont-posit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.detail-cont-sticky .ys-cont1600 {
    margin: 0;
}

.detail-wrap {
    width: 100%;
    overflow: visible;
    position: relative;
}

.invest-relatio {
    width: 100%;
    position: relative;
}

.invest-relatio-top-tit .std-font44 {
    color: #020612;
    line-height: 1.2;
    font-weight: 500;
}

.invest-relatio-top-tit {
    margin-bottom: 0.4rem;
}

.invest-relatio-top-sutit p {
    color: #1562D5;
    line-height: 1.5;
    font-weight: 500;
}

.invest-relatio-top-sutit {
    margin-bottom: 0.2rem;
}

.invest-relatio-top-info p {
    color: #A4A4A4;
    line-height: 1.6;
}

.invest-relatio-top {
    margin-bottom: 0.9rem;
}

.irbu-li {
    width: 50%;
    padding: 0 0.1rem;
}

.invest-relatio-btm-ul {
    margin: 0 -0.1rem;
    display: flex;
    flex-wrap: wrap;
}

.irbu-link .ys-imgbox-cover {
    border-radius: 0.2rem;
}

.irbu-link-posit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    z-index: 10;
}

.irbu-link-posit-tit {
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.irbu-link-posit-info p {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.irbu-link {
    position: relative;
    width: 100%;
    display: block;
}

.irbu-link-posit-info {
    margin-bottom: 0.32rem;
}

.irbu-link-posit-email {
    display: flex;
    align-items: center;
}

.irbu-link-posit-email img {
    width: 0.24rem;
    margin-top: 0.02rem;
}

.irbu-link-posit-email span {
    color: #fff;
    line-height: 1.65;
    font-size: var(--font16);
    padding-left: 0.12rem;
}

.announc-circula {
    width: 100%;
    position: relative;
}

.announc-circular-top {
    display: flex;
    width: 100%;
    margin-bottom: 0.6rem;
    position: relative;
    z-index: 10;
}

.announc-circular-top-le {
    width: 21.5%;
    padding-right: 0.24rem;
    position: relative;
    z-index: 10;
}

.announc-circular-top-le .ys-select .ys-select-hd {
    background: #F9F9F9;
    border-radius: 80px;
    padding-left: 0.24rem;
    padding-right: 0.5rem;
}

.announc-circular-top-le .ys-select .ys-select-xtbbox {
    right: 0.24rem;
    width: 0.2rem;
}

.announc-circular-top-le .ys-select .ys-select-xtbbox img {
    width: 100%;
}

.acts-sear,
.actc-li-wrap,
.announc-circular-top-le .ys-select .ys-select-hd {
    height: 0.54rem;
}

.announc-circular-top input {
    color: #333;
    font-size: var(--font16);
    /* font-weight: 350; */
}

.announc-circular-top input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #A4A4A4;
}

.announc-circular-top input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A4A4A4;
}

.announc-circular-top input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A4A4A4;
}

.announc-circular-top input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #A4A4A4;
}

.announc-circular-top-le .ys-select-bd {
    background: #F9F9F9;
    border-radius: 0.1rem;
    padding: 0.1rem 0.24rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}


.ys-select-bd .ys-select-li {
    color: #666;
    line-height: 1.5;
    font-size: var(--font14);
    padding: 0.05rem;
}

.ys-select-inof {
    max-height: 1.2rem;
}

.ys-select-inof .mCSB_outside+.mCSB_scrollTools {
    right: -0.12rem;
}

.actc-ul {
    display: flex;
    margin: 0 -0.12rem;
}

.actc-li {
    width: 50%;
    padding: 0 0.12rem;
}

.actc-li-wrap {
    width: 100%;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    background: #F9F9F9;
    padding: 0 0.24rem;
}

.announc-circular-top-choice {
    width: 42%;
    position: relative;
}

.actc-li-wrap-le {
    font-size: var(--font16);
    line-height: 1.65;
    color: #A4A4A4;
    width: 100%;
    /* font-weight: 350; */
}

.actc-li-wrap-ri {
    width: 0.2rem;
}

.actc-li-wrap-ri img {
    width: 100%;
}

.announc-circular-top-search {
    width: 36.5%;
    padding-left: 0.24rem;
}

.acts-sear {
    width: 100%;
    background: #F9F9F9;
    border-radius: 80px;
    display: flex;
    align-items: center;
    padding: 0 0.24rem;
}

.acts-sear-le {
    width: 100%;
}

.acts-sear-ri {
    width: 0.24rem;
    cursor: pointer;
    flex: none;
}

.acts-sear-ri img {
    width: 100%;
    object-fit: cover;
}

.acts-sear-le {
    width: 100%;
    padding-right: 0.15rem;
}

.acts-sear-le input {
    width: 100%;
}

#test1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.layui-laydate-header i {
    position: absolute;
}

.laydate-set-ym {
    transform: translateY(-9px) !important;
}

.layui-laydate-header i {
    top: 13px !important;
}

#layui-laydate1.layui-laydate .layui-this {
    background-color: rgba(21, 98, 213, 1) !important;
    color: #fff !important;
}

#layui-laydate1 .layui-laydate-content td.laydate-selected {
    background-color: rgb(21 98 213 / 37%) !important
}

#layui-laydate1.layui-laydate .laydate-selected:hover {
    background-color: #0066E5 !important;
}

.announc-circula-btm {
    width: 100%;
    position: relative;
}

.announc-circula-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem;
    padding-bottom: 0.4rem;
}

.acbu-li {
    width: 33.333333%;
    padding: 0 0.12rem;
    margin-bottom: 0.4rem;
}

.acbu-link {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0.2rem;
    background: #F9F9F9;
    padding: 0.4rem;
    transition: all 0.36s;
}

.acbu-link-time {
    color: #A4A4A4;
    line-height: 1.65;
    font-size: var(--font14);
    margin-bottom: 0.16rem;
    transition: all 0.36s;
}

.acbu-link-tit {
    color: #010614;
    line-height: 1.6;
    font-weight: 500;
    transition: all 0.36s;
    height: 3.5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.acbu-link-btm {
    width: 100%;
    border-bottom: 1px solid rgba(164, 164, 164, 0.5);
    margin-bottom: 0.56rem;
    padding-bottom: 0.2rem;
    transition: all 0.36s;
}

.acbu-link-more {
    width: 0.16rem;
}

.acbu-link-more svg {
    width: 100%;
}

.acbu-link-more svg path {
    transition: all 0.36s;
}

.corpor-member {
    width: 100%;
    position: relative;
}

.prospe-docume-ul {
    margin: 0 -0.1rem -0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.prospe-docume-ul-li {
    width: 25%;
    padding: 0 0.1rem;
    margin-bottom: 0.5rem;
}

.pdul-wrap {
    width: 100%;
    display: block;
}

.pdul-wrap .ys-imgbox-cover {
    border-radius: 0.2rem;
}

.pdul-wrap-tit {
    text-align: center;
    color: #020612;
    line-height: 1.6;
    margin-top: 0.2rem;
}

.govern-membe {
    width: 100%;
    position: relative;
}

.govern-membe-tit .std-font44 {
    color: #333;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}

.govern-membe-tit {
    margin-bottom: 0.6rem;
}

.gmul-tit .std-font32 {
    color: #010614;
    line-height: 1.4;
    font-weight: 500;
}

.gmul-tit {
    margin-bottom: 0.5rem;
}

.gmul-ul-li {
    width: 33.333333%;
    padding: 0 0.4rem;
    margin-bottom: 0.4rem;
}

.gmul-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.4rem;
}

.gmul-ul-li-link {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background: #F9F9F9;
    position: relative;
    display: block;
    padding: 0.39rem 0.32rem;
}

.gmul-ul-li-link::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0066E5;
    border-radius: 0.2rem;
    z-index: -1;
}

.gull-tit {
    color: #010614;
    line-height: 1.5;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.18rem;
    transition: all 0.36s;
}

.gull-info {
    color: #666;
    line-height: 1.5;
}

.govern-membe-ul-li {
    margin-bottom: 0.53rem;
}

.govern-membe-ul-li:last-child {
    margin-bottom: 0 !important;
}

.join-commi {
    width: 100%;
    position: relative;
}

.join-commi-tit .std-font44 {
    color: #020612;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.join-commi-ul-li {
    width: 33.333333%;
    padding: 0 0.24rem;
}

.join-commi-ul {
    margin: 0 -0.24rem;
    display: flex;
    flex-wrap: wrap;
}

.jcul-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0.1rem 0;
}

.jcul-icon {
    width: 0.8rem;
    height: 0.8rem;
    background: #F4FAFF;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0.44rem;
}

.jcul-tit {
    color: #020612;
    line-height: 1.5;
    margin-bottom: 0.12rem;
    font-weight: 500;
}

.jcul-info p {
    color: #A4A4A4;
    /* font-weight: 350; */
    line-height: 1.65;
}

.join-story {
    width: 100%;
    background: #F9F9F9;
}

.join-story-ul-li {
    width: 33.333333%;
    padding: 0 0.16rem;
    display: none;
}

.join-story-ul-li:first-child {
    display: block;
}

.join-story-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem;
}

.join-story .join-commi-tit .std-font44 {
    text-align: left;
}

.jsul-wrap {
    width: 100%;
    position: relative;
    border-radius: 0.2rem;
    border: 1px solid rgba(102, 102, 102, 0.20);
    box-shadow: 0 40.039px 63.062px 0 rgba(29, 31, 38, 0.02);
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.jsul-wrap-btm {
    width: 100%;
    padding: 0.24rem 0.32rem;
}

.jsul-wrap-btm-tit {
    color: #020612;
    line-height: 1.5;
    margin-bottom: 0.24rem;
}

.jsul-wrap-btm-info p {
    color: #A4A4A4;
    line-height: 1.65;
    /* font-weight: 350; */
    max-height: 3.3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}

.jsul-wrap-btm-info {
    min-height: 6.6em;
}

.jsul-wrap-btm-more p {
    color: #0066E5;
    line-height: 1.65;
    /* font-weight: 350; */
    padding-right: 0.12rem;
}

.jsul-wrap-btm-more p span {
    font-weight: 700;
}

.jsul-wrap-btm-more {
    display: flex;
    align-items: center;
    transition: all 0.36s;
}

.jsul-wrap-btm-more img {
    width: 0.16rem;
    margin-top: 0.04rem;
}

.join-story-contr {
    display: flex;
    margin-top: 0.5rem;
}

.join-story-contr-btn {
    cursor: pointer;
    transition: all 0.36s;
    width: 0.32rem;
}

.join-story-contr-btn img {
    width: 100%;
}

.join-story-contr-ri {
    margin-left: 0.2rem;
}

.join-life {
    width: 100%;
    position: relative;
}

.join-life-ul-li {
    width: 100%;
    position: relative;
    display: flex;
}

.jlul-wrap {
    width: 50%;
    position: relative;
}

.jlul-wrap .ys-imgbox-cover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 37, 40, 0.5);
    transition: all 0.36s;
}

.jlul-wrap-posit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem;
}

.jlul-wrap-posit-tit {
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
}

.jwpb-li {
    display: flex;
    align-items: center;
    border-radius: 100px;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    padding: 2px 0.1rem 2px 0.05rem;
    cursor: pointer;
}

.liquidGlass-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    padding: 1px;
    border-radius: inherit;
}

.liquidGlass-shine span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(169deg, #fff, transparent, #fff);
    top: 0;
    left: 0;
    transition: all .4s ease;
}

.mod-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    filter: url(#glass-distortion);
    -webkit-filter: url(#glass-distortion);
    -moz-filter: url(#glass-distortion);
    -ms-filter: url(#glass-distortion);
    -o-filter: url(#glass-distortion);
    border-radius: inherit;
    height: calc(100% - 1px);
    top: 1px;
    z-index: -1;
}

.jwpb-ul {
    display: flex;
    flex-wrap: wrap;
}

.jwpb-li img {
    width: 0.2rem;
}

.jwpb-li .std-text16 {
    color: #fff;
    line-height: 1.65;
    padding-left: 0.04rem;
    /* font-weight: 350; */
}

.jwpb-li {
    margin-right: 0.12rem;
    margin-bottom: 0.12rem;
}

.jwpb-info p {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.jwpb-info {
    padding-top: 0.08rem;
    width: 100%;
    display: none;
}

.join-life-ul-li3 .jlul-wrap {
    width: 100%;
}

.join-innova {
    width: 100%;
    position: relative;
    overflow: visible;
}

.join-innova-wrap {
    width: 9.6rem;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.join-innova-wrap-tit .std-font44 {
    color: #1562D5;
    line-height: 1.2;
    font-weight: 500;
}

.join-innova-wrap-tit {
    margin-bottom: 0.32rem;
}

.join-innova-wrap-info p {
    color: #666;
    line-height: 1.6;
}

.join-innova-wrap-more {
    display: flex;
    justify-content: center;
}

.join-innova-wrap-more .mftr-link img {
    width: 0.4rem;
}

.join-innova-wrap-info {
    margin-bottom: 0.8rem;
}

.join-innova-wrap-more .mftr-link span {
    padding-left: 0.42rem;
    padding-right: 0.56rem;
}

.join-innova-desz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.join-innova-desz img {
    width: 100%;
}

.join-page .ys-footer {
    background: transparent;
}

.product-baner {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.product-baner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-baner-le {
    width: 37.5%;
    padding-top: 1rem;
}

.product-baner-le-tit .std-font54 {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    line-height: 1.2;
}

.product-baner-le-tit {
    margin-bottom: 0.08rem;
}

.product-baner-le-subtit {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.4;
    margin-bottom: 0.32rem;
}

.product-baner-le-info p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.65;
    /* font-weight: 350; */
}

.product-baner-le-info {
    margin-bottom: 0.6rem;
    width: 90%;
}

.product-baner-le-more {
    margin-bottom: 0.75rem;
}

.pblu-li {
    width: 50%;
    padding: 0 0.1rem;
}

.product-baner-le-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.pblu-wrap {
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: -20px 68px 20px 0 #000, -13px 43px 18px 0 rgba(0, 0, 0, 0.01), -7px 24px 15px 0 rgba(0, 0, 0, 0.04), -3px 11px 11px 0 rgba(0, 0, 0, 0.07), -1px 3px 6px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7.5px);
    padding: 0.32rem;
    padding-bottom: 0.2rem;
    height: 100%;
}


.pblu-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-143deg, #fff 0%, rgba(255, 255, 255, 0.5) 45%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    padding: 1px;
    border-radius: 0.1rem;
    box-sizing: border-box;
    transition: all 0.36s;
}

.pblu-li:nth-child(2) .pblu-wrap::before {
    background: linear-gradient(-200deg, #fff 0%, rgba(255, 255, 255, 0.5) 45%);
}

.pblu-wrap-num {
    display: inline-block;
    background: linear-gradient(265deg, #0069FF 4.18%, #0FF 95.82%);
    background: linear-gradient(265deg, color(display-p3 0 0.4027 1) 4.18%, color(display-p3 0 1 1) 95.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.36rem;
}

.pblu-wrap-num span {
    font-size: var(--font26);
}

.pblu-wrap-num sup {
    font-size: var(--font16);
}

.pblu-wrap-info p {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.product-baner-ri {
    width: 56%;
    position: relative;
}

.product-baner-ri-img img:nth-child(2) {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 0.8s;
}

.ys-nybanner .ys-banner-control-ri {
    position: absolute;
    bottom: 0.8rem;
    right: 0.4rem;
    transform: translate(0);
}

.ys-nybanner {
    position: relative;
}

.pbru-li {
    position: absolute;
    z-index: 10;
}

.pbru-dots {
    width: 0.24rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid #0066E5;
    box-shadow: 0 2px 10px #00D4FF;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    transition: all 0.36s;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.pbru-dots::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #fff;
    transition: all 0.36s;
    z-index: 10;
}

.pbru-dots::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    transition: all 0.36s;
    border-radius: 50%;
    background: linear-gradient(265deg, #0069FF 4.18%, #0FF 95.82%);
    opacity: 0;
    z-index: 5;
}

.pbru-hover {
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    padding-left: 0.4rem;
    padding-right: 0.2rem;
    background: #fff;
    border-radius: 0.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
    transition: all 0.36s;
    pointer-events: none;
}

.pbru-hover p {
    color: #010614;
    line-height: 1.65;
    /* font-weight: 350; */
    white-space: nowrap;
}

.product-overv {
    width: 100%;
    position: relative;
    z-index: 2;
}

.product-overv-desz {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.product-overv-desz img {
    width: 100%;
}

.product-overv-desz img {
    width: 100%;
}

.product-overv-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
}

.potl-tit .std-font44 {
    color: #020612;
    line-height: 1.2;
    font-weight: 500;
}

.potl-tit {
    margin-bottom: 0.4rem;
}

.potl-info p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0.38rem;
}

.potl-info p:last-child {
    margin-bottom: 0 !important;
}

.product-overv-top-le {
    width: 47.5%;
}

.potr-img {
    width: 100%;
    border-radius: 0.2rem;
}

.potr-play {
    width: 0.4rem;
    cursor: pointer;
    position: absolute;
    bottom: 0.4rem;
    right: 0.4rem;
    z-index: 10;
}

.potr-play img {
    width: 100%;
}

.product-overv-top-ri {
    width: 46%;
    position: relative;
}

.product-overv-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.05rem;
}

.product-overv-ul-li {
    width: 50%;
    padding: 0 0.05rem;
    margin-bottom: 0.1rem;
}

.poul-wrap {
    width: 100%;
    position: relative;
}

.poul-wrap .ys-imgbox-cover {
    border-radius: 0.1rem;
}

.poul-wrap-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.33rem 0.4rem;
    z-index: 10;
}

.poul-wrap-btm-icon {
    width: 0.44rem;
    margin-bottom: 0.16rem;
}

.poul-wrap-btm-icon img {
    width: 100%;
}

.poul-wrap-btm-tit {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.16rem;
}

.poul-wrap-btm-info p {
    color: #fff;
    /* font-weight: 350; */
    line-height: 1.65;
}

.product-paramet {
    width: 100%;
    position: relative;
}

.product-paramet-btm {
    width: 100%;
    position: relative;
    background: #F9F9F9;
    border-radius: 0.2rem;
    padding: 0.5rem 0.4rem;
    margin-bottom: 0.4rem;
}

.product-paramet-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
    margin-bottom: -0.5rem;
}

.ppbu-li {
    width: 20%;
    padding: 0 0.2rem;
    margin-bottom: 0.5rem;
}

.ppbu-wrap {
    width: 100%;
    text-align: center;
    position: relative;
}

.ppbu-wrap-icon {
    width: 0.8rem;
    margin: 0 auto;
    margin-bottom: 0.16rem;
}

.ppbu-wrap-icon img {
    width: 100%;
}

.ppbu-wrap-tit {
    color: #020612;
    margin-bottom: 0.04rem;
}

.ppbu-wrap-info p {
    color: rgba(2, 6, 18, 0.6);
    line-height: 1.65;
}

.product-paramet-btm-more {
    display: flex;
    justify-content: center;
}

.ppbm-link {
    display: flex;
    align-items: center;
    border-radius: 1.2rem;
    border: 1px solid #0066E5;
    transition: all 0.36s;
    align-items: center;
    padding: 0.14rem 0.4rem;
}


.ppbm-link svg {
    width: 0.24rem;
}

.ppbm-link span {
    color: #0066E5;
    line-height: 1.65;
    /* font-weight: 350; */
    padding-right: 0.12rem;
    transition: all 0.36s;
}

.ppbm-link path {
    transition: all 0.36s;
}

.product-scenari {
    width: 100%;
    position: relative;
}

.join-commi-tit p {
    margin-top: 0.32rem;
    text-align: center;
    /* font-weight: 350; */
}

.product-scenari-btm-ul {
    width: 4.8rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.psbu-li-img {
    border-radius: 0.2rem;
    position: relative;
    width: 100%;
}

.psbu-li-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.36s;
}

.psbu-li-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    transition: all 0.36s;
    opacity: 0;
}

.psbu-li-wrap {
    width: 100%;
    position: relative;
    transform: scale(0.86);
    transition: all 0.36s;
}

.psbu-li-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0.32rem 0.4rem;
}

.psbu-li-btm-tit {
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.08rem;
}

.psbu-li-btm-info p {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.psbu-li {
    display: none;
}

.psbu-li:first-child {
    display: block;
}

.product-scenari-btm .home-power-btm-control {
    display: flex;
    justify-content: center;
}

.product-scenari-btm-ul .slick-list {
    overflow: visible;
}

.psbu-li.slick-current .psbu-li-img::after {
    opacity: 0;
}

.psbu-li.slick-current .psbu-li-img::before {
    opacity: 1;
}

.psbu-li.slick-current .psbu-li-wrap {
    transform: scale(1);
}

.product-scenari-btm {
    overflow: hidden;
}

.product-communi {
    width: 100%;
    position: relative;
}

.product-communi-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-communi-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-communi .ys-cont1400 {
    position: relative;
    z-index: 10;
}

.product-communi-tit .std-font44 {
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

.product-communi-tit {
    margin-bottom: 0.2rem;
}

.product-communi-info p {
    color: #fff;
    line-height: 1.6;
}

.product-communi-info {
    margin-bottom: 0.4rem;
}

.product-communi-wrap {
    text-align: center;
    width: 7rem;
    max-width: 100%;
    margin: 0 auto;
}

.risewa-page .ys-flex-pos-center {
    z-index: 11;
}

.risewa-page .ys-nybanner-glass {
    z-index: 10;
}

.risewa-banner-subtit span {
    background: linear-gradient(265deg, #0069FF 4.18%, #0FF 95.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.risewa-banner-subtit {
    margin-bottom: 0.08rem;
}

.risewa-banner-tit {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.4rem;
}

.risewa-banner-tit.std-font54 {
    font-size: var(--font54);
}

.risewa-banner-info p {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.risewa-banner-info p span {
    color: #00E7E5;
}

.risewa-banner {
    width: 46%;
}

.risewa-banner-info {
    margin-bottom: 0.4rem;
}

.risewa-detail {
    width: 100%;
    padding-top: 0.6rem;
}

.risewa-detail-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}

.risewa-detail-le {
    width: 53%;
    border-radius: 0.2rem;
    background: #F9F9F9;
}

.risewa-detail-le-li {
    width: 100%;
    position: relative;
}

.rdll-ul {
    width: 100%;
}

.rdll-li {
    width: 100%;
    display: none;
}

.rdll-li:first-child {
    display: block;
}

.rdll-control-btn {
    width: 0.24rem;
    cursor: pointer;
    transition: all 0.36s;
}

.rdll-control-btn svg {
    width: 100%;
}

.rdll-control-btn svg path {
    transition: all 0.36s;
}

.rdll-control {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
}

.rdll-control-ri {
    margin-left: 0.2rem;
}

.risewa-detail-ri {
    width: 43%;
    padding-top: 0.4rem;
}

.risewa-detail-le-li {
    display: none;
}

.risewa-detail-le-li:first-child {
    display: block;
}

.risewa-detail-ri-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.24rem;
}

.rdrt-btn {
    /* font-weight: 350; */
    line-height: 1.65;
    padding: 0.12rem 0.32rem;
    cursor: pointer;
    border-radius: 0.8rem;
    background: #F9F9F9;
    transition: all 0.36s;
}

.rdrt-li {
    padding-right: 0.16rem;
    margin-bottom: 0.16rem;
}

.rdrt-li:last-child {
    margin-right: 0;
}

.rdrt-li.act .rdrt-btn {
    background: #0066E5;
    color: #fff;
}

.risewa-detail-ri-ul {
    width: 100%;
    position: relative;
}

.rdru-li {
    width: 100%;
    position: relative;
    display: none;
}

.rdru-li:first-child {
    display: block;
}

.rdru-li-tit {
    color: #010614;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.24rem;
}

.rdru-li-info p {
    color: rgba(2, 6, 18, 0.6);
    /* font-weight: 350; */
    line-height: 1.65;
}

.rdru-li-top {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid rgba(164, 164, 164, 0.20);
}

.rdru-li-btm-lable td p,
.rdru-li-btm-lable td {
    font-size: var(--font16);
    line-height: 1.65;
    color: #020612;
    /* font-weight: 350; */
}

.rdru-li-btm-lable td {
    padding: 0.04rem 0;
}

.rdru-li-btm-lable td:nth-child(1),
.rdru-li-btm-lable td:nth-child(1) p {
    color: #A4A4A4;
}

.rdru-li-btm-lable td:nth-child(1) {
    width: 1.3rem;
    padding-right: 0.1rem;
}

.rdru-li-btm-lable td:nth-child(2) {
    width: calc(100% - 1.3rem);
}


.mod-linkl {
    border-color: #1562D5;
    background: transparent;
    color: #1562D5;
}

.rdru-li-btm-more {
    width: 100%;
    margin-top: 0.3rem;
}

.rdru-li-btm-more .mod-link {
    width: 100%;
    text-align: center;
}

.risewa-detail-techno {
    width: 100%;
    position: relative;
}

.risewa-detail-techno-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.risewa-detail-techno-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.risewa-detail-techno-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.risewa-detail-techno-wrap {
    width: 100%;
    position: relative;
    min-height: 4rem;
    padding: 0.5rem 0.8rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.rdtw-tit .std-font44 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
}

.rdtw-btm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.rdtw-btm-le {
    width: 72%;
}

.rdtw-btm-le p {
    color: #fff;
    line-height: 1.6;
}

.risewa-highlig {
    width: 100%;
    position: relative;
    background: #F9F9F9;
}

.risewa-highlig-ul {
    margin: 0 -0.16rem;
    display: flex;
    flex-wrap: wrap;
}

.risewa-highlig-ul-li {
    width: 25%;
    padding: 0 0.16rem;
    margin-bottom: 0.24rem;
}

.rhul-wrap {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background: #FFF;
    padding: 0.5rem 0.32rem;
    box-shadow: 0 0.19rem 0.19rem 0 rgba(0, 25, 46, 0.05);
}

.rhul-icon {
    width: 0.64rem;
    margin: 0 auto;
    margin-bottom: 0.32rem;
}

.rhul-info .std-font24 {
    color: #010614;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.36s;
    text-align: center;
}

.risewa-highlig .rhul-info .std-font24 {
    text-align: center;
}

.risewa-scene {
    position: relative;
    width: 100%;
}

.risewa-scene-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.risewa-scene-le {
    width: 31%;
}

.risewa-scene-le-tit .std-font44 {
    color: #020612;
    line-height: 1.2;
    font-weight: 500;
}

.risewa-scene-le-tit {
    margin-bottom: 0.32rem;
}

.risewa-scene-le-info p {
    color: #666;
    line-height: 1.65;
    /* font-weight: 350; */
}

.risewa-scene-le .home-power-btm-control {
    justify-content: flex-start;
    margin-top: 1.8rem;
}

.risewa-scene-ri {
    width: 56%;
}

.risewa-scene-ri-ul {
    width: 4.8rem;
}

.rsru-li {
    display: none;
}

.rsru-li:first-child {
    display: block;
}

.rsru-li.slick-current .psbu-li-wrap {
    transform: scale(1);
}

.rsru-li.slick-current .psbu-li-img::before {
    opacity: 1;
}

.rsru-li.slick-current .psbu-li-img::after {
    opacity: 0;
}

.risewa-scene-ri-ul .slick-list {
    overflow: visible;
}

.rsru-li.on1,
.rsru-li.on2 {
    opacity: 1 !important;
}

.rsru-li.on {
    z-index: 999 !important;
}

.rsru-li.on1 {
    z-index: 998 !important;
}

.rsru-li.on2 {
    z-index: 997 !important;
}

.rsru-li.on1 .psbu-li-wrap {
    transform: translateX(89%) scale(0.92);
}

.rsru-li.on2 .psbu-li-wrap {
    transform: translateX(170%) scale(0.82);
}

.risewa-applica {
    width: 100%;
    position: relative;
}

.risewa-applica .ys-cont1440 {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.risewa-applica-desz {
    width: 100%;
}

.risewa-applica-desz img {
    width: 100%;
}

.risewa-applica-wrap {
    width: 5.8rem;
    max-width: 100%;
}

.rawt-tit .std-font44 {
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 0 2px 20px #00D4FF;
}

.rawt-tit {
    margin-bottom: 0.24rem;
}

.rawt-sbutit {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}

.rawb-li {
    width: 50%;
    padding: 0 0.12rem;
}

.risewa-applica-wrap-btm {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem;
}

.rawb-link {
    width: 100%;
    display: block;
    position: relative;
    padding: 0.24rem;
    border-radius: 10px;
    /* border: 1px solid #FFF; */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 0.1rem;
}

.rawb-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-60deg, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    padding: 1px;
    border-radius: 0.1rem;
    box-sizing: border-box;
    transition: all 0.36s;
}

.rawb-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-65deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 30%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    padding: 1px;
    border-radius: 0.1rem;
    box-sizing: border-box;
    transition: all 0.36s;
}


.rawb-link-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.24rem;
}

.rawb-link-top-le {
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    padding-right: 0.1rem;
}

.rawb-link-top-icon {
    width: 0.24rem;
    flex: none;
    opacity: 0;
    transition: all 0.36s;
}

.rawb-link-top-icon img {
    width: 100%;
}

.risewa-applica-wrap-top {
    margin-bottom: 1.8rem;
}

.rawb-link-btm p {
    /* font-weight: 350; */
    line-height: 1.65;
    color: #fff;
}

.soluti-banner-tit .std-font54 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-size: var(--font54);
    text-shadow: 0 2px 20px #00D4FF;
}

.soluti-banner-info {
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    text-shadow: 0 2px 20px #00D4FF;
    margin-bottom: 0.6rem;
}

.soluti-banner-tit {
    margin-bottom: 0.16rem;
}

.soluti-situat {
    width: 100%;
    position: relative;
}

.soluti-situat-top p {
    font-weight: 500;
    line-height: 1.4;
    color: #A4A4A4;
    background: rgba(0, 0, 0, .3) -webkit-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)) no-repeat 0 0;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: var(--size) 100%;
    display: initial;
}

.soluti-situat-btm-tit .std-font32 {
    color: #1562D5;
    line-height: 1.4;
    font-weight: 500;
}

.soluti-situat-top {
    margin-bottom: 0.7rem;
}

.soluti-situat-btm-tit {
    margin-bottom: 0.4rem;
}

.ssbu-li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}

.soluti-situat-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.ssbu-wrap {
    width: 100%;
    display: block;
    border-radius: 0.16rem;
    border: 1px solid rgba(102, 102, 102, 0.20);
    background: #FFF;
    padding: 0.24rem 0.32rem;
    transition: all 0.36s;
}

.ssbu-wrap-icon {
    width: 0.48rem;
    margin-bottom: 0.32rem;
}

.ssbu-wrap-icon img {
    width: 100%;
}

.ssbu-wrap-info p {
    color: #010614;
    line-height: 1.6;
}

.soluti-situat-desz1 {
    position: absolute;
    top: -10%;
    left: 0;
    width: 19%;
}

.soluti-situat-desz2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
}

.soluti-situat-desz1 img,
.soluti-situat-desz2 img {
    width: 100%;
}

.soluti-plan {
    width: 100%;
    position: relative;
    background: #F9F9F9;
}

.soluti-plan-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
}

.soluti-plan-top-le {
    width: 40%;
}

.soluti-plan-top-ri {
    width: 51.5%;
}

.soluti-plan-top-le .std-font44 {
    font-weight: 500;
    color: #020612;
}

.soluti-plan-top-le span {
    color: #1562D5;
}

.sptr-info p {
    color: #666666;
    line-height: 1.65;
    /* font-weight: 350; */
}

.sptr-info {
    margin-bottom: 0.4rem;
}

.sptr-more {
    display: flex;
}

.sptr-more-btn {
    color: #0066E5;
    line-height: 1.65;
    /* font-weight: 350; */
    border-radius: 120px;
    border: 1px solid #0066E5;
    padding: 0.12rem 0.4rem;
    cursor: pointer;
}

.soluti-plan-btm {
    width: 100%;
    position: relative;
}

.soluti-plan-btm-img {
    width: 100%;
}

.soluti-plan-btm-img img {
    width: 100%;
}

.soluti-plan-btm-play {
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.12rem 0.47rem;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
}

.soluti-plan-btm-play span {
    color: #FFFFFF;
    line-height: 1.65;
    padding-right: 0.12rem;
}

.soluti-plan-btm-play img {
    width: 0.22rem;
}

.soluti-plan-btm-play .std-text18 {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.soluti-plan-btm-play img {
    width: 0.22rem;
}

.soluti-technol {
    width: 100%;
    position: relative;
}

.soluti-technol .sptr-info {
    margin-bottom: 0 !important;
}

.soluti-technol-btm {
    width: 100%;
    position: relative;
}

.soluti-technol-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem;
}

.stbu-li {
    width: 33.333333%;
    padding: 0 0.16rem;
    display: none;
    margin-bottom: 0.6rem;
}

.stbu-li:first-child {
    display: block;
}

.stbu-li .rhul-icon {
    margin-left: 0;
    margin-right: 0;
}

.rhul-info .std-font24 {
    text-align: left;
}

.soluti-technol .soluti-plan-top {
    padding-bottom: 0 !important;
}

.soluti-highlig {
    width: 100%;
    position: relative;
}

.soluti-highlig .join-commi-tit .std-font44 {
    text-align: left;
}

.soluti-highlig-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem;
}

.shbu-li {
    width: 33.333333%;
    padding: 0 0.12rem;
    margin-bottom: 0.24rem;
}

.shbu-wrap {
    width: 100%;
    position: relative;
}

.shbu-wrap-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.2rem 0.36rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

.shbu-wrap .ys-imgbox-cover {
    border-radius: 0.2rem;
}

.shbu-wrap .ys-imgbox-cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.shbu-wrap-btm-icon {
    width: 0.6rem;
    flex: none;
}

.shbu-wrap-btm-icon img {
    width: 100%;
}

.shbu-wrap-btm-info p {
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}

.shbu-wrap-btm-info {
    padding-left: 0.26rem;
}

.soluti-series-tit .std-font44 {
    text-align: center;
    color: #010614;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.soluti-series-center {
    width: 7.6rem;
    margin: 0 auto;
    position: relative;
}

.sscu-li {
    width: 100%;
    display: none;
    transition: all 0.36s;
    opacity: 0.5;
    transform: scale(0.5);
}

.sscu-li:first-child {
    display: block;
}

.soluti-series-center .hpbc-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.soluti-series-center .hpbc-le {
    left: -0.68rem;
}

.soluti-series-center .hpbc-ri {
    right: -0.68rem;
    transform: translateY(-50%) rotate(180deg);
}

.soluti-series-center-ul .slick-list {
    overflow: visible;
}


.sscu-li.slick-current {
    opacity: 1;
    transform: scale(1);
}

.soluti-series-btm {
    position: relative;
    width: 100%;
    padding-top: 0.62rem;
    padding-bottom: 1rem;
    margin-top: -2.68rem;
}

.soluti-series-btm::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #E7E7E7;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(10px);
}

.soluti-series-btm-desz {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.soluti-series-btm-desz img {
    width: 100%;
}

.soluti-series {
    z-index: 10;
    position: relative;
}

.soluti-series-btm .ys-cont1440 {
    position: relative;
    z-index: 10;
}

.soluti-series-btm-ul {
    width: 7.8rem;
    margin: 0 auto;
    max-width: 100%;
}

.sstu-li-tit {
    color: #010614;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.24rem;
}

.sstu-li {
    width: 100%;
    text-align: center;
    opacity: 0.5;
    transform: scale(0.8);
}

.sstu-li-info p {
    color: #666;
    line-height: 1.65;
    /* font-weight: 350; */
}

.sstu-li-info {
    margin-bottom: 0.44rem;
}

.sstu-li-more {
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 0.36s;
    pointer-events: none;
}

.sstu-li {
    width: 100%;
    position: relative;
    display: none;
}

.sstu-li:first-child {
    display: block;
}

.sstu-li.slick-current {
    opacity: 1;
    transform: scale(1);
}

.sstu-li.slick-current .sstu-li-more {
    opacity: 1;
    pointer-events: all;
}

.soluti-series-btm-ul .slick-list {
    overflow: visible;
}

.sstu-wrap {
    width: 80%;
    margin: 0 auto;
}

.ys-modal {
    background: rgba(0, 0, 0, 0.5);
}


.soluti-pop .ys-modal-content {
    width: 10.4rem;
    padding: 0.5rem;
}


.soluti-pop .ys-modal-container {
    border-radius: 0.16rem;
    overflow: hidden;
}

.soluti-pop-tit {
    color: #020612;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.3rem;
}

.soluti-pop .ys-modal-close {
    right: 25px;
    top: 25px;
}

.skill-banner-lable {
    position: relative;
    border-radius: 100px;
    padding: 2px 0.18rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
}

.skill-banner-top {
    display: flex;
}

.skill-banner-lable .std-text16 {
    color: #AEF3FF;
    /* font-weight: 350; */
    line-height: 1.65;
    padding-left: 0.1rem;
}

.skill-banner-lable img {
    width: 0.12rem;
}

.skill-banner-tit .std-font54 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    font-size: var(--font54);
}

.black-mode .ys-nybanner-glass div {
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.black-mode .ys-nybanner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.black-mode {
    background-color: #020612;
    background-image: url(../images/c2bgz.png);
}

.skill-analyze .soluti-plan-top-le .std-font44 {
    color: #fff;
}

.skill-analyze .soluti-plan-top-ri {
    width: 41%;
}

.skill-analyze .soluti-plan-top-ri .sptr-info p {
    color: #fff;
}

.skill-analyze .soluti-plan-top {
    padding-bottom: 0 !important;
}

.skill-analyze .sptr-info {
    margin-bottom: 0;
}

.skill-analyze-img .ys-imgbox-cover {
    border-radius: 0.2rem;
}

.skill-analyze-img {
    margin-bottom: 1rem;
}

.skill-analyze-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skill-analyze-btm-le {
    width: 53%;
    position: relative;
    cursor: pointer;
}

.skill-analyze-btm-le .ys-imgbox-cover {
    border-radius: 0.2rem;
}

.sabl-play {
    width: 0.28rem;
    position: absolute;
    bottom: 0.2rem;
    right: 0.2rem;
}

.sabl-play img {
    width: 100%;
}

.sabr-tit {
    background: linear-gradient(90deg, #FBFBFB 44.9%, #BCE0FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.4rem;
}

.skill-analyze-btm-ri {
    width: 40.5%;
}

.sabr-info p {
    color: #fff;
    line-height: 1.65;
    /* font-weight: 350; */
}

.sabl-desz {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}

.sabl-desz img {
    width: 100%;
}

.skill-resour {
    width: 100%;
    position: relative;
}

.skill-analyze {
    overflow: visible;
}

.skill-resour-tit .std-font44 {
    background: linear-gradient(90deg, #FBFBFB 44.9%, #BCE0FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    display: inline-block;
}

.skill-resour-btm {
    width: 100%;
    position: relative;
}

.skill-resour-btm-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem;
    margin-bottom: 0.94rem;
}

.srbu-li {
    width: 33.333333%;
    padding: 0 0.16rem;
    display: none;
}

.srbu-li:first-child {
    display: block;
}

.srbu-link {
    width: 100%;
    position: relative;
    display: block;
}

.srbu-link .ys-imgbox-cover {
    border-radius: 0.2rem;
}

.srbu-link-tit {
    color: #fff;
    line-height: 1.6;
    margin-top: 0.24rem;
    transition: all 0.36s;
    max-height: 3.2em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.srbu-link-more {
    width: 0.16rem;
    margin-top: 0.4rem;
}

.srbu-link-more img {
    width: 100%;
}

.srbc-ri-btn {
    width: 0.24rem;
    cursor: pointer;
}

.srbc-ri-btn svg {
    width: 100%;
}

.srbc-ri {
    display: flex;
    align-items: center;
}

.srbc-ri-btn svg path {
    transition: all 0.36s;
}

.skill-resour-btm-control {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.srbc-ri-ri {
    margin-left: 0.16rem;
}

.skill-resour-btm-control .ys-bandots-li::before {
    border-color: rgba(21, 98, 213, 0.5);
}

.skill-resour-btm-control .ys-bandots-li.act circle {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    animation: 3.1s svgcircle3 linear;
}

@keyframes svgcircle3 {
    0% {
        stroke-dashoffset: 76;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.black-mode .ys-footer {
    background-color: #020612;
}

.black-mode .mod-fot-top-tit .std-font32 {
    color: #fff;
}

.black-mode .mod-fot-top {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.black-mode .mfbl-link .std-font32 {
    color: #fff;
}

.mfbl-link svg {
    width: 0.26rem;
}

.mfbl-link svg path {
    transition: all 0.36s;
}

.black-mode svg path {
    fill: #fff;
}

.black-mode .mfbr-tit a {
    color: #fff;
}

.black-mode .mfbr-li li a {
    color: rgba(255, 255, 255, 0.6);
}

.black-mode .mfbr-li>a {
    color: #fff;
}

.mfsl-icon img:nth-child(2) {
    opacity: 0;
}

.black-mode .mfsl-icon img:nth-child(1) {
    opacity: 0;
}

.black-mode .mfsl-icon img:nth-child(2) {
    opacity: 1;
}

.mod-fot-top-logo img:nth-child(2) {
    opacity: 0;
}

.black-mode .mod-fot-top-logo img:nth-child(1) {
    opacity: 0;
}

.black-mode .mod-fot-top-logo img:nth-child(2) {
    opacity: 1;
}

.black-mode .mod-fot-privac::after {
    background-color: #252525;
}

.black-mode .mod-fot-privac-le p {
    color: rgba(255, 255, 255, 0.5);
}

.black-mode a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, 0.5) !important;
}

.black-mode .footer-privacy a {
    color: rgba(255, 255, 255, 0.5);
}

.black-mode .footer-privacy li::after {
    background: rgba(255, 255, 255, 0.5);
}

.mfsl-icon img {
    transform: scale(1) !important;
}

.commun-banner {
    width: 100%;
    padding: 0.3rem 0.2rem;
    position: relative;
}

.commun-banner .ys-nyban-img {
    border-radius: 0.2rem;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    overflow: hidden;
}

.commun-bann-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.5rem;
}

.commun-bann-le {
    width: 49%;
}

.commun-bann-le-lable {
    display: flex;
}

.commun-bann-le-lable .jwpb-li {
    padding-right: 0.26rem;
    padding-left: 0.12rem;
    margin-bottom: 0 !important;
}

.commun-bann-le-tit .std-font54 {
    background: linear-gradient(90deg, #FFF 0%, #B2B5BA 100%);
    background: linear-gradient(90deg, color(display-p3 1 1 1) 0%, color(display-p3 0.7015 0.7113 0.726) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: var(--font54);
}

.commun-bann-le-lable {
    margin-bottom: 0.2rem;
}

.commun-bann-le-tit {
    margin-bottom: 0.32rem;
}

.commun-bann-le-info p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.65;
    /* font-weight: 350; */
}

.commun-bann-le-info {
    width: 84%;
    margin-bottom: 0.5rem;
}

.commun-bann-le-btm {
    display: flex;
    align-items: center;
}

.mod-link svg {
    width: 0.16rem;
}

.cblb-link svg path {
    transition: all 0.36s;
}

.cblb-link .mod-link .std-text18 {
    color: #010614;
}

.cblb-link .mod-link {
    background: #fff;
    display: flex;
    align-items: center;
}

.cblb-link .mod-link .std-text18 {
    padding-right: 0.16rem;
}

.commun-bann-ri {
    width: 35%;
    border-radius: 0.1rem;
}

.commun-bann-ul {
    width: 100%;
}

.commun-bann-ul-li {
    width: 100%;
    display: none;
}

.commun-bann-ul-li:first-child {
    display: block;
}

.cblb-link {
    margin-right: 0.5rem;
}

.cblb-shear-link {
    display: flex;
    align-items: center;
}

.cblb-shear-link .std-text16 {
    color: #fff;
    line-height: 1.65;
    padding-right: 0.16rem;
}

.cblb-shear-link img {
    width: 0.16rem;
}

.commun-banner-dots {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    z-index: 10;
}

.commun-banner-dots.skill-resour-btm-control .ys-bandots-li::before {
    border-color: rgba(255, 255, 255, 0.5);
}

.commun-plate {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
}

.commun-plate-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.commun-plate-le {
    width: 14%;
    position: sticky;
    top: 1.4rem;
    left: 0;
}

.commun-plate-ri {
    width: 85%;
}

.commun-plate-le-li p {
    color: #A4A4A4;
    line-height: 1.65;
    /* font-weight: 350; */
    transition: all 0.36s;
}

.commun-plate-le-li {
    margin-bottom: 0.2rem;
    padding-left: 0.2rem;
    position: relative;
    cursor: pointer;
}

.commun-plate-le-li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 0.3rem;
    background: #0066E5;
    opacity: 0;
    transition: all 0.36s;
}

.commun-plate-le-li.act p {
    color: #0066E5;
}

.commun-plate-le-li.act::after {
    opacity: 1;
}

.commun-plate-ri-li {
    width: 100%;
    position: relative;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid rgba(164, 164, 164, 0.2);
    overflow: hidden;
}

.cprl-top-tit .std-font32 {
    color: #020612;
    line-height: 1.4;
    font-weight: 500;
}

.cprl-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.cprl-top-more-link {
    display: flex;
    align-items: center;
}

.cprl-top-more-link .std-text16 {
    color: #1562D5;
    line-height: 1.65;
    padding-right: 0.12rem;
}

.cprl-top-more-link img {
    width: 0.12rem;
    margin-top: 0.02rem;
}

.cprl-btm-ul .srbu-link-tit {
    color: #020612;
}

.srbu-link-info p {
    color: #666666;
    line-height: 1.65;
    max-height: 3.3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.srbu-link-info {
    margin-top: 0.08rem;
}

.commun-plate-ri-li .ys-bandots-li::after {
    background: #A4A4A4;
}

.commun-plate-ri-li .skill-resour-btm-ul {
    margin-bottom: 0.4rem;
}

.skill-resour-btm-control .ys-bandots-li:first-child {
    margin-left: 0;
}

.cprl-two-ul .srbu-li {
    width: 50%;
}

.cprl-two-ul-link {
    width: 100%;
    display: block;
    border-radius: 0.2rem;
    border: 1px solid rgba(102, 102, 102, 0.20);
    overflow: hidden;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.ctul-btm {
    width: 100%;
    padding: 0.32rem;
}

.ctul-btm-tit {
    color: #020612;
    line-height: 1.6;
    transition: all 0.36s;
    font-weight: 500;
    margin-bottom: 0.24rem;
    height: 1.6em;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ctul-btm-info p {
    color: #666666;
    line-height: 1.65;
    /* font-weight: 350; */
    height: 3.3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ctul-btm-info {
    margin-bottom: 0.5rem;
}

.ctul-btm-lable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctul-btm-lable-ri {
    width: 0.16rem;
}

.ctul-btm-lable-ri img {
    width: 100%;
}

.ctul-btm-lable-ul {
    display: flex;
}

.cblu-li {
    font-size: var(--font14);
    line-height: 1.65;
    color: #0066E5;
    border-radius: 80px;
    border: 1px solid rgba(0, 100, 221, 0.20);
    background: rgba(0, 120, 255, 0.10);
    padding: 0 0.12rem;
    margin-right: 0.16rem;
}

.srbu-link-labl {
    font-size: var(--font14);
    line-height: 1.65;
    /* font-weight: 350; */
    padding: 0.02rem 0.12rem;
    color: #fff;
    background: #0066E5;
    border-radius: 80px;
    position: absolute;
    top: 0.1rem;
    left: 0.1rem;
    z-index: 10;
}

.srbu-li.on .srbu-link-labl {
    background: #00D0D0;
}

.srbu-li .acbu-link {
    box-shadow: none !important;
}

.cprl-work-ul-li {
    width: 50%;
    padding: 0 0.05rem;
}

.cprl-work-ul {
    margin: 0 -0.05rem;
    display: flex;
    flex-wrap: wrap;
}

.cwul-link {
    width: 100%;
    display: block;
    position: relative;
}

.cwul-link-img {
    width: 100%;
    border-radius: 0.2rem;
}

.cwul-link-posi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 0.58rem;
    width: 100%;
}

.cwul-link-posi-tit {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.57rem;
}

.cwul-link-posi-icon {
    width: 0.38rem;
    height: 0.38rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cwul-link-posi-icon img {
    width: 0.18rem;
}

.commun-plate-ri-li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}

.home-produc-ul {
    width: 100%;
}

.home-produc-ul-li {
    width: 100%;
    height: 100vh;
}

.home-produc-scroll {
    width: 100%;
    position: sticky;
    top: var(--headh);
    left: 0;
    height: calc(100vh - var(--headh));
    /* max-width: 1920px; */
    margin: 0 auto;
}

.home-produc-scroll-ul {
    width: 100%;
    height: 100%;
}

.hpsu-li {
    width: 100%;
    height: 100%;
    position: relative;
}

.hpsu-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-produc-posit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hpsu-img img {
    width: 100%;
}

.hpsu-wrap {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 10;
}

.hpsu-wrap-tit {
    font-size: var(--font64);
    line-height: 1.2;
    color: #020612;
    font-weight: 500;
    margin-bottom: 0.1rem;
}

.hpsu-wrap-tit span {
    background: linear-gradient(270deg, #00E3E1 0%, #0078FF 100%);
    background: linear-gradient(270deg, color(display-p3 0.0589 0.875 0.875) 0%, color(display-p3 0.1254 0.4641 0.9663) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hpsu-wrap-info p {
    color: #0066E5;
    line-height: 1.65;
}

.hpsu-wrap-info {
    margin-bottom: 0.6rem;
}

.hpsu-wrap-btm-info p {
    color: rgba(2, 6, 18, 0.5);
    line-height: 1.6;
    /* font-weight: 350; */
}

.hpsu-wrap-btm-info {
    margin-bottom: 0.24rem;
}

.hpsu-wrap-top {
    margin-bottom: 1.95rem;
    width: 5.5rem;
    max-width: 100%;
}

.hpsu-wrap-btm {
    width: 7.4rem;
    max-width: 100%;
}

.hwbl-li {
    width: 33.333333%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}

.hpsu-wrap-btm-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.1rem;
}

.hwbl-link {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.1rem;
    background: #FFF;
    padding: 0.2rem 0.24rem 0.12rem;
}

.hwbl-link .pblu-wrap-info p {
    color: rgba(2, 6, 18, 0.6);
}

.hwbl-link .pblu-wrap-num {
    display: inline-block;
    background: linear-gradient(265deg, #0066E5 4.18%, #0066E5 95.82%);
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 0.22rem;
}

.home-produc-scroll-ul .slick-track,
.home-produc-scroll-ul .slick-list {
    height: 100%;
}

.hpsu-wrap-btm-list2 {
    transform: translateX(1.18rem);
}

.home-news-btm-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.2rem;
}

.head-nav-item-pop {
    position: absolute;
    top: var(--headh);
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.head-nav-item {
    position: static;
}

.hnip-wrap {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.6rem 0.6rem;
}

.hwlt-tit {
    color: #020612;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.16rem;
}

.hwlt-info p {
    color: rgba(2, 6, 18, 0.6);
    line-height: 1.65;
}

.hnip-wrap-le {
    width: 24.5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.hnip-wrap-le-top {
    padding-bottom: 0.2rem;
}

.hnip-wrap-le-btm {
    display: flex;
}

.hwlb-link {
    margin-right: 0.2rem;
}

.hwlb-link .mod-link {
    color: #020612;
    cursor: pointer;
    background: #F9F9F9 !important;
    border-color: #F9F9F9 !important;
}

.hwlb-link.yxnav-active2 .mod-link {
    background: #1562D5 !important;
    border-color: #1562D5 !important;
    color: #fff;
}

.hnip-wrap-ri {
    width: 71%;
    max-height: 425px;
    overflow: hidden;
}

.hwrl-ul-li {
    width: 33.333333%;
    padding: 0 0.14rem;
    margin-bottom: 0.4rem;
}

.hwrl-ul {
    margin: 0 -0.14rem;
    display: flex;
    flex-wrap: wrap;
}

.hwrl-ul-li .srbu-link-tit {
    color: #020612;
    margin-top: 0.2rem;
}

.hwrl-ul-li .srbu-link-info {
    margin-top: 0.03rem;
}

.hwrl-ul-li .srbu-link-more {
    margin-top: 0.2rem;
}

.hwrl-ul-li .srbu-link-info p {
    color: #A4A4A4;
}

.hnip-wrap-ri .mCSB_outside+.mCSB_scrollTools {
    right: -30px;
}

.hnip-wrap-ri-li {
    width: 100%;
    display: none;
}

.hnip-wrap-ri-li.on {
    display: block;
}

.hwrl-ul-li.yxnav-active3 .srbu-link-tit {
    color: #1562D5;
}

.head-nav-item-pop {
    display: none;
}

.hnip-wrap-ri-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.14rem;
}

.hwrl-lp {
    width: 50%;
    padding: 0 0.14rem;
}

.hwrl-lp-link {
    width: 100%;
    position: relative;
    display: block;
}

.hwrl-lp-link .ys-imgbox-cover {
    border-radius: 0.2rem;
}

.hwrl-lp-link-posit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.4rem;
    padding-bottom: 0.18rem;
}

.hllp-tit {
    color: #fff;
    line-height: 1.5;
}



/* 2026.3.26--Delia--start */
/* h3-联系我们 */
.contact-form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-form-wrap-left {
    width: 34%;
}

.contact-page h2 {
    color: var(--colortext1);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.contact-page h2 span {
    color: var(--color006);
}

.cfwl-word {
    width: 90%;
}

.cfwl-word p {
    color: var(--color666);
    line-height: var(--line165);
    /* font-weight: 350; */
}

.contact-form-wrap-right {
    width: 51.4%;
}

.contact-page .ys-form {
    --space: 0.12rem;
    --spacebot: 0.24rem;
    --spacein: 0.2rem;
    --height: 0.5rem;
    --colortips: #FF2828;
}

.contact-page .ys-fii-input {
    height: var(--height);
    background: #f9f9f9;
    border-radius: 0.8rem;
    border: none;
}

.contact-page .ys-fii-input input {
    font-size: var(--font14);
    color: var(--color006);
    line-height: var(--line165);
}

.contact-page .ys-fii-input input::placeholder {
    color: #A4A4A4 !important;
    font-family: "Noto Sans SC";
}

.contact-page .ys-fii-name {
    /* font-weight: 350; */
    line-height: var(--line165);
    font-size: var(--font16);
    margin-bottom: 0.06rem;
}

.contact-page .ys-form-inof-text .ys-fii-input {
    border-radius: 0.08rem;
    overflow: hidden;
}

.contact-page .ys-fii-input textarea {
    padding-top: 0.16rem;
    font-family: "Noto Sans SC";
}

.contact-page .ys-form-inof-text .ys-fii-input {
    height: 140px;
}

.contact-page .ys-select-inof .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.contact-page .ys-select-inof {
    max-height: 1.4rem;
    height: auto;
}

.contact-page .ys-select-bd .ys-select-li {
    padding: 0.05rem 0.2rem;
}

.contact-page .ys-select-bd {
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 0.1rem;
    box-shadow: var(--shadow);
}

.contact-page .ys-form-inof-item .ys-select-li.on,
.contact-page .ys-select-li.on .ys-checkbox1-font {
    color: var(--color006);
}

.contact-page .ys-form-inof-code .ys-fic-auth {
    background: #f9f9f9;
    border-radius: 0.8rem;
    overflow: hidden;
    align-items: center;
}

.contact-page .ys-form-inof-code .ys-fii-input {
    height: 0.64rem;
}

.contact-page .ys-fic-auth-img {
    height: 0.56rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.contact-page .ys-fia-text-word {
    color: #A4A4A4;
    /* font-weight: 350; */
    line-height: var(--line165);
}

.contact-page .ys-fia-text-word a {
    color: var(--color006);
}

.contact-page .ys-fia-text-word span {
    color: var(--colortips);
}

.contact-page .ys-fia-text-btn {
    width: 16px;
    height: 16px;
    top: 6px;
}

.contact-page .ys-fia-text-btn::before {
    border: 1px solid #a4a4a4;
    border-radius: 2px;
}

.contact-page .ys-fii-submit {
    height: auto;
}

.contact-page .ys-fii-submit span {
    text-align: center;
}

.contact-page .ys-fii-submit span {
    text-align: center;
    display: block;
    width: 100%;
}

.contact-page .mftr-link img {
    flex-shrink: 0;
    width: 0.4rem;
}

.contact-page .ys-form .icon-arrow-down:before {
    content: "\e7b2";
    color: var(--color006);
    font-size: 14px;
}

.contact-form-wrap {
    margin-bottom: 1.16rem;
}

.contact-form {
    position: relative;
}

.contact-form-coopera {
    display: flex;
    justify-content: space-between;
}

.contact-form-coopera-left {
    width: 63.19%;
    border-radius: 0.2rem;
    overflow: hidden;
    background: var(--color006);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem 0.6rem;
}

.contact-form-coopera-left h3 {
    color: var(--colorfff);
    line-height: var(--line14);
    font-weight: 500;
}

.cfcl-list-item {
    display: flex;
    /* align-items: center; */
    margin-bottom: 0.1rem;
}

.cfcl-list-item:last-child {
    margin-bottom: 0;
}

.cfcl-list-item span,
.cfcl-list-item p,
.cfcl-list-item p a {
    color: var(--colorfff);
    line-height: var(--line165);
    font-weight: 500;
    font-size: var(--font18);
}

.contact-form-coopera-right {
    width: 36.11%;
    border-radius: 0.2rem;
    overflow: hidden;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.contact-form-coopera-right img {
    width: 100%;
}

.contact-address {
    background: #F9F9F9;
    padding-bottom: var(--space60);
}

.contact-address-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.15rem;
}

.contact-address-ul-li {
    width: 50%;
    padding: 0 0.15rem;
    margin-bottom: 0.6rem;
}

.caul-box {
    width: 100%;
    position: relative;
}

.caul-box .ys-imgbox-cover {
    margin-bottom: 0.2rem;
    border-radius: 0.1rem;
}

.caul-box-title {
    color: #171717;
    line-height: var(--line15);
    font-weight: 500;
    margin-bottom: 0.12rem;
}

.contact-address .cfcl-list-item span,
.contact-address .cfcl-list-item p,
.contact-address .cfcl-list-item p a {
    color: var(--color666);
    font-size: var(--font16);
    line-height: var(--line165);
    /* font-weight: 350; */
}

/* h1-公司介绍 */
.introd-page .ys-bread-list:first-child path {
    fill: rgba(164, 164, 164, 1);
}

.introd-page .ys-bread-list a {
    color: #A4A4A4;
}

.introd-page .ys-bread-list:last-child a {
    color: var(--color666);
}

.introd-page .mod-bread {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 0.2rem;
}

.introd-page .ys-bread-list::after {
    background: #A4A4A4
}

.introd-page .ys-bread {
    justify-content: center;
}

.introd-ban {
    position: relative;
}

.introd-ban h1 {
    color: var(--color010);
    line-height: var(--line12);
    text-align: center;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

.introd-ban h1 span {
    color: var(--color006);
}

.introd-ban-word {
    width: 83.3%;
    margin: 0 auto 0.56rem;
}

.introd-ban-word p {
    text-align: center;
    color: var(--color666);
    line-height: var(--line16);
}

.intro-ban-scroll-text {
    text-align: center;
    color: var(--color006);
    line-height: var(--line165);
    font-size: var(--font14);
    margin-bottom: 0.1rem;
}

.intro-ban-scroll-icon {
    width: 24px;
    margin: 0 auto;
}

.intro-ban-scroll-icon img {
    width: 100%;
}

.introd-ban {
    padding-bottom: 1rem;
    overflow: visible;
}

.introd-ban .home-news-desz {
    bottom: -1.5rem;
}

.home-develop-cry {
    position: relative;
    overflow: hidden;
}

.home-develop #carousel {
    width: 100vw;
}

#carousel {
    position: relative;
    margin: 0 auto;
}

.home-develop #carousel .swiper-slide {
    width: 20vw;
    background: transparent;
    box-shadow: none;
    padding: 0 0.16rem;
}

.home-develop .swiper-3d,
.home-develop .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 100vw;
}

.home-develop #carousel .swiper {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible;
}

.hdsn-link-img {
    border-radius: 0.2rem;
}

.introd-leader h2 {
    text-align: center;
    margin-bottom: 0.32rem;
    font-weight: 500;
    line-height: var(--line12);
}

.introd-leader-word p {
    text-align: center;
    color: var(--color666);
    line-height: var(--line165);
    /* font-weight: 350; */
}

.introd-leader-btlist {
    display: flex;
    margin: 0 -0.24rem;
}

.introd-leader-btlist-item {
    width: 33.333333%;
    padding: 0 0.24rem;
}

.introd-leader {
    padding-bottom: var(--space100);
}

.ilbi-box {
    width: 100%;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.ilbi-box-media {
    position: relative;
}

.ilbi-box-media::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
    z-index: 11;
}

.ilbi-box-media img {
    object-fit: cover;
}

.ilbi-box-textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.26rem 0.3rem;
    z-index: 12;
    color: var(--colorfff);
    line-height: var(--line16);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ilbi-box-textbox span {
    display: block;
    margin-top: 0.16rem;
    color: #00E7E5;
    /* font-weight: 350; */
    font-size: var(--font16);
    line-height: var(--line165);
}

.introd-leader-btlist-item1 {
    margin-top: -0.82rem;
}

.introd-leader-btlist-item2 {
    margin-top: -1.89rem;
}

.introd-achieve-bg,
.introd-achieve-bg img {
    width: 100%;
}

.introd-achieve-bg {
    margin-top: -1rem;
}

.introd-achieve {
    position: relative;
    z-index: 2;
}

.introd-achieve-pic {
    position: absolute;
    top: -1.8rem;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.introd-achieve-pic img {
    width: 100%;
}

.introd-achieve h2 {
    margin-bottom: 0.32rem;
    font-weight: 500;
    color: var(--color010);
}

.introd-achieve-text,
.introd-achieve-word {
    width: 57.5%;
}

.introd-achieve-text {
    color: var(--color006);
    font-weight: 500;
    line-height: var(--line15);
    margin-bottom: 0.4rem;
}

.introd-achieve-word p {
    color: var(--color666);
    line-height: var(--line165);
    /* font-weight: 350; */
}

.introd-achieve .ys-cont1600 {
    position: relative;
    z-index: 3;
}

.introd-deve h2 {
    text-align: center;
    color: var(--colorfff);
    margin-bottom: 1.06rem;
}

.idtl-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.idtl-box .ys-imgbox-cover {
    width: 49%;
    border-radius: 0.2rem;
    box-shadow: 0 4px 9px 0 rgba(0, 89, 168, 0.10);
}

.idtl-box-edr {
    width: 51%;
    padding-left: 0.6rem;
}

.idtl-box-edr *,
.idtl-box-edr p {
    color: var(--colorfff);
    line-height: var(--line165);
    /* font-weight: 350; */
    font-size: var(--font14);
    margin-bottom: 0.24rem;
}

.idtl-box-edr ul {
    padding-left: 18px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.idtl-box-edr ul li {
    margin-bottom: 0;
}

.idtl-box-edr ul li::marker {
    color: var(--colorfff);
}

.idtl-box-edr ul li:last-child p {
    margin-bottom: 0;
}

.introd-deve-tpul {
    /* margin: 0 -0.2rem; */
    width: 76.6%;
    margin: 0 auto;
}

.introd-deve-tpul-li {
    /* padding: 0 0.2rem; */
    width: 100%;
}

.introd-deve .slick-prev {
    left: -1.69rem;
}

.introd-deve .slick-next {
    right: -1.69rem;
}

.introd-deve-wrap {
    width: 100% !important;
    margin-bottom: 1.48rem;
}

.introd-deve-wrap .hpbc-le {
    left: 0 !important;
}

.introd-deve-wrap .hpbc-ri {
    right: 0 !important;
}

.introd-deve-btul-list {
    width: 16.666667%;
    padding: 0 0.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    position: relative;
}

.introd-deve-btul {
    margin: 0 -0.2rem;
}

.introd-deve-btul-list p {
    font-size: var(--font16);
    text-align: center;
    line-height: var(--line16);
    color: var(--colorfff);
    padding: 0.08rem 0.24rem;
    position: relative;
    cursor: pointer;
}

.introd-deve-btul-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: var(--colorfff);
    opacity: 0;
    transition: var(--transition);
}

.introd-deve-btul-list.slick-current::after {
    opacity: 1;
    width: 100%;
}

.introd-leader-wrap {
    width: 100%;
    position: relative;
    margin-top: -1.2rem;
}

.introd-leader-wrap-map,
.introd-leader-wrap-map img {
    width: 100%;
}

.introd-leader-word,
.introd-leader .std-font44 {
    position: relative;
    z-index: 10;
}

.introd-leader-wrap-ul {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    margin: 0 -0.16rem;
    width: calc(100% + 0.32rem);
}

.ilwu-item {
    width: 25%;
    padding: 0 0.16rem;
}

.ilwu-item-word p {
    text-align: center;
    color: var(--color666);
    line-height: var(--line165);
    /* font-weight: 350; */
}

.ilwu-item-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0.12rem;
}

.ilwu-item-top .ys-demo-num1 {
    color: var(--color006);
    line-height: var(--line12);
    font-size: var(--font60);
}

.ilwu-item-top span {
    color: var(--color006);
    font-size: var(--font24);
    margin-left: 0.08rem;
    line-height: var(--line18);
}

.ilwu-item-box {
    width: 100%;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0.1rem;
    overflow: hidden;
}

/* c1-技术优势 */
.advant-ban-tab {
    display: inline-block;
    margin-bottom: 0.16rem;
}

.advant-ban-tab-box {
    display: flex;
    align-items: center;
    padding: 2px 0.12rem;
    border-radius: 1rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.advant-page .ys-nybanner-glass {
    z-index: 11;
}

.advant-page .ys-nybanner-glass div {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.advant-page .ys-nyban-title {
    z-index: 13;
}

.advant-page h1 {
    font-size: var(--font80);
    line-height: var(--line12);
    color: var(--colorfff);
}

.advant-ban-tab-icon {
    width: 12px;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.advant-ban-tab-icon img {
    width: 100%;
}

.advant-page {
    background: var(--color010)
}

.advant-techn {
    position: relative;
}

.advant-techn-bg {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.advant-techn-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advant-techn-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.93rem;
}

.advant-techn-top-word {
    width: 36.25%;
}

.advant-techn-top-word p {
    color: var(--colorfff);
    line-height: var(--line165);
    /* font-weight: 350; */
}

.advant-techn-top h2 {
    width: 53%;
    background: linear-gradient(90deg, #FBFBFB 4.9%, #BCE0FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advant-techn-top h2 span {
    margin-left: 1rem;
    background: linear-gradient(90deg, #00E3E3 0%, var(--Color-3, #0066E5) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advant-techn-wrap-ul {
    display: flex;
    margin: 0 -0.4rem;
}

.atwu-list {
    width: 33.333333%;
    padding: 0 0.4rem;
}

.atwu-list-box {
    width: 100%;
    position: relative;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.atwu-list-box-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.atwu-list-box-bg img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.atwu-list-box-bg img:nth-child(1) {
    position: relative;
}

.atwu-list-box-bg img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.atwu-list-box-bg img:nth-child(3) {
    opacity: 0;
    width: 70% !important;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.advant-techn-wrap-img,
.advant-techn-wrap-img img {
    width: 100%;
}

.atwu-list-box-text {
    text-align: center;
    background: linear-gradient(180deg, #FBFBFB 31.13%, rgba(188, 224, 255, 0.20) 87.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advant-list-ul {
    display: flex;
    margin: 0 -0.2rem;
}

.advant-list-ul-li {
    width: 33.333333%;
    padding: 0 0.2rem;
}

.advant-list {
    padding: 0.4rem;
}

.alul-box .ys-imgbox-cover {
    border-radius: 0.1rem;
    overflow: hidden;
}

.alul-box-title {
    color: var(--colorfff);
    font-weight: 500;
    line-height: var(--line12);
    text-align: center;
    margin-bottom: 0.32rem;
}

.alul-box-word p {
    text-align: center;
    color: var(--colorfff);
    line-height: var(--line15);
}

.alul-box .ys-pos-center {
    z-index: 4;
}

.alul-box {
    width: 100%;
    position: relative;
}

.alul-box-line {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.alul-box-line img {
    width: 100%;
    height: 100%;
    transform: scale(1.03);
}

.advant-future {
    position: relative;
}

.advant-future-bg,
.advant-future-bg img {
    width: 100%;
}

.advant-future .ys-pos-center {
    z-index: 4;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.advant-future .ys-pos-center h2 {
    text-align: center;
    display: inline-block;
    font-weight: 500;
    background: linear-gradient(90deg, #FBFBFB 44.9%, #BCE0FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.advant-future-btn {
    display: flex;
    justify-content: center;
}

.advant-media {
    overflow: visible;
    height: 300vh;
    position: relative;
}

.advant-media-video,
.advant-media-title h2 {
    position: sticky;
    -webkit-position: sticky;
    top: var(--headh);
    height: calc(100vh - var(--headh));
}

.advant-media-video::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(180deg, rgba(2, 6, 18, 0) 0%, rgba(2, 6, 18, 1) 100%);
    z-index: 11;
}

.advant-media-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* opacity: 0; */
}

.advant-media-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.advant-media-title h2 {
    text-shadow: 0 2px 20px #00D4FF;
    color: var(--colorfff);
    line-height: var(--line12);
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 2026.3.26--Delia--end */

.head-logo a {
    width: 100%;
    display: block;
}

.home-news-top-ph {
    display: none;
}

.alul-box .ys-pos-center {
    width: 100%;
    text-align: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.commun-bann-le-info p {
    margin-top: 0 !important;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .cprl-two-ul-link:hover .ctul-btm-tit {
        color: #1562D5;
    }

    .srbu-link:hover .srbu-link-tit {
        color: #1562D5;
    }

    .cblb-link .mod-link:hover .std-text18 {
        color: #fff;
    }

    .cblb-link .mod-link:hover svg path {
        fill: #fff;
    }

    .mfbl-link:hover path {
        fill: #1562D5;
    }

    .srbc-ri-btn:hover path {
        fill: #1562D5;
    }

    .ssbu-wrap:hover {
        border-color: transparent;
        box-shadow: 0 19px 19px 0 rgba(0, 25, 46, 0.05), 0 5px 11px 0 rgba(0, 25, 46, 0.06);
    }

    .rawb-link:hover {
        background: #0066E5;
    }

    .rawb-link:hover::after,
    .rawb-link:hover::before {
        opacity: 0;
    }

    .rawb-link:hover .rawb-link-top-icon {
        opacity: 1;
    }

    .rhul-wrap:hover .rhul-info .std-font24 {
        color: #0066E5;
    }

    .mod-linkl:hover {
        color: #fff !important;
    }

    .rdll-control-btn:hover path {
        fill: #0066E5;
    }

    .ppbm-link:hover {
        background: #0066E5;
    }

    .ppbm-link:hover .std-text18 {
        color: #fff;
    }

    .ppbm-link:hover .ppbm-link-path1 {
        fill: #fff !important;
    }

    .ppbm-link:hover .ppbm-link-path2 {
        stroke: #fff !important;
    }

    .pbru-li.act .pbru-hover,
    .pbru-li:hover .pbru-hover {
        opacity: 1;
        pointer-events: all;
    }

    .pbru-li.act .pbru-dots::before,
    .pbru-li:hover .pbru-dots::before {
        opacity: 1;
    }

    .pbru-li.act .pbru-dots,
    .pbru-li:hover .pbru-dots {
        border-color: transparent;
    }

    .pbru-li.act,
    .pbru-li:hover {
        z-index: 15;
    }




    .jlul-wrap:hover .ys-imgbox-cover::after {
        background: rgba(0, 100, 221, 0.80);
        backdrop-filter: blur(10px);
    }

    .jsul-wrap:hover .jsul-wrap-btm-info p {
        max-height: 6.6em;
        -webkit-line-clamp: 4;
    }

    .jsul-wrap:hover .jsul-wrap-btm-more {
        opacity: 0;
    }

    .acbu-link:hover {
        background: #0066E5;
        box-shadow: 0 -2px 111px 0 rgba(36, 35, 37, 0.07), 0 -1.001px 55.554px 0 rgba(36, 35, 37, 0.05), 0 -0.04px 2.212px 0 rgba(36, 35, 37, 0.02);
    }

    .acbu-link:hover .acbu-link-time,
    .acbu-link:hover .acbu-link-tit {
        color: #fff;
    }

    .acbu-link:hover .acbu-link-btm {
        border-color: #fff;
    }

    .acbu-link:hover svg path {
        fill: #fff;
    }

    .layui-laydate-header i:hover,
    .layui-laydate-header span:hover {
        color: #0066E5 !important;
    }

    .layui-laydate-footer span:hover {
        color: #0066E5 !important;
    }

    .pc-fenye .end:hover li,
    .pc-fenye .first:hover li,
    .pc-fenye .next:hover li,
    .pc-fenye .prev:hover li {
        color: #0066E5 !important;
        background: 0 0 !important;
    }

    .comp-tabli li:hover {
        color: #fff;
        background: #0066E5;
    }

    .ncbu-link:hover .ncbu-link-btm-tit {
        color: #0066E5;
    }

    .news-cont-top-link:hover .nctl-ri-top-tit {
        color: #0066E5;
    }

    .mfbl-link:hover .std-font32 {
        color: #0066E5;
    }

    .mod-fot-btm-ri a:hover {
        color: #0066E5 !important;
    }

    .hnbs-li-wrap:hover .hlwb-tit {
        color: #0066E5;
    }

    .hpbc-btn:hover img:nth-child(1) {
        opacity: 0;
    }

    .hpbc-btn:hover img:nth-child(2) {
        opacity: 1;
    }

    .mod-link:hover {
        border: 1px solid #0066E5;
        background: #0066E5;
    }

    .mod-link1:hover {
        background: #1562D5;
    }

    /* 2026.3.26--Delia--start */
    .mod-arrows1 .swiper-button-next:hover,
    .mod-arrows1 .swiper-button-prev:hover,
    .mod-arrows1 .slick-prev:hover,
    .mod-arrows1 .slick-next:hover {
        background: var(--color006);
    }

    .alul-box:hover .ys-imgbox-cover img {
        transform: scale(1.05);
    }

    .product-baner-ri:hover .product-baner-ri-img img:nth-child(2) {
        clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    }

    /* 2026.3.26--Delia--end */

    .shbu-wrap:hover .ys-imgbox-cover img {
        transform: scale(1.08)
    }
}

.ys-page-wrap.act .head-nav-item.yxnav-active1 .head-nav-item-title {
    color: var(--colormain) !important;
}

.ys-page-wrap.act .head-nav-item.yxnav-active1 .head-nav-item-title::after {
    background: var(--colormain) !important;
}

.contact-form-coopera-left li {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}

.contact-form-coopera-left li span,
.contact-form-coopera-left li p,
.contact-form-coopera-left li p a {
    color: var(--colorfff);
    line-height: var(--line165);
    font-weight: 500;
    font-size: var(--font18);
}

.ys-nyban-title .std-font54 {
    font-size: var(--font54);
}

.hllp-more {
    width: 0.4rem;
}

.hllp-more img {
    width: 100%;
}

.hwlt-li {
    display: none;
}

.hwlt-li.on {
    display: block;
}

.hnbs-li.swiper-slide-active .hlwb-tit {
    color: #0066E5;
}

.mod-fot-btm-ri>ul>li {
    margin-left: 0.5rem;
}

.ys-nybanner-glass div:nth-child(2) {
    transform: translateX(-1px);
}

.ys-nybanner-glass div:nth-child(3) {
    transform: translateX(-2px);
}

.ys-nybanner-glass div:nth-child(4) {
    transform: translateX(-3px);
}

.ys-nybanner-glass div:nth-child(5) {
    transform: translateX(-4px);
}

.contact-form {
    overflow: visible;
}

.contact-form-wrap-left {
    position: sticky;
    top: 1.2rem;
    left: 0;
}

.contact-page .ys-fia-text-word {
    display: flex;
}

.jlul-wrap .ys-imgbox-cover,
.jlul-wrap .ys-imgbox-cover img {
    height: 100%;
    object-fit: cover;
}

.hwrl-ul-li .ys-imgbox-cover {
    background: #F9F9F9;
}

.detail-cont-wrap {
    min-height: 50vh;
}

.hlvw-play img {
    pointer-events: none;
}

.rdru-li-btm-ph {
    display: none;
}

.cfcl-list-item span {
    flex: none;
}

.skill-analyze-img {
    position: relative;
}

.skill-analyze-img .hlvw-play {
    display: none;
}

.head-nav-item-pop3 .hnip-wrap-ri{
    width: 100%;
    max-height: inherit !important;
}

.head-nav-item-pop3 .hwrl-lp {
    width: 25%;
}

.jwpb-info-li {
    display: none;
}

.jwpb-info-li:first-child{
    display: block;
}


/* 2026.4.13-leo-satrt */
.atwl-ul{
    display: flex;
    margin: 0 -0.4rem;
}
.atwl-ul-li{
    width: 33.3333%;
    padding: 0 0.4rem;
}
.atwl-ul-li2{
    margin-top: 0.5rem;
}
.atwl-ul-li3{
    margin-top: 1rem;
}
.atwl-ul-li-box{
    position: relative;
    z-index: 2;
}
.aulb-text{
    padding: 0.6rem 1.14rem 0.68rem 1.14rem;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.aulb-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.aulb-sub{
    background: linear-gradient(180deg, #b6f4ff 0%, #9de1ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: var(--font14);
    font-weight: 350;
    line-height: var(--line165);
    margin-bottom: 0.08rem;
    position: relative;
}
.aulb-sub::after{
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #00E3E3 100%);
}
.aulb-sub::before{
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 1px;
    background: linear-gradient(90deg, #00E3E3 0%, transparent 100%);
}

.aulb-tit{
    background: linear-gradient(180deg, #FBFBFB 31.13%, rgba(188, 224, 255, 0.20) 87.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    font-size: var(--font44);
    font-weight: 500;
    line-height: var(--line12);
    margin-bottom: 0.18rem;
}
.aulb-pic{
    width: 100%;
}
.aulb-pic img{
    width: 100%;
}
.aulb-intro{
    color: var(--colorfff);
    font-size: var(--font24);
    line-height: var(--line15);
    text-align: center;
}
.aulb-bj{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:auto;
    z-index: 1;
    pointer-events: none;
}
.aulb-bj img{
    width: 100%;
    transition: var(--transition);
}
.aulb-bj img:last-child{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
     .atwl-ul-li-box:hover .aulb-bj img{
        opacity: 0;
    }
    .atwl-ul-li-box:hover .aulb-bj img:last-child{
        opacity: 1;
    }
    .ys-fii-input-but:hover{
        background-color: var(--color006);
        color: var(--colorfff);
    }
}
.news-switch{
    position: relative;
    height: 63px;
}
.news-switch-cont{
    width: 100%;
    background: #F9F9F9;
    padding: 0.08rem 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.news-switch-cont.fixed {
    position: fixed !important;
    top: var(--headh);
    z-index: 99;
    box-shadow: inset 0 8px 15px rgba(0, 0, 0, .03), var(--shadow);
}
.ys-fii-input-but{
    font-size: var(--font14);
    color: var(--color006);
    font-weight: 350;
    line-height: 0.5rem;
    padding: 0 0.24rem;
    border-radius: 120px;
    max-width: 142px;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}
.ys-fii-input-but::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 120px;
    border: 1px solid  #0066E5;
}
.ys-fii-input-but.ys-disabled1{
    pointer-events: none;
}
.ys-form-inof-item.emcode .emcode-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ys-form-inof-item.emcode .ys-fii-input{
    width: calc(100% - 144px);
}
/* 表单 */
.pop-page .announc-circular-top{
    justify-content: flex-end;
}
.pop-page .acbu-link{
    cursor: pointer;
}
.pop-page  .ys-modal-container{
    border-radius: 0.2rem;
    overflow: hidden;
}
.pop-page .ys-modal-content {
    width: 682px;
    padding: 0.4rem 0.18rem 0.4rem 0.4rem;
    max-width: calc(100vw - 40px);
    max-height: 80vh;
}
.pop-page .mCSB_inside>.mCSB_container>* {
    padding-right: 0.32rem;
}
.pop-page .ys-form-inof-agree{
    margin-left: 2px;
}
.pop-page .ys-fii-name{
    font-size: var(--font14);
}
.pop-page .ys-fia-text-word{
    font-size: var(--font14);
}
.pop-page .ys-fia-text-btn {
    width: 16px;
    height: 16px;
    top: 4px;
}
.pop-page .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.pop-page .ys-modal-close{
    width: 16px;
    padding: 1px;
}
.pop-page .ys-modal-close img{
    width: 100%;
}
.aulb-tit{
    font-size: var(--font26);
}
.aulb-intro{
    font-size: var(--font20);
}
/* 2026.4.13-leo-end */
/* 2026.4.16-leo-satrt */
.idtl-box-slick{
    width: 49%;
    margin: 0 -0.1rem;
}
.idtl-box-slick-item{
    padding: 0 0.1rem;
}
.idtl-box-slick .ys-imgbox-cover{
    width: 100% !important;
}
.idtl-box-slick .slick-dots {
    bottom: 0;
}
.idtl-box-slick .slick-dots li{
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
}
.slick-dots li.slick-active {
    background: var(--colorfff);
}
.hot-dost{
    padding-bottom: 0.4rem;
}
/* 2026.4.16-leo-end */