.detail .navLink.active {
	color: #000;
	position: relative;
}

.detail .navLink.active::before {
	position: absolute;
	top: -40px;
	height: 4px;
	background: #16ae67;
	border-radius: 2px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	content: '';
}

.detail button {
	border: none;
	outline: none;
}

.detail .flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail video {
	object-fit: fill;
}

.detail .active_border::after {
	width: 50%;
}

.detail .active_border::after {
	top: 40px !important;
}

.detail .absolute {
	position: absolute;
}

.detail .swiper-container,
.detail .swiper-slide {
	overflow: hidden;
}

.detail .relative {
	position: relative;
}

.detail .button-next,
.detail .button-prev {
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0.1) 0%, rgba(51, 51, 51, 0.9) 50%, rgba(51, 51, 51, 0.1) 100%);
	top: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100px !important;
	margin: 0 !important;
	color: #d9d9d9 !important;
	font-size: 24px;
	height: 100% !important;
	z-index: 100;
	flex-direction: column;
	overflow: hidden;
	cursor: pointer;
}

.detail .button-next span,
.detail .button-prev span {
	margin-top: 4px;
}

.detail .button-next::after,
.detail .button-prev::after {
	content: '' !important;
}

.detail .button-next:hover,
.detail .button-prev:hover {
	background: rgba(0, 0, 0, 0.3);
}
.detail .button-prev {
	left: 0 !important;
	right: auto !important;
}
.detail .topBanner {
	background-color: rgba(51, 51, 51, 0.45);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.detail .topBanner:after {
	display: none;
}

.detail .topBanner .duty-nav {
	background-color: transparent !important;
}

.detail .topBanner .top {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
	/* background-color: transparent !important; */
}
.detail .topBanner .navText {
	font-size: 18px;
	color: #ffffff;
}

.detail .mobile-navList .top {
	background-color: #fff;
}

.detail.pre .topBanner {
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0));
}

.detail.pre .news-banner {
	margin-top: 0 !important;
}

.detail.pre .mobile-nav div {
	background-color: #fff !important;
}

.detail .default-txt {
	width: 100%;
	bottom: 0px;
	padding: 28px;
	font-size: 24px;
	font-weight: 400;
	box-sizing: border-box;
	color: #ededed;
	text-align: center;
	letter-spacing: 7px;
	line-height: 1.5;
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.8));
}

.detail .benefit-title {
	width: fit-content;
	/* margin: 120px auto 152px !important; */
	margin: 120px auto 92px !important;

	color: #333;
	line-height: 1;
	font-size: 38px;
}

.detail .benefit-title::after {
	bottom: -32px;
	background-color: #24a664;
	width: 50%;
	border-radius: 8px;
	height: 8px;
}

.detail .left {
	flex-direction: column;
	align-items: flex-start;
}

.detail .swiper-container1 {
	height: 100%;
}

.detail .swiper-container1 .default-txt {
	display: block !important;
	padding-bottom: 60px;
}

.detail .swiper-container1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail .swiper-wrapper,
.detail .swiper-slide {
	height: 100%;
	object-fit: cover;
}

.detail .swiper-wrapper a,
.detail .swiper-slide a,
.detail .swiper-wrapper img,
.detail .swiper-slide img {
	height: 100%;
	object-fit: cover;
}

.detail .swiper-container2 .info {
	right: 0;
	bottom: 0;
	font-size: 34px;
	color: #fff;
	padding: 0;
	width: 100%;
	padding: 0 80px 70px;
	text-align: left;
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.8));
	backdrop-filter: none;
	-webkit-backdrop-filter: none;

	box-sizing: border-box;
}

.detail .swiper-box1 {
	width: 68.26%;
	height: 36.48vw;
	flex-shrink: 0;
	position: relative;
	margin-left: 50px;
	overflow: hidden;
	border-radius: 40px;
}

.detail .swiper-container2 {
	height: 100%;
}

.detail .swiper-container2 .swiper-box1 {
	overflow: hidden;
}

.detail .benefit-detatil {
	font-size: 20px;
	font-weight: 300;
	color: #9d9d9d;
	text-indent: 2em;
	margin: 40px 0 0;
	line-height: 32px;
}

.detail .benefit-subtitle {
	font-weight: 600;
	font-size: 32px;
	margin-top: 0;
}

.detail .swiper-pagination {
	bottom: 35px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.detail .my-bullet {
	margin: 6px;
	width: 10px;
	height: 10px;
	background-color: #d7d7d7 !important;
}

.detail .my-bullet-active {
	width: 60px;
	border-radius: 5px;
	background: #24a664 !important;
	opacity: 1 !important;
}

.detail .box {
	display: flex;
	justify-content: space-between;
	padding: 0 20px 0 50px;
}

.detail .news-banner {
	height: 100vh;
}

.detail .type2 {
	margin-top: 120px;
	overflow: hidden;
}

.detail .type2 .swiper-container {
	height: 100vh;
}

.detail .type2 .swiper-pagination2 {
	left: 216px !important;
	bottom: 106px !important;
}

.detail .type2 .swiper-wrapper a,
.detail .type2 .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}

.detail .type2 .swiper-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.9);
}

.detail .type2 .swiper-wrapper .title {
	font-size: 38px;
	font-weight: 500;
	color: #ffffff;
	left: 168px;
	top: 96px;
	letter-spacing: 5px !important;
}

.detail .fold {
	overflow: hidden;
	width: 100%;
}

.detail .fold .item {
	flex: auto;
	width: 30%;
	height: 100vh;
	position: relative;
	color: #ececec;
	background: rgba(0, 0, 0, 0.4);
}

.detail .fold .item > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail .fold .item:nth-of-type(2) {
	border-left: #7b7b7b 2px solid;
	border-right: #7b7b7b 2px solid;
}

.detail .fold .item .name {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.detail .fold .item button {
	background: #16ae67;
	height: 20px;
	border-radius: 20px;
	margin-top: 38px;
	padding: 20px;
	color: #ececec;
	cursor: pointer;
	font-size: 18px;
}

.detail .fold .item button img {
	width: 18px;
	margin-left: 10px;
}

.detail .fold .item .empty {
	height: 120px;
}

.detail .fold .item .bottom {
	justify-content: flex-end;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	flex-direction: column;
	cursor: pointer;
	font-size: 38px;
}

.detail .fold .item:hover .bottom {
	background: rgba(0, 0, 0, 0.3);
}

.detail .unfold {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.detail .unfold .box {
	height: 100%;
}

.detail .unfold .info {
	z-index: 100;
}

.detail .news-bar {
	margin-top: 4px;
}

.detail .info {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	padding: 30px 45px;
	right: 150px;
	bottom: 114px;
	border-radius: 20px;
	color: #ececec;
	width: 40%;
	line-height: 1.5;
}

.detail .info .title {
	color: #ffffff;
	font-size: 38px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: justify;
	letter-spacing: 4px;
}

.detail .info .desc {
	font-size: 20px;
	text-align: left;
	text-indent: 2em;
	color: #d9d9d9;
	font-weight: 300;
}

.detail .type3 {
	margin: 120px 0 116px;
}

.detail .type3 .swiper-pagination {
	display: none;
}

.detail .type3 .title {
	font-weight: 600;
	color: #333333;
	font-size: 38px;
}

.detail .type3 .desc {
	color: #999999;
	margin: 40px 0 62px;
	font-size: 24px;
}

.detail .type3 .info {
	color: #ffffff;
	left: 0;
	bottom: 0;
	right: 0;
	background: none;
	font-size: 25px;
	width: auto;
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.9));
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	text-align: justify;
}

.detail .type3 .swiper-container {
	height: 28vw;
}

.detail .type3 .swiper-slide {
	height: 100%;
	transition: all 0.5s;
	border-radius: 40px;
	transform: scale(0.7);
}

.detail .type3 .swiper-slide::after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.8);
}

.detail .type3 .swiper-slide-active,
.detail .type3 .swiper-slide-duplicate-active {
	transform: scale(1);
}

.detail .type3 .swiper-slide-active::after,
.detail .type3 .swiper-slide-duplicate-active::after {
	background: none;
}

.detail .type3 .swiper-button-prev {
	left: 19% !important;
	background: none;
}

.detail .type3 .swiper-button-prev::after {
	content: 'prev' !important;
	color: #d4d4d4;
}

.detail .type3 .swiper-button-next {
	background: none;
	right: 20% !important;
}

.detail .type3 .swiper-button-next::after {
	content: 'next' !important;
	color: #d4d4d4;
}

.detail .news-bar .title {
	font-weight: 600;
	color: #333333;
	font-size: 38px;
}

.detail .nav-icons {
	margin: 60px auto 40px;
	justify-content: space-between;
	max-width: 1200px;
	position: relative;
	font-size: 26px;
}

.detail .nav-icons .item {
	color: #333333;
	cursor: pointer;
}

.detail .nav-icons .item .icon-active {
	display: none;
}

.detail .nav-icons .item.active {
	color: #000;
	font-weight: 600;
}

.detail .nav-icons .item.active .icon-no {
	display: none;
}

.detail .nav-icons .item.active .icon-active {
	display: block;
}

.detail .nav-icons img {
	width: 80px;
	margin: 0 auto 5px;
}

.detail .news-detail {
	font-size: 24px;
	color: #999999;
	text-align: left;
	text-indent: 2em;
	align-items: stretch;
}

.detail .img-box {
	width: 26px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
}

.detail .detail-content {
	width: 83.6%;
	height: 540px;
	margin: 0 auto 10px;
	box-shadow: 0 10px 16px 0 rgba(213, 213, 213, 0.3);
	border-radius: 40px;
	overflow: hidden;
}

.detail .detail-content img {
	flex-shrink: 0;
	width: 46%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 40px 0 0 40px;
}

.detail .detail-content > span {
	font-weight: 300;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 30px;
	border-radius: 0 40px 40px 0;
	line-height: 1.8;
}

.detail .active_border::after {
	background-color: #24a664;
}

.detail .subcate {
	font-weight: 400;
	margin-right: 0;
}

.detail .active_border {
	font-size: 26px;
	font-weight: 700;
}

.detail .classification-caption {
	justify-content: space-between;
}

.detail .swiper-box {
	padding: 0 20px;
	margin-bottom: 100px;
}

.detail .swiper-container5 {
	margin: 40px 0 0;
	/* padding-bottom: 70px; */
	box-sizing: border-box;
	overflow: visible;
}

.detail .swiper-container5 .swiper-slide {
	width: calc((100% - 20px * 6) / 5);
	transition: all 0.3s;
	margin: 0 10px;
	border-radius: 40px;
}

.detail .swiper-container5 .swiper-wrapper {
	justify-content: center;
}

.detail .swiper-container5 .swiper-slide:hover {
	width: calc((100% - 20px * 6) / 5 * 1.1);
}

.detail .swiper-container5 .swiper-slide:hover .bottom {
	background: #16ae67;
	color: #fff;
}

.detail .swiper-container5 .swiper-slide:hover .bottom .item-text {
	color: rgba(255, 255, 255, 0.69);
}

.detail .swiper-container5 .bottom {
	background: #f4f4f4;
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	padding: 22px 20px;
	height: calc((100vw - 20px * 6) / 5 / 4.666);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.detail .swiper-container5 .item {
	display: block;
	position: relative;
}

.detail .swiper-container5 .item img {
	width: 100%;
	height: calc((100vw - 20px * 6) / 5 / 1.185);
	object-fit: cover;
}

.detail .swiper-container5 .item-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1px;
	line-height: 1;
	height: auto;
	min-height: 27px;
}

.detail .swiper-container5 .item-text {
	color: #909090;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	/* display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; */
	line-height: 1.4;
	font-weight: normal;
	color: #676565;
	min-height: 18px;
}

.detail .swiper-container5 .swiper-pagination {
	bottom: -60px !important;
}
.detail .bg {
	background: linear-gradient(135deg, #fcfdff 0%, #f4f9fe 100%);
	padding-top: 60px;
}
.detail #organization {
	margin-top: 0 !important;
}
.detail .organization {
	width: 40%;
	margin: 100px auto 120px;
}

.detail .member-box {
	max-width: 1200px;
	margin: auto;
}

.detail .member-box img {
	width: 33.333%;
	margin-bottom: 30px;
}

.detail .member-box img.mr0 {
	margin-right: 0;
}

.detail .member-box .title {
	font-weight: 600;
	color: #333333;
	font-size: 34px;
	margin-bottom: 40px;
	padding-left: 10px;
}

.detail .member-box .flex {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.detail #mymap-cq {
	max-width: 1200px;
	height: 440px;
	margin-top: 60px;
	border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
	.detail #mymap-cq {
		width: 62.5%;
	}
}
.detail .footer {
	width: 100%;
	height: auto;
}

.detail .footer-top {
	width: fit-content;
	margin: auto;
	font-weight: 300;
}

.detail .footer-text {
	color: #808080;
	justify-content: flex-start;
	font-size: 24px;
	margin-top: 40px;
	line-height: 33px;
}

.detail .footer-text img {
	height: 20px;
	clear: both;
}

.detail .footer-title {
	width: 137px;
	height: auto;
	margin-bottom: 20px;
}

.detail .footer-bottom {
	background-color: #24a664;
	margin-top: -380px;
	padding-top: 350px;
	padding-bottom: 30px;
	font-weight: 300;
}

.detail .footer-bottom .footer-text {
	color: #ffffff;
	font-size: 14px;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 18px;
}

.detail .news-classification {
	max-width: 1200px;
}

.info-open {
	margin: 80px auto 0;
	max-width: 1200px;
}
.info-open .info-open_title {
	font-weight: 600;
	font-size: 38px;
	color: #333333;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	margin-bottom: 100px;
}
.info-open .info-open_title::after {
	content: "";
	bottom: -32px;
    background-color: #24a664;
    width: 50%;
    border-radius: 8px;
    height: 8px !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}
.info-open_area {
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(197,197,197,0.15);
	border-radius: 16px;
	padding: 0 0 20px 0;
}
.info-open_area+.info-open_area {
	margin-top: 40px;
}
.info-open_area .info-open_subtitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 60px 10px;
	cursor: pointer;
}
.info-open_subtitle p {
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	font-weight: 600;
}
.info-open_subtitle img {
	height: 18px;
	transform: rotate(180deg);
	transition: 0.5s all;
}
.info-open_subtitle.ok img {
	transform: rotate(90deg);
}
.info-open_list {
	padding: 0 60px;
}
.info-open_list>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	font-size: 28px;
	color: #666666
}
.info-open_list>div:hover {
	color: #24A664;
	cursor: pointer;
}
.info-open_list>div+div {
	border-top: 2px dashed #F0F0F0;
}
.info-open_pages {
	display: flex;
	justify-content: center;
}
.info-open_pages p {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	cursor: pointer;
}
.info-open_pages p+p {
	margin-left: 4px;
}
.info-open_pages p.active {
	background: #24A664;
	border: 1px solid #24A664;
	color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
	.detail .right1 {
		background-color: #fff;
		width: 215px;
		float: right;
		font-size: 16px;
		color: #333333;
		height: calc(100vh - 70px);
		position: relative;
	}

	.detail .topBanner .top {
		padding: 0 20px;
	}

	.detail .mb-transform a {
		color: #333333;
	}

	.detail .top1 {
		background-color: #fff;
		height: 70px;
		display: flex;
		justify-content: space-between;
	}

	.detail .top1 .logo {
		width: 90px;
		height: 30px;
	}
	.detail .mobile-nav div {
		background-color: #fff !important;
	}

	.detail .top1 .mobile-nav div {
		background-color: #24a664 !important;
	}

	.detail .mobile-navList {
		padding: 0;
		z-index: 20000;
		position: absolute;
	}

	.detail .mobile-navText {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		padding: 10px 0 10px 15px;
		color: #333333;
		text-align: left;
		margin-bottom: 10px;
	}

	.detail .mobile-navText.active {
		background: #fafafa;
		color: #24a664;
	}

	.detail .news-banner {
		height: auto !important;
	}

	.detail .default-txt {
		letter-spacing: 0px;
		font-size: 12px;
		line-height: 20px;
		padding: 50% 20px 15px !important;
		font-weight: 300;
		background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 70%, rgba(51, 51, 51, 0.8) 100%)
	}

	.detail .benefit-subtitle {
		font-size: 14px;
	}

	.detail .swiper-wrapper,
	.detail .swiper-slide {
		max-height: 818px !important;
	}

	.detail .box {
		padding: 0 20px;
	}

	.detail .box .left {
		align-items: center;
	}

	.detail #public .benefit-title {
		margin-top: 0;
	}

	.detail .benefit-detatil {
		margin-top: 10px;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
	}

	.detail .swiper-button-next,
	.detail .swiper-button-prev {
		display: none;
	}

	.detail .detail-content {
		height: 150px;
		width: calc(100% - 40px);
	}

	.detail .detail-content img {
		border-radius: 14px 0 0 14px;
	}
	.detail .detail-content > span {
		line-height: 1.5;
		padding: 0 10px;
		border-radius: 0 14px 14px 0;
		font-weight: normal;
	}

	.detail .box {
		flex-wrap: wrap;
	}

	.detail .left {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 20px;
	}

	.detail .swiper-box1 {
		width: 100%;
		margin: 0;
		height: 240px;
	}

	.detail .swiper-box1 .swiper-pagination {
		bottom: -36px !important;
		width: 100%;
	}

	.detail .swiper-container2 {
		border-radius: 14px;
		overflow: hidden;
	}

	.detail .my-bullet {
		width: 6px;
		height: 6px;
	}

	.detail .my-bullet-active {
		width: 26px;
	}

	.detail .organization {
		width: 80%;
	}

	.detail .type2 {
		margin-top: 46px;
		height: 500px;
	}

	.detail .type2 .swiper-container {
		height: 500px;
	}
	.detail .type2 .swiper-pagination2 {
		display: none;
	}
	.detail .type2 .swiper-wrapper .title {
		font-size: 16px;
		left: 50px;
		top: 20px;
		letter-spacing: 0 !important;
	}

	.detail .unfold .title {
		text-align: center;
	}

	.detail .fold .item {
		height: 500px;
	}

	.detail .fold .item.active {
		border-width: 1px;
	}

	.detail .fold .item .empty {
		height: 80px;
	}

	.detail .fold .item .bottom {
		font-size: 12px;
	}

	.detail .fold .item button {
		font-size: 10px;
		margin-top: 10px;
		padding: 10px;
	}

	.detail .fold .item button img {
		width: 8px;
		margin-left: 5px;
	}

	.detail .button-next,
	.detail .button-prev {
		background: linear-gradient(180deg, rgba(66, 66, 66, 0) 0%, rgba(50, 50, 50, 0.8) 50%, rgba(31, 31, 31, 0) 100%);
		width: 30px !important;
		font-size: 14px;
		backdrop-filter: blur(1px);
		-webkit-backdrop-filter: blur(1px);
		line-height: 20px;
	}
	.detail .button-next:hover,
	.detail .button-prev:hover {
		background: linear-gradient(180deg, rgba(66, 66, 66, 0) 0%, rgba(50, 50, 50, 0.8) 50%, rgba(31, 31, 31, 0) 100%);
	}
	.detail .info {
		background: rgba(43, 43, 43, 0.5);
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
		width: calc(100% - 100px);
		right: 50px;
		box-sizing: border-box;
		bottom: 20px;
		text-align: left;
		color: #ececec;
		padding: 14px;
		font-weight: normal;
	}

	.detail .info .title {
		font-size: 16px;
		margin-bottom: 10px;
		letter-spacing: 0;
	}

	.detail .info .desc {
		font-size: 10px;
	}

	.detail .swiper-box1 {
		overflow: visible;
	}

	.detail .name {
		font-weight: 500;
	}

	.detail .swiper-container2 .info {
		color: #ececec;
		font-size: 12px;
		padding: 140px 10px 10px;
		border-radius: 0 !important;
		font-weight: bold;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
	}

	.detail .type3 {
		margin: 40px auto;
	}

	.detail .type3 .swiper-container {
		height: 225px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.detail .type3 .title {
		font-size: 14px;
	}

	.detail .type3 .desc {
		font-size: 11px;
		margin: 20px 0;
	}

	.detail .type3 .info {
		font-size: 12px;
		padding: 10px;
		margin: 0;
		text-align: left;
		font-weight: bold;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
		border-radius: 14px;
	}

	.detail .type3 .swiper-slide {
		border-radius: 14px;
	}

	.detail .type3 .swiper-slide-active {
		transform: scale(1);
	}

	.detail .benefit-title {
		font-size: 17px;
		margin: 36px auto 30px !important;
		margin-bottom: 28px !important;
	}

	.detail .benefit-title::after {
		height: 4px;
		border-radius: 4px;
		bottom: -10px;
	}

	.detail .news-bar .title {
		font-size: 14px;
		text-align: left;
		padding-left: 20px;
	}

	.detail .nav-icons {
		margin: 20px 0;
		padding: 0 20px;
	}

	.detail .nav-icons img {
		width: 40px;
	}

	.detail .nav-icons .item {
		font-size: 12px;
	}

	.detail .news-detail {
		font-size: 10px;
		padding-bottom: 30px;
	}

	.detail .news-classification {
		padding-top: 20px;
		width: auto;
	}

	.detail .all-classification {
		margin: 0px auto 33px !important;
	}

	.detail .bg {
		background-color: #f7f9fc;
	}
	.detail .classification-caption {
		padding: 0 20px;
	}
	.detail .subcate {
		margin-right: 0;
		font-weight: normal;
	}

	.detail .type-bg {
		background-color: #f7f9fc;
	}
	.detail .subcate.active_border {
		font-weight: bold;
		font-size: 12px;
	}

	.detail .subcate.active_border:after {
		height: 2px;
		bottom: -4px;
		top: auto !important;
	}

	.detail .swiper-container5 {
		padding-bottom: 26px;
		margin-top: 24px;
	}
	.detail .swiper-container5 .swiper-pagination {
		bottom: 10px !important;
	}
	.detail .swiper-container5 .swiper-wrapper {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.detail .swiper-container5 .swiper-slide {
		flex-shrink: 0;
		width: calc((100% - 16px) / 2);
		margin: 0;
		margin-bottom: 20px;
		border-radius: 20px;
	}
	.detail .swiper-container5 .swiper-slide:nth-of-type(odd) {
		margin-right: 16px;
	}
	.detail .swiper-container5 .swiper-slide:hover {
		transform: scale(1) !important;
		width: calc((100% - 16px) / 2);
	}

	.detail .swiper-container5 .swiper-slide:hover .bottom {
		background: #fff;
		color: #fff;
	}
	.detail .swiper-container5 .bottom {
		height: 56px;
		box-sizing: border-box;
		padding: 10px;
		background: #fff;
	}

	.detail .swiper-container5 .swiper-slide:hover .bottom .item-text {
		color: #ffffff;
		text-align: left;
	}

	.detail .swiper-container5 .item {
		box-shadow: 0 10px 16px 0 rgba(213, 213, 213, 0.3);
		background-color: #fff;
	}

	.detail .swiper-container5 .item img {
		height: 195px;
	}

	.detail .swiper-container5 .item-title {
		font-size: 13px;
		margin-bottom: 3px;
		color: #333;
		min-height: 18px;
	}

	.detail .swiper-container5 .item-text {
		font-size: 11px;
		min-height: 16px;
		color: rgba(102, 102, 102, 0.7);
	}

	.detail .swiper-box {
		margin-bottom: 0px;
	}

	.detail .organization {
		margin: 30px auto 40px;
	}

	.detail .member-box {
		padding: 0 20px;
		margin-top: 40px;
		width: auto;
	}

	.detail .member-box .title {
		font-size: 14px;
		margin-bottom: 20px;
		padding-left: 3px;
	}

	.detail .member-box img {
		width: calc(50% - 5px);
		margin-right: 0;
		margin-bottom: 15px;
	}

	.detail .member-box img:nth-child(odd) {
		margin-right: 10px;
	}

	.detail #mymap-cq {
		width: calc(100% - 40px);
		height: 170px;
		margin: 20px auto 40px;
	}

	.detail .footer-text {
		margin-top: 13px;
		font-size: 11px;
		line-height: 16px;
	}

	.detail .footer-title {
		width: 73px;
		margin-bottom: 10px;
	}

	.detail .footer-bottom {
		margin-top: -137px;
		padding-bottom: 23px;
		padding-top: 118px;
		font-weight: normal;
	}

	.detail .footer-bottom .footer-text:nth-of-type(1) {
		font-size: 8px;
		margin-bottom: 10px;
	}
	.detail .footer-bottom .footer-text :nth-child(2) {
		/* margin-bottom: 10px; */
	}
	.detail .footer-bottom .footer-text a {
		font-size: 11px !important;
	}
	.detail .footer-bottom .footer-text {
		font-size: 10px;
		opacity: 0.7;
		line-height: 1;
		margin: 5px 0;
	}

	.detail .img-box {
		width: 20px;
		margin-right: 0;
	}

	.detail .img-box img {
		height: 10px;
	}

	.info-open {
		margin: 35px auto 0;
		padding: 0 20px;
	}
	.info-open .info-open_title {
		font-weight: 600;
		font-size: 17px;
		color: #333333;
		text-align: center;
		width: fit-content;
		margin: 0 auto;
		position: relative;
		margin-bottom: 30px;
		font-family: PingFangSC, PingFang SC;
	}
	.info-open .info-open_title::after {
		content: "";
		bottom: -6px;
		background-color: #24a664;
		width: 50%;
		border-radius: 8px;
		height: 4px !important;
		position: absolute;
		left: 50%;
		transform: translateX(-50%)
	}
	.info-open_area {
		width: 100%;
		margin: 0 auto;
		background: #FFFFFF;
		box-shadow: 0px 1px 2px 0px rgba(197,197,197,0.15);
		border-radius: 4px;
		padding: 0;
	}
	.info-open_area+.info-open_area {
		margin-top: 12px;
	}
	.info-open_area .info-open_subtitle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 10px;
		cursor: pointer;
	}
	.info-open_subtitle p {
		font-size: 13px;
		color: #333333;
		line-height: 18px;
	}
	.info-open_subtitle img {
		height: 6px;
		transform: rotate(180deg);
		transition: 0.5s all;
	}
	.info-open_subtitle.ok img {
		transform: rotate(90deg);
	}
	.info-open_list {
		padding: 0 10px;
	}
	.info-open_list>div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 0;
		font-size: 11px;
		color: #666666
	}
	.info-open_list>div:hover {
		color: #24A664;
		cursor: pointer;
	}
	.info-open_list>div+div {
		border-top: 1px dashed #F0F0F0;
	}
	.info-open_pages {
		padding-bottom: 6px;
		display: flex;
		justify-content: center;
	}
	.info-open_pages p {
		margin-top: 8px;
		margin-bottom: 8px;
		width: 20px;
		height: 20px;
		border-radius: 2px;
		border: 1px solid #D9D9D9;
		font-size: 11px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #666666;
		cursor: pointer;
	}
	.info-open_pages p+p {
		margin-left: 4px;
	}
	.info-open_pages p.active {
		background: #24A664;
		border: 1px solid #24A664;
		color: #FFFFFF;
	}
}
