/**********悬浮模块***********/
.talk-about {
	width: 72px;
	position: fixed;
	right: 20px;
	margin-bottom: -182px;
    bottom: 50%;
	border-radius: 4px;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.14);
	background-color: #fff;
	z-index: 9999;
}

.talk-about .service {
	height: 91px;
	padding-top: 50px;;
	border-bottom: 1px solid #ece9e9;
}

.talk-about .service.service-wx {
	border-bottom: none;
}

.talk-about .back-color {
	color: #747474;
}

.talk-about .back-color:hover {
	background-color: #33589E;
	color: #fff;
	cursor: pointer;
}

.talk-about .service-business {
	background: url("../images/website/homePage/contact_qt.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .back-color:hover .service-business {
	background: url("../images/website/homePage/contact_qt_hover.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .service>p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

.talk-about .service-tel {
	background: url("../images/website/homePage/contact_tel.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .back-color:hover .service-tel {
	background: url("../images/website/homePage/contact_tel_hover.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .service-qq {
	background: url("../images/website/homePage/contact_qq.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .back-color:hover .service-qq {
	background: url("../images/website/homePage/contact_qq_hover.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .service-wx {
	background: url("../images/website/homePage/contact_wx.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .back-color:hover .service-wx {
	background: url("../images/website/homePage/contact_wx_hover.png");
	background-repeat: no-repeat;
	background-position: center 30%;
}

.talk-about .back-color .service-hover {
	display: none;
	position: fixed;
	height: 91px;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.14);
	text-align: center;
	right: 92px;
	line-height: 24px;
	font-size: 14px;
	color: #000;
}

.talk-about .back-color:hover .service-hover {
	display: block;
	line-height: 91px;
}

.service-hover>span {
	opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}