body,html,.header,.container{
	min-width: 1400px;
}
/*1*/
.level {
    position: relative;
}
.level-1{
	height: calc(100vh - 138px);
	min-height: 800px;
	position: relative;
	background: linear-gradient(to bottom, #6400d6, #00cff3);
	overflow: hidden;
}
.level-1 .wave-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300%; /* 容纳三个波浪 */
	height: 325px;
	background: 
	/* 第一个波浪 (265px×5=1325px) */
	url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1325" viewBox="0 0 1920 1325"><path fill="%23ffffff" fill-opacity="0.4" d="M0,1325 C320,662.5 640,1325 960,1325 C1280,1325 1600,662.5 1920,1325 L1920,1325 L0,1325 Z"/></svg>') 0 100% repeat-x,
	/* 第二个波浪 (170px×5=850px) */
	url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="850" viewBox="0 0 1920 850"><path fill="%23ffffff" fill-opacity="0.4" d="M0,850 C320,425 640,850 960,850 C1280,850 1600,425 1920,850 L1920,850 L0,850 Z"/></svg>') 640px 100% repeat-x,
	/* 第三个波浪 (70px×5=350px) */
	url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="350" viewBox="0 0 1920 350"><path fill="%23ffffff" fill-opacity="0.4" d="M0,350 C320,175 640,350 960,350 C1280,350 1600,175 1920,350 L1920,350 L0,350 Z"/></svg>') 1280px 100% repeat-x;
	background-size: 1920px 1325px, 1920px 850px, 1920px 350px;
	animation: waveScroll 30s linear infinite;
	z-index: 0;
}
@keyframes waveScroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-1920px); }
}
.level-1-content{
	width: 1400px;
	margin: 0 auto;
}
.level-1-content .text{
	width: 650px;
	color: #fff;
	padding-left: 80px;
    padding-top: 60px;
	z-index: 1;
	position: relative;
}
.level-1-content .text .title{
    line-height: 67px;
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 20px;
}
.level-1-content .text .introduction{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 45px;
    font-weight: 500;
}
.level-1-content .text .button-box .contact-button{
	margin-right: 17px;
	padding: 0 25px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	line-height: 58px;
	font-size: 21px;
	font-weight: bold;
	transition: all 0.3s ease;
}
.level-1-content .text .button-box .properties-button{
	padding: 0 25px;
	border: 2px solid #fff;
	border-radius: 30px;
	background-color: #fff;
	color: #2d3772;
	line-height: 58px;
	font-size: 21px;
	font-weight: bold;
	transition: all 0.3s ease;
}
.level-1-content .text .button-box .contact-button:hover{
	background-color: #fff;
	color: #2d3772;
}
.level-1-content .text .button-box .properties-button:hover{
	background-color: #6400d6;
	border: 2px solid#6400d6;
	color: #fff;
}
.level-1-content .banner{

}
.level-1-content .banner .img{
	width: 550px;
	height: 370px;
	margin-bottom: 43px;
}
.level-1-content .banner .title{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}
.level-1-content .banner .tips{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
}
.level-1-content .banner-1 .img{
	background-image: url(../images/index-1-1.jpg);
	background-size: auto 100%; /* 高度适配容器，高度100% */
	background-repeat: no-repeat;
	object-fit: cover;
	clip-path: path('M 0 185 C 0 70, 90 10, 220 15 C 300 5, 370 15, 440 70 C 530 150, 550 210, 530 290 C 480 350, 350 370, 250 360 C 120 370, 30 320, 0 270 Z');
}
.level-1-content .banner-2 .img{
	background-image: url(../images/index-1-2.jpg);
	background-size: auto 100%; /* 高度适配容器，高度100% */
	background-repeat: no-repeat;
	object-fit: cover;
	clip-path: path('M 0 190 C 0 90, 70 20, 210 25 C 310 10, 390 30, 470 90 C 545 160, 555 220, 540 300 C 480 350, 340 370, 240 365 C 130 370, 40 320, 0 280 Z');
}
.level-1-content .banner-3 .img{
	background-image: url(../images/index-1-3.jpg);
	background-size: auto 100%; /* 高度适配容器，高度100% */
	background-repeat: no-repeat;
	object-fit: cover;
	clip-path: path('M 0 180 C 0 60, 100 15, 230 20 C 320 10, 370 20, 430 70 C 520 140, 550 210, 525 280 C 480 340, 350 370, 240 360 C 120 370, 40 310, 0 280 Z');
}
.level-1-content .banner-4 .img{
	background-image: url(../images/index-1-4.jpg);
	background-size: auto 100%; /* 高度适配容器，高度100% */
	background-repeat: no-repeat;
	object-fit: cover;
	clip-path: path('M 0 175 C 0 80, 80 10, 210 10 C 310 10, 380 40, 460 90 C 535 160, 555 210, 525 280 C 480 340, 360 370, 240 360 C 110 370, 30 320, 0 290 Z');
}
.banner-box{
	position: relative;
	width: 643px;
	padding-right: 60px;
	padding-top: 60px;
	z-index: 1;
}

.banner-box .point-box {
	position: absolute;
    bottom: 111px;
    left: 228px;
    display: flex;
    gap: 10px;
	z-index: 1;
}
.banner-box .point {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.banner-box .point-on {
	background-color: white;
}
.level-2{
	background-color: #fff;
}
.level-2-content{
	position: relative;
	margin: 0 auto;
	width: 1400px;
	padding: 40px 40px;
	min-height: 950px;
}
.level-2-select-box{
	position: absolute;
	top: 0;
	left: 40px;
	padding-top: 40px;
	width: 320px;
}
.level-2-select-box .title{
	color: #6400d6;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
.level-2-select-box .select-box{
	border-left: 1px solid #6400d6;
	padding: 0 10px;
	color: #b2b2c6;
}
.level-2-select-box .select-box ul{

}
.level-2-select-box .select-box ul li{
    color: #b2b2c6;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    margin-bottom: 12px;
    max-width: 243px;
    line-height: 22px;
	cursor: pointer;
}
.level-2-select-box .select-box ul li.li-on{
	background-color: #eff0fe;
	border-radius: 6px;
	color: #2d3772;
	font-weight: bold;
}
.level-2-text{
	margin-left: 320px;
	width: 732px;
}
.level-2-text-article{
	margin-bottom: 20px;
}
.level-2-text-title-1{
    color: #090949;
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 5px;
}
.level-2-text-title-2{
    color: #090949;
    font-family: Poppins, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    font-style: italic;
}
.level-2-text-p{
	color: #090949;
    font-family: Apertura, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 17px;
}
.level-2-text-p ul li{
	list-style: disc;
	color: #090949;
    font-family: Apertura, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
	padding-left: 15px;
	list-style-position: inside;
}
.level-2-article{
	margin-bottom: 40px;
}
.level-2-article img{
	width: 100%;
	display: block;
}
.level-2-article .img{
}
.img-style-1 {
	position: relative;
	overflow: hidden;
}
  /* 左上角白色三角形 */
.img-style-1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 120px solid white;
	border-right: 120px solid transparent;
	z-index: 2;
}
/* 右下角白色三角形 */
.img-style-1::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 120px solid white;
	border-left: 120px solid transparent;
	z-index: 2;
}

.img-style-2 {
	position: relative;
	overflow: hidden;
}
  /* 左上角白色三角形 */
.img-style-2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 120px solid white;
	border-left: 120px solid transparent;
	z-index: 2;
}
/* 右下角白色三角形 */
.img-style-2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 120px solid white;
	border-right: 120px solid transparent;
	z-index: 2;
}

.level-3{
	position: relative;
	overflow: hidden;
}
.level-3 .wave-wrapper{
	position: absolute;
	top: 0; /* 放在上面 */
	left: 0;
	width: 300%; /* 容纳三个波浪 */
	height: 260px; /* 原来是 325px，稍微降低一点 */
	transform: rotate(180deg); /* 倒过来显示波浪 */
	background: 
		/* 第一个波浪 (高 1050px，原来1325px) */
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1050" viewBox="0 0 1920 1050"><path fill="%2300cff3" fill-opacity="0.6" d="M0,1050 C320,525 640,1050 960,1050 C1280,1050 1600,525 1920,1050 L1920,1050 L0,1050 Z"/></svg>') 0 100% repeat-x,

		/* 第二个波浪 (高 700px，原来850px) */
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="700" viewBox="0 0 1920 700"><path fill="%2300cff3" fill-opacity="0.4" d="M0,700 C320,350 640,700 960,700 C1280,700 1600,350 1920,700 L1920,700 L0,700 Z"/></svg>') 640px 100% repeat-x,

		/* 第三个波浪 (高 300px，原来350px) */
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="300" viewBox="0 0 1920 300"><path fill="%2300cff3" fill-opacity="0.2" d="M0,300 C320,150 640,300 960,300 C1280,300 1600,150 1920,300 L1920,300 L0,300 Z"/></svg>') 1280px 100% repeat-x;
	background-size: 1920px 1050px, 1920px 700px, 1920px 300px;
	z-index: 0;
}
.level-3-content{
	margin: 0 auto;
	width: 1400px;
}
.level-3-content-1{
	height: 903px;
}
.level-3-content-1 .text{
    padding-top: 321px;
    padding-left: 57px;
	width: 680px;
}
.level-3-content-1 .text .text-p{
    color: #2d3772;
    font-size: 22px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 40px;
	font-style: italic;
}
.level-3-content-1 .text .text-p::after {
	content: '';
	display: block;
	width: 100%;
	height: 10px; /* 横线的高度，可按需调整 */
	margin-top: 0px; /* 距离文字的间距 */
	border: 2px solid #dcdcdc; /* 边框颜色为淡灰色 */
	border-radius: 6px; /* 圆角效果 */
	background-color: transparent; /* 空心 */
}
.level-3-content-1 .img{
    background-image: url(../images/index-3-1.jpg);
    background-size: cover;
    width: 577px;
    height: 492px;
    background-repeat: no-repeat;
    position: relative;
    top: 307px;
    right: 77px;
    background-position: -68px 0px;
	clip-path: path('M 0 246 C 0 100, 100 20, 250 30 C 350 10, 400 40, 500 100 C 577 180, 577 250, 570 330 C 540 440, 420 492, 300 480 C 180 492, 50 450, 0 400 Z');
}
.level-3-content-2{
	padding-bottom: 153px;
}
.level-3-content-2 .title{
	color: #6400d6;
	text-align: center;
	font-size: 55px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 40px;
}
.level-3-content-2 .box{
	padding: 0px 30px;
}
.level-3-content-2 .card{
	width: 310px;
    height: 389px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0 35px;
    padding-top: 54px;
}
.level-3-content-2 .card.fl{
	margin-right: 33px;
}
.level-3-content-2 .card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.level-3-content-2 .card .icon{
	width: 45px;
	height: 45px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.level-3-content-2 .card .icon-1{
	background-image: url(../images/index-value-1.png);
	background-size: cover;
}
.level-3-content-2 .card .icon-2{
	background-image: url(../images/index-value-2.png);
	background-size: cover;
}
.level-3-content-2 .card .icon-3{
	background-image: url(../images/index-value-3.png);
	background-size: cover;
}
.level-3-content-2 .card .icon-4{
	background-image: url(../images/index-value-4.png);
	background-size: cover;
}
.level-3-content-2 .card .value{
	color: #2d3772;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 24px;
}
.level-3-content-2 .card .text{
    color: #2d3772;
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
}
.level-3 .wave-wrapper-2{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300%;
	height: 270px; /* 拉高整个区域高度 */
	background:
		/* 第一层波浪（最深、最高） */
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='270' viewBox='0 0 1920 270'><path fill='%23090949' fill-opacity='0.6' d='M0,270 C480,0 1440,540 1920,270 L1920,270 L0,270 Z'/></svg>") 0 100% repeat-x,

		/* 第二层波浪（中间） */
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='240' viewBox='0 0 1920 240'><path fill='%23090949' fill-opacity='0.4' d='M0,240 C480,60 1440,420 1920,240 L1920,240 L0,240 Z'/></svg>") 640px 100% repeat-x,

		/* 第三层波浪（最浅） */
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1920' height='210' viewBox='0 0 1920 210'><path fill='%23090949' fill-opacity='0.2' d='M0,210 C480,100 1440,320 1920,210 L1920,210 L0,210 Z'/></svg>") 1280px 100% repeat-x;

	background-size: 1920px 270px, 1920px 240px, 1920px 210px;
	z-index: 0;
}