').appendTo(flyout.elem());var panelGroup=flyout.getName()+'SubCats';var hideTimeout=null;var sloppyTrigger=createSloppyTrigger($parent);var showParent=function(){if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;} if(visible){return;} var height=$('#nav-flyout-shopAll').height(); $parent.css({'height': height});$parent.animate({width:'show'},{duration:200,complete:function(){$parent.css({overflow:'visible'});}});visible=true;};var hideParentNow=function(){$parent.stop().css({overflow:'hidden',display:'none',width:'auto',height:'auto'});panels.hideAll({group:panelGroup});visible=false;if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;}};var hideParent=function(){if(!visible){return;} if(hideTimeout){clearTimeout(hideTimeout);hideTimeout=null;} hideTimeout=setTimeout(hideParentNow,10);};flyout.onHide(function(){sloppyTrigger.disable();hideParentNow();this.elem().hide();});var addPanel=function($link,panelKey){var panel=dataPanel({className:'nav-subcat',dataKey:panelKey,groups:[panelGroup],spinner:false,visible:false});if(!flyoutDebug){var mouseout=mouseOutUtility();mouseout.add(flyout.elem());mouseout.action(function(){panel.hide();});mouseout.enable();} var a11y=a11yHandler({link:$link,onEscape:function(){panel.hide();$link.focus();}});var logPanelInteraction=function(promoID,wlTriggers){var logNow=$F.once().on(function(){var panelEvent=$.extend({},event,{id:promoID});if(config.browsePromos&&!!config.browsePromos[promoID]){panelEvent.bp=1;} logEvent(panelEvent);phoneHome.trigger(wlTriggers);});if(panel.isVisible()&&panel.hasInteracted()){logNow();}else{panel.onInteract(logNow);}};panel.onData(function(data){renderPromo(data.promoID,panel.elem());logPanelInteraction(data.promoID,data.wlTriggers);});panel.onShow(function(){var columnCount=$('.nav-column',panel.elem()).length;panel.elem().addClass('nav-colcount-'+columnCount);showParent();var $subCatLinks=$('.nav-subcat-links > a',panel.elem());var length=$subCatLinks.length;if(length>0){var firstElementLeftPos=$subCatLinks.eq(0).offset().left;for(var i=1;i
'+ catTitle+'');panel.elem().prepend($subPanelTitle);}} $link.addClass('nav-active');});panel.onHide(function(){$link.removeClass('nav-active');hideParent();a11y.disable();sloppyTrigger.disable();});panel.onShow(function(){a11y.elems($('a, area',panel.elem()));});sloppyTrigger.register($link,panel);if(flyoutDebug){$link.click(function(){if(panel.isVisible()){panel.hide();}else{panel.show();}});} var panelKeyHandler=onKey($link,function(){if(this.isEnter()||this.isSpace()){panel.show();}},'keydown',false);$link.focus(function(){panelKeyHandler.bind();}).blur(function(){panelKeyHandler.unbind();});panel.elem().appendTo($parent);};var hideParentAndResetTrigger=function(){hideParent();sloppyTrigger.disable();};for(var i=0;i
Skip to main content
.us
Hello Select your address
Books
Select the department you want to search in
All Departments
Audible Books & Originals
Alexa Skills
Amazon Devices
Amazon Fresh
Amazon Pharmacy
Amazon Warehouse
Appliances
Apps & Games
Arts, Crafts & Sewing
Automotive Parts & Accessories
Baby
Beauty & Personal Care
Books
CDs & Vinyl
Cell Phones & Accessories
Clothing, Shoes & Jewelry
���Women
���Men
���Girls
���Boys
���Baby
Amazon Explore
Collectibles & Fine Art
Computers
Courses
Credit and Payment Cards
Digital Educational Resources
Digital Music
Electronics
Garden & Outdoor
Gift Cards
Grocery & Gourmet Food
Handmade
Health, Household & Baby Care
Home & Business Services
Home & Kitchen
Industrial & Scientific
Just for Prime
Kindle Store
Luggage & Travel Gear
Magazine Subscriptions
Movies & TV
Musical Instruments
Office Products
Pet Supplies
Premium Beauty
Prime Video
Smart Home
Software
Sports & Outdoors
Subscribe & Save
Subscription Boxes
Tools & Home Improvement
Toys & Games
Under $10
Vehicles
Video Games
Whole Foods Market
Hello, Sign in Account & Lists Account
Returns & Orders
0 Cart
All
Best Sellers
Today's Deals
Prime
Customer Service
New Releases
Books
Fashion
Kindle Books
Gift Cards
Toys & Games
Amazon Home
Find a Gift
Computers
Sell
Pharmacy
Registry
Video Games
Automotive
Coupons
Home Improvement
Beauty & Personal Care
Amazon Basics
Smart Home
Health & Household
Pet Supplies
Handmade
TV & Video
Baby
#FoundItOnAmazon
Disability Customer Support
Shop Easter gifts & more
Books
Advanced Search
New Releases
Best Sellers & More
Children's Books
Textbooks
Textbook Rentals
Best Books of the Month
"}; var hasAui = window.P && window.P.AUI_BUILD_DATE; config.pinnable = config.pinnable && hasAui; config.isMigrationTreatment = isMigrationTreatment; config.flyout = (function() { var navbelt = document.getElementById('nav-belt'); var navCart = document.getElementById('nav-cart'); var ewcFlyout = document.getElementById('nav-flyout-ewc'); var persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-full-height-persistent-hover'; var flyout = {}; var getDocumentScrollTop = function() { return (document.documentElement && document.documentElement.scrollTop) || document.body.scrollTop; }; var isWindow = function( obj ) { return obj != null && obj === obj.window; }; var getWindow = function(elem) { return isWindow( elem ) ? elem : elem.nodeType === 9 && elem.defaultView; }; var getOffset = function(elem) { if ( elem.getClientRects && !elem.getClientRects().length ) { return { top: 0 }; } var rect = elem.getBoundingClientRect ? elem.getBoundingClientRect() : { top: 0 }; if ( rect.width || rect.height ) { var doc = elem.ownerDocument; var win = getWindow(doc); return { top: rect.top + win.pageYOffset - doc.documentElement.clientTop }; } return rect; }; flyout.align = function() { var newTop = getOffset(navbelt).top - getDocumentScrollTop(); ewcFlyout.style.top = (newTop > 0 ? newTop + 'px' : 0); }; flyout.hide = function() { isRTLEnabled ? (ewcFlyout.style.left = '') : (ewcFlyout.style.right = '') ; }; if(typeof config.isCompactEWCRendered === 'undefined') { if ((config.isSmallScreenEnabled && viewportWidth() = 1400)) { config.isCompactEWCRendered = true; config.isEWCStateExpanded = true; config.url = config.url.replace("/gp/navcart/sidebar", "/cart/ewc/compact"); } else { config.isCompactEWCRendered = false; } } var viewportQualifyForPersistent = function () { return (config.isCompactEWCRendered) ? true : viewportWidth() >= 1400; } if (config.isCompactEWCRendered) { persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-compact-view'; } var getEWCRightOffset = function() { if (!config.isCompactEWCRendered) { return 0; } var $navbelt = document.getElementById('nav-belt'); if ($navbelt === undefined || $navbelt === null) { return 0; } var EWCCompactViewWidth = 100; var scrollLeft = (window.pageXOffset !== undefined) ? window.pageXOffset : (document.documentElement || document.body.parentNode || document.body).scrollLeft; var scrollXAxis = Math.abs(scrollLeft); var windowWidth = document.documentElement.clientWidth; var navbeltWidth = $navbelt.offsetWidth; var isPartOfNavbarNotVisible = (navbeltWidth + EWCCompactViewWidth) > windowWidth; if (isPartOfNavbarNotVisible) { return 0 - (navbeltWidth - scrollXAxis - windowWidth + EWCCompactViewWidth); } else { return 0; } } flyout.getEWCRightOffsetCssProperty = function () { return getEWCRightOffset() + 'px'; } flyout.show = function() { isRTLEnabled ? (ewcFlyout.style.left = flyout.getEWCRightOffsetCssProperty()) : (ewcFlyout.style.right = flyout.getEWCRightOffsetCssProperty()) ; }; flyout.hasQualifiedViewportForPersistent = viewportQualifyForPersistent; var isIOSDevice = function() { if (!hideEwcOnIos) { return false; } return (/iPad|iPhone|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) && !window.MSStream; } var checkForPersistent = function() { if (!hasAui) { return { result: false, reason: 'noAui' }; } if (!config.enablePersistent) { return { result: false, reason: 'config' }; } if (!viewportQualifyForPersistent()) { return { result: false, reason: 'viewport' }; } if (isIOSDevice()) { return { result: false, reason: 'iOS' }; } if (!config.cartCount > 0) { return { result: false, reason: 'emptycart' }; } return { result: true }; }; flyout.ableToPersist = function() { return checkForPersistent().result; }; flyout.applyPageLayoutForPersistent = function() { if (!document.documentElement.className.match( new RegExp('(?:^|\\s)' + persistentClassOnBody + '(?!\\S)') )) { document.documentElement.className += ' ' + persistentClassOnBody; }}; flyout.unapplyPageLayoutForPersistent = function() { document.documentElement.className = document.documentElement.className.replace( new RegExp('(?:^|\\s)' + persistentClassOnBody + '(?!\\S)', 'g'), ''); }; flyout.persist = function() { flyout.applyPageLayoutForPersistent(); flyout.show(); if (config.isCompactEWCRendered) { flyout.align(); } }; flyout.unpersist = function() { flyout.unapplyPageLayoutForPersistent(); flyout.hide(); }; var resizeCallback = function() { if (flyout.ableToPersist()) { flyout.persist(); } else { flyout.unpersist(); } }; flyout.bindEvents = function() { if (window.addEventListener) { window.addEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.addEventListener('scroll', flyout.align, false); } } }; flyout.unbindEvents = function() { if (window.removeEventListener) { window.removeEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.removeEventListener('scroll', flyout.align, false); } } }; var persistentCheck = checkForPersistent(); if (persistentCheck.result) { flyout.persist(); if (window.ue && ue.tag) { ue.tag('ewc:persist'); } } else { if (window.ue && ue.tag) { ue.tag('ewc:unpersist'); if (persistentCheck.reason === 'noAui') { ue.tag('ewc:unpersist:noAui'); } if (persistentCheck.reason === 'viewport') { ue.tag('ewc:unpersist:viewport'); } if (persistentCheck.reason === 'emptycart') { ue.tag('ewc:unpersist:emptycart'); } if (persistentCheck.reason === 'iOS') { ue.tag('ewc:unpersist:iOS'); } } } if (window.ue && ue.tag) { if (flyout.hasQualifiedViewportForPersistent()) { ue.tag('ewc:bview'); } else { ue.tag('ewc:sview'); } } flyout.bindEvents(); return flyout; }()); return config; }())); if (typeof uet === 'function') { uet('x2', 'ewc', {wb: 1}); (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('navCF').execute(function() { uet('bb', 'ewc', {wb: 1}); }); } if (window.ue && ue.tag) {ue.tag('ewc');ue.tag('ewc:unrec');ue.tag('ewc:cartsize:0');if ( window.P && window.P.AUI_BUILD_DATE ) { ue.tag('ewc:aui'); }else { ue.tag('ewc:noAui'); }}}());
Buy new:
$33.40
$23.00 delivery:
April 12 - May 3
Fastest delivery:
March 26 - 31
Only 20 left in stock - order soon.
Qty:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Qty:
1
Add to Cart
Buy Now
Secure transaction
Your transaction is secure
We work hard to protect your security and privacy. Our payment security system encrypts your information during transmission. We don’t share your credit card details with third-party sellers, and we don’t sell your information to others.
Learn more
Ships from
Sunshine Runhe Books
Sold by
Sunshine Runhe Books
Details
Ships from
Sunshine Runhe Books
Sold by
Sunshine Runhe Books
Select delivery location
Add to List
Added to
Unable to add item to List. Please try again.
Sorry, there was a problem.
There was an error retrieving your Wish Lists. Please try again.
Sorry, there was a problem.
List unavailable.
Share
Have one to sell?
Sell on Amazon
Add to book club
Loading your book clubs
There was a problem loading your book clubs. Please try again.
Not in a club?
Learn more
Join or create book clubs
Choose books together
Track your books
Bring your club to Amazon Book Clubs, start a new book club and invite your friends to join, or find a club that’s right for you for free.
Explore Amazon Book Clubs
Flip to back
Flip to front
Listen
Playing...
Paused
�
You're listening to a sample of the Audible audio edition.
Learn more
See this image
Large horizontal axial flow pump repair and installation(Chinese Edition)
(Chinese) Paperback – October 1, 2019
by
SUN YONG WANG DONG SHENG
(Author)
See all formats and editions Hide other formats and editions
Price
New from
Used from
Paperback, October 1, 2019
"Please retry"
$33.40
$33.40
—
semi open impellers
2 New from $33.40