Expanded perlite is white color material with multi applications ,which is processed by perlite sand after preheating then expansion at once in professional electricity furnace,its inside structure is in honeycomb shape.Its expansion rate is about 10-30 times..
Main excellent characteristics of expanded perlite:
1. excellent chemical stability,
2. low coefficient of thermal conductivity,
3. low water absorption,
4. non-toxic, non-smelling,
5. excellent insulation properties,
6. low bulk density
Application of expanded perlite:
Building Industry: | Produce light, thermal insulation and acoustic board; Be ideal materials of various industrial equipment and pipe insulating layer; |
Fillter Aid and Filler | Be filtering agent,when making wine,drinking, syrup,vinegar etc; Purify various liquid and water,coming up to innoxious to human and animal;Be filler of plastic,rubber, , enamel etc; |
Agriculture and Horticulture | Reform soil and adjust soil hardened;Prevent plants from falling down and control fertilizer efficiency and fertility;Be diluent and carrier of biocide and herbicide. |
Mechanism, Metallurgy, Hydropower and Light Industry | Be ingredients of heat insulation glass, mineral wool and porcelain products etc. |
Other Aspect | <
function tijiaodingdan() {
var cpmc = $('#cpmc').val();
var ddsl = $('#ddsl').val();
if(ddsl == "") {
layer.alert('Orders cannot be empty!', {
skin: 'layui-layer-molv',
title:'info',
closeBtn: 0,
anim: 2 //动画类型
});
return false;
}
var lxr = $('#lxr').val();
if(lxr == "") {
layer.alert('The contact cannot be empty!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
var lxdh = $('#lxdh').val();
if(lxdh == "") {
layer.alert('Phone number can not be empty!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
var lxdz = $('#lxdz').val();
if(lxdz == "") {
layer.alert('Address cannot be empty!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
var bzsm = $('#bzsm').val();
$.ajax({
type: "POST",
url: "/ajax/liuyan.aspx",
data: "xm=" + lxr + "&mobile=" + lxdh + "&neirong=产品名称:" + cpmc + " " + "订单数量:"+ ddsl + " "+"联系地址:"+ lxdz + " "+"备注:"+ bzsm + " " + "提交地址:https://www.sdrefractory.com/lp3426-4616.html&yzm=0&zt=1",
dataType: "json",
success: function (data) {
if (data == "1") {
layer.alert('Captcha failed. Please refresh!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
else if (data == "2") {
layer.alert('Verification code error!', {
skin: 'layui-layer-molv',
title:'info'
, closeBtn: 0
, anim: 2 //动画类型
});
return false;
}
else if (data == "3") {
layer.confirm('Order submitted successfully!', {
title:'info',
btn: ['确定'] //按钮
}, function () {
location.reload();
});
}
return true;
}
});
}
|