﻿.w1200 {
    width: 1200px;
    margin: 0 auto;
}
/**公共头部**/
.smfixhead {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color:#000;

    box-shadow:0px 1px 1px #666;
}

    .smfixhead .headholder {
        width: 1200px;
        margin: 0 auto;
        height: 90px;
        box-sizing: border-box;
        padding-top: 4px;
    }

    .smfixhead .logo {
        float: left;
    }

    .smfixhead .navul {
        float: right;
        height: 40px;
        line-height: 40px;
        margin-top: 30px;
    }

        .smfixhead .navul li {
            display: block;
            float: left;
            margin: 0 30px;
        }
    .smfixhead .pnav {
        position: relative;
        z-index: 1;
        cursor: pointer;
    }
    .smfixhead .cnav {
        position: absolute;
        z-index: 2;
        left: 0px;
        top: 30px;
        padding-top: 8px;
    }
/****/
.ifootmain {
    background-color: #000
}
.smfoot {
    width: 1200px;
    padding: 50px 0px;
    margin: 0px auto;
}

    .smfoot .ftlogo {
        float: left;
        width: 330px;
    }

    .smfoot .ftnav {
        float: left;
        width: 260px;
    }

        .smfoot .ftnav .ftdh {
            line-height: 30px;
            padding-left: 20px;
        }

        .smfoot .ftnav .navli {
            font-size: 20px;
            line-height: 36px;
        }

    .smfoot .ftlx {
        float: left;
        width: 350px;
    }

    .smfoot .ftbt {
        font-size: 20px;
        line-height: 36px;
    }

    .smfoot .lxnr {
        line-height: 32px;
    }

    .smfoot .ftqr {
        float: right;
        width: 260px;
        text-align: center;
        line-height: 40px;
        padding-top: 10px;
    }

        .smfoot .ftqr img {
            display: block;
            margin: 0 auto;
            width: 120px;
        }
/****/
.ftcopy {
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #a0a0a0;
    color: #CCC;
}

    .ftcopy a {
        color: #CCC !important;
    }
/****/
.pubbanner{
    position:relative;
}
    .pubbanner img {
        display: block;
        width: 100%;
    }

    .pubbanner .mbxmain {
        position: absolute;
        z-index: 2;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 60px;
        line-height: 60px;
        box-sizing:border-box;
        padding-top:10px;
    }

    .pubbanner .mbx {
        width: 1200px;
        margin: 0px auto;
        display:flex;
        justify-content:left;
    }

        .pubbanner .mbx span {
            display: block;
            height: 40px;
            line-height:40px;
        }
            .pubbanner .mbx span:first-child {
                background-image: url(/img/pimg/home.png);
                background-repeat:no-repeat;
                background-position:left center;
                background-size:20px 20px;
                padding-left:25px;
            }
    .pubbanner .mbxico {
        width: 40px;
        height: 40px;
        background-image: url(/img/pimg/mbx.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center;
    }
    .pubbanner .mbxbg {
        position: absolute;
        z-index: 1;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 60px;
        background-color:#000;
        opacity:0.6;
    }