/****蓝色带背景音乐开关****/
#service {
    margin-top: -200px;
    position: fixed;
    _position: absolute;
    right: 0;
    top: 50%;
    width: 56px;
    height: 400px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#service a {
    display: block;
    width: 56px;
    height: 100px;
    text-indent: -9999px;
    background: url(../image/service.png) no-repeat;
    cursor: pointer;
    margin-bottom: 1px
}

#service a.mscBtn {
    height: 50px;
    background: #fff url(../image/musicBtn.gif) no-repeat
}

#service a.goTop {
    height: 50px;
    width: 56px;
    background-position: 0 bottom
}

#service a.goTop:hover {
    background-position: -56px bottom
}

#service a.pause {
    background-position: 0 bottom
}

#service .srvLog {
}

#service .srvLog:hover {
    background-position: -56px 0
}

#service .srvCns {
    background-position: 0 -100px
}

#service .srvCns:hover {
    background-position: -56px -100px
}

#service .srvDj {
    background-position: 0 -200px
}

#service .srvDj:hover {
    background-position: -56px -200px
}

/*****绿色点开弹出*****/
.qqserver .qqserver-header:after, .qqserver .qqserver-header:before, .qqserver li a:after, .qqserver li a:before {
    display: table;
    content: ' '
}

.qqserver .qqserver-header:after, .qqserver li a:after {
    clear: both
}

.qqserver .qqserver-header, .qqserver li a, .tabs, .user-main, .view-category, .view-category-list > li {
    *zoom: 1
}

.qqserver {
    position: fixed;
    top: 50%;
    right: 0;
    height: 209px;
    margin-top: -104px
}

.qqserver.unfold .qqserver-body {
    right: 0
}

.qqserver .qqserver-body {
    position: absolute;
    right: -144px;
    width: 145px;
    height: 183px;
    padding: 12px 10px;
    -webkit-transition: .3s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .3s cubic-bezier(.19, 1, .22, 1);
    transition: .3s cubic-bezier(.19, 1, .22, 1);
    border: 1px solid #62b651;
    border-radius: 4px;
    background: #f4f7fa
}

.qqserver .qqserver_fold {
    position: absolute;
    right: 0;
    padding: 14px 7px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #70ca5d
}

.qqserver .qqserver-header {
    padding-bottom: 10px;
    padding-left: 6px;
    border-bottom: 1px dashed #d1d4cc
}

.qqserver .qqserver-header * {
    float: left
}

.qqserver .qqserver_arrow {
    margin-top: -1px;
    margin-left: 7px;
    cursor: pointer
}

.qqserver li {
    margin-top: 6px
}

.qqserver li a {
    display: block;
    padding: 6px 12px 4px
}

.qqserver li a div {
    font-size: 14px;
    float: left;
    margin-right: 11px;
    color: #697466
}

.qqserver li a span {
    font-size: 12px;
    line-height: 18px;
    float: left;
    text-indent: 4px;
    color: #fff
}

.qqserver li a span.qqserver-service-alert {
    font-weight: 400;
    display: block
}

.qqserver li a:hover {
    text-decoration: none;
    border-radius: 4px;
    background: #eaebe9
}

.qqserver li a:hover div {
    color: #62b651
}

.qqserver .qqserver-footer {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 11px;
    border-top: 1px dashed #d1d4cc
}

.qqserver .qqserver-footer .text-primary {
    color: #70CA5D;
    font-size: 14px;
}

.qqserver .qqserver_icon-alert {
    display: inline-block;
    margin-right: 10px;
    vertical-align: -3px;
    *display: inline;
    *zoom: 1;
    *vertical-align: -1px
}

.qqserver-header div {
    width: 90px;
    height: 18px;
    background-image: url(../image/backgrounds.32.png);
    background-position: -419px -80px
}

.qqserver_icon-alert {
    width: 16px;
    height: 14px;
    background-image: url(../image/backgrounds.32.png);
    background-position: -595px -85px
}

.qqserver li a span {
    width: 30px;
    height: 23px;
    background-image: url(../image/backgrounds.32.png);
    background-position: -265px 0
}

.qqserver li a .qqserver-service-alert {
    width: 30px;
    height: 22px;
    background-image: url(../image/backgrounds.32.png);
    background-position: -342px 0
}

.qqserver_fold div {
    width: 26px;
    height: 132px;
    background-image: url(../image/backgrounds.32.png);
    background-position: 0 0
}

.qqserver_fold:hover div {
    width: 26px;
    height: 132px;
    background-image: url(../image/backgrounds.32.png);
    background-position: -27px 0
}

.qqserver_arrow {
    width: 18px;
    height: 18px;
    background-image: url(../image/backgrounds.32.png);
    background-position: -435px 0
}

.qqserver_arrow:hover {
    width: 18px;
    height: 18px;
    background-image: url(../image/backgrounds.32.png);
    background-position: -435px -38px
}

/****黄色带二维码点击弹出******/
#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #f08326;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 50px;
}

#floatDivBoxs .floatDqq li a {
    color: #F08326;
}

#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
    padding: 0 0 15px 10px;
    font-size: 20px;
    text-align: center;
    color: #F08326;
    font-weight: bold;
}

#floatDivBoxs .floatDtel img {
    display: block;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(../image/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(../image/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 180px;
    right: 170px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}

/*****橙色带二维码点击弹出*****/
.main-im {
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 100;
    width: 110px;
    height: 272px;
}

.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}

.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}

.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../image/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
}

.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 109px;
    height: 50px;
    border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin-top: 11px;
}

.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}

.main-im .im_main .im-tel:hover {
    background: #fafafa;
}

.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(../image/weixing-icon.png) no-repeat center center;
    float: left;
}

.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.main-im .im_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../image/toTop-icon.png) no-repeat center center;
    float: right;
}

.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
    text-decoration: none;
}

.main-im .open-im {
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 133px;
    background: url(../image/open_im.png) no-repeat left top;
}