/*common start*/
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	box-sizing: border-box;
}

body {
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	color: #666;
}


a {
	color: #666;
}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 100%;
	padding: 0 5rem;
	margin: 0 auto;
}




.head {
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	z-index: 999;
}

	.head .wapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

.logo {
	width: 250px;
}

	.logo img {
		width: 100%;    max-width: 200px;
		display: block;
	}

.menu {
    width: 55vw;
}

.menu ul li {
	line-height: 100px;
	padding: 0 20px;
}

	.menu ul li a {
		font-size: 18px;
		font-weight: 400;
		color: #fff;
	}

.head.ny .menu ul li a {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

.menu ul {
	       display: flex
;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.link a {
}

.link {
	display: flex;
	align-items: center;
}

.menu ul li:hover a {
	color: #115A3F
}

.menu ul li.on a {
	color: #115A3F
}


.banner {
	position: relative;
	overflow: hidden;
}

	.banner .swiper-container {
	}

	.banner .swiper-slide {
		position: relative;
		overflow: hidden;
		z-index: 1;
	}

		.banner .swiper-slide.swiper-slide-active {
			z-index: 2;
		}

		.banner .swiper-slide img {
			display: block;
			width: 100%;
			height: auto;
			background: #f9f9f9;
			transform: scale(1.1);
			transition: all 4s ease;
		}

		.banner .swiper-slide.swiper-slide-active img {
			transform: scale(1);
		}

		.banner .swiper-slide .txtbg {
			width: 80%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}

		.banner .swiper-slide .txt {
			color: #fff;
			text-align: center;
		}

			.banner .swiper-slide .txt .h2 {
				font-size: 80px;
				line-height: 1.2em;
				font-weight: bold;
				margin-bottom: 20px;
			}

			.banner .swiper-slide .txt .h3 {
				font-size: 28px;
				line-height: 1.4em;
			}

	.banner .swiper-pagination {
		height: 10px;
		bottom: auto !important;
		top: 20% !important;
		right: 10% !important;
		left: auto !important;
		width: auto !important;
	}

		.banner .swiper-pagination span {
			display: inline-block;
			vertical-align: top;
			width: 20px;
			height: 20px;
			border-radius: 10px;
			margin: 0 8px;
			background: transparent;
			opacity: 1;
			transition: all .3s ease;
			border: 1px solid #fff;
		}

			.banner .swiper-pagination span.swiper-pagination-bullet-active {
				width: 20px;
				background: #fff;
				opacity: 1;
			}

	.banner .swiper-button-prev, .banner .swiper-button-next {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		background-color: rgba(0,0,0,.5);
		background-size: 15px 30px;
		opacity: 0;
		transition: all .3s ease;
		border-radius: 8px;
	}

	.banner .swiper-button-prev {
		left: 5%;
		transform: translateX(-100%);
	}

	.banner .swiper-button-next {
		right: 5%;
		transform: translateX(100%);
	}

	.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next {
		opacity: .7;
		transform: translateX(0) !important;
	}

	.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
		opacity: 1;
	}

@media(max-width:999px) {
	.banner .swiper-slide img {
		height: 50vw;
	}

	.banner .swiper-slide .txtbg {
		width: 90%;
	}

	.banner .swiper-slide .txt .h2 {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 10px;
	}

	.banner .swiper-slide .txt .h3 {
		font-size: 24px;
		line-height: 1.4em;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-button-prev, .banner .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}

.con1 {
	width: 100%;
}

	.con1 .wapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

.con1lf {
	width: 49%;
	padding: 100px 0;
}

	.con1lf h1 {
		font-size: 46px;
		margin-bottom: 30px;
	}

.con1rt {
	width: 49%;
}

	.con1rt img {
		width: 100%;
		display: block;
	}

.con1lf .nr {
	font-size: 20px;
	margin-bottom: 30px;
	color: #666666;
}

.mumping_mun {
	display: flex;
	width: 100%;
}

	.mumping_mun li {
		margin-right: 45px;
	}

		.mumping_mun li p {
			font-size: 20px;
			text-align: center;
		}

.mun_top {
	display: flex;
	align-items: baseline;
}

	.mun_top h2 {
		font-size: 55px;
		margin-right: 5px;
	}

	.mun_top span {
		font-size: 20px;
		font-weight: bold;
		margin-right: 5px;
	}

.con2 {
	width: 100%;
}

	.con2 .wapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

.con2lf {
	width: 49%;
	padding: 100px 0;
}

	.con2lf h1 {
		font-size: 46px;
		margin-bottom: 30px;
		color: #fff;
	}

.con14.wapper {
	padding: 0;
}

.con2rt {
	width: 49%;
}

	.con2rt img {
		width: 100%;
		display: block;
	}

.con2lf .nr {
	font-size: 20px;
	margin-bottom: 100px;
	color: #fff;
}

.mumping_mun1 {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

	.mumping_mun1 li { /*margin-right: 230px;*/
		margin-right: 10rem;
	}

		.mumping_mun1 li p {
			font-size: 20px;
			color: #fff;
		}

.mun_top1 {
	display: flex;
	align-items: center;
}

	.mun_top1 h2 {
		font-size: 55px;
		margin-right: 5px;
		color: #fff;
	}

	.mun_top1 span {
		font-size: 14px;
		color: #Fff;
		border-radius: 2vw;
	}

.con3 {
	width: 100%;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

	.con3 .wapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

.con3lf {
	width: 49%;
	padding: 0 0;
}

	.con3lf span {
		font-size: 18px;
		color: #fff;
		display: block;
		margin-bottom: 10px;
	}

	.con3lf h1 {
		font-size: 46px;
		margin-bottom: 30px;
		color: #fff;
	}

.con3rt {
	width: 49%;
	border-radius: 25px;
	overflow: hidden;
}

	.con3rt img {
		width: 100%;
		display: block;
	}

.con3lf .nr {
	font-size: 20px;
	margin-bottom: 100px;
	color: #fff;
}


.con4 {
	width: 100%;
	padding: 150px 0;
	position: relative;
}

.con4bt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

	.con4bt h1 {
		font-size: 46px;
		color: #000;
	}

.c4qh {
	display: flex;
	align-items: center;
}

.prev {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #04593F;
}

	.prev img {
		width: 20px;
	}

	.prev .img1 {
		display: none;
	}

.next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #04593F;
}

	.next img {
		width: 20px;
	}

	.next .img1 {
		display: none;
	}

.c4item h1 {
	font-size: 60px;
	margin-bottom: 10px;
	color: #000;
}

.c4item span {
	font-size: 14px;
	display: block;
}

.nr {
	margin-top: 45px;
	width: 100%;
	font-size: 18px;
	color: #000;
}

.c4item .nr p {
	line-height: normal;
}

.con4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #04593F;
}

.con4 .swiper-pagination {
	bottom: 80px;
	top: auto !important;
}

.prev.swiper-button-disabled {
	background-color: #Fff;
}

.next.swiper-button-disabled {
	background-color: #fff;
}

	.next.swiper-button-disabled .img1 {
		display: block;
	}

	.next.swiper-button-disabled .img2 {
		display: none;
	}

.prev.swiper-button-disabled .img1 {
	display: block;
}

.prev.swiper-button-disabled .img2 {
	display: none;
}

.con5 {
	width: 100%;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

	.con5 .wapper {
		display: flex;
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

.c5lf {
	width: 25%;
}

	.c5lf span {
		display: block;
		font-size: 18px;
		color: #fff;
		margin-bottom: 10px;
		color: #fff;
	}

	.c5lf h1 {
		font-size: 46px;
		color: #fff;
		margin-bottom: 50px;
		color: #fff;
	}

	.c5lf img {
		width: 100%;
		border-radius: 2vw;
	}

.c5rt {
	width: 50%;
}

	.c5rt ul li {
		padding: 20px 0;
		border-bottom: 1px solid #fff;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.c5rt ul li span {
			font-size: 24px;
			color: #fff;
		}

		.c5rt ul li strong {
			font-size: 18px;
			color: #fff;
		}

.con6 {
	width: 100%;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

	.con6 ul {
		display: flex;
		flex-wrap: wrap;
		/* justify-content: center;*/
	}

		.con6 ul li {
			width: calc((100%) / 3);
			min-width: fit-content; /*width: calc((100% - 180px)/3); margin-right: 90px; float: left;*/
		}

			.con6 ul li:nth-child(3n) {
				margin-right: 0;
			}

.c6bt {
	border-left: 2px solid #0F4B35;
	color: #313131;
	margin-bottom: 60px;
	padding-left: 60px;
}

	.c6bt h1 {
		font-size: 45px;
	}

	.c6bt p {
		font-size: 18px;
	}

.con6 ul li .nr {
	font-size: 18px;
	color: #666666;
	padding-left: 60px;
}

.pronav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0;
	border-bottom: 2px solid #ddd;
}

	.pronav h1 {
		font-size: 30px;
		color: #000;
	}

	.pronav ul {
		display: flex;
		align-items: center;
	}

		.pronav ul li {
			padding: 0 0;
			font-size: 18px;
			padding: 40px 40px;
			border-bottom: 2px solid #fff;
		}

			.pronav ul li.on {
				border-color: #04593F;
				color: #04593F;
			}



.product {
	width: 100%;
	padding-top: 150px;
}

.procon {
	width: 100%;
	padding: 30px 0;
}

.protop {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.protop span {
		font-size: 18px;
		color: #000;
		font-weight: bold;
	}

	.protop p {
		font-size: 18px;
	}

.procon ul li {
	width: calc((100% - 120px)/3);
	margin: 20px;
	float: left;
}

	.procon ul li img {
		    width: 100%;
    display: inline-block;
    aspect-ratio: 5 / 3;
    object-fit: contain;
    border-radius: 30px;
    border: 5px solid transparent;
    transition: border-color 0.3s;
	}

.procon ul li img:hover {
    border-radius: 30px;
    border: 5px solid #005b40;
}
	.procon ul li h1 {
		font-size: 18px;
		text-align: center;
		padding: 10px 0;
	}

.nybanner {
	width: 100%;
	position: relative;
}

	.nybanner img {
		width: 100%;
		display: block;
	}

.nywz {
	width: 100%;
	position: absolute;
	bottom: 150px;
	left: 0;
}

	.nywz h1 {
		font-size: 39px;
		color: #000;
		margin-bottom: 40px;
	}

	.nywz .nr {
		font-size: 18px;
		color: #000;
	}

.nywzlf {
	width: 40%;
}

.seavice {
	width: 100%;
}

.seaviceitem {
	width: 100%;
	background-color: #F7F7F7;
	padding: 80px 0;
}

.seavicebt {
	width: 100%;
	margin-bottom: 30px;
}

	.seavicebt span {
		font-size: 18px;
		display: block;
		color: #000;
		margin-bottom: 10px;
	}

	.seavicebt h1 {
		font-size: 39px;
		color: #000;
	}

.seavicecon {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #04593F;
}

.seavicelf {
	width: 60%;
}

	.seavicelf img {
		width: 100%;
		display: block;
	}

.seavicert {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.seavicert h2 {
		font-size: 20px;
		color: #fff;
		margin-bottom: 30px;
	}

	.seavicert .nr {
		font-size: 14px;
		color: #fff;
		margin: 0;
	}

.seartnr {
	width: 80%;
}

.seaviceitem1 {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}

.seavicecon1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #E2E8CC;
}

.seavice1lf {
	width: 75%;
}

	.seavice1lf img {
		width: 100%;
		display: block;
	}

.seavice1rt {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.seavice1rt ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.seavice1rt h2 {
		font-size: 20px;
		color: #000;
		margin-bottom: 10px;
	}

	.seavice1rt .nr {
		font-size: 14px;
		color: #000;
		margin: 0;
	}


.seaviceitem2 {
	width: 100%;
	padding: 80px 0;
}

	.seaviceitem2 ul {
		display: flex;
		flex-wrap: wrap;
	}

		.seaviceitem2 ul li {
			width: calc(100% / 3);
			padding: 50px;
			height: 600px;
			background-color: #ffffff;
		}

.seavice2item img {
	width: 120px;
	margin-bottom: 25px;
}

.seaviceitem2 ul li h2 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}

.seaviceitem2 ul li .nr {
	text-align: justify;
	font-size: 20px;
	color: #000;
	margin: 0;
}

.seaviceitem2 ul li.white {
	background-color: #005940;
}

	.seaviceitem2 ul li.white h2 {
		color: #ffffff;
	}

	.seaviceitem2 ul li.white .nr {
		color: #ffffff;
	}

.panter {
	width: 100%;
	padding: 80px 0;
}

.panterbt {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

	.panterbt h1 {
		font-size: 40px;
		text-align: center;
	}

.panter ul li {
	width: calc((100% - 280px)/4);
	margin: 35px;
	float: left;
}

.panteritem {
	width: 100%;
	border-radius: 25px;
	background-image: url(../images/w5.png);
	background-position: center;
	background-size: cover;
	height: 250px;
}

.panteritem {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}

	.panteritem img {
		width: 50px;
		margin-bottom: 20px;
	}

	.panteritem h2 {
		width: 100%;
		font-size: 20px;
		color: #000;
		text-align: center;
	}

	.panteritem p {
		font-size: 18px;
	}

.foot {
	width: 100%;
	padding: 80px 0;
	padding-bottom: 0;
}

.footell h1 {
	font-size: 42px;
	color: #000;
}

.footlogo {
	width: auto;
}

.footell p {
	font-size: 20px;
	padding: 0;
	color: #000;
	font-weight: bold;
}

.lunages {
	margin-top: 20px;
}

	.lunages a {
		font-size: 20px;
		margin-right: 20px;
	}

.footlogo img {
	width: 200px;
	display: block;
	margin-bottom: 40px;
}

.footlogo .nr {
	font-size: 16px;
	color: #999999;
}

.foot .wapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 20px;
}

.footitem {
	width: 25%;
}

	.footitem h1 {
		font-size: 18px;
		color: #fff;
		margin-bottom: 30px;
	}

	.footitem p {
		font-size: 18px;
		color: #999999;
	}

	.footitem a {
		font-size: 18px;
		color: #fff;
		display: block;
		padding: 20px 0;
	}

	.footitem span {
		font-size: 18px;
		color: #fff;
		display: block;
	}

	.footitem ul li a {
		font-size: 18px;
		padding: 0;
		color: #000;
	}

	.footitem ul li {
		line-height: 35px;
		width: calc(100% / 2);
		float: left;
		text-align: center;
		margin-bottom: 10px;
		color: #000;
	}

.flow {
	display: flex;
	align-items: center;
}

	.flow a {
		padding: 0;
		margin: 0 15px;
	}

.footbtm {
	width: 100%;
	margin: 0 5rem;
	padding: 0;
	border-top: 1px solid #999;
	margin-top: 60px;
}

	.footbtm p {
		font-size: 18px;
	}

.sp_header {
	height: 50px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
	display: none;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}

	.sp_logo img {
		margin: auto;
		max-height: 30px;
	}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}

	.sp_nav span {
		display: block;
		background: #005a40;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

		.sp_nav span:nth-of-type(1) {
			top: 0px
		}

		.sp_nav span:nth-of-type(2) {
			top: 10px
		}

		.sp_nav span:nth-of-type(3) {
			top: 20px
		}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 50px
}

.sjj_nav > ul > li:first-child {
	overflow: hidden;
	border-top: 0
}

	.sjj_nav > ul > li:first-child > a {
		float: left;
		width: calc(100% - 70px)
	}

	.sjj_nav > ul > li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}

		.sjj_nav > ul > li:first-child .language a {
			width: 35px;
			float: left;
			border-left: 1px #ddd solid;
			text-align: center;
			color: #999;
		}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav > ul > li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li > ul {
	margin-left: 10px
}

.con {
	width: 100%;
	padding: 100px 0;
}

.job2 {
}

	.job2.active {
	}

	.job2 ul li {
		border-bottom: 1px solid #e8e8e8;
	}

		.job2 ul li:nth-child(1) {
			border-top: 1px solid #e8e8e8;
		}

		.job2 ul li .txt1 {
			position: relative;
			cursor: pointer;
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}

			.job2 ul li .txt1 .h2 {
				width: auto;
				font-size: 14px;
				line-height: 1.5em;
				height: 60px;
				text-align: left;
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
			}

				.job2 ul li .txt1 .h2 span {
					display: block;
					width: auto;
					padding: 0;
					font-size: 22px;
					font-weight: bold;
					color: #000;
				}

			.job2 ul li .txt1 .h3 {
				width: 72%;
				font-size: 14px;
				line-height: 2.5em;
				padding-right: 60px;
			}

				.job2 ul li .txt1 .h3 span {
					display: inline-block;
					width: 24%;
				}

			.job2 ul li .txt1 i {
				width: 20px;
				height: 20px;
				background: url(../images/down0.png) center no-repeat;
				position: absolute;
				top: 50%;
				right: 20px;
				transform: translateY(-50%);
			}

		.job2 ul li .txt2 { /*border-top: 1px solid #D3D3D3;*/
			background: transparent; /*padding: 1vw 0;*/
			display: none;
		}

			.job2 ul li .txt2 .h4 {
				line-height: 2em;
				font-size: 16px;
				color: #000;
			}

		.job2 ul li.active { /* box-shadow:0 0 10px rgba(0,0,0,.1); */
		}

			.job2 ul li.active .txt1 {
				background: var(--primary-color);
				color: #fff;
			}

				.job2 ul li.active .txt1 i {
					background-image: url(../images/up01.png);
				}

@media(max-width:999px) {
	.job2 ul li .txt1 {
		display: block;
	}

		.job2 ul li .txt1 .h2 {
			width: 100%;
			font-size: 16px;
			line-height: 1.6em;
			height: 50px;
			border-right: none;
			border-bottom: 1px dashed #DDDDDD;
		}

			.job2 ul li .txt1 .h2 span {
				width: calc(100% - 40px);
				padding: 0 20px;
			}

		.job2 ul li .txt1 .h3 {
			width: calc(100% - 40px);
			font-size: 14px;
			line-height: 1.6em;
			padding: 10px 20px;
		}

			.job2 ul li .txt1 .h3 span {
				display: inline-block;
				width: 49%;
				margin: 5px 0;
			}

		.job2 ul li .txt1 i {
			width: 40px;
			height: 50px;
			top: 0;
			right: 10px;
			transform: translateY(0);
		}

	.job2 ul li .txt2 {
		padding: 10px 20px;
	}

		.job2 ul li .txt2 .h4 {
			font-size: 14px;
			line-height: 2em;
		}

	.job2 ul li.active .txt1 {
		background: rgba(0, 76, 158, 0.05);
		color: #666;
	}

		.job2 ul li.active .txt1 .h2 {
			background: var(--primary-color);
			color: #fff;
		}
}

.pantner {
	padding: 80px 0;
	width: 100%;
}

.panterlf {
	width: 49%;
}

	.panterlf h1 {
		font-size: 40px;
		color: #fff;
	}

.panterrt {
	width: 49%;
}

.pantner .wapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.panters {
	padding: 80px 0;
	width: 100%;
}

	.panters ul {
		display: flex;
		flex-wrap: wrap;
	}

		.panters ul li {
			width: 145px;
			margin-right: calc((100% - (145px * 4))/3);
			margin-bottom: 60px;
		}

			.panters ul li:nth-child(4n) {
				margin-right: 0;
			}

			.panters ul li img {
				width: 100%;
				max-width: 20vw;
				margin: auto;
				display: block;
				object-fit: contain;
				margin-bottom: 10px;
			}

			.panters ul li p {
				font-size: 14px;
				font-weight: bolder;
				text-align: center;
			}

			.panters ul li h1 {
				font-size: 16px;
				text-align: center;
				font-weight: normal;
			}

.panteradd {
	width: 100%;
	padding: 60px 0;
}

.pantertell {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}

	.pantertell img {
		margin-right: 10px;
		width: 40px;
	}

	.pantertell span {
		font-size: 42px;
		color: #1A593F;
	}

.pateraddbt {
	width: 100%;
	margin-bottom: 40px;
}

	.pateraddbt h1 {
		font-size: 40px;
		color: #fff;
	}

.pateraddnr select {
	width: 350px;
	height: 40px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
	color: #11593F;
	text-indent: 1rem;
	margin-right: 20px;
}

.pateraddnr input {
	width: 350px;
	height: 40px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
	color: #11593F;
	text-indent: 1rem;
	margin-right: 20px;
}

	.pateraddnr input::placeholder {
		color: #11593F;
	}

.pateraddnr button {
	height: 40px;
	padding: 0 20px;
	color: #11593f;
	border-radius: 20px;
}

.home1 {
	width: 100%;
	display: flex; /*padding: 80px 0;*/
	padding-top: 80px;
}

	.home1 .wapper {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: wrap;
	}

.home1lf {
	width: 49%;
}

	.home1lf h1 {
		font-size: 40px;
		margin-bottom: 10px;
		color: #000;
		font-weight: normal;
	}

.home1rt {
	width: 49%;
}

	.home1rt img {
		width: 100%;
		border-radius: 50vw;
	}

.home1pic {
	width: 100%;
	margin-top: 30px;
}

	.home1pic img {
		width: 100%;
		display: block;
	}

.home2 {
	width: 100%; /*padding: 80px 0;*/
}

	.home2 .wapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

.home2lf {
	width: 49%;
}

	.home2lf img {
		width: 100%;
	}

.home2rt {
	width: 44%;
}

	.home2rt .nr {
		font-size: 30px;
		margin-bottom: 40px;
	}

.home2btn {
	display: flex;
	align-items: center;
}

	.home2btn img {
		margin-right: 10px;
		height: 40px;
	}

	.home2btn span {
		font-size: 18px;
		font-weight: lighter;
		color: #000;
	}

.home3 {
	width: 100%;
	padding: 80px 0;
}

.home3bt h1 {
	font-size: 40px;
	margin-bottom: 60px;
	margin-top: 60px;
	color: #000;
}

.home3bt {
	margin-bottom: 40px;
	width: 100%;
}

.hom3item {
	width: 100%;
}

	.hom3item img {
		width: 100%;
		display: block;
		border-radius: 1vw;
	}

.hom4 {
	width: 100%;
	padding: 80px 0;
}

.con4bt1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}

	.con4bt1 h1 {
		font-size: 20px;
		color: #000;
	}

.c4qh1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hom4item {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hom4lf {
	width: 75%;
}

	.hom4lf h1 {
		font-size: 46px;
		margin-bottom: 40px;
		color: #3a3637;
	}

.hom4lfcon {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.h4lflf {
	width: 50%;
}

	.h4lflf img {
		width: 100%;
		display: block;
		border-radius: 1vw 1vw 7vw 7vw;
	}

.h4lfrt {
	width: 35%;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}

	.h4lfrt .nr {
		font-size: 30px;
		width: 100%;
		margin: 0;
	}

.hom4rt {
	width: min-content;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
}

.tstime {
	width: 100%;
	color: #3a3637;
	vertical-align: middle;
	15px 80px;
}

.times {
	display: flex;
	align-items: flex-end;
}

	.times h1 {
		font-size: 72px;
		margin-right: 10px;
	}

	.times span {
		font-size: 20px;
	}

.tstime p {
	font-size: 20px;
	line-height: normal;
	padding: 0;
}

.home5 {
	width: 100%;
	padding: 80px 0;
	background-image: url(../images/bgss.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.home5 .wapper {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

.home5lf {
	width: 45%;
}

	.home5lf h1 {
		font-size: 46px;
		color: #fff;
		margin-bottom: 40px;
	}

	.home5lf .nr {
		font-size: 20px;
		color: #fff;
		margin-bottom: 40px;
	}

.home5btn {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

	.home5btn img {
		width: 40px;
	}

.home5pic {
	width: 60%;
}

	.home5pic img {
		width: 100%;
		border-radius: 50vw;
	}

.home5btn img {
	margin-right: 10px;
}

.home5btn span {
	font-size: 16px;
	color: #fff;
}

.home5rt {
	width: 45%;
}

	.home5rt img {
		width: 100%;
		display: block;
		border-radius: 1vw;
	}



@media screen and (max-width:768px) {
	.con {
		padding: 20px 0;
	}

	.head {
		display: none;
	}

	.sp_header {
		display: block;
	}

	.nv {
		height: 50px;
	}

	.home1 {
		width: 100%;
		display: flex;
		padding: 20px 0;
	}

	.home1lf {
		width: 100%;
	}

		.home1lf h1 {
			font-size: 20px;
			margin-bottom: 10px;
		}

	.home1rt {
		width: 100%;
		margin: 10px 0;
	}

	.home2lf {
		width: 100%;
	}

	.home2rt {
		width: 100%;
	}

	.home1pic {
		width: 100%;
		margin: 0;
	}

	.wapper { /*width: 95% !important;*/
		padding: 0 2rem;
	}

	.footitem {
		width: 100%;
		margin: 10px 0;
	}

	.home2 {
		width: 100%;
		padding: 20px 0;
	}

	.home2rt .nr {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.nr {
		margin-top: 20px;
		width: 100%;
		font-size: 18px;
		color: #000;
	}

	.home3 {
		width: 100%;
		padding: 20px 0;
	}

	.home3bt {
		margin-bottom: 20px;
		width: 100%;
	}

		.home3bt h1 {
			font-size: 20px;
			margin-top: 40px;
		}

	.hom4 {
		width: 100%;
		padding: 20px 0;
	}

	.hom4lf {
		width: 100%;
	}

		.hom4lf h1 {
			font-size: 20px;
			margin-bottom: 20px;
		}

	.h4lfrt {
		width: 100%;
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
	}

		.h4lfrt .nr {
			font-size: 20px;
			width: 100%;
			margin: 10px 0;
		}

	.h4lflf {
		width: 100%;
	}

	.hom4rt {
		width: 100%;
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
	}

	.tstime {
		width: auto;
		vertical-align: middle;
	}

	.hom4rt {
		width: 100%;
		margin: 10px 0;
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.times h1 {
		font-size: 22px;
		margin-right: 10px;
	}

	.home5 {
		width: 100%;
		padding: 20px 0;
		background-image: url(../images/bgss.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.home5lf {
		width: 100%;
	}

		.home5lf h1 {
			font-size: 20px;
			color: #fff;
			margin-bottom: 20px;
		}

	.home5rt {
		width: 100%;
	}

	.foot {
		width: 100%;
		padding: 20px 0;
		padding-bottom: 0;
	}

	.footlogo {
		width: 100%;
	}

	.footbtm {
		width: calc((100% - 2rem) / 1);
		padding: 10px 0;
		border-top: 1px solid #999;
		margin: auto;
	}

		.footbtm img {
			display: none;
		}

	.footitem ul li {
		width: auto;
	}

	.footitem ul {
		display: flex;
		justify-content: space-between;
	}

	.con1lf {
		width: 100%;
		padding: 20px 0;
	}

	.con1rt {
		width: 100%;
	}

	.mun_top h2 {
		font-size: 20px;
		margin-right: 5px;
	}

	.mumping_mun li p {
		font-size: 14px;
	}

	.con1lf .nr {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.con1 {
		background-image: none !important;
	}

	.con2lf {
		width: 100%;
		padding: 20px 0;
	}

		.con2lf .nr {
			font-size: 20px;
			margin-bottom: 20px;
			color: #fff;
		}

	.mumping_mun1 li {
		margin-right: 10px;
	}

	.mun_top1 h2 {
		font-size: 24px;
		margin-right: 5px;
		color: #fff;
	}

	.mumping_mun1 li p {
		font-size: 12px;
		color: #fff;
	}

	.con3 {
		width: 100%;
		padding: 20px 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.con3lf {
		width: 100%;
		padding: 0 0;
	}

		.con3lf h1 {
			font-size: 24px;
			margin-bottom: 10px;
			color: #fff;
		}

		.con3lf .nr {
			font-size: 14px;
			margin-bottom: 20px;
			color: #fff;
		}

	.con3rt {
		width: 100%;
		border-radius: 25px;
		overflow: hidden;
	}

	.con4 {
		width: 100%;
		padding: 20px 0;
		position: relative;
	}

	.con4bt {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
	}

		.con4bt h1 {
			font-size: 28px;
			color: #000;
		}

	.c4item h1 {
		font-size: 20px;
		margin-bottom: 10px;
		color: #000;
	}

	.nr {
		margin-top: 10px;
		width: 100%;
		font-size: 14px;
		color: #000;
	}

	.con4 .swiper-pagination {
		bottom: 10px;
		top: auto !important;
	}

	.con5 {
		width: 100%;
		padding: 20px 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.c5lf {
		width: 100%;
	}

		.c5lf h1 {
			font-size: 22px;
			color: #fff;
			margin-bottom: 20px;
			color: #fff;
		}

	.c5rt {
		width: 100%;
	}

		.c5rt ul li {
			padding: 10px 0;
			border-bottom: 1px solid #fff;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

			.c5rt ul li span {
				font-size: 16px;
				color: #fff;
			}

			.c5rt ul li strong {
				font-size: 16px;
				color: #fff;
			}

	.con6 {
		width: 100%;
		padding: 20px 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

		.con6 ul li {
			width: 100%;
			margin-right: 0;
			float: left;
			margin-bottom: 20px;
		}

	.c6bt {
		border-left: 2px solid #0F4B35;
		margin-bottom: 20px;
		padding-left: 20px;
	}

		.c6bt h1 {
			font-size: 26px;
		}

	.panter {
		width: 100%;
		padding: 20px 0;
	}

		.panter ul li {
			width: 100%;
			margin: 10px 0;
			float: left;
		}

	.panterlf {
		width: 100%;
		margin-bottom: 20px;
	}

		.panterlf h1 {
			font-size: 20px;
			color: #fff;
			text-align: center;
		}

	.panterrt {
		width: 100%;
	}

	.panters {
		padding: 20px 0;
		width: 100%;
	}

		.panters ul li {
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
		}

	.panteradd {
		width: 100%;
		padding: 20px 0;
	}

	.pateraddnr select {
		width: 350px;
		height: 45px;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.5);
		color: #11593F;
		text-indent: 1rem;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.pateraddnr input {
		width: 350px;
		height: 45px;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.5);
		color: #11593F;
		text-indent: 1rem;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.product {
		width: 100%;
		padding-top: 0;
	}

	.pronav {
		flex-wrap: wrap;
	}

		.pronav ul li {
			padding: 0 0;
			font-size: 17px;
			padding: 10px;
			border-bottom: 2px solid #fff;
		}

	.procon ul li {
		width: 100%;
		margin: 10px 0;
		float: left;
	}

	.nywz {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		bottom: auto !important;
		transform: translate(-50%, -50%);
	}

	.nywzlf {
		width: 100%;
	}

	.nywz h1 {
		font-size: 20px;
		color: #000;
		margin-bottom: 20px;
	}

	.nywz .nr {
		font-size: 14px;
		color: #000;
	}

	.seaviceitem {
		width: 100%;
		background-color: #F7F7F7;
		padding: 20px 0;
	}

	.seavicebt h1 {
		font-size: 29px;
	}

	.seavicelf {
		width: 100%;
	}

	.seavicecon {
		flex-wrap: wrap;
	}

	.seavicert {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}

		.seavicert h2 {
			font-size: 20px;
			color: #fff;
			margin-bottom: 10px;
		}

	.seaviceitem1 {
		width: 100%;
		background-color: #fff;
		padding: 20px 0;
	}

	.seavicecon1 {
		flex-wrap: wrap;
	}

	.seavice1rt {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
	}

	.seavice1lf {
		width: 100%;
	}

	.seaviceitem2 {
		width: 100%;
		padding: 20px 0;
	}

		.seaviceitem2 ul li {
			width: 100%;
			padding: 20px;
			height: auto;
			background-color: #04593F;
		}
}
