
*{
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	font-family: "微软雅黑";
}
p{
	font-family: "微软雅黑";
}
li a{
	font-family: "微软雅黑";
}

.all{
	width: 100%;
	height: auto;
	background: #fff;

}
.center{
	max-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;
}
.logo{
	width: 234px;
	height:78px;
	background:#fff;
	margin-top:11px; 
	float: left;
}

.menu{
	line-height: 35px;
}
.menu a{
	font-size: 16px;
	color: #fff;
}
.body{
	width:100%;
	height:auto;
	background: #fff;
	overflow: hidden;
	--padding-bottom: 80px;
	
}
.title{
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #000;

}
.body p{
	font-size: 17px;
	color: #464646;
	margin-top: 20px;
}

.list>ul{list-style-type: disc;}
.list>ul li{
	
	font-size: 17px;
	color: #464646;
	font-family: "微软雅黑";
	margin-left: 22px;
	list-style: disc;
}


.address{
	width:84%;
	height:100%;
	margin:0 auto;
	background: #ff0; 
}

.common-foot {
	width: 100%;
	margin-top: 80px;
}

