@charset "utf-8";
* {
	margin: 0;
	padding: 0
}

body {
	font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 13px
}

.apple-banner {
	width: 100%;
	height: auto;
	overflow: hidden
}

.apple-swiper-container {

	position: relative;
	width: 100%;
	height: 100%;
}

.arrow-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 999
}

.arrow-left span {
	margin-top: -32px;
	display: block;
	left: 20px;
	top: 50%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.arrow-left:hover span {
	opacity: .6
}

.arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	height: 100%;
	z-index: 999
}

.arrow-right span {
	margin-top: -32px;
	display: block;
	right: 20px;
	top: 50%;
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center -71px;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.arrow-right:hover span {
	opacity: .6
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	z-index: 200;
	width: 100%
}

.pagination li {
	display: inline-block;
	width: 50px;
	height: 20px;
	margin: 0 3px;
	cursor: pointer
}

.pagination li span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128, 128, 128, .2)
}

.pagination li span i {
	background: #EE8B20;
	height: 2px;
	display: block;
	opacity: 0
}

.pagination .current span i,
.pagination .firstCurrent span i {
	transition: all .5s ease;
	opacity: 1
}

.pagination .click span {
	background: gray
}

.pagination .click span i {
	display: none
}

.autoplay li span i {
	transform: scaleX(0);
	transform-origin: 0;
	opacity: 1
}

.autoplay .firstCurrent span i {
	transform: scaleX(1);
	transition: all 3s linear
}

.autoplay .current span i {
	transform: scaleX(1);
	transition: all 4s linear
}

.autoplay .replace span {
	background: gray
}

.autoplay .replace span i {
	transform: scaleX(0)
}

.slide1 {
	background-position: center center !important;
	background-size: cover !important;
}


.slide2 {
	background-size: cover !important;
	background-position: center center !important;
}

.slide3 {
	background-position: center center !important;
	background-size: cover !important;
}
