@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
.header {
  width: 100%;
  height: 450px;
  background: url(../images/specialbackgd.jpg) no-repeat;
  background-position: top center;
  min-width: 1200px;
  position: relative;
}
.header .header-btn {
  position: absolute;
  top: 322px;
  left: 50%;
  margin-left: -125px;
}
.header .header-btn a {
  display: block;
  width: 249px;
  height: 60px;
  background: linear-gradient(360deg, #004ac8 0%, #82d8ff 100%);
  border-radius: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
}
.header .header-btn a:hover {
  color: #FBFFCB;
}
.footer {
  margin-top: 50px;
  min-width: 1200px;
}
.footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
.footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
}
.footer .footer-link a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin-right: 12px;
}
.footer .info-wrap {
  text-align: center;
  height: 166px;
  background-color: #3673C0;
  padding-top: 49px;
}
.footer .info-wrap span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  line-height: 24px;
}
.footer .info-wrap span.last {
  margin-right: 0;
}
.footer .info-wrap a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 17px;
}
.footer .info-wrap a:hover {
  color: #ffffff!important;
}

