Who We Are

Your Best TPV Supplier in China

Thermoplastic Elastomer TPE Injection Molding Series is based on SEBS, blended with resins and additives. Produced via mixing, oil absorption, and twin-screw extrusion, it offers excellent elasticity, wear resistance, and processability. Ideal for automotive, electronics, and medical applications, it features high transparency, strength, and eco-friendly compliance (ROHS, REACH, FDA).

Contact us for a price

Speak To A Thermoplastic Elastomer Specialist

Applications

Types of Product you can make with TPE

<script>
document.addEventListener('DOMContentLoaded', () => {

    const FBautoplayTime = 5; // Set autoplay time in secounds

    // Seleccionar todos los conjuntos de tabs
    const tabsSets = document.querySelectorAll('[fb-tabs]');
  


    tabsSets.forEach(tabsSet => {
        const tabs = tabsSet.querySelectorAll('[fb-tabs-btn]');
        const panels = tabsSet.querySelectorAll('[fb-tabs-panel]');
        const tabsMenu = tabsSet.querySelector('[fb-tabs-menu]');
        const tabsTitle = tabsSet.querySelector('[fb-tabs-title]');
        const isVertical = tabsSet.hasAttribute('fb-vertical');
            
      // Añadir la variable CSS --fb-progress-time al estilo de [fb-tabs]
        tabsSet.style.setProperty('--fb-progress-time', `${FBautoplayTime}s`);

        // Asignar aria-label del menú de tabs con el texto del título
        if (tabsMenu && tabsTitle) {
            tabsMenu.setAttribute('aria-label', tabsTitle.textContent.trim());
        }

        // Asignar aria-controls a los tabs y aria-label a los paneles
        if (tabs.length === panels.length) {
            tabs.forEach((tab, index) => {
                const panelId = panels[index].id;
                const tabText = tab.textContent.trim();
                if (panelId && tabText) {
                    tab.setAttribute('aria-controls', panelId);
                    panels[index].setAttribute('aria-label', tabText);
                }
                tab.setAttribute('aria-selected', tab.classList.contains('brx-open'));
                tab.setAttribute('tabindex', tab.classList.contains('brx-open') ? '0' : '-1');
            });
        }

        // Configurar el MutationObserver
        const observer = new MutationObserver((mutations) => {
            mutations.forEach((mutation) => {
                if (mutation.type === 'attributes' && mutation.attributeName === 'class') {
                    const targetTab = mutation.target;
                    targetTab.setAttribute('aria-selected', targetTab.classList.contains('brx-open'));
                    targetTab.setAttribute('tabindex', targetTab.classList.contains('brx-open') ? '0' : '-1');
                }
            });
        });

        // Observar cada tab para cambios en la clase
        tabs.forEach((tab) => {
            observer.observe(tab, { attributes: true });
        });

        let currentTabIndex = 0;
        let autoplayInterval = null;
        let hoverTimeout = null;
        let isHovered = false;
        let manualSelection = false;

        const startAutoplay = () => {
            autoplayInterval = setInterval(() => {
                if (!manualSelection && !isHovered) {
                    const nextIndex = (currentTabIndex + 1) % tabs.length;
                    activateTab(nextIndex);
                }
            }, FBautoplayTime*1000); // Usar la constante para el tiempo del autoplay
        };

        const resetAutoplay = (index) => {
            clearInterval(autoplayInterval);
            activateTab(index);
            manualSelection = true;

            tabs.forEach((tab, idx) => {
                tab.setAttribute('aria-selected', idx === currentTabIndex);
                tab.setAttribute('tabindex', idx === currentTabIndex ? '0' : '-1');
                panels[idx].classList.toggle('brx-open', idx === currentTabIndex);
            });

            setTimeout(() => {
                manualSelection = false;
            }, 100);
        };

        const activateTab = (index) => {
            tabs[currentTabIndex].classList.remove('brx-open');
            panels[currentTabIndex].classList.remove('brx-open');

            currentTabIndex = index;

            tabs[currentTabIndex].classList.add('brx-open');
            panels[currentTabIndex].classList.add('brx-open');

            tabs.forEach((tab, idx) => {
                tab.setAttribute('aria-selected', idx === currentTabIndex);
                tab.setAttribute('tabindex', idx === currentTabIndex ? '0' : '-1');
            });
        };

        startAutoplay();

        const handleHoverStart = () => {
            isHovered = true;
            tabsSet.classList.add('fb-tab-progress');
            clearInterval(autoplayInterval);
        };

        const handleHoverEnd = () => {
            isHovered = false;
            tabsSet.classList.remove('fb-tab-progress');
            if (!manualSelection) {
                startAutoplay();
            }
        };

        // Añadir manejadores de clic y hover para tabs
        tabs.forEach((tab, index) => {
            tab.addEventListener('click', () => {
                resetAutoplay(index);
            });

            tab.addEventListener('focus', () => {
                handleHoverStart();
            });

            tab.addEventListener('mouseenter', () => {
                handleHoverStart();
            });

            tab.addEventListener('mouseleave', () => {
                handleHoverEnd();
            });

            tab.addEventListener('keydown', (event) => {
                if (event.key === 'Enter' || event.key === ' ') {
                    event.preventDefault();
                    resetAutoplay(index);
                }
            });
        });

        // Añadir manejadores de hover para paneles
        panels.forEach((panel) => {
            panel.addEventListener('mouseenter', () => {
                handleHoverStart();
            });

            panel.addEventListener('mouseleave', () => {
                handleHoverEnd();
            });
        });

        // Manejo de eventos de teclado para navegación entre tabs
        tabsSet.addEventListener('keydown', (event) => {
            const currentTab = tabs[currentTabIndex];

            if (event.key === 'ArrowRight' || (isVertical && event.key === 'ArrowDown')) {
                event.preventDefault();
                const nextIndex = (currentTabIndex + 1) % tabs.length;
                resetAutoplay(nextIndex);
                tabs[nextIndex].focus();
            } else if (event.key === 'ArrowLeft' || (isVertical && event.key === 'ArrowUp')) {
                event.preventDefault();
                const nextIndex = currentTabIndex === 0 ? tabs.length - 1 : currentTabIndex - 1;
                resetAutoplay(nextIndex);
                tabs[nextIndex].focus();
            } else if (event.key === 'Home') {
                event.preventDefault();
                resetAutoplay(0);
                tabs[0].focus();
            } else if (event.key === 'End') {
                event.preventDefault();
                resetAutoplay(tabs.length - 1);
                tabs[tabs.length - 1].focus();
            }
        });
    });
  

});
</script>
Window seals
Door seals
Drive shaft dust covers
Steering system dust covers
Dashboard components
Armrests
Shock absorbers
Headlight seals
Mobile phone cases
Tablet covers
Wire and cable sheaths
Remote control buttons
Keyboard buttons
Earphone cables
Charger housings
Electronic device seals
Infusion tubes
Catheters
Medical tubing
Medical equipment seals
Medical examination gloves
Breathing masks
Syringe pistons
Medical bottle stoppers
Spatula handles
Utensil handles
Soft rubber toys
Puzzles
Sports shoe soles
Casual shoe insoles
Bathroom anti-slip mats
Kitchen anti-slip mats
Pipe seals
Container seals
Machinery shock absorbers
Conveyor belts
Industrial dust covers
Industrial anti-slip mats
Industrial protective gloves
Industrial hoses
Factory View

How Do We Make the Premium TPE Material?

We are a high-tech enterprise integrating R&D, production and service. We have senior R&D personnel and advanced technology, with independent R&D and application experimental equipment and testing center.

Parameters

Basic Parameters

Item Test Standard Unit 6120 6130 6140 6150 6160 6170 6180 6190 61100
Color Highly Transparent Highly Transparent Highly Transparent Highly Transparent Highly Transparent Highly Transparent Highly Transparent Highly Transparent Highly Transparent
Hardness ASTM D2240 ShoreA 20 30 40 50 60 70 80 90 45D
Specific Gravity ASTM D792 g/cm³ 0.88 0.88 0.88 0.88 0.88 0.88 0.88 0.88 0.88
Tensile Strength ASTM D412 Mpa 2.8 3.8 5.1 7.3 9.6 12.8 14.5 18.8 22.7
Elongation ASTM D412 % 1000 850 600 550 500 450 400 350 300
Tear Strength ASTM D624 KN/m 14 19 23 28 32 41 56 65 110
Overmolding/Compatible Substrate PP PP PP PP PP PP PP/PE PP/PE PP/PE
*Compliance Standards ROHS
REACH
Halogen-Free
EN71-3
FDA * * * * * * *
UL 94 HB HB HB HB HB HB HB
Processing Methods Injection Molding
Extrusion Molding
Blow Molding
features

Advantages of Tianyi TPE Material

Superior Feel

Our TPE material delivers high transparency, strength, elasticity, and flexibility, making it perfect for applications that demand durability, aesthetic appeal, and intricate designs, such as consumer electronics and automotive components.

Excellent Performance

We ensure our TPE material offers UV resistance, aging resistance, acid and alkali resistance, and fatigue resistance, providing long-lasting reliability even in the harshest environments, from outdoor equipment to industrial machinery.

Wide Temperature Range: -60°C to 90°C

Our TPE material performs exceptionally well in extreme temperatures, from freezing cold to high heat, making it versatile for applications like automotive parts and outdoor products.

Easy to Process

Our TPE material is designed for seamless processing through injection molding, pouring, and hot melt techniques, enabling efficient production of complex and custom-shaped products across various industries.

Molding Process

With a processing temperature range of 140–180°C, our TPE material is easy to mold while maintaining its superior properties, ensuring high-quality and consistent finished products.
Services

Customization Steps

We also have custom service, the steps are as below

Requirement Analysis

Define the application, performance needs (e.g., hardness, strength, temperature resistance), and specific requirements like chemical resistance or environmental certifications (e.g., ROHS, REACH).
Material Design & Sampling

Material Design& Sampling

Select the TPE base material (e.g., SBS, SEBS), design the formulation with additives/fillers, and produce small samples for testing mechanical, thermal, and chemical properties.

Testing & Optimization

Test samples for performance, adjust the formulation as needed, and optimize parameters (e.g., hardness, flowability) to meet the desired specifications and application requirements.

Production & Delivery

Scale up production, ensure quality control, and deliver the final product while gathering customer feedback for continuous improvement.
Contact us for a price

Speak To A Thermoplastic Elastomer Specialist

Who We Are

Your Best TPE Supplier in China

We are a high-tech enterprise integrating R&D, production and service. We have senior R&D personnel and advanced technology, with independent R&D and application experimental equipment and testing center.

Support

Comprehensive Services And Support

Besides life long technical support, we also offer you service as below

Small-Batch Trial Production

We support small-batch trial production to help customers validate material performance in mass production, reducing risks and ensuring a smooth transition to full-scale manufacturing.

Rapid Sample Support

We offer quick prototyping services to help customers validate material performance and accelerate product development cycles, ensuring projects stay on schedule.

Technical Consultation & Support

Our expert team provides end-to-end technical guidance, from material selection to production processes, helping customers solve challenges and optimize product design.

Sustainability Solutions

We offer eco-friendly material options, such as recyclable TPE/TPU, to help customers achieve sustainability goals and meet green market demands.
FAQ Guide

Questions You Are Interested

Send Us An Inquiry Now!

Please fill out the form below with your basic information to help us understand your current situation quickly.
*Your details will be kept strictly confidential with us.