/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {  background: #ffffff;  width:100%;  height:100%; font:13px/1.231 Arial, Helvetica, sans-serif; *font-size:small;}
.warp{	position:relative;	margin:0 auto;	width:775px;	height:100%;}
.active{ color:#F00}
html {overflow:-moz-scrollbars-vertical;}
html {min-height:100%;}
a{ text-decoration:none;}
#leftbox{	position:fixed;	top:0;	left:0;	width: 100%;	height: 100%;	z-index:1;}
.nav-warp{	position: relative;	width: 190px;	height: 100%;	z-index: 3;	padding:0 0 0 0;}
.logo{
	font-size:34px;
	font-weight:bold;
	height:137px;
	display:block;
	cursor:pointer;
	position:relative;
}
/*.logo span{ display:block; background:#fff; padding-top:33px; top:0; left:0; height:137px; width:276px; z-index:999;position:fixed;}*/
.nav{ margin-top:5px;}
.nav ul{ display:none}
.nav ul li a{	width:100%;	cursor:pointer; outline:none;	position:relative; height:25px; line-height:25px;	display:inline; text-decoration:none}
.lv1{ display:block; height:50px; border-top:1px solid #000;}
.lv1:hover{ background:#fff86a}
.lv2{ font-size:12px; font-family:"微软雅黑"; color:#333; font-weight:bold}
.lv3{ font-size:11px; font-family:"微软雅黑"; color:#666; padding-left:5px;}

.nav ul li a:hover{ background:none; color:#000}
























