#swipe_banner {
	width: 100%;
	margin: 0 auto;
}
#swipe_banner .bd {
	position: relative;
}
#swipe_banner .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
#swipe_banner .swipe-wrap {
	overflow: hidden;
	position: relative;
}
#swipe_banner .swipe-wrap .swipe-slide {
	float: left;
	width: 100%;
	position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
#swipe_banner .swipe-next {
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:url(../images/arrow_right.png);
	right: 10px;
	top: 35%;
	font-size:0px;
	opacity:0.5
}
/*prev 按钮*/
#swipe_banner .swipe-prev {
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:url(../images/arrow_left.png);
	left: 10px;
	top: 35%;
	font-size:0px;
	opacity:0.5
}
#swipe_banner .swipe-prev,#swipe_banner .swipe-next{
	background-size:100% 100%;
}
/*状态栏样式*/
#swipe_banner .swipe-navi {
	position: absolute;
	width: 100%;
	bottom: 12px;
	height: 10px;
	line-height: 0;
	padding: 5px 0;
	text-align: center;
}
#swipe_banner .swipe-navi li {
/*	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	background: #343434;
	margin-right: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;*/
	
	display: inline-block;
	width: .4em;
	height: .4em;
	margin: 0 .4em;
	-webkit-border-radius: .8em;
	-moz-border-radius: .8em;
	-ms-border-radius: .8em;
	-o-border-radius: .8em;
	border-radius: .8em;
	background: #FFF;
	filter: alpha(Opacity=60);
	opacity: .6;
	box-shadow: 0 0 1px #ccc;
	text-indent: -100px;
	overflow: hidden;
}
/*当前状态样式*/
#swipe_banner .swipe-navi .on {
	/*background: #ec4f2d;*/
	filter: alpha(Opacity=90);
	opacity: .9;
	background: #f8f8f8;
	box-shadow: 0 0 2px #ccc;
}
#swipe_bannex {
	width: 100%;
	margin: 0 auto;
}
#swipe_bannex .bd {
	position: relative;
}
#swipe_bannex .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
#swipe_bannex .swipe-wrap {
	overflow: hidden;
	position: relative;
}
#swipe_bannex .swipe-wrap .swipe-slide {
	float: left;
	width: 100%;
	position: relative;
}
/*next 按钮需要是可以将display:none;
 去掉*/
#swipe_bannex .swipe-next {
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:url(../images/arrow_right.png);
	right: 10px;
	top: 35%;
	font-size:0px;
	opacity:0.5
}
/*prev 按钮*/
#swipe_bannex .swipe-prev {
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background:url(../images/arrow_left.png);
	left: 10px;
	top: 35%;
	font-size:0px;
	opacity:0.5
}
#swipe_bannex .swipe-prev,#swipe_bannex .swipe-next{
	background-size:100% 100%;
}
/*状态栏样式*/
#swipe_bannex .swipe-navi {
	position: absolute;
	width: 100%;
	bottom: 12px;
	height: 10px;
	line-height: 0;
	padding: 5px 0;
	text-align: center;
}
#swipe_bannex .swipe-navi li {
	display: inline-block;
	width: .4em;
	height: .4em;
	margin: 0.2em;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	-ms-border-radius: .2em;
	-o-border-radius: .2em;
	border-radius: .2em;
	background: #FFF;
	filter: alpha(Opacity=60);
	opacity: .6;
	box-shadow: 0 0 1px #ccc;
	text-indent: -100px;
	overflow: hidden;
}
/*当前状态样式*/
#swipe_bannex .swipe-navi .on {
	filter: alpha(Opacity=90);
	opacity: .9;
	background: #f8f8f8;
	box-shadow: 0 0 2px #ccc;
}