.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #265490c7;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.child-scorll {
	height: 100vh;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-page-height {
	height: 100vh;
}

.info-page {
	height: 100vh;
	padding: 10px 50px !important;
	box-sizing: border-box;
}

.info-page .photo {
	text-align: center;
	width: 100%;
}

.info-page .photo img {
	width: 50%;
}

.info-page .p_info {
	text-indent: 30px;
	line-height: 40px;
	font-size: 20px;
}

.swiper .swiper-slide {
	width: 100%;
	height: 100vh;
	padding-top: 20px;
	padding-left: calc(100vw * 0.1);
	background-color: white;
}

:root {
	--menu-hover-color: white;
}

.nav-main {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
}

.menu-color {
	color: #265490 !important;
}
.index-logo {
	display: none;
}
.nav-main .logo {
	display: flex;
	overflow: hidden;
	width: 400px;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}

.nav-main .logo img {
	width: 400px;
	transition: all 0.3s ease-in-out;
	transform: translateX(0);
}

.m_menu {
	display: none;
}

.logo-color {
	transform: translateX(-100%) !important;
}

.nav-main .menu ul {
	display: flex;
	gap: 20px;
	align-items: end;
	height: 100%;
}

.nav-main .menu ul li a {
	color: white;
	position: relative;
	transition: all 0.3s ease-in-out;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}

.nav-main .menu ul li a:hover {
	color: var(--menu-hover-color);
}

.nav-main .menu ul li a::before {
	content: '';
	width: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	border-bottom: 2px solid var(--menu-hover-color);
}

.nav-main .menu ul li a:hover:before {
	animation: showMenu 1s forwards;
}

@keyframes showMenu {
	0% {
		width: 0;
	}
	100% {
		color: white;
		width: 100%;
	}
}

.child_banner {
	background: url(../../images/child-banner.png) no-repeat center center;
	width: 100%;
	height: 200px;
}

.banner-title {
	font-size: 30px;
	color: white;
	width: 100%;
	padding-right: 100px;
	letter-spacing: 5px;
	box-sizing: border-box;
	padding-top: 150px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.info-container {
	width: 100%;
	overflow: hidden;
}

.menu-container {
	width: 200px;
	position: fixed;
	margin: 20px 50px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	background-color: white;
}

.menu-container-en {
	width: max-content;
	position: fixed;
	margin: 20px 50px;
	border-radius: 6px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	background-color: white;
}

.right-menu {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.right-menu li span {
	z-index: 1;
}

.right-menu li {
	cursor: pointer;
	padding: 10px 40px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease-in-out;
}

.right-menu li:before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		-225deg,
		#22e1ff 0%,
		#1d8fe1 48%,
		#625eb1 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(0);
	z-index: -1;
	border-radius: 6px;
}

.right-menu li:hover {
	color: white;
}

.right-menu li:hover:before {
	transform: scale(1);
}

.active {
	background-image: linear-gradient(
		-225deg,
		#22e1ff 0%,
		#1d8fe1 48%,
		#625eb1 100%
	);
	color: white;
	border-radius: 6px;
}

.nav-list {
	display: flex;
	align-items: center;
	gap: 5px;
	color: white;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
	margin-bottom: 20px !important;
}

.r-menu {
	background-color: red;
	background: url(../../images/child-menu-bg.png) no-repeat;
}

.menu-info {
	background-color: red;
	background: url(../../images/child-menu-bg.png);
}

.footer {
	width: 100%;
	height: 60px;
	background: url(../../images/bg-footer.png) no-repeat center center;
	padding: 10px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.footer img {
	height: 40px;
}

.simplebar-scrollbar::before {
	background-color: transparent !important;
}

.pagebar {
	line-height: 12px;
	color: #222;
}

/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages {
	margin-left: -5px;
}

/*按钮和页码的外观*/
.pagebar .p_fun_d,
.pagebar .p_no_d,
.pagebar .p_fun a,
.pagebar .p_no a {
	padding: 10px;
	border-radius: 6px;
	line-height: 12px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}

/*文字对齐样式*/
.pagebar .p_t {
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}

/*无链接的字体颜色*/
.pagebar .p_fun_d,
.pagebar .p_no_d {
	color: #ccc;
}

/*链接字体颜色*/
.pagebar .p_fun a,
.pagebar .p_no a {
	color: #222;
}

/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,
.pagebar .p_fun a:hover,
.pagebar .p_goto a:hover {
	background-color: #f5f5f5;
}

/*页码省略号...的外观*/
.pagebar .p_dot {
	margin-left: 4px;
	margin-right: -4px;
	color: #222;
}

/*当前页码的外观*/
.pagebar .p_no_d {
	border: 1px solid #258cff;
	color: #fff;
	background-color: #409eff;
}

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,
.pagebar .p_first_d,
.pagebar .p_last,
.pagebar .p_last_d {
	display: none;
}

/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
	font-size: 12px;
	line-height: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	outline-width: thin;
	outline-color: #258cff;
	margin: 0px 2px;
	padding: 0px 1px;
	width: 30px;
	text-align: center;
	border-radius: 6px;
}

/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover,
.pagebar .p_goto input:focus {
	border: 1px solid #258cff;
}

/*跳转按钮的外观*/
.pagebar .p_goto a {
	padding: 5px 6px;
	color: #222;
	margin: 0px;
	height: 24px;
	-height: auto;
	line-height: 12px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

.menu-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 5px;
	background-color: #1d8fe1;
	text-align: center;
	line-height: 40px;
	color: white;
	display: none;
}