@media (max-width: 1599.98px) {
    .mainHeader .d2{
        padding-left: 3.5rem;
    }
}
@media (max-width: 1499.98px) {
	.mainHeader .d1{
        max-width: 300px;
    }
}

@media (max-width: 1399.98px) {
   
}

@media (max-width: 1299.98px){
	
    html {
        font-size: 30px;
    }

    .mainHeader .pnav>a{
        padding: 1rem 0.3rem;
        font-size: 14px;
    }

    .mainFooter .d2 p.title{
        font-size: 18px;
    }

    .conSection .main h2, .conSection .main h2 span{
		font-size: 20px;
	}

	.conSection .main .item1{
		margin-bottom: 25px;
	}
}

@media (max-width: 1199.98px) { 
   .aboutSection .div-text{
    margin-top: 25px;
   }

   .mainFooter .d2{
        display: none;
    }

    .mainFooter .d1 img{
        max-width: 260px;
        margin-bottom: 25px;
    }

    .conSec .tel strong{
        font-size: 30px;
    }
}

@media (max-width: 1099.98px) { 
    .mainHeader .d1{
        max-width: 260px;
    }
    .mainHeader .pnav>a{
        padding: 1rem 0.2rem;
    }

   

    
}


@media (max-width: 991.98px) { 
    html {
        font-size: 20px;
    }

    .mainHeader .d1{
        max-width: 240px;
    }
	.mainHeader{
        display: none;
    }
    .mainHeader .pnav>a{
        padding: 1.5rem 0.2rem;
    }

    /* 手机导航 */
    .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;
    }

    .btnclose{
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .fzSection a.item{
        margin-bottom: 25px;
    }

    .newsSection .nMiddle .d1{
        display: none;
    }

    .newsSection .nMiddle .d2{
        width: 100%;
        margin-top: 15px;
    }

    .newsLists a.item{
        margin-bottom: 15px;
    }

    .newsLists a.item p.des{
        margin: 15px 0 0 0;
    }

    .mainFooter .d1 .links{
        display: none!important;
    }

    .mainFooter .d3 strong{
        font-size: 30px;
    }

    .aboutSec .since::after{
        width: calc(100% - 200px);
    }

    .aboutSec .mainTxt{
        max-width: 100%;
    }

    .aboutSec .since{
        max-width: 90%;
        margin: auto;
    }

    .aboutSec div.des{
        margin-bottom: 25px;
    }

    .serviceSec{
        background-size: 260px;
    }

    .serviceSec .div-text{
        padding: 45px 25px;
    }

    .proD .div-img{
        margin: 25px 0;
    }

    .prev-next .d2{
        margin-top: 15px;
    }

    


}



@media (max-width: 767.98px) { 
    .numSection .mouse{
        display: none;
    }

    .numSection .d1 .item1::after{
        right: 0.5rem;
    }

    .curSite .d1{
        padding: 10px 0;
    }

    .curSite .d2 a{
        padding: 5px 25px;
        margin-top: 10px;
    }

    .serviceSec{
        background-size: 200px;
    }

    .conSection .main .item{
		margin-bottom: 25px;
	}

	.conSection .main .item:after{
		opacity: 0;
	}

    .conSection .pcontitle{
		font-size: 20px;
	}

    .conSection .ttitle p{
        font-size: 20px;
    }

    .pagetitle .div-text h3{
        display: none;
    }

 }


@media (max-width: 575.98px) { 
    html {
        font-size: 16px;
    }

    .numSection .d1 .item strong{
        padding-right: 0;
    }

    .mHeader .mlogo{
        max-width: 280px;
    }

    .numSection{
        width: 100%;
    }

    .numSection .d1{
        display: none;
    }

    .numSection .dm{
        display: block;
        padding: 15px 0;
        background-color: var(--primary);
        color: #fff;
    }

    .numSection .dm h4{
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .banner .div-text p{
        font-size: 14px;
    }

    .commonTit p.des{
        font-size: 14px;
    }

    .aboutSection .main h2.title{
        font-size: 20px;
    }

    .pbtn{
        display: none;
    }






 }


