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/gotop01.png) center no-repeat #7fc79f;
	border-radius: 6px;
	background-size: 20px 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(../images/menu_bg.png);
	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: 1;
	padding: 1px 5.5px;
	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: 8px;
	display: inline-block;
	margin-left: 2px;
	margin-left: 2px;
}


.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: 24px;
}

.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: 94vw;
	}

	.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 .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;
	}

	.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;
	}

}
.menu_box .code_box {color: #fff;}
.code_box {
	position: relative;
	z-index: 11;
	cursor: pointer;
	padding-left: 26px;
	margin: 0 18px;
}

.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: -14px;
    left: 0%;
	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;
}

.pc_search {
	height: 24px;
	width: 24px;
	line-height: 24px;
	/* font-size: 15px; */
	/* background:#459d38 url(../images/iconser.png) no-repeat;
	 background-size: contain; */
	margin-right: 10px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.pc_search .search {
	background: transparent;
}

/* home header */
.header1 {
	width: 100%;
	background: #f8f8f0;
	position: relative;
}


.header1 .topri01 {
	display: flex;
	align-items: center;
}



.header1 .top_links {
	color: #747474;
	/* gap: 0 20px; */
}

.header1 .top_links a {
	color: #747474;
	position: relative;
	/* padding: 0 18px; */
	padding-left: 26px;
}

.header1 .top_links .emicon01::before {
	content: '';
	display: block;
	height: 16px;
	width: 20px;
	position: absolute;
	top: 4px;
	left: 0;
	background: url(../images/emicon01.png) no-repeat;
	background-size: contain;
}

/* .header1 .top_links a::after {
	content: '';
	display: block;
	height: 13px;
	width: 1px;
	background: #212121;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.header2 .top_links a::after {
	background: #007072
}

.header1 .top_links a:nth-child(1)::after,
.header1 .top_links a:first-child:before {
	display: none;
} */

.header1 .top_links a:hover {
	color: #212121;
}

.header1 .top_links a.back {
	width: 133px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	margin-right: 10px;
	padding-left: 40px;
	box-sizing: border-box;
	text-align: left;
	color: #007072;
	color: #007072;
	background: #d4b96a;
}

.top_links i.cyicon {
	width: 27px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	color: #57a907;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.header2 .top_links a.back {
	background: none;
	color: #007072;
	border: 1px solid #007072;
}

.header1 .top_links a.back::before {
	content: '';
	display: block;
	width: 16px;
	height: 13px;
	background: url(../images/back.png) no-repeat;
	position: absolute;
	background-size: 15px;
	left: 14px;
	top: 50%;
	margin-top: -6.5px;
}

.header1 .h1 {
	position: relative;
	padding: 30px 0 30px;
	background: #f8f8f0;
	background-size: contain;
}

.header1 .h1 .row::before{
	content: '';
	position: absolute;
	width:350px;
    height: 160px;
	right: 6%;
	top: -28px;
	/* z-index: 1; */
	background:url(../images/nbatopbg.png) no-repeat;
	background-size: contain;
}
.header1 .logo {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.header1 .h1 .row {
	/* position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center; */
	display: flex;
	justify-content: space-between;
}

.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: #009040;
}

.header1 .h2 .nav {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: visible !important;
	width: 100%;
	position: relative;
	z-index: 200;
	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 {
	position: relative;
	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: 20px;
	display: block;
	position: relative;
	color: #fff;
	line-height: 56px;
	height: 56px;
	/* font-weight: bold; */
	padding: 0 20px;
}

.header1 .h2 .nav>li>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	background: #4cae47;
	margin-top: 0px;
	display: block;
	width: 110%;
	height: 0%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: all 0.3s ease-out;
	opacity: 0;

}
.header1 .h2 .nav>li.on>a::after {
	/* transform: none; */
	/* opacity: 1; */
	/* transform: translateY(0); */
	height: 120%;
	opacity: 1
}
.header1 .h2 .nav>li.on>a{font-weight: bold;}
/* .header1 .h2 .nav>li>a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -moz-linear-gradient(-90deg, rgb(76, 71, 208) 0%, rgb(40, 94, 188) 64%, rgb(22, 76, 167) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(58, 112, 208) 0%, rgb(40, 94, 188) 64%, rgb(22, 76, 167) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(58, 112, 208) 0%, rgb(40, 94, 188) 64%, rgb(22, 76, 167) 100%);
	transform: translateY(110%);
	opacity: 0;
	transition: .5s;
	z-index: -1;
} */
.header1 .h2 .nav>li.on>a::before {
	/* transform: none; */
	/* opacity: 1; */
	transform: translateY(0);
	opacity: 1
}
/* .header1 .h2 .nav>li:nth-of-type(1)>a::before {
	display: none;
} */

/* .header1 .h2 .nav>li>a:before {
	content: "";
	background: #4cae47;
	margin-top: 0px;
	display: block;
	width: 100%;
	height: 110%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease-out 0s;
	transform: scaleX(-50%);
	position: absolute;
	z-index: -1;
} */
/* .header1 .h2 .nav>li.on{
  background: #4cae47;
} */


/* .header1 .h2 .nav>li.on>a:before {
	transform: none;
} */

.header1 .h2 .nav>li>a.now: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: #009040;
}


.header1 .menu_btn {
	margin-left: 14px;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	right: 20px;
	/* margin: 0 0 0 20px; */
	background: #d3b47d;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.header1 .menu_btn span {
	width: 14px;
	height: 1.5px;
	background-color: #fff;
	display: block;
	border-radius: 0px;
	top: 7px;
	left: calc(50% - 7px);
	position: absolute;
}

/* 下拉NAV */
.subNavs {
   min-width: 170px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 62px;
    display: none;
    padding: 10px 10px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.22);
    z-index: 5;
    /* 添加以下属性来确保初始状态正确 */
    margin: 0;
    right: auto;

}

.subNavs dd {
	padding: 5px 0;
	box-sizing: border-box;
}

.subNavs dd:hover a {
	color: #009040
}

/* .nav li:last-child .subNavs {
	left: auto;
	right: 0;
} */

/* .subNavs::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #007072;
	position: absolute;
	left: 0;
	top: 0;
} */

.subNavs a {
	font-size: 17px;
	line-height: 25px;
	color: #373837;
	word-break: break-word;
}

.subNavs a:hover {
	color: #009040;
}

.nav li:hover .subNavs {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

/* 确保动画关键帧的一致性 */
@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translate3d(-50%, 20px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0);
    }
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
    }
}



/* 下拉NAV */


.header1 .menu_btn span:nth-child(1) {}

.header1 .menu_btn span:nth-child(2) {

	transform: translateY(4px) rotate(0deg);
}

.header1 .menu_btn span:nth-child(3) {
	transform: translateY(8px) rotate(0deg);
}





@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: #009040;
		/* padding: 6px 0; */
	}

	.header1.scroll .h2 .nav {
		/* padding: 0 0 0 280px;
		width: calc(100% - 280px); */
			padding: 0 0 0 0px;
		width: calc(100% - 0px);
	}

	.header1.scroll .h2 .nav .nav_logo {
		width: 250px;
	}

	.header1.scroll .h2 .nav>li>a {
		font-size: 20px;
		line-height: 52px;
		height: 52px;
		color: #fff;
		font-weight: normal;
	}
	.header1.scroll .subNavs{top: 54px;}
}

@media screen and (max-width: 1641px) {
	.subNavs a{font-size: 16px;}
	.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: 80%;
	}
.header1 .h1 .row::before{
	width:290px;
	height: 136px;
}
.header1 .h1 {
    padding: 26px 0 26px;
}
	.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;
	}
.code_box .code .box {
    width: 76px;
}
}

@media screen and (max-width:1340px) {
	.footer_1 a img {
		max-width: 70px;
	}
	/* .header1 .topri01{width: 30%;} */
	.footer_3 a img,
	.footer_3 .ewm {
		width: 60px;
	}

	.header1 .logo {
		width: 64%;
	}
.header1 .h1 .row::before {
    width: 250px;
    height: 100px;
}
.header1 .h1 {
    padding: 20px 0 20px;
}
.header1 .h1 .row::before{top: -18px;}
	.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) {

.menu_open .header1 .logo {
    width: 89%;
}
	.header1 .top_links a,.code_box,.topri01 .pc_search{display: none;}
	.menu_open .code_box{display: block;}
	.header1 .logo {
		width: auto;
		padding-bottom: 0;
		justify-content: left;
		max-width: calc(100% - 110px);
	}
.header1 .h1 .row::before {
    width: 120px;
    height: 60px;
	display: none;
}
	.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 .menu_btn{right:0}
.header1 .topri01 { width: auto;}
	/* .header1 .h1 .row {
		padding: 14px 0;
	} */

	/* .header1 .h1 .row::before{display: none;} */
	.header1 .h1 .rt {
		position: absolute;
		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) {
	.header1 .logo {max-width: calc(100% - 40px);}



}

@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;
	}
}




.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;
}

/* footer */
.footer01 .wrap_f2{position: relative;padding: 24px 0 20px;position: relative;background: #009040;}
.footer01 .footer_lf{
	/* max-width: calc(100% - 300px);float: left; */
}
.footer01 .footer_rt{

	/* width: 480px; */
	/* float: right; */
}
.footer01 .donation{color: #fff;line-height: 34px;height: 34px;background: #009040;border-radius: 20px;padding: 0 20px 0 44px;margin: 0 0 0 0;display: inline-block;vertical-align: top;float: right;}
.footer01 .donation i{left: 16px;}
.footer01 .footer_links{display: inline-block;vertical-align: top;}
.footer_links p{color:#fff; margin-top:4px; padding:0 10px;}
.footer01 .footer_links ul{margin: 0 0 0 0;}
.footer01 .footer_links li{width: auto;}
.footer01 .footer_links a{color: #fff;padding: 0 10px;line-height: 30px;position: relative;transition: all linear .3s;-ms-transition: all linear .3s;-moz-transition: all linear .3s;-webkit-transition: all linear .3s;-o-transition: linear .3s;}
.footer01 .footer_links a::before{content: '|';position: absolute;left: 0;top: 0;}
.footer01 .footer_links li:first-child a::before{display: none;}
.footer01 .footer_links a:hover{}
.footer01 .footer_info{padding: 4px 130px 0px 0px;position: relative;color: #fff;}
.footer01 .footer_info span{padding: 0 9px;}
.footer01 .footer_info span:first-child{padding-left: 0;}
.pospan img{

	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;}
.footer01 .footer_info span.pospan{position: relative; padding-left: 30px; margin-left: 14px;}
.footer_icon01{position:absolute; top: 0; right: 0; width: 70px;}
/* footer */





@media screen and (max-width:1640px) {

	.header1 .h0 .rt .pc_search {
		width: 70px;
	}

	
	.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;
	}
.footer01 .footer_lf img{
		max-width: 480px;
}

}

@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;
	}
.footer01 .footer_lf img{
		max-width: 380px;
}

}





@media screen and (max-width:1220px) {
	   .footer01 .footer_lf {
        max-width: initial;
        width: auto;
        float: none;
    }
	.divSelect {
		width: calc(33.3% - 20px);
	}
}

@media screen and (max-width:1200px) {
	.divSelect {
		margin: 5px 0 5px 10px;
	}
}

@media screen and (max-width:996px) {
	.footerins{display: block;}
	.footer01 .footer_lf img {
    max-width: 300px;
}
	.footer01 .footer_lf{margin-bottom: 16px;}
	.footer01 .footer_info span.pospan{margin-left: 0;}
	.divSelects {
		justify-content: space-between;
	}

	.divSelect {
		width: 30%;
		margin: 5px 0;
	}
	.header1{box-shadow: 0 3px 8px rgba(21,19,19,.08);}
}

@media screen and (max-width:767px) {
.footer01 .footer_rt{width: auto;float: none;margin: 0 0 20px;min-height: 40px;}
	.footer01 .footer_links{display: block;margin: 0 30px 0 0;float: left;}
	.footer01 .footer_links ul{margin-left: -10px;}
	.footer01 .footer_links li:nth-child(2) ~ li{display: none;}
	.footer01 .donation{float: none;}
	.footer01 .footer_info{padding: 0 50px 0 0;}
	.footer01 .footer_info span{padding: 0;display: block;}
	.footer01 .footer_info .blue{bottom: 0;right: 0;top: 0;/* width: 30px; */left: auto;}
	.footer01 .footer_info p:last-child{margin: 0px 0 0;}
	.footer_icon01{left: 80%!important;}
}

@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%;
	}
}