.swiper-container-father{
  position: relative;
  padding-bottom: 80px;
}
.swiper-container-father .swiper-wrapper{
  /*justify-content: center;*/
}
.swiper-wrapper .swiper-slide{
  width: 348px;
  margin-right: 20px;
  border: 1px solid #E8E8E8;
  background: #FFFFFF;
  font-size: 0;
  height: 526px;
}
.swiper-wrapper .swiper-slide:last-child{
  margin-right: 0;
}
.swiper-wrapper .swiper-slide>a{
  display: inline-block;
  position: absolute;
  bottom: 42px;
  right: 28px;
  width: 34px;
  height: 34px;
  background: url("/v4/images/network-devices/download.png") no-repeat;
  background-size: cover;
  display: none;
}
.swiper-wrapper .swiper-slide >img{
  object-fit: cover;
  vertical-align:top;
  width: 346px;
  /*margin: -20px -20px 20px -20px;*/
}
.swiper-wrapper .swiper-slide >.img{
  position: relative;
  object-fit: cover;
  vertical-align:top;
  width: 346px;
  /*margin: -20px -20px 20px -20px;*/
}
.swiper-wrapper .swiper-slide >.img>img{
  display: none;
  width: 100%;
}
.swiper-wrapper .swiper-slide >.img>img.active{
  display: block;
}
.swiper-wrapper .swiper-slide >.img>ul{
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 17px;
  width: 100%;
}
.swiper-wrapper .swiper-slide >.img>ul>li{
  margin-right: 10px;
  padding: 10px;
  width: 98px;
  text-align: center;
  background: #3F86FF;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.swiper-wrapper .swiper-slide >.img>ul>li.active{
  opacity: 1;
}
.swiper-wrapper .swiper-slide >.img>ul>li:last-child{
  margin-right: 0;
}
.swiper-wrapper .swiper-slide >.content{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #fff;
  transition:all 0.5s ease;
  height: 128px;
}
.swiper-wrapper .swiper-slide >.content:hover{
  height: 524px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-wrapper .swiper-slide>.content > .type{
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.swiper-wrapper .swiper-slide>.content > .line{
  width: 61px;
  height: 2px;
  background: #4A4A4A;
  margin-bottom: 10px;
}
.swiper-wrapper .swiper-slide>.content > h3{
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 30px;
}
.swiper-wrapper .swiper-slide>.content > p{
  /*display: none;*/
  opacity: 0;
  transition:all 1s ease;
}
.swiper-wrapper .swiper-slide>.content:hover > p{
  opacity: 1;
}

.swiper-container-father .button{
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -40px;
  display: flex;
  z-index: 1;
}
.button-next:after,
.button-prev:after{
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  --swiper-navigation-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -3px;
  font-weight: 900;
}
.button-next:after{
  margin-left: -2px;
}
.swiper-container-father .button .button-prev{
  margin-right: 20px;
}
.swiper-container-father .button .button-prev,
.swiper-container-father .button .button-next{
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  border: 2px solid #000000;
  color: #000;
  border-radius: 50%;
}
.swiper-container-father .button .button-next{
}
.swiper-container-father .button .button-prev:hover,
.swiper-container-father .button .button-next:hover{
}
.swiper-container-father .button .button-prev.swiper-button-disabled,
.swiper-container-father .button .button-next.swiper-button-disabled{
  border: 2px solid #C4C4C6;
  color: #C4C4C6;
  cursor: auto;
  pointer-events: none;
}
.swiper-container-father .button .button-next:after{
  content: 'next';
}
.swiper-container-father .button .button-prev:after{
  content: 'prev';
}
@media only screen and (max-width: 860px) {
  .swiper-wrapper .swiper-slide >img {
    width: 100%;
    height: auto;
  }


}