.bg-gray {
    background-color: #F9FAFB;
}

.bg-white {
    background-color: #fff;
}

.modules {
    gap: 30px;
    padding: .4rem .8rem;
    box-sizing: border-box;
}

.w-50 {
    width: 50%;
}

.company-desc {
    margin-top: 20px;
    color: #404040;
    line-height: 38px;
    text-indent: 32px;
}

.production-name {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.production-sub {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #262626;
}

.production-desc {
    line-height: 34px;
    color: #404040;
    text-indent: 32px;
}

.p-30 {
    padding: .3rem;
}

.develop-title {
    margin: 20px 0;
    font-size: 28px;
    font-weight: bold;
}
.swiper-box {
    padding: 0 20px;
    box-sizing: border-box;
}

/* 手机 */
@media screen and (max-width:576px) {
    .swiper-box {
        padding: 0;
        box-sizing: border-box;
    }
    .modules {
        flex-direction: column;
    }
    .w-50 {
        width: 100%;
    }
}

/* ipad */
@media screen and (max-width:1000px) {
    .company-name {
        font-size: 24px;
    }
    .company-desc {
        font-size: 14px;
        line-height: 26px;
    }
    .production-name {
        font-size: 28px;
    }
    .production-desc {
        font-size: 14px;
        line-height: 26px;
    }
}