/* <-========= 公共 beginning =========-> */
.beijingjuzhong {
	background-position: center center;
	background-repeat: no-repeat no-repeat;
	background-size: cover;
}

.w-33 {
	width: 33% !important;
}

.text-red {
	color: #ff0000;
}

.text-224e99 {
	color: #224e99;
}

footer.bg-black {
	background-color: #000;
}

footer .text-white {
	color: #fff;
}

footer .position-relative {
	position: relative;
}

/* <-========= 公共 ending =========-> */



/* <-========= 页脚 beginning =========-> */
footer * {
	box-sizing: border-box !important;
}

footer .lianxifangshi,
footer .copyright {
	color: #d4d4d4;
}

footer h3 {
	font-weight: 600;
	margin-bottom: 40px;
}

footer .copyright a {
	color: #d4d4d4;
	text-decoration: none;
}

footer h3::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 28px;
	background-color: #fff;
	top: 4px;
	left: 10px;
}

.footer-menu {
	list-style: none;
	/* margin-left: -32px; */
	display: grid;
	grid-template-columns: 10em 1fr;
	row-gap: 16px;
	color: #d4d4d4;
}

.footer-menu a {
	text-decoration: none;
	color: #d4d4d4;
}

/* <-========= 页脚 ending =========-> */

footer .py-5 {
	  padding-top: 3rem !important;
	  padding-bottom: 3rem !important;
}

footer h3, footer .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
@media (min-width: 1200px) {
  footer h3, footer .h3 {
    font-size: 1.75rem;
  }
}

footer p {
	margin-bottom: 1rem;
}