html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
}

html.menu_open, body.menu_open {
	overflow: hidden;
}

.go_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/gotop.png) center no-repeat #006a68;
	border-radius: 50%;
	background-size: 50% auto;
	cursor: pointer;
	display: none;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 1480px) {
	.go_top {
		width: 32px;
		height: 32px;
	}
}

/* common search input */
.search_btn {
	height: 50px;
	z-index: 600;
	width: 50px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 0 0 10px;
	background: url(../images/search_btn.png) center no-repeat;
	z-index: 999;
}

.search_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
	display: none;
}

.search_box.on {
	display: block;
}

.search_box .close {
	background: url(../images/close.png) center no-repeat;
	background-size: 60%;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
}

.ser {
	height: 45px;
	width: 500px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.ser .search {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.ser .search input.notxt {
	width: calc(100% - 150px);
	padding: 0 0 0 20px;
}

.ser .search input.notxt1 {
	width: 120px;
	font-size: 0;
	bottom: 0;
	background: url(../images/search.png) center no-repeat #006a68;
}

/* common top menu */
.menu_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 0;
	z-index: -10;
	z-index: 9999;
	overflow: hidden;
	background: rgb(0, 94, 113);
}

.menu_box::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images2025/menu_bg_01.jpg);
	background-size: cover;
}

.menu_box.on {
	height: 100vh;
}

.menu_box .line {
	clear: both;
	background: rgba(255, 255, 255, .75);
	height: 1px;
	position: relative;
	z-index: 2;
}

.menu_box .top {
	max-width: 87vw;
	margin: 0 auto;
	padding: 25px 0 30px;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu_box .top .logo {
	display: block;
	padding-bottom: 0;
}

.menu_box .top .rt {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.menu_box .top .rt .links {}

.menu_box .top .rt a.link, .menu_box .top .rt .links a {
	line-height: ;
	color: #fffefe;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 18px;
}

.menu_box .top .rt a.link::before {
	content: '';
	display: block;
	height: 1em;
	width: 1px;
	background: #fffefe;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.menu_box .top .rt a.link:first-child:before {
	display: none;
}

.menu_box .top .rt .en {
	color: #fffefe;
	box-sizing: border-box;
	line-height: 18px;
	height: 22px;
	padding: 0px 10px;
	box-shadow: 0 0 0 1px #fffefe;
	border: none;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 10px;
	display: inline-block;
	margin-left: 2px;
	margin-left: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


.menu_box .top .close {
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 50%;
	padding: 0;
	color: #37988f;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	margin-left: 33px;
}

.menu_box .nav {
	position: relative;
	z-index: 2;
	height: calc(100vh - 180px);
	overflow: auto;
}

/* .menu_box .nav::-webkit-scrollbar{width: 4px;} */
.menu_box .nav ul {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 87vw;
	/* margin-top: 30px; */
}

.menu_box .nav ul::after {
	content: '';
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 0;
}

.menu_box .nav ul>li {
	position: relative;
	/* text-align: center; */
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);
	max-width: 12.5%;
}

.menu_box .nav ul li>a {
	font-size: 1.14vw;
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
}

.menu_box .subNav {
	width: 100%;
	white-space: normal;
}

.menu_box .subNav dd {}

.menu_box .subNav a {
	padding: 10px 0;
	display: block;
	line-height: 1.25vw;
	font-size: .88vw;
	text-align: left;
	color: #fffffe;
	color: rgb(255, 255, 255,0.8);
	transition:transform  0.3s ease;
	-webkit-transition:transform  0.3s ease;
	-moz-transition:transform  0.3s ease;
	-ms-transition:transform  0.3s ease;
	-o-transition:transform  0.3s ease;
}
.menu_box .subNav a:hover{
	color: rgb(255, 255, 255,1);
}
@media screen and (max-width: 1240px) {
	.menu_box .top {
		max-width: 96vw;
	}

	.menu_box .top .logo {
		width: 300px;
	}

	.menu_box .top .rt {
		padding-right: 0;
		padding-top: 10px;
	}

	.menu_box .top .close {
		margin: 0 0 0 24px;
	}

	.menu_box .nav {}

	.menu_box .nav ul {
		width: 96vw;
	}

	.menu_box .nav ul li {
		width: 100px;
		padding: 0 20px 0 0;
	}

	.menu_box .nav ul li>a {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}

	.menu_box .subNav {
		max-height: calc(100vh - 180px);
	}

	.menu_box .subNav a {
		line-height: 1.5;
		font-size: 14px;
	}

}

@media screen and (max-width: 996px) {
	.menu_open .header1 .logo{min-width: 180px;}
	.menu_box .top {
		max-width: 96vw;
	}

	.menu_box .top .logo {
		width: 300px;
	}

	.menu_box .top .rt {
		padding-right: 0;
		padding-top: 10px;
	}

	.menu_box .top .code_box, .menu_box .top .close {
		margin: 0 0 0 24px;
	}

	.menu_box .nav {
		margin: 5px 0 0;
	}

	.menu_box .nav ul {
		width: auto;
		max-width: 96vw;
	}

	.menu_box .nav ul li {
		width: 100px;
		padding: 0 20px 0 0;
	}

	.menu_box .nav ul li>a {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}

	.menu_box .subNav {
		max-height: calc(100vh - 180px);
	}

	.menu_box .subNav a {
		line-height: 1.5;
		font-size: 14px;
	}

	.menu_box {}

	.menu_box .top .logo {
		width: 240px;
	}

	.menu_box .top .rt {
		padding: 0;
	}

	.menu_box .top .code_box, .menu_box .top .close {
		margin: 0 0 0 16px;
	}

	.menu_box .nav ul li {
		width: auto;
		position: relative;
		padding: 0;
		display: block;
		max-width: none;
	}

	.menu_box .nav ul li .arrow {
		position: absolute;
		right: 0px;
		height: 40px;
		top: 0;
		width: 40px;
		transition: all 0.2s ease-in-out;
	}

	.menu_box .nav ul li.on .arrow {
		transform: rotate(180deg);
	}

	.menu_box .nav ul li .arrow::before {
		content: '';
		display: block;
		border-top: 6px solid #fff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
	}

	.menu_box .subNav {
		display: none;
		padding: 0 0 0 20px;
	}

	.menu_box li.on .subNav {
		display: block;
	}

	.menu_box .top {
		flex-direction: column;
		align-items: start;
		padding: 0;
	}

	.menu_box .top .logo {
		order: 1;
		padding: 20px 0;
		/* margin-bottom: 14px; */
		margin: 0 auto;
	}

	.menu_box .top .close {
		position: absolute;
		right: 0;
		bottom: 25%;
	}

	.menu_box .top .rt {
		margin: 10px 0 0;
		width: 100%;
		white-space: normal;
		flex-wrap: wrap;
	}

	.menu_box .top .rt>a {
		margin: 0 0 5px 0;
	}

	.menu_box .top .rt a.link, .menu_box .top .rt .links a {
		padding: 0 10px;
	}

}

.code_box {
	position: relative;
	z-index: 11;
	cursor: pointer;
}

.code_box::before {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/header02_ico3.svg) left center no-repeat;
	background-size: auto 100%;
}

.code_box .code {
	position: absolute;
	top: -30px;
	right: 100%;
	padding: 8px;
	display: none;
	white-space: nowrap;
	z-index: 10;
}

.code_box .code .box {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 90px;
}

.code_box .code span {
	display: block;
	padding: 0 4px 6px;
	min-height: 32px;
	line-height: 16px;
	color: #4f5050;
	white-space: normal;
	text-align: center;
	font-size: 12px;
}

.code_box .code img {
	display: block;
	width: 100%;
}

.code_box:hover .code {
	display: block;
}


/* home header */
.header1 {
	width: 100%;
	background: #006a68;
	position: relative;
}

.header1 .logo {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	width: 28%;
	padding-bottom: 18px;
	/* top: 50%;
	transform: translateY(-50%); */
}
/* .header1 .logo img{max-width: 440px;} */
.header1 .h0 {
	padding: 20px 0 18px;
	position: relative;
}

.header2 .h0 {
	padding: 30px 0;
	position: relative;
}

.header1 .h0 .row {
	display: flex;
	justify-content: space-between;
}

.header1 .h0 .lt {
	color: rgb(255, 254, 254,0.8);
}
.header1 .h0 .lt:hover{color: rgb(255, 254, 254,1);}
.header1 .h0 .rt {
	display: flex;
	align-items: center;
}

.header1 .h0 .rt .links {}

.header1 .h0 .rt .links a {
	color: rgb(255, 254, 254,0.8);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 14px;
}
.header1 .h0 .rt .links a:hover{
	color: rgb(255, 254, 254,1);
} 
.header1 .h0 .rt .links a::before {
	content: '';
	display: block;
	height: 1em;
	width: 1px;
	background: rgb(255, 254, 254,0.7);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header1 .h0 .rt .links a:first-child:before {
	display: none;
}

.header1 .h0 .rt .en {
	color: rgb(255, 254, 254,0.8);
	box-sizing: border-box;
	line-height: 18px;
	height: 22px;
	padding: 0px 10px;
	box-shadow: 0 0 0 1px rgb(255, 254, 254,0.8);
	border: none;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 8px;
	display: inline-block;
	margin-left: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.header1 .h0 .rt .en:hover{
	box-shadow: 0 0 0 1px rgb(255, 254, 254,0.9);
	color: rgb(255, 254, 254,1);
}
.header1 .h0 .rt .pc_search {
	border: none;
	box-shadow: 0 0 0 1px rgb(255, 254, 254,0.8);
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 88px;
	height: 22px;
	border-radius: 8px;
	margin-left: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.header1 .h0 .menu_btn {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	text-align: center;
	color: rgb(255, 254, 254,0.8);
	cursor: pointer;
}
.header1 .h0 .menu_btn:hover{	color: rgb(255, 254, 254,1);}
.header1 .h1 {
	position: relative;
}

.header1 .h1 .row {
	position: relative;
	;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.pc_search:hover input.notxt1{opacity: 1;}
.header1 .h0 .rt .pc_search:hover{box-shadow: 0 0 0 1px rgb(255, 254, 254,0.9);}
.header1 .h1 .row .pic {}

/* .header1 .h1 .row::before{content: "";display: block;height: 120%;width: 103.75%;background: url(../images/h1_bg.png) no-repeat bottom;background-size:  100% auto;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);} */

.header1 .h2 {
	position: relative;
	/* background: rgba(255, 255, 255, 0.1); */
	background: #c2e4e1;
}

.header1 .h2 .nav {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: visible !important;
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.header1 .h2 .nav::after {
	content: '';
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.header1 .h2 .nav .nav_logo {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.header1 .h2 .nav>li {
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);
}

.header1 .h2 .nav>li>a {
	font-size: 22px;
	display: block;
	position: relative;
	color: #464646;
	line-height: 59px;
	height: 59px;
	font-weight: bold;
}

.header1 .h2 .nav>li>a:after {
	content: "";
	border-bottom: 3px solid #005d75;
	margin-top: 0px;
	display: block;
	width: 37px;
	left: 50%;
	margin-left: -18px;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
	position: absolute;
	bottom: 7px;
}

.header1 .h2 .nav>li:nth-of-type(1)>a::before {
	display: none;
}

.header1 .h2 .nav>li>a:before {
	content: "";
	border-left: 1px solid #005d75;
	height: 22px;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	position: absolute;
	left: 50%;
	top: calc(100% - 7px);
	transform-origin: center top;
}

.header1 .h2 .nav>li.on>a:before {
	transform: none;
}

.header1 .h2 .nav>li>a.now:after {
	transform: none;
}

.header1 .h2 .nav>li.on>a:after {
	transform: none;
}

.header1 .h2 .sub_nav1 {
	position: relative;
	width: 100%;
	z-index: 10;
}

.header1 .h2 .sub_nav1>li {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: calc(100vh - 300px);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	width: 87%;
}

.header1 .h2 .sub_nav1>li:nth-child(n+6) {
	left: auto;
	right: 0;
}

.header1 .h2 .sub_nav1>li .item {
	margin-top: 15px;
}

.header1 .h2 .sub_nav1>li .item {
	padding: 50px 30px 50px 50px;
	display: -ms-flexbox;
	display: flex;
	border-top: 3px solid #005d75;
	background: url(../images/xl2.png) no-repeat right bottom #fff;
	display: flex;
	align-items: start;
	align-items: self-start;
	align-items: flex-start;
}

.header1 .h2 .sub_nav1>li.on {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.header1 .h2 .sub_nav1>li .l {
	display: -ms-flexbox;
	display: flex;
	width: 54%;
}

.header1 .h2 .sub_nav1>li .l .pic {
	width: 198px;
}

.header1 .h2 .sub_nav1>li .l .pic img {
	width: 100%;
	height: auto;
}

.header1 .h2 .sub_nav1>li .l .txt {
	/* width: 445px; */
	-ms-flex: 1;
	flex: 1;
	color: #005d75;
	line-height: 1.88;
	display: flex;
	justify-content: center;
	padding-left: 30px;
}

.header1 .h2 .sub_nav1>li .r {
	width: 46%;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.7;
	padding-left: 5%;
}

.header1 .h2 .sub_nav1>li .r a {
	min-width: 33.33%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px 0 0;
}
.header1 .h2 .sub_nav1>li:nth-child(3) .r a{min-width: 50%;}
.header1 .h2 .sub_nav1>li .r2 a,.header1 .h2 .sub_nav1>li .r2 dd{min-width: 50%;}
.header1 .h2 .sub_nav1>li .r a:hover {
	color: #005d75;
}

@media screen and (min-width: 996px) {
	.header1.scroll {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		box-shadow: 0 4px 4px rgb(0, 51, 52, .5)
	}

	.header1.scroll .h0, .header1.scroll .h1 {
		display: none;
	}

	.header1.scroll .h2 {
		background: #006a68;
		padding: 6px 0;
	}

	.header1.scroll .h2 .nav {
		padding: 0 0 0 280px;
		width: calc(100% - 280px);
	}

	.header1.scroll .h2 .nav .nav_logo {
		width: 250px;
	}

	.header1.scroll .h2 .nav>li>a {
		font-size: 20px;
		line-height: 60px;
		height: 60px;
		color: #fff;
		font-weight: normal;
	}
}

@media screen and (max-width: 1641px) {
	.header1 .h2 .sub_nav1>li .l .txt {
		font-size: 16px;
	}

	.header1.scroll .h2 .nav>li>a {
		font-size: 16px;
	}
	.header1 .h2 .sub_nav1>li .r a{padding: 0 9px 0 0;}
	.header1 .h2 .sub_nav1>li .r {
		font-size: 14px;padding-left: 3%;
	}

}

@media screen and (max-width: 1540px) {
	.header1 .h2 .sub_nav1>li .item{padding-left: 20px;padding-right: 10px;}
	.header1 .h2 .sub_nav1>li .l{
		width: 56%;
	}
	.header1 .h2 .sub_nav1>li .r{
		width: 40%;
	}
	.header1 .h2 .sub_nav1>li .l .pic{
		width: 120px;
	}

	.header1 .h2 .sub_nav1>li .l .txt {
		font-size: 14px;
	}

	.header1 .h2 .nav>li>a {
		font-size: 18px;
	}


}

@media screen and (max-width: 1460px) {
	.header1 .h2 .sub_nav1>li .l .txt {
		font-size: 16px;
	}

	.header1 .h2 .nav>li>a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1340px) {


	.header1 .h2 .sub_nav1>li .item {
		padding: 20px;
	}

	.header1 .h2 .sub_nav1>li .l .pic {
		width: 100px;
	}

	.header1 .h2 .sub_nav1>li .l .txt {
		font-size: 12px;
	}

	.header1 .h2 .sub_nav1>li .r {
		font-size: 14px;
	}
}

@media screen and (max-width: 1240px) {
	.header1.scroll .h2 .nav>li>a {
		font-size: 16px;
	}

	.header1.scroll .h2 .nav {
		padding: 0 0 0 265px;
		width: calc(100% - 265px);
	}
}

@media screen and (max-width: 1200px) {
	.header1 .h2 .nav>li>a {
		font-size: 20px;
	}

	.header1.scroll .h2 .nav {
		padding: 0 0 0 260px;
		width: calc(100% - 260px);
	}
}

@media screen and (max-width: 1220px) {
	.header1.scroll .h2 .nav>li>a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1100px) {

	.header1 .h2 .nav>li>a {
		font-size: 18px;
	}

	.header1.scroll .h2 .nav {
		padding: 0 0 0 220px;
		width: calc(100% - 220px);
	}

	.header1.scroll .h2 .nav .nav_logo {
		width: 200px;
	}

	.header1.scroll .h2 .nav>li>a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1040px) {
	.header1 .h0 .rt .links a {
		padding: 0 12px;
	}
}

@media screen and (max-width: 1020px) {
	.header1.scroll .h2 .nav .nav_logo {
		width: 150px;
	}

	.header1.scroll .h2 .nav {
		padding: 0 0 0 160px;
		width: calc(100% - 160px);
	}

	.header1 .h0 .rt .links a {
		padding: 0 8px;
	}
}


/* news pages header */
.header2 {
	background: #fff;
}

.header2 .h0 .rt .links a {
	color: #006a68;
}

.header2 .h0 .rt .links a::before {
	background: #006a68;
}

.header2 .h0 .rt a.news {
	color: rgb(0, 93, 117);
	position: relative;
	font-weight: bold;
	display: inline-block;
	padding: 0 16px;
}

.header2 .h0 .rt a.news::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgb(0, 93, 117);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.header2 .h0 .rt a.news::after {
	content: '';
	background: url(../images/title_bg.png) no-repeat center/auto 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	bottom: -2px;
	opacity: .6;
}

.header2 .h0 .rt .en {
	background: #ebf5f0;
	color: #006a68;
	border-radius: 8px;
	border: none;
	min-width: 35px;
	text-align: center;
}

.header2 .h0 .menu_btn {
	color: #006a68;
}

.header2 .h0 .rt .pc_search {
	border: 1px solid #ebf5f0;
	background: #ebf5f0;
}

.header2 .h0 .rt .pc_search .search input.notxt1 {
	background: url(../images/search2.png) center no-repeat;
	background-size: 100% auto;
}

.content {
	position: relative;
}

.header2 .logo .logo1 {
	display: inline-block;
}

.header2 .news_logo .logo1 {
	width: 70%;
}

.header2 .news_logo .logo2 {
	width: 25%;
	margin-left: 75%;
}

.mob_nav_btn {
	height: 40px;
	text-align: left;
	width: 40px;
	z-index: 55;
	position: absolute;
	cursor: pointer;
	margin-right: 0;
	font-weight: 700;
	text-align: right;
	right: 15px;
	top: 39px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
	background: none;
	display: block;
}

.mob_nav_btn span {
	position: absolute;
	left: calc((100% - 34px)/ 2);
	top: calc((100% + 6px)/ 3);
	width: 35px;
	height: 2px;
	background-color: #006a68;
	animation-duration: .5s;
	animation-fill-mode: both;
}

.mob_nav_btn span:nth-child(1) {
	transform: translateY(4px) rotate(0);
	animation-name: outfirst
}

.mob_nav_btn span:nth-child(2) {
	transform: translateY(-4px) rotate(0);
	animation-name: outsecond
}

.mob_nav_btn span:nth-child(3) {
	transform: translateY(-4px) rotate(0);
	animation-name: outthird
}

.mob_nav_btn.on span {
	position: absolute;
	left: calc((100% - 33px)/ 2);
	top: calc((100% + 15px)/ 3);
}

.mob_nav_btn.on span:nth-child(1) {
	animation-name: clickfirst
}

.mob_nav_btn.on span:nth-child(2) {
	animation-name: clicksecond
}

.mob_nav_btn.on span:nth-child(3) {
	animation-name: clickthird
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0)
	}

	100% {
		transform: translateY(0) rotate(45deg)
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0)
	}

	100% {
		transform: translateY(0) rotate(-45deg)
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg)
	}

	100% {
		transform: translateY(-9px) rotate(0)
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg)
	}

	100% {
		transform: translateY(4px) rotate(0)
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg)
	}

	100% {
		transform: translateY(15px) rotate(0);
	}
}

.mobile_header_cover {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 137px;
	bottom: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 15;
	transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}

.mobile_header_cover.on {
	bottom: 0;
}

.mobile-header {
	max-width: 100%;
	position: fixed;
	top: 137px;
	right: 0;
	z-index: 995;
	overflow: auto;
	background: rgba(5, 128, 5, 1);
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	height: calc(100vh - 137px);
	overflow-y: scroll;
}

.mobile-header.on {
	animation-duration: .5s;
	animation-fill-mode: both;
	animation-name: y_scale;
	display: block;
}

.mobile-nav {
	width: 100%;
	padding-top: 0;
}

.mobile-nav li {
	position: relative;
	padding: 0 0;
	border-bottom: 1px solid #f2f2f2;
}

.mobile-nav li.on .arrow {
	transform: rotate(-90deg);
}

.mobile-nav li a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-size: 18px;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #373837;
	padding: 12.5px 0;
	color: #fff;
}

.mobile-nav dd a {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.mobile_subNav {
	padding: 0 15px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .9);
	overflow: hidden;
}

.mobile-nav dd a {
	height: 20px;
	line-height: 20px;
	border-top: 1px solid rgba(135, 135, 135, .1);
	font-size: 16px;
	padding-left: 50px;
	position: relative;
	color: #282828;
}

.mobile-nav dd:first-child a {
	border-top: 0
}

.mobile-nav dd a::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	bottom: 0;
	background: #006a68;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	z-index: -1
}

.mobile-nav dd:hover a {
	color: #fff
}

.mobile-nav dd:hover a::before {
	left: -30px;
	right: -30px
}

.mobile-nav .arrow {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2.5rem;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: url(../images/mobile_arrow1.png) center no-repeat;
	background-size: 10px 15px;
}

.mobile-nav .arrow.on {
	background-image: url(../images/mobile_arrow2.png)
}

.mobile_subNav {
	display: none
}

li.on .mobile_subNav {
	display: block
}

.mobile_search {
	height: 56px;
	z-index: 600;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	margin: 30px 40px 40px;
	border: 1px solid #d3d3d3
}

.mobile_search .search {
	width: 100%;
	height: 100%
}

.mobile_search .search input.notxt {
	position: absolute;
	width: calc(100% - 58px);
	height: 100%;
	color: #666;
	left: auto;
	right: 0;
	padding-right: 15px;
	top: 1px;
	margin: 0;
	outline: 0;
	font-size: 16px;
	z-index: 3;
	box-sizing: border-box;
	border: 0
}

.mobile_search .search input.notxt1 {
	position: absolute;
	width: 58px;
	height: 100%;
	border: none;
	background: url(../images/search_btn.png) center center no-repeat #058005;
	background-size: 19px;
	right: 0;
	cursor: pointer;
	top: 0;
	z-index: 3;
	font-size: 0;
	padding: 0;
}

.mob_links {
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}

.mob_linksIn {
	overflow: hidden;
	float: right;
	margin-right: 50px
}

.mob_links dl dt::before {
	background: #fff;
	opacity: .75
}

.mob_links dl {
	margin: 0 0 10px;
	overflow: hidden;
	text-align: left;
}

.mob_links dl:nth-child(2) {
	margin: 0
}

.mob_links dl a {
	color: #fff;
	font-size: 14px
}

.mob_links dl dt {
	/* float:left; */
	position: relative
}

.mob_links dl dt::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #a7a8a7;
	bottom: 0;
	left: calc(50% - 8px);
}

.mob_links dl dt a {
	font-size: 14px;
	color: #333;
	font-weight: 700
}

.mob_links dl dd {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	border-radius: 40px;
}

.mob_links dl dd::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 1px;
	opacity: .3;
	background: #fff;
	right: 10px;
	top: 50%
}

.mob_links dl dd:last-child::before {
	display: none
}

.header2 .search input.notxt {

	color: #007072
}

.header2 .h2::before {
	content: '';
	display: block;
	width: 100%;
	height: 145px;
	background: rgba(0, 152, 68, .9);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;

}

.header2.scroll .h2::before {
	height: 0;
}

@media screen and (max-width:1640px) {
	.footer .footer_4 {
		max-width: 38%;
		flex: 1;
	}
	.header2 .h0 .lt {
		width: 33%;
	}
	.header1 .logo{width: 38%;}
	.menu_open .header1 .logo{/* width:32%; *//* padding-bottom: 0; */}
	/* footer {
		padding: 60px 0 40px;
	} */
	.footer_1 a img{max-width: 80px;}
	.footer_3 a img,.footer_3 .ewm{width: 70px;}
}

@media screen and (max-width:1340px) {
	.footer_1 a img{max-width: 70px;}
	.footer_3 a img,.footer_3 .ewm{width: 60px;}
	.header1 .logo{width: 48%;}
	.menu_open .header1 .logo{/* width:30%; *//* padding-bottom: 0; */}
	.header1 .h0 .rt .links {
		line-height: 16px;
		margin: -2px 0 0;
	}

	.header1 .h0 .rt .links a {
		padding: 0 6px 0 10px;
		line-height: 16px;
	}

	.header2 .h0 .rt a.news {
		padding: 0 10px;
	}
}

@media screen and (max-width:1240px) {
	.header2 .h0 .lt {
		width: 27%;
	}
}

@media screen and (max-width:1140px) {
	.header2 .h0 .lt {
		/* width: 86%; */
	}

	.header1 .h0 .rt .links {
		line-height: 16px;
	}

	.header2 .h0 .rt .links a, .header2 .h0 .rt a.news {
		/* padding: 0 10px; */
		font-size: 12px;
	}
}

@media screen and (max-width: 996px) {
	.header1 .logo {
		width: auto;
		padding-bottom: 0;
		justify-content: left;
		max-width: calc(100% - 110px);
	}

	.header1 .h2, .header1 .h0 .lt, .header1 .h0 .rt .links, .header1 .h0 .rt .en, .header1 .h0 .rt .pc_search {
		display: none;
	}

	.header2 .h0 .rt a.news {
		margin: 0 10px 0 0;
		font-size: 14px;
	}

	.header1 .h0 {
		padding: 0;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}

	.header2 .h0 {
		position: relative;
		transform: translateY(0);
		top: 0;
		padding: 12px 0;
	}


	.header1 .h0 .menu_btn {
		margin: 0;
	}

	.header1 .h1 .row .pic {
		display: none;
	}

	.header1 .h1 .row {
		padding: 14px 0;
	}

	/* .header1 .h1 .row::before{display: none;} */
	.header1 .h1 .rt {
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}

	.header1 .h1 .menu_btn {
		background: rgba(255, 255, 255, .2);
		border-radius: 50%;
	}

	.header2 .h0 .lt {
		/* width: 100%; */
		display: block;
		width: auto;
		max-width: calc(100% - 120px);
	}

	.header2 .h0 .row {
		align-items: center;
	}

	.header2 .h0 .rt {
		display: block;
	}

	.header2 .pc_search {
		margin-top: 20px;
		width: 100%;
		height: 40px;
		background: #fff;
	}

	.header2 .search input.notxt1 {
		width: 20%;
		right: 0;
		background: #ebf5f0 url(../images/search2.png) center no-repeat;
	}

	.header2 .search input.notxt {
		width: calc(80% - 20px);
		color: #007072;
		left: 0;
		padding: 0 10px;
	}

	.header2 .h2 {
		display: none;
	}

	.header2 .logo {
		margin: 0 auto;
		max-width: initial;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:600px) {
	.menu_box .top .rt a.link, .menu_box .top .rt .links a {
		font-size: 13px;
	}

	.header2 .logo {
		/* width: 300px; */
	}

	.mobile-header, .mobile_header_cover {
		top: 105.39px;
	}
}

@media screen and (max-width:479px) {
	.header2 .logo {
		/* width: 225px; */
		margin: auto;
		display: inline-block;
	}

	.mob_nav_btn {
		top: 29px;
		transform: scale(.8);
	}

	.mobile-header, .mobile_header_cover {
		top: 93.03px;
	}
}


footer {
	background: #006a68;
	color: #fff;
	padding: 70px 0 50px;
	position: relative;
	z-index: 1;
}

footer a {
	color: #fff;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .footer_1 a {
	display: block;
}

.footer .footer_2 {
	margin: 0 25px;
	max-width: 32%;
}

.footer .footer_2 .links {
	font-weight: bold;
	margin-bottom: 10px;
}

.footer .footer_2 .links a {
	display: inline-block;
	margin-right: 35px;
}
.footer .footer_2 .links a:hover{color:#fff;}
.footer .footer_2 .info {
	line-height: 1.667;
}

.footer .footer_3 {}

.footer2 .footer_2 {
	flex: 1;
	max-width: none;
}

.footer .footer_3>* {
	display: inline-block;
	margin: 0 10px;
	max-width: 90px;
}

.footer .footer_3 {
	white-space: nowrap;
}

.footer .footer_4 {
	max-width: 44%;
	flex: 1;
}

.footer2 {}

.footer2 .footer_3 {}

.footer2 .footer_4 {
	display: none;
}

.divSelects {
	display: flex;
	flex-wrap: wrap;
}

.divSelect {
	position: relative;
	margin: 11px 0px 11px 28px;
	width: calc(33.3% - 30px);
	/*border: 1px solid rgb(249, 249, 249);
	border-radius: 20px;
	*/box-shadow: 0 0 0 1px rgb(249, 249, 249);
	border: none;
	border-radius: 20px;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.select_mask {
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.divSelect cite {
	height: 40px;
	display: block;
	position: relative;
	z-index: 2;
	line-height: 40px;
	padding: 0 40px 0 25px;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
	color: #f9f9f9;
	background: url(../images/arrow-up-hover.png) no-repeat right 25px center;
	font-style: normal;
	/* white-space: nowrap;overflow: hidden;text-overflow: ellipsis; */
}

.linkList02 {
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 5000;
	background: #fff;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	display: none;
	box-shadow: 1px -1px 10px rgba(0, 0, 0, 0.35);
}

.linkList02 li {
	padding: 8px 15px;
	font-size: 14px;
	text-align: center;
}

.linkList02 li:hover {
	background-color: #f1f1f1;
}

.linkList02 li a {
	display: block;
	color: #006a68;
}

.divSelect.active .select_mask {
	opacity: 1;
}

.divSelect.active cite {
	color: #fff;
}

.divSelect.active cite {
	background: url(../images/arrow-down-hover.png) no-repeat right 15px center;
}


@media screen and (max-width:1640px) {
	.header1 .h0 .rt .pc_search{width: 70px;}
	footer {
		padding: 45px 0 30px;
	}
	.divSelect {
		margin-left: 14px;
		width: calc(33.3% - 16px);
	}

	.divSelect cite {
		padding: 0 25px 0 10px;
		background: url(../images/arrow-up-hover.png) no-repeat right 14px center;
		background-size:10px;
		font-size: 12px;
	}


}

@media screen and (max-width:1500px) {

	.divSelect {
		margin: 8px 0 8px 20px;
	}

	.divSelect {
		width: calc(50% - 22px);
	}
}
@media screen and (max-width:1380px) {
	.header1 .h0{    padding: 18px 0 20px;}
	.linkList02 li a{font-size: 12px;}
	.footer .footer_3>* {
		margin: 0 6px;
		max-width: 80px;
	}
	.footer .footer_2 {
		margin: 0 20px;
		max-width: 36%;
	}
	.footer .footer_2 .info{font-size: 15px;}
	footer {
		padding: 30px 0 26px;
	}
	.footer .footer_4 {
		max-width: 38%;
		flex: 1;
	}
}





@media screen and (max-width:1220px) {
	.footer {
		flex-wrap: wrap;
	}

	.footer .footer_2 {
		max-width: none;
		flex: 1;
	}

	.footer .footer_4 {
		width: 100%;
		max-width: none;
		flex: auto;
	}

	.divSelect {
		width: calc(33.3% - 20px);
	}
}

@media screen and (max-width:1200px) {
	.divSelect {
		margin: 5px 0 5px 10px;
	}
}

@media screen and (max-width:996px) {
	footer {
		padding: 50px 0 40px;
	}

	.footer {
		/* flex-direction: column; */
	}

	.footer .footer_1 {
		width: 100px;
	}

	.footer .footer_2 {
		max-width: none;
		margin: 10px 0 20px 10px;
		width: calc(100% - 120px);
	}

	.footer .footer_3 {
		width: 100%;
		text-align: center;
	}

	.footer .footer_4 {
		max-width: none;
		margin: 20px 0 0;
	}

	.divSelects {
		justify-content: space-between;
	}

	.divSelect {
		width: 30%;
		margin: 5px 0;
	}
}

@media screen and (max-width:767px) {
	footer {
		padding: 20px 0;
	}
	.footer .footer_4 {display: none;}
}

@media screen and (max-width:540px) {
	.divSelect {
		width: 48%;
	}
}




@media screen and (max-width:1900px) { 
    .header1 .h2 .sub_nav1>li{width: 87%;}
}

@media screen and (max-width:1840px) {
    .header1 .h2 .sub_nav1>li{width: 85%;}
}

@media screen and (max-width:1740px) {
    .header1 .h2 .sub_nav1>li{width: 85%;}
}

@media screen and (max-width:1640px) {
    .header1 .h2 .sub_nav1>li{width: 85%;}
}

@media screen and (max-width:1540px) {
    .header1 .h2 .sub_nav1>li{width: 85%;}
}

@media screen and (max-width:1440px) {
    .header1 .h2 .sub_nav1>li{width: 85%;}
}

@media screen and (max-width:1340px) {
    .header1 .h2 .sub_nav1>li{width: 85%;}
}