@charset "utf-8";
/* ====================公共样式========================= */

/*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);
	/*点击高亮效果*/
	--www: 16rem;
	--interval: var(--www);
	--nav_height: 1rem;
	--theme-color: #fe5200;
	--theme-color-rgb: 0, 78, 162;
	--sec-theme-color: #fe5200;
	--swiper-theme-color: #fe5200;
	--sec-theme-color: #fe5200;
}

/*==常用字号==*/
body {
	--f14: 0.14rem;
	--f16: 0.16rem;
	--f18: 0.18rem;
	--f20: 0.2rem;
	--f22: 0.22rem;
	--f24: 0.24rem;
	--f26: 0.26rem;
	--f28: 0.28rem;
	--f30: 0.3rem;
	--f32: 0.32rem;
	--f34: 0.34rem;
	--f36: 0.36rem;
	--f38: 0.38rem;
	--f40: 0.4rem;
	--f42: 0.42rem;
	--f44: 0.44rem;
	--f46: 0.46rem;
	--f48: 0.48rem;
	--f50: 0.5rem;
	--f52: 0.52rem;
	--f54: 0.54rem;
	--f56: 0.56rem;
	--f58: 0.58rem;
	--f60: 0.6rem;
	--f62: 0.62rem;
	--f64: 0.64rem;
	--f66: 0.66rem;
	--f68: 0.68rem;
	--f70: 0.7rem;
	--f72: 0.72rem;
	--f80: 0.8rem;
	--f100: 1rem;
}

@media screen and (max-width: 1520px) {
	body {
		--f14: 12px;
		--f16: 14px;
		--f18: 16px;
		--f20: 18px;
		--f22: 20px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		--f22: 16px;
		--f24: 18px;
		--f26: 20px;
		--f28: 22px;
		--f30: 0.36rem;
		--f32: 0.36rem;
		--f34: 0.38rem;
		--f36: 0.4rem;
		--f38: 0.4rem;
		--f40: 0.4rem;
		--f42: 0.4rem;
		--f44: 0.4rem;
		--f46: 0.4rem;
		--f48: 0.4rem;
		--f50: 0.42rem;
		--f52: 0.46rem;
		--f54: 0.48rem;
		--f56: 0.52rem;
		--f58: 0.52rem;
		--f60: 0.54rem;
		--f80: 0.72rem;
		--interval: 5vw;
		--nav_height: 58px;
	}
}

@media screen and (max-width: 767px) {
	body {
		--f14: 0.24rem;
		--f16: 0.26rem;
		--f18: 0.28rem;
		--f20: 0.28rem;
		--f22: 0.30rem;
		--f24: 0.32rem;
		--f26: 0.34rem;
		--f28: 0.36rem;
		--f30: 0.4rem;
		--f32: 0.4rem;
		--f34: 0.4rem;
		--f36: 0.4rem;
		--f38: 0.4rem;
		--f40: 0.42rem;
		--f42: 0.42rem;
		--f44: 0.42rem;
		--f46: 0.42rem;
		--f48: 0.42rem;
		--f50: 0.42rem;
		--f52: 0.42rem;
		--f54: 0.44rem;
		--f56: 0.46rem;
		--f58: 0.46rem;
		--f60: 0.48rem;
		--f80: 0.64rem;
	}
}

.f14 {
	font-size: var(--f14);
}

.f16 {
	font-size: var(--f16);
}

.f18 {
	font-size: var(--f18);
}

.f20 {
	font-size: var(--f20);
}

.f22 {
	font-size: var(--f22);
}

.f24 {
	font-size: var(--f24);
}

.f26 {
	font-size: var(--f26);
}

.f28 {
	font-size: var(--f28);
}

.f30 {
	font-size: var(--f30);
}

.f32 {
	font-size: var(--f32);
}

.f34 {
	font-size: var(--f34);
}

.f36 {
	font-size: var(--f36);
}

.f38 {
	font-size: var(--f38);
}

.f40 {
	font-size: var(--f40);
}

.f42 {
	font-size: var(--f42);
}

.f44 {
	font-size: var(--f44);
}

.f46 {
	font-size: var(--f46);
}

.f48 {
	font-size: var(--f48);
}

.f50 {
	font-size: var(--f50);
}

.f52 {
	font-size: var(--f52);
}

.f54 {
	font-size: var(--f54);
}

.f56 {
	font-size: var(--f56);
}

.f58 {
	font-size: var(--f58);
}

.f60 {
	font-size: var(--f60);
}

.f62 {
	font-size: var(--f62);
}

.f64 {
	font-size: var(--f64);
}

.f66 {
	font-size: var(--f66);
}

.f68 {
	font-size: var(--f68);
}

.f70 {
	font-size: var(--f70);
}

.f72 {
	font-size: var(--f72);
}

.f80 {
	font-size: var(--f80);
}

.f100 {
	font-size: var(--f100);
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 默认合并表格边框 */
table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

ol,
ul,
li {
	list-style: none;
}

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;
}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

/*End reset*/

/*public Css*/

/* 重绘元素边框盒 */
* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-ms-touch-action: none;
	/* 阻止windows Phone 的默认触摸事件 */
}

: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%;
}

.clamp2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.clamp5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 水平垂直居中 */
.cell_mid {
	display: table;
	height: 100%;
	width: 100%;
}

.cell_h {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/*动画--规定动画移动出去的时间*/
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;
}

/* 文字限制行数 */
/* 限制一行 */
.linelimit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.linelimit-2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.linelimit-3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.linelimit-4 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


/*动画效果 所有属性获得过度*/
* {
	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;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.ttu {
	text-transform: uppercase;
}

/*全字母转换为大写*/
.ttc {
	text-transform: capitalize;
}

/*首字母转换为大写*/
.fwb {
	font-weight: bold;
}

.fwl {
	font-weight: lighter;
}

.ofh {
	overflow: hidden;
}

.ofh img {
	width: 100%;
	/* 	transition: 1.5s cubic-bezier(.165, .84, .44, 1); */
}

/* .ofh:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
} */

.ofc img {
	object-fit: contain !important;
}

.pst-rel {
	position: relative;
}

.pst-abs {
	position: absolute;
}

.pst-pic {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.w100 {
	width: 100%;
}

.lh-1 {
	line-height: 1;
}

.lh-111 {
	line-height: 1.11;
}

.lh-115 {
	line-height: 1.15;
}

.lh-12 {
	line-height: 1.2;
}

.lh-13 {
	line-height: 1.3;
}

.lh-14 {
	line-height: 1.4;
}

.lh-15 {
	line-height: 1.5;
}

.lh-16 {
	line-height: 1.6;
}

.lh-17 {
	line-height: 1.7;
}

.lh-175 {
	line-height: 1.75;
}

.lh-18 {
	line-height: 1.8;
}

.color-0 {
	color: #000;
}

.color-1 {
	color: #111;
}

.color-2 {
	color: #222;
}

.color-3 {
	color: #333;
}

.color-4 {
	color: #444;
}

.color-5 {
	color: #555;
}

.color-6 {
	color: #666;
}

.color-7 {
	color: #777;
}

.color-8 {
	color: #888;
}

.color-9 {
	color: #999;
}

.color-a {
	color: #aaa;
}

.color-b {
	color: #bbb;
}

.color-c {
	color: #ccc;
}

.color-d {
	color: #ddd;
}

.color-e {
	color: #eee;
}

.color-f {
	color: #fff;
}

.color-main,
.color-red {
	color: var(--theme-palette-color-1);
}

.color-white {
	color: white;
}

.color-black {
	color: black;
}

.color-dark {
	color: #001322;
}

.bg-f8 {
	background-color: #f6faff;
}

.bg-f7 {
	background-color: #f7f8f9;
}

.bg-f5 {
	background-color: #f5f5f5;
}

.bg-f0 {
	background-color: #f0f1f5;
}

.bg-f9 {
	background-color: #f9fcff;
}

.bg-dark {
	background-color: #001322;
}

.bg-red {
	background-color: var(--theme-color);
}

.bg-white {
	background-color: white;
}

.bg-black {
	background-color: black;
}

.bg-666 {
	background-color: #666;
}

.bg-888 {
	background-color: #888;
}

.bg-555 {
	background-color: #555;
}

.bg-aaa {
	background-color: #aaa;
}

.hmax {
	height: 100%;
}

.wmax {
	width: 100%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w49-5 {
	width: 49.5%;
}

.w33 {
	width: 33%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w60 {
	width: 60%;
}

.w70 {
	width: 70%;
}

.w48 {
	width: 48%;
}

.radius3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.radius5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.radius6 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.radius8 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.radius10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.radius20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.radius40 {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.radius50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.col-2 {
	width: 50%;
	float: left;
}

.col-3 {
	width: 33.333333%;
	float: left;
}

.col-4 {
	width: 25%;
	float: left;
}

.col-5 {
	width: 20%;
	float: left;
}

.col-6 {
	widows: 16.6666%;
	float: left;
}

.w12 {
	width: 1200px;
	max-width: 92%;
	margin: 0 auto;
}

.w14 {
	width: 1440px;
	max-width: 92%;
	margin: 0 auto;
}

.w15 {
	width: 1500px;
	max-width: 92%;
	margin: 0 auto;
}

.w16 {
	width: 1600px;
	max-width: 92%;
	margin: 0 auto;
}

.w18 {
	width: 1800px;
	max-width: 92%;
	margin: 0 auto;
}

.pc {
	display: block;
}

.mb {
	display: none;
}

.mt {
	margin-top: 100px;
}

@media all and (max-width:1000px) {
	.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;
}

*[class*="rect-"] ._full.ofc {
	object-fit: contain;
}

.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-67 {
	padding-bottom: 67%;
}

.rect-70 {
	padding-bottom: 70%;
}

.rect-75 {
	padding-bottom: 75%;
}

.rect-80 {
	padding-bottom: 80%;
}

.rect-90 {
	padding-bottom: 90%;
}

.rect-100 {
	padding-bottom: 100%;
}

.rect-110 {
	padding-bottom: 110%;
}

.rect-135 {
	padding-bottom: 135%;
}

.rect-136 {
	padding-bottom: 136%;
}

.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;
}

.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;
}

/* 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;
}

/* 首页轮播图 */
.kt-banner-slider {
	position: relative;
	min-width: 100%;
	overflow: hidden;
	background-color: #fff
}

.kt-slides-container {
	position: relative;
	width: 100%;
	min-height: 890px;
	display: flex
}

.kt-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease-in-out, visibility 0.8s
}

.kt-slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0
}

.kt-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 1
}

.kt-slide.has-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none
}

.kt-slide-content {
	position: relative;
	z-index: 2;
	/* max-width: 1600px;
	margin: 0 auto; */
	height: 100%;
	min-height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.kt-slide-content.align-left {
	align-items: flex-start;
	text-align: left
}

.kt-slide-content.align-right {
	align-items: flex-end;
	text-align: right
}

.kt-slide-content.align-center {
	align-items: center;
	text-align: center
}

.kt-slide-content-inner {
	max-width: 45%;
	margin: 0
}

.kt-slide-heading {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.125em;
	color: #fff;
	margin: 0 0 23px 0
}

.kt-slide-text {
	font-size: 16px;
	line-height: 1.875em;
	color: #fff;
	margin-bottom: 48px
}

.kt-slide-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: .8em 1.5em;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 50px;
	color: #ffffff !important;
	border: solid 1px #FE5200 !important;
	background: linear-gradient(90deg, #FE5200 50%, #ff8800 50%);
	background-size: 204% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all 0.45s ease
}

.kt-slide-button svg {
	width: 14px;
	height: 14px;
	stroke: #fff;
	stroke-width: 2;
	fill: none;
	transition: transform 0.3s;
}

.kt-slide-button:hover {
	background-position: 100% 0;
	color: #ffffff !important;
	border-color: #ff8800 !important;
	background-color: #ff8800 !important;
}

.kt-slide-button:hover svg {
	transform: translateX(4px)
}

.kt-slider-footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	z-index: 3;
	pointer-events: none
}

.kt-slider-footer-content {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	pointer-events: auto
}

.kt-slider-pagination {
	display: flex;
	align-items: center;
	gap: 20px
}

.kt-slider-progress {
	font-size: 16px;
	color: #fff;
	font-weight: 500
}

.kt-slider-progress .current {
	font-weight: 600
}

.kt-slider-dots {
	display: flex;
	gap: 15px
}

.kt-slider-dot {
	width: 48px;
	height: 4px;
	border-bottom: 2px solid rgb(255 255 255 / .6);
	cursor: pointer;
	transition: 0.3s
}

.kt-slider-dot.active {
	border-bottom: 4px solid #FE5200
}

.kt-slider-nav {
	display: flex;
	gap: 12px
}

.kt-slider-nav button {
	width: 48px;
	height: 48px;
	background: rgb(255 255 255 / .9);
	border: none;
	border-radius: 15px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s
}

.kt-slider-nav button:hover {
	background: #FE5200
}

.kt-slider-nav button svg {
	width: 24px;
	height: 24px;
	stroke: #333;
	stroke-width: 2;
	fill: none
}

.kt-slider-nav button:hover svg {
	stroke: #fff
}

@media (max-width: 1440px) {
	.kt-slide-content-inner {
		max-width: 70%;
	}
}

@media (max-width: 1200px) {
	.kt-slide-heading {
		font-size: 36px
	}

	.kt-slide-content-inner {
		max-width: 50%
	}

	.kt-slides-container {
		min-height: 700px
	}
}

@media (max-width: 840px) {
	.kt-slide-heading {
		font-size: 26px
	}
}

@media (max-width: 768px) {
	.kt-slides-container {
		min-height: 500px
	}
}

@media (max-width: 660px) {

	.kt-slide-content.align-left,
	.kt-slide-content.align-right {
		align-items: center;
		text-align: center
	}

	.kt-slide-content-inner {
		max-width: 100%;
		margin: 40px 0 0 0;
		text-align: center !important
	}

	.kt-slide-heading {
		font-size: 28px
	}

	.kt-slider-footer-content {
		justify-content: space-between;
		flex-wrap: nowrap;
		bottom: 20px;
		gap: 10px
	}

	.kt-slider-pagination {
		gap: 10px
	}

	.kt-slider-progress {
		font-size: 14px
	}

	.kt-slider-dot {
		width: 24px
	}

	.kt-slider-nav button {
		width: 36px;
		height: 36px;
		border-radius: 8px
	}

	.kt-slider-nav button svg {
		width: 18px;
		height: 18px
	}
}


/* 产品分类 */
.kt-about-section {
	padding: 100px 0;
}

.kt-container {
	display: flex;
	gap: 60px;
	align-items: flex-start;
}

/* 左侧内容区 */
.kt-about-content {
	flex: 0 0 35%;
	position: sticky;
	top: 170px;
}

.kt-subtitle {
	color: #FE5200;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.kt-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin: 0 0 20px 0;
	text-transform: capitalize;
}

.kt-desc {
	font-size: 16px;
	color: #353535;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

.kt-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.kt-feature-list li {
	display: flex;
	align-items: flex-start;
	font-size: 15px;
	color: #353535;
	font-weight: 600;
	margin-bottom: 18px;
	line-height: 1.5;
}

.kt-check-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background-color: #FFF0E6;
	/* 浅橙色底 */
	color: #FE5200;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	margin-top: 2px;
}

.kt-check-icon svg {
	width: 12px;
	height: 12px;
}

/* 右侧产品网格 */
.kt-product-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.kt-product-card {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

.kt-product-card:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	transform: translateY(-3px);
}

.kt-product-card:hover .kt-card-title {
	color: #FE5200;
}

.kt-card-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #f8f8f8;
	overflow: hidden;
}

.kt-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.kt-product-card:hover .kt-card-img img {
	transform: scale(1.05);
}

.kt-card-bottom {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	flex-grow: 1;
}

.kt-card-title {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0;
	line-height: 1.3;
	padding-right: 10px;
}

.kt-card-arrow {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #f5f5f5;
	color: #333333;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.kt-card-arrow svg {
	width: 16px;
	height: 16px;
}

.kt-product-card:hover .kt-card-arrow {
	background-color: #FE5200;
	color: #ffffff;
}

/* 响应式适配 */
@media (max-width: 1200px) {
	.kt-container {
		gap: 40px;
	}

	.kt-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.kt-container {
		flex-direction: column;
	}

	.kt-about-content {
		position: static;
		width: 100%;
		max-width: 700px;
		margin-bottom: 40px;
	}

	.kt-product-grid {
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.kt-about-section {
		padding: 50px 15px;
	}

	.kt-title {
		font-size: 28px;
	}

	.kt-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.kt-card-bottom {
		padding: 15px;
	}

	.kt-card-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.kt-product-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================
   关于我们 (About Us)
========================================== */

/* 1. 主容器 (全屏高度) */
.index-about {
	position: relative;
	background: rgba(0, 0, 0, 75);
	overflow: hidden;
	height: 100vh;
	min-height: 750px;
}

/* 2. 底层背景图 */
.index-about .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.4;
	/* 压暗背景，突出前景 */
	z-index: 1;
}

/* ==========================================
   核心动画剧本 (Keyframes)
========================================== */

/* SVG 过场动画剧本 */
@keyframes svgSplash {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}

	20% {
		opacity: 1;
		transform: scale(1);
	}

	60% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(4);
	}
}

/* 顶部文字降落剧本 (不变) */
@keyframes contentDrop {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 底部数据升起剧本 (不变) */
@keyframes contentRise {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* ==========================================
   动画元素初始状态 & 触发状态
========================================== */

/* 3. 全屏 SVG 镂空遮罩 (初始隐藏) */
.index-about-mark {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background: url('/wp-content/uploads/2026/07/ktlogo.svg') center center no-repeat;
	background-size: cover;
	pointer-events: none;
}

/* 4. 内容区初始状态 (隐藏) */
.index-about-content-top {
	position: absolute;
	left: 0;
	top: 10%;
	width: 65%;
	opacity: 0;
}

.index-about-content-bottom {
	position: absolute;
	left: 0;
	bottom: 12%;
	width: 100%;
	opacity: 0;
}

/* SVG 动画缩短为 1.5 秒 */
.index-about.is-active .index-about-mark {
	animation: svgSplash 1.5s ease-in-out forwards;
}

/* 顶部文字：在 SVG 快要消失时 (1.4秒) 顺滑衔接出场 */
.index-about.is-active .index-about-content-top {
	animation: contentDrop 0.8s ease-out 1.4s forwards;
}

/* 底部数据：1.6秒出场 */
.index-about.is-active .index-about-content-bottom {
	animation: contentRise 0.8s ease-out 1.6s forwards;
}

/* ==========================================
   内部排版与细节样式 (Typography & Layout)
========================================== */

/* 内容总容器 */
.index-about-content {
	position: absolute;
	width: 75%;
	left: 8.5%;
	top: 0;
	z-index: 11;
	color: #fff;
	height: 100%;
}

/* 顶部文案细节 (已整合字号) */
.index-about-content-top .title-1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 52px;
}

.index-about-content-top .text-1 {
	margin-top: .16rem;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
}

.index-about-content-top .text-2 {
	margin-top: .32rem;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
	text-transform: capitalize;
}

.index-about-content-top .kt-slide-button {
	margin-top: .3rem;
}

.index-about-content-top .kt-slide-button a {
	color: #fff;
}

/* 底部数据区排版 (Flexbox) */
.index-about-data {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index-about-item {
	width: 24%;
}

.index-about-item .icon-1 {
	width: .56rem;
	height: .56rem;
	margin-left: .24rem;
}

.index-about-item .icon-1 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-about-item .index-about-text {
	position: relative;
}

.index-about-item .index-about-text::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: .2;
	z-index: 1;
}

.index-about-item .item-4 {
	position: relative;
	padding-left: .24rem;
}

.index-about-item .item-4::before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FE5200;
	z-index: 1;
}

/* 底部数据细节 (已整合字号) */
.index-about-item .data-1 strong {
	font-weight: bold;
	display: inline-block;
	font-size: 72px;
}

.index-about-item .data-1 span {
	color: #FE5200;
	margin-left: 1vw;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.index-about-item .text-1 {
	color: #fff;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
}

/* ==========================================
   🌟 新增：视频播放按钮样式 (水波纹效果)
========================================== */
.index-about-video-btn {
	position: absolute;
	right: 5%;
	top: 25%;
	/* 与左侧文字大致对齐 */
	z-index: 12;
	cursor: pointer;
	opacity: 0;
	/* 初始隐藏 */
}

/* 跟随顶部文字一起出场 */
.index-about.is-active .index-about-video-btn {
	animation: contentDrop 0.8s ease-out 1.4s forwards;
}

.play-btn-circle {
	position: relative;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.play-btn-circle:hover {
	transform: scale(1.05);
}

/* 红色的播放三角 */
.play-triangle {
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 22px solid #FE5200;
	margin-left: 6px;
	/* 视觉居中微调 */
}

/* 水波纹动画元素 */
.play-btn-circle .ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	z-index: -1;
	animation: videoRipple 2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.play-btn-circle .r2 {
	animation-delay: 0.6s;
}

.play-btn-circle .r3 {
	animation-delay: 1.2s;
}

@keyframes videoRipple {
	0% {
		width: 90px;
		height: 90px;
		opacity: 1;
	}

	100% {
		width: 220px;
		height: 220px;
		opacity: 0;
	}
}


/* ==========================================
   🌟 新增：视频弹窗样式 (Lightbox)
========================================== */
.kt-video-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	/* 确保在最顶层 */
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

/* 弹窗显示状态 */
.kt-video-modal.is-show {
	visibility: visible;
	opacity: 1;
}

/* 黑色半透明背景 */
.kt-video-modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	/* 提示点击可以关闭 */
}

/* 视频内容区 */
.kt-video-modal-content {
	position: relative;
	width: 80%;
	max-width: 1000px;
	z-index: 1;
	background: #000;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	transform: scale(0.9);
	transition: transform 0.3s ease;
}

/* 弹窗出现时的缩放动画 */
.kt-video-modal.is-show .kt-video-modal-content {
	transform: scale(1);
}

.kt-video-modal-content video {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* 关闭按钮 (右上角 X) */
.kt-video-close {
	position: absolute;
	top: -40px;
	right: 0;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.3s;
}

.kt-video-close:hover {
	color: #FE5200;
}

/* 手机端弹窗适配 */
@media (max-width: 767px) {
	.kt-video-modal-content {
		width: 95%;
	}

	.kt-video-close {
		top: -35px;
		right: 5px;
		font-size: 32px;
	}
}


/* ==========================================
   响应式适配 (平板 & 手机)
========================================== */
@media (max-width: 1024px) {
	.index-about-content {
		width: 90%;
		left: 5%;
	}

	.index-about-content-top {
		width: 80%;
	}

	.index-about-data {
		flex-wrap: wrap;
		gap: 2rem 0;
	}

	.index-about-item {
		width: 50%;
	}
}

@media (max-width: 767px) {

	/* 手机端取消 100vh，改为自适应高度 */
	.index-about {
		height: auto;
		padding: 5rem 0;
		min-height: auto;
	}

	.index-about-content {
		position: relative;
		width: 90%;
		left: 5%;
		height: auto;
	}

	.index-about-content-top {
		position: relative;
		width: 100%;
		top: 0;
	}

	.index-about-content-bottom {
		position: relative;
		width: 100%;
		bottom: 0;
		margin-top: 4rem;
	}

	.index-about-item {
		width: 100%;
	}

	/* 手机端字号优化 (防止大字号撑爆屏幕) */
	.index-about-content-top .title-1 {
		font-size: 32px;
	}

	.index-about-content-top .text-1 {
		font-size: 20px;
	}

	.index-about-item .data-1 strong,
	.index-about-item .data-1 span {
		font-size: 44px;
	}

	/* 🌟 手机端视频按钮居中显示，放在文字下方 */
	.index-about-video-btn {
		position: relative;
		right: auto;
		top: auto;
		margin: 3rem auto 0;
		display: flex;
		justify-content: center;
	}
}

/* 公司实力  */
.kt-home-shili-wz-products {
	padding: 80px 0;
}

.kt-home-shili-wz-list {
	gap: 30px;
	padding-inline-start: 0 !important;
}

.kt-home-shili-wz-item {
	width: calc(33.333% - 20px);
	cursor: pointer;
	/* 顶部预留一点空间，防止图片冲出时被外层容器裁切 */
	margin-top: 40px;
	/* 【防抖动核心】相对定位，作为文字绝对定位的参考系 */
	position: relative;
	/* 【防抖动核心】底部预留固定空间，防止绝对定位的文字挡住下一个板块 */
	margin-bottom: 80px;
}

/* 卡片视觉主体 (取消了 padding，转移到 content 中) */
.kt-home-shili-wz-box {
	box-sizing: border-box;
}

/* 独立的背景层 */
.kt-home-shili-wz-bg-layer {
	top: 0;
	left: 0;
}

/* 独立的内容层 */
.kt-home-shili-wz-content {
	padding: 40px 40px 90px 40px;
	box-sizing: border-box;
}

.kt-home-shili-wz-hover-bg {
	top: 0;
	left: 0;
	opacity: 0;
}

.ofc-cover {
	object-fit: cover !important;
}

.kt-home-shili-wz-mask {
	top: 0;
	left: 0;
	background: linear-gradient(to top, rgba(254, 82, 0, 0.95) 0%, rgba(254, 82, 0, 0) 65%);
}

/* 层级控制 */
.z1 {
	z-index: 1;
}

.z2 {
	z-index: 2;
}

.kt-home-shili-wz-num {
	display: none;
	top: 40px;
	left: 40px;
}

/* 调整产品图片大小 */
.kt-home-shili-wz-pic {
	width: 85%;
	margin: 0 auto;
	/* 增加过渡效果，让上移更平滑 */
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.kt-home-shili-wz-pic img {
	filter: drop-shadow(1px -1px 3px rgb(0 0 0 / .2));
}

.kt-home-shili-wz-info {
	bottom: 40px;
	left: 0;
}

/* 底部展开的描述文本 - 【防抖动核心】 */
.kt-home-shili-wz-desc {
	/* 改为绝对定位，彻底脱离文档流，绝不撑开高度 */
	position: absolute;
	top: 100%;
	/* 紧贴卡片底部 */
	left: 0;
	width: 100%;

	opacity: 0;
	visibility: hidden;
	/* 隐藏时不可点击 */
	transform: translateY(-15px);
	/* 初始稍微往上收一点 */
	padding-top: 25px;
	/* 用 padding 替代 margin 来拉开间距 */

	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	text-align: center;
	z-index: 10;
}

/* ==================== Hover 交互动效 ========================= */

/* 整体卡片背景层上浮与阴影 */
.kt-home-shili-wz-item:hover .kt-home-shili-wz-bg-layer {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* 显示背景图 */
.kt-home-shili-wz-item:hover .kt-home-shili-wz-hover-bg {
	opacity: 1;
}

/* 文字变白 */
.kt-home-shili-wz-item:hover .kt-home-shili-wz-num,
.kt-home-shili-wz-item:hover .kt-home-shili-wz-info h3 {
	color: #fff;
}

/* 【核心特效】产品图大幅度上移，冲出卡片边界，并放大 */
.kt-home-shili-wz-item:hover .kt-home-shili-wz-pic {
	transform: translateY(-30%);
	/* 负值越大，冲出越高，可根据实际图片比例微调 */
}

.kt-home-shili-wz-item:hover .kt-home-shili-wz-pic img {
	transform: scale(1.05);
	/* 放大比例 */
}

/* 展开底部描述文本 - 【防抖动核心】 */
.kt-home-shili-wz-item:hover .kt-home-shili-wz-desc {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	/* 悬浮时平滑向下滑出，不改变物理高度 */
}

/* ==================== 响应式适配 ========================= */

@media screen and (max-width: 1520px) {
	.kt-home-shili-wz-head h2 {
		font-size: 60px;
	}
}

@media screen and (max-width: 1200px) {
	.kt-home-shili-wz-content {
		padding: 30px 30px 80px 30px;
	}

	.kt-home-shili-wz-num {
		top: 30px;
		left: 30px;
	}

	.kt-home-shili-wz-info {
		bottom: 30px;
	}

	.kt-home-shili-wz-head {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 992px) {
	.kt-home-shili-wz-item {
		width: calc(50% - 15px);
		margin-bottom: 80px;
		/* 保持平板端的底部间距 */
	}
}

@media screen and (max-width: 767px) {
	.kt-home-shili-wz-head h2 {
		font-size: 42px;
	}

	.kt-home-shili-wz-item {
		width: 100%;
		margin-bottom: 20px;
		/* 手机端恢复正常的底部间距 */
		margin-top: 20px;
	}

	.kt-home-shili-wz-content {
		padding: 25px 25px 70px 25px;
	}

	.kt-home-shili-wz-num {
		top: 25px;
		left: 25px;
	}

	.kt-home-shili-wz-info {
		bottom: 25px;
	}

	/* 手机端默认展示描述 */
	.kt-home-shili-wz-desc {
		/* 手机端恢复正常的文档流，因为手机端不需要悬浮效果 */
		position: relative;
		top: auto;
		visibility: visible;
		opacity: 1;
		transform: none;
		padding-top: 20px;
	}

	/* 手机端取消 Hover 时的产品图破框，防止影响阅读 */
	.kt-home-shili-wz-item:hover .kt-home-shili-wz-pic {
		transform: none;
	}

	.kt-home-shili-wz-item:hover .kt-home-shili-wz-pic img {
		transform: none;
	}
}

/* 领域 */
.ind-app-section {
	position: relative;
	width: 100%;
	/* 宽高比和极限高度放在最外层 */
	aspect-ratio: 1920 / 800;
	min-height: 550px;
	max-height: 850px;
	overflow: hidden;
	background: #000;
}

/* --- 公共大标题 --- */
.ind-app-header {
	position: absolute;
	top: 100px;
	left: 8vw;
	z-index: 10;
	color: #ffffff;
	pointer-events: none;
}

.app-subtitle {
	display: flex;
	align-items: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.app-subtitle::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #ffffff;
	margin-right: 10px;
}

.app-title {
	font-size: 48px;
	/* 标题字号 */
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

/* --- 手风琴容器 --- */
.ind-app-accordion {
	display: flex;
	width: 100%;
	height: 100%;
	/* 填满外层容器 */
}

/* --- 单个卡片基础设置 --- */
.ind-app-card {
	position: relative;
	flex: 1;

	/* 【核心修改】：将 cover 改为 auto 100% */
	/* 这样图片的高度永远和容器一样高，宽度按比例自然溢出。 */
	/* 展开时只会“露出”被隐藏的左右两侧，绝对不会放大图片！ */
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	/* 防止图片不够宽时出现重复 */

	transition: flex 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
	cursor: pointer;
	overflow: hidden;
}

.ind-app-card:last-child {
	border-right: none;
}

/* 悬停时卡片变宽 */
.ind-app-card:hover {
	flex: 2.5;
	/* 悬停时占据更大的比例 */
}

/* --- 遮罩层 (默认深色，悬停红色) --- */
.ind-app-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.58);
	/* 默认的深蓝色/黑色遮罩 */
	transition: background 0.5s ease;
	z-index: 1;
}

.ind-app-card:hover .ind-app-overlay {
	background: rgba(254, 82, 0, 0.75);
	/* 悬停时变成红色遮罩 */
}

/* --- 悬停时左上角浮现的标题 --- */
.ind-app-top {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 2;
	color: #ffffff;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.5s ease;
}

/* 悬停时标题向下浮现 */
.ind-app-card:hover .ind-app-top {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.2s;
	/* 稍微延迟出现，显得更优雅 */
}

.app-subtitle {
	display: flex;
	align-items: center;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.app-subtitle::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #ffffff;
	margin-right: 10px;
}

.app-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: #ffffff
}

/* --- 底部图标与文字 (核心动画区域) --- */
.ind-app-bottom {
	position: absolute;
	z-index: 2;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 悬停时，图标文字移动到左下角 */
.ind-app-card:hover .ind-app-bottom {
	left: 7vw;
	bottom: 50px;
	transform: translate(0, 0);
	align-items: flex-start;
	text-align: left;
	width: auto;
}

/* 图标上方的小横线 (默认隐藏，悬停伸展) */
.app-line {
	width: 0;
	height: 2px;
	background: #ffffff;
	margin-bottom: 20px;
	transition: width 0.5s ease;
}

.ind-app-card:hover .app-line {
	width: 30px;
}

/* 图标样式 */
.app-icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 20px;
	transition: transform 0.5s ease;
}

.app-name {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4;
	margin: 0;
}

/* --- 响应式适配 --- */
@media (max-width: 1024px) {
	.ind-app-section {
		aspect-ratio: 1024 / 600;
		min-height: 500px;
	}

	.app-title {
		font-size: 36px;
	}

	.ind-app-header {
		top: 50px;
		left: 30px;
	}
}

@media (max-width: 768px) {

	.ind-app-section {
		aspect-ratio: auto;
		height: auto;
	}

	.ind-app-accordion {
		flex-direction: column;
	}

	/* 手机端标题可以稍微改小一点 */
	.ind-app-header {
		top: 30px;
		left: 20px;
	}

	.app-title {
		font-size: 28px;
	}

	.ind-app-card {
		height: 150px;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		/* 【核心新增】：手机端是上下结构，必须恢复成 cover 保证铺满 */
		background-size: cover;
	}

	.ind-app-card:hover {
		height: 350px;
		/* 手机端悬停展开高度 */
	}

	.ind-app-top {
		top: 30px;
		left: 20px;
	}

	.app-title {
		font-size: 28px;
	}

	.ind-app-card:hover .ind-app-bottom {
		left: 20px;
		bottom: 30px;
	}
}

/* 荣誉资质 */
/* ==========================================
	   荣誉资质组件 (ind_honor)
	========================================== */
.ind_honor-section {
	padding: 60px 0;
	overflow: hidden;
}

/* 左右布局比例 */
.ind_honor-left {
	width: 32%;
}

.ind_honor-right {
	width: 63%;
}

/* 左侧大图样式 */
.ind_honor-main-pic {
	width: 100%;
	background: #fff;
	padding: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #eee;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.ind_honor-main-pic img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	/* 切换时的渐变动画 */
	animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0.4;
		transform: scale(0.98);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

/* 右侧滚动列表容器 */
.ind_honor-list-wrapper {
	width: 100%;
	position: relative;
}

.ind_honor-list {
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	scroll-behavior: smooth;
	position: relative;
	padding-bottom: 20px;
	/* 隐藏滚动条 */
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.ind_honor-list::-webkit-scrollbar {
	display: none;
}

/* 底部灰色轨道线 */
.ind_honor-track-line {
	position: absolute;
	top: 40px;
	/* 位于标题下方 */
	left: 0;
	width: max-content;
	min-width: 100%;
	height: 2px;
	background: #e5e5e5;
	z-index: 1;
}

/* 动态激活的深色指示线 */
.ind_honor-indicator {
	position: absolute;
	top: 39px;
	/* 覆盖在轨道线上 */
	left: 0;
	width: 0;
	height: 4px;
	background: #fe5200;
	/* 您的主色调，可修改 */
	z-index: 2;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	/* 平滑拉长移动动画 */
}

/* 单个资质项 */
.ind_honor-item {
	flex-shrink: 0;
	width: 220px;
	/* 缩略图宽度 */
	margin-right: 30px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}

/* 标题 */
.ind_honor-title {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	height: 40px;
	line-height: 20px;
	transition: color 0.3s;
}

/* 缩略图 */
.ind_honor-thumb {
	margin-top: 30px;
	/* 给线条留出空间 */
	background: #fff;
	padding: 5px;
	border: 1px solid #eee;
	transition: all 0.3s ease;
	opacity: 0.6;
	/* 默认未激活状态半透明 */
	transform: scale(0.95);
}

.ind_honor-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

/* 激活状态 & 悬停状态 */
.ind_honor-item:hover .ind_honor-title,
.ind_honor-item.active .ind_honor-title {
	color: #fe5200;
	font-weight: bold;
}

.ind_honor-item:hover .ind_honor-thumb,
.ind_honor-item.active .ind_honor-thumb {
	opacity: 1;
	transform: scale(1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-color: #ccc;
}

/* 响应式适配 */
@media (max-width: 1024px) {
	.ind_honor-section .ct-container {
		flex-direction: column;
	}

	.ind_honor-left,
	.ind_honor-right {
		width: 100%;
	}

	.ind_honor-left {
		margin-bottom: 40px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ==========================================
   🌟 新增：右上角切换按钮样式
========================================== */
.ind_honor-section .ct-container {
	position: relative;
	padding-top: 50px;
	/* 给右上角按钮留出顶部空间 */
}

.ind_honor-nav {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	gap: 15px;
	z-index: 10;
}

.ind_honor-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #666;
	background: #fff;
	transition: all 0.3s ease;
}

.ind_honor-btn:hover {
	background: #fe5200;
	/* 悬停变为主色调 */
	border-color: #fe5200;
	color: #fff;
	box-shadow: 0 4px 10px rgba(0, 51, 102, 0.3);
}

/* 手机端适配：调整按钮位置 */
@media (max-width: 1024px) {
	.ind_honor-section .ct-container {
		padding-top: 60px;
	}

	.ind_honor-nav {
		right: 50%;
		transform: translateX(50%);
		top: 0;
	}
}

/* ==========================================
   新增：荣誉板块右侧固定文字区样式
   ========================================== */
.ind_honor-text-content {
	margin-bottom: 4vw;
	/* 与下方轮播图拉开距离 */
	padding-right: 80px;
	/* 给右上角的切换按钮留出空间 */
}

.ind_honor-subtitle {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.ind_honor-main-title {
	font-size: 42px;
	font-weight: 700;
	color: #fe5200;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ind_honor-desc {
	font-size: 16px;
	color: #353535;
	line-height: 1.6;
}

.ind_honor-desc strong {
	color: #ff8800;
	font-weight: 600;
}

/* 响应式适配：在平板和手机端调整文字大小和间距 */
@media (max-width: 1024px) {
	.ind_honor-text-content {
		padding-right: 0;
		c margin-bottom: 30px;
	}

	.ind_honor-main-title {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.ind_honor-main-title {
		font-size: 24px;
	}

	.ind_honor-desc {
		font-size: 15px;
	}
}


/* 解决方案 */
/* Solutions */
.goejnr-industry-section {
	padding: 100px 0;
	box-sizing: border-box;
	background-color: #f8f9fa;
}

/* Header */
.goejnr-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.goejnr-subtitle {
	margin: 0;
	color: #fe5200;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

/* Accordion */
.goejnr-accordion {
	display: flex;
	width: 100%;
	height: 540px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 24px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/*
 * 关键修复：
 * 普通项和 active 项始终保持相同的 flex-basis: 100px；
 * 只让 flex-grow 从 0 过渡到 1。
 */
.goejnr-item {
	position: relative;
	flex: 0 0 100px;
	min-width: 0;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-right: 1px solid #f0f0f0;
	transition: flex-grow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.goejnr-item:last-child {
	border-right: 0;
}

.goejnr-item.active {
	flex-grow: 1;
	cursor: default;
}

/* Overlay */
.goejnr-item::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	background: #fff;
	transition: background 0.4s ease, box-shadow 0.4s ease;
}

.goejnr-item:hover:not(.active)::before {
	background: linear-gradient(135deg, #ff8800 0%, #fe5200 100%);
	box-shadow: inset 2px 2px 15px rgba(255, 255, 255, 0.2);
}

.goejnr-item.active::before {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.85) 0%,
		rgba(0, 0, 0, 0.3) 50%,
		rgba(0, 0, 0, 0) 100%
	);
}

/* Collapsed content */
.goejnr-collapsed {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100px;
	height: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.goejnr-item.active .goejnr-collapsed {
	pointer-events: none;
	opacity: 0;
}

/*
 * 图标固定尺寸，避免图片按面板实时重算大小。
 * transform: translateZ(0) 可减少部分浏览器的子像素渲染闪动。
 */
.goejnr-icon-top {
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	transform: translateZ(0);
	backface-visibility: hidden;
	will-change: transform, opacity;
	transition: transform 0.2s ease;
}

.goejnr-icon-top img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 白色图标 */
.goejnr-item:hover:not(.active) .goejnr-collapsed .goejnr-icon-top img,
.goejnr-item.active .goejnr-expanded .goejnr-icon-top img {
	filter: brightness(0) invert(1);
}

/*
 * 不给图标做上下位移动画。
 * 原先的 translateY(-3px) 在面板伸缩时会因 hover 状态变化而抖动。
 */
.goejnr-vertical-text {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	writing-mode: vertical-rl;
	transition: color 0.2s ease;
}

.goejnr-item:hover:not(.active) .goejnr-vertical-text {
	color: #fff;
}

.goejnr-icon-plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #999;
	font-size: 20px;
	font-weight: 300;
	border: 1px solid #ccc;
	border-radius: 50%;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.goejnr-item:hover:not(.active) .goejnr-icon-plus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.6);
}

/* Expanded content */
.goejnr-expanded {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.goejnr-item.active .goejnr-expanded {
	pointer-events: auto;
	opacity: 1;
	transition-delay: 0.18s;
}

.goejnr-expanded-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.goejnr-content-wrap {
	position: relative;
	max-width: 600px;
	opacity: 0;
	transform: translate3d(0, 12px, 0);
	transition: opacity 0.3s ease 0.22s, transform 0.3s ease 0.22s;
}

.goejnr-item.active .goejnr-content-wrap {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.goejnr-content-wrap::before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 30px;
	height: 3px;
	content: "";
	background: #fff;
	border-radius: 2px;
}

.goejnr-expanded .goejnr-icon-top {
	margin-bottom: 15px;
}

.goejnr-title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.goejnr-desc {
	margin: 0 0 25px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	line-height: 1.6;
}

/* Tablet and mobile */
@media (max-width: 992px) {
	.goejnr-section-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.goejnr-accordion {
		flex-direction: column;
		height: 650px;
	}

	.goejnr-item {
		flex-basis: 70px;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #f0f0f0;
	}

	.goejnr-item:last-child {
		border-bottom: 0;
	}

	.goejnr-collapsed {
		flex-direction: row;
		width: 100%;
		height: 70px;
		padding: 0 20px;
	}

	.goejnr-icon-top {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
	}

	.goejnr-vertical-text {
		flex: 1;
		margin-left: 15px;
		text-align: left;
		writing-mode: horizontal-tb;
	}

	.goejnr-icon-plus {
		margin-left: auto;
	}

	.goejnr-expanded-inner {
		padding: 30px 20px;
	}

	.goejnr-title {
		font-size: 22px;
	}

	.goejnr-desc {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.goejnr-industry-section {
		padding: 40px 15px;
	}

	.goejnr-accordion {
		height: 700px;
	}
}


/* 首页新闻 */
.kt-blog-section {
	padding: 80px 20px;
}

/* 头部样式 */
.kt-blog-header {
	margin-bottom: 50px;
	max-width: 50vw;
}

.kt-section-title {
	font-size: 42px;
	font-weight: 800;
	color: #FE5200;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	letter-spacing: -0.5px;
}

.kt-section-desc {
	font-size: 16px;
	color: #353535;
	line-height: 1.6;
	margin: 0;
	text-transform: capitalize;
}

/* 网格布局 */
.kt-blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

/* 通用链接样式 */
.kt-title-link {
	text-decoration: none;
	color: inherit;
}

.kt-read-more {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	color: #353535;
	text-decoration: none;
	transition: color 0.3s ease;
}

.kt-read-more:hover {
	color: var(--theme-link-hover-color);
}

/* 左侧特色文章 */
.kt-featured-img-wrap {
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px;
	background-color: #f5f5f5;
	aspect-ratio: 16 / 10;
}

.kt-featured-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.kt-featured-img-wrap:hover img {
	transform: scale(1.03);
}

.kt-date-badge {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FE5200;
	color: #ffffff;
	padding: 12px 18px;
	text-align: center;
	border-bottom-right-radius: 12px;
	z-index: 2;
}

.kt-date-badge .kt-day {
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 4px;
}

.kt-date-badge .kt-month {
	display: block;
	font-size: 12px;
	font-weight: 600;
}

.kt-category {
	display: inline-block;
	color: #FE5200;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

.kt-featured-title {
	font-size: 24px;
	font-weight: 700;
	color: #111111;
	line-height: 1.5;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	transition: color 0.3s ease;
}

.kt-title-link:hover .kt-featured-title {
	color: #FE5200;
}

.kt-featured-excerpt {
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

/* 右侧文章列表 */
.kt-blog-list {
	display: flex;
	flex-direction: column;
}

.kt-list-item {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.kt-list-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.kt-list-content {
	flex: 1;
	min-width: 0;
}

.kt-list-date {
	display: block;
	font-size: 13px;
	color: #888888;
	margin-bottom: 8px;
}

.kt-list-title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 1.4;
	margin: 0 0 10px 0;
	text-transform: capitalize;
	transition: color 0.3s ease;
}

.kt-title-link:hover .kt-list-title {
	color: #FE5200;
}

.kt-list-excerpt {
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	line-height: 1.5;
	margin: 0 0 15px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.kt-list-img {
	flex-shrink: 0;
	width: 32%;
	max-width: 200px;
	min-width: 140px;
	aspect-ratio: 3 / 2;
	border-radius: 6px;
	overflow: hidden;
	background-color: #f5f5f5;
	display: block;
}

.kt-list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.kt-list-img:hover img {
	transform: scale(1.05);
}

/* 响应式适配 */
@media (max-width: 1200px) {
	.kt-blog-grid {
		gap: 40px;
	}
}

@media (max-width: 991px) {
	.kt-blog-grid {
		grid-template-columns: 1fr;
	}

	.kt-blog-header {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.kt-blog-section {
		padding: 50px 15px;
	}

	.kt-section-title {
		font-size: 28px;
	}

	.kt-list-item {
		flex-direction: column-reverse;
		gap: 15px;
	}

	.kt-list-img {
		width: 100%;
		max-width: none;
		aspect-ratio: 16 / 9;
	}

	.kt-featured-title {
		font-size: 20px;
	}

	.kt-list-title {
		font-size: 16px;
	}
}

/* 标签文字白色 */
.form-label {
	color: #a3a3a3 !important;
}

/* 输入框输入文字白色 */
input,
textarea {
	color: #a3a3a3 !important;
}

/* 占位提示文字白色 */
input::placeholder,
textarea::placeholder {
	font-size: 14px !important;
	color: #a3a3a3 !important;
	opacity: 1;
}

/* 底部 */
.kt-foot-wz-wrapper {
	/* 模拟原图左侧微弱的光晕渐变效果 */
	background-color: #070707;
	color: #a3a3a3;
	padding-top: 80px;
	/* 	background:transparent url('/wp-content/uploads/2026/07/index_17.webp') no-repeat center/cover; */
}

.kt-foot-wz-wrapper ul {
	padding-inline-start: 0;
}

.kt-foot-wz-main {
	padding-bottom: 70px;
}

.kt-foot-wz-col {
	padding-right: 20px;
}

/* 桌面端默认宽度分配 (总和100%) */
.kt-foot-wz-contact {
	width: 25%;
}

.kt-foot-wz-about {
	width: 12%;
}

.kt-foot-wz-products {
	width: 18%;
}

.kt-foot-wz-social {
	width: 15%;
}

.kt-foot-wz-form {
	width: 30%;
	padding-right: 0;
}

/* 表单需要更宽的空间 */

/* 标题样式 */
.kt-foot-wz-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 1.5;
	text-transform: uppercase;
}

.kt-foot-wz-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: var(--theme-color);
}

/* 联系方式文本 */
.kt-foot-wz-info p,
.kt-foot-wz-info p a {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 12px;
	color: #dbdbdb;
}

.kt-foot-wz-info p a:hover {
	color: var(--theme-color)
}

.kt-foot-wz-info span {
	font-weight: 600;
}

.kt-foot-wz-info span.fax2,
.kt-foot-wz-info span.email2 {
	display: none;
}

/* .kt-foot-wz-info p:first-child {
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: capitalize;
} */

/* 列表链接 */
.kt-foot-wz-list li {
	margin-bottom: 16px;
}

.kt-foot-wz-list li a {
	font-size: 16px;
	color: #dbdbdb;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.kt-foot-wz-list a:hover {
	color: var(--theme-color);
	transform: translateX(5px);
}

/* 社交图标 */
.kt-foot-wz-icons a {
	width: 38px;
	height: 38px;
	color: #ffffff;
	border-radius: 4px;
	margin-right: 12px;
	font-size: 18px;
}

.kt-foot-wz-icons a:hover {
	transform: translateY(-4px);
}

/* 二维码 */
.kt-foot-wz-qr-box {
	background-color: #ffffff;
	padding: 8px;
	display: inline-block;
	border-radius: 4px;
}

.kt-foot-wz-qr-box img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	display: block;
}

.kt-foot-wz-qr-box:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* 底部版权栏 */
.kt-foot-wz-bottom {
	padding: 25px 0;
	border-top: 1px solid #353535;
}

.kt-foot-wz-copyright {
	font-size: 16px;
	color: #dbdbdb;
	font-weight: 500;
	margin-right: 15px;
	margin-block-end: 0
}

.kt-foot-wz-links a {
	font-size: 14px;
	color: #666666;
	margin: 0 12px;
	position: relative;
}

.kt-foot-wz-links a:hover {
	color: var(--theme-color);
}

/* 适配 WordPress 底部版权栏菜单输出的 li 标签 */
.kt-foot-wz-links li {
	display: inline-block;
	list-style: none;
}

.kt-foot-wz-links li a {
	font-size: 14px;
	color: #666666;
	margin: 0 12px;
	position: relative;
	transition: all 0.3s ease-out;
}

.kt-foot-wz-links li a:hover {
	color: var(--theme-color);
}

/* ==========================================================
   响应式适配 (笔记本与移动端)
   ========================================================== */

@media screen and (max-width: 1440px) {
	.kt-foot-wz-contact {
		width: 25%;
	}

	.kt-foot-wz-about {
		width: 15%;
	}

	.kt-foot-wz-products {
		width: 15%;
	}

	.kt-foot-wz-social {
		width: 15%;
	}

	.kt-foot-wz-form {
		width: 30%;
	}
}

@media screen and (max-width: 1200px) {
	.kt-foot-wz-col {
		margin-bottom: 50px;
		padding-right: 30px;
	}

	/* 平板横屏：上排3列，下排2列 */
	.kt-foot-wz-contact {
		width: 40%;
	}

	.kt-foot-wz-about {
		width: 30%;
	}

	.kt-foot-wz-products {
		width: 30%;
	}

	.kt-foot-wz-social {
		width: 40%;
	}

	.kt-foot-wz-form {
		width: 60%;
		padding-right: 0;
	}
}

@media screen and (max-width: 991px) {

	/* 平板竖屏：2列布局，表单占满整行 */
	.kt-foot-wz-contact {
		width: 50%;
	}

	.kt-foot-wz-about {
		width: 50%;
	}

	.kt-foot-wz-products {
		width: 50%;
	}

	.kt-foot-wz-social {
		width: 50%;
	}

	.kt-foot-wz-form {
		width: 100%;
		padding-right: 0;
	}

	.kt-foot-wz-bottom .w16 {
		flex-direction: column;
		text-align: center;
	}

	.kt-foot-wz-copyright {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.kt-foot-wz-links {
		flex-wrap: wrap;
		justify-content: center;
	}

	.kt-foot-wz-links a {
		margin: 5px 10px;
	}
}

@media screen and (max-width: 767px) {

	/* 手机端：全部单列 */
	.kt-foot-wz-wrapper {
		padding-top: 50px;
	}

	.kt-foot-wz-main {
		padding-bottom: 20px;
	}

	.kt-foot-wz-col {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}

	.kt-foot-wz-contact,
	.kt-foot-wz-about,
	.kt-foot-wz-products,
	.kt-foot-wz-social,
	.kt-foot-wz-form {
		width: 100%;
	}

	.kt-foot-wz-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.kt-foot-wz-info p,
	.kt-foot-wz-list a {
		font-size: 15px;
	}
}