* {
    padding: 0;
    margin: 0;
    font-family: '宋体';
    font-size: 13px;
}

.in_footer {
    width: 997px;
    height: 78px;
    margin: 0 auto;
    position: relative;
}

.footer {
    width: 100%;
    
    background: url('./images/bg-footer.jpg') left top repeat-x;
    padding: 54px 0 0 0;
}

.footer .foot_left {
    line-height: 1.5em;
    color: #3a3a3a;
    font-family: '微软雅黑';
    font-size: 12px;
    padding: 15px 0 0 0;
    float: left;
}

.footer .foot_right {
    float: right;
    padding-top: 17px;
}

.footer .foot_left a {
    color: #3a3a3a;
    text-decoration: none;
}

.followUs {
    height: 28px;
    padding: 0;
    color: #3A3A3A;
    width: 130px;
    font-size: 12px;
    line-height: 22px;
    float: left;
    line-height: 30px;
    padding-top: 5px;
}

.followUs .weixin {
    background: url(./images/weixin.jpg) 0 0 no-repeat;
    display: inline-block;
    height: 22px;
    width: 27px;
}

.followUs .weixin:hover {
    background: url('./images/weixin.jpg') 0 -22px no-repeat;
}

.followUs .weixin:hover .code {
    display: block;
}

.code {
    right: 208px;
    position: absolute;
    top: -158px;
    display: none;
}

.followUs .sina-wb {
    background: url(./images/sina.jpg) 0 0 no-repeat;
    display: inline-block;
    height: 22px;
    width: 27px;
}

.followUs .sina-wb:hover {
    background: url('./images/sina.jpg') 0 -22px no-repeat;
}

.footer .blueLink {
    background: url(./images/bg-bluelink.jpg) left top no-repeat;
    width: 201px;
    height: 28px;
    padding: 0 20px;
    margin-left: 140px;
    line-height: 28px;
}

.footer .blueLinkXiala {
    background: #fff;
    border: 1px solid #000;
    width: 200px;
    text-align: center;
    padding: 0 20px;
    list-style: none;
    position: absolute;
    right: 0;
    top: -293px;
}

.footer .blueLinkXiala a {
    list-style: none;
    font-size: 12px;
    color: #4c4948;
    line-height: 28px;
    text-decoration: none;
}