.foot {
    height: 246px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot>.container>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .share .fax {
    font-size: 28px;
    margin-bottom: 6px;
    color: #fff;
}

.foot .left {
    display: flex;
    align-items: flex-start;
}

.foot .left .share {
    margin-right: 70px;
}

.foot .input-group {
    display: flex;
    justify-content: flex-end;
}

.foot .input-group .button {
    background: url(../images/搜索.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40px;
    display: block;
    padding: 0;
}

#searchKey {
    width: 230px;
    color: #fff;
}

.baidushare {
    display: flex;
    align-items: flex-end;
}

.baidushare p {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
}

#searchKey,
.foot .input-group .button {
    background-color: #3c3b43;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    height: 40px;
}

.foot .right .nav-list {
    padding: 26px 0px 18px;
}

.foot .right .nav-list>a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-left: 45px;
}

.foot .right .copyright {
    color: #808080;
    font-size: 14px;
}

.foot .right .copyright a {
    color: #808080;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}


/* 屏幕小于1199px */

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media(max-width: 768px) {
    .foot {
        height: auto;
    }
    .foot>.container>.row {
        flex-direction: column;
        padding: 50px 0px 100px;
        margin: 0;
    }
    .foot>.container {
        width: 100%;
    }
    .foot .left {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .foot .right {
        width: 100%;
        padding-top: 15px;
    }
    #searchKey {
        width: 100%;
    }
    .foot .right .nav-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .foot .right .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .foot .right .nav-list>a {
        margin-left: 0;
    }
}