@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textShow {
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.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__box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.header__box.scroll .header,
.header__box.innerbg .header {
  background: #fff;
}
.header__box.scroll .header .logo img.show,
.header__box.innerbg .header .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header__box.scroll .header .logo img.hide,
.header__box.innerbg .header .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header__box.scroll .header .navs li.active a,
.header__box.innerbg .header .navs li.active a,
.header__box.scroll .header .navs li:hover a,
.header__box.innerbg .header .navs li:hover a {
  color: #32d296;
}
.header__box.scroll .header .navs li a,
.header__box.innerbg .header .navs li a {
  color: #333333;
}
.header__box.scroll .header .menubtn.active span,
.header__box.innerbg .header .menubtn.active span {
  background: transparent;
}
.header__box.scroll .header .menubtn span,
.header__box.innerbg .header .menubtn span {
  background: #333;
}
.header__box.scroll .header .menubtn span:before,
.header__box.innerbg .header .menubtn span:before,
.header__box.scroll .header .menubtn span:after,
.header__box.innerbg .header .menubtn span:after {
  background: #333;
}
.scroll .header {
  height: 0.8rem;
  border-bottom: 1px solid #f2f2f2;
}
.scroll .header .logo img {
  height: 0.5rem;
}
.scroll .header .navs li a {
  line-height: 0.8rem;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.42rem 0 0.72rem;
  height: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.38s;
}
.logo {
  position: relative;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.6rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  display: flex;
}
.navs li {
  position: relative;
  z-index: 2;
}
.navs li:before {
  content: "";
  width: 0;
  height: 0.05rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs li:hover,
.navs li.active {
  color: #fff;
}
.navs li:hover:before,
.navs li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs li:before {
  background: linear-gradient(to right, #32d395, #5886d4);
  bottom: -1px;
}
.navs li a {
  display: block;
  padding: 0 0.3rem;
  line-height: 1rem;
  color: #fff;
  font-size: 0.16rem;
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 10;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  opacity: 1;
  background: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  visibility: visible;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.08rem;
  margin-top: -0.08rem;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
}
.ui-loop svg .path-loop-bg,
.ui-loop svg .path-loop {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide.swiper-slide-active .btext strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.55s;
}
.banner-slide.swiper-slide-active .btext strong:nth-child(2) {
  transition-delay: 0.2s;
}
.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 figure img {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
.leftUp img {
  -webkit-animation-name: leftUp;
  animation-name: leftUp;
}
@-webkit-keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
@keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
.moveRight img {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
}
@-webkit-keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
@keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
.moveDown img {
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}
@-webkit-keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
@keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
.centerBig img {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
}
@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
.rightDownBig img {
  -webkit-animation-name: rightDownBig;
  animation-name: rightDownBig;
}
@-webkit-keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
@keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
.btext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  text-align: center;
}
.btext strong {
  display: block;
  color: #fff;
  font-size: 0.56rem;
  font-weight: normal;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.recommend {
  padding: 1.55rem 10.1042vw 1.76rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend__left {
  width: 34.96%;
}
.recommend__info {
  margin-bottom: 1.24rem;
}
.recommend__info strong {
  display: block;
  color: #333333;
  font-size: 0.48rem;
  line-height: 1.56;
  font-weight: normal;
  opacity: 0;
}
.recommend__info p {
  margin-top: 0.3rem;
  color: #666666;
  font-size: 0.16rem;
}
.common__btn {
  display: flex;
  align-items: center;
}
.common__btn span {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-right: 0.16rem;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.06rem;
  background: linear-gradient(to bottom, #5886d4, #32d395);
  cursor: pointer;
}
.common__btn span:hover:before {
  opacity: 0;
  visibility: hidden;
}
.common__btn span:hover i {
  color: #fff;
}
.common__btn span:before {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  content: "";
  border-radius: 0.06rem;
  background: #fff;
  z-index: -1;
  transition: 0.4s;
}
.common__btn span i {
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 0.14rem;
  transition: 0.35s;
}
.recommend__swiper {
  flex: 1;
  margin-left: 0.8rem;
  margin-right: -10.1042vw;
  padding-right: 10.1042vw;
  width: 0;
}
.recommend__swiper > .swiper-wrapper {
  align-items: flex-end;
}
.recommend-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 19.4792vw;
  transition: 0.5s;
  height: 33.125vw;
}
.recommend-slide a {
  display: block;
  position: relative;
  width: 100%;
}
.recommend-slide:hover figure img {
  transform: scale(1.06);
}
.recommend-slide.swiper-slide-active {
  width: 22.3958vw;
}
.recommend-slide figure {
  position: relative;
  display: block;
  padding-bottom: 148%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.26rem;
}
.recommend-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend-slide figure img {
  transition: 0.68s;
}
.recommend-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.recommend__texts {
  position: absolute;
  left: 0.36rem;
  right: 0.36rem;
  bottom: 0.34rem;
  z-index: 3;
}
.recommend__texts strong {
  display: block;
  margin-bottom: 0.05rem;
  line-height: 1;
  color: #fff;
  font-size: 0.28rem;
  font-weight: normal;
}
.recommend__texts p {
  margin-bottom: 0.15rem;
  color: #ffffff;
  font-size: 0.14rem;
}
.star {
  position: relative;
  width: 1.01rem;
  height: 0.17rem;
  background: url(../images/star.png) center no-repeat;
  background-size: cover;
}
.star span {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: url(../images/star1.png) left center no-repeat;
  background-size: 1.01rem auto;
}
.landscape {
  overflow: hidden;
}
.landscape__top {
  padding: 1.12rem 0 1.04rem;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.landscape__info {
  margin: auto;
  width: 10.2rem;
  max-width: 90%;
  text-align: center;
}
.landscape__info strong {
  display: block;
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1.58;
}
.landscape__imgs {
  margin: auto;
  margin-top: 0.24rem;
  width: 4.37rem;
  max-width: 90%;
  height: 1.1rem;
}
.landscape__imgs img {
  display: block;
  width: 100%;
  height: 1.1rem;
}
.travel {
  margin: 0 5.9896vw;
}
.travel__item {
  display: none;
}
.travel__item:first-child {
  display: block;
}
.travel__wrap {
  padding: 0 0.8rem;
  position: relative;
  z-index: 3;
  margin-top: -0.76rem;
  background: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.travel__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem 0 0.7rem;
}
.travel__en {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  line-height: 1;
  color: #f5f5f5;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Career";
}
.travel__row {
  margin-bottom: 0.2rem;
  line-height: 1;
}
.travel__row.articleShow strong:before {
  width: 100%;
}
.travel__row:last-child {
  margin-bottom: 0;
}
.travel__row:last-child strong {
  padding-bottom: 0;
}
.travel__row:last-child strong:before {
  display: none;
}
.travel__row strong {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
  line-height: 1;
  color: #333333;
  font-size: 0.48rem;
  font-weight: normal;
  z-index: 2;
}
.travel__row strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(to right, #32d395, #5886d4);
  width: 0;
  transition: 1s;
}
.travel__btn {
  padding: 0 0.46rem;
  display: flex;
  border-bottom: 1px solid #dddddd;
}
.travel__btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 1.14rem;
  color: #333333;
  font-size: 0.24rem;
  height: 0.38rem;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
.travel__btn span:before {
  content: "";
  width: 0;
  height: 0.05rem;
  background: #32d296;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.travel__btn span:hover,
.travel__btn span.active {
  color: #32d296;
}
.travel__btn span:hover:before,
.travel__btn span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.travel__btn span:before {
  background: linear-gradient(to right, #32d395, #5886d4);
}
.travel__btn span:hover,
.travel__btn span.active {
  font-weight: bold;
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.travel__btn span:last-child {
  margin-right: 0;
}
.travel__list {
  display: flex;
  flex-wrap: wrap;
}
.travel__list li {
  margin-right: 1.333%;
  margin-bottom: 0.46rem;
  width: 24%;
}
.travel__list li a {
  display: flex;
  flex-direction: column;
  background: #f1f3f5;
  border-radius: 0.16rem;
}
.travel__list li:hover a {
  background: #fff;
  box-shadow: 0 0 0.35rem rgba(48, 56, 61, 0.18);
}
.travel__list li:hover a .travel__infos {
  border: 1px solid #dfdfdf;
}
.travel__list li:hover a figure img {
  transform: scale(1.05);
}
.travel__list li:nth-child(4n+4) {
  margin-right: 0;
}
.travel__list li figure {
  position: relative;
  display: block;
  padding-bottom: 74.72%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.16rem 0.16rem 0 0;
}
.travel__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travel__list li figure img {
  transition: 0.65s;
}
.travel__infos {
  padding: 0.3rem 0.4rem 0.28rem;
  border-radius: 0 0 0.16rem 0.16rem;
  flex: 1;
  border: 1px solid #fff;
  border-top: none !important;
  transition: 0.3s;
}
.travel__infos strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #333333;
  font-size: 0.28rem;
  font-weight: normal;
}
.travel__infos p {
  color: #333333;
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scheme {
  padding: 0.65rem 10.1042vw 1.74rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.scheme__top {
  margin-bottom: 0.88rem;
  text-align: center;
}
.scheme__top strong {
  display: block;
  color: #333333;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 2;
}
.scheme__btn {
  margin-top: 0.3rem;
}
.scheme__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 3.68rem;
  height: 0.58rem;
  border-radius: 0.29rem;
  color: #fff;
  font-size: 0.16rem;
  background: linear-gradient(to top, #32d395, #5886d4);
}
.scheme__btn a:hover {
  transform: scale(1.05);
}
.scheme__btn a i {
  display: inline-block;
  margin-right: 0.16rem;
  font-style: normal;
  font-size: 0.3rem;
}
.scheme__fix {
  position: relative;
}
.scheme__fix figure {
  position: relative;
  overflow: hidden;
  border-radius: 0.28rem;
  padding-bottom: 42.23%;
}
.scheme__fix figure video,
.scheme__fix figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.scheme__info {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 0.66rem;
  width: 33.68%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0.28rem 0.28rem 0;
}
.scheme__info strong {
  display: block;
  margin-bottom: 0.45rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.scheme__info p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 2;
}
.video__btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 33.16%;
  margin-left: -0.32rem;
  margin-top: -0.32rem;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
}
.video__btn:hover:before,
.video__btn:hover:after {
  transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
}
.video__btn:hover i {
  transform: scale(1.1);
}
.video__btn:hover:before {
  opacity: 0;
  transform: scale(1.4);
}
.video__btn:before,
.video__btn:after {
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
.video__btn i {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-size: 0.16rem;
  transition: 0.3s;
}
.video__btn i.hide {
  display: none;
}
.satisfacte {
  padding: 1.3rem 10.1042vw 1.4rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.satisfacte__title {
  display: block;
  margin-bottom: 0.55rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #333333;
  font-size: 0.48rem;
}
.satisfacte__title strong {
  font-weight: normal;
}
.satisfacte__tab {
  padding: 0.4rem 0.48rem 0.4rem 0.5rem;
  position: relative;
  border-radius: 2.3rem;
  background: #fff;
  box-shadow: 0 0 0.35rem rgba(48, 56, 61, 0.18);
}
.satisfacte__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.satisfacte__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.5s;
}
.satisfacte__water {
  display: flex;
  align-items: center;
  padding: 0.22rem 0;
  width: 3.84rem;
  border-right: 1px solid #eeeeee;
}
.satisfacte__water strong {
  flex: 1;
  padding: 0 0.14rem;
  width: 0;
  color: #333333;
  font-size: 0.28rem;
  word-break: break-all;
  line-height: 1.2;
}
.satisfacte__imgs {
  padding: 0.07rem;
  width: 0.92rem;
  height: 0.92rem;
  border: 1px solid #cccccc;
  border-radius: 50%;
  line-height: 1;
}
.satisfacte__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 50%;
}
.satisfacte__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.satisfacte__fix {
  flex: 1;
  margin-left: 0.65rem;
  padding: 0 0.58rem;
  position: relative;
  width: 0;
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.satisfacte__fix:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "“";
  line-height: 1;
  color: #c4c4c4;
  font-size: 0.57rem;
  font-family: "庞门正道标题体";
}
.satisfacte__fix:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "”";
  line-height: 0;
  color: #c4c4c4;
  font-size: 0.57rem;
  font-family: "庞门正道标题体";
}
.satisfacte__hide {
  margin: auto;
  margin-top: 0.6rem;
  box-sizing: border-box;
  position: relative;
  padding: 0 0.77rem;
  width: 5.18rem;
}
.satisfacte__hide .common__btn span {
  position: absolute;
  top: 50%;
  margin-top: -0.24rem;
}
.satisfacte__hide .common__btn span.prev {
  left: 0;
}
.satisfacte__hide .common__btn span.next {
  right: 0;
}
.satisfacte-slide {
  display: flex;
  justify-content: center;
  text-align: center;
}
.satisfacte-slide:hover .satisfacte__imgs figure img {
  transform: scale(1.07);
}
.satisfacte-slide.swiper-slide-active .satisfacte__imgs:before {
  opacity: 1;
  visibility: visible;
}
.satisfacte-slide .satisfacte__imgs {
  padding: 0.04rem;
  width: 0.84rem;
  height: 0.84rem;
  box-sizing: border-box;
  cursor: pointer;
}
.satisfacte-slide .satisfacte__imgs figure img {
  transition: 0.65s;
}
.satisfacte-slide .satisfacte__imgs:before {
  position: absolute;
  left: 50%;
  margin-left: -0.42rem;
  top: 0;
  content: "";
  z-index: -2;
  width: 0.84rem;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #32d395, #5886d4);
  padding: 2px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.explore {
  padding: 1.06rem 10.1042vw 1.36rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #f3f5f8;
}
.explore__left {
  width: 46.99%;
}
.explore__title {
  margin-bottom: 0.47rem;
}
.explore__title strong {
  display: block;
  color: #333333;
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 1.375;
}
.explore__title p {
  margin-top: 0.25rem;
  color: #666666;
  font-size: 0.16rem;
}
.explore__info {
  position: relative;
}
.explore__info:hover figure img {
  transform: scale(1.05);
}
.explore__info figure {
  position: relative;
  display: block;
  padding-bottom: 70.86%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.28rem;
}
.explore__info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore__info figure img {
  transition: 0.68s;
}
.explore__info figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.explore__text {
  position: absolute;
  left: 0.38rem;
  right: 0.38rem;
  bottom: 0.4rem;
  z-index: 3;
}
.explore__text strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.explore__text span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.16rem;
}
.explore__text span i {
  display: inline-flex;
  margin-left: 0.1rem;
  font-style: normal;
  font-size: 0.18rem;
}
.explore__right {
  width: 48.3%;
}
.explore__list li {
  margin-bottom: 0.32rem;
}
.explore__list li:last-child {
  margin-bottom: 0;
}
.explore__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.explore__list li a:hover .explore__imgs figure img {
  transform: scale(1.06);
}
.explore__list li a:hover .explore__fixs strong {
  color: #32d296;
}
.explore__imgs {
  width: 44.86%;
}
.explore__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 70.78%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.28rem;
}
.explore__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore__imgs figure img {
  transition: 0.68s;
}
.explore__fixs {
  flex: 1;
  margin-left: 0.4rem;
  width: 0;
}
.explore__fixs strong {
  display: block;
  margin-bottom: 0.12rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
.explore__fixs p {
  color: #666666;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.explore__fixs span {
  display: inline-flex;
  align-items: center;
  margin-top: 0.26rem;
  color: #999999;
  font-size: 0.16rem;
}
.explore__fixs span i {
  display: inline-flex;
  margin-left: 0.1rem;
  font-size: 0.18rem;
}
.footer {
  padding: 0.86rem 10.1042vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1d1f22;
}
.footer__logo {
  line-height: 1;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  height: 2.34rem;
}
.footer__right {
  margin-right: -0.1rem;
  width: 9.6rem;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.66rem;
}
.footer__navs {
  display: flex;
}
.footer__navs li {
  margin-right: 0.58rem;
}
.footer__navs li:last-child {
  margin-right: 0;
}
.footer__navs li a {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 0.56rem;
  color: #fff;
  font-size: 0.16rem;
}
.footer__navs li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #32d296;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.footer__navs li a:hover,
.footer__navs li a.active {
  color: #32d296;
}
.footer__navs li a:hover:before,
.footer__navs li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer__navs li a:before {
  background: linear-gradient(to right, #32d395, #5886d4);
}
.scroll__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  cursor: pointer;
}
.scroll__top:hover:before {
  opacity: 0.5;
}
.scroll__top:hover span {
  line-height: 0.35rem;
}
.scroll__top:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #32d395, #5886d4);
  border-radius: 50%;
  opacity: 0.2;
  transition: 0.4s;
}
.scroll__top span {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.18rem;
  background: linear-gradient(to bottom, #32d395, #5886d4);
  transition: 0.2s;
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  margin-top: 0.65rem;
}
.address__item {
  margin-bottom: 0.42rem;
  display: flex;
  align-items: center;
}
.address__item:last-child {
  margin-bottom: 0;
}
.address__item b {
  display: block;
  width: 0.4rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
}
.address__in {
  line-height: 1;
  color: #fff;
  font-size: 0.16rem;
  font-weight: lighter;
}
.address__in p {
  margin-bottom: 0.1rem;
}
.address__in strong {
  display: block;
  line-height: 1;
  font-size: 0.3rem;
  font-family: "din-bold";
  font-weight: normal;
}
.address__in span {
  color: #fff;
  font-size: 0.2rem;
  line-height: 1;
}
.footer__eq {
  display: flex;
  margin-right: 0.26rem;
}
.footer__eq--item {
  margin-right: 0.75rem;
  width: 1.42rem;
}
.footer__eq--item:last-child {
  margin-right: 0;
}
.footer__eq--item figure {
  display: block;
  line-height: 1;
}
.footer__eq--item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__eq--item p {
  margin-top: 0.1rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 0.16rem;
}
.footer__copy {
  padding: 0.22rem 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__copy a,
.footer__copy b {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
}
.footer__copy b {
  margin: 0 0.06rem;
}
.footer__copy a:hover {
  opacity: 0.6;
}
.pbanner {
  position: relative;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 32.29%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mtop {
  height: 1rem;
}
.product__box {
  padding: 1.3rem 10.1vw 1.14rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product__left {
  width: 72.06%;
}
.product__class {
  padding-bottom: 0.14rem;
}
.product__class--btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.product__class--btn li {
  padding: 0 0.16rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  position: relative;
  box-sizing: border-box;
  min-width: 0.88rem;
  height: 0.31rem;
  line-height: 0.31rem;
  text-align: center;
  border-radius: 0.16rem;
  color: #333333;
  font-size: 0.2rem;
  cursor: pointer;
}
.product__class--btn li:hover,
.product__class--btn li.active {
  color: #fff;
}
.product__class--btn li:hover:before,
.product__class--btn li.active:before {
  opacity: 1;
  visibility: visible;
}
.product__class--btn li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  border-radius: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: linear-gradient(to right, #32d395, #5886d4);
}
.product__list {
  padding-bottom: 0.5rem;
}
.product__list li {
  border-bottom: 1px solid #dddddd;
}
.product__list li:last-child {
  border-bottom: none;
}
.product__list li a {
  display: flex;
  align-items: center;
  padding: 0.44rem 0;
}
.product__list li a:hover .product__imgs figure img {
  transform: scale(1.06);
}
.product__list li a:hover .product__infos strong {
  color: #36c99d;
}
.product__imgs {
  position: relative;
  width: 3.68rem;
}
.product__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 63.04%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.08rem;
}
.product__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__imgs figure img {
  transition: 0.65s;
}
.product__name {
  position: absolute;
  left: 2px;
  top: 0;
  z-index: 3;
  padding: 0 0.1rem;
  line-height: 0.33rem;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 0.06rem 0 0 0;
  background: #36c99d;
}
.product__infos {
  flex: 1;
  margin-left: 0.5rem;
  width: 0;
}
.product__infos strong {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
.product__price {
  margin-top: 0.6rem;
  color: #ff4b4b;
  font-size: 0.2rem;
  line-height: 1;
}
.product__price span {
  font-size: 0.32rem;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages a {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-right: 0.2rem;
  width: 0.54rem;
  height: 0.54rem;
  text-align: center;
  line-height: 0.54rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  color: #999999;
  font-size: 0.16rem;
}
.pages a:hover,
.pages a.active {
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pages a:hover:before,
.pages a.active:before {
  opacity: 1;
  visibility: visible;
}
.pages a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background: linear-gradient(to bottom, #32d395, #5886d4);
  padding: 1px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.pages a:after {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  content: "";
  z-index: -1;
  border-radius: 50%;
  background: #fff;
}
.pages a:last-child {
  margin-right: 0;
}
.product__cooperate {
  flex: 1;
  margin-left: 0.6rem;
  margin-top: 0.13rem;
  padding: 0.4rem 0.24rem 0.4rem;
  position: relative;
  width: 0;
  border: 1px solid #f1f1f1;
}
.product__cooperate:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  width: 100%;
  height: 0.05rem;
  background: linear-gradient(to right, #32d395, #5886d4);
}
.product__cooperate .product__list {
  display: block;
}
.product__cooperate .product__list li {
  margin-right: 0;
  margin-bottom: 0.38rem;
  width: 100%;
  border-bottom: none;
}
.product__cooperate .product__list li:last-child {
  margin-bottom: 0;
}
.product__cooperate .product__list li a {
  display: block;
  padding: 0;
}
.product__cooperate .product__list li a .product__imgs {
  width: 100%;
}
.product__cooperate .product__list li a .product__infos {
  width: auto;
  margin-left: 0;
  margin-top: 0.23rem;
}
.product__cooperate .product__list li a .product__infos strong {
  font-size: 0.14rem;
}
.product__cooperate .product__list li a .product__infos .product__price {
  margin-top: 0.16rem;
  font-size: 0.14rem;
}
.product__cooperate .product__list li a .product__infos .product__price span {
  font-size: 0.2rem;
}
.cooperate__tt {
  display: block;
  margin-bottom: 0.24rem;
  position: relative;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
}
.posite__box {
  padding: 0 10.1vw;
  display: flex;
  align-items: center;
  background: #f2f2f2;
  min-height: 0.6rem;
}
.posite__wr {
  display: flex;
  flex-wrap: wrap;
}
.posite__wr a,
.posite__wr b {
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
}
.posite__wr a:hover {
  color: #32d296;
}
.posite__wr b {
  margin: 0 0.06rem;
  font-weight: normal;
}
.product__view {
  padding: 0 10.1vw;
}
.product__tops {
  padding: 0.84rem 0 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product__tab {
  width: 56.13%;
}
.product-slide figure {
  position: relative;
  display: block;
  padding-bottom: 66.39%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.16rem;
}
.product-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__fix {
  position: relative;
  margin-top: 0.48rem;
  padding: 0 0.62rem;
}
.product__prev {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.37rem;
  height: 100%;
  border-radius: 2px;
  cursor: pointer;
  background: linear-gradient(to top, #32d395, #5886d4);
  color: #fff;
  font-size: 0.2rem;
}
.product__prev.prev {
  left: 0;
}
.product__prev.next {
  right: 0;
}
.productmin-slide {
  position: relative;
  width: 1.72rem;
  cursor: pointer;
}
.productmin-slide.swiper-slide-active:before {
  opacity: 1;
  visibility: visible;
}
.productmin-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #32d395, #5886d4);
  padding: 3px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.productmin-slide figure {
  position: relative;
  display: block;
  padding-bottom: 63.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.productmin-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__right {
  flex: 1;
  margin-left: 4.6875vw;
  width: 0;
}
.product__title {
  margin-bottom: 0.24rem;
}
.product__title strong {
  display: block;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.75;
}
.product__title p {
  margin-top: 0.24rem;
  color: #777777;
  font-size: 0.16rem;
}
.product__dl {
  padding: 0.26rem 0.26rem;
  background: #f7f7f7;
}
.product__dl--item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
.product__dl--item:last-child {
  margin-bottom: 0;
}
.product__dl--item dt {
  display: block;
  color: #666666;
  font-size: 0.14rem;
  font-weight: normal;
  width: 0.72rem;
  line-height: 0.23rem;
}
.product__dl--item dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  width: 0;
  color: #333333;
  font-size: 0.14rem;
}
.proprice {
  color: #333333;
  font-size: 0.14rem;
  line-height: 1;
}
.proprice span {
  margin-right: 0.06rem;
  color: #ff4b4b;
  font-size: 0.24rem;
}
.product__tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.08rem;
}
.product__tag span {
  display: inline-block;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  padding: 0 0.08rem;
  height: 0.21rem;
  line-height: 0.21rem;
  border: 1px solid #e0e0e0;
  color: #333333;
  font-size: 0.14rem;
  border-radius: 1px;
  color: #ff4b4b;
  border-color: #ff4b4b;
}
.product__tag span.colors {
  color: #ff4b4b;
  border-color: #ff4b4b;
}
.product__service {
  display: flex;
  flex-wrap: wrap;
}
.product__service span {
  display: inline-block;
  padding-left: 0.16rem;
  margin-right: 0.15rem;
  color: #333333;
  font-size: 0.14rem;
  background: url(../images/service.png) left 0.08rem no-repeat;
  background-size: 0.11rem auto;
}
.product__service span:last-child {
  margin-right: 0;
}
.product__btn {
  display: flex;
  margin-top: 0.45rem;
}
.product__btn a {
  display: block;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin-right: 0.26rem;
  width: 1.66rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.16rem;
  background: linear-gradient(to right, #32d395, #5886d4);
}
.product__btn a:first-child:before {
  opacity: 0;
  visibility: hidden;
}
.product__btn a:before {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  content: "";
  background: #fff;
  border-radius: 3px;
  transition: 0.35s;
}
.product__btn a:last-child {
  color: #32d296;
}
.product__btn a:last-child:hover {
  color: #fff;
}
.product__btn a:last-child:hover:before {
  opacity: 0;
  visibility: hidden;
}
.product__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profix {
  width: 74.67%;
}
.product__menu {
  display: flex;
  background: linear-gradient(to right, rgba(56, 199, 160, 0.2), rgba(87, 136, 210, 0.2));
}
.product__menu li {
  min-width: 1.5rem;
  position: relative;
  z-index: 2;
}
.product__menu li:hover:before,
.product__menu li.active:before {
  opacity: 1;
  visibility: visible;
}
.product__menu li:hover a,
.product__menu li.active a {
  color: #fff;
}
.product__menu li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: linear-gradient(to right, #32d395, #5886d4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.product__menu li a {
  display: block;
  text-align: center;
  line-height: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
}
.arranges {
  padding: 0.48rem 0;
}
.arrange__item {
  margin-bottom: 0.5rem;
}
.arrange__item:last-child {
  margin-bottom: 0;
}
.arrange__title {
  display: flex;
  margin-bottom: 0.18rem;
}
.arrange__title span {
  display: inline-block;
  margin-right: 0.34rem;
  color: #32d296;
  font-size: 0.2rem;
}
.arrange__title strong {
  display: inline-block;
  color: #333333;
  font-size: 0.2rem;
}
.arrange__address {
  padding: 0.3rem 0.22rem 0.3rem;
  background: #f7f7f7;
}
.arrange__address p {
  margin-bottom: 0.14rem;
  color: #333333;
  font-size: 0.16rem;
}
.arrange__address p:last-child {
  margin-bottom: 0;
}
.arrange__address p i {
  display: inline-block;
  width: 0.3rem;
  font-style: normal;
  font-size: 0.16rem;
}
.arrange__infos {
  margin-top: 0.43rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
}
.arrange__infos img {
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
.arrange__list {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
}
.arrange__list li {
  margin-right: 2%;
  margin-bottom: 0.2rem;
  width: 32%;
}
.arrange__list li:nth-child(3n+3) {
  margin-right: 0;
}
.arrange__list li:hover figure img {
  transform: scale(1.07);
}
.arrange__list li figure {
  position: relative;
  display: block;
  padding-bottom: 65.76%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.arrange__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arrange__list li figure img {
  transition: 0.6s;
}
.cost {
  margin-bottom: 0.8rem;
}
.cost__title {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1;
  color: #333333;
  font-size: 0.3rem;
  font-weight: normal;
}
.cost__list {
  display: flex;
  justify-content: space-between;
}
.cost__item {
  width: 49.125%;
  background: rgba(56, 199, 160, 0.1);
}
.cost__item:nth-child(2n+2) {
  background: rgba(87, 136, 210, 0.1);
}
.cost__item:nth-child(2n+2) strong {
  color: #5788d2;
  background: rgba(87, 136, 210, 0.1);
}
.cost__item strong {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  color: #32d296;
  font-size: 0.2rem;
  background: rgba(56, 199, 160, 0.1);
}
.cost__info {
  padding: 0.26rem 0.3rem 0.3rem;
  color: #333333;
  font-size: 0.14rem;
}
.cost__info span {
  display: block;
  margin-left: 0.34rem;
  color: #32d296;
}
.queste {
  padding: 0.42rem 0.3rem 0.2rem;
  background: #f7f7f7;
}
.queste__row {
  display: flex;
  flex-wrap: wrap;
}
.queste__item {
  position: relative;
  margin-right: 2%;
  margin-bottom: 0.28rem;
  flex: 1;
}
.queste__item:nth-child(3n+3),
.queste__item:last-child {
  margin-right: 0;
}
.queste__item .text {
  box-sizing: border-box;
  padding: 0;
  padding-left: 0.29rem;
  width: 100%;
  border: none;
  outline: none;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #cccccc;
  font-size: 0.14rem;
  background: #fff;
}
.queste__item .text.textarea {
  padding-top: 0.09rem;
  padding-left: 0.29rem;
  line-height: 1.8;
  height: 1.08rem;
  resize: none;
}
.queste__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.queste__item .text::-webkit-input-placeholder {
  color: #cccccc;
}
.queste__item i {
  position: absolute;
  left: 0.18rem;
  top: 0;
  color: #ff0000;
  font-size: 0.14rem;
  font-style: normal;
  line-height: 0.48rem;
}
.mdign {
  margin-top: 0.6rem;
}
.mdign__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.58rem;
}
.mdign__item:last-child {
  margin-bottom: 0;
}
.mdign__left figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.44rem;
}
.mdign__left figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mdign__left small {
  display: block;
  margin-top: 0.09rem;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 0.16rem;
}
.mdign__infos {
  margin-left: 0.34rem;
  flex: 1;
  width: 0;
}
.mdign__infos strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.16rem;
}
.mdign__infos p {
  color: #666666;
  font-size: 0.16rem;
}
.describe {
  color: #999999;
  font-size: 0.14rem;
  line-height: 2;
}
.product__contacts {
  flex: 1;
  margin-left: 0.2rem;
  width: 0;
}
.product__contacts .product__cooperate {
  margin: 0;
  margin-top: 0.46rem;
  width: auto;
  padding-top: 0;
  border: none;
}
.product__contacts .product__cooperate:before {
  display: none;
}
.product__contacts .product__cooperate .cooperate__tt {
  font-size: 0.2rem;
}
.online {
  padding: 0.32rem 0.1rem 0.32rem 0.2rem;
  margin-bottom: 0.14rem;
  background: #f7f7f7;
}
.online__title {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
}
.online__list {
  margin-top: 0.36rem;
}
.online__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.22rem;
}
.online__item:last-child {
  margin-bottom: 0;
}
.online__item b {
  display: block;
  width: 0.34rem;
  color: #333333;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 1;
}
.online__fix {
  padding-top: 0.02rem;
  flex: 1;
  width: 0;
}
.online__fix strong {
  display: block;
  margin-bottom: 0.09rem;
  line-height: 1;
  color: #333333;
  font-size: 0.16rem;
  font-weight: normal;
}
.online__fix p {
  color: #32d296;
  line-height: 1.1;
  font-size: 0.16rem;
}
.online__fix p span {
  text-decoration: underline;
}
.online__form {
  margin-top: 0.3rem;
}
.online__form .queste__item {
  margin-bottom: 0.15rem;
  margin-right: 0;
}
.online__form .queste__item .text {
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
}
.online__form .queste__item i {
  line-height: 0.36rem;
}
.quest__wx {
  position: absolute;
  right: 0.14rem;
  top: 0;
  padding-right: 0.16rem;
  line-height: 0.36rem;
  color: #333333;
  font-size: 0.14rem;
  border: none;
  outline: none;
  background: url(../images/arrow1.png) right center no-repeat;
  background-size: 0.11rem auto;
}
.queste__row1 {
  display: block;
}
.queste__row1 .queste__item {
  margin-right: 0;
}
.quest__donw .text {
  padding-left: 0.13rem;
}
.queste__downs p {
  padding: 0.1rem 0.11rem;
  color: #cccccc;
  font-size: 0.14rem;
}
.queste__downs .val {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  height: 0.36rem;
  color: #fff;
  font-size: 0.14rem;
  background: linear-gradient(to right, #32d395, #5886d4);
  cursor: pointer;
  transition: 0.35s;
}
.queste__downs .val:hover {
  transform: scale(1.02);
}
.customized {
  padding: 0.6rem 10.1042vw 0.8rem;
}
.customized__banner figure {
  position: relative;
  display: block;
  padding-bottom: 30.05%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.customized__banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customized__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}
.step {
  display: flex;
  align-items: flex-start;
  padding-top: 0.04rem;
  padding-right: 1.14rem;
  border-right: 1px solid #dddddd;
}
.step__item {
  text-align: center;
}
.step__item b {
  display: block;
  width: 0.9rem;
  line-height: 1;
}
.step__item b img {
  display: block;
  width: 100%;
  height: auto;
}
.step__item p {
  margin-top: 0.12rem;
  line-height: 1.5;
  color: #666666;
  font-size: 0.16rem;
}
.step__arrow {
  margin: 0.36rem 0.4rem 0;
  line-height: 1;
  color: #dddddd;
  font-size: 0.2rem;
  font-weight: bold;
}
.customized__btn {
  margin-left: 1.1rem;
}
.customized__btn a {
  display: block;
  width: 2.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 0.24rem;
  background: linear-gradient(to right, #32d395, #5886d4);
  box-shadow: 0 0.09rem 0.16rem rgba(87, 136, 210, 0.61);
}
.customized__btn a:hover {
  transform: scale(1.05);
}
.popular {
  padding: 1rem 10.1042vw 0.76rem;
  background: #f4f9f8;
}
.popular__top {
  margin-bottom: 0.38rem;
  text-align: center;
}
.popular__top strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.popular__top p {
  color: #666666;
  font-size: 0.16rem;
}
.popular__wrap {
  display: flex;
  justify-content: space-between;
}
.popular__imgs {
  width: 24%;
  line-height: 1;
  padding-bottom: 0.24rem;
}
.popular__imgs figure {
  height: 100%;
}
.popular__imgs figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.popular__list {
  flex: 1;
  margin-left: 0.2rem;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 0;
}
.popular__list li {
  margin-bottom: 0.24rem;
  margin-right: 2%;
  width: 32%;
  border-bottom: none;
}
.popular__list li:nth-child(3n+3) {
  margin-right: 0;
}
.popular__list li a {
  padding: 0;
  display: block;
  background: #fff;
  border-radius: 0.1rem;
}
.popular__list li a .product__infos {
  margin-left: 0;
  margin-top: 0.2rem;
  width: auto;
  padding: 0 0.12rem 0.23rem;
}
.popular__list li a .product__infos strong {
  font-size: 0.14rem;
}
.popular__list li a .product__imgs {
  width: 100%;
}
.popular__list li a .product__imgs figure {
  border-radius: 0.1rem 0.1rem 0 0;
}
.popular__list li a .product__price {
  margin-top: 0.1rem;
  font-size: 0.14rem;
}
.popular__list li a .product__price span {
  font-size: 0.2rem;
}
.provide {
  padding: 0.9rem 0 1.2rem;
}
.provide__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.76rem;
}
.provide__top .popular__top {
  margin-bottom: 0;
  text-align: left;
}
.provide__ico {
  display: flex;
}
.provide__ico li {
  margin-right: 4.6875vw;
  text-align: center;
}
.provide__ico li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 0.14rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f0f0f0;
}
.provide__ico li b img {
  display: inline-block;
  width: auto;
  max-height: 0.4rem;
}
.provide__ico li p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 1.75;
}
.provide__ico li:last-child {
  margin-right: 0;
}
.provide__list {
  display: flex;
  flex-wrap: wrap;
}
.provide__list li {
  margin-right: 2%;
  margin-bottom: 0.3rem;
  position: relative;
  width: 32%;
}
.provide__list li:nth-child(3n+3) {
  margin-right: 0;
}
.provide__list li:hover figure img {
  transform: scale(1.06);
}
.provide__list li figure {
  position: relative;
  display: block;
  padding-bottom: 60.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.provide__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.provide__list li figure img {
  transition: 0.65s;
}
.provide__list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.provide__text {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.2rem;
  z-index: 4;
}
.provide__text strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1;
}
.provide__text p {
  color: #fff;
  font-size: 0.14rem;
  height: 0.5rem;
}
.provide__contact {
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__list {
  display: flex;
  align-items: flex-start;
}
.contact__item {
  margin-right: 8.8542vw;
}
.contact__item:last-child {
  margin-right: 0;
}
.contact__item strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.contact__item p {
  color: #666666;
  font-size: 0.16rem;
}
.contact__item a {
  display: inline-block;
  margin-top: 0.2rem;
  line-height: 1.2;
  color: #32d296;
  font-size: 0.16rem;
  text-decoration: underline;
}
.contact__eq {
  display: flex;
}
.contact__eq--item {
  margin-right: 0.9rem;
}
.contact__eq--item:last-child {
  margin-right: 0;
}
.contact__eq--item figure {
  display: block;
  line-height: 1;
  width: 1.85rem;
}
.contact__eq--item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.contact__eq--item p {
  margin-top: 0.14rem;
  color: #333333;
  font-size: 0.16rem;
  text-align: center;
}
.about__box {
  padding: 0.7rem 10.1vw 1.5rem;
}
.about__wrap {
  display: flex;
  justify-content: space-between;
}
.about__left {
  width: 3rem;
  border: 1px solid #efefef;
}
.about__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.3rem;
  padding-right: 0.24rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  background: linear-gradient(to right, #32d395, #5886d4);
}
.about__name i {
  display: inline-block;
  color: #fff;
  font-style: normal;
  font-size: 0.12rem;
  font-weight: bold;
  transform: rotate(90deg);
}
.about__menus li {
  margin-bottom: 1px;
}
.about__menus li:hover a,
.about__menus li.active a {
  background: #eaf1f0;
}
.about__menus li a {
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
  height: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
  background: #f4f9f8;
}
.about__main {
  flex: 1;
  margin-left: 0.38rem;
  padding: 0 0.4rem 1rem;
  border: 1px solid #e9e9e9;
}
.about__sub {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.84rem;
  color: #38c5a0;
  font-size: 0.24rem;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}
.about__sub:before {
  position: absolute;
  left: -0.4rem;
  top: 50%;
  margin-top: -0.14rem;
  z-index: 3;
  content: "";
  width: 0.06rem;
  height: 0.28rem;
  background: linear-gradient(to bottom, #32d395, #5886d4);
}
.about__fix {
  padding-top: 0.4rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2.1;
}
.about__fix img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.contact__us {
  padding: 0.6rem 10.1vw 0.88rem;
}
.contact__top {
  position: relative;
}
.contact__top figure {
  position: relative;
  display: block;
  padding-bottom: 30.09%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.contact__top figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__mask {
  position: absolute;
  left: 16.3%;
  right: 16.31%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
}
.contact__title {
  text-align: center;
}
.contact__title h3 {
  display: block;
  margin-right: 0.12rem;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1;
  padding-bottom: 0.13rem;
  border-bottom: 1px solid #fff;
}
.contact__title strong {
  display: block;
  padding-top: 0.24rem;
  line-height: 1;
  color: #fff;
  font-size: 0.3rem;
  letter-spacing: 0.12rem;
  font-weight: normal;
}
.contact__wid {
  box-sizing: border-box;
  width: 2.76rem;
  border: 0.1rem solid #fff;
  border-bottom: none;
}
.contact__ico {
  padding: 0.18rem 0.13rem;
  display: flex;
  align-items: flex-start;
  height: 14.0625vw;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.2rem;
  text-transform: uppercase;
}
.contact__ico i {
  display: inline-block;
  margin-right: 0.07rem;
  font-style: normal;
  font-size: 0.2rem;
}
.contact__word {
  display: flex;
  align-items: center;
  padding-left: 0.13rem;
  background: #fff;
  height: 0.8rem;
  color: #bababa;
  font-size: 0.14rem;
}
.contact__li {
  margin-top: 0.56rem;
  padding-top: 0.54rem;
  display: flex;
  border-top: 2px solid #efefef;
}
.contact__li li {
  margin-left: -1px;
  padding: 0.45rem 3.2292vw 0.35rem 3.2292vw;
  border: 1px solid #dddddd;
  border-top: none;
  flex: auto;
}
.contact__li li b {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1;
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact__li li p {
  margin-top: 0.25rem;
  margin-bottom: 0.36rem;
  line-height: 1;
  color: #666666;
  font-size: 0.16rem;
}
.contact__li li strong {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.3rem;
  min-height: 0.6rem;
}
.message__box {
  padding: 0.78rem 10.2083vw 0.76rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.message__title {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #333333;
  font-size: 0.28rem;
  font-weight: normal;
}
.message__row .queste__item {
  background: #fff;
}
.quest__name {
  display: flex;
  align-items: center;
  padding-left: 0.32rem;
  line-height: 0.48rem;
  color: #cccccc;
  font-size: 0.14rem;
}
.message__row .queste__item {
  margin-right: 1.1%;
  width: 32.6%;
  flex: none;
}
.message__row .queste__item:nth-child(3n+3),
.message__row .queste__item:last-child {
  margin-right: 0;
}
.message__row .birth {
  display: flex;
  padding-right: 0.28rem;
  justify-content: space-between;
  width: 37.46%;
  box-sizing: border-box;
}
.message__select {
  display: flex;
}
.select__item {
  margin-right: 4.6875vw;
  padding-right: 0.2rem;
  color: #333333;
  font-size: 0.14rem;
  font-weight: normal;
  background: none;
  outline: none;
  border: none;
  background: url(../images/arrow1.png) right center no-repeat;
  overflow: hidden;
  overflow-y: auto;
}
.select__item:last-child {
  margin-right: 0;
}
.queste__row .textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.12rem 0.14rem;
  color: #cccccc;
  font-size: 0.14rem;
  height: 1.25rem;
  background: #fff;
  outline: none;
}
.queste__row .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.queste__row .textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.message__sub {
  margin-top: 0.3rem;
  text-align: center;
}
.message__sub .sub {
  border: none;
  outline: none;
  width: 3.3rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
  transition: 0.4s;
  background: linear-gradient(to right, #32d395, #5886d4);
}
.message__sub .sub:hover {
  transform: scale(1.05);
}
.news__box {
  padding: 0.64rem 10.1042vw 1.5rem;
  background: #f9f9f9;
}
.news__top {
  display: flex;
  justify-content: space-between;
}
.news__swiper {
  margin: 0;
  width: 74.67%;
}
.news__swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.46rem;
  bottom: 0.4rem;
  line-height: 1;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 0.2rem;
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.35s;
  opacity: 1;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.news-slide:hover figure img {
  transform: scale(1.04);
}
.news-slide figure {
  position: relative;
  display: block;
  padding-bottom: 4.6rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-slide figure img {
  transition: 0.78s;
}
.news-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.news-slide strong {
  position: absolute;
  left: 0.4rem;
  right: 1.7rem;
  bottom: 0.28rem;
  z-index: 3;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
}
.news__search {
  margin-left: 0.2rem;
  flex: 1;
  padding: 0.3rem 0.16rem 0.2rem 0.34rem;
  width: 0;
  background: #fff;
}
.search__tt {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #32d296;
  font-size: 0.2rem;
  font-weight: normal;
}
.search__list li {
  margin-bottom: 0.12rem;
}
.search__list li a {
  display: block;
  position: relative;
  padding-left: 0.12rem;
  color: #333333;
  font-size: 0.14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search__list li a:hover {
  color: #32d296;
}
.search__list li a:hover:before {
  background: #32d296;
}
.search__list li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #cccccc;
  border-radius: 50%;
  transition: 0.3s;
}
.search__list li a:hover {
  color: #32d296;
}
.news__wraps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.44rem;
}
.strategy {
  box-sizing: border-box;
  padding: 0.38rem 0.44rem 1.18rem;
  width: 74.67%;
  background: #fff;
}
.strategy .search__tt {
  margin-bottom: 0;
}
.news__list {
  padding-bottom: 0.3rem;
}
.news__list li {
  border-bottom: 1px solid #dddddd;
}
.news__list li:last-child {
  border-bottom: none;
}
.news__list li a {
  display: flex;
  padding: 0.44rem 0;
  align-items: center;
}
.news__list li a:hover .news__imgsf figure img {
  transform: scale(1.08);
}
.news__list li a:hover .news__fixs strong {
  color: #32d296;
  text-decoration: underline;
}
.news__imgsf {
  width: 3.27rem;
}
.news__imgsf figure {
  position: relative;
  display: block;
  padding-bottom: 62.69%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.news__imgsf figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__imgsf figure img {
  transition: 0.65s;
}
.news__fixs {
  flex: 1;
  margin-left: 0.48rem;
  width: 0;
}
.news__fixs strong {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  transition: 0.35s;
}
.news__tag {
  margin-top: 0.22rem;
  margin-bottom: 0.22rem;
  display: flex;
  flex-wrap: wrap;
  color: #999999;
  font-size: 0.14rem;
}
.news__tag span {
  display: inline-block;
  margin-right: 0.12rem;
}
.news__tag span:last-child {
  margin-right: 0;
}
.news__text {
  color: #666666;
  font-size: 14px;
}
.news__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__page a {
  display: inline-block;
  margin-right: 0.1rem;
  position: relative;
  z-index: 2;
  padding: 0 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  border: 1px solid #dfdfdf;
  color: #999999;
  font-size: 0.14rem;
}
.news__page a:hover,
.news__page a.active {
  color: #32d296;
}
.news__page a:hover:before,
.news__page a.active:before {
  opacity: 1;
}
.news__page a:before {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  content: "";
  background: linear-gradient(to top, #32d395, #5886d4);
  padding: 1px;
  box-sizing: border-box;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.3s;
}
.news__page a:last-child {
  margin-right: 0;
}
.news__page span {
  margin-right: 0.1rem;
  color: #999999;
  font-size: 0.14rem;
}
.news__where {
  flex: 1;
  margin-left: 0.2rem;
  padding: 0.35rem 0.14rem 0.8rem 0.34rem;
  width: 0;
  background: #fff;
}
.news__li {
  padding-bottom: 0.18rem;
}
.news__li li {
  margin-bottom: 0.2rem;
}
.news__li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__li li a:hover .news__images figure img {
  transform: scale(1.06);
}
.news__li li a:hover .news__infos strong {
  color: #32d296;
}
.news__images {
  width: 51.25%;
}
.news__images figure {
  position: relative;
  display: block;
  padding-bottom: 69.32%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__images figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__images figure img {
  transition: 0.48s;
}
.news__infos {
  flex: 1;
  margin-left: 0.14rem;
  width: 0;
}
.news__infos strong {
  display: block;
  color: #333333;
  font-size: 0.14rem;
  line-height: 1.71;
  font-weight: normal;
  transition: 0.35s;
}
.news__infos time {
  display: block;
  margin-top: 1.1458vw;
  color: #999999;
  font-size: 0.14rem;
}
.news__view {
  box-sizing: border-box;
  padding: 0 0.58rem 1.48rem;
  width: 74.67%;
  background: #fff;
}
.news__titles {
  padding: 0.48rem 0 0.16rem;
  border-bottom: 1px solid #dddddd;
}
.news__titles h3 {
  display: block;
  margin-bottom: 0.22rem;
  color: #333333;
  font-size: 0.36rem;
  line-height: 1.2;
}
.news__v {
  padding: 0.38rem 0 0;
  color: #666666;
  font-size: 14px;
}
.news__v img {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
.news__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news__compelete {
  width: 0;
  margin-left: 0.2rem;
  flex: 1;
}
.news__compelete .news__search {
  margin-bottom: 0.4rem;
}
.news__compelete .news__search,
.news__compelete .news__where {
  margin-left: 0;
  width: auto;
}
.score {
  display: flex;
  align-items: center;
  margin-left: 0.18rem;
  padding: 0 0.1rem;
  height: 0.3rem;
  background: #32d296;
  border-radius: 0.04rem;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.product__line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.product__line .product__price {
  margin-top: 0 !important;
}
.preview {
  margin-left: 0.14rem;
  color: #333333;
  font-size: 14px;
}
.preview span {
  position: relative;
  display: inline-block;
  margin-right: 0.24rem;
}
.preview span:before {
  position: absolute;
  right: -0.13rem;
  top: 50%;
  margin-top: -0.08rem;
  content: "|";
  font-size: 0.14rem;
  line-height: 1;
}
.preview span:last-child:before {
  display: none;
}
.flex__menu {
  position: fixed;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
}
.flex__menu--list > li {
  margin-bottom: 0.06rem;
  position: relative;
}
.flex__menu--list > li:last-child {
  margin-bottom: 0;
}
.flex__menu--list > li:hover .common__pop {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0);
}
.flex__menu--list > li:hover > a {
  background: #FFFFFF;
}
.flex__menu--list > li > a {
  display: block;
  padding: 0.25rem 0 0.09rem;
  width: 0.94rem;
  text-align: center;
  background: #EEF4FF;
  border-radius: 0.08rem;
}
.flex__menu--list > li > a b {
  display: block;
  line-height: 1;
  color: #32d296;
  font-size: 0.2rem;
  font-weight: normal;
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.flex__menu--list > li > a p {
  color: #32d296;
  font-size: 0.14rem;
  font-family: "OPPOSans-M";
  background-image: linear-gradient(to bottom, #32d395, #5886d4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
.common__pop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-0.2rem);
  transition: 0.45s;
}
.consultate__pop {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.19rem;
}
.consultate__wr {
  box-sizing: border-box;
  padding: 0.21rem 0.23rem 0.13rem;
  width: 2.72rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 12.5px 0px rgba(55, 62, 141, 0.08);
}
.consultate__tt {
  display: block;
  margin-bottom: 0.13rem;
  color: #32d296;
  font-size: 0.2rem;
  line-height: 1;
  font-weight: normal;
  font-family: "OPPOSans-B";
}
.consultate__form {
  padding-bottom: 0.15rem;
}
.consultate__form .text {
  box-sizing: border-box;
  padding-left: 0.09rem;
  width: 100%;
  border: 1px solid #BFC9DD;
  border-radius: 0.05rem;
  line-height: 0.42rem;
  color: #BABEC4;
  font-size: 0.14rem;
  transition: 0.3s;
}
.consultate__form .text::-webkit-input-placeholder {
  color: #BABEC4;
}
.consultate__form .text:focus {
  border-color: #32d296;
}
.consultate__form .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.consultate__form .sub {
  box-sizing: border-box;
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  margin: 0;
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "OPPOSans-B";
  background: linear-gradient(324.12deg, #EFF5FF -14.11%, #0077BB 90.78%);
  border: none;
  border-radius: 0.05rem;
  cursor: pointer;
}
.hotline {
  display: flex;
  align-items: flex-end;
  padding: 0.14rem 0 0.11rem;
  border-top: 1px solid #D9DFE8;
}
.hotline b {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  color: #fff;
  font-size: 0.18rem;
  background: linear-gradient(324.12deg, #EFF5FF -14.11%, #0077BB 90.78%);
  border-radius: 50%;
}
.hotline__fix {
  margin-left: 0.15rem;
}
.hotline__fix small {
  display: block;
  margin-bottom: 0.05rem;
  color: #A5A9B0;
  font-size: 0.14rem;
  line-height: 1;
}
.hotline__fix p {
  color: #0A1633;
  font-size: 0.2rem;
  line-height: 1.33;
  letter-spacing: 6%;
  font-family: "OPPOSans-M";
}
.tel {
  padding: 0.08rem 0 0.12rem;
  color: #0A1633;
  font-size: 0.2rem;
  line-height: 1.33;
  letter-spacing: 6%;
  font-family: "OPPOSans-M";
}
.eqs {
  padding: 0.16rem;
  box-sizing: border-box;
  width: 1.5rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0px 4px 12.5px 0px rgba(55, 62, 141, 0.08);
}
.eqs img {
  display: block;
  width: 100%;
  height: auto;
}
