@charset "UTF-8";
/* 代码整理：懒人之家 lanrenzhijia.com */
#lanrenzhijia {
	width:100%;
	height:129px;
	background:url(images/gray.png) no-repeat left center;
	overflow:hidden;
	position:relative;
}

#lanrenzhijia_ctr {
	position:absolute;
	width:1000px;
	height:112px;
	left:0;
	bottom:8px;
	z-index:1;
}
#lanrenzhijia_ctr ul {
	width:1000px;
	height:112px;
	background:url(images/serv_icon.png) center no-repeat;
	font-size:0;
	line-height:0;
	position:relative;
}
#lanrenzhijia_ctr li {
	display:block;
	float:left;
	width:140px;
	height:112px;
	cursor:pointer;
}
#lanrenzhijia_ctr li.first-item {
	width:10px;
	
}
#lanrenzhijia_ctr li.last-item {
	width:10px;
}
#drag_ctr {
	position:absolute;
	top:-10px;
	left:10px;
	width:120px;
	height:130px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	bottom:140px;
	background:#0084cf;
}
#drag_arrow {
	position:absolute;
	top:-9px;
	left:10px;
	width:130px;
	height:130px;
	background:url(images/drag_lanrenzhijia_arrow.gif) center 14px no-repeat;
}
/* 代码整理：懒人之家 lanrenzhijia.com */