/**
 * @desc ½Å²¿ÑùÊ½
 */
.footer {
    background: #f6f6f6;
}
.footer .popCenterBox{
    padding: 30px 0;
    font-size: 16px;
}
.footerLink {
    width: 40%;
}
.footer .popCenterBox table {
    width: 100%;
}
.footer p {
    line-height: 36px;
}
.linkCell {
    width:102px;
    display: inline-block;
    text-align: center;
    float: right;
    font-size: 16px;
    color: #9d9d9d;
    cursor: pointer;
}
.linkCell .iconfont {
    font-size: 36px;
    color: #959595;
    margin-bottom: 3px;
}
.linkCellIcon {
    width:53px;
    height: 47px;
    margin:0 auto;
}
.icon-lianxiwomen {
    background: url(../../image/footer/tel.png) no-repeat;
}
.icon-wenjian {
    background: url(../../image/footer/file.png) no-repeat;
}
.icon-youxiang {
    background: url(../../image/footer/email.png) no-repeat;
}

.footer {
    border-top: 4px solid #004878;
}