/*在线客服*/
.service {
    position: fixed;
    top: 10%;
    right: 0;
    width: 131px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom, 10)||0)-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    z-index: 990;
}

.service_tab {
    width: 160px;
}

.icon_service {
    width: 26px;
    height: 100px;
    float: left;
    background: url(../images/service.png) 0 0;
    position: relative;
    display: none;
    cursor: pointer;
}

.service_box {
    float: left;
    width: 131px;
}

.service_tab img {
    display: block;
}

.service_head {
    width: 131px;
    height: 41px;
    background: url(../images/service.png);
    background-position: 0 -103px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.service_close:link,
.service_close:visited {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/service.png) -42px 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

.service_close:hover {
    background-position: -60px 0;
}

.service_con {
    border-left: 7px solid #029bdb;
    border-right: 7px solid #029bdb;
    padding-top: 15px;
    background: #fbfbfb;
    font-size:14px;
}

.service_con li {
    height: 40px;
    padding-left: 12px;
}

.service_con .wechat {
    height: 96px;
}

.service_con .bt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 20px;
    color: #012646;
}

.service_bot {
    width: 131px;
    height: 8px;
    background: url(../images/service.png);
    background-position: 0 -149px;
}