footer{
	width: 100%;
	background: #222222;
}
.footer{
	width: 82%;
	margin: auto;
}
.foote-top{
	width: 100%;
	box-sizing: border-box;
	padding: 75px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.foote-top1{
	width: 320px;
	display: block;
	float: left;
}
.foote-top2{
	width: 42%;
	float: right;
	display: inline-block;
}
.foote-top2 a{
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.foote-down{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	font-size: 12px;
	color: white;
	font-weight: bold;
}