@charset "UTF-8";
@font-face {
  font-family: mm;
  src: url(../assets/TTZhiLiJ.df1376.ttf); }

.load-box {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .load-box .load-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .load-box .load-content img {
      display: block;
      width: 80px;
      -webkit-animation: loadMove 5s linear infinite;
              animation: loadMove 5s linear infinite; }
    .load-box .load-content p {
      color: #ffe1a7; }
      .load-box .load-content p .dot {
        font-size: 14px;
        margin-right: 4px; }
      .load-box .load-content p .dot1 {
        -webkit-animation: dotMove 0.5s linear infinite;
                animation: dotMove 0.5s linear infinite; }
      .load-box .load-content p .dot2 {
        -webkit-animation: dotMove 0.5s 0.2s linear infinite;
                animation: dotMove 0.5s 0.2s linear infinite; }
      .load-box .load-content p .dot3 {
        -webkit-animation: dotMove 0.5s 0.4s linear infinite;
                animation: dotMove 0.5s 0.4s linear infinite; }

@-webkit-keyframes loadMove {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loadMove {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dotMove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes dotMove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.box {
  position: relative;
  display: none; }

.swiper-container {
  width: 100%;
  min-width: 1220px;
  height: 100vh;
  --swiper-theme-color: #ffee22; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden; }

.page1 {
  background: url(../assets/1.573582.jpg) no-repeat center; }
  .page1 .image-box1 {
    position: absolute;
    top: 0px;
    left: 0px; }
    .page1 .image-box1 img {
      width: 100%;
      opacity: 0.6;
      display: block; }
  .page1 .image-box2 {
    width: 75%;
    margin: 0px auto;
    position: relative;
    z-index: 2; }
    .page1 .image-box2 img {
      width: 100%;
      display: block; }

.page1-clouds-top {
  width: 100%;
  position: absolute;
  -webkit-animation-name: cloudMove;
          animation-name: cloudMove;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01);
          animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01); }
  .page1-clouds-top img {
    width: 100%;
    opacity: 0.4;
    display: block; }

.page1-footer {
  position: absolute;
  bottom: 0px; }
  .page1-footer .page1-footer-clouds {
    width: 100%; }
    .page1-footer .page1-footer-clouds img {
      width: 100%;
      opacity: 0.4;
      display: block; }

.page1-footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  -webkit-animation-name: cloudMove1;
          animation-name: cloudMove1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01);
          animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01); }

.erweima_box {
  width: 150px;
  height: 230px;
  background: url(../assets/erweima_bg.01eceb.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  bottom: 30px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.erweima_box .top {
  margin-top: 2px; }

.erweima_box .top img {
  border: 3px solid #dba222; }

.erweima_box .bom {
  width: 90%;
  margin-left: 5%; }

.erweima_box .bom .android {
  width: 100%; }

.erweima_box .bom img {
  width: 100%; }

.page2 {
  background-image: url(../assets/bj2.82974a.jpg);
  background-size: 100% 100%; }
  .page2 .cloud {
    width: 100%;
    opacity: 0.7;
    display: block; }
  .page2 .cloud1 {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    -webkit-animation-name: cloudMove1;
            animation-name: cloudMove1;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01);
            animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01); }
    .page2 .cloud1 img {
      display: block;
      width: 100%; }
  .page2 .cloud2 {
    position: absolute;
    height: 220px;
    left: 0px;
    bottom: 0px;
    z-index: 4;
    opacity: 0.8;
    -webkit-animation-name: cloudMove1;
            animation-name: cloudMove1;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01);
            animation-timing-function: cubic-bezier(0.63, 0.04, 0.49, 1.01); }
    .page2 .cloud2 img {
      display: block;
      width: 100%; }
  .page2 .checkpoint {
    width: 240px;
    position: absolute;
    cursor: pointer;
    z-index: 3; }
    .page2 .checkpoint img {
      width: 100%;
      display: block; }
  .page2 .checkpoint1 {
    top: 42%;
    left: 6%; }
  .page2 .checkpoint2 {
    top: 22%;
    left: 18%; }
  .page2 .checkpoint3 {
    top: 43%;
    left: 18%; }
  .page2 .checkpoint4 {
    top: 22%;
    left: 33%; }
  .page2 .checkpoint5 {
    top: 36%;
    left: 31%; }
  .page2 .checkpoint6 {
    top: 58%;
    left: 28%; }
  .page2 .checkpoint7 {
    top: 6%;
    left: 57%; }
  .page2 .checkpoint8 {
    top: 23%;
    left: 54%; }
  .page2 .checkpoint9 {
    top: 42%;
    left: 49%; }
  .page2 .checkpoint10 {
    top: 59%;
    left: 43%; }
  .page2 .checkpoint11 {
    top: 18%;
    left: 72%;
    width: 240px; }
  .page2 .checkpoint12 {
    top: 40%;
    left: 65%;
    width: 260px; }
  .page2 .checkpoint13 {
    top: 65%;
    left: 54%;
    width: 260px; }
  .page2 .checkpoint14 {
    top: 50%;
    left: 79%;
    width: 260px; }
  .page2 .checkpoint15 {
    top: 64%;
    left: 75%;
    width: 220px; }
  .page2 .checkpoint:hover {
    animation: checkpointMove 600ms linear infinite alternate-reverse; }
  .page2 .description-box {
    width: 400px;
    position: absolute;
    bottom: 2.9%;
    left: 2.9%;
    z-index: 10; }
    .page2 .description-box img {
      width: 100%; }
    .page2 .description-box .description-wz {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 2;
      padding: 30px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .page2 .description-box .description-wz p {
        margin: 0px 0px 5px 0px;
        text-align: center;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #e5d4bf; }
      .page2 .description-box .description-wz .title {
        font-size: 36px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #e5d4bf;
        line-height: 33px; }
      .page2 .description-box .description-wz .hz-line {
        width: 70%;
        height: 1px;
        background-color: #d2bda4;
        margin: 15px auto; }

.recharge-box {
  width: 220px;
  height: 259px;
  background: url(../assets/page1.296e37.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .recharge-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .recharge-box ul li {
      padding: 14px 0px 14px 14px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .recharge-box ul li .recharge-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        .recharge-box ul li .recharge-item .icon {
          height: 30px;
          width: 30px; }
        .recharge-box ul li .recharge-item .icon_dollar {
          background: url(../assets/dollar.593597.png) no-repeat center;
          background-size: contain; }
        .recharge-box ul li .recharge-item .icon_apple {
          background: url(../assets/apple.a11b72.png) no-repeat center;
          background-size: contain; }
        .recharge-box ul li .recharge-item .icon_google-play {
          background: url(../assets/google-play.b66702.png) no-repeat center;
          background-size: contain; }
        .recharge-box ul li .recharge-item .right {
          margin-left: 10px; }
          .recharge-box ul li .recharge-item .right p {
            margin: 0px;
            text-align: left;
            color: #b28768; }
          .recharge-box ul li .recharge-item .right .ft-en {
            font-size: 14px;
            font-weight: 400; }
          .recharge-box ul li .recharge-item .right .ft-zh {
            font-size: 24px;
            font-weight: bold; }
    .recharge-box ul .hz-line {
      width: 70%;
      height: 1px;
      background-color: #d2bda4;
      margin: 0px auto; }

.menu {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 10; }
  .menu .menu-ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu .menu-ul .menu-ul-li {
      position: relative; }
      .menu .menu-ul .menu-ul-li div img {
        display: block;
        cursor: pointer; }
      .menu .menu-ul .menu-ul-li > .youtube img:first-child {
        display: block; }
      .menu .menu-ul .menu-ul-li > .youtube img:last-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .youtube:hover img:first-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .youtube:hover img:last-child {
        display: block; }
      .menu .menu-ul .menu-ul-li > .facebook img:first-child {
        display: block; }
      .menu .menu-ul .menu-ul-li > .facebook img:last-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .facebook:hover img:first-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .facebook:hover img:last-child {
        display: block; }
      .menu .menu-ul .menu-ul-li > .instagram img:first-child {
        display: block; }
      .menu .menu-ul .menu-ul-li > .instagram img:last-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .instagram:hover img:first-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .instagram:hover img:last-child {
        display: block; }
      .menu .menu-ul .menu-ul-li > .twitter img:first-child {
        display: block; }
      .menu .menu-ul .menu-ul-li > .twitter img:last-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .twitter:hover img:first-child {
        display: none; }
      .menu .menu-ul .menu-ul-li > .twitter:hover img:last-child {
        display: block; }
      .menu .menu-ul .menu-ul-li .indicator {
        position: absolute;
        left: 50%;
        bottom: -190px;
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .menu .menu-ul .menu-ul-li .indicator .vertical-line {
          width: 2px;
          height: 14px;
          background-color: #ffffff; }
        .menu .menu-ul .menu-ul-li .indicator .indicator-icon {
          width: 20px;
          height: 20px;
          cursor: pointer; }
        .menu .menu-ul .menu-ul-li .indicator .indicator-noActive {
          background: url(../assets/indicator.d73e05.png) no-repeat center;
          background-size: contain; }
        .menu .menu-ul .menu-ul-li .indicator .indicator-active {
          background: url(../assets/indicator-active.b774cb.png) no-repeat center;
          background-size: contain; }
        .menu .menu-ul .menu-ul-li .indicator div {
          margin-bottom: 2px; }
    .menu .menu-ul > .menu-ul-li:not(:last-child) {
      margin-right: 15px; }

.page3 {
  background: url(../assets/bj5.acf84e.png) no-repeat center; }
  .page3 .hero-infor {
    position: absolute;
    min-height: 200px;
    top: 30px;
    left: 50px;
    z-index: 3;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .page3 .hero-infor .hero-infor-title {
      font-size: 60px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      letter-spacing: 3px;
      color: transparent;
      -webkit-line-clamp: 2;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #092634), to(#1d435a));
      background: linear-gradient(0deg, #092634 0.12207%, #1d435a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .page3 .hero-infor .hero-infor-line {
      margin: 10px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page3 .hero-infor .hero-infor-line .hz-line {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 1px;
        background-color: #092635; }
      .page3 .hero-infor .hero-infor-line .square1 {
        width: 8px;
        height: 8px;
        border: 1px solid #092635;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .page3 .hero-infor .hero-infor-line .square2 {
        width: 10px;
        height: 10px;
        background-color: #092635;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-left: 3px; }
    .page3 .hero-infor .hero-name {
      padding: 0px 20px;
      position: absolute;
      left: -300px;
      text-align: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .page3 .hero-infor .hero-name img {
        width: 40px;
        vertical-align: middle; }
      .page3 .hero-infor .hero-name .hero-name-txt {
        color: #092635;
        font-size: 26px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        vertical-align: middle;
        display: inline-block; }
    .page3 .hero-infor .hero-name-move {
      -webkit-transition: all 500ms linear;
      transition: all 500ms linear;
      -webkit-transform: translateX(300px);
              transform: translateX(300px); }
    .page3 .hero-infor .introduce {
      position: absolute;
      margin-top: 10px;
      color: #092635;
      text-align: left;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      height: 200px;
      line-height: 28px;
      font-family: mm; }
  .page3 .hero-pictures {
    position: absolute;
    right: -100%;
    bottom: -100%;
    z-index: 2;
    -webkit-transition: all 1s linear;
    transition: all 1s linear; }
    .page3 .hero-pictures img {
      display: block; }
  .page3 .nezha {
    bottom: 20%;
    right: 50%;
    -webkit-transform: translate(50%, 50%) scale(0.8);
            transform: translate(50%, 50%) scale(0.8); }
  .page3 .yangjian {
    bottom: 16%;
    right: 50%;
    -webkit-transform: translate(50%, 50%) scale(0.8);
            transform: translate(50%, 50%) scale(0.8); }
  .page3 .gonggong {
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%) scale(0.9);
            transform: translate(50%, 50%) scale(0.9); }
  .page3 .randenɡ {
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(55%, 50%) scale(0.8);
            transform: translate(55%, 50%) scale(0.8); }
  .page3 .suwukong {
    bottom: 48%;
    right: 50%;
    -webkit-transform: translate(50%, 50%) scale(0.8);
            transform: translate(50%, 50%) scale(0.8); }
  .page3 .guhongniao {
    bottom: 46%;
    right: 50%;
    -webkit-transform: translate(50%, 50%) scale(1);
            transform: translate(50%, 50%) scale(1); }
  .page3 .mazu {
    bottom: 56%;
    right: 50%;
    -webkit-transform: translate(50%, 60%) scale(0.8);
            transform: translate(50%, 60%) scale(0.8); }
  .page3 .jiumaoming {
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%) scale(0.8);
            transform: translate(50%, 50%) scale(0.8); }
  .page3 .hero-gallery {
    width: 400px;
    position: absolute;
    right: 10px;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 3;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .page3 .hero-gallery .hero-gallery-item {
      width: 80px;
      height: 80px;
      padding: 2px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative; }
      .page3 .hero-gallery .hero-gallery-item img {
        height: 100%;
        display: block;
        cursor: pointer; }
      .page3 .hero-gallery .hero-gallery-item img:hover {
        border: 2px solid blue; }

.page4 {
  overflow: hidden;
  overflow-x: auto;
  background: #000000; }
  .page4 .swiper-container-v {
    width: 100%; }
    .page4 .swiper-container-v .scroll-box {
      height: 100%; }
    .page4 .swiper-container-v .swiper-slide {
      position: relative; }
      .page4 .swiper-container-v .swiper-slide .gif-box {
        height: 80%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .page4 .swiper-container-v .swiper-slide .gif-box1 {
        left: 20%; }
      .page4 .swiper-container-v .swiper-slide .gif-box2 {
        left: 9%; }
      .page4 .swiper-container-v .swiper-slide .gif-box3 {
        left: 5%; }
      .page4 .swiper-container-v .swiper-slide .gif-box4 {
        left: 3%; }
      .page4 .swiper-container-v .swiper-slide .gif-box5 {
        left: -14%; }
      .page4 .swiper-container-v .swiper-slide .gif-box6 {
        left: -6%; }
      .page4 .swiper-container-v .swiper-slide .gif-box7 {
        left: -10%; }
      .page4 .swiper-container-v .swiper-slide .gif-box8 {
        left: 20%; }
      .page4 .swiper-container-v .swiper-slide .gif-box9 {
        left: 5%; }
      .page4 .swiper-container-v .swiper-slide .gif-box10 {
        left: 5%; }
  .page4 .arrow {
    position: absolute;
    z-index: 10;
    cursor: pointer; }
  .page4 .arrow-up {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: arrowUpMove 2s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: arrowUpMove 2s cubic-bezier(0, 0, 0.2, 1) infinite; }
  .page4 .arrow-down {
    left: 50%;
    bottom: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: arrowDownMove 2s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: arrowDownMove 2s cubic-bezier(0, 0, 0.2, 1) infinite; }
  .page4 .ts-movelrt {
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 9;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px; }
    .page4 .ts-movelrt img {
      width: 100%;
      display: block; }

@-webkit-keyframes heroName {
  0% {
    opacity: 0;
    left: -10px; }
  0% {
    left: none;
    opacity: 1; } }

@keyframes heroName {
  0% {
    opacity: 0;
    left: -10px; }
  0% {
    left: none;
    opacity: 1; } }

@-webkit-keyframes cloudMove1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes cloudMove1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@-webkit-keyframes cloudMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@keyframes cloudMove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

@-webkit-keyframes checkpointMove {
  0% {
    -webkit-transform: scale(1.1) translateY(-2px);
            transform: scale(1.1) translateY(-2px); }
  100% {
    -webkit-transform: scale(1.1) translateY(2px);
            transform: scale(1.1) translateY(2px); } }

@keyframes checkpointMove {
  0% {
    -webkit-transform: scale(1.1) translateY(-2px);
            transform: scale(1.1) translateY(-2px); }
  100% {
    -webkit-transform: scale(1.1) translateY(2px);
            transform: scale(1.1) translateY(2px); } }

@-webkit-keyframes arrowUpMove {
  0% {
    opacity: 0;
    top: 20px; }
  100% {
    opacity: 1;
    top: 0px; } }

@keyframes arrowUpMove {
  0% {
    opacity: 0;
    top: 20px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-webkit-keyframes arrowDownMove {
  0% {
    opacity: 0;
    bottom: 20px; }
  100% {
    opacity: 1;
    bottom: 0px; } }

@keyframes arrowDownMove {
  0% {
    opacity: 0;
    bottom: 20px; }
  100% {
    opacity: 1;
    bottom: 0px; } }

.page5 {
  background: url(../assets/bj5.acf84e.png) no-repeat center; }
  .page5 .video-box {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .page5 .video-box .video-box-ms {
      width: 100%;
      margin-bottom: 30px; }
      .page5 .video-box .video-box-ms .movie {
        width: 120px;
        margin: 0px auto;
        font-size: 36px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #092635;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #092634), to(#1d435a));
        background: linear-gradient(0deg, #092634 0.12207%, #1d435a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: 2px solid #092635; }
    .page5 .video-box .video-list {
      width: 100%;
      background: url(../assets/bj5.acf84e.png) no-repeat center;
      background-size: cover;
      height: 530px;
      position: relative; }
      .page5 .video-box .video-list .swiper-container {
        width: 100%;
        height: 100%; }
        .page5 .video-box .video-list .swiper-container .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: transparent;
          /* Center slide text vertically */
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 760px; }
          .page5 .video-box .video-list .swiper-container .swiper-slide .swiper-slide-content {
            width: 100%;
            position: relative; }
            .page5 .video-box .video-list .swiper-container .swiper-slide .swiper-slide-content .video-img {
              width: 100%;
              display: block; }
            .page5 .video-box .video-list .swiper-container .swiper-slide .swiper-slide-content .play-img {
              width: 80px;
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              cursor: pointer; }
  .page5 .footer {
    width: 800px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 10px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.page6 {
  background: url(../assets/bj6.5735cf.jpg) no-repeat center; }
  .page6 .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page6 .video-box #swiper2 .swiper-slide {
      background: transparent; }
    .page6 .video-box .video-content .swiper-container-v2 {
      width: 900px;
      overflow: hidden; }
    .page6 .video-box .video-content .swiper-slide-content {
      position: relative; }
      .page6 .video-box .video-content .swiper-slide-content .video-img {
        height: 400px;
        display: block; }
      .page6 .video-box .video-content .swiper-slide-content .play-img {
        width: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        cursor: pointer; }
  .page6 .footer {
    width: 800px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 10px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.video-box .swiper-button-prev {
  left: -60px; }

.video-box .swiper-button-prev::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../assets/left.48b63b.png) no-repeat center;
  background-size: cover; }

.video-box .swiper-button-next {
  right: -60px; }

.video-box .swiper-button-next::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../assets/right.b74112.png) no-repeat center;
  background-size: cover; }

.box-head {
  position: absolute;
  min-height: 200px;
  top: 30px;
  left: 50px;
  z-index: 3;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .box-head .box-title {
    color: #f5c381;
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    letter-spacing: 3px;
    color: transparent; }
  .box-head .box-title-color1 {
    -webkit-line-clamp: 2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #f5c181), to(#fff4ba));
    background: linear-gradient(0deg, #f5c181 0.12207%, #fff4ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .box-head .box-title-color2 {
    color: transparent;
    -webkit-line-clamp: 2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #092634), to(#1d435a));
    background: linear-gradient(0deg, #092634 0.12207%, #1d435a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .box-head .hero-infor-line {
    margin: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .box-head .hero-infor-line .hz-line {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 1px;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #f5c181), to(#fff4ba));
      background: linear-gradient(0deg, #f5c181 0.12207%, #fff4ba 100%); }
    .box-head .hero-infor-line .hz-line-color2 {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #092634), to(#1d435a));
      background: linear-gradient(0deg, #092634 0.12207%, #1d435a 100%); }
    .box-head .hero-infor-line .square1 {
      width: 8px;
      height: 8px;
      border: 1px solid;
      border-color: #f5c181;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .box-head .hero-infor-line .square1-color2 {
      border-color: #092634; }
    .box-head .hero-infor-line .square2 {
      width: 10px;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #f5c181), to(#fff4ba));
      background: linear-gradient(0deg, #f5c181 0.12207%, #fff4ba 100%);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-left: 3px; }
    .box-head .hero-infor-line .square2-color2 {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12207%, #092634), to(#1d435a));
      background: linear-gradient(0deg, #092634 0.12207%, #1d435a 100%); }

.box-head-wz1 {
  left: 160px; }

@media screen and (max-width: 1439px) {
  .box-head .box-title {
    font-size: 30px; }
  .box-head-wz1 {
    left: 100px; }
  .page2 .cloud2 {
    position: absolute;
    height: 130px; }
  .page2 .checkpoint4 {
    top: 18%;
    left: 38%; }
  .page2 .checkpoint5 {
    top: 36%;
    left: 33%; }
  .page2 .checkpoint7 {
    top: 4%;
    left: 54%; }
  .page2 .checkpoint8 {
    top: 21%;
    left: 57%; }
  .page2 .checkpoint13 {
    z-index: 5; }
  .page2 .description-box {
    width: 370px; }
    .page2 .description-box .description-wz {
      padding: 20px 10px; }
      .page2 .description-box .description-wz p {
        font-size: 16px; }
      .page2 .description-box .description-wz .title {
        font-size: 24px; }
      .page2 .description-box .description-wz .hz-line {
        width: 70%;
        height: 1px;
        background-color: #d2bda4;
        margin: 10px auto; }
  .page3 .hero-infor .hero-infor-title {
    font-size: 30px; }
  .page6 .footer {
    bottom: 20px; }
  .page4 .footer {
    bottom: 20px; } }

.language {
  position: relative; }

.language-txt {
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer; }

.language-txt1 i {
  width: 15px;
  height: 15px;
  background: url(../assets/allow.444d3c.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle; }

.dropdown {
  width: 120px;
  position: absolute;
  top: 120%;
  left: -15px;
  background-color: rgba(21, 53, 55, 0.4);
  display: none; }
  .dropdown .dropdown-item {
    width: 100%;
    height: 30px;
    text-align: left;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; }
  .dropdown > .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
  .dropdown .dropdown-item:hover {
    background-color: rgba(35, 38, 40, 0.6); }

.language:hover .dropdown {
  display: block; }

.note-en {
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dailog {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10; }
  .dailog .content {
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    background-color: #ffffff;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0);
            transform: scale(0); }
    .dailog .content .closed {
      position: absolute;
      top: -25px;
      right: 0px; }
      .dailog .content .closed .closed-icon {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../assets/close.277385.png) no-repeat center;
        background-size: cover;
        cursor: pointer; }
    .dailog .content img {
      width: 100%; }
  .dailog .contentMove {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .dailog.showDailog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

