* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: ' ';
}

body {
	overflow-x: hidden !important;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

img {
	vertical-align: top;
	outline-width: 0ch;
}

:root {
	--main-color: #43a639;
	--main-color1: #43a639;
	--main-color-white: #ffffff;
	--main-color-555: #555555;
	--main-color-999: #999999;
	--main-color-666: #666666;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-color-222: #222222;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
	.pchead {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		transition: var(--main-transition);
		height: 80px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		background-color: var(--main-color-white);
	}

	.pcheader {
		max-width: 1300px;
		margin: 0 auto;
		transition: var(--main-transition);
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 80px;
	}

	.pclogo img {
		height: 60px;
	}

	.pcnav {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 99;
	}

		.pcnav > li {
			position: relative;
			transition: var(--main-transition);
		}

	.common_sec {
		position: absolute;
		width: 100%;
		top: 80px;
		background-color: var(--main-color-white);
		left: 0;
		display: none;
	}

	.common_seccon {
		width: 100%;
	}

	.first_li:hover .first_a {
		color: var(--main-color);
	}

	.cp_secdrop {
		padding: 50px 0;
		width: 100%;
		position: fixed;
		width: 100%;
		background-color: var(--main-color-white);
		top: 80px;
		display: none;
		left: 0;
	}

	.cp_secdropcon {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.first_li:hover .cp_secdrop {
		display: block;
	}

	.cp_left {
		width: 180px;
	}

	.cp_left_item {
		display: flex;
		margin-bottom: 20px;
		cursor: pointer;
		align-items: center;
	}

		.cp_left_item:hover img {
			filter: grayscale(0) !important;
		}

		.cp_left_item:hover strong {
			color: var(--main-color);
		}

			.cp_left_item:hover strong::after {
				width: 100%;
			}

		.cp_left_item strong {
			position: relative;
			display: block;
			font-size: 15px;
			transition: var(--main-transition);
			color: var(--main-color-666);
		}

			.cp_left_item strong::after {
				position: absolute;
				width: 0%;
				transition: var(--main-transition);
				left: 0;
				content: '';
				height: 2px;
				background-color: var(--main-color);
				bottom: -5px;
			}

		.cp_left_item img {
			width: 25px;
			filter: grayscale(1);
			transition: var(--main-transition);
			display: block;
			margin-right: 10px;
		}

	.cp_left_item_active img {
		filter: grayscale(0) !important;
	}

	.cp_left_item_active strong {
		color: var(--main-color);
	}

		.cp_left_item_active strong::after {
			width: 100%;
		}

	.cp_right {
		flex: 1;
		padding-left: 50px;
		display: none;
	}

	.cp_rightcon {
		display: flex;
		justify-content: space-between;
	}

	.cp_right_z {
		width: 450px;
	}

	.cp_right_y {
		flex: 1;
		padding-left: 30px;
	}

		.cp_right_y img {
			width: 100%;
		}

	.cp_right_z ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.cp_right_z ul li {
			width: 49%;
			padding-right: 15px;
		}

			.cp_right_z ul li a {
				color: var(--main-color-333);
				font-size: 15px;
				transition: var(--main-transition);
				display: block;
				margin-bottom: 20px;
			}

				.cp_right_z ul li a:hover {
					color: var(--main-color);
				}

	.common_seccon ul {
	}

		.common_seccon ul li a {
			color: var(--main-color-333);
			padding: 10px;
			text-align: center;
			display: block;
		}

			.common_seccon ul li a:hover {
				color: var(--main-color);
			}

	.first_li:hover .common_sec {
		display: block;
	}

	.pcnav > li > a {
		display: block;
		height: 80px;
		line-height: 80px;
		font-size: 16px;
		transition: var(--main-transition);
		color: var(--main-color-333);
		padding: 0 20px;
		font-weight: bold;
	}

	.ml_mb_head {
		display: none;
	}

	.ml_mb_nav {
		display: none;
	}

	.ml_banner {
		width: 100%;
		z-index: 998;
		margin-top: 80px !important;
	}

		.ml_banner:hover .bannerbtnleft {
			left: 10px !important;
			opacity: 1 !important;
		}

		.ml_banner:hover .bannerbtnright {
			right: 10px !important;
			opacity: 1 !important;
		}

		.ml_banner img {
			width: 100%;
		}

	.bannerpage .swiper-pagination-bullet {
		width: 15px !important;
		height: 15px !important;
	}

	.bannerbtn {
		width: 50px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
		font-size: 25px;
		height: 50px !important;
		transition: var(--main-transition);
		background: rgba(0, 0, 0, .7);
		background-image: none !important;
		opacity: 0;
	}

	.bannerbtnleft {
		left: 0 !important;
	}

	.bannerbtnright {
		right: 0 !important;
	}

	.copy {
		width: 100%;
		text-align: center;
		padding: 15px;
		background-color: var(--main-color);
	}

	.copycon {
		text-align: center;
		max-width: 1200px;
		text-align: center;
		font-size: 14px;
		color: var(--main-color-white);
		margin: 0 auto;
	}

		.copycon a {
			font-size: 14px;
			color: var(--main-color-white);
		}

	.inside {
		max-width: 1300px;
		margin: 0 auto;
		padding: 15px 0;
	}

		.inside p {
			font-size: 14px;
			color: var(--main-color-222);
		}

	.inbanner {
		width: 100%;
		height: 300px;
		background-image: url(../images/inbanner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 80px;
	}

		.inbanner strong {
			display: block;
			color: var(--main-color-white);
			font-size: 30px;
			font-weight: normal;
		}

	.search {
		color: var(--main-color-333);
		cursor: pointer;
	}

	.cover {
		width: 30%;
		height: 100%;
		position: fixed;
		left: -1005%;
		top: 0;
		background: rgba(0, 0, 0, .8);
		z-index: 99999;
		transition: var(--main-transition);
	}

	.covershow {
		left: 0 !important;
	}

	.searchshow {
		right: 0 !important;
	}

	.sou {
		position: fixed;
		transition: var(--main-transition);
		top: 0;
		width: 70%;
		height: 100%;
		right: -70%;
		display: flex;
		justify-content: space-between;
		z-index: 9999;
	}

	.souleft {
		width: 100px;
		background-color: var(--main-color);
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.souright {
		flex: 1;
		padding: 10%;
		background-color: var(--main-color-white);
	}

		.souright h1 {
			color: var(--main-color);
			font-size: 40px;
			margin-bottom: 35px;
		}

	.close {
		cursor: pointer;
		transition: var(--main-transition);
	}

		.close:hover {
			transform: rotate(360deg);
		}

	.inp {
		position: relative;
	}

	.go {
		position: absolute;
		right: 0;
		top: 0;
	}

	.souright input {
		display: block;
		width: 100%;
		height: 45px;
		border: none;
		outline: none;
		font-size: 20px;
		color: var(--main-color-222);
		border-bottom: 1px solid #e0e0e0;
	}

	.con1 {
		width: 100%;
		padding: 50px 0;
	}

	.con1con {
		max-width: 1300px;
		margin: 0 auto;
	}

	.mun_top {
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.mun_top img {
			width: 172px;
			margin: 0 AUTO;
			DISPLAY: block;
			margin-bottom: 20px;
		}

		.mun_top h2 {
			font-size: 40px;
		}

		.mun_top span {
			font-size: 40px;
			font-weight: bold;
		}

	.mumping_mun {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.mumping_mun p {
			font-size: 16px;
			text-align: center;
			color: var(--main-color-666);
			margin-bottom: 20px;
			line-height: 26px;
		}

	.con2 {
		padding: 50px 0;
		padding-top: 0;
	}

	.con2con {
		max-width: 1300px;
		margin: 0 auto;
	}

		.con2con video {
			max-width: 100%;
			display: block;
			margin: 0 auto;
		}

	.con3 {
		padding: 50px 0;
	}

	.con3con {
		max-width: 1300px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.con3conleft {
		width: 48%;
	}

		.con3conleft img {
			width: 100%;
		}

	.con3conright {
		width: 48%;
	}

		.con3conright strong {
			display: block;
			font-size: 30px;
			color: var(--main-color);
			margin-bottom: 20px;
		}

		.con3conright p {
			font-size: 15px;
			color: var(--main-color-666);
			line-height: 30px;
			margin-bottom: 20px;
		}

	.more {
		display: block;
		width: 200px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		color: var(--main-color);
		border: 1px solid var(--main-color);
		transition: var(--main-transition);
	}

		.more:hover {
			background-color: var(--main-color);
			color: var(--main-color-white);
		}

	.con4 {
		width: 100%;
		padding: 50px 0;
	}

	.con4con {
		max-width: 1300px;
		margin: 0 auto;
	}

	.c_title {
		font-size: 40px;
		color: var(--main-color-222);
		text-align: center;
		margin-bottom: 35px;
	}

	.con4contop {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #dddddd;
	}

	.con4topitem {
		cursor: pointer;
		padding: 25px 5px;
		width: calc(100% / 6);
		position: relative;
	}

		.con4topitem:hover .con4topitembox::after {
			width: 100%;
		}

	.con4topitembox::after {
		position: absolute;
		bottom: 0;
		width: 0%;
		transition: var(--main-transition);
		content: '';
		background-color: var(--main-color);
		height: 2px;
		left: 50%;
		transform: translateX(-50%);
	}

	.con4topitem img {
		width: 100%;
		display: block;
		margin: 0 auto;
		filter: grayscale(1);
		margin-bottom: 15px;
		height: 60px;
		object-fit: contain;
	}

	.con4topitem:hover img {
		filter: grayscale(0);
	}

	.con4topitem:hover p {
		color: var(--main-color);
	}

	.con4active img {
		filter: grayscale(0);
	}

	.con4active p {
		color: var(--main-color) !important;
	}

	.con4active .con4topitembox::after {
		width: 100%;
	}

	.con4topitem p {
		font-size: 16px;
		color: var(--main-color-666);
		margin-top: 10px;
		text-align: center;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.con4bot {
		margin-top: 50px;
	}

	.mySwiper_con4 {
		padding-bottom: 80px !important;
		display: none;
	}

		.mySwiper_con4 .swiper-pagination-bullet {
			width: 40px;
			background-color: var(--main-color);
			height: 4px;
			border-radius: 0 !important;
		}

		.mySwiper_con4 img {
			width: 100%;
			height: 300px;
			object-fit: contain;
			transition: var(--main-transition);
		}

		.mySwiper_con4 .swiper-slide {
			cursor: pointer;
		}

			.mySwiper_con4 .swiper-slide span {
				display: block;
				text-align: center;
			}

			.mySwiper_con4 .swiper-slide:hover img {
				transform: scale(1.1);
			}

			.mySwiper_con4 .swiper-slide:hover p {
				color: var(--main-color) !important;
			}

	.con4imgbox {
		overflow: hidden;
		border: 1px solid #dddddd;
		padding: 15px;
	}

	.mySwiper_con4 p {
		font-size: 20px;
		text-align: center;
		color: var(--main-color-222);
		margin: 15px 0;
		font-weight: bold;
		transition: var(--main-transition);
	}

	.mySwiper_con4 span {
		color: var(--main-color-666);
		font-size: 16px;
	}

	.con4 .more {
		margin: 0 auto;
		margin-top: 40px;
	}

	.con5 {
		width: 100%;
		padding: 50px 0;
	}

	.con5con {
		max-width: 1300px;
		margin: 0 auto;
	}

		.con5con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.con5con ul li {
				width: calc((100% - 60px) / 3);
				margin-right: 30px;
				margin-bottom: 30px;
				cursor: pointer;
			}

				.con5con ul li p {
					width: 100%;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					color: var(--main-color-222);
					font-size: 20px;
					font-weight: bold;
					margin: 15px 0;
				}

				.con5con ul li span {
					width: 100%;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					color: var(--main-color-666);
					font-size: 16px;
				}

				.con5con ul li:nth-child(3n) {
					margin-right: 0;
				}

				.con5con ul li img {
					width: 100%;
					height: 300px;
					object-fit: cover;
					transition: var(--main-transition);
				}

				.con5con ul li:hover img {
					transform: scale(1.1);
				}

				.con5con ul li:hover p {
					color: var(--main-color);
				}

	.newbox {
		width: 100%;
		overflow: hidden;
	}

	.con5 .more {
		margin: 0 auto;
	}

	.con6 {
		padding: 150px 0;
		width: 100%;
		background-image: url(../images/bg.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center;
	}

	.con6con {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

		.con6con strong {
			display: block;
			font-size: 40px;
			color: var(--main-color-white);
			font-weight: normal;
			margin-bottom: 25px;
		}

		.con6con a {
			background-color: var(--main-color) !important;
			color: var(--main-color-white);
		}

	.foot {
		width: 100%;
		padding: 50px 0;
	}

	.footer {
		max-width: 1300px;
		margin: 0 auto;
	}

		.footer ul {
			display: flex;
			justify-content: space-between;
		}

			.footer ul li {
				width: calc(100% / 6);
				padding: 0 20px;
			}

	.f_a {
		display: block;
		color: var(--main-color-222);
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.s_a {
		display: block;
		margin-bottom: 10px;
		color: var(--main-color-222);
		font-size: 16px;
	}

	.codebox {
		width: 100%;
		padding: 50px 0;
	}

	.codeboxcon {
		max-width: 1300px;
		margin: 0 auto;
	}

		.codeboxcon ul {
			display: flex;
		}

			.codeboxcon ul li {
				flex: 1;
			}

				.codeboxcon ul li img {
					width: 120px;
					display: block;
					margin: 0 auto;
					height: 120px;
				}

				.codeboxcon ul li p {
					text-align: center;
					color: var(--main-color-222);
					margin: 10px 0;
				}

	.lc {
		width: 100%;
		padding: 50px 0;
	}

	.lccon {
		width: 1300px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.lcconleft {
		width: 350px;
	}

	.mySwiperlcthu {
		width: 100%;
	}

	.lcconright {
		width: 860px;
		padding-left: 90px;
	}

	.mySwiperlcthu .swiper-slide {
		height: 55px !important;
		cursor: pointer;
		border: 1px solid #dddddd;
	}

		.mySwiperlcthu .swiper-slide span {
			display: block;
			height: 55px;
			width: 100%;
			line-height: 55px;
			text-align: center;
			width: 350px;
			font-size: 17px;
			font-weight: bold;
		}

	.mySwiperlcthu .swiper-slide-thumb-active {
		background-color: var(--main-color);
	}

		.mySwiperlcthu .swiper-slide-thumb-active span {
			color: var(--main-color-white);
		}

	.lcconright {
		border-left: 1px solid #e3e3e3;
		margin-left: 90px;
	}

	.mySwiperlcsm {
		width: 100%;
	}

		.mySwiperlcsm img {
			width: 100%;
		}

	.honor {
		padding: 50px 0;
	}

	.honorcon {
		max-width: 1300px;
		margin: 0 auto;
	}

		.honorcon ul {
			display: flex;
			flex-wrap: wrap;
		}

			.honorcon ul li {
				width: calc((100% - 90px) / 4);
				margin-right: 30px;
				margin-bottom: 30px;
			}

				.honorcon ul li:nth-child(4n) {
					margin-right: 0;
				}

	.honorbox {
		overflow: hidden;
		border: 1px solid #ddd;
		padding: 5px;
	}

	.honorcon ul li p {
		margin: 10px 0;
		font-size: 15px;
		text-align: center;
		color: var(--main-color-222);
	}

	.honorcon ul li:hover img {
		transform: scale(1.1);
	}

	.honorcon ul li img {
		width: 100%;
		transition: var(--main-transition);
		height: 150px;
		object-fit: contain;
	}
}

@media only screen and (max-width: 996px) {
	.honor {
		padding: 30px 15px;
	}

	.honorcon {
		margin: 0 auto;
	}

		.honorcon ul {
			justify-content: space-between;
			display: flex;
			flex-wrap: wrap;
		}

			.honorcon ul li {
				width: 48%;
				margin-bottom: 20px;
			}

	.honorbox {
		overflow: hidden;
		border: 1px solid #ddd;
		padding: 5px;
	}

	.honorcon ul li p {
		margin: 10px 0;
		font-size: 15px;
		text-align: center;
		color: var(--main-color-222);
	}

	.honorcon ul li:hover img {
		transform: scale(1.1);
	}

	.honorcon ul li img {
		width: 100%;
		transition: var(--main-transition);
		height: 150px;
		object-fit: contain;
	}

	.lc {
		width: 100%;
		padding: 30px 15px;
	}

	.lccon {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.lcconleft {
		width: 100%;
	}

	.mySwiperlcthu {
		width: 100%;
	}

	.lcconright {
		width: 100%;
		margin-top: 30px;
	}

	.mySwiperlcthu .swiper-slide {
		height: 55px !important;
		cursor: pointer;
		border: 1px solid #dddddd;
	}

		.mySwiperlcthu .swiper-slide span {
			display: block;
			height: 55px;
			width: 100%;
			line-height: 55px;
			text-align: center;
			font-size: 14px;
			font-weight: bold;
		}

	.mySwiperlcthu .swiper-slide-thumb-active {
		background-color: var(--main-color);
	}

		.mySwiperlcthu .swiper-slide-thumb-active span {
			color: var(--main-color-white);
		}

	.mySwiperlcsm {
		width: 100%;
	}

		.mySwiperlcsm img {
			width: 100%;
		}

	.codebox {
		width: 100%;
		padding: 30px 15px;
	}

	.codeboxcon {
		margin: 0 auto;
	}

		.codeboxcon ul {
			display: flex;
			flex-wrap: wrap;
		}

			.codeboxcon ul li {
				width: 50%;
				padding: 15px;
			}

				.codeboxcon ul li img {
					width: 100%;
					display: block;
					margin: 0 auto;
				}

				.codeboxcon ul li p {
					text-align: center;
					color: var(--main-color-222);
					margin: 10px 0;
				}

	.con6 {
		padding: 30px 15px;
		width: 100%;
		background-image: url(../images/bg.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center;
	}

	.con6con {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

		.con6con strong {
			display: block;
			font-size: 20px;
			color: var(--main-color-white);
			font-weight: normal;
			margin-bottom: 25px;
		}

		.con6con a {
			background-color: var(--main-color) !important;
			color: var(--main-color-white);
		}

	.foot {
		width: 100%;
		padding: 30px 15px;
	}

	.footer {
		margin: 0 auto;
	}

		.footer ul {
			display: flex;
			flex-wrap: wrap;
		}

	.f_a {
		display: block;
		color: var(--main-color-222);
		font-size: 15px;
		margin-bottom: 10px;
		margin-right: 10px;
		font-weight: bold;
	}

	.s_a {
		display: none;
	}

	.con5 {
		width: 100%;
		padding: 30px 15px;
	}

	.con5con {
		margin: 0 auto;
	}

		.con5con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.con5con ul li {
				width: 100%;
				margin-bottom: 30px;
				cursor: pointer;
			}

				.con5con ul li p {
					width: 100%;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					color: var(--main-color-222);
					font-size: 20px;
					font-weight: bold;
					margin: 15px 0;
				}

				.con5con ul li span {
					width: 100%;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					color: var(--main-color-666);
					font-size: 16px;
				}

				.con5con ul li img {
					width: 100%;
					transition: var(--main-transition);
				}

				.con5con ul li:hover img {
					transform: scale(1.1);
				}

				.con5con ul li:hover p {
					color: var(--main-color);
				}

	.newbox {
		width: 100%;
		overflow: hidden;
	}

	.con3 {
		padding: 30px 15px;
	}

	.con3con {
		margin: 0 auto;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.con3conleft {
		width: 100%;
		margin-bottom: 25px;
	}

		.con3conleft img {
			width: 100%;
		}

	.con3conright {
		width: 100%;
	}

		.con3conright strong {
			display: block;
			font-size: 25px;
			color: var(--main-color);
			margin-bottom: 15px;
		}

		.con3conright p {
			font-size: 15px;
			color: var(--main-color-666);
			line-height: 30px;
			margin-bottom: 20px;
		}

	.more {
		display: block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin: 0 auto;
		text-align: center;
		color: var(--main-color);
		border: 1px solid var(--main-color);
		transition: var(--main-transition);
	}

		.more:hover {
			background-color: var(--main-color);
			color: var(--main-color-white);
		}

	.con4 {
		width: 100%;
		padding: 30px;
	}

	.con4con {
		margin: 0 auto;
	}

	.c_title {
		font-size: 25px;
		color: var(--main-color-222);
		text-align: center;
		margin-bottom: 35px;
	}

	.con4contop {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #dddddd;
	}

	.con4topitem {
		cursor: pointer;
		padding: 15px 5px;
		width: calc(100% / 3);
		position: relative;
	}

		.con4topitem:hover .con4topitembox::after {
			width: 100%;
		}

	.con4topitembox::after {
		position: absolute;
		bottom: 0;
		width: 0%;
		transition: var(--main-transition);
		content: '';
		background-color: var(--main-color);
		height: 2px;
		left: 50%;
		transform: translateX(-50%);
	}

	.con4topitem img {
		width: 100%;
		display: block;
		margin: 0 auto;
		filter: grayscale(1);
		margin-bottom: 15px;
		height: 40px;
		object-fit: contain;
	}

	.con4topitem:hover img {
		filter: grayscale(0);
	}

	.con4topitem:hover p {
		color: var(--main-color);
	}

	.con4active img {
		filter: grayscale(0);
	}

	.con4active p {
		color: var(--main-color) !important;
	}

	.con4active .con4topitembox::after {
		width: 100%;
	}

	.con4topitem p {
		font-size: 14px;
		color: var(--main-color-666);
		margin-top: 10px;
		text-align: center;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.con4bot {
		margin-top: 50px;
	}

	.mySwiper_con4 {
		padding-bottom: 40px !important;
		display: none;
	}

		.mySwiper_con4 .swiper-pagination-bullet {
			width: 40px;
			background-color: var(--main-color);
			height: 4px;
			border-radius: 0 !important;
		}

		.mySwiper_con4 img {
			width: 100%;
			height: 100px;
			object-fit: contain;
			transition: var(--main-transition);
		}

		.mySwiper_con4 .swiper-slide:hover img {
			transform: scale(1.1);
		}

		.mySwiper_con4 .swiper-slide:hover p {
			color: var(--main-color) !important;
		}

	.con4imgbox {
		overflow: hidden;
		border: 1px solid #dddddd;
		padding: 10px;
	}

	.mySwiper_con4 p {
		font-size: 15px;
		text-align: center;
		color: var(--main-color-222);
		margin: 10px 0;
		font-weight: bold;
		transition: var(--main-transition);
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.mySwiper_con4 .swiper-slide span {
		color: var(--main-color-666);
		font-size: 14px;
		display: block;
		text-align: center;
	}

	.con4 .more {
		margin: 0 auto;
		margin-top: 20px;
	}

	.con2 {
		padding: 30px 15px;
	}

	.con2con {
		margin: 0 auto;
	}

		.con2con video {
			width: 100%;
			display: block;
		}

	.con1 {
		width: 100%;
		padding: 30px 15px;
	}

	.con1con {
		width: 100%;
		margin: 0 auto;
	}

	.mun_top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

		.mun_top img {
			width: 100%;
			height: 120px;
			object-fit: contain;
			margin-bottom: 20px;
		}

		.mun_top h2 {
			font-size: 25px;
		}

		.mun_top span {
			font-size: 25px;
			font-weight: bold;
		}

	.mumping_mun {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

		.mumping_mun li {
			width: 48%;
			margin-bottom: 20px;
		}

		.mumping_mun p {
			font-size: 16px;
			text-align: center;
			color: var(--main-color-666);
			margin-bottom: 10px;
			/* height: 80px; */
		}

	.cover {
		display: none;
	}

	.sou {
		display: none;
	}

	.inbanner {
		width: 100%;
		height: 200px;
		background-image: url(../images/inbanner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		margin-top: 60px;
		align-items: center;
		justify-content: center;
	}

		.inbanner strong {
			display: block;
			color: var(--main-color);
			font-size: 25px;
			font-weight: normal;
		}

	.inside {
		margin: 0 auto;
		padding: 15px;
	}

		.inside p {
			font-size: 14px;
			color: var(--main-color-222);
		}

	.copy {
		width: 100%;
		text-align: center;
		padding: 15px;
		background-color: var(--main-color);
		margin-bottom: 60px;
	}

	.copycon {
		text-align: center;
		text-align: center;
		font-size: 13px;
		color: var(--main-color-white);
		margin: 0 auto;
	}

		.copycon a {
			font-size: 13px;
			color: var(--main-color-white);
		}

	.ml_banner {
		width: 100%;
		margin-top: 60px !important;
	}

		.ml_banner img {
			width: 100%;
		}

	.bannerpage .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}

	.bannerbtn {
		width: 40px !important;
		height: 40px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
		font-size: 25px;
		transition: var(--main-transition);
		background: rgba(0, 0, 0, .7);
		background-image: none !important;
	}

	.pchead {
		display: none;
	}

	.pcnav {
		display: none;
	}

	.ml_mb_arrowChange {
		transform: rotate(90deg);
	}

	.ml_mbnav_3 {
		display: none;
	}

	.ml_mbnav_3_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #efefef;
	}

		.ml_mbnav_3_item > a {
			display: block;
			width: 100%;
			height: 40px;
			line-height: 40px;
			color: var(--main-color-666);
			font-size: 14px;
			padding-left: 35px;
		}

	.ml_mb_nav i {
		font-size: 22px !important;
		transition: var(--main-transition);
	}

	.ml_mbnav_2_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #e3e3e3;
	}

		.ml_mbnav_2_item > a {
			display: block;
			height: 40px;
			width: 100%;
			line-height: 40px;
			color: var(--main-color-666);
			font-size: 14px;
			padding-left: 20px;
		}

	.ml_mbnav_2 {
		display: none;
	}

	.ml_mbnav_1_item > a {
		display: block;
		height: 40px;
		line-height: 40px;
		color: var(--main-color-666);
		font-size: 14px;
		width: 100%;
	}

	.ml_mbnav_1_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
	}

	.ml_mb_nav {
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		top: 60px;
		right: -100%;
		background-color: var(--main-color-white);
		z-index: 100;
		border-top: 1px solid #ccc;
		overflow: scroll;
		padding: 20px 0;
		transition: var(--main-transition);
	}

	.mb_navShow {
		right: 0 !important;
	}

	.hb_fadeout {
		opacity: 0 !important;
	}

	.change2 {
		transform: translateY(-10px) rotate(-45deg);
	}

	.change1 {
		transform: translateY(10px) rotate(45deg);
	}

	.hb span {
		display: block;
		width: 30px;
		height: 1px;
		background-color: var(--main-color);
		transition: var(--main-transition);
	}

	.hb {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 20px;
		flex-direction: column;
	}

	.ml_mb_logo img {
		height: 45px;
	}

	.ml_mb_head {
		display: flex;
		height: 60px;
		padding: 0 20px;
		background-color: var(--main-color-white);
		position: fixed;
		top: 0;
		left: 0;
		align-items: center;
		justify-content: space-between;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 100%;
		z-index: 99;
	}

	.ml_pcheader {
		display: none;
	}
}
