Browse Source

修改反馈问题

zjm
等你 2 months ago
parent
commit
1dfb749a89

BIN
dev/static/images/index/aboutbg7.png View File


BIN
dev/static/images/index/aboutbgm.png View File


+ 7
- 2
src/pages/common/css/common.less View File

809
                 .footerShow{
809
                 .footerShow{
810
                     display: flex;
810
                     display: flex;
811
                     flex-direction: column;
811
                     flex-direction: column;
812
+                    a{
813
+                        &:hover{
814
+                            color: #000;
815
+                        }
816
+                    }
812
                 }
817
                 }
813
             }
818
             }
814
         }
819
         }
1092
                 margin-right: 0px;
1097
                 margin-right: 0px;
1093
                 text-align: center;
1098
                 text-align: center;
1094
                 .footerLogo{
1099
                 .footerLogo{
1095
-                    width: 175px;
1096
-                    height: 33px;
1100
+                    width: 190px;
1101
+                    height: 40px;
1097
                     margin: 0px auto;
1102
                     margin: 0px auto;
1098
                     background-size: auto 100%;
1103
                     background-size: auto 100%;
1099
                 }
1104
                 }

+ 4
- 4
src/pages/common/tpl/footer.tpl View File

3
         <div class="footerLeft">
3
         <div class="footerLeft">
4
             <div class="footerLogo"></div>
4
             <div class="footerLogo"></div>
5
             <!--<div class="footerLCon1"><div>电话:<span>010-65008562</span></div><div>邮编:<span>100020</span></div></div>-->
5
             <!--<div class="footerLCon1"><div>电话:<span>010-65008562</span></div><div>邮编:<span>100020</span></div></div>-->
6
-            <div class="footerLCon2">地址:<span>北京市朝阳区金东路正大中心北塔28层</span></div>
6
+            <div class="footerLCon2">地址:<span>北京市朝阳区金东路正大中心北塔28层</span></div>
7
             <div class="footerLCon2">邮箱:<span class="txt16">zzjt@lnzzgroup.com</span></div>
7
             <div class="footerLCon2">邮箱:<span class="txt16">zzjt@lnzzgroup.com</span></div>
8
         </div>
8
         </div>
9
         <div class="footerCenter">
9
         <div class="footerCenter">
58
             <div></div>
58
             <div></div>
59
             <a class="h7" href="./product.html">产业布局</a>
59
             <a class="h7" href="./product.html">产业布局</a>
60
             <div></div>
60
             <div></div>
61
-            <a class="h7" href="./news.html">新闻中心</a>
61
+            <a class="h7" href="./news.html">新闻动态</a>
62
             <div></div>
62
             <div></div>
63
             <a class="h7" href="./join.html">加入中泽</a>
63
             <a class="h7" href="./join.html">加入中泽</a>
64
         </div>
64
         </div>
73
             </div>-->
73
             </div>-->
74
             
74
             
75
             <div class="footerLConM">
75
             <div class="footerLConM">
76
-                <div class="footerLCon2">地址:北京市朝阳区金东路正大中心北塔28层</div>
76
+                <div class="footerLCon2">地址:北京市朝阳区金东路正大中心北塔28层</div>
77
                 <a href="mail:zzjt@lnzzgroup.com" class="footerLCon2">邮箱:zzjt@lnzzgroup.com</a>
77
                 <a href="mail:zzjt@lnzzgroup.com" class="footerLCon2">邮箱:zzjt@lnzzgroup.com</a>
78
             </div>
78
             </div>
79
             <div class="imgWx"><img src="./static/images/weixin.png" alt=""/><span>微信公众号</span></div>
79
             <div class="imgWx"><img src="./static/images/weixin.png" alt=""/><span>微信公众号</span></div>
85
             <div><img src="./static/images/weixin.png" alt=""/></div>
85
             <div><img src="./static/images/weixin.png" alt=""/></div>
86
         </div>
86
         </div>
87
     </div>-->
87
     </div>-->
88
-    <div class="footerText"><a href="">法律声明</a><span></span><a href="">隐私政策</a><br>中泽集团版权所有 ZHONGZE GROUP COPYRIGHT <br>@ 2014-2024 <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备14015583号</a></div>
88
+    <div class="footerText">中泽集团版权所有 ZHONGZE GROUP COPYRIGHT <br>@ 2014-2024 <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备14015583号</a></div>
89
 </footer>
89
 </footer>

+ 17
- 4
src/pages/index/App.js View File

214
                 ease: "power1.out" // 缓动效果
214
                 ease: "power1.out" // 缓动效果
215
               });
215
               });
216
         }
216
         }
217
+        let productConBox=document.querySelector(".product .productConBox");
218
+        let productPage=document.querySelector(".product .swiper-page");
219
+        let pagebefore=0;
220
+        let pageAfter=0;
221
+        if(productConBox.getBoundingClientRect().width>1300){
222
+            let pageT=(productConBox.getBoundingClientRect().width-productPage.getBoundingClientRect().width)/2;
223
+            pagebefore=pageT;
224
+            pageAfter=pageT+560-312;
225
+        }
217
         let mySwiper = new Swiper('.productSwiper', {
226
         let mySwiper = new Swiper('.productSwiper', {
218
                 autoplay: false,//可选选项,自动滑动
227
                 autoplay: false,//可选选项,自动滑动
219
                 autoHeight: true,
228
                 autoHeight: true,
221
                 slidesPerGroup : isMob?1:3,
230
                 slidesPerGroup : isMob?1:3,
222
                 spaceBetween: isMob?0:20,
231
                 spaceBetween: isMob?0:20,
223
                 allowTouchMove: false,
232
                 allowTouchMove: false,
224
-                slidesOffsetBefore : isMob?0:310,
225
-                slidesOffsetAfter : isMob?0:310,
233
+                slidesOffsetBefore : isMob?0:pagebefore,
234
+                slidesOffsetAfter : isMob?0:pageAfter,
226
                 navigation: {
235
                 navigation: {
227
                     nextEl: '.btn-nextP1',
236
                     nextEl: '.btn-nextP1',
228
                     prevEl: '.btn-prevP1',
237
                     prevEl: '.btn-prevP1',
262
         allNum.textContent=historySlides.length;
271
         allNum.textContent=historySlides.length;
263
         let historySwiper = null;
272
         let historySwiper = null;
264
         if(isMob){
273
         if(isMob){
274
+            let rightDiv=document.querySelector(".rightDiv").offsetWidth;
275
+            let fillLineWidth=parseFloat(rightDiv/historySlides.length);
276
+            fillLine.style.width=fillLineWidth+'px';
265
             historySwiper = new Swiper(".historySwiper", {
277
             historySwiper = new Swiper(".historySwiper", {
266
                 autoplay: false,
278
                 autoplay: false,
267
                 rewind:true,
279
                 rewind:true,
273
                 on:{
285
                 on:{
274
                     slideChange: function(){
286
                     slideChange: function(){
275
                         nowNum.textContent=this.activeIndex+1;
287
                         nowNum.textContent=this.activeIndex+1;
276
-                        let numL=historySlides.length-this.activeIndex;
277
-                        fillLine.style.width=parseFloat(numL/historySlides.length)*100+"%";
288
+                        let numL=historySlides.length-this.activeIndex-1;
289
+                        // fillLine.style.width=parseFloat(numL/historySlides.length)*100+"%";
290
+                        fillLine.style.right=numL*fillLineWidth+'px';
278
                     },
291
                     },
279
                 },
292
                 },
280
               });
293
               });

+ 16
- 14
src/pages/index/index.html View File

25
       <div class="wow domInUp banner">
25
       <div class="wow domInUp banner">
26
         <div class="swiper bannerSwiper">
26
         <div class="swiper bannerSwiper">
27
           <div class="swiper-wrapper">
27
           <div class="swiper-wrapper">
28
-            <div class="swiper-slide">
28
+            <!--<div class="swiper-slide">
29
               <img
29
               <img
30
                 class="lazy"
30
                 class="lazy"
31
                 data-src="./static/images/index/banner1.jpg"
31
                 data-src="./static/images/index/banner1.jpg"
32
                 data-srcM="./static/images/index/banner1m.jpg"
32
                 data-srcM="./static/images/index/banner1m.jpg"
33
                 alt=""
33
                 alt=""
34
-              />
34
+              />-->
35
               <!-- 用视频就用下面的,把图片删除 -->
35
               <!-- 用视频就用下面的,把图片删除 -->
36
               <!-- <video
36
               <!-- <video
37
                 class="lazy"
37
                 class="lazy"
42
                 loop
42
                 loop
43
                 playsinline
43
                 playsinline
44
               ></video> -->
44
               ></video> -->
45
-              <div class="slideCon">
45
+              <!-- <div class="slideCon">
46
                   <div class="title">投资并购与企业<br>运营双轮驱动</div>
46
                   <div class="title">投资并购与企业<br>运营双轮驱动</div>
47
               </div>
47
               </div>
48
-            </div>
48
+            </div>-->
49
             <!-- 多个直接复制添加swiper-slide -->
49
             <!-- 多个直接复制添加swiper-slide -->
50
             <div class="swiper-slide">
50
             <div class="swiper-slide">
51
               <img
51
               <img
236
       <div class="wow fadeInUp about">
236
       <div class="wow fadeInUp about">
237
         <div class="wow fadeInUp title mTxt">业务版图</div>
237
         <div class="wow fadeInUp title mTxt">业务版图</div>
238
         <div class="aboutImg">
238
         <div class="aboutImg">
239
-          <img class="lazy" data-src="./static/images/index/aboutbg.png" data-srcM="./static/images/index/aboutbgm.jpg" alt="" />
240
-          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.3s" data-src="./static/images/index/aboutbg2.png" data-srcM="./static/images/index/aboutbgm2.png" alt="" />
241
-          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.6s" data-src="./static/images/index/aboutbg3.png" data-srcM="./static/images/index/aboutbgm3.png" alt="" />
242
-          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.7s" data-src="./static/images/index/aboutbg4.png" data-srcM="./static/images/index/aboutbgm4.png" alt="" />
243
-          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.8s" data-src="./static/images/index/aboutbg5.png" data-srcM="./static/images/index/aboutbgm5.png" alt="" />
244
-          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.9s" data-src="./static/images/index/aboutbg6.png" data-srcM="./static/images/index/aboutbgm6.png" alt="" />
239
+          <img class="lazy" data-src="./static/images/index/aboutbg.png" data-srcM="./static/images/index/aboutbgm.png" alt="" />
240
+          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.3s" data-src="./static/images/index/aboutbg2.png" data-srcM="./static/images/index/aboutbg2.png" alt="" />
241
+          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.6s" data-src="./static/images/index/aboutbg3.png" data-srcM="./static/images/index/aboutbg3.png" alt="" />
242
+          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.7s" data-src="./static/images/index/aboutbg4.png" data-srcM="./static/images/index/aboutbg4.png" alt="" />
243
+          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.8s" data-src="./static/images/index/aboutbg5.png" data-srcM="./static/images/index/aboutbg5.png" alt="" />
244
+          <img class="wow fadeInUp lazy imgZi" data-wow-delay="0.9s" data-src="./static/images/index/aboutbg6.png" data-srcM="./static/images/index/aboutbg6.png" alt="" />
245
         </div>
245
         </div>
246
         <div class="aboutCon">
246
         <div class="aboutCon">
247
           <div class="wow fadeInUp title pcTxt">业务版图</div>
247
           <div class="wow fadeInUp title pcTxt">业务版图</div>
248
-          <div class="wow fadeInUp sltImg">
249
-            业务版图缩略图
250
-            <img src="./static/images/index/aboutbg7.png" alt=""/>
248
+          <div>
249
+            <div class="wow fadeInUp sltImg">
250
+              业务版图缩略图
251
+              <img src="./static/images/index/aboutbg7.png" alt=""/>
252
+            </div>
253
+            <a href="./product.html" class="wow fadeInUp btn3">产业布局<span class="icon iconfont icon-jiantou"></span></a>
251
           </div>
254
           </div>
252
-          <a href="./product.html" class="wow fadeInUp btn3">产业布局<span class="icon iconfont icon-jiantou"></span></a>
253
         </div>
255
         </div>
254
       </div>
256
       </div>
255
       <div class="wow fadeInUp history" id="fzlc">
257
       <div class="wow fadeInUp history" id="fzlc">

+ 27
- 4
src/pages/index/index.less View File

309
                 font-size: 16px;
309
                 font-size: 16px;
310
               }
310
               }
311
             }
311
             }
312
+            &:hover{
313
+              background: rgba(184,28,37,.05);
314
+              &::before{
315
+                width: 100%;
316
+              }
317
+              .newsLiCon{
318
+                .liTitle,.licon{
319
+                  color: #b81c25;
320
+                }
321
+              }
322
+            }
312
           }
323
           }
313
           .liHight{
324
           .liHight{
314
             background: rgba(184,28,37,.05);
325
             background: rgba(184,28,37,.05);
520
     padding-top: 125px;
531
     padding-top: 125px;
521
     text-align: left;
532
     text-align: left;
522
     box-sizing: border-box;
533
     box-sizing: border-box;
534
+    display: flex;
535
+    flex-wrap: wrap;
523
     .title{
536
     .title{
524
-      margin-bottom: 260px;
537
+      // margin-bottom: 260px;
538
+      width: 100%;
539
+      height: auto;
525
     }
540
     }
526
     .sltImg{
541
     .sltImg{
527
       width: 300px;
542
       width: 300px;
800
       justify-content: space-between;
815
       justify-content: space-between;
801
       border-bottom: 1px solid #999;
816
       border-bottom: 1px solid #999;
802
       line-height: 60px;
817
       line-height: 60px;
803
-      color: #fff;
818
+      color: rgba(255, 255, 255, 0.8);
804
       box-sizing: border-box;
819
       box-sizing: border-box;
805
       div{
820
       div{
806
         font-size: 20px;
821
         font-size: 20px;
807
         padding: 0px 10px;
822
         padding: 0px 10px;
808
         position: relative;
823
         position: relative;
809
         cursor: pointer;
824
         cursor: pointer;
825
+
810
         &::before{
826
         &::before{
811
           content: '';
827
           content: '';
812
           position: absolute;
828
           position: absolute;
842
   }
858
   }
843
 }
859
 }
844
 
860
 
845
-@media screen and (min-width: 801px) and (max-width: 1400px) {
861
+@media screen and (min-width: 801px) and (max-width: 1300px) {
846
   .banner {
862
   .banner {
847
     .slideCon{
863
     .slideCon{
848
-      padding-top: 160px;
864
+      padding: 120px 10px 0px;
849
       box-sizing: border-box;
865
       box-sizing: border-box;
850
     }
866
     }
851
   }
867
   }
868
+  
852
 }
869
 }
853
 @media screen and (min-width:800px){
870
 @media screen and (min-width:800px){
854
   
871
   
1109
     .title{
1126
     .title{
1110
       margin-bottom: 40px;
1127
       margin-bottom: 40px;
1111
     }
1128
     }
1129
+    .aboutImg{
1130
+      .imgZi{
1131
+        display: none;
1132
+      }
1133
+    }
1112
     .aboutCon {
1134
     .aboutCon {
1113
       position: relative;
1135
       position: relative;
1114
       height: auto;
1136
       height: auto;
1115
       text-align: center;
1137
       text-align: center;
1116
       padding-top: 15px;
1138
       padding-top: 15px;
1139
+      justify-content: center;
1117
       .sltImg{
1140
       .sltImg{
1118
         margin: 0px auto;
1141
         margin: 0px auto;
1119
         padding-top: 0px;
1142
         padding-top: 0px;

+ 5
- 0
src/pages/join/index.less View File

634
                 }
634
                 }
635
                 .btn3{
635
                 .btn3{
636
                     margin: 20px auto 0px;
636
                     margin: 20px auto 0px;
637
+                    width: 190px;
638
+        height: 40px;
639
+        line-height: 40px;
640
+        font-size: 14px;
641
+        border-radius: 20px;
637
                 }
642
                 }
638
                 .inLiCon{
643
                 .inLiCon{
639
                     justify-content: center;
644
                     justify-content: center;

+ 26
- 15
src/pages/joinList/index.less View File

24
       width: 100%;
24
       width: 100%;
25
       display: flex;
25
       display: flex;
26
       justify-content: space-between;
26
       justify-content: space-between;
27
-      padding-bottom: 37px;
28
       border-bottom: 1px dotted #acacac5e;
27
       border-bottom: 1px dotted #acacac5e;
29
-      padding-top: 37px;
28
+      padding: 37px 8px;
30
       transition: all 0.3s ease-in-out;
29
       transition: all 0.3s ease-in-out;
31
       &:last-child{
30
       &:last-child{
32
         border-bottom: 0px dotted #ACACAC;
31
         border-bottom: 0px dotted #ACACAC;
74
           font-size: 16px;
73
           font-size: 16px;
75
         }
74
         }
76
       }
75
       }
76
+      
77
       &:hover{
77
       &:hover{
78
-        background: #EFEFEF;
78
+        background: rgba(184, 28, 37, 0.05);
79
         .newsLiCon{
79
         .newsLiCon{
80
             .liTitle{
80
             .liTitle{
81
                 color: #B81C25;
81
                 color: #B81C25;
82
             }
82
             }
83
         }
83
         }
84
+        
84
       }
85
       }
85
     }
86
     }
86
    }
87
    }
173
   font-size: 60px;
174
   font-size: 60px;
174
 }
175
 }
175
 .news_paging{
176
 .news_paging{
176
-  width: 100%;
177
   display: flex;
177
   display: flex;
178
   align-items: center;
178
   align-items: center;
179
   justify-content: center;
179
   justify-content: center;
180
+  width: 100%;
180
   padding: 0px 0 120px;
181
   padding: 0px 0 120px;
181
   box-sizing: border-box;
182
   box-sizing: border-box;
182
   .previousPage{
183
   .previousPage{
183
       width: 40px;
184
       width: 40px;
184
       height: 40px;
185
       height: 40px;
185
-      color: #041954;
186
+      color: #000000;
186
       display: flex;
187
       display: flex;
187
       align-items: center;
188
       align-items: center;
188
       justify-content: center;
189
       justify-content: center;
189
-      border: 1px solid #041954;
190
+      border: 1px solid #000000;
190
       margin-right: 20px;
191
       margin-right: 20px;
191
       cursor: pointer;
192
       cursor: pointer;
192
       transition: all 0.2s;
193
       transition: all 0.2s;
194
+      border-radius: 20px;
195
+      box-sizing: border-box;
193
       span{
196
       span{
194
           font-size: 26px;
197
           font-size: 26px;
195
           transform: rotate(-90deg);
198
           transform: rotate(-90deg);
203
   .nextPage{
206
   .nextPage{
204
       width: 40px;
207
       width: 40px;
205
       height: 40px;
208
       height: 40px;
206
-      color: #041954;
209
+      color: #000000;
207
       display: flex;
210
       display: flex;
208
       align-items: center;
211
       align-items: center;
209
       justify-content: center;
212
       justify-content: center;
210
-      border: 1px solid #041954;
213
+      border: 1px solid #000000;
211
       margin-left: 20px;
214
       margin-left: 20px;
212
       cursor: pointer;
215
       cursor: pointer;
213
       transition: all 0.2s;
216
       transition: all 0.2s;
217
+      border-radius: 20px;
218
+      box-sizing: border-box;
214
       span{
219
       span{
215
           font-size: 26px;
220
           font-size: 26px;
216
           transform: rotate(90deg);
221
           transform: rotate(90deg);
225
       min-width: 40px;
230
       min-width: 40px;
226
       height: 40px;
231
       height: 40px;
227
       line-height: 40px;
232
       line-height: 40px;
233
+      font-family: Source Han Sans CN;
228
       font-size: 18px;
234
       font-size: 18px;
229
       color: #000;
235
       color: #000;
230
       transition: all 0.2s;
236
       transition: all 0.2s;
233
       cursor: pointer;
239
       cursor: pointer;
234
       text-align: center;
240
       text-align: center;
235
       border: 1px solid #DDE2E6;
241
       border: 1px solid #DDE2E6;
236
-      border-radius: 2px;
242
+      border-radius: 20px;
243
+      box-sizing: border-box;
237
       &:hover{
244
       &:hover{
238
           background: #B81C25;
245
           background: #B81C25;
239
           border: 1px solid #B81C25;
246
           border: 1px solid #B81C25;
240
           color: #fff;
247
           color: #fff;
241
       }
248
       }
242
   }
249
   }
243
-  .pageNumActive{
244
-      color: #fff;
245
-      background: #B81C25;
246
-  }
247
   .pageNums{
250
   .pageNums{
248
       pointer-events: none;
251
       pointer-events: none;
249
   }
252
   }
250
   .pageNum+.pageNum{
253
   .pageNum+.pageNum{
251
       margin-left: 10px;
254
       margin-left: 10px;
252
   }
255
   }
256
+  .pageNumActive{
257
+      color: #fff;
258
+      background-color: #B81C25;
259
+      border: 1px solid #B81C25;
253
 
260
 
261
+  }
254
   .ellipsis{
262
   .ellipsis{
263
+      font-family: Source Han Sans CN;
255
       font-weight: bold;
264
       font-weight: bold;
256
       font-size: 22px;
265
       font-size: 22px;
257
       padding: 10px 15px;
266
       padding: 10px 15px;
265
 }
274
 }
266
 
275
 
267
 
276
 
277
+
268
 @media screen and (min-width: 801px) and (max-width: 1400px) {
278
 @media screen and (min-width: 801px) and (max-width: 1400px) {
269
   
279
   
270
 }
280
 }
290
         font-size: 32px;
300
         font-size: 32px;
291
         line-height: normal;
301
         line-height: normal;
292
     }
302
     }
303
+    
293
     .news_paging{
304
     .news_paging{
294
-      // padding-top: 16vw;
295
-      padding-bottom: 60px;
305
+      padding-top: 5vw;
306
+      padding-bottom: 16vw;
296
       .previousPage{
307
       .previousPage{
297
           width: 40px;
308
           width: 40px;
298
           height: 40px;
309
           height: 40px;

+ 5
- 2
src/pages/product/App.js View File

61
                 ease: "power1.out" // 缓动效果
61
                 ease: "power1.out" // 缓动效果
62
               });
62
               });
63
         }
63
         }
64
+        let pagebefore=0;
64
         let pageAfter=0;
65
         let pageAfter=0;
65
         if(productConBox.getBoundingClientRect().width>1300){
66
         if(productConBox.getBoundingClientRect().width>1300){
66
-            pageAfter=(productConBox.getBoundingClientRect().width-productPage.getBoundingClientRect().width)/2;
67
+            let pageT=(productConBox.getBoundingClientRect().width-productPage.getBoundingClientRect().width)/2;
68
+            pagebefore=pageT>50?pageT-50:pageT;
69
+            pageAfter=pageT;
67
         }
70
         }
68
         let mySwiper = new Swiper('.productSwiper', {
71
         let mySwiper = new Swiper('.productSwiper', {
69
                 autoplay: false,//可选选项,自动滑动
72
                 autoplay: false,//可选选项,自动滑动
72
                 slidesPerGroup : isMob?1:3,
75
                 slidesPerGroup : isMob?1:3,
73
                 spaceBetween: isMob?0:20,
76
                 spaceBetween: isMob?0:20,
74
                 allowTouchMove: isMob?true:false,
77
                 allowTouchMove: isMob?true:false,
75
-                slidesOffsetBefore : isMob?0:210,
78
+                slidesOffsetBefore : isMob?0:pagebefore,
76
                 slidesOffsetAfter : isMob?0:pageAfter,
79
                 slidesOffsetAfter : isMob?0:pageAfter,
77
                 navigation: {
80
                 navigation: {
78
                     nextEl: '.btn-nextP1',
81
                     nextEl: '.btn-nextP1',

+ 14
- 14
src/pages/product/index.html View File

132
             <div class="upDiv">
132
             <div class="upDiv">
133
               <div class="upDivTit">吉铁铁合金有限公司</div>
133
               <div class="upDivTit">吉铁铁合金有限公司</div>
134
               <div class="text">集生产经营、研发设 计、设备制造等于一体的全国铁合金行业龙头企业</div>
134
               <div class="text">集生产经营、研发设 计、设备制造等于一体的全国铁合金行业龙头企业</div>
135
-              <a href=""></a>
135
+              <a href="" target="_blank"></a>
136
             </div>
136
             </div>
137
           </div>
137
           </div>
138
           <div class="memberLi">
138
           <div class="memberLi">
140
             <div class="upDiv">
140
             <div class="upDiv">
141
               <div class="upDivTit">吉林炭素有限公司</div>
141
               <div class="upDivTit">吉林炭素有限公司</div>
142
               <div class="text">产品主要包括石墨电极、石墨阳极、炭块、糊类、特种炭制品、炭纤维制品等,广泛应用于冶金、化工、机械、电子、医疗及新材料等领域</div>
142
               <div class="text">产品主要包括石墨电极、石墨阳极、炭块、糊类、特种炭制品、炭纤维制品等,广泛应用于冶金、化工、机械、电子、医疗及新材料等领域</div>
143
-              <a href=""></a>
143
+              <a href="http://www.jlts.cn" target="_blank"></a>
144
             </div>
144
             </div>
145
           </div>
145
           </div>
146
           <div class="memberLi">
146
           <div class="memberLi">
148
             <div class="upDiv">
148
             <div class="upDiv">
149
               <div class="upDivTit">吉林吉恩镍业股份有限公司</div>
149
               <div class="upDivTit">吉林吉恩镍业股份有限公司</div>
150
               <div class="text">集采矿、选矿、冶炼、精炼、化工于一体的大型镍、铜、钴有色金属生产加工企业。</div>
150
               <div class="text">集采矿、选矿、冶炼、精炼、化工于一体的大型镍、铜、钴有色金属生产加工企业。</div>
151
-              <a href=""></a>
151
+              <a href="http://www.jlnickel.com.cn" target="_blank"></a>
152
             </div>
152
             </div>
153
           </div>
153
           </div>
154
           <div class="memberLi">
154
           <div class="memberLi">
156
             <div class="upDiv">
156
             <div class="upDiv">
157
               <div class="upDivTit">吉林大黑山钼业股份有限公司</div>
157
               <div class="upDivTit">吉林大黑山钼业股份有限公司</div>
158
               <div class="text">集钼金属采矿、选矿、碎石骨料加工为一体的综合性矿山企业</div>
158
               <div class="text">集钼金属采矿、选矿、碎石骨料加工为一体的综合性矿山企业</div>
159
-              <a href=""></a>
159
+              <a href="http://www.jldhsmy.com" target="_blank"></a>
160
             </div>
160
             </div>
161
           </div>
161
           </div>
162
           <div class="memberLi">
162
           <div class="memberLi">
164
             <div class="upDiv">
164
             <div class="upDiv">
165
               <div class="upDivTit">吉林中泽钼业有限公司</div>
165
               <div class="upDivTit">吉林中泽钼业有限公司</div>
166
               <div class="text">产品主要为氧化钼、钼铁、钼酸铵、高纯氧化钼等。</div>
166
               <div class="text">产品主要为氧化钼、钼铁、钼酸铵、高纯氧化钼等。</div>
167
-              <a href=""></a>
167
+              <a href="http://www.jlzzmoly.com" target="_blank"></a>
168
             </div>
168
             </div>
169
           </div>
169
           </div>
170
           <div class="memberLi">
170
           <div class="memberLi">
172
             <div class="upDiv">
172
             <div class="upDiv">
173
               <div class="upDivTit">万联易达物流科技有限公司</div>
173
               <div class="upDivTit">万联易达物流科技有限公司</div>
174
               <div class="text">以大宗商品交易和整车物流服务为纽带,以人工智能为支撑的产业互联网公司。</div>
174
               <div class="text">以大宗商品交易和整车物流服务为纽带,以人工智能为支撑的产业互联网公司。</div>
175
-              <a href=""></a>
175
+              <a href="https://www.10000da.net/" target="_blank"></a>
176
             </div>
176
             </div>
177
           </div>
177
           </div>
178
           <div class="memberLi">
178
           <div class="memberLi">
180
             <div class="upDiv">
180
             <div class="upDiv">
181
               <div class="upDivTit">通辽金煤化工有限公司</div>
181
               <div class="upDivTit">通辽金煤化工有限公司</div>
182
               <div class="text">主要产品包括煤制乙二醇、草酸、催化剂、完全生物降解塑料等</div>
182
               <div class="text">主要产品包括煤制乙二醇、草酸、催化剂、完全生物降解塑料等</div>
183
-              <a href=""></a>
183
+              <a href="http://www.tljmhg.com" target="_blank"></a>
184
             </div>
184
             </div>
185
           </div>
185
           </div>
186
           <div class="memberLi">
186
           <div class="memberLi">
188
             <div class="upDiv">
188
             <div class="upDiv">
189
               <div class="upDivTit">辽宁省机械研究院有限公司</div>
189
               <div class="upDivTit">辽宁省机械研究院有限公司</div>
190
               <div class="text">主营科研业务为机械轻量化 设计、智能装备及大宗固废综合利用系统等。</div>
190
               <div class="text">主营科研业务为机械轻量化 设计、智能装备及大宗固废综合利用系统等。</div>
191
-              <a href=""></a>
191
+              <a href="" target="_blank"></a>
192
             </div>
192
             </div>
193
           </div>
193
           </div>
194
           <div class="memberLi">
194
           <div class="memberLi">
196
             <div class="upDiv">
196
             <div class="upDiv">
197
               <div class="upDivTit">吉林卓创新材料有限公司</div>
197
               <div class="upDivTit">吉林卓创新材料有限公司</div>
198
               <div class="text">主要生产羰基铁粉、羰基镍粉等新材料产品。</div>
198
               <div class="text">主要生产羰基铁粉、羰基镍粉等新材料产品。</div>
199
-              <a href=""></a>
199
+              <a href="http://www.jlzcxcl.cn" target="_blank"></a>
200
             </div>
200
             </div>
201
           </div>
201
           </div>
202
           <div class="memberLi">
202
           <div class="memberLi">
204
             <div class="upDiv">
204
             <div class="upDiv">
205
               <div class="upDivTit">吉林中泽新型建材有限公司</div>
205
               <div class="upDivTit">吉林中泽新型建材有限公司</div>
206
               <div class="text">主营蒸压加气混凝土砌块、板材、高性能无机石等系列绿色建材产品。</div>
206
               <div class="text">主营蒸压加气混凝土砌块、板材、高性能无机石等系列绿色建材产品。</div>
207
-              <a href=""></a>
207
+              <a href="http://www.jlzzxxjc.com" target="_blank"></a>
208
             </div>
208
             </div>
209
           </div>
209
           </div>
210
           <div class="memberLi">
210
           <div class="memberLi">
212
             <div class="upDiv">
212
             <div class="upDiv">
213
               <div class="upDivTit">朝阳重型机器有限公司</div>
213
               <div class="upDivTit">朝阳重型机器有限公司</div>
214
               <div class="text">公司成立于1959年,是集研发设计、设备制造、安装服务、进出口商务、物流及技术咨询于一体的综合性装备制造企业。</div>
214
               <div class="text">公司成立于1959年,是集研发设计、设备制造、安装服务、进出口商务、物流及技术咨询于一体的综合性装备制造企业。</div>
215
-              <a href=""></a>
215
+              <a href="http://www.cyzxjqyxgs.com" target="_blank"></a>
216
             </div>
216
             </div>
217
           </div>
217
           </div>
218
           <div class="memberLi">
218
           <div class="memberLi">
220
             <div class="upDiv">
220
             <div class="upDiv">
221
               <div class="upDivTit">黑龙江新瑞石油化工有限公司</div>
221
               <div class="upDivTit">黑龙江新瑞石油化工有限公司</div>
222
               <div class="text">主要产品为甲基叔丁基醚(MTBE)、乙苯、液化气、正丁烷等。</div>
222
               <div class="text">主要产品为甲基叔丁基醚(MTBE)、乙苯、液化气、正丁烷等。</div>
223
-              <a href=""></a>
223
+              <a href="" target="_blank"></a>
224
             </div>
224
             </div>
225
           </div>
225
           </div>
226
           <div class="memberLi">
226
           <div class="memberLi">
228
             <div class="upDiv">
228
             <div class="upDiv">
229
               <div class="upDivTit">吉林市神舟炭纤维有限责任公司</div>
229
               <div class="upDivTit">吉林市神舟炭纤维有限责任公司</div>
230
               <div class="text">主要产品有聚丙烯睛基碳纤维、平纹碳布、斜纹碳布,主要应用于国防军工和民用领域。</div>
230
               <div class="text">主要产品有聚丙烯睛基碳纤维、平纹碳布、斜纹碳布,主要应用于国防军工和民用领域。</div>
231
-              <a href=""></a>
231
+              <a href="http://www.jlccf.com" target="_blank"></a>
232
             </div>
232
             </div>
233
           </div>
233
           </div>
234
           <div class="memberLi">
234
           <div class="memberLi">
237
             <div class="upDiv">
237
             <div class="upDiv">
238
               <div class="upDivTit">沈阳中泽镁材料研究院有限公司</div>
238
               <div class="upDivTit">沈阳中泽镁材料研究院有限公司</div>
239
               <div class="text">以镁为主体的金属制取、加工及高性能材料领域的新技术开发。</div>
239
               <div class="text">以镁为主体的金属制取、加工及高性能材料领域的新技术开发。</div>
240
-              <a href=""></a>
240
+              <a href="" target="_blank"></a>
241
             </div>
241
             </div>
242
           </div>
242
           </div>
243
           
243
           

Loading…
Cancel
Save