/* 内容3 */
.content2 {
  margin-top: 100px;
}
.inners2 {
  width: 60%;
  margin: 0 auto;
  height: 300px;
}
.inners2 li {
  float: left;
  margin: 0 auto;
  width: 30%;
}
.inners2 li img {
  width: 100%;
}
h2 {
  font-size: 50px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 112px;
  text-align: center;
}
.c-top {
  width: 40%;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
  padding-bottom: 39px;
  border-bottom: 1px dashed #ededed;
  margin: 17px auto;
}
/* 底部 */
.footer {
  height: 475px;
  background: url('../img/Footer.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 80px;
}
.footer span {
  display: inline-block;
  width: 195px;
  height: 184px;
  margin-top: 119px;
  margin-left: 225px;
}
.f-right {
  float: right;
  width: 60%;
  margin: 151px auto;
  text-align: left;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 45px;
}
.f-right a {
  color: rgba(255, 255, 255, 1);
}

.footer .line {
  height: 1px;
  margin-top: 84px;
  background: #4d4d4d;
}

.f-foot {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  color: rgba(255, 255, 255, 1);
  width: 100%;
  position: relative;
  left: 29%;
}
.f-foot p {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
}
.f-foot p a {
  color: aliceblue;
}