.about-head {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}
.qwe {
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
}
.about-head img {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}
.about-head-p {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  left: 15%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.about-head-card {
  width: 1420px;
  position: absolute;
  z-index: 999;
  bottom: 24px;
  font-size: 14px;
  color: #fff;
}
.about-head-card span {
  margin-right: 10px;
}
.about-h1-d {
  display: flex;
  flex-wrap: wrap;
}
.about-h1-d p {
  line-height: 36px;
  font-size: 16px;
  margin: 0;
}
.about-h1-d div:nth-child(1) {
  flex: 2;
  min-width: 518px;
  font-size: 12px;
  text-indent: 2em;
  padding: 0 15px 0 15px;
  color: #2e2e2e;
}
.about-h1-d div:nth-child(2) {
  flex: 1;
  min-width: 245px;
  padding: 15px;
}
.about-h1-d div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.about-wh {
  background-color: #e9f3ff;
  padding-bottom: 140px !important;
}
.about-wh-card-list {
  display: flex;
  flex-wrap: wrap;
}
.about-wh-card-list img {
  width: 100%;
}
.about-wh-card-list p {
  margin: 0;
}
.qscv {
  flex: 0 0 25%;
}
.about-wh-card {
  width: 340px;
  height: 450px;
  background-color: #fff;
  text-align: center;
}
.about-wh-card img {
  width: 100%;
  display: block;
  height: 250px;
}
.about-wh-card-title {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  margin-top: 41px;
  margin-bottom: 38px;
}
.about-wh-card-d {
  position: absolute;
  width: 22px;
  height: 4px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0059bd;
}
.about-wh-card-p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0 15px 15px 15px;
}
.about-wh-card-p p {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .about-wh-card {
    flex: 0 0 calc(50% - 7px);
  }
  .about-h1-d div {
    flex: 0 0 calc(100%);
  }
}
