
/*Å·²©¹ÙÍøABG²ËÆ×*/
#main{ padding-top: 75px;}
#main .menu .left{float: left;}
#main .menu .right{float: right;}
#main .menu-content .menu-type,#main .menu-content .menu-cook-time{color: #fff;}
#main .menu{
    width: 100%;
    background-image: url(/images/apps/frontend/main_bg.jpg);
    background-color: #293E75;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 60px;
}
#main .menu .menu-content{
    width: 1101px;
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: 0px 30px 30px #1c2c52;
    -webkit-box-shadow: 0px 30px 30px #1c2c52;
    box-shadow: 0px 30px 30px #1c2c52;
}

/*×Ó²Ëµ¥*/
#main .menu .sub-menu{width: 1100px;margin: 0 auto;}
#main .menu .sub-menu li{display: inline-block;padding-left: 7px; height: 14px;}
#main .menu .sub-menu li.first-item{padding-left: 0px;}
#main .menu .sub-menu li a{color: #c3b8cd;font-size: 13px;}
.yinghua-menu .sub-menu li{padding: 0px 15px;}

.menu .breadcrumb_break{ font-size: 18px; vertical-align: middle; color: #c3b8cd; display: table-cell;}

/*Í¨ÓÃÍ¼Æ¬³ß´ç*/
.image-1{width: 367px;height: 598px;}
.image-2{width: 367px;height: 299px;}
.image-3{width: 734px;height: 299px;}

/*menu-list*/
.menu-list{position: relative;}
.menu-list .menu-intro-float{color: #fff;position: absolute;left: 35px;top: 35px;}
.menu-list .menu-intro-float span.menu-type{
    display: inline-block;
    font-size: 14px;
    background:url(/images/apps/frontend/menu_type_bg_1.png) center center no-repeat;
    padding: 2px 14px 2px 13px;
    text-shadow: 0 0 0.2em #333, 0 0 0.2em #555;
    -moz-text-shadow: 0 0 0.2em #333, 0 0 0.2em #555;
    -webkit-text-shadow: 0 0 0.2em #333, 0 0 0.2em #555;
}
.menu-list .menu-intro-float span.menu-type.big-bg{
    background:url(/images/apps/frontend/menu_type_bg_3.png) center center no-repeat;
}
.menu-list .menu-intro-float p.menu-name{font-size:32px;line-height: 28px;margin:15px 2px; color: #fff;}
.menu-list .menu-intro-float p.menu-name a{text-shadow: 0 0 0.2em #333, 0 0 0.2em #555;-moz-text-shadow: 0 0 0.2em #333, 0 0 0.2em #555;-webkit-text-shadow: 0 0 0.2em #333, 0 0 0.2em #555;}
.menu-list .menu-intro-float p.menu-cook-time{background: url(/images/apps/frontend/clock_icon_1.png) 3px center no-repeat;padding-left: 23px;height: 18px;line-height: 18px;}
.menu-list.dark .menu-intro-float span.menu-type{color: #677E9A;background-image:url(/images/apps/frontend/menu_type_bg_2.png);}
.menu-list.dark .menu-intro-float p.menu-name{color: #39264d;}
.menu-list.dark .menu-intro-float p.menu-cook-time{color: #39264d;background-image: url(/images/apps/frontend/clock_icon_2.png);}


