
#lanrenzhijia {
	width:100%;
	height:392px;
	background:#000;
	overflow:hidden;
	position:relative;
}
#lanrenzhijia .wrapper {
	width:986px;
	margin:0 auto;
	position:relative;
}
#lanrenzhijia_img {
	display:block;
	position:relative;
}
#lanrenzhijia_img li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:392px;
	background-position:center;
	background-size:cover;
	display:none;
}
#lanrenzhijia_img li.item1 {
	background-image:url(../images/bg1.jpg);
	display:block;
}
#lanrenzhijia_img li.item2 {
	background-image:url(../images/bg2.jpg);
}
#lanrenzhijia_img li.item3 {
	background-image:url(../images/bg3.jpg);
}

}
#lanrenzhijia_img .ad_img {
	position:absolute;
	right:10px;
	top:80px;
	width:506px;
	height:404px;
}

#lanrenzhijia_ctr {
	position:absolute;
	width:960px;
	height:122px;
	margin-left:-480px;
	left:50%;
	bottom:40px;
	z-index:1;
}
#lanrenzhijia_ctr ul {
	width:960px;
	height:122px;
	background:url(../images/serv_ico.png) center no-repeat;
	font-size:0;
	line-height:0;
	position:relative;
}
#lanrenzhijia_ctr li {
	display:block;
	float:left;
	width:115px;
	height:122px;
	cursor:pointer;
}
#lanrenzhijia_ctr li.first-item {
	background:#fff;
	width:20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
	cursor:default;
}
#lanrenzhijia_ctr li.last-item {
	background:#fff;
	width:20px;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	cursor:default;
}
#drag_ctr {
	position:absolute;
	top:-14px;
	left:20px;
	width:115px;
	height:156px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	bottom:170px;
	background:#0084cf;
}

/* 代码整理：懒人之家 lanrenzhijia.com */