@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #2196f3; */
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 600px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

/* 小屏幕 */
@media (max-width: 768px) {
  .swiper-slide {
      width: 300px;
      height: 200px;
    }

  .swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0px;
    padding: 25px 45px 0 25px;
  }

  .swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    margin-left: 1.3rem;
  }
}

/* 中屏幕 */
@media ( (min-width: 768px) and (max-width: 991.98px)) {
  .swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 0px;
    padding: 25px 45px 0 25px;
  }
  .swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    margin-bottom: 0.6rem;
    align-items: center;
    padding: 0 0 0 1.4rem;
  }

    .swiper-slide {
      width: 420px;
      height: 280px;
    }
}

/* 大屏幕 */
@media (min-width: 991.98px) {
.swiper-slide h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 0px;
    padding: 25px 45px 0 25px;
  }
  .swiper-slide p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
    
  }

    .swiper-slide {
      width: 600px;
      height: 400px;
    }
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #1b7402;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide--one span {
  background: #62667f;
}

.swiper-slide--two span {
  background: #087ac4;
}

.swiper-slide--three span {
  background: #b45205;
}

.swiper-slide--four span {
  background: #087ac4;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/%E9%93%B6%E6%B9%96%E4%B8%80%E6%A0%87.jpeg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/%E9%93%B6%E6%B9%96%E4%BA%8C%E6%A0%872.jpeg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/hangzhoutianhe.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/jiande_dexinzhongnan.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/tongxiang.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/pujiang_wanghuyueyuan_a.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--seven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/pujiang_wanghuyueyuan_c.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--eight {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/jiande_shouchang.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--night {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/zhuji_jiayuanfu.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--ten {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/jinhua_tantoutan.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--eleven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/jinhua_quanyuan.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--twelve {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/jinhua_xinhua.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--thirteen {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/xinshijie.jpg")
      no-repeat 50% 50% / cover;
}

.swiper-slide--fourteen {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://aobang.oss-cn-hangzhou.aliyuncs.com/resource/construction/tongluzhongtong.jpg")
      no-repeat 50% 50% / cover;
}


.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}