@charset "UTF-8";
/* This CSS is generated by My Snazzy Framework version 贵州遵醇酒业有限公司 */
.banner {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
  background-color: black;
  max-height: 100vh;
}
.banner ul.swiper-wrapper li img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  -moz-transition: all 3s;
  transition: all 3s;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner ul.swiper-wrapper li.my-active img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.banner ul.swiper-wrapper li video {
  max-height: 100vh;
}
.banner ul.swiper-wrapper .masky {
  -webkit-mask-image: url("../img/masky.png");
          mask-image: url("../img/masky.png");
  -webkit-mask-size: 2500% 100%;
          mask-size: 2500% 100%;
  will-change: transform;
}
.banner ul.swiper-wrapper .masky.my-active {
  -webkit-animation: masky 1.2s steps(24) forwards;
     -moz-animation: masky 1.2s steps(24) forwards;
       -o-animation: masky 1.2s steps(24) forwards;
          animation: masky 1.2s steps(24) forwards;
}
@-webkit-keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
}
@-moz-keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
}
@-o-keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
}
@keyframes masky {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .banner {
    display: block;
  }
}
.banner .button {
  top: auto;
  bottom: 10%;
  right: 10%;
  gap: 10px;
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .banner .button {
    display: none;
  }
}
.banner .button > div {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .button > div:hover {
  background-color: #1c2878;
}
.banner .button .iconfont {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.banner-bg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .banner-bg {
    display: none;
  }
}
.banner-bg .waves {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  left: 0;
}
.banner-bg .parallax > use {
  -webkit-animation: move-forever 7s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
     -moz-animation: move-forever 7s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
       -o-animation: move-forever 7s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 7s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.p_scrool {
  position: absolute;
  left: -webkit-calc((100% - 90px) / 2);
  left: -moz-calc((100% - 90px) / 2);
  left: calc((100% - 90px) / 2);
  bottom: 12%;
  color: #fff;
  width: 90px;
  z-index: 10;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .p_scrool {
    display: none;
  }
}
.p_scrool i {
  display: block;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px #fff solid;
  position: relative;
}
.p_scrool i:before {
  content: "";
  display: block;
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 3px;
  -webkit-animation: scrollmouse 2s linear infinite;
     -moz-animation: scrollmouse 2s linear infinite;
       -o-animation: scrollmouse 2s linear infinite;
          animation: scrollmouse 2s linear infinite;
}
.p_scrool span {
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-family: arial;
  line-height: 20px;
  margin-top: 12px;
  font-size: 12px;
}

#bannr-pagination {
  left: 10%;
  bottom: 10%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  z-index: 99;
}
#bannr-pagination li {
  width: 10px;
  height: 10px;
  background-color: #1c2878;
  border-radius: 5px;
  opacity: 1;
}
#bannr-pagination li.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #1c2878;
}

@-webkit-keyframes scrollmouse {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
}

@-moz-keyframes scrollmouse {
  from {
    -moz-transform: translate(-50%, 0);
         transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    -moz-transform: translate(-50%, 10px);
         transform: translate(-50%, 10px);
    opacity: 0;
  }
}

@-o-keyframes scrollmouse {
  from {
    -o-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    -o-transform: translate(-50%, 10px);
       transform: translate(-50%, 10px);
    opacity: 0;
  }
}

@keyframes scrollmouse {
  from {
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, 10px);
       -moz-transform: translate(-50%, 10px);
         -o-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
}