/*************************************************sulian reset start***********************************************************/
@charset "utf-8";
/* reset */
/** RightBar Start **/
.rightBar {
    width: 50px;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -190px;
    z-index: 1000
}

.rightBar .link {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #222;
    margin: 0px 0 0 0;
    position: relative;
    left: 0;
    top: 0;
    transition: all linear .2s
}

.rightBar .link .img {
    display: block
}

.rightBar .link .lChi {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s
}

.rightBar .link .lChi .ar {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px
}

.rightBar .link .lChi .txt {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
	background-color:#000;
    background: url(/picture/3_optBg.png) repeat;
}

.rightBar .link:hover {
    background: #ea5404;
}

.rightBar .link:hover .lChi {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.rightBar .link:hover .wxgzh, .rightBar .link:hover .chis {
    display: block
}

.rightBar .first {
    cursor: default;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rightBar .last {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rightBar .wxgzh {
    display: none;
    position: absolute;
    top: -11px;
    left: -192px;
    width: 188px;
    height: 258px;
    background: url(4_erweima.png) no-repeat 0 0
}

.rightBar .chis {
    display: none;
    padding: 0 20px 0 0;
    width: 958px;
    position: absolute;
    left: -958px;
    top: -75px;
}

.rightBar .chis .ars {
    display: block;
    width: 12px;
    height: 22px;
    background: url(/picture/5_arrIc.png) no-repeat 0 0;
    position: absolute;
    right: 8px;
    top: 88px;
    z-index: 222
}

.rightBar .cIns {
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 16px #dcdbdb;
    padding: 15px 0 2px 0
}

.rightBar .csIn {
    /*width: 552px;*/
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
}

.rightBar .csIn .tt {
    display: block;
    height: 24px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold
}

.rightBar .csIn .row {
    margin-left: 2px;
    height: 39px;
    border-bottom: 1px dashed #eee;
    text-align: left;
    font-size: 0
}

.rightBar .csIn .row .lt {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    width: 85px;
    text-align: left
}

.rightBar .csIn .row .qq {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 22px;
    width: 22px;
    background: url(6_qqOn.png) no-repeat;
    position: relative;
    left: 0;
    top: 6px
}

.rightBar .csIn .row .qq:hover {
    background: url(6_qqOn.png) no-repeat
}

.rightBar .csIn .row .wx {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 22px;
    width: 22px;
    background: url(7_wxwx.jpg) no-repeat;
    margin-left: 8px;
    position: relative;
    left: 0;
    top: 6px
}

.rightBar .csIn .row .wx:hover {
    background: url(8_wxOn.jpg) no-repeat
}

.rightBar .csIn .col {
    width: 130px;
    margin-left: 30px;
}

.rightBar .mgt {
    margin-top: 13px
}
/*悬浮QQ公用table切换*/

/************************************** online qq end ************************/