body,
html {
	background-color: #ECF5FF;
}

.header-banner {
	display: block;
	width: 100%;
}

.page-main {
	padding-bottom: 50px;
}

.area1 {
	margin-top: 63px;
	padding: 45px 40px 60px 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	margin-top: 63px;
	background-size: 100% 100%;
}

.area1 img {
	display: block;
	width: 324px;
	height: 304px;
	position: absolute;
	top: calc(50% - 152px);
	left: -28px;
}

.area1 div {
	width: calc(100% - 280px);
}

.area1 div span {
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	text-indent: 2em;
}

.area2 {
	display: flex;
	flex-direction: column;
}

.area2-title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 80%;
	height: 125px;
	font-size: 36px;
	color: #ffffff;
	margin: 0 auto;
	margin-top: 72px;
	padding: 0 3%;
	padding-top: 3%;
	padding-bottom: 1%;
}

.area2 video {
	width: 100%;
	margin-top: 40px;
}

.area2 video source {
	width: 100%;
}

.area3 {
	padding: 30px 0 30px 50px;
	margin-top: 72px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.area3 .area3-left {}

.area3 .area3-middle {}

.area3 .area3-middle li {
	display: none;
}

.area3 .area3-middle li.active {
	display: block;
}

.area3 .area3-middle li video {
	width: 350px;
}

.area3 .area3-middle li video source {
	width: 350px;
}

.area3 .area3-right {
	width: 560px;
}

.area3 .area3-right li {
	padding-right: 42px;
	margin-bottom: 22px;
	cursor: pointer;
}

.area3 .area3-right li:last-child {
	margin-bottom: 0;
}

.area3 .area3-right li span {
	display: block;
	width: 100%;
	height: 83px;
	line-height: 83px;
	background-color: #6992E6;
	padding: 0 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.area3 .area3-right li.active span {
	background-color: #4575D6;
}

.area4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

.area4-left {
	background-color: #fff;
	position: relative;
	width: calc(100% - 330px);
	padding-bottom: 30px;
	padding-top: 60px;
}

.area4-left .left-title {
	display: block;
	width: 202px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	position: absolute;
	top: -13px;
	left: 21px;
}

.area4-left .left-content {
	padding: 0 30px 0 30px;
	box-sizing: border-box;
	max-height: 145px;
	overflow: hidden;
	transition: 1s;
}

.area4-right {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.area4-right img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.area4-right img.right-banner1 {
	display: block;
}

.area4-right img.right-banner2 {
	display: none;
}

.area4-right audio {
	margin-top: 20px;
}

.area4-right audio source {

}

.area6 {
	margin-top: 45px;
}

.area6-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 45px;
}

.area6-title span {
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	padding-left: 52px;
}

.area6-list {
	margin-top: 27px;
}

.area6-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	position: relative;
}

.area6-list li::after {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #245399;
	top: 11px;
	left: 0;
}

.area6-list li:last-child {
	margin-bottom: 0;
}

.area6-list li a {
	font-size: 16px;
	color: #333333;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 30px;
}

.area6-list li span {
	font-size: 12px;
	color: #b1b1b1;
}

.area5 {
	margin-top: 50px;
}

.area5-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 45px;
}

.area5-title span {
	line-height: 45px;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	padding-left: 52px;
}

.area5-title a {
	font-size: 14px;
	color: #4e84ee;
}

.area5-list {
	margin-top: 23px;
	max-height: 240px;
	overflow: hidden;
}

.area5-list.show-all {
	max-height: max-content;
}

.area5-list li {
	margin-bottom: 17px;
	width: 100%;
}

.area5-list li a {
	display: block;
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1.1px;
}