.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.header.header_active {
	background: #1e1e1e;
}

.header .header_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
}

.logo {
	width: 135px;
	display: block;
	align-self: flex-end;
	margin-bottom: 10px;
}

.logo img {
	width: 100%;
}

.header .logo_c {
	display: none;
}

.header .header_r {
	width: calc(79% - 164px);
	padding-top: 10px;
	transition: 0.3s;
}

.navge {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
}

.header .navge>div {
	position: relative;
}

.header .nav1 {
	font-weight: 500;
	line-height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header .nav1 a {
	color: white;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-family: 'Alibaba-PuHuiTi';
	font-weight: 600;
}

.header .nav1::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0px;
	width: 0px;
	height: 4px;
	background: white;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header .nav1 a:hover {
	color: var(--yx_Color);
}

.header .nav1_act::before {
	width: 100%;
}

.header .nav2 {
	display: none;
	position: fixed;
	width: 100%;
	max-width: 985px;
	left: 55.6%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(30, 30, 30, 0.6);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.header .nav2_flx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 2.3vw;
}

.header .nav2_r {
	width: 35%;
}

.nav2_r_t {
	line-height: 1;
	font-family: 'Alibaba-PuHuiTi-Bold';
	color: #fff;
}

.nav2_r_s {
	line-height: 1;
	color: #fff;
	margin-top: 20px;
}

.nav2_r_lk {
	display: flex;
	align-items: center;
	margin-top: 20px;
	line-height: 1;
	color: var(--yx_Color);
	width: 90px;
}

.nav2_r_lk svg {
	fill: var(--yx_Color);
	margin-left: 10px;
	transition: 0.5s;
}

.nav2_r_lk:hover svg {
	margin-left: 5px;
}

.header .nav2_l {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .nav2_l div {
	width: 31%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
	margin-right: 3.5%;
}

.header .nav2_l div:nth-child(3n) {
	margin-right: 0;
}

.header .nav2_l a {
	color: white;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-left: 4px solid transparent;
	font-family: 'Alibaba-PuHuiTi';
	font-weight: 500;
}

.header .nav2_l a:hover {
	color: var(--yx_Color);
	padding-left: 10px;
	border-left: 4px solid var(--yx_Color);
}

.header_other {
	width: 185px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity 0.3s ease-out;
}

.header.header_active .header_other {
	display: none;
}

.header.header_active .nav1 {
	line-height: 55px;
}

.header.header_active .header_r {
	padding-top: 0px;
}

.header .other_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44%;
	min-width: 100px;
	height: 30px;
	line-height: 1;
	color: white;
	background: var(--yx_Color);
	border-radius: 10px;
}

.header .world {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

.header .world svg path {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header .world:hover svg path {
	fill: var(--yx_Color);
}

.header .header_line {
	width: 1px;
	height: 24px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 10px;
}

.header .header_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.header .header_search svg path {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header .header_search:hover svg path {
	fill: var(--yx_Color);
}

.phone_menu {
	display: none;
	width: 30px;
	position: relative;
	margin-left: 30px;
}

.phone_menu span {
	background: #333;
	height: 2px;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.phone_menu span:first-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.phone_menu span:last-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}

.menu_act span:first-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}

.menu_act span:last-child {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0px) rotate(135deg);
	-ms-transform: translateY(0px) rotate(135deg);
	transform: translateY(0px) rotate(135deg);
}

.menu_act span:nth-child(2) {
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header_act {
	top: -80px;
}

.footer {
	padding: 52px 0 0;
	background: #1e1e1e;
}

.footer .footer_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	max-width: 854px;
	justify-content: space-between;
}

.footer .footer_nav a {
	color: white;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.footer .footer_nav a:hover {
	color: var(--yx_Color);
}

.footer .footer_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 6.5vw;
}

.footer .footer_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.footer .footer_left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	width: 30px;
	height: 23px;
	position: relative;
	overflow: hidden;
}

.footer .footer_left a:last-child {
	margin-right: 0;
}

.footer .footer_left a img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0s;
}

.footer .footer_left a:hover img {
	top: -100%;
}

.footer .footer_right {
	color: rgba(255, 255, 255, 0.4);
	display: none;
}

.footer .footer_right p:nth-child(n+2) {
	margin-top: 6px;
}

.footer .footer_right a {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.footer .footer_right a:hover {
	color: #4359ff;
}

.footer .footer_btm {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 2.5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.4);
	min-height: 90px;
	align-items: center;
	padding: 12px 0;
}

.footer .footer_btm a {
	color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.footer .footer_btm a:hover {
	color: #4359ff;
}

.footer_logo img {
	width: auto;
	max-width: 100%;
}

#nyBan {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#nyBan .banImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#nyBan .textBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#nyBan .p_btitle {
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}

#nyBan .p_summary {
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-top: 15px;
}


.crumbs {
	background: #f7f7f7;
	padding: 5px 0;
}

.crumbs .w1200 {
	display: flex;
	align-items: center;
}

.crumbs * {
	line-height: 30px;
	position: relative;
	color: #999;
}

.crumbs span:not(:first-child) {
	padding-left: 15px;
}

.crumbs span:not(:first-child)::before {
	content: '/';
	position: absolute;
	left: 4px;
}

.crumbs span:last-child {
	color: #000;
}



@media only screen and (max-width: 1440px) {
	.header .header_r {
		width: calc(90% - 164px);
	}
}

@media only screen and (max-width: 1100px) {
	.header .header_r {
		width: calc(95% - 164px);
	}

	.header .other_link {
		height: 40px;
		min-width: 80px;
		font-size: 14px;
	}
}


@media only screen and (max-width: 769px) {
	.header .header_flx {
		padding: 0;
	}

	.header .header_r {
		width: calc(95% - 100px);
		padding: 0;
		align-self: center;
	}

	.logo {
		width: 100px;
		margin: 0;
		align-self: center;
	}

	.logo img {
		width: 100%;
	}

	.header .logo_w {
		display: none;
	}

	.header .logo_c {
		display: block;
	}


	.header .other_link {
		height: 34px;
		min-width: 70px;
		font-size: 14px;
		display: none;
	}

	.header .navge>div {
		margin-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header .navge {
		position: fixed;
		top: 57px;
		width: 100%;
		left: 0;
		height: calc(100% - 60px);
		background: white;
		display: none;
		padding: 10px 20px 0;
	}

	.phone_menu {
		display: block;
		height: 30px;
	}

	.header .nav1 {
		height: 50px;
		background: url(../img/index/right_ico.png) no-repeat 97% center/14px;
	}


	.header .navge>div:nth-child(5) .nav1 {
		background: transparent;
	}

	.header .navge>div:nth-child(6) .nav1 {
		background: transparent;
	}

	.header .nav1.xuan_act {
		background: url(../img/index/bottom_ico.png) no-repeat 97% center/14px;
	}

	.header .header_flx {
		height: 56px;
	}

	.header .nav1 a {
		color: #333;
	}

	.header .nav2_r {
		display: none;
	}

	.header .nav2_l {
		width: 100%;
	}


	.header {
		background: white;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.header_search svg path {
		fill: #333333;
	}

	.header .nav2 {
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
	}

	.header .nav2_flx {
		padding: 0px 10px 10px;
	}

	.header .nav2_l div {
		width: 100%;
		justify-content: flex-start;
		margin: 0;
	}

	.header .nav2_l a {
		color: #333;
		line-height: 36px;
	}

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

	.header .header_line {
		margin: 0 15px;
		background: rgba(0 0 0 / 22%);
		height: 18px;
	}

	.footer {
		padding-top: 30px;
	}

	.footer .footer_nav {
		display: none;
	}

	.footer .footer_center {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.footer .footer_left {
		margin-top: 0px;
	}

	.footer .footer_btm {
		margin-top: 20px;
		flex-wrap: wrap;
		justify-content: center;
		font-size: 14px;
	}

	.footer_btm_left {
		width: 100%;
		text-align: center;
	}

	.footer_logo {
		width: 140px;
	}

	#nyBan {
		margin-top: 56px;
	}

	.header .world svg path {
		fill: #333;
	}

	.footer .footer_right {
		display: none;
	}

}
