footer{
	width: 100%;
	background: #333333;
}
.footer{
	width: 100%;
}
.foot-tops{
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 25px;
	padding-top: 75px;
	display: inline-block;
}
.foot-top1{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 9%;
	float: left;
}
.foot-top1 img{
	max-width: 100%;
	display: block;
}
.foot-top2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 15.5%;
	float: left;
	padding: 0 10px;
}
.foot-top2_1{
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	color: white;
}
.foot-top2_2{
	width: 100%;
	display: block;
	margin-bottom: 14px;
	font-size: 14px;
	color: white;
}
.foot-top2_2:last-child{
	margin-bottom: 0;
}
.foot-top3{
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 20%;
	float: left;
	padding: 0 10px;
}
.foot-top3_1{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: white;
}
.foot-top3_1:last-child{
	margin-bottom: 0;
}
.foot-top3_1 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.foot-top3_1 div{
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
}
.foot-down{
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	box-sizing: border-box;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}