@CHARSET "UTF-8";
/*客服*/
#kf{
	width:155px;
	height:310px;
	overflow:hidden;
	position:fixed;
	right:-130px;
	top:0;
	z-index:9999;
}

#small_kf{
	color:#fff;
	width:28px;
	height:108px;
	text-align:center;
	border-left:1px solid #006ec8;
	cursor:pointer;
	background:#00a0e6 url(../img/small_kf_bg.png) no-repeat left 1px;
	position:absolute;
	left:0;
	top:100px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
}

#small_kf h2{
	color:#fff;
	font-size:16px;
	margin:20px 0 0 0;
	line-height:18px;	
}

#small_kf span{
	width:5px;
	height:100%;
	display:block;
	background:#00a0e6 url(../img/small_kf_span_bg.png) no-repeat left top;
	position:absolute;
	right:-1px;
	top:0;
}

#small_kf em{
	color:#fff;
	width:30px;
	height:20px;
	line-height:20px;
	font-size:12px;
	text-align:left;
	text-indent:8px;
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
}

#kf_cup{
	width:130px;
	height:100%;
	background:#00a0e6;
	position:absolute;
	top:0;
	right:0;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	behavior:url(PIE.htc);
}

#kf_cup span{
	width:8px;
	height:100%;
	background:#00a0e6;
	position:absolute;
	top:0;
	right:0;
	z-index:1009;
}

#kf_main{
	width:120px;
	height:300px;
	background:#fff;
	position:relative;
	top:5px;
	left:5px;
	z-index:1010;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(PIE.htc);
}

#kf_main h2{
	color:#00a0e6;
	text-align:center;
	line-height:30px;
	border-bottom:1px solid #aae6f0;
	margin:0 5px;
}

#kf_main ul li{
	line-height:40px;
	text-align:center;
	margin:0 28px;
	border-bottom:1px solid #eee;
}

#kf_main ul li img{
	vertical-align:-2px;
	margin:0 5px 0 0;
}

#kf_main ul li a{
	color:#00a0e6;
}

#kf_main ul li a:hover{
	color:#ee4938;
}

#kf_main h3{
	color:#00a0e6;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #aae6f0;
	margin:0 5px;
}

#kf_main ol li{
	width:100%;
	font-size:14px;
	line-height:30px;
	text-align:center;
}

/*回到顶部*/
#btop{
	width:50px;
	height:50px;
	display:none;
	overflow:hidden;
	cursor:pointer;
	background:#fff;
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:2000;
}

#btop span{
	color:#fff;
	color:#006ec8;	
	width:100%;
	height:100%;
	line-height:40px;
	overflow:hidden;
	font-size:40px;
	text-align:center;
	font-family:'微软雅黑';
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	behavior:url(PIE.htc);
}













