@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	margin:0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666666;
}

ul,li,a{
	list-style: none;
	text-decoration: none;
}
.head{
	width: 100%;
	height: 120px;
}
.logo{
	width: 1000px;
	margin:0 auto;
	padding-top: 30px;
	overflow:hidden;
}
.logo_left{
	float: left;
}
.logo_right{
	float: right;
}

.head_nav{
	width: 100%;
	height: 50px;
	
	background-color: #a5251c;
}
.nav{
	width: 1000px;
	height: 50px;
	font-size:18px;
	margin:0 auto;
	color:#e0eef6;
	background-image:url("../images/nav_03.jpg");
	background-position:left;
	background-repeat:no-repeat;
}
.nav ul li{
	float:left;
	width:160px;
	height:50px;
	background-image:url("../images/nav_03.jpg") ;
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
	line-height:2.8em;
	}
.nav ul li a{
	color: whitesmoke;
}

.banner{
	width: 100%;
	height: 780px;
	background-image: url("../images/banner_02.jpg");
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom: 30px;
}
.banner_i{
	width:480px;
	font-size:16px;
	background-color:#bfbfbf;
	overflow:hidden;
	margin-bottom:10px;
}
.banner_txt{
	width: 1000px;
	
	margin: 0 auto;
	position:  relative;
	top: 53%;
}
.banner_i p{
	height:50px;
	color:#f7f7f7;
	float:left;
	line-height:3em;	
	margin-left:32px;
}
.banner_i span{
	float:right;
	width:128px;
	text-align:center;
	background-color:#a5251c;
	height:50px;
	line-height:3em;
	color:#FFF;

}
.banner_g{
	width: 480px;
	margin-bottom: 5px;
}
.banner_g img{
	margin-right: 3px;
}
.foot{
	width: 100%;
	margin: 0 auto;
	height:160px;
	background-color:#a5251c;
}
.foot p{
	width: 1000px;
	text-align: center;
	margin: auto;
	position:  relative;
	top: 20%;
	padding-top: 5px;
	font-size:14px;
	color: #ffffff;
}
.foot p a{
	color: #ffffff;
}
