@charset "utf-8";
.footer{
    background: #545454;
    color: #fff;
    line-height: 7rem;
}
.footer .sjmt{
    float: left;
}
.footer .sjmt a{
    font-size: 2rem;
    color: #fff;
    margin-right: 1rem;
}
.footer .sjmt a i{}
.footer .bq{
    float: right;
}



/*kefu*/

.fixed-kefu {
    position:fixed;
    right:2px;
    bottom:15%;
    z-index:99999;
}
.fixed-kefu ul li {
    margin-bottom:1px;
    position:relative;
}
.fixed-kefu ul li#toTop {
    display:none;
}
.fixed-kefu ul li a {
    display:block;
    width:70px;
    height:70px;
    background-color:#333;
    color:#fff;
    text-align:center;
}
.fixed-kefu ul li a:hover {
    background-color:#e70c1e;
}
.fixed-kefu ul li a .vo {
    width:0px;
    text-align:center;
    overflow:hidden;
    position:absolute;
    right:70px;
    top:0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.fixed-kefu ul li.tl a .vo {
    min-height:70px;
    line-height:70px;
    font-size:18px;
    background:#e70c1e;
    font-weight:bold;
    white-space:nowrap;
}
.fixed-kefu ul li.tl a .vo p {
    line-height:45px;
}
.fixed-kefu ul li.tl a:hover .vo {
    width:180px;
}
.fixed-kefu ul li.wx a .vo {
    padding:10px 0;
    background-color:#fff;
}
.fixed-kefu ul li.wx a:hover .vo {
    width:220px;
}
.fixed-kefu ul li i {
    display:inline-block;
    height:35px;
    margin-top:6px;
    overflow:hidden;
    background-position:0 0;
    background-size:35px auto;
    line-height:35px;
    font-size:22px;
}
.fixed-kefu ul li.kf i {
    background-position:0px -0px;
}
.fixed-kefu ul li.tl i {
    background-position:0px -35px;
}
.fixed-kefu ul li.wx i {
    background-position:0px -70px;
}
.fixed-kefu ul li.tp i {
    background-position:0px -105px;
}
.fixed-kefu ul li span {
    display:block;
    line-height:1em;
    padding-bottom:5px;
    font-size: 14px;
}