Technical parameters

Manufacturing Technique,Woven, Welding, Punching,

Sintering, Expanding and Multiple combination

Complex process,Accurate size

requirement,Customizable,wholesale or retai

Home > Technical Data

Production Process

Aegis Company is a comprehensive manufacturer and exporter of metal materials.
We can process hundreds of metal materials into various products through different production processes, including Wire drawing and Annealing, Weaving, Punching, Cutting, Sintering, Spot Welding, Roll Welding, Expanding, Lasering and etc. Every product can be produced through one or a series combination of processes.

Message X

$(function() { $(document).on('click', function (e) { if ($(e.target).closest('.search').length > 0) { // alert('弹出框内部被点击了'); $(".search_box").show(); } else { // alert('弹出框以外的部分被点击了'); // 关闭弹框 $(".search_box").hide(); // $('.choose-box').hide(); } }) $('.search .fa-search').on('click', function() { $(".search_box").toggleClass("none"); }); $('#submit').on('click', function() { var uname = $('#uname').val(); var uphone = $('#uphone').val(); var uemail = $('#uemail').val(); if (!uname) { alert("Please type in your name"); return false; } if (!uphone) { alert("Please type phone number"); return false; } //if (!/^1\d{10}$/.test(uphone)) { // alert("Phone number format is incorrect"); // return false; //} if (!uemail) { alert("Please type the email address"); return false; } var myreg = /^([\.a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/; if (!myreg.test(uemail)) { alert("Please enter a valid email address"); return false; } $('.contact-message form').submit(); }); $('#uusubmit').on('click', function() { var uname = $('#uuname').val(); var uphone = $('#uuphone').val(); var uemail = $('#uuemail').val(); if (!uname) { alert("Please type in your name"); return false; } if (!uphone) { alert("Please type phone number"); return false; } //if (!/^1\d{10}$/.test(uphone)) { //alert("Phone number format is incorrect"); //return false; //} if (!uemail) { alert("Please type the email address"); return false; } var myreg = /^([\.a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/; if (!myreg.test(uemail)) { alert("Please enter a valid email address"); return false; } $('.contact-message form').submit(); }); })