﻿/* CSS Document */
.side {
    position: fixed;
    width: 50px;
    right: 0px;
    top: 250px;
    z-index: 100;
}
.side ul li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 2px;
}
.side ul li .sidebox {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    color: rgb(255, 255, 255);
    border-radius: 5px 0px 0px 5px;
    transition: all 0.3s;
    background: rgb(0, 0, 34);
    font: 16px/50px 微软雅黑;
    overflow: hidden;
  text-align:center;
}
.side ul li img {
    float: right;
}

.side2 {
    position: fixed;
    width: 40px;
    right: 10px;
    z-index: 100;
    bottom: 88px;
    height: 80px;
}
.side2 ul li {
    width: 40px;
    height: 40px;
}
.side2 ul li a {
    display: table-cell;
    background-color: #005ba8;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
  vertical-align:middle;
}
.side2 ul li a img {
    vertical-align: middle;
    display: inline-block;
}
.side2 ul li .weixin {
    position: absolute;
    left: -154px;
    bottom: 0px;
    display: none;
}
.side2 ul li .weixin em {
    width: 5px;
    height: 17px;
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: 3px;
    background: url(../img/arr3.png) no-repeat;
}
.side2 ul li .weixin img {
    display: block;
   width:140px;
}
.side2 ul li a:hover {
    background-color: #000022;
}





