/*banner start  */
.index-banner{
  position: relative;

}

.index-banner-bg{
    height: 570px;
    overflow: hidden;


}
.index-banner-bg img{
  margin: 0 auto;
  width: 100%;
}
.index-banner-txt{
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -388px;
}
.index-banner-txt .txt-logo{
  width: 776px;
  height: 117px;
  background: url("../images/txt-logo.png") no-repeat;
}
.index-banner-txt .txt-info{
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.index-banner-txt .txt-info .line{
  display: inline-block;
  width: 40px;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
.index-banner-txt .txt-info .line-l{
  margin-right: 35px;
}

.index-banner-txt .txt-info .line-r{
  margin-left: 35px;
}
/*menu start  */
.index-menu{
    position: relative;
    border-top: 4px solid #f34949;
    height: 650px;
}
.index-menu .menu-tips{
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -78px;
  width: 156px;
  height: 72px;
  text-align: center;
  line-height: 62px;
  color:#fff;
  background: #f34949;

}
.index-menu .menu-tips:after{
position: inherit;
content: '';
left: 0;
bottom: 0;
border-left: 78px solid transparent;
border-right: 78px solid transparent;
border-bottom: 12px solid #ffffff;
}
.index-menu .menu-list{
  margin-top: 156px;

  overflow:hidden;
}
.index-menu .menu-list ul{
  width: 1160px;

}

.index-menu .menu-list .menu-item {
  float: left;
  width: 520px;
  margin-right: 60px;
  margin-bottom: 62px;
}
.index-menu .menu-list .menu-item .title,.index-menu .menu-list .menu-item .line{
  float: left;
}
.index-menu .menu-list .menu-item .price{
  float: right;
}
.index-menu .menu-list .menu-item .title{
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-menu .menu-list .menu-item .title h4{
  color: #555555;

}
.index-menu .menu-list .menu-item .line{
  margin-top: 10px;
  width:192px;
  border-bottom: 1px solid #e3e1e1;
}
.index-menu .menu-list .menu-item .title .comment{
  margin-top: 4px;
  color: #b7b7b7;
  font-size: 12px;
}
.index-menu .menu-more-btn{
  margin: 0 auto;
  width: 134px;
  height: 32px;
  padding-left: 16px;
  border: 1px solid #d7d5d5;
  line-height:32px;
  color: #b7b7b7;

}
.index-menu .menu-more-btn .icon{
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 12px;
  background: url("../images/icon.png") no-repeat;
}


.index-panel{
    margin-top: 200px;
}
.index-panel-header{

}
.index-panel-header h3{
  font-size: 20px;
  color: #3b3b3b;
  font-weight: normal;
  float: left;
  margin-right: 16px;
}
.index-panel-header .line{
    float: left;
    width: 202px;
    border-top: 1px solid #e5e3e3;
    margin-top: 15px;
}
.index-panel-header .btn-group{
  font-size: 0;
  float: right;

}
.index-panel-header .btn{
  display:inline-block;
  margin-left: 11px;
  width:9px;
  height: 9px;
  border-radius: 50%;
  background: #dedede;
}
.index-panel-header .active{
  background: #9b9b9b;

}
.index-panel-body{
  margin-top: 72px;

}
.index-food-list{
  overflow: hidden;
}

.index-food-list ul{
  width: 1160px;
}
.index-food-list .food-item{
  float: left;
  width: 230px;
  margin-right: 60px;
}
.index-food-list .food-item .banner{
  margin-bottom: 30px;
  height: 202px;
}
.index-food-list .food-item .name{
  color: #555;
  margin-bottom: 10px;

}
.index-food-list .food-item .price{
  float: right;
}
.index-food-list .food-item .star-bar{
  font-size: 0;
}
.index-food-list .food-item .star-bar .star{
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-right: 5px;
  background-image: url("../images/star.png");
background-repeat: no-repeat;
}
.index-food-list .food-item .nostar{
  background-position: 0 -12px;
}


.index-pics{
height: 381px;
overflow: hidden;
margin-bottom: 200px;
}
.index-pics .pic-col{
float: left;
}
.index-pics .pic-col-s{
width: 288px;
}

.index-pics .pic-col-m{
width: 352px;
}
.index-pics .pic-col-l{

width: 460px;
}
.return{
  position: fixed;
  right:0;
  bottom: 100px;
  width: 50px;
  height: 50px;
  background: #C1C1C1;
}
.return img{
  width: 25px;
  height: 25px;
  margin: 15px auto;
}
