.industry_box {
    width: 100%;
    height: 676px;
    background-image: url("../img/industry.png");
    background-size: cover;
    display: flex;
    align-items: center;
}

.industry_content {
    height: 278px;
    width: 100%;
    background: rgba(192, 0, 1, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry_intro {
    width: 645px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;

}

.industry_intro_title {
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    .industry_box {
        height: 6.88rem;
    }


    .industry_intro {
        font-size: 12px;
        line-height: 20px;
        width: 6.45rem;
        letter-spacing: 1px;
    }

    .industry_content {
        height: auto;
        padding: .5rem 0;
    }

    .industry_intro_title {
        font-size: 18px;
        line-height: 38px;
    }
}