body{
	background:#f5f5f5;
}
#top_banner img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
/* 导行nav-min */
#nav-min{
	width:100%;
	min-height:55px;
	background:#fff;
	border-bottom:2px solid #f0242d;
}
#nav-min ul{
	text-align:center;
}
#nav-min ul li{
	display:inline-block;
	height:55px;
}
#nav-min ul li a{
	display:block;
	color:#37474f;
	line-height:55px;
	font-size:16px;
	padding:0px 12px;
	text-align:center;
}
#nav-min ul li a:hover{
	color:#fff;
	background:#f0242d;
}
#nav-min ul li a.active{
	color:#fff;
	background:#f0242d;
	height:55px;
	border-bottom:2px solid #f0242d;
}
/* 内容content */
#words{
	width:1160px;
	margin:40px auto 40px auto;
	overflow:hidden;
	background:#fff;
	padding:20px;
}
#words .item{
	overflow:hidden;
	margin:10px 0;
}
#words .item span{
	display:block;
	padding:5px 0px;
	float:left;
	width:75px;
	text-align: right;
	margin-right: 10px;
}
#words .item input{
	display:block;
	width:371px;
	height:32px;
	text-indent:10px;
	background:#f7f7f7;
	border:1px solid #eee;
	outline:none;
	float:left;
}

#words .content{
	width:1160px;
}
#words .content textarea{
	display:block;
	width:1148px;
	background:#f7f7f7;
	border:1px solid #eee;
	padding:5px;
	height:80px;
	outline:none;
}
#words .submitBox{
	clear:both;
}
#words .submit{
	width:120px;
	height:36px;
	background:#f0242d;
	border:none;
	color:#fff;
	border-radius:3px;
	margin:10px 0;
	cursor: pointer;
}
#words .submit:hover{
	background:#fc3b07;
}
#words label.error{
	color:#016cc4;
	display:inline-block;
	padding-top:2px;
}
#words .reset{
	width:80px;
	height:36px;
	background:#f5f5f5;
	border:none;
	border-radius:3px;
	cursor: pointer;
	border:1px solid #999;
}

#words .text{
	background: #f5f5f5;
	padding:15px;
	border-radius: 3px;
}