.navs{
	width: 914px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	position: absolute;
	margin-left: 50%;
	left: -457px;
	bottom: -30px;
	display: flex;
	justify-content: space-around;
}
.navs li{
	width: 130px;
	height: 58px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #3c3c3c;
}
.actives{
	border-bottom: 2px solid #30418B;
	font-weight: bold;
	font-size: 16px;
	color: #30418B;
}
.mains{
	display: none;
}
.block{
	display: block !important;
}
.mains{
	width: 1200px;
	margin: 56px auto;
}
.xhzc-t{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 44px;
}
.xhzc-t span{
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	border-bottom: 1px solid #30418B;
	text-align: center;
}
.mains p{
	font-size: 16px;
	color: #797979;
	text-indent: 32px;
	line-height: 36px;
}
.table{
	width: 100%;
	margin-top: 30px;
}
.table td,.table th{
	border: 1px solid #b9eafd;
	text-align: center;
}
.table td{
	padding: 30px;
	font-size: 16px;
}
.table tr td:nth-child(1){
	background: #b9eafd;
	border: 1px solid #fff;
}
.table th{
	height: 36px;
	background: #0e80d7;
	color: #fff;
	font-size: 20px;
}
.table th:nth-child(1){
	width: 90px;
}
.table th:nth-child(2){
	width: 292px;
}
.table th:nth-child(3){
	width: 350px;
}
.table th:nth-child(4){
	width: 358px;
}