.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%;
    padding: 0 15px;
}

.containBox .text {
    color: #000000;
    font-size: 13px;
    margin-bottom: 20px;
}

#main {
    width: 100%;
    height: 300px;
    margin: 0 auto;
}

@media (min-width: 1000px) {
    .titleTop {
        position: relative;
        width: 100%;
        padding: 50px 0 0 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 .text {
        color: #000000;
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
    }

    #main {
        width: 1200px;
        height: 1000px;
        margin: 0 auto;
    }
}