@charset "utf-8";
.footer {
  margin-top: 50px;
}
.footer .footer-hd {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  border-top: 2px solid #e60012;
}
.footer-link {
  width: 1180px;
  height: 154px;
  padding: 22px 0 23px;
}
.footer-link .title a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-right: 20px;
}
.footer-link .links {
  margin-top: 10px;
}
.footer-link .links h4 {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  font-weight: normal;
  margin-top: 4px;
}
.footer-link .links p {
  overflow: hidden;
}
.footer-link .links p a {
  width: 230px;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  /* margin-right: 90px; */
}
.footer .footer-ft {
  width: 100%;
  background-color: #383838;
  overflow: hidden;
}
.footer .footer-ft .footer-icp {
  text-align: center;
  padding: 14px 0 10px;
}
.footer .footer-ft .info-wrap span,
.footer .footer-ft .info-wrap a {
  font-size: 12px;
  line-height: 19px;
  color: #E6E6E6;
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-ft .info-wrap a {
  margin-right: 0;
}
.footer .footer-ft .info-wrap a:hover {
  color: #E6E6E6!important;
}
