.all-fixed2{
	width: 51px;
    height: 320px;
	background: #8f9090;
	position: fixed;
	top: 48%;
	margin-top: -140px;
	right: -0px;
	z-index: 99999;
	box-sizing: border-box;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-top: 28px;
}
.all-fixed2 a{
	display: block;
	width: 100%;
	height: 35px;
	position: relative;
	margin-bottom: 20px;
}
.all-fixed2 a:before{
	content: '';
	width: 35px;
	height: 1px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	bottom: -19px;
	left: 53%;
	margin-left: -17.5px;
}
.all-fixed2 a .icon{
	display: block;
	text-align: center;
	height: 100%;
	line-height: 49px;
	position: relative;
	z-index: 2;
}
.all-fixed2 a span img{
	width: 54%;
	height: auto;
}
.all-fixed2 a .bg{
	height: 100%;
	background: #144c9d;
	width: 123px;
	box-sizing: border-box;
	padding-left: 18px;
	font-size: 15px;
	color: #fff;
	position: absolute;
	right: -123px;
	top: 8px;
	transition: .5s;
	line-height: 36px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.all-fixed2 a.tel .bg{
	width: 170px;
	right: -170px;
}
.all-fixed2 a.tel{
	cursor: text;
}
.all-fixed2 a:hover .bg{
	right: 0;
}
.all-fixed2 a.wxgzh{
	cursor: default;
}
/* .all-fixed2 a.wxgzh:hover .icon{
	background: #93B935;
} */
.all-fixed2 a.wxgzh .img{
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	box-shadow: 0 3px 20px rgba(0,0,0,0.2);
	box-sizing: border-box;
	position: absolute;
	left: -100px;
	top: -20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.all-fixed2 a.wxgzh:hover .img{
	top: -25px;
	opacity: 1;
	visibility: visible;
}
.all-fixed2 a.wxgzh .img img{
	width: 100%;
	height: auto;
}
.all-fixed2 .dat{
	color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
    /* margin-top: 13px; */
	display: block;
	padding-left: 2px;
}
.all-fixed2 .dat:hover{
	color: #144c9d;
	font-weight: bold;
}