:root {
	--hue: #0a5099;
	--hue2: #072B6B;
	--hue3: #0a5099;
	--hue4: #F5F7FB;
	--max-width: 1800px;
	--space:clamp(2.5rem, 2.188rem + 1.39vw, 3.75rem);
}

.grid--1 {
	display: grid !important;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--1>* {
	grid-column: 1 !important;
}

.grid--2 {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--3 {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--4 {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--5 {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--6 {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--7 {
	display: grid !important;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--8 {
	display: grid !important;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--9 {
	display: grid !important;
	grid-template-columns: repeat(9, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--10 {
	display: grid !important;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--11 {
	display: grid !important;
	grid-template-columns: repeat(11, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--12 {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	inline-size: 100%;
}

.grid--1-2 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	inline-size: 100%;
}

.grid--1-3 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
	inline-size: 100%;
}

.grid--2-1 {
	display: grid !important;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	inline-size: 100%;
}

.grid--2-3 {
	display: grid !important;
	grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	inline-size: 100%;
}

.grid--3-1 {
	display: grid !important;
	grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
	inline-size: 100%;
}

.grid--3-2 {
	display: grid !important;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	inline-size: 100%;
}

.grid-rows--1 {
	grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows--2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows--3 {
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows--4 {
	grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows--5 {
	grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows--6 {
	grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows--7 {
	grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows--8 {
	grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows--9 {
	grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows--10 {
	grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows--11 {
	grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows--12 {
	grid-template-rows: repeat(12, minmax(0, 1fr));
}



/* xl */
@media (max-width: 1280px) {
	.width-xl-100 {
		width: 100% !important;
	}

	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.show-xl {
		display: block !important;
	}

	.hide-xl {
		display: none !important;
	}



	.grid--xl-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.grid--xl-1>* {
		grid-column: 1 !important;
	}

	.grid--xl-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grid--xl-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.grid--xl-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.grid--xl-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.grid--xl-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.grid--xl-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.grid--xl-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.grid--xl-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.grid--xl-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.grid--xl-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.grid--xl-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.grid-rows--xl-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.grid-rows--xl-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.grid-rows--xl-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.grid-rows--xl-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.grid-rows--xl-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.grid-rows--xl-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.grid-rows--xl-7 {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.grid-rows--xl-8 {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.grid-rows--xl-9 {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.grid-rows--xl-10 {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.grid-rows--xl-11 {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.grid-rows--xl-12 {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.width-l-100 {
		width: 100% !important;
	}

	.flex-l-row {
		flex-direction: row !important;
	}

	.flex-l-column {
		flex-direction: column !important;
	}

	.flex-l-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-l-column-reverse {
		flex-direction: column-reverse !important;
	}

	.show-l {
		display: block !important;
	}

	.hide-l {
		display: none !important;
	}



	.grid--l-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.grid--l-1>* {
		grid-column: 1 !important;
	}

	.grid--l-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grid--l-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.grid--l-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.grid--l-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.grid--l-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.grid--l-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.grid--l-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.grid--l-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.grid--l-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.grid--l-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.grid--l-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.grid-rows--l-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.grid-rows--l-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.grid-rows--l-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.grid-rows--l-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.grid-rows--l-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.grid-rows--l-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.grid-rows--l-7 {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.grid-rows--l-8 {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.grid-rows--l-9 {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.grid-rows--l-10 {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.grid-rows--l-11 {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.grid-rows--l-12 {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}
}

/* m */
@media (max-width: 768px) {
	.width-m-100 {
		width: 100% !important;
	}

	.flex-m-row {
		flex-direction: row !important;
	}

	.flex-m-column {
		flex-direction: column !important;
	}

	.flex-m-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-m-column-reverse {
		flex-direction: column-reverse !important;
	}

	.show-m {
		display: block !important;
	}

	.hide-m {
		display: none !important;
	}



	.grid--m-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.grid--m-1>* {
		grid-column: 1 !important;
	}

	.grid--m-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grid--m-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.grid--m-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.grid--m-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.grid--m-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.grid--m-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.grid--m-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.grid--m-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.grid--m-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.grid--m-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.grid--m-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.grid-rows--m-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.grid-rows--m-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.grid-rows--m-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.grid-rows--m-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.grid-rows--m-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.grid-rows--m-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.grid-rows--m-7 {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.grid-rows--m-8 {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.grid-rows--m-9 {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.grid-rows--m-10 {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.grid-rows--m-11 {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.grid-rows--m-12 {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.width-s-100 {
		width: 100% !important;
	}

	.flex-s-row {
		flex-direction: row !important;
	}

	.flex-s-column {
		flex-direction: column !important;
	}

	.flex-s-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-s-column-reverse {
		flex-direction: column-reverse !important;
	}

	.show-s {
		display: block !important;
	}

	.hide-s {
		display: none !important;
	}


	.grid--s-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.grid--s-1>* {
		grid-column: 1 !important;
	}

	.grid--s-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grid--s-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.grid--s-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.grid--s-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.grid--s-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.grid--s-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.grid--s-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.grid--s-9 {
		grid-template-columns: repeat(9, minmax(0, 1fr));
	}

	.grid--s-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}

	.grid--s-11 {
		grid-template-columns: repeat(11, minmax(0, 1fr));
	}

	.grid--s-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.grid-rows--s-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.grid-rows--s-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.grid-rows--s-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	.grid-rows--s-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}

	.grid-rows--s-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

	.grid-rows--s-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr));
	}

	.grid-rows--s-7 {
		grid-template-rows: repeat(7, minmax(0, 1fr));
	}

	.grid-rows--s-8 {
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}

	.grid-rows--s-9 {
		grid-template-rows: repeat(9, minmax(0, 1fr));
	}

	.grid-rows--s-10 {
		grid-template-rows: repeat(10, minmax(0, 1fr));
	}

	.grid-rows--s-11 {
		grid-template-rows: repeat(11, minmax(0, 1fr));
	}

	.grid-rows--s-12 {
		grid-template-rows: repeat(12, minmax(0, 1fr));
	}
}






.fz85 {
	font-size: clamp(1.875rem, 1.016rem + 4.3vw, 5.313rem);
}

.fz72 {
	font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
	font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
	font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
	font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
	font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fz62 {
	font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fz60 {
	font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fz58 {
	font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fz56 {
	font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fz54 {
	font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fz52 {
	font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
	font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fz48 {
	font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.fz46 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz44 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz42 {
	font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
	font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fz38 {
	font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fz36 {
	font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
	font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fz32 {
	font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fz30 {
	font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fz28 {
	font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
	font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fz24 {
	font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}

.fz22 {
	font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.fz20 {
	font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fz18 {
	font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.fz16 {
	font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.fz14 {
	font-size: 14px;
}



/* 水平排列，右对齐，垂直居中 */
.flex-row-end-center {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

/* 水平排列，右对齐，垂直顶部对齐 */
.flex-row-end-start {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}

/* 水平排列，右对齐，垂直底部对齐 */
.flex-row-end-end {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}

/* 水平排列，左对齐，垂直居中 */
.flex-row-start-center {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

/* 水平排列，左对齐，垂直顶部对齐 */
.flex-row-start-start {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

/* 水平排列，左对齐，垂直底部对齐 */
.flex-row-start-end {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

/* 水平排列，居中对齐，垂直居中 */
.flex-row-center-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* 水平排列，居中对齐，垂直顶部对齐 */
.flex-row-center-start {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

/* 水平排列，居中对齐，垂直底部对齐 */
.flex-row-center-end {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

/* 水平排列，均匀分布，垂直居中 */
.flex-row-around-center {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

/* 水平排列，均匀分布，垂直顶部对齐 */
.flex-row-around-start {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
}

/* 水平排列，均匀分布，垂直底部对齐 */
.flex-row-around-end {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
}

/* 水平排列，间隔均匀，垂直居中 */
.flex-row-evenly-center {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

/* 水平排列，间隔均匀，垂直顶部对齐 */
.flex-row-evenly-start {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-start;
}

/* 水平排列，间隔均匀，垂直底部对齐 */
.flex-row-evenly-end {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-end;
}

/* 水平排列，两端对齐，垂直居中 */
.flex-row-between-center {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

/* 水平排列，两端对齐，垂直顶部对齐 */
.flex-row-between-start {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

/* 水平排列，两端对齐，垂直底部对齐 */
.flex-row-between-end {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}



/* 水平排列，右对齐，垂直拉伸 */
.flex-row-end-stretch {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
}

/* 水平排列，左对齐，垂直拉伸 */
.flex-row-start-stretch {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}

/* 水平排列，居中对齐，垂直拉伸 */
.flex-row-center-stretch {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

/* 水平排列，均匀分布，垂直拉伸 */
.flex-row-around-stretch {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
}

/* 水平排列，间隔均匀，垂直拉伸 */
.flex-row-evenly-stretch {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
}

/* 水平排列，两端对齐，垂直拉伸 */
.flex-row-between-stretch {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}


/* 垂直排列，顶部对齐，水平居中 */
.flex-column-start-center {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

/* 垂直排列，顶部对齐，水平左对齐 */
.flex-column-start-start {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

/* 垂直排列，顶部对齐，水平右对齐 */
.flex-column-start-end {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
}

/* 垂直排列，居中对齐，水平居中 */
.flex-column-center-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* 垂直排列，居中对齐，水平左对齐 */
.flex-column-center-start {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

/* 垂直排列，居中对齐，水平右对齐 */
.flex-column-center-end {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

/* 垂直排列，底部对齐，水平居中 */
.flex-column-end-center {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

/* 垂直排列，底部对齐，水平左对齐 */
.flex-column-end-start {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

/* 垂直排列，底部对齐，水平右对齐 */
.flex-column-end-end {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
}

/* 垂直排列，均匀分布，水平居中 */
.flex-column-around-center {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

/* 垂直排列，均匀分布，水平左对齐 */
.flex-column-around-start {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

/* 垂直排列，均匀分布，水平右对齐 */
.flex-column-around-end {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-end;
}

/* 垂直排列，间隔均匀，水平居中 */
.flex-column-evenly-center {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

/* 垂直排列，间隔均匀，水平左对齐 */
.flex-column-evenly-start {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
}

/* 垂直排列，间隔均匀，水平右对齐 */
.flex-column-evenly-end {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-end;
}

/* 垂直排列，两端对齐，水平居中 */
.flex-column-between-center {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/* 垂直排列，两端对齐，水平左对齐 */
.flex-column-between-start {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

/* 垂直排列，两端对齐，水平右对齐 */
.flex-column-between-end {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;

}


/* 垂直排列，顶部对齐，水平拉伸 */
.flex-column-start-stretch {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

/* 垂直排列，底部对齐，水平拉伸 */
.flex-column-end-stretch {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
}

/* 垂直排列，居中对齐，水平拉伸 */
.flex-column-center-stretch {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

/* 垂直排列，均匀分布，水平拉伸 */
.flex-column-around-stretch {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: stretch;
}

/* 垂直排列，间隔均匀，水平拉伸 */
.flex-column-evenly-stretch {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: stretch;
}

/* 垂直排列，两端对齐，水平拉伸 */
.flex-column-between-stretch {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}


.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}



.mt_0 {
	margin-top: 0;
}

.mb_0 {
	margin-bottom: 0;
}




.pt {
	padding-top: var(--space);
}

.pb {
	padding-bottom: var(--space);
}

.ptb {
	padding-top: var(--space);
	padding-bottom: var(--space);
}

.bgfixed {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


html,
body {
	font-family: "Inter_Regular";
	font-weight: 400;
}

html {
	scroll-padding-top: 120px;
}

input,
button,
textarea,
select,
button {
	font-family: "Inter_Regular", sans-serif;
	font-weight: 400;
	border: none;
}

.bgf {
	background: #fff;
}

.bgf3 {
	background: #F3F5FA;
}

.bgf4 {
	background: #f4f4f4;
}

.bgf5 {
	background: #F5F5F7;
}

.bgf6 {
	background: #f6f6f6;
}

.bgf8 {
	background: #f8f8f8;
}

.bgfa {
	background: #fafafa;
}

.bgm {
	background: var(--hue);
}

.fwn {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.fmr {
	font-family: "Inter_Regular";
}

.fmb {
	font-family: "Inter_Bold";
}

.fmm {
	font-family: "Inter_Medium";
}



.mb_15_10 {
	margin-bottom: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.mb_18_12 {
	margin-bottom: clamp(0.75rem, 0.656rem + 0.47vw, 1.125rem);
}

.mb_20_14 {
	margin-bottom: clamp(0.875rem, 0.781rem + 0.47vw, 1.25rem);
}

.mb_24_18 {
	margin-bottom: clamp(1.125rem, 1.031rem + 0.47vw, 1.5rem);
}

.mb_30_18 {
	margin-bottom: clamp(1.125rem, 0.938rem + 0.94vw, 1.875rem);
}

.mb_35_20 {
	margin-bottom: clamp(1.25rem, 1.016rem + 1.17vw, 2.188rem);
}

.mb_40_25 {
	margin-bottom: clamp(1.563rem, 1.328rem + 1.17vw, 2.5rem);
}

.mb_45_25 {
	margin-bottom: clamp(1.563rem, 1.25rem + 1.56vw, 2.813rem);
}

.mb_50_25 {
	margin-bottom: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}

.mb_60_30 {
	margin-bottom: clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem);
}

.mb_70_30 {
	margin-bottom: clamp(1.875rem, 1.25rem + 3.13vw, 4.375rem);
}

.wrapper {
	width: 92%;
	max-width: var(--max-width);
	margin-left: auto;
	margin-right: auto;
}

.w_1480 {
	width: 88%;
	max-width: 1480px;
	margin-left: auto;
	margin-right: auto;
}

.w_1400 {
	width: 88%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}


.header_box {
	height: 140px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	background-color: #ffffff;
}

.header.hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.header_t .wrapper {
	height: 80px;
}

.logo {
	width: 240px;
	position: relative;
}

.header_t_tel {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.header_t_tel .item {
	margin-right: clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 0 10px;
}

.header_t_btn {
	background-color: var(--hue3);
	color: #ffffff;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 4.17vw;
}

.header_r_lag {
	position: relative;
}

.header_r_lag_tt {
	cursor: pointer;
	gap: 0 5px;
}

.header_r_lag_tt .icon1 {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
}

.header_r_lag_down {
	display: none;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 140px;
	background: #fff;
	border-radius: 10px;
	padding: 8px 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.header_r_lag_down a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

.header_r_lag_down a:hover {
	color: var(--hue);
}

.header_r_lag_tt .tt {
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
}




.menu_dl {
	margin: 0;
	padding: 0;
}

.menu_dl dd {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: clamp(0.625rem, -3.125rem + 5vw, 2.5rem);
}

.menu_tt {
	font-family: "Inter_Bold";
	display: block;
    font-weight: 600;
	line-height: 60px;
	font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
	color: #222222;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
}

.menu_tt::before {
	content: "";
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 2px;
	background-color: var(--hue);
	opacity: 0;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.menu_dl dd.hover .menu_tt {
	color: var(--hue);
}

.menu_dl dd.hover .menu_tt::before {
	opacity: 1;
}

.menu_down {
    min-width: 300px;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: 1;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	background-color: #ffffff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	display: none;
}

.menu_down_list {
	min-width: 200px;
}

.menu_down_list .item {
	color: #222222;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	line-height: 1.5;
	width: 100%;
	font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
	padding: 10px;
	gap: 5px;
	text-transform: capitalize;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.menu_down_list .item .iconfont {
	font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.menu_down_list .item:hover {
	background-color: var(--hue);
	color: #ffffff;
}


.static {
	position: static !important;
}

.menu_down2 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	box-shadow: none;
	transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	background-color: transparent;
	/* display: none; */
}

.menu_down2_con {
	background-color: #ffffff;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.menu_down2_t {
	padding: 20px;
}

.menu_down2_l {
	width: clamp(16.25rem, 5rem + 15vw, 21.875rem);
}

.menu_down2_table {
	border-radius: 10px;
	overflow: hidden;
	background-color: #F6F8FB;
}

.menu_down2_table .table_item {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	gap: 0 15px;
	min-height: clamp(2.5rem, 3.33vw, 3.75rem);
	padding: 0 15px;
}

.menu_down2_table .table_item .left {
	display: grid;
	gap: 0 10px;
}

.menu_down2_table .table_item.hover {
	background-color: var(--hue);
	color: #ffffff !important;
}
.menu_down2_table .table_item.hover .title {
		background-color: var(--hue);
	color: #ffffff !important;
}
.menu_down2_download {
	margin-top: 10px;
}

.menu_down2_download .table_item {
	background-color: #F6F8FB !important;
}

.menu_down2_download .table_item .left {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	gap: 0 15px;
	padding: 15px 0;
}

.menu_down2_download .title {
	display: grid;
	gap: 5px 0;
}

.menu_down2_download:hover .title .tt:first-child {
	text-decoration: underline;
}






.menu_down2_r {
	width: calc(100% - clamp(16.25rem, 5rem + 15vw, 21.875rem));
}

.menu_down2_title {
	margin-bottom: 20px;
}

.menu_down2_list {
	padding: 0 clamp(0.938rem, -2.188rem + 4.17vw, 2.5rem);
	border-left: 1px solid #eeeeee;
}

.menu_down2_clm a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.menu_down2_clm a .pic {
	width: 38%;
	border-radius: 10px;
	overflow: hidden;
}

.menu_down2_clm a .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.menu_down2_clm .con {
	width: 100%;
	display: grid;
	gap: 10px;
}
.menu_down2_clm .con .text{
display: none;
}
.menu_down2_list:first-child {
	border: none;
}

.menu_down2_list {
	width: 30%;
}

.menu_down2_list2 {
	width: 40%;
}

.menu_down2_list2_item {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 2;

}

.menu_down2_list2_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;

}

.menu_down2_list2_item .pic img {
	width: 100%;
	height: 100%;
	min-height: 150px;
	object-fit: cover;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.menu_down2_list2_item .con {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	display: grid;
	gap: 10px 0;
}

.menu_down2_list2_item .con .btn {
	background-color: var(--hue);
	width: 150px;
	padding: 10px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border-radius: 5px;
}

.menu_down2_list2_type {
	margin-top: 20px;
	display: grid;
	gap: clamp(0.313rem, -0.938rem + 1.67vw, 0.938rem) 0;
}

.menu_down2_list2_type .type {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 10px;

}

.menu_down2_list2_type .type .iconfont {
	width: clamp(2.5rem, 3.33vw, 3.75rem);
	height: clamp(2.5rem, 3.33vw, 3.75rem);
	border-radius: 50%;
	font-size: clamp(1.5rem, 2vw, 2.25rem);
	overflow: hidden;
	border: 1px solid #eeeeee;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	color: var(--hue);
}

.menu_down2_list2_type .type .con {
	width: calc((100% - clamp(2.5rem, 3.33vw, 3.75rem) - 10px));
	display: grid;
	gap: 5px 0;
	margin-top: 5px;
}

.menu_down2_b {
	background-color: #F7F8FC;
	padding: clamp(1.25rem, 1.67vw, 1.875rem) 0;
}

.header_r_r {
	gap: 10px;
}

.menu_down2_tel {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border-right: 1px solid #eeeeee;
	gap: 0 20px;
}

.menu_down2_tel:last-child {
	border-right: none;
}

.menu_down2_tel .con {
	display: grid;
	gap: 5px 0;
}

.menu_down2_tel .iconfont {
	font-size: clamp(1.75rem, -1.25rem + 4vw, 3.25rem);
}

.header_r_search {
	height: 40px;
	font-size: 26px;
	cursor: pointer;
}


.search_box {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -450px;
	z-index: 15;
	width: 900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}

.search_box_l {
	width: calc(100% - 90px);
}

.search_box_text {
	width: 100%;
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}

.search_box_text::-webkit-input-placeholder {
	font-size: 14px;
	text-transform: uppercase;
}

.search_box_sub {
	width: 40px;
	height: 40px;
	font-size: 30px;
	color: var(--hue);
	border: 0;
	background: none;
}

.search_box_close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #666;
	border: 0;
	background: none;
}

.search_box_close:hover {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

.header_box.pro_det .header {
	position: relative !important;
}

.header_box.pro_det {
	background: #FFF;
	color: #333;

}

.header_box.pro_det .header {
	color: #333;
}

.header_b {
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}


/*
 * wap head
 */
.mobile_header {
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_header_top {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	width: 100%;
	height: 52px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(50, 50, 50, .2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_logo {
	height: 52px;
	margin-left: 0;
	padding: 0 15px;
}

.mobile_logo img {
	height: 34px;
	width: auto;
}

.mobile_header_top_r {
	gap: 5px;
}



.mobile_menu_btn {
	width: 54px;
	height: 52px;
	cursor: pointer;
}

.mobile_menu_btn .line {
	display: block;
	height: 3px;
	width: 28px;
	background: #222222;
	border-radius: 4px;
	margin-bottom: 6px;
}

.mobile_menu_btn .line:last-child {
	margin-bottom: 0;
}

.mobile_search_icon,
.mobile_lag_icon {
	width: 30px;
	color: #222222;
	font-size: 24px;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}

.mobile_menu_box {
	position: fixed;
	right: -110%;
	top: 0;
	z-index: 15;
	width: 75%;
	height: 100%;
	background: #fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_close {
	color: #222222;
	position: absolute;
	right: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
	top: calc(clamp(1.125rem, 0.739rem + 1.93vw, 2.188rem) * -0.6);
	z-index: 15;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
}

.mobile_menu_box.show {
	right: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_menu_dl {
	margin: 0;
	padding-top: 20px;
}

.mobile_menu_dl dd {
	clear: both;
	margin: 0;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
	width: calc(100% - 50px);
	color: #333;
	font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
	line-height: 24px;
	padding: clamp(0.625rem, 0.458rem + 0.83vw, 1.125rem) 0;
	text-transform: uppercase;
	font-family: "PlusJakartaSans-Bold";
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
	color: var(--hue);
}

.mobile_menu_tt_icon {
	display: none;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	cursor: pointer;
}

.mobile_menu_down {
	display: none;
	padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
	margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	color: #333;
}

.mobile_menu_down_clm_tt .tt {
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	font-size: clamp(0.875rem, 0.833rem + 0.21vw, 1rem);
	text-transform: capitalize;
	padding: clamp(0.313rem, 0.208rem + 0.52vw, 0.625rem) 0;
}

.mobile_menu_down_clm_tt .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	transform: rotateZ(90deg);
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
}

.mobile_menu_down_clm_list {
	display: none;
	padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0;
	position: relative;
}

.mobile_menu_tt_icon.hover {
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text {
	color: var(--hue);
}

.mobile_search_box {
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 13;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}

.mobile_search_box form {
	width: 100%;
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.mobile_search_text {
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	color: #333;
	width: calc(100% - 40px);
	border: 0;
}

.mobile_search_btn {
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: var(--hue);
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	border: none;
	background: #fff;
}

.mobile_menu_b {
	margin-top: 40px;
}

.mobile_menu_b_clm {
	margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.mobile_menu_b_clm .text {
	font-size: 14px;
	color: #333;
}

.mobile_menu_b_clm .text a {
	color: #333;
	word-break: break-all;
}




.mask,
.mobile_menu_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.mask {
	z-index: 13;
}






.scroll_dots .scroll_dots_bars {
	position: relative;
	padding-top: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
	z-index: 3;
	left: auto;
	bottom: auto !important;
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	gap: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet {
	width: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
	height: clamp(0.625rem, 0.531rem + 0.47vw, 1rem);
	opacity: 1;
	margin: 0;
	position: relative;
	background: #fff;
	border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.scroll_dots2 .scroll_dots_bars .swiper-pagination-bullet {
	background: #F4F4F4;
}

.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active {
	background: var(--hue);
}


.public_scroll_bars {
	position: relative;
	width: 100%;
	height: 1px !important;
	background: #D9D9D9;
	margin-top: clamp(1.563rem, 1.219rem + 1.72vw, 2.938rem);
	margin-bottom: 2px;
}

.public_scroll_bars .swiper-pagination-progressbar-fill {
	top: -2px;
	height: 5px !important;
	background: var(--hue) !important;
	border-radius: 3px !important;
}





.lh12 {
	line-height: 1.2;
}

.lh13 {
	line-height: 1.3;
}

.lh14 {
	line-height: 1.4;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.625;
}

.lh17 {
	line-height: 1.75;
}

.lh18 {
	line-height: 1.875;
}




.lh15 img,
.lh16 img,
.lh17 img,
.lh18 img {
	height: auto !important;
}





.public_scroll_bars {
	position: relative;
	width: 100%;
	height: 1px !important;
	background: #DFDFDF;
	margin-top: clamp(1.563rem, 1.219rem + 1.72vw, 2.938rem);
	margin-bottom: 2px;
}

.public_scroll_bars .swiper-pagination-progressbar-fill {
	top: -2px;
	height: 5px !important;
	background: var(--hue) !important;
	border-radius: 3px !important;
}




.public_scroll_btn1 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: clamp(1.875rem, 1.641rem + 1.17vw, 2.813rem);
	height: clamp(1.875rem, 1.641rem + 1.17vw, 2.813rem);
	font-size: clamp(1rem, 0.938rem + 0.31vw, 1.25rem);
	border-radius: 6px;
	border: 1px solid #666;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.public_scroll_btn1.hover {
	color: #fff;
	background: var(--hue);
	border-color: var(--hue);
}

.public_scroll_btn1.prev {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}


/* 返回顶部  */

.float_fixed {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 3;
	width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem)
}

.float_fixed .item {
	display: block;
	position: relative;
	background: var(--hue);
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.float_fixed .item:last-child {
	border-bottom: none
}

.float_fixed .item:first-child {
	border-top-left-radius: 6px
}

.float_fixed .item:last-child {
	border-bottom-left-radius: 6px
}

.float_fixed .item .item_icon {
	position: relative;
	z-index: 3;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
	height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
	font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
	color: #FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}

.float_fixed .item .item_con {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 230px;
	line-height: clamp(1.875rem, 1.563rem + 1.56vw, 3.125rem);
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: var(--hue);
	opacity: 0;
	font-size: 14px;
	padding-left: 14px;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s
}

.float_fixed .item .item_con .icon {
	font-size: clamp(1.125rem, 1rem + 0.63vw, 1.625rem);
	color: #fff;
	margin-right: 5px
}

.float_fixed .item:hover {
	background-color: var(--hue);

	.item_icon {
		color: #FFF
	}
}

.float_fixed .item:hover .item_con {
	pointer-events: auto;
	opacity: 1;
	right: calc(100% - 5px)
}

.back_top {
	margin-top: 20px;
	border-radius: 5px
}

.back_top .item_icon {
	transform: rotateZ(-90deg)
}





.module2Sixteen {
	display: none;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.module2Sixteen1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(54, 54, 54, .5);
	cursor: pointer
}

.module2Sixteen2 {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 550px
}

.page_pop_inquiry_form_close {
	font-size: clamp(1.5rem, 1.274rem + 0.95vw, 2.25rem);
	color: #fff;
	position: absolute;
	right: 0;
	bottom: calc(100% + clamp(0.625rem, 0.531rem + 0.4vw, 0.938rem));
	cursor: pointer;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s
}

.page_pop_inquiry_form_close:hover {
	-ms-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.Pop_up_inquiry {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.Pop_up_inquiry_l { 
    display: none;
	padding: clamp(1.563rem, 1.091rem + 1.98vw, 3.125rem) clamp(0.938rem, 0.561rem + 1.59vw, 2.188rem);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.Pop_up_inquiry_l_01 {
	color: #fff;
	line-height: 1.5;
	text-decoration: underline
}

.Pop_up_inquiry_r {
	width: 100%;
	background: #fff;
	padding: clamp(1.563rem, 0.903rem + 2.78vw, 3.75rem) clamp(0.938rem, 0.089rem + 3.57vw, 3.75rem)
}

.Pop_up_inquiry_form .item {
	margin-bottom: clamp(0.75rem, 0.637rem + 0.48vw, 1.125rem)
}

.Pop_up_inquiry_form .item input {
	font-family: "DMSans-Regular", "Arial", "sans-serif";
	font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
	color: #444;
	width: 100%;
	height: clamp(2.25rem, 1.986rem + 1.11vw, 3.125rem);
	border: 1px solid #D0D4DE;
	border-radius: 4px;
	padding: 0 10px 0 15px;
	background: none
}

.Pop_up_inquiry_form .item textarea {
	font-family: "DMSans-Regular", "Arial", "sans-serif";
	font-size: clamp(0.875rem, 0.837rem + 0.16vw, 1rem);
	color: #444;
	width: 100%;
	height: 86px;
	border: 1px solid #D0D4DE;
	border-radius: 4px;
	padding: 12px 10px 10px 15px;
	background: none;
	resize: none
}

.Pop_up_inquiry_form .btn input {
	font-family: "DMSans-Regular", "Arial", "sans-serif";
	font-size: clamp(1rem, 0.962rem + 0.16vw, 1.125rem);
	color: #fff;
	width: clamp(11.875rem, 10.933rem + 3.97vw, 15rem);
	height: clamp(2.375rem, 2.149rem + 0.95vw, 3.125rem);
	background: var(--hue);
	border-radius: 25px;
	border: none;
	cursor: pointer;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s
}

.Pop_up_inquiry_form .btn input:hover {
	opacity: .8
}

/* public_btn1 */
/* public_btn1 */
/* public_btn1 */
.public_btn1 {
	display: inline-block;
	border: 1px solid transparent;
	background-color: var(--hue3);
	line-height: clamp(2.5rem, 2.344rem + 0.69vw, 3.125rem);
	padding: 0 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.public_btn_out_line {
	background: none;
	border: 1px solid #DCDCDC;
}

.public_btn1.hover {
	color: #fff;
	background: var(--hue);
	border-color: var(--hue);
}

.public_btn1.dark {
	color: #fff;
	background: #222;
	border-color: #222;
}

.public_btn1.white {
	background: #fff;
}

.public_btn_out_line.white {
	border: 1px solid #dcdcdc;
}

.public_btn1:hover {
	color: #fff;
	background: var(--hue);
	border-color: var(--hue);
}

.public_btn1 .icon2 {
	margin-left: 5px;
}



/* footer_contact */
/* footer_contact */
/* footer_contact */
.footer_contact { 
	     background-color: #3A3A3A;
	position: relative;
	z-index: 2;
	padding: 20px 15px;
	min-height: 325px;
}

.footer_contact_l {
	width: 25%;
}

.footer_contact_r {
	width: 75%;
}

.footer_contact_form .list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-right: auto;
	gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.footer_contact_form .item {
	width: clamp(7.5rem, 6.25rem + 6.25vw, 12.5rem);
}

.footer_contact_form .item input {
	width: 100%;
	height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
	background-color: rgba(255, 255, 255, 50%);
	color: #ffffff;
	border-radius: 100px;
	padding: 0 clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
	font-size: 14px;
}

.footer_contact_form .item input::placeholder {
	color: #ffffff;
	text-transform: capitalize;
}

.footer_contact_form .item.submit {
	width: 150px;
}

.footer_contact_form .item.submit input {
	background-color: var(--hue);
	text-align: center;
	cursor: pointer;
}

/* footer */
/* footer */
/* footer */
.public_footer {
	position: relative;
    
	background-color: #3A3A3A;
}

.public_footer_t {
	padding:  0 0 clamp(1.875rem, 1.406rem + 2.34vw, 3.75rem) 0;
}

.public_footer_l {
	width: 16%;
}

.public_footer_l .text { ;
	word-wrap: break-word;
	/* 旧标准，兼容老浏览器 */
	overflow-wrap: break-word;
	/* 新标准，推荐 */
	word-break: break-all;
	/* 强制任意位置断行（纯英文/链接必加） */
}

.public_footer_logo {
	display: block;
	margin-bottom: 20px;
}

.public_footer_ms {
	margin-top: clamp(0.625rem, -3.125rem + 5vw, 2.5rem);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	grid-gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem);
}

.public_footer_ms a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 42px;
	height: 42px;
	background-color: transparent;
	border-radius: 50%;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.public_footer_ms a:hover {
	transform: translate(0%, -5px);
	-ms-transform: translate(0%, -5px);
	-webkit-transform: translate(0%, -5px);
	color: #ffffff;
	background-color: var(--hue);
	border-color: var(--hue);
	transition: all linear 0.6s;
}

.public_footer_r {
	width: 80%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.footer_t_r_item {
	padding-left: clamp(0.938rem, -3.438rem + 5.83vw, 3.125rem);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_t_r_item .bottom {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.footer_t_r_item_tt {
	text-transform: capitalize;
	color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}


.footer_t_r_item_list a {
	position: relative;
	gap: 5px;
	text-transform: capitalize;
	color: #ffffff;
	padding: clamp(0.188rem, 0.125rem + 0.31vw, 0.438rem) 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	line-height: 1;
}

.footer_t_r_item_list a:hover {
	color: var(--hue);
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}

.footer_t_r_item2 {
	width: 25%;
}

.footer_t_r_item2 a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 0 10px;
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: normal;
}

.footer_t_r_item2 .tt {
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: normal;
	line-height: 1.5;
}

.public_footer_b {
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding: 15px 0;
}

.public_footer_b .footer_b_text {
	text-align: center;
}







/* location */
.location .wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 50px;
	gap: 0 10px;
}


.location a {
	color: #222222;
}

.location a:hover {
	color: var(--hue);
}

.public_module_title .line {
	width: 60px;
	height: 6px;
	background-color: var(--hue);
}

.public_module_title .subtitle {
	margin-bottom: 8px;
}

.public_module_title .title {}

.public_module_title .text {
	word-wrap: break-word;
	/* 旧标准，兼容老浏览器 */
	overflow-wrap: break-word;
	/* 新标准，推荐 */
	word-break: break-all;
	/* 强制任意位置断行（纯英文/链接必加） */
	margin-top: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem) !important;
}

.public_module_title .text a {
	color: #333333;
	text-decoration: underline;
}

.public_module_title .text a:hover {
	color: var(--hue);
}


/* swiper——page */
.public_swiper_pagination {
	margin-top: clamp(1.25rem, 0.938rem + 1.39vw, 2.5rem);
	position: relative;
	bottom: 10% !important;
}

.public_swiper_pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: relative;
	margin: 0 10px !important;
	background-color: #DCDCDC;
	opacity: 1;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.public_swiper_pagination .swiper-pagination-bullet-active {
	background-color: var(--hue);
}

/* page */
.public_pagenavi {
	margin-top: clamp(1.563rem, 1.172rem + 1.95vw, 3.125rem);
}
.public_pagenavi .wp-pagenavi,
.public_pagenavi .public_paging {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 10px;
}
.public_pagenavi .wp-pagenavi>a,
.public_pagenavi .wp-pagenavi>span,
.public_pagenavi .public_paging>a,
.public_pagenavi .public_paging>span {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	color: #333333;
	font-size: 16px;
	width: clamp(2.188rem, 2.047rem + 0.7vw, 2.75rem);
	height: clamp(2.188rem, 2.047rem + 0.7vw, 2.75rem);
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	overflow: hidden;
}
.public_pagenavi .wp-pagenavi>a:hover,
.public_pagenavi .public_paging>a:hover,
.public_pagenavi a:hover,
.public_pagenavi a.hover,
.public_pagenavi a.current,
.public_pagenavi span.current {
	background-color: var(--hue);
	color: #ffffff !important;
}
.public_pagenavi .wp-pagenavi .last,
.public_pagenavi .wp-pagenavi .first,
.public_pagenavi .wp-pagenavi .pages{
	width:auto;
}
.public_pagenavi .page_btn {
	width: clamp(3.125rem, 2.344rem + 3.47vw, 6.25rem) !important;
	font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem) !important;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.public_pagenavi .wp-pagenavi a.page_btn.prev {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
}

/* page */





/* index */
/* index_banner */
.index_banner {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} 
.index_banner_item{
	display: block;
    width: 100%;
}
.index_banner_item img{
	width: 100%;
}
.index_banner_swiper .public_swiper_pagination{
    position: absolute;
    z-index: 3;
    bottom:5% !important;
}
/* index_one */
.index_one_list {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
	padding: 20px 0;
	gap: 15px 0;
	position: relative;
	z-index: 2;
        margin-top: 40px;
	 
}

.index_one_item {
	padding: 0 clamp(0.625rem, 0.469rem + 0.69vw, 1.25rem);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	gap: 0 15px;
	border-right: 1px solid #eeeeee;
}

.index_one_item:last-child {
	border: none;
}

.index_one_item .icon {
	width: clamp(3.75rem, 3.438rem + 1.39vw, 5rem);
	height: clamp(3.75rem, 3.438rem + 1.39vw, 5rem);
	position: relative;
	z-index: 3;
}

.index_one_item .icon img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_one_item .con {
	width: calc(100% - clamp(3.75rem, 3.438rem + 1.39vw, 5rem) - 15px);
}

.index_one_item .title {
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: normal;
}

.index_one_item .text {
	margin-top: clamp(0rem, -0.156rem + 0.69vw, 0.625rem);
	line-height: 1.5;
}

/* public_index_btn */
.public_index_btn {
	gap: 0 10px;
}

/* index_two */
.index_two_swiper .swiper-slide {
	height: auto;
}

.public_swiper_p10 {
	padding: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem);
	position: relative;
	left: calc(0px - clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem));
	width: calc(100% + clamp(0.625rem, 0.469rem + 0.69vw, 1.25rem));

}

.index_two_item {
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	display: inline-block;
	width: 100%;
}

.index_two_item .pic {
	width: 100%;
	overflow: hidden;
}

.index_two_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_two_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_two_item .con {
	display: grid;
	gap: 5px 0;
	padding: clamp(0.625rem, 0.469rem + 0.69vw, 1.25rem) clamp(0.625rem, 0.469rem + 0.69vw, 1.25rem) 30px;
}

.index_two_item .con .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_two_item:hover .title {
	color: var(--hue) !important;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

/* index_three */
.index_three_list {
	gap: 10px clamp(0.625rem, 0.469rem + 0.69vw, 1.25rem);
}

.index_three_item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
	border-radius: 10px;
	overflow: hidden;
	min-height: clamp(10rem, 8.438rem + 6.94vw, 16.25rem);
	padding: 10px clamp(0.938rem, 0.703rem + 1.04vw, 1.875rem);
	gap: 10px 0;
	position: relative;
	z-index: 2;
	text-align: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
    transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}
.index_three_item:hover{ 
	    transform: scale(1.05,1.05);
    
}
.index_three_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.index_three_item .title {
	position: relative;
	z-index: 2;
}

/* index_four */
.index_four_l {
	width: 46%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.index_four_l img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_four_l:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.public_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.index_four_r {
	width: 50%;
}

.index_four_list {
	display: grid;
	gap: clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem) 0;
	margin-top: clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem);
}

.index_four_item {
	width: 100%;
	border-right: 1px solid #eeeeee;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.index_four_item:nth-child(3n) {
	border-right: none;
}

.index_four_item .number {
	width: 100%;
}

/* index_five */
.index_five_list {
	gap: 20px 0px;
}

.index_five_item {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 0 clamp(0.938rem, -3.438rem + 5.83vw, 3.125rem);
}

.index_five_item::before {
	content: "";
	position: absolute;
	top: clamp(1.25rem, 1.094rem + 0.69vw, 1.875rem);
	right: 0px;
	transform: translate(50%, 0%);
	-ms-transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	width: 80%;
	height: 2px;
	background-color: #D9D9D9;
	z-index: -1;
}

.index_five_item::after {
	content: "";
	position: absolute;
	top: clamp(1.125rem, 0.969rem + 0.69vw, 1.75rem);
	right: 0px;
	border-radius: 50%;
	transform: translate(50%, 0%);
	-ms-transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	width: 6px;
	height: 6px;
	background-color: var(--hue);
}

.index_five_item .iconfont {
	width: clamp(2.5rem, 2.188rem + 1.39vw, 3.75rem);
	height: clamp(2.5rem, 2.188rem + 1.39vw, 3.75rem);
	border: 1px solid #DCDCDC;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	margin: auto;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.index_five_item .title {
	margin: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem) 0;
}

.index_five_item:last-child::before,
.index_five_item:last-child::after {
	display: none;
}

.index_five_item:hover .iconfont {
	color: #ffffff !important;
	background-color: var(--hue);
	border-color: var(--hue);
}

/* index_six */
.index_six_swiper .swiper-slide {
	height: auto;
}

.index_six_item {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.index_six_item .pic {
	width: 100%;
	overflow: hidden;
}

.index_six_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_six_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_six_item .con {
	padding: 20px 15px;
	display: grid;
	gap: 10px 0;
}

.index_six_item .con .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_six_item .add {
	margin-top: 10px;
	color: #222222 !important;
}

/* index_seven */
.index_seven {
    display: none;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.index_seven::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: 0.6s;
    z-index: -1;
}
.index_seven_btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: clamp(0.625rem, 0.469rem + 0.69vw, 1.25rem);
}

.index_seven_btn a:last-child {
	background-color: transparent;
	border-color: #ffffff;
}

/* index_eight */
.index_eight_swiper .swiper-slide {
	height: auto;
}

.blog_list_item {
	height: 100%;
}

.blog_list_item .pic {
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.blog_list_item .pic img {
	width: 100%;
  	height:clamp(12.5rem, 10.938rem + 6.94vw, 18.75rem);
	object-fit: cover;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.blog_list_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.blog_list_item .con {
	border-radius: 10px;
	padding: clamp(0.938rem, 0.859rem + 0.39vw, 1.25rem);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog_list_item .trim {
    display: none;
	margin-bottom: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}

.blog_list_item .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog_list_item .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: clamp(0.313rem, 0.234rem + 0.39vw, 0.625rem);
}
.blog_list_item .text p{
	margin:0px;
}


.blog_list_item .public_btn .icon2 {
	display: none;
}

.blog_list_item:hover .public_btn {
	background-color: var(--hue);
	color: #ffffff !important;
}

.blog_list_item:hover .public_btn .icon1 {
	display: none;
}

.blog_list_item:hover .public_btn .icon2 {
	display: inline-block;
}

.blog_list_item:hover .title {
	color: var(--hue) !important;
}











/* index_ten */
.index_ten_item {
	width: 100%;
	display: grid;
	gap: 15px;
	text-align: center;
}

.index_ten_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.index_ten_item .pic img {
	width: 100%;
	height: clamp(9.375rem, 7.813rem + 6.94vw, 15.625rem);
    
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.index_ten_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

/* index_nine */
.index_contact {
 	background-image: none !important;
	     background-color: #3A3A3A;
	position: relative;
	z-index: 2;
	padding: 40px 0;
}

.index_contact_l {
	 display: none;
}

.index_contact_l .title {
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: normal;
}

.index_contact_r {
	width: 100%;
    
}

.index_contact_form .list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 10px;
}

.index_contact_form .item {
	width: calc((100% - clamp(8.75rem, 7.939rem + 4.05vw, 12.5rem) - 2.08vw - 40px) / 4);
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	overflow: hidden;
}

.index_contact_form .item.submit {
	width: clamp(8.75rem, 7.939rem + 4.05vw, 12.5rem);
	margin-left: 2.08vw;
	background-color: var(--hue);
}

.index_contact_form .item.submit input {
	padding: 0;
	cursor: pointer;
	font-size: clamp(0.875rem, 0.848rem + 0.14vw, 1rem);
	font-family: var(--fmm);
}

.index_contact_form .item input {
	display: block;
	width: 100%;
	background-color: transparent;
	color: #ffffff;
	padding: 0 clamp(0.625rem, 0.49rem + 0.68vw, 1.25rem);
	height: clamp(2.5rem, 2.365rem + 0.68vw, 3.125rem);
	border: none;
	font-size: 14px;
	font-family: var(--fmr);
}

.index_contact_form .item input::placeholder {
	font-size: 14px;
	font-family: var(--fmr);
	color: #ffffff;
	text-transform: capitalize;
}

/* pro_list */
/* pro_list */
/* pro_list */
.public_banner {
        display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 2;
}
 
.public_banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 100%), rgba(255, 255, 255, 100%), rgba(255, 255, 255, 100%), rgba(255, 255, 255, 100%), rgba(255, 255, 255, 0%));
	z-index: -1;
}

.public_banner_con {
	max-width: 800px;
	padding: clamp(1.875rem, 1.406rem + 2.08vw, 3.75rem) 0;
}

.public_banner_btn {
	gap: 10px clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem);
	margin-top: clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem);
}

/* list_two */
.list_two_l {
	width: clamp(12.5rem, 0.129rem + 19.33vw, 21.875rem);
}

.list_two_btn {
	display: grid;
	gap: 10px;
	text-align: center;
	margin-top: clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem);
}

.list_two_item .title {
	cursor: pointer;
	color: #222222;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding: 15px 0;
}

.list_two_item .checkbox_list {
	display: grid !important;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	inline-size: 100%;
	gap: 8px;
}

.list_two_item .checkbox_list .checkbox {
	color: #222222;
}

.list_two_table label {
	pointer-events: none;
}

.list_two_r {
	width: calc(100% - clamp(12.5rem, 0.129rem + 19.33vw, 21.875rem) - clamp(0rem, -2.474rem + 3.87vw, 1.875rem));
	margin-left: clamp(0rem, -2.474rem + 3.87vw, 1.875rem);
	border-left: 1px solid #eeeeee;
	padding-left: clamp(0rem, -3.75rem + 5vw, 1.875rem);
}

.list_two_r_form select {
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 5px 10px;
	color: #222222;
}

.list_two_list {
	gap: clamp(0.625rem, 0.156rem + 2.08vw, 2.5rem);
}

.pro_list_item {
	width: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
	overflow: hidden;
}

.pro_list_item .pic {
	display: block;
	width: 100%; 
	overflow: hidden;
    max-height: 260px;
}

.pro_list_item .pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_list_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.pro_list_item .con {
	padding: 15px;
}

.pro_list_item .title {
	margin-bottom: 5px;
	display: inline-block;
}

.pro_list_item .list {
	display: grid;
	gap: 5px;
	margin-top: 10px;
}

.pro_list_item .type {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;

}

.pro_list_item .btn {
	margin-top: 15px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.pro_list_item .btn a {
	border: 1px solid #222222;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	padding: 5px 15px;

}
.pro_list_item .btn a:first-child{
	display: none;
}
.pro_list_item .btn a:last-child {
	background-color: var(--hue3);
	border-color: transparent;
}

/* list_three */
table {
	width: 100%;
}
table tr th,
tbody tr td {
	border: 1px solid #D9D9D9;
	padding: 10px 10px;
	text-align: center;
	color: #222222;
}

tbody tr:first-child td {
	font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
	font-family: "Inter_Bold";
}

tbody tr td:first-child {
	text-align: left;
}

/* list_four */
.list_four_t {
	gap: 10px 20px;
}

.list_four_item {
	background-color: #ffffff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	gap: 15px;
}

.list_four_item .con {
	display: grid;
	gap: 10px;
}

.list_four_item:hover .text,
.list_four_item:hover .iconfont,
.list_four_item:hover .title {
	color: var(--hue) !important;
}

.list_four_b {}

.list_four_l {
	width: 35%;
	overflow: hidden;
}

.list_four_l img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.list_four_l:hover img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.list_four_r {
	width: 55%;
	margin: 0 auto;
}

.list_four_r .left {
	width: 70%;
}

.list_four_r .list {
	display: grid;
	gap: 10px;
	margin-top: 20px;
}

.list_four_r .list .type {
	padding-left: 16px;
	position: relative;
	z-index: 2;

}

.list_four_r .list .type::before {
	content: "";
	display: inline-block;
	position: relative;
	left: -10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #222222;
}

/* .list_five */
.list_five_item {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.list_five_item .pic {
	width: 100%;
	overflow: hidden;
}

.list_five_item .pic img {
	width: 100%; 
    
	height: clamp(12.5rem, 10.938rem + 6.94vw, 18.75rem);
	object-fit: cover;
	
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.list_five_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.list_five_item .con {
	padding: 15px;
	display: grid;
	gap: 10px 0;
}
.list_five_item .con .title{
	line-height: 1.6;
}
.list_five_item .text,
.list_five_item .type {
	gap: 5px;
    display: none;
}

.list_five_item .type .item {
	background-color: #E9EDF5;
	padding: 3px;
}

/* list_six */
.list_six_item .pic {
	border-radius: 10px;
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.list_six_item {
	text-align: center;
}

.list_six_item .pic img {

	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.list_six_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.list_six_item .iconfont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}

/* list_seven */
.list_seven_b {
	gap: 0 40px;
}

.blog_del_three_item {
	margin: 0;
	padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
	background-color: transparent;
	box-shadow: none;
	background-image: repeating-linear-gradient(-6deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(84deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(174deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px), repeating-linear-gradient(264deg, #004195, #004195 8px, transparent 8px, transparent 16px, #004195 16px);
	background-size: 1px calc(0px), calc(0px) 1px, 1px calc(0px), calc(100% + 16.09px) 1px;
	background-position: 0 0, 0 0, 100% 0, 0 0%;
	background-repeat: no-repeat;
	animation: borderAnimation 1s infinite linear;
}

@keyframes borderAnimation {
	from {
		background-position: 0 0, -15.08px 0, 100% -15.08px, 0 100%;
	}

	to {
		background-position: 0 -15.08px, 0 0, 100% 0, -15.08px 100%;
	}
}

.blog_del_three_item .top {
	margin-top: clamp(0rem, -0.234rem + 1.17vw, 0.938rem);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	cursor: pointer;
}

.blog_del_three_item .left {
	width: 90%;
}

.blog_del_three_item .right {
	font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
	color: #666666;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.blog_del_three_item.hover .top div {
	color: var(--hue) !important;
}

.blog_del_three_item.hover .right {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.blog_del_three_item .bottom {
	margin-top: clamp(0.438rem, 0.313rem + 0.63vw, 0.938rem);
	display: none;
}

/* list_eleven */
.list_eleven {
	background-color: var(--hue);
	padding: 40px 0;
}

.list_eleven_list {
	gap: 20px;
}

.list_eleven_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	gap: clamp(0.313rem, 0.156rem + 0.69vw, 0.938rem);
}

.list_eleven_item .con {
	display: grid;
	gap: clamp(0rem, -0.156rem + 0.69vw, 0.625rem) 0;
}

/* pro_list end*/
/* pro_list end*/
/* pro_list end*/
/* pro_cover */
/* pro_cover */
/* pro_cover */
.public_banner_number {
	gap: 20px clamp(0.938rem, 0.703rem + 1.04vw, 1.875rem);
	margin-top: clamp(1.25rem, 0.938rem + 1.39vw, 2.5rem);
}

.public_banner_number .item {
	gap: 10px;
}

.public_banner_number .con {
	display: grid;
	gap: 5px;
}

/* cover_two */
.cover_two_item {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
}

.cover_two_item .pic {
	width: 100%;
	overflow: hidden;
}

.cover_two_item .pic img {
	width: 100%;
	height: clamp(9.375rem, 8.125rem + 5.56vw, 14.375rem);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.cover_two_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.cover_two_item .con {
	padding: 20px 15px;
	display: grid;
	gap: clamp(0.625rem, 0.547rem + 0.35vw, 0.938rem) 0;
}
.cover_two_item .con .text{
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
}
.cover_two_item .public_btn1 {
	width: 160px;
	height: 40px;
	padding: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.cover_two_list {
	gap: clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem);
}

/* cover_ten */
.cover_ten_table .item {
	border: 1px solid #eeeeee;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding: 15px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.cover_ten_table .item.hover {
	background-color: var(--hue);
	color: #ffffff;
}

.cover_ten_item .pic {
	width: 48%;
	overflow: hidden;
}

.cover_ten_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.cover_ten_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.cover_ten_item .con {
	width: 50%;
	display: grid;
	gap: 10px 0;
}

/* pro_cover end*/
/* pro_cover end*/
/* pro_cover end*/
/* solutions_list */
/* solutions_list */
/* solutions_list */

/* list_one */
.list_one_list {
	gap: 20px;
}

.list_one_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	gap: 0 clamp(0.313rem, 0.156rem + 0.69vw, 0.938rem);
	padding: 0 clamp(0rem, -0.313rem + 1.39vw, 1.25rem);
}

.list_one_item .con {
	display: grid;
	gap: 5px;
}

/* solutions_one */
.solutions_one_list {
	gap: clamp(0.625rem, 0.156rem + 2.08vw, 2.5rem);
}

.solutions_one_item {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	display: grid;
	gap: clamp(0.313rem, 0.156rem + 0.69vw, 0.938rem) 0;
	padding: clamp(0.938rem, 0.703rem + 1.04vw, 1.875rem) 15px;
}

/* solutions_two */
.solutions_two_box .wrapper {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}

.solutions_two_con {
	border: 1px solid #eeeeee;
	background-color: #F2F5F9;
	padding: 15px;
	border-radius: 10px;
	overflow: hidden;
	width: clamp(12.5rem, 9.375rem + 13.89vw, 25rem);
}

.solutions_two_con .top {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: clamp(0.313rem, 0.156rem + 0.69vw, 0.938rem);
}

.solutions_two_con .top .left {
	width: 70%;
	display: grid;
	gap: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem) 0;
}

.solutions_two_con .top .btn {
	white-space: nowrap;
}

.solutions_two_con .bottom .list {
	margin: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem) 0;
}

.solutions_two_con .bottom .list .item {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 5px;
	margin-right: 5px;
}

.solutions_two_list {
	width: calc(100% - clamp(12.5rem, 9.375rem + 13.89vw, 25rem) - clamp(0rem, -0.469rem + 2.08vw, 1.875rem));
	gap: clamp(0.625rem, 0.313rem + 1.39vw, 1.875rem);
}

.solutions_two_item {
	width: 100%;
	display: inline-block;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
}

.solutions_two_item .pic {
	width: 100%;
	overflow: hidden;
}

.solutions_two_item .pic img {
	width: 100%;
	height: clamp(9.375rem, 7.656rem + 7.64vw, 16.25rem);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.solutions_two_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.solutions_two_item .con {
	padding: 10px 15px;
	display: grid;
	gap: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem) 0;
}

.solutions_two_item .btn {
	border: 1px solid var(--hue3);
	width: 120px;
	height: 35px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	color: var(--hue3);
	border-radius: 5px;
}

.solutions_two_item:hover .title {
	color: var(--hue) !important;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.solutions_two_b {
	display: grid;
	gap: 40px 0;
}

/* solutions_three */
.solutions_three_list {
	gap: 10px 20px;
}

.solutions_three_list .item {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
	padding: 5px;
	min-height: 40px;
}

/* solutions_four */
.solutions_four_list {
	gap: 20px;
}

.solutions_four_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 15px;
}

.solutions_four_item .number {
	width: clamp(1.875rem, 1.719rem + 0.69vw, 2.5rem);
	height: clamp(1.875rem, 1.719rem + 0.69vw, 2.5rem);
	border-radius: 50%;
	background-color: var(--hue2);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}

.solutions_four_item .con {
	width: calc(100% - clamp(1.875rem, 1.719rem + 0.69vw, 2.5rem) - 15px);
	display: grid;
	gap: clamp(0rem, -0.156rem + 0.69vw, 0.625rem) 0;
}

/* solutions_list end*/
/* solutions_list end*/
/* solutions_list end*/
/* cations */
/* cations */
/* cations */
.cations_one_list {
	gap: clamp(0.625rem, 0.469rem + 0.69vw, 1.25rem);
}
.cations_one_list a{
	display: block;
}
.cations_one_list a .pic{
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.cations_one_list a .pic img{
	width:100%;
	height:100%;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}
.cations_one_item {
	border: 1px solid #eeeeee;
	padding: clamp(0.313rem, 0.156rem + 0.69vw, 0.938rem);
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
}

.cations_one_item .pic {
	width: 100%;
	overflow: hidden;
}

.cations_one_item .pic img {
	width: 100%;
	height: 100%;
}

.cations_one_item .con {
	padding: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem) 0;
	display: grid;
	gap: clamp(0.313rem, 0.234rem + 0.35vw, 0.625rem);
}

.cations_one_item .btn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 0 10px;
}

/* cations_two */
.cations_two_list {
	gap: 20px;
}

.cations_two_item {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 10px;
}

.cations_two_item .pic {
	width: 100%;
}

 

/* cations_three */
.cations_four, 
.cations_three {
	    display: none;
}
.cations_three_list {
	gap: 20px clamp(0.625rem, 0.156rem + 2.08vw, 2.5rem);
	margin-bottom: 40px;
}

.cations_three_item {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 15px;
	display: grid;
	gap: 10px;
	text-align: center;
}

/* cations_four */
.cations_four_list {
	gap: 20px clamp(0.625rem, 0.156rem + 2.08vw, 2.5rem);
}

.cations_four_item {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 15px;
	gap: 15px;
}

.cations_four_item .con {
	display: grid;
	gap: 15px 0;

}

/* cations end*/
/* cations end*/
/* cations end*/
/* solutions_list */
/* solutions_list */
/* solutions_list */
.solutions_list_one_table {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 10px;
}

.solutions_list_one_table .item {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	color: #222222;
}

.solutions_list_one_table .item.hover {
	background-color: var(--hue);
	color: #ffffff !important;
	border-color: var(--hue);
}

/* solutions_list_one */
.solutions_list_one_list {
	display: grid;
	gap: 20px 40px;
}

.solutions_list_one_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 15px;
}

.solutions_list_one_item .pic {
	width: 38%;
	overflow: hidden;
}

.solutions_list_one_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.solutions_list_one_item .con {
	width: 58%;
}

.solutions_list_one_item .top {
	display: grid;
	gap: 10px 0;
}

.solutions_list_one_item .item {
	display: none;
}

.solutions_list_one_item .item:first-child {
	display: block;
}

.solutions_list_one_item .item .text {
	margin-top: 10px;
}
.solutions_list_one_item .bottom{
margin-top: 20px;
    gap:15px;
}
.solutions_list_one_item .btn {
	color: var(--hue);
	background-color: var(--hue3);
	cursor: pointer;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 10px;
        border: 1px solid transparent;
}

.solutions_list_one_item .btn .tt::before {
	content: "Expand All";
	position: relative;
	display: block;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.solutions_list_one_item .btn .icon::before {
	content: "+";
	position: relative;
	top: -2px;
	display: block;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.solutions_list_one_item.hover .item {
	display: block;
}

.solutions_list_one_item.hover .btn .icon::before {
	content: "-";
	top: 0;
}

.solutions_list_one_item.hover .btn .tt::before {
	content: "Retract";
}

/* list_eight */
.list_eight_l {
	width: 55%;
}

.list_eight_l .bottom {
	gap: 20px;
}

.list_eight_item {
	border: 1px solid #eeeeee;
	overflow: hidden;
	padding: 20px 15px;
	display: grid;
	gap: clamp(0.625rem, 0.557rem + 0.34vw, 0.938rem) 0;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.list_eight_item:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.list_eight_item .btn {
	gap: 10px;
}

.list_eight_r {
	width: 40%;
}

.list_eight_r .bottom a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 5px;
	padding: 5px 0;
}

.list_eight_r .bottom a .iconfont {
	color: #222222;
}

.list_eight_r a:hover .iconfont,
.list_eight a:hover .title {
	color: var(--hue) !important;
}

/* solutions_list end*/
/* solutions_list end*/
/* solutions_list end*/
/* service */
/* service */
/* service */
.service_one_item {
	position: relative;
	z-index: 2;
}

.service_one_item::before {
	content: "";
	position: absolute;
	top: 40px;
	right: -50%;
	width: 100%;
	height: 1px;
	z-index: -1;
	background-color: #222222;
}

.service_one_item::after {
	content: "";
	position: absolute;
	top: 40px;
	right: 0%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	z-index: -1;
	border-radius: 50%;
	background-color: #222222;
}

.service_one_item:last-child:after,
.service_one_item:last-child::before {
	display: none;
}

.service_one_item .title {
	text-align: center;
	margin-top: 15px;
}

.service_one_item .iconfont {
	width: 80px;
	border: 1px solid #222222;
	padding: 15px;
	color: #222222;
	border-radius: 50%;
	background-color: #ffffff;
	margin: auto;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.service_one_item:hover .iconfont {
	background-color: var(--hue);
	border-color: var(--hue);
	color: #ffffff;
}

/* service_two */
.service_two_list {
	gap: 20px;
}

.service_two_item {
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 15px;
}

.service_two_item .top {
	display: grid;
	gap: 20px 0;
	margin-bottom: 20px;
}

.service_two_item .title {
	gap: 15px;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.service_two_item .list {
	display: grid;
	gap: 6px 0;
}

.service_two_item .list .item {
	position: relative;
	color: #666;
	z-index: 2;
	padding-left: 10px;
}

.service_two_item .item::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #666;
	border-radius: 50%;
	display: inline-block;

}

.service_two_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.service_two_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.service_two_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.service_two_item:hover .title {
	color: var(--hue) !important;
}

/* service_three */
.service_three {
	background-color: var(--hue2);
}

.service_three_con {
	width: 100%;
}

.service_three_l {
	width: 35%;
}

.service_three_number {
	gap: 20px;
}

.service_three_number .item {
	display: grid;
	gap: 10px;
}

.service_three_c {
	width: 35%;
	margin-right: auto;
	display: grid;
	gap: 20px;
}

.service_three_c img {
	width: 100%;
	height: 100%;
}

.service_three_c .list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	gap: 20px;
	color: #ffffff;
}

.service_three_c .item {
	position: relative;
	z-index: 2;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 10px;
}

.service_three_c .icon {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--hue);
}

.service_three_r {
	width: 25%;
	display: grid;
	border: 1px solid rgba(255, 255, 255, 50%);
	border-radius: 20px;
	overflow: hidden;
	padding: 20px clamp(0.625rem, -1.024rem + 2.58vw, 1.875rem);
	background-color: rgba(255, 255, 255, 5%);
	backdrop-filter: blur(15px);
}

.service_three_r .list {
	display: grid;
	gap: 10px;
	margin: 20px 0;
}

.service_three_r .item {
	gap: 10px;
}

.service_three_r .item .icon {
	color: var(--hue);
}

.service_three_r .public_btn1 {
	padding: 0 10px;
	line-height: 1;
	height: 45px;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 30px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	gap: 10px;
}

.service_three_r .public_btn1:hover {
	background-color: var(--hue);
	border-color: var(--hue);
}

/* service_four */
.service_four_list {
	gap: 20px;
}

.service_four_item {
	text-align: center;
}

.service_four_item .icon {
	height: clamp(2.188rem, 1.953rem + 1.04vw, 3.125rem);
	margin-bottom: 10px;
}

.service_four_item .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.service_four_item:hover .icon img {
	transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

/* service_one_ */
/* service end*/
/* service end*/
/* service end*/

/* crane */
/* crane */
/* crane */
.public_banner_box .btn {
	gap: 10px;
	margin: 20px 0;
}

.public_banner_box .list {
	gap: 20px;
}

.public_banner_box .list .item .icon {
	width: 40px;
	margin-bottom: 10px;
}

.public_banner_box .list .item .icon img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}







/* crane_one */
.crane_one_list {
	gap: clamp(0.938rem, 0.703rem + 1.04vw, 1.875rem);
}

.crane_one_item {
	border-radius: 10px;
	overflow: hidden;
	display: block;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.crane_one_item .pic {
	width: 100%;
	overflow: hidden;
}

.crane_one_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.crane_one_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.crane_one_item .con {
	padding: 15px;
	display: grid;
	gap: clamp(0.625rem, 0.547rem + 0.35vw, 0.938rem) 0;
}

.crane_one_item .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 8px;
	color: #222222;
	line-height: 1.3;
}

.crane_one_item .btn {
	border: 1px solid #eeeeee;
	width: 350px;
	margin: auto;
	height: 50px;
	border-radius: 10px;
	color: #222222;
	gap: 10px;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.crane_one_item:hover .btn {
	background-color: var(--hue);
	color: #ffffff;
	border-color: var(--hue);
}

.crane_one_titel {
	text-align: center;
	margin-top: 40px;
}

/* crane_two */
.crane_two_list {
	gap: clamp(0.625rem, 0.156rem + 2.08vw, 2.5rem);
}

.crane_two_item {
	display: block;
}

.crane_two_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.crane_two_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.crane_two_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.crane_two_item .con {
	padding: 15px 0;
}

.crane_two_item .title {
	margin-bottom: 10px;
}

.crane_two_item .btn {
	margin-top: clamp(0.625rem, 0.547rem + 0.35vw, 0.938rem);
}

/* crane_three */
.crane_three {
	background-color: var(--hue2);
}

.crane_two_l {
	width: 45%;
}

.crane_two_r {
	width: 55%;
}

.crane_two_r img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.crane_three_list .list {
	display: grid;
	gap: 15px;
}

.crane_three_list .item {
	color: #ffffff;
	position: relative;
	z-index: 2;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 10px;
}

.crane_three_list .icon {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--hue);
}

/* crane_four */
.crane_four_b {
	gap: clamp(0.938rem, 0.547rem + 1.74vw, 2.5rem);
}

.crane_four_item {
	display: block;
	text-align: center;
}

.crane_four_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.crane_four_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.crane_four_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.crane_four_item .con {
	display: grid;
	gap: 10px;
	padding: 15px;
}

/* crane 	end*/
/* crane 	end*/
/* crane 	end*/
/* about */
/* about */
/* about */
/* about_one */
.about_one_l {
	width: 48%;
	overflow: hidden;
}

.about_one_l img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.about_one_r {
	width: 48%;
}

.about_one_r .list {
	margin-top: 40px;
	display: grid;
	gap: 15px;
}

.about_one_r .list .item {
	gap: 10px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.about_one_r .list .item .icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: var(--hue);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	color: #ffffff;
}


/* about_two */
.about_two_swiper {
	position: relative;
	z-index: 2;
}

.about_two_swiper::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
}

.about_two_item {
	padding-top: 40px;
}

.about_two_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	width: 20px;
	height: 20px;
	background-color: var(--hue);
	border-radius: 50%;
	overflow: hidden;
}

.about_two_item {
	display: grid;
	gap: 10px;
	text-align: center;
}

.about_two_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.about_two_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.about_two_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

/* about 	end*/
/* about 	end*/
/* about 	end*/
/* news_list */
/* news_list */
/* news_list */
.news_list_t{
	padding-top: var(--space); 
    
}
.news_list_t .wrapper { 
	position: relative;
	z-index: 2; 
    gap:15px;
	   
}
.news_list_t a{
	        border: 1px solid #eeeeee;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    min-height: 40px;
    padding: 0 20px;
    color: #222222;
} 

.news_list_t a.hover {
    background-color: var(--hue);
    color: #ffffff !important;
    border-color: var(--hue);
}
.news_list_l {
	width: calc(100% - clamp(12.5rem, 8.594rem + 17.36vw, 28.125rem) - clamp(0rem, -0.625rem + 2.78vw, 2.5rem));
}

.news_list_dl dd,
.news_list_dl {
	margin: 0;
	padding: 0;
}

.news_list_dl {
	display: grid;
	gap: 40px 0;
}

.news_list_item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	gap: 15px;
}

.news_list_item .pic {
	width: 35%;
	border-radius: 10px;
	overflow: hidden;
}

.news_list_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.news_list_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.news_list_item .con {
	width: 62%;
	display: grid;
	gap: 10px 0;
}
.trim,
.news_list_item .con .trim{
display: none;
}
.news_list_item .btn {
	color: var(--hue3);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 10px;
}








.news_list_r {
	width: clamp(12.5rem, 8.594rem + 17.36vw, 28.125rem);
	
	 
}

.news_list_r_one {
	width: 100%;
     margin-bottom: clamp(1.25rem, 0.938rem + 1.39vw, 2.5rem);
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
        height: min-content;
}

.news_list_title {
	background-color: var(--hue2);
	padding: 20px clamp(0.938rem, 0.703rem + 1.04vw, 1.875rem);
}

.news_list_r_one_list {
	padding: 20px clamp(0.938rem, 0.703rem + 1.04vw, 1.875rem);
	display: grid;
}

.news_list_r_one .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 10px;
	padding: clamp(0.625rem, 0.547rem + 0.35vw, 0.938rem) 0;
	border-bottom: 1px solid #D9D9D9;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.news_list_r_one .item .pic {
	width: 28%;
	border-radius: 5px;
	overflow: hidden;
}

.news_list_r_one .item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.news_list_r_one .item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.news_list_r_one .item .con {
	width: 68%;
	display: grid;
	gap: 10px;
}
.news_list_r_one .item .con .text{
	overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.news_list_r_one .item:hover .title {
	color: var(--hue) !important;
}

.news_list_r_one_list .public_btn1 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	margin-top: 20px;
}

/* news_list 	end*/
/* news_list 	end*/
/* news_list 	end*/
/* news_del */
/* news_del */
/* news_del */
.news_del_text div{ 
       width: 100% !important;;
}
.news_del_one {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	gap: 20px;
}

.news_del_one .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	gap: 5px;
}

.news_del_page {
	margin-top: clamp(1.25rem, 0.938rem + 1.39vw, 2.5rem);
	border: 1px solid #eeeeee;
	padding: 15px;
	border-radius: 10px;
	gap: 20px;
	overflow: hidden;
}

.news_del_page .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 15px;

}

.news_del_page .item:last-child {
	border-left: 1px solid #eeeeee;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	text-align: right;
}

.news_del_page .item:last-child .iconfont {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.news_del_page .item .iconfont {
	width: 50px;
	height: 50px;
	color: #222222;
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	border-radius: 50%;
	background-color: #eeeeee;
	transition: all .6s;
	-ms-transition: all .6s;
	-webkit-transition: all .6s;
}

.news_del_page .con {
	display: grid;
	gap: 10px;
	width: calc((100% - 50px));
}

.news_del_page .item:hover .title {
	color: var(--hue) !important;
}

.news_del_page .item:hover .iconfont {
	color: #ffffff;
	background-color: var(--hue);
}

/* news_del_case */
.news_del_case_b{
	gap: clamp(1.25rem, 0.938rem + 1.39vw, 2.5rem);
}
.news_del_case_b a .title{
	margin: 10px 0;
}
.news_del_case_b a .pic img{ 
height:clamp(12.5rem, 10.938rem + 6.94vw, 18.75rem);
    width: 100%;
		transition: all .6s;
		-ms-transition: all .6s;
		-webkit-transition: all .6s;
}
.news_del_case_b a,
.news_del_case_item {
	display: block;
}
.news_del_case_b a .pic,
.news_del_case_item .pic {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.news_del_case_item .pic img {
	width: 100%;
	height: 100%;
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.news_del_case_item .con {
	display: grid;
	gap: 10px 0;
	margin-top: 10px;
}
.news_del_case_b a:hover .pic img,
.news_del_case_item:hover .pic img {
	transform: scale(1.13, 1.13);
	-ms-transform: scale(1.13, 1.13);
	-webkit-transform: scale(1.13, 1.13);
	transition: all 1.8s;
	-ms-transition: all 1.8s;
	-webkit-transition: all 1.8s;
}

.news_del_case_item:hover .title {
	color: var(--hue) !important;
}

/* news_del		end */
/* news_del		end */
/* news_del		end */



.contact3_one_b {
	gap: clamp(0.938rem, 0.797rem + 0.7vw, 1.5rem);

}

.contact3_one_item {
	border-radius: 20px;
	overflow: hidden;
	background-color: #ffffff;
	text-align: center;
	padding: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem);
	box-shadow: 0 4px 12px rgba(169, 164, 164, 25%);
}
.contact3_one_item .icon {
	width: clamp(2.188rem, 1.953rem + 1.17vw, 3.125rem);
	margin: auto; 
}

.contact3_one_item .icon img {
	width: 100%;
	height: 100%;
}

.contact3_one_item .text {
	margin-top: clamp(0.5rem, 0.391rem + 0.55vw, 0.938rem);
	word-wrap: break-word;
	/* 旧标准，兼容老浏览器 */
	overflow-wrap: break-word;
	/* 新标准，推荐 */
	word-break: break-all;
	/* 强制任意位置断行（纯英文/链接必加） */
}

.contact3_one_item:hover .icon img {
	transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}



















/* advantage_list */
/* advantage_list */
/* advantage_list */
.advantage_list_one {
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 2;
}

.advantage_list_one_table {
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: auto;
  gap: 0 clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
}

.advantage_list_one_table::-webkit-scrollbar {
  height: 3px;
  border-radius: 30px;
}

.advantage_list_one .item {
  position: relative;
  padding: clamp(0.938rem, 0.781rem + 0.78vw, 1.563rem) 5px;
  color: #333333;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.advantage_list_one .item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 3px;
  background: var(--hue);
  width: 0;
  transition: all 0.3s;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

.advantage_list_one .item:hover::after,
.advantage_list_one .item.hover::after {
  width: 100%;
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.advantage_list_one .item:hover,
.advantage_list_one .item.hover {
  color: var(--hue) !important;
}

/* .advantage_list_two */
.advantage_list_two_b .top {
  display: grid;
  gap: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem) 0;
}

.advantage_list_two_item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  padding-bottom: clamp(0rem, -0.781rem + 3.91vw, 3.125rem);
}

.advantage_list_two_item .left {
  position: relative;
  padding: clamp(0rem, -0.625rem + 3.13vw, 2.5rem) 0 clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem) 0;
  width: 24%;
}

.advantage_list_two_item .center {
  width: 75%;
  overflow: hidden;
}

.advantage_list_two_item .right {
  background: #fff;
  border: 1px solid #e2e5e8;
  width: 650px;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
    z-index: 2;
  padding: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.advantage_list_two_item .center img {
  width: 100%;
  height: 100%;
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}

.advantage_list_two_item .center:hover img {
  transform: scale(1.13, 1.13);
  -ms-transform: scale(1.13, 1.13);
  -webkit-transform: scale(1.13, 1.13);
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}

.advantage_list_two_item .right:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all .6s;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
}

.advantage_list_two_list {
  gap: clamp(1.25rem, 0.625rem + 3.13vw, 3.75rem) clamp(0.938rem, 0.469rem + 2.34vw, 2.813rem);
  margin-top: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
}

.advantage_list_two_list .item {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.advantage_list_two_list .item .pic {
  width: 100%;
  overflow: hidden;
  margin-bottom: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem);
}

.advantage_list_two_list .item .pic img {
  width: 100%;
  height: 100%;
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}

.advantage_list_two_list .item:hover img {
  transform: scale(1.13, 1.13);
  -ms-transform: scale(1.13, 1.13);
  -webkit-transform: scale(1.13, 1.13);
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}


.advantage_list_two_list .item:after {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  content: "";
  transition: all 0.5s;
  bottom: 0;
}

/* del_one */
/* del_one */
/* del_one */
/* del_one */
.del_one{
	display: none;
  border-bottom: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) solid var(--hue);
}
.del_one_con {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
    align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.del_one_r,
.del_one_l {
  width: 50%;
}

.del_one_swiper { 
}

.del_one_swiper .swiper-slide {
  overflow: hidden;
  width: 100%;
    max-height:clamp(12.5rem, 8.594rem + 19.53vw, 28.125rem);
}

.del_one_swiper img {
  width: 100%;
    height:100%;
    
  object-fit: cover;
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}
.del_one_swiper:hover img{
	transform: scale(1.13, 1.13);
    -ms-transform: scale(1.13,1.13);
    -webkit-transform: scale(1.13, 1.13);
    transition: all 1.8s;
    -ms-transition: all 1.8s;
    -webkit-transition: all 1.8s;
}
 

.del_one_r {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px 0 0 clamp(0.938rem, -1.84rem + 4.34vw, 2.5rem);
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.del_one_title {
  margin-bottom: 15px;
}

.del_one_type {
  background-image: repeating-linear-gradient(-11deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px), repeating-linear-gradient(79deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px), repeating-linear-gradient(169deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px), repeating-linear-gradient(259deg, #cdcdcd, #cdcdcd 10px, transparent 10px, transparent 17px, #cdcdcd 17px);
  background-size: 1px 0%, 100% 1px, 1px 0%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 1s infinite linear;
  padding: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;

  margin: clamp(0.938rem, 0.703rem + 1.17vw, 1.875rem) 0;
  display: grid;
  gap: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem) 0;
}

.del_one_btn .public_btn {
  margin-right: clamp(0rem, -0.469rem + 2.34vw, 1.875rem);
}

.del_one_btn {
  margin-bottom: 2.08vw;
}
















.news_del_right {
     background-color: var(--hue);
  border-radius: 10px;
  overflow: hidden; 
  padding: 20px;
    position: sticky;
  top: 140px;
  right: 0;
}
.news_del_right .text,
.news_del_right .title{
  color: #ffffff !important;
}

.news_del_right .pic {
  width: clamp(5.625rem, 4.641rem + 4.92vw, 9.563rem);
  height: clamp(5.625rem, 4.641rem + 4.92vw, 9.563rem);
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.news_del_right .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_del_right .top {
  margin-bottom: 20px;
}

.news_del_right .item {
  width: 100%;
  margin-top: 10px;
}

.news_del_right .item input {
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  font-size: 13px;
  min-height: 40px;
  padding: 4px 12px;
}

.news_del_right textarea {
  height: 80px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  font-size: 13px;
  padding: 4px 12px;
}
.news_del_right .submit input{
  cursor: pointer;
  border-color: var(--hue);
  color: var(--hue);
  font-weight: bold;
  border-radius: 25px;
}




.public_fixed_whatsapp{
  position: fixed;
  bottom: 10%;
  right: 10%;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  font-size: 36px;
        z-index: 4;
  color: #ffffff !important;
  background: linear-gradient(180deg, #25D366 0%, #25D366 50%, #128C7E 100%);
}

.public_fixed_whatsapp:hover{
  color: #ffffff !important;
}


















/* factory_list */
/* factory_list */
/* factory_list */
/* factory_list */
.factory_list_list {
  gap: clamp(0.938rem, 0.547rem + 1.95vw, 2.5rem) clamp(0.625rem, 0.234rem + 1.95vw, 2.188rem);
}

.factory_list_item {
  display: block;
  text-align: center;
}

.factory_list_item .pic {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(0.625rem, 0.313rem + 1.56vw, 1.875rem);
}

.factory_list_item .pic img {
  width: 100%;
    height: 300px;
        object-fit: cover;
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}

.factory_list_item:hover .pic img {
  transform: scale(1.13, 1.13);
  -ms-transform: scale(1.13, 1.13);
  -webkit-transform: scale(1.13, 1.13);
  transition: all 1.8s;
  -ms-transition: all 1.8s;
  -webkit-transition: all 1.8s;
}















/* contact3_two */
.contact3_two_form .list {
	max-width: 1230px;
	margin: auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	gap: clamp(0.625rem, 0.469rem + 0.78vw, 1.25rem) clamp(0rem, -0.25rem + 1.25vw, 1rem);
}

.contact3_two_form .list .item {
	width: calc((100% - clamp(0rem, -0.25rem + 1.25vw, 1rem)) / 2);
}

.contact3_two_form .list .item.submit,
.contact3_two_form .list .item.textarea {
	width: 100%;
}

.contact3_two_form .list .item input {
	width: 100%;
	height: clamp(2.5rem, 2.344rem + 0.78vw, 3.125rem);
	background-color: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
	color: #222222;
	padding: 0 clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.contact3_two_form .list .item textarea::placeholder,
.contact3_two_form .list .item input::placeholder {
	font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
	color: #999999;
}

.contact3_two_form .list .item textarea {
	height: clamp(6.25rem, 5.781rem + 2.34vw, 8.125rem);
	width: 100%;
	resize: none;
	color: #222222;
	padding: clamp(0.625rem, 0.547rem + 0.39vw, 0.938rem);
}

.contact3_two_form .list .item.submit input {
	width: clamp(11.25rem, 10.313rem + 4.69vw, 15rem);
	font-family: "Inter_Bold";
	border-radius: 25px;
	background-color: var(--hue);
	padding: 0;
	color: #ffffff;
	font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
	margin: auto;
	cursor: pointer;
	margin-top: clamp(0rem, -0.313rem + 1.56vw, 1.25rem);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
}


.crane_three,
.service_five{
display: none;
}