/* Mobile header alignment hard override (persist console fix) */
@media (max-width: 768px) {
    .sign-in-area ul { justify-content: flex-end !important; gap: 0 !important; min-width: 0; overflow: hidden; }
    .sign-in-area ul li { padding: 0 6px; white-space: nowrap; word-break: keep-all; flex: 0 1 auto; display: flex; justify-content: space-between; align-items: center; min-width: 0; }
    .sign-in-area ul li svg,
    .sign-in-area ul li img,
    .menu-toggole img { display: block; height: 22px; width: auto; flex: 0 0 auto; }
    .sign-in-area ul li span { display: inline-block; min-width: 0; flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; }
}
/* 鍏ㄥ眬淇 */
* {
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	width: 100%;
}
.header-logo img{
	width: 40%;
}
/* 鏈€绠€鍗曠洿鎺ョ殑footer鏂囧瓧鏄剧ず淇 */
.footer-bottom,
.footer-bottom *,
.copyright-txt,
.footer-nav,
.footer-info,
.footer-info * {
	color: #ffffff !important;
}

.footer-bottom,
.copyright-txt,
.footer-nav,
.footer-info {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

@keyframes top-to-bottom {
	0% {
		transform: scaleY(0);
		transform-origin: left top;
	}

	50% {
		transform: scaleY(1);
		transform-origin: left top;
	}

	51% {
		transform-origin: left bottom;
	}

	100% {
		transform: scaleY(0);
		transform-origin: left bottom;
	}
}

@keyframes blank {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

/* 骞虫粦婊氬姩杩囨浮鏁堟灉 */
html {
	scroll-behavior: smooth;
	/* 闃叉绉诲姩绔紙鍚櫨搴︽祻瑙堝櫒锛夎嚜鍔ㄦ斁澶�/閲嶆帓鏂囧瓧 */
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

/* 闃绘绯荤粺瀵规枃鏈繘琛屼簩娆℃斁澶э紙澧炲己鐗堬紝瑕嗙洊甯歌鏂囨湰杞戒綋锛� */
html, body, input, textarea, select, button {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
}

/* 灏忓睆涓嬪澶撮儴鍖哄煙鍐嶈鐩栦竴灞傦紝闃叉娴忚鍣ㄢ€滄櫤鑳芥斁澶р€� */
@media (max-width: 768px) {
	.header-area, .header-area * {
		-webkit-text-size-adjust: 100% !important;
		text-size-adjust: 100% !important;
	}
}

/* 椤甸潰鍏冪礌婊氬姩鏃剁殑娣″叆鏁堟灉 */
.fade-in-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-on-scroll.visible {
	opacity: 1;
	transform: translateY(0);
}

/* 宸︿晶婊戝叆鏁堟灉 */
.slide-in-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-left.visible {
	opacity: 1;
	transform: translateX(0);
}

/* 鍙充晶婊戝叆鏁堟灉 */
.slide-in-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-right.visible {
	opacity: 1;
	transform: translateX(0);
}

/* 缂╂斁鏁堟灉 */
.scale-in {
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.scale-in.visible {
	opacity: 1;
	transform: scale(1);
}

/* 纭繚footer鍏冪礌涓嶅彈鍔ㄧ敾褰卞搷 */
.pc_foot,
.mode_foot,
.footer-bottom,
.footer-bottom *,
.copyright-txt,
.footer-nav,
.footer-info,
.footer-info * {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

.foot_erweima {
	position: absolute;
	top: 40px;
	right: 0;
	width: 7%;
	max-width: 80px;
}

/* 鍝嶅簲寮忎簩缁寸爜浣嶇疆璋冩暣 */
@media (min-width: 1200px) {
	.foot_erweima {
		right: 3%;
		width: 3.5%;
		max-width: 70px;
	}
}

/* 鍏ㄧ珯寮哄埗鍏抽棴婊氬姩杩涘叆绫诲姩鐢伙紙纭繚杩欎簺绫讳笉浜х敓浠讳綍浣嶇Щ鎴栬繃娓★級 */
.fade-in-on-scroll,
.fade-in-on-scroll.visible,
.slide-in-left,
.slide-in-left.visible,
.slide-in-right,
.slide-in-right.visible,
.scale-in,
.scale-in.visible {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	will-change: auto !important;
	contain: none !important;
}

@media (min-width: 1400px) {
	.foot_erweima {
		right: 0%;
		top: 125px;
		width: 7%;
		max-width: 120px;
	}
}

@media (min-width: 992px) {
	.row.seven-cols {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}

	.row.seven-cols>.footer_widget {
		width: calc(100% / 9);
		flex: 0 0 calc(100% / 9);
		max-width: calc(100% / 9);
	}

	/* PC绔痜ooter浜岀骇鑿滃崟瀛椾綋缂╁皬 */
	.footer_widget .inner a p {
		font-size: 13px;
	}
}

.message {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.pc_foot {
	background-image: url('../images/index/footerBg.png');
	background-size: 100% 100%;
}

.click_img {
	width: 100%;
}

.mode_foot {
	background-color: #4269e0;
	background-size: 100% 100%;
}

.footer-top {
	padding-top: 80px;
	position: relative;
}

@media only screen and (max-width: 991px) {
	.footer-top {
		padding: 30px 0;
	}
}

.footer-top .media img {
	width: 40px;
}

.footer-top .media img img {
	width: 100%;
}

.footer_widget h5 {
	font-size: 16px;
}

.footer_widget h4,
.footer_widget h5 {
	color: #ffffff;
	border-left: 2px solid #fff;
	padding-left: 15px;
}

@media only screen and (max-width: 991px) {
	.footer_widget {
		padding: 15px;
	}
}

.footer_widget h4 {
	margin-bottom: 40px;
	font-size: 18px;
}

@media only screen and (max-width: 991px) {
	.footer_widget h4 {
		margin-bottom: 20px;
	}
}

.footer_widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_widget ul li a {
	color: #ffffff;
	padding: 3px 0;
}

.footer_widget .media {
	margin-bottom: 14px;
}

.footer_widget .media h5 {
	margin: 0;
	line-height: 20px;
}

.footer_widget .media a {
	color: #7286a0;
	font-size: 14px;
}

.footer_widget .media span {
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
}

.footer_widget .nw_form {
	position: relative;
}

.footer_widget .nw_form input {
	width: 100%;
	display: block;
	background-color: #1f2131;
	border-radius: 3px;
	height: 40px;
	border: 1px solid #1f2131;
	color: #7286a0;
	text-indent: 20px;
}

.footer_widget .nw_form input::-webkit-input-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form input::-moz-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form input:-ms-input-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form input:-moz-placeholder {
	color: #7286a0;
}

.footer_widget .nw_form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	border: none;
	color: #fff;
	padding: 0 15px;
	border-radius: 0 3px 3px 0;
}

.footer-bottom {
	padding: 25px 0;
	color: #ffffff !important;
}

.footer-bottom a {
	color: #ffffff !important;
	padding: 0 10px;
}

.bottom_box {
	padding: 0 15px;
}

.copyright-txt {
	color: #ffffff !important;
	font-size: 14px;
}

.footer-bottom .footer-nav {
	color: #ffffff !important;
	font-size: 14px;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

/* 绗竴琛岋細Logo */
.footer-logo {
	display: flex;
	align-items: center;
	padding: 1rem 0 1rem 0;
	border-bottom: 1px solid rgba(52, 73, 94, 0.7);
}

.footer-logo img {
	height: 30px;
	transition: transform 0.3s ease;
}

.footer-logo img:hover {
	transform: scale(1.05);
}

/* 绗簩琛岋細瀵艰埅鍜屼簩缁寸爜 */
.footer-content {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 2rem;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(52, 73, 94, 0.7);
}

/* 绉诲姩绔痜ooter瀵艰埅鏍峰紡 */
.mode_foot .footer-nav {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

/* 绉诲姩绔痜ooter瀵艰埅閾炬帴鏍峰紡 */
.mode_foot .footer-nav a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 0.8rem 0;
	position: relative;
	display: block;
	text-align: center;
}

/* 绉诲姩绔痜ooter瀵艰埅閾炬帴hover鏍峰紡 */
.mode_foot .footer-nav a:hover {
	color: #3498db;
	transform: translateX(5px);
}

/* 绉诲姩绔痜ooter瀵艰埅閾炬帴涓嬪垝绾挎牱寮� */
.mode_foot .footer-nav a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #3498db;
	transition: width 0.3s ease;
}

.mode_foot .footer-nav a:hover::after {
	width: 100%;
}

.qrcode-section {
	text-align: center;
	transition: transform 0.3s ease;
}

.qrcode-section:hover {
	transform: translateY(-5px);
}

.qrcode {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.5rem;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.qrcode-text {
	font-size: 0.9rem;
	color: #95a5a6;
}

/* 绗笁琛岋細澶囨淇℃伅 */
.footer-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
	font-size: 0.9rem;
	color: #ffffff !important;
}

.footer-info div {
	color: #ffffff !important;
}

/* 骞虫澘鏍峰紡 - 768px鍒�1024px涔嬮棿 */
@media (min-width: 769px) and (max-width: 1024px) {
	.footer-container {
		max-width: 1000px;
		padding: 0 2rem;
	}
	
	.footer-logo {
		padding: 1.5rem 0;
		justify-content: center;
	}
	
	.footer-logo img {
		height: 35px;
	}
	
	.footer-content {
		display: flex;
		flex-direction: column;
		padding: 2.5rem 0;
		align-items: center;
	}
	
	.qrcode-section {
		text-align: center;
		/* margin-bottom: 1rem; */
		order: 1;
	}
	
	.qrcode {
		width: 100px;
		height: 100px;
		margin: 0 auto 0.8rem;
		background: transparent !important;
		border: none !important;
		padding: 0 !important;
	}
	
	.qrcode-text {
		font-size: 0.85rem;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.mode_foot .footer-nav {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
		text-align: center;
		order: 2;
		max-width: 600px;
		margin: 0 auto;
	}
	
	.mode_foot .footer-nav a {
		padding: 0.8rem 0.5rem;
		font-size: 0.95rem;
		font-weight: 500;
		border-radius: 6px;
		transition: all 0.3s ease;
		background: transparent !important;
	}
	
	.mode_foot .footer-nav a:hover {
		background: rgba(255, 255, 255, 0.1);
		transform: translateY(-2px);
		color: #fff;
	}
	
	.mode_foot .footer-nav a::after {
		display: none;
	}
	
	.footer-info {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-top: 2rem;
		font-size: 0.9rem;
		order: 3;
	}
	
	.footer-info div {
		flex: 1;
		text-align: center;
	}
}

/* 涓瓑骞虫澘鏍峰紡 - 900px鍒�1024px涔嬮棿 */
@media (min-width: 901px) and (max-width: 1024px) {
	.mode_foot .footer-nav {
		grid-template-columns: repeat(7, 1fr);
		gap: 0.8rem;
		max-width: 800px;
	}
	
	.mode_foot .footer-nav a {
		padding: 0.7rem 0.3rem;
		font-size: 0.9rem;
		background: transparent !important;
	}
}

/* 灏忓钩鏉挎牱寮� - 769px鍒�900px涔嬮棿 */
@media (min-width: 769px) and (max-width: 900px) {
	.mode_foot .footer-nav {
		grid-template-columns: repeat(4, 1fr);
		gap: 0.8rem;
		max-width: 500px;
	}
	
	.mode_foot .footer-nav a {
		padding: 0.8rem 0.4rem;
		font-size: 0.9rem;
		background: transparent !important;
	}
}

/* 骞虫澘鏍峰紡 - 1024px浠ヤ笅淇濇寔鍘熸湁绉诲姩绔牱寮� */
@media (max-width: 768px) {
	.mode_foot .footer-nav {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}
}

/* 绉诲姩绔牱寮� */
@media (max-width: 768px) {
	.footer-content {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.mode_foot .footer-nav {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		text-align: center;
		order: 3;
		/* 瀵艰埅鏀惧湪鏈€鍚� */
	}

	.qrcode-section {
		order: 2;
		/* 浜岀淮鐮佹斁鍦↙ogo鍜屽鑸箣闂� */
		margin: 1rem 0;
	}

	.footer-logo {
		order: 1;
		/* Logo淇濇寔绗竴 */
		justify-content: center;
		align-items: center;
	}

	.footer-info {
		flex-direction: column;
		gap: 1rem;
		text-align: center;
	}

	/* 绉诲姩绔簩缁寸爜鏍峰紡浼樺寲 */
	.qrcode {
		width: 120px;
		height: 120px;
	}

	.qrcode-text {
		font-size: 1rem;
	}
}

/* 灏忓睆骞曟墜鏈轰紭鍖� */
@media (max-width: 480px) {
	.mode_foot .footer-nav a {
		padding: 1rem 0;
		font-size: 1.1rem;
	}

	.qrcode {
		width: 60px;
		height: 60px;
	}
}

/* 缁熶竴绉诲姩绔ご閮ㄥ厓绱犳按骞崇嚎涓庡榻愶紙logo/鐢佃瘽鍥炬爣/鍙风爜/鑿滃崟鍥炬爣锛� */
@media (max-width: 768px) {
    /* 琛屽鍣ㄥ榻愪笌鏈€灏忓搴︼紝閬垮厤鎹㈣ */
    .header-area .header-wrapper { display: flex; align-items: center; }
    .header-logo, .sign-in-area { min-width: 0; }

    /* 鍙充晶鏁翠綋琛岋細鍙冲榻愶紝涓嶆崲琛岋紝瑁佹孩鍑猴紝闂磋窛鏈€灏� */
    .sign-in-area ul {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-end !important;
        gap: 0 !important;
        min-width: 0;
        overflow: hidden;
    }

    /* 姣忎竴椤瑰厑璁告敹缂╀絾涓嶆崲琛� */
    .sign-in-area ul li { display: flex; align-items: center; padding: 0 2px; white-space: nowrap; word-break: keep-all; flex: 0 1 auto; min-width: 0; }

    /* 鍥炬爣鍥哄畾楂樺害锛屼笉鏀剁缉锛屼繚璇佷笌鏂囨湰鍚岄珮 */
    .sign-in-area ul li svg,
    .sign-in-area ul li img,
    .menu-toggole img { display: block; height: 22px; width: auto; flex: 0 0 auto; }

    /* 鐢佃瘽鏂囨湰鍙敹缂╋紝鍗曡鐪佺暐锛屼笌鍥炬爣鍚屽熀绾� */
    .sign-in-area ul li span { line-height: 22px; flex: 1 1 auto; min-width: 0; white-space: nowrap !important; overflow: hidden; text-overflow: ellipsis; font-size: 12px !important; padding-left: 2px !important; }
}
@media (max-width: 768px) {
    .header-area .header-wrapper {
        display: flex;
        align-items: center;
        min-height: 60px;
    }

    .header-logo img {
        display: block;
        max-height: 60px;
        width: auto !important;
        height: auto !important;
    }

    .sign-in-area { min-width: 0; }
    .sign-in-area ul {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-end !important;
        gap: 0 2px;
        min-width: 0;
        overflow: hidden;
    }

    .sign-in-area ul li {
        display: flex;
        align-items: center;
        padding: 0 2px;
        white-space: nowrap;
        word-break: keep-all;
        flex: 0 1 auto;
        min-width: 0;
    }

    .sign-in-area ul li svg,
    .sign-in-area ul li img,
    .menu-toggole img {
        display: block;
        height: 22px;
        width: auto;
        flex: 0 0 auto;
    }

    .sign-in-area ul li span {
        line-height: 22px;
        flex: 1 1 auto;
        min-width: 0;
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50vw;
    }

    .menu-toggole,
    .menu-toggole span {
        display: flex;
        align-items: center;
    }
}
}

.inner h4 {
	color: #fff;
}
.about-us-section {
	width: 100%;
	padding: 40px;
	color: #fff;
	background: #4269e0;
	font-family: 'Microsoft YaHei', sans-serif;
  }
  
  .header {
	text-align: center;
	margin-bottom: 30px;
  }
  
  .header h2 {
	font-size: 32px;
	color: #fff;
	margin: 0;
	font-weight: 700;
  }
  
  .header .tagline {
	font-size: 18px;
	color: #fff;
	margin: 10px 0 5px;
	opacity: 0.9;
  }
  
  .header .tagline-en {
	font-size: 14px;
	color: #fff;
	margin: 0;
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  
  .content-wrapper {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .intro-panel {
	flex: 1;
	width: 36%;
	padding: 24px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	box-shadow: 0 4px 12px rgba(0, 102, 204, 0.08);
  }
  
  .intro-panel h3 {
	color: #fff;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 600;
  }
  
  .intro-panel p {
	line-height: 1.8;
	font-size: 15px;
	color: #fff;
	opacity: 0.9;
  }
  
  .cert-panel {
	flex: 1;
	width: 64%;
	display: flex;
	flex-direction: column;
  }
  
  .cert-panel h4 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 8px;
	font-weight: 600;
  }
  
  .cert-subtitle {
	color: #fff;
	font-size: 14px;
	margin: 0 0 16px;
	opacity: 0.8;
  }
  
  .cert-slider-container {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	padding: 10px 0;
	cursor: grab;
	user-select: none;
	touch-action: pan-y pinch-zoom;
	will-change: transform;
	background: rgba(255, 255, 255, 0.05);
  }
  
  .cert-slider-container:active {
	cursor: grabbing;
  }
  
  .cert-slider {
	display: flex;
	gap: 16px;
	will-change: transform;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;
	padding: 0 20px; // 添加内边距避免图片贴边
  }
  
  .cert-item {
	flex: 0 0 200px; // 固定宽度
	height: auto; // 固定高度
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	transform: translateZ(0);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	will-change: transform;
	background: #fff;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none; // 防止拖拽时点击到图片
  }
  
  .cert-slider:not(:active) .cert-item:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	z-index: 1;
  }
  
  .cert-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
  }
  
  /* 隐藏滚动条 */
  .cert-slider-container::-webkit-scrollbar {
	display: none;
  }
  
  .cert-slider-container {
	-ms-overflow-style: none;
	scrollbar-width: none;
  }
  /* 全局容器 */
.advantage-section {
	padding: 60px 20px;
	background-color: #fff;
	font-family: "Microsoft Yahei", sans-serif;
  }
  
  /* 标题区域 */
  .section-header {
	text-align: center;
	margin-bottom: 40px;
  }
  
  .section-title {
	font-size: 36px;
	color: #426AE0; /* 图二标题颜色 */
	margin-bottom: 10px;
  }
  
  .section-subtitle {
	font-size: 18px;
	color: #666;
	margin: 0;
	text-align: center;
  }
  
  .subtitle-en {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 4px;
	text-align: center;
  }
  
  /* 卡片网格（响应式：PC端3列，平板2列，手机1列） */
  .cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  /* 卡片样式 */
  .card {
	background-color: #f9fafc;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card:hover {
	transform: translateY(-15px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	border: 1px solid #426AE0;
	.card-content{
	  background-color: #426AE0;
	  .card-title {
		  color: #fff;
	  }
  
	  .card-desc {
		  color: #fff;
	  }
	}
  }
  
  /* 卡片图片 */
  .card-image {
	width: 100%;
	height: 180px;
	overflow: hidden;
  }
  
  .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持图片比例，填充容器 */
	transition: transform 0.3s ease;
  }
  
  .card:hover .card-image img {
	transform: scale(1.05); /*  hover 时放大图片 */
  }
  
  /* 卡片内容 */
  .card-content {
	padding:16px;
	text-align: center;
	height: 120px;
  }
  
  .card-title {
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
  }
  
  .card-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
  }
/* Products椤甸潰container宸﹀彸鍐呰竟璺� - 鎺掗櫎澶撮儴鍜屽簳閮� */
/* :not(.header-area .container):not(.footer-top .container):not(.footer-bottom .container) */
.products-page .container {
	padding-left: 100px;
	padding-right: 130px;
}

/* 鍝嶅簲寮忚皟鏁� */
/* :not(.header-area .container):not(.footer-top .container):not(.footer-bottom .container) */
@media (max-width: 1200px) {
	.products-page .container {
		padding-left: 100px;
		padding-right: 100px;
	}
}
/* :not(.header-area .container):not(.footer-top .container):not(.footer-bottom .container) */
@media (max-width: 992px) {
	.products-page .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
/* :not(.header-area .container):not(.footer-top .container):not(.footer-bottom .container) */
@media (max-width: 768px) {
	.products-page .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* :not(.header-area .container):not(.footer-top .container):not(.footer-bottom .container) */
@media (max-width: 480px) {
	.products-page .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .text-right {
		text-align: center !important;
		margin-top: 5px;
	}
}

.pc_foot {
	display: block;
}

.mode_foot {
	display: none;
}

/* 棣栭〉鏍峰紡 */
.logo-box {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	text-align: center;
	transition: transform 0.2s;
}

.logo-box:hover {
	transform: scale(1.05);
}

.logo-img {
	max-width: 100%;
	height: auto;
}

.paper-bag {
	background-image: url('../images/index/paper-bag.png');
	background-size: 100% 100%;
}

.home_outline {
	background-color: #4269e0;
}

.overview {
	background-color: #4269e0;
	margin-bottom: 30px;
	color: #fff;
	position: relative;
}

.overview p {
	line-height: 50px;
	font-size: 48px;
	font-weight: bold;
	position: relative;
	z-index: 999;
	color: #fff;
	font-size: 42px;
}

.overview .overview-bag {
	position: absolute;
	left: 0;
	top: 72%;
	transform: translate(0, -50%);
	font-size: 106px;
	font-weight: bolder;
	opacity: 0.1;
}

.indicators {
	margin: 20px 0;
	text-align: left;
}

.indicators .title {
	font-size: 24px;
	font-weight: bold;

}

.counter {
	font-size: 84px;
	color: #fff;
	/* Change to desired color */
}

.content p {
	margin-top: 10px;
	font-size: 20px;
	color: #fff;

}

.unit {
	font-size: 20px;
	vertical-align: super;
	color: #fff;
}

.business-banner {
	position: relative;
	animation: fadeInUp 2s forwards;
}

/* 鍝嶅簲寮忔樉绀烘帶鍒� */
.pc-carousel {
	display: block;
}

.mobile-cards {
	display: none;
}

@media (max-width: 768px) {
	.pc-carousel {
		display: none;
	}
	
	.mobile-cards {
		display: block;
	}
}

/* 绉诲姩绔崱鐗囧竷灞€鏍峰紡 */
.business-cards {
	padding: 3rem 0;
	background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 50%, #d6e7ff 100%);
}


.business-cards-title {
	text-align: center;
	margin-bottom: 2rem;
}

.business-cards-title h2 {
	font-size: 2rem;
	color: #2c3e50;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.business-cards-title p {
	font-size: 1rem;
	color: #6c757d;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.business-cards-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.2rem;
	max-width: 420px;
	margin: 0 auto;
	
}

.business-card {
	background: white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 18px;
	padding: 1.2rem;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	min-height: 110px;
}

.business-card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 12px 40px rgba(66, 105, 224, 0.2);
}

.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.45) 100%);
	border-radius: 18px;
	z-index: 1;
}

.card-icon {
	flex-shrink: 0;
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #4269e0 0%, #70aaf6 100%);
	border-radius: 16px;
	position: relative;
	z-index: 2;
	box-shadow: 0 4px 15px rgba(66, 105, 224, 0.3);
	transition: all 0.3s ease;
}

.card-icon img {
	width: 38px;
	height: 38px;
	filter: brightness(0) invert(1);
	transition: all 0.3s ease;
}

.business-card:hover .card-icon {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(66, 105, 224, 0.4);
}

.business-card:hover .card-icon img {
	transform: scale(1.1);
}

.card-content {
	flex: 1;
	position: relative;
	z-index: 2;
}

.card-content h3 {
	font-size: 1.2rem;
	color: #2c3e50;
	font-weight: 600;
	margin-bottom: 0.3rem;
}

.card-content p {
	font-size: 0.8rem;
	color: #6c757d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.8rem;
}

.card-description {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.card-btn {
	background: linear-gradient(135deg, #4269e0 0%, #70aaf6 100%);
	color: white;
	border: none;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
	box-shadow: 0 3px 12px rgba(66, 105, 224, 0.3);
	letter-spacing: 0.5px;
}

.card-btn:hover {
	background: linear-gradient(135deg, #3a5bc7 0%, #5a9ae6 100%);
	transform: translateY(-2px);
	box-shadow: 0 5px 18px rgba(66, 105, 224, 0.4);
}

/* Business content container */
.business-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none; /* 鍏佽鐐瑰嚮绌块€忓埌杞挱鍥� */
}

.business-content > * {
	pointer-events: auto; /* 鎭㈠瀛愬厓绱犵殑鐐瑰嚮浜嬩欢 */
}

.business-banner .swiper-button-next {
	background-image: none;
}

.business-banner .swiper-button-prev {
	background-image: none;
}

/* 鎴愬姛妗堜緥杞挱鏍峰紡 */
.smin-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.smin-banner .sminSwiper {
	width: 100%;
	height: auto;
}

.smin-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.smin-banner .swiper-slide img {
	width: 100%;
	height: 600px;
    object-fit: cover;
	display: block;
	background: #f8f9fa; /* 娣诲姞鑳屾櫙鑹插～鍏呯┖鐧藉尯鍩� */
}

.smin-banner .swiper-button-next,
.smin-banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: all 0.3s ease;
}

.smin-banner .swiper-button-next:hover,
.smin-banner .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.7);
	transform: translateY(-50%) scale(1.1);
}

.smin-banner .swiper-button-next {
	right: 20px;
}

.smin-banner .swiper-button-prev {
	left: 20px;
}

.smin-banner .swiper-button-next::after,
.smin-banner .swiper-button-prev::after {
	display: none; /* 闅愯棌榛樿绠ご */
}

.smin-banner.swiper-button-next {
	background-image: none;
}

/* smin-banner 鍐呮枃瀛楅€氱敤鏍峰紡 - 鍏煎鍚勭 */
.smin-banner .case-title,
.smin-banner .cooperation p,
.smin-banner .ovrly p {
	font-size: 2rem !important; /* 榛樿PC绔細32px */
}

/* 澶у睆PC锛�1200px浠ヤ笂锛� */
@media (min-width: 1200px) {
	.smin-banner .case-title,
	.smin-banner .cooperation p,
	.smin-banner .ovrly p {
		font-size: 2.2rem !important; /* 35.2px */
	}
}

/* 涓睆PC锛�992px-1199px锛� */
@media (min-width: 992px) and (max-width: 1199px) {
	.smin-banner .case-title,
	.smin-banner .cooperation p,
	.smin-banner .ovrly p {
		font-size: 1.8rem !important; /* 28.8px */
	}
}

/* 骞虫澘锛�768px-991px锛� */
@media (min-width: 768px) and (max-width: 991px) {
	.smin-banner .case-title,
	.smin-banner .cooperation p,
	.smin-banner .ovrly p {
		font-size: 1.2rem !important; /* 19.2px */
	}
}

/* 绉诲姩绔搷搴斿紡鏍峰紡 */
@media (max-width: 768px) {
	.smin-banner .swiper-slide img {
		height: auto;
	}
	
	.smin-banner .swiper-button-next,
	.smin-banner .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	
	.smin-banner .swiper-button-next {
		right: 15px;
	}
	
	.smin-banner .swiper-button-prev {
		left: 15px;
	}
	
	.smin-banner .case-title,
	.smin-banner .cooperation p,
	.smin-banner .ovrly p {
		font-size: 1rem !important; /* 16px */
	}
}

/* 灏忓睆鎵嬫満锛�576px浠ヤ笅锛� */
@media (max-width: 576px) {
	.smin-banner .case-title,
	.smin-banner .cooperation p,
	.smin-banner .ovrly p {
		font-size: 0.9rem !important; /* 14.4px */
	}
}


.business-banner .swiper-button-prev {
	background-image: none;
}

.business-banner .swiper-pagination-bullets {
	display: none !important; /* 闅愯棌榛樿鍒嗛〉鍣� */
}

.business-banner .swiper-pagination-bullet-active {
	width: 25%;
	padding: 60px;
	border-radius: 0;
	background: none;
}

.business-banner .swiper-pagination-bullet {
	opacity: 1;
	border-radius: 0;
	width: 25%;
	padding: 60px;
	margin: 0 !important;
}

.business-banner .swiper-pagination-bullet:nth-child(1) {
	background-image: url('../images/index/loop1.png');
	background-size: 100% 100%;
}

.business-banner .swiper-pagination-bullet:nth-child(2) {
	background-image: url('../images/index/loop2.png');
	background-size: 100% 100%;
}

.business-banner .swiper-pagination-bullet:nth-child(3) {
	background-image: url('../images/index/loop3.png');
	background-size: 100% 100%;
}

.business-banner .swiper-pagination-bullet:nth-child(4) {
	background-image: url('../images/index/loop4.png');
	background-size: 100% 100%;
}

.business-banner .swiper-pagination-bullet:nth-child(5) {
	background-image: url('../images/index/loop5.png');
	background-size: 100% 100%;
}

/* 鑷畾涔夊垎椤靛櫒鏍峰紡 */
.business-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
}

.custom-pagination {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 120px;
	/* background: rgba(0, 0, 0, 0.5); */
	padding: 0 20px;
	visibility: visible !important;
	opacity: 1 !important;
}

.pagination-item {
	display: flex;
	align-items: center;
	flex: 1;
	height: 80px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 8px;
	padding: 10px;
	position: relative;
}

.pagination-item:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.pagination-item.active {
/* 	background: rgba(66, 106, 224, 0.8);
	box-shadow: 0 4px 15px rgba(66, 106, 224, 0.3); */
	transform: translateY(-2px);
}

.pagination-icon {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pagination-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pagination-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 4px;
	line-height: 1.2;
}

.pagination-subtitle {
	font-size: 10px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.2;
}





@keyframes buttonPulse {
	0%, 100% {
		box-shadow: 0 4px 15px rgba(66, 105, 224, 0.3);
	}
	50% {
		box-shadow: 0 4px 25px rgba(66, 105, 224, 0.5);
	}
}





.all-padding-top {
	padding-top: 100px;
}

.all-padding-bot {
	padding-bottom: 100px;
}

.all_title_pc {
	width: 100%;
	display: block;
}

.all_title_mode {
	width: 100%;
	display: none;
}

.hover-content {
	background-color: rgb(94, 132, 227, 0.5);
	border-radius: 5%;
}

.por_box .icons {
	margin-top: 10px;
}

.por_box .category {
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
	font-weight: bold;
}

.por_box .msg {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

.single-portfolio .inner .portfolio-img {
	position: relative;
}

.single-portfolio .inner .portfolio-img .por_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.single-portfolio .inner .portfolio-img .hover-content {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0.2;

}

.single-portfolio .inner .portfolio-img .hover-content .button {
	background-color: #fff;
	border-color: #fff !important;
}

.single-portfolio .inner .portfolio-img .hover-content .button:hover {
	background-color: #222;
	color: #fff;
	border-color: #222 !important;
}

.single-portfolio .inner .portfolio-img:hover .hover-content {
	opacity: 1;
	visibility: visible;
}

.single-portfolio .inner .portfolio-content {
	text-align: center;
	padding-top: 25px;
	color: #6d7784;
}

.single-portfolio .inner .portfolio-content a {
	display: block;
}

.single-portfolio .inner .portfolio-content .category {
	font-weight: bold;
	margin: 0;
	font-size: 24px;
	color: #fff;
}

.footMode_logo {
	width: 20px;
}

/* .footerMode_widget 鏍峰紡宸茬Щ闄� */

@media (max-width: 575px) {
	.all_title_pc {
		width: 100%;
		display: none;
	}

	.all_title_mode {
		width: 100%;
		display: block;
	}

	.overview p {
		line-height: 20px;
		font-size: 15px;
		font-weight: bold;
		position: relative;
		z-index: 2;
		color: #fff;

	}

	.overview .overview-bag {
		position: absolute;
		left: 0;
		top: 72%;
		transform: translate(0, -50%);
		font-size: 35px;
		font-weight: bolder;
		opacity: 0.1;
	}

	.indicators {
		margin: 20px 0;
		text-align: left;
	}

	.inner {
		text-align: center;
		animation: fadeInUp 2s forwards;
	}

	.indicators .title {
		font-size: 20px;
		font-weight: bold;
	}

	.counter {
		font-size: 25px;
		color: #fff;

	}

	.content p {
		margin-top: 10px;
		font-size: 15px;
		color: #fff;

	}

	.unit {
		font-size: 18px;
		vertical-align: super;
		color: #fff;
	}

	.business-banner .swiper-pagination-bullet-active {
		width: 25%;
		padding: 20px;
		border-radius: 0;
		background: none;
	}

	.business-banner .swiper-pagination-bullet {
		opacity: 1;
		border-radius: 0;
		width: 25%;
		padding: 20px;
	}

	/* 涓瓑灞忓箷鑷畾涔夊垎椤靛櫒鍝嶅簲寮� */
	@media (max-width: 1200px) {
		.custom-pagination {
			height: 100px;
			padding: 0 15px;
		}

		.pagination-item {
			height: 70px;
			padding: 8px;
		}

		.pagination-icon {
			width: 40px;
			height: 40px;
			margin-right: 10px;
		}

		.pagination-title {
			font-size: 14px;
		}

		.pagination-subtitle {
			font-size: 9px;
		}
	}

	/* 骞虫澘绔嚜瀹氫箟鍒嗛〉鍣ㄥ搷搴斿紡 */
	@media (max-width: 992px) {
		.custom-pagination {
			height: 90px;
			padding: 0 12px;
		}

		.pagination-item {
			height: 65px;
			padding: 6px;
		}

		.pagination-icon {
			width: 35px;
			height: 35px;
			margin-right: 8px;
		}

		.pagination-title {
			font-size: 13px;
		}

		.pagination-subtitle {
			font-size: 8px;
		}
	}

	/* Business banner mobile styles */
	
	/* 鎵嬫満绔嚜瀹氫箟鍒嗛〉鍣� */
	.custom-pagination {
		height: 80px;
		padding: 0 10px;
		flex-direction: row; /* 淇濇寔姘村钩鎺掑垪 */
		justify-content: space-between;
		align-items: center;
	}

	.pagination-item {
		height: 60px;
		padding: 5px;
		flex-direction: column; /* 鎵嬫満绔浘鏍囧拰鏂囧瓧鍨傜洿鎺掑垪 */
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.pagination-icon {
		width: 30px;
		height: 30px;
		margin-right: 0; /* 鎵嬫満绔笉闇€瑕佸彸杈硅窛 */
		margin-bottom: 4px;
	}

	.pagination-text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.pagination-title {
		font-size: 10px;
		margin-bottom: 2px;
	}

	.pagination-subtitle {
		font-size: 7px;
	}
}

/* 瓒呭皬灞忓箷鑷畾涔夊垎椤靛櫒鍝嶅簲寮� */
@media (max-width: 480px) {
	.custom-pagination {
		height: 70px;
		padding: 0 8px;
	}

	.pagination-item {
		height: 50px;
		padding: 3px;
	}

	.pagination-icon {
		width: 25px;
		height: 25px;
		margin-bottom: 2px;
	}

	.pagination-title {
		font-size: 9px;
		margin-bottom: 1px;
	}

	.pagination-subtitle {
		font-size: 6px;
	}
}

	.item_title {
		position: absolute;
		left: 10%;
		top: 18%;
		font-size: 1rem;
		color: #fff;
		line-height: 1.2;
	}

	.item-description {
		position: absolute;
		left: 10%;
		top: 25%;
		font-size: 0.8rem;
		color: #fff;
		line-height: 1.3;
		max-width: 85%;
	}



	.business-banner .swiper-button-next {
		display: block;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		backdrop-filter: blur(10px);
		transition: all 0.3s ease;
	}

	.business-banner .swiper-button-next:hover {
		background: rgba(255, 255, 255, 0.3);
		transform: translateY(-50%) scale(1.1);
	}

	.business-banner .swiper-button-prev {
		background-image: none;
		display: block;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		background: rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		backdrop-filter: blur(10px);
		transition: all 0.3s ease;
	}

	.business-banner .swiper-button-prev:hover {
		background: rgba(255, 255, 255, 0.3);
		transform: translateY(-50%) scale(1.1);
	}

	.all-padding-top {
		padding-top: 50px;
	}

	.all-padding-bot {
		padding-bottom: 50px;
	}

	.por_box .icons {
		margin-top: 5px;
	}

	.por_box .category {
		color: #fff;
		font-size: 15px;
		margin-top: 5px;
	}

	.por_box .msg {
		color: #fff;
		font-size: 12px;
		margin-top: 12px;
	}

@media (min-width: 576px) and (max-width: 768px) {
	.all_title_pc {
		width: 100%;
		display: none;
	}

	.all_title_mode {
		width: 100%;
		display: block;
	}

	.overview p {
		line-height: 50px;
		font-size: 40px;
		font-weight: bold;
		position: relative;
		z-index: 999;
		color: #fff;

	}

	.overview .overview-bag {
		position: absolute;
		left: 0;
		top: 72%;
		transform: translate(0, -50%);
		font-size: 95px;
		font-weight: bolder;
		opacity: 0.1;
	}

	.indicators {
		margin: 20px 0;
		text-align: left;
	}

	.indicators .title {
		font-size: 20px;
		font-weight: bold;

	}

	.counter {
		font-size: 70px;
		color: #fff;
		/* Change to desired color */
	}

	.content p {
		margin-top: 10px;
		font-size: 18px;
		color: #fff;

	}

	.unit {
		font-size: 18px;
		vertical-align: super;
		color: #fff;
	}

	.business-banner .swiper-pagination-bullet-active {
		width: 25%;
		padding: 45px;
		border-radius: 0;
		background: none;
	}

	.business-banner .swiper-pagination-bullet {
		opacity: 1;
		border-radius: 0;
		width: 25%;
		padding: 45px;
	}



	.all-padding-top {
		padding-top: 60px;
	}

	.all-padding-bot {
		padding-bottom: 60px;
	}

	.understand {
		font-size: 17px;
		text-align: center;
		color: #7F7F7F;
	}

	.por_box .icons {
		margin-top: 10px;
	}

	.por_box .category {
		color: #fff;
		font-size: 20px;
		margin-top: 8px;
	}

	.por_box .msg {
		color: #fff;
		font-size: 18px;
		margin-top: 12px;
	}

}

/* pc绔� */
@media (min-width: 768px) {
	.all_title_pc {
		width: 100%;
		display: block;
	}

	.all_title_mode {
		width: 100%;
		display: none;
	}

	.overview p {
		line-height: 50px;
		font-size: 40px;
		font-weight: bold;
		position: relative;
		z-index: 999;
		color: #fff;

	}

	.overview .overview-bag {
		position: absolute;
		left: 0;
		top: 72%;
		transform: translate(0, -50%);
		font-size: 95px;
		font-weight: bolder;
		opacity: 0.1;
	}

	.indicators {
		margin: 20px 0;
		text-align: left;
	}

	.indicators .title {
		font-size: 20px;
		font-weight: bold;

	}

	.counter {
		font-size: 70px;
		color: #fff;
		/* Change to desired color */
	}

	.content p {
		margin-top: 10px;
		font-size: 18px;
		color: #fff;

	}

	.unit {
		font-size: 18px;
		vertical-align: super;
		color: #fff;
	}

	

	.all-padding-top {
		padding-top: 50px;
	}

	.all-padding-bot {
		padding-bottom: 50px;
	}

	.por_box .icons {
		margin-top: 10px;
	}

	.por_box .category {
		color: #fff;
		font-size: 18px;
		margin-top: 10px;
	}

	.por_box .msg {
		color: #fff;
		font-size: 14px;
		margin-top: 20px;
	}
}




/* 骞虫澘绔疆鎾牱寮� - 768px鍒�1024px涔嬮棿 */
@media (min-width: 768px) and (max-width: 1024px) {
	
}


/* 绀轰緥鍐呭鏍峰紡 */
.content-section {
	background: white;
	border-radius: 8px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

h1 {
	color: #2c3e50;
	margin-bottom: 1rem;
}

p {
	line-height: 1.6;
	color: #7f8c8d;
	margin-bottom: 1rem;
}

@media screen and (max-width: 786px) {}

@media screen and (max-width: 575px) {}

/* 浼樺寲鍚庣殑浼樺娍鍗＄墖鏍峰紡 - 瀹屾暣鐗堟湰 */
.advantages-section {
	background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 50%, #d6e7ff 100%);
	position: relative;
	overflow: hidden;
}

.advantages-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

/* 浼樺娍灞曠ず鍖哄煙瀹瑰櫒鏍峰紡 */
.advantages-section .container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

/* 浼樺娍灞曠ず鍖哄煙鏍囬鏍峰紡 - 杩樺師涓哄師鏉ョ殑鏍峰紡 */
.advantages-section .section-title-wrap {
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 2rem auto;
}

.advantages-section .section-en {
	font-size: 4rem;
	color: rgba(121, 154, 237, 0.12);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
	line-height: 1.2;
	opacity: 0.3;
}

.advantages-section .section_title {
	font-size: 2.5rem;
	color: #4269E0;
	font-weight: 700;
	margin: 0;
	text-align: center;
	margin-bottom: 20px;
}

.advantages-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 2rem;
	margin-top: 3rem;
	width: 100%;
	/* 閲嶇疆鍙兘鐨凚ootstrap褰卞搷 */
	flex-direction: unset !important;
	flex-wrap: unset !important;
	align-items: unset !important;
	justify-content: unset !important;
}

.advantage-card {
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	will-change: transform;
	border: 2px solid transparent;
	display: block;
	width: 100%;
}

.advantage-card:hover {
	transform: translateY(-12px) scale(1.02);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
	border-color: #4269e0;
	background: linear-gradient(135deg, #4269e0 0%, #70aaf6 100%);
}

.advantage-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(66, 105, 224, 0.05) 0%, transparent 50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.advantage-card:hover::before {
	opacity: 0;
}

.advantage-card .card-image-container {
	position: relative;
	overflow: hidden;
	height: 220px;
	background: transparent;
	display: block;
	z-index: 2;
	border-radius: 20px 20px 0 0;
}

.advantage-card .card-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform 0.4s ease;
	/* filter: brightness(1.1) contrast(1.05); */
	display: block !important;
	max-width: none !important;
	/* 寮哄埗鏄剧ず鍥剧墖 */
	opacity: 1 !important;
	visibility: visible !important;
	position: relative !important;
	z-index: 1 !important;
	border-radius: 0;
}

.advantage-card:hover .card-image {
	transform: scale(1.08);
}

.advantage-card .card-content {
	padding: 2rem 1.5rem !important;
	text-align: center !important;
	position: relative;
	z-index: 2;
}

.advantage-card .icon-container {
	position: relative !important;
	width: 70px !important;
	height: 70px !important;
	margin: 0 auto 1.5rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.advantage-card .active-icon,
.advantage-card .inactive-icon {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	transition: all 0.3s ease;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.advantage-card .inactive-icon {
	opacity: 1;
	transform: scale(1);
}

.advantage-card .active-icon {
	opacity: 0;
	transform: scale(0.8);
}

.advantage-card:hover .inactive-icon {
	opacity: 0;
	transform: scale(0.8);
}

.advantage-card:hover .active-icon {
	opacity: 1;
	transform: scale(1.1);
}

.advantage-card .divider {
	width: 50px !important;
	height: 3px !important;
	background: linear-gradient(90deg, #4269e0, #70aaf6) !important;
	margin: 0 auto 1.5rem !important;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}

.advantage-card:hover .divider {
	background: linear-gradient(90deg, #ffffff, #f0f8ff) !important;
}

.advantage-card .divider::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	animation: shimmer 2s infinite;
}

@keyframes shimmer {
	0% { left: -100%; }
	100% { left: 100%; }
}

.advantage-card .advantage-title {
	font-size: 1.4rem !important;
	font-weight: 700 !important;
	color: #2c3e50 !important;
	margin-bottom: 1rem !important;
	transition: color 0.3s ease;
}

.advantage-card:hover .advantage-title {
	color: #ffffff !important;
}

.advantage-card .advantage-description {
	color: #6c757d !important;
	line-height: 1.7 !important;
	font-size: 1rem !important;
	margin: 0 !important;
}

.advantage-card:hover .advantage-description {
	color: #ffffff !important;
}


/* 鍝嶅簲寮忚璁� - 骞虫澘绔袱鍒楁樉绀� */
@media (max-width: 1024px) {
	.advantages-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 1.5rem;
	}
}

@media (max-width: 768px) {
	.advantages-section {

	}

	.advantages-section .section-en {
		font-size: 2.5rem;
		letter-spacing: 2px;
	}

	.advantages-section .section-title {
		font-size: 2rem;
	}

	.advantages-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 0.3rem;
	}
	
	.advantage-card {
		height: auto !important;
		min-height: 260px !important;
		border-radius: 12px !important;
		overflow: hidden !important;
	}
	
	.advantage-card .card-image-container {
		border-radius: 0 !important;
		overflow: hidden !important;
	}
	
	.advantage-card .card-image-container img {
		border-radius: 0 !important;
	}
	
	.advantage-card .card-content {
		padding: 1rem 0.6rem !important;
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}

	.advantage-card .advantage-title {
		font-size: 1rem !important;
		margin-bottom: 0.5rem !important;
	}

	.advantage-card .advantage-description {
		font-size: 0.8rem !important;
		line-height: 1.3 !important;
		margin: 0 !important;
	}

	.advantage-card .icon-container {
		width: 50px !important;
		height: 50px !important;
		margin: 0 auto 0.6rem !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		position: relative !important;
	}
	
	.advantage-card .icon-container img {
		width: 30px !important;
		height: 30px !important;
		object-fit: contain !important;
		display: block !important;
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}

	.advantage-card .divider {
		width: 35px !important;
		height: 2px !important;
		margin: 0 auto 0.6rem !important;
	}
}

@media (max-width: 480px) {
	.advantages-section .container {
		padding: 0 15px;
	}

	.advantages-section .section-en {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}

	.advantages-section .section-title {
		font-size: 1.8rem;
	}

	.advantages-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 0.2rem;
	}
	
	.advantage-card {
		min-height: 240px !important;
		border-radius: 10px !important;
		overflow: hidden !important;
	}
	
	.advantage-card .card-image-container {
		border-radius: 0 !important;
		overflow: hidden !important;
	}
	
	.advantage-card .card-image-container img {
		border-radius: 0 !important;
	}
	
	.advantage-card .card-content {
		padding: 0.8rem 0.5rem !important;
		text-align: center !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
	}

	.advantage-card .advantage-title {
		font-size: 0.9rem !important;
		margin-bottom: 0.3rem !important;
	}

	.advantage-card .advantage-description {
		font-size: 0.75rem !important;
		line-height: 1.2 !important;
		margin: 0 !important;
	}

	.advantage-card .icon-container {
		width: 45px !important;
		height: 45px !important;
		margin: 0 auto 0.4rem !important;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		position: relative !important;
	}
	
	.advantage-card .icon-container img {
		width: 25px !important;
		height: 25px !important;
		object-fit: contain !important;
		display: block !important;
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}

	.advantage-card .divider {
		width: 30px !important;
		height: 2px !important;
		margin: 0 auto 0.4rem !important;
	}

	/* Business banner 瓒呭皬灞忓箷甯冨眬 */
	.business-content .slider_title {
		top: 20% !important;
		font-size: 1.5rem !important;
	}

	.business-content .item_title {
		top: 35% !important;
		font-size: 1rem !important;
	}



	.advantage-card .card-image-container {
		height: 180px;
	}

	.advantage-card .icon-container {
		width: 50px !important;
		height: 50px !important;
		margin: 0 auto 0.8rem !important;
	}

	.advantage-card .card-content {
		padding: 1rem 0.8rem !important;
	}

	.advantage-card .advantage-title {
		font-size: 1.1rem !important;
		margin-bottom: 0.8rem !important;
	}

	.advantage-card .advantage-description {
		font-size: 0.9rem !important;
		line-height: 1.5 !important;
	}

	.advantage-card .divider {
		width: 30px !important;
		height: 2px !important;
		margin: 0 auto 0.8rem !important;
	}
}

/* 鎬ц兘浼樺寲 */
@media (prefers-reduced-motion: reduce) {
	.advantage-card,
	.advantage-card .card-image,
	.advantage-card .active-icon,
	.advantage-card .inactive-icon,
	.advantage-card .divider::after {
		transition: none;
		animation: none;
	}
}

/* 楂樺姣斿害妯″紡鏀寔 */
@media (prefers-contrast: high) {
	.advantage-card {
		border: 2px solid #000;
	}

	.advantage-card .advantage-title {
		color: #000;
	}

	.advantage-card .advantage-description {
		color: #333;
	}
}

/* 棣栭〉缁撳熬 */
@media screen and (max-width: 1199px) {
	.menu-bar ul li .dropdown {
		position: relative;
		left: 0;
		background-color: transparent;
		box-shadow: none;
		display: none;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		padding-bottom: 0px;
		transform: none;
	}
}

.menu-bar ul li {
	padding: 35px 15px;
	position: relative;
}

.menu-bar ul li a {
	font-size: 13px;
	font-weight: var(--text-medium);
	font-family: var(--title-font);
	color: var(--input-white);
	display: inline-block;
	position: relative;
	transition: .4s ease;
}

.menu-bar ul li a i {
	margin-left: 5px;
	display: inline-block;
	transition: .4s ease;
}

.menu-bar ul li a:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	transform-origin: left bottom;
	background-color: var(--color-yellow-deep);
	-webkit-transition: var(--cubic-bezier);
	-moz-transition: var(--cubic-bezier);
	-o-transition: var(--cubic-bezier);
	transition: var(--cubic-bezier);
}

.menu-bar ul li a .drop-icon {
	display: none;
}

.menu-bar ul li .dropdown {
	position: absolute;
	top: 100%;
	left: 15px;
	min-width: 180px;
	background-color: var(--nav-bag);
	padding: 12px 0;
	box-shadow: var(--black-shadow);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	/* transform: translate(-50%, 0); */
	white-space: nowrap;
}



.menu-bar ul li .dropdown li {
	padding: 6px 20px;
	margin: 0;
}

.menu-bar ul li .dropdown li:last-child {
	padding-bottom: 6px;
}

.menu-bar ul li .dropdown li a {
	font-size: 13px;
	display: block;
	line-height: 1.5;
	transition: color 0.3s ease;
}

.menu-bar ul li .dropdown li a:hover {
	color: var(--color-yellow-deep);
}

.menu-bar ul li:hover .dropdown {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: .6s ease;
}

.menu-bar ul li:hover>a {
	opacity: .8;
}

.menu-bar ul li:hover>a:after {
	transform-origin: 100% bottom;
	transform: scaleX(1);
}

.menu-bar ul li:hover>a i {
	transform: rotateX(180deg);
	color: var(--color-Sub-heading);
}

.header-area.sticky .menu-bar>ul>li {
	padding: 25px 15px;
	transition: .4s ease;
}

.header-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #426ae0;
}

.header-area.default-header {
	position: relative;
}

.header-area.sticky {
	background-color: #426ae0;
	position: fixed !important;
}


.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header-logo {
	padding-right: 35px;
	display: flex;
	align-items: center;

}

.header-logo a {
	font-family: var(--title-font);
	color: var(--menu-color);
	margin-bottom: 5px;
}

.sign-in-area ul li {
	padding: 25px 15px;
	cursor: pointer;
	font-size: 12px;
	font-weight: var(--text-medium);
	font-family: var(--title-font);
	color: var(--input-white);
	display: inline-block;
}

/* 闃叉澶撮儴鐢佃瘽鍙风爜鎹㈣锛堝惈鐧惧害娴忚鍣級 */
.sign-in-area ul {
	display: flex;
	flex-wrap: nowrap !important;
	align-items: center;
	min-width: 0;
}

.sign-in-area ul li {
	white-space: nowrap;
	word-break: keep-all;
	flex: 0 1 auto;
}

.sign-in-area ul li:last-child {
	display: none;
}

/* toggole menu style here */
.menu-toggole {
	position: relative;
	cursor: pointer;
	display: none;
}

.comon-tab svg {
	height: 20px;
	width: 20px;
}

.menu-show svg,
.menu-close svg {
	fill: var(--color-Sub-heading);
}

.menu-close {
	position: absolute;
	top: 0;
	left: 0;
}

.menu-show {
	clip-path: circle(200% at 100% 50%);
	-webkit-clip-path: circle(200% at 100% 50%);
	transition: 1s ease-in-out;
}

.menu-show.active {
	clip-path: circle(0% at 100% 50%);
	-webkit-clip-path: circle(0% at 100% 50%);
	transition: .1s ease-in-out;
}

.menu-close svg {
	height: 15px;
}

.menu-close {
	clip-path: circle(0% at 0% 50%);
	-webkit-clip-path: circle(0% at 0% 50%);
	opacity: 0;
}

.menu-close.active {
	clip-path: circle(200% at 0% 50%);
	-webkit-clip-path: circle(200% at 0% 50%);
	transition: 1s ease-in-out;
	opacity: 1;
	transition: 1s ease-in;
}

@media screen and (max-width: 1199px) {
	.header-area.active {
		background-color: #426ae0;
	}

	.pc_foot {
		display: none;
	}

	.mode_foot {
		display: block;
	}

	/* toggole menu style here */
	.menu-toggole {
		display: block;
	}

	.sign-in-area ul li:last-child {
		display: block;
	}

	.menu-bar {
		position: absolute;
		height: calc(100vh - 55px);
		background-color: #426ae0;
		min-width: 300px;
		top: 58px;
		left: 0;
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	.menu-bar ul li .dropdown {
		position: absolute;
		top: 100%;
		left: -5%;
		min-width: 160px;
		background-color: var(--nav-bag);
		padding: 15px;
		box-shadow: var(--black-shadow);
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		white-space: nowrap;
	}

	.menu-bar ul {
		flex-direction: column;
		align-items: flex-start !important;
		height: auto;
		padding: 25px;
		overflow: hidden;
	}

	.menu-bar ul li {
		padding: 0px;
		padding: 10px 0px !important;
		transform: translateX(-100px);
		transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
		opacity: 0;
	}

	.menu-bar ul li a i {
		display: none;
	}

	.menu-bar ul li a .drop-icon {
		display: inline-block;
		position: relative;
		width: 25px;
		margin-left: 10px;
	}

	.menu-bar ul li a .drop-icon .icofont-minus {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		display: none;
	}

	.menu-bar ul li a.active .drop-icon .icofont-minus {
		display: block;
	}

	.menu-bar ul li a.active .drop-icon .icofont-plus {
		display: none;
	}

	.menu-bar ul li .dropdown {
		position: relative;
		left: 0;
		background-color: var(--nav-bag);
		box-shadow: none;
		display: none;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		padding-bottom: 0px;
	}



	.menu-bar ul li .dropdown.active {
		display: block;
	}

	.menu-bar.active {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		transition: .5s ease;
	}

	.menu-bar.active ul li {
		transform: translateX(0px);
		opacity: 1;
	}

	.menu-bar.active ul li:nth-child(1) {
		transition-delay: .3s;
	}

	.menu-bar.active ul li:nth-child(2) {
		transition-delay: .4s;
	}

	.menu-bar.active ul li:nth-child(3) {
		transition-delay: .5s;
	}

	.menu-bar.active ul li:nth-child(4) {
		transition-delay: .6s;
	}

	.menu-bar.active ul li:nth-child(5) {
		transition-delay: .7s;
	}

	.menu-bar.active ul li:nth-child(6) {
		transition-delay: .8s;
	}

	.menu-bar.active ul li:nth-child(7) {
		transition-delay: .9s;
	}

	.menu-bar.active ul li:nth-child(8) {
		transition-delay: 1s;
	}

	body {
		position: relative;
	}

	body:after {
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: var(--color-heading);
		opacity: 0;
		visibility: hidden;
		z-index: 99;
	}

	body.active:after {
		opacity: 0.5;
		visibility: visible;
	}

	.search-popup-area .popup-close-icon {
		top: 20px;
		right: 20px;
	}
}

@media screen and (max-width: 575px) {
	.sign-in-area {
		width: 85%;
	}

	.header-area {
		padding: 10px 0px;
	}

	.header-logo {
		padding-right: 10px;
	}

	.sign-in-area ul li {
		padding: 0px 10px;
	}

	.sign-in-area ul li svg,
	.sign-in-area ul li img {
		width: 20px;
		height: 30px;
	}

	/* 灏忓睆杩涗竴姝ユ敹绱ч棿璺濓紝闃叉鎸ゆ垚涓よ */
	.sign-in-area ul {
		gap: 0 6px;
	}

	/* 淇鐢佃瘽鍙风爜鍦ㄧЩ鍔ㄧ琚尋鎴愪袱琛岀殑闂锛堣繘涓€姝ョ缉灏忎互缁� logo 鐣欑┖闂达級 */
	.sign-in-area ul li span {
		font-size: 12px !important;
		padding-left: 4px !important;
		white-space: nowrap !important;
		display: inline-block;
		max-width: 32vw;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* 绉诲姩绔ご閮ㄥ榻愪慨澶嶏紙闃叉 Logo 鍦ㄧ櫨搴︽祻瑙堝櫒涓鎸や笂鍘伙級 */
@media (max-width: 768px) {
	.header-area {
		/* 纭繚澶撮儴鑷韩鏈夌ǔ瀹氶珮搴� */
		min-height: 60px;
	}

	.header-area .header-wrapper {
		min-height: 60px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 0 10px;
	}

	.header-logo img {
		display: block;
		max-height: 60px;
		width: auto !important;
		height: auto !important;
	}

	/* 鍙充晶鍖哄煙鏀剁揣锛氫笉鍗犺繃澶氱┖闂� */
	.sign-in-area {
		width: auto;
		flex: 0 1 auto;
	}

	.sign-in-area ul {
		display: flex;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: flex-end !important;
		gap: 0 2px;
		min-width: 0;
	}

	.sign-in-area ul li {
		padding: 0 4px;
		white-space: nowrap;
		word-break: keep-all;
		flex: 0 1 auto;
		display: flex;
		justify-content: space-between;
		align-items: start;
	}

	/* 鐢佃瘽鍥炬爣鏇村皬锛岀粰 logo 鑵剧┖闂� */
	.sign-in-area ul li svg,
	.sign-in-area ul li img {
		width: 18px;
		height: 28px;
	}

	/* 鐢佃瘽鏂囨湰鍦� 768px 涓嬪啀鏀剁揣涓€浜� */
	.sign-in-area ul li span {
		font-size: 12px !important;
		padding-left: 2px !important;
		max-width: 30vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap !important;
	}

	/* 绉婚櫎鑿滃崟鍥炬爣瀹瑰櫒鐨勯澶栧乏闂磋窛 */
	.sign-in-area .menu-toggole {
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 375px) {
	.sign-in-area ul li {
		padding: 0px 6px;
	}

	/* 鏇村皬灞忓箷鐨勭數璇濆彿鐮佷紭鍖� */
	.sign-in-area ul li span {
		font-size: 12px !important;
		padding-left: 4px !important;
		max-width: 46vw;
		white-space: nowrap !important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.banner-area {
	padding: 90px 0px 0px 0px;
	position: relative;
	z-index: 1;
	transition: .4s ease;
	animation: fadeInUp 2s forwards;
}



/* 棣栭〉澶撮儴杞挱鏍峰紡 */
.header-banner {
	width: 100%;
	position: relative;
}

.header-banner .swiper {
	width: 100%;
}

.header-banner .swiper-slide {
	position: relative;
	width: 100%;
}

.header-banner .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* 鍏朵粬椤甸潰鐨勫ご閮ㄥ浘鐗囨牱寮� */
.headerbanner_pc {
	display: block !important;
	width: 100%;
	height: auto;
}

.headerbanner_mode {
	display: none !important;
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.headerbanner_pc {
		display: none !important;
	}
	
	.headerbanner_mode {
		display: block !important;
	}
}


@media screen and (max-width: 1350px) {
	.banner-area {
		padding: 80px 0px 0px;
	}
}

@media screen and (max-width: 1199px) {
	.banner-content-area {
		margin-left: 40px;
	}

	.sign-in-area ul li:last-child {
		padding-right: 0px;
	}
}

@media screen and (max-width: 991px) {
	.banner-area {
		padding: 80px 0px 0px 0px;
	}
}

@media screen and (max-width: 767px) {
	.banner-area {
		padding: 68px 0px 0px 0px;
	}

	.sign-in-area {
		width: 85%;
	}

}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
	.sign-in-area ul li a {
		font-size: 13px;
	}

	/* 涓瓑灞忓箷鐨勭數璇濆彿鐮佷紭鍖� */
	.sign-in-area ul li span {
		font-size: 14px !important;
		padding-left: 6px !important;
		white-space: nowrap !important;
		max-width: 42vw;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}


@media screen and (max-width: 350px) {

	@media screen and (max-width: 1190px) {}

	@media screen and (max-width: 767px) {}

	[data-theme='dark'] .sign-in-area ul li svg path {
		fill: var(--color-text);
	}

	[data-theme='dark'] p {
		color: #8e8e8e;
	}

	[data-theme='dark'] .banner-img-area .banner-img img {
		background-color: var(--body-bg-color);
	}

	[data-theme='dark'] .tag-title {
		color: var(--color-text);
	}

	[data-theme='dark'] .tag-card {
		border-color: rgba(255, 255, 255, 0.8);
		color: var(--color-light-dark);
	}

	[data-theme='dark'] .footer-top-area:after {
		background-color: var(--footer-overlay);
	}

	[data-theme='dark'] .subscribe-area {
		position: relative;
		z-index: 1;
	}

	[data-theme='dark'] .subscribe-area:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: var(--footer-overlay);
		z-index: -1;
	}

	[data-theme='dark'] .subscribe-area .section-heading p {
		color: #8e8e8e;
	}

	[data-theme='dark'] .subscribe-area .subscribe-input input {
		background-color: var(--color-secondary);
	}

	[data-theme='dark'] .subscribe-area .subscribe-input input::placeholder {
		color: var(--color-bg-three);
	}

	[data-theme='dark'] .stories-card-img .card-img-title {
		background-color: var(--color-text);
		color: var(--body-bg-color);
	}

	[data-theme='dark'] .footer-logo-area p {
		color: #c7c7c7;
	}

	[data-theme='dark'] .footer-top-area .footer-menu-bar ul li a {
		color: var(--color-text2);
	}

	[data-theme='dark'] .footer-top-area .footer-menu-bar ul li a:hover {
		color: var(--color-Sub-heading);
	}

	[data-theme='dark'] .footer-top-area .contact-area .contact-address a,
	[data-theme='dark'] .footer-top-area .contact-area .contact-address p,
	[data-theme='dark'] .footer-top-area .contact-area .contact-address h4 {
		color: var(--color-text2);
	}

	[data-theme='dark'] .footer-top-area .contact-area .contact-address a:hover {
		color: var(--color-Sub-heading);
	}

	[data-theme='dark'] .footer-top-area .contact-area .contact-app-link a {
		color: var(--color-text2);
	}

	[data-theme='dark'] .footer-top-area .contact-area .contact-app-link a:hover {
		color: var(--color-Sub-heading);
	}

	[data-theme='dark'] .footer-top-area .social-icon ul li a svg path {
		fill: var(--color-text2);
	}

	[data-theme='dark'] .footer-top-area .social-icon ul li a svg:hover path {
		fill: var(--color-Sub-heading);
	}

	[data-theme='dark'] .nice-select-wrap ul a:hover {
		box-shadow: none;
	}

	[data-theme='dark'] .border-gray-btn {
		color: #ffffff;
	}

	[data-theme='dark'] .border-gray-btn:hover {
		border-color: transparent;
	}

	[data-theme='dark'] .single-shop-card:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(144, 141, 141, 0.2);
		-moz-box-shadow: 0px 0px 15px 0px rgba(144, 141, 141, 0.2);
		box-shadow: 0px 0px 15px 0px rgba(144, 141, 141, 0.2);
	}

	[data-theme='dark'] .dark-overlay {
		position: relative;
		z-index: 1;
	}

	[data-theme='dark'] .dark-overlay:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		background-color: var(--footer-overlay);
	}

	[data-theme='dark'] .checkout-dtls {
		box-shadow: none;
		position: relative;
		z-index: 1;
	}

	[data-theme='dark'] .checkout-dtls:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
		background-color: var(--color-secondary);
		opacity: 0.9;
	}

	[data-theme='dark'] .btn-gray {
		background-color: var(--color-text2);
		color: var(--color-text);
	}

	[data-theme='dark'] .badge {
		color: var(--color-text);
	}

	[data-theme='dark'] .suscribe-content-wrapper .btn-orange:hover,
	[data-theme='dark'] .priceing-single-btm .btn-orange:hover {
		background-color: transparent;
	}

	[data-theme='dark'] .suscribe-content-wrapper .btn-orange:hover:after,
	[data-theme='dark'] .priceing-single-btm .btn-orange:hover:after {
		background-color: var(--body-bg-color);
	}

	[data-theme='dark'] body:after {
		background-color: var(--body-bg-color);
	}

	[data-theme='dark'] .banner-wrapper:after {
		width: 100%;
		background-color: var(--color-secondary);
		opacity: 0.8;
	}

	[data-theme='dark'] .contact-from-area input,
	[data-theme='dark'] .contact-from-area textarea {
		color: var(--color-text);
	}

	[data-theme='dark'] .contact-from-area input::placeholder,
	[data-theme='dark'] .contact-from-area textarea::placeholder {
		color: var(--color-text2);
	}

	[data-theme='dark'] .post-full-content ol li,
	[data-theme='dark'] .post-full-content ul li {
		color: #b9b9b9;
	}

	[data-theme='dark'] .post-full-content ul li:after {
		background-color: #b9b9b9;
	}

	[data-theme='dark'] .post-full-content blockquote {
		color: #b9b9b9;
	}

	@media screen and (max-width: 1350px) {}

	@media screen and (max-width: 1199px) {}

	@media screen and (max-width: 991px) {}

	@media screen and (max-width: 767px) {}

	@media screen and (max-width: 400px) {}

	.mx-w-100 {
		max-width: 100%;
	}

	@keyframes spin {
		from {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		to {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@media screen and (max-width: 991px) {}

	@media screen and (max-width: 767px) {}

	@media screen and (max-width: 575px) {}

	@media screen and (max-width: 991px) {}

	@media screen and (max-width: 767px) {}

	@media screen and (max-width: 575px) {}

	@keyframes scaleX {
		from {
			transform: scaleY(0);
		}

		to {
			transform: scaleY(1);
		}
	}
}
.products-detail-container {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #333;
	background: #fff;
	}
	
	/* 页面头部 */
	.page-header {
	background: linear-gradient(135deg, #426AE0 0%, #2E5BBA 100%);
	color: white;
	padding: 50px 20px 40px;
	text-align: center;
	}
	
	.page-header .header-content {
	margin: 0 auto;
	}
	
	.page-header .main-title {
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 10px;
	}
	
	.page-header .subtitle {
	font-size: 18px;
	opacity: 0.9;
	margin: 0 0 30px;
	}
	
	/* 产品导航 */
	.product-nav {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 20px;
	}
	
	.nav-btn {
	background: rgba(255, 255, 255, 0.1);
	color: white;
	border: none;
	padding: 8px 20px;
	border-radius: 20px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	}
	
	.nav-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	}
	
	.nav-btn.active {
	background: white;
	color: #426AE0;
	font-weight: 600;
	}
	
	/* 产品内容 */
	.product-content {
	
	}
	
	/* 产品区块 */
	.product-section {
	background-size: 100% 100%;
	background-position: center;
	padding: 60px 0 0 0;
	padding: 40px;
	margin-bottom: 40px;
	}
	
	.product-section .product-header {
	margin-bottom: 30px;
	text-align: center;
	}
	
	.product-section .product-header h2 {
	font-size: 28px;
	color: #426AE0;
	padding-bottom: 40px;
	margin: 0 0 8px;
	}
	
	.product-section .product-header .product-subtitle {
	font-size: 16px;
	color: #666;
	margin: 0;
	letter-spacing: 2px;
	}
	
	/* 产品网格布局 */
	.products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	justify-items: center;
	}
	
	.product-card {
	width: 100%;
	max-width: 250px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	}
	
	.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border-color: #426AE0;
	}
	
	.product-image {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	
	.product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
	}
	
	.product-card:hover .product-image img {
	transform: scale(1.05);
	}
	
	.product-info {
	padding: 20px;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	
	.product-info h3 {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 0 0 8px;
	line-height: 1.4;
	}
	
	.product-info .product-desc {
	font-size: 13px;
	color: #666;
	line-height: 1.4;
	margin: 0;
	}
	
	/* 产品概览 */
	.product-overview {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	align-items: center;
	}
	
	.product-overview .product-image {
	flex: 1;
	}
	
	.product-overview .product-image img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	}
	
	.product-overview .product-intro {
	flex: 1;
	}
	
	/* 方案示意图 */
	.scheme-diagram {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	border-left: 4px solid #426AE0;
	}
	
	.scheme-diagram .scheme-flow {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	}
	
	.scheme-diagram .scheme-flow .flow-item {
	background: white;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 14px;
	color: #426AE0;
	border: 1px solid #e0e0e0;
	}
	
	.scheme-diagram .scheme-flow .flow-arrow {
	color: #666;
	}
	
	/* 产品特点网格 */
	.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
	}
	
	.features-grid .feature-card {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	transition: transform 0.3s ease;
	}
	
	.features-grid .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	}
	
	.features-grid .feature-card .feature-icon {
	font-size: 24px;
	flex-shrink: 0;
	}
	
	.features-grid .feature-card .feature-content h4 {
	margin: 0 0 8px;
	color: #426AE0;
	font-size: 16px;
	}
	
	.features-grid .feature-card .feature-content p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	}
	.youshi-main{background-color: #f5f5f5;padding: 30px 0;}
	.youshi-main .common{text-align: center;padding-bottom: 30px;}
	.youshi-main .list{float: left;}
	.youshi-main .list.one{width: 34%;height: 588px;margin-bottom: 18px;}
	.youshi-main .list.two{width: 32%;height: 588px;margin-left: 1%;margin-bottom: 18px;}
	.youshi-main .list.there{width: 34%;height: 286px;}
	.youshi-main .list.fore{width: 65%;height: 286px;margin-left: 1%;}
	.youshi-main .list li{height: 100%;position: relative;overflow: hidden;border-radius: 10px;}
	.youshi-main .list.two li{height: 286px;margin-bottom: 18px;}
	.youshi-main .list li .img{width: 100%;height: 100%;}
	.youshi-main .list li .img img{width: 100%;height: 100%;object-fit: cover;}
	.youshi-main .list li .box{color: #000;line-height: 1;position: absolute;bottom: 0;left: 0;width: 100%;height: 160px;padding: 0 30px;box-sizing: border-box;background-color: rgba(255,255,255,0.5);background: linear-gradient(0deg, rgba(255,255,255,0.8) 0, rgba(255,255,255,0) 100%);}
	.youshi-main .list li .box .tit{margin-top: 50px;font-size: 32px;font-weight: 700;margin-bottom: 10px;}
	.youshi-main .list li .box .con{font-size: 24px;}
	/* 优势网格 */
	.advantages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-top: 20px;
	}
	
	/* .advantages-grid .advantage-item {
	text-align: center;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	}
	
	.advantages-grid .advantage-item .advantage-icon {
	font-size: 32px;
	margin-bottom: 10px;
	}
	
	.advantages-grid .advantage-item h4 {
	margin: 0 0 8px;
	color: #426AE0;
	}
	
	.advantages-grid .advantage-item p {
	margin: 0;
	color: #666;
	font-size: 14px;
	} */
	
	/* 适用范围标签 */
	.applications {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
	}
	
	.application-tag {
	background: #e6f0ff;
	color: #426AE0;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
	border: 1px solid #c2d7ff;
	}
	
	/* 智能功能列表 */
	.features-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	}
	
	.features-list .smart-feature {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	}
	
	.features-list .smart-feature .feature-number {
	width: 40px;
	height: 40px;
	background: #426AE0;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	flex-shrink: 0;
	}
	
	.features-list .smart-feature .feature-details h4 {
	margin: 0 0 8px;
	color: #426AE0;
	}
	
	.features-list .smart-feature .feature-details p {
	margin: 0;
	color: #666;
	line-height: 1.6;
	}
	
	/* 医疗功能网格 */
	.medical-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 20px;
	}
	
	.medical-features-grid .medical-feature {
	text-align: center;
	padding: 20px;
	background: #f8f9fa;
	border-radius: 8px;
	}
	
	.medical-features-grid .medical-feature .medical-icon {
	font-size: 32px;
	margin-bottom: 10px;
	}
	
	.medical-features-grid .medical-feature h4 {
	margin: 0 0 8px;
	color: #426AE0;
	}
	
	.medical-features-grid .medical-feature p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	}
	
	/* 口腔产品概览 */
	.oral-product-overview {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	align-items: center;
	}
	
	.oral-product-overview .oral-image {
	flex: 1;
	}
	
	.oral-product-overview .oral-image img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	}
	
	.oral-product-overview .oral-benefits {
	flex: 1;
	}
	
	/* 口腔产品功效 */
	.oral-effects .effects-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	}
	
	.oral-effects .effects-list li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	line-height: 1.6;
	color: #666;
	}
	
	.oral-effects .effects-list li:before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #426AE0;
	font-weight: bold;
	}
	
	/* 响应式设计 */
	@media (max-width: 768px) {
	.page-header {
		padding: 40px 20px 30px;
	}
	
	.page-header .main-title {
		font-size: 28px;
	}
	
	.page-header .subtitle {
		font-size: 16px;
	}
	
	.product-nav {
		gap: 8px;
	}
	
	.nav-btn {
		padding: 6px 12px;
		font-size: 12px;
	}
	
	.product-section {
		padding: 20px;
	}
	
	.product-section .product-header h2 {
		font-size: 24px;
	}
	
	.product-overview,
	.oral-product-overview {
		flex-direction: column;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
	}
	
	.advantages-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.medical-features-grid {
		grid-template-columns: 1fr;
	}
}

/* 鏂伴椈涓績鏍囩鏍峰紡 - 绠€绾﹂鏍� */
.tabs-wrap {
	width: 100%;
	margin-bottom: 2.5rem;
	position: relative;
}

.tabs {
	display: flex;
	justify-content: center;
	gap: 0;
	width: 100%;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
}

.tab {
	padding: 1rem 2rem;
	border: none;
	border-right: 1px solid #e9ecef;
	cursor: pointer;
	font-weight: 500;
	color: #6c757d;
	position: relative;
	font-size: 1rem;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
	flex: 1;
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	transition: none !important;
	transform: none !important;
	filter: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-o-filter: none !important;
}

.tab:last-child {
	border-right: none;
}

.tab:hover {
	color: #426ae0;
	border-color: #426ae0;
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	transition: none !important;
	transform: none !important;
	filter: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-o-filter: none !important;
}

.tab.active {
	color: #426ae0;
	border-color: #426ae0;
	font-weight: 600;
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
	outline: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	transition: none !important;
	transform: none !important;
	filter: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-o-filter: none !important;
}

/* 鏂伴椈涓績缃戞牸甯冨眬鏍峰紡 */
.news-grid {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2rem;
	width: 100%;
}

.news-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: stretch;
	min-height: 200px;
}

.news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.news-card .news-cover {
	margin: 0 !important;
	overflow: hidden;
	width: 300px;
	flex-shrink: 0;
	position: relative;
	display: block;
}

.news-card .news-cover img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform 0.3s ease;
	display: block;
	margin: 0 !important;
}

.news-card:hover .news-cover img {
	transform: scale(1.05);
}

.news-card .news-meta {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-card .date {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 0.8rem;
	font-weight: 500;
}

.news-card .title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 1rem;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card .excerpt {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card .button {
	text-decoration: none;
	display: inline-block;
	margin-top: auto;
	align-self: flex-start;
}

.news-card .btn {
	background: linear-gradient(135deg, #4269e0 0%, #70aaf6 100%);
	border: none;
	color: white;
	padding: 0.6rem 1.2rem;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.news-card .btn:hover {
	background: linear-gradient(135deg, #3a5bc7 0%, #5a9ae8 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(66, 105, 224, 0.3);
}

/* 鍝嶅簲寮忚璁� */
@media (max-width: 768px) {
	.tabs-wrap {
		margin-bottom: 2rem;
	}
	
	.tab {
		padding: 0.8rem 1.5rem;
		font-size: 0.9rem;
	}
	
	.news-grid {
		gap: 1.5rem;
		margin-top: 1.5rem;
	}
	
	.news-card {
		flex-direction: column;
		min-height: auto;
	}
	
	.news-card .news-cover {
		width: 100% !important;
		height: 180px !important;
		margin: 0 !important;
	}
	
	.news-card .news-meta {
		padding: 1.2rem;
	}
	
	.news-card .title {
		font-size: 1.1rem;
	}
	
	.news-card .excerpt {
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.tabs-wrap {
		margin-bottom: 1.5rem;
	}
	
	.tab {
		padding: 0.6rem 1rem;
		font-size: 0.8rem;
	}
	
	.news-grid {
		gap: 1rem;
		margin-top: 1rem;
	}
	
	.news-card {
		flex-direction: column;
		min-height: auto;
	}
	
	.news-card .news-cover {
		width: 100% !important;
		height: 160px !important;
		margin: 0 !important;
	}
	
	.news-card .news-meta {
		padding: 1rem;
	}
	
	.news-card .title {
		font-size: 1rem;
	}
	
	.news-card .excerpt {
		font-size: 0.85rem;
	}
}