.Telescopic{
	position: fixed;
	width: 105px;
	right: 50px;
	bottom: 20px;
	z-index: 10006;

}
.rq{
	width: 105px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	background: #1c97e5;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.wx{
	width: 105px;
	height: 105px;
	background: url(../images/e1.gif) no-repeat;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
}
.return_top{
	width: 105px;
	height: 36px;
	background: url(../images/top.png) no-repeat;
	cursor: pointer;
}
.f_nav{overflow: hidden;height:408px;}
.f_nav a{
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 4px;
	background: #89d1ff;
	color: #fff;
	text-decoration: none;
	font-family: "微软雅黑";
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	font-size: 12px;
}
.f_nav a:hover{
	background: #3dbbee;
}