*{margin:0;padding:0;list-style: none;border:0;}
.Telescopic{/*位置设置*/
	position: relative;
	width: 105px;
	/*left: 520px;右移*/
	height: 0px;
	/*bottom: -40px;*/

}
.rq{/*时间位置大小*/
	width: 105px;
	height: 22px;
	text-align: center;
	line-height: 45px;/*上下移动 20px*/
	font-family: "微软雅黑";
	/*background: #3d86ff;背景框*/
	color: #f30810;
	font-size: 16px;
	font-weight: bold;
}
.wx{
	width: 105px;
	height: 147px;
	/*background: url(images/wx.png) no-repeat;*/
}
.return_top{
	width: 105px;
	height: 36px;
	/*background: url(images/top.png) no-repeat;*/
	cursor: pointer;
}
/*.nav{
	overflow: hidden;
	display: none;
	height: 0px;
}*//*冲突*/
.nav a{/*选项位置大小*/
	display: block;
	width: 105px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 4px;
	background: #80b0ff;
	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;
}
.nav a:hover{
	background: #3d86ff;
	color: #fcff00;
}
