/*touchBar*/

#touchBar {
    background-color:royalblue;
}
#touchBar .menuBoxs {
    width: 80px;
    position: fixed;
    top: 0px;
    right: -1px;
    bottom: 0px;
    z-index: 999;
    background: #999;
    background: rgba(0, 0, 0, 0.5);
}


#touchBar .touchMenu {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 400px;
    right: 120px;
    z-index: 999;
}

#touchBar .touchMenu a {
    display: block;
    height: 80px;
    width: 80px;
    background: url("http://kjt.hubei.gov.cn/material/images/touchbar/touch.png") center no-repeat;
    background-size: 63px 62px;
}


#touchBar .menuBoxs ul li{
    padding: 16px 0 4px;

}
#touchBar .menuBoxs ul li:hover{
    background-color: #537BCB;

}

#touchBar .menuBoxs ul{
    padding: 100px 0;
}
#touchBar .menuBoxs ul li span{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
    position: relative;
    height: 40px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
#touchBar .menuBoxs ul li span.wx{
    background-image: url("http://kjt.hubei.gov.cn/material/images/touchbar/wx.png");
    background-size: 30px 24.55px;
}
#touchBar .menuBoxs ul li span.mobile{
    background-image: url("http://kjt.hubei.gov.cn/material/images/touchbar/mobile.png");
    background-size: 20px 32px;
}
#touchBar .menuBoxs ul li span.wza{
    background-image: url("http://kjt.hubei.gov.cn/material/images/touchbar/wza.png");
    background-size: 25.68px 32px;
}
#touchBar .menuBoxs ul li span.stt{
    background-image: url("http://kjt.hubei.gov.cn/material/images/touchbar/trans.png");
    background-size: 30px 30px;
}
#touchBar .menuBoxs ul li:hover span::after{
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background-size:200px 200px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -28px;
    left: -200px;
}
#touchBar .menuBoxs ul li:hover span.wx::after{
    background-image: url("http://kjt.hubei.gov.cn/material/images/touchbar/wxqrcode.png");
}

#touchBar .menuBoxs ul li:hover span.mobile::after{
    background-image: url("http://kjt.hubei.gov.cn/material/images/touchbar/sjbqrcode.png");
}







