.home-swiper{
  padding: 150px 0;
  position: relative;
}
.home-swiper-union{
  position: absolute;
  width: 280px;
  top: 150px;
  left: 50%;
  transform: translateX(-160px);

}
.home-swiper-text{
  width: 960px;
  padding: 50px 0 80px;
  font-style: italic;
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}
.home-swiper .swiper-button-prev:after{
  content: '';
}
.home-swiper .swiper-button-next:after{
  content: '';
}
.home-swiper .swiper-button-prev,.home-swiper .swiper-button-next{
  width: 72px;
}
.swiper-button-arrow{
  font-size: 72px;
  color: #00AA76;
}
.swiper-button-arrow:hover{
  color: #009265;
}
.home-swiper-portrait{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:  1px solid rgba(28, 31, 37, 0.05);
}
.home-swiper-name{
  font-size: 24px;
  line-height: 28px;
  margin: 12px 0 8px;
}
.home-swiper-desc{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.home-swiper .swiper-slide-content{
  width: 957px;
  margin: 0 auto;
  padding-right: 47px;
  box-sizing: border-box;
}
.home-swiper .swiper-pagination{
  display: none;
}
.home-swiper .swiper-bullet{
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFFFFF;
  margin: 0 0 0 6px !important;
}

.home-swiper .swiper-button-next.swiper-button-disabled, .home-swiper .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}
.home-swiper .swiper-button-disabled .swiper-button-arrow{
  color: #DEDEDE;
}
.home-swiper-info{
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px){
  
 .home-swiper{
  padding: 120px 0;
}
.home-swiper-union{
  width: 220px;
  top: 120px;
  transform: translateX(-110px);
}
.home-swiper-text{
  width: 780px;
  padding: 40px 0 80px;
  font-size: 32px;
  line-height: 40px;
}

.home-swiper-name{
  font-size: 20px;
  line-height: 23px;
}
.home-swiper .swiper-slide-content{
  width: 784px;
  margin: 0 auto;
  padding-right: 0;
}
}
@media screen and (max-width: 1200px){
  .home-swiper{
    padding: 80px 0;
  }
  .home-swiper-union{
    width: 180px;
    top: 80px;
    transform: translateX(-90px);
  }
  .home-swiper-text{
    width: 640px;
    padding: 30px 0 60px;
    font-size: 28px;
    line-height: 36px;
  }

  .home-swiper .swiper-button-prev,.home-swiper .swiper-button-next{
    width: 60px;
  }
  .swiper-button-arrow{
    font-size:60px;
  }
  .home-swiper .swiper-slide-content{
    width: 578px;
    margin: 0 auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px){
  .home-swiper{
    padding: 60px 0;
  }
  .home-swiper-union{
    top: 60px;
  }
  .home-swiper-text{
    width: 520px;
    padding: 30px 0 60px;
    font-size: 24px;
    line-height: 32px;
  }

  .home-swiper .swiper-button-prev,.home-swiper .swiper-button-next{
    width: 48px;
  }
  .swiper-button-arrow{
    font-size: 48px;
  }
  .home-swiper .swiper-slide-content{
    width: 497px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px){
  .home-swiper{
    padding: 60px 0;
  }
  .home-swiper-union{
    top: 60px;
  }
  .home-swiper-text{
    width: calc(100%);
    padding: 30px 0 40px;
  }
  .home-swiper-name{
    font-size: 18px;
    line-height: 24px;
  }
  .home-swiper .swiper-wrapper{
    padding-bottom: 48px;
  }
  .home-swiper .swiper-slide-content{
    width: calc(100% - 80px);
    padding-right: 0;
  }
  .home-swiper .swiper-button-prev{
    left: 40px;
    display: none;
  }
  .home-swiper .swiper-button-next{
    right: 40px;
    display: none;
  } 
  .home-swiper .swiper-pagination{
    display: block;
    margin: 0 auto;
    bottom: 0;
    line-height: 0;
  }
  .home-swiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #EFEFEF;
    opacity: 1;
  }
  .home-swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #00AA76;
  }
  .home-swiper-info{
    justify-content: center !important;
  }
}
@media screen and (max-width: 580px){
  .home-swiper .swiper-slide-content{
    width: calc(100% - 40px);
  }
  .home-swiper .swiper-button-prev{
    left: 20px;
  }
  .home-swiper .swiper-button-next{
    right: 20px;
  } 
  .home-swiper-info{
    width: 100%;
  }
}
