*{
    margin:0;
    padding: 0;
}
a{
    text-decoration: none;
}
img{
    border:0;
}

/*2017-06-27kefu*/
.keifu{
    position:fixed;
    top:10%;
    left:0;
    width:112px;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    z-index:990;
}
.keifu_tab{  height: auto; overflow: hidden; }

.icon_keifu{
    /*width:112px;*/
    /*height:392px;*/
    /*float:left;*/
    /*position:relative;*/
    /*cursor:pointer;*/

}
.topClose{
    position: absolute;
    top:184px;
    left:0;
}
.rightFd-icon{
    display: block;
    width:112px;
    height:392px;
    background:url(../images/right-fd-icon1.png) no-repeat;
    /*display:none;*/
    cursor: pointer;
    margin-top:200px;
    float: right;
}

.keifu_box{
    float:left;
    width:247px;
    display: none;
    position: relative;
    z-index: 2018;
}

.keifu_head{
    width:247px;
    height:213px;
    background:url(../images/right-fd-top.png) no-repeat;
    font-size:0;
    line-height:0;
    position:relative;
}
.keifu_head p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    width: 115px;
    padding-right: 14px;
    float: right;
    padding-top: 74px;
    text-align: justify;
}
.keifu_close:link,.keifu_close:visited{ display:block; width:19px; height:19px; background:url(../images/right-fd-close.png) no-repeat; position:absolute; top:60px; right:2px;}


.keifu_con{
    width: 247px;
    height: auto;
    overflow: hidden;
    background: #B45E31;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.kfForm-col{
    width: 211px;
    height: auto;
    overflow: hidden;
    margin:0 auto;
}
.kfForm-col label{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
}
.kfForm-col .kfInp{
    display: block;
    height: 26px;
    width: 203px;
    border:0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #FFFFFF;
    font-size: 13px;
    line-height: 26px;
    padding-left: 8px;
    font-family: 'Microsoft YaHei';
    color: #666666;
}
.kfSubmit{
    display: block;
    width: 112px;
    height: 30px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align: center;
    color: #f86539;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    background: #50FFDC;
    border:0;
    cursor: pointer;
    margin:10px auto 0;
}
/*2017-06-27kefu*/
