#footer {
  width: 100%;
  overflow: hidden;
  background: #151414;
}
#footer .content {
  width: 1400rem;
  border-bottom: 1rem solid #3B3B3B;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#footer .logo-left {
  width: 280rem;
  margin-top: 74rem;
}
#footer .logo-left .title p {
  color: #FFFFFF;
  font-size: 46rem;
}
#footer .logo-left .hot-telephone {
  margin-top: 40rem;
}
#footer .logo-left .hot-telephone p {
  color: #BABABA;
  font-size: 14rem;
}
#footer .firstUl {
  width: 1120rem;
  margin-top: 18rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer .firstUl .two-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#footer .firstUl .firstLi {
  margin-top: 56rem;
  /* 第一级a */
}
#footer .firstUl .firstLi a {
  cursor: pointer;
}
#footer .firstUl .firstLi .firstA {
  color: #FFFFFF;
  font-size: 18rem;
}
#footer .firstUl .firstLi .two-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#footer .firstUl .firstLi .secondUlCommon {
  margin-top: 32rem;
  margin-right: 30rem;
  /* 公共a */
}
#footer .firstUl .firstLi .secondUlCommon a {
  color: #BABABA;
  cursor: pointer;
  font-size: 16rem;
}
#footer .firstUl .firstLi .secondUlCommon a:hover {
  color: #FFFFFF;
  border-bottom: 2rem solid #FFFFFF;
}
#footer .firstUl .firstLi .secondUlCommon .secondLi {
  margin-bottom: 19rem;
  position: relative;
}
#footer .firstUl .firstLi .secondUlCommon .secondLi .secondLi-position {
  position: absolute;
  display: none;
}
#footer .firstUl .firstLi .secondUlCommon #wechartMini:hover .secondLi-position {
  display: block;
}
#footer .for_the_record_info {
  width: 73%;
  height: 87rem;
  line-height: 87rem;
  margin: 0 auto;
  color: #BABABA;
  font-size: 16rem;
}
#footer .for_the_record_info a {
  color: #BABABA;
}