@charset "utf-8";
*{ margin:0; padding:0;}
a{ text-decoration:none;}
li{list-style-type:none;}
body{ background:url(../images/body_bg.jpg) top center; background-attachment:fixed;font-size:14px;font-family:arial;}
/*头部*/
.head{width:1100px; height:60px; padding-top:10px; margin:auto;background-color:rgba(255,255,255,0.8);}
.head .logo{float:left;}
.head .logo img{height:70px;display:block;margin-right:20px;margin-left:20px;}
.nav{width:1100px;height: 70px;margin: auto;background: #000;}
.nav li{ float:left;margin-left:30px;}
.nav li a{font-size:20px; color:#ddd; line-height:70px; }
.nav li a:hover{ color:#fbf302; text-decoration:none;}
/*中间内容*/
.main{width:1000px;padding:50px;overflow:hidden;margin:auto; background-color:rgba(255,255,255,0.8);}
.main_left{width:200px; height:auto; float:left;}
.main_left .pic{width:190px;border:5px solid #000;}
.main_left .pic img{width:190px;display:block;}
.main_left .search{ width:200px;height:34px;margin-top:30px;}
.main_left .search .btn{width:34px;height:34px;border:none;background:url(../images/search_btn.png);cursor:pointer;float:left;outline:none;}
.main_left .search .text{display:block;width:160px;height:34px;border:none;font-size:14px;color:#333;float:left;margin-left:6px;outline:none;}
.left_nav{width:160px; height:auto; margin-top:30px;}
.left_nav li{ background:url(../images/d1.png) left center no-repeat;padding-left:30px;line-height:30px;}
.left_nav li a{font-size:16px; color:#666; }
.left_nav li a:hover{color:#000;}
.main_right{width:760px; height:auto; float:left;margin-left:40px;} 
.main_right h2{font-size:22px; color:#333; line-height:36px;text-align:center;}
.main_right .jianjie img{width:100%;}
.main_right .jianjie p{font-size:16px; color:#666; line-height:2;text-indent:32px;}
/*底部*/
.foot{width:1100px; padding-top:20px;padding-bottom:20px; margin:auto; background:#000;clear:both;}
.foot p{font-size:16px;color:#fff; line-height:24px; text-align:center;}
/*景点介绍*/
.jingdian li{height:150px;padding:15px 0;border-bottom:1px dashed #999;}
.jingdian li img{width:200px;height:150px;float:left;margin-right:20px;}
.jingdian li h3{margin-bottom:10px;}
/*风景欣赏*/
.fengjing img{display:block;width:360px;height:240px;float:left;margin:10px;}
/*美食推荐*/
.meishi{width:720px;margin:auto;}
.meishi li{width:220px;float:left;margin:10px;}
.meishi li img{width:220px;height:220px;}
.meishi li p{text-align:center;}
/*留言*/
.liuyan{width:500px;margin:auto;}
.liuyan p{line-height:30px;overflow:hidden;margin-top:20px;}
.liuyan p span{display:block;width:100px;text-align:right;float:left;}
.liuyan p input{display:block;width:400px;height:30px;border:none;float:left;}
.liuyan p textarea{display:block;width:400px;height:200px;border:none;float:left;}
.liuyan .btn{display:block;width:100px;height:30px;float:left;border:none;background:#000;color:#fff;margin-top:30px;margin-left:100px;cursor:pointer;}
.liuyan .btn:hover{background:#f00;}
.card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 24px 20px;
    margin-bottom: 32px;
}
.jianjie-flex {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}
.jianjie-text {
    flex: 2;
}
.jianjie-list {
    margin: 18px 0 18px 18px;
    padding-left: 18px;
    color: #444;
    font-size: 15px;
    line-height: 2;
    list-style: disc;
}
.jianjie-img {
    flex: 1;
    min-width: 180px;
}
.jianjie-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.10);
}
.hotspots .spot, .food .dish {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.hotspots .spot:last-child, .food .dish:last-child {
    border-bottom: none;
}
.hotspots img, .food img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 18px;
}
.hotspots h3, .food h3 {
    margin: 0 0 6px 0;
    font-size: 18px;
    color: #1a1a1a;
}
.hotspots p, .food p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}
.tips ul {
    padding-left: 20px;
    margin-top: 10px;
}
.tips li {
    color: #444;
    font-size: 15px;
    line-height: 2;
    list-style: disc;
}
.jianjie-imgs {
    display: flex;
    gap: 18px;
    margin-top: 18px;
    justify-content: center;
    flex-wrap: wrap;
}
.jianjie-img-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    padding: 10px 10px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 180px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.jianjie-img-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}
.jianjie-img-card img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}
.img-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.img-caption {
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-bottom: 8px;
}
/* 顶部查找框美化 */
.nav .search-bar {
  display: flex;
  align-items: center;
  height: 70px;
  margin-right: 20px;
}
.nav .search-bar input.text {
  width: 180px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 18px 0 0 18px;
  padding: 0 16px;
  font-size: 15px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: border 0.2s;
}
.nav .search-bar input.text:focus {
  border: 1.5px solid #fbf302;
}
.nav .search-bar button.btn {
  width: 60px;
  height: 36px;
  border: none;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg,#fbf302,#ffe066);
  color: #333;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: background 0.2s;
}
.nav .search-bar button.btn:hover {
  background: linear-gradient(90deg,#ffe066,#fbf302);
}
.search-bar {
  text-align: center;
  margin: 24px 0 18px 0;
}
.search-input {
  width: 200px;
  height: 28px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 8px;
}
.search-btn {
  height: 32px;
  font-size: 16px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-left: 8px;
  cursor: pointer;
}
.search-btn:hover {
  background: #fbf302;
  color: #000;
}