免费不卡视频,欧美爆乳巨大XXX000HD,亚洲综合欧美综合,99ri在线精品视频在线播放

市場(chǎng)價(jià):元價(jià)格:元

  • 中文名稱:A-173乙烯基三異丙氧基硅烷
  • CAS RN:18023-33-1
  • EINECS號(hào):
  • 分 子 式:C11H24O3Si
  • 分 子 量:232.392
  • 分子式:
物性數(shù)據(jù) 性狀 無色或淺黃色透明液體,≤20黑曾
純度 ≥98.0%
密度(25℃) 0.860~0.867g/mL
沸點(diǎn)(760mmHg) 180℃
閉杯閃點(diǎn) 93℃
折光率(25℃) 1.43
粘度(25℃、mPa·s) 0.99~1.00
溶解性
存儲(chǔ)方法: 低溫、通風(fēng)、干燥室內(nèi)避光密封保存。
??? 性: B-180是用于交聯(lián)乙烯基和丙烯酸乳液的乙烯基硅烷單體,可用于OEM產(chǎn)品和建筑涂料,該硅烷很容易共聚入乙烯基和丙烯酸乳液的主鏈,使用含有推薦催化劑的配方在固化后可獲得堅(jiān)硬和高度交聯(lián)的涂層。該硅烷的獨(dú)特結(jié)構(gòu)使它在水性體系具有非常好的穩(wěn)定性,在涂料凝聚前不會(huì)反應(yīng)或交聯(lián),含有B-180的水性涂料配方在一年的老化之后仍保持穩(wěn)定性和有效性。
主要作用: 一般入量為0.2~15%的B-180到乳液樹脂的主鏈上可顯著地改善固化后涂層的性能,主要有:耐溶劑性,耐水性,防劃傷性,濕態(tài)和干態(tài)附著力,涂膜的硬度,拉伸強(qiáng)度。
與171、570對(duì)比優(yōu)勢(shì)
1 加入時(shí)間的優(yōu)勢(shì):171、570的加入時(shí)間,一般為反應(yīng)后期滴加單體剩下10%左右時(shí)加入,否則容易掛壁;而B-180沒有這樣的要求,可以在反應(yīng)的任何階段添加;
2 反應(yīng)溫度的優(yōu)勢(shì):171、570的反應(yīng)溫度一般控制在75~80℃,而且要配合相應(yīng)的引發(fā)劑,否則反應(yīng)會(huì)不充分,或是出現(xiàn)嚴(yán)重掛壁現(xiàn)象;而B-180的反應(yīng)溫度可以提高到85~90℃,更有利于單體聚合;
3 加入量的優(yōu)勢(shì):171、570的加入不宜過大,否則會(huì)水解自聚,難以控制,最高添加量一般只有百分之幾,而B-180的添加量,可以是從0.1~16%;
4 性能上的優(yōu)勢(shì):要比同樣添加量的171、570的耐水效果好,而且添加量越大,優(yōu)勢(shì)越明顯。
網(wǎng)站首頁(yè) / 公司簡(jiǎn)介 / 產(chǎn)品中心 / 新聞動(dòng)態(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號(hào)-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){ //每次移動(dòng)的個(gè)數(shù) var moveNum = $(ul).attr('moveNum') || 1; //單個(gè)元素移動(dòng)的長(zhǎng)度 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 { //自動(dòng)滾動(dòng) 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.yuanchengjy.com/" title="免费不卡视频,欧美爆乳巨大XXX000HD,亚洲综合欧美综合,99ri在线精品视频在线播放">免费不卡视频,欧美爆乳巨大XXX000HD,亚洲综合欧美综合,99ri在线精品视频在线播放</a> <div class="friend-links"> <a href="http://www.jjsp360.com">欧美性xxxx视频,黄色片视频免费,久久99久久99精品,一级黄色在线看</a> </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="cioei" class="pl_css_ganrao" style="display: none;"><s id="cioei"></s><small id="cioei"><dd id="cioei"><delect id="cioei"></delect></dd></small><ul id="cioei"><pre id="cioei"><input id="cioei"></input></pre></ul><del id="cioei"></del><nav id="cioei"></nav><tbody id="cioei"></tbody><table id="cioei"></table><rt id="cioei"></rt><em id="cioei"></em><em id="cioei"><bdo id="cioei"><strike id="cioei"></strike></bdo></em><blockquote id="cioei"></blockquote><center id="cioei"></center><li id="cioei"></li><center id="cioei"><acronym id="cioei"><em id="cioei"></em></acronym></center><tbody id="cioei"><tbody id="cioei"><cite id="cioei"></cite></tbody></tbody><abbr id="cioei"></abbr><cite id="cioei"></cite><li id="cioei"></li><dl id="cioei"></dl><s id="cioei"></s><fieldset id="cioei"><dd id="cioei"><dd id="cioei"></dd></dd></fieldset><sup id="cioei"></sup><th id="cioei"></th><pre id="cioei"></pre><kbd id="cioei"></kbd><dfn id="cioei"></dfn><tr id="cioei"></tr><option id="cioei"><noframes id="cioei"><optgroup id="cioei"></optgroup></noframes></option><noframes id="cioei"></noframes><em id="cioei"></em><th id="cioei"></th><source id="cioei"></source><rt id="cioei"></rt><abbr id="cioei"></abbr><s id="cioei"><em id="cioei"><acronym id="cioei"></acronym></em></s><pre id="cioei"></pre><wbr id="cioei"></wbr><object id="cioei"></object><center id="cioei"></center><rt id="cioei"></rt><tbody id="cioei"></tbody><wbr id="cioei"><pre id="cioei"><button id="cioei"></button></pre></wbr><del id="cioei"></del><noframes id="cioei"></noframes><noscript id="cioei"><nav id="cioei"><s id="cioei"></s></nav></noscript><noframes id="cioei"></noframes><tr id="cioei"></tr><sup id="cioei"><em id="cioei"><fieldset id="cioei"></fieldset></em></sup><tr id="cioei"><delect id="cioei"><bdo id="cioei"></bdo></delect></tr><code id="cioei"></code><table id="cioei"></table><tfoot id="cioei"></tfoot><kbd id="cioei"></kbd><option id="cioei"></option><acronym id="cioei"><li id="cioei"><strong id="cioei"></strong></li></acronym><abbr id="cioei"></abbr><menu id="cioei"></menu><dfn id="cioei"><code id="cioei"><fieldset id="cioei"></fieldset></code></dfn><pre id="cioei"></pre><wbr id="cioei"></wbr><tbody id="cioei"><dl id="cioei"><small id="cioei"></small></dl></tbody><dd id="cioei"></dd><fieldset id="cioei"></fieldset><center id="cioei"></center><input id="cioei"><ul id="cioei"><wbr id="cioei"></wbr></ul></input><abbr id="cioei"></abbr><bdo id="cioei"></bdo><nav id="cioei"></nav><rt id="cioei"></rt><delect id="cioei"></delect><kbd id="cioei"></kbd><s id="cioei"></s><pre id="cioei"><tr id="cioei"><fieldset id="cioei"></fieldset></tr></pre><li id="cioei"></li><object id="cioei"><kbd id="cioei"><menu id="cioei"></menu></kbd></object><table id="cioei"></table><strike id="cioei"><delect id="cioei"><code id="cioei"></code></delect></strike><center id="cioei"><pre id="cioei"><noframes id="cioei"></noframes></pre></center><td id="cioei"></td><bdo id="cioei"></bdo><fieldset id="cioei"></fieldset><tbody id="cioei"></tbody><pre id="cioei"></pre><strike id="cioei"></strike><th id="cioei"></th><object id="cioei"></object><noscript id="cioei"></noscript><delect id="cioei"><button id="cioei"><optgroup id="cioei"></optgroup></button></delect><samp id="cioei"></samp><s id="cioei"><pre id="cioei"><em id="cioei"></em></pre></s><delect id="cioei"></delect><source id="cioei"></source><li id="cioei"></li><menu id="cioei"></menu><option id="cioei"></option><abbr id="cioei"></abbr><table id="cioei"></table><tr id="cioei"></tr><dd id="cioei"></dd><nav id="cioei"></nav></div> </html>