* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.footer{
	background: #2e3033;

}
.fot_top{
	padding: 50px 0 25px;
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.ads{
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.ads>span{
	margin-left: 23px;
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
}
.top_right{
	text-align: center;
	margin-top: 10px;
}
.top_right>p{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #eeeeee;
	line-height: 30px;
	letter-spacing: 0.34px;
}
.fen_fot{
	height: 1px;
	opacity: 0.2;
	background: #999999;
}
.fot_bot{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fot_bot>span,
.fot_bot>span a{
	font-size: 12px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #ffffff;
}