.nav {
	z-index: 5;
	/*position: fixed;*/
	_position:absolute;
	box-shadow: 0 2px 10px 0px #ccc;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
}
.logo {
	width: 51px;
	height: 51px;
	vertical-align: top;
	margin: -10px 0 0 20px;
	transition:all .4s ease;
}
.logo:hover {
	transform:rotate(360deg) scale(1.05);
}
.nav a {
	line-height: 70px;
	transition:all .4s ease;
	color: #333;
}
.nav a:hover {
	text-shadow:1px 1px 3px #ccc;
}
.nav h3 {
	line-height: 70px;
	float: left;
}
.nav span {
	position: absolute;
	left: 80px;
	top: 0;
	color: #aaa;
}
.nav h3 p {
	display: none;
}
.nav li {
	display: inline;
	float: right;
	margin: 0 22px;
}

.row h3{
	color: #888;
}
.row p{
	color: #aaa;
}


#footer { 
	color: #333;
	font-size: 16px;
	margin:0px 0px 10px 0px;
	 clear:both;
	 position:relative;
	 padding:0px 0px 1px 0px;
	 text-align: center;
}

#divmusic{
	text-align: center;
	display:inline-block
}


.music163{
	width: 100%;
	height: 86px;
	margin: 20px auto;
}
