/* 首页css */
/* 头部css */
.header{
	height: 100%;
	width: 100%;
	background: #222;
}
.m-nav{
	width: 980px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
}
.nav-logo{
	width: 200px;
	height: 60px;
	float: left;
	background: url('../img/index_icon.png');
}
.nav-content{
	font-size: 14px;
	color: #999;
	float:right;
}
.m-nav a{
	font-size: 14px;
	color: #999;
	font-weight: bold;
	padding: 0 8px;
}
.m-nav a:hover{
	color: #fff;
	font-weight: bold;
}
.m-banner{
	width: 100%;
	height: 300px;
	background: url('../img/banner.jpg') center;
	background-size: cover;
	position: relative;
}