.autosize {
  width: 100%;
}

.slidebg, .square {
  position: absolute;
  margin: auto;
  z-index: 1;
}

.slidebg {
  display: block;
  width: 100%;
}

.square {
  display: none;
  height: 100%;
}

.sliderlist {
  position: relative;
  background: #656565;
}

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

.swiper-wrapper {
  position: relative;
  display: inline-flex;
  z-index: 2;
}
.swiper-wrapper .swiper-slide a {
  display: block;
  color: inherit;
}
.swiper-wrapper .swiper-slide .fulllink {
  width: 100%;
  height: 100%;
}
.swiper-wrapper .swiper-slide .autosize {
  width: 100%;
}
.swiper-wrapper .swiper-slide .slidebg, .swiper-wrapper .swiper-slide .square {
  position: relative;
}
.swiper-wrapper .swiper-slide .swiper_cover {
  position: relative;
}
.swiper-wrapper .swiper-slide .textbox, .swiper-wrapper .swiper-slide .svgbox {
  opacity: 0;
  filter: blur(15px);
  position: absolute;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.swiper-wrapper .swiper-slide .textbox {
  font-size: 15px;
  font-weight: 500;
  z-index: 9;
}
.swiper-wrapper .swiper-slide .textbox .infotext {
  position: relative;
  margin: auto;
}
.swiper-wrapper .swiper-slide .svgbox {
  z-index: 8;
}
.swiper-wrapper .swiper-slide .svgbox div {
  text-align: center;
  margin: auto;
}
.swiper-wrapper .swiper-slide .svgbox div img {
  max-width: 100%;
}
.swiper-wrapper .swiper-slide-active .textbox, .swiper-wrapper .swiper-slide-active .svgbox {
  opacity: 1;
  filter: blur(0);
}

.swiper-pagination {
  display: none;
  position: absolute;
  left: 3%;
  bottom: 15px;
  text-align: center;
}
.swiper-pagination li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  list-style: none;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.swiper-pagination li:hover {
  background: #f3981c9e;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #f3981c9e;
}

@media screen and (max-width: 900px) {
  .slidebg {
    width: 130%;
  }
}
@media screen and (max-width: 760px) {
  .slidebg {
    width: 150%;
  }
}
@media screen and (max-width: 600px) {
  .slidebg {
    width: 170%;
  }
}
@media screen and (max-width: 500px) {
  .slidebg {
    width: 200%;
  }

  .swiper-wrapper .swiper-slide .textbox {
    font-size: 13px;
  }
}
@media screen and (max-width: 460px) {
  .slidebg {
    width: 220%;
  }
}
@media screen and (max-width: 400px) {
  .slidebg {
    width: 250%;
  }
}
