﻿.pubhead {
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    right: 0px;
    background-color: #F1F1F1;
}

.pubheadroll {
    border-bottom: 1px solid #CCC;
    box-shadow: 0 2px 3px #F1F1F1
}

.pubheadbg {
    height: 105px;
}

.fixhead {
    width: 1280px;
    margin: 0px auto;
    height: 105px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    box-sizing: border-box;
}

    .fixhead .logo2 {
        display: none;
    }

    .fixhead .navul {
        display: flex;
    }

        .fixhead .navul a {
            display: block;
            line-height: 85px;
            margin-left: 20px;
            font-size: 17px;
        }
            .fixhead .navul a.red {
                color: #ad182b;
                font-weight:bold;
            }
.pubheadroll .fixhead {
    height: 51px;
}

    .pubheadroll .fixhead .logo {
        display: none;
    }

    .pubheadroll .fixhead .logo2 {
        display: block;
        display: flex;
    }

        .pubheadroll .fixhead .logo2 img {
            display: block;
            width: 31px;
            height: 30px;
        }

    .pubheadroll .fixhead .logoname {
        line-height: 30px;
        font-size: 20px;
        color: #333;
        margin-left: 5px;
    }

    .pubheadroll .fixhead .navul a {
        line-height: 30px;
    }

        /****/
        .pubfoot {
            background-color: #3b3b3b;
            padding: 20px 0;
        }

    .pubfoot .pftholder {
        width: 1280px;
        margin: 0 auto;
    }

    .pubfoot .ftlogo {
        display: block;
        width: 300px;
    }

        .pubfoot .ftlogo img {
            display: block;
            width: 100%;
        }

    .pubfoot .ftnav {
        display: flex;
        margin-top: 10px;
    }

        .pubfoot .ftnav a {
            display: block;
            color: #d4d4d4;
            margin-right: 30px;
        }

            .pubfoot .ftnav a:hover {
                color: #d4d4d4;
            }

    .pubfoot .copy {
        display: flex;
        margin-top: 20px;
        color: #858585;
        height: 20px;
        line-height: 20px;
    }

        .pubfoot .copy a {
            color: #858585
        }

        .pubfoot .copy div {
            margin-right: 10px;
        }

    .pubfoot .gaioc {
        background-image: url(/img/pimg/gongan.png);
        background-position: left center;
        background-size: 18px 18px;
        background-repeat: no-repeat;
        padding-left: 20px;
    }
/****/
.pubbanner {
    border-top: 2px solid #af182b;
    width: 100%;
    position: relative;
}

    .pubbanner img {
        display: block;
        width: 100%;
    }

.pbnbor {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pubbanner .pbname {
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
}

.pubmbx {
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #efefef;
}

    .pubmbx .mbxmain {
        width: 1280px;
        margin: 0px auto;
        display: flex;
        justify-content: space-between
    }

    .pubmbx .mbxfl {
        display: flex;
        line-height: 50px;
    }

    .pubmbx .hico {
        height: 50px;
        width: 16px;
        background-image: url(/img/pimg/mbxhome.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        margin-right: 5px;
    }

    .pubmbx .fico {
        width: 12px;
        height: 50px;
        background-image: url(/img/pimg/mbxfg.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        margin: 0 5px;
    }

    .pubmbx .mbxfr {
        display: flex;
    }

        .pubmbx .mbxfr a {
            margin-left: 30px;
            line-height: 50px;
        }

            .pubmbx .mbxfr a.on {
                color: #F50;
            }
