html,
body {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}

#array {
  width: 0.48rem;
  height: 0.35rem;
  position: absolute;
  bottom: 0.12rem;
  left: 3.51rem;
  z-index: 999;
  animation: start 1.5s infinite ease-in-out;
  -webkit-animation: start 1.5s infinite ease-in-out;
  -moz-animation: start 1.5s infinite ease-in-out;
}

@-webkit-keyframes start {

  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 0.1rem);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(0, -0.1rem);
  }
}

@-moz-keyframes start {

  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, 0.1rem);
  }

  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: translate(0, -0.1rem);
  }
}

@keyframes start {

  0%,
  30% {
    opacity: 0;
    transform: translate(0, 0.1rem);
  }

  60% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, -0.1rem);
  }
}

.back {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
}

.back img {
  width: 0.2rem;
  margin-right: 0.14rem;
}

.swiper-slide1 .header {
  display: flex;
  align-items: center;
  height: 0.88rem;
  background-color: rgb(38, 38, 38);
  position: relative;
  color: #fff;
  font-size: 0.22rem;
}

.swiper-slide1 .header .header-title {
  flex: 1;
  padding-left: 0.25rem;
}

.swiper-slide1 .header .nav-list {
  transform-origin: center top;
  z-index: 2011;
  position: absolute;
  top: 0.9rem;
  right: 0.04rem;
  color: #444444;
  text-align: center;
  display: none;
}

.swiper-slide1 .header .nav-list li {
  width: 1.72rem;
  line-height: 0.58rem;
  margin-bottom: 0.04rem;
  border-radius: 0.1rem;
  background-color: #fff;
}

.swiper-slide1 .header .lan {
  display: flex;
  align-items: center;
}

.swiper-slide1 .header .lan span {
  padding-right: 0.15rem;
}

.swiper-slide1 .header .lan .img-box {
  width: 0.66rem;
  height: 0.8rem;
  margin-right: 0.04rem;
  background-color: rgb(59, 59, 59);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide1 .header .lan img {
  width: 0.3rem;
}

.mp__wrap {
  position: relative;
  height: 7.18rem;
  overflow: hidden;
}

.mp {
  position: relative;
  overflow: hidden;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
}

.mp.__active {
  visibility: visible;
  height: 7.18rem;
  opacity: 1;
}

.mp__inner {
  position: relative;
  overflow: hidden;
  height: 7.18rem;
}

.mp__list {
  list-style: none;
  overflow: hidden;
  position: relative;
  height: 7.18rem;
}

.mp__list_item {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% + 40px);
  height: 7.18rem;
  background-color: #000000;
  transform: translateY(-50%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0s;
  transition-delay: 5s;
}

.mp__list_item.__active {
  transition-duration: 5s;
  transition-delay: 0s;
  z-index: 1;
  opacity: 1;
}

.mp__list_image_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mp__list_image {
  display: block;
  width: 130%;
  height: 7.18rem;
  z-index: 1;
}

.swiper-slide1 .text-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.swiper-slide1 .text-box .title {
  width: 100%;
  text-align: center;
  margin-top: 4.54rem;
  color: #fff;
  font-size: 0.48rem;
  letter-spacing: 0.01rem;
}

.swiper-slide1 .text-box .tips {
  color: #e0e0e0;
  font-size: 0.28rem;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
  letter-spacing: 0.02rem;
}

.swiper-slide1 .text {
  width: 6rem;
  margin: 1.5rem auto 0;
  font-size: 0.28rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.42rem;
  letter-spacing: 0.02rem;
  color: #333333;
  text-align: center;
}

.swiper-slide2 .title {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  color: #000000;
  font-size: 0.48rem;
  letter-spacing: 0.01rem;
}

.swiper-slide2 .text {
  width: 4.5rem;
  margin: 0.5rem auto 0;
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.42rem;
  text-align: center;
  letter-spacing: 0.02rem;
}

.swiper-slide2 img {
  width: 6.26rem;
  height: 6.26rem;
  margin: 0.5rem auto 0;
  display: inherit;
}

.swiper-slide3 .title,
.swiper-slide4 .title {
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  color: #000000;
  position: absolute;
  top: 1rem;
  left: 0.6rem;
}

.swiper-slide3 .title::before,
.swiper-slide4 .title::before {
  content: '';
  width: 0.95rem;
  height: 0.06rem;
  background-color: rgb(170, 170, 170);
  position: absolute;
  left: 0rem;
  top: 0.8rem;
}

.swiper-slide3 .text,
.swiper-slide4 .text {
  width: 6.4rem;
  position: absolute;
  top: 2.38rem;
  left: 0.6rem;
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 0.02rem;
}

.swiper-slide3 .img {
  width: 4.12rem;
  position: absolute;
  right: 0;
  top: 5rem;
}

.swiper-slide4 .img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 4.2rem;
}

.swiper-slide5 .text {
  width: 6.4rem;
  margin: 1rem auto 0;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  color: #333333;
  text-align: center;
}

.swiper-slide5 .text:nth-child(2n) {
  margin: 0.3rem auto;
}

.swiper-slide5 .type-box {
  width: 6.4rem;
  height: 1.2rem;
  margin: 0 auto 0;
  display: flex;
  border-top: 0.04rem solid rgb(170, 170, 170);
}

.swiper-slide5 .type-box div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.swiper-slide5 .type-box img {
  height: 0.5rem;
}

.swiper-slide5 .type-list {
  display: flex;
  padding: 0 0.2rem;
  margin-top: 1rem;
}

.swiper-slide5 .type-list:last-of-type {
  margin-top: 0.6rem;
}

.swiper-slide5 .type-list .item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.swiper-slide5 .type-list .item img {
  width: 1.56rem;
  height: 1.56rem;
}

.swiper-slide5 .type-list .item .lable {
  color: #161616;
  font-size: 0.3rem;
  letter-spacing: 0.02rem;
  padding: 0.28rem 0 0.22rem;
  text-align: center;
}

.swiper-slide5 .type-list .item .btn {
  color: #666666;
  font-size: 0.18rem;
  letter-spacing: 0.02rem;
  border: 0.03rem solid rgb(170, 170, 170);
  padding: 0.1rem 0.16rem;
  border-radius: 0.1rem;
}

.swiper-slide6 .title,
.swiper-slide7 .title,
.swiper-slide8 .title,
.swiper-slide9 .title {
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  color: #000000;
  margin: 0.8rem 0 0 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.swiper-slide6 .title::before,
.swiper-slide7 .title::before,
.swiper-slide8 .title::before,
.swiper-slide9 .title::before {
  content: '';
  width: 1.46rem;
  height: 0.06rem;
  background-color: rgb(170, 170, 170);
  position: absolute;
  left: 0rem;
  top: 0.77rem;
}

.swiper-slide6 .title img,
.swiper-slide7 .title img,
.swiper-slide8 .title img,
.swiper-slide9 .title img {
  height: 0.5rem;
  margin-right: 0.6rem;
}

.swiper-slide6 .text {
  width: 6.4rem;
  margin: 0.6rem auto 0;
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.36rem;
  letter-spacing: 0.02rem;
}

.swiper-slide6 .text img {
  width: 0.14rem;
  height: 0.14rem;
  vertical-align: super;
  margin: 0 0.02rem;
}

.swiper-slide6 .tips {
  width: 6.4rem;
  margin: 0.1rem auto 0;
  color: #474746;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0.02rem;
}

.swiper-slide6 .tips img {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.02rem;
}

.swiper-slide6 .img-box {
  margin: 0.15rem 0;
  width: 100%;
  height: 4.3rem;
  background-image: url('../img/bg_3.png');
  background-size: 100% 100%;
  position: relative;
}

.swiper-slide6 .img-box .txt-box {
  position: absolute;
  top: 1rem;
  left: 0.7rem;
  color: #ffffff;
  font-size: 0.36rem;
  letter-spacing: 0.04rem;
  display: flex;
  align-items: center;
}

.swiper-slide6 .img-box .txt-box:last-of-type {
  top: 2rem;
}

.swiper-slide6 .img-box .txt-box span:first-of-type {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background-color: rgb(248, 190, 105);
  display: inline-block;
}

.swiper-slide6 .img-box .txt-box:last-of-type span:first-of-type {
  background-color: rgb(152, 206, 252);
}

.swiper-slide6 .txt {
  width: 6.4rem;
  margin: 0.1rem auto 0;
  color: #444444;
  font-size: 0.24rem;
  line-height: 0.30rem;
  letter-spacing: 0.02rem;
  display: flex;
  align-items: center;
}

.swiper-slide6 .txt span:last-of-type {
  width: 5.98rem;
}

.swiper-slide6 .txt span:first-of-type {
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background-color: rgb(248, 190, 105);
  display: inline-block;
}

.swiper-slide6 .txt:last-of-type span:first-of-type {
  background-color: rgb(152, 206, 252);
}

.swiper-slide7 .img {
  width: 4.68rem;
  height: 1.78rem;
  margin: 1.4rem auto 0;
  display: block;
}

.swiper-slide7 .text {
  width: 6.4rem;
  margin: 0.6rem auto 0;
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 0.02rem;
  color: #333333;
}

.swiper-slide7 .out_container {
  width: 6.02rem;
  height: 2.7rem;
  margin: 0.6rem auto 0;
  display: flex;
  align-items: center;
}

.swiper-slide7 .in_container {
  width: 4.05rem;
  height: 2.7rem;
  overflow: hidden;
}

.swiper-slide7 .in_container img {
  width: 4.05rem;
  height: 2.7rem;
}

.swiper-slide7 .swiper_btn {
  flex: 1;
  height: 0.3rem;
  display: flex;
}

.swiper-slide7 .button-next {
  justify-content: flex-end;
}

.swiper-slide7 .swiper_btn img {
  height: 0.3rem;
}

.swiper-slide7 .slide-text {
  color: #444444;
  font-size: 0.22rem;
  margin-top: 0.28rem;
  text-align: center;
}

.swiper-slide8 .img-box {
  margin-top: 0.8rem;
  width: 100%;
  height: 5rem;
  background-image: url('../img/bg_6.png');
  background-size: 100% 100%;
  position: relative;
}

.swiper-slide8 .img-box .txt-box {
  width: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0.02rem;
  text-align: center;
}

.swiper-slide8 .text {
  margin: 0.3rem 0;
  text-align: center;
  color: #333333;
  font-size: 0.28rem;
  line-height: 0.42rem;
}

.swiper-slide8 .imgs {
  padding: 0 0.1rem;
  display: flex;
}

.swiper-slide8 .img {
  flex: 1;
  padding: 0 0.1rem;
}

.swiper-slide8 .img img {
  width: 100%;
}

.swiper-slide9 .text {
  width: 6.4rem;
  margin: 0.8rem auto 0;
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 0.02rem;
  color: #333333;
}

.swiper-slide9 .img-box {
  width: 100%;
  height: 7.3rem;
  background-image: url('../img/bg_2.png');
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
}

.swiper-slide9 .img-box .txt-box {
  width: 6.4rem;
  margin: 1rem auto 0;
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 0.02rem;
  color: #ffffff;
}

.swiper-slide9 .img-box .txt-box:last-of-type {
  margin: 0.5rem auto 0;
}

.swiper-slide10 .img {
  width: 100%;
  height: 5.8rem;
}

.swiper-slide10 .text {
  width: 6.4rem;
  margin: 0.5rem auto 0;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 0.42rem;
  letter-spacing: 0.02rem;
  color: #333333;
}

.swiper-slide10 .txt-list {
  width: 6.8rem;
  margin: 0.5rem auto 0;
}

.swiper-slide10 .txt-item {
  color: #444444;
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  display: flex;
}

.swiper-slide10 .txt-item span:last-of-type {
  width: 6.44rem;
}

.swiper-slide10 .txt-item span:first-of-type {
  width: 0.18rem;
  height: 0.18rem;
  margin-top: 0.06rem;
  margin-right: 0.18rem;
  border-radius: 50%;
  display: block;
}

.swiper-slide10 .color-1 {
  background-color: rgb(108, 188, 15);
}

.swiper-slide10 .color-2 {
  background-color: rgb(255, 192, 0);
}

.swiper-slide10 .color-3 {
  background-color: rgb(46, 117, 182);
}

.swiper-slide10 .color-4 {
  background-color: rgb(160, 39, 169);
}

.data-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.5rem;
  text-align: center;
  color: #000;
}

.data-box h2 {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.48rem;
  padding-bottom: 0.2rem;
}

.data-box .img-box {
  width: 6.5rem;
  position: relative;
}

.data-box .img-box img {
  width: 6.5rem;
  height: 2.5rem;
}

.data-box .img-box .label {
  position: absolute;
  right: 5.6rem;
  color: #e28136;
  font-size: 0.18rem;
  text-align: right;
  width: 2.2rem;
}

.data-box .img-box .label-1 {
  top: 0.6rem;
}

.data-box .img-box .label-2 {
  top: 1rem;
}

.data-box .img-box .label-3 {
  top: 1.4rem;
}

.data-box .img-box .label-4 {
  top: 1.8rem;
}

.data-box .img-box .time {
  width: 1.3rem;
  position: absolute;
  top: 0.8rem;
  left: 1.3rem;
  color: #050505;
  font-size: 0.18rem;
}

.data-box .tip2 {
  color: #474746;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding: 0.3rem 0 0.5rem;
  letter-spacing: 0.01rem;
}

.data-box .tip3 {
  color: #444444;
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02rem;
}

.footer {
  width: 100%;
  height: 100%;
  background-color: rgb(40, 40, 40);
}

.other-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  color: #ffffff;
}

.other-box h2 {
  font-size: 0.36rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02rem;
}

.other-box .other-list {
  display: flex;
}

.other-box .other-list .item {
  flex: 1;
  margin-right: 0.4rem;
}

.other-box .other-list .item:last-of-type {
  margin-right: 0;
}

.other-box .other-list .item img {
  height: 0.48rem;
}

.other-box .other-list .item p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin: 0.3rem 0;
  letter-spacing: 0.02rem;
}

.other-box .other-list .item p:last-of-type {
  font-size: 0.22rem;
  line-height: 0.36rem;
  letter-spacing: 0.02rem;
  margin: 0;
}

.contact-us {
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0.02rem;
  border-top: 0.03rem solid #ffffff;
  margin-top: 0.6rem;
}

.contact-us div {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  justify-content: center;
}

.contact-us div:last-of-type {
  padding-top: 0.2rem;
}

.contact-us div img {
  width: 0.3rem;
  height: 0.22rem;
  margin-right: 0.18rem;
}

.record {
  position: fixed;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.record a {
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0.02rem;
  text-decoration: none;
}