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



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

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


/* 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: 100%;
	position: absolute;
	left: 0;
	top: 45px;
	display: none;
	padding: 5px 4px;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
}

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

.subNavs dd:hover a {
	color: #014D8B
}

.nav li:last-child .subNavs {
	left: auto;
	right: 0;
}

.subNavs::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #014D8B;
	position: absolute;
	left: 0;
	top: 0;
}

.subNavs a {
	font-size: 18px;
	line-height: 25px;
	color: #373837;
	word-break: break-word;
}

.subNav a:hover {
	color: #014D8B;
}

.nav li:hover .subNavs, .nav li.on .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;
	}
}


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

.en {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #014D8B;
	margin-right: 30px;
	color: #014D8B;
}

.gp-serBtn2 {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: url(../images/serBrn.png) no-repeat center;
	background-size: 20px;
	border: 1px solid #014D8B;
}

.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: #014D8B 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 {
	position: relative;
	z-index: 2;
}

.header1 .h1 .row {
	padding: 20px 50px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}




.header1 .h2 {
	display: flex;
	justify-content: space-between;
}


.header1 .h2 .nav {
	font-size: 0;
	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;
	padding: 0 30px;
	zoom: 1;
	box-sizing: border-box;
	position: relative;
}

.header1 .h2 .nav>li::before {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header1 .h2 .nav>li:last-child:before {
	display: none;
}

.header1 .h2 .nav>li>a {
	font-weight: normal;
	display: block;
	position: relative;
	color: #333;
	line-height: 1.2;
	margin-bottom: 5px;
}

.header1 .h2 .nav>li:hover>a {
	color: #014D8B
}

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

.header1 .h2 .nav>li>a span {
	line-height: 1.3;
}

.logo {
	display: inline-block;
	vertical-align: middle;
}

.logo1 {
	display: inline-block;
	vertical-align: middle;
	max-width: 300px;
	overflow: hidden;
}

.logo2 {
	display: inline-block;
	vertical-align: middle;
	max-width: 520px;
	overflow: hidden;
	padding-left: 10px;
	margin-left: 10px;
	/* box-sizing: border-box; */
	position: relative;
}

.logo2::before {
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.mobile_bg {
	width: 100%;
	height: 100%;
	z-index: 90;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.gp-menu {
	width: 100%;
	z-index: 60;
	position: relative;
	display: none;
}

.gp-menu-header {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 996;
	width: 10%;
	display: none;
}

.gp-menu-link {
	float: left;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
}

.gp-menu-link a {
	color: #fff;
}

.gp-menu-header-icon {
	color: #821b1e;
	height: 24px;
	font-size: 25px;
	text-align: center;
	/* float: right; */
	width: 32px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	/* margin-right: 5px; */
	cursor: pointer;
}

.gp-menu-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 2px) / 3);
	width: 27px;
	height: 3px;
	background-color: #065895;
}

.gp-menu-header-icon-out span {
	width: 27px;
	height: 2px;
	background-color: #014D8B;
	display: block;
	border-radius: 0px;
}

.gp-menu-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
	transform: translateY(9px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
	transform: translateY(0px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
	transform: translateY(-9px) rotate(0deg);
}

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

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

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

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

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

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

.gp-menu-header-icon-click span {
	background-color: #fff;
	top: calc((100% - 2px) / 2.1);
}

.gp-menu-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.gp-menu-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

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

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

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

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

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.gp-menu-nav {
	width: 100%;
	position: fixed;
	top: 0;
	right: 0px;
	padding-top: 89px;
	padding-bottom: 20px;
	background: #014D8B;
	display: none !important;
}


.gp-menu-nav>ul {
	width: 100%;
}

.gp-menu-nav>ul li {
	-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;
}

.gp-menu-nav>ul.gp-avg-1>li:nth-child(1) {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-menu-nav>ul.gp-avg-1>li {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-menu-nav>ul.gp-avg-1>li>a {
	display: inline-block;
	padding: 15px 0 15px 25px;
	font-size: 1.8rem;
}

.gp-menu-nav>ul.gp-avg-1>li>span {
	color: #fff;
	margin-left: 20px;
}

.gp-menu-nav>ul>li>ul {
	background: rgba(0, 0, 0, 0.1);
	padding: 0 25px
}

.gp-menu-nav>ul>li>ul a {
	display: inline-block;
	padding: 10px 0;
	/* font-size: 2.4rem; */
}

.gp-menu-arrow {
	cursor: pointer;
	width: 30px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	/* font-size: 2.8rem; */
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.gp-menu-arrow img {
	display: inline-block;
	width: 8px;
	margin: 0 auto;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
	transform: rotate(-90deg);
}

.gp-menu-nav li ul {
	display: none;
}

.gp-menu-nav a {
	color: #fff;
}

.open .gp-menu-link {
	display: none;
}

.open .gp-menu-header {
	background: none;
}

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



.bg-black span {
	background: #c7000a;
}

.gp-menu-nav.gp-menu-dropdown2 {
	background: #F5F5F5;
}

.gp-menu-nav.gp-menu-dropdown2>ul {
	position: relative;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li {
	border-bottom: none;
	position: static;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a {
	padding: 0;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 5px;
	position: relative;
	z-index: 900;
	color: #333;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
	content: "\e73a";
	font-size: 1.4rem;
	margin-left: 5px;
	transition: all 0.3s;
	display: inline-block;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
	content: '';
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #000;
	position: absolute;
	left: 50%;
	bottom: -100%;
	margin-left: -5px;
	opacity: 0.2;
	transition: all 0.3s;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
	bottom: 0;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	right: 5px;
	padding: 8px 0;
	text-align: center;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
	color: #666
}

.gp-menu-nav.gp-menu-dropdown2>ul li {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
	transform: rotate(180deg);
}


.gp-menu-nav.gp-menu-offcanvas1 {
	position: fixed;
	display: block;
	transform: translate(-150%, 0);
	transition: all 1s ease-in-out;
	width: 85%;
	right: auto;
	left: 0
}

.open .gp-menu-offcanvas1 {
	transform: translate(0, 0);
	position: absolute;
}


.gp-menu-nav.gp-menu-offcanvas2 {
	position: fixed;
	display: block;
	transform: translate(150%, 0);
	transition: all 1s ease-in-out;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
}

.open .gp-menu-offcanvas2 {
	transform: translate(0, 0);
	position: absolute;
}

.gp-container {
	width: 1200px;
	box-sizing: border-box;
}

.mode4bot {
	border-top: 1px solid rgba(0, 0, 0, .1);
	background: url(../images/mode4bg.png) repeat;
	background-size: cover;
	padding: 50px 0;
	box-sizing: border-box;
}

.footertop {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footer {
	background: #014D8B;
}

.footerl {
	display: inline-block;
}

.footertop {
	padding: 50px 0;
	box-sizing: border-box;
}

.link {
	margin-bottom: 20px;
	line-height: 1.3;
}

.linkul li {
	margin-bottom: 10px;
	line-height: 1.3;
}

.linkul li:last-child {
	margin-bottom: 0;
}

.footerr {
	display: inline-block;
}

.linkr {
	margin: 0 -15px;
}

.linkr li {
	display: inline-block;
}

.linkr a {
	display: block;
	margin: 0 15px;
	position: relative;
}

.linkr a span {
	display: block;
	width: 60px;

}

.ewm {
	background: #fff;
	width: 120px;
	height: 120px;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	left: calc(50% - 60px);
	bottom: 100%;
	display: none;
}

.footerbot {
	padding: 10px 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width: 1830px) {
	.logo1 {
		width: 200px;
	}

	.en {}

	.logo2 {
		width: 420px;
	}

	.header1 .h2 .nav>li {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1680px) {
	.logo1 {
		width: 200px;
	}

	.logo2 {
		width: 420px;
	}

	.gp-f20 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.gp-f18 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.gp-f16 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.header1 .h2 .nav>li {}

	.en {
		margin-right: 10px;
	}

	.logo1 {}

	.logo2 {
		width: 320px;
	}

	.en {
		margin-right: 20px;
	}

	.gp-serBtn2 {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 1460px) {
	.header1 .h2 {
		margin-top: 0;
	}

	.gp-f30 {
		font-size: 24px;
		font-size: 2.4rem;
	}

}



@media screen and (max-width: 1400px) {
	.header1 .h2 .nav>li {
		padding: 0 10px;
	}

	.en {
		margin-right: 10px;
	}

	.logo1 {
		width: 150px;
	}

	.logo2 {
		width: 290px;
	}

	.en {
		margin-right: 30px;
	}

	.gp-serBtn2 {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:1240px) {
	.gp-f30 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.header1 .h1 .row {
		padding: 20px 30px;
	}

	.en {
		margin-right: 10px;
	}

	.header1 .h2 .nav {
		margin-right: 104px;
	}
}

@media screen and (max-width: 1200px) {
	.gp-container {
		width: 1000px;
	}

	.en {
		margin: 15px 20px 15px 20px;
		border: 1px solid #fff;
		float: left;
	}

	.header1 .h1 .row {
		padding: 20px 35px;
	}

	.header1 .h2 {
		display: none;
	}

	.logo1 {}

	.logo2 {}

	.gp-menu, .gp-menu-nav {
		display: block !important;
	}

	.gp-menu-header {
		width: 32px;
		top: 35px;
		right: 35px;
		display: block;
	}

	.gp-search {
		background: #fff;
		margin: 21px 20px 15px 0px;
		width: 280px;
		overflow: hidden;
		display: inline-block;
		vertical-align: top;
		height: 32px;
	}

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

	.gp-search button {
		position: absolute;
		height: 37px;
		line-height: 37px;
		border: none;
		background: none;
		top: 0px;
		overflow: hidden;
	}

	.gp-search input, .gp-search button {
		position: absolute;
		height: 32px;
		/* line-height: 32px; */
		border: none;
		background: none;
		top: 0px;
		overflow: hidden;
	}

	.gp-search input.notxt {
		color: rgba(0, 0, 0, .3);
		width: calc(100% - 48px);
		left: 0;
		padding: 0 5%;
		box-sizing: border-box;
		outline: none;
	}

	.gp-search .notxt1 {
		position: absolute;
		width: 48px;
		height: 32px;
		right: 0;
		top: 50%;
		background: #004ea2;
		transform: translateY(-50%);
		cursor: pointer;
		color: #dcc47f;
	}

}

@media screen and (max-width:1100px) {
	.gp-container {
		width: 900px;
	}
}

@media screen and (max-width: 1040px) {
	.gp-f30 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.gp-f20 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.gp-search {
		margin-top: 15px;
	}

	.en, .gp-serBtn2 {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}


}

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

	.linkr a {
		margin: 0 5px;
	}

	.linkr a span {
		width: 40px;
		height: 40px;
	}

	.footerbot {
		padding: 5px 0;
	}

	.mode4bot {
		padding: 25px 0;
	}

	.link {
		margin-bottom: 10px;
	}

	.linkul li {
		margin-bottom: 5px;
	}

	.gp-f30 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.gp-container {
		width: auto;
		margin: 0 15px;
	}

	.footertop {
		padding: 25px 0;
	}
}

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

	.gp-f20 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.gp-f18 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.gp-f16 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.gp-menu-header {
		top: 21px;
		transform: scale(.8);
		right: 12px;
	}

	.logo2::before {
		height: 30px
	}

	.logo1 {
		width: 30%;
	}

	.header1 .h1 .row {
		padding: 10px;
	}

	.logo2 {
		width: 56%;
		padding-left: 5px;
		margin-left: 5px;
	}

	.mode4bot .logo {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width:600px) {
	.gp-menu-header {
		top: 11px;
	}

	.gp-menu-nav {
		padding-top: 60px;
	}

	.gp-container {
		width: auto;
		margin: 0 15px;
	}
}

@media screen and (max-width:479px) {
	.gp-f20 {
		/* font-size: 14px; */
		/* font-size: 1.4rem; */
	}

	.footertop {
		padding: 15px 0;
	}

	.gp-f18 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.gp-f16 {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.footertop {
		display: block;
		text-align: center;
	}

	.footerl {
		display: block;
	}

	.footerr {
		margin-top: 15px;
	}
}

@media screen and (max-width:400px) {
	.gp-menu-header {
		top: 8px;
	}

	.gp-search {
		width: 223px;
		margin: 15px 20px 15px 0px;
	}

	.logo1 {
		width: 30%;
	}

	.logo2 {
		width: 50%;
	}

	.mode4bot .logo1 {
		width: 43%;
	}

	.mode4bot .logo2 {
		width: 50%;
	}
}

@media screen and (max-width: 320px) {
	.en {
		display: block;
		float: none;
	}

	.gp-search {
		width: 223px;
		margin: 0px 20px 15px 20px;
	}
}

@media screen and (min-width:992px) {
	.effect0 {
		opacity: 0;
		transition: all 0.8s ease-out;
	}

	.effect0.isView {
		opacity: 1;
		-webkit-animation-name: effect0;
		animation-name: effect0;
	}

	.effect1, .effect11, .effect11 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateY(70px);
	}

	.effect1.isView, .effect11.isView, .effect11.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect1;
		animation-name: effect1;
	}

	.effect2, .effect21, .effect21 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateX(50px);
	}

	.effect2.isView, .effect21.isView, .effect21.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect2;
		animation-name: effect2;
	}

	.effect3, .effect31, .effect31 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateY(-70px);
	}

	.effect3.isView, .effect31.isView, .effect31.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect3;
		animation-name: effect3;
	}

	.effect4, .effect41, .effect41 li {
		opacity: 0;
		transition: all 1.5s ease-out;
		transform: translateX(-50px);
	}

	.effect4.isView, .effect41.isView, .effect41.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect4;
		animation-name: effect4;
	}

	.effect {
		transition: transform 1s, opacity 1s ease-in-out;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

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

@keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

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

@-webkit-keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

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

@keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

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

@-webkit-keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

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

@keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

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

@-webkit-keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

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

@keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

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