@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;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1rem;
  width: 100%;
  height: 0.84rem;
  transition: 0.5s;
}
.header:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.header.flex,
.header.innerbg {
  background: rgba(245, 245, 245, 0.8);
}
.header.flex:before,
.header.innerbg:before {
  background: rgba(139, 139, 140, 0.2);
}
.header.flex .search a,
.header.innerbg .search a {
  color: #000000;
}
.header.flex .search a:hover,
.header.innerbg .search a:hover {
  color: #f3c500;
}
.header.flex .navs > li > a,
.header.innerbg .navs > li > a {
  color: #000000;
}
.header.flex .navs > li > a i,
.header.innerbg .navs > li > a i {
  background: url(../images/ico2.png) center no-repeat;
  background-size: cover;
}
.header.flex .navs > li > a:before,
.header.innerbg .navs > li > a:before {
  background: #f3c500;
}
.header.flex .navs > li:hover > a,
.header.innerbg .navs > li:hover > a,
.header.flex .navs > li.active > a,
.header.innerbg .navs > li.active > a {
  color: #f3c500;
}
.header__right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs > li {
  margin-right: 1.1vw;
  position: relative;
  z-index: 2;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li:before {
  bottom: -1px;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  right: auto;
  left: 0;
  width: 100%;
}
.navs > li:hover > a i,
.navs > li.active > a i {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navs > li:hover .navs__menu {
  clip-path: inset(0 0 0 0);
  visibility: visible;
  pointer-events: visible;
}
.navs > li > a {
  display: inline-flex;
  padding-right: 4px;
  position: relative;
  z-index: 3;
  align-items: center;
  color: #fff;
  line-height: 0.83rem;
  font-size: 16px;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li > a i {
  display: inline-block;
  margin-right: 3px;
  width: 0.21rem;
  height: 0.17rem;
  background: url(../images/ico1.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.3s;
}
.navs > li > a b {
  display: none;
}
.navs__menu {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  padding-top: 0.1rem;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 0.5s;
  pointer-events: none;
}
.navs__menu--list {
  padding: 0.2rem 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}
.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;
  padding: 0 0.1rem;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}
.navs__menu--list li a:hover {
  color: #f3c500;
}
.logo {
  display: block;
  height: 0.43rem;
}
.logo img {
  display: block;
  width: auto;
  max-height: 100%;
}
.header__cer {
  display: flex;
  align-items: center;
}
.search {
  margin-left: 0.54rem;
}
.search a {
  display: inline-block;
  color: #fff;
  font-size: 0.2rem;
}
.certificate {
  padding: 0 0.26rem 0 0.25rem;
  margin-left: 0.24rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f3c500;
  width: 1.28rem;
  height: 0.84rem;
}
.certificate p {
  padding-bottom: 0.1rem;
  color: #fff;
  line-height: 1;
  font-size: 0.13rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.certificate b {
  display: block;
  line-height: 1;
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: normal;
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  margin: 0 0.24rem;
  width: 7.56rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.banner .swiper-pagination:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 5px;
  background: #fff;
}
.banner .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.banner .swiper-pagination .swiper-pagination-progressbar-fill:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 5px;
  background: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  flex: 1;
  width: 0;
  height: 100%;
  border-radius: 0px;
  background: none;
  transition: 1s;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
  transition: 3s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
  height: 5px;
  transition-delay: 3s;
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  width: 0;
  transition: 1s;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 0;
  background: #fff;
  visibility: hidden;
  transition: 0.4s;
}
.banner__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.15rem;
  line-height: 1;
  color: #fff;
  font-size: 0.3rem;
  cursor: pointer;
  transition: 0.4s;
  z-index: 10;
}
.banner__prev:hover {
  color: #f3c500;
}
.banner__prev.prev {
  left: 0.4rem;
}
.banner__prev.next {
  right: 0.4rem;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide.swiper-slide-active .btext strong,
.banner-slide.swiper-slide-active .btext p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.65s;
}
.banner-slide.swiper-slide-active .btext p {
  transition-delay: 0.25s;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  display: block;
  height: 100vh;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
}
.btext {
  position: absolute;
  left: 7.2917vw;
  right: 7.2917vw;
  top: 50%;
  transform: translateY(-50%);
}
.btext strong {
  display: block;
  font-weight: normal;
  font-family: "SourceHanSansSC-Medium";
  font-size: 0.5rem;
  line-height: 1.3;
  font-style: italic;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.btext p {
  margin-top: 0.25rem;
  width: 6.6rem;
  color: #fff;
  font-size: 0.3rem;
  font-family: "Candara";
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
}
.banner__numble {
  position: absolute;
  left: 0;
  bottom: 0.56rem;
  line-height: 1;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.banner__numble .banner__num {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.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%);
  }
}
.home__about {
  position: relative;
  z-index: 2;
  height: 220vh;
  box-sizing: border-box;
}
.home__about--wrap {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 10.7708vw;
  box-sizing: border-box;
  overflow: hidden;
}
.home__about--video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.home__about--video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__about--top {
  margin-bottom: 6.25vw;
  text-align: center;
}
.home__about--top strong {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #333333;
  font-size: 0.38rem;
  font-weight: normal;
}
.home__about--top p {
  margin: auto;
  max-width: 90%;
  width: 1248px;
  color: #888888;
  font-size: 15px;
}
.home__about--bg {
  margin: auto;
  width: 6.27rem;
  height: 1.51rem;
  background: url(../img/about.png) center 40.22% no-repeat;
  background-size: 100vw auto;
  mask: url("../images/about.png") no-repeat;
  -webkit-mask: url("../images/about.png") center center no-repeat;
  mask-size: 100% auto;
  animation: aMove 20s linear infinite alternate;
  opacity: 0;
  visibility: hidden;
}
.home__about--logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/aboutbg.png) center no-repeat;
  transform-origin: center 60%;
  background-size: cover;
}
@keyframes aMove {
  0% {
    background-position: center 40.22%;
  }
  100% {
    background-position: 60% 40.22%;
  }
}
.home__about--data {
  display: flex;
  justify-content: center;
  margin-top: 3.25vw;
}
.home__about--data li {
  margin-right: 5.125vw;
}
.home__about--data li:last-child {
  margin-right: 0;
}
.home__about--data li p {
  line-height: 1;
  color: #f3c500;
  font-size: 16px;
  font-weight: bold;
}
.home__about--data li p b {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: 0.72rem;
  font-weight: normal;
}
.home__about--data li span {
  display: block;
  margin-top: 0.28rem;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  max-width: 2rem;
}
.home__business {
  box-sizing: border-box;
  height: 45.5208vw;
  margin-top: 40px;
}
.home__business--list {
  display: flex;
  height: 100%;
}
.home__business--list li {
  position: relative;
  margin-right: 20px;
  width: 24%;
  height: 100%;
  transition: 0.6s;
}
.home__business--list li:last-child {
  margin-right: 0;
}
.home__business--list li.hides {
  width: 16%;
}
.home__business--list li.active {
  width: 36%;
}
.home__business--list li.active .home__business__title {
  opacity: 0;
  visibility: visible;
  transform: translateY(30px);
}
.home__business--list li.active .home__business--content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
  clip-path: inset(0 0 0 0);
}
.home__business--list li figure {
  display: block;
  line-height: 1;
  height: 100%;
  overflow: hidden;
}
.home__business--list li figure img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home__business__title {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 1.46rem 0.3rem 0.6rem 0.5rem;
  width: 100%;
  background: url(../images/business__bg.png) left bottom repeat-x;
  background-size: auto 100%;
  transition: 0.5s;
}
.home__business__title b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.34rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.home__business__title strong {
  display: block;
  margin-top: 0.12rem;
  margin-bottom: 0.34rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
}
.home__business__title i {
  display: block;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1;
}
.home__business--content {
  position: absolute;
  left: 18.83%;
  right: 18.83%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.35rem 0.38rem 0.34rem;
  background: rgba(243, 197, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
}
.home__business--content b {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1;
  color: #fff;
  font-size: 1.12rem;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.3;
}
.home__business--content strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.24rem;
}
.home__business--content p {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home__business--content i {
  display: block;
  margin-top: 0.34rem;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.43rem;
  background: #fff;
  color: #f3c500;
  font-size: 16px;
}
.customer {
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.customer-wrap {
  padding: 1.8rem 0 0.94rem;
  width: 100%;
}
.customer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.13vw;
}
.customer-btn {
  position: relative;
  margin-right: 0.2rem;
  padding-right: 0.18rem;
}
.customer-btn:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.35rem;
  content: "";
  width: 1px;
  height: 0.7rem;
  background: #e0e0e0;
}
.customer-btn strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #000000;
  font-size: 0.4rem;
}
.customer-btn p {
  display: flex;
  align-items: center;
  color: #8b8b8c;
  font-size: 14px;
  font-weight: bold;
}
.customer-btn p i {
  display: inline-block;
  margin-left: 0.1rem;
  font-style: normal;
  font-size: 16px;
}
.customer-in {
  color: #000000;
  font-size: 0.2rem;
  line-height: 1.4;
}
.customer-in b {
  position: relative;
  margin: 0 5px;
  top: 3px;
  line-height: 1;
  color: #f3c500;
  font-size: 0.36rem;
  font-weight: bold;
}
.customer-in b i {
  font-style: normal;
  font-family: "Arial";
}
.customer-tab {
  position: relative;
  left: -7%;
  width: 114%;
}
.customer-swiper {
  perspective: 2000px;
}
.customer-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-slide.swiper-slide-active figure:before {
  opacity: 0;
}
.customer-slide.swiper-slide-prev figure,
.customer-slide.swiper-slide-next figure {
  transform: scale(0.88);
}
.customer-slide figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  line-height: 1;
  overflow: hidden;
  transition: 0.5s;
}
.customer-slide figure .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.customer-slide figure .logos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
  z-index: 3;
}
.customer-infos {
  margin: 0 9.38vw;
  margin-top: 1.46vw;
  padding: 0 9.06vw;
  position: relative;
}
.customer-btn-prev {
  position: absolute;
  top: 0.52rem;
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.46rem;
  border: 1px solid #cbcbcb;
  transition: 0.35s;
  color: #959595;
  font-size: 16px;
  font-weight: bold;
}
.customer-btn-prev.prev {
  left: 0;
}
.customer-btn-prev.next {
  right: 0;
}
.customer-btn-prev:hover {
  background: #f3c500;
  border-color: #f3c500;
  color: #fff;
}
.customer-text-item {
  display: none;
  text-align: center;
}
.customer-text-item:first-child {
  display: block;
}
.customer-text-item strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #f3c500;
  font-size: 0.24rem;
}
.customer-text-item p {
  color: #333333;
  font-size: 14px;
}
.customer-text-item p i {
  display: inline-block;
  margin-right: 0.15rem;
  width: 0.21rem;
  height: 0.18rem;
  background: url(../images/symbol1.png) center no-repeat;
  background-size: cover;
}
.customer-text-item p i.punctuate2 {
  margin-left: 0.15rem;
  position: relative;
  margin-right: 0;
  top: 4px;
  background: url(../images/symbol2.png) center no-repeat;
  background-size: cover;
}
.partners {
  padding: 1.88rem 0 1.06rem;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  background: #f0f0ee;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.partner__global {
  position: absolute;
  right: 11.5625vw;
  bottom: 0.66rem;
  z-index: -1;
  width: 30.9896vw;
}
.partner__global figure {
  display: block;
  line-height: 1;
}
.partner__global figure img {
  display: block;
  width: 100%;
  height: auto;
}
.partner__global small {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.4792vw;
  z-index: -1;
  line-height: 1;
  color: #f3c500;
  font-size: 12.5vw;
  font-family: "Microsoft YaHei UI";
  font-weight: bold;
}
.introduct__pop {
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 1999;
  visibility: hidden;
  transition: 0.88s;
}
body.show {
  overflow: hidden;
}
body.show .introduct__pop {
  visibility: visible;
  top: 0;
}
.introduct__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}
.introduct__video {
  position: absolute;
  left: 50%;
  margin-left: -37%;
  top: 50%;
  transform: translateY(-50%);
  width: 74%;
}
.introduct__video video {
  display: block;
  width: 100%;
  height: auto;
}
.video__close {
  position: absolute;
  right: -0.45rem;
  top: 0;
  color: #fff;
  line-height: 1;
  font-size: 0.34rem;
  cursor: pointer;
  transition: 0.4s;
}
.video__close:hover {
  transform: rotate(180deg);
}
.partners__wrap {
  padding: 0 7.2917vw;
  box-sizing: border-box;
  width: 100%;
}
.partners__info {
  margin-bottom: 4.4792vw;
  width: 50%;
}
.common__tt {
  display: flex;
  align-items: center;
}
.common__tt strong {
  display: block;
  color: #222222;
  font-size: 0.48rem;
  line-height: 1;
}
.common__tt i {
  display: inline-block;
  margin-left: 0.2rem;
  width: 2rem;
  height: 0.48rem;
  background: linear-gradient(to right, #f3c500 0%, #f0f0ee 100%);
}
.partners__text {
  margin-top: 0.3rem;
}
.partners__text strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
}
.partners__text p {
  color: #434343;
  font-size: 14px;
}
.partners__list {
  width: 100%;
}
.partners__list .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partners__list li {
  height: auto;
}
.partners__list li:hover figure img {
  transform: translateY(-8px);
}
.partners__list li figure {
  position: relative;
  background: #ffffff;
  padding-bottom: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}
.partners__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 50%;
  transition: 0.4s;
}
.dynamic {
  box-sizing: border-box;
  padding: 1.64rem 0 0.86rem;
  display: flex;
  align-items: center;
}
.dynamic__wrap {
  padding: 0 7.2917vw;
  box-sizing: border-box;
  width: 100%;
}
.dynamic__fix {
  margin-top: 0.52rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.dynamic__info--list {
  display: flex;
  width: 65.77%;
}
.dynamic__info--list li {
  margin-right: 0.4rem;
  flex: 1;
}
.dynamic__info--list li:last-child {
  margin-right: 0;
}
.dynamic__info--list li figure {
  position: relative;
  display: block;
  padding-bottom: 61.538%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dynamic__info--list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic__info--list li figure img {
  transition: 0.78s;
}
.dynamic__info--list li:hover figure img {
  transform: scale(1.06);
}
.dynamic__info--list li:hover .dynamic__text strong {
  color: #f3c500;
}
.dynamic__text {
  padding: 0.36rem 0.4rem 0.38rem;
  background: #f5f5f5;
}
.dynamic__text time {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #999999;
  font-size: 0.18rem;
  font-weight: bold;
}
.dynamic__text strong {
  display: block;
  color: #222222;
  font-size: 0.22rem;
  font-weight: normal;
  height: 8.3333vw;
  max-height: 1.6rem;
  transition: 0.4s;
  overflow: hidden;
}
.dynamic__text span {
  display: inline-block;
  position: relative;
  padding-left: 0.16rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
}
.dynamic__text span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.025rem;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #333333;
  border-radius: 50%;
}
.dynamic__list {
  padding-top: 0.3125vw;
  width: 31.666%;
}
.dynamic__list li {
  border-bottom: 1px solid #eeeeee;
}
.dynamic__list li:last-child {
  border-bottom: none;
}
.dynamic__list li:last-child a {
  padding-bottom: 0;
}
.dynamic__list li:first-child a {
  padding-top: 0;
}
.dynamic__list li a {
  display: block;
  padding: 1.3021vw 2.0833vw;
}
.dynamic__list li a:hover strong {
  color: #f3c500;
}
.dynamic__list li a time {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #cccccc;
  font-size: 0.16rem;
  font-style: italic;
  font-weight: bold;
}
.dynamic__list li a strong {
  display: block;
  color: #222222;
  font-size: 0.16rem;
  font-weight: lighter;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.footer {
  position: relative;
  z-index: 5;
  background: #484951;
}
.footer__slogo {
  padding: 0.8rem 7.2917vw 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__slogo h3 {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.28rem;
  font-weight: normal;
}
.footer__prices {
  display: flex;
  align-items: flex-end;
  color: #ff0000;
  line-height: 1;
  font-size: 0.16rem;
}
.footer__prices b {
  display: inline-block;
  position: relative;
  top: 2px;
  font-weight: normal;
  font-size: 0.3rem;
}
.footer__prices span {
  display: inline-block;
  margin: 0 0.13rem 0 0.1rem;
}
.footer__middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 7.2917vw 0.86rem;
}
.footer__address {
  width: 3.8rem;
}
.service__hotline {
  position: relative;
  padding: 0.32rem 0.2rem 0.32rem 0.68rem;
  background: #f3c500;
}
.service__hotline i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.4rem;
  height: 1px;
  background: #fff;
}
.service__hotline i:before {
  position: absolute;
  right: -5px;
  top: -2px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
.service__hotline p {
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1;
}
.service__hotline b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.address__box {
  margin-top: 0.15rem;
  padding: 0.44rem 0.5rem 0.52rem;
  background: #fff;
}
.address__item {
  display: block;
  margin-bottom: 0.4rem;
}
.address__item:last-child {
  margin-bottom: 0;
}
.address__item dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.18rem;
  color: #333333;
  font-size: 16px;
}
.address__item dt i {
  display: inline-block;
  width: 0.36rem;
  color: #333333;
  font-size: 0.18rem;
  font-style: normal;
}
.address__item dd {
  padding-left: 0.36rem;
  display: block;
  color: #333333;
  font-size: 0.16rem;
  line-height: 1.5;
}
.footer__navs {
  display: flex;
  align-items: flex-start;
}
.footer__navs--item {
  display: block;
  margin-right: 2.6875vw;
}
.footer__navs--item:last-child {
  margin-right: 0;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.46rem;
  line-height: 1;
  max-width: 1.5rem;
}
.footer__navs--item dt a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  height: 0.38rem;
}
.footer__navs--item dt a:hover {
  color: #f3c500;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p {
  margin-bottom: 0.14rem;
  max-width: 1.5rem;
}
.footer__navs--item dd p a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.5;
}
.footer__navs--item dd p a:hover {
  opacity: 1;
}
.footer__eq {
  margin-left: 2vw;
  width: 1.22rem;
}
.footer__eq img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__eq p {
  margin-top: 0.18rem;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-size: 0.16rem;
  opacity: 0.5;
}
.footer__copy {
  padding: 0.24rem 5%;
  text-align: center;
  border-top: 1px solid rgba(244, 197, 5, 0.4);
}
.footer__copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
}
.footer__copy p a {
  display: inline-block;
  margin-left: 4px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__copy p a:hover {
  opacity: 1;
}
.home__swiper {
  position: relative;
  height: 100vh;
}
.home-slide {
  overflow: hidden;
}
.home-slide .footer {
  padding-top: 0.84rem;
}
.home-slide.swiper-slide-active .slidetop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .slidetop.detay1 {
  transition-delay: 0.65s;
}
.home-slide.swiper-slide-active .slidetop.detay2 {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .pathClie {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .slideList li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .slideList li:nth-child(2) {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .slideList li:nth-child(3) {
  transition-delay: 0.9s;
}
.home-slide.swiper-slide-active .slideList li:nth-child(4) {
  transition-delay: 1s;
}
.home-slide.swiper-slide-active .slideList li:nth-child(5) {
  transition-delay: 1.1s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 33.3333%;
  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: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.ptext strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.6rem;
  font-family: "SourceHanSansSC-Medium";
  font-weight: normal;
  font-style: italic;
}
.ptext small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.46rem;
  font-family: "Candara";
  overflow: hidden;
}
.menu__leval {
  border-bottom: 1px solid #e8e8e8;
}
.menu__list {
  display: flex;
}
.menu__list li {
  margin-right: 0.96rem;
}
.menu__list li:hover a,
.menu__list li.active a {
  font-size: 0.22rem;
  font-weight: bold;
  opacity: 1;
}
.menu__list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.88rem;
  line-height: 1.2;
  color: #222222;
  font-size: 0.2rem;
  opacity: 0.8;
  text-align: center;
}
.introduct {
  padding: 0.6rem 0 1.16rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.introduct__left {
  width: 37.08%;
}
.introduct__desc {
  margin-top: 0.14rem;
  color: #333333;
  font-size: 0.24rem;
}
.introduct__fix {
  margin-top: 0.62rem;
}
.introduct__fix p {
  color: #333333;
  font-size: 0.22rem;
}
.introduct__btn {
  position: relative;
  margin-top: 0.22rem;
  width: 3.36rem;
  cursor: pointer;
}
.introduct__btn figure {
  position: relative;
  display: block;
  padding-bottom: 56.16%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.introduct__btn figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct__btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.165rem;
  margin-top: -0.165rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/videobtns.png) center no-repeat;
  background-size: cover;
}
.introduct__info {
  width: 59.02%;
}
.introduct__info .home__about--data {
  margin-top: 3.75vw;
}
.introduct__info .home__about--data li {
  margin-right: auto;
}
.introduct__info .home__about--data li:last-child {
  margin-right: 0;
}
.introduct__info .home__about--data li p b {
  font-size: 0.62rem;
}
.introduct__text {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}
.history {
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
  background: #f5f5f5;
}
.history__tab {
  position: relative;
  z-index: 3;
  margin-top: 0.7rem;
  padding: 0 4.1% 2.06rem 2.8%;
  overflow-x: hidden;
}
.history__tab:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/historybg.png) left bottom repeat-x;
  background-size: 99.6vw auto;
}
.history__swiper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.history-slide {
  position: relative;
  flex: 1;
}
.history-slide:nth-child(2n+2) .history__wr {
  padding-bottom: 4rem;
}
.history-slide:nth-child(2n+2) .history__wr:before {
  height: 3.9rem;
}
.history__wr {
  position: relative;
  padding-bottom: 1.9rem;
}
.history__wr:before {
  position: absolute;
  left: 1.95vw;
  bottom: 0;
  content: "";
  width: 0.1042vw;
  height: 1.8rem;
  background: #f3c500;
}
.history__wr time {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #222222;
  font-size: 1.875vw;
  font-weight: bold;
}
.history__wr p {
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
}
.architecture {
  padding: 1rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.architecture__info {
  width: 37.08%;
}
.architecture__list {
  margin-top: 0.2rem;
}
.architecture__list li {
  margin-bottom: 0.05rem;
}
.architecture__list li:first-child .architecture__hide {
  display: block;
}
.architecture__list li.active .architecture__tt {
  background: linear-gradient(to right, #fbecac 0%, #fff 100%);
}
.architecture__tt {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  height: 0.5rem;
  color: #222222;
  font-size: 0.2rem;
  background: linear-gradient(to right, #f2f2f2 0%, #fff 100%);
  cursor: pointer;
}
.architecture__hide {
  padding: 0.22rem 0.24rem;
  display: none;
}
.architecture__hide p {
  margin-bottom: 0.14rem;
  position: relative;
  padding-left: 0.13rem;
  color: #222222;
  font-size: 0.17rem;
}
.architecture__hide p:before {
  position: absolute;
  left: 0;
  top: 0.12rem;
  content: "";
  width: 5px;
  height: 5px;
  background: #f3c500;
  border-radius: 50%;
}
.architecture__swiper {
  margin-left: 0.2rem;
  flex: 1;
}
.architecture-slide {
  width: 6.24rem;
}
.architecture-slide.swiper-slide-active figure {
  opacity: 1;
}
.architecture-slide figure {
  position: relative;
  display: block;
  padding-bottom: 70.512%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  opacity: 0.3;
  transition: 0.5s;
}
.architecture-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.architecture__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  line-height: 1;
  color: #3d3d3d;
  font-size: 0.38rem;
  cursor: pointer;
  z-index: 6;
  transition: 0.4s;
}
.architecture__prev:hover {
  color: #f3c500;
}
.architecture__prev.prev {
  left: 0.5rem;
}
.architecture__prev.next {
  right: 0.5rem;
}
.resources {
  padding: 0.92rem 0 0.82rem;
  position: relative;
  z-index: 2;
  background: #f5f5f5 url(../images/resources.png) right bottom no-repeat;
  background-size: 40.4167vw auto;
}
.resources__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 40.312%;
  height: 100%;
  background-size: cover;
}
.resources__title {
  padding-left: 41.319%;
}
.resources__tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.64rem;
}
.resources__wr {
  position: relative;
  width: 33.472%;
}
.resources__swiper {
  height: 4.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.resources-slide {
  display: flex;
  align-items: center;
  padding-left: 0.36rem;
  height: 0.9rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s;
}
.resources-slide.swiper-slide-active {
  background: #f3c500;
}
.resources-slide.swiper-slide-active b,
.resources-slide.swiper-slide-active p {
  color: #222222;
}
.resources-slide b {
  display: inline-block;
  color: #fff;
  font-size: 0.26rem;
  font-style: italic;
  width: 0.54rem;
  font-weight: normal;
  transition: 0.35s;
}
.resources-slide p {
  flex: 1;
  color: #ffffff;
  width: 0;
  font-size: 0.2rem;
  line-height: 1.5;
  transition: 0.35s;
}
.resources__prev {
  position: absolute;
  left: 50%;
  margin-left: -0.15rem;
  line-height: 1;
  color: #fff;
  font-size: 0.3rem;
  cursor: pointer;
  transition: 0.4s;
}
.resources__prev:hover {
  color: #f3c500;
}
.resources__prev.prev {
  top: -0.4rem;
}
.resources__prev.next {
  bottom: -0.4rem;
}
.resources__fix {
  padding: 0.58rem 3.6458vw 0.64rem 6.25vw;
  width: 0;
  flex: 1;
  background: #fff;
}
.resources__item {
  display: none;
}
.resources__item:first-child {
  display: block;
}
.resources__text {
  margin-bottom: 0.3rem;
}
.resources__text strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.2;
  color: #222222;
  font-size: 0.26rem;
}
.resources__text p {
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
}
.resources__address p {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
  color: #222222;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 1.2;
}
.resources__address p i {
  display: inline-block;
  color: #f3c500;
  width: 0.36rem;
  font-style: normal;
  font-size: 0.26rem;
}
.honor__box {
  padding: 1.04rem 0 0.85rem;
  overflow: hidden;
}
.culture {
  padding-bottom: 0.15rem;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.culture__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}
.culture__list li {
  margin-bottom: 0.74rem;
  display: flex;
  width: 33.333%;
}
.culture__list li figure {
  display: block;
  width: 0.98rem;
  line-height: 1;
}
.culture__list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.culture__info {
  padding-left: 0.08rem;
  padding-top: 0.22rem;
  width: 0;
  flex: 1;
}
.culture__info strong {
  display: block;
  margin-bottom: 0.08rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
}
.culture__info small {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 0.15rem;
  font-family: Arial, Helvetica, sans-serif;
}
.culture__text {
  padding-left: 0.08rem;
  padding-top: 0.26rem;
  width: 0;
  flex: 1;
}
.culture__text p {
  margin-bottom: 0.06rem;
  line-height: 1;
  color: #333333;
  font-size: 0.16rem;
  font-weight: bold;
}
.culture__text strong {
  display: block;
  line-height: 1.4;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
}
.honor__swiper {
  margin-top: 0.65rem;
  padding-top: 1.18rem;
  overflow: visible;
}
.honor-slide {
  width: 3.48rem;
}
.honor-slide:hover figure img {
  transform: scale(1.08);
}
.honor-slide figure {
  display: block;
  line-height: 1;
}
.honor-slide figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}
.honor-slide p {
  text-align: center;
  margin-top: 0.2rem;
  color: #222222;
  font-size: 16px;
}
.swiper-line {
  position: absolute;
  left: 0;
  top: 0.19rem;
  width: 100%;
  z-index: 2;
  height: 2px;
}
.swiper-line .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ececec;
}
.swiper-line .line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: #f3c500;
  transition: 0.4s;
}
.swiper-line .swiper__dit {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 36px;
  height: 36px;
  border: 2px solid #f3c500;
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
}
.swiper-line .swiper__dit:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background: #f3c500;
  border-radius: 50%;
}
.business__ptext {
  text-align: center;
}
.ptext__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ptext__logo img {
  margin-left: 0.26rem;
  height: 1.1rem;
}
.business__boxs {
  padding: 0.62rem 0 0.78rem;
  background: #f9f9f9;
}
.area__text {
  padding: 0.4rem 0 0.38rem;
}
.area__text strong {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.22rem;
}
.area__text p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.area__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.advantage {
  padding: 0.74rem 0 0.9rem;
}
.advantage__list {
  display: flex;
  flex-wrap: wrap;
}
.advantage__list li {
  margin-right: 4%;
  padding: 0.62rem 0 0.6rem;
  background: #555f69;
  width: 22%;
}
.advantage__list li:nth-child(4n+4) {
  margin-right: 0;
}
.advantage__list li:hover b {
  transform: translateY(-6px);
}
.advantage__list li b {
  display: block;
  text-align: center;
  height: 0.9rem;
  transition: 0.4s;
}
.advantage__list li b img {
  margin: auto;
  max-height: 100%;
  height: auto;
}
.advantage__list li strong {
  display: block;
  margin-top: 0.32rem;
  text-align: center;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
}
.advantage__info {
  padding: 0.22rem 0 0.38rem;
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.project-display {
  padding: 0.9rem 0 1.02rem;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.project__tab {
  display: flex;
  margin-top: 0.52rem;
}
.project__lefts {
  margin: 0;
  width: 36.111%;
  background: #fff;
}
.project__swiper {
  height: 5.04rem;
}
.project-slide {
  height: auto;
}
.project-slide a {
  display: block;
  padding: 0.24rem 0;
  margin: 0 0.26rem;
  border-bottom: 1px solid #efeff0;
}
.project-slide a:hover strong {
  color: #f3c500;
  font-weight: bold;
}
.project-slide a strong {
  display: block;
  position: relative;
  padding-left: 0.2rem;
  color: #222222;
  font-size: 0.18rem;
  font-weight: normal;
  transition: 0.35s;
}
.project-slide a strong:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "*";
  color: #f3c500;
  font-size: 0.2rem;
  line-height: 1;
}
.project__line {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.64rem;
  background: #555f69;
}
.project__line .project__prev {
  display: inline-block;
  color: #aaafb4;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
}
.project__line .project__prev:hover {
  color: #f3c500;
}
.project__line .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 0 0.28rem;
}
.project__line .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.08rem;
  width: 10px;
  height: 10px;
  background: #989ea4;
  opacity: 1;
  transition: 0.4s;
}
.project__line .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3c500;
}
.project__imgs__swiper {
  flex: 1;
  width: 0;
}
.projectImg-slide figure {
  height: 100%;
}
.projectImg-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__top {
  padding: 1.32rem 0 0.62rem;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.news__tab {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news__swiper {
  margin: 0;
  width: 66.52%;
}
.news__swiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.3rem;
  bottom: 0.42rem;
  line-height: 1;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.12rem;
  width: 0.26rem;
  height: 0.05rem;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
  transition: 0.4s;
}
.news__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3c500;
}
.news-slide figure {
  position: relative;
  display: block;
  padding-bottom: 61.546%;
  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:hover figure img {
  transform: scale(1.06);
}
.news-slide:hover .news__in strong {
  color: #f3c500;
}
.news__in {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1.24rem 2rem 0.32rem 0.36rem;
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.news__in time {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.news__in strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.22rem;
  font-weight: normal;
  transition: 0.35s;
}
.news__li {
  width: 32.222%;
}
.news__li li {
  position: relative;
  margin-bottom: 0.9333vw;
}
.news__li li:last-child {
  margin-bottom: 0;
}
.news__li li:hover figure img {
  transform: scale(1.06);
}
.news__li li:hover .news__in strong {
  color: #f3c500;
}
.news__li li figure {
  position: relative;
  display: block;
  padding-bottom: 61.637%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__li li figure img {
  transition: 0.68s;
}
.news__li li .news__in {
  padding: 7.0313vw 0.26rem 0.2rem;
}
.news__li li .news__in strong {
  line-height: 1.6;
  font-size: 0.18rem;
}
.news__wr {
  padding: 0.44rem 0 0;
}
.news__btns {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.news__btns a {
  display: inline-flex;
  margin-right: 0.74rem;
  color: #222222;
  font-size: 0.2rem;
}
.news__btns a.active {
  color: #222222;
  font-size: 0.22rem;
  font-weight: bold;
}
.news__list li a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.news__list li a:hover {
  padding: 0.4rem 0.34rem;
  box-shadow: 0 0 0.31rem rgba(55, 55, 61, 0.06);
}
.news__list li a:hover .news__imgs figure img {
  transform: scale(1.08);
}
.news__list li a:hover .news__time b,
.news__list li a:hover .news__time time,
.news__list li a:hover .news__time span {
  color: #f3c500;
}
.news__list li a:hover .news__texts strong {
  color: #f3c500;
}
.news__imgs {
  width: 33.14%;
}
.news__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 2.86rem;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__imgs figure img {
  transition: 0.68s;
}
.news__contents {
  margin-right: 0.46rem;
  width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.news__time {
  padding-left: 0.28rem;
  text-align: center;
}
.news__time b {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #999999;
  font-size: 0.36rem;
  font-weight: normal;
  transition: 0.4s;
}
.news__time time {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  transition: 0.4s;
}
.news__time span {
  display: block;
  line-height: 1;
  color: #9f9f9f;
  font-size: 0.28rem;
  transition: 0.4s;
}
.news__texts {
  margin-left: 0.54rem;
  padding-left: 0.48rem;
  width: 0;
  flex: 1;
  border-left: 1px solid #e7e7e7;
}
.news__texts strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #222222;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.3;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__texts p {
  color: #222222;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news__texts span {
  display: inline-flex;
  position: relative;
  padding-left: 0.16rem;
  margin-top: 0.38rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1;
}
.news__texts span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
}
.page__list {
  padding: 0.46rem 0 0.48rem;
}
.page__list ul {
  display: flex;
  justify-content: center;
}
.page__list ul li {
  margin-right: 0.14rem;
}
.page__list ul li:last-child {
  margin-right: 0;
}
.page__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0.4rem;
  padding: 0 0.14rem;
  height: 0.4rem;
  text-align: center;
  border: 1px solid #e8eaee;
  border-radius: 0.21rem;
  color: #707479;
  font-size: 15px;
}
.page__list a:hover,
.page__list a.active {
  border-color: #f3c500;
  background: #f3c500;
  color: #fff;
}
.page__list a:last-child {
  margin-right: 0;
}
.view__top {
  padding: 1.08rem 0 0.44rem;
  background-position: center;
  background-size: cover;
}
.views__posite {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.views__posite a,
.views__posite b {
  display: inline-flex;
  color: #aaaaaa;
  font-size: 14px;
}
.views__posite b {
  margin: 0 0.06rem;
}
.views__posite a:hover {
  color: #f3c500;
}
.news__view--top {
  margin-top: 0.36rem;
}
.news__view--top strong {
  display: block;
  line-height: 1.2;
  color: #222222;
  font-size: 0.3rem;
  font-weight: normal;
}
.view__time {
  margin-top: 0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.view__time p {
  display: flex;
  margin-right: 0.24rem;
  align-items: center;
  line-height: 1.2;
  color: #aaaaaa;
  font-size: 15px;
}
.view__time p i {
  display: inline-flex;
  line-height: 1;
  margin-right: 5px;
  color: #b0b0b0;
  font-size: 15px;
}
.view__wrap {
  padding: 0.46rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.views__box {
  padding-top: 0.14rem;
  width: 76.11%;
}
.views__info {
  padding-bottom: 0.7rem;
  color: #222222;
  font-size: 16px;
}
.views__info img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.views__prev {
  padding: 0.26rem 0 0.6rem;
  border-top: 1px solid #eeeeee;
}
.views__left p {
  margin-bottom: 5px;
}
.views__left p a {
  display: inline-block;
  color: #222222;
  font-size: 15px;
  opacity: 0.8;
}
.views__left p a:hover {
  opacity: 1;
  color: #f3c500;
}
.views__back a {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.views__back a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #f3c500;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.views__back a:hover,
.views__back a.active {
  color: #f3c500;
}
.views__back a:hover:before,
.views__back a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.views__back a i {
  display: inline-block;
  margin-right: 6px;
  color: #f3c500;
  font-size: 17px;
  font-style: normal;
}
.views__back a span {
  color: #f3c500;
  font-size: 15px;
  font-weight: bold;
}
.hot__dynamic {
  position: sticky;
  top: 0.84rem;
  width: 20.13%;
}
.hot__title {
  display: block;
  position: relative;
  padding-bottom: 0.18rem;
  line-height: 1;
  border-bottom: 1px solid #e9e9e9;
  color: #222222;
  font-size: 0.22rem;
}
.hot__title:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 0.88rem;
  height: 3px;
  background: #f3c500;
}
.hot__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 61.59%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.hot__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot__list li {
  border-bottom: 1px solid #eeeeee;
}
.hot__list li a {
  display: block;
  padding: 0.25rem 0 0.2rem;
}
.hot__list li a:hover strong {
  color: #f3c500;
}
.hot__list li a time {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  color: #cccccc;
  font-size: 16px;
}
.hot__list li a strong {
  display: block;
  line-height: 1.5;
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  transition: 0.4s;
}
.contact__box {
  padding: 1.04rem 0;
  background: #f9f9f9;
}
.contact__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact__info {
  padding: 0.35rem 0.4rem 0.38rem;
  width: 42.77%;
  box-sizing: border-box;
  background: #fff;
}
.contact__list {
  margin-top: 0.32rem;
  max-height: 4.8rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.contact__item {
  margin-bottom: 0.3rem;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__item b {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #f3c500;
  font-size: 0.28rem;
  font-weight: normal;
}
.contact__item strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.18rem;
}
.contact__item p {
  color: #333333;
  font-size: 0.18rem;
}
.contact__eq {
  display: flex;
  margin-top: 0.15rem;
}
.contact__eq figure {
  display: block;
  margin-right: 0.22rem;
  line-height: 1;
  width: 1.22rem;
}
.contact__eq figure img {
  display: block;
  width: 100%;
  height: auto;
}
.contact__maps {
  width: 55%;
  line-height: 1;
}
.contact__maps img {
  display: block;
  width: 100%;
  height: auto;
}
.contact-informate {
  padding: 0.74rem 0 0;
}
.contact-informate__list {
  margin-top: 0.68rem;
  display: flex;
  flex-wrap: wrap;
}
.contact-informate__list li {
  margin-bottom: 0.82rem;
  width: 33.3333%;
  text-align: center;
}
.contact-informate__list li figure {
  display: block;
  text-align: center;
  line-height: 1;
  height: 0.68rem;
}
.contact-informate__list li figure img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.contact-informate__list li strong {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.14rem;
  line-height: 1;
  color: #333333;
  font-size: 18px;
}
.contact-informate__list li p {
  color: #333333;
  font-size: 0.22rem;
}
.cooperate {
  padding: 0.56rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cooperate__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperate__wrap h3 {
  display: block;
  line-height: 1.2;
  color: #222222;
  font-size: 0.34rem;
  font-weight: normal;
}
.idea {
  padding: 0.62rem 0 1.06rem;
  background: #f9f9f9;
}
.idea__wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.idea__info {
  width: 46.52%;
}
.idea__title {
  margin-bottom: 0.18rem;
}
.idea__title strong {
  display: block;
  color: #333333;
  font-size: 0.22rem;
  line-height: 2;
}
.idea__text {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.idea__imgs {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-right: 0.36rem;
  width: 49.02%;
}
.idea__imgs:before {
  position: absolute;
  right: 0;
  top: -0.36rem;
  z-index: -1;
  content: "";
  width: 65.625%;
  height: 100%;
  background: #f3c500;
}
.idea__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 68.862%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.idea__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.virtuous {
  padding: 0.68rem 0 0.64rem;
}
.virtuous__info {
  padding: 0.2rem 0 0.34rem;
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.virtuous__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.05rem;
  height: 0.78rem;
  background: #555f69;
}
.virtuous__head span {
  display: inline-block;
  color: #fff;
  font-size: 0.2rem;
}
.virtuous__head span:first-child {
  box-sizing: border-box;
  padding-left: 0.34rem;
  width: 25.486%;
}
.virtuous__head span:nth-child(2) {
  width: 23.88%;
}
.virtuous__head span:nth-child(3) {
  width: 23.47%;
}
.virtuous__head span:nth-child(4) {
  width: 0.86rem;
}
.virtuous__head span:nth-child(5) {
  margin-left: auto;
  width: 12.63%;
}
.virtuous__list li {
  margin-bottom: 3px;
}
.virtuous__list li.active .virtuous__btn--fix {
  background: #f3c500;
}
.virtuous__list li.active .virtuous__btn--fix span {
  font-weight: bold;
}
.virtuous__btn--fix {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.64rem;
  background: #f6f7f7;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  transition: 0.4s;
}
.virtuous__btn--fix span {
  transition: 0.3s;
}
.virtuous__btn--fix span i {
  display: inline-block;
  margin-left: 27.47%;
  color: #333333;
  font-size: 14px;
}
.virtuous__btn--fix span:first-child {
  box-sizing: border-box;
  padding-left: 0.34rem;
  width: 25.486%;
}
.virtuous__btn--fix span:nth-child(2) {
  width: 23.88%;
}
.virtuous__btn--fix span:nth-child(3) {
  width: 23.47%;
}
.virtuous__btn--fix span:nth-child(4) {
  width: 0.86rem;
  text-align: center;
}
.virtuous__btn--fix span:nth-child(5) {
  margin-left: auto;
  width: 12.63%;
}
.virtuous__hide {
  padding: 0.2rem 0.32rem 0.4rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #f6f7f7;
  color: #333333;
  font-size: 16px;
  line-height: 2;
  display: none;
}
.virtuous__email {
  margin-top: 0.3rem;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.notices {
  padding: 0.8rem 0 0.78rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.investor__tt {
  display: flex;
  justify-content: center;
}
.investor__tt i {
  margin: 0;
  width: 1.62rem;
  height: 0.32rem;
}
.investor__tt i:first-child {
  background: linear-gradient(to left, #f3c500 0%, #f0f0ee 100%);
}
.investor__tt strong {
  margin: 0 0.34rem;
  font-size: 0.32rem;
}
.notice__list {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.35rem;
}
.notice__list li {
  margin-right: 2.13333%;
  margin-bottom: 0.3rem;
  width: 23.4%;
}
.notice__list li:nth-child(42n+4) {
  margin-right: 0;
}
.notice__list li a {
  display: block;
  padding: 0.26rem 0.22rem 0.36rem;
  background: #fff;
  position: relative;
  transition: 0.4s;
}
.notice__list li a:hover {
  background: #f3c500;
}
.notice__list li a strong {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.notice__down {
  margin-top: 0.34rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice__down time {
  display: block;
  color: #222222;
  font-size: 16px;
}
.notice__down b {
  display: inline-block;
  color: #e32828;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1;
}
.invertor__more {
  text-align: center;
}
.invertor__more a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.86rem;
  height: 0.53rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.275rem;
  color: #222222;
  font-size: 0.16rem;
  background: #fff;
}
.invertor__more a:hover {
  background: #f3c500;
  border-color: #f3c500;
  color: #fff;
}
.certificate__wr {
  padding: 0.62rem 0 0.58rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.invertor__tt1 strong {
  color: #fff;
}
.invertor__tt1 i:first-child {
  background: linear-gradient(to left, #f3c500 0%, #0c0d20 100%);
}
.invertor__tt1 i:last-child {
  background: linear-gradient(to right, #f3c500 0%, #0c0d20 100%);
}
.certificate__data {
  margin-top: 0.56rem;
  padding: 0.4rem 0.88rem 0.38rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.certificate__data li strong {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 0.36rem;
  font-weight: normal;
}
.certificate__data li strong b {
  font-weight: normal;
}
.certificate__data li strong b.turnovers {
  color: #ff0000;
}
.certificate__data li strong .up {
  margin-left: 0.22rem;
  display: block;
  width: 0.15rem;
  height: 0.18rem;
  background: url(../images/up.png) center no-repeat;
  background-size: cover;
}
.certificate__data li p {
  margin-top: 0.18rem;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.common__tt strong.font32 {
  font-size: 0.32rem;
}
.data__end {
  margin-top: 0.36rem;
}
.data__end p {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  opacity: 0.3;
}
.finance {
  padding: 0.78rem 0 0.62rem;
  background: #f4f4f4;
}
.finance__btn {
  display: flex;
  align-items: center;
}
.finance__btn strong {
  cursor: pointer;
  transition: 0.35s;
}
.finance__btn strong.active {
  color: #f3c500;
}
.finance__tab {
  margin-top: 0.56rem;
}
.finance__item {
  display: none;
}
.finance__item:first-child {
  display: block;
}
.finance__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.28rem;
}
.finance__list li {
  margin-right: 2.4%;
  margin-bottom: 0.26rem;
  width: 48.8%;
}
.finance__list li:nth-child(2n+2) {
  margin-right: 0;
}
.finance__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.15rem;
  background: #fff;
  border-radius: 2px;
}
.finance__list li a:hover .finance__fix p {
  color: #f3c500;
}
.finance__data {
  padding: 0.18rem 0;
  background: #eeeff0;
  width: 0.85rem;
  text-align: center;
}
.finance__data b {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #999999;
  font-size: 0.3rem;
  font-weight: bold;
}
.finance__data time {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 15px;
  font-weight: bold;
}
.finance__fix {
  margin-left: 0.18rem;
  margin-right: 0.3rem;
  width: 0;
  flex: 1;
}
.finance__fix p {
  color: #222222;
  font-size: 16px;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.finance__ico {
  line-height: 1;
  color: #e11a1a;
  font-size: 0.36rem;
}
.services {
  padding: 0.66rem 0 0.75rem;
}
.service__list {
  margin-top: 0.45rem;
  padding-bottom: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.service__list li {
  margin-right: 2%;
  margin-bottom: 0.28rem;
  box-sizing: border-box;
  padding: 0 0.18rem;
  width: 49%;
  background: #eeeff0;
}
.service__list li:nth-child(2n+2) {
  margin-right: 0;
}
.service__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.05rem 0.14rem;
  border-bottom: 1px solid #c5c5c5;
}
.service__top b {
  color: #333333;
  font-size: 15px;
  opacity: 0.7;
  font-weight: normal;
}
.service__top span {
  opacity: 1;
  color: #333333;
  font-size: 15px;
}
.service__down {
  padding: 0.18rem 0.2rem;
}
.service__title {
  padding-left: 0.34rem;
  color: #333333;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
  background: url(../images/servi1.png) left 3px no-repeat;
  background-size: 0.24rem auto;
}
.service__tag {
  margin-left: 0.34rem;
  margin-top: 0.1rem;
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.12rem;
  min-height: 0.31rem;
  line-height: 1.3;
  background: #f3c500;
  color: #333333;
  font-size: 15px;
}
.service__info {
  display: flex;
  align-items: flex-start;
  margin-left: 0.34rem;
  margin-top: 0.16rem;
}
.service__a {
  display: inline-block;
  margin-top: 0.06rem;
  width: 0.24rem;
  height: 0.28rem;
  background: url(../images/servi2.png) center no-repeat;
  background-size: cover;
}
.service__texts {
  margin-left: 0.06rem;
  width: 0;
  flex: 1;
}
.service__texts p {
  color: #333333;
  font-size: 15px;
  line-height: 2;
  max-height: 3rem;
  overflow: hidden;
  overflow-y: auto;
}
.service__texts time {
  margin-top: 0.15rem;
  display: block;
  color: #333333;
  font-size: 15px;
  opacity: 0.7;
}
.notices__box {
  padding: 0.3rem 0 0;
  background: #f9f9f9;
}
.finance__list1 {
  padding-bottom: 0;
  margin-bottom: -0.24rem;
}
.record__list {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: -0.3rem;
}
.record__list li {
  margin-right: 0;
  width: 100%;
}
.platform__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.platform {
  background-position: center;
  position: relative;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0.76rem;
}
.online-service {
  padding-top: 0.82rem;
  width: 34.02%;
}
.platform__tt strong {
  font-size: 0.3rem;
}
.platform__tt i {
  width: 1.62rem;
  height: 0.32rem;
}
.works__time {
  display: flex;
  align-items: flex-start;
  margin-top: 0.24rem;
}
.works__time i {
  display: inline-block;
  position: relative;
  top: -0.01rem;
  margin-right: 0.07rem;
  color: #f3c500;
  font-size: 0.2rem;
  font-weight: normal;
}
.works__info {
  color: #333333;
  font-size: 0.18rem;
  height: 0.36rem;
}
.technical-support {
  margin-top: 0.45rem;
}
.technical-support strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #222222;
  font-size: 0.3rem;
}
.support__info p {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.18rem;
}
.support__info p:last-child {
  margin-bottom: 0;
}
.support__info p i {
  display: inline-block;
  margin-right: 4px;
  width: 0.26rem;
  text-align: center;
  line-height: 1;
  color: #f4cb1a;
  font-size: 0.22rem;
  font-weight: bold;
}
.support__eq {
  display: flex;
  padding-left: 0.26rem;
  padding-top: 0.3rem;
}
.support__eq--item {
  text-align: center;
  margin-right: 0.3rem;
  width: 1.2rem;
}
.support__eq--item figure {
  display: block;
  line-height: 1;
}
.support__eq--item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.support__eq--item p {
  margin-top: 0.13rem;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
.consulting {
  margin-top: -0.75rem;
  position: relative;
  width: 62.5%;
  background: #fff;
}
.consulting__btn {
  display: flex;
  height: 0.75rem;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.consulting__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 0.75rem;
  line-height: 1.2;
  text-align: center;
  color: #222222;
  font-size: 0.2rem;
  transition: 0.4s;
}
.consulting__btn span.active {
  background: #f3c500;
  font-weight: bold;
}
.consulting__item {
  display: none;
  padding: 0.26rem 0.36rem 0.45rem;
}
.consulting__item:first-child {
  display: block;
}
.consulting__text {
  margin-bottom: 0.18rem;
  color: #333333;
  font-size: 16px;
}
.consulting__row {
  display: flex;
}
.consulting__input {
  position: relative;
  flex: 1;
  margin-bottom: 0.16rem;
  margin-right: 0.16rem;
}
.consulting__input:last-child {
  margin-right: 0;
}
.consulting__input .text {
  box-sizing: border-box;
  padding-left: 0.14rem;
  width: 100%;
  height: 0.53rem;
  border: 1px solid #e2e2e2;
  color: #333333;
  font-size: 15px;
  transition: 0.3s;
}
.consulting__input .text.textarea {
  padding: 0.12rem 0.14rem;
  height: 2.1rem;
  font-family: "Microsoft Yahei";
  line-height: 1.6;
}
.consulting__input .text.textarea1 {
  height: 2.8rem;
}
.consulting__input .text:focus {
  border-color: #f3c500;
}
.consulting__input .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.consulting__input .text::-webkit-input-placeholder {
  color: #333333;
}
.consulting__input i {
  display: inline-block;
  position: absolute;
  right: 0.12rem;
  top: 0;
  line-height: 0.53rem;
  color: #ff4242;
  font-style: normal;
  font-size: 12px;
}
.consulting__sub {
  padding-top: 0.22rem;
  text-align: center;
}
.consulting__sub .sub {
  display: block;
  margin: auto;
  width: 2.34rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #f3c500;
  border-radius: 0.3rem;
  color: #222222;
  font-size: 0.2rem;
  cursor: pointer;
  border: none;
  outline: none;
}
.network {
  padding: 0.5rem 0 0.32rem;
}
.network__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.34rem;
}
.network__list li {
  margin-right: 2%;
  margin-bottom: 0.28rem;
  padding: 0.26rem 0.28rem 0.26rem;
  width: 49%;
  box-sizing: border-box;
  background: #dddfe1;
  transition: 0.4s;
}
.network__list li:hover {
  background: #555f69;
}
.network__list li:hover strong {
  color: #fff;
}
.network__list li:hover .network__info p {
  color: #fff;
}
.network__list li:nth-child(2n+2) {
  margin-right: 0;
}
.network__list li strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.2rem;
  transition: 0.3s;
}
.network__info p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
  color: #333333;
  font-size: 16px;
  transition: 0.3s;
}
.network__info p i {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 0.08rem;
  color: #f3c500;
  font-size: 0.2rem;
  width: 0.2rem;
  text-align: center;
  line-height: 1;
}
.after-sales {
  padding: 0.46rem 0 0;
  background: #f9f9f9;
}
.scales__list {
  display: flex;
  flex-wrap: wrap;
}
.scales__list li {
  margin-right: 3.5%;
  margin-bottom: 0.42rem;
  width: 31%;
  background: #fff;
  transition: 0.4s;
}
.scales__list li:hover {
  background: #555f69;
}
.scales__list li:hover .scales__top strong {
  color: #f3c500;
}
.scales__list li:hover .scale__data {
  border-color: rgba(243, 193, 0, 0.2);
}
.scales__list li:hover .scale__data b,
.scales__list li:hover .scale__data time {
  color: #f3c500;
}
.scales__list li:hover .scales__down span {
  background: #f3c500;
  border-color: #f3c500;
  color: #222222;
}
.scales__list li:hover .scales__down i {
  color: #f3c500;
}
.scales__list li a {
  display: block;
  padding: 0.3rem 0.3rem 0.26rem 0.32rem;
}
.scales__list li:nth-child(3n+3) {
  margin-right: 0;
}
.scales__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scales__top strong {
  display: block;
  width: 0;
  flex: 1;
  color: #222222;
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: normal;
  transition: 0.35s;
}
.scale__data {
  margin-left: 0.26rem;
  padding-left: 0.3rem;
  padding-top: 0.08rem;
  padding-bottom: 0.06rem;
  border-left: 1px solid #dadada;
  transition: 0.3s;
}
.scale__data b {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #999999;
  font-size: 0.36rem;
  font-weight: bold;
  transition: 0.35s;
}
.scale__data time {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  transition: 0.35s;
}
.scales__down {
  margin-top: 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scales__down span {
  display: block;
  width: 1.17rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border: 1px solid #d7d7d7;
  border-radius: 0.2rem;
  text-align: center;
  color: #999999;
  font-size: 14px;
  transition: 0.35s;
}
.scales__down i {
  display: inline-block;
  margin-right: 0.38rem;
  color: #bebebe;
  font-size: 0.28rem;
  line-height: 1;
  font-style: normal;
  transition: 0.35s;
}
.lang {
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
  padding: 0 0.3rem;
  height: 0.4rem;
  background: #f3c500;
  border-radius: 0.2rem;
  font-family: "Helvetica-Neue";
}
.lang a,
.lang b {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
}
.lang b {
  margin: 0 0.05rem;
  font-weight: normal;
}
.lang a:hover {
  opacity: 0.7;
}
