/* font-awesome 已在 HTML head 中通过 CDN 加载，此处无需 @import */

/*
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html {
	--nav-height: 80px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* CSS */
.learn-more {
	display: inline-block;
	/* 让伪元素相对于自身定位 */
	position: relative;
	text-decoration: none;
	/* 去掉默认下划线 */
	color: #ffffff;
	/* 颜色可自行调整 */
	font-weight: 500;
	/* 其他样式按需添加 */
}

.learn-more::after {
	content: '';
	position: absolute;
	bottom: -6px;
	/* 距离文字底部 6px，可调整 */
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	/* 下划线长度为文字宽度的一半 */
	height: 2px;
	/* 下划线粗细 */
	background: #ffffff;
	/* 下划线颜色 */
	border-radius: 2px;
	/* 可选：圆角 */
	transition: width 0.3s ease;
	/* 可选：悬停动画 */
}

/* 可选：悬停时下划线变长，增加交互感 */
.learn-more:hover::after {
	width: 80%;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
textarea,
select {
	/* font-family: 'Source Sans Pro', sans-serif; */
	font-weight: 400;
	color: #919499;
	font-size: 14pt;
	line-height: 1.75em;
	letter-spacing: 0.025em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #484d55;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #3855a3;
	text-decoration: none;
}

a {
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	text-decoration: underline;
	color: #717479;
}

a:hover {
	text-decoration: none;
}

strong,
b {
	font-weight: 700;
	color: #484d55;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

em,
i {
	font-style: italic;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
	margin: 2em 0 2em 0;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

.nobr {
	white-space: nowrap;
}

br.clear {
	clear: both;
}

p,
ul,
ol,
dl,
table,
blockquote,
form {
	/* margin-bottom: 2em; */
}

/* Container */

.container {
	margin: 0 auto;
	max-width: 100%;
	width: 90vw;
}

@media screen and (max-width: 1680px) {

	.container {
		width: 70em;
	}

}

@media screen and (max-width: 1280px) {

	.container {
		width: 90vw;
	}

}

@media screen and (max-width: 980px) {

	.container {
		width: 90vw;
	}

}

@media screen and (max-width: 736px) {

	.container {
		width: 90vw;
	}

}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 8.3333333333%;
}

.row>.off-1 {
	margin-left: 8.3333333333%;
}

.row>.col-2 {
	width: 16.6666666667%;
}

.row>.off-2 {
	margin-left: 16.6666666667%;
}

.row>.col-3 {
	width: 25%;
}

.row>.off-3 {
	margin-left: 25%;
}

.row>.col-4 {
	width: 33.3333333333%;
}

.row>.off-4 {
	margin-left: 33.3333333333%;
}

.row>.col-5 {
	width: 41.6666666667%;
}

.row>.off-5 {
	margin-left: 41.6666666667%;
}

.row>.col-6 {
	width: 50%;
}

.row>.off-6 {
	margin-left: 50%;
}

.row>.col-7 {
	width: 58.3333333333%;
}

.row>.off-7 {
	margin-left: 58.3333333333%;
}

.row>.col-8 {
	width: 66.6666666667%;
}

.row>.off-8 {
	margin-left: 66.6666666667%;
}

.row>.col-9 {
	width: 75%;
}

.row>.off-9 {
	margin-left: 75%;
}

.row>.col-10 {
	width: 83.3333333333%;
}

.row>.off-10 {
	margin-left: 83.3333333333%;
}

.row>.col-11 {
	width: 91.6666666667%;
}

.row>.off-11 {
	margin-left: 91.6666666667%;
}

.row>.col-12 {
	width: 100%;
}

.row>.off-12 {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0px;
	margin-left: 0px;
}

.row.gtr-0>* {
	padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0px;
}

.row.gtr-25 {
	margin-top: -12.5px;
	margin-left: -12.5px;
}

.row.gtr-25>* {
	padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
	margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 12.5px;
}

.row.gtr-50 {
	margin-top: -25px;
	margin-left: -25px;
}

.row.gtr-50>* {
	padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
	margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 25px;
}

.row {
	margin-top: -50px;
	margin-left: -50px;
}

.row>* {
	padding: 50px 0 0 50px;
}

.row.gtr-uniform {
	margin-top: -50px;
}

.row.gtr-uniform>* {
	padding-top: 50px;
}

.row.gtr-150 {
	margin-top: -75px;
	margin-left: -75px;
}

.row.gtr-150>* {
	padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
	margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 75px;
}

.row.gtr-200 {
	margin-top: -100px;
	margin-left: -100px;
}

.row.gtr-200>* {
	padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
	margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 100px;
}

@media screen and (max-width: 1680px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xlarge {
		order: -1;
	}

	.row>.col-1-xlarge {
		width: 8.3333333333%;
	}

	.row>.off-1-xlarge {
		margin-left: 8.3333333333%;
	}

	.row>.col-2-xlarge {
		width: 16.6666666667%;
	}

	.row>.off-2-xlarge {
		margin-left: 16.6666666667%;
	}

	.row>.col-3-xlarge {
		width: 25%;
	}

	.row>.off-3-xlarge {
		margin-left: 25%;
	}

	.row>.col-4-xlarge {
		width: 33.3333333333%;
	}

	.row>.off-4-xlarge {
		margin-left: 33.3333333333%;
	}

	.row>.col-5-xlarge {
		width: 41.6666666667%;
	}

	.row>.off-5-xlarge {
		margin-left: 41.6666666667%;
	}

	.row>.col-6-xlarge {
		width: 50%;
	}

	.row>.off-6-xlarge {
		margin-left: 50%;
	}

	.row>.col-7-xlarge {
		width: 58.3333333333%;
	}

	.row>.off-7-xlarge {
		margin-left: 58.3333333333%;
	}

	.row>.col-8-xlarge {
		width: 66.6666666667%;
	}

	.row>.off-8-xlarge {
		margin-left: 66.6666666667%;
	}

	.row>.col-9-xlarge {
		width: 75%;
	}

	.row>.off-9-xlarge {
		margin-left: 75%;
	}

	.row>.col-10-xlarge {
		width: 83.3333333333%;
	}

	.row>.off-10-xlarge {
		margin-left: 83.3333333333%;
	}

	.row>.col-11-xlarge {
		width: 91.6666666667%;
	}

	.row>.off-11-xlarge {
		margin-left: 91.6666666667%;
	}

	.row>.col-12-xlarge {
		width: 100%;
	}

	.row>.off-12-xlarge {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -12.5px;
		margin-left: -12.5px;
	}

	.row.gtr-25>* {
		padding: 12.5px 0 0 12.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -12.5px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 12.5px;
	}

	.row.gtr-50 {
		margin-top: -25px;
		margin-left: -25px;
	}

	.row.gtr-50>* {
		padding: 25px 0 0 25px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -25px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 25px;
	}

	.row {
		margin-top: -50px;
		margin-left: -50px;
	}

	.row>* {
		padding: 50px 0 0 50px;
	}

	.row.gtr-uniform {
		margin-top: -50px;
	}

	.row.gtr-uniform>* {
		padding-top: 50px;
	}

	.row.gtr-150 {
		margin-top: -75px;
		margin-left: -75px;
	}

	.row.gtr-150>* {
		padding: 75px 0 0 75px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -75px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 75px;
	}

	.row.gtr-200 {
		margin-top: -100px;
		margin-left: -100px;
	}

	.row.gtr-200>* {
		padding: 100px 0 0 100px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -100px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 100px;
	}

}

@media screen and (max-width: 1280px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-large {
		order: -1;
	}

	.row>.col-1-large {
		width: 8.3333333333%;
	}

	.row>.off-1-large {
		margin-left: 8.3333333333%;
	}

	.row>.col-2-large {
		width: 16.6666666667%;
	}

	.row>.off-2-large {
		margin-left: 16.6666666667%;
	}

	.row>.col-3-large {
		width: 25%;
	}

	.row>.off-3-large {
		margin-left: 25%;
	}

	.row>.col-4-large {
		width: 33.3333333333%;
	}

	.row>.off-4-large {
		margin-left: 33.3333333333%;
	}

	.row>.col-5-large {
		width: 41.6666666667%;
	}

	.row>.off-5-large {
		margin-left: 41.6666666667%;
	}

	.row>.col-6-large {
		width: 50%;
	}

	.row>.off-6-large {
		margin-left: 50%;
	}

	.row>.col-7-large {
		width: 58.3333333333%;
	}

	.row>.off-7-large {
		margin-left: 58.3333333333%;
	}

	.row>.col-8-large {
		width: 66.6666666667%;
	}

	.row>.off-8-large {
		margin-left: 66.6666666667%;
	}

	.row>.col-9-large {
		width: 75%;
	}

	.row>.off-9-large {
		margin-left: 75%;
	}

	.row>.col-10-large {
		width: 83.3333333333%;
	}

	.row>.off-10-large {
		margin-left: 83.3333333333%;
	}

	.row>.col-11-large {
		width: 91.6666666667%;
	}

	.row>.off-11-large {
		margin-left: 91.6666666667%;
	}

	.row>.col-12-large {
		width: 100%;
	}

	.row>.off-12-large {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -8.75px;
		margin-left: -8.75px;
	}

	.row.gtr-25>* {
		padding: 8.75px 0 0 8.75px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -8.75px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 8.75px;
	}

	.row.gtr-50 {
		margin-top: -17.5px;
		margin-left: -17.5px;
	}

	.row.gtr-50>* {
		padding: 17.5px 0 0 17.5px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -17.5px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 17.5px;
	}

	.row {
		margin-top: -35px;
		margin-left: -35px;
	}

	.row>* {
		padding: 35px 0 0 35px;
	}

	.row.gtr-uniform {
		margin-top: -35px;
	}

	.row.gtr-uniform>* {
		padding-top: 35px;
	}

	.row.gtr-150 {
		margin-top: -52.5px;
		margin-left: -52.5px;
	}

	.row.gtr-150>* {
		padding: 52.5px 0 0 52.5px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -52.5px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 52.5px;
	}

	.row.gtr-200 {
		margin-top: -70px;
		margin-left: -70px;
	}

	.row.gtr-200>* {
		padding: 70px 0 0 70px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -70px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 70px;
	}

}

@media screen and (max-width: 980px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-medium {
		order: -1;
	}

	.row>.col-1-medium {
		width: 8.3333333333%;
	}

	.row>.off-1-medium {
		margin-left: 8.3333333333%;
	}

	.row>.col-2-medium {
		width: 16.6666666667%;
	}

	.row>.off-2-medium {
		margin-left: 16.6666666667%;
	}

	.row>.col-3-medium {
		width: 25%;
	}

	.row>.off-3-medium {
		margin-left: 25%;
	}

	.row>.col-4-medium {
		width: 33.3333333333%;
	}

	.row>.off-4-medium {
		margin-left: 33.3333333333%;
	}

	.row>.col-5-medium {
		width: 41.6666666667%;
	}

	.row>.off-5-medium {
		margin-left: 41.6666666667%;
	}

	.row>.col-6-medium {
		width: 50%;
	}

	.row>.off-6-medium {
		margin-left: 50%;
	}

	.row>.col-7-medium {
		width: 58.3333333333%;
	}

	.row>.off-7-medium {
		margin-left: 58.3333333333%;
	}

	.row>.col-8-medium {
		width: 66.6666666667%;
	}

	.row>.off-8-medium {
		margin-left: 66.6666666667%;
	}

	.row>.col-9-medium {
		width: 75%;
	}

	.row>.off-9-medium {
		margin-left: 75%;
	}

	.row>.col-10-medium {
		width: 83.3333333333%;
	}

	.row>.off-10-medium {
		margin-left: 83.3333333333%;
	}

	.row>.col-11-medium {
		width: 91.6666666667%;
	}

	.row>.off-11-medium {
		margin-left: 91.6666666667%;
	}

	.row>.col-12-medium {
		width: 100%;
	}

	.row>.off-12-medium {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -12.5px;
		margin-left: -12.5px;
	}

	.row.gtr-25>* {
		padding: 12.5px 0 0 12.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -12.5px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 12.5px;
	}

	.row.gtr-50 {
		margin-top: -25px;
		margin-left: -25px;
	}

	.row.gtr-50>* {
		padding: 25px 0 0 25px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -25px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 25px;
	}

	.row {
		margin-top: -50px;
		margin-left: -50px;
	}

	.row>* {
		padding: 50px 0 0 50px;
	}

	.row.gtr-uniform {
		margin-top: -50px;
	}

	.row.gtr-uniform>* {
		padding-top: 50px;
	}

	.row.gtr-150 {
		margin-top: -75px;
		margin-left: -75px;
	}

	.row.gtr-150>* {
		padding: 75px 0 0 75px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -75px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 75px;
	}

	.row.gtr-200 {
		margin-top: -100px;
		margin-left: -100px;
	}

	.row.gtr-200>* {
		padding: 100px 0 0 100px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -100px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 100px;
	}

}

@media screen and (max-width: 736px) {

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-small {
		order: -1;
	}

	.row>.col-1-small {
		width: 8.3333333333%;
	}

	.row>.off-1-small {
		margin-left: 8.3333333333%;
	}

	.row>.col-2-small {
		width: 16.6666666667%;
	}

	.row>.off-2-small {
		margin-left: 16.6666666667%;
	}

	.row>.col-3-small {
		width: 25%;
	}

	.row>.off-3-small {
		margin-left: 25%;
	}

	.row>.col-4-small {
		width: 33.3333333333%;
	}

	.row>.off-4-small {
		margin-left: 33.3333333333%;
	}

	.row>.col-5-small {
		width: 41.6666666667%;
	}

	.row>.off-5-small {
		margin-left: 41.6666666667%;
	}

	.row>.col-6-small {
		width: 50%;
	}

	.row>.off-6-small {
		margin-left: 50%;
	}

	.row>.col-7-small {
		width: 58.3333333333%;
	}

	.row>.off-7-small {
		margin-left: 58.3333333333%;
	}

	.row>.col-8-small {
		width: 66.6666666667%;
	}

	.row>.off-8-small {
		margin-left: 66.6666666667%;
	}

	.row>.col-9-small {
		width: 75%;
	}

	.row>.off-9-small {
		margin-left: 75%;
	}

	.row>.col-10-small {
		width: 83.3333333333%;
	}

	.row>.off-10-small {
		margin-left: 83.3333333333%;
	}

	.row>.col-11-small {
		width: 91.6666666667%;
	}

	.row>.off-11-small {
		margin-left: 91.6666666667%;
	}

	.row>.col-12-small {
		width: 100%;
	}

	.row>.off-12-small {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0px;
		margin-left: 0px;
	}

	.row.gtr-0>* {
		padding: 0px 0 0 0px;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0px;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0px;
	}

	.row.gtr-25 {
		margin-top: -7.5px;
		margin-left: -7.5px;
	}

	.row.gtr-25>* {
		padding: 7.5px 0 0 7.5px;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -7.5px;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 7.5px;
	}

	.row.gtr-50 {
		margin-top: -15px;
		margin-left: -15px;
	}

	.row.gtr-50>* {
		padding: 15px 0 0 15px;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -15px;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 15px;
	}

	.row {
		margin-top: -30px;
		margin-left: -30px;
	}

	.row>* {
		padding: 30px 0 0 30px;
	}

	.row.gtr-uniform {
		margin-top: -30px;
	}

	.row.gtr-uniform>* {
		padding-top: 30px;
	}

	.row.gtr-150 {
		margin-top: -45px;
		margin-left: -45px;
	}

	.row.gtr-150>* {
		padding: 45px 0 0 45px;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -45px;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 45px;
	}

	.row.gtr-200 {
		margin-top: -60px;
		margin-left: -60px;
	}

	.row.gtr-200>* {
		padding: 60px 0 0 60px;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -60px;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 60px;
	}

}

/* Section/Article */

section,
article {
	margin: 0 0 0em 0;
}

section> :last-child,
article> :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

header.style1 {
	text-align: center;
	padding: 3em 0 3em 0;
}

header.style1 h2 {
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 0.075em;
	line-height: 1.5em;
}

header.style1 p {
	color: #b1b4b9;
	display: block;
	margin: 1.15em 0 0 0;
	font-size: 1.3em;
	letter-spacing: 0.075em;
	line-height: 1.5em;
}

/* Table */

table {
	width: 100%;
}

table.default {
	width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	text-align: left;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
	background: #484d55;
	color: #fff;
}

table.default tfoot {
	background: #eee;
}

/* Form */

form label {
	display: block;
	font-weight: 700;
	color: #484d55;
	margin: 0.25em 0 0.5em 0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-appearance: none;
	display: block;
	border: 0;
	background: #eee;
	box-shadow: inset 0px 0px 1px 0px #a0a1a7;
	border-radius: 0.35em;
	width: 100%;
	padding: 0.75em 1em 0.75em 1em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	background: #f8f8f8;
}

form input[type="text"],
form input[type="email"] input[type="password"] {
	line-height: 1em;
}

form select {
	line-height: 1em;
}

form textarea {
	min-height: 8em;
}

form ul.actions {
	margin-top: 0;
}

form ::-webkit-input-placeholder {
	color: #555 !important;
	font-style: italic;
	line-height: 1.35em;
}

form :-moz-placeholder {
	color: #555 !important;
	font-style: italic;
}

form ::-moz-placeholder {
	color: #555 !important;
	font-style: italic;
}

form :-ms-input-placeholder {
	color: #555 !important;
	font-style: italic;
}

form ::-moz-focus-inner {
	border: 0;
}

/* Image */

.image {
	display: inline-block;
}

.image img {
	display: block;
	width: 100%;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: inline-block;
	background: #444;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.25em;
	text-decoration: none;
	border-radius: 0.35em;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 0 2.25em 0 2.25em;
	font-size: 0.9em;
	/* min-width: 12em; */
	height: 4em;
	line-height: 4em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	/* background-color: #b4c2e9; */
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
	font-size: 1em;
	min-width: 14em;
}

input[type="button"].style1,
input[type="submit"].style1,
input[type="reset"].style1,
button.style1,
.button.style1 {
	background: #4f7edf url("images/overlay.png");
	color: #fff;
}

input[type="button"].style1:hover,
input[type="submit"].style1:hover,
input[type="reset"].style1:hover,
button.style1:hover,
.button.style1:hover {
	background-color: #f98780;
}

input[type="button"].style1:active,
input[type="submit"].style1:active,
input[type="reset"].style1:active,
button.style1:active,
.button.style1:active {
	background-color: #d96760;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
button.style2,
.button.style2 {
	background: none;
	color: #606167;
	box-shadow: inset 0px 0px 2px 0px #a0a1a7;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
button.style2:hover,
.button.style2:hover {
	box-shadow: inset 0px 0px 2px 0px #606167;
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active,
button.style2:active,
.button.style2:active {
	box-shadow: inset 0px 0px 2px 0px #202127;
}

input[type="button"].style3,
input[type="submit"].style3,
input[type="reset"].style3,
button.style3,
.button.style3 {
	background: #2f333b url("images/overlay.png");
	color: #fff;
}

input[type="button"].style3:hover,
input[type="submit"].style3:hover,
input[type="reset"].style3:hover,
button.style3:hover,
.button.style3:hover {
	background-color: #3f434b;
}

input[type="button"].style3:active,
input[type="submit"].style3:active,
input[type="reset"].style3:active,
button.style3:active,
.button.style3:active {
	background-color: #1f232b;
}

/* List */

ul {
	list-style: disc;
	padding-left: 1em;
}

ul li {
	padding-left: 0em;
}

ul.style2 {
	list-style: none;
	padding-left: 0;
}

ul.style2 li {
	border-top: solid 1px #eee;
	padding: 1.5em 0 0 0;
	margin: 1.5em 0 0 0;
}

ul.style2 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

ul.style3 {
	list-style: none;
	padding-left: 0;
}

ul.style3 li {
	border-top: solid 1px #eee;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
}

ul.style3 li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

ol {
	list-style: decimal;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

/* Actions */

ul.actions {
	list-style: none;
	padding-left: 0;
	margin: 3em 0 0 0;
}

ul.actions li {
	display: inline-block;
	margin: 0 0.75em 0 0.75em;
	padding-left: 0;
}

ul.actions li:first-child {
	margin-left: 0;
}

ul.actions li:last-child {
	margin-right: 0;
}

ul.actions.special {
	text-align: center;
}

/* Feature List */

.feature-list {
	max-width: 90em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0.75em;
}

.feature-list section {
	border-top: solid 1px #eee;
	padding-top: 3em;
	/* padding-left: 5em; */
	position: relative;
}

@media screen and (min-width: 981px) {

	.feature-list>.row> :nth-child(-n + 2)>section {
		border-top: 0;
		padding-top: 0;
	}

}

#features .feature-list p {
	text-align: justify;
}

.feature-list h3 {
	color: #4f7edf !important;
	margin: -0.35em 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}

/* .feature-list h3:before {
	display: block;
	color: #fff;
	background: #2f333b url("images/overlay.png");
	border-radius: 2.5em;
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	margin-right: 0.75em;
	position: absolute;
	left: 0;
	margin-top: -0.5em;
} */

.feature-list.small section {
	padding-left: 3.5em;
}

.feature-list.small h3:before {
	font-size: 0.8em;
}

/* Icons */

.icon {
	text-decoration: none;
}

/* .icon:before {
	display: inline-block;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} */

.icon>.label {
	display: none;
}

/* Box */

.box header {
	margin: 0 0 1.5em 0;
}

.box header.style1 {
	position: relative;
	margin: -0.5em 0 0 0;
	padding-top: 0;
}

.box h2 {
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}

.box h3 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.box.post-excerpt .image.left {
	position: relative;
	top: 0.5em;
	width: 5em;
}

.box.post-excerpt h3,
.box.post-excerpt p {
	margin-left: 7em;
}

/* Wrapper */

.wrapper {
	position: relative;
	padding: 4em 0 10em 0;
}

.wrapper .title {
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	letter-spacing: 0.25em;
	font-size: 1.25em;
	width: 25em;
	height: 3.25em;
	top: -3.25em;
	line-height: 3.25em;
	margin-bottom: -3.25em;
	margin-left: -12.5em;
	padding-top: 0.5em;
}

.wrapper .title:before {
	content: '';
	position: absolute;
	bottom: -38px;
	left: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow.png");
}

.wrapper .title:after {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	content: '';
	position: absolute;
	bottom: -38px;
	right: -35px;
	width: 35px;
	height: 38px;
	background: url("images/shadow.png");
}

.wrapper.style1 {
	/* background: #4f7edf url("images/overlay.png"); */
	/* background: linear-gradient(135deg, #4f7edf 0%, #45b2f3 100%); */
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
}

.wrapper.style1 .title {
	background: linear-gradient(135deg, #538ae3 0%, #4a96e8 100%);
	color: #fff;
}

.wrapper.style1 h1,
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6,
.wrapper.style1 strong,
.wrapper.style1 b,
.wrapper.style1 a {
	color: #fff;
}

.wrapper.style2 {
	background: #fff;
}

.wrapper.style2 .title {
	background: #fff;
	color: #484d55;
}

.wrapper.style3 {
	background: #f3f3f3 url("images/overlay.png");
}

.wrapper.style3 .title {
	background: #f3f3f3 url("images/overlay.png");
	color: #484d55;
}

.wrapper.style3 .image {
	border: solid 10px #fff;
}

/* Page Wrapper */

#page-wrapper>section {
	margin-bottom: 0;
	/* margin-top: 3em; */
}

/* Header */

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	height: 24em;
	background: url("../../images/banner.jpg") center center;
	background-size: cover;
	padding: 0;
}

#header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url("../../images/header1.jpg"); */
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

.homepage #header {
	height: 35em;
}

/* Logo */

#logo {
	width: 100%;
	text-align: center;
	position: relative;
	top: -3.3em;
}

#logo h1 {
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	font-size: 2em;
	letter-spacing: 0.25em;
}

#logo p {
	color: #000;
	/* color: rgba(255, 255, 255, 0.5); */
	text-transform: uppercase;
	margin: 1.25em 0 0 0;
	display: block;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

/* Nav */

#nav {
	position: absolute;
	display: block;
	top: 2.5em;
	left: 0;
	width: 100%;
	text-align: center;
}

#nav>ul {
	/* display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.75);
			padding: 0 1.5em 0 1.5em; */
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.75), inset 0 1px 0 0 rgba(0, 0, 0, 0.75);
	padding: 0 1.5em 0 1.5em;
}

#nav>ul>li {
	display: inline-block;
	text-align: center;
	padding: 0 1.5em 0 1.5em;
}

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

#nav>ul>li>a,
#nav>ul>li>span {
	display: block;
	color: #000000;
	/* color: rgba(255, 255, 255, 0.75); */
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	height: 5em;
	line-height: 5em;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	outline: 0;
}

#nav>ul>li:hover>a {
	color: #385ba4;
}

#nav>ul>li.active>a,
#nav>ul>li.active>span {
	color: #385ba4;
}

.dropotron {
	background: #222835 url("images/overlay.png");
	background-color: rgba(44, 50, 63, 0.925);
	padding: 1.25em 1em 1.25em 1em;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
	min-width: 12em;
	text-align: left;
	margin-top: -1.25em;
	margin-left: -1px;
	list-style: none;
}

.dropotron.level-0 {
	margin-top: -1px;
	margin-left: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropotron a,
.dropotron span {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	display: block;
	color: #eee;
	color: rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	letter-spacing: 0.25em;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	line-height: 3em;
}

.dropotron li {
	padding-left: 0;
}

.dropotron li:first-child a,
.dropotron li:first-child span {
	border-top: 0;
}

.dropotron li:hover>a,
.dropotron li:hover>span {
	color: #fff;
}

/* Intro */

#intro {
	padding-bottom: 8em;
	text-align: center;
}

#intro p.style1 {
	font-size: 1.5em;
	letter-spacing: 0.075em;
}

#intro p.style2 {
	font-weight: 700;
	color: #fff;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
	font-size: 2.75em;
	letter-spacing: 0.075em;
	line-height: 1.35em;
	padding: 1em 0 1em 0;
	margin-bottom: 1em;
}

#intro p.style2 a {
	color: inherit;
	text-decoration: none;
}

#intro p.style3 {
	font-size: 1.1em;
	width: 48em;
	margin: 0 auto;
}

/* Features */

#features header.style1 {
	padding-bottom: 5em;
}

#features ul.actions {
	margin-top: 5em;
}

/* News Section */

.news-wrapper {
	background: #fff;
}

.news-header {
	margin-bottom: 2em;
}

.news-title {
	font-size: 2em;
	font-weight: 700;
	color: #222;
	margin: 0;
}

.news-container {
	display: flex;
	gap: 2em;
	align-items: stretch;
}

.news-left {
	flex: 1.2;
	display: flex;
	align-items: flex-start;
}

.news-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #f3f3f3;
	border-radius: 12px;
	padding: 0em;
}

.news-list {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.news-featured {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.news-featured:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.news-featured .news-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	aspect-ratio: 16 / 7;
}

.news-featured .news-image::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.news-featured .news-image img {
	width: 100%;
	/* height: 100%; */
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-featured:hover .news-image img {
	transform: scale(1.05);
}

.news-featured h3 {
	font-size: 1.4em;
	font-weight: 600;
	color: #222;
	margin: 0;
	padding: 0.75em 18px 0.5em 18px;
	line-height: 1.4;
}

.news-featured h3 a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-featured h3 a:hover {
	color: #4f7edf;
}

.news-featured p {
	color: #666;
	font-size: 0.95em;
	line-height: 1.6;
	margin: 0;
	padding: 0em 18px;
}

.news-featured .news-date {
	display: block;
	padding: 0.75em 18px 0.5em 18px;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
}

.news-grid-item {
	display: flex;
	flex-direction: column;
}

.news-grid-item .news-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 0.75em;
}

.news-grid-item .news-image img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.news-grid-item:hover .news-image img {
	transform: scale(1.05);
}

.news-grid-item h4 {
	font-size: 0.95em;
	font-weight: 500;
	color: #222;
	margin: 0 0 0.5em 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-grid-item h4 a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-grid-item h4 a:hover {
	color: #4f7edf;
}

.news-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.news-list-item {
	display: flex;
	flex-direction: column;
	padding: 0.9em 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	background: transparent;
	transition: transform 0.2s ease;
}

.news-list-item:hover {
	transform: translateX(4px);
}

.news-list-item:last-child {
	/* border-bottom: none; */
}

.news-list-item .news-date {
	margin-bottom: 0.4em;
}

.news-list-item h4 {
	font-size: 0.98em;
	font-weight: 700;
	color: #222;
	margin: 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-list-item h4 a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-list-item h4 a:hover {
	color: #3855a3;
}

.news-date {
	font-size: 0.8em;
	color: #999;
}

.news-more-btn {
	display: inline-block;
	width: fit-content;
	color: #3855a3;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 500;
	transition: color 0.3s ease;
	align-self: flex-end;
	margin-top: 0.5em;
	background: transparent;
	padding: 0.5em 0;
}

.news-more-btn:hover {
	color: #2d4a8a;
	background: transparent;
}

@media screen and (max-width: 980px) {
	.news-container {
		flex-direction: column;
	}

	.news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 736px) {
	.news-wrapper {
		padding: 2em 0;
	}

	.news-title {
		font-size: 1.5em;
	}

	.news-grid {
		grid-template-columns: 1fr;
	}

	.news-grid-item .news-image img {
		height: 150px;
	}

	.news-featured h3 {
		font-size: 1.2em;
	}

	.news-more-btn {
		width: 100%;
		text-align: right;
	}
}

/* News Page Header */
.news-page-header-wrapper {
	padding: 6em 0;
	background: linear-gradient(135deg, #2e59a7 0%, #4f7edf 100%);
	color: #fff;
	text-align: center;
}

.page-header-content .page-title {
	font-size: 2.5em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
}

.page-header-content .page-subtitle {
	font-size: 1.1em;
	opacity: 0.9;
	margin: 0;
}

/* News Content */
.news-content-wrapper {
	padding: 4em 0;
	background: #f8f9fa;
}

.news-filter-bar {
	margin-bottom: 2em;
}

.filter-tabs {
	display: flex;
	gap: 1em;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.filter-tab {
	padding: 0.75em 1.5em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	cursor: pointer;
	font-size: 0.95em;
	color: #666;
	transition: all 0.3s ease;
}

.filter-tab:hover {
	border-color: #4f7edf;
	color: #4f7edf;
}

.filter-tab.active {
	background: #4f7edf;
	border-color: #4f7edf;
	color: #fff;
}

.news-card-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em;
}

.news-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.news-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.news-card-image {
	display: block;
	position: relative;
	overflow: hidden;
}

.news-card-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
	transform: scale(1.05);
}

.news-card-content {
	padding: 1.5em;
}

.news-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
}

.news-card-tag {
	display: inline-block;
	padding: 0.25em 0.75em;
	background: #e6f0ff;
	color: #4f7edf;
	font-size: 0.8em;
	border-radius: 4px;
}

.news-card-date {
	font-size: 0.85em;
	color: #999;
}

.news-card-title {
	font-size: 1.1em;
	font-weight: 600;
	color: #222;
	margin: 0 0 0.75em 0;
	line-height: 1.4;
}

.news-card-title a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-card-title a:hover {
	color: #4f7edf;
}

.news-card-desc {
	font-size: 0.9em;
	color: #666;
	line-height: 1.6;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-pagination {
	margin-top: 3em;
	text-align: center;
}

.pagination-list {
	display: inline-flex;
	gap: 0.25em;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination-item {
	padding: 0.5em 1em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.pagination-item:hover:not(.active) {
	border-color: #4f7edf;
	color: #4f7edf;
}

.pagination-item.active {
	background: #4f7edf;
	border-color: #4f7edf;
	color: #fff;
}

.pagination-item a {
	color: inherit;
	text-decoration: none;
	font-size: 0.95em;
}

@media screen and (max-width: 980px) {
	.news-card-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 736px) {
	.news-page-header-wrapper {
		padding: 4em 0;
	}

	.page-header-content .page-title {
		font-size: 1.8em;
	}

	.news-content-wrapper {
		padding: 2em 0;
	}

	.news-card-list {
		grid-template-columns: 1fr;
		gap: 1.5em;
	}

	.news-card-image img {
		height: 150px;
	}

	.filter-tabs {
		justify-content: center;
	}
}

/* Highlights */
News Page Header */ .news-page-header-wrapper {
	padding: 6em 0;
	background: linear-gradient(135deg, #2e59a7 0%, #4f7edf 100%);
	color: #fff;
	text-align: center;
}

.page-header-content .page-title {
	font-size: 2.5em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
}

.page-header-content .page-subtitle {
	font-size: 1.1em;
	opacity: 0.9;
	margin: 0;
}

/* News Content */

.news-content-wrapper {
	padding: 4em 0;
	background: #f8f9fa;
}

.news-filter-bar {
	margin-bottom: 2em;
}

.filter-tabs {
	display: flex;
	gap: 1em;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.filter-tab {
	padding: 0.75em 1.5em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 25px;
	cursor: pointer;
	font-size: 0.95em;
	color: #666;
	transition: all 0.3s ease;
}

.filter-tab:hover {
	border-color: #3855a3;
	color: #3855a3;
}

.filter-tab.active {
	background: #3855a3;
	border-color: #3855a3;
	color: #fff;
}

.news-card-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em;
}

.news-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.news-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.news-card-image {
	display: block;
	position: relative;
	overflow: hidden;
}

.news-card-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.news-card:hover .news-card-image img {
	transform: scale(1.05);
}

.news-card-content {
	padding: 1.5em;
}

.news-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
}

.news-card-tag {
	display: inline-block;
	padding: 0.25em 0.75em;
	background: #e6f0ff;
	color: #4f7edf;
	font-size: 0.8em;
	border-radius: 4px;
}

.news-card-date {
	font-size: 0.85em;
	color: #999;
}

.news-card-title {
	font-size: 1.1em;
	font-weight: 600;
	color: #222;
	margin: 0 0 0.75em 0;
	line-height: 1.4;
}

.news-card-title a {
	color: #222;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-card-title a:hover {
	color: #3855a3;
}

.news-card-desc {
	font-size: 0.9em;
	color: #666;
	line-height: 1.6;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-pagination {
	margin-top: 3em;
	text-align: center;
}

.pagination-list {
	display: inline-flex;
	gap: 0.25em;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination-item {
	padding: 0.5em 1em;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.pagination-item:hover:not(.active) {
	border-color: #4f7edf;
	color: #4f7edf;
}

.pagination-item.active {
	background: #4f7edf;
	border-color: #4f7edf;
	color: #fff;
}

.pagination-item a {
	color: inherit;
	text-decoration: none;
	font-size: 0.95em;
}

@media screen and (max-width: 980px) {
	.news-card-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 736px) {
	.news-page-header-wrapper {
		padding: 4em 0;
	}

	.page-header-content .page-title {
		font-size: 1.8em;
	}

	.news-content-wrapper {
		padding: 2em 0;
	}

	.news-card-list {
		grid-template-columns: 1fr;
		gap: 1.5em;
	}

	.news-card-image img {
		/* height: 150px; */
	}

	.filter-tabs {
		justify-content: center;
	}
}

/* Highlights */

#highlights .highlight {
	text-align: center;
}

#highlights .highlight h3 {
	color: #4f7edf;
	margin: 0 0 0.75em 0;
	font-size: 1.15em;
	letter-spacing: 0.05em;
}

/* Main */

/* Footer */

#footer {
	background: #3a5faa ;
	color: #eee;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 6em;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer strong,
#footer b,
#footer a {
	color: #fff;
}

#footer hr {
	border-top-color: #333;
	border-top-color: rgba(255, 255, 255, 0.05);
}

#footer form input[type="text"],
#footer form input[type="email"],
#footer form input[type="password"],
#footer form select,
#footer form textarea {
	background: #ccc;
	box-shadow: none;
}

#footer form input[type="text"]:focus,
#footer form input[type="email"]:focus,
#footer form input[type="password"]:focus,
#footer form select:focus,
#footer form textarea:focus {
	background: #fff;
}

#footer input[type="button"],
#footer input[type="submit"],
#footer input[type="reset"],
#footer button,
#footer .button {
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.5);
}

#footer input[type="button"]:hover,
#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer button:hover,
#footer .button:hover {
	color: #fff;
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.65);
}

#footer input[type="button"]:active,
#footer input[type="submit"]:active,
#footer input[type="reset"]:active,
#footer button:active,
#footer .button:active {
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}

#footer input[type="button"].style2:active,
#footer input[type="submit"].style2:active,
#footer input[type="reset"].style2:active,
#footer button.style2:active,
#footer .button.style2:active {
	box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.75);
}

#footer .title {
	background: #282b34 url("images/overlay.png");
	color: #eee;
}

#footer header.style1 {
	padding-bottom: 6em;
	margin-bottom: 6em;
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

#footer header.style1 h2 {
	color: #fff;
}

#footer header.style1 .p {
	color: inherit;
}

#footer .feature-list {
	max-width: 100%;
}

#footer .feature-list section {
	border-top-color: rgba(255, 255, 255, 0.05);
}

#footer .feature-list h3:before {
	background: #3d4249 url("images/overlay.png");
}

/* Copyright */

#copyright {
	text-align: center;
	/* padding-top: 6em; */
	/* margin-top: 6em; */
	border-top: solid 1px rgba(255, 255, 255, 0.05);
}

#copyright ul {
	display: inline-block;
	border-radius: 0.35em;
	box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
	color: #aaa;
	color: rgba(255, 255, 255, 0.25);
	padding: 0.75em 2em;
	font-size: 0.9em;
}

#copyright ul li {
	display: inline-block;
	margin-left: 1em;
	padding-left: 1em;
	border-left: solid 1px #333;
	border-left-color: rgba(255, 255, 255, 0.05);
}

#copyright ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#copyright a {
	color: inherit;
}

#copyright a:hover {
	color: #fff;
}

/* Business Panels (首页核心业务) - 已注释
#highlights .biz-header {
	text-align: center;
	margin-bottom: 3em;
}

#highlights .biz-header .biz-eyebrow {
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 0.35em;
	color: #3855a3;
	text-transform: uppercase;
	position: relative;
	padding: 0 1.25em;
}

#highlights .biz-header .biz-eyebrow:before,
#highlights .biz-header .biz-eyebrow:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2.5em;
	height: 1px;
	background: linear-gradient(90deg, transparent, #3855a3);
}

#highlights .biz-header .biz-eyebrow:before {
	right: 100%;
}

#highlights .biz-header .biz-eyebrow:after {
	left: 100%;
	background: linear-gradient(90deg, #3855a3, transparent);
}

#highlights .biz-header h2 {
	font-size: 2.2em;
	color: #2b2f36;
	margin: 0.35em 0 0.5em 0;
	letter-spacing: 0.1em;
}

#highlights .biz-header p {
	color: #8a8f97;
	font-size: 1em;
	margin: 0;
}

#highlights .biz-panels {
	display: flex;
	gap: 12px;
	height: 520px;
}

#highlights .biz-panel {
	position: relative;
	display: block;
	flex: 1;
	overflow: hidden;
	border-radius: 18px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 10px 30px rgba(20, 30, 60, 0.12);
	transition: flex 0.65s cubic-bezier(0.45, 0, 0.2, 1);
	will-change: flex;
	transform: translateZ(0);
}

#highlights .biz-panel .biz-panel-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
	filter: saturate(0.85);
}

#highlights .biz-panel:after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18, 26, 51, 0.15) 0%, rgba(18, 26, 51, 0.35) 55%, rgba(18, 26, 51, 0.82) 100%);
	transition: background 0.6s ease;
	z-index: 1;
}

#highlights .biz-panel .biz-panel-num {
	position: absolute;
	top: 1.2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	padding: 0.3em 0.9em;
	backdrop-filter: blur(4px);
	transition: all 0.5s ease;
}

#highlights .biz-panel .biz-panel-label {
	position: absolute;
	left: 50%;
	bottom: 1.5em;
	transform: translateX(-50%);
	z-index: 2;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 0.35em;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	transition: opacity 0.4s ease, transform 0.5s ease;
	white-space: nowrap;
}

#highlights .biz-panel .biz-panel-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 2em 1.8em 1.8em 1.8em;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.45s ease 0.18s, transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s;
	min-width: 300px;
	pointer-events: none;
}

#highlights .biz-panel .biz-panel-info h3 {
	color: #fff;
	font-size: 1.35em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

#highlights .biz-panel .biz-panel-info h3:before {
	display: none;
}

#highlights .biz-panel .biz-panel-info p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 0 0 1.2em 0;
}

#highlights .biz-panel .biz-panel-cta {
	display: inline-block;
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 0.55em 1.4em;
	border-radius: 999px;
	background: rgba(56, 85, 163, 0.9);
	box-shadow: 0 6px 18px rgba(56, 85, 163, 0.45);
	transition: background 0.3s ease, transform 0.3s ease;
}

#highlights .biz-panel .biz-panel-cta .fa {
	margin-left: 0.4em;
	font-size: 0.85em;
	transition: transform 0.3s ease;
}

#highlights .biz-panels:hover .biz-panel,
#highlights .biz-panels.has-open .biz-panel {
	flex: 0.7;
}

#highlights .biz-panels .biz-panel:hover,
#highlights .biz-panels .biz-panel.is-open {
	flex: 3.2;
	box-shadow: 0 18px 45px rgba(20, 30, 60, 0.28);
}

#highlights .biz-panel:hover .biz-panel-bg,
#highlights .biz-panel.is-open .biz-panel-bg {
	transform: scale(1.08);
	filter: saturate(1.05);
}

#highlights .biz-panel:hover:after,
#highlights .biz-panel.is-open:after {
	background: linear-gradient(180deg, rgba(18, 26, 51, 0) 0%, rgba(18, 26, 51, 0.2) 45%, rgba(18, 26, 51, 0.88) 100%);
}

#highlights .biz-panel:hover .biz-panel-num,
#highlights .biz-panel.is-open .biz-panel-num {
	left: 1.4em;
	transform: translateX(0);
	background: rgba(56, 85, 163, 0.85);
	border-color: transparent;
}

#highlights .biz-panel:hover .biz-panel-label,
#highlights .biz-panel.is-open .biz-panel-label {
	opacity: 0;
	transform: translateX(-50%) translateY(16px);
}

#highlights .biz-panel:hover .biz-panel-info,
#highlights .biz-panel.is-open .biz-panel-info {
	opacity: 1;
	transform: translateY(0);
}

#highlights .biz-panel.is-open .biz-panel-info {
	pointer-events: auto;
}

#highlights .biz-panel .biz-panel-cta:hover {
	background: #3855a3;
}

#highlights .biz-panel:hover .biz-panel-cta .fa,
#highlights .biz-panel.is-open .biz-panel-cta .fa {
	transform: translateX(4px);
}

@media screen and (max-width: 980px) {
	#highlights .biz-panels {
		flex-direction: column;
		height: auto;
		gap: 14px;
	}
	#highlights .biz-panel {
		height: 190px;
		flex: none !important;
		transition: height 0.5s cubic-bezier(0.45, 0, 0.2, 1);
	}
	#highlights .biz-panel.is-open {
		height: 260px;
	}
	#highlights .biz-panel.is-open .biz-panel-info h3 {
		margin-bottom: 0.4em;
	}
	#highlights .biz-panel.is-open .biz-panel-info p {
		display: block;
		margin: 0;
		padding-right: 8.5em;
	}
	#highlights .biz-panel .biz-panel-label {
		display: none;
	}
	#highlights .biz-panel .biz-panel-num {
		left: 1.4em;
		transform: none;
	}
	#highlights .biz-panel .biz-panel-info {
		opacity: 1;
		transform: none;
		min-width: 0;
		padding: 1.4em 1.4em 1.2em 1.4em;
		pointer-events: auto;
	}
	#highlights .biz-panel .biz-panel-info p {
		display: none;
	}
	#highlights .biz-panel .biz-panel-info h3 {
		margin-bottom: 0;
		font-size: 1.15em;
	}
	#highlights .biz-panel .biz-panel-cta {
		position: absolute;
		right: 1.4em;
		bottom: 1.2em;
	}
	#highlights .biz-panel:after {
		background: linear-gradient(180deg, rgba(18, 26, 51, 0.05) 0%, rgba(18, 26, 51, 0.3) 50%, rgba(18, 26, 51, 0.8) 100%);
	}
}
*/

/* ===== 旧样式已注释 =====
 Solutions Expert (整体解决方案专家)
#solutions {
	padding: 0 !important;
	background: linear-gradient(160deg, #0f2b3d 0%, #163d52 40%, #0d3a4a 100%);
}

#solutions .sol-content {
	display: flex;
	height: calc(100vh - var(--nav-height, 80px));
}

#solutions .sol-tabs-wrap {
	width: 380px;
	flex-shrink: 0;
	background: linear-gradient(160deg, #0f2b3d 0%, #163d52 40%, #0d3a4a 100%);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-self: stretch;
}

#solutions .sol-tabs-inner {
	width: 100%;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 1681px) {
	#solutions .sol-tabs-wrap {
		margin-left: calc((100% - 90em) / 2);
	}
}

@media screen and (min-width: 1281px) and (max-width: 1680px) {
	#solutions .sol-tabs-wrap {
		margin-left: calc((100% - 70em) / 2);
	}
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
	#solutions .sol-tabs-wrap {
		margin-left: 50px;
	}
}

#solutions .sol-tabs-wrap:before {
	content: '';
	position: absolute;
	top: 80px;
	right: -60px;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(0, 229, 208, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

#solutions .sol-tabs-wrap:after {
	content: '';
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	pointer-events: none;
}

#solutions .sol-tabs-heading {
	margin-bottom: 40px;
}

#solutions .sol-tabs-heading h2 {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	margin: 0 0 16px 0;
	letter-spacing: 0.08em;
	line-height: 1.3;
}

#solutions .sol-tabs-heading h2:before {
	display: none;
}

#solutions .sol-tabs-heading p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.95em;
	line-height: 1.8;
	margin: 0;
}

#solutions .sol-tabs-list {
	display: flex;
	flex-direction: column;
}

#solutions .sol-tab {
	position: relative;
	padding: 12px 0 12px 28px;
	cursor: pointer;
	font-size: 0.98em;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 400;
	letter-spacing: 0.05em;
	transition: color 0.2s ease, font-size 0.2s ease, font-weight 0.2s ease;
	line-height: 1.4;
}

#solutions .sol-tab:hover {
	color: rgba(255, 255, 255, 0.85);
}

#solutions .sol-tab.active {
	color: #fff;
	font-weight: 600;
	font-size: 1.02em;
}

#solutions .sol-tab.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 55%;
	background: linear-gradient(180deg, #6386ce, #6386ce);
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 229, 208, 0.5);
}

#solutions .sol-tab.active:after {
	content: '';
	position: absolute;
	left: 28px;
	bottom: 12px;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(0, 229, 208, 0.35), transparent);
}

#solutions .sol-slider {
	flex: 1;
	overflow: hidden;
	position: relative;
	min-width: 0;
	background: #0a1a24;
	height: 100%;
}

#solutions .sol-slider-track {
	display: flex;
	height: 100%;
	min-height: 100%;
	will-change: transform;
}

#solutions .sol-slider-track.dragging {
	transition: none !important;
	cursor: grab;
}

#solutions .sol-slider-track.dragging:active {
	cursor: grabbing;
}

#solutions .sol-slide {
	position: relative;
	flex: 0 0 calc(100% / 3.5);
	width: calc(100% / 3.5);
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#solutions .sol-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#solutions .sol-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
	filter: brightness(0.75);
	pointer-events: none;
}

#solutions .sol-slide-mask {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 26, 36, 0.15) 0%, rgba(10, 26, 36, 0.45) 50%, rgba(10, 26, 36, 0.82) 100%);
	z-index: 1;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

#solutions .sol-slide-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 1.4em 1.6em;
	color: #fff;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
	transition: opacity 0.4s ease;
	pointer-events: none;
}

#solutions .sol-slide-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 2em 2em 1.8em 2em;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease 0.1s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
	pointer-events: none;
}

#solutions .sol-slide-info h3 {
	color: #fff;
	font-size: 1.35em;
	font-weight: 700;
	margin: 0 0 0.5em 0;
	letter-spacing: 0.05em;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

#solutions .sol-slide-info h3:before {
	display: none;
}

#solutions .sol-slide-info p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.88em;
	line-height: 1.8;
	margin: 0 0 1.2em 0;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

#solutions .sol-slide-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	color: #0019a5;
	font-size: 0.85em;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0.4em 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
	pointer-events: auto;
	text-shadow: 0 1px 6px rgba(156, 179, 255, 0.5);
}

#solutions .sol-slide-cta:hover {
	color: #3855a3;
	border-bottom-color: #3855a3;
}

#solutions .sol-slide-cta i {
	font-size: 0.9em;
	transition: transform 0.3s ease;
}

#solutions .sol-slide-cta:hover i {
	transform: translateX(4px);
}

#solutions .sol-slide:hover .sol-slide-mask {
	opacity: 0;
}

#solutions .sol-slide:hover .sol-slide-title {
	opacity: 0;
}

#solutions .sol-slide:hover .sol-slide-info {
	opacity: 1;
	transform: translateY(0);
}

#solutions .sol-slide:hover img {
	filter: brightness(1) saturate(1.05);
	transform: scale(1.04);
}

@media screen and (max-width: 980px) {
	#solutions .sol-content {
		flex-direction: column;
	}

	#solutions .sol-tabs-wrap {
		width: 100%;
		padding: 30px 20px;
	}

	#solutions .sol-tabs-heading {
		margin-bottom: 24px;
	}

	#solutions .sol-tabs-heading h2 {
		font-size: 1.4em;
	}

	#solutions .sol-tabs-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0;
	}

	#solutions .sol-tab {
		padding: 10px 14px;
		font-size: 0.9em;
		flex: none;
	}

	#solutions .sol-tab.active:before {
		left: 50%;
		top: auto;
		bottom: 0;
		transform: translateX(-50%);
		width: 60%;
		height: 3px;
	}

	#solutions .sol-tab.active:after {
		display: none;
	}

	#solutions .sol-slider-track {
		min-height: 100%;
		height: 100%;
	}

	#solutions .sol-slide {
		flex: 0 0 calc(100% / 2.5);
		width: calc(100% / 2.5);
	}

	#solutions .sol-slide-title {
		padding: 1em 1.2em;
		font-size: 1em;
	}

	#solutions .sol-slide-info {
		padding: 1.2em 1.2em 1em 1.2em;
	}

	#solutions .sol-slide-info h3 {
		font-size: 1.1em;
	}

	#solutions .sol-slide-info p {
		font-size: 0.8em;
		margin-bottom: 0.8em;
	}

	#solutions .sol-slide-mask {
		opacity: 0;
	}

	#solutions .sol-slide-title {
		opacity: 0;
	}

	#solutions .sol-slide-info {
		opacity: 1;
		transform: translateY(0);
	}

	#solutions .sol-slide img {
		filter: brightness(1) saturate(1.05);
	}
}
===== 旧样式结束 ===== */

/* 产业与服务模块（参考 weiqiaocy.com） */
#solutions.industry-service {
	padding: 0 !important;
	background: #f7f8fa;
}

#solutions.industry-service .container {
	/* max-width: 1200px; */
	margin: 0 auto;
	/* padding: 0 40px; */
}

/* ===== 标题区 ===== */
.is-header {
	text-align: center;
	padding: 40px 0 40px;
}

.is-title-en {
	font-size: 1em;
	font-weight: 400;
	color: #999;
	letter-spacing: 0.3em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.is-title-cn {
	font-size: 2.4em;
	font-weight: 700;
	color: #1a3b5c;
	margin: 0 0 16px;
	line-height: 1;
}

.is-title-deco {
	color: #c9a96e;
	font-weight: 400;
	margin: 0 12px;
}

.is-subtitle {
	font-size: 0.95em;
	color: #777;
	line-height: 1.8;
	margin: 0;
	letter-spacing: 0.05em;
}

/* ===== 展示区整体 ===== */
.is-showcase {
	position: relative;
	width: 100%;
}

/* ===== 图片层叠展示区 ===== */
.is-stage {
	position: relative;
	width: 100%;
	/* 1140*427 精确比例 */
	aspect-ratio: 1140 / 427;
	overflow: hidden;
	background: #1a3b5c;
	margin-bottom: 60px;
}

.is-stage-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	/* 剪切展示：图片按容器比例裁切，保持中心区域 */
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 0.7s ease, transform 0.9s ease;
}

.is-stage-img.active {
	opacity: 1;
	transform: scale(1);
}

/* 图片底部渐变遮罩（保证信息浮层与导航条可读） */
.is-stage::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	pointer-events: none;
	z-index: 1;
}

/* 图片左下角信息浮层（跟随切换，上移避开底部导航条） */
.is-stage-info {
	position: absolute;
	left: 50px;
	bottom: 110px;
	z-index: 2;
	color: #fff;
	pointer-events: none;
}

.is-stage-tag {
	display: inline-block;
	font-size: 0.78em;
	letter-spacing: 0.25em;
	color: #c9a96e;
	font-weight: 600;
	margin-bottom: 12px;
	padding: 4px 14px;
	border: 1px solid rgba(201, 169, 110, 0.6);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(4px);
}

.is-stage-title {
	font-size: 2.2em;
	font-weight: 700;
	margin: 0;
	color: #fff;
	letter-spacing: 0.05em;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
	transition: opacity 0.4s ease;
}

/* ===== 底部透明导航条（悬浮在图片底部） ===== */
.is-tabs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	background: rgba(20, 35, 55, 0.2);
	backdrop-filter: blur(4px);
	z-index: 3;
}

.is-tab {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 12px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: background 0.4s ease, color 0.4s ease;
	overflow: hidden;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.is-tab::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.is-tab:first-child::before {
	display: none;
}

/* 透明导航项 hover / active 状态：蓝色渐变高亮 */
.is-tab::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(45, 108, 223, 0.25) 0%, rgba(45, 108, 223, 0.65) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 0;
}

.is-tab:hover::after,
.is-tab.active::after {
	opacity: 1;
}

.is-tab:hover,
.is-tab.active {
	color: #fff;
}

/* 顶部蓝色指示线 */
.is-tab.active {
	background: rgba(45, 108, 223, 0.18);
}

.is-tab.active::before {
	background: #2d6cdf;
	width: 100%;
	height: 3px;
	left: 0;
	top: 0;
	bottom: auto;
}

.is-tab>* {
	position: relative;
	z-index: 1;
}

.is-tab-cn {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 4px;
	letter-spacing: 0.05em;
}

.is-tab-en {
	font-size: 0.72em;
	letter-spacing: 0.1em;
	opacity: 0.75;
}

/* 注：滚动动画(.scroll-animate .animated)已在index.html内联样式中定义，此处不重复定义 */

/* ===== 响应式设计 ===== */
@media screen and (max-width: 980px) {
	#solutions.industry-service .container {
		padding: 0 20px;
	}

	.is-header {
		padding: 40px 0 24px;
	}

	.is-title-cn {
		font-size: 1.6em;
	}

	.is-stage-info {
		left: 24px;
		bottom: 90px;
	}

	.is-stage-title {
		font-size: 1.6em;
	}

	.is-tab {
		padding: 18px 8px;
	}

	.is-tab-cn {
		font-size: 0.9em;
	}

	.is-tab-en {
		font-size: 0.65em;
	}
}

@media screen and (max-width: 600px) {
	.is-title-cn {
		font-size: 1.4em;
	}

	.is-stage-info {
		left: 18px;
		bottom: 64px;
	}

	.is-stage-title {
		font-size: 1.3em;
	}

	.is-stage-tag {
		font-size: 0.68em;
		margin-bottom: 8px;
		padding: 3px 10px;
	}

	/* 移动端导航项只显示中文，避免拥挤 */
	.is-tab-en {
		display: none;
	}

	.is-tab {
		padding: 16px 4px;
	}

	.is-tab-cn {
		font-size: 0.82em;
	}
}

/* XLarge */

@media screen and (max-width: 1680px) {

	/* Basic */

	body,
	input,
	textarea,
	select {
		font-size: 12pt;
	}

}

/* Large */

@media screen and (max-width: 1280px) {

	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 11pt;
		line-height: 1.5em;
		letter-spacing: 0.015em;
	}


	/* Wrapper */

	.wrapper {
		padding: 3em 0 8em 0;
	}

	/* Logo */

	#logo {
		margin-top: -0.5em !important;
	}

	#logo h1 {
		font-size: 1.75em;
	}

	/* Intro */

	#intro {
		padding-bottom: 7em;
	}

	#intro p.style1 {
		font-size: 1.25em;
	}

	#intro p.style2 {
		font-size: 2.25em;
	}

	/* Footer */

	#footer {
		padding-bottom: 4em;
	}

	#footer header.style1 {
		padding-bottom: 4em;
		margin-bottom: 4em;
		border-bottom: solid 1px rgba(255, 255, 255, 0.05);
	}

	/* Copyright */

	#copyright {
		padding-top: 4em;
		margin-top: 4em;
	}

}

/* Medium */

@media screen and (max-width: 980px) {

	/* Section/Article */

	header br {
		display: none;
	}

	/* Form */

	form ul.actions {
		text-align: center;
	}

	/* Feature List */

	.feature-list {
		max-width: 40em;
	}

	.feature-list section {
		padding-top: 4em;
	}

	.feature-list>.row> :first-child>section {
		border-top: 0;
		padding-top: 0;
	}

	/* Nav */

	#nav {
		display: none;
	}

	/* Logo */

	#logo {
		top: 0;
	}

	/* Intro */

	#intro p.style3 {
		width: auto;
	}

	/* Footer */

	#footer .feature-list {
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		padding-top: 4em;
	}

}

@media screen and (max-width: 980px) and (min-width: 737px) {

	#footer .feature-list>.row> :nth-child(2)>section {
		border-top: 0;
		padding-top: 0;
	}

}

/* Small */

@media screen and (max-width: 736px) {

	/* Basic */

	body,
	input,
	select,
	textarea {
		line-height: 1.5em;
		font-size: 10.5pt;
		letter-spacing: 0;
	}

	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 1.2em;
		letter-spacing: 0.05em;
		margin: 0 0 1em 0;
	}

	hr {
		margin: 1em 0 1em 0;
	}

	/* Section/Article */

	section,
	article {
		clear: both;
	}

	header br {
		display: none;
	}

	header.style1 {
		padding: 0 0 1em 0;
	}

	header.style1 h2 {
		font-size: 1.5em;
		letter-spacing: 0.075em;
		line-height: 1.25em;
	}

	header.style1 p {
		font-size: 1em;
		letter-spacing: 0;
		display: block;
		margin: 0;
	}

	/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		display: block;
		width: 100%;
		font-size: 1em;
		max-width: 30em;
		/* margin: 0 auto; */
	}

	/* Actions */

	ul.actions {
		margin: 2em 0 0 0;
	}

	ul.actions li {
		margin: 15px 0 0 0;
		display: block;
	}

	ul.actions li:first-child {
		margin-top: 0;
	}

	/* Feature List */

	.feature-list section {
		padding-top: 2em;
		padding-left: 4em;
	}

	.feature-list h3:before {
		font-size: 0.9em;
	}

	/* Box */

	.box.post-excerpt .image.left {
		position: relative;
		top: 0.25em;
		width: 25%;
		margin: 0;
	}

	.box.post-excerpt h3,
	.box.post-excerpt p {
		margin-left: 32.5%;
	}

	/* Wrapper */

	.wrapper {
		padding: 3em 0 6em 0;
	}

	.wrapper .title {
		font-size: 0.9em;
		width: 18em;
		height: 2.5em;
		top: -2.5em;
		line-height: 2.5em;
		margin-bottom: -2.5em;
		margin-left: -9em;
		padding-top: 0.5em;
	}

	.wrapper .title:before,
	.wrapper .title:after {
		height: 15px;
		bottom: -15px;
		background-size: 100% 100%;
	}

	/* Header */

	#header {
		height: 17em;
	}

	.homepage #header {
		height: 20em;
	}

	/* Logo */

	#logo {
		text-align: center;
		padding-left: 2em;
		padding-right: 2em;
	}

	#logo h1 {
		font-size: 1.5em;
		letter-spacing: 0.2em;
	}

	#logo p {
		margin: 1.25em 0 0 0;
		display: block;
		letter-spacing: 0.2em;
		font-size: 0.9em;
	}

	/* Intro */

	#intro {
		text-align: center;
		padding-right: 2em;
		padding-left: 2em;
		padding-bottom: 5em;
		margin: 0 auto;
	}

	#intro p.style1 {
		margin-bottom: 1.5em;
	}

	#intro p.style2 {
		font-size: 1.5em;
		letter-spacing: 0.05em;
		line-height: 1.25em;
		padding: 1.25em;
	}

	/* Features */

	#features header.style1 {
		padding-bottom: 4em;
	}

	#features ul.actions {
		margin-top: 4em;
	}

	/* Content */

	#content {
		padding: 0 0 2em 0;
	}

	#content header.style1 {
		padding-bottom: 2.5em;
	}

	/* Footer */

	#footer {
		padding-bottom: 0;
	}

	#footer header.style1 {
		padding-bottom: 0;
		margin-bottom: 2em;
		border-bottom: 0;
	}

	#footer .feature-list {
		border-top: 0;
		padding-top: 0;
	}

	/* Copyright */

	#copyright {
		padding-top: 0;
		margin-top: 4em;
		border-top: 0;
	}

	#copyright ul {
		padding: 1em 2em;
		width: 100%;
	}

	#copyright ul li {
		display: block;
		margin: 0.5em 0 0 0;
		border-left: 0;
		padding: 0;
	}

	#copyright ul li:first-child {
		margin-top: 0;
	}

}

/* Stats Container */

.stats-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #ffffff;
	border-radius: 16px;
	padding: 2.5em 2em;
	margin: 2em 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border: 1px solid #e5e7eb;
}

.stat-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 1.5em;
}

.stat-number {
	/* font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif; */
	font-size: 2.5em;
	font-weight: 700;
	color: #4f7edf;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.stat-number::after {
	content: attr(data-suffix);
	font-size: 0.6em;
	margin-left: 0.1em;
}

.stat-label {
	font-size: 0.85em;
	color: #3b82f6;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.stat-divider {
	width: 1px;
	height: 4em;
	background: rgba(59, 130, 246, 0.3);
}

@media screen and (max-width: 736px) {
	.stats-container {
		flex-wrap: wrap;
		padding: 1.5em 1em;
	}

	.stat-item {
		flex: 0 0 45%;
		margin-bottom: 1.5em;
	}

	.stat-item:last-child {
		margin-bottom: 0;
	}

	.stat-divider {
		display: none;
	}

	.stat-number {
		font-size: 1.8em;
	}
}

/* Contact Section Styles */
.contact-content {
	display: flex;
	gap: 20px;
	height: 500px;
	margin-bottom: 20px;
}

.contact-info {
	flex: 1;
	background: #3a5faa;
	/* padding: 20px; */
	border-radius: 8px;
	color: #fff;
	overflow: hidden;
}

.company-name {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 1.2em;
	font-weight: 600;
}

/* 顶部切换 Tab */
.contact-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}

.contact-tab {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 12px 6px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	cursor: pointer;
	transition: all 0.3s ease;
	line-height: 1;
}

.contact-tab i {
	font-size: 18px;
}

.contact-tab:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.contact-tab.active {
	background: #fff;
	border-color: #fff;
	color: #3a5faa !important;
	font-weight: 600;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.contact-tab.active i {
	color: #3a5faa !important;
}

/* 内容面板 */
.contact-panel {
	display: none;
}

.contact-panel.active {
	display: block;
	animation: contactFadeIn 0.35s ease;
}

@keyframes contactFadeIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.info-scroll {
	height: calc(100% - 70px);
	overflow-y: auto;
}

.info-scroll::-webkit-scrollbar {
	width: 4px;
}

.info-scroll::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 2px;
}

.info-scroll::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
}

.info-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.3);
}

.info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.info-item {
	display: block;
	margin-bottom: 12px;
	padding: 12px 14px;
	background: rgb(255 255 255);
	border-radius: 6px;
	transition: background 0.3s ease;
	color: #3a5faa;
}

.info-item:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.info-content {
	width: 100%;
}

.info-label {
	font-size: 14px;
	opacity: 0.7;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
	font-weight: 700;
}

.info-text {
	font-size: 14px;
	line-height: 1.6;
}

.info-text a {
	color: #fff;
	text-decoration: none;
}

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

/* 合并面板内电话/邮箱小图标 */
.contact-sub-icon {
	width: 16px;
	margin-right: 6px;
	opacity: 0.7;
	text-align: center;
}

.map-section {
	flex: 1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

#mapContainer {
	width: 100%;
	height: 100%;
}

.map-controls {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	gap: 8px;
	z-index: 10;
}

/* 通用按钮基础样式 */
.map-controls button {
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
}

/* 卫星按钮：默认半透明底蓝字 */
#satelliteBtn {
	background: rgba(255, 255, 255, 0.6);
	color: #3a5faa;
	font-weight: 500;
}

#satelliteBtn:hover {
	background: rgba(255, 255, 255, 0.85);
	color: #2d4f8a;
	box-shadow: 0 2px 8px rgba(58, 95, 170, 0.3);
}

/* 选中态：半透明蓝底白字 */
#satelliteBtn.active {
	background: rgba(58, 95, 170, 0.7);
	color: #fff;
	font-weight: 600;
	box-shadow: 0 2px 10px rgba(58, 95, 170, 0.5);
}

/* 路况按钮：默认半透明底绿字 */
#trafficBtn {
	background: rgba(255, 255, 255, 0.6);
	color: #2e7d32;
	font-weight: 500;
}

#trafficBtn:hover {
	background: rgba(255, 255, 255, 0.85);
	color: #1b5e20;
	box-shadow: 0 2px 8px rgba(46, 125, 50, 0.3);
}

/* 选中态：半透明绿底白字 */
#trafficBtn.active {
	background: rgba(46, 125, 50, 0.7);
	color: #fff;
	font-weight: 600;
	box-shadow: 0 2px 10px rgba(46, 125, 50, 0.5);
}

@media screen and (max-width: 736px) {
	.contact-content {
		flex-direction: column;
		height: auto;
	}

	.contact-info {
		width: 100%;
		height: 300px;
	}

	.map-section {
		height: 300px;
	}
}

/* Culture Section Styles */
.culture-section {
	margin-top: 3em;
	background: #f0f5ff;
	border: 2px solid #4f7edf;
	border-radius: 16px;
	padding: 3em 2em;
	position: relative;
}

.culture-section h3 {
	text-align: center;
	font-size: 1.75em;
	color: #ffffff;
	margin-bottom: 0.75em;
	position: relative;
	background: #3855a3;
	display: inline-block;
	padding: 0.5em 2em;
	border-radius: 8px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: -28px;
}

.culture-section h3:after {
	display: none;
}

.culture-row {
	display: flex;
	gap: 2em;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1em;
}

.culture-card {
	flex: 0 0 calc(33.333% - 1.333em);
	min-width: 220px;
	max-width: 280px;
	background: #ffffff;
	border-radius: 12px;
	padding: 2.5em 1.5em;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.35s ease;
}

.culture-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 28px rgba(46, 89, 167, 0.15);
}

.culture-card .icon-wrapper {
	width: 60px;
	height: 60px;
	margin: 0 auto 0.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3855a3;
	font-size: 1.8em;
}

.culture-card h4 {
	font-size: 1em;
	font-weight: 600;
	color: #333333;
	margin-bottom: 0.75em;
}

.culture-card .card-divider {
	width: 40px;
	height: 3px;
	background: #4f7edf;
	margin: 0 auto 1em;
	border-radius: 2px;
}

.culture-card p {
	font-size: 0.9em;
	color: #666666;
	line-height: 1.8;
	margin: 0;
}

/* Responsive styles for culture section */
@media screen and (max-width: 960px) {
	.culture-row {
		gap: 1.5em;
	}

	.culture-card {
		flex: 0 0 calc(50% - 0.75em);
		min-width: 200px;
		padding: 2em 1em;
	}

	.culture-section h3 {
		font-size: 1.5em;
		padding: 0.4em 1.5em;
		top: -24px;
	}
}

@media screen and (max-width: 736px) {
	.culture-section {
		padding: 2.5em 1em;
	}

	.culture-card {
		flex: 1;
		min-width: 100%;
		padding: 2em 1em;
	}

	.culture-card .icon-wrapper {
		width: 50px;
		height: 50px;
		font-size: 1.5em;
	}

	.culture-section h3 {
		font-size: 1.3em;
		padding: 0.35em 1.2em;
		top: -20px;
	}
}

/* Hero Banner Styles */
.hero-wrapper {
	position: relative;
	height: 100vh;
	padding-top: var(--nav-height);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	/* [TEMP-HIDE-VIDEO] 改为block，恢复时改回 none */
	display: block;
}

#hero-particle-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

@keyframes gradientShift {

	0%,
	100% {
		background: linear-gradient(135deg, rgba(46, 89, 167, 0.3) 0%, rgba(10, 22, 40, 0.8) 50%, rgba(69, 178, 243, 0.2) 100%);
	}

	50% {
		background: linear-gradient(135deg, rgba(69, 178, 243, 0.3) 0%, rgba(10, 22, 40, 0.8) 50%, rgba(46, 89, 167, 0.2) 100%);
	}
}

.hero-text-switch {
	position: relative;
	z-index: 3;
	text-align: left;
	color: #fff;
	width: 100%;
	height: 200px;
}

.hero-text-group {
	position: absolute;
	top: -6em;
	left: 0;
	width: 100%;
	opacity: 1;
}

.hero-text-group-1 {
	/* [TEMP-HIDE-SWITCH] 暂时固定显示第一组文字，恢复时改回 animation: textGroupSlide1 12s ease-in-out infinite; */
	animation: none;
	opacity: 1;
}

.hero-text-group-2 {
	/* [TEMP-HIDE-SWITCH] 暂时隐藏第二组文字 */
	animation: none;
	display: none;
}

@keyframes textGroupSlide1 {

	0%,
	40% {
		opacity: 1;
		transform: translateX(0);
	}

	42%,
	48% {
		opacity: 0;
		transform: translateX(-100px);
	}

	50%,
	90% {
		opacity: 0;
		transform: translateX(100px);
	}

	92%,
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes textGroupSlide2 {

	0%,
	40% {
		opacity: 0;
		transform: translateX(100px);
	}

	42%,
	48% {
		opacity: 1;
		transform: translateX(0);
	}

	50%,
	90% {
		opacity: 1;
		transform: translateX(0);
	}

	92%,
	100% {
		opacity: 0;
		transform: translateX(-100px);
	}
}

.hero-switch-line {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: 1em;
	letter-spacing: 8px;
	color: rgb(58, 94, 169);
	/* text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); */
}

.hero-switch-line-sub {
	font-size: 3em;
	font-weight: 500;
	margin-bottom: 1em;
	letter-spacing: 4px;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-switch-line-desc {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	/* max-width: 800px; */
	color: rgb(51, 51, 51);
	/* text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); */

}

.hero-contents {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	text-align: left;
	width: 90em;
	max-width: 100%;
	margin: 0 auto;
}

.hero-title-wrapper {
	margin-bottom: 3em;
}

.hero-title {
	margin: 0;
	line-height: 1.2;
}

.hero-title-line {
	display: block;
	font-size: 4em;
	font-weight: 700;
	color: #348bf0;
	letter-spacing: 0.1em;
	text-shadow: 0 4px 30px rgba(46, 89, 167, 0.5);
}

.hero-title-sub {
	display: block;
	font-size: 1.5em;
	font-weight: 300;
	color: rgba(255, 255, 255, 0);
	letter-spacing: 0.3em;
	margin-top: 0.8em;
	opacity: 0.8;
}

.hero-desc {
	font-size: 1.2em;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 1.5em;
	letter-spacing: 0.2em;
}

.hero-stats {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2em;
	margin-top: 4em;
	flex-wrap: wrap;
}

.hero-stat-item {
	text-align: center;
	padding: 1em 2em;
}

.hero-stat-num {
	display: block;
	font-size: 2.5em;
	font-weight: 700;
	color: #45b2f3;
}

.hero-stat-label {
	display: block;
	font-size: 0.9em;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 0.3em;
}

.hero-stat-divider {
	width: 1px;
	height: 50px;
	background: rgba(255, 255, 255, 0.2);
}

.hero-cta {
	margin-top: 4em;
}

.hero-btn {
	display: inline-block;
	padding: 1em 3em;
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	background: linear-gradient(135deg, #4f7edf 0%, #45b2f3 100%);
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(46, 89, 167, 0.4);
}

.hero-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(69, 178, 243, 0.5);
}

/* Hero Navigation */
#hero-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2em 0;
	height: var(--nav-height);
	background: #ffffff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	transform: translateY(0);
}

#hero-nav .nav-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 100%;
	width: 90em;
}

.nav-left {
	display: flex;
	align-items: center;
	gap: 1em;
}

.nav-stock {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 6px 14px;
	/* background: rgba(255, 255, 255, 0.15); */
	border-radius: 6px;
}

.stock-label {
	font-size: 11px;
	color: #3855a3;
	line-height: 1.3;
}

.stock-code {
	font-size: 16px;
	font-weight: 600;
	color: #3855a3;
	line-height: 1.3;
}

#hero-nav.nav-scrolled .nav-stock {
	/* background: rgba(69, 119, 211, 0.15); */
}

#hero-nav.nav-scrolled .stock-label {
	color: #3855a3;
}

#hero-nav.nav-scrolled .stock-code {
	color: #3855a3;
}

#hero-nav.nav-hidden {
	/* transform: translateY(-100%); */
}

#hero-nav.nav-open {
	background: #ffffff00;
}

#hero-nav.nav-open .nav-links a {
	color: #ffffff;
}

#hero-nav.nav-open .stock-label,
#hero-nav.nav-open .stock-code {
	color: #ffffff;
}

#hero-nav.nav-open .nav-toggle-bar {
	background: #ffffff;
}

#hero-nav.nav-scrolled {
	background: rgb(255, 255, 255);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-logo a {
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}

.nav-logo-img {
	height: 50px;
	width: auto;
	display: block;
	transition: opacity 0.3s ease;
}

.nav-logo-white {
	opacity: 0;
	position: absolute;
}

.nav-logo-dark {
	opacity: 1;
}

#hero-nav.nav-scrolled .nav-logo-white {
	opacity: 0;
}

#hero-nav.nav-scrolled .nav-logo-dark {
	opacity: 1;
}

#hero-nav:not(.nav-scrolled).nav-open .nav-logo-white {
	opacity: 1;
}

#hero-nav:not(.nav-scrolled).nav-open .nav-logo-dark {
	opacity: 0;
}

#hero-nav.nav-scrolled.nav-open .nav-logo-white {
	opacity: 0;
}

#hero-nav.nav-scrolled.nav-open .nav-logo-dark {
	opacity: 1;
}

.nav-logo a:hover {
	opacity: 0.9;
}

.nav-links {
	display: flex;
	list-style: none;
	gap: 2em;
	margin: 0;
	padding: 0;
}

.nav-links>li {
	position: relative;
}

.nav-links>li>a {
	color: #434140;
	text-decoration: none;
	font-size: 1em;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
	gap: 0.3em;
}

.nav-links>li>a:hover {
	color: #4f7edf;
	font-weight: 600;
}

#hero-nav.nav-scrolled .nav-links>li>a {
	color: #434140;
}


#hero-nav.nav-scrolled .nav-links>li>a:hover {
	color: #4f7edf;
	font-weight: 600;
}

.nav-links>li>a i {
	font-size: 0.7em;
	transition: transform 0.3s ease;
}

.nav-dropdown:hover>a i {
	transform: rotate(180deg);
}

.nav-dropdown-menu {
	position: absolute;
	top: 98%;
	left: 0;
	min-width: 200px;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(10px);
	border-radius: 8px;
	padding: 0em 0;
	margin-top: 0em;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	list-style: none;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.nav-dropdown:hover .nav-dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-dropdown-menu li a {
	display: block;
	padding: 0.8em 1.5em;
	color: #333333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-dropdown-menu li a:hover {
	color: #4f7edf;
	background: rgba(46, 89, 167, 0.1);
}

.nav-lang a {
	font-weight: 600;
	font-size: 0.9em;
	transition: color 0.3s ease;
}

.nav-lang a:hover {
	color: #45b2f3;
}

#hero-nav.nav-scrolled .nav-lang a {
	color: #4f7edf;
}

/* 汉堡菜单按钮默认样式 */
.nav-toggle {
	display: none;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

.nav-toggle-bar {
	width: 24px;
	height: 2px;
	background: #333;
	transition: all 0.3s ease;
	border-radius: 1px;
}

/* Hero Navigation Responsive */
@media screen and (max-width: 960px) {
	#hero-nav {
		padding: 1em 2em;
	}

	.nav-links {
		gap: 1em;
	}

	.nav-links>li>a {
		font-size: 0.9em;
	}
}

@media screen and (min-width: 1051px) {
	.nav-toggle {
		display: none !important;
	}
}

@media screen and (max-width: 1050px) {
	#hero-nav {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0.8em 0;
		gap: 0;
	}

	.nav-logo {
		flex: 1;
	}

	.nav-dyh {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		background: #c5c9cf;
		border: none;
		cursor: pointer;
		gap: 5px;
		padding: 0;
	}

	.nav-toggle-bar {
		width: 24px;
		height: 2px;
		background: #3a5ea9;
		transition: all 0.3s ease;
		border-radius: 1px;
	}

	#hero-nav.nav-scrolled .nav-toggle-bar {
		background: #3a5ea9;
	}

	#hero-nav.nav-scrolled .nav-toggle {
		background: #e3ebf8;
	}

	#hero-nav.nav-open .nav-toggle-bar:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	#hero-nav.nav-open .nav-toggle-bar:nth-child(2) {
		opacity: 0;
	}

	#hero-nav.nav-open .nav-toggle-bar:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.nav-links {
		display: none;
		width: 100%;
		flex-direction: column;
		gap: 0;
		padding: 2em 0;
	}

	#hero-nav.nav-open .nav-links {
		display: flex;
	}

	.nav-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 99;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	body.nav-menu-open .nav-overlay {
		display: block;
		opacity: 1;
	}

	body.nav-menu-open {
		overflow: hidden;
		height: 100%;
	}

	.nav-links>li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.nav-links>li:last-child {
		border-bottom: none;
	}

	.nav-links>li>a {
		font-size: 0.9em;
		padding: 0.8em 1em;
	}

	.nav-dropdown-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
		padding: 0.5em 0;
		box-shadow: none;
		background: rgba(255, 255, 255, 0);
		margin-top: 0;
	}

	.nav-dropdown.open>.nav-dropdown-menu {
		display: block;
	}

	.nav-dropdown-menu li a {
		padding: 0.6em 1.5em;
		font-size: 0.85em;
		color: #333333;
	}

	.nav-lang {
		display: none;
	}

	#hero-nav.nav-scrolled .nav-links>li>a {
		color: #ffffff;
	}
}

/* Hero Banner Responsive */
@media screen and (max-width: 960px) {
	.hero-title-line {
		font-size: 3em;
	}

	.hero-title-sub {
		font-size: 1.2em;
	}

	.hero-stats {
		gap: 0.5em;
	}

	.hero-stat-item {
		padding: 0.8em 1.5em;
	}

	.hero-stat-num {
		font-size: 2em;
	}
}

@media screen and (max-width: 736px) {
	.hero-wrapper {
		min-height: auto;
		padding: 6em 0 3em;
	}

	.hero-title-line {
		font-size: 2.5em;
	}

	.hero-title-sub {
		font-size: 1em;
	}

	.hero-desc {
		font-size: 1em;
	}

	.hero-stats {
		flex-direction: column;
		gap: 0.5em;
	}

	.hero-stat-divider {
		display: none;
	}

	.hero-stat-item {
		padding: 0.5em 1em;
	}

	.hero-stat-num {
		font-size: 1.8em;
	}

	.hero-btn {
		padding: 0.8em 2em;
	}
}

/* Floating Sidebar */
.floating-sidebar {
	position: fixed;
	right: -125px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap: 15px;
	transition: right 0.3s ease;
}

.floating-sidebar:hover {
	right: 0;
}

.float-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #3855a3;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
}

.float-item:hover {
	background: #1f63cd;
	padding-right: 20px;
}

.float-icon {
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	flex-shrink: 0;
}

.float-content {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	margin-left: 10px;
}

.float-label {
	font-size: 12px;
	opacity: 0.8;
	margin-bottom: 2px;
}

.float-value {
	font-size: 14px;
	font-weight: 600;
}

.float-qr-content {
	position: relative;
}

.float-qr-content:hover .qr-popup {
	opacity: 1;
	visibility: visible;
	right: 100%;
}

.qr-popup {
	position: absolute;
	right: 110%;
	top: 50%;
	transform: translateY(-50%);
	background: #ffffff;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	margin-right: 15px;
}

.qr-popup img {
	width: 150px;
	height: 150px;
	display: block;
	border-radius: 4px;
}

.qr-popup p {
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.floating-sidebar {
		display: none;
	}
}

/* Video Section Styles */
.video-section {
	display: flex;
	gap: 3em;
	align-items: center;
	padding: 2em 0;
}

.video-left {
	flex: 1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.video-left img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}



.video-right {
	flex: 1;
	padding: 2em;
}

.video-title {
	font-size: 1.7em;
	margin: 0.68em 0;
	font-weight: 700;
	position: relative;
	display: inline-block;
	color: #666666;
	/* background: linear-gradient(135deg, #0143cc, #9fbdf3); */
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	background-clip: text;
}

.video-title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	/* height: 4px; */
	background: linear-gradient(90deg, #4f7edf, #2e59a7);
	border-radius: 2px;
}

.video-desc {
	font-size: 1.1em;
	line-height: 1.8;
	color: #666666;
	margin-bottom: 0em;
	text-align: justify;
}

.video-btn {
	display: inline-block;
	padding: 0.5em 1em;
	background: linear-gradient(135deg, #4f7edf, #2e59a7);
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	transition: all 0.3s ease;
	margin-top: 1em;
}

.video-btn:hover {
	background: linear-gradient(135deg, #5a8cef, #3a69b7);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(79, 126, 223, 0.4);
}

#video-showcase {
	position: relative;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90vw;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 51, 141, 0.15);
	padding: 0;
}

#video-showcase.wrapper {
	padding: 0;
}

@media screen and (max-width: 1680px) {
	#video-showcase {
		max-width: 70em;
	}
}

.video-showcase-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.showcase-bg-image,
.showcase-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.showcase-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(75, 118, 211, 0.8), rgba(46, 89, 167, 0.9));
}

.video-showcase-content {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}

	50% {
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.showcase-play-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	/* border: 3px solid rgba(255, 255, 255, 0.5); */
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 1.5em;
	animation: pulse 2s ease-in-out infinite;
}

.showcase-play-btn:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: #fff;
	transform: scale(1.1);
}

.play-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/* background: #4f7edf; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-icon i {
	font-size: 40px;
	color: #fff;
	margin-left: 4px;
}

.showcase-title {
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: 4px;
	margin: 0 0 0.5em 0;
}

.showcase-subtitle {
	font-size: 2.5em;
	font-weight: 500;
	letter-spacing: 6px;
	margin: 0 0 1.5em 0;
}

.showcase-btn {
	display: inline-block;
	padding: 1em 3em;
	background: linear-gradient(135deg, #4f7edf, #2e59a7);
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.showcase-btn:hover {
	background: linear-gradient(135deg, #5a8cef, #3a69b7);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(79, 126, 223, 0.4);
}

.showcase-desc {
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 1.5em 0;
}

.video-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
}

.video-modal.active {
	display: flex;
}

.video-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
}

.video-modal-content {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 900px;
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-modal-close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.1);
}

.modal-video {
	width: 100%;
	height: auto;
	max-height: 80vh;
	display: block;
}

@media screen and (max-width: 960px) {
	.video-section {
		flex-direction: column;
		gap: 2em;
	}

	.video-left,
	.video-right {
		flex: none;
		width: 100%;
	}

	.video-right {
		padding: 0;
		text-align: center;
	}

	.video-title {
		font-size: 1.5em;
	}

	.video-desc {
		text-align: left;
	}

	#video-showcase {
		height: 400px;
	}

	.showcase-title {
		font-size: 1.4em;
	}

	.showcase-subtitle {
		font-size: 1.8em;
	}

	.showcase-play-btn {
		width: 100px;
		height: 100px;
	}

	.play-icon {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width: 736px) {
	#video-showcase {
		height: 350px;
	}

	.showcase-title {
		font-size: 1.2em;
	}

	.showcase-subtitle {
		font-size: 1.4em;
	}

	.showcase-play-btn {
		width: 80px;
		height: 80px;
	}

	.play-icon {
		width: 40px;
		height: 40px;
	}

	.play-icon i {
		font-size: 20px;
	}
}

@media screen and (max-width: 1680px) {
	#hero-nav .nav-inner {
		width: 70em;
	}

	#page-wrapper .hero-contents {
		width: 70em;
	}
}

@media screen and (max-width: 1280px) {
	#hero-nav .nav-inner {
		width: calc(100% - 100px);
		/* background: #fff; */
		/* padding: 1em; */
		border-radius: 1em;
	}

	#page-wrapper .hero-contents {
		width: calc(100% - 100px);
	}

}

@media screen and (max-width: 980px) {
	#hero-nav .nav-inner {
		width: calc(100% - 100px);
	}

	#page-wrapper .hero-contents {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 736px) {
	#hero-nav .nav-inner {
		width: calc(100% - 40px);
		padding: 0;
	}

	#page-wrapper .hero-contents {
		width: calc(100% - 40px);
	}

}