.footer {
	width: 100%;
	height: 240px;
	background: #F5F5F5;
}
.footerContent {
	width: 1200px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerTitle {font-size: 24px}
.footerContactUs {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 150px;
	color: #333333;
}
.footerContactUs .contactItem li {
	display: flex;
	line-height: 30px;
}
.footerPhone {
	height: 150px;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footerPhone .phone {
	font-size: 40px;
}
.footerPhone .footerPhoneContent {
	width: 336px;
	height: 46px;
	font-size: 18px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.footerPhone .footerPhoneContent img {
	width: 47px;
	height: 36px;
}
.QRcode {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 182px;
	height: 150px;
	color: #333333;
}
.QRcode img {
	width: 140px;
	height: 130px;
	margin-bottom: 10px;
}
.footerCopyright {
	display: block;
	width: 100%;
	height: 60px;
	color: #333333;
	border-top: 4px solid #E9E7E7;
	line-height: 56px;
	text-align: center;
	background: #F5F5F5;
}
.footerCopyright:hover {
	text-decoration: underline;
}
<!--ºÄÊ±1774130226.4369Ãë-->