.custom{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
html{-webkit-tap-highlight-color:rgba(0,0,0,0)}

.custom {
  overflow: hidden;
  margin-top: 35px;
}
.custom .con .swiper-container .swiper-button-next {
  background-image: url(' ');
  height: 100%;
  top: 0;
  right: 0;
  width: 70px;
}
.custom .con .swiper-container .swiper-button-prev {
  background-image: url(' ');
  height: 100%;
  top: 0;
  left: 0;
  width: 70px;
}
.custom .con .swiper-container .swiper-slide {
  width: 60rem;
  overflow: hidden;
}
.custom .con .swiper-container .swiper-slide a {
  display: block;
}
.custom .con .swiper-container .swiper-slide a img {
  width: 100%;
}
.custom .con .swiper-container .swiper-slide a .text {
  position: absolute;
  width: 60%;
  left: 2.5rem;
  bottom: 2.5rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.custom .con .swiper-container .swiper-slide a .text .tu {
  width: 10rem; font-size:25px !important; font-weight:bold;
  margin-bottom: 1.0rem;
}
.custom .con .swiper-container .swiper-slide a .text .tu img {
  width: 100%;
}
.custom .con .swiper-container .swiper-slide a .text p {
  font-size: 0.8rem;
  color: #fff;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /*line-height: 1.5;*/
  /*height: 4.5em;*/
  line-height: 1.8;
  /*height: 5.4em;*/
  text-align: justify;
}
.custom .con .swiper-container .swiper-slide:hover a .text {
  left: 3.5rem;
}
.custom .con .swiper-container .swiper-slide-active a .text {
  opacity: 1;
}
.custom .con .swiper-container .swiper-pagination {
  bottom: 2rem;
  text-align: right;
  left: auto;
  right: 10rem;
  display: inline-block;
}
.custom .con .swiper-container .swiper-pagination-bullet {
  width: 2rem;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.custom .con .swiper-container .swiper-pagination-bullet-active {
  width: 2rem;
  height: 4px;
  background: #0075ea;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .custom .con .swiper-container .swiper-slide {
    width: 100%;
  }
  .custom .con .swiper-container .swiper-slide a img {
    width: 130%;
    margin-left: -15%;
  }
  .custom .con .swiper-container .swiper-slide a .text p {
    line-height: 1.5;
  }
  .custom .con .swiper-container .swiper-pagination {
    bottom: 10px;
  }
}