﻿/*----------------------制作人：UI李名海------*/
/*------------------------时间：2012－12－10-----*/

/*--固定咨询人物样式。使用方法。--*/
/*-------------<div class="fix_div">
	<img src="dr_10000.png" width="91" height="165" />
	</div>
	-------------------*/
.fix_div{
	position: fixed;
	*width:1200px;
	background: inherit;
	z-index:100;
	top: 25%;
	right: 0;
	width: 50px;

	}
.back_top{
	cursor: pointer;
	display: none;
}
.kefu{
	margin: 0 0 20px 0;
	cursor: pointer;
	}
/* 上面的是除了IE6的主流浏览器通用的方法 */
* html,* html body /* 修正IE6振动bug */{
	background-image:url(about:blank);
	background-attachment:fixed;
}
*html .fix_div /* IE6 头部固定 */{
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop));
    z-index: 97;
}
* html .fixed-right /* IE6 右侧固定 */ {
	position:absolute;
	right:auto;
	left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
	}
* html .fixed-bottom /* IE6 底部固定  */{
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	}
* html .fixed-left /* IE6 左侧固定 */{
	position:absolute;
	right:auto;
	left:expression(eval(document.documentElement.scrollLeft));
}
	 
.kefu_list{
	width: 140px;
	display: none;
	margin: 0 0 20px 0;
	position: fixed;
	*width:150px;
	background: inherit;
	z-index:100;
	top: 25%;
	right: 0;
	}
.kefu_list .kefu_close{
	font-size:24px;
	float:right;
	padding-right:10px;
	color:#fafafa;
	cursor: pointer;
	}
.kefu_list p{
	height: 34px;
	font-size: 16px;
	background: #247ACE;
	font-family: "微软雅黑";
	line-height: 34px;
	text-indent: 10px;
	color: #fff;
	
	}
.kefu_list .kefu_content{
	background: #eef3f9;
	padding: 10px 6px;
	}
.kefu_list .kefu_content .kefu_name{
	
	background: #fff; 
	}
.kefu_list .kefu_content .kefu_name ul{
	list-style-type: none;
	padding: 0 0 10px 0;
	}
.kefu_list .kefu_content .kefu_name ul li{
	padding: 0 0 0 26px;
	height: 28px;
	border-bottom: 1px dashed #ddd;
	margin: 0 8px;
	line-height: 28px;
	}
.kefu_list .kefu_content .kefu_name ul li a{
	color: #00f;
	}
.kefu_list .kefu_content .kefu_name ul li.qq_kefu{
    background: url(../images/qq-kefu.png) no-repeat left center;

	}
.kefu_list .kefu_content .kefu_name ul li.ww_kefu{
    background: url(../images/ww-kefu.png) no-repeat left center;
	}
.kefu_list .kefu_content p{
	height: 22px;
	font-size: 12px;
	background: #eef3f9;
	font-family: "宋体";
	text-indent: 10px;
	color: #666;
	}