@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;
  color: #015ed0 !important;
}
footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #0049D0;
  padding: 65px 0;
}
footer .all {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .all h1,
footer .all a {
  display: block;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
footer .zddw {
  margin-bottom: 30px;
}
header img {
  display: block;
  width: 100%;
}
header .box {
  width: 100%;
  height: 83px;
  background: #0049D0;
}
header .title {
  background: #FFFFFF;
}
header .title h1 {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #666666;
  line-height: 90px;
}

