Browse Source

修改反馈

zjm
等你 4 months ago
parent
commit
1837402aed

BIN
dev/static/2.mp4 View File


BIN
dev/static/images/index/corporate1.jpg View File


BIN
dev/static/images/index/corporate3.jpg View File


BIN
dev/static/images/index/product11.jpg View File


BIN
dev/static/images/product/member1.png View File


+ 23
- 13
src/pages/common/css/common.less View File

356
         // opacity: 1;
356
         // opacity: 1;
357
         display: none;
357
         display: none;
358
         text-align: center;
358
         text-align: center;
359
-        font-size: 20px;
359
+        font-size: 18px;
360
         .menuUp{
360
         .menuUp{
361
             width: 100%;
361
             width: 100%;
362
             height: 2px;
362
             height: 2px;
381
         }
381
         }
382
         a{
382
         a{
383
             display: block;
383
             display: block;
384
-            padding: 15px 0;
384
+            padding: 9px 0;
385
             transition: all .3s ease;
385
             transition: all .3s ease;
386
+            span{
387
+                transition: all .3s ease;
388
+                display: inline-block;
389
+            }
386
             &:hover{
390
             &:hover{
387
-                color: #fff;
388
                 background: #B81C25;
391
                 background: #B81C25;
392
+                span{
393
+                    color: #fff;
394
+                    transform: translateY(-3px);
395
+                }
389
             }
396
             }
390
             &:last-child {
397
             &:last-child {
391
                 margin-bottom: 0;
398
                 margin-bottom: 0;
626
         width: 100%;
633
         width: 100%;
627
         max-width: 1300px;
634
         max-width: 1300px;
628
         margin: 0px auto;
635
         margin: 0px auto;
629
-        font-size: 14px;
636
+        font-size: 16px;
630
         display: flex;
637
         display: flex;
631
-        justify-content: flex-start;
638
+        justify-content: space-between;
632
         .footerLeft{
639
         .footerLeft{
633
-            width: 320px;
640
+            width: 340px;
634
             text-align: left;
641
             text-align: left;
635
             color: #333333;
642
             color: #333333;
636
-            margin-right: 100px;
637
             .footerLogo{
643
             .footerLogo{
638
                 width: 291px;
644
                 width: 291px;
639
                 height: 64px;
645
                 height: 64px;
640
-                background: url('../images/logoB.png') no-repeat;
646
+                background: url('../images/logoB2.png') no-repeat;
641
                 background-size: 100% 100%;
647
                 background-size: 100% 100%;
642
                 margin-bottom: 50px;
648
                 margin-bottom: 50px;
643
             }
649
             }
648
                 justify-content: space-between;
654
                 justify-content: space-between;
649
                 &>div{
655
                 &>div{
650
                     display: inline-block;
656
                     display: inline-block;
651
-                    font-size: 14px;
657
+                    font-size: 16px;
652
                     font-weight: bold;
658
                     font-weight: bold;
653
                     span{
659
                     span{
654
                         opacity: 0.7;
660
                         opacity: 0.7;
659
             }
665
             }
660
             .footerLCon2{
666
             .footerLCon2{
661
                 width: 100%;
667
                 width: 100%;
662
-                font-size: 14px;
668
+                font-size: 16px;
663
                 // font-weight: bold;
669
                 // font-weight: bold;
664
                 margin-top: 20px;
670
                 margin-top: 20px;
665
                 span{
671
                 span{
746
             }
752
             }
747
         }
753
         }
748
         .footerCenter{
754
         .footerCenter{
749
-            width: 730px;
750
             box-sizing: border-box;
755
             box-sizing: border-box;
751
             margin-bottom: 10px;
756
             margin-bottom: 10px;
752
-            margin-right: 20px;
753
             display: flex;
757
             display: flex;
754
             color: #333333;
758
             color: #333333;
755
             justify-content: flex-start;
759
             justify-content: flex-start;
760
+            font-size: 16px;
756
             .h4{
761
             .h4{
757
                 margin-bottom: 20px;
762
                 margin-bottom: 20px;
758
             }
763
             }
786
                         }
791
                         }
787
                     }
792
                     }
788
                 }
793
                 }
794
+                &>.h7{
795
+                    font-size: 18px;
796
+                }
789
                 .h7{
797
                 .h7{
790
                     margin-bottom: 20px;
798
                     margin-bottom: 20px;
791
                     font-weight: bold;
799
                     font-weight: bold;
859
     .footerText{
867
     .footerText{
860
         width: 100%;
868
         width: 100%;
861
         max-width: 1300px;
869
         max-width: 1300px;
862
-        margin: 0px auto;
870
+        margin: 30px auto 0px;
863
         border-top: 1px solid #dfdfdf;
871
         border-top: 1px solid #dfdfdf;
864
         text-align: center;
872
         text-align: center;
865
         color: #999999;
873
         color: #999999;
1087
                     width: 175px;
1095
                     width: 175px;
1088
                     height: 33px;
1096
                     height: 33px;
1089
                     margin: 0px auto;
1097
                     margin: 0px auto;
1098
+                    background-size: auto 100%;
1090
                 }
1099
                 }
1091
                 .footerLCon1,.footerLCon2{
1100
                 .footerLCon1,.footerLCon2{
1092
                     display: none;
1101
                     display: none;
1253
             font-size: 12px;
1262
             font-size: 12px;
1254
             padding:18px 0px 25px 0px;
1263
             padding:18px 0px 25px 0px;
1255
             line-height: 22px;
1264
             line-height: 22px;
1265
+            margin: 10px auto 0px;
1256
             &>span{
1266
             &>span{
1257
                 width: 30px;
1267
                 width: 30px;
1258
                 display: inline-block;
1268
                 display: inline-block;

BIN
src/pages/common/images/logoB2.png View File


+ 22
- 11
src/pages/index/App.js View File

349
             
349
             
350
         }
350
         }
351
         //企业文化
351
         //企业文化
352
+        
353
+        let corTits=document.querySelectorAll(".corTits div");
354
+        let corTxts=document.querySelectorAll(".corTxts div");
352
         var corporateSwiper = new Swiper(".corporateSwiper", {
355
         var corporateSwiper = new Swiper(".corporateSwiper", {
353
             effect: "fade",
356
             effect: "fade",
354
             autoplay: false,
357
             autoplay: false,
358
+            on:{
359
+                slideChange: function(){
360
+                    let num=this.activeIndex;
361
+                    corTits.forEach((item2,index)=>{
362
+                        if(num==index){
363
+                            item2.classList.add("activS");
364
+                        }else{
365
+                            item2.classList.remove("activS");
366
+                        }
367
+                    });
368
+                    corTxts.forEach((item2,index)=>{
369
+                        if(num==index){
370
+                            item2.classList.add("activS");
371
+                        }else{
372
+                            item2.classList.remove("activS");
373
+                        }
374
+                    });
375
+                },
376
+            },
355
           });
377
           });
356
-        let corTits=document.querySelectorAll(".corTits div");
357
-        let corTxts=document.querySelectorAll(".corTxts div");
358
         corTits.forEach((item,index)=>{
378
         corTits.forEach((item,index)=>{
359
             item.addEventListener("mouseover", (e) => {
379
             item.addEventListener("mouseover", (e) => {
360
-                console.log(8888);
361
-                corTits.forEach(item2=>{
362
-                    item2.classList.remove("activS");
363
-                });
364
-                corTxts.forEach(item2=>{
365
-                    item2.classList.remove("activS");
366
-                });
367
-                item.classList.add("activS");
368
-                corTxts[index].classList.add("activS");
369
                 corporateSwiper.slideTo(index);
380
                 corporateSwiper.slideTo(index);
370
             });
381
             });
371
         })
382
         })

+ 69
- 85
src/pages/index/index.html View File

32
                 data-srcM="./static/images/index/banner1m.jpg"
32
                 data-srcM="./static/images/index/banner1m.jpg"
33
                 alt=""
33
                 alt=""
34
               />
34
               />
35
+              <!-- 用视频就用下面的,把图片删除 -->
36
+              <!-- <video
37
+                class="lazy"
38
+                data-src="./static/2.mp4"
39
+                data-srcM="./static/2.mp4"
40
+                autoplay
41
+                muted
42
+                loop
43
+                playsinline
44
+              ></video> -->
35
               <div class="slideCon">
45
               <div class="slideCon">
36
                   <div class="title">投资并购与企业<br>运营双轮驱动</div>
46
                   <div class="title">投资并购与企业<br>运营双轮驱动</div>
37
               </div>
47
               </div>
45
                 alt=""
55
                 alt=""
46
               />
56
               />
47
               <div class="slideCon">
57
               <div class="slideCon">
48
-                <div class="title">清洁能源与高载<br>能产业协同发展</div>
49
-              </div>
50
-            </div>
51
-            <div class="swiper-slide">
52
-              <img
53
-                class="lazy"
54
-                data-src="./static/images/index/banner3.jpg"
55
-                data-srcM="./static/images/index/banner3m.jpg"
56
-                alt=""
57
-              />
58
-              <div class="slideCon">
59
-                <div class="title">实业为本 <br>产业报国</div>
58
+                <div class="title">为清洁能源配置负荷,<br>全面提升生产力效能</div>
59
+                <div class="title">实现高能耗产业的碳中和</div>
60
               </div>
60
               </div>
61
             </div>
61
             </div>
62
             <div class="swiper-slide">
62
             <div class="swiper-slide">
67
                 alt=""
67
                 alt=""
68
               />
68
               />
69
               <div class="slideCon">
69
               <div class="slideCon">
70
-                <div class="title">科技联通未来 <br>创新达成梦想</div>
70
+                <div class="title">构建科技物流生态系统,<br>提高生产资料的配置效率</div>
71
               </div>
71
               </div>
72
             </div>
72
             </div>
73
             <div class="swiper-slide">
73
             <div class="swiper-slide">
140
             <div class="swiper productSwiper">
140
             <div class="swiper productSwiper">
141
               <div class="swiper-wrapper">
141
               <div class="swiper-wrapper">
142
                 <div class="swiper-slide">
142
                 <div class="swiper-slide">
143
-                  <a href="./productDec1.html"><img class="lazy" data-src="./static/images/index/product1.jpg" data-srcM="./static/images/index/product1.jpg" alt="" />
143
+                  <img class="lazy" data-src="./static/images/index/product1.jpg" data-srcM="./static/images/index/product1.jpg" alt="" />
144
                   <div class="slideZ"></div>
144
                   <div class="slideZ"></div>
145
-                      <div class="slideCon">
146
-                        <div class="text">铁合金</div>
147
-                    </div>
148
-                  </a>
145
+                  <div class="slideCon">
146
+                      <div class="text">铁合金</div>
147
+                  </div>
149
                 </div>
148
                 </div>
150
                 <div class="swiper-slide">
149
                 <div class="swiper-slide">
151
-                  <a href="./productDec2.html"><img class="lazy" data-src="./static/images/index/product2.jpg" data-srcM="./static/images/index/product2.jpg" alt="" />
150
+                  <img class="lazy" data-src="./static/images/index/product2.jpg" data-srcM="./static/images/index/product2.jpg" alt="" />
152
                   <div class="slideZ"></div>
151
                   <div class="slideZ"></div>
153
-                  
154
-                      <div class="slideCon">
155
-                        <div class="text">炭素</div>
156
-                    </div>
157
-                  </a>
152
+                  <div class="slideCon">
153
+                      <div class="text">炭素</div>
154
+                  </div>
158
                 </div>
155
                 </div>
159
                 <div class="swiper-slide">
156
                 <div class="swiper-slide">
160
-                  <a href="./productDec3.html"><img class="lazy" data-src="./static/images/index/product3.jpg" data-srcM="./static/images/index/product3.jpg" alt="" />
157
+                  <img class="lazy" data-src="./static/images/index/product3.jpg" data-srcM="./static/images/index/product3.jpg" alt="" />
161
                   <div class="slideZ"></div>
158
                   <div class="slideZ"></div>
162
-                  
163
-                      <div class="slideCon">
164
-                        <div class="text">钼业</div>
165
-                    </div>
166
-                  </a>
159
+                  <div class="slideCon">
160
+                      <div class="text">钼业</div>
161
+                  </div>
167
                 </div>
162
                 </div>
168
                 <div class="swiper-slide">
163
                 <div class="swiper-slide">
169
-                  <a href="./productDec4.html"><img class="lazy" data-src="./static/images/index/product4.jpg" data-srcM="./static/images/index/product4.jpg" alt="" />
164
+                  <img class="lazy" data-src="./static/images/index/product4.jpg" data-srcM="./static/images/index/product4.jpg" alt="" />
170
                   <div class="slideZ"></div>
165
                   <div class="slideZ"></div>
171
-                  
172
-                      <div class="slideCon">
173
-                        <div class="text">大宗贸易</div>
174
-                    </div>
175
-                  </a>
166
+                  <div class="slideCon">
167
+                      <div class="text">大宗贸易</div>
168
+                  </div>
176
                 </div>
169
                 </div>
177
                 <div class="swiper-slide">
170
                 <div class="swiper-slide">
178
-                  <a href="./productDec5.html"><img class="lazy" data-src="./static/images/index/product5.jpg" data-srcM="./static/images/index/product5.jpg" alt="" />
171
+                  <img class="lazy" data-src="./static/images/index/product5.jpg" data-srcM="./static/images/index/product5.jpg" alt="" />
179
                   <div class="slideZ"></div>
172
                   <div class="slideZ"></div>
180
-                  
181
-                      <div class="slideCon">
182
-                        <div class="text">镍业</div>
183
-                    </div>
184
-                  </a>
173
+                  <div class="slideCon">
174
+                      <div class="text">镍业</div>
175
+                  </div>
185
                 </div>
176
                 </div>
186
                 <div class="swiper-slide">
177
                 <div class="swiper-slide">
187
-                  <a href="./productDec6.html"><img class="lazy" data-src="./static/images/index/product6.jpg" data-srcM="./static/images/index/product6.jpg" alt="" />
178
+                  <img class="lazy" data-src="./static/images/index/product6.jpg" data-srcM="./static/images/index/product6.jpg" alt="" />
188
                   <div class="slideZ"></div>
179
                   <div class="slideZ"></div>
189
-                      <div class="slideCon">
190
-                        <div class="text">新材料</div>
191
-                    </div>
192
-                  </a>
180
+                  <div class="slideCon">
181
+                      <div class="text">新材料</div>
182
+                  </div>
193
                 </div>
183
                 </div>
194
                 <div class="swiper-slide">
184
                 <div class="swiper-slide">
195
-                  <a href="./productDec7.html"><img class="lazy" data-src="./static/images/index/product7.jpg" data-srcM="./static/images/index/product7.jpg" alt="" />
185
+                  <img class="lazy" data-src="./static/images/index/product7.jpg" data-srcM="./static/images/index/product7.jpg" alt="" />
196
                   <div class="slideZ"></div>
186
                   <div class="slideZ"></div>
197
-                      <div class="slideCon">
198
-                        <div class="text">科研院所</div>
199
-                    </div>
200
-                  </a>
187
+                  <div class="slideCon">
188
+                      <div class="text">科研院所</div>
189
+                  </div>
201
                 </div>
190
                 </div>
202
                 <div class="swiper-slide">
191
                 <div class="swiper-slide">
203
-                  <a href="./product.html"><img class="lazy" data-src="./static/images/index/product8.jpg" data-srcM="./static/images/index/product8.jpg" alt="" />
192
+                  <img class="lazy" data-src="./static/images/index/product8.jpg" data-srcM="./static/images/index/product8.jpg" alt="" />
204
                   <div class="slideZ"></div>
193
                   <div class="slideZ"></div>
205
-                      <div class="slideCon">
206
-                        <div class="text">大消费</div>
207
-                    </div>
208
-                  </a>
194
+                  <div class="slideCon">
195
+                      <div class="text">大消费</div>
196
+                  </div>
209
                 </div>
197
                 </div>
210
                 <div class="swiper-slide">
198
                 <div class="swiper-slide">
211
-                  <a href="./product.html"><img class="lazy" data-src="./static/images/index/product9.jpg" data-srcM="./static/images/index/product9.jpg" alt="" />
199
+                  <img class="lazy" data-src="./static/images/index/product9.jpg" data-srcM="./static/images/index/product9.jpg" alt="" />
212
                   <div class="slideZ"></div>
200
                   <div class="slideZ"></div>
213
-                      <div class="slideCon">
214
-                        <div class="text">产业互联网</div>
215
-                    </div>
216
-                  </a>
201
+                  <div class="slideCon">
202
+                      <div class="text">产业互联网</div>
203
+                  </div>
217
                 </div>
204
                 </div>
218
                 <div class="swiper-slide">
205
                 <div class="swiper-slide">
219
-                  <a href="./product.html"><img class="lazy" data-src="./static/images/index/product10.jpg" data-srcM="./static/images/index/product10.jpg" alt="" />
206
+                  <img class="lazy" data-src="./static/images/index/product10.jpg" data-srcM="./static/images/index/product10.jpg" alt="" />
220
                   <div class="slideZ"></div>
207
                   <div class="slideZ"></div>
221
-                      <div class="slideCon">
222
-                        <div class="text">装备制造</div>
223
-                    </div>
224
-                  </a>
208
+                  <div class="slideCon">
209
+                      <div class="text">装备制造</div>
210
+                  </div>
225
                 </div>
211
                 </div>
226
                 <div class="swiper-slide">
212
                 <div class="swiper-slide">
227
-                  <a href="./product.html"><img class="lazy" data-src="./static/images/index/product11.jpg" data-srcM="./static/images/index/product11.jpg" alt="" />
213
+                  <img class="lazy" data-src="./static/images/index/product11.jpg" data-srcM="./static/images/index/product11.jpg" alt="" />
228
                   <div class="slideZ"></div>
214
                   <div class="slideZ"></div>
229
-                      <div class="slideCon">
230
-                        <div class="text">金融服务</div>
231
-                    </div>
232
-                  </a>
215
+                  <div class="slideCon">
216
+                      <div class="text">金融服务</div>
217
+                  </div>
233
                 </div>
218
                 </div>
234
                 <div class="swiper-slide">
219
                 <div class="swiper-slide">
235
-                  <a href="./product.html"><img class="lazy" data-src="./static/images/index/product12.jpg" data-srcM="./static/images/index/product12.jpg" alt="" />
220
+                  <img class="lazy" data-src="./static/images/index/product12.jpg" data-srcM="./static/images/index/product12.jpg" alt="" />
236
                   <div class="slideZ"></div>
221
                   <div class="slideZ"></div>
237
-                      <div class="slideCon">
238
-                        <div class="text">石油化工</div>
239
-                    </div>
240
-                  </a>
222
+                  <div class="slideCon">
223
+                      <div class="text">石油化工</div>
224
+                  </div>
241
                 </div>
225
                 </div>
242
               </div>
226
               </div>
243
             </div>
227
             </div>
249
           </div>
233
           </div>
250
         </div>
234
         </div>
251
       </div>
235
       </div>
252
-      <div class="about">
236
+      <div class="wow fadeInUp about">
253
         <div class="wow fadeInUp title mTxt">业务版图</div>
237
         <div class="wow fadeInUp title mTxt">业务版图</div>
254
         <div class="aboutImg">
238
         <div class="aboutImg">
255
           <img class="lazy" data-src="./static/images/index/aboutbg.png" data-srcM="./static/images/index/aboutbgm.jpg" alt="" />
239
           <img class="lazy" data-src="./static/images/index/aboutbg.png" data-srcM="./static/images/index/aboutbgm.jpg" alt="" />
256
-          <img class="lazy imgZi" data-src="./static/images/index/aboutbg2.png" data-srcM="./static/images/index/aboutbgm2.png" alt="" />
257
-          <img class="lazy imgZi" data-src="./static/images/index/aboutbg3.png" data-srcM="./static/images/index/aboutbgm3.png" alt="" />
258
-          <img class="lazy imgZi" data-src="./static/images/index/aboutbg4.png" data-srcM="./static/images/index/aboutbgm4.png" alt="" />
259
-          <img class="lazy imgZi" data-src="./static/images/index/aboutbg5.png" data-srcM="./static/images/index/aboutbgm5.png" alt="" />
260
-          <img class="lazy imgZi" data-src="./static/images/index/aboutbg6.png" data-srcM="./static/images/index/aboutbgm6.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/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="" />
261
         </div>
245
         </div>
262
         <div class="aboutCon">
246
         <div class="aboutCon">
263
           <div class="wow fadeInUp title pcTxt">业务版图</div>
247
           <div class="wow fadeInUp title pcTxt">业务版图</div>
264
-          <div class="sltImg">
248
+          <div class="wow fadeInUp sltImg">
265
             业务版图缩略图
249
             业务版图缩略图
266
             <img src="./static/images/index/aboutbg7.png" alt=""/>
250
             <img src="./static/images/index/aboutbg7.png" alt=""/>
267
           </div>
251
           </div>
268
-          <a href="./socialResponsibility.html" class="wow fadeInUp btn3">产业布局<span class="icon iconfont icon-jiantou"></span></a>
252
+          <a href="./product.html" class="wow fadeInUp btn3">产业布局<span class="icon iconfont icon-jiantou"></span></a>
269
         </div>
253
         </div>
270
       </div>
254
       </div>
271
       <div class="wow fadeInUp history" id="fzlc">
255
       <div class="wow fadeInUp history" id="fzlc">

+ 43
- 13
src/pages/index/index.less View File

12
       width: 100%;
12
       width: 100%;
13
       height: 100%;
13
       height: 100%;
14
       img{
14
       img{
15
-        width: 100%;
15
+          width: 100%;
16
           height: 100%;
16
           height: 100%;
17
           object-fit: cover;
17
           object-fit: cover;
18
       }
18
       }
19
+      video{
20
+        width: 100%;
21
+        height: 100%;
22
+        object-fit: cover;
23
+      }
19
       .btn-prev,.btn-next{
24
       .btn-prev,.btn-next{
20
         position: absolute;
25
         position: absolute;
21
         top: 50%;
26
         top: 50%;
235
         height: calc(100% - 30px);
240
         height: calc(100% - 30px);
236
         box-sizing: border-box;
241
         box-sizing: border-box;
237
         padding-left: 40px;
242
         padding-left: 40px;
238
-        padding-top: 20px;
243
+        padding-top: 18px;
239
         overflow: hidden;
244
         overflow: hidden;
240
         &>div{
245
         &>div{
241
           width: 100%;
246
           width: 100%;
245
             width: 100%;
250
             width: 100%;
246
             display: flex;
251
             display: flex;
247
             justify-content: space-between;
252
             justify-content: space-between;
248
-            border-bottom: 1px solid #acacac5e;
253
+            border-bottom: 2px solid #acacac5e;
249
             padding: 24px 20px 24px 10px;
254
             padding: 24px 20px 24px 10px;
250
             box-sizing: border-box;
255
             box-sizing: border-box;
251
-            &:last-child{
252
-              border-bottom: 0px solid #ACACAC;
256
+            position: relative;
257
+            &::before{
258
+              content: '';
259
+              position: absolute;
260
+              bottom: -2px;
261
+              left: 0px;
262
+              width: 0%;
263
+              height: 2px;
264
+              background: #B81C25;
265
+              transition: all .5s ease;
253
             }
266
             }
267
+            // &:last-child{
268
+            //   border-bottom: 0px solid #ACACAC;
269
+            // }
254
             .timer{
270
             .timer{
255
               width: 65px;
271
               width: 65px;
256
               height: 66px;
272
               height: 66px;
296
           }
312
           }
297
           .liHight{
313
           .liHight{
298
             background: rgba(184,28,37,.05);
314
             background: rgba(184,28,37,.05);
315
+            &::before{
316
+              width: 100%;
317
+            }
299
             .newsLiCon{
318
             .newsLiCon{
300
               .liTitle,.licon{
319
               .liTitle,.licon{
301
                 color: #b81c25;
320
                 color: #b81c25;
368
       }
387
       }
369
       .swiper-slide{
388
       .swiper-slide{
370
         width: 312px;
389
         width: 312px;
371
-        transition: width .3s ease-in-out;
390
+        transition:width .45s cubic-bezier(.455,.03,.515,.955);
391
+        
372
         overflow: hidden;
392
         overflow: hidden;
373
         transform-origin: center;
393
         transform-origin: center;
374
         img {
394
         img {
615
           .hisIcon{
635
           .hisIcon{
616
             width: 46px;
636
             width: 46px;
617
             height: 46px;
637
             height: 46px;
618
-            border: 1px solid #999999;
638
+            border: 0px solid #999999;
619
             border-radius: 50%;
639
             border-radius: 50%;
620
             position: relative;
640
             position: relative;
621
             .cil1{
641
             .cil1{
628
               top: 7px;
648
               top: 7px;
629
               left: 7px;
649
               left: 7px;
630
               border-radius: 50%;
650
               border-radius: 50%;
651
+              opacity: 0;
631
             }
652
             }
632
             .cil2{
653
             .cil2{
633
               position: absolute;
654
               position: absolute;
687
             border: 1px solid rgba(184, 28, 37, 0.3);
708
             border: 1px solid rgba(184, 28, 37, 0.3);
688
             .cil1{
709
             .cil1{
689
               border: 1px solid #b81c25;
710
               border: 1px solid #b81c25;
711
+              opacity: 1;
690
             }
712
             }
691
             .cil2{
713
             .cil2{
692
               background: #b81c25;
714
               background: #b81c25;
798
       }
820
       }
799
       .activS{
821
       .activS{
800
         color: #B81C25;
822
         color: #B81C25;
823
+        font-weight: bold;
801
         &::before{
824
         &::before{
802
           opacity: 1;
825
           opacity: 1;
803
         }
826
         }
813
       }
836
       }
814
       .activS{
837
       .activS{
815
         display: block;
838
         display: block;
839
+
816
       }
840
       }
817
     }
841
     }
818
   }
842
   }
866
       padding-top: 130px;
890
       padding-top: 130px;
867
       height: auto;
891
       height: auto;
868
       .title{
892
       .title{
869
-        font-size: 32px;
893
+        font-size: 30px;
870
         line-height: 48px;
894
         line-height: 48px;
871
         br{
895
         br{
872
           display: block;
896
           display: block;
881
         display: block;
905
         display: block;
882
         bottom: 60px;
906
         bottom: 60px;
883
         .swiper-pagination-bullet{
907
         .swiper-pagination-bullet{
884
-          width: 5px;
885
-          height: 5px;
908
+          width: 6px;
909
+          height: 6px;
886
           margin: 0 6px;
910
           margin: 0 6px;
887
           &::before{
911
           &::before{
888
-            left: -4px;
889
-            top: -4px;
912
+            left: -3px;
913
+            top: -3px;
890
             width: 10px;
914
             width: 10px;
891
             height: 10px;
915
             height: 10px;
892
           }
916
           }
992
           background: #B81C25;
1016
           background: #B81C25;
993
         }
1017
         }
994
         &>div{
1018
         &>div{
995
-          width: 1002px;
1019
+          width: 1012px;
996
           justify-content: flex-start;
1020
           justify-content: flex-start;
997
           &>div{
1021
           &>div{
998
             width: auto;
1022
             width: auto;
1055
               font-size: 14px;
1079
               font-size: 14px;
1056
             }
1080
             }
1057
           }
1081
           }
1082
+          &:hover{
1083
+            width: 100%;
1084
+            .slideCon{
1085
+              opacity: 1;
1086
+            }
1087
+          }
1058
         }
1088
         }
1059
       }
1089
       }
1060
       .swiper-page{
1090
       .swiper-page{

+ 1
- 1
src/pages/join/App.js View File

8
 
8
 
9
 export default class App {
9
 export default class App {
10
     constructor() {
10
     constructor() {
11
-        let common = new Common(document.querySelector('.main'),5)   //导航菜单高亮,0是首页,后面的按顺序添加
11
+        let common = new Common(document.querySelector('.main'),3)   //导航菜单高亮,0是首页,后面的按顺序添加
12
         this.isMobile = isMobile()
12
         this.isMobile = isMobile()
13
         
13
         
14
         this.scroll = new LocomotiveScroll();
14
         this.scroll = new LocomotiveScroll();

+ 2
- 2
src/pages/join/index.html View File

15
     
15
     
16
     <div class="main">
16
     <div class="main">
17
       <div class="desCon">
17
       <div class="desCon">
18
-        <div class="wow fadeInUp desTop">
18
+        <!-- <div class="wow fadeInUp desTop">
19
           <div class="title">加入中泽</div>
19
           <div class="title">加入中泽</div>
20
-        </div>
20
+        </div> -->
21
         <!--  -->
21
         <!--  -->
22
         <div class="careersType" id="careersInfo">
22
         <div class="careersType" id="careersInfo">
23
           <div class="titleBg">
23
           <div class="titleBg">

+ 3
- 3
src/pages/join/index.less View File

25
 .desCon{
25
 .desCon{
26
   width: 100%;
26
   width: 100%;
27
   text-align: center;
27
   text-align: center;
28
-  padding-top: 120px;
28
+  padding-top: 100px;
29
   .desTop{
29
   .desTop{
30
     width: 100%;
30
     width: 100%;
31
     max-width: 1300px;
31
     max-width: 1300px;
282
                   width: 100%;
282
                   width: 100%;
283
                   display: flex;
283
                   display: flex;
284
                   justify-content: space-between;
284
                   justify-content: space-between;
285
-                  padding-bottom: 27px;
286
                   border-bottom: 1px solid #acacac5e;
285
                   border-bottom: 1px solid #acacac5e;
287
-                  padding-top: 27px;
286
+                  box-sizing: border-box;
287
+                  padding: 27px 8px;
288
                   &:last-child{
288
                   &:last-child{
289
                     border-bottom: 0px solid #ACACAC;
289
                     border-bottom: 0px solid #ACACAC;
290
                   }
290
                   }

+ 7
- 7
src/pages/news/index.html View File

32
                         </a> 
32
                         </a> 
33
                     </div>
33
                     </div>
34
                     <div class="news_banner2 wow fadeInUp">
34
                     <div class="news_banner2 wow fadeInUp">
35
-                        <img src="./static/images/news/02.png" alt="">
35
+                        <div class="news2Img"><img src="./static/images/news/02.png" alt=""></div>
36
                         <div class="banner2_cont">
36
                         <div class="banner2_cont">
37
                             <div class="txt1">交通运输部、国家发展改革委联合印发
37
                             <div class="txt1">交通运输部、国家发展改革委联合印发
38
                                 《交通物流降本提质增效行动计化》</div>
38
                                 《交通物流降本提质增效行动计化》</div>
45
                         </div>
45
                         </div>
46
                     </div>
46
                     </div>
47
                     <div class="news_banner2 wow fadeInUp">
47
                     <div class="news_banner2 wow fadeInUp">
48
-                        <img src="./static/images/news/03.png" alt="">
48
+                        <div class="news2Img"><img src="./static/images/news/03.png" alt=""></div>
49
                         <div class="banner2_cont">
49
                         <div class="banner2_cont">
50
                             <div class="txt1">交通运输部、国家发展改革委联合印发
50
                             <div class="txt1">交通运输部、国家发展改革委联合印发
51
                                 《交通物流降本提质增效行sddsd动计化》</div>
51
                                 《交通物流降本提质增效行sddsd动计化》</div>
59
                     </div>
59
                     </div>
60
                 </div>
60
                 </div>
61
                 <div class="tabs_box" id="point">
61
                 <div class="tabs_box" id="point">
62
-                    <a class="tabs_li tabs_lis">全部</a>
63
-                    <a class="tabs_li">集团新闻</a>
64
-                    <a class="tabs_li">前沿资讯</a>
65
-                    <a class="tabs_li">政策引领</a>
66
-                    <a class="tabs_li">研发创新</a>
62
+                    <div class="tabs_li tabs_lis">全部</div>
63
+                    <div class="tabs_li">集团新闻</div>
64
+                    <div class="tabs_li">行业资讯</div>
65
+                    <!-- <a class="tabs_li">政策引领</a>
66
+                    <a class="tabs_li">研发创新</a> -->
67
                 </div>
67
                 </div>
68
             </div>
68
             </div>
69
             <div class="news_ul">
69
             <div class="news_ul">

+ 47
- 22
src/pages/news/index.less View File

37
                 width: 750px;
37
                 width: 750px;
38
                 height: 523px;
38
                 height: 523px;
39
                 position: relative;
39
                 position: relative;
40
+                overflow: hidden;
41
+                border-radius: 12px;
40
                 img{
42
                 img{
41
                     width: 100%;
43
                     width: 100%;
42
                     height: 100%;
44
                     height: 100%;
43
-                    border-radius: 12px;
45
+                    transition: all 0.3s ease;
44
                 }
46
                 }
45
 
47
 
46
                 .news_content{
48
                 .news_content{
68
                         margin-top: 27px;
70
                         margin-top: 27px;
69
                     }
71
                     }
70
                 }
72
                 }
71
-                
73
+                &:hover{
74
+                    img{
75
+                        transform: scale(1.1);
76
+                    }
77
+                }
72
             }
78
             }
73
             .news_banner2{
79
             .news_banner2{
74
                 width: 340px;
80
                 width: 340px;
75
-                img{
81
+                .news2Img{
76
                     width: 100%;
82
                     width: 100%;
77
-                    height: 255px;
78
-                    object-fit: cover;
79
                     border-radius: 12px;
83
                     border-radius: 12px;
84
+                    overflow: hidden;
85
+                    height: 255px;
80
                     margin-bottom: 30px;
86
                     margin-bottom: 30px;
87
+                    img{
88
+                        width: 100%;
89
+                        height: 100%;
90
+                        object-fit: cover;
91
+                        transition: all 0.3s ease;
92
+                    }
93
+                }
94
+                &:hover{
95
+                    .news2Img{
96
+                    img{
97
+                        transform: scale(1.1);
98
+                    }}
81
                 }
99
                 }
82
                 .txt1{
100
                 .txt1{
83
                     font-weight: bold;
101
                     font-weight: bold;
179
         width: 100%;
197
         width: 100%;
180
         max-width: 1920px;
198
         max-width: 1920px;
181
         margin: 0 auto;
199
         margin: 0 auto;
182
-        background: #F6F6F6;
200
+        // background: #F6F6F6;
183
         box-sizing: border-box;
201
         box-sizing: border-box;
184
         .news_list{
202
         .news_list{
185
             width: 1300px;
203
             width: 1300px;
188
                 display: flex;
206
                 display: flex;
189
                 align-items: center;
207
                 align-items: center;
190
                 justify-content: space-between;
208
                 justify-content: space-between;
191
-                padding: 40px 0;
209
+                padding: 40px 8px;
192
                 border-bottom:1px solid #DADADA;
210
                 border-bottom:1px solid #DADADA;
193
-                transition: all .2s;
211
+                transition: all .3s;
194
                 .li_left{
212
                 .li_left{
195
                     width: 65px;
213
                     width: 65px;
196
                     height: 66px;
214
                     height: 66px;
270
                     }
288
                     }
271
                 }
289
                 }
272
                 &:hover{
290
                 &:hover{
273
-                    background: #EFEFEF;
291
+                    background: rgba(184, 28, 37, 0.05);
274
                     .li_cont{
292
                     .li_cont{
275
                         div:nth-child(1){
293
                         div:nth-child(1){
276
                             color: #B81C25;
294
                             color: #B81C25;
287
         display: block;
305
         display: block;
288
     }
306
     }
289
     .news_paging{
307
     .news_paging{
290
-        width: 100%;
291
         display: flex;
308
         display: flex;
292
         align-items: center;
309
         align-items: center;
293
         justify-content: center;
310
         justify-content: center;
294
         padding: 100px 0 120px;
311
         padding: 100px 0 120px;
295
-        background: #F6F6F6;
296
-        box-sizing: border-box;
297
         .previousPage{
312
         .previousPage{
298
             width: 40px;
313
             width: 40px;
299
             height: 40px;
314
             height: 40px;
305
             margin-right: 20px;
320
             margin-right: 20px;
306
             cursor: pointer;
321
             cursor: pointer;
307
             transition: all 0.2s;
322
             transition: all 0.2s;
323
+            border-radius: 20px;
324
+            box-sizing: border-box;
308
             span{
325
             span{
309
                 font-size: 26px;
326
                 font-size: 26px;
310
                 transform: rotate(-90deg);
327
                 transform: rotate(-90deg);
326
             margin-left: 20px;
343
             margin-left: 20px;
327
             cursor: pointer;
344
             cursor: pointer;
328
             transition: all 0.2s;
345
             transition: all 0.2s;
346
+            border-radius: 20px;
347
+            box-sizing: border-box;
329
             span{
348
             span{
330
                 font-size: 26px;
349
                 font-size: 26px;
331
                 transform: rotate(90deg);
350
                 transform: rotate(90deg);
340
             min-width: 40px;
359
             min-width: 40px;
341
             height: 40px;
360
             height: 40px;
342
             line-height: 40px;
361
             line-height: 40px;
362
+            font-family: Source Han Sans CN;
343
             font-size: 18px;
363
             font-size: 18px;
344
             color: #000;
364
             color: #000;
345
             transition: all 0.2s;
365
             transition: all 0.2s;
348
             cursor: pointer;
368
             cursor: pointer;
349
             text-align: center;
369
             text-align: center;
350
             border: 1px solid #DDE2E6;
370
             border: 1px solid #DDE2E6;
351
-            border-radius: 2px;
371
+            border-radius: 20px;
372
+            box-sizing: border-box;
352
             &:hover{
373
             &:hover{
353
                 background: #B81C25;
374
                 background: #B81C25;
354
                 border: 1px solid #B81C25;
375
                 border: 1px solid #B81C25;
355
                 color: #fff;
376
                 color: #fff;
356
             }
377
             }
357
         }
378
         }
358
-        .pageNumActive{
359
-            color: #fff;
360
-            background: #B81C25;
361
-        }
362
         .pageNums{
379
         .pageNums{
363
             pointer-events: none;
380
             pointer-events: none;
364
         }
381
         }
365
         .pageNum+.pageNum{
382
         .pageNum+.pageNum{
366
             margin-left: 10px;
383
             margin-left: 10px;
367
         }
384
         }
385
+        .pageNumActive{
386
+            color: #fff;
387
+            background-color: #B81C25;
388
+            border: 1px solid #B81C25;
368
 
389
 
390
+        }
369
         .ellipsis{
391
         .ellipsis{
392
+            font-family: Source Han Sans CN;
370
             font-weight: bold;
393
             font-weight: bold;
371
             font-size: 22px;
394
             font-size: 22px;
372
             padding: 10px 15px;
395
             padding: 10px 15px;
470
                     align-items: center;
493
                     align-items: center;
471
                     justify-content: space-between;
494
                     justify-content: space-between;
472
                     margin-bottom: 10.75vw;
495
                     margin-bottom: 10.75vw;
473
-                    img{
496
+                    .news2Img{
474
                         width: 45.375vw;
497
                         width: 45.375vw;
475
                         height: 34vw;
498
                         height: 34vw;
476
-                        margin-bottom: 0;
477
                         border-radius: 1.625vw;
499
                         border-radius: 1.625vw;
500
+                        overflow: hidden;
501
+                        height: 255px;
502
+                        margin-bottom: 0;
478
                     }
503
                     }
479
                     .banner2_cont{
504
                     .banner2_cont{
480
                         width: 42.5vw;
505
                         width: 42.5vw;
639
                 }   
664
                 }   
640
                 .news_banner2{
665
                 .news_banner2{
641
                     width: 300px;
666
                     width: 300px;
642
-                    img{
667
+                    .news2Img{
643
                         height: 180px;
668
                         height: 180px;
644
                         margin-bottom: 5px;
669
                         margin-bottom: 5px;
645
                     }
670
                     }
977
                 }   
1002
                 }   
978
                 .news_banner2{
1003
                 .news_banner2{
979
                     width: 330px;
1004
                     width: 330px;
980
-                    img{
1005
+                    .news2Img{
981
                         height: 200px;
1006
                         height: 200px;
982
                     }
1007
                     }
983
                     .txt1{
1008
                     .txt1{
1104
                     align-items: center;
1129
                     align-items: center;
1105
                     justify-content: space-between;
1130
                     justify-content: space-between;
1106
                     margin-bottom: 10.75vw;
1131
                     margin-bottom: 10.75vw;
1107
-                    img{
1132
+                    .news2Img{
1108
                         width: 45.375vw;
1133
                         width: 45.375vw;
1109
                         height: 34vw;
1134
                         height: 34vw;
1110
                         margin-bottom: 0;
1135
                         margin-bottom: 0;

+ 3
- 3
src/pages/partyBuilding/App.js View File

10
 
10
 
11
 export default class App {
11
 export default class App {
12
     constructor() {
12
     constructor() {
13
-        let common = new Common(document.querySelector('.main'),3)   //导航菜单高亮,0是首页,后面的按顺序添加
13
+        let common = new Common(document.querySelector('.main'),2)   //导航菜单高亮,0是首页,后面的按顺序添加
14
         this.isMobile = isMobile()
14
         this.isMobile = isMobile()
15
         let lazyDoms = document.querySelectorAll(".lazy");
15
         let lazyDoms = document.querySelectorAll(".lazy");
16
         let Time = null;
16
         let Time = null;
33
                 // item.load();
33
                 // item.load();
34
             }
34
             }
35
         });
35
         });
36
-        bindDom();
37
-        banner()
36
+        // bindDom();
37
+        // banner()
38
         function banner() {
38
         function banner() {
39
         
39
         
40
             let menuChange=true;
40
             let menuChange=true;

+ 29
- 46
src/pages/partyBuilding/index.html View File

15
 <body>
15
 <body>
16
     <%= require('../common/tpl/header.tpl') %>
16
     <%= require('../common/tpl/header.tpl') %>
17
         <div class="main">
17
         <div class="main">
18
-            <div class="content">
19
-                <div class="news_title wow fadeInUp">党建工作</div>
20
-            </div>
21
-            <div class="wow domInUp banner">
22
-                <div class="swiper bannerSwiper bannerSwiper1">
23
-                    <div class="swiper-wrapper">
24
-                        <div class="swiper-slide">
25
-                            <img class="lazy" data-src="./static/images/partyBuilding/01.png"
26
-                                data-srcM="./static/images/partyBuilding/01.png" alt="" />
27
-                        </div>
28
-                    </div>
29
-                    <!-- 如果需要分页器 -->
30
-                    <div class="swiper-pagination"></div>
31
-
32
-                    <!-- 如果需要导航按钮 -->
33
-                    <div class="btn-prev btn-prevB"><span class="icon iconfont icon-jiantou"></span></div>
34
-                    <div class="btn-next btn-nextB"><span class="icon iconfont icon-jiantou"></span></div>
35
-                </div>
36
-            </div>
37
-            <div class="content content2" id="p1">
18
+            <div class="wow fadeInUp content content2" id="p1">
38
                 <div class="news_title">企业党建</div>
19
                 <div class="news_title">企业党建</div>
39
             </div>
20
             </div>
40
-            <div class="tabs_box">
21
+            <!-- <div class="tabs_box">
41
                 <div class="tabs_li tabs_lis">全部<span>·</span>30</div>
22
                 <div class="tabs_li tabs_lis">全部<span>·</span>30</div>
42
                 <div class="tabs_li">党建活动<span>·</span>12</div>
23
                 <div class="tabs_li">党建活动<span>·</span>12</div>
43
                 <div class="tabs_li">党建会议<span>·</span>5</div>
24
                 <div class="tabs_li">党建会议<span>·</span>5</div>
44
                 <div class="tabs_li">党建表彰<span>·</span>10</div>
25
                 <div class="tabs_li">党建表彰<span>·</span>10</div>
45
-            </div>
46
-            <div class="article_list">
47
-                <a class="article_li">
48
-                    <img src="./static/images/partyBuilding/default.png" alt="">
26
+            </div> -->
27
+            <div class="wow fadeInUp article_list">
28
+                <a class="article_li" href="">
29
+                    <div class="liImg"><img src="./static/images/partyBuilding/default.png" alt=""></div>
49
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
30
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
50
                     <div class="txt2">2024-12-13</div>
31
                     <div class="txt2">2024-12-13</div>
51
                 </a>
32
                 </a>
52
-                <a class="article_li">
53
-                    <img src="./static/images/partyBuilding/03.png" alt="">
33
+                <a class="article_li" href="">
34
+                    <div class="liImg"><img src="./static/images/partyBuilding/03.png" alt=""></div>
54
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
35
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
55
                     <div class="txt2">2024-12-13</div>
36
                     <div class="txt2">2024-12-13</div>
56
                 </a>
37
                 </a>
57
-                <a class="article_li">
58
-                    <img src="./static/images/partyBuilding/04.png" alt="">
38
+                <a class="article_li" href="">
39
+                    <div class="liImg"><img src="./static/images/partyBuilding/04.png" alt=""></div>
59
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
40
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
60
                     <div class="txt2">2024-12-13</div>
41
                     <div class="txt2">2024-12-13</div>
61
                 </a>
42
                 </a>
62
-                <a class="article_li">
63
-                    <img src="./static/images/partyBuilding/05.png" alt="">
43
+                <a class="article_li" href="">
44
+                    <div class="liImg"><img src="./static/images/partyBuilding/05.png" alt=""></div>
64
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
45
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
65
                     <div class="txt2">2024-12-13</div>
46
                     <div class="txt2">2024-12-13</div>
66
                 </a>
47
                 </a>
67
-                <a class="article_li">
68
-                    <img src="./static/images/partyBuilding/06.png" alt="">
48
+                <a class="article_li" href="">
49
+                    <div class="liImg"><img src="./static/images/partyBuilding/06.png" alt=""></div>
69
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
50
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
70
                     <div class="txt2">2024-12-13</div>
51
                     <div class="txt2">2024-12-13</div>
71
                 </a>
52
                 </a>
72
-                <a class="article_li">
73
-                    <img src="./static/images/partyBuilding/07.png" alt="">
53
+                <a class="article_li" href="">
54
+                    <div class="liImg"><img src="./static/images/partyBuilding/07.png" alt=""></div>
74
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
55
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
75
                     <div class="txt2">2024-12-13</div>
56
                     <div class="txt2">2024-12-13</div>
76
                 </a>
57
                 </a>
77
-                <a class="article_li">
78
-                    <img src="./static/images/partyBuilding/08.png" alt="">
58
+                <a class="article_li" href="">
59
+                    <div class="liImg"><img src="./static/images/partyBuilding/08.png" alt=""></div>
79
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
60
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
80
                     <div class="txt2">2024-12-13</div>
61
                     <div class="txt2">2024-12-13</div>
81
                 </a>
62
                 </a>
82
-                <a class="article_li">
83
-                    <img src="./static/images/partyBuilding/09.png" alt="">
63
+                <a class="article_li" href="">
64
+                    <div class="liImg"><img src="./static/images/partyBuilding/09.png" alt=""></div>
84
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
65
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
85
                     <div class="txt2">2024-12-13</div>
66
                     <div class="txt2">2024-12-13</div>
86
                 </a>
67
                 </a>
87
-                <a class="article_li">
88
-                    <img src="./static/images/partyBuilding/10.png" alt="">
68
+                <a class="article_li" href="">
69
+                    <div class="liImg"><img src="./static/images/partyBuilding/10.png" alt=""></div>
89
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
70
                     <div class="txt1">中泽集团36人次当选党代表、人大代表、政协委员</div>
90
                     <div class="txt2">2024-12-13</div>
71
                     <div class="txt2">2024-12-13</div>
91
                 </a>
72
                 </a>
92
             </div>
73
             </div>
93
-            <div style="width: 100%;display: flex;justify-content: center;padding: 30px 0 50px;">
94
-                <a href="./enterprisePartyBuilding.html" class="btn newsHref">查看更多</a>
74
+            <div class="listBtn">
75
+                <!-- <a href="./enterprisePartyBuilding.html" class="btn newsHref">查看更多</a> -->
76
+                <a href="./enterprisePartyBuilding.html" class="wow fadeInUp btn3">查看更多<span class="icon iconfont icon-jiantou"></span></a>
95
             </div>
77
             </div>
96
             <!-- <div class="news_paging">
78
             <!-- <div class="news_paging">
97
                 <a id="previousPage" class="previousPage">
79
                 <a id="previousPage" class="previousPage">
107
                     <span class="icon iconfont icon-jiantou"></span>
89
                     <span class="icon iconfont icon-jiantou"></span>
108
                 </a>
90
                 </a>
109
             </div> -->
91
             </div> -->
110
-            <div class="study_box" id="p2">
111
-                <div class="study_head">
92
+            <div class=" wow domInUp study_box" id="p2">
93
+                <div class=" wow domInUp study_head">
112
                     <div class="txt">学习文件</div>
94
                     <div class="txt">学习文件</div>
113
-                    <a href="https://www.12371.cn/special/dnfg/" target="_blank">查看学习文件</a>
95
+                    <a href="https://www.12371.cn/special/dnfg/" target="_blank" class="btn3">查看学习文件<span class="icon iconfont icon-jiantou"></span></a>
96
+                    <!-- <a href="https://www.12371.cn/special/dnfg/">查看学习文件</a> -->
114
                 </div>
97
                 </div>
115
                 <div class="bannerSwiper2 wow domInUp">
98
                 <div class="bannerSwiper2 wow domInUp">
116
                     <img class="lazy" data-src="./static/images/partyBuilding/11.png"
99
                     <img class="lazy" data-src="./static/images/partyBuilding/11.png"

+ 59
- 17
src/pages/partyBuilding/index.less View File

19
         margin: 0 auto;
19
         margin: 0 auto;
20
         .news_title{
20
         .news_title{
21
             text-align: center;
21
             text-align: center;
22
-            padding-top: 120px;
23
-            margin-bottom: 80px;
22
+            padding-top: 100px;
23
+            margin-bottom: 50px;
24
             font-weight: bold;
24
             font-weight: bold;
25
             font-size: 64px;
25
             font-size: 64px;
26
             color: #333333;
26
             color: #333333;
158
             padding-bottom: 62px;
158
             padding-bottom: 62px;
159
             padding-right: 41px;
159
             padding-right: 41px;
160
             border-bottom: 1px solid #DDE2E6;
160
             border-bottom: 1px solid #DDE2E6;
161
-
161
+            .liImg{
162
+                width: 100%;
163
+                height: 305px;
164
+                margin-bottom: 20px;
165
+                overflow: hidden;
166
+                img{
167
+                    width: 100%;
168
+                    height: 305px;
169
+                    object-fit: cover;
170
+                    transition: all .3s ease;
171
+                }
172
+            }
162
             &:nth-of-type(3n){
173
             &:nth-of-type(3n){
163
                 padding-right: 0;
174
                 padding-right: 0;
164
             }
175
             }
174
                 border: 0;
185
                 border: 0;
175
                 margin: 0;
186
                 margin: 0;
176
             }
187
             }
177
-            img{
178
-                width: 100%;
179
-                height: 305px;
180
-                object-fit: cover;
181
-                margin-bottom: 20px;
182
-            }
188
+            // img{
189
+            //     width: 100%;
190
+            //     height: 305px;
191
+            //     object-fit: cover;
192
+            //     margin-bottom: 20px;
193
+            // }
183
             .txt1{
194
             .txt1{
184
                 font-size: 20px;
195
                 font-size: 20px;
185
                 color: #231f20;
196
                 color: #231f20;
190
                 text-overflow: ellipsis;
201
                 text-overflow: ellipsis;
191
                 line-height: 30px;
202
                 line-height: 30px;
192
                 margin-bottom: 20px;
203
                 margin-bottom: 20px;
204
+                transition: all .3s ease;
193
             }
205
             }
194
             .txt2{
206
             .txt2{
195
                 font-size: 14px;
207
                 font-size: 14px;
196
                 color: #666666;
208
                 color: #666666;
209
+                transition: all .3s ease;
210
+            }
211
+            &:hover{
212
+                .liImg{
213
+                    img{
214
+                        transform: scale(1.1);
215
+                    }
216
+                }
217
+                .txt1,.txt2{
218
+                    color: #B81C25;
219
+                }
197
             }
220
             }
198
         }
221
         }
199
     }
222
     }
223
+    .listBtn{
224
+        width: 100%;display: flex;justify-content: center;padding: 30px 0 90px;
225
+        a{
226
+            width: 200px;
227
+                height: 45px;
228
+                font-size: 14px;
229
+                line-height: 45px;
230
+                span{
231
+                    font-size: 26px;
232
+                }
233
+        }
234
+    }
200
     .news_paging{
235
     .news_paging{
201
         display: flex;
236
         display: flex;
202
         align-items: center;
237
         align-items: center;
309
             a{
344
             a{
310
                 width: 200px;
345
                 width: 200px;
311
                 height: 45px;
346
                 height: 45px;
312
-                background: #B81C25;
313
-                border-radius: 8px;
314
                 font-size: 14px;
347
                 font-size: 14px;
315
-                color: #FFFFFF;
316
-                text-align: center;
317
                 line-height: 45px;
348
                 line-height: 45px;
318
                 margin-right: 100px;
349
                 margin-right: 100px;
350
+                z-index: 1;
351
+                span{
352
+                    font-size: 26px;
353
+                }
319
             }
354
             }
320
         }
355
         }
321
         .bannerSwiper2{
356
         .bannerSwiper2{
381
     .main {
416
     .main {
382
         width: 100%;
417
         width: 100%;
383
         padding-top: 15vw;
418
         padding-top: 15vw;
419
+        .listBtn{
420
+            padding: 10px 0 30px;
421
+        }
384
         .content{
422
         .content{
385
             width: 92.125vw;
423
             width: 92.125vw;
386
             margin: 0 auto;
424
             margin: 0 auto;
571
         }
609
         }
572
         .study_box{
610
         .study_box{
573
             padding-top: 13.75vw;
611
             padding-top: 13.75vw;
574
-            padding-bottom: 35.875vw;
612
+            padding-bottom: 100px;
575
             position: relative;
613
             position: relative;
576
 
614
 
577
             .study_head{
615
             .study_head{
578
                 width: 92.125vw;
616
                 width: 92.125vw;
579
                 margin-bottom: 10.5vw;
617
                 margin-bottom: 10.5vw;
618
+                flex-wrap: wrap;
619
+                justify-content: center;
580
                 .txt{
620
                 .txt{
581
                     width: 100%;
621
                     width: 100%;
582
                     font-size: 6.25vw;
622
                     font-size: 6.25vw;
584
                     text-align: center;
624
                     text-align: center;
585
                 }
625
                 }
586
                 a{
626
                 a{
587
-                    position: absolute;
588
-                    bottom:15vw;
589
-                    left: calc(50% - 100px);
627
+                    // position: absolute;
628
+                    // bottom:15vw;
629
+                    // left: calc(50% - 100px);
590
                     // margin-left: -25%;
630
                     // margin-left: -25%;
631
+                    margin-right: 0px;
632
+                    margin-top: 20px;
591
                 }
633
                 }
592
             }
634
             }
593
             .bannerSwiper2{
635
             .bannerSwiper2{

+ 8
- 0
src/pages/product/App.js View File

39
         let isMob=this.isMobile;
39
         let isMob=this.isMobile;
40
         let productCks = document.querySelectorAll(".productTit");
40
         let productCks = document.querySelectorAll(".productTit");
41
         let productTits=document.querySelector(".productTits");
41
         let productTits=document.querySelector(".productTits");
42
+        
43
+        let productConBox=document.querySelector(".product .productConBox");
44
+        let productPage=document.querySelector(".product .swiper-page");
42
         function scrollLeft(num){
45
         function scrollLeft(num){
43
             let leftNum=0;
46
             let leftNum=0;
44
             productCks.forEach((item,index)=>{
47
             productCks.forEach((item,index)=>{
58
                 ease: "power1.out" // 缓动效果
61
                 ease: "power1.out" // 缓动效果
59
               });
62
               });
60
         }
63
         }
64
+        let pageAfter=0;
65
+        if(productConBox.getBoundingClientRect().width>1300){
66
+            pageAfter=(productConBox.getBoundingClientRect().width-productPage.getBoundingClientRect().width)/2;
67
+        }
61
         let mySwiper = new Swiper('.productSwiper', {
68
         let mySwiper = new Swiper('.productSwiper', {
62
                 autoplay: false,//可选选项,自动滑动
69
                 autoplay: false,//可选选项,自动滑动
63
                 autoHeight: true,
70
                 autoHeight: true,
66
                 spaceBetween: isMob?0:20,
73
                 spaceBetween: isMob?0:20,
67
                 allowTouchMove: isMob?true:false,
74
                 allowTouchMove: isMob?true:false,
68
                 slidesOffsetBefore : isMob?0:210,
75
                 slidesOffsetBefore : isMob?0:210,
76
+                slidesOffsetAfter : isMob?0:pageAfter,
69
                 navigation: {
77
                 navigation: {
70
                     nextEl: '.btn-nextP1',
78
                     nextEl: '.btn-nextP1',
71
                     prevEl: '.btn-prevP1',
79
                     prevEl: '.btn-prevP1',

BIN
src/pages/product/images/cymlbg.png View File


+ 32
- 53
src/pages/product/index.html View File

37
               <div>镍业</div>
37
               <div>镍业</div>
38
             </div>
38
             </div>
39
             <div class="productTit">
39
             <div class="productTit">
40
-              <div>大消费</div>
40
+              <div>产业互联网</div>
41
             </div>
41
             </div>
42
             <div class="productTit">
42
             <div class="productTit">
43
-              <div>产业互联网</div>
43
+              <div>化工</div>
44
             </div>
44
             </div>
45
             <div class="productTit">
45
             <div class="productTit">
46
-              <div>石油化工</div>
46
+              <div>大消费</div>
47
             </div>
47
             </div>
48
           </div>
48
           </div>
49
           </div>
49
           </div>
51
             <div class="swiper productSwiper">
51
             <div class="swiper productSwiper">
52
               <div class="swiper-wrapper">
52
               <div class="swiper-wrapper">
53
                 <div class="swiper-slide">
53
                 <div class="swiper-slide">
54
-                  <a href="./productDec1.html">
55
                     <img class="lazy" data-src="./static/images/product/core1.jpg" data-srcM="./static/images/product/core1.jpg" alt="" />
54
                     <img class="lazy" data-src="./static/images/product/core1.jpg" data-srcM="./static/images/product/core1.jpg" alt="" />
56
                     <div class="slideZ"></div>
55
                     <div class="slideZ"></div>
57
                     <div class="slideCon">
56
                     <div class="slideCon">
58
                         <div class="conTit">铁合金</div>
57
                         <div class="conTit">铁合金</div>
59
-                        <div class="text">铁合金板块是中泽集团重要业务板块之一,主要企业是吉林铁合金、吉铁铁合金、瑞志煤化工、新疆吉铁和辽阳铁合金,重点分布在内蒙、新疆地区。中泽集团发挥吉林铁合金技术、管理和品牌等综合优势,践行绿色发展理念,在资源配置合理地区以综合年产能120万吨为基础规划远期目标年产1000万吨的铁合金项目。</div>
58
+                        <div class="text">主要企业是吉林铁合金、吉铁铁合金、瑞志煤化工、新疆吉铁和辽阳铁合金综合运用新质生产力推动高耗能行业转型升级,打造产能规模最大、工艺技术最领先、综合成本最低、资源利用效率最高的铁合金产业集群,</div>
60
                     </div>
59
                     </div>
61
-                  </a>
62
                 </div>
60
                 </div>
63
                 <div class="swiper-slide">
61
                 <div class="swiper-slide">
64
-                  <a href="./productDec2.html"><img class="lazy" data-src="./static/images/product/core2.jpg" data-srcM="./static/images/product/core2.jpg" alt="" />
62
+                  <img class="lazy" data-src="./static/images/product/core2.jpg" data-srcM="./static/images/product/core2.jpg" alt="" />
65
                     <div class="slideZ"></div>
63
                     <div class="slideZ"></div>
66
                     <div class="slideCon">
64
                     <div class="slideCon">
67
                         <div class="conTit">炭素</div>
65
                         <div class="conTit">炭素</div>
68
                         <div class="text">主要企业是吉林炭素和吉蒙炭素,主要产品包括石墨电极、石墨阳极、炭块、糊类、特种炭制品、炭纤维制品等,产品销往40多个国家和地区。</div>
66
                         <div class="text">主要企业是吉林炭素和吉蒙炭素,主要产品包括石墨电极、石墨阳极、炭块、糊类、特种炭制品、炭纤维制品等,产品销往40多个国家和地区。</div>
69
                     </div>
67
                     </div>
70
-                  </a>
71
                 </div>
68
                 </div>
72
                 <div class="swiper-slide">
69
                 <div class="swiper-slide">
73
-                  <a href="./productDec3.html"><img class="lazy" data-src="./static/images/product/core3.jpg" data-srcM="./static/images/product/core3.jpg" alt="" />
70
+                  <img class="lazy" data-src="./static/images/product/core3.jpg" data-srcM="./static/images/product/core3.jpg" alt="" />
74
                     <div class="slideZ"></div>
71
                     <div class="slideZ"></div>
75
                     <div class="slideCon">
72
                     <div class="slideCon">
76
                       <div class="conTit">钼业</div>
73
                       <div class="conTit">钼业</div>
77
-                      <div class="text">钼业</div>
74
+                      <div class="text">主要企业是大黑山钼业、天池钼业、中泽钼业、中泽新型建材,以“钼采选+钼化工+钼制品+钼尾矿综合利用”为主线打造的“四位一体”大型钼产业集群。</div>
78
                     </div>
75
                     </div>
79
-                  </a>
80
                 </div>
76
                 </div>
81
                 <div class="swiper-slide">
77
                 <div class="swiper-slide">
82
-                  <a href="./productDec4.html"><img class="lazy" data-src="./static/images/product/core4.jpg" data-srcM="./static/images/product/core4.jpg" alt="" />
78
+                  <img class="lazy" data-src="./static/images/product/core4.jpg" data-srcM="./static/images/product/core4.jpg" alt="" />
83
                     <div class="slideZ"></div>
79
                     <div class="slideZ"></div>
84
                     <div class="slideCon">
80
                     <div class="slideCon">
85
                         <div class="conTit">镍业</div>
81
                         <div class="conTit">镍业</div>
86
-                        <div class="text">镍业</div>
82
+                        <div class="text">主要企业是吉恩镍业、四平吴融银业。依托吉恩镍业产业基础、品牌和技术优势,拓展原料渠道,把握镍产业发展机遇,致力于实现镍产业规模化、可持续发展。</div>
87
                     </div>
83
                     </div>
88
-                  </a>
89
                 </div>
84
                 </div>
90
                 <div class="swiper-slide">
85
                 <div class="swiper-slide">
91
-                  <a href="./productDec5.html"><img class="lazy" data-src="./static/images/product/core5.jpg" data-srcM="./static/images/product/core5.jpg" alt="" />
86
+                  <img class="lazy" data-src="./static/images/product/core6.jpg" data-srcM="./static/images/product/core6.jpg" alt="" />
92
                     <div class="slideZ"></div>
87
                     <div class="slideZ"></div>
93
                     <div class="slideCon">
88
                     <div class="slideCon">
94
-                      <div class="conTit">大消费</div>
95
-                      <div class="text">大消费</div>
89
+                      <div class="conTit">产业互联网</div>
90
+                      <div class="text">主要企业是北京万联易达控股集团有限公司。致力于以人工智能为支撑,推动产业生态智能化升级,为社会全产业提供商品贸易、整车物流、金融等数智化解决方案,促进全产业链协同发展。</div>
96
                     </div>
91
                     </div>
97
-                  </a>
98
                 </div>
92
                 </div>
99
                 <div class="swiper-slide">
93
                 <div class="swiper-slide">
100
-                  <a href="./productDec6.html"><img class="lazy" data-src="./static/images/product/core6.jpg" data-srcM="./static/images/product/core6.jpg" alt="" />
94
+                  <img class="lazy" data-src="./static/images/product/core7.jpg" data-srcM="./static/images/product/core7.jpg" alt="" />
101
                     <div class="slideZ"></div>
95
                     <div class="slideZ"></div>
102
                     <div class="slideCon">
96
                     <div class="slideCon">
103
-                      <div class="conTit">产业互联网</div>
104
-                      <div class="text">产业互联网</div>
97
+                      <div class="conTit">化工</div>
98
+                      <div class="text">主要企业是金煤化工、新瑞石化。中泽集团将以现有旗下化工企业为基础,逐步打造一个技术先进、产业链完备、市场领先的化工产业集群。</div>
105
                     </div>
99
                     </div>
106
-                  </a>
107
                 </div>
100
                 </div>
108
                 <div class="swiper-slide">
101
                 <div class="swiper-slide">
109
-                  <a href="./productDec7.html"><img class="lazy" data-src="./static/images/product/core7.jpg" data-srcM="./static/images/product/core7.jpg" alt="" />
102
+                  <img class="lazy" data-src="./static/images/product/core5.jpg" data-srcM="./static/images/product/core5.jpg" alt="" />
110
                     <div class="slideZ"></div>
103
                     <div class="slideZ"></div>
111
                     <div class="slideCon">
104
                     <div class="slideCon">
112
-                      <div class="conTit">石油化工</div>
113
-                      <div class="text">石油化工</div>
105
+                      <div class="conTit">大消费</div>
106
+                      <div class="text">主要企业是后谷控股(云南)有限公司。注册成立于2007年,是集咖啡种植、咖啡深加工、销售及进出口业务为一体的咖啡全产业链企业。后谷咖啡是中国第一个本土咖啡品牌,也是国内唯一家获得中国驰名商标的全产业链咖啡品牌。</div>
114
                     </div>
107
                     </div>
115
-                  </a>
116
                 </div>
108
                 </div>
117
               </div>
109
               </div>
118
             </div>
110
             </div>
136
         <div class="wow fadeInUp title" data-wow-delay="0.2s">成员名录</div>
128
         <div class="wow fadeInUp title" data-wow-delay="0.2s">成员名录</div>
137
         <div class="wow fadeInUp memberCon">
129
         <div class="wow fadeInUp memberCon">
138
           <div class="memberLi">
130
           <div class="memberLi">
139
-            <img src="./static/images/product/member1.jpg" alt=""/>
140
-            <div class="liTit">吉铁铁合金有限公司</div>
131
+            <div class="liImg"><img src="./static/images/product/member1.jpg" alt=""/></div>
141
             <div class="upDiv">
132
             <div class="upDiv">
142
               <div class="upDivTit">吉铁铁合金有限公司</div>
133
               <div class="upDivTit">吉铁铁合金有限公司</div>
143
               <div class="text">集生产经营、研发设 计、设备制造等于一体的全国铁合金行业龙头企业</div>
134
               <div class="text">集生产经营、研发设 计、设备制造等于一体的全国铁合金行业龙头企业</div>
145
             </div>
136
             </div>
146
           </div>
137
           </div>
147
           <div class="memberLi">
138
           <div class="memberLi">
148
-            <img src="./static/images/product/member2.jpg" alt=""/>
149
-            <div class="liTit">吉林炭素有限公司</div>
139
+            <div class="liImg"><img src="./static/images/product/member2.jpg" alt=""/></div>
150
             <div class="upDiv">
140
             <div class="upDiv">
151
               <div class="upDivTit">吉林炭素有限公司</div>
141
               <div class="upDivTit">吉林炭素有限公司</div>
152
               <div class="text">产品主要包括石墨电极、石墨阳极、炭块、糊类、特种炭制品、炭纤维制品等,广泛应用于冶金、化工、机械、电子、医疗及新材料等领域</div>
142
               <div class="text">产品主要包括石墨电极、石墨阳极、炭块、糊类、特种炭制品、炭纤维制品等,广泛应用于冶金、化工、机械、电子、医疗及新材料等领域</div>
154
             </div>
144
             </div>
155
           </div>
145
           </div>
156
           <div class="memberLi">
146
           <div class="memberLi">
157
-            <img src="./static/images/product/member3.jpg" alt=""/>
158
-            <div class="liTit">吉林吉恩镍业股份有限公司</div>
147
+            <div class="liImg"><img src="./static/images/product/member3.jpg" alt=""/></div>
159
             <div class="upDiv">
148
             <div class="upDiv">
160
               <div class="upDivTit">吉林吉恩镍业股份有限公司</div>
149
               <div class="upDivTit">吉林吉恩镍业股份有限公司</div>
161
               <div class="text">集采矿、选矿、冶炼、精炼、化工于一体的大型镍、铜、钴有色金属生产加工企业。</div>
150
               <div class="text">集采矿、选矿、冶炼、精炼、化工于一体的大型镍、铜、钴有色金属生产加工企业。</div>
163
             </div>
152
             </div>
164
           </div>
153
           </div>
165
           <div class="memberLi">
154
           <div class="memberLi">
166
-            <img src="./static/images/product/member4.jpg" alt=""/>
167
-            <div class="liTit">吉林大黑山钼业股份有限公司</div>
155
+            <div class="liImg"><img src="./static/images/product/member4.jpg" alt=""/></div>
168
             <div class="upDiv">
156
             <div class="upDiv">
169
               <div class="upDivTit">吉林大黑山钼业股份有限公司</div>
157
               <div class="upDivTit">吉林大黑山钼业股份有限公司</div>
170
               <div class="text">集钼金属采矿、选矿、碎石骨料加工为一体的综合性矿山企业</div>
158
               <div class="text">集钼金属采矿、选矿、碎石骨料加工为一体的综合性矿山企业</div>
172
             </div>
160
             </div>
173
           </div>
161
           </div>
174
           <div class="memberLi">
162
           <div class="memberLi">
175
-            <img src="./static/images/product/member5.jpg" alt=""/>
176
-            <div class="liTit">吉林中泽钼业有限公司</div>
163
+            <div class="liImg"><img src="./static/images/product/member5.jpg" alt=""/></div>
177
             <div class="upDiv">
164
             <div class="upDiv">
178
               <div class="upDivTit">吉林中泽钼业有限公司</div>
165
               <div class="upDivTit">吉林中泽钼业有限公司</div>
179
               <div class="text">产品主要为氧化钼、钼铁、钼酸铵、高纯氧化钼等。</div>
166
               <div class="text">产品主要为氧化钼、钼铁、钼酸铵、高纯氧化钼等。</div>
181
             </div>
168
             </div>
182
           </div>
169
           </div>
183
           <div class="memberLi">
170
           <div class="memberLi">
184
-            <img src="./static/images/product/member6.jpg" alt=""/>
185
-            <div class="liTit">万联易达物流科技有限公司</div>
171
+            <div class="liImg"><img src="./static/images/product/member6.jpg" alt=""/></div>
186
             <div class="upDiv">
172
             <div class="upDiv">
187
               <div class="upDivTit">万联易达物流科技有限公司</div>
173
               <div class="upDivTit">万联易达物流科技有限公司</div>
188
               <div class="text">以大宗商品交易和整车物流服务为纽带,以人工智能为支撑的产业互联网公司。</div>
174
               <div class="text">以大宗商品交易和整车物流服务为纽带,以人工智能为支撑的产业互联网公司。</div>
190
             </div>
176
             </div>
191
           </div>
177
           </div>
192
           <div class="memberLi">
178
           <div class="memberLi">
193
-            <img src="./static/images/product/member7.jpg" alt=""/>
194
-            <div class="liTit">通辽金煤化工有限公司</div>
179
+            <div class="liImg"><img src="./static/images/product/member7.jpg" alt=""/></div>
195
             <div class="upDiv">
180
             <div class="upDiv">
196
               <div class="upDivTit">通辽金煤化工有限公司</div>
181
               <div class="upDivTit">通辽金煤化工有限公司</div>
197
               <div class="text">主要产品包括煤制乙二醇、草酸、催化剂、完全生物降解塑料等</div>
182
               <div class="text">主要产品包括煤制乙二醇、草酸、催化剂、完全生物降解塑料等</div>
199
             </div>
184
             </div>
200
           </div>
185
           </div>
201
           <div class="memberLi">
186
           <div class="memberLi">
202
-            <img src="./static/images/product/member8.jpg" alt=""/>
203
-            <div class="liTit">辽宁省机械研究院有限公司</div>
187
+            <div class="liImg"><img src="./static/images/product/member8.jpg" alt=""/></div>
204
             <div class="upDiv">
188
             <div class="upDiv">
205
               <div class="upDivTit">辽宁省机械研究院有限公司</div>
189
               <div class="upDivTit">辽宁省机械研究院有限公司</div>
206
               <div class="text">主营科研业务为机械轻量化 设计、智能装备及大宗固废综合利用系统等。</div>
190
               <div class="text">主营科研业务为机械轻量化 设计、智能装备及大宗固废综合利用系统等。</div>
208
             </div>
192
             </div>
209
           </div>
193
           </div>
210
           <div class="memberLi">
194
           <div class="memberLi">
211
-            <img src="./static/images/product/member9.jpg" alt=""/>
212
-            <div class="liTit">吉林卓创新材料有限公司</div>
195
+            <div class="liImg"><img src="./static/images/product/member9.jpg" alt=""/></div>
213
             <div class="upDiv">
196
             <div class="upDiv">
214
               <div class="upDivTit">吉林卓创新材料有限公司</div>
197
               <div class="upDivTit">吉林卓创新材料有限公司</div>
215
               <div class="text">主要生产羰基铁粉、羰基镍粉等新材料产品。</div>
198
               <div class="text">主要生产羰基铁粉、羰基镍粉等新材料产品。</div>
217
             </div>
200
             </div>
218
           </div>
201
           </div>
219
           <div class="memberLi">
202
           <div class="memberLi">
220
-            <img src="./static/images/product/member10.jpg" alt=""/>
221
-            <div class="liTit">吉林中泽新型建材有限公司</div>
203
+            <div class="liImg"><img src="./static/images/product/member10.jpg" alt=""/></div>
222
             <div class="upDiv">
204
             <div class="upDiv">
223
               <div class="upDivTit">吉林中泽新型建材有限公司</div>
205
               <div class="upDivTit">吉林中泽新型建材有限公司</div>
224
               <div class="text">主营蒸压加气混凝土砌块、板材、高性能无机石等系列绿色建材产品。</div>
206
               <div class="text">主营蒸压加气混凝土砌块、板材、高性能无机石等系列绿色建材产品。</div>
226
             </div>
208
             </div>
227
           </div>
209
           </div>
228
           <div class="memberLi">
210
           <div class="memberLi">
229
-            <img src="./static/images/product/member11.jpg" alt=""/>
230
-            <div class="liTit">朝阳重型机器有限公司</div>
211
+            <div class="liImg"><img src="./static/images/product/member11.jpg" alt=""/></div>
231
             <div class="upDiv">
212
             <div class="upDiv">
232
               <div class="upDivTit">朝阳重型机器有限公司</div>
213
               <div class="upDivTit">朝阳重型机器有限公司</div>
233
               <div class="text">公司成立于1959年,是集研发设计、设备制造、安装服务、进出口商务、物流及技术咨询于一体的综合性装备制造企业。</div>
214
               <div class="text">公司成立于1959年,是集研发设计、设备制造、安装服务、进出口商务、物流及技术咨询于一体的综合性装备制造企业。</div>
235
             </div>
216
             </div>
236
           </div>
217
           </div>
237
           <div class="memberLi">
218
           <div class="memberLi">
238
-            <img src="./static/images/product/member12.jpg" alt=""/>
239
-            <div class="liTit">黑龙江新瑞石油化工有限公司</div>
219
+            <div class="liImg"><img src="./static/images/product/member12.jpg" alt=""/></div>
240
             <div class="upDiv">
220
             <div class="upDiv">
241
               <div class="upDivTit">黑龙江新瑞石油化工有限公司</div>
221
               <div class="upDivTit">黑龙江新瑞石油化工有限公司</div>
242
               <div class="text">主要产品为甲基叔丁基醚(MTBE)、乙苯、液化气、正丁烷等。</div>
222
               <div class="text">主要产品为甲基叔丁基醚(MTBE)、乙苯、液化气、正丁烷等。</div>
244
             </div>
224
             </div>
245
           </div>
225
           </div>
246
           <div class="memberLi">
226
           <div class="memberLi">
247
-            <img src="./static/images/product/member13.jpg" alt=""/>
248
-            <div class="liTit">吉林市神舟炭纤维有限责任公司</div>
227
+            <div class="liImg"><img src="./static/images/product/member13.jpg" alt=""/></div>
249
             <div class="upDiv">
228
             <div class="upDiv">
250
               <div class="upDivTit">吉林市神舟炭纤维有限责任公司</div>
229
               <div class="upDivTit">吉林市神舟炭纤维有限责任公司</div>
251
               <div class="text">主要产品有聚丙烯睛基碳纤维、平纹碳布、斜纹碳布,主要应用于国防军工和民用领域。</div>
230
               <div class="text">主要产品有聚丙烯睛基碳纤维、平纹碳布、斜纹碳布,主要应用于国防军工和民用领域。</div>
253
             </div>
232
             </div>
254
           </div>
233
           </div>
255
           <div class="memberLi">
234
           <div class="memberLi">
256
-            <!-- <img src="./static/images/product/member1.png" alt=""/> -->
235
+            <!-- <div class="liImg"><img src="./static/images/product/member1.png" alt=""/></div> -->
257
             <div class="liTit">沈阳中泽镁材料研究院有限公司</div>
236
             <div class="liTit">沈阳中泽镁材料研究院有限公司</div>
258
             <div class="upDiv">
237
             <div class="upDiv">
259
               <div class="upDivTit">沈阳中泽镁材料研究院有限公司</div>
238
               <div class="upDivTit">沈阳中泽镁材料研究院有限公司</div>

+ 77
- 9
src/pages/product/index.less View File

90
           text-align: center;
90
           text-align: center;
91
           color: #fff;
91
           color: #fff;
92
           box-sizing: border-box;
92
           box-sizing: border-box;
93
-          background-color: #b81c25;
93
+          background-color: rgba(184, 28, 37, 0.8);
94
           height: 80px;
94
           height: 80px;
95
           transition: all .3s ease-in-out;
95
           transition: all .3s ease-in-out;
96
           .conTit{
96
           .conTit{
222
       flex-wrap: wrap;
222
       flex-wrap: wrap;
223
       justify-content: center;
223
       justify-content: center;
224
       align-content: center;
224
       align-content: center;
225
+      transition: all 0.4s ease 0s;
226
+      .liImg{
227
+        height: 144px;
228
+        width: 100%;
229
+        position: relative;
230
+        transition: all 0.4s ease 0s;
231
+        img{
232
+          width: auto;
233
+          height: auto;
234
+          max-height: 100%;
235
+          position: absolute;
236
+          left: 50%;
237
+          top: 50%;
238
+          transform: translate(-50%, -50%);
239
+        }
240
+      }
225
       .liTit{
241
       .liTit{
226
         width: 100%;
242
         width: 100%;
227
         font-size: 20px;
243
         font-size: 20px;
228
         color: #333333;
244
         color: #333333;
245
+        transition: all 0.4s ease 0s;
229
       }
246
       }
247
+      // .text{
248
+      //   font-size: 16px;
249
+      //   line-height: 24px;
250
+      //   padding: 0px 20px;
251
+      //   display: none;
252
+      //   color: #fff;
253
+      //   margin-top: 20px;
254
+      // }
255
+      // a{
256
+      //   width: 54px;
257
+      //   height: 0px;
258
+      //   display: block;
259
+      //   position: absolute;
260
+      //   bottom: 40px;
261
+      //   left: 50%;
262
+      //   transform: translateX(-50%);
263
+      //   background: url(./images/aicon.png) no-repeat;
264
+      //   background-size: 100% 100%;
265
+      //   transition: all 0.4s ease 0s;
266
+      // }
230
       .upDiv{
267
       .upDiv{
231
         position: absolute;
268
         position: absolute;
232
         width: 100%;
269
         width: 100%;
233
         height: 100%;
270
         height: 100%;
234
-        background: #B81C25;
271
+        background: url(./images/cymlbg.png) no-repeat;
272
+        background-size: 100% 100%;
235
         color: #fff;
273
         color: #fff;
236
         box-sizing: border-box;
274
         box-sizing: border-box;
237
         padding:35px 40px;
275
         padding:35px 40px;
242
         .upDivTit{
280
         .upDivTit{
243
           font-size: 20px;
281
           font-size: 20px;
244
           margin-bottom: 20px;
282
           margin-bottom: 20px;
283
+          transform: translateY(100%);
284
+          transition: all 0.4s ease 0s;
245
         }
285
         }
246
         .text{
286
         .text{
247
           font-size: 16px;
287
           font-size: 16px;
248
           line-height: 24px;
288
           line-height: 24px;
289
+          transform: translateY(70%);
290
+          transition: all 0.4s ease 0s;
249
         }
291
         }
250
         a{
292
         a{
251
           width: 54px;
293
           width: 54px;
252
-          height: 54px;
294
+          height: 0px;
253
           display: block;
295
           display: block;
254
           position: absolute;
296
           position: absolute;
255
           bottom: 40px;
297
           bottom: 40px;
257
           transform: translateX(-50%);
299
           transform: translateX(-50%);
258
           background: url(./images/aicon.png) no-repeat;
300
           background: url(./images/aicon.png) no-repeat;
259
           background-size: 100% 100%;
301
           background-size: 100% 100%;
302
+          transition: all 0.4s ease 0s;
260
         }
303
         }
261
       }
304
       }
262
       &:hover{
305
       &:hover{
306
+        
307
+        // .text{
308
+        //   display: block;
309
+        // }
310
+        
263
         .upDiv{
311
         .upDiv{
264
           opacity: 1;
312
           opacity: 1;
313
+          .upDivTit,.text{
314
+            transform: translateY(0%);
315
+          }
316
+          a{
317
+            height: 54px;
318
+          }
265
         }
319
         }
266
       }
320
       }
267
     }
321
     }
290
     padding-bottom: 30px;
344
     padding-bottom: 30px;
291
   }
345
   }
292
   .product{
346
   .product{
293
-    padding: 100px 15px;
347
+    padding: 50px 15px;
294
     box-sizing: border-box;
348
     box-sizing: border-box;
295
-    &>.text{
296
-      margin: 30px auto 0;
349
+    &>.title{
350
+      text-align: center;
297
     }
351
     }
298
     .productCon{
352
     .productCon{
299
-      margin: 40px auto 0px;
353
+      margin: 30px auto 0px;
300
       .productTits{
354
       .productTits{
301
         width: 100%;
355
         width: 100%;
302
         overflow-x: scroll;
356
         overflow-x: scroll;
352
         }
406
         }
353
       }
407
       }
354
       .productConBox{
408
       .productConBox{
355
-        margin-top: 35px;
409
+        margin-top: 22px;
356
         height: auto;
410
         height: auto;
357
         &>div{
411
         &>div{
358
           height: auto;
412
           height: auto;
426
         margin-top: 20px;
480
         margin-top: 20px;
427
         width: 100%;
481
         width: 100%;
428
         height: 165px;
482
         height: 165px;
483
+        .liImg{
484
+          height: 72px;
485
+        }
429
         .liTit{
486
         .liTit{
430
           font-size: 16px;
487
           font-size: 16px;
431
         }
488
         }
489
+        
432
         .upDiv{
490
         .upDiv{
433
           padding: 15px 15px;
491
           padding: 15px 15px;
434
           .upDivTit{
492
           .upDivTit{
438
           .text{
496
           .text{
439
             font-size: 12px;
497
             font-size: 12px;
440
             line-height: 20px;
498
             line-height: 20px;
499
+            padding: 0px 10px;
441
           }
500
           }
442
           a{
501
           a{
443
             width: 32px;
502
             width: 32px;
444
-            height: 32px;
503
+            height: 0px;
445
             bottom: 15px;
504
             bottom: 15px;
446
           }
505
           }
506
+          
507
+        }
508
+        &:hover{
509
+          .upDiv{
510
+            a{
511
+              height: 32px;
512
+            }
513
+          }
514
+          
447
         }
515
         }
448
       }
516
       }
449
     }
517
     }

+ 1
- 1
src/pages/socialResponsibility/App.js View File

10
 
10
 
11
 export default class App {
11
 export default class App {
12
     constructor() {
12
     constructor() {
13
-        let common = new Common(document.querySelector('.main'),4)   //导航菜单高亮,0是首页,后面的按顺序添加
13
+        let common = new Common(document.querySelector('.main'),2)   //导航菜单高亮,0是首页,后面的按顺序添加
14
         this.isMobile = isMobile()
14
         this.isMobile = isMobile()
15
         this.num = 0;
15
         this.num = 0;
16
         //
16
         //

+ 1
- 0
src/pages/socialResponsibility/index.html View File

136
             <a class="pageNum">2</a>
136
             <a class="pageNum">2</a>
137
             <a class="pageNum">3</a>
137
             <a class="pageNum">3</a>
138
             <a class="pageNum pageNums">...</a>
138
             <a class="pageNum pageNums">...</a>
139
+            <a class="pageNum">300</a>
139
           </div>
140
           </div>
140
           <a id="nextPage" class="nextPage">
141
           <a id="nextPage" class="nextPage">
141
             <span class="icon iconfont icon-jiantou"></span>
142
             <span class="icon iconfont icon-jiantou"></span>

+ 2
- 1
src/pages/socialResponsibility/index.less View File

52
                 display: flex;
52
                 display: flex;
53
                 align-items: center;
53
                 align-items: center;
54
                 justify-content: space-between;
54
                 justify-content: space-between;
55
-                padding: 40px 0;
55
+                padding: 40px 8px;
56
                 border-bottom:1px solid #DADADA;
56
                 border-bottom:1px solid #DADADA;
57
                 transition: all .2s;
57
                 transition: all .2s;
58
+                box-sizing: border-box;
58
                 .li_left{
59
                 .li_left{
59
                     width: 65px;
60
                     width: 65px;
60
                     height: 66px;
61
                     height: 66px;

Loading…
Cancel
Save