﻿#banner{
	position: relative;
	height: 700px;
}
#banner ul{
	height: 100%;
}
#banner li{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
#banner li img{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}

#banner .btn{
	display: none;
	width: 50px;
	height: 50px;
	background: #666;
	opacity: .5;
	position: absolute;
	top: 40%;
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 45px;
	z-index: 20;
}
#banner .prev{
	left: 0;
}
#banner .next{
	right: 0;
}
.banner_nav{position: absolute; overflow: hidden; width: 100%; bottom: 5%; left: 0; text-align: center; z-index: 20; text-align: center;}
.banner_nav span{
	display: inline-block; 
	margin: 0 10px; 
	width: 30px; 
	height:5px;
	cursor: pointer; 
	background: #cdcdcd;
}
.banner_nav .active{
	background: #FC0000;
}
/*#pic{
	position: relative; 
	overflow: hidden;
	height: 400px; 
}
#pic .pic{
	display: none; 
	position: relative; 
	width: 100%; 
	height: 100%;
	overflow: hidden;
}
#pic .block{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#pic .pic img{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
#pic .pic-a{
	display: none;
	width: 50px;
	height: 50px;
	background: #666;
	opacity: .5;
	position: absolute;
	top: 40%;
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 45px;
	z-index: 2;
}
#pic .prev{
	left: 0;
}
#pic .next{
	right: 0;
}
.navlist{position: absolute; overflow: hidden; width: 100%; bottom: 10px; left: 0; text-align: center; z-index: 2;}
.navlist li{ margin: 0 auto; text-align: center; width: 100%;  }
.navlist li span{
	display: inline-block; 
	margin: 0 10px; 
	width: 25px; 
	height:25px;
	border: solid 2px #cdcdcd;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	cursor: pointer; 
	color: #FFFFFF;
	background: #cdcdcd;
	border-radius: 50%;
}
.navlist .red{
	background: url(../images/icon1.png) no-repeat;
	background: #FFFFFF;
	color: #999999;
}*/