
/*右侧浮动层*/

.online-service{
	position: fixed;
	width: 42px;
	bottom:175px;
	right:10px;
	z-index: 99;
}

.online-service li{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	margin-top: 5px;
}

.online-service li .way{
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: #00A0E9;
 
	z-index: 10;
	font-size: 0;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	cursor: pointer;
}


.online-service li .way .icon{
	display: inline-block;
	margin: 10px 0px 0px 3px; 
}
.online-service li .way .icon.arrow-top{
	margin-top: 15px;
}

.online-service li .way p{
	display: block;
	line-height: 1;
	font-size: 12px;
	color: #fff;
}

.online-service .on_phone .on_content{
	display: block;
	*display: none;
	position: absolute;
	width: 0px;
	height: 42px;
	padding: 0 41px 0 20px;
	top:0;
	right: 0px;
	border-radius: 21px;
	opacity: 0;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background-color: #00a0e9;
 
	z-index: 3;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.online-service li:hover .on_content{
	*display: block;
	width: 160px;
	opacity: 1;
}

.online-service .on_phone .on_content span:last-child{
	padding-left: 10px;
}

.online-service .on_wx .on_ewm{
	display: block;
	*display: none;
	position: absolute;
	top: 50%;
	margin-top: -51px;
	right: 51px;
	opacity: 0;
	z-index: 3;
	-webkit-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.online-service .on_wx:hover .on_ewm{
	*display: block;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 1;
	white-space: nowrap;
}

.online-service .on_wx .on_ewm img{
	display: block;
	width: 102px;
	height: 102px;
	border: 1px solid #ccc;
}

.online-service .on_wx .on_ewm .arrow{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #ccc;
	top:50%;
	margin-top: -5px;
	right:-10px;
}

.online-service .on_wx .on_ewm h4{
	display: block;
	margin-top: 6px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

.online-service .on_wx .on_ewm p{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}

.arrow-top{background:url(../online/contact-icon.png) no-repeat 0px 0px;height:12px;padding-left:22px;}
.contact-icon3{background:url(../online/contact-icon.png) no-repeat 0px -12px;height:24px;padding-left:30px;}
.contact-icon2{background:url(../online/contact-icon.png) no-repeat 0px -36px;height:24px;padding-left:26px;}
.contact-icon1{background:url(../online/contact-icon.png) no-repeat 0px -60px;height:24px;padding-left:25px;}
.contact-icon4{background:url(../online/contact-icon.png) no-repeat 0px -93px;height:24px;padding-left:25px;}

/*在线服务图标*/

