@media (max-width: 1599.98px) {
    .mainHeader .d2{
        padding-left: 3.5rem;
    }
}
@media (max-width: 1499.98px) {
	
}

@media (max-width: 1399.98px) {
   
}

@media (max-width: 1299.98px){
    html {
        font-size: 16px;
    }

    .mainHeader .pnav .sub-menu{
        min-width: 150px;
    }

   
}

@media (max-width: 1199.98px) { 
   
}

@media (max-width: 1099.98px) { 
    .mainHeader .pnav>a{
        padding: 1.5rem 0.8rem;
    }

    
}


@media (max-width: 991.98px) { 
    html {
        font-size: 14px;
    }

    .mainHeader .d1{
        max-width: 240px;
    }
	.mainHeader{
        display: none;
    }
    .mainHeader .pnav>a{
        padding: 1.5rem 0.2rem;
    }

    .proSection .pbtn{
        display: none;
    }

    .mainHeader .d1{
        max-width: 300px;
    }



    /* 手机导航 */
    .mHeader{
        display: block;
        width: 100%;
        color: #ffffff;
        padding: 15px 0;
        z-index: 1;
    }

    

    .mobile-inner-nav{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 999;
        background-color: var(--primary);
        text-align: center;
        padding-top: 25%;
        transform: translateX(-100%);
        transition: all .6s;
    }

    .mobile-inner-nav.show{
        transform: translateX(0);
    }

    .mobile-inner-nav a{
        color: #ffffff;
        display: block;
        line-height: 30px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .btnclose{
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .newsLists p.des{
        font-size: 14px;
        line-height: 26px;
    }

    .newsLists h3.title{
        font-size: 16px;
    }



    .common-title p.des{
        font-size: 14px;
    }

    .mainSlider{
        margin-bottom: 15px;
    }

    .mainSlider ul li{
        display: inline-block;
        border-bottom: none;
    }

    .mainSlider ul li a{
        font-size: 14px;
        padding: 15px 5px 15px 15px;
    }

    .mainSlider ul li a:after{
        width: 10px;
    }

    .mainSlider .title{
        font-size: 18px;
    }

    .ncom-title{
        display: none;
    }

    .nabout p{
        font-size: 14px;
    }

    .nnewsLists .item h2.title{
        font-size: 18px;
    }

    .nnewsLists .item .div-text{
        padding-left: 0;
    }

    .nnewsLists .item .div-text::before{
        display: none;
    }

    .nnewsLists .item:hover .div-text{
        padding-left: 0;
    }

    


}



@media (max-width: 767.98px) { 
    html {
        font-size: 14px;
    }

    .common-title .title{
        font-size: 20px;
    }

    .readMore a{
        font-size: 14px;
    }

    .mainFooter .item2 .title{
        font-size: 20px;
    }

    .mainFooter .item3{
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    .nnewsLists .item .date{
        font-size: 16px;
        min-width: unset;
        padding-right: 15px;
    }

    .nnewsLists .item p.des{
        font-size: 14px;
    }

    .nnewsLists .item .date{
        padding-top: 0;
    }

    .proDetail .div-text h2.title{
        margin-top: 25px;
    }

    .proDetail .conBtn a{
        font-size: 14px;
    }

    .searchLists{
        font-size: 14px;
    }





   

    

 }


@media (max-width: 575.98px) { 
    html {
        font-size: 8px;
    }

    .numSection .d1 .item strong{
        font-size: 2rem;
        padding-right: 0;
    }

    .mHeader .mlogo{
        max-width: 280px;
    }
    .div-cur{
        font-size: 14px;
    }

    .newsDetail .title h2{
        font-size: 18px;
    }

 }


