.footer {
  margin-top: 30px;
  min-width: 1200px;
  position: relative;
}
.footer .footer-link {
  background-color: transparent;
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 18px;
  display: block;
  color: #666;
  line-height: 30px;
  font-weight: bold;
}
.footer .footer-link a {
  display: inline-block;
  text-align: left;
  margin-right: 40px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
}
.footer .footer-link p a:first-child {
  margin-right: 62px;
}
.footer-backdrop {
  width: 100%;
  height: 325px;
  background: url(../images/footer.png) no-repeat center top;
  min-width: 1200px;
}
.footer-backdrop .info-wrap {
  text-align: center;
  height: 100px;
  padding-top: 190px;
}
.footer-backdrop .info-wrap a {
  font-size: 12px;
  color: white;
  margin-right: 5px;
}
.footer-backdrop .info-wrap a:hover {
  color: white !important;
}
.footer-backdrop .info-wrap span {
  font-size: 12px;
  color: white;
  margin-right: 5px;
  display: inline-block;
  line-height: 28px;
}
.footer-backdrop .info-wrap .icp_logo {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
  margin-right: 4px;
}
