.row .manufacturing-conent-box h2 {
    font-size: 24px;
    color: #333;
}

.row {
    display: flex;
    padding-bottom: 50px;
}

.row .manufacturing-img-box {
    width: 40%;
    height: auto;
    margin: 0 auto;
}

.row .manufacturing-conent-box {
    padding-right: 60px;
    width: 60%;
}

.row .manufacturing-conent-box p {
    margin-bottom: 16px;
    text-indent: 32px;
    color: #333;
}

.reverse-content-box img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 400px;
}

.reverse-content-box {
    display: flex;
    padding: 50px 0;
}

.reverse-content-box h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}

.reverse-content-box .left-box {
    padding: 30px;
    background-color: #fff;
    margin-right: 30px;
}

.reverse-content-box .right-box {
    padding: 30px;
    background-color: #fff;
}

.reverse-content-box .content {
    display: flex;
}

.reverse-content-box .content p {
    margin-bottom: 30px;
}

.reverse-content-box .content .left-con {
    margin-right: 20px;
}

.reverse-content-box ul li i {
    margin-right: 24px;
    margin-bottom: 3px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #005ac9;
    border-radius: 50%;
}


/* 刹车壳图片展示部分 */

.accessories-box {
    padding-top: 50px;
}

.accessories-box h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.accessories-img-box {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.accessories-img-box li {
    margin-bottom: 15px;
    padding-left: 0;
}

.accessories-img-box li img {
    width: 100%;
    height: auto;
}

@media(max-width:768px) {
    .ft {
        margin-top: 0;
    }
    .main-container {
        margin: 0 20px!important;
    }
    .row .manufacturing-conent-box {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .row {
        flex-wrap: wrap;
        margin: 0;
        justify-content: center;
    }
    .reverse-content-box img {
        max-width: 240px;
    }
    .row .manufacturing-img-box {
        width: 100%;
    }
    .accessories-img-box li {
        padding-right: 0;
    }
    .row .manufacturing-conent-box h2 {
        font-size: 20px;
    }
    .reverse-content-box .left-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
}