.footer {
  width: 100%;
  min-width: 1000px;
  font-size: 14px;
}
.footer .up {
  background-color: var(--blue);
  padding-top: 20px;
  padding-bottom: 10px;
}
.footer .up .links {
  margin: 0 auto;
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
}
.footer .up .links .link1 {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.footer .up .links .link1 span {
  width: 119px;
  height: 32px;
  line-height: 32px;
  background: url(../../img_new/footer/link_bg.png) no-repeat;
  font-weight: bold;
  margin-right: 20px;
  float: left;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
}
.footer .up .links .link1 .about {
  width: 800px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.footer .up .links .link1 .about div {
  width: 185px;
  white-space: nowrap;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 5px;
  text-decoration: none;
  font-size: 12px;
}
.footer .down {
  background-color: #1853ac;
  padding-bottom: 10px;
}
.footer .down .copyright {
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
}
@media (min-width: 1400px) {
  .footer .up .links .link1 .about {
    width: calc(100% - 140px);
  }
}
/*# sourceMappingURL=index.css.map */