@charset "UTF-8";

/* 超链接样式 */
.dropdown-title {
	color: #000;
}

/* 基础重置 */
.dropdown-menu * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto";
}

.dropdown-contact a {
	color: rgb(102, 102, 102);
}

/* 主容器 - 三栏布局 */
.dropdown-menu {
	position: absolute;
	top: 101px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 40px 60px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	/* 新增属性 */
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 9999;
	will-change: transform;
	pointer-events: none;
	/* 添加active状态样式 */
}

.dropdown-menu.active {
	opacity: 1;
	visibility: visible;
	/* 新增属性 */
	pointer-events: auto;
	/* 添加悬停保持 */
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 添加定位校准样式 */
.header-fixed .dropdown-menu {
	/* 使用fixed定位并动态计算高度 */
	position: fixed;
	top: 86px;
	/* 默认header高度 */
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	will-change: transform;
	/* 保留原有过渡效果 */
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 确保父容器有定位上下文 */
.header-container {
	position: relative;
}

.dropdown-menu .contact-title {
	color: rgb(0, 0, 0);
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}

.dropdown-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

	align-items: center;
	padding: 0 0px;
	/*
	min-height: 250px; */
	margin: 0;
	border-right: 1px solid rgba(128, 128, 128, 0.2);
	flex: 1;
	max-width: 24vw;
	padding: 5px;
}

.dropdown-item-6 .dropdown-item:nth-child(1){
    border:none;
}
.dropdown-item-6 .dropdown-item:nth-child(2){
    border-left:1px solid rgba(128, 128, 128, 0.2);
}
.dropdown-item-5 .dropdown-item:nth-child(1){
    border: none;
}
.dropdown-item-5 .dropdown-item:nth-child(2){
    border-left:1px solid rgba(128, 128, 128, 0.2);
}
.dropdown-item-2 .dropdown-item:nth-child(2){
    
   height: 155px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
}

.dropdown-item-3 .dropdown-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 0 20px;

}

.dropdown-item-1  .dropdown-item{
		display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	
}
.dropdown-item-2 .dropdown-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}


.dropdown-title-two {
	width: 91px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0%;
	line-height: 32px;
	white-space: nowrap;
	max-width: 320px;
	padding: 0 0 14px 0;
}

.dropdown-title {
	width: 20vw;
	max-width: 385px;
	font-family: Roboto;
	font-size: clamp(16px,1.3vw,18px);
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	line-height: 32px;
	/* white-space: nowrap; */

}
.dropdown-title-left{
	width: 20vw;
	max-width: 385px;
	font-family: Roboto;
	font-size: clamp(26px,1.75vw,28px);
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	line-height: 32px;
}
.dropdown-intro {
	width: 20vw;
	max-width: 385px;
	color:#333;
	font-family: Roboto;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	font-size: clamp(14px,1vw,16px);
	letter-spacing: 0%;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 19px;
}

.dropdown-contact {
	flex: 0 0 auto;
	min-width: 280px;
	max-width: 350px;
	padding: 0 20px;
}

.dropdown-contact .contact-title {
	/* Frame 151 */
	width: 305.25px;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 19px;
	/* background-color: rgba(255, 255, 255, 1); */
	color: rgb(102, 102, 102);
	font-family: Roboto;
	font-size: clamp(16px,1.2vw,18px);
	font-size: 16px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	/*text-transform: uppercase;*/
	padding: 20px 0;
}

.dropdown-contact .contact-links {
	width: 250px;
	padding: 0 30px;
	font-family: Roboto;
	display: flex;
	flex-direction: column;
	height: 16px;
	color: rgb(128, 128, 128);
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	text-align: left;
}

.contact-links a {
	line-height: 35px;
}

.dropdown-img {
	/* padding: 17px; */
	/* background-color: red; */
}

.dropdown-img:nth-child(1) {
	/* padding-top: 22px; */
}

.dropdown-img img {
	/* width: 265.25px; */
}

.phone {
	position: relative;
	/* 定位基准 */
	padding-left: 25px;
	/* 为图标预留空间，避免文字重叠 */
}

.email {
	position: relative;
	/* 定位基准 */
	padding-left: 25px;
	/* 为图标预留空间，避免文字重叠 */
}

.phone::after {
	content: "";
	/* 必须设置 */
	position: absolute;
	left: 0;
	/* 定位到左侧 */
	top: 50%;
	/* 垂直居中 */
	transform: translateY(-50%);
	/* 精确居中 */
	width: 15px;
	height: 15px;
	background-image: url("../img/phone.png");
	background-size: contain;
	/* 确保图标完整显示 */
	background-repeat: no-repeat;
}

.email::after {
	content: "";
	/* 必须设置 */
	position: absolute;
	left: 0;
	/* 定位到左侧 */
	top: 50%;
	/* 垂直居中 */
	transform: translateY(-50%);
	/* 精确居中 */
	width: 15px;
	height: 15px;
	background-image: url("../img/email.png");
	background-size: contain;
	/* 确保图标完整显示 */
	background-repeat: no-repeat;
}

.dropdown-item-1 .dropdown-item {
	padding-right: 100px;
}

.dropdown-li {
	width: auto;
	min-width: 91px;
	height: 16px;
	display: flex;
	flex-direction: row;
	/*
	justify-content: center; 
	*/
	align-items: center;
	gap: 10px;
	color: rgb(102, 102, 102);
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0%;
	text-align: left;
	white-space: nowrap;
	padding: 18px 0;
	padding-bottom: 15px;
}
 


.dropdown-item-2 .dropdown-item {
	padding-left: 30px;
	padding-right: 100px;
}

.dropdown-item-3 .dropdown-item {
	padding-left: 30px;
	padding-right: 100px;
}

.dropdown-item-4 {
	gap: 0;
}

.dropdown-item-4 .dropdown-item {
	border: 0;
	border-left: 1px solid rgba(128, 128, 128, 0.2);
}

.dropdown-item-4 .dropdown-item:nth-child(1) {
	border: 0;
}

.dropdown-item-4 .dropdown-item:nth-child(2) {
	height: 593px;
}

.dropdown-item-7,
.dropdown-item-1,
.dropdown-item-2,
.dropdown-item-3,
.dropdown-item-4,
.dropdown-item-5,
.dropdown-item-6 {
	/* background-color: red; */
	/* display: flex !important; */
	position: fixed;
	top: 86px;
	left: 50%;
	/* 先移动到父容器 50% 位置 */
	transform: translateX(-50%);
	margin-top: 15px;
	opacity: 0;
	/* 默认隐藏 */
	/* pointer-events: none; */
	/* 默认不响应鼠标事件 */
	transition: opacity 0.3s;
	/* 淡入动画 */
	z-index: 1000;
}

.dropdown-menu-phone {
	background-color: #fff;
	display: flex;
	/* 超链接样式 */
	/* 基础重置 */
	/* 主容器 - 三栏布局 */
}

.dropdown-menu-phone .dropdown-title {
	color: #000;
}

.dropdown-menu-phone .dropdown-menu * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto";
}

.dropdown-menu-phone .dropdown-contact a {
	color: rgb(102, 102, 102);
}

.dropdown-menu-phone .dropdown-menu {
	padding: 15px;
	/* display: none; */
	margin: 0 auto;
	width: 1320px;
	align-items: center;
	gap: 10px;
	/* background-size: contain; */
	/* Frame 156 */
	/* 自动布局 */
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 40px 60px 40px 60px;
	background-color: #fff;
	opacity: 0;
}

.dropdown-menu-phone .dropdown-menu .contact-title {
	color: rgb(0, 0, 0);
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
}

.dropdown-menu-phone .dropdown-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 16px;
	min-height: 250px;
	margin: 0;
	border-right: 1px solid rgba(128, 128, 128, 0.2);
}

.dropdown-menu-phone .dropdown-title {
	width: 265.25px;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	line-height: 32px;
	white-space: nowrap;
}

.dropdown-menu-phone .dropdown-intro {
	width: 292px;
	color: rgb(102, 102, 102);
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 17px;
}

.dropdown-menu-phone .dropdown-contact .contact-title {
	/* Frame 151 */
	width: 305.25px;
	/* 自动布局 */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 19px;
	/* background-color: rgba(255, 255, 255, 1); */
	color: rgb(102, 102, 102);
	font-family: Roboto;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	/*text-transform: uppercase;*/
	padding: 20px 0;
}

.dropdown-menu-phone .dropdown-contact .contact-links {
	/* padding: 10px; */
	padding: 0 30px;
	font-family: Roboto;
	display: flex;
	flex-direction: column;
	height: 16px;
	color: rgb(128, 128, 128);
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	text-align: left;
}

.dropdown-menu-phone .contact-links a {
	line-height: 35px;
}

.dropdown-menu-phone .dropdown-img {
	/* padding: 17px; */
	/* background-color: red; */
}

.dropdown-menu-phone .dropdown-img:nth-child(1) {
	/* padding-top: 22px; */
}

.dropdown-menu-phone .dropdown-img img {
	/* width: 265.25px; */
	height: 132.63px;
}

.dropdown-menu-phone .phone {
	position: relative;
	/* 定位基准 */
	padding-left: 25px;
	/* 为图标预留空间，避免文字重叠 */
}

.dropdown-menu-phone .email {
	position: relative;
	/* 定位基准 */
	padding-left: 25px;
	/* 为图标预留空间，避免文字重叠 */
}

.dropdown-menu-phone .phone::after {
	content: "";
	/* 必须设置 */
	position: absolute;
	left: 0;
	/* 定位到左侧 */
	top: 50%;
	/* 垂直居中 */
	transform: translateY(-50%);
	/* 精确居中 */
	width: 15px;
	height: 15px;
	background-image: url("../img/phone.png");
	background-size: contain;
	/* 确保图标完整显示 */
	background-repeat: no-repeat;
}

.dropdown-menu-phone .email::after {
	content: "";
	/* 必须设置 */
	position: absolute;
	left: 0;
	/* 定位到左侧 */
	top: 50%;
	/* 垂直居中 */
	transform: translateY(-50%);
	/* 精确居中 */
	width: 15px;
	height: 15px;
	background-image: url("../img/email.png");
	background-size: contain;
	/* 确保图标完整显示 */
	background-repeat: no-repeat;
}

.dropdown-menu-phone .dropdown-item-1 .dropdown-item {
	padding-left: 330px;
	padding-right: 100px;
}

.dropdown-menu-phone .dropdown-li {
	width: 91px;
	height: 16px;
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	align-items: center;
	gap: 10px;
	color: rgb(102, 102, 102);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 7;
	letter-spacing: 0%;
	text-align: left;
	white-space: nowrap;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dropdown-menu-phone .dropdown-item-2 .dropdown-item {
	padding-left: 30px;
	padding-right: 100px;
}

.dropdown-menu-phone .dropdown-item-3 .dropdown-item {
	padding-left: 30px;
	padding-right: 100px;
}

.dropdown-menu-phone .dropdown-item-4 {
	gap: 0;
}

.dropdown-menu-phone .dropdown-item-4 .dropdown-item {
	border: 0;
	border-left: 1px solid rgba(128, 128, 128, 0.2);
	/* width: 360px; */
}

.dropdown-menu-phone .dropdown-item-4 .dropdown-item:nth-child(1) {
	border: 0;
}

.dropdown-menu-phone .dropdown-item-4 .dropdown-item:nth-child(2) {
	height: 593px;
}

.dropdown-menu-phone .dropdown-item-1,
.dropdown-menu-phone .dropdown-item-2,
.dropdown-menu-phone .dropdown-item-3,
.dropdown-menu-phone .dropdown-item-4,
.dropdown-menu-phone .dropdown-item-5,
.dropdown-menu-phone .dropdown-item-6 {
	/* background-color: red; */
	/* display: flex !important; */
	position: absolute;
	top: 86px;
	left: 50%;
	/* 先移动到父容器 50% 位置 */
	transform: translateX(-50%);
	margin-top: 15px;
	opacity: 0;
	/* 默认隐藏 */
	/* pointer-events: none; */
	/* 默认不响应鼠标事件 */
	transition: opacity 0.3s;
	/* 淡入动画 */
	z-index: 1000;
}

/* 新增动态定位计算 */
@keyframes dropdownAdjust {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.dropdown-menu-phone,
.dropdown-item-7 {
	display: none;
}
