@charset "UTF-8";
/* This CSS is generated by My Snazzy Framework version 贵州遵醇酒业有限公司 */
.banner {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
}
.banner ul.swiper-wrapper {
  /* 		.masky {
  			-webkit-mask-image: url('../img/masky.png');
  			-moz-mask-image: url('../img/masky.png');
  			-ms-mask-image: url('../img/masky.png');
  			-o-mask-image: url('../img/masky.png');
  			mask-image: url('../img/masky.png');
  			-webkit-mask-size: 2500% 100%;
  			-moz-mask-size: 2500% 100%;
  			-ms-mask-size: 2500% 100%;
  			-o-mask-size: 2500% 100%;
  			mask-size: 2500% 100%;
  			-webkit-will-change: transform;
  			-moz-will-change: transform;
  			-ms-will-change: transform;
  			-o-will-change: transform;
  			will-change: transform;
  			&.my-active {
  				animation: masky 1.2s steps(24) forwards;
  			}
  		} */
}
.banner ul.swiper-wrapper li img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-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);
          transform: scale(1);
}
@-webkit-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%);
          transform: translateY(0%);
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .banner .button {
    display: none;
  }
}
.banner .button > div {
  border: 1px solid #00a7ba;
  width: 50px;
  height: 50px;
  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;
  opacity: 0.8;
}
.banner .button > div:hover {
  opacity: 1;
  background-color: #fff;
}
.banner .button .iconfont {
  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;
          animation: move-forever 7s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.p_scrool {
  position: absolute;
  left: calc((100% - 90px) / 2);
  bottom: 40px;
  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);
          transform: translate(-50%, 0);
  top: 3px;
  -webkit-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-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  z-index: 99;
}
#bannr-pagination li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
#bannr-pagination li.swiper-pagination-bullet-active {
  width: 30px;
}

@-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;
  }
}

@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;
  }
}