.hz_info {
	width: 100%;
	font-size: 16px;
	color: #282728;
	margin-top: 30px;
	line-height: 25px;
}

.hz_tab {
	width: 100%;
	margin-top: 15px;
}

.hz_tab table {
	width: 100%;
}

.hz_tab tr th {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	background: #e60012;
	border-right: 1px solid #FFFFFF;
	padding: 20px;
	text-align: center;
}

.hz_tab tr th img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.hz_tab tr th:first-child {
	border-top-left-radius: 14px;
}

.hz_tab tr th:last-child {
	border-top-right-radius: 14px;
	border-right: none;
}

.hz_tab tr td {
	font-size: 16px;
	color: #2c2f31;
	background-color:#F3F3F3;
	border-bottom: 1px solid #FFFFFF;
	padding: 15px 20px;
	border-right: 1px solid #FFFFFF;
}

.hz_tab tr td:last-child {
	border-right: 0;
}

.hz_tab tr:last-child td:first-child {
	border-bottom-left-radius: 14px;
}

.hz_box-2 .title h3 {
	background: url(/img/hz_tit.png) no-repeat center center;
}

.hz_box-2 .title {
	padding-top: 30px;
}
.main {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.main::after {
	content: "";
	display: block;
	clear: both;
}
.title {
	text-align: center;
	padding-top: 70px;
}

.title h3 {
	font-size: 46px;
	color: #2c2f31;
	background: url(/img/1_013.png) no-repeat center;
}

.title span {
	font-size: 18px;
	color: #2c2f31;
	display: block;
	text-indent: 5px;
	letter-spacing: 3.5px;
}
.gengduo1 {
	margin: 50px auto;
	display: block;
	width: 260px;
	height: 60px;
	position: relative;
	line-height: 60px;
	font-size: 20px;
	color: #ffffff;
	background-image: linear-gradient(to right, #e64f01, #e60411);
	padding-left: 65px;
	border-radius: 30px;
}

.gengduo1 img {
	position: absolute;
	top: 20px;
	left: 25px;
}