.titleTop {
    width: 100%;
    color: #373737;
}

.titleTop .text {
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.titleTop .info {
    line-height: 20px;
    font-size: 10px;
    text-align: center;
}

.containBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}

.conImg {
    width: 100%;
}

.conImg img {
    width: 100%;
    height: auto;
}

.containBox .conItem {
    width: calc(50% - 14px);
    width: -moz-calc(50% - 14px);
    width: -webkit-calc(50% - 14px);
    margin: 0 7px 15px;
    background: #F1F1F1;
    text-align: center;
    color: #383838;
    padding: 30px 0;
}

.conItem img {
    width: 45px;
    height: auto;
}

.conItem .text {
    margin: 30px 15px 0;
    border-top: 3px solid #E9E9E9;
    padding: 15px 0 10px;
}

.text .text1 {
    font-size: 15px;
    font-weight: bold;
}

.text .text2 {
    font-size: 12px;
    line-height: 30px;
}

.text .text3 {
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 1000px) {
    .titleTop {
        position: relative;
        width: 100%;
        padding: 50px 0 40px 0;
        color: #373737;
        text-align: center;
    }

    .titleTop .text {
        line-height: 55px;
        font-size: 36px;
    }

    .titleTop .info {
        line-height: 25px;
        font-size: 18px;
    }

    .containBox {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .conImg {
        width: 1200px;
        margin: 50px auto 0;
    }

    .conImg img {
        width: 100%;
        height: auto;
    }

    .containBox .conItem {
        width: 230px;
        margin: 0 35px 70px;
        background: #F1F1F1;
        text-align: center;
        color: #383838;
        padding: 65px 0;
    }

    .conItem img {
        width: 72px;
        height: auto;
    }

    .conItem .text {
        width: 190px;
        margin: 60px 20px 0;
        border-top: 4px solid #E9E9E9;
        padding: 30px 0 20px;
    }

    .text .text1 {
        font-size: 20px;
        font-weight: bold;
    }

    .text .text2 {
        font-size: 14px;
        line-height: 35px;
    }

    .text .text3 {
        font-size: 14px;
        line-height: 25px;
    }
}<!--0.00018000602722168-->