@charset "UTF-8";

/*Home*/
body {
	overflow-x: hidden;
}

main {
	padding-top: 0px !important;
}

html {
	scroll-behavior: auto !important;
}

/**/
.homeBanner {
	width: 100%;
	display: flex;
	align-items: center;
	height: 660px;
	position: relative;
	overflow: hidden;
	background: #000;
	margin-top: 100px;
}

.homeBanner .container {
	width: 100%;
	height: 100%;
	z-index: 90;
	padding: 0px;
	position: relative;
}

.homeBanner img {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.homeBanner .videobg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.homeBanner .videobg video {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.homeBanner .jumbotron {
	width: 100%;
	background: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin: 0px;
	position: relative;
	z-index: 50;
	margin-top: -60px;
}

.homeBanner .jumbotron img {
	position: relative;
	z-index: 10;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	object-fit: cover;
}

.homeBanner h2 {
	line-height: 1.4;
	color: #fff;
	font-weight: 600;
	font-size: 2.8rem;
	margin-top: 30px;
	margin-bottom: 30px;
}

.homeBanner .intro {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 2px;
	margin: 0px;
	margin-bottom: 12px;
}

.homeBanner .jobtitle {
	font-size: 18px;
	color: #fff;
}

.homeBanner .btnGroup {
	display: flex;
	gap: 20px;
}

.homeBanner .linkbtn {
	width: 240px;
	height: 48px;
	border-radius: 0px;
	margin-top: 40px;
	background: none;
	background: #019ADE;
	color: #fff;
	padding: 12px 20px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transform: skew(-32deg);
	-moz-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	-o-transform: skew(-32deg);
	transform: skew(-32deg);
}

.homeBanner .linkbtn span {
	display: inline-block;
	-webkit-transform: skew(32deg);
	-moz-transform: skew(32deg);
	-ms-transform: skew(32deg);
	-o-transform: skew(32deg);
	transform: skew(32deg);
}

.homeBanner .linkbtn {
	justify-content: center;
}

.homeBanner .bannerlink {
	border: 1px solid #FFBE06;
	background: #FFBE06;
	color: #000;
}

.homeBanner .scollingArrow {
	position: absolute;
	left: 15px;
	bottom: 80px;
	background: url(../img/scoll_tipsbtn.png) center center no-repeat;
	padding-left: 60px;
	width: 55px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	z-index: 200;
	-webkit-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
	-moz-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
	-ms-animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
	animation: b_t 2s ease-in-out 0s infinite 300ms 0 ease;
	-o-animation: b_t 2s ease-in-out 0s infinite;
	-webkit-animation: b_t 2s ease-in-out 0s infinite;
	-moz-animation: b_t 2s ease-in-out 0s infinite;
	-ms-animation: b_t 2s ease-in-out 0s infinite;
	animation: b_t 2s ease-in-out 0s infinite;
	z-index: 100;
}


/**/
.opinionArticles {
	padding-bottom: 160px;
}

.opinionArticles .wrapTitleBox {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.opinionArticles .wrapTitleBox h3 {
	text-transform: capitalize;
	font-weight: 600;
	color: #004567;
	font-size: 36px;
}

.opinionArticles .wrapTitleBox .linkbtn {
	width: 140px;
	background: none;
	color: #008FFF;
	font-size: 16px;
	border: 2px solid #008FFF;
	font-weight: 500;
	border-radius: 60px;
	margin-top: 0px;
}

.opinionArticles .wrapTitleBox .linkbtn:hover {
	background: #008FFF;
	color: #fff;
}

.opinionArticles .growthList {
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	display: grid;
	gap: 40px;
	margin-top: 40px;
}

.opinionArticles .growthInner {
	border: 2px solid #F0F0F0;
	border-radius: 8px;
	transition-duration: .3s;
	background: #FFFFFF;
}

.opinionArticles .growthInner:hover {
	border: 2px solid #008FFF;
	box-shadow: 0px 0.5em 2em 0px rgba(0, 0, 0, 0.15);
}

.opinionArticles .growthInner:hover h6 {
	color: #008FFF !important;
}

.opinionArticles .growthInner:hover .linkbtn {
	background: #0060AA;
	color: #fff;
}

.opinionArticles .growthInner .imgBox img {
	width: 100%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.opinionArticles .growthInner .introWrap {
	padding: 30px;
	height: 230px;
	position: relative;
}

.opinionArticles .growthInner .introWrap a:hover {
	text-decoration: underline;
}

.opinionArticles .growthInner .introWrap h6 {
	color: #004567;
	font-weight: 600;
	font-size: 21px;
	line-height: 1.4;
	height: 86px;
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition-duration: .3s;
}

.opinionArticles .growthInner .linkbtn {
	position: absolute;
	bottom: 30px;
	justify-content: center;
	color: #008FFF;
	background: none;
	padding: 4px 12px;
	font-size: 15px;
	border-radius: 30px;
	margin-left: 0px;
	background: #D9EEFF;
	height: 48px;
	transition-duration: .3s;
	width: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.opinionArticles .growthInner .linkbtn i {
	width: 26px;
	height: 24px;
	content: '';
	display: none;
	background: url(../img/articles_arrow.svg) center center no-repeat;
}

.opinionArticles .growthInner .linkbtn:hover {
	background: #0060AA;
	color: #fff;
}

.additionListWrap {
	background: #E5F4FF;
}

.additionListWrap .wrapTitleBox {
	justify-content: center;
	margin-bottom: 60px;
	display: flex;
}

.additionListWrap .wrapTitleBox h3 {
	font-size: 42px;
	font-weight: 600;
}

.additionListWrap .growthInner {
	background: #fff;
	border: none;
}

.additionListWrap .growthInner h6 {
	color: #004567;
	font-size: 26px;
	line-height: 1.3;
}

.additionListWrap .growthInner .morebtn {
	background: none;
	border: 2px solid #004567;
	color: #004567;
	width: 140px;
	height: 38px;
	padding: 2px 10px;
	border-radius: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}

.additionListWrap .morelistBtn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.additionListWrap .morelistBtn .linkbtn {
	width: 200px;
	border-radius: 60px;
	background: #008FFF;
}

.jumbotroeBannerKv {
	height: 530px;
}

.jumbotroeBannerKv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**/
.career-journey-section {
	background: #f7f9fb url(../img/tablebg.jpg) center center no-repeat;
	background-size: cover;
	font-family: 'Noto Sans TC', "Microsoft YaHei", sans-serif;
	color: #333;
	padding: 100px 0 120px;
	width: 100%;
	margin-bottom:60px;
}

.career-journey-section .page-title {
	color: #004567;
	line-height: 1.3;
	font-weight: 600;
	font-size:2rem;
	letter-spacing: 1px;
}

/* --- 表格容器 --- */
.career-journey-section .table-container {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #BCE2EE;
	box-shadow: 0 5px 15px rgba(18, 113, 144, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff;
}

.career-journey-section .custom-table {
	margin-bottom: 0;
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

.career-journey-section .subtitle{
	    font-size: 1.2rem;
}

/* --- 表头 (PC端) --- */
.career-journey-section .custom-table thead th {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
	padding: 22px 10px;
	border: none;
	letter-spacing: 0.5px;
}

.career-journey-section .custom-table thead th:nth-child(1) {
	background-color: #1E8FB2;
}

.career-journey-section .custom-table thead th:nth-child(2) {
	background-color: #167B9A;
}

.career-journey-section .custom-table thead th:nth-child(3) {
	background-color: #0F6984;
}

.career-journey-section .custom-table thead th:nth-child(4) {
	background-color: #0A5770;
}

/* --- 单元格 --- */
.career-journey-section .custom-table tbody td {
	vertical-align: middle;
	padding: 24px 20px;
	font-size: 1.2rem;
	color: #333333;
	line-height: 1.6;
	border: 1px solid #BCE2EE;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.career-journey-section .custom-table tbody td.category-col {
	background-color: #EAF8FC;
	color: #222;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: left;
	border-bottom: 1px solid #BCE2EE;
}

/* 辅助类 */
.career-journey-section .text-center {
	text-align: center !important;
}

.career-journey-section .text-left {
	text-align: left !important;
}

.career-journey-section .fw-medium {
	font-weight: 500;
}

.career-journey-section .sub-text {
	font-size: 1rem;
	color: #666;
	display: block;
	margin-top: 5px;
}

/* --- 交互效果 (PC端) --- */
.career-journey-section .interactive-row:hover td:not(.category-col) {
	background-color: #F4FBFE;
	color: #000;
}

.career-journey-section .interactive-row:hover .highlight-role {
	color: #0E5E7D;
	font-weight: 600;
}

/* --- 动画 --- */
@keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.career-journey-section .fade-in-up {
	animation: fadeInUpCustom 0.8s ease-out forwards;
	opacity: 0;
}

.career-journey-section .delay-100 {
	animation-delay: 0.2s;
}

/* =========================================
   移动端深度适配 (Max Width 768px)
   ========================================= */
@media (max-width: 768px) {

	/* 1. 标题左对齐 */
	.career-journey-section .page-title {
		text-align: left !important;
		font-size: 24px;
		padding-left: 5px;
	}

	/* 2. 隐藏原有表头 */
	.career-journey-section .custom-table thead {
		display: none;
	}

	/* 3. 将每一行改为卡片式显示 */
	.career-journey-section .custom-table tbody,
	.career-journey-section .custom-table tr,
	.career-journey-section .custom-table td {
		display: block;
		width: 100%;
	}

	.career-journey-section .custom-table tr.interactive-row {
		margin-bottom: 20px;
		border: 1px solid #BCE2EE;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
		overflow: hidden;
	}

	/* 4. 单元格样式调整：强制左对齐 */
	.career-journey-section .custom-table tbody td {
		text-align: left !important;
		/* 核心：内容全部左对齐 */
		padding: 15px 20px;
		border: none;
		border-bottom: 1px dashed #E0E0E0;
		position: relative;
		padding-top: 35px;
		/* 留出顶部空间给标签 */
	}

	/* 5. 使用伪元素显示小标题 (data-label) */
	.career-journey-section .custom-table tbody td::before {
		content: attr(data-label);
		position: absolute;
		top: 10px;
		left: 20px;
		font-size: 12px;
		font-weight: 700;
		color: #167B9A;
		/* 使用品牌色作为标签色 */
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}

	/* 6. 去掉最后一个单元格的底边框 */
	.career-journey-section .custom-table tbody td:last-child {
		border-bottom: none;
	}

	/* 7. 特殊处理：分类列 (Category Column) */
	.career-journey-section .category-col {
		background-color: #167B9A !important;
		/* 深色背景 */
		color: #fff !important;
		/* 白色文字 */
		font-weight: 700;
		padding: 15px 20px !important;
		/* 调整内边距 */
		padding-top: 15px !important;
		/* 不需要额外顶部空间，因为它是大标题 */
		border-bottom: none !important;
	}

	/* 分类列不需要显示 "阶段" 小标签，因为它本身就是大标题 */
	.career-journey-section .category-col::before {
		display: none;
	}

	/* 8. 修正辅助类对齐 */
	.career-journey-section .text-center {
		text-align: left !important;
	}

	/* 9. 调整行高亮文字在移动端的颜色 (保持深色易读) */
	.career-journey-section .highlight-role {
		color: #0E5E7D;
		font-weight: 700;
		font-size: 16px;
	}
}


/**/
.socialContactWrap {
	height: 600px;
	background: url(../img/socialcontactbg.jpg) center center no-repeat;
}

.socialContactWrap .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.socialContactWrap .wrapTitleBox {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
}

.socialContactWrap .wrapTitleBox h3 {
	color: #fff;
	font-size:2.5rem;
	margin-bottom: 20px;
	    font-weight: 500;
}

.socialContactWrap .wrapTitleBox p {
	font-size: 1.3rem;
	letter-spacing: 1px;
	color: #fff;
}

.socialContactWrap .socialList {
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: grid;
	gap: 30px;
	width: 80%;
}

.socialContactWrap .socialInner {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
	transition: all 0.3s ease;
	top: 0px;
	position: relative;
}

.socialContactWrap .socialInner:hover {
	top: -4px;
}

.socialContactWrap .socialInner .innerLink {
	display: flex;
	width: 100%;
	color: #141A46;
	padding: 12px 0px;
	gap: 16px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.socialContactWrap .socialInner .innerLink span {
	font-size: 21px;
	font-weight: 700;
}

.contactUsSection {
	background: none;
	padding: 120px 0px 140px 0px !important;
}

.contactUsSection .wrapTitleBox {
	width: 100% !important;
}

.contactUsSection .wrapTitleBox h3 {
	font-weight: bold;
	color: #04044D;
}

.contactUsSection .contactTxt p {
	font-size: 15px;
	color: #404040;
}

.contactUsSection .formBookCon {
	border: 1px solid #E5E5E5;
	padding: 60px 60px !important;
	background: #fff !important;
	border-radius: 16px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.contactUsSection .formBookCon .layui-form {
	justify-content: flex-start !important;
}

.contactUsSection .formBookCon .form-group {
	margin-bottom: 0px;
}

.contactUsSection .formImgWrap {
	padding: 0px;
	padding-right: 30px;
	display: flex;
}

.contactUsSection .formImgWrap .imgBox {
	height: 100%;
	background: #6FCFF6 url(../img/contactintro_bg.svg) top right no-repeat;
	border-radius: 24px;
	display: flex;
	align-items: flex-end;
	padding: 40px;
}

.contactUsSection .formImgWrap .imgBox a {
	color: #141A46;
}

.contactUsSection .formImgWrap .imgBox a:hover {
	text-decoration: underline;
}

.contactUsSection .formImgWrap h4 {
	color: #141A46;
	font-size: 42px;
	line-height: 1.3;
}

.contactUsSection .tipsDesc {
	font-size: 14px;
	color: #6e6e6e;
}

@media only screen and (max-width: 1920px) {
	.founderVoiceWrap {
		background-size: cover;
	}

	.founderWrap {
		padding-top: 120px;
	}

	.founderVoiceWrap .introWrap h2 {
		font-size: 48px;
	}

	.honorAchievementsWrap .honorListWrap .honorInner h5 {
		font-size: 24px;
		line-height: 1.4;
	}

	.honorAchievementsWrap .honorListWrap .honorInner p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1560px) {
	.homeBanner {
		height: 640px;
	}

	

	.opinionArticles .growthInner .introWrap h6 {
		font-size: 18px;
		height: 72px;
	}

	.opinionArticles .growthInner .linkbtn {
		font-size: 14px;
		width: 130px;
		height: 42px;
	}

	.contactUsSection .formImgWrap h4 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1480px) {
	.homeBanner {
		margin-top: 90px;
		height: 640px;
	}

	.homeBanner .jumbotron {
		width: 100%;
		padding-top: 8%;
	}

	.homeBanner h1 {
		font-size: 45px;
	}

	.homeBanner .intro {
		font-size: 21px;
		line-height: 1.4;
		text-align: center;
	}

	.homeBanner .linkbtn {
		margin-top: 40px;
	}

	.homeBanner h2 {
		font-size: 2.4rem;
	}

}

@media only screen and (max-width: 1366px) {
	.homeBanner h1 {
		font-size: 36px;
	}

	.homeBanner {
		height: 540px;
	}

	.homeBanner .jumbotron {
		padding-top: 8%;
	}

	.homeBanner .linkbtn {
		margin-top: 40px;
	}

	.jumbotroeBannerKv {
		height: 360px;
	}

	.opinionArticles .growthInner .introWrap h6 {
		font-size: 21px;
	}


	.opinionArticles .growthInner .linkbtn{
		font-size: 13px;
		width: 120px;
		height: 36px;
	}

	.opinionArticles .growthInner .introWrap h6 {
		font-size: 18px;
		height: 64px;
	}

}

@media only screen and (max-width: 1280px) {
	.opinionArticles .growthInner .introWrap h6 {
		font-size: 18px;
		line-height: 1.2;
	}


	.socialContactWrap .container {
		padding: 0px;
	}

	.socialContactWrap .container .socialList {
		width: 90%;
	}

	.socialContactWrap .socialInner .innerLink img {
		width: 36px;
		height: 36px;
	}

	.socialContactWrap .socialInner .innerLink span {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.homeBanner .jumbotron {
		margin-top: -30px;
	}

	.homeBanner h1 {
		font-size: 32px;
	}

	.homeBanner .intro {
		font-size: 18px;
	}

	.homeBanner .jobtitle {
		font-size: 16px;
	}

	.homeBanner .linkbtn {
		margin-top: 30px;
	}

	.homeBanner .jumbotron img {
		width: 120px;
		height: 120px;
	}

	
	.opinionArticles .wrapTitleBox h3 {
		font-size: 32px;
	}

	.opinionArticles .wrapTitleBox .linkbtn {
		width: 120px;
		height: 36px;
		font-size: 15px;
	}

	.opinionArticles .growthInner .linkbtn,
	.additionListWrap .growthInner .morebtn {
		font-size: 12px;
		width: 100px;
		height: 32px;
	}

	.opinionArticles .growthInner .introWrap h6 {
		height: auto;
	}

	.socialContactWrap .container .socialList {
		width: 70%;
	}

	.socialContactWrap .socialList {
		gap: 20px;
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 960px) {
	

	.homeBanner .container {
		max-width: 90%;
	}

	.homeBanner img {
		position: absolute;
	}

	.homeBanner h1 {
		width: 100%;
		font-size: 36px;
	}

	
}

@media only screen and (max-width: 800px) {
	.homeBanner {
		height: 540px;
		margin-top: 72px;
	}

	.homeBanner .jumbotron {
		padding: 0px 30px;
		width: 100%;
		margin-top: 0px;
	}

	.homeBanner .jumbotron img {
		width: 100px;
		height: 100px;
	}

	.homeBanner .container {
		max-width: 100%;
	}

	.homeBanner h1 {
		font-size: 32px;
	}

	.homeBanner h5 {
		font-size: 21px;
		width: 100%;
	}

	.homeBanner .scollingArrow {
		bottom: 40px;
	}

	.homeBanner .bannerlink {
		display: none;
	}

	
	.contentGroup.opinionArticles .introWrap {
		height: auto;
		min-height: 160px;
		padding: 20px;
	}

	.opinionArticles .growthInner .linkbtn {
		bottom: 0px;
	}

	.opinionArticles .wrapTitleBox h3 {
		font-size: 24px;
	}

	
	.opinionArticles .wrapTitleBox .linkbtn {
		width: 100px;
		height: 32px;
		font-size: 14px;
	}

	.contentGroup.opinionArticles .introWrap {
		margin-bottom: 20px;
	}

	.socialContactWrap .wrapTitleBox {
		margin-bottom: 40px;
	}

	.jumbotroeBannerKv {
		height: 240px;
	}


	.socialContactWrap {
		padding: 40px 5%;
	}

	.socialContactWrap .socialList {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.contactUsSection .formImgWrap {
		margin-bottom: 40px;
	}

	.contactUsSection .formBookCon {
		padding: 40px 20px !important;
	}

	.contactUsSection .formImgWrap h4 {
		font-size: 21px;
	}

	.contactUsSection .formImgWrap .imgBox {
		padding: 60px 20px 20px 20px;
	}
}

@media only screen and (max-width: 640px) {
	.homeBanner h2 {
		font-size: 26px;
		margin-top: 20px;
		margin-bottom: 12px;
		text-align: center;
	}

	.homeBanner .intro {
		font-size: 16px;
		margin-top: 12px;
		letter-spacing: 0px;
		text-align: center;
	}

	.homeBanner .jobtitle {
		font-size: 14px;
		text-align: center;
	}

	.homeBanner .jumbotron {
		width: 100%;
	}

	.homeBanner h1 {
		font-size: 26px;
	}

	.homeBanner h1 br {
		display: none;
	}

	.homeBanner .linkbtn,
	.homeBanner .bannerlink {
		width: 210px;
		justify-content: center;
	}

	.footer {
		padding: 80px 0 40px;
	}
}