
 
        body {
            font-family: 'Didot', serif;
            margin: 0;
            padding: 0;
            color: #333;
            background-color: #f9f9f9;
        }


        .navbar {
            background-color: rgba(255, 255, 255, 0.9);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        .navbar a {
            margin: 0 20px;
            text-decoration: none;
            color: #333;
            font-size: 18px;
            font-weight: bold;
            transition: color 0.3s ease;
        }

        .navbar a:hover {
            color: #b76e79;
        }


        .hero-section {
            background-image: url('/newuploads/20250209/2025020923394112460.png'); 
            height: 25vh;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
        }

        .hero-section h1 {
            font-size: 60px;
            margin: 0;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
        }

        .hero-section p {
            font-size: 24px;
            margin-top: 10px;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
        }


        .gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 50px 20px;
            background-color: #fff;
        }

        .gallery-item {
            width: 22%;
            margin: 1.5%;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .gallery-item img {
            width: 100%;
            display: block;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .gallery-item p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            text-align: center;
            padding: 10px;
            margin: 0;
            font-size: 18px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .gallery-item p {
         a{color:#fff;text-decoration: none;}
         }
        .gallery-item:hover p {
            opacity: 1;
        }



        .gallery2 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 50px 20px;
            background-color: #fff;
        }

        .gallery-item2 {
            width: 15%;
            margin: 1.5%;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .gallery-item2 img {
            width: 100%;
            display: block;
            transition: transform 0.3s ease;
        }

        .gallery-item2:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .gallery-item2:hover img {
            transform: scale(1.1);
        }

        .gallery-item2 p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            text-align: center;
            padding: 10px;
            margin: 0;
            font-size: 18px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .gallery-item2 p {
         a{color:#fff;text-decoration: none;}
         }





 .gallery3 {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 50px 20px;
            background-color: #efefef;
max-width: 1000px;
    margin: 0 auto;
        }

        .gallery-item3 {
            width: 22%;
    margin: 1.5%;
    position: relative;
    overflow: hidden;
        }
.gallery-item3 .title{
font-size: 1.8rem;margin-bottom: 1.2rem;
}
.gallery-item3 .info{
font-size: 1.0rem;
margin-top: 0.8rem;
}
        .gallery-item3 img {
            width: 100%;
            display: block;
            transition: transform 0.3s ease;
        }

 
 

        .gallery-item3 p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            text-align: center;
            padding: 10px;
            margin: 0;
            font-size: 18px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .gallery-item3 p {
         a{color:#fff;text-decoration: none;}
         }




        .gallery-item:hover p {
            opacity: 1;
        }

       .gallery_title{    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    text-decoration: underline;}
     .gallery_title a {color:#000}
        @media (max-width: 1024px) {
            .gallery-item {
                width: 30%;
                margin: 1.5%;
            }
        }

        @media (max-width: 768px) {
            .gallery-item {
                width: 45%;
                margin: 2.5%;
            }
        }

        @media (max-width: 480px) {
            .gallery-item {
                width: 90%;
                margin: 5%;
            }
        }

@media (max-width: 768px) {
            .gallery-item2 {
                width: 45%;
                margin: 2.5%;
            }
        }

        @media (max-width: 480px) {
            .gallery-item2 {
                width: 90%;
                margin: 5%;
            }
        }

@media (max-width: 768px) {
            .gallery-item3 {
                width: 95%;
                margin: 2.5%;
            }
        }

        @media (max-width: 480px) {
            .gallery-item3 {
                width: 90%;
                margin: 5%;
            }
        }
    .footer{background: #efefef;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #e3e3e3;
    box-shadow: 1px -7px 9px 0px rgb(30 41 10 / 10%)}
    .footer a{color:#000;text-decoration: none;}
 .footer2{width: 96%;
    text-align: center;
    padding: 2%;
    background: #eee;
    border-top: 1px solid #d3d3d3;}
.footer2 a{color:#000;text-decoration: none;}
.news{max-width:1100px;margin:0 auto;line-height: 2rem;text-align: center;}
.news img {max-width:100%;    display: block;  margin-bottom: 5px;}
.gallery-list-item {text-align: left;
    background: #fcfcfc;
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    margin: 5px 0px;}
.gallery-list-item span{font-size: 1.2rem;
    border: 1px solid #eee;
    padding: 5px 10px;
    background: #7e3409;
    margin: 10px 5px;
    color: #fff;}
.gallery-list-item a {text-decoration: none;
    color: #000;
    font-size: 1.6rem;}
.daohang {margin: 0 auto;
    max-width: 1080px;
    padding: 10px 10px;
    background: #f9f9f9;
    margin-top: 10px;}
.daohang a{color: #000;
    font-size: 1.2rem;}
.listmenu{       margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: 1.4rem;
    margin-bottom: 70px;}
.listmenu a {color:#000;    font-size: 1.4rem;    text-decoration: none;}
.gallery_list {    max-width: 1100px;
    margin: 0 auto;
    line-height: 2rem;
    text-align: center;}
.list_center{max-width: 1080px;
    margin: 0 auto;
    text-align: left;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #7e3409;}