﻿.Telescopic{
	position: fixed;
	width: 105px;
	right: 0px;
	bottom: 40px;

}
.Telesview {
	position: fixed;
	width: 30px;
	right: 0px;
	bottom: 300px;
	z-index:999;
	background:#5ED0F9;
}
.showtop {
	display:block;
	width:30px;
	height:38px;
	margin:0px;
	background:url(/static/images/mytmd.png) 72px 0px;
	cursor:pointer;
}

.showview {
    display:block;
    width:28px;
	margin:1px;
	height:38px;
	background:url(/static/images/mytmd.png) 148px 38px ;
	cursor:pointer;
}
.rq{margin-bottom:5px;padding-left:35px;}
#close {cursor:pointer;}
.wx{
	width: 105px;
	height: 147px;
	background: url(/static/images/wx.png) no-repeat;
}
.cw{
	width: 105px;
	height: 133px;
	background: url(/static/images/cw.png) no-repeat;
}

.return_top{
	width: 105px;
	height: 36px;
	background: url(/static/images/top.png) no-repeat;
	cursor: pointer;
}
.nav{overflow: hidden;display: ;height:auto;}
.nav a{
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 4px;
	background: #5ed0f9;
	color: #fff;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size:16px;
	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: #8ac33f;
	color: #fcff00;
}