@charset "utf-8";

/* ====================公共样式========================= */
:root {
	--ruy-home-wz-navy: #002f63;
	--ruy-home-wz-deep: #001b39;
	--ruy-home-wz-blue: #0752a0;
	--ruy-home-wz-sky: #0c7ac3;
	--ruy-home-wz-black: #000000;
	--ruy-home-wz-ink: #202c39;
	--ruy-home-wz-muted: #647383;
	--ruy-home-wz-line: #e7ebef;
	--ruy-home-wz-white: #fff;
	--ruy-home-wz-shadow: 0 22px 50px rgba(9, 42, 76, .12)
}

/*reset Css*/
* {
	margin: 0;
	padding: 0;
}

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	/*整体背景颜色*/
	-webkit-touch-callout: none;
	/*-webkit-user-select: none;*/
	/*禁止复制*/
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	/*点击高亮效果*/
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

:is(.is-layout-flow, .is-layout-constrained)>*:where(:not(h1, h2, h3, h4, h5, h6)) {
	margin-block-end: 0 !important;
}

.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: 100% !important;
	max-width: 100%;
}

/* 默认合并表格边框 */
table {
	border-collapse: collapse;
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0
}

a,
a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a {
	border: 0;
}

em,
i {
	font-style: normal;
}

/* <input>标签 */
input {
	border: none;
	appearance: none;
	-moz-appearance: none;
	outline: none;
	-webkit-appearance: none;
}

input:focus {
	outline: none;
}

/* input标签聚焦不出现默认边框 */

textarea {
	resize: none;
}

/* 禁用了文本的拖拉，尤其在谷歌下 */
select,
button,
input,
img {
	vertical-align: middle;
}

/*去除图片底部缝隙并基于中线对齐*/
img {
	width: auto;
	height: auto;
	width: auto\9;
	max-width: 100%;
	display: block;
	-ms-interpolation-mode: bicubic;
}

/* 重绘元素边框盒 */
* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-ms-touch-action: none;
	/* 阻止windows Phone 的默认触摸事件 */
}

/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

/*动画--规定动画移动出去的时间*/
a {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.animation {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* 指定文字禁止复制 */
.noSelect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/*动画效果 所有属性获得过度*/
* {
	transition-property: all;
}

.com-img {
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.pc {
	display: block;
}

.mb {
	display: none;
}

@media all and (max-width:768px) {
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

.rect-40 {
	padding-bottom: 40%;
}

.rect-50 {
	padding-bottom: 50%;
}

.rect-55 {
	padding-bottom: 55%;
}

.rect-5625 {
	padding-bottom: 56.25%;
}

.rect-60 {
	padding-bottom: 60%;
}

.rect-65 {
	padding-bottom: 65%;
}

.rect-70 {
	padding-bottom: 70%;
}

.rect-75 {
	padding-bottom: 75%;
}

.rect-80 {
	padding-bottom: 80%;
}

.rect-85 {
	padding-bottom: 85%;
}

.rect-90 {
	padding-bottom: 90%;
}

.rect-100 {
	padding-bottom: 100%;
}

.rect-135 {
	padding-bottom: 135%;
}

.rect-140 {
	padding-bottom: 140%;
}

.rect-150 {
	padding-bottom: 150%;
}

li *[class*="pic"] {
	overflow: hidden;
}

li *[class*="pic"]>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

li:hover *[class*="pic"]>img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.trs3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.trs5 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pd-40 {
	padding: 40px 0;
}

.pd-60 {
	padding: 60px 0;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pd-80 {
	padding: 80px 0;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pd-100 {
	padding: 100px 0;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pd-120 {
	padding: 120px 0;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pd-140 {
	padding: 140px 0;
}

.pt-140 {
	padding-top: 140px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pd-160 {
	padding: 160px 0;
}

.pt-160 {
	padding-top: 160px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pd-180 {
	padding: 180px 0;
}

.pt-180 {
	padding-top: 180px;
}

.pb-180 {
	padding-bottom: 180px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt100 {
	margin-top: 100px;
}

.mt110 {
	margin-top: 110px;
}

.mt120 {
	margin-top: 120px;
}

.mt130 {
	margin-top: 130px;
}

.mt140 {
	margin-top: 140px;
}

.mb50 {
	margin-bottom: 50px;
}


.flex-1 {
	flex: 1;
}

/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}


/* ==================== Banner 核心样式优化版 ========================= */

.ruy_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
	/* PC端默认全屏高度 */
	min-height: 600px;
}

.ruy_ban_slick {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* --- 轮播项 (绝对定位，重叠在一起实现自然渐变) --- */
.ruy_ban_li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
	z-index: 1;
}

/* 激活状态 */
.ruy_ban_li.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.ruy_ban_li>a {
	display: block;
	width: 100%;
	height: 100%;
}

/* --- 媒体资源铺满与自适应 --- */
.ruy_ban_imgbox {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ruy_ban_imgbox img,
.ruy_ban_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 核心：保证画面不变形铺满 */
}

.ruy_ban_video {
	z-index: 2;
	pointer-events: none;
	/* 防止视频阻挡点击事件 */
}

/* 遮罩层 */
.ruy_ban_imgbox::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(8, 33, 56, 0.34) 0%, rgba(8, 33, 56, 0.34) 100%);
}

/* 默认 PC 端显示逻辑 */
.ruy_ban_pc {
	display: block;
}

/* 合并：首页和内页的移动端图片默认隐藏 */
.ruy_ban_ph,
.ruy_nyban_ph {
	display: none;
}

/* ==========================================================================
   Banner 文字盒子与入场动画 
   ========================================================================== */
.ruy_ban_txtbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transform: translate(-50%, calc(-50% + 40px));
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 激活状态：显示并回到正中心 */
.ruy_ban_li.is-active .ruy_ban_txtbox {
	opacity: 1;
	transform: translate(-50%, -50%);
	transition-delay: 0.3s;
}

.ruy_ban_txtbox.ruy_align_left {
	text-align: left;
	align-items: flex-start;
}

/* 合并：居中和居上都共用居中对齐逻辑 */
.ruy_ban_txtbox.ruy_align_center,
.ruy_ban_txtbox.ruy_align_top {
	text-align: center;
	align-items: center;
}

/* 居上单独控制 top */
.ruy_ban_txtbox.ruy_align_top {
	top: 25%;
}

.ruy_ban_txtbox.ruy_align_right {
	text-align: right;
	align-items: flex-end;
}

.std_title1 {
	font-size: 52px;
	line-height: 1.5;
	color: #000;
}

.ruy_banner .ruy_ban_title {
	color: #fff;
	margin-bottom: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.ruy-home-wz-hero-copy {
	font-size: 18px;
	line-height: 1.55;
	margin: 0;
	text-transform: capitalize;
	color: rgba(255, 255, 255, .9)
}

.std_btn1_link_font {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding: 12px 30px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 6;
}

.std_btn1_link {
	display: inline-block;
	background: var(--theme-button-background-initial-color, #E00700);
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.std_btn1_link::before {
	content: '';
	background: #B51B16;
	width: 0;
	height: 100%;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	transform: translate(0, -50%);
	transition: all .5s ease-out;
}

.std_btn1_link:hover::before {
	width: 100%;
	opacity: 1;
}

.ruy_banner_dots {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	z-index: 10;
}

.ruy_dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all 0.4s ease;
}

.ruy_dot.is-active {
	background: #ffffff;
	width: 30px;
	border-radius: 6px;
}

.ruy_nybanner {
	position: relative;
}

/* 合并：内页 banner 图片宽度 100% */
.ruy_nyban_img,
.ruy_nyban_img img {
	width: 100%;
}

.ruy_nyban_title h1 {
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
}

.ruy_nyban_title p {
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
}

@media all and (max-width: 768px) {
	.ruy_banner {
		height: 100%;
		min-height: 330px;
	}

	/* 合并：移动端隐藏 PC 图和视频 */
	.ruy_ban_pc,
	.ruy_ban_video,
	.ruy_nyban_img .ruy_ban_pc {
		display: none;
	}

	/* 合并：移动端显示手机图 */
	.ruy_ban_ph,
	.ruy_nyban_img .ruy_nyban_ph {
		display: block;
	}

	/* 合并：标题字体大小调整 */
	.ruy_nyban_title h1,
	.ruy_banner .ruy_ban_title {
		font-size: 24px;
	}

	.ruy_nyban_title p {
		font-size: 14px;
	}

	.std_btn1_link_font {
		font-size: 14px;
		padding: 6px 15px;
	}

	.ruy_ban_txtbox {
		padding: 0 20px;
	}
}

@media all and (min-width: 1921px) {
	.ruy_ban_txtbox.ruy_align_top {
		top: 26%;
	}
}

@media all and (min-width: 2561px) {
	.ruy_ban_txtbox {
		max-width: 2400px;
	}

	.ruy_ban_txtbox.ruy_align_top {
		top: 24%;
	}

	.std_title1 {
		font-size: 82px;
	}
}

@media all and (max-width: 768px) {
	.ruy_banner {
		height: auto;
		min-height: 0;
	}

	.ruy_ban_slick {
		display: grid;
	}

	.ruy_ban_li {
		position: relative;
		grid-area: 1 / 1;
	}

	.ruy_ban_txtbox.ruy_align_top {
		top: 50%;
	}

	/* 4. 图片盒子高度设为自动 */
	.ruy_ban_imgbox {
		height: auto;
	}

	.ruy_ban_imgbox img {
		position: relative;
		width: 100%;
		height: auto;
		object-fit: contain;
	}

	.ruy_ban_pc,
	.ruy_ban_video,
	.ruy_nyban_img .ruy_ban_pc {
		display: none;
	}

	.ruy_ban_ph,
	.ruy_nyban_img .ruy_nyban_ph {
		display: block;
	}

	.ruy_nyban_title h1,
	.ruy_banner .ruy_ban_title {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.ruy_nyban_title p {
		font-size: 14px;
	}

	.std_btn1_link_font {
		font-size: 14px;
		padding: 6px 15px;
	}

	.ruy_ban_txtbox {
		padding: 0 15px;
	}

	/* 轮播圆点往下放一点，以免挡住文字 */
	.ruy_banner_dots {
		bottom: 15px;
	}
}

/* banner e*/

/* 产品 */

/* ==========================================
   通用标题样式
========================================== */
.ruy-home-wz-heading {
	text-align: center;
}

.ruy-home-wz-heading h2 {
	font-size: 48px;
	line-height: 1.15;
	letter-spacing: -.035em;
	margin: 0;
	font-weight: 700;
}

.ruy-home-wz-heading p {
	font-size: 19px;
	color: #6c7784;
	margin: 11px 0 0;
}

/* ==========================================
   产品区块主体布局
========================================== */
/* =========================================================
   Products Section Extracted CSS
========================================================= */

/* ---------- Products Section ---------- */

.ruy-home-wz-products {
	padding: 112px 0 94px;
}

.ruy-home-wz-heading {
	text-align: center;
}

.ruy-home-wz-heading h2 {
	font-size: 48px;
	line-height: 1.15;
	letter-spacing: -.035em;
	margin: 0;
	font-weight: 700;
	color: var(--ruy-home-wz-ink);
}

.ruy-home-wz-heading p {
	font-size: 19px;
	color: #6c7784;
	margin: 11px 0 0;
}

/* ---------- Product Stage ---------- */

.ruy-home-wz-product-stage {
	height: 515px;
	margin-top: 60px;
	padding: 0 34px;
	position: relative;
	color: #fff;
	background: linear-gradient(to bottom, #fff 0 58%, #42515a 58% 100%);
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}

/* ---------- Product Card ---------- */

.ruy-home-wz-product {
	position: relative;
	z-index: 1;
	width: 25%;
	height: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-right: 1px solid rgba(255, 255, 255, .7);
	isolation: isolate;
	overflow: visible;
}

.ruy-home-wz-product:last-child {
	border-right: 0;
}

.ruy-home-wz-product-inner {
	position: relative;
	height: 100%;
	padding: 0 34px 19px;
	background: linear-gradient(to top, #42515a 65%, #fff 35%);
	transition:
		transform .6s cubic-bezier(.22, 1, .36, 1),
		background .6s cubic-bezier(.22, 1, .36, 1);
	will-change: transform;
}

/* ---------- Product Image ----------
   图片已从 CSS background 改为 HTML img
---------- */

.ruy-home-wz-product-image {
	position: relative;
	z-index: 1;
	width: 100% !important;
	height: 390px !important;
	margin: 0 auto 17px !important;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	backface-visibility: hidden;
	transform: none !important;
	transition: none !important;
	overflow: visible;
}

.ruy-home-wz-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	pointer-events: none;
	user-select: none;
}

/* ---------- Product Text ---------- */

.ruy-home-wz-product h3 {
	position: relative;
	z-index: 1;
	font-size: 28px;
	line-height: 1.15;
	margin: 0 0 7px;
	color: #fff;
}

.ruy-home-wz-product span {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 245px;
	min-height: 40px;
	font-size: 13px;
	line-height: 1.45;
	color: #fff;
	opacity: 1;
}

.ruy-home-wz-product a {
	position: absolute;
	right: 34px;
	bottom: 19px;
	z-index: 2;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

/* ---------- Hover Effect ----------
   article 保持稳定鼠标区域；
   只移动内部 .ruy-home-wz-product-inner；
   img 本身不单独位移。
---------- */

.ruy-home-wz-product:hover .ruy-home-wz-product-inner,
.ruy-home-wz-product:focus-within .ruy-home-wz-product-inner {
	transform: translateY(-50px);
	background: linear-gradient(to top, #003975 65%, #fff 35%);
}

/* ---------- View All Products Link ---------- */

.ruy-home-wz-link-more {
	display: flex;
	width: max-content;
	align-items: center;
	gap: 34px;
	margin: 34px auto 0;
	font-size: 15px;
	color: #152f49;
	text-decoration: none;
}

.ruy-home-wz-link-more strong {
	font-size: 14px;
}

/* =========================================================
   Desktop Reference Layout
========================================================= */

@media (min-width: 901px) {
	.ruy-home-wz-product-stage {
		width: 100%;
		height: 566px;
		margin-left: 50%;
		padding: 0;
		background: #fff;
		transform: translateX(-50%);
	}

	.ruy-home-wz-product {
		width: 25%;
		height: 566px;
		padding: 0;
	}

	.ruy-home-wz-product-image {
		width: calc(100% + 68px) !important;
		height: 413px !important;
		margin: 0 -34px 17px !important;
	}

	.ruy-home-wz-product h3 {
		font-size: 30px;
		transform: translateY(8px);
		transition: transform .48s cubic-bezier(.22, 1, .36, 1);
	}

	.ruy-home-wz-product span {
		font-size: 12px;
		transform: translateY(4px);
		transition: transform .48s cubic-bezier(.22, 1, .36, 1);
	}

	.ruy-home-wz-product a {
		right: 34px;
		bottom: 19px;
	}
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1440px) {
	.ruy-home-wz-container {
		width: min(1600px, calc(100% - 80px));
	}

	.ruy-home-wz-product-stage {
		height: 365px;
	}
}

@media (max-width: 1350px) {
	.ruy-home-wz-product-stage {
		padding: 0 35px;
	}
}

@media (max-width: 1250px) {
	.ruy-home-wz-container {
		width: calc(100% - 64px);
	}

	.ruy-home-wz-heading h2 {
		font-size: 40px;
	}

	.ruy-home-wz-product-stage {
		height: 340px;
	}

	.ruy-home-wz-product {
		padding: 0 20px 26px;
	}

	.ruy-home-wz-product h3 {
		font-size: 24px;
	}

	.ruy-home-wz-product span {
		font-size: 12px;
	}

	.ruy-home-wz-product a {
		right: 20px;
		bottom: 27px;
		font-size: 14px;
	}
}

@media (max-width: 900px) {
	.ruy-home-wz-container {
		width: calc(100% - 42px);
	}

	.ruy-home-wz-products {
		padding: 76px 0;
	}

	.ruy-home-wz-heading h2 {
		font-size: 34px;
	}

	.ruy-home-wz-heading p {
		font-size: 16px;
	}

	.ruy-home-wz-product-stage {
		width: 100%;
		height: auto;
		min-height: 740px;
		margin-left: 0;
		padding: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		background: linear-gradient(to bottom, #fff 0 52%, #42515a 52% 100%);
		transform: none;
	}

	.ruy-home-wz-product {
		width: 100%;
		height: 350px;
		padding: 0 28px 24px;
		border-right: 0;
	}

	.ruy-home-wz-product-inner {
		padding: 0;
	}

	.ruy-home-wz-product-image {
		height: 255px !important;
	}

	.ruy-home-wz-product h3 {
		font-size: 24px;
	}

	.ruy-home-wz-product span {
		max-width: 70%;
		font-size: 13px;
	}

	.ruy-home-wz-product a {
		right: 28px;
		bottom: 24px;
	}

	.ruy-home-wz-product:hover .ruy-home-wz-product-inner,
	.ruy-home-wz-product:focus-within .ruy-home-wz-product-inner {
		transform: none;
	}
}

@media (max-width: 580px) {
	.ruy-home-wz-container {
		width: calc(100% - 32px);
	}

	.ruy-home-wz-products {
		padding: 62px 0;
	}

	.ruy-home-wz-heading h2 {
		font-size: 29px;
	}

	.ruy-home-wz-heading p {
		font-size: 15px;
	}

	.ruy-home-wz-product-stage {
		margin-top: 30px;
		min-height: 1120px;
		grid-template-columns: 1fr;
	}

	.ruy-home-wz-product {
		height: 275px;
		padding: 0 18px 18px;
	}

	.ruy-home-wz-product-image {
		height: 194px !important;
		margin-bottom: 9px !important;
	}

	.ruy-home-wz-product h3 {
		font-size: 21px;
	}

	.ruy-home-wz-product span {
		min-height: 37px;
		font-size: 13px;
	}
}

/* 产品 e*/

/* ==================================================
   ABOUT UST 区块完整样式
================================================== */

/* 1. 基础区块设置 (底层铺设浅色背景) */
.ruy-about-section {
	position: relative;
	width: 100%;
	padding: 160px 0 80px;
	/* 增加顶部 padding，给图片突破留出足够空间 */
	/* 底部浅色工厂/车间背景图 */
	background-image: url('/wp-content/uploads/2026/06/about-light-bg.webp');
	background-size: cover;
	background-position: center;
}

/* 给底层浅色背景加一层白色半透明遮罩，制造出淡淡的水印效果 */
.ruy-about-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.88);
	/* 透明度可根据图片深浅微调 */
	z-index: 0;
}

/* 2. 顶部深色背景图 */
.about-bg-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 27%;
	background-image: url('/wp-content/uploads/2026/08/ind-ab-1.webp');
	background-size: cover;
	background-position: center;
	z-index: 1;
}

/* 确保内容容器在所有背景之上 */
.ruy-container {
	position: relative;
	z-index: 2;
}

.ind-ab-con {
	margin-top: 3vw;
	gap: 0 !important;
}

/* ==================================================
   主体白色叠加卡片
================================================== */
.about-card {
	position: relative;
	background-color: var(--ruy-home-wz-white);
	box-shadow: var(--ruy-home-wz-shadow);
	margin-bottom: 60px;
}

/* 左上角经验徽章 */
.about-badge {
	position: absolute;
	top: -45px;
	/* 向上突破 */
	left: 0;
	/* 绝对齐平卡片左侧 */
	background-color: var(--ruy-home-wz-navy);
	color: var(--ruy-home-wz-white);
	padding: 18px 40px 18px 30px;
	border-radius: 0 35px 35px 0;
	/* 只有右侧是大圆角 */
	box-shadow: 0 10px 20px rgba(0, 47, 99, 0.2);
	z-index: 3;
}

.badge-num {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1;
	margin-right: 15px;
}

.badge-text {
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
}

/* 左侧文本区 (比例 46%) */
.about-text-wrap {
	width: 50%;
	padding: 90px 40px 60px 50px;
	/* 顶部留出徽章空间 */
}

.about-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--ruy-home-wz-ink);
	margin: 0 0 10px 0;
}

.about-subtitle {
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--ruy-home-wz-navy);
	margin: 0 0 25px 0;
}

.about-desc {
	font-size: 0.95rem;
	color: var(--ruy-home-wz-muted);
	line-height: 1.8;
	margin-bottom: 40px;
}

.about-desc p {
	margin: 0 0 15px 0;
}

/* 按钮细节 (右侧带白色圆形箭头) */
.about-btn {
	background-color: #000;
	color: var(--ruy-home-wz-white);
	padding: 8px 8px 8px 30px;
	/* 右侧 padding 减小，给圆形留空间 */
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.btn-icon {
	width: 32px;
	height: 32px;
	background-color: var(--ruy-home-wz-white);
	color: var(--ruy-home-wz-navy);
	border-radius: 50%;
	margin-left: 15px;
	transition: transform 0.3s ease;
}

.btn-icon svg {
	width: 16px;
	height: 16px;
}

.about-btn:hover {
	color: #fff;
	background-color: var(--theme-palette-color-1);
}

.about-btn:hover .btn-icon {
	transform: translateX(3px);
	/* 悬浮时箭头微动 */
}

/* 右侧图片区 */
.about-img-wrap {
	width: 50%;
	padding: 0 40px 40px 20px;
	/* 右侧和底部留白 */
}

.about-img-inner {
	position: relative;
	margin-top: -40px;
	/* 大幅度向上突破，伸入深色背景区 */
	border: 4px solid;
	border-image-source: linear-gradient(to bottom, #fff, var(--theme-palette-color-1));
	border-image-slice: 1;
	/* 浅蓝色边框 */
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* 播放按钮 */
.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background-color: var(--theme-palette-color-1);
	border: 3px solid var(--ruy-home-wz-white);
	border-radius: 50%;
	color: var(--ruy-home-wz-white);
	cursor: pointer;
	z-index: 2;
}

.play-btn svg {
	width: 30px;
	height: 30px;
}

.play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

/* ==================================================
   底部数据统计区
================================================== */
.about-stats {
	list-style: none;
	margin: 0;
	padding-top: 40px;
	width: 100%;
}

.stat-item {
	/* 	width: 25%; */
	text-align: center;
}

.stat-icon {
	width: 70px;
	height: 70px;
	background-color: #edf1f7;
	color: var(--ruy-home-wz-navy);
	border-radius: 12px;
	margin-bottom: 20px;
}

.stat-icon svg {
	width: 32px;
	height: 32px;
}

.stat-num {
	font-size: 3rem;
	font-weight: 700;
	color: var(--ruy-home-wz-ink);
	line-height: 1;
	margin-bottom: 10px;
}

.stat-num span:last-child {
	font-size: 1.5rem;
	color: var(--ruy-home-wz-navy);
	vertical-align: super;
	/* 加号上标效果 */
}

.stat-label {
	font-size: 1.15rem;
	color: var(--ruy-home-wz-navy);
	font-weight: 500;
	text-transform: capitalize;
}

/* ==================================================
   响应式适配 (平板 & 手机)
================================================== */
@media (max-width: 1024px) {
	.about-card {
		flex-direction: column;
	}

	.about-text-wrap,
	.about-img-wrap {
		width: 100%;
	}

	.about-img-wrap {
		padding: 0 20px 20px 20px;
	}

	.about-img-inner {
		margin-top: 0;
		/* 平板端取消向上突破，避免遮挡 */
	}

	.about-text-wrap {
		padding: 100px 30px 40px 30px;
	}

	.stat-item {
		width: 50%;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.about-badge {
		border-radius: 0 0 30px 0;
		/* 手机端贴紧左上角 */
	}

	.about-title {
		font-size: 2rem;
	}
}

/* 基础区块设置 */
.ruy-case-section {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* 背景图片组容器 */
.case-bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* 单个背景图片：默认透明度为0 */
.case-bg-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 确保图片铺满不变形 */
	opacity: 0;
	visibility: hidden;
	z-index: 1; /* 默认层级 */
}

.case-bg-item.active {
	opacity: 1;
	visibility: visible;
	z-index: 2; /* 确保当前激活的图片层级最高，盖住其他图片 */
}

/* 渐变遮罩层：确保文字可读性 */
.case-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 27, 57, 0.45) 0%, rgba(0, 27, 57, 0.2) 100%);
	z-index: 2;
}

/* 内容容器 */
.case-container {
	position: relative;
	z-index: 3;
	padding: 100px 0 0;
	/* 顶部留白 */
	flex: 1;
}

/* --- 上半部分：文字 --- */
.case-text-wrap {
	max-width: 700px;
	color: var(--ruy-home-wz-white);
	margin-bottom: 60px;
}

.case-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px 0;
	position: relative;
	padding-bottom: 15px;
}

/* 标题下方的小白线 */
.case-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: var(--ruy-home-wz-white);
}

.case-desc {
	font-size: 1rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}

/* --- 下半部分：选项卡 --- */
.case-tabs {
	list-style: none;
	margin: 0 0 7vw 0 !important;
	padding: 0;
	background-color: var(--ruy-home-wz-white);
	border-radius: 8px;
	box-shadow: var(--ruy-home-wz-shadow);
	overflow: hidden;
}

.tab-item {
	padding: 35px 20px;
	text-align: center;
	cursor: pointer;
	color: var(--ruy-home-wz-ink);
	border-right: 1px solid var(--ruy-home-wz-line);
}

.tab-item:last-child {
	border-right: none;
}

/* 图标样式 */
.tab-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
	color: var(--ruy-home-wz-sky);
	/* 默认图标颜色 */
	transition: color 0.3s ease;
}

.tab-icon svg {
	width: 100%;
	height: 100%;
}
.tab-icon img{
transition: filter 0.3s ease;
	
}


.tab-item p {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.4;
}

/* 激活状态 (Hover) */
.tab-item.active,
.tab-item:hover {
	background-color: var(--ruy-home-wz-navy);
	color: var(--ruy-home-wz-white);
}

.tab-item.active .tab-icon,
.tab-item:hover .tab-icon {
	color: var(--ruy-home-wz-white);
	/* 悬浮/激活时图标变白 */
}
.tab-item.active .tab-icon img,
.tab-item:hover .tab-icon img{
	 filter: brightness(0) invert(1)
}

/* 响应式适配 */
@media (max-width: 1024px) {
	.case-tabs {
		flex-wrap: wrap;
		/* 平板允许换行 */
	}

	.tab-item {
		flex: 0 0 33.333%;
		border-bottom: 1px solid var(--ruy-home-wz-line);
	}
}

@media (max-width: 768px) {
	.case-title {
		font-size: 2.2rem;
	}

	.tab-item {
		flex: 0 0 50%;
	}
}


/* 基础区块设置 */
.ruy-strength-section {
	position: relative;
	padding: 100px 0;
	background-color: var(--ruy-home-wz-white);
}

.ruy-strength-section .ruy-str-bg {
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0.08;
	transform: translateY(-50%);
}

.ruy-container {
	gap: 60px;
}

/* --- 左侧文本区 --- */
.ruy-strength-text {
	width: 38%;
	flex-shrink: 0;
}

.st-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--ruy-home-wz-navy);
	/* 使用您的海军蓝变量 */
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

.st-desc {
	font-size: 1.05rem;
	color: var(--ruy-home-wz-ink);
	/* 使用您的墨色变量 */
	line-height: 1.8;
	margin: 0 0 40px 0;
}

/* 胶囊按钮样式 */
.st-btn {
	display: inline-block;
	padding: 14px 35px;
	border: 1px solid var(--ruy-home-wz-navy);
	color: var(--ruy-home-wz-navy);
	border-radius: 50px;
	/* 胶囊形状 */
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	background-color: transparent;
}

.st-btn:hover {
	background-color: var(--ruy-home-wz-navy);
	color: var(--ruy-home-wz-white);
	box-shadow: var(--ruy-home-wz-shadow);
}

/* --- 右侧图片错落网格区 --- */
.ruy-strength-grid {
	flex: 1;
	gap: 30px;
	/* 两列之间的间距 */
}

/* 单列设置 */
.st-col {
	flex: 1;
	/* 两列平分宽度 */
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 30px;
	/* 列内上下图片的间距 */
}

/* 左侧列向下偏移，制造错落感 */
.st-col-shift {
	margin-top: 80px;
}

/* 单个图片项目 */
.st-item {
	width: 100%;
}

/* 图片圆角处理 */
.st-radius {
	border-radius: 12px;
	/* 配合您的 pic 类，overflow: hidden 已经在您的基础类中写了，这里圆角能完美生效 */
}

/* 图片下方标题 */
.st-item-title {
	font-size: 1rem;
	color: var(--ruy-home-wz-navy);
	margin: 15px 0 0 0;
	font-weight: 500;
}

/* --- 响应式适配 --- */
@media (max-width: 1024px) {
	.ruy-container {
		flex-direction: column;
		/* 改为上下排列 */
		align-items: center;
	}

	.ruy-strength-text {
		width: 100%;
		text-align: center;
		align-items: center;
		/* 让按钮也居中 */
	}

	.ruy-strength-grid {
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.st-col-shift {
		margin-top: 40px;
		/* 手机端减小错落落差 */
	}

	.ruy-strength-grid {
		gap: 15px;
	}

	.st-col {
		gap: 15px;
	}

	.st-title {
		font-size: 2rem;
	}
}

@media (max-width: 576px) {

	/* 极小屏幕下取消错落，改为单列 */
	.ruy-strength-grid {
		flex-direction: column;
	}

	.st-col-shift {
		margin-top: 0;
	}
}


/* 伙伴 */
/* 基础区块设置 */
.ruy-bp-section {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-image: url('/wp-content/uploads/2026/08/ind-parner.webp');
	background-size: cover;
	background-position: center;
	color: var(--ruy-home-wz-white);
	overflow: hidden;
}

.ruy-bp-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 压暗背景，确保文字清晰 */
	background: linear-gradient(90deg, rgba(30, 30, 30, 0.7) 0%, rgba(40, 40, 40, 0.1) 100%);
	z-index: 1;
}

.ruy-bp-container {
	position: relative;
	z-index: 2;
	gap: 50px;
}

/* 左侧文字区 */
.ruy-bp-content {
	width: 35%;
	/* 限制左侧宽度，右侧由 flex-1 自动撑开 */
	flex-shrink: 0;
}

.bp-title {
	font-size: 2.8rem;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height: 1.5;
	color: #fff;
}

.bp-subtitle,
.bp-desc {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	line-height: 1.6;
}

.bp-spacer {
	height: 60px;
}

.bp-desc {
	margin-bottom: 30px;
}

.bp-btn {
	display: inline-block;
	padding: 12px 35px;
	border: 1px solid var(--ruy-home-wz-white);
	color: var(--ruy-home-wz-white);
	text-decoration: none;
	font-size: 1rem;
	background: transparent;
}

.bp-btn:hover {
	background: var(--ruy-home-wz-white);
	color: var(--ruy-home-wz-deep);
	/* 悬浮时使用您的深色变量 */
}

/* 右侧 Logo 列表 */
.ruy-bp-logos {
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 15px;
	/* 利用 gap 控制间距 */
}

.ruy-bp-logos li {
	/* 4列布局：减去 gap 的宽度 */
	width: calc(25% - 11.25px);
	background-color: var(--ruy-home-wz-white);
}

.ruy-bp-logos li:hover {
	box-shadow: var(--ruy-home-wz-shadow);
	/* 使用您的阴影变量 */
	transform: translateY(-3px);
}

.ruy-bp-logos .pic {
	width: 100%;
	aspect-ratio: 2.2 / 1;
	/* 保持 Logo 框的长宽比 */
	padding: 15px 20px;
	box-sizing: border-box;
}

.ruy-bp-logos .pic img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	/* 保证 Logo 完整显示 */
	/* 悬浮放大效果已由您的全局 CSS `li:hover *[class*="pic"]>img` 接管 */
}

/* 响应式适配 */
@media (max-width: 1024px) {
	.ruy-bp-container {
		flex-direction: column;
		/* 覆盖 f-dr */
	}

	.ruy-bp-content {
		width: 100%;
		align-items: center;
		/* 覆盖 f-as */
		text-align: center;
	}

	.ruy-bp-logos li {
		width: calc(33.333% - 10px);
		/* 平板 3 列 */
	}
}

@media (max-width: 768px) {
	.bp-title {
		font-size: 2.2rem;
	}

	.ruy-bp-logos li {
		width: calc(50% - 7.5px);
		/* 手机 2 列 */
	}
}

/* 实力 */
.ruy-home-wz-core {
	padding: 80px 0;
	background-color: #f9f9f9;
}

.ruy-home-wz-core .ruy-home-wz-heading h2 {
	font-size: 42px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	text-align: center
}

.ruy-home-wz-core .ruy-home-wz-section-index {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #000;
}

.ruy-home-wz-core .ruy-home-wz-heading>p:not(.ruy-home-wz-section-index) {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.55;
	color: #000;
	text-align: center;
}

/* 替换为这段 (正确的) */
.ruy-home-wz-core-grid {
	--ruy-home-wz-core-ease: cubic-bezier(.22, 1, .36, 1);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 修改：默认 4 个等宽 */
	gap: 0;
	min-height: 556px;
	margin-top: 46px;
	transition: grid-template-columns .42s var(--ruy-home-wz-core-ease);
}

/* 新增：当第 1 个激活时，第 1 个变宽 */
.ruy-home-wz-core-grid:has(.ruy-home-wz-core-item:nth-child(1).is-active) {
	grid-template-columns: 1.28fr .91fr .91fr .91fr
}

.ruy-home-wz-core-grid:has(.ruy-home-wz-core-item:nth-child(2).is-active) {
	grid-template-columns: .91fr 1.28fr .91fr .91fr
}

.ruy-home-wz-core-grid:has(.ruy-home-wz-core-item:nth-child(3).is-active) {
	grid-template-columns: .91fr .91fr 1.28fr .91fr
}

.ruy-home-wz-core-grid:has(.ruy-home-wz-core-item:nth-child(4).is-active) {
	grid-template-columns: .91fr .91fr .91fr 1.28fr
}

.ruy-home-wz-core-item {
	position: relative;
	display: block;
	min-width: 0;
	min-height: 556px;
	padding: 58px 26px 42px;
	overflow: hidden;
	border-right: 1px solid var(--theme-palette-color-1)36;
	background: #fff;
	color: var(--theme-palette-color-1);
	cursor: pointer;
	outline-offset: 7px;
	transition: color .3s var(--ruy-home-wz-core-ease), border-color .3s var(--ruy-home-wz-core-ease), transform .42s var(--ruy-home-wz-core-ease);
}

.ruy-home-wz-core-grid>article.ruy-home-wz-core-item {
	padding: 57px 26px 42px
}

.ruy-home-wz-core-item:last-child {
	border-right: 0
}

.ruy-home-wz-core-item>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.045);
	transition: opacity .3s var(--ruy-home-wz-core-ease), transform .55s var(--ruy-home-wz-core-ease)
}

.ruy-home-wz-core-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .13) 42%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	transition: opacity .3s var(--ruy-home-wz-core-ease)
}

.ruy-home-wz-core-icon {
	position: relative;
	z-index: 1;
	display: block;
	width: 56px;
	height: 56px;
	color: var(--theme-palette-color-1);
	transition: color .3s var(--ruy-home-wz-core-ease), transform .42s var(--ruy-home-wz-core-ease)
}

.ruy-home-wz-core-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.7;
	stroke-linecap: round;
	stroke-linejoin: round
}

/* 优化 2：让未激活时的文字稍微靠下一点点，产生上浮的呼吸感 */
.ruy-home-wz-core-detail {
	position: relative;
	z-index: 1;
	margin-top: 86px;
	transform: translateY(15px);
	/* 新增：默认稍微靠下 */
	transition: transform .42s var(--ruy-home-wz-core-ease);
}

/* 激活时，文字上浮回原位，配合颜色渐变，非常丝滑 */
.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail {
	margin-top: 86px;
	transform: translateY(0);
	/* 新增：激活时归位 */
}

/* 优化 1：给文字和下划线加上平滑的颜色过渡 */
.ruy-home-wz-core-detail h3 {
	position: relative;
	margin: 0 0 20px !important;
	padding-bottom: 20px;
	font-size: 24px !important;
	line-height: 1.25 !important;
	color: #000 !important;
	font-weight: 600;
	transition: color .42s var(--ruy-home-wz-core-ease);
	height: 2.5em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ruy-home-wz-core-detail p {
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
	color: #000 !important;
	text-wrap: pretty;
	text-transform: capitalize;
	transition: color .42s var(--ruy-home-wz-core-ease);
	/* 新增 */
}

.ruy-home-wz-core-item.is-active {
	border-right-color: transparent;
	color: #fff
}

.ruy-home-wz-core-item.is-active>img {
	opacity: 1;
	transform: scale(1)
}

.ruy-home-wz-core-item.is-active::after {
	opacity: 1
}

.ruy-home-wz-core-item.is-active .ruy-home-wz-core-icon {
	color: #fff;
	transform: translateY(1px)
}

.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail {
	margin-top: 86px
}

.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail h3 {
	color: #fff !important
}

.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail h3::after {
	background: rgba(255, 255, 255, .62)
}

.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail p {
	color: #fff !important
}

.ruy-home-wz-core-item:focus-visible {
	outline: 3px solid var(--theme-palette-color-1)
}

@media (max-width: 1440px) {
	.ruy-home-wz-core {
		padding-top: 44px
	}

	.ruy-home-wz-core .ruy-home-wz-heading h2 {
		font-size: 44px
	}

	.ruy-home-wz-core .ruy-home-wz-section-index {
		font-size: 16px
	}

	.ruy-home-wz-core-grid {
		min-height: 510px;
		margin-top: 35px
	}

	.ruy-home-wz-core-grid>article.ruy-home-wz-core-item {
		min-height: 510px;
		padding: 59px 22px 36px
	}

	.ruy-home-wz-core-detail {
		margin-top: 77px
	}

	.ruy-home-wz-core-detail h3 {
		font-size: 21px !important
	}

	.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail {
		margin-top: 77px
	}
}

@media (max-width: 900px) {
	.ruy-home-wz-core {
		padding: 82px 0
	}

	.ruy-home-wz-core .ruy-home-wz-heading h2 {
		font-size: 36px
	}

	.ruy-home-wz-core .ruy-home-wz-heading>p:not(.ruy-home-wz-section-index) {
		font-size: 16px
	}

	.ruy-home-wz-core-grid,
	.ruy-home-wz-core-grid:has(.ruy-home-wz-core-item.is-active) {
		grid-template-columns: 1fr 1fr;
		min-height: 0;
		margin-top: 38px
	}

	.ruy-home-wz-core-item {
		min-height: 420px;
		padding: 78px 22px 30px;
		border-bottom: 1px solid #cbd4dc
	}

	.ruy-home-wz-core-item:nth-child(2n) {
		border-right: 0
	}

	.ruy-home-wz-core-detail,
	.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail {
		margin-top: 54px
	}

	.ruy-home-wz-core-item.is-active {
		border-radius: 14px
	}
}

@media (max-width: 580px) {
	.ruy-home-wz-core .ruy-home-wz-heading h2 {
		font-size: 30px
	}

	.ruy-home-wz-core .ruy-home-wz-heading>p:not(.ruy-home-wz-section-index) {
		font-size: 16px
	}

	.ruy-home-wz-core-grid,
	.ruy-home-wz-core-grid:has(.ruy-home-wz-core-item.is-active) {
		grid-template-columns: 1fr
	}

	.ruy-home-wz-core-item {
		min-height: 330px;
		padding: 46px 22px 26px;
		border-right: 0
	}

	.ruy-home-wz-core-icon {
		width: 55px;
		height: 55px
	}

	.ruy-home-wz-core-detail,
	.ruy-home-wz-core-item.is-active .ruy-home-wz-core-detail {
		margin-top: 39px
	}

	.ruy-home-wz-core-detail h3 {
		font-size: 21px !important
	}

	.ruy-home-wz-core-item.is-active {
		border-radius: 12px
	}
}

@media (prefers-reduced-motion:reduce) {

	.ruy-home-wz-core-grid,
	.ruy-home-wz-core-item,
	.ruy-home-wz-core-item>img,
	.ruy-home-wz-core-item::after,
	.ruy-home-wz-core-icon,
	.ruy-home-wz-core-detail {
		transition: none !important
	}
}

.ind-energy-app {
	width: 100%;
	padding: 80px 0 100px;
	background-color: #f9f9f9;
}

.ind-energy-app-head {
	text-align: center;
	margin-bottom: 50px;
}

.ind-energy-app-head h2 {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.ind-energy-app-head p {
	color: #353535;
	font-size: 18px;
	text-transform: capitalize;
}

/* 核心主体：阴影包裹，Flex 1:1 布局 */
.ind-energy-app-body {
	display: flex;
	background: #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	overflow: hidden;
	/* 保证圆角不被内部元素破坏 */
}

/* --- 左侧选项卡 --- */
.ind-energy-app-tabs {
	width: 35%;
	display: flex;
	flex-direction: column;
}

.ind-energy-app-tab {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 20px 40px;
	background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ind-energy-app-tab:last-child {
	border-bottom: none;
}

.ind-energy-app-tab .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ind-energy-app-tab .icon img {
	max-width: 100%;
	max-height: 100%;
	transition: filter 0.3s ease;
}

.ind-energy-app-tab h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 1.4;
	margin: 0;
	max-width: 250px;
	margin-left: 20px;
}

.ind-energy-app-tab .num {
	margin-left: auto;
	font-size: 48px;
	font-weight: 300;
	color: #e0e0e0;
	transition: all 0.3s ease;
}

/* 左侧激活状态 (悬停或选中) */
.ind-energy-app-tab.active {
	background: var(--theme-palette-color-1);
	border-bottom-color: var(--theme-palette-color-1);
}

.ind-energy-app-tab.active .icon img{
	filter: brightness(0) invert(1);
}

.ind-energy-app-tab.active h3 {
	color: #ffffff;
}

.ind-energy-app-tab.active .num {
	color: #ffffff;
	opacity: 0.9;
}

/* 小技巧：如果你的 icon 是黑色的 SVG/PNG，激活时自动反转成白色 */
.ind-energy-app-tab.active .icon svg {
	filter: brightness(0) invert(1);
}

/* --- 右侧内容区 --- */
.ind-energy-app-contents {
	width: 65%;
	position: relative;
	background: #f8f8f8;
	min-height: 500px;
	/* 确保右侧有足够高度 */
}

.ind-energy-app-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	z-index: 1;
}

/* 右侧激活状态 */
.ind-energy-app-content.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.ind-energy-app-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 底部深灰色半透明文本框 */
.ind-energy-app-content .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(90, 90, 90, 0.9);
	/* 对应设计图的深灰底色 */
	padding: 30px 40px;
	box-sizing: border-box;
}

.ind-energy-app-content .desc p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	text-transform: capitalize;
}

/* --- 响应式适配 --- */
@media (max-width: 1024px) {
	.ind-energy-app-body {
		flex-direction: column;
	}

	.ind-energy-app-tabs,
	.ind-energy-app-contents {
		width: 100%;
	}

	.ind-energy-app-contents {
		height: 500px;
		/* 平板/手机端给右侧固定高度 */
	}
}

@media (max-width: 768px) {
	.ind-energy-app-tab {
		padding: 20px;
	}

	.ind-energy-app-tab h3 {
		font-size: 14px;
	}

	.ind-energy-app-tab .num {
		font-size: 36px;
	}

	.ind-energy-app-content .desc {
		padding: 20px;
	}
}


/* 新闻 s*/
/* =========================================================
   Latest News & Tips
========================================================= */

.ruy-home-wz-news {
	position: relative;
	overflow: hidden;
	padding: 96px 0 94px;
	background: #1024a4;
}

/* 背景图您自己替换 */
.ruy-home-wz-news-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('/wp-content/uploads/2026/08/testing.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.ruy-home-wz-news-container {
	position: relative;
	z-index: 1;
}

/* ---------- 顶部标题 ---------- */

.ruy-home-wz-news-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}

.ruy-home-wz-news-head h2 {
	font-size: 42px;
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: -.02em;
	color: #fff;
	text-transform: uppercase;
}

/* 顶部 View More */
.ruy-home-wz-news-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 134px;
	height: 37px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(3, 27, 67, .86);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .16);
}

.ruy-home-wz-news-more i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	font-style: normal;
	transform: translateY(-1px);
}

.ruy-home-wz-news-more:hover {
	background: #063f83;
	color: #fff;
}

/* ---------- 新闻列表 ---------- */

.ruy-home-wz-news-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

/* ---------- 新闻卡片 ---------- */

.ruy-home-wz-news-card {
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(0, 13, 68, .22);
}

.ruy-home-wz-news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 56px rgba(0, 13, 68, .32);
}

/* 图片区域：比例由 rect-65 控制 */
.ruy-home-wz-news-img {
	background: #e9eef5;
}

/* 因为您的基础 ._full 已经写了 object-fit: cover，这里只补 position */
.ruy-home-wz-news-img ._full {
	object-position: center center;
}

.ruy-home-wz-news-card:hover .ruy-home-wz-news-img ._full {
	transform: scale(1.06);
}

/* ---------- 内容区域 ---------- */

.ruy-home-wz-news-body {
	min-height: 290px;
	padding: 35px 31px 30px;
	background: #fff;
}

.ruy-home-wz-news-date {
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .02em;
	color: var(--theme-palette-color-1);
	text-transform: uppercase;
}

.ruy-home-wz-news-body h3 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 800;
	color: #000;
	text-transform: capitalize;
}

.ruy-home-wz-news-body h3 a {
	color: inherit;
}

.ruy-home-wz-news-body h3 a:hover {
	color: var(--theme-palette-color-1);
}

.ruy-home-wz-news-body p {
	margin: 29px 0 31px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #353535;
	height: 4.5em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 卡片按钮 */
.ruy-home-wz-news-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 39px;
	min-width: 100px;
	padding: 0 20px;
	border-radius: 999px;
	background: #043b78;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.ruy-home-wz-news-btn:hover {
	background: #0752a0;
	color: #fff;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1440px) {
	.ruy-home-wz-news {
		padding: 78px 0 80px;
	}

	.ruy-home-wz-news-container {
		width: min(1320px, calc(100% - 88px));
	}

	.ruy-home-wz-news-head {
		margin-bottom: 46px;
	}

	.ruy-home-wz-news-head h2 {
		font-size: 34px;
	}

	.ruy-home-wz-news-list {
		gap: 28px;
	}

	.ruy-home-wz-news-body {
		min-height: 250px;
		padding: 27px 25px 25px;
	}

	.ruy-home-wz-news-body h3 {
		min-height: 52px;
		font-size: 14px;
	}

	.ruy-home-wz-news-body p {
		min-height: 58px;
		margin: 23px 0 28px;
		font-size: 11px;
	}

	.ruy-home-wz-news-date {
		margin-bottom: 14px;
		font-size: 10px;
	}

	.ruy-home-wz-news-btn {
		height: 34px;
		min-width: 86px;
		font-size: 11px;
	}
}

@media (max-width: 1200px) {
	.ruy-home-wz-news-container {
		width: calc(100% - 64px);
	}

	.ruy-home-wz-news-list {
		gap: 22px;
	}

	.ruy-home-wz-news-body {
		padding: 24px 22px;
	}
}

@media (max-width: 900px) {
	.ruy-home-wz-news {
		padding: 66px 0 70px;
	}

	.ruy-home-wz-news-container {
		width: calc(100% - 42px);
	}

	.ruy-home-wz-news-head {
		align-items: flex-start;
		gap: 22px;
		margin-bottom: 34px;
	}

	.ruy-home-wz-news-head h2 {
		font-size: 30px;
	}

	.ruy-home-wz-news-more {
		flex: 0 0 auto;
		min-width: 116px;
		height: 34px;
		font-size: 12px;
	}

	.ruy-home-wz-news-list {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.ruy-home-wz-news-card {
		border-radius: 13px;
	}

	.ruy-home-wz-news-body {
		min-height: auto;
		padding: 28px 26px 28px;
	}

	.ruy-home-wz-news-body h3 {
		min-height: auto;
		font-size: 16px;
	}

	.ruy-home-wz-news-body p {
		min-height: auto;
		margin: 20px 0 24px;
		font-size: 12px;
	}
}

@media (max-width: 580px) {
	.ruy-home-wz-news {
		padding: 54px 0 58px;
	}

	.ruy-home-wz-news-container {
		width: calc(100% - 32px);
	}

	.ruy-home-wz-news-head {
		display: block;
		margin-bottom: 28px;
	}

	.ruy-home-wz-news-head h2 {
		font-size: 26px;
		line-height: 1.18;
	}

	.ruy-home-wz-news-more {
		margin-top: 18px;
		min-width: 108px;
		height: 32px;
	}

	.ruy-home-wz-news-list {
		gap: 22px;
	}

	.ruy-home-wz-news-body {
		padding: 24px 22px 25px;
	}

	.ruy-home-wz-news-date {
		font-size: 10px;
	}

	.ruy-home-wz-news-body h3 {
		font-size: 15px;
		line-height: 1.5;
	}

	.ruy-home-wz-news-body p {
		font-size: 12px;
		line-height: 1.65;
	}

	.ruy-home-wz-news-btn {
		height: 34px;
		min-width: 86px;
		font-size: 11px;
	}
}

/* 新闻 e*/

/* 内页关于 */
/* 关于我们 */
.ny-ab-wz-section {
	/* 修复了这里漏掉的点 */
	background-color: #ffffff;
	padding: 100px 0 50px;
	background: transparent url('/wp-content/uploads/2026/08/bg-contacts.png') no-repeat center;
}


/* --- 顶部文本区 --- */
.ny-ab-wz-content {
	max-width: 100%;
	margin-bottom: 80px;
}

.ny-ab-wz-title {
	font-size: 42px;
	font-weight: 900;
	color: #000000;
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: -0.5px;
}

.ny-ab-wz-desc {
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 20px;
}

.ny-ab-wz-desc:last-child {
	margin-bottom: 0;
}

/* 文化 */
.ny-hero-wrapper {
	position: relative;
	width: 100%;
	margin-top: 5vw;
}

.ny-hero-banner {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%),
		url('/wp-content/uploads/2026/08/cul-ny.webp');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/* Banner 高度，预留了底部卡片悬浮的空间 */
	min-height: 600px;
	display: flex;
	align-items: center;
}

.ny-hero-container {
	/* 向上微调，给底部的悬浮卡片让出视觉空间 */
	transform: translateY(-60px);
}

.ny-hero-text-box {
	max-width: 800px;
	/* 控制左侧文字的最大宽度 */
	color: #ffffff;
}

.ny-hero-title {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 24px 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.ny-hero-desc {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	text-transform: capitalize;
}

/* =========================================
       2. 悬浮卡片区域 (紧跟在 Banner 内部或下方)
       ========================================= */
.ny-features-section {
	position: relative;
	z-index: 10;
	/* 核心：负边距让卡片向上覆盖到 Banner 上 */
	margin-top: -60px;
	padding: 0 20px 60px;
}

.ny-features-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.ny-features-card {
	background-color: #ffffff;
	border-radius: 24px;
	padding: 40px 30px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ny-features-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.ny-features-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-palette-color-1);
}

.ny-features-icon svg {
	width: 100%;
	height: 100%;
	fill: var(--theme-palette-color-1);
}

.ny-features-title {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px 0;
	line-height: 1.3;
}

.ny-features-desc {
	font-size: 15px;
	color: #000;
	line-height: 1.6;
	margin: 0;
}

/* =========================================
       3. 响应式适配
       ========================================= */
@media (max-width: 1200px) {
	.ny-hero-title {
		font-size: 40px;
	}

	.ny-hero-desc {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.ny-hero-banner {
		min-height: 600px;
	}

	.ny-features-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ny-features-section {
		margin-top: -100px;
	}
}

@media (max-width: 600px) {
	.ny-hero-banner {
		min-height: 500px;
		padding-top: 60px;
	}

	.ny-hero-title {
		font-size: 32px;
	}

	.ny-hero-container {
		transform: translateY(-40px);
	}

	.ny-features-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ny-features-section {
		margin-top: -60px;
	}

	.ny-features-card {
		padding: 30px 24px;
	}
}

/* 实力 */
.ny-factory-section {
	padding: 80px 0;
	background-color: #ffffff;
	color: #000;
}

.ny-factory-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: flex-start;
}

/* =========================================
       2. 左侧：画廊与信任背书 (取消固定悬浮)
       ========================================= */
.ny-gallery-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ny-gallery-main {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 12px;
	background-color: #f5f5f5;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.ny-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease;
}

.ny-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px;
}

.ny-gallery-thumbs img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
	opacity: 0.6;
}

.ny-gallery-thumbs img:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.ny-gallery-thumbs img.active {
	opacity: 1;
	border-color: var(--theme-palette-color-1);
	box-shadow: 0 4px 12px rgba(241, 38, 38, 0.1);
}

/* 左侧底部的信任背书/资质栏 */
.ny-gallery-trust {
	display: flex;
	justify-content: space-between;
	background-color: #fffcfc;
	padding: 16px 20px;
	border-radius: 8px;
	margin-top: 8px;
	border: 1px solid #eaeaea;
}

.ny-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
}

.ny-trust-item svg {
	width: 24px;
	height: 24px;
	fill: var(--theme-palette-color-1);
}

/* =========================================
       3. 右侧：文本排版
       ========================================= */
.ny-factory-info {
	display: flex;
	flex-direction: column;
}

.ny-factory-title {
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 32px 0;
	/* 加大标题底边距，因为去掉了信息盒子 */
	line-height: 1.25;
}

.ny-factory-title span {
	color: var(--theme-palette-color-1);
}

.ny-section-title {
	font-size: 24px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.ny-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.ny-feature-list li {
	font-size: 16px;
	color: #353535;
	line-height: 1.5;
	margin-bottom: 16px;
	position: relative;
	padding-left: 32px;
}

.ny-feature-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23002e61'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1.177-7.86l-2.765-2.767L6.643 12.8l4.18 4.18 8.461-8.462-1.414-1.414-7.047 7.046z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

.ny-feature-list strong {
	color: #1a1a1a;
	font-weight: 600;
	margin-right: 4px;
}

/* =========================================
       4. 响应式布局
       ========================================= */
@media (max-width: 1024px) {
	.ny-factory-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ny-gallery-main {
		aspect-ratio: 16 / 9;
	}

	.ny-gallery-trust {
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 600px) {
	.ny-factory-section {
		padding: 50px 20px;
	}

	.ny-factory-title {
		font-size: 26px;
	}

	.ny-gallery-thumbs {
		gap: 8px;
	}
}

/* ================================
   RUY Certifications Section
================================ */
.ruy-cert-section {
	background: #e9edf2;
	padding: 72px 0 76px;
	overflow: hidden;
}

/* Header */
.ruy-cert-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 36px;
}

.ruy-cert-title-box {
	max-width: 760px;
}

.ruy-cert-title {
	margin: 0 0 12px;
	font-size: 38px;
	line-height: 1.16;
	font-weight: 800;
	letter-spacing: -0.8px;
	color: #000;
}

.ruy-cert-title span {
	color: var(--theme-palette-color-1);
}

.ruy-cert-desc {
	max-width: 720px;
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 500;
	color: #6f7c87;
}

/* Arrows */
.ruy-cert-arrows {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 24px;
}

.ruy-cert-arrow {
	width: 42px;
	height: 42px;
	border: none;
	border-radius: 50%;
	background: #f4f5f5;
	color: #6c737a;
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
}

.ruy-cert-arrow:hover {
	background: var(--theme-palette-color-1);
	color: #ffffff;
}

/* Grid */
.ruy-cert-grid {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.ruy-cert-grid::-webkit-scrollbar {
	display: none;
}

/* Card */
.ruy-cert-card {
	background: #fff;
	border-radius: 8px;
	padding: 24px 22px 22px;
	text-align: center;
	transition: all 0.28s ease;
	flex: 0 0 calc((100% - 72px) / 4);
}

.ruy-cert-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 34px rgba(0, 46, 97, 0.08);
}

/* Image box */
.ruy-cert-img-box {
	width: 100%;
	/*     aspect-ratio: 0.78 / 1; */
	background: #ffffff;
	border-radius: 2px;
	/*     padding: 22px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.ruy-cert-img-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* Certificate name */
.ruy-cert-name {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 800;
	color: #102434;
}

/* Responsive */
@media (max-width: 1024px) {
	.ruy-cert-section {
		padding: 60px 0;
	}

	.ruy-cert-title {
		font-size: 32px;
	}

	.ruy-cert-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.ruy-cert-section {
		padding: 48px 0;
	}

	.ruy-cert-head {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 28px;
	}

	.ruy-cert-title {
		font-size: 28px;
	}

	.ruy-cert-desc {
		font-size: 14px;
	}

	.ruy-cert-arrows {
		display: none;
	}

	.ruy-cert-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ruy-cert-card {
		padding: 20px;
	}
}

/* ================================
   RUY Factory Environment Section
================================ */

.ruy-factory-env-section {
	background: #ffffff;
	padding: 78px 0 76px;
	overflow: hidden;
}

/* Header */
.ruy-factory-env-head {
	margin-bottom: 34px;
}

.ruy-factory-env-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding-left: 36px;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: 0.4px;
	color: #0b4c9c;
	text-transform: uppercase;
}

.ruy-factory-env-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 26px;
	height: 1px;
	background: #f28b20;
	transform: translateY(-50%);
}

.ruy-factory-env-title {
	max-width: 60%;
	margin: 0 0 16px;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -1px;
	color: #0b1f33;
}

.ruy-factory-env-desc {
	max-width: 1080px;
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	font-weight: 500;
	color: #5f6f7f;
}

/* Gallery Layout */
.ruy-factory-env-gallery {
	display: grid;
	grid-template-columns: 1.08fr 1fr;
	gap: 18px;
	align-items: stretch;
}

.ruy-factory-env-main,
.ruy-factory-env-item {
	position: relative;
	overflow: hidden;
	border-radius: 9px;
	background: #f2f4f6;
}

.ruy-factory-env-main {
	min-height: 380px;
}

.ruy-factory-env-side {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.ruy-factory-env-item {
	min-height: 181px;
}

.ruy-factory-env-main img,
.ruy-factory-env-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.ruy-factory-env-main:hover img,
.ruy-factory-env-item:hover img {
	transform: scale(1.045);
}

/* Responsive */
@media (max-width: 1024px) {
	.ruy-factory-env-section {
		padding: 64px 0;
	}

	.ruy-factory-env-title {
		font-size: 34px;
	}

	.ruy-factory-env-gallery {
		grid-template-columns: 1fr;
	}

	.ruy-factory-env-main {
		min-height: 360px;
	}

	.ruy-factory-env-item {
		min-height: 210px;
	}
}

@media (max-width: 767px) {
	.ruy-factory-env-section {
		padding: 48px 0;
	}

	.ruy-factory-env-label {
		font-size: 12px;
		padding-left: 32px;
	}

	.ruy-factory-env-label::before {
		width: 22px;
	}

	.ruy-factory-env-title {
		font-size: 28px;
		letter-spacing: -0.5px;
	}

	.ruy-factory-env-desc {
		font-size: 14px;
		line-height: 1.7;
	}

	.ruy-factory-env-gallery {
		gap: 14px;
	}

	.ruy-factory-env-main {
		min-height: 240px;
		border-radius: 8px;
	}

	.ruy-factory-env-side {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ruy-factory-env-item {
		min-height: 210px;
		border-radius: 8px;
	}
}


/* 内页产品 */
.ruy-category-section {
	padding-bottom: 5vw;
}

.ruy-category-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.ruy-category-card {
	position: relative;
	min-height: 600px;
	background: #ffffff;
	border-radius: 8px;
	padding: 48px 34px 34px;
	box-shadow: 0 8px 18px rgba(20, 32, 50, 0.12);
	overflow: hidden;
	text-align: center;
	transition: all 0.35s ease;
}

.ruy-category-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(20, 32, 50, 0.18);
}

.ruy-category-content {
	position: relative;
	z-index: 2;
}

.ruy-category-title {
	margin: 0;
	color: var(--theme-palette-color-1);
	font-size: 28px;
	line-height: 1.5;
	font-weight: 500;
	transition: all 0.35s ease;
}

.ruy-category-desc {
	margin: 14px auto 0;
	color: #000;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
	opacity: 0;
	text-transform: capitalize;
	visibility: hidden;
	transform: translateY(-8px);
	transition: all 0.35s ease;
}

.ruy-category-image {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 78%;
	transform: translate(-50%, -36%);
	z-index: 1;
	transition: all 0.35s ease;
}

.ruy-category-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.ruy-category-btn {
	position: absolute;
	left: 50%;
	bottom: 42px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 999px;
	background: #002b5c;
	color: #ffffff;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 12px);
	transition: all 0.35s ease;
}

.ruy-category-btn:hover {
	background: #00417f;
	color: #ffffff;
}

.ruy-category-btn span {
	font-size: 18px;
	line-height: 1;
}

/* hover 后显示描述和按钮 */
.ruy-category-card:hover .ruy-category-desc {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ruy-category-card:hover .ruy-category-btn {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

/* hover 后图片稍微下移，给描述让空间 */
.ruy-category-card:hover .ruy-category-image {
	transform: translate(-50%, -28%);
}

/* 默认未 hover 时，标题偏中上一点 */
.ruy-category-card:not(:hover) .ruy-category-title {
	margin-top: 30px;
}

/* 响应式 */
@media (max-width: 1024px) {
	.ruy-category-wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.ruy-category-card {
		min-height: 460px;
	}
}

@media (max-width: 767px) {
	.ruy-category-section {
		padding: 40px 16px;
	}

	.ruy-category-wrap {
		grid-template-columns: 1fr;
	}

	.ruy-category-card {
		min-height: 430px;
		padding: 38px 24px 30px;
	}

	.ruy-category-title {
		font-size: 28px;
	}

	.ruy-category-image {
		width: 75%;
	}
}

.ruy-cable-showcase-section {
	width: 100%;
	background: #ffffff;
	padding: 58px 0;
	overflow: hidden;
}

.ruy-cable-showcase-section:nth-child(odd) {
	background-color: #f3f7ff;
}

.ruy-cable-showcase-wrap {
	display: grid;
	grid-template-columns: 350px minmax(0, 1fr);
	gap: 58px;
	align-items: center;
}

.ruy-cable-showcase-info {
	min-width: 0;
}

.ruy-cable-showcase-title {
	margin: 0 0 14px;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	letter-spacing: -0.02em;
	text-transform: capitalize;
}

.ruy-cable-showcase-desc {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
}

.ruy-cable-showcase-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.ruy-cable-showcase-tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 21px;
	padding: 3px 9px;
	border-radius: 4px;
	background: #eef4fb;
	color: var(--theme-palette-color-1);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	white-space: nowrap;
}

.ruy-cable-showcase-tags a:hover {
	background: var(--theme-palette-color-1);
	color: #ffffff;
}

.ruy-cable-showcase-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: 70px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: color 0.25s ease;
	background: var(--theme-palette-color-1);
	padding: 0 22px;
	min-height: 42px;
	border-radius: 50px;
}

.ruy-cable-showcase-link span {
	display: inline-block;
	transition: transform 0.25s ease;
}

.ruy-cable-showcase-link:hover {
	color: #fff;
	background: #03172e;
}

.ruy-cable-showcase-link:hover span {
	transform: translateX(4px);
}

.ruy-cable-showcase-products {
	position: relative;
	min-width: 0;
}

.ruy-cable-showcase-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 32px) / 3);
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	padding: 2px 1px 4px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ruy-cable-showcase-track::-webkit-scrollbar {
	display: none;
}

.ruy-cable-showcase-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 306px;
	padding: 18px 16px 18px;
	border: 1px solid #edf0f2;
	border-radius: 8px;
	background: #ffffff;
	text-decoration: none;
	scroll-snap-align: start;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ruy-cable-showcase-card:hover {
	border-color: rgba(0, 46, 97, 0.28);
	box-shadow: 0 18px 42px rgba(0, 46, 97, 0.08);
	transform: translateY(-3px);
}

.ruy-cable-showcase-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.ruy-cable-showcase-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.ruy-cable-showcase-card:hover .ruy-cable-showcase-img img {
	transform: scale(1.04);
}

.ruy-cable-showcase-card h3 {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #000;
	text-align: center;
	transition: transform 0.35s ease;
	height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ruy-cable-showcase-card:hover h3 {
	color: var(--theme-palette-color-1);
}

.ruy-cable-showcase-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	width: 50px;
	height: 50px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: var(--theme-palette-color-1);
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 46, 97, 0.08);
	transform: translateY(-50%);
	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.ruy-cable-showcase-arrow:hover {
	background: var(--theme-palette-color-1);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 46, 97, 0.22);
}

.ruy-cable-showcase-prev {
	left: -15px;
}

.ruy-cable-showcase-next {
	right: -15px;
}

/* 平板 */
@media (max-width: 1024px) {
	.ruy-cable-showcase-wrap {
		grid-template-columns: 240px minmax(0, 1fr);
		gap: 34px;
	}

	.ruy-cable-showcase-track {
		grid-auto-columns: calc((100% - 16px) / 2);
	}

	.ruy-cable-showcase-link {
		margin-top: 46px;
	}
}

/* 手机 */
@media (max-width: 767px) {
	.ruy-cable-showcase-section {
		padding: 42px 0;
	}

	.ruy-cable-showcase-wrap {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ruy-cable-showcase-desc {
		max-width: 100%;
	}

	.ruy-cable-showcase-link {
		margin-top: 28px;
	}

	.ruy-cable-showcase-track {
		grid-auto-columns: 78%;
		gap: 14px;
		padding-left: 1px;
		padding-right: 1px;
	}

	.ruy-cable-showcase-card {
		min-height: 286px;
	}

	.ruy-cable-showcase-img {
		height: 210px;
	}

	.ruy-cable-showcase-prev {
		left: 4px;
	}

	.ruy-cable-showcase-next {
		right: 4px;
	}
}

/* FAQ Modern Section */
.ruy-faq-modern-section {
	background: #f3f7ff;
	padding: 90px 20px;
}

/* Container */
.ruy-faq-modern-container {
	display: grid;
	grid-template-columns: 0.85fr 1.35fr;
	gap: 90px;
	align-items: flex-start;
}

/* Left Area */
.ruy-faq-modern-left {
	padding-top: 0;
}

.ruy-faq-modern-title {
	margin: 0 0 26px;
	color: #092b59;
	font-size: 40px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: -0.035em;
}

.ruy-faq-modern-title span {
	font-weight: 800;
}

.ruy-faq-modern-desc {
	max-width: 85%;
	margin: 0;
	color: var(--theme-palette-color-1);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 500;
}

/* Right Area */
.ruy-faq-modern-right {
	width: 100%;
}

/* FAQ Item */
.ruy-faq-modern-item {
	border-bottom: 1px solid rgba(9, 43, 89, 0.16);
}

/* FAQ Head */
.ruy-faq-modern-head {
	width: 100%;
	min-height: 78px;
	padding: 20px 0;
	border: 0;
	background: transparent;
	color: #092b59;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
	outline: none;
}

/* 清除按钮默认 hover/focus 样式 */
.ruy-faq-modern-head:hover,
.ruy-faq-modern-head:focus,
.ruy-faq-modern-head:active {
	background: transparent;
	color: #092b59;
	box-shadow: none;
	outline: none;
}

/* Question */
.ruy-faq-modern-question {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 12px;
	align-items: flex-start;
	color: #092b59;
	font-size: 19px;
	line-height: 1.18;
	font-weight: 800;
	letter-spacing: -0.015em;
}

/* Number */
.ruy-faq-num {
	display: inline-block;
	color: #092b59;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
}

/* Plus Icon */
.ruy-faq-modern-icon {
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

/* Horizontal / Vertical line */
.ruy-faq-modern-icon::before,
.ruy-faq-modern-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #092b59;
	transform: translate(-50%, -50%);
	transition: all 0.25s ease;
}

.ruy-faq-modern-icon::before {
	width: 15px;
	height: 2px;
}

.ruy-faq-modern-icon::after {
	width: 2px;
	height: 15px;
}

/* Active icon becomes minus */
.ruy-faq-modern-item.active .ruy-faq-modern-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

/* FAQ Body */
.ruy-faq-modern-body {
	display: none;
	padding: 0 48px 22px 40px;
}

.ruy-faq-modern-body p {
	margin: 0;
	color: rgba(9, 43, 89, 0.78);
	font-size: 15px;
	line-height: 1.65;
	font-weight: 500;
}

/* Load More Link */
.ruy-faq-load-more {
	margin-top: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #092b59;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.25s ease;
}

.ruy-faq-load-more:hover,
.ruy-faq-load-more:focus {
	color: var(--theme-palette-color-1, #0b64b4);
	text-decoration: none;
	outline: none;
}

.ruy-faq-load-more i {
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
}

/* Responsive Tablet */
@media (max-width: 1024px) {
	.ruy-faq-modern-section {
		padding: 70px 20px;
	}

	.ruy-faq-modern-container {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.ruy-faq-modern-title {
		font-size: 38px;
	}

	.ruy-faq-modern-desc {
		max-width: 620px;
	}
}

/* Responsive Mobile */
@media (max-width: 767px) {
	.ruy-faq-modern-section {
		padding: 56px 16px;
	}

	.ruy-faq-modern-container {
		gap: 34px;
	}

	.ruy-faq-modern-title {
		font-size: 32px;
		line-height: 1.12;
		margin-bottom: 20px;
	}

	.ruy-faq-modern-desc {
		font-size: 14px;
		line-height: 1.5;
	}

	.ruy-faq-modern-head {
		min-height: auto;
		padding: 18px 0;
		gap: 16px;
	}

	.ruy-faq-modern-question {
		grid-template-columns: 24px 1fr;
		gap: 9px;
		font-size: 16px;
		line-height: 1.3;
	}

	.ruy-faq-num {
		font-size: 16px;
	}

	.ruy-faq-modern-icon {
		flex: 0 0 18px;
		width: 18px;
		height: 18px;
	}

	.ruy-faq-modern-icon::before {
		width: 14px;
		height: 2px;
	}

	.ruy-faq-modern-icon::after {
		width: 2px;
		height: 14px;
	}

	.ruy-faq-modern-body {
		padding: 0 32px 20px 33px;
	}

	.ruy-faq-modern-body p {
		font-size: 14px;
		line-height: 1.6;
	}

	.ruy-faq-load-more {
		margin-top: 22px;
		font-size: 13px;
	}
}


/* 外层产品分类卡片 */
#sidebar #nav_menu-2 {
	position: relative;
	background: #ffffff;
	border: 1px solid #e4ebf3;
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 16px 42px rgba(0, 46, 97, 0.08);
}

/* 顶部标题区域 */
#sidebar #nav_menu-2 .widget-title {
	position: relative;
	margin: 0;
	padding: 22px 22px 20px;
	background: var(--theme-palette-color-1);
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.01em;
}

/* 标题下方装饰 */
#sidebar #nav_menu-2 .widget-title::after {
	content: "";
	position: absolute;
	left: 22px;
	bottom: 12px;
	width: 42px;
	height: 3px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .7);
}

/* 菜单容器 */
#sidebar #nav_menu-2 nav {
	padding: 14px;
	background: #ffffff;
}

/* 清除默认列表 */
#sidebar #nav_menu-2 ul,
#sidebar #nav_menu-2 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 一级菜单整体 */
#sidebar #nav_menu-2 .widget-menu {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* 一级菜单项 */
#sidebar #nav_menu-2 .widget-menu>li {
	position: relative;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	background: #f8fbff;
	overflow: hidden;
	transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

/* 一级 hover */
#sidebar #nav_menu-2 .widget-menu>li:hover {
	border-color: #d8e8f8;
	background: #f4f9ff;
	box-shadow: 0 8px 22px rgba(0, 91, 172, 0.06);
}

/* 一级分类链接 */
#sidebar #nav_menu-2 .widget-menu>li>a {
	position: relative;
	display: block;
	min-height: 46px;
	padding: 14px 50px 14px 18px;
	color: #1f334a;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	transition: color .2s ease;
}

/* 一级分类左侧蓝色短条 */
#sidebar #nav_menu-2 .widget-menu>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 3px;
	height: 18px;
	border-radius: 0 8px 8px 0;
	background: var(--theme-palette-color-1);
	opacity: .35;
	transition: opacity .2s ease, height .2s ease;
}

/* 一级链接 hover */
#sidebar #nav_menu-2 .widget-menu>li>a:hover {
	color: var(--theme-palette-color-1);
}

#sidebar #nav_menu-2 .widget-menu>li>a:hover::before {
	opacity: 1;
}

/* 有子菜单的按钮 */
#sidebar #nav_menu-2 .chac-submenu-toggle {
	position: absolute;
	right: 13px;
	top: 10px;
	z-index: 2;
	width: 30px;
	height: 30px;
	border: 1px solid #dce8f5;
	border-radius: 50%;
	background: #ffffff;
	color: var(--theme-palette-color-1);
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(15, 40, 80, 0.06);
	transition: all .22s ease;
}

/* 按钮 hover */
#sidebar #nav_menu-2 .chac-submenu-toggle:hover {
	background: var(--theme-palette-color-1);
	border-color: var(--theme-palette-color-1);
	color: #ffffff;
	transform: rotate(90deg);
}

/* 展开状态按钮 */
#sidebar #nav_menu-2 li.is-open>.chac-submenu-toggle {
	background: var(--theme-palette-color-1);
	border-color: var(--theme-palette-color-1);
	color: #ffffff;
	transform: rotate(0deg);
}

/* 子菜单默认隐藏 */
#sidebar #nav_menu-2 .sub-menu {
	display: none;
	margin: 0;
	padding: 0 12px 14px 18px;
}

/* 展开显示 */
#sidebar #nav_menu-2 li.is-open>.sub-menu {
	display: block;
}

/* 子分类项 */
#sidebar #nav_menu-2 .sub-menu>li {
	position: relative;
}

/* 子分类链接 */
#sidebar #nav_menu-2 .sub-menu>li>a {
	position: relative;
	display: block;
	padding: 8px 10px 8px 18px;
	border-radius: 8px;
	color: #526174;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	transition: all .2s ease;
}

/* 子分类小箭头 */
#sidebar #nav_menu-2 .sub-menu>li>a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 1.5px solid #9fb0c3;
	border-right: 1.5px solid #9fb0c3;
	transform: translateY(-50%) rotate(45deg);
	transition: all .2s ease;
}

/* 子分类 hover */
#sidebar #nav_menu-2 .sub-menu>li>a:hover {
	color: var(--theme-palette-color-1);
	background: #eef7ff;
	padding-left: 22px;
}

#sidebar #nav_menu-2 .sub-menu>li>a:hover::before {
	border-color: var(--theme-palette-color-1);
	left: 8px;
}

/* 当前一级分类 / 当前父级 */
#sidebar #nav_menu-2 .widget-menu>li.current-menu-item,
#sidebar #nav_menu-2 .widget-menu>li.current-menu-parent,
#sidebar #nav_menu-2 .widget-menu>li.current-menu-ancestor,
#sidebar #nav_menu-2 .widget-menu>li.is-open {
	border-color: #b9d8f4;
	background: #f2f8ff;
}

/* 当前一级文字 */
#sidebar #nav_menu-2 .widget-menu>li.current-menu-item>a,
#sidebar #nav_menu-2 .widget-menu>li.current-menu-parent>a,
#sidebar #nav_menu-2 .widget-menu>li.current-menu-ancestor>a,
#sidebar #nav_menu-2 .widget-menu>li.is-open>a {
	color: var(--theme-palette-color-1);
}

/* 当前一级左侧短条 */
#sidebar #nav_menu-2 .widget-menu>li.current-menu-item>a::before,
#sidebar #nav_menu-2 .widget-menu>li.current-menu-parent>a::before,
#sidebar #nav_menu-2 .widget-menu>li.current-menu-ancestor>a::before,
#sidebar #nav_menu-2 .widget-menu>li.is-open>a::before {
	opacity: 1;
	height: 22px;
}

/* 当前子分类 */
#sidebar #nav_menu-2 .sub-menu .current-menu-item>a {
	color: var(--theme-palette-color-1);
	background: #eaf4ff;
	font-weight: 700;
}

/* 当前子分类箭头 */
#sidebar #nav_menu-2 .sub-menu .current-menu-item>a::before {
	border-color: var(--theme-palette-color-1);
}

/* 三级菜单兼容 */
#sidebar #nav_menu-2 .sub-menu .sub-menu {
	padding: 0 0 6px 12px;
	margin-left: 8px;
	border-left: 1px solid #dbe8f5;
}

/* 侧栏吸顶，可选 */
#sidebar .ct-sidebar {
	position: sticky;
	top: 105px;
}

/* 小工具间距 */
#sidebar .ct-widget {
	margin-bottom: 26px;
}

/* 右侧栏吸顶 */
#sidebar .ct-sidebar {
	position: sticky;
	top: 120px;
}

/* 右侧小工具之间间距 */
#sidebar .ct-widget {
	margin-bottom: 24px;
}

#sidebar .ct-widget .widget-title {
	font-size: 24px;
	color: var(--theme-palette-color-1);
	margin-bottom: 24px;
}

#sidebar .ct-widget .product_list_widget .product-title {
	text-transform: capitalize;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 内页新闻 */
.post.entry-card .entry-title a {
	line-height: 1.3;
	height: 1.3em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.post.entry-card .entry-excerpt p {
	line-height: 1.3;
	height: 3.9em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#ruy-sidebar-toc {
	position: sticky;
	top: 120px;
	background: #f8fafc;
	padding: 25px;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
	z-index: 10;
}

.ruy-toc-header {
	font-size: 18px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e8f0;
}

.ruy-toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ruy-toc-list li {
	margin-bottom: 12px;
}

.ruy-toc-link {
	color: #64748b;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5;
	display: block;
	transition: all 0.3s ease;
	border-left: 2px solid transparent;
	padding-left: 12px;
}

.ruy-toc-link:hover {
	color: var(--theme-palette-color-1);
}

.ruy-toc-link.active {
	color: var(--theme-palette-color-1);
	font-weight: 600;
	border-left-color: var(--theme-palette-color-1);
}

/* 内页联系我们 */
.b2b-contact-section {}

.ny-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

/* 左侧文本区域 */
.b2b-contact-content {
	flex: 1;
	max-width: 50%;
}

.b2b-contact-greeting {
	color: var(--theme-palette-color-1);
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.b2b-contact-title {
	color: #000;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.5;
	text-transform: capitalize;
}

.b2b-contact-desc {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}

.b2b-contact-desc p {
	margin-bottom: 16px;
	text-transform: capitalize;
}

/* 联系方式区块样式 */
.b2b-contact-info {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #edf2f7;
	/* 极淡的分割线 */
	color: #1a202c;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.8;
}

/* 电话链接去除默认下划线并继承颜色 */
.b2b-contact-info a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.b2b-contact-info a:hover {
	color: var(--theme-palette-color-1);
	/* 鼠标悬停时变成品牌橙色 */
}

/* 底部装饰性小箭头 */
.b2b-contact-decoration {
	margin-top: 30px;
	color: var(--theme-palette-color-1);
	font-size: 20px;
	font-weight: 300;
}

/* 右侧图片区域 */
.b2b-contact-image-wrapper {
	flex: 1;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.b2b-contact-image-bg {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 95%;
	height: 95%;
	background-color: var(--theme-palette-color-1);
	border-radius: 24px;
	z-index: 1;
}

/* 主图片 */
.b2b-contact-image {
	position: relative;
	z-index: 2;
	width: 100%;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	display: block;
}

/* 响应式布局：移动端适配 */
@media (max-width: 992px) {
	.b2b-contact-section {
		flex-direction: column;
		gap: 50px;
		margin: 50px auto;
	}

	.b2b-contact-content {
		max-width: 100%;
	}

	.b2b-contact-image-wrapper {
		width: 100%;
		justify-content: center;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.b2b-contact-image-bg {
		right: 0;
		bottom: 0;
	}
}

.ruy-contact-section {
	padding: 80px 0;
	min-width: 100%;
}

.ruy-contact-grid {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.ruy-contact-info {
	position: relative;
	/* padding: 10px 50px; */
	background-image: url('/wp-content/uploads/2026/08/bg-contacts.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* border-radius: 25px; */
	z-index: 1;
}

.ruy-contact-title,
.ruy-contact-description,
.ruy-contact-item h4,
.ruy-contact-item p,
.ruy-contact-item a,
.ruy-social-title {
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}

.ruy-contact-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	color: var(--theme-palette-color-1);
	margin-bottom: 24px;
}

.ruy-contact-description {
	font-size: 18px;
	line-height: 1.6667em;
	color: #333333;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.ruy-contact-details-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 60px;
	margin-top: 30px;
}

.ruy-contact-item h4 {
	font-size: 18px;
	font-weight: 600;
	color: #353535;
	margin-bottom: 12px;
}

.ruy-contact-item p,
.ruy-contact-item a {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	text-decoration: none;
}

.ruy-contact-item a {
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s;
}

.ruy-contact-item a:hover {
	border-bottom-color: var(--theme-palette-color-1);
}

.ruy-social-title {
	font-size: 18px;
	font-weight: 600;
	color: #353535;
	margin-bottom: 16px;
}

.ruy-social-icons {
	display: flex;
	gap: 24px;
	align-items: center;
	flex-wrap: wrap;
}

.ruy-social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: background 0.3s, transform 0.2s;
}

.ruy-social-icons a svg {
	width: 18px;
	height: 18px;
	fill: #353535;
	transition: fill 0.3s;
}

.ruy-social-icons a:hover {
	background: var(--theme-palette-color-1);
	transform: translateY(-2px);
}

.ruy-social-icons a:hover svg {
	fill: #fff;
}

.ruy-contact-form {
	padding: 60px 50px;
	background: #ffffff;
	border-radius: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.ruy-form-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	margin-bottom: 30px;
	text-transform: capitalize;
}

.ruy-cta-banner {
	position: relative;
	/* 在这里替换为你自己的背景图路径 */
	background-image: url('/wp-content/uploads/2026/08/ny-con-bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* 高度由上下 padding 撑开。你可以调大/调小 120px 来控制整个板块的高度 */
	padding: 120px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* 可选：如果你觉得背景图太亮影响文字阅读，可以取消注释下面这段代码，加一层半透明黑色遮罩 */

.ruy-cta-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.65);
	z-index: 1;
}


/* 内容区域 */
.ruy-cta-content {
	position: relative;
	z-index: 2;
	max-width: 70%;
	margin: 0 auto;
}

.ruy-cta-title {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3;
}

.ruy-cta-desc {
	color: #f8f9fa;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* 按钮组 */
.ruy-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.ruy-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 32px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.3s ease;
}

/* 深灰色按钮 */
.ruy-btn-dark {
	background-color: #4a4a4a;
	color: #ffffff !important;
	border: 1px solid #4a4a4a;
}

.ruy-btn-dark:hover {
	background-color: #333333;
	border-color: #333333;
	transition: all 0.4s;
	transform: translateY(-10px);
	color: var(--ztc-text-text-1);
}

/* 红色按钮 */
.ruy-btn-red {
	background-color: var(--theme-palette-color-1);
	color: #ffffff;
	border: 1px solid var(--theme-palette-color-1);
}

.ruy-btn-red:hover {
	background-color: var(--theme-palette-color-1);
	border-color: var(--theme-palette-color-1);
	color: #ffffff !important;
	transition: all 0.4s;
	transform: translateY(-10px);
	color: var(--ztc-text-text-1);
}

.ruy-cta-btn i {
	margin-left: 8px;
	font-size: 14px;
}

/* 移动端响应式适配 */
@media (max-width: 768px) {
	.ruy-cta-banner {
		padding: 80px 20px;
		/* 手机端稍微减小高度 */
	}

	.ruy-cta-title {
		font-size: 42px;
	}

	.ruy-cta-buttons {
		flex-direction: column;
		gap: 15px;
	}

	.ruy-cta-btn {
		width: 100%;
		/* 手机端按钮占满整行 */
	}
}

/* faq */
.tac {
	text-align: center;
}

.inner-section {
	padding: 90px 0;
}

.inner-sec-head {
	margin-bottom: 50px;
}

.inner-sec-head .sub-tit {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.inner-sec-head .main-tit {
	font-size: 46px;
	color: var(--theme-palette-color-1);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

.faq-accordion {
	/* 控制最大宽度，保证阅读体验 */
	margin: 0 auto;
}

.faq-item {
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.faq-item.active {
	border-color: var(--theme-palette-color-1);
	box-shadow: 0 8px 20px rgba(20, 86, 166, 0.08);
}

.faq-head {
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background: #fdfdfd;
	border-radius: 4px;
}

.faq-item.active .faq-head {
	background: #fff;
}

.faq-q {
	font-size: 20px;
	color: #111;
	font-weight: 600;
	transition: color 0.3s;
	padding-right: 30px;
	line-height: 1.5;
	margin-block-end: 0;
	text-transform: capitalize;
}

.faq-item:hover .faq-q,
.faq-item.active .faq-q {
	color: var(--theme-palette-color-1);
}

/* 加号/减号 动画图标 */
.faq-icon {
	position: relative;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
	content: '';
	position: absolute;
	background: #111;
	transition: all 0.3s ease;
}

.faq-icon::before {
	top: 8px;
	left: 0;
	width: 18px;
	height: 2px;
}

.faq-icon::after {
	top: 0;
	left: 8px;
	width: 2px;
	height: 18px;
}

.faq-item:hover .faq-icon::before,
.faq-item:hover .faq-icon::after,
.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
	background: var(--theme-palette-color-1);
}

.faq-item.active .faq-icon::after {
	transform: rotate(90deg);
	opacity: 0;
}

.faq-body {
	display: none;
	padding: 0 30px 30px;
}

.faq-content {
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	border-top: 1px dashed #e5e7eb;
	padding-top: 25px;
}

/* 平板设备 (Tablet: 991px 及以下) */
@media (max-width: 991px) {
	.inner-section {
		padding: 70px 0;
		/* 减小区块整体上下内边距 */
	}

	.inner-sec-head {
		margin-bottom: 40px;
	}

	.inner-sec-head .main-tit {
		font-size: 36px;
		/* 覆盖 var(--f46)，缩小主标题 */
	}
}

/* 手机横屏及小尺寸平板 (Mobile & Small Tablet: 767px 及以下) */
@media (max-width: 767px) {
	.inner-section {
		padding: 50px 0;
	}

	.inner-sec-head {
		margin-bottom: 30px;
	}

	.inner-sec-head .main-tit {
		font-size: 28px;
	}

	.faq-head {
		padding: 20px;
		/* 减小头部内边距 */
	}

	.faq-q {
		font-size: 18px;
		/* 覆盖 var(--f20)，缩小问题字号 */
		padding-right: 20px;
		/* 缩小与右侧加号图标的距离 */
	}

	.faq-body {
		padding: 0 20px 20px;
		/* 同步减小内容区内边距 */
	}

	.faq-content {
		padding-top: 20px;
		/* 减小虚线与文字的间距 */
	}
}

/* 手机竖屏 (Mobile Portrait: 479px 及以下) */
@media (max-width: 479px) {
	.inner-section {
		padding: 40px 0;
		padding-top: 0;
	}

	.inner-sec-head .sub-tit {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.inner-sec-head .main-tit {
		font-size: 24px;
	}

	.faq-head {
		padding: 15px;
	}

	.faq-q {
		font-size: 16px;
	}

	.faq-body {
		padding: 0 15px 15px;
	}

	.faq-content {
		padding-top: 15px;
		font-size: 14px;
	}
}

/* ==========================================
   下载区块整体与标题样式
========================================== */
.ruy-catalogue-section {
	width: 100%;
	padding: 60px 0;
	/* 增加上下内边距，让区块呼吸感更好 */
}

/* 新增：标题区域样式 */
.ruy-section-header {
	text-align: center;
	margin-bottom: 50px;
}

.ruy-main-title {
	font-size: 42px;
	color: var(--theme-palette-color-1);
	font-weight: 700;
	margin: 0 0 15px 0;
}

.ruy-sub-title {
	font-size: 16px;
	color: #000;
	margin: 0;
	line-height: 1.6;
}

/* ==========================================
   下载列表主体样式
========================================== */
.ruy-catalogue-section .down_list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 8px;
}

/* 左侧图片区域 */
.ruy-catalogue-image {
	flex: 1 1 50%;
	background-color: #e5e5e5;
	/* 还原图中的浅灰背景 */
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.ruy-catalogue-image img {
	max-width: 100%;
	height: auto;
	display: block;
	/* 如果原图没有阴影，可以开启这行增加立体感 */
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
}

/* 右侧内容区域 */
.ruy-catalogue-content {
	flex: 1 1 50%;
	background-color: var(--theme-palette-color-1);
	padding: 80px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	color: #ffffff;
}

.ruy-catalogue-title {
	font-size: 32px;
	line-height: 1.4;
	margin: 0 0 20px 0;
	font-weight: 700;
	color: #ffffff;
}

.ruy-catalogue-desc {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 40px 0;
	color: #ffffff;
	opacity: 0.95;
}

.ruy-catalogue-section .ruy-wz-btn-outline {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 30px;
	border-radius: 50px;
	text-transform: capitalize;
	transition: background 0.3s ease;
}

.ruy-catalogue-section .ruy-wz-btn-outline:hover {
	background-color: #021830;
}

/* ==========================================
   响应式布局 (Mobile & Tablet)
========================================== */
@media (max-width: 991px) {
	.ruy-catalogue-title {
		font-size: 26px;
	}

	.ruy-catalogue-content {
		padding: 60px 40px;
	}
}

@media (max-width: 768px) {
	.ruy-catalogue-section {
		padding: 40px 0;
	}

	/* 移动端标题适配 */
	.ruy-section-header {
		margin-bottom: 30px;
	}

	.ruy-main-title {
		font-size: 28px;
	}

	.ruy-sub-title {
		font-size: 15px;
	}

	.ruy-catalogue-image,
	.ruy-catalogue-content {
		flex: 1 1 100%;
		/* 手机端上下堆叠 */
	}

	.ruy-catalogue-image {
		padding: 40px 20px;
	}

	.ruy-catalogue-content {
		padding: 50px 20px;
	}

	.ruy-catalogue-title {
		font-size: 24px;
	}
}

/* ==========================================
   Company Overview (3x2 网格还原风格 - ny-con-six)
   ========================================== */
.ny-con-six-section {
	padding-bottom: 100px;
}

.ny-con-six-main-title {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-top: 0;
	margin-bottom: 60px;
	text-transform: capitalize;
}

/* 3列 x 2行 网格布局 */
.ny-con-six-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 电脑端显示 3 列 */
	gap: 60px 50px;
	/* 上下间距 60px，左右间距 50px */
}

.ny-con-six-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* 红色线框图标 */
.ny-con-six-icon {
	width: 48px;
	/* 稍微调小一点，显得更精致 */
	height: 48px;
	color: var(--theme-palette-color-1);
	margin-bottom: 20px;
}

.ny-con-six-icon svg {
	width: 100%;
	height: 100%;
}

.ny-con-six-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	margin: 0 0 12px 0;
	line-height: 1.4;
}

.ny-con-six-desc {
	font-size: 16px;
	color: #353535;
	line-height: 1.6;
	margin: 0;
	text-transform: capitalize;
}

/* --- 响应式设计 --- */
@media (max-width: 991px) {
	.ny-con-six-grid {
		grid-template-columns: repeat(2, 1fr);
		/* 平板端变为 2 列 */
		gap: 50px 40px;
	}
}

@media (max-width: 767px) {
	.ny-con-six-section {
		padding: 60px 0;
	}

	.ny-con-six-main-title {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.ny-con-six-grid {
		grid-template-columns: 1fr;
		/* 手机端变为单列 */
		gap: 40px;
	}
}

.ruy-floating-contact {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	pointer-events: none
}

.ruy-float-btn {
	pointer-events: auto;
	display: flex;
	align-items: center;
	background: var(--theme-palette-color-1);
	color: #ffffff !important;
	text-decoration: none;
	border-radius: 12px 0 0 12px;
	box-shadow: 0 5px 15px rgb(0 0 0 / .15);
	transition: transform 0.4s cubic-bezier(.25, 1, .5, 1), background 0.3s ease;
	width: max-content;
	transform: translateX(calc(100% - 56px))
}

.ruy-float-btn:hover {
	transform: translateX(0);
	background: var(--theme-palette-color-1)
}

.ruy-float-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.ruy-float-icon svg {
	width: 24px;
	height: 24px;
	fill: #fff
}

.ruy-float-text {
	padding: 0 24px 0 8px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease 0.1s
}

.ruy-float-text strong {
	font-size: 15px;
	font-weight: 700
}

.ruy-float-btn:hover .ruy-float-text {
	opacity: 1
}

@media (max-width: 768px) {
	.ruy-floating-contact {
		top: 50%;
		bottom: auto;
		right: 0;
		transform: translateY(-50%)
	}

	.ruy-float-icon {
		width: 44px;
		height: 44px
	}

	.ruy-float-icon svg {
		width: 20px;
		height: 20px
	}

	.ruy-float-btn {
		border-radius: 10px 0 0 10px;
		transform: translateX(calc(100% - 44px))
	}

	.ruy-float-text {
		padding: 0 16px 0 8px;
		font-size: 12px
	}

	.ruy-float-text strong {
		font-size: 13px
	}

	.ruy-float-btn:active {
		background: var(--theme-palette-color-1);
		transform: translateX(calc(100% - 48px))
	}
}

/* 底部 */
.ruy-footer-template-page {
	background: #ffffff;
}

.ruy-page-content {
	padding: 60px 0;
}

.ruy-page-title {
	margin: 0 0 24px;
	font-size: 36px;
	font-weight: 800;
	color: #000000;
}

.ruy-page-editor-content {
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
}

.ruy-footer {
	background: #ffffff;
	color: #000000;
	font-family: inherit;
}

.ruy-footer-main {
	position: relative;
	display: grid;
	grid-template-columns: 250px 1px minmax(420px, 1fr) 1px 300px;
	column-gap: 42px;
	align-items: start;
	padding: 80px 0;
}

.ruy-footer-logo {
	display: inline-block;
	margin-bottom: 28px;
	text-decoration: none;
}

.ruy-footer-logo img,
.ruy-footer-logo-img {
	display: block;
	width: auto;
	height: 55px;
}

.ruy-footer-logo-text {
	display: inline-block;
	font-size: 26px;
	font-weight: 800;
	line-height: 1;
	color: var(--theme-palette-color-1);
}

.ruy-footer-slogan {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: #000000;
	text-transform: capitalize;
}

.ruy-footer-social {
	display: flex;
	gap: 8px;
	margin-top: 42px;
}

.ruy-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	transition: background 0.25s ease, transform 0.25s ease;
}

.ruy-footer-social a:hover {
	background: var(--theme-palette-color-1);
	transform: translateY(-2px);
}

.ruy-footer-social svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.ruy-footer-divider {
	width: 1px;
	height: 282px;
	background: #000000;
	opacity: 0.85;
}

.ruy-footer-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 62px;
	padding-top: 4px;
}

.ruy-footer-col h3,
.ruy-footer-contact h3 {
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	color: var(--theme-palette-color-1);
	text-transform: uppercase;
}

.ruy-footer-col ul,
.ruy-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ruy-footer-col li,
.ruy-footer-menu li {
	margin-bottom: 18px;
}

.ruy-footer-col a,
.ruy-footer-menu a {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
	transition: color 0.25s ease;
	text-transform: capitalize;
}

.ruy-footer-col a:hover,
.ruy-footer-menu a:hover {
	color: var(--theme-palette-color-1);
}

.ruy-footer-contact {
	padding-top: 4px;
}

.ruy-footer-inquiry {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 275px;
	height: 43px;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	margin-bottom: 13px;
	transition: background 0.25s ease, color 0.25s ease;
}

.ruy-footer-inquiry span {
	flex: 1;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
}

.ruy-footer-inquiry i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	background: #111111;
	color: #ffffff;
	font-style: normal;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
}

.ruy-footer-inquiry svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.ruy-footer-inquiry:hover {
	background: #111111;
	color: #ffffff;
}

.ruy-footer-note {
	margin: 0 0 25px;
	max-width: 278px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: #000000;
	text-transform: capitalize;
}

.ruy-footer-info {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 292px;
}

.ruy-footer-info li {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 9px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: #000000;
}

.ruy-footer-info-icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 1px;
	color: var(--theme-palette-color-1);
}

.ruy-footer-info-icon svg {
	width: 25px;
	height: 25px;
	fill: currentColor;
}

.ruy-footer-info strong {
	font-weight: 800;
}

.ruy-footer-bottom {
	padding: 0 0 17px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #000000;
	text-transform: capitalize;
}

/* 中等屏幕 */
@media (max-width: 1200px) {
	.ruy-footer-main {
		grid-template-columns: 190px 1px minmax(360px, 1fr) 1px 280px;
		column-gap: 30px;
	}

	.ruy-footer-links {
		column-gap: 35px;
	}

	.ruy-footer-inquiry {
		width: 260px;
	}
}

/* 平板 */
@media (max-width: 991px) {
	.ruy-footer-main {
		grid-template-columns: 1fr;
		row-gap: 34px;
		padding-top: 42px;
		padding-bottom: 30px;
	}

	.ruy-footer-divider {
		display: none;
	}

	.ruy-footer-slogan {
		max-width: 360px;
	}

	.ruy-footer-social {
		margin-top: 24px;
	}

	.ruy-footer-links {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 28px;
		padding-top: 0;
	}

	.ruy-footer-inquiry {
		width: 100%;
		max-width: 320px;
	}

	.ruy-footer-note,
	.ruy-footer-info {
		max-width: 520px;
	}
}

/* 手机 */
@media (max-width: 640px) {
	.ruy-page-content {
		padding: 40px 0;
	}

	.ruy-page-title {
		font-size: 28px;
	}

	.ruy-footer-main {
		row-gap: 30px;
		padding-top: 36px;
	}

	.ruy-footer-logo img,
	.ruy-footer-logo-img {
		width: 112px;
	}

	.ruy-footer-links {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}

	.ruy-footer-col h3,
	.ruy-footer-contact h3 {
		margin-bottom: 16px;
	}

	.ruy-footer-col li,
	.ruy-footer-menu li {
		margin-bottom: 12px;
	}

	.ruy-footer-inquiry {
		max-width: 100%;
	}

	.ruy-footer-bottom {
		padding-bottom: 20px;
		font-size: 11px;
	}
}

/* ================= Application Section ================= */
.ruy-application-section {
	padding: 60px 0;
	/* 如果您有全局浅色背景变量可替换，这里暂用极浅灰以区分纯白区块 */
	background-color: #f8f9fb;
}

.ruy-app-layout {
	display: flex;
	gap: 40px;
	align-items: stretch;
}

/* Sidebar */
.ruy-app-sidebar {
	width: 260px;
	flex-shrink: 0;
}

.ruy-app-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ruy-app-menu li {
	display: flex;
	align-items: center;
	padding: 16px 0;
	font-size: 16px;
	color: var(--ruy-home-wz-ink);
	/* 使用您的深色墨水变量 */
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}

.ruy-app-menu li:hover {
	color: var(--ruy-home-wz-blue);
	/* 悬停时使用较亮的蓝色 */
}

.ruy-app-menu li.active {
	color: var(--ruy-home-wz-navy);
	/* 激活时使用主品牌海军蓝 */
	font-weight: bold;
}

.ruy-square {
	width: 6px;
	height: 6px;
	background-color: var(--ruy-home-wz-muted);
	/* 默认方块使用您的静音灰 */
	margin-right: 12px;
	transition: background-color 0.3s ease;
}

.ruy-app-menu li.active .ruy-square {
	background-color: var(--ruy-home-wz-navy);
	/* 激活时方块变为主品牌色 */
}

/* Content Area */
.ruy-app-content-area {
	flex-grow: 1;
	background-color: transparent;
	min-height: 500px;
}

.ruy-app-tab {
	display: none;
	animation: fadeIn 0.5s ease;
	height: 100%;
}

.ruy-app-tab.active {
	display: flex;
	flex-direction: column;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Top Row (Text + Image) */
.ruy-app-top-row {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	align-items: stretch;
}

.ruy-app-text-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ruy-app-en-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--ruy-home-wz-sky);
	/* 小标题使用天蓝色，增加层次感 */
	margin-bottom: 5px;
}

.ruy-app-zh-title {
	font-size: 32px;
	font-weight: bold;
	color: var(--ruy-home-wz-deep);
	/* 大标题使用最深的蓝色 */
	margin: 0 0 20px 0;
}

.ruy-app-desc {
	font-size: 15px;
	color: var(--ruy-home-wz-muted);
	/* 描述文字使用静音灰 */
	line-height: 1.8;
	text-align: justify;
	margin: 0;
}

/* Image Column */
.ruy-app-img-col {
	width: 45%;
	flex-shrink: 0;
}

.ruy-app-img-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	box-shadow: var(--ruy-home-wz-shadow);
	/* 使用您的专属高级阴影 */
	border-radius: 4px;
}

/* Bottom Details */
.ruy-detail-block {
	margin-bottom: 30px;
}

.ruy-detail-block h3 {
	font-size: 18px;
	font-weight: bold;
	color: var(--ruy-home-wz-ink);
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--ruy-home-wz-line);
	/* 使用您的线条颜色变量 */
}

.ruy-detail-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ruy-detail-block ul li {
	font-size: 15px;
	color: var(--ruy-home-wz-muted);
	/* 列表文字使用静音灰 */
	margin-bottom: 12px;
	line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
	.ruy-app-layout {
		flex-direction: column;
	}

	.ruy-app-sidebar {
		width: 100%;
		border-bottom: 1px solid var(--ruy-home-wz-line);
		margin-bottom: 30px;
	}

	.ruy-app-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
		height: auto;
	}

	.ruy-app-menu li {
		padding: 10px 15px;
		background: var(--ruy-home-wz-white);
		border-radius: 4px;
	}

	.ruy-app-menu li .ruy-square {
		display: none;
	}

	.ruy-app-top-row {
		flex-direction: column-reverse;
	}

	.ruy-app-img-col {
		width: 100%;
	}

	.ruy-app-img-col img {
		height: auto;
		aspect-ratio: 16/9;
	}
}

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

@media (max-width: 991px) {
	.case_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.case_grid {
		grid-template-columns: 1fr;
	}
}

/* 2. 卡片基础样式 */
.case_card {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	/* 截图中的卡片是直角，如果你需要圆角可以加上 border-radius: 4px; */
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case_card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* 3. 图片区域与悬浮图标 (核心难点) */
.case_img_wrap {
	position: relative;
	width: 100%;
	/* 锁定图片比例，截图中大约是 16:10 或 3:2 */
	aspect-ratio: 16 / 10;
	/* 注意：这里不能写 overflow: hidden，否则右下角的图标会被切掉一半 */
}

.case_img_link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* 图片本身的溢出隐藏放在这里 */
}

.case_img_link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.case_card:hover .case_img_link img {
	transform: scale(1.05);
	/* 鼠标悬浮图片微放大，增加高级感 */
}

/* 4. 右下角圆形徽标 */
.case_badge {
	position: absolute;
	right: 25px;
	bottom: -25px;
	/* 往下偏移自身高度的一半，实现跨界悬浮 */
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	padding: 10px;
	/* 控制内部图标的大小 */
}

.case_badge img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 5. 文本内容区域 */
.case_info {
	padding: 40px 30px 30px 30px;
	/* 顶部留出 40px 空间给悬浮图标 */
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	/* 保证底部链接对齐 */
}

.case_title {
	font-size: 20px;
	font-weight: 700;
	color: #1a2b4c;
	/* 截图中的深藏青色 */
	line-height: 1.3;
	margin-bottom: 12px;
	margin-top: 0;
}

.case_title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s;
}

.case_title a:hover {
	color: var(--theme-palette-color-1);
}

.case_desc {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 25px;
	flex-grow: 1;
	/* 让描述区域撑开，确保所有卡片的 Explore 按钮在底部对齐 */
}

/* 6. 底部行动号召链接 (CTA) */
.case_explore {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: color 0.3s, gap 0.3s;
	gap: 5px;
	/* 文字和箭头的间距 */
}

.case_explore svg {
	transition: transform 0.3s;
}

.case_explore:hover {
	color: var(--theme-palette-color-1);
}

.case_explore:hover svg {
	transform: translateX(4px);
	/* 悬浮时箭头向右微动 */
}

.ny_domain_detail-wrapper {
	color: #333;
	line-height: 1.6;
	background-color: #fff;
}

.ny_domain_detail-wrapper * {
	box-sizing: border-box;
}

.ny_domain_detail-section {
	padding: 80px 0;
}

/* 标题公共样式 */
.ny_domain_detail-heading {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.ny_domain_detail-heading.center {
	justify-content: center;
	text-align: center;
}

.ny_domain_detail-line {
	width: 4px;
	height: 24px;
	background-color: var(--theme-palette-color-1);
	/* 品牌红 */
	margin-right: 15px;
}

.ny_domain_detail-heading h2 {
	font-size: 32px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

/* =========================================
	   1. Banner 区域 (真实场景 + 自然渐变遮罩)
	   ========================================= */
.ny_domain_detail-banner {
	position: relative;
	height: 350px;
	background-image: url('/wp-content/uploads/2026/08/case.webp');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

/* 渐变遮罩，确保文字可读性 */
.ny_domain_detail-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.ny_domain_detail-banner-content {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	text-align: center;
}

.ny_domain_detail-banner-title {
	font-size: 48px;
	color: #fff;
	margin: 0 0 18px 0;
	font-weight: 700;
}

.ny_domain_detail-breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.ny_domain_detail-breadcrumb,
.ny_domain_detail-breadcrumb a {
	color: #fff;
}

.ny_domain_detail-breadcrumb a {
	text-decoration: none;
}

.ny_domain_detail-breadcrumb a:hover {
	color: var(--theme-palette-color-1);
}

/* =========================================
	   2. 领域概述 (左右布局)
	   ========================================= */
.ny_domain_detail-overview .ct-container {
	display: block;
}

.ny_domain_detail-overview-layout {
	display: flex;
	align-items: center;
	gap: 60px;
}

.ny_domain_detail-content-intro {
	flex: 0 0 100%;
	max-width: 920px;
	margin: 0 auto 58px;
	text-align: center;
}

.ny_domain_detail-content-intro h1 {
	margin: 0 0 16px;
	color: #222;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.15;
}

.ny_domain_detail-content-intro p {
	max-width: 760px;
	margin: 0 auto;
	color: #666;
	font-size: 18px;
}

.ny_domain_detail-overview-text {
	flex: 1;
}

.ny_domain_detail-overview-text p {
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.ny_domain_detail-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ny_domain_detail-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

/* 自定义列表圆点 */
.ny_domain_detail-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	background-color: var(--theme-palette-color-1);
	border-radius: 50%;
}

.ny_domain_detail-overview-image {
	flex: 1;
}

.ny_domain_detail-overview-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.ny_domain_detail-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	/* 间距微调，适应4列 */
}

.ny_domain_detail-product-card {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.ny_domain_detail-product-card img {
	width: 100%;
	height: 300px;
	/* 调整高度以适应更窄的卡片宽度 */
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.ny_domain_detail-product-card:hover img {
	transform: scale(1.05);
	/* 悬停图片微放大 */
}

.ny_domain_detail-product-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
	padding: 30px 20px 20px;
	color: #fff;
}

.ny_domain_detail-product-info h4 {
	font-size: 22px;
	/* 字体稍微调小适应4列 */
	margin: 0 0 8px 0;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
}

.ny_domain_detail-link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	transition: color 0.3s;
}

.ny_domain_detail-link:hover {
	color: var(--theme-palette-color-1);
}

/* =========================================
		   响应式布局适配 (需同步更新这部分)
		   ========================================= */
@media (max-width: 992px) {
	.ny_domain_detail-overview-layout {
		flex-direction: column;
	}

	.ny_domain_detail-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	/* 平板端：产品改为一行2个 */
	.ny_domain_detail-grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.ny_domain_detail-banner {
		height: 350px;
	}

	.ny_domain_detail-banner-title {
		font-size: 32px;
	}

	.ny_domain_detail-content-intro h1 {
		font-size: 32px;
	}

	.ny_domain_detail-content-intro p {
		font-size: 16px;
	}

	.ny_domain_detail-grid-3,
	.ny_domain_detail-grid-4 {
		/* 手机端：全部改为一行1个 */
		grid-template-columns: 1fr;
	}

	.ny_domain_detail-section {
		padding: 50px 0;
	}
}

.ny_domain_detail-slider-wrap {
	position: relative;
	width: 100%;
}

/* 轨道样式：利用 CSS Grid 和 Scroll Snap 实现原生流畅滑动 */
.ny_domain_detail-slider-track {
	display: grid;
	grid-auto-flow: column;
	/* PC 端显示 4 个，间距 24px */
	grid-auto-columns: calc((100% - 72px) / 4);
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	/* 隐藏滚动条 */
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 10px;
}

.ny_domain_detail-slider-track::-webkit-scrollbar {
	display: none;
}

/* 确保每个卡片在滑动时对齐 */
.ny_domain_detail-slider-track .ny_domain_detail-product-card {
	scroll-snap-align: start;
	height: 100%;
}

/* 左右箭头样式 */
.ny_domain_slider_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	color: var(--theme-palette-color-1);
	transition: all 0.3s ease;
}

.ny_domain_slider_arrow:hover {
	background: var(--theme-palette-color-1);
	color: #ffffff;
	border-color: var(--theme-palette-color-1);
}

.ny_domain_slider_prev {
	left: -22px;
}

.ny_domain_slider_next {
	right: -22px;
}

/* 响应式适配 */
@media (max-width: 992px) {
	.ny_domain_detail-slider-track {
		/* 平板端显示 2 个，间距 24px */
		grid-auto-columns: calc((100% - 24px) / 2);
	}

	.ny_domain_slider_prev {
		left: -10px;
	}

	.ny_domain_slider_next {
		right: -10px;
	}
}

@media (max-width: 768px) {
	.ny_domain_detail-slider-track {
		/* 手机端显示 1 个 */
		grid-auto-columns: 100%;
	}

	.ny_domain_slider_prev {
		left: 5px;
	}

	.ny_domain_slider_next {
		right: 5px;
	}
}

/* 图片区域样式 */
.decent-image-wrapper {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.decent-main-image {
	width: 100%;
	max-height: 600px;
	display: block;
	object-fit: cover;
	opacity: 1;
	/* 核心：将过渡时间延长到 0.4s，让淡入淡出更明显、更丝滑 */
	transition: opacity 0.4s ease-in-out;
}

/* Tabs 容器布局 */
.decent-tabs-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

/* 单个 Tab 样式 */
.decent-tab-item {
	flex: 1;
	border-top: 2px solid #000;
	padding-top: 15px;
	color: #666666;
	font-size: 18px;
	line-height: 1.6;
	cursor: pointer;
	/* 标题颜色和边框的过渡效果 */
	transition: all 0.4s ease;
}

/* 高亮/触碰 状态 */
.decent-tab-item.active,
.decent-tab-item:hover {
	border-top: 2px solid var(--theme-palette-color-1);
	color: #222222;
	font-weight: 600;
}

/* 响应式布局 */
@media (max-width: 768px) {
	.decent-tabs-container {
		flex-direction: column;
		gap: 15px;
	}

	.decent-main-image {
		max-height: 250px;
	}
}

/* 基础容器 */
.decent-why-choose-section {
	background-color: #f4f8fb;
}

/* 顶部大标题 */
.decent-why-choose-section .section-title {
	text-align: center;
	color: #000;
	/* 品牌蓝 */
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 40px;
}

/* 4列卡片网格布局 */
.decent-cards-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

/* 单个卡片基础样式 (默认状态) */
.decent-feature-card {
	flex: 1;
	min-height: 520px;
	background-color: #fff;
	/* 极浅的蓝灰色背景，贴合原图 */
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 50px 20px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s ease;
	/* 悬停时可以加个轻微上浮，不需要可删除 */
}

/* 背景图片 (默认隐藏) */
.decent-feature-card .card-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.4s ease-in-out;
}

/* 黑色渐变遮罩 (默认隐藏，用于保证文字可读性) */
.decent-feature-card .card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
	opacity: 0;
	z-index: 2;
	transition: opacity 0.4s ease-in-out;
}

/* 内容层 (必须在背景和遮罩之上) */
.decent-feature-card .card-content {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 卡片标题 */
.decent-feature-card .card-title {
	color: #222222;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 15px 0;
	transition: color 0.4s ease;
}

/* 标题下方的短横线 */
.decent-feature-card .card-line {
	width: 24px;
	height: 3px;
	background-color: var(--theme-palette-color-1);
	margin-bottom: 25px;
	transition: background-color 0.4s ease;
}

/* 卡片描述文字 */
.decent-feature-card .card-desc {
	color: #777777;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	margin: 0;
	text-transform: capitalize;
	transition: color 0.4s ease;
}

/* 底部数字容器 (利用 margin-top: auto 推到底部) */
.decent-feature-card .card-number {
	margin-top: auto;
	display: flex;
	align-items: baseline;
	color: var(--theme-palette-color-1)
		/* 默认深蓝色 */
		transition: color 0.4s ease;
}

/* 大数字 01, 02 */
.decent-feature-card .num-big {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
}

/* 小数字 /04 */
.decent-feature-card .num-small {
	font-size: 16px;
	font-weight: 600;
	color: #888888;
	/* 默认灰色 */
	margin-left: 2px;
	transition: color 0.4s ease;
}

/* =========================================
   Hover 悬停状态 (核心魔法)
   ========================================= */

/* 1. 显示背景图和遮罩 */
.decent-feature-card:hover .card-bg-img,
.decent-feature-card:hover .card-overlay {
	opacity: 1;
}

/* 2. 文字变为白色 */
.decent-feature-card:hover .card-title,
.decent-feature-card:hover .card-desc,
.decent-feature-card:hover .card-number,
.decent-feature-card:hover .num-small {
	color: #ffffff;
}

/* 3. 短横线变为白色 */
.decent-feature-card:hover .card-line {
	background-color: #ffffff;
}

/* 响应式：平板与手机端 */
@media (max-width: 992px) {
	.decent-cards-container {
		flex-wrap: wrap;
	}

	.decent-feature-card {
		flex: 0 0 calc(50% - 10px);
		/* 一行两个 */
		min-height: 380px;
	}
}

@media (max-width: 576px) {
	.decent-feature-card {
		flex: 0 0 100%;
		/* 一行一个 */
		min-height: 350px;
	}
}

/* 整体容器 */
.ruy-ny-advantages-section {
	margin: 60px auto;
	border-radius: 20px;
	overflow: hidden;
	margin-block-end: 60px !important;
}

.ruy-ny-advantages-section .ct-container {
	display: flex;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* 左侧文字内容区 */
.ruy-ny-core-content {
	flex: 0 0 55%;
	background-color: var(--theme-palette-color-1);
	padding: 60px 50px;
	box-sizing: border-box;
}

/* 右侧图片区 */
.ruy-ny-core-image {
	flex: 0 0 45%;
	background-image: url('/wp-content/uploads/2026/08/ruy-factory-overview.webp');
	background-size: cover;
	background-position: center;
	min-height: 100%;
}

/* 标题样式 */
.ruy-ny-core-content .core-title {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.2;
	color: #ffffff !important;
	display: block;
}

/* 简介段落样式 */
.ruy-ny-core-content .core-intro {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9) !important;
	margin: 0 0 40px 0;
	display: block;
}

/* 列表容器 */
.ruy-ny-core-content .core-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

/* 单个列表项 */
.ruy-ny-core-content .core-item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	width: 100%;
}

/* 图标容器 */
.ruy-ny-core-content .core-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.ruy-ny-core-content .core-icon svg {
	width: 14px !important;
	height: 14px !important;
	color: #ffffff !important;
	stroke: #ffffff !important;
}

/* 文字容器 */
.ruy-ny-core-content .core-text {
	flex: 1;
	min-width: 0;
}

/* 列表项标题 */
.ruy-ny-core-content .core-item-title {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 8px 0;
	line-height: 1.3;
	color: #ffffff !important;
	display: block;
}

/* 列表项描述 */
.ruy-ny-core-content .core-item-desc {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.75) !important;
	margin: 0;
	display: block;
}

/* 响应式适配 */
@media (max-width: 992px) {
	.ruy-ny-advantages-section {
		max-width: 800px;
	}

	.ruy-ny-advantages-section .ct-container {
		flex-direction: column;
	}

	.ruy-ny-core-content {
		flex: none;
		width: 100%;
		padding: 50px 30px;
	}

	.ruy-ny-core-image {
		flex: none;
		width: 100%;
		height: 350px;
	}
}

@media (max-width: 576px) {
	.ruy-ny-core-content {
		padding: 40px 20px;
	}

	.ruy-ny-core-content .core-title {
		font-size: 26px;
	}
}


/* 整体外层容器：纯白背景 */
.ruy-process-section {
	background-color: #ffffff;
	padding: 80px 20px;
}

/* 头部文本区 */
.ruy-process-header {
	text-align: center;
	margin-bottom: 60px;
}

.ruy-process-maintitle {
	font-size: 42px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	/* 采用 Ruy 的品牌深蓝色 */
	margin-bottom: 20px;
	line-height: 1.2;
	display: block;
}

.ruy-process-subtitle {
	font-size: 18px;
	color: #353535;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
	text-transform: capitalize;
	display: block;
}

/* 网格布局：PC端 3 列 */
.ruy-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	width: 100%;
}

/* 单个卡片样式 */
.ruy-process-card {
	background-color: #ffffff;
	border: 1px solid #f0f2f5;
	/* 极淡的边框勾勒轮廓 */
	border-radius: 12px;
	padding: 45px 35px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	/* 高级弥散阴影 */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

/* 卡片悬停效果 (轻微上浮) */
.ruy-process-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* 背景大数字 (01, 02...) */
.ruy-process-num {
	font-size: 48px;
	font-weight: 300;
	color: #e2e8f0;
	/* 极浅的蓝灰色 */
	line-height: 1;
	margin-bottom: 15px;
	display: block;
}

/* 卡片标题 */
.ruy-process-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--theme-palette-color-1);
	/* 深灰偏黑 */
	margin-bottom: 15px;
	line-height: 1.4;
	display: block;
}

/* 卡片描述文字 */
.ruy-process-desc {
	font-size: 14px;
	color: #000;
	/* 中灰色 */
	line-height: 1.6;
	margin: 0;
	display: block;
}

/* =========================================
   响应式适配 (平板与手机)
   ========================================= */
@media (max-width: 992px) {

	/* 平板端改为 2 列 */
	.ruy-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ruy-process-maintitle {
		font-size: 32px;
	}
}

@media (max-width: 768px) {

	/* 手机端改为 1 列 */
	.ruy-process-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ruy-process-section {
		padding: 60px 15px;
	}

	.ruy-process-maintitle {
		font-size: 28px;
	}

	.ruy-process-card {
		padding: 35px 25px;
	}
}

/* =========================================
	   OEM/ODM 服务模块 (Ruy OEM Section)
	   ========================================= */

.ruy-oem-section {
	background-color: #f8fafc;
	/* 极浅的灰蓝色背景，与纯白板块区分 */
	padding: 80px 0;
}

.ruy-oem-container {
	display: flex;
	align-items: center;
	gap: 60px;
}

/* --- 左侧图片区 --- */
.ruy-oem-image-wrapper {
	flex: 0 0 45%;
	position: relative;
}

.ruy-oem-image {
	width: 100%;
	height: 550px;
	border-radius: 16px;
	background-color: var(--theme-palette-color-1);
	background-size: cover;
	background-position: center;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* 悬浮经验徽章 */
.ruy-oem-badge {
	position: absolute;
	bottom: -20px;
	right: -20px;
	background-color: var(--theme-palette-color-1);
	/* 品牌蓝 */
	color: #ffffff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(27, 77, 130, 0.3);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ruy-oem-badge .badge-number {
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 8px;
}

.ruy-oem-badge .badge-text {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* --- 右侧内容区 --- */
.ruy-oem-content {
	flex: 1;
}

.ruy-oem-label {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	background-color: rgba(27, 77, 130, 0.1);
	padding: 6px 12px;
	border-radius: 4px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.ruy-oem-title {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.ruy-oem-intro {
	font-size: 16px;
	color: #353535;
	line-height: 1.7;
	margin: 0 0 40px 0;
}

/* 服务列表 */
.ruy-oem-features {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.oem-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

/* 图标样式 */
.oem-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.oem-icon svg {
	width: 24px;
	height: 24px;
	color: var(--theme-palette-color-1);
}

/* 列表文字 */
.oem-text .oem-title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px;
}

.oem-text .oem-desc {
	font-size: 14.5px;
	color: #64748b;
	line-height: 1.6;
}

/* =========================================
	   响应式适配 (平板与手机)
	   ========================================= */
@media (max-width: 992px) {
	.ruy-oem-container {
		flex-direction: column;
		gap: 50px;
	}

	.ruy-oem-image-wrapper {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.ruy-oem-image {
		height: 400px;
	}

	.ruy-oem-badge {
		bottom: -15px;
		right: 15px;
	}
}

@media (max-width: 576px) {
	.ruy-oem-section {
		padding: 60px 15px;
	}

	.ruy-oem-title {
		font-size: 28px;
	}

	.ruy-oem-badge {
		padding: 15px;
	}

	.ruy-oem-badge .badge-number {
		font-size: 28px;
	}
}

/* =========================================
	   优势模块 (Ruy Solutions Section)
	   ========================================= */

.ruy-solutions-section {
	background-color: #ffffff;
	padding: 80px 0;
	color: #333333;
}

/* --- 头部标题区 --- */
.ruy-sol-header {
	margin-bottom: 60px;
}

.ruy-sol-label {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}


.ruy-dot {
	width: 6px;
	height: 6px;
	background-color: var(--theme-palette-color-1);
	/* 橙黄色圆点 */
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

.ruy-sol-title {
	font-size: 42px;
	font-weight: 600;
	/* 原图标题字体较细，不那么粗犷 */
	color: #333333;
	margin: 0;
	line-height: 1.3;
	text-align:center;
}

/* --- 图文交错行 --- */
.ruy-sol-row {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-bottom: 80px;
	/* 两行之间的间距 */
}

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

/* --- 图片列 --- */
.ruy-sol-img-col {
	flex: 1;
	width: 50%;
}

.ruy-sol-image {
	width: 100%;
	height: 380px;
	/* 控制图片高度 */
	background-color: #f0f2f5;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
}

/* --- 文字列 --- */
.ruy-sol-text-col {
	flex: 1;
	width: 50%;
}

.ruy-sol-subtitle {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin: 0 0 35px 0;
	line-height: 1.4;
}

/* 列表样式 */
.ruy-sol-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ruy-sol-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

/* 图标样式 */
.ruy-sol-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: #555555;
	margin-top: 3px;
}

.ruy-sol-icon svg {
	width: 100%;
	height: 100%;
}

/* 列表文字 */
.ruy-sol-content {
	flex: 1;
}

.ruy-sol-item-title {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 8px;
}

.ruy-sol-item-desc {
	font-size: 14px;
	color: #777777;
	line-height: 1.6;
}

/* =========================================
	   响应式适配 (平板与手机)
	   ========================================= */
@media (max-width: 992px) {

	/* 平板和手机端，全部改为上下堆叠，图片在上，文字在下 */
	.ruy-sol-row,
	.ruy-sol-row.ruy-sol-reverse {
		flex-direction: column;
		gap: 40px;
	}

	.ruy-sol-img-col,
	.ruy-sol-text-col {
		width: 100%;
	}

	.ruy-sol-image {
		height: 300px;
	}
}

@media (max-width: 576px) {
	.ruy-solutions-section {
		padding: 60px 15px;
	}

	.ruy-sol-title {
		font-size: 26px;
	}

	.ruy-sol-subtitle {
		font-size: 20px;
	}
}

/* =========================================
   定制化优势模块 (Ruy Customization Advantages)
   ========================================= */

.ruy-custom-section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* --- 头部标题区 --- */
.ruy-custom-header {
	text-align: center;
	margin-bottom: 50px;
}

.ruy-custom-label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: var(--theme-palette-color-1);
	/* 品牌蓝 */
	background-color: rgba(27, 77, 130, 0.1);
	padding: 6px 12px;
	border-radius: 4px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.ruy-custom-maintitle {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px 0;
	line-height: 1.2;
}

.ruy-custom-subtitle {
	font-size: 18px;
	color: #353535;
	max-width: 80%;
	margin: 0 auto;
	line-height: 1.6;
	text-transform: capitalize;
}

/* --- 4列网格布局 --- */
.ruy-custom-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

/* 单个卡片容器 */
.ruy-custom-card {
	position: relative;
	height: 480px;
	/* 稍微加高一点，让文字有充足空间 */
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	background-color: #f0f2f5;
}

/* 背景图片层 */
.ruy-custom-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
}

/* 渐变遮罩层 (自然黑蓝渐变) */
.ruy-custom-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(15, 30, 50, 0.05) 0%, rgba(15, 30, 50, 0.2) 40%, rgba(10, 25, 45, 0.9) 100%);
	z-index: 2;
	transition: background 0.4s ease;
}

/* 右上角箭头图标 */
.ruy-custom-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	opacity: 0.6;
	z-index: 3;
	transition: all 0.3s ease;
}

.ruy-custom-icon svg {
	width: 100%;
	height: 100%;
}

/* 底部文字内容区 */
.ruy-custom-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 25px;
	box-sizing: border-box;
	z-index: 3;
}

.ruy-custom-title {
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.ruy-custom-desc {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	margin: 0;
	transition: color 0.3s ease;
}

/* --- 悬停交互效果 --- */
.ruy-custom-card:hover .ruy-custom-bg {
	transform: scale(1.08);
}

.ruy-custom-card:hover .ruy-custom-overlay {
	background: linear-gradient(to bottom, rgba(15, 30, 50, 0.1) 0%, rgba(15, 30, 50, 0.3) 40%, rgba(10, 25, 45, 0.95) 100%);
}

.ruy-custom-card:hover .ruy-custom-icon {
	opacity: 1;
	transform: translate(3px, -3px);
}

.ruy-custom-card:hover .ruy-custom-desc {
	color: rgba(255, 255, 255, 1);
}

/* --- 响应式适配 --- */
@media (max-width: 1024px) {
	.ruy-custom-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ruy-custom-card {
		height: 320px;
	}
}

@media (max-width: 576px) {
	.ruy-custom-section {
		padding: 60px 15px;
	}

	.ruy-custom-maintitle {
		font-size: 28px;
	}

	.ruy-custom-grid {
		grid-template-columns: 1fr;
	}

	.ruy-custom-card {
		height: 280px;
	}

	.ruy-custom-content {
		padding: 25px 20px;
	}
}
.ruy-scenario-section {
		position: relative;
		padding: 100px 0;
		background-size: cover;
		background-position: center;
		background-attachment: scroll;
		/* 如果喜欢视差效果，可以改为 fixed */
	}

	/* 黑色半透明遮罩，压暗背景图，凸显毛玻璃卡片 */
	.ruy-scenario-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		/* 40%透明度的黑色 */
		z-index: 1;
	}

	.ruy-scenario-container {
		position: relative;
		z-index: 2;
		/* 确保内容在遮罩层之上 */
	}

	/* 标题样式 */
	.ruy-scenario-title {
		text-align: center;
		font-size: 42px;
		font-weight: 500;
		color: #ffffff;
		margin: 0 0 50px 0;
		letter-spacing: 0.5px;
	}

	/* 卡片容器：使用 Flex 布局 */
	.ruy-scenario-cards {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		/* 关键：让第二行的两个卡片自动居中 */
		gap: 20px;
		/* 卡片之间的间距 */
	}

	/* --- 毛玻璃卡片样式 (Glassmorphism) --- */
	.ruy-scenario-card {
		/* 宽度计算：一行3个，减去间距 */
		width: calc(33.333% - 14px);
		background: rgba(255, 255, 255, 0.06);
		/* 极淡的白色背景 */
		backdrop-filter: blur(12px);
		/* 核心：背景高斯模糊 */
		-webkit-backdrop-filter: blur(12px);
		/* 兼容 Safari */
		border: 1px solid rgba(255, 255, 255, 0.15);
		/* 半透明白色边框 */
		border-radius: 16px;
		padding: 45px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	/* 卡片悬停交互 */
	.ruy-scenario-card:hover {
		background: rgba(255, 255, 255, 0.12);
		/* 悬停时背景稍微变亮 */
		border: 1px solid rgba(255, 255, 255, 0.3);
		transform: translateY(-5px);
		/* 轻微上浮 */
	}

	/* 图标样式 */
	.ruy-scenario-icon {
		width: 48px;
		height: 48px;
		color: #ffffff;
		margin-bottom: 20px;
	}

	.ruy-scenario-icon svg {
		width: 100%;
		height: 100%;
	}

	/* 文字样式 */
	.ruy-scenario-text {
		font-size: 16px;
		font-weight: 400;
		color: #ffffff;
		line-height: 1.4;
	}

	/* =========================================
	   响应式适配 (平板与手机)
	   ========================================= */
	@media (max-width: 992px) {

		/* 平板端改为一行 2 个 */
		.ruy-scenario-card {
			width: calc(50% - 10px);
		}
	}

	@media (max-width: 576px) {
		.ruy-scenario-section {
			padding: 60px 15px;
		}

		.ruy-scenario-title {
			font-size: 28px;
			margin-bottom: 40px;
		}

		/* 手机端改为一行 1 个 */
		.ruy-scenario-card {
			width: 100%;
			padding: 35px 20px;
		}
	}