footer {
  height: 364px;
  background: no-repeat url("../img/home_page8_background.png");
  background-size: 100% 100%;
}
footer .footerWrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 52px;
  display: flex;
  justify-content: space-between;
}
footer .footerWrap .footerList li {
  margin-bottom: 20px;
}
footer .footerWrap .footerList .footerItemTitle {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
footer .footerWrap .footerList .lineItem {
  width: 150px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
}
footer .footerWrap .footerList .footerItem,
footer .footerWrap .footerList a {
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
footer .footerWrap .footerList .footerItem .phone,
footer .footerWrap .footerList a .phone {
  font-size: 18px;
}
footer .footerWrap .footerList .footerItem .addressLabel,
footer .footerWrap .footerList a .addressLabel {
  display: block;
  margin-top: 4px;
}
footer .footerWrap .footerList .footerItem .address,
footer .footerWrap .footerList a .address {
  display: block;
  width: 148px;
  line-height: 20px;
}
footer .footerWrap .footerList .footerItem .rightBtn,
footer .footerWrap .footerList a .rightBtn {
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 36px;
  background: #54DC93;
}
footer .footerWrap .footerList .footerItem .rightBtn .btnFont,
footer .footerWrap .footerList a .rightBtn .btnFont {
  margin-left: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
footer .footerWrap .footerList .footerItem .footerCode,
footer .footerWrap .footerList a .footerCode {
  margin-right: 20px;
}
footer .footerWrap .footerList .footerItem .footerCode img,
footer .footerWrap .footerList a .footerCode img {
  width: 70px;
  height: 70px;
}
footer .footerWrap .footerList .footerItem .footerCode .footerCodeName,
footer .footerWrap .footerList a .footerCode .footerCodeName {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
footer .footerWrap .footerList .cur {
  cursor: pointer;
}
footer .lines {
  width: 1200px;
  margin: 20px auto 30px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
}
footer .put {
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
/*# sourceMappingURL=footer.css.map */