section.map_container #map{
	height: 590px;
}
.shop_container{
	padding: 100px 0;
}
.shop_container .item{
	position: relative;
	border: 10px #ffffff solid;
    background: #f8f8f8;
}

.shop_container .name{
	display: block;
	height: 100px;
	line-height: 100px;
	color: #222;
	font-size: 24px;
	padding: 0 30px;
	background:url(../images/add.png) no-repeat center right 30px;
}
.shop_container .name span{
	display: block;
	width: 80%;
	overflow:hidden;
	white-space:nowrap;
}
.shop_container .item.on .name{
	background-color:#919191;
	color: #fff;
	background-image:url('../images/min.png');
}
.shop_container  .tel_add{
	width: 100%;
	display:none;
	position: absolute;
	background:#919191;
	color: #fff;
	padding: 40px 30px;
	top:100px;
	border-top:1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:10;
	line-height: 40px;
	overflow:hidden;
}
.shop_container  .tel_add a{
	display: block;
	color: #fff;
	width: 47%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shop_container  .item.on .tel_add{
	display: block;
	line-height: 1.6;
}
.shop_container  .item.on .tel_add a.tel{
	background:url('../images/tel.png') no-repeat  center left / contain;
	background-size:46px 38px;
	padding-left: 46px;
}
.shop_container  .item.on .tel_add a.add{
	background:url('../images/address.png') no-repeat  center left / contain;
	background-size:46px 38px;
	padding-left: 46px;
}

@media screen and (max-width:1640px){
	.shop_container{
		padding: 60px 40px;
	}
	section.map_container #map{
		height:400px;
	}
}
@media screen and (max-width:992px){
	.shop_container{
		padding:40px 10px;
	}
	section.map_container #map{
		height:240px;
	}
	.shop_container .name{
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		background-size:12px;
		padding: 0 10px;
		background-position: center right 10px;
	}
	.shop_container .tel_add{
		top:60px;
	}

	.shop_container  .tel_add{
		padding: 20px 10px;
		line-height: 20px;
	}
}