.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.topNav {
	position:relative;
	z-index:1;
	height:40px;
	line-height:40px;
	margin-top:20px;
	font-family:"Microsoft YaHei",SimSun;
	font-size:14px;
}
.topNav-width { 
	margin:0 auto;
}
.topNav h3 {
	font-weight:normal;
	font-size:100%;
}
.topNav dl {
	zoom:1;
}
.topNav .tnLeft {
	float:left;
}
.topNav .tnRight {
	float:right;
}
.topNav dd {
	float:left;
	position:relative;
}
.topNav dd h3 {
	float:left;
}
.topNav dd h3 a {
	display:inline-block;
	*display:inline;
	zoom:1; 
	height:14px;
	font-size:16px;
	line-height:14px;
	color:#0087dc;
	margin-right:10px;
	padding:10px 8px;
}
.topNav dd h3 a i {
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 0 5px 5px;
	overflow:hidden;
	vertical-align:middle;
	font-size:14px;
	background:url(../images/arrow.png) center center no-repeat;
}
.topNav dd h3 a:hover,.topNav dd.on h3 a {
	background:#EDEEF0;
	color:#0087dc;
	font-size:16px;
	text-decoration:none
}
.topNav .welcome a {
	color:#FF8400;
}
.topNav dd ul {
	display:none;
	position:absolute;
	top:36px;
	z-index:99999;
	left:0;
	border:1px solid #EDEEF0;
	border-top:0;
	background:#fff;
	-moz-box-shadow:3px 3px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.1);
	box-shadow:3px 3px 3px rgba(0,0,0,.1);
}
.topNav dd ul li {
	line-height:35px;
}
.topNav dd ul li a {
	display:block;
	color:#333;
	width:120px;
	font-size:14px;
	padding:0 10px
}
.topNav dd ul li a:hover {
	background:#EDEEF0;
	font-size:14px;
	color:#333;
	text-decoration:none
}
.topNav dd ul li a span {
	color:#FF8400;
	margin-left:5px;
}