body{
    margin: 0;
    padding: 0;
    height: auto;
    overflow: auto;
    background-color: blanchedalmond;
}
a {
    color: inherit;
    text-decoration: none;
}
.nav{
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: darkgreen;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.dot{
    color: orange;
}
.logo{
    padding: 0 50px;
    line-height: 70px;
    color: aliceblue;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.nav_font{
    text-shadow:0 2px 5px rgba(0,0,0,0.3) ;
    width: 70px;
    height: 50px;
    color: aliceblue;
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
    line-height: 50px;
    border: 1px solid none;
    border-radius: 5px;
    transition-property: all;
    transition-duration: 0.5s;
}
.nav_font1{
    text-shadow:0 2px 5px rgba(0,0,0,0.3) ;
    width: 70px;
    height: 50px;
    background-color: orange;
    color: aliceblue;
    font-size: 16px;
    text-decoration: none;
    padding: 0 15px;
    margin-left: 650px;
    line-height: 50px;
    border: 1px solid none;
    border-radius: 5px;
}
.nav_font:hover{
    background-color: orange;
}
.banner{
    margin-top: 15px;
    height: 500px;
    width: 100%;
    position: relative;
    background-image:url("../img/美食jpeg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_font1{
    font-size: 60px;
    color: white;
    text-shadow:2px 2px 4px rgba(0,0,0,0.5);
}
.img_font2{
    font-size: 30px;
    color: white;
    margin-top: 5px;
    text-shadow:2px 2px 4px rgba(0,0,0,0.5);
}
.dot1{
    color: orange;
    padding-left: 10px;
}
.box{
    margin: 0 auto;
    height: auto;
    width:  924px;
    background-color: white;
    box-shadow:0px 0px 8px rgba(0,0,0,0.5);
    border: 0 solid white;
    border-radius: 10px;
    transition: all 0.3s;
}
.box:hover{
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.box1 h1{
    padding-left: 30px;
    padding-top: 20px;
    color: #1B5E20;
}
.img_1{
    display: block;
    margin: 0 auto;
    width: 700px;
    height: 500px;
    border-radius: 50px;
}
.img_2{
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 500px;
    border-radius: 50px;
}
.font{
    color: #1B5E20;
    font-size: 25px;
    font-weight: 700;
}
.font_1{
    margin: 0 auto;
    width: 900px;
    height: auto;
    font-size: 15px;
    border: 0px solid #999;
    border-radius: 10px;
    background-color: antiquewhite;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}




#footer{
    background: #1B5E20;
    color: white;
    padding: 40px 5%;
    margin-top: 60px;
}
.footer-content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}
.footer-section{
    flex: 1;
}
.footer-section h3{
    color: orange;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-section p,
.footer-section li{
    color: #ccc;
    line-height: 2;
}
.footer-section a{
    color: #ccc;
    text-decoration: none;
}
.footer-section a:hover{
    color: orange;
}
.footer-bottom{
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #2E7D32;
    margin-top: 30px;
    color: #999;
}