.footer{
	height: 233px;
	/* width: 100%; */
	background-color: #373D41;
}
.footer-box{
	min-height: 233px;
	/* width: 100%; */
}
.link-view{
	min-height: 141px;
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 25px;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* width: 100%; */
	/* border-bottom: 1px solid #9C9D9C; */
}
.linkList{
	margin-right: 79px;
}
.link-view li{
	font-size: 16px;
	font-family: SimHei;
	font-weight: 400;
	color: #9C9D9C;
	line-height: 27px;
}
.link-view li a{
	color: #9C9D9C;
}
.footerInfo{
	min-height: 60px;
	/* width: 100%; */
	/* margin-left: 385px;*/
	border-top: 1px solid #9C9D9C;
	text-align: center;
}
.footerInfo p{
	font-size: 16px;
	font-family: SimHei;
	font-weight: 400;
	color: #9C9D9C;
	line-height: 27px;
}