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/top02.png) center no-repeat #84b6d9;
	border-radius: 6px;
	background-size: 50% auto;
	cursor: pointer;
	display: none !important;
	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.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::after {
	content: '';
	display: block;
	height: 1em;
	width: 1px;
	background: #fffefe;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.menu_box .top .rt a.link:first-child:before,
.menu_box .top .rt a.link:first-child::after {
	display: none;
}

.menu_box .top .rt .en {
	color: #fffefe;
	box-sizing: border-box;
	line-height: 1.2;
	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: 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: 10px;
}

.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: 10px 0;
		margin-bottom: 14px;
	}

	.menu_box .top .close {
		position: absolute;
		right: 20px;
		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;
	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: -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;
}

.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 a:nth-child(2) {

	position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%);
}

.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: 28px 0 28px;
	background: url(../images/headerimg.jpg) center center no-repeat;
	background-size: cover;
}


.header1 .logo {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	position: relative;
	z-index: 10;
}

.header1 .logo img {
	/* width: 100%; */
	/* max-height: 104px; */
	max-height: 94px;
}

.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: #0a6eb4;
}

.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;
}

.header1 .h2 .nav::after {
	content: '';
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.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 {

	display: block;
	position: relative;
	color: #fff;
	line-height: 54px;
	height: 54px;
	padding: 0 14px;
}

.header1 .h2 .nav>li>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	background: #25b696;
	margin-top: 0px;
	display: block;
	width: 110%;
	height: 0%;
	left: 50%;
	top: 48%;
	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 0s;
	opacity: 0;

}

.header1 .h2 .nav>li.on>a::after {
	/* transform: none; */
	/* opacity: 1; */
	/* transform: translateY(0); */
	height: 107%;
	opacity: 1
}
.header1 .h2 .nav>li.on>a::before {
	/* transform: none; */
	/* opacity: 1; */
	transform: translateY(0);
	opacity: 1
}


.header1 .h2 .nav>li>a.now:after {
	transform: none;
}

.header1 .h2 .nav>li.on>a {
	font-weight: bold;
}

.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: 1;
	visibility: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}

.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: 40px 50px 40px;
	display: -ms-flexbox;
	display: flex;
	background: url(../images/navbg.jpg) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
}

.header1 .h2 .sub_nav1>li.on {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.header1 .h2 .sub_nav1>li .l {
	display: flex;
	width: calc(50% - 30px);
}

.header1 .h2 .sub_nav1>li:nth-child(4) .l,
.header1 .h2 .sub_nav1>li:nth-child(6) .l,
.header1 .h2 .sub_nav1>li:nth-child(7) .l {
	width: 100%;
}

.header1 .h2 .sub_nav1>li:nth-child(4) .l .pic,
.header1 .h2 .sub_nav1>li:nth-child(6) .l .pic,
.header1 .h2 .sub_nav1>li:nth-child(7) .l .pic {

	width: 293px;
}

.header1 .h2 .sub_nav1>li:nth-child(4) .l .txt,
.header1 .h2 .sub_nav1>li:nth-child(6) .l .txt,
.header1 .h2 .sub_nav1>li:nth-child(7) .l .txt {
	max-width: calc(100% - 293px);
	padding-left: 60px;
}

.header1 .h2 .sub_nav1>li:nth-child(4) .l .txt .right,
.header1 .h2 .sub_nav1>li:nth-child(6) .l .txt .right,
.header1 .h2 .sub_nav1>li:nth-child(7) .l .txt .right {
	.navlist06 .right {
		width: calc(50% - 20px);
	}

	;
	width: fit-content;
	width: calc(50% - 20px);
}

.header1 .h2 .sub_nav1>li:nth-child(2) .l {
	width: 31.7%;
	padding-right: 60PX;
	box-sizing: border-box;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lmain {
	width: 39.4%;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr {

	padding-left: 60px;

	flex: 1;

	box-sizing: border-box;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr ul {

	margin: 0 -5px;

	margin-top: 17px;

	overflow: hidden;

	font-size: 0;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr ul:nth-child(3) {
	margin-top: 0;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr ul li {

	margin-bottom: 14px;

	width: 33.33%;

	display: inline-block;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr ul:nth-child(2) li {
	margin-bottom: 14px;
	width: auto;
	min-width: 97px;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr ul:nth-child(2) li:nth-child(1) {
	margin-right: 10px;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr li a {

	display: block;

	margin: 0 5px;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr li p {
	position: relative;
	padding-left: 10px;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lr li p::before {
	content: '·';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	color: #005e5e;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lmain ul {
	margin: 0 -13px;
	margin-top: 20px;
	overflow: hidden;
	font-size: 0;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lmain ul li {
	width: 25%;
	display: inline-block;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lmain ul a {
	display: block;
	margin: 0 13px;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lmain ul a .pimg .img {
	padding-bottom: 120%;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .lmain ul a .pname {
	margin-top: 8px;
	text-align: center;
}

.header1 .h2 .sub_nav1>li:nth-child(2) .l .txt {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.header1 .h2 .sub_nav1>li .l .pic {
	width: 250px;
}

.header1 .h2 .sub_nav1>li:last-child {
	max-width: 50%;
}

.header1 .h2 .sub_nav1>li:last-child .l {
	width: 100%;
}

.header1 .h2 .sub_nav1>li:last-child .l .txt {
	max-width: 100%;
	padding: 0;
}



.header1 .h2 .sub_nav1>li .l .pic .img {
	padding-bottom: 56.4%;
	margin-bottom: 15px;
}

.header1 .h2 .sub_nav1>li .l .pic img {
	width: 100%;
	height: auto;
}

.header1 .h2 img {
	transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.header1 .h2 .sub_nav1>li .l .txt {
	-ms-flex: 1;
	flex: 1;
	color: #2c2c2c;
	line-height: 1.88;
	/* display: flex;
	justify-content: center; */
	padding-left: 30px;
	max-width: calc(100% - 250px);
}

.header1 .h2 .sub_nav1>li:nth-child(4) .l .txt {

	max-width: calc(100% - 370px);
}

.header1 .h2 .sub_nav1>li:nth-child(4) .l .txt .right {
	max-width: calc(50% - 50px);
}

.txtinner {
	max-width: 712px;
	margin: 0 auto;
}

.navlist06 {
	margin: 0 auto;
}

.header1 .h2 .sub_nav1>li .l .txt .more {
	line-height: 1.33;
	color: #8d8d8d;
	display: block;
	text-align: right;
	margin-bottom: 5px;
}

.navliss ul {
	margin: 0 -16px;
	flex-wrap: wrap;
	margin-bottom: -17px;
}

.navliss li {
	margin: 0 0 17px 0;
	width: 50%;
}

.navliss li a {
	display: block;
	margin: 0 16px;
}

.navliss li a .img {
	padding-bottom: 22%;
}

.header1 .h2 .sub_nav1>li .l .txt h3 {
	color: #0a6eb4;
	font-weight: bold;
}

.header1 .h2 .sub_nav1>li .l .txt .tit01 {
	margin-top: 15px;
}

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

.navlis li {
	width: calc(40% - 20px);
}

.navlis li a {
	display: block;
	padding: 5px 0;
	color: #12315f;
	border-bottom: 1px solid #d4d7dc;
	background: url(../images/jitocn.svg) no-repeat center right;
	background-size: 20px 22px;
}

.navlis li a:hover {
	color: #007ed8;
}

.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: #007ed8;
}


.header1 .menu_btn {
	margin-left: 14px;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	right: 2px;
	top: -6px;
	/* margin: 0 0 0 20px; */
	background: #007ed8;
	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;
	display: none;
}

.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;
}




.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);
}

.top_links .dates,
.top_links .dates span {
	color: #464646 !important;
}

.header1 .top_links>.flex:nth-of-type(1) {
	display: flex;
	justify-content: center;
	padding-right: 31px;
	position: relative;
}

.header1 .top_links .flex {
	margin-bottom: 24px;
}

.header1 .top_links .flex:last-child {
	margin-bottom: 0;
}

.search {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
}

.gp-search {
	position: relative;
	width: 520px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #017ed8;
	background: #f4f8fb;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
	*display: inline;
	*zoom: 1;
}

.gp-ser {
	width: 100%;
	height: 46px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
}

.gp-search input,
.gp-search button {
	position: absolute;
	border: none;
	height: 100%;
	background: transparent;
	top: 0px;
	overflow: hidden;
}

.gp-search input.notxt {
	width: 100%;
	left: 0;
	padding-left: 20px;
	padding-right: 43px;
	outline: none;
	box-sizing: border-box;
	color: #747474;
	font-size: 16px;
}

.gp-search input.notxt::placeholder {
	color: #747474;
}

.gp-search .notxt1 {
	position: absolute;
	width: 100px;
	height: 45px;
	line-height: 43px;
	padding: 0 16px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	font-size: 16px;
	background: #017ed8;
	color: #fff;
	text-align: right;
	z-index: 10;
}

.gp-search .notxt1::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #017ed8 url(../images/search.png) no-repeat center/18px auto;
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	/* left: 50%;top: 50%;
	transform: translate3d(-50%,-50%,0); */
}

#gp-serBtn4 {
	position: relative;
	z-index: 801;
}

.gp-search4 {
	height: 0;
	border: none;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 50%;
	z-index: 802;
	left: 0;
}

.gp-search4 .gp-ser {
	max-width: 800px;
}

.gp-search4 input,
.gp-search4 button {
	height: 40px;
	line-break: 40px;
}

.gp-search4 .gp-ser {
	height: 40px;
	border: 1px solid #ccc;
	margin-top: 20px;
}

.gp-search4 .notxt1 {
	background: #C7000A;
	color: #fff
}

.gp-search4 .gp-ser {
	display: none;
	border: none;
	background: #fff;
}

.gp-search4.active .gp-ser {
	display: block;
}

.gp-search4.active {
	height: 80px;
}

.searchActive .gp-overlay {
	top: 0;
}

.insTits {
	position: relative;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 36px;
}

.insTits h2 {
	display: inline-block;
	position: relative;
	color: #282828;
	font-weight: bold;
	text-align: left;
	padding-bottom: 16px;
}

.insTits h2::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	/* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
	width: 90px;
	height: 5px;
	background: #25b696;
}

/* 10-30 */
/* .navlist06 .flex{ flex-direction: row; height: auto; margin: 0;} */

.navlist06 .left {
	width: calc(50% - 20px);
}

.navlist06 .right {
	width: 100%;
}

.navItemsBox {
	margin-bottom: 20px;
}

.navItemsBox:last-child {
	margin-bottom: 0px;
}

.navItemsBoxTil {
	/* line-height: 38px; */
}

.navItemsBoxTil.flex {
	width: 100%;
	margin-bottom: 15px;
}

.navItemsBoxTil a {
	color: #999;
	padding-right: 15px;
	margin-top: 0;
}

.navItemsBoxTil a::before {
	display: none;
}

.navItemsBoxTil a::after {
	top: 50%;
	transform: translateY(-50%);
}

.navItemsBoxTil a:hover {
	color: #007ed8;
}

.navItemsBoxTil span {
	display: inline-block;
	/* background: #005e5e; 
	border-radius: 0 19px 0 0;  */
	color: #007ed8;
	width: auto;
	padding: 0px 8px;
	box-sizing: border-box;
	line-height: 24px !important;
	font-weight: bold;
	position: relative;
}

.navItemsBoxTil span::before {
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background: #007ed8;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.navItemsBoxCon {
	/* margin-bottom: 15px; */
}

.navImgBox .imgItem {
	width: calc(50% - 18px);
}

.imgItemOut.noImg {
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(88, 154, 155, .5);
}

.imgItemOut.noImg.on {
	border-bottom: 0px solid #d4d7dc;
}

.imgItemOut.noImg li {
	margin-bottom: 18px;
}

.imgItemOut.noImg li:last-child {
	margin-bottom: 0px;
}

.imgItemOut.noImg p {
	line-height: 1.5;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
}

.imgItemOut.noImg p::before {
	content: '';
	display: block;
	background: #005e5e;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: calc(50% - 1.5px);
}

.imgItemOut.noImg .imgItem {
	width: 100%;
	position: relative;
}

.imgItemOut.noImg2 .imgItem {
	width: calc(50% - 18px);
}

.imgItemOut.noImg .imgItem .title {
	position: relative;
	padding-left: 10px;
}

.header1 .h2 .sub_nav1>li:nth-child(3) .imgItemOut.noImg .imgItem .title {
	margin-bottom: 8.5px;
}

.header1 .h2 .sub_nav1>li:nth-child(3) .imgItemOut.noImg {
	padding-bottom: 0;
}

.imgItemOut.noImg .imgItem:last-child .title {

	margin-bottom: 0;
}

.imgItemOut.noImg .imgItem .title::before {
	content: '·';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	color: #005e5e;
}

.navImgBox .gp-img-responsive {
	padding-bottom: 56.25%;
}

.navImgBox .title {
	line-height: 1.5;
	margin-bottom: 17px;
}

.header1 .h2 .sub_nav1>li:nth-child(5) .navImgBox .title {
	margin-bottom: 8px;
}

.header1 .h2 .sub_nav1>li:nth-child(5) .imgItemOut.noImg {
	padding-bottom: 0px;
}

.navItemsMore {
	display: block;
	color: #999;
	text-align: right;
	position: relative;
	margin-top: 10px;
}

.navItemsMore::before {
	content: '';
	display: block;
	width: calc(100% - 50px);
	height: 1px;
	background: #999;
	position: absolute;
	left: 0;
	top: calc(50% - 0.5px);
}

.navItemsMore::after {
	content: ’';
 display: block;
	/* border-top: 5px solid transparent; */
	/* border-right: none; */
	/* border-bottom: 5px solid transparent; */
	/* border-left: 10px solid #007ed8; */
	position: absolute;
	top: 9px;
	right: 0;
	z-index: 1;
}

.navItemsMore span {
	padding-right: 15px;
}

.positionStatic .subnav .left {
	width: calc(50% - 30px);
}

.positionStatic .subnav .right {
	width: calc(50% - 30px);
}

.rt .navItemsBox {
	margin-bottom: 30px;
}


@media screen and (max-width:998px) {
	.insTits {
		margin-bottom: 20px;
	}

	.gp-search4 .gp-ser {
		width: 80%;
	}

	.gp-search4 input,
	.gp-search4 button {
		box-sizing: border-box;
	}

	.gp-search4 input.notxt {
		width: 100%;
		padding-right: 90px;
	}

	.gp-search4 .notxt1 {
		width: 85px;
	}
}


@media screen and (min-width: 996px) {

	.header1.scroll {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		box-shadow: none
	}

	.header1.scroll .h0,
	.header1.scroll .h1 {
		display: none;
	}

	.header1.scroll .h2 {
		background: #0a6eb4;
		/* padding: 6px 0; */
	}

	.header1.scroll .h2 .nav {
		padding: 0 0 0 0px;
		width: calc(100% - 0px);
	}

	.header1.scroll .h2 .nav .nav_logo {
		width: 0px;
	}

	.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 .nav>li>a:after {
		top: 46%;
	}

	/* .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:1880px) {}

@media screen and (max-width:1640px) {
	.header1 .logo img {
		max-height: 84px;
	}

	.header1 .top_links .flex {
		margin-bottom: 16px;
	}

	.gp-search {
		width: 380px;
	}

	/* .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: 20px 0 20px;
		background-size: 130% 100%;
		background-position: right;
	}

	.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;
	}

	.gp-search {
		height: 38px;
		line-height: 38px;
	}

	.gp-search .notxt1 {
		height: 38px;
		line-height: 36px;
	}

}

@media screen and (max-width:1380px) {

	.header1 .logo img {
		max-height: 70px;
	}

}



@media screen and (max-width:1340px) {
	.gp-search .notxt1::before {
		background: #017ed8 url(../images/search.png) no-repeat center/14px auto;
	}

	.gp-search {
		width: 340px;
	}

	.footer_1 a img {
		max-width: 70px;
	}

	/* .header1 .topri01{width: 30%;} */
	.footer_3 a img,
	.footer_3 .ewm {
		width: 60px;
	}

	.header1 .logo img {
		max-height: 70px;
	}

	.gp-search {
		height: 34px;
		line-height: 34px;
	}

	.gp-search .notxt1 {
		height: 35px;
		line-height: 35px;
	}

	/* .header1 .logo {
		width: 76%;
	} */
	.header1 .h1 .row::before {
		width: 250px;
		height: 100px;
	}

	.header1 .h1 {
		padding: 16px 0 16px;
	}

	.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;
	}

	.header1 .menu_btn {
		display: block;
	}

	.gp-search {
		width: 360px;
		display: none;
	}

	.top_links .dates {
		display: none;
	}

	.header1 .topri01 {
		width: auto;
	}
}

@media screen and (max-width: 996px) {

	.header1 .top_links a,
	.code_box,
	.topri01 .pc_search {
		display: none;
	}

	.header1 .logo {
		width: auto;
		padding-bottom: 0;
		justify-content: left;
		max-width: calc(100% - 68px);
	}

	.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: 10px 0;
	} */
	.header1 {
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
	}

	/* .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:767px) {
	.header1 .h1 {

		background: url(../images/h7.png) no-repeat !important;

		background-size: 100% 100% !important;

	}

	.divSelect {
		width: 48%;
		margin: 5px 0;
	}

	.footer .footer_2 .info p:nth-child(4) span,
	.footer .footer_2 .info p:nth-child(5) span {
		display: inline-block;
	}

	footer {
		padding: 14px 0;
	}

	.footer .footer_4 {
		display: block;
	}

	.footer .footer_2 p span {
		display: block;
	}

	.footer .footer_3 {
		position: absolute;
		top: 32%;
		text-align: right;
	}
}

@media screen and (max-width:540px) {
	.divSelect {
		width: 48%;
	}

	.footer .footer_2 p span {
		padding-left: 0 !important;
	}

	.footer .footer_2 p span span {
		padding-left: 34px;
	}

	.footer .footer_2 .info p:nth-child(2) span:nth-child(2) {
		padding-left: 60px;
	}

	.footer .footer_2 p .pospan {
		padding-left: 24px;
		margin-left: 0;
		margin-top: 8px;
	}

	.footer_4 .footer_links li:first-child a {
		padding-left: 0;
	}
}

@media screen and (max-width:479px) {
	.header1 .h1 {
		background: url(../images/mheader.jpg) no-repeat !important;
		background-size: 100% 100% !important;
		margin-bottom: 0px;
	}

	.menu_box .top .rt a.link,
	.menu_box .top .rt .links a {
		padding: 0 3px;
	}

	.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;
	}
}

@media screen and (max-width:414px) {
	.header1 .h1 {}
}

@media screen and (max-width:320px) {
	.header1 .h1 {}
}

footer {
	background: #0a6eb4;
	color: #fff;
	padding: 26px 0 12px;
	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 p span {
	padding-left: 10px;
}

.footer .footer_2 .links {
	font-weight: bold;
	margin-bottom: 10px;
}

.pospan img {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}

.footer .footer_2 p .pospan {
	position: relative;
	padding-left: 30px;
	margin-left: 14px;
}

.footer .footer_2 .links a {
	display: inline-block;
	margin-right: 28px;
}

.footer .footer_2 .links a:hover {
	color: #fff;
}

.footer .footer_2 .info {
	line-height: 1.667;
}

.footer .footer_2 .info p {
	margin-bottom: 10px;
}

.footer .footer_3 {}

.footer2 .footer_2 {
	flex: 1;
	max-width: none;
}

.footer .footer_3>* {
	display: inline-block;
	margin: 0 10px;
	max-width: 52px;
}

.footer .footer_3 {
	white-space: nowrap;
}

/* .footer .footer_4 {
	max-width: 44%;
	flex: 1;
} */
.footer_4 .footer_links {
	display: inline-block;
	vertical-align: top;
}

.footer_4 .footer_links ul {
	margin: 0 0 0 0;
}

.footer_4 .footer_links li {
	width: auto;
}

.footer_4 .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;
}

.footer_4 .footer_links a::before {
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
}

.footer_4 .footer_links li:first-child a::before {
	display: none;
}

.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(25% - 30px);
	/*border: 1px solid rgb(249, 249, 249);
	border-radius: 20px;
	*/
	box-shadow: 0 0 0 1px rgb(249, 249, 249);
	background: #f4f7fa;
	border: none;
	border-radius: 4px;
	transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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 40px;
	cursor: pointer;
	overflow: hidden;
	text-align: left;
	color: #484848;
	background: url(../images/likico.png) no-repeat right 30px center;
	background-size: 14px;
	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.08);
}

.linkList02 li {
	padding: 8px 15px;
	font-size: 14px;
	text-align: center;
}

.linkList02 li:hover {
	background-color: #f1f1f1;
}

.linkList02 li a {
	display: block;
	color: #484848;
}

.linkList02 li a:hover {
	color: #007ed8;
}

.divSelect.active .select_mask {
	opacity: 1;
}

.divSelect.active cite {
	color: #484848;
}

.divSelect.active cite {
	background: url(../images/likico.png) no-repeat right 30px center;
	background-size: 14px;
}


@media screen and (max-width:1640px) {
	.header1 .h0 .rt .pc_search {
		width: 70px;
	}

	footer {
		padding: 30px 0 24px;
	}

	/* .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) {
	.divSelect cite {
		background: url(../images/likico.png) no-repeat right 24px center;
		background-size: 12px;
	}

	.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 {
		padding: 30px 0 20px;
	}

	/* .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;
		margin: 0;
	}

	.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) {
	.wrap_mode01 .box>.flex {
		display: flex;
		flex-direction: column;
	}

	.wrap_mode01 .box>.flex .rt,
	.wrap_mode01 .box>.flex .lt {
		width: 100%
	}

	.header1 .h1 {

		background: url(../images/h9.png) no-repeat;

		background-size: 100% 100%;

	}

	footer {
		padding: 50px 0 40px;
	}

	.footer {
		/* flex-direction: column; */
	}

	.footer .footer_1 {
		width: 100px;
	}

	.footer .footer_2 {
		max-width: none;
		margin: 10px 0 0px 0px;
		width: calc(100% - 120px);
		margin-top: 52px;
	}

	.footer .footer_3 {
		width: 100%;
		text-align: center;
	}

	.footer .footer_4 {
		position: absolute;
		top: 10px;
		left: 0;
		max-width: none;
		margin: 0px 0 0;
	}

	.divSelects {
		justify-content: space-between;
	}

	.divSelect {
		width: 30%;
		margin: 5px 0;
	}
}


@media screen and (max-width:325px) {
	.footer .footer_2 .info p:nth-child(2) span:nth-child(2) {
		padding-left: 0px;
	}
}