@charset "utf-8";

/*banner*/

.banner a {
	display: block;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
}

.banner .slick-prev,
.banner .slick-next {
	width: 30px;
	height: 41px;
	z-index: 9;
}

.banner .slick-prev {
	left: 6.77%;
	background: url(../images/prev1.png) no-repeat;
	background-size: cover;
}

.banner .slick-next {
	right: 6.77%;
	background: url(../images/next1.png) no-repeat;
	background-size: cover;
}

/*公用标题*/
.k-w {
	width: 670px;
}

.title {
	height: 67px;
	line-height: 67px;
}

.title h3 {
	float: left;
	font-family: 'sySong';
	font-size: 32px;
	position: relative;
	background: url(../images/tit1.png) no-repeat center;
	width: 345px;
	padding-left: 140px;
}

.more a {
	display: block;
	font-family: 'sySong';
	font-size: 14px;
	color: #2e7750;
	background: url(../images/more.png) no-repeat center;
	width: 133px;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	right: 0;
}

.more a:hover {
	right: 5px;
}


/*首页板块*/
.section1 {
	background: url(../images/section1-bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 58px;
	padding-bottom: 64px;
	overflow: hidden;
}

.section1 .title,
.section4 .title,
.section5 .title {
	text-align: center;
	position: relative;
}

.section1 .title h3,
.section4 .title h3,
.section5 .title h3 {
	float: none;
	display: inline-block;
	background: url(../images/tit2.png) no-repeat center;
	width: 636px;
	text-align: center;
	padding-left: 0;
}

.section1 .more,
.section4 .more,
.section5 .more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.jdt {
	width: 700px;
	margin-top: 48px;
}

.jdt ul li a {
	display: block;
	width: 100%;
}

.jdt ul li a .pic {
	display: block;
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.jdt ul li a .pic img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.jdt ul li:hover a .pic img {
	transform: scale(1.1);
}

.jdt ul li .s1-lintro {
	width: 640px;
	height: 120px;
	background-color: #2e7c52;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}

.jdt ul li .s1-lintro h3 {
	padding: 30px 40px;
	font-size: 18px;
	color: #fff !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.jdt .slick-dots {
	right: 90px;
	bottom: 30px;
	text-align: right;
	font-size: 0;
}

.jdt .slick-dots li {
	margin: 0 14px;
	width: 8px;
	height: 8px;
	font-size: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.3s;
}

.jdt .slick-dots li button {
	display: none;
}

.jdt .slick-dots li.slick-active {
	background-color: #fff;
}

.s1-r {
	width: 650px;
}

.s1-r ul {
	margin-top: 48px;
	position: relative;
	z-index: 1;
}

.s1-r ul::before {
	content: "";
	position: absolute;
	left: 42px;
	width: 1px;
	top: 0;
	height: 100%;
	background-color: rgba(46, 124, 82, 0.4);
	z-index: -1;
}

.s1-r ul li a {
	display: block;
	overflow: hidden;
	margin-top: 30px;
	transition: all 0.3s;
}

.s1-r ul li:first-child a {
	margin-top: 0;
}

.s1-r ul li .date {
	width: 85px;
	height: 84px;
	background: url(../images/s1-r1.png) no-repeat center;
	text-align: center;
	margin-right: 30px;
	transition: all 0.3s;
	padding-top: 15px;
}

.s1-r ul li .date span {
	display: block;
	font-family: '宋体';
	font-size: 12px;
	color: #2e7750;
	line-height: 1;
	padding-top: 8px;
	transition: all 0.3s;
}

.s1-r ul li .date p {
	font-family: 'sySong';
	font-size: 28px;
	font-weight: bold;
	color: #2e7750;
	line-height: 1;
	transition: all 0.3s;
}

.s1-r ul li .s1-rtx {
	overflow: hidden;
}

.s1-r ul li .s1-rtx h3 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	line-height: 32px;
	transition: all 0.3s;
	margin-top: 9px;
}

em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#2e7750, #2e7750);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
	color: #333 !important;
}

.s1-r ul li:hover .s1-rtx h3 em {
	color: #2e7750;
	font-weight: bold;
	background-size: 100% 1px;
}

.s1-r ul li .s1-rtx p {
	font-size: 16px;
	color: #888;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	line-height: 24px;
	transition: all 0.3s;
	margin-top: 10px;
}

.s1-r ul li:hover::before {
	display: block;
}

.s1-r ul li:hover a,
.s1-r ul li:hover+li a {
	border-top-color: transparent;
}

.s1-r ul li:last-child:hover a {
	border-bottom-color: transparent;
}

.s1-r ul li:hover .date {
	background-image: url(../images/s1-r2.png);
}

.s1-r ul li:hover .date span,
.s1-r ul li:hover .date p {
	color: #fff;
}

.s1-r ul li:hover .s1-rtx h3 {
	font-weight: bold;
}


.section2 {
	padding: 35px 0;
}

.s2-l ul {
	margin-top: 30px;
}

.s2-l ul li a {
	display: block;
}

.s2-l ul li .hide {
	display: none;
	background-color: #2e7750;
	padding: 30px;
}

.s2-l ul li .hide .hide-l {
	width: 390px;
}

.s2-l ul li .hide .hide-l h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-bottom: 15px;
	margin-bottom: 12px;
}

.s2-l ul li .hide .hide-l p {
	color: rgba(255, 255, 255, 0.8);
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-l ul li .hide .hide-l p img {
	vertical-align: middle;
	padding-right: 10px;
}

.s2-l ul li .hide .hide-r {
	width: 194px;
	height: 150px;
	margin-top: 5px;
	overflow: hidden;
}

.s2-l ul li .hide .hide-r img {
	display: block;
	width: 100%;
	height: 100%;
}

.s2-l ul li .show {
	line-height: 55px;
}

.s2-l ul li .show span {
	float: right;
	color: #999 !important;
	padding-left: 15px;
}

.s2-l ul li .show h3 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-l ul li.on .hide {
	display: block;
}

.s2-l ul li.on .show {
	display: none;
}

.s2-r ul {
	margin-top: 30px;
}

.s2-r ul li a {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px dotted rgba(77, 77, 77, 0.35);
	transition: all 0.3s;
}

.s2-r ul li:first-child a {
	border-top: none;
	padding-top: 0;
}

.s2-r ul li .date {
	text-align: center;
	margin-right: 22px;
	transition: all 0.3s;
	position: relative;
}

.s2-r ul li .date::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -22px;
	width: 1px;
	height: 44px;
	background: rgba(77, 77, 77, 0.35);
}

.s2-r ul li .date p {
	font-family: "Georgia";
	font-size: 30px;
	color: #4c4c4c;
	line-height: 32px;
}

.s2-r ul li .date span {
	display: block;
	font-family: "Georgia";
	font-size: 14px;
	line-height: 32px;
	color: #999;
}

.s2-r ul li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
}

.s2-r ul li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
	transition: all 0.3s;
}

.s2-r ul li h3 p em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s2-r ul li:hover h3 p em {
	color: #2e7750;
	font-weight: bold;
	background-size: 100% 1px;
}


.section3 {
	background: #f8f8f8;
	padding: 35px 0;
	overflow: hidden;
}

.s3-l ul {
	margin-top: 10px;
}

.s3-l ul li a {
	display: block;
	border-top: 1px dotted rgba(77, 77, 77, 0.35);
	background: url(../images/s3-l1.png) no-repeat left center;
	padding-left: 48px;
	line-height: 84px;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-l ul li:first-child a {
	border-top: none;
}

.s3-l ul li a em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s3-l ul li a:hover em {
	color: #2e7750;
	font-weight: bold;
	background-size: 100% 1px;
}

.s3-rt {
	margin-top: 30px;
}

.s3-rt a {
	display: block;
	width: 100%;
	height: 202px;
	overflow: hidden;
	transition: all 0.5s;
}

.s3-rt a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s3-rt a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.s3-rt a:hover img {
	transform: scale(1.1);
}

.s3-rd {
	margin-top: 40px;
}

.s3-rd ul li {
	float: left;
	margin-left: 30px;
}

.s3-rd ul li:first-child {
	margin-left: 0;
}

.s3-rd ul li a {
	display: block;
	width: 203px;
	height: 148px;
	overflow: hidden;
	transition: all 0.5s;
}

.s3-rd ul li a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s3-rd ul li a:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.s3-rd ul li a:hover img {
	transform: scale(1.1);
}


.section4 {
	background: url(../images/section4-bg.jpg) no-repeat center;
	padding: 35px 0 85px 0;
	background-size: cover;
}

.s4-c {
	position: relative;
	z-index: 1;
	margin-top: 60px;
}

.s4-c::before {
	content: '';
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: -40px;
	right: -40px;
	background-color: #008840;
	z-index: -1;
}

.s4-c ul {
	background-color: #fff;
	padding: 25px;
}

.s4-c ul li a {
	display: block;
	margin: 20px;
	background: url(../images/s4-bg.png) no-repeat center;
	background-size: cover;
	width: 233px;
	height: 335px;
	padding: 40px 35px 0 35px;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.s4-c ul li .pic {
	width: 157px;
	height: 194px;
	overflow: hidden;
}

.s4-c .slick-prev,
.s4-c .slick-next {
	width: 30px;
	height: 82px;
}

.s4-c ul li h3 {
	text-align: center;
	font-size: 20px;
	transition: all 0.3s;
	margin-top: 10px;
}

.s4-c ul li p {
	text-align: center;
	font-size: 14px;
	color: #888;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s4-c ul li:hover a {
	top: -5px;
}

.s4-c ul li:hover .pic img {
	transform: scale(1.1);
}

.s4-c ul li:hover h3 {
	font-weight: bold;
}

.s4-c .slick-prev {
	left: -40px;
	background: url(../images/prev4.png) no-repeat;
	background-size: cover;
}

.s4-c .slick-next {
	right: -40px;
	background: url(../images/next4.png) no-repeat;
	background-size: cover;
}


.section5 {
	padding: 60px 0;
}

.s5-c {
	margin-top: 45px;
	overflow: hidden;
}
.s5-c ul{
	margin-left: -30px;
	margin-right: -30px;
}
.s5-c ul li a {
	display: block;
	height: 268px;
	margin: 0 30px;
	overflow: hidden;
}

.s5-c ul li img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.s5-c ul li a:hover img {
	transform: scale(1.1);
}
.s5-c .slick-dots {
	position: static;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.s5-c .slick-dots li {
	width: 10px;
	height: 10px;
	background-color: #d2d2d2;
	border-radius: 50%;
	margin: 0 22px;
	transition: all 0.3s;
}

.s5-c .slick-dots li.slick-active {
	background-color: #008840;
}

.s5-c .slick-dots li button {
	display: none;
}