.bannerbox {
    width: 100%;
    margin-top: 90px;
    height: auto;
    overflow: hidden;
}

.indexall {
    width: 100%;
    margin-top: 60px;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.container {
    width: 80%;
    /* background: #e73939; */
    margin: 0 auto;
}


.container-main {
    width: 100%;
    background: #fafafa;
    margin: 0 auto;
}

container-main-one{
    width: 100%;
    /* background: #e73939; */
    margin: 0 auto;
    margin-top: 0; padding-top: 0;  width: 80%;
}

.aboutcontainer {
    margin-top: 2.5%;
}

.thetitlebox {
    width: 100%;
    text-align: center;
}

.thetitle {
    font-size: 50px;
    font-weight: 600;
    color: #053b83;
    margin: 0px 0 20px 0;
}

.titleline {
    margin: 0px auto 40px;
    width: 100px;
    height: 6px;
    background: #feca0a;

}

.casebox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.caseimgbox {
    aspect-ratio: 16 / 11;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.case-item {
    width: calc((100% - 40px) / 3);
    box-shadow: 0 2px 8px rgba(10, 26, 167, 0.096);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
}

.casetitlebox p {
    text-align: center;
    font-size: 22px
}

.aboutlittleword {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #053b83;

}

.aboutinbox {
    width: 100%;
    height: 100%;
}

.aboutinboxin {
    width: 100%;
    height: 100%;
    background: #053c83cc;
}

.aboutinnerbox {
    width: 100%;
    display: flex;
    padding-top: 156px;
    justify-content: left;
    gap: 1.625%;

}

.about-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.about-item-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-item-word p {
    color: #ffffff;
}
.aboutword{
    text-align: left;
}

.aboutwordtitle {
    font-size: 22px;
    text-transform: uppercase
}



.aboutsvgbox {
    width: 100%;
    position: relative;
}

.aboutsvgbox svg {
    width: 100%;
    display: block;
}

.about-topbox {
    display: flex;

}

.aboutimg-box {
    width: 44%;
    border-radius: 0 60px 0 60px;
    overflow: hidden;
    aspect-ratio: 16 / 12;
}

.aboutimg-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutword-box {
    box-sizing: border-box;
    padding-left: 10%;
    width: 50%;
}

.aboutuswordp {
    color: #053b83;
    font-size: 50px;
    font-weight: 600;
    margin: 30px 0;
    border-bottom: none !important;
    text-decoration: none !important;
}

.aboutwordptwo {
    line-height: 32px;
    font-size: 18px;
    color: #666674;
}

.about-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #feca0a;
    background-color: #feca0a;
    border-radius: 0 10px 0 10px;
    text-decoration: none;
    margin-top: 50px;
    transition: background-color 0.3s ease;
}

.about-btn:hover {
    font-weight: 600;
    color: #feca0a;
    background-color: #ffffff;
    border: 1px solid #feca0a;
    border-radius: 10px 0 10px 0;
}

.aboutthefourbox {
    display: flex;
    justify-content: center;
    gap: 2.666%;
    margin-top: 65px;
    min-height: 200px;
}

.aboutthefouritem {
    width: 23%;
    border-radius: 0 0 20px 0;
    box-shadow: 0 2px 8px rgba(10, 26, 167, 0.096);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    background: #ffffff;
}

.fouritemimg {
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    justify-content: center;
}

.fouritemimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fouritemword p {
    color: #505050;
    font-size: 18px;
    font-weight: 600;
}

.fouritemword p span {
    font-size: 50px;
    font-weight: 600;
    margin-right: 10px;
    color: #2d2d2d;
}

.servicebox {
    margin-top: 2.5%;
    width: 100%;
}

.serviceboxininner {
    background: #252525b8;

}

.theserviceitem {
    width: 100%;
    padding-top: 150px;
    box-sizing: border-box;
    
}

.theserviceitemtop {
    width: 100%;
    display: flex;
}

.theserviceitembottom {
    width: 100%;
    display: flex;
}

.caseitemsone {
    width: 18.1818%;
    display: flex;
    padding: 28px;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
}

.notsirclep {
    font-size: 24px;
    color: #ffffff;

}

.caseitemsoneleft {
    border-left: 1px solid #fff;
}

.caseitemsoneright {
    border-right: 1px solid #fff;
}

.caseitemshalfone {
    width: 9.0909%;
}




.thetencircle {
    width: 87%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.circle {
    width: 80px;
    height: 80px;
    aspect-ratio: 1 / 1;
    background-color: #feca0a;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.circle p {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}

.circle-smneed {
    display: none;
}
.aboutword {
    
    font-size: 18px;
    /*width: 91%;*/
    margin: 47px auto;
    line-height: 24px;
    
}

@media(max-width:1700px) {
    .thetencircle {
        width: 88%;
    }
}

@media(max-width:1400px) {
    .thetencircle {
        width: 89%;
    }
    .about-item-word p {
        color: #ffffff;
        text-align: center;
    }
    .servicebox{
        margin-top: 30px;
    }

    .container {
        width: 85%;
    }

    .indexall
     {
        margin-top: 30px;
    }

    .thetitle {
        font-size: 46px;
        margin: 0px 0 8px 0;
    }

    .titleline {
        margin: 0px auto 16px;
    }

    .aboutinnerbox {
        padding-top: 60px;
    }

    .about-item-img {
        width: 60px;
        height: 60px;
    }

    .aboutwordtitle {
        font-size: 20px;
        margin: 10px;
    }

    .aboutword {
        width: 90%;
        margin: 14px auto;
    }

    .caseitemsone {
        padding: 28px;
    }

}

@media(max-width:1270px) {
    .aboutthefourbox {
        flex-wrap: wrap;
    }

    .aboutthefouritem {
        width: 35%;
    }

    .aboutthefouritem {
        margin-top: 30px;
    }
}

@media(max-width:1200px) {
    .container {
        width: 95%;
    }
    .bannerbox {
        margin-top: 72px;
    }

    .thetitle {
        font-size: 38px;
    }

    .aboutlittleword {
        font-size: 18px;
        margin: 0;
    }

    .theserviceitem {
        display: flex;
        flex-direction: row;
    }

    .theserviceitembottom {
        order: 1;
        flex-direction: column;
    }

    .thetencircle {
        order: 2;
        flex-direction: column;
    }

    .theserviceitemtop {
        order: 3;
        flex-direction: column;
    }

    .caseitemsone {
        width: 100%;
    }

    .caseitemsoneleft,
    .caseitemsoneright {
        border: 0;
    }

    .circle-smneed {
        display: flex;
    }

    .circle p {
        margin: 0;
    }

    .thetencircle {
        display: none;
    }

    .caseitemsone {
        text-align: left;
    }

    .notsirclep {
        margin: 10px 0 10px 10px;
    }

    .circle {
        width: 70px;
        height: 70px;
    }

    .circle p {
        font-size: 38px
    }

    .theserviceitem {
        padding-top: 30px;
    }
    .footneedbox {
    height: 20px;
}




}

@media(max-width:998px) {
    .thetitle {
        font-size: 32px;
    }

    .aboutinnerbox {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .about-item {
        width: 33.33%;
    }

    .aboutinnerbox {
        gap: 0;
    }

    .about-topbox {
        flex-direction: column;
        min-height: auto;
    }

    .aboutimg-box {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 0 45px 0 45px;
    }

    .aboutword-box {
        width: 100%;
        padding-left: 0;
    }

    .aboutuswordp {
        font-size: 40px;
        margin: 20px 0;
        border-bottom: none !important;
        text-decoration: none !important;
    }

    .fouritemword p span {
        font-size: 40px;
    }
}
@media(max-width:998px){
    .about-btn{
        margin-top: 25px;
    }
    .aboutthefourbox {
            margin-top: 5px;
    }
}

@media(max-width:762px) {
    
    .circle {
        width: 50px;
        height: 50px;
    }

    .notsirclep {
        font-size: 18px;
    }

    .caseitemsone {
        padding: 12px;
    }


}

@media(max-width:684px) {
    .container {
        width: 99%;
    }

    .aboutword-box {
        padding-left: 1%;
    }

}

@media(max-width:674px) {
    .about-item {
        width: 50%;
    }


}
@media(max-width:500px) {
    .casebox{
        flex-direction: column;
    }
    .case-item{
        width: 100%;
    }



}

@media(max-width:490px) {
    .fouritemword p span {
        font-size: 32px;
    }

    .fouritemimg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .aboutthefouritem {
        margin-top: 17px;
    }
    .aboutthefouritem{
        padding: 0 12px;
    }
    .aboutthefourbox{
        margin-top: 10px;
    }
        .aboutthefouritem {
        width: 39%;
    }


}

@media(max-width:450px) {
    .circle {
        width: 28px;
        height: 28px;
    }

    .circle p {
        font-size: 18px;
    }

    .aboutuswordp {
        font-size: 28px;
        margin: 15px 0;
        border-bottom: none !important;
        text-decoration: none !important;
    }

    .aboutwordptwo {
        font-size: 16px;
        line-height: 28px;
    }

    .about-btn {
        padding: 10px 20px;
        font-size: 14px;
        margin-top: 30px;
    }

    .aboutimg-box {
        border-radius: 0 30px 0 30px;
    }

}

.swiper-pagination-bullets {
    --swiper-pagination-bullet-horizontal-gap: 12px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

/* 小屏幕时分页点调整 */
@media(max-width: 768px) {
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
    
    .swiper-pagination-bullets {
        --swiper-pagination-bullet-horizontal-gap: 8px;
    }
}


@media(max-width: 480px) {
    .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }
    
    .swiper-pagination-bullets {
        --swiper-pagination-bullet-horizontal-gap: 6px;
    }
}

.product-numbers {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


.product-number {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    z-index: 9998;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.product-number span {
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
}

.product-number:hover {
    background: #007bff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.product-number:hover span {
    color: white;
}

.product-tooltip {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    text-align: center;
}

.product-number:hover .product-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 12px 30px rgba(0, 0, 0, 0.25), 0 6px 18px rgba(0, 0, 0, 0.15);
}

.product-tooltip img {
    width: 300px;

    object-fit: cover;
    border-radius: 4px;

}

.product-tooltip p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}


.product-number:nth-child(1) {
    top: 31%;
    left: 31%;
}

.product-number:nth-child(2) {
    top: 26%;
    left: 70%;
}

.product-number:nth-child(3) {
    top: 36%;
    left: 59%;
}

.product-number:nth-child(4) {
    top: 59%;
    left: 14%;
}

.product-number:nth-child(5) {
    top: 63%;
    left: 37%;
}

.product-number:nth-child(6) {
    top: 76%;
    left: 14%;
}

.product-number:nth-child(7) {
    top: 79%;
    left: 75%;
}





@media(max-width: 768px) {
    .product-numbers {
        position: absolute;
        top: 50px;
    }
    
    .product-number {
        width: 32px;
        height: 32px;
    }
    
    container-main-one {
        margin-top: 30px; 
        padding-top: 0;  
        width: 80%;
    }
    
    .product-number span {
        font-size: 14px;
    }
    
    .product-tooltip {
        min-width: 120px;
        padding: 4px;
        bottom: 45px;
    }
    
    .product-tooltip img {
        width: 110px;
        height: 80px;
    }
    
    .product-tooltip p {
        font-size: 14px;
    }
    
    .product-number:nth-child(1) {
        top: 24%;
        left: 31%;
    }
    
    .product-number:nth-child(2) {
        top: 20%;
        left: 70%;
    }
    
    .product-number:nth-child(3) {
        top: 29%;
        left: 59%;
    }
    
    .product-number:nth-child(4) {
        top: 51%;
        left: 13%;
    }
    
    .product-number:nth-child(5) {
        top: 52%;
        left: 37%;
    }
    
    .product-number:nth-child(6) {
        top: 64%;
        left: 12%;
    }
    
    .product-number:nth-child(7) {
        top: 68%;
        left: 75%;
    }
    
}



@media(max-width: 480px) {
    .product-number {
        width: 24px;
        height: 24px;
    }
    
    .product-number span {
        font-size: 10px;
    }
    
    .product-tooltip {
        min-width: 90px;

        bottom: 35px;
    }
    
    .product-tooltip img {
        width: 80px;
        height: 55px;
    }
    
    .product-tooltip p {
        font-size: 12px;
    }
    
    .product-number:nth-child(1) {
        top: 20%;
        left: 30%;
    }
    
    .product-number:nth-child(2) {
        top: 16%;
        left: 69%;
    }
    
    .product-number:nth-child(3) {
        top: 25%;
        left: 58%;
    }
    
    .product-number:nth-child(4) {
        top: 47%;
        left: 12%;
    }
    
    .product-number:nth-child(5) {
        top: 48%;
        left: 36%;
    }
    
    .product-number:nth-child(6) {
        top: 60%;
        left: 11%;
    }
    
    .product-number:nth-child(7) {
        top: 64%;
        left: 74%;
    }
}



.product-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    border-radius: 12px;
    padding: 20px;
    max-width: 90%;
    max-height: 90%;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: #333;
}

.modal-content img {
    max-width: 100%;
    max-height: 70vh;
    border-radius: 8px;
    margin-bottom: 15px;
}

.modal-content h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}


.product-number.active {
    background: #007bff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.product-number.active span {
    color: white;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-extrabold {
    font-weight: 800;
}

.font-weight-black {
    font-weight: 900;
}


.text-stroke-black {
    -webkit-text-stroke: 1px black;
    text-stroke: 1px black;
}

.text-stroke-black-thick {
    -webkit-text-stroke: 2px black;
    text-stroke: 2px black;
}


.text-shadow-stroke {
    text-shadow: 
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.text-shadow-stroke-thick {
    text-shadow: 
        -2px -2px 0 black,
        2px -2px 0 black,
        -2px 2px 0 black,
        2px 2px 0 black;
}


.bold-stroke-text {
    font-weight: 700;
    -webkit-text-stroke: 1px black;
    text-stroke: 1px black;
}

.bold-shadow-stroke {
    font-weight: 700;
    text-shadow: 
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}