html {
	font-size: 16px; /* 1rem = 16px */
}
@media (max-width: 1600px) {
	/*小于1600时*/
	html {
		font-size: 14px;
	}
	.right-box ul li p {
		font-size: 0.7rem;
	}
	.product-list-left ul.left-fixed {
		top: 90px;
	}
	.product-list-left ul li {
		margin-top: 0.5rem;
	}
}
@media (min-width: 1200px) {
	/*大于1200时*/
	.nav-mail-whatsapp {
		display: none;
	}
	footer {
		height: auto !important;
	}
	.full-page-container {
	}
	.full-page-container .section {
		/* height: 100vh;
		overflow: hidden; */
	}
	.new-lis-top-r img {
		min-height: 450px;
	}
	.index-banenr .scrollbar {
		display: none;
	}
	.hjsoultion .img {
		position: fixed;
		top: 0;
		z-index: -1;
	}
	.header:hover {
		background: #fff;
		color: var(--c3) !important;
	}
	.header:hover a {
		color: var(--c3) !important;
	}
	.index-solution,
	.index-product,
	.index-case,
	.index-news,
	.index-quote,
	.index-customers {
		padding: 20px 0;
	}
	.index-solution-box:hover img,
	.index-case-left:hover img,
	.new-lis-bottom ul li:hover .new-img img {
		transform: scale(1.1);
	}
	.ny-banner {
		height: 42vh;
		max-height: 42vh;
	}

	.swiper-customers .index-customers-box img {
		transition: all 3s ease-out;
		transform: scale(2);
		opacity: 0;
	}

	.swiper-customers .index-customers-box:nth-child(1) img {
		left: -220%;
		top: -220%;
	}
	.swiper-customers .index-customers-box:nth-child(2) img {
		left: -200%;
		top: -320%;
	}
	.swiper-customers .index-customers-box:nth-child(3) img {
		left: 0%;
		top: -320%;
	}
	.swiper-customers .index-customers-box:nth-child(4) img {
		left: 220%;
		top: -320%;
	}
	.swiper-customers .index-customers-box:nth-child(5) img {
		left: 220%;
		top: 200%;
	}
	.swiper-customers .index-customers-box:nth-child(6) img {
		left: 320%;
		top: -400%;
	}
	.swiper-customers .index-customers-box:nth-child(7) img {
		left: 280%;
		top: 300%;
	}
	.swiper-customers .index-customers-box:nth-child(8) img {
		left: -280%;
		top: 300%;
	}
	.swiper-customers .index-customers-box:nth-child(9) img {
		left: 0%;
		top: -300%;
	}
	.swiper-customers .index-customers-box:nth-child(10) img {
		left: -300%;
		top: 300%;
	}
	.swiper-customers .index-customers-box:nth-child(11) img {
		left: 300%;
		top: -500%;
	}
	.swiper-customers .index-customers-box:nth-child(12) img {
		left: -300%;
		top: -400%;
	}
	.swiper-customers .index-customers-box:nth-child(13) img {
		left: -100%;
		top: 400%;
	}
	.swiper-customers .index-customers-box:nth-child(14) img {
		left: 200%;
		top: 300%;
	}
	.swiper-customers .index-customers-box:nth-child(15) img {
		left: -200%;
		top: 300%;
	}
}
@media (min-width: 1600px) {
	.container {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 50px;
		width: 1400px;
	}
	.header .container {
		max-width: 100%;
		width: 100%;
	}
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #3f3f3f;
	text-align: left;
	background-color: #f5f5f5;
}
html,
body {
	scroll-behavior: smooth;
	/*font-size: calc(100vw / 110);*/ /*字体响应缩小*/
}
@font-face {
	font-family: "MontserratBlack";
	src: url("/static/fonts/Montserrat-Black.woff") format("woff"); /* 黑 */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: "Montserratbold";
	src: url("/static/fonts/Montserrat-Bold.woff") format("woff"); /* 粗体 */
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "MontserratRegular";
	src: url("/static/fonts/Montserrat-Regular.woff") format("woff"); /* 正常*/
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "MontserratMedium";
	src: url("/static/fonts/Montserrat-Medium.woff") format("woff"); /* 中等 */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: "MontserratLight";
	src: url("/static/fonts/Montserrat-Light.woff") format("woff"); /* 轻的 */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: "MontserratSemiBold";
	src: url("/static/fonts/Montserrat-SemiBold.woff") format("woff"); /* 小粗 */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
p {
	font-family: "MontserratLight";
}
h1,
h2,
h3,
h4,
h5 {
	font-family: "MontserratSemiBold";
}
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #289545;
	--yellow: #ffd700;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--text: #3e3f3f;
	--logo: #258e3f;
	--gen: #28793f;
	--Accent: #f9a825;
	--border: #1c5d2e;
	--bg: #f4f7f5;
	--c6: #666666;
	--c3: #333333;
	--cd: #dcdcdc;
	--rd: #e53935;
	--rc: #ffb300;
	--MontserratBlack: MontserratBlack;
	--Montserratbold: Montserratbold;
	--MontserratRegular: MontserratRegular;
	--MontserratMedium: MontserratMedium;
	--MontserratLight: MontserratLight;
}
/* 通用重置样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 500;
}

/* 清除列表的默认样式 */
ul,
ol {
	list-style: none;
}

/* 去除链接的默认下划线 */
a {
	text-decoration: none;
	color: #333;
}

/* 去除图片的边框 */
img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	max-width: 100%;
}

/* 清除输入框的边框、外边距等 */
input,
textarea,
button {
	outline: none;
	border: none;
	padding: 10px;
	margin: 5px 0;
	font-size: 16px;
	outline: 0;
}
a,
button,
.alert-video-box i,
.c-video,
.product-feature-left img {
	cursor: pointer;
}
/* 设置placeholder的字体样式 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bbb;
}

/* 设置表单控件的外边距、内边距等 */
input,
button {
	padding: 10px 15px;
}

/* 设置表单控件的hover和focus状态 */
input:hover,
textarea:hover,
button:hover {
	background-color: #f0f0f0;
}

input:focus,
textarea:focus,
button:focus {
	background-color: #e5e5e5;
	outline: 0;
}

/* 设置表格的边框、外边距等 */
table {
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	/*     border: 1px solid #ddd; */
	padding: 15px;
}

/* 设置滚动条的样式 */
/* Works on WebKit browsers like Chrome, Safari and Opera */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.flex {
	display: flex;
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
}
.align-items-center {
	align-items: center;
}
.justify-content-between {
	justify-content: space-between;
}
.sub-menu-box .sub-menu-ul .nav-alert {
	position: relative !important;
}
/*
.nav-alert{
   background: #ffffff9c;
    transition: all 1s ease;
}
.nav-alert::after {
    content: '→'; 
    position: absolute;
    right: 2rem;
    color: var(--gen);
    font-size: 1rem; 
    transition: right 1s ease;
 }*/
.nav-alert:hover ::after {
	right: 1rem;
}
.nav-alert a {
	border-left: 4px solid var(--orange);
	padding-left: 1.5rem !important;
	transition: padding-left 0.5s ease;
}
.nav-show {
	display: block !important;
}
.nav-display-flex {
	display: flex !important;
	justify-content: flex-start !important;
}
.new-img {
	position: relative;
	aspect-ratio: 400 / 260;
	background: #ddd;
	border-radius: 20px 20px 0 0;
}
.new-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: brightness(0.8);
	transition: all 0.5s ease;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.center-align {
	text-align: center;
}
/* Works on Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #888 #f1f1f1;
}
.b-gen {
	background: var(--orange);
	color: #fff;
	border: 0 !important;
}
.b-black {
	background: #222;
	color: #fff;
}
.green-botton {
	border-radius: 1.4rem;
	cursor: pointer;
	padding: 0.7rem 1.4rem;
	font-size: 1rem;
	overflow: hidden;
	text-transform: uppercase;
}
.index-quote .green-botton {
	width: 100%;
}
.green-botton-max {
	border-radius: 1.4rem;
	cursor: pointer;
	padding: 10px 55px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1rem;
	overflow: hidden;
}
.button-more {
	border-radius: 1.2rem;
	cursor: pointer;
	padding: 0 25px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1rem;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.black-botton {
	padding: 10px;
	float: right;
	text-align: center;
	font-family: "MontserratRegular";
	font-size: 0.8rem;
	text-transform: uppercase;
	overflow: hidden;
}
.ico-button {
}
.ico-button a {
}

.about-map .container,
.manufacturing .container,
.services .container {
	padding: 4rem 0;
}

/*动画*/
.slide-p {
	transform: translateX(-400px);
	opacity: 0;
	transition: all 1s;
}
.swiper-slide-active .slide-p {
	transform: translateX(0);
	opacity: 1;
}

.slide-b {
	transform: translateX(-400px);
	opacity: 0;
	transition: all 1s;
}
.swiper-slide-active .slide-b {
	transform: translateX(0);
	opacity: 1;
}

.title-h2 {
	text-align: center;
	font-size: 2rem;
	line-height: 2.5;
	margin: 2rem 0;
}
.title-h3 {
	font-size: 3.2rem;
	line-height: 1.2;
	font-family: MontserratMedium;
	text-transform: capitalize;
}
.title-h4 {
	font-size: 1.2rem;
	line-height: 2;
	font-family: MontserratMedium;
}

@media (min-width: 1200px) {
	/*大屏*/
	.mobile-nav-botton {
		display: none;
	}
	.index-solution-right p {
		line-height: 1.8;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.cat-solution .index-solution-right p {
		line-height: 1.8;
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pro-banner {
	}
	.pro-banner-left {
		width: 70%;
	}
	.pro-banner-right {
		width: 30%;
	}
	.product-list-all li:nth-child(4) {
		display: none;
	}
}
@media (max-width: 1200px) {
	.product-feature-left .hotsale,
	.product-list-right-box ul li img.hotsale {
		padding: 3px;
	}
	.product-list-right-box ul li span {
		display: none;
	}
	.query-Form .flex-wrap .input-box {
		width: 100%;
	}
	.flip-back {
		opacity: 1;
		transform: rotate(360deg);
	}
	.services-box ul li {
		width: 100%;
	}
	.cooperatio-box ul li .img-box {
		aspect-ratio: 400 / 280;
	}
	.manufacturing-box ul li {
		width: 49%;
		margin-bottom: 0.5rem;
	}
	.cooperatio-box ul {
		flex-wrap: wrap;
	}
	.cooperatio-box ul li > div {
		padding: 2rem 0.5rem;
		position: relative;
		transform: translateY(0%);
		position: relative !important;
		opacity: 1 !important;
	}
	.cooperatio-box ul li > div h3 {
		transform: translateY(0) !important;
		line-height: 1.2;
	}
	.cooperatio-box ul li > div p {
		transform: translateY(0) !important;
	}
	.cooperatio-box ul li {
		flex: auto;
		width: 100%;
		padding: 0.5rem 1rem;
	}
	.cooperatio-box ul li .img-box {
		aspect-ratio: 400 / 280;
		padding: 0;
	}
	.cooperatio-box ul li > div:nth-child(2) {
		padding: 1rem;
	}
	.index-banner-description {
		display: none;
	}
	.nav-mail-whatsapp {
		display: block;
	}
	.historygo {
		display: none;
	}
	.related-case-box .related-case-swiper .swiper-wrapper .swiper-slide {
		width: 49%;
	}
	p {
		line-height: 1.5;
	}
	.product-list-right-box ul li p {
		font-size: 0.7rem;
		padding: 5px 20px;
	}
	.product-list-right-box ul li h3 {
		padding: 5px;
		font-size: 0.8rem !important;
	}
	.page-container {
		height: auto;
		overflow: auto;
	}
	.page-container > .swiper-wrapper {
		display: block;
	}
	.page-container .section {
	}
	.footer-information ul li {
		line-height: 2rem;
	}
	.m-hidden {
		display: none;
	}
	.index-banenr {
		height: auto;
	}
	.index-banenr .green-botton {
		display: none;
	}
	.index-banenr .swiper-container .swiper-slide {
		height: auto;
	}
	.quote button {
		font-size: 0.7rem;
		/*border-radius:0;*/
	}
	.ny-banner-right {
	}
	.ny-banner {
		/*-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);*/
		/*clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);*/
		width: 100%;
	}

	.search-product > div {
		width: 100%;
		margin: 0.7rem 0.2rem;
		font-size: 1rem;
	}
	.search-product > div span {
		font-size: 1rem;
	}
	.search-product > div > div {
		display: none;
	}
	.search-product > div input {
		border-left: none;
		margin-left: 2px;
		border-radius: 50px 0 0 50px;
		padding: 5px 15px;
	}
	.search-product button {
		margin: 0 -1px 0 0;
		padding: 0.6rem 2.5rem;
		border-radius: 0 50px 50px 0;
	}

	.ny-banner-title {
		font-size: 1.8rem;
		text-align: center;
		width: 78%;
	}
	.ny-banner-title span {
		display: none;
		font-size: 1.5rem;
		line-height: 1.3;
		font-weight: normal;
	}
	.green-botton {
		color: #fff;
		border-radius: 1.2rem;
		cursor: pointer;
		padding: 0.7rem 1.4rem;
		overflow: hidden;
		font-size: 0.7rem;
	}
	.green-botton-max {
		background: var(--orange);
		color: #fff;
		border-radius: 1.2rem;
		cursor: pointer;
		padding: 7px 25px;
		display: inline-block;
		font-size: 0.7rem;
	}
	.black-botton {
		background: #222;
		color: #fff;
		padding: 10px 25px;
		font-size: 0.7rem;
		float: right;
		text-align: center;
	}
	.row {
		padding: 1rem;
	}
	.title-h3 {
		font-size: 1.2rem;
	}
	.form-box {
		padding: 1.5rem;
		border-radius: 20px;
	}
	.header {
		height: 50px;
		border-bottom: #f5f5f53b 1px solid;
	}
	.header > div {
		height: 100%;
	}
	.header-area,
	.header-area-fiexd {
		background: #fff;
		/*background: linear-gradient(to right, #000000, orange 21%, yellow 32%, #f3f3f3);*/
	}
	.secondary-nav {
		display: none;
	}
	.solotion-box1,
	.solotion-box2,
	.solotion-box3 {
		padding: 1rem 0;
	}
	#Feature {
		margin-top: 0rem;
	}
	.about-map .container,
	.manufacturing .container,
	.services .container {
		padding: 0.5rem 1rem;
	}
	.container {
		max-width: 100%;
		margin: 0 auto;
		padding: 0.5rem 1rem;
		width: 100%;
	}
	.sub-menu-box .sub-menu-ul {
		width: 100%;
	}
	.sub-menu-box .sub-menu-ul {
		border-right: none;
	}
	.sub-menu-product {
		display: none !important;
	}
	.logo {
	}
	.logo img {
		max-height: 35px;
		margin: 0 auto;
	}
	.qwap ul {
		font-size: 0.9rem;
	}
	.header-area-fiexd .qwap a,
	.header-area-fiexd .qwap ul,
	.header:hover .qwap a {
		padding: 1px 12px;
		font-size: 0.8rem;
	}
	.header-area-fiexd .qwap ul {
		margin-top: 3px;
	}
	.nav > ul {
		display: block;
	}
	.header-box {
		justify-content: space-between;
		height: 100%;
		flex-wrap: nowrap;
	}
	.header-box > div {
	}
	.nav-box {
		width: 100%;
		position: fixed;
		top: 50px;
		border-top: 1px solid #525252;
		background: #313131;
		display: none;
		bottom: 6%;
		overflow-y: auto;
		margin-left: -1rem;
	}
	.nav-box .nav {
		width: 100%;
	}
	.mobile-nav-botton {
		width: 12%;
		color: #fff;
	}
	.mobile-nav-botton i {
		font-size: 1.4rem;
	}
	.header-area-fiexd .mobile-nav-botton i {
		color: var(--orange);
	}
	.nav > ul li a {
		padding: 1rem 1rem;
		font-size: 1.1rem;
		color: #fff !important;
		width: 70%;
	}
	.language > ul li i {
		color: #fff !important;
	}
	.nav > ul li a i {
		display: none;
	}
	.nav > ul li .min {
		display: block;
		color: var(--orange);
		width: 30%;
		text-align: right;
		padding: 1rem;
		height: 100%;
	}
	.nav > ul li i {
		font-size: 1.5rem;
	}
	.nav > ul li {
		border-bottom: 1px solid #525252;
		flex-wrap: wrap;
	}
	.nav > ul li:last-child {
		border-bottom: none;
	}
	.sub-menu {
		background: #171616d6;
		position: relative;
		display: none;
		padding: 0 1rem !important;
	}
	.sub-menu li a {
		font-size: small;
	}
	.sub-menu .nav-alert {
		background-color: #26924300 !important;
	}
	.language span {
		display: block;
		color: #fff;
		margin-left: 0.5rem;
	}
	.language {
		flex-direction: column;
	}
	.language > ul li {
		padding: 0.8rem 0.8rem !important;
		position: relative;
	}
	.footer-list {
		font-size: small;
	}
	.search-top .language-sub-menu {
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
		position: relative;
		background: #050b0730;
	}
	.search-form button {
		width: 30%;
		font-size: 0.8rem;
	}
	.search-top .language-sub-menu .hot-search,
	.search-top i {
		display: none;
	}
	.footer-list .search-form button {
		width: 18%;
		font-size: 1rem;
	}
	.footer-list .search-form input {
		width: 55%;
	}
	input,
	textarea,
	button {
		font-size: 12px;
	}
	.tootert h2 {
		margin: 1rem 0;
		font-size: 1.5rem;
	}
	ul.footer-information li i {
		line-height: 22px;
		width: 22px;
		height: 22px;
		font-size: 0.8rem;
		margin-bottom: 5px;
	}
	.footer ul li a {
		line-height: 1.5rem;
		font-size: smaller;
	}
	.search-form {
		justify-content: center;
		padding: 0;
	}
	.Copyright {
		font-size: smaller;
	}
	.footer-logo,
	.footer-list ul li h3 {
		font-size: 1.1rem;
		margin-top: 20px;
	}
	.footer-box > div {
		width: 100%;
		padding-right: 1%;
	}

	.banner-text h2 {
		margin-bottom: 2rem;
		font-size: 1rem;
	}

	.swiper-solution .Pagination {
		margin-bottom: 15px;
	}
	.scrollbar .swiper-scrollbar {
		height: 5px;
		margin-top: 0.8em;
	}
	.swiper-button-next,
	.swiper-button-prev {
		top: 86%;
		width: 26px;
		height: 26px;
		padding: 5px;
		border: #f8f2f2 2px solid;
		border-radius: 50%;
	}
	.swiper-button-next:after,
	.swiper-container-rtl .swiper-button-prev:after,
	.swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-next:after {
		font-size: 16px;
	}
	.related-case-box .swiper-button-next,
	.related-case-box .swiper-button-prev {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.index-banenr .scrollbar .swiper-scrollbar,
	.index-solution-scrollbar .swiper-scrollbar,
	.index-product-scrollbar .swiper-scrollbar {
		width: 35px !important;
		bottom: 9%;
	}
	.index-product-scrollbar .swiper-scrollbar,
	.related-case-box .scrollbar {
		margin-top: 1.5rem;
	}
	.scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
		width: 8px !important;
		height: 8px;
		top: -8px;
	}
	.index-solution-box {
		border-radius: 0;
	}
	.header:hover a {
		/*color: #fff !important;*/
	}
	.header:hover .language > ul li i {
		color: #fff !important;
	}
	.header:hover .language-sub-menu li a {
		color: #333 !important;
	}
	.sub-menu-box .sub-menu-ul::before {
		display: none;
	}
	.droplet-icon {
		width: 50px;
		height: 60px;
	}
	.swiper-solution .Pagination .tab-buttons i {
		font-size: 1.3rem;
		width: 46px;
		height: 46px;
		line-height: 36px;
	}
	.swiper-solution .Pagination .tab-buttons :hover i::after,
	.swiper-solution .Pagination .tab-buttons .active i::after {
		top: 5px; /* Adjust based on desired offset */
		height: 36px; /* Total gap section height */
		right: -2px;
	}
	.swiper-solution .Pagination .tab-buttons i:hover {
		font-size: 1.8rem;
	}
	.swiper-solution .Pagination .tab-buttons {
		justify-content: space-between;
	}
	.swiper-solution .Pagination .tab-button {
		width: 20%;
		text-align: center;
		cursor: pointer;
		height: 60px;
		line-height: 65px;
		/*background: #e2e2e2;*/
	}
	.index-solution-right a {
		display: none;
		font-size: 0.8rem;
	}
	.swiper-solution .Pagination .tab-button p {
		display: none;
	}
	.index-solution-left {
		width: 100%;
	}
	.index-solution-right {
		width: 100%;
		margin-top: -10px;
		background: #fff;
		padding: 10px;
		border-radius: 0 0 5px 5px;
		display: block;
	}
	.swiper-solution .swiper-wrapper {
		margin: 0;
	}

	.title-h4 {
		font-size: 0.8rem;
	}
	.index-solution-right p {
		display: none;
		line-height: 1.8;
		margin-bottom: 2rem;
		font-size: 0.9rem;
	}
	.index-solution-right h4 {
		margin: 0.2rem 0;
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.index-solution,
	.index-product,
	.index-case,
	.index-news,
	.index-quote,
	.index-customers {
		height: auto;
		padding: 15px 0;
		min-height: auto;
	}
	.index-product-top p,
	.index-case-top p,
	.index-news-top p {
		display: none;
		font-size: 0.9rem;
		width: 100%;
		max-width: 100%;
	}
	.index-product-top a {
		display: none;
	}
	.index-product .swiper-product .swiper-wrapper {
		display: block;
	}
	.button-more {
		padding: 0px 25px;
		font-size: 0.8em;
		height: 32px;
		line-height: 32px;
	}
	.index-product .swiper-product .swiper-slide {
		padding: 0;
	}
	.index-product-box {
		width: 49%;
		margin-bottom: 0.6rem;
		border-radius: 5px;
		float: left;
	}
	.Related-Case {
		padding: 1rem 0;
	}
	.index-product-box span {
		display: none;
	}
	div.img-son-box {
		/*border-bottom: #cccccc3d 1px solid;*/
		/*width: 86%;*/
		margin: 0 auto;
	}
	.index-product-box h3 {
		font-size: 0.8rem;
		text-align: center;
		margin-bottom: 0;
	}
	.index-p-title {
		background: var(--orange);
		color: #fff;
	}
	.index-p-title .category-path {
		display: none;
	}
	.index-product-box:nth-child(odd) {
		margin-right: 2%;
	}
	.index-solution-left img {
		border-radius: 5px;
	}
	.index-product-top,
	.index-case-top {
		margin-bottom: 1rem;
	}
	.index-case-top p,
	.index-news-top p {
		font-size: 0.9rem;
		margin-bottom: 0.9rem;
		display: none;
	}
	.index-case-box {
		border-radius: 5px;
	}
	.related-case {
		padding: 1rem 0;
	}
	.index-case-left div {
		display: none;
	}
	.index-case-right {
		padding: 0.8rem;
		position: relative;
		display: block !important;
	}
	.index-case-right h3 {
		font-size: 0.8rem;
		height: 2.8em;
		-webkit-line-clamp: 2;
	}
	.index-case-right span {
		font-size: 0.6rem;
	}
	.index-news-box {
		width: 100%;
		margin-bottom: 1rem;
	}

	.swiper-quote .contact-form {
		width: 100%;
	}
	.group-submit button {
		width: 100%;
		margin-top: 0.3em;
	}
	.swiper-quote .contact-information {
		width: 100%;
		display: none;
	}
	.contact-information h3 {
		font-size: 1.2rem;
	}
	.contact-information p {
		font-size: 1rem;
		margin: 1rem 0;
	}
	.contact-information ul {
		font-size: 1rem;
	}
	.index-customers-top h3 {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
	.ny-banner {
		height: 260px;
		min-height: 260px;
	}
	.product-ny-banner {
		height: 600px;
		min-height: 0;
	}
	.hjsoultion {
		height: 300px !important;
	}
	.solotion-advantages ul li i {
		font-size: 2.5rem;
	}
	.solotion-advantages ul li {
		padding: 2rem 1rem;
	}
	.bg-linear {
		/*     background: linear-gradient(to bottom, #11191fd9, rgb(0 0 0 / 83%)); */
	}
	.ny-banner-left {
		width: 100%;
		text-align: center;
		margin-top: 0;
		order: 2;
	}
	.ny-banner-right img {
		max-width: 340px;
	}
	.ny-banner-right {
		display: none;
		width: 100%;
	}
	.pro-banner-right {
		display: block;
	}
	.ny-banner-left h1 {
		font-size: 1rem;
	}
	.ny-banner-right h1 {
		font-size: 1rem;
	}
	.ny-banner-left h2,
	.ny-banner-right h2 {
		font-size: 1rem;
		margin: 1rem 0;
	}
	.ny-banner-left p,
	.ny-banner-right p {
		font-size: 0.9rem;
	}
	.ny-banner-left p,
	.ny-banner-right p {
		/*display:none;*/
		line-height: 1.5;
	}
	.ny-banner-box .live-Chat {
		margin-left: 5%;
	}
	.secondary-list li {
		font-size: 0.6rem;
		padding: 1rem 0;
	}
	.solotion-box1 h2,
	.solotion-box2 h2,
	.solotion-box3 h2,
	.solotion-box4 h2 {
		font-size: 1rem;
		margin: 0;
	}
	.solotion-advantages ul li {
		width: 100%;
		border: 1px solid #ddd;
		margin-bottom: 1rem;
	}
	.solotion-advantages ul li h3 {
		font-size: 1rem;
	}
	.solotion-application .container p {
		font-size: 0.9rem;
		margin-bottom: 1rem;
		background: #0000009e;
		padding: 25px;
		text-align: left;
		line-height: 1.5;
	}
	.solotion-application {
		height: auto;
		padding: 2em 0;
	}
	.solotion-industry-right h3 {
		font-size: 1rem;
	}

	.solotion-industry ul li {
		width: 100%;
	}
	.solotion-industry ul li.solotion-industry-arctrle {
		width: 100%;
	}
	.solotion-industry-right > div {
		display: flex;
	}
	.solotion-industry-right p {
		padding: 1rem;
	}

	.solotion-industry ul {
		flex-wrap: wrap;
	}
	.solotion-industry ul li {
		height: 300px;
		margin-top: 1rem;
	}
	.product-feature-left {
		width: 100%;
	}
	.product-feature-right {
		width: 100%;
	}
	.product-feature-Swiper2 .swiper-slide,
	.product-feature-Swiper .swiper-slide {
		/*padding: 12px;*/
	}
	.product-feature-Swiper2 {
		margin-bottom: 1rem;
	}
	.product-feature-right ul li i {
		font-size: 1.5rem;
		line-height: 1.1;
		color: var(--yellow);
	}
	.product-feature-right ul li h3 {
		font-size: 0.8rem;
	}
	.product-feature-right ul li p {
		font-size: 0.7rem;
		margin-bottom: 0;
	}
	.product-feature-right ul li {
		margin-top: 0.8rem;
		padding: 0.8rem;
	}

	.product-parameters h3 {
		font-size: 0.8rem;
	}
	.product-parameters table th {
		font-size: 0.8rem;
	}
	.product-parameters table td {
		font-size: 0.6rem;
		font-family: MontserratLight;
		border: 1px solid #ddd;
	}
	.product-parameters h3::after {
		top: 24px;
		width: 6px;
		height: 6px;
		margin-top: 6px;
	}
	.case-box {
		padding: 1rem 0;
	}
	.case-list-left {
		width: 100%;
		border-radius: 0;
	}
	.case-list-right {
		width: 100%;
		line-height: 2;
		padding: 15px;
	}
	.case-list-right h2 {
		font-size: 1rem;
		margin-top: 0;
		margin-bottom: 0;
	}
	.case-list-left > div a {
		padding: 0px 25px;
		margin-top: 0.5rem;
	}
	.case-list {
		margin-bottom: 2em;
		margin-top: 0rem;
	}
	.case-list:nth-child(2n) {
		background: #f5f5f5;
	}
	.case-list-right div {
		margin-top: 1rem;
	}
	.case-list-right p {
		font-size: 0.8rem;
		margin: 10px 0;
	}
	.case-box .case-list:nth-child(2n) .case-list-left {
		order: 1;
	}
	.case-box .case-list:nth-child(2n) .case-list-right {
		order: 2;
	}
	.contect-box1 h2,
	.contect-box2 h2 {
		font-size: 1.2rem;
	}
	.contect-box1 p,
	.contect-box2 p {
		font-size: 0.8rem;
	}
	.contect-box1 {
		margin-top: 0;
		padding: 1rem 0;
	}
	.contect-information ul,
	.contect-information div {
		width: 100%;
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.contect-information ul li {
		margin-top: 0.5rem;
		border-radius: 10px;
		width: 49%;
		padding: 1rem;
		background: #fff;
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.19);
	}
	.contect-information ul li i {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		background: var(--orange);
		font-size: 0.9rem;
		margin-right: 0;
	}
	.googlemap,
	.googlemap iframe {
		width: 100%;
		height: 200px;
	}
	.contect-box1 p span {
		margin-top: 0.3rem;
	}
	.contect-form input {
		padding-right: 0;
		font-size: 0.8rem;
	}
	.contect-box2 {
		width: 100%;
		padding: 2rem;
		border-radius: 10px;
		background: #fffffff5;
		position: relative;
		margin: 0.5rem auto;
	}
	.contect-information ul {
		padding: 0;
	}
	.contect-us {
		padding-bottom: 0;
	}
	.contect-form form .group-conter,
	.contect-form form .group {
		margin-top: 0.3rem;
	}
	.contect-form input {
		height: 40px;
		padding-left: 2rem;
		font-size: 0.7rem;
	}
	.contect-information div img {
		border-radius: 5px 5px 0 0;
	}
	.solotion-box1 h2,
	.solotion-box2 h2,
	.solotion-box3 h2,
	.solotion-box4 h2,
	.customization-box h2,
	.related-case h2,
	.index-quote h2 {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 0;
	}
	.customization-box2 {
		height: auto;
	}
	.benefits > div {
		width: 100%;
	}
	.benefits ul li {
		font-size: 1rem;
		line-height: 2;
		padding: 5px 25px;
		margin-bottom: 10px;
	}
	.customization-box5 .path-success p,
	.customization-box2 p {
		font-size: 1rem;
		text-align: center;
		line-height: 1.5;
	}
	.benefits ul li h4 {
		/*margin-top: 15px;*/
	}
	.benefits ul li i {
		width: 52px;
		height: 52px;
		font-size: 1.5rem;
		border: var(--orange) 3px solid;
		float: left;
		margin: 0 15px 10px 0;
	}
	.customization-box1,
	.customization-box2,
	.customization-box3 {
		height: auto;
		margin: 0.5rem 0;
	}
	.customization-box3 {
		padding: 0;
	}
	.cc-box .cc-box-list {
		width: 100%;
		margin-top: 1rem;
	}
	.cc-box .cc-box-list div {
		height: auto;
	}
	.cc-box .cc-box-list:nth-child(2n) div:first-child {
		order: 1;
	}
	.cc-box .cc-box-list:nth-child(2n) div:last-child {
		order: 2;
	}
	.cc-box .cc-box-list img {
		min-height: 180px;
		height: 180px;
	}

	.alert-from-left {
		display: none;
	}
	.alert-from-boxs {
		margin: 0.5rem;
	}
	.alert-from-boxs .alert-from-right {
		width: 100%;
		padding: 1rem;
	}
	.alert-from-boxs .alert-from-title {
		font-size: 1.2rem;
	}
	.alert-from-boxs .alert-from-excerpt {
		font-size: 0.7rem;
	}
	.about {
		height: auto;
	}
	.icon-container {
		width: 60px;
		height: 60px;
	}
	.about-box1-left {
		width: 100%;
	}
	.about-box1-right {
		width: 100%;
	}
	.about-box1-left h2 {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.about-box1-left p {
		font-size: 0.9rem;
	}
	.about-box1-left ul li {
		width: 48%;
		text-align: center;
		background: #fff;
		margin-bottom: 1rem;
		padding: 1rem;
		border-radius: 1rem;
	}
	.about-box1-left ul li span {
		font-size: 1rem;
	}
	.about-box1-left ul li i {
		font-size: 1.6rem;
	}
	.about-box1-left ul {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.company {
		height: auto;
	}
	.company-box ul li {
		width: 100%;
		margin-bottom: 1rem;
		aspect-ratio: 400 / 126;
	}
	.company-box ul li p,
	.one-stop-swiper ul li p,
	.one-stop-swiper ul li p,
	.customer-trust-left p,
	.about-contect-left p {
		line-height: 1.5;
	}
	.company h2 {
		font-size: 1.2rem;
	}
	.one-stop-swiper ul li {
		padding: 1rem 2rem;
	}
	.one-stop,
	.customization-box5 {
		padding: 0.5rem 0;
		margin: 0.5rem 0;
	}
	.one-stop-swiper {
		padding: 1rem;
	}
	.time-bg {
		height: auto;
	}
	.time h2 {
		font-size: 1.2rem !important;
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}
	.title-box h2 {
		font-size: 1.2rem !important;
		margin-bottom: 1.5rem !important;
		margin-top: 1.5rem !important;
	}
	.title-description span {
		font-size: 1rem;
	}
	.title-box p {
		font-size: 0.8rem;
	}
	.map-list ul li {
		transform: scale(0.5);
	}
	.swiper-container-time ul li {
		height: auto !important;
	}
	.swiper-container-time {
		margin-bottom: 4rem;
	}
	.swiper-container-time .swiper-pagination-progressbar {
		top: 0 !important;
	}
	.swiper-container-time ul li span {
		margin-top: 1rem;
	}
	.swiper-container-time ul li:nth-child(2n) {
		align-items: flex-start;
	}
	.about-contect-left {
		width: 100%;
	}
	.about-contect {
		height: auto;
	}
	.about-contect-right {
		width: 100%;
	}
	.about-contect-left h2 {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
	.about-contect-left p {
		font-size: 0.9rem;
	}
	.related-case-box .swiper-button-next,
	.related-case-box .swiper-button-prev {
		/*display: none;*/
	}
	.related-case-box .swiper-button-next {
		right: 20px;
	}
	.related-case-box .swiper-button-prev {
		left: 20px;
	}
	.related-case-box .swiper-slide div a {
		border: 1px solid #fff;
		padding: 0px 15px;
		margin-top: 0rem;
		font-size: small;
	}
	.one-stop-top h2 {
		font-size: 1rem;
		font-size: 0.9rem;
	}
	.one-stop-top div span {
		height: 35px;
		width: 35px;
		top: 0.8rem;
	}
	.one-stop-top .swiper-button-next:after,
	.one-stop-top .swiper-button-prev:after {
		font-size: 0.8rem;
	}
	.customer-trust-box {
		height: auto;
	}
	.customer-trust-left {
		width: 100%;
	}
	.customer-trust-right {
		width: 100%;
		margin-top: 1rem;
	}
	.customer-trust-left h2 {
		font-size: 1.2rem;
	}
	.customer-trust-left p {
		font-size: 0.9rem;
	}
	.category-info {
		padding: 0 0 20px 0;
		width: 100%;
		font-size: 0.8rem;
	}
	.hjpdf div:nth-child(1) {
		width: 20%;
	}
	.hjpdf div:nth-child(2) {
		width: 80%;
	}
	.hjpdf i {
		font-size: 3rem;
		margin: 0;
	}
	.hjpdf h2 {
		font-size: 1rem;
		margin: 0;
	}
	.product-list-left {
		display: none;
	}
	.product-list-right {
		width: 100%;
	}
	.product-list-right-box h3 {
		font-size: 0.9rem;
		margin-bottom: 0.8rem;
	}
	.product-list-right-box h3 {
		border-left: var(--orange) 3px solid;
		padding-left: 10px;
	}
	.product-list-right-box h3 {
		/*padding-left: 10px; */
		/*background: */
		/*    repeating-linear-gradient(*/
		/*        to bottom,*/
		/*        #28793f,*/
		/*        #28793f 2px,*/
		/*        transparent 2px,*/
		/*        transparent 4px*/
		/*    ) left/3px 100% no-repeat;*/
	}

	.product-list-right-box > a span {
		font-size: 0.8rem;
	}
	.product-list-right-box ul {
		gap: 10px;
	}
	.product-list-right-box ul li {
		width: calc(50% - 5px);
		padding: 1rem;
		margin-bottom: 0;
		box-shadow: 0px 0px 3px 1px rgb(26 24 24 / 20%);
	}
	.product-list-right-box ul li:last-child:nth-child(3n - 2),
	.product-list-right-box ul li:last-child:nth-child(3n - 1) {
		margin-right: 0;
	}
	.product-list-right-box {
		padding: 5% 1% 5% 5%;
	}
	.product-list-right-box ul li span {
		font-size: 0.8rem;
	}
	.product-list-right-box ul li h3 {
		margin: 0;
	}
	.procat {
		display: none;
	}
	#FAQ .FAQ {
		padding: 15px 10px;
		margin-bottom: 0;
	}
	#FAQ .FAQ .table-wrapper {
		padding: 0;
	}
	#FAQ .FAQ h3 {
		border-left: #289545 2px solid;
		padding-left: 10px;
	}
	.new-lis-top-l,
	.new-lis-top-r,
	.new-pagination {
		width: 100% !important;
	}
	.new-list {
		background-color: #fff;
	}
	.new-lis-top {
		margin: 2rem 0;
	}
	.new-lis-top-l {
		padding: 1rem;
	}
	.new-lis-top {
		background: #fff;
	}
	#energy_storage .energy_power {
		font-size: 0.9rem;
	}
	#energy_storage .energy_title {
		font-size: 1.2rem;
	}
	#energy_storage li {
		width: 100%;
		box-shadow: 0px 7px 10px 0.5px #ddd;
		text-align: center;
		font-size: 1.2rem;
		border-bottom: 0;
	}
	#energy_storage .price_more a {
		flex: 1;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
		height: 32px;
		line-height: 32px;
	}
	#energy_storage .price_more a:nth-child(2) {
		flex: 1;
		border-top: 1px solid #ddd;
		padding-top: 0.3rem;
	}
	#energy_storage .energy_img {
		aspect-ratio: 400 / 350;
	}
	.new-lis-top-l span {
		color: #333;
	}
	.new-pagination .swiper-pagination-bullet-active {
		background-color: #28793f;
	}
	.new-lis-top-l {
		order: 2;
		background: #fff;
	}
	.new-lis-top-r {
		order: 1;
	}
	.new-lis-top-l h2 {
		font-size: 0.9rem;
		color: #333;
	}
	.new-lis-top-l p {
		font-size: 0.8rem;
		color: #333;
		margin-bottom: 1.5rem;
	}
	.new-lis-bottom ul > a {
		width: 100%;
	}
	.new-lis-bottom #energy_storage > a {
		width: 100%;
	}
	.newhot {
		display: none;
	}
	.new-lis-bottom ul li h3 {
		font-size: 0.9rem;
		line-height: 1.5em;
		height: 3em;
	}
	.new-lis-bottom ul li p {
		padding: 0rem 1rem 1rem 1rem;
	}
	.article-box {
		padding: 1rem 0;
	}
	.article-body {
		padding: 0.5em 1.5rem;
		line-height: 1.6;
	}
	.article-body img {
		height: auto !important;
	}
	.article-body h1 {
		font-size: 0.9rem;
	}
	.article-center {
		font-size: 0.8rem;
	}
	.article-center h2 {
		font-size: 0.9rem;
		font-weight: bold;
		margin: 1rem 0;
	}
	.article-center h2 {
		font-size: 0.8rem;
		font-weight: bold;
		margin: 1rem 0;
	}
	.next-page ul li {
		width: 100%;
		font-size: 0.8rem;
		margin: 5px 0;
	}
	.next-page ul li,
	.next-page ul li a {
		font-size: 0.7rem;
	}
	.customized-services li {
		width: 50%;
	}
	.customized-services li i {
		font-size: 1.5rem;
	}
	.customized-services div h3 {
		font-family: "MontserratLight";
		font-size: 0.8rem;
	}
	.customization-box2 .bg {
		padding: 1.2rem 0;
	}
	.customized-services li:nth-child(2n) i {
		border: 0;
	}
	.footer-box {
		padding: 1rem 0;
	}
	.contect-form .group i {
		font-size: 0.8rem;
		left: 0.5rem;
	}
	.contect-form form .group::after {
		left: 20px !important;
	}
	.location a {
		font-size: 0.7rem;
	}
	.location-box {
		margin-top: -40px;
		display: none;
	}
	.location-box .location {
		height: 20px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.hjsoultion .ny-banner-box,
	.pro-banner {
		padding-top: 2rem;
	}
	.data-Live {
		width: 100%;
		text-align: center;
	}
	.data-Live a:nth-child(1) {
		margin-left: 0;
		margin-right: 5%;
	}
	.mouse-icon {
		display: none;
	}

	.time-line-box .swiper-button-next {
		top: 115%;
		right: 38%;
	}
	.time-line-box .swiper-button-prev {
		top: 115%;
		left: 38%;
	}
	.hjvideos .vvn {
		width: 100%;
		margin-bottom: 25px;
	}
	.product-img-box > div {
		display: none;
	}
}

@media (max-width: 768px) {
	:root {
		--swiper-navigation-size: 24px;
	}
	.certificate .certificate-boxs ul li.swiper-slide-next {
		transform: scale(1) translateX(0%);
	}
	.certificate .certificate-boxs ul li.swiper-slide-prev {
		transform: scale(1) translateX(0%);
	}
	.certificate .swiper-button-next,
	.certificate .swiper-button-prev {
		top: 90%;
	}
	.title-description > div {
		margin: 0 1%;
	}
	.index-expom-banner {
		margin-bottom: 15%;
		text-align: center;
	}
	.index-banenr {
		/*height: 300px;*/
		height: auto;
	}
	.product-ny-banner {
		height: 720px;
	}
	.qwap ul li:nth-child(2) {
		display: none;
	}
	.qwap ul li {
		line-height: 25px;
	}
	.qwap ul li:first-child {
		font-size: 0.9rem;
		font-weight: 600;
	}
	.header-area-fiexd .qwap a,
	.header-area-fiexd .qwap ul,
	.header:hover .qwap a {
		font-size: 0.9rem;
	}
	.qwap i {
		border-radius: 7px;
		background: none;
		padding: 5px 1px 7px 3px;
		font-size: 1.5rem;
		margin: 0 6px 0 0;
	}
	.qwap a {
		padding: 2px 0px;
	}
	.logo {
		/*margin-left: 30px;*/
		width: 25%;
	}
	.copy {
		margin-bottom: 42px;
	}
	.mobile-footer {
		background: #222222de;
		padding: 5px 0;
		display: block !important;
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
		z-index: 99;
	}
	.mobile-footer ul {
		display: flex;
		margin: 0 3%;
	}
	.mobile-footer li {
		margin: 0 2%;
		/*border-radius: 50px;*/
		width: 46%;
		float: left;
		font-size: 0.9rem;
		background: var(--orange);
		padding: 0.4rem 0;
	}
	.mobile-footer li:nth-child(2) {
	}
	.mobile-footer img {
		width: 20px;
		margin-right: 6px;
	}
	/* 	.mobile-footer li:nth-child(2) img{
		width:60px;
		margin-top:-10px;
		background:var(--gen);
		border-radius:50% 50% 0 0;
		padding:7px;
	} */
	.mobile-footer a {
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 32px;
		font-family: "MontserratLight";
	}
	.Copyright {
		padding: 1.2rem 2rem 5rem 2rem;
		display: block;
	}

	ul.concode li {
		width: 30%;
		font-size: 0.8rem;
	}
	ul.concode li img {
		max-width: 90px;
		background: #fff;
		margin-bottom: 1px;
		padding: 3px;
		border-radius: 3px;
	}
	.web-right {
		display: none;
	}
	.footer-media a {
		font-size: 1rem;
		height: 32px;
		width: 32px;
		line-height: 32px;
		margin-right: 3px;
		margin-bottom: 5px;
	}
	.service-process ul li {
		width: 49%;
		padding: 1.5em 1em 0.8em;
		margin-top: 0;
		font-size: small;
		border-radius: 20px;
	}
	.service-process ul li p {
		display: none;
	}
	.service-process ul li span {
		font-size: 1.5rem;
		width: 46px;
		height: 46px;
		line-height: 36px;
		border-radius: 50%;
		top: -22px;
	}
	.query-Form p {
		font-size: 0.7rem;
	}
	.query-box {
		padding: 1rem 1.5rem;
	}
	.solotion-advantages ul li {
		height: auto;
	}
	.hjvideos .vvn iframe {
		width: 100%;
		height: 200px;
		margin-bottom: 15px;
	}
	.footer-logo {
		display: none;
	}
	.footer-media {
		text-align: left;
	}
	.Copyright-top div {
		width: 100%;
	}
	.hjpdf i {
		font-size: 2rem;
		margin: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.index-product,
	.index-solution,
	.index-news,
	.index-quote {
		align-items: flex-end;
	}
}
@media (min-width: 1200px) and (max-width: 1600px) {
	.product-list-right-box ul li h3 {
		font-size: 1rem;
	}
	.index-solution-right p {
		line-height: 1.6;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.section .container {
		/*padding-top: 18px;*/
	}
	.product-list-right-box h3 {
	}
	.swiper-solution .Pagination .tab-buttons i {
	}
	.banner-text {
		display: none;
	}
	.index-solution .container {
		margin-top: 35px;
	}
	.swiper-solution .Pagination .tab-buttons i {
		font-size: 1.5rem;
		width: 55px;
		height: 55px;
		line-height: 50px;
	}
	.swiper-solution .Pagination .tab-buttons i:hover {
		font-size: 1.6rem;
	}
	.swiper-solution .Pagination .tab-buttons :hover i::after,
	.swiper-solution .Pagination .tab-buttons .active i::after {
		top: 5px; /* Adjust based on desired offset */
		height: 45px; /* Total gap section height */
	}
	.index-solution-right h4 {
		margin-top: 0;
		display: none;
	}
	.contact-information h3 {
		font-size: 2rem;
		padding: 15px 0;
	}
	.form-box h3 {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
	.contact-information p {
		font-size: 1.2rem;
		margin: 0.5rem 0px;
	}
	.contact-information ul {
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	.group-submit button {
		margin-top: 1rem;
	}
	.index-case-box {
		border-radius: 20px;
		margin-top: 1rem !important;
	}
	.new-lis-bottom ul li p {
		margin-top: 0;
	}
	.swiper-quote .contact-information {
		justify-content: center;
	}
	.index-product-top,
	.index-case-top,
	.index-news-top {
		margin-bottom: 1rem;
	}
	.about {
		height: 650px;
	}

	/* 在这里添加样式 */
	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
		width: 1200px;
	}
	.footer .container,
	.header .container {
		max-width: 99%;
		width: 99%;
	}
	.banner-text h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.solotion-advantages ul li {
		height: 480px;
	}
	.contect-box2 {
		/*margin-top: -160px;*/
	}
	.index-case {
		margin-top: 35px;
	}
	.form-box input {
		margin-bottom: 8px;
	}
	.footer-list .search-form button {
		width: 30%;
		font-size: 0.9rem;
	}
	/*.index-solution, .index-product, .index-case, .index-news, .index-quote, .index-customers{align-items: flex-end;}*/
}
