body{max-width: 1920px;margin:0 auto;min-width: 1320px;}
div{box-sizing: border-box;}
a{text-decoration: none;color:#666;}
p{margin-block-start: 0!important;margin-block-end: 0!important;}
ul{list-style-type: none;}
img{box-sizing: border-box;max-width:100%;}
input{outline: none;border: none;}
.item,.see_more,.page_left,.page_right{cursor: pointer;}
.page_left,.page_right{outline: none;}
.j_between{display: flex;justify-content: space-between;align-items:center;}
.j_center{display: flex;justify-content: center;align-items:center;}
.j_start{display: flex;justify-content: flex-start;align-items:center;}
.j_end{display: flex;justify-content: flex-end;align-items:center;}
.wrap{flex-wrap: wrap;}
.common_content{width:1200px;margin-left:auto;margin-right:auto;}
.description{text-indent:30px;}
.store{
	
}
.wrap{
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.store .title{
	text-align:center;
	padding:30px 0; 
}
.store .title h3{
	font-size:24px;
	text-transform:uppercase;
}
.store .title p{
	font-size:14px;
	color:#939598;
	text-transform:uppercase;
}
.store_list {
	padding-bottom:50px;
	overflow:hidden;
}
.store_list .map_list .list{
	height:330px;
	overflow-y:scroll;
	padding-right:15px;
}
.store_list .map_left{
	float:left;
	width:460px;
	
}
.store_list .map_list .list::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}

.store_list .map_list .list::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 3px;
}

.store_list .map_list .list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}
.store_list .map_left .map_seach {
	
}
.store_list .map_left .map_seach div{
	padding-bottom:20px;
}
.store_list .map_left .map_seach div select{
	width:30%;
	height:30px;
	border:1px solid #e6e6e6;
}
.store_list .map_left .map_seach div button{
	width:165px;
	height:40px;
	background:#3e7335;
	color:#fff;
	border:1px solid #3e7335;
}
.store_list .map_left .map_seach div button span{
	display:inline-block;
	background:url('../img/but.jpg') no-repeat center; 
	height:13px;
	width:13px;
	margin-left:8px;
	position:relative;
	top:3px;
}
.store_list .map_left .map_list .text{
	border-bottom:1px solid #e6e6e6;
	padding-bottom:20px;
}
.store_list .map_left .map_list .text p{
	font-size:18px;
}
.store_list .map_left .map_list .text h3{
	font-size:22px;
	font-weight:bold;
}
.store_list .map_left .map_list .text h3 small{
	font-size:16px;
	font-weight:bold;
}
.store_list .map_left .map_list .list  ul{
	padding:0;
}
.store_list .map_left .map_list .list  ul li{
	border:1px solid #e6e6e6;
	margin-top:25px;
	padding:20px;
}
.store_list .map_left .map_list .list  ul li h3{
	font-size:18px;
	margin-bottom:10px;
}
.store_list .map_left .map_list .list  ul li h4{
	font-size:14px;
	color:#939598;
	background:url('../img/map.jpg') no-repeat center left;
	padding-left:20px;
	line-height:30px;
}
.store_list .map_left .map_list .list  ul li p{
	font-size:14px;
	color:#939598;
	background:url('../img/phone.jpg') no-repeat center left;
	padding-left:20px;
	line-height:30px;
}
.store_list .map_left .map_list .page{
	height:30px;
	margin-top:25px;
}
.store_list .map_right{
	float:right;
	width:700px;
	height:541px;
}