.footer {
  color: #FFFFFF;
}
.footer .module2 {
  height: 53px;
  background: #070707;
}
.footer .module1 {
  background: url(../../static/images/common/footer.png) no-repeat 0 0/100% 100%;
  padding: 54px 15% 38px 15%;
}
.footer .module1 .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .module1 .bottom .bottom_left {
  flex-grow: 1;
}
.footer .module1 .bottom .bottom_left ul {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.footer .module1 .bottom .bottom_left ul li {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .module1 .bottom .bottom_left ul li:last-of-type {
  margin-right: 0;
}
.footer .module1 .bottom .bottom_left .workerIcon {
  width: 52px;
  height: 54px;
  background: url(../../static/images/common/custcare.png) no-repeat 0 0 / 100% 100%;
}
.footer .module1 .bottom .bottom_left div {
  margin-top: 20px;
}
.footer .module1 .bottom .bottom_right ul {
  display: flex;
  align-items: center;
}
.footer .module1 .bottom .bottom_right ul li {
  width: 158px;
  margin-left: 39px;
  text-align: center;
}
.footer .module1 .bottom .bottom_right ul li img {
  width: 158px;
  height: 158px;
}
.footer .module1 .bottom .bottom_right ul li span {
  margin-top: 10px;
  display: inline-block;
}
.footer .module1 .hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 28px 0 16px 0;
}
.footer .module1 .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .module1 .top .telBox {
  margin-right: 41px;
}
.footer .module1 .top .telBox,
.footer .module1 .top .emailBox {
  display: flex;
  align-items: center;
}
.footer .module1 .top .telIcon,
.footer .module1 .top .emailIcon {
  width: 33px;
  height: 33px;
  margin-right: 13px;
}
.footer .module1 .top .telIcon {
  background: url(../../static/images/common/tel_blue.png) no-repeat center / 23px 24px;
}
.footer .module1 .top .emailIcon {
  background: url(../../static/images/common/email_blue.png) no-repeat center / 26px 20px;
}
//首页底部-电话-邮箱//
.footer .module1 .top .font1 {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  margin-bottom: 2px;
}
//首页底部-电话-邮箱号//
.footer .module1 .top .font2 {
  font-size: 15px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
}
