.swiper-slide img{
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev{
  top: 0px;
  width: 15%;
  height: 100%;
  margin-top: 0;
  background-position: center center;
  background-size:100%;
  background-image: none;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-button-next1,
.swiper-button-prev1{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background-size: 100%;
}
.swiper-button-next1{
  background-image: url(../image/next.png);
}
.swiper-button-prev1{
  background-image: url(../image/prev.png);
}
.swiper-button-next:hover{
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
}
.swiper-button-prev:hover{
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
}
.swiper-pagination-bullet-active{
  background: #008baf;
}

@media (min-width: 320px) and (max-width: 767px){
  .swiper-button-next1, .swiper-button-prev1{
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
  }
}