.home-slider {
   width: 100%;
   height: 760px;
   position: relative;
}
.home-slider li {
   height: 100%;
   background-position: center center;
   background-size: cover;
   position: relative;
}
.home-slider li .swiper-desc {
   position: absolute;
   top: 20%;
   max-width: 1281px;
   height: 100%;
   left: 0;
   right: 0;
   margin: 0 auto;
   z-index: 9;
   display: none;
   box-sizing: border-box;
}
.home-slider li .swiper-desc img {
   max-width: 100%;
}
.home-slider li .swiper-desc div {
   position: absolute;
   top: 0;
}
.home-slider li .swiper-desc .sleft-pic {
   left: 0;
}
.home-slider li .swiper-desc .sright-pic {
   right: 0;
}
.home-slider li .swiper-desc .stext {
   left: 15px;
}
.home-slider li .swiper-desc .stext em {
   font-size: 65px;
   font-weight: bold;
   line-height: 100%;
}
.home-slider li .swiper-desc .stext span {
   display: block;
}
.home-slider li .swiper-desc .stext span.t {
   padding: 40px 0 23px;
}
.home-slider .pagination {
   position: absolute;
   bottom: 65px;
   left: 0;
   width: 100%;
   height: 16px;
   text-align: center;
   z-index: 99999;
}
.home-slider .swiper-pagination-switch {
   display: inline-block;
   width: 16px;
   height: 16px;
   border-radius: 20px;
   background: rgba(255,255,255,0.5);
   cursor: pointer;
   margin: 0 7px;
}
.home-slider .swiper-active-switch {
   background-color: #fff;
}

.home-slider .swiper-button-left,
.home-slider .swiper-button-right {
   position: absolute;
   top: 50%;
   z-index: 999;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   margin-top: -20px;
   background-color: #fff;
   color: #0ba29a;
   cursor: pointer;
   font-size: 30px;
   transition: all 0.5s;
}
.home-slider .swiper-button-left {
   left: -45px;
}
.home-slider .swiper-button-right {
   right: -45px;
}
.home-slider .swiper-button-left:hover,
.home-slider .swiper-button-right:hover {
   background-color: #0ba29a;
   color: #fff;
}
.home-slider:hover .swiper-button-left {
   left: 15px;
}
.home-slider:hover .swiper-button-right {
   right: 15px;
}
