@charset "utf-8";
.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #444444;
}
.footer .footer-menu {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #747474;
  margin-bottom: 22px;
}
.footer .footer-menu .footer-menu-container {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
  height: 52px;
}
.footer .footer-menu .footer-menu-container ul {
  margin: 0;
  padding: 0;
  width: 1200px;
  height: 52px;
}
.footer .footer-menu .footer-menu-container ul li {
  list-style-type: none;
  text-align: center;
  width: 200px;
  line-height: 52px;
  height: 52px;
  float: left;
}
.footer .footer-menu .footer-menu-container ul li a {
  font-size: 16px;
  line-height: 32px;
  font-family: '微软雅黑';
  color: white;
  text-decoration: none;
  height: 16px;
  line-height: 52px;
}
.footer .footer-container {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.footer .footer-container .copyright {
  width: 755px;
  height: auto;
  overflow: hidden;
  float: left;
}
.footer .footer-container .copyright p {
  font-size: 14px;
  line-height: 28px;
  font-family: '微软雅黑';
  color: white;
}
.footer .footer-container .copyright p a {
  color: white;
}
.footer .footer-container .footer-ewm {
  width: 281px;
  height: auto;
  overflow: hidden;
  float: right;
}
.footer .footer-container .footer-ewm .ewm {
  width: 128px;
  height: auto;
  overflow: hidden;
  padding: 16px;
  background-color: white;
  border-radius: 10px;
  float: right;
}
.footer .footer-container .footer-ewm .ewm img {
  width: 100%;
  margin: 0;
}
.footer .footer-container .footer-ewm img {
  float: left;
  margin-top: 60px;
}
