@charset "utf-8";
.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.main {
  width: 100%;
  background-color: #F5F7FA;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
  cursor: pointer;
  user-select: none;
  color: #418efe !important;
}
footer {
  min-width: 1200px;
}
footer .footer-link {
  background-color: #ffffff;
  padding: 20px 0;
}
footer .footer-link h3 {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  display: block;
  color: #666666;
  line-height: 22px;
  margin-bottom: 11px;
}
footer .footer-link a {
  font-size: 14px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #999;
  line-height: 20px;
}
footer .footer-link a:hover {
  color: #999 !important;
}
footer .info-wrap {
  text-align: center;
  background-color: #418efe;
  padding-top: 55px;
  padding-bottom: 55px;
}
footer .info-wrap span {
  font-size: 14px;
  color: white;
  display: inline-block;
  line-height: 29px;
}
footer .info-wrap span.last {
  margin-right: 0;
}
footer .info-wrap a {
  display: inline-block;
  font-size: 14px;
  color: white;
  margin-right: 17px;
  line-height: 29px;
}
footer .info-wrap a:hover {
  color: #fff !important;
}
footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../images/icp-logo.png) no-repeat;
  vertical-align: -3px;
}
footer .info-wrap div:nth-child(3) > span a:nth-child(1) {
  margin-right: 0;
}
header .top {
  padding: 20px 0;
}
header .top .layout {
  display: flex;
  justify-content: space-between;
}
header .top .layout .left a,
header .top .layout .right a {
  margin: 0 10px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
header .top .layout .left a:nth-child(1),
header .top .layout .right a:nth-child(1) {
  margin-left: 0;
}
header .top .layout .left a:nth-last-child(1),
header .top .layout .right a:nth-last-child(1) {
  margin-right: 0;
}
header .banner {
  position: relative;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
header .banner img {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
header .banner a {
  position: absolute;
  top: 362px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 74px;
  display: block;
  background: linear-gradient(to top, #72a1e8 0%, #ebf5fe 100%);
  border-radius: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #418EFE;
}
