出口马里全贯流泵
马里共和国(République du Mali)是西非的一个内陆国家,国土面积为1,240,192平方公里,是西非面积第二大的国家。马里是中国的传统友好国家,自1983年开始,双方开始以工程承包为主的互利合作,中国在那有一些援建项目,包括纺织厂、糖厂、皮革厂、制药厂、体育场、会议大厦、医院、巴马科第三大桥等。
马里对我们甘泉也并不陌生,甘泉集团在2013年到2015年先后三次出口“全贯流潜水泵”到马里支援马里的农业工程。
2013年出口6台:
口径diameter:700mm 流量flow:3760m3/h 扬程lift:5.6m 功率power:90kw
2015年出口6台
流量flow: 1.694m3/s 扬程lift: 5.1m, 功率power :132KW。


$(function () { var contentWidth = parseInt($('#smv_tem_3_50').css("width")); ///长图自适应屏幕
$('#smv_tem_3_50 table').each(function () { $(this).removeAttr("width"); if ($(this).width() > contentWidth) { $(this).css("width", "100%"); } }); var splitLength = $('#tem_3_50_txt').find("div").html().split("_ueditor_page_break_tag_"); if (splitLength.length > 1) { pagination('tem_3_50_txt', "首页", "末页", "上一页", "下一页", function (hisHeight) { if (typeof hisHeight == 'undefined') { $('#smv_tem_3_50').smrecompute(); } else { var tabContentHeight = $('#tem_3_50_txt').height(); $('#smv_tem_3_50').smrecompute("recomputeTo", [tabContentHeight, hisHeight]); } $('#smv_tem_3_50 img').each(function () { var src = $(this).attr("src"); if (typeof src != 'undefined' && src != "") { $(this).attr("src", ""); $(this)[0].onload = function () { $('#smv_tem_3_50').smrecompute(); }; $(this).attr("src", src); } }); showBigImg_tem_3_50(); }); } else { $('#smv_tem_3_50 img').each(function () { var src = $(this).attr("src"); if (typeof src != 'undefined' && src != "") { $(this).attr("src", ""); $(this)[0].onload = function () { var width = $(this).width(); if (width > contentWidth) { $(this).css("cssText", 'max-width:' + contentWidth + 'px !important;height:auto !important;'); } $('#smv_tem_3_50').smrecompute(); }; $(this).attr("src", src); } }); showBigImg_tem_3_50(); } xwezhan.cssUeditorTale(); });
function showBigImg_tem_3_50() { if (false) { var bigImageArray = []; $('#smv_tem_3_50 img').each(function () { if ($(this).parents("a").length == 0) { var srcStr = $(this).attr("src"); $(this).lzpreview({ cssLink: '/Content/css/atlas-preview.css', pageSize: 1,//每页最大图片数 imgUrl: [srcStr], imgAlt: [''], imgLink: ['javascript:void(0)'], imgTarget: [''], itemSelect: $(this), arrow: false, thumbnail: false }); } }); } }