#head {
  width: 100%;
  background-color: FFFFFF;
  margin: 0 auto;
  position: relative;
}

#head h1 {
  margin-top: 55px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #202945;
  line-height: 40px;
}


.hcenter {
  width: 100%;
  display: flex;
  justify-content: center;
}

#head .conter {
  display: flex;
}

#hleft {
  /* width: 750px; */
  height: 343px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  flex: 1;
  line-height: 40px;
}

#hright {
  flex: 1;
  margin-left: 44px;
}

#footer h1 {
  text-align: center;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #202945;
}

#footer p {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #202945;
  text-align: center;
}

#footer .certificate {
  text-align: center;
}