footer{
	width: 100%;
	background: #293141;
}
.footer{
	width: 100%;
}
.foot-top{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0;
	padding-top: 75px;
	display: inline-block;
}
.foot-top1{
	width: 18%;
	float: left;
}
.foot-top1_1{
	width: 155px;
	max-width: 80%;
	display: block;
	margin-bottom: 30px;
}
.foot-top1_2{
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.foot-top1_2:last-child{
	margin-bottom: 0;
}
.foot-top1_2 img{
	max-width: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}
.foot-top1_2 div{
	width: calc(100% - 30px);
	float: left;
}
.foot-top2{
	/* border: 1px solid red; */
	box-sizing: border-box;
	float: left;
	width: 11.66%;
	margin-left: 2%;
}
.foot-top2_1{
	width: 100%;
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	color: white;
}
.foot-top2_2{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.foot-top2_2:last-child{
	margin-bottom: 0;
}
.foot-down{
	border-top: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
	width: 100%;
	padding: 25px 0;
	display: inline-block;
}
.foot-down1{
	float: left;
	font-size: 14px;
	color: #999999;
	margin-top: 25px;
}
.foot-down2{
	width: 70px;
	display: block;
	float: right;
}