.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: #3095ad;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwOTVhZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E0ZGJkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3095ad), color-stop(100%, #a4dbdf));
  background-image: -moz-linear-gradient(top, #3095ad, #a4dbdf);
  background-image: -webkit-linear-gradient(top, #3095ad, #a4dbdf);
  background-image: linear-gradient(to bottom, #3095ad, #a4dbdf);
}

.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_1 {
  opacity: .6;
}
.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%;
  }
}
