
body{
	background-color: #ffffff;	
}
.main{
	width: 1100px;
	margin: 0 auto;
	margin-top:25px;
	padding-right:0px 16px;
}

#gktl ul{
	padding-bottom: 48px;
}
#gktl ul:after{display:block;clear:both;content:"";visibility:hidden;height:0}
#gktl ul{zoom:1} 
#gktl h2{
	margin-left:17px;
	border-bottom:2px solid #f3f3f3;
}
#gktl h2 span{
	font-size: 30px;
	font-weight:bold;
	line-height:44px;
	color: #0066ff;
	text-align: center;
	padding:0px 16px;
	border-bottom:4px solid #0665f9;
	position:relative;
	bottom:0px;
}
#gktl li{
	margin-top: 35px;
	margin-left: 17px;
	width: 256px;
	height: 114px;
	float: left;
	border: 1px dashed #dcdcdc;
	border-radius:10px;
	background-color: #FFFFFF;
}
#gktl li img{
	float: left;
	margin: 15px 20px  25px 15px;
	}
#gktl li h3{
	color:#595959;
	font-size: 18px;
	margin: 25px 0;
	}
#gktl li span{
	margin-bottom:20px;
	}
.btn {
	padding: 3px 12px;
	color: #FFFFFF;
}
.btn.gray{
		background-color: #ccc;
	}
.auditionrigth{
	margin-right: 22px;
}
.audition{
	background-color: #82b3ff;
}
.download{
	background-color: #f8b551;
}
#nav{
	display: none;
	position: fixed;
	top: 200px;
	left: 50%;
	margin-left: 580px;
	width: 40px;
}
#nav a{
	display: block;
	width: 39px;
	height: 39px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../img/no-active.png);
	text-align: center;
	line-height: 39px;
	position: relative;
}
#nav a:before{
	position: absolute;
	content: '';
	width: 2px;
	height: 22px;
	background-color: #c9c9c9;
	top: 39px;
	left: 19px;
	
}
#lastYear:before{
	display: none;
}
#nav .z-sel{
	background-image: url(../img/active.png);
}
#play{
	display: none;
	position: fixed;
	top: 600px;
	left: 0;
}
#play .xuboxicox{
	display: inline-block;
	width:28px;
	height:28px;
	background:url(../img/shdown.png);
	position: absolute;
	right:-28px;
	z-index:2;
	overflow: hidden
}