/*左侧咨询探头*/
.left_float *{
	box-sizing: border-box;
}
.left_float {
	position: fixed;
	right: 0;
	top: 45%;
	margin-top: -120px;
	font-size: 12px;
	color: #999;
	z-index: 9;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.left_float .part {
	position: relative;
	width: 100px;
	height: 50px;
	border: 1px solid #eee;
	border-right: 0;
	display: flex;
	padding-left: 10px;
	align-items: center;
	font-size: 13px;
	border-bottom: 0;
	color: #3d3d3d;
	background:#fff;
}
.left_float .part1{
	width: 100px;
	background: #FCCE01;
	height: 50px;
}
.left_float .icon-logo {
	font-size: 90px;
}
.left_float .part1 i {
    color: #fff;
    font-size: 90px;
    line-height:0px;
    margin-left: 0;
}
.left_float .part a img {
	width: 15px;
	margin-right: 5px;
}

.left_float .part:last-child {
	border-bottom: 1px solid #eee;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left_float .text span {
	flex: auto;
	margin-top: 12px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.left_float .text a{
	height: 62px;
	margin-top: 12px;
	margin-left: 8px;
	display:inline-block;
}
.part .u_active {
	height: 62px;
	width: 62px;
	flex: none;
	background: #fcce01;
	border-color: #fcce01 !important;
	display: flex;
}

.left_float .part1 {
	border-bottom: none;
	background: #FCCE01;
	padding-top: 25px;
	padding-bottom: 10px;
	border-radius: 5px 5px 0 0;
}


.left_float .item {
	display: none;
	position: absolute;
	top: 0;
	right: 100px;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
}

.left_float .item-wx {
	width: 116px;
	height: 116px;
}

.left_float .item-wx img {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	border: none;
	position: static;
}

.left_float .part:hover .item-wx img {
	display: block;
	opacity: 1;
	border: none;
	position: static;
}
.left_float .part img{
	float: left;
}
.left_float .part span{
	float: left;
	margin-top: -2px;
}