.mySwiper {
    position: relative;
    height: 100vh;
    min-height: 850px;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
}
.mySwiper .swiper-slide > div {
    position: relative;
    height: 100%;
}



.flexBox {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
    .flexBox > div {
        position: relative;
    }

    .flexBox > div:nth-child(1) {
        flex: 1 1 auto;
    }
    .flexBox > div:nth-child(2) {
        max-height: 50%;
        overflow: hidden;
    }

    .flexBox .swiper {
        position: relative;
        padding: 0 20px 0 20px;
        padding-top: 96px;
        height: 100%;
        overflow: hidden;
    }

    .flexBox .swiper-slide > div {
        position: relative;
        height: auto
    }

        .flexBox .swiper .swiper-slide {
            height: 100%;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
        }

        .flexBox .content {
            overflow-y: scroll;
        }

.slideBg {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/2.webp);
    z-index: -1;
}

    .slideBg:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(0,0,0,0.6);
    }


#chemicalFiber {
    background-image: url(../img/hx.png);
}

.swiper-slide .image {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    /*height: 100%!important;*/
}


.swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.swiper-slide .contentBox {
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px 20px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    overflow: hidden;
}
/*.swiper-slide:nth-child(odd) .contentBox {
    right: 2em;
}

.swiper-slide:nth-child(even) .contentBox {
    left: 2em;
}
*/
    .swiper-slide .contentBox .title {
        font-size: 36px;
        font-weight: bold;
        /*height: 100px;*/
        line-height: 60px;
        /*padding: 20px 0;*/
        color: #d19f63;
        text-align: center;
        padding-bottom: 20px;
    }

    .swiper-slide .contentBox .content {
        font-size: 16px;
        line-height: 28px;
        /*letter-spacing: 2px;*/
        text-indent: 2em;
        height: calc(100% - 80px);
    }
    .swiper-slide .contentBox .content img {
        max-width: 100%;
    }



@media (min-width: 992px) {
    .swiper-slide .contentBox {
        position: relative;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 2em 3em;
        margin: 0 3em;
        width: calc(100% - 6em);
        height: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
        overflow: hidden;
    }
        .swiper-slide .contentBox .content {
            font-size: 18px;
            line-height: 36px;
            letter-spacing: 3px;
            text-indent: 2em;
        }
    .flexBox .swiper {
        position: relative;
        padding: 0 3em 2em 3em;
        padding-top: 96px;
        height: 100%;
        overflow: hidden;
    }

}
