@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;
  width: 100%;
  z-index: 99;
}
.header.scroll .header__wrap {
  background: #fff;
}
.header.scroll .header__wrap .logo img.show {
  opacity: 0;
}
.header.scroll .header__wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header__wrap .navs__list > li > a {
  color: #333333;
}
.header.scroll .header__wrap .navs__list > li:hover > a,
.header.scroll .header__wrap .navs__list > li.active > a {
  color: #ec680a;
}
.header.scroll .header__wrap .navs__list > li:hover > a:before,
.header.scroll .header__wrap .navs__list > li.active > a:before {
  background: #ec680a;
}
.header.scroll .header__wrap .header__tel a p,
.header.scroll .header__wrap .header__tel a b {
  color: #ec680a;
}
.header.scroll .header__wrap .menubtn span {
  background: #ec680a;
}
.header.scroll .header__wrap .menubtn span:before,
.header.scroll .header__wrap .menubtn span:after {
  background: #ec680a;
}
.header.scroll .header__wrap .menubtn.active span {
  background: transparent;
}
.header__wrap {
  padding: 0 6.7708vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.9rem;
  transition: 0.4s;
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
}
.logo img {
  display: block;
  width: auto;
  height: 0.46rem;
  transition: 0.45s;
}
.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;
  position: relative;
}
.navs__list > li#product {
  position: static;
}
.navs__list > li:hover > a:before,
.navs__list > li.active > a:before {
  right: auto;
  left: 0;
  width: 100%;
}
.navs__list > li:hover .product__down {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0.2s;
}
.navs__list > li:hover .product__bgs {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.navs__list > li:hover .product__menu {
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.2s;
}
.navs__list > li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.navs__list > li > a {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 2;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.9rem;
}
.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;
  transition: 0.3s;
}
.header__tel {
  position: relative;
  padding-left: 0.32rem;
  margin-left: 2px;
}
.header__tel a {
  display: flex;
  align-items: center;
}
.header__tel a b {
  display: inline-block;
  margin-right: 0.1rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: normal;
  transition: 0.3s;
}
.header__tel a p {
  color: #fff;
  font-size: 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
  transition: 0.3s;
}
.product__down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.78s;
}
.product__bgs {
  position: fixed;
  left: 0;
  top: 0.9rem;
  width: 100%;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.68s;
}
.product__menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  border-top: 1px solid #eaeaea;
  background: #fafafa;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 0.68s;
}
.product__class {
  padding-left: 12.5vw;
  padding-top: 0.3rem;
  width: 25.36vw;
  box-sizing: border-box;
}
.product__class--item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.08rem;
  padding-left: 0.24rem;
  cursor: pointer;
  height: 0.58rem;
  color: #333333;
  transition: 0.4s;
}
.product__class--item:hover,
.product__class--item.active {
  background: #fff;
  color: #ec680a;
}
.product__class--item:hover:before,
.product__class--item.active:before {
  opacity: 1;
  transform: scaleY(1);
}
.product__class--item:hover:after,
.product__class--item.active:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.product__class--item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #ec680a;
  opacity: 0;
  transform: scaleY(0);
  transition: 0.4s;
}
.product__class--item:after {
  position: absolute;
  right: 0.22rem;
  top: 50%;
  margin-top: -0.05rem;
  content: "";
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  border-left: 0.07rem solid #ec680a;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-0.08rem);
  transition: 0.4s;
}
.product__class--item p {
  font-size: 0.17rem;
  transition: 0.4s;
}
.product__right {
  flex: 1;
  padding: 0.32rem 12.5vw 0.45rem 0.6rem;
  display: flex;
  width: 0;
  background: #fff;
}
.product__menu--list {
  flex: 1;
}
.product__menu--item {
  padding-top: 0.14rem;
  display: none;
}
.product__menu--item:first-child {
  display: block;
}
.product__menu--li {
  display: flex;
  flex-wrap: wrap;
  width: 7.2rem;
  max-width: 100%;
}
.product__menu--li li {
  margin-bottom: 0.4rem;
  margin-right: 6.41vw;
}
.product__menu--li li:nth-child(3n+3) {
  margin-right: 0;
}
.product__menu--li li a {
  display: inline-block;
  position: relative;
  padding-left: 0.11rem;
  color: #333333;
  font-size: 0.16rem;
}
.product__menu--li li a:hover {
  color: #ec680a;
}
.product__menu--li li a:hover:before {
  background: #ec680a;
}
.product__menu--li li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
  transition: 0.4s;
}
.recommend__product {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 0.2rem 0.2rem 0.22rem;
  width: 4.8rem;
  border-radius: 0.08rem;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.27);
}
.recommend__product:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1rem;
  background: linear-gradient(to bottom, rgba(237, 104, 9, 0.2), rgba(237, 104, 9, 0));
  border-radius: 0.08rem 0.08rem 0 0;
}
.recommend__title {
  display: block;
  padding-bottom: 0.18rem;
  line-height: 1;
  color: #ec680a;
  font-size: 0.18rem;
  border-bottom: 1px solid rgba(237, 104, 7, 0.15);
}
.recommend__list {
  margin-top: 0.2rem;
  display: flex;
}
.recommend__list li {
  margin-right: 5.6%;
  width: 47.2%;
}
.recommend__list li:hover figure img {
  transform: scale(1.08);
}
.recommend__list li:hover p {
  color: #ec680a;
}
.recommend__list li:nth-child(2n+2) {
  margin-right: 0;
}
.recommend__list li figure {
  position: relative;
  display: block;
  padding-bottom: 60.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.06rem;
}
.recommend__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend__list li figure img {
  transition: 0.58s;
}
.recommend__list li p {
  margin-top: 0.14rem;
  text-align: left;
  color: #333333;
  font-size: 0.15rem;
  transition: 0.38s;
  line-height: 1.4;
}
.navs__menu {
  position: absolute;
  left: 50%;
  margin-left: -0.7rem;
  top: 100%;
  padding-top: 0.06rem;
  width: 1.4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: 0.4s;
}
.navs__menu--list {
  padding: 0.2rem 0;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.27);
}
.navs__menu--list li {
  margin-bottom: 0.1rem;
  text-align: center;
}
.navs__menu--list li:last-child {
  margin-bottom: 0;
}
.navs__menu--list li a {
  display: inline-block;
  color: #333333;
  font-size: 0.15rem;
}
.navs__menu--list li a:hover {
  color: #ec680a;
}
.banner__box {
  position: relative;
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  position: absolute;
  right: 0.6rem;
  left: auto;
  width: auto;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-bottom: 0.17rem;
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 0.47rem;
  background: #ec680a;
}
.banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.banner-slide {
  position: relative;
}
.banner-slide.swiper-slide-active .btext strong,
.banner-slide.swiper-slide-active .btext p,
.banner-slide.swiper-slide-active .btext .bmore {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.5s;
}
.banner-slide.swiper-slide-active .btext p {
  transition-delay: 0.25s;
}
.banner-slide.swiper-slide-active .btext .bmore {
  transition-delay: 0.5s;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 45.156%;
  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.mb {
  display: none;
}
.banner-slide figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btext {
  position: absolute;
  left: 6.7708vw;
  top: 50%;
  transform: translateY(-50%);
  width: 8.3rem;
}
.btext strong {
  display: block;
  color: #fff;
  font-size: 0.52rem;
  line-height: 0.7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.btext p {
  margin-top: 0.1rem;
  margin-bottom: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.btext .bmore {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.bmore a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  box-sizing: border-box;
  height: 0.56rem;
  border-radius: 0.28rem;
  border: 2px solid #ec680a;
  background: #ec680a;
  color: #fff;
  font-size: 0.16rem;
}
.bmore a:hover {
  background: #ec680a;
  color: #fff;
}
.bmore a:hover i {
  transform: rotate(180deg);
}
.bmore a i {
  display: inline-flex;
  margin-left: 0.1rem;
  font-style: normal;
  transition: 0.35s;
}
.banner__list {
  position: absolute;
  left: 6.7708vw;
  right: 6.7708vw;
  bottom: -0.9rem;
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.banner__list li {
  margin-right: 0.17rem;
  background-color: #fff;
  box-shadow: 0 0 0.09rem rgba(207, 40, 27, 0.07);
  border-radius: 4px;
  padding: 0.38rem 0.2rem 0 0.54rem;
  box-sizing: border-box;
  flex: 1;
  transition: all 0.5s;
}
.banner__list li:hover {
  background: #ec680a;
  flex: 2.18;
}
.banner__list li:hover b img.show {
  opacity: 0;
}
.banner__list li:hover b img.hide {
  opacity: 1;
}
.banner__list li:hover p {
  color: #fff;
}
.banner__list li:hover p span {
  display: inline-block;
}
.banner__list li:last-child {
  margin-right: 0;
}
.banner__list li b {
  display: block;
  position: relative;
  width: 0.48rem;
  height: 0.44rem;
}
.banner__list li b img {
  max-width: 100%;
  width: auto;
  height: auto;
  transition: 0.4s;
}
.banner__list li b img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.banner__list li p {
  margin-top: 0.18rem;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
  color: #0e0e0e;
  font-size: 0.18rem;
  line-height: 1.5;
  height: 0.86rem;
  transition: 0.35s;
}
.banner__list li p span {
  display: block;
}
.scroll__mouse {
  position: absolute;
  right: 0.53rem;
  bottom: 0.56rem;
  z-index: 3;
  text-align: center;
}
.scroll__mouse p {
  margin: auto;
  color: #fff;
  font-size: 0.13rem;
  line-height: 0.19rem;
  width: 0.13rem;
}
.scroll__mouse span {
  display: block;
  margin: auto;
  margin-top: 0.1rem;
  position: relative;
  width: 0.18rem;
  height: 0.28rem;
  background: url(../images/mouse.png) center no-repeat;
  background-size: cover;
}
.scroll__mouse span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0.07rem;
  width: 2px;
  height: 3px;
  background: #fff;
  animation: mouseMove1 1s infinite linear;
}
@keyframes mouseMove1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
.main__business {
  padding: 1.85rem 6.7708vw 1.16rem;
}
.common__tiles strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #ec680a;
  font-size: 0.36rem;
  font-weight: bold;
}
.common__tiles p {
  color: #555555;
  font-size: 0.18rem;
}
.business__tab {
  margin-top: 0.7rem;
}
.business__head {
  position: relative;
}
.business__head .bmore {
  position: absolute;
  right: 0;
  bottom: 0.08rem;
}
.business__btn {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e2e2e2;
}
.business__btn li {
  margin-right: 0.96rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-bottom: 0.18rem;
  color: #000000;
  font-size: 0.22rem;
  transition: 0.35s;
}
.business__btn li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #ec680a;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.business__btn li:hover,
.business__btn li.active {
  color: #ec680a;
}
.business__btn li:hover:before,
.business__btn li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.business__btn li:before {
  bottom: -1px;
}
.business__btn li:hover,
.business__btn li.active {
  color: #ec680a;
  font-weight: bold;
}
.business__btn li:last-child {
  margin-right: 0;
}
.business__btn li img {
  display: inline-flex;
  margin-right: 0.08rem;
  max-width: 0.3rem;
  max-height: 0.3rem;
}
.business__fix {
  margin-top: 0.46rem;
}
.business__wrap {
  display: flex;
  background: #f7faff;
}
.business__imgs {
  position: relative;
  width: 4.2rem;
}
.business__imgs:hover figure img {
  transform: scale(1.04);
}
.business__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 6.4rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 2px;
}
.business__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business__imgs figure img {
  transition: 0.68s;
}
.business__imgs--info {
  position: absolute;
  left: 0.28rem;
  right: 0.28rem;
  bottom: 0.4rem;
  z-index: 3;
}
.business__imgs--info strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.2;
}
.business__imgs--info p {
  color: #ffffff;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.business__items {
  display: none;
}
.business__items:first-child {
  display: block;
}
.business__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 0;
}
.business__list li {
  position: relative;
  width: 33.333%;
  overflow: hidden;
}
.business__list li a {
  display: block;
  height: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .business__list li a:hover {
    background: #fff;
  }
  .business__list li a:hover .business__default b {
    margin-bottom: 0;
    transform: scale(0);
  }
  .business__list li a:hover .business__default strong {
    margin-top: -0.6rem;
    text-align: center;
  }
  .business__list li a:hover .business__default span {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}
.business__default {
  box-sizing: border-box;
  padding: 0.6rem 0.3rem 0.2rem 0.58rem;
}
.business__default b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.18rem;
  width: 0.56rem;
  height: 0.56rem;
  border: 1px solid #ec680a;
  border-radius: 50%;
  transition: 0.4s;
}
.business__default b img {
  display: inline-block;
  max-width: 0.32rem;
  height: 0.32rem;
}
.business__default strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.2;
  color: #ec680a;
  font-size: 0.22rem;
  transition: 0.4s;
  text-align: left;
}
.business__default p {
  color: #666666;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.business__default span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 0.36rem;
  width: 1.8rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  background: #ec680a;
  color: #fff;
  font-size: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.4s;
}
.business__default span:hover i {
  transform: rotate(180deg);
}
.business__default span i {
  display: inline-flex;
  margin-left: 0.1rem;
  font-style: normal;
  transition: 0.35s;
}
.main__cases {
  padding: 1.16rem 6.7708vw 1.7rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.common__tiles1 strong,
.common__tiles1 p {
  color: #fff;
}
.cases__top {
  margin-top: 0.34rem;
  width: 11.64rem;
  max-width: 100%;
}
.cases__class {
  padding-bottom: 0.24rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
}
.cases__class--btn {
  display: flex;
  flex-wrap: wrap;
}
.cases__class--btn li {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  height: 0.52rem;
  border: 1px solid #fff;
  border-radius: 0.27rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
}
.cases__class--btn li:hover,
.cases__class--btn li.active {
  background: #ec680a;
  border-color: #ec680a;
}
.cases__class--btn li:last-child {
  margin-right: 0;
}
.cases__menu--item {
  display: none;
}
.cases__menu--item:first-child {
  display: block;
}
.cases__menu {
  margin-top: 0.26rem;
}
.cases__menu--list {
  display: flex;
  flex-wrap: wrap;
  min-height: 2.1rem;
}
.cases__menu--list li {
  margin-right: 0.12rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  padding: 0 0.42rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  color: #333333;
  font-size: 0.16rem;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: 0.4s;
}
.cases__menu--list li:hover,
.cases__menu--list li.active {
  background: #ec680a;
  color: #fff;
}
.cases__menu--list li:last-child {
  margin-right: 0;
}
.cases__items strong {
  display: block;
  padding-bottom: 0.22rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.26rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cases__text {
  padding: 0.18rem 0 0.2rem;
  min-height: 0.9rem;
}
.cases__text p {
  color: #fff;
  font-size: 0.15rem;
}
.case__mores {
  display: flex;
}
.case__mores a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.24rem;
  margin-right: 0.1rem;
  height: 0.4rem;
  border: 1px solid #fff;
  border-radius: 0.21rem;
  color: #fff;
  font-size: 0.15rem;
}
.case__mores a:hover,
.case__mores a:last-child {
  background: #ec680a;
  border-color: #ec680a;
}
.case__mores a:hover i {
  transform: translateX(5px);
}
.case__mores a i {
  display: inline-flex;
  margin-left: 0.12rem;
  font-style: normal;
  transition: 0.3s;
}
.cases__items {
  display: none;
}
.cases__items:first-child {
  display: block;
}
.customer {
  padding: 0.9rem 0 0.96rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.customer__top {
  margin-bottom: 0.8rem;
  padding: 0 6.7708vw;
}
.customer__top strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #ec680a;
  font-size: 0.36rem;
}
.customer__top p {
  color: #333333;
  font-size: 0.24rem;
}
.customer__top p b {
  display: inline-block;
  position: relative;
  top: 0.04rem;
  margin: 0 0.08rem;
  color: #ec680a;
  font-size: 0.42rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.customer__top p b em {
  font-style: normal;
}
.customer__bth {
  padding: 0 6.7708vw 0.5rem;
  border-bottom: 1px solid #d8d8d8;
}
.customer__bth--list {
  display: flex;
}
.customer__bth--list li {
  margin-right: 0.65rem;
  cursor: pointer;
  text-align: center;
}
.customer__bth--list li:hover b img.show,
.customer__bth--list li.active b img.show {
  opacity: 0;
}
.customer__bth--list li:hover b img.hide,
.customer__bth--list li.active b img.hide {
  opacity: 1;
  visibility: visible;
}
.customer__bth--list li:hover p,
.customer__bth--list li.active p {
  color: #ec680a;
  font-weight: bold;
}
.customer__bth--list li b {
  display: block;
  position: relative;
  margin: auto;
  width: 0.38rem;
  height: 0.38rem;
}
.customer__bth--list li b img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.customer__bth--list li b img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.customer__bth--list li:last-child {
  margin-right: 0;
}
.customer__bth--list li p {
  margin-top: 0.14rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.1;
  transition: 0.35s;
}
.customer__tab {
  padding: 0.45rem 0 0;
  margin: 0 6.7708vw;
  position: relative;
}
.customer__swiper {
  margin: 0 -0.09rem;
  padding: 0.09rem;
  padding-bottom: 0.14rem;
}
.customer-slide {
  width: 2.54rem;
}
.customer-slide figure {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 0.18rem;
  padding-bottom: 53.93%;
  box-shadow: 0 0 0.09rem #cacaca;
  transition: 0.48s;
}
.customer-slide figure:hover {
  box-shadow: 0.06rem 0.06rem 0.09rem #ec680a;
}
.customer-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: 80%;
  transition: 0.5s;
}
.customer__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #717171;
  text-align: center;
  line-height: 0.45rem;
  border-radius: 50%;
  cursor: pointer;
  color: #333333;
  font-size: 0.2rem;
  transition: 0.4s;
  z-index: 10;
}
.customer__prev.swiper-button-disabled {
  opacity: 0.4;
}
.customer__prev:hover {
  background: #ec680a;
  border-color: #ec680a;
  color: #fff;
}
.customer__prev.prev {
  left: -0.69rem;
}
.customer__prev.next {
  right: -0.69rem;
}
.about__box {
  padding: 0.8rem 6.7708vw 0.96rem;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__data {
  display: flex;
  justify-content: center;
}
.about__data li {
  flex: 1;
  text-align: center;
}
.about__data li:first-child p {
  margin-left: -0.2rem;
}
.about__data li span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #ec680a;
  font-size: 0.68rem;
  font-family: Arial, Helvetica, sans-serif;
}
.about__data li span b {
  font-weight: bold;
}
.about__data li span i {
  display: inline-block;
  margin-left: 0.14rem;
  font-weight: bold;
  line-height: 1;
  font-size: 0.38rem;
  vertical-align: super;
}
.about__data li p {
  margin-top: 0.3rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
}
.about__wrap {
  margin-top: 1.28rem;
  width: 9.06rem;
  max-width: 100%;
}
.about__tt {
  margin-bottom: 0.26rem;
}
.about__tt strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #ec680a;
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.about__tt p {
  color: #333333;
  font-size: 0.24rem;
}
.about__texts {
  margin-bottom: 0.54rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.check__city {
  margin-top: 0.56rem;
}
.check__city a {
  display: inline-flex;
  padding: 0 0.28rem;
  align-items: center;
  height: 0.54rem;
  color: #fff;
  font-size: 0.15rem;
  border-radius: 0.27rem;
  background: #ec680a;
}
.check__city a:hover i {
  transform: translateX(3px);
}
.check__city a i {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-style: normal;
  transition: 0.28s;
}
.city__list {
  margin-top: 0.32rem;
  display: flex;
}
.city__list li {
  margin-right: 0.4rem;
  position: relative;
}
.city__list li:last-child {
  margin-right: 0;
}
.city__list li:last-child:before {
  display: none;
}
.city__list li:before {
  position: absolute;
  right: -0.2rem;
  top: 50%;
  margin-top: -0.1rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  background: #b2baba;
}
.city__list li a {
  display: inline-block;
  color: #333333;
  font-size: 0.2rem;
}
.city__list li a:hover {
  color: #ec680a;
}
.cooperate {
  padding: 0.97rem 6.7708vw 0.92rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cooperate__list {
  margin-top: 0.5rem;
  align-items: flex-start;
  display: flex;
}
.cooperate__list li {
  margin-right: 0.15rem;
  position: relative;
}
.cooperate__list li:last-child {
  margin-right: 0;
}
.cooperate__list li:hover a {
  background: #ec680a;
  color: #fff;
}
.cooperate__list li:hover a i {
  color: #fff;
}
.cooperate__list li:hover .tel__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  margin-top: 0;
}
.cooperate__list li a {
  display: flex;
  align-items: center;
  padding: 0 0.32rem 0 0.35rem;
  height: 0.52rem;
  border-radius: 0.27rem;
  border: 1px solid #ec680a;
  color: #ec680a;
  font-size: 0.15rem;
}
.cooperate__list li a:hover {
  background: #ec680a;
  color: #fff;
}
.cooperate__list li a:hover i {
  color: #fff;
}
.cooperate__list li a i {
  display: inline-block;
  margin-right: 0.08rem;
  font-style: normal;
  font-size: 0.2rem;
  transition: 0.38s;
}
.tel__down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  padding-top: 0.15rem;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s;
}
.tel__down p {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.26rem;
  height: 0.52rem;
  background: #ec680a;
  border-radius: 0.26rem;
  white-space: normal;
  color: #fff;
  font-size: 0.2rem;
  white-space: nowrap;
}
.tel__down p:before {
  position: absolute;
  left: 50%;
  margin-left: -0.06rem;
  bottom: 100%;
  content: "";
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.06rem solid #ec680a;
}
.footer {
  position: relative;
  padding: 0.56rem 6.7708vw 0.55rem;
  background-color: #ec680a;
  background-image: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__logo {
  display: block;
  line-height: 1;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  height: 0.45rem;
}
.footer__navs {
  display: flex;
}
.footer__navs--item {
  display: block;
  margin-right: 0.7rem;
}
.footer__navs--item:last-child {
  margin-right: 0;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.15rem;
}
.footer__navs--item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: #fff;
  font-size: 0.15rem;
  font-weight: bold;
}
.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;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.14rem;
}
.footer__navs--item dd p a:hover {
  color: #fff;
}
.allow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.allow p {
  color: #fff;
  font-size: 0.15rem;
}
.eq {
  position: relative;
  margin-left: 0.1rem;
}
.eq span {
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  text-align: center;
  line-height: 0.33rem;
  border-radius: 50%;
  background: #fff;
  color: #02ad32;
  font-size: 0.2rem;
}
.address {
  margin-top: 0.18rem;
  margin-bottom: 0.2rem;
  text-align: right;
}
.address strong a {
  display: inline-block;
  margin-bottom: 0.14rem;
  line-height: 1;
  overflow: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.address p {
  color: #fff;
  font-size: 0.14rem;
}
.allow__eq {
  display: flex;
  justify-content: flex-end;
}
.allow__wr {
  text-align: center;
  width: 1.2rem;
}
.allow__wr figure {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
}
.allow__wr figure img {
  display: block;
  width: 100%;
  height: auto;
}
.allow__wr p {
  color: #fff;
  font-size: 0.14rem;
}
.copy {
  margin-left: 2.6rem;
  margin-top: 7.8125vw;
  color: #fff;
  font-size: 0.14rem;
}
.copy img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 14px;
}
.copy a {
  color: #fff;
  margin: 0 0.12rem;
}
.copy a:hover {
  text-decoration: underline;
}
.scroll__top {
  position: absolute;
  right: 6.7708vw;
  bottom: 0.52rem;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.scroll__top:hover span {
  transform: translateY(-0.04rem);
}
.scroll__top span {
  display: inline-block;
  background-image: linear-gradient(to right, #cc1e1c, #f7520f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.25rem;
  font-weight: bold;
  transition: 0.38s;
}
.message__pop {
  position: fixed;
  left: 50%;
  margin-left: -3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7rem;
  box-sizing: border-box;
  padding: 0.34rem 0.42rem;
  border: 1px dashed #ec680a;
  border-radius: 0.1rem;
  overflow: hidden;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #f7f7f7;
  z-index: 99;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  margin-top: 100px;
  pointer-events: none;
  transition: 0.68s;
}
.message__pop.show {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.close {
  display: block;
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  cursor: pointer;
  border-radius: 50%;
  background: #d6d6d6;
  color: #f7f7f7;
  font-size: 0.16rem;
  text-align: center;
  font-weight: bold;
  transition: 0.4s;
}
.close:hover {
  background: #ec680a;
  color: #fff;
  transform: rotate(180deg);
}
.message__form {
  margin-top: 0.34rem;
}
.message__title {
  display: block;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  line-height: 1;
  color: #ec680a;
  font-size: 0.32rem;
}
.message__row {
  display: flex;
  flex-wrap: wrap;
}
.message__item {
  margin-right: 0.22rem;
  margin-bottom: 0.3rem;
  flex: 1;
}
.message__item:last-child {
  margin-right: 0;
}
.message__item span {
  display: block;
  margin-bottom: 0.13rem;
  line-height: 1;
  color: #333333;
  font-size: 0.18rem;
}
.message__item span i {
  margin-left: 0.05rem;
  color: #ec680a;
  font-style: normal;
}
.message__item .text {
  box-sizing: border-box;
  padding-left: 0.1rem;
  width: 100%;
  height: 0.58rem;
  line-height: 0.56rem;
  border: 1px solid #f0f1f2;
  border-radius: 4px;
  background: #fff;
  color: #333333;
  font-size: 0.16rem;
  outline: none;
}
.message__item .text.textareas {
  padding: 0.1rem 0.1rem;
  min-height: 1.22rem;
  line-height: 1.8;
}
.message__item .text::-webkit-input-placeholder {
  color: #333;
}
.message__item .text:focus {
  border-color: #ec680a;
}
.message__item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.message__btn {
  text-align: center;
}
.message__btn .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 2.2rem;
  height: 0.6rem;
  background: #ec680a;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  border: none;
  transition: 0.4s;
}
.message__btn .sub:hover {
  background: #e2640a;
}
.pbanner {
  position: relative;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 21.875%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 12.5vw;
  right: 12.5vw;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.45rem;
}
.ptext strong {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.46rem;
}
.ptext p {
  margin-top: 0.16rem;
  color: #fff;
  font-size: 0.16rem;
}
.introduct__box {
  padding: 1.05rem 12.5vw 0.9rem 0;
  display: flex;
  justify-content: space-between;
}
.introduct__imgs {
  width: 50%;
}
.introduct__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 79.33%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.introduct__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct__fix {
  width: 45.8333%;
}
.introduct__title {
  margin-bottom: 0.22rem;
}
.introduct__title strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #ec680a;
  font-size: 0.36rem;
}
.introduct__title p {
  color: #333333;
  font-size: 0.24rem;
  line-height: 1.4;
}
.introduct__texts {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.about__data--inner {
  justify-content: space-between;
  margin-top: 2vw;
}
.about__data--inner li {
  flex: none;
  text-align: left;
}
.about__data--inner li p {
  text-align: left;
  margin-top: 0.12rem;
  font-size: 0.15rem;
}
.about__data--inner li:first-child p {
  margin-left: 0;
}
.about__data--inner li span {
  font-size: 0.56rem;
  text-align: left;
  line-height: 1;
}
.about__data--inner li span i {
  margin-left: 0.06rem;
  font-size: 0.24rem;
}
.vista {
  padding: 0.78rem 0 0.9rem;
  background: #f5f5f5;
}
.about__title {
  display: block;
  line-height: 1;
  color: #ec680a;
  font-size: 0.36rem;
  font-weight: bold;
}
.vista__list {
  margin-top: 0.36rem;
  display: grid;
  gap: 0 28px;
  grid-template-columns: repeat(4, 1fr);
}
.vista__list li {
  padding: 0.32rem 0.14rem 0.2rem 0.32rem;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.27);
}
.vista__list li:hover b {
  transform: scale(1.1);
}
.vista__list li:hover strong {
  color: #ec680a;
}
.vista__list li:before {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: -0.06rem;
  height: 0.06rem;
  content: "";
  background: #ec680a;
  border-radius: 0 0 0.06rem 0.06rem;
  opacity: 0.7;
}
.vista__list li b {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1;
  font-weight: normal;
  color: #ec680a;
  width: 0.4rem;
  font-size: 0.44rem;
  transition: 0.4s;
}
.vista__list li strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  transition: 0.4s;
}
.vista__list li p {
  color: #333333;
  font-size: 0.16rem;
  height: 0.8rem;
}
.institution {
  padding: 0.9rem 0 0.2rem;
}
.institute__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.institute__info {
  width: 38.88%;
}
.institute__text {
  margin-top: 0.4rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.institute__map {
  width: 49.65%;
  position: relative;
}
.institute__map figure {
  display: block;
  line-height: 1;
}
.institute__map figure img {
  display: block;
  width: 100%;
  height: auto;
}
.map__list li {
  position: absolute;
  z-index: 2;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: -0.14rem;
  margin-top: -0.14rem;
}
.map__list li:hover span {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.map__list li span {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -0.32rem;
  transform: translateX(-50%);
  padding: 0 0.2rem;
  height: 0.32rem;
  background: #ec680a;
  color: #fff;
  white-space: nowrap;
  border-radius: 0.2rem;
  z-index: 3;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  margin-top: -6px;
  transition: 0.45s;
}
.map__list li:nth-child(2n+2):before {
  animation-delay: 0.6s;
}
.map__list li:nth-child(3n+3):before {
  animation-delay: 1s;
}
.map__list li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(236, 104, 10, 0.2);
  animation: pulse 2.5s infinite;
}
.map__list li:after {
  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: #ec680a;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.about__main {
  padding: 1.1rem 0 1rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.history {
  padding-top: 1.12rem;
  position: relative;
  z-index: 2;
}
.history__en {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  font-size: 2rem;
  line-height: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #ec680a;
  opacity: 0.2;
  font-weight: 600;
}
.history__list {
  margin-top: 1.04rem;
}
.history__item {
  display: none;
}
.history__item:first-child {
  display: block;
}
.history__wr {
  display: flex;
  justify-content: space-between;
}
.history__year {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3.42rem;
  height: 0.86rem;
  border: 2px solid #ec680a;
  color: #ec680a;
  font-size: 0.36rem;
  font-weight: bold;
}
.history__year:before {
  position: absolute;
  right: -0.7rem;
  top: 50%;
  margin-top: -0.015em;
  content: "";
  width: 0.3rem;
  height: 0.03rem;
  background: #ec680a;
}
.history__infos {
  flex: 1;
  margin-left: 1.25rem;
  padding-top: 0.25rem;
  width: 0;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.46rem;
  min-height: 4.1rem;
}
.history__hide {
  position: relative;
}
.history__swiper {
  position: relative;
  z-index: 2;
  padding-top: 3px;
}
.history__swiper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  z-index: -1;
  width: 100%;
  border-top: 1px dashed #ec680a;
}
.history-slide {
  text-align: center;
  width: 20%;
  cursor: pointer;
}
.history-slide.swiper-slide-active b {
  background: #ec680a;
  transform: scale(1.2);
}
.history-slide.swiper-slide-active span {
  color: #ec680a;
}
.history-slide b {
  display: block;
  margin: auto;
  width: 0.09rem;
  height: 0.09rem;
  border: 2px solid #ec680a;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.history-slide span {
  display: block;
  margin-top: 0.16rem;
  line-height: 1;
  color: #333333;
  font-size: 0.18rem;
  transition: 0.3s;
}
.history__prev {
  border-color: #ec680a;
  color: #ec680a;
  top: -14px;
  margin-top: 0;
}
.history__prev.prev {
  left: -0.47rem;
}
.history__prev.next {
  right: -0.47rem;
}
.history__prev:hover {
  background: #ec680a;
  color: #fff;
}
.honors {
  padding-top: 0.92rem;
  padding-bottom: 0.8rem;
  background: #f8f8f8;
}
.honor__inner {
  margin-left: calc((100vw - 1400px) / 2);
}
.honor__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.58rem;
}
.honor__btn {
  width: 1.6rem;
}
.honor__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.24rem;
  border: 1px solid #656565;
  color: #333333;
  font-size: 0.2rem;
  height: 0.5rem;
  border-radius: 0.26rem;
  cursor: pointer;
  transition: 0.4s;
}
.honor__btn span:hover,
.honor__btn span.active {
  background: #ec680a;
  border-color: #ec680a;
  color: #fff;
}
.honor__tabs {
  flex: 1;
  margin-left: 1.16rem;
  position: relative;
  width: 0;
}
.honor__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(30px);
}
.honor__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
  transition: 0.5s;
}
.honor-slide {
  width: 22vw;
  max-width: 320px;
}
.honor-slide a {
  display: block;
  position: relative;
  padding: 0.25rem 0.28rem 0;
  background: #fff;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.27);
}
.honor-slide a:hover {
  box-shadow: 0 0 0.24rem rgba(246, 179, 131, 0.13);
}
.honor-slide a:hover figure img {
  transform: scale(1.06);
}
.honor-slide a figure {
  display: block;
  position: relative;
  line-height: 1;
  text-align: center;
  padding-bottom: 130%;
  overflow: hidden;
}
.honor-slide a figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  transition: 0.5s;
}
.honor-slide a p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.7rem;
  color: #333333;
  font-size: 0.16rem;
}
.honor-slide a span {
  display: block;
  position: absolute;
  right: 0.14rem;
  bottom: 0.14rem;
  line-height: 1;
  color: #a3a3a3;
  font-size: 0.2rem;
}
.honor__wrap {
  position: relative;
}
.honor__btns {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.honor__btns .customer__prev {
  margin-right: 0.13rem;
  position: static;
}
.news__box {
  padding-bottom: 0.7rem;
}
.news__swiper .honor__btns {
  left: auto;
  bottom: 0.3rem;
  right: 0;
}
.posite {
  padding: 0.27rem 0 0.42rem;
  display: flex;
  align-items: center;
}
.posite a,
.posite b {
  display: inline-block;
  color: #555555;
  font-size: 0.15rem;
  font-weight: normal;
}
.posite b {
  margin: 0 0.05rem;
}
.posite a:hover {
  color: #ec680a;
}
.news-slide a {
  display: flex;
  justify-content: space-between;
}
.news-slide a:hover .news__imgs figure img {
  transform: scale(1.04);
}
.news__imgs {
  width: 48.61%;
}
.news__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.news__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__imgs figure img {
  transition: 0.78s;
}
.news__infos {
  padding: 0.3rem 0 0.44rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.26%;
}
.news__top {
  margin-bottom: 0.3rem;
}
.news__top time {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.16rem;
}
.news__top strong {
  display: block;
  margin-bottom: 0.16rem;
  color: #ec680a;
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.news__top p {
  color: #555555;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.news__more {
  color: #ec680a;
  font-size: 0.15rem;
}
.news__tags {
  padding: 0.76rem 0 0.46rem;
  display: flex;
}
.news__select {
  width: 3.3rem;
}
.news__select .selects {
  padding-left: 0.2rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dde3eb;
  border-radius: 0.08rem;
  height: 0.65rem;
  color: #555555;
  font-size: 0.17rem;
  background: url(../images/arrow1.png) 92% center no-repeat;
}
.news__search {
  position: relative;
  flex: 1;
  width: 0;
  margin-left: 0.3rem;
}
.news__search .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 100%;
  height: 0.65rem;
  line-height: 0.63rem;
  color: #555555;
  font-size: 0.17rem;
  border: 1px solid #dde3eb;
  border-radius: 0.08rem;
  transition: 0.35s;
}
.news__search .text:focus {
  border-color: #ec680a;
}
.news__search .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.news__search .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.16rem;
  line-height: 0.65rem;
  color: #7c7c7c;
  font-size: 0.3rem;
  transition: 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}
.news__search .sub:hover {
  color: #ec680a;
}
.news__xj {
  margin-left: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 0.65rem;
  background: #ec680a;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  border-radius: 0.325rem;
}
.news__list {
  padding-bottom: 0.21rem;
}
.news__list li {
  margin-bottom: 0.44rem;
}
.news__list li a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0.46rem 0.44rem 0.46rem 0.44rem;
  border-radius: 0.08rem;
  border: 1px solid #f0f1f2;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.31);
}
.news__list li a:hover {
  box-shadow: 0 0 0.22rem rgba(236, 104, 10, 0.11);
  border-color: #f1e7df;
}
.news__list li a:hover .news__images figure img {
  transform: scale(1.07);
}
.news__list li a:hover .news__fixs strong {
  color: #ec680a;
  font-weight: bold;
}
.news__images {
  width: 3.42rem;
  line-height: 1;
}
.news__images figure {
  position: relative;
  display: block;
  padding-bottom: 60.23%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.08rem;
}
.news__images figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__images figure img {
  transition: 0.65s;
}
.news__fixs {
  flex: 1;
  margin-right: 0.5rem;
  padding-top: 0.07rem;
  width: 0;
}
.news__fixs strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #232323;
  font-size: 0.2rem;
  line-height: 1.2;
  font-weight: normal;
  transition: 0.35s;
}
.news__fixs p {
  color: #555555;
  font-size: 0.15rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__times {
  margin-top: 0.56rem;
  display: flex;
  align-items: center;
}
.news__times time {
  display: inline-block;
  margin-right: 0.2rem;
  color: #333333;
  font-size: 0.15rem;
  font-family: Arial, Helvetica, sans-serif;
}
.news__times span {
  display: inline-block;
  color: #ec680a;
  font-size: 0.15rem;
}
.pages ul {
  display: flex;
  justify-content: center;
}
.pages ul li {
  margin-right: 0.15rem;
}
.pages ul li:last-child {
  margin-right: 0;
}
.pages ul li.active a {
  background: #ec680a;
  border-color: #ec680a;
  color: #fff;
}
.pages a,
.pages span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid #ced1d3;
  border-radius: 50%;
  color: #232323;
  font-size: 0.17rem;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.pages a:last-child,
.pages span:last-child {
  margin-right: 0;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #ec680a;
  border-color: #ec680a;
  color: #fff;
}
.news__view {
  margin: auto;
  width: 10.8rem;
  max-width: 100%;
}
.news__view--top {
  margin-bottom: 0.48rem;
}
.news__view--top strong {
  display: block;
  margin-bottom: 0.24rem;
  line-height: 1.2;
  color: #232323;
  font-size: 0.28rem;
}
.news__view--top time {
  display: block;
  color: #333333;
  font-size: 0.16rem;
  font-family: Arial, Helvetica, sans-serif;
}
.news__v {
  color: #555555;
  font-size: 0.16rem;
  text-indent: 0.32rem;
}
.news__v img {
  text-indent: 0;
  margin-left: -0.32rem;
  width: auto;
  max-width: 100%;
  line-height: 0;
  vertical-align: top;
}
.news__prevs {
  margin-top: 0.54rem;
  padding-top: 0.38rem;
  border-top: 1px solid #e9e9e9;
}
.news__prevs p {
  margin-bottom: 0.08rem;
}
.news__prevs p a {
  display: inline-block;
  color: #232323;
  font-size: 0.18rem;
}
.news__prevs p a:hover {
  color: #ec680a;
}
.contact__box {
  padding: 0.88rem 0 0.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__imgs {
  width: 48.26%;
}
.contact__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 68.48%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem 0.4rem 0.1rem 0.4rem;
}
.contact__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__right {
  width: 46.25%;
}
.contact__tt {
  display: block;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1;
  color: #ec680a;
  font-size: 0.24rem;
}
.contact__fix {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.contact__fix p {
  margin-bottom: 0.14rem;
  padding-left: 3px;
  color: #555555;
  font-size: 0.16rem;
}
.contact__fix p:last-child {
  margin-bottom: 0;
}
.contact__fix p i {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  color: #ec680a;
  font-size: 0.22rem;
  font-style: normal;
}
.contact__eq {
  width: 1.2rem;
}
.contact__eq img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eceef0;
}
.contact__eq p {
  margin-top: 0.08rem;
  text-align: center;
  color: #333333;
  font-size: 0.15rem;
}
.contact__address {
  padding: 0.76rem 0 0.88rem;
}
.address__list {
  display: grid;
  gap: 0.6rem 0.6rem;
  grid-template-columns: repeat(2, 1fr);
}
.address__list li {
  background: #f4f4f4;
  border-radius: 0.5rem 0.5rem 0.1rem 0.1rem;
  overflow: hidden;
}
.address__list li:hover figure img {
  transform: scale(1.05);
}
.address__list li figure {
  position: relative;
  display: block;
  padding-bottom: 43.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.address__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.address__list li figure img {
  transition: 0.65s;
}
.address__in {
  padding: 0 0.36rem 0.2rem;
}
.address__in strong {
  display: block;
  padding: 0.2rem 0.05rem;
  line-height: 1;
  color: #ec680a;
  font-size: 0.24rem;
  border-bottom: 1px solid #dfdfdf;
}
.address__li {
  padding: 0.18rem 0.05rem;
  color: #555555;
  font-size: 0.16rem;
}
.address__li p {
  margin-bottom: 0.08rem;
}
.address__li p:last-child {
  margin-bottom: 0;
}
.laboratory {
  padding: 0.75rem 9.8958vw 0.85rem;
  background: #f8f8f8;
}
.laboratory__list > li {
  margin-bottom: 0.5rem;
}
.laboratory__list > li:last-child {
  margin-bottom: 0;
}
.laboratory__list > li a {
  display: block;
  padding: 0.58rem 0.46rem 0;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.12);
  background: #fff;
}
.laboratory__list > li a:hover .laboratory__imgs figure img {
  transform: scale(1.06);
}
.laboratory__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.laboratory__info {
  padding-top: 0.4rem;
  width: 54.166%;
}
.laboratory__info strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1.2;
  color: #ec680a;
  font-size: 0.3rem;
}
.laboratory__info p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.laboratory__imgs {
  width: 40.27%;
}
.laboratory__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 51.724%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.laboratory__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.laboratory__imgs figure img {
  transition: 0.7s;
}
.directe {
  margin-top: 0.4rem;
  padding-top: 0.38rem;
  border-top: 1px solid #efefef;
}
.directe strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
}
.directe__list {
  margin-top: 0.38rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.28rem;
}
.directe__list li {
  margin-right: 5vw;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}
.directe__list li:hover span {
  color: #ec680a;
}
.directe__list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.06rem;
  width: 0.3rem;
  height: 0.26rem;
}
.directe__list li b img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.directe__list li span {
  display: inline-block;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.38s;
}
.research {
  padding: 0.74rem 0 0.2rem;
}
.research__title {
  margin-bottom: 0.42rem;
}
.research__title strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  color: #ec680a;
  font-size: 0.36rem;
}
.research__title p {
  color: #333333;
  font-size: 0.16rem;
}
.research__list {
  display: grid;
  gap: 0 0.58rem;
  grid-template-columns: repeat(2, 1fr);
}
.research__list li {
  padding: 0.44rem;
  background: #f5f5f5;
  border-radius: 0.1rem;
}
.research__list li strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.34rem;
}
.research__list li p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.research__li {
  margin-top: 0.6rem;
}
.research__item {
  padding-top: 0.45rem;
  border-top: 1px solid #dbdbdb;
}
.research__tts {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 0.22rem;
}
.research__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.34rem;
  padding-bottom: 0.28rem;
}
.research__tag li {
  margin-right: 2%;
  position: relative;
  margin-bottom: 0.18rem;
  width: 49%;
  box-sizing: border-box;
  padding-left: 0.2rem;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.35s;
}
.research__tag li:hover {
  color: #ec680a;
}
.research__tag li:before {
  position: absolute;
  left: 0.04rem;
  top: 0.1rem;
  content: "";
  width: 4px;
  height: 4px;
  background: #ec680a;
  border-radius: 50%;
}
.research__tag li:nth-child(2n+2) {
  margin-right: 0;
}
.publicate {
  padding: 0.82rem 0 0.8rem;
  background: #f8f8f8;
}
.publicate__item {
  margin-top: 0.5rem;
}
.publicate__tt {
  display: block;
  padding-bottom: 0.26rem;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
  border-bottom: 1px solid #dbdbdb;
}
.publicate__tabs {
  margin-top: 0.27rem;
  position: relative;
}
.publicate__tabs .customer__prev {
  border-color: #ec680a;
  color: #ec680a;
}
.publicate__tabs .customer__prev:hover {
  color: #fff;
}
.publicate-slide {
  width: 3.36rem;
}
.publicate-slide:hover figure img {
  transform: scale(1.06);
}
.publicate-slide:hover p {
  color: #ec680a;
}
.publicate-slide figure {
  position: relative;
  display: block;
  padding-bottom: 141%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.publicate-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publicate-slide figure img {
  transition: 0.68s;
}
.publicate-slide p {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  margin-top: 0.08rem;
  padding: 0.08rem 0.05rem;
  text-align: center;
  line-height: 1.4;
  height: 0.73rem;
  background: #fff;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.35s;
}
.evaluation {
  padding: 0.75rem 0;
}
.evaluate__top {
  margin-bottom: 0.3rem;
  text-align: center;
}
.evaluate__top strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 0.36rem;
}
.evaluate__top p {
  margin-top: 0.16rem;
  color: #333333;
  font-size: 0.16rem;
}
.evaluate__imgs {
  line-height: 1;
}
.evaluate__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.evaluate__imgs img.mb {
  display: none;
}
.contrast {
  margin-top: 0.52rem;
}
.contrast__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.contrast__item {
  width: 45.41%;
}
.contrast__item table {
  width: 100%;
  border-collapse: collapse;
}
.contrast__item table thead tr th {
  height: 0.67rem;
  color: #fff;
  background: #ec680a;
  font-weight: bold;
  text-align: center;
  font-size: 0.18rem;
  border: none;
}
.contrast__item table thead tr th:first-child {
  border-right: 1px solid #f6b485;
  border-radius: 0.1rem 0 0 0;
  width: 18.1%;
  overflow: hidden;
}
.contrast__item table thead tr th:last-child {
  border-radius: 0 0.1rem 0 0;
  text-align: left;
  padding-left: 0.2rem;
}
.contrast__item table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.1rem;
}
.contrast__item table tbody tr td {
  padding: 0.2rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
  border: 1px dashed #ec680a;
  line-height: 1.6;
}
.contrast__item table tbody tr td:first-child {
  padding: 0;
  text-align: center;
  color: #ec680a;
}
.contrast__head {
  display: flex;
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.contrast__head span {
  display: flex;
  align-items: center;
  height: 0.67rem;
  background: #ec680a;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  flex: 1;
  border: 1px solid #ec680a;
  box-sizing: border-box;
  line-height: 1.3;
}
.contrast__head span:first-child {
  flex: none;
  justify-content: center;
  width: 1.18rem;
  border-right: 1px dashed #f6b485;
}
.contrast__head span:last-child {
  padding: 0 0.2rem;
}
.contrast__list li {
  display: flex;
}
.contrast__list li:last-child span:first-child {
  border-radius: 0 0 0 0.1rem;
}
.contrast__list li:last-child span:last-child {
  border-radius: 0 0 0.1rem 0;
}
.contrast__list li span {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.2rem;
  margin-top: -1px;
  box-sizing: border-box;
  flex: 1;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: bold;
  border: 1px dashed #ec680a;
  background: #f7f7f7;
  min-height: 0.66rem;
  font-weight: normal;
}
.contrast__list li span:last-child {
  border-left: none;
}
.contrast__list li span:first-child {
  padding: 0;
  justify-content: center;
  width: 1.2rem;
  flex: none;
}
.contrast__old .contrast__head span {
  background: none;
  color: #333333;
  border: 1px dashed #cecece;
}
.contrast__old .contrast__head span:first-child {
  border-radius: 0.1rem 0 0 0;
  width: 37.8%;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.contrast__old .contrast__head span:last-child {
  border-left: none;
  border-radius: 0 0.1rem 0 0;
}
.contrast__old .contrast__list li span {
  background: none;
  border-color: #cecece;
}
.contrast__old .contrast__list li span:first-child {
  padding: 0 0.2rem;
  box-sizing: border-box;
  width: 37.8%;
  justify-content: flex-start;
}
.contrast__ico {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.32rem;
  margin-top: -0.32rem;
  z-index: 3;
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/vs.png) center no-repeat;
  background-size: cover;
}
.process {
  padding: 0.76rem 0 0.8rem;
  background: #f7f7f7;
}
.process__main {
  position: relative;
}
.process__list {
  display: flex;
  padding-left: 0.5rem;
}
.process__list li {
  position: relative;
  margin-right: 0.4rem;
  background: #fff;
  box-sizing: border-box;
  padding: 0.36rem 0.3rem 0;
  width: 3.5rem;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.27);
  border-radius: 0.1rem;
}
.process__list li strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
}
.process__list li b {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.7;
  color: #ec680a;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
}
.process__down {
  height: 1.76rem;
}
.process__down p {
  position: relative;
  padding-left: 0.12rem;
  margin-bottom: 0.07rem;
  color: #333333;
  font-size: 0.15rem;
}
.process__down p:last-child {
  margin-bottom: 0;
}
.process__down p:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  width: 4px;
  height: 4px;
  background: #ec680a;
  transform: rotate(45deg);
}
.process__line {
  position: absolute;
  left: 0.28rem;
  top: 100%;
  width: 1px;
  height: 0.58rem;
  background: #c9cbca;
}
.process__line span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.12rem;
  bottom: -0.12rem;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: rgba(201, 203, 202, 0.4);
}
.process__line span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.05rem;
  margin-left: -0.05rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #c9cbca;
}
.process__in {
  padding-left: 0.78rem;
  margin-top: 0.58rem;
  width: 13.6rem;
  box-sizing: border-box;
  max-width: 100%;
}
.process__in img {
  display: block;
  width: 100%;
  height: auto;
}
.process__list1 {
  flex-direction: row-reverse;
  padding-left: 0;
  margin-top: 0.58rem;
  margin-bottom: 0;
}
.process__list1 .process__line {
  top: auto;
  bottom: 100%;
}
.process__list1 .process__line span {
  bottom: auto;
  top: -0.12rem;
}
.advantage {
  padding: 0.7rem 0 0.78rem;
}
.advantage__list {
  display: grid;
  gap: 0.4rem 0.38rem;
  grid-template-columns: repeat(2, 1fr);
}
.advantage__list li {
  padding: 0.2rem 0.2rem 0;
  border-radius: 0.08rem;
  border: 1px solid #f0f1f2;
  background: #fff;
  box-shadow: 0 0 0.24rem rgba(227, 227, 227, 0.27);
}
.advantage__list li:hover figure img {
  transform: scale(1.05);
}
.advantage__list li figure {
  position: relative;
  display: block;
  padding-bottom: 43.6%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.08rem;
}
.advantage__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage__list li figure img {
  transition: 0.68s;
}
.advantage__donw {
  padding: 0.28rem 0.1rem 0.3rem;
}
.advantage__donw strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
}
.advantage__donw p {
  color: #333333;
  font-size: 0.15rem;
  line-height: 0.28rem;
}
.dimension {
  padding: 0.7rem 0 0.96rem;
  background: linear-gradient(to bottom, #ffffff, #f1f1f1);
}
.dimension__imgs {
  margin-top: 0.7rem;
}
.dimension__imgs img {
  display: block;
  margin: auto;
  width: 8.4rem;
  height: auto;
  max-width: 100%;
}
.ranges {
  margin-top: 1.5rem;
}
@media screen and (min-width: 751px) {
  .ranges__list li:hover .ranges__wrap {
    border: 1px solid #ec680a;
    background: #ec680a;
  }
  .ranges__list li:hover .ranges__wrap b {
    width: 0;
    height: 0;
  }
  .ranges__list li:hover .ranges__wrap strong {
    color: #fff;
    margin-top: 0;
  }
  .ranges__list li:hover .ranges__wrap p {
    color: #fff;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
  }
}
.ranges__list {
  display: grid;
  margin-top: 0.4rem;
  gap: 0.38rem;
  grid-template-columns: repeat(3, 1fr);
}
.ranges__list li b {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  transition: 0.4s;
}
.ranges__list li b img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.ranges__list li strong {
  display: block;
  margin-top: 0.28rem;
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #ec680a;
  font-size: 0.22rem;
  transition: 0.35s;
}
.ranges__list li p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.38s;
  height: 0.64rem;
}
.ranges__wrap {
  padding: 0.44rem 0.38rem 0.36rem;
  height: 2.71rem;
  border: 1px dashed #ec680a;
  border-radius: 0.1rem;
  box-sizing: border-box;
  transition: 0.5s;
  overflow: hidden;
}
.service__process {
  padding: 0.7rem 0 0;
}
.service__process--list {
  display: flex;
  position: relative;
  margin-top: 0.6rem;
  padding: 0 0.28rem;
  z-index: 2;
}
.service__process--list:before {
  position: absolute;
  left: 0;
  top: 0.71rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: #ececec;
}
.service__process--item {
  margin-right: 0.24rem;
  position: relative;
  flex: 1;
}
.service__process--item:last-child {
  flex: none;
  width: 2rem;
}
.service__process--item:last-child:before {
  display: none;
}
.service__process--item:before {
  position: absolute;
  right: 0;
  top: 1.5rem;
  content: "";
  width: 0.25rem;
  height: 0.28rem;
  background: url(../images/arrow2.png) center no-repeat;
  background-size: cover;
}
.service__process--item:last-child {
  margin-right: 0;
}
.service__process--item b {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 0.16rem;
  width: 0.51rem;
  height: 0.62rem;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: url(../images/water.png) center no-repeat;
  background-size: cover;
  font-style: italic;
}
.dit {
  margin: 0.05rem 0 0.22rem 0.2rem;
  width: 0.09rem;
  height: 0.09rem;
  background: #ec680a;
  border-radius: 50%;
}
.service__in {
  padding-left: 0.14rem;
}
.service__in strong {
  display: block;
  margin-bottom: 0.17rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
}
.service__in p {
  padding-left: 0.15rem;
  margin-bottom: 0.06rem;
  position: relative;
  color: #333333;
  font-size: 0.15rem;
}
.service__in p:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  width: 4px;
  height: 4px;
  background: #ec680a;
  transform: rotate(45deg);
}
.service__in p:last-child {
  margin-bottom: 0;
}
.assessment {
  padding: 0.75rem 0 0.9rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.evaluate {
  margin-top: 0.54rem;
}
.evaluate__list {
  display: flex;
  justify-content: space-between;
}
.evaluate__left {
  width: 58.68%;
}
.evaluate__item {
  margin-bottom: 0.32rem;
  padding: 0.34rem 0.36rem;
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 0.1rem;
}
.evaluate__item:last-child {
  margin-bottom: 0;
}
.evaluate__item b {
  display: flex;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
}
.evaluate__item b img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.evaluate__list {
  margin-top: 0.5rem;
}
.evaluate__text {
  flex: 1;
  margin-left: 0.26rem;
  padding-top: 0.16rem;
  width: 0;
}
.evaluate__text strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #ec680a;
  font-size: 0.22rem;
  line-height: 1;
  font-weight: normal;
}
.evaluate__text p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.evaluate__right {
  flex: 1;
  margin-left: 0.3rem;
  width: 0;
}
.evaluate__right .evaluate__item {
  margin-bottom: 0;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.evaluate__right .evaluate__item .evaluate__text {
  margin-left: 0;
  margin-top: 0.28rem;
  width: auto;
}
.channel {
  margin-top: 1rem;
}
.channel__list {
  display: flex;
  justify-content: space-between;
}
.channel__list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 0.7rem;
  line-height: 1.4;
  text-align: center;
}
.channel__list li:hover span {
  color: #ec680a;
}
.channel__list li span {
  display: inline-block;
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
  transition: 0.35s;
}
.channel__list li:before,
.channel__list li:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: url(../images/line3.png) center no-repeat;
  background-size: 100% auto;
}
.channel__list li:before {
  top: 0;
}
.channel__list li:after {
  bottom: 0;
}
.evaluation1 {
  padding-bottom: 0;
}
.core__values {
  padding: 0.75rem 0 0.85rem;
}
.core__in {
  margin-bottom: 0.6rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.core__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.core__list li {
  margin-right: 2.3%;
  box-sizing: border-box;
  padding: 0.44rem 0.3rem 0.46rem;
  width: 31.8%;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.35rem rgba(186, 180, 168, 0.18);
}
.core__list li:nth-child(3n+3) {
  margin-right: 0;
}
.core__list li:hover b {
  transform: translateY(-6px);
}
.core__list li b {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.04rem;
  height: 1.04rem;
  border: 1px dashed #ec680a;
  border-radius: 50%;
  transition: 0.4s;
}
.core__list li b img {
  display: inline-block;
  max-width: 0.5rem;
  max-height: 0.5rem;
}
.core__list li strong {
  display: block;
  margin-top: 0.32rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #ec680a;
  font-size: 0.22rem;
  text-align: center;
}
.core__list li p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.standard {
  padding: 0.78rem 0 0.8rem;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.standard__list {
  display: grid;
  gap: 0.12rem 0.28rem;
  grid-template-columns: repeat(2, 1fr);
}
.standard__list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.2rem 0.1rem 0.36rem;
  background: #fff;
  box-sizing: border-box;
  height: 0.66rem;
  border-radius: 0.08rem;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.3s;
}
.standard__list li:hover {
  color: #ec680a;
}
.standard__list li:before {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  margin-top: -0.08rem;
  content: "◆";
  color: #ec680a;
  line-height: 1;
}
.testing__products {
  padding: 0.8rem 0 0.94rem;
  background: #f7f7f7;
}
.test__wrod {
  text-align: center;
  color: #ec680a;
  font-size: 0.22rem;
  font-weight: bold;
}
.testing__main {
  position: relative;
  margin: auto;
  margin-top: 0.54rem;
  width: 89.2%;
}
.testing__main figure {
  display: block;
  line-height: 1;
}
.testing__main figure img {
  display: block;
  width: 100%;
  height: auto;
}
.testing__list li {
  position: absolute;
  width: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #ec680a;
  color: #fff;
  font-size: 0.18rem;
}
.testing__list li:nth-child(1) {
  left: -0.76rem;
  top: 50%;
  margin-top: -0.25rem;
}
.testing__list li:nth-child(2) {
  top: 16.23%;
  margin-top: -0.25rem;
  left: 19.62%;
  transform: translateX(-50%);
}
.testing__list li:nth-child(3) {
  top: 70.11%;
  margin-top: -0.25rem;
  left: 14.95%;
  transform: translateX(-50%);
}
.testing__list li:nth-child(4) {
  top: 44.28%;
  margin-top: -0.25rem;
  left: 32.39%;
  transform: translateX(-50%);
}
.testing__list li:nth-child(5) {
  top: 44.28%;
  margin-top: -0.25rem;
  right: 32.39%;
  transform: translateX(50%);
}
.testing__list li:nth-child(6) {
  top: 16.23%;
  margin-top: -0.25rem;
  right: 19.62%;
  transform: translateX(50%);
}
.testing__list li:nth-child(7) {
  top: 70.11%;
  margin-top: -0.25rem;
  right: 14.95%;
  transform: translateX(50%);
}
.testing__list li:nth-child(8) {
  right: -0.76rem;
  top: 50%;
  margin-top: -0.25rem;
}
.detecte__process {
  padding-top: 0.84rem;
}
.detecte__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.detecte__item {
  width: 9.16%;
}
.detecte__item:hover b {
  transform: translateY(-5px);
}
.detecte__item b {
  display: block;
  position: relative;
  left: 50%;
  margin-left: -66.25%;
  margin-top: -0.19rem;
  width: 132.5%;
  line-height: 1;
  transition: 0.48s;
}
.detecte__item b img {
  display: block;
  width: 100%;
  height: auto;
}
.detecte__item p {
  margin-top: 0.25rem;
  line-height: 1.1;
  text-align: center;
  color: #333333;
  font-size: 0.18rem;
}
.detecte__line {
  margin-top: 0.66rem;
  width: 7%;
}
.detecte__line img {
  display: block;
  width: 100%;
  height: auto;
}
.rate {
  padding: 0.95rem 0 2.25rem;
}
.rate__main {
  position: relative;
  margin-top: 0.96rem;
}
.rate__imgs {
  margin: auto;
  width: 5.13rem;
}
.rate__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.rate__list li {
  position: absolute;
  z-index: 3;
  width: 29.166%;
}
.rate__list li:nth-child(1) {
  left: 0.24rem;
  top: -0.3rem;
}
.rate__list li:nth-child(1) .rete__lien {
  left: 100%;
  top: 0.29rem;
}
.rate__list li:nth-child(2) {
  right: 0.2rem;
  top: -0.3rem;
}
.rate__list li:nth-child(2) .rete__lien {
  right: 100%;
  width: 1.55rem;
  top: 0.29rem;
}
.rate__list li:nth-child(2) .rete__lien:before {
  right: 100%;
  left: auto;
}
.rate__list li:nth-child(2) strong {
  justify-content: flex-start;
}
.rate__list li:nth-child(3) {
  left: 0.24rem;
  top: 41.3%;
}
.rate__list li:nth-child(3) .rete__lien {
  width: 0.78rem;
  left: 100%;
  top: 0.53rem;
}
.rate__list li:nth-child(4) {
  right: 0.2rem;
  top: 41.3%;
}
.rate__list li:nth-child(4) .rete__lien {
  right: 100%;
  width: 0.8rem;
  top: 0.52rem;
}
.rate__list li:nth-child(4) .rete__lien:before {
  right: 100%;
  left: auto;
}
.rate__list li:nth-child(4) strong {
  justify-content: flex-start;
}
.rate__list li:nth-child(5) {
  left: 50%;
  margin-left: -4.15rem;
  top: 100%;
  margin-top: 0.2rem;
  width: 8.3rem;
}
.rate__list li:nth-child(5) strong {
  justify-content: center;
}
.rate__list li:nth-child(5) p {
  text-align: center;
}
.rate__list li:nth-child(5) .rete__lien {
  left: 50%;
  top: auto;
  bottom: 100%;
  width: 1px;
  height: 0.6rem;
  background: #ffa260;
}
.rate__list li:nth-child(5) .rete__lien:before {
  left: 50%;
  margin-left: -0.14rem;
  top: -0.28rem;
  margin-top: 0;
}
.rate__list li strong {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.2rem;
}
.rate__list li strong span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.52rem;
  border: 1px solid #ec680a;
  border-radius: 3px;
  color: #ec680a;
  font-size: 0.22rem;
  font-weight: bold;
}
.rate__list li p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.rete__lien {
  position: absolute;
  width: 1.55rem;
  line-height: 0;
}
.rete__lien:before {
  position: absolute;
  left: 100%;
  top: 100%;
  margin-top: -0.07rem;
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #ffa260;
}
.rete__lien img {
  display: block;
  width: 100%;
  height: auto;
}
.operation {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.8rem 0 0.95rem;
}
.operate__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.operation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.28rem;
  width: 74.5833%;
}
.operation__list li {
  padding: 0.34rem 0.32rem 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
  transition: 0.4s;
}
.operation__list li strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #ec680a;
  font-size: 0.22rem;
  transition: 0.35s;
}
.operation__list li p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
  transition: 0.35s;
}
@media screen and (min-width: 1024px) {
  .operation__list li:hover {
    background: #ec680a;
  }
  .operation__list li:hover strong,
  .operation__list li:hover p {
    color: #fff;
  }
}
.operate__right {
  flex: 1;
  margin-left: 0.27rem;
  padding: 0.4rem 0.36rem 0.44rem;
  width: 0;
  border-radius: 0.1rem;
  background: #ec680a;
}
.operate__right b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 1.96rem;
  height: 1.96rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.operate__right b img {
  display: inline-block;
  width: auto;
  height: 1.14rem;
}
.operate__right strong {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 0.24rem;
  line-height: 1;
  color: #fff;
  font-size: 0.22rem;
}
.operate__right p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 2;
}
.counselling {
  padding-top: 0.85rem;
}
.counselling__list {
  display: flex;
  margin-top: 0.45rem;
  align-items: flex-start;
}
.counselling__list li {
  flex: 1;
  margin-right: 0.18rem;
  position: relative;
  z-index: 2;
}
.counselling__list li:hover b {
  transform: translateY(-0.1rem);
}
.counselling__list li:before {
  position: absolute;
  left: 30%;
  top: 0;
  content: "";
  width: 12.7604vw;
  height: 12.7604vw;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  border-bottom-color: #fff;
  border-left-color: #fff;
  z-index: -1;
  transform: rotate(-45deg);
}
.counselling__list li:nth-child(2n+2) {
  margin-top: 0.38rem;
}
.counselling__list li:nth-child(2n+2):before {
  top: -0.37rem;
  left: 50%;
}
.counselling__list li:nth-child(2n+2) b {
  background: #eeeeee;
}
.counselling__list li:nth-child(2n+2) .counselling__text {
  background: #eeeeee;
}
.counselling__list li:last-child {
  margin-right: 0;
}
.counselling__list li:last-child:before {
  display: none;
}
.counselling__list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 0.87rem;
  height: 0.87rem;
  border: 0.12rem solid #fff;
  border-radius: 50%;
  background: #fce8db;
  transition: 0.35s;
}
.counselling__list li b img {
  display: inline-block;
  max-width: 0.5rem;
  max-height: 0.5rem;
}
.counselling__text {
  margin-top: -0.55rem;
  padding: 0.9rem 0.2rem 0.24rem;
  background: #fce8db;
  text-align: center;
  border-radius: 0.18rem;
}
.counselling__text strong {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.777;
  height: 1.1rem;
}
.counselling__text span {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 0.22rem;
  font-family: Arial, Helvetica, sans-serif;
}
.cases__classfix {
  padding: 0.58rem 0;
  background: #f5f5f5;
}
.cases__wrap {
  padding: 0.28rem 0.25rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
}
.cases__class--item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.16rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #efefef;
}
.cases__class--item:last-child {
  padding-bottom: 0;
  margin-bottom: -0.1rem;
  border-bottom: none;
}
.cases__class--item dt {
  display: block;
  padding-left: 0.08rem;
  width: 0.7rem;
  box-sizing: border-box;
  line-height: 0.32rem;
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
}
.cases__class--item dd {
  display: flex;
  flex: 1;
  width: 0;
  flex-wrap: wrap;
}
.cases__class--item dd p {
  margin-right: 0.12rem;
  margin-bottom: 0.1rem;
}
.cases__class--item dd p:hover a,
.cases__class--item dd p.active a {
  background: #ea8945;
  color: #fff;
}
.cases__class--item dd p a {
  display: flex;
  align-items: center;
  padding: 0 0.14rem;
  height: 0.32rem;
  border-radius: 3px;
  color: #333333;
  font-size: 0.16rem;
}
.cases__class--item dd p:last-child {
  margin-right: 0;
}
.case__wr {
  padding: 0.6rem 0 0.62rem;
}
.cases__list {
  margin-bottom: 0.54rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #efefef;
  display: grid;
  gap: 0.5rem 0.18rem;
  grid-template-columns: repeat(6, 1fr);
}
.cases__list .customer-slide figure {
  position: relative;
}
.cases__list li {
  margin: 0;
  width: auto;
}
.cases__list li figure img {
  max-height: 50%;
  max-width: 70%;
}
.cases__list li p {
  margin-top: 0.3rem;
  text-align: center;
  color: #333333;
  font-size: 0.15rem;
}
