@charset "utf-8";
/* CSS Document */
#hotBanner {
	width:730px;
	height:294px;
}
#hotBanner ul{
	width:730px;
	height:294px;
	background-image:url(../images/back_stripe2.png);
}


/*hot*/
.swiper-hot.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-hot .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.swiper-hot.swiper-container {
    padding-bottom: 25px;
}
.swiper-hot .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #66cc00;
    color: #66cc00;
    overflow: hidden;
}
.swiper-hot .swiper-pagination-bullet-active {
    background: #008842;
    color: #008842;
}

.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-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
      color:#fff;
      background: #007aff;
}








