@charset "utf-8";

/*index*/
.industry_box.ver_hor{ display:block; overflow: hidden; }
.industry_box.ver_hor .ind_box{ display:block; width:100%; overflow-y: hidden; }
.industry_box.ver_hor .ind_box .ind_range{/* display:flex;*/ width:100%; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; margin-bottom: -20px; }
.industry_box.ver_hor .ind_box .ind_range .one_industry{ min-width:25%; }

@media screen and (min-width: 768px ) {
	.hor_flex { display: flex; }
	.hor_box { width: auto; }
	.hor_box_2 { width: auto; }
}

/*通用*/
.hor_box { overflow-y: hidden; height:40px; }
.hor_box .range { overflow-x: scroll; overflow-y: hidden; white-space: nowrap;  }
.hor_box .range .sortgrids { text-decoration: none; }

.hor_box_2 { overflow-y: hidden; height:40px; }
.hor_box_2 .range { overflow-x: scroll; overflow-y: hidden; white-space: nowrap;  }
.hor_box_2 .range .sortgrids { text-decoration: none; }

@media screen and (max-width: 767px ) {
	.industry_box.ver_hor .ind_box .ind_range .one_industry{ min-width:50%; }
	
	.hor_box{ height:30px; }
	.hor_box_2{ height:30px; }
}
