.sect-1 {
  width: 100%;
  margin-top: 60px;
}
.sect-1 .wrap {
  width: 100%;
  height: 300px;
}
.sect-1 .wrap .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sect-1 .wrap .swiper-slide .main {
  width: 100%;
  height: 100%;
}
.sect-1 .wrap .swiper-slide .main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .wrap .swiper-slide .name {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.sect-1 .wrap .swiper-slide .name .cn-tit {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 3.4px;
}
.sect-1 .wrap .swiper-slide .name .en-tit {
  font-size: 16px;
  font-weight: 400;
  color: #e2e2e2;
}
.sect-2 {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  padding: 40px 0;
}
.sect-2 .wrap {
  width: calc(100% - 30px);
  height: 100%;
  padding: 15px;
  margin: -120px auto 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.sect-2 .wrap .tit {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #333333;
}
.sect-2 .wrap .time {
  font-size: 16px;
  color: #292929;
  margin-top: 10px;
  text-align: center;
}
.sect-2 .wrap .content {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #707070;
  line-height: 30px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .sect-1 .wrap {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .sect-1 .wrap {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    margin-top: 80px;
  }
  .sect-1 .wrap {
    height: 500px;
  }
  .sect-1 .wrap .swiper-slide .name .cn-tit {
    font-size: 50px;
  }
  .sect-1 .wrap .swiper-slide .name .en-tit {
    font-size: 20px;
  }
  .sect-2 {
    padding: 50px 0;
  }
  .sect-2 .wrap {
    width: 932px;
    height: 100%;
    padding: 30px;
    margin: -140px auto 0;
  }
  .sect-2 .wrap .tit {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sect-1 {
    margin-top: 90px;
  }
  .sect-2 .wrap {
    width: 1140px;
  }
}
@media (min-width: 1430px) {
  .sect-1 {
    margin-top: 100px;
  }
  .sect-2 .wrap {
    width: 1370px;
  }
}
@media (min-width: 1660px) {
  .sect-1 {
    margin-top: 110px;
  }
  .sect-1 .wrap {
    height: 600px;
  }
  .sect-1 .wrap .swiper-slide .name .cn-tit {
    font-size: 68px;
  }
  .sect-1 .wrap .swiper-slide .name .en-tit {
    font-size: 26px;
  }
  .sect-2 {
    padding: 60px 0;
  }
  .sect-2 .wrap {
    width: 1600px;
    padding: 60px;
    margin: -180px auto 0;
  }
  .sect-2 .wrap .tit {
    font-size: 26px;
  }
}
/*# sourceMappingURL=ndetail.css.map */