.news-header .news-arrow-btn{
    display: none;
}
.float-btn {
    display: none;
}
.mb-language-switch{
    display: none;
}
.footer-map{
    opacity: 0;
}
.map-container{
    height: 1px;
    width: 1px;
}
.pageTarget {display: none;}
.signal {display: block;}
.zx-left-nav {display: block;}
/* 移动端样式优化 */
@media screen and (max-width: 768px) {
    a{text-decoration: none;}
    /* 导航栏样式优化 */
    .navbar {
        padding: 0;
        background: #002060;
        position: fixed;
        width: 100%;
        z-index: 1010;
        top: 0;
        border-top: none;
        height: auto;
    }
    .navbar ul li:hover a {
        color: #fff;
    }
    .navbar ul li.active a {
        color: #2db7f5;
    }
    .navbar .dropdown{
        text-align: left;
    }
    .nav-container {
        padding: 12px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
    }

    .logo-container {
        display: flex;
        align-items: center;
    }

    .logo-img {
        height: 36px;
        width: auto;
    }

    .logo-text {
        font-size: 16px;
        margin-left: 10px;
        color: #fff;
    }

    /* 汉堡菜单样式 */
    .menu-toggle {
        width: 24px;
        height: 24px;
        position: relative;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        background: none;
        border: none;
        padding: 0;
        z-index: 1001;
    }

    .menu-toggle span {
        display: block;
        height: 2px;
        width: 24px;
        background: #fff;
        transition: all 0.3s ease;
    }

    .menu-toggle.active span:first-child {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:last-child {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* 导航菜单样式 */
    .navbar ul {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background: #002060;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar ul.active {
        display: block;
    }

    .navbar ul li {
        margin: 0;
        padding: 0;
        background: #002060;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar ul li a {
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 15px;
        background: #002060;
        text-decoration: none;
    }

    /* 下拉菜单样式 */
    .navbar ul li.has-dropdown > a {
        position: relative;
    }

    .navbar ul li.has-dropdown > a:after {
        content: '';
        width: 8px;
        height: 8px;
        border-right: 2px solid rgba(255, 255, 255, 0.7);
        border-bottom: 2px solid rgba(255, 255, 255, 0.7);
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        margin-left: 8px;
    }

    .navbar ul li.has-dropdown.active > a:after {
        transform: rotate(-135deg);
    }

    .navbar ul li.has-dropdown {
        background: #002060;
    }

    .navbar ul li.has-dropdown .dropdown {
        display: none;
        width: 100%;
        background: #001b4b;
    }

    .navbar ul li.has-dropdown.active .dropdown {
        display: block;
        max-width: 100%;
    }

    .navbar ul li.has-dropdown .dropdown a {
        padding: 15px 35px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        display: block;
        background: #001b4b;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .ny_banner{
        height: 200px!important;
        min-height: 200px;
        max-height: 200px;
        width: 100% !important;
        background: none !important;
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .signal {display: none;}
    .pageTarget{display:block;width: 100%;height:50px;background: #0072d4; margin: 0 auto;padding:0;box-shadow: 0 0 2px 4px rgba(0 0 0 /0.05);position: relative;z-index:12;}
    .pageTarget .title{display:block;width:100%;height: 50px;line-height: 50px;}
    .pageTarget .title #bnt_back,.nav-two .title #bnt_sub_nav{display:none;}
    .pageTarget .title h2{	color:#f4f4f4;font-size: 18px;font-weight: 700;text-indent: 20px;}
    .pageTarget .title #bnt_back{ position:absolute;display:block; left: 1rem; top:0;display: block; display:flex;align-items: center; height: 50px;}
    .pageTarget #bnt_back img{ height: 15px;}
    .pageTarget .title #bnt_sub_nav{ position: absolute; display:block; right: 1rem; top: 17.5px; cursor: pointer; }
    .pageTarget #bnt_sub_nav img{ display: block; height: 15px; }
    .pageTarget h2{ font-size: 16px; color: #fff; text-align: center; text-indent:0;}
    .pageTarget .ny_nav{display:none;float:none;width:100%;z-index:1020;padding:10px 0;background:#FFFFFF;position: absolute;top:50px;}
    .pageTarget .ny_nav .wrap{width: 90%;display: block;margin-left: auto;margin-right: auto;position: relative;}
    .pageTarget .ny_nav a{display:block;line-height:32px;color: #333;font-size: 16px;}
    .pageTarget .ny_nav a.active{color:#0072d4;}


    /* 各个栏目样式优化 */
    .about-container {
        flex-direction: column;
        padding: 20px;
    }

    .about-text, .about-img {
        width: 100%;
    }

    .about-text {
        margin-bottom: 30px;
    }

    .about-stats {
        flex-wrap: wrap;
        padding: 20px;
        margin-top: 0;
    }
    .about-stats .number-item:nth-child(2n)::after {
        background:none;
    }
    .number-item {
        width: 50%;
        margin: 15px 0;
    }

    /* 产品中心移动端优化 */
    .product-tabs-wrapper {
        flex-direction: column;
        padding: 0;
    }

    /* 产品中心标题区域 */
    .products .container > h2 {
        margin-bottom: 10px;
    }

    /* 移动端查看更多按钮 */
    .product-tabs-wrapper .view-more {
        display: none;
    }

    .products .container > .view-more {
        font-size: 14px;
        color: #666;
        text-decoration: none;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .view-more-icon {
        width: 14px;
        height: 14px;
        margin-left: 4px;
    }

    /* 产品布局 */
    .products-header h2,.strength-header h2 {
        margin: 0;
        font-size: 22px;
    }

    .product-tabs {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .product-center-layout {
        flex-direction: column;
        padding: 0 0;
    }

    .product-main-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-side-cards {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    /* 隐藏tab-curve */
    .product-tabs li .tab-curve,.strength-tabs .tab-curve{
        display: none!important;
    }

    .product-tabs,.strength-tabs {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 0;
        gap: 25px;
        padding: 0 3px;
    }

    .product-tabs li ,.strength-tabs .tab{
        position: relative;
        padding: 8px 0;
        font-size: 16px;
    }

    /* 下划线选中效果 */
    .product-tabs li::after ,.strength-tabs .tab::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #002060;
        transition: width 0.3s ease;
    }

    .product-tabs li.active::after ,.strength-tabs .active::after{
        width: 100%;
    }

    /* 移动端产品卡片样式 */
    .product-tab-contents{
        display: block;
    }
    .side-card {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .side-card-img {
        width: 100%;
        height: auto;
    }

    .side-card-info {
        display: block;
        flex-direction: column;
        padding: 10px;
        text-align: center;
        height:auto;
    }

    .side-card-title {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .side-card-btn {
        margin-top: 5px;
        padding: 0;
        font-size: 12px;
        border: 1px solid #002060;
        /*border-radius: 15px;*/
        color: #002060;
        background: none;
        cursor: pointer;
        width: 108px;
        height: 35px;
    }

    /* 行业应用移动端优化 */
    .industry-section{
        padding: 30px 0 50px 0!important;
    }
    .industry-header .industry-en{
        display: none;
    }
    .industry-header h2{
        font-size: 22px;
        margin-bottom:20px;
    }
    .industry-icons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 20px 0;
        margin:0;
    }
    .industry-icon-item img {
        width: 50px;
        height: 50px;
    }
    .industry-icon-item {
        width: 100%;
    }

    .industry-cases {
        /*display: grid;*/
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px;
        /*grid-template-rows: repeat(3, 185px);*/
        grid-template-rows: none;

    }
    .case-img{
        height: 180px;
    }
    .case-title{
        font-size: 18px;
    }
    .case-info{
        padding: 12px 0;
    }

    .strength-swiper-box .swiper-button-prev{
        left: 0px;
    }
    .strength-swiper-box .swiper-button-next{
        right: 0px;
    }
    /*.industry-cases.active{*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.industry-cases .case-img{*/
    /*    width: 48%;*/
    /*}*/

    .cooperation-title{font-size: 22px}
    .cooperation-en{display: none}
    .cooperation-list{
        grid-template-columns: repeat(2, 1fr);
    }

    /* 新闻动态移动端优化 */
    .news-container {
        flex-direction: column;
        padding: 0 20px;
        display: block;
    }

    .news-sidebar {
        width: 100%;
        margin-bottom: 0;
        display: block;
        min-height: auto;
    }
    .news-header{
        display: flex;
        justify-content: space-between;
    }
    .news-header .news-arrow-btn{
        width: 30px;
        height: 30px;
        font-size: 16px;
        display: block;
    }
    .pcarrbtn{
        display: none;
    }
    .news-title{
        font-size: 22px;
        margin-bottom: 0;
    }
    .news-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }
    .news-tabs .tab-curve{
        display: none!important;
    }

    .news-tabs li {
        margin-right: 20px;
    }

    .news-item {
        padding: 20px;
    }
    .news-list{
        grid-template-columns: repeat(1, 1fr);
    }
    .n_position span {
        display: none;
    }
    /* 底部区域移动端优化 */
    .footer-main {
        background: #002060;
        padding: 30px 0 0 0;
    }

    .footer-main .container {
        flex-direction: column;
        padding: 0 20px;
        display: block;
    }

    .footer-nav,.footer-logo-container {
        display: none;
    }

    /* 底部地图模块 */
    .footer-map {
        width: 100%;
        margin-bottom: 30px;
        display: block;
        opacity: 1;
    }

    .footer-map .map-title {
        font-size: 18px;
        color: #fff;
        margin: 0 0 15px 0;
        display: flex;
        align-items: center;
    }

    .footer-map .map-title img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        filter: brightness(0) invert(1);
    }

    .map-container {
        width: 100%;
        height: 300px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        overflow: hidden;
        z-index: 5;
    }

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    .amap-info-close{
        right: 0!important;
    }
    /* 底部联系信息 */

    .contact-info {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 0;
    }

    .contact-item {
        display: flex;
        align-items: center;
        color: #fff;
        background: rgba(255, 255, 255, 0.05);
        padding: 15px;
        border-radius: 8px;
    }

    .contact-item .icon {
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
    }

    .contact-item .icon img {
        width: 18px;
        height: 18px;
        filter: brightness(0) invert(1);
    }

    .contact-item .text {
        flex: 1;
    }

    .contact-item h4 {
        font-size: 14px;
        margin: 0 0 4px 0;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.7);
    }

    .contact-item p {
        font-size: 14px;
        margin: 0;
        color: #fff;
    }

    /* 底部留言表单 */
    .footer-form-section {
        width: 100%;
        margin-top: 30px;
    }

    .footer-form-section h3 {
        font-size: 18px;
        color: #fff;
        margin: 0 0 20px 0;
    }

    .footer-form input,
    .footer-form textarea {
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 4px;
        padding: 12px 15px;
        color: #fff;
        margin-bottom: 15px;
    }

    .footer-form input::placeholder,
    .footer-form textarea::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    .footer-form textarea {
        height: 100px;
        resize: none;
    }

    .footer-form button {
        width: 100%;
        background: #fff;
        color: #002060;
        border: none;
        border-radius: 4px;
        padding: 12px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }
    .msg-form input::placeholder,
    .msg-form textarea::placeholder {
        color: #333;
    }
    .msg-form input,
    .msg-form textarea {
        color: #333;
    }
    .msg-form button{
        background: #2161C8!important;
        color: #fff;
    }
    /* 版权信息 */
    .copyright {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        padding: 15px 0;
        margin-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 1.5;
        background: rgba(0, 0, 0, 0.1);
    }

    .copyright span {
        display: block;
    }

    .copyright a {
        /*color: rgba(255, 255, 255, 0.5);*/
        text-decoration: none;
    }

    .beian {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }

    .beian img {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }

    .products-header {
        /*flex-direction: column;*/
        /*align-items: flex-start;*/
    }

    .products-header .view-more,.strength-header .view-more {
        display: flex!important;
        align-items: center;
        font-size: 14px;
        color: #666;
        text-decoration: none;
        /*margin-top: 10px;*/
        padding-left: 20px;
    }

    .products-header .view-more .view-more-icon {
        width: 14px;
        height: 14px;
        margin-left: 4px;
    }

    /* 移动端查看更多按钮 */
    .product-tabs-wrapper .view-more,.strength-tabs-row .view-more {
        display: none;
    }

    .strength-header{
        padding: 0;
    }
    .float-bar{top: 80%;right: 11px}
    #backtop-btn{display: flex;}
    .zx-left-nav{display: none;}
    .ny_news_con .wrap{padding: 10px;border-radius: 0;width: 100%;}
    .zx-right{width: 100%;margin-left:0;}
    .news_pic_ul li{width: 100%;margin-right:0;}
    .news_pic_ul li a{width: 100%;height: 200px;}
    .news_pic_ul li .textbox{ transform: translateY(0);opacity: 1;}
    .npart_list ul li .textbox, .npart_list ul li .imgs {
        float: none;
        width: 100%;
    }
    .npart_list ul li .imgs {
        width: 100%;
        height: auto;
    }
    .npart_list ul li .textbox {
        margin-left: 0;
        margin-top: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -web-box-sizing: border-box;
    }
    .npart_list ul li{padding:  10px;}
    .npart_list ul li a{padding: 0;}
    .n_position_box{display: block;}
    .flex-sbet{width: 100%;padding: 0 15px;}
    .show_article .ar_title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .show_article .ar_title h6 span {
        font-size: 14px;
        margin: 0 10px;
        line-height: 24px;
        height: 30px;
    }
    .show_article .newsBottom {
        margin-top: 20px;
        height: auto;
        line-height: 30px;
    }
    .show_article .newsBottom .proinfo-right, .show_article .newsBottom .proinfo-left {
        width: 100%;
        float: none;
    }
    .newsBottom .proinfo-right {
        text-align: left!important;
    }


    .language-switch {
        display: block;
        margin-left: 0;
        position: absolute;
        left: 63%;
    }
    .mb-language-switch{
        /*display: block;*/
    }
    .language-btn {
        border: 1px solid #fff;
        color:#fff;
    }
    .language-btn:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.5);
    }
    .language-dropdown {
        right: -10px;
    }

}


.products-header,.strength-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
}

.products-header .view-more,.strength-header .view-more{
    display: none;
}

.view-more-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

/*!* 移动端查看更多按钮 *!*/
/*.product-tabs-wrapper .view-more , .strength-tabs-row .view-more{*/
/*    display: none;*/
/*}*/

/* PC端样式 */
@media screen and (min-width: 769px) {
    .product-tabs-wrapper .view-more , .product-tabs-wrapper .view-more{
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #666;
        text-decoration: none;
    }
    .float-btn {
        display: flex;
    }
}

