div,
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
li {
	list-style-type: none;
	text-transform: capitalize;
}

.nav {
	font-size: 13px;
	font-family: YouYuan;
	width: 1080px;
	margin: 0px auto 0;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 1;
}

.nav a {
	text-decoration: none;
}

.navmain {
	height: 30px;
	padding: 0 5px;
	background: #FFF url(../images/daohang_bg.jpg) repeat-x 0 top;
	position: relative;
}

#nav_all {
	height: 30px;
	float: left;
	line-height: 30px;
	position: relative;
	z-index: 222;
}

#nav_all li {
	text-align: center;
	float: left;
}

#nav_all li a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-family: Microsoft YaHei UI;
	font-weight: bold;
	cursor: pointer;
	padding: 0 30px 0 30px;
	/* _padding: 0 8px; */
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}

#nav_all li a:hover {
	background: url(../images/daohang_min.jpg) center 30px no-repeat;
	height: 38px;
	line-height: 33px;
	overflow: hidden;
}

#nav_all li ul {
	float: left;
	position: absolute;
	z-index: 99;
	background-color: #F8DEDF;
	width: 1080px;
	left: -4px;
	top: 38px;
}

#nav_all ul li {
	background-image: none;
	line-height: 24px;
	height: 24px;
	padding-top: 0px;
	padding: 0;
}

#nav_all ul li a {
	background-image: none;
	padding: 0px 10px;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FE0000;
	font-weight: normal;
	background: #F8DEDF;
	border: none;
}

#nav_all ul li a:hover {
	background-image: none;
	padding: 0px 10px;
	margin: 0px auto;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	background: #F8DEDF;
	border-top: none;
}

.li_indexshow {
	background: url(../images/daohang_min.jpg) center 30px no-repeat;
	height: 38px;
	line-height: 33px;
	overflow: hidden;
}