﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	margin:0 auto;
	font-size:12px;	
	font-family:"arial";
	color:#fff;		
	background:#1c1d21 url("../images/body_bg.jpg") no-repeat center 0px;
}
img{
	border:none;	
}
a{
	color:#fff;
	text-decoration:none;	
}
a:hover{
	color:#fff;
	text-decoration:underline;
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
*.bold{
	font-weight:bold;	
}
*.flog{
	display:none;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.container{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

/*top_header start*/
.top_header{
	height:36px;
	line-height:36px;
	background:#050505;	
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
}
.top_header .login{
	height:26px;
	line-height:26px;
	margin-top:5px;	
}
.top_header .login .text{
	float:left;
	width:165px;
	height:26px;
	line-height:26px;
	color:#949494;	
	margin-left:10px;
	padding-left:15px;
}
.top_header .login .user{
	border:0;
	background:url("../images/login_name.jpg") no-repeat left center;	
}
.top_header .login .pass{
	border:0;
	background:url("../images/login_pass.jpg") no-repeat left center;	
}
.top_header .login .sub{
	display:inline-block;
	width:70px;
	height:26px;
	background:url("../images/login_sub.jpg") no-repeat left center;	
	color:#fff;
	font-weight:bold;
	margin-left:5px;
}

.top_header .login .sub:hover{
	display:inline-block;
	width:70px;
	height:26px;
	background:url("../images/login_back.jpg") no-repeat left center;	
	color:#fff;
	font-weight:bold;
	margin-left:5px;
}

/*top_header end*/

/*top_logo start*/
.top_logo{
	height:101px;	
}
.top_logo .logo{
	margin-top:10px;	
}
.top_logo .share{
	margin-top:50px;	
}
.top_logo .share a{
	float:left;
	margin-left:7px;	
}
/*top_logo end*/

/*nav start*/
.nav{
	height:54px;
	background:url("../images/nav_bg.png") no-repeat left top;	
}
.nav a{
	display:inline-block;
	height:50px;
	line-height:50px;
	
	text-align:center;
	font-size:14px;
	font-weight:600;
	
}

.nav a:hover{
	text-decoration:none;	
    color:yellow;
}
.nav .end{
	border:0;	
}
/*nav end*/

/*footer start*/
.footer{
	height:49px;
	line-height:49px;
	color:#a2a2a2;	
}
.footer a{
	color:#a2a2a2;	
}
.footer a:hover{
	color:#a2a2a2;
	text-decoration:underline;	
}
/*footer end*/


.current_video
{
    border: 1px solid white;
}