﻿@charset "utf-8";
.foot_bg{
	height: 300px;
	background-color: #f9f9f9;
	display: flex;
	align-items: center;
}
.foot_content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.foot_content_left{
	flex: 1;
}
.foot_content_left ul li{
	line-height: 80px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #a0a2a5;
}
.foot_content_left ul li img{
	margin-right: 20px;
}

.foot_content_right{
	flex: .5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_banquan {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 1.4px;
	color: #a0a2a5;
	height: 53px;
	background-color: #303640;
}
.foot_banquan a{
	color: #a0a2a5;
	margin: 0 10px;
}
