﻿/*右侧栏目*/
.floor{
    display: none;
    position: fixed;
    left:10%;
    top:180px;
    height: 490px;
    width: 60px;
    background: #B6B6B6;
    color: #fff;
    cursor: pointer;
}
.floor li{
    width: 30px;
    height: 40px;
    padding:15px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}

.bkg{
    background: #fe3c28;
}

.floor li:hover,.suspension li:hover{
    background: #fe3c28;
}
.floor li img {
    width: 30px;
    margin-top: 10px;
}
.suspension{
    display: none;
    width: 60px;
    height: 295px;
    position: fixed;
    right:0;
    top:180px;
    background: #B6B6B6;
}
.suspension li{
    width: 40px;
    height: 40px;
    padding:10px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.suspension li:first-child{
    height:95px;
    width: 20px;
    padding: 10px 20px;
}
.suspension li img{
    width: 30px;
    margin-top: 10px;
}