@media all and (max-width:1680px) {
    .w1600 {
        width: 94%
    }
}

@media all and (max-width:1580px) {
    .w1400 {
        width: 94%
    }

    header {
        padding: 0 3%
    }

    .index-section3 .case-common .case-content {
        width: 100%
    }

    .about-page .section3 ul li .item {
        height: 400px
    }

    .index-section6 .content .section-info ul li {
        width: 140px;
        height: 140px
    }
}

@media all and (max-width:1400px) {
    .home-banner .text .info h3 {
        font-size: 80px
    }

    .index-section4 .content ol li {
        height: 130px
    }

    .index-section2 .content .text .pnbtn div {
        width: 60px;
        height: 30px
    }
}

@media all and (max-width:1320px) {
    .index-section6 .content .section-info ul li {
        width: 130px;
        height: 130px
    }
}

@media all and (max-width:1280px) {
    .w1200 {
        width: 94%
    }

    .index-section4 .about-info a {
        width: 200px;
        height: 36px
    }
}

@media all and (max-width:1200px) {
    .case-common .case-content .case-nav-left {
        display: none
    }

    .index-section6 .content .section-info ul li {
        width: 120px;
        height: 120px
    }
}

@media all and (max-width:992px) {
    #container {
        padding-top: 56px
    }

    header {
        position: fixed !important
    }

    header .head-nav {
        height: 56px
    }

    header .head-nav .logo .a{
        display: none !important;
    }
    header .head-nav .logo .b{
        display: block !important;
    }

    .index-section1 .product-grid {
        flex-direction: column;
        height: auto;
    }

    .index-section1 .item-left,
    .index-section1 .item-center,
    .index-section1 .product-col-right {
        width: 100%;
        height: 240px;
        margin-bottom: 10px;
    }

    .index-section1 .product-col-right {
        height: auto;
        margin-bottom: 0;
    }

    .index-section1 .item-right-top {
        margin-bottom: 10px;
    }

    .index-section1 .item-right-top,
    .index-section1 .item-right-bottom {
        height: 240px;
    }

@media all and (max-width:992px) {
    .index-section2 {
        padding-bottom: 0;
        min-height: auto; /* 重置高度 */
    }

    .index-section2 .content {
        flex-direction: column;
        align-items: flex-start; /* 确保左对齐 */
    }
    .index-section2 .section2-bg{
        background: rgba(0, 50, 150, 0.6) !important; /* 深蓝遮罩，根据图片实际颜色调整 */
    }

    .index-section2 .content .section2-left{
        width: 100%;
        margin-bottom: 40px;
    }

    .index-section2 .content .section2-right {
        width: 100%;
        margin-top: 0;
    }

    .index-section2 .industry-grid {
        grid-template-columns: repeat(2, 1fr); /* 移动端改为2列 */
        border: none; /* 移除大边框，避免显示问题 */
    }

    .index-section2 .industry-item {
        height: 140px; /* 稍微减小高度 */
        border: 1px solid rgba(255,255,255,0.2); /* 简单的边框 */
        margin: -1px 0 0 -1px; /* 重叠边框 */
    }

    .index-section2 .industry-item:nth-child(3n) {
        border-right: 1px solid rgba(255,255,255,0.2); /* 重置3n规则 */
    }

    .index-section2 .industry-item:nth-last-child(-n+3) {
         border-bottom: 1px solid rgba(255,255,255,0.2); /* 重置规则 */
    }
    
    /* 重新定义移动端边框逻辑 */
    .index-section2 .industry-item:nth-child(2n) {
         border-right: 1px solid rgba(255,255,255,0.2);
    }
    
    /* 隐藏或调整水波纹在移动端 */
    .index-section2 .wave-box {
        height: 60px;
    }
}

    .index-section6 .content .yzsfw {
        padding: 40px 3% 10px
    }

    .index-section6 .content .yzsfw ul {
        padding: 0
    }

    .index-section6 .content .yzsfw ul::before {
        content: none
    }

    .index-section6 .content .yzsfw ul li {
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px
    }

    .index-section6 .content .yzsfw ul li p {
        margin-top: 10px;
        height: auto
    }

    .index-section6 .content .yzsfw ul span {
        display: none !important
    }

    .index-section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .index-section3 .content-info {
        flex-direction: column;
        gap: 20px;
    }

    .index-section3 .content-info .section3-nav {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        padding: 10px 5px;
        gap: 10px;
        margin-top: 0 !important;
        background: transparent;
        box-shadow: none;
    }
    
    .index-section3 .content-info .section3-nav li {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .index-section3 .content-info .section3-nav li a {
        padding: 8px 15px;
        font-size: 14px;
        background: #fff;
        border: 1px solid #eee;
    }

    .index-section3 .content .item .img {
        height: 180px;
    }


    .index-section4 .content {
        flex-direction: column
    }

    .index-section4 .content .text {
        width: 100%;
        padding: 40px 16px
    }

    .index-section4 .content .text .desc {
        width: 90% !important
    }

    .index-section4 .content ol {
        display: none
    }

    .index-section4 .about-info .text {
        flex-direction: column
    }

    /* New Index Section 4 Mobile Styles */
    .index-section4 {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    
    .index-section4 .sec4-container {
        width: 94%;
    }
    
    .index-section4 .swiper-slide {
        height: 400px;
    }
    
    .index-section4 .slide-content {
        padding: 0 20px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    
    .index-section4 .left-text {
        width: 100%;
    }
    
    .index-section4 .right-num {
        display: none; /* Hide number on mobile or adjust */
    }
    
    .index-section4 .left-text h3 {
        font-size: 24px !important;
    }
    
    .index-section4 .left-text h4 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    
    .index-section4 .left-text .desc {
        display: none; /* Hide long text on mobile */
    }
    
    .index-section4 .sec4-tabs-wrapper {
        bottom: -30px;
        display: none; /* Hide tabs on mobile, use arrows */
    }
    
    /* Show pagination instead of tabs on mobile if needed, or just use arrows */
    .index-section4 .sec4-prev, .index-section4 .sec4-next {
        width: 36px;
        height: 36px;
    }

    /* Index Section 5 Mobile */
    .index-section5 {
        padding: 40px 0;
    }

    .index-section5 .sec5-header {
        flex-direction: column;
        align-items: center;
        border-bottom: none;
        margin-bottom: 20px;
    }

    .index-section5 .sec5-title {
        text-align: center;
        margin-bottom: 15px;
    }

    .index-section5 .sec5-title h2 {
        font-size: 28px;
    }

    .index-section5 .sec5-tabs {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-section5 .sec5-tab-item {
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom: 8px;
        font-size: 14px;
    }

    .index-section5 .sec5-main {
        flex-direction: column;
        gap: 20px;
    }

    .index-section5 .sec5-left,
    .index-section5 .sec5-right {
        width: 100%;
    }

    .index-section5 .news-big-card {
        padding-top: 56.25%; /* 16:9 */
    }

    .index-section5 .big-news-overlay {
        padding: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .index-section5 .big-news-info {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .index-section5 .big-news-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .index-section5 .sec5-bottom {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 10px;
    }

    .index-section5 .qa-link-item {
        padding: 15px;
    }



    .index-section4 .about-info .text>div {
        width: 100%
    }

    .index-section4 .about-info .text ol {
        width: 100%;
        margin-top: 24px;
        flex-wrap: wrap;
        justify-content: center !important
    }

    .index-section4 .about-info .text ol li {
        margin: 6px 0;
        width: 50%
    }

    .index-section5 .news-new {
        height: auto
    }

    .index-section5 .news-new a {
        padding-top: 60%
    }

    /* New Index Section 5 Mobile Styles */
    .index-section5 {
        padding: 40px 0;
    }

    .index-section5 .sec5-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .index-section5 .sec5-header .left {
        margin-bottom: 15px;
    }

    .index-section5 .sec5-header h2 {
        font-size: 28px;
    }

    .index-section5 .sec5-tabs {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }

    .index-section5 .sec5-tab-item {
        margin-left: 0;
        margin-right: 20px;
        font-size: 14px;
        flex-shrink: 0;
    }

    .index-section5 .sec5-featured {
        height: 240px;
        margin-bottom: 20px;
    }

    .index-section5 .sec5-featured .info {
        padding: 15px;
    }

    .index-section5 .sec5-featured .info h4 {
        font-size: 16px;
    }

    .index-section5 .news-list-right {
        padding-left: 0;
        height: auto;
    }

    .index-section5 .sec5-list-item {
        padding: 15px 0;
    }

    .index-section5 .sec5-list-item h4 {
        font-size: 16px;
    }

    .index-section5 .sec5-faq-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 30px;
    }

    footer .content .info {
        flex-direction: column;
        width: 100%
    }

    footer .content .info ol {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px
    }

    footer .copyright>div {
        flex-direction: column
    }

    .nav-item {
        height: 50px
    }

    .nav-item .view-position {
        height: 50px
    }

    .about-page .section1 ol {
        flex-wrap: wrap
    }

    .about-page .section1 ol li {
        width: 50%
    }

    .about-page .section1 .content .text {
        padding: 20px 10px
    }

    .about-page .section3 ul li .item {
        height: 300px
    }

    .about-page .section4 .content {
        flex-direction: column
    }

    .about-page .section4 .content .section4-container {
        width: 100%;
        background-color: #333
    }

    .about-page .section4 .content .section4-container .item {
        height: auto
    }

    .about-page .section4 .content .section4-container .item img {
        position: relative;
        width: 100%;
        display: block
    }

    .about-page .section4 .content .section4-container .item .text {
        position: relative;
        bottom: auto;
        width: 100%;
        padding: 4% 3% 4% 6%;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0)
    }

    .about-page .section4 .content .section4-container .item .text h3 {
        width: 100%;
        margin-bottom: 10px
    }

    .about-page .section4 .content .section4-container .item .text .desc {
        width: 100%;
        border-left: none;
        margin-left: 0 !important;
        padding-left: 0 !important
    }

    .about-page .section4 .content .nav-common {
        display: none
    }

    .service-page ol li {
        flex-direction: column-reverse !important
    }

    .service-page ol li .text {
        width: 100%;
        margin-bottom: 20px
    }

    .service-page ol li .img {
        width: 100%
    }

    .news-list .news-new {
        flex-wrap: wrap
    }

    .news-list .news-new .img {
        width: 100%;
        padding-top: 55%
    }

    .news-list .news-new .text {
        width: 100%;
        margin-top: 20px
    }

    .news-list ol li a .text {
        padding: 3%
    }

    .news-list ol li a .text .time {
        display: none
    }

    .news-list ol li a .img {
        width: 30%;
        padding-top: 24%
    }

    .solution-page .solution-content .hot-case {
        display: none
    }

    .solution-page .solution-content .content {
        width: 100%
    }

    .solution-page .solution-content .content {
        border: none
    }

    .solution-page .solution-content .content .page-info {
        padding: 3% 0
    }

    .prev-next-bottom {
        padding: 10px 0;
        flex-direction: column
    }

    .prev-next-bottom>div {
        width: 100%;
        margin-bottom: 8px
    }

    .page-view-position .back {
        display: none !important
    }

    .page-view-position .nav-bread {
        display: block !important
    }

    .page-view-position .nav-bread * {
        display: inline-block
    }

    .contact-page .section1 ul {
        padding: 20px 10px 20px;
        margin-top: 10px;
        transform: translateY(0);
        flex-wrap: wrap;
        box-shadow: none
    }

    .contact-page .section1 ul li {
        width: 50%;
        flex: auto
    }

    .contact-page .map {
        display: none
    }
}

/*# sourceMappingURL=./style_devices.css.map */