/* CSS Document */
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 800px;  /*图片高度*/
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: block;
	width:20px;
	height:20px;
	background: url(../images/2.png) no-repeat center;
	overflow: hidden;
	text-indent: -99em;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background:url(../images/1.png) no-repeat center;
}

.flexslider .slides a img {
	width: 100%;
	height: auto !important;/*图片高度*/
	display: block;
}
