﻿/* fixed-bar */
.fixed-bar .icon,
.fixed-bar .consult-list .tel-icon {
    background: url('../images/qq_02.png') no-repeat;
}

.fixed-bar .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 12px;
    overflow: hidden;
    margin: -18px 0 0 -12px;
    background-position: right -220px;
    text-indent: -999em;
}

.fixed-bar {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10) ||0)- (parseInt(this.currentStyle.marginBottom, 10) ||0))-30);
}

.fixed-bar .gotop {
    position: relative;
    z-index: 1;
    display: block;
    width: 148px;
    height: 36px;
    overflow: hidden;
    margin: -1px 0 0;
    padding: 0px 0 0;
    border: 1px solid #e6e6e6;
    border-top: 1px solid #eaeaea;
    background-color: #fff;
    color: #666;
    font: normal 14px/36px 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1';
    text-align: center;
}

.fixed-bar .share {
    height: 68px;
    overflow: hidden;
    margin: -1px 0 0;
    border: 1px solid #e6e6e6;
}

.fixed-bar .gotop span {
    padding-left: 28px;
    background: url('../images/colse.png') no-repeat;
}

.fixed-bar .gotop:hover span {
    background: url('../images/colser.png') no-repeat;
    color: #ff6600;
}

.fixed-bar .consult-box {
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.fixed-bar .consult-box .consult-header {
    position: relative;
    height: 36px;
    margin: -1px -1px 0;
    background: #f60;
    border-top: 2px solid #ebdf1b;
}

.fixed-bar .consult-box .consult-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.fixed-bar .consult-box .icon {
    display: none;
    top: 0;
    left: -28px;
    width: 28px;
    height: 36px;
    overflow: hidden;
    margin: 0;
    background-position: -80px -530px;
    cursor: pointer;
}

.fixed-bar .consult-box .icon:hover {
    background-position: -110px -530px;
}

.fixed-bar .consult-list {
    margin: 0 2px -1px;
    padding: 0px 0;
}

.fixed-bar .consult-list li {
    padding: 10px 10px 10px 10px;
    color: #666;
    border-bottom: 1px dashed #ddd;
}

.fixed-bar .consult-list span,
.fixed-bar .consult-list a {
    float: left;
    line-height: 24px;
}

.fixed-bar .consult-list span {
    padding-left: 10px;
    line-height: 32px;
}

.fixed-bar .consult-list img {
    vertical-align: top;
    float: left;
}

.fixed-bar .wide-bar {
    width: 148px;
    background-repeat: no-repeat;
    background-position: left top;
}

.fixed-bar .wide-bar .share .bds_more {
    width: 148px;
    _width: 146px;
    background-position: -252px -568px;
}

.fixed-bar .wide-bar .share .bds_more:hover {
    background-position: -354px -568px;
}

.fixed-bar .wide-bar .gotop {
    width: 146px;
    cursor: pointer;
}

.fixed-bar .consult-list .tel-icon {
    padding: 0 0 0 20px;
    background-position: -591px -260px;
}
