@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "宋体";
	color: #666666;
	background: #ffffff url(css/body_bg.jpg) no-repeat center top;
	text-align: left;
}
h1, h2, h3, h4, ul, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
li {
	display: inline;
}
img {
	display: block;
}
#header, #nav, #banner, #content, #bot-nav, .footer-container {
	width: 980px;
	margin: 0 auto;
}
/* banner */
#banner {
	height: 430px;
}
/* content */
#content {
	height: 300px;
	padding: 9px 0 0 0;
	margin: 8px auto 10px auto;
	background: #ffffff url(css/content_bg.png) no-repeat center top;
}
.con-top {
	width: 979px;
	height: 86px;
	padding: 0 0 10px 1px;
	border-bottom: 1px #DADADA solid;
}
.con-top li {
	width: 233px;
	height: 86px;
	float: left;
	margin-left: 9px;
	background: url(css/con_top_item_bg.jpg) no-repeat top;
	overflow: hidden;
}
.con-top li h3 {
	margin: 10px 0 0 10px;
}
.con-top li p {
	margin: 0 10px 0 48px;
	line-height: 150%;
	color: #9797A4;
}
.con-bot {
	clear: both;
	height: 199px;
}
.con-bot h2 {
	display: block;
	height: 36px;
	margin-bottom: 20px;
}
.con-bot-left, .con-bot-con, .con-bot-right {
	float: left;
	height: 179px;
}
.con-bot-left {
	width: 283px;
	padding: 10px 11px 10px 10px;
	background: url(css/global_px.png) no-repeat right -35px;
	overflow: hidden;
}
.con-bot-left dl dt {
	width: 91px;
	height: 79px;
	float: left;
	padding: 2px;
	border: 1px #CCCCCC solid;
	margin-right: 10px;
}
.con-bot-left dl p {
	line-height: 150%;
}
.con-bot-con {
	width: 374px;
	padding: 10px 11px 10px 0;
	background: url(css/global_px.png) no-repeat right -35px;
	overflow: hidden;
}
.con-bot-con h2 {
	padding-left: 10px;
}
.con-bot-con ul {
	padding-left: 2px;
}
.con-bot-con ul li {
	width: 110px;
	height: 120px;
	float: left;
	text-align: center;
	margin-left: 13px;
}
.con-bot-right {
	width: 271px;
	padding: 10px;
	overflow: hidden;
}
.con-bot-right p {
	line-height: 190%;
}
/* footer */
#footer {
	width: 100%;
	height: 87px;
	background: url(css/global_px.png) repeat-x 0px -234px;
}
.footer-container {
	padding: 20px 0;
}
.copy {
	text-align:center
}