.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  width: 25%!important;
  height: auto;
  padding: 40px 0;
  box-sizing: border-box;
  border-right: 1px solid white;
  margin-right: 0!important;
  position: relative;
  flex-direction: column;
}
.mySwiper .swiper-slide img {
  display: block;
}
.mySwiper .swiper-slide a {
  display: block;
  width: 70%;
  position: relative;
  z-index: 1;
}
.mySwiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-slide a span {
  display: block;
  width: 20px;
  text-align: center;
  color: white;
  padding: 30px 12px;
  background-color: #3f83d8;
  line-height: 20px;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mySwiper .swiper-slide .moreimg {
  margin-top: -30px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.mySwiper .swiper-slide .moreimg img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .mySwiper .swiper-slide {
    width: calc(100% / 3) !important;
  }
}
@media (max-width: 1200px) {
  .mySwiper .swiper-slide {
    width: 50%!important;
  }
}
@media (max-width: 760px) {
  .mySwiper {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .mySwiper .swiper-slide {
    width: 100%!important;
    border-right: 0;
    padding: 0;
  }
  .mySwiper .swiper-slide a {
    width: 100%;
  }
  .mySwiper .swiper-slide .moreimg {
    display: none;
  }
}
.mySwiper2 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mySwiper2 .swiper-slide {
  width: calc(30% - 40px);
  margin-right: 40px;
  box-sizing: border-box;
  border: 20px solid black;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .mySwiper2 .swiper-slide {
    width: calc(40% - 40px);
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  .mySwiper2 .swiper-slide {
    width: calc(70% - 40px);
    margin-right: 40px;
  }
}
@media (max-width: 760px) {
  .mySwiper2 .swiper-slide {
    width: 100%;
    border: 10px solid black;
    margin-right: 10px;
  }
}
.mySwiper4 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mySwiper4 .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.mySwiper4 .swiper-slide img {
  width: 1920px;
  display: block;
}
.mySwiper4 .swiper-slide .b {
  display: none;
}
.mySwiper4 .swiper-pagination {
  bottom: 100px!important;
}
.mySwiper4 .swiper-pagination-bullet {
  width: 15px!important;
  height: 15px!important;
  background-color: white!important;
}
.mySwiper4 .swiper-pagination-bullet-active {
  width: 15px!important;
  height: 15px!important;
  background-color: #3f83d8 !important;
}
@media (max-width: 760px) {
  .mySwiper4 .swiper-slide img {
    width: 100%;
  }
  .mySwiper4 .swiper-slide .a {
    display: none;
  }
  .mySwiper4 .swiper-slide .b {
    display: block;
  }
}
