#head{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: auto;
	background: #F8F7F5;
}
.head-body{
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	/*background: url(../img/tell.png) 990px center no-repeat;
	background-size: 210px 60px;*/
}
.logo{
	display: block;
	width: 450px;
	height: 110px;
	float: left;
}
.nav{
	display: block;
	width: 720px;
	float: right;
	height: 30px;
	margin: 55px 0 25px 0;
}
.nav li{
	width: 75px;
	float: left;
	margin: 0 10px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;	
}
.nav li a{
	color: #666;
}
.nav li:hover a{
	color: #0090da;
}

.banner1{
	width: 100%;
	min-width: 1200px;
	height: 473px;
	background: url(../img/1.jpg) center center no-repeat;
}
.banner2{
	width: 100%;
	min-width: 1200px;
	height: 473px;
	background: url(../img/2.jpg) center center no-repeat;
}
.banner3{
	width: 100%;
	min-width: 1200px;
	height: 473px;
	background: url(../img/3.jpg) center center no-repeat;
}







#foot{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: auto;
	background: #535353;
}
.foot-body{
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 15px 0;
}
.foot-body p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.foot-body p a{
	color: #fff;
}