/* Elements----------------------------------------*/

.side-bar .zz,.chat-tips i {
	background-image: url(../image/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	top: 50%;
	left:10px; margin-top:-100px;
	font-size: 15px;
	line-height: 0;
	z-index: 100; background:rgba(0,0,0,0.3); border-radius:3px;
}
.side-bar .zz {
	width: 66px;
	height: 66px;
	display: inline-block;
	
	margin-bottom: 2px;
}
.side-bar .zz:hover {

}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}
.chat-tips {
	padding: 20px;
	border-radius:3px;
	position: absolute;
	left: 78px;
	top: -55px;
	background:rgba(255,255,255,0.3);
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}


.kefu_01{ display:none; width:180px; height:130px; color:#333;}
.icon-qq:hover .kefu_01 { display:block; position:relative; left:65px; color:#333; z-index:1000;}
.kefu_01 span{ width:130px; height:40px; display:block; margin-left:10px; background-image:url(../image/xqq.png);  background-color:rgba(0,0,0,0.3); background-repeat:no-repeat;line-height:40px; border-radius:3px;  background-position:5px 5px; }
.kefu_01 span a { color:#fff; text-decoration:none;   padding-left:45px;}
.kefu_01 span img { padding-left:10px; padding-top:5px;}

.kefu_02{ display:none; width:240px; height:120px; color:#333;}
.icon-blog:hover .kefu_02 { display:block; position:relative; left:65px; top:-132px; color:#333; z-index:1000;}
.kefu_02 span{ width:240px; height:60px; display:block;  margin-left:10px; background:rgba(0,0,0,0.3); line-height:60px; border-radius:3px; text-align:center;}
.kefu_02 span a { color:#fff; text-decoration:none; font-size:17px; }







