html body {
  padding: 0;
  margin: 0;
}

.main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: url(../image/about/位图.webp) no-repeat;
  background-position: center 70px;
  background-size: 100% 264px;
}
.content {
  width: 1282px;
  height: 100%;
}
.content .top {
  height: 264px;
  width: 100%;
  display: flex;
  padding-top: 70px;
}
.content .top span {
  display: flex;
  margin-top: 138px;
  margin-left: 66px;
  font-weight: bold;
  font-size: 42px;
  color: #4169e1;
  line-height: 55px;
}
.content .info {
  width: 100%;
  margin-top: 50px;
}
.content .info div {
  margin-left: 66px;
  margin-right: 90px;
}
.content .info div p {
  font-weight: 500;
  font-size: 16px;
  color: #3e444c;
  line-height: 24px;
}
.content .info div span {
  font-size: 13px;
  color: #666666;
  line-height: 20px;
}
.content .footer {
  height: 246px;
  background: #f6f7f8;
  margin-bottom: 60px;
  margin-top: 54px;
}
.content .footer div {
  margin-left: 66px;
  margin-bottom: 9px;
}
.content .footer div:first-child {
  padding-top: 40px;
}
.content .footer div p {
  margin: 0;
}
.content .footer div p span {
  font-weight: 500;
  font-size: 14px;
  color: #3e444c;
  line-height: 20px;
  margin-left: 7px;
}
.content .footer div span {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  margin-top: 7px;
  display: inline-block;
}
