.dk_page .banner_pc .swiper-slide {
  position: relative;
}
.dk_page .banner_pc .swiper-slide img {
  width: 100%;
}
.dk_page .banner_pc .swiper-slide p {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-family: "楷体";
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  border-radius: 0 0 30px 30px;
}
.dk_page .banner_m .swiper-slide {
  position: relative;
}
.dk_page .banner_m .swiper-slide img {
  width: 100%;
}
.dk_page .banner_m .swiper-slide p {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-family: "楷体";
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  border-radius: 0 0 30px 30px;
}
.dk_text_pc {
  position: relative;
}
.dk_text_pc .text {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.dk_text_pc p {
  line-height: 2;
  text-indent: 2em;
  font-size: 20px;
  text-align: justify;
}
.dk_foot {
  text-align: center;
  color: #6cb4a9;
  position: relative;
  margin-top: 20px;
}
.dk_foot img {
  width: 100%;
}
.dk_foot p {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.dk_text_m {
  display: none;
  position: relative;
  width: 90%;
  margin: 30px auto;
}
.dk_text_m .text {
  position: relative;
  z-index: 10;
}
.dk_text_m img {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
.dk_text_m p {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .dk_text_pc {
    display: none;
  }
  .dk_text_m {
    display: block;
  }
  .dk_foot {
    display: none;
  }
}
