.hotline_fixed {
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 99;
}
.hotline_fixed ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.hotline_fixed ul li {
	position: relative;
	display: table;
	margin: 0 0 10px;
	padding: 0;
}
.hotline_fixed ul li .hidehotline {
	display: none;
}
.hotline_fixed ul li .simage {
	margin: 0;
	padding: 0;
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
	z-index: 2;
}
.hotline_fixed ul li .simage img {
	margin: 0;
	padding: 0;
	position: relative;
	max-width: 100%;
}
.hotline_fixed ul li .stitle {
	z-index: 1;
	margin: 0px 0 0 -50px;
	padding: 13px 60px 10px 20px;
	position: absolute;
	right: -400px;
	top: 5px;
	float: left;
	border: 1px solid #ee4923;
	background-color: rgba(245,140,64,0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 50px;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #ef4640;
	height: 50px;
}
.hotline_fixed ul li:hover .stitle {
	right: 10px;
}
.hotline_fixed ul li .stitle span {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 10px;
	font-weight: 600;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hotline_fixed ul li .stitle:hover {
	color: #ef4640;
}
.hotline_fixed ul li .stitle:hover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
@media (max-width: 768px) {
	.hotline_fixed {
		bottom: 0 !important;
		right: unset !important;
		left: 5px;
	}
	.hotline_fixed ul li {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.hotline_fixed ul li .stitle {
		display: none !important;
	}
}