/****页脚****/
.home_footer {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 40px;
  padding-top: 25px;
  background: #1E1F1C;
  font-size: 14px;
  color: #5C5C5C;
}
.home_footer a {
  font-size: 14px;
  color: #5C5C5C;
}
.home_footer .fa-edit {
  color: #fff !important;
}
.home_footer .footer_main {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
}
.home_footer .footer_main .footer_info {
  float: left;
  width: 300px;
  min-width: inherit;
}
.home_footer .footer_main .footer_info .p_text {
  width: 100%;
  min-height: 24px;
  line-height: 24px;
  display: inline-block;
}
.home_footer .footer_main .footer_info .p_text:first-child {
  margin-top: 10px;
}
/* .home_footer .footer_main .footer_info .p_text div:first-child {
    max-width: 80px;
}
.home_footer .footer_main .footer_info .p_text div:last-child {
    width: 420px;
} */
.home_footer .footer_main .footer_info .logo_img {
  width: 300px;
  height: 100px;
  display: flex;
  align-items: center;
}
.home_footer .footer_main .footer_info .logo_img img {
  max-width: 300px;
  max-height: 100px;
}
.home_footer .footer_main .footer_help {
  float: right;
  width: 800px;
  margin-top: 30px;
}
.home_footer .footer_help ul li {
  float: left;
  padding-right: 15px;
}
.home_footer .footer_help ul li:last-child {
  padding-right: 0px;
}
.home_footer .footer_help ul li h4 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_footer .footer_help ul li a {
  display: inline-block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*.home_footer .footer_help ul li a:hover{ color: #fff;}*/
.home_footer .footer_help .wx img,
.home_footer .footer_help .wx a {
  width: 100px;
  height: 100px;
}
.home_footer .footer_frend {
  margin-bottom: 5px;
}
.home_footer .footer_record {
  display: inline-block;
}
.home_footer .footer_record > div {
  float: left;
}
