.footer {
	position: relative;
	background-color: #E0E4E8;
	max-width: 1920px;
	min-width: 1320px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.footer_column{
	display: flex;
	width: 1320px;
	margin: 0 auto;
	font-size: 14px;
	justify-content: space-around;
}
.footer_column .footer_left{
	width: 50%;
	color: #333;
	line-height: 35px;
}
.footer_column .footer_right{
	display: flex;
	padding-top: 30px;
}
.footer_logo{
	margin-right: 30px;
}
.footer_right div{
	text-align: center;
	margin-right: 20px;
}