/* 我们的资质 */
.certification {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.certification img {
  width: 360px;
  height: 160px;
}
.certification_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  gap: 50px;
}
.certification_1_div {
  border: 4px solid;
  border-image-source: linear-gradient(
    180deg,
    #e2f2b3 0%,
    #d1eb91 50%,
    #9edeb7 100%
  );
  border-image-slice: 1;
  padding: 20px;
  border-radius: 10px;
}
.certification_1_div img {
  width: 250px;
  height: 353px;
}

.qyry-box-1 {
}
.qyry-box-1 ul {
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
}
.qyry-box-1 ul li {
  width: calc(336px - 40px);
  height: calc(240px - 40px);
  border: 4px solid;
  border-image-source: linear-gradient(
    180deg,
    #e2f2b3 0%,
    #d1eb91 50%,
    #9edeb7 100%
  );
  border-image-slice: 1;
  padding: 20px;
  border-radius: 10px;
}
.qyry-box-1 ul li img {
  width: 100%;
  height: 100%;
}
.qyry-box-2 {
  margin-top: 40px;
}
.qyry-box-2 ul {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}
.qyry-box-2 ul li {
  width: calc(260px - 40px);
  height: calc(210px - 40px);
  border: 4px solid;
  border-image-source: linear-gradient(
    180deg,
    #e2f2b3 0%,
    #d1eb91 50%,
    #9edeb7 100%
  );
  border-image-slice: 1;
  padding: 20px;
  border-radius: 10px;
  margin: 0px 10px;
}
.qyry-box-2 ul li img {
  width: 100%;
  height: 100%;
}
/* 公益活动 */
.service-content {
  grid-template-columns: 1fr 1fr;
}
.service-contentMobile {
  display: none;
}
.service-contentPC {
  display: grid;
}

.service-item img {
  /* max-width: 500px; */
  max-height: 286px;
}
.team-swiper {
  height: 480px;
  margin-top: 60px;
}
#team-swiper-container,
.swiper-wrappe,
.swiper-slide {
  height: 100%;
}
.swiper-slide-viede {
  width: 376px;
  height: 550px;
  border: 1px solid #efefef;
  border-radius: 10px;
}

.swiper-slide-viede video {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto 0;
}
.banner-img {
  width: 488px;
}
.ryBook {
  padding-top: 60px;
}
.ryBook ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ryBook ul li {
  background: #e9eff2;
  width: 230px;
  height: 230px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ryBook ul li img {
  width: 150px;
}
