.footer {
  margin-top: 50px;
  color: #fff;
  width: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Arial, Microsoft YaHei;
}
.footer .ljzc {
  background: url(../images/bgc-05.8908018f.png) no-repeat;
  width: 100%;
  height: 180px;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 40px;
}
.footer .ljzc h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.footer .ljzc .btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}
.footer .content {
  padding-top: 60px;
  display: flex;
  width: 100%;
  min-height: 280px;
  background-color: #3B4260;
  flex-direction: column;
  justify-content: space-between;
}
.footer .content .list,
.footer .content li {
  list-style: none;
}
.footer .content .name,
.footer .content li {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .content a,
.footer .content li {
  color: #fff;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.footer .content .top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.footer .content .top .left {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}
.footer .content .top .left .item {
  color: #fff;
  width: 23%;
}
.footer .content .top .right {
  display: flex;
  width: 20%;
  padding-left: 40px;
  border-left: 1px solid #fff;
}
.footer .content .top .right .item {
  width: 50%;
}
.footer .content .bottom {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.footer .content .bottom .line {
  height: 100%;
  width: 100%;
  display: flex;
  /* text-align: center; */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=huataiFooter.css.map */