tradeDataIndex.html
86.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
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
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>商业信息</title>
<script type="text/javascript">
search_ajaxUrl = 'http://www.nong12.com/newTip.html?callFn=?';
</script>
<script type="text/javascript" src="http://static.nong12.com/static/source/components/js/base/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="http://static.nong12.com/static/source/components/js/base/sea.js"></script>
<link rel="stylesheet" type="text/css" href="../newstyle/topmenu.css">
<link rel="stylesheet" type="text/css" href="../newstyle/tradeIndex.css">
<script type="text/javascript" src="../js/javascript/common/config.js"></script>
<!--[if lt IE 9]>
<script src="../../common/js/plugin/respond.src.js"></script>
<link href="../../common/js/plugin/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
<link href="../respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
<script src="../../common/js/plugin/respond.proxy.js"></script>
<![endif]-->
</head>
<body>
<!-- header-->
<div class="pnr-top">
<div class="nav"><div class="info clearfix"><em>欢迎您来到农丰网!</em><div class="islogin">请 <a href="https://passport.nong12.com/uc/login.aspx?ReturnUrl=http://www.nong12.com/search.html?key=%E5%9B%9B%E5%B7%9D&goods=" class="hover-color-green">登录</a> <a href="https://passport.nong12.com/regedit/regedit.aspx" class="hover-color-green">免费注册</a></div> <div class="im" onclick="javascript:IM.openWindow('农丰客服', '农丰客服', '0', '', '' , '1');$('#total').text(0);$('.noti.new-msg-icon').remove();"> <a class="h-user-msg" href="javascript:void(0)" id="notify"><div class="text" onclick="javascript:IM.openWindow('农丰客服', '农丰客服', '0', '', '' , '1');$('#total').text(0);$('.noti.new-msg-icon').remove();">消息<b style="display:none"></b><span id="total">0</span></div></a><div class="im-msgs"><div class="on-msg">暂无更多消息</div><div class="im-list"><ul><li><a href="#">海州海参</a><span>29</span></li></ul> </div> </div> </div> </div> <div class="menu"><ul><li><a href="http://user.nong12.com/account/security.html">账户中心</a></li><li class="more"><a href="http://user.nong12.com/purchase/my_buy_center.html">我的农丰<b class="icon-direction"></b></a><div class="menu-list"><div class="menu-list-panel"><a href="http://user.nong12.com/purchase/order.html">已买到的商品</a><a href="http://user.nong12.com/purchase/favorite/product.html">我的收藏</a><a href="http://user.nong12.com/purchase/history.html">我的浏览</a></div></div></li><li class="more"><a href="http://shop.nong12.com/order/list.html">销售中心<b class="icon-direction"></b></a><div class="menu-list"><div class="menu-list-panel"><a href="http://shop.nong12.com/open/shop.html">我的店铺</a> <a href="http://shop.nong12.com/order/list.html">已卖出的商品</a><a href="http://shop.nong12.com/seller/product/list/onsale.html">出售中的商品</a><a href="http://shop.nong12.com/seller/product/showCategory.html">免费发布商品</a></div></div></li><li><a href="http://www.nong12.com/purchase_list.html">进货单<span class="color-green">(<span class="cart-num">0</span>)</span></a></li><li><a href="javascript:void(0);" onclick="IM.openWindow('农丰客服','农丰客服', '', '', '' , '1');">客服服务</a></li><li><a href="http://www.nong12.com/helpcenter.html">帮助中心</a></li></ul></div></div>
</div>
<div class="header">
<div class="logo-view">
<div class="responsive clearfix">
<a href="http://www.nong12.com" class="logo"><img src="http://static.nong12.com/static/newStatic/pnr/dist/images/logo.png" alt=""></a>
<div class="search-bar">
<form class="searchForm" action="http://www.nong12.com/search.html">
<div class="cat">
<p>产品 <span class="icon-more"></span></p>
<ul>
<li data-text="产品"><span>产品</span></li>
<li data-text="店铺" class="more"><span>店铺</span></li>
</ul>
</div>
<input maxlength="50" class="search-key" name="key" type="text" x-webkit-speech="" value="四川" placeholder="搜“四川”试试,保证多快好省" autocomplete="off"><div class="ep_qsearch" style="display: none;"><ul><li class=""><a href="javascript:void(0);">3333</a></li><li class="qsearch_selected"><a href="javascript:void(0);">321321</a></li><li><a href="javascript:void(0);">3 三级分类测试</a></li><li><a href="javascript:void(0);">3 二级分类测试</a></li><li><a href="javascript:void(0);">3 三级分类</a></li><li><a href="javascript:void(0);">3 搜索v梵蒂冈</a></li><li><a href="javascript:void(0);">3 二级分类</a></li></ul></div>
<input class="goods" type="hidden" name="goods">
<button class="submitBtn">搜索</button>
</form>
</div>
<a href="http://shop.nong12.com/seller/product/showCategory.html" class="submitBtn orangeBtn" style="">免费发布商品</a>
</div>
</div> <div class="menu" style="">
<div class="responsive">
<div class="menu-nav clearfix">
<div class="multistage-menu">
<div class="nav-title">
<h2 class="col-fff">全部商品分类</h2>
<span class="icon-menu"></span>
</div>
<div class="menu-list" style="display: none;">
<ul class="clearfix" id="menu-box">
<li class=""><div class="menu-title clearfix"><span class="menu-icon ll"><img src="http://img4.nong12.com/images/cms/315d66c5e29a46a5b8f8680c04936bb3.png" isoriginal="true"></span><div class="titles"><a href="javascript:void(0);" target="_blank" class="b-title">优品推荐</a><p><a href="http://www.nong12.com/search.html?category=8" target="_blank">叶菜类</a><a href="http://www.nong12.com/search.html?category=887" target="_blank">瓜果类</a><a href="http://www.nong12.com/search.html?category=9" target="_blank">花菜类</a><a href="http://www.nong12.com/search.html?category=181" target="_blank">猕猴桃</a><a href="http://www.nong12.com/search.html?category=148" target="_blank">芒果</a><a href="http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a><a href="javascript:void(0);" target="_blank">其他</a><a href="undefined" target="_blank">苹果</a><a href="undefined" target="_blank">梨 </a></p></div><span class="icon-arrow"></span></div><div class="menu-lists"><dl><dt><a href="http://www.nong12.com/search.html?category=8" target="_blank">叶菜类</a></dt><dd><a href="http://www.nong12.com/search.html?category=42" target="_blank">生菜</a><a href="http://www.nong12.com/search.html?category=50" target="_blank">甘蓝</a><a href="http://www.nong12.com/search.html?category=65" target="_blank">芹菜</a><a href="http://www.nong12.com/search.html?category=66" target="_blank">白菜</a><a href="http://www.nong12.com/search.html?category=67" target="_blank">油菜</a><a href="http://www.nong12.com/search.html?category=68" target="_blank">菠菜</a><a href="http://www.nong12.com/search.html?category=69" target="_blank">香菜</a><a href="http://www.nong12.com/search.html?category=70" target="_blank">茼蒿</a><a href="http://www.nong12.com/search.html?category=71" target="_blank">苦菊</a><a href="http://www.nong12.com/search.html?category=72" target="_blank">蒜苗</a><a href="http://www.nong12.com/search.html?category=73" target="_blank">蒜黄</a><a href="http://www.nong12.com/search.html?category=74" target="_blank">韭菜</a><a class="last" href="http://www.nong12.com/search.html?category=267" target="_blank">韭黄</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=887" target="_blank">瓜果类</a></dt><dd><a href="http://www.nong12.com/search.html?category=25" target="_blank">大黄瓜</a><a href="http://www.nong12.com/search.html?category=26" target="_blank">小黄瓜</a><a href="http://www.nong12.com/search.html?category=28" target="_blank">黄金瓜</a><a href="http://www.nong12.com/search.html?category=31" target="_blank">大冬瓜</a><a href="http://www.nong12.com/search.html?category=32" target="_blank">小冬瓜</a><a href="http://www.nong12.com/search.html?category=33" target="_blank">佛手瓜</a><a href="http://www.nong12.com/search.html?category=34" target="_blank">西葫芦</a><a href="http://www.nong12.com/search.html?category=35" target="_blank">瓠子</a><a href="http://www.nong12.com/search.html?category=48" target="_blank">丝瓜</a><a href="http://www.nong12.com/search.html?category=49" target="_blank">苦瓜</a><a class="last" href="http://www.nong12.com/search.html?category=52" target="_blank">南瓜</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=9" target="_blank">花菜类</a></dt><dd><a href="http://www.nong12.com/search.html?category=51" target="_blank">白菜花</a><a href="http://www.nong12.com/search.html?category=103" target="_blank">西兰花</a><a href="http://www.nong12.com/search.html?category=281" target="_blank">菜花</a><a class="last" href="http://www.nong12.com/search.html?category=283" target="_blank">有机菜花</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=181" target="_blank">猕猴桃</a></dt><dd><a href="http://www.nong12.com/search.html?category=532" target="_blank">黄心奇异果</a><a href="http://www.nong12.com/search.html?category=534" target="_blank">红心奇异果</a><a class="last" href="http://www.nong12.com/search.html?category=703" target="_blank">金心猕猴桃</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=148" target="_blank">芒果</a></dt><dd><a href="http://www.nong12.com/search.html?category=520" target="_blank">澳芒</a><a href="http://www.nong12.com/search.html?category=522" target="_blank">大台</a><a href="http://www.nong12.com/search.html?category=523" target="_blank">小台</a><a href="http://www.nong12.com/search.html?category=525" target="_blank">大金龙</a><a href="http://www.nong12.com/search.html?category=526" target="_blank">小金龙</a><a href="http://www.nong12.com/search.html?category=527" target="_blank">苹果芒</a><a href="http://www.nong12.com/search.html?category=529" target="_blank">台牙</a><a href="http://www.nong12.com/search.html?category=530" target="_blank">香芒</a><a href="http://www.nong12.com/search.html?category=531" target="_blank">小尖椒</a><a href="http://www.nong12.com/search.html?category=697" target="_blank">普通芒果</a><a class="last" href="http://www.nong12.com/search.html?category=1017" target="_blank">水仙芒</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a></dt><dd><a href="http://www.nong12.com/search.html?category=492" target="_blank">青提</a><a href="http://www.nong12.com/search.html?category=493" target="_blank">红提</a><a href="http://www.nong12.com/search.html?category=1015" target="_blank">黑提</a><a href="http://www.nong12.com/search.html?category=501" target="_blank">巨峰</a><a href="http://www.nong12.com/search.html?category=1026" target="_blank">辽峰</a><a href="http://www.nong12.com/search.html?category=1034" target="_blank">藤稔</a><a href="http://www.nong12.com/search.html?category=498" target="_blank">龙眼</a><a href="http://www.nong12.com/search.html?category=1041" target="_blank">极品香</a><a href="http://www.nong12.com/search.html?category=502" target="_blank">玫瑰香</a><a class="last" href="http://www.nong12.com/search.html?category=490" target="_blank">黑加仑</a></dd></dl><dl><dt><a href="javascript:void(0);" target="_blank">其他</a></dt><dd><a href="http://www.nong12.com/search.html?category=140" target="_blank">榴莲</a><a href="http://www.nong12.com/search.html?category=180" target="_blank">牛油果</a><a href="http://www.nong12.com/search.html?category=1012" target="_blank">加力果</a><a href="http://www.nong12.com/search.html?category=297" target="_blank">法香</a><a href="http://www.nong12.com/search.html?category=40" target="_blank">牛蒡</a><a href="http://www.nong12.com/search.html?category=83" target="_blank">上海青</a><a class="last" href="http://www.nong12.com/search.html?category=94" target="_blank">茭白</a></dd></dl><dl><dt><a href="undefined" target="_blank">苹果</a></dt><dd><a href="http://www.nong12.com/search.html?category=312" target="_blank">国光</a><a href="http://www.nong12.com/search.html?category=313" target="_blank">富士</a><a href="http://www.nong12.com/search.html?category=316" target="_blank">黄元帅</a><a href="http://www.nong12.com/search.html?category=321" target="_blank">红伽俐</a><a href="http://www.nong12.com/search.html?category=1018" target="_blank">青苹果</a><a href="http://www.nong12.com/search.html?category=323" target="_blank">红玫瑰</a><a class="last" href="http://www.nong12.com/search.html?category=324" target="_blank">蛇果</a></dd></dl><dl><dt><a href="undefined" target="_blank">梨 </a></dt><dd><a href="http://www.nong12.com/search.html?category=404" target="_blank">皇冠梨</a><a href="http://www.nong12.com/search.html?category=395" target="_blank">红啤梨</a><a href="http://www.nong12.com/search.html?category=1025" target="_blank">青啤梨</a><a href="http://www.nong12.com/search.html?category=396" target="_blank">丰水梨</a><a href="http://www.nong12.com/search.html?category=401" target="_blank">香梨</a><a href="http://www.nong12.com/search.html?category=403" target="_blank">大头梨</a><a class="last" href="http://www.nong12.com/search.html?category=406" target="_blank">贵妃梨</a></dd></dl></div></li><li><div class="menu-title clearfix"><span class="menu-icon ll"><img src="http://img6.nong12.com/images/cms/c4a36136070f420789a91b74202703db.png" isoriginal="true"></span><div class="titles"><a href="javascript:void(0);" target="_blank" class="b-title">当季热销</a><p><a href="http://www.nong12.com/search.html?category=14" target="_blank">根茎类</a><a href="http://www.dili7.com/search.html?category=21" target="_blank">辣椒类</a><a href="http://www.nong12.com/search.html?category=13" target="_blank">菌菇类</a><a href="http://www.nong12.com/search.html?category=138" target="_blank">瓜果</a><a href=" http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a><a href="http://www.nong12.com/search.html?category=150" target="_blank">桃子</a><a href="javascript:void(0);" target="_blank">其他</a><a href="undefined" target="_blank">橙子</a><a href="undefined" target="_blank">山竹</a><a href="undefined" target="_blank">芒果</a></p></div><span class="icon-arrow"></span></div><div class="menu-lists"><dl><dt><a href="http://www.nong12.com/search.html?category=14" target="_blank">根茎类</a></dt><dd><a href="http://www.nong12.com/search.html?category=14" target="_blank">胡萝卜</a><a href="http://www.nong12.com/search.html?category=15" target="_blank">青萝卜</a><a href="http://www.nong12.com/search.html?category=16" target="_blank">白萝卜</a><a href="http://www.nong12.com/search.html?category=17" target="_blank">红萝卜</a><a href="http://www.nong12.com/search.html?category=18" target="_blank">樱桃萝卜</a><a href="http://www.nong12.com/search.html?category=19" target="_blank">心里美</a><a href="http://www.nong12.com/search.html?category=38" target="_blank">蒜</a><a href="http://www.nong12.com/search.html?category=39" target="_blank">姜</a><a href="http://www.nong12.com/search.html?category=41" target="_blank">茴香球</a><a href="http://www.nong12.com/search.html?category=54" target="_blank">甘薯</a><a href="http://www.nong12.com/search.html?category=56" target="_blank">芋头</a><a href="http://www.nong12.com/search.html?category=57" target="_blank">土豆</a><a href="http://www.nong12.com/search.html?category=58" target="_blank">洋葱</a><a href="http://www.nong12.com/search.html?category=59" target="_blank">藕</a><a href="http://www.nong12.com/search.html?category=61" target="_blank">蒜苔</a><a href="http://www.nong12.com/search.html?category=62" target="_blank">韭苔</a><a href="http://www.nong12.com/search.html?category=63" target="_blank">大葱</a><a class="last" href="http://www.nong12.com/search.html?category=64" target="_blank">莴苣</a></dd></dl><dl><dt><a href="http://www.dili7.com/search.html?category=21" target="_blank">辣椒类</a></dt><dd><a href="http://www.nong12.com/search.html?category=21" target="_blank">尖椒</a><a href="http://www.nong12.com/search.html?category=22" target="_blank">圆椒</a><a href="http://www.nong12.com/search.html?category=23" target="_blank">方椒</a><a href="http://www.nong12.com/search.html?category=23" target="_blank">方椒</a><a href="http://www.nong12.com/search.html?category=24" target="_blank">五彩椒</a><a href="http://www.nong12.com/search.html?category=104" target="_blank">泡椒</a><a href="http://www.nong12.com/search.html?category=105" target="_blank">麻椒</a><a href="http://www.nong12.com/search.html?category=106" target="_blank">线椒</a><a href="http://www.nong12.com/search.html?category=107" target="_blank">螺丝椒</a><a href="http://www.nong12.com/search.html?category=107" target="_blank">螺丝椒</a><a href="http://www.nong12.com/search.html?category=108" target="_blank">辣妹子</a><a class="last" href="http://www.nong12.com/search.html?category=109" target="_blank">航椒</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=13" target="_blank">菌菇类</a></dt><dd><a href="http://www.nong12.com/search.html?category=44" target="_blank">香菇</a><a href="http://www.nong12.com/search.html?category=45" target="_blank">杏鲍菇</a><a href="http://www.nong12.com/search.html?category=46" target="_blank">金针菇</a><a href="http://www.nong12.com/search.html?category=196" target="_blank">木耳</a><a href="http://www.nong12.com/search.html?category=197" target="_blank">白玉菇</a><a href="http://www.nong12.com/search.html?category=272" target="_blank">平菇</a><a href="http://www.nong12.com/search.html?category=274" target="_blank">茶树菇</a><a href="http://www.nong12.com/search.html?category=274" target="_blank">茶树菇</a><a href="http://www.nong12.com/search.html?category=275" target="_blank">蟹味菇</a><a class="last" href="http://www.nong12.com/search.html?category=277" target="_blank">口蘑菇</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=138" target="_blank">瓜果</a></dt><dd><a href="http://www.nong12.com/search.html?category=151" target="_blank">香瓜</a><a href="http://www.nong12.com/search.html?category=152" target="_blank">哈密瓜</a><a href="http://www.nong12.com/search.html?category=158" target="_blank">西瓜</a><a href="http://www.nong12.com/search.html?category=166" target="_blank">白兰瓜</a><a href="http://www.nong12.com/search.html?category=167" target="_blank">甜王西瓜</a><a href="http://www.nong12.com/search.html?category=168" target="_blank">木瓜</a><a href="http://www.nong12.com/search.html?category=177" target="_blank">沙白瓜</a><a href="http://www.nong12.com/search.html?category=363" target="_blank">瓦丝蜜瓜</a><a href="http://www.nong12.com/search.html?category=364" target="_blank">网纹瓜</a><a href="http://www.nong12.com/search.html?category=366" target="_blank">玫红瓜</a><a href="http://www.nong12.com/search.html?category=369" target="_blank">状元瓜</a><a href="http://www.nong12.com/search.html?category=372" target="_blank">地雷西瓜</a><a href="http://www.nong12.com/search.html?category=373" target="_blank">红玉西瓜</a><a href="http://www.nong12.com/search.html?category=374" target="_blank">黑美人西瓜</a><a href="http://www.nong12.com/search.html?category=375" target="_blank">小凤西瓜</a><a href="http://www.nong12.com/search.html?category=376" target="_blank">麒麟西瓜</a><a href="http://www.nong12.com/search.html?category=1019" target="_blank">蜜瓜</a><a href="http://www.nong12.com/search.html?category=1050" target="_blank">甜瓜</a><a class="last" href="http://www.nong12.com/search.html?category=377" target="_blank">无籽西瓜</a></dd></dl><dl><dt><a href=" http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a></dt><dd><a href="http://www.nong12.com/search.html?category=492" target="_blank">青提</a><a href="http://www.nong12.com/search.html?category=493" target="_blank">红提</a><a href="http://www.nong12.com/search.html?category=1015" target="_blank">黑提</a><a href="http://www.nong12.com/search.html?category=498" target="_blank">龙眼</a><a href="http://www.nong12.com/search.html?category=501" target="_blank">巨峰</a><a href="http://www.nong12.com/search.html?category=1026" target="_blank">辽峰</a><a href="http://www.nong12.com/search.html?category=1034" target="_blank">藤稔</a><a href="http://www.nong12.com/search.html?category=1041" target="_blank">极品香</a><a href="http://www.nong12.com/search.html?category=502" target="_blank">玫瑰香</a><a class="last" href="http://www.nong12.com/search.html?category=490" target="_blank">黑加仑</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=150" target="_blank">桃子</a></dt><dd><a href="http://www.nong12.com/search.html?category=428" target="_blank">鲜桃</a><a href="http://www.nong12.com/search.html?category=430" target="_blank">蟠桃</a><a href="http://www.nong12.com/search.html?category=431" target="_blank">毛桃</a><a href="http://www.nong12.com/search.html?category=164" target="_blank">油桃</a><a href="http://www.nong12.com/search.html?category=436" target="_blank">黄桃</a><a href="http://www.nong12.com/search.html?category=434" target="_blank">水蜜桃</a><a class="last" href="http://www.nong12.com/search.html?category=432" target="_blank">艳红桃</a></dd></dl><dl><dt><a href="javascript:void(0);" target="_blank">其他</a></dt><dd><a href="http://www.nong12.com/search.html?category=468" target="_blank">草莓</a><a href="http://www.nong12.com/search.html?category=557" target="_blank">释迦</a><a href="http://www.nong12.com/search.html?category=558" target="_blank">莲雾</a><a href="http://www.nong12.com/search.html?category=560" target="_blank">芭乐</a><a class="last" href="http://www.nong12.com/search.html?category=175" target="_blank">菠萝蜜</a></dd></dl><dl><dt><a href="undefined" target="_blank">橙子</a></dt><dd><a href="http://www.nong12.com/search.html?category=421" target="_blank">脐橙</a><a href="http://www.nong12.com/search.html?category=425" target="_blank">鸭血橙</a><a href="http://www.nong12.com/search.html?category=426" target="_blank">纽荷尔</a><a href="http://www.nong12.com/search.html?category=1038" target="_blank">埃及橙</a><a class="last" href="http://www.nong12.com/search.html?category=1039" target="_blank">手掰橙</a></dd></dl><dl><dt><a href="undefined" target="_blank">山竹</a></dt><dd><a href="http://www.nong12.com/search.html?category=469" target="_blank">麻竹</a><a href="http://www.nong12.com/search.html?category=470" target="_blank">油竹</a><a href="http://www.nong12.com/search.html?category=471" target="_blank">花竹</a><a class="last" href="http://www.nong12.com/search.html?category=472" target="_blank">河沙竹</a></dd></dl><dl><dt><a href="undefined" target="_blank">芒果</a></dt><dd><a href="http://www.nong12.com/search.html?category=522" target="_blank">大台</a><a href="http://www.nong12.com/search.html?category=523" target="_blank">小台</a><a href="http://www.nong12.com/search.html?category=520" target="_blank">澳芒</a><a href="http://www.nong12.com/search.html?category=529" target="_blank">台牙</a><a href="http://www.nong12.com/search.html?category=530" target="_blank">香芒</a><a href="http://www.nong12.com/search.html?category=525" target="_blank">大金龙</a><a href="http://www.nong12.com/search.html?category=526" target="_blank">小金龙</a><a class="last" href="http://www.nong12.com/search.html?category=527" target="_blank">苹果芒</a></dd></dl></div></li><li><div class="menu-title clearfix"><span class="menu-icon ll"><img src="http://img7.nong12.com/images/cms/bac4aeed673c41bb81cbc0c537481440.png" isoriginal="true"></span><div class="titles"><a href="javascript:void(0);" target="_blank" class="b-title">时令蔬菜</a><p><a href="http://www.nong12.com/search.html?category=8" target="_blank">叶菜类</a><a href="http://www.nong12.com/search.html?category=13" target="_blank">菌菇类</a><a href="http://www.nong12.com/search.html?category=7" target="_blank">根茎类</a><a href="http://www.nong12.com/search.html?category=11" target="_blank">菜豆类</a><a href="http://www.nong12.com/search.html?category=887" target="_blank">瓜果类</a><a href="http://www.nong12.com/search.html?category=866" target="_blank">辣椒类</a><a href="http://www.nong12.com/search.html?category=9" target="_blank">花菜类</a><a href="http://www.nong12.com/search.html?category=12" target="_blank">精品菜</a><a href="http://www.nong12.com/search.html?category=10" target="_blank">茄果类</a><a href="undefined" target="_blank">豆腐类</a><a href="undefined" target="_blank">豆角类</a><a href="undefined" target="_blank">白菜类</a><a href="undefined" target="_blank">山药类</a><a href="undefined" target="_blank">装饰用类</a><a href="undefined" target="_blank">葡萄</a><a href="undefined" target="_blank">菠萝</a><a href="undefined" target="_blank">苹果</a><a href="undefined" target="_blank">其他</a></p></div><span class="icon-arrow"></span></div><div class="menu-lists"><dl><dt><a href="http://www.nong12.com/search.html?category=8" target="_blank">叶菜类</a></dt><dd><a href="http://www.nong12.com/search.html?category=42" target="_blank">生菜</a><a href="http://www.nong12.com/search.html?category=50" target="_blank">甘蓝</a><a href="http://www.nong12.com/search.html?category=65" target="_blank">芹菜</a><a href="http://www.nong12.com/search.html?category=69" target="_blank">香菜</a><a href="http://www.nong12.com/search.html?category=297" target="_blank">法香</a><a href="http://www.nong12.com/search.html?category=71" target="_blank">苦菊</a><a href="http://www.nong12.com/search.html?category=72" target="_blank">蒜苗</a><a href="http://www.nong12.com/search.html?category=74" target="_blank">韭菜</a><a href="http://www.nong12.com/search.html?category=267" target="_blank">韭黄</a><a href="http://www.nong12.com/search.html?category=66" target="_blank">白菜</a><a href="http://www.nong12.com/search.html?category=67" target="_blank">油菜</a><a href="http://www.nong12.com/search.html?category=68" target="_blank">菠菜</a><a class="last" href="http://www.nong12.com/search.html?category=70" target="_blank">茼蒿</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=13" target="_blank">菌菇类</a></dt><dd><a href="http://www.nong12.com/search.html?category=44" target="_blank">香菇</a><a href="http://www.nong12.com/search.html?category=45" target="_blank">杏鲍菇</a><a href="http://www.nong12.com/search.html?category=46" target="_blank">金针菇</a><a href="http://www.nong12.com/search.html?category=196" target="_blank">木耳</a><a href="http://www.nong12.com/search.html?category=274" target="_blank">茶树菇</a><a href="http://www.nong12.com/search.html?category=275" target="_blank">蟹味菇</a><a class="last" href="http://www.nong12.com/search.html?category=277" target="_blank">口蘑菇</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=7" target="_blank">根茎类</a></dt><dd><a href="http://www.nong12.com/search.html?category=15" target="_blank">青萝卜</a><a href="http://www.nong12.com/search.html?category=16" target="_blank">白萝卜</a><a href="http://www.nong12.com/search.html?category=38" target="_blank">蒜</a><a href="http://www.nong12.com/search.html?category=39" target="_blank">姜</a><a href="http://www.nong12.com/search.html?category=41" target="_blank">茴香球</a><a href="http://www.nong12.com/search.html?category=43" target="_blank">花生</a><a href="http://www.nong12.com/search.html?category=54" target="_blank">甘薯</a><a href="http://www.nong12.com/search.html?category=56" target="_blank">芋头</a><a href="http://www.nong12.com/search.html?category=57" target="_blank">土豆</a><a href="http://www.nong12.com/search.html?category=58" target="_blank">洋葱</a><a href="http://www.nong12.com/search.html?category=59" target="_blank">藕</a><a href="http://www.nong12.com/search.html?category=61" target="_blank">蒜苔</a><a href="http://www.nong12.com/search.html?category=63" target="_blank">大葱</a><a href="http://www.nong12.com/search.html?category=64" target="_blank">莴笋</a><a href="http://www.nong12.com/search.html?category=14" target="_blank">胡萝卜</a><a class="last" href="http://www.nong12.com/search.html?category=55" target="_blank">山药</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=11" target="_blank">菜豆类</a></dt><dd><a href="http://www.nong12.com/search.html?category=75" target="_blank">架豆</a><a href="http://www.nong12.com/search.html?category=77" target="_blank">芸豆</a><a href="http://www.nong12.com/search.html?category=78" target="_blank">四季豆</a><a href="http://www.nong12.com/search.html?category=79" target="_blank">豌豆</a><a href="http://www.nong12.com/search.html?category=80" target="_blank">荷兰豆</a><a href="http://www.nong12.com/search.html?category=81" target="_blank">扁豆</a><a href="http://www.nong12.com/search.html?category=285" target="_blank">豆角</a><a class="last" href="http://www.nong12.com/search.html?category=286" target="_blank">蚕豆</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=887" target="_blank">瓜果类</a></dt><dd><a href="http://www.nong12.com/search.html?category=233" target="_blank">黄瓜</a><a href="http://www.nong12.com/search.html?category=234" target="_blank">冬瓜</a><a href="http://www.nong12.com/search.html?category=33" target="_blank">佛手瓜</a><a href="http://www.nong12.com/search.html?category=34" target="_blank">西葫芦</a><a href="http://www.nong12.com/search.html?category=48" target="_blank">丝瓜</a><a href="http://www.nong12.com/search.html?category=49" target="_blank">苦瓜</a><a href="http://www.nong12.com/search.html?category=52" target="_blank">南瓜</a><a href="http://www.nong12.com/search.html?category=53" target="_blank">玉米</a><a href="http://www.nong12.com/search.html?category=265" target="_blank">吊瓜</a><a class="last" href="http://www.nong12.com/search.html?category=271" target="_blank">地瓜</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=866" target="_blank">辣椒类</a></dt><dd><a href="http://www.nong12.com/search.html?category=21" target="_blank">尖椒</a><a href="http://www.nong12.com/search.html?category=22" target="_blank">圆椒</a><a href="http://www.nong12.com/search.html?category=23" target="_blank">方椒</a><a href="http://www.nong12.com/search.html?category=24" target="_blank">五彩椒</a><a href="http://www.nong12.com/search.html?category=104" target="_blank">泡椒</a><a href="http://www.nong12.com/search.html?category=106" target="_blank">线椒</a><a href="http://www.nong12.com/search.html?category=108" target="_blank">辣妹子</a><a class="last" href="http://www.nong12.com/search.html?category=109" target="_blank">杭椒</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=9" target="_blank">花菜类</a></dt><dd><a href="http://www.nong12.com/search.html?category=51" target="_blank">白菜花</a><a href="http://www.nong12.com/search.html?category=103" target="_blank">西兰花</a><a href="http://www.nong12.com/search.html?category=281" target="_blank">菜花</a><a class="last" href="http://www.nong12.com/search.html?category=283" target="_blank">有机菜花</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=12" target="_blank">精品菜</a></dt><dd><a href="http://www.nong12.com/search.html?category=40" target="_blank">牛蒡</a><a href="http://www.nong12.com/search.html?category=83" target="_blank">上海青</a><a href="http://www.nong12.com/search.html?category=87" target="_blank">芥蓝</a><a class="last" href="http://www.nong12.com/search.html?category=94" target="_blank">茭白</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=10" target="_blank">茄果类</a></dt><dd><a href="http://www.nong12.com/search.html?category=20" target="_blank">西红柿</a><a href="http://www.nong12.com/search.html?category=29" target="_blank">长茄</a><a class="last" href="http://www.nong12.com/search.html?category=30" target="_blank">圆茄</a></dd></dl><dl><dt><a href="undefined" target="_blank">豆腐类</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">豆角类</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">白菜类</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">山药类</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">装饰用类</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">葡萄</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">菠萝</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">苹果</a></dt><dd></dd></dl><dl><dt><a href="undefined" target="_blank">其他</a></dt><dd></dd></dl></div></li><li><div class="menu-title clearfix"><span class="menu-icon ll"><img src="http://img9.nong12.com/images/cms/1fd3859045e44f478474c40043d52367.png" isoriginal="true"></span><div class="titles"><a href="javascript:void(0);" target="_blank" class="b-title">新鲜水果</a><p><a href="http://www.nong12.com/search.html?category=153" target="_blank">梨 </a><a href="http://www.nong12.com/search.html?category=145" target="_blank">苹果</a><a href="http://www.nong12.com/search.html?category=137" target="_blank">柑橘</a><a href="http://www.nong12.com/search.html?category=174" target="_blank">菠萝</a><a href="http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a><a href="http://www.nong12.com/search.html?category=150" target="_blank">桃子</a><a href="http://www.nong12.com/search.html?category=138" target="_blank">瓜果</a><a href="javascript:void(0);" target="_blank">其他</a></p></div><span class="icon-arrow"></span></div><div class="menu-lists"><dl><dt><a href="http://www.nong12.com/search.html?category=153" target="_blank">梨 </a></dt><dd><a href="http://www.nong12.com/search.html?category=394" target="_blank">啤梨</a><a href="http://www.nong12.com/search.html?category=395" target="_blank">红啤梨</a><a href="http://www.nong12.com/search.html?category=396" target="_blank">丰水梨</a><a href="http://www.nong12.com/search.html?category=401" target="_blank">香梨</a><a href="http://www.nong12.com/search.html?category=403" target="_blank">大头梨</a><a href="http://www.nong12.com/search.html?category=404" target="_blank">皇冠梨</a><a href="http://www.nong12.com/search.html?category=406" target="_blank">贵妃梨</a><a href="http://www.nong12.com/search.html?category=408" target="_blank">雪花梨</a><a href="http://www.nong12.com/search.html?category=409" target="_blank">水晶梨</a><a class="last" href="http://www.nong12.com/search.html?category=415" target="_blank">苹果梨</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=145" target="_blank">苹果</a></dt><dd><a href="http://www.nong12.com/search.html?category=312" target="_blank">国光</a><a href="http://www.nong12.com/search.html?category=313" target="_blank">富士</a><a href="http://www.nong12.com/search.html?category=315" target="_blank">花牛</a><a href="http://www.nong12.com/search.html?category=316" target="_blank">黄元帅</a><a href="http://www.nong12.com/search.html?category=317" target="_blank">冰糖果</a><a href="http://www.nong12.com/search.html?category=318" target="_blank">乔纳金</a><a href="http://www.nong12.com/search.html?category=319" target="_blank">嘎啦果</a><a href="http://www.nong12.com/search.html?category=320" target="_blank">伏苹果</a><a href="http://www.nong12.com/search.html?category=321" target="_blank">红咖俐</a><a href="http://www.nong12.com/search.html?category=322" target="_blank">青咖俐</a><a href="http://www.nong12.com/search.html?category=323" target="_blank">红玫瑰</a><a class="last" href="http://www.nong12.com/search.html?category=324" target="_blank">蛇果</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=137" target="_blank">柑橘</a></dt><dd><a href="http://www.nong12.com/search.html?category=157" target="_blank">柑橘</a><a href="http://www.nong12.com/search.html?category=334" target="_blank">蜜桔</a><a href="http://www.nong12.com/search.html?category=335" target="_blank">桔子</a><a href="http://www.nong12.com/search.html?category=337" target="_blank">叶桔</a><a href="http://www.nong12.com/search.html?category=343" target="_blank">沙糖桔</a><a href="http://www.nong12.com/search.html?category=344" target="_blank">金钱橘</a><a class="last" href="http://www.nong12.com/search.html?category=345" target="_blank">丑柑</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=174" target="_blank">菠萝</a></dt><dd><a href="http://www.nong12.com/search.html?category=328" target="_blank">进口菠萝</a><a href="http://www.nong12.com/search.html?category=330" target="_blank">都乐菠萝</a><a href="http://www.nong12.com/search.html?category=329" target="_blank">香水菠萝</a><a class="last" href="http://www.nong12.com/search.html?category=331" target="_blank">凤梨</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a></dt><dd><a href="http://www.nong12.com/search.html?category=490" target="_blank">黑加仑</a><a href="http://www.nong12.com/search.html?category=491" target="_blank">美人指</a><a href="http://www.nong12.com/search.html?category=492" target="_blank">青提</a><a class="last" href="http://www.nong12.com/search.html?category=493" target="_blank">红提</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=150" target="_blank">桃子</a></dt><dd><a href="http://www.nong12.com/search.html?category=428" target="_blank">鲜桃</a><a href="http://www.nong12.com/search.html?category=164" target="_blank">油桃</a><a href="http://www.nong12.com/search.html?category=431" target="_blank">毛桃</a><a class="last" href="http://www.nong12.com/search.html?category=432" target="_blank">艳红桃</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=138" target="_blank">瓜果</a></dt><dd><a href="http://www.nong12.com/search.html?category=151" target="_blank">香瓜</a><a href="http://www.nong12.com/search.html?category=152" target="_blank">哈密瓜</a><a href="http://www.nong12.com/search.html?category=158" target="_blank">西瓜</a><a href="http://www.nong12.com/search.html?category=168" target="_blank">木瓜</a><a href="http://www.nong12.com/search.html?category=177" target="_blank">沙白瓜</a><a class="last" href="http://www.nong12.com/search.html?category=360" target="_blank">西红宝</a></dd></dl><dl><dt><a href="javascript:void(0);" target="_blank">其他</a></dt><dd><a href="http://www.nong12.com/search.html?category=144" target="_blank">柠檬</a><a href="http://www.nong12.com/search.html?category=163" target="_blank">柿子</a><a href="http://www.nong12.com/search.html?category=140" target="_blank">榴莲</a><a href="http://www.nong12.com/search.html?category=143" target="_blank">石榴</a><a href="http://www.nong12.com/search.html?category=141" target="_blank">桂圆</a><a href="http://www.nong12.com/search.html?category=147" target="_blank">火龙果</a><a href="http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a><a href="http://www.nong12.com/search.html?category=154" target="_blank">草莓</a><a href="http://www.nong12.com/search.html?category=149" target="_blank">山竹</a><a href="http://www.nong12.com/search.html?category=142" target="_blank">柚子</a><a href="http://www.nong12.com/search.html?category=148" target="_blank">芒果</a><a href="http://www.nong12.com/search.html?category=165" target="_blank">香蕉</a><a href="http://www.nong12.com/search.html?category=159" target="_blank">荔枝</a><a href="http://www.nong12.com/search.html?category=174" target="_blank">菠萝</a><a href="http://www.nong12.com/search.html?category=161" target="_blank">李子</a><a href="http://www.nong12.com/search.html?category=302" target="_blank">杏类</a><a href="http://www.nong12.com/search.html?category=181" target="_blank">猕猴桃</a><a href="http://www.nong12.com/search.html?category=162" target="_blank">樱桃</a><a href="http://www.nong12.com/search.html?category=173" target="_blank">橄榄</a><a href="http://www.nong12.com/search.html?category=304" target="_blank">甘蔗</a><a href="http://www.nong12.com/search.html?category=419" target="_blank">橙子</a><a href="http://www.nong12.com/search.html?category=710" target="_blank">皇帝蕉</a><a class="last" href="http://www.nong12.com/search.html?category=387" target="_blank">进口香蕉</a></dd></dl></div></li><li><div class="menu-title clearfix"><span class="menu-icon ll"><img src="http://img0.nong12.com/images/cms/f418bddc4f3f460f990c7c125a7c63df.png" isoriginal="true"></span><div class="titles"><a href="javascript:void(0);" target="_blank" class="b-title">产地直供</a><p><a href="http://www.nong12.com/search.html?category=162" target="_blank">樱桃</a><a href="http://www.nong12.com/search.html?category=149" target="_blank">山竹</a><a href="http://www.nong12.com/search.html?category=174" target="_blank">菠萝</a><a href="javascript:void(0);" target="_blank">其他</a></p></div><span class="icon-arrow"></span></div><div class="menu-lists"><dl><dt><a href="http://www.nong12.com/search.html?category=162" target="_blank">樱桃</a></dt><dd><a href="http://www.nong12.com/search.html?category=473" target="_blank">红灯</a><a href="http://www.nong12.com/search.html?category=176" target="_blank">车厘子</a><a class="last" href="http://www.nong12.com/search.html?category=481" target="_blank">美早</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=149" target="_blank">山竹</a></dt><dd><a href="http://www.nong12.com/search.html?category=470" target="_blank">油竹</a><a class="last" href="http://www.nong12.com/search.html?category=471" target="_blank">花竹</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?category=174" target="_blank">菠萝</a></dt><dd><a href="http://www.nong12.com/search.html?category=331" target="_blank">凤梨</a><a href="http://www.nong12.com/search.html?category=330" target="_blank">都乐菠萝</a><a class="last" href="http://www.nong12.com/search.html?category=329" target="_blank">香水菠萝</a></dd></dl><dl><dt><a href="javascript:void(0);" target="_blank">其他</a></dt><dd><a href="http://www.nong12.com/search.html?category=557" target="_blank">释迦</a><a href="http://www.nong12.com/search.html?category=558" target="_blank">莲雾</a><a href="http://www.nong12.com/search.html?category=560" target="_blank">芭乐</a><a href="http://www.nong12.com/search.html?category=175" target="_blank">菠萝蜜</a><a href="http://www.nong12.com/search.html?category=185" target="_blank">蛇皮果</a><a href="http://www.nong12.com/search.html?category=180" target="_blank">牛油果</a><a href="http://www.nong12.com/search.html?category=1012" target="_blank">加力果</a><a class="last" href="http://www.nong12.com/search.html?category=1031" target="_blank">火参果</a></dd></dl></div></li><li><div class="menu-title clearfix"><span class="menu-icon ll"><img src="http://img2.nong12.com/images/cms/636b79be0da44cc3bfb0ae0b6c964f8b.jpg" isoriginal="true"></span><div class="titles"><a href="http://www.nong12.com/search.html?key=%25E5%259C%259F%25E8%25B1%2586" target="_blank" class="b-title">生猛海鲜123</a><p><a href="http://www.nong12.com/search.html?key=%25E8%25A5%25BF%25E7%2593%259C" target="_blank">爬爬虾</a><a href="http://www.nong12.com/search.html?key=%25E5%259C%259F%25E8%25B1%2586" target="_blank">圣子皇</a></p></div><span class="icon-arrow"></span></div><div class="menu-lists"><dl><dt><a href="http://www.nong12.com/search.html?key=%25E8%25A5%25BF%25E7%2593%259C" target="_blank">爬爬虾</a></dt><dd><a href="http://www.nong12.com/search.html?key=%25E8%2599%25BE" target="_blank">小爬爬虾</a><a class="last" href="http://www.nong12.com/search.html?category=629" target="_blank">中爬爬虾</a></dd></dl><dl><dt><a href="http://www.nong12.com/search.html?key=%25E5%259C%259F%25E8%25B1%2586" target="_blank">圣子皇</a></dt><dd><a class="last" href="http://www.nong12.com/search.html?category=" target="_blank">大圣子皇</a></dd></dl></div></li></ul>
</div>
</div>
<div class="navigation clearfix">
<ul id="navigationli">
<li id="navigation1"><a href="http://www.nong12.com/articles/index.html?type=scdt">市场动态</a></li><li id="navigation2"><a href="http://www.nong12.com/articles/index.html?type=hyzx">行业咨询</a></li></ul>
</div>
<div class="top-search rr" id="navRight">
<span id="navRightTitle">热门</span>:
<a target="_blank" href=""></a>
<a target="_blank" href=""></a>
<a href="http://www.nong12.com/search.html?category=146" target="_blank">葡萄</a><a href="http://www.nong12.com/search.html?category=151" target="_blank">香瓜</a><a href="http://www.nong12.com/search.html?category=162" target="_blank">樱桃</a><a href="http://www.nong12.com/search.html?category=159" target="_blank">荔枝</a><a href="http://www.nong12.com/search.html?category=150" target="_blank">桃子</a></div>
</div>
</div>
</div>
</div>
<!-- header end -->
<!-- main-->
<div class="main auto-1200">
<div class="bread-line">
<a href="#" title="">首页</a>〉
<a href="#" title="">供求信息</a>
</div>
<div class="mcell clearfix">
<div class="supply-place ll">
<!-- 最新供应开始 -->
<div class="latest ll">
<h4>最新供应</h4>
<ul>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">3吨寿光白菜供应</a>
<span class="latest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
<li>
<a href="#" class="i-tag">供应</a>
<a href="#">33吨寿光白菜供应3吨寿光白菜供应3吨寿光白菜供应吨寿光白菜供应</a>
<span class="hottest"></span>
</li>
</ul>
</div>
<!-- 最新供应结束 -->
<!-- 轮播开始 -->
<div class="promo">
<div class="promo-inner">
<ul class="clearfix">
<li>
<a href="#"><img src="../upload/d-list-1.jpg" alt=""/></a>
</li>
<li>
<a href="#"><img src="../upload/d-list-1.jpg" alt=""/></a>
</li>
<li>
<a href="#"><img src="../upload/d-list-1.jpg" alt=""/></a>
</li>
<li>
<a href="#"><img src="../upload/d-list-1.jpg" alt=""/></a>
</li>
<li>
<a href="#"><img src="../upload/d-list-1.jpg" alt=""/></a>
</li>
</ul>
</div>
</div>
<!-- 轮播结束 -->
</div>
<div class="hot-place ll">
<!-- 供应入口开始 -->
<div class="supplier">
<h2>
<img src="../images/tradeindex.png" alt="" />
</h2>
<p>
<b>特权1 </b>
海量<span>采购资源</span>推荐</p>
<p>
<b>特权2 </b>
每天大量<span>求购信息</span></p>
<p class="btn-area">
<a href="#" class="submitBtn orangeBtn">快速供货</a>
<a href="#" class="submitBtn">我要采购</a>
</p>
</div>
<!-- 供应入口结束 -->
</div>
</div>
<div class="mcell clearfix">
<!-- 供应信息开始 -->
<div class="trade-info ll">
<!-- 供求列表开始 -->
<div class="t-info clearfix">
<!-- 列表头部开始 -->
<div class="trade-title veg">
<h3>蔬菜求购信息 </h3>
<a href="#">更多</a>
</div>
<!-- 列表头部结束 -->
<!-- 列表条目开始 -->
<div class="trade-in">
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
</div>
<!-- 列表条目结束 -->
</div>
<div class="t-info trr clearfix">
<!-- 列表头部开始 -->
<div class="trade-title veg1">
<h3>蔬菜供应信息 </h3>
<a href="#">更多</a>
</div>
<!-- 列表头部结束 -->
<!-- 列表条目开始 -->
<div class="trade-out">
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
</div>
<!-- 列表条目结束 -->
</div>
<!-- 供求列表结束 -->
</div>
<!--
<div class="trade-out">
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many"><b>3000</b>吨</span>
<span class="i-price"><b>300000元</b>/吨</span>
</a>
</div>
-->
<!-- 供应信息结束 -->
<!-- 现货供应推荐开始 -->
<div class="hot-place ll">
<div class="trade-supplier">
<h3>蔬菜现货供应推荐</h3>
<!-- 列表内容开始 -->
<div class="trade-inner">
<ul class="clearfix">
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
</ul>
</div>
<!-- 列表内容结束 -->
</div>
</div>
<!-- 现货供应推荐结束 -->
</div>
<div class="mcell clearfix">
<div class="trade-info ll">
<div class="t-info">
<div class="trade-title veg">
<h3>水果求购信息 </h3>
<a href="#">更多</a>
</div>
<div class="trade-in">
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
</div>
</div>
<div class="t-info trr clearfix">
<!-- 列表头部开始 -->
<div class="trade-title veg1">
<h3>水果供应信息 </h3>
<a href="#">更多</a>
</div>
<!-- 列表头部结束 -->
<!-- 列表条目开始 -->
<div class="trade-out">
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
</div>
<!-- 列表条目结束 -->
</div>
</div>
<div class="hot-place ll">
<div class="trade-supplier">
<h3>水果现货供应推荐</h3>
<div class="trade-inner">
<ul class="clearfix">
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="mcell clearfix">
<div class="trade-info ll">
<div class="trade-title veg">
<h3>其他求购信息 </h3>
<span class="more-cate">
<a href="#">水果供应</a>
<a href="#">水果供应</a>
<a href="#">水果供应</a>
</span>
</div>
<div class="t-info">
<div class="trade-in">
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">求购</span>
<span class="i-name">成都罗布35锋利 产地中国 9头 25斤每箱</span>
<span class="i-price"><b>300000吨</b></span>
</a>
</div>
</div>
<div class="t-info trr clearfix">
<!-- 列表条目开始 -->
<div class="trade-out">
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
<a href="#" class="in-cell">
<span class="i-tag">供应</span>
<span class="i-name">不是成都胡萝卜</span>
<span class="i-many">3000 吨</span>
<span class="i-price"><b>3000-5000元</b>/吨</span>
</a>
</div>
<!-- 列表条目结束 -->
</div>
</div>
<div class="hot-place ll">
<div class="trade-supplier">
<h3>其他现货供应推荐</h3>
<div class="trade-inner">
<ul class="clearfix">
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
<li>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
<a href="#">
<img src="../upload/img-1-1.png" alt="" />
<span>
<b>55元/斤</b>
<p>【现货】无常李玉米无常李玉米无常李玉米 </p>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- main end -->
<!-- footer-->
<div class="footer">
<div class="bg-F9">
<div class="footer-view clearfix">
<div class="left">
<ul>
<li>
<span class="icon-we"></span>
<p>关于我们</p>
<div class="f-list">
<a href="#">关于地利</a>
<a href="#">诚聘英才</a>
<a href="#">联系我们</a>
<a href="#">地利服务</a>
</div>
</li>
<li>
<span class="icon-aftersales"></span>
<p>售后服务</p>
<div class="f-list">
<a href="#">纠纷处理</a>
<a href="#">退款流程</a>
<a href="#">退款政策</a>
</div>
</li>
<li>
<span class="icon-shopping"></span>
<p>购物指南</p>
<div class="f-list">
<a href="#">交易规则</a>
<a href="#">购物流程</a>
<a href="#">订单结算</a>
<a href="#">支付方式</a>
</div>
</li>
<li>
<span class="icon-identity"></span>
<p>身份认证</p>
<div class="f-list">
<a href="#">邮箱验证</a>
<a href="#">企业验证</a>
<a href="#">实名认证</a>
<a href="#">密码找回</a>
</div>
</li>
<li>
<span class="icon-novice"></span>
<p>新手指南</p>
<div class="f-list">
<a href="#">个人注册</a>
<a href="#">企业注册</a>
<a href="#">会员须知</a>
<a href="#">会员登陆</a>
</div>
</li>
</ul>
</div>
<div class="right">
<span class="icon-shield"></span>
<ul class="clearfix">
<li><p>服务热线:<span class="text-phone">400-888-6666</span></p></li>
<li><p>服务时间:<span class="text-time">上午9:00 - 晚上21:00</span></p></li>
<li><p class="dili-im" href="#"><i></i>联系我们</p></li>
</ul>
</div>
</div>
</div>
<div class="footer-end">
<p>
<a href="#">关于我们</a> |
<a href="#">联系我们</a> |
<a href="#">人才招聘</a> |
<a href="#">地利服务</a> |
<a href="#">帮助中心</a>
</p>
<p class="col-999"> Copyright © 2013-2014 nong12.com,All Rights Reserved 陕ICP备14002958号</p>
<p class="col-999">版权所有 地利网络农业有限公司</p>
</div>
</div>
<!-- footer end -->
<script type="text/javascript">
seajs.use([ '../js/javascript/common/common.js',
'../js/javascript/header/header.js',
'../js/javascript/trade/tradeIndex.js' ]);
</script>
<!-- app end -->
</body>
</html>