<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>纺织网-纺织数字化营销平台</title>
		<meta name="keywords" content="纺织商品、纺织原料行情、数字化营销、纺织企业、纺织展会、纺织资讯" />
		<meta name="description" content="纺织网-提供纺织商品、纺织行业企业、纺织行业资讯、纺织大宗品行情、供应求购、纺织展会等信息。" />
		<link rel="stylesheet" href="/static/css/reset.css">
		<link rel="stylesheet" href="/static/css/idangerous.swiper2.7.6.css">
		<link rel="stylesheet" href="/static/css/swiper.min.css">
		<link rel="stylesheet" href="/static/css/iconfont/iconfont.css">
		<link rel="stylesheet" href="/static/css/zwd_currency.css">
		<link rel="stylesheet" href="/static/css/index.css">
		<link rel="stylesheet" href="/static/css/header.css">
		<link rel="stylesheet" href="/static/css/bottom.css">
		<script src="/static/css/iconfont/iconfont.js"></script>
		<script src="/static/js/jquery.min.js"></script>
		<script src="/static/js/idangerous.swiper2.7.6.min.js"></script>
		<script src="/static/js/swiper.min.js"></script>
	</head>
	<body>
		<div class="zwd_content header_top">
			<div class="header_top_left" id="headerusername">
				<span><a href="/">纺织网</a></span>
			
				<a hover='true' href="/signin/" >请登录</a>
				<a hover='true' href="/register/">注册</a>
				<a hover='true' href="javascript:void(0);">忘记密码</a>
			
			</div>
			<div class="header_top_right">
				<span><a hover='true' href="https://mall.chemnet.com/" target="_blank">化工网商城</a></span>
				<span><a hover='true' href="https://www.sinoaaa.com/" target="_blank">风险评级</a></span>
				<span><a hover='true' href="https://ichain.toocle.com/" target="_blank">产业链</a></span>
				<!-- <span><a hover='true' href="/ex.html" target="_blank">交易中心</a></span> -->
				<span><a hover='true' href="http://mail.texindex.com/" target="_blank">企业邮局</a></span>
				<span><a hover='true' href="http://www.100ec.cn/" target="_blank">网经社</a></span>
				<span><a hover='true' href="http://www.texindex.com/" target="_blank">ENGLISH</a></span>
				<span><a hover='true' href="http://www2.texindex.com.cn/" target="_blank">浏览旧版</a></span>
			</div>
		</div>
		<div class="header_main white">
			<div class="zwd_content">
				<div class="header_main_left">
					<a hover='true' href="/">
						<img src="/static/img/texlogo.gif" alt="纺织网">
					</a>
					<p>纺织数字化营销平台</p>
				</div>
				<div class="header_main_center">
					<div class="header_main_center_top">
						<a class="serch_title_item active" hover='true' data="product" href="javascript:void(0);">产品信息</a>
						<a class="serch_title_item" hover='true' data="company" href="javascript:void(0);">企业名录</a>
						<a class="serch_title_item" hover='true' data="buy" href="javascript:void(0);">求购信息</a>
						<a class="serch_title_item" hover='true' data="sell" href="javascript:void(0);">供应信息</a>
						<a class="serch_title_item" hover='true' data="news" href="javascript:void(0);">纺织资讯</a>
						<a class="serch_title_item" hover='true' data="baike" href="javascript:void(0);">纺织百科</a>
					</div>
					<script type="text/javascript">
							$(document).ready(function(){
                var login_name = localStorage.getItem("user_name");
       
                if(login_name)
					{
                    $("#headerusername").html(
										// "<span>纺织网!</span><a hover='true' href='#' >"+login_name+"</a>"
										`<span>纺织网，欢迎您</span>
										<a hover='true' href='/texmember' target='_blank'>${login_name}</a> <a href="javascript:void(0);" onclick="localStorage.clear(); location.reload();">[退出]</a>`
										);
					}
					
              


            });
					 $(document).ready(function(){
						$('.serch_title_item').click(function(){
							$('.serch_title_item').removeClass('active');
							$(this).addClass('active');
						});
						$("#search").click(function(){
							var name = $("input[name=search]").val();
							var module = $(".serch_title_item.active").attr('data');
							if(name){
								var temp_form = document.createElement("form");
									temp_form.action = '/search/';
									temp_form.method = 'post';
									temp_form.style.display = 'none';
								var opt = document.createElement('input');
									opt.name = 'terms';
									opt.value = name;
									temp_form.appendChild(opt);
								var opt = document.createElement('input');
									opt.name = 'd';
									opt.value = module;
									temp_form.appendChild(opt);
									document.body.appendChild(temp_form);
									temp_form.submit();
							}
						});
					})
					</script>
					<div class="header_main_center_main">
						<input type="text" class="header_main_serch" name="search" placeholder="请输入关键词">
						<button type="button" class="header_main_button" id="search">搜 索</button>
					</div>
					<div class="header_main_bottom">
						<span>热门检索：</span>
												<a hover='true' href="/product/search-%E9%92%88%E7%BB%87%E9%9D%A2%E6%96%99-1.html">针织面料</a>
												<a hover='true' href="/product/search-%E8%89%B2%E7%BB%87%E5%B8%83-1.html">色织布</a>
												<a hover='true' href="/product/search-%E6%9C%8D%E8%A3%85-1.html">服装</a>
												<a hover='true' href="/product/search-%E5%9D%AF%E5%B8%83-1.html">坯布</a>
												<a hover='true' href="/product/search-%E9%9D%A2%E6%96%99-1.html">面料</a>
												<a hover='true' href="/product/search-%E6%A3%89%E7%BA%B1-1.html">棉纱</a>
											</div>
					<div class="header_main_bottom_zhuce">欢迎注册</div>
					<div class="header_main_bottom_wangji">忘记密码</div>
				</div>
				<div class="header_main_right">
					<!-- <a hover='true' href="javascript:void(0);" text_title="小程序">
						<img src="/static/img/cs_qrcode.jpg" alt="小程序">
					</a>
					<a hover='true' href="javascript:void(0);" text_title="移动端">
						<img src="/static/img/cs_qrcode.jpg" alt="移动端">
					</a> -->
				</div>
				<div class="header_main_right_right">
					<p>已有账号？ 
						<a href="/signin/">请登录></a>
					</p>
				</div>
			</div>
		</div>
		<div class="header_nav_box">
			<div class="zwd_content header_nav">
				<a href="/"><span class="fzw fzw-shouye"></span>首页</a>
				<a hover='true' href="/company/">找企业</a>
				<a hover='true' href="/product/">看产品<i>HOT</i></a>
				<a hover='true' href="/trade/">采购中心</a>
				<a hover='true' href="/news/">资讯中心</a>
				<a hover='true' href="/expo/">展会</a>
				<!-- <a hover='true' href="/hr/">招聘</a> -->
				<a hover='true' href="/baike/">百科</a>
				<a hover='true' href="https://www.rawmex.cn/" target="_blank">撮合交易</a>
			</div>
		</div>
		
		<div class="zwd_content banner_box">
			<div class="left_nav">
				<p class="fzw fzw-fenlei left_nav_title">全部商品分类</p>
				<div class="left_nav_list">
										<div class="left_nav_item">
						<p class="left_nav_item_title">原料							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-3-76--1.html">毛纺类</a>
																				<a hover='true' href="/product/plist-3-77--1.html">蚕茧、蚕丝</a>
																				<a hover='true' href="/product/plist-3-80--1.html">化纤类</a>
																				<a hover='true' href="/product/plist-3-87--1.html">棉纤维</a>
																				<a hover='true' href="/product/plist-3-88--1.html">麻纤维</a>
																				<a hover='true' href="/product/plist-3-89--1.html">无机纤维</a>
																				<a hover='true' href="/product/plist-3-90--1.html">复合纤维</a>
																				<a hover='true' href="/product/plist-3-91--1.html">功能纤维</a>
																				<a hover='true' href="/product/plist-3-92--1.html">人造纤维</a>
																				<a hover='true' href="/product/plist-3-180--1.html">其它合成纤维</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-3-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-3-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-3-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-3-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-3-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-3-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-3-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-3-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-3-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-3-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-3-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-3-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-3-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-3-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-3-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-3-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-3-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-3-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-3-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-3-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-3-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/1156445/" title="数据丢失" target="_blank">数据丢失</a>
																<a href="/show/99357/" title="鼎牌帆布-广州信晟帆布织造有限公司" target="_blank">鼎牌帆布-广州信晟帆布织造有限公司</a>
																<a href="/show/985003/" title="江苏开元进出口分公司" target="_blank">江苏开元进出口分公司</a>
																<a href="/show/96361/" title="嘉兴市宝通纺织有限公司" target="_blank">嘉兴市宝通纺织有限公司</a>
																<a href="/show/93094/" title="浙江嘉利蛋白纤维有限公司" target="_blank">浙江嘉利蛋白纤维有限公司</a>
																<a href="/show/90541/" title="浙江展望印染有限公司 " target="_blank">浙江展望印染有限公司 </a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/1265313/product-226678.html" title="TEL FABRIC（天丝）" text_title="TEL FABRIC（天丝）" target="_blank">
									<img src="/upload/201712/11/20171211094150795079.jpg" title="TEL FABRIC（天丝）">
								</a>
																<a hover='true' href="/show/0/product-90776.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/115434/product-93757.html" title="锦纶丝" text_title="锦纶丝" target="_blank">
									<img src="/upload/Images_Product/38121.588287037.gif" title="锦纶丝">
								</a>
																<a hover='true' href="/show/141796/product-31481.html" title="异型仿兔毛纤维" text_title="异型仿兔毛纤维" target="_blank">
									<img src="/upload/201111/27/20111127142251474.jpg" title="异型仿兔毛纤维">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航原料2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航原料2张">
								</a>
																<a href="" title="首页导航原料2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航原料2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">纱线							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-5-65--1.html">棉纱棉线</a>
																				<a hover='true' href="/product/plist-5-66--1.html">麻纺纱线</a>
																				<a hover='true' href="/product/plist-5-67--1.html">毛纺纱线</a>
																				<a hover='true' href="/product/plist-5-68--1.html">绢纺纱线</a>
																				<a hover='true' href="/product/plist-5-69--1.html">化纤纱线</a>
																				<a hover='true' href="/product/plist-5-70--1.html">混纺纱线</a>
																				<a hover='true' href="/product/plist-5-71--1.html">花式纱线</a>
																				<a hover='true' href="/product/plist-5-72--1.html">特殊功能纱线</a>
																				<a hover='true' href="/product/plist-5-75--1.html">新型纱线</a>
																				<a hover='true' href="/product/plist-5-176--1.html">长丝纱</a>
																				<a hover='true' href="/product/plist-5-177--1.html">复合纱</a>
																				<a hover='true' href="/product/plist-5-179--1.html">色纱</a>
																				<a hover='true' href="/product/plist-5-190--1.html">其它</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-5-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-5-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-5-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-5-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-5-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-5-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-5-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-5-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-5-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-5-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-5-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-5-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-5-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-5-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-5-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-5-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-5-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-5-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-5-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-5-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-5-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/1178400/" title="数据丢失" target="_blank">数据丢失</a>
																<a href="/show/603303/" title="新疆昌恒纺织有限责任公司" target="_blank">新疆昌恒纺织有限责任公司</a>
																<a href="/show/1271906/" title="新疆协益纺织科技有限公司" target="_blank">新疆协益纺织科技有限公司</a>
																<a href="/show/1262761/" title="潍坊天鹏纺织有限公司" target="_blank">潍坊天鹏纺织有限公司</a>
																<a href="/show/99901/" title="绍兴盈彩纺织品有限公司" target="_blank">绍兴盈彩纺织品有限公司</a>
																<a href="/show/99839/" title="宁夏宁阳棉纺织有限公司" target="_blank">宁夏宁阳棉纺织有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/0/product-237668.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/0/product-15673.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/0/product-114361.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/598713/product-161322.html" title="天丝亚麻纱" text_title="天丝亚麻纱" target="_blank">
									<img src="/upload/201408/14/20140814152097839783.jpg" title="天丝亚麻纱">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="https://www.texindex.com.cn/expo/1552.html" title="首页导航纱线2张" target="_blank">
									<img class="img_cover" src="/upload/20250609/7e71f43f59e0405d3d6a69a7219ff857.jpg" title="首页导航纱线2张">
								</a>
																<a href="https://www.nb-tex.com/" title="首页导航纱线2张" target="_blank">
									<img class="img_cover" src="/upload/20250609/f7ef1df4bfe2b57b343429ddd01b0132.jpg" title="首页导航纱线2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">坯布							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-13-191--1.html">棉坯布</a>
																				<a hover='true' href="/product/plist-13-192--1.html">化纤坯布</a>
																				<a hover='true' href="/product/plist-13-193--1.html">混纺坯布</a>
																				<a hover='true' href="/product/plist-13-194--1.html">其它</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-13-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-13-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-13-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-13-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-13-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-13-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-13-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-13-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-13-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-13-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-13-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-13-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-13-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-13-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-13-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-13-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-13-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-13-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-13-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-13-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-13-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/94857/" title="威海银丰纺织有限公司" target="_blank">威海银丰纺织有限公司</a>
																<a href="/show/94813/" title="石家庄常山纺织股份有限公司" target="_blank">石家庄常山纺织股份有限公司</a>
																<a href="/show/90344/" title="常州侨丰织造有限公司" target="_blank">常州侨丰织造有限公司</a>
																<a href="/show/8691/" title="湖南杰新纺织集团有限公司" target="_blank">湖南杰新纺织集团有限公司</a>
																<a href="/show/86605/" title="西安四棉纺织有限责任公司" target="_blank">西安四棉纺织有限责任公司</a>
																<a href="/show/8572/" title="丹阳鑫隆纺织有限公司" target="_blank">丹阳鑫隆纺织有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/1128043/product-9048.html" title="白坯布" text_title="白坯布" target="_blank">
									<img src="/upload/201205/18/201251894337194.jpg" title="白坯布">
								</a>
																<a hover='true' href="/show/94943/product-16712.html" title="天丝坯布" text_title="天丝坯布" target="_blank">
									<img src="/upload/201112/08/2011128154848456.jpg" title="天丝坯布">
								</a>
																<a hover='true' href="/show/730008/product-1803.html" title="苎麻布" text_title="苎麻布" target="_blank">
									<img src="/upload/201212/26/201212269441364.jpg" title="苎麻布">
								</a>
																<a hover='true' href="/show/17741/product-93158.html" title="染色坯布" text_title="染色坯布" target="_blank">
									<img src="/upload/Product/9446.jpg" title="染色坯布">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航坯布2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航坯布2张">
								</a>
																<a href="" title="首页导航坯布2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航坯布2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">面料							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-2-46--1.html">全棉面料</a>
																				<a hover='true' href="/product/plist-2-47--1.html">针织面料</a>
																				<a hover='true' href="/product/plist-2-48--1.html">化纤面料</a>
																				<a hover='true' href="/product/plist-2-49--1.html">混纺、交织面料</a>
																				<a hover='true' href="/product/plist-2-50--1.html">色织、提花、印花面料</a>
																				<a hover='true' href="/product/plist-2-51--1.html">全毛面料</a>
																				<a hover='true' href="/product/plist-2-52--1.html">丝绸面料</a>
																				<a hover='true' href="/product/plist-2-53--1.html">麻面料</a>
																				<a hover='true' href="/product/plist-2-54--1.html">家纺面料</a>
																				<a hover='true' href="/product/plist-2-55--1.html">服装面料</a>
																				<a hover='true' href="/product/plist-2-56--1.html">复合面料</a>
																				<a hover='true' href="/product/plist-2-57--1.html">其它</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-2-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-2-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-2-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-2-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-2-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-2-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-2-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-2-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-2-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-2-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-2-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-2-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-2-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-2-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-2-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-2-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-2-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-2-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-2-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-2-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-2-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/1115118/" title="青岛鼎颐达家居用品有限公司" target="_blank">青岛鼎颐达家居用品有限公司</a>
																<a href="/show/1271377/" title="绍兴酷艺纺织有限公司" target="_blank">绍兴酷艺纺织有限公司</a>
																<a href="/show/693046/" title="常熟市索美特纺织品有限公司" target="_blank">常熟市索美特纺织品有限公司</a>
																<a href="/show/600298/" title="英纶纺织贸易有限公司" target="_blank">英纶纺织贸易有限公司</a>
																<a href="/show/1270997/" title="苏州中晟纺织有限公司" target="_blank">苏州中晟纺织有限公司</a>
																<a href="/show/1147640/" title="绍兴花庆纺织品有限公司" target="_blank">绍兴花庆纺织品有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/1273228/product-253968.html" title="双面绒" text_title="双面绒" target="_blank">
									<img src="/upload/20240909/a62a8aed65b297004bb3a4d27dbb8531.jpg" title="双面绒">
								</a>
																<a hover='true' href="/show/0/product-243843.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/764025/product-248003.html" title="EVOH冷感纤维" text_title="EVOH冷感纤维" target="_blank">
									<img src="/upload/202112/21/20211221132846544654.jpg" title="EVOH冷感纤维">
								</a>
																<a hover='true' href="/show/242118/product-246501.html" title="玉米纤维系列" text_title="玉米纤维系列" target="_blank">
									<img src="/upload/202106/25/20210625103188368836.jpg" title="玉米纤维系列">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="http://www.szmhtex.com/" title="首页导航面料2张  苏州市毛阍纺织品有限公司" target="_blank">
									<img class="img_cover" src="/upload/20230207/24d759d4066e6a853beaf473d35e4789.jpg" title="首页导航面料2张  苏州市毛阍纺织品有限公司">
								</a>
																<a href="http://www.szmhtex.com/" title="首页导航面料2张  苏州市毛阍纺织品有限公司" target="_blank">
									<img class="img_cover" src="/upload/20230207/6f0a28607661854b30d93630e66df3d6.jpg" title="首页导航面料2张  苏州市毛阍纺织品有限公司">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">服装							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-6-16--1.html">内衣睡衣</a>
																				<a hover='true' href="/product/plist-6-18--1.html">婴童装</a>
																				<a hover='true' href="/product/plist-6-20--1.html">职业装</a>
																				<a hover='true' href="/product/plist-6-21--1.html">休闲服装</a>
																				<a hover='true' href="/product/plist-6-22--1.html">运动服装</a>
																				<a hover='true' href="/product/plist-6-23--1.html">民族服装</a>
																				<a hover='true' href="/product/plist-6-24--1.html">牛仔服装</a>
																				<a hover='true' href="/product/plist-6-25--1.html">泳装</a>
																				<a hover='true' href="/product/plist-6-26--1.html">防寒服</a>
																				<a hover='true' href="/product/plist-6-27--1.html">婚纱礼服</a>
																				<a hover='true' href="/product/plist-6-28--1.html">特殊用途服装</a>
																				<a hover='true' href="/product/plist-6-29--1.html">其它</a>
																				<a hover='true' href="/product/plist-6-168--1.html">皮革裘皮服装</a>
																				<a hover='true' href="/product/plist-6-178--1.html">中老年服装</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-6-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-6-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-6-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-6-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-6-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-6-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-6-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-6-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-6-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-6-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-6-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-6-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-6-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-6-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-6-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-6-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-6-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-6-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-6-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-6-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-6-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/1248705/" title="青岛润和祥服装有限公司" target="_blank">青岛润和祥服装有限公司</a>
																<a href="/show/1143093/" title="青岛海诚丰泰工贸有限公司" target="_blank">青岛海诚丰泰工贸有限公司</a>
																<a href="/show/80792/" title="昆山昭奈华裕服装有限公司" target="_blank">昆山昭奈华裕服装有限公司</a>
																<a href="/show/53144/" title="上海华盛织布有限公司" target="_blank">上海华盛织布有限公司</a>
																<a href="/show/1257740/" title="聊城国领标志服装有限公司" target="_blank">聊城国领标志服装有限公司</a>
																<a href="/show/1256717/" title="青岛桥港制衣有限公司" target="_blank">青岛桥港制衣有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/1248705/product-187865.html" title="女装" text_title="女装" target="_blank">
									<img src="/upload/201508/07/20150807091443484348.JPG" title="女装">
								</a>
																<a hover='true' href="/show/1257740/product-213362.html" title="城市管理制式服装" text_title="城市管理制式服装" target="_blank">
									<img src="/upload/201702/21/20170221123628732873.jpg" title="城市管理制式服装">
								</a>
																<a hover='true' href="/show/1256717/product-196594.html" title="春夏家居服睡衣男款" text_title="春夏家居服睡衣男款" target="_blank">
									<img src="/upload/201602/25/20160225091893799379.jpg" title="春夏家居服睡衣男款">
								</a>
																<a hover='true' href="/show/1182289/product-214631.html" title="草原服装" text_title="草原服装" target="_blank">
									<img src="/upload/201703/22/20170322212831523152.jpg" title="草原服装">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="http://www.cieete.com" title="首页导航服装2张--上海12月份展" target="_blank">
									<img class="img_cover" src="/upload/20251127/c2429918d4ec4dcefcd6464eb8bb973f.jpg" title="首页导航服装2张--上海12月份展">
								</a>
																<a href="" title="首页导航服装2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航服装2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">服饰							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-7-30--1.html">围巾</a>
																				<a hover='true' href="/product/plist-7-31--1.html">手套</a>
																				<a hover='true' href="/product/plist-7-32--1.html">帽子</a>
																				<a hover='true' href="/product/plist-7-33--1.html">袜子</a>
																				<a hover='true' href="/product/plist-7-34--1.html">领带</a>
																				<a hover='true' href="/product/plist-7-35--1.html">腰带</a>
																				<a hover='true' href="/product/plist-7-142--1.html">鞋类</a>
																				<a hover='true' href="/product/plist-7-143--1.html">箱包、皮具</a>
																				<a hover='true' href="/product/plist-7-147--1.html">其它</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-7-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-7-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-7-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-7-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-7-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-7-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-7-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-7-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-7-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-7-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-7-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-7-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-7-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-7-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-7-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-7-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-7-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-7-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-7-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-7-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-7-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/90610/" title="德清县志方丝绸有限公司" target="_blank">德清县志方丝绸有限公司</a>
																<a href="/show/90539/" title="孟州市华远皮业有限责任公司" target="_blank">孟州市华远皮业有限责任公司</a>
																<a href="/show/88712/" title="深圳景光鞋袜实业有限公司" target="_blank">深圳景光鞋袜实业有限公司</a>
																<a href="/show/8732/" title="费县金吉利服装有限公司" target="_blank">费县金吉利服装有限公司</a>
																<a href="/show/674212/" title="宁波经济技术开发区仑洲针织有限公司" target="_blank">宁波经济技术开发区仑洲针织有限公司</a>
																<a href="/show/626227/" title="北京百泉化纤厂" target="_blank">北京百泉化纤厂</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/1156518/product-95468.html" title="驼绒披肩" text_title="驼绒披肩" target="_blank">
									<img src="/upload/201305/24/20130524100734883488.jpg" title="驼绒披肩">
								</a>
																<a hover='true' href="/show/92566/product-94685.html" title="休闲包" text_title="休闲包" target="_blank">
									<img src="/upload/Product/264410.jpg" title="休闲包">
								</a>
																<a hover='true' href="/show/1094938/product-1922.html" title="童毯" text_title="童毯" target="_blank">
									<img src="/upload/201108/22/201182291611808.jpg" title="童毯">
								</a>
																<a hover='true' href="/show/11307/product-93216.html" title="亮珠包" text_title="亮珠包" target="_blank">
									<img src="/upload/Images_Product/38674.7030208333.jpg" title="亮珠包">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="http://www.cieete.com" title="首页导航服饰2张--上海12月份展" target="_blank">
									<img class="img_cover" src="/upload/20251127/d4503b77ac27f8a215d8f8f670b48bd5.jpg" title="首页导航服饰2张--上海12月份展">
								</a>
																<a href="" title="首页导航服饰2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航服饰2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">皮革							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-8-153--1.html">生皮、毛皮</a>
																				<a hover='true' href="/product/plist-8-154--1.html">天然皮革</a>
																				<a hover='true' href="/product/plist-8-155--1.html">合成皮革</a>
																				<a hover='true' href="/product/plist-8-162--1.html">皮革化学品</a>
																				<a hover='true' href="/product/plist-8-163--1.html">皮革加工设备</a>
																				<a hover='true' href="/product/plist-8-170--1.html">产业用皮革皮毛制品</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-8-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-8-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-8-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-8-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-8-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-8-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-8-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-8-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-8-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-8-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-8-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-8-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-8-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-8-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-8-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-8-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-8-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-8-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-8-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-8-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-8-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/103404/" title="江阴市虎跑纺织印染有限公司" target="_blank">江阴市虎跑纺织印染有限公司</a>
																<a href="/show/164843/" title="潮安县彩塘镇绣达时装厂" target="_blank">潮安县彩塘镇绣达时装厂</a>
																<a href="/show/195258/" title="亿丰布行" target="_blank">亿丰布行</a>
																<a href="/show/426046/" title="四川省雅安市龙洲畜产品有限公司" target="_blank">四川省雅安市龙洲畜产品有限公司</a>
																<a href="/show/698703/" title="宏裕高新复合面料（苏州）有限公司" target="_blank">宏裕高新复合面料（苏州）有限公司</a>
																<a href="/show/721513/" title="启东欣美合成皮革有限公司" target="_blank">启东欣美合成皮革有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/1162062/product-112622.html" title="皮革" text_title="皮革" target="_blank">
									<img src="/upload/201310/11/20131011101186078607.jpg" title="皮革">
								</a>
																<a hover='true' href="/show/1179185/product-182719.html" title="合成革" text_title="合成革" target="_blank">
									<img src="/upload/201506/01/20150601143651725172.jpg" title="合成革">
								</a>
																<a hover='true' href="/show/721513/product-212879.html" title="pvc沙发革" text_title="pvc沙发革" target="_blank">
									<img src="/upload/201702/08/20170208165946624662.jpg" title="pvc沙发革">
								</a>
																<a hover='true' href="/show/412001/product-243905.html" title="PVC投影银幕革" text_title="PVC投影银幕革" target="_blank">
									<img src="/upload/202009/08/20200908141926212621.jpg" title="PVC投影银幕革">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航皮革2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航皮革2张">
								</a>
																<a href="" title="首页导航皮革2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航皮革2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">纺机							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-12-111--1.html">纺纱机械</a>
																				<a hover='true' href="/product/plist-12-112--1.html">织造机械</a>
																				<a hover='true' href="/product/plist-12-113--1.html">针织机械</a>
																				<a hover='true' href="/product/plist-12-114--1.html">印染整理机械</a>
																				<a hover='true' href="/product/plist-12-115--1.html">化纤机械</a>
																				<a hover='true' href="/product/plist-12-116--1.html">非织造布机械</a>
																				<a hover='true' href="/product/plist-12-117--1.html">服装机械</a>
																				<a hover='true' href="/product/plist-12-118--1.html">纺织配套设备</a>
																				<a hover='true' href="/product/plist-12-119--1.html">纺织仪器</a>
																				<a hover='true' href="/product/plist-12-121--1.html">自动化、信息与服务</a>
																				<a hover='true' href="/product/plist-12-188--1.html">配件及附件</a>
																				<a hover='true' href="/product/plist-12-189--1.html">二手设备</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-12-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-12-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-12-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-12-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-12-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-12-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-12-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-12-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-12-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-12-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-12-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-12-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-12-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-12-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-12-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-12-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-12-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-12-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-12-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-12-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-12-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/97140/" title="嘉善鸿丰纺织器材有限公司" target="_blank">嘉善鸿丰纺织器材有限公司</a>
																<a href="/show/96970/" title="郑州豫达纺织机械有限公司" target="_blank">郑州豫达纺织机械有限公司</a>
																<a href="/show/95169/" title="沈阳勃孚技术产业总公司" target="_blank">沈阳勃孚技术产业总公司</a>
																<a href="/show/91062/" title="浙江飞鹰缝制设备有限公司" target="_blank">浙江飞鹰缝制设备有限公司</a>
																<a href="/show/899815/" title="青岛胶南惠丰机械有限公司" target="_blank">青岛胶南惠丰机械有限公司</a>
																<a href="/show/898003/" title="上海良纺纺织机械专件有限公司" target="_blank">上海良纺纺织机械专件有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/0/product-214323.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/0/product-180286.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/0/product-122887.html" title="数据丢失" text_title="数据丢失" target="_blank">
									<img src="/static/img/nopic100.jpg" title="数据丢失">
								</a>
																<a hover='true' href="/show/1121445/product-127053.html" title="针刺机" text_title="针刺机" target="_blank">
									<img src="/upload/201403/05/20140305135818981898.jpg" title="针刺机">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航纺机2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航纺机2张">
								</a>
																<a href="" title="首页导航纺机2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航纺机2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">家纺							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-1-102--1.html">床上用品</a>
																				<a hover='true' href="/product/plist-1-103--1.html">装饰系列</a>
																				<a hover='true' href="/product/plist-1-104--1.html">厨房系列</a>
																				<a hover='true' href="/product/plist-1-105--1.html">地面系列</a>
																				<a hover='true' href="/product/plist-1-106--1.html">卫浴系列</a>
																				<a hover='true' href="/product/plist-1-107--1.html">幕帘系列</a>
																				<a hover='true' href="/product/plist-1-108--1.html">家具系列</a>
																				<a hover='true' href="/product/plist-1-109--1.html">酒店用品</a>
																				<a hover='true' href="/product/plist-1-110--1.html">旅游休闲</a>
																				<a hover='true' href="/product/plist-1-164--1.html">其它</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-1-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-1-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-1-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-1-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-1-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-1-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-1-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-1-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-1-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-1-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-1-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-1-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-1-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-1-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-1-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-1-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-1-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-1-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-1-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-1-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-1-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/1272752/" title="青岛夏尔小镇创意家居有限公司" target="_blank">青岛夏尔小镇创意家居有限公司</a>
																<a href="/show/1258607/" title="绍兴亚恩纺织品有限公司" target="_blank">绍兴亚恩纺织品有限公司</a>
																<a href="/show/204435/" title="数据丢失" target="_blank">数据丢失</a>
																<a href="/show/1267075/" title="济宁如意家纺有限公司" target="_blank">济宁如意家纺有限公司</a>
																<a href="/show/1120557/" title="高密利华纺织有限公司" target="_blank">高密利华纺织有限公司</a>
																<a href="/show/9984/" title="靖江锦狮巾被制品有限公司" target="_blank">靖江锦狮巾被制品有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/10783/product-3073.html" title="世界杯广告沙滩巾" text_title="世界杯广告沙滩巾" target="_blank">
									<img src="/upload/201006/12/2010612111527893.jpg" title="世界杯广告沙滩巾">
								</a>
																<a hover='true' href="/show/1272752/product-250049.html" title="莫高" text_title="莫高" target="_blank">
									<img src="/upload/202209/22/20220922134967206720.png" title="莫高">
								</a>
																<a hover='true' href="/show/991654/product-76765.html" title="法莱绒毛毯" text_title="法莱绒毛毯" target="_blank">
									<img src="/upload/201202/13/2012213151544987.jpg" title="法莱绒毛毯">
								</a>
																<a hover='true' href="/show/1272615/product-249370.html" title="天丝四件套" text_title="天丝四件套" target="_blank">
									<img src="/upload/202206/20/20220620111055365536.jpeg" title="天丝四件套">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航家纺2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航家纺2张">
								</a>
																<a href="" title="首页导航家纺2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航家纺2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">化工							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-4-122--1.html">染料</a>
																				<a hover='true' href="/product/plist-4-123--1.html">助剂</a>
																				<a hover='true' href="/product/plist-4-124--1.html">浆料</a>
																				<a hover='true' href="/product/plist-4-125--1.html">涂料</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-4-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-4-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-4-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-4-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-4-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-4-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-4-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-4-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-4-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-4-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-4-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-4-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-4-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-4-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-4-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-4-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-4-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-4-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-4-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-4-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-4-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/52783/" title="上海龙头生物技术有限公司" target="_blank">上海龙头生物技术有限公司</a>
																<a href="/show/157721/" title="广州星晟贸易有限公司" target="_blank">广州星晟贸易有限公司</a>
																<a href="/show/260659/" title="徐州隆昌（五龙）针织有限公司（天鹅绒）" target="_blank">徐州隆昌（五龙）针织有限公司（天鹅绒）</a>
																<a href="/show/360703/" title="江苏申新染料化工股份有限公司" target="_blank">江苏申新染料化工股份有限公司</a>
																<a href="/show/455069/" title="上海纳克润滑技术有限公司" target="_blank">上海纳克润滑技术有限公司</a>
																<a href="/show/471821/" title="嘉善久盛纺织新材料厂" target="_blank">嘉善久盛纺织新材料厂</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/3781/product-9818.html" title="有机硅柔软剂" text_title="有机硅柔软剂" target="_blank">
									<img src="/upload/201003/24/201032494826274.jpg" title="有机硅柔软剂">
								</a>
																<a hover='true' href="/show/1271687/product-245040.html" title="日晒牢度提升剂JYKUV-57" text_title="日晒牢度提升剂JYKUV-57" target="_blank">
									<img src="/upload/202011/12/20201112143926482648.jpg" title="日晒牢度提升剂JYKUV-57">
								</a>
																<a hover='true' href="/show/1272327/product-248158.html" title="福诺高浓毛毯顺滑剂法兰珊瑚绒蓬松平滑剂" text_title="福诺高浓毛毯顺滑剂法兰珊瑚绒蓬松平滑剂" target="_blank">
									<img src="/upload/202201/07/20220107132459345934.jpg" title="福诺高浓毛毯顺滑剂法兰珊瑚绒蓬松平滑剂">
								</a>
																<a hover='true' href="/show/185106/product-141103.html" title="多功能表面活性剂DiacidX" text_title="多功能表面活性剂DiacidX" target="_blank">
									<img src="/upload/201406/27/20140627093170207020.jpg" title="多功能表面活性剂DiacidX">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航化工2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航化工2张">
								</a>
																<a href="" title="首页导航化工2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航化工2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">非织造布							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-9-126--1.html">农渔业</a>
																				<a hover='true' href="/product/plist-9-127--1.html">工业</a>
																				<a hover='true' href="/product/plist-9-128--1.html">建筑业</a>
																				<a hover='true' href="/product/plist-9-129--1.html">土工布</a>
																				<a hover='true' href="/product/plist-9-130--1.html">汽车业</a>
																				<a hover='true' href="/product/plist-9-131--1.html">医疗卫生</a>
																				<a hover='true' href="/product/plist-9-132--1.html">休闲旅行</a>
																				<a hover='true' href="/product/plist-9-133--1.html">纺织服装</a>
																				<a hover='true' href="/product/plist-9-134--1.html">皮革制鞋</a>
																				<a hover='true' href="/product/plist-9-135--1.html">家用装饰</a>
																				<a hover='true' href="/product/plist-9-165--1.html">军事国防</a>
																				<a hover='true' href="/product/plist-9-184--1.html">过滤材料</a>
																				<a hover='true' href="/product/plist-9-185--1.html">包装用</a>
																				<a hover='true' href="/product/plist-9-186--1.html">其它用途</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-9-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-9-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-9-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-9-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-9-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-9-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-9-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-9-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-9-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-9-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-9-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-9-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-9-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-9-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-9-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-9-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-9-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-9-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-9-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-9-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-9-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/87048/" title="太仓市恒洋实业有限公司永安无纺布厂" target="_blank">太仓市恒洋实业有限公司永安无纺布厂</a>
																<a href="/show/157245/" title="海南欣龙无纺股份有限公司" target="_blank">海南欣龙无纺股份有限公司</a>
																<a href="/show/147769/" title="福建永安市田龙纺织染整有限公司" target="_blank">福建永安市田龙纺织染整有限公司</a>
																<a href="/show/195806/" title="河北省故城县丰华工业用布有限公司" target="_blank">河北省故城县丰华工业用布有限公司</a>
																<a href="/show/225072/" title="营口海福纺织品有限公司" target="_blank">营口海福纺织品有限公司</a>
																<a href="/show/233292/" title="上海严牌滤布有限公司" target="_blank">上海严牌滤布有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/317596/product-94045.html" title="土工布" text_title="土工布" target="_blank">
									<img src="/upload/200607/05/200675115111126.jpg" title="土工布">
								</a>
																<a hover='true' href="/show/195806/product-94206.html" title="草绿防水帆布" text_title="草绿防水帆布" target="_blank">
									<img src="/upload/Images_Product/38534.4077546296.gif" title="草绿防水帆布">
								</a>
																<a hover='true' href="/show/685330/product-4063.html" title="有机硅布" text_title="有机硅布" target="_blank">
									<img src="/upload/File/2009424154832698.jpg" title="有机硅布">
								</a>
																<a hover='true' href="/show/11070/product-93225.html" title="丙纶长丝无纺布" text_title="丙纶长丝无纺布" target="_blank">
									<img src="/upload/Images_Product/37993.4624305556.gif" title="丙纶长丝无纺布">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航非织造布2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航非织造布2张">
								</a>
																<a href="" title="首页导航非织造布2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航非织造布2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">辅料							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-10-37--1.html">花边</a>
																				<a hover='true' href="/product/plist-10-38--1.html">衬料、衬布</a>
																				<a hover='true' href="/product/plist-10-39--1.html">拉链、拉头</a>
																				<a hover='true' href="/product/plist-10-40--1.html">纽扣、搭扣、魔术贴</a>
																				<a hover='true' href="/product/plist-10-41--1.html">肩垫</a>
																				<a hover='true' href="/product/plist-10-42--1.html">带、绳、线</a>
																				<a hover='true' href="/product/plist-10-43--1.html">流苏、穗</a>
																				<a hover='true' href="/product/plist-10-44--1.html">洗涤标、商标、吊牌</a>
																				<a hover='true' href="/product/plist-10-45--1.html">珠子、装饰用金属片</a>
																				<a hover='true' href="/product/plist-10-144--1.html">鞋材鞋件</a>
																				<a hover='true' href="/product/plist-10-145--1.html">展示道具</a>
																				<a hover='true' href="/product/plist-10-146--1.html">其它</a>
																				<a hover='true' href="/product/plist-10-187--1.html">衣架</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-10-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-10-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-10-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-10-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-10-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-10-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-10-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-10-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-10-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-10-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-10-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-10-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-10-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-10-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-10-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-10-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-10-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-10-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-10-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-10-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-10-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/7684/" title="蒙城县华洋纺织有限责任公司" target="_blank">蒙城县华洋纺织有限责任公司</a>
																<a href="/show/691551/" title="东莞市南祥服装辅料有限公司" target="_blank">东莞市南祥服装辅料有限公司</a>
																<a href="/show/685353/" title="厦门华源翔针织有限公司" target="_blank">厦门华源翔针织有限公司</a>
																<a href="/show/672300/" title="义乌实信织带有限公司" target="_blank">义乌实信织带有限公司</a>
																<a href="/show/658635/" title="温州瑞达织标有限公司" target="_blank">温州瑞达织标有限公司</a>
																<a href="/show/638572/" title="杭州彩丽制线有限公司" target="_blank">杭州彩丽制线有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/81277/product-92838.html" title="衬布" text_title="衬布" target="_blank">
									<img src="/upload/Product/177800.gif" title="衬布">
								</a>
																<a hover='true' href="/show/102671/product-94553.html" title="花边" text_title="花边" target="_blank">
									<img src="/upload/Images_Product/38023.4038541667.gif" title="花边">
								</a>
																<a hover='true' href="/show/345480/product-95287.html" title="贾卡903" text_title="贾卡903" target="_blank">
									<img src="/upload/201305/23/20130523103743534353.jpg" title="贾卡903">
								</a>
																<a hover='true' href="/show/436462/product-91501.html" title="蕾丝花边7027" text_title="蕾丝花边7027" target="_blank">
									<img src="/upload/File/200885145614425.jpg" title="蕾丝花边7027">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航辅料2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航辅料2张">
								</a>
																<a href="" title="首页导航辅料2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航辅料2张">
								</a>
															</div>
						</div>
					</div>
										<div class="left_nav_item">
						<p class="left_nav_item_title">印染							<span class="fzw fzw-right"></span>	
						</p>
						<div class="left_nav_item_box">
							<div class="item_box_top_left">
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按类型
									</p>
									<div class="item_box_top_left_item_list">
																				<a hover='true' href="/product/plist-11-61--1.html">印花加工</a>
																				<a hover='true' href="/product/plist-11-62--1.html">染色加工</a>
																				<a hover='true' href="/product/plist-11-63--1.html">后整理加工</a>
																				<a hover='true' href="/product/plist-11-64--1.html">特色加工</a>
																			</div>
								</div>
								<div class="item_box_top_left_item">
									<p class="item_box_top_left_item_title">
										<svg class="icon" aria-hidden="true">
											<use xlink:href="#fzw-fenlei1"></use>
										</svg>
										按地区
									</p>
									<div class="item_box_top_left_item_list">
										<a hover='true' href="/product/plist-11-0-江苏-1.html">江苏</a>
										<a hover='true' href="/product/plist-11-0-浙江-1.html">浙江</a>
										<a hover='true' href="/product/plist-11-0-广东-1.html">广东</a>
										<a hover='true' href="/product/plist-11-0-山东-1.html">山东</a>
										<a hover='true' href="/product/plist-11-0-上海-1.html">上海</a>
										<a hover='true' href="/product/plist-11-0-河北-1.html">河北</a>
										<a hover='true' href="/product/plist-11-0-福建-1.html">福建</a>
										<a hover='true' href="/product/plist-11-0-河南-1.html">河南</a>
										<a hover='true' href="/product/plist-11-0-北京-1.html">北京</a>
										<a hover='true' href="/product/plist-11-0-湖北-1.html">湖北</a>
										<a hover='true' href="/product/plist-11-0-安徽-1.html">安徽</a>
										<a hover='true' href="/product/plist-11-0-天津-1.html">天津</a>
										<a hover='true' href="/product/plist-11-0-辽宁-1.html">辽宁</a>
										<a hover='true' href="/product/plist-11-0-四川-1.html">四川</a>
										<a hover='true' href="/product/plist-11-0-湖南-1.html">湖南</a>
										<a hover='true' href="/product/plist-11-0-陕西-1.html">陕西</a>
										<a hover='true' href="/product/plist-11-0-重庆-1.html">重庆</a>
										<a hover='true' href="/product/plist-11-0-山西-1.html">山西</a>
										<a hover='true' href="/product/plist-11-0-黑龙江-1.html">黑龙江</a>
										<a hover='true' href="/product/plist-11-0-江西-1.html">江西</a>
										<a hover='true' href="/product/plist-11-0-新疆-1.html">新疆</a>
									</div>
								</div>
							</div>
							<div class="item_box_top_right">
																<a href="/show/4864/" title="四川德阳润宝印染有限责任公司" target="_blank">四川德阳润宝印染有限责任公司</a>
																<a href="/show/391120/" title="美凯迪纺织有限公司" target="_blank">美凯迪纺织有限公司</a>
																<a href="/show/387747/" title="山东欧化家纺实业有限公司	" target="_blank">山东欧化家纺实业有限公司	</a>
																<a href="/show/318208/" title="潍坊二毛集团有限公司" target="_blank">潍坊二毛集团有限公司</a>
																<a href="/show/293013/" title="山东如意集团-嘉达印染公司		" target="_blank">山东如意集团-嘉达印染公司		</a>
																<a href="/show/276818/" title="浙江蓝星印染有限公司" target="_blank">浙江蓝星印染有限公司</a>
															</div>
							<div class="item_box_bottom_left">
																<a hover='true' href="/show/138959/product-94421.html" title="德胜新品" text_title="德胜新品" target="_blank">
									<img src="/upload/Images_Product/38236.4145717593.jpg" title="德胜新品">
								</a>
																<a hover='true' href="/show/186724/product-10600.html" title="分散印花布" text_title="分散印花布" target="_blank">
									<img src="/upload/201204/24/201242485246949.jpg" title="分散印花布">
								</a>
																<a hover='true' href="/show/139772/product-92133.html" title="6条纬弹灯芯绒" text_title="6条纬弹灯芯绒" target="_blank">
									<img src="/upload/Images_Product/38252.7078356482.jpg" title="6条纬弹灯芯绒">
								</a>
																<a hover='true' href="/show/185106/product-10009.html" title="久经火烤的阻燃剂" text_title="久经火烤的阻燃剂" target="_blank">
									<img src="/upload/201103/31/2011331101031287.jpg" title="久经火烤的阻燃剂">
								</a>
															</div>
							<div class="item_box_bottom_right">
																<a href="" title="首页导航印染2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航印染2张">
								</a>
																<a href="" title="首页导航印染2张" target="_blank">
									<img class="img_cover" src="/static/img/cs_ad.jpg" title="首页导航印染2张">
								</a>
															</div>
						</div>
					</div>
									</div>
			</div>
			<div class="banner">
				<div class="swiper banner_top">
					<div class="swiper-wrapper">
												<div class="swiper-slide">
														<a href="http://www.hztf-tex.com/" title="2026杭州国际纺织服装服饰博览会 2026杭州国际服装贴牌展览会" target="_blank">
								<img class="img_cover" src="/upload/20260306/b5c0bcfb4564a018396e9797719a3151.jpg" title="2026杭州国际纺织服装服饰博览会 2026杭州国际服装贴牌展览会">
							</a>
													</div>
												<div class="swiper-slide">
														<a href="http://www.bettertex.cn/" title="青岛邦特纤维有限公司" target="_blank">
								<img class="img_cover" src="/upload/20230228/0d1a4e7743679186cfeb24fac07bc83e.jpg" title="青岛邦特纤维有限公司">
							</a>
													</div>
												<div class="swiper-slide">
														<a href="https://www.citme.com.cn/china2026/index.html" title="中国国际纺织机械展览会暨ITMA亚洲展览会" target="_blank">
								<img class="img_cover" src="/upload/20251230/5ab8f93ba3f92ce7bb2ccb60527b9a3a.jpg" title="中国国际纺织机械展览会暨ITMA亚洲展览会">
							</a>
													</div>
											</div>
					<div class="swiper-pagination"></div>
				</div>
				<div class="banner_bottom">
											<a href="http://www.huayuantex.com" title="德州华源生态科技有限公司" target="_blank">
							<img class="img_cover" src="/upload/20230207/0bb8a63f07c8c909a6701617788ce15d.jpg" title="德州华源生态科技有限公司">
						</a>
											<a href="http://www.qdfiber.com/" title="青岛新维纺织开发有限公司" target="_blank">
							<img class="img_cover" src="/upload/20230207/01f40b07891ead0aff984755b59b6a9c.gif" title="青岛新维纺织开发有限公司">
						</a>
									</div>
			</div>
			<div class="banner_right">
				<div class="banner_right_top">
					<div class="banner_right_top_top" id="username">
					
						<p class="banner_right_top_top_welcome" >您好，游客！欢迎来到纺织网</p>
						<div class="banner_right_top_top_btns">
							<a class="denglu" href="/signin/">登录</a>
							<a class="zhuce" href="/register/">注册</a>
						</div>
					</div>
					<div class="banner_right_top_bottom">
						<p class="banner_right_top_bottom_title">
							公告
						</p>
												<span class="banner_right_top_bottom_item">
							<a hover='true' href="/notice/2023.html" target="_blank">纺织网全新改版，欢迎入驻</a>
						</span>
												<span class="banner_right_top_bottom_item">
							<a hover='true' href="/notice/2024.html" target="_blank">纺织原料委托交易</a>
						</span>
											</div>
				</div>
				<div class="banner_right_bottom">
											<a href="http://www.funtexchina.com/" title="青岛海诚丰泰工贸有限公司" target="_blank">
							<img class="img_cover" src="/upload/20240925/4455a2c3fe9d650d0fceaeccec02a0da.gif" title="青岛海诚丰泰工贸有限公司">
						</a>
									</div>
			</div>
		</div>
		
		<div class="zwd_content supply_box">
			<div class="supply_left">
				<p class="supply_left_p1">移动端更方便</p>
				<p class="supply_left_p2">发布采购、报价信息</p>
				<p class="fzw fzw-jiantou_xiangxia supply_left_p3"></p>
				<div class="supply_left_div1">
					<img class="img_cover" src="/static/img/h5Code.png" alt="">
				</div>
				<p class="supply_left_p4">随时查看产品资讯</p>
			</div>
			<div class="supply_center">
				<p class="supply_center_title">最新供应</p>
				<div class="supply_center_table">
					<div class="supply_center_table_th">
						<p class="supply_center_table_td">产品名称</p>
						<p class="supply_center_table_td">供应商</p>
						<p class="supply_center_table_td">时间</p>
						<p class="supply_center_table_td">询盘</p>
					</div>
					<div class="swiper swiper-vertical supply_center_table_tbody">
						<div class="swiper-wrapper">
														<div class="swiper-slide">
								<p class="supply_center_table_td">
									<a href="/sell/2448545.html" style="color: #333333;" target="_blank">RPET色丁面料仿真丝面料</a>
								</p>
								<p class="supply_center_table_td">苏州中晟纺织有限公司</p>
								<p class="supply_center_table_td">2026-04-01</p>
								<p class="supply_center_table_td">
									<a class="supply_center_inquiry" href="/sell/2448545.html#pm" target="_blank">询盘</a>
								</p>
							</div>
														<div class="swiper-slide">
								<p class="supply_center_table_td">
									<a href="/sell/2448478.html" style="color: #333333;" target="_blank">功能型软滑（亲水）硅油乳液</a>
								</p>
								<p class="supply_center_table_td">武汉时间科技有限公司</p>
								<p class="supply_center_table_td">2026-04-01</p>
								<p class="supply_center_table_td">
									<a class="supply_center_inquiry" href="/sell/2448478.html#pm" target="_blank">询盘</a>
								</p>
							</div>
														<div class="swiper-slide">
								<p class="supply_center_table_td">
									<a href="/sell/2447969.html" style="color: #333333;" target="_blank">KAFETEX&reg;卡菲丝</a>
								</p>
								<p class="supply_center_table_td">上海南德纺织科技有限公司</p>
								<p class="supply_center_table_td">2026-04-01</p>
								<p class="supply_center_table_td">
									<a class="supply_center_inquiry" href="/sell/2447969.html#pm" target="_blank">询盘</a>
								</p>
							</div>
														<div class="swiper-slide">
								<p class="supply_center_table_td">
									<a href="/sell/2447801.html" style="color: #333333;" target="_blank">FDY一体式喷嘴</a>
								</p>
								<p class="supply_center_table_td">江苏骏弘莱机械有限公司</p>
								<p class="supply_center_table_td">2026-04-01</p>
								<p class="supply_center_table_td">
									<a class="supply_center_inquiry" href="/sell/2447801.html#pm" target="_blank">询盘</a>
								</p>
							</div>
														<div class="swiper-slide">
								<p class="supply_center_table_td">
									<a href="/sell/2447439.html" style="color: #333333;" target="_blank">结构弹力纱</a>
								</p>
								<p class="supply_center_table_td">青岛新维纺织开发有限公司</p>
								<p class="supply_center_table_td">2026-04-01</p>
								<p class="supply_center_table_td">
									<a class="supply_center_inquiry" href="/sell/2447439.html#pm" target="_blank">询盘</a>
								</p>
							</div>
														<div class="swiper-slide">
								<p class="supply_center_table_td">
									<a href="/sell/2447058.html" style="color: #333333;" target="_blank">三防整理剂</a>
								</p>
								<p class="supply_center_table_td">青岛海洋元素生物科技有限公司</p>
								<p class="supply_center_table_td">2026-04-01</p>
								<p class="supply_center_table_td">
									<a class="supply_center_inquiry" href="/sell/2447058.html#pm" target="_blank">询盘</a>
								</p>
							</div>
													</div>
					</div>
				</div>
			</div>
			<div class="supply_right">
									<a href="http://www.zhongshengtex.com/" title="中晟" target="_blank">
						<img class="img_cover" src="/upload/20230808/eded4f599f695d2bacede3494156328c.gif" title="中晟">
					</a>
									<a href="http://system.fashionsource.cn/EE/visitorVue/index.html?id=6923fb5d-a806-11f0-acb6-00163e0a44ac066c12&amp;lang=1&amp;dsID=75c49f4d-978e-11eb-ae19-00163e047b180b3ef5#/visitor/loginList" title="深圳FS春季展" target="_blank">
						<img class="img_cover" src="/upload/20260302/be696bcbd315d38550749d7f331ac1c4.gif" title="深圳FS春季展">
					</a>
									<a href="https://www.texindex.com.cn/show/1273228/" title="苏州市鑫鹏锦纺织品有限公司" target="_blank">
						<img class="img_cover" src="/upload/20241023/ef623a5650fec44e1ed77f1b1610a709.gif" title="苏州市鑫鹏锦纺织品有限公司">
					</a>
							</div>
		</div>
		
		<div class="zwd_content news_box">
			<div class="news_box_left">
				<p class="news_box_left_title">新闻资讯</p>
				<div class="news_box_left_list">
										<a hover='true' href="/Articles/2026-4-1/649100.html" title="大朗毛织新技术、新纱线、新设备闭门交流会圆满举行" text_title="大朗毛织新技术、新纱线、新设备闭门交流会圆满举行" target="_blank">
						<div class="news_box_left_list_img_div">
							<img src="/upload/20260401/d2268d3dd18b369fc59f32e450b631f3.jpg" title="大朗毛织新技术、新纱线、新设备闭门交流会圆满举行">
						</div>
					</a>
										<a hover='true' href="/Articles/2026-3-26/648880.html" title="盛泽东纺城即将迎来运动功能面料对接会，链接行业核心商机！" text_title="盛泽东纺城即将迎来运动功能面料对接会，链接行业核心商机！" target="_blank">
						<div class="news_box_left_list_img_div">
							<img src="/upload/20260326/4653f9610a02d78791b43f818373d977.jpg" title="盛泽东纺城即将迎来运动功能面料对接会，链接行业核心商机！">
						</div>
					</a>
										<a hover='true' href="/Articles/2026-3-17/648630.html" title="&ldquo;奋进&lsquo;十五五&rsquo;，开启纺织现代化产业建设新征程&rdquo;--中纺圆桌第二十届年会在北京举行" text_title="&ldquo;奋进&lsquo;十五五&rsquo;，开启纺织现代化产业建设新征程&rdquo;--中纺圆桌第二十届年会在北京举行" target="_blank">
						<div class="news_box_left_list_img_div">
							<img src="/upload/20260317/0b88310612a049be885831dc72934ac6.png" title="&ldquo;奋进&lsquo;十五五&rsquo;，开启纺织现代化产业建设新征程&rdquo;--中纺圆桌第二十届年会在北京举行">
						</div>
					</a>
										<a hover='true' href="/Articles/2026-3-12/648435.html" title="逐光而上 蓄势破局 | 桐昆&middot;中国纤维流行趋势2026/2027盛大启幕" text_title="逐光而上 蓄势破局 | 桐昆&middot;中国纤维流行趋势2026/2027盛大启幕" target="_blank">
						<div class="news_box_left_list_img_div">
							<img src="/upload/20260312/57d2bc6519d66ced84b3c09f7486c359.jpg" title="逐光而上 蓄势破局 | 桐昆&middot;中国纤维流行趋势2026/2027盛大启幕">
						</div>
					</a>
										<a hover='true' href="/Articles/2026-3-11/648434.html" title="五口通八国 织就新丝路" text_title="五口通八国 织就新丝路" target="_blank">
						<div class="news_box_left_list_img_div">
							<img src="/upload/20260311/bdcedb8202b8cf003e3216888a91991e.jpg" title="五口通八国 织就新丝路">
						</div>
					</a>
									</div>
			</div>
			<div class="news_box_center">
				<div class="news_box_center_item">
					<div class="news_box_center_item_title">
						<p class="news_box_center_item_title_p">最新资讯</p>
						<div class="news_box_center_item_title_line"></div>
						<a hover='true' class="news_box_center_item_title_a" href="/news/">更多 <span class="fzw fzw-roundright"></span></a>
					</div>
					<div class="news_box_center_item_list">
												<a hover='true' href="/Articles/2026-4-1/649101.html" title="携手全球伙伴 共绘产业新篇 | 2026 海内外纺织服装供应链合作大会圆满举行" target="_blank">
							<p>携手全球伙伴 共绘产业新篇 | 2026 海内外纺织服装供应链合作大会圆满举行</p>
							<span>04-01</span>
						</a>
												<a hover='true' href="/Articles/2026-4-1/649123.html" title="生意社：4月1日厦门翔鹭涤纶短纤价格暂稳" target="_blank">
							<p>生意社：4月1日厦门翔鹭涤纶短纤价格暂稳</p>
							<span>04-01</span>
						</a>
												<a hover='true' href="/Articles/2026-4-1/649122.html" title="生意社：4月1日江苏三房巷涤纶短纤价格暂稳" target="_blank">
							<p>生意社：4月1日江苏三房巷涤纶短纤价格暂稳</p>
							<span>04-01</span>
						</a>
												<a hover='true' href="/Articles/2026-4-1/649121.html" title="生意社：4月1日江阴华宏涤纶短纤价格暂稳" target="_blank">
							<p>生意社：4月1日江阴华宏涤纶短纤价格暂稳</p>
							<span>04-01</span>
						</a>
											</div>
				</div>
				<div class="news_box_center_item">
					<div class="news_box_center_item_title">
						<p class="news_box_center_item_title_p">市场动态</p>
						<div class="news_box_center_item_title_line"></div>
						<a hover='true' class="news_box_center_item_title_a" href="/news/scdt/">更多 <span class="fzw fzw-roundright"></span></a>
					</div>
					<div class="news_box_center_item_list">
												<a hover='true' href="/Articles/2026-4-1/649127.html" title="涤纶纱商品报价动态（2026-04-01）" target="_blank">
							<p>涤纶纱商品报价动态（2026-04-01）</p>
							<span>04-01</span>
						</a>
												<a hover='true' href="/Articles/2026-4-1/649126.html" title="PriceSeek提醒：PTA外盘报价下调利空市场" target="_blank">
							<p>PriceSeek提醒：PTA外盘报价下调利空市场</p>
							<span>04-01</span>
						</a>
												<a hover='true' href="/Articles/2026-4-1/649125.html" title="PriceSeek重点提醒：涤纶短纤现货价下调利空" target="_blank">
							<p>PriceSeek重点提醒：涤纶短纤现货价下调利空</p>
							<span>04-01</span>
						</a>
												<a hover='true' href="/Articles/2026-4-1/649124.html" title="生意社：4月1日福建金纶涤纶短纤价格暂稳" target="_blank">
							<p>生意社：4月1日福建金纶涤纶短纤价格暂稳</p>
							<span>04-01</span>
						</a>
											</div>
				</div>
				<div class="news_box_center_item">
					<div class="news_box_center_item_title">
						<p class="news_box_center_item_title_p">企业资讯</p>
						<div class="news_box_center_item_title_line"></div>
						<a hover='true' class="news_box_center_item_title_a" href="/news/qyzx/">更多 <span class="fzw fzw-roundright"></span></a>
					</div>
					<div class="news_box_center_item_list">
												<a hover='true' href="/Articles/2026-3-18/648656.html" title="赛得利（山东）莱赛尔一期项目启航暨&ldquo;擘画百万吨&middot;布局向未莱&rdquo;纺织产业交流推介会成功举办" target="_blank">
							<p>赛得利（山东）莱赛尔一期项目启航暨&ldquo;擘画百万吨&middot;布局向未莱&rdquo;纺织产业交流推介会成功举办</p>
							<span>03-18</span>
						</a>
												<a hover='true' href="/Articles/2026-3-9/648318.html" title="2026Intertextile启幕在即，嘉耀纺织携硬核科技面料重磅登场" target="_blank">
							<p>2026Intertextile启幕在即，嘉耀纺织携硬核科技面料重磅登场</p>
							<span>03-09</span>
						</a>
												<a hover='true' href="/Articles/2026-3-9/648316.html" title="金堂轻纺将亮相 CHIC2026，以 V3.0 零排放技术领航印染绿色革命" target="_blank">
							<p>金堂轻纺将亮相 CHIC2026，以 V3.0 零排放技术领航印染绿色革命</p>
							<span>03-09</span>
						</a>
												<a hover='true' href="/Articles/2026-3-5/648198.html" title="寻求商机 共赢未来 | 八家石家庄纺织服装企业应邀参加Hebei Select 2026年度采购订单发布会" target="_blank">
							<p>寻求商机 共赢未来 | 八家石家庄纺织服装企业应邀参加Hebei Select 2026年度采购订单发布会</p>
							<span>03-05</span>
						</a>
												<a hover='true' href="/Articles/2026-2-12/647632.html" title="多创工艺，赋予毛纺新生命&mdash;&mdash;专访艺鑫纺织有限公司总经理吴海霞" target="_blank">
							<p>多创工艺，赋予毛纺新生命&mdash;&mdash;专访艺鑫纺织有限公司总经理吴海霞</p>
							<span>02-12</span>
						</a>
											</div>
				</div>
			</div>
			<div class="news_box_right">
				<p class="news_box_right_title">推荐企业</p>
								<div class="news_box_right_item">
					<a class="news_box_right_item_a" href="/show/1270405/" target="_blank">
						<div class="news_box_right_item_left">
							<img class="img_cover" src="/upload/TexHome/logo_1270405.jpg"  title="青岛西洲衣帽有限公司">
						</div>
						<div class="news_box_right_item_right">
							<p class="news_box_right_item_right_p1">青岛西洲衣帽有限公司</p>
							<p class="news_box_right_item_right_p2">军帽


棒球帽


Beret&amp;lvy


水桶帽


Fedora


嘻哈帽


儿童帽


Military cap


运动帽</p>
						</div> 
					</a>
				</div>
								<div class="news_box_right_item">
					<a class="news_box_right_item_a" href="/show/1072497/" target="_blank">
						<div class="news_box_right_item_left">
							<img class="img_cover" src="/upload/20250924/8a39e50c521ab7877d3f646e8c9ca32c.jpg"  title="上海南德纺织科技有限公司">
						</div>
						<div class="news_box_right_item_right">
							<p class="news_box_right_item_right_p1">上海南德纺织科技有限公司</p>
							<p class="news_box_right_item_right_p2">NanoBon&reg;竹炭纤维 ,NanoBon&reg;白竹炭纤维 ,COCOTEX&reg;椰炭纤维</p>
						</div> 
					</a>
				</div>
								<div class="news_box_right_item">
					<a class="news_box_right_item_a" href="/show/1272752/" target="_blank">
						<div class="news_box_right_item_left">
							<img class="img_cover" src="/upload/TexHome/logo_1272752.jpg"  title="青岛夏尔小镇创意家居有限公司">
						</div>
						<div class="news_box_right_item_right">
							<p class="news_box_right_item_right_p1">青岛夏尔小镇创意家居有限公司</p>
							<p class="news_box_right_item_right_p2">CIELTOWN(夏尔小镇)是研发、渠道为主导的品牌家纺企业</p>
						</div> 
					</a>
				</div>
								<div class="news_box_right_item">
					<a class="news_box_right_item_a" href="/show/462986/" target="_blank">
						<div class="news_box_right_item_left">
							<img class="img_cover" src="/upload/TexHome/logo_462986.jpg"  title="山东青州顺发绣品有限公司">
						</div>
						<div class="news_box_right_item_right">
							<p class="news_box_right_item_right_p1">山东青州顺发绣品有限公司</p>
							<p class="news_box_right_item_right_p2">枕袋,床单,被套,台布,窗帘,花边,水溶花边,绣花,棉布花边,桌布,咖啡帘,门帘,餐巾盒,棉布绣片,TC花边,成品花边,大机绣花,电脑绣花,床上用品,家用纺织品,绣片</p>
						</div> 
					</a>
				</div>
								<div class="news_box_right_item">
					<a class="news_box_right_item_a" href="/show/1273188/" target="_blank">
						<div class="news_box_right_item_left">
							<img class="img_cover" src="/upload/20240521/5bed420659ae5ce75a72b1556f540355.jpg"  title="广州市铭沈新材料有限公司">
						</div>
						<div class="news_box_right_item_right">
							<p class="news_box_right_item_right_p1">广州市铭沈新材料有限公司</p>
							<p class="news_box_right_item_right_p2">润滑剂,相容剂,蜡乳液,,,</p>
						</div> 
					</a>
				</div>
								<div class="news_box_right_item">
					<a class="news_box_right_item_a" href="/show/1272646/" target="_blank">
						<div class="news_box_right_item_left">
							<img class="img_cover" src="/upload/TexHome/logo_1272646.jpg"  title="日照安易生物科技有限公司">
						</div>
						<div class="news_box_right_item_right">
							<p class="news_box_right_item_right_p1">日照安易生物科技有限公司</p>
							<p class="news_box_right_item_right_p2">岩藻多糖
L-岩藻糖
食品级海藻酸钠
印染级海藻酸钠
CMC 纺织印染级
天然果冻粉
奶茶晶球机（珍珠机）</p>
						</div> 
					</a>
				</div>
								<div class="news_box_right_item">
					<a class="news_box_right_item_a" href="/show/1273195/" target="_blank">
						<div class="news_box_right_item_left">
							<img class="img_cover" src="/upload/20240521/4ea557a71537168db59782c06781da62.jpg"  title="绍兴惠群新材料科技有限公司">
						</div>
						<div class="news_box_right_item_right">
							<p class="news_box_right_item_right_p1">绍兴惠群新材料科技有限公司</p>
							<p class="news_box_right_item_right_p2">纤维,抗紫外,,,,</p>
						</div> 
					</a>
				</div>
							</div>
		</div>
		
		<div class="zwd_content zhanhui_ad_transverse">
						<a  href="https://www.yarnexpo.com.cn/" target="_blank">
				<img src="/upload/20251103/ea39b64f0a186c7f80041e84e728a620.gif" title="YARNEXPO广告位">
			</a>
						<a  href="https://www.phvalue.org/" target="_blank">
				<img src="/upload/20251104/8759a6a9ffb4ffa96d2996b64057323c.jpg" title="Ph Value 针织展">
			</a>
						<a  href="https://www.intertextile.com.cn/" target="_blank">
				<img src="/upload/20251103/d3a9384561398b07c74e26ccb776d4fe.gif" title="上海面料展广告位">
			</a>
						<a  href="https://www.intertextile-home.com.cn/" target="_blank">
				<img src="/upload/20260126/3f824da0363a277c38fb289a5b92e29b.gif" title="广告位--上海春季家纺展">
			</a>
					</div>
		
		
		<div class="zwd_content zhanhui_box">
			<div class="zhanhui_box_left">
				<p class="zhanhui_box_left_title">展会资讯</p>
				<div class="zhanhui_box_left_list">
										<a hover='true' href="/Articles/2026-3-31/649050.html" title="2026intertextile春夏面辅料展圆满收官，Healcell海纤&reg;生物彰显海洋纤维硬核实力" text_title="2026intertextile春夏面辅料展圆满收官，Healcell海纤&reg;生物彰显海洋纤维硬核实力" target="_blank">
						<div class="zhanhui_box_left_list_img_div">
							<img src="/upload/20260331/355807b5078c1c000be2172113cecefe.jpg" title="2026intertextile春夏面辅料展圆满收官，Healcell海纤&reg;生物彰显海洋纤维硬核实力">
						</div>
					</a>
										<a hover='true' href="/Articles/2026-3-20/648732.html" title="聚焦|科技赋能，净享未来！2026贴身纺织品抗菌和气味控制创新技术高峰会成功举办！" text_title="聚焦|科技赋能，净享未来！2026贴身纺织品抗菌和气味控制创新技术高峰会成功举办！" target="_blank">
						<div class="zhanhui_box_left_list_img_div">
							<img src="/upload/20260320/184e2e2ccb06b19a769932b92e73b615.jpg" title="聚焦|科技赋能，净享未来！2026贴身纺织品抗菌和气味控制创新技术高峰会成功举办！">
						</div>
					</a>
										<a hover='true' href="/Articles/2026-3-16/648563.html" title="&ldquo;AI+纺织&rdquo;破局转型痛点！数字时尚创新空间汇聚全链路数智新科技" text_title="&ldquo;AI+纺织&rdquo;破局转型痛点！数字时尚创新空间汇聚全链路数智新科技" target="_blank">
						<div class="zhanhui_box_left_list_img_div">
							<img src="/upload/20260316/f7b44f3d6a7a15c119bb19106ec6a7d8.JPG" title="&ldquo;AI+纺织&rdquo;破局转型痛点！数字时尚创新空间汇聚全链路数智新科技">
						</div>
					</a>
									</div>
			</div>
			<div class="zhanhui_box_center">
				<div class="zhanhui_box_center_item">
					<div class="zhanhui_box_center_item_title">
						<p class="zhanhui_box_center_item_title_p">推荐展会</p>
						<div class="zhanhui_box_center_item_title_line"></div>
						<a hover='true' class="zhanhui_box_center_item_title_a" href="/expo/">更多 <span class="fzw fzw-roundright"></span></a>
					</div>
					<div class="zhanhui_box_center_item_list">
												<a hover='true' href="/expo/1577.html" title="2026杭州国际纺织服装服饰博览会" target="_blank">
							<p>2026杭州国际纺织服装服饰博览会</p>
							<span>03-06</span>
						</a>
												<a hover='true' href="/expo/1576.html" title="2026英国伦敦国际服装面辅料
展览会THE LONDON TEXTILE FAIR 2026 F/W" target="_blank">
							<p>2026英国伦敦国际服装面辅料
展览会THE LONDON TEXTILE FAIR 2026 F/W</p>
							<span>01-29</span>
						</a>
												<a hover='true' href="/expo/1575.html" title="2026第七届中国&middot;海宁国际时尚精品袜子采购交易会" target="_blank">
							<p>2026第七届中国&middot;海宁国际时尚精品袜子采购交易会</p>
							<span>12-19</span>
						</a>
												<a hover='true' href="/expo/1574.html" title="2026第27届中国（青岛）国际面辅料及纱线展览会" target="_blank">
							<p>2026第27届中国（青岛）国际面辅料及纱线展览会</p>
							<span>11-28</span>
						</a>
												<a hover='true' href="/expo/1573.html" title="2026山东枣庄国际面辅料及纱线展览会
暨中国淮海经济区服装产业对接峰会" target="_blank">
							<p>2026山东枣庄国际面辅料及纱线展览会
暨中国淮海经济区服装产业对接峰会</p>
							<span>11-28</span>
						</a>
												<a hover='true' href="/expo/1572.html" title="2025上海国际服装服饰贴牌加工博览会" target="_blank">
							<p>2025上海国际服装服饰贴牌加工博览会</p>
							<span>11-26</span>
						</a>
												<a hover='true' href="/expo/1571.html" title="2025上海国际服装供应链暨纺织面辅料展览会" target="_blank">
							<p>2025上海国际服装供应链暨纺织面辅料展览会</p>
							<span>11-26</span>
						</a>
												<a hover='true' href="/expo/1570.html" title="第六届中国童装产业博览会暨 2025 中国（佛山）校园服饰博览会" target="_blank">
							<p>第六届中国童装产业博览会暨 2025 中国（佛山）校园服饰博览会</p>
							<span>09-30</span>
						</a>
												<a hover='true' href="/expo/1569.html" title="2025江西纺织服装周暨第六届江西（赣州）纺织服装产业博览会" target="_blank">
							<p>2025江西纺织服装周暨第六届江西（赣州）纺织服装产业博览会</p>
							<span>09-30</span>
						</a>
												<a hover='true' href="/expo/1568.html" title="2025山东潍坊（诸城）面辅料及纱线展览会" target="_blank">
							<p>2025山东潍坊（诸城）面辅料及纱线展览会</p>
							<span>09-26</span>
						</a>
												<a hover='true' href="/expo/1567.html" title="2025SISE江苏国际纺织服装供应链博览会" target="_blank">
							<p>2025SISE江苏国际纺织服装供应链博览会</p>
							<span>09-25</span>
						</a>
											</div>
				</div>
			</div>
			<div class="zhanhui_box_right">
								<a class="zhanhui_box_right_item_a" href="https://www.xm-tex.com/" title="首页展会右侧6张第一张厦门展" target="_blank">
					<img class="img_cover" src="/upload/20251208/551ad1e48902fbb12fd29cf3da9e1b33.jpg" title="首页展会右侧6张第一张厦门展">
				</a>
								<a class="zhanhui_box_right_item_a" href="http://www.bj-tex.com/page13" title="首页展会右侧6张第二张--北京展" target="_blank">
					<img class="img_cover" src="/upload/20260331/af0077f925081b5ebd4488346f57540e.gif" title="首页展会右侧6张第二张--北京展">
				</a>
								<a class="zhanhui_box_right_item_a" href="http://www.nb-tex.com/" title="首页展会右侧6张第三张" target="_blank">
					<img class="img_cover" src="/upload/20250923/b48afde0dc577782e35f943a3c182d23.jpg" title="首页展会右侧6张第三张">
				</a>
								<a class="zhanhui_box_right_item_a" href="http://www.bj-tex.com/page13" title="首页展会右侧6张第四张--广州展" target="_blank">
					<img class="img_cover" src="/upload/20260331/b80ef5fcbb7ae4796ab0c1c83a65e077.gif" title="首页展会右侧6张第四张--广州展">
				</a>
								<a class="zhanhui_box_right_item_a" href="https://www.texindex.com.cn/expo/1574.html" title="首页展会右侧6张第五张--青岛展" target="_blank">
					<img class="img_cover" src="/upload/20251208/5df15f6401b4bc0465f78ff4e5d3826a.jpg" title="首页展会右侧6张第五张--青岛展">
				</a>
								<a class="zhanhui_box_right_item_a" href="https://www.texindex.com.cn/expo/1573.html" title="首页展会右侧6张第六张--枣庄展" target="_blank">
					<img class="img_cover" src="/upload/20260203/622f8cb78e8700f3fc9eca4532466587.jpg" title="首页展会右侧6张第六张--枣庄展">
				</a>
							</div>
		</div>
		
		<div class="zwd_content recommend_box">
			<p class="recommend_box_title">推荐产品</p>
			<a hover='true' href="/product/" class="recommend_box_more">+ 更多产品</a>
			<div class="recommend_box_list">
								<a href="/show/242118/product-246508.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/202106/25/20210625103490949094.jpg" title="维勒夫特系列">
					</div>
					<p class="recommend_box_li_p">维勒夫特系列</p>
				</a>
								<a href="/show/242118/product-246502.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/202106/25/20210625102167246724.jpg" title="黏胶系列">
					</div>
					<p class="recommend_box_li_p">黏胶系列</p>
				</a>
								<a href="/show/15338/product-18476.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/Product/8944.gif" title="涤棉坯布">
					</div>
					<p class="recommend_box_li_p">涤棉坯布</p>
				</a>
								<a href="/show/1072497/product-254654.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/20250922/fd158020a2565a84e0ab3cd439a48022.jpg" title="ICEKAFE&reg;冰咖啡纤维">
					</div>
					<p class="recommend_box_li_p">ICEKAFE&reg;冰咖啡纤维</p>
				</a>
								<a href="/show/1273228/product-253963.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/20240909/99be9fe036c36880247992eb9fc1b0a9.jpg" title="再生椰炭四面弹">
					</div>
					<p class="recommend_box_li_p">再生椰炭四面弹</p>
				</a>
								<a href="/show/1270997/product-254511.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/20250722/b8836d13af4a931ed419a02d92c31d0f.png" title="海洋垃圾回收再生环保面料 可再生190T春亚纺">
					</div>
					<p class="recommend_box_li_p">海洋垃圾回收再生环保面料 可再生190T春亚纺</p>
				</a>
								<a href="/show/1191557/product-173501.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/201501/12/20150112132386368636.jpg" title="XT-3115">
					</div>
					<p class="recommend_box_li_p">XT-3115</p>
				</a>
								<a href="/show/1143093/product-3453.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/201210/25/201210259257827.jpg" title="围嘴">
					</div>
					<p class="recommend_box_li_p">围嘴</p>
				</a>
								<a href="/show/1143093/product-3447.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/201210/25/2012102591153873.jpg" title="摇粒绒长袍">
					</div>
					<p class="recommend_box_li_p">摇粒绒长袍</p>
				</a>
								<a href="/show/700879/product-12867.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/201002/02/20102295229489.jpg" title="衬衣领小童杉">
					</div>
					<p class="recommend_box_li_p">衬衣领小童杉</p>
				</a>
								<a href="/show/242118/product-246501.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/202106/25/20210625103188368836.jpg" title="玉米纤维系列">
					</div>
					<p class="recommend_box_li_p">玉米纤维系列</p>
				</a>
								<a href="/show/897226/product-206400.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/201608/29/2016082900130915915.jpg" title="丽之颖蕾丝面料87612新款蕾丝面料">
					</div>
					<p class="recommend_box_li_p">丽之颖蕾丝面料87612新款蕾丝面料</p>
				</a>
								<a href="/show/36/product-4855.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/File/2009327154918549.jpg" title="经编超柔短毛绒">
					</div>
					<p class="recommend_box_li_p">经编超柔短毛绒</p>
				</a>
								<a href="/show/1272493/product-248868.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/202204/22/20220422134835893589.jpg" title="全涤阳离子染色面料">
					</div>
					<p class="recommend_box_li_p">全涤阳离子染色面料</p>
				</a>
								<a href="/show/764025/product-220960.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/202112/09/20211209140668206820.jpg" title="麻质迭代涤纶">
					</div>
					<p class="recommend_box_li_p">麻质迭代涤纶</p>
				</a>
								<a href="/show/1096921/product-253588.html" class="recommend_box_li" target="_blank">
					<div class="recommend_box_li_img">
						<img class="img_cover" src="/upload/20231025/6df49382f8a35ae7993a803d8408e912.jpg" title="4支无光涤">
					</div>
					<p class="recommend_box_li_p">4支无光涤</p>
				</a>
							</div>
		</div>
				<div class="zwd_content type_box bg2" >
			<p class="type_box_title ml">面料</p>
			<div class="type_box_nav">
								<span class="type_span"><a class="type_assort" href="/product/plist-2-46--1.html">全棉面料</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-2-47--1.html">针织面料</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-2-48--1.html">化纤面料</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-2-49--1.html">混纺、交织面料</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-2-50--1.html">色织、提花、印花面料</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-2-51--1.html">全毛面料</a></span>
								<a hover="true" class="type_box_a" href="/product/plist-2---1.html">
					更多 <span class="fzw fzw-roundright"></span>
				</a>
			</div>
			<div class="type_box_item">
				<div class="type_box_item_left">
										<a hover='true' class="type_box_item_left_a" href="/show/483057/product-2648.html" title="陶氏纤维斜纹布"  text_title="陶氏纤维斜纹布" target="_blank">
						<img src="/upload/201006/22/201062295623305.jpg" title="陶氏纤维斜纹布" >
					</a>
										<div class="swiper type_box_item_left_swiper type_box_item_left_swiper_0" id="cate2">
						<div class="swiper-wrapper">
														<div class="swiper-slide">
																<a href="https://www.tex-scm.com/" title="首页面料分类3张--杭州纺博会夏季）">
									<img class="img_cover" src="/upload/20251219/b282348af1f1b4c5d2bb3c4e17fdf082.jpg" title="首页面料分类3张--杭州纺博会夏季）">
								</a>
															</div>
														<div class="swiper-slide">
																<a href="https://www.bj-tex.com/page13" title="首页面料分类3张潮汕服博会">
									<img class="img_cover" src="/upload/20260331/11ec705213c05f01d73b856b446e26c1.gif" title="首页面料分类3张潮汕服博会">
								</a>
															</div>
														<div class="swiper-slide">
																<a href="https://www.nb-tex.com/" title="首页面料分类3张 宁波纺博会">
									<img class="img_cover" src="/upload/20251126/3219b333eb1a6a9080501314fd75db28.jpg" title="首页面料分类3张 宁波纺博会">
								</a>
															</div>
													</div>
						
						<div class="swiper-pagination"></div>
					</div>
										<a hover='true' class="type_box_item_left_a" href="/show/897226/product-206559.html" title="丽之颖蕾丝面料87553新款蕾丝面料" text_title="丽之颖蕾丝面料87553新款蕾丝面料" target="_blank">
						<img src="/upload/201608/28/20160828235396109610.jpg" title="丽之颖蕾丝面料87553新款蕾丝面料">
					</a>
										<a hover='true' class="type_box_item_left_a" href="/show/1272493/product-248867.html" title="桃皮绒面料" text_title="桃皮绒面料" target="_blank">
						<img src="/upload/202204/22/20220422134827052705.jpg" title="桃皮绒面料">
					</a>
										<a hover='true' class="type_box_item_left_a" href="/show/12670/product-13536.html" title="新纤维系列" text_title="新纤维系列" target="_blank">
						<img src="/upload/File/2008513151441328.jpg" title="新纤维系列">
					</a>
										<a hover='true' class="type_box_item_left_a" href="/show/1270326/product-245655.html" title="针织牛仔面料" text_title="针织牛仔面料" target="_blank">
						<img src="/upload/202102/23/20210223152792899289.jpg" title="针织牛仔面料">
					</a>
									</div>
				<div class="type_box_item_right">
										<a hover='true' class="type_box_item_right_a" href="/show/135032/" title="日照华伟纺织有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/TexHome/logo_135032.jpg" title="日照华伟纺织有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">日照华伟纺织有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：TC 纱线,包芯纱,多功能纱,环锭纺,CVC 纱线,涤棉混纺,涤棉纱线,紧密纺,普纺,TC 坯布,CVC坯布,C100%坯布,工装面料,医护面料,工艺用布,床品用布,工业用布,衬衫面料,特种用布</p>
						</div>
					</a>
										<a hover='true' class="type_box_item_right_a" href="/show/1272493/" title="苏州市毛阍纺织品有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/TexHome/logo_1272493.jpg" title="苏州市毛阍纺织品有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">苏州市毛阍纺织品有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：桃皮绒,麂皮绒,竹炭面料,竹纤维,阳离子面料,印花面料,TTC,涤棉交织,150cm到320cm都可以做,超细纤维系列,磨毛布系列,全棉系列,家纺系列,服装系列</p>
						</div>
					</a>
										<a hover='true' class="type_box_item_right_a" href="/show/1270997/" title="苏州中晟纺织有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/20250325/11cf9b33173d87153273042e7e1337f8.jpg" title="苏州中晟纺织有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">苏州中晟纺织有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：RPET面料,可乐瓶面料,再生涤纶面料,涤纶可降解面料,天然纤维面料</p>
						</div>
					</a>
										<a hover='true' class="type_box_item_right_a" href="/show/1273228/" title="苏州市鑫鹏锦纺织品有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/20250217/5a23a93939df71105959f8b83f1cb52d.JPG" title="苏州市鑫鹏锦纺织品有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">苏州市鑫鹏锦纺织品有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：桃皮绒,麂皮绒,竹纤维,竹炭,，椰碳</p>
						</div>
					</a>
									</div>
			</div>
		</div>
				<div class="zwd_content type_box bg5" >
			<p class="type_box_title ml">纱线</p>
			<div class="type_box_nav">
								<span class="type_span"><a class="type_assort" href="/product/plist-5-65--1.html">棉纱棉线</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-5-66--1.html">麻纺纱线</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-5-67--1.html">毛纺纱线</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-5-68--1.html">绢纺纱线</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-5-69--1.html">化纤纱线</a></span>
								<span class="type_span"><a class="type_assort" href="/product/plist-5-70--1.html">混纺纱线</a></span>
								<a hover="true" class="type_box_a" href="/product/plist-5---1.html">
					更多 <span class="fzw fzw-roundright"></span>
				</a>
			</div>
			<div class="type_box_item">
				<div class="type_box_item_left">
										<a hover='true' class="type_box_item_left_a" href="/show/242118/product-246503.html" title="有机棉系列"  text_title="有机棉系列" target="_blank">
						<img src="/upload/202106/25/20210625102815671567.jpg" title="有机棉系列" >
					</a>
										<div class="swiper type_box_item_left_swiper type_box_item_left_swiper_0" id="cate5">
						<div class="swiper-wrapper">
														<div class="swiper-slide">
																<img class="img_cover" src="/upload/20230208/228b0e7ec52c307583e31b43dd594035.jpg" title="首页纱线分类3张">
															</div>
														<div class="swiper-slide">
																<a href="https://www.xm-tex.com/" title="首页纱线分类3张">
									<img class="img_cover" src="/upload/20250703/2ac533d01e0dc65af6c02bb59b1d106e.jpg" title="首页纱线分类3张">
								</a>
															</div>
														<div class="swiper-slide">
																<a href="https://www.hnseexpo.com/" title="首页纱线分类3张--海宁袜展">
									<img class="img_cover" src="/upload/20251218/7e1ac7d8d8bc7fc159f1f41a614178d7.jpg" title="首页纱线分类3张--海宁袜展">
								</a>
															</div>
													</div>
						
						<div class="swiper-pagination"></div>
					</div>
										<a hover='true' class="type_box_item_left_a" href="/show/764025/product-204231.html" title="8A航天级保暖纤维聚酰亚胺" text_title="8A航天级保暖纤维聚酰亚胺" target="_blank">
						<img src="/upload/202112/10/20211210140214451445.jpg" title="8A航天级保暖纤维聚酰亚胺">
					</a>
										<a hover='true' class="type_box_item_left_a" href="/show/1130961/product-22519.html" title="TR竹节纱" text_title="TR竹节纱" target="_blank">
						<img src="/upload/201212/22/20121222131337787.jpg" title="TR竹节纱">
					</a>
										<a hover='true' class="type_box_item_left_a" href="/show/242118/product-246510.html" title="纱线" text_title="纱线" target="_blank">
						<img src="/upload/202106/25/20210625102542344234.jpg" title="纱线">
					</a>
										<a hover='true' class="type_box_item_left_a" href="/show/764025/product-226847.html" title="抗菌迭代涤纶" text_title="抗菌迭代涤纶" target="_blank">
						<img src="/upload/202112/07/20211207155769806980.jpg" title="抗菌迭代涤纶">
					</a>
									</div>
				<div class="type_box_item_right">
										<a hover='true' class="type_box_item_right_a" href="/show/1273306/" title="青岛海洋元素生物科技有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/20250218/7dcf9ee4884077d6e7c0ccab4f007d1b.jpg" title="青岛海洋元素生物科技有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">青岛海洋元素生物科技有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：纺织助剂,,,,,</p>
						</div>
					</a>
										<a hover='true' class="type_box_item_right_a" href="/show/764025/" title="青岛新维纺织开发有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/TexHome/logo_764025.jpg" title="青岛新维纺织开发有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">青岛新维纺织开发有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：迭代涤纶,低温氨纶,功能性纤维,吸湿排汗纱线,再生环保纤维</p>
						</div>
					</a>
										<a hover='true' class="type_box_item_right_a" href="/show/242118/" title="德州华源生态科技有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/TexHome/logo_242118.jpg" title="德州华源生态科技有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">德州华源生态科技有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：纱线,,,,</p>
						</div>
					</a>
										<a hover='true' class="type_box_item_right_a" href="/show/1216733/" title="张家港市峰灵纺织有限公司" target="_blank">
						<div class="type_box_item_right_a_left">
							<img src="/upload/20250410/39d9c41ada00b1072d7ba25fd187a750.jpg" title="张家港市峰灵纺织有限公司">
						</div>
						<div class="type_box_item_right_a_right">
							<p class="type_box_item_right_a_right_p1">张家港市峰灵纺织有限公司</p>
							<p class="type_box_item_right_a_right_p2">主营：</p>
						</div>
					</a>
									</div>
			</div>
		</div>
				<div class="zwd_content encyclopedias_box">
			<p class="encyclopedias_box_title">
				<span class="encyclopedias_box_span">纺织百科</span>
				<a class="encyclopedias_box_a" href="javascript:void(0);">
					更多 <span class="fzw fzw-roundright"></span>
				</a>
			</p>
			<div class="encyclopedias_box_list">
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">天然原料 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-9412.html">天然原料</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-9412.html">界 ： 植物界 Plantae   根据纤维的长度和外观，棉花可分成3大类︰第一类纤维细长(长度在2.5~6.5公分〔1~2.5吋〕范围内)、有光泽...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-9195.html">马海毛</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-16892.html">羊毛</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-16857.html">亚麻</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18121.html">真丝</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">化纤 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-20889.html">化纤</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-20889.html">蚕蛹蛋白纤维是综合利用高分子技术、化纤纺丝技术、生物工程技术，将蚕蛹蛋白与天然纤维素共混后，制成的新型生物质纤维。在加工过程中...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20888.html">Lyocell(莱塞尔)</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-5837.html">化纤</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-1544.html">导电纤维</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-19775.html">牛奶蛋白纤维</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">纱线 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-13365.html">纱线</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-13365.html">长丝纱是由长丝（如天然丝、化纤丝或人造丝）并合在一起的束装物；主要有涤纶长丝，粘胶长丝，尼龙长丝等。  　　花式纱主要表现为纱...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20678.html">珍珠纤维</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18926.html">纯棉</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-17892.html">粘胶纱</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18948.html">大麻纤维</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">坯布 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-11217.html">坯布</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-11217.html">坯布释义：　　供印染加工用的本色棉布。　  　　以常规坯布为例：C 30X30 68X68 1/1 63&amp;quot;   　　其中的C代表的就是纯普梳棉...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-11325.html">平布</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-7645.html">卡其</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-10767.html">尼丝纺</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-10826.html">牛津布</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">面料 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-20880.html">面料</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-20880.html">中国纺织品印金之名不少，如贴金、销金、屑金、明金、泥金、金泥、描金、洒金、撒金等。但是，最为基本的印金工艺不外乎两种：一是贴金...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20881.html">阻燃面料</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-9366.html">棉布</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-17440.html">印花布</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-6150.html">麂皮绒</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">家纺 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-18614.html">家纺</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-18614.html">按导向系统分为导索导向系统和导轨导向系统。   　　按帘片盒与墙体的关系分为明装、暗装和嵌装。  　　按帘片盒安装方式分为...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20817.html">装饰</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-874.html">床品</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-9235.html">毛巾</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18982.html">地毯</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">服装 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-19777.html">服装</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-19777.html">女裤 nǚk&ugrave;  　　&amp;#91;knicker&amp;#93; 妇女和女孩穿的裤子  　　一、女裤的分类  　　1、按长度分类：长裤和马裤  　　（1）长裤的...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20604.html">运动装</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20102.html">丝绸服装</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18253.html">职业装</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-17511.html">泳装</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">服饰 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-16085.html">服饰</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-16085.html">围巾功用　在气候寒冷的地方，人们会穿戴用羊毛编织的厚围巾来保暖。   清晰，可以更好地调整出完美的脸色，或是衬托妆容，所以...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-11221.html">披肩</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-15676.html">童袜</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-16588.html">休闲鞋</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20866.html">作训帽</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">箱包 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-16245.html">箱包</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-16245.html">概述　　箱包（xiāng bāo）是对袋子的统称，是用来装东西的各种包包的统称，包括一般的购物袋，背包、单肩包、挎包、腰包和多种拉杆...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-19776.html">女包</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-245.html">背包</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-11392.html">钱包</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-19276.html">环保袋</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">辅料 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-14287.html">辅料</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-14287.html">水溶版和普通版最大的不同就是不象普通制版那样能&ldquo;所见既所得&rdquo;，它在机器上 完成以后还得经过一道&ldquo;水煮&rdquo;的工序，就是这一...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-8033.html">拉链</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18183.html">织带</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18178.html">织标</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-766.html">衬布</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">无纺布 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-16135.html">无纺布</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-16135.html">概述无纺布（英文名：Non Woven）又称不织布，是由定向的或随机的纤维而构成，是新一代环保材料，具有防潮、透气、柔韧、质轻、...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-16142.html">土工布</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20270.html">无纺布袋</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-3378.html">纺粘无纺布</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-8933.html">滤布</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">纺机 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-836.html">纺机</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-836.html">出口量仅有20多万台，而到2005年已经达到了205万台。另据统计，2005年中国除湿机行业总销量是250万台，这其中近96%的份额都是用于出...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-19996.html">商标机</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18264.html">植绒机</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-17702.html">圆织机</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-16876.html">验针机</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">染整 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-12044.html">染整</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-12044.html">词目：染色  　　拼音：rǎn s&egrave;  　　词义：  　　1.用染料使纤维等材料着色的一种方法。天然染色有时需要用媒染剂。合成染色也需要使...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20507.html">印花</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-8207.html">烂花</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-12056.html">染整</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20404.html">压印</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">染料助剂 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-19788.html">染料助剂</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-19788.html">抛光蜡的主要成分：硬脂酸、软脂酸、松香等粘剂，加上磨米，如长石粉、氧化铬、刚玉、铁红等，根据不同基体成分和要求制...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20518.html">荧光增白剂</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20407.html">亚磷酸</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-18340.html">珠光颜料</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-17467.html">印染助剂</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">皮革 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-20610.html">皮革</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-20610.html">再生皮革工艺:是先将真皮纤维、交联纤维、树脂与其它助剂混合。其工艺流程为：将真皮或再生革原料粉碎成一定尺寸的皮纤维，然后...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-19376.html">胶皮</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-19808.html">皮革护理</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-8023.html">拉杆箱</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-14304.html">水洗皮</a></p>
													</div>
					</div>
				</div>
								<div class="encyclopedias_box_item">
					<p class="encyclopedias_box_item_p">其他 <span class="fzw fzw-roundright"></span></p>
					<div class="encyclopedias_box_item_div">
						<p class="encyclopedias_box_item_div_title"><a href="/baike/detail-20746.html">其他</a></p>
						<p class="encyclopedias_box_item_div_p"><a href="/baike/detail-20746.html">中空棉是一种高保暖的絮棉产品，纤维原料为高品质的涤纶和性能优异的三维卷曲中空纤维，U型中空纤维和ES纤维，是化纤产品。中空...</a></p>
						<div class="encyclopedias_box_item_div_main">
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20745.html">中国结</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20519.html">营帐</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20794.html">竹浆纤维</a></p>
														<p class="encyclopedias_box_item_div_item"><a href="/baike/detail-20569.html">雨布</a></p>
													</div>
					</div>
				</div>
							</div>
		</div>
		
		<!-- <div class="zwd_content video_box">
			<p class="video_box_title">
				<span class="video_box_span">视频中心</span>
				<a class="video_box_a" href="javascript:void(0);">
					更多 <span class="fzw fzw-roundright"></span>
				</a>
			</p>
			<div class="video_box_list">
				<a hover='true' href="javascript:void(0);" text_title="郑棉跌破2万大关 现货环比下跌6.87%">
					<div text_video_date='11:30s' text_release_date='22-10-14'>
						<img class="img_cover" src="/static/img/cs_video.jpg" >
						<span class=" fzw fzw-bofang"></span>
					</div>
				</a>
				<a hover='true' href="javascript:void(0);" text_title="郑棉跌破2万大关 现货环比下跌6.87%">
					<div text_video_date='11:30s' text_release_date='22-10-14'>
						<img class="img_cover" src="/static/img/cs_video.jpg" >
						<span class=" fzw fzw-bofang"></span>
					</div>
				</a>
				<a hover='true' href="javascript:void(0);" text_title="郑棉跌破2万大关 现货环比下跌6.87%">
					<div text_video_date='11:30s' text_release_date='22-10-14'>
						<img class="img_cover" src="/static/img/cs_video.jpg" >
						<span class=" fzw fzw-bofang"></span>
					</div>
				</a>
				<a hover='true' href="javascript:void(0);" text_title="郑棉跌破2万大关 现货环比下跌6.87%">
					<div text_video_date='11:30s' text_release_date='22-10-14'>
						<img class="img_cover" src="/static/img/cs_video.jpg" >
						<span class=" fzw fzw-bofang"></span>
					</div>
				</a>
				<a hover='true' href="javascript:void(0);" text_title="郑棉跌破2万大关 现货环比下跌6.87%">
					<div text_video_date='11:30s' text_release_date='22-10-14'>
						<img class="img_cover" src="/static/img/cs_video.jpg" >
						<span class=" fzw fzw-bofang"></span>
					</div>
				</a>
				<a hover='true' href="javascript:void(0);" text_title="郑棉跌破2万大关 现货环比下跌6.87%">
					<div text_video_date='11:30s' text_release_date='22-10-14'>
						<img class="img_cover" src="/static/img/cs_video.jpg" >
						<span class=" fzw fzw-bofang"></span>
					</div>
				</a>
				<a hover='true' href="javascript:void(0);" text_title="郑棉跌破2万大关 现货环比下跌6.87%">
					<div text_video_date='11:30s' text_release_date='22-10-14'>
						<img class="img_cover" src="/static/img/cs_video.jpg" >
						<span class=" fzw fzw-bofang"></span>
					</div>
				</a>
			</div>
		</div> -->
		
		<div class="bottom">
			<div class="zwd_content">
				<div class="bottom_top">
					<div class="bottom_top_item">
						<p>合作网站</p>
						<span><a hover='true' href="http://www.ccpittex.com/" target="_blank">纺织贸促网</a></span>
						<span><a hover='true' href="http://www.woolmarket.com.cn/" target="_blank">南京羊毛市场</a></span>
						<span><a hover='true' href="http://www.globalimporter.net/" target="_blank">跨国采购网</a></span>
						<span><a hover='true' href="http://www.5143.cn" target="_blank">服装招商网</a></span>
						<span><a hover='true' href="http://www.zj123.com/" target="_blank">浙江民营企业网</a></span>
						<span><a hover='true' href="http://hx.job1001.com/" target="_blank">化纤英才网</a></span>
						<span><a hover='true' href="http://www.51kids.com/" target="_blank">童装网</a></span>
						<span><a hover='true' href="http://www.efu.com.cn/" target="_blank">中服网</a></span>
					</div>
					<div class="bottom_top_item">
						<p>兄弟网站</p>
						<span><a hover='true' href="http://chn.toocle.com/" target="_blank">生意宝</a></span>
						<span><a hover='true' href="http://www.100ppi.com/" target="_blank">生意社</a></span>
						<span><a hover='true' href="http://31.toocle.com/" target="_blank">生意场</a></span>
						<span><a hover='true' href="http://www.100ec.cn" target="_blank">网经社</a></span>
						<span><a hover='true' href="http://scs.toocle.com/" target="_blank">网盛产业互联网研究院</a></span>
						<span><a hover='true' href="http://www.cntma.com/" target="_blank">纺机网</a></span>
						<span><a hover='true' href="http://www.hometex114.com/" target="_blank">家纺网</a></span>
						<span><a hover='true' href="http://china.chemnet.com/" target="_blank">化工网</a></span>
						<span><a hover='true' href="http://www.texnet.com.cn/" target="_blank">纺织网</a></span>
						<span><a hover='true' href="http://www.pharmnet.com.cn/" target="_blank">医药网</a></span>
						<span><a hover='true' href="http://www.31expo.com/" target="_blank">行业会展网</a></span>
						<span><a hover='true' href="http://www.testrust.com/" target="_blank">检测通</a></span>
						<span><a hover='true' href="https://dyeschem.dazpin.com/" target="_blank">染化交易市场</a></span>
					</div>
					<div class="bottom_top_item">
						<p>特色网站</p>
						<span><a hover='true' href="https://www.chemnet.com/" target="_blank">Chemical Network</a></span>
						<span><a hover='true' href="https://www.chinachemnet.com/" target="_blank">ChinaChemical Network</a></span>
						<span><a hover='true' href="https://www.chemindex.com/" target="_blank">Chemical CAS database</a></span>
						<span><a hover='true' href="https://gmall.chemnet.com/" target="_blank">ChemNet Mall</a></span>
						<span><a hover='true' href="https://www.sunsirs.com/" target="_blank">China Commodity price</a></span>
					</div>
				</div>
				<div class="bottom_center">
					<div class="bottom_center_left">
						<div class="bottom_center_left_item">
							<b>纺织网全国服务热线</b>
							<span>纺织：0532-80901166</span>
							<span>纺机：0532-80901781</span>
							<span>家纺：021-61528936</span>
						</div>
						<div class="bottom_center_left_item last_right">
							<b>纺织网全国销售热线</b>
							<ul class="bottom_phone_list">
								<li>浙江：0571-87671520</li>
								<li>江苏：025-83337999</li>
								<li>广东：020-88529530</li>
								<li>上海：021-61043551</li>
								<li>山东：0532-80901781</li>
								<li>福建：0592-3301608</li>
								<li>安徽：0551-62918188</li>
								<li>常州：0519-89996111</li>
								<li>无锡：0510-82328089</li>
								<li>苏州：0512-67662111</li>
								<li>盐城：0515-89909111</li>
								<li><a hover='true' href="/contact.html" target="_blank">更多</a></li>
							</ul>
						</div>
						<b class="bottom_center_left_new_add">展会发布、媒体合作热线：13808960021</b>
					</div>
					<div class="bottom_center_right">
						<!-- <a hover='true' href="javascript:void(0);" text_title="小程序">
							<img src="/static/img/wexinCode.jpg" alt="小程序">
						</a> -->
						<a hover='true' href="javascript:void(0);" text_title="移动端">
							<img src="/static/img/h5Code.png" alt="移动端">
						</a>
					</div>
				</div>
				<div class="bottom_bottom">
					<div class="bottom_bottom_left">
						<p>&nbsp;</p>
						<p>Copyright © 1999-2025 Texindex.Com.Cn 版权所有·纺织网</p>
						<p>
							<a href="https://beian.miit.gov.cn/" target="_blank">浙ICP证 浙B2-20090135</a>
							<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33010602010414" target="_blank">
								<img src="/static/img/ghs.png" alt="浙公网安备">
								浙公网安备33010602010414号
							</a>
						</p>
						<p>
							<a href="https://www.12377.cn/jbxzxq/6afd287a46fd11ee8beca39e939990a9_web.html?smallHarmType=6afd287a46fd11ee8beca39e939990a9" target="_blank">杭州亚运会和亚残运会有害信息举报专区</a>
						</p>
					</div>
					<div class="bottom_bottom_right">
						<a href="http://www.pingpinganan.gov.cn/" target="_blank">
							<img class="bottom_bottom_right_img_a" src="/static/img/anan.gif"35" height="53">
							<img class="bottom_bottom_right_img_a" src="/static/img/police_station.gif" width="53" height="53">
							<img class="bottom_bottom_right_img_a" src="/static/img/pingping.gif" width="38" height="53">
						</a>
						<a href="http://idinfo.zjaic.gov.cn/bscx.do?method=hddoc&id=3300000000012872" target="_blank">
							<img class="bottom_bottom_right_img_b" src="/static/img/i_lo2.gif" width="65" height="70">
						</a>
						<a href="http://122.224.75.236/wzba/login.do?method=hdurl&doamin=http://www.texindex.com.cn/&id=330106000019773&SHID=1223.0AFF_NAME=com.rouger.gs.main.UserInfoAff&AFF_ACTION=qyhzdetail&PAGE_URL=ShowDetail" target="_blank">
							<img class="bottom_bottom_right_img_c" src="/static/img/gh.jpg" width="44" height="47">
						</a>
						<a href="http://zjnet.zjaic.gov.cn/" target="_blank">
							<img class="bottom_bottom_right_img_d" src="/static/img/wm_s.jpg" width="50" height="48">
						</a>
						<a href="http://www.texindex.com.cn/about/icp.htm" target="_blank">
							<img class="bottom_bottom_right_img_d" src="/static/img/gongshang.gif" width="118" height="48">
						</a>
					</div>
				</div>
			</div>
		</div>
		<script src="/static/js/index.js"></script>
		<script type="text/javascript">
			if(navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion.split(";")[1].replace(/[ ]/g, "").replace("MSIE","")) <= 9){
				
				var mySwiper = new Swiper('.banner_top',{
					autoplay : 3000,//可选选项，自动滑动
					loop : true,//可选选项，开启循环
					pagination : '.swiper-pagination',
				})
				
				
				var supply_swiper = new Swiper(".supply_center_table_tbody", {
					mode: 'vertical',
					loop: true,
					slidesPerView : 6,
					noSwiping: true,
					noSwipingClass: 'swiper-slide',//禁止鼠标手动切换
					autoplay: 1000,
				});
				$(".supply_center_table_tbody").on('mouseenter', function(swiper){
					supply_swiper.stopAutoplay();
				})
				$(".supply_center_table_tbody").on('mouseleave', function(swiper){
					supply_swiper.startAutoplay();
				})
				var type_swiper_2 = new Swiper('#cate2',{
					autoplay : 3000,//可选选项，自动滑动
					loop : true,//可选选项，开启循环
					pagination : '.swiper-pagination',
				})
				var type_swiper_5 = new Swiper('#cate5',{
					autoplay : 3000,//可选选项，自动滑动
					loop : true,//可选选项，开启循环
					pagination : '.swiper-pagination',
				})
							
				
				$(".encyclopedias_box_item").on("mouseenter",function(){
					$(".encyclopedias_box_item").css("width","4.91%");
					$(this).css("width","25%");
				})
				$(".encyclopedias_box_item").on("mouseleave",function(){
					$(".encyclopedias_box_item").css("width","6.17%");
				})
				/*
				$(document).on('click','.type_assort',function(){
					var this_ = this;
					$(this_).parents('.type_box_nav').find('a').removeClass('active').end().end().addClass('active');
					$(this_).parents('.type_box').find('.type_box_item').removeClass('active');
					$(this_).parents('.type_box').find('.type_box_item').eq($(this_).parent().index()).addClass('active');
				})
				*/
			}

			$(document).ready(function(){
				// function outLogin () {
				// 	localStorage.removeItem('user_name')
				// 	localStorage.removeItem('name')
				// 	localStorage.removeItem('id')
				// 	localStorage.removeItem('token')
				// 	localStorage.clear()
				// }
        var login_name = localStorage.getItem("user_name");
				//console.log(login_name)
					if(login_name)
					{
						// $("#username").html('<p class="banner_right_top_top_welcome" >您好，'+login_name+'！欢迎来到纺织网</p>');
						// $("#username").html('<p class="banner_right_top_top_welcome" >您好，' + login_name + '！欢迎来到纺织网</p><div class="banner_right_top_top_btns"><a class="denglu" href="/signin">登录</a><a class="zhuce" href="/register/">注册</a></div>'
						$("#username").html(
						`<p class="banner_right_top_top_welcome" >您好，${login_name}！欢迎来到纺织网</p><div class="banner_right_top_top_btns"><a class="denglu" href="/texmember" target='_blank'>会员商务室</a><a class="zhuce" href="javascript:void(0);" onclick="localStorage.clear(); location.reload();">退出</a></div>`);
						// <div class="banner_right_top_top_btns"><a class="denglu" href="/texmember" target='_blank'>会员商务室</a><a class="zhuce" href="javascript:void(0);" onclick="localStorage.clear(); location.reload();">退出登录</a></div>
					}
                   
                
                
              


            });
		</script>
		<script>
			var type_swiper_2 = new Swiper('#cate2', {
			loop: true,
			pagination: {
				el: '.swiper-pagination',
			},
			observer:true,
			observeParents:true,
			observeSildeChildren:true,
			autoplay:{
				delay: 3000,
				stopOnLastSlide: false,
				disableOnInteraction: false,
				pauseOnMouseEnter: true,
			},
		});
		var type_swiper_5 = new Swiper('#cate5', {
			loop: true,
			pagination: {
				el: '.swiper-pagination',
			},
			observer:true,
			observeParents:true,
			observeSildeChildren:true,
			autoplay:{
				delay: 3000,
				stopOnLastSlide: false,
				disableOnInteraction: false,
				pauseOnMouseEnter: true,
			},
		});
				</script>
	</body>
</html>