@charset "utf-8";
.goods_list{
	width:100%;
}
.goods_list ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}


.goods_list li{
/*
	max-width:750px;
*/
}

.goods_list ul:last-child li{
	max-width:35%;
}

.goods_list li img{
	width:100%;
}
.smart_goods{
	display:none;
}
.goods_map{
	display:inline;
	margin:5% 20px 0;
}
.center_banner{
	max-width:700px;
	margin:2em auto;
}
 @media screen and (max-width: 720px) {
/*	 .goods_list ul{
		 display:inline;
}*/
.pc_goods{
	display:none;
}
.smart_goods{
	display:inline-block;
}

.goods_list ul:last-child li{
	max-width: 50%;
}
.center_banner{
	margin:1em auto;
}
 }
  @media screen and (max-width: 600px) {
.goods_map{
	margin:0% 0 15%;

 }

.goods_list ul:last-child li{
	max-width: 50%;
}
  }