@media(max-width:480px){
    html body {
        padding-top: 0;
        box-sizing: border-box;
    }
    #common-nav-bar {
        display: none;
    }
    .content {
        padding-top: 0;
    }
    .con1, .con2, .con3, .con4, .con5 {
        width: 98%;
        margin: 0 auto;
        min-width: 98%;
    }
    .con1 {
        height: auto;
    }
    .con1Top {
        border-bottom: 1px solid #F1F1F1;
        padding-bottom: 10px;
    }
    .con1Left {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 62px;
    }
    .con1Right {
        display: -webkit-box;
        overflow: hidden;
        line-height: 1.35;
        font-size: 18px;
        color: #000;
        text-align: left;
        margin: -20px 0 0 16px;
        box-sizing: border-box;
        height: auto;
    }
    .con1Right p {
        font-size: 18px;
    }
    .con1Right ul {
        background-color: #ffffff;
        margin-top: 0;
        height: auto;
    }
    .con1Right ul li {
        width: 100%;
        height: auto;
        font-size: 13px;
        padding: 8px 0 0;
    }
    .con1Foot {
        padding: 0 0 0;
        width: 90%;
        margin: 16px auto 0;
        color: #4D4D4D;
        font-size: 14px;
    }
    .conBox {
        width: 100%;
        min-width: 100%;
        border: none;
    }
    .borderTop {
        display: none;
    }
    .con2Top, .con3Top {
        background-image: none;
    }
    .con2Top > span, .con3Top > span {
        color: #000;
        font-size: 18px;
    }
    .addressUl {
        display: none;
    }
    .zpUl li {
        width: 49%;
        margin: 0;
        height: 220px;
    }
    .con3 {
        display: block;
    }
    .con3 > div {
        padding: 0;
        width: 95%;
        margin: 0 auto;
    }
    .con3Cen ul li a img {
        border: none;
        padding: 0;
        width: 36%;
        height: 88px;
    }
    .con3Cen li:nth-child(2), .con3Cen li:nth-child(3) {
        display: none;
    }
    .con3Right {
        display: inline-block;
        width: 64%;
        float: right;
        height: auto;
        margin-top: 30px;
        text-align: left;
        line-height: 2;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .con3Right .text {
        color: #555555;
        margin: 0;
        font-size: 16px;
        /* padding-bottom: 1em; */
        /* border-bottom: 1px solid #F2F2F2; */
        display: -webkit-box;
        overflow: hidden;
        white-space: normal!important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        line-height: 1.3;
        -webkit-box-orient: vertical;
    }
    .con3Right h4 a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    p.comments {
        color: #d7d7d7;
        font-size: 12px;
        margin: 0;
    }
    .con4Ul {
        height: auto;
        display: block;
    }
    .con4Ul li {
        padding-right: 0;
        line-height: 88px;
        margin-bottom: 20px;
    }
    .con4Left {
        border: none;
        padding: 0;
        width: 36%;
        height: 88px;
    }
    .con4Right {
        display: inline-block;
        width: 64%;
        float: right;
        height: auto;
        margin-top: 0;
        text-align: left;
        line-height: 1.3;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .text1 {
        -webkit-line-clamp: 2;
    }
    .con4Tit {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .con5Ul0 {
        display: none;
    }
    .con5Ul1 {
        display: flex;
    }
    .con5Ul li {
        margin-left: 8px;
    }









    .home-bottom {
        height: auto;
    }
    .home-bottom .b1, .home-bottom .b2, .home-bottom .b3, .home-bottom .b4 {
        float: none;
    }
    .home-bottom .b1 {
        width: 100%;
    }
    .home-bottom-box {
        width: 90%;
        padding-bottom: 30px;
    }
    .home-href, .foot_bottom, .b4 {
        display: none;
    }
}