/*----------------------
      Html Elements  
-----------------------*/
body,p,form,ul,li,h1,h2,h3,h4,h5,div,img,iframe{
	margin:0;
	padding:0;
	border:0;
}
ul li {
	list-style-type:none;
}
.clear{
	clear:both;
}
a,area {
	outline:none;
} /* for IE */
:focus {
	-moz-outline-style: none;
} /* for Firefox */ 
form {
	margin:0;
	padding:0;
}

/*----------------------
      Layout  
-----------------------*/
body{
	font-size:12px;
	font-family:Simsun,"ËÎÌå",Arial;
	min-width:1000px;
	background:#000;
}
#body-bg {
	float:left;
	width:100%;
	background:#000 url(../images/zq_bodybg.jpg) repeat-y center top;
}
#out-bg {
	float:left;
	width:100%;
	background:url(../images/zq_bg2.jpg) no-repeat center 146px;
}
#bg {
	float:left;
	width:100%;
	background:url(../images/zq_bg3.jpg) no-repeat center bottom;
}
#out-wrap {
	float:left;
	width:100%;
	background:url(../images/zq_bg1.jpg) no-repeat center top;
	padding-top:194px;
}
#wrap {
	width:1000px;
	margin:0 auto 0;
	position:relative;
}
#header {
}
#content {
	min-height:322px;
	_height:322px;
	color:#000;
	font-size:14px;
	line-height:25px;
	display:inline-block;
	padding:35px 140px 40px 120px;
}
#content a {
	font-size:14px;
	color:#000;
}
#footer {
	height:80px;
	padding-top:30px;
	color:#C7BD82;
	line-height:170%;
	font-family:Simsun,"ËÎÌå",Arial;
}
#footer a {
	font-family:Simsun,"ËÎÌå",Arial;
	text-decoration:none;
	color:#C7BD82;
}
.clear {
	clear:both;
}

/*----------------------
      Content  
-----------------------*/

#button {
	width:195px;
	height:21px;
	position:absolute;
	right:65px;
	top:-194px;
}
#button a {
	float:left;
	text-indent:-999em;
	display:inline-block;
	width:40px;
	height:21px;
	margin:0 4px;  
}
#button a:hover {
	text-decoration:underline;
}
#nav {
	width:1000px;
	height:47px;
}
#nav a {
	float:left;
	display:inline-block;
	height:47px;
	text-indent:-999em;
	width:136px;
	background:url(../images/zq_bg2.jpg) no-repeat;
}
#nav a:hover{
	background:url(../images/zq_bg2.jpg) no-repeat;
}
#nav a#navjj{
	margin-left:201px;
	width:140px;
	background-position:-201px -48px;
}
#nav a#navjj:hover{
	background-position:-201px 0;
}
#nav a#navlc{
	margin-left:52px;
	width:140px;
	background-position:-393px -48px;
}
#nav a#navlc:hover{
	background-position:-393px 0;
}
#nav a#navjl{
	margin-left:52px;
	width:140px;
	background-position:-585px -48px;
}
#nav a#navjl:hover{
	background-position:-585px 0;
}
#zq_content {
	padding-top:32px;
}
.zq_title {
	width:612px;
	height:84px;
	background:url(../images/zq_title.jpg) no-repeat;
	clear:both;
	float:left;
	display:inline;
	margin-top:10px;
}
#lc {
	background-position:0 -84px;
}
#jl {
	background-position:0 -168px;
}
#content .box{
	clear:both;
	display:inline-block;
	background:#fffcde;
	margin:0 5px 10px 20px;
	padding:14px 15px;
	width:685px;
	display:block;
}
#content p.small_title {
	padding-left:30px;
	background:url(../images/zq_icon.gif) no-repeat 4px 6px;
	font-weight:bold;
}
#content h3 {
	background:#d9e79b;
	padding-left:50px;
	margin:15px auto 0px;
	font-size:14px;
	height:26px;
	line-height:26px;
	clear:both;
}
#content p {
	padding:2px 30px;
	clear:both;
}
#content p.sp {
	margin-left:260px;
	margin-right:0;
}
#content center img {
	border:solid 1px #000;
	padding:1px;
}
.table3{
	margin:10px auto;
	font-size:12px;
	background:#f5e9c3;
	border-collapse:collapse;
	text-align:center;
	border:1px #c25c3c solid;
	width:680px;
}
.table3 td{
	padding:2px;
	color:#000;
	border:1px #c25c3c solid;
}
.back{
	background:url(../images/icon_top.gif) no-repeat;
	display:inline-block;
	clear:both;
	float:right;
	text-indent:-999em;
	width:69px;
	height:30px;
	text-decoration:none;
}