/* 通用定义 */
body {
	/* background-color: #2496F6; */
	padding: 0;
	margin: 0;
	font-family: "微软雅黑","Microsoft YaHei",Helvetica,Arial,sans-serif;
}
a{
    color: #FFF;
    text-decoration: none;
}
a:hover{
    color: #FFF;
    text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.section {
	position: relative;
}
.content {
	width: 1006px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
ul,li {
	list-style:none;
	padding:0;
	margin:0;
}
.blue-bgn {
	background-color: #2496F6;
}
.white-bgn {
	background-color: white;
}
.green-bgn {
	background-color: #50B40A;
}
.gray-bgn {
	background-color: #888;
}
.last-item {
	float: left;
	width: 1000px;
	height: 16px;
	clear: both;
	position: relative;
}

/* 各网页的header部分（除了播放器页面外） */
.header {
	height: 80px;
	position: relative;
	text-align: center;
}
#logo {
	width: 140px;
	padding: 20px 100px 20px 0;
	margin: 0;
	float: left;
}
#logo img {
	border: 0;
}
.menu {
	position:relative;
	width: 552px;
	height:80px;
	float:right;
	vertical-align: middle;
	color: white;
}
.menu li {
	float: left;
	width: 92px;
	height: 80px;
	line-height: 80px;
}
.menu li:hover {
	background-color: #2D8DDA;
}
.menu .current {
	background-color: #1D7DCA;
}
/* end of header */


/* vdplayer header */
#player-header {
	background-color: #50B40A;
}
#player-header .menu .current {
	background-color: #429409;
}

#player-header .menu li:hover {
	background-color: #52A419;
}
/* end of vdplayer header */



/* splitter */
.splitter {
	background: url(../images/shadow.png) 0 0 repeat-x;
	height: 10px;
}
#home-splitter {
	background-color: #2496F6;
}
#vdplayer-splitter {
	background-color: #50B40A;
}
#other-splitter {
}
/* end of splitter */





.footer {
	height: 60px;
	font-size: 12px;
	padding-top: 13px;
	position: relative;
	clear: left;
}
.footer img {
	border: 0;
}
#footer-info {
	text-align: left;
	width: 600px;
	position: relative;
}
#footerlinks {
	color: #EAEAEA;
	margin-bottom: 14px;
}
#footerlinks a {
	color: #EAEAEA;
}
#footerlinks a:hover {
	color: #EAEAEA;
}
#footerinfo {
	color: #B2B2B2;
}
#footerinfo a {
	color: #B2B2B2;
}
#footerinfo a:hover {
	color: #B2B2B2;
}
#footer-sns {
	margin-top: 15px;
	width: 202px;
	height: 25px;
	position: relative;
}
#footer-weibo {
	margin-right: 0;
	padding-top: 2px;
}
#footer-weixin {
	margin-left: 15px;
	padding-top: 2px;
	position: relative;
}
#footer-qrcode {
	width: 258px;
	height: 258px;
	background: url(../images/home_weixin_qrcode.jpg);
	position: absolute;
	border: 1px solid #DDD;
	left: -125px;
	top: -270px;
}
#footer-qq {
	color: white;
	width: 130px;
	height: 25px;
	margin-left: 80px;
	line-height: 25px;
	text-align: center;
	background: url(../images/footer_qq.png) no-repeat;
}
#cnzz {
	position: absolute;
	left: 460px;
	top: 28px;
}
.zhuanti {
}



