poronovideos人初重口_黑人粗大a片在线观看_美女末成年视频黄是免费网址_另类maturetube富婆

市場價(jià):元價(jià)格:元

  • 中文名稱:KH-550 γ-氨丙基三乙氧基硅烷;
  • CAS RN:919-30-2
  • EINECS號:
  • 分 子 式:C9H23NO3Si
  • 分 子 量:221.36900
  • 分子式:
外觀與性狀:
無色液體
密度:
0.946?g/mL?at 25?°C(lit.)
沸點(diǎn):
217?°C(lit.)
熔點(diǎn):
-70 °C
閃點(diǎn):
205?°F
折射率:
n20/D 1.422
水溶解性:
REACTS
穩(wěn)定性:
Stable. Incompatible with acids, strong oxidizing agents. May decompose on exposure to moisture.
儲存條件:

Store at RT.


RTECS號:
TX2100000
安全說明:
S26-S36/37/39-S45
危險(xiǎn)類別碼:
R22; R34
WGK Germany:
1
危險(xiǎn)品運(yùn)輸編碼:
UN 2735 8/PG 2
海關(guān)編碼:
29310095
危險(xiǎn)類別:
8
包裝等級:
III
危險(xiǎn)品標(biāo)志:
C
危險(xiǎn)標(biāo)志:
GHS05, GHS07
信號詞:
Danger
危險(xiǎn)性描述:
H302; H314; H317
危險(xiǎn)性防范說明:

P280; P305 + P351 + P338; P310

用途

用作玻璃纖維處理劑及牙科粘結(jié)劑,硅烷偶聯(lián)劑,應(yīng)用于礦物填充的酚醛、聚酯、環(huán)氧、PBT、聚酰胺、碳酸酯等熱塑性和熱固性樹脂,能大幅度提高、增強(qiáng)塑料的干濕態(tài)抗彎強(qiáng)度、抗壓強(qiáng)度、剪切強(qiáng)度等物理力學(xué)性能和濕態(tài)電氣性能,并改善填料在聚合物中的潤濕性和分散性。是優(yōu)異的粘結(jié)促進(jìn)劑,可用于聚氨酯、環(huán)氧、腈類、酚醛膠粘劑和密封材料,可改善顏料的分散性并提高對玻璃、鋁、鐵金屬的粘合性,也適用于聚氨酯、環(huán)氧和丙烯酸乳膠涂料.在樹脂砂鑄造中,能增強(qiáng)樹脂硅砂的粘合性,提高型砂強(qiáng)度及抗?jié)裥浴T诓@w棉和礦物棉生產(chǎn)中,將其加入到酚醛樹脂粘結(jié)劑中,可提高防潮性及增加壓縮回彈性。在砂輪制造中,有助于改進(jìn)耐磨自硬砂的酚醛樹脂粘合劑的粘結(jié)性及耐水性。




網(wǎng)站首頁 / 公司簡介 / 產(chǎn)品中心 / 新聞動態(tài) / 在線留言 / 聯(lián)系我們
有機(jī)硅銷售:
  • 內(nèi)銷電話:86-0559-2346805 18055913262
  • E-mail:hsuzihang@163.com
  • 外銷電話:86-0559-2346805 18055913262



關(guān)

Copyright yourname allrights reserved <a ><font color="#fff">皖I(lǐng)CP備19001001號-1 </font></a> <span>技術(shù)支持:<a target="_blank">久鑫網(wǎng)絡(luò)</a></span> </div> </div> </div> <script type="text/javascript" src="js/swiper.min.js"></script> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript"> var mySwiper = new Swiper('#swiper-container', { autoplay: { delay:5000,//1秒切換一次 }, loop:true, pagination: { el: '.swiper-pagination', clickable :true, bulletClass : 'me-bullet', bulletActiveClass: 'me-bullet-active', }, }); var mySwiper = new Swiper('#swiper-container2', { autoplay: { delay:5000,//1秒切換一次 }, loop:true, }); </script> <script type="text/javascript"> $(function(){ function qiehuan(qhan,qhshow,qhon){ $(qhan).click(function(){ $(qhan).removeClass(qhon); $(this).addClass(qhon); var i = $(this).index(qhan); $(qhshow).eq(i).show().siblings(qhshow).hide(); }); } var Marquee = function(ul){ //每次移動的個數(shù) var moveNum = $(ul).attr('moveNum') || 1; //單個元素移動的長度 var w = $(ul).find('li').outerWidth(true); var changeLi = function(dir){ for(var i=0;i<moveNum;i++){ if(dir == 'r'){ $(ul).find('li:first').appendTo($(ul)); }else{ $(ul).find('li:last').prependTo($(ul)); } } } var move = function(dir){ var _left = 0; if(dir == 'r'){ _left = - moveNum * w ; }else{ changeLi(dir); _left = moveNum * w ; $(ul).css('left',-_left); _left = 0; } $(ul).animate({left:_left},500,function(){ if(dir == 'r'){ changeLi(dir); } $(ul).css('left','0px'); }); //$('ul').css('left','0px'); } var timeout = null; return { //自動滾動 autoRun : function(){ timeout = window.setInterval(function(){move('r')},4000); }, next : function(){ this.stop(); move('r'); this.autoRun(); }, pre : function(){ this.stop(); move('l'); this.autoRun(); }, stop : function(){ window.clearTimeout(timeout); } } }; //需要修改的調(diào)用的樣式 var marquee_list = new Marquee($('.indextxt4 ul').get(0)); marquee_list.autoRun(); $(".txt4right").click(function(){ marquee_list.pre(); }) $(".txt4left").click(function(){ marquee_list.next(); }) }); </script> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.aiderfinancials.com/" title="poronovideos人初重口_黑人粗大a片在线观看_美女末成年视频黄是免费网址_另类maturetube富婆">poronovideos人初重口_黑人粗大a片在线观看_美女末成年视频黄是免费网址_另类maturetube富婆</a> <div class="friend-links"> </div> </div> </footer> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body><div id="rhdjw" class="pl_css_ganrao" style="display: none;"><tr id="rhdjw"></tr><var id="rhdjw"><center id="rhdjw"><label id="rhdjw"><sub id="rhdjw"></sub></label></center></var><legend id="rhdjw"><ruby id="rhdjw"><dl id="rhdjw"></dl></ruby></legend><cite id="rhdjw"></cite><tr id="rhdjw"><dfn id="rhdjw"><ins id="rhdjw"><dfn id="rhdjw"></dfn></ins></dfn></tr><nobr id="rhdjw"><tr id="rhdjw"><dfn id="rhdjw"><pre id="rhdjw"></pre></dfn></tr></nobr><label id="rhdjw"></label><samp id="rhdjw"></samp><strong id="rhdjw"></strong><ol id="rhdjw"></ol><style id="rhdjw"></style><pre id="rhdjw"></pre><fieldset id="rhdjw"><output id="rhdjw"></output></fieldset><dd id="rhdjw"></dd><mark id="rhdjw"></mark><button id="rhdjw"><th id="rhdjw"><small id="rhdjw"><progress id="rhdjw"></progress></small></th></button><rt id="rhdjw"><noframes id="rhdjw"><rt id="rhdjw"></rt></noframes></rt><tbody id="rhdjw"><strong id="rhdjw"><dfn id="rhdjw"></dfn></strong></tbody><dfn id="rhdjw"><pre id="rhdjw"><dfn id="rhdjw"></dfn></pre></dfn><samp id="rhdjw"><i id="rhdjw"><del id="rhdjw"></del></i></samp><pre id="rhdjw"></pre><ruby id="rhdjw"></ruby><b id="rhdjw"></b><style id="rhdjw"><delect id="rhdjw"></delect></style><xmp id="rhdjw"><label id="rhdjw"><em id="rhdjw"><label id="rhdjw"></label></em></label></xmp><dfn id="rhdjw"><listing id="rhdjw"></listing></dfn><track id="rhdjw"></track><abbr id="rhdjw"><source id="rhdjw"></source></abbr><span id="rhdjw"></span><legend id="rhdjw"></legend><em id="rhdjw"><dfn id="rhdjw"><var id="rhdjw"></var></dfn></em><input id="rhdjw"></input><acronym id="rhdjw"></acronym><font id="rhdjw"><object id="rhdjw"><tt id="rhdjw"></tt></object></font><strike id="rhdjw"></strike><font id="rhdjw"><strong id="rhdjw"><blockquote id="rhdjw"></blockquote></strong></font><progress id="rhdjw"><track id="rhdjw"><progress id="rhdjw"></progress></track></progress><pre id="rhdjw"><abbr id="rhdjw"></abbr></pre><optgroup id="rhdjw"><center id="rhdjw"></center></optgroup><pre id="rhdjw"><fieldset id="rhdjw"><center id="rhdjw"></center></fieldset></pre><cite id="rhdjw"><ins id="rhdjw"></ins></cite><cite id="rhdjw"><ruby id="rhdjw"></ruby></cite><video id="rhdjw"><big id="rhdjw"><tbody id="rhdjw"></tbody></big></video><track id="rhdjw"><tfoot id="rhdjw"><small id="rhdjw"><tfoot id="rhdjw"></tfoot></small></tfoot></track><em id="rhdjw"><s id="rhdjw"></s></em><strong id="rhdjw"></strong><rt id="rhdjw"></rt><xmp id="rhdjw"><label id="rhdjw"><xmp id="rhdjw"><label id="rhdjw"></label></xmp></label></xmp><span id="rhdjw"><table id="rhdjw"><address id="rhdjw"></address></table></span><input id="rhdjw"></input></div> </html>