index.html
51.6 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
<!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>cs Title cs</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 --><script>var currentPage = "products"</script><link rel="next" href="https://customsite.globalso.site/products/2/">
<meta property="og:title" content="cs Title cs">
<meta property="og:type" content="site">
<meta property="og:site_name" content="cs Title cs">
<meta property="og:url" content="https://customsite.globalso.site/products/">
<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/products/">
<link rel="alternate" hreflang="es" href="https://customsite.globalso.site/products/">
<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"><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 class="section-breadcrumb-wrap-block section-block-demo1-breadcrumb1 " data-screen="screen-large" id="sectionIdhyi0947" product_category_custom_breadcrumb=""><ul class="breadcrumb-nav d-flex align-items-center layout" data-module="6">
<li>
<a href="/">Home</a><i class="la"></i>
</li>
<li>
<a href="/products/">Products</a><i class="la"></i>
</li>
</ul>
<style>
.section-breadcrumb-wrap-block {
background-color: #eee;
}
.section-breadcrumb-wrap-block .breadcrumb-nav {
padding: 20px 0;
}
.section-breadcrumb-wrap-block .breadcrumb-nav li {
list-style: none;
margin-right: 15px;
}
.section-breadcrumb-wrap-block .breadcrumb-nav li a {
display: inline-block;
margin-right: 10px;
}
.section-breadcrumb-wrap-block .breadcrumb-nav li .la:after {
content: "\f105";
}
.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type .la {
display: none;
}
.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type a {
color: var(--bs-theme-color);
}
</style></section><section productlistblock="" galleryitems="" activeblock="" generalimgtext="" data-section="section" data-screen="screen-large" mask-color="mask-color-dark" block-items-num="5" block-content-time="1" block-content-linkbtn="1" picture-ani="1" pictext-ani="1" class="section-generalimgtext-wrap-block section-block-demo1-productlist1" id="sectionIdxuua587" pagemainsection=""><div class="layout d-flex flex-wrap sc-block-items aos-init " data-unable="demo1-productlist1" data-module="6" data-image-type="1" data-productlistnumber="7" data-aos="bounceInRight" data-aos-duration="1000" blockitems="" data-title-charlength="40">
<div class="block-item sc-block-item" blockitem="">
<a href="/development-and-debugging-product/" class="item-inner">
<div class="item-img">
<img src="" alt="开发调试1" blockimagetype=""><img src="" alt="开发调试1" 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>
<h3 class="item-title" blocktitle="">开发调试1</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2024-02-18 11:30:23</em>
</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="block-item sc-block-item" blockitem="">
<a href="/starting-in-september-led-drive-power-in-3c-enforcement-certification-categories-product/" class="item-inner">
<div class="item-img">
<img src="https://ecdn6.globalso.com/upload/p/2/image_product/2023-10/652f56968cea243627.jpg" alt="Starting In September LED Drive Power..." blockimagetype=""><img src="" alt="Starting In September LED Drive Power..." 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>
<h3 class="item-title" blocktitle="">Starting In September LED Drive Power...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/led-lighting-market-competition-quality-problems-product/" class="item-inner">
<div class="item-img">
<img src="" alt="LED Lighting Market Competition Quali..." blockimagetype=""><img src="" alt="LED Lighting Market Competition Quali..." 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>
<h3 class="item-title" blocktitle="">LED Lighting Market Competition Quali...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/led-lighting-industry-e-commerce-era-product/" class="item-inner">
<div class="item-img">
<img src="" alt="LED Lighting Industry E-commerce Era" blockimagetype=""><img src="" alt="LED Lighting Industry E-commerce Era" 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>
<h3 class="item-title" blocktitle="">LED Lighting Industry E-commerce Era</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/led-lighting-buy-excessive-squeezing-suppliers-is-in-self-mutilation-product/" class="item-inner">
<div class="item-img">
<img src="" alt="LED Lighting Buy: Excessive Squeezing..." blockimagetype=""><img src="" alt="LED Lighting Buy: Excessive Squeezing..." 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>
<h3 class="item-title" blocktitle="">LED Lighting Buy: Excessive Squeezing...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/led-lighting-standard-trend-of-2012-product/" class="item-inner">
<div class="item-img">
<img src="" alt="LED Lighting Standard Trend Of 2012" blockimagetype=""><img src="" alt="LED Lighting Standard Trend Of 2012" 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>
<h3 class="item-title" blocktitle="">LED Lighting Standard Trend Of 2012</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/after-4-led-lights-or-can-be-used-for-communications-product/" class="item-inner">
<div class="item-img">
<img src="" alt="After 4 LED Lights Or Can Be Used For..." blockimagetype=""><img src="" alt="After 4 LED Lights Or Can Be Used For..." 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>
<h3 class="item-title" blocktitle="">After 4 LED Lights Or Can Be Used For...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/taiwan-set-new-standards-applicable-to-the-minimum-efficacy-of-led-lighting-product/" class="item-inner">
<div class="item-img">
<img src="" alt="Taiwan Set New Standards Applicable T..." blockimagetype=""><img src="" alt="Taiwan Set New Standards Applicable T..." 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>
<h3 class="item-title" blocktitle="">Taiwan Set New Standards Applicable T...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/the-technology-in-led-flood-light-product/" class="item-inner">
<div class="item-img">
<img src="" alt="The technology in led flood light" blockimagetype=""><img src="" alt="The technology in led flood light" 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>
<h3 class="item-title" blocktitle="">The technology in led flood light</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/the-development-of-industrial-led-light-product/" class="item-inner">
<div class="item-img">
<img src="" alt="The development of industrial led light" blockimagetype=""><img src="" alt="The development of industrial led light" 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>
<h3 class="item-title" blocktitle="">The development of industrial led light</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/wireless-rechargeable-led-table-lamp-product/" class="item-inner">
<div class="item-img">
<img src="" alt="Wireless Rechargeable Led Table Lamp" blockimagetype=""><img src="" alt="Wireless Rechargeable Led Table Lamp" 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>
<h3 class="item-title" blocktitle="">Wireless Rechargeable Led Table Lamp</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:16</em>
</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="block-item sc-block-item" blockitem="">
<a href="/150w-15000lm-area-lighting-led-projection-flood-light-gafl-150w-a-product/" class="item-inner">
<div class="item-img">
<img src="" alt="150W 15000lm Area Lighting LED Projec..." blockimagetype=""><img src="" alt="150W 15000lm Area Lighting LED Projec..." 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>
<h3 class="item-title" blocktitle="">150W 15000lm Area Lighting LED Projec...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:14</em>
</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="block-item sc-block-item" blockitem="">
<a href="/led-stadium-lighting-500w-led-sensor-flood-light-product/" class="item-inner">
<div class="item-img">
<img src="" alt="LED Stadium Lighting 500W LED Sensor ..." blockimagetype=""><img src="" alt="LED Stadium Lighting 500W LED Sensor ..." 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>
<h3 class="item-title" blocktitle="">LED Stadium Lighting 500W LED Sensor ...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:14</em>
</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="block-item sc-block-item" blockitem="">
<a href="/stadium-lighting-housing-led-flood-light-100w-product/" class="item-inner">
<div class="item-img">
<img src="" alt="Stadium Lighting Housing LED Flood Li..." blockimagetype=""><img src="" alt="Stadium Lighting Housing LED Flood Li..." 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>
<h3 class="item-title" blocktitle="">Stadium Lighting Housing LED Flood Li...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:14</em>
</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="block-item sc-block-item" blockitem="">
<a href="/outdoor-stadium-led-flood-light-200w-product/" class="item-inner">
<div class="item-img">
<img src="" alt="Outdoor Stadium LED Flood Light 200W" blockimagetype=""><img src="" alt="Outdoor Stadium LED Flood Light 200W" 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>
<h3 class="item-title" blocktitle="">Outdoor Stadium LED Flood Light 200W</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:14</em>
</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="block-item sc-block-item" blockitem="">
<a href="/flood-light-for-stadium-outdoor-with-30w-cob-led-product/" class="item-inner">
<div class="item-img">
<img src="" alt="Flood Light for Stadium/Outdoor with ..." blockimagetype=""><img src="" alt="Flood Light for Stadium/Outdoor with ..." 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>
<h3 class="item-title" blocktitle="">Flood Light for Stadium/Outdoor with ...</h3>
<div class="item-time">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="25" height="22" stroke-width="2"><g><path fill="none" d="M0 0h24v24H0z"></path><path d="M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm3 8H4v8h16v-8zm-5-6H9v2H7V5H4v4h16V5h-3v2h-2V5zm-9 8h2v2H6v-2zm5 0h2v2h-2v-2zm5 0h2v2h-2v-2z"></path></g></svg><em blocktime="">2023-11-22 17:03:14</em>
</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>
<style>
.section-block-demo1-productlist1 {
position: relative;
}
.section-block-demo1-productlist1 .sc-block-item .item-inner .item-info .item-title {
font-weight: bold;
color: var(--bs-theme-color);
}
</style>
<script>
</script></section><section data-section="section" class="section-pagination-wrap-block section-block-demo1-pagination" data-screen="screen-large" id="sectionIdpta9731" pagemainsection=""><div class="pagePagination" data-module="6">
<a href="/products/">First</a><a href="/products/">Prev</a><a class="active" href="/products/">1</a><a href="/products/2/">2</a><a href="/products/3/">3</a><a href="/products/4/">4</a><a href="/products/5/">5</a><a href="/products/2/">Next</a><a href="/products/40/">Last</a><span>Total 40</span>
</div>
<style>
.pagePagination {
width: 100%;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
line-height: 200%;
}
.pagePagination a {
font-size: 14px;
border: 1px solid #eee;
padding: 4px 10px;
margin-right:5px;
border-radius: 4px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}
.pagePagination a:hover,
.pagePagination a.active {
background: var(--bs-theme-color);
color: #fff;
}
.pagePagination span {
color: #333;
font-size: 12px;
}
</style></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:08 -->
</p>
</html>