footer {
  border-top: 7px solid #fff;
  color: #fff;
  position: relative;
}
footer::after,
footer::before {
  content: '';
  position: absolute;
  top: -7px;
  height: 7px;
  z-index: 1;
  width: 33.33%;
}
footer::before {
  background-color: #1B499A;
  left: 0;
}
footer::after {
  background-color: #EE1B2D;
  right: 0;
}
footer .footer-top {
  padding: 0 46px;
  background-color: #0f4d88;
  overflow: hidden;
}
footer .footer-top .footer-con {
  padding: 70px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  footer .footer-top .footer-con {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-top .footer-con .logo-info-contact {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  footer .footer-top .footer-con .logo-info-contact {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top .footer-con .logo-info-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
footer .footer-top .footer-con .logo-info-contact .logo {
  width: 154px;
  display: block;
}
footer .footer-top .footer-con .logo-info-contact .logo .ele {
  filter: brightness(0) invert(1);
}
footer .footer-top .footer-con .logo-info-contact p {
  margin-top: 44px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.22;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-con .logo-info-contact p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top .footer-con .logo-info-contact p {
    margin-top: 22px;
  }
}
footer .footer-top .footer-con .logo-info-contact .mail-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 22px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-con .logo-info-contact .mail-info {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top .footer-con .logo-info-contact .mail-info {
    margin-top: 12px;
  }
}
footer .footer-top .footer-con .logo-info-contact .mail-info .iconfont {
  margin-right: 14px;
  font-size: 22px;
}
footer .footer-top .footer-con .logo-info-contact .mail-info a {
  margin-left: 14px;
  display: block;
  color: #ffff;
}
footer .footer-top .footer-con nav {
  max-width: 558px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  footer .footer-top .footer-con nav {
    width: 100%;
    max-width: none;
  }
}
footer .footer-top .footer-con nav ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, min-content);
  grid-auto-rows: 1fr;
  gap: 76px 130px;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-con nav ul {
    gap: 54px 100px;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-top .footer-con nav ul {
    gap: 34px 80px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-top .footer-con nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    text-align: center;
  }
}
footer .footer-top .footer-con nav ul li .nav-a {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-con nav ul li .nav-a {
    font-size: 16px;
  }
}
footer .footer-top .footer-con nav ul li .ul .sub-nav-a {
  white-space: nowrap;
  color: #fff;
  line-height: 1.64;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-con nav ul li .ul .sub-nav-a {
    font-size: 14px;
  }
}
footer .footer-top .footer-con .project-name {
  position: absolute;
  bottom: -4px;
  left: 0;
  color: #1C578F;
  font-size: 120px;
  line-height: 0.775;
  font-weight: Montserrat;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  footer .footer-top .footer-con .project-name {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top .footer-con .project-name {
    font-size: 80px;
  }
}
footer .footer-bottom {
  background-color: #094277;
  text-align: center;
  padding: 18px 0;
}
footer .footer-bottom p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.22;
}
@media screen and (max-width: 1200px) {
  footer .footer-bottom p {
    font-size: 16px;
  }
}
