.seize-banner img,
.seize-banner video {
  width: 100%
}

/*.seize-banner .swiper-slide img:nth-child(2) {
  display: none;
}*/

.seize-banner .swiper-slide .more[data-index]{
  position:absolute;
  top:66%;
  left:10%;
  padding:20px 50px;
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
  font-weight:bold;
  font-size:20px;
  transition:all .3s;
}

.seize-banner .swiper-slide .more[data-index="1"]{
  background:#D7522F;
  color:#fff;
}

.seize-banner .swiper-slide .more[data-index="1"]:hover{
  background:#fff;
  color:#D7522F
}

.seize-banner .swiper-slide .more[data-index="2"]{
    background:#fff;
    color:#D7522F
}

.seize-banner .swiper-slide .more[data-index="2"]:hover{
  background:#D85330;
  color:#fff
}

.seize-banner .swiper-slide .more[data-index="3"]{
    background:#fff;
    color:#000
}

.seize-banner .swiper-slide .more[data-index="3"]:hover{
  background:#D85330;
  color:#fff
}


.seize-banner .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 10;
  -webkit-align-items: flex-start;
  align-items: flex-start
}
.seize-banner .txt .box {
  margin: 50px 15% 0;
  box-sizing: border-box
}
.seize-banner .txt h5 {
  color: #fff;
  font-size: 90px;
  font-family: futurabt-medium
}
.seize-banner .txt p {
  margin: 25px 0 0;
  font-size: 36px;
  color: #fff;
  font-family: futurabt-medium
}
.seize-banner .swiper-button-prev,.seize-banner .swiper-button-next {
  display: inline-block;
  width: 50px;
  height: 55px;
  background: 0 0;
  margin-top: -25px;
  text-align: center
}
.seize-banner .swiper-button-next::after,.seize-banner .swiper-button-prev::after {
  display: none
}
.seize-banner .swiper-button-prev i,.seize-banner .swiper-button-next i {
  font-size: 30px;
  line-height: 55px;
  color: #fff
}
.seize-banner .swiper-pagination-bullets {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%
}
.seize-banner .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border: none;
  display: inline-block;
  border-radius: 20px;
  background: #fff;
  opacity: 1;
  margin: 0 3px
}
.seize-banner .swiper-pagination-bullet-active {
  background: var(--color-primary)
}

@media screen and (max-width: 768px) {
  /*.seize-banner .swiper-slide img:first-child {
    display: none;
  }
  .seize-banner .swiper-slide img:last-child {
    display: block;
  }*/

  .seize-banner .swiper-pagination-bullets {
    bottom: 10px;
  }
  .seize-banner .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
  }
  .seize-banner .swiper-slide .more[data-index] {padding: 10px 14px; font-size: 12px;}
}

/*@media screen and (max-width: 992px){
  margin-top:0 !important;
  
}*/


.image-hover-link {
  position: relative;
  display: inline-block;
}

.default-image, .hover-image {
  transition: opacity 0.5s ease; 
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-hover-link:hover .hover-image {
  opacity: 1; 
}

.image-hover-link:hover .default-image {
  opacity: 0; 
}


@media(max-width:480px){
.seize-banner .swiper-slide .more[data-index] {font-size: 9px;top: 55%;}
}