/* jtt公共底部1 */

.footer {
    width: 100%;
    height: 350px;
    background-color: #0868b7;
    color: #fff;
    font-size: 14px;
}

.footer a {
    color: #fff!important;
}

.footer a:hover {
    color: #fff!important;
}

.footer .f_top {
    height: 133px;
    width: 812px;
    margin: 0 auto;
}

.footer .f_top ul {
    height: 27px;
    margin-top: 57px;
    margin-bottom: 50px;
    display: inline-block;
}

.footer .f_top ul li {
    padding: 0 30px;
    float: left;
    position: relative;
    color: #fff!important;
}

.footer .f_top ul li::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #3e9be7;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
}

.footer .f_top ul li:last-child::after {
    display: none;
}

.footer .f_mid {
    width: 100%;
    height: 1px;
    background-color: #3e9be7;
}

.footer .f_bot {
    text-align: center;
    height: 80px;
    padding-top: 64px;
    padding-bottom: 71px;
}


/* jtt公共底部1 end */