@charset "UTF-8";
/*页面内导航*/
.page-tabbar {
	width: 100%;
	background-color: #F5F5F5;
}

.page-tabbar .home-icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.page-tabbar .right-gray-icon {
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

.page-tabbar .left a {
	font-size: 16px;
	color: #666666;
	line-height: 23px;
}

.page-tabbar .right a {
	font-size: 16px;
	color: #666666;
	line-height: 23px;
	padding: 28px 0;
	position: relative;
	display: block;
}

.page-tabbar .right a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 2px;
	background: #1452BA;
	bottom: 0;
	left: 0;
}

.page-tabbar .right a + a {
	margin-left: 50px;
}

.page-tabbar .right a.active {
	color: #1452BA;
	font-weight: bold;
}

.page-tabbar .right a.active::after {
	width: 100%;
}

.Z-E-title {
	text-align: center;
}

.Z-E-title .ZH {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	line-height: 49px;
	margin-bottom: 11px;
}

.Z-E-title .EN {
	font-size: 18px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.502);
	line-height: 26px;
	margin-bottom: 30px;
}

/*page*/
.page {
	padding-top: 60px;
	padding-bottom: 70px;
}

.page .text-content {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	text-indent: 2em;
}

.page .text-content p {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	text-indent: 2em;
}

.page .text-content img {
	margin: 40px auto;
	max-width: 100%;
}

/*banner*/
.banner img {
	width: 100%;
}

.bg-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 992px) {
	.page {
		padding-top: 20px;
		padding-bottom: 24px;
	}
	
	.page .text-content {
		font-size: 16px;
		line-height: 30px;
	}
	
	.page .text-content p {
		font-size: 16px;
		line-height: 30px;
	}
	
	.page .text-content img {
		width: 100%;
	}
	
	.page-tabbar {
		width: 100%;
		overflow-x: scroll;
	}
	
	.page-tabbar::-webkit-scrollbar {
		display: none;
	}
	
	.page-tabbar .container {
		min-width: 100%;
		width: max-content;
	}
	
	.page-tabbar .left {
		display: none !important;
	}
	
	.page-tabbar .right a {
		padding: 18px 0px;
	}
	
	.Z-E-title .ZH {
		font-size: 20px;
		margin-bottom: 4px;
		line-height: 29px;
	}
	
	.Z-E-title .EN {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 20px;
	}
}
