@media screen and (max-width: 600px){
.swiper-container {margin-top:3%;height: 150px!important;}
.swiper-button-next, .swiper-button-prev {height: 34px!important;}

}

   .swiper-container {
      width: 100%;
	  margin-top: 67px;
      /*height: 100%;*//*会导致小圆点在最底端，所以得注释*/
    }
    .swiper-slide {
      width: auto;
      overflow: hidden;
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide img{/* 这段代码实现banner随着屏幕自适应大小*/
      width: 100%;
      height: 100%;
	  