@font-face {
  font-family: MontserratRegular;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-400-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DingTalk-JinBuTi;
  src: url("./font/DingTalk-JinBuTi.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* 版心 */
.main-center {
  /* width: 83.35%; */
  width: 72.95%;
  margin: 0 auto;
}

.header-main-box {
  position: absolute;
  z-index: 22;
  width: 100%;
  height: 90rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* background: #e7ebf0; */
  padding: 0 260rem;
}
.header-top-box {
  padding-top: 20rem;
}
.header-top-title {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-title h1 {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-link {
  display: flex;
  align-items: center;
  color: rgba(87, 93, 108, 0.4);
}
.header-top-link a {
  margin: 0 10rem;
  color: rgba(87, 93, 108, 0.4);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-top-link a:hover {
  color: rgba(87, 93, 108, 0.6);
}
.header-center-box {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone-box {
  display: flex;
  align-items: center;
  padding-left: 80rem;
}
.header-phone-img {
  width: 28rem;
}
.header-phone-number {
  padding-left: 15rem;
  font-weight: 600;
  color: #73ba2e;
}
.header-nav-box {
  display: flex;
}
.header-nav-item {
  padding: 20rem 40rem;
  position: relative;
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  font-weight: bold;
  color: #292929;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-title:hover {
  color: #0086f1;
}
.header-center-logo {
  display: flex;
  align-items: center;
}
.header-center-logo img {
  width: 60rem;
}
.header-nav-section {
  position: absolute;
  left: 5%;
  top: 80%;
  width: 90%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-item:hover .header-nav-section {
  height: auto;
}
.header-nav-text {
  text-align: center;
  color: #fff;
  padding: 10rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-on::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  top: calc(50% - 4rem);
  left: calc(40rem - 28rem);
  width: 18rem;
  height: 8rem;
  background: url(./../image/icon/img_xiushi.svg) no-repeat;
  background-size: 100% 100%;
}
.header-nav-on::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  top: calc(50% - 4rem);
  right: calc(40rem - 28rem);
  width: 18rem;
  height: 8rem;
  background: url(./../image/icon/img_xiushi.svg) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header-nav-text:hover {
  color: #0086f1;
}
.header-nav-on .header-nav-title {
  color: #0086f1;
}
.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.swiper-index-banner {
  position: relative;
}
.index-banner-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 45rem !important;
  left: auto !important;
  right: 260rem;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 50rem;
  height: 5rem;
  background: #ffffff;
  border-radius: 2px;
  border: none;
  margin: 0 10rem !important;
  opacity: 1;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: #0086f1;
}
.index-swiper-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.index-swiper-item1 {
  padding: 240rem 260rem 0;
}
.index-swiper-item1__title {
  font-size: 60rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  /* color: #0a1f3a; */
  color: #ffffff;
}
.index-swiper-item1__text {
  font-family: SourceHanSansCN;
  font-weight: 400;
  /* color: #0a1f3a; */
  color: #ffffff;
  padding-top: 30rem;
  opacity: 0.6;
}
.index-swiper-item1__flex {
  display: flex;
  padding-top: 60rem;
}
.index-swiper-item1__number {
  font-family: Roboto;
  font-weight: bold;
  font-size: 60rem;
  color: #0086f1;
  line-height: 1;
}
.index-swiper-item1__util {
  font-weight: 400;
  color: #0a1f3a;
  margin-left: -8rem;
  opacity: 0.6;
}
.index-swiper-item1__p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  margin-top: 10rem;
  color: #0a1f3a;
  opacity: 0.6;
}
.index-swiper-item1__points {
  margin-right: 170rem;
}
.keyword-box {
  position: absolute;
  z-index: 11;
  left: 260rem;
  bottom: 45rem;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
.keyword-box p {
  /* color: #0a1f3a; */
  color: #fff;
  opacity: 0.4;
}
.keyword-box a {
  /* color: #0a1f3a; */
  color: #fff;
  opacity: 0.4;
  margin-right: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.keyword-box a:hover {
  color: #0a1f3a;
  opacity: 0.6;
}
.crumb-box {
  position: absolute;
  z-index: 11;
  left: 260rem;
  top: 25rem;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}
.crumb-box p {
  color: #0a1f3a;
  opacity: 0.4;
}
.crumb-box a {
  color: #0a1f3a;
  opacity: 0.4;
  padding-right: 5rem;
  position: relative;
  margin-right: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.crumb-box a::after {
  content: "-";
  position: absolute;
  right: -5rem;
}
.crumb-box a:last-child::after {
  content: "";
}
.header-main-title {
  font-weight: bold;
  color: #0a1f3a;
  padding-left: 20rem;
}
.index-process-box {
  width: 100%;
  /* background: url(./../image/img/index_bg_1.webp) no-repeat; */
  /* background-size: 100% 100%; */
  padding: 100rem 0;
}
.index-process-img {
  width: 1121rem;
  margin: 0 auto;
}
.public-title {
  text-align: center;
  font-weight: bold;
  color: #0a1f3a;
}
.public-title-box {
  padding-bottom: 50rem;
}
.public-title-text {
  padding-top: 10rem;
  color: #0a1f3a;
  opacity: 0.4;
  text-align: center;
}
.index-process-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 30rem;
}
.index-process__item {
  display: flex;
  align-items: center;
  padding: 0 40rem;
}
.index-process__name {
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #0a1f3a;
  padding-left: 6rem;
}
.index-process__dot {
  width: 10rem;
  height: 10rem;
  background: #00ca00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.index-feature-box {
  /* background: #f0f2f5; */
  background: #fff;
  padding: 100rem 0;
}
.index-feature__tabs {
  display: flex;
  padding: 0 200rem;
  border-bottom: 1px solid #cbd2e1;
}
.index-feature__tab {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 20rem;
  cursor: pointer;
  flex-direction: column;
}
.index-feature__icon {
  width: 38rem;
  margin-bottom: 10rem;
}
.index-feature__title {
  color: #0a1f3a;
  padding-left: 20rem;
}
.index-feature__on .index-feature__title {
  color: #0086f1;
}
.index-feature__tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 80rem);
  width: 160rem;
  height: 4rem;
  background: url(./../image/icon/line_sel.svg) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
.index-feature__on::after {
  opacity: 1;
}
.index-feature-swiper {
  width: calc(100%);
  padding: 30rem 0 0;
  margin: 0 0;
  overflow: hidden;
}
.index-feature__item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  padding: 30rem;
  margin: 20rem 200rem;
  box-shadow: 10px 16px 56px 0px #e8ebf3;
}
.index-feature__left {
  width: calc(100% - 577rem);
}
.index-feature__img {
  width: 577rem;
}
.index-feature__piont {
  width: 600rem;
  padding-bottom: 20rem;
}
.index-feature__name {
  font-weight: bold;
  color: #0a1f3a;
}
.index-feature__text {
  padding-top: 10rem;
  line-height: 1.6;
  color: #0a1f3a;
  opacity: 0.5;
}
.index-feature-bottom__text {
  padding-top: 20rem;
}
.index-trend-box {
  padding: 100rem 0 170rem;
  background: url(./../image/img/bg_3.webp) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.index-trend__content {
  display: flex;
}
.index-trend__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-trend__img {
  width: 100rem;
}
.index-trend__name {
  padding-top: 10rem;
  font-weight: bold;
  color: #0a1f3a;
}
.index-trend__text {
  text-align: center;
  color: #0a1f3a;
  opacity: 0.5;
  padding-top: 13rem;
  line-height: 1.5;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10rem);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.index-trend__item:hover .index-trend__img {
  animation: float 1.5s ease-in-out infinite;
  -webkit-animation: float 1.5s ease-in-out infinite;
}
.index-customer-main {
  padding: 250rem 0 100rem;
  background: url(./../image/img/bg_4.webp) no-repeat;
  background-size: 100% 100%;
}
.index-trend-numbers {
  position: absolute;
  left: 0;
  bottom: -90rem;
  display: flex;
  padding: 0 260rem;
  width: 100%;
}
.index-trend__card {
  width: calc((100% - 120rem) / 3);
  height: 180rem;
  margin-right: 40rem;
  background: #ffffff;
  box-shadow: 10px 16px 56px 0px #e8ebf3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-trend__card:nth-child(4n) {
  margin-right: 0;
}
.index-trend__card:hover {
  background: linear-gradient(315deg, #0086f1 0%, #16adff 100%);
}
.index-trend__row {
  display: flex;
  align-items: flex-end;
}
.index-trend__before {
  color: #0a1f3a;
}
.index-trend__after {
  color: #0a1f3a;
}
.index-trend__card:hover .index-trend__before,
.index-trend__card:hover .index-trend__after {
  color: #fff;
}
.index-trend__num {
  font-family: Roboto;
  font-size: 60rem;
  line-height: 1;
  color: #0086f1;
  padding: 0 10rem;
}
.index-trend__card:hover .index-trend__num {
  color: #fff;
}
.index-trend__by {
  color: #0a1f3a;
  padding-top: 10rem;
}
.index-trend__card:hover .index-trend__by {
  color: #fff;
}

.index-evaluate__swiper {
  position: relative;
  padding: 20rem 0 0;
  overflow: hidden;
  padding-bottom: 100rem;
}
.index-evaluate__card {
  position: relative;
  height: 220rem;
  background: #ffffff;
  box-shadow: 0px 2px 34px 0px rgba(209, 216, 227, 0.4);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 60rem 40rem 0;
}
.index-evaluate__card::before {
  content: "";
  position: absolute;
  top: -20rem;
  left: 40rem;
  background: url(./../image/icon/img_yinhao.svg) no-repeat;
  background-size: 100% 100%;
  width: 45rem;
  height: 40rem;
}
.index-evaluate__card::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  border-top: 15rem solid #fff;
}
.index-evaluate__text {
  color: #0a1f3a;
  line-height: 1.6;
}
.index-evaluate__status {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7rem 18rem;
  color: #ffffff;
  background: linear-gradient(45deg, #0086f1 0%, #16adff 100%);
  border-radius: 12px 0px 12px 0px;
}
.index-evaluate__content {
  display: flex;
  align-items: center;
  padding: 40rem 40rem 0;
}
.index-evaluate__avatar {
  width: 80rem;
}
.index-evaluate__cont {
  padding-left: 24rem;
}
.index-evaluate__name {
  color: #0a1f3a;
}
.index-evaluate__by {
  color: #0a1f3a;
  padding-top: 10rem;
  opacity: 0.6;
}
.index-evaluate-pagination {
  bottom: 20rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
}
.swiper-pagination-bullet {
  margin: 0 5rem;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0086f1;
}
.index-case__swiper {
  padding: 50rem 0;
  overflow: hidden;
}
.index-case__img {
  width: 100%;
}
.index-case__name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70rem;
  background: #ffffff;
  box-shadow: 0px 2px 34px 0px rgba(209, 216, 227, 0.4);
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}
.index-case__content {
  position: relative;
}
.index-case__prev {
  position: absolute;
  left: -52rem;
  top: calc(50% - 6rem);
  width: 12rem;
  height: 21rem;
  background: url("./../image/icon/btn_left_nor.svg") no-repeat;
  background-size: 100% 100%;
}
.index-case__prev:hover {
  background: url("./../image/icon/btn_left_sel.png") no-repeat;
  background-size: 100% 100%;
}

.index-case__next {
  position: absolute;
  right: -52rem;
  top: calc(50% - 6rem);
  width: 12rem;
  height: 21rem;
  background: url("./../image/icon/btn_right_nor.png") no-repeat;
  background-size: 100% 100%;
}
.index-case__next:hover {
  background: url("./../image/icon/btn_right_sel.svg") no-repeat;
  background-size: 100% 100%;
}
.index-case-btn {
  width: 170rem;
  height: 50rem;
  background: linear-gradient(45deg, #0086f1 0%, #16adff 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-case-btn:hover {
  width: 190rem;
}
.index-problem-box {
  padding: 100rem 0;
}
.index-problem-title {
  position: relative;
  padding-left: 40rem;
  font-weight: 500;
  color: #1d2541;
}
.index-problem-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  width: 24rem;
  height: 24rem;
  background: url(./../image/icon/icon_qusetion.svg) no-repeat;
  background-size: 100% 100%;
}
.index-problem-answer {
  width: 100%;
  padding: 27rem 40rem;
  background: linear-gradient(270deg, rgba(240, 248, 255, 0) 0%, #f0f8ff 100%);
  border-radius: 12px;
  color: #7d8292;
  margin-top: 20rem;
}
.index-problem-item {
  margin-bottom: 50rem;
}
.index-problem-item:last-child {
  margin-bottom: 0;
}
.public-footer-box {
  width: 100%;
  background: #0f1733;
}
.footer-top-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60rem;
  padding-bottom: 90rem;
}
.public-footer__logo {
  width: 55rem;
  height: 55rem;
}
.footer-top__item {
  display: flex;
  align-items: center;
  margin-right: 100rem;
}
.footer-top__item:last-child {
  margin-right: 0;
}
.footer-top__icon {
  width: 40rem;
}
.footer-top__title {
  color: #ffffff;
  padding-bottom: 5rem;
}
.footer-top__cont {
  padding-left: 12rem;
}
.footer-top__phone {
  font-family: Roboto, Roboto;
  font-weight: bold;
  color: #ffffff;
}
.footer-top__flex {
  display: flex;
}
.footer-top__address {
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.footer-bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rem 0;
  color: rgba(255, 255, 255, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom-left {
  display: flex;
  align-items: center;
}
.footer-bottom-box p {
  display: flex;
  margin-right: 10rem;
}
.footer-bottom-left a {
  color: rgba(255, 255, 255, 0.4);
  margin-right: 10rem;
}
.footer-bottom-box a {
  color: rgba(255, 255, 255, 0.4);
}
.public-friendship-box {
  padding: 20rem;
  background: #eeeeee;
  display: flex;
  flex-wrap: wrap;
}
.public-friendship-box p,
.public-friendship-box a {
  color: #1d2541;
  opacity: 0.4;
  margin-right: 10rem;
}
.header-wap-show {
  position: absolute;
  right: 0;
  top: 0;
  width: 80rem;
  height: 80rem;
  background: url(./../image/img/icon_xiala.webp) no-repeat;
  background-size: 100% 100%;
}
.public-banner__img {
  width: 100%;
}
.public-banner-box {
  position: relative;
}
.public-banner-content {
  position: absolute;
  left: 260rem;
  top: 300rem;
}
.public-banner-title {
  font-size: 60rem;
  font-weight: bold;
  color: #0a1f3a;
}
.public-banner-text {
  font-weight: 400;
  padding-top: 5rem;
  color: #0a1f3a;
  opacity: 0.6;
}
.product-case-box {
  position: relative;
  padding: 100rem 0;
  background: url(./../image/img/product_case_bg.webp) no-repeat;
  background-size: 100% 100%;
}
.product-case-content {
  display: flex;
  flex-wrap: wrap;
  /* padding-top: 60rem; */
}
.product-case-item {
  width: calc((100% - 80rem) / 3);
  margin-right: 40rem;
  background: #ffffff;
  box-shadow: 10px 16px 56px 0px #e8ebf3;
  border-radius: 10px;
  border: 2px solid #eff1f5;
  padding: 40rem 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-case-item:hover {
  box-shadow: 10px 16px 56px 0px #d3d3d3;
}
.product-case-item:nth-child(3n) {
  margin-right: 0;
}
.product-case__icon {
  width: 100rem;
}
.product-case__name {
  font-weight: bold;
  color: #0a1f3a;
  padding-top: 10rem;
}
.product-case__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8rem;
}
.product-case__point {
  padding-left: 12rem;
  position: relative;
  color: #0a1f3a;
  opacity: 0.6;
  margin-top: 10rem;
}
.product-case__point::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  background: #0086f1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-case-item:hover .product-case__icon {
  animation: float 1.5s ease-in-out infinite;
  -webkit-animation: float 1.5s ease-in-out infinite;
}
.product-feature-box {
  padding: 100rem 0;
}
.product-feature-flex {
  display: flex;
  flex-wrap: wrap;
}
.product-feature-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-feature__icon {
  width: 80rem;
}
.product-feature__name {
  font-weight: bold;
  padding-top: 10rem;
  color: #0a1f3a;
}
.product-feature__text {
  color: #0a1f3a;
  opacity: 0.6;
  text-align: center;
  padding: 10rem 15rem 0;
}
.product-update-box {
  padding: 100rem 0;
  background: url(./../image/img/product_bg_chanpin.webp) no-repeat;
  background-size: 100% 100%;
}
.product-update-content {
  /* margin-top: 60rem; */
  position: relative;
}
.product-update-content::after {
  content: "";
  position: absolute;
  top: 80rem;
  left: 0;
  width: 100%;
  border: 1px dashed #c9ddf3;
}
.product-update__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-update__date {
  font-weight: bold;
  color: #0a1f3a;
  padding-bottom: 80rem;
  position: relative;
}
.product-update__date::after {
  content: "";
  position: absolute;
  left: calc(50% - 12rem);
  bottom: 30rem;
  width: 24rem;
  height: 24rem;
  background: url(./../image/icon/icon_circle.svg) no-repeat;
  background-size: 100% 100%;
}
.product-update__cont {
  width: 300rem;
  height: 160rem;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 10px 16px 56px 0px #e8ebf3;
  border-radius: 8px;
  border: 2px solid #eff1f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40rem 30rem 0;
}
.product-update__by {
  font-weight: bold;
  color: #0a1f3a;
}
.product-update__text {
  padding-top: 10rem;
  color: #0a1f3a;
  opacity: 0.6;
  text-align: center;
}
.product-update-swiper {
  position: relative;
  overflow: hidden;
}
.product-update__prev {
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: 65rem;
  width: 30rem;
  height: 30rem;
  background: url(./../image/icon/btn_into_left_nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.product-update__prev:hover {
  background: url(./../image/icon/btn_into_left_sel.png) no-repeat;
  background-size: 100% 100%;
}
.product-update__next {
  position: absolute;
  z-index: 11;
  right: 0;
  bottom: 65rem;
  width: 30rem;
  height: 30rem;
  background: url(./../image/icon/btn_into_right_nor.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.product-update__next:hover {
  background: url(./../image/icon/btn_into_right_sel.png) no-repeat;
  background-size: 100% 100%;
}
.advantage-comprehensive-box {
  position: relative;
  padding: 100rem 0;
}
.advantage-comprehensive-content {
  display: flex;
}
.advantage-comprehensive-item {
  width: calc((100% - 80rem) / 3);
  margin-right: 40rem;
  background: linear-gradient(315deg, #ffffff 0%, #f5f9ff 100%);
  border-radius: 10px;
  border: 1px solid #d6ddee;
  padding: 50rem 40rem;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.advantage-comprehensive-item:hover {
  background: linear-gradient(315deg, #0086f1 0%, #16adff 100%);
}
.advantage-comprehensive-item:nth-child(3n) {
  margin-right: 0;
}
.advantage-comprehensive__numbers {
  display: flex;
}
.advantage-comprehensive__num {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 60rem;
  color: #0086f1;
  transition: all 0.5s;
}
.advantage-comprehensive-item:hover .advantage-comprehensive__num {
  color: #ffffff;
}
.advantage-comprehensive__util {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 60rem;
  color: #0086f1;
  transition: all 0.5s;
}
.advantage-comprehensive-item:hover .advantage-comprehensive__util {
  color: #ffffff;
}
.advantage-comprehensive__name {
  font-weight: bold;
  color: #140202;
  transition: all 0.5s;
}
.advantage-comprehensive-item:hover .advantage-comprehensive__name {
  color: #ffffff;
}
.advantage-comprehensive__text {
  padding-top: 10rem;
  color: rgba(10, 31, 58, 0.6);
  transition: all 0.5s;
}
.advantage-comprehensive-item:hover .advantage-comprehensive__text {
  color: #ffffff;
}
.advantage-comprehensive__cont {
  padding-top: 10rem;
}
.advantage-comprehensive__cont p {
  color: #0a1f3a;
  margin-top: 14rem;
  padding-left: 12rem;
  position: relative;
  transition: all 0.5s;
}
.advantage-comprehensive-item:hover .advantage-comprehensive__cont p {
  color: rgba(255, 255, 255, 0.6);
}
.advantage-comprehensive__cont p::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  background: #0086f1;
  transition: all 0.5s;
}
.advantage-comprehensive-item:hover .advantage-comprehensive__cont p::after {
  background: #ffffff;
}
.advantage-comprehensive__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 160rem;
  height: 160rem;
  transition: all 0.5s;
}
.advantage-comprehensive-item .nor {
  display: block;
}
.advantage-comprehensive-item .sel {
  display: none;
}
.advantage-comprehensive-item:hover .nor {
  display: none;
}
.advantage-comprehensive-item:hover .sel {
  display: block;
}
.advantage-vs-box {
  padding: 100rem 0;
}
.advantage-vs-box {
  background: url(./../image/img/advantage-vs-bg.webp) no-repeat;
  background-size: 100% 100%;
}
.advantage-vs-main {
  position: relative;
}
.advantage-vs__bg {
  width: 100%;
}
.advantage-good__name {
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 42rem;
  left: 223rem;
}
.advantage-low__name {
  font-weight: bold;
  color: #333333;
  position: absolute;
  top: 42rem;
  left: 930rem;
}
.advantage-good__content {
  position: absolute;
  left: 100rem;
  top: 175rem;
}
.advantage-good__cont {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60rem;
}
.advantage-good__cont:last-child {
  padding-bottom: 0;
}
.advantage-good__num {
  font-family: Arial;
  font-weight: normal;
  color: #027fff;
  position: relative;
}
.advantage-good__num::after {
  content: "";
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(100% + 10rem);
  height: 41rem;
  border-left: 1px dashed rgba(2, 127, 255, 1);
}
.advantage-good__cont:last-child .advantage-good__num::after {
  display: none;
}
.advantage-good__why {
  padding-left: 20rem;
  color: #252b3a;
}
.advantage-low__content {
  position: absolute;
  left: 890rem;
  top: 180rem;
}
.advantage-low__cont {
  padding-left: 30rem;
  color: #252b3a;
  position: relative;
  margin-bottom: 40rem;
}
.advantage-low__cont:last-child {
  margin-bottom: 0;
}
.advantage-low__cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  width: 20rem;
  height: 20rem;
  background: url(./../image/icon/icon_cha.svg) no-repeat;
  background-size: 100% 100%;
}
.case-evaluate-box {
  padding: 100rem 0;
  background: url(./../image/img/case-evaluate-bg.webp) no-repeat;
  background-size: 100% 100%;
}
.case-main-box {
  padding: 100rem 0 0;
  position: relative;
}
.case-list-box {
  display: flex;
  flex-wrap: wrap;
}
.case-list-item {
  width: calc((100% - 120rem) / 4);
  margin-right: 40rem;
  margin-bottom: 40rem;
}
.case-list-item:nth-child(4n) {
  margin-right: 0;
}
.public-pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pages-btn {
  margin: 0 5rem;
  width: 40rem;
  height: 40rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pages-prev {
  background: url(./../image/img/icon_left_nor.png) no-repeat center;
  background-size: 8rem 12rem;
  background-color: #ffffff;
}
.public-pages-next {
  background: url(./../image/img/icon_right_nor.png) no-repeat center;
  background-size: 8rem 12rem;
  background-color: #ffffff;
}
.public-pages-on {
  background: #0086f1;
  color: #fff;
}
.contact-main-box {
  position: relative;
  padding: 100rem 0;
}
.contact-main-content {
  display: flex;
  flex-wrap: wrap;
}
.contact-main-item {
  width: calc((100% - 120rem) / 4);
  margin-right: 40rem;
  background: linear-gradient(315deg, #ffffff 0%, #f5f9ff 100%);
  border-radius: 16px;
  border: 1px solid #d6ddee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60rem 40rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-main-item:nth-child(4n) {
  margin-right: 0;
}
.contact-main-item:hover {
  background: linear-gradient(315deg, #0086f1 0%, #16adff 100%);
}
.contact-main__icon {
  width: 70rem;
}
.contact-main-item .nor {
  display: block;
}
.contact-main-item .sel {
  display: none;
}
.contact-main-item:hover .nor {
  display: none;
}
.contact-main-item:hover .sel {
  display: block;
}
.contact-main__name {
  font-weight: bold;
  color: #252b3a;
  padding-top: 30rem;
}
.contact-main-item:hover .contact-main__name {
  color: #ffffff;
}
.contact-main__text {
  color: #575d6c;
  min-height: 70rem;
  padding-top: 14rem;
}
.contact-main-item:hover .contact-main__text {
  color: #ffffff;
}
.contact-main__tip {
  color: #575d6c;
  opacity: 0.8;
  padding-top: 15rem;
}
.contact-main-item:hover .contact-main__tip {
  color: #ffffff;
}
.contact-downlod-box {
  background: url(./../image/img/contact-downlod-bg.webp) no-repeat;
  background-size: 100% 100%;
  padding: 100rem 0;
}
.contact-downlod-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-downlod-item {
  width: calc((100% - 80rem) / 3);
  margin-right: 40rem;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgba(232, 235, 243, 0.64);
  border-radius: 10px;
  border: 2px solid #eff1f5;
  padding: 60rem 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-downlod-item:nth-child(3n) {
  margin-right: 0;
}
.contact-downlod-name {
  font-weight: bold;
  color: #0a1f3a;
}
.contact-downlod-text {
  color: #0a1f3a;
  opacity: 0.6;
  padding-top: 10rem;
}
.contact-downlod-link {
  margin-top: 30rem;
  width: 170rem;
  height: 50rem;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #0a1f3a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a1f3a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-downlod-link:hover {
  background: #0086f1;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.index-swiper-btn {
  margin: 0;
  margin-top: 40rem;
}
.index-downlod-box {
  padding: 80rem 0;
}
.index-downlod-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-downlod-item {
  width: calc((100% - 180rem) / 3);
  margin-right: 60rem;
  height: 280rem;
  background: #ffffff;
  box-shadow: 10px 16px 56px 0px #e8ebf3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.index-downlod-item::after {
  content: "";
  position: absolute;
  right: 20rem;
  top: 20rem;
  width: 34rem;
  height: 34rem;
  background: url(./../image/icon/icon_xiazai.webp) no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-downlod-item:hover::after {
  opacity: 1;
}
.index-downlod-item:nth-child(4n) {
  margin-right: 0;
}
.index-downlod-icon {
  width: 80rem;
}
.index-downlod-name {
  font-weight: bold;
  color: #0a1f3a;
  padding-top: 30rem;
}
.header-main-home {
  background: #fff;
}
.index-process__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-process__card {
  width: 320rem;
  height: 360rem;
  background: #ffffff;
  border-radius: 12px;
  margin-right: 30rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-process__card:hover {
  background: linear-gradient(315deg, #0086f1 0%, #16adff 100%);
}
.index-process__card:nth-child(3) {
  margin-right: 0;
}
.index-process-card__num {
  font-weight: bold;
  color: rgba(0, 134, 241, 1);
  padding: 30rem;
}
.index-process__card:hover .index-process-card__num {
  color: #ffffff;
}
.index-process-card__name {
  font-weight: bold;
  color: rgba(10, 31, 58, 1);
  padding-top: 90rem;
  padding-left: 30rem;
}
.index-process__card:hover .index-process-card__name {
  color: #ffffff;
}
.index-process-card__text {
  color: rgba(10, 31, 58, 1);
  padding: 20rem 30rem;
  opacity: 0.8;
}
.index-process__card:hover .index-process-card__text {
  color: #ffffff;
}
.index-first-box {
  background: url(./../image/img/bg_n1.webp) no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 30rem; */
    left: 5%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 35rem; */
  }
}
@media screen and (max-width: 1024px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center {
    width: calc(100% - 80rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-logo-box {
    width: 167rem;
  }
  .header-wap-close {
    position: absolute;
    right: 40rem;
    top: 30rem;
    width: 48rem;
    height: 48rem;
    background: url(./../image/img/icon_close.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.7;
  }
  .header-nav-box {
    width: 70vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    flex-direction: column;
    padding-top: 130rem;
  }
  .header-nav-box::before {
    content: "";
    position: absolute;
    top: 110rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-nav-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30vw;
    left: -30vw;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .header-nav-on .header-nav-title {
    position: relative;
  }
  .header-nav-on .header-nav-title::after {
    content: "·";
    position: absolute;
    left: -20rem;
  }
  .header-nav-on .header-nav-section,
  .header-nav-item:hover .header-nav-section {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding-top: 20rem;
  }
  .header-nav-on .header-nav-text,
  .header-nav-item:hover .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    padding: 20rem 30rem;
    height: 100rem;
    margin-top: 0;
    /* background: #fff; */
    /* position: relative; */
  }

  .header-main-right {
    margin-right: 0;
  }

  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-menu {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999;
  }
  .header-wap-menu img {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .header-menu-fist {
    color: #2f2f2f;
    line-height: 80rem;
    width: 100%;
    text-align: left;
  }
  .header-menu-on {
    color: #3c5057;
    font-weight: bold;
  }
  .header-menu-on::after {
    content: "";
    display: none;
  }
  .header-menu-item:hover .header-menu-second {
    height: 0;
  }
  .header-language-dropdown {
    position: absolute;
    bottom: -110rem;
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: 110rem;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 55rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }
  .header-menu-on::after {
    left: 5%;
    background: url(./../image/icon/nav-on.png) no-repeat;
    background-size: 100% 100%;
    width: 91%;
    height: 50rem;
  }
  .index-process-img {
    width: 100%;
  }
  .index-process__item {
    padding: 0 20rem;
    margin-bottom: 30rem;
  }
  .index-process__dot {
    width: 14rem;
    height: 14rem;
  }
  .index-feature-swiper {
    width: calc(100% - 60rem);
    padding: 20rem 0 0;
    margin: 0 30rem;
    overflow: hidden;
  }
  .index-feature__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    box-shadow: none;
  }
  .index-feature__piont {
    width: 100%;
  }
  .index-feature__left {
    width: 100%;
  }
  .index-feature__img {
    width: 100%;
  }

  .index-feature__tabs {
    padding: 0 30rem;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .index-feature__tab {
    padding-right: 40rem;
  }
  .index-feature__tab::after {
    left: calc(50% - 100rem);
  }
  .index-trend__content {
    display: flex;
    flex-direction: column;
  }
  .index-trend__item {
    padding-top: 40rem;
  }
  .index-trend-numbers {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30rem;
    width: 100%;
    margin-top: 60rem;
  }
  .index-trend__card {
    width: calc(50% - 15rem);
    height: 180rem;
    margin-right: 30rem;
    margin-bottom: 30rem;
  }
  .index-trend__card:nth-child(2n) {
    margin-right: 0;
  }
  .index-trend-box {
    padding-bottom: 100rem;
  }
  .index-evaluate__card {
    height: 360rem;
  }
  .index-evaluate__swiper {
    overflow: visible;
  }
  .index-case-btn {
    width: 210rem;
    height: 70rem;
  }
  .footer-top-box {
    flex-direction: column;
  }
  .public-footer__logo {
    width: 120rem;
    height: 120rem;
    margin: 0 auto;
  }
  .footer-top__flex {
    display: flex;
    flex-direction: column;
    padding-top: 80rem;
  }
  .footer-top__item {
    padding-bottom: 40rem;
  }
  .footer-top-box {
    padding-bottom: 40rem;
  }
  .index-swiper-item1 {
    padding: 80rem 50rem 0;
  }
  .index-swiper-item1__text {
    width: 65%;
  }
  .index-process-list {
    justify-content: flex-start;
  }
  .index-customer-main {
    padding: 100rem 0 100rem;
  }
  .header-nav-on::after {
    display: none;
  }
  .header-nav-on::before {
    display: none;
  }
  .product-case-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
    padding: 40rem 80rem;
  }
  .product-case__point {
    margin: 10rem 20rem 0;
  }
  .public-banner-content {
    position: absolute;
    left: 60rem;
    top: 260rem;
  }
  .product-feature-item {
    flex: auto;
    width: 50%;
    margin-bottom: 50rem;
  }
  .product-feature__icon {
    width: 100rem;
  }
  .product-update-content::after {
    top: 88rem;
  }
  .product-update__cont {
    width: 500rem;
    height: 260rem;
  }
  .product-update__prev {
    left: 0;
    bottom: 85rem;
    width: 50rem;
    height: 50rem;
  }
  .product-update__next {
    right: 0;
    bottom: 85rem;
    width: 50rem;
    height: 50rem;
  }
  .index-swiper-item1__points {
    margin-right: 60rem;
  }
  .index-swiper-item1 {
    padding-top: 200rem;
  }
  .advantage-comprehensive-content {
    display: flex;
    flex-wrap: wrap;
  }
  .advantage-comprehensive-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .case-list-item {
    width: calc((100% - 40rem) / 2);
    margin-right: 40rem;
    margin-bottom: 40rem;
  }
  .case-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .public-pages-btn {
    margin: 0 10rem;
    width: 60rem;
    height: 60rem;
  }
  .public-pages-prev {
    background: url(./../image/img/icon_left_nor.png) no-repeat center;
    background-size: 16rem 22rem;
    background-color: #ffffff;
  }
  .public-pages-next {
    background: url(./../image/img/icon_right_nor.png) no-repeat center;
    background-size: 16rem 22rem;
    background-color: #ffffff;
  }
  .contact-main-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .contact-main__icon {
    width: 120rem;
  }
  .contact-downlod-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .contact-downlod-link {
    width: 210rem;
    height: 70rem;
  }
  .advantage-good-wap {
  }
  .advantage-good-wap__headers {
    position: relative;
  }
  .advantage-good-wap__header {
    width: 100%;
  }
  .advantage-good-wap__name {
    position: absolute;
    left: 92rem;
    top: 40rem;
    font-weight: bold;
    color: #ffffff;
  }
  .advantage-good-wap__content {
    padding: 40rem 40rem 80rem;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(97, 124, 151, 0.1);
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
  }
  .advantage-low-wap {
    background: #f7fbff;
    border-radius: 20px;
    margin-top: 60rem;
  }
  .advantage-low-wap__headers {
    position: relative;
    width: 100%;
    height: 100rem;
    background: linear-gradient(90deg, #d9e2eb 0%, #fbfdff 100%);
    border-radius: 0px 20px 0px 0px;
  }
  .advantage-low-wap__name {
    position: absolute;
    left: 92rem;
    top: 20rem;
    font-weight: bold;
    color: #333333;
  }
  .advantage-low-wap__content {
    padding: 40rem 40rem 80rem;
  }
  .advantage-low__cont::after {
    top: calc(50% - 15rem);
    width: 30rem;
    height: 30rem;
  }
  .advantage-low__cont {
    padding-left: 40rem;
  }
  .index-downlod-item {
    width: calc((100% - 30rem) / 2);
    margin-right: 30rem;
    margin-bottom: 30px;
  }
  .index-downlod-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-process__card {
    width: 100%;
    min-height: 300rem;
    padding-bottom: 30rem;
    background: #ffffff;
    margin-bottom: 40rem;
    border-radius: 12px;
    margin-right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .index-process-card__name {
    padding-top: 30rem;
  }
  .index-feature-wap__tabs {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 20rem;
  }
  .index-feature-wap__tab {
    width: calc((100% - 40rem) / 3);
    margin-right: 20rem;
    margin-bottom: 20rem;
    background: #f3f3f3;
    height: 80rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .index-feature-wap-on {
    background: #027fff;
    color: #fff;
  }
  .index-feature-wap__tab:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .index-process__item {
    padding: 0 15rem;
  }
  .index-evaluate__card {
    position: relative;
    height: 280rem;
  }
  .index-trend__card {
    width: 100%;
    height: 180rem;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .index-trend-numbers {
    flex-direction: column;
  }
  .index-feature-wap__tabs {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 20rem;
  }
}
@media screen and (max-width: 450px) {
}
