/* 代码整理：懒人之家 lanrenzhijia.com */
boby {
	font-family: "微软雅黑";
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/*
html {
	overflow-y: scroll;
}
*/
a {
	text-decoration: none;
}
/*
a:focus {
	outline: 0;
}
*/
li{
	list-style: none;
}
#page-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}


#example-one {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
}

#example-one .nav li a:hover {
	background-color: #03594a;
}

#example-one ul li a:hover {
	background: #03594a;
	color: white;
}

#example-one ul li.nav-one a.current, #example-one ul.featured li a:hover {
	background-color: #03594a;
	color: white;
}
#example-one ul li.nav-two a.current, #example-one ul.core li a:hover {
	background-color: #03594a;
	color: white;
}
#example-one ul li.nav-three a.current, #example-one ul.jquerytuts li a:hover {
	background-color: #03594a;
	color: white;
}
#example-one ul li.nav-four a.current, #example-one ul.classics li a:hover {
	background-color: #03594a;
	color: white;
}
.list-wrap ul{
		display:none;
		
	}
	.list-wrap ul:nth-child(1){
		display:block;
		
	}
