﻿ /* ²à±ßÐü¸¡µ¼º½À¸ */

#contactusbus{
    position: fixed;
    right: 0px;
    top: 140px;
    width: 130px;
    height: 316px;
    background: #fff;
    z-index:99;
}
#contactusbus .servercenter{
    background: #2277e6;
    height: 80px;
}
#contactusbus .servercenter a{
    color: #fff;
    display: block;
    height: 80px;
    position: relative;
}
#contactusbus .servercenter a>p{
    text-indent: 50px;
    line-height: 20px;
    font-size: 13px;
    padding-left: 10px;
}
#contactusbus .servercenter a i{
    float: right;
    display:block;
    width: 60px;
    height: 80px;
}
#contactusbus .servercenter img{
    position: absolute;
    display:block;
    left: 0;
    top: 6px;
}
#contactusbus>ul>li{
    width: 130px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F3F8;
    height: 50px;
    position: relative;
    line-height: 50px;
    list-style-type: none;
}
#contactusbus>ul>li>a{
    display: block;
    text-indent: 3em;
    color: #0084ff;
    position: relative;
}
#contactusbus>ul>li>.class1:hover{position:relative;top:-5px;}
#contactusbus>ul>li>a>img{
    position: absolute;
    left:15px;
    top: 16px;
}
.twentyfour{
    background: #2277e6;
    color: #fff;
    line-height: 36px;
    height:36px;
    text-align: center
}
.wechatcode{
    background-color: #fff;
    padding: 6px 0;;
}
.wechatcode img{    margin: 0 auto;display:block;}
.free_tel > span {
  position: absolute;
  left: -35px;
  z-index: 2;
  display: none;
}
.free_tel >b{display:block;font-weight:normal;}
.free_tel >img{display:block;}
.free_tel:hover > span {
  display: inline-block;
  position: absolute;
  left: -25px;
}
.free_tel:hover > b {
  display:none;
}
.free_tel:hover > img {
  display:none;
}