.wrap {
	position: relative;
	height: 90px;
}

.wrap span {
	position: relative;
	margin-left: 5px;
}

.wrap span:after {
	content: '';
	width: 10px;
	height: 8px;
	border: 1px solid #666;
	border-left: none;
	border-top: none;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -8px;
}

.wrap .wrap_zk {
	position: absolute;
	left: 0;
	border: 1px solid #eaeaea;
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
	top: 70px;
	padding: 5px 0px;
	width: 120%;
	display: none;
	text-align: center;
}

.wrap .wrap_zk a {
	display: block;
	padding: 2px 10px;
	font-size: 14px;
}

.wrap .wrap_zk a:hover {
	color: #1da63b;
}

.floating-window {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	z-index: 7;
	height: 65px;
	cursor: pointer;
}


.floating-window .tel-text {
	opacity: 1;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	margin-right: 5px;
	background-color: rgba(227, 54, 42, .7);
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	display: flex;
}

.floating-window .tel-text .tel-number {
	font-size: 18.5px;
}

.floating-window .tel-icon-float {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 100%;
	background-color: #3a95a1;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.floating-window .tel-icon-float img {
	width: 28px;
	height: 24px;
}

.floating-window .tel-icon-float p {
	margin-top: 5px;
}

.floating-bigdata {
	position: fixed;
	width: 165px;
	height: 70px;
	background: url("../images/bigdata_cn.png") center/cover no-repeat;
	border-radius: 6px;
	overflow: hidden;
	right: 10px;
	bottom: 90px;
	z-index: 7;
}