﻿/* 新增内容 ，首页小乔的布局*/

.a-r {
	clear: both;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.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;
	margin-top: -74px;
	margin-left: -174px;
	z-index: 999;
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 10px;
	width: 145px;
	display: block;
	opacity: 0;
	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;
}

.fixeditems03:hover .tip-box {
	opacity: 1;
}

.robot {
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 999;
	margin: 0 0 0 600px
}

.tinRightIn2 {
	animation: tinRightIn2 4s ease-in;
	animation-delay: 0.2s;
}

@keyframes tinRightIn2 { 
  0% {
	opacity: 1;
  }
  50%,
  70%,
  90% {
    opacity:1;
  }
  60%,
  80%,
  100% {
    opacity:1;
  }
}

.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/machine/xiaoqiao.png);
}