/* ����ͼ�� �Ѽ����� www.lanrentuku.com */


/*�����ͷ�*/
#floatDivBoxs {
	width:150px;
	background:#fff;
	position:fixed;
	top:180px;
	right:0;
	z-index:999;
}
.floatleft {
	width:100px;
	height: 200px;
	background:#003ab1;
	position:fixed;
	top:50%;
	transform: translateY(-50%);
	left:0;
	z-index:999;
}
.floatleft a {
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
	margin-top: 30%;
	writing-mode: vertical-rl; /* 垂直方向，从右到左 */
    text-orientation: upright; /* 让文字保持正向，而不是旋转 */
	display: flex;
	justify-content: center; /* 水平居中 */
  	align-items: center;    /* 垂直居中 */
}
#floatDivBoxs .floatDtt {
	width:100%;
	height:45px;
	line-height:45px;
	padding:0 0 0px 20px;
	box-sizing: border-box;
	background:#f08326;
	color:#fff;
	font-size:18px;
	text-indent:22px;
	position:relative;
}
#floatDivBoxs .floatDqq {
	padding:0 14px;
}
#floatDivBoxs .floatDqq li {
	height:45px;
	line-height:45px;
	font-size:15px;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 0 10px;
}
#floatDivBoxs .floatDqq li i {
	width:26px;
	text-align:centert;
	margin:0 0px 0 0;
}
#floatDivBoxs .floatDtxt {
	font-size:18px;
	color:#333;
	padding:12px 24px;
}
#floatDivBoxs .floatDtel {
	padding:0 0 15px 20px;
}
#floatDivBoxs .floatDtel img {
	display:block;
}
#floatDivBoxs .floatDbg {
	width:100%;
	height:20px;
	background:url(../images/online_botbg.jpg) no-repeat;
	box-shadow:-2px 0 3px rgba(0, 0, 0, 0.25);
}
.floatShadow {
	background: #EFEFEF;
	box-shadow:-2px 0 3px rgba(0, 0, 0, 0.25);
}
#rightArrow {
	width:50px;
	height:45px;
	background:url(../images/online_arrow.jpeg) no-repeat;
	position:fixed;
	top:180px;
	right:150px;
	z-index:999;
}
#rightArrow a {
	display:block;
	height:45px;
}
