/* 客服代码 kf - 001  QQ:3188767*/

#shen-top,#shen-weixin,#shen-mobile,#shen-qq,#shen-tel {
	z-index:2;
	width:50px;
	height:50px;
	right:10px;
	position:fixed;
	cursor:pointer;
	_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)));
}
/*QQ*/
#shen-qq{bottom:258px;	background:url(images/sbtn.png) 0 -101px;	width:50px;	height:50px}
#shen-qq a {background:url(images/sbtn.png) 0 -0px;	right:0;	float:left;	width:50px;	height:50px;text-indent:-9999px}
#shen-qq a:hover {background:url(images/sbtn.png) -50px -0px}	
/*微信*/
#shen-weixin {bottom:206px}
#shen-weixin a {	background:url(images/sbtn.png) 0 -50px;	right:0;	float:left;	width:50px;	height:50px;text-indent:-9999px}
#shen-weixin a:hover {background:url(images/sbtn.png) -50px -50px}
/*手机网页*/
#shen-mobile {bottom:154px}
#shen-mobile a{background:url(images/sbtn.png) 0 -100px;	width:50px;	height:50px;right:0;float:left;	text-indent:-9999px}
#shen-mobile a:hover {background:url(images/sbtn.png) -50px -100px}
/*联系在电话*/
#shen-tel {	bottom:102px;}
#shen-tel a {background:url(images/sbtn.png) 0 -150px;	width:50px;	height:50px;right:0;float:left;	text-indent:-9999px}
#shen-tel a:hover {background:url(images/sbtn.png) -50px -150px}
/*返回顶部*/
#shen-top {	bottom:50px;background:url(images/sbtn.png) 0 -200px;width:50px;	height:50px;text-indent:-9999px}
#shen-top:hover {	background:url(images/sbtn.png) -50px -200px}


.shen-weixin,
.shen-mobile,
.shen-tel 
{position:relative;	z-index:2}


.shen-weixin a:hover .shen-weixinh,
.shen-mobile a:hover .shen-mobileh,
.shen-tel a:hover .shen-telh
{
	display:block
}
.shen-weixin .shen-weixinh {
	position:absolute;
	display:none;
	left:-280px;
	top:-200px;
	width:275px;
	height:355px;
	background:url(images/weixin.png) 0 -2px no-repeat
}
.shen-mobile .shen-mobileh {
	position:absolute;
	display:none;
	left:-280px;
	top:-200px;
	width:275px;
	height:360px;
	background:url(images/app.png) no-repeat
}
.shen-tel .shen-telh
{
	position:absolute;
	display:none;
	left:-160px;
	top:0px;
	width:160px;
	height:50px;
	background:#ff811b;
	color:#fff;
	line-height:50px;
	text-align:center;
	text-indent:0px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}