@keyframes scale {
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes scale {
	from {
		transform: scale(1.15);
	}

	to {
		transform: scale(1);
	}
}

.header {
	position: relative;
	z-index: 50;
	margin: 0 auto;
}

.grid_12 {
	min-height: 1px;
	background: #fff;
}

.grid_12>div {
	position: relative;
	width: 82.5%;
	height: 70px;
	margin: 0 auto;
}

.grid_12 .logo-link {
	display: block;
	max-height: 48px;
	position: absolute;
	left: 0;
	top: calc(50% - 18px);
	top: -moz-calc(50% - 18px);
	top: -webkit-calc(50% - 18px);
}
.nav-con{
	-webkit-animation: 1s both fadeInRight;
	-moz-animation: 1s both fadeInRight;
	-o-animation: 1s both fadeInRight;
	-ms-animation: 1s both fadeInRight;
}
.menu {
	display: block;
	text-align: left;
	width: auto;
}

.menu>li {
	float: left;
	cursor: pointer;
	text-align: center;
	padding: 0 24px;
}

.menu .active:after {
	display: block;
	width: 80px;
}

.menu .active a {
	background-color: #fff;
	color: #151371;
}

.menu-item>a {
	position: relative;
	font-size: 16px !important;
	font-weight: bold;
	color: #333 !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	/*text-align: center;*/
	line-height: 70px;

}

.menu-item>a::before {
	width: 0;
	height: 4px;
	content: " ";
	background-image: -webkit-linear-gradient(to right, #ce0052 10%, #e00732 35%, #fe6a00 50%, transparent 50%);
	background-image: -moz-linear-gradient(to right, #ce0052 10%, #e00732 35%, #fe6a00 50%, transparent 50%);
	background-image: -ms-linear-gradient(to right, #ce0052 10%, #e00732 35%, #fe6a00 50%, transparent 50%);
	background-image: -o-linear-gradient(to right, #ce0052 10%, #e00732 35%, #fe6a00 50%, transparent 50%);
	background-image: linear-gradient(to right, #ce0052 10%, #e00732 35%, #fe6a00 50%, transparent 50%);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 200% 2px;
	padding-bottom: 3px;
	display: inline;
	transition: background-position .2s linear;
	text-decoration: none;
	margin-top: 3px;
	margin-top: 0;
	background-size: 200% 4px;
	position: absolute;
	left: 50%;
	bottom: 14px;
	margin-left: -16px;
}

.menu-item>a:hover::before {
	width: 32px;
	/* background-size: 200% 4px; */
	background-position: bottom left;
}

.menu .active>.menu-item-dropdown {
	display: block;
}

.lang,
.lang a {
	font-size: 14px;
	color: #fff;
	padding: 0 5px;

}

.lang>a:hover::after {
	display: none;
}

.nav-btns {
	margin-left: 30px;
}

.nav-btns a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: #3cc3af;
	color: #fff;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	margin-top: 15px;
	/* -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll; */
	box-shadow: 0 4px 0 #207367;
	-webkit-box-shadow: 0 4px 0 #207367;
	-moz-box-shadow: 0 4px 0 #207367;
}

.nav-btns a:hover {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
}

.nav-btns a:first-child {
	margin-right: 14px;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@keyframes scroll {
	0% {

		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@media (max-width: 1366px) {
	.grid_12>div {
		width: 98%;
	}

	.menu-item>a {
		padding: 0 20px;
	}

	.lang,
	.menu-item.lang>a {
		padding: 0;
	}
}


@media (max-width: 1199px) {
	.menu-item>a {
		padding: 0 10px;
		font-size: 14px !important;
	}

	.nav-btns a {
		width: 120px;
	}

	.nav-btns {
		margin-left: 14px;
	}
}

@media (max-width:991px) {

	.nav-xs {
		padding: 10px;
		background: #0e0d57;
		height: 50px;
		z-index: 200;
		position: fixed;
		top: 0;
		width: 100%;
		margin: 0;
	}

	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2001;
	}

	.menu-xs .menu-xs-cnt {
		background: rgba(0, 0, 0, .9);
		width: 100%;
		display: none;
		position: absolute;
		top: 50px;
		max-height: 600px;
		overflow-y: scroll;
	}


	.menu-xs .menu-xs-list li {
		padding: 8px 0;
		float: left;
		margin: 0;
		border-bottom: none;
	}

	.menu-xs .menu-xs-cnt li {
		margin: 8px 14px;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		padding-bottom: 10px;
		text-align: right;
	}

	.menu-xs .menu-xs-cnt li:last-child {
		border-bottom: none;
	}

	.menu-xs .menu-xs-list li a {
		color: #ddd;
		font-size: 12px;
		margin-right: 14px;
	}

	.xs-banner {
		top: 50px;
		position: relative;
	}

	.nav-xs img {
		margin-top: -5px;
		float: left;
		height: 40px;
	}

	.xs-menu-btn {
		font-size: 24px;
		color: #fff;
		float: right;
		display: block;
		width: 40px;
		line-height: 30px;
		text-align: right;
		cursor: pointer;
		margin-right: 10px;
	}

	.xs-close-btn {
		font-size: 24px;
		color: #fff;
		float: right;
		width: 40px;
		line-height: 34px;
		text-align: right;
		cursor: pointer;
		display: none;
		margin-right: 10px;
	}

	.menu-xs ul li a {
		font-size: 14px;
		color: #fff;
		line-height: 24px;
	}

	.logo img {
		height: 40px;
	}


	.register a {
		width: 100px;
		height: 32px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}

	.banner-pc {
		display: none;
	}

	.banner img {
		margin-top: 50px;
	}
}
