/*------Base基础公共部分------*/

.main{width:100%;}


/*------Header部分------*/
@media screen and (max-width:768px) {
  .warp{width:100%;min-width:100%; position:relative; margin:0 auto;}
  /*头部快捷信息*/
  .dbText{/* position:absolute; */z-index:13;padding:5px 10px;box-sizing:border-box;height:auto;line-height:28px;overflow:hidden;/* display:none; */}
  .dbText .Top_Btns.f_l{display:flex;justify-content:space-between;float:none;}
  .dbText .Top_Btns.f_l>*,
  .dbText .Top_Btns.f_r{display:none;}
  .dbText .Top_Btns .moBtn{display:block;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;position:relative;overflow:hidden;}
  .dbText .tianqi{}
  .dbText .tianqi a{display:none; }
  
  .topCon{top:0px;height:52vw;background-size:118%;z-index:12;position:relative;}
  .Home_Logo{padding:0px 0;margin:0px auto;width:auto;}
  .Home_Logo a{display:block;width:60vw !important;height:auto !important;margin:0 auto !important;}
  .Home_Logo img{width:100%;height:auto !important;margin:0 auto  !important;}
  
  .TopMain{height:auto; }
  
  /*logo与搜索*/
  .topCon{margin:0px auto;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;height:auto;overflow:hidden;}
  .Home_Logo{width:100%;}
  .Home_Logo img{width:100%; }
  
  /* 搜索 */
  .SearchBox{width:90%;height:40px;font-size:14px;border:1px solid #ebebeb;border-radius:50px;margin-top:20px;}
  .SearchBox>input{width:70%;height:40px;padding-left:20px;line-height:40px;background:none;float:left;font-size:14px;}
  .SearchBox>a{width:54px;height:40px;line-height:40px;padding-left:25px;}
	
  /*主菜单*/
  #menu {
	background-color:#f9f9f9;
  }
  #menu li {
	float:left;
	width:33%; /* 每个菜单项占 33%，共三行9个 */
	height:60px;
	font-size:17px;
	display:flex;
	align-items:center;
	justify-content:center;
  }
    
  #menu li a{
	  font-weight:bold;
  }

  #menu-toggle {
    padding:15px 15px;
    background-color:#333;
    color:white;
	font-size:20px;
	font-weight:bold;
	letter-spacing:5px;
    line-height:30px;
	text-align:center;
    cursor:pointer;
  }

  
  /*main*/
  #site-famous{height:auto;min-height:360px;box-sizing:border-box;border:#b6d2f9 1px solid;overflow:hidden;}
  #guizhoudaohang ul{padding:20px 8px;display:flex;flex-wrap:wrap;border-bottom:1px #016aae dotted;overflow:hidden;}

  /*site*/
  #famous{height:auto;display:flex;flex-direction:row;}
  #famous ul{
	column-count:2;
	-webkit-column-count:2;
	-moz-column-count:2;
	padding:0;
	margin:0;
  }
  #famous ul li{float:left;position:relative;width:100%;height:30px;line-height:30px;padding:1px 6px;margin-left:1px;margin-top:1px;border-bottom:#ebebeb 1px dotted}
  #famous ul li a{font-size:16px;font-weight:bold}
  
  #city-tel{margin:0 auto;width:96vw;height:auto;border:#b6d2f9 1px solid;background:#FEFEFE;overflow:hidden}
  
  #famous ul{
	column-count:2;
	-webkit-column-count:2;
	-moz-column-count:2;
	padding:0;
	margin:0;
  }

  /* 指南内容页page */
  .index-kt{width:100vw; margin:10px 0px;background: #f8f8f8;border: 1px solid #dddddd;}
  .index-kt h1{height:30px;line-height:30px; text-align:center; font-size:16px; font-weight:bold;color:#9400d3;}
  /* 列表 */
  .list{width:100vw;margin:10px 0px;}
  /* 分页 */
  .list_page {width:100vw;clear:both;line-height:32px;text-align:center;padding:20px 0;}
  .list_page a,
  .list_page span {text-align:center;padding:7px 12px;border:1px solid #dddddd;color:#222;margin-right:5px;background:#fff}
  
  #weixin-famous{box-sizing:border-box;overflow:hidden;}
  #city_site_list,#sort_site_list{width:100vw;}
  .site-nav ul{}
  .site-nav li{float:left;box-sizing:border-box;width:98%;height:40px;line-height:40px;overflow:hidden;}

}

@media screen and (max-width:767px) {
   /*gg tonglan*/
   .tonglan_gg_div {
        background:#F9F;
		display:flex;
       flex-wrap:nowrap;
       align-items:center;
       box-sizing:border-box;
	   width:100%;
	   overflow:hidden;
    }
   .tonglan_gg_div img {
        flex:0 0 auto;
       object-fit:cover;
       width:100%;
       height:auto;
    }
}


/*------Footer部分------*/

@media screen and (max-width:600px) {
/*footer*/
#footer{width:100%;min-height:368px;background:#016aae;margin:0 auto;z-index:999;position:relative;color:#FFF}
.footertxt h4 .fline{padding:0 2px 0 2px;line-height:60px; color:#039}
.footertxt p{font-size:12px;}
.footertxt p span{display:block;line-height:30px;font-size:14px;color:#FFF}
.BottomImgJiu{position:absolute;left:5%; top:60%; z-index:1;}
.BottomImgEwm{position:absolute;right:5%; top:60%; z-index:1;}
}