.footer {
  background: #56aab7;
}
.footer .gm {
  width:95%;
  max-width: 1450px;
  margin: 0 auto;
}
.footer_list {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.footer_left {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.footer_menu h1 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.footer_menu ul li {
  margin-bottom: 10px;
}
.footer_menu ul li a {
  font-size: 16px;
  color: white;
}
.footer_right .QR-code {
  margin-left: 55px;
}
.footer_right h3 {
  color: white;
  font-size: 20px;
  margin: 10px 0 25px;
}
.footer_right a {
  display: flex;
  align-items: center;
  color: #2f318b;
  font-family: "Swis721-BlkCn-BT";
  font-weight: bold;
  font-size: 24px;
}
.footer_right h2 {
  color: black;
  font-size: 18px;
  font-family: "SourceHanSansCN-Light";
  margin: 10px 0;
}
.footer_right p {
  color: black;
  font-size: 16px;
}
.end {
  padding-top: 10px;
  background: #56aab7;
}
.end .gm {
  width:95%;
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.end p {
  color: white;
  font-size: 16px;
}
.end p a {
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .footer .gm {
    display: flex;
    justify-content: center;
    width: 90%;
  }
  .end .gm {
    width: 90%;
    display: block;
    text-align: center;
    height: auto;
    padding: 20px 0;
  }
  .footer_left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .end p span {
    display: none;
  }
  .link {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .footer_list {
    padding-top:20px;
    padding-bottom: 10px;
  }
  .footer_right h1 {
    font-size: 24px;
  }
  .end {
    padding-bottom:60px;
  }
  .end p {
    font-size: 14px;
  }
  .end .gm {
    padding: 10px 0;
  }
}
.fswzj {
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  .fswzj {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    display: block;
    background: #1d7481;
  }
  .fswzj ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    border-top: 2px solid #1d7481;
  }
  .fswzj ul li {
    color: #fff;
    width: 25%;
    text-align: center;
    padding: 0.3rem 0;
    position: relative;
    float: left;
  }
  .fswzj ul li a {
    color: #fff;
    display: block;
    border-left: 1px solid #29476e;
  }
  .fswzj ul li a img {
    width: 30px;
  }
  .fswzj ul li.on a {
    border-left: none;
  }
.end p a {
  font-size: 14px;
}
.end{ padding-top:0px; }
.footer_right h3{ margin: 10px 0 20px; }
}
