body{
	background-color:#000;
	padding:0px;
	margin:0px;
	}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.player{
	margin:0px auto;
	width:1000px;
	height:500px;
	position:relative;
	z-index:1;
	overflow:hidden;
	background-color:#343434;
	}
.player ul{
	width:1000px;
	height:500px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	background-color:#120A31;
	}
.player li{
	float:left;
	width:1000px;
	height:500px;
	text-align:center;
	}
.ktviconleft{
	width:30px;
	height:69px;
	position:absolute;
	z-index:2;
	left:40px;
	top:50%;
	margin-top:-65px;
	cursor:pointer;
	background:url(/static/image/arrows.png);
	}
.ktviconright{
	width:30px;
	height:69px;
	position:absolute;
	z-index:2;
	right:40px;
	top:50%;
	margin-top:-65px;
	cursor:pointer;
	background:url(/static/image/arrows.png) right;
	}
.tsl{
	position:absolute;
	left:50%;
	margin-left:-90px;
	top:50%;
	margin-top:-30px;
	z-index:2;
	background-color:#fff;
	width:180px;
	height:60px;
	line-height:60px;
	font-size:14px;
	text-align:center;
	display:none;
	}
.tsr{
	position:absolute;
	left:50%;
	margin-left:-90px;
	top:50%;
	margin-top:-30px;
	z-index:2;
	background-color:#fff;
	width:180px;
	height:60px;
	line-height:60px;
	font-size:14px;
	text-align:center;
	display:none;
	}
.font,.font1{
	margin:0px auto 0;
	width:1000px;
	height:30px;
	line-height:30px;
	color:#fff;
    font-size: 10px;
    line-height: 18px;
	}
.font .num{
	float:left;
	font-family:"微软雅黑";
	font-size:16px;
	border-right:#2D2F2D solid 1px;
	display:inline;
	padding-right:20px;
	margin-right:20px;
	}
.font .num .hover{
	color:#d02224;
	}
.font h2{
	font-family:"微软雅黑";
	font-size:26px;
	}
.font font{
	display:none;
	}
.font1 {display:none;}
