@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend,  caption,  tfoot, thead,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

li {
	list-style: none
}



.clearfix:after, .container:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	max-height: 0;
}

.clearfix, .container {
	display: inline-block;
}

* html .clearfix, * html .container {
	height: 1%;
}

.clearfix, .container {
	display: block;
}

.clearer {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

html {
	color: #555;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	background-color: #f7f7f7;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

cite, em, dfn {
	font-style: normal;
}

code, kbd, samp, pre, tt, var, button, input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #444;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #b00;
	text-decoration: underline;
}

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: .1em;
	margin: .5em 0;
	border: none;
}

hr.space {
	background: #fff;
	color: #fff;
}

textarea, input[type='text'], input[type='password'], select {
	padding: 4px;
	background: #fff url('../img/text_input_bg.gif') repeat-x left top;
	border-width: 1px;
	border-style: solid;
	border-color: #bbb #ddd #ddd #bbb;
}

input[type='text'], input[type='password'] {
	width: 16em;
}

textarea:hover, input[type='text']:hover, input[type='password']:hover,
	select:hover {
	border-color: #aaa;
}

textarea:focus, input[type='text']:focus, input[type='password']:focus,
	select:focus {
	border-color: #888;
	outline: none;
}

input, select {
	cursor: pointer;
}

input[type='text'], input[type='password'] {
	cursor: text;
}

label {
	cursor: pointer;
}

/*页面整体css*/
body {
	background: #FFF;
}
/* CSS空白 */
.blank1 {
	margin: 0 auto;
	height: 1px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank2 {
	margin: 0 auto;
	height: 2px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank3 {
	margin: 0 auto;
	height: 3px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank5 {
	margin: 0 auto;
	height: 5px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank8 {
	margin: 0 auto;
	height: 8px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank10 {
	margin: 0 auto;
	height: 10px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank15 {
	margin: 0 auto;
	height: 15px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank20 {
	margin: 0 auto;
	height: 20px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank25 {
	margin: 0 auto;
	height: 25px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

.blank30 {
	margin: 0 auto;
	height: 30px;
	font-size: 1px;
	clear: both;
	overflow: hidden
}

/*左右浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.box {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/*头部*/
#topBG {
	width: 100%;
	background: url(../images/topBG.jpg) center top no-repeat;
	height: 172px;
	border-top: 6px solid #e1e1e1;
}

.g-nav {
	width: 100%;
	margin-top: -9px;
	_margin-top: -9px;
	height: 74px;
	position: relative;
	z-index: 100;
	background: url(../images/menu_LRbg.jpg) repeat-x left bottom;
}

/*.g-nav .Lbox {
	width:8px;
	height:51px;
	position:absolute;
	left:-8px;
	top:0;
	z-index:1000;
	background:url(../images/menu_Cbg.png) left no-repeat;
  }
  .g-nav .Rbox {
	width:8px;
	height:51px;
	position:absolute;
	right:-8px;
	top:0;
	z-index:10;
	background:url(../images/menu_Cbg.png) right no-repeat;
  }*/
.g-nav .box {
	height: 74px;
	background: url(../images/menu_Bbg.jpg) repeat-x bottom;
}

.g-nav .box ul {
	width: 896px;
	height: 70px;
	background: url(../images/menu_Cbg2.png) center top no-repeat;
	margin-left: -8px;
	_margin-left: 0;
	padding: 0 60px;
	padding-top: 4px;
	z-index: 10;
	position: relative;
}

.g-nav .box ul li {
	float: left;
	_display: inline;
	background: right url(../images/menu_libg2.jpg) no-repeat;
	padding: 0 20px;
	line-height: 28px;
	font-size: 14px;
	_padding: 0 19.5px;
}

.g-nav .box ul li a {
	color: #023d61;
	display: block;
}

.g-nav .box ul li a:hover {
	/*background: url(../images/menu_bg_hover.png) bottom center no-repeat;*/
	
}
/*二级下拉
	.g-nav .box ul li .menu_2 {
		position:absolute;
		z-index:1000;
		_left:0;
		width:auto;
		border:1px solid #d1d1d1;
		margin-top:-3px;
		height:35px;
		background: url(../images/menu_Bbg2.jpg) repeat-x;
		border-top:solid 3px #fe7e00;
	}
	  .g-nav .box ul li .menu_2 span {
		  display:block;
		  font-size:12px;
		  background:url(../images/menu_Bbg2.jpg) top repeat-x #fefefe;
		  color:#999;
		  width:77px;
		  background:none;
		  float:left;
		  padding:0;
		  text-align:center;
		  margin:0;
		  border-right:1px solid #999;
		  margin:9px 0;
	  }
	  
	  .g-nav .box ul li .menu_2 span a {
		  line-height:20px;
	      padding:0;
		  margin:0;
		  background:none;
	  }
	 
	  .g-nav .box ul li .menu_2 span a:hover {
	      padding:0;
		  margin:0;
		  line-height:20px;
		  background:none;
	  }*/

/*二级下 竖栏排版拉*/
.g-nav .box ul li .menu_3 {
	position: absolute;
	background: url(../images/menu_Bbg2.jpg) repeat-x #fefefe;
	width: auto;
	border: 1px solid #d1d1d1;
	border-top: 3px solid #fe7e00;
	z-index: 9999;
	zoom: 1;
	margin: 0 auto;
	margin-top: -3px;
	font-size: 12px;
}

.g-nav .box ul li .menu_3 span {
	text-align: center;
	display: block;
	padding: 0 20px;
	line-height: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.g-nav .box ul li .menu_3 span a {
	line-height: 30px;
}

.g-nav .box ul li .menu_3 span a:hover {
	background: none;
	line-height: 30px;
}

/***********************/
#bottom {
	width: 100%;
	overflow: hidden;
}

#bottom .box {
	width: 1000px;
	margin: 20px auto;
	text-align: center;
}

#bottom .box p {
	font-size: 12px;
	line-height: 26px;
	color: #023d61;
}