﻿@charset "utf-8";

.foot_bg {
	height: calc(100vh - 753px);
	min-height: 160px;
	background-color: #f9f9f9;
	display: flex;
    align-items: center;
}

.foot_content {
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 80px;
}

.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 {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.foot_content_right {
	/* flex: .5; */
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot_content_right .foot-logo {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.foot_banquan {
	min-width: 1200px;
	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;
}

.foot_content_right img {
	max-width: 400px;
}