.centerbox{
	width: 650px;
	margin: 0 auto;
}
.topban{
	width: 100%;
	height: 260px;
	position: relative;
}
.banner{
	position: absolute;
	top: 0;
	left: 0;
}
.title1{
	width: 100%;
	position: absolute;
	left: 0;
	top: 55px;
	font-size: 60px;
	font-weight: bold;
	color: #333;
	letter-spacing: 8px;
	text-align: center;
}
.title2{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 60px;
	text-align: center;
}
.bt{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	font-size: 30px;
	color: #333;
	border-radius: 30px;
	background: rgba(0,0,0,0.1);
}
.data table{
	width: 100%;
}
.data table td{
	border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    height: 45px;
    text-align: center;
}
.data table td:last-child{
	border-right: 1px solid #efefef;
}
.data table tr:nth-of-type(odd) td{
	background: #efefef;
}
.tr-head td{
	background: #4a8bf7 !important;
	color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #4a8bf7 !important;
	border-left: 1px solid #4a8bf7 !important;
}
.tr-head td:last-child{
	border-right: 1px solid #4a8bf7 !important;
}
.tr-cont td{
	font-size: 16px;
	color: #2f2f2f;
}
.signature{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #4a8bf7;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.signature span{
	margin: 0 18px;
}
