@charset "utf-8";
body{
}
*,html, ul, li, dl, dt, dd, ol, th, td, form, h1, h2, h3, h4, h5, h6, img, p {
    margin:0;
    padding:0;
    border:none;
    font-style:normal;
    font-family: "微软雅黑";
}
ul, li {
    list-style-type:none;
}
.m:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clear{
    clear: both;
}
a {
    color:#000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus{
    outline:none;
}


.float_right_kefu{
    position: fixed;
    right: 10px;
    bottom: 30%;
    background-color: white;
    border-radius: 5px;
}
.float_right_kefu ul{

}
.float_right_kefu ul li{
    padding: 10px;
    box-shadow: 0 0 2px #ccc;
    text-align: center;
    position: relative;
}
.float_right_kefu ul li:hover{
    box-shadow: 0 0 10px #ccc;
}
.float_right_kefu ul li img{

}
.float_right_kefu ul li h3{
    font-size: 14px;
    text-align: center;
}
.float_right_kefu ul li .show-info{
    display: none;
    position: absolute;
    left: -170px;
    top: 0;
    background-color: white;
    width: 150px;
    padding: 10px;
    text-align: left;
    box-shadow: 0 0 5px #ccc;
}
