/* CSS Document */
#float_bottom {
    display: none;
    width: 100%;
    height: 59px;
    background: url(./img/bt_background.jpg) repeat-x;
    position: fixed;
    _position: absolute;
    top: auto;
    bottom: 0;
    _left: 0;
    _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)));
    z-index:9996;
}

#float_bottom li,
#float_bottom li a {
    color: #8443a7;
    font-size: 14px;
}

#float_bottom .bt_fl {
    float: left;
    height: 37px;
}

#float_bottom .bt_ot {
    margin-left: 80px;
}

#float_bottom .bt_hover {
    background: url(./img/bt_hover.jpg) no-repeat top center;
}

#float_bottom .bt_inner {
    width: 1300px;
    margin: 0 auto;
    padding-top: 6px;
}

#float_bottom .bt_info {
    width: 335px;
    height: 37px;
    position: relative;
}

#float_bottom .bt_info .if_pop {
    display: none;
    padding: 0 5px;
    position: absolute;
    bottom: 37px;
    _bottom: 36px;
    left: -41px;
    border: 1px solid #c5a5c5;
    border-bottom: none;
    background-color: #f4f4f4;
}

#float_bottom .bt_info .if_pop li {
    width: 363px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #c6c4c1;
}

#float_bottom .bt_info .if_pop li.last {
    border-bottom: none;
}

#float_bottom .bt_info .if_pop li a:hover {
    color: red;
}

#float_bottom .bt_scroll_wrap {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    width: 335px;
    height: 26px;
}

#float_bottom .bt_scroll_inner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#float_bottom .bt_scroll_inner li {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #e3d3a7;
}

#float_bottom .bt_scroll_inner li span {
    color: red;
}

#float_bottom .bt_project {
    position: relative;
    background: url(./img/ic5.jpg) no-repeat;
    margin-left: 10px;
    width: 157px;
}

#float_bottom .bt_project:hover {
    position: relative;
    background: url(./img/ic6.jpg) no-repeat;
    height: 41px;
}

#float_bottom .bt_project_area {
    display: block;
    width: 155px;
    height: 37px;
}

#float_bottom .bt_pr1 {
    position: relative;
    background: url(./img/ic1.jpg) no-repeat;
    margin-left: 10px;
    width: 156px;
}

#float_bottom .bt_pr1:hover {
    background: url(./img/ic2.jpg) no-repeat;
    height: 41px;

}

#float_bottom .bt_pr1_area {
    display: block;
    width: 155px;
    height: 37px;
}

#float_bottom .bt_pr2 {
    position: relative;
    background: url(./img/ic3.jpg) no-repeat;
    margin-left: 10px;
    width: 181px;
}

#float_bottom .bt_prdjs {
    position: relative;
    background: #7d3a9d;
    margin-left: 10px;
    width: 197px;
}

#float_bottom .bt_pr2:hover {
    position: relative;
    background: url(./img/ic4.jpg) no-repeat;
    height: 41px;
}

#float_bottom .bt_pr2_area {
    display: block;
    width: 155px;
    height: 37px;
}

#float_bottom .pj_pop {
    display: none;
    width: 320px;
    height: 276px;
    position: absolute;
    left: -70px;
    bottom: 37px;
    _bottom: 36px;
    background: #f4f4f4;
    border-top: 1px solid #c5a5c5;
    border-left: 1px solid #c5a5c5;
    border-right: 1px solid #c5a5c5;
}

#float_bottom .pj_pop ul {
    width: 320px;
    height: 238px;
}

#float_bottom .pj_pop li {
    display: block;
    float: left;
    padding: 4px 0 0 20px;
    height: 32px;
}

#float_bottom .pj_pop .pj_left {
    width: 145px;
}

#float_bottom .pj_pop .pj_right {
    width: 120px;
}

#float_bottom .pj_pop .pj_num {
    font-size: 12px;
    color: #828282;
    line-height: 12px;
}

#float_bottom .pj_pop .pj_name a {
    font-size: 14px;
    color: #8443a7;
    line-height: 180%;
}

#float_bottom .pj_pop .pj_name a:hover {
    color: red;
}

#float_bottom .pj_pop .pj_consult {
    margin: 7px 0 0 119px;
    float: left;
}

#float_bottom .pj_pop .pj_book {
    margin: 7px 0 0 18px;
    float: left;
}

#float_bottom .pj_pop ul {
    border-bottom: 1px solid #c5a5c5;
}

#scrollWrap {
    width: 300px;
    height: 26px;
    overflow: hidden;
}

#scrollMsg li {
    height: 18px;
    line-height: 26px;
    overflow: hidden;
    font-size: 12px;
    padding: 0 10px;
}

#float_bottom .bt_consult {
    height: 54px;
    width: 94px;
    position: relative;
}

#float_bottom .bt_consult a {
    position: absolute;
    bottom: 18px;
    right: 0;
}