footer {
	width: 100%;
	background: #000000;
}

.footer_tops {
	width: 100%;
}

.footer_top {
	width: 100%;
	margin: 80px auto;
	display: inline-block;
}

.footer_top1 {
	width: 27%;
	float: left;
	padding: 10px;
}

.footer_top1_1 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.footer_top1_2 {
	width: 100%;
	display: block;
	font-weight: 500;
	line-height: 25px;
	font-size: 14px;
	color: white;
}

.footer_top2 {
	width: 21%;
	float: left;
	padding: 10px;
}

.footer_top3 {
	        width: 31%;
			float: left;
			padding: 10px;
}
.footer_top3_1{
	width: 100%;
	display: flex;
}
.footer_top3_2{
	width: 50px;
	display: block;
	margin-right: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.footer_top3_2:last-child{
	margin-right: 0;
}
.footer_top3_2 img{
	width: 100%;
	display: block;
}
.footer_downs {
	width: 100%;
	background: #3a3a3a;
}

.footer_down {
	width: 100%;
	padding: 10px;
	font-size: 15px;
	color: white;
}