@charset "utf-8";
/* CSS Document */
.ab1w{
	/*background: url(../images/ab1bg.png) no-repeat top right;
	background-size: 75%;*/
	padding-top: 60px;
}
.ab1l{
}
.ab1lt{
	margin-left: -40px;
}
.ab1r{
	width: 40%;
	margin-left: 5%;
}
.ab1r img{
	width: 90%;
}
.ab1r::after{
	content: "";
	width: 90%;
    height: 100%;
    background: #65ac1e;
    position: absolute;
    top: 10%;
    left: 10%;
}

.ab2{background: #40768b;
	/*background: url(../images/ab2bg.jpg) no-repeat center;
	background-size: cover;*/
}
.lm2a{
	height: 430px;
}
.lm2a::after{
	content: "";
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.7);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.lm2a1,.lm2a2{
	height: 50%;
}
.lm2a2{
	padding: 15% 0;
}
.lm2a1a{
	width: 2px;
	background: #fff;
	margin: 40px auto;
}
.lm2a1a::after{
	content: "";
	width: 10px;
	height: 10px;
	border: 5px solid #fff;
	border-radius: 100%;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}
.lm2a_even .lm2a1a::after{
	top: inherit;
	bottom: -20px;
}
.lm2a_even .lm2a2{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.swiper-button-next-lm2,
.swiper-button-prev-lm2{
	font-size: 20px;	color: #65ac1e;	
	width: 46px;
	height: 46px;
	/*background: none;*/	background: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
	margin-top: -23px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*display: none;*/		z-index: 2;
}
.swiper-button-next-lm2{
	/*right: -5%;*/
}
.swiper-button-prev-lm2{
	/*left: -5%;*/
}

.ab3box{
	/*background: url(../images/ab3bg.png) no-repeat top center;
	background-size: 100%;*/
}
.ab3w {
    justify-content: center;
}
.ab3a{
	/*width: 50%;*/
	width: 42%;
}
.ab3abg{
	color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	transition: .5s;
}
.ab3abg .txt,.ab3abg i{
	opacity: 0;
	transition: .5s;
}
.ab3a:hover .txt,.ab3a:hover i{
	opacity: 1;
}
.ab3abg .w100{
	margin-top: 50px;
	transition: .5s;
}
.ab3a:hover .ab3abg{
	background: rgba(101,172,30,.6);
}
.ab3a:hover .ab3abg .w100{
	margin-top: 0;
}

.ab4{
	/*background: url(../images/ab4bg.jpg) no-repeat top center;
	background-size: cover;*/
}
.ab4bal{
	width: 55.8%;
	margin-right: 2%;
}
.ab4bap{
	color: #fff;
	width: 100%;
	height: auto;
	background: rgba(101,172,30,0.83);
	line-height: 30px;
	padding: 8px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.ab5abox{
	margin: 0 auto;
	margin-top: 60px;
	transition: .5s;
}
.ab5abox h2{
	display: inline-block;
	border-bottom: 2px solid #fff;
}
.ab5abox .txt{
	opacity: 0;
	display: none;
	transition: .5s;
}
.ab5a:hover .ab5abox{
	margin-top: 0;
}
.ab5a:hover .txt{
	opacity: 1;
	display: block;
}
.ab5a:hover h2{
	border-bottom: 2px solid rgba(0,0,0,0);
}



@media only screen and (max-width: 1599px){
	.ab2-containers{
		width: 85%;
		margin: 0 auto;
	}
	
	.ab3a{
		width: 25%;
	}
	.ab3a:hover .ab3abg{
		background: rgba(101,172,30,.6);
	}
	.ab3abg .txt{
		height: 20px;
	}
}

@media only screen and (max-width: 1399px){	
	.ab1lt{
		margin-left: 0;
	}
	.ab1lt img{
		width: 25px;
	}
	.ab1r img{
		width: 95%;
	}
	.ab1r::after{
		width: 95%;
		height: 100%;
		left: 5%;
		top: 5%;
	}

	.swiper-button-next-lm2,
	.swiper-button-prev-lm2{
		display: flex;
		color: #65ac1e;
		background: #fff;	
	}
	.swiper-button-next-lm2{
		right: 0;
	}
	.swiper-button-prev-lm2{
		left: 0;
	}
	
	.ab5abox .txt p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 9;
		overflow: hidden;
	}
}

@media only screen and (max-width: 768px){	
	.ab1l .ab1lcontent p,
	.ab1l .ab1lcontent span{
		font-size: 16px !important;/*14px*/
		line-height: 1.75 !important;/*20px*/
	}
	.ab1w{
		padding-top: 0;
	}
	.ab1lt img{
		width: 20px;
	}
	.ab1r{
		width: 100%;
		margin-left: 0;
	}
	
	.ab2{
		margin-top: 25px;
	}
	.lm2a{
		height: 300px;
	}
	.lm2a2{
		padding: 12px 0;
	}
	.lm2a1a{
		margin: 22px auto;
	}	
	
	.ab3a{
		width: 100%;
	}
	.ab3abg .w100{
		margin-top: 0;
	}
	.ab3abg *{
		opacity: 1 !important;
	}
	.ab3abg .txt{
		/*font-size: 12px;
		line-height: 24px;*/
	}
	
	.ab4bap{
		font-size: 13px;
		line-height: 1.75;/*40px*/
	}
	
	.ab5abox{
		margin-top: 0;
	}
	.ab5abox *{
		opacity: 1 !important;
	}
	.ab5abox .txt{
		font-size: 12px;
		line-height: 20px;/*24px*/
	}
}