.footer {
    width: 100%;
    height: 400px;
    background: #181818; background:#000000;

}

.footer .footerContainer {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


/* 主要内容 */

.footer .footerContainer .footerContainerMain {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
}


/* logo */

.footer .footerContainer .footerContainerMain .img {
    width: 131px;
    height: 62px;
    cursor: pointer;
}

.footer .footerContainer .footerContainerMain .img img {
    width: 100%;
}


/* 快速入口 */

.footer .footerContainer .footerContainerMain .entrance {
    width: 100px;
}

.footer .footerContainer .footerContainerMain .entrance .entranceTop {
    width: 100%; font-family: 'Roboto'; text-transform:uppercase;
    font-size: 15px;
    font-weight: 400;
    color: #F4F4F4;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footerContainer .footerContainerMain .entrance .entranceMain {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footerContainer .footerContainerMain .entrance .entranceMain .entranceItem {
    width: 100%; font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    color: #9B9EA0;
    margin-top: 13px;
    cursor: pointer;transition: all 0.4s ease-out;
}
.footer .footerContainer .footerContainerMain .entrance .entranceMain .entranceItem:hover { color:#0074BE}

/* 联系我们 */

.footer .footerContainer .footerContainerMain .contact {
    width: 340px;
}

.footer .footerContainer .footerContainerMain .contact .contactTop {font-family: 'Roboto'; text-transform:uppercase;
    font-size: 15px;
    font-weight: 400;
    color: #F4F4F4;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footerContainer .footerContainerMain .contact .contactMain {}

.footer .footerContainer .footerContainerMain .contact .contactMain .contactItem {
    font-size: 14px; font-family: 'Roboto';
    font-weight: 400;
    color: #9B9EA0;
    margin-top: 10px;
}

.footer .footerContainer .footerContainerMain .contact .contactMain .contactItem b { width:100px; display:block; font-weight:normal;
}


/* 关注我们 */

.footer .footerContainer .footerContainerMain .follow {
    width: 250px;
}

.footer .footerContainer .footerContainerMain .follow .followTop {font-family: 'Roboto';
    width: 100%;
    font-size: 15px; text-transform:uppercase;
    font-weight: 400;
    color: #F4F4F4;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .footerContainer .footerContainerMain .follow .followMain {
    width: 250px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .footerContainer .footerContainerMain .follow .followMain .followMainItem img {
    width: 120px;
}
.footer .footerContainer .footerContainerMain .follow .followMain .followMainItem p {
    text-align: center; font-family: 'Roboto';
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #9B9EA0;
}

/* 版权 */

.footer .footerContainer .footerContainerFooter { font-family: 'Roboto';
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #9B9EA0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.footer .footerContainer .footerContainerFooter a{ color: #D8D8D8; }

.footer .footerContainer .footerContainerFooter a:hover { color:#0a408a}
/* 分割线 */

.footer .line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(50, 51, 51, .3);
    position: absolute;
    left: 0;
    bottom: 50px;
}
