@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
.header.scroll .header__wrap,
.header.innerbg .header__wrap {
  background: #fff;
}
.header.scroll .logo img.show,
.header.innerbg .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scroll .logo img.hide,
.header.innerbg .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .navs__list > li > a,
.header.innerbg .navs__list > li > a {
  color: #999999;
}
.header.scroll .navs__list > li.active > a,
.header.innerbg .navs__list > li.active > a {
  color: #0060C8;
}
.header.scroll .lang__defaul i,
.header.innerbg .lang__defaul i {
  background: url(../images/lang1.gif) center no-repeat;
  background-size: cover;
}
.header.scroll .lang__defaul span,
.header.innerbg .lang__defaul span,
.header.scroll .lang__defaul b,
.header.innerbg .lang__defaul b {
  color: #0060C8;
}
.header.scroll .menubtn.active span,
.header.innerbg .menubtn.active span {
  background: transparent;
}
.header.scroll .menubtn span,
.header.innerbg .menubtn span {
  background: #0060C8;
}
.header.scroll .menubtn span:before,
.header.innerbg .menubtn span:before,
.header.scroll .menubtn span:after,
.header.innerbg .menubtn span:after {
  background: #0060C8;
}
.header.scroll .search__btn i,
.header.innerbg .search__btn i,
.header.scroll .search__btn span,
.header.innerbg .search__btn span {
  color: #0060C8;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.8rem;
  height: 0.92rem;
  transition: 0.4s;
}
.logo {
  position: relative;
  display: block;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.45rem;
  transition: 0.35s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header__right {
  display: flex;
  align-items: center;
}
.navs__list {
  display: flex;
}
.navs__list > li {
  padding: 0 0.28rem;
}
.navs__list > li.active > a {
  color: #0060C8;
}
.navs__list > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.navs__list > li > a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs__list > li > a:hover,
.navs__list > li > a.active {
  color: #fff;
}
.navs__list > li > a:hover:before,
.navs__list > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs__list > li > a > i {
  display: none;
  color: #999999;
  font-size: 0.18rem;
  font-style: normal;
}
.navs__list > li:hover > a:before {
  right: auto;
  left: 0;
  width: 100%;
}
.navs__list > li:hover .navs__menus {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.navs__menus {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: 0.6s;
}
.navs__first--menu {
  position: relative;
  z-index: 2;
  width: 20.625vw;
  padding-bottom: 0.42rem;
  background: linear-gradient(to bottom, rgba(0, 96, 200, 0.1), rgba(255, 255, 255, 0.1));
}
.navs__first--menu:before {
  position: absolute;
  left: 0;
  right: 0.13rem;
  bottom: 0;
  z-index: -1;
  content: "";
  height: 3.38rem;
  background: url(../images/promenu.png) center no-repeat;
  background-size: cover;
}
.navs__first--menu li {
  padding-left: 40.4%;
  cursor: pointer;
}
.navs__first--menu li.active {
  background: #0060C8;
}
.navs__first--menu li.active a {
  line-height: 0.59rem;
  color: #fff;
}
.navs__first--menu li a {
  display: inline-block;
  line-height: 0.45rem;
  color: #0060C8;
  font-size: 0.16rem;
}
.navs__leval {
  box-sizing: border-box;
  padding: 3.6458vw 2.2917vw 0;
  width: 14.4792vw;
  background: #0060C8;
}
.navs__leval li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navs__leval li.active a span {
  opacity: 1;
  transform: scale(1);
}
.navs__leval li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.64rem;
  color: #fff;
  font-size: 0.16rem;
}
.navs__leval li a span {
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.12rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.navs__leval li a span i {
  display: inline-block;
  font-size: 0.12rem;
  transform: scale(0.5);
  color: #0060C8;
  font-style: normal;
  font-weight: bold;
}
.header.scroll .menubtn span {
  background: #0060C8;
}
.header.scroll .menubtn span:before,
.header.scroll .menubtn span:after {
  background: #0060C8;
}
.header.scroll .menubtn.active span {
  background: transparent;
}
.navs__leval--item {
  display: none;
}
.navs__leval--item:first-child {
  display: block;
}
.navs__menu--infos {
  flex: 1;
  padding: 4.0104vw 8.3333vw 0.3rem 3.8542vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 0;
}
.navs__swiper {
  width: 23.5938vw;
  border-radius: 0.1rem;
  background-image: radial-gradient(circle, #FFFFFF, #E1E1E1);
}
.navs__swiper .swiper-pagination {
  left: auto;
  right: 0.25rem;
  bottom: 0.16rem;
  width: auto;
  line-height: 1;
}
.navs__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 5px;
  width: 0.07rem;
  height: 0.07rem;
  opacity: 1;
  background: #fff;
  transition: 0.35s;
}
.navs__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0060C8;
}
.navs-slide figure {
  position: relative;
  display: block;
  padding-bottom: 64.017%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.navs-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navs-slide figure img {
  height: auto;
}
.navs__content {
  flex: 1;
  margin-left: 2.9688vw;
  width: 0;
}
.navs__content strong {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1.1;
  color: #0060C8;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.navs__content p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.navs__content .promore {
  padding: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
}
.navs__content .promore a {
  display: flex;
  align-items: center;
}
.navs__content .promore a:hover i:before {
  transform: rotate(180deg);
}
.navs__content .promore a:hover span {
  color: #0060C8;
}
.product__mbnavs {
  display: none;
}
.navs__applicates {
  padding: 0.54rem 11.4583vw 5.5208vw 8.3333vw;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background: linear-gradient(to bottom, #FFFFFF, #CFD9E0);
}
.navs__applicates:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 24.3229vw;
  height: 12.0313vw;
  background: url(../images/applicate.png) center no-repeat;
}
.navs__applicates {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.navs__applicates .home__title small {
  margin-bottom: 0.12rem;
  font-size: 0.48rem;
}
.applicate__navsli {
  width: 44.0625vw;
}
.applicate__wr {
  display: flex;
  flex-wrap: wrap;
}
.applicate__wr li {
  margin-right: 8%;
  margin-top: -1px;
  position: relative;
  width: 46%;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}
.applicate__wr li:hover:before {
  width: 100%;
}
.applicate__wr li:hover p {
  max-height: 0.25rem;
  opacity: 1;
}
.applicate__wr li:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #0060C8;
  width: 0;
  transition: 0.5s;
}
.applicate__wr li a {
  padding: 0.14rem 0;
  padding-left: 0.36rem;
  display: block;
}
.applicate__wr li a strong {
  display: block;
  position: relative;
  color: #000000;
  font-size: 0.16rem;
  font-weight: normal;
}
.applicate__wr li a strong span {
  display: block;
  position: absolute;
  left: -0.36rem;
  top: 50%;
  margin-top: -0.08rem;
  width: 0.15rem;
  height: 0.15rem;
  line-height: 0.12rem;
  text-align: center;
  border-radius: 50%;
  background: #0060C8;
  transition: 0.3s;
}
.applicate__wr li a strong span i {
  display: inline-block;
  font-size: 0.12rem;
  transform: scale(0.5);
  color: #fff;
  font-style: normal;
  font-weight: bold;
}
.applicate__wr li a p {
  position: relative;
  padding-left: 0.13rem;
  color: #8E8E8E;
  font-size: 0.14rem;
  line-height: 0.25rem;
  max-height: 0;
  transition: 0.5s;
  opacity: 0;
}
.applicate__wr li a p:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8E8E8E;
}
.applicate__wr li:nth-child(2n+2) {
  margin-right: 0;
}
.lang {
  margin-left: 0.36rem;
  position: relative;
}
.lang:hover .lang__down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang__defaul {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 0.92rem;
}
.lang__defaul i {
  display: inline-block;
  position: relative;
  width: 0.25rem;
  height: 0.24rem;
  background: url(../images/lang.gif) center no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.lang__defaul span {
  display: inline-block;
  margin-left: 0.14rem;
  color: #fff;
  font-size: #FFFFFF;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  transition: 0.3s;
}
.lang__defaul b {
  display: inline-block;
  color: #fff;
  font-size: 0.12rem;
  font-weight: normal;
  transform: scale(0.6);
  transition: 0.3s;
}
.lang__down {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0.15rem 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(20px);
}
.lang__list li {
  margin-bottom: 0.05rem;
  text-align: center;
}
.lang__list li:last-child {
  margin-bottom: 0;
}
.lang__list li a {
  display: inline-block;
  color: #999999;
  font-size: 0.16rem;
}
.lang__list li a:hover {
  color: #0060C8;
}
.searchs {
  position: relative;
  margin-left: 0.4rem;
}
.search__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search__btn i {
  display: inline-block;
  margin-right: 0.14rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  transition: 0.3s;
}
.search__btn span {
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  transition: 0.3s;
}
.banner {
  position: relative;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide.swiper-slide-active .btexts small,
.banner-slide.swiper-slide-active .btexts strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.banner-slide.swiper-slide-active .btexts strong {
  transition-delay: 0.5s;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btexts {
  position: absolute;
  left: 8.3333vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.btexts small {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #fff;
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.68s;
  font-family: "Hanken Grotesk";
}
.btexts strong {
  display: block;
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.68s;
}
.banner__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.13rem;
  color: #fff;
  font-size: 0.26rem;
  cursor: pointer;
  z-index: 10;
}
.banner__prev.prev {
  left: 4.4271vw;
}
.banner__prev.next {
  right: 4.4271vw;
}
.banner__ts {
  position: absolute;
  left: 4.1667vw;
  bottom: 0.6rem;
  z-index: 3;
}
.banner__ts a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-left: 0.2rem;
  line-height: 0.46rem;
  color: #fff;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.banner__ts a:hover i {
  transform: translateX(3px);
}
.banner__ts a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: linear-gradient(to right, #0061C9, #004EA2);
}
.banner__ts a i {
  display: inline-block;
  margin-left: 0.14rem;
  color: #fff;
  font-size: 0.14rem;
  line-height: 1;
  transition: 0.3s;
}
.mouses {
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  bottom: 0.54rem;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 3;
}
.mouses:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  box-sizing: border-box;
  background: url(../images/border.svg) center no-repeat;
  background-size: cover;
  animation: movesd 5s infinite linear;
}
.mouses i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.14rem;
  margin-top: -0.14rem;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/mouse.png) center no-repeat;
  background-size: cover;
}
@keyframes movesd {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home__product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 0.8rem;
  height: 100vh;
  background: linear-gradient(to bottom, #FFFFFF, #CFD9E0);
  overflow: hidden;
}
.home__product--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home__title small {
  display: block;
  line-height: 1;
  color: #0060C8;
  font-size: 0.9rem;
  font-family: "Hanken Grotesk";
}
.home__title strong {
  display: block;
  margin-top: 0.1rem;
  line-height: 1;
  color: #000000;
  font-size: 0.32rem;
  font-weight: normal;
}
.more__product {
  text-align: center;
}
.more__product a {
  display: block;
}
.more__product img {
  display: inline-block;
  width: 0.28rem;
  height: auto;
  line-height: 1;
}
.more__product a:hover b {
  background: url(../images/more.svg) center no-repeat;
  background-size: cover;
}
.more__product a:hover p {
  color: #0060C8;
}
.more__product b {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/more1.svg) center no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.more__product p {
  margin-top: 0.16rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.1;
  transition: 0.36s;
}
.product__tabs {
  margin-top: -0.4rem;
  position: relative;
}
.product__swipers {
  padding: 0 0.6rem;
}
.product-slide {
  padding: 0.56rem 0;
  width: 4.08rem;
}
.product-slide.swiper-slide-active .home__product--info {
  height: 2.43rem;
}
.product-slide.swiper-slide-active .promore {
  opacity: 1;
}
.product-slide.swiper-slide-active figure:before {
  opacity: 0;
}
.product-slide.product-visible .product__slide--wr {
  opacity: 1;
}
.product-slide .product__slide--wr {
  display: block;
  position: relative;
  opacity: 0;
  transition: 0.25s;
  perspective: 1200px;
  transform-style: preserve-3d;
}
.product-slide .product__slide--wr .front {
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.product-slide .product__slide--wr:hover .front {
  transform: rotateY(180deg);
}
.product-slide .product__slide--wr:hover .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.product-slide figure {
  position: relative;
  padding-bottom: 132.598%;
  border-radius: 0.22rem;
  background: url(../images/product__bg.png) center no-repeat;
  background-size: cover;
  box-shadow: 0 0.04rem 0.56rem rgba(0, 0, 0, 0.25);
  background-color: #a3a3a3;
}
.product-slide figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2.17rem;
  background: linear-gradient(to bottom, #FBFBFB, #E2E2E2);
  border-radius: 0 0 0.22rem 0.22rem;
  transition: 0.4s;
}
.product-slide figure img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  max-width: 100%;
  transition: 0.58s;
}
.back {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3.13vw 2.29vw 0.37rem;
  box-sizing: border-box;
  background: #0060C8;
  border-radius: 0.22rem;
  transform-style: preserve-3d;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  transition: 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back .home__prowr strong,
.back .home__prowr p {
  color: #fff;
}
.back .home__prowr p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}
.back .promore {
  position: relative;
  padding: 0;
  opacity: 1;
}
.back .promore i {
  color: #0060C8;
}
.back .promore i:before {
  background: url(../images/more3.svg) center no-repeat;
  background-size: cover;
}
.back .promore span {
  color: #fff;
}
.home__product--info {
  position: absolute;
  box-sizing: border-box;
  padding: 0.6rem 0.44rem 0.35rem;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.44rem;
  z-index: 3;
  transition: 0.68s;
  border-radius: 0.22rem;
  overflow: hidden;
}
.home__product--info:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.22rem;
  background: linear-gradient(to right, #0061C9, #004EA2);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.home__prowr strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.25rem;
  font-weight: normal;
  transition: 0.35s;
}
.home__prowr p {
  color: #999999;
  font-size: 0.17rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
.promore {
  display: flex;
  align-items: center;
  margin-top: 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.44rem 0.35rem;
  opacity: 0;
  transition: 0.35s;
}
.promore i {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.19rem;
  font-size: 0.12rem;
  transition: 0.3s;
}
.promore i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.22rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.43rem;
  background: url(../images/bx.png) center no-repeat;
  transition: 0.3s;
  background-size: cover;
}
.promore span {
  display: inline-block;
  margin-left: 0.17rem;
  color: #333333;
  font-size: 0.17rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  transition: 0.3s;
}
.product__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.35rem;
  z-index: 3;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.7rem;
  background: linear-gradient(to right, #0061C9, #004EA2);
  font-size: 0.16rem;
  cursor: pointer;
}
.product__prev.prev {
  left: -0.8rem;
}
.product__prev.next {
  right: -0.8rem;
}
.new__product {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.8rem;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.new__product--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__title1 small {
  display: inline-block;
  background: linear-gradient(to right, #0D8CFE, #40ECFE);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home__title1 strong {
  color: #fff;
}
.new__left {
  width: 39.68%;
}
.new__items {
  display: none;
}
.new__items:first-child {
  display: block;
}
.product__model {
  margin-top: 2.8125vw;
  margin-bottom: 1.5625vw;
}
.product__model small {
  display: block;
  color: #fff;
  font-size: 0.24rem;
  line-height: 2;
}
.product__model strong {
  display: block;
  margin-bottom: 0.16rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.5rem;
}
.product__model span {
  display: block;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.new__infos {
  margin-bottom: 2.5vw;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.applicate {
  box-sizing: border-box;
  padding: 0.35rem 0 0.1rem 0.48rem;
  width: 5.48rem;
  border-radius: 0.2rem;
  background: rgba(75, 75, 75, 0.25);
  backdrop-filter: blur(0.2rem);
}
.applicate__tt {
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.21rem;
  font-weight: normal;
}
.applicate__list {
  display: flex;
  flex-wrap: wrap;
}
.applicate__list li {
  position: relative;
  padding-left: 0.24rem;
  margin-bottom: 0.26rem;
  box-sizing: border-box;
  width: 33.333%;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.2;
}
.applicate__list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.08rem;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/dist1.png) center no-repeat;
  background-size: cover;
}
.new__tabs {
  flex: 1;
  margin-left: 0.72rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 0;
}
.new__list {
  flex: 1;
  margin-right: 0.42rem;
  width: 0;
  overflow: hidden;
}
.newmax__item {
  line-height: 1;
  float: left;
}
.newmax__item figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31.25vw;
}
.newmax__item figure img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.new__swiper {
  box-sizing: border-box;
  position: relative;
  padding: 0.66rem 0;
  width: 1.02rem;
}
.new-slide {
  cursor: pointer;
  padding: 0.21rem 0;
  float: left;
}
.new-slide.new-visible figure {
  opacity: 1;
}
.new-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.35s;
}
.new-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new__prev {
  position: absolute;
  left: 50%;
  margin-left: -0.07rem;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 0.15rem;
  transition: 0.3s;
  z-index: 5;
}
.new__prev.prev {
  top: 0;
}
.new__prev.next {
  bottom: 0;
}
.scollbtns {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -0.62rem;
  margin-top: -0.38rem;
  width: 1.24rem;
  height: 0.76rem;
  background: url(../images/swiper.png) center no-repeat;
  background-size: cover;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.scollbtns.show {
  opacity: 1;
}
.home__business {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.8rem;
  height: 100vh;
  overflow: hidden;
  background-image: radial-gradient(#ffffff, #cfd9e0);
}
.business__tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business__in {
  width: 5.87rem;
  color: #666666;
  font-size: 0.16rem;
}
.business__in span {
  color: #0060C8;
}
.business__tabes {
  position: relative;
  margin: auto;
  margin-bottom: -0.8rem;
  margin-top: -0.5rem;
  width: 64.4792vw;
}
.business__tabes figure {
  display: block;
  line-height: 1;
}
.business__tabes figure img {
  display: block;
  width: 100%;
  height: auto;
}
.business__li li {
  position: absolute;
  margin-left: -0.24rem;
  margin-top: -0.24rem;
}
.business__li li.businessi1 {
  left: 12.48%;
  bottom: 30.2%;
}
.business__li li.businessi2 {
  left: 28.67%;
  top: 16.37%;
}
.business__li li.businessi3 {
  left: 34.08%;
  bottom: 11.2%;
}
.business__li li.businessi4 {
  left: 48.78%;
  top: 65.94%;
}
.business__li li.businessi5 {
  left: 52.1%;
  top: 84.195%;
}
.business__li li.businessi6 {
  left: 77.38%;
  top: 22.27%;
}
.business__li li.businessi7 {
  left: 83.11%;
  top: 49.42%;
}
.business__li li b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}
.business__li li b:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(0, 96, 200, 0.2), rgba(0, 122, 255, 0.2));
  animation: pin02 2s ease-in-out infinite alternate;
}
.business__li li b:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  margin-left: -0.16rem;
  margin-top: -0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: linear-gradient(to right, rgba(0, 96, 200, 0.5), rgba(0, 122, 255, 0.5));
  animation: pin02 2s ease-in-out 0.2s infinite alternate;
}
.business__li li b i {
  display: block;
  position: relative;
  z-index: 2;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: linear-gradient(to right, #0060c8, #007aff);
}
.business__li li b i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.04rem;
  margin-top: -0.04rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
}
.business__li li:hover {
  z-index: 2;
}
.business__li li:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.business__li li span {
  padding: 0 0.2rem;
  position: absolute;
  right: 100%;
  margin-right: 0.16rem;
  top: 50%;
  margin-top: -0.31rem;
  display: block;
  min-width: 2rem;
  line-height: 0.62rem;
  box-sizing: border-box;
  border-radius: 0.31rem;
  background: #0060C8;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateX(-10px);
}
@keyframes pin02 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
.introducts {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.8rem;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduct__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.introduct__imgs {
  width: 36.5%;
}
.introduct__list--imgs {
  position: relative;
}
.introduct__list--imgs figure {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.introduct__list--imgs figure.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.introduct__list--imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.introduct__right {
  width: 41.75%;
}
.introduct__ins {
  margin-top: 0.5rem;
  margin-bottom: 0.46rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.34rem;
}
.introduct__data {
  display: flex;
  margin-bottom: 0.4rem;
}
.introduct__data li {
  position: relative;
  margin-right: 6.7708vw;
}
.introduct__data li:last-child {
  margin-right: 0;
}
.introduct__data li:last-child:before {
  display: none;
}
.introduct__data li:before {
  position: absolute;
  right: -3.3854vw;
  top: 50%;
  margin-top: -0.11rem;
  content: "";
  width: 1px;
  height: 0.23rem;
  background: rgba(255, 255, 255, 0.2);
}
.introduct__data li strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.introduct__data li strong b {
  margin-right: 4px;
  font-weight: normal;
  font-size: 0.4rem;
}
.introduct__data li p {
  margin-top: 0.12rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.16rem;
  line-height: 1.4;
}
.common__mores a {
  display: inline-flex;
  align-items: center;
}
.common__mores a:hover i:before {
  transform: rotate(180deg);
}
.common__mores a:hover span:before {
  right: auto;
  left: 0;
  width: 100%;
}
.common__mores a i {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 0.64rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  font-size: 0.14rem;
}
.common__mores a i:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/more2.svg) center no-repeat;
  background-size: cover;
  transition: 0.4s;
}
.common__mores a span {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-left: 0.23rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.common__mores a span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.common__mores a span:hover,
.common__mores a span.active {
  color: #fff;
}
.common__mores a span:hover:before,
.common__mores a span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.introduct__imgs {
  position: relative;
  width: 36.5%;
}
.introduct__items {
  position: absolute;
}
.introduct__items:hover .introduct__line,
.introduct__items.active .introduct__line {
  height: 100%;
}
.introduct__items:hover .product__texts,
.introduct__items.active .product__texts {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.introduct__items1 {
  left: 8.06%;
  top: 44.798%;
  width: 52.69%;
  height: 37.315%;
}
.introduct__items1 .introduct__posite {
  left: 8.839%;
  bottom: 60.16%;
}
.introduct__items2 {
  left: 32.7%;
  bottom: 46.186%;
  width: 37.842%;
  height: 33.9%;
}
.introduct__items2 .introduct__posite {
  left: 38.46%;
  bottom: 45.91%;
}
.introduct__items3 {
  right: 1.883%;
  bottom: 22.24%;
  width: 36.64%;
  height: 32.83%;
}
.introduct__items3 .introduct__posite {
  left: 37.383%;
  bottom: 63.22%;
}
.introduct__posite {
  position: absolute;
}
.intro__ico {
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: linear-gradient(to right, #0061C9, #004EA2);
}
.intro__ico:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.04rem;
  margin-top: -0.04rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border-radius: 50%;
}
.introduct__infos {
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: 23.4375vw;
}
.introduct__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  height: 0;
  transition: 1s;
}
.product__texts {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0.25rem;
  padding-top: 0.54rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: 0.4s;
}
.product__data {
  display: flex;
}
.product__data--item {
  margin-right: 0.75rem;
}
.product__data--item:last-child {
  margin-right: 0;
}
.product__data--item strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__data--item strong b {
  font-weight: normal;
  font-size: 0.48rem;
}
.product__data--item p {
  color: #fff;
  font-size: 0.16rem;
  white-space: nowrap;
}
.introduct__names {
  margin-top: 0.08rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.38rem;
}
.home__news {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0.8rem;
  height: calc(100vh + 0.3rem);
  margin-bottom: -0.3rem;
  overflow: hidden;
  background-image: radial-gradient(#ffffff, #cfd9e0);
}
.home__news--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home__news--btn {
  display: flex;
}
.home__news--btn li {
  margin-right: 0.6rem;
}
.home__news--btn li:last-child {
  margin-right: 0;
}
.home__news--btn li a {
  display: block;
  text-align: center;
}
.home__news--btn li a:hover i,
.home__news--btn li a:hover span {
  color: #0060C8;
}
.home__news--btn li a i {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #333333;
  font-size: 0.3rem;
  font-weight: normal;
  transition: 0.3s;
}
.home__news--btn li a span {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.22rem;
  transition: 0.3s;
}
.home__news--wr {
  display: flex;
  justify-content: space-between;
  margin-top: 0.58rem;
}
.home__news--list {
  display: flex;
  width: 49.375%;
}
.home__news--list li {
  margin-right: 2.6%;
  width: 48.7%;
}
.home__news--list li:nth-child(2) {
  margin-right: 0;
}
.home__news--list li a {
  display: block;
  padding: 0.1rem;
  background: #fff;
}
.home__news--list li a:hover figure img {
  transform: scale(1.08);
}
.home__news--list li a:hover .home__news--text strong {
  color: #0060C8;
}
.home__news--list li a:hover .promore i:before {
  transform: rotate(180deg);
}
.home__news--list li a figure {
  position: relative;
  display: block;
  padding-bottom: 65.753%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.home__news--list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__news--list li a figure img {
  transition: 0.5s;
}
.home__news--infos {
  padding: 0.26rem 0.14rem 0.3rem;
}
.home__news--infos .promore {
  max-height: none;
  position: relative;
  margin-top: 0;
  padding: 0;
  opacity: 1;
}
.home__news--text {
  margin-bottom: 2.3438vw;
}
.home__news--text strong {
  display: block;
  margin-bottom: 0.26rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 1.2;
  font-weight: normal;
  transition: 0.38s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home__news--text p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home__news--wr .home__news--text strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home__news--li {
  width: 45.125%;
}
.home__news--li li {
  margin-bottom: 2.8646vw;
}
.home__news--li li:last-child {
  margin-bottom: 0;
}
.home__news--li li a {
  display: block;
  position: relative;
  padding-left: 0.38rem;
}
.home__news--li li a:hover strong {
  color: #0060C8;
}
.home__news--li li a:before {
  position: absolute;
  left: 0;
  top: 0.05rem;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/dist1.png) center no-repeat;
  background-size: cover;
}
.home__news--li li a strong {
  display: block;
  margin-bottom: 0.16rem;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: normal;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__news--li li a time {
  display: block;
  margin-bottom: 0.1rem;
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.5;
}
.home__news--li li a p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer {
  padding: 7.3958vw 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.3rem 0.3rem 0 0;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__navs {
  display: flex;
}
.footer__navs--item {
  display: block;
  margin-right: 4.6875vw;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1;
}
.footer__navs--item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.23rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.footer__navs--item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer__navs--item dt a:hover,
.footer__navs--item dt a.active {
  color: #fff;
}
.footer__navs--item dt a:hover:before,
.footer__navs--item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p {
  margin-bottom: 0.1rem;
}
.footer__navs--item dd p:last-child {
  margin-bottom: 0;
}
.footer__navs--item dd p a {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.16rem;
  opacity: 0.7;
}
.footer__navs--item dd p a:hover {
  opacity: 1;
}
.footer__eq--imgs {
  display: flex;
  align-items: flex-start;
}
.footer__eq--imgs:hover .footer__pande {
  transform: translateX(0.17rem);
}
.footer__eq--imgs figure {
  display: block;
  margin-top: 0.07rem;
  padding: 0.1rem;
  background: #fff;
}
.footer__eq--imgs figure img {
  display: block;
  width: 1.03rem;
  height: auto;
}
.footer__pande {
  margin-left: -0.3rem;
  position: relative;
  width: 1rem;
  transition: 0.3s;
}
.footer__pande img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer__eq p {
  margin-top: 0.07rem;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.footer__logo {
  margin-bottom: 0.26rem;
  text-align: right;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  height: 0.55rem;
}
.footer__address {
  text-align: right;
}
.footer__address b {
  display: block;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 1.5;
}
.footer__address p {
  color: #fff;
  font-size: 0.16rem;
}
.footer__share {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.15rem;
}
.footer__share li {
  margin-right: 0.2rem;
}
.footer__share li:last-child {
  margin-right: 0;
}
.footer__share li a {
  display: block;
  width: 0.41rem;
  height: 0.41rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.41rem;
  color: #fff;
  font-size: 0.2rem;
}
.footer__share li a:hover {
  background: #fff;
  color: #0060C8;
}
.footer__copy {
  padding: 8.3333vw 0 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copy p,
.footer__copy a {
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
.home__swiper {
  position: relative;
  height: 100vh;
}
.home-slide .article-block.slidetop {
  opacity: 0;
  visibility: visible;
  transform: translateY(30px);
  transition: 0.68s;
}
.home-slide .fadeAnime.article-block {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s, transform 2s;
}
.home-slide.swiper-slide-active .article-block.slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.home-slide.swiper-slide-active .article-block.slidetop.detay1 {
  transition-delay: 0.45s;
}
.home-slide.swiper-slide-active .article-block.slidetop.detay2 {
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .article-block.slidetop.detay3 {
  transition-delay: 0.75s;
}
.home-slide.swiper-slide-active .fadeAnime.article-block {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .introduct__en {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
.mtop {
  height: 0.92rem;
}
.pbanner {
  position: relative;
  z-index: 3;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 28.645%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptexts {
  position: absolute;
  left: 8.3333vw;
  top: 50%;
  transform: translateY(-50%);
}
.ptexts small {
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  color: #0060C8;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Hanken Grotesk";
}
.ptexts strong {
  display: block;
  color: #000000;
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}
.ptexts a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
  padding: 0 0.2rem 0 0.24rem;
  box-sizing: border-box;
  width: 1.47rem;
  height: 0.5rem;
  background: #0060C8;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #0061C9, #004EA2);
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.ptexts a:hover i {
  transform: translateX(4px);
}
.ptexts a i {
  display: inline-block;
  color: #fff;
  font-size: 0.12rem;
  font-style: normal;
  transition: 0.3s;
}
.posites {
  position: absolute;
  left: 8.33vw;
  top: 0.3rem;
  z-index: 3;
  display: flex;
  align-items: center;
}
.posites a {
  display: inline-block;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.posites a:hover {
  color: #0060C8;
}
.posites a i {
  display: inline-block;
  margin-right: 0.06rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  color: #fff;
  line-height: 0.2rem;
  background: #0060C8;
  font-size: 0.12rem;
  text-align: center;
  font-weight: normal;
}
.posites a i em {
  display: inline-block;
  transform: scale(0.6);
}
.posites b {
  display: inline-block;
  margin: 0 0.1rem;
  color: #fff;
  font-size: 0.12rem;
  transform: scale(0.8);
  font-weight: normal;
}
.posites span {
  display: inline-block;
  color: #999999;
  font-size: 0.16rem;
}
.posites1 {
  position: relative;
  left: 0;
  top: 0;
}
.posites1 b {
  color: #BCBCBC;
}
.inner__menu {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.inner__menu::-webkit-scrollbar {
  display: none;
}
.inner__menu--list {
  display: inline-flex;
}
.inner__menu--list li {
  margin-right: 3.65vw;
  position: relative;
  z-index: 2;
}
.inner__menu--list li:hover a,
.inner__menu--list li.active a {
  color: #0060C8;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.inner__menu--list li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #0060C8;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.inner__menu--list li:hover,
.inner__menu--list li.active {
  color: #0060C8;
}
.inner__menu--list li:hover:before,
.inner__menu--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.inner__menu--list li:last-child {
  margin-right: 0;
}
.inner__menu--list li a {
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.85rem;
  white-space: nowrap;
}
.inner__menu--list li a b {
  margin-right: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.26rem;
  height: 0.29rem;
}
.inner__menu--list li a b img {
  max-height: 100%;
  max-width: 100%;
}
.inner__menu--product {
  display: flex;
}
.inner__menu--product li {
  margin-right: auto;
}
.product__boxs {
  padding: 0.64rem 0 2rem;
  margin-bottom: -0.3rem;
  background: #F1F1F1;
}
.product__tts {
  display: block;
  color: #181F1E;
  font-size: 0.32rem;
  line-height: 0.37rem;
  font-weight: 400;
}
.product__list {
  margin-top: 0.34rem;
  display: flex;
  flex-wrap: wrap;
}
.product__list li {
  margin-right: 1.5625%;
  margin-bottom: 0.22rem;
  width: 18.75%;
}
.product__list li a {
  display: block;
  background: url(../images/prosbg.png) center top no-repeat;
  background-size: cover;
  border-radius: 0.1rem;
}
.product__list li a:hover {
  box-shadow: 0 0.15rem 0.29rem rgba(0, 0, 0, 0.1);
}
.product__list li a:hover figure img {
  transform: scale(1.08);
}
.product__list li a:hover .promore i:before {
  transform: rotate(180deg);
}
.product__list li:nth-child(5n+5) {
  margin-right: 0;
}
.product__list li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.98rem;
}
.product__list li figure img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  transition: 0.5s;
}
.product__down {
  padding: 0 0.32rem 0.29rem;
}
.product__down strong {
  display: block;
  margin-bottom: 0.16rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 0.23rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product__down .promore {
  padding: 0;
  position: relative;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.promore1 {
  position: relative;
  padding: 0;
  opacity: 1;
  margin: 0;
  visibility: visible;
}
.promore1 i {
  width: 0.36rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.12rem;
}
.promore1 i:before {
  top: 0;
  margin-top: 0;
  height: 100%;
}
.promore1 span {
  margin-left: 0.12rem;
  font-size: 0.14rem;
}
.protop {
  padding: 0.14rem 0.22rem 0.1rem 8.33vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 3.64rem;
  background: #F1F1F1 url(../images/prolist.png) center bottom no-repeat;
  background-size: 100% auto;
}
.proleft .posites {
  position: relative;
  left: 0;
  top: 0;
}
.product__in {
  margin-top: 0.66rem;
  width: 8rem;
}
.product__in strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0060C8;
  font-size: 0.32rem;
  line-height: 1.1;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
}
.product__in p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.price__check {
  box-sizing: border-box;
  position: relative;
  padding: 2px;
  padding-bottom: 0.2rem;
  width: 2.86rem;
  background: #fff;
  border-radius: 0.25rem;
}
.check__top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 0.54rem;
  border-radius: 0.27rem;
  background: linear-gradient(to bottom, #81b2e4, rgba(255, 255, 255, 0.5));
}
.dele__car {
  position: absolute;
  left: 0.13rem;
  top: 50%;
  margin-top: -0.14rem;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.28rem;
  font-size: 0.15rem;
  background: #0060C8;
  cursor: pointer;
}
.check__title {
  color: #0060C8;
  font-size: 0.16rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
}
.check__hide {
  margin: 0.07rem 0.07rem 0;
  padding: 0 0.16rem;
  max-height: 2.92rem;
  direction: rtl;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.check__hide::-webkit-scrollbar {
  width: 0.04rem;
  border-radius: 0.02rem;
  background-color: #E8E8E9;
}
.check__hide::-webkit-scrollbar-track {
  border-radius: 0.02rem;
  background-color: #E8E8E9;
}
.check__hide::-webkit-scrollbar-thumb {
  border-radius: 0.02rem;
  background-color: #0060C8;
}
.check__list li {
  border-bottom: 1px solid #D9D9D9;
}
.check__list li:last-child {
  border-bottom: none;
}
.check__list li a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  height: 0.72rem;
}
.check__list li a:hover figure img {
  transform: scale(1.06);
}
.check__list li a:hover strong {
  color: #0060C8;
}
.check__list li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.52rem;
  height: 0.72rem;
}
.check__list li a figure img {
  max-width: 100%;
  max-height: 80%;
  width: auto;
  height: auto;
  transition: 0.45s;
}
.check__list li a strong {
  flex: 1;
  margin-left: 0.12rem;
  text-align: left;
  width: 0;
  color: #071A22;
  font-size: 0.14rem;
  line-height: 1.2;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
  transition: 0.3s;
}
.check__btnsd {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.check__btnsd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #0060C8;
  color: #fff;
  font-size: 0.14rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.check__btnsd a i {
  display: inline-block;
  font-style: normal;
  font-size: 0.12rem;
  transform: scale(0.9);
}
.product__class {
  display: flex;
}
.product__class--menu {
  position: relative;
  z-index: 3;
  width: 2.64rem;
  background: #fff;
  box-shadow: 0 4px 0.17rem rgba(0, 0, 0, 0.1);
}
.product__class--name {
  display: flex;
  align-items: center;
  padding-left: 0.36rem;
  background: #0060C8;
  height: 0.85rem;
}
.product__class--name b {
  display: inline-block;
  margin-right: 0.2rem;
  color: #fff;
  font-size: 0.25rem;
  font-weight: normal;
}
.product__class--name strong {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__class--list {
  padding: 0.16rem 0.16rem 0.16rem 0.37rem;
}
.product__class--list > li {
  margin-bottom: 0.12rem;
}
.product__class--list > li > a {
  color: #fff;
}
.product__class--list > li.active > a i {
  transform: rotate(45deg);
}
.product__class--list > li.active .product__class--leval {
  display: block;
}
.product__class--list > li a {
  display: flex;
  align-items: center;
  color: #787878;
  font-size: 0.16rem;
}
.product__class--list > li a i {
  display: inline-block;
  margin-right: 0.08rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #0060C8 url(../images/add.svg) center no-repeat;
  background-size: 0.08rem auto;
  transition: 0.25s;
}
.product__class--leval {
  padding-top: 4px;
  margin-left: 0.22rem;
  padding-bottom: 0.14rem;
  display: none;
}
.product__class--leval li.on a {
  color: #0060C8;
}
.product__class--leval li a {
  display: inline-block;
  position: relative;
  padding-left: 0.2rem;
  color: #4A4A4A;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.product__class--leval li a:hover {
  color: #0060C8;
}
.product__class--leval li a:before {
  position: absolute;
  left: 0.04rem;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0060C8;
}
.product__class--hide {
  margin-left: -1px;
  flex: 1;
  width: 0;
  background: #F5F5F5;
}
.product__class--hide table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.product__class--hide table thead {
  position: sticky;
  z-index: 5;
  top: 0.9rem;
  background: #fff;
}
.product__class--hide table thead th {
  padding: 0.27rem 0 0.13rem;
  border: 1px solid #D9D9D9;
  background: linear-gradient(to bottom, rgba(207, 217, 224, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  color: #0060C8;
  font-size: 0.14rem;
  line-height: 0.16rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.product__class--hide table thead p,
.product__class--hide table thead .selected {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.14rem;
  color: #494949;
  font-family: "HarmonyOSSans";
}
.product__class--hide table thead p > b,
.product__class--hide table thead .selected > b {
  font-family: "HarmonyOS_Sans_SC_Medium";
  color: #2DABE2;
}
.product__class--hide table thead p > i,
.product__class--hide table thead .selected > i {
  display: inline-block;
  margin-left: 0.05rem;
  font-style: normal;
  font-size: 0.12rem;
  transform: scale(0.8);
}
.product__class--hide table tbody tr td {
  color: #030303;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: center;
  border: 1px solid #D9D9D9;
  height: 0.86rem;
}
.selected:hover .selected__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.selected__down {
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  text-align: left;
  z-index: 3;
  padding: 0.1rem;
  min-width: 100%;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  background-color: #fff;
  cursor: pointer;
  color: #777;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.4s;
}
.selected__item {
  display: flex;
  align-items: center;
}
.selected__item label {
  display: inline-flex;
  align-items: center;
  margin-right: 0.05rem;
  cursor: pointer;
  line-height: 1.6;
  white-space: nowrap;
}
.selected__item label:last-child {
  margin-right: 0;
}
.selected__item label input {
  margin: 0;
  margin-right: 0.05rem;
}
.selected__item .reserts {
  padding: 0;
  margin-top: 0.05rem;
  border: none;
  outline: none;
  color: #777;
  transition: 0.35s;
  cursor: pointer;
  background: none;
  font-size: 14px;
}
.selected__item .reserts:hover {
  color: #0060C8;
}
.protabls {
  text-align: center;
}
.protabls:hover figure img {
  transform: scale(1.07);
}
.protabls figure {
  display: block;
  margin: auto;
  margin-bottom: 0.1rem;
  line-height: 1;
  max-width: 1.56rem;
  max-height: 0.9rem;
}
.protabls figure img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.65s;
}
.protabls p {
  color: #0060C8;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.procart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pro__prices {
  display: flex;
  align-items: center;
  color: #030303;
  font-size: 0.14rem;
  line-height: 0.2rem;
  width: 20%;
}
.pro__prices b {
  color: #0060C8;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.16rem;
}
.add__card {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 20%;
}
.add__card.add span i {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.add__card span {
  position: relative;
  margin-right: 0.08rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #0060C8;
  color: #fff;
  line-height: 0.3rem;
  font-size: 0.16rem;
}
.add__card span i {
  display: inline-block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  right: -0.14rem;
  top: -0.11rem;
  color: #0060C8;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-style: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
  transition: 0.3s;
}
.add__card span i em {
  font-style: normal;
}
.add__card p {
  color: #494949;
  font-size: 0.14rem;
}
.product__view--top {
  padding: 0.18rem 0 0.16rem;
  position: relative;
  z-index: 3;
  background: url(../images/proviewbg1.png) center bottom no-repeat;
  background-size: 100% auto;
}
.product__view--infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.product__views--left {
  width: 33.125%;
}
.product__views--tt {
  margin-bottom: 0.42rem;
}
.product__views--tt strong {
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #010102;
  font-size: 0.32rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.product__views--tt p {
  display: flex;
  align-items: center;
}
.product__views--tt p span {
  display: inline-block;
  margin-right: 0.9rem;
  color: #0060C8;
  font-size: 0.32rem;
  line-height: 1.2;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.product__views--tt p b {
  display: block;
  color: #0060C8;
  font-size: 0.16rem;
  line-height: 0.2rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.model__name {
  margin-bottom: 0.06rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.product__model--list {
  display: flex;
  flex-wrap: wrap;
}
.product__model--list li {
  padding: 0 0.2rem;
  margin-right: 0.14rem;
  margin-bottom: 0.1rem;
  min-width: 1.44rem;
  box-sizing: border-box;
  cursor: pointer;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.08rem;
  color: #000000;
  font-size: 0.16rem;
  transition: 0.3s;
}
.product__model--list li.active {
  border-color: #0060C8;
}
.product__view--btns {
  padding-top: 0.34rem;
  display: flex;
  align-items: center;
}
.product__consultate {
  position: relative;
  z-index: 5;
  padding-bottom: 0.08rem;
}
.product__consultate > a {
  display: block;
  position: relative;
  width: 1.4rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  background: #0060C8;
  color: #fff;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.product__consultate > a i {
  display: block;
  position: absolute;
  right: 0.1rem;
  top: -0.12rem;
  width: 0.27rem;
  height: 0.29rem;
  background: url(../images/zx.png) center no-repeat;
  background-size: cover;
}
.product__consultate:hover .pro__message {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.pro__message {
  position: absolute;
  left: 0.86rem;
  top: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.1rem;
  background: #fff;
  border-radius: 0.1rem 0.1rem 0.2rem 0.2rem;
  border: 0.03rem solid #0060C8;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.pro__eq {
  width: 1.02rem;
}
.pro__eq img {
  display: block;
  width: 100%;
  height: auto;
}
.pro__eq--info {
  margin-left: 0.1rem;
  padding-right: 0.14rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro__eq--info p {
  color: #000000;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.pro__downs b {
  display: block;
  color: #0060C8;
  font-size: 0.16rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
  line-height: 1.2;
}
.pro__downs b a {
  color: #0060C8;
}
.procart {
  margin-left: 0.16rem;
}
.procart a {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  border: 2px solid #0060C8;
  text-align: center;
  line-height: 0.46rem;
  color: #0060C8;
  font-size: 0.23rem;
  border-radius: 50%;
}
.procart a:hover {
  background: #0060C8;
  color: #fff;
}
.product__tabs--swiper {
  display: flex;
  align-items: center;
  width: 56.3125%;
}
.product__maxs {
  position: relative;
  width: 75.11%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-image: radial-gradient(circle, #FFFFFF, #E1E1E1);
}
.product__maxs .slick-dots {
  position: absolute;
  right: 0.38rem;
  bottom: 0.24rem;
  display: flex;
  align-items: center;
}
.product__maxs .slick-dots li {
  margin-right: 0.07rem;
  cursor: pointer;
}
.product__maxs .slick-dots li.slick-active button {
  width: 0.18rem;
  background: #0060C8;
}
.product__maxs .slick-dots li button {
  padding: 0;
  width: 0.1rem;
  height: 0.1rem;
  border: none;
  background: #fff;
  transition: 0.3s;
  border-radius: 0.05rem;
  text-indent: 9999px;
  overflow: hidden;
  cursor: pointer;
}
.product__max--item {
  float: left;
  width: 100%;
}
.product__max--item figure {
  position: relative;
  padding-bottom: 64.2%;
}
.product__max--item figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.product__mins {
  flex: 1;
  width: 0;
  margin-left: 0.24rem;
}
.product__mins--item {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0.11rem 0;
}
.product__mins--item.slick-current figure {
  opacity: 1;
}
.product__mins--item figure {
  display: block;
  position: relative;
  padding-bottom: 64.67%;
  text-align: center;
  border-radius: 0.1rem;
  background-image: radial-gradient(circle, #FFFFFF, #E1E1E1);
  opacity: 0.5;
  transition: 0.4s;
}
.product__mins--item figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.product__menu--bg {
  position: sticky;
  top: 0.92rem;
  background: #fff;
  z-index: 10;
}
.product__menu--levals {
  margin-top: 1.15rem;
}
.product__leval--list {
  display: flex;
}
.product__leval--list li {
  margin-right: 4.7917vw;
  position: relative;
  z-index: 2;
}
.product__leval--list li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #0060C8;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.product__leval--list li:hover,
.product__leval--list li.active {
  color: #0060C8;
}
.product__leval--list li:hover:before,
.product__leval--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.product__leval--list li:hover a,
.product__leval--list li.active a {
  color: #0060C8;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.product__leval--list li:last-child {
  margin-right: 0;
}
.product__leval--list li a {
  display: inline-block;
  position: relative;
  padding-bottom: 0.32rem;
  color: #000000;
  font-size: 0.18rem;
  line-height: 1.1;
}
.product__details {
  padding: 0.66rem 0 0.7rem;
  margin-bottom: -0.3rem;
  background: #F1F1F1;
}
.details__item {
  margin-bottom: 0.85rem;
}
.details__name {
  display: flex;
  align-items: center;
  margin-bottom: 0.36rem;
}
.details__name b {
  display: block;
  position: relative;
  z-index: 2;
  width: 0.44rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
}
.details__name b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0.56rem;
  height: 1.08rem;
  background: url(../images/detail1.png) center no-repeat;
  background-size: cover;
}
.detail__title {
  margin-left: 0.52rem;
}
.detail__title strong {
  display: block;
  margin-bottom: 3px;
  color: #000000;
  font-size: 0.24rem;
  line-height: 0.28rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.detail__title small {
  display: block;
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.1;
  font-family: "Archivo-Bold";
  text-transform: uppercase;
}
.detail__wrap {
  padding-left: 1rem;
}
.detail__introduct {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.detail__introduct img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.detail__parameter {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.detail__parameter table {
  max-width: 100%;
}
.detail__notes {
  margin-top: 0.43rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.product__size {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.35rem;
}
.product__size span {
  color: #000000;
}
.detail__video {
  display: flex;
  flex-wrap: wrap;
}
.detail__video li {
  margin-right: 1.333%;
  margin-bottom: 0.14rem;
  box-sizing: border-box;
  padding: 0.1rem 0.1rem 0.26rem;
  width: 24%;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 4px 0.1rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.detail__video li:hover figure img {
  transform: scale(1.1);
}
.detail__video li:hover .detail__video--info span {
  background: #00ADBA;
}
.detail__video li:nth-child(4n+4) {
  margin-right: 0;
}
.detail__video li figure {
  position: relative;
  display: block;
  padding-bottom: 62.756%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.08rem;
}
.detail__video li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail__video li figure img {
  transition: 0.68s;
}
.detail__video li figure span {
  display: block;
  position: absolute;
  left: 0.14rem;
  bottom: 0.14rem;
  z-index: 3;
  width: 0.27rem;
  height: 0.27rem;
  background: url(../images/videobtns.png) center no-repeat;
  background-size: cover;
}
.detail__video--info {
  padding-top: 0.2rem;
}
.detail__video--info strong {
  display: block;
  color: #000000;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.detail__video--info span {
  display: block;
  margin-top: 0.24rem;
  width: 0.83rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  border-radius: 0.05rem;
  background: #0060C8;
  color: #fff;
  font-size: 0.14rem;
  transition: 0.38s;
}
/* 视频弹层 */
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 1050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 80%;
  height: auto;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
.data__load {
  border-top: 2px solid #0060C8;
}
.data__load li {
  border-bottom: 1px solid #D9D9D9;
}
.data__load li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.75rem;
}
.data__load li a:hover strong {
  color: #0060C8;
}
.data__load li a:hover strong span {
  color: #0060C8;
}
.data__load li a:hover p {
  background: #00ADBA;
}
.data__load li a strong {
  display: block;
  flex: 1;
  width: 0;
  color: #000000;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data__load li a strong span {
  display: inline-block;
  margin-right: 0.2rem;
  color: #3B77E3;
  font-size: 0.28rem;
  transition: 0.35s;
}
.data__load li a p {
  padding: 0 0.11rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 0.05rem;
  background: #0060C8;
  color: #fff;
  font-size: 0.14rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  transition: 0.3s;
}
.data__load li a p i {
  display: inline-block;
  margin-right: 3px;
}
.detail__wrap .product__list li {
  margin-right: 2.66%;
  width: 23%;
}
.detail__wrap .product__list li:nth-child(4n+4) {
  margin-right: 0;
}
.carts {
  position: fixed;
  right: 0.3rem;
  bottom: 0.7rem;
  z-index: 22;
}
.carts a {
  display: block;
  position: relative;
  width: 0.51rem;
  height: 0.54rem;
  text-align: center;
  line-height: 0.54rem;
  color: #fff;
  background: #0060C8;
  font-size: 0.27rem;
  border-radius: 50%;
}
.carts a b {
  display: block;
  position: absolute;
  right: 0;
  top: -0.04rem;
  width: 0.22rem;
  height: 0.22rem;
  text-align: center;
  line-height: 0.22rem;
  background: #00ADBA;
  border-radius: 50%;
  color: #fff;
  font-size: 0.14rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.posites__color b {
  color: #BCBCBC;
}
.posites__color span {
  color: #fff;
}
.downloads {
  padding: 0.67rem 0 1.6rem;
  margin-bottom: -0.3rem;
  background: #F1F1F1;
}
.download__list {
  margin-top: 0.6rem;
}
.download__item {
  margin-bottom: 0.64rem;
  padding: 0 0.38rem 0 0.55rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 4px 0.1rem rgba(0, 0, 0, 0.05);
  border: 1px solid #DEE4EC;
}
.download__item:last-child {
  margin-bottom: 0;
}
.download__top {
  margin-bottom: 0.38rem;
}
.download__top .download__ico {
  display: block;
  width: 0.38rem;
  height: 0.45rem;
  background: url(../images/pdf.png) center no-repeat;
  background-size: cover;
}
.download__left {
  padding: 0.56rem 0 0.42rem;
}
.download__titles {
  margin-top: 0.22rem;
}
.download__titles small {
  display: block;
  color: #0060C8;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.download__titles strong {
  display: block;
  color: #27394C;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.download__imgs {
  margin-bottom: 0.6rem;
  width: 2.03rem;
  line-height: 1;
}
.download__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.download__more.noMore a b:before {
  background: url(../images/nomore.png) center no-repeat;
  background-size: cover;
}
.download__more a {
  display: inline-flex;
  align-items: center;
}
.download__more a:hover b:before {
  transform: rotate(180deg);
}
.download__more a:hover span {
  color: #0060C8;
}
.download__more a b {
  display: block;
  position: relative;
  z-index: 2;
  width: 0.4rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  font-weight: normal;
  color: #fff;
  font-size: 0.16rem;
}
.download__more a b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/more2.svg) center no-repeat;
  background-size: contain;
  transition: 0.38s;
}
.download__more a span {
  display: inline-block;
  margin-left: 0.12rem;
  color: #8E8E8E;
  font-size: 0.16rem;
  transition: 0.3s;
}
.download__li {
  padding: 0.07rem 0 0.46rem;
  width: 54.4271vw;
}
.download__li .data__load {
  border-top: none;
}
.download__li .data__load li:last-child {
  border-bottom: none;
}
.download__li .data__load li a strong {
  font-size: 0.16rem;
}
.download__li .data__load li a strong span {
  font-size: 0.2rem;
}
.download__class {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.42rem;
}
.download__class--name {
  display: flex;
  align-items: center;
}
.download__class--name i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  font-style: normal;
  text-align: center;
  line-height: 0.2rem;
  background: #0060C8;
  border-radius: 50%;
}
.download__class--name i em {
  display: inline-block;
  font-size: 0.12rem;
  transform: scale(0.6);
}
.download__class--name span {
  display: inline-block;
  margin: 0 0.08rem;
  color: #BCBCBC;
  font-size: 0.16rem;
}
.download__class--name b {
  display: inline-block;
  color: #BCBCBC;
  font-size: 0.12rem;
  transform: scale(0.9);
  font-weight: normal;
}
.download__class--hide {
  flex: 1;
  width: 0;
}
.download__class--list {
  display: flex;
  flex-wrap: wrap;
}
.download__class--list li {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 0.26rem;
  cursor: pointer;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.35rem;
  transition: color 0.25s;
}
.download__class--list li:last-child:before {
  display: none;
}
.download__class--list li.active {
  color: #0060C8;
}
.download__class--list li.active:after {
  opacity: 1;
  visibility: visible;
}
.download__class--list li.active i {
  transform: rotate(180deg);
}
.download__class--list li:after {
  position: absolute;
  left: 50%;
  margin-left: -0.075rem;
  bottom: -0.15rem;
  content: "";
  border-left: 0.075rem solid transparent;
  border-right: 0.075rem solid transparent;
  border-bottom: 0.075rem solid #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.download__class--list li:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.05rem;
  content: "";
  width: 2px;
  height: 0.11rem;
  background: #BCBCBC;
}
.download__class--list li i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.13rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background: #0060C8;
  text-align: center;
  line-height: 0.15rem;
  transition: 0.28s;
}
.download__class--list li i em {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  font-size: 0.12rem;
  transform: scale(0.3);
  color: #fff;
  font-weight: bold;
}
.download__class--tabs {
  padding-top: 0.15rem;
}
.download__class--item {
  display: none;
}
.download__class--item.active {
  display: block;
}
.download__class--li {
  display: flex;
  padding: 0 0.28rem;
  background: #fff;
  border-radius: 0.1rem;
}
.download__class--li li {
  margin-right: 0.3rem;
  position: relative;
  z-index: 3;
}
.download__class--li li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #0060C8;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.download__class--li li:hover,
.download__class--li li.active {
  color: #0060C8;
}
.download__class--li li:hover:before,
.download__class--li li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.download__class--li li:hover a,
.download__class--li li.active a {
  color: #0060C8;
}
.download__class--li li a {
  display: inline-block;
  color: #525252;
  font-size: 0.14rem;
  line-height: 0.59rem;
}
.brochure__box {
  margin-top: 0.46rem;
}
.brochure__list {
  display: flex;
  flex-wrap: wrap;
}
.brochure__list li {
  margin-right: 1.25%;
  margin-bottom: 0.21rem;
  width: 32.5%;
}
.brochure__list li:nth-child(3n+3) {
  margin-right: 0;
}
.brochure__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25vw 1.2vw 1.56vw 1.88vw;
  background: #F8F9FA url(../images/downloads.png) right bottom no-repeat;
  background-size: 56.64% auto;
  border: 1px solid #DEE4EC;
  border-radius: 0.1rem;
}
.brochure__list li a:hover .brochure__left span {
  background: #00ADBA;
}
.brochure__list li a:hover .brochure__imgs figure img {
  transform: scale(1.08);
}
.brochure__left {
  flex: 1;
  margin-right: 2.08vw;
  width: 0;
}
.brochure__left .brochure__ico {
  display: block;
  margin-bottom: 0.22rem;
  width: 0.38rem;
  height: 0.45rem;
  background: url(../images/pdf.png) center no-repeat;
  background-size: cover;
}
.brochure__left strong {
  display: block;
  color: #27394C;
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.brochure__left span {
  display: block;
  margin-top: 3.13vw;
  width: 0.9rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  border-radius: 0.05rem;
  background: #0060C8;
  transition: 0.4s;
}
.brochure__imgs {
  width: 44.14%;
}
.brochure__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 136.45%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border: 1px solid #E0E8EF;
  border-radius: 0.1rem;
}
.brochure__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brochure__imgs figure img {
  transition: 0.58s;
}
.load__mores {
  margin-top: 0.3rem;
  text-align: center;
}
.load__mores a {
  display: inline-block;
  text-align: center;
}
.load__mores b {
  margin: auto;
  position: relative;
  margin-bottom: 0.14rem;
}
.load__mores b:after {
  position: absolute;
  left: 50%;
  margin-left: -0.32rem;
  top: 50%;
  margin-top: -0.35rem;
  content: "";
  width: 0.64rem;
  height: 0.7rem;
  background: url(../images/more2.png) center no-repeat;
  background-size: cover;
}
.blueprint__list {
  display: flex;
  flex-wrap: wrap;
}
.blueprint__list li {
  margin-right: 1.75%;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  padding: 0.32rem 0.36rem 0.42rem;
  width: 18.6%;
  border-radius: 0.1rem;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.05);
  background: #fff url(../images/blueprint.png) right bottom no-repeat;
  background-size: 68.12% auto;
}
.blueprint__list li:nth-child(5n+5) {
  margin-right: 0;
}
.blueprint__tt {
  margin-bottom: 4.17vw;
}
.blueprint__tt strong {
  display: block;
  color: #27394C;
  font-size: 0.2rem;
  line-height: 1.5;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blueprint__btns {
  display: flex;
  justify-content: space-between;
}
.blueprint__btns a {
  display: inline-block;
}
.blueprint__btns a:hover b {
  transform: translateY(-4px);
}
.blueprint__btns a:hover p i {
  background: #2DABE2;
}
.blueprint__btns a b {
  display: block;
  margin-left: 0.12rem;
  width: 0.4rem;
  height: 0.4rem;
  transition: 0.3s;
}
.blueprint__btns a b img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.blueprint__btns a p {
  margin-top: 0.05rem;
  color: #0060C8;
  font-size: 0.16rem;
  line-height: 0.35rem;
}
.blueprint__btns a p i {
  display: inline-block;
  margin-left: 0.06rem;
  font-style: normal;
  text-align: center;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.05rem;
  background: #0060C8;
  color: #fff;
  line-height: 0.16rem;
  transition: 0.3s;
}
.blueprint__btns a p i em {
  display: inline-block;
  font-style: normal;
  font-size: 0.12rem;
  transform: scale(0.8);
}
.noloads a b:before {
  background: url(../images/nomore1.png) center no-repeat;
  background-size: cover;
}
.hardware {
  display: flex;
  flex-wrap: wrap;
}
.hardware li {
  margin-right: 1.75%;
  margin-bottom: 0.22rem;
  width: 18.6%;
  box-sizing: border-box;
}
.hardware li a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 2.08vw 1.88vw 1.77vw;
  background: #F8F9FA url(../images/blueprint.png) right bottom no-repeat;
  background-size: 77.18%;
  border-radius: 0.1rem;
  border: 1px solid #DEE4EC;
  box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.05);
}
.hardware li a:hover span {
  background: #00ADBA;
}
.hardware li a b {
  display: block;
  margin-bottom: 0.27rem;
  width: 0.4rem;
  height: 0.38rem;
  background: url(../images/sofa.png) center no-repeat;
  background-size: cover;
}
.hardware li a strong {
  display: block;
  height: 0.68rem;
  color: #27394C;
  font-size: 0.2rem;
  line-height: 1.5;
}
.hardware li a p {
  color: #0060C8;
  font-size: 0.14rem;
  line-height: 0.35rem;
  height: 0.58rem;
}
.hardware li a span {
  display: block;
  width: 0.9rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.14rem;
  background: #0060C8;
  transition: 0.38s;
}
.hardware li:nth-child(5n+5) {
  margin-right: 0;
}
.video__top {
  margin-top: 0.48rem;
}
.video__top li {
  margin-bottom: 0.21rem;
}
.posites__color1 span {
  color: #999999;
}
.applicate__box {
  padding-bottom: 0.85rem;
  border-top: 1px solid #E4E4E4;
}
.applicate__li {
  padding-top: 0.26rem;
}
.applicate__li li {
  padding: 0.4rem 0;
  position: relative;
  z-index: 2;
}
.applicate__li li:hover:before {
  transform: scaleY(1);
}
.applicate__li li:hover .applicate__imgs figure img {
  transform: scale(1.08);
}
.applicate__li li:hover .applicate__tags span {
  background: #F1F1F1;
  color: #0060C8;
}
.applicate__li li:hover .applicate__texts strong,
.applicate__li li:hover .applicate__texts p {
  color: #fff;
}
.applicate__li li:hover .promore span {
  color: #fff;
}
.applicate__li li:hover .applicate__numble {
  color: rgba(250, 250, 250, 0.2);
}
.applicate__li li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #0060C8;
  transition: 0.65s;
  transform: scaleY(0);
}
.applicate__fixs a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.applicate__imgs {
  width: 46.125%;
}
.applicate__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 58.8%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
  text-align: center;
  background: radial-gradient(circle, #FFFFFF, #DEDEDE);
}
.applicate__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicate__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 70%;
  transition: 0.58s;
}
.applicate__in {
  flex: 1;
  margin-left: 5.2083vw;
  width: 0;
}
.applicate__in .promore {
  opacity: 1;
  position: relative;
  padding: 0;
}
.applicate__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.applicate__tags span {
  display: inline-block;
  margin-right: 0.12rem;
  padding: 0 0.16rem;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #F1F1F1;
  color: #0060C8;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  transition: 0.35s;
}
.applicate__texts {
  margin-bottom: 0.6rem;
  width: 5.44rem;
  max-width: 100%;
}
.applicate__texts strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #111111;
  font-size: 0.32rem;
  font-weight: normal;
  transition: 0.35s;
}
.applicate__texts p {
  color: #616161;
  font-size: 0.16rem;
  line-height: 0.3rem;
  transition: 0.35s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.applicate__numble {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  line-height: 1;
  color: #FAFAFA;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 0.4s;
}
.accuracy__box {
  position: relative;
  z-index: 3;
  padding: 0.83rem 0 1.24rem;
  border-top: 1px solid #E4E4E4;
}
.accuracy__box:before {
  position: absolute;
  left: 0;
  bottom: 10.4167vw;
  z-index: -1;
  content: "";
  width: 15.625vw;
  height: 25.2604vw;
  background: url(../img/accuracy1.png) center no-repeat;
  background-size: cover;
}
.accuracy__box:after {
  position: absolute;
  right: 3.6458vw;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 12.7604vw;
  height: 25.2604vw;
  background: url(../img/accuracy2.png) center no-repeat;
  background-size: cover;
}
.accuracy__tt {
  margin-bottom: 0.3rem;
  text-align: center;
}
.accuracy__tt strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0060C8;
  font-size: 0.4rem;
  line-height: 1.2;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.accuracy__tt p {
  color: #0060C8;
  font-size: 0.24rem;
  line-height: 1.2;
}
.accuracy__texts {
  margin: auto;
  text-align: center;
  width: 9.15rem;
  max-width: 100%;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.accuracy__downs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.92rem;
}
.accuracy__in {
  min-width: 1.63rem;
}
.accuracy__in small {
  display: block;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #BCBCBC;
  color: #BCBCBC;
  font-size: 0.16rem;
  line-height: 1.2;
  font-family: "Hanken Grotesk";
}
.accuracy__in strong {
  display: block;
  margin-top: 0.15rem;
  color: #000000;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.accurac__imgs {
  position: relative;
  text-align: center;
  margin: 0 0.74rem;
  padding-bottom: 0.18rem;
  z-index: 3;
  width: 5.78rem;
}
.accurac__imgs:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/arlcles.png) center bottom no-repeat;
  background-size: 100% auto;
}
.accurac__imgs img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.advantages {
  padding: 1.16rem 0 1.48rem;
  background: radial-gradient(circle, #EDF2F8, #E7ECF2, #FAFBFD, #EDF2F8);
}
.advantage__titles {
  text-align: center;
}
.advantage__titles small {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.4;
  color: #0060C8;
  font-size: 0.36rem;
  font-family: "Hanken Grotesk";
}
.advantage__titles strong {
  display: block;
  color: #181F1E;
  font-size: 0.36rem;
  line-height: 1.3;
  font-weight: normal;
}
.advantages__list {
  margin-top: 1.15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages__list li {
  width: 3.63rem;
}
.advantages__list li b {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.advantages__list li b img {
  max-width: 100%;
  max-height: 100%;
}
.advantages__list li strong {
  display: block;
  margin-top: 0.36rem;
  margin-bottom: 0.16rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 1.1;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.advantages__list li p {
  color: #625B57;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.technical__box {
  padding: 1.07rem 0 1rem;
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0060C8;
  overflow: hidden;
}
.technical__box:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 42.5vw;
  height: 41.3542vw;
  background: url(../img/techni1.png) center no-repeat;
  background-size: cover;
  animation: moveanimate1 4s infinite linear alternate;
}
.technical__box:after {
  position: absolute;
  right: -0.8rem;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 35.2083vw;
  height: 30.9896vw;
  background: url(../img/techni2.png) center no-repeat;
  background-size: cover;
  animation: moveanimate2 5s infinite linear alternate;
  mix-blend-mode: soft-light;
}
@keyframes moveanimate1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.7rem);
  }
}
@keyframes moveanimate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-0.8rem);
  }
}
.advantage__titles1 small,
.advantage__titles1 strong {
  color: #fff;
}
.technical__list {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
}
.technical__list li {
  margin-right: 1.666%;
  box-sizing: border-box;
  position: relative;
  padding: 0.23rem 1.25vw 2.6042vw;
  border-top: 0.1rem solid #00ADBA;
  width: 23.75%;
  background: #fff;
  border-radius: 0.1rem;
}
.technical__list li:hover .technical__pop {
  clip-path: inset(0 0 0 0);
}
.technical__list li:hover figure img {
  transform: scale(1.1);
}
.technical__list li:nth-child(4n+4) {
  margin-right: 0;
}
.technical__list li figure {
  position: relative;
  display: block;
  padding-bottom: 56.363%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.technical__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technical__list li figure img {
  transition: 0.65s;
}
.technical__list li figure strong {
  position: absolute;
  left: 0.14rem;
  bottom: 0.11rem;
  z-index: 3;
  color: #000000;
  font-size: 0.24rem;
  line-height: 1.2;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: normal;
}
.technical__fixs {
  margin-top: 0.2rem;
  padding: 0 0.14rem;
  padding-right: 0.22rem;
  color: #625B57;
  font-size: 0.14rem;
  line-height: 0.25rem;
}
.technical__pop {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2.0833vw 2.4479vw 1.5625vw 2.0313vw;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 3;
  background: #00ADBA;
  border-radius: 0 0 0.1rem 0.1rem;
  clip-path: inset(0 0 100% 0);
  transition: 0.78s;
}
.technical__pop strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.24rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: normal;
}
.technical__pop p {
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.25rem;
}
@keyframes movelefts {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
.system__box {
  position: relative;
  z-index: 3;
  padding: 1.2rem 0 2.5rem;
  margin-bottom: -0.3rem;
  overflow: hidden;
}
.system__box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 200%;
  height: 4.72rem;
  background: url(../img/works.png) left bottom repeat-x;
  background-size: 100% auto;
  animation: movelefts 20s infinite linear;
}
.system__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.system__left {
  width: 36.125%;
}
.system__left .system__ico {
  display: block;
  margin-bottom: 0.36rem;
  width: 0.55rem;
  line-height: 1;
}
.system__left .system__ico img {
  display: block;
  width: 100%;
  height: auto;
}
.system__left .advantage__titles {
  text-align: left;
}
.system__in {
  margin-top: 0.44rem;
  color: #625B57;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.system__fixs {
  box-sizing: border-box;
  padding: 4.1146vw 3.4896vw 6.5104vw 4.375vw;
  margin-top: 1.16rem;
  width: 45%;
  border-radius: 0.15rem;
  background: #fff;
  box-shadow: 0 0.04rem 0.5rem rgba(52, 58, 107, 0.25);
  background-size: 53% auto;
  overflow: hidden;
}
.system__fixs .system__bgs {
  position: absolute !important;
  right: 0 !important;
  bottom: 0;
  left: auto !important;
  z-index: -1;
  width: 53%;
  height: 100%;
  background: url(../img/system1.png) bottom right no-repeat;
  background-size: 100% auto;
}
.system__fixs b {
  display: block;
  margin-bottom: 0.5rem;
  width: 0.44rem;
  height: 0.39rem;
  background: url(../img/fh.png) center no-repeat;
  background-size: cover;
}
.system__fixs strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #181F1E;
  font-size: 0.32rem;
  line-height: 0.45rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.system__fixs p {
  color: #625B57;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.advantage__ins {
  margin: 0.25rem auto 0.7rem;
  width: 9.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.technical__list1 {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
}
.technical__list1 li {
  margin-right: 2.6%;
  box-sizing: border-box;
  padding: 0.23rem 0.32rem 0.42rem;
  position: relative;
  z-index: 2;
  width: 31.6%;
  border-radius: 0.1rem;
  background: #fff;
  border-top: 0.1rem solid #00ADBA;
}
.technical__list1 li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #00ADBA;
  border-radius: 0 0 0.1rem 0.1rem;
  opacity: 0;
  transition: 0.5s;
}
.technical__list1 li:hover:before {
  opacity: 1;
}
.technical__list1 li:hover figure img {
  transform: scale(1.08);
}
.technical__list1 li:hover .technical__content strong,
.technical__list1 li:hover .technical__content p {
  color: #fff;
}
.technical__list1 li:nth-child(3n+3) {
  margin-right: 0;
}
.technical__list1 li figure {
  position: relative;
  display: block;
  padding-bottom: 29.31%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.technical__list1 li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technical__list1 li figure img {
  transition: 0.58s;
}
.technical__content {
  padding: 0.3rem 0.19rem 0;
}
.technical__content strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #000000;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
  transition: 0.35s;
}
.technical__content p {
  color: #625B57;
  font-size: 0.16rem;
  line-height: 0.3rem;
  transition: 0.35s;
}
.tech__advantage {
  padding: 1rem 0 0;
  background: #F8F8F8;
}
.strength {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.95rem;
}
.strength li {
  margin-right: 12.5%;
  margin-bottom: 3.6458vw;
  width: 25%;
}
.strength li:nth-child(3n+3) {
  margin-right: 0;
}
.strength li:hover b {
  background: #0060C8;
}
.strength li:hover b img.show {
  opacity: 0;
}
.strength li:hover b img.hide {
  opacity: 1;
}
.strength li b {
  display: block;
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  border: 0.03rem solid #0060C8;
  border-radius: 0.1rem;
  transition: 0.38s;
}
.strength li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 0.4rem;
  max-height: 0.4rem;
  transition: 0.35s;
}
.strength li b img.hide {
  opacity: 0;
}
.strength li strong {
  display: block;
  margin-top: 0.32rem;
  margin-bottom: 0.26rem;
  color: #000000;
  font-size: 0.2rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.strength li p {
  color: #625B57;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.fmsxys {
  padding: 1.1rem 0 0;
}
.fmsxys__list {
  display: flex;
  flex-wrap: wrap;
}
.fmsxys__list li {
  margin-right: 4.8%;
  margin-bottom: 0.7rem;
  width: 47.6%;
}
.fmsxys__list li:hover .fmsxys__imgs figure img {
  transform: scale(1.08);
}
.fmsxys__list li:nth-child(2n+2) {
  margin-right: 0;
}
.fmsxys__list li strong {
  display: block;
  color: #000000;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.fmsxys__wrap {
  margin-top: 0.44rem;
  display: flex;
  justify-content: space-between;
}
.fmsxys__imgs {
  width: 44.6%;
}
.fmsxys__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 68.23%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.fmsxys__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fmsxys__imgs figure img {
  transition: 0.6s;
}
.fmsxys__table {
  flex: 1;
  margin-left: 0.12rem;
  width: 0;
}
.fmsxys__table table {
  width: 100%;
}
.fmsxys__table table thead tr th {
  background: #0060C8;
  height: 0.45rem;
  padding-left: 0.18rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
}
.fmsxys__table table tbody tr td {
  padding-left: 0.18rem;
  box-sizing: border-box;
  width: 50%;
  height: 0.44rem;
  color: #000000;
  font-size: 0.16rem;
  background: #E9E9E9;
}
.fmsxys__table table tbody tr td:nth-child(2) {
  background: #F7F7F7;
}
.news__boxs {
  padding: 0.48rem 0 1.3rem;
  margin-bottom: -0.3rem;
  background: #F1F1F1;
  overflow-x: hidden;
}
.news__topsd {
  position: relative;
  z-index: 3;
  background: #fff;
}
.news__topsd:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 91.6667vw;
  height: 11.0938vw;
  background: url(../images/newsbg.png) center bottom no-repeat;
}
.news__topsd a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.36rem 0.3rem;
}
.news__topsd a:hover .news__top--imgs figure img {
  transform: scale(1.06);
}
.news__topsd a:hover .promore i:before {
  transform: rotate(180deg);
}
.news__topsd a:hover .promore span {
  color: #0060C8;
}
.news__topsd .applicate__in {
  margin-left: 3.8542vw;
}
.news__top--imgs {
  width: 49.155%;
}
.news__top--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 63.93%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__top--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__top--imgs figure img {
  transition: 0.78s;
}
.news__fixs--list {
  margin-top: 0.8rem;
}
.news__list--inner {
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
  width: 100%;
}
.news__list--inner li {
  margin-right: 1.333%;
  margin-bottom: 0.18rem;
  width: 24%;
}
.news__list--inner li:nth-child(2n+2) {
  margin-right: 1.333%;
}
.news__list--inner li:nth-child(4n+4) {
  margin-right: 0;
}
.pageList .pagination {
  display: flex;
  justify-content: center;
}
.pageList .pagination li {
  margin-right: 0.07rem;
}
.pageList .pagination li:last-child {
  margin-right: 0;
}
.pageList .pagination li:hover a {
  background: #0060C8;
  color: #fff;
}
.pageList .pagination li span,
.pageList .pagination li a {
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  text-align: center;
  line-height: 0.43rem;
  border-radius: 0.05rem;
  background: #fff;
  color: #0060C8;
  font-size: 0.16rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.pageList .pagination li.prev a,
.pageList .pagination li.prev span {
  font-size: 0.12rem;
}
.pageList .pagination li.active span {
  background: #0060C8;
  color: #fff;
}
.news__view {
  padding: 0.18rem 0 1.5rem;
  margin-bottom: -0.3rem;
  background: #F1F1F1;
}
.news__v {
  margin-top: 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.98rem 8.33vw 6.67vw 3.75vw;
  background: #fff;
}
.news__backs {
  position: sticky;
  top: 1.2rem;
}
.news__backs a {
  display: block;
  margin-bottom: 0.07rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
  background: #F1F1F1;
  color: #728CB9;
  font-size: 0.18rem;
}
.news__backs a:first-child,
.news__backs a:hover {
  background: #0060C8;
  color: #fff;
}
.news__wrap--fix {
  flex: 1;
  margin-left: 0.86rem;
  width: 0;
}
.news__view--top {
  padding-bottom: 0.54rem;
  margin-top: 0.15rem;
  padding-right: 1rem;
  position: relative;
  border-bottom: 1px solid #BEBEBE;
}
.news__view--tts strong {
  display: block;
  margin-bottom: 0.17rem;
  color: #000000;
  font-size: 0.35rem;
  line-height: 0.45rem;
  font-weight: normal;
}
.news__view--tts p {
  display: flex;
  flex-wrap: wrap;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.news__view--tts p span {
  display: inline-block;
  margin-right: 0.15rem;
}
.news__view--time {
  position: absolute;
  right: 0;
  top: 0.26rem;
  text-align: center;
}
.news__view--time b {
  display: block;
  margin-bottom: 3px;
  line-height: 1;
  color: #0060C8;
  font-size: 0.28rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.news__view--time time {
  display: block;
  line-height: 1.1;
  color: rgba(112, 138, 184, 0.2);
  font-size: 0.3rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.news__vis {
  padding: 0.5rem 0 0;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.35rem;
}
.news__vis img {
  max-width: 100%;
  width: auto;
}
.recommends {
  margin-top: 0.68rem;
}
.recommend__tt {
  display: block;
  margin-bottom: 0.54rem;
  text-align: center;
  line-height: 1.2;
  color: #000000;
  font-size: 0.48rem;
  font-weight: normal;
}
.recommends .news__list--inner {
  padding-bottom: 0;
}
.introducts__us {
  padding: 1.3rem 0 0.87rem;
  position: relative;
  z-index: 2;
  background: #fff;
}
.introduct__en {
  position: absolute;
  left: 0;
  bottom: -2.71vw;
  transform: translateX(-40vw);
  opacity: 0;
  transition: 1.5s 0s;
  z-index: -1;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 18.91vw;
  font-family: "HarmonyOS_Sans_SC_Bold";
  text-transform: uppercase;
}
.introduct__en img {
  display: inline-block;
  width: 72.92vw;
  height: auto;
}
.introducts__tops {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.introduct__us--tt {
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 1.1;
}
.introduct__us--tt .colors {
  color: #0060C8;
}
.introduct__us--tt strong {
  display: block;
  font-weight: normal;
}
.menu__bgs {
  background: #F1F1F1;
}
.about__introduct--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 51.62%;
}
.introtext {
  width: 68.72%;
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.35rem;
}
.introtext span {
  color: #0060C8;
}
.introduct__li li {
  margin-bottom: 0.48rem;
}
.introduct__li li:last-child {
  margin-bottom: 0;
}
.introduct__li li strong {
  display: block;
  line-height: 1;
  color: #0060C8;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.introduct__li li strong b {
  font-weight: normal;
}
.introduct__li li p {
  color: #999999;
  font-size: 0.18rem;
  line-height: 2;
}
.superiority {
  margin-top: 11.98vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.superiority__word {
  margin-left: 0.6rem;
  position: relative;
  padding-left: 0.21rem;
  color: #000000;
  font-size: 0.18rem;
  line-height: 1.2;
}
.superiority__word:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.06rem;
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #0060C8;
}
.superiority__info {
  width: 51.62%;
  color: #B7B7B7;
  font-size: 0.36rem;
  line-height: 1.25;
}
.introduen__FE {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  color: #FAFAFA;
  font-size: 18.91vw;
  line-height: 0.8;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.team__box {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.team__swiper {
  margin: 0;
  width: 66.875%;
}
.team-slide {
  position: relative;
  overflow: hidden;
}
.team-slide figure {
  position: relative;
  display: block;
  padding-bottom: 54.04%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__title {
  position: absolute;
  left: 8.75vw;
  top: 4.48vw;
  z-index: 3;
}
.team__title strong {
  display: block;
  margin-bottom: 0.08rem;
  color: #fff;
  font-size: 0.32rem;
  line-height: 1.2;
  font-weight: normal;
}
.team__title p {
  width: 7.45rem;
  max-width: 100%;
  color: #D7D7D7;
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.team__ico {
  position: absolute;
  right: 5.21vw;
  bottom: 3.49vw;
  z-index: 3;
  width: 0.82rem;
}
.team__ico img {
  max-width: 100%;
  width: auto;
}
.team__min--swiper {
  flex: 1;
  width: 0;
}
.minteam-slide {
  position: relative;
}
.minteam-slide figure {
  position: relative;
  display: block;
  padding-bottom: 54.08%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.minteam-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.minteam-slide figure img {
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.minteam-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #0060c8;
}
.minteam-slide strong {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 0.32rem;
  z-index: 3;
  text-align: center;
  font-weight: normal;
}
.team__btns {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0.57rem;
  padding-top: 4.06vw;
  padding-bottom: 2.6vw;
  width: 33.125%;
  height: 50%;
}
.team__page {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #999999;
  font-size: 0.24rem;
}
.team__page b {
  font-weight: normal;
}
.team__page em {
  font-style: normal;
  margin-left: 4px;
  margin-right: 4px;
  color: #BCBCBC;
}
.team__page span {
  color: #0060C8;
  font-size: 0.4rem;
  font-weight: bold;
}
.team__prev {
  display: flex;
  align-items: center;
}
.team__prev span {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-right: 0.1rem;
  width: 0.46rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.12rem;
  cursor: pointer;
  background: url(../images/bx.png) center no-repeat;
  background-size: cover;
}
.honor__box {
  padding: 1rem 0 0.75rem;
  background: radial-gradient(circle, #FFFFFF, #F0F1F4, #FFFFFF, #E6E7ED, #FFFFFF, #D5D5D5);
  overflow: hidden;
}
.honor__top {
  margin-bottom: 0.37rem;
  text-align: left;
}
.honor__top .advantage__titles {
  text-align: left;
}
.honor__in {
  margin-top: 0.26rem;
  width: 5.9rem;
  max-width: 100%;
  color: #999999;
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.honor-slide {
  position: relative;
  width: 3.3rem;
}
.honor-slide strong {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  width: 2.18rem;
  height: 0.4rem;
  text-align: center;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: normal;
}
.honor-slide strong:before,
.honor-slide strong:after {
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  content: "";
  width: 0.18rem;
  height: 0.4rem;
}
.honor-slide strong:before {
  left: 0;
  background: url(../images/honor1.png) center no-repeat;
  background-size: cover;
}
.honor-slide strong:after {
  right: 0;
  background: url(../images/honor2.png) center no-repeat;
  background-size: cover;
}
.honor-slide figure {
  display: block;
  margin-top: 0.3rem;
  position: relative;
  padding-bottom: 0.78rem;
  z-index: 2;
  text-align: center;
}
.honor-slide figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.92rem;
  background: url(../images/honorbg1.png) center top no-repeat;
  background-size: 100% auto;
}
.honor-slide figure img {
  display: inline-block;
  max-width: 100%;
  padding: 0.1rem;
  background: #e9ebea;
  box-sizing: border-box;
  border: 0.12rem solid #606267;
}
.honor__scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.26rem;
}
.honor__scroll p {
  color: #AEB9C0;
  font-size: 0.16rem;
  line-height: 1.2;
}
.honor__scroll span {
  display: inline-block;
  margin-left: 0.09rem;
  width: 0.52rem;
  height: 0.25rem;
  background: url(../images/scroll.png) center no-repeat;
  background-size: cover;
}
.cooperative {
  padding: 1.34rem 0 2.18rem;
  position: relative;
  z-index: 2;
  margin-bottom: -0.3rem;
  background: #F8F8F8;
  overflow: hidden;
}
.cooperative__btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.cooperative__btn li {
  padding: 0 0.15rem;
  margin-right: 0.09rem;
  margin-bottom: 0.1rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  color: #55504C;
  font-size: 0.16rem;
  cursor: pointer;
  background: #E8E8E9;
  transition: 0.38s;
}
.cooperative__btn li.active,
.cooperative__btn li:hover {
  background: #0060C8;
  color: #fff;
}
.cooperative__tab {
  margin-top: 0.6rem;
  padding-bottom: 0.26rem;
}
.cooperative-slide {
  width: 2.12rem;
}
.cooperative-slide:hover figure img {
  transform: scale(1.08);
}
.cooperative-slide figure {
  position: relative;
  padding-bottom: 48.113%;
  background: #fff;
  border-radius: 0.1rem;
}
.cooperative-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 70%;
  transition: 0.56s;
}
.earth {
  position: absolute;
  right: 0;
  top: 46%;
  transform: translateY(-50%);
  z-index: -1;
  width: 46.5625vw;
}
.earth img {
  display: block;
  width: 100%;
  height: auto;
}
.recuite__fix {
  padding: 0.8rem 0;
}
.recuite__fix .advantage__titles {
  text-align: left;
}
.recuite__fix .advantage__titles small {
  font-size: 0.7rem;
}
.recuite__fix .advantage__titles strong {
  font-size: 0.32rem;
}
.recuite__swiper {
  margin-top: 0.5rem;
  margin-bottom: 0.48rem;
}
.recuite-slide {
  position: relative;
  width: 5rem;
  background: #F8F9F9;
  height: auto;
}
.recuite-slide a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 2.9167vw 2.9688vw 2.1875vw;
}
.recuite-slide a:before {
  content: "";
  width: 0;
  height: 0.06rem;
  background: #0060C8;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.recuite-slide a:hover,
.recuite-slide a.active {
  color: #0060C8;
}
.recuite-slide a:hover:before,
.recuite-slide a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.recuite-slide a strong {
  display: block;
  color: #000000;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: normal;
}
.recuite-slide a .promore {
  position: relative;
  padding: 0;
  opacity: 1;
}
.recuite__infos {
  margin-top: 0.14rem;
  color: #7E7E7E;
  font-size: 0.16rem;
  line-height: 0.25rem;
  height: 1.2rem;
}
.join__scroll span {
  background: url(../images/scroll1.png) center no-repeat;
  background-size: cover;
}
.bright {
  padding: 1.56rem 7.0833vw 1.1rem 13.8021vw;
  margin-bottom: -0.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bright__address b {
  display: block;
  width: 0.44rem;
  height: 0.39rem;
  background: url(../img/fh1.png) center no-repeat;
  background-size: cover;
}
.bright__address strong {
  display: block;
  margin-top: 0.38rem;
  margin-bottom: 0.38rem;
  color: #fff;
  font-size: 0.48rem;
  line-height: 1.2;
  font-weight: normal;
}
.address {
  color: #fff;
  font-size: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.25rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.bright__word {
  margin-top: 0.9rem;
  display: flex;
  justify-content: flex-end;
  color: #fff;
  font-size: #FAFAFA;
  font-size: 0.4rem;
  line-height: 1.1;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.contact__box {
  display: flex;
}
.contact__list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.contact__list li {
  padding: 3.9063vw 3.8542vw 5.3125vw;
  position: relative;
  z-index: 2;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E9;
  border-right: 1px solid #E8E8E9;
}
.contact__list li:nth-child(2n+2) {
  border-right: none;
}
.contact__list li:hover {
  background: url(../images/contactbg.png) center no-repeat;
  background-size: cover;
}
.contact__list li:before {
  content: "";
  width: 0;
  height: 0.06rem;
  background: #0060C8;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.contact__list li:hover,
.contact__list li.active {
  color: #0060C8;
}
.contact__list li:hover:before,
.contact__list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.contact__ico {
  margin-bottom: 0.5rem;
}
.contact__ico b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.43rem;
}
.contact__ico b img {
  max-width: 100%;
  max-height: 100%;
}
.contact__ico span {
  display: block;
  color: #000000;
  font-size: 0.2rem;
  line-height: 0.38rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.contact__in b {
  display: block;
  margin-bottom: 2px;
  color: #0060C8;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 1;
}
.contact__in p {
  color: #2B2B2B;
  font-size: 0.16rem;
  line-height: 0.38rem;
}
.contact__in strong {
  display: block;
  color: #2B2B2B;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: normal;
}
.map {
  width: 50%;
}
.inquiry__box {
  padding: 0.18rem 0 1rem;
  margin-bottom: -0.3rem;
  background: #F5F5F5;
}
.inquiry__prices {
  margin-top: 0.58rem;
  border-top: 0.08rem solid #0060C8;
}
.inquiry__prices table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background: #fff;
}
.inquiry__prices table thead tr th {
  height: 0.68rem;
  text-align: center;
  color: #0060C8;
  font-size: 0.16rem;
  font-weight: normal;
}
.inquiry__prices table tbody tr td {
  height: 0.88rem;
  text-align: center;
  color: #000000;
  font-size: 0.16rem;
  border: 1px solid #D9D9D9;
}
.inquiry__prices table tbody tr td:first-child {
  border-left: none;
}
.inquiry__prices table tbody tr td:last-child {
  border-right: none;
}
.inquiry__prices table tbody tr td img {
  width: auto;
  max-height: 100%;
}
.inquiry__prices table tbody tr td .nums {
  color: #0060C8;
}
.inquiry__dele {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.inquiry__dele i {
  display: inline-block;
  margin-right: 0.13rem;
  color: #BCBCBC;
  font-size: 0.2rem;
  font-style: normal;
}
.inquiry__dele span {
  display: inline-block;
  color: #030303;
  font-size: 0.14rem;
}
.inquiry__input {
  position: relative;
  margin: auto;
  width: 1rem;
}
.inquiry__input .texts {
  width: 100%;
  padding-left: 0.08rem;
  height: 0.36rem;
  line-height: 0.34rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.inquiry__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 14px;
}
.inquiry__btn span {
  display: inline-block;
  cursor: pointer;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: 0.3s;
}
.inquiry__btn span.add {
  border-bottom: 4px solid #6d6d6d;
}
.inquiry__btn span.add:hover {
  border-bottom-color: #0060C8 !important;
}
.inquiry__btn span.minus {
  border-top: 4px solid #6d6d6d;
}
.inquiry__btn span.minus:hover {
  border-top-color: #0060C8 !important;
}
.price__total {
  padding-right: 6.6667vw;
  margin-left: -1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  height: 100%;
  text-align: right;
  color: #000000;
  font-size: 0.16rem;
}
.price__total span {
  color: #0060C8;
  font-size: 0.24rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.messages__box {
  padding: 0.62rem 5.2083vw 6.4583vw;
  background: #fff;
}
.message__title {
  margin-bottom: 0.5rem;
}
.message__title strong {
  display: block;
  margin-bottom: 0.05rem;
  line-height: 1.1;
  color: #000000;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.message__title small {
  display: block;
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.message__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.message__item {
  flex: 1;
  margin-right: 0.25rem;
  margin-bottom: 0.44rem;
}
.message__item:last-child {
  margin-right: 0;
}
.message__item .message__name {
  color: #221815;
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  line-height: 1.1;
}
.message__item .message__name i {
  color: #FF0000;
  font-style: normal;
}
.message__item1 {
  flex: 2.1;
}
.message__input .text {
  padding-left: 0.22rem;
  width: 100%;
  box-sizing: border-box;
  height: 0.65rem;
  line-height: 0.63rem;
  border: 1px solid #D9D9D9;
  color: #0060C8;
  font-size: 0.18rem;
  border-radius: 0.1rem;
  font-family: "HarmonyOSSans";
  transition: 0.3s;
  outline: none;
  resize: none;
}
.message__input .text:focus {
  border-color: #0060C8;
}
.message__input .text::-webkit-input-placeholder {
  color: #A3A3A3;
}
.message__input .text.selects {
  color: #A3A3A3;
  background: url(../images/arrow1.png) 95% center no-repeat;
  background-size: 0.19rem auto;
}
.message__sub .sub,
.message__sub a {
  display: block;
  padding: 0;
  border: none;
  width: 100%;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  background: #0060C8;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.1rem;
  cursor: pointer;
  font-family: "HarmonyOSSans";
  transition: 0.4s;
}
.message__sub .sub:hover,
.message__sub a:hover {
  background: #00ADBA;
}
.message__tb {
  margin-bottom: 0.45rem;
}
.message__tb table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-radius: 0.1rem;
}
.message__tb table thead tr th {
  text-align: center;
  color: #000000;
  font-size: 0.18rem;
  height: 0.68rem;
  font-weight: normal;
  width: 16.6666%;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
}
.message__tb table thead tr th i {
  color: #FF0000;
  font-style: normal;
}
.message__tb table thead tr th:first-child {
  padding-left: 2.3438vw;
  text-align: left;
  border-radius: 0.1rem 0 0 0;
}
.message__tb table tbody tr td {
  text-align: center;
  color: #000000;
  font-size: 0.18rem;
  height: 0.68rem;
  font-weight: normal;
  width: 16.6666%;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
}
.message__tb table tbody tr td i {
  color: #FF0000;
  font-style: normal;
}
.message__tb table tbody tr td:first-child {
  padding-left: 2.3438vw;
  text-align: left;
  border-radius: 0.1rem 0 0 0;
}
.message__tb table tbody tr td input {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.1rem;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 0.68rem;
  color: #221815;
  font-size: 0.18rem;
  border: none;
  outline: none;
}
.custom-form {
  margin-top: 0.66rem;
  position: relative;
  padding: 0.64rem 4.8438vw 8.8542vw;
  z-index: 2;
  background: #fff;
  border-top: 0.08rem solid #0060C8;
}
.custom-form:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 2rem;
  background: linear-gradient(to bottom, rgba(115, 165, 219, 0.2), rgba(255, 255, 255, 0.2));
}
.custom__title {
  display: block;
  text-align: center;
  line-height: 1.1;
  color: #181F1E;
  font-size: 0.36rem;
}
.custom__top {
  margin-top: 0.5rem;
  padding-bottom: 0.13rem;
  border-bottom: 0.08rem solid #F4F4F4;
}
.custom__top .message__input .text {
  background: #F8F8F8;
}
.custom__top .message__input .text:focus {
  background: #fff;
}
.custom__need {
  padding-top: 0.5rem;
}
.need__title {
  display: block;
  margin-bottom: 0.44rem;
  line-height: 1;
  color: #000000;
  font-size: 0.24rem;
  font-family: "HarmonyOS_Sans_SC_Medium";
  font-weight: normal;
}
.custom__zs {
  display: flex;
  border: 1px solid #D9D9D9;
  border-radius: 0.1rem;
}
.custom__zs .custom__seles {
  padding-right: 3.6458vw;
  position: relative;
  box-sizing: border-box;
  flex: 1;
}
.custom__zs .custom__seles:last-child:before {
  display: none;
}
.custom__zs .custom__seles:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.16rem;
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #D9D9D9;
}
.custom__zs .text.selects {
  padding: 0 ;
  border: none;
  text-align: center;
  background-position: right center;
}
.header__search--pop {
  margin-left: 2.24vw;
}
.header__search--pop.active .search__fixs {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.search__btn {
  display: inline-block;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  cursor: pointer;
}
.search__btn:hover {
  color: #0060C8;
}
.search__fixs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.34rem 0;
  background: #f8f8f8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.45s;
}
.search__inline {
  position: relative;
  margin: auto;
  width: 4rem;
}
.search__down {
  position: relative;
}
.search__down form {
  display: flex;
  justify-content: center;
}
.search__down .text {
  box-sizing: border-box;
  padding: 0;
  padding-left: 0.2rem;
  width: 3.4rem;
  height: 36px;
  line-height: 36px;
  color: #000;
  background: none;
  border: 1px solid #0060C8;
  font-size: 14px;
}
.search__down .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__down .sub {
  box-sizing: border-box;
  padding: 0 0.2rem;
  flex: 1;
  margin-left: 0.15rem;
  z-index: 3;
  height: 36px;
  line-height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  transition: 0.4s;
  font-size: 0.15rem;
  background: #0060C8;
  width: auto;
}
.search__words {
  margin-top: 0.12rem;
  display: flex;
  justify-content: start;
}
.search__words span,
.search__words a {
  display: inline-flex;
  color: #666666;
  font-size: 14px;
}
.search__words a {
  margin-right: 0.12rem;
}
.search__close {
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  font-size: 0.2rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
  color: #000;
}
.search__close:hover {
  color: #0060C8;
  transform: rotate(180deg);
}
.home-box {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}
.home-box .home-imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition-property: transform;
  clip-path: inset(20% 8% 20% 8% round 20px);
  transition: 1.4s cubic-bezier(0.5, 0, 0, 1) 0.2s;
  overflow: hidden;
}
.home-slide {
  height: 100vh;
  overflow: hidden;
}
.home-slide.swiper-slide-active .home-imgs {
  clip-path: inset(0% 0% 0% 0%);
  border-radius: 0;
}
.home-slide:last-child {
  height: auto;
}
.quotation__forms {
  margin-top: 0.38rem;
}
.quotation__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.46rem;
  color: #666666;
  font-size: 0.2rem;
  line-height: 1;
}
.quotation__top p:first-child {
  padding-left: 0.15rem;
}
.quotation__top p:last-child {
  width: 26.8%;
}
.quotation__head {
  overflow: hidden;
}
.quotation__head table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px ;
}
.quotation__head table thead tr th {
  padding-left: 0.15rem;
  box-sizing: border-box;
  height: 0.54rem;
  color: #666666;
  font-size: 0.18rem;
  text-align: left;
  font-weight: normal;
  border: 1px dashed #eaeaea;
  width: 50%;
  border-bottom: 1px solid #606060;
}
.quotation__head table tbody tr:first-child td {
  color: #000;
}
.quotation__head table tbody tr td {
  padding-left: 0.15rem;
  box-sizing: border-box;
  height: 0.54rem;
  color: #666666;
  font-size: 0.18rem;
  text-align: left;
  font-weight: normal;
  border: 1px dashed #eaeaea;
  width: 50%;
}
.quotation__price {
  margin-top: 0.4rem;
}
.quotation__price table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.quotation__price table thead tr th,
.quotation__price table tbody tr th,
.quotation__price table thead tr td,
.quotation__price table tbody tr td {
  height: 0.6rem;
  color: #000;
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  border: 1px solid #606060;
}
.quotation__total {
  margin-top: 0.54rem;
}
.total__item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}
.total__item:last-child {
  margin-bottom: 0;
}
.total__item p {
  display: flex;
  line-height: 1;
  color: #000;
  font-size: 0.2rem;
  border-bottom: 1px solid #000;
  width: 3.5rem;
  max-width: 100%;
}
.total__item p span {
  display: block;
  flex: 1;
  width: 0;
}
.term {
  margin-top: 0.1rem;
  color: #666666;
  font-size: 0.18rem;
}
.term strong {
  color: #000;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.term__tabs {
  margin-top: 0.35rem;
  margin-bottom: 0.6rem;
}
.term__tabs table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.term__tabs table thead tr th {
  padding-left: 0.15rem;
  box-sizing: border-box;
  height: 0.54rem;
  color: #000;
  font-size: 0.18rem;
  text-align: left;
  font-weight: normal;
  border: 1px dashed #eaeaea;
  width: 50%;
}
.term__tabs table tbody tr:first-child td {
  color: #000;
}
.term__tabs table tbody tr td {
  padding-left: 0.15rem;
  box-sizing: border-box;
  height: 0.54rem;
  color: #000;
  font-size: 0.18rem;
  text-align: left;
  font-weight: normal;
  border: 1px dashed #eaeaea;
  width: 50%;
}
