@charset "utf-8";
/* 代码整理：懒人之家 lanrenzhijia.com */

ul {
	list-style-type:none;
}
#nav, #nav ul, #nav ul li, #nav ul li a:hover, #nav .subnav, #nav .subnav p, #nav .subnav p span, #nav .subnav .arrow {

}
#nav {
	position:relative;
	width:1183px;
	background-position:0 -36px;
	margin:3px auto;
}
#nav ul {
	height:50px;
	line-height:50px;
	margin-left:10px;
	padding-right:10px;
	overflow:hidden;
	background-position:right -72px;
}
#nav ul li {
	float:left;
	width:118px;
	margin-left:-2px;
	background-position:0 -108px;
}

#nav ul li.cur{

	background-color: #dd3904;
}


#nav ul li a {
	font-size:16px;
	color:#fff;
	width:116px;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:0 2px 0 4px;
}
#nav ul li a:hover {
	font-weight:700;
	background-position:-3px -144px;
	background-color: #dd3904;
}
#nav .subnav {
	display:none;
	position:absolute;
	top:51px;
	width:auto!important;
	min-width:110px;
	height:37px;
	line-height:37px;
	white-space:nowrap;
	background-position:0 -180px;
	    z-index: 9999;
		    background-color: #dd3904;
}
#nav .subnav p {
	margin-left:10px;
	padding-right:10px;
	background-position:right -234px;
}
#nav .subnav p span {
	display:block;
	color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:0 -207px;
}
#nav .subnav p a {
	font-size:14px;
	display:inline;
	color:#FFFFFF;
	text-decoration:none;
	margin:0 5px;
	padding:0 2px;
}
#nav .subnav p a:hover {
	font-weight:400;
	background-image:none;
	border-bottom:2px solid;
}
#nav .subnav .arrow {
	position:absolute;
	top:-4px;
	display:block;
	width:11px;
	height:5px;
	background-position:0 -261px;
}
/* 代码整理：懒人之家 lanrenzhijia.com */
