/* 全局样式重置 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 确保所有图片不会超出容器宽度 */
img {
	max-width: 100%;
	height: auto;
}

body {
	font-family: 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
	color: #333;
	line-height: 1.6;
}

a{
	color: #333;
	text-decoration: none;
}

.rl{
	position: relative;
}

.morebutton{
	padding: 8px 20px;
    background-color: transparent;
    border: none;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px;
    border: 1px solid #797978;
    text-decoration: none;
	position: absolute;
	right:0px;
	bottom:27px;
	
}

.footlink{
	color: #4e4e4e !important;
	text-decoration: none;
	font-size: 12px;
	transition: color 0.3s ease;
	text-decoration: none;
}

.swiper-button-next, .swiper-button-prev{
	color:#797979 !important;
}

.location a{
	 color:#ffffff;
}


.active .job-header h3{
	color:#ffcc00 !important;
}


.footlink:hover {
	color: #ffcc00;
}

.footerlinka {
	font-size: 12px;
	color: #4e4e4e;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footerlinka:hover {
	color: #ffffff !important;
}

/* 确保所有图片不会超出容器宽度 */
img {
	max-width: 100%;
	height: auto;
}

/* 防止在小屏幕上出现水平滚动 */
@media (max-width: 768px) {
	* {
		max-width: 100% !important;
	}

	body,
	html {
		width: 100% !important;
	}

	/* 调整有min-width的元素在小屏幕上的表现 */
	[min-width] {
		min-width: auto !important;
	}
}

/* 头部导航样式 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: all 0.3s ease;
}

.navbar {
	padding: 15px 0;
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.logo-text {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center;
}

.logo-text::before {
	content: 'o';
	color: #ff9800;
	margin-right: 5px;
}

.navbar-nav {
	gap: 20px;
}

.nav-link {
	color: #ffffff;
	font-size: 15px;
	position: relative;
	transition: color 0.3s ease;
}

.scrolled .nav-link {
	color: #333 !important;
}

.nav-link:hover{
	color: #ffcc00 !important;
}

.nav-link.cur::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ff9800;
	animation: slideIn 0.3s ease;
}

@keyframes slideIn {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.search-icon svg {
	width: 18px;
	height: 18px;
}





/* 响应式导航调整 */
@media (max-width: 991px) {
	.navbar-collapse {
		background-color:#393f4d;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	}
    
	.scrolled .navbar-collapse {
		background-color: #e7e8e8 !important
	}


	.navbar-nav {
		gap: 10px;
	}

	.nav-link {
		padding: 10px 0;
	}

	.nav-link.cur::after {
		bottom: 5px;
	}
}



/* 滚动时头部导航样式变化 */
.header.scrolled {
	background-color: #e7e8e8 !important;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header.scrolled .navbar {
	padding: 10px 0;
}

/* 服务特点模块样式 */
.services-section {
	padding: 20px 0;
	background-color: white;
}

.section-title {
	text-align: left;
	margin-bottom: 80px;
	
}

.section-title p {
	font-size: 36px;
	color: #333;
	font-weight: 400;
	line-height: 45px;
	margin-bottom: 0;
}



.services-grid {
	position: relative;
	margin: 0 -10px;
}



.service-item {
	text-align: center;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;

}

.service-icon {
	width: 140px;
	height: 140px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}

.service-icon img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.service-item h3 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
	border-right: 3px solid yellow;
}

.left-border {
	border-left: 3px solid yellow;
}

.service-item h4 {
	font-size: 16px;
	color: #ff9800;
	font-weight: normal;
	margin-bottom: 20px;
}

.textword {
	font-size: 14px;
	color: #666;
	line-height: 1.2;
	text-align: center;
	margin-top: 10px;
}

/* 响应式设计 */
@media (max-width: 991px) {
	.services-grid::before {
		display: none;
	}

	.service-item {
		margin-bottom: 30px;
		position: relative;

	}

	.service-item:not(:last-child)::after {
		content: none;
	}
}

@media (max-width: 768px) {
 

	.section-title {
		margin-bottom: 50px;
	}

	.section-title p {
		font-size: 20px;
	}

	.service-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.service-item h3 {
		font-size: 16px;
	}

	.service-item h4 {
		font-size: 14px;
	}

	.service-item p {
		font-size: 13px;
	}
}


.swiper {
	width: 100%;
}

/* 在手机小屏幕上调整swiper容器高度 */
@media (max-width: 576px) {
 
	.navbar{
		padding: 0;
	}
	.navbar-brand{
		width: 100px !important;
        height: 46px !important;
	}

	.navbar-toggler{
		width: 30px;	
		height: 30px;
		padding: 1px 3px 1px;
		box-sizing: border-box;
		margin-top: 11px;
	}

	.foot-right-center{
		margin-top: 20px;
	}
	.insight-card{
		margin-top: 20px;
	}
	.insight-card h4{
        text-align: left;
	}
	.insight-card-content{
		text-align: left;
		padding: 10px;
	}

	.header.scrolled .navbar {
		padding: 0px 0 9px !important;
	}

	.navbar-toggler-icon{
		background-image: url("../images/icon/w.png");
		width:1.3em;
		height:1.3em;
	}

	.header.scrolled .navbar-toggler-icon {
		background-image: url("../images/icon/h.png");
		width:1.3em;
		height:1.3em;
	}

	.insights-grid{
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
		grid-template-rows: 1fr;
		grid-template-columns:1fr;
	}
	.card-tags{
		margin-bottom: 0 !important;
		padding:10px 10px !important;
	}

	.job-section-meta{
		justify-content: space-between !important;
	}

	.meta-view{
	  margin-right: 10px !important;
	}

	.job-meta{
	   flex-direction: row !important;
	}
	.cases-header{
		margin-bottom: 20px;
	}

	.qrcode {
	margin-left: 0 !important;
	}
	.cases-section{
		padding:0 !important;
	}

	.mgtop60{
       margin-top: 0 !important;
	}
			
	 

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Swiper分页指示器样式 */
.swiper-pagination {
	bottom: 30px !important;
    left:100px !important;
	width: auto !important;
	text-align: left !important;
}

.swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: 2px;
	margin-right: 10px !important;
}

.swiper-pagination-bullet-active {
	background-color: white;
	width: 40px;
	border-radius: 2px;
}

/* 服务内容模块样式 */
.service-content-section {
	background-color: #f5f5f5;
	padding: 80px 0;
	position: relative;
}

 

.bg-tree{
   background: url('../image/index/icon5.png') no-repeat right center;
   background-size: contain;
}

.section-title-main {
	text-align: left;
	margin-bottom: 60px;
	position: relative;
}

.section-title-main h2 {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}

.section-title-main p {
	font-size: 32px;
	color: #333333;
	margin: 0;
}

.service-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	 
	margin: 0 auto;
}

.service-card {
	background-color: #ffffff;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.card-image {
	overflow: hidden;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.service-card:hover .card-image img {
	transform: scale(1.05);
}

.card-content {
	padding: 30px;
}

.card-content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	border-bottom:1px solid #c0c0c0;
	height:40px;
	line-height: 40px;
}

.card-subtitle {
	font-size: 18px;
	color: #e7e7e7;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.service-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.service-list li {
	font-size: 16px;
	color: #333333;
	margin-bottom: 8px;
	position: relative;
	padding-left: 0;
	width: 50%;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.service-cards {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.card-image {
		height: 200px;
	}
}

@media (max-width: 768px) {
	.service-content-section {
		padding: 60px 0;
	}

	.section-title-main h2 {
		font-size: 28px;
	}

	.section-title-main p {
		font-size: 16px;
	}

	.card-content {
		padding: 20px;
	}

	.card-content h3 {
		font-size: 22px;
	}
}

@media (max-width: 576px) {
	.section-title-main h2 {
		font-size: 24px;
	}

	.card-image {
		height: 180px;
	}

	.service-content-section::before {
		width: 80px;
		height: 80px;
	}
	.foot-right-center{
		justify-content: flex-start !important;
	}
}




.cases-section {
	background-color: #ffffff;
	padding: 20px 0;
}

/* 左右结构容器 */
.cases-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.cases-header {
	text-align: left;

}

.cases-header h2 {
	font-size: 28px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}

.cases-header h3 {
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	margin: 0;
}

.cases-header h3 span {
	font-weight: bold;
}

.cases-tabs {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0;
	flex-wrap: wrap;
	gap: 10px;
}

.tab-btn {
	padding: 2px 15px;
	background-color: transparent;
	border: none;
	color: #9c9c9c;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 20px;
	border: 1px solid #9c9c9c;
	text-decoration: none;
}

.tab-btn:hover {
	color: #ffcc00;
}

.tab-btn.active {
	background-color: #ffcc00;
	color: #ffffff;
	font-weight: bold;
	border: none;
}

.cases-grid {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	margin: 0 auto;
	height: 760px;
}

.case-card-1 {
	height: 300px;
}

.case-card-2 {
	height: 400px;
}


.case-card {
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 31.5%;
	margin-bottom: 20px;
	margin-right: 2.25%;
}

.case-card:last-child {
	margin-right: 0;
}

.case-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.case-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.case-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.case-card:hover .case-image img {
	transform: scale(1.05);
}

.case-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	padding: 30px 20px 20px;
	color: white;
	opacity: 0;
	transition: opacity 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.case-card:hover .case-overlay {
	opacity: 1;
}

.case-info h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.case-info p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	opacity: 0.9;
}
.mgtb{
	margin-top: 20px;
	margin-bottom: 30px !important;
}
.flend{
	align-items: flex-end !important;
}
.padtop40{
	padding-top: 40px !important;
}
.paddbottom20{ 
   padding-bottom: 40px !important;
}
.mgbottom40{ 
   margin-bottom: 40px !important;
}

.mgbottom10{
	margin-bottom: 10px;
}
.mgbottom30{ 
   margin-bottom: 30px !important;
}
.mgtop60{ 
   margin-top: 60px !important;
}
.mgtop20{ 
   margin-top: 20px !important;
}
.mgbottom20{
	margin-bottom: 20px !important;
}
.bt0{
	bottom:0 !important;
}
.no-margin-bottom{
	margin-bottom: 0 !important;
}
.abbottom{
	position: absolute;
	left:0;
	bottom: 0 !important;
}
.case-link {
	color: #ffcc00;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	transition: transform 0.3s ease;
}

.case-link:hover {
	transform: translateX(5px);
	color: #ffcc00;
}

/* 特殊黄色背景案例卡片 */
.special-case {
	background-color: #ffcc00;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
}

.special-content img {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

.special-content h4 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}

.special-content p {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 1.6;
}

.special-content .case-link {
	color: #333333;
	font-weight: bold;
}

.special-content .case-link:hover {
	color: #555555;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.cases-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
	}

	.case-card {
		width: 48%;
		/* 平板设备一行显示2个 */
		margin-bottom: 20px;
		margin-right: 0;
	}

	.cases-header h3 {
		font-size: 32px;
	}

	.special-case {
		padding: 30px;
	}
}

@media (max-width: 768px) {


	.cases-header h2 {
		font-size: 24px;
	}

	.cases-header h3 {
		font-size: 28px;
	}

 

	.cases-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
	}

	.case-card {
		width: 100%;
		/* 手机设备一行显示1个 */
		margin-bottom: 20px;
		margin-right: 0;
	}

	.special-case {
		height: auto;
		min-height: 280px;
		padding: 40px 20px;
	}
}

@media (max-width: 576px) {
	.cases-header h2 {
		font-size: 22px;
	}

	.cases-header h3 {
		font-size: 24px;
	}

	.cases-tabs {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.cases-tabs  a{
       width:33%;
	   display: block;
	   min-width: 26%;
	}

	.tab-btn {
		width: 100%;
		margin-bottom: 10px;
	}

	.case-info h4 {
		font-size: 18px;
	}

	.case-info p {
		font-size: 13px;
	}
}

/* 市场洞察版块样式 */
.insights-section {
	padding: 20px 0;
	background-color: #ffffff;
}

.insights-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.insight-left {
	h2 {
		font-size: 32px;
		font-weight: normal;
		color: #333333;
		margin: 0;
	}

	p {
		font-size: 32px;
		color: #333333;
		margin: 10px 0 0 0;

		span {
			font-weight: bold;
		}
	}
}



.learn-more-btn {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding: 8px 20px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.learn-more-btn:hover {
	background-color: #f5f5f5;
	border-color: #d0d0d0;
}

.insights-content {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.main-insight {
	flex: 1;
	min-width: 300px;
	background-color: #ffffff;
	overflow: hidden;
	padding-bottom:10px;
	border-bottom: 1px solid #c0c0c0;
}



.insight-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.insight-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.main-insight:hover .insight-image img {
	transform: scale(1.05);
}

.main-insight .insight-meta {
	font-size: 12px;
	color: #999999;
	padding-left: 20px;
	margin-top: 10px;
}

.main-insight h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	line-height: 1.4;
}

.ml20 {
	margin-left: 20px;
}

.secondary-insights {
	flex: 1;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.insight-card {
	background-color: #ffffff;
	overflow: hidden;

	padding: 0px;

	position: relative;
	padding-bottom: 20px;
}

.insight-card2:hover {
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.insight-card-top {
	display: flex;
	gap: 15px;
	align-items: center;
}

.insight-card-image {
	width: 160px;
	height: 120px;
	overflow: hidden;
	border-radius: 0px;
}

.insight-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.insight-card:hover .insight-card-image img {
	transform: scale(1.05);
}

.insight-card-content {
	flex: 1;
	border-bottom:1px solid #c0c0c0;
	padding-bottom: 5px;
}

.insight-card .insight-meta {
	font-size: 12px;
	color: #999999;
	margin-bottom: 8px;
}

.insight-card h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	line-height: 1.4;
	-webkit-line-clamp: 1;
	white-space: normal; 
	word-wrap: break-word;
	word-break: break-all;
	display: -webkit-box; 
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.read-more-btn {
	font-size: 14px;
	color: #9c9c9c;
	text-decoration: none;
	transition: color 0.3s ease;
	display: block;
	width:fit-content;
	border-radius: 15px;
	border:1px solid #9c9c9c;
	padding:0px 8px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.read-more-btn:hover {
	background-color: #e8e8e8;
	color: #333333;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.insights-content {
		flex-direction: column;
	}

	.insight-image {
		height: 250px;
	}

	.insights-header {
		margin-bottom: 30px;
	}

	.insights-header h2 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.insights-section {
		padding: 20px 0;
	}

	.insights-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.insights-header h2 {
		font-size: 24px;
	}

	.insight-card-top {
		flex-direction: column;
		text-align: flex-end;
	}

	.insight-card-image {
		width: 100%;
		height: 150px;
	}
}

@media (max-width: 576px) {
	.insights-section {
		padding: 20px 0;
	}

	.insights-header h2 {
		font-size: 22px;
	}

	.insight-image {
		height: 200px;
	}

	.main-insight h3 {
		font-size: 18px;
	}

	.insight-card h4 {
		font-size: 15px;
	}
}


/* 行动召唤版块样式 */
.cta-section {
	padding: 50px 0;
	background-color: #ffffff;
}

.cta-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.cta-left {
	flex: 1;
	min-width: 300px;
}

.cta-left h3 {
	font-size: 32px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
}

.cta-left h2 {
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.cta-line {
	width: 60px;
	height: 3px;
	background-color: #ffcc00;
	margin: 0;
}

.cta-right {
	flex: 1;
	min-width: 300px;
}

.cta-right h4 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 15px 0;
}

.cta-right ul {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
}

.cta-right li {
	font-size: 19px;
	color: #333333;
	margin-bottom: 0px;
	line-height: 31px;
	position: relative;
	padding-left: 0;
}

.cta-right p {
	font-size: 16px;
	color: #333333;
	margin: 0;
	line-height: 1.6;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.cta-section {
		padding: 80px 0;
	}

	.cta-content {
		gap: 40px;
	}

	.cta-left h2 {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.cta-section {
		padding: 60px 0;
	}

	.cta-content {
		flex-direction: column;
		gap: 30px;
	}

	.cta-left h2 {
		font-size: 26px;
	}

	.cta-right h4 {
		font-size: 17px;
	}

	.cta-right li,
	.cta-right p {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.cta-section {
		padding: 40px 0;
	}

	.cta-left h3 {
		font-size: 18px;
	}

	.cta-left h2 {
		font-size: 24px;
	}

	.cta-line {
		width: 40px;
		height: 2px;
	}

	.cta-right h4 {
		font-size: 16px;
	}

	.cta-right li,
	.cta-right p {
		font-size: 14px;
	}
}

/* 页脚样式 */
.footer-section {
	color: #ffffff;
	padding: 60px 0 0px;
	background-color: #282828;
}

 

.footer-content {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	width:100%;
}

.footer-left,
.footer-middle,
.footer-right {
	flex: 1;
	min-width: 250px;
}

.footer-middle {
	padding-top: 120px;
}

.footer-logo img {
	width: 150px;
	margin-bottom: 30px;
}

.contact-info .location {
	 margin-bottom: 20px;
	 max-width: 365px;
}



 

.contact-info h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #a0a0a0;
}

.contact-info p {
	font-size: 14px;
	color: #cccccc;
	margin: 0 0 3px 0;
	line-height: 1.5;
}

.footer-middle {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.footer-nav {
	display: flex;
	flex-direction: column; 
}

.footer-nav  li{
    border-bottom: 1px solid #404040;
	list-style: none;
	width:100%;
	display: flex;
	height:40px;
	line-height: 40px;
}

.footer-nav li>a {
	color: #cccccc;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
	width:50%;
	display: block;
}

.footer-nav li>a:hover {
	color: #ffcc00;
}

.foot-right-center{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.qrcode{
	margin-right: 20px;
	margin-left: 50px;
}

.qrcode img {
	width: 120px;
}

.hotline {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height:100%;
}

.hotline h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #ffffff;
}

.hotline p {
	font-size: 14px;
	color: #cccccc;
	margin: 0 0 3px 0;
}

.social-links {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.social-icon img {
	width: 24px;
	height: 24px;
	transition: opacity 0.3s ease;
}

.social-icon:hover img {
	opacity: 0.8;
}

.service-icon {
    position: relative;
    width: 100px;   /* 按你的图片尺寸 */
    height: 100px;
}

.service-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 默认状态 */
.icon-show {
    display: none;
}

/* hover 后 */
.service-icon.hover .icon-hide {
    display: none;
}
.service-icon.hover .icon-show {
    display: block;
}



.footer-bottom {
 
	margin: 40px auto 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #555555;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-bottom p {
	font-size: 12px;
	color: #4e4e4e;
	margin: 0;
}

.footer-bottom-links {
	display: flex;
	gap: 20px;
	color: #4e4e4e;
	font-size: 12px;
}



.footer-bottom-links a {
	font-size: 12px;
	color: #4e4e4e;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
	color: #ffffff;
}

/* 响应式设计 */
@media (max-width: 992px) {


	.footer-logo img {
		width: 100px;
	}

	.qrcode img {
		width: 100px;
	}
}

@media (max-width: 768px) {
	.footer-section {
		padding: 40px 0 20px;
	}



	.footer-right {
		align-items: flex-start;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
		padding-top: 20px;
		
	}



	.footer-bottom-links {
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.footer-logo img {
		width: 115px;
	}

	.qrcode img {
		width: 90px;
	}

	.footer-nav {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.footer-bottom-links{
		flex-direction: column;
		gap:0 !important;
	}
 

	.social-links {
		gap: 10px;
	}

	.social-icon img {
		width: 20px;
		height: 20px;
	}
}

/* 统计数字和关于奥含模块样式 */
.stats-about-section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* 统计数字部分 */
.stats-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
}

.stat-item {
	flex: 1;
	text-align: center;
	min-width: 150px;
}

.stat-number {
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
	line-height: 1;
}
.flex{
	display: flex;
	align-items: flex-end;

}

.small-year{
	font-size: 20px;
	font-weight: bold;
}

.smallspan{
	font-size: 21px;
	font-weight: bold;
}

.stat-text {
	font-size: 16px;
	color: #666666;
}

/* 关于奥含部分 */
.about-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 60px;
}

.about-left,
.about-right {
	flex: 1;
	min-width: 300px;
}

.about-left h3 {
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	margin: 0 0 15px 0;
}

.about-left h2 {
	font-size: 24px !important;
	font-weight: 400 !important;
	color: #333333;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.about-subtitle {
	font-size: 16px;
	line-height: 17px;
	color: #999999;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.about-right h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 25px 0;
	line-height: 1.3;
}

.about-right p {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin: 0;
}

.about-right div {
	font-size: 16px;
	color: #515151;
	line-height: 1.8;
	margin: 0;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.stats-about-section {
		padding: 60px 0;
	}

	.stats-container {
		margin-bottom: 60px;
	}

	.stat-number {
		font-size: 40px;
	}

	.about-content {
		gap: 40px;
	}

	.about-left h2,
	.about-right h2 {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.stats-about-section {
		padding: 50px 0;
	}

	.stats-container {
		margin-bottom: 50px;
	}

	.stat-item {
		min-width: 120px;
		margin-bottom: 20px;
	}

	.stat-number {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.stat-text {
		font-size: 14px;
	}

	.about-content {
		flex-direction: column;
		gap: 30px;
	}

	.about-left h2,
	.about-right h2 {
		font-size: 26px;
	}

	.about-right p {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.stats-about-section {
		padding: 20px 0 10px;
	}

	.stats-container {
		margin-bottom: 20px;
		padding-bottom: 0px;
		display: flex;
		align-items: flex-start;
	}

	.stat-item {
		margin-bottom: 30px;
		min-width: auto;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}

	.stat-number {
		font-size: 28px;
	}

	.about-left h3 {
		font-size: 18px;
	}

	.about-left h2,
	.about-right h2 {
		font-size: 24px;
	}

	.about-subtitle {
		font-size: 14px;
	}

	.about-right p {
		font-size: 14px;
	}
}

.index-nav-bg {
	background-color: #e7e8e8 !important;
}

/*二级页面样式*/
.no-bg {
	background-color: transparent;
}

.navbar-brand {
	width: 131px;
	height: 60px;
	background-image: url('../image/logo-l.png');
	background-size: cover;
}

.scrolled .navbar .container .navbar-brand {
	width: 131px;
	height: 60px;
	background-image: url('../image/logo-d.png') !important;
	background-size: cover;
}

/* 核心团队模块样式 */
.team-section {
	padding: 60px 0;
	background-color: #ebebeb;
	position: relative;
}

.team-section .section-title {
	text-align: left;
	max-width: 800px;
	margin: 0 auto 50px;
}

.team-section .section-title h4 {
	color: #dddddd;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.team-section .section-title h2 {
	color: #515151;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.team-section .title-line2 {
	width: 80px;
	height: 3px;
	background-color: #515151;
	margin-bottom: 10px;
}

.team-section .section-title p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}

.team-container {
	display: flex;
	justify-content: center;
	gap: 30px;
	position: relative;
}

.team-member {
	background-color: #fff;
	border-radius: 0px;
	overflow: hidden;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-left: 20px;
	margin-right: 30px;
}

 

.member-photo {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.team-member:hover .member-photo .member-social{
 
	display: flex;
	justify-content: flex-end;
	flex-direction: column;

}

.member-social{
    background-color: rgba(0,0,0,0.5);
	left:0;
	bottom:0;
	width:100%;
	display: none;
	position: absolute;
	height:100%;

}

.member-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	 
}

.team-member:hover .member-photo img {
	 
}

.team-member h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 20px 10px;
	text-align: left;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.team-member p {
	color: #fff;
	font-size: 14px;
	padding: 0 20px 20px;
	margin: 0;
	line-height: 1.5;
	text-align: left;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.team-section {
		padding: 60px 0;
	}

	.team-section .section-title h2 {
		font-size: 32px;
	}

	.team-container {
		gap: 20px;
	}
}

@media (max-width: 768px) {
	.team-container {
		flex-direction: column;
		align-items: center;
	}

	.team-member {
		max-width: 400px;
		width: 100%;
	}
}

@media (max-width: 576px) {
	.team-section {
		padding: 40px 0;
	}

	.team-section .section-title h2 {
		font-size: 28px;
	}

	.team-section .section-title p {
		font-size: 14px;
	}

	.team-member h3 {
		font-size: 18px;
	}

	.team-member p {
		font-size: 13px;
	}
}


.case-section {
	padding: 60px 0;
	background-color: #ffffff;
}

.case-section .section-title {
	text-align: left;
	margin: 0 auto 50px;
}

.case-section .section-title h4 {
	color: #dddddd;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.case-section .section-title h2 {
	color: #515151;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.case-section .title-line2 {
	width: 80px;
	height: 3px;
	background-color: #515151;
	margin-bottom: 10px;
}

.case-section .section-title p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}

.case-title {
	color: #515151;
	font-size: 24px;
	font-weight: 400;
}

.flexcenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 案例详情页面样式 */
.case-detail-content {
	margin: 0 auto;
}

.case-detail-content h1 {
	color: #ffcc00;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 700;
}

.case-detail-content h2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 400;
}

.case-info {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.case-info p {
	margin-bottom: 15px;
	color: #f0f0f0;
	font-size: 16px;
}

.case-info strong {
	color: #333;
}

.case-section {
	margin-bottom: 40px;
}

.case-section h3 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-weight: 600;
}

.case-section p {
	color: #666;
	line-height: 1.6;
	font-size: 16px;
}

.case-image {}

.case-image img {
	width: 100%;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.case-image:hover img {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* 响应式设计 */
@media (max-width: 992px) {
	.case-detail-content h1 {
		font-size: 32px;
	}
}

@media (max-width: 768px) {
	.case-detail-content h1 {
		font-size: 28px;
	}

	.case-detail-content h2 {
		font-size: 16px;
	}

	.case-section h3 {
		font-size: 18px;
	}

	.case-section p,
	.case-info p {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.case-detail-content h1 {
		font-size: 24px;
	}

	.case-image img {
		border-radius: 4px;
	}
}

/*========== INSIGHTS SECTION START ==========*/
.insights-section {
	padding: 20px 0;
	background-color: #ffffff;
}

.insights-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end !important;
	margin-bottom: 50px;
	flex-wrap: wrap;
	gap: 30px;
}

.insights-title h1 {
	font-size: 36px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.2;
}

.insights-title h2 {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 1.4;
}

.insights-tabs {
	display: flex;
	gap: 15px;
}

 

.tab-btn:hover {
	background-color: #e8e8e8;
	color: #333333;
}

.tab-btn.active {
	background-color: #ffcc00;
	color: #ffffff;
}

.insights-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.f5{
	background-color: #f5f5f5 !important;
}

.insight-card {
	background-color: #ffffff;
	overflow: hidden;
	cursor: pointer;
}
.insight-first-card {
    grid-column: span 2;
    grid-row: span 1;
    position: relative;

    .card-image {
        height: 100%;
    }

    .card-title {
        position: absolute;
        z-index: 99;
        bottom: 40px;
        color: #ffffff;
    }

    .card-date {
        position: absolute;
        z-index: 99;
        bottom: 10px;
        right: 20px;
    }
}

.insight-card2:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.card-image {
	overflow: hidden;
}

.card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.insight-card:hover .card-image img {
	transform: scale(1.05);
}

.insight-card>a>div:not(.card-image) {
	padding: 15px 15px 5px 15px;
}

.card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 15px;
}

.tag {
	padding: 4px 9px;
	background-color: #f0f0f0;
	color: #666666;
	font-size: 12px;
	font-weight: 500;

}

.card-title {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	max-width: 70%;
	margin-bottom: 15px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 14px;
	padding-right: 10px;
	box-sizing: border-box;
}

.card-date {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.insights-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.insights-title h1 {
		font-size: 32px;
	}

	.insights-title h2 {
		font-size: 18px;
	}

	.insights-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.insight-card:first-child {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.insights-section {
		padding: 20px 0;
	}

	.insights-title h1 {
		font-size: 28px;
	}

	.insights-title h2 {
		font-size: 16px;
	}

	.insights-header {
		margin-bottom: 40px;
	}

	.insights-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tab-btn {
		font-size: 14px;
	}

	.insight-card:first-child {
		grid-column: span 1;
	}
}

@media (max-width: 768px) {
	.insights-section {
		padding: 20px 0;
	}

	.insights-title h1 {
		font-size: 28px;
	}

	.insights-title h2 {
		font-size: 16px;
	}

	.insights-header {
		margin-bottom: 40px;
		margin-top: 0 !important;
		align-items: flex-start !important;
	}

 

	.tab-btn {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.insights-title h1 {
		font-size: 24px;
	}



	.card-image {
		height: 180px;
	}

	.card-title {
		font-size: 16px;
	}

	.insights-tabs {
		width: 100%;
		justify-content: space-between;
	}

	.tab-btn {
		flex: 1;
		text-align: center;
		margin: 0 5px;
	}
}

/*========== INSIGHTS SECTION END ==========*/

/*========== INSIGHTS DETAIL SECTION START ==========*/
.insights-detail-wrapper {
	display: flex;
	gap: 50px;
	margin-top: 60px;
}

.insights-detail-main {
	flex: 1;
}

.article-header {
	margin-bottom: 50px;
	background-color: #e8e8e8;
	padding: 30px 20px;
}

.article-header h1 {
	font-size: 24px;
	font-weight: 700;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 20px;
}

.article-meta {
	display: flex;
	gap: 30px;
	font-size: 14px;
	color: #515151;
}

.article-content {
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
}

.article-content p {
	margin-bottom: 30px;
	text-align: justify;
}

.article-image {
	margin: 50px 0;
}

.article-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.article-content h2 {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin: 50px 0 30px;
	padding-bottom: 10px;
}

.insights-detail-sidebar {
	width: 100%;
	flex-shrink: 0;
}

.sidebar-module {
	margin-bottom: 40px;
	background-color: #efefef;
	padding: 20px;
}

.sidebar-module h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bbbbbb;
}

.sidebar-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-list li {
	margin-top: 15px;
	border-bottom: 1px solid #eee;
}

.sidebar-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar-list a {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.6;
	display: block;
	transition: color 0.3s ease;
}

.sidebar-list a:hover {
	color: #ffcc00;
}

/* 响应式设计 */
@media (max-width: 992px) {
	.insights-detail-wrapper {
		flex-direction: column;
		gap: 30px;
	}

	.insights-detail-sidebar {
		width: 100%;
	}

	.article-header h1 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.article-header h1 {
		font-size: 24px;
	}

	.article-meta {
		flex-direction: column;
		gap: 10px;
	}

	.article-content {
		font-size: 15px;
	}

	.article-content h2 {
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	.insights-detail-wrapper {
		margin-top: 40px;
	}

	.article-header h1 {
		font-size: 20px;
	}

	.article-content {
		font-size: 14px;
	}

	.article-image {
		margin: 30px 0;
	}
}

/*========== INSIGHTS DETAIL SECTION END ==========*/

/*========== CAREER SECTION START ==========*/
.career-section {
	padding: 0px 0;
	background-color: #ffffff;
}

.career-content {
	 
	margin: 0 auto;
}

.career-text {
	text-align: center;
	margin-bottom: 50px;
}

.career-text h2 {
	font-size: 36px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 30px;
}

.career-text p {
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 20px;
	text-align: justify;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.career-image {
	position: relative;
	margin-bottom: 50px;
}

.career-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.image-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding: 0 20px;
	max-width: 600px;
}

.career-footer {
	text-align: center;
}

.career-footer h3 {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 30px;
}

.career-footer p {
	font-size: 16px;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 10px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
	.career-content {
		flex-direction: column;
	}

	.career-text,
	.career-image {
		width: 100%;
	}

	.career-text {
		margin-bottom: 30px;
	}

	.image-caption {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.career-section {
		padding: 40px 0;
	}

	.career-content {
		padding: 0 20px !important;
	}

	.career-text h2 {
		font-size: 28px;
	}

	.career-text p {
		font-size: 16px;
	}

	.career-footer h3 {
		font-size: 24px;
	}

	.career-footer p {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.career-section {
		padding: 0px 0 !important;
	}

	.career-text h2 {
		font-size: 24px;
	}

	.career-footer h3 {
		font-size: 20px;
	}

	.image-caption p {
		font-size: 14px;
	}
}

/* JOB LIST SECTION */
.job-list-section {
	padding: 60px 0;
	background-color: #ffffff;
}

.job-list {
	margin: 0 auto;

}

.job-item {
	border-bottom: 1px solid #e0e0e0;

}

.job-item:first-child {
	border-top: 1px solid #e0e0e0;
}

.job-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	cursor: pointer; 
	transition: all 0.3s ease;
}

.job-header h3 {
	font-size: 24px;
	color: #333;
	margin: 0;
}

.job-toggle {
	font-size: 24px;
	color: #515151;
	font-weight: bold;
	width: 30px;
	text-align: center;
	transition: transform 0.3s ease;
}

.job-meta {
	display: flex;
	gap: 30px;
	flex: 2;
	justify-content: flex-start;
}

.job-meta.compact {
	justify-content: space-around;
	gap: 20px;
}

.active .compact{
	display: none;
}
.job-section-meta{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.meta-view{
	margin-right: 120px;
}
 

.meta-label {
	font-weight: bold;
	color: #666;
	margin-right: 5px;
}

.meta-value {
	color: #333;
}

.job-content { 
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.job-item.active .job-content {
	max-height: 2000px;
	 
	margin-bottom: 20px;
}

.job-section {
	margin-bottom: 30px;
}

.job-section h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px; 
	padding-bottom: 5px;
}

.job-section ol {
	padding-left: 20px;
	margin: 0;
}

.job-section li {
	margin-bottom: 10px;
	color: #555;
	line-height: 1.6;
}

/* JOB LIST RESPONSIVE DESIGN */
@media (max-width: 992px) {
	.job-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.job-meta,
	.job-meta.compact {
		width: 100%;
		justify-content: flex-start;
		gap: 20px;
	}

	.job-toggle {
		align-self: flex-end;
		margin-top: -40px;
	}
}

@media (max-width: 768px) {
	.job-list-section {
		padding: 40px 0;
	}

	.job-header h3 {
		font-size: 20px;
	}

	.job-meta,
	.job-meta.compact {
		flex-direction: column;
		gap: 10px;
	}

	.job-section h4 {
		font-size: 16px;
	}

	.job-section li {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.job-list-section {
		padding: 30px 0;
	}

	.job-header {
		padding: 15px 0;
	}

	.job-header h3 {
		font-size: 18px;
	}

	.job-toggle {
		font-size: 20px;
		width: 25px;
	}
}



/* CONTACT SECTION */
.contact-section {
	padding: 60px 0;
	background-color: #ffffff;
}

/* 联系信息 */
.contact-info-list {
	display: flex;
	justify-content: space-between;
}

.contact-info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.valign-items-center{
	display: flex;

	align-items: center;
}

.contact-item {
	flex: 1;
	margin: 0 0px;
}

.contact-item h3 {
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}

.contact-item p {
	margin-bottom: 10px;
	color: #555;
	line-height: 1.6;
}

/* 留言表单 */
.contact-form-section {
	margin-bottom: 60px;
}

.contact-form-section h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
}

.form-description {
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
}

.contact-form {
	max-width: 100%;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s ease;
}

.form-control:focus {
	outline: none;
	border-color: #FFCC00;
}

.checkbox-group {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.checkbox-group label {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
	accent-color: #FFCC00;
}
.bdbottom{
	border-bottom: 1px solid #c0c0c0 !important;
}

.submit-btn {
	background-color: #ffd900 !important;
	color: #ffffff;
	border: none;
	padding: 3px 22px;
	font-size: 20px !important;
	font-weight: bold;
	border-radius: 0px !important;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-right: 20px;
}

.submit-btn:hover {
	background-color: #FFD633;
	transform: translateY(-2px);
}

.form-note {
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}

/* 地图 */
.map-section {
	margin-top: 40px;
}

.map-section img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* CONTACT RESPONSIVE DESIGN */
@media (max-width: 992px) {
	.contact-info {
		flex-direction: column;
		gap: 40px;
	}

	.contact-item {
		margin: 0;
	}

	.form-row {
		gap: 15px;
		align-items: flex-start !important;
	}

	.checkbox-group {
		align-items: flex-start;
		gap: 10px;
	}
}

@media (max-width: 768px) {
	.contact-section {
		padding: 40px 0;
	}

	.contact-info {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}

	.contact-item h3 {
		font-size: 20px;
	}

	.contact-form-section h3 {
		font-size: 22px;
	}

	.form-control {
		padding: 10px;
		font-size: 13px;
	}

	.submit-btn {
		padding: 10px 25px;
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.contact-section {
		padding: 30px 0;
	}

	.contact-item h3 {
		font-size: 18px;
	}

	.contact-item p {
		font-size: 14px;
	}

	.contact-form-section h3 {
		font-size: 20px;
	}

	.form-description {
		font-size: 14px;
	}

	.submit-btn {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}

	.form-note {
		display: block;
		margin-top: 0;
	}
}

/*========== CAREER SECTION END ==========*/
.breadcrumb-item.active{
	color: #515151 !important; 
}

.breadcrumb-item+.breadcrumb-item::before{
	content: ">" !important;
}

.breadcrumb-item {
	font-size: 14px;
	color: #515151;

	a {
		color: #515151;
		text-decoration: none;
	}
}

.sidebar-module-ad {
	margin-bottom: 20px;
}

.navbar-toggler {
	border-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.4);
}


.navbar-toggler-icon{
	color: #ffffff;
	
}
.scrolled .navbar-toggler-icon{
	color: #333 !important;
}

.scrolled .navbar-toggler {
	border-color: #333;
	background-color: #e7e8e8;
}

.insights-detail-breadcrumb{
	
}

.form-control{
	background-color: #ececec !important;
	border-radius: 0 !important;
}