body,
p {
  margin: 0;
  padding: 0;
}

.middle {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}

.center {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
}

.middcent {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.pageloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  overflow: hidden;
  background-image: url(index/load.jpg);
  background-size: cover;
}

.pageloading .container {
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageloading .container .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageloading .container .cont {
  width: 227px;
  height: 308px;
  /* background-image: url(../images/wap/load.png); */
  background-size: cover;
  position: absolute;
}

.pageloading .container .cont .num {
  padding-top: 154px;
  font-size: 26px;
}

.pageloading .container .cont .num span {
  font-size: 42px;
}

.pageloading .container .cont p {
  font-size: 22px;
  color: #0e598c;
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  display: block;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99;
}

.header p {
  line-height: 80px;
  text-align: center;
  font-size: 20px;
}

.main-content {
  width: 100%;
  height: 100vh !important;
}

.slide1 .btn{
  position: absolute;
  left: 50%;
  margin-left: -91.5px;
  bottom: 10%;
  width: 193px;
  z-index: 9;
  cursor: pointer;
}

.swiper1 .btn img{
  width: 100%;
}

.main-content .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh !important;
  position: relative;
}

.main-content .swiper-wrapper .swiper-slide .txtnone {
  display: none;
}

/* 11111111111 */

.main-content .swiper-wrapper .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-content .swiper-wrapper .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_e3eee5 {
  background-color: #e3eee5;
}

.main-content .swiper-wrapper .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 68px;
}

.main-content .swiper-wrapper .content .cen {
  z-index: 9;
}

.main-content .swiper-wrapper .content .cen img {
  width: 100%;
}




.main-content .slide-bottom {
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

.main-content .slide-bottom img:last-of-type {
  display: none;
}

.main-content .slide-bottom.white img:first-of-type {
  display: none;
}

.main-content .slide-bottom.white img:last-of-type {
  display: block;
}

.swiper-container-vertical .swiper-pagination-bullets {
  right: 20px;
}

.swiper-container-vertical .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  margin: 17px auto;
  background: #fff;
  border: 1px solid #4f4d46;
  opacity: 1 !important;
}

.swiper-container-vertical .swiper-pagination-bullets.white .swiper-pagination-bullet {
  background: #FFF;
}

.swiper-pagination-bullet-active {
  width: 15px !important;
  height: 15px !important;
  background-color: #ffc04d !important;
  border: unset !important;
}


@media screen and (max-width: 1440px) {}

@media screen and (max-height: 800px) {
  .slide11 {
    & .cen {
      & .video_tit {
        margin-bottom: 20px;
      }
    }
  }
  .slide1 .btn{
    transform: scale(.85);
  }
}

@media screen and (max-height: 650px) {}




#viewbig_k {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
}

#viewbig_k .shade {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#viewbig_k .content {
  width: 688px;
}

#viewbig_k .content .close {
  width: 69px;
  height: 69px;
  padding: 17px 17px;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}

#viewbig_k .content .bigtit {
  font-size: 23px;
  color: #1B6A9F;
  font-family: HanSansH;
  text-align: center;
  line-height: 27px;
  margin-bottom: 15px;
}

#viewbig_k .content .title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 32px;
  margin-bottom: 18px;
}

#viewbig_k .content .left {
  width: 90px;
  padding: 30px 37px;
  position: absolute;
  left: 20px;
  top: 230px;
  cursor: pointer;
}

#viewbig_k .content .right {
  width: 90px;
  padding: 30px 37px;
  position: absolute;
  right: 20px;
  top: 230px;
  cursor: pointer;
}

#viewbig_k .content .img_k {
  width: 423px;
  height: 423px;
  overflow: hidden;
  margin: 0 auto 20px;
}

#viewbig_k .content .tip {
  margin: 0 auto;
  display: block;
}

@media screen and (max-height: 1000px) {
  #viewbig_k .content .img_k {
    height: 388px;
  }

  .main-content .swiper-wrapper .slide2 .cen img,
  .main-content .swiper-wrapper .slide3 .cen img,
  .main-content .swiper-wrapper .slide4 .cen img,
  .main-content .swiper-wrapper .slide5 .cen img,
  .main-content .swiper-wrapper .slide6 .cen img,
  .main-content .swiper-wrapper .slide7 .cen img,
  .main-content .swiper-wrapper .slide8 .cen img,
  .main-content .swiper-wrapper .slide9 .cen img,
  .main-content .swiper-wrapper .slide10 .cen img {
    max-width: 950px;
  }
}

@media screen and (max-height: 700px) {
  #viewbig_k .content {
    transform: scale(0.8);

  }

  .main-content .swiper-wrapper .slide2 .cen img,
  .main-content .swiper-wrapper .slide3 .cen img,
  .main-content .swiper-wrapper .slide4 .cen img,
  .main-content .swiper-wrapper .slide5 .cen img,
  .main-content .swiper-wrapper .slide6 .cen img,
  .main-content .swiper-wrapper .slide7 .cen img,
  .main-content .swiper-wrapper .slide8 .cen img,
  .main-content .swiper-wrapper .slide9 .cen img,
  .main-content .swiper-wrapper .slide10 .cen img {
    max-width: 900px;
  }


  .pagerongcai .bottit {
    margin-bottom: 10px;
    width: 220px;
  }

  .pagerongcai .sekalist {
    width: 900px;
    margin-bottom: 10px;
  }

  .pagerongcai .btn {
    width: 160px;
    margin-top: 10px;
  }

  .main-content .swiper-wrapper .slide9 .cen .video {
    width: 400px;
    height: 227px;
  }

  .video_bg {
    width: 838px;
  }

  .main-content .swiper-wrapper .slide9 .cen .video .play .btn {
    width: 52.8px;
    height: 52.8px;
  }

  .main-content .swiper-wrapper .slide6 .cen .gif {
    left: 263px;
    top: 258px;
    width: 201px;
    height: 219px;
  }

  .main-content .slide-bottom {
    bottom: 0;
  }

  .pagerongcai .sekalist .contents .imglist {
    height: 180px;
  }

  .pagerongcai .sekalist .contents p {
    line-height: 56px;
  }

  .pagerongcai .sekalist .contents {
    padding-bottom: 61px;
  }

  .pagerongcai .sekalist .img1 {
    bottom: 18px;
  }
}

@media screen and (max-height: 750px) and (min-height:701px) {
  .pagerongcai .bottit {
    margin-bottom: 14px;
  }

  .pagerongcai .sekalist {
    margin: 0 auto 25px;
  }
}