#onlineOut{
	display: block;
    position: absolute;
    right: 0;
	top: 10px;
	z-index: 9999;
	width: 150px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 0 #ddd;
	box-shadow: 0 0 5px 0 #ddd;
}
#onlineOut .title{
	height: 50px;
	background: #5bb6e7;
	line-height: 50px;
	
}
#onlineOut .title p{
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	text-indent: 20px;
	float: left;
	margin-left:20px;
	padding-left:6px;
}
#onlineOut .title a{
	display: block;
	float: right;
	margin-top: 17px;
	width: 14px;
	height: 15px;
	background: url('../images/close.png') center center no-repeat;
	margin-right: 20px;
}
#onlineOut li{
	height: 35px;
	background: #f3f3f3;
	padding: 0 32px;
	background: #f3f3f;
	border-bottom: 1px solid #fff;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
#onlineOut li:hover{
	background: #e5e5e5;
}
#onlineOut li a{
	display: block;
	height: 35px;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: 30px;
	font-size: 12px;
	color: #333;
	line-height: 35px;
}
#onlineOut .bottom{
	padding-bottom: 20px;
}
#onlineOut .bottom h6{
	height: 35px;
	background: url('../images/tel.png') left center no-repeat;
	text-indent: 22px;
	font-size: 12px;
	color: #333;
	line-height: 35px;
	margin-left: 25px;
}
#onlineOut .bottom img{
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
#onlineOut .bottom p{
	font-size: 12px;
	color: #333;
	line-height: 30px;
	text-align: center;
}
#onlineIn{
	display: none;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 9999;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 8px 0 #ccc;
	box-shadow: 0 0 5px 0 #ddd;
	background: url('../images/head.png') center 10px no-repeat ,
				url('../images/text.png') center 50px no-repeat
				#f5f5f5;
	width: 50px;
	height: 140px;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
#onlineIn:hover{
	background-color: #e5e5e5;
}