'); background-size: cover; color: white; text-align: center; padding: 100px 20px; } .hero h2 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .hero p { font-size: 1.3rem; max-width: 800px; margin: 0 auto 30px; } .cta-button { display: inline-block; background-color: #e74c3c; color: white; padding: 15px 40px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; border: 2px solid #e74c3c; } .cta-button:hover { background-color: transparent; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); } /* 部分标题 */ .section-title { text-align: center; margin-bottom: 60px; position: relative; } .section-title h2 { font-size: 2.5rem; color: #2c3e50; display: inline-block; padding-bottom: 15px; position: relative; } .section-title h2:after { content: ''; position: absolute; width: 70px; height: 4px; background-color: #e74c3c; bottom: 0; left: 50%; transform: translateX(-50%); border-radius: 2px; } /* 关于部分 */ .about-content { background-color: white; border-radius: 10px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .stat-card { background: linear-gradient(135deg, #f8f9fa, #e9ecef); border-radius: 8px; padding: 25px; text-align: center; transition: all 0.3s ease; } .stat-card:hover { transform: translateY(-5px); box-shadow: 0 8px 15px rgba(0,0,0,0.1); } .stat-card h3 { font-size: 2rem; color: #e74c3c; margin-bottom: 10px; } /* 产品部分 */ .product-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .category-card { background-color: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; } .category-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); } .category-header { background: linear-gradient(135deg, #4a6491, #2c3e50); color: white; padding: 20px; text-align: center; } .category-header h3 { font-size: 1.5rem; } .category-content { padding: 25px; } .product-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; } .product-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .product-name { font-weight: 600; margin-bottom: 5px; color: #2c3e50; } .product-details { display: flex; justify-content: space-between; font-size: 0.9rem; color: #666; } /* 定制服务 */ .customization-section { background: linear-gradient(135deg, #f8f9fa, #e9ecef); } .custom-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .custom-card { background-color: white; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .custom-icon { font-size: 3rem; color: #e74c3c; margin-bottom: 20px; } /* 价格部分 */ .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .price-category { background-color: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .price-range { font-size: 1.8rem; color: #e74c3c; margin-bottom: 15px; font-weight: 700; } /* 市场部分 */ .market-content { background-color: white; border-radius: 10px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); } .market-map { display: flex; justify-content: center; margin: 40px 0; } .map-continents { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; width: 100%; max-width: 600px; } .continent { text-align: center; padding: 15px; background-color: #f8f9fa; border-radius: 8px; transition: all 0.3s ease; } .continent:hover { background-color: #e9ecef; transform: scale(1.05); } /* 公司信息 */ .company-info { background: linear-gradient(135deg, #f8f9fa, #e9ecef); } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .info-card { background-color: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .contact-team { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 20px; } .contact-person { background-color: #f1f8ff; padding: 10px 15px; border-radius: 30px; font-size: 0.9rem; } /* 页脚 */ footer { background: linear-gradient(135deg, #2c3e50, #1a2530); color: white; padding: 60px 0 30px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-column h3 { font-size: 1.3rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .footer-column h3:after { content: ''; position: absolute; width: 40px; height: 3px; background-color: #e74c3c; bottom: 0; left: 0; } .footer-column ul { list-style: none; } .footer-column ul li { margin-bottom: 10px; } .footer-column a { color: #ddd; text-decoration: none; transition: all 0.3s ease; } .footer-column a:hover { color: #e74c3c; padding-left: 5px; } .copyright { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.9rem; color: #aaa; } /* 响应式设计 */ @media (max-width: 768px) { .navbar { flex-direction: column; text-align: center; } .nav-links { margin-top: 20px; flex-wrap: wrap; justify-content: center; } .nav-links li { margin: 5px 10px; } .hero h2 { font-size: 2.5rem; } .section-title h2 { font-size: 2rem; } }
Professional hair extension tools supplier since 2021. Offering premium quality tools for salons, wholesalers, and retailers worldwide.
Explore Our ProductsHenan Arlany Technology Co., Ltd. is a professional supplier specializing in premium hair extension tools since 2021. Located in Henan, China, we serve salons, wholesalers, and retailers worldwide with innovative tools for installation, maintenance, and removal of all hair extension types.
Alibaba Verified Supplier
Response Rate
Average Response Time
Product Categories
Our 501-1000 square meter facility employs a dedicated team of 11-50 professionals committed to delivering quality hair extension tools. We maintain stringent quality control processes to ensure every product meets industry standards.
Bulk purchase products like carbon rat tail combs and silicone scalp massagers. Ideal for distributors and large salons.
Core tools including plier sets, heating tools, and application solutions. Our best-selling range for professional use.
Specialized equipment like professional salon carts with low MOQ starting from 1 piece.
Perfect for salon trials and new product testing. Available for most plier sets and placement boards.
Ideal for regional distributors. Includes display racks and weaving threads.
Economical pricing for hair clips and massage tools. Designed for international distributors and large retailers.
ARLANY tools serve clients across North America, Western Europe, Southern Europe, Northern Europe, and Oceania. Our solutions are designed for:
High-performance tools for daily extension installation, maintenance, and removal.
User-friendly solutions for personal extension maintenance and touch-ups.
Bulk packaging options for distributors and beauty supply retailers.
We proudly participate in international industry events including China Hair Expo (CAONSHOW), demonstrating our commitment to innovation and industry leadership.
All products include appropriate safety labeling and instructions. Professional-use products are clearly marked "FOR PROFESSIONAL USE ONLY". Flammable products carry "AVOID DIRECT CONTACT WITH EYES AND SKIN" warnings.
Our dedicated sales team is ready to assist you: