.swiper img{
	width:100%;
}
.qh_num {
	padding: 50px 10%;
	overflow: hidden;
	background-color: rgb(0, 168, 59)!important;
	color: #fff;
}

.qh_num>div {
	float: left;
	width: 50%;
}

.numqh {
	font-size: 30px;
}

.qh_num>div>p {
	font-size: 50px;
	font-weight: bold;
}

.qh_num ul {
	overflow: hidden;
}

.qh_num li {
	float: left;
}

.numqh li {
	width: 50%;
	margin-top: 40px;
}

.numqh span {
	font-size: 40px;
}

.serlist li {
	width: 25%;
	line-height: 2;
	white-space: nowrap;
	padding-right: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ab {
	background: url(../img/heqian/about-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	line-height: 2;
	padding: 70px 0;
}

.ab p:nth-child(-n+3) {
	font-size: 30px;
	line-height: 1.5;
}

.ab p:nth-child(1) {
	font-size: 50px;
	line-height: 1.5;
}

.ab p:nth-child(4) {
	margin-top: 30px;
}

.ab p:nth-child(11) {
	margin-top: 30px;
}

.ab p:nth-child(14) {
	margin-top: 30px;
}

.ab p:nth-child(17) {
	margin-top: 30px;
}
.way{
	padding: 100px 0;
	background: url(../img/heqian/way.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.way_tit{
	float: left;
	width: 200px;
	font-size: 22px;
	color: #333;
}
.way_tit p:last-child{
	color: rgb(142,194,48);
}
.tab_list{
	width: calc(100% - 200px);
	float: left;
}
.tab_list table{
	width: 70%;
	border-collapse: collapse;
	text-align: center;
	color: #006633;
	line-height: 2;
	font-size: 16px;
	margin-bottom: 80px;
}
.tab_list table:last-child{
	margin-bottom: 0;
}
.tab_list th{
	font-size: 20px;
	font-weight: bold;
}
.tab_list table tr:nth-child(2n+1){
	font-size: 14px;
}
.tab_list table:nth-child(2)>tr:nth-child(3) td{
	width: 33.3333333%;
}
.examlist{
	margin-top: 30px;
}
.examlist ul{
	font-size: 0;
}
.examlist li{
	width: calc((100% - 90px) / 4);
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	font-size: 16px;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
    box-shadow: 0 0 10px #ccc;
transition:all .5s;
}
.examlist li:nth-child(4n+1){
	margin-left: 0;
}
.examlist img{
	width: 100%;
}
.examlist li a{display:block;}
.examlist li p{
	position:relative;
	margin:35px 0 30px 20px;
	color:#4d4d4d;
transition:all .5s;
}
.examlist li p::before{
	content:"";
	display:block;
	height:1px;
width:50px;
background:#4d4d4d;
position:absolute;
left:0;
top:-13px;
}
.tit {
	font-size: 20px;
	display: inline-block;
}
.white{background:#8EC230;}
.white p{color:#fff!important;}
.white p::before{
	background:#fff!important;
}
.tit::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 4px;
	background-color: #8EC230;
	margin-right: 10px;
}
@media (max-width:768px) {
	.swiper{margin:0;padding:15px;}
	.qh_num {
		padding: 20px 15px;
		display:block!important;
	}
	.qh_num>div {
		width: 100%;
	}

	.qh_num>div>p {
		font-size: 20px;
	}

	.numqh li {
		margin-top: 10px;
		font-size: 16px;
	}

	.numqh li span {
		font-size: 18px;
	}

	.serlist {
		margin-top: 15px;
	}

	.serlist li {
		width: 33.3333333333%;
	}

	.serlist li:nth-child(n+20) {
		display: none;
	}

	.serlist li:last-child {
		display: block;
	}

	.ab {
		line-height: 1.5;
		font-size: 14px;
		padding: 15px;
	}

	.ab p:nth-child(1) {
		font-size: 20px;
	}

	.ab p:nth-child(-n+3) {
		font-size: 16px;
	}
	.way_tit{
		width: 100%;
		text-align: center;
	}
	.way{
		padding: 15px;
	}
	.tab_list{
		width: 100%;
	}
	.tab_list table{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.examlist{
		margin: 15px 0;
	}
	.examlist li{
		width: calc((100% - 30px) / 2);
		margin-left: 10px!important;
		margin-top: 10px;
	}
	.examlist li p{
		font-size: 14px;
	}
.tit{
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.tit::before{
		display: none;
	}
	.way_tit{
		font-size:15px;
	}
.examlist .tit{font-size:16px;color:#4d4d4d};
.examlist .tit small{font-size:12px;}
}
