CINXE.COM
天天化工网
<!DOCTYPE html> <html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta content="telephone=no" name="format-detection" /><title> 天天化工网 </title><link href="/css/v3/main.min.css" rel="stylesheet" /> <script src="/javascript/jquery-3.7.1.min.js"></script> <style type="text/css"> .mainloginbox { background-color:#ffffff; position: fixed; top: 20%; left: 50%; z-index: 500; margin: 0 0 0 -275px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; width:550px; overflow:hidden; } .lgwidthbox { margin:20px auto 20px auto; width:360px; text-align:left; overflow:hidden; } .lgshadow { box-shadow:0 0 5px 1px #ff9c26; } .lginputbox { margin:20px auto 20px auto; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background-position: 7px center; background-repeat: no-repeat; border: 1px solid #eaeaea; width: 360px; height: 35px; overflow: hidden; text-indent: 30px; } .lginputbox input { width: 330px; height: 35px; } .lgsubmit { -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background-color:#fa8c14; color:#ffffff; width: 360px; height: 35px; font-size:16px; } input.lginput { border-style: none; outline-style: none; margin: 0; padding: 0; } .lgun { background-image:url('/images/user/name.png'); } .lgpwd { background-image:url('/images/user/pwd.png'); } .lgvcode { -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; border: 1px solid #eaeaea; width: 120px; height: 35px; overflow:hidden; float:left; margin:0 5px 0 5px; } .lgvcode input{ width: 120px; height: 35px; } #tongzhi { overflow:hidden; height:0; width:960px; background-color:#ffffce; } dl.tongzhi { width:90%; margin: 0 auto 0 auto; padding: 10px; } dl.tongzhi dt { font-size: 1.6em; font-weight: bold; } dl.tongzhi dd { font-size: 1.1em; text-align:left; text-indent:20px; } </style> <script type="text/javascript"> mainlogin = { getimgcode: function () { $.ajax({ type: "POST", url: "/user/base64codeimage.aspx", data: { "action": "login" }, dataType: "text", cache: false, beforeSend: function () { $("#lgcode").val(""); }, success: function (response) { $("#lgimgcode").attr("src", "data:image/Gif;base64," + response); $("#lgcodepanel").removeClass("hidedp"); }, error: function () { }, complete: function () { } }); }, login: function () { $.ajax({ type: "POST", url: "/ajaxdata", data: $("#mainlogin").serializeArray(), dataType: "json", cache: false, beforeSend: function () { $("#loginmask").removeClass("hidedp"); $("#loginloading").removeClass("hidedp"); $("#mainloginbox").addClass("hidedp"); }, success: function (response) { if (response.errcode == 0) { window.location.reload(true); $("#loginmask").addClass("hidedp"); $("#loginloading").addClass("hidedp"); $("#mainloginbox").addClass("hidedp"); } else if (response.errcode == 104 || response.errcode == 102) { alert(response.msg); mainlogin.getimgcode(); } else { alert("错误[" + response.errcode + "]原因:" + response.msg); } }, complete: function () { $("#loginloading").addClass("hidedp"); $("#mainloginbox").removeClass("hidedp"); } }); }, open: function () { $("#loginmask").removeClass("hidedp"); $("#mainloginbox").removeClass("hidedp"); }, close: function () { $("#loginmask").addClass("hidedp"); $("#loginloading").addClass("hidedp"); $("#mainloginbox").addClass("hidedp"); } }; </script> <meta content="中国资料最大最全的聚氨酯行业门户网站,及时传播中国聚氨酯资讯,追踪聚氨酯市场与前沿技术,提供聚氨酯原料价格、市场分析,并汇集海量聚氨酯原料、聚氨酯技术专利资料,是聚氨酯从业人员查找资料信息交流的优秀平台" name="description" /> <meta content="水性聚氨酯树脂/聚氨酯,聚氨酯网,聚氨酯专题,聚氨酯原料,TPU,WPU,原料,PU,泡沫,硬泡,软泡,海绵,发泡剂,发泡,汽车,胶粘剂,涂料, MDI,TDI,异氰酸酯,合成革,革,树脂,聚氨酯树脂石油,中国聚氨酯网,网络,专业聚氨酯网" name="keywords" /> <link href="/css/v3/index.min.css" rel="stylesheet" /> <script type="text/javascript"> //企业新闻滚动 function yp_scoll(scolltag) { var i = $("#yp_news_innerbox").data("scolldata").i; var Timer = $("#yp_news_innerbox").data("scolldata").Timer; var max = $("#yp_news_innerbox").width() - $("#yp_news_box").width(); if (scolltag > max) { scolltag = max; } clearInterval(Timer); if (i > 0 || i <= max || scolltag != i) { Timer = setInterval(function () { if (scolltag > i) { if ((scolltag - i) < 10) { i = scolltag; } else { i = i + 10; } $("#yp_news_box").scrollLeft(i); } else if (scolltag < i) { if ((i - scolltag) < 10) { i = scolltag; } else { i = i - 10; } $("#yp_news_box").scrollLeft(i); } else { clearInterval(Timer); } $("#yp_news_innerbox").data("scolldata").i = i; }, 1); } else { clearInterval(Timer); } } function yp_jumpstep(s) { $("#yp_news_innerbox").data("scolldata").scollin = s; var scollstep = $("#yp_news_innerbox").data("scolldata").scollstep; $(".yp_btn_select").attr({ "class": "yp_btn_default" }); var id = "yp_step0"; switch (s) { case 0: id = "yp_step0"; break; case 1: id = "yp_step1"; break; case 2: id = "yp_step2"; break; } $("#" + id).attr({ "class": "yp_btn_select" }); yp_scoll(scollstep[s]); } function yp_next() { var _scollin = $("#yp_news_innerbox").data("scolldata").scollin; _scollin++; if (_scollin > 2) { _scollin = 0; } yp_jumpstep(_scollin); $("#yp_news_innerbox").data("scolldata").scollin = _scollin; } function yp_prev() { var _scollin = $("#yp_news_innerbox").data("scolldata").scollin; _scollin--; if (_scollin < 0) { _scollin = 2; } yp_jumpstep(_scollin); $("#yp_news_innerbox").data("scolldata").scollin = _scollin; } //选项卡切换 function TabChange(TabCards, TabPanels, selectedindex, changeStyle, oliStyle) { var Tabs = TabCards; var Panels = TabPanels; for (var i = 0; i < Tabs.length; i++) { if (i == selectedindex) { Tabs[i].className = changeStyle; Panels[i].style.display = "block"; } else { Tabs[i].className = oliStyle; Panels[i].style.display = "none"; } } } function newsTab1(index) { var Tabs = new Array(2); Tabs[0] = document.getElementById("newsTab1"); Tabs[1] = document.getElementById("newsTab2"); var Panels = new Array(2); Panels[0] = document.getElementById("newsPanl1"); Panels[1] = document.getElementById("newsPanl2"); var more = new Array(2); more[0] = document.getElementById("newsMore1"); more[1] = document.getElementById("newsMore2"); TabChange(Tabs, Panels, index, "context1", "context2"); TabChange(Tabs, more, index, "context1", "context2"); } function chartTab1(index) { var Tabs = new Array(3); Tabs[0] = document.getElementById("chart1tab1"); Tabs[1] = document.getElementById("chart1tab2"); Tabs[2] = document.getElementById("chart1tab3"); var Panels = new Array(3); Panels[0] = document.getElementById("chart1_p1"); Panels[1] = document.getElementById("chart1_p2"); Panels[2] = document.getElementById("chart1_p3"); TabChange(Tabs, Panels, index, "tab1", "tab2"); } function chartTab2(index) { var Tabs = new Array(3); Tabs[0] = document.getElementById("chart2tab1"); Tabs[1] = document.getElementById("chart2tab2"); Tabs[2] = document.getElementById("chart2tab3"); var Panels = new Array(3); Panels[0] = document.getElementById("chart2_p1"); Panels[1] = document.getElementById("chart2_p2"); Panels[2] = document.getElementById("chart2_p3"); TabChange(Tabs, Panels, index, "tab1", "tab2"); } function chartTab3(index) { var Tabs = new Array(4); Tabs[0] = document.getElementById("chart3tab1"); Tabs[1] = document.getElementById("chart3tab2"); Tabs[2] = document.getElementById("chart3tab3"); Tabs[3] = document.getElementById("chart3tab4"); var Panels = new Array(4); Panels[0] = document.getElementById("chart3_p1"); Panels[1] = document.getElementById("chart3_p2"); Panels[2] = document.getElementById("chart3_p3"); Panels[3] = document.getElementById("chart3_p4"); TabChange(Tabs, Panels, index, "tab3", "tab4"); } //轮换新闻 function lunhuan() { var onBtnIndex = $("#menuBar_focus > li").index($("#menuBar_focus > li.on")) + 1; if (onBtnIndex >= $("#menuBar_focus > li").length) { onBtnIndex = 0; } $("#focus_tab > div").each(function () { if ($(this).index() === onBtnIndex) { $(this).addClass("on"); } else { $(this).removeClass("on"); } }); $("#menuBar_focus > li").each(function () { if ($(this).index() === onBtnIndex) { $(this).addClass("on"); } else { $(this).removeClass("on"); } }); } var imgnewstime; $(function () { //轮换新闻 $("#focus_tab > div").first().addClass("on"); $("#menuBar_focus > li").mousemove(function() { clearInterval(imgnewstime); $("#menuBar_focus > li").toggleClass("on", false); $(this).toggleClass("on", true); var onBtnIndex = $(this).index(); $("#focus_tab > div").each(function() { if ($(this).index() === onBtnIndex) { $(this).toggleClass("on", true); } else { $(this).toggleClass("on", false); } }); imgnewstime = setInterval(lunhuan, 5000); }); imgnewstime = setInterval(lunhuan, 5000); //企业新闻 $("#yp_news_innerbox").data({ "scolldata": { "i": 0, "Timer": {}, "scollin": 0, "scollstep": [0, 200, 400]} }); $("#yp_prev_step").click(function() { /*alert("yp_prev_step");*/yp_prev(); }); $("#yp_next_step").click(function() { /*alert("yp_next_step");*/yp_next(); }); $("#yp_step0").click(function() { /*alert("yp_step0");*/yp_jumpstep(0); }); $("#yp_step1").click(function() { /*alert("yp_step1");*/yp_jumpstep(1); }); $("#yp_step2").click(function () { /*alert("yp_step2");*/yp_jumpstep(2); }); //图表加载 //try { $('#chart1_p1').load("/indexpage/showchart_v2.aspx?ctype=product&ptype=porp"); } catch (e) { $('#chart1_p1').html(""); } //try { $('#chart1_p2').load("/indexpage/showchart_v2.aspx?ctype=product&ptype=bj"); } catch (e) { $('#chart1_p3').html(""); } //try { $('#chart1_p3').load("/indexpage/showchart_v2.aspx?ctype=product&ptype=ac"); } catch (e) { $('#chart1_p2').html(""); } try { $('#chart2_p1').load("/indexpage/showchart_v2.aspx?ctype=oil&oilid=101"); } catch (e) { $('#chart2_p1').html(""); } try { $('#chart2_p2').load("/indexpage/showchart_v2.aspx?ctype=oil&oilid=102"); } catch (e) { $('#chart2_p2').html(""); } try { $('#chart2_p3').load("/indexpage/showchart_v2.aspx?ctype=oil&oilid=103"); } catch (e) { $('#chart2_p3').html(""); } try { $('#chart3_p1').load("/indexpage/showchart_v2.aspx?ctype=rate&rateid=1028"); } catch (e) { $('#chart3_p1').html(""); } try { $('#chart3_p2').load("/indexpage/showchart_v2.aspx?ctype=rate&rateid=1030"); } catch (e) { $('#chart3_p1').html(""); } try { $('#chart3_p3').load("/indexpage/showchart_v2.aspx?ctype=rate&rateid=1031"); } catch (e) { $('#chart3_p1').html(""); } try { $('#chart3_p4').load("/indexpage/showchart_v2.aspx?ctype=rate&rateid=1032"); } catch (e) { $('#chart3_p1').html(""); } //企业微博背景变色效果 $("ul[class='yp_news_list'] > li").hover(function () { $(this).css({ "background-color": "#CCCCFF" }); }, function () { $(this).css({ "background-color": "" }); }); //广告加载 try { $("#ad1").load("/scl/20/103"); } catch (e) { $("#ad1").html(""); } try { $("#ad2").load("/scl/20/2"); } catch (e) { $("#ad2").html(""); } try { $("#ad3").load("/scl/20/3"); } catch (e) { $("#ad3").html(""); } //try { $("#adr1").load("/scl/20/20"); } catch (e) { $("#adr1").html(""); } try { $("#adl1").load("/scl/20/100"); } catch (e) { $("#adl1").html(""); } try { $("#adrbig1").load("/scl/20/1002"); } catch (e) { $("#adrbig1").html(""); } }); </script> </head> <body> <script type="text/javascript"> //设置为首页 function SetHome(obj, vrl) { try { obj.style.behavior = 'url(#default#homepage)'; obj.setHomePage(vrl); } catch (e) { if (window.netscape) { try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); } catch (e) { alert("此操作被浏览器拒绝!\n请在浏览器地址栏输入“about:config”并回车\n然后将[signed.applets.codebase_principal_support]设置为'true'"); } var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch); prefs.setCharPref('browser.startup.homepage', vrl); } else { alert("抱歉,您所使用的浏览器无法完成此操作。您需要手动将【" + vrl + "】设置为首页。"); } } } //加入收藏 function addBookmark(title, url) { try { window.sidebar.addPanel(title, url, "天天化工网"); } catch (e) { try { window.external.AddFavorite(url, title); } catch (e) { alert("抱歉,您所使用的浏览器无法完成此操作。加入收藏失败,请手动添加收藏。"); } } } </script> <div id="tongzhi"> <dl class="tongzhi"> <dt>居家办公告知书</dt> <dd style="text-indent:0;">尊敬的客户、合作伙伴:</dd> <dd>鉴于目前的疫情防控形势,根据上海市疫情防控指挥部要求,为配合上海疫情防控工作,天天化工网从3月31日至4月5日期间居家办公。</dd> <dd>居家办公期间,天天化工网各项业务及服务正常进行。如您需咨询公司业务或其它相关事宜,可通过电话、微信公众号、短信、电子邮件等方式与我们保联系。</dd> <dd>感谢您一直以来的支持与信任,天天化工网全体员工居家不离岗,办公不松懈,随时为您提供专业的资讯服务。</dd> <dd>疫情当下,让我们携手共进、共克时艰!我们坚信,一定能够跨过这次“倒春寒”,拥抱更美好的春天!</dd> <dd style="text-indent:0;">紧急联系人:</dd> <dd style="text-indent:0;">孔芬:15800430559(同微信) kf@chem366.com</dd> <dd style="text-indent:0;">童坤:13816306917 tk@chem366.com</dd> <dd></dd> <dd style="text-align:right">天天化工网</dd> <dd style="text-align:right">2022年3月30日</dd> </dl> </div> <div id="topholiday" class="hidedp" style="overflow:hidden;"><img alt="元旦" src="/images/holiday/yuandan2022.jpg" /></div> <div class="topbarbg"> <div class="topbar pagewidth clearfix"> <a class="topfont" href="/" target="_top"><div class="topi1">天天化工网</div></a> <a class="topfont" href="http://www.pudaily.com" target="_blank"><div class="topi1">PUdaily</div></a> <a class="topfont" href="/helper/reportservices.aspx" target="_blank"><div class="topi1">三韬咨询</div></a> <a class="topfont" href="http://z-mz.cn/1MKmD" target="_blank"><div class="topi1 topnotbd" style="background-image:url('/zhibo/zb_icon.png');background-position:5px center;background-repeat:no-repeat;padding-left:23px;"><span style="font-weight:bold;color:#ffff00;">天天直播</span></div></a><!--https://app84uEJyMx3731.h5.xiaoeknow.com--> <div class="topi2"><a class="topfont2" href="http://www.pudaily.com" target="_blank">English</a></div> <div class="topi2"><a class="topfont2" href="javascript:void(0);" onclick="addBookmark('天天化工网','http://pu.chem366.com')">加入收藏</a></div> <div class="topi2"><a class="topfont2" href="javascript:void(0);" onclick="SetHome(this,'http://pu.chem366.com')">设为首页</a></div> <div class="topi3"><a href="/user/reg.aspx"><img src="/images/v3/reg.png" alt="注册" /></a></div> <div class="topi3"><a onclick="mainlogin.open()" href="javascript:void(0);"><img src="/images/v3/login.png" alt="登陆" /></a></div> </div> </div> <script type="text/javascript"> //鼠标移上效果 $(".topi1").mouseover(function () { $(this).removeClass("topi1"); $(this).addClass("topi1s"); }).mouseout(function () { $(this).removeClass("topi1s"); $(this).addClass("topi1"); }); </script> <div class="pagewidth" style="background-color:#ffffff;"> <div class="toplogobg"> <div class="pagewidth clearfix"> <div style="height:10px;"></div> <div class="toplogoblock1"><img src="/images/v3/logo.png" alt="logo" /></div> <div class="toplogoblock2"> <div class="topsearchbox"> <form action="/News/NewsList_v2.aspx" method="get" target="_blank"> <select name="kind" class="searchtype"><option>新闻</option><option>市场</option><option>技术</option></select> <input type="text" name="keywords" value="" class="hiddenboder searchtxt" /> <input type="submit" value=" " class="searchbtn hiddenboder" /> </form> </div> </div> <div class="toplogoblock3"> <div class="topthlink"> <div><a href="/helper/WXAD.aspx" target="_blank"><img src="/images/v3/wechar.png" alt="微信" /></a></div> <div>微信端会员</div> </div> <div class="topthlink"> <div>联系我们:021-61159288</div> </div> </div> </div> <div style="height:5px;"></div> </div> <div id="topnotice" class="hidedp" style="overflow:hidden;"> <a href="/meeting/2022/11/yqh202211.pdf"><img src="/meeting/2022/11/banner.jpg" alt="会议" /></a> </div> <div class="pagewidth"> <dl class="toplist clearfix"> <dt><span class="alphabet">I</span><span class="alphabet">S</span><span class="alphabet">O</span></dt> <dd class="w1"> <ul class="prolist"> <li><a href="/Product/Product_v3.aspx?ProductID=10013" target="_blank">聚合MDI</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10002" target="_blank">TDI</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10003" target="_blank">纯MDI</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10017" target="_blank">HDI</a> </li> <li><a href="/Product/Product_v3.aspx?ProductID=10071" target="_blank">MDI-50</a> </li> <li><a href="/Product/Product_v3.aspx?ProductID=10068" target="_blank">IPDI</a></li> </ul> </dd> <dt><span>聚</span><span class="nochar"> </span><span>醚</span></dt> <dd class="w2"> <ul class="prolist"> <li style="padding:0 5px 0 0;"><a href="/Product/Product_v3.aspx?ProductID=10034" target="_blank">硬泡聚醚</a></li> <li style="padding:0 5px 0 0;"><a href="/Product/Product_v3.aspx?ProductID=10065" target="_blank">聚合物多元醇</a></li> <li style="padding:0 5px 0 0;"><a href="/Product/Product_v3.aspx?ProductID=10066" target="_blank">CASE聚醚</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10018" target="_blank">软泡聚醚</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10064" target="_blank">高回弹聚醚</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10014" target="_blank">PO</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10040" target="_blank">EO</a></li> </ul> </dd> <dt><span>树</span><span class="nochar"> </span><span>脂</span></dt> <dd class="w3"> <ul class="prolist"> <li><a href="/Product/Product_v3.aspx?ProductID=10000" target="_blank">AA</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10001" target="_blank">BDO</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10020" target="_blank">THF</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10005" target="_blank">PTMEG</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10099" target="_blank">PBT</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10022" target="_blank">氨纶</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10033" target="_blank">浆料</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10032" target="_blank">鞋底原液</a></li> </ul> </dd> <dt><span>有</span><span class="nochar"> </span><span>机</span></dt> <dd class="w4"> <ul class="prolist"> <li><a href="/Product/Product_v3.aspx?ProductID=10023&typeid=1003" target="_blank">甲苯</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10026&typeid=1003" target="_blank">甲醇</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10039&typeid=1003" target="_blank">苯</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10042&typeid=1003" target="_blank">PTA</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10015" target="_blank">DMF</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10041&typeid=1003" target="_blank">丙烯</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10043&typeid=1003" target="_blank">苯胺</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10027&typeid=1003" target="_blank">乙二醇</a></li> <li><a href="/Product/Product_v3.aspx?ProductID=10031&typeid=1003" target="_blank">丁酮</a></li> </ul> </dd> </dl> </div> <div class="pagewidth"> <div id="ad1"></div> <div class="clearfix"> <div class="hz1"> <div class="focusPic"> <div id="focus_tab" class="main tab"> <div class="normal"><a href="/News_v2/2024-11-14/1303977" target="_blank"><img src="http://file.chem366.com/Oledit/UploadFile/2024/11/14/202411141033138419217733.jpg" title="PUdaily参与Utech Southeast Asia 2024:共绘全球聚氨酯市场新蓝图" alt="PUdaily参与Utech Southeast Asia 2024:共绘全球聚氨酯市场新蓝图" class="focusimg"></a></div> <div class="normal"><a href="/News_v2/2024-10-25/1303662" target="_blank"><img src="http://file.chem366.com/Oledit/UploadFile/2024/10/25/202410251133581744766541.jpg" title="创新引领,成本共赢 2024新能源汽车泡沫材料与胶黏剂技术大会暨弹性体材料成本与创新论坛圆满召开" alt="创新引领,成本共赢 2024新能源汽车泡沫材料与胶黏剂技术大会暨弹性体材料成本与创新论坛圆满召开" class="focusimg"></a></div> <div class="normal"><a href="/News_v2/2024-07-02/1301806" target="_blank"><img src="http://file.chem366.com/Oledit/UploadFile/2024/7/2/202407021109140576955403.png" title="木质素电化学转化:探索己二酸生产新途径" alt="木质素电化学转化:探索己二酸生产新途径" class="focusimg"></a></div> <div class="normal"><a href="/News_v2/2024-05-28/1301225" target="_blank"><img src="http://file.chem366.com/Oledit/UploadFile/2024/5/28/202405281419006870466918.jpg" title="擘画聚氨酯科技前沿,共筑可持续产业未来——PTIF2024圆满收官" alt="擘画聚氨酯科技前沿,共筑可持续产业未来——PTIF2024圆满收官" class="focusimg"></a></div> </div> <ul id="menuBar_focus" class="sidePic"> <li class="on" style="overflow: visible;">1</li> <li class="" style="overflow: visible;">2</li> <li class="" style="overflow: visible;">3</li> <li class="" style="overflow: visible;">4</li> </ul> </div> <div style="height:10px;"></div> <div class="uboder"> <div class="title1"> <div class="context clearfix"> <div class="left">访谈实录</div><div class="more"><a href="/News/zfNews.aspx?zftype=all&ctype=1001" target="_blank">更多</a></div> </div> </div> <div style="height:116px;overflow:hidden;"> <div class="clearfix"> <div class="fttitle"> <a class="font13black" href="/News_v2/2023-11-22/1297787" target="_blank">人物专访|“水性”华章,绿涂领航——朗盛话聚氨酯涂料崭新格局</a> </div> <div class="Fleft"> <img border="0" src="http://file.chem366.com/Oledit/UploadFile/2023/11/22/202311221027159964815566.jpg" style="width:117px;height:83px;" /> </div> <div class="Fright"> <div class="ftcontext"> 11月15-17日,涂料界盛会CHINACOAT?2023(中国国际涂料展)在上海新国际博览中心盛大拉开帷幕...<a class="morefont1" href="/News_v2/2023-11-22/1297787" target="_blank">[详细]</a> </div> </div> </div> </div> <div class="title1"> <div class="context clearfix"> <div class="left">新闻专题</div><div class="more"><a href="/News/NewsZTList_v2.aspx" target="_blank">更多</a></div> </div> </div> <div style="height:116px;overflow:hidden;"> <div class="clearfix"> <div class="ztTitle"> <a href="/zt/Special/2019/hgyq2019/hgyq.html?&id=100188" target="_blank">走绿色协同发展之路——中国化工园区发展概览</a> </div> <div class="clearfix"> <div class="Fleft" style="width:30%;"> <div class="ztImgPanl"> <img src="http://file.chem366.com/ciqdate/20198511411073499.jpg"> </div> </div> <div class="Fright" style="width:69%;"> <div class="ztBrief"> 以园区为平台,可构建起产业循环、集约高效、竞争力强的产业链条和产业体系,最大限度地发挥产业集聚、企业...<a class="morefont1" target="_blank" href="/zt/Special/2019/hgyq2019/hgyq.html?&id=100188">[详细]</a> </div> </div> </div> </div> </div> </div> </div> <div class="hz2"> <div style="overflow:hidden;"> <div style="text-align: left;"> <div class="hotNewsTitle2"> <div class="context">天天看PU</div> <div class="title"><a id="ctl00_main_hotnews3_title" href="/News_v2/2024-11-26/1304161" target="_blank">2024年聚氨酯行业的全球变局:关停、收购与扩产的深度剖析</a></div> <div class="more"><a href="/News/HotNewsList_v2.aspx?htype=1&typeid=1001" target="_blank">更多</a></div> <p class="clear2"></p> </div> <div style="height:5px;"></div> <div class="hotNewContext2"> <a id="ctl00_main_hotnews3_context" href="/News_v2/2024-11-26/1304161" target="_blank">2024年,全球聚氨酯行业正经历着一场前所未有的深刻变革。在宏观经济波动、能源成本飙升、环保压力加大以及市...</a><a id="ctl00_main_hotnews3_more" href="/News_v2/2024-11-26/1304161" target="_blank">[详细]</a> </div> </div> <div style="text-align: left;"> <div class="hotNewsTitle2"> <div class="context">热点聚焦</div> <div class="more"><a href="/News/HotNewsList_v2.aspx?htype=2&typeid=1001" target="_blank">更多</a></div> <p class="clear2"></p> </div> <div style="text-align: left;"><div class="hotNewsTitle"> <a href="/News_v2/2024-11-12/1303916" target="_blank" title="CSIL解读全球床垫市场主要趋势">CSIL解读全球床垫市场主要趋势</a> </div><div class="hotNewContext"> <a href="/News_v2/2024-11-12/1303916" target="_blank" title="根据CSIL的最新数据,全球床垫市场价值约为30亿美元,经过显著波动后已回到疫情前的水平。在过去十年中,该市场以年均2%的速度缓慢增长。2021年,市场相比2020年实现了两位数的增长,但在2022年和2023年分别下降了9%和3%,使市场回到2019年的水平。亚太地区和北美仍然是主要市场,其中北美在过去十年中逐渐取代欧洲的市场份额.........">根据CSIL的最新数据,全球床垫市场价值约为30亿美元,经过显著波动后已回到疫情前的水平。在过去十年中,该市...</a><a class="fontzi" href="/News_v2/2024-11-12/1303916" target="_blank">[详细]</a> </div></div><div style="text-align: left;"><div class="hotNewsTitle"> <a href="/News_v2/2024-11-11/1303913" target="_blank" title="赢创特种胺扩产项目于南京全面开工">赢创特种胺扩产项目于南京全面开工</a> </div><div class="hotNewContext"> <a href="/News_v2/2024-11-11/1303913" target="_blank" title="赢创特种胺工厂扩建项目于11月8日在南京正式全面开工。此次扩建项目具有里程碑意义,彰显了赢创深耕聚氨酯和环氧固化剂市场的决心。中国对于赢创全球业务至关重要,扩建现有生产基地有助于加强赢创在中国市场的业务发展.........">赢创特种胺工厂扩建项目于11月8日在南京正式全面开工。此次扩建项目具有里程碑意义,彰显了赢创深耕聚氨酯...</a><a class="fontzi" href="/News_v2/2024-11-11/1303913" target="_blank">[详细]</a> </div></div> </div> </div> <div style="height:10px;"></div> <div style="width:100%;overflow:hidden;"> <div class="title2"> <div class="context">天天新闻</div><div class="more"><a href="/News/NewList2.aspx?action=putt" target="_blank">更多</a></div><p class="clear"></p> </div> <div style="padding:0 5px 0 5px;overflow: hidden;"> <ul class="newslist"><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-26/1304159" target="_blank" title="日本东曹纯MDI最新美金报盘">日本东曹纯MDI最新美金报盘</a></div><div class="newstime">11-26</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-26/1304139" target="_blank" title="科思创部分生物基涂料原材料亚太生产能力再升级">科思创部分生物基涂料原材料亚太生产能力再升级</a></div><div class="newstime">11-26</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-26/1304137" target="_blank" title="赛普通过收购林登聚氨酯公司的多数股权扩大了其在北美的业务">赛普通过收购林登聚氨酯公司的多数股权扩大了其在北美的业务</a></div><div class="newstime">11-26</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-26/1304136" target="_blank" title="路博润和Polyhose将在印度钦奈建造TPU医用管材新工厂">路博润和Polyhose将在印度钦奈建造TPU医用管材新工厂</a></div><div class="newstime">11-26</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-26/1304135" target="_blank" title="基于巴斯夫新型生物聚合物等级的首款跑鞋中底">基于巴斯夫新型生物聚合物等级的首款跑鞋中底</a></div><div class="newstime">11-26</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-25/1304133" target="_blank" title="意大利鞋类制造商Geox关闭部分子公司">意大利鞋类制造商Geox关闭部分子公司</a></div><div class="newstime">11-25</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-25/1304132" target="_blank" title="沧州大化20%硅含量共聚PC一次投料试车成功">沧州大化20%硅含量共聚PC一次投料试车成功</a></div><div class="newstime">11-25</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-25/1304130" target="_blank" title="新疆BDO产能现状及新增规划!年底合计达到167万吨">新疆BDO产能现状及新增规划!年底合计达到167万吨</a></div><div class="newstime">11-25</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-25/1304122" target="_blank" title="三季度白电:美的海尔保持领先,谁是增长冠军">三季度白电:美的海尔保持领先,谁是增长冠军</a></div><div class="newstime">11-25</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-25/1304123" target="_blank" title="总投资约10.24亿元!中化泉州24万吨醚多元醇项目预计年底中交">总投资约10.24亿元!中化泉州24万吨醚多元醇项目预计年底中交</a></div><div class="newstime">11-25</div></li><li><div class="ttnewstitle"><a href="/News/NewList2.aspx?action=list&kind=%e6%96%b0%e9%97%bb&kinddetail=%e8%a1%8c%e4%b8%9a%e5%8a%a8%e6%80%81&typeID=1001" target="_blank">[行业动态]</a><a href="/News_v2/2024-11-22/1304109" target="_blank" title="旭化成关停丙烯腈装置">旭化成关停丙烯腈装置</a></div><div class="newstime">11-22</div></li></ul> <p class="clear2"></p><div style="height:10px;"></div> </div> </div> </div> <div class="hz3 rigthlan"> <div id="adrbig1"></div> <div> </div> <div id="adr1"></div> </div> <p class="clear2"></p> </div> <div id="ad2"></div> <div class="clearfix"> <div class="hz1"> <div style="height:20px;"></div> <div id="adl1"></div> <div style="height:20px;"></div> <div style="height: 180px; overflow: hidden;"> <div class="chartTitle"> <div id="chart3tab1" class="tab3" onmouseover="chartTab3(0);"><div style="height: 8px; width: 100%;"></div>综合</div> <div class="Fleft" style="width: 6px; height: 5px"></div> <div id="chart3tab2" class="tab4" onmouseover="chartTab3(1);"><div style="height: 8px; width: 100%;"></div>树脂</div> <div class="Fleft" style="width: 5px; height: 5px"></div> <div id="chart3tab3" class="tab4" onmouseover="chartTab3(2);"><div style="height: 8px; width: 100%;"></div>软泡</div> <div class="Fleft" style="width: 5px; height: 5px"></div> <div id="chart3tab4" class="tab4" onmouseover="chartTab3(3);"><div style="height: 8px; width: 100%;"></div>硬泡</div> </div> <div class="chartPanl"> <div id="chart3_p1"></div> <div id="chart3_p2" style="display: none;"></div> <div id="chart3_p3" style="display: none;"></div> <div id="chart3_p4" style="display: none;"></div> </div> </div> <div style=" height: 214px; overflow: hidden; background-color:#ffffff"> <div class="chartTitle"> <div id="chart2tab1" class="tab1" onmouseover="chartTab2(0);"><div style="height: 8px; width: 100%;"></div>Nymex WTI</div> <div class="Fleft" style="width: 4px; height: 5px"></div> <div id="chart2tab2" class="tab2" onmouseover="chartTab2(1);"><div style="height: 8px; width: 100%;"></div>IPE布伦特</div> <div class="Fleft" style="width: 4px; height: 5px"></div> <div id="chart2tab3" class="tab2" onmouseover="chartTab2(2);"><div style="height: 8px; width: 100%;"></div>OPEC一揽子</div> </div> <div class="chartPanl" style="height:174px;"> <div id="chart2_p1"></div> <div id="chart2_p2" style="display: none;"></div> <div id="chart2_p3" style="display: none;"></div> </div> </div> </div> <div class="hz2"> <div style="width: 100%; overflow: hidden;"> <div class="title2"> <div class="context">市场快讯</div><div class="more"><a href="/News/NewList2.aspx?action=pukx" target="_blank">更多</a></div><p class="clear"></p> </div> <div style="padding:0 5px 0 5px;"> <ul class="newslist"><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304172" target="_blank" title="11月27日国内PO市场小幅推涨">11月27日国内PO市场小幅推涨</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304171" target="_blank" title="11月27日国内软泡聚醚市场商谈推进">11月27日国内软泡聚醚市场商谈推进</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304170" target="_blank" title="11月27日国内硬泡聚醚市场僵持偏弱">11月27日国内硬泡聚醚市场僵持偏弱</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304169" target="_blank" title="11月27日国内POP聚醚市场商谈趋低">11月27日国内POP聚醚市场商谈趋低</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304168" target="_blank" title="11月27日国内弹性体聚醚市场清淡偏弱">11月27日国内弹性体聚醚市场清淡偏弱</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304167" target="_blank" title="11月27日国内高回弹聚醚市场弱稳推进">11月27日国内高回弹聚醚市场弱稳推进</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304166" target="_blank" title="11月27日国内纯MDI市场区间淡稳">11月27日国内纯MDI市场区间淡稳</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304165" target="_blank" title="11月27日国内MDI-50市场弱势整理">11月27日国内MDI-50市场弱势整理</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304164" target="_blank" title="11月27日国内TDI市场低位横盘">11月27日国内TDI市场低位横盘</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-27/1304163" target="_blank" title="11月27日国内聚合MDI市场区间维稳">11月27日国内聚合MDI市场区间维稳</a></div><div class="newstime">11-27</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304161" target="_blank" title="2024年聚氨酯行业的全球变局:关停、收购与扩产的深度剖析">2024年聚氨酯行业的全球变局:关停、收购与扩产的深度...</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304158" target="_blank" title="美国将对墨西哥产品征收关税,以及对美洲聚氨酯消费市场影响">美国将对墨西哥产品征收关税,以及对美洲聚氨酯消费...</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304152" target="_blank" title="11月26日国内AA市场持稳观望">11月26日国内AA市场持稳观望</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304153" target="_blank" title="11月26日国内BDO市场区间收窄">11月26日国内BDO市场区间收窄</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304154" target="_blank" title="11月26日国内THF市场淡稳整理">11月26日国内THF市场淡稳整理</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304155" target="_blank" title="11月26日国内PTMEG市场观望横盘">11月26日国内PTMEG市场观望横盘</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304151" target="_blank" title="11月26日国内MDI-50市场重心向上">11月26日国内MDI-50市场重心向上</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304150" target="_blank" title="11月26日国内纯MDI市场偏弱下行">11月26日国内纯MDI市场偏弱下行</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304149" target="_blank" title="11月26日国内TDI市场延续清淡">11月26日国内TDI市场延续清淡</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304148" target="_blank" title="11月26日国内PO市场宽幅下移">11月26日国内PO市场宽幅下移</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304147" target="_blank" title="11月26日国内软泡聚醚市场弱稳观望">11月26日国内软泡聚醚市场弱稳观望</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304146" target="_blank" title="11月26日国内硬泡聚醚市场保持商谈">11月26日国内硬泡聚醚市场保持商谈</a></div><div class="newstime">11-26</div></li><li><div class="newstitle"><a href="/News_v2/2024-11-26/1304145" target="_blank" title="11月26日国内POP聚醚市场涨跌两难">11月26日国内POP聚醚市场涨跌两难</a></div><div class="newstime">11-26</div></li></ul> </div> </div> <div style="border: 1px solid #FFE3C3; overflow: hidden; display:none;"> <div class="title3"> <div class="back"> <div id="newsTab1" class="context1" style="cursor:pointer;" onmouseover="newsTab1(0)">市场展望</div><div id="newsTab2" class="context2" style="cursor:pointer;" onmouseover="newsTab1(1)">市场周报</div><div class="more"><a id="newsMore1" href="/News/NewsTypeList.aspx?typeID=1001&kind=%e5%b8%82%e5%9c%ba&kinddetail=%e5%b8%82%e5%9c%ba%e8%af%84%e8%ae%ba&action=list" target="_blank">更多</a><a id="newsMore2" href="/News/NewsTypeList.aspx?kind=%e5%b8%82%e5%9c%ba&kinddetail=%e5%91%a8%e8%af%84&typeID=1001&action=list" target="_blank" style="display:none;">更多</a></div><p class="clear"></p> </div> </div> <div id="newsPanl1" style="padding:0 5px 0 5px;"> </div> <div id="newsPanl2" style="display: none;padding:0 5px 0 5px;"> </div> </div> </div> <div class="hz3 rigthlan"> <div style="height: 195px;overflow:hidden;"> <div class="title4"><div class="context">三韬咨询</div></div> <div><a href="/helper/reportservices.aspx" target="_blank"><img src="/images/v3/diaoyan.png" alt="调研专项" /></a></div> </div> <div> <div class="title4"><div class="context">年报专项</div></div> <div><a href="/report/2021/reporty.html" target="_blank"><img src="/images/v3/nianbao.png" alt="年报专项" /></a></div> <div class="clearfix"> <ul class="yrlist"> <li><a href="/report/y2018/item1.pdf" target="_blank">MDI</a></li> <li><a href="/report/y2017/item2.pdf" target="_blank">改性MDI</a></li> <li><a href="/report/y2017/item3.pdf" target="_blank">TDI</a></li> <li><a href="/report/y2017/item4.pdf" target="_blank">HDI</a></li> <li><a href="/report/y2017/item5.pdf" target="_blank">IPDI</a></li> <li><a href="/report/y2018/item6.pdf" target="_blank">OTDA</a></li> <li><a href="/report/y2017/item7.pdf" target="_blank">PO</a></li> <li><a href="/report/y2017/item8.pdf" target="_blank">硬泡组合料</a></li> <li><a href="/report/y2017/item9.pdf" target="_blank">PPG</a></li> <li><a href="/report/y2017/item10.pdf" target="_blank">东南亚及印度</a></li> <li><a href="/report/y2017/item11.pdf" target="_blank">BDO</a></li> <li><a href="/report/y2017/item12.pdf" target="_blank">AA</a></li> <li><a href="/report/y2017/item13.pdf" target="_blank">TPU</a></li> <li><a href="/report/y2017/item14.pdf" target="_blank">聚醚多元醇</a></li> </ul> </div> </div> <div style="height: 10px;"></div> <div> <div class="title4"> <div class="context">会议集锦</div> </div> <div> <a href="/meeting/meetinglist/MeetingList_v2.aspx" target="_blank"><img src="/images/v3/huiyi.png" /></a> </div> </div> </div> <p class="clear2"></p> </div> <div id="ad3"></div> <div style="height:10px;"></div> <div class="pagewidth"> <div class="plistlan"> <div style="height: 210px; padding-right: 15px; overflow: hidden;"> <div class="title2"> <div class="context" style="width: 55px"><a href="/TDI/" target="_blank">TDI</a></div><p class="clear2"></p> </div> <div> <ul class="newslist"><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-27/1304164" target="_blank" title="11月27日国内TDI市场低位横盘">11月27日国内TDI市场低位横盘</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304161" target="_blank" title="2024年聚氨酯行业的全球变局:关停、收购与扩产的深度剖析">2024年聚氨酯行业的全球变局:关停、收购与扩...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304149" target="_blank" title="11月26日国内TDI市场延续清淡">11月26日国内TDI市场延续清淡</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304129" target="_blank" title="合成生物技术在化工行业的应用">合成生物技术在化工行业的应用</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304121" target="_blank" title="11月25日国内TDI市场区间僵持">11月25日国内TDI市场区间僵持</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-22/1304103" target="_blank" title="11月22日国内TDI市场僵持守稳">11月22日国内TDI市场僵持守稳</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-21/1304076" target="_blank" title="11月21日国内TDI市场窄幅波动">11月21日国内TDI市场窄幅波动</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-20/1304054" target="_blank" title="11月20日国内TDI市场僵持偏弱">11月20日国内TDI市场僵持偏弱</a></div></li></ul> </div> </div> <div style="height: 190px; padding-right: 15px; overflow: hidden;"> <div class="title2"> <div class="context"><a href="/PMDI/" target="_blank">聚合MDI</a> <a href="/Rigid_Polyols/" target="_blank">硬泡聚醚</a></div><p class="clear2"></p> </div> <div> <ul class="newslist"><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-27/1304170" target="_blank" title="11月27日国内硬泡聚醚市场僵持偏弱">11月27日国内硬泡聚醚市场僵持偏弱</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-27/1304163" target="_blank" title="11月27日国内聚合MDI市场区间维稳">11月27日国内聚合MDI市场区间维稳</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304161" target="_blank" title="2024年聚氨酯行业的全球变局:关停、收购与扩产的深度剖析">2024年聚氨酯行业的全球变局:关停、收购与扩...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304158" target="_blank" title="美国将对墨西哥产品征收关税,以及对美洲聚氨酯消费市场影响">美国将对墨西哥产品征收关税,以及对美洲聚...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304146" target="_blank" title="11月26日国内硬泡聚醚市场保持商谈">11月26日国内硬泡聚醚市场保持商谈</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304138" target="_blank" title="11月26日国内聚合MDI市场偏弱整理">11月26日国内聚合MDI市场偏弱整理</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304131" target="_blank" title="上海某厂聚合MDI对经销商最新周报价">上海某厂聚合MDI对经销商最新周报价</a></div></li></ul> </div> </div> </div> <div class="plistlan"> <div style="height: 210px; padding-right: 15px; overflow: hidden;"> <div class="title2"> <div class="context"><a href="/PO/" target="_blank">PO</a> <a href="/POP/" target="_blank">POP</a> <a href="/Slab_Polyols/" target="_blank">软泡聚醚</a></div><p class="clear2"></p> </div> <div> <ul class="newslist"><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-27/1304172" target="_blank" title="11月27日国内PO市场小幅推涨">11月27日国内PO市场小幅推涨</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-27/1304171" target="_blank" title="11月27日国内软泡聚醚市场商谈推进">11月27日国内软泡聚醚市场商谈推进</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-27/1304169" target="_blank" title="11月27日国内POP聚醚市场商谈趋低">11月27日国内POP聚醚市场商谈趋低</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304161" target="_blank" title="2024年聚氨酯行业的全球变局:关停、收购与扩产的深度剖析">2024年聚氨酯行业的全球变局:关停、收购与扩...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304148" target="_blank" title="11月26日国内PO市场宽幅下移">11月26日国内PO市场宽幅下移</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304147" target="_blank" title="11月26日国内软泡聚醚市场弱稳观望">11月26日国内软泡聚醚市场弱稳观望</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304145" target="_blank" title="11月26日国内POP聚醚市场涨跌两难">11月26日国内POP聚醚市场涨跌两难</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304129" target="_blank" title="合成生物技术在化工行业的应用">合成生物技术在化工行业的应用</a></div></li></ul> </div> </div> <div style="height: 190px; padding-right: 15px; overflow: hidden;"> <div class="title2"> <div class="context"><a href="/BDO/" target="_blank">BDO</a> <a href="/THF/" target="_blank">THF</a> <a href="/PTMEG/" target="_blank">PTMEG</a></div><div class="context_gray"><a href="/spandex/" target="_blank">氨纶</a></div><p class="clear2"></p> </div> <div> <ul class="newslist"><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304153" target="_blank" title="11月26日国内BDO市场区间收窄">11月26日国内BDO市场区间收窄</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304154" target="_blank" title="11月26日国内THF市场淡稳整理">11月26日国内THF市场淡稳整理</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304155" target="_blank" title="11月26日国内PTMEG市场观望横盘">11月26日国内PTMEG市场观望横盘</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304129" target="_blank" title="合成生物技术在化工行业的应用">合成生物技术在化工行业的应用</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304125" target="_blank" title="11月25日国内BDO市场观望运行">11月25日国内BDO市场观望运行</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304126" target="_blank" title="11月25日国内THF市场持稳运行">11月25日国内THF市场持稳运行</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304127" target="_blank" title="11月25日国内PTMEG市场僵持运行">11月25日国内PTMEG市场僵持运行</a></div></li></ul> </div> </div> </div> <div class="plistlan"> <div style="height: 210px; padding-right: 15px; overflow: hidden;"> <div class="title2"> <div class="context"><a href="/AA/" target="_blank">AA</a> <a href="/MMDI/" target="_blank">纯MDI</a></div><div class="context_gray"><a href="/sole_resin/" target="_blank">鞋底原液</a> <a href="/PU_resin/" target="_blank">浆料</a></div><p class="clear2"></p> </div> <div> <ul class="newslist"><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-27/1304166" target="_blank" title="11月27日国内纯MDI市场区间淡稳">11月27日国内纯MDI市场区间淡稳</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304161" target="_blank" title="2024年聚氨酯行业的全球变局:关停、收购与扩产的深度剖析">2024年聚氨酯行业的全球变局:关停、收购与扩...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304159" target="_blank" title="日本东曹纯MDI最新美金报盘">日本东曹纯MDI最新美金报盘</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304152" target="_blank" title="11月26日国内AA市场持稳观望">11月26日国内AA市场持稳观望</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304150" target="_blank" title="11月26日国内纯MDI市场偏弱下行">11月26日国内纯MDI市场偏弱下行</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-26/1304135" target="_blank" title="基于巴斯夫新型生物聚合物等级的首款跑鞋中底">基于巴斯夫新型生物聚合物等级的首款跑鞋中</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304133" target="_blank" title="意大利鞋类制造商Geox关闭部分子公司">意大利鞋类制造商Geox关闭部分子公司</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304129" target="_blank" title="合成生物技术在化工行业的应用">合成生物技术在化工行业的应用</a></div></li></ul> </div> </div> <div style="height: 190px; padding-right: 15px; overflow: hidden;"> <div class="title2"> <div class="context"><a href="/IPDI/" target="_blank">IPDI</a> <a href="/HDI/" target="_blank">HDI</a></div><p class="clear2"></p> </div> <div> <ul class="newslist"><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-25/1304129" target="_blank" title="合成生物技术在化工行业的应用">合成生物技术在化工行业的应用</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-08/1303874" target="_blank" title="科思创董事会与监事会支持ADNOC International的公开收购要约">科思创董事会与监事会支持ADNOC Internatio...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-11-06/1303849" target="_blank" title="美瑞科技10万吨全球单套规模最大HDI单体装置成功投产">美瑞科技10万吨全球单套规模最大HDI单体装...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-10-24/1303626" target="_blank" title="奥升德连云港生产基地正式开业,其全球己二胺产能提升50%!">奥升德连云港生产基地正式开业,其全球己二...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-10-11/1303405" target="_blank" title="强制性国家标准《光气及光气化产品生产安全规范》发布 将于2025年3月1日起实施">强制性国家标准《光气及光气化产品生产安全...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-08-30/1302842" target="_blank" title="全球最大规模单套装置即将投产,美瑞新材开启HDI市场新篇章">全球最大规模单套装置即将投产,美瑞新材开...</a></div></li><li class="product"><div class="newstitle"><a class="newtitlesmall" href="/News_v2/2024-08-22/1302703" target="_blank" title="安徽昊源尼龙66项目一次性开车成功">安徽昊源尼龙66项目一次性开车成功</a></div></li></ul> </div> </div> </div> </div> <div style="height:10px"></div> <div class="pagewidth"> <div style="float: right; border: 1px solid #FFE3C3; height: 391px; width:100%; overflow: hidden;"> <div class="title3"><div class="back"><div class="context1">地区报价</div><div class="more"><a href="/indexpage/ProductAreaPrice_v2.aspx?TypeId=1001" target="_blank">更多</a></div><p class="clear2"></p></div></div> <div><iframe src="/indexpage/ProductArea_v2.aspx" height="360px" width="100%" scrolling="no" frameborder="0" style="border-style:none;border-width:0;"></iframe></div> </div> <p class="clear2"></p> </div> <div style="height:10px;"></div> </div> <div class="pagewidth"> <div class="bottom bai15"> <ul> <li><a href="/helper/about_v2.aspx" class="bai15" target="_blank">关于我们</a></li> <li><a href="/helper/about_v2.aspx?action=contact" class="bai15" target="_blank">联系我们</a></li> <li><a href="/helper/about_v2.aspx?action=ads" class="bai15" target="_blank">广告合作</a></li> <li><a href="/helper/linklist.aspx" class="bai15" target="_blank">友情链接</a></li> <li><a href="/helper/about_v2.aspx?action=buy" class="bai15" target="_blank">付款方式</a></li> <li class="nobd"><a href="/helper/help_v2.aspx" class="bai15" target="_blank">使用帮助</a></li> </ul> </div> <div class="bottom2 hei12"> <div class="hei12"> <span style="font-weight:bold;">合作伙伴:</span> <span><a href="http://www.hc360.com/" target="_blank">慧聪</a></span> <span><a href="http://china.chemnet.com/" target="_blank">中国化工网</a></span> <span><a href="http://www.chenhr.com/" target="_blank">化工英才网</a></span> </div> <div style="height:5px;"></div> <div class="hei12"> <span><a href="http://news.china.guidechem.com/" target="_blank">盖德化工网</a></span> </div> <p class="clear"></p> <div style="height:20px;"></div> <div>版权所有 天天化工网 <a href="http://beian.miit.gov.cn" target="_blank">沪ICP备07503201号-1</a> <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011202002187" target="_blank"><img src="/images/beian1.png" />沪公网安备31011202002187号</a></div> </div> <div style="height:10px;"></div> <div style="width:700px;"><a href="http://www.zx110.org/" target="_blank"><img border="0" src="/images/shcois_2.jpg" alt="征信网" /></a><a href="http://wap.scjgj.sh.gov.cn/businessCheck/verifKey.do?showType=extShow&serial=9031000020170309093916000001625359-SAIC_SHOW_310000-20130407154349501616&signData=MEQCIEakL33zpa8NrhOxSseEMVv7lVPUDCKbTvZ48X3PxPavAiBEWBmmmJOcfqShtMxxr9e+OC+QZ0L743jmwKRHVo6kqg=="><img src="/images/icon_gs.gif" alt="上海工商" /></a></div><!--http://www.sgs.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120208100927784--> <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script> <script>LA.init({id: "JXeo6QYOn34MIfXd",ck: "JXeo6QYOn34MIfXd"})</script> </div> </div> <div id="mainloginbox" class="mainloginbox hidedp"> <div style="height:30px;background-color:#fe9d25;"><a onclick="mainlogin.close()" href="javascript:void(0);" style="display:inline-block;height:30px;line-height:30px; width:60px;color:#ffffff;float:right;">X关闭</a></div> <div style="margin:30px auto 30px auto;"><img src="/images/v3/logo.png" alt="天天化工网登陆" /></div> <form id="mainlogin" onsubmit="return false;"><input type="hidden" name="action" value="login" /> <div class="lginputbox lgun" id="lgnamebox"><input class="lginput" type="text" name="name" id="lgname" placeholder="请输入账号" value="" required="required" data-focusline="#lgnamebox" /></div> <div class="lginputbox lgpwd" id="lgpwdbox"><input class="lginput" type="password" name="pwd" id="lgpwd" placeholder="请输入密码" value="" required="required" data-focusline="#lgpwdbox" /></div> <div class="lgwidthbox hidedp" id="lgcodepanel" style="padding:5px;"><div id="lgcodebox" class="lgvcode"><input type="text" class="lginput" name="validcode" id="lgcode" value="" placeholder="请输入图中验证码" data-focusline="#lgcodebox" autocomplete="off" /></div><img id="lgimgcode" src="#" alt="验证码" /><a href="javascript:void(0);" onclick="mainlogin.getimgcode();">看不清?点这里</a></div> <div class="lgwidthbox"><input type="submit" class="lginput lgsubmit" value="登 录" onclick="mainlogin.login()" /></div> <div class="lgwidthbox"><a href="/user/reg.aspx" style="display:inline-block;float:left;color:#2a2993;">没有账号?立即注册</a><a href="#" style="display:none;float:right;color:#c2c1c1;">忘记密码?点击这里</a></div> </form> </div> <div id="loginmask" class="mask100 hidedp"></div> <div id="loginloading" class="loading hidedp"> <img src="/images/ajax-loader3.gif" alt="正在处理中" /> </div> <script type="text/javascript"> $("#lgname,#lgpwd,#lgcode").on("focus focusin", function () { $($(this).data("focusline")).addClass("lgshadow"); }); $("#lgname,#lgpwd,#lgcode").on("blur focusout", function () { $($(this).data("focusline")).removeClass("lgshadow"); }); </script> </body> </html>