.section {
    background: url("../images/background/08.jpg") no-repeat center;
}

.product-padding {
    padding-left: 220px;
    box-sizing: border-box;
}

.section .text-container {
    display: inline-block;
    width: 385px;
    color: #fff;
    line-height: 32px;
    vertical-align: top;
}

.section-1 .text-container {
    margin-top: 60px;
}

.section-2 .text-container {
    margin-top: 110px;
}

.section-3 .text-container {
    margin-top: 50px;
}

.section-4 .text-container {
    margin-top: 30px;
}

.section-5 .text-container {
    margin-top: 100px;
}

.section-6 .text-container {
    margin-top: 60px;
}

.section-7 .text-container {
    margin-top: 60px;
}

.section .text-container h3 {
    font-size: 24px;
    color: #D6C9A0;
    margin-bottom: 20px;
}

.section .swiper-container {
    display: inline-block;
    width: 612px;
    height: 450px;
    margin: 0 60px;
}

.section .swiper-container .index-box {
    margin-bottom: 24px;
    font-size: 12px;
    color: #D6C9A0;
}

.section .swiper-container .index-box li {
    display: inline-block;
    width: 49.1%;
    line-height: 25px;
    margin-right: 10px;
    border-bottom: 2px solid rgba(214, 201, 160, .5);
}

.section .swiper-container .index-box li:last-child {
    margin-right: 0;
}

.section .swiper-container .index-box li.active {
    border-color: #D6C9A0;
}

@media screen and (max-width: 1500px) {
    .product-padding {
        padding-left: 150px;
    }

    .section-1 .text-container {
        margin-top: 20px;
    }

    .section-2 .text-container {
        margin-top: 70px;
    }

    .section-3 .text-container {
        margin-top: 40px;
    }

    .section-4 .text-container {
        margin-top: 0;
    }

    .section-5 .text-container {
        margin-top: 70px;
    }

    .section-6 .text-container {
        margin-top: 40px;
    }

    .section-7 .text-container {
        margin-top: 50px;
    }

    .section .swiper-container {
        width: 513px;
        height: 377px;
    }

    .section .swiper-container .index-box {
        margin-bottom: 18px;
    }

    .section .swiper-container .index-box li {
        margin-right: 8px;
    }
}