﻿@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a, img {
	padding: 0;
	margin: 0;
}
body {
	font:12px/22px "宋体", Verdana, Arial;
	color:#000;
	background-color:#dcdcdc;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, b {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size:100%;
}
a {
	text-decoration:none;
	color:#403F3F;
}
a:hover {
	color:#1D87D3;
}
/*网页内共同的样式*/
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.float_r {
	float:right;
	display:inline;
}
.float_l {
	float:left;
	display:inline;
}
.font_w_nomal {
	font-weight:normal;
}
.font14 {
	font-size:14px;
}
.font_b {
	font-weight:bold;
}
.color_gray {
	color:#909090;
}
.color_red {
	color:#ff0102;
}
.bland10{
	height:10px;
	width:100%;
	clear:both;
	font-size:0;
	overflow:hidden;
}



/*网页内共同的样式(end)*/
/*内容主要框架*/
#containter {
	width:970px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
/*.main {
	width:970px;
	margin:0 auto 10px;
	clear:both;
}*/
/*内容主要框架（end）*/

/*head*/
#header {
	height:100px;
	width:970px;
	margin:0 auto;
	
}
#logo{
	float:left;
	display:inline;
	padding-top:30px;
}
/*ed 6-27*/
.hd-right{
	float:right;
	display:inline;
	width:421px;
	background:url(../images/hd-right.png) right top no-repeat;
	height:100px;
	padding-left:90px;
}
.hd-right-nav{
	padding-left:190px;
}
/*ed 6-27*/
.hd-right-nav a{
	color:#383838;
	margin:0 7px;
}
.hd-right-nav a:hover{
	color:#333;
}
/*导航条*/
#menu_bar {
	height:77px;
	width:920px;
	padding:0 30px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/menu.png) left bottom no-repeat;
}
.lavaLamp {
	position:relative;
}
.lavaLamp li {
	float:left;
	display:inline;
	width:100px;
	height:40px;
	text-align:center;
}
.lavaLamp li.back {
	height:40px;
	background:url(../images/bgtab.gif) center top no-repeat;
	position:absolute;
	width:9px;
	z-index:1;
}
.lavaLamp li a {
	display:block;
	height:40px;
	font:bold 14px/40px "微软雅黑", "宋体", Arial;
	color:#FFF;
	position:relative;
	z-index:2;
}
#menu_bar li a:hover{
	color:#00175B;
}
.lavaLamp li.current-cat a {
	color:#FFF;
}

/*footer*/
#footer {
	text-align:center;
	height:120px;
	background:url(../images/footer.gif) left top repeat-x;
}
.f-nav{
	padding:10px 0 5px;
}
.f-nav a{
	color:#000;
}
.f-nav a:hover{
	text-decoration:underline;
}

/*页面模块宽高*/
.grid {
}
