@charset "utf-8";

#ba_tb {display: flex; justify-content: center; align-items: center;width: 1400px;height: 100px}
.ba_bot ul { width:100%; margin:0 auto; list-style:0;}
.ba_bot li { text-align:center;margin:0 auto;}

@media only screen and (max-width:1024px){
	#ba_tb {display: flex; justify-content: center; align-items: center;width: 100%;height: 60px}
	.ba_bot ul { width:100%; margin:0 auto; list-style:0;}
	.ba_bot li { text-align:center;margin:0 auto;}
	.ba_bot li img { height:57px;}
}

