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

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

.swiper-container {
	margin-top: 0px;
	width: 100%;
	height: 810px;
}

/*.arrow-left {
	position: absolute;
	left: 0px;
	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(255, 255, 255, 0.7)  url(../img2/arrows.png) no-repeat center 17px;
	opacity: .4;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.arrow-left:hover span {
	opacity: .8;
}*/

/*.arrow-right {
	position: absolute;
	right: 0px;
	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(255, 255, 255, 0.7)  url(../img2/arrows.png) no-repeat center -71px;
	opacity: .4;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.arrow-right:hover span {
	opacity: 1;
}*/

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -25px;
	width: 100%;
}

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

.pagination li span {
	width: 50px;
	height: 3px;
	display: block;
	background: #c6c6c6;
}

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

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

.pagination .click span {
	background: #bc6e1b;
}

.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: #bc6e1b;
}

.autoplay .replace span i {
	transform: scaleX(0);
}
/*内容样式*/

.slide1 {
	background: url(/ass/img/w1.jpg) no-repeat center;
	background-size: auto 100%;
	background-size: cover;
}

.slide1 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.slide2 {
	background:  url(/ass/img/w3.jpg) no-repeat center ;
	background-size: auto 100%;
	background-size: cover;
}

.slide2 .title {
	padding-top: 100px;
	text-align: center;
}

.slide2 h2 {
	bottom: 100px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	width: 100%;
}

.slide3 {
	background:  url(/ass/img/w2.jpg) no-repeat center;
	background-size: auto 70%;
	background-size: cover;
}

.slide3 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 40px;
	font-weight: normal;
}

.slide4 {
	background:  url(/ass/img/w4.jpg) no-repeat center ;
	background-size: auto 100%;
	background-size: cover;
}