.swiper {
	position: relative;
}

.swiper img {
	width: 100%;
}

.bannerdesc {
	position: absolute;
	top: 6%;
	left: 0;
	right: 0;
	margin: auto;
	color: #515050;
	line-height: 2;
	width: 100%;
	padding-left: 35%;
	color: #fff;
}

.bannerdesc p:nth-child(-n+2) {
	font-size: 30px;
	color: rgb(0, 166, 59);

}

.tit {
	font-size: 20px;
	display: inline-block;
}

.tit::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 4px;
	background-color: #8EC230;
	margin-right: 10px;
}
.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;
}
.examlist li:nth-child(4n+1){
	margin-left: 0;
}
.examlist img{
	width: 100%;
}
.examlist li p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	background: linear-gradient(to top, #ccc,rgb(158,155,136));
	color: #fff;
}
.hj_nav{
	height: 60px;
	background-color: #F2F2F2;
}
.hj_nav li{
	float: left;
	line-height: 60px;
	margin-right: 20px;
}
.hj_nav li a{
	color: #333;
}
.hj_nav_select a{
	color: rgb(13,169,69)!important;
}
.hj_nav_select a::before{
	background-color: rgb(13,169,69)!important;
}
.hj_nav li a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 6px;
	width: 6px;
	background-color: #ccc;
	margin-right: 4px;
	border-radius: 50%;
}
@media (max-width:768px) {
	.bannerdesc{
		display: none;
	}
	.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;
	}
	.mob_desc{
		display: block!important;
		padding:15px;
		line-height: 1.5;
		color: #4D4D4D;
		font-size: 14px;
	}
	.mob_desc p:nth-child(-n+2){
		font-size: 16px;
		color: #8EC230;
	}
}