﻿.footer {
  background: #01015E;
  color: #ffffff;
}

.footer .footer-content {
  width: 100%;
  max-width: 1200px;
  height: 87px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.footer .footer-content .left {
  display: flex;
  align-items: center;
}

.footer .footer-content .left .footer-link-item {
  cursor: pointer;
  margin-right: 45px;
}

.footer .footer-content .left .footer-link-item > img {
  width: 32px;
  height: 32px;
}

@media (max-width: 1024px) {
  .footer .footer-content {
    height: 48px;
    max-width: 200px;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-content .left .footer-link-item {
    margin: 0 10px;
  }
  .footer .footer-content .left .footer-link-item > img {
    width: 20px;
    height: 20px;
  }
}

.bottom-Introduction {
  width: 100%;
  background: #01015e;
  color: #ffffff;
}

.bottom-Introduction .bottom-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.bottom-Introduction .bottom-content .msg-box {
  padding: 50px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #5470cf;
}

.bottom-Introduction .bottom-content .msg-box > img {
  margin-right: 11px;
  width: 69px;
  height: 69px;
}

.bottom-Introduction .bottom-content .contact-us {
  margin: 30px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.bottom-Introduction .bottom-content .contact-us .btn {
  padding: 10px 28px;
  background-color: #5470cf;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}

.bottom-Introduction .bottom-content .contact-us .iunrc-title {
  margin-bottom: 40px;
}