diff --git a/about/about01.html b/about/about01.html index 46c8704..015af55 100644 --- a/about/about01.html +++ b/about/about01.html @@ -195,6 +195,7 @@ diff --git a/about/about02.html b/about/about02.html index 61a30c5..29021b9 100644 --- a/about/about02.html +++ b/about/about02.html @@ -114,7 +114,7 @@ diff --git a/about/about03.html b/about/about03.html index 04a4b22..e3309ac 100644 --- a/about/about03.html +++ b/about/about03.html @@ -24,124 +24,7 @@ - -
-
-
- - -
- - - - -
-
- - +
@@ -383,6 +266,7 @@ diff --git a/about/about04.html b/about/about04.html index 061d5cc..13e2204 100644 --- a/about/about04.html +++ b/about/about04.html @@ -150,7 +150,7 @@ diff --git a/about/about05.html b/about/about05.html index df08cd3..b497b30 100644 --- a/about/about05.html +++ b/about/about05.html @@ -115,7 +115,7 @@ diff --git a/about/about06.html b/about/about06.html index 89d5cf5..f819443 100644 --- a/about/about06.html +++ b/about/about06.html @@ -145,7 +145,7 @@ diff --git a/about/about07.html b/about/about07.html index c0cd548..3c0cf43 100644 --- a/about/about07.html +++ b/about/about07.html @@ -142,7 +142,7 @@ diff --git a/images/NEW.png b/images/NEW.png new file mode 100644 index 0000000..4944cd8 Binary files /dev/null and b/images/NEW.png differ diff --git a/images/arrow.png b/images/arrow.png new file mode 100644 index 0000000..576735a Binary files /dev/null and b/images/arrow.png differ diff --git a/images/业务版图-banner@2x.png b/images/yewubanner.png similarity index 100% rename from images/业务版图-banner@2x.png rename to images/yewubanner.png diff --git a/index.html b/index.html index 2271336..c59f715 100644 --- a/index.html +++ b/index.html @@ -20,14 +20,16 @@ - - + - +
@@ -219,7 +221,7 @@
-
+
电子信息
@@ -230,7 +232,7 @@
-
+

电子信息

@@ -274,7 +276,7 @@

最新动态

NEWS
INFORMATION

- +
@@ -286,6 +288,10 @@
- +
@@ -308,10 +315,13 @@

为进一步增强公司全体党员干部增强党纪法规意识,树牢对法律的敬畏之心,结合当前正在深入开展的

2021-4-26
- + 查看详情
- +
+
+
+
@@ -320,6 +330,7 @@

为进一步增强公司全体党员干部增强党纪法规意识,树牢对法律的敬畏之心,结合当前正在深入开展的

2021-4-26
+ 查看详情
@@ -333,7 +344,7 @@
-
+

上市企业

LISTED
ENTERPRISE

@@ -341,10 +352,71 @@
-
+
+
  • @@ -374,6 +446,8 @@
+ +
@@ -469,8 +543,10 @@ + + diff --git a/js/about03.js b/js/about03.js index 61ed429..d54b701 100644 --- a/js/about03.js +++ b/js/about03.js @@ -1,11 +1,12 @@ //banner $(function(){ + var owl = $('.brand__slider'); $('.brand__slider').owlCarousel({ loop:true, margin:30, autoplay:true, - autoplayTimeout:3000, + autoplayTimeout:1000, smartSpeed:500, items:3, navText:['',''], @@ -23,7 +24,17 @@ }, } }); + $('.category__item').on('mouseover',function(){ + owl.trigger('stop.owl.autoplay') + }) + $('.category__item').on('mouseleave',function(){ + owl.trigger('play.owl.autoplay',[1000]) + }) + $('#header').load('../public/header1.html') + setTimeout(function(){ + $('.header').addClass('on') + },100); //移动端展开nav $('#navToggle').on('click',function(){ $('.m_nav').addClass('open'); diff --git a/js/service12.js b/js/service12.js index 3af51b1..6f76969 100644 --- a/js/service12.js +++ b/js/service12.js @@ -1,6 +1,10 @@ //banner $(function(){ + $('#header').load('../public/header1.html') + setTimeout(function(){ + $('.header').addClass('on') + },100); //移动端展开nav $('#navToggle').on('click',function(){ $('.m_nav').addClass('open'); @@ -18,7 +22,7 @@ //全屏滚动 $('#about_main').fullpage({ 'navigation': true, - scrollBar: true, + scrollBar: false, slidesNavigation: true, css3: true, controlArrows: false, @@ -45,4 +49,8 @@ $(".header").removeClass("animation"); } }) + $('.zhuanbeiItem').on('mouseenter',function(){ + $(this).children('.imgcontent').children('img').addClass('activeimg') + $(this).siblings().children('.imgcontent').children('img').removeClass('activeimg') + }) }) \ No newline at end of file diff --git a/js/work.js b/js/work.js new file mode 100644 index 0000000..9ebcfb0 --- /dev/null +++ b/js/work.js @@ -0,0 +1,6 @@ +$(function(){ + $("#header").load("../public/header1.html",function(){ + $('.header').addClass('on') + }); + // $("#footer").load("../public/footer.html"); + }); \ No newline at end of file diff --git a/news/detail.html b/news/detail.html index 6fc7ee5..8d8b7e8 100644 --- a/news/detail.html +++ b/news/detail.html @@ -75,7 +75,7 @@ diff --git a/news/news01.html b/news/news01.html index e1c21e8..e6221dc 100644 --- a/news/news01.html +++ b/news/news01.html @@ -149,7 +149,7 @@ diff --git a/news/news03.html b/news/news03.html index 08891f4..6897775 100644 --- a/news/news03.html +++ b/news/news03.html @@ -163,7 +163,7 @@ diff --git a/service/service01.html b/service/service01.html index 4cb70d3..5b3fc25 100644 --- a/service/service01.html +++ b/service/service01.html @@ -71,7 +71,7 @@ diff --git a/service/service03.html b/service/service03.html index f361ff9..718e8d6 100644 --- a/service/service03.html +++ b/service/service03.html @@ -78,7 +78,7 @@ diff --git a/service/service11.html b/service/service11.html index 8c9f64f..fe45bc6 100644 --- a/service/service11.html +++ b/service/service11.html @@ -86,7 +86,7 @@ diff --git a/service/service12.html b/service/service12.html index 07c171c..33616fc 100644 --- a/service/service12.html +++ b/service/service12.html @@ -9,38 +9,19 @@ - - - + + + - + - - - + + - - - + -
-
- - -
- -
-
-
-
-

产业地图

-

INDUSTRIAL MAP

-
-
- - + - @@ -243,17 +137,16 @@
ELECTRONIC INFORMATION
-
-
-

科研机构

-

电子元器件
与专用材料

-

计算机与智能
消费设备制造

-

新型显示

-

集成电路

-

人工智能

-
+ +

科研机构

+

电子元器件
与专用材料

+

计算机与智能
消费设备制造

+

新型显示

+

集成电路

+

人工智能

+
@@ -266,171 +159,177 @@ -
-
-
-
- -

装备制造

-

EQUIPMENT MANUFACTURING

-
-
-
- -
-

高端装备

-
    -
  • 高档数控机床
  • -
  • 增材制造装备
  • -
  • 智能机器人
  • -
  • 轨道交通装备
  • -
  • 特色专用装备
  • -
-
-
-
- -
-

汽车及零部件

-
    -
  • 整车
  • -
  • 传统汽车零部件
  • -
  • 新能源汽车零部件
  • -
  • 汽车电子
  • -
  • 智能网联汽车
  • -
  • 燃料电池汽车
  • -
-
-
-
- -
-

新能源

-
    -
  • 光伏
  • -
  • 风电
  • -
  • 氢能
  • -
  • 智能电网
  • -
  • 动力电池
  • -
-
-
-
- -
-

航空航天

-
    -
  • 大飞机
  • -
  • 航天
  • -
  • 通用航空
  • -
  • 航空功能服务
  • -
-
-
-
- +
+
+
+
+
装备制造
+
EQUIPMENT MANUFACTURING
-
-
+
+
+
+
+ +
+ +
+

高端装备

+
    +
  • 高档数控机床
  • +
  • 增材制造装备
  • +
  • 智能机器人
  • +
  • 轨道交通装备
  • +
  • 特色专用装备
  • +
+
+
+
+
+ +
+
+

汽车及零部件

+
    +
  • 整车
  • +
  • 传统汽车零部件
  • +
  • 新能源汽车零部件
  • +
  • 汽车电子
  • +
  • 智能网联汽车
  • +
  • 燃料电池汽车
  • +
+
+
+
+
+ - -
-
-
-
- -

生物医药

-

BIOMEDICINE

-
-
- +
+
+

新能源

+
    +
  • 光伏
  • +
  • 风电
  • +
  • 氢能
  • +
  • 智能电网
  • +
  • 动力电池
  • +
+
+
+
+
+ + +
+
+

航空航天

+
    +
  • 大飞机
  • +
  • 航天
  • +
  • 通用航空
  • +
  • 航空功能服务
  • +
+
+
-
+
+
+ + + +
+
+
+
生物医药
+
BIOMEDICINE
+
+
+ +
-
+
+
+
+
先进材料
+
ADVANCED MATERIALS
+
-
-
- -

先进材料

-

ADVANCED MATERIALS

-
-
-
-
- -
- -

先进石化
化工新材料

-
-
-
- -
- -

先进无机
非金属材料

-
-
-
- -
- -

高性能纤维
及制品和
复合材料

-
-
-
- -
- -

前沿新材料

-
-
-
- -
- -

先进钢铁材料

-
-
-
- -
- -

先进有色
金属材料

-
-
+
+
+
+ +
+ +

先进石化
化工新材料

+
+
+
+ +
+ +

先进无机
非金属材料

+
+
+
+ +
+ +

高性能纤维
及制品和
复合材料

+
+
+
+ +
+ +

前沿新材料

-
-
-
+
+
+ +
+ +

先进钢铁材料

+
+
+
+ +
+ +

先进有色
金属材料

+
+
+
-
+
- + + - + diff --git a/service/service13.html b/service/service13.html index f0804b7..394d6aa 100644 --- a/service/service13.html +++ b/service/service13.html @@ -137,7 +137,7 @@ diff --git a/service/service14.html b/service/service14.html index 9bab0be..2b53c13 100644 --- a/service/service14.html +++ b/service/service14.html @@ -162,7 +162,7 @@ diff --git a/talent/talent01.html b/talent/talent01.html index b287e95..a65c37d 100644 --- a/talent/talent01.html +++ b/talent/talent01.html @@ -81,7 +81,7 @@ diff --git a/talent/talent02.html b/talent/talent02.html index 0edcf65..4af788c 100644 --- a/talent/talent02.html +++ b/talent/talent02.html @@ -106,7 +106,7 @@ diff --git a/test.html b/test.html index a6df2e0..e632fb8 100644 --- a/test.html +++ b/test.html @@ -8,7 +8,48 @@ @@ -24,7 +65,7 @@
  • - +
    diff --git a/work/detail.html b/work/detail.html index 6f43be6..2b103ff 100644 --- a/work/detail.html +++ b/work/detail.html @@ -69,7 +69,7 @@ diff --git a/work/work.html b/work/work.html index 25fdab0..e5534b7 100644 --- a/work/work.html +++ b/work/work.html @@ -9,18 +9,14 @@ - - - + + - - - - - + @@ -28,78 +24,82 @@ -
    -
    -
    -
    -

    党建工作

    -

    PARTY BUILDING

    +
    + +
    +
    党建工作
    +
    PARTY BUILDING
    +
    +
    +
    +
    +
    + +
    +
    +
    + 苏创投党委组织全系统深入学习贯彻党的二十大精神 + +
    + 2022-09-22 +
    +

    10月16日,中国共产党第二十次全国代表大会在北京人民大会堂隆重开幕。苏创投迅速掀起了学习贯彻党的二十大精神热潮。习近平总书记的报告高屋建瓴、思想深邃,字字铿锵、催人奋进,是我们党团结带领全国各族人民在新时代新征程坚持和发展中国特色社会主义的政治宣言和行动纲领。 + 党的二十大报告在公司党员干部、团员青年中引发热烈反响,公司上下广大党员干部采取多种形式认真聆听学习了习近平总书记所作的报告,深受鼓舞,倍感振奋,畅谈心得体会。

    +
    + 了解更多 +
    - -
    - - - -
    -
    -
    -
    -
      - -
    • - -
      - 江苏省财政厅相关领导莅临苏创投调研指导 -

      2022-09-22

      -

      10月16日,中国共产党第二十次全国代表大会在北京人民大会堂隆重开幕。苏创投迅速掀起了学习贯彻党的二十大精神热潮。习近平总书记的报告高屋建瓴、思想深邃,字字铿锵、催人奋进,是我们党团结带领全国各族人民在新时代新征程坚持和发展中国特色社会主义的政治宣言和行动纲领。党的二十大报告在公司党员干部、团员青年中引发热烈反响,公司上下广大党员干部采取多种形式认真聆听学习了习近平总书记所作的报告,深受鼓舞,倍感振奋,畅谈心得体会。

      - 了解更多 > -
      -
    • - -
    - -
    - -
    -
      - -
    • -
      -
      - 苏州大数据集团莅临苏创投洽谈交流 - 置顶 -

      2022-09-22

      -

      近日,苏州大数据集团董事长徐健一行莅临苏创投集团洽谈交流合作,苏创投党委副书记、总裁闵文军率相关负责同志参加会议。 徐健董事长

      -
      -
    • -
    • -
      -
      - 苏创投旗下天使母基金首次以数字... -

      2022-09-22

      -

      9月20日,苏创投旗下天使母基金联合农业银行首次以数字人民币向子基金--太仓智汇科创基金出资2900万元。这标志着数字人民币在苏创投集团的首次应用实践。苏州市委书记曹路宝19日在“第二届长三角数字金融产业创新周开幕式暨苏州市金融支持产业创新集群发展大会”上表示,苏州将加快全市推广数字人民币试点,积极在C端、B端、G端搭建更多应用场景,加快形成产业化优势;持续招引优质资源,推动数字人民币产业链纵向延伸和横向拓展,将试点优势转化为数字金融产业... 新集群发展优势。本次苏州天使母基金以数字人民币对子基金进行投资,是数字人民币助力天使基金发展的重要探索,也是数字人民币在投资领域这一特殊B端搭建应用场景的重要尝试

      -
      -
    • -
    • -
      -
      - 苏创投旗下天使母基金首次以数字... -

      2022-09-22

      -

      9月20日,苏创投旗下天使母基金联合农业银行首次以数字人民币向子基金--太仓智汇科创基金出资2900万元。这标志着数字人民币在苏创投集团的首次应用实践。苏州市委书记曹路宝19日在“第二届长三角数字金融产业创新周开幕式暨苏州市金融支持产业创新集群发展大会”上表示,苏州将加快全市推广数字人民币试点,积极在C端、B端、G端搭建更多应用场景,加快形成产业化优势;持续招引优质资源,推动数字人民币产业链纵向延伸和横向拓展,将试点优势转化为数字金融产业... 新集群发展优势。本次苏州天使母基金以数字人民币对子基金进行投资,是数字人民币助力天使基金发展的重要探索,也是数字人民币在投资领域这一特殊B端搭建应用场景的重要尝试

      -
      -
    • -
    - -
    - - +
    +
    +
    +
    + +
    +
    +
    江苏省财政厅相关领导莅临苏创投调研指导
    +
    2022-09-22
    +

    10月21日下午,江苏省财政厅基金管理处处长熊洁、副处长张锐一行带队莅临苏创投调研指导。苏州市财政局金融和基金管理处处长程乾、

    +
    +
    置顶
    +
    +
    +
    + +
    +
    +
    江苏省财政厅相关领导莅临苏创投调研指导
    +
    2022-09-22
    +

    10月21日下午,江苏省财政厅基金管理处处长熊洁、副处长张锐一行带队莅临苏创投调研指导。苏州市财政局金融和基金管理处处长程乾、

    +
    +
    +
    +
    + +
    +
    +
    江苏省财政厅相关领导莅临苏创投调研指导
    +
    2022-09-22
    +

    10月21日下午,江苏省财政厅基金管理处处长熊洁、副处长张锐一行带队莅临苏创投调研指导。苏州市财政局金融和基金管理处处长程乾、

    +
    +
    +
    +
    + +
    +
    +
    江苏省财政厅相关领导莅临苏创投调研指导
    +
    2022-09-22
    +

    10月21日下午,江苏省财政厅基金管理处处长熊洁、副处长张锐一行带队莅临苏创投调研指导。苏州市财政局金融和基金管理处处长程乾、

    +
    +
    +
    +
    -
    +
    - -
    + - - - + + + + + +