/* 顶部区域样式 */
.header {
	width: 100%;
}

.header__bg {
	width: 100%;
	display: block;
}

.nav__content {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 65px;
	padding-left: 33px;
	padding-top: 15px;
	z-index: 1;
	display: flex;
	background-color: rgba(0, 0, 0, 0.3);
}

.nav-logo {
	width: 40px;
	height: 44px;
}

.nav__title {
	font-size: 16px;
	color: #ffffff;
	margin-left: 9px;
	line-height: 1;
	margin-top: 7px;
}

/* 主体内容区域样式 */
.main-content {
	width: 100%;
}

.main-content__container {
	max-width: 1200px;
	width: 100%;
	background-color: #ffffff;
	padding: 74px 129px 132px;
	color: rgba(0, 0, 0, 1);
}

.main-content__container p {
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 40px;
	font-family: Adobe Heiti Std R;
}

.main-content__container h2 {
	font-size: 26px;
	margin-bottom: 40px;
	text-align: center;
}

.main-content__image {
	width: 100%;
	height: auto;
}

/* 页脚样式 */
.footer {
	background-color: #25211e;
	padding: 45px 10% 40px 10%;
	min-height: 135px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer__content {
	margin-bottom: 30px;
}

.footer__dots {
	height: 40px;
}

.footer__title {
	font-size: 30px;
	color: #ffffff;
	margin-left: 21px;
	white-space: nowrap;
}

.footer__info {
	gap: 20px;
	font-size: 14px;
	color: #525252;
}

.footer__info a {
	font-size: 14px;
	color: #525252;
}

.footer__info a:hover {
	color: #ffffff;
}

.footer__info .line {
	margin: 0 5px;
}