.w1920{
    width: 100%;
   max-width: 1920px;
    min-width: 1190px;
    margin: 0 auto;
}
.fixTop{
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1190px;

}

.fbxqbar{
    min-width: 1190px;
    z-index: 98;
    position: relative;
    display: none;
    height: 46px;
}
#fbxqFix{
    height: 46px;
    overflow: hidden;
}
#fbxqFix a{
    display: block;
    height: 46px;
}
#fbxqFix a.fxq_TopBtn{
    background-color: rgba(0,0,0,0.9);
}

#fbxqFix a .w1190{
    position: relative;
    width: 1190px;
    margin: 0 auto;
    height: 46px;
   
}
#fbxqFix a .w1190 img{
    position: absolute;
    width: 1920px;
    max-width: 1920px;
    height: 46px;
    top: 0;
    left: -365px;
}
