.nor-problem {
    position: fixed;
    right: -400px;
    bottom: 0;
    _position: absolute;
    width: 400px;
    height: 100%;
    background: #56acee;
    z-index: 99999999999;
    _margin-bottom: 0;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    transition: all .5s ease;
}

.nor-problem .hoverbtn {
    width: 50px;
    height: 200px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: -50px;
    font-size: 14px;
    color: #fff;
    background: #56acee;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
/*    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;*/
}

.nor-problem .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}
.nor-problem .conter{
    position: relative;
    width:86%;
    height:94%;
    left:8%;
    top:3%;
}
.nor-problem .conter .problem-list{
    height: 200px;
}
.nor-problem .conter .problem-bt{
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 1.2em;
    border-bottom: 1px solid #c4e5ff;
}
.nor-problem .conter .problem-bt .pull-right{
    font-size: 14px;
    color: #ffffff;
}
.nor-problem .conter .problem-bt .pull-right.problem-tel{
    width:50%;
    padding-left: 36px;
    background: url("../img/right-slider/tel.png") left center no-repeat;
}
.nor-problem .conter .problem-online>a{
    display: inline-block;
    padding-left: 36px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    background: url("../img/right-slider/zxkfqq.png") left center no-repeat;
    margin: 5px 0;
}
.nor-problem .conter .problem-list>li{
    width:100%;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    background: url("../img/right-slider/problem-list.png") left center no-repeat;
}
.nor-problem .conter .problem-list>li>a{
    color: #ffffff;
}

.nor-problem .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;
}

.diyoumask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(Opacity=30);
    background: #000;
    display: none;
}

.fn_cle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

