@charset "utf-8";
/* CSS Document */

.apple-banner {
	width: 100%;
	height: 550px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	width: 100%;
	height: 550px;
}
.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:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../images/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(../images/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}

/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:0px;
	background:none;
	display:none
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:gray;
}
.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;
}

/*内容样式*/
.slide-1 {
	background: #000 url(../images/slide/index-1.png) no-repeat center top;
	background-size: auto 100%;
}
.slide-2 {
	background: #f3f3f3 url(../images/slide/index-2.png) no-repeat center top;
	background-size: auto 100%;
}
.slide-3 {
	background: #fff url(../images/slide/index-3.png) no-repeat center top;
	background-size: auto 100%;
}

.guonei-1 {
	background: #000 url(../images/slide/guonei-1.jpg) no-repeat center top;
	background-size: auto 100%;
}
.guonei-2 {
	background: #f3f3f3 url(../images/slide/guonei-2.jpg) no-repeat center top;
	background-size: auto 100%;
}
.guonei-3 {
	background: #fff url(../images/slide/guonei-3.png) no-repeat center top;
	background-size: auto 100%;
}

.guoji-1 {
	background: #000 url(../images/slide/guoji-1.png) no-repeat center top;
	background-size: auto 100%;
}
.guoji-2 {
	background: #f3f3f3 url(../images/slide/guoji-2.png) no-repeat center top;
	background-size: auto 100%;
}
.guoji-3 {
	background: #fff url(../images/slide/guoji-3.png) no-repeat center top;
	background-size: auto 100%;
}

.zhuanli-1 {
	background: #000 url(../images/slide/zhuanli-1.png) no-repeat center top;
	background-size: auto 100%;
}
.zhuanli-2 {
	background: #f3f3f3 url(../images/slide/zhuanli-2.jpg) no-repeat center top;
	background-size: auto 100%;
}
.zhuanli-3 {
	background: #fff url(../images/slide/zhuanli-3.png) no-repeat center top;
	background-size: auto 100%;
}

.banquan-1 {
	background: #000 url(../images/slide/banquan-1.png) no-repeat center top;
	background-size: auto 100%;
}
.banquan-2 {
	background: #f3f3f3 url(../images/slide/banquan-2.png) no-repeat center top;
	background-size: auto 100%;
}
.banquan-3 {
	background: #fff url(../images/slide/banquan-3.png) no-repeat center top;
	background-size: auto 100%;
}
