
/*  footer  */
.site-footer {
    padding-top: 20px;
    background-color: #1e649f;
}

.site-footer .title {
    height: 40px;
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
}
.site-footer .title .divider-col {
    display: inline-block;
    margin-right: 5px;
    width: 4px;
    height: 24px;
    background: #ffa60c;
    vertical-align: sub;
}
.footer-cell {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1200px;
}
.footer-left {
    display: inline-block;
    width: 250px;
}
.footer-left .pub-combox {
    width: 220px;
}
.footer-left .pub-combox .select-text {
    height: 20px;
    line-height: 20px;
}

.pub-combox .option-text,
.pub-combox .option-link {
    height: 30px;
    line-height: 30px;
}

.pub-combox .option-list {
    margin: 0;
}
.pub-combox .option-item {
    border-bottom: none;
}

.footer-middle {
    display: inline-block;
    margin-top: 50px;
    border-right: 1px solid #206eb1;
    border-left: 1px solid #206eb1;
    padding: 0 25px;
    vertical-align: top;
}

.footer-middle .qr {
    width: 135px;
    height: 135px;
}

.footer-right {
    display: inline-block;
    margin-left: 30px;
    width: 700px;
    color: #ffffff;
    font-size: 14px;
    vertical-align: top;
}

.footer-floor {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background-color: #3c7fb8;
    font-size: 16px;
    text-align: center;
}

/* footer end */

