footer {
  width: 100%;
  min-width: 1200px;
  height: 336px;
  background: #181818;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
footer a {
  color: rgba(255, 255, 255, 0.35);
}
footer .container {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: 48px auto 0;
}
footer .container .footerLe {
  font-size: 14px;
  float: left;
  border-right: 1px solid rgba(102, 102, 102, 0.2);
}
footer .container .footerLe dl {
  float: left;
  margin-right: 116px;
}
footer .container .footerLe dl dt {
  font-size: 18px;
  color: #c7c7c7;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 1px solid #2398d6;
}
footer .container .footerLe dl dt a {
  color: #c7c7c7;
}
footer .container .footerLe dl dd {
  color: rgba(255, 255, 255, 0.35);
  line-height: 24px;
}
footer .container .footerLe dl dd a {
  color: rgba(255, 255, 255, 0.35);
}
footer .container .footerRi {
  float: right;
}
footer .container .footerRi .qrcode {
  float: left;
  margin-right: 18px;
  color: #666;
  text-align: center;
}
footer .container .footerRi .qrcode .qrcodeBg {
  width: 130px;
  height: 130px;
  background: url(../images/qrcode_bg.png) no-repeat;
}
footer .container .footerRi .qrcode .qrcodeBg img {
  margin-top: 10px;
  margin-left: 10px;
  width: 120px;
  height: 120px;
}
footer .container .footerRi .qrcode p {
  padding-left: 10px;
  margin-top: 14px;
  font-weight: bold;
}
footer .footerBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 67px;
  line-height: 67px;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  color: #666;
}
footer .footerBottom .container {
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
footer .footerBottom .container .le {
  float: left;
}
footer .footerBottom .container .ri {
  float: right;
}
