body {
    background: #fff;
}

.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;
}

.title {
    width: 1200px;
    margin: 0 auto;
}

.p-section {
    /* width: 1200px; */
    /* margin: 0 auto; */
    padding: 100px 0;
    text-align: left;
}

.section-title {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.section-title span:nth-child(1) {
    position: absolute;
    font-size: 80px;
    top: -50px;
    color: #b3b3b3;
    z-index: 0;
}

.section-title span:nth-child(2) {
    position: relative;
    z-index: 1;
    font-weight: bolder;
    font-size: 22px;
}


.content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

.p1-wrap {
    position: absolute;
}

.p1-wrap p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 220px;
    position: absolute;
}

.p1-wrap p span:nth-child(1) {
    font-weight: bold;
}

.p1-wrap p span:nth-child(2) {
    color: #676767;
    font-size: 14px;
    font-weight: bold;
}

.p1-wrap p:nth-child(1) {
    top: 80px;
    right: -423px;
}

.p1-wrap p:nth-child(2) {
    top: 245px;
    right: -626px;
}

.p1-wrap p:nth-child(3) {
    top: 435px;
    right: -423px;
}
















.p2-wrap {
    position: absolute;
}

.p2-wrap p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 400px;
    position: absolute;
}

.p2-wrap p span:nth-child(1) {
    font-weight: bold;
}

.p2-wrap p span:nth-child(2) {
    color: #676767;
    font-size: 14px;
    font-weight: bold;
}

.p2-wrap p:nth-child(1) {
    top: 80px;
    right: 105px;
}

.p2-wrap p:nth-child(2) {
    top: 245px;
    right: 320px;
}

.p2-wrap p:nth-child(3) {
    top: 435px;
    right: 105px;
}








.p3-wrap {
    position: absolute;
}

.p3-wrap p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:400px;
    position: absolute;
}

.p3-wrap p span:nth-child(1) {
    font-weight: bold;
}

.p3-wrap p span:nth-child(2) {
    color: #000;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 25px;
}

.p3-wrap p:nth-child(1) {
top: 97px;
    right: -555px
}