/* ����ͼ�� �Ѽ����� www.lanrentuku.com */

* {
	padding: 0;
	margin: 0;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
	outline: none;
}

 a {
	text-decoration: none;
	outline: none;
}
#floatDivBoxs a {
	color: #666;
}
#floatDivBoxs a:hover {
	color: #e8431f;
	text-decoration: none;
	outline: none;
}


/*�����ͷ�*/

#floatDivBoxs {
	width: 130px;
	background: #fff;
	position: fixed;
	top: 180px;
	left: 0;
	z-index: 999;
}

#floatDivBoxs .floatDtt {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f08326;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq {
	padding: 0 10px;
}

#floatDivBoxs .floatDqq li {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0 20px;
}

#floatDivBoxs .floatDtxt {
	font-size: 15px;
	color: #333;
	padding: 5px 14px 0px 14px;
}

#floatDivBoxs .floatDtel {
	font-size: 16px;
	color: #f56d12;
	padding: 0 0 10px 10px;
}

#floatDivBoxs .floatDtel img {
	display: block;
}

#floatDivBoxs .floatDbg {
	width: 100%;
	height: 15px;
	background: url(../images/online_botbg.jpg) no-repeat;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
	background: #fafafa;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
	width: 40px;
	height: 35px;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 180px;
	left: 130px;
	z-index: 999;
}

#rightArrow a {
	display: block;
	height: 35px;
}