@charset "utf-8";/* CSS Document */

body, ul {
	margin:0;
	padding:0
}
li {
	list-style:none;
}
.bannermain {
	width:100%;
	height:500px;
	margin:0;
	background:#91c2f0 repeat;
	margin-top: 100px;
	position: relative;
}
.banner {
	height:500px;
	margin:0 auto;
}
.slide-wp {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: absolute;
	margin:0px auto;
}

.nav-wp {
	position: absolute;
	bottom: 5%;
	left: 819px;
	margin-left: 60px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 20px 6px 10px;
	_padding: 0 20px 2px 10px;
}

.nav li {
	float: left;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: tahoma;
	color: #22739e;
	cursor: pointer;
	height: 22px;
}

.nav li.cur {
	color: #ff7a00;
}

.next {
	position:absolute;
	top: 0;
	color: #ff7a00;
	height: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}

