/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999;
	right: 2px;
	bottom: 60px;
	height: 241px;
	border: 1px solid #e0e0e0;
	background-color: #FFFFFF;
	opacity:0.98;
	display: none;
}

.show{
	display: block;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	outline: none;
}

.suspension .a.active{
	background: #0084FF;
}

.suspension .a .i {
	float: left;
	width: 28px;
	height: 28px;
	position: relative;
	top: 26%;
	left: 26%;
}

/* .suspension .a-service .i{background-position:0 0;} */

.suspension .a-wechat .i {
	background-size: 28px;
	background-image: url(../img/contact_wechat.png);
	background-repeat: no-repeat;
}

.suspension .a-phone .i {
	background-size: 28px;
	background-image: url(../img/contact_phone.png);
	background-repeat: no-repeat;
}

.suspension .a-qq .i {
	background-size: 28px;
	background-image: url(../img/contact_qq.png);
	background-repeat: no-repeat;
}

.suspension .a-wechat_w .i {
	background-size: 28px;
	background-image: url(../img/contact_wechat_w.png);
	background-repeat: no-repeat;
}

.suspension .a-phone_w .i {
	background-size: 28px;
	background-image: url(../img/contact_phone_w.png);
	background-repeat: no-repeat;
}

.suspension .a-qq_w .i {
	background-size: 28px;
	background-image: url(../img/contact_qq_w.png);
	background-repeat: no-repeat;
}

.suspension .a-home {
	background-color: #0084FF;
}

.suspension .a-home .i {
	background-size: 28px;
	background-image: url(../img/contact_home.png);
	background-repeat: no-repeat;
}

.suspension .d {
	display: none;
	width: 228px;
	background: #fff;
	position: absolute;
	right: 68px;
	min-height: 60px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../img/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-wechat {
	top: 0;
}

.suspension .d-phone {
	top: 120px;
}

.suspension .d-qq {
	top: 60px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
	text-align: center;
}

.suspension .d-service-item {
	padding: 10px 0px 5px 0px;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../img/side_qq.png) no-repeat center 16px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.contact_qq_text {
	margin: 15px;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 40px;
	height: 40px;
	background: url(../img/side_phone.png) no-repeat center center;
	background-size: 24px;
	display: block;
}

.suspension .d-service-item .text {
	font-size: 16px;
	text-align: left;
	position: relative;
	left: 10px;
}

.suspension .d-service-item .text .number {
	font: "微软雅黑";
}

.contact_phone {
	/* color: #888888 !important; */
	font-size: 20px;
}

.suspension .d-service-intro {
	margin-left: 55px;
	font-size: 14px;
}

.suspension .d-service-intro p {
	float: left;
	font-size: 12px;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: -webkit-center;
}

.suspension .d-qrcode .inner-box {
	padding: 5px 0;
}

.contact_qr {
	content: url(../img/qr.png);
	width: 188px;
	padding-top: 10px;
}


.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}
