body {}

main {}

.conbox {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}

/* nav */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 20px;
	background-color: #fff;
	border-bottom: 2px solid #f0f0f0;
}

.logo {
	display: flex;
	align-items: center;
}

.logo img {
	height: 40px;
	margin-right: 8px;
}

.logo-text {
	font-weight: bold;
	font-size: 18px;
}

nav {
	display: flex;
	align-items: center;
	gap: 25px;
}

nav a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.contact-button {
	background-color: #4121bf;
	color: #fff;
	padding: 8px 16px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.contact-button:hover {
	background-color: #3a1bc9;
}




.banner {
	position: relative;
	width: 100%;
	height: 100vh;
	/* 全屏高度 */
	background: url('../img/banner.png') no-repeat center center/cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.banner-container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	display: flex;
	align-items: center;
}

.purple-box {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(79, 44, 243, 0.9); */
	/* 半透明紫色 */
	pointer-events: none;
	/* 让鼠标穿透，不挡内容操作 */
}

.banner-content {
	position: relative;
	z-index: 0;
	color: #fff;
	padding: 40px;
	width: 100%;
	max-width: 1200px;
}

.banner-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}

.banner-description {
	font-size: 22px;
	margin-bottom: 30px;
}

.banner-button {
	display: inline-block;
	background-color: #ff7f2a;
	color: #fff;
	padding: 12px 24px;
	font-size: 23px;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
}

.banner-button:hover {
	background-color: #ff5f00;
}


.section {
	max-width: 1200px;
	margin: 3% auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.text-module {
	flex: 1;
	min-width: 300px;
}

.text-module h2 {
	font-size: 28px;
	font-weight: bold;
	color: #5023c3;
	line-height: 1.4;
	margin-bottom: 20px;
}

.text-module p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-bottom: 16px;
}

.image-module {

	min-width: 300px;
}

.image-module img {
	width: 100%;
	height: auto;
	max-width: 476px;
}


.apply {
	background: #3c1bbd;
	margin-top: 100px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: left;
	color: #fff;

}

.logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	margin-top: -100px;
}

.logos img {
	width: 100%;
	border: 5px #3c1bbd solid;
}

.logos img:last-child {
	margin-right: 0;
}

.heading {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.button-container {
	margin-top: 20px;
	display: flex;
	justify-content: center;

}

.button-container a {
	display: inline-block;
	padding: 15px 30px;
	background-color: #ff6600;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius: 30px;
	transition: background-color 0.3s;
}

.button-container a:hover {
	background-color: #e04e61;
}


.container2 {
	max-width: 1200px;
	margin: 50px auto;
	padding: 20px;
}

.section {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.image-box {
	flex: 1;
	position: relative;
}

.image-box img {
	width: 100%;
	display: block;
	max-width: 500px;
}

.image-box::after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.text-box {
	flex: 1;
	padding: 20px;
}

.text-box h2 {
	font-size: 58px;
	font-weight: bold;
	color: #482ea8;
	margin: 0;
	text-transform: uppercase;
}

.text-box h3 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin: 5px 0 15px;
}

.text-box p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-top: 50px;
}

.reverse {
	flex-direction: row-reverse;
}



.title {
	width: 100%;
	max-width: 800px;
	margin: 2% auto;
}

.title h1 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.title h2 {
	width: 100px;
	height: 5px;
	background: #ff5f00;
	margin: 30px auto;
}

.title p {
	text-align: center;
	color: #666;

}

.title2 {
	width: 100%;
	max-width: 800px;
	margin: 2% auto;
}

.title2 h1 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3c1bbd;
}

.title2 h2 {
	width: 100px;
	height: 5px;
	background: #ff5f00;
	margin: 30px auto;
}

.title2 p {
	text-align: center;
	color: #666;

}

.conlist {
	background: #3c1bbd;
	overflow-y: hidden;
}

.container3 {
	max-width: 1200px;
	margin: 50px auto;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}


.tongji {
	background: url("../img/bg.png") no-repeat center center/cover;
	overflow: hidden;
	padding: 3% 0;
}

.box {
	flex: 1;
	max-width: 33%;
	padding: 20px;
}

.box img {
	width: 100%;
	height: auto;
	color: #fff;
}

.box h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
	text-transform: uppercase;
	color: #fff;
}

.box h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #fff;
}

.box p {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
}


/* 统计信息部分 */
.stats {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 50px auto;
	gap: 40px;
	flex-wrap: wrap;
}

.stat {
	text-align: center;

}

.stat h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0;
}

.stat p {
	font-size: 14px;
	color: #666;
}

/* 招聘卡片部分 */
.jobs-container {
	max-width: 1200px;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.job-card {
	display: flex;
	background-color: #2E1BA8;
	color: white;
	padding: 40px;
	align-items: center;
	text-align: left;
	gap: 40px;
}

.job-card img {
	width: 100%;
	max-width: 527px;
	height: auto;

}

.job-info {
	flex: 1;
}

.job-info h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}

.job-info h3 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.job-info p {
	font-size: 14px;
	line-height: 1.3;
	margin: 5px 0;
}

.apply-btn {
	background-color: #ff7300;
	color: white;
	padding: 10px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 30px;
	border-radius: 30px;
}



.more {
	width: 200px;
	border: 1px #333 solid;
	margin: 0 auto;
	text-align: center;
	line-height: 2.8;
}

/* Footer 样式 */
.footer {
	background-color: #000;
	color: white;
	padding: 40px 20px;
	margin-top: 3%;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-menu a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.footer-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: bold;
}

.footer-logo img {
	height: 80px;
}



.apply-btn:hover {
	background-color: #3a27b8;
}

/* 响应式适配 */
@media (max-width: 768px) {}


/* 响应式表单容器 */
.inline-form-container {
	max-width: 800px;
	margin: 4% auto 40px;
	padding: 0 20px;
	
}

.inline-form {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.inline-form h2 {
	grid-column: 1 / -1;
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #2c3e50;
}

.form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

label {

	font-weight: 600;
	color: #555;
	font-size: 15px;
}

input[type="text"],
input[type="number"],
input[type="tel"] {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #fff;
	transition: 0.3s;
	font-size: 15px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
	border-color: #4121bf;
	box-shadow: 0 0 5px rgba(52, 152, 219, 0.3);
	outline: none;
	background-color: #fefefe;
}

/* 单选按钮组 */
.radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.radio-option {
	display: flex;
	align-items: center;
}

.radio-option input[type="radio"] {
	margin-right: 8px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

button[type="submit"] {
	background-color: #4121bf;
	color: white;
	padding: 16px;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
	transition: 0.3s;
}

button[type="submit"]:hover {
	background-color: #3a27b8;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

/* 弹窗按钮 */
.trigger-btn {
	display: block;
	width: 220px;
	margin: 40px auto;
	padding: 16px;
	background-color: #3a27b8;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
}

.trigger-btn:hover {
	background-color: #3a27b8;
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* 模态框 */
.modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.modal-content {
	background: white;
	padding: 30px 25px;
	border-radius: 12px;
	width: 100%;
	max-width: 600px;
	max-height: 90vh;
	overflow-y: auto;
	animation: modalFadeIn 0.3s ease-out;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	position: relative;
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #eee;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
}

.close-btn:hover {
	background-color: #e74c3c;
	color: #fff;
	transform: rotate(90deg);
}

/* 手机适配 */
@media (max-width: 768px) {
	body {
		padding: 20px;
	}

	.inline-form {
		grid-template-columns: 1fr;
	}

	.trigger-btn {
		width: 100%;
		max-width: 300px;
	}
}

@media (max-width: 480px) {
	.radio-group {
		flex-direction: column;
		gap: 10px;
	}
}