@font-face {
  font-family: siyuanregular;
  src: ,
    ,
    ,
    ;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: siyuanregular;
  src: ,
    ,
    ,
    ;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: manroperegular;
  src: ,
    ,
    ,
    ;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: manropebold;
  src: ,
    ,
    ,
    ;
  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;
    padding-top: 44.271%;
    background-image: ;
  }
  .banner_2 {
    padding-top: 72.917%;
    /* background-image: ; */
  }
  .banner_6 {
    padding-top: 76.523%;
    /* background-image: ; */
  }
  .banner_7 {
    padding-top: 59.375%;
    /* background-image: ; */
  }
  .banner_8 {
    padding-top: 75.156%;
    /* background-image: ; */
  }
  .banner_8 .screen-1 {
    /* background-image: ; */
  }
  .banner_8 .screen-2 {
    /* background-image: ; */
  }
  .banner_8 .shadow {
    /* background-image: ; */
  }
  .banner_9 {
    padding-top: 53.958%;
    /* background-image: ; */
  }
  .banner_10 {
    padding-top: 23.958%;
    /* background-image: ; */
  }
  .banner_11 {
    margin-top: 40px;
    padding-top: 61.458%;
    background-image: ;
    color: #fff;
  }
  .banner_12 {
    padding-top: 61.458%;
    /* background-image: ; */
    color: #fff;
  }
  .banner_13 {
    padding-top: 61.458%;
    /* background-image: ; */
    color: #fff;
  }
  .banner_14 {
    padding-top: 61.458%;
    /* background-image: ; */
    color: #fff;
  }
  .banner_15 {
    width: 100%;
    height: auto;
  }
}
/* 移动端图片 */
@media (max-width: 767px) {
  .banner {
    position: relative;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .banner_1 {
    margin-top: 40px;
    padding-top: 146.667%;
    background-image: ;
  }
  .banner_2 {
    padding-top: 168.667%;
    /* background-image: ; */
  }
  .banner_6 {
    padding-top: 166.4%;
    /* background-image: ; */
  }
  .banner_7 {
    padding-top: 161.333%;
    /* background-image: ; */
  }
  .banner_8 {
    padding-top: 193.933%;
    /* background-image: ; */
  }
  .banner_8 .screen-1 {
    /* background-image: ; */
  }
  .banner_8 .screen-2 {
    /* background-image: ; */
  }
  .banner_8 .shadow {
    /* background-image: ; */
  }
  .banner_9 {
    padding-top: 146.667%;
    /* background-image: ; */
  }
  .banner_10 {
    padding-top: 36%;
    /* background-image: ; */
  }
  .banner_11 {
    margin-top: 40px;
    padding-top: 160%;
    background-image: ;
    color: #fff;
  }
  .banner_12 {
    padding-top: 166.667%;
    /* background-image: ; */
    color: #fff;
  }
  .banner_13 {
    padding-top: 166.667%;
    /* background-image: ; */
    color: #fff;
  }
  .banner_14 {
    padding-top: 164%;
    /* background-image: ; */
    color: #fff;
  }
  .banner_15 {
    width: 100%;
    height: auto;
    /* padding-top: 588.933%; */
    /* background-image: ; */
  }
}

/* 第5页动画 */
.light {
  opacity: 0;
}
.light-move {
  -webkit-animation: light-move 1s linear forwards;
  animation: light-move 1s linear forwards;
}
@-webkit-keyframes light-move {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes light-move {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.graffiti {
  opacity: 0;
}
.graffiti-move {
  -webkit-animation: graffiti-move 1.6s linear 0.8s forwards;
  animation: graffiti-move 1.6s linear 0.8s forwards;
}
@-webkit-keyframes graffiti-move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}
@keyframes graffiti-move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  87.5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
  }
}

/* 第9页屏幕动画 */
@-webkit-keyframes screen-move {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes screen-move {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* 第9页图示动画 */
.sign {
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
}
.sign.visible {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* 文字动画 */
@-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;
}

/* 通用视频播放器 */
.player-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.player-mask.show {
  display: flex;
}
.player-mask .player {
  position: relative;
  width: 60%;
  min-height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.player-mask .player .video {
  width: 100%;
}
.player-mask .player .close {
  font-size: 32px;
  line-height: 1em;
  color: #fff;
  position: absolute;
  top: -35px;
  right: -35px;
  cursor: pointer;
}
.player-shade .player .close:hover {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .player-mask .player {
    width: 100%;
  }
  .player-mask .player .close {
    top: -40px;
    right: 10px;
  }
}

/* pc端样式 */
@media all and (min-width: 768px) {
  .max {
    display: block !important;
  }
  .min {
    display: none !important;
  }

  .size-122 {
    font-size: 6.35vw;
  }
  .size-68 {
    font-size: 3.54vw;
  }
  .size-60 {
    font-size: 3.13vw;
  }
  .size-45 {
    font-size: 2.35vw;
  }
  .size-35 {
    font-size: 1.82vw;
  }
  .size-32 {
    font-size: 1.67vw;
  }
  .size-30 {
    font-size: 1.56vw;
  }
  .size-28 {
    font-size: 1.46vw;
  }
  .size-24 {
    font-size: 1.25vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: center;
  }

  .banner_2 .text_1 {
    top: 5.35vw;
  }
  .banner_2 .title_1 {
    line-height: 1.5;
    margin-bottom: 1.6vw;
  }
  .banner_2 .title_2 p {
    line-height: 2;
  }

  .banner_6 .text_1 {
    top: 5.35vw;
  }
  .banner_6 .title_1 {
    line-height: 1.5em;
    margin-bottom: 1.4vw;
  }
  .banner_6 .title_2 p {
    line-height: 2em;
  }

  .banner_7 .text_1 {
    top: 5.35vw;
  }
  .banner_7 .title_1 {
    line-height: 1.5em;
    margin-bottom: 1.4vw;
  }
  .banner_7 .title_2 p {
    line-height: 2em;
  }

  .banner_8 .text_1 {
    top: 5.35vw;
  }
  .banner_8 .title_1 {
    line-height: 1.5em;
    margin-bottom: 1.4vw;
  }
  .banner_8 .title_2 p {
    line-height: 2em;
  }
  .banner_8 .screen-1 {
    opacity: 0;
    animation: screen-move 6s linear infinite;
  }
  .banner_8 .screen-2 {
    opacity: 0;
    animation: screen-move 6s 3s linear infinite;
  }

  .banner_9 .text_1 {
    top: 16.5vw;
    left: 10vw;
  }
  .banner_9 .title_1 {
    line-height: 1.5em;
    margin-bottom: 1.4vw;
    text-align: left;
  }
  .banner_9 .title_2 p {
    line-height: 2em;
    text-align: left;
  }

  .banner_10 .text_1 {
    top: 10.7vw;
    left: 19vw;
    width: 13vw;
    height: 2.4vw;
    cursor: pointer;
  }

  .banner_11 .text_1 {
    top: 23vw;
    left: 59.69vw;
  }
  .banner_11 .title_1 {
    margin-bottom: 1.4vw;
    line-height: 1.5em;
    text-align: left;
  }
  .banner_11 .title_2 p {
    line-height: 2em;
    text-align: left;
  }

  .banner_12 .text_1 {
    top: 5.35vw;
  }
  .banner_12 .title_1 {
    line-height: 1.5em;
    margin-bottom: 1.4vw;
  }
  .banner_12 .title_2 {
    margin-bottom: 2vw;
  }
  .banner_12 .title_2 p {
    line-height: 2em;
  }
  .banner_12 .items {
    margin: 0 auto;
    width: 36%;
    display: flex;
  }
  .banner_12 .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner_12 .item-text-1 {
    line-height: 1.5em;
    margin-bottom: 0.25vw;
  }
  .banner_12 .item-text-2 {
    line-height: 2em;
  }

  .banner_13 .text_1 {
    top: 5.35vw;
  }
  .banner_13 .title_1 {
    line-height: 1.5em;
    margin-bottom: 1.4vw;
  }
  .banner_13 .title_2 p {
    line-height: 2em;
  }

  .banner_14 .text_1 {
    top: 6.5vw;
    left: 7.29vw;
  }
  .banner_14 .title_1 {
    line-height: 1.5em;
    margin-bottom: 1.4vw;
    text-align: left;
  }
  .banner_14 .title_2 p {
    line-height: 2em;
    text-align: left;
  }

  #parameter {
    display: none;
  }
}
/* 窄屏 */
@media screen and (min-width: 768px) and (max-aspect-ratio: 16/9) {
  .banner_12 canvas {
    position: absolute;
    top: 24vw;
    left: 0vw;
    width: 100vw;
    height: 56.25vw;
  }
  .banner_13 canvas {
    position: absolute;
    top: 32vw;
    left: 0vw;
    width: 100vw;
    height: 56.25vw;
  }
  .banner_14 canvas {
    position: absolute;
    top: 24vw;
    left: 0vw;
    width: 100vw;
    height: 56.25vw;
  }
  .banner_15 canvas {
    position: absolute;
    top: 32vw;
    left: 0vw;
    width: 100vw;
    height: 56.25vw;
  }
}
/* 宽屏 */
@media screen and (min-width: 768px) and (min-aspect-ratio: 16/9) {
  .banner_12 canvas {
    position: absolute;
    top: 24vw;
    left: calc((100vw - 177.78vh) / 2);
    width: 177.78vh;
    height: 100vh;
  }
  /* .banner_12 canvas {
    position: absolute;
    top: 24vw;
    left: 0;
    width: 100vw;
    height: 56.25vw;
  } */
  .banner_13 canvas {
    position: absolute;
    top: 32vw;
    left: calc((100vw - 177.78vh) / 2);
    width: 177.78vh;
    height: 100vh;
  }
  .banner_14 canvas {
    position: absolute;
    top: 24vw;
    left: calc((100vw - 177.78vh) / 2);
    width: 177.78vh;
    height: 100vh;
  }
  .banner_15 canvas {
    position: absolute;
    top: 32vw;
    left: calc((100vw - 177.78vh) / 2);
    width: 177.78vh;
    height: 100vh;
  }
}
/* 移动端样式 */
@media all and (max-width: 767px) {
  .max {
    display: none !important;
  }
  .min {
    display: block !important;
  }

  .size-68 {
    font-size: 9.07vw;
  }
  .size-60 {
    font-size: 8vw;
  }
  .size-45 {
    font-size: 6vw;
  }
  .size-38 {
    font-size: 5.07vw;
  }
  .size-36 {
    font-size: 4.8vw;
  }
  .size-32 {
    font-size: 4.27vw;
  }
  .size-26 {
    font-size: 3.47vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: justify;
  }

  .banner_2 .text_1 {
    top: 21.73vw;
    left: 8vw;
    width: 84vw;
  }
  .banner_2 .title_1 {
    margin-bottom: 7.08vw;
  }
  .banner_2 .title_1 p {
    line-height: 1.5;
  }
  .banner_2 .title_2 {
    line-height: 1.5;
  }

  .banner_6 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_6 .title_1 {
    margin-bottom: 6.8vw;
  }
  .banner_6 .title_1 p {
    line-height: 1.5em;
  }
  .banner_6 .title_2 {
    line-height: 1.5em;
  }

  .banner_7 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_7 .title_1 {
    margin-bottom: 6.8vw;
  }
  .banner_7 .title_1 p {
    line-height: 1.5em;
  }
  .banner_7 .title_2 {
    line-height: 1.5em;
  }

  .banner_8 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_8 .title_1 {
    margin-bottom: 6.8vw;
  }
  .banner_8 .title_1 p {
    line-height: 1.5em;
  }
  .banner_8 .title_2 {
    line-height: 1.5em;
  }
  .banner_8 .screen-1 {
    opacity: 0;
    animation: screen-move 6s linear infinite;
  }
  .banner_8 .screen-2 {
    opacity: 0;
    animation: screen-move 6s 3s linear infinite;
  }

  .banner_9 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_9 .title_1 {
    margin-bottom: 6.8vw;
    line-height: 1.5em;
  }
  .banner_9 .title_2 {
    line-height: 1.5em;
  }

  .banner_10 .text_1 {
    top: 14vw;
    left: 11vw;
    width: 31vw;
    height: 8vw;
  }

  .banner_11 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_11 .title_1 {
    margin-bottom: 6.8vw;
  }
  .banner_11 .title_1 p {
    line-height: 1.5em;
  }
  .banner_11 .title_2 {
    line-height: 1.5em;
  }

  .banner_12 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_12 .title_1 {
    margin-bottom: 6.8vw;
  }
  .banner_12 .title_1 p {
    line-height: 1.5em;
  }
  .banner_12 .title_2 {
    line-height: 1.5em;
    margin-bottom: 11.3vw;
  }
  .banner_12 .items {
    display: flex;
  }
  .banner_12 .items .item:first-child {
    margin-right: 19.87vw;
  }
  .banner_12 .item-text-1 {
    line-height: 1.5em;
    margin-bottom: 0.63vw;
  }
  .banner_12 .item-text-2 {
    line-height: 1.5em;
  }

  .banner_13 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_13 .title_1 {
    margin-bottom: 6.8vw;
  }
  .banner_13 .title_1 p {
    line-height: 1.5em;
  }
  .banner_13 .title_2 {
    line-height: 1.5em;
  }

  .banner_14 .text_1 {
    top: 25.4vw;
    left: 8.53vw;
    width: 82.24vw;
  }
  .banner_14 .title_1 {
    margin-bottom: 6.8vw;
  }
  .banner_14 .title_1 p {
    line-height: 1.5em;
  }
  .banner_14 .title_2 {
    line-height: 1.5em;
  }

  #parameter {
    display: none;
  }
}
