/*footer*/

@import './indexNumberDisplay.css';
.footer {
    height: 200px;
    width: 100%;
    float: left;
    margin-top: 20px;
    /*background-color: #1168CB;*/
}

.commonFont {
    color: #fff;
    text-decoration: none;
}

.footer .footerBox {
    width: 1100px;
    padding-top: 59px;
    position: relative;
}

#_ideConac {
    position: absolute;
    top: 59px;
    left: 159px!important;
}

.footer .footerBox .msg {
    width: 510px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 28px 0 240px;
}

.footer .footerBox .zheng {
    width: 110px;
    height: 55px;
    margin-top: 7px;
}

.footer .footerBox .msg .address,
.footer .footerBox .msg .host {
    display: inline-block;
}


/* 适老化 */

.oldModel #_ideConac {
    left: -60px!important;
}

.oldModel .footer .footerBox .msg {
    width: 964px;
    margin: 0;
    font-size: 22px;
}