/*固定的悬浮窗*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 30%;
    right: -230px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li,
.yb_conct_one li{
    width: 280px;
    height: 53px;
    font: 15px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar li{
    background: #353535 url(/static/images/sidebar.png) no-repeat;
}
.yb_bar .yb_sy
.yb_bar .yb_top {
}
.yb_phone a{ color:#fff;}
.yb_phone a:hover,.yb_QQ a:hover,.yb_sy a:hover{ color:#fff; text-decoration:none;}
.yb_bar .yb_phone {
    background-position-y: -233px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background-position-y: -116px;
}

.yb_bar .yb_ercode {
    background-position-y: -291px;
}
.yb_bar .yb_sy{  background-position-y: -176px;}
.hd_qr {
    padding: 0 29px 25px 55px;
}
.yb_sy a{ color:#fff;}
.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.yb_conct_one{
    background: #353535;
    height: 58px;
    width: 58px;
    left: 0;
}
.yb_conct_one li {
    height: 58px;
    width: 58px;
    color: white;
    font-size: 16px;
    line-height: 22px;
    text-indent: 0;
    padding: 7px 12px 0 10px;
}