/*底部专题导航*/


.bj-zhuantiyenav{

height:50px;

width:100%;

background:url(/static/hycms/images/uka_bg.png);

position:fixed;

left:0;

bottom:0;

z-index:1000;

}



.bj-box{

width:1100px;

height:50px;

margin:0 auto;

position:relative;

}



/*左侧菜单*/

.bj-boxleft{

height:32px;

margin-top:9px;

float:left;

padding:0 20px;

background:#fff;

border-radius:10px;

line-height:32px;

font-size:16px;

}



.bj-boxleft a{

color:#0057ff;

padding:0 12px;

}



.bj-boxleft a:hover{

color:#d96d00;

}


/*热门栏目标识*/
.bj-boxleft a{
    position:relative;
}

.bj-boxleft i{
    display:block;
    width:21px;
    height:13px;
    position:absolute;
    left:10px;
    top:-10px;
    background:url(/static/hycms/images/hots.gif) no-repeat center;
}


/*微信*/

.bj-boxright{

float:right;

margin-top:9px;

height:32px;

}



.bj-boxright img{

height:32px;

width:auto;

}



.bj-codewx{

display:none;

position:absolute;

right:0;

bottom:40px;

width:125px;

height:125px;

}



.bj-codewx img{

width:125px;

height:125px;

}



.bj-boxright a:hover .bj-codewx{

display:block;

}



/*关闭*/

.bj-close{

position:absolute;

right:20px;

top:10px;

width:20px;

height:20px;

cursor:pointer;

z-index:1002;

}



.bj-close img{

width:20px;

height:20px;

}




/*专题按钮*/

.bj-zhuanti{

width:90px;

height:50px;

background:url(/static/hycms/images/ztlm.png) no-repeat center;

background-size:90px 50px;

position:fixed;

left:0;

bottom:0;

z-index:1001;

cursor:pointer;

}



/*关闭后的状态*/

.bj-hide{

width:0!important;

overflow:hidden;

}





/* 移动端隐藏PC底部专题导航 */
@media screen and (max-width:768px){

    .bj-zhuanti,
    .bj-zhuantiyenav,
    .zhuanti,
    .zhuantiyenav{
        display:none!important;
    }

}

