/*canteen*/
.canteen_icon{
    margin-left: 50px;
}
.canteen_txt{
    width: 710px;
    margin-right: 50px;
}
.canteen_title{
    background:url("../images/canteen_title_bg.jpg")/*tpa=https://www.exhi8574.com/static/images/canteen_title_bg.jpg*/ no-repeat;
    height: 78px;
    padding-left: 110px;
    padding-top: 12px;
}
.canteen_title h3{
    color: #fff;
    font-size: 36px;
    letter-spacing: 3px;
}
.canteen_title p{
    color: #8bbc76;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}
.canteen_txt .item{
    width: 325px;
    float: left;
    margin-top: 35px;
}
.canteen_txt .item_title{
    color: #fe6800;
    font-size: 20px;
    font-weight: bold;;
    width: 93px;
    height: 80px;
    float: left;
    background: url("../images/canteen_box_bg.jpg")/*tpa=https://www.exhi8574.com/static/images/canteen_box_bg.jpg*/ center center;
    padding-top: 25px;
    padding-left: 32px;
}
.canteen_txt .item_cont{
    font-size: 14px;
    width: 185px;
    line-height: 28px;
    float: right;
    margin-top: 10px;
}
.canteen_adv{
    padding: 0 50px;
    margin-top: 50px;
}
.canteen_adv .item{
    width:580px;
    height: 220px;
    float: left;
}
.canteen_adv .item .item_icon{
    width: 280px;
}
.canteen_adv .item .item_cont{
    width: 270px;
}
.canteen_adv .item .item_cont h4{
    font-size: 18px;
    color: #17b556;
}
.canteen_adv .item .item_cont p{
    font-size: 1.4em;
    line-height: 1.5;
    margin-top: 10px;
}
/*ingredients*/
.ingredients{
    padding: 0 50px;
}
.description{
    font-size: 1.4em;
    line-height: 2;
    margin-bottom: 20px;
}
.description p{
    text-indent: 2em;
}
.ingredients .item{
    width: 350px;
    float: left;
    margin-right: 75px;
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 1.6;
}
.ingredients .item.item_max{
    width: 100%;
    margin-right: 0;
}
.ingredients .item.item_max img{
    display: block;
    margin: 0 auto;
}
.ingredients .item h5{
    font-size: 1rem;
    color: #cc0033;
    margin-bottom: 5px;
}
.ingredients .item .item_icon{
    margin-top: 5px;
}
/*group_meals*/
.group_meals{
    padding: 0 50px;
}
.group_meals_icon{
    margin-top: 10px;
}
.group_meals_title{
    width: 260px;
    background: #3a3a3a;
    font-size: 1rem;
    color: #eff502;
    padding: 2px 10px;
    text-align: center;
    border-radius: 50px;
    margin: 10px 0;
}
.group_meals .process h4{
    font-size: 1rem;
    color: #f30;
    margin-top: 10px;
}
/*working_meals*/
.working_meals{
    padding: 0 50px;
}
.working_meals .item_icon{
    width: 500px;
}
.working_meals .item_txt{
    width: 620px;
    margin-top: 40px;
}
.working_meals .item_txt .item_txt_title span{
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    background:#f30;
    text-align: center;
    margin-right: 30px;
}
.working_meals .item_txt .item_txt_title h3{
    font-size: 1.8rem;
    color:#f30;
    position: relative;
}
.working_meals .item_txt .item_txt_title h3:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left:115px;
    height: 3px;
    width: 60px;
    background: #f30;
}
.working_meals .item_txt  p{
    font-size: 1rem;
    padding-left: 115px;
    margin-top: 30px;
    line-height: 2;
}