@charset "UTF-8";

:root {
	--bgcolor: #000028;
	--titlecolor: #000028;
	--textcolor: #000028;
	--bgcolor1: #04044d;
	--button-width: 35px;
	--menu-height: 16rem;
	--menu-height-max: 30rem;
	--menu-width-pct: 100%;
	--scrollbar-width: 18px;
	--scrollbar-bg: var(--color-white);
	--scrollbar-thumb-bg: #ccc;
	--options-menu-border: 1px solid var(--border-bgcolor);
}


/* '' */
.gallery-full .pagination ul,
.contact-list,
.social,
.list-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
/* #nav:after, */
.landing-page .w1:after,
#footer .footer-hold:after,
.gallery-video .pagination:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

.noaccess {
	display: none;
}


.about-us .link {
	display: none;
}

#header {
	z-index: 99;
}

#header.fixed {
	max-width: 1200px;
	margin: 0 auto;
}

.header-w {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: #ffffff;
	box-shadow: 0px 3px 5px 0px #BDBDBD;
}


.disw-header {
	background-color: #000028;
	align-items: stretch;
	font-size: 16px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: height 0.1s;
	z-index: 99;
	width: 100vw;
	max-width: 100%;
}

.disw-header>.disw-container {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto;
	align-items: center;
	width: 90%;
}

.menu-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1280px;
	width: 90%;
	margin: 0 auto;
}

.disw-top-links {
	padding: 25px 0;
	align-items: center;
	width: 100%;
}

.disw-top-links.none {
	display: none;
}

/* .disw-top-links, */
.disw-bottom-links {
	letter-spacing: 3.5px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

.disw-bottom-links a {
	color: #fff;
}

.menu-item-home {
	font-size: 16px;
	/* width: 365px; */
	white-space: nowrap;
}

.activedis.none {
	width: 0;
	padding: 0 !important;
	overflow: hidden;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1300px) {
	.disw-container {
		width: 90%;
		margin: 0 auto;
	}
}


#nav {
	overflow: visible;
	letter-spacing: 0;
}

#nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	/* right: 0; */
	width: 200px;
	background: #fff;
}

#nav ul ul li {
	float: none;
	width: 100%;
	padding: 0;
}

#nav>ul li {
	font-size: 14px;
}


#nav ul ul li:after {
	display: none;
}

#nav ul ul li a {
	display: block;
	padding: 16px 24px;
	/* border-bottom: 1px solid #ffff; */
}

#nav ul ul li a:hover {
	text-decoration: none;
	background: #ebebee;
}

.sub-menu:before {
	content: "";
	left: 2.75rem;
	background: #fff;
	height: 12px;
	position: absolute;
	top: -6px;
	transform: translateX(-50%) rotate(45deg);
	width: 12px;
}

#nav ul>li:first-child:after {
	display: none;
}

#nav ul>li:nth-last-child(n+5) ul {
	left: 0;
	right: auto;
}

#nav ul>li:nth-last-child(n+5) ul ul {
	left: 100%;
}

#nav ul>li>a {
	color: #000028cc;
	padding: 23px 20px;
}

.menu-item-has-children {
	padding: 0 !important;
	cursor: pointer;
}

.menu-item-has-children>div {
	padding: 23px 20px;
}

#nav ul>li>a:hover {
	text-decoration: none;
	}

#nav ul>li:hover>ul {
	display: block;
}

.drop {
	color: var(--textcolor);
	margin-left: 8px;
	transition: all 0.2s ease-in-out;
}

#nav ul>li:hover .drop {
	transform: rotate(180deg);
}

.contact{
	display: block;
}

.menu-item.active::before{
	position: absolute;
	content: '';
	width: calc(100% - 40px);
	height: 2px;
	background: #4DB6AC;
	bottom: 16px;
	left: 20px;
}





/* 站点脚部 */
.site-footer {
	background-color: var(--bgcolor);
	color: #ffffff;
}

/* 脚部主区域 */
.footer-main {
	padding: 60px 0 40px;
}

.footer-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-content {
	display: grid;
	grid-template-columns: 1fr 160px 160px 160px 160px;
	gap: 30px;
}

/* 脚部列 */
.footer-column {
	/* margin-bottom: 20px; */
}

.footer-heading {
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}

/* 脚部链接 */
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a,
.footer-links li {
	color: #ccc;
	text-decoration: none;
	font-size: 15px;
	transition: color 0.3s ease;
}

.footer-links a:hover {
	color: #0099ff;
}

/* 脚部底部 */
.footer-bottom {

	border-top: 1px solid #a0a0a0;
	padding: 20px 0;
}

.footer-bottom-content {
	display: flex;
	align-items: center;
}

.copyright p,
.copyright a {
	font-size: 14px;
	margin: 0;
	color: #ffffff;
}

/* 响应式设计 */
@media (max-width: 1024px) {
	.footer-content {
		grid-template-columns: 1fr 130px 130px 130px 130px;
	}
}

@media (max-width: 768px) {
	.menu-item{
		color: #fff;
	}
	
	.menu-item.active::before{
		display: none;
	}
	
	.footer-main {
		padding: 40px 0 30px;
	}

	.footer-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.footer-bottom-content {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.footer-main {
		display: none;
	}
}