@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;
}
body {
  background: url(../images/background.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body .wrap {
  margin: 84px 0 127px;
}
body .main {
  width: fit-content;
  margin: 0 auto;
  padding: 42px 25px 40px;
  background: #FAFDFF;
  box-shadow: 0px 0px 18px 0px rgba(11, 34, 58, 0.14);
}
body .main .title {
  width: 892px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  background: url(../images/line.png) no-repeat;
  background-size: 100% 2px;
  background-position: 0 50%;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
img {
  display: block;
}
a {
  cursor: pointer;
}
footer {
  width: 100%;
  padding: 38px 0;
  background: #3B70FF;
}
footer .layout {
  display: flex;
  align-items: center;
}
footer .layout img {
  width: 406px;
  height: 80px;
  margin-right: 175px;
  flex-shrink: 0;
}
footer .layout .info div {
  margin-bottom: 18px;
}
footer .layout .info div:nth-last-child(1) {
  margin-bottom: 0;
}
footer .layout .info span {
  margin-right: 50px;
}
footer .layout .info span:nth-last-child(1) {
  margin-right: 0;
}
footer .layout .info div,
footer .layout .info span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}
header {
  padding: 150px 0 0;
}
header img {
  width: 172px;
  margin: 0 auto;
}
