/* aboutus-page.css — jq-juquan 聚全科技关于页 juquankeji.com */
.jq-aboutus-page {
	padding-top: 40px;
}

.jq-aboutus-company-name {
	margin: 0 0 28px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.jq-aboutus-company-name a {
	color: #222;
	text-decoration: none;
}

.jq-aboutus-company-name a:hover {
	color: #0066cc;
}

.jq-aboutus-content {
	font-size: 16px;
	line-height: 1.75;
	color: #444;
}

.jq-aboutus-tagline {
	margin: 0 0 18px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	color: #222;
	text-align: center;
	letter-spacing: 0.04em;
}

.jq-aboutus-intro {
	margin: 0 0 32px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.jq-aboutus-history-title {
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #0066cc;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #333;
}

.jq-aboutus-timeline {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jq-aboutus-timeline li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}

.jq-aboutus-timeline li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.jq-aboutus-year {
	flex: 0 0 48px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.75;
	color: #0066cc;
}

.jq-aboutus-event {
	flex: 1;
	min-width: 0;
	line-height: 1.75;
	color: #555;
}

@media (max-width: 768px) {
	.jq-aboutus-page {
		padding-top: 20px;
	}

	.jq-aboutus-company-name {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.jq-aboutus-content {
		font-size: 15px;
		line-height: 1.7;
	}

	.jq-aboutus-tagline {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.jq-aboutus-intro {
		margin-bottom: 24px;
		text-align: left;
	}

	.jq-aboutus-history-title {
		font-size: 17px;
		margin-bottom: 12px;
	}

	.jq-aboutus-timeline li {
		flex-direction: column;
		gap: 4px;
		padding: 12px 0;
	}

	.jq-aboutus-year {
		flex: none;
		font-size: 16px;
	}
}

/* aboutus.php 公司相册 — 电脑版四列，手机版 2×2（对齐首页 #about .about_list） */

/* 电脑版：一行四张 */
@media (min-width: 769px) {
	.sub_container .jq-aboutus-gallery.about_list {
		width: 100%;
		max-width: 100%;
		margin: 36px auto 0;
		padding: 0;
		overflow: visible;
	}

	.sub_container .jq-aboutus-gallery.about_list ul {
		width: 100% !important;
		height: auto !important;
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		display: flex;
		flex-wrap: nowrap;
		gap: 15px;
	}

	.sub_container .jq-aboutus-gallery.about_list li {
		float: none;
		flex: 1 1 0;
		min-width: 0;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		aspect-ratio: 310 / 155;
		background: #f0f0f0;
		position: relative;
		overflow: hidden;
	}

	.sub_container .jq-aboutus-gallery.about_list li::before {
		display: none;
	}

	.sub_container .jq-aboutus-gallery.about_list img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		display: block;
		position: relative;
		z-index: 2;
		opacity: 1 !important;
	}
}

/* 手机版：2×2 网格（与首页 ABOUT US 一致） */
@media (max-width: 768px) {
	.sub_container .jq-aboutus-gallery.about_list {
		width: 100% !important;
		max-width: 100%;
		margin: 24px auto 0 !important;
		padding: 0 12px;
		box-sizing: border-box;
		overflow: visible;
	}

	.sub_container .jq-aboutus-gallery.about_list ul {
		width: 100% !important;
		height: auto !important;
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 12px;
	}

	.sub_container .jq-aboutus-gallery.about_list li {
		float: none;
		flex: none;
		width: calc(50% - 6px) !important;
		max-width: calc(50% - 6px);
		height: auto !important;
		margin: 0 !important;
		display: block !important;
		box-sizing: border-box;
		aspect-ratio: 16 / 10;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
		background: #eef1f5;
		position: relative;
	}

	.sub_container .jq-aboutus-gallery.about_list li::before {
		display: none;
	}

	.sub_container .jq-aboutus-gallery.about_list img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		display: block;
		opacity: 1 !important;
	}
}
