@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) { 
	.proCates a.item{
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.divForm span{
		font-size: 22px;
	}

	.divForm .title img{
		max-width: 30px;
	}

	.nproSec>div>div.row{
		flex-direction: column-reverse;
	}

	.mainSlider .title h4{
		font-size: 32px;
	}

	.mainSlider .title{
		padding: 15px 0;
	}

	.nproCates1 a.ptit{
		font-size: 16px;
	}

	.nproCates1 a.ptit{
		padding: 15px 30px 15px 15px;
	}




}

@media (max-width: 1099.98px) { 
	.menuItems ul li>a{
		padding: 38px 20px;
	}

	.proCates a.item{
		font-size: 16px;
	}	

	.divForm {
		padding: 20px;
	}

	.downLists .item .infos{
		max-width: unset;
	}
}

@media (max-width: 991.98px) { 
	.menuItems{
		display: none;
	}

	.mainHeader .div-logo img{
		max-height: 45px;
	}

	.top-btns .tb{
		padding: 28px 0;
	}

	.top-btns .language{
		padding: 28px 20px;
	}

	.nav-btn{
		margin-top: 35px;
	}

	.search-form,.languages{
		top: 90px;
	}

	.mItems{
		display: block;
		position: fixed;
	    top: 85px;
	    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%;
	}

	.banner{
		margin-top: 78px;
	}

	

	.proCates a.item{
		padding: 15px 0;
	}

	.commTit h2{
		font-size: 32px;
	}

	.commTit p.des{
		font-size: 14px;
	}

	.hotLists{
		padding: 0;
	}

	.mhotLists a.item{
		margin-bottom: 15px;
	}

	.mhotLists a.item p.title{
		padding-bottom: 15px;
	}

	.divForm{
		max-width: unset;
		margin-top: 25px;
		border-radius: 0;
	}

	.mainFooter .top p.p2{
		font-size: 24px;
	}

	.mainFooter a.title{
		font-size: 20px;
		margin-bottom: 10px;
	}

	.fmenus ul li a{
		font-size: 14px;
	}

	.pagetitle h4.title{
		font-size: 30px;
		line-height: 45px;
	}

	.pagetitle{
		padding: 85px 0;
	}

	.nnewsDetail .newsSlider{
		margin-left: 0;
		width: 100%;
		margin-top: 25px;
	}


}

@media (max-width: 767.98px) { 
	.top-btns .tb{
		display: none;
	}

	.lanEn{
		display: inline-block;
	    padding: 23px 0;
	    margin-right: 15px;
	}

	.nav-btn {
	    margin-top: 27px;
	    margin-right: 0;
	}

	.mItems{
		top: 75px;
	}

	.banner .rightcircle,.banner .leftcircle,.banner .f-14{
		display: none;
	}

	.banner .swiper-pagination-bullet-active{
	  	width: 10px!important;
	  	height: 10px!important;
	}

	.banner .swiper-pagination-bullet{
		width: 10px!important;
		height: 10px!important;
	}


	.mItems{
		z-index: 9999;
	}

	.lanEn span{
		display: block;
	    padding: 0 30px;
	    height: 30px;
	    line-height: 30px;
	    color: #fff;
	    background: #eb5b38;
	    border-radius: 30px;
	    text-align: center;
	    font-size: 15px;
	}

	.commTit h2{
		font-size: 24px;
	}

	.commTit p.des{
		font-size: 14px;
	}

	.pt{
	  padding: 35px 0;
	}

	.mainFooter .top p.p1{
		font-size: 16px;
		text-align: center;
	}

	.mainFooter .top p.p2{
		margin-top: 6px;
	    font-size: 18px;
	    line-height: 24px;
	    text-align: center;
	}

	.mainFooter .top .d2{
		margin-top: 15px;
	}

	.copyright{
		margin-top: 0;
	}

	.mainFooter .top{
		margin-bottom: 0;
	}

	.mainFooter{
		padding-bottom: 65px;
	}

	/*手机底部导航*/
	.mfooterBox{
	  position: fixed;
	  bottom: 0;
	  width: 100%;
	  left: 0;
	  background: #f5f5f5;
      border-top: 1px solid #e5e5e5;
	  z-index: 999;
	}

	.mfooterBox .item a{
		display: block;
		padding: 6px 0;
	}

	.mfooterBox .item:not(:last-child) a{
		border-right: 1px solid #e5e5e5;
	}

	.mfooterBox .item p{
		font-size: 12px;
		margin-top: 3px;
	}

	.pagetitle{
		padding: 45px 0;
	}

	.pagetitle h4.title{
		font-size: 24px;
		line-height: 30px;
	}

	/*分页*/
	.pagination{
		margin-top: 25px;
	}

	.product_details .tab-content{
		padding: 25px 20px;
	}

	.prev-next{
		padding: 20px 20px;
	}

	.product_details .list-group a{
		padding: 15px 0;
		font-size: 14px;
	}

	/*新闻*/
	.newsCate{
	    position: unset;
	    text-align: center;
	    padding: 15px 0;
	    border-bottom: 1px solid #dbdbdb;
	}

	.newsCate>div{
		display: flex;
	}

	.newsCate a{
		width: 50%;
		margin: 0 3px;
		padding: 10px 15px;
		font-size: 14px;
	}

	.nnewsLists .item .title{
		font-size: 18px;
	}

	.nnewsLists .item p.des{
		margin: 10px 0; 
	}

	.nnewsLists .item .div-img{
		width: 100%;
		margin-bottom: 15px;
	}

	.ndownLists .item .yl, .ndownLists .item .xz{
		padding: 5px 15px;
		font-size: 12px;
	}

	.cinfos .item{
		margin-bottom: 25px;
	}





 }

@media (max-width: 575.98px) { 
	.proCates a.item{
		padding: 10px 0;
		font-size: 14px;
	}

	.all a{
		padding: 8px 35px;
		font-size: 14px;
	}

	.indexproLists .all{
		margin-top: 25px;
	}

	.commTit p.tit2{
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0 10px;
	}

	.downLists .item .infos .s2{
		display: none;
	}

	.downLists .item .infos a{
		padding: 5px 20px;
		font-size: 12px;
	}

	.product_info .div-text h2.title{
		font-size: 20px;
	}

	.product_info .pline{
		height: 10px;
		margin: 15px 0;
	}

 }

@media (min-width: 576px){
	

}


