.mainBody {
	width: 100%;
}
.mainBody img {
	max-width: 100%;
}
.main {
	width: 100%;
	margin-bottom: 75px;
	overflow: hidden;
}
.m_title {
	width: 100%;
	background-color: #ededed;
}
.m_title>a {
	font-size: 24px;
	font-weight: bold;
	color: #c40002;
	line-height: 24px;
	position: relative;
	transition: 0.3s;
	top: 0;
}
.m_title>a:hover {
	top: -3px;
}

.la_tit {
	margin-top: 50px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
}
.la_tit>.lt_top {
	text-align: center;
	font-size: 0;
}
.la_tit>.lt_top .lt_line {
	display: inline-block;
	width: 62px;
	height: 1px;
	background-color: #555555;
	position: relative;
	top: -10px;
}
.la_tit>.lt_top a {
	font-size: 30px;
	color: #111;
	line-height: 1;
	display: inline-block;
	margin: 0 21px;
	transition: 0.6s;
	position: relative;
	top: 0;
}
.la_tit>.lt_top a:hover {
	top: -6px;
}
.la_tit .lt_bottom {
	display: block;
	width: 56px;
	height: 4px;
	background-color: #75bc3c;
	margin: 30px auto 0;
}

.subCont {
	font-size: 16px;
	color: #333;
    line-height: 2;
	width: 1080px;
	text-align: justify;
	margin: 60px auto;
}
.subCont img {
	max-width: 100% !important;
}
.subCont p, .subCont span, .subCont a {
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.wz {
	float: left;
	width: 360px;
	height: 50px;
	overflow: hidden;
}
.wz>img {
	float: left;
	position: relative;
	top: 16px;
}
.wz a:hover, .wz a.on {
	color: #75bc3c;
}
.wz a, .wz span {
	font-size: 14px;
	color: #555;
	line-height: 50px;
	display: inline-block;
}
.pagebar {
	width: 1200px;
    margin: 20px auto 30px;
    text-align: right;
}
.pagebar a {
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	border-radius: 3px;
	background-color: #fff;
	margin-right: 15px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.pagebar a:nth-of-type(1), .pagebar a:nth-last-of-type(1) {
	background-color: #c1c1c1;
	color: #fff;
}
.pagebar .on, .pagebar a:hover {
    background-color: #75bc3c;
    color: #fff;
}