.wow {
  visibility: hidden;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  /* .state1 {

      span {
          color: #333;
          &:hover{
              color: #555;
          }
      }

  }
  .state2{
      .username {
          color: #333;
          &::after{
              background-position: 0 0;
          }
      }
  } */
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner {
  position: relative;
  height: 1080px;
}
.banner .cont {
  position: absolute;
  right: 36px;
  top: 210px;
}
.banner .slogan {
  display: block;
}
.banner .btn-video {
  position: relative;
  display: block;
  margin: 30px auto 26px;
  width: 82px;
  height: 82px;
  padding: 10px;
  background: url("../images/btn-video1.png") center no-repeat;
  cursor: pointer;
  box-sizing: content-box;
  transition: transform 0.3s linear;
}
.banner .btn-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/btn-video-bd.png") center no-repeat;
  background-size: contain;
  border-radius: 100%;
  animation: rota 12s linear infinite;
}
.banner .btn-video:hover {
  transform: translateZ(0) scale(1.1);
}
.banner .ques {
  display: block;
  width: 532px;
  height: 57px;
  line-height: 57px;
  background: url("../images/ques-bg.png") 0 0 no-repeat;
  color: #fff;
  font-size: 26px;
  color: #073453;
  margin: -30px auto 45px auto;
  text-align: center;
}
.banner .ques i {
  font-size: 16px;
  font-family: Arial;
}
.banner .btn-dl {
  display: block;
  width: 480px;
  height: 72px;
  line-height: 72px;
  background: url("../images/btn.png") 0 -49px no-repeat;
  text-align: center;
  color: #ffe7a6;
  font-size: 32px;
  margin: 0 auto;
}
.banner .btn-dl:hover {
  background-position: -480px -49px;
}
.banner .btn-register {
  display: block;
  width: 480px;
  height: 72px;
  line-height: 72px;
  background: url("../images/btn.png") 0 -122px no-repeat;
  text-align: center;
  color: #ffe7a6;
  font-size: 32px;
  margin: 20px auto 0;
  cursor: pointer;
}
.banner .btn-register:hover {
  background-position: -480px -122px;
}
.banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.banner .btn-gift {
  position: absolute;
  right: -35px;
  bottom: 10px;
  cursor: pointer;
}
.banner .btn-gift img {
  display: block;
  margin: 0 auto;
}
.banner .btn-gift .gift-img {
  margin-bottom: -25px;
  animation: shake 0.4s ease-out infinite;
}
.banner .btn-gift .gift-txt {
  transition: transform 0.3s linear;
}
.banner .btn-gift .gift-txt:hover {
  transform: translateZ(0) scale(1.02);
}
.banner .arrowDown {
  position: absolute;
  bottom: 110px;
  left: 50%;
  z-index: 1;
  margin-left: -25px;
  animation: arrowDown 2.5s infinite;
  -webkit-animation: arrowDown 2.5s infinite;
  z-index: 1;
}

.container {
  background: url("../images/bg.jpg") center 0 repeat-y fixed;
  background-size: 100% auto;
}

.p1 {
  margin-bottom: 30px;
}
.p1 .tit,
.p1 .swiper {
  float: left;
}
.p1 .tit {
  margin-top: 353px;
}
.p1 .img {
  position: absolute;
  right: -235px;
  top: 122px;
}
.p1 .swiper {
  margin-top: 240px;
  margin-left: 20px;
  width: 699px;
  height: 397px;
  padding: 6px 7px 7px 7px;
  box-sizing: border-box;
  background: url("../images/swiper-border.png") 0 0 no-repeat;
  background-size: contain;
}
.p1 .swiper img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.p1 .swiper-container {
  width: 100%;
  height: 100%;
}
.p1 .swiper-pagination {
  position: relative;
  margin-top: 14px;
}
.p1 .swiper-pagination-bullet {
  background-image: url("../images/dot.png");
}
.p1 .swiper-pagination-bullet-active {
  background-image: url("../images/dot_active.png");
}

.newsArea {
  margin-bottom: 220px;
}
.newsArea ol {
  font-size: 20px;
  color: #666;
  vertical-align: middle;
  margin-bottom: 40px;
}
.newsArea ol li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
  padding: 6px 15px;
  cursor: pointer;
}
.newsArea ol li:hover {
  color: #fff;
}
.newsArea ol li.active {
  background: url("../images/news-tab-activebg.png") center no-repeat;
  background-size: contain;
}
.newsArea ol li.active:hover {
  color: #666;
}
.newsArea .sub {
  font-size: 14px;
  margin-bottom: 20px;
}
.newsArea .sub i {
  display: inline-block;
  margin: 0 5px;
}
.newsArea .date {
  color: #999;
}
.newsArea .tag {
  color: #7e6d4d;
}
.newsArea ul {
  display: none;
  margin-left: -50px;
}
.newsArea ul.show {
  display: block;
}
.newsArea ul li {
  float: left;
  width: 33%;
  padding-left: 50px;
}
.newsArea ul h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 13px;
  height: 66px;
  overflow: hidden;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsArea ul h3 a {
  color: #ccc;
}
.newsArea ul p {
  line-height: 1.8;
  height: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.newsArea ul p a {
  color: #999;
}
.newsArea .btn-more {
  display: block;
  width: 201px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: url("../images/btn-more.png") 0 0 no-repeat;
  font-size: 16px;
  color: #cbbfa6;
  margin: 50px auto 0;
}
.newsArea .btn-more:hover {
  background-position: 0 -60px;
}

.feature {
  margin-bottom: 180px;
}
.feature .swiper {
  position: relative;
  width: 1000px;
  height: 562px;
}
.feature .swiper video {
  display: block;
  width: 100%;
}
.feature .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/video-cover.png");
  mask-image: url("../images/video-cover.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}
.feature .swiper-button-next,
.feature .swiper-button-prev {
  bottom: 0;
}
.feature .swiper-button-prev {
  right: -75px;
}
.feature .swiper-button-next {
  right: -140px;
}
.feature .imgSlogan {
  position: absolute;
  right: 0;
  top: -70px;
}
.feature .imgSlogan img {
  display: none;
}
.feature .imgSlogan img.show {
  display: block;
  animation: fadeInRight 0.9s 0.2s both;
}

.giftBox .wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 830px;
  padding-top: 35px;
  margin-top: -415px;
}
.giftBox .cont {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.giftBox .close {
  right: 0;
  top: 0;
}
.giftBox .swiper .swiper-button-next,
.giftBox .swiper .swiper-button-prev {
  top: 50%;
}
.giftBox .swiper .swiper-button-prev {
  left: -75px;
}
.giftBox .swiper .swiper-button-next {
  right: -75px;
}
.giftBox .swiper .swiper-pagination-bullet {
  background-image: url("../images/dot1.png");
}
.giftBox .swiper .swiper-pagination-bullet-active {
  background-image: url("../images/dot_active1.png");
}
@keyframes shake {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
@keyframes arrowDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}/*# sourceMappingURL=index.css.map */