/* header start */

.header {
	width: 100%;
	min-width: 30rem;
	z-index: 12;
	top: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.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::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 20rem;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	opacity: .8;
	z-index: -10;
	pointer-events: none;
}

.header::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-top: 5.4rem solid #94070a;
	z-index: -1;
}

.header .con {
	margin: 0 12.8rem 0 5rem;
	align-items: flex-start;
}

.logo {
	width: 47.3rem;
	padding: 1.7rem 0;
}

.logo::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	right: -22rem;
	background: #94070a;
	clip-path: polygon(0 0, 100% 0, calc(100% - 16.6rem) 100%, 0 100%);
	width: 200%;
	z-index: -1;
}

.top_links {
	position: relative;
	text-align: right;
	overflow: hidden;
	height: 5.4rem;
	line-height: 4.8rem;
	z-index: 10;
}

.top_links a {
	color: #fff;
	position: relative;
	padding: 0 2rem;
	display: inline-block;
	vertical-align: middle;
}

.top_links a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .1rem;
	height: 1.4rem;
	background: rgba(255, 255, 255, .3);
}

.top_links a:first-child::after {
	display: none
}

.top_links .ser_btn {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ser.png) no-repeat center/2.2rem auto;
	width: 4.4rem;
	height: 4rem;
	margin: 0 0 0 3.5rem;
}

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

.search .notxt1 {
	background-color: #94070a;
	color: #fff;
}

.header_rt {
	width: calc(100% - 79rem);
	position: relative;
}

.header_rt::before {
	content: '';
	display: block;
	background: url(../images/header_line.png) no-repeat right center/cover;
	width: 12.4rem;
	height: 3.7rem;
	left: -22.8rem;
	bottom: 0;
	position: absolute;
}

.nav {
	position: relative;
}

.nav::before {
	content: '';
	display: block;
	position: absolute;
	left: -8rem;
	right: -12.8rem;
	border-bottom: .1rem solid rgba(255, 255, 255, .6);
	bottom: 0;
}

.nav::after {
	content: '';
	display: block;
	position: absolute;
	left: -9rem;
	width: 1rem;
	height: 1rem;
	bottom: -0.5rem;
	border: .1rem solid #fff;
	opacity: .6;
	border-radius: 50%;
}

.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: #fff;
	line-height: 6rem;
}

.nav ul li>a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: .3rem;
	background: #e6000b;
	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: #94070a;
}

.nav .three_sub_nav {
	display: none;
	position: absolute;
	left: 100%;
	top: -1rem;
	display: none;
	width: 14.8rem;
	background: #94070a;
}

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

.nav .sub_nav dd {
	position: relative;
}

.nav .sub_nav dd:hover .three_sub_nav {
	display: block;
}

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

.header.currents .nav::after {
	display: none;
}

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

	.logo::before {
		right: -12rem;
		clip-path: polygon(0 0, 100% 0, calc(100% - 10rem) 100%, 0 100%);
	}

	.header_rt {
		width: calc(100% - 56rem);
		position: relative;
	}

	.nav {
		font-size: 1.8rem;
	}

	.nav::before {
		left: -3rem;
	}

	.nav::after {
		left: -4rem;
	}

	.header_rt::before {
		left: -16.8rem;
		display: none;
	}

}

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

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

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

	.header .gp-container {}

	.header::before {
		height: 50px;
	}

	.nav, .top_link, .wrap_nav, .top_links {
		display: none
	}

	.header .top {
		height: auto;
		width: auto;
		position: relative;
		display: none;
	}

	.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: 220px;
		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: #94070a;
		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: #94070a; */
	}

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

	.mobile-nav dd {
		position: relative;
	}

	.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: #94070a;
		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-nav .on .mobile_sub_nav .arrow {
		transform: rotate(0deg);
	}

	.mobile-nav .on .mobile_sub_nav dd.on .arrow {
		transform: rotate(90deg);
	}

	.mobile_sub_nav {
		display: none
	}

	.mobile_thrre_sub_nav {
		display: none
	}

	.mobile_thrre_sub_nav dd a {
		padding-left:50px;
	}

	/* 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;
		line-height: 40px
	}

	.mob_linksIn {
		overflow: hidden;
		float: right;
		margin-right: 50px
	}

	.mob_links dl dt::before {
		background: #fff;
		opacity: .75
	}

	.mob_links dl {
		margin: 0 0 10px;
		overflow: hidden;
	}

	.mob_links dl:nth-child(2) {
		margin: 0
	}

	.mob_links dl a {
		color: #333;
		opacity: .75;
		font-size: 14px
	}

	.mob_links dl dt {
		position: relative
	}

	.mob_links dl dt::before {
		content: '';
		position: absolute;
		width: 16px;
		height: 2px;
		background: #a7a8a7;
		bottom: 0;
		left: calc(50% - 8px);
	}

	.mob_links dl dt a {
		font-size: 14px;
		color: #333;
		font-weight: 700
	}

	.mob_links dl dd {
		padding: 0 10px;
		position: relative;
		display: inline-block;
	}

	.mob_links dl dd::before {
		content: '';
		position: absolute;
		width: 5px;
		height: 1px;
		opacity: .3;
		background: #fff;
		right: 10px;
		top: 50%
	}

	.mob_links dl dd:last-child::before {
		display: none
	}

	.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: #94070a;
	}


}

@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;
	margin: 0 0 0;
	z-index: 2;
	margin: -5rem 0 0;
}

.footer {
	position: relative;
	padding: 12.2rem 1.8rem 6.1rem 0;
	max-width: 128rem;
}

.footer_logo {
	width: 47.1rem;
	margin: 0 8.6rem 0 0;
}

.footer_mid {
	width: 27rem;
}

.footer_links {
	border: .1rem solid rgba(255, 255, 255, .3);
	margin: 1rem 0;
	position: relative;
	line-height: 1.8;
}

.footer_links .text {
	padding: 1.1rem 3rem;
}

.footer_links .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	background: url(../images/footer_arrow.png) no-repeat top right/1.1rem auto;
	width: 2rem;
	height: 2rem;
}

.footer_links .hover_box {
	position: absolute;
	left: -0.1rem;
	right: -0.1rem;
	bottom: 100%;
	overflow-y: auto;
	height: 20rem;
	border: .1rem solid rgba(255, 255, 255, .3);
	background: #93070a;
	display: none;
}

.footer_links .hover_box a {
	padding: 0 2rem;
	display: block;
}

.footer_links .hover_box a:hover {
	background: rgba(255, 255, 255, .2);
}

.footer_links.on .hover_box {
	display: block;
}

.footer_code {
	margin: 0 0 0 4rem;
}

.footer_code ul {
	padding: .5rem 0 0;
}

.footer_code li {
	width: auto;
}

.footer_code .item {
	margin: 0 0 0 3rem;
	width: 104px;
	text-align: center;
	position: relative;
}

.footer_code .item p {
	margin: .8rem 0 0;
}

.copy_right {
	text-align: center;
	padding: 2.7rem 0 4.2rem;
	border-top: .1rem solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .6);
}

.copy_right a {
	color: inherit;
}

.copy_right p {
	display: inline-block;
	vertical-align: top;
}

.copy_right span {
	padding: 0 3rem;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width:996px) {
	footer {
		background-image: url(../images/footer_bg2.png);
	}

	.footer {
		width: auto;
		max-width: initial;
		flex-direction: column;
		align-items: center;
		padding: 6rem 1.8rem 4rem;
	}

	.footer_logo {
		margin: 0 0 30px;
	}

	.footer_mid {
		width: 240px;
		margin: 0 0 30px;
	}

	.footer_code {
		margin: 0;
	}

	.footer_code .item {
		margin: 0 2rem;
	}

}

@media screen and (max-width:767px) {
	.footer {
		padding: 20px 0;
	}

	.footer_lf {
		flex-wrap: wrap;
		width: 100%;
	}

	.footer_logo {
		width: 60%;
		margin: 0 auto 20px;
		order: 0;
	}

	.friend_links {
		width: 100%;
		padding: 20px 0;
	}

	.footer_code {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.footer_code .hover_box {
		left: 50%;
		transform: translateX(-50%);
	}

	.contact_us {
		width: 100%;
		text-align: center;
		padding: 20px 0 0;
	}

}

@media screen and (max-width:413px) {
	.copy_right span {
		padding: 0;
	}


}

/* footer end */
