@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;	
}
ul,ol {
	line-height:none;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
	color:#000;	
	background:#f2f2f2;
	overflow-x:hidden;
}
p {text-justify:inter-ideograph}
.inner {
	width:1024px;
	margin:auto;	
}
.clear {
	clear:both;	
}
#header {
	height:74px;
	background:url(../zgs_images/headerbg_03.jpg) repeat-x bottom left;	
}
#header .inner {
	position:relative;
}
#logo {
	position:absolute;
	top:34px;
	left:0;
	z-index:9;
}
#banner{
	height:220px;
	width:1920px;
	position:absolute;	
	top:74px;
	left:50%;
	margin-left:-960px;
	z-index:1;
}
#main {
	margin:258px 0 18px;
}
#main .inner {
	background:url(../zgs_images/main_center.jpg) repeat-y center top;
	position:relative;	
}
#main .inner .main_t {
	position:absolute;
	top:-15px;
	left:0;	
	width:1024px;
	height:15px;
	background:url(../zgs_images/main_top.jpg) no-repeat center top;
}#main .inner .main_b {
	position:absolute;
	bottom:-14px;
	left:0;	
	width:1024px;
	height:14px;
	background:url(../zgs_images/main_bottom.jpg) no-repeat center top;
}
#main .inner .left {
	padding:40px 55px;
	float:left;
}
#main .inner .right {
	line-height:30px;
	float:left;
	width:610px;
	text-indent:2em;
	padding:40px 0 100px;
}
#footer {
	text-align:center;
	line-height:40px;	
}