﻿@charset "utf-8";

/* 公共样式 - start */
body,
input,
textarea {
    font-family: "Poppins-Regular", "PingFang SC"
}

/* wow弹窗字体引入 */
.altumcode {
    --fontFamily:"Poppins-Regular", "PingFang SC"
}

html {
    font-size: 100px;
}

/* a[href=""],a[href='']{
    cursor:default
} */
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.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: #0bc2ea;
    --colortext1: #020612;
    --colorbj: ;
    /* Delia--start */
    --color006: #0bc2ea;
    --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-text22,
.std-text22 p {
    font-size: var(--font22);
    color: var(--color333);
    line-height: var(--line165);
}
.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'; */
}




/*导航默认选中*/
.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 {
    width: 0.28rem;
}



.head-lang-down-inof {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.head-ldi-nub a {
    padding: 3px 25px; width: 100px
}

.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; -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: white; width: 60%
}

.ys-ban-txtbox-info p {
    color: #fff;
    line-height: 1.65;width: 60%
}

.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; padding-top: var(--space120)
}

.home-leader-top {
 
    max-width: 100%;
    position: relative;    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
   
}
.home-leader-top .home-leader-tit{ width:40%}
.home-leader-top .home-leader-tit p{ background:linear-gradient(277deg, #4ae65f 1.4%, #00E3E1 98.6%);background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; font-size: }
.home-leader-info{width:55%}
.home-leader-tit .std-font54 {
    color: #020612;
    line-height: 1.2;
}
.home-leader-top .home-leader-more{ margin-top: 0.6rem}
.home-leader-tit .std-font54 span {
    background: linear-gradient(277deg, #4ae65f 1.4%, #00E3E1 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; margin-bottom: 0.2rem
}

.home-leader-info {
    margin-bottom: 0.6rem;
}

.mod-link1 {
    display: flex;
    align-items: center;
    border-radius: 120px;
    background: #0bc2ea;
    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%;
    
    pointer-events: none;
    margin-top: 0.6rem;
}

.home-leader-video-wrap {
 
    position: relative;
   
    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: 33.333%;
    padding: 0 0.16rem; text-align:center
}

.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: #0bc2ea;
    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%, #4ae65f 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.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    padding-top: 0.4rem;
    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: #0bc2ea;
    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 {
     width: 100%;
    display: flex;
    justify-content: flex-end;
}

.mod-fot-btm-ri {
   flex: none;
}

.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-right: 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);
}

.mod-fot-privac .mod-fot-privac-le a{color: rgba(56, 56, 56, .5) !important;
    white-space: nowrap;
    padding-left: 0.12rem;}

.footer-privacy{
    color: rgba(56, 56, 56, 0.5);    line-height: var(--line15);
    font-size: var(--font14);
    transition: var(--transition);
}
.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: #0bc2ea;
    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: #0bc2ea;
    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: #0bc2ea;
}

.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: #0bc2ea;
    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.8rem;
    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; background: #f6f6f6
}

.pc-fenye li.active {
    background: #0bc2ea;
    color: #fff;
}

.detail-nybanner {
    width: 100%;
    position: relative;
   
}

.detail-nyban-wrap {
    width: 100%;
    position: relative;
 
}

.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: #0bc2ea;
    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;
   
   
}

.detail-cont-wrap img {
    border-radius: 0.2rem;
}

/* .detail-cont-wrap p span {
    color: #0bc2ea;
} */

.detail-cont-wrap p {
    margin-bottom: 0.2rem;
}

.detail-cont-wrap h4 {
    font-weight: 500;
}

.detail-cont-wrap p {
    /* font-weight: 350; */
    color: #333;
    line-height: 1.65; font-size: var(--font18); text-indent: 2em
}

.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: #0bc2ea;
    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: #0bc2ea;
    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: #0bc2ea;
    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: #0bc2ea !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: #0bc2ea;
    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: #0bc2ea;
    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: #0bc2ea;
    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: 0.5rem;
}

.product-baner-le-tit .std-font54 {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
    line-height: 1.2; font-size: var(--font42)
}

.product-baner-le-tit {
    margin-bottom: 0.3rem;
}

.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 {
   
    width: 90%;margin-bottom: 0.08rem; 
}

.product-baner-le-more {
    margin-bottom: 0.75rem;
}

.pblu-li {
    width: 33.333%;
    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.12rem;
    padding-top: 0.2rem;
    height: 100%; text-align: center
}

.pblu-wrap .pic{ width: 80px; height: 80px; margin: 0px auto
	
}
.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.16rem;
}

.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 #0bc2ea;
    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: 80px;
    margin-bottom: 0.16rem;
}

.poul-wrap-btm-icon img {
    width: 100%;
}

.poul-wrap-btm-tit {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
   
}

.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: 25%;
    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 #0bc2ea;
    transition: all 0.36s;
    align-items: center;
    padding: 0.14rem 0.4rem;
}


.ppbm-link svg {
    width: 0.24rem;
}

.ppbm-link span {
    color: #0bc2ea;
    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: #0bc2ea;
    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: #0bc2ea;
    background: transparent;
    color: #0bc2ea;
}

.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: #0bc2ea;
    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: #0bc2ea;
}

.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: #0bc2ea;
    line-height: 1.65;
    /* font-weight: 350; */
    border-radius: 120px;
    border: 1px solid #0bc2ea;
    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;
    
}

.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=""] {
    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: #0bc2ea;
    opacity: 0;
    transition: all 0.36s;
}

.commun-plate-le-li.act p {
    color: #0bc2ea;
}

.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: #0bc2ea;
    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: #0bc2ea;
    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: #0bc2ea;
    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%, #4ae65f 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: #0bc2ea;
    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, #0bc2ea 4.18%, #0bc2ea 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: 34.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: #0bc2ea !important;
    border-color: #0bc2ea !important;
    color: #fff;
}

.hnip-wrap-ri {
    width: 61%;
    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: #0bc2ea;
}

.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; background:#e4e3e1
}

.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(--color000);
    line-height: var(--line165);
    /* font-weight: 350; */
}

.advant-techn-top h2 {
    width: 53%;
    background: linear-gradient(90deg, #000 4.9%, #0bc2ea 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, #4ae65f 0%, var(--Color-3, #0bc2ea) 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: #0bc2ea;
    }

    .srbu-link:hover .srbu-link-tit {
        color: #0bc2ea;
    }

    .cblb-link .mod-link:hover .std-text18 {
        color: #fff;
    }

    .cblb-link .mod-link:hover svg path {
        fill: #fff;
    }

    .mfbl-link:hover path {
        fill: #0bc2ea;
    }

    .srbc-ri-btn:hover path {
        fill: #0bc2ea;
    }

    .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: #0bc2ea;
    }

    .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: #0bc2ea;
    }

    .mod-linkl:hover {
        color: #fff !important;
    }

    .rdll-control-btn:hover path {
        fill: #0bc2ea;
    }

    .ppbm-link:hover {
        background: #0bc2ea;
    }

    .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: #0bc2ea;
        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: #0bc2ea !important;
    }

    .layui-laydate-footer span:hover {
        color: #0bc2ea !important;
    }

    .pc-fenye .end:hover li,
    .pc-fenye .first:hover li,
    .pc-fenye .next:hover li,
    .pc-fenye .prev:hover li {
        color: #0bc2ea !important;
        background: 0 0 !important;
    }

    .comp-tabli li:hover {
        color: #fff;
        background: #0bc2ea;
    }

    .ncbu-link:hover .ncbu-link-btm-tit {
        color: #0bc2ea;
    }

    .news-cont-top-link:hover .nctl-ri-top-tit {
        color: #0bc2ea;
    }

    .mfbl-link:hover .std-font32 {
        color: #0bc2ea;
    }

    .mod-fot-btm-ri a:hover {
        color: #0bc2ea !important;
    }

    .hnbs-li-wrap:hover .hlwb-tit {
        color: #0bc2ea;
    }

    .hpbc-btn:hover img:nth-child(1) {
        opacity: 0;
    }

    .hpbc-btn:hover img:nth-child(2) {
        opacity: 1;
    }

    .mod-link:hover {
        border: 1px solid #0bc2ea;
        background: #0bc2ea;
    }

    .mod-link1:hover {
        background: #0bc2ea;
    }

    /* 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)
    }

    .head-search-btn:hover img:nth-of-type(1) {
        opacity: 0;
    }

    .head-lang:hover .head-lang-top img:nth-of-type(1),
    .head-search-btn:hover img:nth-of-type(1) {
        opacity: 0;
    }

}

.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: #0bc2ea;
}

.mod-fot-btm-ri>ul>li {
    margin-right: 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-li a{ }
.atwl-ul-li2 {
    margin-top: 0.5rem;
}

.atwl-ul-li3 {
    margin-top: 1rem;
}

.atwl-ul-li-box {
    position: relative;
    z-index: 2;
}

.aulb-text {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
    left: 0;
    top: 0;
    width: 100%;
  
    z-index: 3;
}

.aulb-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aulb-sub {
    background: linear-gradient(180deg, #4ae65f 0%, #0bc2ea 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: var(--font30);
    font-weight:500;
    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:#444;
    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: 55;
    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 #0bc2ea;
}

.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 */

.ys-page-wrap.on .ys-phnav-other .head-lang-top-circle img:nth-child(1),
.ys-hd-ph.isfixed .ys-phnav-other .head-lang-top-circle img:nth-child(1) {
    opacity: 0;
}

.ys-page-wrap.on .ys-phnav-other .head-lang-top-circle img:nth-child(2),
.ys-hd-ph.isfixed .ys-phnav-other .head-lang-top-circle img:nth-child(2) {
    opacity: 1;
}

.ys-phnav-other .head-lang {
    margin-right: 0.2rem;
}



.govern-page .head-lang,
.announc-page .head-lang,
.prospe-page .head-lang,
.invest-page .head-lang {
    display: block;
}

.nsul-link {
    padding: 0.1rem 0.3rem;
}

.announc-circula {
    overflow: visible;
}

.announcxz-page .news-switch {
    position: sticky;
    top: var(--headh);
    z-index: 20;
}

.announc-page,
.announc-page input,
.announc-page textarea,
.govern-page,
.govern-page input,
.govern-page textarea,
.announcxz-page,
.announcxz-page input,
.announcxz-page textarea,
.prospe-page,
.prospe-page input,
.prospe-page textarea,
.invest-page,
.invest-page input,
.invest-page textarea {
    font-family: 'avenir_roman', "PingFang SC", "Microsoft YaHei" !important;
}

.govern-page .gmul-tit .std-font32,
.govern-page .govern-membe-tit .std-font44,
.invest-page .invest-relatio-top-tit .std-font44 {
    font-family: 'avenir_medium'; 
}


.home-pro-list .sec01 {
  padding:var(--space120) 10px var(--space120) 10px;
  text-align: center;
}
.home-pro-list .sec01 .txt_box {
  overflow: hidden;
}
.home-pro-list .sec01 .txt_box p {
  position: relative;
  font-size:var(--font40);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;

  word-break: break-all;
  word-wrap: break-word;background: linear-gradient(270deg,  #4ae65f 0%, #0bc2ea 100%);
    
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-pro-list .sec01 a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 24px;
  margin-top:0.6rem;
  font-size:0.2rem;
  letter-spacing: 0;
  line-height: 1.2941176471;
  font-family: "SamyangNeo", sans-serif;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

@media (min-width: 1024px) {
  .home-pro-list .sec01 a:hover {
    color: #000000;
  }
  .home-pro-list .sec01 a:hover:before {
    -webkit-animation: arrowAnimationBefore 0.3s forwards 0.3s;
            animation: arrowAnimationBefore 0.3s forwards 0.3s;
  }
  .home-pro-list .sec01 a:hover:after {
    -webkit-animation: arrowAnimationAfter 0.3s forwards;
            animation: arrowAnimationAfter 0.3s forwards;
  }
}

.cp-list {width: 100%;
            
            height: 700px;
            position: relative;
           
            overflow: hidden;
          
	 background-color: #0d1b2a;}
.cp-list::before{ background: #000; opacity: 0.5;    z-index:12;
    content: "";
    position: absolute; width: 100%; height: 100%
	
	
	
}

  .home-pro-list .main-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: opacity 0.8s ease-in-out;
            opacity: 1;
        }
        
        /* 左侧小图区域 */
 .home-pro-list        .small-image-container {
            position: absolute;
            left: 0;
          
            width: 45%;
            height: 100%;
            clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
            overflow: hidden;
            box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.7);
            z-index: 10;
        }
        
  .home-pro-list       .small-image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: opacity 0.8s ease-in-out, transform 0.8s ease;
            opacity: 0;
            transform: translateX(-20px);
        }
        
 .home-pro-list        .small-image.active {
            opacity: 1;
            transform: translateX(0);
        }
        
        /* 文字导航区域 */
  .home-pro-list       .text-navigation {
            position: absolute;
            right: 8%;
            top: 50%;
            transform: translateY(-50%);
            width: 80%;
            z-index: 13;
        }
        
  .home-pro-list       .text-item a {
            position: relative;
            padding: 25px 30px;
            margin-bottom: 15px;
            font-size: var(--font44);
            font-weight: 300;
            color: rgba(240, 240, 240, 1);
            cursor: pointer;
            transition: all 0.4s ease;
            border-radius: 10px;
           
            overflow: hidden;
          line-height: 40px; display: block
        }
        
    .home-pro-list     .text-item a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(90deg, rgba(0, 150, 255, 0.1), rgba(0, 200, 255, 0.05));
            transition: width 0.5s ease;
            z-index: -1;
        }
        
   .home-pro-list      .text-item a:hover::before,  .home-pro-list      .text-item.active a::before {
            width: 100%;
        }
        
    .home-pro-list     .text-item a:hover,
    .home-pro-list     .text-item.active a {
            color:#0bc2ea;
            border-left-color: #0bc2ea;
          
           
        }
        
      .home-pro-list   .text-item.active a::after {
            content: '';
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            width:16px;
            height: 16px;
          
            transition: all 0.3s ease; background: url(../images/syarrl.svg)
        }
        
   .home-pro-list  a    .underline {
            position: absolute;
            bottom: 5px;
           
            width: 0;
            height: 1px;
          
            transition: width 0.5s ease;
            border-radius: 2px;
        }
        
  .home-pro-list       .text-item a:hover .underline,
   .home-pro-list      .text-item.active a .underline {
            width: 100%;
        }
        
    .home-pro-list     .text-item .number {
            font-size:30px;
            font-weight: 400;
            color: #0bc2ea;
             line-height: 40px; float: left
        }
        
        /* 标题和说明 */
      .home-pro-list   .title {
            position: absolute;
            top: 8%;
            left: 8%;
            z-index: 10;
        }
        
    .home-pro-list     .title h1 {
            font-size: 36px;
            margin-bottom: 10px;
            background: linear-gradient(90deg, #4cc9f0, #4361ee);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
    .home-pro-list     .title p {
            font-size: 18px;
            color: rgba(240, 240, 240, 0.7);
            max-width: 500px;
        }
.index_abys{border-bottom:1px solid #eee;}
.index_abys ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.index_abys ul li{ padding:0.6rem 5% 0.6rem 0; width: 50%}
.index_abys ul li:nth-child(1){ border-right: 1px solid #eee;padding:0.6rem 3% 0.6rem 0;  }
.index_abys ul li:nth-child(2){ padding:0.6rem 0 0.6rem 3%}
.index_abys ul li i{
	display: block; margin-bottom: 20px
	
}
.index_abys ul li h3{ margin: 0.4rem 0}
.index_abys ul li p{
	 line-height: 1.8
	
}

.Hservice{position: relative;padding-top:var(--space120);padding-bottom: var(--space120);overflow: hidden;}
.Hservice ._bg{position: absolute;top: 0;left: 0;width: 100%;height: 110%;z-index: -1;}
.Hservice ._bg:before{content: '';position: absolute;width: 100%;height: 100%;
top: 0;left: 0;z-index: 2;background: linear-gradient(to right,rgba(11,194,234,1),rgba(74,230,95,.2) 70%);}
.Hservice_bg{width: 100%;height: 100%;overflow: hidden;}
.Hservice_bg ._item{width: 100%;height: 100%;}
.Hservice_bg ._item>img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.1);
transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);}
.Hservice_bg .swiper-slide.active ._item>img{transform:none;}
.Hservice ._tab{margin-top: 9.375vw;position: relative;}
.Hservice ._tab>img{width: 100%;}
.Hservice ._tabUl{position: absolute;left: 0;width: 100%;height: 100%;top: 0;}
.Hservice ._tabUl ._li.on{pointer-events: none;}
.Hservice ._tabUl ._li.on ._name>span{opacity: 1;transform: none;}
.Hservice ._tabUl ._li.on .masterIcon{opacity: 1;transform: translate(-50%,-50%);}
.Hservice ._tabUl ._li{position: absolute;z-index: 5;transform: translateY(-50%);}
.Hservice ._tabUl ._li .masterIcon{color: var(--color01);position: absolute;top: 50%;left: 50%;
transform: translate(-50%,-50%) scale(.5);opacity: 0;transition: transform .65s ease,opacity .65s ease;}
.Hservice ._tabUl ._li ._name{color: #fff;position: absolute;top: .5rem;left: 50%;transform: translateX(-50%);white-space: nowrap;pointer-events: none;}
.Hservice ._tabUl ._li ._name>span{display: inline-block;opacity: 0;transition: transform .65s ease,opacity .65s ease;transform: translateY(100%);}
.Hservice ._tabUl ._li ._cir{width: .2rem;height: .2rem;position: relative;}
.Hservice ._tabUl ._li ._cir span{background-color: #fff;border-radius: 50%;width: 100%;height: 100%;
position: absolute;top: 0;left: 0;transform: scale(.5);transition: all .5s ease;}
.Hservice ._tabUl ._li ._cir span:before,
.Hservice ._tabUl ._li ._cir span:after{content: '';position: absolute;border: 1px solid rgba(255, 255, 255, 0.6);
width: 100%;height: 100%;top: 0;left: 0;z-index: 0;opacity: 0;border-radius: 50%;}
.Hservice ._tabUl ._li ._cir span:before{animation: ripple 5500ms ease-out 2400ms infinite;}
.Hservice ._tabUl ._li ._cir span:after{animation: ripple 5500ms ease-out 225ms infinite;}
@keyframes ripple{
  0% {
    opacity: 1;transform: scale(1);
  }
  100% {
    opacity: 0;transform: scale(7);
  }
}
.Hservice ._tabUl ._li:nth-child(1){left: 10.9375%;top: 10%;}
.Hservice ._tabUl ._li:nth-child(2){left: 26.041666666666668%;top: 4%;}
.Hservice ._tabUl ._li:nth-child(3){left: 41.66666666666667%;top: 34.5%;}
.Hservice ._tabUl ._li:nth-child(4){left: 57.29166666666667%;top: 74%;}
.Hservice ._tabUl ._li:nth-child(5){left: 72.91666666666667%;top: 97%;}
.Hservice ._tabUl ._li:nth-child(6){left: 88.54166666666667%;top: 78%;}
.Hservice ._cnt{margin-top: 1vw;align-items: flex-end;}
.HserviceInfo{color: #fff;width: 10rem;}
.HserviceInfo ._page{line-height: 1;margin-bottom: .25rem;}
.HserviceInfo ._page span{font-size: .6rem;}
.HserviceInfo ._txt{position: relative;width: 100%;height: 2rem;}
.HserviceInfo ._txt ._item{position: absolute;top: 0;left: 0;width: 100%;display: none;}
.HserviceInfo ._txt ._item.on{display: block;position: relative;}
.HserviceInfo ._txt ._item ._title{font-size: .4rem;margin-bottom: .2rem;}
.HserviceInfo ._txt ._item ._line{line-height:2;overflow: hidden;
    -webkit-line-clamp:4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
.HserviceInfo ._txt ._item ._btn{margin-top: .5rem;}
.Hservice_cut{margin-left: auto; }
.Hservice_cut .Hservice_switch{width:.6rem;height:.6rem;line-height:.6rem;transition:all .5s cubic-bezier(.4,.4,0,1);
position:relative;color:#fff;text-align:center;border:1px solid #fff;border-radius:50%;z-index: 2;}
.Hservice_cut .Hservice_switch:hover{ background: 
	#fff;
}
.Hservice_cut .Hservice_switch:before,
.Hservice_cut .Hservice_switch:after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;
background-color:var(--color01);border-radius:50%;transition:all .5s cubic-bezier(.4,.4,0,1);  }
.Hservice_cut .Hservice_switch:before{z-index:-1;transform:scale(0);}
.Hservice_cut .Hservice_switch:after{z-index:-2;opacity:0;}
.Hservice_cut .Hservice_prev{margin-right: .3rem;}
.Hservice_cut .Hservice_switch img{


    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
.masterIcon{width: .44rem;height: .44rem;border-radius: 50%;text-align:center;
line-height: .44rem;font-weight: bold;position: relative;text-transform: uppercase;}
.masterIcon ._ani{position: absolute;left:0;top: 0;z-index: -1;width: 100%;height: 100%;animation:rotateZ 30s infinite linear;}
@keyframes rotateZ{
	from {transform:rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}	
* :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
}
.masterIcon ._ani span{width:.12rem;height: .12rem;position: absolute;}
.masterIcon ._ani span:before{content: '';width: 100%;height: 100%;display: block;border-radius: 50%;
animation: aniCrl 3s infinite linear;}
.masterIcon ._ani span:nth-child(1){left: 0;top: 50%; transform: translate(-100%,100%);}
.masterIcon ._ani span:nth-child(2){left: 0;top: 0; transform: translate(-50%,-100%);}
.masterIcon ._ani span:nth-child(3){right: 0;top: 0; transform: translate(0,-100%);}
.masterIcon ._ani span:nth-child(4){right: 0;top: 50%; transform: translate(120%,-100%);}
.masterIcon ._ani span:nth-child(5){right: 0;top: 50%; transform: translate(100%,100%);}
.masterIcon ._ani span:nth-child(1):before{animation-delay: 0s;}
.masterIcon ._ani span:nth-child(2):before{animation-delay: 0.8s;}
.masterIcon ._ani span:nth-child(3):before{animation-delay: 0.6s;}
.masterIcon ._ani span:nth-child(4):before{animation-delay: 0.2s;}
.masterIcon ._ani span:nth-child(5):before{animation-delay: 0.4s;}
@keyframes aniCrl{
 	0% {
 		transform: scale(.1);opacity: 1;
 	}
 	50% {
 		transform: scale(1);opacity: 0;
 	}
 	100% {
 	   transform: scale(.1);opacity: 1;
 	
 	}
}

.masterIcon.style1{background-color:var(--color01);color: #fff;}
.masterIcon.style1 ._ani span:before{background-color: var(--color01);}
.masterIcon.style2{background-color:#fff;color: var(--color01);}
.masterIcon.style2 ._ani span:before{background-color: #fff;}
.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index5 .itemBox{margin-top:3.38541vw;width:100%}
.index5 .items{transform:translateY(20px);opacity:0;height:0;overflow:hidden;transition:2s}
.index5 .item{float:left;width:31%;margin-left:3.5%}
.index5 .item:first-child{margin-left:0}
.index5 .item a{display:block;width:100%;position:relative}
.index5 .item .img{width:100%;height:16.92708vw;overflow:hidden}
.index5 .item .img div{width:100%;height:100%;transition:0.8s}
.index5 .item a:hover .img div{transform:scale(1.05)}
.index5 .item .con{width:100%;border:1px solid #e5e5e5;height:11.45833vw;display:flex}
.index5 .item .con .left_con{width:78%;border-right:1px solid #e5e5e5;padding:2.34375vw 1.82291vw 0}
.index5 .items.active{opacity:1;height:auto;transform:translateY(0);overflow:unset}
.index5 .item .con .title{font-size:20px;color:#090300;transition:0.8s; line-height: 1.5}
.index5 .item a:hover .con .title{color:#0bc2ea}
.index5 .item .con .text{margin-top:1.04166vw;font-size:14px;color:#6a6a6a; line-height: 1.5}
.index5 .item .con .right_con{width:22%;height:100%;text-align:center;padding-top:2.34375vw}
.index5 .item .con .right_con .date div{color:#8f8e8d;font-size:2.5vw;font-family:"din"}
.index5 .item .con .right_con .date p{font-size:12px;font-family:"din";font-weight:bold;color:#8f8e8d}
.index5 .item a .arr{width:3.80208vw;height:3.80208vw;background-color:#0bc2ea;display:flex;justify-content:center;align-items:center;color:#FFF;position:absolute;bottom:-1.40625vw;right:15%;border:1px solid #0bc2ea;transition:0.8s}
.index5 .item a .arr i{font-size:24px}
.index5 .item a:hover .arr{background-color:rgba(0,0,0,0.0);color:#0bc2ea}


.ys-footer .right_con{display:flex;align-items:center}
.ys-footer .right_con .code{width:7.25vw;height:7.25vw;display:flex;justify-content:center;align-items:center;margin-right:1.97916vw; padding: 5px; border: 1px solid #ccc}
.ys-footer .right_con .code img{width:100%;height:100%}
.ys-footer .right_con .text p{font-size:18px}
.ys-footer .right_con .text b{font-size:1.5625vw;font-family:"din";}
.ys-footer .right_con .text span{font-size:18px;color:#999999}
.ys-footer .right_con .text div:last-child{margin-top:1.25vw}

.Hservice .swiper-wrapper .swiper-slide{transition-property:transform !important;transition-property:opacity !important}

.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.core_technology {
  padding-top:40px;
}
.core_technology .content1 p {
  color: #333;
  line-height: 1.4; font-size:var(--font30)
}
.core_technology .content2 .le_box p{ margin-bottom:20px}
.core_technology .content2 {
  margin-top: var(--space120);
 
}
.core_technology .content2 .le_box {
  width: 38%; margin-right: 12%
  
}
.core_technology .content2 .le_box p {
  color: #666;
  line-height: 2;
}
.core_technology .content2 .ri_box {
  width: 50%;
  overflow: hidden;
}
.core_technology .content2 .ri_box img {
  transition: 0.4s;
  width: 100%;
}
.core_technology .content2 .ri_box:hover img {
  transform: scale(1.05);
}
.core_technology .content3 {
  margin-top: var(--space120);
}
.core_technology .content3 .le_box {
  width: 46%;
}
.core_technology .content3 .le_box .year {
  font-family: "din";
  text-transform: uppercase;
}
.core_technology .content3 .le_box .num {
  font-size: 1.2rem;
  line-height: 1;
  color: #0bc2ea;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.core_technology .content3 .le_box .num p {
  font-family: "din";
}
.core_technology .content3 .le_box .num span {
  font-family: "din";
}
.core_technology .content3 .ri_box {
  width: 54%;
}
.core_technology .content3 .ri_box .text {
  color: #333;
  line-height: 1.4;
}
.core_technology .content3 .ri_box .desc {
  margin-top: 0.38rem;
  line-height: 2;
  color: #666;
}
.core_technology .content4 {
  margin-top: var(--space120);
}
.core_technology .content4 p {
  color: #333;
  line-height: 1.4;
}
.core_technology .content5 {
  margin-top: var(--space120);
}
.core_technology .content5 .le_box {
  width: 34%;
  overflow: hidden;
}
.core_technology .content5 .le_box img {
  transition: 0.4s;
  width: 100%;
}
.core_technology .content5 .le_box:hover img {
  transform: scale(1.05);
}
.core_technology .content5 .ri_box {
  width: 66%;
  padding-left: 12%;
}
.core_technology .content5 .ri_box .desc {
  color: #666;
  line-height: 2;
}
.core_technology .content5 .ri_box .en {
  margin: 1.7rem 0 1.3rem;
  font-family: GilroyBold;
  color: #dfdfdf;
  text-transform: uppercase;
  line-height: 1.2;
}
.core_technology .content5 .ri_box .craft {
  background: #0bc2ea;
  padding: 0.26rem 0.16rem;
}
.core_technology .content5 .ri_box .craft img {
  width: 0.52rem;
}
.core_technology .content6 {
  margin-top: 1.96rem;
}
.core_technology .content6 .le_box {
  margin-top: 0.36rem;
  width: 47%;
  padding-right: 4%;
}
.core_technology .content6 .le_box .text {
  color: #333;
  line-height: 1.2;
}
.core_technology .content6 .le_box .desc {
  margin-top: 0.52rem;
}
.core_technology .content6 .le_box .desc p {
  color: #666;
  line-height: 0.35rem;
}
.core_technology .content6 .ri_box {
  position: relative;
  width: 53%;
}
.core_technology .content6 .ri_box .img {
  width: 100%;
}
.core_technology .content6 .ri_box .img img {
  width: 100%;
}
.core_technology .content6 .ri_box .post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.jf {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.core_technology .content6 .ri_box .post p {
  padding-right: 0.25rem;
  color: #fff;
  font-family: GilroyBold;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  border-right: 0.12rem solid #0bc2ea;
}

.slog {
	background-attachment: fixed;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.2rem 0 1.2rem;
	position: relative;
	background-image: url(../images/f_slog.jpg)
}
.slog h1 {
	color: #fff;
	
	font-size: 40px;
	text-align: center
}
.type-wrap {
}
#typed {
	color: #fff;
	font-size:50px;
	text-align: center;
}
.type-wrap {
	height: 50px;
	width:980px;
	margin: 0px auto
}


.contact{
	background: url(../images/contact_bg.jpg) center top/cover;
}
.contact_a{
	padding: var(--space120) 0;
}

.contact_a .left{
	width: 43%;
	  float: left
}
.contact_a .left .bt{
	color: #333333;
	line-height: 1.2;
	font-weight: bold;
}

.contact_a .left .ul{
	margin-top: 24px;
}

.contact_a .left .ul li{
	padding: 22px 0;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}
.contact_a .left .ul li:before{
	position: absolute;
	left: 0;
	width: 0;
	transition: all 0.4s;
	height: 1px;
	bottom: -1px;
	content: "";
	background: #0bc2ea;
}
.contact_a .left .ul li:hover:before{
	width: 100%;
}
/*.contact_a .left .ul li:last-child{border-bottom: none;}*/
.contact_a .left .ul li .img{
	width: 46px;
	background: #f2f8fc;
	border-radius: 100%;
	float: left;
}

.contact_a .left .ul li .text{
	float: left;
	width: calc(100% - 76px);
	padding-left: 20px;
	padding-top: 5px;
}

.contact_a .left .ul li .text .biaoti{
	color: #444;
	font-weight: bold;
}
.contact_a .left .ul li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #666666;
}
.contact_a .left .ul li .text .js a{ font-size: 24px; color:#000 }
.contact_a .right{
	width: 52%; float: right
}

.relative {
    position: relative;
}
.contact_a .right .zb{
	position: absolute;
	width: 36px;
	top: 52.1%;
	left: 71.7%;
	overflow: initial;
}
.contact_a .right .zb img{
    animation: tiao 1s linear infinite;
}
.contact_a .right .zb:before{
	width: 83px;
	height: 30px;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	background: url(../images/contact_a_dz.png) center center/cover;
}

.contact_a .right .zb p{
	color: #0bc2ea;
	position: absolute;
	left: calc(100% + 6px);
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
}

@-webkit-keyframes tiao {
	0% {
		transform: translateY(-14%);
	}
	50%{
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-14%);
	}
}
@keyframes tiao {
	0% {
		transform: translateY(-14%);
	}
	50%{
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-14%);
	}
}

.contact_b{
	padding: 0 0 140px;
}

.contact_b .left{
	width: 50.5%;
	border-radius: 8px; float: left
}
.contact_b .left .img{border-radius: 8px; overflow: hidden}
.contact_b .right{
	width: 43%;
	padding-top: 10px; float: right
}
.contact_b .right .enter{ 
 margin-bottom: 10px; position: relative
}
.contact_b .right img{position: absolute;
    right: 0;
    padding: 8px;
    background: #FFF;
   
    border-radius: 20px;
    right: 5px;
}


.contact_b .right .formname textarea{font-size: var(--font14);
    color: var(--color006);
   width: 100%;
    height: 100%; background: #fff; border-radius: 20px; height: 40px; line-height: 1.5; padding:10px 20px; height: 100px }

.contact_b .right .formname input{font-size: var(--font14);
    color: var(--color006);
    width: 100%;
    height: 100%; background: #fff; border-radius: 20px; height: 40px; line-height: 40px; padding-left: 20px }
.contact_b .right .formname .label{ font-size: var(--font18); line-height: 2} 
.contact_b .right .formname .label span{ color: #db002e}
.contact_b .ul{margin-top: 30px;}
.contact_b .ul li{
	float: left;
	width: 100%;
	margin-right: 1.2%;
	position: relative;
	margin-bottom: 10px;
}
.contact_b .ul li img{ position:absolute; right:0; padding:15px; background:#FFF; top:1PX ;    border-radius: 8px;  right:2px }
.contact_b .ul li:nth-child(2n){margin-right: 0;}
.contact_b .ul li input,.contact_b .ul li textarea,.contact_b .ul li select{
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	background: none;
	border: 1px solid #ccc;
	padding: 0 16px;
	border-radius: 8px;
	transition: all 0.3s;
}
.contact_b .ul li input::placeholder,.contact_b .ul li textarea::placeholder,.contact_b .ul li select{
	color: #666;
}
.contact_b .ul li select{
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact_b .ul li .select::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 13px;
    height: 7px;
    background: url(../images/contact_b_jt.png) no-repeat center center/cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.contact_b .ul li input.cur,.contact_b .ul li textarea.cur{
	border: 1px solid #0bc2ea;
	color: #0bc2ea;
}

.contact_b .ul li.w100{width: 100%;margin-right: 0;}
.contact_b .ul li span{
	color: #db002e;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	font-weight: bold;
}
.contact_b .ul li textarea{
	height: 120px;
	resize: none;
}

.contact_b .ul li .banner_more{
	  color: #0bc2ea;
    border: 1px solid rgba(114, 175, 67, 0.34);
    padding: 16px 80px 16px 30px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    line-height: 1;
    transition: all 0.4s;
}

.contact_b .ul li.btn{
	width: auto;
	margin-top: 20px;

}

.contact_b .ul li.btn i{
width: 46px;
    height: 46px;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: all 0.4s;
    overflow: hidden;
    transform: translateY(-50%);
    background: url(../images/banner_more_icon2.png) center center/cover;
}



.contact_b .ul li.btn input.cur{
	border: none;
	color: initial;
}

.contact_b .ul li.btn{position: relative;border-radius: 50px;overflow: hidden;transition: all 0.3s;}


.contact_b .ul li.btn:before{
	width: 0;
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	transition: all 0.3s;
	 background: #2a9bbe;
	 overflow: hidden;
}
.contact_b .ul li.btn:hover{
	transform: scale(1.1);
}
.contact_b .ul li.btn:hover input{
	    border: none;
    transform: scale(1.1);
    color: #fff;
   
}

.flex_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contact_b .ul li.btn:hover:before{
	width: 100%;
	transform: scale(1.1);
}

.contact_b .ul li.btn:hover i{
	background: url(../images/banner_more_icon.png) center center/cover;
}
.contact_b .right input.bnt{
    color: #0bc2ea;
    border: 1px solid #0bc2ea;
    
    border-radius: 50px;
    display: inline-block;
    position: relative;
    line-height: 1;
    transition: all 0.4s; height: 56px; line-height: 56px; width: 150px; padding: 0; font-size: 16px
}
.contact_b .right input.bnt:hover{ background:#0bc2ea;  color: #fff;}
.master_title04 {
    position: relative;
    padding-bottom: 30px;
    justify-content: center;
}
.master_title04 .master_title04_cn {
    font-size: var(--font44);
    font-weight: bold;
    position: relative;
}
.master_title04>div {
    position: relative;
}
.master_title04>div ._circle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-35%,-35%);
}
.master_title04>div ._circle:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/title04Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    animation: turns 5s infinite linear;
    transform-origin: 35%;
}

.master_title04:after {
    content: '';
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: -webkit-linear-gradient(left,#4ae65f 50%,#0bc2ea 50%);
}
.font_effect>span {
    display: inline-table;
    overflow: hidden;
}
.solve01{padding-top:120px;padding-bottom:350px;}
.solve01 .master_title04{margin-bottom:40px;}
.solve01 .solve01Line{font-size:var(--font20);line-height:2.2; text-align: center}
.solve01 .solve01Line p{
	
	 margin-bottom: 20px; line-height:1.8
}
.solve02{background-color:#f1f9fe;padding-bottom:120px;}
.solve02 ._bg{position:absolute;top:0;left:0;width:100%;transform:translateY(-100%);z-index:-1;}
.solve02 ._bg>img{width:100%;}
.solve02List{margin-top:70px;}
.solve02List>div{margin:-25px;flex-wrap: wrap;}
.solve02List ._item{padding:25px;}
.solve02List ._item>div{background-color:#fff;box-shadow: var(--box-shadow01);padding:50px;height: 100%;
border-radius:10px;text-align:justify;position:relative;z-index:2;overflow:hidden;transition:all .2s linear,color 0.3s;}
.solve02List ._item>div:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:calc(100% + 100px);z-index:-1;opacity:0;
transition:opacity  0.3s,transform .6s ease;transform:translateY(100px);
background-image:url(../images/solve02Bg.png);background-repeat:no-repeat;background-position:center center;background-size:cover;}
.solve02List ._item ._name{font-size:26px;line-height:1.625;font-weight:bold;margin-bottom:25px;}
.solve02List ._item ._line{font-size:16px;line-height:32px;height:256px;}
.solve02List ._item ._line .scrollbar-track-y{background-color:rgba(255,255,255,.2) !important;}
.solve02List ._item ._line .scrollbar-track-y .scrollbar-thumb-y{background:#fff !important;}
.posi {
    position: relative;
}
.research ._box{align-items: center;position: relative;}
.research ._info{padding: 3.6458333333333335vw 0;}
.research ._info>div{position: relative;padding-right: 5.208333333333334vw;}
.research ._info ._txt{margin-top: .4rem;}
.research ._info ._txt .m_t{margin-bottom: .12rem;}
.research ._info ._txt .m_t:before{content: '';display: inline-block;width: 5px;height: 5px;
border-radius: 50%;background-color: #1662b7;position: absolute;left: 0;top: .14rem;}
.research ._info ._txt ._line{line-height: 2.25;color: #666;text-align: justify;}
.research ._info ._item{margin-bottom: .25rem;position: relative;}
.research ._info ._item:last-of-type{margin-bottom: 0;}
.research ._img{width: 6.4rem;justify-content: center;align-items: center;padding: .4rem;}
.research ._img>div{max-width: 100%;}
.research ._img>div img{width: 100%;}
.service ._box{align-items: center;position: relative;}
.service ._img{width: 5.8rem;}
.service ._img>div{width: 100%;height: 0;position: relative;padding-bottom: 56.03448275862069%;}
.service ._img>div img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.service ._info{padding-left:5.729166666666667vw;padding-right: 4.166666666666667vw;}
.service ._info>div{padding-left: .35rem;position: relative;}
.service ._info ._line{margin-top: .25rem;line-height: 2.25;color: #666;text-align: justify;}
.service ._maxen{position: absolute;top: 0;left: 0;color: #f0f4f9;text-transform: uppercase;line-height: 1;font-size: 1.32rem;
font-weight: bold;z-index: -1;line-height: 1;white-space: nowrap;transform: translateY(-80%);}
.solve02List ._item>div:after{content:'';position:absolute;left:0;height:7px;width:100%;
background-image: -webkit-linear-gradient(left,#1669e1,#01cafe);bottom:0;transition:opacity .3s;}

.solve03{padding:50px;  background:#f3f3f3}
.solve03 .master_title04{margin-bottom:50px;}
.solve03 .bg    {background: #fff;
    padding: 50px;
}
.solve03 .so_nr{ background:#f3f3f3}
.solve03 .left{ width:60%; float:left; padding:0.5rem 0.5rem;}
.solve03 .left h1{ font-size:30px; font-weight:bold; margin-bottom:20px}
.solve03 .left p{ margin-bottom:10px; line-height:1.8; font-size:17px; color:#333}
.solve03 .right{ width:40%; float: right}
.solve03 .right img{ max-width:100%}
.solve04{padding:0px 50px 50px 50px;  background:#f3f3f3}
.solve04 .master_title04{margin-bottom:50px;}
.solve04 .bg    {background: #fff;
    padding: 50px;
}
.solve04 .so_nr{ background:#f3f3f3}
.solve04 .left{ width:40%; float:left; }

.solve04 .right p{ margin-bottom:10px; line-height:1.8; font-size:17px; color:#333}
.solve04 .right{ width:60%; float: right;padding:1rem 0.5rem;}
.solve04 .left img{ max-width:100%}

.solve01 .master_title04 {
    margin-bottom: 40px;
}
.team_b{
	position: relative;
	padding: var(--space120) 0;
	background: url(../images/team_b_bg.jpg) center center/cover;
}
.relative {
    position: relative;
}
.hidden {
    overflow: hidden;
}
.team_b:before{
	background: url(../images/team_b_bg2.jpg) center center/cover;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 36%;
}

.team_b .top .left{
	width: 36%;
	border-radius: 8px;
	overflow: hidden; float:left
}

.team_b .top .right{
	width: 60.1%;
	padding-top:30px; float:right
}

.team_b .top .right .btm .text{
	height: 110px;
	overflow: auto;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.team_b .top .right .btm .text ul li{
	padding-left: 20px;
	position: relative;
}

.team_b .top .right .btm .text ul li:before{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #c0d1de;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
}

.team_b .top .right .btm .text::-webkit-scrollbar{
	width: 4px;
	
}
.team_b .top .right .btm .text::-webkit-scrollbar-track{
	background: #dde7ef;
	width: 4px;
}

.team_b .top .right .btm .text::-webkit-scrollbar-track-piece{
	width: 4px;
} 
.team_b .top .right .btm .text::-webkit-scrollbar-thumb{
	    background: #6fa844;
			border: 5px;
		
}
.team_b .top .right .btm .text::-webkit-scrollbar-button{
	display: none;
}
.team_b .lb{
	position: absolute;
	right: 0;
	bottom: 0;
	/*padding-right: 90px;*/
	width: 58.1%;
}
.team_b .lb_box{
	padding-right: 90px;
}
.team_b .lb_box .img{margin-right: 20px;}
.team_b .lb_box .slick-next,
.team_b .lb_box .slick-prev{
	width: 56px;
    right: 0;
    left: auto;
    bottom: auto;
    border: none;
    height: 56px;
    transition: all 0.4s;
}

.team_b .lb_box .slick-prev{
	top: calc(50% - 34px);
	background: url(../images/jtl.png) center center/cover;
}
.team_b .lb_box .slick-next{
	top: calc(50% + 34px);
	background: url(../images/jtr.png) center center/cover;
}
.team_b .lb_box .slick-prev:hover{
	background: url(../images/jtl2.png) center center/cover;
}
.team_b .lb_box .slick-next:hover{
	background: url(../images/jtr2.png) center center/cover;
}

.team_b .lb_box .img{

	border: 2px solid rgba(0, 0, 0, 0);
}
.team_b .lb_box .slick-current .img{
	border-radius: 4px;
	border: 2px solid #1e81d0;
}
.team_b .top .right .bt{font-size:var(--font18); line-height:2}
.team_b .top .right .btm{
	margin-top: 20px;
}.team_b .top .right .btm .bt{
	color: #333333; font-size:var(--font44)
}
.team_b .top .right .btm .fbt{
	color: #0bc2ea;
	line-height: 1.4;
	margin-top: 8px;font-size:var(--font24);
}
.team_b .top .right .btm .text{
	line-height: 1.8;
	color: #666666;
	margin-top: 12px;
	overflow: auto;
	font-size: 16px;
}

@media (max-width: 900px) {
  .home-pro-list .sec01 {
    padding: 40px 10px;
  }
  .home-pro-list .sec01 .txt_box p {
    font-size: 0.6rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .home-pro-list .sec01 a {
    padding-right: 15px;
    margin-top: 0.625rem;
    font-size: 0.375rem;
    letter-spacing: 0;
    line-height: 1.2857142857;
  }
  .home-pro-list .sec01 a::before, .home-pro-list .sec01 a::after {
    width: 10px;
    height: 10px;
  }
	.cp-list{ height: 400px
	}
	.home-pro-list .text-item a{  padding: 10px 20px
	
	
	}
	.hlul-wrap{ padding: 0.2rem 0.1rem
	
	}
	.index5 .item .con .title{ font-size: 
	16px}
	.index5 .item{ width: 100%; margin-left: 0; margin-bottom: 3%
}
	.index5 .item .con{
		height: 100%
	}
	.index5 .item .con .right_con .date div{ font-size: 22px;
}
	.index5 .item .img{ height:260px
	}
	#typed{  font-size:18px
	}
	.mod-fot-top-tit .std-font32{
		
		text-align: center
	}
	.ys-footer .right_con{   flex-wrap: wrap;justify-content: center;}
	.ys-footer .right_con .code{
		width: 
	20vw;
	height: 20vw}
	.ys-footer .right_con .text b{
		 font-size: 6vw
		
	}
	.footer-privacy{
		 margin: 0
		
	}
	.mod-fot-privac .mod-fot-privac-le a{
		
		padding: 0
	}
	
	.pblu-wrap .pic{ width:30px; height: 30px }
	
	
.pblu-wrap{
	box-shadow: none; 
}
.df{
	
	display: block
}
.core_technology .content2 .le_box{ width:
100%}
.core_technology .content2 .ri_box{width:
100%}
.core_technology .content3 .le_box{ width:
100%}
.core_technology .content3 .ri_box{ width:
100%}
.core_technology .content5 .le_box{ width:
100%}
.core_technology .content5 .ri_box{ width:
100% ; padding-left:0; margin-top:40px}
.core_technology .content6 .le_box{ width:
100%; padding-right:0}
.core_technology .content6 .ri_box{ width:
100%; margin-top: 40px}
.core_technology .content6{margin-top: 40px}
.core_technology .content5 .ri_box .en{ margin: 2px 0 20px}
.type-wrap{ width: 90%; margin: 0px auto; text-align: center
	
	
}.product-baner-le-tit{ margin-top:10px; margin-bottom:20px}
.product-baner-le-tit .std-font54{ font-size:var(--font30)}
.pblu-wrap{ padding-top:0.12rem; font-size:var(--font18)}
.atwl-ul-li{ width: 100%}
.atwl-ul-li{ margin-bottom: 30px}
.atwl-ul{ 
display: block
}

.solve01{padding-top: var(--space120);
    padding-bottom: var(--space120);}
.master_title04 .master_title04_cn{
	
	
	font-size:20px
	
}
.solve02 .flex{ display: block}
.service ._img{ width:
	100%; margin: 20px 0}
.service ._info>div{padding-left:0 }
.service ._info{padding-left:0 ;padding-right:0}
.research ._img{width: 100%; padding: 0
}
.solve02{padding-bottom: var(--space120);}
.team_b .top .left{width:100%}
.team_b .lb{ width: 98%; left: 0}
.team_b .ys-cont1440{ padding-bottom: 130px}
.contact_a .left{
	
	width: 100%
}
.contact_a .right{
	
	width: 100%
}
.contact_b .right{
	
	width: 100%
}.contact_b .left{
	
	width: 100%
}.contact_b{padding-bottom: var(--space120);}
}

@media (max-width: 766px) {
  .home-pro-list .sec01 {
    padding: 40px 10px;
  }
	.ys-cont1440{ padding: 0}	
	
}
