Each type of ceramic fiber blanket is made of ceramic fiber (such as COM,HA ,HP AND HZ fibre) , produced by swinging technology,consists process of needling,heat-shaped,cutting ,bundling etc..
Our ceramic fiber by using double side needling methods which improve the tensile strength and the flatness of the ceramic fiber blanket,and contains no organic binders which guarantee the stability and reliability of the ceramic fiber blanket under both high temperature and low temperature.
It is widely used in various sectors of refractory, insulation, thermal insulation field.
We can supply 1050COM,1260STD,1260HP,1400HA,1450HZ ceramic fiber blanket.
Common information of our ceramic fiber blanket as follows:
Characteristic | (1) Excellent chemical stability; (2) Excellent thermal stability; (3) Excellent tensile strength; (4) Low thermal conductivity; (5) Low heat capacity; (6) Excellent insulation properties; |
Typical Use | (1) Industrial furnace wall lining; (2) Back lining material; (3) Furnace masonry expansion joints, door, roof heat insulation seal; (4) High temperature pipe insulation material; (5) Module / folded module processing material; (6) Fireproof coating |
Type | Common | Standard <
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/lp6472-7341.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;
}
});
}
|