.footerBox{
	width: 100%;
	padding: 20px 0;
	background: #f5f5f7;
}
.footer{
	position: relative;
	padding: 20px 0;
	box-sizing: border-box;
	border-top: 1px solid #d2d2d7;
	border-bottom: 1px solid #d2d2d7;
}
.footer_ziBox{
	width: 23%;
}
.footer_ziBox:first-child{
	width: 18%;
}
.footer_ziBox:nth-child(2){
	margin-right: 10%;
}
.footer_ziBox:first-child .footer_ziTitle{
	margin-bottom: 8.5%;
}
.footer_ziBox:first-child .footer_ziTitle .footer_ziMenu_zi{
	margin-bottom: 6.5%;
}
.footer_ziTitle{
	margin-bottom: 6%;
}
.footer_beian{
	width: 100%;
	color: #666;
	font-size: 12px;
	margin-top: 10px!important;
	text-align: center;
}
.footer_beian a{
	color: #666;
	font-size: 12px;
}
.ziTitle{
	font-size: 14px;
	color: #666;
	font-weight: 900;
}
.footer_ziMenu_zi{
	margin-bottom: 1.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_ziMenu_zi a{
	font-size: 12px;
	color: #666;
}
.footer_logo{
	/* width: 22%;
	margin-top: 8.8%; */
	width: 22%;
    /* margin-top: 8.8%; */
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(-50%) translateY(-50%);
}
.footer_logo a{
	display: block;
	width: 100%;
}
.footer_logo a img{
	width: 100%;
}