/* 页脚区域 */
.footer-content {
  background-color: #f3f7f9;
}

.footer-content .bx {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.footer-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}

.footer-logo {
  width: 92px;
  height: 90px;
  margin: 0 30px;
}

.footer p {
  line-height: 36px;
  font-size: 16px;
  color: #747474;
}

.copyright {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  background-color: #11568a;
}

.copyright p {
  color: #fff;
}
