.indexSwiper .swiper-slide a img {
	width: 100%;
	height: 550px;
	display: block;
}


.indexSwiper .swiper-pagination {
	bottom: 65px;
}

.indexSwiper .swiper-pagination-bullet,
.noticeSwiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	opacity: 0.5;
}

.indexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.noticeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
}



.adv-box {
	margin-top: -40px;
	margin-bottom: 64px;
}


.adv-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px #0000001A;
	padding: 22px 12px 22px 24px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	border-radius: 20px;
}

.adv-item img {
	width: 56px;
	height: 56px;
	margin-right: 15px;
}

.adv-item-title {
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2px;
}

.adv-item-desc {
	color: #999999;
	font-size: 14px;
}

.gutter-20 {
	margin: 0 -10px;
}

.gutter-20>div {
	padding: 0 10px;
}


.notice-slide {
	display: block;
	position: relative;
}

.notice-slide-img {
	display: block;
	width: 100%;
	height: 390px;
}

.notice-slide-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #00000080;
	padding: 20px 15px;
}

.notice-slide-title {
	line-height: 20px;
	width: 70%;
}

.notice-slide-title a {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}

.noticeSwiper .swiper-pagination {
	bottom: 20px;
	text-align: right;
	padding-right: 16px;
}

.notice-panel {
	margin-left: 50px;
}

.notice-tabs .nav-item {
	width: 32%;
	position: relative;
}

.notice-tabs {
	border-bottom: 2px solid #379070;
	margin-bottom: 10px;
}

.notice-tabs .nav-item .nav-link {
	color: #666666;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	position: relative;
	padding-left: 28px;
}

.notice-tabs .nav-item .nav-link::before {
	position: absolute;
	content: '';
	left: 9px;
	top: -2px;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	border: 1px solid #E7E7E7;
	border-radius: 15px 15px 0 0;
	transform: perspective(10px) rotateX(3deg);
	z-index: -1;
}

.notice-tabs .nav-item .nav-link.active {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}

.notice-tabs .nav-item .nav-link.active::before {
	background: #379070;
	border-color: #379070;
}

.notice-item {
	display: flex;
	align-items: center;
	line-height: 30px;
}

.notice-item-title {
	color: #333333;
	font-size: 14px;
	width: calc(100% - 90px);
	transition: transform .3s linear;
}

.notice-item-title a {
	display: block;
}

.notice-item-time {
	color: #999999;
	font-size: 14px;
	width: 90px;
	text-align: right;
}

.notice-item:hover .notice-item-title {
	transform: translateX(10px);
}

.notice-item:hover .notice-item-title a {
	color: #379070;
}

.notice-foot {
	text-align: right;
	padding-top: 20px;
}

.notice-foot a {
	width: 120px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	color: #379070;
	font-size: 14px;
	border: 1px solid #379070;
	border-radius: 50px;
	background: #3790701A;
}

.notice-foot a:hover {
	color: #fff;
	background-color: #379070;
}

.notice-list {
	max-height: 270px;
}


.section {
	padding: 80px 0;
}

.section-head {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.section-title {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 0 48px;
}


.title-l {
	background-image: url('../images/tl.png');
	background-repeat: no-repeat;
	height: 22px;
	background-size: 100% auto;
	background-position: left center;
}

.title-r {
	background-image: url('../images/tr.png');
	background-repeat: no-repeat;
	height: 22px;
	background-size: 100% auto;
	background-position: right center;
}

.service-list {
	display: flex;
}

.service-item {
	width: 25%;
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}


.service-item-title {
	color: #222222;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}

.service-circle {
	width: 140px;
	height: 140px;
	border: 15px solid #3790701A;
	padding: 10px;
	border-radius: 50%;
}

.service-icon {
	/* border: 1px solid rgba(55, 144, 112, .5); */
	background: rgba(55, 144, 112, .5);
	border-radius: 50%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.service-item.on .service-item-title,
.service-item:hover .service-item-title {
	color: #379070;
	font-weight: 700;
}

.service-item.on .service-circle,
.service-item:hover .service-circle {
	border-color: #3790701A;
}

.service-item.on .service-icon,
.service-item:hover .service-icon {
	border-color: #379070;
	background: #379070;
}

.service-item.on .service-icon svg path,
.service-item:hover .service-icon svg path {
	fill: #FFFFFF;
}



.service-title {
	display: flex;
	align-items: center;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 28px;
	position: relative;
}

.service-title img {
	margin-right: 8px;
}

.service-desc {
	color: #222222;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 37px;
	min-height: 140px;
}

a.service-link {
	background: #379070;
	box-shadow: 0px 4px 4px 0px #0AA22940;
	width: 140px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	transition: all .3s linear;
}

.service-link:hover {
	transform: translateY(-3px);
}

.service-content {
	margin-top: 60px;
}

.service-left {
	width: 52%;
	padding-top: 28px;
}

.service-title span {
	position: relative;
}

.service-title span::after {
	content: attr(title);
	color: #DCDEE0;
	font-size: 48px;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 10px;
	white-space: nowrap;
	text-transform: capitalize;
	z-index: -1;
	font-family: Arial;
}

.service-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-right {
	width: 44%;
	text-align: right;
}

.service-right img {
	max-width: 100%;
}

.service-content-item {
	display: none;
	padding-bottom: 20px;
}

.service-content-item.active {
	display: block;
}

.bg-gray {
	background: #F5F5F5;
}

.business-imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin: 0 -5px; */
}

/* .business-imgs>div {
	padding: 0 5px;
} */

.business-imgs img {
	width: 100%;
	height: 194px;
}

.business-img1,
.business-img3 {
	width: calc(29% - 8px);
	position: relative;
}

.business-img2 {
	width: calc(42% - 4px);
	position: relative;
}


.business-name {
	background-color: rgba(0, 0, 0, .5);
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 28px;
	padding: 3px 15px;
	z-index: 1;
}

.zs-panel {
	margin-bottom: 10px;
}

.zs-panel .panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 17px;
}

.zs-panel .panel-head .more {
	color: #379070;
	font-size: 14px;
}

.zs-panel .panel-title {
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	line-height: 1;
}

.zs-panel .panel-title img {
	margin-right: 8px;
}

.zs-list li {
	display: flex;
	line-height: 30px;
}

.zs-list li a {
	color: #333333;
	font-size: 14px;
	display: block;
}

.zs-list li .time {
	color: #999999;
	font-size: 14px;
	width: 85px;
	text-align: right;
}

.zs-list li:hover .flex_bd {
	transition: transform .3s linear;
}

.zs-list li:hover .flex_bd {
	transform: translateX(10px);
}

.zs-list li:hover a {
	color: #379070;
}


.zs-chart {
	height: 180px;
}

.zs-chart img {
	width: 100%;
	height: 100%;
}

.friendship-links {
	text-align: center;
}


.friendship-links a {
	color: #222222;
	font-size: 16px;
	border: 1px solid #E7E7E7;
	display: inline-block;
	line-height: 34px;
	padding: 0 20px;
	margin: 0 8px 20px 8px;
}

.friendship-links a:hover {
	color: #FFFFFF;
	background-color: #379070;
	border-color: #379070;
}

.member-item {
	height: 100px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px;
	display: block;
	text-align: center;
}

.member-item img {
	height: 90px;
	width: 100%;
}

.dqzs-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.dqzs-title .zx-name {
	margin: 0;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	background: linear-gradient(#900208, #261919);
	word-break: break-all;
	font-size: 16px;
	color: #fff;
	width: calc(100% - 120px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dqzs-title .update-time {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(#d8000a, #560000);
	margin: 0;
}

.zsxm ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -9px;
}


.zsxm ul li {
	border: 1px solid #ccc;
	line-height: 30px;
	background: #f2f2f2;
	font-size: 14px;
	display: block;
	text-align: center;
	width: calc(16.66% - 9px);
	margin-right: 9px;
	margin-bottom: 9px;
	cursor: pointer;
}

.zsxm ul li.on,
.zsxm ul li:hover {
	color: #FFFFFF;
	background-color: #379070;
	border-color: #379070;
}

.zs_item {
	display: none;
}

.zs_item.show {
	display: block;
}

.zs_item .number {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.zs_item .number .num_1 {
	width: 42%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	background: #00510c;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.zs_item .number .num_2 {
	background-color: #001531;
	width: 55%;
	padding: 4px 0 4px 10px;
}

.zs_item .number .num_1 p {
	margin-bottom: 0;
}

.zs_item .number .num_2 p {
	margin-bottom: 0;
	color: #FFFFFF;
	line-height: 14px;
	font-size: 12px;
	white-space: nowrap;
}

.zs_item .number .num_2 p em {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	display: inline-block;
	background: #FFFFFF;
	margin-right: 10px;
	vertical-align: middle;
}

.zs_item .bottom img {
	height: 190px;
	width: 100%;
}


/* ----------------------- */
.bg {
	background-color: #F5F5F5;
}


.banner {
	position: relative;
}

.banner img {
	width: 100%;
	min-height: 120px;
}

.banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.2;
}

.banner-content .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-content .banner-title {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.8;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.banner-content .banner-title:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 5px;
	background-color: #FFFFFF;
	left: 0;
	bottom: -1px;
}

.banner-content p {
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1;
}


.news-list li {
	padding: 16px 0;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-list li a {
	position: relative;
	padding-left: 14px;
	display: block;
}

.news-list li .title {
	color: #333333;
	font-size: 16px;
	max-width: 80%;
}

.news-list li a::before {
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	margin-top: -3px;
	content: '';
	background-color: #2A6D55;
	opacity: 0.3;
}

.news-list li .time {
	color: #929AA0;
	font-size: 16px;
}

.news-list li:hover .title a {
	color: #2A6D55;
	text-decoration: underline;
}

.news-list li:hover .time {
	color: #2A6D55;
}


.main-article {
	background: #FFFFFF;
	padding: 30px;
	border: 1px solid #E7E7E7;
	border-top: 0;
}

.article-head {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
}

.article-title {
	color: #333333;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	line-height: 42px;
	margin-bottom: 20px;
}

.article-info {
	color: #929AA0;
	font-size: 14px;
	text-align: center;
}

.article-info span {
	margin: 0 10px;
	display: inline-block;
}

.article-body {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0;
}

.article-body p {
	text-indent: 2em;
	margin-bottom: 0;
}


.article-preview {
	margin: 25px 0;
}

.preview-text {
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
	line-height: 24px;
}

.article-preview img {
	max-width: 100%;
}

.article-bottom {
	margin-top: 25px;
	line-height: 28px;
}

.article-prev,
.article-next {
	display: flex;
	align-items: center;
}

.article-prev .label,
.article-next .label {
	width: 65px;
}

.article-prev a,
.article-next a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article-prev a:hover,
.article-next a:hover {
	color: #2A6D55;
	text-decoration: underline;
}

.article-theme {
	border: 1px solid #E6E6E6;
	padding: 20px;
	display: flex;
	justify-content: center;
	line-height: 24px;
}

.article-theme-hd {
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	margin-right: 30px;
	white-space: nowrap;
}

.article-theme-bd a {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	padding-left: 16px;
	margin-right: 20px;
}

.article-theme-bd a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #2A6D55;
	opacity: .3;
}

.article-theme-bd a:hover {
	color: #2A6D55;
	font-weight: 700;
}

.main-tabs {
	justify-content: center;
	margin-bottom: 0;
}

.main-tabs .nav-item {
	width: 180px;
}

.main-tabs .nav-item .nav-link.active::before {
	background: #EAF1EE;
	border-color: #2A6D55;
}

.main-tabs .nav-item .nav-link.active {
	color: #2A6D55;
}

.main-tabs .nav-item .nav-link::before {
	background: #fff;
}










@media (max-width:1300px) {
	.service-title span::after {
		font-size: 32px;
	}

	.title-l,
	.title-r {
		height: 14px;
	}

	.banner-content .banner-title {
		font-size: 36px;
	}

	.banner-content p {
		font-size: 18px;
	}
}


@media (max-width:992px) {
	.notice-panel {
		margin-left: 20px;
	}

	.adv-item img {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}

	.adv-item-title {
		font-size: 18px;
	}

	.adv-item {
		padding: 22px 14px;
	}

	.notice-tabs .nav-item .nav-link {
		font-size: 16px;
		padding-right: 8px;
	}

	.notice-tabs .nav-item .nav-link.active {
		font-size: 16px;
	}

	.service-desc {
		font-size: 14px;
		line-height: 22px;
		min-height: 110px;
	}

	.service-item-title {
		font-size: 18px;
	}

	.service-icon svg {
		width: 40px;
		height: 40px;
	}

	.service-circle {
		width: 100px;
		height: 100px;
		border-width: 10px;
		padding: 5px;
	}

	.service-icon {
		height: 70px;
	}

	.zs-panel .panel-title {
		font-size: 16px;
	}

	.friendship-links a {
		font-size: 14px;
	}

	.section-title {
		font-size: 28px;
		padding: 0 24px;
	}


	.title-l,
	.title-r {
		height: 12px;
	}

	.zs-list2 {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.zs-list2 li {
		width: 50%;
		padding: 0 15px;
	}


	.article-title {
		font-size: 24px;
		line-height: 34px;
	}




	.news-list li a {
		font-size: 14px;
	}

	.news-list li .title {
		max-width: 70%;
	}

	.news-list li .time {
		font-size: 14px;
	}

	.main-tabs .nav-item {
		width: auto;

	}



}



@media (max-width:768px) {
	.indexSwiper .swiper-slide a img {
		height: 200px;
	}

	.adv-box {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.indexSwiper .swiper-pagination {
		bottom: 10px;
	}

	.adv-item {
		margin-bottom: 20px;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
	}

	.notice-slide-img {
		height: 225px;
	}

	.notice-panel {
		margin: 20px 0 0;
	}

	.notice-tabs .nav-item .nav-link {
		line-height: 28px;
	}


	.section {
		padding: 30px 0;
	}

	.section-title {
		font-size: 20px;
		padding: 0 15px;
	}

	.service-item-title {
		font-size: 14px;
	}

	.service-icon svg {
		width: 24px;
		height: 24px;
	}

	.service-circle {
		width: 60px;
		height: 60px;
		border-width: 5px;
	}

	.service-icon {
		height: 40px;
	}

	.section-head {
		margin-bottom: 30px;
	}

	.service-left {
		width: 100%;
	}

	.service-right {
		width: 100%;
		margin-top: 30px;
	}

	.service-title {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.service-title img {
		width: 24px;
		height: 24px;
	}

	.service-title span::after {
		font-size: 24px;
	}

	.service-desc {
		margin-bottom: 27px;
	}

	.business-img1,
	.business-img2,
	.business-img3 {
		width: 100%;
		margin-bottom: 10px;
	}

	.business-name {
		font-size: 14px;
	}

	.title-l,
	.title-r {
		height: 0;
	}

	.zs-panel {
		margin-bottom: 20px;
	}

	.indexSwiper .swiper-pagination-bullet,
	.noticeSwiper .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}

	.notice-slide-foot {
		padding: 10px;
	}

	.adv-item img {
		margin-right: 15px;
	}

	.noticeSwiper .swiper-pagination {
		bottom: 10px;
	}

	.service-item {
		width: 60px;
	}

	.service-list {
		justify-content: space-between;
	}

	.service-content {
		margin-top: 20px;
	}

	.friendship-links a {
		padding: 0 10px;
		margin: 0 3px 10px 3px;
	}

	.zs_item .number .num_1 {
		font-size: 20px;
		width: 38%;
	}

	.zs_item .number .num_2 {
		width: 59%;
	}

	.dqzs-title .zx-name {
		font-size: 14px;
		width: calc(100% - 100px);
	}

	.dqzs-title .update-time {
		font-size: 14px;
		width: 100px;
	}

	.zs-list2 li {
		width: 100%;
	}

	.article-title {
		font-size: 20px;
	}

	.main-article {
		border: 0;
		padding: 20px 0;
	}

	.article-theme-hd {
		font-size: 20px;
		margin-right: 20px;
	}

	.banner-content .banner-title {
		font-size: 24px;
	}

	.banner-content p {
		font-size: 12px;
	}

	.banner-content .banner-title:before {
		width: 40px;
		height: 3px;
	}

	.article-theme-bd a {
		font-size: 16px;
		margin-right: 10px;
	}

	.news-list li {
		padding: 12px 0;
	}

	.main-tabs {
		justify-content: flex-start;
	}

	.news-list li .title {
		max-width: 60%;
	}
}


/* new--------------------------------------------------------------------- */

.service-inner {
	padding: 50px 40px 50px 20px;
}

.service-inner .service-head {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.service-inner .service-title {
	color: #222222;
	font-size: 30px;
	margin-bottom: 0;
	padding: 0 20px;
}

.service-row-title {
	color: #000000;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1;
}

.service-block {
	position: relative;
	text-align: center;
}

.service-block img{
	max-width: 100%;
}

.service-block-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-block-item2 {
	margin-bottom: 153px;
}

.service-block-item3 {
	position: absolute;
	left: 50%;
	top: 38px;
	transform: translateX(-50%);
}


.service-plan {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.plan-item {
	border: 1px solid #E5E5E5;
	height: 204px;
	width: calc(25% - 15px);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
}

.plan-item h4 {
	font-size: 26px;
	margin: 30px 0 0;
}

.service-box {
	margin-bottom: 50px;
}

.service-links {
	text-align: center;
	margin-top: 50px;
}

.service-links a {
	color: #379070;
	font-size: 18px;
	border: 1px solid #379070;
	border-radius: 6px;
	display: inline-block;
	line-height: 38px;
	width: 124px;
}

.service-links a:hover {
	color: #fff;
	background-color: #379070;
}

.service-guan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}

.guan-item {
	width: calc(33.33% - 20px);
	text-align: center;
}

.guan-tt {
	color: #222222;
	font-size: 20px;
	line-height: 1;
	margin: 30px 0 20px;
}

.guan-desc {
	color: #999999;
	font-size: 14px;
	padding: 0 15%;
	text-align: left;
}


@media (max-width:1300px) {
	.guan-desc{
		padding: 0;
	}
	
	.guan-item img{
		width: 80px;
	}
	
	.service-inner .service-title{
		font-size: 24px;
	}
	
	.plan-item h4{
		font-size: 20px;
		margin-top: 20px;
	}
	
	.plan-item {
		height: 185px;
	}
	
	.plan-item img{
		width: 65px;
	}
	
	.service-inner{
		padding-right: 0;
		padding-left: 0;
	}
}




@media (max-width:992px) {
	.guan-item{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.plan-item{
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
}

@media (max-width:768px) {
	.service-inner .service-title{
		font-size: 20px;
	}
	
	.service-inner .service-head{
		margin-bottom: 20px;
	}
	
	.service-inner{
		padding: 30px 0;
	}
	
	.service-row-title{
		font-size: 18px;
	}
	
	
	.plan-item{
		height: 155px;
	}
	
	.plan-item img{
		width: 45px;
	}
	
	.plan-item h4{
		font-size: 16px;
	}
	
	.service-links{
		margin-top: 10px;
	}
}