@charset "utf-8";
/* CSS Document */

.apple-banner {
	width: 100%;
	height:auto;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top:0px;
	width: 100%;
	height:auto;
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height:20%;
	top:40%;
	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: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.5) url(images/arrows.png) no-repeat center 17px;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.5) 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:0px;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin:10px;
	cursor: pointer;
	background: none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 14px;
	height: 14px;
	display: block;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
	background: rgba(85,135,200,1);
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.2);
}
.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-color:transparent;
}

.slide2 {
	background:#ffffff;
}

.slide3 {
	background:#ffffff;
}
