*{margin: 0;padding: 0;}
.apple-banner{width: 100%;height:200px;overflow: hidden;}
.apple-banner .swiper-container{margin-top: -40px;width: 100%;height:260px;}
.swiper-button-prev,.swiper-button-next{width: 15%;height: 100%;top:0;background:none;}
.swiper-button-prev{left:0;}
.swiper-button-next{right:0;}
.swiper-button-prev span,.swiper-button-next span{display:block;width: 64px;height: 64px;position: absolute;left:0px;top:60%;margin-top:-32px;border-radius: 100%;background:#333 url(../images/arrows.png) no-repeat center 17px;opacity: 0;-webkit-transition: opacity 0.5s ease;transition: opacity 0.5s ease;}
.swiper-button-next span{background:#333 url(../images/arrows.png) no-repeat center -71px;left:auto;right:0px;}
.swiper-button-prev:hover span,.swiper-button-next:hover span{opacity: .6;}
/*分页器*/
.apple-banner .swiper-pagination{top:auto;bottom:50px;background:none;}
.apple-banner .swiper-pagination-bullet{display: inline-block;width: 50px;height: 30px;margin: 0 3px;cursor: pointer;background: none;border-radius:0;opacity: 1;}
.apple-banner .swiper-pagination-bullet span{width: 50px;height: 2px;display: block;background:none;}
.apple-banner .swiper-pagination-bullet-active span{background:gray;}
.apple-banner .autoplay .swiper-pagination-bullet-active span{background:none;}
.apple-banner .swiper-pagination-bullet i{background: gray;height: 2px;transform:scaleX(0);transform-origin: 0;display: block;}
.apple-banner .autoplay .firsrCurrent i{transition:transform 2.9s linear;transform:scaleX(1);}
.apple-banner .autoplay .current i{transition:transform 4s linear;transform:scaleX(1);}
.apple-banner .autoplay .replace span{background:gray;}
/*内容样式*/
.slide1{background:#eeeeee url(../images/banner1.jpg) no-repeat 100%;background-size: auto 100%;}
.slide2{background:#eeeeee url(../images/banner2.jpg) no-repeat 100%;background-size: auto 100%;}
.slide3{background:#eeeeee url(../images/banner3.jpg) no-repeat 100%;background-size: auto 100%;}
