 .section-title {
     font-size: 30px;
     text-align: center;
     margin: 25px auto;
 }

 .banner {
     position: relative;
     background-color: #f0f2f5;
     overflow: hidden;
 }

 .text-content {
     position: absolute;
     top: 50%;
     left: 18%;
     transform: translateY(-50%);
     z-index: 10;
     max-width: 400px;
 }

 .title {
     font-size: 40px;
     font-weight: bold;
     color: #000;
     margin-bottom: 10px;
 }

 .subtitle {
     font-size: 32px;
     color: #000;
     margin-bottom: 20px;
 }

 .desc {
     font-size: 16px;
     color: #042967;
     font-weight: bold;
     margin-bottom: 30px;
 }

 .download-btn {
     padding: 12px 30px;
    background: linear-gradient(180deg, #5192fd, #1d6ced);
     color: #fff;
     border: none;
     border-radius: 10px;
     font-size: 16px;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .download-btn:hover {
     background-color: #096dd9;
 }

 .banner .swiper-container {
     width: 100%;
     height: 570px;
 }



 .banner .banner-item {
     width: 100%;
     display: block;
     min-height: 570px;
     max-height: 570px;
     object-fit: cover;
     background: #096dd9;
 }

 .banner-img {
     width: 100% !important;
     height: 570px;
     object-fit: cover;
 }



 /* 分页器样式 */
 .swiper-pagination {
     bottom: 20px !important;
 }

 .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     background-color: rgba(255, 255, 255, 0.6);
     margin: 0 6px !important;
 }

 .swiper-pagination-bullet-active {
     background-color: #fff;
     width: 80px;
     border-radius: 6px;
 }




 .data-section {
     width: 1100px;
     background: #fff;
     position: relative;
     background-color: hsla(0, 0%, 100%, .4);
     box-shadow: 0 4px 20px 0 hsla(0, 0%, 84.7%, .25);
     padding: 30px 40px;
     border-radius: 20px;
     margin: -90px auto 20px auto;
     z-index: 99;
     -webkit-backdrop-filter: blur(30px);
     backdrop-filter: blur(30px);
     border: 1px solid #fff;
 }

 .data-container {
     display: flex;
     justify-content: space-evenly;
     /* 水平居中 */
     align-items: center;
     /* 垂直居中（若有需要） */
     /* max-width: 800px; */
     /* 可根据页面宽度调整 */
     margin: 0 auto;
     /* 让容器在页面中水平居中 */
 }

 .data-item {
     text-align: center;
     margin: 0 50px;
 }

 .data-item img {
     width: 80px;
     height: 80px;
     margin-bottom: 10px;
 }

 .data-number {
     font-size: 24px;
     font-weight: bold;
     color: #333;
     margin-bottom: 5px;
 }

 .data-desc {
     font-size: 14px;
     font-weight: bold;
     color: #333;
 }

 .feature-section {
     height: 781px;
     background-image: url(../images/featuresBg.c1dd646d.png);
     background-repeat: no-repeat;
     background-size: 100%;
 }

 .feature-wrap {
     /* position: absolute;
    left: 0;
    top: 0; */



 }

 .feature-swiper .feature-img {
     display: block;
     width: 90%;
     height: auto;
     margin: 0 auto;
 }

 .feature-wrap .swiper-container {
     width: 1200px;
     margin: auto;
     overflow: hidden;
 }

 .feature-btn {
     width: 100px;
     height: 50px;
     margin: 10px auto;
     /* background: red; */
     display: flex;
     justify-content: space-between;
     position: relative;
     margin-top: -60px;
     z-index: 999;
 }

 /* .feature-btn .btn-item {
     background: #096dd9;
     height: 50px;
     width: 50px;
     position: relative;
 }
 .feature-btn .btn-item img {
    width: 100%;
    height: 100%;
 } */





 .purpose-section {
     background: #F6F8FF;

 }

 .purpose-wrap {
     width: 1200px;
     margin: 10px auto;
 }

 .pw-item1 {
     display: flex;
     justify-content: space-between;
 }

 .pw-item1-left {
     width: 715px;
     display: flex;
     flex-direction: column;
     /* background: red; */
 }

 .pw-item-elm {
     display: flex;
     align-items: center;
     padding: 10px 30px;
     background: #fff;
     border-radius: 10px;
     overflow: hidden;
 }

 .pw-item-elm p {
     display: flex;
     flex-direction: column;
 }

 .pw-item-elm p span:nth-child(1) {
     font-weight: bold;
     font-size: 18px;
     margin-bottom: 10px;
 }

 .pw-item-elm p span:nth-child(2) {
     color: #8e939f;
 }

 .pw-item-elm img {
     margin-left: auto;
 }


 .pw-item-elm-wrap {
     display: flex;
     justify-content: space-between;
 }

 .pw-item-elm-wrap .pw-item-elm {
     width: 40%;
     margin-top: 20px;
 }

 .pw-item1-right {
     width: 39%;
     background: #EAF2FF;
     display: flex;
     flex-direction: column;
     border-radius: 10px;
 }

 .pw-item1-right p {
     display: flex;
     flex-direction: column;
     margin: 20px 20px 0px 20px;
     font-size: 14px;
 }

 .pw-item1-right p span:nth-child(1) {
     font-weight: bold;

 }

 .pw-item1-right p span:nth-child(2) {
     color: #8e939f;
     margin-top: 10px;
 }

 .pw-item2 {
     display: flex;
     justify-content: space-between;
     margin: 20px 0;
 }


 .about-section {
     background: #fff;
 }

 .about-swiper {
     width: 1200px;
     height: 305px;
     margin: 0 auto;
     overflow: hidden;
     padding-bottom: 20px;
     padding-top: 20px;
 }

 .about-swiper .swiper-wrapper {
     width: 1200px;
     height: 305px;
 }

 .about-swiper .swiper-slide {
     width: 1200px;
     height: 305px;
 }

 .about-item-slide {
     width: 1200px;
     height: 305px;
     display: flex;
     justify-content: space-between;

 }

 .ais-left {
     width: 243px;
     height: 242px;
     padding: 12px 24px 56px 24px;
     background: #f6f6f6;
     border-radius: 10px;
     display: flex;
     flex-direction: column;
     position: relative;
 }

 .ais-left p:nth-child(1) {
     font-size: 60px;
     color: #e5e5e5;
     font-weight: bolder;
 }

 .ais-left p:nth-child(2) {
     color: #000;
     font-weight: bolder;
     font-size: 18px;
     margin-bottom: 20px;
 }

 .ais-left p:nth-child(3) {
     font-size: 14px;
     line-height: 24px;
     color: #666;
 }

 .ais-mid {
     width: 548px;
     height: 242px;
     padding: 12px 24px 56px 24px;
     background: #fff;
     position: relative;
     border-radius: 10px;
     background: url(../images/ais-item-bg.png);
     background-size: cover;

 }

 .ais-mid img {
     position: absolute;
     width: 204px;
     height: 300px;
     top: -38px;
     left: 25px;
 }

 .ais-mid-p {
     margin-left: 250px;
     padding-right: 20px;
     display: flex;
     flex-direction: column;
     position: relative;
 }

 .ais-mid-p span:nth-child(1) {
     position: absolute;
     top: -0px;
     font-size: 50px;
     color: #ffffff48;
     z-index: 1;
     font-weight: bolder;

 }

 .ais-mid-p span:nth-child(2) {
     margin-top: 40px;
     color: #fff;
     font-weight: bold;
     font-size: 18px;
     position: relative;
     z-index: 2;
 }

 .ais-mid-p span:nth-child(3) {
     letter-spacing: -18px;
     font-weight: bolder;
     color: orange;
     font-size: 30px;
     margin: 0px 0px 20px 0;
 }

 .ais-mid-p span:nth-child(4) {
     color: #fff;
     font-size: 14px;
 }


 .about-swiper .feature-btn {
     width: 635px;
     height: 50px;
     margin: 10px auto;
     /* background: red; */
     display: flex;
     justify-content: space-between;
     position: relative;
     margin-top: -155px;
     z-index: 999;
 }


 .bottom-section {
     height: 220px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     background: #1890ff;
     background-image: url(../images/speciality.66f2ce15.png);
 }