@charset "UTF-8";


/*------------------  top  ------------------*/
body{
	background:url(../img/trailer/bg.jpg) center 50px repeat-x #000;
}
#wrapper{
	padding-bottom:20px;
}
#content{
	padding:80px 0 20px;
	text-align: center;
}
#trailer-title{
	display: block;
	padding-bottom:10px;
	height:70px;
}
#trailer{
	width:950px;
	height:540px;
	margin:0 auto;
	background:#000;
	border:1px solid #333;
}
#trailer-nav{
	display: block;
	padding:20px 0 10px;
	width:960px;
	margin:0 auto;
}
#trailer-nav li{
	display: inline-block;
	width:25%;
	padding:0 3px 10px;
	box-sizing:border-box;
}
#trailer-nav li a{
	box-sizing:border-box;
	display: block;
	background:#fff100;
	border-radius: 3px;
	color:#000;
	width:100%;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	border:2px solid #fff100;
}
#trailer-nav li a.cur{
	background:#000;
	color:#fff100;
	cursor:default;
}