body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "微软雅黑";
}
ul,dl,dt,dd{
	list-style:none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color:#818181;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4{
	font-weight:100;
	margin:0px;
	padding:0px;
	}

.header {
	width:1024px;
	height:95px;
	overflow:hidden;
	margin: 0 auto;
}
.logo{
	float:left;
	margin-top:20px;
	}
.search{
	float:right;
	margin-top:40px;
	}
.search .text{
	width:140px;
	height:24px;
	padding:0px;
	margin:0px;
	border:#ABABAB solid 1px;
	color:#999999;
	}
.search select{
	width:100px;
	height:26px;
	padding:0px;
	margin:0px;
	border:#ABABAB solid 1px;
	color:#999999;
	}
.search .submit{
	width:46px;
	height:26px;
	background:url(/static/image/search_icon.png);
	border:none;
	vertical-align:bottom;
	}
.nav {
	height:61px;
	margin: 0 auto;
	padding: 0;
	line-height: 35px;
	background:url(/static/image/nav_back1.png) repeat-x;
}
.nav_con{
	width:1024px;
	margin:0px auto;
	position:relative;
	z-index:1;
	height:35px;
	}
.nav ul{
	width:1100px;
	}
.nav ul li{
	float:left;
	height:35px;
}
.nav ul li a{
	display:inline-block;
	color: #fff;
	font-size:14px;
	padding:0px 21px;
}
.nav ul li:hover a{
	background:url(404.png) no-repeat center bottom;
	}
.nav ul li:hover .nav_list{
	display:block;
	}
.nav_list{
	position:absolute;
	left:0px;
	top:35px;
	height:26px;
	width:1018px;
	display:none;
	background-color:#F8F8F8;
	}
.nav_list_con{
	height:26px;
	overflow:hidden;
	}
.nlc1{
	margin-left:615px;
	}
.nav ul li:hover .nav_list a{
	float:left;
	font-size:12px;
	color:#333;
	line-height:26px;
	padding:0px 0px 0px 22px;
	}
.nav ul li .nav_list a{
	background:none;
	color:#DA251D;
	}
.nav ul li .nav_list a:hover{
	color:#DA251D;
	}
.banner {
	width: 1024px;
	margin:0px auto 0;
}
.footer {
	height: 170px;
	margin-top:36px;
}
.footer .top {
	height: 32px;
	line-height: 32px;
	margin-bottom:24px;
	background-color: #f6f6f6;
	text-align: center;
}
.footer .top a:hover{
	color:#DA251D;
	}
.footer .top span {
	margin: 0 10px;
}
.footer .bottom span {
	display: block;
	margin-bottom:10px;
	text-align: center;
	color:#555;
}
