| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 |
<head> |
| 4 |
<title>Alibaba Manufacturer Directory - Suppliers, Manufacturers, Exporters & Importers</title> |
| 5 |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> |
| 6 |
<META NAME="ROBOTS" CONTENT="NOARCHIVE"> |
| 7 |
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW" /> |
| 8 |
<link rel="shortcut icon" href="http://img.alibaba.com/favicon.ico" type="image/x-icon" /> |
| 9 |
<link rel="shortcut icon" href="http://img.alibaba.com/favicon.ico" type="image/x-icon" /> |
| 10 |
<link rel="stylesheet" type="text/css" href="http://style.alibaba.com/css/3v/empty.css" media="screen" /> |
| 11 |
<style type="text/css" media="all"> |
| 12 |
@import url("http://style.alibaba.com/css/3v/global_import.css?c=200712271629.css"); |
| 13 |
</style> |
| 14 |
<script language="javascript" src="http://style.alibaba.com/js/ae.js?c=200808141619.js" charset="iso-8859-1"></script> |
| 15 |
<script type="text/javascript" src="http://style.alibaba.com/js/aisn.js?c=200806111425.js" charset="iso-8859-1"></script> |
| 16 |
|
| 17 |
<script type="text/javascript" src="http://style.alibaba.com/js/listing.js" charset="iso-8859-1"></script> |
| 18 |
<base href="http://www.alibaba.com"> |
| 19 |
</head> |
| 20 |
<body><script type=text/javascript src="http://img.alibaba.com/js/beacon_en.js"></script> <script type=text/javascript>var dmtrack_c='{-}'; var dmtrack_pageid='c657537bcdcc70011369050601'; sk_dmtracking();</script> <noscript><img src="http://dmtracking2.alibaba.com/b.jpg?cD0xJnU9ey93d3cuYWxpYmFiYS5jb20vZXJyb3I0MDQuaHRtbH0mbT17R0VUfSZzPXs0MDR9JnI9ey19JmE9ey19JmI9ey19JmM9ey19&ver=40&pageid=c657537bcdcc70011369050601&time=1369050601" width="1" height="1" style="display:none"></noscript><script language="JavaScript" type="text/javascript"> |
| 21 |
<!-- |
| 22 |
var r=Math.random(); |
| 23 |
document.write("<img alt=\"\" width=\"1\" height=\"1\" style=\"display:none\" "); |
| 24 |
document.write("src=\"http://dmtracking.alibaba.com/b.jpg?cD0xJnU9ey93d3cuYWxpYmFiYS5jb20vZXJyb3I0MDQudmh0bWx9Jm09e0dFVH0mcz17MjAwfSZyPXstfSZhPXtjX21pZD1odW9kaW5nMjAwOHxtaWQ9Y25zeWRwZW5jaWx8Y19saWQ9aHVvZGluZzIwMDh8bXQ9M3xjX21zPTF9JmI9ey19JmM9ey19&rand="+r+"\">"); |
| 25 |
--> |
| 26 |
</script> |
| 27 |
<noscript> |
| 28 |
<img alt="" src="http://dmtracking.alibaba.com/b.jpg?cD0xJnU9ey93d3cuYWxpYmFiYS5jb20vZXJyb3I0MDQudmh0bWx9Jm09e0dFVH0mcz17MjAwfSZyPXstfSZhPXtjX21pZD1odW9kaW5nMjAwOHxtaWQ9Y25zeWRwZW5jaWx8Y19saWQ9aHVvZGluZzIwMDh8bXQ9M3xjX21zPTF9JmI9ey19JmM9ey19&rand=2797328822" width="1" height="1" style="display:none"> |
| 29 |
</noscript> |
| 30 |
<script language="javascript" type="text/javascript"> |
| 31 |
function extractUrl(url){ |
| 32 |
url = url+""; |
| 33 |
var index1 = url.indexOf("&trurl="); |
| 34 |
var index2 = url.indexOf("&",index1+3); |
| 35 |
if(index1!=-1 && index2 !=-1) |
| 36 |
url = url.substring(index1+7, index2); |
| 37 |
if(index1!=-1 && index2 ==-1) |
| 38 |
url = url.substring(index1+7); |
| 39 |
url = unescape(url); |
| 40 |
return url; |
| 41 |
} |
| 42 |
|
| 43 |
function signin(){ |
| 44 |
if(top.location != self.location){ |
| 45 |
var url = "https://login.alibaba.com" + "?Done=" + escape(extractUrl(self.location)); |
| 46 |
top.location = url; |
| 47 |
} |
| 48 |
else{ |
| 49 |
var url = "https://login.alibaba.com" + "?Done=" + escape(document.location); |
| 50 |
document.location = url; |
| 51 |
} |
| 52 |
} |
| 53 |
</script> |
| 54 |
<script type="text/javascript"> |
| 55 |
function showBuy(){ |
| 56 |
var buy = document.getElementById("buyNav"); |
| 57 |
var sell = document.getElementById("sellNav"); |
| 58 |
var resource = document.getElementById("resourceNav"); |
| 59 |
var buycurr = document.getElementById("buyNavCurr"); |
| 60 |
var sellcurr = document.getElementById("sellNavCurr"); |
| 61 |
var resourcecurr = document.getElementById("resourceNavCurr"); |
| 62 |
buy.style.display = "none"; |
| 63 |
buycurr.style.display = ""; |
| 64 |
sell.style.display = ""; |
| 65 |
sellcurr.style.display = "none"; |
| 66 |
resource.style.display = ""; |
| 67 |
resourcecurr.style.display = "none"; |
| 68 |
} |
| 69 |
function showSell(){ |
| 70 |
var buy = document.getElementById("buyNav"); |
| 71 |
var sell = document.getElementById("sellNav"); |
| 72 |
var resource = document.getElementById("resourceNav"); |
| 73 |
var buycurr = document.getElementById("buyNavCurr"); |
| 74 |
var sellcurr = document.getElementById("sellNavCurr"); |
| 75 |
var resourcecurr = document.getElementById("resourceNavCurr"); |
| 76 |
buy.style.display = ""; |
| 77 |
buycurr.style.display = "none"; |
| 78 |
sell.style.display = "none"; |
| 79 |
sellcurr.style.display = ""; |
| 80 |
resource.style.display = ""; |
| 81 |
resourcecurr.style.display = "none"; |
| 82 |
} |
| 83 |
function showResource(){ |
| 84 |
var buy = document.getElementById("buyNav"); |
| 85 |
var sell = document.getElementById("sellNav"); |
| 86 |
var resource = document.getElementById("resourceNav"); |
| 87 |
var buycurr = document.getElementById("buyNavCurr"); |
| 88 |
var sellcurr = document.getElementById("sellNavCurr"); |
| 89 |
var resourcecurr = document.getElementById("resourceNavCurr"); |
| 90 |
buy.style.display = ""; |
| 91 |
buycurr.style.display = "none"; |
| 92 |
sell.style.display = ""; |
| 93 |
sellcurr.style.display = "none"; |
| 94 |
resource.style.display = "none"; |
| 95 |
resourcecurr.style.display = ""; |
| 96 |
} |
| 97 |
var texts= new Array("Search Selling Leads Now","Search Products Now","Search Suppliers Now","Search Buying Leads Now","Search Trade Shows Now"); |
| 98 |
function changeSearchText(sType){ |
| 99 |
var inputText = document.getElementById("SearchTextIdx") |
| 100 |
if(inputText == null) |
| 101 |
return; |
| 102 |
switch(sType){ |
| 103 |
case("sell"):{ |
| 104 |
inputText.value = texts[0]; |
| 105 |
break; |
| 106 |
} |
| 107 |
case("buy"):{ |
| 108 |
inputText.value = texts[3]; |
| 109 |
break; |
| 110 |
} |
| 111 |
case("product"):{ |
| 112 |
inputText.value = texts[1]; |
| 113 |
break; |
| 114 |
} |
| 115 |
case("company"):{ |
| 116 |
inputText.value = texts[2]; |
| 117 |
break; |
| 118 |
} |
| 119 |
case("ts"):{ |
| 120 |
inputText.value = texts[4]; |
| 121 |
break; |
| 122 |
} |
| 123 |
} |
| 124 |
} |
| 125 |
function checkValue(){ |
| 126 |
var inputText = document.getElementById("SearchTextIdx"); |
| 127 |
for(var i=0;i<texts.length;i++) |
| 128 |
if(inputText.value == texts[i]) |
| 129 |
inputText.value = ""; |
| 130 |
} |
| 131 |
</script> |
| 132 |
<div id="header"> |
| 133 |
<div class="header960 transform760"> |
| 134 |
<div class="utility"> |
| 135 |
<style> |
| 136 |
#highLightTips{display:block;position:absolute;top:-4px;_top:-2px;left:34px;z-index:999;width:27px;height:15px;line-height:12px;text-align:center;background:url(http://img.alibaba.com/images/eng/style/css_images/msgTips.gif) no-repeat 0 0;} |
| 137 |
#highLightTips strong{line-height:12px;color:#fff;} |
| 138 |
</style> |
| 139 |
<span id="welcome_info"></span> |
| 140 |
</div> |
| 141 |
|
| 142 |
<div id="aliLogo"> |
| 143 |
<a href="http://www.alibaba.com" title="Manufacturers">Alibaba.com</a> |
| 144 |
</div> |
| 145 |
|
| 146 |
<div id="mainNavig"><ul> |
| 147 |
<li> |
| 148 |
<a href="http://www.alibaba.com/catalogs/0/product.html?cd=buyhome" title="Find the latest product and supplier info here." id="overShowForBuyer"><span class="mn-ls"></span><span class="mn-cs">Buy</span><span class="mn-rs"></span></a> |
| 149 |
<div id="overShowForBuyerContent" class="subContent" style="display:none;position:absolute;"> |
| 150 |
<div class="topHack"></div> |
| 151 |
<ul> |
| 152 |
<li><a href="http://www.alibaba.com/trade/servlet/page/help/new_to_alibaba/alibaba_user_guide/search_and_contact_suppliers" rel="nofollow">How to Buy</a></li> |
| 153 |
<li><a href="http://resources.alibaba.com/trade_safe/home.htm" rel="nofollow" title="Safety & Security Center">Safety & Security Center</a></li> |
| 154 |
<li><a href="http://us.my.alibaba.com/product/buyoffer/myalibaba/post_buying_lead_no_member.htm" onclick="try{clk('navigation_bl');}catch(e){}" rel="nofollow">Post Buying Leads</a></li> |
| 155 |
</ul> |
| 156 |
<div class="botHack"></div> |
| 157 |
</div> |
| 158 |
</li> |
| 159 |
<li> |
| 160 |
<a href="http://www.alibaba.com/sell/sell.htm" title="Find essential info on how to sell on Alibaba.com here." id="overShowForSeller"><span class="mn-ls"></span><span class="mn-cs">Sell</span><span class="mn-rs"></span></a> |
| 161 |
<div id="overShowForSellerContent" class="subContent" style="display:none;position:absolute;"> |
| 162 |
<div class="topHack"></div> |
| 163 |
<ul> |
| 164 |
<li><a href="http://importer.alibaba.com/new_importers" rel="nofollow" title="Newly Added Buying Leads">Newly Added Buying Leads</a></li> |
| 165 |
<li><a href="http://www.alibaba.com/help/how_to_sell/join_alibaba.html" rel="nofollow">How to Sell</a></li> |
| 166 |
<li><a href="http://us.my.alibaba.com/product/post_product_interface.htm?tracelog=navigation_product" rel="nofollow">Display New Products</a></li> |
| 167 |
</ul> |
| 168 |
<div class="botHack"></div> |
| 169 |
</div> |
| 170 |
</li> |
| 171 |
<li> |
| 172 |
<a href="http://resources.alibaba.com/" title="Find essential trade information and discussion forums" id="overShowCommunity"><span class="mn-ls"></span><span class="mn-cs">Community</span><span class="mn-rs"></span></a> |
| 173 |
<div id="overShowCommunityContent" class="subContent" style="display:none;position:absolute;"> |
| 174 |
<div class="topHack"></div> |
| 175 |
<ul> |
| 176 |
<li><a href="http://ask.alibaba.com" rel="nofollow">Ask It!</a></li> |
| 177 |
<li><a href="http://resources.alibaba.com/forum/trade_related.htm" rel="nofollow">Forums</a></li> |
| 178 |
<li><a href="http://tradeshow.alibaba.com/" rel="nofollow">Trade Shows</a></li> |
| 179 |
</ul> |
| 180 |
<div class="botHack"></div> |
| 181 |
</div> |
| 182 |
</li> |
| 183 |
<li> |
| 184 |
<div id="inboxIcon" style="display:none;"><img src="http://img.alibaba.com/images/eng/style/icon/no_read.gif" /></div> |
| 185 |
<a href="http://us.my.alibaba.com/" rel="nofollow" id="overShowMyAlibaba"><span class="mn-ls"></span><span class="mn-cs mn-ali">My Alibaba</span><span class="mn-rs"></span></a> |
| 186 |
<div id="overShowMyAlibabaContent" class="subContent" style="display:none;position:absolute;"> |
| 187 |
<div class="topHack"></div> |
| 188 |
<ul> |
| 189 |
<li><a href="http://us.my.alibaba.com/mcadmin/inbox/inboxList.htm" rel="nofollow">Message Center<span id="inboxNum" style="display:none;"></span></a></li> |
| 190 |
<li id="mainNavCMC" style="display:none;" target="_blank"><a href="http://us.my.alibaba.com/userbehavior/showAllUpdate.htm" rel="nofollow">Check My Contacts</a></li> |
| 191 |
<li><a href="http://us.my.alibaba.com/product/post_product_interface.htm" rel="nofollow">Display New Products</a></li> |
| 192 |
<li><a href="http://us.my.alibaba.com/product/buyoffer/myalibaba/post_buying_lead_no_member.htm" rel="nofollow">Post Buying Leads</a></li> |
| 193 |
<li><a href="http://trademanager.alibaba.com/" rel="nofollow">Download TradeManager</a></li> |
| 194 |
<li><a href="http://www.alibaba.com/trade/servlet/page/static/paid_memberships/index" rel="nofollow" onclick="try{clk('8257_nav_premuimservice');}catch(e){}">Premium Memberships</a></li> |
| 195 |
</ul> |
| 196 |
<div class="botHack"></div> |
| 197 |
</div> |
| 198 |
</li> |
| 199 |
<li class="help"> |
| 200 |
<a href="http://hz.favorite.alibaba.com" title="My Favorites" onmousedown="trackFavorite({entrance: 'aisn'});"><span class="mn-ls"></span><span class="mn-cs">My Favorites</span><span class="mn-rs"></span></a> |
| 201 |
</li> |
| 202 |
<li> |
| 203 |
<a href="http://www.alibaba.com/trade/help/helpcenter" title="Help" id="overShowHelp"><span class="mn-ls"></span><span class="mn-cs">Help</span><span class="mn-rs"></span></a> |
| 204 |
<div id="overShowHelpContent" class="subContent" style="display:none;position:absolute;"> |
| 205 |
<div class="topHack"></div> |
| 206 |
<ul> |
| 207 |
<li><a href="http://www.alibaba.com/help" rel="nofollow">Help Center</a></li> |
| 208 |
<li><a href="http://resources.alibaba.com/trade_safe/complaint.html" rel="nofollow">Report a Dispute</a></li> |
| 209 |
<li><a href="http://legal.alibaba.com/legal/site/login/login.htm?site_type=international&language_id=english" rel="nofollow">Report IPR Infringement</a></li> |
| 210 |
<li><a href="http://www.alibaba.com/help/contact-us.html#askquestion" rel="nofollow">Contact Us</a></li> |
| 211 |
</ul> |
| 212 |
<div class="botHack"></div> |
| 213 |
</div> |
| 214 |
</li> |
| 215 |
</ul></div> |
| 216 |
|
| 217 |
<script type="text/javascript"> |
| 218 |
//<![CDATA[ |
| 219 |
var trackFavorite = function (inputData) { |
| 220 |
var trackUrlFav = "http://stat.alibaba.com/ued/favorites.html"; |
| 221 |
var outputData = {current_url: encodeURI(window.location.href)} ; |
| 222 |
for (var i in inputData) { |
| 223 |
outputData[i] = inputData[i] ; |
| 224 |
} |
| 225 |
dmtrack.clickstat(trackUrlFav, outputData); |
| 226 |
} ; |
| 227 |
//]]> |
| 228 |
</script> |
| 229 |
|
| 230 |
<script language="javascript" type="text/javascript" src="http://style.alibaba.com/js/home/web_user.js" charset="iso-8859-1"></script> |
| 231 |
<script type="text/javascript"> |
| 232 |
AE.webUser.create({ |
| 233 |
signinURL:'https://login.alibaba.com', |
| 234 |
signoutURL:'http://us.my.alibaba.com/user/sign/sign_out.htm', |
| 235 |
joinWithCD0URL:'http://us.my.alibaba.com/user/join.biz?cd=0', |
| 236 |
joinFro:'' |
| 237 |
}); |
| 238 |
AE.webUser.writeWelcomeInfo('welcome_info'); |
| 239 |
</script> |
| 240 |
<script type="text/javascript"> |
| 241 |
YUE.onDOMReady(function(){ |
| 242 |
AE.fix.imageLoader('http://img.alibaba.com/images/eng/style/logo/logo_alibaba_hover.gif'); |
| 243 |
AE.fix.imageLoader('http://img.alibaba.com/images/eng/style/css_images/sprites/ali_search_bar.png'); |
| 244 |
AE.fix.imageLoader('http://img.alibaba.com/images/eng/style/css_images/sprites/main_navig_sprites.gif'); |
| 245 |
var overShowForBuyerConfig = { |
| 246 |
targetId:"overShowForBuyer", |
| 247 |
contentId:"overShowForBuyerContent", |
| 248 |
needMask:true, |
| 249 |
showDelayTime:200, |
| 250 |
hiddenDelayTime:200, |
| 251 |
excursion:[0,19] |
| 252 |
}; |
| 253 |
var overShowForSellerConfig = { |
| 254 |
targetId:"overShowForSeller", |
| 255 |
contentId:"overShowForSellerContent", |
| 256 |
needMask:true, |
| 257 |
showDelayTime:200, |
| 258 |
hiddenDelayTime:200, |
| 259 |
excursion:[0,19] |
| 260 |
}; |
| 261 |
var overShowCommunityConfig = { |
| 262 |
targetId:"overShowCommunity", |
| 263 |
contentId:"overShowCommunityContent", |
| 264 |
needMask:true, |
| 265 |
showDelayTime:200, |
| 266 |
hiddenDelayTime:200, |
| 267 |
excursion:[0,19] |
| 268 |
}; |
| 269 |
var overShowMyAlibabaConfig = { |
| 270 |
targetId:"overShowMyAlibaba", |
| 271 |
contentId:"overShowMyAlibabaContent", |
| 272 |
needMask:true, |
| 273 |
showDelayTime:200, |
| 274 |
hiddenDelayTime:200, |
| 275 |
excursion:[-62,19] |
| 276 |
}; |
| 277 |
var overShowHelpConfig = { |
| 278 |
targetId:"overShowHelp", |
| 279 |
contentId:"overShowHelpContent", |
| 280 |
needMask:true, |
| 281 |
showDelayTime:200, |
| 282 |
hiddenDelayTime:200, |
| 283 |
excursion:[-111,19] |
| 284 |
}; |
| 285 |
var overShowForHelpInstance = new AE.widget.overShow(); |
| 286 |
overShowForHelpInstance.init(overShowHelpConfig); |
| 287 |
overShowForHelpInstance.afterShowDelay.subscribe(function(){ |
| 288 |
YUD.addClass('overShowHelp', 'onshow'); |
| 289 |
}); |
| 290 |
overShowForHelpInstance.afterHiddenDelay.subscribe(function(){ |
| 291 |
YUD.removeClass('overShowHelp', 'onshow'); |
| 292 |
}); |
| 293 |
var overShowForBuyerInstance = new AE.widget.overShow(); |
| 294 |
overShowForBuyerInstance.init(overShowForBuyerConfig); |
| 295 |
overShowForBuyerInstance.afterShowDelay.subscribe(function(){ |
| 296 |
YUD.addClass('overShowForBuyer', 'onshow'); |
| 297 |
}); |
| 298 |
overShowForBuyerInstance.afterHiddenDelay.subscribe(function(){ |
| 299 |
YUD.removeClass('overShowForBuyer', 'onshow'); |
| 300 |
}); |
| 301 |
var overShowForSellerInstance = new AE.widget.overShow(); |
| 302 |
overShowForSellerInstance.init(overShowForSellerConfig); |
| 303 |
overShowForSellerInstance.afterShowDelay.subscribe(function(){ |
| 304 |
YUD.addClass('overShowForSeller', 'onshow'); |
| 305 |
}); |
| 306 |
overShowForSellerInstance.afterHiddenDelay.subscribe(function(){ |
| 307 |
YUD.removeClass('overShowForSeller', 'onshow'); |
| 308 |
}); |
| 309 |
var overShowCommunityInstance = new AE.widget.overShow(); |
| 310 |
overShowCommunityInstance.init(overShowCommunityConfig); |
| 311 |
overShowCommunityInstance.afterShowDelay.subscribe(function(){ |
| 312 |
YUD.addClass('overShowCommunity', 'onshow'); |
| 313 |
}); |
| 314 |
overShowCommunityInstance.afterHiddenDelay.subscribe(function(){ |
| 315 |
YUD.removeClass('overShowCommunity', 'onshow'); |
| 316 |
}); |
| 317 |
var overShowMyAlibabaInstance = new AE.widget.overShow(); |
| 318 |
overShowMyAlibabaInstance.init(overShowMyAlibabaConfig); |
| 319 |
overShowMyAlibabaInstance.afterShowDelay.subscribe(function(){ |
| 320 |
YUD.addClass('overShowMyAlibaba', 'onshow'); |
| 321 |
}); |
| 322 |
overShowMyAlibabaInstance.afterHiddenDelay.subscribe(function(){ |
| 323 |
YUD.removeClass('overShowMyAlibaba', 'onshow'); |
| 324 |
}); |
| 325 |
}, 'mainNavig'); |
| 326 |
</script> |
| 327 |
</div> |
| 328 |
</div> |
| 329 |
<script> |
| 330 |
function showInfo(){ |
| 331 |
logInfo("12631_yatl7"); |
| 332 |
} |
| 333 |
</script> |
| 334 |
|
| 335 |
<div id="fixedbody"> |
| 336 |
<div id="search"> |
| 337 |
<ul> |
| 338 |
|
| 339 |
<li><a href="http://www.alibaba.com/trade/advancesearch">Advanced Search</a></li> |
| 340 |
<li><a href="http://www.alibaba.com/trade/servlet/page/help/buying/looking_for_products_and_suppliers#Searching">Search Tips</a></li> |
| 341 |
</ul> |
| 342 |
<form id="SearchForm" action="http://www.alibaba.com/trade/search" method="get"> |
| 343 |
<INPUT type="hidden" value="product_en" name="IndexArea"> |
| 344 |
<label for="sellsearch"> |
| 345 |
<strong>Search Products</strong> |
| 346 |
|
| 347 |
</label> |
| 348 |
<INPUT id="forsearch" size="35" name="SearchText"> |
| 349 |
<input type="submit" value="Search" /> |
| 350 |
</form> |
| 351 |
</div><br /> |
| 352 |
<div id="simple"> |
| 353 |
<br /> |
| 354 |
<div class="m alert"> |
| 355 |
<strong>Sorry, the page you're looking for cannot be found</strong> |
| 356 |
|
| 357 |
</div> |
| 358 |
<p>You will be redirected to our homepage in <span id="timeLeft" class="alert">20</span> seconds, or you can go to <a href="http://www.alibaba.com"><u>Alibaba.com</u></a> directly. </p> |
| 359 |
<p><strong>We' ve got millions of products and suppliers from around the world here on Alibaba.com. Why not try your search again? </strong></p> |
| 360 |
<p><strong>Or</strong></p> |
| 361 |
|
| 362 |
<p>Browse our <a href="http://www.alibaba.com/catalogs/0/product.html"><u>products by category</u></a> |
| 363 |
<br /> |
| 364 |
Find out more about what <a href="http://www.alibaba.com"><u>Alibaba.com</u></a> has to offer</p> |
| 365 |
<p>Have questions? Comments? Contact our <a href="http://www.alibaba.com/trade/servlet/page/help/contact_us"><u>customer service</u></a> department about your experience at Alibaba.com and we will respond to you within <span class="alert">24</span> hours. </p> |
| 366 |
|
| 367 |
<div> |
| 368 |
<iframe scrolling="no" width="100%" height="550px" frameborder="0" src="http://www.alibaba.com/activities/news/category_news_banner2.html?iframe_delete=true"></iframe> |
| 369 |
</div> |
| 370 |
<br /> |
| 371 |
<div id="cwindow"> |
| 372 |
<h2>Browse by Category</h2> |
| 373 |
<div id="box"> |
| 374 |
<div class="level" id="categroy"> |
| 375 |
|
| 376 |
<div> |
| 377 |
<ul> |
| 378 |
<li><a title=Agriculture href="http://www.alibaba.com/catalogs/1/Agriculture.html">Agriculture</a> |
| 379 |
<li><a title=Apparel href="http://www.alibaba.com/catalogs/3/Apparel.html">Apparel</a> |
| 380 |
<li><a title=Automobile href="http://www.alibaba.com/catalogs/34/Automobile.html">Automobile</a> |
| 381 |
<li><a title="Business Services" href="http://www.alibaba.com/catalogs/28/Business_Services.html">Business Services</a> |
| 382 |
<li><a title=Chemicals href="http://www.alibaba.com/catalogs/8/Chemicals.html">Chemicals</a> |
| 383 |
<li><a title="Computer Hardware & Software" href="http://www.alibaba.com/catalogs/7/Computer_Hardware_Software.html">Computer Hardware<br />& Software</a> |
| 384 |
<li><a title="Construction & Real Estate" href="http://www.alibaba.com/catalogs/13/Construction_Real_Estate.html">Construction &<br />Real Estate</a> |
| 385 |
|
| 386 |
<li><a title="Consumer Electronics" href="http://www.alibaba.com/catalogs/44/Consumer_Electronics.html">Consumer Electronics</a> |
| 387 |
<li><a title="Electrical Equipment & Supplies" href="http://www.alibaba.com/catalogs/5/Electrical_Equipment_Supplies.html">Electrical Equipment <br />& Supplies</a> |
| 388 |
</li></ul></div> |
| 389 |
<div> |
| 390 |
<ul> |
| 391 |
<li><a title="Electronic Components & Supplies" href="http://www.alibaba.com/catalogs/502/Electronic_Components_Supplies.html">Electronic Components <br />& Supplies</a> |
| 392 |
<li><a title=Energy href="http://www.alibaba.com/catalogs/10/Energy.html">Energy</a> |
| 393 |
<li><a title=Environment href="http://www.alibaba.com/catalogs/11/Environment.html">Environment</a> |
| 394 |
<li><a title="Excess Inventory" href="http://www.alibaba.com/catalogs/32/Excess_Inventory.html">Excess Inventory</a> |
| 395 |
|
| 396 |
<li><a href="http://www.alibaba.com/catalogs/339/Fashion_Accessories.html">Fashion Accessories</a> |
| 397 |
<li><a title="Food & Beverage" href="http://www.alibaba.com/catalogs/2/Food_Beverage.html">Food & Beverage</a> |
| 398 |
<li><a title="Furniture & Furnishings" href="http://www.alibaba.com/catalogs/1503/Furniture_Furnishings.html">Furniture & Furnishings</a> |
| 399 |
<li><a title="Gifts & Crafts" href="http://www.alibaba.com/catalogs/17/Gifts_Crafts.html">Gifts & Crafts</a> |
| 400 |
<li><a title="General Industrial Equipment" href="http://www.alibaba.com/catalogs/14/General_Industrial_Equipment.html">General Industrial<br />Equipment</a> |
| 401 |
<li><a title="General Mechanical Components" href="http://chinasuppliers.alibaba.com/products/china/41/General_Mechanical_Components.html">General Mechanical <br />Components</a> |
| 402 |
|
| 403 |
</li></ul></div> |
| 404 |
<div> |
| 405 |
<ul> |
| 406 |
<li><a title="Health & Beauty" href="http://www.alibaba.com/catalogs/16/Health_Beauty.html">Health & Beauty</a> |
| 407 |
<li><a title=Hardware href="http://www.alibaba.com/catalogs/42/Hardware.html">Hardware</a> |
| 408 |
<li><a title="Home Appliances" href="http://www.alibaba.com/catalogs/6/Home_Appliances.html">Home Appliances</a> |
| 409 |
<li><a title="Home Supplies" href="http://www.alibaba.com/catalogs/15/Home_Garden.html">Home & Garden</a> |
| 410 |
<li><a title="Luggage, Bags & Cases" href="http://www.alibaba.com/catalogs/1524/Luggage_Bags_Cases.html">Luggage, Bags & Cases</a> |
| 411 |
<li><a title="Minerals & Metallurgy" href="http://www.alibaba.com/catalogs/9/Minerals_Metallurgy.html">Minerals & Metallurgy</a> |
| 412 |
|
| 413 |
<li><a title="Manufacturing & Processing Machinery" href="http://www.alibaba.com/catalogs/43/Manufacturing_Processing_Machinery.html">Manufacturing & Processing<br />Machinery</a> |
| 414 |
<li><a title="Measurement & Analysis Instruments" href="http://www.alibaba.com/catalogs/1537/Measurement_Analysis_Instruments.html">Measurement & Analysis <br />Instruments</a> |
| 415 |
<li><a title="Office Supplies" href="http://www.alibaba.com/catalogs/21/Office_Supplies.html">Office Supplies</a> |
| 416 |
<li><a title="Packaging & Paper" href="http://www.alibaba.com/catalogs/23/Packaging_Paper.html">Packaging & Paper</a> |
| 417 |
</li></ul></div> |
| 418 |
<div> |
| 419 |
<ul> |
| 420 |
<li><a title="Printing & Publishing" href="http://www.alibaba.com/catalogs/35/Printing_Publishing.html">Printing & Publishing</a> |
| 421 |
|
| 422 |
<li><a title="Shoes & Accessories" href="http://www.alibaba.com/catalogs/322/Shoes_Accessories.html">Shoes & Accessories</a> |
| 423 |
<li><a title="Security & Protection" href="http://www.alibaba.com/catalogs/30/Security_Protection.html">Security & Protection</a> |
| 424 |
<li><a title="Sports & Entertainment" href="http://www.alibaba.com/catalogs/18/Sports_Entertainment.html">Sports & Entertainment</a> |
| 425 |
<li><a title=Telecommunications href="http://www.alibaba.com/catalogs/509/Telecommunications.html">Telecommunications</a> |
| 426 |
<li><a title="Textiles & Leather Products" href="http://www.alibaba.com/catalogs/4/Textiles_Leather_Products.html">Textiles & Leather<br />Products</a> |
| 427 |
<li><a title=Tools href="http://www.alibaba.com/catalogs/1420/Tools.html">Tools</a> |
| 428 |
|
| 429 |
<li><a title="Timepieces, Jewelry, Eyewear" href="http://www.alibaba.com/catalogs/36/Timepieces_Jewelry_Eyewear.html">Timepieces, Jewelry,<br />Eyewear</a> |
| 430 |
<li><a title=Toys href="http://www.alibaba.com/catalogs/26/Toys.html">Toys</a> |
| 431 |
<li><a title=Transportation href="http://www.alibaba.com/catalogs/12/Transportation.html">Transportation</a> </li></ul></div> |
| 432 |
|
| 433 |
</div> |
| 434 |
</div> |
| 435 |
</div> |
| 436 |
</div> |
| 437 |
</div> |
| 438 |
|
| 439 |
<input type="hidden" id="doneURL" value="http://www.alibaba.com" /> |
| 440 |
<script type="text/javascript"> |
| 441 |
function runDirect(){ |
| 442 |
if(times<0){return false;} |
| 443 |
--times; |
| 444 |
var s = document.getElementById("timeLeft"); |
| 445 |
s.innerHTML = times; |
| 446 |
if(times == 0){ |
| 447 |
times=-1; |
| 448 |
location.href='http://www.alibaba.com'; |
| 449 |
return false; |
| 450 |
} |
| 451 |
} |
| 452 |
var times=20; |
| 453 |
var redirectHandle = setInterval("runDirect();", 1000); |
| 454 |
</script> |
| 455 |
<script language="javascript"> if(document.images) {new Image().src="http://tracelog.www.alibaba.com/null.gif?tracelog=noContent"; } </script> |
| 456 |
<script language="javascript"> |
| 457 |
function emailThisPage(){ |
| 458 |
var target = document.location; |
| 459 |
var win = window.open('http://www.alibaba.com/trade/util/sendmail?sendurl=' + target, |
| 460 |
'notice', |
| 461 |
'width=600,height=450,location=no,toolbar=no,status=no,resizable=no,scrollbars=yes'); |
| 462 |
win.focus(); |
| 463 |
} |
| 464 |
|
| 465 |
function addToFavorite(title){ |
| 466 |
window.external.AddFavorite(document.location,title) |
| 467 |
} |
| 468 |
</script> |
| 469 |
<div id="pagetool"> |
| 470 |
<a href="javascript:emailThisPage()">Email this page</a> |
| 471 |
<a href="javascript:addToFavorite('Alibaba: The Largest Base of Suppliers')">Bookmark this page</a> |
| 472 |
</div> |
| 473 |
|
| 474 |
|
| 475 |
<div id="footer"> |
| 476 |
<a href="http://www.alibaba.com/aboutalibaba/index.html"><strong>Company Info</strong></a> - <a href="http://www.alibaba.com/aboutalibaba/partnership_with_alibaba.html"><strong>Partnerships</strong></A><br /> |
| 477 |
<a href="http://www.alibaba.com/">Manufacturers</A> - <a href="http://chinasuppliers.alibaba.com/">China Gold Suppliers</a> - <a href="http://www.alibaba.com/catalogs/0/product.html">Buy</a> - <a href="http://importer.alibaba.com">Sell</a> - <a href="http://tradeshow.alibaba.com">Trade Shows</a> - <a href="http://us.my.alibaba.com/">My Alibaba</a> - <a href="http://exporter.alibaba.com/">China Export Services</a> - <a href="http://www.alibaba.com/help">Help</a> - <a href="http://www.alibaba.com/sitemap.html">Site Map</a> - <a href="http://www.alibaba.com/trade/servlet/page/static/help/contact_us_answer">Customer Service</a> |
| 478 |
|
| 479 |
<p> |
| 480 |
Browse Alphabetically: |
| 481 |
<a href="http://www.alibaba.com/showroom/category.html">All Products</a>, |
| 482 |
<a href="http://www.alibaba.com/buyeroffers/category.html">Importers</a>, |
| 483 |
<a href="http://www.alibaba.com/countrysearch/CN/China.html">China</a>, |
| 484 |
<a href="http://www.alibaba.com/countrysearch/continent.html">Countries</a><!-- - |
| 485 |
<a href="http://www.alibaba.com/sitemap/archives.html">Archive</a>--> |
| 486 |
<br/><br/> |
| 487 |
<a href="http://www.alibaba.com/aboutalibaba/aligroup/index.html">Alibaba Group</a>: |
| 488 |
Alibaba.com: <a href="http://china.alibaba.com" target="_blank">Alibaba China</a> |
| 489 |
|
| 490 |
- <a href="http://www.alibaba.com" target="_blank">Alibaba International</a> |
| 491 |
- <a href="http://www.alibaba.co.jp" target="_blank">Alibaba Japan</a> |
| 492 |
| <a href="http://www.taobao.com" target="_blank">Taobao</a> |
| 493 |
| <a href="http://www.alipay.com" target="_blank">Alipay</a> |
| 494 |
| <a href="http://www.yahoo.com.cn" target="_blank">Yahoo! China</a> |
| 495 |
| <a href="http://www.koubei.com" target="_blank">Koubei.com</a> |
| 496 |
|
| 497 |
| <a href="http://www.alisoft.com" target="_blank">Alisoft</a> |
| 498 |
| <a href="http://www.alimama.com" target="_blank">Alimama</a> |
| 499 |
</p> |
| 500 |
<a rel="nofollow" href="http://www.alibaba.com/trade/servlet/page/help/rules_and_policies/products_listing_policy">Product Listing Policy</a> - <a rel="nofollow" href="http://news.alibaba.com/article/detail/help/100104162-1-intellectual-property-protection-policy-infringement.html">Intellectual Property Policy and Infringement Claims</a> - <a rel="nofollow" href="http://www.alibaba.com/trade/servlet/page/help/rules_and_policies/privacy_policy">Privacy Policy</a> - <a rel="nofollow" href="http://www.alibaba.com/trade/servlet/page/help/rules_and_policies/term_of_use">Terms of Use</a> - <a href="http://www.alibaba.com/trade/servlet/page/static/safetrade/index">Safety & Security Center</a> - <a rel="nofollow" href="http://legal.alibaba.com/legal/site/login/login.htm?site_type=international&language_id=english">Report Intellectual Property Right Infringement</a> |
| 501 |
|
| 502 |
<br /><a href="http://www.alibaba.com/trade/servlet/page/static/copyright_policy">Copyright Notice</a> © 1999-2009 Alibaba.com Hong Kong Limited and licensors. All rights reserved. |
| 503 |
</div> |
| 504 |
|
| 505 |
<!--hz_mini_web4 --> |
| 506 |
</body> |
| 507 |
</html> |
| 508 |
|