*{
	padding: 0;
	margin: 0;
	font-size: 14px;
}
a{
	cursor: pointer;
	text-decoration: none;
	font-size: 17px;
	color: #000000;
}
a:hover{
	color: #B61010;
}
/*header_top start*/
#header{
	width: 100%;
}
#header .header_top{
	height: 40px;
	background: #F4F4F4;
}
#header .header_top .header_top_time{
	width: 1000px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	
}
#header .header_top .header_top_time span{
	margin-left: 25px;
	font-size: 12px;
}
#header .header_top .top_search{
	width: 200px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.top_search .inputbox{
	position: absolute;
	top: -40px;
	left: 1000px;
}
.inputbox input{
	width:200px; 
	height:25px; 
	color: #CCCCCC; 
	font-family: 微软雅黑; 
	line-height:29px; 
	padding-top:5px; 
	padding-left:10px; 
	border:#CCCCCC solid 1px;
}
.top_search .searchbox{
	position: absolute;
	top: -42px;
	left: 1220px;
}
.searchbox input{
	width:32px; 
	height:32px; 
	background:url(../img/search.jpg) no-repeat; 
	background-size:100%;
	border:0;
}
/*header_top end*/

/*header_middle start*/
#header .header_middle{
	width: 100%;
	height: 190px;
	background: url(../img/header_middle_bg.png) no-repeat;
	
}
/*header_middle end*/

/*header_nav start*/
#header .header_nav{
	width: 100%;
	height: 56px;
	background: #1572C3;
	
}
#header .header_nav .header_nav_li{
	width: 1000px;
	margin: 0 auto;
}
#header .header_nav ul{
	list-style: none;
}
#header .header_nav ul li{
	height: 56px;
	line-height: 56px;
	float: left;
	text-align: center;
	width: 166px;
/*	margin: 0 45px;*/
}
#header .header_nav ul li a{
	width: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
#header .header_nav ul li:hover{
	background: royalblue;
}
/*header_nav end*/
#main{
	background: url(../img/index_bg.jpg) no-repeat;
}










































