@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.section {
  font: 14px "Arial";
  color: #333;
}

.index-body .item-con {
  display: flex;
  display: -webkit-flex;
}

/*箭头*/
@-webkit-keyframes start {
  0%, 30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}
@keyframes start {
  0%, 30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -8px);
  }
}
.resize {
  width: 24px;
  height: 18px;
  bottom: 30px;
  left: 50%;
  margin-left: -12px;
  position: fixed;
  z-index: 998;
  -webkit-animation: start 1.5s infinite ease-in-out;
  animation: start 1.5s infinite ease-in-out;
}

.bottom-info-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
  bottom: 8px;
  color: #fff;
}

.back-home-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 998;
}
.back-home-btn img {
  width: 25px;
  height: 25px;
}

/*首页*/
.page-index {
  background: #a0030b url("../images/bg01.jpg") center top no-repeat;
  background-size: 100%;
}
.page-index .index-loading-con .loading-icon {
  margin-bottom: 30px;
  margin-top: 10px;
}
.page-index .index-loading-con .loading-icon img {
  width: 150px;
}
.page-index .index-loading-con .loading-pic img {
  width: 100%;
}
.page-index .index-loading-con .loading-pic2 {
  margin-top: 20px;
}
.page-index .index-loading-con .loading-pic2 img {
  width: 100%;
}

.index-body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.index-body .item-con {
  height: 25%;
  color: #fff;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
}
.index-body .item-con .item-info {
  width: 50%;
  font-size: 18px;
}
.index-body .item-con .item-info a {
  color: #fff;
}
.index-body .item-con .item-info img {
  width: 180px;
}
.index-body .item-con .item-icon {
  width: 50%;
}
.index-body .item-con .item-icon img {
  height: 120px;
}
.index-body .item-con:nth-child(1) {
  background: #ffbc3a;
  top: 0;
}
.index-body .item-con:nth-child(1) .item-icon img {
  height: 155px;
}
.index-body .item-con:nth-child(2) {
  background: #f26315;
  top: 25%;
}
.index-body .item-con:nth-child(2) .item-icon img {
  height: 150px;
}
.index-body .item-con:nth-child(3) {
  background: #d20000;
  top: 50%;
}
.index-body .item-con:nth-child(4) {
  background: #f6a6a6;
  top: 75%;
}

/*第一页*/
.page01.section1 {
  background: url("../images/page1-bg.jpg") center top no-repeat;
  background-size: 100%;
}
.page01.section1 .page1-loading-con .section-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.page01.section1 .page1-loading-con .section-box .pic-con {
  margin-top: 10px;
}
.page01.section1 .page1-loading-con .section-box .pic-con img {
  width: 180px;
}
.page01.section1 .page1-loading-con .section-box .info-con img {
  width: 100%;
}
.page01 .section-poster-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.page01 .section-poster-box .pic-top-con, .page01 .section-poster-box .pic-bottom-con {
  position: absolute;
  left: 0;
  width: 100%;
}
.page01 .section-poster-box .pic-top-con img, .page01 .section-poster-box .pic-bottom-con img {
  width: 100%;
}
.page01.section2 {
  background: url("../images/poster-bg01.jpg") center bottom no-repeat;
  background-size: cover;
}
.page01.section2 .section-poster-box .pic-top-con {
  top: 20px;
}
.page01.section2 .section-poster-box .pic-bottom-con {
  bottom: 40px;
}
.page01.section3 {
  background: url("../images/poster-bg02.jpg") center top no-repeat;
  background-size: cover;
}
.page01.section3 .section-poster-box .pic-top-con {
  top: 20px;
}
.page01.section3 .section-poster-box .pic-bottom-con {
  bottom: 35px;
}
.page01.section4 {
  background: url("../images/poster-bg03.jpg") center center no-repeat;
  background-size: cover;
}
.page01.section4 .section-poster-box .pic-top-con {
  top: 30px;
}
.page01.section4 .section-poster-box .pic-bottom-con {
  bottom: 40px;
}
.page01.section5 {
  background: url("../images/poster-bg04.jpg") center center no-repeat;
  background-size: cover;
}
.page01.section5 .section-poster-box .pic-top-con {
  top: 20px;
}
.page01.section5 .section-poster-box .pic-bottom-con {
  bottom: 40px;
}
.page01.section6 {
  background: url("../images/poster-bg05.jpg") center bottom no-repeat;
  background-size: cover;
}
.page01.section6 .section-poster-box .pic-top-con {
  top: 20px;
}
.page01.section6 .section-poster-box .pic-bottom-con {
  bottom: 40px;
}

/*第二页*/
.page02.section1 {
  background: url("../images/page2-bg.jpg") center top no-repeat;
  background-size: 100%;
}
.page02.section1 .page2-loading-con .section-box .pic-con {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page02.section1 .page2-loading-con .section-box .pic-con img {
  width: 180px;
}
.page02.section1 .page2-loading-con .section-box .info-con img {
  width: 100%;
}
.page02.section1 .page2-loading-con .section-box .info-text-con {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.8;
}
.page02.section2, .page02.section3, .page02.section4, .page02.section5 {
  background: #ffbc3a url("../images/page2-bg2.jpg") center top no-repeat;
  background-size: 100%;
}
.page02.section2 .section-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.page02.section2 .section-box .pic-con {
  padding-top: 28%;
}
.page02.section2 .section-box .pic-con img {
  width: 100%;
}
.page02.section2 .section-box .pic-con2 {
  margin-top: 25px;
}
.page02.section2 .section-box .pic-con2 img {
  width: 100%;
}
.page02.section3 .section-box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page02.section3 .section-box .pic-con {
  padding-top: 32%;
}
.page02.section3 .section-box .pic-con img {
  width: 100%;
}
.page02.section3 .section-box .pic-con2 {
  padding-top: 30px;
}
.page02.section3 .section-box .pic-con2 img {
  width: 100%;
}
.page02.section4 .section-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.page02.section4 .section-box .pic-con {
  padding-top: 25%;
}
.page02.section4 .section-box .pic-con img {
  width: 100%;
}
.page02.section4 .section-box .pic-box {
  width: 80%;
  margin: 5px auto;
}
.page02.section4 .section-box .pic-box img {
  width: 100%;
}
.page02.section4 .section-box .pic-con2 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page02.section4 .section-box .pic-con2 img {
  width: 100%;
}
.page02.section4 .section-box .pic-con3 {
  margin-bottom: 15px;
}
.page02.section4 .section-box .pic-con3 img {
  width: 100%;
}
.page02.section5 .section-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.page02.section5 .section-box .pic-con {
  padding-top: 30%;
}
.page02.section5 .section-box .pic-con img {
  width: 100%;
}
.page02.section5 .section-box .pic-box {
  width: 80%;
  margin: 20px auto 30px;
}
.page02.section5 .section-box .pic-box img {
  width: 100%;
}
.page02.section5 .section-box .pic-con2 img {
  width: 100%;
}

/*第三页*/
.page03 {
  background: url("../images/page3-bg.jpg") center top no-repeat;
  background-size: 100%;
}
.page03 .page3-loading-con .section-box .pic-con {
  margin-bottom: 40px;
  margin-top: 20px;
}
.page03 .page3-loading-con .section-box .pic-con img {
  width: 180px;
}
.page03 .page3-loading-con .section-box .info-con img {
  width: 100%;
}
.page03.section2, .page03.section3 {
  background: #d10000 url("../images/page3-bg2.jpg") center top no-repeat;
  background-size: 100%;
}
.page03.section2 .section-box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page03.section2 .section-box .pic-con {
  padding-top: 28%;
}
.page03.section2 .section-box .pic-con img {
  width: 100%;
}
.page03.section2 .section-box .pic-con2 {
  margin-top: 25px;
}
.page03.section2 .section-box .pic-con2 img {
  width: 100%;
}
.page03.section3 .section-box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page03.section3 .section-box .pic-con {
  padding-top: 32%;
}
.page03.section3 .section-box .pic-con img {
  width: 100%;
}
.page03.section3 .section-box .pic-code {
  margin: 20px auto 40px;
}
.page03.section3 .section-box .pic-code img {
  width: 220px;
}
.page03.section3 .section-box .pic-con02 img {
  width: 100%;
}

/*第四页*/
.page04.section1 {
  background: url("../images/page4-bg.jpg") center top no-repeat;
  background-size: 100%;
}
.page04.section1 .page4-loading-con .section-box .pic-con {
  margin-bottom: 30px;
  margin-top: 10px;
}
.page04.section1 .page4-loading-con .section-box .pic-con img {
  width: 180px;
}
.page04.section1 .page4-loading-con .section-box .info-con img {
  width: 100%;
}
.page04.section1 .page4-loading-con .section-box .info-text-con {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.8;
}
.page04.section2 {
  background: url("../images/page4-bg2.jpg") center top no-repeat;
  background-size: 100%;
}
.page04.section2 .section-box {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.page04.section2 .section-box .pic-con {
  padding-top: 35%;
}
.page04.section2 .section-box .pic-con img {
  width: 100%;
}
.page04.section2 .section-box .pic-code {
  margin: 30px auto 40px;
  width: 80%;
}
.page04.section2 .section-box .pic-code img {
  width: 100%;
}
.page04.section2 .section-box .pic-con02 img {
  width: 100%;
}

@media (max-height: 680px) and (min-width: 400px) {
  .page02.section2 .section-box {
    text-align: center;
  }
  .page02.section2 .section-box .pic-con {
    padding-top: 25%;
  }
  .page02.section2 .section-box .pic-con img {
    width: 95%;
  }
  .page02.section2 .section-box .pic-con2 {
    margin-top: 20px;
  }
  .page02.section2 .section-box .pic-con2 img {
    width: 95%;
  }
  .page02.section3 .section-box {
    text-align: center;
  }
  .page02.section3 .section-box .pic-con img {
    width: 95%;
  }
  .page02.section3 .section-box .pic-con2 img {
    width: 95%;
  }

  .page03.section2 .section-box .pic-con {
    padding-top: 25%;
  }
  .page03.section2 .section-box .pic-con2 {
    margin-top: 20px;
  }
  .page03.section3 .section-box .pic-con {
    padding-top: 28%;
  }
  .page03.section3 .section-box .pic-code {
    margin: 20px auto 30px;
  }

  .page04.section2 .section-box .pic-con {
    padding-top: 30%;
  }
}

/*# sourceMappingURL=index.css.map */
