﻿/* 新增内容 ，首页小乔的布局*/
.a-r{
	clear:both;
	font-size:12px;
	text-align:center
}
.a-r .envirDiv,.a-r .askDiv,.a-r #a-r-line{
	display:none;
}
.a-r .envir,.a-r .ask{
	color:blue;
	cursor:pointer;	
}

.fixeditems03 {
	display: none;
	position: relative;
}

.tip-box.robotinfo {
	position: absolute;
	right: 100px;
	top: 25%;
	z-index: 999;
	background: #fff;
	line-height: 16px;
	font-size: 12px;
	padding: 8px 10px;
	width: 155px;
	display: none;
	box-shadow: initial;
	text-align: left;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
}

.tip-box:before, .tip-box:after {
	position: absolute;
	width: 0;
	height: 0;
	content: '';
	bottom: inherit;
	left: 100%;
	font-size: 0;
	top: 50%;
	margin-top: -10px
}

.tip-box:before {
	border: 8px dashed transparent;
	border-left-color: #d7d7d7;
	border-left-style: solid
}

.tip-box:after {
	border: 7px dashed transparent;
	border-left-color: #fff;
	border-left-style: solid
}

.tip-box span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 170px;
	color: #333;
}

.robot {
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 999;
	margin: 0 0 0 600px
}

.xiaoqiao {
	position: relative;
	height: 94.21px;
	width: 95px;
	margin: 0 auto;
	background-size: 100%;
	cursor: pointer;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../../image/robot/xiaoqiao.png);
}