* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #fff;
  font-size: 12px;
}

.s-body {
  background: #fff;
}

.s-content {
  background: url("../img/bg.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  padding-bottom: 104px;
}

.s-title {
  display: flex;
  align-items: center;
  padding-top: 136px;
  padding-left: 240px;
}

.s-title img {
  width: 150px;
  height: 150px;
}

.s-title span {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 67px;
  color: #000000;
  font-style: italic;
  margin-left: 33px;
}

.s-great {
  width: 950px;
  height: 391px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 32px 32px 0px;
  margin-top: 18px;
}

.s-great p {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 57px;
  color: #000000;
  padding-left: 240px;
  padding-top: 52px;
  padding-right: 54px;
  font-style: italic;
}

.s-great img {
  width: 437px;
  height: 129px;
  margin-top: 49px;
  margin-left: 240px;
}

.s-info img {
  width: 213px;
  height: 269px;
  position: absolute;
  margin-top: -120px;
  margin-left: -119px;
}

.s-info {
  width: 1397px;
  height: 352px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 32px 32px 32px 32px;
  display: flex;
  position: relative;
  margin-top: 220px;
  margin-left: 240px;
}

.s-info p {
  width: 589px;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 20px;
  color: #4b80f6;
  padding-left: 67px;
  padding-top: 38px;
  line-height: 43px;
}

.phone {
  position: absolute;
  width: 1023px;
  height: 1089px;
  right: 0;
  bottom: 0;
}

.footer {
  width: 100%;
  height: 167px;
  background: #000000;
}

.footer p:nth-child(1) {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding-top: 32px;
  text-align: center;
}

.footer p:nth-child(2) {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  padding-top: 66px;
  text-align: center;
}
