@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-02-27 17:23:17
 * @version $Id$
 */
.store_top{
	margin-bottom: 30px;
}
.store_top img{
	display: block;
	width: 1000px;
	margin-bottom: 10px;
}
.store_top p{
	font-size: 13px;
	color: #999;
	line-height: 22px;
	margin-bottom: 10px;
	text-indent: 2em;
}

.store_title{
	height: 40px;
	border-bottom: 1px solid #8f9e1c;
	padding-left: 20px;
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.store_title span{
	float: left;
	display: block;
	margin-right: 10px;
}
.store_title select{
	float: left;
	width: 120px;
	height: 30px;
	margin-top: 5px;
	border:1px solid #ccc;
	outline: none;
	margin-right: 10px;
}
.store_list{
	padding: 20px 0;
	border-bottom: 1px solid #8f9e1c;
	margin-bottom: 20px;
}
.store_list li{
	width:300px;
	border:1px solid #8f9e1c;
	float: left;
	margin-right: 20px;
	font-size: 13px;
	padding: 9px;
	margin-bottom: 20px;
}
.store_list li:nth-child(3n){
	margin-right: 0;
}
.store_list li img{
	display: block;
	width: 100%;
	max-width: 300px;
	margin-bottom: 10px;
}
.store_list li p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-bottom: 5px;
	height: 22px;
}
.store_list li em{
	display: block;
	font-style: normal;
	font-size: 13px;
	color: #ccc;
	line-height: 22px;
}

.add_box{
	height: 40px;
}
.add_box a{
	float: right;
	height: 40px;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	color: #99ae1b;
	cursor: inherit;
	line-height: 40px;
}
.add_box p{
	float: right;
	font-size: 14px;
	line-height: 40px;
	color: #99ae1b;
	margin-right: 20px;
}

.store_left{
	float: left;
	width: 400px;
	border:1px solid #8f9e1c;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #99ae1b;
}

.store_right{
	float: right;
	width: 550px;
}
.store_right h3{
	font-size: 26px;
	color: #666;
	line-height: 50px;
	margin-bottom: 20px;
}
.store_right p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-bottom: 5px;
}
.store_right p a{
	display: inline-block;
	color: #99ae1b;
}
.map{
 	overflow: hidden;
 	border: 1px solid #8f9e1c;
}

@media screen and (max-width:960px) {
.store_top{
	padding: 5%;
	margin-bottom: 0;
}
.store_top img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.store_title{
	background: #99ae1b;
	padding: 10px 5%;
	color: #fff;
}
.store_list{
	padding: 5% 5% 0 5%;
}
.store_list li{
	width: 100%;
	border:0;
	border-bottom: 1px dashed #8f9e1c;
	padding: 0 0 10px 0;
}
.store_list li:last-child{
	border-bottom: 0;
}
.store_list li img{
	margin: 0 auto 20px auto;
	max-width: 100%;
}
.add_box{
	padding: 0 5%;
}
.add_box p{
	float: left;
}

.store_left{
	float: initial;
	width: 100%;
}
.store_left img{
	display: block;
	width: 100%;;
}
.store_right{
	float: left;
	width: 90%;
	padding: 5% 5% 0 5%;
}
.store_right h3{
	font-size: 20px;
	margin-bottom: 0;
}


}