/* 修改了两处，logo大小、首页导航条背景色 */
* {
	color: #20242B;
}

a {
	color: #20242B;
}

a:hover {
	color: #057734;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.swiper-container .swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
	opacity: 1;
	background-color: #D9D9D9;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #057734;
}

/*头部*/
#header {
	position: relative;
}

#header .wrap {
	display: flex;
	align-items: center;
}

#header .wrap .logo img {
	display: block;
	height: 40px;
}

@media (max-width: 992px) {
	#header .wrap .logo img {
		height: 22px;
	}
}

#header .wrap .menu {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header .wrap .menu .item {
	flex: 0 0 136px;
	padding: 25px 0;
	position: relative;
}

@media (max-width: 992px) {
	#header .wrap .menu .item {
		display: none;
	}
}

#header .wrap .menu .item .link {
	display: block;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
}

#header .wrap .menu .item .sub {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 2px solid #057734;
}

#header .wrap .menu .item:hover .sub {
	display: block;
  font-weight: bold;
}

#header .wrap .menu .item .sub .link {
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}

#header .wrap .menu .item.search img {
	width: 25px;
	height: 25px;
}

#header .wrap .menu .item.toggle img {
	width: 25px;
	height: 25px;
}

@media (min-width: 992px) {
	#header .wrap .menu .item.toggle {
		display: none;
	}
}

@media (max-width: 992px) {
	#header .wrap .menu .item {
		flex: 0 0 45px;
	}

	#header .wrap .menu .item.search {
		display: block;
		padding: 10px 0;
	}

	#header .wrap .menu .item.toggle {
		display: block;
		padding: 10px 0;
	}

	#header .wrap .menu .item .link {
		text-align: right;
	}
}

#header .mbmenu {
	position: absolute;
	z-index: 10000;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}

#header .mbmenu .item {
	background-color: #057734;
}

#header .mbmenu .item .header {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#header .mbmenu .item .header .link {
	color: #fff;
	flex: 1;
}

#header .mbmenu .item .header .toggle {
	display: inline-block;
	width: 12px;
	height: 8px;
	background-image: url(../image/menu-sub-toggle-bai.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#header .mbmenu .item .sub {
	background-color: #07682F;
	display: none;
}

#header .mbmenu .item .sub .link {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*首页头部*/
#index-header {
	position: relative;
	/*修改为纯色*/
	/* background-color: rgba(0,0,0,0.2);原有透明样式*/
}

#index-header .wrap {
	display: flex;
	align-items: center;
}

#index-header .logo img {
	display: block;
	/* height: 30px; */
	height: 75px;
}

#index-header .wrap .logo img {
	display: block;
	/* height: 30px; */
	height: 44px;
}

.gap-10 {
	gap: 10px;
}

@media (max-width: 992px) {
	#index-header .wrap .logo img {
		height: 22px;
	}
}

#index-header>.container {
	padding: 0;
}

#index-header .wrap .menu {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#index-header .wrap .menu .item {
	flex: 0 0 90px;
	padding: 15px 0;
	position: relative;
}

@media (max-width: 992px) {
	#index-header .wrap .menu .item {
		display: none;
	}
}

#index-header .wrap .menu .item .link {
	display: block;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	transition: all .3s ease-in-out;
}

#index-header .wrap .menu .item .link:hover {
	/* color: rgba(255,255,255,0.4); */
	/* color: #07612d; */

}

#index-header .wrap .menu .item .sub {

	position: absolute;
	z-index: 10000;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	border-top: 2px solid #057734;
	overflow: hidden;
}

#index-header .wrap .menu .item:hover .sub {
	display: none;
}

#index-header .wrap .menu .item .sub .link {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#index-header .wrap .menu .item.search img {
	width: 25px;
	height: 25px;
}

#index-header .wrap .menu .item.toggle img {
	width: 25px;
	height: 25px;
}

@media (min-width: 992px) {
	#index-header .wrap .menu .item.toggle {
		display: none;
	}
}

@media (max-width: 992px) {
	#index-header .wrap .menu .item {
		flex: 0 0 45px;
	}

	#index-header .wrap .menu .item.search {
		display: block;
		padding: 10px 0;
	}

	#index-header .wrap .menu .item.toggle {
		display: block;
		padding: 10px 0;
	}

	#index-header .wrap .menu .item .link {
		text-align: right;
	}
}

#index-header .mbmenu {
	position: absolute;
	z-index: 10000;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
}

#index-header .mbmenu .item {
	background-color: #057734;
}

#index-header .mbmenu .item .header {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#index-header .mbmenu .item .header .link {
	color: #fff;
	flex: 1;
}

#index-header .mbmenu .item .header .toggle {
	display: inline-block;
	width: 12px;
	height: 8px;
	background-image: url(../image/menu-sub-toggle-bai.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#index-header .mbmenu .item .sub {
	background-color: #07682F;
	display: none;
}

#index-header .mbmenu .item .sub .link {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*搜索*/
#search {
	padding: 80px 0 50px;
}

@media (max-width: 992px) {
	#search {
		padding: 30px 0 10px;
	}
}

#search .form {
	width: 500px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 992px) {
	#search .form {
		width: 90%;
	}
}

#search .form input {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	padding: 0 20px;
	outline: none;
	border: none;
	background-color: #F6F6F6;
}

#search .form img {
	position: absolute;
	z-index: 1000;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

/*页面*/
#page-banner {
	height: 300px;
	overflow: hidden;
}

@media (max-width: 992px) {
	#page-banner {
		height: 150px;
	}
}

#page-banner img {
	height: 100%;
	display: block;
}

#page-sidebar {
	background-color: #F6F6F6;
	background-image: url(../image/sidebar-bottom-bg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

@media (max-width: 992px) {
	#page-sidebar {
		display: none;
	}
}

#page-sidebar .name {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 30px;
	background-image: url(../image/sidebar-name-bg.png);
}

#page-sidebar .item {
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 20px 15px 20px 30px;
	color: #666666;
	border-bottom: 1px solid #e6e6e6;
}

#page-sidebar .item a {
	flex: 1;
	font-weight: bold;
	color: #666666;
}

#page-sidebar .item.active a {
	color: #057734;
}

#page-sidebar .item.active .fa {
	color: #057734;
}

#page-nav {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #D9ECE0;
}

@media (max-width: 992px) {
	#page-nav {
		display: none;
	}
}

#page-nav .vline {
	width: 4px;
	height: 20px;
	background-color: rgba(4, 118, 50, 0.6);
}

#page-nav .name {
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #057734;
}

#page-nav .current {
	flex: 1;
	text-align: right;
	color: #999999;
}

#page-nav .current a {
	color: #047632;
}

#page-nav .current a:first-child {
	font-size: 16px;
	font-family: serif;
}

#page-mb-nav {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 992px) {
	#page-mb-nav {
		display: none;
	}
}

#page-mb-nav .back {
	width: 100px;
	height: 42px;
	background-image: url(../image/sidebar-name-bg-mb.png);
	background-size: 100% 100%;
}

#page-mb-nav .back a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../image/page-nav-angle-left.png);
	background-size: 42px auto;
	background-position: 10px center;
	background-repeat: no-repeat;
}

#page-mb-nav .name {
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	color: #057734;
	padding-left: 15px;
}

#page-mb-nav .toggle {
	padding-right: 15px;
}

#page-mb-nav .toggle img {
	display: block;
	width: 20px;
}

#page-mb-nav .sub {
	position: absolute;
	z-index: 1000;
	top: 100%;
	right: 0;
	left: 100px;
	background-color: #fff;
	display: none;
}

#page-mb-nav .sub .item {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border-top: 1px solid #e6e6e6;
}

#page-mb-nav .sub .item .link {
	flex: 1;
	font-size: 15px;
}

#page-post-list {
	margin-top: 60px;
	border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 992px) {
	#page-post-list {
		margin-top: 0;
		border-bottom: none;
	}
}

#page-post-list .item {
	display: flex;
	border: 1px solid transparent;
	border-top: 1px solid #e6e6e6;
	padding: 30px;
}

@media (max-width: 992px) {
	#page-post-list .item {
		padding: 20px 0;
		border-top: none;
		border-bottom: 1px solid #e6e6e6;
	}
}

@media (min-width: 992px) {
	#page-post-list .item:hover {
		border: 1px solid rgba(4, 118, 50, 0.6);
	}
}

#page-post-list .item .left {
	width: 280px;
	height: 200px;
	overflow: hidden;
	padding-right: 25px;
}

@media (max-width: 992px) {
	#page-post-list .item .left {
		width: 120px;
		padding-right: 10px;
	}
}

#page-post-list .item .left img {
	display: block;
	width: 100%;
	border-radius: 3px;
}

#page-post-list .item .body {
	flex: 1;
}

#page-post-list .item .body .title {
	font-size: 18px;
	font-weight: bold;
}

#page-post-list .item .body .title a {
	color: #047632;
}

#page-post-list .item .body .desc {
	margin: 16px 0 6px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 定义文本的行数 */
	-webkit-box-orient: vertical;
}

#page-post-list .item .body .date {
	color: #666666;
	padding-left: 20px;
	background-image: url(../image/icon-clock.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 0 center;
}

#page-post-list .item .right {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-left: 25px;
}

@media (max-width: 992px) {
	#page-post-list .item .right {
		display: none;
	}
}

#page-post-list .item .right a {
	padding: 10px 20px;
	color: #999999;
	background-color: #EEEEEE;
}

#page-post-list .item:hover .right a {
	color: #fff;
	background-color: #047632;
}

#page-post-list-pagination {
	padding: 70px 0 120px;
	text-align: center;
}

@media (max-width: 992px) {
	#page-post-list-pagination {
		padding: 30px 0;
	}
}

#page-post-list-pagination .item {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #E9EBF3;
	padding: 6px 14px;
	margin-top: 5px;
}

#page-post-detail-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}

#page-post-detail-oper {
	display: flex;
	align-items: center;
	margin: 30px 0 20px;
}

#page-post-detail-oper .info {
	flex: 1;
	text-align: center;
	color: #666;
}

#page-post-detail-content {
	font-size: 16px;
	padding: 30px 0;
	min-height: 300px;
	border-top: 1px solid #DFDFDF;
}

@media (max-width: 992px) {
	#page-post-detail-content {
		min-height: 100px;
	}
}

#page-post-detail-pagination {
	padding: 70px 0 120px;
}

@media (max-width: 992px) {
	#page-post-detail-pagination {
		padding: 30px 0;
	}
}

#page-post-detail-pagination a {
	display: block;
	color: #666666;
}

#page-post-detail-pagination a.next {
	margin-bottom: 10px;
}

#page-flow {
	margin-top: 60px;
	margin-bottom: 100px;
	background-image: url(../image/timevline.png);
	background-repeat: repeat-y;
	background-position: 10px 0;
}

@media (max-width: 992px) {
	#page-flow {
		margin: 30px 0;
	}
}

#page-flow .block {
	padding-bottom: 60px;
}

#page-flow .block .header {
	display: flex;
	align-items: center;
}

#page-flow .block .header .dot {
	width: 20px;
	height: 20px;
	background-image: url(../image/timevline-icon.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#page-flow .block .header .name {
	flex: 1;
}

#page-flow .block .header .name .kuang {
	font-size: 20px;
	font-weight: bold;
	color: #057734;
	padding: 10px 0;
	width: 150px;
	text-align: center;
	background-image: url(../image/kuang.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#page-flow .block .header .toggle {
	width: 70px;
	height: 30px;
	background-image: url(../image/page-flow-closed.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

#page-flow .block .header .toggle.opened {
	background-image: url(../image/page-flow-opened.png);
}

#page-flow .block .body {
	padding-left: 60px;
	margin-top: 20px;
}

#page-flow .block .body .wrap {
	padding: 20px 40px;
	background-color: #F0F8F4;
}

#page-flow .block .body .wrap .item {
	display: flex;
	border: 1px solid #047632;
	border-radius: 3px;
	background-color: #fff;
	padding: 10px 15px;
	margin: 20px 0;
}

#page-flow .block .body .wrap .item .title {
	font-size: 18px;
	font-weight: bold;
	color: #057734;
	width: 80px;
}

#page-flow .block .body .wrap .item .content {
	color: #666666;
	flex: 1;
}

#page-contact-us-gray {
	background-color: #F6F6F6;
}

@media (max-width: 992px) {
	#page-contact-us-gray {
		padding-top: 20px;
	}
}

#page-contact-us-bai {
	background-color: #fff;
	padding: 50px;
}

@media (max-width: 992px) {
	#page-contact-us-bai {
		padding: 20px;
	}
}

#page-contact-us-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#page-contact-us-list {
	display: flex;
	margin-top: 60px;
}

@media (max-width: 992px) {
	#page-contact-us-list {
		flex-wrap: wrap;
	}
}

#page-contact-us-list .item {
	flex: 1;
}

@media (max-width: 992px) {
	#page-contact-us-list .item {
		flex: 0 0 50%;
		margin-bottom: 25px;
	}
}

#page-contact-us-list .item .name {
	color: #666666;
	text-align: center;
}

#page-contact-us-list .item .icon {
	margin: 20px 0 5px;
}

@media (max-width: 992px) {
	#page-contact-us-list .item .icon {
		margin-top: 10px;
	}
}

#page-contact-us-list .item .icon img {
	display: block;
	width: 25px;
	margin: 0 auto;
}

#page-contact-us-list .item .info {
	text-align: center;
	color: #057734;
	word-break: break-all;
	word-wrap: break-word;
}

#page-contact-us-list .item .info.num {
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 992px) {
	#page-contact-us-list .item .info.num {
		font-size: 14px;
	}
}

#page-contact-us-map {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 40px;
	padding: 20px;
	height: 350px;
	background-image: url(../image/map.png);
	background-size: 100% auto;
}

@media (max-width: 992px) {
	#page-contact-us-map {
		align-items: flex-end;
		justify-content: center;
		height: 400px;
		background-image: url(../image/map-mb.png);
	}
}

#page-contact-us-map .service-tel {
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.8);
}

#page-contact-us-map .service-tel .name {
	text-align: center;
	padding: 30px 0 15px;
	color: #047632;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#page-contact-us-map .service-tel .tel {
	padding: 10px 15px;
}

#page-contact-us-map .service-tel .tel .item {
	padding: 10px 0;
	color: #666666;
}

#page-contact-us-map .service-tel .tel .item .num {
	font-weight: bold;
	font-size: 16px;
	color: #057734;
}

#page-contact-us-comment-list {
	margin-top: 60px;
}

#page-contact-us-comment-list .item {
	margin-bottom: 50px;
}

#page-contact-us-comment-list .item .header {
	display: flex;
	align-items: center;
}

#page-contact-us-comment-list .item .header .avatar {
	display: block;
	width: 36px;
	height: 36px;
}

#page-contact-us-comment-list .item .header .nickname {
	color: #666666;
	padding-left: 10px;
}

#page-contact-us-comment-list .item .date {
	color: #CCCCCC;
	font-size: 12px;
	margin: 10px 0;
}

#page-contact-us-comment-list .item .content {
	color: #333333;
	font-size: 16px;
}

#page-contact-us-comment-form {
	padding: 60px;
	background-image: url(../image/contact-us-form-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#page-contact-us-comment-form .name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

#page-contact-us-comment-form .input-label {
	color: #999999;
}

#page-contact-us-comment-form .input {
	display: block;
	width: 100%;
	outline: none;
	padding: 10px;
	border: 1px solid #F6F6F6;
	background-color: #F6F6F6;
}

#page-contact-us-comment-form .submit-btn {
	display: block;
	width: 140px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	margin: 40px auto 200px;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: #047632;
}

/*首页*/
#index-banner {
	position: relative;
}

#index-banner .swiper-pagination {
	width: 100%;
	bottom: 50px;
}

@media (max-width: 992px) {
	#index-banner .swiper-pagination {
		bottom: 10px;
	}
}

#index-main1 {
	padding: 90px 0;
	background-image: url(../image/index-main1-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

@media (max-width: 992px) {
	#index-main1 {
		padding: 15px 0;
	}
}

#index-main1 .banner {
	position: relative;
}

#index-main1 .banner .swiper-pagination {
	width: auto;
	right: 20px;
	bottom: 20px;
}

#index-main1 .banner .swiper-slide {
	height: 420px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#index-main1 .banner .swiper-slide .item h5 {
	position: absolute;
	z-index: 10000;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	word-break: break-all;
	word-wrap: break-word;
}

#index-main1 .list .toggle {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid #057734;
}

@media (max-width: 992px) {
	#index-main1 .list .toggle {
		padding-right: 32px;
	}
}

#index-main1 .list .toggle .name {
	white-space: nowrap;
	overflow-x: auto;
}

#index-main1 .list .toggle .name .item {
	font-size: 20px;
	font-weight: bold;
	margin-right: 30px;
	cursor: pointer;
}

#index-main1 .list .toggle .name .item.active {
	color: #057734;
	font-size: 24px;
}

#index-main1 .list .toggle .more {
	position: absolute;
	top: 5px;
	right: 0;
	color: #999999;
	height: 28px;
	line-height: 28px;
	padding-left: 20px;
	background-color: rgba(255, 255, 255, 0.6);
}

#index-main1 .list .post .item {
	display: flex;
	margin-top: 23px;
}

#index-main1 .list .post .item .left .inner {
	text-align: center;
	background-color: #EEEEEE;
	padding: 0 5px;
}

#index-main1 .list .post .item .left .day {
	flex: 1;
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
	border-bottom: 1px solid #d6d6d6;
}

#index-main1 .list .post .item .left .ymonth {
	color: #999999;
	white-space: nowrap;
	padding: 2px 0;
}

#index-main1 .list .post .item .right {
	padding-left: 15px;
}

#index-main1 .list .post .item .right .title {
	font-size: 18px;
	font-weight: bold;
}

#index-main1 .list .post .item .right .desc {
	margin-top: 10px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#index-main2 {
	padding: 120px 0;
}

@media (max-width: 992px) {
	#index-main2 {
		padding: 15px 0;
	}
}

#index-main2 .header {
	display: flex;
	align-items: center;
}

#index-main2 .header .name {
	font-size: 20px;
	font-weight: bold;
	color: #057734;
	padding: 10px 0;
	width: 150px;
	text-align: center;
	background-image: url(../image/kuang.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#index-main2 .header .more {
	flex: 1;
	text-align: right;
	color: #999999;
}

#index-main2 .body .post {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

#index-main2 .body .post .circle {
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #057734;
	border-radius: 3px;
}

#index-main2 .body .post .title {
	flex: 1;
	line-height: 22px;
	padding: 0 5px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#index-main2 .body .post .date {
	color: #999999;
}

#index-main3 {
	padding: 66px 0;
	background-image: url(../image/index-main3-bg.png);
	background-size: auto 100%;
}

@media (max-width: 992px) {
	#index-main3 {
		padding: 15px 0;
	}
}

#index-main3 .box {
	padding: 30px;
	background-color: #EFF9F3;
	border-radius: 8px;
}

@media (max-width: 992px) {
	#index-main3 .box {
		margin-bottom: 20px;
	}
}

#index-main3 .box .header {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

#index-main3 .box .header .name {
	font-size: 20px;
	font-weight: bold;
	color: #057734;
}

#index-main3 .box .header .more {
	flex: 1;
	text-align: right;
	color: #999999;
}

#index-main3 .box .body {
	position: relative;
}

#index-main3 .box .body .swiper-pagination {
	width: 100%;
	bottom: 5px;
}

#index-main3 .box .body .swiper-slide {
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#index-main3 .box .body .swiper-slide .item h5 {
	position: absolute;
	z-index: 10000;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 20px 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	word-break: break-all;
	word-wrap: break-word;
}

#index-main4 {}



#index-main4 .header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-image: url(../image/mask.png);
	background-size: cover;
	padding-top: 26px;

}

#index-main4 .header .name {
	font-size: 18px;
	font-weight: bold;
	color: #07612D;
	line-height: 30px;
}

#index-main4 .body .item .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#index-main4 .body .item .title a {
	white-space: nowrap;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	flex: 1;

	line-height: 38px;
	height: 38px;
	box-sizing: border-box;
}

#index-main4 .body .item .title a:before {
	content: '';
	display: inline-block;
	margin-right: 7px;
	width: 3px;
	height: 3px;
	background: #D9D9D9;
	border-radius: 0px 0px 0px 0px;
}

#index-main4 .body .item .desc {
	color: #666666;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#index-main4 .body .item .date {
	color: #999;
	font-size: 12px;
	white-space: nowrap;
}

#index-main4 .header .more {}

#index-main4 .box {
	display: flex;
}

#index-main4 .box .left {
	flex: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 320px;
}

#index-main4 .box .left .header {
	border-bottom: 1px solid #333;
}

#index-main4 .box .right .header {
	background-image: none;
	border-bottom: 1px solid #333;
}

#index-main4 .box .left>div {
	width: calc((100% /2) - 20px);
}

#index-main4 .box .left .row {
	margin-top: 8px;
}

#index-main4 .box .right {
	padding-left: 20px;
	flex: 1;
}

#index-main4 .row {}

#index-main4 .more a {
	color: #999999;
}

#index-main5 {
	padding: 60px 0;
	background-image: url(../image/index-main5-bg.png);
	background-size: 100% auto;
}

@media (max-width: 992px) {
	#index-main5 {
		padding: 15px 0;
		background-image: url(../image/index-main5-bg-mb.png);
	}
}

#index-main5 .header {
	display: flex;
	align-items: center;
	justify-content: center;
}

#index-main5 .header .name {
	font-size: 20px;
	font-weight: bold;
	color: #057734;
	padding: 10px 0;
	width: 150px;
	text-align: center;
	background-image: url(../image/kuang.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#index-main5 .body {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 992px) {
	#index-main5 .body {
		flex-wrap: wrap;
	}
}

#index-main5 .body .content {
	flex: 1;
}

@media (max-width: 992px) {
	#index-main5 .body .content {
		flex: 0 0 33%;
	}
}

#index-main5 .body .content .icon {
	display: block;
	width: 100px;
	margin: 50px auto 25px;
	transition: all 500ms;
}

@media (max-width: 992px) {
	#index-main5 .body .content .icon {
		width: 80px;
	}
}

#index-main5 .body .content .icon:hover {
	transform: scale(1.2);
}

#index-main5 .body .content .name {
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}

#index-main6 {
	padding: 75px 0;
	background-image: url(../image/index-main6-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

@media (max-width: 992px) {
	#index-main6 {
		padding: 15px 0;
	}

	#index-main6 .intro {
		margin-bottom: 20px;
	}
}

#index-main6 .intro .title {
	font-size: 20px;
	font-weight: bold;
	color: #057734;
}

#index-main6 .intro .desc {
	color: #057734;
	margin-top: 12px;
	line-height: 28px;
}

#index-main6 .blink {
	display: flex;
}

#index-main6 .blink .item {
	flex: 1;
	display: flex;
	background-color: #C0E5CE;
	border-radius: 5px;
	padding: 10px;
}

#index-main6 .blink .item .icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	transition: all 500ms;
}

#index-main6 .blink .item .icon:hover {
	transform: translateY(-5px);
}

#index-main6 .blink .item .icon img {
	display: block;
	width: 50px;
	margin: 0 auto;
}

#index-main6 .blink .item .name {
	width: 18px;
	font-weight: bold;
	color: #057734;
}

#index-main6 .blink .wspace {
	width: 20px;
}

/*页脚*/
#footer {
	background-color: #07612d;
	/* background-image: url(../image/footer-bg.png); */
	background-size: 100% auto;
}

#footer .row {
	justify-content: center;
}

@media (max-width: 992px) {
	#footer {
		padding: 30px 0;
	}
}

#footer .header {
	padding: 30px 0;
}

#footer .header img {
	display: block;
	width: 250px;
	margin: 0 auto;
}

#footer .body {}

@media (max-width: 992px) {
	#footer .body .col-md-1 {
		display: none;
	}

	#footer .body .menu-group {
		margin-bottom: 30px;
	}
}

#footer .body .name {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}

#footer .body .link {
	margin-top: 5px;
}

#footer .body .link a {
	color: #fff;
}

#footer .body .qrcode {
	margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 60px;
}

#footer .body .qrcode .item {
	color: #fff;
}

#footer .body .qrcode .item .guanzhu {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}

#footer .body .qrcode .item .info {
	margin: auto;
	padding-left: 30px;
}

#footer .body .qrcode .item .title {
	margin-top: 6px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
}

#footer .body .qrcode .item img {
	display: block;
	width: 91px;
	height: auto;
}

#footer .body .qrcode .item span {
	display: inline-block;
	color: #fff;
	margin-top: 5px;
}

#footer .friendlink {
	text-align: center;
	margin-top: 36px;
}

#footer .container {
	padding-bottom: 47px;
}

#footer .friendlink .name {
	font-size: 14px;
	color: #fff;
}

#footer .friendlink .select {
	width: 300px;
	color: #828282;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px;
}

#footer .friendlink .select.middle {
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 992px) {
	#footer .friendlink .name {
		display: block;
		margin-bottom: 15px;
	}

	#footer .friendlink .select {
		margin-bottom: 10px;
	}

	#footer .friendlink .select.middle {
		margin-left: 0;
		margin-right: 0;
	}
}





#copyright {
	padding: 20px 0;
	/* background-image: url(../image/copyright-bg.png); */
	background-size: 100% auto;
	background-color: #065729;
}

#copyright .info {
	text-align: center;
	color: #fff;
}

#copyright .concat-us {
	display: flex;
	justify-content: center;
	gap: 10px;
	color: #fff;
}

#copyright .concat-us span {
	color: #fff;
}

#copyright img {
	display: block;
	width: 80px;
	margin: 0 auto;
}

#page-post-detail-content p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.75;
	text-indent: 2em;
}

#page-post-detail-content {
	font-size: 16px;
	line-height: 1.75;
}

#page-post-detail-content a img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#page-post-detail-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bg-fff {
	background-color: #fff;
}

.top-news {
	background-color: #fff;
	border-radius: 6px;
	padding: 40px 14px;
}

.mt-32 {
	margin-top: 32px;
}

.notice {
	display: flex;
}

.flex {
	display: flex;
}

.notice .left {
	padding: 3px 26px 3px 3px;
	background: #07612D;
	border-radius: 2px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.notice .left .title-box {
	display: flex;
	align-items: center;
}

.notice .left .title {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	white-space: nowrap;

}

.notice .left .title-box img {
	width: 17px;
	height: 17px;
}

.notice .left .stitle {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 1;
}

.notice .right {
	background-color: #FCFDFF;
	flex: 1;
	height: 54px;
	overflow: hidden;
}

.notice .right .notice-box {
	font-size: 15px;
	transition: all .3s ease;
}

.notice .right a {
	line-height: 54px;
	height: 54px;
	cursor: pointer;
	font-size: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}

#index-header .top {
	display: flex;
	justify-content: space-between;
	padding-top: 46px;
}

.video {
	position: relative;
	cursor: pointer;
	margin-top: 8px;
}

.video .cover {
	width: 100%;
	height: auto;
}

.video a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customer-serve {
	display: grid;
	margin-top: 8px;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 8px;
}

.customer-serve .content a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: #FCFDFF;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #F2F3F4;
	color: #666;
	font-size: 12px;
}

.customer-serve .content a img {
	margin-bottom: 4px;
}

.customer-img {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

/* 取消 select 默认箭头（兼容所有主流浏览器） */
select {
	/* 1. 清除 WebKit 内核浏览器（Chrome、Safari、Edge）的默认箭头 */
	-webkit-appearance: none;
	/* 2. 清除 Firefox 的默认箭头 */
	-moz-appearance: none;
	appearance: none;
	/* 3. 清除 IE10+ 的默认箭头（可选，IE 浏览器使用率较低，按需添加） */
	background: none;
	/* 可选：若需要自定义背景（如添加自己的箭头图标），可保留 background 并设置 */
	/* background: url("自定义箭头.png") no-repeat right center; */
	/* 可选：避免自定义箭头被文字遮挡，给右侧留间距 */
	/* padding-right: 24px; */
}

/* 单独处理 Firefox 的特殊情况（部分版本需要） */
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
	/* 解决 Firefox 聚焦时文字透明的问题 */
}

/* IE9 及以下（可选，几乎不用考虑） */
@media screen and (min-width: 0\0) {
	select {
		background: none\9;
		padding-right: 15px\9;
	}
}

#index-header .wrap .logo {
	display: none;
}

#index-header .wrap .menu .item:hover {
	background-color: #42BE75;
}

#index-header .wrap .menu .item.active {
	background-color: #42BE75;
}


hr {
	display: none
}

#index-main1 .list .toggle .name .item {
	font-size: 18px
}

#index-main1 .list .toggle .name .item.active {
	font-size: 18px
}

/* 领导人讲话区域样式 */
#leader-speech {

	background-color: #f0f8ff;
	padding: 20px 0;
	border-bottom: 2px solid #0066cc;
}

.speech-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.speech-title {
	color: rgb(176, 26, 7);
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 26px;
	text-align: center;
}

.speech-content {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	max-width: 900px;
	margin: 10px auto;
}

.speech-source {
	color: #666;
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
}

.speech-img {
	width: 100%;
	height: auto;
	border - radius: 5px;
	margin - bottom: 15px;
	object - fit: cover;
}



#header .top {
	display: none;
}

#index-header .wrap .menu {
	margin-top: 112px;

}

#index-header .wrap .menu .item {
	padding: 4px 33px;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 24px;
	font-weight: 700;
	font-size: 20px;
}


.row {
	margin-right: 0;
	margin-left: 0;
}

.codes>a {
	display: flex;
	position: relative;
}

.codes>a img {
	width: 36px;
	height: 36px;
}
.codes{
	gap:24px;
}

.codes>a:hover .code-box {
	display: block;
	z-index: 9;
}

.codes>a:focus .code-box {
	display: block;
}

.codes>a .code-box {
	display: none;
	font-size: 0;
	border-radius: 12px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background-color: #fff;
	padding: 20px;
	z-index: 9;
	box-shadow: 2px 2px 5px #bbb;
}

.codes>a .code-box img {
	width: 200px;
	height: auto;
}

#activity {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	z-index: 100;
}

#activity .close {
	position: absolute;
	right: 7px;
	top: 10px;
	display: flex;
	opacity: 1;
}

#activity img {
	width: 200px;
	height: auto;
}

#activity .close img {
	width: 32px;
}


.common-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-image: url(../image/mask.png);
	background-size: cover;
	padding-top: 26px;
    border-bottom: 1px solid #333;
}

.common-header .name {
	font-size: 18px;
	font-weight: bold;
	color: #07612D;
	line-height: 30px;
}

@media (max-width: 992px) {
	#activity img {
		width: 100px;
	}

	#activity .close img {
		width: 16px;
	}

	#index-main4 {
		padding: 15px 0;
	}

	#index-header .top {
		padding: 56px 5px 10px 5px;
      flex-direction: column;
	}
  #index-header .top .logo{
	margin-bottom:10px;
}

	#index-header .wrap .menu {
		margin-top: 0;
	}

	#index-main4 .box {
		flex-direction: column;
	}

	#footer .body .qrcode {
		flex-direction: column;
	}

	.codes>a .code-box {
		right: 0;
		left: inherit;
		transform: translateX(0);
	}

	.notice {
		flex-direction: column;
	}

	.notice .right {
		flex: inherit;
	}

	#index-header>.container {
		padding: 0;
		margin-top: 0;
	}

	#index-header .wrap {
		position: fixed;
		background: #fff;
		width: 100vw;
		top: 0;
		color: #333;
		z-index: 999;
		justify-content: space-between;
	}

	#index-header .wrap .logo {
		display: block;
		margin-left: 14px;
	}

	#index-header .logo img {
		height: 40px;
	}

	#index-header .wrap .menu {
		gap: 0;
		justify-content: flex-end;
		display: none;
	}

	#index-header .wrap .mmenu {
		display: block;
		flex: inherit;
	}

	#index-header .wrap .menu .item:hover {
		background-color: transparent;
	}

	#index-header .wrap .menu {
		margin-right: 14px;
	}

	#activity {
		display: none;
	}

	#index-main4 .box .left {
		flex-direction: column;
	}

	#index-main4 .box .left>div {
		width: 100%;
	}

	#index-main4 .box .right {
		padding-left: 0;
	}

	#footer {
		padding: 0;
	}

	#footer .body .qrcode {
		align-items: inherit;
		gap: 20px;
	}

	#footer .body .qrcode .item:last-child .info {
		padding-left: 0;
	}

	#copyright .concat-us {
		flex-direction: column;
		align-items: center;
		padding: 10px;
	}
  .codes>a img{
	width:30px;height:30px;
  }
  .codes{
gap:10px;
    justify-content: flex-end;
}
}