html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input {
	outline: none;
}

html {
	line-height: 1
}

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

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

.header-menu,
.header .header-fanyi,
.pro-list,
.newsitem,
.oem-style,
.send-email-block,
.contact-icon ul {
	display: flex
}

.send-email-block {
	margin: auto
}

.proitem,
.newsitem-num>div:first-child,
.send-email-block {
	text-align: center;
	justify-content: center
}

.send-email-block div div:last-child {
	text-align: left
}

.contact-info {
	text-align: right
}

@font-face {
	font-family: 'sakbold';
	src: url(/assets/fonts/TYPOPRO-ROBOTOSLAB-BOLD.TTF)
}

@font-face {
	font-family: 'saklight';
	src: url(/assets/fonts/TYPOPRO-ROBOTOSLAB-REGULAR.TTF)
}

html {
	font-size: 20px
}

body {
	background: #fff;
	font-family: "saklight";
	font-size: 15px;
	color: #000;
	padding: 0 !important;
	margin: 0 !important;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s;
}

a:hover {
	color: #e79b0c;
	transition: all 0.5s;
	text-decoration: none;
}

img {
	width: 100%;
	transition: all 0.5s;
}

img:hover {
	transform: scale(1.1)
}

button {
	overflow: hidden;
	outline: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	line-height: 34px;
	border: 0
}

.breadcrumb {
	padding: 0px !important;
	list-style: none;
	background-color: #fff !important;
}

.breadcrumb>li {
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.breadcrumb>li a {
	color: #000;
}

.breadcrumb>li+li:before {
	padding: 0 2px 0px 0px !important;
	color: #000 !important;
	content: "-" !important;
	font-weight: normal;
}

.container {
	width: 100% !important;
	padding: 5px 2% !important;
	box-sizing: border-box;
	float: left;
}

.container .row {
	margin: 0px;
}

.header {
	padding-top: 0px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.header .lx {
	float: left;
	margin-right: 26px;
	line-height: 34px;
}

.header button {
	padding: 0px;
	background: none !important;
	text-transform: uppercase;
}

.header a {
	color: #000000;
	display: inline-block;
}

.header .logo {
	float: left;
}

.header .logo img {
	width: 147px;
}

.header a:hover {
	color: #e79b0c;
	background-color: none;
}

/* 头部搜索 */
.search {
	width: 20%;
	float: right;
	margin-top: 8px;
}

.search form {
	height: 42px;
	position: relative;
	margin: 0 auto;
}

.search input {
	height: 100%;
	width: 0;
	/* 默认收缩隐藏 */
	padding: 0 25px 0 15px;
	border: none;
	border-bottom: 2px solid transparent;
	outline: none;
	background: transparent;
	transition: .5s cubic-bezier(0, 0.8, 0, 1);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.search form:hover input {
	width: 100%;
	z-index: 1;
	border-bottom: 2px solid #6d6d6d;
}

.search input:focus {
	border-bottom: 2px solid #6d6d6d;
}

.search button {
	border: none;
	height: 42px;
	width: 42px;
	position: absolute;
	background: transparent;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 3;
}

.search button span {
	font-size: 30px;
	color: #e79b0c;
}

/* 头部搜索 */

/* .nav>li>a {
	background-color: #fff !important;
} */

.nav>li>a:hover {
	background-color: none !important;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a {
	line-height: 45px !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #e79b0c !important;
	text-decoration: none;
	background-color: #fff !important;
}

.header-menu {
	flex-flow: row nowrap;
	justify-content: flex-end;
	padding-left: 0px
}

.header-menu li {
	line-height: 60px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

.menu-list {
	width: 56%;
	float: left;
}

.menu-list a {
	padding: 0 !important;
	line-height: inherit !important
}


.header .header-fanyi {
	width: 100%;
	justify-content: flex-end;
	float: right;
	padding: 0px 2% !important;
	background: #f5f5f5;
	display: flex;
}

.header .header-fanyi img {
	vertical-align: middle !important;
	width: 11px;
}

.dropdown-menu {
	border: 0;
	padding: 5px;
	-moz-box-shadow: 0 0 10px #e9e9e9;
	-webkit-box-shadow: 0 0 10px #e9e9e9;
	box-shadow: 0 0 10px #e9e9e9
}

.navbar-nav {
	margin: 0 !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

/* 移动端导航按钮基础样式 */
.navbar-toggle {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 52px 0px 0px;
	padding: 0;
	border: none;
	background: transparent;
}

/* 三条杠默认样式 */
.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	margin: 5px auto;
	background: #000;
	/* 按钮颜色，可自定义 */
	border-radius: 2px;
	transition: all 0.5s;
}

/* 🔥 核心：展开后（无collapsed类）变成关闭× */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
	opacity: 0;
	/* 中间杠隐藏 */
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
	transform: rotate(-45deg);
	position: absolute;
	top: 17px;
}

/* 只有当屏幕大于 1024px 时才隐藏汉堡按钮 */
@media (min-width: 1024px) {
	.navbar-toggle {
		display: none !important;
		/* 加 !important 确保覆盖 Bootstrap */
	}
}

/* 当屏幕小于 1024px 时，强制显示汉堡按钮 */
@media (max-width: 1024px) {
	.navbar-toggle {
		display: block !important;
	}

	.navbar-toggle {
		width: 40px;
		height: 40px;
		padding: 0;
		border: none;
		background: transparent;
	}

	/* 同时确保你的导航菜单在这个宽度下是隐藏的，直到点击按钮 */
	.navbar-collapse {
		display: none;
	}
}

/* 产品 */
.product {
	width: 100%;
	padding: 0px 0px 30px;
	float: left;
}

.product .more {
	width: 100%;
	float: left;
}

.product .more a {
	display: block;
	color: #fff;
	border: 2px solid #e79b0c;
	background-color: #e79b0c;
	transition: all 0.5s;
	width: 320px;
	margin: 50px auto;
	line-height: 50px;
	border-radius: 55px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.product .more a:hover {
	width: 360px;
	transition: all 0.5s;
	text-decoration: none;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.product .product-box {
	max-width: 100%;
	padding: 60px 0px;
	background: #f5f5f5;
}

.product .product-box .w {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1440px;
	padding: 0px 10px;
}

.product .product-box .w .left-box {
	float: left;
	width: 64%;
}

.product .product-box .w .left-box h1 {
	font-weight: bold;
	font-size: 46px;
	margin: 15px 0px;
}

.product .product-box .w .right-box {
	float: right;
	width: 36%;
	position: relative;
}

.product .product-box .w .right-box form {
	height: 50px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #333;
	width: 96%;
	justify-content: flex-end;
	float: right;
}

.product .product-box .w .right-box input {
	flex: 1;
	height: 100%;
	border: none;
	outline: none;
	background: transparent;
	padding: 0 10px;
	font-size: 22px;
}

.product .product-box .w .right-box input::placeholder {
	color: #000;
	font-size: 22px;
}

.product .product-box .w .right-box button {
	width: 42px;
	height: 42px;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product .product-box .w .right-box button span {
	font-size: 30px;
	color: #e79b0c;
}

.product-list {
	float: left;
	width: 100%;
}

.product-section {
	padding: 60px 0;
}

.product-section-box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 60px;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* 第一个区块：白色背景，左图右文 */
.product-section-1 {
	background-color: #ffffff;
}

/* 第二个区块：浅灰背景，左文右图 */
.product-section-2 {
	background-color: #f5f5f5;
}

/* 图片 */
.img-wrap {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-wrap img {
	max-width: 320px;
	height: auto;
	display: block;
}

.text-wrap {
	flex: 2;
}

.text-wrap h2 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}

.text-wrap p {
	line-height: 1.7;
	margin-bottom: 30px;
}

.btn-detail {
	display: inline-block;
	border: 2px solid #e79b0c;
	border-radius: 25px;
	color: #e79b0c;
	text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
	width: 190px;
	text-align: center;
	font-weight: bold;
	line-height: 44px;
}

.btn-detail:hover {
	width: 210px;
	background: #e79b0c;
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* 第一个区块按钮居中，第二个左对齐（匹配截图） */
.product-section-1 .text-wrap {
	text-align: left;
}

.product-section-2 .text-wrap {
	text-align: left;
}

/* 关于我们 */

.about-box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 70px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-box .card-left {
	display: flex;
	flex-wrap: wrap;
	width: 46%;
}

.about-box .card-left h1 {
	font-weight: bold;
	font-size: 46px;
	margin: 15px 0px;
}

.about-box .card-left h2 {
	font-weight: bold;
	font-size: 34px;
	margin: 15px 0px;
}

.about-box .card-left p {
	font-size: 18px;
	line-height: 1.7;
	margin: 30px 0px;
	width: 84%;
}

.about-box .card-left a {
	margin-top: 30px;
	border: 2px solid #e79b0c;
	background-color: #e79b0c;
	color: #fff;
	transition: all 0.5s;
	line-height: 48px;
	width: 200px;
	border-radius: 50px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

.about-box .card-left a:hover {
	width: 220px;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
	text-decoration: none;
}

.about-box .card-right {
	width: 47%;
	overflow: hidden;
}


/* 想了解更多 */
.more-info {
	width: 100%;
	margin: 0 auto;
	padding: 0px 2% 90px;
}

.more-info h1 {
	font-size: 46px;
	font-weight: bold;
	margin: 30px 0px;
}

.more-info-cards {
	display: flex;
	gap: 0;
}

.card {
	flex: 1;
	padding: 420px 40px 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	background-size: cover;
	background-position: center;
	color: #fff;
	transition: all 0.8s;
}

.card:hover {
	padding: 400px 40px 130px;
	transition: all 0.8s;
}

.card-content {
	float: left;
}

.card-light {
	flex: 1.3;
	background-color: #f5f5f5;
	padding: 100px 70px 80px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card-dark {
	background-color: #1a1a2e;
}

.card-title {
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 10px;
}

.card-desc {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}

.card-btn {
	background-color: #e79b0c;
	border: 2px solid #e79b0c;
	color: #fff;
	border-radius: 37px;
	cursor: pointer;
	transition: all 0.5s;
	width: 170px;
	line-height: 44px;
	font-weight: bold;
}

.card-btn:hover {
	width: 190px;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
	text-decoration: none;
}

/* 解决方案 */
.solutions {
	padding: 70px 0px 80px;
	width: 100%;
	background: #0d1826;
}

.solutions-box {
	background-image: url(/assets/image/solutions_bag.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	max-width: 1440px;
	margin: 0 auto;
	padding: 70px 10px;
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solutions-box .card-left {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.solutions-box .card-left h1 {
	color: #fff;
	font-weight: bold;
	font-size: 46px;
	margin: 0px 0px 50px;
	line-height: 1.5;
}

.solutions-box .card-left p {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
}

.solutions-box .card-left a {
	margin-top: 50PX;
	background-color: #e79b0c;
	border: 2px solid #e79b0c;
	color: #fff;
	transition: all 0.5s;
	line-height: 48px;
	width: 260px;
	border-radius: 50px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

.solutions-box .card-left a:hover {
	width: 280px;
	transition: all 0.5s;
	text-decoration: none;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.solutions-box .card-right {
	width: 53%;
}

/* 新闻 */
.news {
	padding: 100px 10px;
	max-width: 1440px;
	margin: 0 auto;
}

.news-title {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.news-title h1 {
	font-size: 46px;
	font-family: "sakbold";
	font-weight: bold;
}

.news-title a {
	background-color: #e79b0c;
	border: 2px solid #e79b0c;
	color: #fff;
	transition: all 0.5s;
	line-height: 48px;
	width: 240px;
	border-radius: 50px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bold;
}

.news-title a:hover {
	width: 260px;
	transition: all 0.5s;
	text-decoration: none;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.news-list {
	width: 100%;
}

.news-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-list ul li {
	width: 31%;
}

.news-list ul li a {
	text-decoration: none;
}

.news-list ul li:hover a h2,
.news-list ul li:hover a p {
	color: #e79b0c;
	transition: all 0.5s;
}

.news-list ul li a .pm-img {
	width: 100%;
	overflow: hidden;
	border-bottom-right-radius: 160px;
	MIN-HEIGHT: 240PX;
	float: left;
}

.news-list ul li a .pm-img img {
	width: 100%;
	border-bottom-right-radius: 140px;
}

.news-list ul li a .time {
	color: #777;
	margin: 20px 0px;
	width: 100%;
	float: left;
}

.news-list ul li a h2 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 34px;
	transition: all 0.5s;
	width: 100%;
	float: left;
}

.news-list ul li a p {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	line-height: 28px;
	transition: all 0.5s;
	width: 100%;
	float: left;
}

/* 底部 */
.footer {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
	background: #ffffff;
	padding: 90px 0px 0px;
	box-shadow: inset 0 17px 38px 0px rgb(188 188 188 / 60%);
}

.footer-content {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 2% 70px;
}

.footer-content ul {
	width: 25%;
}

.footer-content ul li {
	width: 100%;
	float: left;
	line-height: 30px;
}

.footer-content ul li img {
	width: 223px;
}

.footer-content ul h2 {
	font-weight: bold;
	font-size: 22px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	line-height: 30px;
}

.footer-content ul h3 {
	font-size: 22px;
	float: left;
	width: 100%;
	line-height: 30px;
}

.footer-content ul li p {
	line-height: 28px;
	width: 78%;
	float: left;
}

.footer-content ul .more {
	margin: 50px 0px;
	background-color: #e79b0c;
	border: 2px solid #e79b0c;
	border-radius: 50px;
	color: #fff;
	transition: all 0.5s;
	line-height: 44px;
	width: 230px;
	text-align: center;
	float: left;
	font-weight: bold;
}

.footer-content ul .more:hover {
	width: 250px;
	transition: all 0.5s;
	text-decoration: none;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.footer-content ul li a .iconb {
	color: #ccc;
	font-size: 40px;
	margin-right: 15px;
	transition: all 0.5s;
}

.footer-content ul li a .iconb:hover,
.footer-content ul li a .icona:hover {
	color: #e79b0c;
	transition: all 0.5s;
}

.footer-content ul li a .icona {
	color: #ccc;
	font-size: 50px;
	margin-right: 15px;
	transition: all 0.5s;
}

.copyright {
	border-top: 1px solid rgba(100, 100, 100, 0.7);
	text-align: center;
}

.copyright .copyright-box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 15px 0px;
}

.copyright .copyright-box span {
	margin: 0px 8px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #fff !important
}


.button-bg2:hover {
	color: #fff !important
}

.button-bg3:hover {
	color: #000000;
	border: none
}

.button-bg3:before {
	background: #fff
}

.langs {
	display: none;
	position: absolute;
	top: 32px;
	right: 1%;
	z-index: 99;
	width: 75px;
	text-align: center;
	overflow: hidden;
	background: #ffffff;
	-moz-box-shadow: 0 0 10px #e9e9e9;
	-webkit-box-shadow: 0 0 10px #e9e9e9;
	box-shadow: 0 0 10px #e9e9e9;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.langs-fa li {
	line-height: 45px;
	text-transform: uppercase;
}

.ahover:hover {
	color: #e79b0c !important;
	background-image: none !important;
	text-decoration: none !important;
	-webkit-background-clip: inherit !important;
	background-clip: inherit !important;
	-webkit-text-fill-color: #e79b0c !important
}

.tz {
	float: right;
}

.upfloor {
	z-index: 12
}

/* 返回顶部 */
#back-to-top {
	display: none;

	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 999;
	width: 46px;
	height: 46px;
	border: none;
	cursor: pointer;
	border-radius: 50%;
	color: #e79b0c;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}

#back-to-top span {
	font-size: 20px;
}

#back-to-top:hover {
	background: #e79b0c;
	transform: translateY(-3px);
	color: #fff;
}

/* 移动端开始 */
@media (max-width: 980px) {
	.container {
		width: 100% !important;
		padding: 0 10px !important;
		box-sizing: border-box;
	}

	.menu-list {
		width: 100%;
		float: left;
		background: #fff;
		box-shadow: inset 0 17px 31px 0px rgb(226 226 226 / 60%);
	}

	.header-menu li {
		line-height: 52px;
		padding: 0px;
		font-size: 18px;
		font-weight: bold;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #dfdfdf;
	}

	.header .logo {
		width: 147px;
		float: left;
		margin: 40px 0px 5px;
	}

	.footer-content {
		padding-bottom: 20px
	}

	.oem-style {
		text-align: center;
		padding: 0
	}

	.pro-list .proitem {
		-moz-border-radius: 75px;
		-webkit-border-radius: 75px;
		border-radius: 75px;
		margin-left: 0px;
		padding: 40px 30px 30px 30px
	}

	.header .header-fanyi {
		position: absolute;
		top: 0px;
		right: 0;
		width: 100%
	}

	/* 头部搜索 */
	.search {
		width: 30%;
		right: 53px;
		margin-top: 50px;
		position: absolute;
		display: none;
	}

	/* 产品 */

	.product .product-box .w .left-box {
		float: left;
		width: 100%;
	}

	.product .product-box .w .left-box h1 {
		font-weight: bold;
		font-size: 28px;
		margin: 15px 0px;
	}

	.product .product-box .w .right-box {
		float: right;
		width: 100%;
		position: relative;
		margin-top: 10px;
	}

	.product .product-box .w .right-box form {
		height: 50px;
		display: flex;
		align-items: center;
		border-bottom: 2px solid #333;
		width: 100%;
		justify-content: flex-end;
		float: right;
	}

	.product-section-box {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 10px;
		display: flex;
		align-items: center;
		gap: 0px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.img-wrap {
		flex: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.text-wrap h2 {
		font-size: 20px;
	}

	.img-wrap img {
		max-width: 260px;
	}

	.product-section-1 .text-wrap,
	.product-section-2 .text-wrap {
		text-align: left;
	}

	/* 关于我们 */
	.about-box {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 10px;
		display: flex;
		align-items: center;
		gap: 30px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.about-box .card-left {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.about-box .card-left h1 {
		font-weight: bold;
		font-size: 38px;
		margin: 15px 0px;
	}

	.about-box .card-left p {
		font-size: 18px;
		line-height: 1.7;
		margin: 30px 0px;
		width: 100%;
	}

	.about-box .card-right {
		width: 100%;
		overflow: hidden;
	}

	/* 想了解更多 */
	.more-info-cards {
		display: flex;
		gap: 0;
		flex-wrap: wrap;
	}

	.card-light {
		flex: 1.3;
		background-color: #f5f5f5;
		padding: 60px 20px !important;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.more-info h1 {
		font-size: 38px;
		font-weight: bold;
		margin: 30px 0px;
	}

	.card-title {
		font-size: 38px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.card {
		flex: 1;
		padding: 140px 20px 50px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		background-size: cover;
		background-position: center;
		color: #fff;
	}

	/* 行业应用 */
	.solutions-box {
		background-image: url(/assets/image/solutions_bag.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		max-width: 1440px;
		margin: 0 auto;
		padding: 20px 10px;
		display: flex;
		align-items: center;
		gap: 30px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.solutions-box .card-left h1 {
		color: #fff;
		font-weight: bold;
		font-size: 38px;
		margin: 0px 0px 50px;
		line-height: 1.5;
	}

	.solutions-box .card-right {
		width: 100%;
	}

	/* 新闻 */
	.news {
		padding: 60px 10px;
		max-width: 1440px;
		margin: 0 auto;
	}

	.news-list ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	/* 底部 */
	.footer-content ul {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-content ul li p {
		line-height: 28px;
		width: 100%;
		float: left;
	}
}