﻿.footer {
    background-color: #F8F8F8;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .footer a {
        display: inline-block; /*padding: 0 1em*/
    }

    .footer span {
        color: #82858A;
    }

    .footer .tip {
        padding: 0 0 1.5em
    }

        .footer .tip span {
            font-size: 1.2em
        }

    .footer .links {
        width: 75%;
        margin: 0 auto;
        background: none
    }

        .footer .links a {
            border-right: 1px solid #dcdcdc;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .footer .links a:last-child {
                border-right: 0 none
            }

    .footer .linkss {
        width: 65%;
        margin: 0 auto;
        height: 70px;
        margin-top: 10px;
    }

        .footer .linkss li {
            width: 33.3%;
            float: left;
            text-align: center;
            height: 70px;
            font-size: 10px;
        }

            .footer .linkss li a i {
                display: block;
                width: 40px;
                height: 40px;
                margin: auto;
            }

.footerimg_1, .footerimg_2, .footerimg_3 {
    background: url(/Skin/images/pub_footer.png) no-repeat;
    background-size: auto 170px;
}
/*footer_nav1底部悬浮菜单css*/
.v_nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    background-color: rgba(238,238,238,0.9);
    border-top: #dcdcdc 1px solid;
    z-index: 97;
    padding: 0px;
    margin: 0px;
    padding-bottom: 2px;
    padding-top: 2px
}

.vf_nav {
    width: 100%;
    height: 45px;
    margin: auto;
    padding: 0px;
    margin: 0px;
}

    .vf_nav ul li {
        width: 20%;
        height: 45px;
        float: left;
        text-align: center;
        margin: 0px;
    }

        .vf_nav ul li a {
            text-align: center;
            font-size: 12px;
            color: #333;
            width: 45px;
            display: block;
            height: 45px;
            position: relative;
            margin: auto
        }

        .vf_nav ul li i {
            display: block;
            width: 25px;
            height: 25px;
            margin: auto;
        }

.vf_1, .vf_2, .vf_3, .vf_4, .vf_5 {
    background: url(/Skin/images/pub_main.png) no-repeat;
    background-size: auto 400px;
}

.vf_1 {
    background-position: 0 -1px;
}

.vf_2 {
    background-position: 0 -40px;
}

.vf_3 {
    background-position: 0 -72px;
}

.vf_4 {
    background-position: -1px -101px;
}

.vf_5 {
    background-position: 0 -133px;
}

.vf_nav ul li span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #000;
}

.vf_nav ul li a:active {
    color: #ff7171;
}
