



/*service*/	

.side-bar a,.chat-tips i {
	background-image: url(gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 105px;
	right: 25px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 70px;
	height: 82px;
	display: inline-block;
	background-color: #dddddd;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #669fdd;
}
.side-bar .icon-qq {
border-radius: 4px;
	background-position: 0 -62px;
}
.side-bar .icon-chat {
border-radius: 4px;
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.chat-tips {
	position: absolute;
	right: 78px;
	bottom: -68px;
	display: none;
	
	width:750px; height:auto;line-height:160%; min-height:160px; z-index:800;font-size:14px;color:#333333;clear:both;overflow-x:hidden;overflow-y:auto; padding:12px;border-radius: 4px;
	background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	filter:Alpha(opacity=70); background:#ffffff;/*实现IE背景透明*/
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}

