
* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
}

ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:link{text-decoration:none;color:#1F3A87;}
a:visited{text-decoration:none;color:#1F3A87;}
a:hover{text-decoration:none;color:#FF7300;}

/*顶部开始*/
#top {
	width:1000px;
	height:100px;
	background:#fff url(../images/n_top_bg.jpg) repeat-x left top;
}
#logo {
	float:left;
	width:222px;
}
#nav {
	float:left;
	width:450px;
	margin-left:25px;
	margin-top:50px;
}
#nav li {
	float:left;
}

#top_info {
	width:200px;
	float:right;
	margin-top:7px;
	color:#666;
}


/*顶部结束*/


/*主体容器开始*/
#content_wra {
	width:1003px;
	float:left;
	background:#FFF url(../images/n_contentwra_bg.gif) repeat-x left top;
}
/*主体容器结束*/
/*主体开始*/
#content {
	width:1000px;
	background:#fff url(../images/n_contentwra_bg.gif) repeat-x left top;
	float:left;	
}
/*主体左开始*/
#left {
	float:left;
	width:215px;
	height:auto;
}
#left #left_qzj {
	width:30px;
	float:left;
}

#nav_list {
	width:185px;
	float:left;
	background:#fff;
}


#nav_list ul li a {
	text-indent:2em;
	display:block;
	line-height:2.1em;
	color:#666;
	font-size:14px;
	border-bottom:1px dotted #ccc;
}
#nav_list ul li a:hover {
	background:#fff url(../images/n_navlist_hover.gif) no-repeat 4% center;
	
}
/*主体左结束*/


/*主体右开始*/
#right {
	float:left;
	width:755px;

	background:#FFF url(../images/n_content_bg.jpg) no-repeat left top;
	padding:11px;
}
/*定义右列图片开始*/
.right_pic {
	width:760px;
	background:#fff;
	
}
#right .kj_right {
	width:760px;
	background-color:#ffffff;
}
/*定义右列图片结束*/
/*主体右结束*/



/*底部开始*/
#foot {
	clear:both;
	width:1000px;
	height:120px;
	position:relative;
	background:url(../images/bottom_bg.gif) no-repeat center center;
}
#foot_info {
	width:500px;
	height:120px;
	position:absolute;
	top:0;
	left:50px;
}
#foot_info p {margin-top:16px;line-height:18px;}
#foot ul {
	list-style:none;
	width:300px;
	float:right;
	position:absolute;
	top:35px;
	right:30px;
}
#foot ul li a{display:block;margin-left:10px;}
#foot ul li {float:left;}
#foot .menu1 {width:39px;height:37px;background:url(../images/menu1.gif) no-repeat center top;}
#foot .menu1:hover {background-position:center bottom;}
#foot .menu2 {width:51px;height:39px;background:url(../images/menu2.gif) no-repeat center top;}
#foot .menu2:hover {background-position:center bottom;}
#foot .menu3 {width:47px;height:41px;background:url(../images/menu3.gif) no-repeat center top;}
#foot .menu3:hover {background-position:center bottom;}
#foot .menu4 {width:85px;height:50px;background:url(../images/menu4.gif) no-repeat center top;}
#foot .menu4:hover {background-position:center bottom;}
#foot .vccn {text-decoration:none;}
#foot .vccn:link {text-decoration:none;color:#000;}
#foot .vccn:visited {text-decoration:none;color:#000;}
#foot .vccn:hover {text-decoration:underline;color:#ff7300;}
/*底部结束*/
