
*{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	font-family: "微软雅黑";
}
p{
	font-family: "微软雅黑";
}

li{
	list-style: none;
}
.all{
	width: 100%;
	height: auto;
	background: #fff;

}
.center{
	width:84%;
	height:100%;
	background: #fff;
	margin:0 auto;
}
.head{
	width: 100%;
	height:auto;
	background: #fff;
}
.head_top{
	width: 100%;
	height: 100px;
	background: #fff;
}
.head_down{
	width:100%;
	height:35px;
	background: #00a9e0;
}

.menu{
	line-height: 35px;
}
.menu a{
	font-size: 16px;
	color: #fff;
}
.body{
	width:100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}

.foot{

	width:100%;
	height:644px;
	background:#ff0; 
	margin-top:80px;
}
.foot_top{
	width:100%;
	height:500px;
	background:#0477bc; 
	margin-top:80px;
}
.foot_down{
	width:100%;
	height:144px;
	background:#fff; 
}
.foot_center{
	width:84%;
	height:100%;
	margin:0 auto;
	background: #fff; 
	overflow: hidden;

}
.foot_center ul{
	margin-top: 60px;
	float: left;
}
.address{
	width:84%;
	height:100%;
	margin:0 auto;
	background: #ff0; 
}

.body_left, .body_right{
	width:48%;
	height:auto;
	background: #fff;
	float: left;
	margin-top: 30px;
}
.body_right{
	background: #fff;
	float:right;
}
.body_left>img{
	width:100%;
}
.body_right>img{
	width:100%;
	height:100%;
}

.common-foot {
	margin-top: 80px;
}
