{"@context":"https://schema.org","@type":"Product","brand":{"@type":"Brand","name":"HUAYING"},"manufacturer":{"@type":"Organization","name":"Huaying Integrated House Co., Ltd."},"offers":{"@type":"Offer","priceCurrency":"CNY","availability":"https://schema.org/InStock"},"name":"集装箱房屋产品目录 - HUAYING 集成房屋","description":"HUAYING华鹰集装箱房屋全系列产品目录:扩展房、平顶房、折叠房、凉亭、泳池、卫浴模块等。在线查看规格与配置。"}
const BASE='https://dl.huayinghouse.com/';
const products={doors:[{file:"Xingyueshen-Security-Door-AI-Lock.pdf",name:"Xingyueshen Grade-A Security Door",desc:"AI smart lock, home entrance door, 2026 new model"},{file:"Zhongyue-Security-Door-7cm.pdf",name:"Zhongyue 7cm Security Door",desc:"Hot-dip galvanized steel, rust-proof, rental housing"},{file:"Yunzhangmen-Smart-Door-C2.pdf",name:"Yunzhangmen Smart Door C2",desc:"Smart lock integrated, sub-mother entrance door"},{file:"Apollon-Smart-Door-M2.pdf",name:"Apollon Smart Video Door M2",desc:"Video call, face recognition, palm vein, entrance door"},{file:"Apollon-Engraved-Aluminum-Armored-Door-M96.pdf",name:"Apollon Engraved Armored Door M96",desc:"Dual camera, forged aluminum, smart security door"},{file:"Cream-Style-Cast-Aluminum-Door.pdf",name:"Cream-Style Cast Aluminum Door",desc:"Custom cast aluminum, villa entrance, sub-mother door"},{file:"Ventilated-Security-Door-Sub-Mother.pdf",name:"Ventilated Security Sub-Mother Door",desc:"With ventilation window, rural self-built house"},{file:"Steel-Security-Door-Sub-Mother.pdf",name:"Steel Security Sub-Mother Door",desc:"Indoor/outdoor, double-opening, rural house"},{file:"Yuandun-Security-Door-Foam-Filled.pdf",name:"Yuandun Foam-Filled Security Door",desc:"Grade 4 security, foam-filled, fingerprint lock"},{file:"Yuandun-Grade-A-Security-Door.pdf",name:"Yuandun Grade-A Security Door",desc:"Concealed hinge, sub-mother, fingerprint lock"},{file:"Oudile-Security-Door-DSM-Lock.pdf",name:"Oudile Security Door DSM Lock",desc:"Grade-A security, with Deshman smart lock"},{file:"Oupai-Security-Door-Intelligent-Lock.pdf",name:"Oupai Security Door",desc:"Grade-A, intelligent lock, heightened door head"},{file:"Oudishang-Security-Door-Grade-A.pdf",name:"Oudishang Grade-A Security Door",desc:"Single-opening, smart lock integrated"},{file:"French-Zinc-Alloy-Security-Door.pdf",name:"French Zinc-Alloy Security Door",desc:"Fluorocarbon paint, grade-A, sub-mater, custom"},{file:"Grade-A-Security-Door-Rental.pdf",name:"Grade-A Security Door (Rental)",desc:"Rental housing, rural, steel, single/sub-mother"},{file:"Zinc-Alloy-Entrance-Door-Heightened.pdf",name:"Zinc-Alloy Entrance Door (Heightened)",desc:"Heightened lintel, rural house, light luxury"},{file:"Engraved-Cast-Aluminum-Armored-Door.pdf",name:"Engraved Cast-Aluminum Door",desc:"Armored door, villa entrance, sub-mother"},{file:"Xinbaida-Security-Door-Smart-Lock.pdf",name:"Xinbaida Security Door",desc:"Grade-A, smart lock, bedroom, rental room"},{file:"Zinc-Alloy-Villa-Gate.pdf",name:"Zinc-Alloy Villa Gate",desc:"Double-opening, rural house, cast-aluminum, entrance"},],windows:[{file:"50-Aluminum-Casement-Window.pdf",name:"50 Profile Casement Window",desc:"Outward opening, bottom hung, custom small window"},{file:"Walsunny-Magnetic-Louver-Window.pdf",name:"Walsunny Magnetic Louver Window",desc:"Single/double-glazed, built-in honeycomb blind"},{file:"Folding-Aluminum-Window.pdf",name:"Folding Aluminum Window",desc:"Full-open, kitchen, cafe, bar, folding sliding"},{file:"Factory-Aluminum-Wood-Window.pdf",name:"Aluminum-Clad Wood Window",desc:"Custom, soundproof, sealed, factory direct"},{file:"Aluminum-Screen-Window-Self-Install.pdf",name:"Aluminum Screen Window",desc:"DIY sliding, frame custom, diamond mesh"},{file:"Honeycomb-Blind-Curtain.pdf",name:"Honeycomb Blind Curtain",desc:"No-drill, inner opening, waterproof, kitchen/bathroom"},{file:"Steel-Fire-Window-Fixed.pdf",name:"Steel Fire Window (Fixed)",desc:"Grade A/B, fixed, fire rescue, custom"},{file:"Aluminum-Casement-Window-50.pdf",name:"Aluminum 50 Casement Window",desc:"Custom, bathroom/balcony, outward/inward opening"},{file:"Aluminum-Sliding-Window-Container.pdf",name:"Aluminum Sliding Window",desc:"Container kitchen, warehouse, anti-theft"},{file:"Aluminum-Sliding-Window-Doors.pdf",name:"Aluminum Sliding Window & Doors",desc:"Multi-color, bedroom/living room, waterproof"},{file:"American-Tilt-Window.pdf",name:"American Tilt Window",desc:"Reinforced aluminum, up-down sliding, narrow frame"},{file:"Aluminum-Security-Sliding-Window.pdf",name:"Aluminum Security Sliding Window",desc:"Bathroom, rental housing, anti-theft"},{file:"Fire-Window-Grade-A-Fixed.pdf",name:"Fire Window Grade-A Fixed",desc:"Steel, fixed/pivoted, fire inspection certified"},],interior:[{file:"Aluminum-Honeycomb-Interior-Door.pdf",name:"Aluminum Honeycomb Interior Door",desc:"All-aluminum, moisture-proof, bedroom, custom"},]};
function renderCards(sectionId,items,secName){const el=document.getElementById(sectionId);el.innerHTML=items.map(p=>`
`).join('')}
renderCards('sec-doors',products.doors);renderCards('sec-windows',products.windows);renderCards('sec-interior',products.interior);