<SCRIPT LANGUAGE="JavaScript">
function mobile_device_detect(url)
{
        var thisOS=navigator.platform;
        var os=new Array("iPhone","iPod","iPad","android","Nokia","SymbianOS","Symbian","Windows Phone","Phone","Linux armv71","MAUI","UNTRUSTED/1.0","Windows CE","BlackBerry","IEMobile");
 for(var i=0;i<os.length;i++)
        {
 if(thisOS.match(os[i]))
        {   
  window.location=url;
 }
  
 }
 //因为相当部分的手机系统不知道信息,这里是做临时性特殊辨认
 if(navigator.platform.indexOf('iPad') != -1)
        {
  window.location=url;
 }
 //做这一部分是因为Android手机的内核也是Linux
 //但是navigator.platform显示信息不尽相同情况繁多,因此从浏览器下手，即用navigator.appVersion信息做判断
  var check = navigator.appVersion;
  if( check.match(/linux/i) )
          {
   //X11是UC浏览器的平台 ，如果有其他特殊浏览器也可以附加上条件
   if(check.match(/mobile/i) || check.match(/X11/i))
                 {
   window.location=url;
   }  
 }
 //类in_array函数
 Array.prototype.in_array = function(e)
 {
  for(i=0;i<this.length;i++)
  {
   if(this[i] == e)
   return true;
  }
  return false;
 }
} 
mobile_device_detect("wap/");
</SCRIPT>
<!DOCTYPE html>
<html lang="zh-cn">
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <title>深圳市裕鑫物资回收有限公司</title>
<meta name="keywords" content="深圳市裕鑫物资回收有限公司"/>
<meta name="description" content="深圳市裕鑫物资回收有限公司"/>
  <link href="" type="image/x-icon" rel="shortcut icon" />
  <link href="css/bootstrap.css" rel="stylesheet" />
  <link href="css/bxslider.css" rel="stylesheet" />
  <link href="css/style.css" rel="stylesheet" />
  <script src="js/jquery.min.js"></script>
  <script src="js/bxslider.min.js"></script>
  <script src="js/common.js"></script>
  <script src="js/bootstrap.js"></script>
  <link href="css/index.css" rel="stylesheet" type="text/css" />
  <script src="js/scrollpicleft.js" type="text/javascript"></script>
  <script type="text/javascript" src="js/jquery.js"></script>

  <!--[if lt IE 9]><script src="templates/web/images/js/html5shiv.min.js"></script><script src="templates/web/images/js/1.4.2/respond.min.js"></script><![endif]-->
  <link rel="stylesheet" type="text/css" href="css/swiper.min.css"/>
<script src="js/swiper.min.js" type="text/javascript" charset="utf-8"></script>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?1ebd92ea658b5a0c35e9f047d9efd3e2";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
 </head> 
 <body>
  <!--头部开始-->
  <div class="header" id="top">
   <div class="hd_Top">
    <div class="fl">
     公司在此承诺：公平公正、诚实守信、价格合理、客户至上、互利共赢、共创未来。
    </div>
    <div class="hd_Top_rt fr">
     <a href="javascript:addBookmark();" title="收藏本站" rel="nofollow">收藏本站 </a>| 
     <a href="message.php" rel="nofollow">在线留言 </a>| 
     <a href="contact.php">联系我们</a>
    </div>
    <div class="clear"></div>
   </div>
   <div class="hd_Mid">
    <div class="h-con">
     <h1><a><img style="margin-top: 0.5%;" src="./images/logo.png" /></a></h1>
    </div>
    <div class="clear"></div>
   </div>
 <div class="h_nav" style="background-color: #2993ed;">
    <ul>
     <li><a href="index.php" class="nav_one">网站首页</a></li>
     <li><a href="about.php" title="关于我们" class="">关于我们</a></li>
     <li><a href="product.php" title="回收设备展示" class="">回收设备展示</a></li>
     <li><a href="news.php" title="新闻中心" class="">新闻中心</a></li>
     <!-- <li><a href="job.php" title="人才招聘" class="">人才招聘</a></li> -->
     <li><a href="cases.php" title="工程案例" class="">成功案例</a></li>
     <!-- <li><a href="message.php" title="在线留言" class="">在线留言</a></li> -->
     <li><a href="about.php?lm=7" title="荣誉证书" class="">荣誉证书</a></li>
     <li><a href="contact.php" title="CONTACT" class="">联系我们</a></li>
    </ul>
   </div>
   <script type="text/javascript">
   $(function(){
      $(".h_nav ul li a").each(function() {
var href = window.location.href.split('/')[window.location.href.split('/').length-1];//获取当前页的地址
        $this = $(this);  
          if($(this).attr('href')==href){ 
              $this.addClass("nav_one");  
          }else{
              $this.removeClass("nav_one");
          } 
      });
   })
</script>
  <div class="search">
    <div class="fr">
     <form id="search" name="search" method="get" action="product.php">
      <input type="text" class="shInput" name="keyword" value="请输入您要搜索的关键词" onclick="this.value=''" />
      <input type="image" src="./images/sch_btn_bg.gif" value="" class="shBtn" />
     </form>
    </div>
    <span>热门关键词：</span>MT设备回收 / 倒闭厂回收 / 电池设备回收 / 库存回收 
    <div class="clear"></div>
   </div>
  </div>
  <script type="text/javascript">
    $(".h_nav span").hide();
    $(document).ready(function () {
        $(".h_nav li").mouseover(function () {
            $(this).find("span").show();
        })
        $(".h_nav li").mouseout(function () {
            $(this).find("span").hide();
        })
    })
</script>   

  <!--主内容开始-->
  <!--banner start-->
  <script>
      $(function(){
        var swiper = new Swiper('.banner .swiper-container', {
            slidesPerView: 1,
            loop: true,
            autoHeight: true,
            autoplay: {
                delay: 5000,
                disableOnInteraction: false,
            },
            pagination: {
                el: '.banner .swiper-pagination',
                clickable: true,
            },
          });

      })
    </script>
  <div class="banner" style="height: 400px">
        <div class="swiper-container">
            <div class="swiper-wrapper">
                
                <div class="swiper-slide">
                      <img src="upimg/2020091415342463.jpg" alt="">
                </div>               
                
                <div class="swiper-slide">
                      <img src="upimg/2020091415341270.jpg" alt="">
                </div>               
                          </div>
            <div class="swiper-pagination"></div>
        </div>

  </div>
  <div class="content">
   <div class="box">
    <div class="fl lf_nav">
     <div class="fl lf_nav">
      <div class="lf_nav_top">
       <h2><a href="product.php" style="padding: 12px 11px;">回收栏目</a></h2>
      </div>
      <div class="lf_nav_ct">
                  <h3 class="cur"><a href="product.php?lm=35" title="CNC电脑锣回收">CNC电脑锣回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=36" title="变压器回收">变压器回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=37" title="冲床回收">冲床回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=38" title="电镀设备回收">电镀设备回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=39" title="电缆线回收">电缆线回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=40" title="发电机回收">发电机回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=41" title="化工设备回收">化工设备回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=42" title="冷水机回收">冷水机回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=43" title="龙门铣床回收">龙门铣床回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=44" title="配电柜回收">配电柜回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=45" title="数控机床回收">数控机床回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=46" title="贴片机回收">贴片机回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=47" title="溴化锂空调回收">溴化锂空调回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=48" title="压铸机回收">压铸机回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=49" title="油压机回收">油压机回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=50" title="整厂设备回收">整厂设备回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=51" title="制冷设备回收">制冷设备回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=52" title="中央空调回收">中央空调回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

          <h3 class="cur"><a href="product.php?lm=53" title="注塑机回收">注塑机回收</a></h3>
       <ul style="display: none;" class="t05_ul"></ul>

      </div>
      <div style="float:left; margin-top:5px;">
       <div class="contactn">
        <div class="tits">
         <h4 style="font-size: 20px;line-height: 32px"><a class="yan2" href="contact.php?lm=3">联系我们</a></h4>
        </div>
        <div class="subnr">
          <div  style="line-height: 25px;word-wrap: break-word;font-size: 16px">
         深圳市裕鑫物资回收有限公司<br />联系人：时先生<br />电 话：13686651185<br />地 址：深圳市南山区南山街道南山社区南新路阳光科创中心一期A座3105B         </div>
        </div>
       </div>
      </div>
     </div>    </div>
    <script type="text/javascript">
    $(document).ready(function () {
        $(".lf_nav_ct h3").mouseenter(function () {
            $(this).parent().children(".h3").removeClass("cur");
            $(this).addClass("cur");
            $(".lf_nav_ct").find(".t05_ul").hide();
            $(this).next(".t05_ul").show();
        });
        $(".lf_nav_ct").mouseleave(function () {
            $(this).parent().children(".h3").removeClass("cur");
            $(this).find(".t05_ul").hide();
        });

    });
</script>



    <div class="pros fr">
     <div class="pro_top">
      <a href="product.php" class="fr">更多 &gt;&gt;</a>
      <h3><a href="product.php">回收设备展示</a></h3>
      <span>PRODUCT DISPLAY</span>
     </div>
     <div class="pros_ct">
      
<dl class="">
       <dt>
        <a href="product_show.php?id=561"><img src="upimg/2020091412294487.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=561">康明斯发电机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=560"><img src="upimg/2020091412285516.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=560">大宇发电机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=559"><img src="upimg/2020091412290868.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=559">卡特发电机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=558"><img src="upimg/2020091412292610.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=558">小松发电机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=600"><img src="upimg/2020091418104576.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=600">CNC电脑锣回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=599"><img src="upimg/2020091418095287.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=599">加工中心回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=598"><img src="upimg/2020090810452378.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=598">数控机床回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=597"><img src="upimg/2020091418172310.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=597">贴片机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=466"><img src="upimg/2020091412401084.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=466">海天注塑机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=465"><img src="upimg/2020091412403716.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=465">力劲注塑机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=464"><img src="upimg/2020091412404719.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=464">伊之密注塑机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=463"><img src="upimg/2020091412410075.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=463">震雄注塑机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=592"><img src="upimg/2020091412421629.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=592">干式变压器回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=591"><img src="upimg/2020091412424239.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=591">美式变压器回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=590"><img src="upimg/2020091412425734.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=590">箱式变压器回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="product_show.php?id=589"><img src="upimg/2020091412431597.jpg" /></a>
       </dt>
       <dd>
        <a href="product_show.php?id=589">油浸式变压器回收</a>
       </dd>
      </dl>


      <div class="clear"></div>
     </div>
    </div>
    <div class="clear"></div>
   </div>
   <div class="case">
    <div class="pub_top">
     <a href="cases.php" class="fr">更多 &gt;&gt;</a>
     <h3><a href="cases.php">回收设备</a></h3>
     <div class="clear"></div>
    </div>
    <div class="case_ct">
      
<dl class="">
       <dt>
        <a href="cases_show.php?id=121"><img src="upimg/2020091417334980.jpg" /></a>
       </dt>
       <dd>
        <a href="cases_show.php?id=121">CNC电脑锣回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="cases_show.php?id=120"><img src="upimg/2020091417351444.jpg" /></a>
       </dt>
       <dd>
        <a href="cases_show.php?id=120">注塑机回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="cases_show.php?id=119"><img src="upimg/2020091417342778.jpg" /></a>
       </dt>
       <dd>
        <a href="cases_show.php?id=119">变压器回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="cases_show.php?id=118"><img src="upimg/2020091417344581.jpg" /></a>
       </dt>
       <dd>
        <a href="cases_show.php?id=118">中央空调回收</a>
       </dd>
      </dl>


<dl class="">
       <dt>
        <a href="cases_show.php?id=117"><img src="upimg/2020090810515640.jpg" /></a>
       </dt>
       <dd>
        <a href="cases_show.php?id=117">发电机回收</a>
       </dd>
      </dl>


     <div class="clear"></div>
    </div>
   </div>
   <div style="text-align:center;">
    <img src="./images/12145819.jpg" width="1160" />
   </div>
   <div class="abt">
    <div class="abt_lf fl">
     <div class="pro_top">
      <a href="./wap/index.php" class="fr">更多 &gt;&gt;</a>
      <h3><a href="./wap/index.php" style="font-size: 17px">访问手机站</a></h3>
     </div>
     <div class="abt_lf_ct">
      <div id="img_scroll2lis_11" style="width:219px; height:219px; overflow:hidden;">
       
       <img src="upimg/2025021918005571.jpg" width="180" alt="关注你附近" />
      </div>
      <div class="clear"></div>
     </div>
    </div>
    <div class="abt_rt fr">
     <div class="pub_top">
      <a href="about.php" class="fr">更多 &gt;&gt;</a>
      <h3><a href="about.php">公司简介</a></h3>
     </div>
     <div class="abt_rt_ct">
      <div class="about" style="font-size: 18px">
               <img src="upimg/2020090810525428.jpg" />
       深圳市裕鑫物资回收有限公司：我们秉承“评估精确、实事求实”的原则，价格合理，买卖公正，公平交易，诚意回收，买卖现金或公账对公账支付，可与客户长期合作。对提供有效信息者将给予相当酬金。本公司诚实可靠、安全放心、历来深受广大顾客的好评，是贵公司、工厂、团体个人（您）值得信赖的最佳选择！      </div>
     </div>
    </div>
    <div class="clear"></div>
   </div>
   <div class="info">
    <script src="./js/msclass.js" type="text/javascript"></script>
    <div class="info1 fl">
     <div class="info_top">
      <a target="" href="news.php?lm=2" class="fr">更多</a>
      <h3 style="float:left;"><a href="news.php?lm=2">高价回收二手设备</a></h3>
      <span>PLOBLEM</span>
     </div>
     <div class="info1_ct" id="TextContent1" style="overflow: hidden; width: 238px; height: 343px;">
      <table cellspacing="0" cellpadding="0" style="border-collapse:collapse;">
       <tbody>
        <tr>
         <td>
          
            <dl>
             <dt>
              <a href="news_show.php?id=40">买卖公正，公平交易，高价回收二手设备</a>
             </dt>
             <dd>
              <a href="news_show.php?id=40">买卖公正，公平交易，合作共赢</a>
             </dd>
            </dl>
            </td>
          
            <dl>
             <dt>
              <a href="news_show.php?id=39">整厂设备回收，回收各类结业及转型工厂设备</a>
             </dt>
             <dd>
              <a href="news_show.php?id=39"> 整厂设备回收，回收各类结业及转型工厂设备、搬迁工厂闲置设备、五金、塑胶等二手设备</a>
             </dd>
            </dl>
            </td>
          
            <dl>
             <dt>
              <a href="news_show.php?id=38">高价回收二手机械设备、机器设备；电子机械、五金、塑胶机械</a>
             </dt>
             <dd>
              <a href="news_show.php?id=38">高价回收二手机械设备、机器设备；电子机械、五金、塑胶机械</a>
             </dd>
            </dl>
            </td>
                  </tr>
       </tbody>
      </table>
     </div>
    </div>
    <script type="text/javascript">
    /*********文字翻屏滚动***************/
    new Marquee("TextContent1", 0, 1, 238, 343,20,0,0)
</script>
    <div class="info2 fr">
     <div class="info_top">
      <a href="news.php?lm=1" class="fr">更多</a>
      <h3 style="float:left;"><a href="news.php?lm=1">整厂设备回收</a></h3>
      <span>INDUSTRY INFOMATION</span>
     </div>
     <div class="info2_ct">
      <div class="info2_lf" style="width: 100%">

                <dl style="display:;width: 100%">
        <dt>
         <a href="news_show.php?id=43"><img src="upimg/2020091416164928.jpg" /></a>
        </dt>
        <dd style="width: 84%">
         <h4><a target="" href="news_show.php?id=43">整厂已经收购，全款付清，装车运走，服务到位，帮老板清场</a></h4>
         <span class="so" style="font-size:12px;">锦源回收公司秉承“评估精确、实事求实”的原则，价格合理，买卖公正，公平交易，诚意回收，买卖现金或公账对公账支付<span><a href="news_show.php?id=43">[了解详情]</a></span></span>
        </dd>
        <div class="clear"></div>
       </dl>
        <dl style="display:;width: 100%">
        <dt>
         <a href="news_show.php?id=42"><img src="upimg/2020091416474482.jpg" /></a>
        </dt>
        <dd style="width: 84%">
         <h4><a target="" href="news_show.php?id=42">诚信专业二手设备回收，合作共赢 。</a></h4>
         <span class="so" style="font-size:12px;">本公司具备专业回收团队，信守承诺，以人为本的经营理念。竭诚为各企事业单位提供“快速、热情、周到”的服务，欢迎新老顾客来电咨询洽谈！<span><a href="news_show.php?id=42">[了解详情]</a></span></span>
        </dd>
        <div class="clear"></div>
       </dl>
        <dl style="display:;width: 100%">
        <dt>
         <a href="news_show.php?id=41"><img src="upimg/2020091416430538.jpg" /></a>
        </dt>
        <dd style="width: 84%">
         <h4><a target="" href="news_show.php?id=41">本公司拥有雄厚经济实力，恪守诚信为本的原则，安全快捷，高价回收二手设备。</a></h4>
         <span class="so" style="font-size:12px;">免费上门估价、信守承诺、现金交易、安全快捷，高价回收：电镀线，变压器，电缆，中央空调，工厂设备，注塑机，发电机，冲床等物资回收。我们价格合理、现金支付、安全可靠。<span><a href="news_show.php?id=41">[了解详情]</a></span></span>
        </dd>
        <div class="clear"></div>
       </dl>
       
      </div>
      <!-- <div class="info2_rt">

       <ul>
                </ul>
      </div> -->
      <div class="clear"></div>
     </div>
    </div>
    <div class="clear"></div>
   </div>
   <div class="link">
    <div class="link_top">
     <h3><a>友情链接</a></h3>
     <span>LINK</span>
    </div>
    <div class="link_ct">
        <ul>
            <li><a href="http://www.heyou51.com" class="nav_one">合优网络</a></li>
       </ul>
    </div>
   </div>
  </div>
  <!--主内容结束-->
  <!--低部开始-->

        <div class="footer">
   <div class="ft_nav">
    <a href="index.php" title="HOME">网站首页</a> |
    <a href="about.php" title="关于我们">关于我们</a> |
    <a href="product.php" title="产品展示">产品展示</a> |
    <a href="news.php" title="新闻中心">新闻中心</a> |
    <a href="job.php" title="人才招聘">人才招聘</a> |
    <a href="message.php" title="在线留言">在线留言</a> |
    <a href="contact.php" title="CONTACT">联系我们</a>

   </div>
   <div class="copy pr">
 <div class="li-div">
        <div class="w-text fadeInUp animated" data-animate="fadeInUp" style="">
         <div style="text-align: center;">
         	          <p>版权所有 &copy; 深圳市裕鑫物资回收有限公司&nbsp;&nbsp;<span style="font-family:" font-size:14px;background-color:#ffffff;"=""><a href="http://beian.miit.gov.cn" target="_blank">粤ICP备2021000845号</a></span>  <a href="http://www.heyou51.com/" target="_blank" style="">网站建设</a>：<a href="http://heyou51.com/" target="_blank" style="">合优网络</a></p>
         </div>
        </div>
       </div>
<script type="text/javascript" src="./js/jquery-1.7.min.js"></script>
<script>
$(function() {
// 悬浮窗口
$(".yb_conct").hover(function() {
$(".yb_conct").css("right", "5px");
$(".yb_bar .yb_ercode").css('height', '200px');
}, function() {
$(".yb_conct").css("right", "-127px");
$(".yb_bar .yb_ercode").css('height', '53px');
});
// 返回顶部
$(".yb_top").click(function() {
$("html,body").animate({
'scrollTop': '0px'
}, 300)
});
});
</script>
    <script src="./js/googlegg.js"></script>
    <div class="yb_conct" style="right: -127px;">
     <div class="yb_bar">
      <ul>
       <li class="yb_top"><a href="#top" style="color: white">返回顶部</a></li>
       <li class="yb_phone"><a href="tel:13686651185" style="color: white">13686651185</a></li>
       <!-- <li class="yb_QQ"><a target="_blank" href="http://wpa.qq.com/msgrd?v=3&amp;uin=515654786&amp;site=qq&amp;menu=yes&amp;from=message&amp;isappinstalled=0" title="即刻发送您的需求">在线咨询</a></li> -->
       <li class="yb_QQ"><a target="_blank" href="http://p.qiao.baidu.com/cps/chat?siteId=13090709&userId=21921514&siteToken=2c1e4d5e4c0d760fa30bacbc0e5f4bac" title="即刻发送您的需求">在线咨询</a></li>
       <li class="yb_ercode" style="height: 53px;">微信二维码 <br /><img class="hd_qr" src="upimg/2025021917484928.jpg" width="180" alt="关注你附近" /></li>
      </ul>
     </div>
    </div>
   </div>
  </div>
 </body>
</html>