.topLogo {
		position: absolute;
		top: 0;
		left: 30%;
		transform: translate(-50%, 0px);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		width: 483px;
		height: 141px;
		background: rgba(255, 255, 255, .5);
	border-radius: 0 0 30px 30px;
	}

	.topLogo_left {
		padding-top: 15px;
		display: flex;
		justify-content: center;
		/* align-items: center; */
		position: relative;
		height: 65px;
	}

	.topLogo_right {
		width: 100%;
		border-top: 1px solid #75ccf3;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 700;
		font-size: 23.43px;
		height: 60px;
		color: #0a5a9a;
		background: rgba(117, 204, 243, .3);
		border-radius: 0 0 30px 30px;
	}

	.topBar2023 {
		text-indent: 36px;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		width: 1078px;
		height: 276px;
		padding: 22px 22px 0px 22px;
		background: linear-gradient(to bottom, rgba(99, 208, 202, .9), transparent);
		font-weight: 700;
		color: #fff;
		font-size: 16px;
		border-radius: 10px;
		text-stroke: .25px #1f8a8c;
		/* 兼容Webkit(Chrome/Safari)内核浏览器的写法 */
		-webkit-text-stroke: 0.25px #1f8a8c;
		text-shadow: 0px 0px 10px #838383;
	}