.index_footer {
  background: #252525;
  position: relative;
  z-index: 80;
}
.index_footer .footer_center {
  display: flex;
  align-items: center;
  height: 120px;
  color: #fff;
  justify-content: center;
}
.index_footer .footer_center .footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_footer .footer_center .center_left {
  overflow: hidden;
}
.index_footer .footer_center .center_left .logo {
  width: 240px;
  padding-right: 30px;
  vertical-align: top;
}
.index_footer .footer_center .center_left .wx-qrCode {
  width: 120px;
  height: 120px;
}
.index_footer .footer_center .footer_right {
  margin-left: 70px;
  flex: 3;
  overflow: hidden;
}
.index_footer .footer_center .footer_right .small-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #444;
  margin-bottom: 30px;
  display: flex;
}
.index_footer .footer_center .footer_right .small-title .title-con {
  width: 550px;
  display: flex;
  justify-content: space-between;
}
.index_footer .footer_center .footer_right .small-title .title-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.index_footer .footer_center .footer_right .small-title .title-item img {
  margin-right: 5px;
  vertical-align: text-top;
}
.index_footer .footer_center .footer_right .right-item {
  margin-bottom: 5px;
}
.index_footer .footer_center .footer_right .right-item .title {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #cccccc;
}
.index_footer .footer_center .footer_right .right-item .phone {
  font-size: 24px;
  font-family: HelveticaNeue;
  color: #cccccc;
  margin-right: 32px;
}
.index_footer .foot-bottom {
  font-size: 12px;
  font-family: LucidaGrande;
  color: #999;
  line-height: 40px;
  text-align: center;
  height: 40px;
  background: #111010;
}

