.footer{
	background-color: #333333;
}
.fooerLogo{
	text-align: center;
	padding-top: 5px;
}
.footer_con{
	width: 1200px;
	margin: 0 auto;
	color: #FFF;
	font-size: 18px;
	line-height: 40px;
	padding: 20px 0;
}
.footer_con::after{
	content: "";
	display: block;
	clear: both;
}
.footer_left{
	width: 50%;
	float: left;
}
.footer_right{
	width: 50%;
	float: left;
}
.footer_right_text{
	float: left;
}
.footer_right_text a{
	color: #fff;
}
.ewm{
	float: left;
	margin-left: 30px;
	width: 80px;
}