.phoneFooter {
    display: none;
}

@media screen and (max-width: 480px) {
    #summary > img {
        width: 100%;
        height: 150px;
    }

    .nav > li > a {
        border: none !important;
        font-size: 15px;
        font-weight: normal;
        line-height: 30px;
    }

        .aui-banner-contact-subindex {
            position: relative;
            width: 100%;
            overflow: hidden;
            text-align: center;
            user-select: none;
            -webkit-user-select: none;
            height: 150px !important;
        }
        .aui-banner-case-subindex {
            position: relative;
            width: 100%;
            overflow: hidden;
            text-align: center;
            user-select: none;
            -webkit-user-select: none;
            height: 150px !important;
        }

    .p3{
        font-size: 18px;
        line-height: 35px !important;
        padding: 20px 40px;
    }

        #header {
            display: none;
        }

        .phoneClass {
            display: block !important;
        }

        .iconfont {
            font-size: 1.3em;
            color: #EEEEEE;
        }

        .phoneFooter {
            position: fixed;
            width: 100%;
            bottom: 0;
            background-color: #303F57;
            display: block;
        }

        .subFooter {
            width: 24%;
            padding:  10px 15px;
            text-align: center;
            display: inline-block;
            border-right: 1.5px solid #EEEEEE;
        }

        .format {
            border-right: none;
        }

        .subFooter a {
            color: #EEEEEE;
        }

        #navbar1 {
            width: 100%;
            text-align: center;
        }
        .button-bg {
            background-color: #ddd;
        }

        .formatImg {
            width:6em;
            height:5em;
        }

        .navbar-toggle {
            padding: 20px;
            /*    float: left;*/
        }

        .icon-bar {
            background-color: #888;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }

        .navbar_box {
            padding-bottom: 10px !important;
        }

    .aui-banner-slide {
        position: relative;
        min-width: auto;
        background-color: #081238 !important;
    }

    .aui-banner-main {
        position: relative;
        width: 100%;
        overflow: hidden;
        text-align: center;
        user-select: none;
        -webkit-user-select: none;
        height: 400px;
    }

    .aui-banner-news1 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255,255,255,0.1);
        /*background-color: #6F6E78;*/
    }

    .aui-banner-news-box1 {
        width: 100% !important;
        float: left !important;
        border-left: 1px solid rgba(255,255,255,0.2);
        border-right: 1px solid rgba(255,255,255,0.2);
    }

    .aui-banner-news-box1 ul {
        /*display: table;*/
        table-layout: fixed;
        width: 100%;
        vertical-align: top;
        white-space: nowrap;
        text-align: left;
    }

    .aui-banner-news-box1 ul li {
        /*box-sizing: border-box;*/
        /*display: table-cell;*/
        padding: 27px 54px 27px 40px;
        text-align: left;
        color: #fff;
        border-left: 1px solid rgba(255,255,255,0.2);
        width: 320px;
    }

    .aui-banner-news-box1 ul li:first-child {
        border-left: 0;
    }

    .aui-banner-news-box1 ul li a {
        font-size: 14px;
        line-height: 35px;
        color: #fff;
    }

    .aui-bar-pic1 {
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        text-align: center;
    }

    .aui-bar-pic1 img {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        vertical-align: middle;
    }

    .aui-bar-title1 {
        font-size: 16px;
        line-height: 1.8;
        color: #fff;
        overflow: hidden;
        word-wrap: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .aui-bar-text1 {
        font-size: 14px;
        line-height: 1.8;
        color: #fff;
        overflow: hidden;
        word-wrap: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}