.bannerbox {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.allcontainerbox {
    width: 100%;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.thetitlebox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
}

.thetitle {
    line-height: 40px;
    margin: 0;
    font-size: 56px;
    font-weight: 600;
    font-family: 'SourceHanSansSC-Heavy', Arial, sans-serif;
}

.titleline {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100px;
    height: 6px;
    background: linear-gradient(to right, #2b8c85, #38b13b);
}

.productlistbox {
    display: flex;
    flex-wrap: wrap;
    gap: 26px 2%;
    justify-content: left;
}

.product-item {
    width: 23.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 8px rgba(10, 26, 167, 0.096);
    padding: 0px 0 20px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item:hover {
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(10, 26, 167, 0.15); 
}

.productimgbox {
    width: 100%;
    aspect-ratio: 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}

.product-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-align: center;
    word-break: break-all;
    white-space: normal;
    padding: 0 8px;
    box-sizing: border-box;
    margin-top: 20px;
    text-transform: uppercase;
}



.caselistbox {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 2%;
    justify-content: space-between;
}

.case-item {
    width: 32%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(43, 140, 134, 0.11);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 24px 0px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}


.case-item:hover {
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(43, 140, 134, 0.2); 
}

.case-imgbox {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
}

.case-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin: 16px 0 24px 0;
    line-height: 1.3;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 0 10px;
    box-sizing: border-box;
}

.case-btn {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    background: linear-gradient(to right, #2b8c85, #38b13b);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.3s, box-shadow 0.3s, filter 0.3s;
    box-shadow: 0 2px 8px rgba(43, 140, 133, 0.08);
    margin-top: auto;
}

.case-btn:hover {
    filter: brightness(1.08);
    background: linear-gradient(to right, #38b13b, #2b8c85);
}

.advcontainer {

    width: 100%;
    /* text-align: center; */

}

.subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.advlistbox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 7px;

    margin: 0 auto;
}

.block {

    display: flex;
    justify-content: center;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* .block:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
} */


.block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

.blockinner {
    width: 100%;
    padding: 70px 50px;
    transition: all 0.5s;
}

.blockinner p {
    margin: 0 auto;
}

.blockinnertou1 {
    transition: ease all .3s;
    background: linear-gradient(90deg, rgba(56, 177, 59, 0.85), rgba(43, 140, 134, 0.85));
}

.blockinnertou1:hover {
    background: rgba(56, 177, 59, 0.1);
}
.blockinnertou2:hover {
    background: rgba(43 140 134 / 43%);
}
.blockinner:hover h3{
    text-shadow: 0 0 10px #000000;
}

.blockinner:hover p{
    text-shadow: 0 0 10px #000000;
}


.blockinnertou2 {
    background: linear-gradient(90deg, rgba(43, 140, 134, 0.85), rgba(56, 177, 59, 0.85));

}



/* .block:nth-child(4)::before {
    background: linear-gradient(90deg, #f7971e, #ffd200);
} */

.block i {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.block:nth-child(1) i {
    color: #FF416C;
}

.block:nth-child(2) i {
    color: #38ef7d;
}

.block:nth-child(3) i {
    color: #4A00E0;
}

.block:nth-child(4) i {
    color: #f7971e;
}

.block h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffffff;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.block p {
    color: #ffffff;
    line-height: 1.6;
    width: 70%;
    margin: 0 auto;
}

.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    height: 310px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 10;


    animation: pulse 3s infinite;
}

.inner-circle {
    width: 280px;
    height: 280px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 5px solid #2b8c85;
    box-shadow: 0 2px 12px rgba(43, 140, 133, 0.15);
}

.center-logo {
    width: 110%;
    height: 110%;
    object-fit: contain;
    margin-bottom: 12px;
}

.center-title {
    color: #5e5e5e;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
}

.news-item {
    background: #fff;
    /* box-shadow: 0 2px 8px rgba(43,140,133,0.08); */
    padding: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    align-items: left;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
    transform: scale(1.05); 
    box-shadow: 0 5px 15px rgba(43, 140, 134, 0.2); 
}

.news-imgbox {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f6f6f6;
}

.news-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-date {
    margin: 14px 0 6px 0;
    color: #20605A;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;

}

.news-title {
     font-size: 20px;
    color: #222;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.news-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
}

.newsseemorebtnbox {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.newsseemorebtn {
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    background: linear-gradient(to right, #2b8c85, #38b13b);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.3s, box-shadow 0.3s, filter 0.3s;
    box-shadow: 0 2px 8px rgba(43, 140, 133, 0.08);
    margin-top: auto;
}

.aboutbox {
    width: 100%;
    background-size: cover;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.aboutwordbox {
        margin-top: 30px;
    border-radius: 15px;
    padding: 10px;
    background: #0d87cf78;
    width: 99%;
}

.aboutwordboxall {
    padding-top: 30px;
}

.aboutcontainer {
    width: 100%;
    height: 100%;
    position: relative;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); */
}

.theaboutword {
    color: #ffffff;
}

.abouttitleword {
    font-family: 'SourceHanSansSC-Heavy', Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 20px;
}

.abouttitlewordtwo {
    font-size: 26px;
}

.theaboutwordp {
    line-height: 40px;
    font-size: 18px;
}

.aboutremorebtn {
    margin-top: 20px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    background: linear-gradient(to right, #2b8c85, #38b13b);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0, 108, 250, 0.06);
}

.aboutremorebtn:hover {
    background: #fff;
    color: #2b8c85;

}

.aboutfouritembox {
    padding: 10px;
    background-color: #ffffffe0;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    border-radius: 15px 15px 0 0px;
    /* align-items: center; */
    gap: 0;
}

.ourpartnersbox {
    overflow: hidden;
    background-color: #ffffffe0;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 15px 15px;
    /* border-top: #006cfa    1px solid; */
    align-items: center;
    gap: 0;
}

.ourpartnerstitle {
    margin: 14px auto;
}

.ourpartnerstitle p {
    font-size: 56px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.partnersitembox {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.scroll-wrapper {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}

.gradient-mask-left,
.gradient-mask-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4rem;
    z-index: 10;
    pointer-events: none;
}

.gradient-mask-left {
    left: 0;
    background: linear-gradient(to right, #f9fafb47, transparent);
}

.gradient-mask-right {
    right: 0;
    background: linear-gradient(to left, #f9fafb47, transparent);
}

.scroll-content {
    display: flex;
    animation: scrollPartners 20s linear infinite;
}

.partner-group {
    margin-left: 3rem;
    display: flex;
    gap: 20px;
}

.partner-icon {

    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.partner-icon img {
    width: 100%;
    height: auto;

}

.partner-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.partner-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #165DFF;
}


@keyframes scrollPartners {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.fouritemone {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
}

.fouritemone:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 111px;
    background: #818181;
    opacity: 0.3;
}

.abbigblue {
    font-weight: 600;
    margin: 0;
    color: #2b8c85;
    font-size: 58px;
}

.fourkittleword {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 18px;
}

.aboutfoot {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    z-index: 2;
    padding: 0;
    margin: 0;
}
.aboutneedkong{
    height: 160px;
}
 .aboutwordbox p {
        text-shadow: 0 0  24px #000;
        color: white; 
    }



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.footer-note {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 40px;
    font-size: 0.9rem;
}

@media (max-width: 1700px) {
    .blockinner {
        padding: 35px 50px;
    }

    .center-circle {
        width: 246px;
        height: 246px;
    }

    .inner-circle {
        width: 220px;
        height: 220px;
    }

    .center-title {
        font-size: 22px;
    }
}


@media (max-width: 1400px) {
    .tothetop {
        height: 70px;
    }

    .container {
        width: 85%;
    }

    .thetitle {
        font-size: 40px;
    }
}

@media (max-width: 1300px) {

    .container {
        width: 90%;
    }
}

@media (max-width: 1200px) {

    .container {
        width: 99%;
    }
    .containertwo{
        width: 99%;
        margin: 0 auto;
    }
    .aboutbox{
        width: 100%;
    }
    .blockinner{
        padding: 0;
    }
    .blockinnertou2{
        padding: 20px 20px 20px 130px;
    }
    .blockinnertou1{
        padding: 20px 130px 20px 20px;
    }
    .block h3{
        width: 100%;
    }
    .block p{
        width: 100%;
    }
    .abbigblue{
        font-size: 44px;
    }
    .ourpartnerstitle p{
        font-size: 44px;
        margin: 0;
    }
    .scroll-wrapper{
        padding: 8px 0;
    }
     .partner-icon {
        width: 110px;
        height: 110px;
    }
    .abouttitleword {
        margin: 10px 0 10px 0;
    }
    .aboutwordboxall{
        padding-top: 30px;
    }
    /* .aboutwordbox{
        width: 70% ;
    } */
    .aboutwordbox{
        padding: 0px 0px 0px 10px;
    }
    
}

@media (max-width: 1100px) {
    .case-title {
        font-size: 16px;
    }
}

@media (max-width: 996px) {
    .thetitle {
        font-size: 35px;
    }

    .thetitlebox {
        margin-top: 30px;
    }



    .titleline {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .center-circle {
        width: 200px;
        height: 200px;
    }

    .inner-circle {
        width: 180px;
        height: 180px;
    }
        .blockinnertou2 {
        padding: 20px 20px 20px 100px;
    }
        .blockinnertou1 {
        padding: 20px 100px 20px 20px;
    }
    .center-title {
        font-size: 20px;
    }
    .partner-icon {
        width: 100px;
        height: 100px;
    }
    
}

@media (max-width: 992px) {
    .product-item {
        width: 31.5%;
    }

    .productlistbox {
        gap: 13px 2.7%;
        justify-content: left;
    }
}

@media (max-width: 800px) {
    .center-circle{
        display: none;
    }
    .blockinnertou2{
        padding: 20px 20px 20px 20px;
    }
    .blockinnertou1 {
        padding: 20px 20px 20px 20px;
    }
    .block{
        border-radius: 15px;
        overflow: hidden;
    }

    .abouttitleword {
    font-size: 26px;  
}
.abouttitlewordtwo {
    font-size: 20px;
}

}

@media (max-width: 768px) {

    .partner-group {
        gap: 3rem;
    }
    .abouttitleword {
    font-size: 26px;
    margin-bottom: 20px;
    
}
.abouttitlewordtwo {
    font-size: 20px;
}
}

@media (max-width: 768px) {
    .advlistbox {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        height: auto;
        gap: 25px;
    }

    .block h3{
        font-size: 22px;

    }

    .center-circle {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 30px auto;
    }

    h1 {
        font-size: 2.2rem;
    }
    .partner-icon {
        width: 90px;
        height: 90px;
    }
    /* .aboutwordbox{
        width: 85%;
    } */
}

@media (max-width: 762px) {
    .case-item {
        width: 49%;
    }
    .thetitle {
        font-size: 22px;
    }
    .titlelinecase{
        width: 50px;
    }
}
@media (max-width: 692px) {
    .aboutfouritembox {
        flex-wrap: wrap; 
    }
    .product-title {
    font-size: 14px;
     white-space: normal;
    word-wrap: normal;
    overflow-wrap: normal;
    word-break: normal;
}

    .fouritemone {
        flex: 0 0 50%; 
        margin-bottom: 0px; 
    }

    .fouritemone:nth-child(2n)::after {
        content: none; 
    }
        .ourpartnerstitle p {
        font-size: 22px;
    }
}
@media (max-width: 630px) {
   .thetitle{
    font-size: 27px;
   }
    .aboutwordbox {
        width: 99%;
    }
}

@media (max-width: 500px) {
    .product-item {
        width: 48.5%;
    }
    .aboutfoot{
        bottom: -1px;
    }
    .aboutneedkong{
        height: 126px;
    }

}

@media (max-width: 400px) {
   .abbigblue{
    font-size: 32px;
   }
   .thetitle {
        font-size: 20px;
    }
    

}