.side-bar dd,.chat-tips1 i,.chat-tips2 i,.chat-tips3 i {
	background-image: url(../images/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 20px;
	right: 25px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar dd {
	width: 66px;
	height: 66px;
	display: inline-block;
	background-color: #91B3E7;
	margin-bottom: 2px;
}
.side-bar dd:hover {
	background-color: #2064AD;
}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}

.side-bar .icon-blog {
	background-position: 0 -198px;
	position: relative;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}



.side-bar .icon-qq:hover .chat-tips1, .side-bar .icon-chat:hover .chat-tips2, .side-bar .icon-blog:hover .chat-tips3 {
	display: block;
}
.chat-tips2 {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top:-55px;
	background-color: #ffffff;
	display: none;
}
.chat-tips1 i,.chat-tips2 i,.chat-tips3 i{
	width:15px;
	/*height: 60px;*/height:100px;
	display: inline-block;
	position: absolute;
	/*right: -9px;*/right:-15px;
	/*top: 80px;*/top:50%; margin-top:-50px;
	/*background-position:-88px -350px;*/background-position:-88px -309px;
}
.chat-tips2 img {
	width: 138px;
	height: 138px;
}
.chat-tips1{ 
    display:none;
    padding: 20px 20px 5px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top:-35px;
	background-color: #ffffff;
	width:170px;
	}
.chat-tips1 a{
	display: block;
    /*width: 200px;
    line-height: 24px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #8D0000;*/
	width:74px; height:23px; font-size:12px; line-height:23px; color:#1a649d; background:url(../images/qq_img.jpg) no-repeat; margin-bottom:15px; text-indent:25px;	}
.chat-tips1 a:nth-child(odd){ float:right;}
.chat-tips1 a:nth-child(even){ float:left;}
	
.chat-tips1 .qq_k{background:#f00;}


.chat-tips3{ 
    display:none;
    padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	top:15px;
	background-color: #ffffff;
	width:200px;
	font-size:18px; font-family:"微软雅黑"; color:#8D0000;
	}
