@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #999999;
}
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	background:url(../images/bg.jpg) center top fixed;
}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	
	overflow: hidden; background:#fff;
}

input{border:1px solid #ddd !important;color:#333;}
/*头部*/
#header {
	width: 1020px;
	height: 410px;
	background-image: url("../images/banner.jpg");
	overflow: hidden;
}
#header .logo {
	display: block;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
}
/*导航*/
#menu {
	width: 100%;
	height: 53px;
	margin-bottom: 10px;
	background: url("../images/menu.jpg") no-repeat;
}
#menu ul li {
	display: block;
}
#menu ul li a {
	float: left;
	display: block;
	width: 170px;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	
}
#menu ul li a:hover {
	color: #00ccff;
}
/*中间*/
#main {
	width: 960px;
	padding: 30px;
	line-height: 2;
	overflow: hidden;
}
#main .content {
	float: left;
	width: 560px
}
.content .list {
	overflow: hidden;
}
.content .list li {
	height: 136px;
	overflow: hidden;
	margin-bottom: 30px;
}
.content .list li img {
	width: 200px;
	height: 130px;
	border: 2px solid #ccc;
	float: left;
	margin-right: 20px;
}
.content .list li h5 {
	font-size: 16px;
	color: #d82b82;
}
.content .jianjie li {
	line-height: 30px;
}
#main .sidebar {
	float: right;
	width: 320px;
}
.sidebar .denglu h2 {
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.sidebar .denglu p {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.sidebar .denglu p span {
	display: block;
	width: 60px;
	float: left;
}
.sidebar .denglu p input {
	display: block;
	width: 260px;
	height: 30px;
	border: none;
	float: left;
}
.sidebar .denglu .btn img {
	float: left;
	margin-left: 60px;
}
.sidebar .chengyuan {
	clear: both;
	
}
.sidebar .chengyuan h2 {
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.sidebar .chengyuan li {
	line-height: 30px;
	border-bottom: 1px dashed #999;
}
.sidebar .chengyuan li a:hover {
	color: #00ccff;
}
.sidebar .chengyuan img {
	width: 100%;
	margin-top: 20px;
}
/*剧集信息*/
.jieshao h2 {
	margin-bottom: 10px;
}
.jieshao p {
	text-indent: 32px;
}
.jieshao img {
	width: 100%;
}
/*视频欣赏*/
.renwu h2 {
	text-align: center;
}
.renwu li {
	width: 220px;
	float: left;
	margin: 10px;
	text-align: center;
}
.renwu li img {
	width: 220px;
	height: 220px;
}
.renwu {
	width: 100%;
}
.renwu .page {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 20px;
}
/*蜡笔小新美图*/
.meitu h2 {
	text-align: center;
}
.meitu img {
	width: 100%;
	margin-top: 20px;
}
/*注册*/
.zhuce h2 {
	text-align: center;
}
.zhuce .input-box {
	width: 500px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}
.zhuce .input-box p {
	height: 26px;
	width: 100px;
	float: left;
	line-height: 26px;
}
.zhuce .input-box input {
	width: 400px;
	height: 26px;
	border: none;
	float: left;
}
.zhuce .btn {
	display: block;
	width: 92px;
	height: 59px;
	background: url("../images/zhuce.png");
	border: none;
	margin: auto;
	outline: none;
	cursor: pointer; color:#333;
}
/*留言*/
.liuyan h2 {
	text-align: center;
}
.liuyan .input-box {
	width: 500px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}
.liuyan .input-box p {
	height: 26px;
	width: 100px;
	float: left;
	line-height: 26px;
}
.liuyan .input-box input {
	width: 400px;
	height: 26px;
	border: none;
	float: left;
}
.liuyan .input-box textarea {
	display: block;
	width: 400px;
	height: 100px;
	border: none;
	float: left;
}
.liuyan .btn {
	display: block;
	width: 92px;
	height: 59px;
	background: url("../images/tijiao.png");
	border: none;
	margin: auto;
	outline: none;
	cursor: pointer;
}
#footer {
	clear: both;
	width: 960px;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: url("../images/footer.jpg") bottom center no-repeat;
}
