﻿/****/
.pubheadmain{}
.pubheadmain {
    height:116px;
    box-sizing:border-box;
    background-image: url(/img/pimg/headbg.jpg);
    background-repeat: repeat-x;
    border-bottom: #7e7e7e 5px solid
}
    .pubheadmain .headmain {
        width:1200px;
        margin:0 auto;
        display:flex;
        justify-content:space-between;
    }
    .pubheadmain .logoa {
        display:block;
        margin-top:7px;
    }
    .pubheadmain .topm {
        
    }
        .pubheadmain .topm div {
            float: right;
            border: 1px solid #757575;
            display:flex;
        }
        .pubheadmain .topm a {
            display: block;
            border-right: 1px solid #757575;
            padding: 3px 0px;
            text-align: center;
            width: 90px;
        }

        .pubheadmain .topm a:hover {
            color: #178cd9
        }
            .pubheadmain .topm a:last-child {
                border-right:0px
            }

    .pubheadmain .navm {
        display:flex;
        margin-top:38px;
    }
    .pubheadmain .navm a{
        display:block;
        margin-left:24px;
        font-size:16px;
    }
        .pubheadmain .navm a:hover {
            color: #178cd9
        }

/****/
.pubfootmain {
    color: #d0d0d0;
}
    .pubfootmain .ftone {
        background-color:#656565;
        padding-top:30px;
        padding-bottom:10px;
    }
    .pubfootmain .ftom {
        width:1200px;
        margin:0 auto;
        display:flex;
        justify-content:space-between;
    }
    .pubfootmain .ftitem {
        
    }
    .pubfootmain .ftibt {
        font-size: 18px;
    }
    .pubfootmain .ftilx {
        line-height:26px;
        margin-top:10px;
    }
    .pubfootmain .ftinav {
        margin-top:10px;
        width:280px;
    }
        .pubfootmain .ftinav a {
            display: block;
            float: left;
            color: #d0d0d0;
            margin:10px 0px;
            margin-right:10px;
        }
            .pubfootmain .ftinav a:nth-child(4n+4) {
                margin-right: 0px;
            }

            .pubfootmain .ftschm {
                margin-top: 20px;
            }
    .pubfootmain .tbkey {
        height: 26px;
        line-height: 26px;
        border: 0px;
        padding: 0 5px;
        width: 120px;
        background-color: #656565;
        color: #FFF;
        border-radius: 3px;
    }
    .pubfootmain .ftschm {
        border: #d0d0d0 1px solid;
        border-radius:3px;
        display:flex;
    }
    .pubfootmain .schimg {
        height: 26px;
        width: 26px;
        background-image: url(/img/pimg/ftsch.png);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:26px;
        cursor:pointer;
    }
    .pubfootmain #BtnSch {
        display:none;
    }
    .pubfootmain .ftict {
        margin-top: 10px;
    }
        .pubfootmain .ftict .qqa {
            color: #d0d0d0;
        }
        .pubfootmain .ftict .ctlx {
            margin-top:10px;
        }
            .pubfootmain .ftict .ctlx a {
                color: #d0d0d0
            }
    .pubfootmain .fttwo {
        background-color: #4c4c4c
    }
    .pubfootmain .fttm {
        display:flex;
        width:1200px;
        margin:0 auto;
        padding:10px 0px;
        justify-content:space-between;
        font-size:12px;
    }
        .pubfootmain .fttm div{
            height:20px;
            line-height:20px;
        }
        .pubfootmain .fttm a {
            color: #d0d0d0;
            height: 20px;
            line-height: 20px;
        }
        .pubfootmain .fttm .gaa {
            display:block;
            height:20px;
            background-image: url(/img/pimg/gongan.png);
            background-repeat:no-repeat;
            background-size:20px 20px;
            padding-left:23px;
            background-repeat:no-repeat;
        }
/****/
.cefixmain{
    position:fixed;
    z-index:99999;
    right:5px;
    top:130px;
    width:200px;
}
    .cefixmain .ceqq {
    }
        .cefixmain .ceqq a {
            display: block;
            background-color: #e5e5e5;
            margin-bottom: 10px;
            background-image: url(/img/pimg/fixce.png);
            background-repeat:no-repeat;
            height:30px;
            line-height:30px;
            padding-left:45px;
            border-radius:3px;
        }

    .cefixmain .daili {
        background-position:5px 5px;
    }
    .cefixmain .shouhou {
        background-position: 5px -34px;
    }
    .cefixmain .shouqian {
        background-position: 5px -70px;
    }
    .cefixmain .haiwai {
        background-position: 5px -112px;
    }
    .cefixmain .ceqr {
        width:120px;
        margin-left:80px;
    }
    .cefixmain .ceqr img{
        display:block;
        width:100%;
    }