@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  color: #1a53bc!important;
}
.container-wrap {
  padding-top: 5px;
  padding-bottom: 30px;
}
.footer {
  margin-top: 100px;
}
.footer .footer-link {
  background-color: #1953bb;
}
.footer .footer-link .link-list {
  padding: 30px 0 20px;
  text-align: center;
}
.footer .footer-link .link-list span,
.footer .footer-link .link-list a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: inline-block;
}
.footer .footer-link .link-list a {
  margin-right: 20px;
}
.footer .footer-link .link-list a:hover {
  color: #ffffff!important;
}
.footer .footer-icp {
  background-color: #000000;
  padding: 16px 0 16px;
}
.footer .footer-icp p {
  text-align: center;
}
.footer .footer-icp p span,
.footer .footer-icp p a {
  height: 21px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  display: inline-block;
}
.footer .footer-icp p span {
  margin-right: 6px;
}
.footer .footer-icp p img {
  vertical-align: -2px;
  padding: 0 10px;
}
.footer .footer-icp p a:hover {
  color: #ffffff!important;
}
