/* 我们的资质 */
.certification {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.certification img {
  width: 360px;
  height: 160px;
}
.certification_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.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 {
}
.banner-msg {
  padding-top: 50px;
}
.qyry-box-1 ul li {
  width: calc(100% - 70px);
  height: calc(100% - 40px);
  border: 4px solid;
  border-image-source: linear-gradient(
    180deg,
    #e2f2b3 0%,
    #d1eb91 50%,
    #9edeb7 100%
  );
  border-image-slice: 1;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
}
.qyry-box-1 ul li img {
  width: 100%;
  height: 100%;
}
.qyry-box-2 ul li {
  width: calc(100% - 70px);
  height: calc(100% - 40px);
  border: 4px solid;
  border-image-source: linear-gradient(
    180deg,
    #e2f2b3 0%,
    #d1eb91 50%,
    #9edeb7 100%
  );
  border-image-slice: 1;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
}
.qyry-box-2 ul li img {
  width: 100%;
  height: 100%;
}
.service-contentMobile {
  display: block;
}
.service-contentPC {
  display: none;
}
.ryBook {
  padding-top: 60px;
}
.ryBook ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.ryBook ul li {
  background: #e9eff2;
  width: 230px;
  height: 230px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ryBook ul li img {
  width: 150px;
}
