苏州创新投资
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suzhou/public/header1.html

118 lines
4.9 KiB

2 years ago
<!-- 导航 -->
<header class="header">
<div class="container clearfix headerOut">
<div class="fl left">
<a href="#" ><img src="../images/logo2.png" alt="" class="img1" /></a>
<a href="#" ><img src="../images/logo1.png" alt="" class="img2" /></a>
</div>
<div class="fr nav">
<ul class="navbar_nav" data-in="fadeInDown" data-out="fadeOutUp">
<li class="active">
2 years ago
<a href="/index.html">首页</a>
2 years ago
</li>
<li class="dropdown">
2 years ago
<a href="/about/about01.html">关于我们</a>
2 years ago
<div class="dropdown_menu">
2 years ago
<a href="/about/about01.html">集团介绍</a>
<a href="/about/about02.html">董事长致辞</a>
<a href="/about/about03.html">核心能力</a>
<a href="/about/about04.html">企业文化</a>
2 years ago
<a href="/about/about05.html">组织架构</a>
2 years ago
<a href="/about/about06.html">合作伙伴</a>
<a href="/about/about07.html">联系我们</a>
2 years ago
</div>
</li>
<li class="dropdown">
2 years ago
<a href="/service/service01.html">业务版图</a>
2 years ago
<div class="dropdown_menu">
2 years ago
<a href="/service/service01.html">基金集群</a>
<a href="/service/service11.html">产业地图</a>
<a href="/service/service03.html">投贷联动</a>
2 years ago
</div>
</li>
<li class="dropdown">
2 years ago
<a href="/news/news01.html">新闻中心</a>
2 years ago
<div class="dropdown_menu">
2 years ago
<a href="/news/news01.html">集团要闻</a>
2 years ago
<a href="/news/news02.html">企业动态</a>
2 years ago
<a href="/news/news03.html">媒体聚焦</a>
2 years ago
</div>
</li>
<li>
2 years ago
<a href="/work/work.html">党建工作</a>
2 years ago
</li>
<li class="dropdown">
2 years ago
<a href="/talent/talent01.html">人才发展</a>
2 years ago
<div class="dropdown_menu">
2 years ago
<a href="/talent/talent01.html">人才理念</a>
<a href="/talent/talent02.html">人才招聘</a>
2 years ago
</div>
</li>
<li>
2 years ago
<a href="/form/form.html">投资申请</a>
2 years ago
</li>
</ul>
</div>
<a href="javascript:void(0)" id="navToggle">
<span></span>
</a>
</div>
</header>
<!--移动端的导航-->
<div class="m_nav">
<div class="top clearfix">
<img src="../images/closed.png" alt="" class="closed" />
</div>
<div class="logo">
<img src="../images/logo1.png" alt="" />
</div>
<ul class="ul" data-in="fadeInDown" data-out="fadeOutUp">
<li class="active">
2 years ago
<a href="/index.html">首页</a>
2 years ago
</li>
<li class="dropdown">
<a href="javascript:void(0)">
关于我们
</a>
<div class="dropdown_menu">
2 years ago
<a href="/about/about01.html">集团介绍</a>
<a href="/about/about02.html">董事长致辞</a>
<a href="/about/about03.html">核心能力</a>
<a href="/about/about04.html">企业文化</a>
2 years ago
<a href="/about/about05.html">组织架构</a>
2 years ago
<a href="/about/about06.html">合作伙伴</a>
<a href="/about/about07.html">联系我们</a>
2 years ago
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)">业务版图</a>
<div class="dropdown_menu">
2 years ago
<a href="/service/service01.html">基金集群</a>
<a href="/service/service11.html">产业地图</a>
<a href="/service/service03.html">投贷联动</a>
2 years ago
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)">新闻中心</a>
<div class="dropdown_menu">
2 years ago
<a href="/news/news01.html">集团要闻</a>
2 years ago
<a href="/news/news02.html">企业动态</a>
2 years ago
<a href="/news/news03.html">媒体聚焦</a>
2 years ago
</div>
</li>
<li>
2 years ago
<a href="/work/work.html">党建工作</a>
2 years ago
</li>
<li class="dropdown">
<a href="javascript:void(0)">人才发展</a>
<div class="dropdown_menu">
2 years ago
<a href="/talent/talent01.html">人才理念</a>
<a href="/talent/talent02.html">人才招聘</a>
2 years ago
</div>
</li>
<li>
2 years ago
<a href="/form/form.html">投资申请</a>
2 years ago
</li>
</ul>
</div>