@charset"utf-8";
html{
	color:#000;
	background:#FFF;
	overflow-y:scroll;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;padding:0;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}

body,button, input, select, textarea{font:12px/1.5 "Microsoft Yahei",Tahoma,Helvetica,sans-serif;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
}

address, cite, dfn, em, var{font-style:normal;}
code, kbd, pre, samp, tt{font-family:"Consolas","Courier New", Courier, monospace;}
small{font-size:12px;}
em,strong{font-weight:bolder;}
ul, ol{list-style:none outside none}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
abbr[title], acronym[title]{border-bottom:1px dotted;cursor:help;}
legend{color:#000;}
fieldset, img{border:none;}
button, input, select, textarea{font-size:100%;}
sup{vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
.clear{clear:both;}
.clearfix{zoom:1;}
.clearfix:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.no-ime{ime-mode:disabled;}
* html > body .clearfix{display:inline-block;width:100%;}
* html .clearfix{height:1%;}
* + html .clearfix{min-height:1%;}

.wrapper{
	width:900px;
	margin:0 auto;
}
.banner{
	height:210px;
	overflow:hidden;
	background:url(/img/jzjh/banner.jpg) no-repeat;
}
.banner h1{
	padding:74px 0 0 30px;
	font-size:28px;
}

.nav{
	height:38px;
	background:url(/img/jzjh/menu_bg.png) repeat-x;
}
.nav ul{
	height:38px;
	float:left;
	padding:0 0 0 50px;
}
.nav ul li{
	float:left;
	margin-right:50px;
	display:inline;
}
.nav ul li a{
	color:#9DDD85;
	float:left;
	height:38px;
	line-height:38px;
	font-size:14px;

	text-shadow:0 1px 1px #333;
}
.body-gcjs .gcjs,.body-gcjs .gcjs:hover,
.body-fwsq .fwsq,.body-fwsq .fwsq:hover,
.body-cllc .cllc,.body-cllc .cllc:hover,
.body-faq .faq,.body-faq .faq:hover{
	color:#fff;
	cursor:default;
	text-decoration:none;
	background:url(/img/jzjh/menu_on.gif) no-repeat center bottom;
	
	text-shadow:0 1px 1px #000;
}

.content{
	padding:24px 50px;
	font-size:14px;
}
.content a{
	text-decoration:underline;
	color:#003399;
}
.footer{
	border-top:1px solid #ccc;
	padding:10px;
	text-align:center;
	color:#777;
}
