.footer {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 110px;
	background: #0a4eb1;
	padding: 25px 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.footer p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.footer a {
	display: inline-block;
	width: auto;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.filings {
	display: flex;
	align-items: center;
}
.filings-img {
	width: 19px;
	height: 19px;
	margin-right: 10px;
}
.footer-unit {
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translateY(-50%);
	width: 54px;
	height: 66px;
	background-image: url("/r/cms/www/default/images/promote/filings_img02.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.footer-qrcode {
	position: absolute;
	top: 50%;
	right: 19%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	background-image: url("/r/cms/www/default/images/promote/qr-zjpepc.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}