footer {
    border-top: 1px solid #d3d3d3;
    color: #b9b8b8;
    position: relative;
    /*margin-top: -130px;*/
    clear: both;
   background-color: #F2F2F2;
}

footer .hf_spacearea {
    width: 100%;
    height: 30px;
    background: #fff;
}

footer p {
    color: #666666;
}

footer a:link {
    color: #666666;
    font-size: 12px;
    font-family: "Microsoft Yahei", "sans-serif";
}

footer a:visited {
    color: #666666;
    font-size: 12px;
    font-family: "Microsoft Yahei", "sans-serif";
}

footer a:hover {
    color: #333333;
    font-size: 12px;
    font-family: "Microsoft Yahei", "sans-serif";
}

footer a:active {
    color: #b9b8b8;
    font-size: 12px;
    font-family: "Microsoft Yahei", "sans-serif";
}

footer .hf_title {
    color: #333333;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
}

footer .foot_home {
    width: 1000px;
    padding: 30px 0 0;
    margin: 0 auto 31px;
}

footer .foot_home .hf_left {
    float: left;
    width: 680px;
}

footer .foot_home .hf_left ul {
    float: left;
    width: 147px;
}

footer .foot_home .hf_left ul li {
    list-style: none;
    line-height: 28px;
}

footer .foot_home .hf_right {
    float: right;
    width: 149px;
}

footer .foot_home .hf_right ul {
    margin-bottom: 15px;
}

footer .foot_home .hf_right li {
    float: left;
    list-style: none;
    margin: 15px 15px 0 0;
}

footer .foot_home .hf_right p {
    line-height: 28px;
    width: 240px;
    font-size: 12px;
}

footer .hf_relatelinks {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 28px;
    border-top: 1pt solid #dcdcdc;
}

footer .hf_relatelinks li {
    float: left;
    list-style: none;
    padding: 0 7px;
    margin: 10px 0;
}

footer .hf_copyright {
    width: 1000px;
    margin: 0 auto;
    line-height: 56px;
    height: 56px;
    font-size: 12px;
    text-align: right;
    border-top: 1pt solid #DCDCDC;
    color: #666666;
    text-align: center;
}

footer .home_foot_tip_wechat {
    position: absolute;
    top: -60px;
    display: none;
}

footer .home_foot_tip_qq {
    position: absolute;
    top: -166px;
    display: none;
    background: url(/images/index/foot_qq_tip.png) no-repeat;
    background-size: 200px 252px;
    width: 200px;
    height: 249px;
    color: #666;
    line-height: 24px;
    font-size: 12px;
    padding: 20px 0 0 20px;
    z-index: 2;
}
.footer-tips{
    position: fixed;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    width: 100%;
    height: 120px;
    z-index: 1000;
}