@media (max-width: 1599.98px) {

}
@media (max-width: 1499.98px) {

}

@media (max-width: 1350.98px) {
    
}

@media (max-width: 1299.98px){
    .mainHeader .pcmenus a.topt{
        font-size: 16px;
    }

    .mainHeader .pcmenus{
        margin: 0 25px;
    }

    .mainHeader .div-logo a img{
        height: 35px;
    }

    .mainHeader.on .div-logo a img{
      height: 30px;
    }

    .swiper1 .swiper-slide .div-text .title1{
        font-size: 36px;
    }

    .swiper1 .swiper-slide .div-text .title2{
        font-size: 14px;
    }

    .newsLists .newsRight .d2 img{
        min-width: 150px;
        max-width: 150px;
    }

    .newsLists .newsRight p.des{
        -webkit-line-clamp: 1;
    }

}

@media (max-width: 1199.98px) { 
    .banner{
        margin-top: 70px;
    }

    .fzlcSec .swiper-slide .year{
        font-size: 86px;
    }

    .fzlcSec .swiper-slide{
        padding: 60px 15px 25px 15px;
    }

    .fzlcSec .swiper-slide .d1{
        font-size: 26px;
    }

    .fzlcSec .swiper-slide p.des{
        font-size: 14px;
    }
}

@media (max-width: 1099.98px) { 
    .mainFooter{
        font-size: 12px;
    }

    .mainFooter .title{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mainFooter .infos p,.mainFooter .links a{
        line-height: 26px;
    }

     .breadMenu .menus a{
        width: 25%;
        text-align: center;
    }

     .swiper1 .swiper-slide .title1{
        font-size: 36px;
    }

    .swiper1 .swiper-slide .tit{
        margin-bottom: 15px;
    }


    



	
}


@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: 70px;
	    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: 0 5%;
		margin-top: 25px;
	}

	.mItems ul li{
		border-top: 1px solid #dbdbdb;
	}


	.mItems ul li .title>a{
		display: block;
		padding: 15px 0;
		color: #333;
		font-size: 16px;
	}


	.mItems .subItems{
		display: none;
	}

	.mItems .subItems a{
		display: block;
		padding: 5px 15px 15px 15px;
		font-size: 14px;
		position: relative;
	}

	.mItems .subItems a:after{
		position: absolute;
		content: "";
		width: 5px;
		height: 5px;
		top: 15px;
		left: 3px;
		background-color: var(--primary);
		border-radius: 50%;
	}

	.itemBtn{
		transition: all .6s;
		transform: rotate(0deg);
	}

	.mItems ul li.on .itemBtn{
		transform: rotate(-90deg);
	    display: block;
	    width: 30px;
	    height: 50px;
	    line-height: 50px;
	}

	.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*/


    .swiper1 .swiper-slide .div-text .title1{
        font-size: 26px;
    }

    .aboutSection .div-img{
      padding-left: 0;
      margin-top: 25px;
    }

    .kjSection .item1 .readMore{
      margin-top: 25px;
    }

    .readMore a{
        padding: 10px 25px;
    }

    .zlLists .item{
        margin-bottom: 25px;
    }

    .zlLists a .div-text p{
        font-size: 16px;
    }

    .zlLists a .div-text p span{
        font-size: 14px;
    }

    .newsLists .newsLeft{
        margin-bottom: 25px;
    }


    .newsLists .newsRight .item{
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
    }

     .mainFooter{
        font-size: 14px;
    }

    .mainFooter .title{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .mainFooter .infos p,.mainFooter .links a{
        line-height: 26px;
    }

    .kjSection .item{
        margin-top: 25px;
    }


     .swiper1 .swiper-slide .title1{
        font-size: 20px;
    }







}



@media (max-width: 767.98px) { 

    .swiper1 .swiper-slide .div-text .title1{
        font-size: 20px;
    }

    .newsLists .newsRight .d2{
        display: none;
    }

    .newsLists .newsLeft .dtime{
        display: none;
    }

    .newsLists .newsLeft .dtext p.title{
        font-size: 16px;
    }

    .newsLists .newsLeft .dtext p.des{
        font-size: 14px;
    }

    .newsLists .newsRight p.title{
        font-size: 16px;
    }

    .newsLists .newsRight p.des{
        font-size: 12px;
    }

    .mainFooter{
        padding-top: 45px;
    }

    .mainFooter .d3{
        margin-top: 15px;
    }

    .commonTit p.title{
        font-size: 26px;
    }

    .commonTit p.des{
        font-size: 12px;
    }

    .pt{
        padding: 35px 0;
    }

    .syPro .item a .div-text{
        padding: 15px 25px;
    }

    .syPro .item a .div-text p{
        font-size: 20px;
    }

    .syPro .item a .div-text span{
        font-size: 14px;
    }

    .aboutCounter{
        display: none;
    
    }

    .breadMenu .menus a{
        width: 25%;
    }

    .breadMenu .menus a{
        font-size: 14px;
    }

    .swiper1 .swiper-slide .div-text .title2{
        display: none;
    }

    .swiper1 .swiper-slide .d1-text .item p.p1{
        font-size: 20px;
    }

    .swiper1 .swiper-slide .d1-text .item p.p2{
        font-size: 12px;
        display: none;
    }

    .xxhptList .item{
        width: 50%;
        text-align: center;
    }


	
 }


@media (max-width: 575.98px) { 

	.swiper1 .swiper-slide .div-text .title1{
        font-size: 18px;
    }

    .swiper1 .swiper-slide .div-text .title2{
        font-size: 12px;
    }

    .swiper1sx{
        display: none;
    }

    .copyright{
        font-size: 12px;
    }

    .swiper1 .swiper-slide .tit{
        font-size: 14px;
    }

    .swiper1 .swiper-slide .div-text .title1{
        font-size: 16px;
    }

    .fzlcSec .swiper-slide .year{
        font-size: 126px;
    }




 }

 @media (min-width: 576px){


	

 }


