.footer_all{
	border-top: 4px solid #0068b7;
	height: 164px;
	background-color: white;
	text-align: center;
}
.footer_top{
	display: block;
	padding-top: 34px;
	margin: 0 auto;
}
.footer_top a{
	color: #898989;
	font-size: 14px;
	font-family: "微软雅黑";
	text-decoration: none;
}
.footer_top a:nth-child(1){
	border-right: 2px solid #898989;
	padding-right: 7px;
	margin-right: 5px;
}
.footer_bottom{
	width: 845px;
	margin: 15px auto 0;
}
.footer_bottom>img{
	display: block;
	float: left;
}

.footer_bottom>p{
	float: right;
	width: 790px;
}
.footer_bottom span{
	color: #898989;
	font-size: 12px;
	margin-right: 25px;
}
.footer_bottom a{
	color: #898989;
	text-decoration: none;
}
