body {
  background: #091f14; }

#main {
  width: 100%;
  min-width: 985px;
  overflow: hidden;
  visibility: hidden; }

.inner {
  width: 985px;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  position: relative; }

._noScroll {
  overflow-x: hidden;
  overflow-y: hidden; }

.text-indent2em {
  text-indent: 2em; }

section {
  width: 100%;
  position: relative;
  background-image: url("../images/bg1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box; }

.header {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  z-index: 9;
  background: rgba(32, 155, 94, 0.9); }
  .header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 50px; }
  .header .header_logo {
    width: 409px;
    height: 44px;
    display: block; }
  .header .header_nav ul {
    display: flex; }
    .header .header_nav ul li {
      margin: 10px; }
      .header .header_nav ul li a {
        display: block;
        color: #ffffff;
        padding: 5px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-bottom: 2px solid transparent; }
        .header .header_nav ul li a.cur, .header .header_nav ul li a:hover {
          border-bottom: 2px solid #e0eb29; }
  .header .music {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px;
    cursor: pointer;
    background: url("../images/icon_music.png") no-repeat right center; }
    .header .music.on {
      background: url("../images/icon_music.png") no-repeat left center;
      -webkit-animation: music_run 3s infinite linear;
      -o-animation: music_run 3s infinite linear;
      animation: music_run 3s infinite linear; }

.audio {
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 350px;
  right: 173px;
  cursor: pointer;
  background: url("../images/icon_music.png") no-repeat right center; }
  .audio.on {
    background: url("../images/icon_music.png") no-repeat left center;
    -webkit-animation: music_run 3s infinite linear;
    -o-animation: music_run 3s infinite linear;
    animation: music_run 3s infinite linear; }

.tip {
  width: 108px;
  height: 20px;
  position: absolute;
  bottom: 357px;
  right: 53px;
  font-size: 14px;
  overflow: hidden;
  color: #000000;
  box-sizing: border-box;
  line-height: 20px;
  background: url("../images/bgm_text_bg.png") no-repeat center center;
  padding: 0 10px; }
  .tip span {
    display: block;
    height: 20px;
    width: 90px;
    line-height: 20px;
    margin-bottom: 0 !important;
    position: absolute;
    right: 0;
    -webkit-transition: all 3s linear;
    transition: all 3s linear; }
  .tip .tip1:hover {
    width: 180px; }
  .tip .tip2:hover {
    width: 300px; }
  .tip .tip3:hover {
    width: 380px; }
  .tip .tip4:hover {
    width: 210px; }
  .tip .tip5:hover {
    width: 260px; }
  .tip .tip6:hover {
    width: 230px; }

@-webkit-keyframes move_music_text {
  from {
    width: 90px; }
  to {
    width: auto; } }

@keyframes move_music_text {
  from {
    width: 90px; }
  to {
    width: auto; } }

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

.home {
  width: 100%;
  height: 929px; }
  .home .inner {
    padding-top: 220px; }
  .home h1, .home h2, .home h3 {
    width: 741px;
    background-image: url("../images/text1.png");
    text-indent: -1000em;
    overflow: hidden; }
  .home .text1 {
    height: 100px;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .home .text2 {
    height: 200px;
    background-position: 0 -100px;
    background-repeat: no-repeat; }
  .home .text3 {
    height: 218px;
    background-position: 0 -300px;
    background-repeat: no-repeat; }
  .home .ye_wrapper {
    display: none;
    width: 1920px;
    height: 1170px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none; }
    .home .ye_wrapper .ye_item1 {
      position: absolute;
      left: -550px;
      top: -50px; }
    .home .ye_wrapper .ye_item2 {
      position: absolute;
      left: -400px;
      bottom: 0; }
    .home .ye_wrapper .ye_item3 {
      position: absolute;
      right: -350px;
      top: -50px; }
    .home .ye_wrapper .ye_item4 {
      position: absolute;
      right: -380px;
      top: 378px; }
    .home .ye_wrapper .ye_item5 {
      position: absolute;
      right: -455px;
      top: 740px;
      z-index: 2; }

@media (max-width: 1400px) {
  .home .ye_wrapper .ye_item1 {
    left: -520px; }
  .home .ye_wrapper .ye_item2 {
    left: -370px; }
  .home .ye_wrapper .ye_item3 {
    right: -140px; }
  .home .ye_wrapper .ye_item4 {
    right: -150px; }
  .home .ye_wrapper .ye_item5 {
    right: -155px;
    z-index: 2; } }

.ye_item_run_l {
  -webkit-animation-name: ye_run_l;
  animation-name: ye_run_l;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

.ye_item_run_r {
  -webkit-animation-name: ye_run_r;
  animation-name: ye_run_r;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

.ani_delay_1s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.ani_delay_2s {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s; }

.ani_duration_3s {
  animation-duration: 2s;
  -webkit-animation-duration: 2s; }

.ani_duration_4s {
  animation-duration: 3s;
  -webkit-animation-duration: 3s; }

@keyframes ye_run_l {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(300px);
    transform: translateX(300px); } }

@keyframes ye_run_r {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); } }

.classicPlus {
  height: 1067px;
  background-image: url("../images/bg2.jpg");
  padding-top: 87px;
  overflow: hidden; }
  .classicPlus .inner {
    height: 887px;
    padding: 115px 58px 10px 28px;
    background: url("../images/bg__inner1.png") no-repeat;
    box-sizing: border-box; }
  .classicPlus .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .classicPlus .tabs .tab {
      color: #ffffff;
      border-radius: 14px;
      width: 246px;
      height: 26px;
      background: #093f31;
      margin-bottom: 20px;
      cursor: pointer; }
      .classicPlus .tabs .tab.cur, .classicPlus .tabs .tab:hover {
        color: #e0eb29; }
  .classicPlus .tabContent h4, .classicPlus .tabContent h5, .classicPlus .tabContent h5 + p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 2px; }
  .classicPlus .tabContent p {
    font-size: 14px !important;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.9; }
  .classicPlus .classicPlus_btn_ticket {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 20px;
    background: #093f31;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -75px; }

.moreImage {
  width: 894px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px; }

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.swiper-slide {
  cursor: pointer; }

.bigImg {
  cursor: zoom-in; }

.close {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 8%;
  right: 8%;
  overflow: hidden;
  text-indent: -100em;
  background: url("../images/icon_locse.png");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer; }
  .close:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

.bigImage_wrap {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6); }
  .bigImage_wrap .inner {
    max-width: 62.5%;
    max-height: 90%;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .bigImage_wrap .inner .inner_video, .bigImage_wrap .inner .inner_img {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .bigImage_wrap .inner .inner_video video, .bigImage_wrap .inner .inner_img video {
        max-width: 100%; }
      .bigImage_wrap .inner .inner_video img, .bigImage_wrap .inner .inner_img img {
        max-width: 100%;
        max-height: 100%; }

.qa {
  height: 794px;
  background-image: url("../images/bg3.jpg"); }

.collision {
  height: 530px;
  background-image: url("../images/bg4.jpg"); }

.media {
  height: 490px;
  background-image: url("../images/bg5.jpg"); }
  .media .inner {
    height: 401px;
    padding: 115px 58px 10px 28px;
    background: url("../images/bg__inner4.png") no-repeat;
    box-sizing: border-box; }
    .media .inner a {
      font-size: 18px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      color: #ffffff;
      position: relative;
      transform-origin: center center;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .media .inner a::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -5px;
        width: 0%;
        height: 1px;
        background: #e0eb29;
        transform-origin: center center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .media .inner a:hover {
        color: #e0eb29; }
        .media .inner a:hover::after {
          width: 100%; }

.review {
  height: 899px;
  background-image: url("../images/bg6.jpg"); }
  .review .inner {
    height: 374px;
    padding: 167px 58px 10px 82px;
    background: url("../images/bg__inner6.png") no-repeat;
    box-sizing: border-box; }
  .review ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .review ul li {
      margin-right: 40px;
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .review ul li:nth-of-type(4) {
        margin-right: 0; }
      .review ul li:hover {
        top: -5px; }

.footer {
  width: 100%;
  height: 248px;
  background: url("../images/footer.jpg") no-repeat center center; }

.scrollTop {
  width: 46px;
  height: 46px;
  position: fixed;
  bottom: 0px;
  right: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .scrollTop img {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0; }

.scrollTop.show {
  bottom: 100px;
  opacity: 1;
  visibility: visible; }
