/*  */
.footer {
  height: 329px;
  background-color: #111111;
}
.footer .footer_top {
  display: flex;
  padding: 74px 0 86px;
}
.footer .footer_top .footer_logo img {
  width: 170px;
  height: 50px;
  max-width: 170px;
  max-height: 50px;
}
.footer .footer_top .footer_menu{
  
}
.footer .footer_top .footer_menu li{
  float: left;
  margin: 0 53px 0;
}
.footer .footer_top .footer_menu li p a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer .footer_top .QRCode{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.footer .footer_top .QRCode img{
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 140px;
}
.footer_address{
  /* height: 120px; */
  padding: 28px 0;
  text-align: center;
  background-color: #383838;
}
