*{
	padding:0px;
	margin:0px;
}

body{
	background:#fff;
}

a{
	text-decoration:none;
	font-family:"微软雅黑";
}

.nav{
	width:160px;
	height:460px;
}

.nav-1{
	width:130px;
	height:40px;
	position:relative;
}

.nav-tipitem{
	width:90px;
	height:28px;
	float:left;
}

.show{
	visibility:visible;
}

.bigsoliddot{
	background:url(../../images/bigsoliddot.png) no-repeat center;
	width:19px;
	height:19px;
	cursor:pointer;
	float: left;
	margin-left:10px;
	margin-top:5px;
}

.bigdasheddot{
	background:url(../../images/bigdasheddot.png) no-repeat center;
	width:19px;
	height:19px;
	cursor:pointer;
	float: left;
	margin-left:10px;
	margin-top:5px;
}

.smalldasheddot{
	background:url(../../images/smalldasheddot.png) no-repeat center;
	width:19px;
	height:19px;
	cursor:pointer;
	float: left;
	margin-left:10px;
	margin-top:5px;
}

.hide{
	visibility:hidden;
}

#big{
	width:85px;
	text-align:center;
	background:#EE6D00;
	line-height:28px;
	color:#fff;
	font-family:"微软雅黑";
	border-radius:3px;
}

#mid{
	width:85px;
	text-align:center;
	background:#EE6D00;
	line-height:28px;
	color:#fff;
	font-family:"微软雅黑";
	border-radius:3px;
}

#sma{
	width:85px;
	text-align:center;
	background:#FDC919;
	line-height:28px;
	color:#1A415C;
	font-family:"微软雅黑";
	border-radius:3px;
}

.nav-1 a:hover{
	position:absolute;
	left:-10px;
}