.store-list {
	float:left;
	width: 100%;
    padding: 2.5%;
}
.store-list .store-menu {
	padding-bottom: 3%;
	overflow: hidden;
}
.store-list .store-menu font {
	font-size: 20px;
    line-height: 50px;
}

.store-list .store-menu  .chose {}
.store-list  .chose ul {}
.store-list  .chose ul li {
	min-width: 140px;
    float: left;
    width: 20%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.store-list  .chose  select {
	float:left;
	border: 0;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    color: #313131;
    padding: 7% 5%;
    line-height: 60px;
    width: 100%;
}
.store-list .chose  button {
	background: #d22633;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 190px;
    line-height: 42px;
    clear: both;
}
.store-list .store-menu .more {}
.store-list .store-menu .more p {
	padding:20px 0;
}
.store-list .store-menu .more .p1 {
	font-size: 16px;
	color: #666;
}
.store-list .store-menu .more .p2 {
	font-size: 16px;
	color: #666;
	padding:0 0 0 30px;
	background: url(../images/phone.svg) no-repeat left center/24px;
}


.store-list .store-box {
	padding: 5% 0 5% 5%;
    background: #f9f9f9;
    width: 100%;
}
.store-list .store-box h3 {}
.store-list .store-box ul {
	overflow: hidden;
}
.store-list .store-box ul li {
	float: left;
    width: 33%;
    overflow: hidden;
    margin-top: 4%;
    padding-right: 5%;
}
.store-list .store-box ul li h4 {
	font-size: 18px;
	color:#000;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-bottom: 15px;
}
.store-list .store-box ul li p {
	font-size: 14px;
	color: #8d8d8d;
	padding:0 0 0 30px;
    margin:2% 0;
    height: 20px;
    overflow: hidden;
}

.store-list .store-box ul li .p1 {
	background: url(../images/address.svg) no-repeat left center/20px;
}
.store-list .store-box ul li .p2 {
	background: url(../images/phone.svg) no-repeat left center/20px;
}

.store-article {}
.store-title {
	padding:5%;
	width: 100%;
	text-align: center;
}
.store-title .en {
	font-size: 18px;
}
.store-title .china {
	font-size: 30px;
}
.store-box{
	border: solid 1px #f1f1f1;
    background: none;
    padding: 15px;
}
.show-store {
	float:left;
	width: 30%;
	padding:4% 0 0 4%;
}
.show-store h2 {
	font-size: 20px;
    color: #55504f;
    margin-bottom: 5%;
}
.show-store p {
	font-size: 14px;
	margin-bottom: 0.5%;
}

#allmap {
	float:right;
	width: 65%;
	height: 500px;
	overflow: hidden;
}
.BMapLib_SearchInfoWindow{ display:block !important;}
/*以下代码是自适应样式*/

@media screen and (max-width:1320px){}

@media screen and (max-width:1178px){}


@media screen and (max-width:800px){
.store-list .store-menu {
	padding-bottom: 3%;
}
.store-list .store-menu font {
	font-size: 18px;
    line-height: 50px;
}
.store-list .store-menu ul {
	width: 100%;
}
.store-list .store-menu ul li {
    margin-right: 2.5%;
    line-height: 30px;
}
.store-list .store-menu ul li a {
	font-size: 14px;
}

.store-list .store-box ul li {
    width: 100%;
    margin-top: 10%;
    padding-right: 0%;
}
.store-list .store-box ul li h4 {
	font-size: 16px;
	margin-bottom: 15px;
}


/*地图详情页*/
.show-store {
	width: 100%;
	padding:4% 4%;
}
.show-store h2 {
	font-size: 20px;
    color: #55504f;
    margin-bottom: 5%;
}
.show-store p {
	font-size: 14px;
	margin-bottom: 0.5%;
}

#allmap {
	width: 100%;
	height: 300px;
}

}

.mobile {display:none;}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.mobile {display:block;width: 96%;padding:15px 2%;}
.shop-map {
	margin-top:10%;
}
.shop-map a {
	display: block;
    width: 98%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #d22633;
}
}