diff --git a/about.html b/about.html index d2b17bb..297292e 100644 --- a/about.html +++ b/about.html @@ -201,7 +201,7 @@
  • 联系我们
  • -
  • 链接720云
  • +
  • 公司全景
  • 语言 diff --git a/case-detail.html b/case-detail.html new file mode 100644 index 0000000..6fed549 --- /dev/null +++ b/case-detail.html @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + + + 客户案例-河南华泰集团 + + + + + + + + + + + + +
    +
    + +

    + 河南华泰集团 +

    +
    股票代码:837819
    + + +
    + 语言 + 语言 + 更多 +
    + + + +
    + + + +
    +
    +
    + +
    首页/客户案例/油料预浸
    +
    +
    +

    新疆金兰植物蛋白有限公司300吨棉籽脱酚蛋白项目

    +
    +

    新疆金兰植物蛋白有限公司隶属于奎屯-独山子经济技术开发区新疆润盛投资发展有限公司。公司成立于2009年,注册资本5850方元,属新疆农业产业化兵团龙头企业,先后获得国家知识产权局颁发的9项实用新型专利。公司拥有石河子、库车、奎屯三年棉籽蛋白加工产业园,年设计加工能力35万吨,年生产脱酚浓缩棉籽蛋白12万吨,年实现工业总产值约6亿元。

    +
    +
    + +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    相关案例更多案例
    + +
    + + + + + + \ No newline at end of file diff --git a/case.html b/case.html index b021d8e..bc49d3a 100644 --- a/case.html +++ b/case.html @@ -1,9 +1,423 @@ - - - - - - - - + + + + + + + + + + + + + + + + 客户案例-河南华泰集团 + + + + + + + + + + + + +
    +
    + +

    + 河南华泰集团 +

    +
    股票代码:837819
    + + +
    + 语言 + 语言 + 更多 +
    + + + +
    + + + +
    +
    +
    + +
    + +
    +

    客户案例

    +

    匠心打造高品质解决方案,成就客户,共创美好

    + 首页 / 客户案例 /油料预浸 +
    +
    +
    +
    +
    +
    + 油料预浸 + +
    +
    + 油脂精炼 + +
    + +
    + 固态发酵 + +
    +
    + 仓储物流 + +
    +
    + 节能蒸发 + +
    + +
    +
    +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + 上一页 + 1 + 2 + 3 + 4 + 5 + 6 + ... + 12 + 下一页 +
    +
    + + + + + diff --git a/css/style.css b/css/style.css index cdb0035..2bf380f 100644 --- a/css/style.css +++ b/css/style.css @@ -1699,7 +1699,7 @@ opacity: .7; } .solution-detail{ - padding: 50px 40px 0; + padding: 48px 40px 0; } .solution-detail h1{ font-size: 26px; @@ -1752,32 +1752,628 @@ } +/* 相关方案 */ +.relevant-case{ + background-color: #FFFFFF; + padding: 16px 40px; + margin: 20px auto 40px; +} +.case-title{ + display: flex; + justify-content: space-between; + align-items: center; + height: 60px; + border-bottom: 1px solid #ebebeb; +} +.case-title>strong{ + font-size: 20px; + line-height: 3; + color: #003585; + border-bottom: 2px solid #003585; +} +.case-title>a{ + font-size: 15px; + line-height: 2; + color: #b2b2b2; +} +.relevant-case-list{ + display: flex; + justify-content: space-between; + flex-wrap: wrap; + width: 100%; + margin: 18px 0 5px; +} +.relevant-case-list li{ + display: flex; + justify-content: space-between; + align-items: center; + width: calc(50% - 44px); +} +.relevant-case-list li>em{ + width: 5px; + height: 5px; + border-radius: 100%; + background-color: #003585; +} +.relevant-case-list li>a{ + width: calc(100% - 11px); + font-size: 16px; + line-height: 2.5; + color: #000; + transition: all .8s; +} +.relevant-case-list li:hover>a{ + color: #003585; + transition: all .8s; +} + +/* 客户案例 */ +.pull-nav-other{ + padding: 0; +} +.pull-nav-bg{ + width: 100%; + padding: 0 56px; + position: relative; +} +.pull-nav-swiper{ + width: 100%; + height: 81px; + overflow: hidden; + position: relative; +} +..pull-nav-swiper .swiper-wrapper{ + justify-content: flex-start; +} +.pull-nav-swiper .swiper-slide{ + display: flex; + align-items: center; + width: auto; +} +.pull-nav-swiper .swiper-slide>a{ + margin: 0 30px; + font-size: 18px; + line-height: 78px; +} +.pull-nav-swiper .swiper-slide>ins{ + width: 1px; + height: 19px; + background-color: #d7d7d7; +} +.pull-nav-swiper .swiper-slide>a.active{ + color: #003585; + font-weight: bold; + border-bottom: 2px solid #003585; +} +.pull-nav-swiper .swiper-slide:last-of-type>ins{ + display: none; +} + +.pull-nav-bg .swiper-button-prev{ + width: 56px; + height: 80px; + background-color: #ececec; + background-image: url(../images/icon/icon-nav-left.png); + background-repeat: no-repeat; + background-size: 12px 21px; + background-position: center; + position: absolute; + left: 0; + top: 0; + margin: 0; +} +.pull-nav-bg .swiper-button-next{ + width: 56px; + height: 80px; + background-color: #ececec; + background-image: url(../images/icon/icon-nav-right.png); + background-repeat: no-repeat; + background-size: 12px 21px; + background-position: center; + position: absolute; + right: 0; + top: 0; + margin: 0; +} + + + +.case{ + background-color: #FFFFFF; + padding: 0 40px 36px; +} +.case-list{ + display: flex; + flex-wrap: wrap; + width: 100%; +} +.case-list>li{ + width: calc(33.3% - 24px); + margin: 36px 36px 0 0; + background-color: #f4f4f4; + padding-bottom: 20px; +} +.case-list>li:nth-of-type(3n){ + margin-right: 0; +} +.case-list>li span{ + display: block; + width: 100%; + height: 270px; + overflow: hidden; +} +.case-list>li span img{ + width: 100%; + min-height: 270px; + transition: all .8s; +} +.case-list>li h3{ + font-size: 22px; + line-height: 1.5; + color: #000000; + margin-top: 15px; + padding: 0 20px; + transition: all .8s; +} +.case-list>li p{ + font-size: 14px; + line-height: 1.8; + margin-top: 6px; + padding: 0 20px; + opacity: .7; +} +.case-list>li:hover img{ + transform: scale(1.2); + transition: all .8s; +} +.case-list>li:hover h3{ + color: #003585; +} + +/* 案例文章页 */ +.case-detail{ + padding: 48px 40px; +} +.case-detail h1{ + font-size: 26px; + line-height: 1.4; + margin-bottom: 18px; + color: #000000; +} +.case-detail .detail-txt{ + border: 0; +} +.detail-swiper-bg{ + display: flex; + justify-content: center; + margin-top: 30px; + width: 100%; +} +.case-swiper{ + width: 836px; + height: 560px; + position: relative; + overflow: hidden; +} +.case-swiper .swiper-slide{ + position: relative; +} +.case-swiper .swiper-slide img{ + width: 100%; +} +.case-thumbnail-bg{ + width: 176px; + height: 560px; + margin-left: 10px; + position: relative; + overflow-y: auto; +} +.case-thumbnail-swiper{ + width: 100%; + height: 508px; + overflow: hidden; +} +.case-thumbnail-swiper .swiper-slide{ + width: 100%; + margin-bottom: 10px; + height: 118px !important; + overflow: hidden; +} +.case-thumbnail-swiper .swiper-slide span{ + display: block; + overflow: hidden; +} +.case-thumbnail-swiper .swiper-slide img{ + width: 100%; + height: 100%; +} +.case-thumbnail-swiper .swiper-slide-thumb-active{ + padding: 2px; + border: 2px solid #003585; +} + +.case-thumbnail-swiper .swiper-slide-thumb-active span{ + display: block; + width: 100%; + height: 100%; + overflow: hidden; +} +.case-thumbnail-bg .swiper-button-prev, +.case-thumbnail-bg .swiper-button-next{ + width: 88px; + height: 44px; + background-color: #ececec; + background-image: url(../images/icon/icon-nav-up.png); + background-size: 21px 12px; + background-repeat: no-repeat; + background-position: center; + top: auto; + left: 0; + bottom: 0; +} +.case-thumbnail-bg .swiper-button-next{ + background-image: url(../images/icon/icon-nav-down.png); + left: auto; + right: 0; +} + +.case-list-other{ + margin: -12px 0 24px; +} + +/* 产品中心 */ +.product{ + background-color: #FFFFFF; + padding: 0 36px 36px; +} +.product-list{ + display: flex; + align-items: center; + flex-wrap: wrap; +} +.product-list li{ + width: calc(33.3% - 24px); + padding: 20px; + background-color: #f4f4f4; + margin: 36px 36px 0 0; +} +.product-list li:nth-of-type(3n){ + margin-right: 0; +} +.product-list li>a{ + display: block; + padding-top: 16px; + background-image: url(../images/icon/icon-arrow-01.png); + background-size: 17px 16px; + background-repeat: no-repeat; + background-position: left top: ; + position: all .8s; +} +.product-list li h2{ + font-size: 22px; + color: #000; + line-height: 1.5; + font-weight: normal; + margin: 20px 0 10px; + transition: all .8s; +} +.product-list li p{ + font-size: 14px; + line-height: 1.8; + color: #000; + text-align: justify; + opacity: .85; + transition: all .8s; +} +.product-list li:hover>a{ + background-image: url(../images/icon/icon-arrow-02.png); + position: all .8s; +} +.product-list li:hover h2, +.product-list li:hover p{ + color: #003585; + opacity: 1; + transition: all .8s; +} + + +/* 产品中心文章页 */ +.product-detail{ + display: flex; + justify-content: space-between; + background-color: #FFFFFF; + padding: 40px; +} +.product-swiper-bg{ + width: calc(50% - 20px); +} + +.product-swiper{ + width: 100%; + height: 416px; + margin-bottom: 5px; + overflow: hidden; +} +.product-swiper .swiper-slide, +.product-swiper .swiper-slide img{ + width: 100%; +} + +.product-thumbnail-bg{ + width: 100%; + height: 70px; + padding: 0 40px; + position: relative; +} +.product-thumbnail-swiper{ + width: 100%; + height: 70px; + overflow: hidden; +} +.product-thumbnail-swiper .swiper-slide-thumb-active{ + padding: 1px; + border: 1px solid #003585; +} + +.product-thumbnail-swiper .swiper-slide-thumb-active span{ + display: block; + width: 100%; + height: 100%; + overflow: hidden; +} + +.product-thumbnail-swiper .swiper-slide img{ + width: 100%; + min-height: 70px; +} + +.product-thumbnail-bg .swiper-button-prev, +.product-thumbnail-bg .swiper-button-next{ + width: 40px; + height: 70px; + background-color: #ececec; + background-image: url(../images/icon/icon-nav-left.png); + background-size: 12px 21px; + background-repeat: no-repeat; + background-position: center; + top: auto; + left: 0; + bottom: 0; +} +.product-thumbnail-bg .swiper-button-next{ + background-image: url(../images/icon/icon-nav-right.png); + left: auto; + right: 0; +} +.product-txt{ + width: calc(50% - 20px); + padding: 10px 0; +} +.product-txt>h1{ + font-size: 26px; + line-height: 1.5; + color: #000; +} +.product-txt>p{ + font-size: 15px; + line-height: 2; + color: #000; + text-align: justify; + opacity: .8; + padding: 15px 0 20px; + border-bottom: 1px solid #ebebeb; +} +.product-contact{ + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 25px; +} +.product-contact>p{ + display: flex; + align-items: center; + width: 50%; +} +.product-contact>p:first-child img{ + height: 70px; + margin-right: 10px; +} +.product-contact>p:last-child img{ + height: 52px; + margin-right: 10px; +} +.product-contact>p a>strong{ + display: block; + font-size: 24px; + line-height: 1.5; + color: #000; +} +.product-contact>p a>em{ + display: block; + font-size: 15px; + line-height: 1.5; + color: #000; + opacity: .8; + text-align: center; +} +.product-content{ + background-color: #FFFFFF; + padding: 0 40px 36px; + margin-top: 20px; +} +.product-btns{ + justify-content: flex-start; +} +.product-btns>span{ + font-size: 20px; + line-height: 3; + border-bottom: 2px solid rgba(255,255,255,0); + margin-right: 65px; + cursor: pointer; +} +.product-btns>span:last-child{ + margin-right: 0; +} +.product-btns>span.active{ + color: #003585; + border-bottom: 2px solid #003585; + font-weight: bold; +} +.body-txt{ + margin-top: 10px; +} +.body-txt>.txt-item{ + display: none; +} +.body-txt p{ + font-size: 15px; + line-height: 2; + text-align: justify; + color: #000; + opacity: .8; +} +.body-txt .img{ + display: flex; + justify-content: space-between; + margin: 15px 0; +} +.body-txt .img img{ + width: calc(50% - 10px); +} +/* 服务与支持 */ +.service-bg{ + background-color: #FFFFFF; + padding: 40px; + margin-bottom: 40px; +} +.service-list li{ + display: flex; + justify-content: space-between; + align-items: center; + cursor: pointer; +} +.service-list li:nth-of-type(odd){ + flex-direction:row-reverse +} +.service-list li>div{ + width: 50%; +} +.service-list li .img{ + overflow: hidden; +} +.service-list li img{ + width: 100%; + min-height: 327px; + transition: all .8s; +} +.service-list li .txt{ + padding: 0 35px; +} +.service-list li .txt h2{ + font-size: 28px; + line-height: 1.5; + color: #000; + margin-bottom: 10px; + font-weight: normal; + transition: all .8s; +} +.service-list li .txt p{ + font-size: 15px; + line-height: 1.7; + text-align: justify; + color: #000; + opacity: .8; + transition: all .8s; +} +.service-list li:hover img{ + transform: scale(1.2); + transition: all .8s; +} +.service-list li:hover .txt h2, +.service-list li:hover .txt p{ + color: #003585; + transition: all .8s; +} +/* 下载中心 */ +.service-dwon-bg{ + background-color: #FFFFFF; + padding: 11px 40px 35px; +} +.service-dwon-list{ + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; +} +.service-dwon-list li{ + display: flex; + justify-content: space-between; + align-items: flex-end; + width: calc(50% - 12px); + padding: 20px 25px; + background-color: #f3f3f3; + margin-top: 24px; + cursor: pointer; +} +.down-txt{ + width: calc(100% - 90px) +} +.down-txt h2{ + font-size: 18px; + line-height: 1.5; + font-weight: normal; + transition: all .8s; +} +.down-txt p{ + font-size: 14px; + line-height: 1.8; + opacity: .8; + margin-top: 8px; +} +.down-txt p>span{ + margin-right: 15px; +} +.service-dwon-list li>a{ + display: flex; + justify-content: space-between; + align-items: center; + width: 80px; + font-size: 14px; + line-height: 1.8; + color: #0094da; + transition: all .8s; +} +.service-dwon-list li>a em{ + width: 11px; + height: 13px; + background-image: url(../images/icon/icon-down.png); + background-size: 11px 13px; + transition: all .8s; +} - - - - - - - - - - - - - - - +.service-dwon-list li:hover h2{ + color: #003585; + opacity: 1; + transition: all .8s; +} +.service-dwon-list li:hover>a{ + color: #003585; + transition: all .8s; +} +.service-dwon-list li:hover>a em{ + background-image: url(../images/icon/icon-down-01.png); + transition: all .8s; +} /* 动画 */ diff --git a/images/banner/banner-case.jpg b/images/banner/banner-case.jpg new file mode 100644 index 0000000..d9dfc98 Binary files /dev/null and b/images/banner/banner-case.jpg differ diff --git a/images/banner/banner-product.jpg b/images/banner/banner-product.jpg new file mode 100644 index 0000000..795b932 Binary files /dev/null and b/images/banner/banner-product.jpg differ diff --git a/images/banner/banner-service.jpg b/images/banner/banner-service.jpg new file mode 100644 index 0000000..b7ca009 Binary files /dev/null and b/images/banner/banner-service.jpg differ diff --git a/images/case-detail.jpg b/images/case-detail.jpg new file mode 100644 index 0000000..4d3e0ba Binary files /dev/null and b/images/case-detail.jpg differ diff --git a/images/case-detail2.jpg b/images/case-detail2.jpg new file mode 100644 index 0000000..cd18f23 Binary files /dev/null and b/images/case-detail2.jpg differ diff --git a/images/case01.jpg b/images/case01.jpg new file mode 100644 index 0000000..ce8e895 Binary files /dev/null and b/images/case01.jpg differ diff --git a/images/case02.jpg b/images/case02.jpg new file mode 100644 index 0000000..a2d9151 Binary files /dev/null and b/images/case02.jpg differ diff --git a/images/case03.jpg b/images/case03.jpg new file mode 100644 index 0000000..cb1f7b2 Binary files /dev/null and b/images/case03.jpg differ diff --git a/images/icon/icon-arrow-01.png b/images/icon/icon-arrow-01.png new file mode 100644 index 0000000..2b410cd Binary files /dev/null and b/images/icon/icon-arrow-01.png differ diff --git a/images/icon/icon-arrow-02.png b/images/icon/icon-arrow-02.png new file mode 100644 index 0000000..001e501 Binary files /dev/null and b/images/icon/icon-arrow-02.png differ diff --git a/images/icon/icon-down-01.png b/images/icon/icon-down-01.png new file mode 100644 index 0000000..70c6257 Binary files /dev/null and b/images/icon/icon-down-01.png differ diff --git a/images/icon/icon-down.png b/images/icon/icon-down.png new file mode 100644 index 0000000..9fee182 Binary files /dev/null and b/images/icon/icon-down.png differ diff --git a/images/icon/icon-ewm.png b/images/icon/icon-ewm.png new file mode 100644 index 0000000..d60d84a Binary files /dev/null and b/images/icon/icon-ewm.png differ diff --git a/images/icon/icon-nav-down.png b/images/icon/icon-nav-down.png new file mode 100644 index 0000000..4567abf Binary files /dev/null and b/images/icon/icon-nav-down.png differ diff --git a/images/icon/icon-nav-left.png b/images/icon/icon-nav-left.png new file mode 100644 index 0000000..6fa2341 Binary files /dev/null and b/images/icon/icon-nav-left.png differ diff --git a/images/icon/icon-nav-right.png b/images/icon/icon-nav-right.png new file mode 100644 index 0000000..dffa59b Binary files /dev/null and b/images/icon/icon-nav-right.png differ diff --git a/images/icon/icon-nav-up.png b/images/icon/icon-nav-up.png new file mode 100644 index 0000000..8d37b53 Binary files /dev/null and b/images/icon/icon-nav-up.png differ diff --git a/images/icon/icon-qq.png b/images/icon/icon-qq.png new file mode 100644 index 0000000..36cc3f3 Binary files /dev/null and b/images/icon/icon-qq.png differ diff --git a/images/product-detail-02.jpg b/images/product-detail-02.jpg new file mode 100644 index 0000000..d7ff58c Binary files /dev/null and b/images/product-detail-02.jpg differ diff --git a/images/product-detail.jpg b/images/product-detail.jpg new file mode 100644 index 0000000..ebdcf1d Binary files /dev/null and b/images/product-detail.jpg differ diff --git a/images/service-01.jpg b/images/service-01.jpg new file mode 100644 index 0000000..dd60565 Binary files /dev/null and b/images/service-01.jpg differ diff --git a/images/service-02.jpg b/images/service-02.jpg new file mode 100644 index 0000000..7f1165d Binary files /dev/null and b/images/service-02.jpg differ diff --git a/images/service-03.jpg b/images/service-03.jpg new file mode 100644 index 0000000..9013286 Binary files /dev/null and b/images/service-03.jpg differ diff --git a/images/service-04.jpg b/images/service-04.jpg new file mode 100644 index 0000000..1e7c1a8 Binary files /dev/null and b/images/service-04.jpg differ diff --git a/images/service-05.jpg b/images/service-05.jpg new file mode 100644 index 0000000..1d71fdb Binary files /dev/null and b/images/service-05.jpg differ diff --git a/images/service-06.jpg b/images/service-06.jpg new file mode 100644 index 0000000..f1d178e Binary files /dev/null and b/images/service-06.jpg differ diff --git a/images/service-07.jpg b/images/service-07.jpg new file mode 100644 index 0000000..64f5800 Binary files /dev/null and b/images/service-07.jpg differ diff --git a/images/service-08.jpg b/images/service-08.jpg new file mode 100644 index 0000000..12dafb0 Binary files /dev/null and b/images/service-08.jpg differ diff --git a/index.html b/index.html index 128f5c7..7ef0458 100644 --- a/index.html +++ b/index.html @@ -201,7 +201,7 @@
  • 联系我们
  • -
  • 链接720云
  • +
  • 公司全景
  • 语言 diff --git a/product-detail.html b/product-detail.html new file mode 100644 index 0000000..9f44714 --- /dev/null +++ b/product-detail.html @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + + + 产品中心-河南华泰集团 + + + + + + + + + + + + +
    +
    + +

    + 河南华泰集团 +

    +
    股票代码:837819
    + + +
    + 语言 + 语言 + 更多 +
    + + + +
    + + + +
    +
    +
    + +
    首页/客户案例/油料预浸
    +
    +
    +
    + +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    +

    YPSG系列双对齿辑剥壳机

    +

    针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,也可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。

    + +
    +
    +
    +
    +
    客户价值主要参数
    +
    +
    +

    针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,也可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。

    +

    + + +

    +

    针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,也可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。

    +
    +

    针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,也可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。

    +
    +
    +

    针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,也可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。

    +

    + + +

    +

    针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,也可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。

    +
    +

    针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。针型冲击磨是一种高效率的现代化细磨设备,广泛应用于玉米、薯类、豌豆等淀粉加工行业,也可用于淀粉、米粉等干物料的细磨加工,是淀粉和食品等行业细磨加工的理想设备。它能够简化淀粉生产流程,提高淀粉得率,具有显著的经济效益。

    +
    +
    +
    +
    +
    相关产品更多产品
    + +
    + + + + + + \ No newline at end of file diff --git a/product.html b/product.html index b021d8e..86d69b4 100644 --- a/product.html +++ b/product.html @@ -1,9 +1,411 @@ - - - - - - - - - + + + + + + + + + + + + + + + + 产品中心-河南华泰集团 + + + + + + + + + + + + +
    +
    + +

    + 河南华泰集团 +

    +
    股票代码:837819
    + + +
    + 语言 + 语言 + 更多 +
    + + + +
    + + + +
    +
    +
    + +
    + +
    +

    产品中心

    +

    匠心打造高品质解决方案,成就客户,共创美好

    + 首页 / 客户案例 / 产品中心 / 油脂及深加工 +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + 上一页 + 1 + 2 + 3 + 4 + 5 + 6 + ... + 12 + 下一页 +
    +
    + + + + + + \ No newline at end of file diff --git a/service-dwon.html b/service-dwon.html new file mode 100644 index 0000000..7a587f4 --- /dev/null +++ b/service-dwon.html @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + 下载中心-河南华泰集团 + + + + + + + + + + + + +
    +
    + +

    + 河南华泰集团 +

    +
    股票代码:837819
    + + +
    + 语言 + 语言 + 更多 +
    + + + +
    + + + +
    +
    +
    + +
    + +
    +

    服务与支持

    +

    匠心打造高品质解决方案,成就客户,共创美好

    + 首页 / 服务与支持 / 服务范围 +
    + +
    + +
    + + +
    + +
    +
    + 上一页 + 1 + 2 + 3 + 4 + 5 + 6 + ... + 12 + 下一页 +
    +
    + + + + + \ No newline at end of file diff --git a/service.html b/service.html index b021d8e..8e23977 100644 --- a/service.html +++ b/service.html @@ -1,9 +1,379 @@ - - - - - - - - - + + + + + + + + + + + + + + + + 服务范围-河南华泰集团 + + + + + + + + + + + + +
    +
    + +

    + 河南华泰集团 +

    +
    股票代码:837819
    + + +
    + 语言 + 语言 + 更多 +
    + + + +
    + + + +
    +
    +
    + +
    + +
    +

    服务与支持

    +

    匠心打造高品质解决方案,成就客户,共创美好

    + 首页 / 服务与支持 / 服务范围 +
    + +
    + +
    + +
    + + + + + \ No newline at end of file diff --git a/solution-detail.html b/solution-detail.html index 700b748..d98159b 100644 --- a/solution-detail.html +++ b/solution-detail.html @@ -201,7 +201,7 @@
  • 联系我们
  • -
  • 链接720云
  • +
  • 公司全景
  • 语言 @@ -245,13 +245,20 @@
    -
    -
    相关方案更多方案
    -
  • 联系我们
  • -
  • 链接720云
  • +
  • 公司全景
  • 语言 @@ -253,10 +253,10 @@