CINXE.COM

Commercial Bulletin - Atol®

<!doctype html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="zh" > <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="zh" > <![endif]--><!--[if IE 8]> <html class="no-js lt-ie9" lang="zh" > <![endif]--><!--[if gt IE 8]><!--><html class="no-js" lang="zh"><!--<![endif]--><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="author" content="Axens SA"> <meta name="description" content="Atol® 技术通过对第一代及/或第二代可再 生乙醇进行脱水,来生产聚合级生物乙烯 获取最大的经济效益。"> <meta name="generator" content="HubSpot"> <title>Commercial Bulletin - Atol®</title> <link rel="shortcut icon" href="https://resources.axens.net/hubfs/favicon.png"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:description" content="Atol® 技术通过对第一代及/或第二代可再 生乙醇进行脱水,来生产聚合级生物乙烯 获取最大的经济效益。"> <meta property="og:title" content="Commercial Bulletin - Atol®"> <meta name="twitter:description" content="Atol® 技术通过对第一代及/或第二代可再 生乙醇进行脱水,来生产聚合级生物乙烯 获取最大的经济效益。"> <meta name="twitter:title" content="Commercial Bulletin - Atol®"> <style> a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px} </style> <link rel="stylesheet" href="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/module_assets/168557803779/1731495397951/module_168557803779_form-modifier.min.css"> <style> :root { --main-color: #35B6B4; } .tag, .form { background-color: var(--main-color); } @media (max-width: 480px) { .form { position: relative; border-radius: 0; } .form::after { content: ""; position: absolute; top: 0; left: 50%; height: 100%; width: 100vw; background-color: var(--main-color); transform: translateX(-50vw); z-index: -1; } .form[data-only-form="true"]::after { content: none; } } </style> <script> const formProperty = { leadSource: "", buOwner: "", lifecyclestage: "", market: [809020003], segment: "809020008", offerOfInterest: "809020001", catalystsAdsorbents: "", coSolution: "", trSolution: "", unSolution: "", enSolution: "", adSolution: "", eqSolution: "", mainMarket: "809020003", salesSpeContact: "" } window.addEventListener('message', event => { if(event.data.type === 'hsFormCallback' && event.data.eventName === 'onFormReady'){ const leadSourceInput = document.querySelector('input[name="lead_source"]'), buOwnerInput = document.querySelector('input[name="bu_owner"]'), lifecycleStageInput = document.querySelector('input[name="lifecyclestage"]'), segmentInput = document.querySelector('input[name="internal_use_only_segment"]'), offerOfInterestInput = document.querySelector('input[name="internal_use_only_offer_of_interest"]'), catalystsAdsorbentsInput = document.querySelector('input[name="internal_use_only_catalysts__adsorbents__gradings___solution_of_interest"]'), coSolutionInput = document.querySelector('input[name="co_solution_of_interest"]'), trSolutionInput = document.querySelector('input[name="tr_solution_of_interest"]'), unSolutionInput = document.querySelector('input[name="un_solution_of_interest"]'), enSolutionInput = document.querySelector('input[name="en_solution_of_interest"]'), adSolutionInput = document.querySelector('input[name="ad_solution_of_interest"]'), eqSolutionInput = document.querySelector('input[name="eq_solution_of_interest"]'), mainMarketSelect = document.querySelector('select[name="main_market"]') || document.querySelector('input[name="main_market"]'), salesSpeContactInput = document.querySelector('input[name="sales_specific_contact"]') formProperty.market.forEach(item => { const marketInput = document.querySelector(`input[value="${item}"]`); console.log(marketInput) if (marketInput) { const parentInputContainer = marketInput.closest('.hs-form-checkbox') marketInput.closest('label').click(); /* marketInput.checked = true; */ if (parentInputContainer) { parentInputContainer.classList.add('hide'); const currentText = parentInputContainer.querySelector('span').textContent; const fakeItem = document.createElement('li'); fakeItem.innerHTML = `<label class="hs-form-checkbox-display"><span class="🤪"></span><span>${currentText}</span></label>`; fakeItem.classList.add('hs-form-checkbox'); console.log(fakeItem) parentInputContainer.after(fakeItem); } } }) if (leadSourceInput && formProperty.leadSource !== "") { leadSourceInput.value = formProperty.leadSource; } if (buOwnerInput && formProperty.buOwner !== "") { buOwnerInput.value = formProperty.buOwner; } if (lifecycleStageInput && formProperty.lifecyclestage !== "") { lifecycleStageInput.value = formProperty.lifecyclestage; } if (segmentInput && formProperty.segment !== "") { segmentInput.value = formProperty.segment; } if (offerOfInterestInput && formProperty.offerOfInterest !== "") { offerOfInterestInput.value = formProperty.offerOfInterest; } if (catalystsAdsorbentsInput && formProperty.catalystsAdsorbents !== "") { catalystsAdsorbentsInput.value = formProperty.catalystsAdsorbents; } if (coSolutionInput && formProperty.coSolution !== "") { coSolutionInput.value = formProperty.coSolution; } if (trSolutionInput && formProperty.trSolution !== "") { trSolutionInput.value = formProperty.trSolution; } if (unSolutionInput && formProperty.unSolution !== "") { unSolutionInput.value = formProperty.unSolution; } if (enSolutionInput && formProperty.enSolution !== "") { enSolutionInput.value = formProperty.enSolution; } if (adSolutionInput && formProperty.adSolution !== "") { adSolutionInput.value = formProperty.adSolution; } if (eqSolutionInput && formProperty.eqSolution !== "") { eqSolutionInput.value = formProperty.eqSolution; } if (mainMarketSelect && formProperty.mainMarket !== "") { mainMarketSelect.value = formProperty.mainMarket; } if (salesSpeContactInput && formProperty.salesSpeContact !== "") { salesSpeContactInput.value = formProperty.salesSpeContact; } } }) </script> <link rel="canonical" href="https://resources.axens.net/zh/cb_atol"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5PJL2RT');</script> <!-- End Google Tag Manager --> <meta property="og:image" content="https://resources.axens.net/hubfs/Landing%20Pages/Resources/Commercial%20Bulletin/Thumbnails%20CB/thumb_Axens_CB_Atol_cn_.jpg"> <meta property="og:image:width" content="248"> <meta property="og:image:height" content="351"> <meta name="twitter:image" content="https://resources.axens.net/hubfs/Landing%20Pages/Resources/Commercial%20Bulletin/Thumbnails%20CB/thumb_Axens_CB_Atol_cn_.jpg"> <meta property="og:url" content="https://resources.axens.net/zh/cb_atol"> <meta name="twitter:card" content="summary"> <meta http-equiv="content-language" content="zh"> <link rel="alternate" hreflang="en" href="https://resources.axens.net/cb_atol"> <link rel="alternate" hreflang="zh" href="https://resources.axens.net/zh/cb_atol"> <link rel="stylesheet" href="//7052064.fs1.hubspotusercontent-na1.net/hub/7052064/hub_generated/template_assets/1731663256720/hubspot/hubspot_default/shared/responsive/layout.min.css"> <link rel="stylesheet" href="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/template_assets/38353273832/1727337304001/Markentive/Assets/css/styles-boilerplate.min.css"> <link rel="stylesheet" href="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/template_assets/41693609504/1721655376927/Markentive/Assets/css/styles-lp-modules.css"> </head> <body class="lp commercial-bulletin hs-content-id-45161187948 hs-landing-page hs-page " style=""> <div class="header-container-wrapper"> <div class="header-container container-fluid"> <div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1729500849952100" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-2 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1613573290838297" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161641024006574" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-4 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612353133733875" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div id="to-the-top" class="icon__to-top"> <svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewbox="0 0 60 60"> <g fill="none" fill-rule="evenodd"> <g transform="translate(-1322 -6160) translate(1322 6160)"> <circle cx="30" cy="30" r="29.5" fill="#FFF" stroke="#1D0647" stroke-opacity="0.2" opacity="0.6" /> <path stroke="#664384" stroke-width="2" d="M23 31l8-8 8 8m-8-7v16" /> </g> </g> </svg> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-5 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-global_group " style="" data-widget-type="global_group" data-x="0" data-w="12"> <div class="" data-global-widget-path="generated_global_groups/41218891744.html"><div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612352991092802" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div class="header__container-outer d-flex"> <div class="wrapper d-flex aling-items-center"> <div class="header__container-inner d-flex align-items-center justify-content-space-between"> <div class="header__logo"> <span id="hs_cos_wrapper_module_1612352991092802_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.axens.net?hsLang=zh" id="hs-link-module_1612352991092802_" style="border-width:0px;border:0px;"><img src="https://resources.axens.net/hubfs/logo_axens.svg" class="hs-image-widget " height="48" style="height: auto;width:140px;border-width:0px;border:0px;" width="140" alt="Axens_Logo" title="Axens_Logo"></a></span> </div> <div class="header__menu d-flex"> <div class="header__lang d-flex align-items-center"> <span class="icon lang__icon"></span> <span class="lang">zh</span> <div class="header__lang-container d-flex justify-content-center flex-row-wrap"> <a class="lang__link hs-skip-lang-url-rewrite" title="en" href="/cb_atol">en</a> </div> <div class="header__icon-dropdown"></div> </div> <a href="https://www.axens.net/contact-us?hsLang=zh" class="header__contact d-flex align-items-center"> <span class="icon contact__icon"></span> <span class="contact">Contact Us</span> </a> </div> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end header --> </div><!--end header wrapper --> <div class="body-container-wrapper"> <div class="body-container container-fluid"> <div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_16123539034721028" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="form__container-outer pt-6 pb-2"> <div class="wrapper"> <div class="form__container-inner d-flex flex-row-wrap" data-has-form="true"> <div class="form__texts" data-layout="elem"> <div class="tag"> Commercial Bulletin </div> <div class="pre-title__container"> <h1 class="pre-title">Atol®</h1> </div> <div class="texts" data-only-form="false"> <h2 class="title secondary alt-style">一种生物乙醇脱水制生物乙烯的创新技术</h2> <div class="paper__infos d-flex flex-row-wrap align-items-start"> <div class="image"> <img src="https://resources.axens.net/hubfs/Landing%20Pages/Resources/Commercial%20Bulletin/Thumbnails%20CB/thumb_Axens_CB_Atol_cn_.jpg" alt="thumb_Axens_CB_Atol_cn_" loading="lazy"> </div> <div class="description"> <p>Atol® 技术通过对第一代及/或第二代可再 生乙醇进行脱水,来生产聚合级生物乙烯 获取最大的经济效益。 生产出的生物乙烯可以部分代替及/或完全 代替从原油生产出的乙烯,用于下游的各 种聚合装置,并且无需对这些装置进行改 造。<br>因此, Atol®生物乙烯可以作为现有装置 或新建装置的进料,例如聚乙烯、环氧乙 烷/乙二醇、聚对苯二甲酸乙二酯(PET)、聚 烯烃、a-烯烃[用于生产线性烷基苯(LABs) 和聚a-烯烃(PAOs)]、苯烷基化[生产聚苯乙 烯(PS)]、丙烯腈-丁二烯-苯乙烯(ABS)、聚 氯乙烯等。</p> </div> </div> </div> </div> <div class="form"> <span id="hs_cos_wrapper_module_16123539034721028_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form" style="" data-hs-cos-general-type="widget" data-hs-cos-type="form"><h3 id="hs_cos_wrapper_form_882921245_title" class="hs_cos_wrapper form-title" data-hs-cos-general-type="widget_field" data-hs-cos-type="text">Fill in the form to download this resource</h3> <div id="hs_form_target_form_882921245"></div> </span> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-2 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161288330574014" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161288968436281" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-4 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612878638695220" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-5 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612353718571990" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-6 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612353606745953" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-7 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612955389818140" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="blog-post__container-outer pt-4 pb-4"> <div class="wrapper"> <div class="blog-post__container-inner"> <h2 class="blog-post__title">You might be interested</h2> <div class="blog-posts d-flex flex-row-wrap"> <div class="blog-post" data-type="long"> <div class="blog-post__image-container"> <img class="blog-post__image" src="https://resources.axens.net/hubfs/Blog/Placeholders/AdobeStock_209620976_purple_2000px.jpg" alt="Crude-to-Chemicals (CTC): a straight-forward route for a strategic turn" loading="lazy"> </div> <span class="blog-post__tag" data-format="hot-topics">Hot Topics</span> <p class="blog-post__name">Crude-to-Chemicals (CTC): a straight-forward route for a strategic turn</p> <a class="blog-post__link" href="https://blog.axens.net/crude-oil-to-chemicals-ctc-a-straight-forward-route-for-a-strategic-turn?hsLang=zh"></a> </div> <div class="blog-post" data-type="short"> <div class="blog-post__image-container"> <img class="blog-post__image" src="https://resources.axens.net/hubfs/Blog/Placeholders/AdobeStock_209620976_yellow_700px.jpg" alt="Renewable Transportation Fuels - a U.S. Focus" loading="lazy"> </div> <span class="blog-post__tag" data-format="articles">Articles</span> <p class="blog-post__name">Renewable Transportation Fuels - a U.S. Focus</p> <a class="blog-post__link" href="https://blog.axens.net/renewable-transportation-fuels-a-u.s.-focus?hsLang=zh"></a> </div> <div class="blog-post" data-type="short"> <div class="blog-post__image-container"> <img class="blog-post__image" src="https://resources.axens.net/hubfs/Blog/_Pre-launch/Capture.png" alt="Specific Surface Area Stability: a Key to Prolonged Optimum Performance from Naphtha Reforming Catalyst" loading="lazy"> </div> <span class="blog-post__tag" data-format="articles">Articles</span> <p class="blog-post__name">Specific Surface Area Stability: a Key to Prolonged Optimum Performance from Naphtha Reforming Catalyst</p> <a class="blog-post__link" href="https://blog.axens.net/specific-surface-area-stability-a-key-to-prolonged-optimum-performance-from-naphtha-reforming-catalyst?hsLang=zh"></a> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-8 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612871167704190" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="newsletter__container-outer newsletter-alt pt-4 pb-4"> <div class="wrapper"> <div class="newsletter__container-inner d-flex flex-row-wrap align-items-stretch"> <div class="newsletter" data-color="p"> <h3 class="newsletter__title">Let’s see what we can achieve together. Get in touch with us!</h3> <div class="newsletter__cta"> <a href="https://www.axens.net/contact.html?hsLang=zh" class="cta-style" target="_blank" rel="noopener"> Contact Us </a> </div> </div> <div class="newsletter" data-color="g"> <h3 class="newsletter__title">Subscribe to our business newsletter to keep up to date with Axens news</h3> <div class="newsletter__cta"> <a href="https://resources.axens.net/business-newsletter?hsLang=zh" class="cta-style" target="_blank" rel="noopener"> Subscribe </a> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end body --> </div><!--end body wrapper --> <div class="footer-container-wrapper"> <div class="footer-container container-fluid"> <div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-global_group " style="" data-widget-type="global_group" data-x="0" data-w="12"> <div class="" data-global-widget-path="generated_global_groups/41218682751.html"><div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612352993441804" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div class="footer__container-outer"> <div class="wrapper"> <div class="footer__container-inner d-flex flex-row-wrap"> <div class="footer__logo"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.axens.net?hsLang=zh" target="_blank" id="hs-link-module_1612352993441804_" rel="noopener" style="border-width:0px;border:0px;"><img src="https://resources.axens.net/hubfs/logo_axens.svg" class="hs-image-widget " height="48" style="height: auto;width:140px;border-width:0px;border:0px;" width="140" alt="Axens_Logo" title="Axens_Logo"></a></span> </div> <div class="socials d-flex align-items-center flex-row-wrap"> <a href="https://www.twitter.com/AxensGroup" class="social__link" target="_blank" rel="noopener"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" aria-hidden="true"><g id="twitter1_layer"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" /></g></svg></span> </a> <a href="https://fr.linkedin.com/company/axens" class="social__link" target="_blank" rel="noopener"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="linkedin-in2_layer"><path d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z" /></g></svg></span> </a> <a href="https://www.youtube.com/c/axens/featured" class="social__link" target="_blank" rel="noopener"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" aria-hidden="true"><g id="youtube3_layer"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></g></svg></span> </a> <div class="contact-us"> <a href="https://www.axens.net/contact-us?hsLang=zh" class="cta-style"> Contact us </a> </div> </div> <div class="footer__legals d-flex"> <div class="footer__copyright"> <p>© 2024 Axens</p> </div> <div class="footer__legals__links d-flex flex-row-wrap"> <a href="https://axens.net/cookies-management-policy?hsLang=zh" class="footer__legals__link"> Cookies Policy </a> <a href="javascript:openAxeptioCookies()" class="footer__legals__link"> Cookies Management </a> <a href="https://axens.net/legal-notice?hsLang=zh" class="footer__legals__link"> Legal Notice </a> </div> </div> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end footer --> </div><!--end footer wrapper --> <!-- HubSpot performance collection script --> <script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script> <script src="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/template_assets/41221399454/1616597800302/Markentive/Assets/js/lp-main.min.js"></script> <script> var hsVars = hsVars || {}; hsVars['language'] = 'zh'; </script> <script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script> <script src="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/module_assets/41219049546/1613644648165/module_41219049546_LP-BackToTop.min.js"></script> <!--[if lte IE 8]> <script charset="utf-8" src="https://js.hsforms.net/forms/v2-legacy.js"></script> <![endif]--> <script data-hs-allowed="true" src="/_hcms/forms/v2.js"></script> <script data-hs-allowed="true"> var options = { portalId: '5476842', formId: '4055e80b-f7ef-4b12-beff-73a72e1360ce', formInstanceId: '1862', pageId: '45161187948', region: 'na1', followUpEmailId: 44338474285, followUpEmailCampaignId: 119270982, pageName: "Commercial Bulletin - Atol\u00AE", redirectUrl: "https:\/\/resources.axens.net\/thank-you-cb", css: '', target: '#hs_form_target_form_882921245', contentType: "landing-page", formsBaseUrl: '/_hcms/forms/', formData: { cssClass: 'hs-form stacked hs-custom-form' } }; options.getExtraMetaDataBeforeSubmit = function() { var metadata = {}; if (hbspt.targetedContentMetadata) { var count = hbspt.targetedContentMetadata.length; var targetedContentData = []; for (var i = 0; i < count; i++) { var tc = hbspt.targetedContentMetadata[i]; if ( tc.length !== 3) { continue; } targetedContentData.push({ definitionId: tc[0], criterionId: tc[1], smartTypeId: tc[2] }); } metadata["targetedContentMetadata"] = JSON.stringify(targetedContentData); } return metadata; }; hbspt.forms.create(options); </script> <!-- Start of HubSpot Analytics Code --> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "landing-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/resources.axens.net\/zh\/cb_atol"]); _hsq.push(["setPageId", "45161187948"]); _hsq.push(["setContentMetadata", { "contentPageId": 45161076602, "legacyPageId": "45161187948", "contentFolderId": 42828206722, "contentGroupId": null, "abTestId": null, "languageVariantId": 45161187948, "languageCode": "zh", }]); </script> <script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/5476842.js"></script> <!-- End of HubSpot Analytics Code --> <script type="text/javascript"> var hsVars = { render_id: "b1348394-5cfc-482f-b237-af26e6f8b895", ticks: 1731885479905, page_id: 45161187948, content_group_id: 0, portal_id: 5476842, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "zh", analytics_page_type: "landing-page", scp_content_type: "", analytics_page_id: "45161187948", category_id: 1, folder_id: 42828206722, is_hubspot_user: false } </script> <script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.354/js/index.js"></script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5PJL2RT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Generated by the HubSpot Template Builder - template version 1.03 --> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10