


.fixed-contain {
	position: fixed;
	right: -1px;
	top: 70%;
	margin-top: -110px;
	z-index: 100;
	width: 65px;
	height: 275px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.fixed-contain .right-fixed-con {
	border-radius: 10px;
	padding-top: 10px;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 80;
	width: 64px;
	 height: 268px;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
	text-align: center;
}

.fixed-contain .right-fixed-con li {
	position: relative;
	cursor: pointer;
	width: 65px;
	height: 65px;
}

.fixed-contain .right-fixed-con .icon {
	width: 29px;
	margin: 0 auto;
}

.fixed-contain .right-fixed-con p {
	font-size: 12px;
	color: #474747;
	padding-top: 4px;
	border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}
.fixed-contain .right-fixed-con p:last-child{
	border-bottom: 0px solid #ccc;
}
.fixed-contain .right-fixed-con li:hover .erweima,
.fixed-contain .right-fixed-con li:hover .tips {
	display: block;
	-webkit-animation: tipsShow .25s ease-in 1 forwards;
	-moz-animation: tipsShow .25s ease-in 1 forwards;
	-o-animation: tipsShow .25s ease-in 1 forwards;
	-ms-animation: tipsShow .25s ease-in 1 forwards;
	animation: tipsShow .25s ease-in 1 forwards;
}

#teltips .text p{
	line-height: 22px;
	font-size: 16px;
	padding: 0px;
	color: #fff;
	margin-top: 3px;
}

.fixed-contain .right-fixed-con li .erweima {
	display: none;
	position: absolute;
	top: -48px;
	right: 80px;
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .06), 0 15px 40px 0 rgba(0, 0, 0, .12);
}

.fixed-contain .right-fixed-con li .erweima .con {
	width: 100%;
}

.fixed-contain .right-fixed-con li .erweima .rectangle {
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
	width: 8px;
}

.fixed-contain .right-fixed-con li {
	position: relative;
	cursor: pointer;
	width: 65px;
	height: 65px;
}

.fixed-contain .right-fixed-con li .tips {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 80px;
	width: 185px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.fixed-contain .right-fixed-con li .tips.zixun .text {
	background: #428dff;
}

.fixed-contain .right-fixed-con li .tips .text {
	width: 178px;
	height: 100%;
	background: #ffaf00;
	border-radius: 4px;
	overflow: hidden;
}
.fixed-contain .right-fixed-con li .tips .text p{
	border:0px;
}
.fixed-contain .right-fixed-con li .tips .rectangle {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 8px;
}

