@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;
    width: 100%;
    height: auto;
  }
  .banner_2_0 {
    padding-top: 44.271%;
    color: #fff;
  }
  .banner_2 {
    padding-top: 92.708%;
  }
  .banner_3 {
    padding-top: 64.323%;
  }
  .banner_4 {
    padding-top: 68.75%;
  }
  .banner_5 {
    padding-top: 69.792%;
  }
  .banner_6 {
    padding-top: 72.917%;
  }
  .banner_7 {
    padding-top: 64.583%;
  }
  .banner_8 {
    padding-top: 105.729%;
  }
  .banner_9 {
    padding-top: 23.958%;
  }
  .banner_10 {
    margin-top: 40px;
    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;
    width: 100%;
    height: auto;
  }
  .banner_2_0 {
    padding-top: 146.667%;
    background-image: ;
    color: #fff;
  }
  .banner_2 {
    padding-top: 164%;
  }
  .banner_3 {
    padding-top: 174.8%;
  }
  .banner_4 {
    padding-top: 174.8%;
  }
  .banner_5 {
    padding-top: 154.133%;
  }
  .banner_6 {
    padding-top: 215.333%;
  }
  .banner_7 {
    padding-top: 284%;
  }
  .banner_8 {
    padding-top: 248.933%;
  }
  .banner_9 {
    padding-top: 36%;
  }
  .banner_10 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
}

/* 文字动画 */
@-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;
  }
}

/* 通用淡入动画 */
.fade-move {
  -webkit-animation: fade-move 1s linear forwards;
  animation: fade-move 1s linear forwards;
}
@-webkit-keyframes fade-move {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-move {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 第4页动画文字 */
.anim-text-move {
  -webkit-animation: anim-text-move 1.6s linear 0.8s forwards;
  animation: anim-text-move 1.6s linear 0.8s forwards;
}
@-webkit-keyframes anim-text-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 anim-text-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;
  }
}

/* 第6页文字动画 */
.anim-text-move1 {
  -webkit-animation: fade-move 1s linear 1s forwards;
  animation: fade-move 1s linear 1s forwards;
}
.anim-text-move2 {
  -webkit-animation: fade-move 1s linear 2s forwards;
  animation: fade-move 1s linear 2s forwards;
}

/* 通用文字渐变样式 */
.gradient span {
  background-image: linear-gradient(to right, #fe6783, #7b3bfb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* pc端样式 */
@media all and (min-width: 768px) {
  .max {
    display: block !important;
  }
  .min {
    display: none !important;
  }

  .size-60 {
    font-size: 3.13vw;
  }
  .size-45 {
    font-size: 2.34vw;
  }
  .size-24 {
    font-size: 1.25vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: center;
  }

  .banner_2_0 .video-bg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .banner_2_0 .video-bg video {
    width: 100%;
  }
  .banner_2_0 .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .banner_2_0 .text_1 {
    top: 12vw;
    left: 19.22vw;
    z-index: 2;
  }
  .banner_2_0 .title_1 {
    margin-bottom: 1.57vw;
  }
  .banner_2_0 .title_1 p {
    text-align: left;
  }
  .banner_2_0 .title_2 {
    display:  inline-flex;
    align-items: center;
    cursor: pointer;
  }
  .banner_2_0 .title_2 img {
    width: 3.54vw;
    margin-right: 0.63vw;
  }

  .banner_2 .text_1 {
    top: 6.51vw;
    left: 17.97vw;
  }
  .banner_2 .title_1 {
    margin-bottom: 2.24vw;
  }
  .banner_2 .title_1 p {
    line-height: 1.5;
    text-align: left;
  }
  .banner_2 .title_2 p {
    line-height: 2;
    text-align: left;
  }

  .banner_3 .text_1 {
    top: 6.51vw;
    left: 17.97vw;
  }
  .banner_3 .title_1 {
    margin-bottom: 2.24vw;
  }
  .banner_3 .title_1 p {
    line-height: 1.5;
    text-align: left;
  }
  .banner_3 .title_2 p {
    line-height: 2;
    text-align: left;
  }

  .banner_4 .text_1 {
    top: 6.51vw;
    left: 17.97vw;
  }
  .banner_4 .title_1 {
    margin-bottom: 2.24vw;
  }
  .banner_4 .title_1 p {
    line-height: 1.5;
    text-align: left;
  }
  .banner_4 .title_2 {
    width: 42.4vw;
    line-height: 2;
    text-align: justify;
  }

  .banner_5 .text_1 {
    top: 6.51vw;
    left: 17.97vw;
  }
  .banner_5 .title_1 {
    margin-bottom: 2.24vw;
  }
  .banner_5 .title_1 p {
    line-height: 1.5;
    text-align: left;
  }
  .banner_5 .title_2 p {
    line-height: 2;
    text-align: left;
  }

  .banner_6 .text_1 {
    top: 6.51vw;
    left: 17.97vw;
  }
  .banner_6 .title_1 {
    margin-bottom: 2.24vw;
  }
  .banner_6 .title_1 p {
    line-height: 1.5;
    text-align: left;
  }
  .banner_6 .title_2 p {
    line-height: 2;
    text-align: left;
  }
  .banner_6 .title_3 {
    margin-top: 3.54vw;
    display: flex;
  }
  .banner_6 .title_4 {
    margin-top: 3.13vw;
  }
  .banner_6 .item {
    margin-right: 6.2vw;
  }
  .banner_6 .item .item-text-1 {
    margin-bottom: 1.88vw;
    line-height: 1;
    text-align: left;
  }
  .banner_6 .item .item-text-2 {
    line-height: 1;
    text-align: left;
  }

  .banner_7 .text_1 {
    top: 12.76vw;
    right: 17.97vw;
  }
  .banner_7 .title_1 {
    margin-bottom: 2.24vw;
  }
  .banner_7 .title_1 p {
    line-height: 1.5;
    text-align: right;
  }
  .banner_7 .title_2 p {
    line-height: 2;
    text-align: right;
  }
  .banner_7 .title_3 {
    margin-top: 3.39vw;
    display: flex;
    justify-content: flex-end;
  }
  .banner_7 .text_2 {
    top: 43.33vw;
    right: 17.97vw;
  }
  .banner_7 .title_4 {
    display: flex;
    justify-content: flex-end;
  }
  .banner_7 .item {
    margin-left: 5.94vw;
  }
  .banner_7 .item .item-text-1 {
    margin-bottom: 1.25vw;
    line-height: 1;
    text-align: right;
  }
  .banner_7 .item .item-text-2 p {
    line-height: 1.5;
    text-align: right;
  }

  .banner_8 .text_1 {
    top: 6.51vw;
    left: 17.97vw;
  }
  .banner_8 .title_1 {
    margin-bottom: 2.24vw;
  }
  .banner_8 .title_1 p {
    line-height: 1.5;
    text-align: left;
  }
  .banner_8 .title_2 p {
    line-height: 2;
    text-align: left;
  }
  .banner_8 .text_2 {
    top: 30.73vw;
    left: 14.4vw;
  }
  .banner_8 .text_3 {
    top: 38.49vw;
    left: 14.4vw;
  }
  .banner_8 .title_3,
  .banner_8 .title_4 {
    display: flex;
    width: 57.3vw;
  }
  .banner_8 .item {
    flex: 1;
    line-height: 1;
    text-align: center;
  }

  .banner_9 .text_1 {
    top: 10.1vw;
    left: 23.6vw;
    width: 15vw;
    height: 3.5vw;
    cursor: pointer;
  }

  #parameter {
    display: none;
  }
}

/* 移动端样式 */
@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-40 {
    font-size: 5.33vw;
  } 
  .size-26 {
    font-size: 3.47vw;
  }
  .size-24 {
    font-size: 3.2vw;
  }

  .text {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  p {
    text-align: justify;
  }

  .banner_2_0 .video-mask {
    position: absolute;
    top: 39.73%;
    left: 0;
    width: 100%;
    height: 42.91%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .banner_2_0 .text_1 {
    top: 21.5vw;
    left: 9.33vw;
  }
  .banner_2_0 .title_1 {
    font-weight: bold;
  }
  .banner_2_0 .text_2 {
    bottom: 7vw;
  }
  .banner_2_0 .title_2 {
    font-weight: bold;
    font-size: 8vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner_2_0 .title_2 img {
    width: 8vw;
    margin-right: 1.6vw;
  }

  .banner_2 .text_1 {
    top: 21.73vw;
    left: 8.8vw;
    width: 82.4vw;
  }
  .banner_2 .title_1 {
    line-height: 1.5;
    margin-bottom: 6.86vw;
  }
  .banner_2 .title_2 {
    line-height: 1.5;
  }

  .banner_3 .text_1 {
    top: 21.73vw;
    left: 8.8vw;
    width: 82.4vw;
  }
  .banner_3 .title_1 {
    line-height: 1.5;
    margin-bottom: 6.86vw;
  }
  .banner_3 .title_2 {
    line-height: 1.5;
  }

  .banner_4 .text_1 {
    top: 21.73vw;
    left: 8.8vw;
    width: 82.4vw;
  }
  .banner_4 .title_1 {
    line-height: 1.5;
    margin-bottom: 6.86vw;
  }
  .banner_4 .title_2 {
    line-height: 1.5;
  }
  
  .banner_5 .text_1 {
    top: 21.73vw;
    left: 8.8vw;
    width: 82.4vw;
  }
  .banner_5 .title_1 {
    line-height: 1.5;
    margin-bottom: 6.86vw;
  }
  .banner_5 .title_2 {
    line-height: 1.5;
  }

  .banner_6 .text_1 {
    top: 21.73vw;
    left: 8.8vw;
    width: 82.4vw;
  }
  .banner_6 .title_1 {
    margin-bottom: 6.86vw;
    line-height: 1.5;
  }
  .banner_6 .title_2 {
    margin-bottom: 12.46vw;
    line-height: 1.5;
  }
  .banner_6 .item {
    margin-bottom: 13.2vw;
  }
  .banner_6 .item-text-1 {
    margin-bottom: 4.93vw;
    line-height: 1;
  }
  .banner_6 .item-text-2 {
    line-height: 1;
  }

  .banner_7 .text_1 {
    top: 21.73vw;
    left: 8.8vw;
    width: 82.4vw;
  }
  .banner_7 .title_1 {
    margin-bottom: 6.86vw;
    line-height: 1.5;
  }
  .banner_7 .title_2 {
    margin-bottom: 12.46vw;
    line-height: 1.5;
  }
  .banner_7 .item {
    margin-bottom: 13.2vw;
  }
  .banner_7 .item-text-1 {
    margin-bottom: 4.93vw;
    line-height: 1;
  }
  .banner_7 .item-text-2 {
    line-height: 1;
  }

  .banner_8 .text_1 {
    top: 21.73vw;
    left: 8.8vw;
    width: 82.4vw;
  }
  .banner_8 .title_1 {
    margin-bottom: 6.86vw;
    line-height: 1.5;
  }
  .banner_8 .title_2 {
    margin-bottom: 12.46vw;
    line-height: 1.5;
  }

  .banner_9 .text_1 {
    top: 14.5vw;
    left: 11vw;
    width: 30vw;
    height: 7vw;
  }

  #parameter {
    display: none;
  }
}
