@charset "utf-8";

/* 公共样式 - start */

:root {
  /* 字号 */

  --font64: 64px;

  --font60: 60px;

  --font50: 50px;

  --font40: 40px;

  --font32: 32px;

  --font24: 24px;

  --font20: 20px;

  /* 段落字号 */

  --font18: 18px;

  --font16: 16px;

  --font14: 14px;

  /* 行高 */

  --line15: 1.5;

  --line14: 1.4;

  --line175: 1.75;

  /* 导航 */

  --line90: 90px;

  /* 颜色 */

  --color1: #333333;

  --color2: #101111;

  --color3: #666666;

  --color4: #c0c0c0;

  --color5: #ffffff;

  --colormain: ;

  --colorbj: ;

  /* 板块间距 */

  --space140: 140px;

  --space100: 100px;

  --space60: 60px;

  --space40: 40px;

  /* 段落间距 */

  --parpspace10: 10px;

  --parpspace12: 12px;

  /* 特殊字体 */

  --family1: "";

  /* 圆角 */

  --border: 32px;

  --border1: 40px;

  --border2: 50px;

  --jianju: 20px;

  --jianju1: -20px;
}
.mt-50{
    margin-top: 50px!important;
}
.std-h1 {
  font-size: var(--font64);

  color: var(--color5);

  line-height: var(--line14);

  font-family: "sanxing3";
}

.std-h2,
.yxedr-active h2 {
  font-size: var(--font60);

  color: var(--color1);

  line-height: var(--line15);

  font-family: "sanxing3";
}

.std-h3,
.yxedr-active h3 {
  font-size: var(--font50);

  color: var(--color1);

  line-height: var(--line15);

  font-family: "sanxing3";
}

.std-h4,
.yxedr-active h4 {
  font-size: var(--font40);

  color: var(--color1);

  line-height: var(--line175);
}

.std-h5,
.yxedr-active h5 {
  font-size: var(--font32);

  color: var(--color5);

  line-height: var(--line175);
}

.std-h6,
.std-h6 p,
.yxedr-active h6 {
  font-size: var(--font24);

  color: var(--color1);

  line-height: var(--line175);
}

.std-word1,
.std-word1 p {
  font-size: var(--font18);

  color: var(--color3);

  line-height: var(--line15);
}

.std-word2,
.std-word2 p {
  font-size: var(--font18);

  color: var(--color3);

  line-height: 1.8;
}

.yxedr-active p {
  font-size: var(--font16);

  color: var(--color3);

  line-height: var(--line175);

  margin-bottom: var(--parpspace10);
}

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

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

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

.std-margin3 {
  margin-bottom: var(--space60);
}

.std-margin4 {
  margin-bottom: var(--space40);
}

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

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

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

.std-padding3 {
  padding-bottom: var(--space100);
}

/* .yxedr-active h2,

.yxedr-active h3 {

    margin-bottom: var(--parpspace16);

}



.yxedr-active h4,

.std-text2 p {

    margin-bottom: var(--parpspace12);

}



.yxedr-active h5,

.std-text1 p {

    margin-bottom: var(--parpspace10);

} */

@font-face {
  font-family: "sanxing1";

  src: url("../fonts/manrope-regular-webfont.woff2") format("woff2"),
    url("../fonts/manrope-regular-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "sanxing2";

  src: url("../fonts/manrope-medium-webfont.woff2") format("woff2"),
    url("../fonts/manrope-medium-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "sanxing3";

  src: url("../fonts/manrope-bold-webfont.woff2") format("woff2"),
    url("../fonts/manrope-bold-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

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

/* wow弹窗字体引入 */

.altumcode {
  --fontFamily: "sanxing1", "PingFang SC", "Microsoft YaHei" !important;
}

/* 英文站换行规则 */

/* p,div,h1,h2,h3,h4,h5,h6,span,a{ 

    word-wrap: normal; 

    word-break: keep-all; 

} */

/*分享翻译*/

.ys-wechat-cont-parga p::before {
  content: "分享到 - 微信";

  /* content: 'Share the - weixin'; */
}

/* yongsy样式 */

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

/*导航默认选中*/

.yxnav-active1 {
}

.yxnav-active2 {
}

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

  font-family: "sanxing2";
}

/* 轮播溢出隐藏 */

.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;
}

/* 过渡 */

.transition-time1 {
  transition: all 0.36s both;
}

.transition-time2 {
  transition: all 0.5s both;
}

/* 公共样式 - end */

.ys-hd-pc {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 99;

  padding: 0 52px;

  transition: all 0.36s;

  display: flex;

  justify-content: space-between;
}

.head-logo {
  width: 220px;
  max-width: 80px;
}

.head-logo a {
  display: block;

  line-height: var(--line90);
}

.ys-hd-pc .ys-imgbox-contain img:nth-child(2) {
  opacity: 0;
}

.mod-hred-ri {
  display: flex;

  align-items: center;
}

.head-nav-item-title {
  font-size: 18px;

  display: flex;

  align-items: center;

  color: #fff;

  white-space: nowrap;
}

.head-nav-item-title svg {
  margin-left: 6px;

  width: 16px;

  display: none;

  transition: all 0.36s;
}

.head-nav-item-title svg path {
  transition: all 0.36s;
}

.head-nav {
  display: flex;
}

.head-nav-item {
  padding: 0 30px;
}

.head-nav-item.is-arr .head-nav-item-title svg {
  display: block;
}

.head-platf-link p {
  color: #fff;

  padding-right: 16px;

  transition: all 0.36s;
}

.head-platf-icon {
  width: 24px;
}

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

.head-platf-link {
  display: flex;

  align-items: center;

  border-radius: var(--border2);

  border: 1px solid transparent;

  padding: 10px 32px;

  position: relative;

  overflow: hidden;
}

.head-platf-link::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border2);

  border: 1px solid rgba(255, 255, 255, 0.5);

  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(3px);

  z-index: -1;

  transition: all 0.36s;

  box-sizing: border-box;
}

.head-platf-link::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border2);

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );

  backdrop-filter: blur(3px);

  z-index: -1;

  transition: all 0.36s;

  opacity: 0;

  box-sizing: border-box;
}

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

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

.head-lange {
  margin-right: 66px;

  position: relative;
}

.head-lange::after {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: -33px;

  width: 1px;

  height: 20px;

  background: rgba(255, 255, 255, 0.5);
}

.head-sear-icon {
  width: 24px;

  height: var(--line90);

  display: flex;

  align-items: center;

  cursor: pointer;
}

.head-platf {
  margin-right: 46px;
}

.ys-search2 {
  --head: 80px;

  --btn-width: 20px;

  --shadow: 0 10px 18px 3px rgb(0 0 0 / 2%);

  --widthtotal: 34%;

  --widthr: 24px;

  --input-size: 16px;

  position: relative;
}

.ys-search2-btn {
  width: var(--btn-width);

  line-height: var(--head);

  cursor: pointer;

  display: block;

  transition: all 0.36s;
}

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

.ys-search2-win {
  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  background: #fff;

  text-align: center;

  border-top: 1px solid #eee;

  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);

  overflow: hidden;

  display: none;
}

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

.ys-search2-tibox {
  width: 870px;

  margin: 0 auto;
}

.ys-search2-tbox {
  border-bottom: 1px solid #eee;

  width: calc(100% - 24px);

  padding-right: 20px;

  height: 40px;
}

.ys-search2-tbox input {
  width: 100%;

  height: 100%;

  font-size: var(--input-size);
}

.ys-search2-ibox {
  width: var(--widthr);

  margin-top: 10px;
}

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

/* 响应式 */

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

@media screen and (max-width: 480px) {
  .ys-search2 {
    --widthtotal: 310px;

    --widthr: 18px;

    --input-size: 14px;
  }

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

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

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

.head-lange-btm {
  border-radius: var(--border);

  background: #fff;

  box-shadow: 0px 4px 20px 0px rgba(43, 43, 43, 0.05);

  top: calc(100% + 6px);

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  width: 110px;

  padding: 18px 0;

  display: none;
}

.head-lange-btm-li a {
  font-size: 16px;

  line-height: 1.2;

  color: var(--color1);

  padding: 14px 15px;

  text-align: center;

  width: 100%;

  display: block;
}

.head-lange-icon {
  width: 24px;

  height: var(--line90);

  cursor: pointer;

  display: flex;

  align-items: center;
}

.head-sear-icon svg,
.head-lange-icon svg {
  width: 100%;
}

.head-sear-icon svg path,
.head-lange-icon svg path {
  transition: all 0.36s;
}

.ys-ban-txtbox .std-h1 {
  color: #fff;
}

.text_en {
  color: #fff;
  line-height: 1.8;
  font-size: 18px;
}

.ybtm-link-icon {
  width: 24px;
}

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

.ybtm-link {
  display: flex;

  align-items: center;

  position: relative;

  overflow: hidden;

  border-radius: 50px;

  z-index: 1;

  padding: 12px 24px;

  border: 1px solid transparent;

  transition: all 0.36s;

  cursor: pointer;
}

.ybtm-link::after {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  border-radius: 50px;

  border: 1px solid #20afff;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );

  backdrop-filter: blur(2px);

  z-index: -1;

  transition: all 0.36s;
}

.ybtm-link p {
  padding-right: 16px;

  color: #fff;

  transition: all 0.36s;
}

.ys-ban-txtbox-more {
  display: flex;

  margin-top: 40px;
}

.ys-ban-imgbox::before {
  background: rgba(0, 0, 0, 0.2);
}

.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::before {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  height: 100%;

  border-radius: 50%;

  border: 4px solid rgba(255, 255, 255, 0.2);

  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: 8px;

  height: 8px;

  background: #ffffff;

  border-radius: 50%;
}

.ys-bandots-li.act::after {
  opacity: 0;
}

.ys-bandots-li.act::before {
  opacity: 1;
}

.ys-bandots-li svg {
  fill: none;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;
}

.ys-bandots-container {
  display: flex;

  justify-content: center;
}

.ys-bandots-li {
  margin: 0 8px;
}

.ys-ban-dots {
  bottom: 60px;
}

.home-focus {
  width: 100%;

  position: relative;

  z-index: 10;
}

.home-focus-tit .std-h2 {
  color: #080404;

  line-height: 1.2;
  font-weight: 800;

  /* text-align: center; */
}

.ys-ban-pc2 {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  opacity: 0;
}

.home-focus-tit .std-h2 span {
  color: #0065dc;
}

.home-focus-tit {
  margin-bottom: 150px;
}

.home-focus-ul {
  width: 100%;
}

.home-focus-ul-li {
  width: 100%;

  position: relative;
}

.home-focus-btm {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  position: relative;
}

.home-focus-btm-ri {
  width: 49.5%;

  height: 100%;

  position: sticky;

  top: 120px;

  overflow: hidden;
}

.home-focus-btm-le {
  width: 50.5%;

  padding-right: 112px;

  padding-left: 65px;
}

.hfbr-li {
  width: 100%;

  border-radius: var(--border);

  position: absolute;

  top: 0;

  left: 0;
}

.hfbr-ul {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border);

  overflow: hidden;
}

.mod-sticky {
  overflow: visible !important;
}

.home-focus-btm-line {
  position: absolute;

  top: 0;

  left: 0;

  width: 1px;

  height: 100%;

  background: #e2e2e2;
}

.home-focus-btm-line span {
  width: 1px;

  height: 445px;

  background: #24292d;

  display: block;

  position: sticky;

  top: 120px;

  left: 0;
}

.hfbl-li {
  width: 100%;

  position: relative;

  margin-bottom: 275px;
}

.hfbl-li-tit .std-h3 {
  color: #080404;

  line-height: 1.2;

  font-family: "sanxing3";
}

.hfbl-li-tit {
  margin-bottom: 26px;
}

.hfbl-li-info p {
  color: #000;

  line-height: 1.75;
}

.hfbl-li-info {
  border-bottom: 1px solid #0065dc;

  padding-bottom: 24px;
}

.hfbl-li-subin p {
  color: #0065dc;

  line-height: 1.4;

  font-family: "sanxing3";
}

.hfbl-li-subin {
  padding-top: 16px;

  margin-bottom: 45px;
}

.hfbl-li-btn {
  display: flex;
}

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

.ybtm-link1::after {
  border: 1px solid #101111;

  background: transparent;
}

.ybtm-link1 p {
  color: #101111;
}

.ybtm-link1 .ybtm-link-icon img:nth-child(1) {
  opacity: 0;
}

.ybtm-link1 .ybtm-link-icon img:nth-child(2) {
  opacity: 1;
}

.hfbl-li-btn .ybtm-link {
  margin-right: 19px;
}

.home-choose {
  width: 100%;

  position: relative;

  z-index: 1;
}

.home-choose::after {
  content: "";

  position: absolute;

  top: -200px;

  left: 0;

  width: 100%;

  height: calc(100% + 200px);

  z-index: -1;

  border-radius: 0 0 var(--border1) var(--border1);

  background: linear-gradient(180deg, rgba(196, 219, 248, 0) 0%, #c4dbf8 100%);
}

.home-choose-subtit .std-h6 {
  color: #a8a9ac;

  line-height: 1.2;
}

.home-choose-subtit {
  margin-bottom: 16px;
}

.home-choose-more {
  display: flex;

  margin-top: 32px;
}

.home-choose-btm {
  width: 100%;

  margin-top: 180px;

  border-radius: var(--border1);

  border: 1px solid rgba(255, 255, 255, 0.3);

  background: rgba(255, 255, 255, 0.35);

  /*backdrop-filter: blur(10px);*/

  padding: 56px 120px;

  display: flex;

  flex-wrap: wrap;
}

.home-choose-btm-ri {
  width: 270px;

  display: flex;

  justify-content: flex-end;

  border-left: 1px solid rgba(0, 0, 0, 0.2);

  padding: 0 30px;
}

.home-choose-btm-le {
  width: calc(100% - 270px);

  display: flex;
}

.hcbr-wrap-tit p {
  color: #080404;

  line-height: 1.5;
}

.hcbr-wrap-play {
  width: 48px;

  cursor: pointer;
}

.hcbr-wrap-play img {
  width: 100%;
}

.hcbr-wrap-tit {
  margin-bottom: 16px;
}

.hcbl-li-info p {
  color: #080404;

  line-height: 1.75;
}

.hcbl-li-info {
  margin-bottom: 15px;
}

.hcbl-li-btm .std-h6 {
  color: #0065dc;

  line-height: 1.5;
}

.hcbl-li-btm .std-h4 {
  color: rgba(0, 101, 220, 0.9);
  font-weight: 600;
  font-family: sans-serif;
  font-size: 42px;
  text-shadow: 0 1px 2px #c0c0c0;
}

.hcbl-li {
  width: 25%;

  padding-right: 20px;
}

.home-choose-img {
  width: 76%;

  position: absolute;

  bottom: 0;

  right: 0;

  z-index: 8;
}

.home-choose-img img {
  width: 100%;
}

.home-choose .ys-cont1600 {
  position: relative;

  z-index: 10;
}

.home-choose-cont {
  width: 100%;

  position: relative;

  border-radius: var(--border1);

  overflow: hidden;
}

.home-choose-desz {
  position: absolute;
}

.home-choose .home-choose-top {
  padding-left: 100px;
}

.home-choose-desz1 {
  top: 10%;

  left: 6%;

  width: 36%;
}

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

.home-choose-desz4 {
  bottom: 0;

  left: -150px;

  width: 100%;
}

.home-choose-desz3 {
  top: 15%;

  right: 8%;

  width: 30%;
}

.home-choose-desz2 {
  top: 53%;

  left: 31%;

  width: 13%;
}

.home-cases {
  background: #f6fcff !important;
  width: 100%;

  position: relative;
}

.home-choose-tit .std-h2 {
  line-height: 1.2;
  font-weight: 800;
}
.abouttext {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0px;
}

.home-cases-ri-arr {
  width: 56px;

  cursor: pointer;

  transition: all 0.36s;
}

.home-cases-ri-arr svg {
  width: 100%;

  height: auto;
}

.home-cases-ri {
  display: flex;

  flex: none;
}

.home-cases-ri-nex {
  margin-left: 8px;
}

.home-cases-top {
  display: flex;

  justify-content: space-between;

  align-items: flex-end;
}

.home-cases-le {
  padding-right: 30px;
}

.home-cases-btm-li {
  width: 33.333333%;

  padding: 0 var(--jianju);

  display: none;
}

.home-cases-btm-li:first-child {
  display: block;
}

.home-cases-btm {
  margin: 0 var(--jianju1);

  display: flex;
}

.hcbl-img {
  width: 100%;

  /*border-radius: var(--border);*/
}

.hcbl-btm {
  width: 100%;

  margin-top: 48px;
}

.hcbl-btm-tit .std-h6 {
  color: #222222;

  line-height: 1.5;

  height: 3em;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  transition: all 0.36s;
}

.hcbl-btm-tit {
  width: 100%;

  position: relative;

  padding-bottom: 24px;

  border-bottom: 1px solid #c0c0c0;
}

.hcbl-btm-tit::after {
  content: "";

  position: absolute;

  bottom: -1px;

  left: 0;

  width: 0%;

  height: 1px;

  background: #0065dc;

  opacity: 0;

  transition: all 0.36s;
}

.hcbl-btm-info p {
  color: #666;

  line-height: 1.75;

  height: 5.25em;

  overflow: hidden;

  -webkit-line-clamp: 3;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.hcbl-btm-info {
  padding-top: 27px;
}

.home-cases-ri-arr path,
.home-cases-ri-arr rect {
  transition: all 0.36s;
}

.home-cases-ri-arr.slick-disabled {
  pointer-events: none;

  opacity: 0.5;
}

.home-media .home-cases-ri {
  margin-bottom: 7px;
}

.home-media-btm {
  width: 100%;

  position: relative;

  display: flex;

  flex-wrap: wrap;
}

.home-media-le {
  width: 43%;
}

.home-media-img {
  width: 100%;

  /*border-radius: var(--border);*/
}

.home-media-le-btm {
  width: 100%;

  position: relative;

  margin-top: 32px;
}

.hmlb-top p {
  color: rgba(16, 17, 17, 0.5);

  line-height: 1.6;

  padding-left: 8px;

  transition: all 0.36s;
}

.hmlb-top img {
  width: 16px;

  margin-bottom: 2px;
}

.hmlb-top {
  display: flex;

  align-items: center;

  margin-bottom: 24px;
}

.hmlb-tit .std-h6 {
  color: #000;

  line-height: 1.5;

  transition: all 0.36s;

  height: 3em;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.home-media-ri {
  width: 57%;

  padding-left: 80px;
}

.home-media-ri-li {
  width: 100%;

  position: relative;

  border-top: 1px solid #e5e5e5;
}

.home-media-ri-li::after {
  content: "";

  position: absolute;

  top: -1px;

  left: 0;

  width: 0%;

  height: 1px;

  background: #0065dc;

  transition: all 0.36s;

  opacity: 0;
}

.hmrl-link {
  width: 100%;

  display: block;

  padding-top: 20px;

  padding-bottom: 50px;
}

.home-media-ri-li:last-child .hmrl-link {
  padding-bottom: 0;
}

.home-sustain-top {
  width: 100%;

  margin-bottom: 85px;
}

.home-sustain-wrap {
  width: 58%;
}

.home-sustain {
  width: 100%;

  position: relative;
}

.home-sustain-img {
  width: 100%;

  position: relative;

  top: 0;

  left: 0;

  border-radius: 0 0 var(--border1) var(--border1);

  overflow: hidden;
}

.home-sustain-img img {
  width: 100%;
}

.home-sustain-img-pig2 {
  position: absolute;

  top: -10%;

  left: 0;
}

.home-sustain .ys-cont1400 {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 10;
}

.home-sustain-btm-ul {
  display: flex;

  flex-wrap: wrap;

  margin: 0 -40px;
}

.hsbu-li {
  padding: 0 40px;

  width: 50%;

  margin-bottom: 40px;
}

.hsbu-wrap {
  width: 100%;

  position: relative;

  border-top: 1px solid #ddd;

  padding-top: 24px;
}

.hsbu-li-info p {
  color: #666;

  line-height: 1.8;
}

.hsbu-li-info p i {
  font-size: 30px;
  padding-right: 10px;
}

.hsbu-li-btm .std-h4 {
  color: #080404;

  line-height: 1.5;

  font-family: "sanxing2";
}

.hsbu-li-info {
  margin-bottom: 15px;
}

.home-know {
  width: 100%;

  position: relative;
}

.home-know-top .std-h3 {
  color: #080404;

  font-family: "sanxing3";

  line-height: 1.4;
}

.home-know-top .std-h3 span {
  color: #0065dc;
}

.home-know-ul-li {
  width: 33.333333%;

  padding: 0 33px;

  margin-bottom: 20px;
}

.home-know-ul {
  display: flex;

  flex-wrap: wrap;

  margin: 0 -33px;
}

.hkul-link {
  width: 100%;

  position: relative;

  border-top: 1px solid #969898;

  padding-top: 46px;

  display: flex;

  align-items: center;
}

.hkul-link::after {
  content: "";

  position: absolute;

  top: -1px;

  left: 0;

  width: 0%;

  height: 1px;

  background: #0065dc;

  transition: all 0.36s;

  opacity: 0;
}

.hkul-le {
  width: 64px;

  flex: none;
}

.hkul-le img {
  transform: scale(1) !important;
}

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

.hkul-ri-tit .std-h6 {
  color: #a1a3a3;

  line-height: 1.2;

  transition: all 0.36s;
}

.hkul-ri-info p {
  color: #969898;

  line-height: 1.5;

  transition: all 0.36s;
}

.hkul-ri {
  padding-left: 40px;
}

.hkul-ri-tit {
  margin-bottom: 6px;
}

.ys-footer {
  border-radius: 100px 100px 0px 0px;

  background: rgb(0 91 166);

  width: 100%;

  padding-top: 100px;
}

.yftl-logo {
  width: 235px;

  margin-bottom: 50px;
}

.yftl-logo a {
  display: block;
}

.yftl-logo img {
  width: 100%;
}

.yftl-ul {
  display: flex;
}

.yftl-ul-li {
  width: 24px;

  cursor: pointer;

  margin-right: 24px;
}

.yftl-ul-li img:nth-child(2) {
  opacity: 0;
}

.ys-footer-top {
  display: flex;

  justify-content: space-between;

  width: 100%;

  margin-bottom: 60px;
}

.yftr-ul-li-top a,
.yftr-ul-li-top p {
  font-size: 18px;

  line-height: 1.4;

  font-weight: bold;

  color: #fff;

  transition: all 0.36s;

  font-family: "sanxing3";
}

.yftr-ul {
  display: flex;
}

.yulb-li a {
  font-size: 14px;

  line-height: 1.5;

  color: #ffffff8a;

  transition: all 0.36s;
}

.yftr-ul-li-top {
  margin-bottom: 19px;
}

.yulb-li {
  margin-bottom: 7px;
}

.yftr-ul-li {
  margin-right: 64px;
}

.ys-footer-top-ri {
  display: flex;

  padding-left: 30px;
}

.yftr-cantant-li-top p {
  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;

  line-height: 1.4;
}
.yftr-cantant-li-top p a {
  color: rgba(255, 255, 255, 0.7);

  font-size: 18px;

  line-height: 1.4;
  font-weight: 700;
}
.yftr-cantant-li-btm a {
  font-size: 16px;

  font-family: "sanxing3";

  line-height: 1.4;

  color: #fff;
}

.yftr-cantant-li-top {
  margin-bottom: 8px;
}

.yftr-cantant-li {
  margin-bottom: 30px;
}

.yftr-cantant-li:last-child {
  margin-bottom: 0;
}

.ys-footer-btm {
  width: 100%;

  display: flex;

  margin-bottom: 31px;
}

.ys-footer-btm-le p {
  font-size: 16px;

  line-height: 1.6;
  color: #fff;

  font-family: "sanxing3";
}

.ys-footer-btm-le {
  flex: none;
}

.yfbr-li a {
  font-size: 16px;

  line-height: 1.6;

  color: rgba(255, 255, 255, 0.7);

  transition: all 0.36s;
}

.ys-footer-btm-ri {
  display: flex;

  flex-wrap: wrap;
}

.yfbr-li {
  position: relative;

  padding: 0 24px;
}

.yfbr-li::after {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 0;

  width: 1px;

  height: 12px;

  background: rgba(51, 51, 51, 0.7);
}

.ys-footer-copyrig {
  width: 100%;

  position: relative;

  display: flex;
}

.ys-footer-copyrig-le p {
  color: rgba(255, 255, 255, 0.5);

  font-size: 14px;

  line-height: 1.4;
}

.ys-footer-copyrig-ri a {
  color: rgba(255, 255, 255, 0.5);

  font-size: 14px;

  line-height: 1.4;

  margin-left: 82px;
}

.yfbr-li:last-child::after {
  display: none;
}

.yftl-ul-li a {
  display: block;
}

.ys-hd-pc.isfixed {
  background: #fff;

  box-shadow: 0px 4px 20px 0px rgba(43, 43, 43, 0.05);
}

.ys-hd-pc.isfixed .head-logo img:nth-child(1) {
  opacity: 0;
}

.ys-hd-pc.isfixed .head-logo img:nth-child(2) {
  opacity: 1;
}

.ys-hd-pc.isfixed .head-nav-item-title {
  color: #101111;
}

.ys-hd-pc.isfixed .head-nav-item-title svg path {
  stroke: #666666;
}

.ys-hd-pc.isfixed .head-platf-link::before {
  border-color: rgba(16, 17, 17, 0.5);

  background: rgba(16, 17, 17, 0);

  backdrop-filter: blur(3px);
}

.ys-hd-pc.isfixed .head-platf-link p {
  color: #101111;
}

.ys-hd-pc.isfixed .head-platf-icon img:nth-child(1) {
  opacity: 0;
}

.ys-hd-pc.isfixed .head-platf-icon img:nth-child(2) {
  opacity: 1;
}

.ys-hd-pc.isfixed .head-sear-icon svg path {
  fill: rgba(16, 17, 17, 1);
}

.ys-hd-pc.isfixed .head-lange-icon svg path {
  stroke: rgba(16, 17, 17, 1);
}

.ys-hd-pc.isfixed .head-lange::after {
  background: rgba(16, 17, 17, 0.2);
}

.mod-bord {
  position: absolute;

  bottom: 34px;

  left: 0;

  width: 100%;

  z-index: 10;
}

.mod-bord-li a {
  font-size: 14px;

  line-height: 1.5;

  color: #fff;
}

.mod-bord-ul {
  display: flex;
}

.mod-bord-li {
  padding-right: 18px;

  position: relative;

  opacity: 0.5;

  transition: all 0.36s;
}

.mod-bord-li::after {
  content: "";

  position: absolute;

  top: 46%;

  left: -12px;

  transform: translateY(-50%);

  background-image: url(../images/borda.svg);

  width: 7px;

  height: 12px;

  background-size: 100% 100%;
}

.mod-bord-li:first-child::after {
  display: none;
}

.mod-bord-li:last-child {
  opacity: 1;
}

.produc-chargi {
  width: 100%;

  position: relative;

  z-index: 1;
}

.produc-chargi::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border1);

  opacity: 0.5;

  z-index: -1;

  background: linear-gradient(180deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.produc-chargi-wrap {
  width: 100%;

  position: relative;

  display: flex;

  flex-wrap: wrap;
}

.produc-chargi-le {
  width: 22%;

  display: flex;

  padding-right: 20px;

  height: 100%;

  position: sticky;

  top: 150px;

  left: 0;
}

.std-tit20 {
  font-size: var(--font20);

  line-height: 1.4;

  color: #101111;
}

.pclu-li {
  margin-bottom: 40px;

  cursor: pointer;
}

.pclu-li .std-tit20 {
  transition: all 0.36s;

  position: relative;
}

.pclu-li .std-tit20::after {
  content: "";

  position: absolute;

  top: 8px;

  left: 0;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  border: 3px solid #0065dc;

  transition: all 0.36s;

  opacity: 0;
}

.pclu-li.act .std-tit20::after {
  opacity: 1;
}

.pclu-li.act .std-tit20 {
  padding-left: 15px;

  color: #0065dc;
}

.produc-chargi-ri {
  width: 78%;

  border-left: 1px solid rgba(192, 192, 192, 0.6);

  padding-left: 60px;
}

.pcrl-tit-info .std-h5 {
  font-family: "sanxing3";

  color: #101111;

  line-height: 1.4;
}

.pcrl-tit {
  display: flex;

  align-items: center;

  margin-bottom: 40px;
}

.pcrl-tit-icon {
  width: 48px;
}

.pcrl-tit-icon img {
  width: 100%;
}

.pcrl-tit-info {
  padding-left: 16px;
}

.pcrl-ul {
  width: 100%;
}

.pcrl-li {
  width: 100%;

  margin-bottom: 40px;
}

.pcrl-link {
  width: 100%;

  position: relative;

  display: flex;

  flex-wrap: wrap;

  padding: 40px 45px;

  z-index: 1;
}

.pcrl-link::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border);

  background: linear-gradient(180deg, #f4fbff 0%, #ecf2fc 100%);

  z-index: -1;

  opacity: 0;

  transition: all 0.36s;
}

.pcrl-le {
  width: 47%;

  height: 100%;
}

.pcrl-ri {
  width: 53%;

  padding-left: 45px;

  display: flex;

  justify-content: space-between;

  flex-direction: column;

  padding-top: 28px;

  padding-bottom: 33px;
}

.pcrl-ri-tit .std-h6 {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";

  height: 1.5em;

  overflow: hidden;

  -webkit-line-clamp: 1;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.pcrl-ri-tit {
  width: 100%;

  border-bottom: 1px solid #dbdfe4;

  padding-bottom: 24px;
}

.pcrl-ri-ul-li p {
  font-size: 14px;

  line-height: 1.5;

  color: #666666;
}

.prul-btm p {
  color: #333333;
}

.prul-top {
  margin-bottom: 16px;
}

.pcrl-ri-ul {
  padding-top: 24px;

  display: flex;
}

.pcrl-ri-ul-li {
  width: 33.333333%;

  padding-right: 20px;
}

.prbl-icon {
  width: 24px;
}

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

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

.pcrl-ri-btm-link {
  display: flex;

  align-items: center;
}

.pcrl-ri-btm-link p {
  color: #0065dc;

  line-height: 1.5;

  font-size: 16px;

  padding-right: 8px;
}

.pcrl-ri-top {
  margin-bottom: 20px;
}

.produc-chargi-ri-li {
  width: 100%;

  padding-bottom: 40px;
}

.pclu-li::before {
  display: none;
}

.produc-chargi-top {
  display: flex;

  justify-content: flex-end;

  margin-bottom: 60px;
}

.produc-chargi-top-sear {
  width: 300px;

  border-bottom: 1px solid #101111;

  position: relative;
}

.produc-chargi-top-sear input {
  width: 100%;

  height: 38px;

  color: #c0c0c0;

  line-height: 40px;

  font-size: 16px;

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

.produc-chargi-top-sear img {
  width: 24px;

  cursor: pointer;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 0;
}

.produc-chargi-top-sear input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #c0c0c0;
}

.produc-chargi-top-sear input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #c0c0c0;
}

.produc-chargi-top-sear input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #c0c0c0;
}

.produc-chargi-top-sear input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #c0c0c0;
}

.downl-docume {
  width: 100%;

  position: relative;
}

.downl-docume-top-le {
  display: flex;
}

.downl-docume-top {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 80px;
}

.ddtl-li {
  margin-right: 16px;
}

.ddtl-link {
  color: rgba(74, 157, 255, 0.9);

  font-size: 16px;

  line-height: 1.5;

  position: relative;

  padding: 11px 32px;

  z-index: 1;

  display: block;

  transition: all 0.36s;
}

.ddtl-link::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border2);

  border: 1px solid #0065dc;

  z-index: -1;

  transition: all 0.36s;
}

.ddtl-link::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border2);

  z-index: -1;

  opacity: 0;

  transition: all 0.36s;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );
}

.ddtl-li.act .ddtl-link {
  color: #fff;
}

.ddtl-li.act .ddtl-link::after {
  opacity: 0;
}

.ddtl-li.act .ddtl-link::before {
  opacity: 1;
}

.downl-docume-btm-ul {
  display: flex;

  flex-wrap: wrap;

  margin: 0 var(--jianju1);

  padding-bottom: 50px;
}

.ddbu-li {
  width: 50%;

  padding: 0 var(--jianju);

  margin-bottom: 40px;
}

.ddbu-link {
  width: 100%;

  display: flex;

  align-items: center;

  padding: 40px;

  border-radius: var(--border);

  background: #f0f1f2;

  transition: all 0.36s;
}

.ddbu-link-icon {
  width: 72px;

  flex: none;
}

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

.ddbu-link-ri {
  padding-left: 32px;
}

.ddbu-link-ri-tit .std-tit20 {
  color: #101111;

  line-height: 1.75;

  transition: all 0.36s;

  font-family: "sanxing3";
}

.ddbu-link-ri-btm {
  display: flex;

  align-items: center;
}

.ddbu-link-ri-btm svg {
  width: 24px;
}

.ddbu-link-ri-btm svg path {
  transition: all 0.36s;
}

.ddbu-link-ri-btm p {
  color: #666;

  font-size: 16px;

  line-height: 1.5;

  padding-right: 9px;

  transition: all 0.36s;
}

.ddbu-link-ri-tit {
  margin-bottom: 14px;
}

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

.pc-fenye li {
  width: 60px;

  height: 40px;

  font-size: 16px;

  line-height: 40px;

  color: #000;
}

.pc-fenye li.activepage {
  color: #fff;

  background: #0065dc;
}

.inside-page .ys-hd-pc {
  background: #fff;

  box-shadow: 0px 4px 20px 0px rgba(43, 43, 43, 0.05);
}

.inside-page .ys-hd-pc .head-logo img:nth-child(1) {
  opacity: 0;
}

.inside-page .ys-hd-pc .head-logo img:nth-child(2) {
  opacity: 1;
}

.inside-page .ys-hd-pc .head-nav-item-title {
  color: #101111;
}

.inside-page .ys-hd-pc .head-nav-item-title svg path {
  stroke: #666666;
}

.inside-page .ys-hd-pc .head-platf-link::before {
  border-color: rgba(16, 17, 17, 0.5);

  background: rgba(16, 17, 17, 0);

  backdrop-filter: blur(3px);
}

.inside-page .ys-hd-pc .head-platf-link p {
  color: #101111;
}

.inside-page .ys-hd-pc .head-platf-icon img:nth-child(1) {
  opacity: 0;
}

.inside-page .ys-hd-pc .head-platf-icon img:nth-child(2) {
  opacity: 1;
}

.inside-page .ys-hd-pc .head-sear-icon svg path {
  fill: rgba(16, 17, 17, 1);
}

.inside-page .ys-hd-pc .head-lange-icon svg path {
  stroke: rgba(16, 17, 17, 1);
}

.inside-page .ys-hd-pc .head-lange::after {
  background: rgba(16, 17, 17, 0.2);
}

.media-detail {
  width: 100%;

  position: relative;
}

.media-detail-warp {
  width: 100%;

  display: flex;

  flex-wrap: wrap;
}

.detail-bord .mod-bord {
  bottom: auto;

  top: 24px;
}

.detail-bord .mod-bord-li a {
  color: rgba(153, 153, 153, 0.9);
}

.inside-page .ys-main {
  margin-top: 90px;
}

.detail-bord .mod-bord-li::after {
  background-image: url(../images/borda1.svg);
}

.media-detail-le-tit .std-tit20 {
  color: #101111;

  line-height: 1.5;
}

.media-detail-le-tit {
  margin-bottom: 105px;
}

.mdlb-tit p {
  color: #666;

  line-height: 1.5;
}

.mdlb-li p {
  color: #101111;

  line-height: 1.5;

  padding-left: 19px;
}

.mdlb-li .ys-imgbox-cover {
  width: 24px;

  margin-bottom: 3px;
}

.mdlb-li {
  display: flex;

  align-items: center;

  margin-bottom: 26px;
}

.mdlb-tit {
  margin-bottom: 28px;
}

.media-detail-le {
  width: 31%;

  height: 100%;

  position: sticky;

  top: 150px;

  left: 0;
}

.media-detail-ri {
  width: 69%;
}

.media-detail-ri-tit .std-h4 {
  color: #101111;

  font-family: "sanxing3";

  line-height: 1.5;
}

.media-detail-ri-tit {
  border-bottom: 1px solid #c0c0c0;

  padding-bottom: 60px;

  margin-bottom: 60px;
}

.media-detail-ri-btm {
  width: 100%;

  position: relative;

  border-bottom: 1px solid #c0c0c0;

  padding-bottom: 50px;
}

.media-detail-ri-btm h6 {
  font-size: 18px;

  margin-bottom: 12px;
}

.media-detail-ri-btm p {
  margin-bottom: 18px;
}

.media-detail-ri-paging {
  width: 100%;

  padding-top: 32px;
}

.mdrp-li a {
  font-size: 16px;

  line-height: 1.75;

  color: #666666;

  height: 1.75em;

  overflow: hidden;

  -webkit-line-clamp: 1;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.mdrp-li a span {
  color: #0065dc;

  font-weight: bold;

  padding-right: 6px;
}

.mdrp-li {
  margin-bottom: 8px;
}

.media-recomm {
  width: 100%;

  position: relative;
}

.media-recomm-top {
  width: 100%;

  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: var(--space60);
}

.media-recomm-top-le .std-h4 {
  color: #080404;

  line-height: 1.2;

  font-family: "sanxing3";
}

.mdrp-li:last-child {
  margin-bottom: 0;
}

.media-recomm-top-ri {
  display: flex;

  flex: none;

  align-items: center;
}

.media-recomm-top-ri .home-cases-ri-arr {
  border: 1px solid #969898;

  border-radius: 80px;

  height: 56px;

  transition: all 0.36s;

  display: flex;
}

.media-recomm-top-ri .home-cases-ri-arr svg {
  width: 56px;
}

.media-recomm-top-ri .home-cases-ri-nex {
  justify-content: flex-end;
}

.home-media-le-link {
  width: 100%;

  display: block;
}

.media-recomm-btm-ul {
  margin: 0 var(--jianju1);

  display: flex;
}

.mrbu-li {
  width: 33.333333%;

  padding: 0 var(--jianju);

  display: none;
}

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

.hmlb-top p span {
  padding: 0 12px;
}

.media-recomm-btm-ul .slick-list {
  width: 100%;
}

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

.news-recomm {
  width: 100%;

  position: relative;

  z-index: 1;
}

.news-recomm-ban {
  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;

  width: 100%;

  text-align: center;

  background: linear-gradient(
    180deg,
    rgba(235, 241, 249, 0.5) 0%,
    #ebf1f9 100%
  );
}

.news-recomm-ban img {
  width: 100%;

  max-width: 1920px;
}

.news-recomm-tit .std-h1 {
  color: #101111;

  line-height: 1.4;

  font-family: "sanxing3";
}

.news-recomm-tit {
  margin-bottom: 40px;
}

.news-recomm .produc-chargi-top-sear {
  border-bottom-color: #999;
}

.downl-docume-ul {
  display: flex;

  flex-wrap: wrap;

  margin: 0 var(--jianju1);
}

.downl-docume-li {
  width: 50%;

  padding: 0 var(--jianju);
}

.downl-docume-link {
  width: 100%;

  display: block;

  position: relative;
}

.downl-docume-link .ys-imgbox-cover {
  border-radius: var(--border);
}

.downl-docume-link-btm {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 10;

  padding: 60px;
}

.ddlb-time p {
  color: #fff;

  line-height: 1.6;
}

.ddlb-time p span {
  padding: 0 7px;
}

.ddlb-tit .std-h5 {
  color: #fff;

  font-family: "sanxing3";

  line-height: 1.5;

  max-height: 6em;

  overflow: hidden;

  -webkit-line-clamp: 4;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.ddlb-time {
  margin-bottom: 16px;
}

.nlul-link img {
  object-fit: cover;
}

.downl-docume-link .ys-imgbox-cover::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  background: linear-gradient(180deg, rgba(0, 35, 87, 0) 0%, #002357 100%);
}

.downl-docume-ul .slick-list {
  width: 100%;
}

.downl-docume-li {
  display: none;
}

.downl-docume-li:first-child {
  display: block;
}

.downl-docume-btm {
  width: 100%;

  position: relative;
}

.downl-docume-dots {
  display: flex;

  justify-content: center;

  margin-top: 60px;
}

.downl-docume-dots .ys-bandots-li::before {
  border-color: rgba(0, 101, 220, 0.5);
}

.downl-docume-dots .ys-bandots-li::after {
  background: rgba(102, 102, 102, 0.2);
}

.downl-docume-dots .ys-bandots-li svg {
  opacity: 0;
}

.downl-docume-dots .ys-bandots-li.act svg {
  opacity: 1;
}

.news-list {
  width: 100%;

  position: relative;

  margin-top: -90px;
}

.news-list-ul {
  width: 100%;

  margin-bottom: 90px;
}

.news-list-ul-li {
  width: 100%;
}

.nlul-link {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  padding: 90px 0;

  position: relative;

  border-bottom: 1px solid #e4e4e4;

  z-index: 1;
}

.nlul-link::after {
  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 100vw;

  height: 100%;

  background: #f9fafa;

  z-index: -1;

  opacity: 0;

  transition: all 0.36s;
}

.std-tit48 {
  font-size: 48px;

  line-height: 1.75;
}

.nlul-year-top .std-tit48 {
  font-family: "sanxing3";

  color: #0065dc;
}

.nlul-year-btm p {
  color: #999999;

  line-height: 1.5;
}

.nlul-img {
  border-radius: var(--border);

  width: 31%;
}

.nlul-year {
  width: 17%;

  display: flex;

  justify-content: center;

  padding-left: 20px;

  padding-right: 20px;
}

.nlul-ri {
  width: 52%;

  padding-top: 14px;

  padding-bottom: 14px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.nlul-ri-tit .std-h6 {
  color: #101111;

  font-family: "sanxing3";

  line-height: 1.5;

  max-height: 3em;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.nlul-ri-info p {
  color: #c0c0c0;

  line-height: 1.75;

  max-height: 3.5em;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  transition: all 0.36s;
}

.nlul-ri-tit {
  margin-bottom: 32px;
}

.nlul-ri-lable .nlul-ri-lable-info {
  color: rgba(16, 17, 17, 0.5);

  font-family: "sanxing2";

  transition: all 0.36s;
}

.nlul-ri-info {
  margin-bottom: 52px;
}

.nlul-ri-lable {
  position: relative;
}

.nlul-ri-lable .ybtm-link {
  position: absolute;

  top: -15px;

  left: 0;

  transform: translateY(25px);

  transition: all 0.36s;

  opacity: 0;
}

.cases-carou {
  width: 100%;

  position: relative;
}

.cases-carou-top {
  width: 100%;

  position: relative;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.cases-carou-top-le .std-h1 {
  color: #101111;

  line-height: 1.4;
}

.cases-carou-btm {
  width: 100%;

  position: relative;
}

.ccbu-li {
  width: 920px !important;

  margin-right: 40px;
}

.ccbu-link {
  display: block;

  width: 100%;

  position: relative;
}

.ccbu-link .ys-imgbox-cover {
  border-radius: 20px;
}

.ccbu-link .ccbu-link-img::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.7;

  background: linear-gradient(180deg, rgba(0, 35, 87, 0) 0%, #002357 100%);
}

.ccbu-posi {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  padding: 64px 70px;

  display: flex;

  align-items: flex-end;

  justify-content: space-between;
}

.ybtm-link2.ybtm-link::after {
  border: 1px solid #fff;

  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(2px);
}

.ccbu-posi-ri {
  flex: none;

  display: none;
}

.cplt-le {
  width: 32px;
}

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

.ccbu-posi-le-top {
  display: flex;

  align-items: center;

  margin-bottom: 16px;
}

.cplt-ri p {
  font-size: 16px;

  line-height: 1.2;

  font-family: "sanxing2";

  color: #fff;
}

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

.ccbu-posi-le-tit .std-h6 {
  color: #fff;

  line-height: 1.5;

  font-family: "sanxing3";

  max-height: 4.5em;

  overflow: hidden;

  -webkit-line-clamp: 3;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.ccbu-posi-le-info p {
  color: #fff;

  line-height: 1.75;

  max-height: 7em;

  overflow: hidden;

  -webkit-line-clamp: 4;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.ccbu-posi-le-info {
  padding-top: 16px;

  display: none;
}

.ccbu-posi-le {
  padding-right: 25px;

  width: 60%;
}

.cases-list {
  width: 100%;

  position: relative;
}

.cases-page {
  position: relative;

  z-index: 1;
}

.cases-page::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  z-index: -1;

  background: linear-gradient(180deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.cases-list-top {
  width: 100%;

  position: relative;
}

.cases-list-btm {
  width: 100%;

  position: relative;
}

.cases-list-btm-ul {
  width: 100%;

  padding-bottom: 20px;
}

.clbu-li {
  width: 100%;

  position: relative;

  margin-bottom: 80px;
}

.clbu-link {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  position: relative;

  border-radius: var(--border1);

  background: #fff;

  box-shadow: 0px 4px 20px 0px rgba(29, 86, 185, 0.05);

  padding: 60px;

  transition: all 0.36s;
}

.clbu-link-ri {
  border-radius: var(--border);

  width: 47%;
}

.clbu-link-le {
  width: 53%;

  padding-right: 87px;
}

.clbu-link-le .cplt-ri p {
  color: #101111;
}

.clbu-link-le-tit .std-tit20 {
  color: #101111;

  line-height: 1.75;

  font-family: "sanxing3";

  max-height: 3.5em;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.clbu-link-le-tit {
  width: 100%;

  border-bottom: 1px solid #dbdcde;

  padding-bottom: 32px;
}

.cllu-top p {
  color: #666666;

  line-height: 1.75;
}

.clbu-link-le-ul {
  margin-top: 32px;

  display: flex;

  justify-content: space-between;
}

.cllu-btm .std-h6 {
  color: #0065dc;

  line-height: 1.5;

  font-family: "sanxing3";
}

.clbu-link-le {
  padding-bottom: 15px;

  display: flex;

  justify-content: space-between;

  flex-direction: column;
}

.clbu-li:nth-child(2n) .clbu-link {
  flex-direction: row-reverse;
}

.clbu-li:nth-child(2n) .clbu-link-le {
  padding-right: 0;

  padding-left: 88px;
}

.latvia-top {
  width: 100%;

  position: relative;

  z-index: 1;
}

.latvia-top-wrap {
  width: 100%;

  position: relative;

  display: flex;

  align-items: center;

  flex-wrap: wrap;
}

.latvia-top-ri {
  width: 43%;

  position: relative;
}

.latvia-top-le {
  width: 57%;
}

.latvia-top-ri .ys-imgbox-cover {
  border-radius: var(--border);
}

.latvia-top-ri-play {
  width: 62px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  cursor: pointer;
}

.latvia-top-le .cplt-ri p {
  color: #101111;
}

.latvia-top-le-tit .std-h5 {
  color: #101111;

  font-family: "sanxing3";

  line-height: 1.5;
}

.latvia-top-le .nlul-ri-lable .nlul-ri-lable-info {
  display: inline-block;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.latvia-top-le .ccbu-posi-le-top {
  margin-bottom: 40px;
}

.latvia-top-le-tit {
  margin-bottom: 78px;
}

.latvia-top-le {
  padding-right: 80px;
}

.latvia-top::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

  border-radius: 0 0 var(--border1) var(--border1);

  background: linear-gradient(180deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.latvia-substa {
  width: 100%;

  position: relative;
}

.latvia-substa-wrap {
  width: 100%;

  display: flex;

  flex-wrap: wrap;
}

.latvia-substa-le {
  width: 26%;

  padding-right: 40px;
}

.latvia-substa-ri {
  width: 74%;

  border-left: 1px solid #c0c0c0;

  padding-left: 120px;
}

.lslt-top p {
  color: #666666;

  line-height: 1.75;
}

.lslt-btm p {
  color: #0065dc;

  line-height: 1.75;

  font-family: "sanxing3";
}

.latvia-substa-le-top {
  margin-bottom: 155px;
}

.lslt-li {
  margin-bottom: 24px;
}

.lslb-li .ys-imgbox-cover {
  display: block;
}

.lslb-ul {
  display: flex;

  margin-top: 16px;
}

.lslb-li img:nth-child(2) {
  opacity: 0;
}

.lslb-li {
  margin-right: 24px;
}

.latvia-substa-ri-top {
  width: 100%;

  margin-bottom: 60px;
}

.lsrt-li {
  width: 100%;

  position: relative;

  border-bottom: 1px solid rgba(192, 192, 192, 0.5);

  padding-bottom: 58px;

  margin-bottom: 43px;
}

.lsrt-li-tit .std-h6 {
  color: #101111;

  font-family: "sanxing3";

  line-height: 1.75;
}

.lsrt-li-tit {
  margin-bottom: 16px;
}

.lsrt-li-info p {
  color: #666;

  line-height: 1.75;

  margin-bottom: 0;
}

.lsrt-li:last-child {
  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: none;
}

.lsrb-btm {
  width: 100%;

  padding: 0 50px;

  display: flex;

  justify-content: space-between;
}

.lsrb-btm p {
  color: #101111;

  font-family: "sanxing3";
}

.lsrb-top {
  width: 100%;

  position: relative;

  border-radius: var(--border);
}

.lsrb-top img {
  width: 100%;
}

.lsrb-top img:nth-child(2) {
  position: absolute;

  top: 0;

  left: 0;
}

.latvia-substa-ri-btm {
  width: 100%;
}

.twentytwenty-overlay {
  display: none;
}

.lsrb-btm {
  margin-top: 14px;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 1px !important;

  z-index: -1 !important;
}

.twentytwenty-handle span {
  display: none !important;
}

.twentytwenty-handle {
  border: none !important;

  box-shadow: none !important;

  background-image: url(../images/b4_icon02.svg);

  background-size: 100% 100%;

  width: 60px !important;

  height: 60px !important;

  z-index: 1;

  margin-left: -29px !important;
}

.twentytwenty-handle::before {
  bottom: 40px !important;
}

.twentytwenty-handle::after {
  top: 40px !important;
}

.latvia-boost {
  width: 100%;

  position: relative;
}

.latvia-boost-wrap {
  width: 100%;

  position: relative;

  padding: 80px 40px;

  border-radius: var(--border);

  text-align: center;
}

.latvia-boost-wrap-tit .std-h4 {
  font-family: "sanxing3";

  color: #fff;

  line-height: 1.4;
}

.latvia-boost-wrap-tit {
  width: 910px;

  margin: 0 auto;

  max-width: 100%;

  margin-bottom: 40px;
}

.latvia-boost-wrap-more {
  display: flex;

  justify-content: center;
}

.ybtm-link3.ybtm-link::after {
  background: #fff;

  border-color: #fff;
}

.ybtm-link3 p {
  color: #0065dc;
}

/* .service-page .mod-bord {

    bottom: auto;

    top: 24px;

} */

.service-page .mod-bord-li a {
  color: #999;
}

.service-page .mod-bord-li::after {
  background-image: url(../images/borda1.svg);
}

.service-page .ys-ban-imgbox::before {
  display: none;
}

.service-page-ban {
  border-left: 2px solid #0065dc;

  padding-left: 20px;
}

.service-page-ban-top .std-h1 {
  color: #0065dc;

  line-height: 1.5;

  font-family: "sanxing2";
}

.service-page-ban-btm .std-h5 {
  color: #101111;

  line-height: 1.75;

  font-family: "sanxing3";
}

.service-team-info p {
  color: #333;
  font-size: var(--font60);
  font-weight: 800;

  line-height: 1.75;
}

.service-team-info {
  width: 80%;
}

.service-team-ul-li {
  width: 22%;

  padding: 0 10px;

  transition: all 0.56s;
}

.service-team-ul {
  margin: 0 -10px;

  display: flex;
}

.stul-wrap {
  width: 100%;

  height: 510px;

  border-radius: 24px;

  background: #f0f1f2;

  overflow: hidden;

  position: relative;
}

.stul-wrap-ri {
  width: 100%;

  height: 100%;

  max-width: 364px;

  position: absolute;

  right: 0;

  top: 0;
}

.stul-wrap-ri::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.2);
}

.stul-wrap-ri-img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.stul-wrap-ri img {
  width: 100%;
}

.stul-wrap-ri-icon {
  width: 50px;

  border-radius: var(--border2);

  overflow: hidden;

  position: absolute;

  bottom: 30px;

  left: 40px;

  z-index: 10;

  transition: all 0.36s;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );
}

.stul-wrap-ri-icon img {
  width: 100%;
}

.stul-wrap-ri-tit {
  position: absolute;

  top: 60px;

  left: 0;

  width: 100%;

  padding: 0 30px;

  z-index: 10;

  transition: all 0.36s;
}

.stul-wrap-ri-tit .std-h5 {
  color: #fff;

  line-height: 1.3;

  font-family: "sanxing3";
}

.stul-wrap-le {
  width: 100%;

  height: 100%;

  display: flex;

  justify-content: space-between;

  flex-direction: column;

  padding: 60px 40px 30px;

  max-width: 420px;
}

.stul-wrap-le-tit .std-h5 {
  color: #101111;

  line-height: 1.3;

  font-family: "sanxing3";
}

.stul-wrap-le-tit {
  border-bottom: 1px solid rgba(29, 43, 91, 0.1);

  padding-bottom: 33px;

  margin-bottom: 50px;
}

.stul-wrap-le-info p {
  color: #666;

  line-height: 1.75;
}

.stul-wrap-le .stul-wrap-ri-icon {
  position: relative;

  bottom: auto;

  left: auto;
}

.service-team-ul-li.act {
  width: 56%;
}

.service-team-ul-li.act .stul-wrap-ri-tit {
  opacity: 0;
}

.service-team-ul-li.act .stul-wrap-ri .stul-wrap-ri-icon {
  opacity: 0;
}

.service-team-btm {
  width: 100%;

  position: relative;

  display: flex;

  align-items: center;

  margin-top: 100px;
}

.service-team-btm-ri .ybtm-link {
  min-width: 350px;

  justify-content: space-between;
}

.service-team-btm-le .std-h5 {
  color: #101111;

  font-family: "sanxing3";
}

.service-team-btm-le {
  padding-right: 65px;
}

.service-team {
  width: 100%;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.service-team-svg {
  position: absolute;

  bottom: -40%;

  right: 0;

  width: 100%;

  z-index: -1;
}

.service-team-svg img {
  width: 100%;
}

.smart-meter-wrap {
  width: 100%;

  display: flex;

  flex-wrap: wrap;
}

.smart-meter-le {
  width: 40%;

  position: relative;

  height: 100%;
}

.smart-meter-ri {
  width: 60%;
}

.smart-meter {
  width: 100%;

  position: relative;

  background: linear-gradient(180deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.smart-meter-ri-subtit p {
  color: #101111;

  line-height: 1.4;
}

.smart-meter-ri-subtit {
  margin-bottom: 8px;
}

.smart-meter-ri-tit .std-h3 {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";
}

.smart-meter-ri-tit {
  border-bottom: 1px solid #c0c0c0;

  padding-bottom: 25px;

  margin-bottom: 24px;
}

.smrl-tit p {
  color: #101111;

  line-height: 1.4;
}

.innovat-capabi {
  width: 100%;

  position: relative;
}

.innovat-capabi-wrap {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  position: relative;

  justify-content: space-between;
}

.innovat-capabi-le {
  width: 43%;

  height: 100%;

  position: sticky;

  top: 140px;

  left: 0;

  padding-bottom: 500px;
}

.innovat-capabi-le-tit .std-h3 {
  color: #080404;

  line-height: 1.2;

  font-family: "sanxing3";
}

.innovat-capabi-le-info .std-h6 {
  color: #101111;

  line-height: 1.75;
}

.innovat-capabi-le-tit {
  margin-bottom: 32px;
}

.iclu-li {
  width: 33.333333%;

  padding-right: 50px;

  margin-bottom: 20px;
}

.iclu-wrap {
  width: 100%;

  position: relative;

  border-top: 1px solid #dbdcde;

  padding-top: 8px;
}

.iclu-wrap-top p {
  color: #080404;

  line-height: 1.75;
}

.iclu-wrap-btm .std-h4 {
  line-height: 1.5;

  font-family: "sanxing3";

  color: #0065dc;
}

.innovat-capabi-le-info {
  margin-bottom: 75px;
}

.innovat-capabi-le-ul {
  display: flex;

  flex-wrap: wrap;
}

.innovat-capabi-ri {
  width: 36.5%;
}

.innovat-capabi-ri-info p {
  color: #666666;
}

.innovat-capabi-ri-info {
  margin-bottom: 73px;
}

.innovat-capabi-ri-ul {
  width: 100%;
}

.icru-li {
  width: 100%;

  margin-bottom: 123px;
}

.icru-li-tit p {
  color: #101111;

  line-height: 1.75;

  font-family: "sanxing3";
}

.icru-li-tit {
  position: relative;

  margin-bottom: 16px;
}

.icru-li-tit .std-h4 {
  position: absolute;

  top: -15px;

  left: -100px;

  color: #333333;

  font-family: "sanxing3";

  line-height: 1.5;
}

.icru-li-info p {
  color: #666666;

  line-height: 1.75;
}

.icru-li .ys-imgbox-cover {
  border-radius: var(--border);
}

.icru-li-info {
  margin-bottom: 40px;
}

.innovat-capabi-img {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;
}

.innovat-capabi-img img {
  width: 100%;

  height: 100vh;

  object-fit: cover;

  position: sticky;

  top: 0;

  left: 0;

  border-radius: 0 0 var(--border1) var(--border1);
}

.innovat-intell {
  width: 100%;

  position: relative;

  z-index: 1;
}

.innovat-intell::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 800px;

  border-radius: var(--border1);

  opacity: 0.3;

  z-index: -1;

  background: linear-gradient(180deg, rgba(196, 219, 248, 0) 0%, #c4dbf8 100%);
}

.iitl-tit .std-h3 {
  color: #080404;

  font-family: "sanxing3";

  line-height: 1.2;
}

.iitl-info p {
  color: #666666;

  line-height: 1.75;

  margin-bottom: 24px;
}

.iitl-tit {
  margin-bottom: 50px;
}

.innovat-intell-top {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  padding-right: 70px;

  margin-bottom: 120px;
}

.innovat-intell-top-ri {
  width: 23%;

  position: relative;

  height: 100%;
}

.innovat-intell-top-ri svg {
  width: 100%;
}

.innovat-intell-top-le {
  width: 62%;
}

.iitr-positi {
  position: absolute;

  top: 53%;

  left: 0;

  transform: translateY(-50%);

  width: 100%;

  z-index: 10;

  text-align: center;
}

.iitr-positi-rate p {
  color: #666;

  line-height: 1.75;
}

.iitr-positi-num .std-h1 {
  font-family: "sanxing2";

  line-height: 1.5;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.innovat-intell-video {
  width: 100%;

  position: relative;

  margin-bottom: 120px;
}

.innovat-intell-video-img {
  width: 100%;

  border-radius: var(--border);

  overflow: hidden;

  position: relative;
}

.innovat-intell-video-img::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.3);
}

.innovat-intell-video-img img {
  width: 100%;
}

.innovat-intell-video-posi {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 10;
}

.iivp-tit .std-h4 {
  color: #fff;

  font-family: "sanxing3";

  line-height: 1.2;
}

.iivp-play-wrap img {
  width: 34px;
}

.iivp-play-wrap p {
  color: #ffffff;

  line-height: 1.75;

  padding-left: 11px;
}

.iivp-play-wrap {
  display: flex;

  align-items: center;

  cursor: pointer;
}

.iivp-play {
  display: flex;

  justify-content: center;
}

.iivp-tit {
  margin-bottom: 28px;
}

.innovat-intell-bases {
  width: 100%;

  position: relative;
}

.cases-carou-top-le .std-h4 {
  color: #080404;

  font-weight: bold;

  line-height: 1.2;
}

.iibu-li {
  width: 25%;

  padding: 0 var(--jianju);

  display: none;
}

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

.innovat-intell-bases-ul {
  display: flex;

  flex-wrap: wrap;

  margin: 0 var(--jianju1);
}

.iibu-wrap {
  width: 100%;

  position: relative;

  border-radius: var(--border);

  background: #fff;

  padding: 74px 58px 50px;

  overflow: hidden;
}

.iibu-wrap-top-img {
  width: 172px;

  margin: 0 auto;

  max-width: 100%;

  border-radius: 50%;
}

.iibu-wrap-top {
  position: relative;

  width: 100%;

  margin-bottom: 62px;
}

.iibu-wrap-top-num .std-h1 {
  background: linear-gradient(90deg, #0065dc 0%, #4a9dff 100%);

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  font-family: "sanxing2";
}

.iibu-wrap-top-num {
  position: absolute;

  bottom: -30px;

  left: 0;

  z-index: 10;
}

.iibu-wrap-btm .std-h6 {
  color: #101111;

  line-height: 1.75;
}

.iibu-wrap-hide {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 10;

  padding: 50px;

  padding-top: 27px;

  display: flex;

  justify-content: space-between;

  flex-direction: column;

  opacity: 0;

  transition: all 0.36s;
}

.iibu-wrap-hide::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border);

  z-index: -1;

  background: linear-gradient(
    0deg,
    rgba(8, 20, 39, 0.4) 0%,
    rgba(8, 20, 39, 0.4) 100%
  );

  box-shadow: 0px -4px 10px 0px rgba(80, 164, 255, 0.05),
    0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05),
    0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04),
    0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04),
    0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03),
    0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02);
}

.iibu-wrap-hide-top .std-h6 {
  color: #fff;

  line-height: 1.5;

  font-family: "sanxing2";
}

.iibu-wrap-hide-top {
  text-align: right;
}

.iwhb-tit .std-h6 {
  color: #fff;

  line-height: 1.75;
}

.iwhb-info p {
  color: #fff;

  line-height: 1.75;
}

.innovat-quality {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.innovat-quality-top-tit .std-h3 {
  color: #080404;

  font-family: "sanxing3";

  line-height: 1.2;
}

.innovat-quality-top-info p {
  color: #666;

  line-height: 1.75;
}

.innovat-quality-top-tit {
  margin-bottom: 40px;
}

.innovat-quality-top {
  width: 76%;

  margin-bottom: 80px;
}

.innovat-quality-wrap {
  width: calc(100% + 235px);

  position: relative;

  display: flex;

  align-items: center;

  margin-top: -260px;
}

.culture_course_ri {
  width: 900px;

  height: 900px;

  position: relative;

  flex: none;

  z-index: 10;

  transform: translateX(460px) translateY(40px);
}

.culture_course_ri_posit {
  width: 500px;

  top: 50%;

  transform: translateY(-50%);

  position: absolute;

  left: -250px;

  z-index: 10;
}

.culture_course_ri_posit img {
  width: 100%;
}

.ccrp_li {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.ccrp_li img {
  opacity: 0;

  transform: scale(0);

  border-radius: 50%;
}

.culture_course_ri_posit img {
  width: 100%;
}

.ccrp_li.act img {
  transition: all 0.6s;

  opacity: 1;

  transform: scale(1);
}

.culture_course_ri_wrap {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  transition: all 0.4s;
}

.miles_nuan_ri_circle img {
  width: 100%;

  transform: rotate(-5deg);

  max-width: inherit !important;
}

.culture_course_ri_wrap::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: 50%;
}

.innovat-quality-le {
  width: 40%;
}

.innovat-quality-btm {
  width: 100%;

  position: relative;

  display: flex;

  padding-right: 70px;
}

.innovat-quality-tit .std-h4 {
  color: #080404;
}

.innovat-quality-tit {
  margin-bottom: 64px;
}

.innovat-quality-ul {
  width: 100%;
}

.innovat-quality-ul-li {
  width: 100%;

  position: relative;

  display: none;
}

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

.iqul-wrap {
  width: 100%;

  display: flex;

  align-items: center;
}

.iqul-wrap-le p {
  font-size: 128px;

  color: #0065dc;

  line-height: 1.2;
}

.iqul-wrap-le {
  flex: none;
}

.iqul-wrap-ri {
  padding-left: 73px;
}

.innovat-quality-btm-le {
  width: 56px;

  flex: none;
}

.innovat-quality-btm-le .home-cases-ri-nex {
  margin-left: 0;

  margin-top: 16px;

  transform: rotate(90deg);
}

.innovat-quality-btm-le .home-cases-ri-pre {
  transform: rotate(90deg);
}

.innovat-quality-btm-ri {
  width: 100%;

  padding-left: 83px;

  padding-top: 5px;
}

.iqbr-li p {
  color: #080404;

  line-height: 1.75;
}

.iqbr-li {
  width: 100%;

  display: none;
}

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

.innovat-quality-btm-ri .downl-docume-dots {
  justify-content: flex-start;
}

.innovat-quality-btm-ri .ys-bandots-li:first-child {
  margin-left: 0;
}

.innovat-page .ys-footer {
  position: relative;

  z-index: 10;
}

.innovat-nav-li p {
  color: #666;

  line-height: 1.4;

  position: relative;

  transition: all 0.36s;
}

.innovat-nav-li p::after {
  content: "";

  position: absolute;

  top: 6px;

  left: -12px;

  width: 8px;

  height: 8px;

  border: 3px solid #666666;

  border-radius: 50%;

  background: #fff;

  transition: all 0.36s;
}

.innovat-nav {
  position: fixed;

  top: 50%;

  transform: translateY(-50%);

  left: -500px;

  z-index: 99;

  display: flex;

  flex-direction: column;

  transition: all 0.36s;
}

.innovat-nav.start {
  left: 24px;
}

.innovat-nav-li {
  padding-bottom: 40px;

  cursor: pointer;

  position: relative;

  z-index: 1;
}

.innovat-nav-li:last-child {
  padding-bottom: 0;
}

.innovat-nav-li::after {
  content: "";

  position: absolute;

  top: 12px;

  left: -9px;

  width: 1px;

  height: 100%;

  background: #dbdcde;

  transition: all 0.36s;

  z-index: -1;
}

.innovat-nav-li.act p::after {
  border-color: #0065dc;
}

.innovat-nav-li:last-child::after {
  display: none;
}

.innovat-nav-li.act p {
  color: #0065dc;
}

.innovat-nav-li.act::after {
  background: #0065dc;
}

.innovat-nav-li::before {
  display: none;
}

.innovat-nav.start.end {
  left: -124px;
}

.electr-meter {
  width: 100%;

  position: relative;
}

.electr-meter-wrap {
  width: 100%;

  position: relative;

  display: flex;

  flex-wrap: wrap;
}

.electr-ul .pcrl-li {
  width: 50%;

  padding: 0 var(--jianju);
}

.electr-ul.pcrl-ul {
  margin: 0 var(--jianju1);
}

.electr-ul .pcrl-link {
  padding: 30px 40px;
}

.electr-ul .pcrl-le {
  width: 41%;
}

.electr-ul .pcrl-ri {
  width: 59%;

  padding-top: 15px;

  padding-bottom: 0 !important;
}

.pcrl-ri-tit .std-tit20 {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";

  height: 1.5em;

  overflow: hidden;

  -webkit-line-clamp: 1;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.electr-ul .pcrl-ri-ul {
  display: block;
}

.electr-ul .pcrl-ri-ul-li {
  width: 100%;

  padding-right: 0;

  display: flex;
}

.electr-ul .prul-top {
  min-width: 75px;

  padding-right: 10px;
}

.electr-ul .prul-top p {
  color: #666;
}

.electr-ul .prul-btm p {
  color: #333333;
}

.electr-ul .pcrl-ri-tit {
  padding-bottom: 16px;

  position: relative;
}

.electr-ul .pcrl-ri-tit::after {
  content: "";

  position: absolute;

  bottom: -1px;

  left: 0;

  width: 0%;

  height: 1px;

  background: #0065dc;

  transition: all 0.36s;

  opacity: 0;
}

.electr-ul .pcrl-ri-ul {
  padding-top: 16px;
}

.electr-ul .prul-top {
  margin-bottom: 10px;
}

.pcrl-ul.electr-ul {
  width: auto;

  display: flex;

  flex-wrap: wrap;
}

.solution-based {
  width: 100%;

  position: relative;
}

.solution-based-wrap {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;
}

.solution-based-le-tit .std-h1 {
  font-family: "sanxing3";

  line-height: 1.4;

  color: #101111;
}

.solution-based-le-info p {
  color: #666;
}

.solution-based-le-arr {
  width: 56px;

  cursor: pointer;
}

.solution-based-le-arr img {
  width: 100%;
}

.solution-based-le-tit {
  margin-bottom: 45px;
}

.solution-based-le-info {
  margin-bottom: 73px;
}

.solution-based-ri {
  width: 56.5%;
}

.solution-based-ri img {
  width: 100%;
}

.solution-based-le {
  width: 35%;
}

.solution-tab {
  width: 100%;

  position: sticky;

  top: 90px;

  left: 0;

  background: #fff;

  z-index: 20;

  box-shadow: 0 20px 22px 0px rgba(0, 0, 0, 0.06);
}

.solution-tab-wrap {
  width: 100%;

  max-width: 1920px;

  margin: 0 auto;

  padding: 0 60px;
}

.solution-tab-ul {
  width: 100%;

  border-radius: var(--border1) var(--border1) 0px 0px;

  border-top: 1px solid #c0c0c0;

  border-right: 1px solid #c0c0c0;

  border-left: 1px solid #c0c0c0;

  display: flex;
}

.solution-tab-ul-li {
  width: 33.333333%;

  padding: 24px;

  text-align: center;

  border-right: 1px solid #c0c0c0;

  cursor: pointer;
}

.solution-tab-ul-li:last-child {
  border: none;
}

.solution-tab-ul-li p {
  color: #101111;

  line-height: 1.4;

  transition: all 0.36s;
}

.solution-tab-ul-li.act p {
  color: #0065dc;
}

.solution-featur {
  width: 100%;

  position: relative;
}

.solution-featur-img {
  width: 100%;

  position: relative;
}

.solution-featur-img::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.2);
}

.solution-featur-img img {
  width: 100%;
}

.solution-featur-btm {
  width: 100%;

  height: 100%;

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: 10;

  display: flex;

  align-items: flex-end;
}

.solution-featur-btm .ys-cont1400 {
  display: flex;

  flex-wrap: wrap;

  align-items: flex-end;

  justify-content: flex-end;

  position: relative;

  height: 100%;
}

.solution-featur-le .std-h3 {
  color: #fff;

  font-family: "sanxing3";

  line-height: 1.4;
}

.solution-featur-le {
  width: 34.5%;

  padding-right: 20px;

  position: absolute;

  bottom: 16%;

  left: 0;
}

.solution-featur-ri {
  width: 65.5%;
}

.sfru-li {
  width: 17%;

  padding: 0 var(--jianju);

  will-change: width;

  transition: all 0.36s;

  transition: width 0.7s, height 0.7s, opacity 1.2s, transform 1.2s;
}

.solution-featur-ri-ul {
  margin: 0 var(--jianju1);

  display: flex;

  align-items: flex-end;
}

.sfru-wrap {
  width: 100%;

  padding: 35px;

  border-radius: var(--border);

  border: 1px solid rgba(255, 255, 255, 0.2);

  background: rgba(0, 35, 87, 0.1);

  backdrop-filter: blur(10px);

  position: relative;

  overflow: hidden;
}

.sfru-wrap-icon {
  width: 100%;

  /*max-width: 80px;*/
}

.sfru-wrap-btm {
  width: 100%;

  min-width: 360px;

  /* padding-top: 66px; */

  /* display: none; */

  height: 0px;

  overflow: hidden;

  transition: width 0.7s, height 0.7s, opacity 1.2s, transform 1.2s;

  opacity: 0;
}

.sfru-li.act {
  width: 51%;
}

.sfru-wrap-btm-tit .std-h5 {
  color: #fff;

  line-height: 1.5;

  font-family: "sanxing3";
}

.sfru-wrap-btm-info p {
  color: #fff;

  line-height: 1.75;

  position: relative;

  padding-left: 16px;
}

.sfru-wrap-btm-info p::after {
  content: "";

  position: absolute;

  top: 8px;

  left: 0;

  width: 10px;

  height: 10px;

  background-image: url(../images/b2dots.svg);

  background-size: 100% 100%;

  transition: all 0.36s;
}

.sfru-wrap-btm-tit {
  margin-bottom: 16px;
}

.sfru-li.act .sfru-wrap {
  padding: 64px 42px;
}

.sfru-li.act .sfru-wrap-btm {
  margin-top: 66px;

  height: auto;

  min-width: 100%;

  opacity: 1;
}

.sfru-wrap-btm-wrap {
  width: 100%;
}

.solution-product {
  width: 100%;

  position: relative;
}

.solution-product-btm {
  width: 100%;

  position: relative;
}

.solution-product-btm .pcrl-li {
  width: 33.333333%;

  display: none;
}

.solution-product-btm .pcrl-li:first-child {
  display: block;
}

.pcrl-ri-tit .std-h6 {
  color: #333333;

  line-height: 1.5;

  font-family: "sanxing3";

  transition: all 0.36s;

  height: 1.5em;

  overflow: hidden;

  -webkit-line-clamp: 1;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.solution-product-btm .pcrl-ri-top {
  margin-bottom: 10px;
}

.solution-case-btm {
  width: 100%;

  position: relative;
}

.solution-case-btm-ul {
  margin: 0 var(--jianju1);
}

.scbu-li {
  width: 100%;

  position: relative;

  padding: 0 var(--jianju);

  display: none;

  opacity: 0.5;

  transition: all 0.36s;
}

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

.scbu-wrap {
  width: 100%;

  position: relative;

  display: flex;

  flex-wrap: wrap;

  border-radius: var(--border);

  overflow: hidden;

  background: #f0f1f2;

  align-items: center;
}

.scbu-wrap-img {
  width: 61%;
}

.scbu-wrap-ri {
  width: 39%;

  padding: 40px 67px;
}

.scbu-wrap-ri-tit p {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";

  max-height: 3em;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.scbu-wrap-ri-tit {
  padding-bottom: 23px;

  border-bottom: 1px solid #c0c0c0;

  margin-bottom: 27px;
}

.scbu-wrap-ri-info p {
  color: #666;

  line-height: 1.75;

  max-height: 5.25em;

  overflow: hidden;

  -webkit-line-clamp: 3;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.scbu-wrap-ri-more {
  display: flex;
}

.scbu-wrap-ri-info {
  margin-bottom: 68px;
}

.solution-case-btm-ul .slick-list {
  overflow: visible !important;
}

.scbu-li.slick-current {
  opacity: 1;
}

.solution-tab-ul-li::before {
  display: none;
}

.smli-li-tit p {
  text-align: center;

  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";
}

.smart-meter-le-nav {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  width: 50px;

  z-index: 10;
}

.smart-meter-le-humb {
  width: 100%;
}

.smlh-li {
  width: 100%;

  cursor: pointer;

  margin: 37px 0;
}

.smlh-li .ys-imgbox-cover {
  border-radius: 2px;

  background: rgba(255, 255, 255, 0.5);
}

.smlh-li.act .ys-imgbox-cover {
  background: #fff;
}

.smli-li {
  width: 100%;

  position: relative;

  display: none;
}

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

.smart-meter-ri-info p {
  color: #666;
}

.smart-meter-ri-info {
  margin-bottom: 60px;
}

.smrl-ul-li {
  height: 26px;

  margin-right: 20px;
}

.smrl-ul-li img {
  height: 100%;

  width: inherit;

  max-width: inherit !important;
}

.smrl-ul {
  display: flex;
}

.smrl-tit {
  margin-bottom: 16px;
}

.smart-meter-ri-more {
  display: flex;
}

.smart-meter-ri-logo {
  margin-bottom: 88px;
}

.smart-meter-ri-more .ybtm-link {
  margin-right: 16px;
}

.smart-featt {
  width: 100%;

  position: relative;

  border-radius: 0px 0px var(--border1) var(--border1);

  background: #ebf1f9;

  overflow: hidden;

  z-index: 1;
}

.smart-featt-tit .std-h4 {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";
}

.smart-featt-ul {
  display: flex;

  flex-wrap: wrap;

  margin: 0 var(--jianju1);

  padding-bottom: 130px;
}

.smart-featt-ul-li {
  width: 33.333333%;

  padding: 0 var(--jianju);
}

.sful-wrap {
  width: 100%;

  height: 100%;

  position: relative;

  border-radius: var(--border);

  overflow: hidden;

  box-shadow: 0px -4px 10px 0px rgba(80, 164, 255, 0.05),
    0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05),
    0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04),
    0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04),
    0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03),
    0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02);

  backdrop-filter: blur(10px);

  padding: 50px;
}

.sful-wrap::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 1px solid #d9d9d9;

  background: rgba(255, 255, 255, 0.9);

  transition: all 0.36s;

  z-index: -1;
}

.sful-wrap::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );

  box-shadow: 0px -4px 10px 0px rgba(80, 164, 255, 0.05),
    0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05),
    0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04),
    0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04),
    0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03),
    0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02);

  backdrop-filter: blur(10px);

  transition: all 0.36s;

  opacity: 0;

  z-index: -1;
}

.sful-wrap-icon {
  width: 60px;

  flex: none;
}

.sful-wrap-info .std-h5 {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";

  transition: all 0.36s;
}

.sful-wrap-info {
  padding-left: 16px;
}

.sful-wrap-top {
  display: flex;

  align-items: center;

  border-bottom: 1px solid #c0c0c0;

  padding-bottom: 32px;

  margin-bottom: 24px;

  transition: all 0.36s;
}

.smart-featt-tit {
  margin-bottom: 50px;
}

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

.sful-wrap-btm p {
  color: #666;

  transition: all 0.36s;
}

.sful-wrap-btm .sfru-wrap-btm-info p::before {
  content: "";

  position: absolute;

  top: 9px;

  left: 0;

  width: 8px;

  height: 8px;

  background-image: url(../images/b2dots1.svg);

  background-size: 100% 100%;

  transition: all 0.36s;

  opacity: 0;
}

.sful-wrap-btm .sfru-wrap-btm-info p::after {
  width: 8px;

  height: 8px;

  top: 9px;
}

.smart-featt-ul-li:nth-child(1) {
  transform: translateY(100px);
}

.smart-featt-ul-li:nth-child(2) {
  transform: translateY(50px);
}

.smart-featt-img {
  width: 100%;

  position: absolute;

  bottom: 0;

  left: 0;

  z-index: -1;
}

.smart-featt-img img {
  width: 100%;
}

.contact-global {
  width: 100%;

  position: relative;
}

.contact-global-tit .std-h3 {
  color: #080404;

  line-height: 1.2;

  font-family: "sanxing3";
}

.contact-global-btm {
  width: 100%;

  position: relative;
}

.contact-global-btm-img {
  width: 100%;

  position: relative;
}

.cgbi-img {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10;
}

.contact-global-btm-img img {
  width: 100%;
}

.contact-global-btm-svg {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;
}

.contact-global-btm-svg svg {
  width: 100%;
}

.cgbd-li {
  position: absolute;

  transform: translate(-50%, -50%);

  z-index: 20;
}

.cgbd-top {
  width: 5vw;

  height: 1.5vw;

  /* background: rgba(0, 0, 0, 0.5); */

  cursor: pointer;
}

.cgbd-li1 {
  top: 45.5%;

  left: 16.5%;
}

.cgbd-btm {
  position: absolute;

  bottom: 50px;

  left: 50%;

  transform: translateX(-50%);

  width: 570px;

  z-index: 10;

  display: none;
}

.cgbd-btm-wrap {
  display: flex;

  align-items: center;

  border-radius: var(--border);

  overflow: hidden;

  background: #fff;
}

.cgbd-btm-le {
  width: 36%;
}

.cgbd-btm-ri {
  width: 64%;

  padding: 20px 42px;
}

.cgbd-btm-ri-tit p {
  color: #101111;

  line-height: 1.75;

  font-family: "sanxing3";
}

.cgbd-btm-ri-tit {
  margin-bottom: 14px;
}

.cbru-li img {
  width: 16px;

  flex: none;
}

.cbru-li p {
  color: #666666;

  line-height: 1.75;

  padding-left: 8px;
}

.cbru-li p a {
  color: #666666;
}

.cbru-li {
  display: flex;

  margin-bottom: 8px;
}

.cgbd-li2 {
  top: 62.2%;

  left: 28.3%;
}

.cgbd-li3 {
  top: 32.4%;

  left: 42.1%;
}

.cgbd-li4 {
  top: 31.6%;

  left: 48%;
}

.cgbd-li5 {
  top: 39.5%;

  left: 71.7%;
}

.cgbd-li6 {
  top: 57.5%;

  left: 78.2%;
}

.contact-mailbox {
  width: 100%;

  margin-top: -85px;

  position: relative;

  z-index: 10;
}

.contact-mailbox-wrap {
  width: 100%;

  position: relative;

  border-radius: var(--border);

  padding: 46px 0;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.contact-mailbox-ri {
  width: 430px;

  display: flex;

  justify-content: center;
}

.contact-mailbox-le {
  width: 100%;

  display: flex;

  position: relative;
}

.contact-mailbox-le::after {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 1px;

  height: 88px;

  background: rgba(255, 255, 255, 0.2);

  right: 0;
}

.contact-mailbox-ri-li {
  margin: 0 16px;
}

.cmll-wrap-top p {
  color: #fff;

  line-height: 1.4;
}

.cmll-wrap-btm .std-h6 {
  color: #fff;

  line-height: 1.4;

  font-family: "sanxing3";
}

.contact-mailbox-le-li {
  width: 50%;

  padding: 0 10px;

  display: flex;

  justify-content: center;
}

.cmll-wrap-top {
  margin-bottom: 8px;
}

.contact-touch {
  width: 100%;

  position: relative;

  display: flex;
}

.contact-touch-wrap {
  width: 100%;

  position: relative;

  display: flex;

  flex-wrap: wrap;
}

.contact-touch-ri {
  width: 30%;
}

.contact-touch-ri img {
  width: 100%;

  border-radius: 50%;
}

.contact-touch-le {
  width: 53%;

  padding-right: 100px;
}

.contact-touch-le-tit .std-h3 {
  color: #080404;

  font-weight: bold;

  line-height: 1.2;
}

.contact-touch-le-tit {
  margin-bottom: 32px;
}

.contact-touch-le-info p {
  color: #666666;

  line-height: 1.2;
}

.contact-touch-le-info {
  margin-bottom: 50px;
}

.ys-form-title {
  color: #333;

  font-size: 40px;

  line-height: 1.5;

  margin-bottom: 50px;

  font-weight: bold;
}

.ys-form {
  --space: 20px;

  --spacebot: 24px;

  --spacein: 10px;

  --height: 42px;

  --size20: 16px;

  --size18: 16px;

  --size16: 16px;

  --l1h5: 1.5;

  --l1h75: 1.75;

  --color333: #333;

  --color666: #666;

  --color999: #999;

  --colortips: #f00;

  --colormain: #10154e;
}

.ys-form-inof {
  margin: 0 calc(var(--space) * -1);

  display: flex;

  flex-wrap: wrap;
}

.ys-form-inof-item {
  padding: 0 var(--space);

  margin-bottom: var(--spacebot);

  width: 100%;
}

.ys-form-inof-item3 {
  width: 33.333333%;
}

.ys-form-inof-item2 {
  width: 50%;
}

.ys-fii-name {
  font-size: var(--size20);

  line-height: var(--l1h75);

  color: var(--color333);

  margin-bottom: 0 !important;
}

.ys-fii-name span {
  color: var(--colortips);
}

.ys-fii-input {
  width: 100%;

  height: var(--height);

  /* border-bottom: 1px solid var(--color999); */

  display: block;
}

.ys-fii-input input,
.ys-fii-input textarea {
  width: 100%;

  height: 100%;

  font-size: var(--size18);

  line-height: var(--l1h75);

  color: var(--color333);

  padding: 0 var(--spacein);
}

.ys-fii-tips {
  font-size: var(--size16);

  color: var(--colortips);

  line-height: var(--l1h5);
}

.ys-fii-tips span {
  font-size: inherit;

  line-height: inherit;

  color: inherit;
}

.ys-form-inof-item .ys-select-xtbbox {
  right: 10px;
}

.ys-fii-select-search .ys-select-bd,
.ys-fii-select .ys-select-bd {
  border: 1px solid var(--color999);

  border-top: 0px;
}

.ys-fii-select-search .ys-fiiss-core,
.ys-fii-select .ys-select-bd {
  padding: 10px 0;
}

.ys-fii-select-search .ys-select-bd {
  padding-top: 0 !important;
}

.ys-form-inof-item .ys-select-li {
  font-size: var(--size18);

  line-height: var(--l1h5);

  color: var(--color666);

  padding: 0.5em 20px;

  transition: all 0.4s ease;
}

.ys-form-inof-item .ys-select-li span {
  color: #f00;
}

.ys-form-inof-item .ys-select-li:hover {
  color: var(--color333);
}

.ys-fiiss-input {
  border: 10px solid #f2f2f7;

  width: 100%;

  display: block;

  display: flex;

  align-items: center;
}

.ys-fiiss-input input {
  width: 100%;

  border-radius: 4px;

  padding: 4px 10px;

  width: calc(100% - 30px);

  flex-grow: 1;

  font-size: var(--size16);

  line-height: var(--l1h5);

  color: var(--color666);
}

.ys-fiiss-input input::placeholder,
.ys-form-inof-item input::placeholder,
.ys-form-inof-item textarea::placeholder {
  color: var(--color999);
}

.ys-fiiss-input-close {
  width: 20px;

  margin-right: 10px;

  cursor: pointer;

  opacity: 0;

  transition: all 0.4s ease;
}

.ys-fiiss-input-close .iconfont {
  font-size: 14px;
}

.ys-fiiss-input.act .ys-fiiss-input-close {
  opacity: 1;
}

.ys-form-inof-text .ys-fii-input {
  height: 120px;
}

.ys-fii-input textarea {
  padding-top: 10px;
}

.ys-fiiss-core,
.ys-fii-select .ys-select-bd {
  height: calc(var(--size18) * 10 + 20px);
}

.ys-form-inof .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.ys-form-inof .mCSB_scrollTools {
  top: 15px;

  bottom: 15px;
}

.ys-form-hide {
  opacity: 0 !important;
}

.ys-fia-text {
  display: flex;

  align-items: flex-start;
}

.ys-fia-text-btn {
  width: 18px;

  height: 18px;

  cursor: pointer;

  position: relative;

  top: 5px;
}

.ys-fia-text-btn::before {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  border: 1px solid var(--color999);

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  transition: all 0.4s ease;
}

.ys-fia-text-btn::after {
  content: "";

  width: 50%;

  height: 50%;

  position: absolute;

  background: var(--colormain);

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  opacity: 0;

  transition: all 0.4s ease;
}

.ys-fia-text-word {
  width: calc(100% - 18px);

  flex-grow: 1;

  padding-left: 10px;

  font-size: var(--size16);

  line-height: var(--l1h75);

  color: var(--color333);
}

.ys-fia-text-word a {
  color: var(--colormain);
}

.ys-form-inof-code {
  width: 45%;
}

.ys-fic-auth {
  display: flex;
}

.ys-fic-auth .ys-fii-input {
  width: 50%;

  flex-grow: 1;
}

.ys-fic-auth-img {
  height: var(--height);

  margin-left: var(--space);

  cursor: pointer;
}

.ys-fic-auth-img img {
  height: 100%;
}

.ys-form-inof-submit {
  width: 35%;
}

.ys-form-inof-agree.on .ys-fia-text-btn::after {
  opacity: 1;
}

.ys-fii-tips {
  display: none;
}

.ys-form-required.ys-form-empty .ys-fii-tips {
  display: block;
}

/* .ys-form-inof-country .ys-fii-tips {

    display: none !important;

} */

.iti__country-list,
.iti--inline-dropdown .iti__dropdown-content {
  width: calc(calc(1400px - calc(var(--space) * 4)) / 3) !important;
}

.ys-select-emptyli {
  pointer-events: none;
}

.iti__country-list {
  overflow-y: hidden !important;
}

.iti__country-list .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.iti {
  width: 100%;

  height: 100%;
}

.iti__search-input {
  border: 10px solid #f2f2f7;

  width: 100%;

  display: block;

  display: flex;

  align-items: center;

  font-size: var(--size16) !important;

  line-height: var(--l1h5);

  color: var(--color666);

  padding: 4px 10px !important;
}

.contact-touch-le .ys-form-inof-item {
  width: 50%;
}

.contact-touch-le .ys-form-inof-text {
  width: 100%;
}

.ys-form-inof-item label {
  display: flex;

  align-items: center;

  border-bottom: 1px solid #999999;
}

.ys-fii-name {
  flex: none;
}

/* .ys-form-phone .iti input {

    display: none;

} */

.ys-form-wrap {
  width: 100%;

  position: relative;

  border-bottom: 1px solid #999999;

  display: flex;

  align-items: center;
}

/* .ys-form-phone {

    width: 100%;

    position: absolute;

    top: 0;

    left: 0;

} */

/* .iti__selected-country::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 300px;

    height: 40px;

} */

.ys-form-inof-item input {
  line-height: 40px;

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

.ys-form-inof-itemc {
  position: relative;

  z-index: 10;
}

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

.ys-form-inof-item .ys-select-xtbbox {
  width: 6px;
}

.ys-form-inof-item .ys-select-xtbbox img {
  width: 100%;
}

.ys-form-inof-indus .ys-select-bd {
  border-radius: var(--border);

  background: #fff;

  top: calc(100% + 10px);

  border: none;

  text-align: center;

  box-shadow: 0px -4px 10px 0px rgba(80, 164, 255, 0.05),
    0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05),
    0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04),
    0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04),
    0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03),
    0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02);
}

.ys-form-inof-text label {
  display: block;
}

.ys-fii-input textarea {
  padding-left: 0 !important;

  width: 100%;

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

.ys-form-inof-text .ys-fii-input {
  height: 80px;
}

.contact-touch-le .ys-form-inof-code {
  width: 100%;
}

.contact-touch-le .ys-form-inof-agree {
  width: 100%;
}

.ys-fia-text-word {
  font-size: 14px;

  line-height: 2;

  color: #666666;
}

.ys-fia-text-word a {
  color: #0065dc;

  text-decoration: underline;
}

.ys-fia-text-btn::after {
  background: #0065dc;
}

.ys-fii-submit {
  display: flex;
}

.ys-fii-submit .ybtm-link {
  min-width: 173px;

  text-align: center;

  justify-content: center;
}

.ys-fii-submit .ybtm-link p {
  padding-right: 0 !important;
}

.about-leading {
  width: 100%;

  position: relative;

  height: 200vh;

  z-index: 15;
}

.about-leading-stick {
  width: 100%;

  height: calc(100vh - 90px);

  overflow: hidden;

  top: 90px;

  left: 0;

  position: sticky;

  border-radius: var(--border1);

  background: linear-gradient(180deg, rgba(196, 219, 248, 0) 0%, #c4dbf8 100%);
}

.about-leading-yun {
  width: 110%;

  position: absolute;

  bottom: 0;

  left: 0;
}

.about-leading-yun img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.about-leading-memc {
  width: 100%;

  position: absolute;

  bottom: 0;

  left: 0;

  transform-origin: 100% 100%;
}

.about-leading-memc img {
  width: 100%;
}

.about-leading-img {
  position: absolute;

  bottom: 0;

  right: -13%;

  width: 73%;

  z-index: 10;
}

.about-leading-img img {
  width: 100%;
}

.about-leading-wrap {
  width: 50%;

  position: relative;

  padding-top: 10vw;
}

.about-leading-top-tit .std-h1 {
  color: #101111;

  line-height: 1.4;

  font-family: "sanxing3";
}

.about-leading-top-info .std-h4 {
  color: #101111;

  line-height: 1.4;
}

.about-leading-top-tit {
  margin-bottom: 50px;
}

.about-leading-top-info {
  margin-bottom: 118px;
}

.about-leading-btm {
  position: absolute;

  top: 0;

  padding-top: 100px;

  left: 0;

  width: 100%;

  opacity: 0;

  pointer-events: none;
}

.about-leading-btm p {
  color: #101111;

  line-height: 1.75;

  margin-bottom: 24px;
}

.about-leading-wrap-cont {
  width: 100%;

  position: relative;
}

.about-leading-btm {
  width: 100%;

  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s ease-out;

  transform: translateY(-30px);

  transition-delay: 0s;
}

.about-leading-top {
  width: 100%;

  transition: transform 0.8s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s ease-out;

  transform: translateY(0px);

  transition-delay: 0.2s;
}

.about-leading-wrap-cont.act .about-leading-top {
  transform: translateY(-30px);

  opacity: 0;

  pointer-events: none;

  transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s ease-out;

  transition-delay: 0s;
}

.about-leading-wrap-cont.act .about-leading-btm {
  transform: translateY(0px);

  opacity: 1;

  pointer-events: all;

  transition: transform 0.8s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s ease-out;

  transition-delay: 0.2s;
}

.about-histo {
  width: 100%;

  position: relative;
}

.about-histo-top .std-h3 {
  color: #080404;

  font-family: "sanxing3";

  line-height: 1.2;

  position: sticky;

  top: 8vw;

  left: 0;

  padding-bottom: 28vw;
}

.about-histo-btm {
  width: calc(100% + 150px);

  transform: translateX(-150px);

  display: flex;

  padding-top: 10.5vw;
}

.about-histo-btm-le {
  width: 150px;

  display: flex;

  flex: none;

  padding-top: 3vw;

  padding-bottom: 15.5vw;
}

.ahbl-li p {
  color: rgba(8, 4, 4, 0.5);

  line-height: 1.2;
}

.ahbl-li {
  margin-bottom: 40px;
}

.ahbl-li:last-child {
  margin-bottom: 0;
}

.ahbl-li.act p {
  color: rgba(8, 4, 4, 1);
}

.about-histo-top {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;
}

.ahbr-li {
  width: 100%;

  padding-left: 22%;

  display: none;
}

.ahbr-li.act {
  display: block;
}

.ahbr-wrap {
  width: 100%;

  position: relative;
}

.ahbr-wrap-btm {
  width: 100%;

  display: flex;

  flex-wrap: wrap;

  position: relative;
}

.ahbr-ri {
  width: 51%;

  border-radius: var(--border);
}

.about-histo-btm-ri {
  width: 100%;

  height: 100%;

  position: relative;

  position: sticky;

  top: 19vw;

  left: 0;
}

.ahbr-le {
  width: 49%;

  padding-right: 120px;
}

.ahbr-wrap-top .std-h4 {
  display: inline-block;

  line-height: 1.2;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

.ahbr-wrap-top {
  width: 100%;

  margin-bottom: 80px;
}

.ahbr-le-tit .std-h5 {
  color: #080404;

  line-height: 1.2;

  font-family: "sanxing3";
}

.ahbr-le-tit {
  margin-bottom: 24px;
}

.ahbr-le-info p {
  color: #666;

  line-height: 1.75;
}

.ahbr-line {
  width: 100%;

  height: 1px;

  background: #c0c0c0;

  position: absolute;

  top: 85px;

  left: 0;
}

.ahbr-line span {
  display: block;

  width: 0%;

  height: 100%;

  background: #0065dc;
}

.about-histo-wrap .ys-cont1400 {
  position: relative;
}

.about-certifi {
  width: 100%;

  position: relative;

  z-index: 1;
}

.about-certifi::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border1) var(--border1) 0px 0px;

  opacity: 0.5;

  /*background: linear-gradient(0deg, rgba(235, 241, 249, 0.00) 0%, #EBF1F9 100%);*/

  z-index: -1;
}

.about-certifi-wrap {
  width: 100%;

  position: relative;

  display: flex;
  /*border-top: 1px solid #ddd;*/

  flex-wrap: wrap;
}

.about-certifi-le {
  width: 52%;

  position: relative;

  overflow: hidden;

  transform-style: preserve-3d;

  transform: perspective(3000px);

  padding-top: 15px;

  padding-bottom: 15px;
}

.about-certifi-ri {
  width: 48%;

  padding-left: 116px;
}

.aclt-swper {
  width: 278px;

  margin: 0 auto;

  position: relative;
}

.aclt-li {
  width: 100%;

  /* display: none; */

  margin: 0 10px;
}

.aclt-li-wrap {
  width: 100%;
}

.aclt-li .aclt-li-wrap {
  border: 1px solid rgba(227, 227, 227, 0.6);

  background: rgba(227, 227, 227, 0.2);
}

.aclt-ul .slick-list {
  overflow: visible !important;
}

.aclt-li {
  opacity: 0;

  transform-style: preserve-3d;

  transform: perspective(2000px);

  transition-property: all !important;
}

.aclt-li.swiper-slide-active,
.aclt-li.swiper-slide-next,
.aclt-li.swiper-slide-prev {
  opacity: 1;

  transform-style: preserve-3d;
}

.aclt-li.swiper-slide-prev .aclt-li-wrap {
  transform: rotateY(-56deg) translateZ(-82px);

  transition: all 0.36s;
}

.aclt-li.swiper-slide-next .aclt-li-wrap {
  transition: all 0.36s;

  transform: rotateY(56deg) translateZ(-82px);
}

.aclt-li.swiper-slide-active .aclt-li-wrap {
  -webkit-box-reflect: below -3px -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 70%,
      #fff 200%
    );
}

.aclt-desz {
  width: 363px;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  z-index: 10;
}

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

.about-certifi-le-top {
  width: 100%;

  position: relative;

  padding-bottom: 70px;

  /* pointer-events: none; */
}

.aclb-li p {
  color: #101111;

  line-height: 1.2;
}

.aclb-ul {
  width: 100%;

  text-align: center;
}

.aclb-li {
  width: 100%;

  display: none;
}

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

.about-certifi-ri-tit .std-h3 {
  color: #080404;
  font-weight: 800;
  line-height: 1.2;

  font-family: "sanxing3";
}

.about-certifi-ri-tit {
  margin-bottom: 45px;
}

.acrt-li {
  width: 100%;

  position: relative;

  padding: 17px 0;

  z-index: 1;

  transition: all 0.36s;

  cursor: pointer;
}

.acrt-li::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border2);

  border: 1px solid #20afff;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );

  backdrop-filter: blur(2px);

  z-index: -1;

  transition: all 0.36s;

  opacity: 0;
}

.acrt-li.act::after {
  opacity: 1;
}

.acrt-li.act p {
  color: #fff;
}

.acrt-li.act p::before {
  opacity: 1;
}

.acrt-li.act p::after {
  opacity: 0;
}

.acrt-li.act {
  padding-left: 24px;

  padding-right: 24px;
}

.chargin-page .smart-featt-tit {
  text-align: center;
}

.chargin-page .smart-meter-ri {
  width: 100%;
}

.chargin-page .smart-meter-ri-info {
  width: 100%;

  text-align: center;

  margin-bottom: 40px;
}

.chargin-page .smart-meter-ri-logo {
  display: flex;

  align-items: center;

  justify-content: center;
}

.chargin-page .smrl-tit {
  margin-bottom: 0;

  margin-right: 30px;
}

.chargin-page .smart-meter-ri-more {
  justify-content: center;
}

.chargin-page .smart-meter-ri-more .ybtm-link:last-child {
  margin-right: 0;
}

.chargin-page-img {
  width: 506px;

  margin: 0 auto;

  max-width: 100%;

  margin-bottom: 34px;
}

.chargin-page-rir h1 {
  font-size: 128px;

  line-height: 1.5;

  font-family: "sanxing3";

  color: #101111;

  text-align: center;
}

.chargin-page-sutit .std-h4 {
  text-align: center;

  color: #101111;

  line-height: 1.5;
}

.chargin-page-lable {
  text-align: center;

  margin-bottom: 32px;

  display: flex;

  justify-content: center;
}

.chargin-page-lable p {
  border-radius: var(--border2);

  border: 2px solid #0065dc;

  color: #101111;

  line-height: 1.2;

  padding: 16px;

  min-width: 246px;

  text-align: center;
}

.chargin-series {
  width: 100%;

  position: relative;
}

.chargin-series-wrap {
  width: 100%;

  padding-top: 14vw;
}

.chargin-page-top {
  width: 100%;

  transform: translateY(200px);

  opacity: 0;
}

.chargin-page-rir {
  transform: scale(1.5);
}

.chargin-page-btm {
  opacity: 0;

  position: relative;
}

.sudtanin-ban {
  width: 100%;

  position: relative;

  height: 200vh;
}

.sudtanin-wrap {
  width: 100%;

  height: calc(100vh - 90px);

  position: sticky;

  top: 90px;

  left: 0;
}

.sudtanin-wrap-img {
  width: 100%;

  height: 100%;
}

.sudtanin-wrap-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.sudtanin-wrap .ys-cont1400 {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 10;
}

.sudtanin-wrap-tit .std-h1 {
  color: #101111;

  line-height: 1.4;

  font-family: "sanxing3";
}

.sudtanin-wrap-info p {
  color: #666666;

  line-height: 1.4;
}

.sudtanin-wrap-tit {
  margin-bottom: 48px;
}

.sudtanin-wrap-info {
  margin-bottom: 120px;
}

.sudtanin-wrap-le {
  width: 48%;
}

.sudtanin-wrap-desz {
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: 20;

  transform: scale(4);

  opacity: 0;

  pointer-events: none;
}

.sudtanin-wrap-desz img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.recruit_model_cont {
  width: 100%;

  position: relative;

  display: flex;

  align-items: center;
}

.recruit_model_center {
  order: 2;

  position: relative;
}

.recruit_model_center {
  width: 44%;
}

.recruit_model_center_line {
  width: 100%;

  height: 100%;
}

.recruit_model_center_line svg,
.recruit_model_center_tranf svg {
  width: 100%;

  height: 100%;
}

.rmcl_line circle {
  stroke-dashoffset: 316 !important;

  transition: all 0.6s;
}

.recruit_model.on .rmcl_line circle {
  stroke-dashoffset: 0 !important;
}

.recruit_model_center_tranf {
  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  z-index: 10;

  transition: all 0.6s;
}

.rmct_wrap {
  transform: rotateZ(180deg) translateZ(0px);
}

.rmct_line circle {
  stroke-dashoffset: 312 !important;

  transition: all 0.6s;

  transition-delay: 0.5s;
}

.recruit_model.on .rmct_line circle {
  stroke-dashoffset: 249 !important;
}

.recruit_model_center_tranf .rmct_piece {
  width: 81%;

  height: 81%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.rmct_piece circle {
  stroke-dasharray: 330 !important;

  transition: all 0.6s;

  transition-delay: 1s;
}

.recruit_model.on .rmct_piece circle {
  stroke-dasharray: 268 !important;
}

.recruit_model_center_img {
  width: 81%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.recruit_model_center_img img {
  border-radius: 50%;

  width: 100%;
}

.recruit_model_center_img::after {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 47%;

  height: 47%;

  background: #0b25aa;

  border-radius: 50%;
}

.recruit_model_center_img svg {
  width: 104%;

  height: 104%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.recruit_model_center_img svg {
  width: 104%;

  height: 104%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.recruit_model_center_img path {
  stroke-opacity: 1;

  stroke-dasharray: 1000.026672px 1999.0266723632812px;

  transition: all 0.8s;

  transition-delay: 1.8s;
}

.recruit_model.on .recruit_model_center_img path {
  stroke-dasharray: 0 1999.0266723632812px;
}

.recruit_model_center_tit {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  text-align: center;
}

.recruit_model_center_tit .std_tit2 {
  font-weight: bold;

  color: #fff;
}

.recruit_model_le {
  padding-right: 10px;
}

.recruit_model_ul {
  width: 28%;

  display: flex;

  justify-content: space-between;

  flex-direction: column;
}

.recruit_model_le {
  order: 1;
}

.recruit_model_ul_li {
  transition: all 0.36s;

  opacity: 0.6;

  width: 360px;

  max-width: 100%;

  margin: 44px 0;
}

.rmul_tit {
  margin-bottom: 20px;
}

.rmul_tit p {
  color: #fff;

  line-height: 1.75;

  font-weight: bold;
}

.rmul_info p {
  color: #fff;

  line-height: 1.75;
}

.recruit_model_ul_li.act {
  opacity: 1;
}

.recruit_model_ri {
  padding-left: 64px;
}

.sudtanin-appro {
  width: 100%;

  position: relative;

  background: #fff;
}

.recruit_model_ri {
  order: 3;
}

.recruit_model_center_tit .std-h3 {
  color: #fff;

  line-height: 1.2;

  font-family: "sanxing3";
}

.recruit_model_center_img::after {
  display: none;
}

.rmcl_line {
  opacity: 0.5;
}

.rmul_tit p {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";

  transition: all 0.36s;
}

.rmul_tit {
  width: 100%;

  border-bottom: 1px solid #c0c0c0;

  padding-bottom: 30px;

  margin-bottom: 30px;
}

.rmul_info p {
  color: #666;

  line-height: 1.75;
}

.recruit_model_ul_li.act .rmul_tit p {
  color: #0065dc;
}

.recruit_model_ul_li:first-child {
  margin-top: 0 !important;
}

.recruit_model_ul_li:last-child {
  margin-bottom: 0 !important;
}

.sudtanin-doing {
  width: 100%;

  position: relative;

  z-index: 1;
}

.sudtanin-doing::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 940px;

  border-radius: var(--border1);

  opacity: 0.5;

  z-index: -1;

  background: linear-gradient(0deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.sudtanin-doing-wrap {
  width: 100%;

  position: relative;
}

.sudtanin-doing-tit .std-h3 {
  color: #080404;

  line-height: 1.2;

  font-family: "sanxing3";

  text-align: center;
}

.sudtanin-doing-tit {
  position: relative;

  padding-top: 40px;

  margin-bottom: 44px;
}

.sudtanin-doing-tit::after {
  content: "";

  position: absolute;

  top: -25px;

  left: 50%;

  transform: translateX(-50%);

  width: 1px;

  height: 45px;

  background: #c0c0c0;
}

.sudtanin-doing-btm {
  width: 100%;

  position: relative;
}

.sudtanin-doing-btm-ul {
  display: flex;

  margin: 0 -80px;

  flex-wrap: wrap;

  position: relative;

  padding-bottom: 50px;

  z-index: 1;

  padding-top: 56px;
}

.sudtanin-doing-btm-ul::after {
  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  width: 1px;

  height: 100%;

  background: #c0c0c0;

  z-index: -1;
}

.sdbu-li {
  width: 50%;

  padding: 0 80px;

  margin-bottom: 160px;

  display: none;
}

.sudtanin-doing-btm.on .sdbu-li {
  display: block !important;
}

.sdbu-li:nth-child(1),
.sdbu-li:nth-child(2),
.sdbu-li:nth-child(3),
.sdbu-li:nth-child(4) {
  display: block;
}

.sdbu-li:nth-child(odd) {
  text-align: right;
}

.sdbu-li:nth-child(odd) .sdbu-wrap-img {
  display: flex;

  justify-content: flex-end;
}

.sdbu-li:nth-child(even) {
  position: relative;

  top: 160px;
}

.sdbu-li:nth-child(odd) .sdbu-year::after {
  left: auto;

  right: -92px;
}

.sdbu-wrap {
  width: 100%;

  position: relative;
}

.sdbu-wrap-img {
  width: 100%;

  margin-bottom: 16px;
}

.sdbu-wrap-img .ys-imgbox-cover {
  width: 79%;

  border-radius: var(--border);
}

.sdbu-year .std-h1 {
  display: inline-block;

  font-family: "sanxing2";

  background: linear-gradient(90deg, #0065dc 0%, #4a9dff 100%);

  background-clip: text;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  line-height: 1.5;
}

.sdbu-year {
  margin-bottom: 40px;

  position: relative;
}

.sdbu-year::after {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 24px;

  height: 24px;

  background: url(../images/f4cvg1.svg);

  background-size: 100% 100%;

  left: -92px;
}

.sdbu-tit .std-tit20 {
  color: #101111;

  line-height: 1.5;

  font-family: "sanxing3";
}

.sdbu-info p {
  color: #666;

  line-height: 1.75;
}

.sdbu-tit {
  margin-bottom: 24px;
}

.sudtanin-doing-btm-btm {
  display: flex;

  justify-content: center;

  margin-top: 46px;
}

.sudtanin-doing-btm-btm .ybtm-link-icon {
  transform: rotate(90deg);
}

.sudtanin-doing-btm.on .ybtm-link-icon {
  transform: rotate(-90deg);
}

.sudtanin-down {
  width: 100%;

  position: relative;
}

.sudtanin-down-werap {
  width: 100%;

  position: relative;

  padding: 60px 140px 50px;

  border-radius: var(--border1);

  display: block;
}

.sudtanin-down-werap-le {
  width: 50%;
}

.sdwl-ubtit .std-tit20 {
  color: #101111;

  line-height: 1.75;

  font-family: "sanxing3";
}

.sdwl-btm {
  width: 100%;

  position: relative;

  border-left: 2px solid #0065dc;

  padding-left: 20px;

  margin-bottom: 39px;
}

.sdwl-btm-year .std-h1 {
  color: #0065dc;

  font-family: "sanxing2";

  line-height: 1.5;
}

.sdwl-btm-tit p {
  color: #101111;

  font-family: "sanxing3";

  line-height: 1.75;
}

.sdwl-ubtit {
  margin-bottom: 29px;
}

.sdwl-btm-btn {
  display: flex;
}

.sudtanin-down-werap-ri {
  width: 27%;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 140px;
}

.sudtanin-down-werap-ri .ys-imgbox-cover {
  border-radius: 4px;

  border: 1px solid #f2f2f2;

  box-shadow: 16px 16px 26px 0px rgba(2, 37, 98, 0.25);
}

.sudtanin-down-cont {
  width: 100%;

  position: relative;

  padding: 40px 0;
}

.solutin-prepay {
  width: 100%;

  position: relative;

  z-index: 1;

  max-width: 100%;
}

.solutin-prepay::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border-radius: var(--border1);

  z-index: -1;

  opacity: 0.5;

  background: linear-gradient(180deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.solutin-prepay-wrap {
  width: 100%;

  display: flex;

  flex-wrap: wrap;
}

.solutin-prepay-le {
  width: 51.5%;

  position: relative;

  z-index: 10;
}

.solutin-prepay-ri {
  width: 48.5%;

  height: 100%;

  padding-left: 145px;

  position: sticky;

  top: 130px;

  right: 0;

  padding-bottom: 200px;
}

.splu-li {
  width: 100%;

  position: sticky;

  top: 130px;

  margin-bottom: 60px;
}

.solutin-prepay-le-ul {
  width: 100%;

  position: relative;
}

.splu-li .splu-link-img {
  border-radius: var(--border);
}

.splu-li .splu-link-img::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.2);
}

.splu-btm {
  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  z-index: 10;
}

.splu-link {
  width: 100%;

  display: block;

  position: relative;
}

.splu-btm-top-tit .std-h5 {
  color: #fff;

  line-height: 1.75;

  font-family: "sanxing3";
}

.splu-btm-top-infp p {
  color: #fff;

  line-height: 1.75;
}

.splu-btm-top-tit {
  margin-bottom: 13px;
}

.splu-btm-btm {
  display: flex;

  margin-top: 20px;
}

.splu-btm-wrap {
  width: 72%;

  transition: all 0.36s;

  padding: 60px;
}

.splu-btm-wrap2 {
  height: 100%;

  opacity: 0;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.splu-btm-wrap1 {
  position: absolute;

  bottom: 0;

  left: 0;
}

.solutin-prepay-ri-info p {
  color: #000;

  line-height: 1.75;
}

.solutin-prepay-ri-img {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 15%;

  left: 0;
}

.spri-img {
  position: sticky;

  top: 350px;

  left: 0;
}

.spri-img img {
  width: 100%;
}

.solutin-page .home-know {
  position: relative;

  z-index: 20;

  background: #fff;
}

.solutin-page .ys-footer {
  position: relative;

  z-index: 10;
}

.from-pop {
  width: 100vw;

  height: 100vh;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 99;

  background: rgba(0, 0, 0, 0.5);

  display: none;
}

.from-pop-wrap {
  width: 800px;

  border-radius: var(--border);

  background: #fff;

  padding: 60px 80px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  box-shadow: 0px -4px 10px 0px rgba(80, 164, 255, 0.05),
    0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05),
    0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04),
    0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04),
    0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03),
    0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02);
}

.from-pop-cloce {
  position: absolute;

  top: 32px;

  right: 32px;

  width: 24px;

  cursor: pointer;
}

.from-pop-cloce img {
  width: 100%;
}

.from-pop-tit .std-h5 {
  color: #080404;

  font-family: "sanxing3";

  line-height: 1.2;
}

.from-pop-info p {
  color: #666666;

  line-height: 1.75;
}

.from-pop-tit,
.from-pop-info {
  width: 80%;
}

.from-pop-tit {
  margin-bottom: 20px;
}

.from-pop-info {
  margin-bottom: 20px;
}

.from-pop-scroll {
  width: 100% !important;

  padding-right: 0 !important;

  max-height: 66vh;
}

.from-pop-scroll .mCSB_outside + .mCSB_scrollTools {
  right: -46px;
}

.hfbr-li:nth-child(1) {
  z-index: 20;
}

.hfbr-li:nth-child(2) {
  z-index: 19;
}

.hfbr-li:nth-child(3) {
  z-index: 18;
}

.hfbr-li:nth-child(4) {
  z-index: 17;
}

.hfbr-li:nth-child(5) {
  z-index: 16;
}

.hfbr-li:nth-child(6) {
  z-index: 15;
}

.hfbr-li:nth-child(7) {
  z-index: 14;
}

.hfbr-li:nth-child(8) {
  z-index: 13;
}

.mod-top {
  position: fixed;

  bottom: 60px;

  right: 40px;

  width: 56px;

  cursor: pointer;

  pointer-events: none;

  opacity: 0;

  transition: all 0.36s;

  z-index: 50;
}

.mod-top img {
  width: 100%;
}

.mod-top.mod-opcit {
  opacity: 1;

  pointer-events: all;
}

.hfbl-li-img {
  border-radius: var(--border);

  display: none;
}

.solution-featur-ri .sfru-wrap-btm-info {
  max-height: 230px;

  padding-right: 10px;
}

.solution-featur-ri .mCSB_dragger_bar {
  background: #fff !important;
}

.solution-featur-ri .mCSB_outside + .mCSB_scrollTools {
  right: -3px;
}

.solution-featur-ri .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.4) !important;
}

.solution-product .pcrl-li {
  margin-bottom: 0 !important;
}

.clbu-link-ri img {
  object-fit: cover;
}

.iqbr-li-img {
  width: 100%;

  display: none;
}

.iqbr-li-img img {
  width: 100%;

  border-radius: 50%;
}

.contact-global-ph {
  display: none;
}

.ys-ban-li.slick-current .ys-ban-txtbox-more,
.ys-ban-li.slick-current .std-h1 {
  animation: ysfadeInUp 1s ease-in-out both;
}

.head-nav-item-dowq {
  position: absolute;

  width: 100%;

  left: 0;

  background: #fff;

  overflow: hidden;

  display: none;
}

.head-nav-item {
  position: static;
}

.hnid-wrap {
  width: 100%;

  position: relative;

  padding: 32px 0;

  display: flex;

  /* align-items: center; */
}

.hnid-wrap-le {
  width: 310px;

  position: relative;

  z-index: 1;
}

.hnid-wrap-le::after {
  content: "";

  position: absolute;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  width: 100vw;

  background: #f5f5f5;

  height: 100vh;

  z-index: -1;
}

.hnid-wrap-ri {
  width: calc(100% - 310px);

  padding-left: 120px;

  display: flex;

  /* align-items: center; */
}

.hnid-wrap-ri-li {
  width: 100%;

  display: flex;

  /* align-items: center; */

  justify-content: space-between;

  display: none;
}

.hnid-wrap-ri-li.act {
  display: flex;
}

.hwll-link p {
  font-size: 18px;

  line-height: 1.5;

  color: #101111;

  transition: all 0.36s;

  padding-left: 24px;
}

.hwll-icon {
  width: 48px;
}

.hwll-link {
  display: flex;

  align-items: center;

  padding: 21px 32px;

  border-radius: 16px 0px 0px 16px;

  transition: all 0.36s;

  position: relative;
}

.hwll-link::after {
  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  width: 4px;

  height: 36px;

  border-radius: 50px;

  opacity: 0;

  transition: all 0.36s;

  background: linear-gradient(
    90deg,
    rgba(0, 101, 220, 0.9) 0%,
    rgba(74, 157, 255, 0.9) 100%
  );
}

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

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

.hnid-wrap-le-li.yxnav-active2 .hwll-link {
  background: #fff;
}

.hnid-wrap-le-li.yxnav-active2 .hwll-link::after {
  opacity: 1;
}

.hnid-wrap-le-li.yxnav-active2 .hwll-icon img:nth-child(1) {
  opacity: 0;
}

.hnid-wrap-le-li.yxnav-active2 .hwll-icon img:nth-child(2) {
  opacity: 1;
}

.hnid-wrap-le-li.yxnav-active2 .hwll-link p {
  color: #0065dc;
}

.hnid-wrap-ri-ul {
  width: 300px;
}

.hnid-wrap-ri-img {
  width: 306px;
}

.hwru-li {
  width: 100%;

  border-bottom: 1px solid #c0c0c0;

  position: relative;
}

.hwru-li::after {
  content: "";

  position: absolute;

  bottom: -1px;

  left: 0;

  width: 0%;

  height: 1px;

  background: #0065dc;

  opacity: 0;

  transition: all 0.36s;
}

.hwru-link {
  width: 100%;

  position: relative;

  display: block;

  font-size: 16px;

  line-height: 1.2;

  color: #101111;

  padding: 20px 0;

  transition: all 0.36s;
}

.hwru-li.yxnav-active3::after {
  width: 100%;

  opacity: 1;
}

.hwru-li.yxnav-active3 .hwru-link {
  color: #0065dc;
}

.hwri-li img {
  border-radius: 16px;
}

.hwri-li {
  width: 100%;

  display: none;
}

.hwri-li.act {
  display: block;
}

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

.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title svg path {
  stroke: #0065dc !important;
}

.head-nav-item-dowq2 .hnid-wrap-ri {
  padding-left: 50px;
}

.hwrt-top {
  display: flex;

  justify-content: flex-end;

  width: 100%;

  padding-bottom: 15px;
}

.hwrt-top .pcrl-ri-btm-link p {
  color: #101111;
}

.hwrt-li {
  width: 33.333333%;

  padding: 0 20px;

  margin: 10px 0;
}

.hwrt-ul {
  margin: 0 -20px;

  display: flex;

  flex-wrap: wrap;
}

.hwrt-link {
  width: 100%;

  position: relative;

  display: block;
}

.hwrt-link .ys-imgbox-cover {
  border-radius: 16px;
}

.hwrt-link .ys-imgbox-cover::after {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 50%;

  opacity: 0.7;

  background: linear-gradient(180deg, rgba(0, 35, 87, 0) 0%, #002357 100%);
}

.head-nav-item-dowq2 .hnid-wrap-ri-li.act {
  display: block;
}

.hwrt-li img {
  opacity: 1 !important;
}

.hwrt-link-tit {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 10;

  padding: 24px;
}

.hwrt-link-tit p {
  color: #fff;

  font-size: 16px;

  line-height: 1.5;
}

.hwrs-li {
  width: 25%;

  padding: 0 20px;

  margin: 25px 0;
}

.hwrs-ul {
  margin: 0 -20px;

  display: flex;

  flex-wrap: wrap;
}

.hwrs-link {
  width: 100%;

  display: block;

  position: relative;

  text-align: center;
}

.hwrs-link img {
  opacity: 1 !important;
}

.hwrs-link .ys-imgbox-cover {
  width: 90px;

  margin: 0 auto;

  margin-bottom: 10px;
}

.hwrs-link-btm p {
  color: #101111;

  line-height: 1.8;

  font-size: 16px;

  transition: all 0.36s;
}

.hwrs-cont {
  width: 100%;

  position: relative;
}

.hnit-ul {
  display: flex;

  width: 100%;

  padding: 24px 0;

  justify-content: center;
}

.hnit-link {
  font-size: 16px;

  line-height: 2;

  color: #101111;

  transition: all 0.36s;
}

.hnit-li {
  margin: 0 80px;
}

.hnit-li.yxnav-active2 .hnit-link {
  color: #0065dc;
}

.ys-ban-svg {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  width: 100%;

  z-index: 10;
}

.ys-ban-svg svg {
  width: 100%;
}

.ys-ban-txtbox {
  z-index: 20;
}

.compli-ban {
  width: 100%;

  padding-top: 100px;

  padding-bottom: 100px;

  position: relative;

  background: linear-gradient(
    180deg,
    rgba(235, 241, 249, 0.5) 0%,
    #ebf1f9 100%
  );
}

.compli-ban-tit .std-h1 {
  color: #101111;

  line-height: 1.4;

  font-family: "sanxing3";
}

.compli-busine {
  width: 100%;

  position: relative;

  padding-bottom: 80px;
}

.compli-busine-wrap {
  width: 68%;

  position: relative;
}

.compli-busine .service-team-svg {
  width: 100%;

  bottom: auto;

  top: 40px;
}

.compli-busine-wrap p {
  font-size: 18px;

  color: #666666;

  line-height: 1.75;

  margin-bottom: 20px;
}

.compli-strate {
  width: 100%;

  position: relative;
}

.compli-strate-tit .std-h4 {
  color: #101111;

  line-height: 1.75;

  font-family: "sanxing3";
}

.compli-strate .home-cases-btm-li {
  display: block;

  margin-top: 80px;
}

.compli-strate .home-cases-btm-li:nth-child(1),
.compli-strate .home-cases-btm-li:nth-child(2),
.compli-strate .home-cases-btm-li:nth-child(3) {
  margin-top: 0 !important;
}

.compli-strate .home-cases-btm {
  flex-wrap: wrap;
}

.hcbl-btm-tit .std-tit20 {
  color: #222222;

  line-height: 1.5;

  font-family: "sanxing3";

  transition: all 0.36s;

  height: 3em;

  overflow: hidden;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;
}

.compdeil-busine-wrap p {
  color: #666666;

  line-height: 1.75;

  margin-bottom: 18px;
}

.compli-ban-tit .std-h4 {
  color: #101111;

  font-family: "sanxing3";
}

.ys-ph-navbar2 .ys-phnav-logo {
  max-width: 80px;
  background: transparent;
}

.ys-ph-navbar2 .ys-phnav-header a,
.ys-ph-navbar2 .ys-phnav-search .iconfont {
  color: #333;
}

.ys-ph-navbar2 .ys-phnav-menubtn span,
.ys-ph-navbar2 .ys-phnav-menubtn::after,
.ys-ph-navbar2 .ys-phnav-menubtn::before {
  background: #333;
}

.ys-ph-navbar2 .ys-phnav-menu {
  display: none;

  transform: translateX(0) !important;

  transition: all 0s !important;
}

.ys-ph-navbar2 .ys-phmenu-scroll {
  height: calc(100vh - 85px - 64px);
}

.ys-phnav2-lang-btn {
  position: relative;
}

.ys-phnav2-lang-btn::after {
  content: "";

  position: absolute;

  top: -20px;

  left: 50%;

  transform: translateX(-50%);

  width: 100vw;

  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ys-ph-nav li.yxnav-active1 > .ys-phnav-lisbox .ys-phnav-header-font,
.ys-ph-nav li.yxnav-active1 > .ys-phnav-lisbox a,
.ys-ph-nav li.yxnav-active2 > .ys-phnav-lisbox .ys-phnav-header-font,
.ys-ph-nav li.yxnav-active3 > .ys-phnav-lisbox .ys-phnav-header-font {
  color: #0065dc;
}

.ys-ph-nav .ys-phnav-header-font,
.ys-ph-nav a {
  font-size: 18px !important;

  color: #999;
}

.ys-phnav-icon::after,
.ys-phnav-icon::before {
  background: #999;
}

.ys-ph-navbar2 .ys-phnav-menu,
.ys-phnav2-lang-modal {
  background: #fff;
}

.ys-phmenu-scroll {
  padding-right: 0;

  margin-right: 0;
}

.ys-phnav-menu {
  padding-left: 0 !important;

  padding-right: 0 !important;
}

.ys-ph-nav > li > .ys-phnav-lisbox {
  padding-left: 20px;

  padding-right: 35px;
}

.ys-ph-nav .ys-phnav-lisbox .ys-phnav-icon {
  right: 20px;
}

.ys-ph-nav > li ul {
  padding-top: 7px;

  padding-bottom: 8px;

  padding-left: 0;

  padding-right: 0;

  background: #f7f8fa;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ys-ph-nav > li ul > li .ys-phnav-lisbox {
  padding-left: 20px;

  padding-right: 20px;
}

.ys-ph-nav > li > ul > li > .ys-phnav-lisbox .ys-phnav-header-font {
  font-size: 16px !important;
}

/* .ys-ph-nav>li>ul>li>ul>li>.ys-phnav-header-font {

    font-size: 14px !important;

} */

.ys-ph-nav > li > ul > li > ul > li .ys-phnav-header-font {
  font-size: 14px !important;
}

.ys-ph-nav > li > ul > li > ul {
  padding-left: 0;

  padding-right: 0;
}

.ys-phnav2-language .ys-phnav2-lang-btn span {
  color: #666;
}

.ys-phnav2-lang-btn img {
  width: 20px;

  margin-bottom: 2px;

  margin-right: 6px;
}

.ys-phnav2-lang-btn {
  display: flex;

  align-items: center;

  justify-content: center;
}

.ys-phnav2-lang-back {
  color: #333;
}

.ys-phnav2-lang-modal .ys-phnav-lisbox {
  padding-left: 0 !important;

  padding-right: 0 !important;
}

.ys-phnav2-lang-modal .ys-ph-nav a {
  padding-top: 7px !important;

  padding-bottom: 7px !important;
}

.ys-phnav2-lang-modal .ys-ph-nav .ys-phnav-header-font {
  font-size: 16px !important;
}

.ys-ph-navbar2 .ys-phnav-logo {
  width: 180px;
}

.head-nav-item-dowq {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

/*鼠标效果*/

@media screen and (min-width: 1200px) {
  .hcbl-link:hover .hcbl-btm-tit .std-tit20 {
    color: #0065dc;
  }

  .splu-link:hover .splu-btm-wrap1 {
    opacity: 0;
  }

  .splu-link:hover .splu-btm-wrap2 {
    opacity: 1;
  }

  .ys-form-inof-item .ys-select-li:hover {
    color: #0065dc;
  }

  .sful-wrap:hover::after {
    opacity: 1;
  }

  .sful-wrap:hover::before {
    opacity: 0;
  }

  .sful-wrap:hover .sful-wrap-icon img:nth-child(1) {
    opacity: 0;
  }

  .sful-wrap:hover .sful-wrap-icon img:nth-child(2) {
    opacity: 1;
  }

  .sful-wrap:hover .sful-wrap-top {
    border-color: #fff;
  }

  .sful-wrap:hover .sful-wrap-btm p {
    color: #fff;
  }

  .sful-wrap:hover .sfru-wrap-btm-info p::after {
    opacity: 0;
  }

  .sful-wrap:hover .sfru-wrap-btm-info p::before {
    opacity: 1;
  }

  .sful-wrap:hover .sful-wrap-info .std-h5 {
    color: #fff;
  }

  .pcrl-link:hover .pcrl-ri-tit .std-h6 {
    color: #0065dc;
  }

  .electr-ul .pcrl-link:hover .pcrl-ri-tit::after {
    width: 100%;

    opacity: 1;
  }

  .electr-ul .pcrl-link:hover .pcrl-ri-tit .std-tit20 {
    color: #0065dc;
  }

  .iibu-wrap:hover .iibu-wrap-hide {
    opacity: 1;
  }

  .ybtm-link3.ybtm-link:hover p {
    color: #fff !important;
  }

  .ybtm-link3.ybtm-link:hover .ybtm-link-icon img:nth-child(1) {
    opacity: 0;
  }

  .ybtm-link3.ybtm-link:hover .ybtm-link-icon img:nth-child(2) {
    opacity: 1;
  }

  .lslb-li:hover img:nth-child(1) {
    opacity: 0;
  }

  .lslb-li:hover img:nth-child(2) {
    opacity: 1;
  }

  .clbu-link:hover {
    box-shadow: 0px -4px 10px 0px rgba(80, 164, 255, 0.05),
      0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05),
      0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04),
      0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04),
      0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03),
      0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02);
  }

  .clbu-link:hover .ybtm-link {
    opacity: 1;

    transform: translateX(0);
  }

  .clbu-link:hover .nlul-ri-lable-info {
    opacity: 0;
  }

  .nlul-link:hover .nlul-ri-info p {
    color: #666;
  }

  .nlul-link:hover::after {
    opacity: 1;
  }

  .nlul-link:hover .nlul-ri-tit .std-h6 {
    color: #0065dc;
  }

  .nlul-link:hover {
    border-color: transparent;
  }

  .nlul-link:hover .nlul-ri-lable .nlul-ri-lable-info {
    opacity: 0;
  }

  .nlul-link:hover .nlul-ri-lable .ybtm-link {
    transform: translateY(0px);

    opacity: 1;
  }

  .mdrp-li a:hover {
    color: #0065dc;
  }

  .mdlb-li:hover .ys-imgbox-cover img:nth-child(1) {
    opacity: 0;
  }

  .mdlb-li:hover .ys-imgbox-cover img:nth-child(2) {
    opacity: 1;
  }

  .media-recomm-top-ri .home-cases-ri-arr:hover {
    width: 148px;
  }

  .comp-tabli li:hover {
    color: #fff;

    background: #0065dc;
  }

  .ddbu-link:hover {
    background: #0065dc;
  }

  .ddbu-link:hover .ddbu-link-icon img:nth-child(1) {
    opacity: 0;
  }

  .ddbu-link:hover .ddbu-link-icon img:nth-child(2) {
    opacity: 1;
  }

  .ddbu-link:hover .ddbu-link-ri-tit .std-tit20 {
    color: #fff;
  }

  .ddbu-link:hover svg path {
    fill: #fff !important;
  }

  .ddbu-link:hover .ddbu-link-ri-btm p {
    color: #fff;
  }

  .pcrl-link:hover::after {
    opacity: 1;
  }

  .pcrl-link:hover .prbl-icon img:nth-child(1) {
    opacity: 0;
  }

  .pcrl-link:hover .prbl-icon img:nth-child(2) {
    opacity: 1;
  }

  .yfbr-li a:hover {
    color: #fff;
  }

  .yulb-li a:hover {
    color: #fff;
  }

  .yftl-ul-li:hover img:nth-child(1) {
    opacity: 0;
  }

  .yftl-ul-li:hover img:nth-child(2) {
    opacity: 1;
  }

  .hkul-link:hover::after {
    width: 100%;

    opacity: 1;
  }

  .hkul-link:hover .hkul-le img:nth-child(1) {
    opacity: 0;
  }

  .hkul-link:hover .hkul-le img:nth-child(2) {
    opacity: 1;
  }

  .hkul-link:hover .hkul-ri-tit .std-h6 {
    color: #0065dc;
  }

  .hkul-link:hover .hkul-ri-info p {
    color: #666666;
  }

  .home-media-ri-li:hover::after {
    width: 100%;

    opacity: 1;
  }

  .hmrl-link:hover .hmlb-tit .std-h6 {
    color: #0065dc;
  }

  .hmrl-link:hover .hmlb-top p {
    color: #101111;
  }

  .home-media-le-link:hover .hmlb-tit .std-h6 {
    color: #0065dc;
  }

  .home-media-le-link:hover .hmlb-top p {
    color: #101111;
  }

  .home-cases-ri-arr svg {
    fill: #fff;
  }

  .home-cases-ri-arr path {
    fill: none;
  }

  .home-cases-ri-arr:hover path {
    stroke: #fff;
  }

  .home-cases-ri-arr:hover rect {
    stroke: #0065dc;

    fill: #0065dc;
  }

  .hcbl-link:hover .hcbl-btm-tit .std-h6 {
    color: #0065dc;
  }

  .hcbl-link:hover .hcbl-btm-tit::after {
    width: 100%;

    opacity: 1;
  }

  .ybtm-link1:hover p {
    color: #fff;
  }

  .ybtm-link1:hover .ybtm-link-icon img:nth-child(1) {
    opacity: 1;
  }

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

  .ybtm-link:hover {
    border-color: #20afff;

    background: #0065dc;
  }

  .ybtm-link:hover::after {
    opacity: 0;
  }

  .head-sear-icon:hover svg path {
    fill: #0065dc !important;
  }

  .head-lange-icon:hover svg path {
    stroke: #0065dc !important;
  }

  .head-platf-link:hover::before {
    opacity: 0;
  }

  .head-platf-link:hover::after {
    opacity: 1;
  }

  .head-platf-link:hover p {
    color: #fff !important;
  }

  .head-platf-link:hover .head-platf-icon img:nth-child(1) {
    opacity: 1 !important;
  }

  .head-platf-link:hover .head-platf-icon img:nth-child(2) {
    opacity: 0 !important;
  }

  .ys-hd-pc:hover {
    background: #fff;

    box-shadow: 0px 4px 20px 0px rgba(43, 43, 43, 0.05);
  }

  .ys-hd-pc:hover .head-logo img:nth-child(1) {
    opacity: 0;
  }

  .ys-hd-pc:hover .head-logo img:nth-child(2) {
    opacity: 1;
  }

  .ys-hd-pc:hover .head-nav-item-title {
    color: #101111;
  }

  .ys-hd-pc:hover .head-nav-item-title svg path {
    stroke: #666666;
  }

  .ys-hd-pc:hover .head-platf-link::before {
    border-color: rgba(16, 17, 17, 0.5);

    background: rgba(16, 17, 17, 0);

    backdrop-filter: blur(3px);
  }

  .ys-hd-pc:hover .head-platf-link p {
    color: #101111;
  }

  .ys-hd-pc:hover .head-platf-icon img:nth-child(1) {
    opacity: 0;
  }

  .ys-hd-pc:hover .head-platf-icon img:nth-child(2) {
    opacity: 1;
  }

  .ys-hd-pc:hover .head-sear-icon svg path {
    fill: rgba(16, 17, 17, 1);
  }

  .ys-hd-pc:hover .head-lange-icon svg path {
    stroke: rgba(16, 17, 17, 1);
  }

  .ys-hd-pc:hover .head-lange::after {
    background: rgba(16, 17, 17, 0.2);
  }

  .hwrs-link:hover .hwrs-link-btm p {
    color: #0065dc;
  }

  .ys-ban-imgbox::before {
    display: none;
  }

  .home-page .ys-ban-imgbox::before {
    display: block;
  }
}

.iivp-play-wrap p {
  transition: all 0.36s;
}

.solution-tab-ul-li {
  width: 50%;
}

.solution-based-le-arr img {
  animation: xl 1.2s infinite;
}

@keyframes xl {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.splu-li:nth-child(2) {
  top: 160px;
}

.splu-li:nth-child(3) {
  top: 190px;
}

.splu-li:nth-child(4) {
  top: 220px;
}

.splu-li:nth-child(5) {
  top: 250px;
}

.splu-li:last-child {
  padding-bottom: 60px;

  margin-bottom: 0 !important;
}

.head-nav-item:hover svg {
  transform: rotate(180deg);
}

.hnid-wrap-ri-li {
  flex-wrap: wrap;
}

.ys-ban-svg {
  opacity: 0;
}

.ys-ban-svg.on {
  opacity: 1;
}

.home-star {
  opacity: 0;

  transition: all 0.36s;
}

.ys-ban-slick.act .home-star {
  opacity: 1;
}

.ys-ban-slick.act .ys-ban-pc1 {
  opacity: 0;
}

.ys-ban-slick.act .ys-ban-pc2 {
  opacity: 1;
}

.hfbl-li:last-child {
  margin-bottom: 0 !important;
}

.solutin-prepay-ri {
  padding-top: 60px;
}

.cplt-ri {
  margin-top: 4px;
}

.electr-page .ys-ban-imgbox::before {
  display: none;
}

.iivp-play-wrap {
  transition: all 0.36s;
}

.iivp-play-wrap.on {
  opacity: 0;

  pointer-events: none;
}

.service-team .service-team-svg {
  bottom: -30%;
}

.ahbl-li {
  margin-bottom: 100px;
}

.ahbr-wrap-btm {
  align-items: flex-start;
}

.about-histo-top {
  z-index: 10;
}

.aclt-li .aclt-li-wrap {
  padding: 10px;
}

.compli-page .home-know {
  display: none;
}

.contact-mailbox-ri-li {
  width: 24px;
}

.contact-mailbox-le-li:first-child {
  width: 42%;
}

.iti__country-list,
.iti--inline-dropdown .iti__dropdown-content {
  width: calc(calc(1360px - calc(var(--space) * 4)) / 4.2) !important;
}

.cgbd-li.on .cgbd-btm {
  display: block;
}

.cgbd-btm-wrap {
  box-shadow: 0px -4px 10px 0px rgba(80, 164, 255, 0.05),
    0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05),
    0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04),
    0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04),
    0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03),
    0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02);
}

.head-nav {
  padding-right: 50px;
}

.hwrs-li img {
  object-fit: cover;
}

.head-nav-item-dowq3 .hnid-wrap {
  min-height: 494px;
}

.ys-phnav-haschild1.is_jia .ys-phnav-lisbox1 .ys-phnav-icon {
  display: none;
}

.pcrl-ul .slick-list {
  width: 100%;
}

.contact-global {
  z-index: 1;
}

.contact-global::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  z-index: -1;

  background: linear-gradient(0deg, rgba(235, 241, 249, 0) 0%, #ebf1f9 100%);
}

.sear-page .home-know {
  display: none;
}

.home-know-ul-li {
  margin-bottom: 0 !important;
}

.head-nav-item-title {
  position: relative;
}

.head-nav-item-title::after {
  content: "";

  position: absolute;

  bottom: 20px;

  left: 0;

  width: 0%;

  height: 1px;

  background: #fff;

  transition: all 0.36s;

  opacity: 0;
}

.head-nav-item.yxnav-active1 .head-nav-item-title::after {
  width: 100%;

  opacity: 1;
}

.ys-hd-pc.isfixed .head-nav-item.yxnav-active1 .head-nav-item-title::after {
  background-color: #0065dc !important;
}

.ys-footer-btm-add {
  width: 100%;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 43px;
}

.ys-footer-top-ri {
  width: 100%;

  padding-left: 0 !important;
}

.yftr-ul-li {
  margin-right: 110px;
}

.iivp-play-wrap svg {
  width: 34px;
}

.iivp-play-wrap svg path {
  transition: all 0.36s;
}

.ahbr-li {
  padding-left: 15%;
}

.ahbr-ri {
  width: 46%;
}

.ahbr-le {
  width: 54%;

  padding-right: 85px;
}

.downl-docume-btm .ddlb-tit .std-h5 {
  max-height: 3em;

  -webkit-line-clamp: 2;
}

.yfic-wrat {
  display: flex;

  align-items: center;
}

.ys-fiiss-input input {
  padding-top: 0 !important;

  padding-bottom: 0 !important;
}

.ys-fiiss-input {
  border: 6px solid #f2f2f7;
}

.ys-form-phone label {
  position: relative;
}

.ys-form-phone .iti {
  position: static !important;
}

.iti__selected-country {
  /* z-index: 1; */

  left: 56px;
}

.ys-form-phone {
  z-index: 10;
}

.yfic-wrat {
  width: 100%;

  border-bottom: 1px solid #999999;
}

.ys-form-inof-country .ys-select {
  width: 100%;
}

.ys-form-inof-country {
  z-index: 12;
}

.smart-meter-le-btn {
  display: flex;

  justify-content: center;
}

.smart-meter-le-btn .ddtl-li:last-child {
  margin-right: 0 !important;
}

.smlb-li {
  cursor: pointer;
}

.smlu-li {
  width: 100%;

  position: relative;

  display: none;
}

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

.smli-li-tit {
  display: none;
}

.smart-meter-le-btn .ddtl-link {
  padding: 7px 32px;
}

.inside-page .head-nav-item.yxnav-active1 .head-nav-item-title::after {
  background-color: #0065dc !important;
}

.inside-page .head-nav-item.yxnav-active1 .head-nav-item-title {
  color: #0065dc !important;
}

.sudtanin-ban {
  position: relative;
}

.sudtanin-appro {
  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  background: #fff;

  z-index: 20;

  opacity: 0;

  pointer-events: none;

  transition: all 0.36s;
}

.pcrl-ri-ul-li {
  margin-bottom: 10px;
}

.produc-page .prul-top {
  margin-bottom: 2px !important;
}

.sudtanin-wrap-topq {
  width: 100%;

  position: relative;
}

.sudtanin-ban.actr .sudtanin-appro {
  opacity: 1;

  pointer-events: all;
}

.head-nav-item-dowq1 .hnid-wrap-ri {
  padding-right: 140px;
}

.solutin-prepay-ri {
  padding-bottom: 60px !important;
}

.service-page-ban-btm .std-h5 {
  line-height: 1;
}

.service-page-ban-top .std-h1 {
  line-height: 1;

  margin-bottom: 18px;
}

.innovat-quality-le {
  width: 43%;
}

.innovat-capabi-ri-info p {
  margin-bottom: 24px;
}

.chargin-page-img {
  width: 690px;
}

.about-histo-btm-ctrl {
  display: none;
}

.head-nav-item-dowq3 .hnid-wrap-ri-li:nth-child(2) .hwrs-link .ys-imgbox-cover {
  width: 150px;
}

.electr-ul .prul-top {
  min-width: 100%;
}

.electr-ul .pcrl-ri-ul-li {
  flex-wrap: wrap;

  margin-bottom: 8px;
}

.electr-ul .prul-top {
  margin-bottom: 2px;
}

.solution-case {
  width: 100%;

  position: relative;

  overflow: hidden;
}

.electr-ul .pcrl-link {
  align-items: center;

  height: 100%;
}

.electr-ul .slick-track {
  height: 100%;
}

.pcrl-ri-ul-li {
  width: 100%;
}

.pcrl-ri-ul {
  flex-wrap: wrap;
}

.pcrl-le {
  height: auto;
}

.yftl-ul-li {
  width: 30px;
}

.lslt-top {
  margin-bottom: 2px;
}

.taobao img {
  filter: brightness(0) invert(1);
}

.lslt-li {
  margin-bottom: 20px;
}

.lslt-top p {
  font-size: var(--font20) !important;
}

.about-leading-stick .ys-cont1400 {
  position: relative;
  z-index: 10;
}
