@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 {
  width: 100%;
  min-width: 1300px;
  background-color: #353535;
  margin: 0px auto 0;
}
footer .info-wrap {
  width: fit-content;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .info-wrap .box {
  display: flex;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 31px;
}
footer .info-wrap div:nth-child(1) {
  flex-shrink: 0;
  margin-bottom: 10px;
}
footer .info-wrap .box div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
footer .info-wrap span {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  display: inline-block;
}
footer .info-wrap span.last {
  margin-right: 0;
}
footer .info-wrap a {
  display: inline-block;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 31px;
}
footer .info-wrap a:hover {
  color: #FFFFFF !important;
}
header img {
  width: 100%;
}

