/* 底部样式 */
footer {
	height: 260px;
	background: #065FB9;
	clear: both;
}
.footer {
	 width: 1120px;
	 height: 180px;
	 padding: 40px 0;
	 margin: 0 auto;
	 clear: both;
}
.essentialInformation {
	float: left;
	height: 180px;
}
.essentialInformation p {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
}
.qrCode {
	float: right;
}
.copyRight {
	background-color: #1e50af;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyRight a {
	margin: 0 10px;
	color: #fff;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyRight img {
	display: block;
	height: 30px;
	width: 30px;
}
.copyRight span {
	margin-left: 30px;
	color: #fff;
}