@charset "utf-8";
/* CSS Document */

body{
	background-attachment:scroll;
	background-image: url(../images/main_bg1.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color:#444;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;
	background-color:#dde9e7;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/** 输入框 **/
input, select{
	color:#444;
	height:20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
	border-left-color: #444;
	background-color: #FFFFFF;
}
/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a:link{
	color:#444;
	text-decoration:none;
}
a:visited{
	color:#444;
	text-decoration:none;
}
a:hover{
	color:#d00;
	text-decoration:underline;
}
a:active{
	color:#444;
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:Right;
}


/* 页面布局 */
#root{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image:url(../images/top_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
/* 顶部布局样式 */
#header{
	width:100%;
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	
	float:none;
	margin:0 auto;
}
#header_sub1{
	width:1000px;
		margin:0 auto;
	float: none;
	padding:0;
	height:120px;
	overflow: hidden;
}
#header_sub1_sub1{
	width:480px;
	float: left;
}
#header_sub1_sub2{
	width:360px;
	float: right;
	border-top:solid 4px #0074c1;
	padding-top:25px;
}
#header_sub1_sub2_sub1{
	width:1000px;
		margin:0 auto;
	float: none;
	height:42px;
}
#header_sub1_sub2_sub1 ul li{
	width:70px;
	float:left;
	padding-left:8px;
}
#header_sub1_sub2_sub2{
	width:510px;
	float: none;
}
#header_sub1_sub2_sub2 ul li{
	float:left;
	padding-left:10px;
}

#header_sub2{
	width:1000px;
	float: none;
	margin:0 auto;
	padding:0;
}

#header_sub2_sub1{
	width:1000px;
	float: left;
}
.menu{
	float:left;
	color: #FFFFFF;
	position:relative;
	z-index:999999999;
	width:110px;
	text-align:center;
}
.menu a ,.menu a:link,.menu a:visited,.menu a:active{
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	margin:0;
	text-decoration:none;
	height: 40px;
	float:left;
	font-size:16px;
	line-height:40px;
	font-family:"微软雅黑", "宋体", Arial;
	color: #FFF;
	text-align:center;
	width:110px;
}
.menu a:hover{
	color: #ff0;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.menu ul {
	clear:both;
	line-height: 27px;
	list-style-type: none;
	text-align:left;
	left: -999em; 
	width: 98%;
	_width:98px;
	position: absolute;
	font-size:12px;
	background-image: none;
	padding:0;
	padding-left:2px;
}
.menu .menu_z{
	float: left;
	width: 100%;
	padding:0;
}
.menu .menu_z a ,.menu .menu_z a:link ,.menu .menu_z a:visited{
	height:26px;
	color:#fff;
	padding:5px 0 0 0;
	display: block;
	width: 100%; 
	text-align:left;
	background-image: none;
	text-align:center;
	font-size:12px;
	font-family: "宋体", Arial;
	line-height:24px;
	background-color:#0065b3;
	border-top:solid 1px #f0f0f0;
}
.menu .menu_z a:hover  {
	height:26px;
	color:#ff0;
	padding:5px 0 0 0;
	text-decoration:none;
	font-weight:normal;
	background-image: url(../images/menu_z_bg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#00428e;
	border-top:solid 1px #f0f0f0;
}
.menu:hover ul {
	left: 0;
	top:40px;
}
.menu.sfhover ul {
	left: 0;
	top:40px;
}
#header_sub2_sub2{
	width:190px;
	float: left;
	padding-top:9px;
	height: 31px;
	padding-left:10px;
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.search{
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
	padding-left:6px;
	width:150px;
	height:24px;
}

/* 底部布局样式 */
#footer{
	width:100%;
	background-color:#0065b3;
	height: 80px;	
}


#footer_sub2{
	width:980px;
	margin:0 auto;
	color:#bcd0e0;
	height:70px;
	padding-top:10px;
	line-height:20px;
}
#footer_sub2 a{
	color:#bcd0e0;
}
#footer_sub2 a:hover{
	color:#ff0;
}

#footer_sub2_sub1{
	padding-top:10px;
	float:left;
	width:600px;
}
#footer_sub2_sub2{
	float:left;
	padding-top:10px;
	width:300px;
	text-align: right;
}
#footer_sub2_sub3{
	width:80px;
	float:left;
	text-align:right;
}


a.f12b, a.f12b:link, a.f12b:visited, a.f12b:active {
	color:#0065b3;
	font-weight:bold;
}
a.f12b:hover {
	color:#d00;
	font-weight:bold;
}
