#footer {
  /* background-color: #222222; */
  background: url('../../images/footer-back.png') no-repeat center center;
  background-size: 100% 100%; /* 强制拉伸到容器大小（可能变形） */

}
#footer .tran-white {
  color: rgba(255, 255, 255, 0.7490196078);
}
#footer .tran-white:hover {
color: #fff;
}
#footer .footer-content {
  padding: 72px 30px 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #556AA3;
  cursor: pointer;
}
#footer .footer-content .footer-list {
  font-size: 16px;
  color: #fff;
  margin-top: 54px;
}
#footer .footer-content .footer-list li {
  /* margin-bottom: 28px; */
  margin-bottom: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7490196078);
}
#footer .footer-content .footer-list li:hover {
  color: #fff;
}

#footer .footer-content .wx-code {
  width: 150px;
  height: 150px;
  margin: 28px 0 9px;
}
#footer .copyright {
  cursor: pointer;
  /* border-top: 1px solid #545454; */
}
.contact-way{
  width: 50%;
}
.attention{
  width: 50%;
}

@media (max-width: 768px) {
  .comp-business {
    width: 35%;
    padding: 50px 0 0;
  }
  .contact-way {
    width: 65%;
    padding: 50px 0 0;
  }
  .attention {
    width: 100%;
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .comp-business {
    width: 100%;
    padding: 50px 20px 0;
  }
  .contact-way {
    width: 100%;
    padding: 50px 20px 0;
  }
  .attention {
    width: 100%;
    padding-top: 50px;
  }
}

.copyright a{
  color: #fff !important;
}

/*# sourceMappingURL=footer.css.map */
