@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 980px) {
	
}
@media screen and (max-width: 800px) {
	.map {
		float: left;
		width: 98%;
	}
	.map iframe{
		width: 100% !important;
	}
	.list-product p.sapo {
		text-align: left;
	}
	div.info {
	    width: 280px;
	}
	.menuTop {
		float: left;
		clear: both;
		position: relative;
		height: auto;
	}
	#menu_btn{
		display: block;
		float: left;
	}
	#menu_btn i{
		font-size: 20px;
		color: #38b3de;
	}
	.menu{
		position: relative;
		background:#194e88;
	}
	#menu {
		width: 250px;
	}
	ul#menu{
		-webkit-overflow-scrolling: touch;
	  -ms-transform: translate(-150%,0);
	  -webkit-transform: translate3d(-150%,0,0);
	  -moz-transform: translate3d(-150%,0,0);
	  -ms-transform: translate3d(-150%,0,0);
	  -o-transform: translate3d(-150%,0,0);
	  transform: translate3d(-150%,0,0);
	  transition: all .25s;
	  position: absolute;
	  top: 40px;
	  background: #38b3de;
	  z-index: 9999;
	  text-align: left;
	  border-radius: 0px;
	  height: auto;
	}
	.move-div{
		-webkit-overflow-scrolling: touch;
	  -ms-transform: translate(0,0) !important;
	  -webkit-transform: translate3d(0,0,0) !important;
	  -moz-transform: translate3d(0,0,0) !important;
	  -ms-transform: translate3d(0,0,0) !important;
	  -o-transform: translate3d(0,0,0) !important;
	  transform: translate3d(0,0,0) !important;
	  transition: all .25s;
	}
	ul#menu li{
		width: 98%;
		height: 35px;
		line-height: 35px;
		border-right: none;
		border-bottom: 1px solid #79cdeb;
		background: none;
		padding: 0px 0px 0px 2%;
		text-align: left;
	}
	ul#menu li ul{
		display: none;
	}
	#menu li a{
		color: #FFF;
		margin-left: 10px;
		font-weight: normal;
	}
	#menu li.active a{
		border-bottom: none;
	}
	#menu li:hover a{
		border-bottom: none;
	}
	.list-product p.price {
		width: 98%;
	}
	.list-product p.code {
		width: 98%;
		float: left;
	}
	.left-content {
	    width: 35%;
	}
	.main-content {
		width: 64%;
	}
	.product-item2 .left {
	    width: 40%;
	}
	.product-item2 .right {
		width: 58%;
	}
}
@media screen and (max-width: 768px) {
	.left-content {
	    width: 30%;
	}
	.main-content
	{
		width: 69%;
	}
}
@media screen and (max-width: 640px) {
	.listCate li p a {
		font-size: 13px;
	}
	.bannerHome {
		width: 100%;
	}
	.searchHome {
	    width: 100%;
	}
	.list-product .product-item-last {
	    float: left;
	}
	.left-content {
	    width: 37%;
	}
	.main-content {
	    width: 62%;
	}
	.list-product .product-item, .product-item-last {
	    width: 32%;
	}
	#naviTop a {
		color: #222;
	}
	#naviTop {
		top: 80px;
		z-index: 9999;
	}
	.main-content {
	    width: 62%;
	    padding: 0px;
	}
}
@media screen and (max-width: 480px) {
	.listCate li {
		width: 48%;
	}
	.left-content {
	    width: 100%;
	}
	.main-content {
	    width: 100%;
	}
	.list-product .product-item, .product-item-last {
	    width: 48%;
	}
	#naviTop {
		top: 62px;

	}
}
@media screen and (max-width: 360px) {
	.menuFooter
	{
		display: none;
	}
	.listCate li p a {
	    font-size: 11px;
	}
	.listCate li {
	    width: 98%;
	}
	.listCate li img {
		max-width: 100%;
		height: auto;
	}
	#naviTop {
		position: relative;
		top: 0px;
		left: 0px;
		right: auto;
	}
}
@media screen and (max-width: 320px) {
	#naviTop li {
		padding: 0px 10px;
		float: left;
	}
	.product-item2 .left {
	    width: 98%;
	    float: none;
		margin: auto;
	}
	.product-item2 .right {
		width: 98%;
		float: none;
		margin: auto;
	}
	.page-content {
		padding: 0px;
	}
}
