CINXE.COM

SIGEP China - Sensing , the Dolce of the Future

<!DOCTYPE html> <html lang="en" style="--primary: #E83C54; --on-primary: #FFFFFF; ; "> <head> <meta charset="UTF-8"> <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="format-detection" content="telephone=no"> <meta name="csrf-token" content="XBhwQTDzz3a9saudXtNGvyZ5HA1TP7FAU8HaIo64"> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <title>SIGEP China - Sensing , the Dolce of the Future</title> <meta name="keywords" content="SIGEP China, gelato exhibition, coffee exhibition, bakery exhibition, pastry exhibition, China exhibition, Shenzhen Exhibition"/> <meta name="description" content="SIGEP China 2024 takes place April 24-26 in Shenzhen. Meet global leaders in gelato, pastry, bakery and coffee industries. Register now to visit the premier expo!"/> <meta property="og:title" content="SIGEP China - Sensing , the Dolce of the Future"/> <meta property="og:description" content="SIGEP China 2024 takes place April 24-26 in Shenzhen. Meet global leaders in gelato, pastry, bakery and coffee industries. Register now to visit the premier expo!"/> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="SIGEP China - Sensing , the Dolce of the Future"> <meta name="twitter:description" content="SIGEP China 2024 takes place April 24-26 in Shenzhen. Meet global leaders in gelato, pastry, bakery and coffee industries. Register now to visit the premier expo!"> <link rel="stylesheet" href="https://sigepcn.com/modulesassets/comofrontend/dist/css/app.min.css?v=20240821"> <link rel="shortcut icon" href="https://sigepcn.com/modulesassets/comofrontend/dist/favicon/favicon.ico?v=20240821"/> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#ffffff"> <script> window.AESKey = ''; // 判断浏览器是否支持placeholder属性 function isSupportPlaceholder() { var input = document.createElement('input'); return 'placeholder' in input; }; //判断是否是IE浏览器,包括Edge浏览器 function IEVersion() { //取得浏览器的userAgent字符串 var userAgent = navigator.userAgent; //判断是否IE浏览器 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; if (isIE) { var reIE = new RegExp("MSIE (\\d+\\.\\d+);"); reIE.test(userAgent); var fIEVersion = parseFloat(RegExp["$1"]); if (fIEVersion < 10 || !isSupportPlaceholder()) { return true; } } else { return false; } } if (IEVersion()) { // console.log('小于IE10'); location.href = 'https://sigepcn.com/en/browser-upgrade'; } else { // console.log('大于等于IE10') } </script> <script src="https://sigepcn.com/modulesassets/comofrontend/assets/js/plugins/jquery.min.js?v=20240821"></script> <script> $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, beforeSend: function () { if (this.data && this.data.indexOf('disableShowLoading') == -1) { $.showLoading(); } }, complete: function () { if (this.data && this.data.indexOf('disableShowLoading') == -1) { $.hideLoading(); } } }); $.isEmpty = function (obj) { if (is_numeric(obj)) { return false; } return _.isEmpty(obj); }; $.showLoading = function () { $('.ajax-loader').addClass('in'); }; $.hideLoading = function () { $('.ajax-loader').removeClass('in'); }; $.fn.showModal = function () { $(this).modal({backdrop: 'static', keyboard: false}); }; $.fn.hideModal = function () { $(this).modal('hide'); }; // 动画返回顶部,不传参直接返回顶部 $.aniRollToTop = function (ele) { toTop = function () { var st = document.scrollingElement.scrollTop, speed = st / 3 < 600 ? st / 3 : 600; $('html, body').animate({ scrollTop: 0 }, speed); }; if (typeof (ele) == 'undefined') { toTop(); } else { $(ele).click(function (e) { e.preventDefault(); toTop(); }) } }; </script> <script> // 禁止 出现自动完成 $('input[type=text]').attr('autocomplete', 'off'); function filter_params(filter_name, filter_val) { var query = window.location.search.substring(1); var vars = query.split("&"); var isAdd = false; for (var i = 0; i < vars.length; i++) { if (vars[i].search(filter_name) > -1) { isAdd = true; } } for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if (pair[0] === filter_name) { pair[1] = filter_val; vars[i] = pair.join("="); } else if (!isAdd) { vars.push(filter_name + "=" + filter_val); isAdd = true; } else if (pair[0] === 'page') { vars[i] = ''; } if (pair[1] === 'none' || pair[1] === '') { vars[i] = ''; } vars = vars.filter(function (item) { return (item !== '') && (item !== 'undefined'); }); var filter_params = vars.join("&"); } return filter_params; } //删除参数值 function delQueStr(url, ref) { var str = ""; if (url.indexOf('?') != -1) str = url.substr(url.indexOf('?') + 1); else return url; var arr = ""; var returnurl = ""; var setparam = ""; if (str.indexOf('&') != -1) { arr = str.split('&'); for (i in arr) { if (arr[i].split('=')[0] != ref) { returnurl = returnurl + arr[i].split('=')[0] + "=" + arr[i].split('=')[1] + "&"; } } return url.substr(0, url.indexOf('?')) + "?" + returnurl.substr(0, returnurl.length - 1); } else { arr = str.split('='); if (arr[0] == ref) return url.substr(0, url.indexOf('?')); else return url; } } location_push_state = function (type, id) { var parmas = "?type=" + type + "&id=" + id; window.history.pushState({type: type, id: id}, "Open Modal", parmas); }; location_clear_state = function () { var names = ["type", "id"]; var url = location.href; names.forEach(function (name, index) { url = delQueStr(url, name); }); window.history.pushState({}, "Close Modal", url); }; function show_loading() { $('.full-loading-box').show(); } function hide_loading() { setTimeout(function () { $('.full-loading-box').fadeOut(); }, 100); if ($(window).width() < 769) { $("#full-gallery-box iframe").css({width: '98%'}); setTimeout(function () { $("#full-gallery-box iframe").css({width: '100%'}); }, 100); } } $.xEndLoad = function (callback, offset) { var $this = this; if (!offset) { offset = 700; } function page_bottom() { var scrollTop = 0; var clientHeight = 0; var scrollHeight = 0; if (document.documentElement && document.documentElement.scrollTop) { scrollTop = document.documentElement.scrollTop; } else if (document.body) { scrollTop = document.body.scrollTop; } if (document.body.clientHeight && document.documentElement.clientHeight) { clientHeight = (document.body.clientHeight < document.documentElement.clientHeight) ? document.body.clientHeight : document.documentElement.clientHeight; } else { clientHeight = (document.body.clientHeight > document.documentElement.clientHeight) ? document.body.clientHeight : document.documentElement.clientHeight; } scrollHeight = Math.max(document.body.scrollHeight, document.documentElement.scrollHeight); if (scrollTop + clientHeight >= scrollHeight - offset) { return true; } else { return false; } }; $(window).bind("scroll.show_next_page", function () { if (page_bottom()) { callback && callback.call(); } }); }; </script> <meta name="sogou_site_verification" content="SsepaIO52P" /> <meta name="baidu-site-verification" content="code-HIWvBRO3Bg" /></head> <body class=""> <!-- 警告框 --> <div class="como-warning-box hide"> <style> .como-warning-box { display: block; position: fixed; width: 100%; height: 30px; line-height: 30px; text-align: center; font-size: 14px; font-weight: 600; top: 0px; left: 0; color: #fff; background: rgba(231, 28, 36, 0.8); z-index: 10000; -moz-transition: transform .5s ease-out; -webkit-transition: transform .5s ease-out; -ms-transition: transform .5s ease-out; transition: transform .5s ease-out; -moz-transform: translate(0, -30px); -webkit-transform: translate(0, -30px); -ms-transform: translate(0, -30px); transform: translate(0, -30px); } .como-warning-box.in { -moz-transform: translate(0, 0); -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } .como-warning-box i { display: inline-block; position: relative; width: 14px; height: 14px; top: 8px; left: 0; margin-right: 6px; vertical-align: top; -webkit-background-size: 14px 14px; background-size: 14px 14px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ2RjZGMTFFM0FGODExRTdCNzdCQzAzQTg2QUFEREMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ2RjZGMTFGM0FGODExRTdCNzdCQzAzQTg2QUFEREMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDZGNkYxMUMzQUY4MTFFN0I3N0JDMDNBODZBQUREQzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDZGNkYxMUQzQUY4MTFFN0I3N0JDMDNBODZBQUREQzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz44VzR6AAAB0ElEQVR42tyWvy9DURTH+6oGg58dCRJNF0wSiYZESImfs0kII43RRGIrM5PF4kckkrKWf4B0EKykky4VA0lLPd8r59XJcV/TvvZ1cJJPX+/5cb/vvnvezTNM0/RU07yeapuTFaKmETQ50ipVEPnTIAOyYMJVQeTWgaT5a0/K56bgpvnXNlwRRF4beNcIvqmYG4JHTOSTsOywooLICYlV7YI94QtVRBBxL7hhE6eBn3hh/muVWwnBRbGSCItFRGyhLEHEGsAzm/AeBMEB2Aet4IHFVW59OYJRsYJxsM7G8+TjFnUkCH+AThTLzsk/x3zD5LtgPlUTcCIYY5NkrUlw7WZ+P/mClGNZrCRB+MbEY9pmsVrwofZL1OyImnBRghj7qDksS6nmETm34FLTYCnRYL5iBFfFnS5p7nQLrGn8y6J2paAgvcxpVpDQvcy0j0GbQyIhDomWQoK74g4HNZP2UywHOjXxIXkMagVx7RUH8rFNpw1Q/At02eSciIO+xxI0fn4MQw3i8I1STQ6MgKTNO9wHMuDOJt4OrkANjePQCOdXCGZM921WaVkNMVWF77VJ/pl4CrIuiqnHf6b+8D1sxrjDJcFHaLzmm+Zff3l/CzAAB57vm2SYVf0AAAAASUVORK5CYII='); } .como-warning-box span { display: inline-block; margin-right: 6px; } </style> </div> <header id="header"> <div class="header-content"> <div class="header-banner"> <p> <span>SIGEP China: 2025.4.24-4.26</span> <span><span>52</span> days remaining</span> </p> <div class="lang-select"> <div class="lang-select__btn"><i class="i i-language"></i><span>EN</span><div class="arrow"></div></div> <div class="lang-select__list"> <div class="lang-select__item"><i class="i i-language"></i><div class="item-right"><span>EN</span><div class="arrow"></div></div></div> <a href="https://sigepcn.com/cn//" class="lang-select__item langselect_altlang"><i class="i i-right-arrow"></i> <div class="item-right"> <span>CN</span> </div> </a> </div> </div> </div> <div class="header-inner"> <a href="https://sigepcn.com/en" class="logo"> <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="1169.8" height="788.71" style="enable-background:new 0 0 1169.8 788.71"><path d="M14.31 787.58H8.24V553.27h6.06v234.31zm86.48-223.82v-8.25H48.88v99.55h51.91v-8.25H58.84v-37.69h37.69v-8.25H58.84v-37.12h41.95zm71.64 91.3-25.03-39.25 24.74-38.4h-10.38l-19.2 30.86-19.77-30.86h-11.24l24.75 38.82-25.03 38.82h10.52l19.34-31.29 20.05 31.29h11.25zm9.72-59.95c-3.23 6.02-4.84 13.06-4.84 21.12s1.61 15.1 4.84 21.12a34.42 34.42 0 0 0 13.37 13.94c5.69 3.27 12.18 4.9 19.48 4.9 9.48 0 17.35-2.42 23.61-7.25a32.58 32.58 0 0 0 12.09-19.2h-10.67c-1.33 5.69-4.2 10.12-8.6 13.3-4.41 3.18-9.88 4.76-16.43 4.76a28 28 0 0 1-14.08-3.55c-4.17-2.37-7.47-5.92-9.89-10.67-2.42-4.74-3.62-10.52-3.62-17.35s1.21-12.59 3.62-17.28a25 25 0 0 1 9.89-10.6A27.98 27.98 0 0 1 215 584.8c6.54 0 12.02 1.59 16.43 4.76 4.41 3.18 7.27 7.56 8.6 13.15h10.67c-1.8-8.15-5.81-14.6-12.02-19.34s-14.1-7.11-23.68-7.11c-7.3 0-13.8 1.64-19.48 4.91a34.49 34.49 0 0 0-13.37 13.94m154.52 24.96c.19-1.8.29-4.41.29-7.82 0-6.64-1.49-12.68-4.48-18.14a33.4 33.4 0 0 0-12.8-13.01c-5.55-3.22-12.02-4.84-19.41-4.84-7.4 0-13.99 1.61-19.77 4.84a33.58 33.58 0 0 0-13.51 13.94c-3.23 6.07-4.84 13.13-4.84 21.19s1.64 15.1 4.91 21.12a34.66 34.66 0 0 0 13.58 13.94c5.78 3.27 12.32 4.91 19.63 4.91 9.38 0 17.18-2.39 23.39-7.18a32.9 32.9 0 0 0 12.16-18.56H325.3a22.07 22.07 0 0 1-8.74 12.66c-4.41 3.13-9.84 4.69-16.28 4.69-4.93 0-9.48-1.07-13.66-3.2a25.13 25.13 0 0 1-10.1-9.46c-2.56-4.17-3.98-9.2-4.27-15.08h64.42m-13.3-22.89c2.42 4.08 3.58 9.01 3.48 14.79h-54.61c.57-8.63 3.46-15.31 8.67-20.05s11.52-7.11 18.91-7.11c4.93 0 9.48 1.04 13.65 3.13a23.4 23.4 0 0 1 9.9 9.24m40.16-47.36h-9.96v105.24h9.96V549.82zm30.37 0h-9.96v105.24h9.96V549.82zm91.08 70.25c.19-1.8.29-4.41.29-7.82 0-6.64-1.49-12.68-4.48-18.14a33.4 33.4 0 0 0-12.8-13.01c-5.55-3.22-12.02-4.84-19.41-4.84-7.4 0-13.99 1.61-19.77 4.84a33.58 33.58 0 0 0-13.51 13.94c-3.23 6.07-4.84 13.13-4.84 21.19s1.64 15.1 4.91 21.12a34.66 34.66 0 0 0 13.58 13.94c5.78 3.27 12.32 4.91 19.63 4.91 9.38 0 17.18-2.39 23.39-7.18a32.9 32.9 0 0 0 12.16-18.56H473.6a22.07 22.07 0 0 1-8.74 12.66c-4.41 3.13-9.84 4.69-16.28 4.69-4.93 0-9.48-1.07-13.66-3.2a25.13 25.13 0 0 1-10.1-9.46c-2.56-4.17-3.98-9.2-4.27-15.08h64.43m-13.3-22.89c2.42 4.08 3.58 9.01 3.48 14.79h-54.61c.57-8.63 3.46-15.31 8.67-20.05s11.52-7.11 18.91-7.11c4.93 0 9.48 1.04 13.65 3.13a23.4 23.4 0 0 1 9.9 9.24m89.2-12.59c-5.88-5.74-13.46-8.6-22.76-8.6a32.7 32.7 0 0 0-15.79 3.77 25.41 25.41 0 0 0-10.67 10.88v-13.22h-9.96v77.65h9.96v-42.38c0-9.19 2.23-16.16 6.69-20.91 4.46-4.74 10.43-7.11 17.92-7.11 7.3 0 13.06 2.23 17.28 6.69s6.33 10.9 6.33 19.34v44.37h9.81v-45.51c.01-10.91-2.94-19.23-8.81-24.97m29.27 10.52c-3.23 6.02-4.84 13.06-4.84 21.12s1.61 15.1 4.84 21.12a34.42 34.42 0 0 0 13.37 13.94c5.69 3.27 12.18 4.9 19.48 4.9 9.48 0 17.35-2.42 23.61-7.25a32.58 32.58 0 0 0 12.09-19.2h-10.67c-1.33 5.69-4.2 10.12-8.6 13.3-4.41 3.18-9.88 4.76-16.43 4.76a28 28 0 0 1-14.08-3.55c-4.17-2.37-7.47-5.92-9.89-10.67-2.42-4.74-3.62-10.52-3.62-17.35s1.21-12.59 3.62-17.28a25 25 0 0 1 9.89-10.6A27.98 27.98 0 0 1 623 584.8c6.54 0 12.02 1.59 16.43 4.76 4.41 3.18 7.27 7.56 8.6 13.15h10.67c-1.8-8.15-5.81-14.6-12.02-19.34s-14.1-7.11-23.68-7.11c-7.3 0-13.8 1.64-19.48 4.91a34.42 34.42 0 0 0-13.37 13.94m154.51 24.96c.19-1.8.29-4.41.29-7.82 0-6.64-1.49-12.68-4.48-18.14a33.4 33.4 0 0 0-12.8-13.01c-5.55-3.22-12.02-4.84-19.41-4.84-7.4 0-13.99 1.61-19.77 4.84a33.58 33.58 0 0 0-13.51 13.94c-3.22 6.07-4.84 13.13-4.84 21.19s1.64 15.1 4.91 21.12a34.66 34.66 0 0 0 13.58 13.94c5.78 3.27 12.32 4.91 19.63 4.91 9.38 0 17.18-2.39 23.39-7.18a32.9 32.9 0 0 0 12.16-18.56h-10.52a22.07 22.07 0 0 1-8.74 12.66c-4.41 3.13-9.84 4.69-16.28 4.69-4.93 0-9.48-1.07-13.66-3.2a25.13 25.13 0 0 1-10.1-9.46c-2.56-4.17-3.98-9.2-4.27-15.08h64.42m-13.29-22.89c2.42 4.08 3.58 9.01 3.48 14.79h-54.61c.57-8.63 3.46-15.31 8.68-20.05 5.21-4.74 11.52-7.11 18.91-7.11 4.93 0 9.48 1.04 13.65 3.13a23.49 23.49 0 0 1 9.89 9.24M48.74 693.15a6.99 6.99 0 0 0 5.12 2.13c1.99 0 3.7-.71 5.12-2.13a7.16 7.16 0 0 0 2.13-5.26 6.9 6.9 0 0 0-2.13-5.19 7.12 7.12 0 0 0-5.12-2.06c-1.99 0-3.7.69-5.12 2.06a6.92 6.92 0 0 0-2.13 5.19c0 2.08.71 3.83 2.13 5.26m10.1 16.78h-9.95v77.65h9.95v-77.65zm79.64 7.18c-5.88-5.74-13.46-8.6-22.76-8.6a32.7 32.7 0 0 0-15.79 3.77 25.41 25.41 0 0 0-10.67 10.88v-13.23H79.3v77.65h9.96V745.2c0-9.19 2.23-16.16 6.69-20.91 4.46-4.74 10.43-7.11 17.92-7.11 7.3 0 13.06 2.23 17.28 6.69 4.22 4.46 6.33 10.9 6.33 19.34v44.37h9.81v-45.51c.01-10.9-2.93-19.23-8.81-24.96m69.82-28.94v99.41h9.95v-45.79h36.98v-8.25h-36.98v-37.12h43.81v-8.25H208.3zm77.44 95.64c5.83 3.27 12.4 4.9 19.7 4.9 7.3 0 13.94-1.63 19.91-4.9a35.4 35.4 0 0 0 14.08-14.01c3.41-6.07 5.12-13.08 5.12-21.05 0-8.06-1.69-15.1-5.05-21.12a35.27 35.27 0 0 0-13.94-13.94 40.39 40.39 0 0 0-19.84-4.91c-7.3 0-13.89 1.64-19.77 4.91a35.85 35.85 0 0 0-13.94 13.94c-3.41 6.02-5.12 13.06-5.12 21.12s1.68 15.1 5.05 21.12a35.51 35.51 0 0 0 13.8 13.94m33.92-7.26a29.8 29.8 0 0 1-14.22 3.48c-5.12 0-9.84-1.16-14.15-3.48a25.73 25.73 0 0 1-10.38-10.52c-2.61-4.69-3.91-10.45-3.91-17.28 0-6.83 1.3-12.59 3.91-17.28 2.6-4.69 6.09-8.2 10.45-10.52a29.81 29.81 0 0 1 14.22-3.49 29.7 29.7 0 0 1 14.22 3.49 26.1 26.1 0 0 1 10.52 10.52c2.65 4.69 3.98 10.45 3.98 17.28 0 6.83-1.35 12.59-4.05 17.28a26.57 26.57 0 0 1-10.59 10.52m55.72 7.26c5.83 3.27 12.4 4.9 19.7 4.9 7.3 0 13.94-1.63 19.91-4.9a35.4 35.4 0 0 0 14.08-14.01c3.41-6.07 5.12-13.08 5.12-21.05 0-8.06-1.69-15.1-5.05-21.12a35.27 35.27 0 0 0-13.94-13.94 40.39 40.39 0 0 0-19.84-4.91c-7.3 0-13.89 1.64-19.77 4.91a35.85 35.85 0 0 0-13.94 13.94c-3.41 6.02-5.12 13.06-5.12 21.12s1.68 15.1 5.05 21.12a35.51 35.51 0 0 0 13.8 13.94m33.91-7.26a29.8 29.8 0 0 1-14.22 3.48c-5.12 0-9.84-1.16-14.15-3.48a25.73 25.73 0 0 1-10.38-10.52c-2.61-4.69-3.91-10.45-3.91-17.28 0-6.83 1.3-12.59 3.91-17.28 2.6-4.69 6.09-8.2 10.45-10.52a29.81 29.81 0 0 1 14.22-3.49 29.7 29.7 0 0 1 14.22 3.49 26.1 26.1 0 0 1 10.52 10.52c2.65 4.69 3.98 10.45 3.98 17.28 0 6.83-1.35 12.59-4.05 17.28a26.5 26.5 0 0 1-10.59 10.52m41.72-48.92c-3.23 6.02-4.84 13.01-4.84 20.98 0 7.96 1.59 14.98 4.76 21.05a34.53 34.53 0 0 0 13.23 14.08c5.64 3.32 12.02 4.98 19.13 4.98 7.3 0 13.65-1.73 19.05-5.19 5.4-3.46 9.29-7.9 11.66-13.3v17.35h9.96V682.34H514v44.37c-2.56-5.31-6.59-9.62-12.09-12.94a35.07 35.07 0 0 0-18.49-4.98c-7.11 0-13.49 1.64-19.13 4.91a34.58 34.58 0 0 0-13.28 13.93m59.16 4.62c2.56 4.74 3.84 10.24 3.84 16.5s-1.28 11.76-3.84 16.5a27.39 27.39 0 0 1-10.45 10.95 28.52 28.52 0 0 1-14.58 3.84 29 29 0 0 1-14.79-3.77 26.45 26.45 0 0 1-10.31-10.95c-2.51-4.79-3.77-10.36-3.77-16.71 0-6.45 1.25-12.02 3.77-16.71a26.26 26.26 0 0 1 10.31-10.74 29.47 29.47 0 0 1 14.79-3.7c5.31 0 10.17 1.28 14.58 3.84a27.45 27.45 0 0 1 10.45 10.95m39.46 50.28c5.64 4.12 12.92 6.18 21.83 6.18 5.31 0 10-.95 14.08-2.85a23.25 23.25 0 0 0 9.53-7.75 19.1 19.1 0 0 0 3.41-11.16c-.1-4.55-1.33-8.2-3.7-10.95a23.14 23.14 0 0 0-8.53-6.26 105.9 105.9 0 0 0-13.37-4.41 123.3 123.3 0 0 1-11.09-3.63 19.11 19.11 0 0 1-6.9-4.55c-1.85-1.94-2.77-4.43-2.77-7.47 0-3.51 1.57-6.45 4.69-8.82 3.13-2.37 7.2-3.55 12.23-3.55 5.69 0 10.17 1.4 13.44 4.2 3.27 2.8 5.05 6.47 5.33 11.02h9.96c-.38-7.4-3.13-13.2-8.25-17.42-5.12-4.22-11.85-6.33-20.2-6.33a34.1 34.1 0 0 0-14.22 2.84c-4.17 1.9-7.39 4.46-9.67 7.68a17.88 17.88 0 0 0-3.41 10.53c0 5.02 1.26 9.03 3.77 12.01a23.94 23.94 0 0 0 9.18 6.76 105.8 105.8 0 0 0 14.08 4.55c4.46 1.14 7.99 2.2 10.6 3.2 2.6 1 4.76 2.35 6.47 4.05a8.85 8.85 0 0 1 2.56 6.54c0 3.79-1.54 6.97-4.62 9.53-3.09 2.56-7.32 3.84-12.73 3.84-6.16 0-11.07-1.35-14.72-4.05a14.7 14.7 0 0 1-6.19-10.6h-10.24c.66 7.13 3.81 12.74 9.45 16.87m135.26-29.94c.19-1.8.29-4.41.29-7.82 0-6.64-1.49-12.68-4.48-18.14a33.4 33.4 0 0 0-12.8-13.01c-5.55-3.22-12.02-4.84-19.41-4.84-7.4 0-13.99 1.61-19.77 4.84a33.58 33.58 0 0 0-13.51 13.94c-3.23 6.07-4.84 13.13-4.84 21.19s1.64 15.1 4.91 21.12a34.6 34.6 0 0 0 13.58 13.94c5.78 3.27 12.32 4.91 19.63 4.91 9.38 0 17.18-2.39 23.39-7.18a32.9 32.9 0 0 0 12.16-18.56h-10.52a22.07 22.07 0 0 1-8.74 12.66c-4.41 3.13-9.84 4.69-16.28 4.69-4.93 0-9.48-1.07-13.66-3.2a25.07 25.07 0 0 1-10.1-9.46c-2.56-4.17-3.98-9.2-4.27-15.08h64.42m-13.3-22.9c2.42 4.08 3.58 9.01 3.48 14.79h-54.61c.57-8.63 3.46-15.31 8.67-20.05s11.52-7.11 18.91-7.11c4.93 0 9.48 1.04 13.65 3.13s7.48 5.17 9.9 9.24m50.02-17.2a24.31 24.31 0 0 0-10.03 11.24v-13.79h-9.95v77.65h9.95V744.2c0-9.1 2.18-15.6 6.54-19.48 4.36-3.88 10.15-5.83 17.35-5.83h2.7V708.5c-6.53 0-12.06 1.33-16.56 3.99m32.64-2.56h-10.67l31.15 77.65h11.23l31.15-77.65h-10.52l-26.17 67.98-26.17-67.98zm74.56-16.78a6.99 6.99 0 0 0 5.12 2.13c1.99 0 3.7-.71 5.12-2.13a7.16 7.16 0 0 0 2.13-5.26 6.9 6.9 0 0 0-2.13-5.19 7.12 7.12 0 0 0-5.12-2.06c-1.99 0-3.7.69-5.12 2.06a6.92 6.92 0 0 0-2.13 5.19c0 2.08.71 3.83 2.13 5.26m10.1 16.78h-9.95v77.65h9.95v-77.65zm20.79 17.7c-3.23 6.02-4.84 13.06-4.84 21.12s1.61 15.1 4.84 21.12a34.42 34.42 0 0 0 13.37 13.94c5.69 3.27 12.18 4.9 19.48 4.9 9.48 0 17.35-2.42 23.61-7.25a32.55 32.55 0 0 0 12.09-19.2h-10.67c-1.33 5.69-4.19 10.12-8.6 13.3-4.41 3.18-9.88 4.76-16.43 4.76a28 28 0 0 1-14.08-3.55c-4.17-2.37-7.47-5.92-9.89-10.67-2.42-4.74-3.62-10.52-3.62-17.35 0-6.83 1.21-12.59 3.62-17.28a25 25 0 0 1 9.89-10.6 27.98 27.98 0 0 1 14.08-3.55c6.54 0 12.02 1.59 16.43 4.76 4.41 3.18 7.27 7.56 8.6 13.15h10.67c-1.8-8.15-5.81-14.6-12.02-19.34s-14.1-7.11-23.68-7.11c-7.3 0-13.8 1.64-19.48 4.91a34.49 34.49 0 0 0-13.37 13.94m154.51 24.96c.19-1.8.29-4.41.29-7.82 0-6.64-1.49-12.68-4.48-18.14a33.4 33.4 0 0 0-12.8-13.01c-5.55-3.22-12.02-4.84-19.41-4.84-7.4 0-13.99 1.61-19.77 4.84a33.58 33.58 0 0 0-13.51 13.94c-3.22 6.07-4.84 13.13-4.84 21.19s1.64 15.1 4.91 21.12a34.66 34.66 0 0 0 13.58 13.94c5.78 3.27 12.32 4.91 19.63 4.91 9.38 0 17.18-2.39 23.39-7.18a32.9 32.9 0 0 0 12.16-18.56h-10.52a22.07 22.07 0 0 1-8.74 12.66c-4.41 3.13-9.84 4.69-16.28 4.69-4.93 0-9.48-1.07-13.66-3.2a25.07 25.07 0 0 1-10.1-9.46c-2.56-4.17-3.98-9.2-4.27-15.08h64.42m-13.29-22.9c2.42 4.08 3.58 9.01 3.48 14.79h-54.61c.57-8.63 3.46-15.31 8.68-20.05 5.21-4.74 11.52-7.11 18.91-7.11 4.93 0 9.48 1.04 13.65 3.13s7.47 5.17 9.89 9.24" style="fill:#981c33"/><path d="M693.35 164.24s.22 8.14-1.57 26.46c-8.86 90.44-73.49 150.35-161.16 150.35-95.47 0-170.26-74.39-170.26-169.36C360.36 75.42 435.83 0 532.17 0c50.21 0 90.39 19.49 115.26 35.84l15.37 10.11-8.15 25.12-20.55-15.06c-23.03-15.14-58.16-31.84-101.88-31.84-81.97 0-147.55 64.46-147.55 147.55 0 82.71 65.58 145.22 145.99 145.22 76.9 0 129.59-52.03 137.01-128.52H491.9v-24.17h201.45zm-71.79-71.76 20.71 16.75 8.35-25.72c-1.73-1.45-6.63-5.29-20.42-15.46-22.64-16.69-58.55-32.61-98.76-32.61-75.33 0-134.67 60.57-134.67 135.51 0 76.1 59.33 134.74 134.67 134.74 70.26 0 113.2-46.6 123.34-106.39H491.9v24.11h130.64c-14.14 36.21-45.28 56.62-90.36 56.62-59.72 0-107.73-44.65-107.73-109.89 0-62.51 47.62-109.11 106.17-109.11 32.39 0 68.3 14.36 90.94 31.45M313.49 6.63h-24.18v327.85h26.55V6.63h-2.37zm-35.89 0h-26.54v327.85h26.54V6.63zm625.39 59.09V41.64H770.81v117.27h118.63v-24.07h-92.08V65.72h105.63zM759.1 310.34V30.77h143.89V17.49h.01V6.63H734.83v327.85h168.96v-24.14H759.1zm11.71-10.87h132.98V275.4H797.35v-81.54h92.08v-24.07H770.8v129.68zM86.65 196.9c40.25 24.97 47.88 38.46 47.88 54.62 0 12.25-10.68 29.5-34.42 29.5-17.7 0-31.32-3.95-56.05-16.25l-25.81-12.84-6.98 22.36 21.83 12.28c26.8 13.33 44.14 18.82 67 18.82 36.61 0 58.93-27.61 58.93-53.88 0-30.62-19.61-50.6-59.42-75.3-46.12-28.62-62.97-54.97-62.97-83.2 0-36.47 29.95-68.61 80.01-68.61 17.19 0 35.72 4.12 48.28 9.27a406.94 406.94 0 0 1 23.71 10.71l7.5-23.21-.03.01-6.62-3.29C165.67 6.04 141.17.03 116.66.03 57.07.03 12.14 40.01 12.14 93.02c.01 39.33 23.68 72.33 74.51 103.88M0 310.44l22.46 11.83c27.2 13.72 51.63 18.82 76.47 18.82 67.41 0 99.13-46.82 99.13-90.34 0-46.82-29.46-75.3-77.16-105.1-34.29-21.56-45.23-37.33-45.23-53.01 0-17.65 11.83-32.54 39.81-32.54 16.95 0 33.11 4.7 52.42 14.51l9.52 4.52L185 55.68a308 308 0 0 0-23.58-11.06 118.45 118.45 0 0 0-45.15-8.85c-41.78 0-67.79 26.66-67.79 57.25 0 23.92 14.09 47.13 57.84 74.18 46.9 29.01 64.54 51.89 64.54 84.32 0 32.15-25.09 64.86-71.14 64.86-23.25 0-42.57-4.31-70.16-18.43l-22.13-11.3L0 310.44zm1033.11-268.8c53.48 0 99.93 34.17 99.93 88.92 0 60.57-55.04 91.25-104.61 91.25H985.1V41.64h48.01m55.39 134.16c10.64-10.59 17.6-25.22 17.6-44.46 0-15.51-4.55-28.24-12.05-38.23a62.64 62.64 0 0 0-5.82-6.68 64.9 64.9 0 0 0-13.29-10.02c-12.39-7.13-27.24-10.68-42.23-10.68h-21.08v132.41h16.78c21.11-.02 44.54-6.86 60.09-22.34m-55-169.17h-84.38v327.85h24.27V30.77h60.11c62.84 0 112.02 39.22 112.02 99.01 0 68.73-60.11 102.9-119.05 102.9H985.1v101.8h25.75v-77.91h20.18c57.37 0 138.77-36.63 138.77-126.78 0-71.37-57.32-123.16-136.3-123.16M7.44 467.61h685.9v-24.08H7.44m-.02-10.87h685.91v-13.28h.03v-10.86H7.42m743.05 56.49a32.5 32.5 0 0 0 16.15 4.09c5.76 0 10.98-1.31 15.65-3.94a28.1 28.1 0 0 0 10.92-10.92l-9.28-6.52c-4.25 6.86-9.98 10.28-17.2 10.28-3.7 0-7.02-.85-9.96-2.54a18.07 18.07 0 0 1-6.92-7.06 20.95 20.95 0 0 1-2.5-10.33c0-3.87.83-7.33 2.5-10.38a18.3 18.3 0 0 1 6.92-7.15 19.35 19.35 0 0 1 9.96-2.58c7.22 0 12.95 3.43 17.2 10.28l9.28-6.52a28.8 28.8 0 0 0-10.96-10.92 30.9 30.9 0 0 0-15.51-3.94 32.63 32.63 0 0 0-16.15 4.09 30.83 30.83 0 0 0-11.6 11.24 30.15 30.15 0 0 0-4.28 15.79c0 5.76 1.41 11.02 4.23 15.79a30.34 30.34 0 0 0 11.55 11.24m53.18 3.01h12.28v-25.93h26.57v25.93h12.28v-60.05H842.5v23.02h-26.57v-23.02h-12.28v60.05zm64.87 0h12.28v-60.05h-12.28v60.05zm64.87-60.05v35.85l-34.84-36.94h-4v61.14h12.28v-36.03l34.76 37.12h4.09v-61.14h-12.29zm64.77 60.04h13.19l-26.75-61.14h-4.09l-26.84 61.14h13.19l3.37-7.82h24.56l3.37 7.82zm-7.64-18.92h-16.01l8.01-19.29 8 19.29z" style="fill:#e8405a"/></svg> </a> <div class="header-inner__right"> <div class="navbar"> <a href="javascript:;" class="mobile-men-btn"> <div class="mobile-men-btn-ico"> <div class="lines"> <span></span> <span></span> <span></span> </div> </div> <span>Menu</span> </a> <div class="lang-select"> <div class="lang-select__btn"> <i class="i i-language"></i> <span>EN</span> <div class="arrow"></div> </div> <div class="lang-select__list"> <div class="lang-select__item"><i class="i i-language"></i> <div class="item-right"> <span>EN</span> <div class="arrow"></div> </div> </div> <a href="https://sigepcn.com/cn//" class="lang-select__item langselect_altlang"><i class="i i-right-arrow"></i> <div class="item-right"> <span>CN</span> </div> </a> </div> </div> <a href="https://sigepcn.com/en/index/follow-us" class="navbar-link"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/02/25/2022022515495416db541b.svg" alt="" title="Contact"> <span>Follow us</span> </a> <a href="https://koelnmessechina.ungerboeck.com/prod/app85.cshtml?aat=RzT%2fsESkQKdjpIqkeNVw6fqBzfMiUYFiv%2b3ZsL73B00%3d" class="navbar-link"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/02/25/2022022515465306987075.svg" alt="" title="Login"> <span>Exhibitor Login</span> </a> </div> <nav class="nav-block"> <div class="holder"> <div class="nav-holder"> <div class="nav"> <ul class="mainmenu"> <li class="desktophidden overview"></li> <li class=" hassub "> <a class="level-1 no-link" target="_self" href="javascript:;" data-target="sub-Exhibition-Overview">Exhibition Overview</a> </li> <li class=" hassub "> <a class="level-1 no-link" target="_self" href="javascript:;" data-target="sub-VP-EP">Visitor & Exhibitor</a> </li> <li class=" hassub "> <a class="level-1 no-link" target="_self" href="javascript:;" data-target="sub-Events-Forums">Events & Forums</a> </li> <li class=" hassub "> <a class="level-1 no-link" target="_self" href="javascript:;" data-target="sub-Media">Media</a> </li> <li class=" nosub "> <a class="level-1" target="_self" href="https://sigepcn.com/en/index/Contact-us" >Contact Us</a> </li> <li class=" hassub "> <a class="level-1 no-link" target="_self" href="javascript:;" data-target="sub-Co-Locate">Co-Located</a> </li> </ul> <div class="mobilemeta"> <a href="https://sigepcn.com/en/index/follow-us" class="navbar-link"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/02/25/2022022515495416db541b.svg" alt="" title="Contact"> <span>Follow us</span> </a> <a href="https://koelnmessechina.ungerboeck.com/prod/app85.cshtml?aat=RzT%2fsESkQKdjpIqkeNVw6fqBzfMiUYFiv%2b3ZsL73B00%3d" class="navbar-link"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/02/25/2022022515465306987075.svg" alt="" title="Login"> <span>Exhibitor Login</span> </a> </div> </div> <div class="subnav" id="sub-Exhibition-Overview"> <div class="subnav-wrapper"> <ul> <li class="desktophidden overview"></li> <li class="level-2 hassub "> <a class="active no-link" target="_self" href="javascript:;" >About Sigep China</a> <div class="subnav-container"> <ul> <li class="desktophidden overview"></li> <li class="level-2 desktophidden"><a href="#" class="overview"></a> </li> <li> <a class="" target="_self" href="https://sigepcn.com/en/index/Exhibition-Overview/About-Sigep-China/About-the-Fair" >About the Fair</a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/en/index/Exhibition-Overview/About-Sigep-China/Exhibiting-Profile" >Exhibiting Profile</a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/en/index/Exhibition-Overview/About-Sigep-China/Date-and-Opening-Hours" >Date and Opening Hours</a> </li> <li> <a class="" target="_self" href="https://sigepcn.com/en/index/Exhibition-Overview/About-Sigep-China/Hall-Plan" >Hall-Plan</a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/en/index/Exhibition-Overview/About-Sigep-China/Organizers" >Organizers</a> </li> </ul> </div> </li> <li class="level-2 hassub "> <a class="active no-link" target="_self" href="javascript:;" >Download Center</a> <div class="subnav-container"> <ul> <li class="desktophidden overview"></li> <li class="level-2 desktophidden"><a href="#" class="overview"></a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/download/media/d9425n6KFHwr8_hckIB8KszqgqBdlSysVSwEPvK0VnHIBHLZ0cJHH-Fm5o8p5iGekBEpDKH_of05JgS1aTQ68Vx7VyMtmZqod0oBCC9j_gY?SIGEP%20China%20Brochure%202025.pdf" >2025 Brochure</a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/download/media/57e4PlwAM78ozG9ax-XxwLQP9LSmSfJZVGi1bwmUWGKzBbpAQiS-ev6EyZOjk8RGWU7VagtY9GeO1Ys7xT486Hg_ZjKkY8yRhKQKPrfsYVa7yA?SIGEP%202024%20Post%20show%20report.pdf" >2024 Show Report</a> </li> </ul> </div> </li> <li class="level-2 navmodul navmodul_icon "> <a href="https://en.sigep.it/" > <div class="navitem_icon"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/08/19/20240819171706b86cb076.jpg" alt="SIGEP WORLD"> <div class="linktitle">SIGEP-The World Expo for Foodservice Excellence</div> </div> </a> </li> </ul> </div> <div class="close"></div> </div> <div class="subnav" id="sub-VP-EP"> <div class="subnav-wrapper"> <ul> <li class="desktophidden overview"></li> <li class="level-2 hassub "> <a class="active no-link" target="_self" href="javascript:;" >For Visitors</a> <div class="subnav-container"> <ul> <li class="desktophidden overview"></li> <li class="level-2 desktophidden"><a href="#" class="overview"></a> </li> <li> <a class="" target="_self" href="https://reg.sigepcn.com/?source=BWEB" >Pre Registration</a> </li> <li> <a class="" target="_self" href="https://online.sigepcn.com/" >SIGEP Online</a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/en/index/VP-EP/For-Visitors/Venue-Transportation" >Venue Transportation</a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/en/index/VP-EP/For-Visitors/Accommodation" >Accommodation</a> </li> <li> <a class="" target="_self" href="https://sigepcn.com/cn/exhibitor-search" >Exhibitor List</a> </li> <li> <a class="" target="_self" href="https://sigepcn.com/en/index/VP-EP/For-Visitors/Visa-Information" >Visa Information</a> </li> </ul> </div> </li> <li class="level-2 hassub "> <a class="active no-link" target="_self" href="javascript:;" >For Exhibitors</a> <div class="subnav-container"> <ul> <li class="desktophidden overview"></li> <li class="level-2 desktophidden"><a href="#" class="overview"></a> </li> <li> <a class="" target="_self" href="https://sigepcn.com/download/media/d9425n6KFHwr8_hckIB8KszqgqBdlSysVSwEPvK0VnHIBHLZ0cJHH-Fm5o8p5iGekBEpDKH_of05JgS1aTQ68Vx7VyMtmZqod0oBCC9j_gY?SIGEP%20China%20Brochure%202025.pdf" >2025 Brochure</a> </li> <li> <a class="" target="_blank" href="https://sigepcn.com/cn/category/page/detail-booth-application" >Booth Application Form</a> </li> </ul> </div> </li> </ul> </div> <div class="close"></div> </div> <div class="subnav" id="sub-Events-Forums"> <div class="subnav-wrapper"> <ul> <li class="desktophidden overview"></li> <li class="level-2 navmodul navmodul_icon "> <a href="https://sigepcn.com/en/index/Events-Forums/Gelato-China-Cup" > <div class="navitem_icon"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/09/27/20240927154632510e3181.jpg" alt="2022121914420871ccf812"> <div class="linktitle">2025 Gelato World Cup (China Selection)</div> </div> </a> </li> <li class="level-2 navmodul navmodul_icon "> <a href="https://sigepcn.com/en/index/Events-Forums/Juniores-Pastry-World-Cup-China-Selection" > <div class="navitem_icon"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/09/27/2024092715494899b3eed3.png" alt="西点世界杯logo"> <div class="linktitle">Juniores Pastry World Cup (China Selection)(?)</div> </div> </a> </li> <li class="level-2 navmodul navmodul_icon "> <a href="https://sigepcn.com/cn/category/page/detail-cti" > <div class="navitem_icon"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/03/13/202403131651091b7b458a.png" alt="bc03ecc54287cc2c1ba090624634084"> <div class="linktitle">CTI Latte Art Duel &amp; Brewing For Fun</div> </div> </a> </li> </ul> </div> <div class="close"></div> </div> <div class="subnav" id="sub-Media"> <div class="subnav-wrapper"> <ul> <li class="desktophidden overview"></li> <li class="level-2 navmodul navmodul_icon "> <a href="https://sigepcn.com/en/index/Media/Media-Partners" > <div class="navitem_icon"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/03/09/202203091844556dc060b9.png" alt="多媒体 (1)"> <div class="linktitle">Media Partners</div> </div> </a> </li> <li class="level-2 navmodul navmodul_icon "> <a href="https://sigepcn.com/en/index/Media/Press-Releases" > <div class="navitem_icon"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/03/09/2022030918374525d0d830.png" alt="新闻稿"> <div class="linktitle">Press Releases</div> </div> </a> </li> </ul> </div> <div class="close"></div> </div> <div class="subnav" id="sub-Co-Locate"> <div class="subnav-wrapper"> <ul> <li class="desktophidden overview"></li> <li class="level-2 navmodul navmodul_icon "> <a href="https://www.anuga-cn.com/cn/" > <div class="navitem_icon"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2023/10/20/202310201107317dd7a040.png" alt="fb847404951f9386c4abb85a7080673"> <div class="linktitle">Anuga Select China</div> </div> </a> </li> </ul> </div> <div class="close"></div> </div> </div> </div> </nav> </div> </div> </div> </header> <script> function showErrorData(data) { for (var field in data.data) { var error_field = $('[name="' + field + '"]'); if (error_field.length) { var ele_errors_arr = {}; ele_errors_arr[field] = []; if (typeof data.data[field] == 'string') { ele_errors_arr[field].push(data.data[field]); } else { ele_errors_arr[field].push(data.data[field][0]); } error_field.closest('form').validate().showErrors(ele_errors_arr); error_field.focus(); break; } else { if (typeof data.data[field] == 'object') { for (var vv in data.data[field]) { error += data.data[field][vv] + '\n'; } } else { error += data.data[field] + '\n'; } } } } function show_warning_box(warning_html) { if ($('.como-warning-box.in').length > 0) { $('.como-warning-box p').remove(); $('.como-warning-box').removeClass('in'); } $('.como-warning-box').prepend(warning_html); setTimeout(function () { $('.como-warning-box').addClass('in'); $('.como-warning-box').removeClass('hide'); }, 1000); $('.como-warning-box').click(function () { $(this).removeClass('in'); $('.como-warning-box').addClass('hide'); }); } function full_search_change(e) { if (event.keyCode == 13) { full_search(); } } function full_search() { var search_text = $('.search-wrap-desktop input').val(); var target = "https://sigepcn.com/en/full-search"; location.href = target + '/' + search_text; } function full_search_change_mobile(e) { if (event.keyCode == 13) { full_search(); } } function full_search_mobile() { var search_text = $('.search-wrap-mobile input').val(); var target = "https://sigepcn.com/en/full-search"; location.href = target + '/' + search_text; } </script> <section class="page-kv-full"> <a class="page-kv-full__bg bg-desktop" style="background-image: url(https://sigepchina-storage.www.comocloud.net/sigepchina/2024/10/14/20241014154044b49cb40d.jpg);" > <video src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/01/13/202501131654187bcc0f4c.mp4" autoplay muted loop webkit-playsinline="true" playsinline="true"></video> </a> <a class="page-kv-full__bg bg-mobile" style="background-image: url(https://sigepchina-storage.www.comocloud.net/sigepchina/2024/10/29/2024102917171189e9f60e.jpg);" > </a> <div class="page-kv-full__content"> <div class="grid-wrapper"> <div class="page-kv-full__button-group"> <a href="https://koelnmessechina.ungerboeck.com/prod/app85.cshtml?aat=eTYRUDGxt7IPixDYpUGK7DbXIN58J%2fDjFhBtEvekF%2bk%3d" target="_blank" class="btn btn-primary "><i class="i i-right-arrow"></i><span>Book A Stand</span></a> <a href="https://reg.sigepcn.com/?source=BWEB" target="_blank" class="btn btn-primary "><i class="i i-right-arrow"></i><span>Pre-registration</span></a> </div> </div> </div> </section> <script> $('header').addClass('on-kv'); </script> <main id="main"> <div style="height: 0; overflow: hidden"> <img src="https://sigepcn.com/modulesassets/comofrontend/assets/images/website-main.jpg?v=20240821" alt="这里的alt需要同 head.title" /> </div> <!-- layout 12 --> <article class="" > <!-- block:Enumeration --> <section id="block67b6d21d4be32702191460" class="cms-block section-module section-padding-top-default section-padding-bottom-loose white this-media-ratio-2x1 cms-section-d58j9" > <div class="enumeration grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">2024 SIGEP China Data</h2> <div class="enumeration-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="javascript:;" class="enumeration-item no-link"> <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2023/08/14/20230814181019ffc753d5.png" alt="观众" title="观众"> </div> </div> <h3 class="enumeration-title">29,390</h3> <p class="enumeration-desc">Visitors</p> </a> </div> <div class="swiper-slide"> <a href="javascript:;" class="enumeration-item no-link"> <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2023/08/14/202308141745554017f1f6.png" alt="国家" title="国家"> </div> </div> <h3 class="enumeration-title">74</h3> <p class="enumeration-desc">Countries</p> </a> </div> <div class="swiper-slide"> <a href="javascript:;" class="enumeration-item no-link"> <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2023/08/14/20230814174629784955c6.png" alt="展商" title="展商"> </div> </div> <h3 class="enumeration-title">500+</h3> <p class="enumeration-desc">Exhibitors</p> </a> </div> <div class="swiper-slide"> <a href="javascript:;" class="enumeration-item no-link"> <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2023/08/14/202308141747012c08b804.png" alt="area espositiva_1" title="area espositiva_1"> </div> </div> <h3 class="enumeration-title">40,000</h3> <p class="enumeration-desc">Exhibition Area</p> </a> </div> </div> </div> </div> </div> <script> $(function () { var slideLength = $('#block67b6d21d4be32702191460 .enumeration-swiper .swiper-slide').length; var loopFlag = false; // 桌面版 if (device.desktop || device.pad_h) { if (slideLength > 4) { loopFlag = true } } // pad竖版 if (device.pad_v) { if (slideLength > 3) { loopFlag = true } } if (device.mobile) { if (slideLength > 1) { loopFlag = true } } $('#block67b6d21d4be32702191460 .enumeration-swiper').swiper({ slidesPerView: 1, slidesPerGroup: 1, loop : loopFlag, centerInsufficientSlides: !loopFlag, pagination: { el: '.swiper-pagination1', type :'fraction' }, navigation: { nextEl: '.swiper-button-next1', prevEl: '.swiper-button-prev1', outside: false, }, breakpoints: { 768: { slidesPerView: 3, slidesPerGroup: 3, }, 1025: { slidesPerView: 4, slidesPerGroup: 4 } }, }) }) </script> </section> <!-- block:block_overlay_picture --> <section id="block67b6d21d53ed4349614082" class="cms-block section-module section-padding-top-0 section-padding-bottom-0 white use-primary-color--content-title section-media--right section-media--large cms-section-10bn9a" > <div class="intro grid-wrapper"> <div class="gw-inner"> <div class="inner"> <div class="block-overlay-picture"> <div class="block-overlay-picture__img"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/08/22/2024082210262552b29704.jpg"/> </div> <div class="block-overlay-picture__overlay"> <div class="ckediter-block"><h3>For 46 years, SIGEP&#39;s journey never stops</h3> <p>SIGEP China is a reference point for innovation across the industry and offers a complete overview of all new market developments: raw materials and ingredients, machinery and equipment, packaging and services. By connecting five different industries (artisanal ice cream, baking, pastry, chocolate, coffee), SIGEP China offers a 360-degree view of the world of dessert and coffee, combining the presentation of new technologies, trends and formats with business and networking opportunities in the Greater Bay Area, one of the fastest growing and most prominent economic regions in China.</p> </div> <div class="link-list-with-a"> <a href="https://online.sigepcn.com/" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>SIGEP China Online</span> </a> <a target="_blank" class="fast-link " href="https://sigepcn.com/download/media/8967LaKUPtCmj8liXvBvPnOh2DobrK1ZLc815atcbnlHAzFzCeaOF9bowLRx45RkSGJt3IsqKrB0klARKnhVzbmphusvux5IB1p82QMTlqoO6w?SIGEP%202024%20Post%20show%20report.pdf"> <i class="i i-right-arrow"></i><span>2024 Post Show Report</span> </a> <a target="_blank" class="fast-link " href="https://sigepcn.com/download/media/c3e80XwX352VmaVij68NCv3DEK3d0XeKyI33XqQdVgMzWsqYtDQllB1VJkhJI-q8orHUHJK1wl5b33DoiM3IWSqOvCz7BBxwL1yoOU8-4BU?SIGEP%20China%20Brochure%202025.pdf"> <i class="i i-right-arrow"></i><span>2025 Brochure</span> </a> </div> </div> </div> </div> </div> </div> </section> <!-- block:text_full --> <section id="block67b6d21d57639300824354" class="cms-block section-module section-padding-top-loose section-padding-bottom-loose white section-center cms-section-b1cm6g" > <div class="intro grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">Exhibitor Profile</h2> <div class="ckediter-block"><p><a href="https://sigepcn.com/en/index/Exhibition-Overview/About-Sigep-China/Exhibiting-Profile" target="_blank"><img alt="SIGEP25_sectors_icons_00(2)" data-como-imageid="3801" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/06/24/202406241109559dd30165.png" style="show w-100per" title="SIGEP25_sectors_icons_00(2)" /></a></p> </div> </div> </div> </section> <!-- block:Countdown --> <section id="block67b6d21d592a7300873049" class="cms-block section-module section-padding-top-loose section-padding-bottom-default primary section-module--bgimg cms-section-a86l6b" > <div class="countdown grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">SIGEP China 2025 </h2> <div class="ckediter-block"><p>24-26 April 2025<br /> Shenzhen Convention and Exhibition Centre (Futian)</p> </div> <div class="countdown-items opacity0"> <div class="countdown-item day_show"> <time>00</time> <span>D</span> </div> <div class="dot"> <span>:</span> </div> <div class="countdown-item hour_show"> <time>00</time> <span>H</span> </div> <div class="dot"> <span>:</span> </div> <div class="countdown-item minute_show"> <time>00</time> <span>M</span> </div> <div class="dot"> <span>:</span> </div> <div class="countdown-item second_show"> <time>00</time> <span>S</span> </div> </div> <div class="link-list-with-btn"> <a href="https://reg.sigepcn.com/?source=BWEB" class="btn " target="_blank"> <i class="i i-right-arrow"></i><span>Pre-registration</span> </a> </div> </div> </div> <img class="section-module__bg" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/03/13/20240313175815023b1a87.jpg" alt=""> <script> $(function () { var date = new Date(); var date_time = date.getTime() / 1000; var intDiff = parseInt(1745460000) - date_time;//倒计时总秒数量 var Timer; var timeReady = false; function timer(intDiff) { Timer = setInterval(function () { var day = 0, hour = 0, minute = 0, second = 0;//时间默认值 if (intDiff > 0) { day = Math.floor(intDiff / (60 * 60 * 24)); hour = Math.floor(intDiff / (60 * 60)) - (day * 24); minute = Math.floor(intDiff / 60) - (day * 24 * 60) - (hour * 60); second = Math.floor(intDiff) - (day * 24 * 60 * 60) - (hour * 60 * 60) - (minute * 60); } if (day <= 9) day = '0' + day; if (hour <= 9) hour = '0' + hour; if (minute <= 9) minute = '0' + minute; if (second <= 9) second = '0' + second; $('#block67b6d21d592a7300873049 .day_show time').html(day); $('#block67b6d21d592a7300873049 .hour_show time').html(hour); $('#block67b6d21d592a7300873049 .minute_show time').html(minute); $('#block67b6d21d592a7300873049 .second_show time').html(second); if (!timeReady) { $('#block67b6d21d592a7300873049 .countdown-items').removeClass('opacity0'); timeReady = true; } intDiff--; if (intDiff < 0) { clearInterval(Timer) } }, 1000); } if (intDiff > 0) { timer(intDiff); } else { $('#main #block67b6d21d592a7300873049').remove(); } }) </script> </section> <!-- block:Photos wall --> <section id="block67b6d21d5cc8b733652866" class="cms-block section-module section-padding-top-default section-padding-bottom-default white this-media-ratio-2x1 cms-section-5a9m1e" > <div class="photos-wall grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">Recommended Exhibitors</h2> <div class="photos-wall-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145441f9dec335.jpg" alt="赞助商logo _ 网站_画板 1" title="赞助商logo _ 网站_画板 1"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145442bcaa8bbb.jpg" alt="赞助商logo _ 网站-02" title="赞助商logo _ 网站-02"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/202502201454439ab72fc3.jpg" alt="赞助商logo _ 网站-03" title="赞助商logo _ 网站-03"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145513fc64c5b2.jpg" alt="赞助商logo _ 网站-05" title="赞助商logo _ 网站-05"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/202502201455149e7bb2e5.jpg" alt="赞助商logo _ 网站-06" title="赞助商logo _ 网站-06"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/202502201455144cdd4b8e.jpg" alt="赞助商logo _ 网站-07" title="赞助商logo _ 网站-07"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145515361b11b6.jpg" alt="赞助商logo _ 网站-08" title="赞助商logo _ 网站-08"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145516b0b80658.jpg" alt="赞助商logo _ 网站-09" title="赞助商logo _ 网站-09"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145516be6b87db.jpg" alt="赞助商logo _ 网站-10" title="赞助商logo _ 网站-10"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014551721728290.jpg" alt="赞助商logo _ 网站-11" title="赞助商logo _ 网站-11"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145517483a5ee2.jpg" alt="赞助商logo _ 网站-12" title="赞助商logo _ 网站-12"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014551897999a54.jpg" alt="赞助商logo _ 网站-13" title="赞助商logo _ 网站-13"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014551939c8fd4b.jpg" alt="赞助商logo _ 网站-14" title="赞助商logo _ 网站-14"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014561617de69f5.jpg" alt="赞助商logo _ 网站-15" title="赞助商logo _ 网站-15"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/202502201456174aa67fef.jpg" alt="赞助商logo _ 网站-16" title="赞助商logo _ 网站-16"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/20250220145617c4d096ef.jpg" alt="赞助商logo _ 网站-17" title="赞助商logo _ 网站-17"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014561893e1b1ef.jpg" alt="赞助商logo _ 网站-18" title="赞助商logo _ 网站-18"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014561944835672.jpg" alt="赞助商logo _ 网站-19" title="赞助商logo _ 网站-19"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014561940e834b2.jpg" alt="赞助商logo _ 网站-20" title="赞助商logo _ 网站-20"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014562090e52e3f.jpg" alt="赞助商logo _ 网站-21" title="赞助商logo _ 网站-21"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014562138085e0b.jpg" alt="赞助商logo _ 网站-22" title="赞助商logo _ 网站-22"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/02/20/2025022014562191952840.jpg" alt="赞助商logo _ 网站-23" title="赞助商logo _ 网站-23"> </div> </div> </a> </div> </div> </div> </div> </div> <script> $(function(){ var slideLength = $('#block67b6d21d5cc8b733652866 .photos-wall-swiper .swiper-slide').length; var loopFlag = false; // 桌面版 if(device.desktop || device.pad_h){ if(slideLength > 6){ loopFlag = true } } // pad竖版 if(device.pad_v){ if(slideLength > 3){ loopFlag = true } } if(device.mobile){ if(slideLength > 1){ loopFlag = true } } if(!loopFlag) $('#block67b6d21d5cc8b733652866 .photos-wall-swiper').addClass('no-button'); $('#block67b6d21d5cc8b733652866 .photos-wall-swiper').swiper({ slidesPerView: 1, spaceBetween: 0, loop: loopFlag, autoplay: true, delay: 1000, centerInsufficientSlides: !loopFlag, pagination: { el: '.swiper-pagination1', type: 'fraction' }, navigation: { nextEl: '.swiper-button-next1', prevEl: '.swiper-button-prev1', outside: false, }, breakpoints: { 768: { slidesPerView: 3, spaceBetween: 6 }, 1025: { slidesPerView: 6, spaceBetween: 6 } } }) }) </script> </section> <!-- block:teaser_box --> <section id="block67b6d21db427e898814818" class="cms-block section-module section-padding-top-default section-padding-bottom-default invertedback cms-section-783l60" > <div class="teaserbox grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">On-site Activities</h2> <div class="teaserbox-block"> <div class="teaserbox-row"> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/06/20/2024062010181965cc48c1.jpg" alt="Pastry" title="Pastry"> </div> <div class="teaser-graphic-info"> <div class="top"> <h3 class="teaser-graphic-title">Gelato China Cup</h3> <div class="ckediter-block"><p style="text-align: justify;"><br /> The 2nd Gelato China Cup is coming up in 2025. Following the success of the inaugural event in 2023, the 2025 competition will bring together more top Gelato Artisans to present a feast of Gelato art and technology. This exciting event is not only a great recognition of the competitors&#39; abilities, but also an important force for the continuous progress of the ice cream industry!</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://sigepcn.com/en/index/Events-Forums/Gelato-China-Cup" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>LEARN MORE</span> </a> </div> </div> </div> </div> </div> </div> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/06/20/20240620102016844a771a.jpg" alt="西点" title="西点"> </div> <div class="teaser-graphic-info"> <div class="top"> <h3 class="teaser-graphic-title">Juniores Pastry World Cup (China Selection)</h3> <div class="ckediter-block"><p style="text-align: justify;">For the first time in China, the 2025 Juniores Pastry World Cup&nbsp;(China Selection) will be staged in China, a unique event for young pastry chefs under the age of 26. This unique event for young pastry chefs under the age of 26 aims to provide a platform for the next generation of pastry chefs to showcase their skills and creativity to help them start a successful career.&nbsp;</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://sigepcn.com/en/index/Events-Forums/Juniores-Pastry-World-Cup-China-Selection" class="fast-link" target="_self"> <i class="i i-right-arrow"></i><span>LEARN MORE</span> </a> </div> </div> </div> </div> </div> </div> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/03/13/20240313165628ead2cd40.jpg" alt="6d498cf1635deca8db51a8b47cc1bce" title="6d498cf1635deca8db51a8b47cc1bce"> </div> <div class="teaser-graphic-info"> <div class="top"> <h3 class="teaser-graphic-title">CTI Coffee Latte Art Competition</h3> <div class="ckediter-block"><p style="text-align: justify;"><br /> CTI Coffee Latte Art Competition has been held for ten years, creating a competitive platform for domestic baristas who love latte art with fun, efficiency and professionalism, helping barista realize professional value, mining industry talents, and exploring the coffee world together in the constantly upgrading competition.</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://sigepcn.com/cn/category/page/detail-cti" class="fast-link" target="_self"> <i class="i i-right-arrow"></i><span>LEARN MORE</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $(function () { //视频 $('#block67b6d21db427e898814818 .teaser-single-media, .teaser-graphic').find('video').on('click', function () { if (!$(this).parent().hasClass('play')) { $(this)[0].play(); $(this).parent().addClass('play'); } else { $(this)[0].pause(); $(this).parent().removeClass('play'); } }); $('#block67b6d21db427e898814818 .is_ios.is_moblie .teaser-single-media, .teaser-graphic').find('video').on('touchend', function () { if (!$(this).parent().hasClass('play')) { $(this)[0].play(); $(this).parent().addClass('play'); } else { $(this)[0].pause(); $(this).parent().removeClass('play'); } }); }) </script> </section> <!-- block:teaser_box --> <section id="block67b6d21db83bc117879230" class="cms-block section-module section-padding-top-default section-padding-bottom-default invertedback cms-section-078k3" > <div class="teaserbox grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">Press Release</h2> <div class="teaserbox-block"> <div class="teaserbox-row"> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/08/07/20240807180130dec09f26.jpg" alt="图片1" title="图片1"> </div> <div class="teaser-graphic-info"> <div class="top"> <span class="teaser-graphic-label">News | 2024.08.07</span> <h3 class="teaser-graphic-title">Anuga Select China 2024 and SIGEP China 2024 unveil the spectacle today in Shenzhen, China</h3> <div class="ckediter-block"><p>Banking on Europe&rsquo;s leading event in the dessert, bakery, and coffee industry&mdash;&mdash;SIGEP The Dolce World Expo, SIGEP China 2024 is jointly organised by IEG China Co., Ltd. and Koelnmesse (Beijing) Co., Ltd., and it is the foremost international exhibition for gelato, bakery, pastry, chocolate, and coffee, strategically located in Southern China.</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://sigepcn.com/en/category/news/detail-news-20240807160032" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>Read more</span> </a> </div> </div> </div> </div> </div> </div> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/01/04/202401041426296fb90ca5.jpg" alt="97a8002fe644923de36ed9c8f6644e6" title="97a8002fe644923de36ed9c8f6644e6"> </div> <div class="teaser-graphic-info"> <div class="top"> <span class="teaser-graphic-label">News | 2023.10.17</span> <h3 class="teaser-graphic-title">SIGEP Online | A more convenient and intuitive digital exhibition hall to enhance your business connection!</h3> <div class="ckediter-block"><p>Through the &quot;SIGEP Online&quot; system, we strive to create a professional and efficient one-stop exhibition service and information platform for everyone.</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://mp.weixin.qq.com/s/2s1BkFKmwg4JPq-n8NdoHg" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>Read more</span> </a> </div> </div> </div> </div> </div> </div> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/08/07/2024080718081849ff7e62.jpg" alt="图片1" title="图片1"> </div> <div class="teaser-graphic-info"> <div class="top"> <span class="teaser-graphic-label">News | 2024.08.07</span> <h3 class="teaser-graphic-title">SIGEP China 2024 successfully concluded in Shenzhen, creating an exclusive dessert and coffee feast for Southern China and the Greater Bay Area</h3> <div class="ckediter-block"><p>Originating from SIGEP - The Dolce World Expo in Rimini, Italy, SIGEP China 2024, co-organised by IEG China and Koelnmesse (Beijing) Co., Ltd., was successfully held from 24-26 April at the Shenzhen Convention and Exhibition Center (Futian).</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://sigepcn.com/en/category/news/detail-news-20240807163229" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>Read more</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $(function () { //视频 $('#block67b6d21db83bc117879230 .teaser-single-media, .teaser-graphic').find('video').on('click', function () { if (!$(this).parent().hasClass('play')) { $(this)[0].play(); $(this).parent().addClass('play'); } else { $(this)[0].pause(); $(this).parent().removeClass('play'); } }); $('#block67b6d21db83bc117879230 .is_ios.is_moblie .teaser-single-media, .teaser-graphic').find('video').on('touchend', function () { if (!$(this).parent().hasClass('play')) { $(this)[0].play(); $(this).parent().addClass('play'); } else { $(this)[0].pause(); $(this).parent().removeClass('play'); } }); }) </script> </section> <!-- block:teaser_box --> <section id="block67b6d21dbbfc2491579783" class="cms-block section-module section-padding-top-default section-padding-bottom-default invertedback cms-section-5f9i4h" > <div class="teaserbox grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">Industry News</h2> <div class="teaserbox-block"> <div class="teaserbox-row"> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/08/08/20240808083919a1b98898.jpg" alt="20240731151629af63110e" title="20240731151629af63110e"> </div> <div class="teaser-graphic-info"> <div class="top"> <span class="teaser-graphic-label">News | 2024.07.31</span> <h3 class="teaser-graphic-title">The registration channel is open! SIGEP CHINA 2025 two international competitions are waiting for you to challenge!</h3> <div class="ckediter-block"><p>The two upcoming international sweet events will be held at SIGEP China 2025. This is not only an important platform to showcase cutting-edge technology and innovative ideas in the dessert field, but also a key opportunity to lead the industry&#39;s latest trends and development trends, aiming to provide participants with a feast of ideas and inspirations, and to showcase the outstanding achievements of the global dessert and ice cream industry.</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://mp.weixin.qq.com/s/6K-PQ29dISYk3mcqH6uoYw" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>Read more</span> </a> </div> </div> </div> </div> </div> </div> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/08/08/20240808090825f99a58ff.webp" alt="20240726164809bb9fde95" title="20240726164809bb9fde95"> </div> <div class="teaser-graphic-info"> <div class="top"> <span class="teaser-graphic-label">News | 2024.06.20</span> <h3 class="teaser-graphic-title">【Booth Sales Kick-Off】SIGEP China invites you to continue your sweet journey!</h3> <div class="ckediter-block"><p>SIGEP China 2025 booth sales have officially started.<br /> Whether you are an industry leader, a start-up brand, or a shop<br /> We invite you to join SIGEP China 2025 in Shenzhen!</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://mp.weixin.qq.com/s/GXuldNUL6QWebTOKMTKnSg" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>Read more</span> </a> </div> </div> </div> </div> </div> </div> <div class="teaser col1"> <div class="teaser-innner"> <div class="teaser-graphic"> <div class="teaser-graphic-image"> <img alt="" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2025/01/13/20250113173907f0738dae.jpeg" alt="" title=""> </div> <div class="teaser-graphic-info"> <div class="top"> <span class="teaser-graphic-label">News | 2024.04.27</span> <h3 class="teaser-graphic-title">SIGEP China 2024 successfully concluded!</h3> <div class="ckediter-block"><p>On 24-26 April 2024, we met again in Shenzhen! We witnessed a sweet event together, SIGEP China 2024 ended perfectly!</p> </div> </div> <div class="bottom"> <div class="link-list-with-a"> <a href="https://mp.weixin.qq.com/s/X14d6AkHQiOehWgKLDV7mQ" class="fast-link" target="_blank"> <i class="i i-right-arrow"></i><span>Read more</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $(function () { //视频 $('#block67b6d21dbbfc2491579783 .teaser-single-media, .teaser-graphic').find('video').on('click', function () { if (!$(this).parent().hasClass('play')) { $(this)[0].play(); $(this).parent().addClass('play'); } else { $(this)[0].pause(); $(this).parent().removeClass('play'); } }); $('#block67b6d21dbbfc2491579783 .is_ios.is_moblie .teaser-single-media, .teaser-graphic').find('video').on('touchend', function () { if (!$(this).parent().hasClass('play')) { $(this)[0].play(); $(this).parent().addClass('play'); } else { $(this)[0].pause(); $(this).parent().removeClass('play'); } }); }) </script> </section> <!-- block:Photos wall --> <section id="block67b6d21dbf45f357149583" class="cms-block section-module section-padding-top-default section-padding-bottom-default white this-media-ratio-4x3 cms-section-eabi5a" > <div class="photos-wall grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">Media Partners</h2> <div class="photos-wall-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="javascript:;" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/02/22/202202221518350db368a9.png" alt="TPCC顶厨俱乐部" title="TPCC顶厨俱乐部"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/07/07/202207071035427e520b11.png" alt="yeslicake" title="yeslicake"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/202210261458117ea68841.png" alt="Chem Linked" title="Chem Linked"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="https://www.asiabriefing.com/" target="_blank" class="photos-wall-item" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/03/01/20240301133756e8f0e446.png" alt="4f3ab066fbc67d9d0841dd4be5c90ae" title="4f3ab066fbc67d9d0841dd4be5c90ae"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/12/07/202212071402098058ab8e.jpg" alt="asia food" title="asia food"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/12/07/202212071402376d3d12b6.jpg" alt="Global bakery guide" title="Global bakery guide"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/12/07/20221207140304507893a4.png" alt="CTI LOGO" title="CTI LOGO"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/20221026145809fc2a89ca.jpg" alt="特食到" title="特食到"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/20221026145812527d4320.png" alt="GO Natural Food Guide" title="GO Natural Food Guide"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/202210261522198cb3b401.png" alt="中国啤酒" title="中国啤酒"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/20221026152345656c86ce.jpg" alt="进口食品网" title="进口食品网"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/2022102615234752b09125.jpg" alt="全球有机网" title="全球有机网"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/2022102615234963b7cd15.jpg" alt="洋酒频道" title="洋酒频道"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/20221026152348552a59c7.jpg" alt="食品饮料工程" title="食品饮料工程"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/20221026152349a91e0ba0.png" alt="食品与发酵工业" title="食品与发酵工业"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/2022102615222067069267.png" alt="国际包装信息网" title="国际包装信息网"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="https://www.foodex360.com/" target="_blank" class="photos-wall-item" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2023/02/14/20230214135346cc333854.jpg" alt="foodex logo" title="foodex logo"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="https://www.hotofood.com/" target="_blank" class="photos-wall-item" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2023/02/14/20230214135331e8c125e0.jpg" alt="hotofood" title="hotofood"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/2022102614494893b90aae.jpg" alt="21食品商务网" title="21食品商务网"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/2022102614581199a52e78.jpg" alt="安全食报" title="安全食报"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/10/26/20221026152344e2116ede.jpg" alt="彼岸网" title="彼岸网"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" data-fancybox="gallery-block67b6d21dbf45f357149583" data-caption="" class="photos-wall-item" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/01/16/20240116102909b2febb86.jpg" alt="33e31226b25693cd251f37a68f09645" title="33e31226b25693cd251f37a68f09645"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/03/27/2024032714105567525a48.png" data-fancybox="gallery-block67b6d21dbf45f357149583" data-caption="" class="photos-wall-item" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/03/27/2024032714104653d268e2.png" alt="9b48b43d6a6fc86230f99b5bd752877" title="9b48b43d6a6fc86230f99b5bd752877"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="" target="_blank" class="photos-wall-item no-link" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/04/02/202404021137256de5b260.png" alt="b4bce546992c387167dd5d9a2939c4f" title="b4bce546992c387167dd5d9a2939c4f"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="https://www.foodingredientsfirst.com/?utm_source=anuga-sigep-china&amp;utm_medium=media+partner&amp;utm_campaign=media-partner-logo" target="_blank" class="photos-wall-item" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/04/08/20240408103302b2e91e7f.png" alt="1679307451" title="1679307451"> </div> </div> </a> </div> <div class="swiper-slide"> <a href="https://www.nutritioninsight.com" target="_blank" class="photos-wall-item" > <div class="image-wrap"> <div class="inner"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/04/08/202404081033355994ecbb.png" alt="1679308271" title="1679308271"> </div> </div> </a> </div> </div> </div> </div> </div> <script> $(function(){ var slideLength = $('#block67b6d21dbf45f357149583 .photos-wall-swiper .swiper-slide').length; var loopFlag = false; // 桌面版 if(device.desktop || device.pad_h){ if(slideLength > 6){ loopFlag = true } } // pad竖版 if(device.pad_v){ if(slideLength > 3){ loopFlag = true } } if(device.mobile){ if(slideLength > 1){ loopFlag = true } } if(!loopFlag) $('#block67b6d21dbf45f357149583 .photos-wall-swiper').addClass('no-button'); $('#block67b6d21dbf45f357149583 .photos-wall-swiper').swiper({ slidesPerView: 1, spaceBetween: 0, loop: loopFlag, autoplay: true, delay: 1000, centerInsufficientSlides: !loopFlag, pagination: { el: '.swiper-pagination1', type: 'fraction' }, navigation: { nextEl: '.swiper-button-next1', prevEl: '.swiper-button-prev1', outside: false, }, breakpoints: { 768: { slidesPerView: 3, spaceBetween: 6 }, 1025: { slidesPerView: 6, spaceBetween: 6 } } }) }) </script> </section> <!-- block:Quote --> <section id="block67b6d21dd0f88140654766" class="cms-block section-module section-padding-top-default section-padding-bottom-default white cms-section-d17k2" > <div class="quote grid-wrapper"> <div class="gw-inner"> <h2 class="section-title">Organizer Speech</h2> <div class="quote-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="quote-item"> <div class="quote-item-header"> <div class="ckediter-block"><p>We are very pleased about the new<br /> strategic partnership with IEG. Our<br /> strong connection with Italy is one of the<br /> most important assets for our trade fairs in<br /> the field of food and food technology<br /> worldwide. Together with IEG, we can build<br /> on this and ensure further synergies and<br /> the opening up of new markets within<br /> our worldwide Anuga network</p> </div> </div> <div class="quote-item-body"> <div class="testimonial"> <div class="image-wrap"> <img src="https://sigepchina-storage.www.comocloud.net/local/2022/02/16/20220216182630f2ceaab9.jpg" alt="Gerald Böse" title="President and Chief Executive Officer of Koelnmesse GmbH"> </div> <div class="testimonial-info"> <h4 class="testimonial-name">Gerald Böse</h4> <p class="testimonial-title">President and Chief Executive Officer of Koelnmesse GmbH</p> </div> </div> </div> </div> </div> <div class="swiper-slide"> <div class="quote-item"> <div class="quote-item-header"> <div class="ckediter-block"><p>Sigep is the Italian ambassador<br /> of dolce foodservice in the world.<br /> We are delighted that one of our<br /> leading events has been projected onto a<br /> global scale through the partnership with<br /> Koelnmesse. The driving effect of a leading<br /> food event like Anuga will give our ability<br /> to anticipate trends in the foodservice<br /> sector even greater impetus.</p> </div> </div> <div class="quote-item-body"> <div class="testimonial"> <div class="image-wrap"> <img src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/02/21/2022022112243985531304.png" alt="Corrado Peraboni" title="CEO of Italian Exhibition Group"> </div> <div class="testimonial-info"> <h4 class="testimonial-name">Corrado Peraboni</h4> <p class="testimonial-title">CEO of Italian Exhibition Group</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $(function () { if ($('#block67b6d21dd0f88140654766 .quote-swiper .swiper-slide').length <= 1) $('.quote-swiper').addClass('no-button'); $('#block67b6d21dd0f88140654766 .quote-swiper').swiper({ slidesPerView: 1, loop : $('#block67b6d21dd0f88140654766 .quote-swiper .swiper-slide').length > 1 ? true : false, autoplay: $('#block67b6d21dd0f88140654766 .quote-swiper .swiper-slide').length > 1 ? {delay: 5000,} : false, pagination: { el: '.swiper-pagination1', type :'fraction' }, navigation: { nextEl: '.swiper-button-next1', prevEl: '.swiper-button-prev1', outside: false, }, }) }) </script> </section> </article> <script> function getuuid() { var s = []; var hexDigits = "0123456789abcdef"; for (var i = 0; i < 36; i++) { s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1); } s[14] = "4"; // bits 12-15 of the time_hi_and_version field to 0010 s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); // bits 6-7 of the clock_seq_hi_and_reserved to 01 s[8] = s[13] = s[18] = s[23] = "-"; var uuid = s.join("") return uuid } $.fn.swiper = function (opt) { if (this.data("swiper")) return; const $swiperSlide = this.find(".swiper-slide"); const { pagination, navigation } = opt; if ($swiperSlide.length > 1) { var uuid = getuuid(); this[0].innerHTML += ` ${pagination ? `<div class="${pagination.el.substring(1, this.lenght)} swiper-pagination swiper-pagination-${uuid}"></div>` : ''} ${navigation ? ` <div class="${navigation.nextEl.substring(1, this.lenght)} swiper-button-next swiper-next-${uuid}"></div> <div class="${navigation.prevEl.substring(1, this.lenght)} swiper-button-prev swiper-prev-${uuid}"></div>` : ''} `; } if (navigation) { opt.navigation.nextEl = '.swiper-next-' + uuid opt.navigation.prevEl = '.swiper-prev-' + uuid } if (pagination) { opt.pagination.el = '.swiper-pagination-' + uuid } this.data("swiper", new Swiper(this[0], opt)); if (navigation && navigation.outside) { this.after(this.find(navigation.nextEl)) this.after(this.find(navigation.prevEl)) } }; // 后台用 var vw = $(window).innerWidth(); var device = { mobile: vw < 768, pad_v: vw >= 768 && vw < 1024, pad_h: vw > 768 && vw <= 1366, desktop: vw >= 1024, } </script> <script> var iframe = document.getElementById("phpernote"); if (iframe) { if (iframe.attachEvent){ iframe.attachEvent("onload", function(){ dyniframesize('phpernote') }) } else { iframe.onload = function(){ dyniframesize('phpernote') } } } window.dyniframesize = function (down) { var Sys = {}; var ua = navigator.userAgent.toLowerCase(); var s; (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] : (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] : (s = ua.match(/chrome\/([\d.]+)/)) ? Sys.chrome = s[1] : (s = ua.match(/micromessenger\/([\d.]+)/)) ? Sys.wechat = s[1] : (s = ua.match(/opera.([\d.]+)/)) ? Sys.opera = s[1] : (s = ua.match(/version\/([\d.]+).*safari/)) ? Sys.safari = s[1] : 0; var pTar = null; if (document.getElementById) { pTar = document.getElementById(down); } else { eval('pTar=' + down + ';'); } pTar.style.display = "block"; if (Sys.ie) { if (Sys.ie == '9.0') { pTar.height = pTar.contentWindow.document.body.offsetHeight + 15 + "px"; pTar.width = pTar.contentWindow.document.body.scrollWidth + "px"; } else if (Sys.ie == '8.0') { pTar.height = pTar.Document.body.offsetHeight + 15 + "px"; pTar.width = pTar.Document.body.scrollWidth + "px"; } else { pTar.height = pTar.Document.body.scrollHeight + 25 + "px"; pTar.width = pTar.Document.body.scrollWidth + "px"; } } if (Sys.firefox) { pTar.height = pTar.contentDocument.body.offsetHeight + 15 + "px"; pTar.width = pTar.contentDocument.body.scrollWidth + "px"; } if (Sys.chrome) { pTar.height = pTar.contentDocument.body.offsetHeight; pTar.width = pTar.contentDocument.body.scrollWidth; } if (Sys.wechat) { pTar.height = pTar.contentDocument.body.offsetHeight; pTar.width = pTar.contentDocument.body.scrollWidth; } if (Sys.opera) { pTar.height = pTar.contentDocument.body.offsetHeight; pTar.width = pTar.contentDocument.body.scrollWidth; } if (Sys.safari) { if (pTar.contentDocument.body.offsetHeight <= '186') { pTar.height = pTar.contentDocument.body.offsetHeight + 10; } else { pTar.height = pTar.contentDocument.body.offsetHeight; } pTar.width = pTar.contentDocument.body.scrollWidth; } } </script> </main> <footer id="footer"> <div class="grid-wrapper"> <div class="footer-socials"> <a href="https://www.facebook.com/profile.php?id=61563394337543" target=&quot;_blank&quot; class="footer-socials__item " > <i class="i i-facebook"></i> </a> <a href="https://www.instagram.com/sigepchina/" target=&quot;_blank&quot; class="footer-socials__item " > <i class="i i-instagram"></i> </a> <a href="https://www.youtube.com/@SIGEPChina" target=&quot;_blank&quot; class="footer-socials__item " > <i class="i i-youtube"></i> </a> <a href="https://x.com/Sigepchina_" target=&quot;_blank&quot; class="footer-socials__item " > <i class="i i-twitter"></i> </a> </div> <script> $('.wechat-modal-btn').on('click', function() { var html = $(this).data('content') $('#wechatModal .modal-body').html(html) $('#wechatModal').modal('show') }) </script> <div class="footer-content"> <div class="col-left"> <div class="footer-item"> <h3 class="footer-item__title">Subscribe E-newsletter</h3> <p>Understand the exhibition information at the first time and receive news and market information.</p> <input type="text" placeholder="Your email address" class="form-control"/> <input type="text" placeholder="Your name" class="form-control"/> <a href="javascript:;" class="btn btn-primary subscribe-btn" data-bs-toggle="modal" data-bs-target="#subscribeModal">Subscribe</a> </div> </div> <div class="col-right"> <div class="footer-item"> <h3 class="footer-item__title">Contact</h3> <div class="ckediter-block"> <p><strong>For exhibitors</strong></p> <p>Mr. Giacomo Alberti<br /> Tel.: +39 348 8155332<br /> giacomo.alberti@iegexpo.it<br /> <br /> Ms. Marta De Lorenzi<br /> Tel.: +39 0286961334/+39 3270941484<br /> marta.delorenzi@koelnmesse.it</p> </div> </div> <div class="footer-item"> <h3 class="footer-item__title">Organizers</h3> <div class="ckediter-block"> <p><img alt="%E6%9C%AA%E5%91%BD%E5%90%8D" data-como-imageid="3195" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/04/02/20240402100606706f74af.png" style="show w-100per" title="%E6%9C%AA%E5%91%BD%E5%90%8D" /><br /> <img alt="%E6%9C%AA%E5%91%BD%E5%90%8D" data-como-imageid="3201" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2024/04/02/20240402100532f5fecb6c.png" style="show w-100per" title="%E6%9C%AA%E5%91%BD%E5%90%8D" /></p> <p>&nbsp;</p> </div> </div> <div class="footer-item"> <h3 class="footer-item__title">Collaborators</h3> <div class="ckediter-block"> <p><img alt="Logo" data-como-imageid="518" src="https://sigepchina-storage.www.comocloud.net/sigepchina/2022/07/07/202207071020466d191961.png" style="width: 175px; height: 76px;" title="Logo" /></p> </div> </div> </div> </div> <div class="footer-bottom"> <div class="col-left"> <p>© 2022 Koelnmesse <a target="_blank" href="http://beian.miit.gov.cn/">京ICP备11021190号-29</a></p> </div> <div class="col-right"> <span>Designed &amp; developed by: </span><a href="https://www.comonetwork.com" target="_blank" class="logo-como"><img src="https://sigepcn.com/modulesassets/comofrontend/assets/images/como-logo.svg?v=20240821" alt=""></a> </div> </div> </div> </footer> <script src="https://sigepcn.com/modulesassets/comofrontend/dist/js/qrcode.js?v=20240821"></script> <script src="https://sigepcn.com/modulesassets/comofrontend/dist/js/social-share.js?v=20240821"></script> <script src="https://sigepcn.com/modulesassets/comofrontend/dist/js/main.min.js?v=20240821"></script> <script> $(function () { app.globfn.setFixedAsideMenu([ { img: 'https://sigepchina-storage.www.comocloud.net/sigepchina/2023/09/19/2023091914273550513c0b.png', label: "Messages", onClick() { window.open('https://work.weixin.qq.com/kfid/kfc27552bca45d8ebb7'); }, }, { img: 'https://sigepchina-storage.www.comocloud.net/sigepchina/2023/09/19/20230919144026ddd3869d.png', label: "Application", onClick() { window.location.href = 'https://sigepcn.com/en/category/page/detail-booth-application'; }, }, ]); }); </script> <div class="modal" id="wechatModal"> <button class="modal-close" data-bs-dismiss="modal"><i class="i i-close"></i></button> <div class="modal-dialog modal-dialog--qrcode modal-dialog-centered"> <div class="modal-content"> <div class="modal-body"> </div> </div> </div> </div> <div class="modal" id="subscribeModal"> <button class="modal-close" data-bs-dismiss="modal"><i class="i i-close"></i></button> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-body"> <div class="modal-title"> <h3>Stay connected</h3> <p class="modal-title__desc">We would like to stay in touch with you in the future, in order to keep you appropriately informed of events and similar services. That&#039;s why we would like to ask for your consent to contact via electronic media.</p> <form class="form-block" id="subscribe-form"> <div class="form-row"> <div class="form-item half"> <label>邮箱地址<span class="imp">*</span></label> <div class="errorholder" data-label="请输入正确的电子邮件"> <input class="form-item__check" name="email" type="email" placeholder="邮箱地址"> </div> </div> </div> <div class="form-row"> <div class="form-item half"> <label>Appellation<span class="imp">*</span></label> <div class="errorholder" data-label="请选择称谓"> <div class="form-check-group"> <div class="form-check form-check-inline"> <input type="radio" name="gender" class="form-check-input" id="inlineRadio1" value="sir" checked> <label class="form-check-label" for="inlineRadio1">Sir</label> </div> <div class="form-check form-check-inline"> <input type="radio" name="gender" class="form-check-input" id="inlineRadio2" value="lady"> <label class="form-check-label" for="inlineRadio2">Lady</label> </div> </div> </div> </div> </div> <div class="form-row"> <div class="form-item half"> <label>Your name<span class="imp">*</span></label> <div class="errorholder" data-label="请输入姓名"> <input class="form-item__check" name="name" type="email" placeholder="Your name"> </div> </div> </div> <div class="form-row"> <div class="form-item half"> <label>Language<span class="imp">*</span></label> <div class="errorholder" data-label="请选择语言"> <div class="form-check-group"> <div class="form-check form-check-inline"> <input type="checkbox" name="language[]" class="form-check-input" id="inlineCheck1" value="chinese" checked> <label class="form-check-label" for="inlineCheck1">Chinese</label> </div> <div class="form-check form-check-inline"> <input type="checkbox" name="language[]" class="form-check-input" id="inlineCheck2" value="english" checked> <label class="form-check-label" for="inlineCheck2">English</label> </div> </div> </div> </div> </div> <div class="form-row"> <div class="form-item half"> <div class="errorholder" data-label="Mismatch of verification code"> <div class="form-verification-code"> <div class="input-group"> <input class="form-item__check" name="captcha" type="text" placeholder="Captcha"> <span class="form-verification-img"><img src="https://sigepcn.com/captcha/default?XSQcg9hJ" ></span> </div> </div> </div> <a href="javascript:;" class="refresh-btn change-captcha">刷新验证码</a> </div> </div> <input type="hidden" name="_token" value="XBhwQTDzz3a9saudXtNGvyZ5HA1TP7FAU8HaIo64"> <div class="form-row"> <div class="form-item half"> <button class="btn btn-primary btn-radius-sm subscribe-submit-btn" onclick="return false;">Submit</button> </div> </div> </form> <div class="form-footer"> <div class="form-check form-check-inline"> <input type="checkbox" class="form-check-input" id="agreement" value="option1"> <label class="form-check-label" for="agreement">我已阅读理解并同意相关<a href="#">隐私政策</a></label> </div> </div> </div> </div> </div> </div> </div> <script> $(function () { $('.styled_select .toggle').on('click', function () { if (!$(this).parent().hasClass('open')) { $(this).parent().addClass('open') } else { $(this).parent().removeClass('open') } }) $('.change-captcha').click(function () { $(this).prev().find('img').attr('src', 'https://sigepcn.com/captcha/default?tT8m8d7K' + Math.random()); $('input[name="captcha"]').val(''); }); $('input[name="captcha"]').keyup(function () { if (this.value.length > 4) { this.value = this.value.substr(0, 4) } else if (this.value.length == 4) { } }); $('.subscribe-submit-btn').on('click', function () { if ($('#agreement').prop('checked')) { $.ajax({ url: 'https://sigepcn.com/en/ajax-subscribe', type: 'post', dataType: 'json', data: $('#subscribe-form').serialize(), success: function (rsp) { alert('Successfully submitted!'); $('#subscribeModal').modal('hide'); }, error: function (rsp) { rsp = rsp.responseJSON; if ('email' in rsp.errors) { $('input[name=email]').closest('.half').addClass('error'); } if ('name' in rsp.errors) { $('input[name=name]').closest('.half').addClass('error'); } if ('gender' in rsp.errors) { $('input[name=gender]').closest('.half').addClass('error'); } if ('language' in rsp.errors) { $('input[name=language]').closest('.half').addClass('error'); } if ('captcha' in rsp.errors) { $('input[name=captcha]').closest('.half').addClass('error'); $('.change-captcha').click(); } } }); } return false; }); $('.subscribe-btn').on('click', function () { $('#subscribeModal input[name=email]').val($(this).prev().prev().val()); $('#subscribeModal input[name=name]').val($(this).prev().val()); }); }); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-222092990-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-222092990-1'); </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?944a3a0e47e3cc45410b96fd024e8ab9"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </body> </html>

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