/* header .current */
#n_header_channel ul li.current {
	_background-color:transparent;
}
#n_header_channel ul li.nh_selected {
	_background-color:#FFF;
}
/**/

body {
	background-color:#FFF;
	font:12px 'Hiragino Sans GB',Arial,Simsun,sans-serif;
	color:#333;
}

a,
a:hover,
a:focus {
	text-decoration:none;
}

.bigtext {
	font-family: poppin,Tahoma,Arial,\5FAE\8F6F\96C5\9ED1,sans-serif;
}

#body {
	margin:0 20px;
}

#wrapper {
	overflow:hidden;
	position:relative;
	margin:35px auto 60px;
	border:1px solid #CFD4D7;
	border-radius:3px;
  /*	background:#FFF url('../img3/frame_bg.gif') repeat-y -321px 0; */
}

#wrapper,
#n_header_line .n_header_inner,
.n_header_sys,
#foot_wrap,
#promotion,
#extra {
	width:auto;
	_width:expression(documentElement.clientWidth < 980? "980px" : documentElement.clientWidth > 1100? "1100px" : "auto");
	max-width:1100px !important;
	min-width:980px !important;
}

#content {
	float:right;
	width:100%;
	margin-left:-179px;
}

#main {
	margin-left:179px;
}

/**/
#tab {
	clear:both;
	*
	position:relative;
	*
	z-index:9;
	_zoom:1;
	height: 45px;
	border-bottom: 2px solid #29bfb6;
	font-size: 18px;
}

#tab span {
	position:relative;
	float:left;
	width: 100px;
	/* background-color:#CFD4D7; */
	height: 45px;
}

#tab a {
	display:block;
	/* border-width:1px 1px 1px 0; */
	/* border-style:solid; */
	/* border-color:rgba(153,153,153,.2); */    /*#CFD4D7;*/
	/* background-color: #f1f1f1; */
	outline:none;
	font-size: 18px;
	line-height: 45px;
	text-align:center;
	color:#333;
}

#tab .first a{
	border-left-width:0;
}


#tab .last a{
	border-right-width:0;
	border-radius:0 2px 0 0;
}

#tab .current a{
	/* border-bottom-color:#F1F1F1; */
	background-color: #29bfb6;  /*#FFF;*/
	color: #fff;
}
/**/

#sidebar {
	float:left;
	width:179px;
}

/**/
.buttonwhole,
.dropmenu,
.buttonleft,
.buttoncenter,
.buttonright {
	padding:0 5px;
	border:1px solid #CED4D6;
	border-radius:3px;
	background:#FFF;
	background:-moz-linear-gradient(top , #FFF, #F1F4F6);
	background:-webkit-linear-gradient(top , #FFF, #F1F4F6);
	background:linear-gradient(top , #FFF, #F1F4F6);
	font-size:12px;
	line-height:22px;
	cursor:pointer;
	_padding:3px 5px;
}

.dropmenu {
	line-height:24px;
	vertical-align:middle;
}

.buttonwhole:hover,
.dropmenu:hover,
.buttonleft:hover,
.buttoncenter:hover,
.buttonright:hover {
	border-color:#bac0c2;
	background:#FFF;
	background:-moz-linear-gradient(top , #FFF, #FAFCFD);
	background:-webkit-linear-gradient(top , #FFF, #FAFCFD);
	background:linear-gradient(top , #FFF, #FAFCFD);
}

.buttonwhole:active,
.dropmenu:active,
.buttonleft:active,
.buttoncenter:active,
.buttonright:active,
.buttonleft.current,
.buttoncenter.current,
.buttonright.current {
	border-color:#bac0c2;
	background:#DDE3E6;
	background:-moz-linear-gradient(top , #DDE3E6, #FCFDFD);
	background:-webkit-linear-gradient(top , #DDE3E6, #FCFDFD);
	background:linear-gradient(top , #DDE3E6, #FCFDFD);
}

.dropmenu {
	position:relative;
}

.dropmenu dd {
	display:none;
	position:absolute;
}

.buttonleft {
	border-radius:3px 0 0 3px;
	margin-right:-4px;
}

.buttoncenter {
	border-radius:0;
	margin-right:-4px;
}

.buttonright {
	border-radius:0 3px 3px 0;
}
/**/

/**/
#nav {
	margin-top:-7px;
	padding-top:7px;
	border-bottom:1px solid #CED3D6;
	background-color:#F6F6F6;
	line-height:54px;
	text-align:center;
	*line-height:1;
	*padding:20px 0;
}

#nav span {
	margin:0 5px;
}

#nav a {
	display:inline-block;
	padding:1px 11px;
	border-radius:3px;
	line-height:24px;
	font-size:14px;
	color:#5D7283;
}

#nav .current a{
	background-color:#5D7283;
	color:#FFF;
}
/**/

/**/
#promotion {
	margin:35px auto 0;
	text-align:center;
}

#promotion a {
	display:inline-block;
	width:24%;
}

#promotion span {
	position:relative;
	display:inline-block;
	overflow:hidden;
	width:200px;
	height:120px;
	font-size:0;
}

#promotion span:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:200px;
	height:120px;
	border-radius:3px;
	box-shadow:1px 1px rgba(0, 0, 0, .3) inset, -1px -1px rgba(0, 0, 0, .3) inset;
}

#promotion span img {
	width:200px;
	height:120px;
	border-radius:3px;
}

/**/

/**/
#hidden_obj{position:absolute;z-index:99;left:0;bottom:0;}
/**/

/**/
#main #loader {
	margin:50px 30px 0;
	border:1px solid #E1E4E6;
	border-radius:3px;
	background-color:#F5F9FA;
	line-height:28px;
	text-align:center;
	color:#666;
}

#main #loader a {
	display:block;
	color:#666;
}

#main #loader a:hover {
	background-color:#F0F4F5;
}

#main #loader.error {
	border-color:#F0DDC5;
	background-color:#FFEBD1;
	color:#C26B1F;
}

#main #loader.error a {
	color:#C26B1F;
}

#main #loader.error a:hover {
	background-color:#FFEBD1;
}

#main #loader.loading b {
	display:inline-block;
	width:16px;
	height:16px;
	margin-right:10px;
	background:url('../img3/loader.gif');
	vertical-align:middle;
}
/**/

/**/
#main #notify {
	display:none;
	margin:10px 0;
	border:1px solid #10AD8E;
	border-radius:3px;
	background-color:#1ABC9B;
	line-height:28px;
	text-align:center;
	color:#FFF;
}

#main #notify a {
	display:block;
	color:#FFF;
}

/**/

/**/
#extra {
	margin:0 auto;
	position:relative;
}

#extra .feedback {
	position:absolute;
	right:0;
	top:-50px;
}

#extra .feedback:hover {
	text-decoration:underline;
}
/**/
.icon-shiting {
	background:url("../images/st.png") no-repeat;
	width:24px;
	height:24px;
	display:block;
	margin: 0 auto;
}
.icon-shiting:hover {
	background:url("../images/st_hover.png") no-repeat;
}
.icon-toupiao {
	background:url("../images/tp.png") no-repeat;
	width:29px;
	height:20px;
	display:block;
	margin: 0 auto;
}
.icon-toupiao:hover {
	background:url("../images/tp_hover.png") no-repeat;
}

.qiupuzq-tit {
	border-left: 5px solid #2abdb3;
	font-size: 32px;
	padding-left:10px;
	margin: 30px 0;
	float:left;
	font-weight:500;
}
#action_songs .play:hover,
#action_songs .play {
	margin-top:30px;
	margin-left: 20px;
	border: none!important;
	background: -moz-linear-gradient(top , #FFA460, #FF7D44);
	background: linear-gradient(top , #FFA460, #FF7D44);
	color: #FFF;
	width: 132px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	padding-left: 24px;
}
#action_songs .play.mf:hover,
#action_songs .play.mf {
	background: url('../images/mf.png') no-repeat 20px center #31c27c;
}
#action_songs .play.ff:hover,
#action_songs .play.ff {
	background: url(../images/ff.png) no-repeat 20px center #ff4222;
}
body {
	font-family: 'Microsoft YaHei'!important;
}

