.swiper{
	padding: 60px 0;
	text-align: center;
	background: url(../img/heqian/he_bg.png) no-repeat;
	background-position: center center;
}
.ab{
	background: url(../img/heqian/about-bg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	line-height: 2;
	padding: 30px 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;
	padding-left: 10px;
}
.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%;
}
.team{
	padding: 60px 0;
	background: url(../img/heqian/about-bg3.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.ht_tit{
	font-size: 15px;
}
.ht_tit p:first-child{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.team ul{
	overflow: hidden;
	height: 500px;
}
.team li{
	text-align: left;
	cursor: pointer;
	font-size: 18px;
	float: left;
	width: 25%;
	padding: 75px;
	background-color: rgb(1,176,88);
	margin-top: 40px;
	transition: all .5s;
	overflow: hidden;
	height: 240px;
}
.team li:nth-child(1){
	background-color: rgba(1,176,88,.95);
}
.team li:nth-child(2){
	background-color: rgba(1,176,88,.9);
}
.team li:nth-child(3){
	background-color: rgba(1,176,88,.85);
}
.team li:nth-child(1){
	margin-left: 0;
}
.team li>p:first-child{
	font-size: 35px;
	font-weight: bold;
}
.team li img{
	margin-top: 10px;
}
.hide{
	display: none;
	line-height: 1.5;
	white-space: nowrap;
	transform: all .5s;
}
.team_hover{
	width: 50%!important;
	height: 500px!important;
}
.team_hover img{
	display: none;
}
.team_hover .hide{
	display: block;
	transition: all .5s;
}
.hide>p:nth-child(1){
	font-size: 25px;
	margin: 50px 0 25px 0;
	line-height: 1;
}
.hide div{
	margin-top: 30px;
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}
.hide div p{
	font-size: 16px!important;
}
.hide div span{
	font-size: 20px;
	font-weight: bold;
}
.join{
	padding: 100px 0 40px 0;
}
.join .ht_tit{
	text-align: center;
	color: #4D4D4D;
}
.join ul{
	overflow: hidden;
	margin-top: 50px;
	width: 80%;
	margin-left: 10%;
}
.join li{
	background: url(../img/heqian/logo-bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 50%;
	text-align: center;
	padding: 60px 40px;
	float: left;
	line-height: 2;
	color: #333;
}
.join li:nth-child(-n+2){
	border-bottom: 1px solid #fff;
}
.join li:nth-child(2n+2){
	border-left: 1px solid #fff;
}
.join li p:nth-child(1){
	font-size: 30px;
}
.join li p:nth-child(2){
	font-size: 20px;
}
@media (max-width:768px) {
	.swiper{
		display: none;
	}
	.hj_nav{
		margin-top: 60px;
		padding: 0 15px;
		height: 40px!important;
	}
	.hj_nav li{
		line-height: 40px!important;
	}
	.hj_nav li a{
		font-size: 14px;
	}
	.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;
	}
	.team{
		padding: 15px;
	}
	.ht_tit{
		font-size: 12px;
	}
	.ht_tit p:first-child{
		font-size: 20px;
	}
	.team ul{
		display: none;
	}
	.team_swiper{
		display: block!important;
		font-size: 14px;
	}
	.team_swiper{
		margin-top: 15px;
	}
	.team_swiper .swiper-slide>p:nth-child(1){
		font-size: 20px;
		font-weight: bold;
	}
	.team_swiper .swiper-slide>p:nth-child(2){
		font-size: 16px;
	}
	.team_swiper .swiper-slide div{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-top: 10px;
		text-align: right;
	}
	.team_swiper .swiper-slide span{
		font-size: 20px;
	}
	.swiper-pagination-bullet-active{
		background-color: #006633!important;
	}
	.join{
		padding: 15px;
	}
	.join ul{
		width: 100%;
		margin: 15px 0 0 0;
	}
	.join ul li{
		width: 100%;
		padding: 20px;
		line-height: 1.5;
		border: none!important;
		border-bottom: 1px solid #fff!important;
	}
	.join li p:nth-child(1){
		font-size: 20px;
	}
	.join li p:nth-child(2){
		font-size: 16px;
	}
}