﻿
/* 右侧客服 */
#leftsead {
    width: 131px;
    position: fixed;
    top: 258px;
    right: 0px;
    z-index: 999;
}
#leftsead li {
    width: 131px;
    height: 60px;
    list-style: none;
}
#leftsead li a {
    height: 49px;
    float: right;
    display: block;
    width: 47px;
    overflow: hidden;
    text-decoration: none;
}
#leftsead li a:hover {
    width: 131px;
}
#leftsead li a img {
    float: right;
    border: 0;
}
#leftsead li a .shows {
    display: block;
}
#leftsead li a .hides {
    display: none;
}
#leftsead li a:hover .shows {
    display: none;
}
#leftsead li a:hover .hides {
    display: block;
}
