Home Products InterventionalCardiologyAnesthesiologyInfectionPreventionProductsAccessories Honor Aboutus ContactUs Home>> Products>> InterventionalCardiology>> Disposableballooninflationdevices>> Atype>> ViewDetails $(function(){ closeModal();//body可以滑动 $(".lcitem").click(function(e){ navshow(); e.preventDefault(); openModal();//body禁止滑动 }); $("#navigationshade").click(function(e){ navhide(); e.preventDefault() closeModal(); }); $("i.HasChild").toggle(function(){ $(this).removeClass("anticlockwiseRotate").addClass("clockwiseRotateanimated").next().show().addClass("slideInRight_Halfanimated1"); },function(){ $(this).removeClass("clockwiseRotate").addClass("anticlockwiseRotate").next().removeClass("slideInRight_Half").fadeOut(100); }); functionnavshow(){ $("#navigationshade").show(); $(this).removeClass("nav_clear").addClass("nav_show"); $(".navigationlist").removeClass("click_slideOutRight").addClass("click_slideInRightanimated"); $(".navigationlistli.depth1").each(function(index){ $(this).addClass("slideInRightanimated"+(index)); }); }; functionnavhide(){ $("#navigationshade").hide(); $(this).removeClass("nav_show").addClass("nav_clear"); $(".navigationlist").removeClass("click_slideInRight").addClass("click_slideOutRightanimated").find("li").removeClass("slideInRight"); }; }) functionHasChild32(a){ $(a).parent().find("i.HasChild").click(); }
  • DisposableballooninflationdevicesAtypewithstopcock

    Number:REF:SM-ID-A2530H-TB

    Specification:A-type,25ml,30atm/bar,HPStopcock

    RegistrationInformation:CEMark 
                         ISO13485
                          NMPA

    Features:
    1.Ergonomicdesignfacilitatesdoctor’soperation. 
    2.Triggerreleasemechanismprovideseasyandquickdeflation.
    3.Inclinationofmanometerprovideseasyandpreciseviewofpressurepoints.
  • ContactUs

    ContactUs

    SunnyMedicalDevice(Shenzhen)Co.,Ltd.

    Address:1/Fand401,ZhongtianxinBuildingB,LonggangDistrict,Shenzhen,Guangdong,China518172

    Contact:JoanneZhang

    Telephone:+8675584532326

    Mobile:+8613823100608

    Email:sunnymedical_cn@139.com

    Postcode:518172

  • $(function(){ $(".showWXCode").click(function(e){ $(".toollist_WxQqcode").fadeIn(100); e.preventDefault(); openModal(); }); $(".toollist_WxQqcode").click(function(e){ $(this).fadeOut(100); e.preventDefault() closeModal(); }); }); //解决弹出窗滚动时,body也滚动的问题 varModalHelper=(function(bodyCls){ varscrollTop; return{ afterOpen:function(){ scrollTop=document.scrollingElement.scrollTop; document.body.classList.add(bodyCls); document.body.style.top=-scrollTop+'px'; }, beforeClose:function(){ document.body.classList.remove(bodyCls); //scrollToplostaftersetposition:fixed,restoreitback. document.scrollingElement.scrollTop=scrollTop; } }; })('modal-open'); functionopenModal(){ ModalHelper.afterOpen(); $('.Modal').addClass('active'); } functioncloseModal(){ ModalHelper.beforeClose(); $('.Modal').removeClass('active'); }