#footer {
    height: 180px;
    width: 100%;
    background-color: #264A95;
}


.bottom_color {
    background-color: #014db4;
    height: 20px;
    width: 100%;
}


.bottom_logo {
    width: 1184px;
    margin: auto;
    margin-top: 80px;
}

.bottom_logo_left {
    width: 340px;
    height: 60px;
    border-right: 1px solid #ffffff;
    float: left;
    margin-top: 66px;
    padding-right: 40px;
}

.bottom_logo_left img {
    width: 100%;
    /* margin-top: 60px; */
    height: 100%;
    /* padding-top: 60px; */
}

.bottom_logo_right {
    float: left;
    margin-top: 60px;
    margin-left: 40px;
}



.bottom_tet {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.xian-h5{
    display: none;
}
@media screen and (max-width: 992px) {
    #footer {
        height: auto !important;
        width: 100%;
        background-color: #264A95;
    }
    
    
    .bottom_logo {
        width: 100%;
        margin: auto;
        margin-top: 0px;
        padding: 47px 0px;
    
    }
    .bottom_logo_left {
        width: 80%;
        height: auto;
        border-right: 0px solid #ffffff;
        float: initial;
        margin-top: 0px;
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .bottom_logo_right {
        float: initial;
        margin-top: 6px;
        margin-left: 16px;
    }
    .bottom_tet {
        font-size: 14px;
        color: #ffffff;
        font-weight: 300;
    }

    .bottom_logo_left img {
        width: 100%;
        height: 100%;
        margin-left: 16px;
    }
    .bottom_tet span{
        display: block;
    }
    .bottom_tet-h5{
        margin-top: 20px;
    }
    .xian-h5{
        width: 80%;
        display: block;
        margin-left: 16px;
        margin-bottom: 40px
    }
}

