body{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
	font-size:12px;
	color:#a8a8a8;
}
ul,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#777;
}
a:hover{
	color:#DA251D;
	}
img{
	border:none;
}
input{
	margin:0;
	padding:0;
}


.header_top{
	background-color:#fafafa;
	height:35px;
    line-height:35px;
}
.header_top .h_tcon{
	width:1028px;
	margin:0 auto;
}
.h_tright{
	float:right;
}
.h_tright span{
	display:inline-block;
	margin-right:9px;
}

.header .h_tleft{
	width:148px;
	color:#b4c9f8;
	float:left;
}
.logo{
	height:95px;
	width:1028px;
	margin:0 auto;
}
.logo .search{
	float:right;
	width:438px;
	margin-top:26px;
}
.logo .search_left{
	float:left;
	margin:0;
	padding:0;
	height:40px;
	width:354px;
	border:1px #999 solid;
}
.logo .search_icon{
	float:left;
	width:60px;
	height:40px;
	position:relative;
	z-index:1;
	}
.logo .search_icon h3{
	width:60px;
	height:40px;
	text-align:center;
	line-height:40px;
	cursor:pointer;
	font-size:14px;
	background:url(/static/image/search_icon2.png) no-repeat 50px center;
	}
.logo .search_icon input{
	display:none;
	}
.logo .search_icon ul{
	position:absolute;
	display:none;
	left:-1px;
	top:40px;
	width:60px;
	background-color:#fff;
	border:#999999 solid 1px;
	border-top:none;
	}
.logo .search_icon ul li{
	font-size:14px;
	text-align:center;
	height:30px;
	line-height:30px;
	cursor:pointer;
	}
.logo .search_icon ul li:hover{
	background-color:#eee;
	}
.logo .text{
	float:left;
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	width:294px;
	_width:290px;
	border:none;
	background:none;
}
.logo .submit{
	float:right;
	margin:0;
	padding:0;
	height:42px;
	width:82px;
	background:url(/static/image/search.png);
	border:none;
}
.logo .lleft{
	float:left;
}
.nav{
	width:1030px;
	height:36px;
	margin:0 auto;
	padding:0;
	border-top:4px #4aa5e2 solid;
	font-size:14px;
	text-align:center;
	overflow:hidden;
}
.nav li{
	margin:0;
	padding:0;
	float:left;
	width:103px;
	font-weight:bold;
}
.nav li a{
	display:block;
	height:35px;
    line-height:35px;
	border-left:1px #e6e6e6 solid;
	border-bottom:1px #e6e6e6 solid;
}
.nav li a:hover{
	background-color:#4ba5e2;
	border-left:1px #4ba5e2 solid;
	border-bottom:1px #4ba5e2 solid;
	color:#fff;
}
.footer{
	height:92px;
}
.footer .fcon{
	height:36px;
	line-height:36px;
	margin-top:24px;
}
.footer .fcon span{
	display:block;
	text-align:center;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
