#center {
    text-align: center;
}

#center h3 {
    font-size: 22px;
    color: #666666;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #3BBE7A;
}

#center h4 {
    font-size: 15px;
    color: #666666;
}

#center p {
    font-size: 13px;
    color: #666666;
}

.swhzimg {
    display: block;
    width: 80%;
    margin: 0 auto;
}


/*媒体查询    小屏幕*/

@media(max-width:768px) {
    #banner {
        margin-top: 35px;
    }
    #center h3 {
        font-size: 18px;
    }
    #center h4 {
        font-size: 13px;
    }
    #center p {
        font-size: 12px;
        color: #666666;
    }
}