



.banner{
	width: 100%;
	
	

	
	position: relative;
	
	
	overflow: hidden;
}

.banner ul{
	position: absolute;
}

.banner ul li{
	
	width: 100%;

	
	height: 100%;

	float: left;
	background:  no-repeat center center;
}






	


	


	


.banner ol{
	
	height: 20px;
	
	position: absolute;
	left:50%;
	
	bottom: 17px;
	padding: 0 10px;
	border-radius: 10px;
}

.banner ol li{
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 5px;
	
	background: #a6a6a6;
	border-radius: 50%;
	cursor: pointer;
}

.banner ol .current{
	
	background: #fe0000;*/
}

.banner i{
	width: 58px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}

.banner .left{
	left: 60px;
	background: url('../../images/left_right.png') no-repeat 0 0px;
	background-color: rgba(0, 0, 0, 0.31);
}

.banner .right{
	right: 60px;
	background: url('../../images/left_right.png') no-repeat 0px -120px;
	background-color: rgba(0, 0, 0, 0.31);
}

.banner .left:hover , .banner .right:hover{
	background-color: rgba(0, 0, 0, 0.31);
}




.banner ul li img{
   
}