﻿/*通用类*/
/* ===================== 字体引入 ===================== */
/* 标题字体 */
@font-face {
	font-family: "Montserrat Alt Bold";
	src: url("../font/MontserratAlternates-Bold.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* 正文/其他文字字体 */
@font-face {
	font-family: "Montserrat Alt";
	src: url("../font/MontserratAlternates-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* 数字字体 */
@font-face {
	font-family: "Helvetica Inserat";
	src: url("../font/HELVETICAINSERAT.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/* 全局取消点击/聚焦时的黑色描边 */
a,
button,
input,
textarea,
select,
[tabindex] {
	outline: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus {
	outline: none;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: "Montserrat Alt", PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
	line-height: 1.5;
}
h1, h2, h3 {
	font-weight: 500;
}
img {
	border: none;
}
a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}
a:hover {
	color: #006bb7;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
input.sub, label {
	border: none;
	cursor: pointer;
}
input, textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td, table th {
	padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color:#ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {   /* Mozilla Firefox 19+ */
 color:#ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
 color:#ccc;
}
div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 增强版清除浮动 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}



/* 主代码开始开始*/

/* 全局样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat Alt", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	line-height: 1.5;
}

/* 数字字体工具类 */
.num,
.top-bar-info--num span {
	font-family: "Helvetica Inserat", "Montserrat Alt", Arial, sans-serif;
}

/* 标题统一使用标题字体 */
h1, h2, h3, h4, h5, h6,
.banner-title,
.search-overlay-title {
	font-family: "Montserrat Alt Bold", "Montserrat Alt", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

/* 顶部信息条 */
.top-bar {
	height: 45px;
	background-color: #3d3d3d;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

.top-bar-inner {
	height: 100%;
}

.top-bar-left {
	float: left;
	line-height: 45px;
}

.top-bar-left span {
	color: #e5e5e5;
	font-size: 14px;
}

.top-bar-right {
	float: right;
}

.top-bar-social {
	float: left;
}

.top-bar-social a {
	float: left;
	margin: 0 8px;
	line-height: 45px;
}

.top-bar-social img {
	height: 20px;
	width: auto;
	vertical-align: middle;
}

.top-bar-info {
	float: left;
	margin-left: 18px;
	padding-left: 18px;
	line-height: 45px;
	position: relative;
}

.top-bar-info::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background-color: #5a5a5a;
}

.top-bar-info img {
	height: 18px;
	width: auto;
	margin-right: 8px;
	vertical-align: middle;
}

.top-bar-info span {
	color: #e5e5e5;
	font-size: 14px;
	vertical-align: middle;
}

/* 头部样式 */
.header {
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
}

.header .header-container {
	height: 140px;
}

.logo {
	float: left;
	line-height: 140px;
}

.logo img {
	width: 100px;
	height: 100px;
	vertical-align: middle;
}

/* 右侧功能区 */
.header-right {
	float: right;
}

/* PC端导航样式 */
.nav-pc {
	float: left;
}

.nav-item {
	position: relative;
	margin: 0 18px;
	float: left;
	line-height: 140px;
}

.nav-link {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-family: "Montserrat Alt", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	padding: 5px 0;
	position: relative;
	transition: color 0.3s ease;
}

.nav-link:hover {
	color: #2e4e9e;
}

.nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #2e4e9e;
	transition: width 0.3s ease;
}

.nav-link:hover::after {
	width: 100%;
}

/* 子菜单样式 —— 玻璃拟态卡片 + 进场动画 */
.sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 230px;
	background: rgba(255, 255, 255, 0.98);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.14), 0 4px 12px rgba(0, 0, 0, 0.06);
	padding: 12px 0;
	border-radius: 14px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(24px) scale(0.96);
	transform-origin: top center;
	transition: opacity 0.35s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
	z-index: 100;
}

/* 顶部小箭头 */
.sub-menu::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 3px;
}

/* 顶部透明桥接，保证 hover 不断开 */
.sub-menu::after {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	width: 100%;
	height: 16px;
}

.nav-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(12px) scale(1);
}

.sub-menu-item {
	list-style: none;
	opacity: 0;
	transform: translateX(-12px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-item:hover .sub-menu-item {
	opacity: 1;
	transform: translateX(0);
}

.nav-item:hover .sub-menu-item:nth-child(1) { transition-delay: 0.06s; }
.nav-item:hover .sub-menu-item:nth-child(2) { transition-delay: 0.12s; }
.nav-item:hover .sub-menu-item:nth-child(3) { transition-delay: 0.18s; }
.nav-item:hover .sub-menu-item:nth-child(4) { transition-delay: 0.24s; }
.nav-item:hover .sub-menu-item:nth-child(5) { transition-delay: 0.30s; }

.sub-menu-link {
	display: block;
	position: relative;
	color: #444;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	padding: 12px 26px;
	transition: color 0.3s ease, padding 0.3s ease, background 0.3s ease;
}

/* 左侧高亮竖条 */
.sub-menu-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 0;
	background: #ec5a13;
	border-radius: 0 3px 3px 0;
	transition: height 0.3s ease;
}

.sub-menu-link:hover {
	color: #ec5a13;
	padding-left: 34px;
	background: linear-gradient(90deg, rgba(236, 90, 19, 0.10), rgba(236, 90, 19, 0));
}

.sub-menu-link:hover::before {
	height: 60%;
}

/* 移动端菜单按钮 */
.menu-toggle {
	float: right;
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	width: 30px;
	height: 24px;
	position: relative;
	z-index: 1001;
	margin-left: 15px;
}

.menu-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #333;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
	top: 0px;
}

.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
	top: 10px;
}

.menu-toggle span:nth-child(4) {
	top: 20px;
}

/* 移动端导航样式 */
.nav-mobile {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 400px;
	height: 100vh;
	background-color: #fff;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
	transition: right 0.3s ease;
	z-index: 1000;
	overflow-y: auto;
	padding: 70px 0 30px;
}

.nav-mobile.active {
	right: 0;
}

.nav-mobile-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}

.nav-mobile-list {
	list-style: none;
}

.nav-mobile-item {
	border-bottom: 1px solid #eee;
}

/* 移动端菜单行布局 */
.mobile-menu-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

/* 移动端展开按钮样式 */
.mobile-expand-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #333;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
}

.nav-mobile-link {
	display: block;
	padding: 15px 20px;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	width: calc(100% - 50px);
}

.nav-mobile-link.has-children::after {
	content: "";
}

.nav-mobile-link.active.has-children::after {
	content: "";
}

.nav-mobile-sublist {
	display: none;
	list-style: none;
	background-color: #f9f9f9;
}

.nav-mobile-sublist.active {
	display: block;
}

.nav-mobile-subitem {
	border-top: 1px solid #eee;
}

.nav-mobile-sublink {
	display: block;
	padding: 12px 20px 12px 40px;
	color: #666;
	text-decoration: none;
}

/* 遮罩层 */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

.submenu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	color: #999;
	cursor: pointer;
	margin-left: auto;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* 搜索按钮样式 */
.sousuo {
	position: relative;
	float: left;
	margin-left: 25px;
	line-height: 140px;
}

.search-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.search-icon:hover {
	background-color: rgba(0, 0, 0, 0.06);
	transform: scale(1.08);
}

.search-btn {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('../images/search.svg') no-repeat center;
	background-size: contain;
	filter: brightness(0) saturate(100%);
	transition: transform 0.3s ease;
}

.search-icon:hover .search-btn {
	transform: translate(-50%, -50%) rotate(-12deg);
}

/* 全屏搜索弹层 */
.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 18, 18, 0.94);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	z-index: 3000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.45s ease, visibility 0.45s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-overlay.active {
	opacity: 1;
	visibility: visible;
}

.search-overlay-inner {
	width: 90%;
	max-width: 820px;
	text-align: center;
	transform: translateY(50px);
	opacity: 0;
	transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.55s ease 0.1s;
}

.search-overlay.active .search-overlay-inner {
	transform: translateY(0);
	opacity: 1;
}

.search-overlay-title {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 32px;
}

.search-overlay-form {
	position: relative;
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(255, 255, 255, 0.35);
	transition: border-color 0.3s ease;
}

.search-overlay-form:focus-within {
	border-color: #ec5a13;
}

.search-overlay-form input {
	flex: 1;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 28px;
	padding: 16px 56px 16px 4px;
}

.search-overlay-form input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.search-overlay-form button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: none;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}

.search-overlay-form button:hover {
	background-color: rgba(236, 90, 19, 0.2);
}

.search-overlay-form .search-btn {
	filter: brightness(0) invert(1);
}

.search-hot {
	margin-top: 26px;
	text-align: left;
	color: rgba(255, 255, 255, 0.55);
	font-size: 15px;
}

.search-hot-label {
	margin-right: 6px;
}

.search-hot a {
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
	padding: 4px 14px;
	margin: 4px 6px 0 0;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 18px;
	transition: all 0.3s ease;
}

.search-hot a:hover {
	color: #fff;
	background: #ec5a13;
	border-color: #ec5a13;
}

.search-overlay-close {
	position: absolute;
	top: 38px;
	right: 52px;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	transition: transform 0.35s ease, color 0.3s ease;
}

.search-overlay-close:hover {
	transform: rotate(90deg);
	color: #ec5a13;
}

/* Get Quotes 按钮 */
.get-quotes {
	float: left;
	margin: 50px 0 0 25px;
	height: 40px;
	line-height: 40px;
	padding: 0 22px;
	background-color: #ec5a13;
	color: #fff;
	font-size: 15px;
	border-radius: 20px;
	transition: background-color 0.3s ease;
}

.get-quotes:hover {
	background-color: #d44e0c;
	color: #fff;
}

/* 语言切换样式 */
.yuyan_tab {
	position: relative;
	margin-left: 20px;
	z-index: 1001;
	float: right;
}

.language-current {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.language-current:hover {
	background: #f5f5f5;
}

.language-current img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.language-list {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 120px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	display: none;
}

.yuyan_tab:hover .language-list {
	display: block;
}

.language-list li {
	list-style: none;
}

.language-list li a {
	display: flex;
	align-items: center;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.language-list li a:hover {
	background: #f5f5f5;
}

.language-list li a img {
	width: 20px;
	height: auto;
	margin-right: 10px;
}

/* 移动端搜索和语言切换 */
.mobile-functions {
	padding: 20px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}

.mobile-search {
	position: relative;
	flex: 1;
	margin-right: 15px;
}

.mobile-search-icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.mobile-search-btn {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/search.svg') no-repeat center;
	background-size: contain;
	filter: brightness(0) saturate(100%);
}

.mobile-search-form {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 15px;
	display: none;
	z-index: 1001;
}

.mobile-search-form.active {
	display: flex;
}

.mobile-search-form input {
	flex: 1;
	height: 36px;
	border: 1px solid #e0e0e0;
	border-radius: 4px 0 0 4px;
	padding: 0 10px;
}

.mobile-search-form button {
	height: 36px;
	background: #2e4e9e;
	color: #fff;
	border: none;
	border-radius: 0 4px 4px 0;
	padding: 0 15px;
	cursor: pointer;
}

.mobile-search-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
	color: #999;
	cursor: pointer;
}

.mobile-language {
	position: relative;
}

.mobile-language-current {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.mobile-language-current img {
	width: 20px;
	height: auto;
	margin-right: 5px;
}

.mobile-language-list {
	position: absolute;
	top: 40px;
	right: 0;
	min-width: 120px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	display: none;
	z-index: 1001;
}

.mobile-language-list.active {
	display: block;
}

.mobile-language-list li {
	list-style: none;
}

.mobile-language-list li a {
	display: flex;
	align-items: center;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.mobile-language-list li a:hover {
	background: #f5f5f5;
}

.mobile-language-list li a img {
	width: 20px;
	height: auto;
	margin-right: 10px;
}
.fp_box_1{
	margin-top: -120px;
	position: relative;
	
}

@media only screen and (max-width: 1400px) {
	.fp_box_1 {
		margin-top: -96px;
	}
	.fp_box_3 {
		border-radius: 120px 0 120px 0;
	}
	.header .header-container {
		height: 120px;
	}
	.logo,
	.nav-item,
	.sousuo {
		line-height: 120px;
	}
	.logo img {
		width: 90px;
		height: 90px;
	}
	.nav-item {
		margin: 0 14px;
	}
	.nav-link {
		font-size: 20px;
	}
	.search-icon {
		width: 50px;
		height: 50px;
	}
	.search-btn {
		width: 28px;
		height: 28px;
	}
	.get-quotes {
		margin-top: 40px;
	}
}

@media only screen and (max-width:1200px) {
	.fp_box_1 {
		margin-top: -80px;
	}
	.header .header-container {
		height: 110px;
	}
	.logo,
	.nav-item,
	.sousuo {
		line-height: 110px;
	}
	.logo img {
		width: 80px;
		height: 80px;
	}
	.nav-item {
		margin: 0 12px;
	}
	.nav-link {
		font-size: 18px;
	}
	.search-icon {
		width: 48px;
		height: 48px;
	}
	.search-btn {
		width: 26px;
		height: 26px;
	}
	.get-quotes {
		margin-top: 35px;
		height: 40px;
		line-height: 40px;
		padding: 0 18px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1000px) {
	.header .header-container {
		height: 90px;
	}
	.logo,
	.nav-item,
	.sousuo {
		line-height: 90px;
	}
	.logo img {
		width: 64px;
		height: 64px;
	}
	.nav-item {
		margin: 0 8px;
	}
	.nav-link {
		font-size: 15px;
	}
	.sousuo {
		margin-left: 10px;
	}
	.search-icon {
		width: 40px;
		height: 40px;
	}
	.search-btn {
		width: 22px;
		height: 22px;
	}
	.get-quotes {
		margin-top: 25px;
		padding: 0 14px;
	}
}

@media only screen and (max-width: 750px) {
	.top-bar {
		display: none;
	}
	.header {
		top: 0;
		background-color: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}
	.header .header-container {
		height: 70px;
		padding: 0 15px;
	}
	.logo {
		line-height: 70px;
	}
	.logo img {
		width: 50px;
		height: 50px;
		margin-top: 0;
	}
	.get-quotes {
		display: none;
	}
	.nav-pc {
		display: none;
	}
	.sousuo {
		display: none;
	}

	.menu-toggle {
		display: block;
		float: right;
		margin: 23px 0 0 0;
	}

	/* 移动端功能按钮组 */
	.mobile-functions {
		padding: 20px;
		border-top: 1px solid #eee;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	/* 两个按钮统一基础样式 */
	.mobile-search-trigger,
	.mobile-quote-btn {
		width: 100%;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		padding: 0;
		border: none;
		border-radius: 24px;
		font-family: "Montserrat Alt", sans-serif;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 1;
		cursor: pointer;
		text-decoration: none;
		transition: background 0.3s ease, color 0.3s ease;
	}

	/* Search 按钮 */
	.mobile-search-trigger {
		background: #f2f2f2;
		color: #333;
	}
	.mobile-search-trigger:hover,
	.mobile-search-trigger:active {
		background: #e8e8e8;
	}
	.mobile-search-trigger .mobile-search-btn {
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url('../images/search.svg') no-repeat center;
		background-size: contain;
		filter: brightness(0) saturate(100%);
	}

	/* Get Quotes 按钮 */
	.mobile-quote-btn {
		background: #ec5a13;
		color: #fff;
		font-weight: 700;
	}
	.mobile-quote-btn:hover,
	.mobile-quote-btn:active {
		background: #d44e0c;
		color: #fff;
	}

	/* 全屏搜索弹层 —— 移动端字号缩小 */
	.search-overlay-title {
		font-size: 22px;
		margin-bottom: 22px;
	}
	.search-overlay-form input {
		font-size: 18px;
		padding: 12px 46px 12px 4px;
	}
	.search-overlay-form button {
		width: 36px;
		height: 36px;
	}
	.search-hot {
		font-size: 13px;
		margin-top: 20px;
	}
	.search-hot a {
		font-size: 13px;
		padding: 3px 12px;
	}
	.search-overlay-close {
		top: 20px;
		right: 24px;
		font-size: 38px;
	}
}



/* ===================== Banner 轮播 ===================== */
.banner {
	width: 100%;
	position: relative;
	z-index: 12;
}

.banner-swiper {
	width: 100%;
	overflow: hidden;
}

.banner-swiper .swiper-slide {
	position: relative;
	height: 850px;
	/* background: url('../images/banner.png') no-repeat center center;
	background-size: cover; */
}

/* 文字定位层：铺满 slide，内部用 container 限制版心宽度 */
.banner-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	margin-top: 50px;
}

/* 左文字 + 右图 */
.banner-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-words {
	flex: 0 0 40%;
	max-width: 40%;
}

.banner-pic {
	flex: 0 0 70%;
	max-width: 70%;
	text-align: right;
}

.banner-pic img {
	display: block;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	animation: bannerPicFloat 3.6s ease-in-out infinite;
}

/* banner 图上下浮动 */
@keyframes bannerPicFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

.banner-title {
	font-size: 55px;
	line-height: 1.15;
	font-weight: 700;
	color: #fe5e10;
	margin-bottom: 22px;
	letter-spacing: 1px;
	text-align: left;
}

.banner-desc {
	max-width: 500px;
	font-size: 22px;
	line-height: 1.5;
	color: #3a3a3a;
	margin-bottom: 28px;
	text-align: left;
}

.banner-btn {
	display: inline-flex;
	align-items: center;
	height: 56px;
	padding: 0 14px 0 32px;
	background: #ec5a13;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 28px;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-btn:hover {
	background: #d44e0c;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(236, 90, 19, 0.35);
}

/* 按钮右侧圆形箭头 */
.banner-btn i {
	width: 34px;
	height: 34px;
	margin-left: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	position: relative;
	transition: background 0.3s ease;
}

.banner-btn i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-65%, -50%) rotate(45deg);
}

.banner-btn:hover i {
	background: rgba(255, 255, 255, 0.4);
}

/* banner 文字/图片切换动画（active 切换时触发，效果加大） */
.banner-swiper .swiper-slide-active .banner-title,
.banner-swiper .swiper-slide-duplicate-active .banner-title {
	animation: bannerTextUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.banner-swiper .swiper-slide-active .banner-desc,
.banner-swiper .swiper-slide-duplicate-active .banner-desc {
	animation: bannerTextUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.banner-swiper .swiper-slide-active .banner-btn,
.banner-swiper .swiper-slide-duplicate-active .banner-btn {
	animation: bannerTextUp 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}

.banner-swiper .swiper-slide-active .banner-pic,
.banner-swiper .swiper-slide-duplicate-active .banner-pic {
	animation: bannerPicIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

@keyframes bannerTextUp {
	from {
		opacity: 0;
		transform: translateY(120px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bannerPicIn {
	from {
		opacity: 0;
		transform: translateX(120px) scale(0.92);
	}
	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

/* 分页器：位于按钮下方、版心左侧对齐 */
.banner-swiper .swiper-pagination {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	text-align: left;
	z-index: 10;
	padding-left: calc((100% - 1400px) / 2 + 15px);
}

.banner-swiper .swiper-pagination-bullet {
	width: 38px;
	height: 38px;
	background: transparent;
	border: none;
	border-radius: 0;
	opacity: 1;
	margin: 0 4px 0 0 !important;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

/* 中心圆点：默认白色 */
.banner-bullet-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	transition: background 0.3s ease;
}

/* 外圈进度环：默认隐藏 */
.banner-bullet-ring {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.banner-bullet-ring .ring-track {
	fill: none;
	stroke: rgba(255, 255, 255, 0.85);
	stroke-width: 2;
}

.banner-bullet-ring .ring-progress {
	fill: none;
	stroke: #ec5a13;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-dasharray: 113.097;
	stroke-dashoffset: 113.097;
}

/* 选中态：中心点变橙、显示进度环并播放加载动画 */
.banner-swiper .swiper-pagination-bullet-active .banner-bullet-dot {
	background: #ec5a13;
}

.banner-swiper .swiper-pagination-bullet-active .banner-bullet-ring {
	opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active .ring-progress {
	animation: bulletProgress 5s linear forwards;
}

@keyframes bulletProgress {
	from { stroke-dashoffset: 113.097; }
	to { stroke-dashoffset: 0; }
}

/* 响应式 */
@media only screen and (max-width: 1400px) {
	.banner-swiper .swiper-pagination {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner-swiper .swiper-slide {
		height: 680px;
	}
	.banner-title {
		font-size: 46px;
	}
	.banner-desc {
		font-size: 20px;
		max-width: 100%;
	}
	.banner-words {
		flex: 0 0 42%;
		max-width: 42%;
	}
	.banner-pic {
		flex: 0 0 56%;
		max-width: 56%;
	}
}

@media only screen and (max-width: 992px) {
	.banner-swiper .swiper-slide {
		height: 520px;
	}
	.banner-title {
		font-size: 36px;
	}
	.banner-desc {
		font-size: 17px;
		max-width: 100%;
	}
	.banner-words {
		flex: 0 0 46%;
		max-width: 46%;
	}
	.banner-pic {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 750px) {
	.banner-swiper .swiper-slide {
		height: auto;
	}
	/* 上下堆叠：文字在上，图片在下 */
	.banner-text {
		position: relative;
		padding: 30px 0 30px;
		margin-top: 0;
	}
	.banner-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.banner-words,
	.banner-pic {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.banner-pic {
		text-align: center;
		margin-top: 30px;
	}
	.banner-pic img {
		max-width: 80%;
		margin: 0 auto;
	}
	.banner-desc {
		margin-left: auto;
		margin-right: auto;
	}
	.banner-title {
		font-size: 30px;
		margin-bottom: 16px;
	}
	.banner-desc {
		font-size: 15px;
		max-width: 100%;
		margin-bottom: 26px;
	}
	.banner-btn {
		display: flex;
		width: -webkit-fit-content;
		width: fit-content;
		margin-right: auto;
		margin-left: 0;
		height: 40px;
		font-size: 13px;
		padding: 0 8px 0 20px;
	}
	.banner-btn i {
		width: 26px;
		height: 26px;
		margin-left: 12px;
	}
	.banner-swiper .swiper-pagination {
		bottom: 36px;
		text-align: center;
		padding-left: 0;
	}
}


/* ===================== 产品/代理品牌 区域 fp_box_1 ===================== */
.fp_box_1 {
	position: relative;
	height: clamp(640px, 60vw, 1000px);
	background: #f2f2f2;
	overflow: hidden;
}

/* 左侧半圆球（伪元素） */
.fp_box_1::before {
	content: "";
	position: absolute;
	left: clamp(-260px, -18vw, -170px);
	top: 50%;
	transform: translateY(-50%);
	width: clamp(380px, 34vw, 500px);
	height: clamp(380px, 34vw, 500px);
	border-radius: 50%;
	background: #ec5a13;
	z-index: 1;
}

/* 右侧大半圆球（伪元素） */
.fp_box_1::after {
	content: "";
	position: absolute;
	right: clamp(-300px, -22vw, -220px);
	top: 50%;
	transform: translateY(-50%);
	width: clamp(600px, 58vw, 880px);
	height: clamp(600px, 58vw, 880px);
	border-radius: 50%;
	background: #ec5a13;
	z-index: 1;
}

/* 左侧竖排标题 */
.fp1-side-text {
	position: absolute;
	left: clamp(16px, 2.5vw, 40px);
	top: 50%;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: translateY(-50%) rotate(180deg);
	color: #fff;
	font-family: "Montserrat Alt Bold", Arial, sans-serif;
	font-size: clamp(28px, 3.2vw, 46px);
	font-weight: 700;
	letter-spacing: 6px;
	z-index: 3;
}

/* 主内容轮播容器 */
.fp1-inner {
	position: relative;
	height: 100%;
	z-index: 2;
}

.fp1-main {
	position: relative;
	height: 100%;
}

.fp1-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.fp1-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

/* 进场动画：文字与图片错位淡入 */
.fp1-slide .fp1-words {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease 0.65s, transform 0.6s ease 0.65s;
}

.fp1-slide .fp1-pic {
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 0.7s ease 0.2s, transform 0.7s ease 0.2s;
}

.fp1-slide.active .fp1-words,
.fp1-slide.active .fp1-pic {
	opacity: 1;
	transform: none;
}

.fp1-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding-left: clamp(60px, 9vw, 130px);
}

/* 左文字 */
.fp1-words {
	flex: 0 0 38%;
	max-width: 38%;
}

.fp1-tag {
	display: flex;
	align-items: center;
	color: #fe5e10;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: clamp(14px, 1.6vw, 22px);
}

.fp1-tag span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fe5e10;
	margin-right: 10px;
}

/* 品牌 logo 占位（文字） */
.fp1-brand {
	display: inline-block;
	background: #f6a400;
	padding: 10px 18px;
	border-radius: 4px;
	margin-bottom: clamp(16px, 2vw, 26px);
}

.fp1-brand img {
	display: block;
	height: 30px;
	width: auto;
}

.fp1-desc {
	font-size: 16px;
	line-height: 1.9;
	color: #3e3e3e;
	margin-bottom: clamp(24px, 2.6vw, 38px);
	text-align: left;
}

/* VIEW MORE 按钮 */
.fp1-btn {
	display: inline-flex;
	align-items: center;
	height: 54px;
	padding: 0 14px 0 32px;
	background: #ec5a13;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 27px;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.fp1-btn:hover {
	background: #d44e0c;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(236, 90, 19, 0.35);
}

.fp1-btn i {
	width: 32px;
	height: 32px;
	margin-left: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	position: relative;
}

.fp1-btn i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-65%, -50%) rotate(45deg);
}

/* 右产品图 */
.fp1-pic {
	flex: 0 0 56%;
	max-width: 56%;
	text-align: center;
}

.fp1-pic img {
	max-width: 80%;
	margin-left: -20%;
	height: auto;
	animation: fp1Float 3.6s ease-in-out infinite;
}

/* 上下缓慢浮动 */
@keyframes fp1Float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

/* 右侧品牌缩略导航 */
.fp1-thumbs-wrap {
	position: absolute;
	right: clamp(20px, 4vw, 56px);
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
	z-index: 4;
	text-align: center;
}

.fp1-arrow {
	display: block;
	width: 100%;
	height: 26px;
	cursor: pointer;
	position: relative;
	margin: 6px 0;
}

.fp1-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.fp1-arrow-up::before {
	transform: translate(-50%, -30%) rotate(-135deg);
}

.fp1-arrow-down::before {
	transform: translate(-50%, -70%) rotate(45deg);
}

.fp1-arrow:hover::before {
	border-color: rgba(255, 255, 255, 0.7);
}

.fp1-logo-list {
	list-style: none;
}

/* 竖向缩略轮播容器：宽=单个圆直径，高=4个圆+间距，正好显示 4 个 */
.fp1-thumbs {
	width: 101px;
	height: 458px;
	margin: 0 auto;
	overflow: hidden;
}

/* swiper-slide 即圆圈本身，高度由 Swiper 按 slidesPerView 计算 */
.fp1-logo {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 12px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* PC 端强制圆形：防止 Swiper 竖向计算的 slide 高度导致圆圈变扁 */
@media only screen and (min-width: 751px) {
	.fp1-thumbs .swiper-slide.fp1-logo {
		height: 101px !important;
	}
}

.fp1-logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

.fp1-thumbs .swiper-slide-active,
.fp1-thumbs .swiper-slide-duplicate-active {
	background: #f6a400;
	box-shadow: 0 8px 20px rgba(246, 164, 0, 0.45);
}

/* ---- 响应式 ---- */
/* 中等屏：缩短 logo 之间的纵向间距，避免超出半圆 */
@media only screen and (max-width: 992px) {
	.fp1-logo {
		margin: 10px auto;
	}
}

/* 手机端：绝对定位的 slide 改为正常文档流，避免父级塌陷 */
@media only screen and (max-width: 750px) {
	.fp_box_1 {
		height: auto;
		padding: 70px 0 60px;
		margin-top: 0;
	}
	.fp_box_1::before,
	.fp_box_1::after {
		display: none;
	}
	.fp1-side-text {
		position: static;
		writing-mode: horizontal-tb;
		transform: none;
		color: #ec5a13;
		text-align: center;
		font-size: 30px;
		letter-spacing: 2px;
		margin-bottom: 30px;
	}
	.fp1-inner {
		height: auto;
	}
	.fp1-main {
		height: auto;
	}
	/* 关键：slide 由绝对定位改为相对，按显示/隐藏切换 */
	.fp1-slide {
		position: relative;
		display: none;
		opacity: 1;
		visibility: visible;
	}
	.fp1-slide.active {
		display: block;
	}
	.fp1-slide .fp1-words,
	.fp1-slide .fp1-pic {
		opacity: 1;
		transform: none;
		transition: none;
	}
	.fp1-content {
		flex-direction: column;
		height: auto;
		padding-left: 0;
		text-align: center;
	}
	.fp1-words {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.fp1-tag {
		justify-content: center;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.fp1-brand {
		padding: 7px 12px;
		margin-bottom: 14px;
	}
	.fp1-brand img {
		height: 22px;
	}
	.fp1-desc {
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.fp1-btn {
		height: 42px;
		font-size: 13px;
		padding: 0 10px 0 22px;
	}
	.fp1-btn i {
		width: 28px;
		height: 28px;
		margin-left: 12px;
	}
	.fp1-pic {
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 24px;
	}
	.fp1-pic img {
		max-width: 35%;
	}
	/* 缩略导航改为底部横排 */
	.fp1-thumbs-wrap {
		position: static;
		transform: none;
		width: 100%;
		margin-top: 30px;
	}
	.fp1-arrow {
		display: none;
	}
	/* 缩略导航：手机端横向轮播 + 左右箭头，默认显示 3 个 */
	.fp1-thumbs-wrap {
		position: static;
		transform: none;
		width: 100%;
		max-width: 340px;
		margin: 30px auto 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}
	.fp1-arrow {
		display: block;
		flex: 0 0 auto;
		width: 26px;
		height: 26px;
		margin: 0;
	}
	.fp1-arrow::before {
		width: 12px;
		height: 12px;
		border-color: #999;
	}
	.fp1-arrow-up::before {
		transform: translate(-50%, -50%) rotate(135deg);
	}
	.fp1-arrow-down::before {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.fp1-arrow:hover::before {
		border-color: #ec5a13;
	}
	.fp1-thumbs {
		flex: 0 0 auto;
		width: 204px;
		max-width: 204px;
		height: auto;
		overflow: hidden;
	}
	.fp1-thumbs .swiper-slide.fp1-logo {
		padding: 9px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}
}


/* ===================== ABOUT US 区域 fp_box_3 ===================== */
.fp_box_3 {
	background: #fff;
	padding: 90px 0;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 150px 0 150px 0;
}

/* 左下角 KUBOKI 背景图（伪元素，等比不变形） */
.fp_box_3::before {
	content: "";
	position: absolute;
	left: clamp(20px, 4vw, 60px);
	bottom: clamp(60px, 8vw, 130px);
	width: clamp(360px, 50vw, 800px);
	height: clamp(160px, 22vw, 340px);
	background: url('../images/KUBOKI.png') no-repeat left bottom;
	background-size: contain;
	z-index: 0;
	pointer-events: none;
}

.fp3-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

/* 左侧文字 */
.fp3-words {
	flex: 1 1 auto;
	min-width: 0;
}

.fp3-tag {
	color: #fe5e10;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.fp3-title {
	font-family: "Montserrat Alt Bold", Arial, sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #fe5e10;
	margin-bottom: 26px;
}

.fp3-desc {
	font-size: 16px;
	line-height: 2;
	color: #3e3e3e;
	max-width: 540px;
	margin-bottom: 44px;
}

/* LEARN MORE 按钮 */
.fp3-btn {
	display: inline-flex;
	align-items: center;
	height: 54px;
	padding: 0 14px 0 32px;
	background: #ec5a13;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 27px;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.fp3-btn:hover {
	background: #d44e0c;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(236, 90, 19, 0.35);
}

.fp3-btn i {
	width: 32px;
	height: 32px;
	margin-left: 16px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	position: relative;
}

.fp3-btn i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-65%, -50%) rotate(45deg);
}

/* 右侧数据卡片：两列布局 */
.fp3-cards {
	flex: 0 0 600px;
	display: flex;
	gap: 20px;
}

.fp3-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* 右列下移，形成错位高低差 */
.fp3-col-right {
	margin-top: 56px;
}

.fp3-card {
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #262626;
	overflow: hidden;
	padding: 46px 42px;
	display: flex;
	flex-direction: column;
	color: #fff;
	transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

/* 顶部：图标 + 数字（数字下推文字到底部） */
.fp3-card-top {
	display: flex;
	align-items: center;
	margin-bottom: auto;
}

.fp3-icon {
	width: 58px;
	height: 58px;
	object-fit: contain;
	margin-right: 18px;
}

.fp3-num {
	font-size: 66px;
	line-height: 1;
	font-weight: 700;
}

.fp3-unit {
	font-size: 28px;
	font-weight: 700;
	margin-left: 8px;
	align-self: flex-start;
	margin-top: 8px;
}

.fp3-card-text {
	font-size: 17px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 24px;
	text-align: left;
}

/* 每张卡片外侧角加大圆角 */
.fp3-card-1 { border-radius: 80px 20px 20px 20px; }
.fp3-card-2 { border-radius: 20px 80px 20px 20px; }
.fp3-card-3 { border-radius: 20px 20px 20px 80px; }
.fp3-card-4 { border-radius: 20px 20px 80px 20px; }

/* hover 变橙色背景 */
.fp3-card:hover {
	background: #ec5a13;
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(236, 90, 19, 0.3);
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.fp3-cards {
		flex-basis: 500px;
	}
	.fp_box_3 {
		border-radius: 90px 0 90px 0;
	}
	.fp3-col-right {
		margin-top: 46px;
	}
	.fp3-num {
		font-size: 56px;
	}
	.fp3-title {
		font-size: 34px;
	}
}

@media only screen and (max-width: 992px) {
	.fp3-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}
	.fp3-words {
		width: 100%;
	}
	.fp3-desc {
		max-width: 100%;
	}
	.fp3-cards {
		flex: 1 1 auto;
		width: 100%;
		max-width: 600px;
	}
}

@media only screen and (max-width: 750px) {
	.fp_box_3 {
		padding: 60px 0;
		border-radius: 50px 0 50px 0;
	}
	.fp3-title {
		font-size: 26px;
		margin-bottom: 18px;
	}
	.fp3-desc {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	.fp3-btn {
		height: 46px;
		font-size: 14px;
	}
	.fp3-cards {
		gap: 12px;
	}
	.fp3-col {
		gap: 12px;
	}
	.fp3-col-right {
		margin-top: 34px;
	}
	.fp3-card {
		padding: 30px 24px;
	}
	.fp3-icon {
		width: 44px;
		height: 44px;
		margin-right: 12px;
	}
	.fp3-num {
		font-size: 46px;
	}
	.fp3-unit {
		font-size: 18px;
	}
	.fp3-card-text {
		font-size: 13px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.fp3-card-1 { border-radius: 46px 14px 14px 14px; }
	.fp3-card-2 { border-radius: 14px 46px 14px 14px; }
	.fp3-card-3 { border-radius: 14px 14px 14px 46px; }
	.fp3-card-4 { border-radius: 14px 14px 46px 14px; }
	.fp_box_3 {
		margin-top: 0px;}
}


/* ===================== WHY CHOOSE 区域 fp_box_4 ===================== */
.fp_box_4 {
	position: relative;
	background: #0a0a0a;
	min-height: clamp(560px, 48vw, 820px);
	padding: clamp(60px, 6vw, 90px) 0 60px;
	color: #fff;
	text-align: center;
	margin-top: -150px;
	padding-top: 250px;
	overflow: hidden;
}

/* 背景视频 */
.fp4-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

/* 内容在视频之上 */
.fp_box_4 .container {
	position: relative;
	z-index: 1;
}

.fp4-title {
	font-family: "Montserrat Alt Bold", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	color: #fe5e10;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.fp4-sub {
	max-width: 760px;
	margin: 0 auto clamp(40px, 5vw, 64px);
	font-size: clamp(15px, 1.3vw, 20px);
	line-height: 1.6;
	color: #fff;
	text-align: center;
}

/* 6 个图标说明 */
.fp4-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(16px, 3vw, 50px);
}

.fp4-item {
	flex: 0 0 auto;
	width: 150px;
	text-align: center;
}

.fp4-item img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 16px;
}

.fp4-item p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.fp4-item {
		width: 130px;
	}
	.fp4-item img {
		width: 52px;
		height: 52px;
	}
}

@media only screen and (max-width: 992px) {
	.fp_box_4 {
		min-height: 0;
		padding: 60px 0;
		background-size: cover;
	}
	.fp4-list {
		gap: 30px 20px;
	}
	.fp4-item {
		width: 30%;
		max-width: 160px;
	}
}

@media only screen and (max-width: 750px) {
	.fp_box_4 {
		padding: 50px 0;
	}
	.fp4-list {
		gap: 26px 14px;
	}
	.fp4-item {
		width: 44%;
		max-width: none;
	}
	.fp4-item img {
		width: 46px;
		height: 46px;
		margin-bottom: 12px;
	}
	.fp4-item p {
		font-size: 13px;
	}
	.fp_box_4{
		margin-top: 0;
		padding-top: 50px;
	}
}


/* ===================== 新闻区域 fp_box_5 ===================== */
.fp_box_5 {
	background: #f5f5f5;
	padding: 90px 0;
	padding-bottom: 250px;
}

.fp5-head {
	text-align: center;
	margin-bottom: 56px;
}

.fp5-tag {
	color: #fe5e10;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.fp5-title-main {
	font-family: "Montserrat Alt Bold", Arial, sans-serif;
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 700;
	color: #222;
}

/* 三栏：浮动 + 外层负 margin，使左右顶到版心边缘 */
.fp5-list {
	margin: 0 -20px;
}

.fp5-item {
	float: left;
	width: 33.3333%;
	padding: 0 20px;
}

/* 图片 */
.fp5-pic {
	display: block;
	position: relative;
	height: 325px;
	border-radius: 10px;
	overflow: hidden;
}

.fp5-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fp5-item:hover .fp5-pic img {
	transform: scale(1.07);
}

.fp5-title {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
	color: #222;
	margin: 24px 0 16px;
	text-align: left;
	transition: color 0.3s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fp5-item:hover .fp5-title {
	color: #ec5a13;
}

.fp5-desc {
	font-size: 15px;
	line-height: 1.7;
	color: #6a6a6a;
	margin-bottom: 28px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 底部：More + 日期 */
.fp5-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fp5-date {
	color: #9a9a9a;
	font-size: 15px;
}

/* ---- 异形 More 按钮 + 高级 hover ---- */
.fp5-more {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 52px;
}

.fp5-more-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
	background: #ec5a13;
	border-radius: 50%;
	z-index: 0;
	transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.45s ease;
}

.fp5-more-txt {
	position: relative;
	z-index: 1;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #222;
	transition: color 0.3s ease 0.05s, padding 0.4s ease;
}

.fp5-more-line {
	position: relative;
	z-index: 1;
	width: 60px;
	height: 2px;
	background: #ec5a13;
	margin-left: 16px;
	transition: width 0.45s ease, margin-left 0.45s ease;
}

/* 线尾箭头 */
.fp5-more-line::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #ec5a13;
	border-right: 2px solid #ec5a13;
	transform: translateY(-50%) rotate(45deg);
	opacity: 0;
	transition: opacity 0.4s ease 0.1s;
}

/* hover：橙圆扩成胶囊包住文字，文字变白，线伸长出箭头 */
.fp5-more:hover .fp5-more-bg {
	width: 116px;
	border-radius: 26px;
}

.fp5-more:hover .fp5-more-txt {
	color: #fff;
	padding-left: 30px;
}

.fp5-more:hover .fp5-more-line {
	width: 80px;
	margin-left: 26px;
}

.fp5-more:hover .fp5-more-line::after {
	opacity: 1;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.fp5-pic {
		height: 260px;
	}
	.fp5-title {
		font-size: 19px;
	}
}

@media only screen and (max-width: 992px) {
	.fp5-pic {
		height: 220px;
	}
	.fp5-title {
		font-size: 17px;
		margin: 18px 0 12px;
	}
	.fp5-desc {
		font-size: 14px;
		margin-bottom: 22px;
	}
}

@media only screen and (max-width: 750px) {
	.fp_box_5 {
		padding: 60px 0;
	}
	.fp5-head {
		margin-bottom: 36px;
	}
	.fp5-list {
		margin: 0;
	}
	.fp5-item {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	.fp5-item:last-child {
		margin-bottom: 0;
	}
	.fp5-pic {
		height: 240px;
	}
	.fp5-title {
		font-size: 20px;
	}
}


/* ===================== 底部 footer ===================== */
.footer {
	background: #2b2b2b;
	color: #cfcfcf;
	margin-top: -150px;
	border-radius: 0 150px 0 0;
}

.footer .container {
	padding-top: 56px;
}

/* 顶部 intro + 表单 */
.ft-top {
	padding-bottom: 40px;
}

.ft-intro {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.ft-logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	margin-right: 22px;
	flex: 0 0 auto;
}

.ft-intro-title {
	font-family: "Montserrat Alt Bold", Arial, sans-serif;
	font-size: clamp(16px, 1.5vw, 22px);
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
}

.ft-form {
	display: flex;
	gap: 14px;
}

.ft-form input {
	flex: 1 1 auto;
	min-width: 0;
	height: 50px;
	background: #3a3a3a;
	border: none;
	border-radius: 4px;
	padding: 0 16px;
	color: #fff;
	font-size: 14px;
}

.ft-form input::placeholder {
	color: #8a8a8a;
}

.ft-form button {
	flex: 0 0 auto;
	width: 130px;
	height: 50px;
	background: #ec5a13;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.ft-form button:hover {
	background: #d44e0c;
}

/* 中部四栏 */
.ft-main {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 50px 0 60px;
}

.ft-col {
	flex: 0 0 auto;
}

.ft-col-contact { width: 30%; }
.ft-col-products { flex: 1 1 auto; }
.ft-col-quick { width: 16%; }
.ft-col-qr { width: 150px; }

.ft-col-title {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	padding-bottom: 16px;
	margin-bottom: 22px;
}

.ft-col-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 2px;
	background: #5a5a5a;
}

.ft-col-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 2px;
	background: #ec5a13;
	z-index: 1;
}

.ft-col p {
	font-size: 14px;
	line-height: 1.9;
	color: #b5b5b5;
	margin-bottom: 12px;
	text-align: left;
}

.ft-col ul {
	list-style: none;
}

.ft-col li {
	margin-bottom: 12px;
}

.ft-col a {
	color: #b5b5b5;
	font-size: 14px;
	transition: color 0.3s ease, padding 0.3s ease;
}

.ft-col a:hover {
	color: #ec5a13;
	padding-left: 4px;
}

/* PRODUCTS 两列链接 */
.ft-links-2 {
	display: flex;
	gap: 40px;
}

/* 二维码 */
.ft-col-qr img {
	width: 130px;
	height: 130px;
	object-fit: contain;
	background: #fff;
	padding: 6px;
	border-radius: 4px;
}

/* 底部版权条 */
.ft-bottom {
	border-top: 1px solid #3d3d3d;
	padding: 22px 0;
}
.ft-bottom .container{
	padding-top: 0;
}
.ft-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0;
}

.ft-bottom span {
	color: #8a8a8a;
	font-size: 13px;
}

.ft-bottom a {
	color: #8a8a8a;
	font-size: 13px;
	transition: color 0.3s ease;
}

.ft-bottom a:hover {
	color: #ec5a13;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 992px) {
	.ft-form {
		flex-wrap: wrap;
	}
	.ft-form input {
		flex: 1 1 45%;
	}
	.ft-form button {
		flex: 1 1 100%;
		width: 100%;
	}
	.ft-main {
		flex-wrap: wrap;
		gap: 36px 30px;
	}
	.ft-col-contact { width: 100%; }
	.ft-col-products { flex: 1 1 50%; }
	.ft-col-quick { width: 30%; }
	.ft-col-qr { width: 130px; }
}

@media only screen and (max-width: 750px) {
	.footer .container {
		padding-top: 0;
	}
	.ft-intro {
		flex-direction: column;
		align-items: flex-start;
	}
	.ft-logo {
		margin: 0 auto 16px auto;
		display: block;
		text-align: center;
	}
	.ft-form {
		flex-direction: column;
	}
	.ft-form input,
	.ft-form button {
		flex: 1 1 auto;
		width: 100%;
	}
	.ft-main {
		flex-direction: column;
		gap: 32px;
		padding: 36px 0 40px;
	}
	.ft-col,
	.ft-col-contact,
	.ft-col-products,
	.ft-col-quick,
	.ft-col-qr {
		width: 100%;
	}
	.ft-links-2 {
		gap: 30px;
	}
	.ft-bottom-inner {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}
	.footer{
		margin-top: 0;
		padding-top: 30px;
		border-radius: 0;
	}
}


/* ===================== Products 全屏 mega 菜单 ===================== */
.nav-item-mega {
	position: static;
}

/* 全屏面板：默认 display:none，仅 hover 时展示 */
.mega-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 24px 40px rgba(0, 0, 0, 0.12);
	z-index: 200;
	overflow: hidden;
	line-height: 1.5;
}

.nav-item-mega:hover .mega-menu {
	display: block;
	animation: megaShow 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes megaShow {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mega-inner {
	display: flex;
	align-items: stretch;
	min-height: 340px;
}

/* 左侧品牌列表（灰底向左铺满） */
.mega-left {
	position: relative;
	flex: 0 0 40%;
	padding: 50px 50px 50px 0;
}

.mega-left::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	background: #f2f2f2;
	z-index: -1;
}

.mega-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #ec5a13;
	margin-bottom: 26px;
}

.mega-brands {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.mega-brand {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 11px 0;
	font-size: 16px;
	font-weight: 600;
	color: #2b2b2b;
	cursor: pointer;
	transition: color 0.25s ease;
}

.mega-brand::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2b2b2b;
	margin-right: 12px;
	transition: background 0.25s ease;
}

.mega-brand:hover,
.mega-brand.active {
	color: #ec5a13;
}

.mega-brand:hover::before,
.mega-brand.active::before {
	background: #ec5a13;
}

/* 右侧包裹（占据剩余宽度） */
.mega-right-wrap {
	position: relative;
	flex: 1;
	min-width: 0;
	min-height: 340px;
}

/* 每个品牌面板：绝对叠放，切换淡入 */
.mega-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 0 50px 56px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	transform: translateY(10px);
	pointer-events: none;
}

.mega-right.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.mega-brand-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #222;
	margin-bottom: 16px;
}

.mega-desc {
	font-size: 15px;
	line-height: 1.7;
	color: #777;
	max-width: 88%;
	margin-bottom: 28px;
	text-align: left;
}

.mega-tags {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	max-width: 660px;
	margin-bottom: 36px;
}

.mega-tag {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	border: 1px solid transparent;
	border-radius: 25px;
	color: #444;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.mega-tag:hover {
	background: #ec5a13;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(236, 90, 19, 0.3);
}

/* 底部：More 与 logo 同行对齐 */
.mega-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 660px;
}

.mega-more {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #222;
	transition: color 0.3s ease;
}

.mega-more span {
	display: inline-block;
	margin-left: 8px;
	color: #ec5a13;
	transition: transform 0.3s ease;
}

.mega-more:hover {
	color: #ec5a13;
}

.mega-more:hover span {
	transform: translateX(6px);
}

.mega-logo {
	width: 120px;
	height: auto;
}


.no_top{
	margin-top: 0;
}


/* ===================== ABOUT KUBOKI about_box_1 ===================== */
.about_box_1 {
	background: #fff;
	padding: 80px 0;
}

.ab1-title {
	display: flex;
	align-items: center;
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #222;
	letter-spacing: 1px;
	margin-bottom: 34px;
}

.ab1-dot {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ec5a13;
	margin-right: 20px;
	flex: 0 0 auto;
}

.ab1-desc {
	font-family: "Montserrat Alt", sans-serif;
	font-size: 24px;
	line-height: 1.8;
	color: #3a3a3a;
	text-align: left;
}

/* 响应式 */
@media only screen and (max-width: 1200px) {
	.ab1-title {
		font-size: 40px;
	}
	.ab1-desc {
		font-size: 20px;
	}
}

@media only screen and (max-width: 750px) {
	.about_box_1 {
		padding: 50px 0;
	}
	.ab1-title {
		font-size: 28px;
		margin-bottom: 22px;
	}
	.ab1-dot {
		width: 16px;
		height: 16px;
		margin-right: 14px;
	}
	.ab1-desc {
		font-size: 16px;
		line-height: 1.7;
	}
}


/* ===================== CORPORATE CULTURE about_box_2 ===================== */
.about_box_2 {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}

/* 橙色背景：满宽顶到浏览器两边，右侧大圆角 */
.about_box_2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ec5a13;
	border-radius: 0 clamp(220px, 30vw, 420px) clamp(220px, 30vw, 420px) 0;
	z-index: 0;
}

.ab2-inner {
	position: relative;
	z-index: 1;
}

.ab2-inner::after {
	content: "";
	display: block;
	clear: both;
}

/* 左侧理念列表 */
.ab2-list {
	float: left;
	width: 56%;
	padding: 16px 0 16px 40px;
}

.ab2-item {
	margin-bottom: 26px;
}

.ab2-item:last-child {
	margin-bottom: 0;
}

.ab2-item-title {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.ab2-item-title::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	margin-right: 14px;
	flex: 0 0 auto;
}

.ab2-item-desc {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	padding-left: 24px;
	text-align: left;
}

/* 右侧标题：上下居中 */
.ab2-label {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}

.ab2-label-dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	margin-right: 16px;
	flex: 0 0 auto;
}

.ab2-label-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

/* 响应式 */
@media only screen and (max-width: 992px) {
	.ab2-list {
		width: 58%;
		padding-left: 24px;
	}
	.ab2-item-title {
		font-size: 24px;
	}
	.ab2-item-desc {
		font-size: 16px;
	}
	.ab2-label-title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 750px) {
	.about_box_2 {
		padding: 50px 0;
	}
	.about_box_2::before {
		border-radius: 0 70px 70px 0;
	}
	.ab2-list {
		float: none;
		width: 100%;
		padding-left: 6px;
	}
	.ab2-label {
		position: static;
		transform: none;
		width: 100%;
		margin-bottom: 28px;
		padding-left: 6px;
	}
	.ab2-item-title {
		font-size: 20px;
	}
	.ab2-item-desc {
		font-size: 14px;
	}
	.ab2-label-title {
		font-size: 30px;
	}
}


/* ===================== PARTNERS about_box_3 ===================== */
.about_box_3 {
	background: #fff;
	padding: 80px 0;
}

.ab3-title {
	display: flex;
	align-items: center;
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #222;
	margin-bottom: 24px;
}

.ab3-desc {
	font-family: "Montserrat Alt", sans-serif;
	font-size: 20px;
	line-height: 1.7;
	color: #3a3a3a;
	max-width: 1000px;
	text-align: left;
	margin-bottom: 50px;
}

/* logo 网格 6 列 */
.ab3-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 64px 44px;
}

.ab3-logo {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e0e0;
}

.ab3-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.ab3-logo:hover img {
	transform: scale(1.1);
}

/* 响应式 */
@media only screen and (max-width: 1200px) {
	.ab3-title {
		font-size: 34px;
	}
	.ab3-desc {
		font-size: 18px;
	}
	.ab3-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media only screen and (max-width: 992px) {
	.ab3-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 36px 20px;
	}
}

@media only screen and (max-width: 750px) {
	.about_box_3 {
		padding: 50px 0;
	}
	.ab3-title {
		font-size: 28px;
	}
	.ab3-desc {
		font-size: 15px;
		margin-bottom: 36px;
	}
	.ab3-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 28px 16px;
	}
	.ab3-logo {
		height: 64px;
	}
}


/* ===================== APPLICATION yinyong_box_1 ===================== */
.yinyong_box_1 {
	position: relative;
	background: #fff;
	padding: 80px 0;
}

/* 顶部居中的文字背景图（不裁剪） */
.yinyong_box_1::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 240px;
	background: url('../images/bg1.png') no-repeat center top;
	background-size: contain;
	pointer-events: none;
	z-index: 0;
}

.yinyong_box_1 > .container {
	position: relative;
	z-index: 1;
}

.yy-head {
	margin-bottom: 50px;
}

.yy-sub {
	color: #ec5a13;
	font-size: 18px;
	margin-bottom: 8px;
}

.yy-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #222;
	letter-spacing: 1px;
}

/* 行：图 + 内容；偶数行通过 row-reverse 左右调换 */
.yy-row {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	margin-bottom: 80px;
}

.yy-row:last-child {
	margin-bottom: 0;
}

.yy-row:nth-child(even) {
	flex-direction: row-reverse;
}

/* 大图 + 橙色 L 角 */
.yy-pic {
	flex: 0 0 46%;
	max-width: 46%;
	position: relative;
}

.yy-pic img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	/* 第 1 行：左上小、左下大，右侧直角（L 角在右下露出） */
	border-radius: 40% 0 0 40%;
}

/* 第 2 行镜像：右上小、右下大，左侧直角（L 角在左下露出） */
.yy-row:nth-child(even) .yy-pic img {
	border-radius: 0 40% 40% 0;
}

/* 橙色 L 角（伪元素） */
.yy-pic::before {
	content: "";
	position: absolute;
	right: -14px;
	bottom: -14px;
	width: 90px;
	height: 90px;
	background: #ec5a13;
	z-index: 1;
	/* L 形：上边 + 右边切空 */
	clip-path: polygon(0 70%, 30% 70%, 30% 0, 100% 0, 100% 100%, 0 100%);
}

.yy-row:nth-child(even) .yy-pic::before {
	right: auto;
	left: -14px;
	clip-path: polygon(0 0, 70% 0, 70% 70%, 100% 70%, 100% 100%, 0 100%);
}

/* 信息区 */
.yy-info {
	flex: 1 1 auto;
	min-width: 0;
}

.yy-info-title {
	display: flex;
	align-items: center;
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #222;
	margin-bottom: 18px;
}

.yy-info-title img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	margin-right: 18px;
	flex: 0 0 auto;
}

.yy-info-desc {
	font-size: 16px;
	line-height: 1.8;
	color: #3a3a3a;
	margin-bottom: 32px;
	text-align: left;
}

/* 3 张小图（改为 Swiper 轮播 + 两侧箭头） */
.yy-thumbs {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
}

.yy-swiper {
	flex: 1 1 0;
	width: 0;
	min-width: 0;
	overflow: hidden;
}

/* 左右箭头（圆形按钮） */
.yy-arrow {
	position: relative;
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f0f0f0;
	cursor: pointer;
	transition: background 0.3s ease;
	display: block;
	user-select: none;
}

.yy-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transition: border-color 0.3s ease;
}

.yy-arrow-prev::before {
	transform: translate(-30%, -50%) rotate(135deg);
}

.yy-arrow-next::before {
	transform: translate(-70%, -50%) rotate(-45deg);
}

.yy-arrow:hover {
	background: #ec5a13;
}

.yy-arrow:hover::before {
	border-color: #fff;
}

.yy-arrow.swiper-button-disabled {
	opacity: 0.45;
	cursor: default;
}

.yy-thumb {
	text-align: center;
	box-sizing: border-box;
}

.yy-thumb img {
	width: 100%;
	height: 195px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	background: #f4f4f4;
	border-radius: 6px;
	padding: 14px;
	transition: transform 0.35s ease;
}

.yy-thumb:hover img {
	transform: scale(1.06);
}

.yy-thumb p {
	font-size: 14px;
	color: #444;
	text-align: center;
	margin-top: 12px;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.yy-title {
		font-size: 40px;
	}
	.yy-info-title {
		font-size: 24px;
	}
	.yy-info-title img {
		width: 46px;
		height: 46px;
	}
	.yy-pic::before,
	.yy-row:nth-child(even) .yy-pic::before {
		width: 70px;
		height: 70px;
	}
}

@media only screen and (max-width: 992px) {
	.yy-row {
		gap: 36px;
		margin-bottom: 60px;
	}
	.yy-info-desc {
		font-size: 14px;
	}
	.yy-thumb img {
		height: 150px;
	}
	/* 中屏：箭头/间距同步缩一点 */
	.yy-thumbs {
		gap: 12px;
	}
	.yy-arrow {
		width: 34px;
		height: 34px;
	}
	.yy-arrow::before {
		width: 9px;
		height: 9px;
	}
}

/* 手机端：统一上图下文 */
@media only screen and (max-width: 750px) {
	.yinyong_box_1 {
		padding: 50px 0;
	}
	.yy-head {
		margin-bottom: 30px;
	}
	.yy-title {
		font-size: 30px;
	}
	.yy-sub {
		font-size: 14px;
	}
	.yy-row,
	.yy-row:nth-child(even) {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 50px;
	}
	.yy-pic {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.yy-info-title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.yy-info-title img {
		width: 36px;
		height: 36px;
	}
	.yy-info-desc {
		margin-bottom: 22px;
	}
	.yy-thumbs {
		gap: 6px;
	}
	.yy-thumb {
		padding: 0;
	}
	.yy-thumb img {
		height: 120px;
	}
	.yy-thumb p {
		font-size: 12px;
	}
	/* 手机端：箭头再缩一档，避免挤占轮播空间 */
	.yy-arrow {
		width: 28px;
		height: 28px;
	}
	.yy-arrow::before {
		width: 7px;
		height: 7px;
		border-right-width: 1.5px;
		border-bottom-width: 1.5px;
	}
	/* 手机端取消图片圆角与橙色 L 角 */
	.yy-pic img,
	.yy-row:nth-child(even) .yy-pic img {
		border-radius: 0 !important;
	}
	.yy-pic::before,
	.yy-row:nth-child(even) .yy-pic::before {
		display: none !important;
	}
	.banner{
		margin-top: 70PX;
	}
}


/* ===================== 新闻列表 news ===================== */
.news {
	background: #fff;
	padding: 70px 0 90px;
}

/* 筛选 */
.news-filter {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.news-filter a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	padding: 4px 4px;
	transition: color 0.3s ease;
}

.news-filter a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 100%;
	height: 2px;
	background: #ec5a13;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s ease;
}

.news-filter a:hover,
.news-filter a.active {
	color: #ec5a13;
}

.news-filter a.active::after {
	transform: scaleX(1);
}

/* 列表 */
.news-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}

.news-card {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: transform 0.4s ease;
}

.news-card:hover {
	transform: translateY(-6px);
}

/* 图片区：整体右上大圆角切角 */
.news-pic {
	position: relative;
	width: 100%;
	height: 250px;
	border-radius: 4px 80px 4px 4px;
	overflow: hidden;
	background: linear-gradient(135deg, #d8d8d8, #f7f7f7 50%, #d8d8d8);
}

.news-pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.news-card:hover .news-pic img {
	transform: scale(1.08);
}

/* 左下日期 badge */
.news-date {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 90px;
	padding: 14px 20px;
	background: #fe5e10;
	border-radius: 0 24px 0 0;
	color: #fff;
	z-index: 3;
	text-align: left;
	transition: padding 0.4s ease, background 0.4s ease;
}

.news-date em {
	display: block;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.05;
	font-style: normal;
	letter-spacing: 0.5px;
}

/* 年份与月日间的细线 */
.news-date em::after {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	background: rgba(255, 255, 255, 0.65);
	margin: 8px 0 6px;
}

.news-date i {
	display: block;
	font-size: 14px;
	font-style: normal;
	opacity: 0.95;
	letter-spacing: 0.5px;
}

.news-card:hover .news-date {
	padding-right: 28px;
	background: #b3121f;
}

/* 标题 */
.news-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #1a1a1a;
	margin: 22px 0 14px;
	letter-spacing: 0.3px;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
}

.news-card:hover .news-title {
	color: #ec5a13;
}

/* 描述 */
.news-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #888;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 分页器 */
.news-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 60px;
}

.page-num {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #2b2b2b;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.3s ease;
}

.page-num:hover {
	background: #fe5e10;
	color: #fff;
	transform: translateY(-2px);
}

.page-num.active {
	background: #fe5e10;
	color: #fff;
}

.page-arrow {
	font-size: 18px;
	font-weight: 400;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.news-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.news-pic {
		height: 240px;
	}
}

@media only screen and (max-width: 992px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
	.news-pic {
		height: 240px;
	}
}

@media only screen and (max-width: 750px) {
	.news {
		padding: 50px 0 60px;
	}
	.news-filter {
		gap: 18px;
		margin-bottom: 28px;
		padding-bottom: 14px;
	}
	.news-filter a {
		font-size: 16px;
	}
	.news-filter a::after {
		bottom: -16px;
	}
	.news-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.news-pic {
		height: 220px;
	}
	.news-date {
		width: 70px;
		height: 92px;
	}
	.news-date em {
		font-size: 18px;
	}
	.news-date i {
		font-size: 12px;
	}
	.news-title {
		font-size: 15px;
	}
	.news-pager {
		gap: 8px;
		margin-top: 40px;
	}
	.page-num {
		width: 38px;
		height: 38px;
		font-size: 14px;
	}
}


/* ===================== 联系页 contact_box_1 ===================== */
.contact_box_1 {
	background: #fff;
	padding: 70px 0 90px;
}

/* 上方 3 个信息卡片 */
.ct-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 80px;
}

.ct-card {
	text-align: center;
	padding: 10px 24px;
}

.ct-card-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 18px;
	transition: transform 0.4s ease;
}

.ct-card-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
	z-index: 1;
	transition: transform 0.4s ease;
}

/* 圆形外的脉冲光环 */
.ct-card-pulse {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid #ec5a13;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.ct-card:hover .ct-card-icon {
	transform: translateY(-4px);
	background: #fcd5d8;
}

.ct-card:hover .ct-card-icon img {
	transform: scale(1.08);
}

.ct-card:hover .ct-card-pulse {
	opacity: 1;
	animation: ctPulse 1.6s ease-out infinite;
}

@keyframes ctPulse {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

.ct-card-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
}

.ct-card-text {
	font-size: 15px;
	line-height: 1.7;
	color: #777;
	text-align: center;
}

/* 中间标题 */
.ct-head {
	text-align: center;
	margin-bottom: 50px;
}

.ct-sub {
	font-size: 14px;
	letter-spacing: 4px;
	color: #444;
	margin-bottom: 14px;
}

.ct-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 54px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.5px;
}

/* 表单 */
.ct-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 26px;
}

.ct-field {
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 48px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
	height: 84px;
	transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.ct-field-textarea {
	grid-column: 1 / -1;
	height: auto;
	min-height: 240px;
	border-radius: 36px;
	padding-bottom: 20px;
}

.ct-field-icon {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #ec5a13;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease, background 0.3s ease;
}

/* 聚焦时图标外的脉冲光环 */
.ct-field-icon::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid #ec5a13;
	opacity: 0;
}

.ct-field:focus-within .ct-field-icon::after {
	animation: ctFieldPulse 1.6s ease-out infinite;
}

@keyframes ctFieldPulse {
	0% { transform: scale(1); opacity: 0.7; }
	100% { transform: scale(1.55); opacity: 0; }
}

.ct-field-icon img {
	width: 26px;
	height: 26px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	transition: transform 0.35s ease;
}

.ct-field:focus-within .ct-field-icon img {
	transform: rotate(-6deg) scale(1.08);
}

.ct-field input,
.ct-field textarea {
	width: 100%;
	height: 100%;
	padding: 0 30px 0 92px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	color: #333;
	font-family: "Montserrat Alt", sans-serif;
}

.ct-field textarea {
	padding: 30px 30px 30px 92px;
	resize: vertical;
	line-height: 1.7;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
	color: #aaa;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 聚焦：placeholder 轻微淡出右移，提示已激活 */
.ct-field:focus-within input::placeholder,
.ct-field:focus-within textarea::placeholder {
	opacity: 0.55;
	transform: translateX(4px);
}

/* 聚焦：整框描边变红 + 上浮 + 红色软阴影 */
.ct-field:focus-within {
	border-color: #ec5a13;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(211, 42, 58, 0.14);
}

.ct-field:focus-within .ct-field-icon {
	transform: scale(1.08);
	box-shadow: 0 10px 22px rgba(211, 42, 58, 0.45);
}

/* 提交按钮 */
.ct-submit-wrap {
	grid-column: 1 / -1;
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.ct-submit {
	position: relative;
	height: 62px;
	padding: 0 76px;
	background: #ec5a13;
	color: #fff;
	border: none;
	border-radius: 31px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(211, 42, 58, 0.28);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ct-submit span {
	position: relative;
	z-index: 1;
}

/* 按钮内的流光扫描 */
.ct-submit::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
	transition: left 0.6s ease;
}

.ct-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(211, 42, 58, 0.4);
}

.ct-submit:hover::before {
	left: 100%;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 992px) {
	.ct-cards {
		gap: 20px;
		margin-bottom: 60px;
	}
	.ct-card {
		padding: 10px;
	}
	.ct-card-icon {
		width: 76px;
		height: 76px;
	}
	.ct-title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 750px) {
	.contact_box_1 {
		padding: 50px 0 60px;
	}
	.ct-cards {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 44px;
	}
	.ct-card-icon {
		width: 70px;
		height: 70px;
	}
	.ct-card-icon img {
		width: 32px;
		height: 32px;
	}
	.ct-card-title {
		font-size: 18px;
	}
	.ct-card-text {
		font-size: 14px;
	}
	.ct-head {
		margin-bottom: 30px;
	}
	.ct-title {
		font-size: 32px;
	}
	.ct-form {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.ct-field {
		height: 68px;
	}
	.ct-field-icon {
		width: 50px;
		height: 50px;
		left: 9px;
		top: 9px;
	}
	.ct-field-icon img {
		width: 22px;
		height: 22px;
	}
	.ct-field input,
	.ct-field textarea {
		padding-left: 72px;
		font-size: 14px;
	}
	.ct-field textarea {
		padding-top: 20px;
	}
	.ct-field-textarea {
		min-height: 200px;
	}
	.ct-submit {
		padding: 0 56px;
		height: 54px;
		font-size: 15px;
	}
}


/* ===================== 分类导航 two_nav ===================== */
.two_nav {
	padding: 36px 0 36px;
}

.tn-wrap {
	position: relative;
}

/* 手机端触发按钮（PC 隐藏） */
.tn-trigger {
	display: none;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background: #f3f3f3;
	border: none;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	text-align: left;
	cursor: pointer;
	position: relative;
}

.tn-trigger-text::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ec5a13;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
}

.tn-trigger-arrow {
	position: absolute;
	right: 24px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.3s ease;
}

.tn-wrap.open .tn-trigger-arrow {
	transform: translateY(-30%) rotate(-135deg);
}

/* 标签列表 */
.tn-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 10px;
}

.tn-item {
	display: inline-flex;
	align-items: center;
	height: 40px;
	padding: 0 22px;
	background: #ececec;
	color: #2b2b2b;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.tn-item::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2b2b2b;
	margin-right: 10px;
	transition: background 0.3s ease;
}

.tn-item:hover,
.tn-item.active {
	background: #ec5a13;
	color: #fff;
}

.tn-item:hover::before,
.tn-item.active::before {
	background: #fff;
}

.tn-item.active {
	padding-right: 32px;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 750px) {
	.two_nav {
		padding: 24px 0 0;
	}
	.tn-trigger {
		display: block;
	}
	.tn-list {
		display: none;
		margin-top: 12px;
		padding: 16px;
		background: #fafafa;
		border-radius: 16px;
		gap: 10px;
	}
	.tn-wrap.open .tn-list {
		display: flex;
	}
	.tn-item {
		height: 36px;
		padding: 0 16px;
		font-size: 14px;
	}
	.tn-item.active {
		padding-right: 22px;
	}
}


/* ===================== list_box_1 品牌卡片 + 轮播 ===================== */
.list_box_1 {
	background: #fff;
	padding: 40px 0 60px;
}

/* 胶囊容器 */
.lb1-wrap {
	position: relative;
	height: 375px;
	background: #ececec;
	border-radius: 175px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}

/* 左侧：箭头 + Swiper */
.lb1-left {
	flex: 0 0 660px;
	max-width: 660px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.lb1-arrow {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0.85;
}

.lb1-arrow img {
	width: 100%;
	height: auto;
	display: block;
}

.lb1-arrow:hover {
	transform: scale(1.12);
	opacity: 1;
}

/* 轮播容器 */
.lb1-swiper {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.lb1-swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 白色卡片 */
.lb1-card {
	width: 280px;
	height: 305px;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.lb1-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
}

.lb1-card img {
	width: 190px;
	height: 270px;
	object-fit: contain;
}

/* 右侧 */
.lb1-right {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	padding: 30px 30px 30px 10px;
}

.lb1-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #1b1b1b;
	margin-bottom: 18px;
}

.lb1-desc {
	font-size: 15px;
	line-height: 1.8;
	color: #4a4a4a;
	max-width: 86%;
	text-align: left;
}

.lb1-brand {
	position: absolute;
	right: 70px;
	top: 35px;
	max-width: 110px;
	max-height: 60px;
	object-fit: contain;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.lb1-wrap {
		height: 340px;
		padding: 0 24px;
		gap: 22px;
	}
	.lb1-left {
		flex: 0 0 560px;
		max-width: 560px;
	}
	.lb1-card {
		width: 240px;
		height: 270px;
	}
	.lb1-card img {
		width: 170px;
		height: 240px;
	}
}

@media only screen and (max-width: 992px) {
	.lb1-wrap {
		height: auto;
		padding: 40px 24px;
		flex-direction: column;
		gap: 28px;
		border-radius: 40px;
	}
	.lb1-left {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
	}
	.lb1-right {
		padding: 0 10px;
		text-align: center;
	}
	.lb1-desc {
		max-width: 100%;
	}
	.lb1-brand {
		position: static;
		display: block;
		margin: 0 auto 14px;
	}
}

@media only screen and (max-width: 750px) {
	.list_box_1 {
		padding: 30px 0 50px;
	}
	.lb1-wrap {
		padding: 30px 16px;
		gap: 22px;
		border-radius: 30px;
	}
	.lb1-arrow {
		width: 32px;
		height: 32px;
	}
	.lb1-card {
		width: 200px;
		height: 230px;
	}
	.lb1-card img {
		width: 140px;
		height: 200px;
	}
	.lb1-title {
		font-size: 26px;
		margin-bottom: 12px;
	}
	.lb1-desc {
		font-size: 14px;
	}
}


/* ===================== 产品 Tab 切换 list_box_2 ===================== */

/* 顶部白色 tab */
.top_tab {
	background: #fff;
}

.lb2-tabs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	isolation: isolate;
}

/* 橙色滑块（indicator）：跟随当前选中/hover 的 tab */
.lb2-indicator {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #ec5a13;
	border-radius: 0 28px 0 0;
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: none;
	z-index: 1;
	will-change: transform, width;
}

.lb2-tab {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	height: 56px;
	padding: 0 28px;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	transition: color 0.3s ease;
}

.lb2-tab:focus,
.lb2-tab:active {
	outline: none;
}

/* 只有滑块当前所在那个 tab：文字白色 */
.lb2-tab.is-hot {
	color: #fff;
}

/* 下方主内容（无背景，继承 body #f3f3f3） */
.box2_main {
	padding: 40px 0 60px;
}

/* panel 切换 */
.lb2-panel {
	display: none;
	align-items: flex-start;
	gap: 50px;
}

.lb2-panel.active {
	display: flex;
	animation: lb2PanelIn 0.5s ease both;
}

@keyframes lb2PanelIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

/* 左侧图片 */
.lb2-pic {
	position: relative;
	flex: 0 0 44%;
	max-width: 44%;
}

.lb2-pic img {
	width: 100%;
	height: auto;
	display: block;
}

/* 图下橙线：默认半长，hover 延伸到全长 */
.lb2-pic-line {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 50%;
	height: 3px;
	background: #ec5a13;
	transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.lb2-pic:hover .lb2-pic-line {
	width: 100%;
}

/* 右侧内容 */
.lb2-info {
	flex: 1 1 auto;
	min-width: 0;
	padding-top: 14px;
}

.lb2-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	margin-bottom: 22px;
	text-align: left;
}

.lb2-desc {
	font-size: 15px;
	line-height: 1.9;
	color: #555;
	text-align: left;
	margin-bottom: 30px;
}

/* VIEW MORE 椭圆描边按钮 */
.lb2-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 38px;
	border: 1px solid #2b2b2b;
	border-radius: 23px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #2b2b2b;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.lb2-more:hover {
	background: #ec5a13;
	border-color: #ec5a13;
	color: #fff;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.lb2-title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 992px) {
	.lb2-panel {
		flex-direction: column;
		gap: 30px;
	}
	.lb2-pic,
	.lb2-info {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	/* 手机端：单行 + 横向滚动，不使用滑动 indicator */
	.lb2-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.lb2-tabs::-webkit-scrollbar {
		display: none;
	}
	.lb2-indicator {
		display: none;
	}
	.lb2-tab {
		flex: 0 0 auto;
		white-space: nowrap;
		height: 44px;
		padding: 0 18px;
		font-size: 14px;
	}
	.lb2-tab.active {
		background: #ec5a13;
		color: #fff;
		border-radius: 0 22px 0 0;
	}
	.lb2-tab.is-hot:not(.active) {
		color: inherit;
	}
	.box2_main {
		padding: 30px 0 40px;
	}
	.lb2-title {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.lb2-desc {
		font-size: 14px;
		line-height: 1.7;
	}
	.lb2-more {
		height: 40px;
		padding: 0 28px;
	}
}


/* ===================== 产品卡片网格 list_box_3 ===================== */
.list_box_3 {
	padding: 40px 0 80px;
}

/* panel 切换（跟随 list_box_2 tab） */
.lb3-panel {
	display: none;
}

.lb3-panel.active {
	display: block;
	animation: lb3PanelIn 0.5s ease both;
}

@keyframes lb3PanelIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.lb3-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.lb3-card {
	display: block;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.lb3-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 36px rgba(236, 90, 19, 0.18);
}

/* 图片区：上左/上右圆角 */
.lb3-pic {
	width: 100%;
	height: 328px;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.lb3-pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 12px 12px 0 0;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.lb3-card:hover .lb3-pic img {
	transform: scale(1.05);
}

/* 文字区 */
.lb3-info {
	padding: 24px 26px 28px;
	background: #fff;
	transition: background 0.4s ease;
}

.lb3-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a1a1a;
	margin-bottom: 12px;
	text-align: left;
	transition: color 0.4s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lb3-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #888;
	text-align: left;
	transition: color 0.4s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* hover：文字区变橙底，文字变白 */
.lb3-card:hover .lb3-info {
	background: #ec5a13;
}

.lb3-card:hover .lb3-title {
	color: #fff;
}

.lb3-card:hover .lb3-desc {
	color: rgba(255, 255, 255, 0.85);
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.lb3-pic {
		height: 230px;
	}
}

@media only screen and (max-width: 992px) {
	.lb3-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.lb3-pic {
		height: 240px;
	}
}

@media only screen and (max-width: 750px) {
	.list_box_3 {
		padding: 30px 0 50px;
	}
	.lb3-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.lb3-pic {
		height: 280px;
	}
	.lb3-info {
		padding: 20px 22px;
	}
}


/* ===================== 面包屑 dqym_box ===================== */
.dqym_box {
	padding: 28px 0 20px;
	background: #fff;
}

.dqym-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 18px;
	color: #888;
}

.dqym-home {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 4px;
	flex: 0 0 auto;
}

.dqym-text {
	color: #888;
}

.dqym-link {
	color: #888;
	text-decoration: none;
	transition: color 0.3s ease;
}

.dqym-link:hover {
	color: #ec5a13;
}

.dqym-sep {
	color: #bbb;
	margin: 0 2px;
}

.dqym-current {
	color: #444;
	font-weight: 600;
}

@media only screen and (max-width: 750px) {
	.dqym_box {
		padding: 22px 0 4px;
	}
	.dqym-inner {
		font-size: 14px;
		gap: 6px;
	}
	.dqym-home {
		width: 20px;
		height: 20px;
	}
}


/* ===================== 产品详情 list_box_4 ===================== */
.list_box_4 {
	padding: 40px 0 60px;
	background: #fff;
}

.lb4-wrap {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}

/* 左侧图片区 */
.lb4-pic {
	flex: 0 0 730px;
	width: 730px;
	height: 487px;
	background: #f5f5f5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.lb4-pic img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}

/* 右侧信息 */
.lb4-info {
	flex: 1 1 auto;
	min-width: 0;
	padding-top: 10px;
}

.lb4-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #fe5e10;
	margin-bottom: 22px;
	line-height: 1.3;
}

.lb4-desc {
	font-size: 15px;
	line-height: 1.9;
	color: #555;
	margin-bottom: 40px;
	text-align: left;
}

/* PREV / NEXT */
.lb4-nav p {
	font-size: 15px;
	margin-bottom: 12px;
	text-align: left;
}

.lb4-nav-key {
	color: #fe5e10;
	font-weight: 700;
	margin-right: 6px;
}

.lb4-nav a {
	color: #444;
	text-decoration: none;
	transition: color 0.3s ease;
}

.lb4-nav a:hover {
	color: #ec5a13;
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 1200px) {
	.lb4-pic {
		flex: 0 0 56%;
		width: 56%;
		height: 420px;
	}
}

@media only screen and (max-width: 992px) {
	.lb4-wrap {
		flex-direction: column;
		gap: 28px;
	}
	.lb4-pic {
		flex: 0 0 auto;
		width: 100%;
		height: 380px;
	}
	.lb4-title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 750px) {
	.list_box_4 {
		padding: 24px 0 40px;
	}
	.lb4-pic {
		height: 260px;
	}
	.lb4-title {
		font-size: 22px;
		margin-bottom: 14px;
	}
	.lb4-desc {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 26px;
	}
}


/* ===================== 详情 Tab list_box_5 ===================== */
.list_box_5 {
	padding: 30px 0 60px;
	background: #fff;
}

/* tab 栏 */
.lb5-tabs {
	display: flex;
	align-items: center;
	gap: 0;
	border-bottom: 1px solid #e5e5e5;
}

.lb5-tab {
	display: inline-flex;
	align-items: center;
	height: 56px;
	padding: 0 38px;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.lb5-tab-dot {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ec5a13;
	margin-right: 12px;
	transition: background 0.3s ease;
}

.lb5-tab.active {
	background: #ec5a13;
	color: #fff;
	border-radius: 0 28px 0 0;
}

.lb5-tab.active .lb5-tab-dot {
	background: #fff;
}

/* 面板切换 */
.lb5-panel {
	display: none;
	padding: 28px 0 10px;
}

.lb5-panel.active {
	display: block;
	animation: lb5PanelIn 0.4s ease both;
}

@keyframes lb5PanelIn {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

/* 表格 */
.lb5-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.lb5-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #333;
}

.lb5-table th,
.lb5-table td {
	padding: 12px 16px;
	border: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

.lb5-table thead th {
	background: #fafafa;
	color: #ec5a13;
	font-weight: 700;
}

.lb5-table thead th:first-child {
	color: #1a1a1a;
}

.lb5-table tbody tr:nth-child(even) td {
	background: #fafafa;
}

/* Application */
.lb5-app {
	margin-top: 26px;
}

.lb5-app p {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	text-align: left;
}

.lb5-app-key {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 6px;
}

/* 表单 */
.lb5-form-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 22px;
}

.lb5-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 50px;
}

.lb5-field {
	position: relative;
}

.lb5-field-full {
	grid-column: 1 / -1;
}

.lb5-field input,
.lb5-field textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	background: transparent;
	font-size: 14px;
	color: #333;
	padding: 12px 4px;
	font-family: "Montserrat Alt", sans-serif;
	outline: none;
	transition: border-color 0.3s ease;
}

.lb5-field textarea {
	min-height: 180px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: 14px;
	resize: vertical;
	line-height: 1.6;
}

.lb5-field input::placeholder,
.lb5-field textarea::placeholder {
	color: #999;
}

.lb5-field input:focus,
.lb5-field textarea:focus {
	border-color: #ec5a13;
}

.lb5-submit-wrap {
	grid-column: 1 / -1;
	margin-top: 4px;
}

.lb5-submit {
	background: #ec5a13;
	color: #fff;
	border: none;
	padding: 14px 40px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.lb5-submit:hover {
	background: #d44e0c;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(236, 90, 19, 0.35);
}

/* ---- 响应式 ---- */
@media only screen and (max-width: 992px) {
	.lb5-form {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

@media only screen and (max-width: 750px) {
	.list_box_5 {
		padding: 20px 0 50px;
	}
	.lb5-tab {
		height: 46px;
		padding: 0 22px;
		font-size: 14px;
	}
	.lb5-tab.active {
		border-radius: 0 22px 0 0;
	}
	.lb5-table {
		font-size: 12px;
		min-width: 700px;
	}
	.lb5-table th,
	.lb5-table td {
		padding: 8px 10px;
	}
	.lb5-form-title {
		font-size: 18px;
	}
}


/* ===================== 相关新闻 list_box_6 ===================== */
.list_box_6 {
	background: #f6f6f6;
	padding: 70px 0 80px;
}

.lb6-head {
	margin-bottom: 36px;
}

.lb6-tag {
	color: #fe5e10;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.lb6-title {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.5px;
}

@media only screen and (max-width: 750px) {
	.list_box_6 {
		padding: 50px 0 60px;
	}
	.lb6-title {
		font-size: 26px;
	}
	.lb6-tag {
		font-size: 13px;
	}
}


/* ===================== Get Quotes 弹窗 ===================== */
.gq-modal {
	position: fixed;
	inset: 0;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(20, 20, 20, 0.55);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

.gq-modal.active {
	opacity: 1;
	visibility: visible;
}

/* 弹窗面板 */
.gq-modal-panel {
	position: relative;
	width: 100%;
	max-width: 560px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	transform: translateY(40px) scale(0.96);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.gq-modal.active .gq-modal-panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}

/* 顶部橙色渐变条 */
.gq-modal-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #ff8a3c, #ec5a13 55%, #ff8a3c);
}

/* 头部 */
.gq-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 26px 30px 20px;
}

.gq-modal-head h3 {
	font-family: "Montserrat Alt Bold", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	letter-spacing: 0.5px;
}

.gq-modal-close {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: none;
	background: #f2f2f2;
	color: #444;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.gq-modal-close:hover {
	transform: rotate(90deg);
	background: #ec5a13;
	color: #fff;
}

/* 内容区 */
.gq-modal-body {
	padding: 0 30px 30px;
}

.gq-modal-tip {
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	margin-bottom: 22px;
	text-align: left;
}

/* 表单 */
.gq-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gq-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.gq-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gq-field label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.gq-field label i {
	color: #ec5a13;
	font-style: normal;
	margin-right: 3px;
}

.gq-field input,
.gq-field textarea {
	width: 100%;
	background: #f7f7f7;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 14px;
	color: #333;
	font-family: "Montserrat Alt", sans-serif;
	outline: none;
	transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.gq-field textarea {
	resize: vertical;
	min-height: 100px;
	line-height: 1.6;
}

.gq-field input:focus,
.gq-field textarea:focus {
	background: #fff;
	border-color: #ec5a13;
	box-shadow: 0 4px 14px rgba(236, 90, 19, 0.14);
}

.gq-field input::placeholder,
.gq-field textarea::placeholder {
	color: #aaa;
}

/* Send 按钮 */
.gq-send {
	position: relative;
	overflow: hidden;
	margin-top: 8px;
	height: 48px;
	border: none;
	border-radius: 24px;
	background: #ec5a13;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(236, 90, 19, 0.32);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gq-send span {
	position: relative;
	z-index: 1;
}

.gq-send::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	transition: left 0.6s ease;
}

.gq-send:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(236, 90, 19, 0.42);
}

.gq-send:hover::before {
	left: 100%;
}

/* 响应式 */
@media only screen and (max-width: 620px) {
	.gq-row {
		grid-template-columns: 1fr;
	}
	.gq-modal-panel {
		border-radius: 16px;
	}
	.gq-modal-head {
		padding: 20px 22px 14px;
	}
	.gq-modal-head h3 {
		font-size: 20px;
	}
	.gq-modal-body {
		padding: 0 22px 24px;
	}
}





/* Tab激活橙色样式，和你截图效果匹配 */
.lb2-tab {
  padding: 12px 28px;
  border-radius: 30px;
  background: #f5f5f5;
  color: #333;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.lb2-tab.is-hot {
  background: #ff6600;
  color: #fff;
}
/* 橙色滑动滑块 */
.lb2-indicator {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ff6600;
  border-radius: 30px;
  transition: all 0.3s ease;
  z-index: 1;
}
/* 面板默认隐藏，active才显示 */
.lb2-panel, .lb3-panel {
  display: none;
}
.lb2-panel.active, .lb3-panel.active {
  display: flex;
}
.lb3-panel.active .lb3-grid {
  display: grid;
}