@charset "utf-8";
/* CSS Document */

.apple-banner {
	width: 410px;
	height: 280px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top: -2px;
	width: 410px;
	height: 280px;
}
.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: 20px;
	top: 50%;
	margin-top:-42px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .1;
}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:1px;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 1px;
	cursor: pointer;
	background:#A19E9E;
	border-radius:7px;
	opacity: 1;/*此处改为1可以显示滚动条*/
}
.apple-banner  .swiper-pagination-bullet span {
	width: 10px;
	height: 10px;
	display: block;
	background: rgba(224,216,216,0.3);
	border-radius:7px;
}
.apple-banner .swiper-pagination-bullet-active span{
    background:#C30808;
	border-radius:7px;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(205,10,10,0.9);
	border-radius:7px;
}
.apple-banner  .swiper-pagination-bullet i{
	background: #C30808;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
	border-radius:7px;
}
.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: #000 url(../img/t1.jpg) no-repeat 50% 10%;
	background-size: auto 100%;
}

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

.slide2 {
	background: #f3f3f3 url(../img/t2.jpg) no-repeat center 50%;
	background-size: auto 100%;
}

.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: #f3f3f3 url(../img/t3.jpg) no-repeat center 50%;
	background-size: auto 100%;
}
.slide4 {
	background: #f3f3f3 url(../img/t4.jpg) no-repeat center 50%;
	background-size: auto 100%;
}
.slide5 {
	background: #f3f3f3 url(../img/t5.jpg) no-repeat center 50%;
	background-size: auto 100%;
}
.slide6 {
	background: #f3f3f3 url(../img/t6.jpg) no-repeat center 50%;
	background-size: auto 100%;
}
.slide7 {
	background: #f3f3f3 url(../img/t7.jpg) no-repeat center 50%;
	background-size: auto 100%;
}

.slide8 {
	background: #fff url(../img/t8.jpg) no-repeat center 110%;
	background-size: auto 90%;
}

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