/*导航*/
.fixed_top {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
}
.top_nav_div {
	height:32px;
	background: #000;
	padding:4px 3%;
}
.nav_div {
	overflow-x: auto;
	background: #23323e;
	border-radius: 2px;
}
.nav_div .nav {
	width: 100%;
	height: 32px;
}
.nav li {
	float: left;
	width: 33.33%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
}
.nav li a {
	display: block;
	padding: 0 8px;
	color: #FFF;
	-webkit-tap-highlight-color: rgba(240,240,240,0);
}
.nav li.active {
	background: #f46e00;
}