body {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: "宋体", Arial, Helvetica, sans-serif;
	width: 1000px;
	margin: 20px auto;
	background: url('/images/bg.jpg');
}

ul, ol, li { list-style-type: none; margin: 0px; padding: 0px; }

img, form, select { border: 0px; margin: 0px; padding: 0px; }

a { color: #000; text-decoration: none; }

#body_main {
	width: 990px;
	min-height: 300px;
	margin: 0 auto;
	background-color: #fff;
}


#header_bg{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(/images/topbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:319px;
	z-index:-10;
	margin:0 auto;
}

#h_nav {
	min-height: 10px;
	padding-top: 10px;
}

#bdetail {
	min-height: 300px;
	padding: 10px 0;
}

.bmain {
	width: 988px;
	border-left: 1px solid #2ea112;
	border-right: 1px solid #2ea112;
	background: #fff;
}

#footer {
	clear: both;
	min-height: 24px;
	background: #fff;
}

#footer #f_links {
	width: 986px;
	min-height: 24px;
	border: 1px solid #006c9a;
	background-color: #00ccff;
}

#footer #f_links div {
	min-height: 22px;
	background-color: #00b8ee;
	text-align: center;
	line-height: 23px;
	color: #FFF;
}
#footer #f_links div a {
	color: #FFF;
	text-decoration: none;
}

#footer #f_icp {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}
#footer #f_icp span,#footer #f_icp span a { color: #b5b5b6 ; }

#footer_bg {
	width: 990px;
	height: 7px;
	background-image: url(/images/buttompic.gif);
}

#jianshezhong {
	z-index:10000;
	width: 990px;
	position:absolute;
	top: 350px;
	left: 50%;
	margin-left: -495px;
	text-align: center;
}
#jianshezhong div{
	width: 400px;
	height: 154px;
	margin: 0 auto;
	background: url('/images/jianshezhong.png') no-repeat;
}

#jianshezhong_top {
	width: 990px;
	height: 1560px;
	background: url('/images/liansaibg.png') repeat;
	z-index:9999;
	position:absolute;
	top:165px;
	left: 50%;
	margin-left: -500px;
	filter:alpha(opacity=45);
	-moz-opacity:0.5;
	opacity:0.5;
}


#cr_fwtk {
	width: 90%;
	min-height: 500px;
	background: #ebe8e3;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #a1a1a1;
	margin: 10px auto;
}

#cr_fwtk h3 {
	text-align: center;
	margin: 8px 0px;
	padding: 0px;
}
#cr_fwtk p {
	line-height: 1.6em;
}