footer{
	width: 100%;
	background: #1D2021;
}
.footer{
	width: 100%;
}
.footer_top{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 45px;
	display: inline-block;
}
.footer_top1{
	width: 75px;
	display: block;
	float: left;
}
.footer_top2{
	width: 330px;
	float: left;
}
.footer_top2_1{
	width: 100%;
	margin-bottom: 25px;
	font-size: 16px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
}
.footer_top2_2:last-child{
	margin-bottom: 0;
}
.footer_top2_2_1{
	width: 15px;
	float: left;
	margin-right: 10px;
}
.footer_top2_2_2{
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	margin-right: 10px;
}
.footer_top2_2_3{
	width: calc(100% - 65px);
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.footer_top3{
	width: calc(100% - 405px);
	float: left;
	display: flex;
}
.footer_top4{
	width: 20%;
	padding: 0 40px;
}
.footer_top4_1{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.footer_top4_1:last-child{
	margin-bottom: 0;
}
.footer_down{
	border-top: 1px solid rgba(255, 255, 255, .06);
	width: 100%;
	display: inline-block;
	padding: 25px 0;
}
.footer_down1{
	float: left;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.footer_down2{
	height: 20px;
	display: block;
	float: right;
}