*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	margin: 0 auto;
	font-family: Microsoft YaHei;
}



.banner{
	width: 100%;
	height: 588px;
	background: url(../images/banner.jpg) no-repeat center top;
}


.cell {	
    width: 1300px;
	height: 356px;
	margin: 0 auto;
	margin-top: 50px;
	border-radius:0px 40px 0px 40px;
	background: #fff;
	box-shadow:#CCC 2px 5px 20px;
}

.cell-ll{
	width:1146px; 
	margin:0 auto;}


.cell ul {
    overflow: hidden;
}

.cell ul li.txt {
    float: left;
    width: 520px;
    padding: 54px;
}

.cell ul li.txt h3{
	font-size:30px;
	color:#C96;
	position:relative;}
	
	

.cell ul li.txt span{
    display: block;
    width: 110px;
    height: 14px;
    background:rgba(255,199,28,0.2);
    position: absolute;
    margin-left: 2px;
    margin-top: 22px;
}

.cell ul li.txt p {
    font-size: 20px;
    margin-top: 10px;
    color: #545454;
    line-height: 36px;
}


.cell ul li.img {
	float:right;
    width: 516px;
    font-size: 0;
	margin:0 auto;
	margin-top:62px;}

.cell ul li.img img {
    display: inline-block;
    margin: 6px;
}


/*2 标题*/

.tltles{
	width:1146px;
	height:120px;
	margin:0 auto;
	margin-top:100px;
	margin-bottom: 30px;
	position:relative;}
	
.tltles span{
	width:100%;
    display: block;
	color: #ffe0c1;
    position: absolute;
	text-align:center;
	margin:0 auto;
	font-size:72px;
	color:rgba(177,140,98,0.2);
	font-weight:bold;
	line-height:78px;}
	
.tltles h3{
	width:100%;
	font-size:36px;
	text-align:center;
	color:#C96;
	letter-spacing:4PX;
	line-height:120px;}	


/*2 订制专业*/

.srdzzy{	
    width: 1300px;
	height: 764px;
	margin: 0 auto;
	margin-top: 30px;
	border-radius:0px 40px 0px 40px;
	background: #fff;
	box-shadow:#CCC 2px 5px 20px;
	margin-bottom: 30px;
}

.srdzzy-c{
	width:1146px;
	height:542px; 
	margin:0 auto;
	align-items: center; /*定义body的元素垂直居中   	display:flex;*/
	justify-content: center;
	padding-top: 76px;}

.srdzzy-c ul {
    overflow: hidden;
	width:557px;
	justify-content: space-between;
    flex-wrap: wrap;
	float:left;
}

.srdzzy-c ul .imgd{
	width:100%;
	margin-bottom:18px;}
	
.srdzzy-c ul .imgx{
	width:269px;
	height: 300px;
	float:left;
	margin-bottom:18px;
	overflow: hidden;
}
	
.srdzzy-c ul .imgx img{border:1px solid #b18c62;}


/* 按钮*/

.srdzzy dl, .laoshi dl, .srdzzy-1 dl{
	width: 600px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom:50px;
}
	
.srdzzy dl dt, .laoshi dl dt, .srdzzy-1 dl dt{
	width:236px;
	margin:0 auto;}
	
.srdzzy dl dt a, .laoshi dl dt a, .srdzzy-1 dl dt a{	
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    border: 1px solid #b18c62;
    color: #b18c62;
    font-size: 20px;
    text-align: center;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;}
	
.srdzzy dl dt a:hover, .laoshi dl dt a:hover, .srdzzy-1 dl dt a:hover{
	background:#b18c62;
	color: #fff;
}
/*
.btn {
	width: 800px;
	margin: 0 auto;
    text-align: center;
    font-weight: normal;
    padding-top: 60px;
    padding-bottom: 76px;
    display: flex;
    justify-content: space-between;
}

.btn a {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 268px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #086732;
    border-radius: 20px;
    margin: 0 65px;
    -webkit-transition:0.6s;
    -ms-transition:0.6s;
    transition:0.6s;
}


.btn a:hover{
	width: 380px;
}
*/





/*小标题*/
.tltles-xiao{
	width:600px;
	height:120px;
	margin:0 auto;
	padding:20px;}
	
.tltles-xiao span{
	display: block;
    width: 150px;
    height: 18px;
    background:rgba(255,199,28,0.2);
    position: absolute;
    margin-left: 223px;
    margin-top: 65px;
}
	
.tltles-xiao h4{
	width:100%;
	font-size:30px;
	text-align:center;
	color:#C96;
	letter-spacing:4PX;
	line-height:120px;
	position:relative;}	
	
.tltles-xiao p{
	width:100%;
	font-size:18px;
	text-align:center;
	color:#C96;
	line-height:88px;}	

/*2 订制专业*/

.srdzzy-1{	  
    width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	border-radius:0px 40px 0px 40px;
	background: #fff;
	box-shadow:#CCC 2px 5px 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.srdz, .srdz4, .srdz5{
	width:1146px;
	height:auto; 
	margin:0 auto;
	align-items: center; /*定义body的元素垂直居中   	display:flex;*/
	justify-content: center;
	padding-top:28px;}

.srdz ul, .srdz4 ul{
    overflow: hidden;
	width:100%;
	justify-content: space-between;
    flex-wrap: wrap;
}

.srdz ul li{
	width:362px;
	height:289px;
	display:block;
	margin-bottom:18px;
	float:left;
	margin-right:30px;
	background-size:100%;
	position: relative;}
		
.srdz ul li:nth-child(3), .srdz4 ul li:nth-child(3){
	margin-right: 0;}
	
	
.srdz ul li span, .srdz4 ul li span{
	color: #fff;
    font-size: 20px;
    text-align: center;
	display:none;
    width: 100%;
	height:100%;
    background-color: rgba(0,0,0,0.60);
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;}
	
.srdz ul li:hover span{
	display:block;}
	
	
	
/* 卤水烧腊*/
.srdz4 ul li{
	width:440px;
	height:289px;
	display:block;
	margin-bottom:18px;
	float:left;
	margin-right:28px;
	background-size:100%;
	position: relative;}
		
/* 干锅热菜*/

.srdz5 .fll{
	width:440px;
	height:606px;
	float:left;}
	
.srdz5 .rii{
	width:676px;
	float:right;}
	
.srdz5 .rii ul{
	float:left;
	margin-right:30px;}
	
.srdz5 .rii ul li{
	margin-bottom:24px;}
	
.rii ul:nth-child(2){
	margin-right: 0;
}


/* 汤*/

.srdz-san{
	width:1146px;
	height:606px;
	margin:0 auto;}
	

.srdz-san .zuo{
	float:left;
	margin-right:30px;}
	
.srdz-san .zhong{
	float:left;
	margin-right:30px;}
	
.srdz-san .you{
	float: right;}
	
.srdz-san ul li{
	margin-bottom:24px;}
	
	
/* 老师*/
.laoshi{
	width: 1300px;
    height: auto;
    margin: 0 auto;
    margin-top: 80px;
    border-radius: 0px 40px 0px 40px;
    background: #fff;
    box-shadow: #CCC 2px 5px 20px;
    margin-bottom: 30px;
    overflow: hidden;
}
	
.laoshi-l{	
    width: 1146px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 76px;
}

.mslist {
    width: 270px;
    height: 396px;
    position: relative;
    overflow: hidden;
	margin-right:20px;
}


.mslist p{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
}

.mslist img{
	display: block;
}


.xqinfo{
    width: 270px;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: -140px;
    background: #E1C780;
    z-index: 9;
    text-align: center;
}


.xqinfo h3{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}

.xqinfo h5{
	width: auto;
	font-weight: normal;
	font-size: 20px;
}

.xqinfo p{
	height: auto;
    padding: 10px;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
}

.mslist:hover .xqinfo{
	display:block;
}

	
/* 实操教学*/

.deki {
    width: 570px;
    height: 542px;
    position: relative;
    overflow: hidden;
	margin-right:20px;
}


.deki p{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
}

.deki img{
	display: block;
}


.mslist:hover .xqinfo{
	display:block;
}



/* 学子*/
.xuezi {
    width: 276px;
    height: 276px;
	margin-right: 156px;
}


.xuezi p{
    padding: 10px;
    font-size: 20px;
    line-height: 36px;
    box-sizing: border-box;
	margin:0 auto;
	text-align:center;
	color:#b18c62;
}


.twos{
	display: none;
}