/* subpage start */
.bottombread {
	background: #f6f6f6
}

.bread {
	line-height: 5rem;
	position: relative;
	text-align: right;
	margin: 0 auto;
}

.bread i {
	width: 1.4rem;
	margin-right: 0.7rem;
	display: inline-block;
	vertical-align: middle;
}

.bread a {
	display: inline-block;
	vertical-align: top;
	color: #5f5f5f;
}

.bread span {
	padding: 0 .2rem;
	color: #5f5f5f;
}

.bread a.on,
.bread a:hover,
.bread a:last-child {
	color: #013f22;
}

.contentmain {
	background: url(../images/1bg.png) no-repeat center center/cover;
	background-size: cover;
	padding: 5.2rem 0 14.4rem;
	box-sizing: border-box;
	overflow: hidden;
}

.contentmain-no {
	background: none;
}

.sub01 {
	padding: 2.5rem 0 2.5rem 3rem;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	margin-bottom: 4.3rem;
}

.sub01::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: -50%;
	top: 0;
	background: rgba(255, 255, 255, 1);
	z-index: -1;
}

.sub01 .left {
	padding-right: 5rem;
	box-sizing: border-box;
	width: 64rem;
}

.sub01 .left .more {
	margin-top: 1rem;
	color: #013f22;
	display: block;
	text-align: right;
}

.sub_page_content {
	color: #333;
	text-indent: 2em;
}

.sub01 .right {
	width: 70rem;
	flex: 1;
}

.sub01 .right .img {
	padding-bottom: 52%;
	box-shadow: 0px 3px 7.2px 1.8px rgba(3, 20, 49, 0.11);
}

.sub02ul {
	display: flex;
	flex-wrap: wrap;
	min-height: 43rem;
	padding-top: 4rem;
	justify-content: space-between;
	align-items: flex-start;
}

.sub02ul li {
	/* margin-bottom: 2rem; */
}

.sub02ul li a {
	display: block;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.sub02ul li .img {
	padding-bottom: 123.6%;
	min-width: 20.8rem;
}

.sub02ul li .name {
	color: #282828;
	margin: 1.2rem 0 1.4rem;
	position: relative;
	text-align: center;
}

.sub02ul li .name::after {
	content: '';
	display: block;
	width: 3rem;
	height: 0.2rem;
	background: #2da505;
	position: absolute;
	left: calc(50% - 1.5rem);
	bottom: -0.7rem;
}

.sub02ul li .title {
	color: #4c4c4c;
	text-align: center;
}



.sub02ul li a:hover {
	padding: 2rem 3rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 6.8px 1.2px rgba(0, 0, 0, 0.06);
	max-width: 28rem;
	transform: translateY(-5rem);
}


.sub02ul li a:hover .title {
	color: #969696;
}

.sub03 .sub_page_title {
	margin-bottom: 3rem;
}

.sub03box {
	padding: 2.5rem;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 3px 6.8px 1.2px rgba(29, 20, 10, 0.1);
}

.sub03ul {
	margin: 0 -1.3rem;
}

.sub03ul li {}

.sub03ul li a {
	margin: 0 1.3rem;
	background-color: rgba(45, 165, 5, 0.08);
	border-radius: 1.5rem;
	padding: 1.7rem 2.7rem;
	padding-right: 6.5rem;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	position: relative;
	justify-content: flex-start;
	align-items: center;
}

.sub03ul li a::before {
	content: '';
	display: block;
	width: 2.8rem;
	height: 1.4rem;
	background: url(../images/zmore.png) no-repeat;
	position: absolute;
	background-size: 100%;
	right: 3.7rem;
	top: calc(50% - 0.7rem);
}

.sub03ul li a i {
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	margin-right: 2rem;
	background-size: 100%;
}

.sub03ul li:nth-child(1) a i {
	background: url(../images/z1.png) no-repeat;
}

.sub03ul li:nth-child(2) a i {
	background: url(../images/z2.png) no-repeat;
}

.sub03ul li:nth-child(3) a i {
	background: url(../images/z3.png) no-repeat;
}

.sub03ul li:nth-child(4) a i {
	background: url(../images/z4.png) no-repeat;
}

.sub03tit {
	flex: 1;
}

.sub03ul li:hover a {
	transform: translateY(-1rem);
	background-color: rgba(45, 165, 5, 0.35);
}









/* 01end */
.content {
	position: relative;
	z-index: 1;
	padding-bottom: 8rem;
}

.sub_page_title {
	padding: 0 0 0 5rem;
	color: #2a2a2a;
	position: relative;
	margin-bottom: 2rem;
	width: 100%;
}

.sub_page_title.font_nunito_r {
	margin-bottom: 2.4rem;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 2.2rem;
}

.sub_page_title.font_nunito_r::before {
	top: calc(50% - 9.5px - 0.5rem);
}

.sub_page_title .more {
	color: #333
}

.sub_page_title::before {
	content: '';
	display: block;
	width: 32px;
	height: 19px;
	background: url(../images/tit.png) no-repeat;
	position: absolute;
	left: 0;
	top: calc(50% - 9.5px);
}

.sub_layout {
	position: relative;
	padding: 4.5rem 0 8rem;
}

.sub_layout .lf {
	width: 25.6rem;
	position: relative;
}

.sub_layout .rt {
	width: calc(100% - 25.6rem);
	padding-left: 6rem;
}

.sub_layout2 {
	max-width: 1220px;
	margin: 0 auto;
	padding: 1.7rem 0 0;
}

/* aside */
.sub_menu {
	position: relative;
}

.sub_menu_title {
	width: 100%;
	padding: 2.6rem;
	font-weight: bold;
	text-align: center;
	background: url(../images/asidebg.png) no-repeat center center/cover;
	color: #fff;
	position: relative;
}


.sub_menu>ul {
	position: relative;
	padding: 0.1rem 0 0.8rem;
	margin-top: 1.9rem;
	background: rgba(45, 165, 5, 0.08);
}

.sub_menu li {
	position: relative;
}

.sub_menu .item {
	padding: 2rem 2.5rem;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_menu .item::before {
	content: '';
	display: block;
	width: calc(100% - 5rem);
	height: 0;
	position: absolute;
	left: 2.5rem;
	bottom: 0;
	border-bottom: 1px solid #e0e0e0;
}

.sub_menu .ul2 .item::before,
.sub_menu .ul2 .item::after {
	display: none;
}

.sub_menu li.on .item {
	background: #fff;
}

.sub_menu li .item::after {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 0%;
	top: 50%;
	left: 0;
	background: #2da505;
	z-index: 3;
	transition: all .3s ease-in-out;
}

.sub_menu li.on>.item,
.sub_menu li:hover>.item {
	background: #fff;
}

.sub_menu li.on>.item::after,
.sub_menu li:hover>.item::after {
	top: 0;
	height: 100%;
}

.sub_menu li.on>.item::before,
.sub_menu li:hover>.item::before {
	border-bottom: 1px solid #2da505;
}

.sub_menu .title {
	color: #464646;
	position: relative;
	padding: 0 3rem;
	box-sizing: border-box;
}

.sub_menu .ul2 .item {
	padding: 0 2.5rem;
}

.sub_menu>ul>li.on {
	z-index: 2;
}


.sub_menu .ul2 {
	display: none;
	position: relative;
}

.sub_menu li.on .ul2 {
	display: block;
}

.sub_menu .ul2 .item a {
	padding: .6rem 3rem;
	position: relative;
	border-bottom: .1rem dashed #2da505;
}

.sub_menu .ul2 li:last-child .item {
	border: none;
}

.sub_menu .ul2 .title {
	padding: 0 2.5rem;
}


.sub_menu .btn2 {
	position: absolute;
	right: 2.5rem;
	top: calc(50% - 1.8rem);
	height: 3.6rem;
	width: 3.6rem;
	display: block;
	z-index: 10;
	cursor: pointer;
}



.sub_menu .btn2::before,
.sub_menu .btn2::after {
	content: '';
	display: block;
	width: .9rem;
	height: 1.2rem;
	background: url(../images/btn.png) no-repeat center center/100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.sub_menu li.on .btn2 {
	transform: rotate(90deg);
}

/* aside */
.font_nunito_r .img {

	float: right;
	margin: 2rem;
	margin-right: 0;
}

.sub_page_title2 {
	color: #006336;
	margin: 4.6rem 0 3.4rem;
}

.content3 {
	padding-top: 5.8rem;
	padding-bottom: 7.8rem;
	box-sizing: border-box;
	background: url(../images/main3.png) no-repeat center bottom;
}

.sub16 {}


.sub16 .swiper {
	overflow: hidden;
	margin: 0 -1.8rem;
	width: calc(100% + 3.6rem);
	position: relative;
}

.sub16 .swiper-pagination {
	bottom: 1px;
}

.sub16 .swiper-pagination span {
	margin: 0 7.5px !important;
	background: #2da505;
	opacity: 1;
}

.sub16 .swiper-pagination span.swiper-pagination-bullet-active {
	background: #013f22;
	position: relative;
}

.sub16 .swiper-pagination span.swiper-pagination-bullet-active::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #013f22;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 7px);
}

.sub16 .swiper ul {
	margin: 0 -1.8rem;
	padding: 0 1.8rem;
	box-sizing: border-box;
}

.sub16 .swiper li {
	margin-bottom: 5.6rem;
}

.sub16 .swiper a {
	display: block;
	box-shadow: 0 8px 18px rgba(10, 24, 50, 0.21);
	border-bottom-right-radius: 2.8rem;
	margin: 0 1.8rem;


}

.sub16 .swiper a .info {
	padding: 2rem 1.5rem;
	box-sizing: border-box;
}

.sub16 .swiper a .info .date {
	text-align: center;
	display: inline-block;
	padding-right: 1rem;
	box-sizing: border-box;
	border-right: 1px solid #eaebed;
}

.sub16 .swiper a .info .date h2 {
	color: #2da505;
}

.sub16 .swiper a .info .date p {
	color: #013f22;
}


.sub16 .swiper a .sub16_summary {
	flex: 1;
	padding-left: 2rem;
	box-sizing: border-box;

}

.sub18box .top {
	background: #289e0a url(../images/sub17hover.png) no-repeat right bottom;
	box-shadow: 0px 0px 6px 2px rgba(29, 20, 10, 0.06);
	margin: 0rem 0 3.5rem;
	padding: 1.8rem;
	box-sizing: border-box;
	color: #fff;
}

.sub18box.on {
	display: block;
}

.sub18box.off {
	display: none;
}

.sub18 {
	margin: 0 -1.5rem;
}

.sub18 li {
	margin-bottom: 3.5rem;
}

.sub18 li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 6px 2px rgba(29, 20, 10, 0.06);
	margin: 0 1.5rem;
	padding: 3.5rem;
	box-sizing: border-box;
	background: url(../images/sub17bg.png) no-repeat center center/cover;
}

.sub18 li:hover a,
.sub18 li.on a {
	transform: translateY(-1rem);
	background: url(../images/sub17hover.png) no-repeat center center/cover;
}

.sub18 li a .icon {
	width: 5rem;
	height: 5rem;
	overflow: hidden;
	position: relative;
}
.sub18 li a .icon img{
	object-fit: contain;
}
.sub18 li a .icon:first-child {
	position: relative;
	z-index: 2;
	transition: transform 0.3s ease;
}

.sub18 li a .icon:last-child {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.sub18 li:hover a .icon:first-child,
.sub18 li.on .icon:first-child {
	transform: translateY(-100%);
}

.sub18 li:hover a .icon:last-child,
.sub18 li.on .icon:last-child {
	opacity: 1;
	transform: translateY(0);
}

.sub18 li a .img {
	margin-bottom: 2.3rem;
	flex-direction: column;
	overflow: hidden;
	height: 5rem;
	position: relative;
}



.sub18_info {
	width: 100%;
	color: #3c3c3c;
	text-align: center;
}

.sub18 li:hover .sub18_info,
.sub18 li.on .sub18_info {
	color: #ffffff;
}

.sub19 {
	margin: 0 -1.2rem;
}

.sub19 li {
	margin-bottom: 5.4rem;
}

.sub19 li:hover {
	transform: translateY(-1rem);
}

.sub19 li a {
	display: block;
	margin: 0 1.2rem;
	background: #ffffff;
}

.sub19bot {
	position: relative;
	padding: 2.5rem 2rem;
	box-shadow: 0px 0px 6px 2px rgba(29, 20, 10, 0.06);

	box-sizing: border-box;
}

.sub19bot::before {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #2da505;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sub19_tit {
	color: #292929;
	margin-bottom: 1rem;
}

.sub919_more {
	color: #909090;
	text-align: right;
}

.sub20 a .left {
	width: 37rem;
}

.sub20 li {
	margin-bottom: 3rem;
}

.sub20 .sub19bot {
	flex: 1;
}

.sub20 .sub19bot::before {
	display: none;
}

.sub20 .sub19bot h3 {
	position: relative;
	padding-left: 2.8rem;
	box-sizing: border-box;
}

.sub20 .sub19bot h3:before {
	content: "";
	width: 4px;
	height: 18px;
	background-color: #2da505;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub20 a {
	position: relative
}

.sub20 a:before {
	content: "";
	width: 0px;
	height: 5px;
	background: #2da505;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}

.sub20 a:hover:before {
	width: 100%;
	height: 5px;
}

.team_list {
	padding: 1.5rem 2.35rem 2.25rem;
	box-sizing: border-box;
	background-color: rgb(251, 251, 251);
	box-shadow: 0px 0px 6px 2px rgba(29, 20, 10, 0.06);
}

.team_title {
	margin-bottom: 1.5rem;
}

.team p strong {
	font-size: 2rem;
	margin: 1rem 0;
}

.team {
	line-height: 2;
}

.team_title_item,
.team p strong {
	background-color: rgb(45, 165, 5);
	padding: 1.4rem 5rem 1.2rem 2.6rem;
	box-sizing: border-box;
	display: inline-block;
	border-top-right-radius: 1rem;
	/* min-width: 19.2rem; */
	/* min-height: 4.6rem; */
	position: relative;
	color: #fff;
	padding: 0.7rem;
	min-width: auto;
	line-height: normal;
	border-radius: 0;
}

.team p strong {
	/* padding: 1.3rem 5rem 1.3rem 2.6rem; */
}

.team_title_item::after,
.team p strong::after {
	content: '';
	display: block;
	width: 2.5rem;
	height: 2rem;
	position: absolute;
	background: url(../images/sj.png) no-repeat center center/cover;
	right: 1.4rem;
	top: calc(50% - 1rem);
	display: none;
}

.iteminfo {
	color: #333;
	text-indent: 2em;
	margin-bottom: 2.5rem;
}

.teambox {
	padding: 3rem 4.7rem 4.5rem;
	box-sizing: border-box;
	font-size: 1.8rem;
}

.team_bot {
	/* padding: 0 3rem; */
	box-sizing: border-box;
}

.person {
	width: 173px;
}

.person .gp-img-responsive {
	padding-bottom: 134%;
	overflow: hidden;
	position: relative;
}

.person .gp-img-responsive img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person_bot {
	padding: 1rem;
	box-sizing: border-box;
	background: #e8f3ec;
	text-align: center;
	border-bottom: 3px solid #013f22;
}

.person_bot h2 {
	display: inline-block;
	color: #013f22;
	margin: 0 0.8rem;
}

.person_info {
	flex: 1;
	padding: 2.5rem;
	padding-left: 8.8rem;
	box-sizing: border-box;
}

.personul {
	margin: 0 -10rem;
}

.personul>li {
	margin-bottom: 3rem;
}

.personul>li:nth-child(3),
.personul>li:nth-child(4) {
	margin-bottom: 0;
}

.personul .item {
	margin: 0 10rem;
}

.personul .tit {
	color: #013f22;
	margin-bottom: 2rem;
}

.personul_two a {
	display: block;
	padding-left: 1.2em;
	position: relative;
}

.personul_two a::before {
	content: '';
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background: #589a9b;
	position: absolute;
	left: 0;
	top: calc(50% - 0.3rem);
	border-radius: 50%;
}

.person_name {
	color: #282828;
}

@media screen and (max-width:996px) {
	.font_nunito_r .img {
		float: none;
		margin: 2rem;
	}

	.sub_menu>ul {
		display: none;
	}

	.sub_015a {
		padding-bottom: 0;
	}

	.sub_015a li.on .item::before {
		bottom: -5px;
	}

	.sub_015a li.on .item::after {
		bottom: -1px !important;
	}

	.sub_015a {
		padding-bottom: 0 !important;
	}

	/* new */
	.sub01 {
		flex-wrap: wrap;
		padding: 5rem;
	}

	.sub01 .left,
	.sub01 .right {
		width: 100%;
		flex: auto;
		padding: 0;
	}



	.sub01 .left {
		margin-bottom: 15px;
	}

	.sub01::after {
		display: none
	}

	.sub_layout .lf::before {
		display: none;
	}

	.sub_menu_title {
		padding: 0.8rem 3.8rem;
		font-size: 3rem;
	}

	.sub_menu>ul::before {
		display: none;
	}

	.sub_layout .lf {
		width: 100%;
		margin-bottom: 20px;
	}

	.sub_layout .rt {
		width: 100%;
		padding: 0;
	}

	.sub_menu_title i {
		display: block;
		float: right;
		font-weight: normal;
		margin-top: 0.5rem;
	}




	/* new */
	.personul {
		margin: 0 0rem;
	}

	.personul .item {
		margin: 0 0rem;
	}

	.personul>li {
		margin-bottom: 3rem !important;
	}

	.personul .tit {
		margin-bottom: 2rem;
	}

	.person_info {
		padding-left: 5.8rem;
	}

	.team_bot {
		padding: 0;
	}
}


.pages {
	padding: 0;
	margin: 14.5rem 0 0;
	position: relative;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.pages a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	color: #494949;
	background: transparent;
	border-radius: 3px;
	margin: 0 2.5px;
	border: 1px solid #013f22;
}

.pages a.prev,
.pages a.next,
.pages a:first-child,
.pages a.next+a,
.select_page .alert_box a {
	width: auto;
	min-width: 3rem;
	height: auto;
	padding: 0 5px;
	box-sizing: border-box;
}

.pages a:first-child {
	margin-left: 0;
}

.pages a:last-child {
	margin-right: 0;
}

.pages a.font_serif:hover,
.pages a.on_page {
	color: #fff;
	background: #2da505;
	border-color: transparent;
}

.select_link {
	position: relative;
	border: 1px solid #013f22;
	min-height: 3.2rem;
	border-radius: 3px;
	display: inline-block;
	min-width: 5rem;
}

.select_page {
	width: auto;
}

.select_page .arrow {
	position: absolute;
	right: 0px;
	top: 0;
	width: 3rem;
	height: 3rem;
	background: url(../images/btn.png) no-repeat center;
}

.select_page .arrow.on {
	transform: rotate(90deg) !important;
	transition: all .3s ease;
}

.select_page p {
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
}

.select_page .alert_box {
	border: 1px solid #013f22;
	border-bottom: navajowhite;
	border-radius: 3px;
	position: absolute;
	bottom: calc(100% + 1px);
	width: 100%;
	display: none;
	max-height: 60px;
	overflow-y: scroll;
}

/* 整个滚动条 */
.select_page .alert_box::-webkit-scrollbar {
	width: 5px;
	/* 垂直滚动条宽度 */
	height: 5px;
	/* 水平滚动条高度 */
}

/* 滚动条轨道 */
.select_page .alert_box::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道背景 */
	border-radius: 2.5px;
	/* 圆角 */
}

/* 滚动条滑块 */
.select_page .alert_box::-webkit-scrollbar-thumb {
	background: #2da505;
	/* 滑块颜色 */
	border-radius: 2.5px;
	/* 圆角 */
}

/* 滑块悬停效果 */
.select_page .alert_box::-webkit-scrollbar-thumb:hover {
	background: #2da505;
	/* 悬停时颜色 */
}

/* 滚动条按钮（上下箭头） */
::-webkit-scrollbar-button {
	display: none;
	/* 隐藏按钮 */
}

.select_page .alert_box.on {
	display: block
}

.select_page .alert_box a {
	min-width: auto;
	padding: 0;
	border: none;
	margin: 0;
	border-bottom: 1px solid #013f22;
	line-height: 20px;
	border-radius: 0;
}

@media screen and (max-width:996px) {
	.pages {
		margin: 20px 0 0;
	}

	.pages>a {
		font-size: 13px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:767px) {
	.personul>li {
		margin-bottom: 1rem !important;
	}

	.person_info {
		padding-top: 1rem;
		padding-bottom: 0;
	}

	.sub02ul {
		margin: 0 -5px;
		justify-content: start;
	}

	.sub02ul li {
		width: 33.33%;
		margin-bottom: 2rem;
		display: flex;
		justify-content: center;
	}

	.sub02ul li a {
		margin: 0 5px;
		max-width: 83%;
	}

	.sub02ul li a:hover {
		max-width: 100%;
		padding: 2.2rem;
		transform: translateY(1rem);
	}

	.sub_015b .box {

		overflow-x: scroll;
	}

	/* new */
	.pages a,
	.pages>span {
		display: none;
	}

	.pages>a {}

	.pages a.start,
	.pages a.prev,
	.pages a.on_page,
	.pages a.next,
	.pages a.end {
		display: inline-block;
	}


}

/* pages end */


.sub_page9_content {
	padding: 2.5rem;
	box-sizing: border-box;
	background: rgba(62, 180, 58, .05);
}

.sub09_img {
	width: 151px;
	overflow: hidden;
}

.sub09_img .img {
	padding-bottom: 130.5%;

}

.gp-img-responsive,
.img {
	position: relative;
}

.gp-img-responsive img,
.img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.sub09_info {
	padding-left: 3.3rem;
	padding-top: 2rem;
	flex: 1;
	box-sizing: border-box;
}

.sub09_top h2 {
	color: #2a2a2a;
	display: inline-block;
	margin-right: 1.3rem;
}

.sub09_top span {
	color: #3b3b3b;
	position: relative;
}

.sub09_top span::before {
	content: "";
	display: block;
	width: 12rem;
	height: 0.4rem;
	background: #87cb28;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.sub09_summary {
	margin-top: 3.5rem;
	color: #333;
}

.sub_10 ul {
	margin: 0px -1.8rem;
	overflow: hidden;
}

.sub_10 li {
	margin-bottom: 2rem;
}

.sub_10 li a.item {
	display: block;
	margin: 0 1.8rem;
}

.sub_10 li a.item .gp-img {
	padding-bottom: 123.6%;
	background: #ccc;
	overflow: hidden;
	position: relative;
}

.sub_10 li a.item .gp-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sub_10 li a.item .bottom {
	text-align: center;
	background: #f6f6f6;
	padding: 1.2rem;
	box-sizing: border-box;
}

.sub_10 li a.item .bottom .title {
	color: #292929;
}

.sub_10 li a.item .bottom .sousuo {
	color: #424242;
	position: relative;
}

.sub_10 li a.item .bottom .sousuo::before {
	color: #87cb28;
	margin-right: 0.7rem;
}

.sub_11 ul li:hover a,
.sub_12 ul li:hover a {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	transform: translateX(1rem);
}

.sub_12 ul li:hover a {
	padding: 0 1.5rem;
	box-sizing: border-box;
}

.sub_11 ul li:hover a .info_box {
	color: #013f22;
	font-weight: bold;
}

.sub_11 ul li:hover .time {
	background: #013f22
}

.sub_11 ul li a {
	justify-content: flex-start;
	padding: 2rem 0;
	align-items: center;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
}

.sub_11 ul li a .time {
	width: 10.9rem;
	height: 2.9rem;
	line-height: 2.9rem;
	text-align: center;
	background: #2da505;
	border-top-left-radius: 1rem;
	margin-right: 2rem;
}

.sub_11 ul li a .info_box {
	flex: 1;
}

.sub_12 ul a {
	color: #999;
	line-height: 6.2rem;
	border-bottom: 1px dotted rgba(70, 70, 70, 0.2);
}

.sub_12 ul li a .info_box {
	color: #282828;
	flex: 1;
}

.sub_12 ul li a .time {
	padding-left: 1rem;
}

.sub_13 li {
	margin-bottom: 3rem
}

.sub_13 .item {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);

}

.sub_13 .left {
	width: 37.3rem;
	overflow: hidden;
}

.sub_13 .left .gp-img {
	padding-bottom: 56.3%;
}

.sub_13 .right {
	padding: 3.5rem 2.5rem 2rem;
	box-sizing: border-box;
	flex: 1;
	width: calc(100% - 37.5rem);
}

.sub_13 .right .title {
	color: #222;
}

.sub_13 .right .info {
	margin: 2rem 0;
	color: #757575;
}

.sub_13 .right .time {
	color: #696969;
	padding-top: 1.8rem;
	box-sizing: border-box;
	position: relative;
}

.sub_13 .right .time::before {
	content: "";
	display: block;
	width: 4.4rem;
	height: .2rem;
	background: #2da505;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.sub_13 li:hover {
	transform: translateX(1.5rem);
}

.sub_015a {
	overflow: hidden;
	position: relative;
	padding: 0rem 5.4rem 0.4rem;
	margin: 0 0 4rem;
}

.sub_015a .swiper {
	overflow: hidden;
	position: relative;

}

.sub_015a .swiper::before {
	content: '';
	display: block;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 8px;
}

.sub_015a ul {
	margin: 0 0;
	position: relative;
}

.sub_015a .item {
	margin: 0 auto;
	text-align: center;
	color: #6d6d6d;
	position: relative;
	padding-bottom: 2.6rem;
}

.sub_015a li.on .item {
	color: #2da505;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}

.sub_015a li .item::before {
	content: "";
	display: block;
	border: 1px solid #013f22;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.sub_015a li.on .item::before {
	width: 18px;
	height: 18px;
	border: 1px solid #2da505;
}

.sub_015a li.on .item::after {
	width: 9px;
	height: 9px;
	bottom: 4.5px;
	background: #2da505;
}

.sub_015a li .item::after {
	content: "";
	display: block;
	background: #013f22;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3.5px;
}

.sub_015a .arrow {
	width: 2.6rem;
	height: 2.6rem;
	background: no-repeat center/1.4rem;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	border: .1rem solid #2da505;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
}

.sub_015a .prev {
	left: 0rem;
	background-image: url(../images/sub_015_prev1.png);
}

.sub_015a .next {
	right: 0rem;
	background-image: url(../images/sub_015_next1.png);
}

.sub_015b .box {
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(23, 23, 23, 0.15);
	padding: 3px;
}

.sub_015b .box.on {
	display: block
}

.sub_015b .box.off {
	display: none;
	overflow: hidden;
}

.sub_015b table {
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 3px 0px;
	background: none;
	min-width: 767px;
	border: none;
}

.sub_015b table td {
	border-bottom: 1px dotted #e6e6e6 !important;
}

.sub_015b table .firstRow td,
.sub_015b table tr:last-of-type td {
	border: none !important;
}

.sub_015b table tbody {
	width: 100% !important;
}

.sub_015b .pages {
	padding: 0;
	margin: 3.8rem 0 2.6rem;
}


.sub_015b tbody tr:hover {
	background-color: #f6f6f6;
	transition: background-color 0.3s ease;
	color: #013f22;

}

.sub_015b tbody tr:hover th,
.sub_015b tbody tr:hover td {
	background-color: inherit;
	cursor: pointer;

}


.sub_015b th,
.sub_015b td {
	border: none !important;
	border-bottom: 1px dotted #000;
	padding: 8px 10px !important;
	/* text-align: center; */
	vertical-align: middle;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}
.sub_015b td:nth-child(1),.sub_015b .firstRow td{
	text-align: center;
}
.sub_015b .firstRow td {
	background-color: #f8f8f0;
	border-radius: 5px;
	margin: 3px;
	height: 50px;
	font-weight: normal;
	border: none;
}

.tab_box {
	padding: 0 1.5rem;
	box-sizing: border-box;
}

.sub17 {
	padding-top: 4.3rem;
	box-sizing: border-box;
}

.sub017 .rt3 {
	width: 33rem;
	margin-top: 11rem;
	float: right;
	position: relative;
}

.sub17 ul {
	margin: 0 -1.8rem;
	overflow: hidden;
	background-color: rgb(255, 255, 255, 0.9);
	box-shadow: 0px 3px 6.8px 1.2px rgba(29, 20, 10, 0.1);
	padding: 4rem;
}

.sub17 ul>li {
	margin-bottom: 2rem;
}

.sub17 ul>li a {
	padding: 1.2rem 2rem;
	margin: 0 1.8rem;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(45, 165, 5, 0.05);
	align-items: center;
	box-shadow: 0px 2px 7.52px 0.48px rgba(45, 48, 56, 0.1);
}

.sub17 ul>li a i {
	width: 5rem;
	height: 5rem;
}

.sub17 ul>li a .info {
	color: #282828;
	flex: 1;
	padding-left: 1.8rem;
	box-sizing: border-box;
}

.rt3 .insTits {
	position: relative;
	border-bottom: 4px solid #f5f5f5;
	margin-bottom: 2rem;
}

.insTits::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 9.2rem;
	height: 0.6rem;
	background: #006336
}

.rt3 .insTits h2 {
	padding-bottom: 1rem;
}

.itemStyle01 span {
	float: left;
	padding-left: 1.8rem;
	background: url(../images/acticon01.png) no-repeat left 0.3rem;
}

.itemStyle01 p {
	text-align: left;
	margin-left: 8.2rem;
}

.itemStyle01 p,
.itemStyle01 span {
	color: #343434;
}

.sub_031e {
	margin-top: 10px;
}

.sub_031e li {
	margin-bottom: 20px;
}

.sub_031e li:hover span,
.sub_031e li:hover p {
	color: #006336;
}


.annx h2 {
	color: #212121;
	margin-bottom: 3rem;
}

@media screen and (max-width:1401px) {}

@media screen and (max-width: 767px) {
	.sub_015a ul {
		padding-bottom: 3px;
	}

	.personul_two li {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width:600px) {
	.sub_13 .left {
		width: 100%;
	}

	.sub_13 .right {
		width: 100%;
	}
}

@media screen and (max-width:479px) {
	.team_bot {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}

	.person_info {
		padding-left: 0;
		margin-top: 4rem;
	}

	.sub02ul li {
		width: 50%;
		margin-bottom: 1rem;
	}

	.sub02ul li .img {
		min-width: 29rem;
	}

	.sub_page9_content {
		flex-wrap: wrap;
		justify-content: center;
	}

	.sub09_info {
		width: 100%;
		flex: auto;
		padding-left: 0;
	}

	.sub09_summary {
		margin-top: 1.5rem;
	}

	.sub_10 ul {
		margin: 0 -1.4rem;
	}

	.sub_10 li {
		margin-bottom: 3rem;
	}

	.sub_10 li a.item {
		margin: 0 1.4rem;
	}

	.sub_015a li .item::before {
		bottom: -1px;
	}

	.sub_015a li .item::after {
		bottom: 2px;
	}

	.sub18 {
		margin: 0 -1.5rem;
	}

	.sub18 li,
	.sub19 li {
		margin-bottom: 3rem;
	}

	.sub18 li a {

		margin: 0 1.5rem;
		padding: 2rem;
	}

	.teambox {
		padding: 3rem 4rem 4.5rem;
	}

	.sub20 a {
		flex-wrap: wrap;
	}

	.sub20 a .left {
		width: 100%;
	}

	.sub18box .top {
		margin: 3rem 0;
	}
}

@media screen and (max-width:413px) {
	.sub_012 .left {
		width: 16rem;
	}


}

.list_ul {
	margin: 0 -15px;
	font-size: 0;
}

.list_ul li {
	margin-bottom: 58px;
	display: inline-block;
}

.list_ul li a .info {
	padding: 5px;
	box-sizing: border-box;
}

.list_ul li:hover {
	transform: translateY(-25px);
}

.list_ul li:hover a {
	box-shadow: 4px 5px 17px rgba(0, 0, 0, .3);
}

.list_ul li a {
	position: relative;
	display: block;
	margin: 0 15px;
}

.list_ul li a .img {
	background: #e9f6d8;
	padding-bottom: 126.7%;
	height: 0;
	overflow: hidden;
}

.list_ul li a .label {
	width: 67px;
	height: 20px;
	background: #9f0431;
	position: absolute;
	right: 0;
	top: 13px;
	color: #fff;
	text-align: center;
	z-index: 1;
}