@charset "utf-8";

@media (max-width: 1719px) {
	
.header_logo_left {width: 20%;}


.index_company{
   grid-template-columns: repeat(4, 1fr); /* 5 列，每列等宽 */
   border: 1px solid green;
 }


}


@media (max-width: 1419px) {
	
.header_logo_left {width: 23%;}


.index_company{
   grid-template-columns: repeat(4, 1fr); /* 5 列，每列等宽 */
   border: 1px solid green;
 }
 
 
 
 .article_header{width: 1200px; }
 
 .conter{ width: 1160px; border: 1px solid red;}
 
 
 	.ladyScroll {width: 1100px;}
 	.ladyScroll .scrollWrap {width: 1030px;}
 
 


}


@media (max-width: 1339px) {



.index_company{
	width: 98%;
   grid-template-columns: repeat(3, 1fr); /* 5 列，每列等宽 */
   border: 1px solid #900;
 }

.footer{ width:1200px; border: 1px solid red; }





}






@media (max-width: 1200px) {

.header_logo_txt{ display: none;}

.index_company{
	width:1024px;
   grid-template-columns: repeat(3, 1fr); /* 5 列，每列等宽 */
   border: 1px solid #900;
 }

.footer{ width:1024px; border: 1px solid red; }

}