.dishes{
	width: 100%;
	background: #f5f5f5;
	padding:19px 0 26px;
}
.w92{
	width: 92%;
	margin:0 auto;
}
.dishes .title{
	padding-bottom:9px;
	text-align: center;
}
.dishes .title h2{
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	line-height: 30px;
}
.dishes .title p{
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}
.dishes-list-tit{
	width: 60%;
	float: none;
	margin: 0 auto;
	padding-bottom: 20px;
}
.dishes-list-tit li{
	width: 45.8%;
	height: 25px;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 25px;
	border: 1px solid #dbdbdb;
	border-radius: 22px;
	transition: all 0.3s;
}
.dishes-list-tit li a{
	display: block;
	width: 100%;
	color: #333;
	transition: color 0.3s;
}
.dishes-list-tit li:hover, .dishes-list-tit li.on{
	background: #ff6600;
	border-color: #ff6600;
}
.dishes-list-tit li:hover a, .dishes-list-tit li.on a{
	color: #fff;
}
.dishes-list{
	width: 100%;
}
.dishes-list ul{
	width: 100%;
	float: none;
	padding-bottom: 15px;
}
.dishes-list .more{
	width: 50%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	font-size: 12px;
	color: #999;
	margin:0 auto;
	opacity: 0;
	border-radius: 26px;
}
.dishes-one li{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	background: #dedcdc;
	height: 2.21rem;
    overflow: hidden;
    border-radius: 5px;
}
.dishes-one li a{
	display: block;
	width: 100%;
	height: 100%;
}
.dishes-one li img{
	max-width: 100%;
	width: 100%;
	height: 100% !important;
}
.dishes-one li p{
	width: 34.7%;
	height: 49px;
	background: url(/bocstatic/m/img/pic02.png) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 49px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top:50%;
	left: 50%;
	margin: -25px 0 0 -17.3%;
	z-index: 2;
}
.dishes-one li .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: #000;
	opacity: 0.5;
	z-index: 1;
	border-radius: 5px;
}
.dishes-two li{
	width: 48%;
	background: #fafafa;
	border-radius: 7px;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}
.dishes-two li a{
	display: block;
	width: 100%;
	height: 100%;
}
.dishes-two li .font{
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	color: #666;
}
.dishes-two li .pic{
	width: 100%;
	overflow: hidden;
	height: 150px;
	background: #fff;
}
.dishes-two li img{
	width: 100%;
	height: 150px;
}
.dishes .swiper-container{
	width: 100%;
	padding-bottom: 48px;
	position: relative;
}
.dishes .swiper-container.curtur{
	padding-bottom: 0;
	min-height: 150px;
	background: #fff;
}
.dishes .swiper-wrapper{
	width: 100%;
}
.dishes .swiper-slide{
	width: 100%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	border-radius: 5px;
}
.dishes .swiper-slide a{
	display: block;
	width: 100%:;
}
.dishes .swiper-slide img{
	width: 100%;
	height: 4.2rem;
}
.dishes .swiper-slide .font{
	font-size: 14px;
	color: #333;
	line-height: 45px;
	padding:0 4%;
	position: relative;
}
.dishes .swiper-slide span.num{
	font-size: 12px;
	color: #999;
	line-height: 45px;
	height: 45px;
	padding-left: 6%;
	background: url(/bocstatic/m/img/pic07.png) no-repeat left center;
	background-size: 15px;
	position: absolute;
	top:0;
	right:4%;
}
.dishes .swiper-container-horizontal>.swiper-pagination{
	bottom: 19px;
}
.dishes .swiper-container.curtur .swiper-pagination{
	bottom: 3px;
}
.dishes .swiper-container.curtur .swiper-slide{
	border-radius: 0px;
}
.dishes .swiper-container.curtur .swiper-pagination-bullet{
	width: 7px;
	height: 7px;
	background: url(/bocstatic/m/img/pic09.png) no-repeat center;
	background-size: 100% 100%;
}
.dishes .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: url(/bocstatic/m/img/pic05.png) no-repeat center;
	background-size: 100% 100%;
	transition:background 0.3s;
}
.dishes .swiper-pagination-bullet:hover, .dishes .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(/bocstatic/m/img/pic05_h.png) no-repeat center;
	background-size: 100% 100%;
}
.dishes .swiper-container.curtur .swiper-pagination-bullet:hover, .dishes .swiper-container.curtur .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(/bocstatic/m/img/pic09_h.png) no-repeat center;
	background-size: 100% 100%;
}
.dishes .swiper-container.curtur .return{
	width: 30px;
	height: 30px;
	background: url(/bocstatic/m/img/pic10.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top:20px;
	left: 4%;
	z-index: 5;
	opacity: 1;
}
.dishes .swiper-container.curtur .link{
	width: 30px;
	height: 30px;
	background: url(/bocstatic/m/img/pic11.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top:20px;
	right: 4%;
	z-index: 5;
	opacity: 1;
}
.dishes-info-tit{
	width: 92%;
	padding: 15px 4% 10px;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
}
.dishes-info-tit h2{
	font-size: 21px;
	color: #000000;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 3px;
}
.dishes-info-tit p{
	padding-left: 6%;
	font-size: 12px;
	color: #888;
	line-height: 22px;
	background: url(/bocstatic/m/img/pic07.png) no-repeat left center;
	background-size: 15px;
}
.dishes-info-tit p .t{
	color: #333;
	padding-left: 10px;
}
.dishes-info-con{
	width: 72%;
	padding: 28px 14% 39px;
	background: #fff;
	margin-bottom:10px;
	position: relative;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}
.dishes-info-con .top{
	width:15px;
	height: 10px;
	background: url(/bocstatic/m/img/pic12.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top:18px;
	left: 4%;
}
.dishes-info-con .bot{
	width:15px;
	height: 10px;
	background: url(/bocstatic/m/img/pic12.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom:25px;
	right: 4%;
}
.dishe-con-list{
	width: 100%;
	float: none;
}
.dishe-con-list li{
	width: 94%;
	padding: 14px 3%;
	float: left;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.dishe-con-list li a{
	display:block;
	width: 100%;
}
.dishe-con-list li .pic{
	width: 46%;
	overflow: hidden;
	height: 1.67rem;
	border-radius: 5px;
	margin-right: 4%;
}
.dishe-con-list li img{
	width: 100%;
	height: 100%;
}
.dishe-con-list li h2{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.dishe-con-list li .font{
	font-size: 12px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.dishe-con-list li .font.on{
	height: 22px;
}
.dishe-con-list li span.num{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	height: 24px;
	padding-left: 7%;
	background: url(/bocstatic/m/img/pic07.png) no-repeat left center;
	background-size:15px;
}
.dishes .page{
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
/*.dishes .page a{
	margin:0 7px;
	padding: 9px 11px;
	background: #e9e9e9;
	color: #999;
	font-family: "Arial";
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	transition:background 0.3s, color 0.3s;
}
.dishes .page a:hover, .dishes .page a.active{
	background: #ff6600;
	color: #fff;
}*/
.dishes-info-bot{
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 14px;
}
.dishes-info-bot h2{
	border-bottom: 1px solid #f5f5f5;
	padding: 0 8%;
	width: 84%;
	background: url(/bocstatic/m/img/pic15.jpg) no-repeat 5% center;
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	background-size: 2px;
}
.dishes-info-bot .con{
	width: 92%;
	margin: 0 auto;
	padding-top: 14px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.dishes-info-bot .con p{
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.dishes-info-bot .con img{
	max-width: 100%;
	height: auto !important;
	padding: 3px 0 13px;
	max-height: 3.7rem;
}
.dishes .alink{
	display: block;
	width: 53%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ff6600;
	color: #fff;
	font-size: 16px;
	margin: 20px auto 0;
	border-radius: 30px;
}
.home-share{
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.home-share .bg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 1;
}
.home-share .con{
	position: absolute;
	top:100px;
	left: 4%;
	width: 84%;
	background: #fff;
	z-index: 2;
	padding: 18px 4% 22px;
	text-align: center;
	opacity: 0;
	border-radius: 10px;
}
.home-share .close{
	width: 14px;
	height: 14px;
	background: url(/bocstatic/m/img/pic20.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top:18px;
	z-index: 2;
	right: 4%;
}
.home-share .tit{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.home-share .bdsharebuttonbox{
	text-align:center;
}
.home-share .bdsharebuttonbox a{
	width: 20.5%;
	text-align: center;
	margin: 0 5%;
	padding: 0;
	height: 120px;
	float: none;
	display: inline-block;
}
.home-share .bdsharebuttonbox a.bds_sqq{
	background: url(/bocstatic/m/img/pic17.png) no-repeat center;
	background-size: 100%;
	margin-left: 9%;
}
.home-share .bdsharebuttonbox a.bds_weixin{
	background: url(/bocstatic/m/img/pic18.png) no-repeat center;
	background-size: 100%;
}
.home-share .bdsharebuttonbox a.bds_weixin.on{
	display: none;
}
.home-share .bdsharebuttonbox a.bds_tsina{
	background: url(/bocstatic/m/img/pic19.png) no-repeat center;
	background-size: 100%;
}<!--0.00011682510375977-->