.new-float{
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 50;
    width: 77px;
    height: 374px;
    margin-top: -150px;
}
.new-float li{
    position: relative;
    width: 77px;
    height: 57px;
    margin-bottom: 1px;
    line-height: 27px;
    color: #fff;
    text-align: center;
}
.new-float li.hover{
    overflow: hidden;
}
.new-float li a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.new-float li a.tit{
    width: 77px;
    height: 27px;
    padding: 30px 10px 0 0;
    color: #fff;
}
.new-float li p{
    position: relative;
    z-index: 2;
    height: 27px;
    padding-top: 30px;
    cursor: pointer;
}
.new-float li.fi a{
    background: url(../img/bg_float01.png) no-repeat;
}
.new-float li.se a{
    background: url(../img/bg_float02.png) no-repeat;
}
.new-float li.th a{
    background: url(../img/bg_float03.png) no-repeat;
}
.new-float li.fo a.tit{
    background: url(../img/bg_float04.png) no-repeat;
}
.new-float li.fif p{
    background: url(../img/bg_float05.png) no-repeat;
    font-size: 12px;
}
.new-float li.zixun a{
    background: url(../img/bg_float01.png) no-repeat;
}
.new-float li.six a{
    background: url(../img/xxf_bg_float01.png) no-repeat;
    cursor: pointer;
}


.new-float li .tel{
    position: absolute;
    left: 77px;
    top: 0;
    z-index: 1;
    width: 184px;
    height: 57px;
    font: 24px/57px Arial;
    color: #fff;
    background: url(../img/bg_float06.png) no-repeat;
    cursor: pointer;
}
.new-float a.mof{
    display: inline-block;
    width: 54px;
    height: 71px;
    padding: 12px 11px 0 12px;
    margin-top: 10px;
    *margin-top: 7px;
    background: url(../img/bg_float07.png) no-repeat;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.m-new-float{
    display: none;
}

@media (max-width: 780px){
    .new-float{
        display: none;
    }
    .m-new-float{
        display: block;
    }
    .m-new-float{
        position: fixed;

        left: 0;
        bottom: 0%;
        z-index: 50;
        width: 100%;
        height: 57px;
        background: #f14702;
    }
    .m-new-float li{
        position: relative;
        width: 33.3%;
        height: 57px;
        line-height: 27px;
        color: #fff;
        float: left;
        text-align: center;
    }
    .m-new-float li.hover{
        overflow: hidden;
    }
    .m-new-float li a{
        display: inline-block;
        color: #fff;
        font-size: 12px;
    }
    .m-new-float li a.tit{
        width: 77px;
        height: 27px;
        padding: 30px 0 0 0;
        color: #fff;
    }
    .m-new-float li p{
        position: relative;
        z-index: 2;
        height: 27px;
        padding-top: 30px;
        cursor: pointer;
    }
    .m-new-float li.fi a{
        background: url(../img/bg_float01.png) no-repeat;
    }
    .m-new-float li.se a{
        background: url(../img/bg_float02.png) no-repeat;
    }
    .m-new-float li.th a{
        background: url(../img/bg_float03.png) no-repeat;
    }
    .m-new-float li.fo a.tit{
        background: url(../img/bg_float04.png) no-repeat;
    }
    .m-new-float li.fif a{
        background: url(../img/bg_float05.png) no-repeat;
    }
    .m-new-float li.zixun a{
        background: url(../img/bg_float01.png) no-repeat;
    }
    .m-new-float li .tel{
        position: absolute;
        left: 77px;
        top: 0;
        z-index: 1;
        width: 184px;
        height: 57px;
        font: 24px/57px Arial;
        color: #fff;
        background: url(../img/bg_float06.png) no-repeat;
        cursor: pointer;
    }
    .f-bot{
        margin-bottom: 57px;
    }
}