/* header start */

.header {
	width: 100%;
	min-width: 30rem;
	z-index: 12;
	top: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(32, 60, 184, .8);
}

.header {
	animation: header .7s linear 0s 1 both;
	transform-style: preserve-3d
}

@-webkit-keyframes header {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes header {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}


.header .con {
	margin: 0 0rem 0 3rem;
	height: 10rem;
}

.logo {
	width: 35.6rem;
	padding: 2rem 0;
}

.ser {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: calc(100% - 4rem);
}

.search .notxt1 {
	background-color: #0653ab;
	color: #fff;
}

.header_rt {
	/* width: calc(100% - 38rem); */
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 6.5rem;
	margin-left: 2.2rem;
	padding-right: 3rem;
	height: 100%;
	background: url('../images/header_rt_bg.png') no-repeat left center/100% 100%;
}

.header .en-but {
	display: block;
	margin-right: 1rem;
	width: 4rem;
	height: 4rem;
	text-align: center;
	cursor: pointer;
	line-height: 4rem;
	border-radius: 50%;
	border: 1px solid #ff9900;
	color: #ff9900;
	flex-shrink: 0;
	transition: all .3s ease-in-out;
}

.header .en-but:hover,
.header .ser_btn:hover {
	transform: scale(1.2);
}

.header .ser_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #ff9900;
	color: #ff9900;
	flex-shrink: 0;
	transition: all .3s ease-in-out;
}

.header .ser_btn .search-icon {
	width: 2rem;
	height: 2rem;
}

.nav {
	position: relative;
	width: 100%;
	margin-right: 4rem;
}

.nav ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/*margin: 0 -3.6rem 0 0;*/
}

.nav li {
	line-height: 6rem;
	/* margin: 0 3.6rem; */
}

.nav li>a {
	color: #333;
	line-height: 6rem;
}

.nav ul li>a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: .3rem;
	background: #0653ab;
	left: 50%;
	bottom: 0;
	transition: all .3s ease-in-out;
	left: 50%;
	transform: translateX(-50%);
}

.nav ul li:hover>a::before, .nav ul li>a.home::before {
	width: 100%
}

.nav .sub_nav {
	position: absolute;
	left: 50%;
	top: 100%;
	display: none;
	width: 14.8rem;
	margin-left: -7.4rem;
	background: #0653ab;
}

.nav .sub_nav dl {
	margin: 0 0 0;
	position: relative;
}

.nav .sub_nav dd {}

.nav .sub_nav a {
	color: #fff;
	display: block;
	line-height: 1.5em;
	position: relative;
	padding: .9rem 0;
	text-align: center;
	margin: 1rem 0;
}

.nav .sub_nav dd:last-child a {
	margin: 1rem 0 0;
}

.nav .sub_nav a:hover {
	color: #fff;
	background: rgba(255, 255, 255, .2);
}

.nav ul li:hover .sub_nav {
	display: block;
}

.nav ul li:hover .sub_nav {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: .6s;
	-webkit-animation-duration: .6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(40rem) rotate3d(0, 1, 0, 90deg);
		transform: perspective(40rem) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(40rem) rotate3d(0, 1, 0, -20deg);
		transform: perspective(40rem) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(40rem) rotate3d(0, 1, 0, 10deg);
		transform: perspective(40rem) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(40rem) rotate3d(0, 1, 0, -5deg);
		transform: perspective(40rem) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(40rem);
		transform: perspective(40rem)
	}

	/* from{opacity: 0;}
	to{opacity: 1;} */
}

.header.currents {
	background: rgba(32, 60, 184, 1);
	position: fixed;
	box-shadow: 0rem 1rem 2.5rem 0rem rgba(37, 43, 44, 0.12);
}

.header.currents .gp-container {
	width: calc(100% - 24rem);
}

.header.currents .top {
	height: 4.2rem;
}

.header.currents::before {
	height: 0;
}

/* .header.currents .header_rt{padding: 0 0 0 6rem;} */
.header.currents .logo {
	padding: 2rem 0;
}

.header.currents .logo .l1 {
	display: none;
}

.header.currents .logo .l2 {
	display: block;
}

.header.currents .top_links {
	/* top: -6rem; */
}

.header.currents .nav {
	padding: 0;
}

.header.currents .nav li>a {
	color: #333;
	line-height: 7rem;
}

.header.currents .nav li>a:hover i {
	opacity: 1;
	right: -2.2rem;
}

.header.currents .nav ul>li {
	line-height: 12rem;
}

@media screen and (max-width:1640px) {
	.header_rt {
		padding-left: 4rem;
	}

	.nav {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:1280px) {
	.header .en-but {
		margin-left: 2rem;
	}
}

@media screen and (max-width:996px) {
	.header_rt {
		display: none;
	}

	.header {
		background: rgba(32, 60, 184, 1);
	}

	/* .header{position: relative;} */
	.header.currents {
		display: none !important
	}

	.logo {
		padding-top: 10px;
	}

	/* .logo{top:0;width:260px} */
}

@media screen and (max-width:767px) {
	.header .con {
		margin: 0 2rem;
	}

	.header .gp-container {
		background-size: 160px auto;
	}

	.logo {
		width: 210px;
		max-width: 100%;
		text-align: center;
		position: relative;
	}

}

/* header end */

/* mob_nav */
@media screen and (max-width:996px) {
	.mobile_header {
		position: absolute;
		z-index: 1000;
		top: 0;
		width: 100%;
	}

	.mob_nav_btn {
		height: 38px;
		text-align: left;
		width: 38px;
		z-index: 1000;
		position: absolute;
		cursor: pointer;
		margin-right: 0;
		font-weight: 700;
		text-align: right;
		right: 20px;
		top: 12px;
		-webkit-transition: background .5s;
		-moz-transition: background .5s;
		-o-transition: background .5s;
		transition: background .5s;
		background: #0653ab;
		border-radius: 50%;
	}

	.mob_nav_btn.on {
		/*background-image:url(../images/m_nav2.png);*/
		/* right:20px; */
		/* top:20px; */
		position: fixed;
	}

	.mob_nav_btn span {
		position: absolute;
		left: calc((100% - 22px)/ 2);
		top: calc((100% - 1px)/ 2);
		width: 22px;
		height: 2px;
		background-color: #fff;
		animation-duration: .5s;
		animation-fill-mode: both;
	}

	.mob_nav_btn.on span {
		/* background: #0653ab; */
	}

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

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

		100% {
			transform: translateY(-8px) rotate(0)
		}
	}

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

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

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

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

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

	.mobile_header_cover {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 100%;
		background: rgba(0, 0, 0, .7);
		z-index: 9;
		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: 90%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 995;
		overflow: auto;
		overflow-x: hidden;
		background: #fff;
		display: none;
		width: 392px;
		border-left: 8px solid #0653ab;
		height: 100vh;
	}

	.mobile-header.on {
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: y_scale;
		display: block
	}

	.mobile-nav {
		width: 100%;
		padding-top: 50px;
	}

	.mobile-nav li {
		position: relative;
		padding: 0 0;
		border-bottom: 1px solid #f2f2f2
	}

	.mobile-nav li a {
		display: block;
		line-height: 25px;
		text-decoration: none;
		font-size: 18px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		padding: 13px 60px 12px 30px;
	}

	.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_sub_nav {
		padding: 0 22px 0 8px;
		background: #f3f3f3;
		overflow: hidden;
	}

	.mobile-nav dd a {
		/* height:35px; */
		line-height: 22px;
		border-top: 1px solid rgba(135, 135, 135, .1);
		font-size: 16px;
		padding-left: 40px;
		position: relative;
	}

	.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: #0653ab;
		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: #666;
		position: absolute;
		right: 0;
		top: 2px;
		font-size: 15px;
		cursor: pointer;
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 45px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		/*background:url(../images/mobile_arrow1.png) center no-repeat;*/
	}

	.mobile-nav .on .arrow {
		/*background-image:url(../images/mobile_arrow2.png)*/
		transform: rotate(90deg);
	}

	.mobile_sub_nav {
		display: none
	}

	/* li.on .mobile_sub_nav{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 15px;
		border: 1px solid #d3d3d3
	}


	.mob_links {
		color: #fff;
		text-align: center;
		font-size: 4rem;
		line-height: 40px
	}

	.mobile_search {
		height: 36px;
		margin: 20px;
	}

	/* .mobile_search .search input.notxt1{background-color: #fff; background-size: 20px; } */
	.mobile_search .search i {
		position: absolute;
		z-index: 2;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		font-size: 18px;
		width: 25%;
		pointer-events: none;
		color: #0653ab;
	}


}

@media screen and (max-width:767px) {
	.mob_nav_btn {}

	.mobile-nav {
		padding-top: 70px
	}

	.mobile-nav li a {
		line-height: 30px
	}

	.mobile-nav dd a {
		padding-left: 60px
	}

	.mobile-nav .arrow {
		top: 6px
	}

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

	.search input.notxt {
		width: calc(100% - 60px);
		padding-left: 20px;
	}

}

/* mob_nav end */
/* header end */

/* footer start */
footer {
	clear: both;
	position: relative;
	color: #fff;
	background: url(../images/footer_bg.png) no-repeat top center/cover;
	z-index: 2;
}

.footer {
	position: relative;
	flex-wrap: nowrap;
	padding: 6rem 0rem 6.2rem 0;
}

.footer .left {
	width: 35%;
}

.footer .left .footer-logo {
	display: block;
	padding-bottom: 4rem;
	padding-right: 13rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid rgba(65, 141, 255, .2);
}

.footer .left .footer-logo img {
	width: 35.6rem;
}

.footer .left .copying {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2;
	color: rgba(255, 255, 255, .7);
}

.footer .left .copying .wx {
	position: relative;
	width: 4.6rem;
	height: 4.6rem;
	flex-shrink: 0;
	background: url('../images/wx_icon.png') no-repeat center/100% 100%;
}

.footer .left .copying .wx .ewm {
	display: none;
	position: absolute;
	top: -12rem;
	left: -50%;
	width: 10rem;
	height: 10rem;
}

.footer .left .copying .wx:hover .ewm {
	display: block;
}

.footer .right {
	display: flex;
	justify-content: space-between;
	color: rgba(255, 255, 255, .7);
	margin-left: 15rem;
	width: calc(65% - 15rem);
}

.footer .right .title {
	display: block;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 3rem;
}

.footer .right dd {
	margin-bottom: 2rem;
}

.footer .right .item:nth-child(2) {
	width: 55%;
}

.footer .right .glxt {
	display: flex;
	flex-wrap: wrap;
}

.footer .right .glxt dd {
	width: 50%;
}

.footer .right dd a:hover {
	color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:996px) {
	.footer {
		flex-direction: column;
		align-items: center;
	}

	.footer .left {
		width: 100%;
		margin-bottom: 3rem;
	}

	.footer .right {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width:680px) {
	.footer .right {
		flex-direction: column;
	}

	.footer .right .item:nth-child(2) {
		width: 100%;
		margin-top: 3rem;
	}
}

@media screen and (max-width:420px) {
	.footer .left .copying {
		flex-direction: column;
	}
	.footer .left .copying .wx {
		margin-top: 3rem;
	}
	.footer .right .glxt dd {
		width: 100%;
	}
}

/* footer end */
