@media screen and (max-width:1500px) {
	.main{ max-width:1200px;}
}

@media screen and (max-width:1400px) {
	.main{ max-width:1200px;}
}

@media screen and (max-width: 1024px){
	.main{ max-width:900px;}
	.footer .info{ width:100%; text-align: center; float: none;}
	.footer .selects{ display: none;}
	.footer .mselects{ display: block;}
}
@media screen and (max-width: 900px){
	/****/
    .header{ height: auto;}
	.header .logo{ float: none; text-align: center;}
	.header .logo img{ padding: 25px 0;}
	.header .search{ display: none;}
	.nav{ display: none;}
	
	.mnav{ display: block;}
	.banner .main{ padding: 0;}
	.banner .swiper-button-next, .banner .swiper-button-prev { display: none;}
	
	.footer .info p{ padding: 0; text-align: center; display: block;}
	.footer .selects{ width:70%; margin: 10px auto 0 auto; float: none;}
	
	.main{ padding: 0 10px; overflow: hidden;}

	/*  */
	.one { width: calc(100% - 20px);flex-direction: column; }
	.one .two-item{ width: 100%; margin-right: 0;}
	.one .one-right { width: 100%;}

	.two {width: calc(100%  - 20px); flex-direction: column;}
	.two .two-item { width: 100%;}

	.three {width: calc(100%  - 20px); padding-bottom: 20px;}


	/*  */
	.listl, .listr { width:100%; margin-top: 15px; }
	.listr {padding: 10px;}
	.listl .title .open{ display: inline-block;}

	.listl .title {  padding: 0 20px; font-size: 17px;  font-weight: bold; line-height: 50px; text-align: left;  background-size: 100%;  border-radius:0px;}
	.listl .title .open{ display: inline-block;}

	/*  */
	.content { padding: 0;}
       .content .news_conent_two_text img {object-fit: contain;max-width:100%;height: auto !important;margin: 0 auto;}

.pageDiv { height: auto !important;}
.pageDiv .default_pgPanel {  margin: 0 auto; padding: 0; float:none !important;}
.pageDiv table{ width:auto;}
.default_pgBtn{ width:auto; max-width: 100%; padding:0 16px;}
.default_pgSearchInfo { display: none; }
.default_pgSearchInfotwo { display: none; }

}