HYDEWIN

Company Profile


Fujian Hydewin Marine Science and Technology Development Co., Ltd., located in Tingjiang Industrial Park of Mawei Trade Zone, Fuzhou city, Fujian Province, China,  is a marine science technology enterprise dedicated to the R&D, production & marketing of the frozen Fo Tiao Qiang and frozen abalone entire industrial chain, focusing on the further processing of medium and high-end ingredients. 

 

As the drafting and formulation enterprise of the local food safety standard of Fo Tiao Qiang, Hydewin owns an abalone nursery and breeding bases for exporting and a 60 acres  base for modern production research and development . Supported by an experienced production management team and a professional R&D team.Hydewin adopts American liquid nitrogen -196 ℃ refrigeration equipment, independently develops and designs a standardized frozen Fo Tiao Qiang production line, uses quick-freezingtechnology and modern production technology to standardize and large-scale production, and has obtained more than 20 national patents. Hydewin has obtained the  certificate of exporting frozen Fo Tiao Qiang, frozen abalone and other food production , and has passed the HACCP system certification, the US FDA registration ,BRC "Food Safety Global Food Standard" management system certification, IFS "International Food Standard" management system certification and the EU export qualification.

 

Our products mainly include frozen Fo Tiao Qiang, Frozen Poon Choi, Abalone Fish Maw Chicken, Abalone Conditioning Products, Abalone Rice, Abalone Noodles, Nutritious Porridge Series and Abalone Sauce, etc.

HYDEWIN
HYDEWIN

While enriching the product line, Hydewin is actively deploying global market channels. The offline B2B sales network has covered all major provincial capitals and large &medium-sized prefecture-level cities, and exported products to Europe, America, Southeast Asia and other countries. At the same time, Hydewin Fo Tiao Qiang Cultural Experience Hall was opened in Three Lanes and Seven Alleys, a 5A-level scenic spot in Fuzhou, to create an innovative promotion model of "product + experience + cultural creation + live broadcast + Internet". The online B2C channel has been connected to new retail channels such as JD.com, Tmall, Taobao, Pinduoduo, Hema Xiansheng, Pupu Supermarket, Tiktok, Kwai and Live Streaming E-commerce, have formed a sales network layout that complements offline and online.

Enterprise advantage



modern industrial production base


large breeding base


National sales network


Global Supply Network

modern industrial production base

Has a modern industrial production base covering an area of 60 acres
Advanced liquid nitrogen refrigeration equipment imported from the United States,
The first domestic independent research and development design of the standardization of frozen Buddha jump wall production line
In June 2023, the second phase of the industrial park was successfully capped
"The third generation of intelligent Buddha jump wall production line" and aquatic prefabricated dishes project will be completed

01

Picture Name

large breeding base

Hai Wenming insists on controlling food safety from the source of the product.
Relying on the geographical advantage of Fujian's coastal backers,
Establishment of abalone nursery base, export abalone breeding base, ecological breeding farm
Self-produced and self-supplied, forming a supply chain system that is fully controllable from breeding to production and processing to sales.

02

Picture Name

National sales network

Hai Wenming has established a national online and offline sales channel network.
The offline B2B sales network has covered every provincial capital city and large and medium-sized prefecture-level cities across the country;
The online B2C sales network has been connected to Jingdong, Tmall, Taobao, Box Ma Xiansheng, Park Park Supermarket, Duoduo, Shake Voice, Fast Hand, Live with Goods
Such as new retail channels, has formed a offline, online complementary network layout.

03

Picture Name

Global Supply Network

Hai Wenming products raw materials from all over the world
"The Snail from Senegal, Africa 」
"Sea Cucumber from Greece/Turkey 」
"Wild sea matsutake from the Antarctic Peninsula" "cod gum and wild rice from North America 」
"White jade shells from Canada 」....

04

Picture Name

Corporate Culture


Corporate mission

Provide consumers with healthy, nutritious, pleasant, delicious, convenient, fast and sustainable food.

 

Corporate Vision

Create the first brand in the category of Fotiaoqiang.

 

Corporate culture

Responsibility, teamwork, communication and learning.

Enterprise core value concept

Create an open platform for enterprises, customers and employees to develop together, create value, share results and give back to the society.

Quality service commitment

Always adhere to the business philosophy of "food safety first, enterprise quality first", and supply healthy, nutritious, pleasant and delicious food.

Enterprise style

Do it right away and do it with your heart

 

var t = { body: 'body', animationInit: function () { // 添加 gsap 动画效果 $(t.body).addClass('ExAnimation'); $('.animation-fade-top').each(function (_, element) { var delay = $(element).data('animation-delay') || 0; gsap.to(element, { y: 0, opacity: 1, delay: delay, scrollTrigger: element }); }); // 初始化点击切换动画效果 t.initAnimationEff(); }, initAnimationEff: function () { var effTime = 5000; var $aniDieeff = $('.aniDieeff').children(); var $aniDieeffImg = $('.aniDieeffI').children(); var timer; var currentIndex = 0; function updateClass(index) { // 取消之前的计时器 clearTimeout(timer); // 高度 var elementToAnimate = $aniDieeff.eq(index).find('.aniDown').children().children(); var elementHeight = elementToAnimate.map(function() { return $(this).height(); }).get().reduce(function(a, b) { return a + b; }, 0); // 移除之前的动画 $aniDieeff.removeClass('active'); gsap.to($aniDieeff.find('.aniDown'), { height: '0px', duration: 0.5, }) // 添加类名和执行新动画 $aniDieeff.eq(index).addClass('active'); gsap.to($aniDieeff.eq(index).find('.aniDown'), { height: elementHeight + 'px', duration: 0.5, }) $aniDieeffImg.removeClass('active'); $aniDieeffImg.eq(index).addClass('active'); // 设置新的计时器 timer = setTimeout(updateOnTimer, effTime); currentIndex = index; } function updateOnTimer() { var nextIndex = (currentIndex + 1) % $aniDieeff.length; updateClass(nextIndex); } updateClass(currentIndex); timer = setTimeout(updateOnTimer, effTime); $aniDieeff.on('click', function () { var index = $aniDieeff.index(this); updateClass(index); currentIndex = index; }); }, }; $(function () { var Exists = !!parent.document.getElementById('app'); if (!Exists) { t.animationInit(); } });