.right_float{
    position: fixed;
    right: 10px;
    top:25%;
    z-index: 9999;
    width: 80px;
    height: 507px;
}
.right_float ul li{
    width: 80px;
    height: 80px;
    background: #ed5138;
    margin-top: 5px;
    position: relative;
}
.right_float ul li.wxHover{
    cursor: pointer;
}

.right_float ul li a{
    display: block;
    cursor: pointer;
}
.right_float ul li img{
    display: block;
    width: 40px;
    margin: 0px auto;
}
.right_float ul li p{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 200%;
}
.right_float ul li:last-child{
    background: #fff;
}
.right_float ul li:last-child p{
    color: #000;
}
.right_float ul li .weixinBox{
    display: none;
    position: absolute;
    width: 150px;
    height: 150px;
    left: -155px;
    top: 0px;
}
.right_float ul li .weixinBox .wxImg{
    width: 100%;
}
.right_float ul li.wxHover:hover .weixinBox{
    display: block;
}