footer{
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer{
	width: 100%;
}
.footer_top{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 35px;
	display: inline-block;
}
.footer_top1{
	width: 31%;
	display: block;
	float: left;
}
.footer_top2{
	width: 250px;
	float: left;
	margin-left: 2%;
}
.footer_top2_1{
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: white;
}
.footer_top2_2:last-child{
	margin-bottom: 0;
}
.footer_top2_2 img{
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer_top2_2 div{
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: middle;
}
.footer_top3{
	width: 190px;
	float: left;
	display: flex;
	margin-left: 2%;
}
.footer_top3_1{
	width: 48%;
	margin-right: 4%;
	text-align: center;
	font-size: 14px;
	color: white;
}
.footer_top3_1:last-child{
	margin-right: 0;
}
.footer_top3_1 img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.footer_top4{
	width: calc(63% - 440px);
	float: left;
	margin-left: 2%;
	display: inline-block;
}
.footer_top4_1{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	color: white;
}
.footer_top4_1:nth-child(2n){
	margin-right: 0;
}
.footer_down{
	border-top: 1px solid rgba(255, 255, 255, .1);
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .38);
}