﻿.top_shop{
	background:url(../images/shop/top_shop.jpg) center no-repeat;
	height:360px;
	position:relative;
	 
}

.shoplist{
	margin-top:-14px;
}
.shoplist li{
	/*border-bottom:2px dashed #b1b1b1;*/
	padding:50px 0;
}
.shoplist li .pic{
	float:left;
	width:250px;
	height:230px;
}
.shoplist li .text{
	float:left;
	width:705px;
}
.shoplist li .text .tit{
	font-size:36px;
	font-family:"微软雅黑";
	margin-bottom:10px;
}
.shoplist li .text p{
	line-height:30px;
}
.shoplist li .text p span{
	color:#ff7200;
}
.shoplist li .btn{
	float:right;
	width:140px;
	margin-top:50px;
}
.shoplist li .btn a div{
	width:138px;
	height:36px;
	border:1px solid #00a2ca;
	border-radius:5px;
	text-align:center;
	line-height:36px;
	color:#00a2ca;
	font-size:16px;
	font-weight:bold;
	background:#fff;
}
.shoplist li .btn a .on{
	width:138px;
	height:36px;
	border:1px solid #00a2ca;
	border-radius:5px;
	text-align:center;
	line-height:36px;
	background:#00a2ca;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background:#00a2ca;
}
.shoplist li .btn a div:hover{
	background:#00a2ca;
	color:#fff;
}

