.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 .img1 {
    width: 100%;
    height: auto;
}

.containBox .text1 {
    width: 100%;
    color: #383638;
    font-size: 12px;
    line-height: 25px;
    margin: 10px 0;
    padding: 0 10px;
}

.containBox .itemBox1 {
    display: flex;
}

.itemBox1 .item {
    width: 50%;
    color: #383638;
    background: #fff6eb;
}

.itemBox1 .itemText {
    padding: 10px 10px 0;
}

.item .img2 {
    width: 100%;
    height: auto;
}

.item .text2 {
    font-size: 16px;
    margin-bottom: 6px;
}

.item .text3 {
    font-size: 10px;
    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;
    }

    .containBox .img1 {
        width: 100%;
        height: auto;
    }

    .containBox .text1 {
        width: 100%;
        color: #383638;
        font-size: 16px;
        line-height: 30px;
        margin: 15px 0;
    }

    .containBox .itemBox1 {
        display: flex;
    }

    .itemBox1 .item {
        width: 50%;
        color: #383638;
        background: #fff6eb;
    }

    .itemBox1 .itemText {
        padding: 180px 30px 0;
    }

    .item .img2 {
        width: 100%;
        height: auto;
    }

    .item .text2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .item .text3 {
        font-size: 14px;
        line-height: 30px;
    }
}<!--0.00015497207641602-->