@charset "utf-8";
/* CSS Document */
   html, body, #container {
            height: 100%;
            width: 100%;
        }
a{
	color: #000000;
}		

.custom-content-marker {
            position: relative;
            width:auto;
            height: auto;
			text-align: center;
			 /* display: flex;
			     align-items: center;
			     justify-content: center; */
		
        }
		/******/
.topMsgss{
	width: auto;
	height: 26px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
 .topMsgss  .ljyyimg{
	 width: 25px;
	 height: 25px;
	 float: left;
 }
 .topMsgss .ljyyimg:hover{
             background: #666;
  }
  
 .topMsgss .tip_msg {
 			  padding-left: 10px;
 			  padding-right: 10px;
               height: 26px;
 			  line-height: 26px;
               font-size: 13px;
               background-color: rgba(255,255,255,0.5);
 			  border: 1px solid #FFFFFF;
               border-radius: 10px;
               color: #000000;
               text-align: center;
               box-shadow: -1px 1px 1px rgb(10 10 10 / 20%);
 			 float: left;
 			  white-space: nowrap;
         }
  .topMsgss.tip_msg  span{
 	 color: #000000;
 }
  
.topMsgImg{
	margin-top: 10px;
}	

 .topMsgImg .yyjsimg {
            width: 25px;
            height: 25px;
        }



/* 只支持IE6、7、8 */
@media \0screen\,screen\9 {
.custom-content-marker .tip_msg{
        background-color: #fff;
        filter: Alpha(opacity=50);
        *zoom:1;/* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
.custom-content-marker .tip_msg span{
        position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

	
.img_mapbg1{
	width: 100%;
	text-align: center;
	height: 100vh;
	position: absolute;
	z-index: 1;
	display: none;
}
.img_mapbg1 img{width:100%;height: 33.3%;float: left;}





#ht_content{
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
}

.top_hed{
	width: 100%;
	height: 45px;
	position: fixed;
	background-color: #FFFFFF;
	top: 0;
	z-index: 99;
}
.top_hed .top_hedmain{
	width: 100%;
	height: 45px;
	position: relative;
	overflow-x: scroll;
	white-space:nowrap;
	    display: flex;
}
.top_hed .top_hedmain::-webkit-scrollbar {
                display: none;
            }

.top_hed .hed_btn{
	margin-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	background-color:#f5f6fa;
	 text-align: center; 
	 font-size:16px;
	 float: left;
	 border-radius: 15px;
	 margin-left: 6px;
	 display: inline;
}
.top_hed .hedbtn_chk{
	background-color:#f8e508;
}

.ht_top{
	width: 100%;
    height: auto;
    position: relative;
}

.ht_tp_it{
  width:85%;
  margin-left: 7.5%;
  height:30px;
  line-height: 30px;
  font-size:0.6rem;
  color: #000;
  font-weight: 500;
}
.ht_tp_it span{
  font-weight: bold;
}
.top_one{
	position: fixed;
	top:55px;
	width: 90%;
	margin-left: 5%;
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	z-index: 10;
}

.top_one .span1{
	font-size: 20px;
	margin-left: 15px;
	margin-right: 0px;
	float: left;
	color: #08bdf8;
}
.top_one .maptz_msgs{
	font-size:17px;
	float: left;
	height: 40px;
	line-height: 40px;
	width:77%;
	overflow:hidden;
	position:relative;
	 text-align: center;
	 color: #000000;
	}

.notice-container {
	  padding: 0 10px;
	  font-size:17px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex: 1;
}
.header-notice-marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40px;
 line-height: 40px;
 font-size:17px;
}
.notice-container .header-marquee-item1 {
  margin: 0 10px;
  width: 100%;
  position: absolute;
  left: 0;
  animation: marquee1 10s linear 8;
}

.notice-container .header-marquee-item2 {
  position: absolute;
  left: 0;
  animation: marquee2 10s linear 8;
}

.notice-container .header-notice-marquee:hover {
  animation-play-state: paused;
}
.notice-container .header-notice-marquee .header-marquee-item {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
 
@keyframes marquee1 {
  0% {
    left: 0;
  }
  100% {
    left: -77%;
  }
}

@keyframes marquee2 {
  0% {
    left: 77%;
  }
  100% {
    left: 0%;
  }
}
.kb_bot{
	width:100%;
	height:120px;
	    float: left;
	}
	
/**-----地图底部菜单----**/	
.bt_bt{
position: fixed;
bottom: 0;
width: 90%;
margin-left: 5%;
background-color: #ffffff;
height:40px;
line-height: 40px;
border-top-right-radius: 10px;
border-top-left-radius:  10px;

}
/* .bt_bt{
position: fixed;
bottom: 25px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
} */

.bt_btn{
     width: 49%;
    height: 40px;
    line-height:  40px;
    font-size:15px;
    color: #111111;
	text-align: center;
	float: left;
	font-weight: bold;

}
.bt_btn span{ margin-right:3px;}
.bt_bod{
	    height: 30px;
	    border: 0.5px solid #c8c8c8;
	    float: left;
	    margin-top: 5px;
}



.amap-logo {
        right: 0 !important;
        left: auto !important;
        display: none !important;
    }
    
    .amap-copyright {
        right: 70px !important;
        left: auto !important;
        opacity:0 !important;
    }

.dlg_bg{
  position:fixed;
  background-color: rgba(7, 7, 7, 0.322);
  background-color: #000000;
  filter:alpha(Opacity=70);-moz-opacity:0.7;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 98;
}
.dlg_cent{
    position:fixed;
  width: 95%;
  height: auto;
  margin-left: 2.5%;
  z-index: 99;
  bottom: 10%;
  border-top-left-radius: 15rpx;
  border-top-right-radius: 15rpx;
  
}
/****景点介绍****/
.top_voice{
	width: 100%;
	height:auto;
	position: relative;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
}
.top_voice_bak{
	width: 100%;
	height:auto;
	position: relative;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 10px;
	float: left;
	    
}
.vr_img{
   position: absolute;
       z-index: 999;
       margin: 0 auto;
       width: 45px;
       height: 45px;
       background-color: #f8e508;
       bottom: -26px;
       left: 45%;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
   
}
.vr_img img{
	width: 35px;
	height: 35px;
}

.top_voice_main{
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-top: 5%;
	float: left;
}
.voice_lft{
	width: 24%;
	height: 70px;
	overflow: hidden;
	float: left;
}
.voice_lft img{ width: 100%;height: 100%; border-radius: 5px;}
.voice_rt{width: 73%;height: auto; float: left; margin-left: 2%;}
.voics_name{width: 100%; height:30px; line-height: 30px; font-size: 16px; float: left;}
.voics_voics{width: 100%;height: 35px; line-height: 35px;float: left;}
audio::-webkit-media-controls {
    overflow: hidden !important
}
audio::-webkit-media-controls-enclosure {
    width: calc(100% );
    margin-left: auto;
}
.view_cent_btn{
	width: 100%;
	height: 45px;
	float: left;
	margin-top: 20px;
}
.view_btn1{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color:#f5f6fa;
	color:#010101; 
	 text-align: center; 
	 font-size:17px;
	 border-radius: 20px;
}
.view_btn1 span{
	margin-right: 1px;
	font-size: 22px;
	padding-top: 3px;
}
.view_btn2{
	float: right;
	width: 110px;
	line-height: 40px;
	height: 40px;
	 background-color:#f8e508; 
	 color:#010101; 
	  text-align: center; 
	  font-size:17px;
	  border-radius: 20px;
}


.view_cent{
	margin-top: 15px;
	width: 100%;
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	float: left;
	padding-bottom: 22px;
}

.view_cent_main{
	width: 90%;
	height: 90%;
	margin-left: 5%;
	margin-top: 5%;
	min-height: 250px;
	max-height: 330px;
	float: left;
}
.view_cent_main_btn{
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-bottom: 5px;
}
 .jdjs_btn{
	 width: 110px;
 height: 40px;
  background-color:#f8e508; 
  color:#010101; 
   text-align: center; 
   font-size:17px;
   border-radius: 20px;
   
   }
 .view_txt{
	 overflow: hidden;
	 overflow-y: scroll;
	 min-height: 160px;
	 max-height: 260px;
	 width: 100%;
	 float: left;
	 font-size: 16px;
	 color: #000000;
 } 
.view_txt img{
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}  


/*********立即预约*******/
.ljyy_div{
	width: 100%;
	height:auto;
	position: relative;
	background-color: #ffffff;
	/* border-radius: 10px; */
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	}
.ljyy_main {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;
    float: left;
}	
.llyy_title{ width: 100%;
 height: 30px;
  line-height: 30px;
   font-size: 17px; 
   color: #000000; 
   font-weight: bold;
	float: left;
margin-bottom: 10px;}	
.proj_img{
	width: 100%;
	height: 130px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}
.proj_img img{
	width: 100%;
}
.proj_pd{
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 16px;
	margin-top: 15px;
	
}
.proj_pd span{ color: #aa0000;font-weight:500;}
.proj_dd{
	width: 100%;
	height: 35px;
	line-height: 30px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	font-size: 16px;
	
}
.proj_dd  span{ color: #aa0000; font-weight: 500;}
.proj_inpt{
	width: 100%;
	height: 48px;
	line-height: 48px;
	float: left;
}
.proj_inpt .inputs{
	width: 88%;
	margin-left: 5%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d6e4f1;
	border-radius: 5px;
	font-size: 16px;
	    padding-left: 10px;
	}
.proj_tip{
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	}

.proj_btn{
	width: 100%;
	height: 45px;
	float: left;
	margin-top: 15px;
}
.proj_btn .view_btn1{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color:#f5f6fa;
	color:#010101; 
	 text-align: center; 
	 font-size:17px;
	 border-radius: 20px;
}
.proj_btn .view_btn1 span{
	margin-right: 1px;
	font-size: 22px;
	padding-top: 3px;
}
.proj_btn .view_btn2{
	float: right;
	width: 110px;
	line-height: 40px;
	height: 40px;
	 background-color:#f8e508; 
	 color:#010101; 
	  text-align: center; 
	  font-size:17px;
	  border-radius: 20px;
}
.dlg_tabTool{
	width: 100%;
	height: auto;
	float: left;
	background-color:#F1F1F1;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.tabtool{
	width: 50%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	float: left;
	color: #000000;
	}
.tabtool_chk2{
	background-color:#FFFFFF;
	color: #000000;
	border-top-left-radius:10px;
	border-top-right-radius:40px;
}
.tabtool_chk1{
		background-color:#FFFFFF;
		color: #000000;
		border-top-left-radius:40px;
		border-top-right-radius:10px;
}	
.dlg_tab{
	width: 100%;
	float: left;
	height: auto;
}

 .close_dlg{
  font-size:30px;
  color: #666;
  padding-right: 10px;
    padding-left: 10px;
	position: absolute;
right: 0px;
top: 5px;
}
