@media (max-width: 1599.98px) {

}
@media (max-width: 1499.98px) {

}

@media (max-width: 1399.98px) {
   
}

@media (max-width: 1299.98px){

}

@media (max-width: 1199.98px) { 
	.menuItems ul li>a{
		padding: 8px 25px;
	}

	.swiperBanner .div-text h2{
		font-size: 30px;
		padding: 25px 45px;
	}
}

@media (max-width: 1099.98px) { 
	.menuItems ul li>a{
		padding: 8px 15px;
	}	
}

@media (max-width: 991.98px) { 
	.menuItems{
		display: none;
	}

	.mainHeader{
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999;
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	}

	.mainHeader .div-logo img{
		max-height: 75px;
	}

	.top-btns .tb{
		padding: 28px 0;
	}

	.top-btns .language{
		padding: 28px 20px;
	}



	.search-form,.languages{
		top: 90px;
	}

	.bannerSec{
		margin-top: 78px;
	}

	.mItems{
		display: block;
		position: fixed;
	    top: 100px;
	    left: 0;
	    right: 0;
	    height: 0;
	    overflow: hidden;
	    z-index: 10;
	    background: #f5f5f5;
	    transition: all .6s;
	}

	.mItems ul li{
		padding: 5px 0;
		border-bottom: 1px solid #dcdcdc;
	}

	.mItems ul li .title,.mItems .subItems{
		padding: 0 20px;
	}

	.mItems ul li .title>a{
		display: block;
		padding: 15px 0;
		font-size: 16px;
	}

	.mItems .subItems{
		display: none;
	}

	.mItems .subItems a{
		display: block;
		padding: 10px 0 10px 15px;
		font-size: 14px;
		position: relative;
	}

	.mItems .subItems a:after{
		position: absolute;
		content: "";
		left: 0;
		top: 50%;
		width: 4px;
		height: 4px;
		transform: translateY(-50%);
		background-color: #333;
	}

	.itemBtn{
		transition: all .6s;
		transform: rotate(0deg);
	}

	.mItems ul li.on .itemBtn{
		transform: rotate(-180deg);
	    display: block;
	    width: 30px;
	    height: 50px;
	    line-height: 50px;
	}

	.mItems.show{
		height: 100%;
	}

	.mItems .top-tel{
		padding: 15px 15px;
	}

	.mItems .top-tel a{
		color: var(--primary);
		font-weight: bold;
	}

	.aboutLeft .sMore{
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.aBtn{
		padding: 10px 35px;
	}

	.bigTit,.allNblock .newsLeftTit .tit1{
		font-size: 20px;
	}

	.swiperBanner .div-text h2{
		font-size: 24px;
	    line-height: 30px;
	    padding: 25px 45px;
	}

	.bannerImg{
		margin-top: 65px;
	}


}

@media (max-width: 767.98px) { 
	.aboutRight .imgLists .item .div-img{
		display: none;
	}

	.honorImgs a{
		width: 48%;
	}

	.commContent{
		padding: 35px 15px;
	}

	.bottomTop{
		height: 180px;
	}

	.mainHeader .div-logo img{
		max-height: 45px;
	}

	.mItems{
		top: 78px; 
	}

	.swiperBanner .div-text h2{
		font-size: 20px;
	    line-height: 30px;
	    padding: 15px 35px;
	}
 }

@media (max-width: 575.98px) { 
	.mainHeader .div-logo img{
		max-height: 35px;
	}
	.aBtn{
		padding: 5px 25px;
		font-size: 14px;
	}

	.pAdv .aBtn{
		margin-top: 15px;
	}

	.imgLists .item p.des{
		-webkit-line-clamp: 1;
	}

	.imgLists .item .time{
		padding-bottom: 5px;
    	margin-bottom: 5px;
	}

	.bigTit{
		font-size: 24px;
	}

	.bottomTop{
		height: 100px;
	}

	.mainFooter{
		font-size: 12px;
		line-height: 20px;
	}

	.swiperBanner .div-text h2{
		font-size: 16px;
	    line-height: 26px;
	    padding: 15px 25px;
	}

	.bannerImg .div-text p{
		font-size: 16px;
	}
 }

 @media (max-width: 475.98px) { 
 	.swiperBanner .div-text h2{
 		top: 25%;
 		font-size: 14px;
 		line-height: 20px;
 		min-width: 220px;
 		padding: 15px 25px;
 	}

 	.mblockList .item a{
 		font-size: 14px;
 	}
 }

@media (min-width: 576px){
	

}


