@font-face {
	font-family: "Rubik, Rubik";
	/*src: url("../font/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");*/
	
	 src: url('../font/SourceHanSansSC-Regular-2.otf') format('opentype'); 
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body{
	margin: 0;
}
.top-nav {
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.mobile-hamburger {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1001;
	flex-direction: column;
	gap: 5px;
}

.mobile-hamburger span {
	width: 28px;
	height: 3px;
	background-color: #003255;
	border-radius: 2px;
	transition: all 0.3s ease;
}

/* 移动端侧边栏：默认隐藏 */
.mobile-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	width: 85%;
	max-width: 380px;
	height: 100vh;
	background-color: #ffffff;
	border-left: 1px solid #e0e0e0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	z-index: 1002;
	overflow-y: auto;
	padding-bottom: 30px;
}

/* 侧边栏激活（显示） */
.mobile-sidebar.active {
	transform: translateX(0);
}

/* 侧边栏头部 */
.sidebar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
}

.sidebar-logo {
	width: 140px;
	height: auto;
}

.sidebar-close {
	background: none;
	border: none;
	font-size: 28px;
	color: #003255;
	cursor: pointer;
	padding: 0 10px;
}

.sidebar-dropdown-trigger,
.sidebar-nav-link {
	display: block;
	padding: 15px 20px;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 18px;
	color: #003255;
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
}

.sidebar-nav-link:hover {
	color: #0071c5;
}

/* 侧边栏子菜单 */
.sidebar-nav-dropdown {
	display: none;
	background-color: #003255;
}

.sidebar-nav-dropdown h6 {
	padding: 15px 20px 5px;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.sidebar-nav-dropdown a {
	display: block;
	padding: 10px 30px;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav-dropdown a:hover {
	color: #0071c5;
	text-decoration: underline;
}

/* 侧边栏登录/注册 */
.sidebar-auth {
	padding: 15px 20px;
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

/* 侧边栏遮罩层 */
.sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.sidebar-overlay.active {
	display: block;
}

.dimasfgaf {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-left: 60px;
}

.shjuitpain {
	display: none;
	width: 100%;
	height: 130px;
	background-color: #142841;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav-container {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 15px 20px;
}

.nav-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}

.logo {
	width: 170px;
	height: auto;
}

.dropdown {
	position: relative;
}

.dropdown-trigger {
	background: none;
	border: none;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 14px;
	color: #003255;
	text-align: left;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: 80px;
}

.dropdown-trigger::after {
	content: "∨";
	font-size: 10px;
}

.dropdown-trigger.active::after {
	transform: rotate(180deg);
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-top: none;
	min-width: 200px;
	display: none;
	z-index: 999;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu a {
	display: block;
	padding: 10px 15px;
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu a:hover {
	background-color: #f5f5f5;
}

.nav-main {
	display: flex;
	gap: 30px;
}

.nav-item {
	height: 120px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.nav-link {
	margin-left: 89px;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 20px;
	color: #003255;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0;
}

.nav-link:hover {
	color: #0071c5;
}

.nav-item::after {
	content: "";
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	height: 10%;
	background-color: transparent;
	z-index: 1;
}


.nav-dropdown {
	position: absolute;
	top: 110%;
	left: 60px;
	background-color: #003255;
	min-width: 270px;
	display: none;
	z-index: 999;
}

.nav-item:hover .nav-dropdown {
	display: block;
}

.nav-dropdown h6 {
	display: block;
	padding: 0px 15px;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	font-style: normal;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}

.nav-dropdown a {
	display: block;
	padding: 10px 15px;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

.nav-dropdown a:hover {
	color: #0071c5;
	text-decoration-line: underline;
}

.nav-right {
	font-size: 13px;
	margin-left: 150px;
}

.auth-link {
	color: #0071c5;
	text-decoration: none;
	font-weight: 600;
}

.auth-link:hover {
	text-decoration: underline;
}

.divider {
	color: #333333;
	margin: 0 5px;
}

.swipwrs {
	width: 100%;
	height: auto;
}

.slider-container {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.slider-wrapper {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slider-item {
	min-width: 100%;
	padding: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

.slider-arrow:hover {
	background: #00355F;
	color: white;
	border-color: #00355F;
}

.arrow-left {
	left: 147px;
}

.arrow-right {
	right: 147px;
}

.btn-try {
	background-color: #006BB7;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
	width: 160px;
	height: 50px;
	border-radius: 15px;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	transition: transform 0.3s ease;
	transform-origin: center;
}

.btn-try:hover {
	transform: scale(1.05);
	background-color: #006BB7;
}

.btn-trys {
	background-color: #003255;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
	width: 160px;
	height: 50px;
	border-radius: 15px;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	transition: transform 0.3s ease;
	transform-origin: center;
}

.btn-trys:hover {
	transform: scale(1.05);
	background-color: #003255;
}

.btn-quote {
	background-color: #1D1D1F;
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
}

.slider_roc {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.slider_rows {
	width: 80%;
	margin-left: 13%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.slidet_cliom {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.slidet_title {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #003255;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.sloif_icon {
	width: 644px;
	height: auto;
	margin-top: 29px;
	transition: transform 0.3s ease-in-out;
	transform-origin: center center;
}

.sloif_icon:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mke_left {
	margin-left: 100px;
}

.p1 {
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.9);
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin: 10px;
}

.p2 {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 20px;
	color: #003255;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin: 10px;
}

.slidet_row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-left: 16px;
	margin-top: 10px;
}

.carousel {
	width: 100%;
	background: #E5E5E6;
}

.carousels {
	width: 100%;
	background: #003255;
}

.carouselss {
	width: 100%;
	background: #E5E5E6;
}

.carouselsss {
	width: 100%;
	background: #fff;
}

.carousel-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 90px;
	padding-right: 90px;
	box-sizing: border-box;
}


.carousel-containers {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 90px;
	padding-right: 90px;
	box-sizing: border-box;
}


.carousel-slides {
	display: flex;
	flex-wrap: nowrap;
	transition: transform 0.5s ease-in-out;
	width: 100%;
	height: 100%;
}

.carousel-headerss {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-top: 2.5rem;
}

.carousel-headerss h2 {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 56px;
	color: #FFFCFC;
	text-align: left;
	margin: 0;
}

.carousel-headersss {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-top: 2.5rem;
}

.carousel-headersss h2 {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 56px;
	color: #003255;
	text-align: left;
	margin: 0;
}


.carousel-headers {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-top: 2.5rem;
}

.carousel-headers h2 {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #FFFCFC;
	text-align: left;
}

.carousel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-top: 2.5rem;
}

.carousel-header h2 {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #003255;
	text-align: left;
}

.explore-more {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 20px;
	color: #003255;
	text-align: left;
	text-decoration-line: underline;
	transition: transform 0.3s ease;
	transform-origin: center;
}

.explore-more:hover {
	text-decoration: underline;
	transform: scale(1.1);
}

.explore-moress {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #FFFCFC;
	text-align: left;
	text-decoration-line: underline;
	transition: transform 0.3s ease;
	transform-origin: center;
	margin: 0;
}

.explore-moress:hover {
	text-decoration: underline;
	transform: scale(1.1);
}

.explore-moresss {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #003255;
	text-align: left;
	text-decoration-line: underline;
	transition: transform 0.3s ease;
	transform-origin: center;
	margin: 0;
}

.explore-moresss:hover {
	text-decoration: underline;
	transform: scale(1.1);
}


.explore-mores {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 20px;
	color: #FFFCFC;
	text-align: left;
	text-decoration-line: underline;
	transition: transform 0.3s ease;
	transform-origin: center;
}

.explore-mores:hover {
	text-decoration: underline;
	transform: scale(1.1);
}

.carousel-wrapper {
	overflow: hidden;
	position: relative;
}

.carousel-slide {
	flex: 0 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}

.slide-card {
	background-color: white;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	transform-origin: center;
}

.slide-card:hover {
	transform: scale(1.05);
}

.slide-card img {
	width: 100%;
	height: 199px;
	object-fit: cover;
}

.slide-content {
	padding: 1rem;
}

.slide-content h3 {
	color: #0a2463;
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
	margin: 0;
}

.slide-content p {
	color: #555;
	font-size: 0.85rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.download-btn {
	background-color: #003255;
	color: white;
	border: none;
	padding: 0.5rem 1rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 0.85rem;
	transition: background-color 0.3s;
}

.download-btn:hover {
	background-color: #003255;
}

.carousel-nav {
	position: absolute;
	top: 90%;
	width: 91%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
	}

.carousel-navs {
	position: absolute;
	top: 90%;
	width: 91%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.carousel-navs button {
	border: 1px none;
	pointer-events: all;
	transition: background-color 0.3s;
	background-color: transparent;
}

.carousel-nav button {
	border: 1px none;
	pointer-events: all;
	transition: background-color 0.3s;
	background-color: transparent;
}

.ins_icon {
	width: 18px;
	height: 40px;
	transition: transform 0.3s ease;
	transform-origin: center;
}

.ins_icon:hover {
	transform: scale(1.3);
}

.carousel-indicators {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
	padding-bottom: 3.5rem;
}

.indicator {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #ccc;
	cursor: pointer;
	transition: background-color 0.3s;
}

.indicator.active {
	background-color: #0a2463;
}

.featured_view {
	width: 100%;
	height: 360px;
	background: #003255;
}

.featured-events-container {
	background-color: #0a3d62;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 90px;
	box-sizing: border-box;
}

.events-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.events-header h2 {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #FFFCFC;
	margin: 0;
}

.browse-all-links {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #FFFCFC;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
	transition: transform 0.3s ease;
	transform-origin: center;
	margin: 0;
}

.browse-all-link {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 20px;
	color: #FFFCFC;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
	transition: transform 0.3s ease;
	transform-origin: center;
	margin: 0;
}

.browse-all-link:hover {
	text-decoration: underline;
	transform: scale(1.1);
}


.events-grid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding: 65px 15px;
	padding-top: 0;
	overflow: hidden;
}

.event-card {
	background-color: #ffffff;
	padding: 20px;
	min-width: 220px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	transform-origin: center;
	cursor: pointer;
	position: relative;
}

.event-card:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


.event-title {
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.learn-more-btn {
	background-color: #006BB7;
	color: #ffffff;
	border: none;
	border-radius: 19px;
	padding: 16px 16px;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	width: fit-content;
}

.learn-more-btn:hover {
	background-color: #1a5276;
}

.event-title-prev {
	border: 1px none;
	width: 160px;
	height: 50px;
	background: #006BB7;
	border-radius: 19px;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	bottom: -30px;
	left: 20%;
	box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}

.lints {
	width: 0px;
	height: 94px;
	border: 1px solid #FFFCFC;
}

.inmsats {
	margin-bottom: 10px;
}

/* 主容器 */
.video-section {
	background-color: #e5e5e5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 40px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

/* 左侧文本区域 */
.text-container {
	flex: 1;
	margin-right: 120px;
	max-width: 476px;
}

.text-container h2 {
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 30px;
	color: #003255;
	text-align: left;
}

.text-container p {
	font-family: 'Rubik, Rubik';
	font-weight: 500;
	font-size: 22px;
	color: #000000;
}

/* 按钮样式 */
.start-watching-btn {
	background-color: #003255;
	/* 深蓝色按钮 */
	color: #ffffff;
	border: none;
	border-radius: 19px;
	padding: 14px 18px;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: all 0.3s ease;
	transform-origin: center;
}

.start-watching-btn:hover {
	background-color: #003255;
	transform: scale(1.05);
}

/* 右侧视频播放区域 - 核心修改 */
.video-container {
	max-width: 830px;
	max-height: 464px;
}

.short-video {
	max-width: 830px;
	max-height: 464px;
	background: #000;
}

.cta-container {
	display: flex;
	gap: 56px;
	width: 85%;
	margin: 40px auto;
}

.card {
	flex: 1;
	padding-left: 62px;
	padding-top: 45px;
	padding-right: 68px;
	padding-bottom: 41px;
	box-sizing: border-box;
	color: #ffffff;
	transition: all 0.3s ease;
	transform-origin: center;
}

.card:hover {
	transform: scale(1.05);
}


.subscribe-card {
	background-color: #0071c5;
}

.expert-card {
	background-color: #003366;
}

.card h3 {
	height: 54px;
	font-family: 'Rubik, Rubik';
	font-weight: bold;
	font-size: 26px;
	color: #FFFCFC;
	margin: 0;
}

/* 分隔线 */
.divider {
	width: 50px;
	height: 2px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

/* 描述文本 */
.card p {
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 18px;
	color: #FFFCFC;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 3.5rem;
}

/* 订阅表单 */
.subscribe-form {
	display: flex;
	margin-top: 3.5rem;
}

.subscribe-form input {
	flex: 2;
	padding: 15px 15px;
	border: none;
	border-radius: 19px 0 0 19px;
	outline: none;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #939598;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.subscribe-btn {
	flex: 1;
	border: none;
	border-radius: 0 19px 19px 0;
	padding: 15px 15px;
	cursor: pointer;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	text-transform: none;
	background: #003255;
	transition: all 0.3s ease;
	transform-origin: center;
}

.subscribe-btn:hover {
	background-color: #002244;
	transform: scale(1.05);
}

/* 联系按钮 */
.contact-btn {
	background-color: #006BB7;
	border: none;
	border-radius: 19px;
	padding: 12px 15px;
	cursor: pointer;
	text-align: center;
	font-style: normal;
	text-transform: none;
	transition: all 0.3s ease;
	transform-origin: center;
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 2.5rem;
}

.contact-btn:hover {
	background-color: #002244;
	transform: scale(1.05);
}

/* 页脚容器 */
.site-footer {
	background-color: #003366;
	/* 深蓝色背景，与原图一致 */
	color: #ffffff;
	padding: 40px 20px;
}

.footer-container {
	max-width: 80%;
	margin: 0 auto;
}

/* 多列导航布局 */
.footer-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
}

.footer-column {
	flex: 1;
	min-width: 160px;
}

.footer-column h4 {
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 18px;
	color: #FFFCFC;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.footer-column ul {
	list-style: none;
	padding: 0;
}

.footer-column ul li {
	margin-bottom: 8px;
}

.footer-column ul li a {
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFCFC;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-column ul li a:hover {
	color: #cce5ff;
	text-decoration: underline;
}

/* 页脚底部区域 */
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}

.footer-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-logo {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

.footer-logo .logo-img {
	max-width: 170px;
	height: auto;
}

.copyright {
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFCFC;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 20px;
	margin-left: 40px;
}

.copyright a {
	font-family: 'Rubik, Rubik';
	font-weight: 400;
	font-size: 16px;
	color: #FFFCFC;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
	margin: 0 10px;
}

.copyright a:hover {
	text-decoration: underline;
}

.footer-right {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	font-size: 16px;
}

.footer-right span {
	margin-bottom: 10px;
}

.social-icons {
	display: flex;
	gap: 10px;
}

.social-icon {
	display: inline-block;
}

.social-icon img {
	width: 60px;
	height: 60px;
	border-radius: 4px;
}


/* 响应式适配 */
@media (max-width: 1680px) {
	.dimasfgaf {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 0;
	}

	.nav-link {
		margin-left: 60px;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 20px;
		color: #003255;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		text-transform: uppercase;
		padding: 5px 0;
	}

	.nav-link:hover {
		color: #0071c5;
	}

	.dropdown-trigger {
		background: none;
		border: none;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 14px;
		color: #003255;
		text-align: left;
		font-style: normal;
		text-transform: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 5px;
		margin-left: 20px;
	}

	.dropdown-trigger::after {
		content: "∨";
		font-size: 10px;
	}

	.dropdown-trigger.active::after {
		transform: rotate(180deg);
	}

	.event-card {
		background-color: #ffffff;
		padding: 20px;
		min-width: 220px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		transition: all 0.3s ease;
		transform-origin: center;
		cursor: pointer;
		position: relative;
		margin-bottom: 30px;
	}

	.event-card:hover {
		transform: scale(1.05);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	}

	/* 右侧视频播放区域 - 核心修改 */
	.video-container {
		max-width: 580px;
		max-height: 464px;
	}

	.short-video {
		max-width: 580px;
		max-height: 464px;
		background: #000;
	}

}

/* 响应式适配 */
@media (max-width: 1395px) {
	.dimasfgaf {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 0;
	}
	
	.nav-link {
		margin-left: 50px;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 20px;
		color: #003255;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		text-transform: uppercase;
		padding: 5px 0;
	}
	
	.nav-link:hover {
		color: #0071c5;
	}
	
	.dropdown-trigger {
		background: none;
		border: none;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 14px;
		color: #003255;
		text-align: left;
		font-style: normal;
		text-transform: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 5px;
		margin-left: 20px;
	}
	
	.dropdown-trigger::after {
		content: "∨";
		font-size: 10px;
	}
	
	.dropdown-trigger.active::after {
		transform: rotate(180deg);
	}
	
	.event-card {
		background-color: #ffffff;
		padding: 20px;
		min-width: 220px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		transition: all 0.3s ease;
		transform-origin: center;
		cursor: pointer;
		position: relative;
		margin-bottom: 30px;
	}
	
	.event-card:hover {
		transform: scale(1.05);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	}
	
	/* 右侧视频播放区域 - 核心修改 */
	.video-container {
		max-width: 580px;
		max-height: 464px;
	}
	
	.short-video {
		max-width: 580px;
		max-height: 464px;
		background: #000;
	}
}

/* 响应式适配 */
@media (max-width: 1325px) {
	.dimasfgaf {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 0;
	}
	
	.nav-link {
		margin-left: 40px;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 20px;
		color: #003255;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		text-transform: uppercase;
		padding: 5px 0;
	}
	
	.nav-link:hover {
		color: #0071c5;
	}
	
	.dropdown-trigger {
		background: none;
		border: none;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 14px;
		color: #003255;
		text-align: left;
		font-style: normal;
		text-transform: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 5px;
		margin-left: 20px;
	}
	
	.dropdown-trigger::after {
		content: "∨";
		font-size: 10px;
	}
	
	.dropdown-trigger.active::after {
		transform: rotate(180deg);
	}
	
	.event-card {
		background-color: #ffffff;
		padding: 20px;
		min-width: 220px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		transition: all 0.3s ease;
		transform-origin: center;
		cursor: pointer;
		position: relative;
		margin-bottom: 30px;
	}
	
	.event-card:hover {
		transform: scale(1.05);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	}
	
	/* 右侧视频播放区域 - 核心修改 */
	.video-container {
		max-width: 580px;
		max-height: 464px;
	}
	
	.short-video {
		max-width: 580px;
		max-height: 464px;
		background: #000;
	}
}

/* 响应式适配 */
@media (max-width: 1255px) {
	.dimasfgaf {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 0;
	}
	
	.nav-link {
		margin-left:30px;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 20px;
		color: #003255;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		text-transform: uppercase;
		padding: 5px 0;
	}
	
	.nav-link:hover {
		color: #0071c5;
	}
	
	.dropdown-trigger {
		background: none;
		border: none;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 14px;
		color: #003255;
		text-align: left;
		font-style: normal;
		text-transform: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 5px;
		margin-left: 20px;
	}
	
	.dropdown-trigger::after {
		content: "∨";
		font-size: 10px;
	}
	
	.dropdown-trigger.active::after {
		transform: rotate(180deg);
	}
	
	.event-card {
		background-color: #ffffff;
		padding: 20px;
		min-width: 220px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		transition: all 0.3s ease;
		transform-origin: center;
		cursor: pointer;
		position: relative;
		margin-bottom: 30px;
	}
	
	.event-card:hover {
		transform: scale(1.05);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	}
	
	/* 右侧视频播放区域 - 核心修改 */
	.video-container {
		max-width: 580px;
		max-height: 464px;
	}
	
	.short-video {
		max-width: 580px;
		max-height: 464px;
		background: #000;
	}
}

.dropdown-logo-link {
	display: none;
	transform: translateY(-50%);
}

/* 移动端Logo样式：尺寸适配 */
.dropdown-logo {
	width: 120px;
	height: auto;
	margin-top: 30px;
}

/* PC端 (>993px)：显示文字按钮，隐藏Logo */
@media (min-width: 994px) {
	.dropdown-trigger {
		display: flex !important;
		/* 强制显示文字按钮 */
	}

	.dropdown-logo-link {
		display: none !important;
		/* 隐藏Logo */
	}
}

/* 手机端 */
@media (max-width: 993px) {
	
	.mobile-hamburger {
		display: flex;
	}

	.dimasfgaf {
		display: none;
	}

	.nav-container {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 15px 20px;
	}

	.dropdown-trigger {
		margin-left: 0;
	}

	.shjuitpain {
		display: none !important;
	}

	.dropdown-trigger {
		display: none !important;
		/* 隐藏文字按钮 */
	}

	.dropdown-logo-link {
		display: flex !important;
	}

	.dropdown {
		position: relative;
		height: 30px;
	}

	/* 主容器 */
	.video-section {
		background-color: #e5e5e5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 0px;
	}

	/* 左侧文本区域 */
	.text-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-right: 0;
	}

	.text-container h2 {
		font-family: 'Rubik, Rubik';
		font-weight: bold;
		font-size: 20px;
		color: #003255;
		text-align: left;
	}

	.text-container p {
		font-family: 'Rubik, Rubik';
		font-weight: 500;
		font-size: 20px;
		color: #000000;
		margin: 0;
		margin-bottom: 20px;
		width: 80%;
		text-align: center;
	}

	/* 按钮样式 */
	.start-watching-btn {
		background-color: #003255;
		/* 深蓝色按钮 */
		color: #ffffff;
		border: none;
		border-radius: 19px;
		padding: 14px 18px;
		font-size: 14px;
		cursor: pointer;
		text-decoration: none;
		display: inline-block;
		transition: all 0.3s ease;
		transform-origin: center;
	}

	.start-watching-btn:hover {
		background-color: #003255;
		transform: scale(1.05);
	}

	/* 右侧视频播放区域 - 核心修改 */
	.video-container {
		width: 100%;
		height: auto;
	}

	.short-video {
		width: 100%;
		height: auto;
		background: #000;
	}

	.cta-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 40px auto;
	}

	.card {
		width: 90%;
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		box-sizing: border-box;
		color: #ffffff;
		transition: all 0.3s ease;
		transform-origin: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.card:hover {
		transform: scale(1.05);
	}

	.featured-events-container {
		background-color: #0a3d62;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		box-sizing: border-box;
	}

	.events-grid {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		flex-wrap: wrap;
		padding: 65px 15px;
		padding-top: 0;
		overflow: hidden;
	}

	.events-header {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 25px;
		box-sizing: border-box;
		margin-top: 30px;
	}
	
	/* 订阅表单 */
	.subscribe-form {
		display: flex;
		margin-top: 3.5rem;
		flex-direction: row;
		justify-content: center;
		width: 95%;
	}
	

	.subscribe-form input {
		flex: 2;
		padding: 0px 0px;
		border: none;
		border-radius: 19px 0 0 19px;
		outline: none;
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 16px;
		color: #939598;
		text-align: center;
		font-style: normal;
		text-transform: none;
	}

	.carousel-container {
		width: 100%;
		overflow: hidden;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.carousel-slide {
		flex: 0 0 auto;
		box-sizing: border-box;
		padding: 0 0px;
	}
	.carousel-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.5rem;
		padding-top: 2.5rem;
	}
	
	.carousel-header h2 {
		font-family: 'Rubik, Rubik';
		font-weight: bold;
		font-size: 20px;
		color: #003255;
		text-align: left;
		margin: 0;
	}
	
	.sloif_icon {
		width: 100%;
		height: auto;
		margin-top: 20px;
		transition: transform 0.3s ease-in-out;
		transform-origin: center center;
	}

	.sloif_icon:hover {
		transform: scale(1.1);
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	}
	.slider_roc {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mke_left {
		margin-left: 0px;
	}
	.slider_rows {
		width: 100%;
		margin-left: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.p1 {
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.9);
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin: 10px;
		width: 85%;
	}
	.slider-item {
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
		padding-left: 8px;
		padding-right: 9px;
		box-sizing: border-box;
	}
	
	.slidet_row {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 0px;
		margin-top: 10px;
	}
	.slider-arrow {
		position: absolute;
		top: 90%;
		transform: translateY(0%);
		width: 40px;
		height: 40px;
		border-radius: 50%;
		border: 1px solid #ccc;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 10;
		transition: all 0.3s ease;
	}
	
	.slider-arrow:hover {
		background: #00355F;
		color: white;
		border-color: #00355F;
	}
	
	
	
	.arrow-left {
		left: 100px;
	}
	
	.arrow-right {
		right: 100px;
	}
	.slidet_title {
		font-family: 'Rubik, Rubik';
		font-weight: bold;
		font-size: 20px;
		color: #003255;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 20px;
	}
	.p2 {
		font-family: 'Rubik, Rubik';
		font-weight: bold;
		font-size: 20px;
		color: #003255;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin: 0px;
	}
	.slider-wrapper {
		display: flex;
		transition: transform 0.5s ease-in-out;
		    padding-bottom: 100px;
		    box-sizing: border-box;
	}
	
	.events-header h2 {
		font-family: 'Rubik, Rubik';
		font-weight: bold;
		font-size: 20px;
		color: #FFFCFC;
		margin: 0;
	}
	
	.card h3 {
		height: 54px;
		font-family: 'Rubik, Rubik';
		font-weight: bold;
		font-size: 22px;
		color: #FFFCFC;
		margin: 0;
	}
	
	/* 描述文本 */
	.card p {
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 18px;
		color: #FFFCFC;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-top: 0;
	}
	
	.footer-columns{
		display: none;
	}
	
	.footer-bottom{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 0px;
	}
	.footer-logo {
		font-size: 16px;
		font-weight: 700;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.footer-logo .logo-img {
		max-width: 170px;
		height: auto;
	}
	
	.copyright {
		font-family: 'Rubik, Rubik';
		font-weight: 400;
		font-size: 16px;
		color: #FFFCFC;
		text-align: left;
		font-style: normal;
		text-transform: none;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	
	/* 页脚容器 */
	.site-footer {
		background-color: #003366;
		/* 深蓝色背景，与原图一致 */
		color: #ffffff;
		padding: 20px 20px;
	}
	
	.carousel-navs {
		position: absolute;
		top: 90%;
		width: 95%;
		display: flex;
		justify-content: space-between;
		transform: translateY(-50%);
		pointer-events: none;
		margin-left: 10px;
	}
	
	.carousel-navs button {
		border: 1px none;
		pointer-events: all;
		transition: background-color 0.3s;
		background-color: transparent;
	}
	
	.footer-right {
		display: flex;
		align-items: flex-end;
		gap: 15px;
		font-size: 16px;
		margin-top: 15px;
	}
	
	
}