.home-main {
	width: 100%;
	max-width: 100%;
	padding: 0 12px 20px;
	box-sizing: border-box;
	font-family: Tahoma, Arial, "Microsoft YaHei", sans-serif;
}

.home-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 108, 188, 0.1);
	border: 1px solid #e8eef5;
	margin-bottom: 18px;
	overflow: hidden;
}

.home-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 18px 12px 22px;
	background: linear-gradient(to bottom, #fafcfe 0%, #f3f7fb 100%);
	border-bottom: 1px solid #e4edf5;
	position: relative;
}

.home-card-head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #006CBC;
	border-radius: 8px 0 0 0;
}

.home-card-head h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.home-card-head h2 a {
	color: #006CBC;
	text-decoration: none;
}

.home-card-head h2 a:hover {
	color: #F9B333;
}

.home-more {
	color: #888;
	font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s;
}

.home-more:hover {
	color: #F9B333;
}

.home-card-body {
	padding: 18px 20px;
}

.home-about-wrap {
	overflow: hidden;
	zoom: 1;
}

.home-about-img {
	float: left;
	width: 500px;
	height: 303px;
	margin: 2px 20px 10px 0;
	border-radius: 6px;
	border: 1px solid #e4edf5;
	box-shadow: 0 2px 8px rgba(0, 108, 188, 0.08);
	object-fit: cover;
}

.home-about-text {
	margin: 0;
	line-height: 1.85;
	color: #555;
	font-size: 13px;
	text-align: justify;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.home-about-text .home-readmore {
	display: inline-block;
	margin-left: 6px;
	color: #006CBC;
	font-weight: bold;
	text-decoration: none;
}

.home-about-text .home-readmore:hover {
	color: #F9B333;
}

.home-products-body {
	padding: 16px 12px 18px;
	background: #fafbfd;
}

.home-products-scroll {
	overflow: hidden;
	width: 100%;
}

.home-marquee-track {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
}

.home-products-row {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.home-product-item {
	display: inline-block;
	width: 200px;
	margin: 0 12px;
	vertical-align: top;
	white-space: normal;
}

.home-product-link {
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #e8eef5;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0, 108, 188, 0.06);
	transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.home-product-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 108, 188, 0.14);
	border-color: #F9B333;
}

.home-product-thumb {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: #f5f8fc;
	text-align: center;
	line-height: 200px;
}

.home-product-thumb img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	vertical-align: middle;
	border: 0;
}

.home-product-title {
	display: block;
	padding: 10px 8px;
	text-align: center;
	color: #444;
	font-size: 12px;
	line-height: 1.4;
	height: 34px;
	overflow: hidden;
	transition: color 0.2s;
}

.home-product-link:hover .home-product-title {
	color: #F9B333;
}

.home-products-empty {
	padding: 40px 20px;
	text-align: center;
	color: #999;
	font-size: 13px;
}

.home-news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 4px;
	border-bottom: 1px dashed #e4edf5;
	transition: background 0.2s;
}

.home-news-item:last-child {
	border-bottom: none;
}

.home-news-item:hover {
	background: #f8fbff;
}

.home-news-title {
	flex: 1;
	padding-right: 20px;
	color: #444;
	font-size: 13px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 14px;
}

.home-news-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	border-radius: 50%;
	background: #006CBC;
}

.home-news-title:hover {
	color: #F9B333;
}

.home-news-date {
	flex-shrink: 0;
	color: #999;
	font-size: 12px;
	white-space: nowrap;
}

.home-news-empty {
	padding: 30px 20px;
	text-align: center;
	color: #999;
	font-size: 13px;
}
