
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) { 
	/*.sowingMap img{
		width:768px;
	}*/
	.litteBannerImg img{
		width: 102.3%;
	}
}

