.container:after {
    content: '';
    display: block;
    clear: both;
}

.channel-footer-wrap {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 9999;
}

.channel-footer-box {
    position: relative;
    left: -100%;
}

.channel-footer-box .channel-show-btn {
    bottom: 105px;
    background: url(../images/fixed-bg.png) no-repeat;
    position: absolute;
    left: 100%;
    cursor: pointer;
    z-index: 1;
}

.channel-footer-box .channel-show-btn dl {
    position: relative;
    width: 181px;
    height: 96px;
}

.channel-footer-box .channel-show-btn dl dt {
    position: absolute;
    left: 3px;
}

.channel-footer-box .channel-show-btn dl dt img {
    width: 102px;
    margin-top: -6px;
}

.channel-footer-box .channel-show-btn dl dd {
    position: absolute;
    top: 67px;
    left: 12px;
}

.channel-bottom-fixed {
    background: rgba(0, 0, 0, .69);
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.channel-bottom-fixed .bottom-fixed-inner {
    position: relative;
    height: 105px;
    width: 1200px;
    margin: 0 auto;
}

.channel-bottom-fixed .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    display: block;
    background: url(../images/fixed-close.png) no-repeat;
}

.channel-bottom-fixed .close:hover {
    background: url(../images/fixed-close-hover.png) no-repeat;
}

.guwen_pic {
    position: absolute;
    left: 0;
    top: 17px;
}

.bottom-fixed-inner .bd {
    width: 1080px;
    height: 100%;
    position: absolute;
    right: 0;
}

.service_list {
    height: 100%;
    width: 1080px;
    position: absolute;
    right: 0;
    left: auto;

}

.service_list li {
    float: left;
    width: 270px;
    height: 100%;
}

.service_list li .pic_box {
    width: 81px;
}

.service_list li .pic_box .server_pic {
    display: block;
    width: 81px;
    height: 81px;
    margin-top: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
}

.service_list li:hover .pic_box .server_pic {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.service_list li .pic_box .line_shadow {
    display: block;
    margin: 0 auto;
    transition: transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
}

.service_list li:hover .pic_box .line_shadow {
    transform: scale(0.85) translateY(6px);
    -webkit-transform: scale(0.85) translateY(6px);
    -moz-transform: scale(0.85) translateY(6px);
    -o-transform: scale(0.85) translateY(6px);
}

.service_list li .text {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}

.service_list li .text p {
    color: #fff;
    font-size: 14px;
    transition: transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
}

.service_list li:hover .text p {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

.service_list li .text p.name {
    margin-top: 18px;
    margin-right: -32px;
}

.service_list li .text p.qq {
    line-height: 26px;
}

.service_list li .text .consult_btn {
    width: 115px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: url(../images/lianxi_btn.png) center center no-repeat;
    margin-left: -5px;
    cursor: pointer;
    transition: transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
}

.service_list li .text .consult_btn:hover {
    background: url(../images/lianxi_btn_hover.png) center center no-repeat;
}

.service_list li .text .consult_btn a {
    color: #fff;
}

.service_list li .text .consult_btn:hover a {
    color: #fff;
}

.service_list li:hover .text .consult_btn {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}

/*右侧浮动*/
.floatBar {
    background-color: #4B1468;
    width: 35px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    margin-top: 0;
}

.floatBar ul {
    width: 100%;
    height: 340px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 365px;
}

.floatBar li {
    clear: both;
    width: 135px;
    height: 35px;
    position: relative;
    margin-bottom: 12px;
}

.floatBar li.n1 {
    margin-bottom: 70px;
}

.floatBar li.n7 {
    margin-bottom: 0;
    position: fixed;
    bottom: 6%;
}

.floatBar li a {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0
}

.floatBar li i {
    display: block;
    width: 35px;
    height: 35px;
    border-left: 1px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.floatBar li span {
    display: block;
    width: 135px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: absolute;
    left: 82px;
    top: 0;
    zoom: 0;
    z-index: 9;
}

.floatBar li.n1 i {
    background: url(../images/fl_Bar1.png) #4B1468 no-repeat center center;
}

.floatBar li.n2 i {
    background: url(../images/fl_Bar2.png) #4B1468 no-repeat center center;
}

.floatBar li.n3 i {
    background: url(../images/fl_Bar3.png) #4B1468 no-repeat center center;
}

.floatBar li.n4 i {
    background: url(../images/fl_Bar4.png) #4B1468 no-repeat center center;
}

.floatBar li.n5 i {
    background: url(../images/fl_Bar5.png) #4B1468 no-repeat center center;
}

.floatBar li.n6 i {
    background: url(../images/fl_Bar6.png) #4B1468 no-repeat center center;
}

.floatBar li.n7 i {
    background: url(../images/fl_Bar7.png) #4B1468 no-repeat center center;
}
.floatBar li.n8 i {
    background: url(../images/fl_Bar8.png) #4B1468 no-repeat center center;
}

.floatBar li.n3 b {
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 5px;
    z-index: 10;
    background: url(../images/red_dot.png) no-repeat center center;
}

.floatBar li.n4 em {
    display: block;
    width: 135px;
    height: 154px;
    text-align: right;
    border-right: 1px solid transparent;
    position: absolute;
    left: 82px;
    top: 0;
    z-index: 9;
}

.floatBar li.n4 em b {
    font-weight: normal;
    display: block;
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    padding-left: 10px;
}

.floatBar li.on.n4 em {
    left: -136px;
}

.floatBar li.on i {
    background-color: #EB0C1C;
}

.floatBar li.on span {
    background-color: #EB0C1C;
}

.floatBar li.on span {
    font-size: 14px;
    text-align: center;
}

/*商标真假客服*/
.mytrueservice_wrap {
    display: none;
    background: rgba(0, 0, 0, 0.40);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#75000000, endColorstr=#40000000);
    position: fixed;
    padding: 10px;
    left: 50%;
    top: 50%;
    z-index: 999999;
    margin-left: -344px;
    margin-top: -262px;
    height: 525px;
}

.mytrueservice {
    background: #fff;
}

.mytrueservice .pop_hd {
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 42px;
    background: #65b71d;
    padding-left: 25px;
    background: url(../images/pop_verify_tbg.jpg) left top repeat-x;
}

.mytrueservice .pop_hd span {
    background: url(../images/icon_pop_verify.png) left center no-repeat;
    padding-left: 42px;
    margin-right: 18px;
}

.mytrueservice .pop_hd .close {
    display: block;
    width: 22px;
    height: 48px;
    position: absolute;
    right: 36px;
    top: 10px;
    background: url(../images/icon.png) no-repeat -238px -402px;
    cursor: pointer;
    z-index: 10;
}

.mytrueservice .bid_con {
    margin-left: 38px;
}

.mytrueservice_cont .tit .btn {
    font-size: 16px;
}

.mytrueservice_tit {
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    margin-top: 60px;
}

.mytrueservice_tit img {
    margin-right: 20px;
    display: inline-block;
}

.mytrueservice_cont {
    width: 688px;
    margin: 40px auto;
}

.mytrueservice_cont .tit {
    text-align: center;
}

.mytrueservice_cont .tit .inp {
    width: 413px;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #898888;
    margin-bottom: 20px;
}

.mytrueservice_cont .tit .btn {
    cursor: pointer;
    background: #ffa200;
    font-weight: bold;
    width: 260px;
    line-height: 42px;
    color: #fff;
}

.mytrueservice_cont .cont {
    margin-top: 40px;
    background: #f2f2f2;
    padding: 40px 0;
    height: 195px;
    position: relative;
    text-align: center;
}

.mytrueservice_cont .true {
    position: relative;
}

.mytrueservice_cont .true .num {
    line-height: 34px;
    margin-bottom: 10px;
}

.mytrueservice_cont .true .num strong {
    font-size: 30px;
}

.mytrueservice_cont .true .info {
    font-size: 18px;
    line-height: 32px;
}

.mytrueservice_cont .cont .tips {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-top: 35px;
}

.mytrueservice_cont .cont .img {
    position: absolute;
    left: 66%;
    top: 0;
}

.myadvice_form .form_hd {
    margin-bottom: 30px;
    border: none;
    height: 80px;
}

.darkbg {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999998;
}

/*浮动导航*/
.float_nav {
    width: 165px;
    height: 369px;
    background: url("../images/float_nav.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.link_act {
    width: 97px;
    height: 186px;
    position: absolute;
    top: 137px;
    right: 0;
}

.link_act a {
    display: block;
    width: 97px;
    height: 29px;
    margin-bottom: 2px;
    text-indent: -9999px;
}

.channel-bottom-fixed .refresh {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 3px;
    background: url("../images/refresh.png") no-repeat center center;
    text-indent: -9999px;
    position: absolute;
    bottom: 16px;
    right: 6px;
}

.nav_close{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url("../images/nav_close.png") no-repeat;
    position: absolute;
    right: 78px;
    bottom: 15px;
    z-index: 9;
}









