-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
740 lines (712 loc) · 63 KB
/
index.html
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
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
<html><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, , minimum-scale=1.0, maximum-scale=11.0" id="mixia_vpid">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="cache-control" content="no-siteapp">
<title>钰新影视 - 在线免费高清电影!</title>
<meta name="keywords" content="电影,视频大全,在线高清电影,付费电影,免费电影,电视剧,电影,在线观看,VIP高清电影直播">
<meta name="description" content=" 新钰影视,是专门做电视剧,电影等在线播放服务,本页面提供电影的相关内容。">
<link rel="stylesheet" href="style/css/bootstrap.min.css">
<link href="style/css/swiper.min.css" rel="stylesheet" type="text/css">
<link href="style/font/iconfont.css" rel="stylesheet" type="text/css">
<link href="style/css/blackcolor.css" rel="stylesheet" type="text/css">
<link href="style/css/style.min.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="/favicon.ico">
<script type="text/javascript" src="style/js/swiper.min.js"></script>
<!--[if lt IE 9]><script src="js/html5.js"></script><![endif]-->
</head>
<body class="index" style="">
<!--<script type='text/javascript' src="http://v.dltg888.com/style/js/system.js"></script>-->
<script src="http://v.dltg888.com/js/jquery.min.js"></script>
<script src="http://v.dltg888.com/js/history.js"></script>
<div class="hy-head-menu">
<div class="container">
<div class="row">
<div class="item">
<div class="logo">
<a class="hidden-sm hidden-xs" href="http://v.dltg888.com/"><img src="/uploadfile/image/20180729/20180729021052_19201.png"></a>
</div>
<div class="search hidden-sm">
<form id="ff-search" role="search" action="http://v.dltg888.com/seacher.php" method="post">
<input class="form-control" placeholder="输入影片关键词..." type="text" id="ff-wd" name="wd" required="">
<input type="submit" class="hide"><a href="javascript:" class="btns" title="搜索" onclick="$('#ff-search').submit();"><i class="icon iconfont icon-search"></i></a></form>
</div>
<ul class="menulist hidden-xs">
<li id="nav-index"><a href="http://v.dltg888.com/">首页</a></li>
<li id="nav-tv"><a href="list.php?t=dianying">电影</a></li>
<li id="nav-dianying"><a href="list.php?t=dianshi">电视剧</a></li>
<li id="nav-zongyi"><a href="list.php?t=zongyi">综艺</a></li>
<li id="nav-dongman"><a href="list.php?t=dongman">动漫</a></li>
<li id="nav-down"><a href="http://www.dltg888.com/" target="_blank">省钱购</a></li>
<li id="nav-down"><a href="https://jq.qq.com/?_wv=1027&k=5rP1Z9Q" target="_blank">官方Q群</a></li>
<li id="nav-down"><a href="http://2.dltg888.xyz/" target="_blank">代刷网</a></li>
<li id="nav-down"><a href="http://music.dltg888.com/" target="_blank">音乐网</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row" style="margin-top:10px"></div>
<div class="row">
<div class="hy-layout clearfix">
<div class="col-lg-7 col-md-6 col-sm-12">
<div class="swiper-container hy-slide swiper-container-horizontal">
<div class="swiper-wrapper" style="transform: translate3d(-680px, 0px, 0px); transition-duration: 0ms;">
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/tv/PbVubH7lRmXlM3.html" title="谍战深海之惊蛰" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t019b11821deac2b56c.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《谍战深海之惊蛰》张若昀被迫交替人生</span>
</a>
</div>
</div>
<div class="swiper-slide swiper-slide-prev" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/va/asYncHNyA2U2DD.html" title="亲爱的客栈3" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t01cf51b33ff10790b4.png) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《亲爱的客栈3》刘涛携“最强管家团”上线</span>
</a>
</div>
</div>
<div class="swiper-slide swiper-slide-active" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/tv/Q4NtbH7lRmXnMn.html" title="奔腾年代" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t01961779e6703d3ade.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《奔腾年代》佟大为蒋欣谱写“中国速度”</span>
</a>
</div>
</div>
<div class="swiper-slide swiper-slide-next" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/va/Z8IlaXNy8pk2DD.html" title="遇见天坛" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t0119921db1312c20a0.png) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《遇见天坛》冯绍峰宁静学跳交谊舞</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/tv/QLVrc07lRmPuMH.html" title="在远方" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t01c640e46ed3b10309.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《在远方》刘烨马伊琍演绎二十年创业路</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/va/ZcMncXNyA2M8DD.html" title="演员请就位" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t012873fa5baf58b57b.png) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《演员请就位》陈凯歌组“赵灵儿”遭痛批</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/tv/PbFrcH7lRmXlOH.html" title="初恋那件小事" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t0186488b7692df6594.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《初恋那件小事》赖冠霖赵今麦“花式相遇”</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/va/ZMMocnNyA2A4ED.html" title="变形计2019" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t0118cbc2bb80781361.png) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《变形计2019》佛系少年居然要干架?</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/tv/R4Vxan7lRmTqOH.html" title="光荣时代" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t010dd91d70d908afeb.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《光荣时代》张译黄志忠展开正邪较量!</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/va/ac5mbnNy8pY7ET.html" title="女儿们的恋爱2" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t01f957b76629123a33.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《女儿们的恋爱2》郑爽张恒挖坑互问“夺命题”</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/tv/RLFscH7lRmTtN3.html" title="没有秘密的你" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t0120725829e2182dbc.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《没有秘密的你》戚薇金瀚超甜姐弟恋!</span>
</a>
</div>
</div>
<div class="swiper-slide" style="width: 340px;">
<div class="hy-video-slide">
<a class="videopic" href="/play.php?play=/va/ZsgsaXNy8pU7FT.html" title="做家务的男人" style="padding-top: 60%; background: url(https://p.ssl.qhimg.com/t014583ad9cf27f2f8f.jpg) no-repeat; background-position:50% 50%; background-size: cover;">
<span class="title">《做家务的男人》大勋惊喜表白魏爸魏妈</span>
</a>
</div>
</div>
</div>
<div class="swiper-button-next hidden-xs">
<i class="icon iconfont icon-right"></i>
</div>
<div class="swiper-button-prev hidden-xs">
<i class="icon iconfont icon-back"></i>
</div>
<div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span><span class="swiper-pagination-bullet"></span></div>
</div>
</div>
<div class="col-lg-5 col-md-6 col-sm-12 padding-0">
<div class="hy-index-menu clearfix">
<div class="item">
<ul class="clearfix">
<li><a href="list.php?t=dianying"><i class="icon iconfont icon-menu1 text-color"></i><span>最新电影</span></a></li>
<li><a href="./vlist.php?cid=0"><i class="icon iconfont icon-ic_mymatch_ranking text-color"></i><span>抢先片源</span></a></li>
<li><a href="list.php?t=dianshi"><i class="icon iconfont icon-update text-color"></i><span>电视剧</span></a></li>
<li><a href="./zhibo.php"><i class="icon iconfont icon-show text-color"></i><span>直播</span></a></li>
</ul>
</div>
</div>
<div class="hy-index-tags hidden-md clearfix">
<div class="item">
<ul class="clearfix">
<li><a href="/list.php?t=dianying&cat=100">爱情</a></li>
<li><a href="/list.php?t=dianying&cat=106">动作</a></li>
<li><a href="/list.php?t=dianying&cat=102">恐怖</a></li>
<li><a href="/list.php?t=dianying&cat=104">科幻</a></li>
<li><a href="/list.php?t=dianying&cat=112">剧情</a></li>
<li><a href="/list.php?t=dianying&cat=105">犯罪</a></li>
<li><a href="/list.php?t=dianying&cat=113">奇幻</a></li>
<li><a href="/list.php?t=dianying&cat=108">战争</a></li>
</ul>
</div>
</div>
<div class="hy-right-qrcode hidden-sm hidden-xs">
<div class="item">
<dl class="clearfix">
<dt><img src="/uploadfile/image/20180729/20180729021243_47119.jpg"></dt>
<dd>
<h4>扫描二维码“手机看大片”</h4>
<p class="text-muted">
也可以分享到朋友圈哦!
</p>
<p class="margin-0 text-muted">
https://www.lanzous.com/b0pgkkub </p>
</dd>
</dl>
</div>
</div>
</div>
</div>
<!--抢先看-->
<div class="row" style="margin-top:10px"></div>
<div class="hy-layout clearfix">
<div class="hy-video-head">
<h3 class="margin-0"><i class="icon iconfont icon-update text-color"></i> 抢先看</h3>
<ul class="pull-right">
<li class="active"><a href="vlist.php?cid=0" class="text-muted">更多 <i class="icon iconfont icon-right"></i></a></li>
</ul>
</div>
<div class="clearfix">
<div class="hy-video-list cleafix">
<div class="item">
<div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=229" title="狮子王2019" src="https://tu.tianzuida.com/pic/upload/vod/2019-07-15/201907151563167025.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2019-07-15/201907151563167025.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=229">狮子王2019</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">唐纳德·格洛弗,阿尔法·伍达德,詹姆斯·厄尔·琼斯,切瓦特·埃加福特,科甘-迈克尔·凯,塞斯·罗根,比利·艾希纳,碧昂丝·诺尔斯,埃里克·安德烈,弗洛伦丝·卡松巴,约翰·卡尼,约翰·奥利弗,艾米·塞德丽丝</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=228" title="黑色四叶草" src="https://tu.tianzuida.com/pic/upload/vod/2017-10-03/201710031507043964.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2017-10-03/201710031507043964.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=228">黑色四叶草</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">梶原岳人,岛崎信长,诹访部顺一,优木加奈,福山润,室元气,村濑步,日野聪</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=227" title="JOKER×FACE " src="https://rpg.pic-imges.com/pic/upload/vod/2019-01/15476491930.jpg" style="background: url(https://rpg.pic-imges.com/pic/upload/vod/2019-01/15476491930.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=227">JOKER×FACE </a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">松本穂香,松尾諭,須藤蓮</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=226" title="与神同行2:因与缘" src="https://tu.tianzuida.com/pic/upload/vod/2018-09-03/201809031535981102.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2018-09-03/201809031535981102.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=226">与神同行2:因与缘</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">河正宇,朱智勋,马东锡,金香起</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=225" title="与神同行" src="https://tu.tianzuida.com/pic/upload/vod/2018-02-16/201802161518759937.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2018-02-16/201802161518759937.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=225">与神同行</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">河正宇,车太贤,朱智勋,金香起,李政宰,金东旭,马东锡,都暻秀,吴达洙,林元熙,张光,郑海钧,金荷娜,金海淑</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=224" title="甄嬛传" src="https://tu.tianzuida.com/pic/upload/vod/2018-02-10/201802101518265949.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2018-02-10/201802101518265949.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=224">甄嬛传</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">孙俪,陈建斌,蔡少芬,李东学,蒋欣,斓曦,陶昕然,张晓龙,刘雪华,张雅萌,李宜娟,孙茜</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=223" title="午夜凶铃3[美版]" src="https://tu.tianzuida.com/pic/upload/vod/2017-03-12/148927176316.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2017-03-12/148927176316.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=223">午夜凶铃3[美版]</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">F. Javier Gutiérrez/玛蒂尔达·鲁茨/艾米·缇加登/安德莉亚·鲍威尔/约翰尼·盖尔克奇/</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=222" title="午夜凶铃2:贞子缠身" src="https://tu.tianzuida.com/pic/upload/vod/2018-02-09/201802091518187495.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2018-02-09/201802091518187495.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=222">午夜凶铃2:贞子缠身</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">中谷美纪,松岛菜菜子,深田恭子,真田广之,佐藤仁美,柳忧怜,小日向文世,石丸谦二郎,竹内结子</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=221" title="午夜凶铃4:贞相大白" src="https://tu.tianzuida.com/pic/upload/vod/2018-02-09/201802091518188589.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2018-02-09/201802091518188589.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=221">午夜凶铃4:贞相大白</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">仲间由纪惠,麻生久美子,田边诚一,矢野浩二</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=220" title="午夜凶铃" src="https://tu.tianzuida.com/pic/upload/vod/2018-02-09/201802091518185993.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2018-02-09/201802091518185993.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=220">午夜凶铃</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">松岛菜菜子,真田广之,竹内结子,中谷美纪,佐藤仁美</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=219" title="小丑" src="https://rpg.pic-imges.com/pic/upload/vod/2019-10/201910071570413217.jpg" style="background: url(https://rpg.pic-imges.com/pic/upload/vod/2019-10/201910071570413217.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=219">小丑</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">杰昆·菲尼克斯,罗伯特·德尼罗,莎姬·贝兹,布莱恩·考伦</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./bplay.php?bf=218" title="我和我的祖国" src="https://tu.tianzuida.com/pic/upload/vod/2019-09-30/201909301569834935.jpg" style="background: url(https://tu.tianzuida.com/pic/upload/vod/2019-09-30/201909301569834935.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">电影</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./bplay.php?bf=218">我和我的祖国</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">黄渤,张译,韩昊霖,杜江,葛优,刘昊然,宋佳,王千源,任素汐,吴京,朱一龙,王东,陈飞宇,佟丽娅,欧豪,张嘉译,惠英红,龚蓓苾,田壮壮,韩东君,辛柏青,周冬雨,任达华,江珊,王砚辉,耿乐,姜武,梁静,佟大为,魏晨,胡军,王天辰,彭昱畅,罗海琼,郭丞,周依然,樊雨洁,刘涛,马伊琍,张建亚,徐峥,王洛勇,高亚麟,王道铁,程禹森,马书良,景海鹏,陈冬,雷佳音,张子枫,陶虹,郭京飞,袁文康,贾晨飞,邵汶,张芝华,段博文</div>
</div>
</div></div></div>
<div class="hy-video-footer visible-xs clearfix">
<a href="vlist.php?cid=0" class="text-muted">查看更多 <i class="icon iconfont icon-right pull-right"></i></a>
</div>
</div>
<!--抢先看-->
<!--电影-->
<div class="row" style="margin-top:10px"></div>
<div class="hy-layout clearfix">
<div class="hy-video-head">
<ul class="pull-right">
<li class="active"><a href="list.php?t=dianying" class="text-muted">更多 <i class="icon iconfont icon-right"></i></a></li>
</ul>
<h3 class="margin-0"><i class="icon iconfont icon-film text-color"></i>电影</h3>
</div>
<div class="clearfix">
<div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/hqbjZRH5RXb3Tx.html" title="哪吒之魔童降世" src="https://p.ssl.qhimg.com/t016ab0211258b033b8.jpg" style="background: url(https://p.ssl.qhimg.com/t016ab0211258b033b8.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/hqbjZRH5RXb3Tx.html">哪吒之魔童降世</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:吕艳婷 囧森瑟夫 瀚墨 陈浩 绿绮</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/faLnZBH5RXb3Th.html" title="烈火英雄" src="https://p.ssl.qhimg.com/d/dy_31f26fdfb16281d4da820cff8e4f6047.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_31f26fdfb16281d4da820cff8e4f6047.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/faLnZBH5RXb3Th.html">烈火英雄</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:黄晓明 杜江 谭卓 杨紫 欧豪</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/gaLlZUH4S0r4SB.html" title="罗小黑战记" src="https://p.ssl.qhimg.com/d/dy_07d9d6f9f37bf063cc47f6fbdeb98076.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_07d9d6f9f37bf063cc47f6fbdeb98076.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/gaLlZUH4S0r4SB.html">罗小黑战记</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:山新 皇贞季 郝祥海 刘明月 曹云图</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/haPoZhH5QXjATx.html" title="横行霸道" src="https://p.ssl.qhimg.com/t0138c8ce7d83effb88.jpg" style="background: url(https://p.ssl.qhimg.com/t0138c8ce7d83effb88.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/haPoZhH5QXjATx.html">横行霸道</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:克拉拉 张昊玥 张梦露 袁伶嫣 陈雨薇</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/fqTiYhH5Rnj7TB.html" title="狮子王 2019" src="https://p.ssl.qhimg.com/d/dy_273dd3a529ea44c746961f0f711e0c4a.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_273dd3a529ea44c746961f0f711e0c4a.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/fqTiYhH5Rnj7TB.html">狮子王 2019</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:唐纳德·格洛弗 阿尔法·伍达德 詹姆斯·厄尔·琼斯 切瓦特·埃加福特 科甘-迈克尔·凯</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/faXiYRH2QXTASB.html" title="唐人街探案" src="https://p.ssl.qhimg.com/t01a9564d07e0ccdba4.jpg" style="background: url(https://p.ssl.qhimg.com/t01a9564d07e0ccdba4.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2015</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/faXiYRH2QXTASB.html">唐人街探案</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:王宝强 刘昊然 佟丽娅 陈赫 肖央</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/gqLnaBH5RXn6TB.html" title="送我上青云" src="https://p.ssl.qhimg.com/d/dy_4f3fe6268a3a7fab04167b4c074e81bc.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_4f3fe6268a3a7fab04167b4c074e81bc.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/gqLnaBH5RXn6TB.html">送我上青云</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:姚晨 袁弘 李九霄 梁冠华 杨新鸣</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/gafkZBH5Rnj6SR.html" title="绝命酒店" src="https://p.ssl.qhimg.com/d/dy_02327faee287c0633ef2c873f83060bd.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_02327faee287c0633ef2c873f83060bd.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2018</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/gafkZBH5Rnj6SR.html">绝命酒店</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:朱迪·福斯特 斯特林·K·布朗 索菲亚·波多拉 杰夫·高布伦 布莱恩·泰里·亨利</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/fqPkahH5RXn2TR.html" title="死寂逃亡" src="https://p.ssl.qhimg.com/d/dy_523577dd8906ff6b0d8a8ecc254e0a8e.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_523577dd8906ff6b0d8a8ecc254e0a8e.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/fqPkahH5RXn2TR.html">死寂逃亡</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:琪兰·席普卡 斯坦利·图齐 米兰达·奥图 约翰·考伯特 凯尔·布瑞特科夫</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/faPlZhH5RXn7SR.html" title="银河补习班" src="https://p.ssl.qhimg.com/d/dy_0b0d6d5a0a41e44a10ea8a7faecee6be.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_0b0d6d5a0a41e44a10ea8a7faecee6be.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/faPlZhH5RXn7SR.html">银河补习班</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:邓超 白宇 任素汐 王西 孙浠伦</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/hKPiZRH4QHP7Tx.html" title="战狼2" src="https://p.ssl.qhimg.com/t01cf5c3a769c367ee6.jpg" style="background: url(https://p.ssl.qhimg.com/t01cf5c3a769c367ee6.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2017</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/hKPiZRH4QHP7Tx.html">战狼2</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:吴京 弗兰克·格里罗 吴刚 张翰 卢靖姗</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/m/gKrlZBH3SHP2TB.html" title="非凡任务" src="https://p.ssl.qhimg.com/t01a1508e85a81e7fc8.jpg" style="background: url(https://p.ssl.qhimg.com/t01a1508e85a81e7fc8.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2017</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/m/gKrlZBH3SHP2TB.html">非凡任务</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:黄轩 段奕宏 郎月婷 祖峰 邢佳栋</div>
</div>
<div class="hy-video-footer visible-xs clearfix">
<a href="list.php?t=dianying" class="text-muted">查看更多 <i class="icon iconfont icon-right pull-right"></i></a>
</div>
</div>
</div> <!--电影-->
<!--电视剧-->
<div class="row" style="margin-top:10px"></div>
<div class="hy-layout clearfix">
<div class="hy-video-head">
<ul class="pull-right">
<li class="active"><a href="list.php?t=dianshi" class="text-muted">更多 <i class="icon iconfont icon-right"></i></a></li>
</ul>
<h3 class="margin-0"><i class="icon iconfont icon-show text-color"></i>电视剧</h3>
</div>
<div class="clearfix">
<div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/QLVrc07lRmPuMH.html" title="在远方" src="https://p.ssl.qhimg.com/d/dy_d98f8f2b0fcf0ffbf64b5a3846f5caae.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_d98f8f2b0fcf0ffbf64b5a3846f5caae.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">54集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/QLVrc07lRmPuMH.html">在远方</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:刘烨 马伊琍 梅婷 保剑锋 曾黎</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/R4Vxan7lRmTqOH.html" title="光荣时代" src="https://p.ssl.qhimg.com/d/dy_e1e8f3939c43b09393c20193345cda75.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_e1e8f3939c43b09393c20193345cda75.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至25集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/R4Vxan7lRmTqOH.html">光荣时代</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:张译 黄志忠 潘之琳 张隽溢 薛佳凝</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/QbRsan7lRmTtNH.html" title="一马三司令" src="https://p.ssl.qhimg.com/d/dy_4eb9845c8d1ae818057cc28a77a1d68e.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_4eb9845c8d1ae818057cc28a77a1d68e.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">25集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/QbRsan7lRmTtNH.html">一马三司令</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:张明健 李君峰 吴其江 梁笑 李幼斌</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/PbRuc07lRmPuM3.html" title="激荡" src="https://p.ssl.qhimg.com/d/dy_0cccdd34535a95551478a39c7cccbb19.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_0cccdd34535a95551478a39c7cccbb19.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">49集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/PbRuc07lRmPuM3.html">激荡</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:任重 郭晓东 李念 车晓 侯勇</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/PrJtbX7lRmTrOX.html" title="明月照我心" src="https://p.ssl.qhimg.com/d/dy_819f95520bd31e4ef11a4ad8233b868c." style="background: url(https://p.ssl.qhimg.com/d/dy_819f95520bd31e4ef11a4ad8233b868c.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至18集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/PrJtbX7lRmTrOX.html">明月照我心</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:方逸伦 凌美仕 张博涵 周紫馨 董岩磊</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/RLFscH7lRmTtN3.html" title="没有秘密的你" src="https://p.ssl.qhimg.com/d/dy_f11454a77920bd0ccc21c3b30f4f9dd3." style="background: url(https://p.ssl.qhimg.com/d/dy_f11454a77920bd0ccc21c3b30f4f9dd3.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至16集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/RLFscH7lRmTtN3.html">没有秘密的你</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:戚薇 金瀚 王阳明 黄梦莹 黄征</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/QbRpcX7lRmPsNH.html" title="空降利刃" src="https://p.ssl.qhimg.com/d/dy_b7a443faea8ddd977eeae580bba85d16.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_b7a443faea8ddd977eeae580bba85d16.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">50集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/QbRpcX7lRmPsNH.html">空降利刃</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:贾乃亮 邢佳栋 李纯 张赫 李岷城</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/PrNrcH7lRmPuNn.html" title="激情的岁月" src="https://p.ssl.qhimg.com/d/dy_6a49dc13777cb644e43935c072eeef0f.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_6a49dc13777cb644e43935c072eeef0f.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">36集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/PrNrcH7lRmPuNn.html">激情的岁月</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:李光洁 高露 李健 徐晓璐 朱铁</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/PbFoc07lRmTrOH.html" title="终结杉计划" src="https://p.ssl.qhimg.com/d/dy_feed890926c00a5f23061b9668e975e8.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_feed890926c00a5f23061b9668e975e8.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至28集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/PbFoc07lRmTrOH.html">终结杉计划</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:张智霖 涂黎曼 李逸朗 戴燕妮</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/Q4Rtan7lRmTlNH.html" title="世界欠我一个初恋" src="https://p.ssl.qhimg.com/d/dy_b75693e9264dbc90958131ceb9f4018e.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_b75693e9264dbc90958131ceb9f4018e.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">24集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/Q4Rtan7lRmTlNH.html">世界欠我一个初恋</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:邢昭林 白鹿 翟子路 陈昊蓝 刘若嫣</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/QLZsbH7lRmTqM3.html" title="满满喜欢你" src="https://p.ssl.qhimg.com/d/dy_ab67f6ef0482c146a1cf85a26f935e94.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_ab67f6ef0482c146a1cf85a26f935e94.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至24集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/QLZsbH7lRmTqM3.html">满满喜欢你</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:鲁照华 刘昱晗 宁文彤 韩昕妤 刘胤君</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/tv/PbNsc07lRmTtM3.html" title="我爱你这是最好的安排" src="https://p.ssl.qhimg.com/d/dy_c35810b5a22efe9fceb3898d2a0069e2.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_c35810b5a22efe9fceb3898d2a0069e2.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至22集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/tv/PbNsc07lRmTtM3.html">我爱你这是最好的安排</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">主演:张彬彬 郑合惠子 高洋 孔舒航 王志飞</div>
</div> <div class="hy-video-footer visible-xs clearfix">
<a href="list.php?t=dianshi" class="text-muted">查看更多 <i class="icon iconfont icon-right pull-right"></i></a>
</div>
</div>
</div> <!--电视剧-->
<!--综艺-->
<div class="row" style="margin-top:10px"></div>
<div class="hy-layout clearfix">
<div class="hy-video-head">
<ul class="pull-right">
<li class="active"><a href="list.php?t=zongyi" class="text-muted">更多 <i class="icon iconfont icon-right"></i></a></li>
</ul>
<h3 class="margin-0"><i class="icon iconfont icon-mallanimation text-color"></i>综艺</h3>
</div>
<div class="clearfix">
<div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/ZsEob6Jv7JQ3Dz.html" title="快乐大本营" src="https://p.ssl.qhimg.com/t016ac3d4c9b6a0be35.jpg" style="background: url(https://p.ssl.qhimg.com/t016ac3d4c9b6a0be35.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-19期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/ZsEob6Jv7JQ3Dz.html">快乐大本营</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">谢娜张碧晨再现神模仿</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/YcIqbKlv7JQ3Ez.html" title="天天向上" src="https://p.ssl.qhimg.com/t014c70d4043684a33a.jpg" style="background: url(https://p.ssl.qhimg.com/t014c70d4043684a33a.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-20期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/YcIqbKlv7JQ3Ez.html">天天向上</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">毕雯珺王一博探寻米饭哲理</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/asApanNy8pkAEz.html" title="一路成年" src="https://p.ssl.qhimg.com/d/dy_16538aa9768b89ed273f03679c426bce.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_16538aa9768b89ed273f03679c426bce.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-23期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/asApanNy8pkAEz.html">一路成年</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">Plus版08期:李汶翰划船唱山歌</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/Ys5oanNyA2ABDD.html" title="2019跨界歌王" src="https://p.ssl.qhimg.com/d/dy_c79cb27a25d90ec891c4ecb17cee8976.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_c79cb27a25d90ec891c4ecb17cee8976.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-25期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/Ys5oanNyA2ABDD.html">2019跨界歌王</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">Plus03期:白百何主持频繁NG</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/ZsgsaXNy8pU7FT.html" title="做家务的男人" src="https://p.ssl.qhimg.com/d/dy_85bc0b8f179dec75148642a03a9f84f9.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_85bc0b8f179dec75148642a03a9f84f9.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-18期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/ZsgsaXNy8pU7FT.html">做家务的男人</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">第12期 魏大勋惊喜表白魏爸魏妈 张歆艺...</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/asUqbnNy8pY8Dj.html" title="中国达人秀第6季" src="https://p.ssl.qhimg.com/d/dy_d9282caed7927a224404cea036eb52c1.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_d9282caed7927a224404cea036eb52c1.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-20期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/asUqbnNy8pY8Dj.html">中国达人秀第6季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">第12期:总决赛!飞车PK无人机</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/ZcMncXNyA2M8DD.html" title="演员请就位" src="https://p.ssl.qhimg.com/d/dy_bc61c4dee2780e5cea7dab9821565181." style="background: url(https://p.ssl.qhimg.com/d/dy_bc61c4dee2780e5cea7dab9821565181.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-25期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/ZcMncXNyA2M8DD.html">演员请就位</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">第3期:新《仙剑》引争议</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/ZMEranNy8pk8FT.html" title="哎呀好身材" src="https://p.ssl.qhimg.com/d/dy_05598dd578de386b82487fd4dd15a421.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_05598dd578de386b82487fd4dd15a421.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-21期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/ZMEranNy8pk8FT.html">哎呀好身材</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">Plus版08期:凌潇肃拒绝螺蛳粉</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/aMAka3NyA2M5Dj.html" title="舞蹈风暴" src="https://p.ssl.qhimg.com/d/dy_6aec79d8d17cf9056b025822c2a2fa8f.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_6aec79d8d17cf9056b025822c2a2fa8f.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-19期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/aMAka3NyA2M5Dj.html">舞蹈风暴</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">第3期:李子璇回归舞台能量爆发</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/ac5mbnNy8pY7ET.html" title="女儿们的恋爱 第二季" src="https://p.ssl.qhimg.com/d/dy_460ce89dd3dab71536d0f53f534c9220.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_460ce89dd3dab71536d0f53f534c9220.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-25期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/ac5mbnNy8pY7ET.html">女儿们的恋爱 第二季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">plus版第8期:小爽做煎饼果子</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/ZsItcHNy8pQ4DD.html" title="中餐厅 第三季" src="https://p.ssl.qhimg.com/d/dy_ebe110fd37516b75daa0e36376238c08.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_ebe110fd37516b75daa0e36376238c08.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-18期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/ZsItcHNy8pQ4DD.html">中餐厅 第三季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">第13期:黄晓明爆笑评价杨紫奇葩</div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/va/ZMIkbXNy82c8DT.html" title="甜蜜的任务" src="https://p.ssl.qhimg.com/d/dy_9af8d04d1b0633b4dc57a07fb4b0a7a1.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_9af8d04d1b0633b4dc57a07fb4b0a7a1.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">2019-10-21期</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/va/ZMIkbXNy82c8DT.html">甜蜜的任务</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs">凌潇肃经典重现《回家的诱惑》</div>
</div>
<div class="hy-video-footer visible-xs clearfix">
<a href="list.php?t=zongyi" class="text-muted">查看更多 <i class="icon iconfont icon-right pull-right"></i></a>
</div>
</div>
</div>
<!--综艺-->
<!--动漫-->
<div class="row" style="margin-top:10px"></div>
<div class="hy-layout clearfix">
<div class="hy-video-head">
<ul class="pull-right">
<li class="active"><a href="./list.php?t=dongman" class="text-muted">更多 <i class="icon iconfont icon-right"></i></a></li>
</ul>
<h3 class="margin-0"><i class="icon iconfont icon-icon_special text-color"></i>动漫</h3>
</div>
<div class="clearfix">
<div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/QE4naZ7lLoOuDj.html" title="小猪佩奇 第六季" src="https://p.ssl.qhimg.com/d/dy_8dd3a5bc79b84be095a9a3ba8231ec50." style="background: url(https://p.ssl.qhimg.com/d/dy_8dd3a5bc79b84be095a9a3ba8231ec50.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">26集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/QE4naZ7lLoOuDj.html">小猪佩奇 第六季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/PkHpcp7lMo3yCT.html" title="熊熊乐园 第三季" src="https://p.ssl.qhimg.com/d/dy_b368ee927f6c3781bb5a26196ea95ccd.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_b368ee927f6c3781bb5a26196ea95ccd.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">52集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/PkHpcp7lMo3yCT.html">熊熊乐园 第三季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/OUPkaZ7kNY7vDj.html" title="斗罗大陆" src="https://p.ssl.qhimg.com/d/dy_695e41b4208ee7f19ee1c741bb703d3d." style="background: url(https://p.ssl.qhimg.com/d/dy_695e41b4208ee7f19ee1c741bb703d3d.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至75集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/OUPkaZ7kNY7vDj.html">斗罗大陆</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/QU8qap7lLYGxCz.html" title="魔道祖师" src="https://p.ssl.qhimg.com/d/dy_e32d5a683549845940bb33933488b7d7." style="background: url(https://p.ssl.qhimg.com/d/dy_e32d5a683549845940bb33933488b7d7.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至23集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/QU8qap7lLYGxCz.html">魔道祖师</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/OUPrbp7kNIKuCT.html" title="熊出没之探险日记" src="https://p.ssl.qhimg.com/d/dy_2d054b7bb31907604e8e041d2dee04f4." style="background: url(https://p.ssl.qhimg.com/d/dy_2d054b7bb31907604e8e041d2dee04f4.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">52集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/OUPrbp7kNIKuCT.html">熊出没之探险日记</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/PU4raZ7kNYC1Dz.html" title="汪汪队立大功 英文版" src="https://p.ssl.qhimg.com/d/dy_be93b1afeeed98f8d1529e35dbcbf26f.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_be93b1afeeed98f8d1529e35dbcbf26f.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">26集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/PU4raZ7kNYC1Dz.html">汪汪队立大功 英文版</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/PETscJ7lMYO3Dj.html" title="小猪佩奇 第七季" src="https://p.ssl.qhimg.com/d/dy_720433f7911755ab78671fbf7933cff1.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_720433f7911755ab78671fbf7933cff1.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至26集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/PETscJ7lMYO3Dj.html">小猪佩奇 第七季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/OUbrasLUXY3uCz.html" title="迪迦奥特曼" src="https://p.ssl.qhimg.com/t01704a44d25f50d55f.jpg" style="background: url(https://p.ssl.qhimg.com/t01704a44d25f50d55f.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">52集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/OUbrasLUXY3uCz.html">迪迦奥特曼</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/O0DncMDbLYC2DD.html" title="航海王" src="https://p.ssl.qhimg.com/d/dy_1cf688c4fd8403a25dc03e6b8ddad9b5.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_1cf688c4fd8403a25dc03e6b8ddad9b5.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至907集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/O0DncMDbLYC2DD.html">航海王</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/Pk4oa57lMozxET.html" title="舒克贝塔" src="https://p.ssl.qhimg.com/d/dy_3166fcade9d5f519f69ca9bbc3457431." style="background: url(https://p.ssl.qhimg.com/d/dy_3166fcade9d5f519f69ca9bbc3457431.) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至12集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/Pk4oa57lMozxET.html">舒克贝塔</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/QEHlbJ7lLoK2Cz.html" title="汪汪队立大功 第五季" src="https://p.ssl.qhimg.com/t01c7b0b3391630e626.png" style="background: url(https://p.ssl.qhimg.com/t01c7b0b3391630e626.png) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">26集全</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/QEHlbJ7lLoK2Cz.html">汪汪队立大功 第五季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div><div class="col-md-2 col-sm-3 col-xs-4">
<a class="videopic lazy xtcms" href="./play.php?play=/ct/OU4ncp7lMYOwDD.html" title="精灵梦叶罗丽 第七季" src="https://p.ssl.qhimg.com/d/dy_57b757e26e0c192334b18ec7bcbca0d3.jpg" style="background: url(https://p.ssl.qhimg.com/d/dy_57b757e26e0c192334b18ec7bcbca0d3.jpg) no-repeat; background-position:50% 50%; background-size: cover;"><span class="play hidden-xs"></span><span class="score">更新至12集</span></a>
<div class="title">
<h5 class="text-overflow"><a href="./play.php?play=/ct/OU4ncp7lMYOwDD.html">精灵梦叶罗丽 第七季</a></h5>
</div>
<div class="subtitle text-muted text-muted text-overflow hidden-xs"></div>
</div> <div class="hy-video-footer visible-xs clearfix">
<a href="list.php?t=dongman" class="text-muted">查看更多 <i class="icon iconfont icon-right pull-right"></i></a>
</div>
</div>
</div> <!--动漫-->
<div class="row" style="margin-top:10px"></div>
<div class="hy-layout hidden-sm hidden-xs clearfix">
<div class="hy-video-head">
<h3 class="margin-0">友情链接</h3>
</div>
<div class="hy-footer-link">
<div class="item clearfix">
<ul class="clearfix">
</ul>
</div>
</div>
</div>
</div></div>
<script>
var swiper = new Swiper('.hy-slide', {
pagination: '.swiper-pagination',
paginationClickable: true,
autoplay: 3000,
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
});
</script>
<div class="hy-gototop hidden-sm hidden-xs">
<ul class="item clearfix">
<li><a href="http://v.dltg888.com/login.php" title="会员中心"><i class="icon iconfont icon-member1"></i></a></li>
<li><a href="http://v.dltg888.com/note.php" title="留言求片"><i class="icon iconfont icon-comment"></i></a></li>
<li><a href="http://v.dltg888.com/#" title="观看记录"><i class="icon iconfont icon-record1"></i></a>
<div class="history clearfix">
<div class="head">
<h5 class="margin-0 text-muted">观看历史</h5>
</div>
<script type="text/javascript ">
$MH.limit = 10;
$MH.WriteHistoryBox(200, 170, 'font');
$MH.recordHistory({
name: '',
link: '',
})
</script><div id="HISTORY" style="width:200px;"><ul class="list"><li>没有记录</li></ul></div>
</div>
</li>
<li class="codehover"><a href="javascript:()" title="二维码"><i class="icon iconfont icon-code1"></i></a>
<div class="code clearfix">
<p class="margin-0">
<img class="pic-responsive" src="/uploadfile/image/20180729/20180729021243_47119.jpg" alt="扫描二维码">
</p>
</div></li>
<li><a data-toggle="tooltip" data-placement="top" class="" href="javascript:scroll(0,0)" title="返回顶部"><i class="icon iconfont icon-uparrow"></i></a></li> </ul>
</div>
<div class="tabbar visible-xs">
<a href="http://v.dltg888.com/" class="item ">
<i class="icon iconfont icon-home"></i>
<p class="text">首页</p>
</a>
<a href="list.php?t=dianying" class="item ">
<i class="icon iconfont icon-film"></i>
<p class="text">电影</p>
</a><a href="list.php?t=dianshi" class="item ">
<i class="icon iconfont icon-show"></i>
<p class="text">电视剧</p>
</a><a href="list.php?t=dongman" class="item ">
<i class="icon iconfont icon-mallanimation"></i>
<p class="text">动漫</p>
</a><a href="list.php?t=zongyi" class="item ">
<i class="icon iconfont icon-flag"></i>
<p class="text">综艺</p>
</a> </div>
<div class="container">
<div class="row" style="margin-top:10px"></div>
<div class="row">
<div class="hy-footer clearfix">
<p style="padding: 0 4px;text-align:center" class="container-fluid">关注微信公众号:钰新科技
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1277842013'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s23.cnzz.com/z_stat.php%3Fid%3D1277842013%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script><span id="cnzz_stat_icon_1277842013"><a href="https://www.cnzz.com/stat/website.php?web_id=1277842013" target="_blank" title="站长统计"><img border="0" hspace="0" vspace="0" src="http://icon.cnzz.com/img/pic1.gif"></a></span><script src="http://s23.cnzz.com/z_stat.php?id=1277842013&show=pic1" type="text/javascript"></script><script src="http://c.cnzz.com/core.php?web_id=1277842013&show=pic1&t=z" charset="utf-8" type="text/javascript"></script></p>
</div>
</div>
</div>
</body></html>