body{
	background-color: #f1f3f8;
}
.banner {
	height: 610px;
	min-width: 1200px;
	max-width: 1920px;
	background: url(banner.png) no-repeat center top;
	margin: 0 auto;
}
.content{
	width: 1200px;
	height: auto;
	margin: -85px auto 129px;
}
.content_box{
	width: 100%;
}
.content_box thead tr th{
	height: 85px;
	background-color: #ddedfd;
	font-size: 22px;
	line-height: 85px;
	letter-spacing: 0px;
	color: #333333;
}
.content_box thead tr th:nth-child(1){
	width: 11%;
}
.content_box thead tr th:nth-child(2){
	width: 12%;
}
.content_box thead tr th:nth-child(3){
	width: 20%;
}
.content_box thead tr th:nth-child(4){
	width: 46%;
}
.content_box thead tr th:nth-child(5){
	width: 11%;
}
.content_box thead tr th:first-child{
	text-align: center;
}
.content_box tbody tr td:first-child{
	text-align: center;
}
.content_box tbody tr td{
	height: 80px;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #e1e8f8;
	background-color: #fff;
}