* {
	margin: 0;
	padding: 0;
	border: none;
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	/*	background: #f4f4f4;*/
	background: white;
	font: 16px Microsoft YaHei, arial, sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
}

.containor {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.nav_left {
	width: 200px;
	min-height: 460px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	height: 460px;
	overflow:scroll;
	overflow-y:auto;
	overflow-x:hidden;
}

.nav_left ul {
	width: 100%;
	height: auto;
}

.nav_left ul li {
	height: 30px;
	line-height: 30px;
	text-align: left;
}

.nav_left ul li span {
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	display: block;
	background: #FFFFFF;
	color: #666666;
	overflow: hidden;
	font-size: 14px;
}

.nav_left ul li span:hover {
	color: #4a4a4a;
	background: whitesmoke;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.nav_right {
	width: 800px;
	height: 600px;
	position: absolute;
	margin-left: 200px;
	top: 0px;
	z-index: 99;
}

.sub {
	position: relative;
	overflow: auto;
	width: 100%;
	height: 600px;
	background: #FFFFFF;
	padding: 10px 0px;
}

.sub dl {
	overflow: hidden;
	padding: 0px 0px 10px 0px;
}

.sub dt {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	clear: left;
}

.sub dt a {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	text-decoration: none;
	cursor: pointer;
}

.sub dt i {
	width: 14px;
	font-size: 14px;
	position: absolute;
	font-style: normal;
}

.sub dd {
	width: 900px;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
	margin-left: 30px;
	border-bottom: 1px dashed #E3E3E3;
}

.sub dd a {
	font-size: 12px;
	float: left;
	color: #666;
	padding: 0 10px;
	margin: 4px 0px 10px 0px;
	text-decoration: none;
	cursor: pointer;
	border-left: 1px solid #E3E3E3;
}

.sub dd a:hover {
	color: #faa12b;
}

.hide {
	display: none;
}

.show {
	display: block;
}