#box {
	width:200px;
	height:auto;
	background:#fff;
	position:fixed;
	top:10px;
	right:-0px;
	border-radius:5px 0 0 5px;
	z-index:99999;
}
.title {
	width:25px;
	height:100px;
	position: absolute;
	left:-25px;
	background:red;
	top:25px;
	color:white;
	line-height:25px;
	text-align: center;
	vertical-align: middle;
	border-radius:5px 0 0 5px;
	cursor: pointer;
	font-size:15px;
	font-weight:bold;
}
.info {
	color:#000;
	display:block;
	margin:10px;
	font-size:16px;
	border-bottom:1px dashed #333;
	width:100%;
	text-align:left;
}
.qq16 {
	color:#FF0000;
	display:block;
	margin:10px;
	font-size:14px;
	font-weight:bold;
}
.qq {
	margin:8px;
	list-style:none;
	color:#000;
}
.qq li{	margin-left:26px;}
.tel_serv{
	color:#000000;
	width:auto;
	height:25px;
	line-height:25px;
	font-size:13px;
	text-align:left;
}
.txt {
	width:auto;
	height:25px;
	display: block;
	font-size: 12px;
	float:left;
	line-height:25px;
	color:#000;
}
.csimg {
	width:200px;
	height:124px;
	position: absolute;
	left:0px;
	top:-124px;
}
.active {
	background:#ff6600;
}