@charset "utf-8";

.layout {
  width: 1200px;
  margin: 0 auto;
}

.content {
  margin-top: 20px;
  margin-bottom: 30px;
}

.container-white {
  overflow: hidden;
}

.itme-words {
  background-color: #ffffff;
  padding: 30px 35px 56px 35px;
}

.footer {
  margin-top: 30px;
  min-width: 1200px;
}

.footer .footer-hd {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.footer .footer-hd .layout {
  overflow: hidden;
}

.footer-link {
  padding: 55px 0 30px;
}

.footer-link .links {
  margin-top: 20px;
}

.footer-link .links h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}

.footer-link .links a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  margin-right: 20px;
}

.footer .footer-ft {
  width: 100%;
  overflow: hidden;
  background: rgb(9, 32, 161);
  /* background: url(../images/back_footer.jpg) no-repeat; */
  background-position: top center;
  background-size: cover;
}

.footer .footer-ft .footer-icp {
  text-align: center;
  padding: 52px 0 46px;
}

.footer .footer-ft .info-wrap span,
.footer .footer-ft .info-wrap a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin: 0 10px;
}

.footer .footer-ft .info-wrap span img,
.footer .footer-ft .info-wrap a img {
  width: 20px;
  margin-right: 5px;
}

.footer .footer-ft .info-wrap:nth-child(1) span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-ft .info-wrap a:hover {
  color: #ffffff !important;
}