﻿.apple-banner {
	width: 100%;
	max-height: 501px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 100%;
	max-height: 501px;
}
.swiper-button-prev, .swiper-button-next {
	width: 15%;
	max-height: 100%;
	top: 0;
	background: none;
}
.swiper-button-prev {
	left: 60px;
}
.swiper-button-next {
	right: 60px;
}
.swiper-button-prev span, .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -32px;
	background: url(../images/b-prev.png) no-repeat center center !important;
}
.swiper-button-next span {
	background: url(../images/b-next.png) no-repeat center center !important;
	left: auto;
	right: 20px;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
	opacity: 1;
}
/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 4px;
	background: none;
}
.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
	width: 50px;
	height: 3px;
	display: block;
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet-active span {
	background-color: #2d83f9;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255,255,255,0.8);
}
.apple-banner .swiper-pagination-bullet i {
	background-color: #2d83f9;
	height: 3px;
	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-color: #fff;
}