

.custom {
  overflow: hidden;
  margin: auto 0;
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}
.custom .intit{
  text-align: center;
  margin-bottom: 20px;
}
.custom .intit h2{
  font-size: 46px;
  color: #53ab5b;
  line-height: 55px;
  text-transform: uppercase;
}
.custom .intit p{
  font-size: 16px;
  line-height: 33px;
}
.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;
  margin-bottom: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
.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 {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff0, rgba(0, 0, 0, .3), #666);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
  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 {
  font-size:25px !important;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  transition:all 0.4s;
}
.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 .tu {
  letter-spacing: 5px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.custom .con .swiper-container .swiper-slide a .text {
  opacity: 1;
}
/*.custom .con .swiper-container .swiper-slide-prev{
  opacity: 0.3 !important;
}
.custom .con .swiper-container .swiper-slide-next{
  opacity: 0.3 !important;
}
.custom .con .swiper-container .swiper-slide-active{
  opacity: 1 !important;
}*/
.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;
}

.index-more {
    position: relative;
    display: block;
    width: 172px;
    line-height: 52px;
    text-align: center;
    border-radius: 30px;
    margin: 60px 0 0;
    overflow: hidden;
    background: #fff;
    border: 2px solid #53ab5b;
    z-index: 6;
}
.index-more1{
  margin: 30px auto 0 !important;
}
.index-more:hover {
  background: #53ab5b;
}
.index-more span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #666;
    display: block;
}
.index-more:hover span {
  color: #fff;
}
.index-more i {
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url(../images/iright.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}
.index-more:hover i {
    background-image: url(../images/iright2.png);
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}
@media screen and (max-width: 1366px){
.custom .intit h2{
    font-size: 36px;
    line-height: 46px;
}
.index-more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 158px;
    line-height: 48px;
}
.index-more span {
  font-size: 15px;
}
}
@media screen and (max-width: 1024px) {
.custom .con .swiper-container .swiper-slide{
  width: 45rem;
}
}
@media screen and (max-width: 768px) {
  .custom .intit h2{
    font-size: 32px;
    line-height: 40px;
}
  .custom .con .swiper-container .swiper-slide {
    width: 100%;
    margin-bottom: 60px;
  }
  .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;
  }
.index-more {
  display: block;
}
}