.swiperBox {
    display: none;
}

.swiperBoxApp img {
    width: 100%;
    height: auto;
}

.titles {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    color: #373737;
    padding: 25px 0;
    border-bottom: 1px solid #373737;
}

.titles .text {
    font-size: 16px;
}

.titles .info {
    font-size: 12px;
    line-height: 30px;
}

.textBox {
    margin: 20px 15px;
    color: #373737;
    text-align: center;
}

.textBox .textTop {
    font-size: 14px;
    margin-bottom: 30px;
}

.textBox .textBottom {
    font-size: 12px;
    line-height: 25px;
}

.box {
    margin: 0 15px;
    background: #373737;
}

.swiper-container {
    width: 100%;
    padding: 10px 10px 0;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 220px;
    width: 100%;
}

.gallery-thumbs {
    height: 90px;
    box-sizing: border-box;
    padding: 10px;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

@media (min-width: 1000px) {
    .swiperBox {
        display: block;
    }

    .swiperBoxApp {
        display: none;
    }

    .swiperBox img {
        width: 100%;
        height: auto;
    }

    .titles {
        width: 350px;
        margin: 0 auto;
        text-align: center;
        color: #373737;
        padding: 60px 0 50px;
        border-bottom: 1px solid #373737;
    }

    .titles .text {
        font-size: 30px;
    }

    .titles .info {
        font-size: 18px;
        line-height: 40px;
    }

    .textBox {
        margin: 50px auto;
        width: 1350px;
        color: #373737;
        text-align: center;
    }

    .textBox .textTop {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .textBox .textBottom {
        font-size: 18px;
        line-height: 35px;
    }

    .box {
        margin: 0 200px 80px;
    }

    .swiper-container {
        width: 100%;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .gallery-top {
        height: 1000px;
        width: 100%;
    }

    .gallery-thumbs {
        height: 300px;
        box-sizing: border-box;
    }

    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 1;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
}<!--0.00014400482177734-->