.main{
    width: 100%;
    color: #525252;
    position: relative;
}
img{
    display: block;
}
.banner{
    width: 100%;
    height: 800px;
    background: url("../images/banner_route_bg.png") center top no-repeat;
}
.banner li{
    list-style: none;
    position: absolute;
    cursor: pointer;

}
.banner ul{
    width: 1300px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}
.li0{
    left: 0;
    top: 0;
    transition: all 2s ;
    transform-origin:649px 0px ;
    transform: rotateY(-90deg);
}
.li0 .banner_head{
    left: 20px;
}
.li0 .banner_bg{
    right: 0;
}
 .banner_bg.actived{
display: none;
}
.banner li.actived{
    transform: rotateY(-0deg);

}
.li1{
    left: 234px;
    top: 0;
    transition: all 2s .5s;
    transform-origin:416px 0px ;
    transform: rotateY(-90deg);


}
.li1 .banner_head{
    left: 20px;
}
.li1 .banner_bg{
    right: 0;
}
.li1:hover{
}
.li2{
    left: 456px;
    top: 0;
    z-index: 900;
    transition: all 2s 1s;
    transform-origin:194px 0px ;
    transform: rotateY(-90deg);
}
.li2 .banner_head{
    right: 0px;
}
.li2 .banner_bg{
    right: 0;
}
.li2:hover{

}
.li3{
    left: 650px;
    top: 0;
    z-index: 900;
    transition: all 2s 1s;
    transform-origin:0px 0px ;
    transform: rotateY(90deg);
}
.li3 .banner_head{
    left: 0px;
}
.li3:hover{

}
.li4{
    left: 650px;
    top: 0;
    z-index: 100;
    transition: all 2s .5s;
    transform-origin:0px 0px ;
    transform: rotateY(90deg);
}
.li4 .banner_head{
    right:20px;
}
.li4 .banner_bg{
    left: 0;
}
.li4:hover{

}
.li5{
    right: 0px;
    top: 0;
    transition: all 2s;
    transform-origin:0px 0px ;
    transform: rotateY(90deg);
}
.li5 .banner_head{
    right:20px;

}
.li5 .banner_bg{
    left: 0;
}
.li5:hover{

}
.banner_head{
    position: absolute;
    top:60px;
    width: 108px;
    height: 309px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.banner_head span{
    padding-top: 63px;
    line-height: 29px;
    display: inline-block;
}
.banner_bg{
    position: absolute;
    top: 0;
    /*display: none;*/
}
.info{
    background: url("../images/food_bg.jpg") center top no-repeat;
    background-size: 100% 100%;
    /*padding:10px 0 50px 0;*/
    position: relative;
}
.detail{

    background: url("../images/route_bg.png")#FFFFFF no-repeat top;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;


}
.head{
    position: absolute;
    top: -105px;
    margin-left: 50%;
    left:-172px ;
}
.routes{
    position: relative;
    width: 1280px;
    margin: 0 auto  0px;
    height: 2506px;
}
.route{
    width: 1280px;
    margin: 0 auto  0px;
    -webkit-box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #aaa;
    box-shadow: 0 0 10px #aaa;
    border: 10px;
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    display: none;

}
.route.actived{
    display: block;

}
.route .description{
    -webkit-box-shadow:inset 0 0 10px #aaa;
    -moz-box-shadow:inset 0 0 10px #aaa;
    box-shadow:inset 0 0 10px #aaa;
    width: 1000px;
    margin: 0 auto ;
    padding: 40px 80px;
    border-radius: 10px;
    background: #fafafa;
    color: #7e4025;
}

.description_left{
    float: left;
    width: 180px;
    font-size: 16px;
    line-height: 30px;
    margin-right: 30px;

}
.description_left span{
    color: #ffa735;
    font-weight: 600;
}
.description_left span b{
  color: #d8d0ae;
}

.description_right{
    float: left;
    width: 770px;
    font-size: 18px;
    line-height: 30px;


}
.route_demo{
    background:url("../images/route_1_bg.png") no-repeat;
    background-position: left 244px;
    margin: 0 auto;
    font-size: 0;
    width: 1178px;
    box-sizing: border-box;
    padding: 0 50px;
}
.route_demo2{
    background-image: url("../images/route_2_bg.png");
}
.route_demo .route_demo_item{
    width: 20%;
    text-align: center;
    display: inline-block;
    padding-top: 62px;
    vertical-align: bottom;
}
.route_demo .name{
    width: 160px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #78c8ce;
    font-size: 24px;
    margin-top: 20px;
    display: inline-block;
    text-shadow: #62b7be 0 2px 1px;
    letter-spacing: 1px;
}
.route_demo img{
    display: inline-block;
    border-radius: 20px;
}
/*.route_demo ul{*/
    /*padding-top: 68px;*/
/*}*/
/*.route_demo li{*/
    /*float: left;*/
    /*margin: 32px 10px;*/
/*}*/
.router_map{
    margin:80px auto 0;
    width:1200px;
}
.router_map img{
   margin:30px auto 0;
   width:1200px;
}
.router_map .router_map_name{
    line-height: 44px;
    padding: 0 40px;
    margin-left: 100px;
    color: #fff;
    background: #78c8ce;
    font-size: 26px;
    display: inline-block;
}
.router_map p{
    font-size: 26px;
    text-align: center;
    line-height: 2;
    color: #9d9d9d;
}
/*�˵�*/
.menu{
    width: 226px;
    height: 654px;
    background:url("../images/mune_food.png") center no-repeat;
    position: absolute;
    z-index: 999;
    left: 5%;
    top:30px;
}
.menu ul{
    width: 138px;
    margin: 202px auto 0;
}
.menu li{
    width: 120px;
    height: 42px;
    line-height: 40px;
    margin: 8px auto;
    text-align: center;
    border:#c9774f 1px solid;
    font-size: 18px;
    color: #fefde8;
    background: #8e4d2d;
    cursor: pointer;

}
.menu li:hover{
    border:#ffb56c 1px solid;
    background: #c56533;
}
.menu li.actived{
    border:#ffb56c 1px solid;
    background: #c56533;
}
.menu a{
    width: 120px;
    height: 42px;
    display: block !important;
}