@charset "utf-8";
/* CSS Document */
body {
	font-family:"宋体";
	font-size:12px;
	color:#494949;
	background: url(../nimg/bg1.gif) 0 122px repeat-x #c1e2f5;
}
* {
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
}

/* warp */
#warp {
	width:1010px;
	margin:0px auto;
}

/* header */
#header {
	width:980px;
	height:111px;
	margin:0px auto;
	background:url(../nimg/headerbg.jpg) no-repeat;
}
#header h1 {
	width: 467px;
	height:60px;
	margin-left: 25px;
    margin-top: 17px;
	float:left;
}
/* nav */
#nav {
	width:1010px;
	height:52px;
	background:url(../nimg/navbg.gif) no-repeat;
}
#nav ul {
	width:981px;
	height:39px;
	padding-top:9px;
	padding-left:19px;
}
#nav ul li {
	float:left;
	margin-left: 8px;
}
#nav ul li:FIRST-CHILD {
	margin-left: 4px;
}
#nav ul li a {
	display:block;
	min-width:98px;
	height:39px;
	text-decoration:none;
	outline: none;
}
#nav ul li a span {
	display:block;
}
#nav ul li a b {
	display:block;
}
#nav ul li a font {
	display:block;
	padding: 0 2px;
	line-height:39px;
	text-align:center;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
#nav ul li a.active,
#nav ul li a:hover {
	background: url(../nimg/navbg_bg.gif) repeat-x;
}
#nav ul li a.active span,
#nav ul li a:hover span {
	background:url(../nimg/navbg_l.gif) no-repeat;
}
#nav ul li a.active b,
#nav ul li a:hover b {
	background:url(../nimg/navbg_r.gif) no-repeat right;
}
#nav ul li a.active font,
#nav ul li a:hover font {
	color:#0f6cb2;
	background:url(../nimg/navbg_c.gif) no-repeat center;
}

/* footer */
#footer {
	width:980px;
	height:112px;
	background:url(../nimg/content1bg.gif) top no-repeat #FFF;
	margin:0px auto;
}
#footer p {
	width:450px;
	height:52px;
	text-align:center;
	line-height:22px;
	padding-top:22px;
	margin:0px auto;
}


