.footer-box {
	width: 100%;
	background-color: #212121;
	color: #848484;
	text-align: center;
}
.footer-box .footer-box-top{
	padding: 36px 0 35px;
	border-bottom: 1px solid #323232;
}
.footer-box .footer-box-top span{
	margin: 0 32px;
	padding-left: 54px;
	font-size: 17px;
	line-height: 41px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	color: #7f7f7f;
	background-size: 41px;
}
.footer-box .footer-box-top span:nth-child(1){
	background-image: url(../../../images/v3/footer_about_icon.png);
}
.footer-box .footer-box-top span:nth-child(2){
	background-image: url(../../../images/v3/footer_contect_icon.png);
}
.footer-box .footer-box-top span:nth-child(3){
	background-image: url(../../../images/v3/footer_xl_icon.png);
	background-size: 20p
}
.footer-box .footer-box-top span:nth-child(4){
	background-image: url(../../../images/v3/footer_wx_icon.png);
}
.footer-box .footer-box-bottom p{
	line-height: 75px;
	font-size: 14px;
}