body{
  overflow: hidden;
}
/*swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.content{
  width: 100%;
  top:1.24rem;
  position:absolute;
  z-index:10;
  bottom:.56rem;
}
.swiper-slide {
  background: #fff;
}
.slide1{
  background: url(../image/bg_1.png) center top no-repeat;
  background-size: cover;
}
.slide2{
  background: url(../image/bg_2.png) center center no-repeat;
  background-size: cover;
}
.slide3{
  background: url(../image/bg_3.png) center center no-repeat;
  background-size: cover;
}
.slide4{
  background: url(../image/bg_4.png) center top no-repeat;
  background-size: cover;
}
.slide5{
  background: url(../image/bg_5.png) center top no-repeat;
  background-size: cover;
}
.slide6{
  background: url(../image/bg_6.png) center top no-repeat;
  background-size: cover;
}
.swiper-pagination-bullet-active{
  background: #fff !important;
}
.goBtn{
  width: 2.28rem;
  height: 0.62rem;
  background-color: #00549a;
  border-radius: .3rem;
  color: #fff;
  font-size: .27rem;
  text-align: center;
  line-height: .62rem;
  position: absolute;
  /* top: 3.34rem;
  left: .65rem; */
  top: 27%;
  left: 9%;
  z-index: 1000;
}

/* x,xs */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .slide1{
    background-position-x: -.7rem;
  }
}
/* xr */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .slide1{
    background-position-x: -.7rem;
  }
}

/* xs max */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .slide1{
    background-position-x: -.7rem;
  }
}

.footDiv{
  width: 100%;
  height: 0.56rem;
  font-size: 0;
  position: absolute;
	bottom: 0;
	left: 0;
}