/* 全站导航开始 */
#daohang{
	width: 420px;
	height: 32px;
	position: relative;
	z-index: 99;
}

#daohang li {
	list-style-type: none;
}

.home{
	text-align: center;
}
.tab{
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.tab .tablink{
	position: relative;
	line-height: 32px;
	display: block;
	height: 32px;
	font-size: 14px;
	z-index: 99;
	float: left;
	
}
.tab .tablink a{
	line-height: 32px;
	text-decoration: none;
	list-style-type: none;
	display: block;
	text-align: center;
}
.tab:hover{
	color: #0A0B0A;
	background-color: #f2f2f2;
}
.tab:hover .tablink{
	color: #0A0B0A;
	text-decoration: none;
}
.tab:hover .tablink a{

}
.dropdown:hover .arwlink{height:32px}
.dropdown ul{
	display: none;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.dropdown:hover ul{
	position: absolute;
	display: block;
	margin-left: -1px;
	top: 32px;
	left: 1px;
	z-index: 9
}
.subnav{
	padding-bottom: 6px;
	border: 1px solid #dadada;
}
.subnav a{
	line-height: 30px;
	display: block;
	white-space: nowrap;
	float: left;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dadada;
	font-weight: normal;
}
.subnav :hover{
}
.dropdown .subnav{
	background-color: #FFF
}
/* 全站导航结束 */
