/* footer */
.footer-one,.footer{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-bottom: 20px;
}

.footer1 {
	width: 100%;
	height: 100px;
	background: #333333;
	float: left;
}

.footer-left {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	float: none;
	text-align: center;
}

.footer-left ul {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-left li {
	margin: 8px 0px;
}

.footer-left li:nth-child(2) a {
	margin-right: 10px;
}

.footer-left li:nth-child(2) a:last-child {
	margin-right: 0px;
}

.footer-left li:first-child a:first-child {
	margin-right: 28px;
}

.footer-left li span{
	margin: 0 15px;
}

.footer-left li a,
.footer-left li span,
.footer-left li p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6F6F6;
}
