@media (max-width: 1599.98px) {

}
@media (max-width: 1499.98px) {

}

@media (max-width: 1350.98px) {
    
    .mainHeader .d1{
        max-width: 200px;
    }

    .mainHeader .d1{
        padding-left: 2%;
    }
}

@media (max-width: 1299.98px){

    .mainHeader .d2{
        max-width: 650px;
    }

    .mainHeader .d3 .tel{
        padding-left: 15px;
        margin-left: 15px;
    }

    .newsItems .item p.des{
        -webkit-line-clamp: 1;
    }

    .mainHeader .d2 .item>a{
        padding: 0 10px;
    }

    .mainHeader .d3 .tel .telphone{
        font-size: 18px;
    }

}

@media (max-width: 1199.98px) { 
    .mainHeader .d2 {
       margin-left: 35px; 
    }
    .mainHeader .d2 .item>a{
        padding: 0;
    }	

    .commTit h3{
       font-size: 56px; 
    }

    .commTit p.p1{
        font-size: 26px;
    }
}

@media (max-width: 1099.98px) { 
    .mainHeader .d3 .tel .telphone{
        font-size: 18px;
    }

    .mainHeader .d2 .item>a{
        font-size: 14px;
    }

    .mainHeader .d3 .top-search{
        width: 60px;
    }

	
}


@media (max-width: 991.98px) { 
    .mainHeader{
        display: none;
    }
/*手机导航*/
	.mHeader{
		display: block;
		padding: 15px 0;
		position: fixed;
    	width: 100%;
		box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 10%);
		z-index: 999;
		background-color: #fff;
		top: 0;
	}

	.mHeader .d1 img{
		max-height: 45px;
	}

	.mItems{
		display: block;
		position: fixed;
	    top: 73px;
	    left: 0;
	    right: 0;
	    height: 0;
	    /*overflow: hidden;*/
	    z-index: 999;
	    background: #fff;
	    transition: all .6s;
	    overflow-y: auto;
	    overflow-x: hidden;
	}

	.mItems ul{
		padding: 15px 15px;
        background-color: #03331ced;
		/*margin-top: 25px;*/
	}

	.mItems ul li{
		background: #00ff85cc;
        margin-bottom: 4px;
        padding: 0 15px;
	}


	.mItems ul li .title>a{
		display: block;
		padding: 15px 0;
		color: #fff;
		font-size: 14px;
	}


	.mItems .subItems{
		display: none;
        padding-bottom: 25px;
	}

	.mItems .subItems a{
		display: block;
        height: 26px;
        line-height: 26px;
		font-size: 14px;
        color: #fff;
		position: relative;
	}

    .mItems .subItems a:not(:last-child){
        
    }

	.mItems .subItems a:after{

	}

	.itemBtn{
		transition: all .1s;
		transform: rotate(-90deg);
	}

	.mItems ul li.on .itemBtn{
		transform: rotate(0deg);
	    display: block;
	}

	.mItems.show{
		height: 100%;
	}

	/**/
	.nav_btn {
        width: 30px;
        height: 35px;
        position: relative;
        cursor: pointer;
    }

    .nav_btn span {
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: var(--primary);
        position: absolute;
        top: 16px;
        left: 0
    }

    .nav_btn span:after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: var(--primary);
        position: absolute;
        top: 8px;
        left: 0;
        -webkit-transition: top .5s ease .4s,-webkit-transform .3s ease-out;
        transition: top .5s ease .4s,-webkit-transform .3s ease-out;
        transition: transform .3s ease-out,top .5s ease .4s;
        transition: transform .3s ease-out,top .5s ease .4s,-webkit-transform .3s ease-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .nav_btn span:before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: var(--primary);
        position: absolute;
        top: -8px;
        left: 0;
        -webkit-transition: top .5s ease .4s,-webkit-transform .3s ease-out;
        transition: top .5s ease .4s,-webkit-transform .3s ease-out;
        transition: transform .3s ease-out,top .5s ease .4s;
        transition: transform .3s ease-out,top .5s ease .4s,-webkit-transform .3s ease-out;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

/*    .nav_btn.click span {
        background-color: transparent
    }

    .nav_btn.click span:after {
        -webkit-transition: top .5s ease,-webkit-transform .3s ease-out .4s;
        transition: top .5s ease,-webkit-transform .3s ease-out .4s;
        transition: top .5s ease,transform .3s ease-out .4s;
        transition: top .5s ease,transform .3s ease-out .4s,-webkit-transform .3s ease-out .4s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }

    .nav_btn.click span:before {
        -webkit-transition: top .5s ease,-webkit-transform .3s ease-out .4s;
        transition: top .5s ease,-webkit-transform .3s ease-out .4s;
        transition: top .5s ease,transform .3s ease-out .4s;
        transition: top .5s ease,transform .3s ease-out .4s,-webkit-transform .3s ease-out .4s;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0
    }*/


	.mheader .nav_btn span:before {
        background-color: #333
    }

    .mheader .nav_btn span:after {
        background-color: #333
    }

    .mheader .nav_btn span {
        background-color: #333
    }

	.mheader .nav_btn.click span {
        background-color: transparent
    }

    .mlans{
    	margin-right: 15px;
    }

    .mlans a{
    	display: inline-block;
    	max-width: 24px;
    }

    .mInfos{
    	padding: 30px 5%;
    	background-color: #eeeeee5e;
    }

    .mInfos .item{
    	margin-bottom: 15px;
    }

    .mInfos .item .d1{
    	margin-right: 10px;
    }

    .mInfos .item .d2{
    	line-height: 26px;
    }

    /*手机导航 end*/
    .banner{
        margin-top: 70px;
    }

      .swiper1 .swiper-slide .div-text .title1{
        font-size: 30px;
    }

    .swiper1 .swiper-slide .div-text .title2{
        font-size: 18px;
    }

    .pLists .list{
        margin-bottom: 25px;
    }

    .pLists .list .boxText p.title{
        font-size: 18px;
        margin-bottom: 0;
    }

    .circle-g{
        display: none;
    }

    .footerBlock .footerLeft{
        margin-bottom: 25px;

    }


}



@media (max-width: 767.98px) { 

    .commTit h3{
        font-size: 36px;
    }

    .commTit p.p1{
        font-size: 20px;
    }

    .nrPt{
        padding: 45px 0;
    }

    .companyBlock .companyJj{
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .companyBlock .companyJj p{
        font-size: 14px;
        line-height: 26px;
    }

    .viewMore a{
        padding: 10px 25px;
        font-size: 14px;
    }

    .viewMore a img{
        max-width: 26px;
    }

      .swiper1 .swiper-slide .div-text .title1{
        font-size: 20px;
    }

    .swiper1 .swiper-slide .div-text .title2{
        font-size: 14px;
    }

    .newsBlock .viewMore{
        margin-top: 25px;
    }

    .footerBlock{
        font-size: 14px;
    }

    .scopeLists ul li{
        width: 50%!important;
    }


	
 }


@media (max-width: 575.98px) { 

	.div-imgs .pro-btn{
        top: -10px;
    }

    .div-imgs .pro-btn svg{
        width: 15px;
    }

 }

 @media (min-width: 576px){


	

 }


