@charset "utf-8";
/* CSS Document */

.add{
	width: 6.8rem;
	height: 2.2rem;
	display: block;
	margin-left: .35rem;
	margin-top: .4rem;
}

/*news-details*/
.news{
	width:6.8rem;
	margin-left:.35rem;
	margin-top: .35rem;
	height: auto;
	overflow: hidden;
	zoom:1;
	background: #fff;
	color: #000;
	border-radius: .1rem;
}
.new_title{ 
	width:6.1rem;
	margin-left:.35rem;
	margin-top:.35rem;
	height: auto;
	overflow: hidden;
	zoom:1;
}
.new_title h3{ 
	font-weight:normal;
}
.new_title span{ 
	font-size:.18rem;
	color:#999999;
	display:block;
	margin:.14rem 0 .2rem;
}

.news-details{ 
	width:6.1rem;
	margin-left:.35rem;
	padding-bottom:.4rem;
	font-size:.24rem;
	float: left;
	color: #666;
}
.news-details img{
	width: 100%;
}

.page{
	width: 6.1rem;
	padding: 0 .35rem .35rem;
	float: left;
}
.prey{
	float: left;
}
.next{
	float: right;
}



/*shop-details*/
.shop_pic{
	width: 7.5rem;
	height: auto;
	position: relative;
  	overflow: hidden;
}
.shop_pic img{
	width: 100%;
	height: 100%;
}
.swipslider { 
	display: block;
			  -webkit-user-select: none;
				 -moz-user-select: none;
				  -ms-user-select: none;
					  user-select: none; 
}
.swipslider .sw-slides {  
	display: block;
	padding: 0;
	list-style: none;
	width: 7.5rem;
	height: auto;
	white-space: nowrap;
	font-size: 0;
		-webkit-transform: translateX(0);
				transform: translateX(0);
	position: absolute;
	bottom: 0; 
}
.swipslider .sw-slide {   
	width: 7.5rem;
	height: auto;
	margin: auto;
	display: inline-block; 
}
.sw-bullet {
  position: absolute;
  bottom: 2%;
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0; }
.sw-bullet li {
    width: .1rem;
    height: .1rem;
    background-color: rgba(160, 160, 160, 0.53);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out; }
.sw-bullet li:hover {
      background-color: rgba(255, 255, 255, 0.74); }
.sw-bullet li.active {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 .02rem rgba(160, 160, 160, 0.53); }
.sw-bullet li:not(:last-child) {
      margin-right: .1rem; }


.shop{
	padding:0 .8rem;
}
.shop h3{
	font-size: .3rem;
	margin: .3rem 0;
}
.shop p{
	margin-bottom: .2rem;
}

.map{
	width: 6.8rem;
	height: 4.5rem;
	margin: .35rem;
	border-radius: .1rem;
	overflow: hidden;
}

.title{
	width: 100%;
	height: .75rem;
	text-align: center;
	font-size: .3rem;
}


.tender_box{
	width: 6.8rem;
	height: 3rem;
	margin-left: .35rem;
	overflow-x: scroll;
	overflow-y: hidden;
}
.tender{
	width: 19rem;
	height: 3rem;
}
.tender li{
	width: 3.45rem;
	height: 3rem;
	background: #fff;
	margin-right: .3rem;
	float: left;
	border-radius: .1rem;
	overflow: hidden;
}
.tender li a{
	width: 100%;
	height: 100%;
	display: block;
}
.tender li h4{
	font-size: 0.24rem;
	padding: .12rem .2rem 0;
	font-weight: normal;
	color: #666;
}







