	.head{
		background: url(../../img/service/banner.jpg?123) no-repeat center;
		/*background-size:100% 100%;*/
	}
	/*商铺信息*/
		/*二级导航*/
	.main .shaopInfo .nav2{
		margin-top: 50px;
	}
	.main .shaopInfo .nav2 .nav-link{
		font-size: 20px;
	    color: #fff;
	    border: none;
	    padding: 0.5rem 3.5rem;
	    background: #b9b9b9;
	    border-radius: 30px;
	    margin: 0 1.5rem;
	}
	.main .shaopInfo .nav2 .nav-link.active{
		 background: #dea26d;
	}
	.main .recomshop .rscontxt{
		background: #f0f0f0;
		height:245px;
	}
	.main .recomshop .rscontxt h5{
		font-size:19px;
		color:#333;
	}
	.main .recomshop .rscontxt p{
		font-size: 13px;
		/*text-align: left;*/
		width:100%;
		color:#999;
		line-height: 32px;
		margin-bottom:0;
	}
	.main .recomshop .rscontxt p.busnum{
		line-height: 20px;
	}
	.main .recomshop .rscontxt-over{
		background: #dea26d;
	}
	.main .recomshop .rscontxt-over h5,
	.main .recomshop .rscontxt-over p{
		color:#fff;
	}
	.main  .describe{
		font-size: 14px;
		color:#a7a7a7;
		margin-top: 30px;
		line-height: 28px;
		margin-bottom: 100px;
	}
	
	.main .serandfac-con{
		background: #f2f2f2;
	}
	.main .serandfac-con .con-txt {
		width: 79%;
		padding-left: 70px !important;
	}
	.main .serandfac-con .con-txt h5{
		font-size:18px;
		color:#333;
		margin-bottom:0;
		padding-bottom: 8px;
		border-bottom: 1px dotted #dedede;
	}
	.main .serandfac-con .con-txt p{
		font-size: 16px;
		color:#999;
		margin-bottom: 0;
		margin-top: 0px;
	}
	.main .parking .con-txt{
		font-size: 13px;
		color:#999;
	}
	.main .parking .con-txt p{
		line-height: 27px;
		margin-bottom: 0;
	}
	.main .parking .con-txt{
		padding-bottom: 80px;
	}
	.parking-txt {
		margin-top: 20px;
		font-size: 16px;
		line-height: 32px;
	}
@media (max-width:992px) {
	.main .serandfac-con .con-txt{
		width: 75%;
	}
	.main .serandfac-con .con-txt h5{
		font-size: 15px;
	}
	.main .serandfac-con .con-txt p{
		font-size: 13px;
	}
	.tab-content .con-title {
		top: -36px;
	}
}
@media (min-width:992px) {
	#serandfac {
		padding-left:150px;
		padding-top: 80px;
	}
	.main .serandfac-con {
		background-color: transparent;
	}
	.main .serandfac-con .con-txt h5 {
		border-bottom: 0px;
	}
}