.carousel-inner {
    width: 94%;
    height: auto;
    margin: auto;
}

.section-title {
    background-color: #add8e6;
    padding: 10px 30px;
    margin-top: 2%;
    border-radius: 5px;
    width: fit-content;
    font-style: italic;
}

/* 产品列表样式 */
.products-section {
    margin-top: 20px;
}

.products-list {
    list-style-type: none;
    border: 4px solid lightgray;
    border-radius: 8px;
    padding: 10px auto;
    margin: 0 3%;
}

.products-list li {
    width: 24%;
    display: inline-block;
    margin: 3px;
}

.products-list img {
    width: 90%;
}

.products-list li a h6 {
    display: inline-block;
    vertical-align: top;
}

.company—section div.content {
    margin: auto 3%;
    box-sizing: border-box;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }

    .carousel-indicators {
        display: none;
    }

    .products-list {
        border: none;
        background-color: azure;
        padding: 10px;
        width: 100%;
        margin: 10px auto;
        padding: auto;
        list-style-type: none;
        border: none;
    }

    .products-list li {
        width: 46%;
        margin: 0;
        border: 1px solid gray;
        box-sizing: border-box;
    }

    .products-list .title {
        display: none;
    }
}