﻿/* 合肥秀站网络科技有限公司 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：织梦模板、pbootcms模板、云优模板、易优模板 */
/* 麦站网：Www.Xiuzhanwang.Com */
/* 主机/服务器：Www.xiuzhanyun.Com */
/* 域名抢注：Www.xiuzhanmi.Com */
/* QQ：2361928288  835971066 */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: url(../img/sliderl.png)0 0 no-repeat;
  left: 30px;
  background-size: 100% 100%;
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
  background: url(../img/sliderlh.png)0 0 no-repeat;
  left: 30px;
  background-size: 100% 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background: url(../img/sliderr.png)0 0 no-repeat;
  right: 30px;
  background-size: 100% 100%;
}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{
  background: url(../img/sliderrh.png)0 0 no-repeat;
  right: 30px;
  background-size: 100% 100%;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.swiper-container:hover .slidesjs-navigation{
  opacity: .3;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: 45px;
    z-index: 99;
    opacity: 0.7;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
  margin: 0 4px;
  display: inline-block;
  background: #fff;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: transparent;
}

.swiper-pagination-bullet-active {
    width: 35px;
    opacity: 1;
    background: #fff;
}

