.banner{
	overflow: hidden;
}
.banner .slider img {
	width: 100%;
	transform: scale(1.2);
	transition: opacity 0.3s ease, transform 0s ease 1s;
}

.banner .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 5s cubic-bezier(0, .56, .44, 1);
}
.title h2{
	float: left;
	font-size: 24px;
	color: #047e41;
	height: 74px;
	line-height: 92px;
	background: url(../img/titbg.png) no-repeat center left;
}
.title a{
	float: right;
	display: block;
	font-size: 16px;
	color: #999;
	background: url(../img/more.png) no-repeat left top;
	padding-left: 27px;
	line-height: 40px;
	margin-top: 45px;
}
.title a:hover{
	color: #047e41;
}
.title{
	margin-bottom: 35px;
}
.index1{
	padding-top: 58px;
}
.index1 .news{
	width: 67%;
}
.index1 .news .news-lb{
	width: 62%;
}
.index1 .news .news-lb .img{
	position:relative;
	overflow:hidden;
}
.index1 .news .news-lb .img img{
	width: 100%;
	height: 418px;
	object-fit:cover;
}
.index1 .news .news-lb .slider:hover .img img{
	transform:scale(1.1);
}
.index1 .news .news-lb .img::after{
	position:absolute;
	width:100%;
	bottom:0;
	height:50px;
	display:block;
	content:"";
	background:rgba(0,0,0,0.5);
	z-index: 1;
}
.index1 .news .news-lb .img h2{
	position:absolute;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 50px;
	width: 75%;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	z-index: 2;
}
.index1 .news .news-lb .text{
	border-bottom:1px solid #ccc;
}
.index1 .news .news-lb .text p{
	font-size:18px;
	color:#333;
	line-height: 32px;
	margin: 45px 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-lb .slick-dots{
	bottom: 165px;
	width: 100px;
	left: auto;
	right: 20px;
}
.news-lb .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.index1 .news-list{
	width: 36%;
}
.news-list li{
	margin-bottom: 25px;
	background: #d0e7dc;
	padding: 20px 25px;
}
.news-list li:last-child{
	margin-bottom: 0;
}
.news-list li span{
	display: block;
	color: #8eb3a1;
	font-size: 18px;
	margin-bottom: 2.8px;
	line-height: 26px;
}
.news-list li p{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 56px;
}
.news-list li:hover{
	background: #047e41;
}
.news-list li:hover span,.news-list li:hover p{
	color: #fff;
}



.index1 .notice{
	width: 30%;
}
.notice li{
	padding-bottom: 15px;
	border-bottom: 1px dashed #3f9c6e;
	margin-bottom: 40px;
}
.notice li:last-child{
	margin-bottom:0;
}
.notice li .time{
	width: 108px;
	height: 31px;
	font-size: 0;
	background: url(../img/time.png) no-repeat center;
}
.notice li .time span:first-child{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	width: 50px;
	text-align: center;
	display: inline-block;
}
.notice li .time span:last-child{
	font-size: 16px;
	color: #047e41;
	line-height: 30px;
	display: inline-block;
	width: 55px;
	text-align: center;
	margin-left: 3px;
}
.notice li h2{
	font-weight: normal;
	font-size: 18px;
	color: #333;
	line-height: 28px;
	padding-left: 50px;
	background: url(../img/cao.png) no-repeat center left;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 56px;
}
.notice li:hover h2{
	color: #047e41;
}

.index2{
	margin: 32px 0;
}

.index3{
	background: url(../img/index3bg.png) no-repeat center;
	background-size: cover;
	padding: 51px 0;
}
.index3 .kjcg{
	width: 49%;
	min-height: 260px;
}

.kjcg li{
	padding: 20px 0;
	border-bottom: 1px dashed #3f9c6e;
}
.kjcg li em,.kjcg li span{
	display: block;
	font-size: 18px;
	color: #047e41;
}
.kjcg li p{
	line-height: 40px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 5px 0;
}

.kjcg li.first .img{
	float: left;
	width: 48%;
	overflow: hidden;
}
.kjcg li.first .img img{
	width: 100%;
	height:236px;
	object-fit:cover;
}
.kjcg li.first:hover .img img{
	transform:scale(1.1);
}
.kjcg li.first .text{
	float: right;
	width: 50%;
	padding-top: 25px;
}
.kjcg li.first .text em{
	color: #333;
}
.kjcg li.first .text p{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: break-spaces;
	line-height: 30px;
	margin: 38px 0;
}
.kjcg li:hover p,.kjcg li:hover .text em{
	color: #047e41;
} 

.index3 .jsxq{
	width: 49%;
}

.jsxq li em{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/time1.png) no-repeat center;
	transition: all 0.5s;
}
.jsxq li span.time{
	display: block;
	color: #a2ddbb;
	font-size: 18px;
	width: 75px;
	text-align: center;
	transition: all 0.5s;
}
.jsxq li p{
	font-size: 18px;
	color: #333;
	width: calc(100% - 125px);
	position: relative;
}
.jsxq li p span{
	display:block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: none;
}
.jsxq li p::after{
	position:absolute;
	width:100%;
	height:1px;
	display:block;
	content:"";
	border-bottom: 1px dashed #3f9c6e;
	bottom: -20px;
}
.jsxq li{
	line-height:45px;
	margin-bottom: 61.5px;
}
.jsxq li:last-child{
	margin-bottom:0;
}
.jsxq li a{
	display: block;
}
.jsxq li em,.jsxq li span,.jsxq li p{
	float: left;
}
.jsxq li:hover p{
	color: #047e41;
}
.jsxq li:hover em{
	background: url(../img/time2.png) no-repeat center;
}
.jsxq li:hover span{
	color: #047e41;
}