﻿/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
/*.side-bar a,.chat-tips i {
	background-image: url(../img/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 a {
	width: 88px;
	height: 102px;
	display: inline-block;
	background-color: #dddddd;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #0585e6;
}
.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background-position: 0 -130px;
	position: relative;
}
.side-bar .icon-chat1{
	background-position: 0 -62px;
}
.side-bar .icon-chat2{
	background-position: 0 -105px; 
	background-image: url(../img/bsdt.gif);
}
.side-bar .icon-chat3{
	background-position: -10px -377px;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
	text-align:center;
	line-height:108px;
}
.side-bar .icon-blog img{
	 margin-top:22px;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}

.chat-tips {
	padding: 10px;
	
	border: 1px solid #d1d2d6;
	position: absolute;
	right: -22px;
	top: -105px;
	background-color: #ffffff;
	width: 66px;
	height: 80px;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips p {
	width: 90px;
	height:25px;
	display: block;
	position: absolute;
	left: -2px;
	top: 5px;
	z-index: 5;
/*	background: gray;*/
	color:#333;
	font-family: "microsoft yahei";
	font-size: 13px;
	text-align: center;
	line-height: 25px;
}
.chat-tips img {
	margin-top:15px;
	width: 70px;
	height: 70px;
}


