/* 基础样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Arial", sans-serif;
	background-color: #050a30;
	color: #fff;
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* 导航栏样式 */
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(5, 10, 48, 0.8);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.navbar-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.logo {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
}

.logo img {
	height: 50px;
	margin-right: 10px;
}

.nav-menu {
	display: flex;
	list-style: none;
}

.nav-item {
	margin-left: 30px;
	position: relative;
}

.nav-link {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
	padding: 5px 0;
}

.nav-link:hover,
.nav-link.active {
	color: #409eff;
}

.nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #409eff;
}

/* 二维码浮窗 */
.qrcode-float {
	position: fixed;
	top: 90px;
	right: 20px;
	z-index: 999;
	background-color: #0f174a;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	display: none;
}

.qrcode-float.show {
	display: block;
	animation: fadeIn 0.3s ease;
}

.qrcode-img {
	width: 120px;
	height: 120px;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

.qrcode-info {
	text-align: center;
	font-size: 12px;
	color: #ccc;
}

.qrcode-trigger {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	background-color: #165dff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(22, 93, 255, 0.5);
	transition: all 0.3s ease;
}

.qrcode-trigger:hover {
	transform: scale(1.05);
	background-color: #409eff;
}

/* 英雄区域样式 */
.hero {
	height: 800px;
	background: url("../img/website/PChearBGC.jpg") no-repeat;
	background-size: 100% 800px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 80px;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.hero-logo {
	width: 403px;
	/* height: 100px; */
	margin: 0 auto 182px;
	/* background-color: rgba(255, 255, 255, 0.1); */
	/* border-radius: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
}

.hero-logo img {
	width: 100%;
	height: auto;
}

.hero-title {
	font-size: 42px;
	margin-bottom: 15px;
	background: linear-gradient(90deg, #409eff, #7b61ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.hero-subtitle {
	color: #ffffff;
	text-shadow: 0 4px 2px #19103d99;
	font-family: "Alibaba PuHuiTi 3.0";
	font-size: 68px;
	font-style: normal;
	font-weight: 105 Heavy;
	line-height: normal;
	letter-spacing: 6.8px;
}

.hero-tagline {
	display: inline-flex;
	padding: 15px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 40px;
	background: #1a084e4d;
	backdrop-filter: blur(10px);
	color: #ffffff;
	text-shadow: 0 4px 2px #2a1c7380;
	font-family: "Alibaba PuHuiTi 3.0";
	font-size: 24px;
	font-style: normal;
	font-weight: 65 Medium;
	line-height: normal;
	margin-top: 30px;
}

.wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(64, 158, 255, 0.1)' fill-opacity='1' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,229.3C1248,224,1344,160,1392,128L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E")
		repeat-x;
	background-size: 50% 100px;
	animation: wave 15s linear infinite;
}

.wave:nth-child(2) {
	bottom: 5px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(123, 97, 255, 0.1)' fill-opacity='1' d='M0,224L48,213.3C96,203,192,181,288,186.7C384,192,480,224,576,229.3C672,235,768,213,864,197.3C960,181,1056,171,1152,181.3C1248,192,1344,224,1392,240L1440,256L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E")
		repeat-x;
	background-size: 50% 100px;
	animation: wave 18s linear reverse infinite;
	opacity: 0.5;
}

@keyframes wave {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* 特性区块 */
.features {
	padding: 80px 0;
	background-color: #0a0f3d;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.feature-card {
	border-radius: 32px;
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(5px);
}

.feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.feature-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #409eff;
}

.feature-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
}

.feature-desc {
	font-size: 14px;
	color: #b0b0b0;
	line-height: 1.6;
}

/* 公司介绍 */
.company-intro {
	padding: 80px 0;
	background-color: #050a30;
	position: relative;
}

.section-title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 15px;
	color: #fff;
}

.section-title-text {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 0 16px;
}

.section-title-text::before,
.section-title-text::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 24px;
	height: 1px;
	background-color: #fff;
}

.section-title-text::before {
	left: -30px;
}

.section-title-text::after {
	right: -30px;
}

.section-subtitle {
	text-align: center;
	font-size: 16px;
	color: #b0b0b0;
	max-width: 700px;
	margin: 0 auto 60px;
}

.intro-content {
	display: flex;
	gap: 40px;
}

.intro-text {
	flex: 1;
	font-size: 15px;
	line-height: 1.8;
	color: #d0d0d0;
}

.intro-media {
	flex: 1;
	background-color: #1e293b;
	border-radius: 10px;
	overflow: hidden;
	height: 400px;
	position: relative;
}

.intro-media-placeholder {
	width: 100%;
	height: 100%;
	background-color: #1e293b;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
}

/* 公司详情 */
.company-details {
	padding: 80px 0;
	background-color: #0a0f3d;
}

.details-header {
	text-align: center;
	margin-bottom: 60px;
}

.details-content {
	border-radius: 32px;
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	padding: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.details-text {
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
}

.details-text p {
	margin-bottom: 20px;
}

.details-img {
	border-radius: 50px;
	min-height: 150px;
	overflow: hidden;
}

/* 创始人 */
.founder {
	padding: 80px 0;
	background-color: #0a0f3d;
}
.founder-box {
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.founder-img-wrapper {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.text-gray {
	color: rgba(255, 255, 255, 0.8);
	line-height: 20px;
}
.founder-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 40px;
}
.base-card {
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 16px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.base-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.team-member {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 30px;
}
.member-name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 4px;
}

/* 国家级拍照与授权 */
.license {
	margin: 20px;
}
.license-img-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0;
}
.img-handshake,
.img-license {
	height: 400px;
	width: auto;
}
.carousel {
	width: 60%;
	margin: 0 auto;
}
.carousel-box {
	text-align: center;
	/* background-color: #fff; */
	height: 100%;
}
.carousel-img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* 核心资源 */
.font-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.core {
	margin: 30px 0;
}
.core-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.core-resource {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.core-resource-card {
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 16px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.core-resource-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.core-resource-card-title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.core-resource > .card-item-content {
	/* width: 180px; */
	width: 500px;
}

.card-item-content {
	display: flex;
	color: #b0b0b0;
	font-size: 14px;
	line-height: 22px;
}
.card-item-content-number {
	width: 15px;
}
.card-item-content-main {
	flex: 1;
}

/* 科学家团队 */
.scientists {
	padding: 80px 0;
	background-color: #050a30;
}

.scientists-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.scientist-card {
	border-radius: 32px;
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scientist-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.scientist-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 20px;
	background-color: #333;
	overflow: hidden;
}

.scientist-name {
	font-size: 18px;
	margin-bottom: 5px;
	color: #fff;
}

.scientist-title {
	font-size: 14px;
	color: #409eff;
	margin-bottom: 15px;
}

.scientist-bio {
	text-indent: 2em;
	text-align: left;
	font-size: 13px;
	color: #b0b0b0;
	line-height: 1.6;
}

/* 智库团队 */
.think-tank {
	padding: 80px 0;
	background-color: #0a0f3d;
}

.think-tank-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}

.think-tank-card {
	border-radius: 32px;
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	padding: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.think-tank-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.think-tank-icon {
	text-align: center;
}

.think-tank-title {
	font-size: 18px;
	margin: 15px 0;
	color: #fff;
	text-align: center;
}

.think-tank-desc {
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	color: #b0b0b0;
	line-height: 1.6;
}

/* 高科技人才中心 */
.talent-center {
	margin-top: -40px;
	padding: 40px 0;
	background-color: #0a123f;
}
.platform-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	/* margin-top: 30px; */
	margin: 30px 0;
}
.platform-card {
	text-align: center;
	border-radius: 16px;
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	padding: 25px;
	transition: all 0.3s ease;
	border: 1px solid rgba(64, 158, 255, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.platform-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	border-color: rgba(64, 158, 255, 0.3);
}
.platform-card-title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
	/* display: flex;
        align-items: center; */
}
.platform-card-title i {
	margin-right: 10px;
	color: #409eff;
	font-size: 20px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.platform-card-desc {
	text-align: left;
	text-indent: 2em;
	font-size: 13px;
	color: #b0b0b0;
	line-height: 1.7;
	margin-top: auto;
}

/* 案例分享 */
.eg-share {
	/* margin: 40px 0; */
	margin-top: 80px;
	margin-bottom: 40px;
	padding: 20px 0;
	background-color: #0a123f;
}
.eg-share-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}

/* 核心优势 */
.advantages {
	padding: 20px 0;
	background-color: #050a30;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-top: 40px;
}
.advantages-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #409eff;
}

.advantages-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
}

.advantages-desc {
	font-size: 14px;
	color: #b0b0b0;
	line-height: 1.6;
}

/* 资源生态圈 */
.ecosystem {
	padding: 80px 0;
	background-color: #050a30;
}

.ecosystem-section {
	margin-bottom: 60px;
}

.ecosystem-title {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.partner-card {
	border-radius: 32px;
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: transform 0.3s ease;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-card:hover {
	transform: translateY(-5px);
}

.partner-name {
	font-size: 14px;
	color: #d0d0d0;
}

/* 页脚 */
.footer {
	background-color: #0a0f3d;
	padding: 60px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.footer-logo {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-logo img {
	height: 40px;
	margin-right: 10px;
}

.footer-tagline {
	font-size: 14px;
	color: #b0b0b0;
	margin-bottom: 20px;
	max-width: 300px;
}

.social-links {
	display: flex;
	gap: 15px;
}

.social-link {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b0b0b0;
	transition: all 0.3s ease;
}

.social-link:hover {
	background-color: #409eff;
	color: #fff;
	transform: translateY(-3px);
}

.footer-column {
	min-width: 200px;
}

.footer-column-title {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}

.footer-links {
	list-style: none;
}

.footer-link {
	margin-bottom: 12px;
}

.footer-link a {
	color: #b0b0b0;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.footer-link a:hover {
	color: #409eff;
}

.footer-bottom {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 13px;
	color: #888;
}

.footer-bottom-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
}

.footer-bottom-link {
	color: #888;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-bottom-link:hover {
	color: #409eff;
}

.section-subtitle-tip {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

/* 动画效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 响应式调整 */
@media (max-width: 1200px) {
	.scientists-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 992px) {
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.intro-content {
		flex-direction: column;
	}

	.partners-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.nav-menu {
		display: none;
	}

	.scientists-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.think-tank-grid {
		grid-template-columns: 1fr;
	}

	.partners-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-content {
		flex-direction: column;
		gap: 40px;
	}
}

@media (max-width: 576px) {
	.features-grid {
		grid-template-columns: 1fr;
	}

	.scientists-grid {
		grid-template-columns: 1fr;
	}

	.partners-grid {
		grid-template-columns: 1fr;
	}

	.hero-title {
		font-size: 32px;
	}

	.hero-subtitle {
		font-size: 18px;
	}
}

/* 页面固定浮窗 */
.card {
	position: fixed;
	right: 20px;
	/* top: 100px; */
	bottom: 10px;
	width: 200px;
	z-index: 2;
}

.intro-image-container {
	padding: 16px;
	background: linear-gradient(122deg, #132775 7.71%, #2e3091 93.32%);
	border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.img-placeholder {
	width: 100%;
	border-radius: 12px;
}
