footer {
  position: relative;
  background: #222222;
  width: 100%;
  margin-top: 80px;overflow: hidden;
}

footer .container {
  display: flex;
}

footer .footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 45px;
}

.footer_top {
  display: flex;
}

.footer_top .footer_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_top .footer_logo img {
  margin-bottom: 30px;
  max-width: 200px;
}

.footer_top .footer_logo p {
  font-size: 16px;
  width: 250px;
  color: #fff;
}

.footer_nav {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.footer_nav_1, .footer_nav_2 {
  display: flex;
  flex-direction: column;
}

.footer_nav_1 p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5;
}

.footer_nav_2 p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5;
}

.footer_nav .footer_navList {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 2;
  font-family: 'pingfang';
}

.footer_nav_2 .footer_navList span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  font-family: auto;
}

.footer_bottom {
  font-size: 14px;
  color: #808080;
  line-height: 2;
  text-align: left;
  border-top: 1px solid #808080;
  margin-right: 50px;
  margin-top: 60px;
  padding: 15px 0;
}

.footer_bottom a {
  font-size: 14px;
  color: #808080;
  line-height: 2;
}

.messageBox {
  background: #1f417f;
  width: 40%;
}
@media screen and (max-width: 1440px) and (min-width:0px) {
.messageBox {
    width: 30%;
}
}
@media screen and (max-width: 1200px) and (min-width:0px) {
.messageBox {
  display: none;
}
}
@media screen and (max-width: 992px) and (min-width:0px) {
.footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

@media screen and (max-width: 640px) and (min-width:0px) {
.footer_nav {
    display: none;
}
}
