﻿.banner {
    background: url(../image/production_banner.png) no-repeat center;
}

.production_intro {
    text-align: center;
    background: #fbfcfd;
    padding-top: 88px;
    padding-bottom: 70px;
}

.production_intro p {
    color: #637291;
    font-size: 18px;
    margin-bottom: 46px;
}

.production_platform {
    display: flex;
    justify-content: center;
    /* padding-top: 86px; */
    padding-bottom: 92px;
}

.production_platform>div {
    margin-left: 20px;
    margin-top: 100px;
}

.production_platform h2 {
    font-size: 22px;
    color: #27385e;
}

.production_platform h2 img {
    margin-right: 14px;
}

.production_platform p {
    color: #7a889a;
    font-size: 14px;
    margin: 10px auto 88px 118px;
}

.production_advantage {
    background: #fbfcfd;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
}

.production_advantage h2 {
    color: #637291;
    font-size: 18px;
}

.production_advantage h3 {
    font-size: 30px;
    color: #2a3b5f;
}

.production_advantage h4 {
    font-size: 24px;
    color: #637291;
    margin-top: 26px;
}

.production_advantage h5 {
    font-size: 18px;
    color: #637291;
}

.production_adv {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.production_adv>div {
    margin-left: 40px;
}

.production_adv_item {
    width: 580px;
    height: 66px;
    background: url(../image/production_frame.png) no-repeat center;
    color: #fff;
    font-size: 22px;
    line-height: 66px;
}

.production_adv ul,
.production_adv ul li {
    list-style-type: disc !important;
    list-style-position: inside;
    text-align: left;
    color: #607090;
    font-size: 18px;
    line-height: 36px;
}

.production_adv ul {
    margin-top: 32px;
    margin-left: 34px;
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
    .production_adv_item {
        width: 100%;
    }
    .production_adv {
        display: block;
    }
    .worth_content {
        float: none;
    }
    .production_advantage h3 {
        font-size: 20px;
    }
    .production_advantage h4 {
        font-size: 20px;
    }
    .production_advantage h5 {
        line-height: 30px;
        margin-top: 0;
        font-size: 16px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .industrial_fit h2 {
        font-size: 20px !important;
    }
    .production_platform {
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 99;
    }
    .production_platform>div {
        margin-top: 0;
    }
    .production_platform p {
        margin: 10px;
    }
    .production_platform div h2 img {
        display: none;
    }
    .production_adv_item {
        font-size: 20px;
    }
    .production_adv_item2 {
        margin-top: 44px;
    }
    .production_adv ul,
    .production_adv ul li {
        font-size: 16px;
    }
    .production_intro{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;

    }
    .production_intro p {
        margin-left: 10px;
        font-size: 15px;
        margin-right: 10px;
    }
    .manage h1{
        font-size: 20px;
        font-weight: bold;
    }


    .production_adv>div{
        margin-left: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
}