.swiper-con {
    width: 100%;
    height: 750px;
    position: relative
}

.swiper-con .swiper-icon {
    position: absolute;
    bottom: 41px;
    display: block;
    color: #fff;
    z-index: 100;
    cursor: pointer;
    font-size: 50px
}

.swiper-con .swiper-next {
    right: 15px
}

.swiper-con .swiper-prev {
    left: 15px
}

.swiper-con .mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 230px;
    background: #000;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(27, 32, 41, 0)), color-stop(55%, rgba(27, 32, 41, .85)), to(rgba(27, 32, 41, .85)));
    background: linear-gradient(180deg, rgba(27, 32, 41, 0) 0, rgba(27, 32, 41, .85) 55%, rgba(27, 32, 41, .85))
}

.swiper-container {
    height: 100%
}

.swiper-slide .bg-img {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important
}

.swiper-slide h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-top: 350px
}

.swiper-slide h2,
.swiper-slide p {
    text-align: right;
    margin-right: 200px
}

.swiper-slide p {
    font-size: 25px;
    color: hsla(0, 0%, 100%, .9);
    margin-top: 20px
}

.swiper-pagination {
    display: flex;
    /* bottom: 100px !important; */
    z-index: 100 !important
}

.swiper-pagination.is_ie {
    bottom: 62px !important
}


/* .swiper-pagination:after {
    content: "";
    position: absolute;
    border: 1px dashed hsla(0, 0%, 100%, .3);
    bottom: 41px;
    width: 100%;
    left: 0;
    z-index: -1
} */

.swiper-pagination .silde-item {
    width: 214px;
    display: inline-block
}

.swiper-pagination .silde-item .txt {
    color: #fff;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.swiper-pagination .silde-item.swiper-pagination-bullet-active {
    background: none
}

.swiper-pagination .silde-item.swiper-pagination-bullet-active .swiper-pagination-bullet-custom {
    color: #fff;
    background: #29bcff;
    border: 1px solid #fff;
    width: 20px;
    height: 20px
}

.swiper-pagination .silde-item.swiper-pagination-bullet-active .txt {
    color: #29bcff
}

.swiper-pagination .silde-item.swiper-pagination-bullet {
    opacity: 1;
    background: none;
    z-index: 99999;
}

.swiper-pagination .silde-item:hover .swiper-pagination-bullet-custom {
    color: #fff;
    background: #29bcff;
    border: 1px solid #fff;
    width: 20px;
    height: 20px
}

.swiper-pagination .silde-item:hover .txt {
    color: #29bcff
}

.swiper-pagination-bullet-custom {
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    border: 1px dashed hsla(0, 0%, 100%, .6);
    background: #054761;
    display: inline-block;
    border-radius: 50%
}