footer{
	width: 100%;
	background: #333333;
}
.footer_tops{
	width: 100%;
}
.footer_top{
	width: 100%;
	margin-top: 70px;
	margin-bottom: 55px;
	display: inline-block;
}
.footer_top1{
	width: 170px;
	display: block;
	float: left;
}
.footer_top2{
	width: calc(100% - 850px);
	float: left;
	padding: 0 12%;
}
.footer_top2_1{
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
}
.footer_top2_2:last-child{
	margin-bottom: 0;
}
.footer_top3{
	width: 250px;
	float: left;
}
.footer_top3_1{
	width: 100%;
	margin-bottom: 10px;
	display: flex;
}
.footer_top3_1:last-child{
	margin-bottom: 0;
}
.footer_top3_1_1{
	width: 45px;
	font-size: 14px;
	color: white;
}
.footer_top3_1_2{
	width: calc(100% - 45px);
	font-size: 14px;
	color: white;
}
.footer_top4{
	width: 390px;
	margin-left: 40px;
	display: flex;
	float: left;
}
.footer_top4_1{
	width: 45%;
	margin-right: 10%;
}
.footer_top4_1:last-child{
	margin-right: 0;
}
.footer_top4_2{
	border: 1px dashed white;
	width: 100%;
	padding: 10px;
}
.footer_top4_2 img{
	width: 100%;
	display: block;
}
.footer_top4_3{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color: white;
}
.footer_downs{
	border-top: 1px solid rgba(255, 255, 255, .05);
	width: 100%;
}
.footer_down{
	width: 100%;
	margin:25px auto;
	text-align: center;
	font-size: 14px;
	color: white;
}