<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head><title>安博电子（官方）APP下载安装IOS/Android通用版/手机app</title><meta name="keywords" content="安博电子app" /><meta name="description" content="安博电子app使玩家玩的开心,安博电子app提供7k7k4399单人小游戏,欢迎前来体验安博电子app,因为特别地进行了设计与改进。" />
  <meta property="qc:admins" content="11501542047624703536375" />

<link rel="icon" href="https://www.600749.com/xzly/template/image/favicon.png" type="image/png">

  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="安博电子app使玩家玩的开心,安博电子app提供7k7k4399单人小游戏,欢迎前来体验安博电子app,因为特别地进行了设计与改进。" /><meta name="keywords" content="安博电子app" /><meta name="description" content="安博电子app使玩家玩的开心,安博电子app提供7k7k4399单人小游戏,欢迎前来体验安博电子app,因为特别地进行了设计与改进。" />
  
  <link rel="stylesheet" href="https://www.600749.com/xzly/template/css/element-ui.css">
  <link rel="icon" href="https://www.600749.com/xzly/template/image/favicon.png" type="image/png">

  <link href="https://www.600749.com/xzly/template/css/index.css" rel="stylesheet" type="text/css">
  <link type="text/css" rel="stylesheet" href="https://www.600749.com/xzly/template/css/swiper.min.css">
  <link type="text/css" rel="stylesheet" href="https://www.600749.com/xzly/template/foonts/iconfont.css">



  

</head>
<style>
  .newsContent_box{
    	    overflow: hidden;
    }
    .newsContent_box img{
          object-fit: cover;
  }
  .news_left{
  float: left;
    width: 580px;
    margin-right: 40px;
    height: 395px;
    padding: 44px 50px;
    box-sizing: border-box;

    }
  
  .news_left .el-carousel__indicators--horizontal{
      left: 85%;
        display: flex;
      padding: 9px 3px;
    }
  .news_left .el-carousel__indicator button{
    background: #fff!important;
    opacity: 1;
    height: 6px;
}
  .news_box .el-carousel__indicator.is-active  button{
    background: red!important;

}

    .news_right{
    float:left;
      width: 580px;
    }
    .news_right .el-tabs__item{
      font-size:18px;
  }
  .news_right .el-tabs__item.is-active {
    color: #7E0015;
}
  .news_right .el-tabs__item:hover {
      color: #7E0015;

  }
     .news_right .el-tabs__active-bar{
          background-color: #7E0015;
    }
.news_right .newsItemli {
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
  cursor: pointer;
}
  
  .news_right .newsItemli:before {
   content: "";
   width: 6px;
   height: 6px;
   display: inline-block;
   border-radius: 50%;
   background: #000000;
   vertical-align: middle;
   margin-right: 14px;
  }

.news_right .newsItemli .news-tlt{
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
  }
 .news_right .newsItemli .news-time{
color: #707070;  
     font-size: 14px;
       width: 18%;
    text-align: right;
  }
  .newsItem {
    height:198px;
    display: flex;
  border-bottom: 1px dashed #DEDDDD;
      padding: 44px 0px;
          box-sizing: border-box;

}
    .newsItem .newsItem_img {
    width: 172px;
    height: 113px;
    margin-right: 20px;
}
    
    .newsItem_cont{
      flex:1;
    }
 .newsItem_cont_tlt {
   font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
 .newsItem_cont_time {

color: #707070;    
   font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    
 .newsItem_cont_tip {
    height: 40px;
    overflow: hidden;
    color: #808080;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
  /*客服*/
.lineBox{
    position: fixed!important;
    bottom: 30%;
    right: 20px;
    left: auto;
    z-index: 999999;
}
.lineBox .lineItem{
    cursor: pointer;
    width: 50px;
    height: 55px;
    background: #7E0015;
    color: #fff;
    line-height: 55px;
    text-align: center;
    position: relative;
}
.lineItem .iconfont{
    font-size: 26px;
}
.lineItem:hover{
    opacity: 0.8;
}
.lineTop{
    margin-top: 4px;
}
.lineTip{
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    position: absolute;
    top:0px;
    right: 59px;
    color: #fff;
   
    background: #7E0015;
    display: none;
}
.lineTip:before, .lineTip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: rgba(255,255,255,1);
    right: -16px;
    top: 10px;
    z-index: 1;
}

.lineTip:after{
    right: -18px;
    border-left-color: rgb(237,237,237);
    z-index: 0;
}
  main {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
  
  .keyLine{
        width: 1200px;
    margin: 0px auto;
    height: 550px;
    margin-top: 50px;
    }
  </style>
<body >
    <main  style="padding-top: 0px;" id="main">
<style>
        .floadAd { position: fixed;z-index: 999900; display: none; }
        .floadAd .item { display: block; }
  .floadtitle{
    background: #fff;
    text-align: right;
    color: #7E0015;
  }
        .floadAd .item img { vertical-align: bottom; }/* a img 的组合浏览器默认下边会有几个像素的空白，这里可以消除空白*/
</style>



<div id="floadAD" class="floadAd">
  <div class="floadtitle">
    <a class="close" href="javascript:void();" style="padding-right:5px;">×关闭</a>
  </div>
  	  		  	 
    
        <img src="/cms/xzly/upload/2025-05-14/1747210281268ff8080818e7f79c51760196cdd921343130.jpg" alt="阿里冈仁波齐玛旁雍错已正式开山" style="max-width:300px;    max-height: 128px;" />
</div>
  




<head><title>安博电子（官方）APP下载安装IOS/Android通用版/手机app</title><meta name="keywords" content="安博电子app" /><meta name="description" content="安博电子app使玩家玩的开心,安博电子app提供7k7k4399单人小游戏,欢迎前来体验安博电子app,因为特别地进行了设计与改进。" />


  <link rel="stylesheet" href="https://www.600749.com/xzly/template/css/element-ui.css">
  <link rel="stylesheet" href="https://www.600749.com/xzly/template/css/theme-chalk.css">
<link rel="icon" href="https://www.600749.com/xzly/template/image/favicon.png" type="image/png">


    <link href="https://www.600749.com/xzly/template/css/header.css" rel="stylesheet" type="text/css"></link>
    <link href="https://www.600749.com/xzly/template/css/reset.css" rel="stylesheet" type="text/css"></link>
</head>

<style>
 /*客服*/
.lineBox{
    position: fixed!important;
    bottom: 30%;
    right: 20px;
    left: auto;
    z-index: 999999;
}
.lineBox .lineItem{
    cursor: pointer;
    width: 50px;
    height: 55px;
    background: #7E0015;
    color: #fff;
    line-height: 55px;
    text-align: center;
    position: relative;
}
.lineItem .iconfont{
    font-size: 26px;
}
.lineItem:hover{
    opacity: 0.8;
}
.lineTop{
    margin-top: 4px;
}
.lineTip{
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    position: absolute;
    top:0px;
    right: 59px;
    color: #fff;
   
    background: #7E0015;
    display: none;
}
.lineTip:before, .lineTip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: rgba(255,255,255,1);
    right: -16px;
    top: 10px;
    z-index: 1;
}

.lineTip:after{
    right: -18px;
    border-left-color: rgb(237,237,237);
    z-index: 0;
}
  
    main {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
  
  .keyLine{
        width: 1200px;
    margin: 0px auto;
    height: 550px;
    margin-top: 50px;
    }
</style>

<div class="lineBox">
  <div class="lineItem" onmouseover="show(this)" onmouseout="hide(this)">
    <span class="iconfont  icon-douyin"></span>    
    <div class="lineTip" style="width:101px;display:none;">
                    <img src="https://www.600749.com/xzly/template/image/tiktok.png" width="101px" height="101px">
    </div>
  </div>
  <div class="lineItem" onmouseover="show(this)" onmouseout="hide(this)">
    <span class="iconfont   icon-weixin1"></span>    
    <div class="lineTip">
                    <img src="https://www.600749.com/xzly/template/image/wechat.png" width="101px" height="101px">
    </div>
  </div>
  <div class="lineItem" onmouseover="show(this)" onmouseout="hide(this)">
    <span class="iconfont icon-shipinhao"></span>    
    <div class="lineTip">
                    <img src="https://www.600749.com/xzly/template/image/videoCode.png" width="101px" height="101px">
    </div>
  </div>
  <div class="lineItem lineTop" id="scrollToTopButton" style="display:none;">
    <span class="iconfont icon-a1"></span>    
  </div>
</div>


<div style="height:120px;"></div>
        
 <div class="herder_box">
            <div class="content">
                
                <el-header class="Nav-hader" height="120px">
                            <div>
                                <img class="logo" src="https://www.600749.com/xzly/template/image/header/logo.png" />
                            </div>
                            <div class="link-content">
                                <img src="https://www.600749.com/xzly/template/image/header/link-left.png" height="20" width="61">
                                <ul class="header-nav bg-purple-light">
                        
                                  
                    					<li  class="menu">首页
                                   <div class="bottom_line"></div>
                                  </li>
<li  class="menu">关于我们
   <div class="bottom_line"></div>
    <div class="header-nav-box" >
        <dl class="header-nav-box-ul">
            <dd>
                 新奥集团 <br/>
            </dd>
            <dd>
                 亚盈简介 <br/>
            </dd>
            <dd>
                 管理团队 <br/>
            </dd>
            <dd>
                 发展历程 <br/>
            </dd>
            <dd>
                 战略愿景 <br/>
            </dd>
            <dd>
                 人才招聘 <br/>
            </dd>
            <dd>
                 旗下亚盈 <br/>
            </dd>
        </dl>
    </div>

</li>
<li  class="menu">新闻资讯
   <div class="bottom_line"></div>
    <div class="header-nav-box" >
        <dl class="header-nav-box-ul">
        </dl>
    </div>

</li>
<li  class="menu">旗下景区
   <div class="bottom_line"></div>
    <div class="header-nav-box" >
        <dl class="header-nav-box-ul">
            <dd>
                 雅鲁藏布大峡谷 <br/>
            </dd>
            <dd>
                 巴松措 <br/>
            </dd>
            <dd>
                 苯日景区 <br/>
            </dd>
            <dd>
                 神山圣湖 <br/>
            </dd>
            <dd>
                 鲁朗花海 <br/>
            </dd>
        </dl>
    </div>

</li>
<li  class="menu">预订中心
   <div class="bottom_line"></div>
    <div class="header-nav-box" >
        <dl class="header-nav-box-ul">
            <dd>
                 门票预订 <br/>
            </dd>
            <dd>
                 票务预订 <br/>
            </dd>
            <dd>
                 酒店预订 <br/>
            </dd>
            <dd>
                 团队预订 <br/>
            </dd>
        </dl>
    </div>

</li>
<li  class="menu">投资者关系
   <div class="bottom_line"></div>
    <div class="header-nav-box" >
        <dl class="header-nav-box-ul">
            <dd>
                 联系方式 <br/>
            </dd>
            <dd>
                 沪市发财一码今晚 <br/>
            </dd>
            <dd>
                 互动交流 <br/>
            </dd>
            <dd>
                 路演活动 <br/>
            </dd>
            <dd>
                 上市亚盈发布 <br/>
            </dd>
        </dl>
    </div>

</li>
<li  class="menu">景区VR全景
   <div class="bottom_line"></div>
    <div class="header-nav-box" >
        <dl class="header-nav-box-ul">
            <dd>
                 雅鲁藏布大峡谷 <br/>
            </dd>
            <dd>
                 巴松措 <br/>
            </dd>
            <dd>
                 苯日景区 <br/>
            </dd>
            <dd>
                 神山圣湖 <br/>
            </dd>
            <dd>
                 鲁朗花海 <br/>
            </dd>
        </dl>
    </div>

</li>
                                </ul>
                                <img src="https://www.600749.com/xzly/template/image/header/link-right.png"height="20" width="61">
                            </div>
                </el-header>
            </div>
        </div>


<div  id="app">
  <div class="banner">
    <el-carousel height="450px" arrow="never" direction="vertical" :autoplay="true">
                      <el-carousel-item>
                        
        				<img src="/cms/xzly/upload/2024-06-05/1717559206887ff8080818e7f79c5622018fe681a3e71935.jpg" alt="" width="100%" height="100%" style="    object-fit: cover;">
                           
     				 </el-carousel-item>
                      <el-carousel-item>
                        
        				<img src="/cms/xzly/upload/2024-06-07/1717731973500ff8080818e7f79c5104018ff0cdd97c34d3.jpg" alt="" width="100%" height="100%" style="    object-fit: cover;">
                           
     				 </el-carousel-item>
                      <el-carousel-item>
                        
        				<img src="/cms/xzly/upload/2024-06-07/1717727616960ff8080818e7f79c5213018ff08b5fc0339c.jpg" alt="" width="100%" height="100%" style="    object-fit: cover;">
                           
     				 </el-carousel-item>
                      <el-carousel-item>
                        
        				<img src="/cms/xzly/upload/2024-06-05/1717559452964ff8080818e7f79c5466018fe685652419b5.jpg" alt="" width="100%" height="100%" style="    object-fit: cover;">
                           
     				 </el-carousel-item>
                      <el-carousel-item>
                        
        				<img src="/cms/xzly/upload/2024-06-07/1717731258733ff8080818e7f79c5508018ff0c2f16d3479.jpg" alt="" width="100%" height="100%" style="    object-fit: cover;">
                           
     				 </el-carousel-item>
    </el-carousel>
   
    
  </div>
  <div class="news_box">
      <div class="tlt_box mb50">
        <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_left.png"/>
        <span>新闻资讯</span>
        <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_right.png"/>
   	 </div>
    <div class="newsContent_box">
    		<div class="news_left" style="padding:0;">










              <el-carousel height="363px" arrow="never" :autoplay="true">
                  <el-carousel-item >
					<img src="/cms/xzly/upload/2024-09-23/1727080905004ff8080818e7f79c554801921e0b392c622c.png" style="width:100%;">
                    
                      <div style="width: 100%;height: 44px;background: rgba(0, 0, 0, 0.6);color: #fff;line-height: 44px;font-size: 16px;position: absolute;bottom: 0;"><span style=" margin-left: 20px;width: 65%; white-space: nowrap; 
  overflow: hidden;text-overflow: ellipsis;display: inline-block; ">
习近平主持召开中央全面深化改革委员会第六次会议强调解放思想实事求是与时俱进求真务实全力抓好改革任务的组织实施李强王沪宁蔡奇出席中共中央总书记、国家主席、中央军委主席、中央全面深化改革委员会主任习近平8月29日上午主持召开中央全面深化改革委员会第六次会议并发表重要讲话。他强调，进一步全面深化改革是在新时代以来全面深化改革基础上推进的，具备坚实基础和有利条件。要运用好已有的改革成果和重要经验，解放思想</span></div>

                  </el-carousel-item>
                  <el-carousel-item >
					<img src="/cms/xzly/upload/2024-09-23/1727080267899ff8080818e7f79c532701921e01807b6148.jpg" style="width:100%;">
                    
                      <div style="width: 100%;height: 44px;background: rgba(0, 0, 0, 0.6);color: #fff;line-height: 44px;font-size: 16px;position: absolute;bottom: 0;"><span style=" margin-left: 20px;width: 65%; white-space: nowrap; 
  overflow: hidden;text-overflow: ellipsis;display: inline-block; ">
国产大飞机C919首次飞抵拉萨记者从中国商飞亚盈了解到，9月19日，中国商飞亚盈一架C919飞机从四川成都双流国际机场起飞，经过2小时8分钟飞行，平稳降落在西藏拉萨贡嘎国际机场。这是C919飞机首次飞抵拉萨。拉萨贡嘎国际机场位于雅鲁藏布江河谷，海拔高度3569米，周边山峰众多，气象环境复杂多变，对飞机高原运行性能有很高的要求。飞抵拉萨后，C919飞机将开展环控、航电、动力装置等高高原运行关键系统的</span></div>

                  </el-carousel-item>
                  <el-carousel-item >
					<img src="/cms/xzly/upload/2024-09-20/1726802006701ff8080818e7f79c550701920d6b92ad4d58.png" style="width:100%;">
                    
                      <div style="width: 100%;height: 44px;background: rgba(0, 0, 0, 0.6);color: #fff;line-height: 44px;font-size: 16px;position: absolute;bottom: 0;"><span style=" margin-left: 20px;width: 65%; white-space: nowrap; 
  overflow: hidden;text-overflow: ellipsis;display: inline-block; ">
王君正主持召开自治区党委常委会会议坚持用习近平总书记关于教育的重要指示统揽西藏教育工作全局推动我区教育高质量发展为全区经济社会发展提供强有力智力支持和人才支撑近日，自治区党委书记王君正主持召开自治区党委常委会会议，认真传达学习习近平总书记在全国教育大会上的重要讲话精神和全国教育大会精神，研究我区贯彻落实意见。王君正指出，全国教育大会是一次极为重要的会议，习近平总书记在全国教育大会上的重要讲话，站在</span></div>

                  </el-carousel-item>
                  <el-carousel-item >
					<img src="/cms/xzly/upload/2024-09-20/1726801799545ff8080818e7f79c553201920d6869794d32.jpg" style="width:100%;">
                    
                      <div style="width: 100%;height: 44px;background: rgba(0, 0, 0, 0.6);color: #fff;line-height: 44px;font-size: 16px;position: absolute;bottom: 0;"><span style=" margin-left: 20px;width: 65%; white-space: nowrap; 
  overflow: hidden;text-overflow: ellipsis;display: inline-block; ">
亲爱的游客朋友们：为进一步加强和规范景区的统一管理，根据《关于羊卓雍措景区门票价格调整的批复》（山发改发[2018]41号）文件，景区自2024年9月28日起将在羊卓雍措景区沿线的观景平台及观景点恢复实施验票等工作。具体事项如下：一、收费标准（一）羊卓雍措景区门票收费标准为120元/人次，为回馈旅游同行及广大游客对景区的支持，按半价优惠执行，即60元/人次。（二）对现役军人、警察、消防队员、中外记</span></div>

                  </el-carousel-item>
            </el-carousel>
              
    		</div>













































      <div class="news_right">
        <div class="mb10">
            <el-tabs >
              <el-tab-pane label="时政资讯" >
              <ul style=" list-style-type: circle;">

                <li class="newsItemli">
                  <div class="news-tlt">
                    （深入学习贯彻习近平新时代中国特色社会主义思想·原创性概念标识性概念纵横谈）
                  </div>
                  <div class="news-time">
                    2025/05/14 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    相信中国??相信明天
                  </div>
                  <div class="news-time">
                    2025/04/11 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    新时代西藏人权事业的发展进步逻辑
                  </div>
                  <div class="news-time">
                    2025/04/07 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    —习近平总书记引领全党锲而不舍贯彻落实中央八项规定精神
                  </div>
                  <div class="news-time">
                    2025/03/25 
                  </div>
                  
                </li>
    

                </ul>
              
              </el-tab-pane>
              <el-tab-pane label="安博电子app动态" >
                            <ul style=" list-style-type: circle;">

                <li class="newsItemli">
                  <div class="news-tlt">
                    布达拉宫最新消息！
                  </div>
                  <div class="news-time">
                    2025/05/14 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    助力林芝文旅发展 安博电子app股份携手多部门举办骑行活动
                  </div>
                  <div class="news-time">
                    2025/04/11 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    西藏新增101名自治区级非遗代表性传承人
                  </div>
                  <div class="news-time">
                    2025/04/07 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    西藏林芝：桃花朵朵春光美
                  </div>
                  <div class="news-time">
                    2025/04/07 
                  </div>
                  
                </li>
    

                </ul>
              </el-tab-pane>
            </el-tabs>
        </div>
        <div>
            <el-tabs >
              <el-tab-pane label="发财一码今晚" >
                       <ul style=" list-style-type: circle;">

                <li class="newsItemli">
                  <div class="news-tlt">
                    关于冈仁波齐景区部分转山路封闭管理的发财一码今晚
                  </div>
                  <div class="news-time">
                    2024/11/25 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    墨竹工卡县思金拉措景区暂停营业
                  </div>
                  <div class="news-time">
                    2024/11/13 
                  </div>
                  
                </li>
    

                <li class="newsItemli">
                  <div class="news-tlt">
                    优化巴松措景区入园游览产品的发财一码今晚
                  </div>
                  <div class="news-time">
                    2024/10/30 
                  </div>
                  
                </li>
    

                </ul>
              </el-tab-pane>
            </el-tabs>
        </div>
      </div>
      </div>
   <div class="seeMore">
      <div class="seeMore_button"><span>了解更多</span><img src="https://www.600749.com/xzly/template/image/arrow.png" alt="" width="14px" height="12px"></div>
  </div>
  </div>
  
  
  <div class="areaServices">
    <img src="https://www.600749.com/xzly/template/image/areaServices.jpeg" alt="" width="100%" height="100%" class="areaServicesBg">
    <div class="tlt_box">
      <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_left.png"/>
      <span class="color_white">景区服务</span>
      <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_right.png"/>
    </div>
    <div class="tip color_white">打造“康乐”内核产品主线，通过数智技术链接区域生态旅游要素。<br>
 以多元业态为支点丰富游客在地特色体验，推动业务从传统观光旅游向休闲度假旅游转型</div>
    <div class="areaServices_type">
              

      <div class="areaServices_type_item">
          <span class="areaServices_type_item_icon"><span class="iconfont icon-dabache"></span></span>
          <span class="areaServices_type_item_tlt">交通</span>

      </div>
                        
                      <a href="/channel/list/10984.html" target="_blank">

      <div class="areaServices_type_item">
        <span class="areaServices_type_item_icon"><span class="iconfont icon-zhusuxinxi"></span></span>
        <span class="areaServices_type_item_tlt">住宿</span>
                   
      </div>
                          </a>
      <div class="areaServices_type_item">
        <span class="areaServices_type_item_icon"><span class="iconfont icon-duogouwu"></span></span>
        <span class="areaServices_type_item_tlt">购物</span>
      </div>
      <div class="areaServices_type_item">
        <span class="areaServices_type_item_icon"><span class="iconfont icon-dingzhi"></span></span>
        <span class="areaServices_type_item_tlt">定制</span>
      </div>
      <div class="areaServices_type_item">
        <span class="areaServices_type_item_icon"><span class="iconfont icon-canyincanju"></span></span>
        <span class="areaServices_type_item_tlt">餐饮</span>
      </div>
    </div>
    <div class="areaServices_bg">
      <img src="https://www.600749.com/xzly/template/image/areaServices_bg.png">
    </div>
  </div>
  
  <div class="AudiovisualScenery">
    <div class="tlt_box">
      <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_left.png"/>
      <span>视听风光</span>
      <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_right.png"/>
    </div>
    <div class="tip">坚持大旅游发展战略，以景区等旅游资源开发经营业务为主导，旅行社、酒店、旅游客运等旅游服务为辅助，传媒文化业务为补充的综合性现代旅游企业。</div>
    <div class="AudiovisualScenery_box">
      <div class="boxTop">
        <div class="boxTop_left ">
             
               <div class="boxTop_left_1 AudiovisualScenery_box_item">
                  <img src="/cms/xzly/upload/2024-10-31/1730341818258ff8080818e7f79c56260192e068cf924cd8.jpeg" alt="" width="100%" height="100%">
                  <div class="introduction w-230" style="background: rgba(2, 2, 2, .34)">
                    <div class="tltle mb10">  西藏以西  天上阿里</div>
                    <div class="cont mb10">  西藏以西  天上阿里</div>
                  </div>
                </div>
               
                   
                    <div class="boxTop_left_2 AudiovisualScenery_box_item">
                      <img src="/cms/xzly/upload/2024-10-31/1730344631613ff8080818e7f79c55660192e093bd3d4de1.jpg" alt="" width="100%" height="100%">
                      <div class="introduction w-243"  style="background: rgba(2, 2, 2, .34)">
                        <div class="tltle mb10"> 又是一年布达拉宫换“装”季</div>
                        <div class="cont ">又是一年布达拉宫换“装”季</div>
                      </div>
                    </div>
                   
        </div>
        <div class="boxTop_right">
           
            <div class="boxTop_right_img mb20 AudiovisualScenery_box_item">
              <img src="/cms/xzly/upload/2024-06-06/1717648086577ff8080818e7f79c5932018febcdd6312918.png" alt="" width="100%" height="100%">
              <div class="introduction w-230"  style="background: rgba(2, 2, 2, .34)">
                <div class="tltle mb10">太阳网集团8722下载·拉萨酒店里的藏戏吟唱！</div>
                <div class="cont "></div>
              </div>
            </div>
                
           
            <div class="boxTop_right_img mb20 AudiovisualScenery_box_item">
              <img src="/cms/xzly/upload/2024-06-06/1717647565543ff8080818e7f79c5716018febc5e2e728dc.jpg" alt="" width="100%" height="100%">
              <div class="introduction w-230"  style="background: rgba(2, 2, 2, .34)">
                <div class="tltle mb10">莫道林芝春已去，桃花开过是杜鹃！</div>
                <div class="cont "></div>
              </div>
            </div>
                
           
            <div class="boxTop_right_img mb20 AudiovisualScenery_box_item">
              <img src="/cms/xzly/upload/2024-10-31/1730346595277ff8080818e7f79c5730192e0b1b3cd4e66.jpg" alt="" width="100%" height="100%">
              <div class="introduction w-230"  style="background: rgba(2, 2, 2, .34)">
                <div class="tltle mb10">巴松措畔，漫步秋色</div>
                <div class="cont "></div>
              </div>
            </div>
                
          
        </div>
      </div>
      <div class="boxBottom">
   
        <div class="boxBottom_img AudiovisualScenery_box_item">
          <img src="/cms/xzly/upload/2024-10-31/1730347617614ff8080818e7f79c59870192e0c14d4e4f22.jpg" alt="" width="100%" height="391px">
          <div class="introduction w-267"   style="background: rgba(2, 2, 2, .34)">
            <div class="tltle mb10">下一个春天，我在桃花树下等你！</div>
            <div class="cont mb10"></div>
          </div>
        </div>
        
      </div>

    </div>

</div>
  
  <div class="hotel">
    <div class="tlt_box">
      <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_left.png"/>
      <span >合作酒店</span>
      <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_right.png"/>
    </div>
    <div class="tip">安博电子app股份为您提供优质酒店约30余家酒店预订，您可以通过对比实时价格，查看酒店真实照片，浏览用户真实点评等多种手段选择舒适/优质的合作酒店。</div>
    <div class="hotel_box mt-50">

         <div class="hotel_Item">
           
        <div class="imgBox"><img src="/cms/xzly/upload/2024-06-25/1719304299429ff8080818e7f79c566501904e85a3a53772.png" alt="" width="100%" height="100%"></div>
        <div class="titlte">太阳网集团8722下载·大峡谷酒店</div>
           
      </div>

         <div class="hotel_Item">
           
        <div class="imgBox"><img src="/cms/xzly/upload/2024-06-25/1719308318318ff8080818e7f79c514501904ec2f66e3803.png" alt="" width="100%" height="100%"></div>
        <div class="titlte">太阳网集团8722下载·普兰国际酒店</div>
           
      </div>

         <div class="hotel_Item">
           
        <div class="imgBox"><img src="/cms/xzly/upload/2024-06-25/1719305382034ff8080818e7f79c599001904e96289237a8.png" alt="" width="100%" height="100%"></div>
        <div class="titlte">太阳网集团8722下载·岗仁波齐酒店</div>
           
      </div>

         <div class="hotel_Item">
           
        <div class="imgBox"><img src="/cms/xzly/upload/2024-06-25/1719303799314ff8080818e7f79c57901904e7e02123744.png" alt="" width="100%" height="100%"></div>
        <div class="titlte">太阳网集团8722下载·巴松措度假酒店</div>
           
      </div>

         <div class="hotel_Item">
           
        <div class="imgBox"><img src="/cms/xzly/upload/2024-06-25/1719286904461ff8080818e7f79c546601904d7c368d357e.png" alt="" width="100%" height="100%"></div>
        <div class="titlte">太阳网集团8722下载·拉萨酒店</div>
           
      </div>
    </div>
  </div>
      <div class="tlt_box">
          <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_left.png"/>
          <span >SH.600749 股价行情</span>
          <img width="93px" height="31px" src="https://www.600749.com/xzly/template/image/tlt_box_right.png"/>
        </div>
  <div class="keyLine">
  <iframe src="https://open.sseinfo.com/ir2/?id=1386&language=zh-cn&companyCode=600749&module=Market" width="100%" height="100%"></iframe>
    </div>
  
  
  <div>
  
  
  </div>



<link href="https://www.600749.com/xzly/template/css/stockCode.css" rel="stylesheet" type="text/css"></link>

        <div class="stockCode">
            <div class="button_group">
               <button>联系方式</button>             
               <button>沪市发财一码今晚</button>             
               <button>互动交流</button>             
               <button>路演活动</button>             
               <button>上市亚盈发布</button>             
                <button>交易所主页</button>                
            </div>
        </div><link href="https://www.600749.com/xzly/template/css/about.css" rel="stylesheet" type="text/css"></link>

        <div class="about">
            <div class="content">
                <div class="nav" style=" width: 57%;">
                    <dl>
                        <dt>关于我们</dt>
                                           <dd>
                                    			 新奥集团 <br/>
                                            </dd>
                                           <dd>
                                    			 亚盈简介 <br/>
                                            </dd>
                                           <dd>
                                    			 管理团队 <br/>
                                            </dd>
                                           <dd>
                                    			 发展历程 <br/>
                                            </dd>
                                           <dd>
                                    			 战略愿景 <br/>
                                            </dd>
                                           <dd>
                                    			 人才招聘 <br/>
                                            </dd>
                                           <dd>
                                    			 旗下亚盈 <br/>
                                            </dd>
                    </dl>
                    <dl>
                        <dt>新闻资讯</dt>
                    </dl>
                    <dl>
                        <dt>旗下景区</dt>
                                           <dd>
                                    			 雅鲁藏布大峡谷 <br/>
                                            </dd>
                                           <dd>
                                    			 巴松措 <br/>
                                            </dd>
                                           <dd>
                                    			 苯日景区 <br/>
                                            </dd>
                                           <dd>
                                    			 神山圣湖 <br/>
                                            </dd>
                                           <dd>
                                    			 鲁朗花海 <br/>
                                            </dd>
                    </dl>
                    <dl>
                        <dt>预订中心</dt>
                                           <dd>
                                    			 门票预订 <br/>
                                            </dd>
                                           <dd>
                                    			 票务预订 <br/>
                                            </dd>
                                           <dd>
                                    			 酒店预订 <br/>
                                            </dd>
                                           <dd>
                                    			 团队预订 <br/>
                                            </dd>
                    </dl>
                    <dl>
                        <dt>投资者关系</dt>
                                           <dd>
                                    			 联系方式 <br/>
                                            </dd>
                                           <dd>
                                    			 沪市发财一码今晚 <br/>
                                            </dd>
                                           <dd>
                                    			 互动交流 <br/>
                                            </dd>
                                           <dd>
                                    			 路演活动 <br/>
                                            </dd>
                                           <dd>
                                    			 上市亚盈发布 <br/>
                                            </dd>
                    </dl>
                    <dl>
                        <dt>景区VR全景</dt>
                                           <dd>
                                    			 雅鲁藏布大峡谷 <br/>
                                            </dd>
                                           <dd>
                                    			 巴松措 <br/>
                                            </dd>
                                           <dd>
                                    			 苯日景区 <br/>
                                            </dd>
                                           <dd>
                                    			 神山圣湖 <br/>
                                            </dd>
                                           <dd>
                                    			 鲁朗花海 <br/>
                                            </dd>
                    </dl>
     
                </div>
                <div class="wechat">
                    <div class="wechat_tltle">关注服务号</div>
                    <div class="wechat_tips">您的私人订制旅行团</div>
                    <img src="https://www.600749.com/xzly/template/image/wechat.png" width="101px" height="101px">
                </div>
                <div class="nav">
                    <dl>
                        <dd>酒店预定：13989019594 达珍 </dd>
                      <dd>旅行社服务：13908990298</dd>
                        <dd>联系人：0891－6339150</dd>
                        <dd>亚盈地址：西藏自治区拉萨市柳梧新区国际总部城11栋</dd>
                    </dl>

                </div>
            </div>
        </div><link href="https://www.600749.com/xzly/template/css/footer.css" rel="stylesheet" type="text/css"></link>


  <div class="footer">
            <span class="title mr5">Copyright@ 安博电子app.All rights reserved</span>
    <span class="num">藏ICP备2023000015号-1</span>
            <img src="https://www.600749.com/xzly/template/image/police.png" width="25px" height="25px" alt="">
                <span class="poclice">藏公网安备54010202000112号</span>

        </div>


  </main>
</body>
</html>

  


  

