@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;}
}
@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;}
	.mnav-list .subNav{ display:none !important;}

	.banner .main{ padding: 0;}
	.banner .swiper-button-next, .banner .swiper-button-prev { display: none;}
	
	.footer .mkl, .footer .mkr{ width:100%; float: none;}
	.footer .mkl p{ margin-right: 0px; text-align: center; line-height: 22px; display: block;}
	.footer .mkr { margin-top: 20px;}
	
	.main{ padding: 0 10px;}
	
	/**首页样式**/
	.mid .mkl, .mid .mkr { width: 100%; margin-top:20px;}
	
	.one-pic{ padding-bottom: 0;}
	.one-pic img{ width:100%; height: calc(100% - 44px); float: none;}
	.one-pic .info{ padding: 5px 0;}
	.one-pic .info h3{ margin-bottom: 10px;}

	.two-list li{ padding:12px 10px;}
	
	.three-list li{ width:100%; float: none; border-right: 0;}
	.three-list li .info{ margin:0 0 20px 0!important; border-bottom: 1px solid #ddd;}
	.three-list li:nth-of-type(4) .info{ margin-bottom: 0!important;}
	
	.four-list{ margin-top: 0;}
	
	/**列表样式**/
	.listl, .listr { width:100%; margin-top: 15px; float: none;}
	
	.listl .title{ padding: 0 15px; font-size: 17px; color: #fff; font-weight: bold; line-height: 50px; text-align: left; border:1px solid #1e78c9;}
	.listl .title a{ color: #fff;}
	.listl .title .open{ display: inline-block;}
	.listl .lm-list{ border-top:0; display: none;}
	
	.listr .dqwz-title .dqwz{ display: none;}
	.listr .page{ margin-bottom: 10px;}
	.listr .page .pageDiv{ height:auto;}
	.listr .page .default_pgBtn{ width:auto; max-width: 100%; padding:0 16px;}
	.listr .page .default_pgSearchInfo { display: none; }
	.listr .page .default_pgSearchInfotwo { display: none; }

	/**内容页样式**/
	.content .dqwz{ display: none;}
.content .news_conent_two_text img {object-fit: contain;max-width:100%;height: auto !important;margin: 0 auto;}
}