index.html
53.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Title</title>
<meta name="description" content="Meta Description">
<meta name="keywords" content="Meta Keyword">
<link rel="icon" href="https://ecdn6.globalso.com/upload/p/2/image_other/2023-10/653f74ed10f8542618.png">
<!-- core CSS --><link href="https://v6.globalso.com/Globalso/css/style.css" rel="stylesheet">
<link href="https://v6.globalso.com/Globalso/libs/aos/aos.css" rel="stylesheet">
<link href="https://v6.globalso.com/Globalso/libs/aos/animate.min.css" rel="stylesheet">
<link href="https://v6.globalso.com/Globalso/css/common.css" rel="stylesheet">
<!-- core JS --><script src="https://v6.globalso.com/Globalso/js/jquery.min.js"></script><script src="https://v6.globalso.com/Globalso/libs/aos/common.js"></script><script>
var currentPage = "home"
</script><style id="globalsojs-header">:root {--bs-screen-full: 100%;--bs-screen-xxl: 88%;--bs-screen-large: 78%;--bs-screen-mid: 68%;--bs-screen-small: 58%;--bs-font-sans-serif: Poppins;--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-color: #333333;--bs-body-bg: #fff;--bs-theme-color: #007eff;--bs-sec-theme-color: #000;--bs-link-color: #333333;--bs-link-hover-color: #007eff;--bs-h-font-sans-serif: "Poppins";--bs-h-font-weight: 700;--bs-h-font-size: 1rem;}.section-block-demo1-header[head-position="position-fixed"] {background-color: transparent;box-shadow: unset;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255, 255, 255, 0.1);}.section-block-demo1-header[head-position="position-fixed"].fixed-nav {background-color: rgba(0, 0, 0, 0.8);}.section-block-demo1-header .change-language {padding-left: 1.5rem;border-left-width: ;border-left-style: ;border-left-color: ;}.section-block-demo1-header .nav {justify-content: center;}.section-block-demo1-header .nav > li {margin-top: 0px;margin-right: 1.5rem;margin-bottom: 0px;margin-left: 1.5rem;}.section-block-demo1-header[head-position="position-fixed"] .nav > li > a, .section-block-demo1-header[head-position="position-fixed"] .change-language .change-language-title {color: rgb(255, 255, 255);}.section-block-demo1-header[head-position="position-fixed"] .nav > li > a b svg, .section-block-demo1-header[head-position="position-fixed"] .search-toggle svg, .section-block-demo1-header[head-position="position-fixed"] .change-language .change-language-title svg {fill: rgb(255, 255, 255);}img {width: auto;height: auto;}</style>
<style id="globalsojs-styles">
</style>
<style id="globalsojs-footer">
.section-block-demo7-footer{ background-color: var(--bs-theme-color);}
.section-block-demo7-footer .foot-contacts li .foot-ico svg {
fill:#fff;
}
</style>
<link id="google-fonts-link" href="https://fonts.googleapis.com/css2?display=swap&family=Poppins:wght@100;200;300;400;500;600;700;800;900" rel="stylesheet">
<!-- header --><meta property="og:title" content="Title">
<meta property="og:type" content="site">
<meta property="og:site_name" content="Title">
<script>var currentPage = "index"</script><meta property="og:url" content="https://customsite.globalso.site/index.html">
<meta property="og:image" content="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c46118e89614.png">
<link rel="canonical" href="https://customsite.globalso.site/">
<link rel="alternate" hreflang="es" href="https://customsite.globalso.site/">
<meta name="cookie_consent_banner" content="0">
</head>
<body data-aos-easing="ease" data-aos-duration="400" data-aos-delay="0" class="fixed-body" unevents="">
<header headerindex="" class="section-header-wrap-block section-block-demo1-header fixed-nav fixed-nav-active" data-screen="screen-xxl" search-placeholder-color="placeholder-color-grey" search-style="search-style-2" head-active-bg-color="head-ac-bg-color-theme" head-active-text-color="head-ac-text-color-theme" head-active-bg-ani="head-ac-bg-an2" headerprivate=""><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<div class="layout" data-unable="demo1-header">
<a title="" aria-label="" href="#" class="logo"><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c46118e89614.png" alt="64eeb3cf5a"></a>
<ul class="nav" data-module="1" data-nav-type="default" navsubtype="" blockitems="">
<li blockitem="" data-page="index" class="">
<a blocklink="" title="index" aria-label="" href="/" data-desc="" target="_blank"><i class="ico" style="display:none;"><img blockimagetype="" src="" alt="home"></i><em blocktitle="">home</em></a>
</li>
<li blockitem="" data-page="products" class="nav-li-1" data-sub-type="1">
<a blocklink="" title="products" aria-label="" href="/products/" data-desc="" target="_self"><i class="ico" style="display:none;"><img blockimagetype="" src="" alt="products"></i><em blocktitle="">products</em></a>
</li>
</ul>
<div class="search">
<button type="button" class="search-toggle" id="search-toggle" title="search" onclick="GlobalsoIframe.search.init(this)">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="20" height="20" fill="#333"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z"></path></g></svg></button>
<div class="search-dropdown-menu">
<div id="search-close" class="search-close" onclick="GlobalsoIframe.search.init(this)"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64" fill="#333"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"></path></g></svg></div>
<form action="/search/">
<input type="text" class="form-control" name="search" placeholder="Enter Keywords..."><button class="btn-search" type="submit" title="search">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="20" height="20"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M11 2c4.968 0 9 4.032 9 9s-4.032 9-9 9-9-4.032-9-9 4.032-9 9-9zm0 16c3.867 0 7-3.133 7-7 0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7zm8.485.071l2.829 2.828-1.415 1.415-2.828-2.829 1.414-1.414z"></path></g></svg></button>
</form>
</div>
</div>
<div class="change-language" data-module="2">
<div class="change-language-title">
<b class="country-flag language-flag-es"></b> <span>Spanish</span>
<i><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewbox="0 0 512 512"><path d="M98,190.06,237.78,353.18a24,24,0,0,0,36.44,0L414,190.06c13.34-15.57,2.28-39.62-18.22-39.62H116.18C95.68,150.44,84.62,174.49,98,190.06Z"></path></svg></i>
</div>
<div class="change-language-cont">
<div class="prisna-wp-translate-seo" blockitems=""></div>
</div>
</div>
</div>
<div class="pop-box inquiry-box">
<div class="box-container">
<div class="box-header">
<strong class="title">Inquiry</strong>
<i class="close" onclick="GlobalsoIframe.popUp.inquiryClose(this)"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64" fill="#333"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z"></path></g></svg></i>
</div>
<div class="box-body">
Form loading...
</div>
</div>
</div>
<style>
</style>
<script>
</script></header><main><section swiperbanner="" data-section="section" data-screen="screen-full" class="section-banner-wrap-block section-block-demo1-banner1" id="sectionIdxiu7487" data-pagination="always-show" slide-button="slide-button-false" pagination-btn-color="theme" pagination-btn-position="bottom" pagination-style="custom-5" slide-btn-style="square"><div class="layout outer-swiper-wrap" data-unable="demo1-banner1">
<div class="execute-swiper-slide swiper-backface-hidden">
<div class="swiper-wrapper" data-swiper-wrapper="swiperdestroy">
<div class="swiper-slide" data-slide-type="active">
<a class="item-inner" title="" aria-label="" href="#">
<img class="ani" swiper-animate-effect="zoomImage" swiper-animate-duration="2.5s" swiper-animate-delay="0s" src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c45a9ec79364.jpg" data-src-desktop="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c45a9ec79364.jpg" data-src-mobile="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c45a9ec79364.jpg" alt="slide1"></a>
</div>
<div class="swiper-slide" data-slide-type="next">
<a class="item-inner" title="" aria-label="" href="#">
<img class="ani" swiper-animate-effect="zoomImage" swiper-animate-duration="2.5s" swiper-animate-delay="0s" src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c45e02918158.jpg" data-src-desktop="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c45e02918158.jpg" data-src-mobile="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c45e02918158.jpg" alt="slide2"></a>
</div>
</div>
</div>
<div class="swiper-control">
<div class="swiper-button swiper-button-prev"></div>
<div class="swiper-pagination swiper-pagination-clickable">
<span class="swiper-pagination-bullet">01</span><span class="swiper-pagination-bullet">02</span>
</div>
<div class="swiper-button swiper-button-next"></div>
</div>
</div>
<style>
.section-block-demo1-banner1 {
overflow: hidden;
}
.section-block-demo1-banner1 img {
visibility: visible !important;
}
[pagination-style="custom-5"] .swiper-pagination-bullet {
width: 10px;
height: 10px;
margin:.5rem; border-radius: 10px; opacity: .7;
}
[pagination-style="custom-5"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 35px; opacity: 1;
}
</style>
<script>
GlobalsoIframe.Swiper.swiperNormal({
container: "#sectionIdxiu7487 .execute-swiper-slide",
effect: "fade",
delay: 3000,
speed: 1200,
// paginationType: "numbers" // 分页器类型 "" 默认圆点 | "numbers" 数字 | "custom" 分式
})
</script></section><section data-section="section" data-screen="screen-mid" class="section-about-wrap-block section-block-demo33-about1" id="sectionIdabou033"><div class="layout d-flex flex-wrap justify-content-between about-inner align-items-center" data-unable="demo1-about1">
<div class="about-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb3c45685979595.png" alt="64eeb3c6ag"><span class="about-tag"><em>RICH <br> Experience</em></span>
</div>
<div class="about-info">
<div class="title-bar">
<h1 heading-type="10" class="title">
<i></i><strong content-text="">about our company</strong><i></i>
</h1>
</div>
<div class="about-desc">
<p>After more than ten years of continuous efforts, we have developed into a large and medium-sized international enterprise specializing in the design and production of equipment for the production line of export adhesives.</p>
<p>After more than ten years of continuous efforts, we have developed into a large and medium-sized international enterprise specializing in the design and production of equipment for the production line of export adhesives.</p>
</div>
<a class="btn" btn-hover-animation="btn-ani-wave" title="" aria-label="" href="">read more<i class="la"></i><i class="btn-ani"></i></a>
</div>
</div>
<style>
.section-block-demo33-about1{margin:6.5rem 0;}
.section-block-demo33-about1 .title-bar{margin-bottom:3rem;color:#000;}
.section-block-demo33-about1 [heading-type="10"]{margin-left:0;}
.section-block-demo33-about1 .about-title{margin-bottom:2.5rem;color:#000;letter-spacing:-1px;font-weight:700;font-size:2.6rem;line-height:1.33;}
.section-block-demo33-about1 .about-img{position:relative;width:38%;}
.section-block-demo33-about1 .about-img .about-tag{position:absolute;top:55%;right:0;padding:1.5rem;background:var(--bs-theme-color);color:#fff;text-align:center;font-weight:700;font-size:1.5rem;-webkit-transform:translateX(50%);transform:translateX(50%);}
.section-block-demo33-about1 .about-info{margin-bottom:3rem;width:48%;color:#777;font-size:1.143rem;line-height:1.875;}
.section-block-demo33-about1 .about-info .btn{margin-top:2.5rem;padding:.2rem 1.5rem;text-transform:capitalize;}
@media only screen and (max-width:1366px){.section-block-demo33-about1{margin:4.5rem 0;}
.section-block-demo33-about1 .title-bar{margin-bottom:2rem;}
.section-block-demo33-about1 .about-title{margin-bottom:1.8rem;font-size:2rem;}
.section-block-demo33-about1 .about-img .about-tag{top:45%;padding:1rem;font-size:1.2rem;}
.section-block-demo33-about1 .about-info{margin-bottom:2rem;font-size:1rem;}
.section-block-demo33-about1 .about-info .btn{margin-top:2rem;padding:.2rem 1.5rem;}
}
@media only screen and (max-width:1080px){.section-block-demo33-about1{margin:3rem 0;}
.section-block-demo33-about1 .title-bar{margin-bottom:1.3rem;}
.section-block-demo33-about1 .title-bar .title{font-size:1.8rem;}
.section-block-demo33-about1 .about-title{margin-bottom:1.2rem;font-size:1.6rem;}
.section-block-demo33-about1 .about-img .about-tag{font-size:1rem;}
.section-block-demo33-about1 .about-info{margin-bottom:1.5rem;width:50%;font-size:13px;}
.section-block-demo33-about1 .about-info .btn{margin-top:1.5rem;padding:0 1.2rem;font-size:1.15rem;}
}
@media only screen and (max-width:768px){.section-block-demo33-about1{margin:2rem 0;}
.section-block-demo33-about1 .about-img{position:relative;width:90%;}
.section-block-demo33-about1 .about-img .about-tag{right:-10%;font-size:1rem;-webkit-transform:unset;transform:unset;}
.section-block-demo33-about1 .title-bar .title{font-size:1.5rem;}
.section-block-demo33-about1 .about-info{padding-top:1.5rem;width:100%;font-size:12px;}
}
</style>
<script>
</script></section><section data-section="section" data-screen="screen-full" class="section-about-wrap-block section-block-demo33-about2" id="sectionIdabot033"><div class="layout d-flex flex-wrap justify-content-between align-items-center about-inner" data-unable="demo33-about2">
<div class="about-img video-play-ended aos-init" onclick="GlobalsoIframe.videoPlay.videoPlayNormal(this)" data-aos="bounceInLeft" data-aos-duration="1000">
<video width="100%" height="100%" poster="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb435b4dad58253.png" src="https://v6-file.globalso.com/upload/m/video/2023-08/64d997d355e9021105.mp4" type="video/mp4"></video><a title="" aria-label="" href="javascript:" class="video-btn-play"><img src="https://ecdn6.globalso.com/public/template/64e325c1692d183864.png" alt="64e325cp2v"></a>
</div>
<div class="about-info aos-init" data-aos="bounceInRight" data-aos-duration="1000">
<div class="title-bar">
<h1 heading-type="10" class="title">
<i></i><strong content-text="">Why choose us</strong><i></i>
</h1>
</div>
<div class="about-desc">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum tenetur fugit tempora et deserunt quis facilis error incidunt aliquid perspiciatis, explicabo ipsa perferendis odio iste ipsam temporibus neque vitae. Aut.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum tenetur fugit tempora et deserunt quis facilis error incidunt aliquid perspiciatis, explicabo ipsa perferendis odio iste ipsam temporibus neque vitae. Aut.</p>
</div>
<a class="btn" btn-hover-animation="btn-ani-wave" title="" aria-label="" href="" btn-bg-color="none" btn-border-color="white">read more<i class="la"></i> <i class="btn-ani"></i></a>
</div>
</div>
<style>
.section-block-demo33-about2{background-color:var(--bs-theme-color);}
.section-block-demo33-about2 .about-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}
.section-block-demo33-about2 .about-img{position:relative;width:50%;}
.section-block-demo33-about2 .about-img .video-btn-play{border:none;}
.section-block-demo33-about2 .about-info{position:relative;margin-left:auto;padding-top:2.5rem;padding-right:5%;padding-bottom:2.5rem;width:40%;color:#fff;font-size:1.143rem;line-height:1.875;}
.section-block-demo33-about2 .about-info .btn{margin-top:2.5rem;padding:.2rem 1.5rem;text-transform:capitalize;}
.section-block-demo33-about2 .title-bar{margin-bottom:3rem;color:#fff;}
.section-block-demo33-about2 [heading-type="10"]{margin-left:0;}
.section-block-demo33-about2 [heading-type="10"] i{border-color:#fff;}
@media only screen and (max-width:1366px){.section-block-demo33-about2 .title-bar{margin-bottom:2rem;}
.section-block-demo33-about2 .about-title{margin-bottom:1.8rem;font-size:2rem;}
.section-block-demo33-about2 .about-info{margin-bottom:2rem;font-size:1rem;}
.section-block-demo33-about2 .about-info .btn{margin-top:2rem;padding:.2rem 1.5rem;}
}
@media only screen and (max-width:1080px){.section-block-demo33-about2 .title-bar{margin-bottom:1.3rem;}
.section-block-demo33-about2 .title-bar .title{font-size:1.8rem;}
.section-block-demo33-about2 .about-title{margin-bottom:1.2rem;font-size:1.6rem;}
.section-block-demo33-about2 .about-info{margin-bottom:1.5rem;padding-top:1.5rem;padding-right:3%;padding-bottom:1rem;width:47%;font-size:13px;}
.section-block-demo33-about2 .about-info .btn{margin-top:1.5rem;padding:0 1.2rem;font-size:1.15rem;}
}
@media only screen and (max-width:768px){.section-block-demo33-about2 .about-img{position:relative;width:100%;}
.section-block-demo33-about2 .title-bar .title{font-size:1.5rem;}
.section-block-demo33-about2 .about-info{padding:1.5rem 1%;width:100%;font-size:12px;}
}
</style>
<script>
</script></section><section swipernormal="" activeblock="" generalimgtext="" data-section="section" data-screen="screen-large" class="section-generalimgtext-wrap-block section-block-demo33-generalimgtext1" id="sectionIdprod033" block-content-time="1" block-content-desc="1" block-content-linkbtn="1" block-text-x-align="1" block-text-y-position="1" picture-ani="1" data-pagination="false" slide-button="slide-button-always-show" pagination-btn-color="dark" slide-btn-style="circle" block-border-padding="4"><div class="layout title-bar">
<h1 heading-type="10" class="title" textalign="center">
<i></i><strong content-text="">our best selling products</strong><i></i>
</h1>
</div>
<div class="layout outer-swiper-wrap aos-init" data-unable="demo33-generalimgtext1" data-module="1" data-type="1" data-totalnumber="5" data-image-type="1" data-ico-type="2" data-aos="bounceInRight" data-aos-duration="1000">
<div class="execute-swiper-slide swiper-backface-hidden">
<div class="swiper-wrapper product-items sc-block-items" blockitems="" data-swiper-wrapper="swiperdestroy">
<div class="product-item sc-block-item swiper-slide" blockitem="" data-slide-type="active">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb464189ab82047.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4641c22144930.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">01</i>
<span class="item-bg"></span>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Display of strict inspection</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
<div class="btn item-more" btn-hover-animation="btn-ani-wave" btn-arrow="arrow-right2">view detail <i class="la"></i> <i class="btn-ani"></i>
</div>
</div>
</a>
</div>
<div class="product-item sc-block-item swiper-slide" blockitem="" data-slide-type="next">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4641c22144930.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/65322d11b15db11283.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">01</i>
<span class="item-bg"></span>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Display of strict inspection</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
<div class="btn item-more" btn-hover-animation="btn-ani-wave" btn-arrow="arrow-right2">view detail <i class="la"></i> <i class="btn-ani"></i>
</div>
</div>
</a>
</div>
<div class="product-item sc-block-item swiper-slide" blockitem="" data-slide-type="next">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4641f04057649.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4641c22144930.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">01</i>
<span class="item-bg"></span>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Display of strict inspection</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
<div class="btn item-more" btn-hover-animation="btn-ani-wave" btn-arrow="arrow-right2">view detail <i class="la"></i> <i class="btn-ani"></i>
</div>
</div>
</a>
</div>
<div class="product-item sc-block-item swiper-slide" blockitem="" data-slide-type="next">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-10/65322d11b15db11283.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4641c22144930.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">01</i>
<span class="item-bg"></span>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Display of strict inspection</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
<div class="btn item-more" btn-hover-animation="btn-ani-wave" btn-arrow="arrow-right2">view detail <i class="la"></i> <i class="btn-ani"></i>
</div>
</div>
</a>
</div>
<div class="product-item sc-block-item swiper-slide" blockitem="" data-slide-type="next">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb464189ab82047.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4641c22144930.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">01</i>
<span class="item-bg"></span>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Display of strict inspection</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
<div class="btn item-more" btn-hover-animation="btn-ani-wave" btn-arrow="arrow-right2">view detail <i class="la"></i> <i class="btn-ani"></i>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="swiper-control">
<div class="swiper-button swiper-button-prev"></div>
<div class="swiper-pagination swiper-pagination-clickable">
<span class="swiper-pagination-bullet">01</span><span class="swiper-pagination-bullet">02</span>
</div>
<div class="swiper-button swiper-button-next"></div>
</div>
</div>
<style>
.section-block-demo33-generalimgtext1{margin:5.5rem 0;}
.section-block-demo33-generalimgtext1 .title-bar{margin-bottom:3rem;color:#000;}
.section-block-demo33-generalimgtext1 [heading-type="5"] strong{margin:0 1rem;color:#333;font-weight:100;}
.section-block-demo33-generalimgtext1 [heading-type="5"] i{width:2.5rem;height:1px;background-color:#333;}
.section-block-demo33-generalimgtext1 .sc-block-item{padding:0;}
.section-block-demo33-generalimgtext1 .sc-block-item .item-inner .item-title{color:#585858;font-size:1.3rem;}
.section-block-demo33-generalimgtext1 .swiper-button-prev{left:-5.5rem;}
.section-block-demo33-generalimgtext1 .swiper-button-next{right:-5.5rem;}
@media only screen and (max-width:1366px){.section-block-demo33-generalimgtext1{margin:4rem 0;}
.section-block-demo33-generalimgtext1 .title-bar{margin-bottom:2rem;}
}
@media only screen and (max-width:1280px){.section-block-demo33-generalimgtext1 .swiper-button-prev{left:0;}
.section-block-demo33-generalimgtext1 .swiper-button-next{right:0;}
}
@media only screen and (max-width:1080px){.section-block-demo33-generalimgtext1{margin:3rem 0;}
.section-block-demo33-generalimgtext1 .title-bar .title{font-size:1.8rem;}
}
@media only screen and (max-width:768px){.section-block-demo33-generalimgtext1{margin:2.5rem 0;}
.section-block-demo33-generalimgtext1 .title-bar .title{font-size:1.5rem;}
.section-block-demo33-generalimgtext1 .sc-block-item .item-inner .item-info{padding-top:.8rem;padding-bottom:.8rem;}
.section-block-demo33-generalimgtext1 .sc-block-item .item-inner .item-title{font-size:1rem;}
}
</style>
<script>
GlobalsoIframe.Swiper.swiperNormal({
container: "#sectionIdprod033 .execute-swiper-slide",
delay: 30000,
speed: 1200,
slidesPerView: 4,
spaceBetween:45,
slidesPerView768: 3,
spaceBetween768: 20,
slidesPerView320: 2,
spaceBetween320: 7
})
</script></section><section data-section="section" data-screen="screen-full" class="section-inquiry-wrap-block section-block-demo33-inquiry aos-init" id="sectionIdinqu033" data-aos="bounceInUp" data-aos-duration="1000"><div class="layout" data-unable="demo33-inquiry">
<h3 class="item-title">Information price</h3>
<p class="text">Our company specializes in the production of large excavators.More than 95% of our products are exported to all parts of the world!</p>
<a title="" aria-label="" href="javascript:;" class="btn btn-inquiry" btn-hover-animation="btn-ani-wave" btn-reverse-position="reverse-position" onclick="GlobalsoIframe.popUp.inquiryBox(this)">Get product<i class="la"></i><i class="btn-ani"></i></a>
</div>
<style>
.section-block-demo33-inquiry{position:relative;padding:6.5rem 0;background-image:url(https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4aa9549943693.png);background-position:center;background-attachment:fixed;color:#fff;text-align:center;}
.section-block-demo33-inquiry .item-title{text-transform:uppercase;font-size:3.5rem;}
.section-block-demo33-inquiry .text{margin:2.5rem auto;max-width:700px;font-size:1.5rem;line-height:1.5;}
.section-block-demo33-inquiry .btn{font-weight:700;}
@media only screen and (max-width:1366px){.section-block-demo33-inquiry{padding:4.5rem 0;}
.section-block-demo33-inquiry .item-title{font-size:2.6rem;}
.section-block-demo33-inquiry .text{margin:2.5rem auto;font-size:1.3rem;}
}
@media only screen and (max-width:992px){.section-block-demo33-inquiry{padding:3rem 0;}
.section-block-demo33-inquiry .item-title{font-size:2rem;}
.section-block-demo33-inquiry .text{margin:1.7rem auto;font-size:1rem;}
}
@media only screen and (max-width:768px){.section-block-demo33-inquiry{padding:3rem 2%;}
.section-block-demo33-inquiry .item-title{font-size:1.7rem;}
.section-block-demo33-inquiry .text{margin:1rem auto;font-size:13px;}
.section-block-demo33-inquiry .btn{font-size:1rem;}
}
</style>
<script>
</script></section><section data-section="section" data-screen="screen-large" maskcolor="" class="section-case-wrap-block section-block-demo33-case" mask-color="mask-color-dark" id="sectionIdcase033"><div class="layout title-bar">
<h1 heading-type="10" class="title" textalign="center">
<i></i><strong content-text="">let’s our popular case study</strong><i></i>
</h1>
</div>
<div class="layout d-flex flex-wrap" data-unable="demo33-case">
<ul class="case-items d-flex flex-wrap">
<li class="case-item case-item01">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4d368e8762145.png" alt="64eeb4dd4k"><span class="item-bg"></span>
</div>
<div class="item-info">
<h3 class="item-title">Steel works</h3>
</div>
</a>
</li>
<li class="case-item case-item02">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img"><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4d36d10e89774.png" alt="64eeb4dqa0"></div>
<div class="item-info">
<h3 class="item-title">Steel works</h3>
</div>
</a>
</li>
<li class="case-item case-item03">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img"><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4d370c1967310.png" alt="64eeb4denk"></div>
<div class="item-info">
<h3 class="item-title">Steel works</h3>
</div>
</a>
</li>
</ul>
<div class="case-item case-item04">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img"><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb4d3758e796932.png" alt="64eeb4dpfm"></div>
<div class="item-info">
<h3 class="item-title">Steel works</h3>
</div>
</a>
</div>
</div>
<style>
.section-block-demo33-case{margin:5.5rem 0;}
.section-block-demo33-case .title-bar{margin-bottom:3rem;color:#000;}
.section-block-demo33-case .case-items{width:66.66%;}
.section-block-demo33-case .case-item{display:inline-block;padding:1rem;}
.section-block-demo33-case .case-items .case-item{width:50%;}
.section-block-demo33-case .case-items .case-item.case-item01{width:100%;}
.section-block-demo33-case .case-item.case-item04{width:33.33%;}
.section-block-demo33-case .case-item .item-inner{position:relative;display:block;}
.section-block-demo33-case .case-item .item-inner .item-info{position:absolute;top:50%;left:0;visibility:hidden;width:100%;color:#fff;text-align:center;opacity:0;-webkit-transition:all ease .35s;transition:all ease .35s;}
.section-block-demo33-case .case-item .item-inner:hover .item-info{visibility:visible;opacity:1;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.section-block-demo33-case .case-item .item-inner .item-img::after{position:absolute;top:0;left:0;visibility:hidden;width:100%;height:100%;content:"";opacity:0;-webkit-transition:all ease .35s;transition:all ease .35s;pointer-events:none;}
.section-block-demo33-case .case-item .item-inner:hover .item-img::after{visibility:visible;opacity:.7;}
.section-block-demo33-case[mask-color=mask-color-theme] .case-item .item-inner .item-img::after{background-color:var(--bs-theme-color);}
.section-block-demo33-case[mask-color=mask-color-dark] .case-item .item-inner .item-img::after{background-color:var(--bs-mask-dark);}
.section-block-demo33-case[mask-color=mask-color-white] .case-item .item-inner .item-img::after{background-color:var(--bs-mask-white);}
.section-block-demo33-case[mask-color=mask-color-none] .case-item .item-inner .item-img::after{display:none;}
.section-block-demo33-case[mask-color=mask-color-white] .case-item .item-inner .item-info{color:#333;}
.section-block-demo33-case .case-item.case-item02,.section-block-demo33-case .case-item.case-item03{padding-top:0;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}
@media only screen and (max-width:1366px){.section-block-demo33-case{margin:4rem 0;}
.section-block-demo33-case .title-bar{margin-bottom:2rem;}
.section-block-demo33-case .case-item{padding:.7rem;}
}
@media only screen and (max-width:1080px){.section-block-demo33-case{margin:3rem 0;}
.section-block-demo33-case .title-bar .title{font-size:1.8rem;}
}
@media only screen and (max-width:768px){.section-block-demo33-case{margin:2.5rem 0;}
.section-block-demo33-case .title-bar .title{font-size:1.5rem;}
.section-block-demo33-case .case-item{padding:.5rem;}
.section-block-demo33-case .case-item .item-inner .item-info .item-title{font-size:1.2rem;}
}
@media only screen and (max-width:640px){.section-block-demo33-case .case-item.case-item04,.section-block-demo33-case .case-items{width:100%;}
.section-block-demo33-case .case-item.case-item02,.section-block-demo33-case .case-item.case-item03{padding-top:.3rem;}
.section-block-demo33-case .case-item{padding:.3rem;}
.section-block-demo33-case .case-item .item-inner .item-info .item-title{font-size:1rem;}
}
</style>
<script></script></section><section galleryitems="" activeblock="" generalimgtext="" data-section="section" data-screen="screen-large" block-items-num="3" mask-color="mask-color-white" mask-ani="4" class="section-generalimgtext-wrap-block section-block-demo33-generalimgtext2" id="sectionIdnews033"><div class="layout title-bar">
<h1 heading-type="10" class="title" textalign="center">
<i></i><strong content-text="">something know about latest</strong><i></i>
</h1>
</div>
<div class="layout d-flex flex-wrap sc-block-items aos-init" data-aos="bounceInRight" data-aos-duration="1000" data-unable="demo33-generalimgtext2" data-module="2" data-type="2" data-totalnumber="3" blockitems="">
<div class="block-item sc-block-item" blockitem="">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb50f128ae54284.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb50f1666381356.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">01</i>
<span class="item-bg"></span>
<div class="btn item-more" btn-arrow="arrow-right2">
<i class="la"></i> <i class="btn-ani"></i>
</div>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Display of strict inspection</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
</div>
</a>
</div>
<div class="block-item sc-block-item" blockitem="">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb50f1666381356.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb50f19b9529320.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">02</i>
<span class="item-bg"></span>
<div class="btn item-more" btn-arrow="arrow-right2">
<i class="la"></i> <i class="btn-ani"></i>
</div>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Conversion to granule medicine</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
</div>
</a>
</div>
<div class="block-item sc-block-item" blockitem="">
<a title="" aria-label="" href="" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb50f19b9529320.png" alt="" blockimagetype=""><img src="https://ecdn6.globalso.com/upload/m/image_other/2023-08/64eeb50f1666381356.png" alt="" blockicotype=""><div class="item-btn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z"></path></g></svg></div>
</div>
<div class="item-info">
<i class="item-order" blockergodic="">03</i>
<span class="item-bg"></span>
<div class="btn item-more" btn-arrow="arrow-right2">
<i class="la"></i> <i class="btn-ani"></i>
</div>
<div class="item-time"><em blocktime="">2020/08/05</em></div>
<h3 class="item-title" blocktitle="">Chemical Research</h3>
<div class="item-desc" blockdesc="">
Many brand endorsements/quality of adhesives are trustworthy!Many brand endorsements /quality of adhesives are trustworthy!
</div>
</div>
</a>
</div>
</div>
<style>
.section-block-demo33-generalimgtext2{margin:5.5rem 0;}
.section-block-demo33-generalimgtext2 .title-bar{margin-bottom:3rem;color:#000;}
.section-block-demo33-generalimgtext2 .sc-block-item{padding:1.5rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info{padding:2rem;padding-top:0;background-color:#f4f4f4;font-size:1.143rem;line-height:1.875;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-more{margin-top:-35px;padding:0;width:70px;height:70px;border:5px solid rgba(255,255,255,.25);border-radius:50%;background-color:#fff;background-clip:content-box;color:#333;font-size:0;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-more i.la{margin-left:0;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-more:hover i.la{-webkit-transform:unset;transform:unset;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-more:hover{background-color:var(--bs-theme-color);color:#fff;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-time{color:#5f5f5f;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-title{color:#000;font-weight:700;font-size:1.714rem;line-height:1.5;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-desc{margin-top:1rem;color:#777;}
@media only screen and (max-width:1366px){.section-block-demo33-generalimgtext2{margin:4rem 0;}
.section-block-demo33-generalimgtext2 .title-bar{margin-bottom:2rem;}
.section-block-demo33-generalimgtext2 .sc-block-item{padding:1rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info{padding:1.3rem;font-size:1rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-desc{margin-top:.8rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-title{font-size:1.35rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-time{margin-top:1rem;}
}
@media only screen and (max-width:1080px){.section-block-demo33-generalimgtext2{margin:3rem 0;}
.section-block-demo33-generalimgtext2 .title-bar .title{font-size:1.8rem;}
.section-block-demo33-generalimgtext2 .sc-block-item{padding:.7rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info{padding:1rem;font-size:13px;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-desc{margin-top:.5rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-title{font-size:1.2rem;}
.section-block-demo33-generalimgtext2 .sc-block-item .item-inner .item-info .item-time{margin-top:.75rem;}
}
@media only screen and (max-width:768px){.section-block-demo33-case{margin:2.5rem 0;}
.section-block-demo33-generalimgtext2 .title-bar .title{font-size:1.5rem;}
.section-block-demo33-generalimgtext2 .sc-block-item{padding:.5rem;}
}
</style>
<script>
</script></section></main><footer class="section-footer-wrap-block section-block-demo7-footer" data-screen="screen-mid"><div class="layout" data-unable="demo7-footer">
<div class="foot-items d-flex justify-content-between flex-wrap">
<nav class="foot-item foot-item-company aos-init" data-aos="fadeInLeft" data-aos-duration="1000"><div class="foot-logo"><img src="https://ecdn6.globalso.com/upload/p/1/image_other/2023-07/64bb97375b5e336431.png" alt="64bb973cms"></div>
<div class="foot-desc">Shelter has been a trusted name in insurance for more than 15 years. Today, we proudly serve more than 16 million customers nationwide.Shelter has been a trusted name in insurance for more than 15 years.</div>
</nav><nav class="foot-item aos-init" data-aos="fadeInLeft" data-aos-duration="1000"><h2 class="foot-title" foottitle="">Quick Links</h2>
<ul class="foot-nav" data-module="1" blockitems="" data-nav-type="2">
<li blockitem=""><a title="" aria-label="" href="/blog/" navitem="" target="_self">test</a></li>
<li blockitem=""><a title="" aria-label="" href="/news/" navitem="" target="_self">test2</a></li>
<li blockitem=""><a title="" aria-label="" href="/products/" navitem="" target="_self">product</a></li>
</ul></nav><nav class="foot-item aos-init" data-aos="fadeInLeft" data-aos-duration="1000"><h2 class="foot-title">Get in Touch</h2>
<ul class="foot-contacts">
<li>
<i class="foot-ico">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M1.946 9.315c-.522-.174-.527-.455.01-.634l19.087-6.362c.529-.176.832.12.684.638l-5.454 19.086c-.15.529-.455.547-.679.045L12 14l6-8-8 6-8.054-2.685z"></path></g></svg></i>
<div class="foot-val">
Chengdu,Sichuan province Shuxihuanjie #615
</div>
</li>
<li>
<i class="foot-ico">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M4 12h3a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7C2 6.477 6.477 2 12 2s10 4.477 10 10v7a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h3a8 8 0 1 0-16 0z"></path></g></svg></i>
<div class="foot-val">
<a title="" aria-label="" href="tel:">Phone:400-86-25660</a>
</div>
</li>
<li>
<i class="foot-ico">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M2.243 6.854L11.49 1.31a1 1 0 0 1 1.029 0l9.238 5.545a.5.5 0 0 1 .243.429V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.283a.5.5 0 0 1 .243-.429zM4 8.133V19h16V8.132l-7.996-4.8L4 8.132zm8.06 5.565l5.296-4.463 1.288 1.53-6.57 5.537-6.71-5.53 1.272-1.544 5.424 4.47z"></path></g></svg></i>
<div class="foot-val">
<a title="" aria-label="" href="mailto:">Email:800025660@126.com</a>
</div>
</li>
</ul>
<ul class="foot-social">
<li>
<a title="" aria-label="" href="" rel="nofollow">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4v-8.5z"></path></g></svg></a>
</li>
<li>
<a title="" aria-label="" href="" rel="nofollow">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M22.162 5.656a8.384 8.384 0 0 1-2.402.658A4.196 4.196 0 0 0 21.6 4c-.82.488-1.719.83-2.656 1.015a4.182 4.182 0 0 0-7.126 3.814 11.874 11.874 0 0 1-8.62-4.37 4.168 4.168 0 0 0-.566 2.103c0 1.45.738 2.731 1.86 3.481a4.168 4.168 0 0 1-1.894-.523v.052a4.185 4.185 0 0 0 3.355 4.101 4.21 4.21 0 0 1-1.89.072A4.185 4.185 0 0 0 7.97 16.65a8.394 8.394 0 0 1-6.191 1.732 11.83 11.83 0 0 0 6.41 1.88c7.693 0 11.9-6.373 11.9-11.9 0-.18-.005-.362-.013-.54a8.496 8.496 0 0 0 2.087-2.165z"></path></g></svg></a>
</li>
<li><a title="" aria-label="" href="" rel="nofollow">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M13.37 2.094A10.003 10.003 0 0 0 8.002 21.17a7.757 7.757 0 0 1 .163-2.293c.185-.839 1.296-5.463 1.296-5.463a3.739 3.739 0 0 1-.324-1.577c0-1.485.857-2.593 1.923-2.593a1.334 1.334 0 0 1 1.342 1.508c0 .9-.578 2.262-.88 3.54a1.544 1.544 0 0 0 1.575 1.923c1.898 0 3.17-2.431 3.17-5.301 0-2.2-1.457-3.848-4.143-3.848a4.746 4.746 0 0 0-4.93 4.794 2.96 2.96 0 0 0 .648 1.97.48.48 0 0 1 .162.554c-.046.184-.162.623-.208.784a.354.354 0 0 1-.51.254c-1.384-.554-2.036-2.077-2.036-3.816 0-2.847 2.384-6.255 7.154-6.255 3.796 0 6.32 2.777 6.32 5.747 0 3.909-2.177 6.848-5.394 6.848a2.861 2.861 0 0 1-2.454-1.246s-.578 2.316-.692 2.754a8.026 8.026 0 0 1-1.019 2.131c.923.28 1.882.42 2.846.416a9.988 9.988 0 0 0 9.996-10.003 10.002 10.002 0 0 0-8.635-9.903z"></path></g></svg></a></li>
<li><a title="" aria-label="" href="" rel="nofollow">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path fill-rule="nonzero" d="M12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm6.5-.25a1.25 1.25 0 0 1-2.5 0 1.25 1.25 0 0 1 2.5 0zM12 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.434.168-.747.369-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.006 9.075 4 9.461 4 12c0 2.474.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.474 0 2.878-.007 4.029-.058.782-.037 1.309-.142 1.797-.331.433-.169.748-.37 1.08-.702.337-.337.538-.65.704-1.08.19-.493.296-1.02.332-1.8.052-1.104.058-1.49.058-4.029 0-2.474-.007-2.878-.058-4.029-.037-.782-.142-1.31-.332-1.798a2.911 2.911 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.925 4.006 14.539 4 12 4zm0-2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 0 1 1.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 0 1-1.153 1.772 4.915 4.915 0 0 1-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772A4.897 4.897 0 0 1 5.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2z"></path></g></svg></a></li>
<li><a title="" aria-label="" href="" rel="nofollow">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="64" height="64"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M3.064 7.51A9.996 9.996 0 0 1 12 2c2.695 0 4.959.99 6.69 2.605l-2.867 2.868C14.786 6.482 13.468 5.977 12 5.977c-2.605 0-4.81 1.76-5.595 4.123-.2.6-.314 1.24-.314 1.9 0 .66.114 1.3.314 1.9.786 2.364 2.99 4.123 5.595 4.123 1.345 0 2.49-.355 3.386-.955a4.6 4.6 0 0 0 1.996-3.018H12v-3.868h9.418c.118.654.182 1.336.182 2.045 0 3.046-1.09 5.61-2.982 7.35C16.964 21.105 14.7 22 12 22A9.996 9.996 0 0 1 2 12c0-1.614.386-3.14 1.064-4.49z"></path></g></svg></a></li>
</ul></nav>
</div>
<div class="copyright">
Copyright © 2019 Goodao.cn All Rights Reserved
</div>
</div>
<style>
</style>
<script>
</script></footer><script>
</script><script src="https://ecdn6.globalso.com/public/customerVisit.min.js"></script>
</body>
<p>请输入代码<!-- Globalso Cache file was created on 2024-05-20 15:56:05 -->
</p>
</html>