.footer {
  background-color: #2a2a2a;
}

.footer .footer_Box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.footer .footer_Box .footer_link {
  border-bottom: #313131 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.footer .footer_Box .footer_link .logoImg {
  padding-top: 20px;
}

.footer .footer_Box .footer_link .logoImg img {
  width: 139px;
  height: 82px;
}

.footer .footer_Box .footer_link .quick_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 730px;
}

.footer .footer_Box .footer_link .quick_link a {
  width: 65px;
  font-size: 16px;
  color: #666;
  padding: 20px;
  margin-right: 77px;
}

.footer .footer_Box .footer_link .quick_link a:hover {
  color: #f73d54;
}

.footer .footer_Box .footer_link .wxImg {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  width: 210px;
}

.footer .footer_Box .footer_link .wxImg .wxItem img {
  width: 88px;
  height: 88px;
}

.footer .footer_Box .footer_link .wxImg .wxItem .wxBottom {
  text-align: center;
  width: 88px;
  color: #fff;
  background: #f73d54;
  margin-top: -4px;
  line-height: 22px;
}

.footer .footer_Box .footer_zz {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 70px;
}

.footer .footer_Box .footer_zz .f_zz_dz span {
  margin: 5px 0;
}

.footer .footer_Box .footer_zz .f_zz_dz span:nth-child(1) {
  margin-right: 33px;
}

.footer .footer_Box .footer_zz .f_zz {
  margin-top: 20px;
}

.footer .txt_cont {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.footer .txt_cont .txt_1 {
  font-size: 22px;
  margin-right: 27px;
}

.footer .txt_cont .txt_2 {
  font-size: 22px;
}
/*# sourceMappingURL=footer.css.map */