@charset "utf-8";	
.mobile_banner{width:100%;margin:0 auto;overflow:hidden;}
.mobile_banner>ul{width:100%;margin:0 auto;overflow:hidden;list-style:none;}
.mobile_banner>ul>li{float:left;width:50%;font-size:0;}
.mobile_banner>ul>li>img{max-width:100%;width:100%;}
.mobile_banner>ul>li>a>img{max-width:100%;width:100%;}
@media(min-width:769px){
	.mobile_banner{display:none}
}
@media(max-width:768px){
	.mobile_banner{display:block}
}