  .swiper-container {
      width: 100%;
      height: 100%;
	  position: relative;
    }
    .swiper-slide {
      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-pagination{background: #fff;}
    .swiper-pagination-bullets {
		    width: 100%;
		    height: 14px;
		    text-align: center;
		    font-size: 12px;
		    color: #000;
		    opacity: 1;
		    position: absolute;
		    background: none;
    }
	.swiper-pagination-bullet {
	    opacity: 0.8;
	}
	.swiper-pagination-bullets span{
		width: 14px;height: 14px;
	}
	.swiper-pagination-bullets span img{width: 100%;height: auto;display: block;float: left;}
    .swiper-pagination-bullet-active {
	    opacity:1;
    }
	.swiper-slide{width: 100%;height: auto;display: block;float: left;}
	.swiper-slide img{width: 100%;height: 100%;display: block;float: left;}
	.banner{width: 90%;height: 105px;display: block;float: left; margin-top:20px; box-sizing:border-box; padding-left:8%;}