*{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
	float: left;
}
.accordion{
	width: 700px;
	overflow: hidden;
	height: 340px;
	
	margin: 10px 0 0;
	position: relative;
}
.accordion ul li{
	background-repeat: no-repeat;
	float: left;
	width: 90px;
	height: 340px;
	cursor: default;
}
.accordion ul li.active{
	width: 340px;
}


.accordion ul li a{
	display: block;
	width: 90px;
	height: 340px;
	cursor: default;
}


.juese_show_text {
	
}
