/* 尾部 */
.footer_wrapper {
	background: url(../../images/footer/footer_banner.png);
}

.footer_container {
	width: 1280px;
	margin: 0 auto;
}

.footer_contant {
	display: flex;
	padding-top: 45px;
	justify-content: space-between;
}

.footer_title {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
}

.footer_title::after {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.footer_left_info {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #e6e6e6;
}

.footer_left_info li {
	width: 350px;
	line-height: 25px;
	margin: 20px 0;
}

.info {
	display: flex;
}

.info div:first-child {
	width: 40%;
	/* margin-right: 40px; */
}

.footer_center_info {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #cccccc;
	width: 310px;
	margin-top: 10px;
}

.footer_center_info li {
	line-height: 25px;
	width: 150px;
	display: inline-block;
	padding: 10px 0;
}

.footer_center_info img {
	margin-right: 10px;
}

.footer_ewm_pic {
	width: 122px;
	height: 125px;
}

.footer_ewm_pic img {
	width: 100%;
}

.footer_ewm_title {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #cccccc;
	text-align: center;
	margin-top: 13px;
}

.copy_container {
	width: 1280px;
	margin: 0 auto;
}

.copy_line {
	margin-top: 20px;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.1;
}

.copy_contant {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #cccccc;
	display: flex;
	justify-content: space-between;
	padding: 36px 0;
}
