/*$${"color":[{"val":"#555555","title":"分类文字颜色"},
{"val":"#555555","title":"信息标题文字颜色"},
{"val":"#fff","title":"文字颜色"},
{"val":"#eb342f","title":"加盟热线区域按钮文字颜色"},
{"val":"#b0b0b1","title":"加盟热线左侧文字颜色"}],
"background":[{"val":"#f5f5f5","title":"整体模块背景颜色"},
{"val":"#fff","title":"美食区域背景颜色"},
{"val":"#f5f5f5","title":"信息右侧按钮背景颜色"},
{"val":"#e60012","title":"查看更多背景颜色"},
{"val":"#eb342f","title":"加盟热线背景颜色"}, 
{"val":"#3e3d42","title":"加盟热线信息背景颜色"},
{"val":"#eb342f","title":"加盟热线左侧信息边框颜色"}],
"border":[{"val":"#e5e5e5","title":"栏目下划线背景颜色"},
{"val":"#e5e5e5","title":"分类标题边框"},
{"val":"#969595","title":"分类选中边框"},
{"val":"#eb342f","title":"分类鼠标划过样式"},
{"val":"#e8e8e8","title":"信息内容边框"}]}$$*/
                    
#food_146{ 
	background: #f5f5f5;
	/* overflow: hidden; */
	width: 100%;
	padding: 60px 0 190px 0;
}
#food_146 .food_box{
	width: 1200px;
	margin:0 auto;
	background: #fff;
	position: relative;
}
#food_146 .food_box .conL{
	width: 25%;
	float: left;
}
#food_146 .food_box .conL img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
#food_146 .conR{
	width:calc(75% - 50px);
	float: right;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 0;
}
#food_146 .conR .classname{
	font-size: 28px;
	color: #282828;
	height: 70px;
	line-height: 70px;
	border-bottom:#e5e5e5 solid 1px;
	display: block;
}
#food_146 .classlist{
	width: 100%;
	padding: 15px 0;
}
#food_146 .classlist li{
	
	
	box-sizing: border-box;
	
	
	float: left; 
	
	cursor: pointer;
}
#food_146 .classlist li a{
	border: #e5e5e5 solid 1px; 
	padding: 0 10px;
	min-width: 110px;
	margin: 10px 35px 10px 0;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #555555;
}

#food_146 .classlist li.click a,#food_146 .classlist li:hover a{
	border: #eb342f solid 1px;
	color: #eb342f;
}
#food_146 .foodList{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#food_146 .foodSwiper{
	width: calc(100% - 100px);
	margin-right:100px;
}
#food_146 .foodItem{
	width: 100%;
	border:#e8e8e8 solid 1px;
	display: block;
}
#food_146 .foodItem:hover img{
	transform: scale(1.1);
}
#food_146 .foodItem:hover{
	background:#e60012;
}

#food_146 .foodItem .imgItem{
	width: 100%;
	overflow: hidden;
}
#food_146 .foodItem img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform .3s ease;
}
#food_146 .foodItem .title{
	width: 100%;
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #555555;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
#food_146 .foodItem:hover .title{
	color: #fff;
}
#food_146 .btnNext{
	background:#f5f5f5 url(./../../../static/images/CP000011_01.png) no-repeat center center;
	background-size: 17px 23px;
	width: 45px;
	height: 100%;
	position: absolute;
	right: 50px;
	top:20px;
}
#food_146 .btnNext::after{
	background:none;
	content: '';
}  
#food_146 .moreBtn{
	width: 100px;
	height: 100px;
	background:#e60012 url(./../../../static/images/CP000011_03.png) no-repeat center 15px;
	background-size: 35px 34px;
	color: #fff;
	position: absolute;
	right: 0;
	top:0;
	text-align: center;
	padding-top: 50px;
	line-height:30px;
	font-size: 14px;
}
#food_146 .foodServi{
	width: 100%;
	height: 230px;
	background: #eb342f;
	position: absolute;
	bottom: -300px;
	left: 0;
}
#food_146 .servL{
	width: 25%;
	background: #3e3d42;
	height: 100%;
	float: left;
	padding: 0 30px 0 50px;
}
#food_146 .servL .tit-1{
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	padding-top: 40px;
}
#food_146 .servL .infos{
	width: 100%;
	padding-left: 20px;
	position: relative;
}
#food_146 .servL .infos::after{
	width: 5px;
	position: absolute;
	content: '';
	background: #eb342f;
	height: 74px;
	top:8px;
	left: 0;
}
#food_146 .servL .infos li{
	line-height: 30px;
	color: #b0b0b1;
	font-size: 14px;
}
#food_146 .servR{
	width: 75%;
	float: right;
	height: 100%;
	position: relative;
}
#food_146 .servR .tellInfo{
	margin-left: 10%;
	width: 34%;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
#food_146 .servR .tellInfo .tit-1{
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}
#food_146 .servR .tellInfo .tell{
	font-size: 40px;
	font-family: arial;
	color: #fff;
	background: url(./../../../static/images/CP000011_02.png) no-repeat;
	background-size: 34px 34px;
	padding-left: 40px;
	display: inline-block;
	float: right;
}
#food_146 .joinBtn{
	width: 157px;
	height: 48px;
	background: #fff;
	position: relative;
	border-radius: 5px;
	line-height: 48px;
	font-size: 14px;
	color: #eb342f;
	position: absolute;
	top:50%;
	right:11%;
	padding-left: 70px;
	font-weight: bold;
	margin-top: -24px;
}
#food_146 .joinBtn::before{
	content: '';
	background: url(./../../../static/images/CP000011_04.png) no-repeat;
	background-size: 25px 23px;
	position: absolute;
	width: 25px;
	height: 23px;
	top:50%;
	left:35px;
	margin-top: -12px;
}
#food_146 .productNavWap{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
}
#food_146 .productNavWap .swiper{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
#food_146 .productNavWap .swiper .swiper-slide{
	border-radius: 5px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	background:rgba(230,0,18,.7);
	color: #ffffff;
	padding: 0 2px;
}
#food_146 .productNavWap .swiper .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
}  
#food_146 .productNavWap .swiper .swiper-slide-active{
	background: #e60012;
}
#food_146 .productNavWap .productNav-prev,#food_146 .productNavWap .productNav-next{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ff7011;
}
#food_146 .productNavWap .productNav-prev{
	left: 0;
}
#food_146 .productNavWap .productNav-next{
	left: 95%;
}
@media screen and (max-width: 1200px){
	#food_146 .food_box{
		width: 100%;
		padding: 0 4%;
	}
	#food_146 .servL{
		width: 40%;
	}
	#food_146 .servR{
		width: 60%;
	}
	#food_146 .servR .tellInfo{
		width: 48%;
		margin-left: 5%;
	}
	#food_146 .servR .tellInfo .tell{
		font-size: 28px;
		line-height: 34px;
	}
	#food_146 .joinBtn{
		right:5%;
	}
	#food_146 .classlist li{
		min-width: auto;
		margin: 15px 15px 15px 0;
	}
	#food_146 .conR .classname{
		margin-top: 0;
	}
	#food_146 .moreBtn{
		width: 70px;
		height: 70px;
		background-size: 25px 25px;
		padding-top: 40px;
	}
	#food_146 .foodSwiper{
		width: calc(100% - 40px);
		margin-top: 0;
	}
	#food_146 .btnNext{
		right:0;
	}
	#food_146 .foodList{
		margin: 20px 0;
	}
	#food_146 .classlist li a{
		margin: 15px 10px 15px 0;
	}
}
@media screen and (max-width: 992px){
	#food_146 .productNavWap{
		display: block;
		margin-top: 20px;
	}
	#food_146 .classlist{
		display: none;
	}
	#food_146 .food_box .conL img{
		height: 350px;
	}
	#food_146 .food_box{
		padding: 0;
	}
	#food_146 .foodItem .title{
		height: 40px;
		line-height: 40px;
	}
	#food_146{
		padding: 60px 0 150px 0;
	}
	#food_146 .foodServi{
		bottom: -255px;
	}
	#food_146 .food_box .conL{
		width: 28%;
	}
}
@media screen and (max-width: 767px){
	#food_146{
		padding:20px 0 200px 0;
	}
	#food_146 .btnNext{
		width: 30px;
	}
	#food_146 .food_box .conL{
		width:100%;
		margin-bottom: 20px;
	}
	#food_146 .conR{
		width: 94%;
		position: relative;
		top:0;
		right: 3%;
		transform: none;
	}
	#food_146 .moreBtn{
		top:240px;
		height: 60px;
		width: 60px;
		padding-top: 28px;
		background: #e60012 url(./../../../static/images/CP000011_03.png) no-repeat center 8px;
		background-size: 20px 20px;
		font-size: 12px;
	}
	#food_146 .conR .classname{
		margin-top: 0;
		line-height: 60px;
		height: 60px;
		font-size: 24px;
	}
	#food_146 .food_box .conL img{
		height: 480px;
	}
	#food_146 .classlist li{
		margin: 15px 10px 0 0;
		min-width: auto;
	}
	
	#food_146 .servL{
		width: 100%;
		height: 50%;
	}
	#food_146 .servR{
		width: 100%;
		height: 50%;
	}
	#food_146 .foodServi{
		height: 280px;
		width: 90%;
		left:5%;
		bottom: -280px;
	}
	#food_146 .servR .tellInfo{
		width: 80%;
		margin: 0 10%;
		top:30%;
	}
	#food_146 .servR .tellInfo .tell{
		font-size:28px;
		
	}
	#food_146 .joinBtn{
		top:76%;
		right: 10%;
		height: 40px;
		line-height: 40px;
		width: 140px;
	}
	#food_146 .productNavWap{
		display: block;
		margin-top: 20px;
	}
	#food_146 .classlist{
		display: none;
	}
	#food_146 .foodItem .title{
		height: 30px;
		line-height: 30px;
	}
	#food_146 .servL .tit-1{
		font-size: 22px;
		padding-top: 10px;
		line-height:36px;
	}
	#food_146 .servL .infos li{
		line-height: 28px;
	}
}