.swiper-container {
    position: relative;
    max-height: 650px;
    overflow: hidden;
}

.banner1 {
    position: relative;
}

.banner1 .banner1-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -50%);
    width: 600px;
}

.banner1 .banner1-image {
    position: absolute;
    right: -150px;
    bottom: -20px;
    width: 600px;
}

.banner-index-text {
    position: absolute;
    top: 243px;
    left: 131px;
    color: #122C7A;
    font-size: 85px;
    font-weight: bold;
}

.main-desc {
    position: relative;
    margin: 50px auto 0;
    width: 1380px;
}

.main-desc .desc-content {
    padding: 46px 200px 46px 87px;
    width: 1022px;
    line-height: 50px;
    color: #383838;
    font-size: 24px;
    box-sizing: border-box;
    background-color: #EAF4FE;
}

.main-desc .desc-image {
    position: absolute;
    top: 90px;
    left: 880px;
    width: 500px;
    box-shadow: 0px 2px 22px #122C7A;
}

.main-intro {
    margin-top: 100px;
    text-align: center;
}

.main-title {
    display: inline-block;
    padding: 10px 75px;
    color: #122C7A;
    font-size: 50px;
    border: 1.5px solid #122C7A;
}

.main-title-desc {
    margin: 50px 30px;
    color: #383838;
    font-size: 32px;
}

.product-list {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.product-list .product-item {
    width: 380px;
    height: 390px;
    border: 1px solid #e4e7ed;
    text-align: center;
    box-sizing: border-box;
}

.product-list .product-item img {
    width: 240px;
}

.product-list .product-item p {
    margin-top: 20px;
    font-size: 22px;
}

.product-list .product-app-image {
    width: 100% !important;
    height: 315px;
}

.hexagon {
    margin: 100px auto;
    max-width: 990px;
}

.hexagon-row {
    display: flex;
    justify-content: center;
}

.hexagon-row:nth-child(2),
.hexagon-row:nth-child(3) {
    margin-top: -40px;
}

.hexagon-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('../images/index/hexagon_bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 35px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 15px;
    width: 300px;
    height: 300px;
}

@media only screen and (max-width: 992px) {

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        display: none;
    }

    .banner1 .banner1-text {
        left: calc(50% + 100px);
        width: 520px;
    }

    .banner1 .banner1-image {
        width: 550px;
    }

    .main-desc .desc-content {
        font-size: 30px;
        line-height: 60px;
    }

    .main-title {
        font-size: 50px;
    }

    .main-title-desc {
        font-size: 30px;
    }

    .product-list {
        gap: 20px;
    }

    .product-list .product-item {
        width: 300px;
        height: 400px;
    }

    .product-list .product-app-image {
        width: 100% !important;
        height: 310px;
    }

    .product-list .product-item p {
        font-size: 30px;
    }

    .footer-content {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1280px) {
    .main-desc {
        width: inherit;
    }

    .main-desc .desc-content {
        margin-left: 30px;
        margin-right: 30px;
        padding: 46px 60px;
        width: inherit;
    }

    .main-desc .desc-image {
        display: none;
    }
}