.module-inner {
  margin: auto;
  width: 1260px;
}

.module {
  min-width: 1260px;
}

@media screen and (max-width: 1024px) {
  .module-inner {
    margin: auto;
    width: 100%;
  }
  .module {
    min-width: 100%;
  }
}

.module-inner .btn {
  text-align: center;
}

.module-inner .btn .btn-more {
  display: inline-block;
  width: 179px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #000;
}

.module-inner .btn .btn-more:hover {
  opacity: 0.7;
}

.module-title {
  font-family: 'Aller_Rg';
  font-size: 14px;
  text-align: center;
}

.module-section {
  position: relative;
  padding: 80px 0;
}

.module-section .down {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -45px;
  width: 91px;
  height: 91px;
  background: url(../images/icon_down.png) no-repeat;
}

.module-section .module-1 .module-title {
  font-size: 48px;
}

.module-section .module-1 > .s-title {
  font-size: 14px;
  text-align: center;
}

.module-section .module-1 > .info {
  margin-top: 25px;
  font-size: 14px;
  text-align: center;
  color: #868686;
}

.module-section-1 .module-title {
  padding-top: 40px;
  font-size: 48px;
}

.module-section-1 .article {
  margin-top: 20px;
  padding: 40px 20px;
  font-size: 14px;
  text-align: center;
}

.module-section-1 .article .title {
  padding-bottom: 30px;
  font-size: 36px;
}

.module-section-1 .article p {
  line-height: 24px;
}

.slide-title {
  padding-bottom: 40px;
  font-size: 14px;
  color: #7a7a7a;
  text-align: center;
  text-decoration: underline;
}

.product-slide {
  margin: auto;
  position: relative;
  padding: 51px 44px 55px 45px;
  width: 1018px;
  height: 512px;
  background: url(../images/bg_pad.png) center center no-repeat;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 1018px;
  height: 512px;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -70px;
  margin-top: -16px;
  display: block;
  width: 18px;
  height: 33px;
  background: url(../images/btn_prev.png);
  cursor: pointer;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: -70px;
  margin-top: -16px;
  display: block;
  width: 18px;
  height: 33px;
  background: url(../images/btn_next.png);
  cursor: pointer;
}

.swiper-pagination {
  left: 0;
  bottom: -40px;
  width: 100%;
}

.swiper-pagination-bullet {
  margin-right: 10px;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: url(../images/icon_slide.png) no-repeat;
}

.swiper-pagination-bullet-active {
  background: url(../images/icon_slide_on.png) no-repeat;
}

.btn-box {
  margin-top: 160px;
  text-align: center;
}

.btn-box .btn-more {
  display: inline-block;
  width: 179px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #000;
}

.btn-box .btn-more:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .module-section {
    padding: 40px 0;
  }
  .module-section .down {
    background-size: 90% 90%;
  }
  .module-section .module-1 .module-title {
    padding-top: 20px;
    font-size: 24px;
  }
  .module-section .module-1 .s-title {
    font-size: 12px;
  }
  .module-section-1 .article {
    margin: 10px 10px 0;
    padding: 20px 10px;
    font-size: 12px;
  }
  .module-section-1 .article .title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .module-section-1 .article p {
    line-height: 24px;
  }
  .module-section-1 .slide-title {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .module-section-1 .slide {
    padding: 0 10px;
  }
  .module-section-1 .product-slide {
    padding: 22px 11px 22px 11px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-size: 100% auto;
  }
  .module-section-1 .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .module-section-1 .swiper-pagination {
    bottom: -25px;
  }
  .module-section-1 .btn-box {
    margin-top: 50px;
  }
  .module-section-1 .btn-box a {
    height: 31px;
    line-height: 31px;
    font-size: 16px;
  }
}
