@font-face {
  font-family: SiYuanRegular;
  src: url(../fonts/product/Q3/SourceHanSansCN-Normal.eot),
    url(../fonts/product/Q3/SourceHanSansCN-Normal.woff),
    url(../fonts/product/Q3/SourceHanSansCN-Normal.ttf),
    url(../fonts/product/Q3/SourceHanSansCN-Normal.svg);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SiYuanRegular;
  src: url(../fonts/product/Q3/SourceHanSansCN-Bold.eot),
    url(../fonts/product/Q3/SourceHanSansCN-Bold.woff),
    url(../fonts/product/Q3/SourceHanSansCN-Bold.ttf),
    url(../fonts/product/Q3/SourceHanSansCN-Bold.svg);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: ManropeRegular;
  src: url(../fonts/product/manrope/ManropeRegular.eot),
    url(../fonts/product/manrope/ManropeRegular.woff),
    url(../fonts/product/manrope/ManropeRegular.ttf),
    url(../fonts/product/manrope/ManropeRegular.svg);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ManropeBold;
  src: url(../fonts/product/manrope/ManropeBold.eot),
    url(../fonts/product/manrope/ManropeBold.woff),
    url(../fonts/product/manrope/ManropeBold.ttf),
    url(../fonts/product/manrope/ManropeBold.svg);
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: ManropeRegular, SiYuanRegular, sans-serif;
}
.bold {
  font-family: ManropeBold, SiYuanBold, sans-serif;
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 图片通用 */
.banner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
/* pc端图片 */
@media (min-width: 768px) {
  .banner {
    position: relative;
    width: 100%;
    background-size: 100% 100.1%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .banner_1 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  .banner_2 {
    padding-top: 64.74%;
  }
  .banner_3 {
    padding-top: 57.292%;
  }
  .banner_4 {
    padding-top: 64.74%;
  }
  .banner_5 {
    padding-top: 61.198%;
  }
  .banner_6 {
    padding-top: 64.74%;
    color: #fff;
  }
  .banner_7 {
    padding-top: 64.74%;
  }
  .banner_8 {
    padding-top: 42.5%;
  }
  .banner_9 {
    padding-top: 42.5%;
  }
}
/* 移动端图片 */
@media (max-width: 767px) {
  .banner {
    position: relative;
    width: 100%;
    background-size: 100% 100.1%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .banner_1 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  .banner_2 {
    padding-top: 200%;
  }
  .banner_3 {
    padding-top: 197.333%;
  }
  .banner_4 {
    padding-top: 193.333%;
  }
  .banner_5 {
    padding-top: 187.6%;
  }
  .banner_6 {
    padding-top: 224%;
    color: #fff;
  }
  .banner_7 {
    padding-top: 160%;
  }
  .banner_8 {
    padding-top: 126.667%;
  }
  .banner_9 {
    padding-top: 140%;
  }
}

/* 文字动画 */
@-webkit-keyframes text-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes text-animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.text-move {
  opacity: 0;
}
.text-move-delay {
  opacity: 0;
}
.text-move-delayer {
  opacity: 0;
}
.text-animate {
  -webkit-animation: text-animate ease-out 0.7s forwards;
  animation: text-animate ease-out 0.7s forwards;
}
.text-animate-delay {
  -webkit-animation: text-animate ease-out 0.7s 0.5s forwards;
  animation: text-animate ease-out 0.7s 0.5s forwards;
}
.text-animate-delayer {
  -webkit-animation: text-animate ease-out 0.7s 1s forwards;
  animation: text-animate ease-out 0.7s 1s forwards;
}

/* pc端样式 */
@media all and (min-width: 768px) {
  .max {
    display: block !important;
  }
  .min {
    display: none !important;
  }

  .size-68 {
    font-size: 3.55vw;
  }
  .size-24 {
    font-size: 1.25vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }

  .banner_2 .text_1 {
    top: 19vw;
    left: 13.02vw;
  }
  .banner_2 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_2 .title_2 {
    width: 30vw;
    line-height: 2;
    text-align: justify;
  }

  .banner_3 .text_1 {
    top: 18.28vw;
    left: 55.83vw;
  }
  .banner_3 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_3 .title_2 p {
    line-height: 2;
  }

  .banner_4 .text_1 {
    top: 22.03vw;
    left: 13.02vw;
  }
  .banner_4 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_4 .title_2 {
    width: 30vw;
    line-height: 2;
    text-align: justify;
  }

  .banner_5 .text_1 {
    top: 19.93vw;
    left: 59.32vw;
  }
  .banner_5 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_5 .title_2 {
    line-height: 2;
  }

  .banner_6 .text_1 {
    top: 8.89vw;
    left: 13.02vw;
  }
  .banner_6 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_6 .title_2 {
    line-height: 2;
  }

  .banner_7 .text_1 {
    top: 8.49vw;
    left: 13.02vw;
  }
  .banner_7 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_7 .title_2 p {
    line-height: 2;
  }

  .banner_8 .text_1 {
    top: 15.05vw;
    left: 59.79vw;
  }
  .banner_8 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_8 .title_2 {
    width: 30vw;
    line-height: 2;
    text-align: justify;
  }

  .banner_9 .text_1 {
    top: 13.9vw;
    left: 9.58vw;
  }
  .banner_9 .title_1 {
    margin-bottom: 2.13vw;
    line-height: 1.5;
  }
  .banner_9 .title_2 {
    width: 30vw;
    line-height: 2;
    text-align: justify;
  }

  #parameter {
    display: none;
  }
}

/* 移动端样式 */
@media all and (max-width: 767px) {
  .max {
    display: none !important;
  }
  .min {
    display: block !important;
  }

  .size-68 {
    font-size: 9.07vw;
  }
  .size-26 {
    font-size: 3.47vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: justify;
  }

  .banner .text_1 {
    top: 21.73vw;
    left: 11.2vw;
    width: 77.6vw;
  }
  .banner .title_1 {
    line-height: 1.5;
    margin-bottom: 6.12vw;
  }
  .banner .title_2 {
    line-height: 1.5;
  }

  .banner_8 .title_2 p {
    line-height: 1.5;
  }

  .banner_9 .text_1 {
    left: 9.73vw;
    width: 80.54vw;
  }


  #parameter {
    display: none;
  }
}
