/* 头部导航 */
.header {
	/* background-color: rgba(12, 50, 140, 0); */
	/* position: fixed; */
	/* background: linear-gradient(18000deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 100%); */
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	transition: background-color 1s ease;
	background-color: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.header-container {
	width: 95%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-content: center;
}

.logo {
	display: flex;
	align-items: center;
}


.desktop-nav {
	width: 86%;
}


.desktop-nav ul {
	width: 100%;
	height: 100%;
	/* display: table; */
	display: flex;
}

.desktop-nav .header_container_item_ul li {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
	margin: 0 5px;
	height: 100%;
	text-align: center;
}

.desktop-nav .header_container_item_ul li:last-child {
	margin: 0 0 !important;
}

.desktop-nav .header_container_item_ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gpdmdiv {
	flex: none !important;
	width: 12%;
}

.borderlf {
	border-left: 1px solid rgba(255, 255, 255, 0.34);
}

.desktop-nav a {
	font-size: 15px;
	padding: 5px 0;
	position: relative;
	color: #fff;
}

.desktop-nav a:hover {
	color: var(--zhutiselanse_qian);
}


.desktop-nav a.header_active {
	font-weight: bold;
	/*color: var(--zhutiselanse_henshen);*/
	/* 	
	font-size: 17px; */
}

.desktop-nav a.header_active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50%;
	height: 2px;
	transform: translate(-50%);
	background-color: #CB0000;
}

/* 切换语言 */
.lang-selector {
	width: 100%;
	position: relative;
	display: inline-block;
}

/* 按钮与下拉箭头的容器 */
.lang-btn-group {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background: transparent;
	border-right: none;
}

.xiala_bai {
	width: 7px;
	height: 4px;
	object-fit: contain;
	border: none;
	cursor: pointer;
	margin-left: 5px;
	display: inline-block;
}

.lang-dropdown {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	margin-top: 4px;
	border: none;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	/* border-left: 1px solid rgba(255, 255, 255, 0.34);
	border-right: 1px solid rgba(255, 255, 255, 0.34);
	border-bottom: 1px solid rgba(255, 255, 255, 0.34); */
}

.lang-dropdown.hidden {
	display: none;
}

.lang_dropdown_li {
	margin: 0 !important;
}

.lang-flag {
	height: 12px;
}

.lang_dropdown_li_a {
	background: none;
}

.lang-option {
	display: flex;
	align-items: center;
	justify-content: center;
	/* gap: 8px; */
	width: 100%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 0 !important;
}

.lang-option:hover {
	background: rgba(255, 255, 255, 0.3);
}

/* 切换语言 end */

.menu-btn {
	display: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 1001;
}

.menu-btn img {
	width: 100%;
	height: 100%;
}

.mobile-nav-mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	cursor: pointer;
}

.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 60%;
	height: 100vh;
	background: #fff;
	z-index: 1000;
	padding-top: 20px;
	padding-left: 10px;
	display: block;
}


.mobile-nav ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.search_bai {
	width: 18px;
	height: 18px;
	margin-top: 10px;
}


/* 页脚 */
.footer {
	color: #fff;
}

/* 容器自适应 */
.footer-container {
	background-color: var(--zhutiselanse_shen);
	padding-bottom: 0 !important;
}

.footer_container_nei {
	display: flex;
	justify-content: space-between;
}

.footer_container_nei_left {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-col {
	flex: 1;
	min-width: 120px;
	margin-bottom: 20px;
}

.footer-col h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li {
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s;
}

.footer-col ul li a:hover {
	color: #fff;
}

.footer-qr {
	display: flex;
	justify-content: center;
	min-width: 120px;
	vertical-align: top;
}

.footer-qr img {
	width: 100px;
	height: 100px;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	background-color: #0096F3;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.zywqh {
	display: none;
}

.nav-button {
	display: flex;
	margin-left: 2rem;
	margin-top: 17px;
}

.nav-button .language {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	transition: .3s;
	-webkit-transition: .3s;
}

.nav-button .language>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff
}

.nav-button .language span {
	margin-left: .75rem;
	margin-right: .375rem;
	font-size: .875rem;
	white-space: nowrap;
	transition: .5s
}

.nav-button .language .icon-dArrow {
	font-size: 0.75rem
}

.nav-button .language .language-show {
	position: absolute;
	left: 0;
	top: 130%;
	width: 130px;
	opacity: 0;
	visibility: hidden;
	transform-origin: center top;
	background-color: #FFFFFF;
	transform: scaleY(0);
	box-shadow: 0px 8px 36.8px 3.2px rgba(0, 0, 7, 0.08);
	;
	transition: 0.5s;
	border-radius: 6px;
	overflow: hidden;
}

.nav-button .language:hover .language-show {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1)
}

.nav-button .language .language-show a {
	display: block;
	text-align: left;
	justify-content: flex-start !important;
	padding: 15px 35px 15px 25px;
	padding-left: 25px;
	font-size: 14px;
	color: #333;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease
}

.nav-button .language .language-show a:hover {
	color: #fff;
	background: #0863c4;
}

.nav-button .search-btn {
	display: flex;
	margin-left: 2rem;
	align-items: center;
	position: relative;
	z-index: 1;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s
}

.nav-button .search-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff
}


/* footer手机 */

.container-outer {
	display: none;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	padding: 0 3%;
	margin: 0 auto;
}

.footer .footer-top {
	display: grid;
	justify-content: flex-start;
}

.footer .footer-top .title {
	margin-bottom: 1.5rem;
}

.footer .footer-top .title h3 {
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	;
	margin-bottom: 10px;
}

.footer .footer-top .title i {
	display: block;
	width: 1.875rem;
	height: 2px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 1);
}

.footer .footer-nav .box {
	font-size: 1rem;
	line-height: 2.25rem;
	margin: 0 -.75rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.footer .footer-nav .box a {
	padding: 0 .55rem;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
}

.info {
	font-size: 14px;
}

.footer .footer-contact,
.footer .footer-follow {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.footer .footer-follow .qr-code {
	display: flex;
	justify-content: space-between;
}

.footer .footer-follow .ewm {
	text-align: center;
	margin-right: 1rem;
}

.footer .footer-follow .ewm .pic {
	position: relative;
	width: 7.125rem;
	height: 7.125rem;
	/*border: 1px solid #525252;*/
	padding: 7px;
	border-radius: 5px;

	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .footer-follow .ewm .pic img {
	border-radius: 5px;
}

.info li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.footer .footer-contact .info li svg {
	margin-right: 0.5rem;
}

/* footer手机 */

.header_container_item ul li,
.gpdm,
.lang-btn-group {
	/* padding-top: 20px; */
}

.logo_img {
	width: 150px;
	height: 60px;
	margin: 5px 0px;
}

.active{
	color: var(--zhutiselanse_qian);
}