@font-face {
	font-family: 'Bahnschrift';
	src: url('../fonts/Bahnschrift.eot') format('embedded-opentype'),
		url('../fonts/Bahnschrift.woff') format('woff'),
		url('../fonts/Bahnschrift.woff2') format('woff2'),
		url('../fonts/Bahnschrift.ttf') format('truetype'),
		url('../fonts/Bahnschrift.svg') format('svg');
}

@font-face {
	font-family: 'AdobeHeitiStd';
	src: url('../fonts/AdobeHeitiStd-Regular-Alphabetic.eot') format('embedded-opentype'),
		url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'),
		url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff2') format('woff2'),
		url('../fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype'),
		url('../fonts/AdobeHeitiStd-Regular-Alphabetic.svg') format('svg');
}

@font-face {
	font-family: 'LucidaHandwriting-Italic';
	src: url('../fonts/LucidaHandwriting-Italic.eot') format('embedded-opentype'),
		url('../fonts/LucidaHandwriting-Italic.woff') format('woff'),
		url('../fonts/LucidaHandwriting-Italic.woff2') format('woff2'),
		url('../fonts/LucidaHandwriting-Italic.ttf') format('truetype'),
		url('../fonts/LucidaHandwriting-Italic.svg') format('svg');
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	font-family: Arial;
}

html.menu_open, body.menu_open {
	overflow: hidden;
}

.go_top {
	font-weight: bold;
	font-size: 16px;
	/* margin-right: 15px; */
	position: fixed;
	right: 10px;
	bottom: 50px;
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	background: #0d6c6e;
	color: #fff;
	cursor: pointer;
	/* display: none; */
	z-index: 10;
}

.code_box {
	position: relative;
	z-index: 11;
	cursor: pointer;
}

.code_box::before {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/header02_ico3.svg) left center no-repeat;
	background-size: auto 100%;
}

.code_box .code {
	position: absolute;
	top: -30px;
	right: 100%;
	padding: 8px;
	display: none;
	white-space: nowrap;
	z-index: 10;
}

.code_box .code .box {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 90px;
}

.code_box .code span {
	display: block;
	padding: 0 4px 6px;
	min-height: 32px;
	line-height: 16px;
	color: #4f5050;
	white-space: normal;
	text-align: center;
	font-size: 12px;
}

.code_box .code img {
	display: block;
	width: 100%;
}

.code_box:hover .code {
	display: block;
}

@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 #007072;
}

.subNavs {
	width: 220px;
	position: absolute;
	left: 0;
	top: 38px;
	display: none;
	padding: 5px 20px;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
}

.subNavs dd {
	padding: 5px 0;
	box-sizing: border-box;
}

.subNavs dd:hover a {
	color: #007072
}

.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: 18px;
	line-height: 25px;
	color: #373837;
	word-break: break-word;
}

.subNav a:hover {
	color: #007072;
}

.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;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

/* common top menu */

.menu_box {
	position: fixed;
	transform: translate(100%, 0);
	transition: all 1s ease-in-out;
	display: none;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
	z-index: 9999;
	overflow: hidden;
	background: #082623;
	background: -webkit-linear-gradient(14deg, #4cbfa8, #082623);
	background: -o-linear-gradient(14deg, #4cbfa8, #082623);
	background: -moz-linear-gradient(14deg, #4cbfa8, #082623);
	background: linear-gradient(14deg, #4cbfa8, #082623);
}

.menu_open .menu_box {
	transform: translate(0%, 0);
	height: 100vh;
	display: block;
}


.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 .line {
	clear: both;
	background: rgba(255, 255, 255, .3);
	height: 1px;
	position: relative;
	z-index: 2;
}

.menu_box .top {
	border-bottom: 1px solid rgba(255, 255, 255, .35);
	margin: 0 auto;
	padding: 30px 0 40px;
	position: relative;
	z-index: 3;
	margin-bottom: 55px;
}

.menu_box .top .logo {
	display: inline-block;
	width: 414px;
}

.menu_box .top .rt {
	float: right;
	padding: 30px 0px 0 0;
}

.menu_box .top .code_box, .menu_box .top .close {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	/* padding: 0 0 0 28px; */
	margin: 0 0 0 30px;
	line-height: 28px;
}

.menu_box .top .rt a {
	line-height: 24px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 10px;
}

.menu_box .top .rt a::before {
	content: '';
	display: block;
	height: 13px;
	width: 1px;
	background: #e0e0e0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

.header1 .top_links a:hover {
	color: #fff;
}

.menu_box .top .rt a.gp-serBtn2 {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url(../images/serbtn.png) no-repeat center;
	background-size: 15px 15px;
	/* padding: 0 20px; */
}

.menu_box .top .close {
	width: 32px;
	height: 32px;
	background: url(../images/cl.png) no-repeat;
	border-radius: 50%;
	padding: 0;
	color: #37988f;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}




.menu_box .nav {
	position: relative;
	z-index: 2;
	height: calc(100vh - 205px);
	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: 92.18vw; */
}

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

}

.menu_box .nav ul li>a {
	font-size: 2rem;
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 30px;
}

.menu_box .subNav {
	width: 100%;
	white-space: normal;
}

.menu_box .subNav dd {
	margin-bottom: 15px;
}

.menu_box .subNav a {
	/* padding: 5px 0; */
	display: block;
	line-height: 24px;
	font-size: 1.6rem;
	text-align: left;
	color: #fff;
}

@media screen and (max-width: 1240px) {
	.menu_box .top {
		max-width: 96vw;
	}

	.menu_box .top .logo {
		width: 300px;
		height: 55px !important;
	}

	.menu_box .top .rt {
		padding-right: 0;
		padding-top: 10px;
	}

	.menu_box .top .rt a, .menu_box .top .code_box, .menu_box .top .close {
		/* margin: 0 0 0 24px; */
	}

	.menu_box .nav {}

	.menu_box .nav ul {
		/* margin: 0 15px; */
		/* width: calc(100% - 30px); */
	}

	.menu_box .nav ul li {
		/* width: 100px; */
		/* padding: 0 20px 0 0; */
	}

	.menu_box .nav ul li>a {
		font-size: 16px;
		line-height: 1.5;
		/* 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: 1040px) {
	.go_top {
		/* bottom: 300px; */
	}

	.menu_box .top .logo {
		width: 240px;
		height: 42px !important;
	}

	.menu_box .top .rt {
		padding: 0;
	}

	.menu_box .top .rt a, .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;
	}

	.menu_box .nav ul li .arrow {
		position: absolute;
		right: 0px;
		height: 50px;
		top: 0;
		width: 50px;
	}



	.menu_box .subNav {
		display: none;
		padding: 0 0 0 20px;
	}


	.code_box .code {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		top: 100%;
	}

}

@media screen and (max-width: 768px) {
	.ser {
		width: calc(100% - 40px);
	}

	.ser .search input.notxt1 {
		width: 60px;
	}

	.ser .search input.notxt {
		width: calc(100% - 100px);
	}

	.search_box .close {
		width: 50px;
		height: 50px;
		right: 30px;
	}

	.menu_box .top {
		padding: 10px 0;
		margin-bottom: 20px;
	}

	.menu_box .top .rt {
		width: auto;
		float: none;
		position: relative;
		padding: 0 0 10px;
	}

	.menu_box .top .rt a, .menu_box .top .code_box, .menu_box .top .close {
		/* margin: 0 16px 0 0; */
	}

	.menu_box .top .close {
		margin: 0;
		position: absolute;
		right: 0;
		top: 110%;
	}

	.header1 .h1 .rt {
		/* top: 0px !important; */
		right: 0px !important;
	}

}


@media screen and (max-width: 480px) {
	.code_box .code {
		left: 0;
		transform: none;
	}

}

@media screen and (max-width: 413px) {
	.menu_box .top .logo {
		width: 190px;
		height: 31px !important;
	}

	.menu_box .menu_btn, .menu_box .ser_btn, .menu_box .code_box {
		margin: 0 0 0 10px;
	}

	.menu_box .top .rt a, .menu_box .top .code_box {
		/* padding: 0; */
		/* background-image: none; */
		/* margin: 0 10px 0 0; */
	}

	.code_box::before {
		display: none;
	}

	.menu_box .top .rt a i, .menu_box .top .code_box i {
		display: none;
	}

	.menu_box .top .rt a.ser_btn i {
		display: block;
	}
}

/* home header */
.header1 {
	width: 100%;
}

.header1 .row {
	max-width: calc(100% - 10vw);
}

.header2 .row {
	max-width: 1400px !important;
}

.header1::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding-bottom: calc(170% / 19.2);
	/* background: rgba(0, 0, 0, .7);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
	mix-blend-mode: multiply; */
	left: 0;
	top: -0.05rem;
	right: 0;
	background: url(../images/head-bg.png) center repeat-x;
	background-size: auto 99%;
}

.logolist, .logolist ul {
	display: inline-block;
	width: 373px;
	height: 78px;
	z-index: 2;
	position: relative;
}

.header1 .logo {
	display: inline-block;
	width: 451px;
	height: 66px;
	position: relative;
	/* z-index: 0; */
}

.header1 .logo img {
	position: absolute;
	width: auto;
	height: 100%;
	left: 0;
	top: 0;
}

.header1 .h1 {
	padding: 30px 0 40px;
	position: relative;
}

.header1 .h4 {
	/* padding: 25px 0; */
}

.header1 .h3 {
	position: relative;
}

.header1 .h3::before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #007072;
	position: absolute;
	left: 0;
	top: 0;
}


.header2 .h3 .row {
	max-width: 1400px;
}

.header1 .hlist {

	padding: 30px 0;
}

.header1 .hlist .row {
	max-width: 1400px;
}

.header1 .h1 .rt {

	text-align: right;
	right: 0px;
	z-index: 10;
}



.header1 .top_links {
	font-size: 0;
}

.header1 .top_links a {
	line-height: 24px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 10px;
	/* margin-top: 20px; */
}

.header1 .top_links a::after {
	content: '';
	display: block;
	height: 13px;
	width: 1px;
	background: #e0e0e0;
	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: #fff;
}

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

.header2 .h1 .top_links a.back {
	background: none;
	color: #007072;
	border: 1px solid #007072;
}

.header1 .h1 .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 .h3 .top_links a.back {
	color: #007072;
	border: 1px solid #007072;
}

.header1 .top_links a:nth-child(2)::before {
	display: none
}

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

.header1 .top_links a.gp-serBtn2 {
	width: 15px;
	line-height: 15px;
	height: 15px;
	font-size: 15px;
}

.gp-overlay, .gp-overlay2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 800;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
	left: 0;
}

.gp-search4 .gp-ser {
	display: none;
	border: none;
	width: 80%;
	max-width: 800px;
	height: 100%;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
	background: #fff;
}

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

.gp-search input.notxt {
	color: rgba(0, 0, 0, .3);
	width: 75%;
	left: 0;
	padding: 0 5%;
	border: none;
	background: none;
	top: 0px;
	overflow: hidden;
	box-sizing: border-box;
	outline: none;
	position: absolute;
}

.gp-search4 .notxt1 {
	background: #007072 no-repeat center;
	position: absolute;
	background-size: 20px;
	width: 25% !important;
	height: 100% !important;
	right: 0;
	font-size: 16px;
	cursor: pointer;
	color: #fff !important;
}

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

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

.header1 .h1 .ser_btn {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #007072;
	margin: 0 0 0 37px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}

.header1 .h1 .menu_btn {
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	margin: 0 0 0 20px;
	background: #007072;
	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;
}

.header1 .h1 .menu_btn span {
	width: 16px;
	height: 2px;
	background-color: #fff;
	display: block;
	border-radius: 0px;
	top: 19px;
	left: calc(50% - 8px);
	position: absolute;
}




.header1 .h1 .menu_btn span:nth-child(1) {}

.header1 .h1 .menu_btn span:nth-child(2) {

	transform: translateY(4px) rotate(0deg);
}

.header1 .h1 .menu_btn span:nth-child(3) {
	transform: translateY(8px) rotate(0deg);
}



.header1 .h2 {
	position: relative;
	z-index: 2;
	width: 65%;
	float: right;
	vertical-align: middle;
	margin-top: 39px;
	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 .h2 {
	width: 65%;
}

.header1 .h3 .h2 .subNavs {
	background: #f2f7f7
}

.header1 .h2 .nav {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: visible !important;
	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>li {
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);
}

.header1 .h2 .nav>li>a {
	font-size: 20px;
	display: block;
	position: relative;
	color: #fff;
	line-height: 38px;
	height: 38px;
	/* font-weight: bold; */
}

.header2 .h2 .nav>li>a {
	color: #333
}

@media screen and (min-width: 1040px) {
	.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::before, .header1.scroll .h1 .rt {
		display: none;
	}

	.header1.scroll .h1 .row {
		max-width: 1400px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header1.scroll .h1 {
		background: #007072;
		padding: 11px 0;
		display: flex;
		align-items: center;
	}

	.header1.scroll .logo, .header1.scroll .logolist {
		width: 250px;
		height: 41px !important;
	}

	.header1.scroll .h2 {
		margin-top: 0;
		width: 65%;
	}

	.header1.scroll .h2 .nav>li>a {
		font-size: 16px;
		color: #fff;
		font-weight: normal;
		/* height: 48px; */
		line-height: 49px;
		padding-bottom: 10px;
	}

	.header1.scroll .h2 .nav .subNavs {
		top: 48px;
	}

	.header1::before {
		/* background: rgba(12, 24, 32, .3); */
		background: -o-linear-gradient(bottom, rgba(12, 24, 32, .3), rgba(12, 24, 32, 0));
		background: -moz-linear-gradient(bottom, rgba(12, 24, 32, .3), rgba(12, 24, 32, 0));
		/* background: linear-gradient(to bottom, rgba(12, 24, 32, .3), rgba(12, 24, 32, 0)); */
	}
}




.sub_nav2_1 {
	margin: 14px 0 0;
}

.sub_nav2_1:first-child {
	margin-top: 0;
}

.sub_nav2_1 ul {
	margin: 0 0 -10px -24px;
}

.sub_nav2_1 li {
	width: 50%;
}

.sub_nav2_1 .item {
	margin: 0 0 15px 24px;
}

.sub_nav2_1 .img {
	padding-bottom: 55%;
}

.sub_nav2_1 .title {
	margin: 7px 0 0;
}

/* .md2 .sub_nav2_2{margin: 12px 0 0;} */
.md2 .sub_nav2_2, .rt2 .sub_nav2_2 {
	margin: 23px 0 0;
}

.sub_nav2_2:first-child {
	margin-top: 0;
}

.sub_nav2_2 ul {
	margin: 0 0 0 0;
	padding: 6px 0 7px;
}

.sub_nav2_2 li {}

.sub_nav2_2 .item {
	margin: 0 0 10px;
}

.sub_nav2_2 .title {
	margin: 0 0 0;
	padding: 0 0 0 18px;
	color: #666;
	position: relative;
}

.sub_nav2_2 .title::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 2px;
	top: 50%;
	background: #add9d0;
	transform: rotate(45deg) translateY(-50%);
}

.sub_nav2_2 .title:hover {
	color: #007072;
}

.sub_nav3_1 {
	font-size: 0;
}

.sub_nav3_1 .img_box {
	width: 50.7%;
	display: inline-block;
	vertical-align: middle;
}

.sub_nav3_1 .img {
	padding-bottom: 41.7%;
}

.sub_nav3_1 .info_box {
	width: calc(100% - 50.7%);
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 14px 20px;
	box-sizing: border-box;
}

.sub_nav3_1 .info {
	margin: 0 0 0;
	color: #0e7071;
}

.sub_nav3_2 {
	overflow: hidden;
}

.sub_nav3_2 ul {
	margin: 0 0 0 -50px;
	padding: 20px 0 1px;
}

.sub_nav3_2 li {
	width: 50%;
}

.sub_nav3_2 .item {
	margin: 0 0 16px 50px;
}

.sub_nav3_3 {
	overflow: hidden;
	max-width: 420px;
}

.sub_nav3_3 ul {
	margin: 0 0 0 -50px;
	padding: 10px 0 1px;
}

.sub_nav3_3 li {
	width: 33.3%;
}

.sub_nav3_3 .item {
	margin: 0 0 16px 50px;
}

.sub_nav3_4 {
	max-width: 420px;
	overflow: hidden;
}

.sub_nav3_4 ul {
	margin: 0 0 -10px -20px;
	padding: 13px 0 1px;
}

.sub_nav3_4 li {
	width: 50%;
}

.sub_nav3_4 .item {
	margin: 0 0 10px 20px;
}

.sub_nav3_4 .img {
	padding-bottom: 47%;
}

@media screen and (max-width: 1480px) {
	.header1 .logo {

		width: 266px;
	}


	.header1 .h2 {
		width: calc(100% - 338px);
		margin-top: 22px;
	}

	.header1 .h2 .nav>li>a {
		font-size: 18px;
	}

	.subNavs a {
		font-size: 16px;
	}
}




.header1 .top_links a:nth-child(1) {
	font-size: 14px;
}

.footer01 {
	position: relative;
}

.footer01 .warp_f1 {
	background: #0a6264;
	height: 73px;
}

.f1 {
	position: relative;
	height: 100%;
	font-size: 0;
}

.footer01 .select_link {
	width: 50%;
	float: left;
	position: relative;
	z-index: 1;
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);

}

.footer01 .select_link p {
	text-align: left;
	padding: 0px 17.15%;
	border-right: none;
	width: auto;
	line-height: 73px;
	color: rgba(255, 255, 255, .77);
	position: relative;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/* text-align: center; */
	cursor: pointer;
}

.footer01 .select_link::before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #d4b96a;
}

.footer01 .select_link .arrow {
	position: absolute;
	right: 17.15%;
	top: calc(50% - 4.5px);
	cursor: pointer;
	border-bottom: 9px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	z-index: 2;
	transition: all .3s ease-in-out;
}

.footer01 .select_link .arrow.on {
	transform: rotate(180deg);
}

.footer01 .select_link .alert_box {
	height: 0;
	position: absolute;
	left: 0;
	bottom: 100%;
	right: 0;
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
	border: 0px;
	opacity: 0;
	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;
	max-height: 220px;
	overflow: auto;
}

.footer01 .select_link .alert_box::-webkit-scrollbar {
	width: 6px;
}

.footer01 .select_link .alert_box::-webkit-scrollbar-thumb {
	background: #007072;
	border-radius: 5px;
}

.footer01 .select_link .alert_box.on {
	opacity: 1;
	height: auto;
}

.footer01 .select_link .alert_box a {
	font-size: 16px;
	line-height: 1.5;
	padding: 6px 30px;
	display: block;
	text-align: center;
}

.footer01 .select_link .alert_box a:hover {
	background: #d4b96a;
}


.alert_box.on a {
	background: #cdebe1;
	border-color: #cdebe1;
}

.footer01 .select_link.on::before {
	height: 6px;
}


.footer01 .wrap_f2 {
	position: relative;
	z-index: 1;
	padding: 25px 0;
	background: #0d6c6e;
}

.f2 {
	overflow: hidden;
}

.f2 .text {
	font-size: 7.2rem;
	line-height: 1.1;
	vertical-align: middle;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #d4b96a;
}

.footermiddle {
	display: block;
	/* margin-left: 29%; */
	float: right;
	/* margin-right: 200px; */
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.rig p {
	display: block;
}

.footermiddle p {
	margin-bottom: 15px;
	overflow: hidden;
	/* display: inline-block; */
	/* width: 100%; */
}

.footermiddle i, .footerbot i {
	display: block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	float: left;
	/* margin-top: 8px; */
	/* margin-right: 10px; */
}

.footermiddle a, .footerbot a {
	margin-left: 36px;
	display: block;
	/* vertical-align: middle; */
	color: #ffedb8;
	line-height: 1.44;
}

.bah {
	display: inline-block;
	margin-left: 15px;
}

.footerbot {
	display: none;
}

.footertop {
	overflow: hidden;
}

@media screen and (max-width:1680px) {
	.header1 .h1 .row {
		max-width: calc(100vw - 220px);
	}
}

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



	.header1 .h1 .row {
		max-width: calc(100vw - 120px);
	}
}

@media screen and (max-width:1360px) {
	.f2 .text {
		font-size: 6.2rem;
	}

}

@media screen and (max-width:1240px) {
	.header1 .h1 .row {
		max-width: calc(100vw - 120px);
		padding: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	.footermiddle {
		margin-left: 183px;
		float: none !important;
		padding: 0;
	}

	.header1 .h2 .nav>li>a {
		font-size: 16px;
	}

	.subNavs a {
		font-size: 14px;
	}

	.bah {
		display: block;
		margin: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width:1100px) {
	.footer01 .wrap_f2 {
		padding: 15px 0 30px;
	}

	.header1 .h1 .row {
		max-width: calc(100vw - 20px);
	}

	.header1 .h2 .nav>li>a {
		font-size: 16px;
	}

	.subNavs a {
		font-size: 14px;
	}

	.footermiddle a, .footerbot a {
		line-height: 1.78
	}

	.footer01 .warp_f1 {
		height: 50px;
	}

	.footer01 .select_link p, .donatebox a {
		line-height: 50px !important;
	}

	.go_top {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.footermiddle>p {
		display: none;
	}

	.footertop {
		overflow: hidden;
		padding: 15px 0;
		padding-left: 30px;
		box-sizing: border-box;
	}

	.mid {
		/* display: none; */
	}

	.footermiddle .bah {
		/* display: none; */
	}

	.footerbot {
		display: block !important;
		padding-left: 10px;
		box-sizing: border-box;
		/* margin-top: 10px; */
	}

	#gp-serBtn5 {
		display: inline-block !important;
	}

	.footerbot p {
		margin-bottom: 10px;
		overflow: hidden;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.footermiddle a, .footerbot a, .footermiddle .bah {
		font-size: 14px;
	}

	.footertop {
		padding: 0
	}

	.footermiddle p {
		margin-bottom: 15px;
	}

	.footermiddle i, .footerbot i {
		width: 15px;
		height: 15px;
		margin-top: 2px;
	}

	.footermiddle a, .footerbot a {
		margin-left: 25px;
		line-height: 1.25;
	}

	.header1::before {
		padding-bottom: calc(521% / 19.2);
	}
}

@media screen and (max-width:479px) {
	.header1::before {
		padding-bottom: calc(521% / 19.2);
	}

	.f2 .text {
		font-size: 4.8rem;
	}

	.footer01 .select_link p, .go_top {
		font-size: 14px;
	}

	.footer01 .select_link .arrow {
		top: calc(50% - 2.5px);
		cursor: pointer;
		border-bottom: 5px solid #fff;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
}

/* news pages header */
.header2 {
	position: relative;
}

.header2 .h1::before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: #007072;
	position: absolute;
	left: 0;
	top: 0;
}

.header2 .h1 .top_links a {
	color: #007072;
}

.header2 .h1.top_links a::before {
	background: #007072
}

@media screen and (max-width: 1024px) {
	.list::before {
		width: 100% !important;
	}

	.listline::before, .listline::after {
		display: none !important;
	}

	.header1 .h2, .header1 .top_links a, .header1 .h1 .rt2 {
		display: none;
	}



	.header1 .h1 {
		padding: 10px 0 0;
		/* background: #0d6c6e; */
	}

	.menu_box .nav ul li a {
		color: #fff;
		font-weight: bold !important;
		font-size: 26px;
		font-weight: normal;
		/* height: 60px; */
		/* line-height: 60px; */
	}

	.nav ul li, .subNav dd a {
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}

	.menu_box .subNav a {
		height: 30px !important;
		line-height: 30px !important;
		font-size: 20px !important;
	}

	@-webkit-keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	.menu_box .nav ul li .arrow {
		position: absolute;
		right: 0px;
		height: 60px;
		top: 0;
		width: 20px;
		transition: all 0.3s ease-in-out;
	}

	.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 .nav ul li.on .arrow {
		transform: rotate(-180deg);
	}

	.menu_box .subNav {
		display: none;
		padding-left: 20px;
		box-sizing: border-box;
	}



	.header1 .logo {
		width: 295px;
	}


	.header1 .h1 .menu_btn {
		width: 36px;
		height: 36px;
		margin-left: 5px;
	}

	.header1 .h1 .menu_btn span {
		top: 14px;
	}

	.menu_box .nav ul li {
		width: auto;
		position: relative;
		padding: 0;
		display: block;
	}

	.header1 .h1 .menu_btn {
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
	}

	.header1 .h1 .rt .menu_btn span {
		width: 24px;
		height: 3px;
		left: calc(50% - 12px);
		top: 11px;
	}

	.header1 .h1 .rt .menu_btn i {
		position: static;
	}

	.fs16.iconfont {
		/* font-size: 35px; */
	}

	.header1 .rt .top_links a.gp-serBtn2 {
		width: 28px;
		height: 28px;
		background: url(../images/serbtn2.png) no-repeat center;
		background-size: 28px 28px;
	}



	.header1 .h1 .rt .menu_btn span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outfirst2;
	}

	.header1 .h1 .rt .menu_btn span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outsecond2;
	}

	.header1 .h1 .rt .menu_btn span:nth-child(3) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outthird2;
	}



	@keyframes outfirst2 {
		0% {
			transform: translateY(0) rotate(-45deg);
		}

		100% {
			transform: translateY(6px) rotate(0deg);
		}
	}

	@keyframes outsecond2 {
		0% {
			transform: translateY(0) rotate(45deg);
		}

		100% {
			transform: translateY(0px) rotate(0deg);
		}
	}

	@keyframes outthird2 {
		0% {
			transform: translateY(0) rotate(90deg);
		}

		100% {
			transform: translateY(12px) rotate(0deg);
		}
	}

	.menu_open .h1 .rt .menu_btn span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clicksecond;
	}

	.menu_open .h1 .rt .menu_btn span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clickthird;
	}

	.menu_open .h1 .rt .menu_btn span:nth-child(3) {
		animation-duration: 0.5s;
		animation-fill-mode: both;

		animation-name: clickfirst;
	}

	@keyframes clickfirst {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		100% {
			transform: translateY(12px) rotate(45deg);
		}
	}

	@keyframes clicksecond {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		100% {
			transform: translateY(11px) rotate(-45deg);
		}
	}

	@keyframes clickthird {
		0% {
			opacity: 0
		}

		100% {
			opacity: 0
		}
	}

	.menu_box .nav ul li {
		width: auto;
		position: relative;
		padding: 0;
		display: block;
	}

	.menu_box .top {
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}





	.header1 .top_links a {
		padding: 0;
		margin-top: 0px !important;
		display: none !important;
	}

	.header1 .top_links a:nth-child(1) {
		display: inline-block;
		font-size: 24px;
	}

	.header1 .top_links a::before {
		display: none;
	}

	.menu_box .nav {
		height: auto;
	}

	.menu_box .nav ul li:last-child a {
		border: none;
	}
}

@media screen and (max-width: 768px) {
	.header1 .h1 {
		padding: 10px 0;
	}

	.header1 .logo {
		width: 170px;
	}

	.header1 .top_links a {
		padding: 0 5px !important;
		margin-top: 0px !important;
		font-size: 16px !important;
	}

	.header1 .h1 .menu_btn {
		margin-top: 0;
		height: 17px;
		margin-left: 5px;
	}

	.menu_box {
		height: auto;
		margin-top: 0;
	}

	.menu_box .nav ul li a {
		font-size: 20px !important;
	}

	.menu_box .nav ul li .subNav a {
		font-size: 18px !important;
	}

	.f2 .text {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	.footertop {
		padding-left: 10px;
		padding-bottom: 0;
	}

	.footermiddle {
		margin-left: 0;
		padding: 0;
	}

	.footermiddle .fr {
		float: none;
	}

	.footerbot p {
		margin-bottom: 15px
	}
}

@media screen and (max-width: 1240px) {
	.header2 .h1 a {
		/* margin: 0 0 0 30px; */
	}

	.header2 .h2 .rt a, .header2 .h2 .code_box {
		margin: 0 0 0 16px;
	}

	/* .header2 .h2 .menu_btn,.header2 .h2 .ser_btn,.header2 .h2 .code_box{margin: 0 0 0 20px;} */
	.header2 .h2 .logo {
		width: 360px;
	}

	.header2 .h2 .rt {
		padding: 8px 0 0;
	}
}

@media screen and (max-width: 997px) {
	.header2 .h2 .rt a, .header2 .h2 .code_box {
		display: none;
	}

	.menu_box .nav ul li .arrow {
		height: 24px;
	}

	.mode62 {
		flex-wrap: wrap !important;
	}

	.mode62 li {
		width: 33.33% !important;
		margin-bottom: 25px !important;
	}

	.menu_box .nav ul li a {
		font-size: 18px !important;
		/* height: 50px; */
		/* line-height: 50px; */
		margin-bottom: 20px;
	}

	.menu_box .nav ul li .subNav a {
		font-size: 16px !important;
	}

	.header2 .h2 {
		padding: 25px 0;
	}

	.header2 .h2 .menu_btn .sub_03_menu .only_mob {
		text-align: center;
	}

	.header2 .h2 .menu_btn .sub_03_menu .only_mob a {
		display: inline-block;
		vertical-align: middle;
		background: left center no-repeat;
		margin: 0 10px;
		font-size: 12px;
		padding: 0;
	}

}

@media screen and (max-width: 768px) {
	.header2 .h2 .logo {
		width: 75%;
	}

	.header2 .h2 .rt {
		padding: 0;
	}

	.menu_box .nav ul li a {
		font-size: 16px !important;
	}

	.menu_box .nav ul li .subNav a {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 413px) {
	.header2 .h2 {
		padding: 16px 0;
	}

	/* .header2 .h2 .logo{width: 190px;} */
	.header2 .h2 .rt {
		margin: -5px 0 0;
	}

	.header2 .h2 .menu_btn, .header2 .h2 .ser_btn, .header2 .h2 .code_box {
		margin: 0 0 0 10px;
	}
}



.content {
	position: relative;
	z-index: 1;
	overflow: hidden;
}



/* pages */
.pages {
	padding: 0px;
	font-size: 0px;
	text-align: center;
	margin: 60px 0 0;
}

.pages .common_pages {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}

.pages .common_pages a, .pages span, .pages p {
	display: inline-block;
	cursor: pointer;
	position: relative;
	text-align: center;
	vertical-align: top;
	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;
	color: #666;
	border-left: 1px solid #e5e5e5;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}

.pages .common_pages a {
	background: #fff;
}

.pages .common_pages a.next {
	background: url(../images/fyr.png) no-repeat center;
	background-size: 7px 12px;
}




.pages .common_pages a.prev:hover {
	background: #f0f5f9 url(../images/fyl1.png) no-repeat center;
	border-left: none;
	background-size: 7px 12px;
}

.pages .common_pages a.next:hover {
	background: #f0f5f9 url(../images/fyr1.png) no-repeat center;
	border-left: 1px solid #e5e5e5;
	background-size: 7px 12px;
}

.pages .common_pages a.next, .pages .common_pages a.prev {
	padding: 0 7px;
}

.pages .common_pages a:hover, .pages .common_pages a.on_page {
	background-color: #46a598;
	color: #fff;
	border-left: 1px solid #46a598;
}

.pages .common_pages a.prev {
	border-left: none;
	background: url(../images/fyl.png) no-repeat center;
	background-size: 7px 12px;
}



@media screen and (max-width: 768px) {
	.pages {
		margin-top: 30px;
	}

	.pages .common_pages a, .pages .select_page {
		display: none;
	}

	.pages a.start, .pages a.prev, .pages a.on_page, .pages a.next, .pages a.end {
		display: inline-block;
	}


}



.page_article {
	position: relative;
	margin: 0 0 0;
}

.page_articleTitle {
	overflow: hidden;
	padding: 0px 0 35px;
	margin-right: 60px;
}

.page_articleTitle h3 {
	line-height: 1.4;
	color: #333;
	text-align: center;
}

.article_author {
	margin: 0 0 30px;
	font-size: 0px;
	width: 100%;
	color: #333;
	overflow: hidden;
	/* padding-left: 40px; */
	box-sizing: border-box;
	position: relative;
}

.gp-article {

	line-height: 1.5;

	color: #333;
}

.gp-article p {
	margin-bottom: 25px
}

.article_author::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f1f8f7;
}

.article_author span {
	line-height: 30px;
	color: #37988f;
	position: relative;
}

.article_author i {
	font-size: 14px;
	font-style: normal;
}

.article_control {
	padding: 9px 22px;
	line-height: 40px;
	position: relative;
	background: #37988f;
	display: inline-block;
	margin-right: 60px;
}

.article_control .size {
	font-size: 0;
}

.article_control .size span {
	color: #37988f;
	/* padding: 0 18px; */
	display: inline-block;
	vertical-align: top;
}

.article_control .size a {
	font-size: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: center no-repeat;
	width: 40px;
	cursor: pointer;
	margin: 0 12px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	text-align: center;
}



.page_article .article {
	position: relative;
	text-align: justify;
	margin: 0px auto;
	line-height: 1.88;
}



.article_info {
	margin: 10px 0 20px;
}

.article_info p {
	margin: 0 0 10px;
}

.article_info span {
	display: inline-block;
	color: #177a78;
}

.annex {
	overflow: hidden;
	margin: 25px 0 0;
}

.annex strong {
	float: left;
	color: #007072;
	font-weight: normal;
}

.annexlist {
	margin-left: 60px;
}

.annex .annex_title {
	padding: 18px 0 16px;
	display: block;
	line-height: 20px;
	font-size: 18px;
	position: relative;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}

.annex .list {
	margin: 0px;
	padding: 21px 0 0;
}

.annex li {
	margin: 0 0 16px;
}

.annex a {
	color: #888;
	display: inline-block;
	position: relative;
	/* padding: 0 0 0 21px; */
}

.annex a::before {
	/* content: ''; */
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	background: #37988f;
}


.annex a:hover {}

.article_bottom_btns {
	text-align: center;
	font-size: 0;
	/* padding: 54px 0 0; */
}

.author {

	margin: 15px 0;

	padding-left: 40px;

	box-sizing: border-box;

	width: calc(100% - 400px);
}

.article_bottom_btns .article_btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #d4b96a;
	position: relative;
	/* margin: 0 10px; */
	/* background: 15px center no-repeat; */
	cursor: pointer;
}

.article_bottom_btns .article_btn i {
	left: 50%;
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	color: #fff;
}

.article_bottom_btns .article_btn.close {
	color: #e83437;
	border: 1px solid #e83437;
}

@media screen and (max-width: 997px) {
	.page_article {
		margin: 0;
	}

	.article_author {
		margin: 0 0 20px;
	}

	.article_control .size, .article_bottom_btns .article_btn.print {
		display: none;
	}

	.article_control {
		padding: 0
	}

	.page_article .article {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.page_articleTitle {
		margin: 0 0 16px;
		padding-bottom: 0;
	}

	.article_author span {
		display: block;
		padding: 2px 0;
		border: 0;
		line-height: 25px;
	}

	.article_author i {
		display: none;
	}

	.annex {
		margin: 0px 0px 20px;
	}

	.annex strong::before {
		left: 10px;
	}

	.annex strong {
		/* padding-left: 20px; */
		line-height: 24px;
		/* padding-right: 20px; */
	}

	.annex li {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 24px;
	}

	.header1 .h1 .menu_btn {
		width: 35px;
		height: 35px;
		/* margin-top: -10px; */
		/* margin-right: -19px; */
	}

	.header1 .h1 .rt .menu_btn span {
		width: 20px;
		left: calc(50% - 10px);
	}

	@keyframes clickfirst {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		100% {
			transform: translateY(6px) rotate(45deg);
		}
	}

	@keyframes clicksecond {
		0% {
			transform: translateY(0px) rotate(0deg);
		}

		100% {
			transform: translateY(6px) rotate(-45deg);
		}
	}

	@keyframes clickthird {
		0% {
			opacity: 0
		}

		100% {
			opacity: 0
		}
	}

	@keyframes outfirst2 {
		0% {
			transform: translateY(0) rotate(-45deg);
		}

		100% {
			transform: translateY(6px) rotate(0deg);
		}
	}

	@keyframes outthird2 {
		0% {
			transform: translateY(0) rotate(90deg);
		}

		100% {
			transform: translateY(12px) rotate(0deg);
		}
	}
}

.share_box {
	line-height: 7px;
	text-align: center;
	color: rgb(1, 88, 156);
	font-size: 0px;
	z-index: 100;
	margin: 34px 0 0 38px;
	clear: both;
	position: relative;
}

.share_box .share_title {
	display: block;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
}

.share_box .share_title::before {
	content: '';
	display: block;
	border-top: 1px dashed #e5e5e5;
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
}

.share_box .share_title span {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 10px;
	color: #ccc;
}

.share_box .share_btn, .share_box .share_btn.share_more::after {
	line-height: 20px;
	margin: 0px auto 20px;
	position: relative;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
	border-radius: 50%;
}

.share_box .share_btn i {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	z-index: 2;
	color: #fff;
}

.share_box .share_btn.share_wechat {
	background-image: url("../images/share_wechat.png");
	background: #7dd43c;
}

.share_box .share_btn.share_sina {
	background-image: url("../images/share_sina.png");
	background: #ff5e4d;
}

.share_box .share_btn.share_qzone {
	background-image: url("../images/share_qzone.png");
	background: #fece00;
}

/* .share_box .share_btn.share_copy { background-image: url("../images/share_copy.png"); background: #7dd43c;} */
.share_box .share_btn.share_more::after {
	content: "";
	background-image: url("../images/share_more.png");
	background: #a3bfd9;
	position: absolute;
	border: 0px;
	left: 0px;
	margin: 0px;
}

.share_box .share_btn.share_twitter {
	background-image: url("../images/share_twitter.png");
	background: #6babe8;
}

.share_box .share_btn.share_facebook {
	background-image: url("../images/share_facebook.png");
	background: #415a94;
}

.share_box .share_btn.share_linkedin {
	background-image: url("../images/shareto_linkedin.png");
	background: #3d84c2;
}

.share_box .share_btn:last-child {}

.share_box .share_btn .alert_box {
	position: absolute;
	top: 100%;
	left: 0%;
	padding: 6px;
	display: none;
	z-index: 2;
	padding: 1px;
	z-index: 10;
}

.share_box canvas {
	display: block;
	margin: 0 auto;
}

.share_box .share_btn .alert_box.on {
	display: block;
}

.share_box .share_more .share_btn {
	margin: 10px 0 0;
	border: 0px;
	/* border-radius: 0px; */
}

.share_box .share_btn:hover .alert_box {
	display: block;
}

.share_box .share_btn.share_wechat .alert_box {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 10px;
	border: 1px solid #d8d8d8;
	background: #fff;
	width: 210px;
	bottom: auto;
}

.share_box .share_btn.share_wechat .alert_box.on {
	display: block;
}

.share_box .share_btn.share_wechat .close {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: right;
	font-size: 16px;
	color: #333;
}

.share_box .share_btn.share_wechat .close::before {
	content: 'x';
}

.share_box .share_btn.share_wechat .title {
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin: 0 0 10px;
	color: #333;
}

.share_box .share_btn.share_wechat .bottom {
	color: #666;
	line-height: 22px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 0;
}

@media screen and (max-width: 992px) {
	.share_box {
		position: fixed;
		right: 10px;
		bottom: 40px;
		top: initial;
	}

	.share_box .share_title {
		margin: 0px 0px 6px;
		display: none;
	}

	.share_box .share_btn, .share_box .share_btn.share_more::after {
		width: 40px;
		height: 40px;
	}

	.share_box>.share_btn {
		display: none;
	}

	.share_box .share_btn.share_more {
		display: block;
	}

	.share_box .share_btn .alert_box {
		left: 0px;
		top: auto;
		bottom: 100%;
	}

	.share_box .share_more .share_btn {
		margin: 0 0 10px;
	}

	.menu_box .nav ul li a {
		font-size: 24px;
	}
}

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

@media screen and (max-height:700px) {}

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


.Broadcast {
	float: right;
	min-width: 157px;
	border: 1px solid #37988f;
	border-radius: 8px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #37988f;
}

.Broadcast::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 22px;
	background: url(../images/broadcast.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

.gp-ellipsis {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.gp-ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media screen and (max-width: 992px) {
	.article_control {
		/* overflow: hidden; */
	}

	.article_control .Broadcast {
		font-size: 15px;
		height: 32px;
		line-height: 32px;
		min-width: 120px;
	}

	.article_control .Broadcast::before {
		width: 22px;
		height: 17px;
	}
}

.footer {
	position: relative;
	padding-bottom: 75px;
}

.footer::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: calc(569% / 19.2);
	background: url(../images/6b2.png) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -118px;
	left: 0;
}

.footer>.row {
	position: relative;
	z-index: 1;
}

.mode62 {
	margin: 0 -30px;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.mode62 li {
	display: inline-block;
	width: auto;
}

.mode62ul {
	margin: 0 30px;
	border-top: 1px solid #0d6c6e;
}

.mode62ul dt {
	margin: 20px 0 10px;
	box-sizing: border-box;
	position: relative;
}

.mode62ul dt a {
	font-weight: bold;
	line-height: 1.2;
	margin-right: 0px;
	color: #0d6c6e;
}

.mode62ul dd a {
	line-height: 2.22;
	color: #222;
	transition: all .3s ease-in-out;
}

.mode62ul dd a:hover {
	text-decoration: underline;
}

.mode62ul .arrow {
	width: 14px;
	height: 18px;
	background: url(../images/arrows.png) no-repeat right;
	float: right;
	right: 0;
	top: 0;
	display: none;
	transition: all .3s ease-in-out;
}

.mode62ul .arrow.on {
	transform: rotate(90deg);
	background: url(../images/arrows.png) no-repeat top
}

.donatebox {
	width: 27%;
	position: relative;
	z-index: 1;
	/* border-left: 1px solid rgba(255, 255, 255, .2); */
	border-right: 1px solid rgba(255, 255, 255, .2);
	text-align: center;
}

.donatebox a {
	display: inline-block;
	line-height: 73px;
	color: rgba(255, 255, 255, .77);
	position: relative;
	padding-left: 29px;
	box-sizing: border-box;
}

.donatebox a::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/jz.png) no-repeat;
	background-size: 14px 14px;
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
}

.gp-article img {

	margin: 20px auto;

	display: block;
}

@media screen and (max-width:1640px) {
	.mode62 {
		margin: 0 -15px;
		/* margin-top: 80px; */
	}

	.mode62ul {
		margin: 0 15px;
	}

	.header1 .h2 {
		width: 63%;
		margin-top: 23px;
	}

	.header1 .h1 .menu_btn {
		width: 36px;
		height: 36px;
		margin-left: 5px;
	}

	.header1 .h1 .menu_btn span {
		top: 14px;
	}

	.header1 .logo {
		width: 300px;
		height: 54px !important;
		background-size: cover;
	}
}

@media screen and (max-width:1560px) {
	.list::before {
		width: 96.5% !important;
	}

	.listline::before {
		left: -45px !important;
	}

	.listline::after {
		left: -30px !important;
	}

	.header1 .h2 {
		width: 68%;
		margin-top: 28px;
	}
}

@media screen and (max-width:1510px) {
	.list::before {
		width: 97.76% !important;
	}

	.listline::before {
		left: -58px !important;
	}

	.listline::after {
		left: -45px !important;
	}
}

@media screen and (max-width:1300px) {
	.mode62 {
		margin: 0 -5px;
	}

	.mode62ul {
		margin: 0 5px;
	}

	.header1 .h2 {
		width: 74%;
		margin-top: 18px;
	}

	.logolist, .logolist ul {
		width: 255px;
		height: 54px;
	}

	.header1 .logo {
		width: 255px;
		height: 45px !important;
	}

	.list::before {
		width: 98% !important;
	}

	.listline::before {
		left: -43px !important;
		width: 5px !important;
	}

	.listline::after {
		left: -34px !important;
		width: 8px !important;
	}

}

@media screen and (max-width:1100px) {
	.logolist, .logolist ul {
		width: 235px;
		height: 35px;
	}

	.header1 .logo {
		width: 235px;
		height: 35px !important;
	}
}

@media screen and (max-width:1024px) {
	.logolist, .logolist ul {
		width: 350px;
		height: 62px;
	}

	.header1 .logo {
		width: 350px;
		height: 62px !important;
	}
}

@media screen and (max-width:768px) {
	.footer01 .select_link, .donatebox {
		width: 40%;
	}

}

@media screen and (max-width:479px) {
	.header1 .logo {
		width: 300px;
		height: 54px !important;
	}

	.logolist, .logolist ul {
		width: 300px;
		height: 54px !important;
	}

	.mode62 {
		margin: 0 -10px;
		/* margin-top: 40px; */
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 37px;
		display: none;
	}

	.mode62ul {
		margin: 0 10px;
	}

	.mode62ul dd {
		display: none;
	}

	.mode62ul .arrow {
		display: block;
	}

	.mode62ul dt a {
		overflow: hidden;
		display: -moz-box;
		display: -ms-flexbox;
		-moz-box-orient: vertical;
	}

	.mode62ul dt {
		margin: 5px 0 10px;
	}

	.mode62 li {
		margin-bottom: 0;
	}

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

	.donatebox a {
		padding-left: 20px;
	}

	.footer01 .select_link p {
		padding: 0 15px;
	}

	.footer01 .select_link {
		width: 48%;
	}

	.donatebox {
		width: 50%;
	}

	.footer01 .select_link .alert_box a {
		padding: 6px;
	}

	.mode62ul dd a {
		line-height: 1.5;
	}
}

@media screen and (max-width:414px) {
	.mode62 li {
		width: 50% !important;
	}

	.header1::before {
		padding-bottom: calc(480% / 19.2);
	}

	.header1 .logo {
		width: 198px;
		height: 36px !important;
	}

	.logolist, .logolist ul {
		width: 198px;
		height: 36px !important;
	}

	.footer {
		display: none
	}
}

@media screen and (max-width:400px) {
	.fs22, .fs20 {
		font-size: 14px;
	}

	.fs18, .fs19 {
		font-size: 12px;
	}

	.go_top {
		/* bottom: 340px; */
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

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