* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'pingfang', 'Microsoft YaHei', sans-serif;
    }
    @font-face{
        font-family: 'pingfang';
        src: url('../font/苹方字体.TTF') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
      font-family: 'feifan';
      src: url('../font/FZFeiFTJ-1.otf') format('opentype');
      font-weight: normal;
    }
        html,
    body {
      position: relative;
      height: 100%;
      background: #ffffff;
    }

    body {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      margin: 0;
      padding: 0;
    }

    .swiper {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }

    .swiper-slide img {
      display: block;
      width: 300px;
      height: 300px;
      object-fit: cover;
      
    }

    body {
      font-family: "Microsoft YaHei", sans-serif;
      color: #333;
      background-color: #fff;
    }

    a {
      text-decoration: none;
      color: #333;
    }

    /* 头部导航样式 */
    .header{
    width: 100%;
    height: 100px;
    background-color: rgba(71, 195, 206, 0.73);
    position: relative;
    z-index: 100;
}
.breadcrumb {
   margin:50px;
      margin-bottom: 1.875rem;
      font-size: 16px;
      color: #999;
      margin-left: 270px;
      
    }

.nav{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-logo{
    width: 130px;
    margin: 15px 45px;
}
.nav-list{
    display: flex;
    list-style: none;
    align-items: center;
}
.nav-list li{
    margin: 30px 45px;
}
.nav-list li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    position: relative; /* 为伪元素提供定位参考 */
    letter-spacing: 3px;
}

.nav-list li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px; /* 距离文字底部6px */
    transform: translateX(-50%); /* 水平居中 */
    width: 40px;
    height: 3px;
    background-color: #ffffff; /* 白色背景 */
    opacity: 0; /* 初始隐藏 */
    transition: opacity 0.3s ease; /* 过渡效果 */
}

.nav-list li a:hover::after {
    opacity: 1; /* 鼠标悬停时显示 */
}
.nav-list li a.active::after {
    opacity: 1; /* 激活状态下始终显示下划线 */
}
.nav-login a{
    margin-left: 20px;
}
    /* 面包屑导航样式 */
    
    /* 标题样式 */
    .title {
      width: 100%;
      text-align: center;
    }

    .title h2 {
      font-size: 36px;
      font-weight: normal;
      background-color:#00bcd4;
      width: 250px;
      display: inline-block;
      padding: 5px 20px;
      color: #ffffff;
      border-radius: 50px;
      text-align: center;
      letter-spacing: 3px;
      align-items: center;
    }

 /* 美食轮播图容器样式 */
.food-banner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.food-banner img {
  width: 400px;
  height: auto;
  display: block;
  border-radius: 5px;
}

/* 轮播指示器样式 */
.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-dot.active {
  background-color: #00bcd4;
}

/* 轮播箭头样式 */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(135, 232, 222, 0.7);
  color: white;
  font-size: 18px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-arrow-left {
  left: 10px;
}

.carousel-arrow-right {
  right: 10px;
}
    /* 特产部分样式 */
       .specialty {
      width: 1200px;
      margin: 95px auto;
      text-align: center;
      align-items: center;
    }

    .specialty h3 {
      font-size: 36px;
      font-weight: normal;
      background-color: #00bcd4;
      width: 250px;
      display: inline-block;
      padding: 5px 20px;
      color: #fff;
      border-radius: 50px;
      margin-bottom: 70px;
      letter-spacing: 3px;
      text-align: center;
    }

    /* 其他样式... */.specialty-item .item_one {
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
    margin-bottom: 20px; /* 为每个项目添加底部间距 */
}

.specialty-item .item_one img {
    margin-right: 43px; /* 图片右侧添加间距 */
    width: auto; /* 可根据需要调整图片宽度 */
    height: auto; /* 保持图片比例 */
}
    /* 其他样式... */.specialty-item .item_two {
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
    margin-bottom: 20px; /* 为每个项目添加底部间距 */
}

.specialty-item .item_two img {
    margin-right: 16px; /* 图片右侧添加间距 */
    margin-left: 16px;
    width: auto; /* 可根据需要调整图片宽度 */
    height: auto; /* 保持图片比例 */
}
    /* 其他样式... */.specialty-item .item_three {
    display: flex; /* 使用 Flexbox 布局 */
    align-items: center; /* 垂直居中对齐 */
    margin-bottom: 20px; /* 为每个项目添加底部间距 */
}

.specialty-item .item_three img {
    margin-right: 43px; /* 图片右侧添加间距 */
    width: auto; /* 可根据需要调整图片宽度 */
    height: auto; /* 保持图片比例 */
}


.specialty-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.specialty-item .item_one {
    margin-bottom: 20px;
}

/* 其他样式... */

    .specialty-item .item_one img {
      width: 40%;
      margin-right: 43px;
      margin-left: 113px;
      border-radius: 10px;
      transition: all 0.25s ease-out; 
    }
       .specialty-item .item_two img {
      width: 40%;
      left:554px;
      margin-top: 114px;
      margin-right: 16px;
      border-radius: 10px;
      transition: all 0.25s ease-out; 
    }

       .specialty-item .item_three img {
      width: 40%;
      margin-right:160px;
      margin-left: 43px;
      margin-top: 114px;
      border-radius: 10px;
      transition: all 0.25s ease-out; 
    }
    .specialty-item img:hover {
        transform: scale(1.05) rotate(-3deg);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
    }

/* 差异化动效示例（可选） */
.specialty-item .item_two img:hover {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.specialty-item .item_three img:hover {
  transform: scale(1.05) rotate(3deg);
  box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

    .specialty-item .item_one span{
      font-size: 30px; 
      right: 761px;
      
    }
    .specialty-item .item_one p {
      flex: 1;
      font-size: 18px;
      margin-right: 160px;
      text-align: justify;
    }
    .specialty-item .item_two span{
      font-size: 30px; 
      margin-left: 0px;
    }
    .specialty-item .item_two p.p1 {
      
      font-size: 18px;
      margin-left: 128px;
      margin-top: 85px;
      text-align: justify;
    }
      .specialty-item .item_two p.p2 {
      font-size: 18px;
      margin-right: 155px;
    text-align: justify;
      margin-top: 85px;
    }
    
    .specialty-item .item_three span{
      font-size: 30px; 
      left:250px;
    }
    .specialty-item .item_three p {
      flex: 1;
      font-size: 18px;
      margin-left: 125px;
      margin-top: 115px;
      text-align: justify;
    }

    /* 底部版权样式 */
.footer {
    width: 100%;
    height: 220px;
    background-color: #00bcd4;
    color: #fff;
    text-align: center;
    padding: 100px 0;
    font-size: 18px;
}