a{text-decoration:none;}
body{
  background:#ffffff;
  min-height:100vh;
  position:relative;
  max-width: 640px;
  margin:0 auto;
}
.head{
  padding:0 20px;
  height:77px;
 background:#541143;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}.lunbo{
  height:203px;
  overflow:hidden;
  position:relative;
}

.newbox{
	height:50px;
  background:#f1f1f1;
  padding:0 10px;
  border-bottom:2px solid #d6d6d6;
}
.newin{
	height: 50px;
	padding-left:133px;
	background: url(http://www.jxkitchen.com/static/images/newtl.525) no-repeat left center;
}
.lunleft{
	position:relative;
	overflow:hidden;
	height:50px;
}
.lunleft ul{
	position:absolute;
	left:100%;
	top: 0px;
	display:table;
}
.lunleft ul li{
	display:table-cell;
	white-space:nowrap;
	line-height:50px;
	color:#5f5f5f;
  font-size:20px;
}
.zi{
  text-align:center;
  padding:15px 0px;
}
.dw{
  width:580px;
  margin:0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom:20px;
}
.cesu{
  width:590px;
  margin:0 auto;
  padding:25px 0px;
}
.cesu li{
  height:57px;
  padding-bottom:21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cesu li:nth-child(n+8){
  display:none;
}
.miaoinpt{
  height:53px;
  border:2px solid #cdcdcd  ;
  background:#f0efef;
  color:#5d5d5d;
  border-radius: 8px;
  text-align:center;
  font-size:26px;
  line-height:52px;
  border-radius: 8px;
}
.miaoinpt1{
  width:110px;
 
}
.miaoinpt2{
  width:300px;
  
}
.dakaibtn{
  display:block;
  width:144px;
  height:57px;
  background:#e4393c;
  font-weight:bold;
  font-size:26px;
  line-height:56px;
  color:#fff;
  border-radius: 8px;
  text-align:center;
}

.nav{
  position:fixed;
  left: 50%;
  margin-left:-320px;
  bottom: 0px;
  width:640px;
  height: 90px;
  background: #e9e9e9;
  z-index: 88;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav a{
  width:25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color:#6b6b6b;
  font-size:22px;
  border-left:1px solid #dddddd;
  border-right:1px solid #dddddd;
}
.nav a:nth-child(even){
  
}
.down{
   position:fixed;
  left: 50%;
  margin-left:-320px;
  bottom: 92px;
  width:595px;
  height: 90px;
  padding-left:34px;
  padding-right:11px;
  height:57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../image/hei.png) ;
}
.close{
  cursor:pointer;
}
.close img{display:block;}
.dwe{
  color:#fff;
  font-size:24px;
  padding-left:10px;
  padding-right:80px;
}
.xiazai{
  display:block;
  width:126px;
  height:43px;
  background:#d71518;
  text-align:center;
  color:#fff;
  border-radius: 5px;
  font-size:24px;
  line-height:42px;
  
}