* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*** 顶部banner代码 ***/

.hdp {
	width: 100%;
	height: 560px;
	position: relative;
	min-width: 1200px;
	_width: expression(document.body.clientWidth <=1200? "1200px": "100%");
	z-index: 1;
}

.hdp .f {
	width: 100%;
	position: relative;
	height: 560px;
}

.hdp .f .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.hdp .f .bd ul {
	width: 100% !important;
}

.hdp .f .bd li {
	width: 100% !important;
	height: 560px;
	overflow: hidden;
	text-align: center;
}

.hdp .f .bd li a {
	display: block;
	height: 560px;
}

.hdp .f .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.hdp .f .hd ul {
	text-align: center;
}

.hdp .f .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 10px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	color: #fff;
	border-radius:50% ;
	font-size: 0;
	background: #FFFFFF;
}

.hdp .f .hd ul .on {
	background: #4e81dc;
}

.hdp .f .prev,
.hdp .f .next {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -19px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(/images/prev.png) center no-repeat;
	cursor: pointer;
}

.hdp .f .next {
	left: auto;
	right: 5%;
	background: url(/images/next.png) center no-repeat;
}


/************************************************************************************************************/


/************************************************************************************************************/
