@charset "utf-8";

ul,
li {
  cursor: default;
}

img {
  cursor: default;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

.t_head {
  height: 60px;
}

.w1146 {
  width: 1160px;
}

.header.shadow {
  box-shadow: none;
  border-bottom: 1px solid #eee;
}

.module-title:before {
  content: none;
}

.content-right .rg-top a {
  top: 51px;
}

.banner-boutton {
  position: absolute;
  bottom: -12px;
  left: 0;
}

.banner-boutton .newBannerButton {
  position: relative;
}

.banner-boutton .newBannerButton i {
  position: relative;
  z-index: 1;
}

.banner-boutton .newBannerButton::before {
  content: ' ';
  width: 100%;
  height: 250px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  background: #1c47c9;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-out;
  z-index: 1;
}

.banner-boutton .newBannerButton:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}

html,
body {
  overflow: visible !important;
}

.t_pointli.on {
  background: none;
}

.t_pointli:hover {
  background: none;
}

.banner .textBox {
  width: 570px;
}

.com-capability-audio-list {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

div.banner .textBox .h1 {
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #282828;
  line-height: 70px;
  font-weight: 600;
  width: 650px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.banner .textBox .textBox_main {
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #282828;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 400;
  width: 600px;
  animation: ysfadeInUp 0.5s ease-in-out both;
  animation-delay: 0.4s;
  margin: 4px 0px 75px 0px;
  display: block;
}

.indexMinker .green {
  margin-top: 30px;
}

.t_pointzhan {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 10;
}

.anchor-con {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.88);
  position: absolute;
  bottom: 0px;
}

.divFix {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 1000;
}

.anchor {
  display: flex;
  justify-content: center;
}

ul.anchor li {
  height: 60px;
  line-height: 60px;
  padding: 0px 40px;
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #141F35;
  font-weight: 400;
  position: relative;
}

ul.anchor li.active {
  color: #005BFF;
  font-weight: 600;
}

ul.anchor li.active::after {
  content: "";
  width: 24px;
  height: 3px;
  background: #005BFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 57px;
}

ul.anchor li:hover {
  color: #005BFF;
}

div.call-banner {
  width: 100%;
  height: 600px;
  position: relative;
  margin-top: 0px;
}


/* @media screen and (min-width: 1024px) and (max-width: 1920px) {
          .bannerimg>img {
              width: 1920px !important;
              height: 600px !important;
          }
      } */
/* @media screen and (min-width: 1921px) {
          .bannerimg>img {
              width: 100% !important;
              height: 600px !important;
          }
      } */
.bannerTag {
  margin-bottom: 41px;
}

.bannerTag li {
  display: flex;
  align-items: center;
  padding-left: 6px;
  margin-bottom: 5px;
}

.bannerTag li span {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  /* color: rgba(255, 255, 255, 0.7); */
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 13px;
}

.bannerTag li::before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  /* border-right: 1px solid rgba(255, 255, 255, 0.7);
          border-bottom: 1px solid rgba(255, 255, 255, 0.7); */
  border-right: 2px solid #005BFF;
  border-bottom: 2px solid #005BFF;

}

.newBannerButton {
  width: 158px;
  height: 48px;
  background: #005BFF;
  border-radius: 25px !important;
  border: none !important;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.btnWhite {
  background: #fff !important;
  /* border: 1px solid #005BFF !important; */
  color: #005BFF !important;
}

.btnGroove {
  border: 1px solid rgba(255, 255, 255, 1) !important;
  box-shadow: 0px 2px 8px 0px rgba(22, 49, 99, 0.02);
  background: none;
}

.wave-wrap:hover {
  border: none !important;
}

.btnWhite.wave-wrap::before {
  background: #005BFF;
}

.wave-wrap::before {
  background: #175DFF;
}

.banner .textBox .p {
  margin: 4px 0px 75px 0px;
}

.banner .textBox {
  position: relative;
  top: -8px;
  left: -24px;
  width: 600px;
  padding-top: 0px;
}

div.indexMinker-new .h2 {
  font-size: 40px;
  color: #222;
  font-weight: 600;
  line-height: 40px;
  font-family: PingFang SC;
  letter-spacing: 0em;
  text-align: center;
}

div.indexMinker-new .mk {
  font-size: 14px;
  color: #787878;
  line-height: 18px;
  margin-top: 8px;
}

.com-capability-list {
  margin-top: 58px;
}

.com-capability-list-nub {
  width: calc(1140px / 3);
  height: 170px;
  margin-bottom: 30px;
  padding: 16px;
  position: relative;
  background-image: linear-gradient(90deg, #F0F5FF 0%, #F8FAFF 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  transition: all .4s;
  box-shadow: none;
}

/* .com-capability-list-nub:hover {
          transform: translateY(-10px);
      } */
.com-capability-list-nub:hover .com-capability-list-tit img {
  transition: all .4s;
}

.com-capability-list-nub:hover .com-capability-list-tit img {
  transform: scaleX(-1);
}

.com-capability-list-nub.adv {
  height: 202px;
  padding: 28px 30px 32px 24px;
  flex-direction: column;
  background: #fff;
}

.com-capability-list-tit {
  display: flex;
  align-items: center;
  height: 45px;
}

.com-capability-list-tit img {
  display: inline-block;
  flex-shrink: 0;
}

.com-capability-list-tit span {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #282828;
  line-height: 32px;
  font-weight: 600;
  margin-left: 8px;
}

.com-capability-list-tip {
  position: absolute;
  top: 65px;
  left: 20px;
}

.com-capability-list-tip p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #787878;
  text-align: left;
  line-height: 24px;
  font-weight: 400;
}

.com-capability-list-tip p span {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #005BFF;
  line-height: 22px;
  font-weight: 600;
  margin-left: 6px;
}

.com-capability-list-desc {
  padding-left: 12px;
}

.com-capability-list-desc p {
  margin-bottom: 16px;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #555;
  text-align: justify;
  line-height: 22px;
  font-weight: 400;
}

.com-capability-list-desc p::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #005BFF;
  position: absolute;
  top: 10px;
  left: -12px;
}

.model-value-list {
  margin: 0px;
}

.newList {
  margin-top: 70px;
}

.model-text-list {
  margin-top: 30px;
  padding-left: 16px;
}

.model-value-list .model-value-list-nub .model-text .model-text-title {
  font-family: PingFangSC-Semibold;
  font-size: 34px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 50px;
}

.model-value-list .model-value-list-nub {
  padding: 0px;
  background: none;
}

.model-text-list-nub {
  margin-bottom: 16px;
  padding: 0px;
}

.model-text-list-nub:last-child {
  margin-bottom: 50px;
}

.model-value-list .model-value-list-nub .model-text {
  width: 45%;
  padding: 0px;
}

.model-value-list .model-value-list-nub .model-img {
  width: 44%;
}

.model-tln-title::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005BFF;
  position: absolute;
  left: -16px;
  top: 12px;
  transform: scale(1);
}

.spot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005BFF;
  margin-bottom: 0.2em;
  margin-right: 16px;
}

.model-tln-title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
}

.newBtn {
  width: 156px;
  height: 48px;
  line-height: 48px;
  background: #EDF3FF;
  border-radius: 25px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #005BFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}

.newBtnA {
  background: rgba(0, 91, 255, 0.12);
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #005BFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-right: 13px;
}

.fun {
  position: relative;
  padding: 70px 0px !important;
}

.fun:nth-of-type(2n-1) {
  background: #f6f8fc;
}

.fun:nth-of-type(2n) {
  /* background: #fff; */
}

.fun1 {
  position: relative;
}

.fun1 .tit .h2,
.fun1 .tit .mk {
  color: #fff;
}

.funBg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 818px;
  transform: none;
  right: auto;
  object-fit: cover;
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .funBg {
    width: 1920px !important;
    height: 818px !important;
  }
}

@media screen and (min-width: 1921px) {
  .funBg {
    width: 100% !important;
    height: 818px !important;
  }
}

.funBg1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 1279px;
  transform: none;
  right: auto;
  object-fit: cover;
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .funBg1 {
    width: 1920px !important;
    height: 1279px !important;
  }
}

@media screen and (min-width: 1921px) {
  .funBg1 {
    width: 100% !important;
    height: 1279px !important;
  }
}

.model-value-list .model-value-list-nub:nth-of-type(2n-1) {
  flex-direction: initial;
}

.fun:nth-of-type(2n) .model-value-list-nub {
  flex-direction: row-reverse;
}

.application-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.field-tip {
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #282828;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  margin: 40px 0px 30px;
}

.application-list-nub {
  width: 580px;
  height: 308px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 50px;
  transition: all .4s;
}

.application-list-nub .top {
  width: 100%;
  height: 128px;
  position: relative;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}

.application-list-nub .top img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.application-list-nub .top:hover img {
  transform: scale(1.2);
}

.application-list-nub .top p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 50px;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 37px;
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #282828;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.application-list-nub .bottom {
  width: 100%;
  height: calc(100% - 128px);
  border: 1px solid rgba(232, 233, 235, 1);
  border-top: none;
  border-radius: 0px 0px 16px 16px;
  padding: 20px 0px 0px 30px;
}

.application-list-nub .bottom p {
  /* width: 120px; */
  height: 40px;
  line-height: 40px;
  background: #F5F6F9;
  border-radius: 22px;
  padding: 0px 24px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #141F35;
  font-weight: 400;
  float: left;
  margin-right: 12px;
  margin-top: 20px;
}

.clients-slide {
  width: 100%;
  height: auto;
  background-image: linear-gradient(143deg, #FFFFFF 0%, rgba(255, 255, 255, 0.75) 53%);
  border-radius: 16px;
  margin-top: 47px;
}

.clients-slide-nav li.active {
  background: #005BFF;
  color: #fff;
}

.clients-slide-content {
  display: none;
}

.content-left {
  width: 332px;
  height: 216px;
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(102, 102, 102, 0.03);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.content-left img {
  width: 274px;
  height: 176px;
}

.content-right {
  width: 675px;
}

.content-right .rg-top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(232, 233, 235, 1);
}

.content-right .rg-top .tit {
  font-family: PingFangSC-Semibold;
  font-size: 26px;
  color: #282828;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-right .rg-top .desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #787878;
  line-height: 20px;
  font-weight: 400;
}

.content-right .rg-top .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-right .rg-top .desc a {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #005BFF;
  line-height: 22px;
  font-weight: 400;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 12px;
}

.content-right .rg-top .desc a img {
  width: 20px;
  height: 20px;
}

.rg-bottom {
  margin-top: 20px;
}

.rg-bottom .tit {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #282828;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.rg-bottom .desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #787878;
  line-height: 24px;
  font-weight: 400;
}

.issues-wrap {
  margin: 42px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.issues-wrap .issues-con {
  width: calc(100% - 36px);
}

.issues-item {
  width: 48%;
  display: flex;
  margin-bottom: 40px;
}

.issues-item:nth-of-type(5) {
  margin-bottom: 0px;
}

.issues-item:nth-of-type(6) {
  margin-bottom: 0px;
}

.issues-wrap .issues-img {
  width: 26px;
  height: 26px;
  flex: 1;
  margin-right: 9px;
  transform: translateY(-4px);
}

.issues-wrap .issues-title {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.issues-wrap .issues-desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  font-weight: 400;
  margin-top: 9px;
}

.recomment-wrap {
  margin: 42px 0px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.recomment-item {
  width: 180px;
  height: auto;
  border-radius: 8px;
  margin: 0px 16px 16px 0px;
  overflow: hidden;
}

.recomment-item:nth-of-type(6n) {
  margin-right: 0px;
}

.recomment-img {
  width: 100%;
  height: 102px;
  cursor: pointer;
}

.recomment-con {
  width: 100%;
  background: #fff;
  padding: 14px 14px 16px 14px;
}

.recomment-title {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recomment-bottom {
  display: flex;
  align-items: center;
  position: relative;
}

.recomment-desc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.recomment-icon {
  width: 11px;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
}

.recomment-item:hover .recomment-title {
  color: #155EFF;
}

.recomment-item:hover .recomment-icon {
  position: absolute;
  animation: proFrames .9s linear infinite;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

@keyframes proFrames {
  0% {
    right: 0px
  }

  33% {
    right: 6px
  }

  67% {
    right: 0px
  }

  to {
    right: 0px
  }
}

.mobile-recomment-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 16px;
}

.mobile-recomment-item {
  width: calc((100% - 14px) / 2);
  height: auto;
  border-radius: 8px;
  margin-bottom: 14px;
}

.mobile-recomment-img {
  width: 100%;
  height: auto;
}

.mobile-recomment-con {
  width: 100%;
  background: #fff;
  padding: 13px;
}

.mobile-recomment-title {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-recomment-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-recomment-desc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
  font-weight: 400;
}

.mobile-recomment-icon {
  width: 11px;
  height: auto;
}

.mobile-recomment-item:hover .recomment-title {
  color: #155EFF;
}

.ftit {
  font-family: PingFangSC-Semibold;
  font-size: 26px;
  color: #222;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  margin-top: 70px;
}

div.indexMinker-business-new .tit {
  display: none;
}

div.indexMinker-business-new {
  background: none;
  padding: 0px;
  height: auto;
}

.moreBox a {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #005BFF;
  font-weight: 400;
}

.rail {
  position: absolute;
  width: 100%;
  height: 54px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  left: 0px;
  border-radius: 0px 0px 16px 16px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 54px;
  font-weight: 400;
  padding-left: 24px;
}

@media screen and (max-width: 1440px) {
  .t_pointbox.on.act {
    margin-top: -70px;
  }
}

.t_pointbox.on {
  background: #F6F9FF;
}

.t_pointbox.on ul.anchor li {
  font-size: 15px;
}

.t_pointbox.on.act {
  margin-top: -80px;
}

.t_pointbox {
  transition: all 0.3s linear;
  z-index: 10;
}

.popup_indu_mark,
.popup_video_mark,
.popup_tip_mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
}

.popup_indu_box {
  width: 360px;
  min-height: 228px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  width: 420px;
  height: auto;
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, #E0EFFF 0%, #FFFFFF 38%);
  border-radius: 16px;
}

.popup_indu_tit {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}

.popup_indu_tip {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

.popup_tip_box {
  width: 360px;
  background: #fff;
}

.popup_tip_tit {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #282828;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.poput_tip_desc {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #4B4B4B;
  text-align: center;
  font-weight: 400;
}

.pupup_item_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.popup_item {
  width: 120px;
  height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 10px;
  cursor: pointer;
}

.popup_item p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-top: 10px;
}

.popup_item.active {
  border: 1px solid rgba(0, 91, 255, 1);
}

.popup_item.active p {
  color: #005BFF;
  font-weight: 600;
}

.popup_item img {
  width: 40px;
  height: 40px;
}

.popup_indu_box h3 {
  width: 104px;
  line-height: 38px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
  background: rgba(0, 91, 255, 0.07);
  border: 1px solid rgba(0, 91, 255, 0.5);
  border-radius: 19px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #005BFF;
  font-weight: 400;
}

.close_indu_popup,
.close_video_popup {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
}

.close_indu_popup:before,
.close_video_popup:before {
  content: '\0a';
  display: block;
  width: 13px;
  height: 2px;
  background: #bbb;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 6px;
}

.close_indu_popup:after,
.close_video_popup:after {
  content: '\0a';
  display: block;
  width: 13px;
  height: 2px;
  background: #bbb;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 6px;
}

.qrcode-cont {
  position: relative;
  margin: 10px 0px;
}

.qrcode_wrap {
  width: 290px;
  height: 290px;
}

.qrcode-cont .qrcode {
  width: 198px;
  height: 198px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn_modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px 12px 0px 0px;
  z-index: 30;
  width: 100%;
  height: 96px;
  display: none;
}

@media screen and (max-width: 750px) {
  .btn_modal {
    display: block;
  }
}

.mobile_details {
  display: none;
}

.mobile_product_info {
  background: rgba(241, 247, 255);
  width: 100%;
  margin: 0 auto;
}

.mobile_product_info .center {
  text-align: center;
}

.mobile_product_info .mobile_cont {
  position: relative;
}

.mobile_product_info .mobile_cont_top {
  position: absolute;
  top: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.mobile_product_info .mobile_cont_top h1 div {
  display: inline-block;
  position: relative;
}

.mobile_product_info .mobile_cont h1 {
  text-align: center;
}

.mobile_product_info .mobile_cont h1 span {
  font-family: "DingTalk-JinBuTi";
  font-size: 36px;
  color: #151515;
  letter-spacing: -2.18px;
  font-weight: 400;
  position: relative;
  z-index: 3;
}

.mobile_product_info .mobile_cont h1 i {
  width: 90px;
  height: 8px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(101, 208, 254, 1) 100%);
  position: absolute;
  left: 0;
  top: 30px;
}

.mobile_product_info .mobile_cont_title {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #454545;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  padding: 0 22px;
  margin-top: -103px;
  text-align: left;
}

.mobile_cont_title span {
  font-family: PingFangSC-Regular;
  color: #005BFF;
}

.pfavour-wap {
  position: relative;
  z-index: 2;
}

.pfavour-item {
  margin-bottom: 8px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.pfavour-item:last-child {
  margin-bottom: 0;
}

.pfavour-top {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  transition: background 0.1s;
  position: relative;
}

.pfavour-tit {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.pdiv_arraw {
  font-family: DINAlternate-Bold;
  font-size: 12px;
  color: #666666;
  font-weight: 700;
}

.pfavour-item .pfavour-top .arr_down {
  transform: rotate(90deg);
  transition: all 0.5s;
  width: 14px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.pfavour-item .pfavour-top .arr_up {
  display: none;
}

.pfavour-bottom {
  display: none;
  margin-top: -13px;
  position: relative;
}

.pfavour-bottom-img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.pfavour-item.on .pfavour-bottom-back {
  width: 100%;
  position: absolute;
  height: 70%;
  background: #005BFF;
  transition: background 0.1s;
}

.pfavour_img {
  width: 100%;
}

.pfavour-item.on .pfavour-bottom {
  display: block;
}

.pfavour-item.on .pfavour-tit {
  font-family: PingFangSC-Semibold;
  color: #FFFFFF;
  font-weight: 600;
}

.pfavour-item.on .pdiv_arraw {
  color: #FFFFFF;
}

.pfavour-desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 0 16px 18px;
  transition: background 0.1s;
}

.mobile_application_scenarios_title {
  font-family: DingTalk-JinBuTi;
  font-size: 26px;
  color: #191919;
  letter-spacing: -1.08px;
  text-align: center;
  font-weight: 400;
  margin: 40px 0 12px;
}

.issues_mtitle {
  margin: 0px 0 12px;
}

.issues_ftitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile_application_scenarios_main {
  margin: 0 16px;
}

.mobile_application_scenarios_alone {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #fff;
}

.mobile_application_scenarios_alone:last-child {
  margin-bottom: 0;
}

.mobile_application_scenarios_alone img {
  width: 100%;
  height: 121px;
  object-fit: cover;
}

.mobile_application_scenarios_main_title {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mobile_application_scenarios_alone_cont {
  padding: 20px 16px;
}

.mobile_application_scenarios_alone_cont ul li {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  position: relative;
  padding-left: 13px;
  display: inline-block;
  margin-right: 18px;
}

.mobile_application_scenarios_alone_cont ul li::after {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4c4c4;
  left: 0;
  top: 7px;
  position: absolute;
}

.mobile_application_scenarios_alone_cont ul li:last-child {
  margin-bottom: 0;
}

.mobile_application_scenarios_indu {
  margin: 0 16px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.mobile_application_scenarios_indu .mobile_indu_item {
  width: calc((100% - 54px) / 4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile_application_scenarios_indu .indu_item_img {
  width: 100%;
  height: auto;
}

.mobile_application_scenarios_indu .indu_item_tit {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #282828;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  margin-top: 6px;
}

.core_advantage {
  padding-bottom: 40px;
}

.core_advantage_main {
  padding: 0 16px;
}

.core_advantage_alone {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 16px 16px 24px;
}

.core_advantage_alone:last-child {
  margin-bottom: 0;
}

.core_advantage_top {
  display: flex;
  align-items: center;
}

.core_advantage_top img {
  width: 24px;
  height: 24px;
}

.core_advantage_title {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
  margin-left: 8px;
}

.core_advantage_art {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.mobile_product_info .mobile_cont_img {
  width: 100%;
  margin: 0 auto;
}

.mobile_product_info .mobile_cont_img img {
  width: 100%;
}

.mobile_product_info .mobile_cont_art_list {
  padding: 0 28px;
  text-align: left;
  margin-top: 5px;
  overflow: hidden;
}

.mobile_product_info .mobile_cont_art_list li {
  font-family: PingFangSC-Regular;
  padding-left: 18px;
  background-image: url('./image_home/mobile_product_true.png');
  background-size: 12px 12px;
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #0044BD;
  letter-spacing: 0;
  text-align: justify;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.mobile_product_info .mobile_cont_art_list li:last-child {
  margin-bottom: 0;
}

.mobile_product_info .mobile_cont_content {
  padding-top: 40px;
}


.mobile_product_info .mobile_cont_tip {
  font-family: "DingTalk-JinBuTi";
  font-size: 26px;
  color: #191919;
  letter-spacing: -1.08px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.2;
}

.mobile_product_info .mobile_cont_article {
  margin: 0 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}

.mobile_product_info .mobile_cont_article ul {
  padding: 20px 20px 10px 17px;
}

.mobile_product_info .mobile_cont_article li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #585858;
  letter-spacing: 0;
  text-align: justify;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  padding-left: 11px;
}

.mobile_cont_content_much .mobile_cont_article li {
  color: #282828;
  padding-left: 14px;
}

.mobile_product_info .mobile_cont_article li:before {
  content: ' ';
  width: 4px;
  height: 4px;
  background: #005BFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.mobile_product_info .mobile_cont_article li span {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #005BFF;
  font-weight: 600;
  margin: 0 5px;
}

.mobile_product_info .mobile_cont_domain {
  margin-top: 40px;
  background-image: linear-gradient(180deg, #F1F7FF 70%, #96CEFB 93%);
  padding-bottom: 12px;
}

.mobile_product_info .mobile_cont_domain .mobile_cont_article {
  margin-bottom: 8px;
}

.mobile_product_info .mobile_cont_domain .mobile_cont_article:last-child {
  margin-bottom: 0;
}

.mobile_product_info .mobile_cont_art_tip {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0;
  font-weight: 600;
  margin: 8px 16px -6px;
  line-height: 1.4;
}

.mobile_product_info .mobile_product_advantage .mobile_cont_content {
  margin-top: 0;
}

.mobile_product_info .mobile_product_advantage_box {
  width: 100%;
  padding-top: 37px;
}

.mobile_product_info .mobile_product_advantage .mobile_cont_tip {
  color: #fff;
}

.mobile_product_info .mobile_product_advantage .mobile_cont_art_tip {
  padding-top: 18px;
  display: flex;
  align-items: center;
}

.mobile_product_info .mobile_product_advantage .mobile_cont_art_tip p {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #0044BD;
  letter-spacing: 0;
  font-weight: 600;
}

.mobile_product_info .mobile_product_advantage .mobile_cont_art_tip img {
  width: 20px;
  margin-right: 8px;
}

.mobile_product_info .footer_register_btn {
  text-align: center;
  margin-top: 18px;
}

.mobile_product_info .footer_register_btn a {
  width: 138px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.90) 100%);
  box-shadow: 0px 2px 8px 0px rgba(22, 49, 99, 0.02);
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  color: #005BFF;
  letter-spacing: 0;
}

.mobile_product_info .footer_register_btn a i {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: 600;
}

.mobile_product_info .mobile_product_advantage .mobile_cont_article ul {
  padding-bottom: 12px;
}

.mobile_product_info .mobile_product_advantage .mobile_cont_article li {
  margin-bottom: 6px;
  line-height: 20px;
}

.com-capability-list-desc {
  padding-left: 15px;
  margin-top: 24px;
}

.com-capability-list-tit {
  display: flex;
  align-items: center;
  height: 45px;
}

.com-capability-list-tip {
  position: absolute;
  bottom: 15px;
  left: 25px;
}

.com-capability-list-tip li div {
  position: relative;
  margin-top: 4px;
  line-height: 22px;
  margin-left: 13px;

}

.newzx {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #005BFF;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 0px;
  margin-top: 40px;
}

.bannerTag li span {
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(40, 40, 40, 0.8);
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 13px;
}

.com-capability-list-nub.adv {
  height: 224px;
  padding: 28px 30px 32px 24px;
  flex-direction: column;
  background: #fff;
}

.com-capability-list-desc p {
  margin-bottom: 16px;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #555;
  text-align: justify;
  line-height: 22px;
  font-weight: 400;
}

.clients-slide-content.active {
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 45px;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}

.content-right {
  width: 635px;
  margin-left: 40px !important;
}

.content-right .rg-top .tit {
  font-family: PingFangSC-Semibold;
  font-size: 34px;
  color: #282828;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 4px;
}

.content-right .rg-top .desc span {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  font-weight: 400;
  width: calc(100% - 120px);
}

.application-list-nub {
  width: 560px;
  height: 308px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 50px;
  transition: all .4s;
}

.dy-right {
  width: 540px;
}

.newM {
  margin-bottom: 0px;
}

.newImg {
  width: 20px;
  height: 20px;
}

.com-capability-list-nub {
  width: calc(1095px / 3);
  height: 160px;
  margin-bottom: 30px;
  padding: 16px;
  position: relative;
  background-image: linear-gradient(90deg, #F0F5FF 0%, #F8FAFF 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 16px;
  transition: all .4s;
  box-shadow: none;
}

.fun1 {
  position: relative;
  background: none !important;
}

.com-capability-list-tip {
  position: absolute;
  bottom: 20px;
  left: 25px;
}

div.indexMinker-new {
  padding: 70px 0px !important;
}

.com-capability-list {
  margin-top: 50px;
}

.com-capability-list-tip p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #787878;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
}

.com-capability-list-tip li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #787878;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
}

.com-capability-list-tip li div::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #005BFF;
  position: absolute;
  left: -10px;
  top: 10px;
  transform: scale(1);
}

.banner .textBox {
  padding-top: 0px;
  margin-left: 26px;
  height: 268px;
}

div.call-banner {
  width: 100%;
  height: 538px;
  position: relative;
  margin-top: 0px;
}

.call-banner .minBox {
  display: flex;
  align-items: center;
  height: 538px;
  position: relative;
}

.bannerimg {
  width: 100%;
  height: 538px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6fe;
}

.anchor {
  display: flex;
  align-items: center;
}

.anchor-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #141F35;
  line-height: 22px;
  font-weight: 400;
}

.anchor-item.active {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #005BFF;
  line-height: 22px;
  font-weight: 600;
}

.module {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.module-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.module-title-main {
  font-family: PingFangSC-Semibold;
  font-size: 38px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}

.module-title-sub {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
}

.bannerimg>img {
  width: 100%;
  height: 538px;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  right: auto;
  object-fit: cover;
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
  .bannerimg>img {
    width: 1920px !important;
    height: 538px !important;
  }
}

.wh {
  width: 100%;
  flex-direction: column;
  height: auto;
}

.com-capability-list {
  margin-top: 50px;
  justify-content: normal
}

.com-capability-list li {
  margin-right: 32px;
}

.com-capability-list li:nth-child(3n) {
  margin-right: 0;
}

.au-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px 12px 0px 0px;
  z-index: 30;
  width: 100%;
  height: auto;
  display: none;
  background: #FFFFFF;
  border-radius: 12px 12px 0px 0px;
  padding: 16px 16px 160px 16px;
}

.au-modal p {
  height: 30px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0;
  text-align: justify;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.au-modal p img {
  width: 20px;
  height: 20px;
}

.au-modal ul {
  margin-top: 38px;
}

.au-modal ul li {
  margin-bottom: 24px;
}

.yun_popup_box {
  width: 384px;
  min-height: 284px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 32px 32px 32px;
}

.yun_popup_box .popup_tit {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #282828;
  font-weight: 600;
  line-height: 26px;
}

.yun_popup_box .popup_desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #282828;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
}

.yun_btn_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.yun_btn_wrap {
  position: relative;
  overflow: hidden;
  width: 155px;
  height: 44px;
  border-radius: 36px;
  cursor: pointer;
}

.yun_btn_wrap::before {
  content: ' ';
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  background: #1c47c9;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-out;
}

.yun_btn_wrap:first-child::before {
  content: ' ';
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  background: #005BFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s ease-out;
}

.yun_btn_wrap:last-child {
  margin-left: 10px;
}

.yun_btn_wrap:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}

.yun_popup_box .yun_btn_one {
  width: 155px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 91, 255, 0.07);
  border-radius: 22px;

}

.yun_popup_box .yun_btn_one span {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #005BFF;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  z-index: 2;
}

.yun_popup_box .yun_btn_two {
  width: 155px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  background: #005BFF;
  border-radius: 22px;
  display: block;
}

.yun_popup_box .yun_btn_two span {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  z-index: 2;
}

.yun_btn_wrap:first-child:hover .yun_btn_one span {
  color: #fff;
}

.yun_close {
  position: absolute;
  right: -18px;
  top: -20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

@media screen and (max-width: 750px) {
  .yun_popup_box {
    width: 320px;
  }

  .yun_popup_box .yun_btn_one {
    width: 130px;
  }

  .yun_popup_box .yun_btn_two {
    width: 130px;
  }
}

.m_hardware_solution {
  font-family: DingTalk-JinBuTi;
  font-size: 22px;
  color: #191919;
  letter-spacing: -0.92px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  margin: 24px 0 12px;
}

.m_hardware_solution_main {
  padding: 0 16px;
}

.m_hardware_solution_main ul {
  overflow: hidden;
}

.m_hardware_solution_alone_data {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.m_hardware_solution_alone_title {
  display: flex;
  align-items: center;
}

.m_hardware_solution_alone_title p {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #282828;
  line-height: 24px;
  font-weight: 600;
}

.m_hardware_solution_alone_tag {
  margin-left: 12px;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #005BFF;
  line-height: 18px;
  font-weight: 600;
  padding: 3px 9px;
  border: 1px solid #005BFF;
  border-radius: 4px;
}

.m_hardware_solution_alone_icon_list {
  margin-top: 25px;
  overflow: hidden;
}

.m_hardware_solution_alone_icon_list div {
  padding: 9px 20px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  margin-right: 24px;
  float: left;
  border-radius: 20px;
  background: #Fff;
}

.m_hardware_solution_alone_icon_list .on {
  color: #FFF;
  background: rgba(0, 91, 255, 0.9);
}

.m_hardware_solution_box {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 14px;
}

.m_hardware_solution_data_alone {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 235, 245, 1);
}

.m_hardware_solution_data_alone:last-child {
  border: none;
}

.m_hardware_solution_data_alone p {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #23282F;
  line-height: 18px;
  font-weight: 400;
}

.m_hardware_solution_data_alone p:last-child {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
}

.mobile_link {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #005bff;
  width: 108px;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #005bff;
  display: flex;
  font-family: PingFangSC-Semibold;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
}

.product_main_btn {
  width: 158px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #005BFF;
  border-radius: 22px;
  margin: 0 auto 20px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #005BFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}

.program-value .module-title {
  margin-top: 85px;
}

.program-value .module-content-wraper {
  display: flex;
  flex-wrap: wrap;
  width: 1160px;
  margin: 50px auto 0;
}

.program-value .module-content-wraper .module-content {
  cursor: pointer;
  margin: 0 13px 13px 0;
}

.program-value .module-content-wraper .module-content:nth-child(4n) {
  margin-right: 0;
}

.program-value .module-content-wraper .module-content:hover .module-content-item {
  width: 280px;
  height: 220px;
  border-radius: 8px;
  background: url("./image_home/6762689c9b44b.png") no-repeat;
  background-size: cover;
}

.program-value .module-content-wraper .module-content:hover .module-content-item .module-content-item-title {
  color: #005BFF;
}

.program-value .module-content-wraper .module-content .module-content-item {
  width: 280px;
  height: 220px;
  border-radius: 8px;
  background: url("./image_home/676268bf811c5.png") no-repeat;
  background-size: cover;
}

.program-value .module-content-wraper .module-content .module-content-item .module-content-item-title {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #282828;
  line-height: 23px;
  font-weight: 600;
  padding: 40px 29px 12px 29px;
}

.program-value .module-content-wraper .module-content .module-content-item .module-content-item-desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-weight: 400;
  padding: 0 29px 86px 29px;
}

.program-capability {
  background-image: linear-gradient(180deg, #FFFFFF 9%, rgba(246, 248, 252, 0.88) 15%);
}

.program-capability .module-title {
  margin-top: 55px;
}

.program-capability .module-content-wraper {
  width: 1160px;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 24px;
  display: flex;
  margin: 50px 0 70px 0;
  gap: 32px;
  align-items: stretch;
}

.module-content-wraper:nth-child(3) {
  margin-top: -50px;
}

.program-capability .module-content-wraper .module-content-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  /* height: 594px; */
}

.program-capability .module-content-wraper .module-content-left .module-content-left-item {
  cursor: pointer;
  background: #F6F8FC;
  border-radius: 14px;
  /* padding: 24px; */
  width: 428px;
  height: 78px;
  overflow: hidden;
  transition: all 500ms ease;
}

.program-capability .module-content-wraper .module-content-left .module-content-left-item.active {
  background: #005BFF;
  border-radius: 14px;
  /* padding: 24px; */
  width: 428px;
  height: auto;
  position: relative;
  overflow: visible;
  transition: all 500ms ease;
}

.program-capability .module-content-wraper .module-content-left .module-content-left-item.active .arrow {
  position: absolute;
  border-width: 8px;
  border-style: solid;
  top: calc(50% - 8px);
  right: -16px;
  border-color: transparent transparent transparent #005BFF;
}

.program-capability .module-content-wraper .module-content-left .module-content-left-item.active .title {
  margin-bottom: 12px;
  height: auto;
  padding-top: 24px;
}

.program-capability .module-content-wraper .module-content-left .module-content-left-item.active .name {
  color: #FFFFFF;
}

.program-capability .module-content-wraper .module-content-left .module-content-left-item.active .index {
  color: #FFFFFF;
}

.program-capability .module-content-wraper .module-content-left .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  width: 428px;
  height: 78px;
  padding: 0px 24px;
}

.program-capability .module-content-wraper .module-content-left .title .name {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #282828;
  line-height: 30px;
  font-weight: 600;
}

.program-capability .module-content-wraper .module-content-left .title .index {
  font-family: DINAlternate-Bold;
  font-size: 18px;
  color: #666666;
  font-weight: 700;
}

.program-capability .module-content-wraper .module-content-left .description {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 400;
  padding: 0px 24px 24px 24px;
}

.program-capability .module-content-wraper .module-content-right {
  min-width: 651px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden;
}

.program-capability .module-content-wraper .module-content-right img {
  height: 100%;
  width: 100%;
}

.hardware_solution_main {
  width: 1160px;
  margin: 0 auto;
}

.hardware_solution {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #282828;
  line-height: 24px;
  font-weight: 600;
  line-height: 40px;
  margin: -8px 0 42px;
  text-align: center;
}

.hardware_solution_main {
  padding-bottom: 70px;
}

.hardware_solution_main ul {
  overflow: hidden;
}

.hardware_solution_alone_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hardware_solution_alone_title p {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #282828;
  line-height: 24px;
  font-weight: 600;
}

.hardware_solution_alone_tag {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #005BFF;
  font-weight: 600;
  padding: 4px 10px;
  border: 1px solid #005BFF;
  border-radius: 4px;
}

.hardware_solution_alone_icon_list {
  overflow: hidden;
  margin-top: 28px;
}

.hardware_solution_alone_icon_list div {
  background: #FFFFFF;
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
  padding: 0 24px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  margin: 0 24px 24px 0;
  float: left;
  transition: all 0.3s;
}

.hardware_solution_alone_icon_list div:hover {
  background: #005BFF;
  color: #fff;
}

.hardware_solution_alone_icon_list .on {
  background: #005BFF;
  color: #fff;
}

.hardware_solution_alone_data {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
}

.hardware_solution_data_alone {
  height: 52px;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 235, 245, 1);
}

.hardware_solution_data_alone:last-child {
  border: none;
}

.hardware_solution_data_alone p {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #23282F;
  line-height: 18px;
  font-weight: 400;
}

.hardware_solution_data_alone p:last-child {
  font-family: PingFangSC-Semibold;
  font-weight: 600;
}

.hardware_solution_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hardware_solution_img2 {
  display: none;
}

.hardware_solution_box {
  position: absolute;
  top: 28px;
  left: 30px;
  right: 30px;
  bottom: 0;
}

.application-scenarios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

.application-scenarios .title .title-cn {
  font-family: PingFangSC-Semibold;
  font-size: 38px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  margin: 62px 0 8px 0;
}

.application-scenarios .title .title-en {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
}

.application-scenarios .application-scenarios-content {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 50px 0px 0px 0px;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1160px;
  margin: 0 auto;
}

.application-scenarios .application-scenarios-card {
  width: 370px;
  box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.application-scenarios .application-scenarios-card img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.application-scenarios .application-scenarios-card:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.application-scenarios .application-scenarios-card .top {
  border-radius: 10px 10px 0px 0px;
  height: 130px;
  overflow: hidden;
}

.application-scenarios .application-scenarios-card .bottom {
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  padding: 28px 6px 20px 24px;

}

.application-scenarios .application-scenarios-card .bottom .title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #282828;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.application-scenarios .application-scenarios-card .bottom .description {
  overflow: hidden;
}

.application-scenarios .application-scenarios-card .bottom ul li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
  float: left;
  margin-bottom: 8px;
  margin-right: 18px;
  padding-left: 13px;
  position: relative;
}

.application-scenarios .application-scenarios-card .bottom ul li::after {
  content: " ";
  width: 5px;
  height: 5px;
  background: #C4C4C4;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.application-scenarios .application-scenarios-indu {
  background: #F7FAFF;
  border-radius: 25px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 1160px;
}

.application-scenarios .application-scenarios-indu .indu-item {
  width: 128px;
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.application-scenarios .application-scenarios-indu .indu-item img {
  width: 88px;
  height: 88px;
}

.application-scenarios .application-scenarios-indu .indu-item-tit {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #282828;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  margin-top: 9px;
}

.core-advantages {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("./image_home/676274f33de24.png");
  background-repeat: no-repeat;
  /* 根据需要设置是否重复 */
  background-size: cover;
  /* 覆盖整个容器，不随容器大小改变而改变 */
  background-position: center;
}

.core-advantages .background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.core-advantages .background-img img {
  height: 100%;
  width: 100%;
}

.core-advantages>.title {
  position: relative;
  top: 70px;
}

.core-advantages .title .title-cn {
  font-family: PingFangSC-Semibold;
  font-size: 38px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}

.core-advantages .title .title-en {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  margin-top: 8px;
}

.bg-dynamic .title-en {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  margin-top: 8px;
}

.core-advantages .core-advantages-content {
  width: 1160px;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  margin-top: 68px;
}

.core-advantages .core-advantages-content .content-card-wraper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.core-advantages .core-advantages-content .content-card-wraper .content-card {
  opacity: 0.95;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px 24px 20px;
  max-width: 278px;
  /* height: 144px; */
  overflow: hidden;
}

.core-advantages .core-advantages-content .content-card-wraper .content-card .title {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #282828;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  gap: 6px;
}

.core-advantages .core-advantages-content .content-card-wraper .content-card .desc {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #787878;
  line-height: 22px;
  font-weight: 400;
  /* height: 70px; */
  overflow: hidden;
}

.customer-case {
  padding-top: 70px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.customer-case .title .title-cn {
  font-family: PingFangSC-Semibold;
  font-size: 38px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}

.customer-case .title .title-en {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  margin: 8px 0 50px 0;
}
.solution_tab {
  margin-bottom: 30px;
}
.solution_tab ul {
  font-size: 0;
  text-align: center;
}
.solution_tab ul li {
  display: inline-block;
  margin-right: 12px;
  background: #F6F8FC;
  border-radius: 22px;
  height: 44px;
  padding: 0 24px;
  line-height: 44px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  transition: all 0.2s;
}
.solution_tab ul li.on {
  background: #005BFF;
  color: #fff;
}
.customer-case .customer-case-content {
  width: 1160px;
  height: 420px;
  border-radius: 16px;
  display: none;
  overflow: hidden;
}

.customer-case .customer-case-content .left {
  background: #F6F8FC;
  width: 50%;
  border-radius: 16px 0px 0px 16px;
  float: left;
  position: relative;
  height: 420px;
}

.customer-case .customer-case-content .left .title {
  font-family: PingFangSC-Semibold;
  font-size: 34px;
  color: #282828;
  line-height: 38px;
  font-weight: 600;
  padding: 60px 44px 24px 44px;
}

.customer-case .customer-case-content .left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 64px;
}

.customer-case .customer-case-content .left ul li {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  font-weight: 400;
  list-style: disc;
}

.customer-case .customer-case-content .left ul li::marker {
  color: #999999;
}

.customer-case .customer-case-content .left .btn {
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 44px;

}

.customer-case .customer-case-content .left .btn a {
  font-size: 14px;
  color: #005BFF;
  text-align: right;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.customer-case .customer-case-content .left .btn a img {
  width: 20px;
  margin-left: 1px;
}

.customer-case .customer-case-content .right {
  width: 50%;
  float: left;
  border-top-right-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  height: 420px;
  padding: 2px;
  background: #F6F8FC;
}

.customer-case .customer-case-content .right img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
}