html,
body {
  margin: 0;
  padding: 0;
  color: #292b2d;
  background-color: #efefef;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}




.about h2 {
  font-weight: 700;
  font-size: 40px;
}
.about .help {
  display: block;
  margin: auto;
  gap: 40px;
}
.about .help img {
  float: right;
  height: 350px;
  object-fit: cover;
  padding: 0 0 20px 20px;
}
.about .help h2 {
  padding-block: 70px;
  text-align: center;
}
.about .help p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .about .help h2{
    padding-block: 30px;
  }
  .about h2 {
    font-size: 30px;
  }
  .about .help img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;

  }
}
.about-container {
  padding-inline: 14vw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.about .team .images {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.about .team img {
  width: 48%;
  object-fit: cover;
  height: 350px;
}

.about .team h2 {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .about-container {
    padding-inline: 6vw;
    gap: 30px;
  }

  .about .team .images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .about .team img {
    width: 100%;
  }

  .about .team h2 {
    margin-bottom: 30px;
  }
}
.about .card {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin: 20px auto;
}
.about .card .item {
  background: #FAFAFC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.about .card h3 {
  font-size: 24px;
  font-weight: 700;
}
.about .card p {
  font-size: 16px;
  padding: 0 30px 30px 30px;
}
.about .card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 760px) {
  .about .card {
    grid-template-columns: 1fr;
  }
}
.about .show {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.showTitle{
  margin-bottom: 70px;
  text-align: center;
}
.about .show img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .about .show {
    grid-template-columns: 1fr;
  }
  .showTitle{
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=about.css.map */