@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	width:1002px;
	margin:0 auto;
	color:#002139;
}
a {
	text-decoration:none;
	color:#fff;
}
ul {
	list-style:none;
}
/*导航*/
#topnav {
	list-style:none;
	float:right;
	font-size:15px;
	font-weight: bold;
	padding-top:20px;
	overflow:hidden;
	padding-right:10px;
}
#topnav li {
	float: left;
	text-align: center;
	width:105px;
	line-height:35px;
}
#topnav li.line {
	background: url(images/line.jpg) no-repeat center;
	height:31px;
	width:2px;
	display:block;
}
#topnav li a {
	color:#203269;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
#topnav li a:hover {
	background:url(images/ahover.png) no-repeat;
	display:block;
	height:35px;
	width:105px;
	color:#ffac00;
}
/*导航结束*/
#header {
	background: url(images/header.jpg) no-repeat;
	height:65px;
}
#banner {
	background:url(images/banner.jpg) no-repeat;
	height:276px;
	border-right:solid 1px #EBEBEB;
}
#mainbox {
	overflow:hidden;
	width:1002px;
	background:url(images/left-bg.gif) repeat-y left;
}
#leftside {
	background:url(images/left-top.jpg) no-repeat top right;
	padding-top:42px;
	width:221px;
	float:left;
	overflow:hidden;
}
#newlist {
	width:160px;
	background: url(images/nav-bg.gif) repeat-y center;
	padding-top:5px;
	margin:0 auto;
}
#newlist li a {
	background: url(images/aa.gif) no-repeat left;
	line-height:32px;
	font-weight:700;
	width:90px;
	display:block;
	text-align:left;
	color:#A8A2A2;
	margin:0 auto;
	padding-left:15px;
}
#newlist li a:hover {
	background: url(images/ahover.gif) no-repeat left;
	padding-left:15px;
	color:#FFAC00;
}
.nav_bottom {
	background:url(images/nav-bottom.jpg) no-repeat center;
	width:160px;
	height:17px;
	margin:0 auto;
}
.textbox {
	padding:20px 22px 10px;
	line-height:25px;
	background:url(images/right-bg.jpg) no-repeat center;
	margin-bottom:10px;
	margin-right:8px;
}
.textbox li {
	background:url(images/dian_gray.gif) no-repeat left;
	padding-left:10px;
	border-bottom: dashed 1px #EDEDED;
}
.textbox li a {
	color:#333;
}
.textbox li a:hover {
	color:#84C311;
}
.textbox p {
	text-indent:24px;
	padding-bottom:10px;
}
.img_box {
	margin:0 auto;
	text-align:center;
	padding:20px 0;
	width:820px;
	overflow:hidden;
}
.textbox2 {
	padding:0 25px 10px;
	line-height:25px;
	overflow: hidden;
	width:800px;
	margin:0 auto;
	color:#646464;
	background: url(images/line.jpg) no-repeat;
	padding-top:32px;
}
.textbox2 span {
	font-size:12px;
	font-weight:700;
	color:#8045a4;
}
#rightside {
	width:750px;
	float:right;
	overflow:hidden;
	padding-left:10px;
	border-right:solid 1px #EBEBEB;
}
.title {
	margin:8px 0 10px 0;
}
.img-br {
	margin-left:10px;
}
#img_box {
	margin:0 auto 20px 50px;
	text-align:center;
	padding:20px 0 5px 0;
	overflow:hidden;
	width:750px;
}
#img_box2 {
	margin:0 auto 20px 2px;
	text-align:center;
	padding:20px 0 5px 0;
	overflow:hidden;
	width:750px;
}
#img_box li,#img_box2  li{
	list-style:none;
	float:left;
	padding-bottom:20px;
	margin-left:28px;
}
#ft {
	height:35px;
	clear:both;
	line-height:35px;
	text-align:center;
	color:#033E93;
	background:url(images/left-bg.gif) repeat-y left;
	border-right:solid 1px #EBEBEB;
	width:1001px;
}
#ft a {
	color:#033E93;
}
#ft a:hover {
	color:#033E93;
}

