@charset "UTF-8";
.footer {
  min-width: 1280px;
  width: 100%;
  background: #015294;
  color: #fff;
}
.footer .footer-nav {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #015294;
  border-bottom: solid 1px #fff;
  font-size: 18px;
}
.footer .footer-nav .footer-nav-item {
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
  padding: 0 48px;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
}
.footer .footer-nav .footer-nav-item + .footer-nav-item {
  margin-left: 16px;
}
.footer .footer-bottom {
  display: flex;
  width: 1280px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 24px 0;
}
.footer .footer-bottom img {
  display: block;
}
.footer .footer-bottom .logo-l {
  width: 110px;
}
.footer .footer-bottom .logo-l img {
  width: 56px;
}
.footer .footer-bottom .logo-r {
  width: 110px;
}
.footer .footer-bottom .logo-r img {
  width: 110px;
}
.footer .footer-center {
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  flex: 1;
  padding: 0 60px;
}
.footer .footer-center a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-center .wd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-center .wd .sep {
  margin: 0 8px;
}
.footer .footer-center .wd .footer-icon {
  height: 20px;
  line-height: 0;
  margin: 0 4px;
  display: inline-block;
}
.footer .footer-center .wd.flex-between {
  display: flex;
  justify-content: space-between;
}
.footer .footer-center .wd.lastline span + span {
  margin-left: 40px;
}
.footer .footer-center .wd + .wd {
  margin-top: 16px;
}

/** 小屏幕 **/
@media (max-width: 600px) {
  .footer {
    min-width: unset;
    width: 100%;
  }
  .footer .footer-nav {
    display: block;
    padding: 20px 20px;
  }
  .footer .footer-nav .footer-nav-item {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 20px;
  }
  .footer .footer-nav .footer-nav-item + .footer-nav-item {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer .footer-bottom {
    width: unset;
    display: block;
  }
  .footer .footer-bottom .logo-l, .footer .footer-bottom .logo-r {
    display: none;
  }
  .footer .footer-bottom .footer-center {
    padding: 20px 20px;
  }
  .footer .footer-bottom .footer-center .wd {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}/*# sourceMappingURL=footer.css.map */