详细说明
不锈钢封头是压力容器上的端盖,不锈钢封头是压力容器的一个主要承压部件,又叫不锈钢无直边封头、桶体旋边、椭圆封头、浅型封头、各种大小头旋边、不锈钢大小头旋边、平底、半球型旋边、球形封头等,封头的品质直接关系到压力容器的长期安全可靠运行。
不锈钢封头是石油化工、原子能到食品制药诸多行业压力容器设备中不可缺少的重要部件,广泛应用于石油、电子、化工、医药、轻纺、食品、机械、建筑、核电、航空航天、军工等行业。
var pcon = document.getElementById("procontent").scrollHeight;
if((pcon) > 360)
{
document.getElementById("procontent").className = "over";
document.write('
');
}
function sh(){
var pcon = document.getElementById("procontent");
var pconcl = pcon.className;
var shbutton = document.getElementById("shbutton");
if(pconcl == "over")
{
pcon.className = "show_over";
shbutton.value = "隐藏";
shbutton.className = "h_over";
product_img.style.display = "block";
}else{
pcon.className = "over";
shbutton.value = "查看详情";
shbutton.className = "s_over";
product_img.style.display = "none";
}
}