*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: darkred;
}
ul li{
	list-style: none;
}


/*header_top1 start*/
#header{
	width: 100%;
}
#header .header_top1{
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	background: #F4F4F4;
}
#header .header_top1 .header_top1_time{
	width: 1100px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	
}
#header .header_top1 .header_top1_time span{
	margin-left: 25px;
	font-size: 12px;
}
#header .header_top1 .top_search{
	width: 200px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.top_search .inputbox{
	position: absolute;
	top: -40px;
	left: 820px;
}
.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: 1040px;
}
.searchbox input{
	width:32px; 
	height:32px; 
	background:url(search.jpg) no-repeat; 
	background-size:100%;
	border:0;
}
/*header_top1 end*/

.header_top{
	width: 1100px;
	/*width: 100%;*/
	height: 268px;
	margin: 0 auto;
	background: url(header_bg.jpg);
	background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.header_nav{
	width: 1100px;
	height: 70px;
	background: #BF001A;
	margin: 0 auto;
}
.nav_mid{
	width: 860px;
	height: 70px;
	margin: 0 auto 42px auto;
	overflow: hidden;
}

.row1{
	width: 860px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	overflow: hidden;
}
.row1 ul li{
	list-style: none;
	float: left;
	margin-left: 65px;
}

.row1 ul li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 600;
	font-family: "宋体";
}
.row2{
	width: 860px;
	height: 30px;
	line-height: 30px;
}
.row2 ul li{
	list-style: none;
	float: left;
	margin-left: 65px;
}
.row2 ul li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 600;
	font-family: "宋体";
}












































