
    .footbg{
        width: 100%;
        min-width: 1200px;
        height: 86px;
        background: url("https://jixun.iqihang.com/images/footerimg/footbg.png") no-repeat center top;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    .foot_con{
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin:8px auto 0; 
        position: relative;
        padding:0 48px 0 14px; 
    }
    .foot_top{
        display: flex;
        align-items: center;
        margin-top: 4px;
        justify-content: center;
    }
    .foot_top span{
        font-size: 14px;
        color: #ffeb00;
        margin-left:6px; 
    }
    .footdl dd{
        border-bottom:1px solid #98a48e;
        line-height: 17px;
    }
    .footdl dd:first-of-type{
        margin-top:0; 
    }
    .footdl dd:last-of-type{
        border-bottom: none;
    }
    
    .footdl dd a{
        display:block;
        text-align: center;
        font-size: 10px;
        color:#fff;
    }
    .footleft dd a:first-of-type {
        width: 88px;
        float: left;
    
    }
    .footleft dd a:nth-of-type(2) {
        width: 60px;
        float: right;
    }
    
    .shuxian{
        width: 1px;
        height: 54x;
        background: url("https://jixun.iqihang.com/images/footerimg/shuxian.png") no-repeat ;
        margin-top: 15px;
    }
    .foot_con .shuxian:first-of-type{
        margin:15px 14px 0;
    }
    
    .footcen dd a:first-of-type {
        width: 130px;
        float: left;
    
    }
    .footcen dd a:nth-of-type(2) {
        width: 130px;
        float: right;
    }
    .footright dd a:first-of-type {
        width: 94px;
        float: left;
    
    }
    .footright dd a:nth-of-type(2) {
        width: 100px;
        float: right;
    }
    .guanbi{
        position: absolute;
        right: 0;
        top: -28px;
        z-index: 9999;
    }
    .lefpos{
        display: none;
        position: fixed;
        left: 0 ;
        bottom: 48px;
        z-index: 999;
    }