﻿/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.side-bar a,.chat-tips i,.tel-tips i{
	background-image: url(../img/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 54px;
	position: fixed;
	bottom: 84px;
	right: 15px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 54px;
	height: 54px;
	display: inline-block;
	background-color: #2dc1e9;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.side-bar a:hover {
	background-color: #38f;
}
.side-bar .icon-qq {
	background-position: -6px -68px;
}
.side-bar .icon-wl {
	background-position: -52px -68px;
}
.side-bar .icon-chat {
	background-position: -6px -136px;
	position: relative;
}
.side-bar .icon-kb {
	background-position: -52px -136px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-tel {
	background-position: -6px -320px;
}
.side-bar .icon-tel:hover .tel-tips {
	display: block;
}
.side-bar .icon-ww {
	background-position: -7px -4px;
}
.side-bar .icon-ww:hover .tel-tips {
	display: block;
}
.side-bar .icon-blog {
	background-position: -6px -5px;
}
.side-bar .icon-mail {
	background-position: -6px -272px;
}
.side-bar .icon-totop {
	background-position: -6px -340px;
}
.chat-tips {
	padding: 5px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 66px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 110px;
	height: 110px;
}
.tel-tips {
	padding: 5px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 66px;
	background-color: #ffffff;
	display: none;
}
.tel-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 30px;
	background-position:-88px -350px;
}
.tel-tips img {
	width: 240px;
	height: 120px;
}
