﻿
.apple-banner {
	width: 100%;
	height:200px;
	overflow: hidden;
}

.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{

	background:none;
	right:0;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height:8px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width:8px;
	height:8px;
	display: block;
	border-radius: 100%;
	background: rgba(255,255,255,0.5);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:#fff600;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(255,255,255,0.5);
}
.apple-banner  .swiper-pagination-bullet i{
	background:#fff600;
	height:8px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
	border-radius:100%;
}
.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:#fff600;
}
/*内容样式*/

.swiper-slide{height:200px;width:100%;}
.slide1 {
	background:url(../img/img1.png) no-repeat center;
background-size:auto 200px;
}

.slide2 {
	background:url(../img/img2.png) no-repeat center;
background-size:auto 200px;
}

.slide3 {
	background:url(../img/img3.png) no-repeat center;
	background-size:auto 200px;
}
.swiper-slide .title{background: url(../img/black50.png); height:30px;line-height:30px;width:100%;color:#fff;font-size:12px;margin-top:170px;text-indent: 2em;position:absolute;bottom:0px;}