CINXE.COM
<!DOCTYPE html> <html lang="en"> <head> <title></title> <meta name="description" content=""/> <meta name="keywords" content=""/> <meta charset="utf-8"> <meta name="baidu-site-verification" content="yCtEyi4NzS" /> <meta name="google-site-verification" content="t4BHy4QbsMJKnNYIaBL_3sq_MnkLcnk7qrl-1J24slQ" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="csrf-token" content="gs1kGa3AavzYBl9PUOh1XzCTVvGo3w36KEVpEE7j"> <link rel="shortcut icon" href="/img/favicon.ico"> <!-- Bootstrap --> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/bootstrap.min.css?1732381479" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/bootstrap-theme.min.css?1732381479" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/base.css?1732381479" type="text/css"> <script src="https://www.pharmasources.com/static/web/js/jquery.min.js?1732381479"></script> <script src="https://www.pharmasources.com/static/web/js/common.min.js?1732381479"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-164521382-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-164521382-1'); </script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?17644c035fe7482daf90144f1ff2f247"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/fonts.css" type="text/css"> <!-- Global site tag (gtag.js) - Google Ads: 947853199 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-947853199"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-947853199'); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-MVK0C784Q4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-MVK0C784Q4'); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-M38VCXVV5K"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-M38VCXVV5K'); </script> <!-- iiris --> <script src="https://a-iiris.imsharecenter.com/cbe/collect?tid=1411413961&at=0&h=web"></script> <script> clab_tracker.ready(function(){ this.push({"pageType":"web"}); this.track("open_page", {}); }); </script> <!-- cookie弹框 --> <style type="text/css"> .alert-box-ck{ min-width: 1200px; width: 1200px; height: 111px; border:3px #4fc2b8 solid ; background: #29858D; position: fixed; /*top: 0px;*/ left: 0px; right: 0px; bottom: -111px; margin: auto; z-index: 9999; max-width: 90%; } .alert-box-content-ck{ /*border: 1px solid blue;*/ width: 76.5%; height: 52px; float: left; margin-top: 29.5px; margin-left: 70px; color: white; font-size: 14px; line-height: 25px; } .alert-box-content-ck a{ color: #8BF8EF; } #yes-ck{ /*border: 1px solid blue;*/ width: 8%; height: 30px; text-align: center; float: right; margin-right: 70px; margin-top: 40.5px; background-color: #F79134; } #yes-ck span{ color: white; font-size: 14px; line-height: 27px; } @media only screen and (min-width: 1480px) { .alert-box-ck { min-width: 1440px; width: 1440px; } } @media only screen and (max-width: 1200px) { .alert-box-ck{ min-width: auto; width: 85%; height: 270px; border:3px #4fc2b8 solid ; background: #29858D; position: fixed; /*top: 0px;*/ left: 0px; right: 0px; bottom: 0px; margin: auto; z-index: 9999; max-width: 90%; } .alert-box-content-ck{ /*border: 1px solid blue;*/ width: 90%; margin-top: 6%; margin-left: 5%; color: white; font-size: 14px; line-height: 25px; height: auto; float: none; } .alert-box-content-ck a{ color: #8BF8EF; } #yes-ck{ /*border: 1px solid blue;*/ width: 30%; height: 30px; text-align: center; margin-left: 35%; margin-top: 20px; background-color: #F79134; float: none; margin-right: auto; } #yes-ck span{ color: white; font-size: 14px; line-height: 27px; } } @media only screen and (max-width: 320px){ .alert-box-ck{ height: 320px; } } </style> <div class="alert-box-ck" style="display: none"> <div class="alert-box-content-ck"><span>We use cookies to help provide you with the best possible online experience. Please read our <a href="https://www.pharmasources.com/information/privacy" target="_blank">Privacy Policy</a> for information about which cookies we use and what information we collect on our site. By continuing to use this site, you agree that we may store and access cookies on your device.</span></div> <div id="yes-ck" style="cursor: pointer"><span>I Agree</span></div> </div> <script> // window.onload = function () { if(!getCookieNew('is_agree')) { $(".alert-box-ck").animate({ bottom:"0",opacity:1},1000).show() } // } // $("#yes-ck").click(function () { // document.cookie = 'is_agree=1;path=/'; // $(".alert-box-ck").hide(); // }); $("body").on('click','#yes-ck',function () { document.cookie = 'is_agree=1;path=/'; $(".alert-box-ck").hide(); }); function getCookieNew(key){ var arr1=document.cookie.split("; "); for(var i=0;i<arr1.length;i++){ var arr2=arr1[i].split("="); if(arr2[0]==key){ return decodeURI(arr2[1]); } } } </script> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/index.min.css?1732381479" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/animate.min.css?1732381479" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/mCustomScrollbar.css?1732381479" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/dist/css/swiper.min.css?1732381479" type="text/css"> <link rel="alternate" media="only screen and(max-width: 640px)" href="https://m.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html" > <link rel="canonical" href="/products/catid/other-active-pharmaceutical-ingredients-478.html" > <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ItemList", "url": "https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html", "numberOfItems": "10", "itemListElement": [{"position":1,"@type":"ListItem","item":{"@type":"Product","image":"https://www.pharmasources.com","url":"https://www.pharmasources.com","name":"pharmasources","offers":{"@type":"Offer","price":0}}}] } </script> </head> <script src="https://www.pharmasources.com/static/web/js/mCustomScrollbar.js?1732381479"></script> <!-- 头部 --> <style type="text/css"> #nav_li_a_on { color: #4fc2b8; } .pharmacy_header_search i { top: 40px; right: 0px; } .pharmacy_header_Sourcing a:last-child { background-color: #108391; } .pharmacy_header_Sourcing a:last-child:hover { background-color: #047381; } .association,.association_product,.association_supplier{ background-color: #fff; position: absolute; z-index: 9999; height:auto!important; width:100%; display:none; } .association_supplier li ,.association_product li{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .assli:hover{ background-color: #eee; } .tophot_keyword{width:100%;height:36px;line-height:30px;color:#646464;} .tophot_keyword a{margin-right:5px;margin-left:5px;color:#646464;} /*电子杂志*/ .pharmacy_header_menu ul li.on>a{ color:#4fc2b8; } .pharmacy_header_menu ul li.on .industry_insights{ display:block; } /*屏蔽首页按钮*/ /*.pharmacy_header_menu ul li.zazhi>a::before {*/ /* content: '';*/ /* background: url(/static/web/image/images/img_4_03.png);*/ /* background-repeat: no-repeat;*/ /* background-size: 100% 100%;*/ /* position: absolute;*/ /* left: 467px;*/ /* top: 15px;*/ /* width: 8px;*/ /* height: 7px;*/ /*}*/ .service_membership{ /*color:#fff!important;*/ /*background-color: #4fc2b8;*/ display: inline-block; border-radius:25px; /*padding:0 15px;*/ height:22px; line-height:22px; } .etrade_season{ /*background-color: #F79134;*/ /*color: #ffffff !important;*/ display: inline-block; border-radius:25px; /*padding:0 15px;*/ height:22px; line-height:22px; /*letter-spacing:*/ } .pharmacy_header_menu ul li.zazhi.on>a::before{ color:#333; transform: rotate(180deg); } .pharmacy_header_buyer span::before { background-image: url(/static/web/image/images/img_4_03.png); } .industry_insights{ margin-top: 10px; width: 200px; position: absolute; left:30%; top: 25px; background-color: white; z-index: 9999; border: 1px solid #ccc; } @media (min-width: 1479px){ .industry_insights{ left:34%; } .pharmacy_header_menu ul li.zazhi>a::before{ left:612px; /*left:467px;*/ } } .industry_insights a{ display: block; width:100%; height:24px; padding-left: 20px; line-height: 24px; margin-bottom: 5px; } .pharmacy_header_Sourcing a { width: 200px; background: #4fc2b8; margin-right: 20px; } /*公共导航栏样式问题*/ .pharmacy_w, .pharmacy_w1 { width: 1200px; margin: 0 auto; position: relative; height: 100%; } .pharmacy_header_menu ul li a { color: #333; margin-right: 20px; } .pharmacy_header_menu ul li a.vec_url{ margin-right: 20px; } .pharmacy_header_select { background-image: url(/static/web/image/images/search_tipe.png); } @media only screen and (min-width: 1480px) { .pharmacy_header_menu ul li a { color: #333; margin-right: 55px; } .pharmacy_header_menu ul li a.vec_url{ margin-right: 55px; } .pharmacy_w, .pharmacy_w1, .pharmacy_w2 { width: 1440px; } } .phs_new ul{ list-style: none; padding: 0; margin: 0; } .phs_new ul li{ float: right; margin-left: 26px; } .l1 img{ width: 30px; height: 30px; } .l2{ height: 20px; line-height: 20px; margin-top: 5px; } </style> <header class="pharmacy_header"> <div class="pharmacy_w"> <div class="pharmacy_top"> <a href="https://www.pharmasources.com"> <img class="pharmacy_header_logo clearfix" src="https://www.pharmasources.com/static/web/image/images/logo.png" alt="CPHI logo" onClick="javascript:window.open('https://www.pharmasources.com', '_self')"> </a> <div class="pharmacy_header_search clearfix"> <ul class="pharmacy_header_select_all"> <li data-value="product" data-place="Products or CAS No." class="pharmacy_header_select"> Products </li> <li data-value="suppliers" data-place="Suppliers" class=""> Suppliers </li> <li data-value="ezs" data-place="Sourcing Requests" class=""> Sourcing Requests </li> </ul> <input value="" type="text" id="search-input" placeholder=""> <i> <img class="search-img" src="https://www.pharmasources.com/static/web/image/images/search_img.png" alt=""> </i> <ul class="association"> </ul> <ul class="association_product"> </ul> <ul class="association_supplier"> </ul> </div> <div class="pharmacy_header_user clearfix"> <ul> <li> <a href="https://www.cphi.cn/"> <img src="/static/images/countryimg/0042.jpg" alt=""> </a> <a href="https://www.cphi.cn/" style="margin-left: 6px;">中文站</a> </li> <li style="margin-right: 40px" class="pharmacy_header_sign"> <img src="https://www.pharmasources.com/static/web/image/images/img_3_03.png" alt=""> <a href="https://www.pharmasources.com/login" rel="nofollow">Sign in</a> <a href="https://www.pharmasources.com/register" rel="nofollow">Join free</a> </li> </ul> <div class="pharmacy_header_Sourcing" > <a hidden href="https://www.pharmasources.com/buyerSession" id="web-public-pharmacy-header-Sourcing-buyer">Post Sourcing Request</a> <a href="https://www.pharmasources.com/psr" id="web-public-pharmacy-header-Sourcing-psr">Post Sourcing Request</a> <a hidden href="https://www.pharmasources.com/buy" id="web-public-pharmacy-header-Sourcing-suppplier">Sourcing Request List </a> <a href="https://www.pharmasources.com/cphi-china" target="_blank">Exhibition</a> </div> </div> <div class="pharmacy_header_menu"> <ul> <li><a id="" href="https://www.pharmasources.com">Home</a> </li> <li><a id="nav_li_a_on" href="https://www.pharmasources.com/products">Products</a></li> <li><a id="" href="https://www.pharmasources.com/suppliers">Supplier</a></li> <li><a class="etrade_season" href="https://www.pharmasources.com/zt/cphi-etrade-season" target="_blank">E-Trade Season</a></li> <li><a id="" href="https://www.pharmasources.com/content/">Content Hub</a></li> <li class="zazhi"> <a id="" href="https://www.pharmasources.com/industryinsights" style="display:block;height:auto;" class="zazhi_a"> <span>Industry Insights</span> </a> </li> <li style="position: relative"> <a target="_blank" class="vec_url" href="https://www.pharmasources.com/zt/cphichinawebinar"> <img src="https://www.pharmasources.com/static/web/image/images/E-Learn.png" style="vertical-align:top;display: inline;" alt=""> </a> </li> <li><a class="service_membership" href="https://www.pharmasources.com/service/overview" target="_blank">Service & Membership</a></li> <li class="pharmacy_header_buyer" id="suppliers" style="float: right;margin-right: 50px"> <span>For Supplier</span> <div class="pharmacy_header_buy" style="margin-top:10px"> <p class="text-left" style="font-weight: 600;margin-bottom: 5px;"> <a href="https://www.pharmasources.com/member/update-contact">My Account</a> </p> <p class="text-left" style="font-weight: 600;margin-bottom: 5px;"> <a href="https://www.pharmasources.com/member/style">My Online Store</a> </p> <p class="text-left" style="font-weight: 600;margin-bottom: 5px;"> <a href="https://www.pharmasources.com/member/buy-reply">My EZSourcing</a> </p> <p class="text-left" style="font-weight: 600;margin-bottom: 5px;margin-right: 0"> <a href="https://www.pharmasources.com/buy" style="margin-right: 0">View Sourcing Requests</a> </p> <p class="text-left" style="font-weight: 600;margin-bottom: 5px;"> <a href="https://www.pharmasources.com/member/customerService">Customer Service</a> </p> </div> </li> <li class="pharmacy_header_buyer" id="buyer" style="float: right;margin-right: 50px;cursor: pointer;"> <span>For Buyer</span> <div class="pharmacy_header_buy" style="margin-top:10px;width: 250px;"> <p class="text-left" style="font-weight: 600;margin-bottom: 5px;margin-right: 0px">Search Products & Suppliers</p> <a style="margin-right: 0px" href="https://www.pharmasources.com/products">Products Directory</a> <a style="margin-right: 0px" href="https://www.pharmasources.com/suppliers">Suppliers Discovery</a> <a style="margin-right: 0px" href="https://www.pharmasources.com/psr">Post EZSourcing</a> <p class="text-left" style="font-weight: 600;margin-top: 30px;margin-bottom: 5px"> Service</p> <a style="margin-right: 0px" href="https://www.pharmasources.com/buy/supplier.html">Buyer Sourcing Event</a> <a style="margin-right: 0px" href="https://www.pharmasources.com/buyer/customerService">Contact Us</a> <p class="text-left" style="font-weight: 600;margin-top: 30px;margin-bottom: 5px">Quick links</p> <a style="margin-right: 0px" href="https://www.pharmasources.com/buyer/favoriteProducts">My Favorites</a> <a style="margin-right: 0px" href="https://www.pharmasources.com/buyer/tracks">Recent Visit History</a> </div> </li> </ul> </div> </div> </div> </header> <script> $(document).ready(function(){ var hm = document.createElement("script"); hm.src = "https://log.jiagle.com/tongJi/web/browser/visit"; var s = document.getElementsByTagName("script")[0]; // s.parentNode.insertBefore(hm, s); $.ajax({ url:"https://www.pharmasources.com/getUsername", type:"post", data:{'_token': 'gs1kGa3AavzYBl9PUOh1XzCTVvGo3w36KEVpEE7j'}, success:function(res){ if(res && $.parseJSON(res)) { var res = $.parseJSON(res) if (res.code == 200) { $('.pharmacy_header_sign').children('a').remove(); var log_out = "https://www.pharmasources.com/login/out"; var a_link = '<a class="temp_a" style="color:#4fc2b8;text-decoration: underline" href="' + res.data.url + '" >' + res.data.username + '</a><a href="' + log_out + '">Log out</a>'; $('.pharmacy_header_sign').append(a_link) } else if (res.code == 201) { } } } }) $.ajax({ url:"https://www.pharmasources.com/slog", type:"post", data:{'_token': 'gs1kGa3AavzYBl9PUOh1XzCTVvGo3w36KEVpEE7j'}, success:function(res){ if(res && $.parseJSON(res)) { var res = $.parseJSON(res) if (res.code == 200) { $('.association_product,.association_supplier').html(''); if (res.data.pm.length){ // var html_pm = '<li disabled style="color: #F79131;height: 26px;line-height: 26px;margin-bottom: -10px;cursor: auto">Hot Search</li>'; var html_pm = ''; $.each(res.data.pm,function(i,v){ html_pm += "<li class='assli' style='width:100%;height:26px;line-height: 16px;padding: 5px 12px;vertical-align:middle;'><span style='float:left;display:inline-block;z-index:-1;'>"+v.content+"</span></li>"; }) $('.association_product').append(html_pm); } if (res.data.sm.length){ // var html_sm = '<li disabled style="color: #F79131;height: 26px;line-height: 26px;margin-bottom: -10px;cursor: auto">Hot Search</li>'; var html_sm = ''; $.each(res.data.sm,function(i,v){ html_sm += "<li class='assli' style='width:100%;height:26px;line-height: 16px;padding: 5px 12px;vertical-align:middle;'><span style='float:left;display:inline-block;z-index:-1;'>"+v.content+"</span></li>"; }) $('.association_supplier').append(html_sm); } } else if (res.code == 201) { } } } }) }) $(".zazhi").mouseover(function(){ $(this).addClass('on'); $('.zazhi_a').css('color','#4fc2b8') }) $(".zazhi").mouseout(function(){ $(this).removeClass('on'); $('.zazhi_a').css('color','#333') }) var type = ""; if (type){ }else{ $('#suppliers #buyer').show(); } $("#search-input").bind("input propertychange",function(event){ var search_data = $('#search-input').val(); var search_type = $('.pharmacy_header_select').html(); //去除两端空格 search_data = search_data.replace(/^\s+|\s+$/g,''); if (search_data){ $(".association_product,.association_supplier").hide(); getSearchData(search_data,search_type); }else{ $('.association').html('').css('border',''); var dv = $(".pharmacy_header_select").attr("data-value"); if (dv == "product") { $(".association_product").show(); $(".association_supplier").hide(); } if (dv == "suppliers") { $(".association_product").hide(); $(".association_supplier").show(); } if (dv == "ezs") { $(".association_product").show(); $(".association_supplier").hide(); } } }); $('.association,.association_product,.association_supplier').on('click','li',function(e){ var text = $(this).children('span').text(); $("#search-input").val(text).focus(); var search_type = $('.pharmacy_header_select').html(); e.stopPropagation(); searchIcon(text); }) $('.cphi_search').on('click',function(e){ var data_value = $(this).attr("data-value"); searchIcon(data_value); }) function getSearchData(search_data,search_type){ $.ajax({ url: "https://www.pharmasources.com/getAssociationSearch", data: { search_data: search_data,search_type:search_type}, type:"post", headers: { "X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr('content') }, dataType: 'json', success: function (res) { $('.association').html('') if(res.code==200){ var html = ""; $.each(res.data,function(i,v){ if(search_data != v){ html += "<li class='assli' style='width:100%;height:26px;line-height: 16px;padding: 5px 12px;vertical-align:middle;'><span style='float:left;display:inline-block;z-index:-1;'>"+v+"</span></li>"; } }) if (!$(".association_supplier").is(':visible') && !$(".association_product").is(':visible')) { $('.association').append(html); } }else{ alert(data.msg); return false; } } }) } $('#search-input').focus(function(){ $('.association').show().css('border','1px solid #ccc'); }) $('body').click(function(e){ if(($(e.target).attr('id')!='search-input')){ $('.association').hide().css('border','') $('.association_product,.association_supplier').hide(); } }); $('.pharmacy_header_select_all li').click(function(){ $('.association').html('').css('border',''); $('.association_product,.association_supplier').hide(); }) function phs(str) { var url = ''; if (str != null){ switch (str) { case ('Visitor'): url = 'https://www.cphi.com/china/en/attend/attend/why-attend.html'; break; case ('Exhibior'): url = 'https://www.cphi.com/china/en/Exhibit/exhibit/Why-exhibit.html'; break; case ('Advertiser'): // url = 'https://efile.imsinoexpo.com/efile/CPhI/Yingqi/PharmaSources%20Sponsorship%20Package%20final.pdf'; url = 'https://efile.imsinoexpo.com/efile/CPhI/PharmaSources%20Sponsorship%20Package%202023.pdf'; break; case ('Suppliers'): url = ' https://www.pharmasources.com/service/supplier-membership'; break; case ('Buyer'): url = 'https://www.pharmasources.com/service/buyer-membership'; break; case ('psr'): url = "https://www.pharmasources.com/psr"; break; case ('psrl'): url = "https://www.pharmasources.com/buy"; break; } } if (url){ window.open(url); } } </script> <body> <style> .part li{ float:left;display: inline-block;margin:5px 40px 5px 0; } .part a{ /*color:#4fc2b8;*/ } .part1 ul{ } .ablue{ color:blue!important; text-decoration: underline!important; } .part>div{ width:100%; margin:20px 0; line-height: 22px; font-size: 14px; } .part p{ margin:5px 0;padding:0; } .fl_fo1_an .btn { width: 100%; } .nav_fl a.on{ color: #4fc2b8; } .pro_lb1 .txtk1 dd { display: block; text-overflow: ellipsis; /*background:red;*/ overflow: hidden;; } .pro_lb1 .txtk1 dd p { display: inline; /*height: 0px;*/ } .pro_lb1 .txtk1 dd p.p_1{ display: inline; } .batch_inquiry{ float: right; margin-right: 30px; } .batch_inquiry span{ background: #4fc2b8; padding: 5px 10px; color: #fff; cursor: pointer; } .batch_checkbox{ float: left; height: 200px; margin-right: 10px; display: flex; flex-direction: column; justify-content: center; } .batch_checkbox2{ width: 100%; margin-bottom: 10px; display: flex; justify-content: center; } .batch_input{ display: none; } .batch_input + label{ width: 20px; height: 20px; background-image: url("/static/web/image/images/checkbox.png"); } .batch_input:checked + label{ background-image: url("/static/web/image/images/checkbox_select.png"); } .checkbox_bottom{ font-size: 18px; position: fixed; z-index: 1000; bottom: 0; left: 0; color: #fff; height: 50px; width: 100%; background: #4fc2b8; } .checkbox_bottom div{ width: 1200px; margin: 0 auto; padding-left: 300px; padding-right: 20px; } .checkbox_bottom div span{ display: inline-block; cursor: pointer; height: 50px; line-height: 50px; } .checkbox_bottom div .select_all{ float: left; } .checkbox_bottom div .inquiry_now{ float: right; text-decoration: underline; font-weight: bold; margin-right: 20px; } .checkbox_bottom div .return_list{ float: right; } @media only screen and (min-width: 1480px) { .checkbox_bottom div{ width: 1440px; padding-left: 360px; } } /*面包屑导航*/ .bread_crumbs{ width: 100%; background: #f0f1f2; } .bread_crumbs .bread_channel{ width: 100%; height: 100%; margin: 0 auto; /*margin-bottom: -30px;*/ } @media only screen and (min-width: 1480px) { .bread_crumbs .bread_channel{ width: 1440px; } } .bread_crumbs .bread_channel img{ margin-left: 10px; float: left; } .bread_crumbs .bread_channel span{ margin-left: 5px; color: #333333; float: left; font-size: 14px; vertical-align: middle; } .bread_crumbs .bread_channel a{ font-size: 14px; vertical-align: middle; } .www-1{ width: 100%; background: #f0f1f2; padding-top: 20px; } .w-2{ border-top: 1px solid #ccc; margin-top: 10px; padding-bottom: -21px; margin-bottom: -17px; line-height: 70px; text-align: left; } .ny_jj{ padding: 40px 0; } .page span{ display: inline-block; width:40px; text-align: center; height:42px; line-height: 42px; margin: 5px; font-size: 16px; cursor: pointer; border:1px solid #4fc2b8; border-radius: 3px; } .page span:first-child,.page span:last-child{ width: 135px; } .page span:not(.points):hover{ border:0; background: #4fc2b8; color: white; } .points{ cursor:default!important; } .page span.on,.page span.pre_next{ border:0; cursor: default; background: #4fc2b8; color: white; } .nav_fl a { width: 100%; line-height: 50px; display: flex; justify-content: left; -moz-flex-direction: inherit; -webkit-flex-direction: inherit; -ms-flex-direction: inherit; height: 55PX; padding: 0 15px 0 20px; /*color: #909090;*/ color: #000; } .nav_fl a span{ overflow:hidden; text-overflow:ellipsis; white-space: nowrap; width: 290px; } .num{ display:none; } .count_all_li1{ width:100%; } .count_all_li2{ width:98%; } .nscr_n { margin-top: 30px; } #iirb_ul { clear: both; list-style: none; background-color: white; padding: 1rem 2.5rem; } #iirb_ul li { list-style: none; height: 5.9rem; display: flex; overflow: hidden; display: -webkit-flex; align-items: center; justify-content: center; } #iirb_ul i { width: 0.6em; height: 0.6em; border-radius: 50%; background: #4fc2b8; margin-top: 0.55em; margin-right: 1rem; border: 1px solid #fff; display: inline-block; } #iirb_ul span { font-size: 14px; flex: 1; max-height: 3.5rem; overflow: hidden; word-wrap: break-word; word-break: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; text-overflow: clip; } .no_content,.no_content_two{ background-color: white; margin-bottom: 15px; padding: 20px 40px; } .no_content_cd_top{ margin-bottom: 15px; } .no_content_cd_top span{ font-weight: bold; } .no_content ul,.no_content_two ul{ margin-left: 16px; } .no_content ul li,.no_content_two ul li{ list-style: disc !important; margin-top: 10px; padding-left: 20px; } .no_content_cd_sc{ margin-top: 10px; margin-left: 75px; } .no_content_img{ display: none; position: relative; z-index: 9; top: 20px; left: 80px; height: 0px; } .no_content_title{ margin-bottom: 15px; font-size: 18px; color: white; background-color: #4fc2b8; } .no_content,.no_content_title,.no_content_two{ display: none; } .ncct_span,.cat_one,.cat_two{ font-weight: normal !important; } a.cd_fav{ position: absolute; left: 220px; bottom: -10px; } a.cd_fav:before { content: ''; background: url(/static/web/image/pro/p_tb2.png) no-repeat; width: 26px; height: 22px; display: inline-block; vertical-align: middle; margin-right: 15px; } a.cd_fav_on:before { background: url(/static/web/image/pro/p_tb2_on.png) no-repeat; } </style> <div class="www-1"> <div class="w"> <div class="bread_crumbs"> <div class="bread_channel"> <span >You are here:  </span> <a href="https://www.pharmasources.com">Home</a> > <a href="https://www.pharmasources.com/products">Products</a> <font class="bread_cat"> > <a href="javascript:void(0)" data-id="4">Active Pharmaceutical Ingredients</a> > <a href="javascript:void(0)" data-id="478">Other Active Pharmaceutical Ingredients</a> </font> </div> <div class="w-2"> <h1 style="margin-top: 13px;font-size: 22px;color: #3e3e3e;">Other Active Pharmaceutical Ingredients Products</h1> <div> </div> </div> </div> </div> </div> <!-- 头部 --> <div class="ny_pro ny_jj ny_pro_fl"> <div class="loading" style="position:absolute;height: 1756px;width: 100%;z-index: 998;background: transparent;display:none"> <div class="loading" style="position: fixed;top: 50%;left: 50%;z-index: 999;"> <img width="30" src="/static/web/image/images/loading.gif" alt=""> </div> </div> <div class="w"> <div class="d1"> <div class="fl_bt1 fl_bt1_text">Other Active Pharmaceutical Ingredients</div> <div class="kk_b md30"> <ul class="nav_fl category"> <li> <a class="on" data-id="478" data-count="" href="javascript:void(0)"><span>Other Active Pharmaceutical Ingredients <font class="num"></font></span></a> </li> </ul> <div class="fl_anq1"> <a href="javascript:void(0)" class="cd_lv left turnback" data-id="4">< return</a> <a href="https://www.pharmasources.com/products-categories" class="cd_lv right">more ></a> </div> </div> <form action="" class="class_form"> <div class="kk_b fl_fo1"> <h4 class="md15">Business Type</h4> <ul class="fl_fo2 md30 type"> <li class="fx_all"> <div class="ta_fx parent_check on"> <span class="s_fx"><input class="input_checkbox" checked="true" type="checkbox" value=""></span> All </div> <dl style="padding-left: 0"> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Manufacturer" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Manufacturer</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Agent" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Agent</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Distributor" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Distributor</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Wholesaler" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Wholesaler</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Exporter" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Exporter</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Importer" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Importer</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Trading Company" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Trading Company</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Retailer" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Retailer</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="type" value="Service Provider" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Service Provider</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> </dl> </li> </ul> <h4 class="md15">Main Sales Markets</h4> <ul class="fl_fo2 md30 shopLimit"> <li class="fx_all"> <div class="ta_fx parent_check on"> <span class="s_fx "><input class="input_checkbox" type="checkbox"></span> All </div> <dl style="padding-left: 0"> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="North America" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">North America</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="Central/South America" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Central/South America</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="Western Europe" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Western Europe</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="Eastern Europe" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Eastern Europe</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="Australasia" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Australasia</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="Asia" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Asia</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="Middle East" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Middle East</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="shopLimit" value="Africa" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">Africa</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> </dl> </li> </ul> <h4 class="md15">Contract Manufacturing</h4> <ul class="fl_fo2 md30 ta_dx orders"> <li> <label for="zf_1"><span class="s_fx parent_check on"> <input type="radio" checked="true" id="zf_1" name="orders" value="" class="zf_input" autocomplete="off"/> </span>All </label> </li> <li> <label for="ordersCRO"> <span class="s_fx "> <input value="CRO" type="radio" id="ordersCRO" data-check="false" name="orders" class="zf_input" autocomplete="off"/></span> <a href="javascript:void(0);"><span class="title">CRO</span><span class="num" style="font-size: 11px;"></span></a> </label> </li> <li> <label for="ordersCMO"> <span class="s_fx "> <input value="CMO" type="radio" id="ordersCMO" data-check="false" name="orders" class="zf_input" autocomplete="off"/></span> <a href="javascript:void(0);"><span class="title">CMO</span><span class="num" style="font-size: 11px;"></span></a> </label> </li> </ul> <h4 class="md15">Standard</h4> <ul class="fl_fo2 md30 medicine"> <li class="fx_all"> <div class="ta_fx parent_check on"> <span class="s_fx "><input class="input_checkbox" type="checkbox"></span> All </div> <dl style="padding-left: 0"> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="medicine" value="ChP" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">ChP</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="medicine" value="USP" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">USP</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="medicine" value="BP" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">BP</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="medicine" value="EP" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">EP</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="medicine" value="JP" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">JP</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> <dd> <div class="ta_fx"> <span class="s_fx"> <input class="input_checkbox" name="medicine" value="In-house Standards" type="checkbox"> </span> <a href="javascript:void(0);"><span class="title">In-house Standards</span><span class="num" style="font-size: 11px;"></span></a> </div> </dd> </dl> </li> </ul> </div> </form> <div class="fl_bt1 nscr_n">Hot News</div> <div class="nscr_data"> <ul id="iirb_ul"> <a href="https://www.pharmasources.com/industryinsights/76805.html" target="_blank"> <li><i></i><span>AI in Pharmacovigilance: Predicting & Preventing Drug Risks</span></li> </a> <a href="https://www.pharmasources.com/industryinsights/76807.html" target="_blank"> <li><i></i><span>Formulation Changes and Bridging During Formulation Development – Part 2</span></li> </a> <a href="https://www.pharmasources.com/industryinsights/76806.html" target="_blank"> <li><i></i><span>Formulation Changes and Bridging During Formulation Development – Part 1</span></li> </a> <a href="https://www.pharmasources.com/industryinsights/76803.html" target="_blank"> <li><i></i><span>Charting the Course: A Deep Dive into Pharmaceutical Product Lifecycle Management</span></li> </a> <a href="https://www.pharmasources.com/industryinsights/76797.html" target="_blank"> <li><i></i><span>Globalization of drugs -A Double-Edged Sword with Room for Improvement</span></li> </a> </ul> </div> </div> <div class="d2"> <div class="no_content"> <div class="no_content_cd"> <div class="no_content_cd_top ncct"><span>Sorry</span>, no matches were found for ‘<span class="ncct_span">1260 INFINITY II HPLC SYSTEM</span>’.</div> <div class="no_content_cd_top ncct_two"><span>Sorry</span>, no matches were found for the results filtered.</div> <div>To help you find the product you want, you may:</div> <ul> <li>Check your spelling or use fewer and general keywords</li> <li><a style="color: #4fc2b8;font-weight: bold" href="https://www.pharmasources.com/psr" target="_blank">Post your sourcing request</a> to get quotations directly from suppliers</li> <li>Contact our customer service directly and enjoy <span style="color: #F79131;font-weight: bold">FREE customized sourcing service</span></li> </ul> <div class="no_content_cd_sc">Email: <a href="mailto:PharmaSources@imsinoexpo.com" style="color: #00c">PharmaSources@imsinoexpo.com</a></div> <div class="no_content_cd_sc">WhatsApp: +86-13621645194 (<span class="no_content_cd_sc_img" style="color: #4fc2b8;font-weight: bold;cursor: pointer">Scan QR Code</span>)</div> <div class="no_content_img"> <img src="/static/web/image/whatsapp.jpg"> </div> </div> </div> <div class="fl_tt no_content_title">Recommended Products</div> <div class="no_content_two"> <div class="no_content_cd_two"> <div class="no_content_cd_top"><span>Sorry</span> no products were found for ‘<span class="cat_one">【调取分类名称】</span>’. This is the result for ‘<span class="cat_two">【调取目前显示的这个分类的名称】</span>’</div> <div>To help you find the product you want, you may:</div> <ul> <li>Contact our customer service directly and enjoy <span style="color: #F79131;font-weight: bold">FREE customized sourcing service</span></li> </ul> <div class="no_content_cd_sc">Email: <a href="mailto:PharmaSources@imsinoexpo.com" style="color: #00c">PharmaSources@imsinoexpo.com</a></div> <div class="no_content_cd_sc">WhatsApp: +86-13621645194 (<span class="no_content_cd_sc_img" style="color: #4fc2b8;font-weight: bold;cursor: pointer">Scan QR Code</span>)</div> <div class="no_content_img"> <img src="/static/web/image/whatsapp.jpg"> </div> </div> </div> <div class="fl_tt md20 mt"> <div class="fl_tt_lb left"> <b>Member Type :</b> <ul class="fl_fo3"> <li> <div class="ta_fx user_type_btn "> <span class="s_fx "> <input class="input_checkbox" type="checkbox"></span> <img title="VIP Member" src="https://www.pharmasources.com/static/web/image/pro/mt_a2.png">VIP Member </div> </li> </ul> </div> <div class="fl_tt_lb right"> <b>View :</b> <div class="fl_fo4"> <a class="a1 on"></a> <a class="a2 "></a> </div> </div> <div class="batch_inquiry" style="" id="web-products-index-select-inquiry" hidden> <span class="select_inquiry">Select</span> </div> </div> <form id="batch_form" action="https://www.pharmasources.com/products/batch_enquiries" method="post"> <input type="hidden" name="_token" value="gs1kGa3AavzYBl9PUOh1XzCTVvGo3w36KEVpEE7j"> <!--列表一--> <div class="fl_tt_nr"> <ul class="pro_lb1 center_img" style="display: block"> <li class="count_all_li1"> <p> We have revealed part of the results for you. <br> <font style="font-weight: bold;color:#4fc2b8;cursor:pointer" class="count_all">Click here</font> to view all the results. It may take a while.Please be patient. </p> </li> <!-- 指定关键词产品 --> <!-- 指定关键词产品 end --> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358710" class="batch_input" id="my-id0" type="checkbox"><label for="my-id0"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/berberine-hydrochloride-358710.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/5603c0efc14172736af93b1bc338f984jpg!200" alt="Berberine hydrochloride"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/berberine-hydrochloride-358710.html" class="dbt">Berberine hydrochloride</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p><a href="/cas/show-70797.html">633-65-8</a></p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358710" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/berberine-hydrochloride-358710.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358710" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358711" class="batch_input" id="my-id1" type="checkbox"><label for="my-id1"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/flibanserin-358711.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/30301d069651ae3d64d88ff4704516dcjpg!200" alt="Flibanserin"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/flibanserin-358711.html" class="dbt">Flibanserin</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p><a href="/cas/show-94787.html">167933-07-5</a></p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358711" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/flibanserin-358711.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358711" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358712" class="batch_input" id="my-id2" type="checkbox"><label for="my-id2"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/flibanserin-hydrochloride-propan-2-ol-hy-358712.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/2c6f578a3d3634ce147dbf95936ea3d0jpg!200" alt="Flibanserin (hydrochloride) (propan-2-ol) (hydrate)"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/flibanserin-hydrochloride-propan-2-ol-hy-358712.html" class="dbt">Flibanserin (hydrochloride) (propan-2-ol) (hydrate)</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>NA</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358712" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/flibanserin-hydrochloride-propan-2-ol-hy-358712.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358712" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358713" class="batch_input" id="my-id3" type="checkbox"><label for="my-id3"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/bifonazole-358713.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/b1b3e0c5ed8c59e98e397669060920d1jpg!200" alt="Bifonazole"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/bifonazole-358713.html" class="dbt">Bifonazole</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p><a href="/cas/show-88418.html">60628-96-8</a></p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358713" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/bifonazole-358713.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358713" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358714" class="batch_input" id="my-id4" type="checkbox"><label for="my-id4"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/alpha-phenyl-1-1-biphenyl-4-methanol-358714.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/2f7500e62dd1432fdefa7077c0225f7djpg!200" alt="alpha-phenyl[1,1'-biphenyl]-4-methanol"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/alpha-phenyl-1-1-biphenyl-4-methanol-358714.html" class="dbt">alpha-phenyl[1,1'-biphenyl]-4-methanol</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>7598-80-3</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358714" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/alpha-phenyl-1-1-biphenyl-4-methanol-358714.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358714" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358715" class="batch_input" id="my-id5" type="checkbox"><label for="my-id5"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/4-benzoylbiphenyl-358715.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/e8078f9ea62b19727683e4fd8b0eeaf8jpg!200" alt="4-Benzoylbiphenyl"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/4-benzoylbiphenyl-358715.html" class="dbt">4-Benzoylbiphenyl</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p><a href="/cas/show-74103.html">2128-93-0</a></p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358715" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/4-benzoylbiphenyl-358715.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358715" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358716" class="batch_input" id="my-id6" type="checkbox"><label for="my-id6"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/3-7-diamino-2-8-dimethyldibenzothiophene-358716.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/07f3a21137e60a2eb08e74b1e3652119jpg!200" alt="3,7-Diamino-2,8-dimethyldibenzothiophene sulfone (contains 2,6-Dimethyl isomer)"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/3-7-diamino-2-8-dimethyldibenzothiophene-358716.html" class="dbt">3,7-Diamino-2,8-dimethyldibenzothiophene sulfone (contains 2,6-Dimethyl isomer)</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>55011-44-4</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358716" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/3-7-diamino-2-8-dimethyldibenzothiophene-358716.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358716" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358717" class="batch_input" id="my-id7" type="checkbox"><label for="my-id7"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/7-chloro-4-methoxy-1h-pyrrolo-2-3-c-pyri-358717.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/830c626dbbfb65d04191de2701aac287jpg!200" alt="7-Chloro-4-methoxy-1H-pyrrolo[2,3-c]pyridine"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/7-chloro-4-methoxy-1h-pyrrolo-2-3-c-pyri-358717.html" class="dbt">7-Chloro-4-methoxy-1H-pyrrolo[2,3-c]pyridine</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>446284-32-8</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358717" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/7-chloro-4-methoxy-1h-pyrrolo-2-3-c-pyri-358717.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358717" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358718" class="batch_input" id="my-id8" type="checkbox"><label for="my-id8"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/7-bromo-4-methoxy-1h-pyrrolo-2-3-c-pyrid-358718.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/cc0b9e7f8ea1d2a5698294c8df7c0c33jpg!200" alt="7-Bromo-4-methoxy-1H-pyrrolo[2,3-c]pyridine"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/7-bromo-4-methoxy-1h-pyrrolo-2-3-c-pyrid-358718.html" class="dbt">7-Bromo-4-methoxy-1H-pyrrolo[2,3-c]pyridine</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>2840-71-3</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358718" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/7-bromo-4-methoxy-1h-pyrrolo-2-3-c-pyrid-358718.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358718" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358719" class="batch_input" id="my-id9" type="checkbox"><label for="my-id9"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/methyl-5-chloro-2-2-dimethyl-5-oxopentan-358719.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/1f3fb41101f1e086041cd4f886a304c9jpg!200" alt="Methyl 5-chloro-2,2-dimethyl-5-oxopentanoate"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/methyl-5-chloro-2-2-dimethyl-5-oxopentan-358719.html" class="dbt">Methyl 5-chloro-2,2-dimethyl-5-oxopentanoate</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>98559-84-3</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358719" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/methyl-5-chloro-2-2-dimethyl-5-oxopentan-358719.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358719" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358720" class="batch_input" id="my-id10" type="checkbox"><label for="my-id10"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/bicyclo-3-1-0-hexan-3-one-358720.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/6fdd1ce73fd2e663ee9cc7778993c7cbjpg!200" alt="Bicyclo[3.1.0]hexan-3-one"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/bicyclo-3-1-0-hexan-3-one-358720.html" class="dbt">Bicyclo[3.1.0]hexan-3-one</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>1755-04-0</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358720" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/bicyclo-3-1-0-hexan-3-one-358720.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358720" class="cd_a_lv2">Send Inquiry</a> </div> </li> <li> <div style="display: none" class="batch_box batch_checkbox"><input value="358721" class="batch_input" id="my-id11" type="checkbox"><label for="my-id11"></label></div> <div class="txtk1"> <div class="imgk img_d"> <a href="https://www.pharmasources.com/products/2-7-bis-2-phenylpropan-2-yl-9h-fluorene-358721.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/4aa5a6439182752945c338580795a2dejpg!200" alt="2,7-Bis(2-phenylpropan-2-yl)-9H-fluorene"> </a> </div> <div class="txtk"> <a href="https://www.pharmasources.com/products/2-7-bis-2-phenylpropan-2-yl-9h-fluorene-358721.html" class="dbt">2,7-Bis(2-phenylpropan-2-yl)-9H-fluorene</a> <dl> <dd> <b>Price Range:</b> <p>Negotiable</p> </dd> <dd> <b>Categories:</b> <p> <a href="https://www.pharmasources.com/products/catid/active-pharmaceutical-ingredients-4.html">Active Pharmaceutical Ingredients</a> > <a href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478.html">Other Active Pharmaceutical Ingredients</a> </p> </dd> <dd> <b>CAS NO:</b> <p>170919-47-8</p> </dd> <dd> <b>Business Type:</b> <p>Manufacturer</p> </dd> </dl> <a href="javascript:void(0)" data-fid="358721" class="cd_fav ">Favorites</a> <a href="https://www.pharmasources.com/products/2-7-bis-2-phenylpropan-2-yl-9h-fluorene-358721.html" style="bottom: -10px" class="cd_lv">View more ></a> </div> </div> <div class="txtk2"> <h4> <a href="https://www.pharmasources.com/company-home/shanghai-haoyuan-chemexpress-co-ltd-userId-5044.html">Shanghai Haoyuan Chemexpress Co., Ltd.</a> </h4> <dl> <dd class="dd1">Twelve years of qualification </dd> <dd title="Audited Supplier" class="dd2">Audited Supplier</dd> </dl> <a href="https://www.pharmasources.com/product-inquiry/358721" class="cd_a_lv2">Send Inquiry</a> </div> </li> </ul> <ul class="pro_lb2" style="display: none"> <li class="count_all_li2"> <p> We have revealed part of the results for you. <br> <font style="font-weight: bold;color:#4fc2b8;cursor:pointer" class="count_all">Click here</font> to view all the results. It may take a while.Please be patient. </p> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/berberine-hydrochloride-358710.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/5603c0efc14172736af93b1bc338f984jpg!200" alt="Berberine hydrochloride"></a> </div> <a href="https://www.pharmasources.com/products/berberine-hydrochloride-358710.html" class="dbt">Berberine hydrochloride</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358710" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/flibanserin-358711.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/30301d069651ae3d64d88ff4704516dcjpg!200" alt="Flibanserin"></a> </div> <a href="https://www.pharmasources.com/products/flibanserin-358711.html" class="dbt">Flibanserin</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358711" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/flibanserin-hydrochloride-propan-2-ol-hy-358712.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/2c6f578a3d3634ce147dbf95936ea3d0jpg!200" alt="Flibanserin (hydrochloride) (propan-2-ol) (hydrate)"></a> </div> <a href="https://www.pharmasources.com/products/flibanserin-hydrochloride-propan-2-ol-hy-358712.html" class="dbt">Flibanserin (hydrochloride) (propan-2-ol) (hydrate)</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358712" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/bifonazole-358713.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/b1b3e0c5ed8c59e98e397669060920d1jpg!200" alt="Bifonazole"></a> </div> <a href="https://www.pharmasources.com/products/bifonazole-358713.html" class="dbt">Bifonazole</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358713" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/alpha-phenyl-1-1-biphenyl-4-methanol-358714.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/2f7500e62dd1432fdefa7077c0225f7djpg!200" alt="alpha-phenyl[1,1'-biphenyl]-4-methanol"></a> </div> <a href="https://www.pharmasources.com/products/alpha-phenyl-1-1-biphenyl-4-methanol-358714.html" class="dbt">alpha-phenyl[1,1'-biphenyl]-4-methanol</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358714" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/4-benzoylbiphenyl-358715.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/e8078f9ea62b19727683e4fd8b0eeaf8jpg!200" alt="4-Benzoylbiphenyl"></a> </div> <a href="https://www.pharmasources.com/products/4-benzoylbiphenyl-358715.html" class="dbt">4-Benzoylbiphenyl</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358715" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/3-7-diamino-2-8-dimethyldibenzothiophene-358716.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/07f3a21137e60a2eb08e74b1e3652119jpg!200" alt="3,7-Diamino-2,8-dimethyldibenzothiophene sulfone (contains 2,6-Dimethyl isomer)"></a> </div> <a href="https://www.pharmasources.com/products/3-7-diamino-2-8-dimethyldibenzothiophene-358716.html" class="dbt">3,7-Diamino-2,8-dimethyldibenzothiophene sulfone (contains 2,6-Dimethyl isomer)</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358716" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/7-chloro-4-methoxy-1h-pyrrolo-2-3-c-pyri-358717.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/830c626dbbfb65d04191de2701aac287jpg!200" alt="7-Chloro-4-methoxy-1H-pyrrolo[2,3-c]pyridine"></a> </div> <a href="https://www.pharmasources.com/products/7-chloro-4-methoxy-1h-pyrrolo-2-3-c-pyri-358717.html" class="dbt">7-Chloro-4-methoxy-1H-pyrrolo[2,3-c]pyridine</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358717" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/7-bromo-4-methoxy-1h-pyrrolo-2-3-c-pyrid-358718.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/cc0b9e7f8ea1d2a5698294c8df7c0c33jpg!200" alt="7-Bromo-4-methoxy-1H-pyrrolo[2,3-c]pyridine"></a> </div> <a href="https://www.pharmasources.com/products/7-bromo-4-methoxy-1h-pyrrolo-2-3-c-pyrid-358718.html" class="dbt">7-Bromo-4-methoxy-1H-pyrrolo[2,3-c]pyridine</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358718" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/methyl-5-chloro-2-2-dimethyl-5-oxopentan-358719.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/1f3fb41101f1e086041cd4f886a304c9jpg!200" alt="Methyl 5-chloro-2,2-dimethyl-5-oxopentanoate"></a> </div> <a href="https://www.pharmasources.com/products/methyl-5-chloro-2-2-dimethyl-5-oxopentan-358719.html" class="dbt">Methyl 5-chloro-2,2-dimethyl-5-oxopentanoate</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358719" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/bicyclo-3-1-0-hexan-3-one-358720.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/6fdd1ce73fd2e663ee9cc7778993c7cbjpg!200" alt="Bicyclo[3.1.0]hexan-3-one"></a> </div> <a href="https://www.pharmasources.com/products/bicyclo-3-1-0-hexan-3-one-358720.html" class="dbt">Bicyclo[3.1.0]hexan-3-one</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358720" class="cd_a_lv2">Send Inquiry</a> </li> <li> <div class="imgk img_d center_img"> <a href="https://www.pharmasources.com/products/2-7-bis-2-phenylpropan-2-yl-9h-fluorene-358721.html"> <img src="https://eimg.pharmasources.com/image/product/20241112/4aa5a6439182752945c338580795a2dejpg!200" alt="2,7-Bis(2-phenylpropan-2-yl)-9H-fluorene"></a> </div> <a href="https://www.pharmasources.com/products/2-7-bis-2-phenylpropan-2-yl-9h-fluorene-358721.html" class="dbt">2,7-Bis(2-phenylpropan-2-yl)-9H-fluorene</a> <h4 title="Shanghai Haoyuan Chemexpress Co., Ltd.">Shanghai Haoyuan Chemexpress Co., Ltd.</h4> <div class="txtk"> <img title="Twelve years of qualification" src="https://www.pharmasources.com/static/web/image/pro/c1.png"> <img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png"> </div> <a href="https://www.pharmasources.com/product-inquiry/358721" class="cd_a_lv2">Send Inquiry</a> </li> </ul> <div class="page"></div> <div class="part"> <div class="part1"> </div> <div class="part2"> </div> <div class="part3"> <h2>Where are the major sales markets?</h2> <p>The Other Active Pharmaceutical Ingredients on PharmaSources.com are supplying all around the world, including the markets in <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-North America" target="_blank">North America</a>, <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-Central/South America" target="_blank">Central/South America</a>, <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-Western Europe" target="_blank">Western Europe</a>, <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-Eastern Europe" target="_blank">Eastern Europe</a>, <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-Australasia" target="_blank">Australasia</a>, <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-Asia" target="_blank">Asia</a>, <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-Middle East" target="_blank">Middle East</a> and <a class="ablue" href="https://www.pharmasources.com/products/catid/other-active-pharmaceutical-ingredients-478-page-1-shopLimit-Africa" target="_blank">Africa</a>. </p> <div style="clear: both"></div> </div> </div> </div> </form> </div> <div class="clearfix"></div> </div> </div> <div class="checkbox_bottom" style="display: none"> <div> <span class="select_all">Select All</span> <span class="return_list">Return</span> <span class="inquiry_now">Inquiry Now</span> </div> </div> <!-- 底部--> <!--#include file="include/foot.html" --> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/footer.min.css?1732381479" type="text/css"> <div style="width: 100%;background: #f0f1f2;padding-bottom:30px; " class="bottom_logo"> <div class="footer-logo-box" style="margin: 0 auto"> <img src="/static/web/image/bottomnew/bn-09.png" alt=""> </div> </div> <div id="index_header_ad"> <div class="index_header_ad"> <div class="ind_hea_ad_content"> <div class="ind_hea_ad_con_left"> <img src="https://www.pharmasources.com/static/web/image/images/logo.png" /> <p style="font-weight: bold;color: #666;">Contact Us</p> <p><a style="color: #9f9f9f;" href="mailto:PharmaSources@imsinoexpo.com">PharmaSources@imsinoexpo.com</a></p> <p>Tel: (+86) 400 610 1188</p> <p>WhatsApp/Telegram/Wechat: +86 13621645194</p> </div> <div class="ind_hea_ad_con_right"> <dl> <dt><a >About Us</a></dt> <dd><a href="https://www.pharmasources.com/service/overview" target="_blank" >About PharmaSources</a></dd> <dd><a href="https://www.pharmasources.com/information/terms" target="_blank" rel="nofollow">Terms of Service</a></dd> <dd><a href="https://www.pharmasources.com/information/privacy" target="_blank" rel="nofollow">Privacy Policy</a></dd> <dd><a href="https://www.pharmasources.com/information/intellectual" target="_blank">Intellectual Property</a></dd> <dd><a href="https://www.pharmasources.com/media" target="_blank">Media Partners</a></dd> </dl> <dl> <dt><a >Buy</a></dt> <dd><a href="https://www.pharmasources.com/products" target="_blank">Search Products</a></dd> <dd><a href="https://www.pharmasources.com/buy/buyer.html" target="_blank">Post Sourcing Requests</a></dd> <dd><a href="https://www.pharmasources.com/suppliers" target="_blank">Search Suppliers</a></dd> <dd><a href="https://www.pharmasources.com/cas" target="_blank">CAS Search</a></dd> </dl> <dl> <dt><a >Sell</a></dt> <dd><a href="https://www.pharmasources.com/service/supplier-membership" target="_blank">Member Application</a></dd> <dd><a href="https://www.pharmasources.com/service/supplier-membership" target="_blank">Advertising</a></dd> <dd><a href="https://www.pharmasources.com/products" target="_blank">Post Products</a></dd> <dd><a href="https://www.pharmasources.com/buy" target="_blank">EZSourcing</a></dd> </dl> <dl> <dt><a>Events</a></dt> <dd><a href="https://www.pharmasources.com/cphi-china" target="_blank">CPHI China</a></dd> <dd><a href="http://en.pmecchina.com/" target="_blank">PMEC China</a></dd> <dd><a href="https://www.cphi-china.cn/en/newconferences" target="_blank">Conferences</a></dd> <dd><a href="https://www.pharmasources.com/events" target="_blank">Search Events</a></dd> </dl> <dl class="d1"> <dt><a >Help</a></dt> <dd><a href="https://www.pharmasources.com/information/faq" target="_blank">FAQ</a></dd> <dd><a href="https://www.pharmasources.com/information/contact" target="_blank">Contact Us</a></dd> <dd><a href="http://cphi0000.mikecrm.com/357e7Sz" rel="nofollow" target="_blank">Feedback</a></dd> </dl> <div class="clear"></div> </div> <div class="clear"></div> </div> </div> </div> <script> </script><link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/footer.min.css?1732381479" type="text/css"> <div id="index_header"> <div class="index_header"> <ul> <li class="li1"> <a>Copyright 2006-2024</a> <a>Shanghai Sinoexpo Informa Markets</a> <a>International Exhibition Co. Ltd (All Rights Reserved)</a> <a href="https://beian.miit.gov.cn" rel="nofollow" target="_blank">沪ICP备05034851号-182</a> <a style="background: url('/static/ba.png') no-repeat;padding-left: 23px" href=https://beian.mps.gov.cn/#/query/webSearch?code=31010402010101 rel="noreferrer" target="_blank">沪公网安备31010402010101号</a> </li> <li class="li2"> <a>Links:</a> <div> <a href="http://en.cccmhpie.org.cn/" >CCCMHPIE</a> <a href="http://www.en-sjgle.com/" >SJGLE.com</a> <a href="https://en.jiagle.com/furniture/" >JJGLE.COM</a> <a href="https://en.jiagle.com/hotelex/" >JDGLE.COM</a> <a href="https://en.jiagle.com/leisure/" >XIUGLE.COM</a> <a href="https://en.jiagle.com/lighting/" >DENGGLE.COM</a> <a href="https://en.jiagle.com/cs/" >HPGLE.COM</a> </div> </li> <li class="li3"> <p>Follow Us:</p> <a href="https://www.facebook.com/Pharmasources" target="_blank"><img src="https://www.pharmasources.com/static/web/image/images/follow_1.png" alt=""></a> <a href="https://twitter.com/Pharmachina365" target="_blank"><img src="https://www.pharmasources.com/static/web/image/images/follow_2.png" alt=""></a> <a href="https://www.linkedin.com/company/13436110" target="_blank"><img src="https://www.pharmasources.com/static/web/image/images/follow_4.png" alt=""></a> <a href="https://t.me/PharmaSourcesCPhI" target="_blank"><img src="https://www.pharmasources.com/static/web/image/images/22221.png" alt=""></a> </li> <li class="li4"> <img src="https://eimg.pharmasources.com/image/20240614/Z4rfTNJOwfUP7xpqzhafEXFWqljN20ATO8J2F2U9.png!145" alt="CPHI logo"> Pharma Sources Insight June 2024: Globalization on the Go </li> </ul> </div> </div> <input type="hidden" name='getUser_url' value="https://www.pharmasources.com/getUserInfo"> <input type="hidden" name='csrf_token' value="gs1kGa3AavzYBl9PUOh1XzCTVvGo3w36KEVpEE7j"> <script src="https://www.pharmasources.com/static/web/js/getUserInfo.js?1732381479"></script> <script src="https://www.pharmasources.com/static/web/js/swiper.min.js?1732381479"></script> <script> // 頂部點擊事件 $('.pharmacy_top input').attr('placeholder', 'Search ' + $(".pharmacy_header_select").attr('data-place')); $('.pharmacy_header_select_all li').on('click', function () { if (!$(this).hasClass('pharmacy_header_select')) { $(this).addClass('pharmacy_header_select') .siblings('li').removeClass('pharmacy_header_select'); $('.pharmacy_top input').attr('placeholder', 'Search ' + $(this).attr('data-place')); } }); // $(".pharmacy_tabs_select li").click(function () { // $(this).addClass("pharmacy_tabs_selects"); // $(this).siblings().removeClass("pharmacy_tabs_selects"); // var index = $(this).index(); // $(".pharmacy_tabs_content").hide().eq(index).show(); // $(".pharmacy_tabs_content").removeClass("on").eq(index).addClass("on"); // }); var searchList = { 'areaCountry': 1, 'areaProvince': 1, 'type': 1, 'shopLimit': 1, 'orders': 1, 'medicine': 1, 'catid': 1, 'areaids': 1, 'page': 1, 'limits': 1, 'userType': 1, 'searchKey': 1 }; //首页搜索 $("#search-input").keydown(function (e) { var vals = $("#search-input").val(); // vals = vals.replace('/%/g','%25',vals) var reg = new RegExp('%','g'); vals = vals.replace(reg,'%25'); if(vals.substr(vals.length-1,1) == '-'){ vals= vals.substring(0, vals.length - 1); } searchKeyup(vals, e); }); $(".search-img").click(function () { var vals = $("#search-input").val(); // vals = vals.replace('%','%25',vals) vals = vals.replace(/%/g, '%25'); if(vals.substr(vals.length-1,1) == '-'){ vals= vals.substring(0, vals.length - 1); } searchIcon(vals); }); $("#search-input").click(function () { var search_data = $('#search-input').val(); //去除两端空格 search_data = search_data.replace(/^\s+|\s+$/g,''); if (search_data){ return; } var data_value = $(".pharmacy_header_select").attr("data-value"); if (data_value == "product") { $(".association_product").show(); $(".association_supplier").hide(); } if (data_value == "suppliers") { $(".association_product").hide(); $(".association_supplier").show(); } if (data_value == "ezs") { $(".association_product").show(); $(".association_supplier").hide(); } }) function searchKeyup(val, e, searchClass) { if (e.keyCode == 13) { var vals = val; if (vals) { // common.setCookie("searchKey", vals, 10000); // document.cookie = "searchKey="+vals; var data_value = $(".pharmacy_header_select").attr("data-value"); if (data_value == "product" || searchClass == 'product') { window.location.href = "https://www.pharmasources.com/products/searchKey-" + vals; } if (data_value == "suppliers") { window.location.href = "https://www.pharmasources.com/suppliers/searchKey-" + vals; } if (data_value == "ezs") { var html = "/searchKey-" + vals; window.location.href = "https://www.pharmasources.com/buy" + html; } } else { return false; } } } function searchIcon(val, searchClass) { var vals = encodeURIComponent(val); if (vals) { //清除cookie common.setCookie("selectPid", null, 0); common.setCookie("selectSid", null, 0); // common.setCookie("searchKey", vals, 10000); //document.cookie = "searchKey="+vals; // vals = vals.slice(0, 1).toUpperCase() + vals.slice(1); // vals = common.replaceAll('-','_',vals); var data_value = $(".pharmacy_header_select").attr("data-value"); if (data_value == "product" || searchClass == 'product') { var url = "https://www.pharmasources.com/products/searchKey-" + vals; window.location.href = "https://www.pharmasources.com/products/searchKey-" + vals; } if (data_value == "suppliers") { window.location.href = "https://www.pharmasources.com/suppliers/searchKey-" + vals; } if (data_value == "ezs") { var html = "/searchKey-" + vals; window.location.href = "https://www.pharmasources.com/buy" + html; } } else { return false; } } function removePage() { var prams = "catid/other-active-pharmaceutical-ingredients-478.html"; var currPage = "1"; if (prams && currPage) { prams = prams.replace('-page-' + currPage, ''); prams = prams.replace('page-' + currPage, ''); } return prams; } // 下拉框 $('.sel_dx1').on('click', function () { $('.pharmacy_select_1 ').toggleClass('dis_none'); }); $(".pharmacy_select_1 ul li").on('click', function () { $('.pharmacy_select_1 ').toggleClass('dis_none'); $('.sel_dx1').val($(this).text()) }); // 下拉框 $('.pharmacy_input4').on('click', function () { $('.pharmacy_select_1 ').toggleClass('dis_none'); }); $('.pharmacy_input3').on('click', function () { $('.pharmacy_select_1 ').toggleClass('dis_none'); }); $(document).click(function (event) { var _con = $('.sel_dx'); if (!_con.is(event.target) && _con.has(event.target).length === 0) { $('.pharmacy_select_1 ').addClass('dis_none'); } }); $(function () { if ($(".pharmacy_header_select").attr("data-value") == "ezs") { var vals = $("#search-input").val(); if (vals) { var strings = common.getCookie('searchKey') if (strings) { if (strings.indexOf(vals != -1)) { $("#search-input").val(strings) } } } } }) </script><!-- 一键聊天--> <style> #onlineService a{ display:block; width:120px; height:120px; } #li_3_image { /* position: fixed; */ /* bottom: 3%; */ width: 250px; height: 280px; right: 41px; z-index: 999999; /* top: -171%; */ position: absolute; top: -116px; } #li_3_image-1 { /* position: fixed; */ /* bottom: 3%; */ width: 250px; height: 280px; right: 41px; z-index: 999999; /* top: -171%; */ position: absolute; top: -116px; } #li_3_image-2 { width: 250px; height: 48px; right: 48px; z-index: 999999; position: absolute; top: 0px; background:#207b81; color: white; line-height: 48px; border-radius: 12px; opacity: 0.75; } #li_3_image-3 { width: 250px; height: 48px; right: 48px; z-index: 999999; position: absolute; top: 0px; background:#207b81; color: white; line-height: 48px; border-radius: 12px; font-size: 15px; opacity: 0.75; } #li_3_image-4 { width: 250px; height: 48px; right: 48px; z-index: 999999; position: absolute; top: 0px; background:#207b81; color: white; line-height: 48px; border-radius: 12px; font-size: 15px; opacity: 0.75; } .close_what{ position: absolute; color:#4fc2b8; width:30px; height:30px; top: 10px; right: 20px; background-color: white; background: url(/static/web/image/close.png)no-repeat center; background-size: 12px; background-position: 18px 15px; opacity: .8; } .close_what:hover{ opacity: 1.2; } #onlineService { position: fixed; right: 0; bottom: 8%; top:58% z-index: 100998 } #onlineService { position: fixed; z-index: 100998; } /*.offside {*/ /* width: 50px*/ /*}*/ .offside li { width: 50px; height: 45px; position: relative; background: #b1b1b1; overflow: hidden; text-align: center; transition: all .7s; -webkit-transition: all .7s } .offside .code { position: absolute; top: 0; right: 50px; display: none; margin: 0 } .offside a, .offside div { color: #333; position: absolute; z-index: 11; display: block; top: 0; right: 0; bottom: 0; cursor: pointer } .offside p { float: left; line-height: 50px; height: 50px; font-size: 16px; font-weight: 700; padding: 0 0 0 10px; color: #fff; opacity: 0; overflow: hidden } .offside .icon { font-size: 28px; height: 100%; line-height: 50px; text-align: center; display: block; color: #fff } .offside li:not(.li_3) a, .offside li:not(.li_3) div { left: 0 } .offside .li_3 a, .offside .li_3 div { width: 50px } .offside li.email { overflow: visible } .offside li:hover .email-box { display: block !important } .offside li:hover a { color: #333 } .offside li .email-box { position: absolute; background: #d5d5d5; right: 100%; top: 0; left: auto !important; padding: 10px 5px; border-right: 2px solid #fff; height: 99px; display: none } .offside li .email-box a { display: block; font-size: 14px; color: #fff !important; position: static; white-space: nowrap; text-align: left; margin-bottom: 10px } .offside li .email-box a:hover { color: #4fc2b8 !important } .offside li:nth-child(odd) { background: #d5d5d5 } .offside li:nth-child(odd) .icon { color: #4fc2b8 } .offside li:nth-child(even) { background: #4fc2b8 } .offside li:nth-child(even) .icon { color: #fff } .offside li:nth-child(4) { overflow: visible } .offside li:nth-child(4):hover img { display: block } .offside li:nth-child(7) { display: none } .offside li:nth-child(10) { height: 20px } .offside li:nth-child(10) .icon { line-height: 20px; display: none } .offside li:hover a, .offside li:hover div, .offside li:hover .icon { color: #fff } .offside li.tel:hover .icon { color: #4fc2b8 } .offside li:hover a { color: #4fc2b8 } .offside .tel.email:hover a { color: #fff } .offside .tel.email:hover a .icon { color: #fff } .offside .tel.email:hover a p { color: #fff } .offside li.tel:hover p { color: #4fc2b8 } .offside .tel.email:hover p { color: #fff } .offside li:hover p { opacity: 1 } .offside li:not(.li_3):hover { background: #4fc2b8 } .offside .tel { /*width: 200px;*/ /*transform: translateX(-150px);*/ /*-webkit-transform: translateX(-150px)*/ } .offside .tel.email { width: 279px; transform: translateX(-229px); -webkit-transform: translateX(-229px) } .offside .back_none { height: 0; border: 0 !important } .offside li { margin-bottom: 10px; /*transform: translateX(100%);*/ /*-webkit-transform: translateX(100%);*/ list-style: none; borer-radius:4px; } .offside .unfold { width: 30px; transform: translateX(20px); -webkit-transform: translateX(20px) } #onlineService .offside a{ width: 50px; height: 50px; display: block; position:relative; } .offside li img{ width: 100%; height: 100%; } .offside li{ background: none !important; // 去掉背景色 } </style> <style type="text/css"> @font-face { font-family: 'poppinsbold'; src: url('poppinsbold.eot'); src: url('/static/web/fonts/poppinsbold.eot?#iefix') format('embedded-opentype'),url('/static/web/fonts/poppinsbold.ttf') format('truetype'), url('/static/web/fonts/poppinsbold.svg#poppinsbold') format('svg'); font-weight: normal; font-style: normal; } iframe{ border-width: 0; } .ai_service{ width: 375px; height: 70vh; background:white; position: fixed; bottom: 0; right: -600px; margin-right: auto; z-index: 9999999; flex-direction: column; } .ai_service .ai_close{ width: 100%; height: 44px; cursor: pointer; background-color: #4fc2b8; color: white; font-size: 16px; line-height: 44px; padding-left: 12px; font-family: 'poppinsbold', sans-serif; position: absolute; } .ai_service .ai_close img{ width: 20px; height: 20px; margin-right: 15px; margin-top: 12px; float: right; } @media (width: 350px) { .ai_service{ width: 100vw; height: 100%; background:white; position: fixed; top: 0px; right: 0px; margin-right: auto; z-index: 9999; } } </style> <style> .wd_bj{ position: fixed; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; filter: alpha(opacity=60); opacity: 0.8; z-index: 999999; } .wd{ position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; width: 700px; height: 550px; background-color: #eee; z-index: 999999; text-align: center; } .wd ul{ width: 90%; /*border: 1px solid;*/ margin: 20px auto; list-style: none; height: 370px; background-color: white; padding: 10px; border-radius: 10px; overflow: auto; } .wd ul li{ margin: 10px 20px 25px 20px; font-size: 16px; text-align: left; background-color: #eee; padding: 10px; } .wd ul li img{ width: 26px; height: 26px; margin-right: 10px; } .wd_i{ position: absolute; bottom: 30px; left: 5%; width: 90%; border: none; } .wd_i_o{ position: relative; width: 90%; text-align: left; float: left; } .wd_i_o input{ width: 100%; height: 50px; border-radius: 26px; /* border-color: gray; */ border: none; padding: 0 55px 0 20px; /*background: url(/static/web/image/dj.png) no-repeat center right 16px;*/ background-color: white; /*cursor: pointer;*/ } .wd_i_o img{ position: absolute; right: 10px; cursor: pointer; } .wd_dl{ width: 5.5%; cursor: pointer; display: block; float: right; margin-top: 9.25px; } </style> <div hidden class="wd_bj"></div> <div hidden class="wd"> <div class="wd_close" style="text-align: right;margin-right: 20px;font-size: 30px;cursor: pointer">×</div> <ul class="wd_ul"> </ul> <div class="wd_i"> <div class="wd_i_o"> <input class="wd_input" type="text" placeholder="Unlock the questions in one's mind"> <img src="/static/web/image/dj.png"> </div> <img class="wd_dl" src="/static/web/image/dl.png"> </div> </div> <link rel="stylesheet" href="/module/zt/cphi/font/iconfont.css"> <div class="ai_service" id="ai_service" > <div class="ai_close"> PharmaSources Customer Service <img src="/static/web/image/close_ai.png" alt="" onclick="closePopup()"> </div> <iframe style="width: 100%; height: 100%;flex-grow: 1;" id="iframeContainer"></iframe> </div> <div class="sep-onlineservice" id="onlineService"> <ul class="offside"> <li class="li_3 ai_clicked" id="ai_clicked" style="overflow: visible"> <a> <img src="/static/web/image/index/ai_clicked.gif" style="width: 40px;height: 40px;" title="ai service" /> </a> </li> <li class="li_3 whatsapp_clicked" style="overflow: visible"> <a> <img src="/static/web/image/index/whatsapp_clicked.png" title="Whatsapp" /> <div hidden id="li_3_image-1" style="display: none"> <img src="/static/web/image/index/whatsapp_detail_23.png" alt=""> </div> </a> </li> <li class="li_3 email_clicked" style="overflow: visible"> <a href="mailto:PharmaSources@imsinoexpo.com"> <img src="/static/web/image/index/email_clicked.png" title="Email" /> <div hidden id="li_3_image-2" style="display: none"> PharmaSources@imsinoexpo.com </div> </a> </li> <li class="li_3 face_clicked" style="overflow: visible"> <a href="https://jinshuju.net/f/W0aJ1t?x_field_1=PShome" rel="nofollow" target="_blank"> <img src="/static/web/image/index/feedback_clicked.png" title="Feedback" /> <div hidden id="li_3_image-4" style="display: none"> We Want Your Feedback </div> </a> </li> <li class="back_top" style="visibility: hidden;"> <a title="TOP" rel="nofollow" class="seoquake-nofollow"> <img src="/static/web/image/index/to_top_clicked.png" title="TOP" /> </a> </li> </ul> </div> <script> //星火模型 start $('.whatsapp_clicked_ai').click(function(){ $('.wd_bj,.wd').show(); var text_f = '<li><img src="/static/web/image/jqr_s.png">Hello, may I help you</li>'; $(".wd ul").append(text_f); }) $('.wd_close').click(function(){ $('.wd_bj,.wd').hide(); $('.wd ul').empty(); $(".wd_input").val(''); }) $(".wd_dl").click(function () { $(".wd_input").val(''); }); var jump_ws = true; $(".wd_input").keydown(function(){ if(event.keyCode == "13"){ if(!jump_ws){ return false; } jump_ws = false; var msg = $('.wd_input').val(); msg = msg.replace(/^\s*|\s*$/g,""); if (!msg){ jump_ws = true; return; } var text = '<li><img src="/static/web/image/ms.png">'+msg+'</li>'; $(".wd ul").append(text); $(".wd ul").scrollTop($(".wd ul").get(0).scrollHeight); $.ajax({ type: 'post', url: 'https://www.pharmasources.com/ws', data: {'text': msg}, headers: { "X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr('content') }, dataType: 'json', success: function (result) { if (result.code == 200) { var msg = '<li><img src="/static/web/image/jqr_s.png">'+result.data+'<br><br><span style="color: #207B81">tokens:'+result.count+'</span></li>'; $(".wd ul").append(msg).scrollTop(0); jump_ws = true; $('.wd_input').val(''); $(".wd ul").scrollTop($(".wd ul").get(0).scrollHeight); return true; }else{ alert(result.msg); jump_ws = true; return false; } } }); } }) var jump_ws_t = true; $(".wd_i_o img").click(function(){ if(!jump_ws_t){ return false; } jump_ws_t = false; var msg = $('.wd_input').val(); msg = msg.replace(/^\s*|\s*$/g,""); if (!msg){ jump_ws_t = true; return; } var text = '<li><img src="/static/web/image/ms.png">'+msg+'</li>'; $(".wd ul").append(text); $(".wd ul").scrollTop($(".wd ul").get(0).scrollHeight); $.ajax({ type: 'post', url: 'https://www.pharmasources.com/ws', data: {'text': msg}, headers: { "X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr('content') }, dataType: 'json', success: function (result) { if (result.code == 200) { var msg = '<li><img src="/static/web/image/jqr_s.png">'+result.data+'<br><br><span style="color: #207B81">tokens:'+result.count+'</span></li>'; $(".wd ul").append(msg).scrollTop(0); jump_ws_t = true; $('.wd_input').val(''); $(".wd ul").scrollTop($(".wd ul").get(0).scrollHeight); return true; }else{ alert(result.msg); jump_ws_t = true; return false; } } }); }) //星火模型end $('.telegram_clicked').mouseover(function(){ $('#li_3_image').show(); }) $('.telegram_clicked').mouseout(function(){ $('#li_3_image').hide(); }) $('.whatsapp_clicked').mouseover(function(){ $('#li_3_image-1').show(); }) $('.whatsapp_clicked').mouseout(function(){ $('#li_3_image-1').hide(); }) $('.email_clicked').mouseover(function(){ $('#li_3_image-2').show(); }) $('.email_clicked').mouseout(function(){ $('#li_3_image-2').hide(); }) $('.tel_clicked').mouseover(function(){ $('#li_3_image-3').show(); }) $('.tel_clicked').mouseout(function(){ $('#li_3_image-3').hide(); }) var timestamp = Date.now(); var urlWithTimestamp=''; if (document.cookie.indexOf('chatWindowOpened=true') === -1) { document.cookie = 'chatWindowOpened=true; path=/'; setTimeout(function () { $('#ai_service').css('right', '50px'); urlWithTimestamp = "https://www.pharmasources.com/ai_service/index.html" + '?' + timestamp; document.getElementById('iframeContainer').src = urlWithTimestamp; }, 5000); } if (document.cookie.indexOf('aiLogin=true')!=-1) { $('#ai_service').css('right', '50px'); urlWithTimestamp = "https://www.pharmasources.com/ai_service/index.html" + '?' + timestamp; document.getElementById('iframeContainer').src = urlWithTimestamp; document.cookie = 'aiLogin=; path=/'; } //pc端 window.addEventListener('message', event => { const message = event.data; if (message.type === 'linkType') { if(message.data===window.location.origin+'/login'||message.data===window.location.origin+'/register'){ window.open(message.data+"?ai_service="+window.location.href, "_blank"); } } }); $('.ai_clicked').click(function(){ var user_id = ""; // alert(user_id); var rightValue = $('#ai_service').css('right'); // var iframe = document.getElementById('iframeContainer'); if(rightValue==='-600px'){ urlWithTimestamp = "https://www.pharmasources.com/ai_service/index.html" + '?' + timestamp; document.getElementById('iframeContainer').src = urlWithTimestamp; $('#ai_service').css('right', '50px'); // 显示 }else{ $('#ai_service').css('right', '-600px'); // 隐藏 } }) // 点击空白关闭弹窗 window.onclick = function(event) { let ai_service =document.getElementById('ai_service'); let ai_clicked =document.getElementById('ai_clicked'); if (!ai_clicked.contains(event.target)&&!ai_service.contains(event.target)) { var rightValue = $('#ai_service').css('right'); if (rightValue === '50px') { $('#ai_service').css('right', '-600px'); // 隐藏 } } } $('.face_clicked').mouseover(function(){ $('#li_3_image-4').show(); }) $('.face_clicked').mouseout(function(){ $('#li_3_image-4').hide(); }) $(function() { $(window).scrollTop(0), $(window).scroll(function() { var a = $(window).height() /2; $(window).scrollTop() > a ? ($(".back_top").css('visibility','visible'), $(".to-top").css('visibility','visible')) : ($(".back_top").css('visibility','hidden'), $(".to-top").css('visibility','hidden')) }), $(".back_top,.to-top").click(function() { var a = 700; return $("body,html").animate({ scrollTop: 0 }, a), !1 }) }) function closePopup() { $('#ai_service').css('right', '-600px'); // 隐藏 } function getSearchKey() { var pathname = window.location.pathname; if(pathname){ var arr=pathname.split('/') if(arr.length>2&&arr[1]==="products"){ var keyArr=arr[2].split('searchKey-') if(keyArr.length>1&&keyArr[0]===""){ return decodeURIComponent(keyArr[1]); } } } return ''; } function getIsMobile() { return false; } </script> <script> $(function () { var is_search = "0"; var is_fl = "0"; var dtj = "0"; var ss_cat_name = ""; var dq_cat_name = ""; var is_other = "0"; var sk = ""; if(is_search == 1){ if (dtj == 1){ //多条件查询 $(".no_content,.no_content_title,.ncct_two").show(); $(".no_content_two,.ncct,.mt").hide(); } else{ $('.ncct_span').text(sk); $(".no_content,.ncct,.no_content_title").show(); $(".no_content_two,.ncct_two,.mt").hide(); } }else if(is_fl == 1){ if (dtj == 1){ //多条件查询 $(".no_content,.no_content_title,.ncct_two").show(); $(".no_content_two,.ncct,.mt").hide(); } else{ $(".no_content,.no_content_title,.mt").hide(); $('.cat_one').text(dq_cat_name); $('.cat_two').text(ss_cat_name); $(".no_content_two").show(); } }else if (is_other == 1){ $(".no_content,.no_content_title,.ncct_two").show(); $(".no_content_two,.ncct,.mt").hide(); } else{ $(".no_content,.no_content_title,.no_content_two").hide(); $(".mt").show(); } }); </script> <script language="javascript"> var area_country = []; var business_type = []; var shop_limit = []; var medicine = []; var userType = []; var postData={} postData['_token'] = 'gs1kGa3AavzYBl9PUOh1XzCTVvGo3w36KEVpEE7j'; postData['search'] = {}; function getProducts(){ //start 兼容In-house Standards 横杠问题 if(postData['search']['Medicine'] && postData['search']['Medicine'].length > 0){ $.each(postData['search']['Medicine'],function(i,v){ if(v == 'In/house Standards'){ postData['search']['Medicine'].splice(i,1,'In-house Standards') } }); } //end $('.loading').show(); // console.log(postData);return false; $.ajax({ type:'post', url:"https://www.pharmasources.com/products/getProducts", data:postData, dataType: 'json', success:function(res){ if(res.data.is_search == 1){ if (res.data.dtj == 1){ //多条件查询 $(".no_content,.no_content_title,.ncct_two").show(); $(".no_content_two,.ncct,.mt").hide(); }else { $('.ncct_span').text(res.data.sk); $(".no_content,.ncct,.no_content_title").show(); $(".no_content_two,.mt,.ncct_two").hide(); } }else if(res.data.is_fl == 1){ if (res.data.dtj == 1){ //多条件查询 $(".no_content,.no_content_title,.ncct_two").show(); $(".no_content_two,.ncct,.mt").hide(); } else{ $(".no_content,.no_content_title,.mt").hide(); $('.cat_one').text(res.data.dq_cat_name); $('.cat_two').text(res.data.ss_cat_name); $(".no_content_two").show(); } }else if (res.data.is_other == 1){ $(".no_content,.no_content_title,.ncct_two").show(); $(".no_content_two,.ncct,.mt").hide(); } else{ $(".no_content,.no_content_title,.no_content_two").hide(); $(".mt").show(); } if(res.data.catid){ // $('.fl_bt1').html(res.data.cat_name) $('.fl_bt1_text').html(res.data.cat_name) } var part = ''; var is_zk = 'hidden'; if(res.data.catid) { if (res.data.catid == 4) { if ($(".api_b").hasClass('api_t')) { is_zk = ''; } $('.part').empty(); part += '<div class="api_p part1">'; part += '<h2>What is an ' + res.data.now_category_name + ' (API)?</h2>'; part += '<p>An ' + res.data.now_category_name + ' (API) is a vital component in pharmaceutical products, contributing to their pharmacological effects. PharmaSources offers a diverse range of API pharmaceutical ingredients. These APIs are the fundamental substances that provide the desired therapeutic effects in finished pharmaceutical products. We facilitate access to a comprehensive API products list, connecting pharmaceutical companies with the essential ingredients they need to develop and manufacture effective medications.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; if (res.data.cat_sub_id.length != 0) { part += '<div class="api_p part2">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The sub-categories of ' + res.data.now_category_name + ' (APIs) at PharmaSources encompass a diverse range of options, including chemical synthesis, plant extraction, biotechnology, and an extensive API products list. These categories showcase the breadth of API pharmaceutical offerings, reflecting advancements in science and innovation. Explore our comprehensive selection to find APIs tailored to your specific requirements, contributing to the growth of the pharmaceutical industry.</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="api_p part3">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + ' products?</h2>'; part += '<p>PharmaSources collaborates with a network of trusted suppliers to provide a wide range of ' + res.data.now_category_name + ' (APIs) to the pharmaceutical industry. Our partners offer high-quality API products from various categories, ensuring access to a diverse and extensive API products list. With a commitment to excellence, we connect pharmaceutical companies with reliable sources of API pharmaceutical ingredients to support their research, development, and manufacturing needs.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="api_p part4">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' (API) products available through PharmaSources cater to a global market, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += 'Our offerings, including a comprehensive API products list, serve pharmaceutical companies and manufacturers around the world. With a focus on quality and reliability, we connect API pharmaceutical ingredients to major sales markets internationally, ensuring that pharmaceutical companies can access the essential components they need for their research, development, and production processes.</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="api_p part5">'; part += '<h2>How do APIs differ from inactive ingredients?</h2>'; part += '<p>' + res.data.now_category_name + ' (APIs) differ from inactive ingredients, also known as excipients, in their intended functions within pharmaceutical products. APIs are the primary components responsible for the pharmacological effects and therapeutic actions of the medication. They provide the desired therapeutic benefits and contribute to the intended physiological response when administered.</p>'; part += '<p>On the other hand, inactive ingredients or excipients are substances added to pharmaceutical formulations for various purposes such as ensuring proper formulation, enhancing stability, improving taste, aiding in drug delivery, and providing bulk or texture. Excipients do not have pharmacological effects on their own and are used to facilitate the manufacturing, administration, and overall quality of the final pharmaceutical product.</p>'; part += '<p>In summary, APIs are the active substances that provide the therapeutic effect, while excipients are the inert substances used to support the formulation and delivery of the medication. </p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="api_p part6">'; part += '<h2>How do APIs interact with the body?</h2>'; part += "<p>APIs("+ res.data.now_category_name + ") interact with the body by binding to specific proteins or enzymes, triggering biochemical reactions. This interaction leads to therapeutic effects, such as receptor activation, enzyme inhibition, and modulation of cellular processes. APIs' specific mechanisms determine their effects and therapeutic outcomes.</p>"; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="api_p part7">'; part += '<h2>What role does API purity play in pharmaceutical development?</h2>'; part += '<p>High API purity is essential to avoid impurities that could affect safety, efficacy, and consistency of pharmaceutical products.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="api_p part8">'; part += '<h2>How do APIs contribute to personalized medicine?</h2>'; part += "<p>APIs("+ res.data.now_category_name + ") sourced from PharmaSources play a significant role in advancing personalized medicine through their diverse applications and tailored formulations. Here's how APIs contribute to personalized medicine:</p>"; part += "<p>Targeted Therapies: APIs can be designed to specifically target the molecular mechanisms underlying a patient's condition. This precision allows for more effective treatment with minimal side effects. </p>"; part += "<p>Genetic Variability: APIs can be utilized to develop drugs that consider an individual's genetic makeup. Genetic testing helps identify optimal treatments based on genetic variations that affect drug metabolism and response.</p>"; part += "<p>Dosage Optimization: Personalized APIs enable fine-tuning of dosages based on a patient's unique characteristics, such as age, weight, genetics, and metabolism. This ensures optimal therapeutic outcomes.</p>"; part += "<p>Combination Therapies: APIs enable the creation of combination therapies that address multiple aspects of a patient's condition simultaneously, enhancing treatment efficacy and minimizing resistance.</p>"; part += '<p>Rare Diseases: APIs can be developed to target rare and orphan diseases, where personalized treatments are especially critical due to limited patient populations.</p>'; part += "<p>Pharmacogenomics: APIs can be tailored to patients' genetic profiles, ensuring compatibility and efficacy while minimizing adverse reactions.</p>"; part += '<p>Biomarker-Based Treatments: APIs can be integrated with biomarkers to identify patients who are most likely to respond positively to a treatment, avoiding unnecessary therapies.</p>'; part += "<p>Patient-Specific Formulations: APIs allow for customized formulations, such as modified-release drugs, to suit patients' needs, improving drug delivery and adherence.</p>"; part += '<p>Reduced Adverse Effects: APIs designed for individual patients reduce the risk of adverse effects and toxicity, enhancing patient safety and comfort.</p>'; part += "<p>Enhanced Outcomes: By addressing patients' unique characteristics, APIs contribute to better treatment outcomes, faster recovery, and improved quality of life.</p>"; part += "<p>Predictive Modeling: APIs can be used to develop predictive models that assess a patient's response to treatment options, guiding healthcare providers in making informed decisions.</p>"; part += "<p>Incorporating APIs from PharmaSources into personalized medicine strategies empowers healthcare professionals to tailor treatments to each patient's specific needs, maximizing the benefits of pharmacotherapy while minimizing risks and adverse effects. This approach revolutionizes healthcare by shifting from a one-size-fits-all model to a patient-centric, precision medicine paradigm.</p>"; part += '<div style="clear: both"></div>'; part += '</div>'; if(is_zk == '') { part += '<div class="api_b api_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; }else{ part += '<div class="api_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".api_p").filter(":lt(8)").show(); }else{ //收起 $(".api_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } } else if (res.data.catid == 2535) { if ($(".aep_b").hasClass('aep_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { part += '<div class="aep_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The sub-categories of ' + res.data.now_category_name + ' on PharmaSources include a variety of essential components for the pharmaceutical industry. These encompass equipment such as air compressors, steam generators, and other related supporting tools, contributing to efficient production processes and specialized production environments.</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="aep_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + ' products?</h2>'; part += '<p>PharmaSources connects you with 8000+ pharmaceutical suppliers offering various sub-categories of ' + res.data.now_category_name + '. These suppliers provide essential tools, catering to the pharmaceutical industry\'s needs for efficient production and specialized environments.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="aep_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="aep_p part4">'; part += '<h2>Why are air compressors important in pharmaceutical production?</h2>'; part += '<p>Air compressors play a crucial role in pharmaceutical production for several reasons:</p>'; part += '<p>Pneumatic Conveying: Compressed air is used to move powders, granules, and other materials through pneumatic conveying systems, ensuring precise and controlled transfer of materials between production stages.</p>'; part += '<p>Packaging: Compressed air is essential for operating pneumatic packaging machinery, enabling the precise filling, sealing, and labeling of pharmaceutical products.</p>'; part += '<p>Instrumentation and Control: Air compressors provide the necessary air pressure for pneumatic control systems, ensuring accurate operation of valves, actuators, and other process control devices.</p>'; part += '<p>Cleaning and Drying: Compressed air is utilized for cleaning and drying equipment, containers, and surfaces, maintaining hygiene and preventing contamination in the pharmaceutical manufacturing environment.</p>'; part += '<p>Aseptic Processes: In aseptic environments, sterile compressed air is used to maintain a clean and particle-free atmosphere during critical processes, reducing the risk of microbial contamination.</p>'; part += '<p>Tablet Coating: Air compressors are used to supply air for tablet coating processes, ensuring even distribution of coatings on pharmaceutical tablets for uniform quality.</p>'; part += '<p>Quality Control: Compressed air is used for analytical instruments and quality control processes, such as particle size analysis, contributing to accurate testing and analysis of pharmaceutical products.</p>'; part += '<p>Lab Applications: Air compressors are utilized in laboratory settings for various applications, including the operation of laboratory equipment, analytical instruments, and research processes.</p>'; part += '<p>Efficiency and Automation: Compressed air powers automated processes and machinery, enhancing production efficiency and reducing manual labor requirements.</p>'; part += '<p>Process Control: Compressed air is used in pneumatic control systems to regulate the movement of fluids and materials, ensuring precision and consistency in production.</p>'; part += '<p>In pharmaceutical production, maintaining the purity, quality, and precision of processes is essential. Air compressors provide the clean and controlled air supply needed to achieve these objectives, contributing to the overall success of pharmaceutical manufacturing while adhering to stringent quality and safety standards.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="aep_p part5">'; part += '<h2>What is the role of steam generators in the pharmaceutical industry?</h2>'; part += '<p>Steam generators play a crucial role in the pharmaceutical industry due to their versatile applications and benefits:</p>'; part += '<p>Sterilization: Steam generators are essential for autoclaving and sterilization processes. They produce high-temperature steam required to kill bacteria, viruses, and other microorganisms, ensuring the sterility of equipment, instruments, and pharmaceutical products.</p>'; part += '<p>Decontamination: Steam is effective in decontaminating surfaces and equipment. Steam generators are used to produce steam for cleaning and decontaminating production areas, reducing the risk of cross-contamination.</p>'; part += '<p>Cleaning-in-Place (CIP): Steam generators provide the steam needed for CIP processes, effectively cleaning equipment and pipelines to maintain sanitary conditions and prevent product contamination.</p>'; part += '<p>Humidification: Controlled humidification using steam generators helps maintain the required humidity levels in cleanrooms and controlled environments, promoting ideal conditions for pharmaceutical production and storage.</p>'; part += '<p>Drying: Steam is used for drying equipment, containers, and packaging materials before filling to prevent moisture-related product degradation and contamination.</p>'; part += '<p>Heat Transfer: Steam generators provide a reliable source of heat for various processes, such as heating reactors, distillation columns, and other equipment used in pharmaceutical synthesis and formulation.</p>'; part += '<p>Extraction and Purification: Steam distillation is employed to extract essential oils, active compounds, and plant extracts used in pharmaceutical formulations, ensuring efficient separation and purification.</p>'; part += '<p>Energy Source: Steam generators are used as a source of energy for steam-powered machinery, including steam-driven pumps, agitators, and mixers used in various production processes.</p>'; part += '<p>Production of Purified Water: Steam generators contribute to the production of purified water, which is a critical ingredient in pharmaceutical formulations and required for various manufacturing processes.</p>'; part += '<p>Controlled Temperature Environments: Steam generators maintain controlled temperature environments in various pharmaceutical processes, ensuring consistency and precision in reactions and formulations.</p>'; part += '<p>Dissolution Testing: Steam is used in dissolution testing of pharmaceutical tablets and capsules to simulate the conditions they encounter in the human body, aiding in drug release analysis.</p>'; part += '<p>The pharmaceutical industry demands high levels of cleanliness, sterility, and precision. Steam generators provide the necessary steam for various critical processes, helping ensure product quality, safety, and compliance with regulatory standards. Their versatile applications make them indispensable for pharmaceutical manufacturers striving to produce safe and effective pharmaceutical products.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="aep_p part6">'; part += '<h2>Are these ' + res.data.now_category_name + ' products compliant with industry standards?</h2>'; part += '<p>Yes, the ' + res.data.now_category_name + ' products offered by PharmaSources are designed and manufactured to comply with industry standards. These standards ensure that the equipment meets the necessary requirements for safety, quality, and performance in pharmaceutical production environments. Compliance with industry standards is crucial to maintaining product quality, adhering to regulatory guidelines, and ensuring the safety of pharmaceutical processes. PharmaSources collaborates with reputable manufacturers to provide ' + res.data.now_category_name + ' products that meet or exceed industry standards, giving pharmaceutical companies confidence in the reliability and effectiveness of the equipment for their production needs.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; if(is_zk == ''){ part += '<div class="aep_b aep_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; }else{ part += '<div class="aep_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".aep_p").filter(":lt(6)").show(); }else{ //收起 $(".aep_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } } else if (res.data.catid == 3001) { if ($(".msp_b").hasClass('msp_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { part += '<div class="msp_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The sub-categories of ' + res.data.now_category_name + ' span diagnostic tools like imaging machines and lab equipment, treatment devices such as surgical instruments, monitoring equipment for patient health tracking, and protective gear like masks and gowns. Acquiring these items from PharmaSources, a reliable medical equipment supplier, ensures a comprehensive and up-to-date medical equipment list for healthcare facilities. </p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="msp_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + ' products?</h2>'; part += '<p>PharmaSources connects healthcare providers with a vast network of reputable medical equipment suppliers, facilitating access to a comprehensive medical equipment list. These suppliers offer a wide range of medical supplies, including various types of ' + res.data.now_category_name + ', to meet the diverse needs of healthcare facilities and professionals.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="msp_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="msp_p part4">'; part += '<h2>Are the ' + res.data.now_category_name + ' provided by PharmaSources compliant with quality and safety standards?</h2>'; part += '<p>Yes, the ' + res.data.now_category_name + ' provided by PharmaSources are sourced from reputable suppliers who adhere to strict quality and safety standards. Many of these suppliers hold certifications such as ISO and CE, ensuring that the medical equipment offered meets industry-regulated quality and safety criteria.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="msp_p part5">'; part += '<h2>Can I request a customized quote for specific medical equipment needs?</h2>'; part += '<p>Absolutely. PharmaSources allows you to request customized quotes from suppliers for the specific medical equipment you require. This helps you obtain competitive pricing tailored to your needs.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="msp_p part6">'; part += '<h2>Do the medical equipment suppliers offer international shipping?</h2>'; part += '<p>Yes, many of the medical equipment suppliers on PharmaSources offer international shipping services. You can discuss shipping options and costs with the suppliers directly.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="msp_p part7">'; part += '<h2>Is there a support team available to assist with inquiries and orders on PharmaSources?</h2>'; part += '<p>Yes, PharmaSources has a dedicated support team that can assist you with inquiries, orders, and any issues you may encounter during the procurement process. Feel free to reach out to them for assistance.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; if (is_zk == ''){ part += '<div class="msp_b msp_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="msp_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".msp_p").filter(":lt(7)").show(); }else{ //收起 $(".msp_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 162) { if ($(".ae_b").hasClass('ae_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { part += '<div class="ae_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The sub-category of active pharmaceutical ingredients manufacturing equipment covers diagnostic tools such as the chemical reaction equipment, API purification equipment, recycling equipment, API storage equipment, etc. Obtaining these items from PharmaSources, a reliable active pharmaceutical ingredients equipment supplier, ensures a comprehensive and up-to-date inventory of active pharmaceutical ingredients equipment for pharmaceutical facilities. On PharmaSources.com, list of API manufacturing equipment supplies are available in the following subcategories: </p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="ae_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality active pharmaceutical ingredients equipment suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional active pharmaceutical ingredients equipment list, PharmaSources provide a range of equipment supply services to active pharmaceutical API manufacturers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="ae_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The API manufacturing equipment supplies on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="ae_p part4">'; part += '<h2>What is ' + res.data.now_category_name + '?</h2>'; part += '<p>' + res.data.now_category_name + ' is a necessary instrument for manufacturing APIs, and ' + res.data.now_category_name + ' includes several different types.</p>'; part += '<p>reactor</p>'; part += '<p>A reactor is a vessel made of metal due to its ability to resist corrosion, degradation and reactions with the products inside. It also contains accessories such as temperature monitoring systems, gauges and various indicators. Their main purpose is to monitor manufacturing processes and internal chemicals. Reactors are primarily used to carry out reactions between chemicals by mixing a liquid chemical with another liquid or a liquid chemical with a solid. Some reactors are equipped with motor-driven agitators or mixers for the mixing process.</p>'; part += '<p>One of the features of these reactors is a temperature control system that provides specific temperatures. Because, in API manufacturing, certain chemicals require specific temperatures to react and produce the desired results.</p>'; part += '<p>filter</p>'; part += '<p>Filtration equipment is used to separate impurities from products. Examples of impurities include starting materials, reagents, catalysts and by-products.</p>'; part += '<p>Filtration passes a liquid through a filtration assembly containing the required filter. As liquid passes through the filter, the filter media retains impurities. The size of the impurities that can be filtered out depends on the capacity of the filter.</p>'; part += '<p>drying</p>'; part += '<p>Drying is the method of removing water or moisture from liquid substances after the filtration process. Drying is performed because some APIs are used in solid form and must be converted from liquid to solid.</p>'; part += '<p>The design or drying must be optimized so that the residual material contains the exact ratio of moisture to solid matter.</p>'; part += '<p>crystallizer</p>'; part += '<p>A crystallizer is a device that converts solid particles into crystal form. The main reason for the crystallization process is that most solid particles have low solubility in water, which can cause difficulties in the drug manufacturing process. Convert solid forms into crystals to cope with this difficulty.</p>'; part += '<p>Crystallization occurs when a product solution is mixed with solvents or chemicals to change its pH or solubility.</p>'; part += '<p>Package</p>'; part += '<p>Packaging is the final stage of API manufacturing, where the final API product is packaged in packaging materials. The most common packaging material is barrels because the API is required and supplied in large quantities, and barrels can be easily supplied.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; if (is_zk == ''){ part += '<div class="ae_b ae_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="ae_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".ae_p").filter(":lt(4)").show(); }else{ //收起 $(".ae_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 75) { $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The natural extract sub-category covers animal and plant extracts, cosmetic extracts, food and beverage extracts, etc. These items are sourced from trusted natural extract supplier PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="'+ pc_url +'">PharmaSources.com</a>, natural extract list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } $('.part').append(part); }else if (res.data.catid == 25) { if ($(".i_b").hasClass('i_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="i_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The intermediate sub-category includes, advanced intermediate, chiral ' + res.data.now_category_name + ', etc. These items are sourced from trusted intermediate supplier. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of intermediate. At <a class="ablue" target="_blank" href="'+ pc_url +'">PharmaSources.com</a>, intermediate list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="i_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="i_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="i_p part4">'; part += '<h2>Why you need intermediate?</h2>'; part += '<p>Pharma ' + res.data.now_category_name + ' must meet stringent criteria of purity, safety, and efficacy. Any ' + res.data.now_category_name + ' or deviations from desired specifications can compromise the safety and effectiveness of the final pharmaceutical product. Therefore, the production and purification of ' + res.data.now_category_name + ' demand the utmost precision and quality control.</p>'; part += '<p>Furthermore, pharma ' + res.data.now_category_name + ' have a significant impact on the pharmaceutical industry\'s cost structure. Efficient synthesis of these ' + res.data.now_category_name + ' can substantially reduce manufacturing costs, making medications more affordable and accessible to patients worldwide.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; if (is_zk == ''){ part += '<div class="i_b i_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="i_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".i_p").filter(":lt(4)").show(); }else{ //收起 $(".i_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 800) { if ($(".v_b").hasClass('v_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="v_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + ' products?</h2>'; part += '<p>The veterinary pharmaceuticals products sub-category includes, feed additives, ' + res.data.now_category_name + ' API, etc. These items are sourced from trusted ' + res.data.now_category_name + ' products compaines. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="v_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="v_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="v_p part4">'; part += '<h2>Why you need ' + res.data.now_category_name + '?</h2>'; part += '<p>' + res.data.now_category_name + ' pharmaceuticals products serve a dual purpose: enhancing animal health and supporting the livelihoods of those involved in animal care. ' + res.data.now_category_name + ' professionals rely on these products to diagnose, treat, and prevent diseases and conditions in animals, ultimately improving their quality of life. Furthermore, the availability of effective ' + res.data.now_category_name + ' pharmaceuticals is vital for maintaining the safety and sustainability of the food supply chain by ensuring the health and well-being of livestock. </p>'; part += '<p>The research and innovation undertaken by ' + res.data.now_category_name + ' pharmaceutical companies not only advance animal healthcare but also contribute to the broader field of medicine. Many of the discoveries and developments in ' + res.data.now_category_name + ' pharmaceuticals have direct applications in human medicine, fostering a cross-pollination of knowledge and techniques.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; if (is_zk == ''){ part += '<div class="v_b v_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="v_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".v_p").filter(":lt(4)").show(); }else{ //收起 $(".v_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 230) { if ($(".tm_b").hasClass('tm_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="tm_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="tm_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="tm_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="tm_p part4">'; part += '<h2>What is ' + res.data.now_category_name + '?</h2>'; part += '<p>' + res.data.now_category_name + ' also known as Chinese medicine equipment covers a broad spectrum of instruments and ' + res.data.now_category_name + ', designed to extract, refine, and package herbal formulations that lie at the heart of TCM therapies. These machines utilize various techniques such as steam distillation or hot water extraction to yield concentrated herbal extracts used in TCM treatments.</p>'; part += '<p> Additionally, ' + res.data.now_category_name + ' includes drying and granulation equipment, essential for transforming freshly harvested herbs into convenient forms like powders, pills, or capsules. These processes not only enhance the shelf life of TCM products but also make them more accessible and user-friendly.</p>'; part += '<p>Chinese medicine equipment also extends to modern diagnostic and analytical tools, which aid TCM practitioners in understanding the underlying patterns of disharmony in their patients. This includes advanced imaging techniques, pulse and tongue analysis devices, and laboratory equipment for examining bodily fluids and tissues.</p>'; part += '<p>Furthermore, automation and computerized systems are becoming increasingly integrated into TCM equipment, streamlining production processes and quality control. These innovations improve the consistency and standardization of TCM products while ensuring adherence to safety and regulatory standards.</p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="tm_b tm_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="tm_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".tm_p").filter(":lt(4)").show(); }else{ //收起 $(".tm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 282) { if ($(".fe_b").hasClass('fe_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { part += '<div class="fe_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The pharmaceutical ' + res.data.now_category_name + ' list encompasses systems for liquid handling, measurement, and control. Automated liquid dispensing and monitoring devices ensure accuracy and reproducibility in drug formulation, contributing to batch-to-batch consistency and compliance with regulatory standards.</p>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="fe_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="fe_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="fe_p part4">'; part += '<h2>What is application of ' + res.data.now_category_name + '?</h2>'; part += '<p>The application of ' + res.data.now_category_name + ' in the pharmaceutical industry is multifaceted and crucial to the production of safe and effective medications. The pharmaceutical industry relies on a comprehensive ' + res.data.now_category_name + ' list, with Microfiltration playing a pivotal role in ensuring product quality and patient safety.</p>'; part += '<p>Microfiltration, one of the key components of pharmaceutical ' + res.data.now_category_name + ', is employed in various stages of drug development and production. Its primary application is the removal of particulate matter and microorganisms from pharmaceutical fluids, such as drug formulations, solvents, and process intermediates. This process is essential for achieving the highest levels of purity and sterility in pharmaceutical products.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; if (is_zk == ''){ part += '<div class="fe_b fe_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="fe_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".fe_p").filter(":lt(4)").show(); }else{ //收起 $(".fe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 212) { $('.part').empty(); if (res.data.cat_sub_id.length != 0) { part += '<div class="part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' list encompasses systems for liquid handling, measurement, and control. Automated liquid dispensing and monitoring devices ensure accuracy and reproducibility in drug formulation, contributing to batch-to-batch consistency and compliance with regulatory standards.</p>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } $('.part').append(part); }else if (res.data.catid == 801) { if ($(".pm_b").hasClass('pm_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="pm_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="pm_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="pm_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="pm_p part4">'; part += '<h2>What are the types of pharmaceutical ' + res.data.now_category_name + '?</h2>'; part += '<p>The type of ' + res.data.now_category_name + ' employed in pharma packaging, also known as pharmaceutical packaging, is a diverse array of substrates and forms chosen to meet the specific requirements of various drug products. These materials play a critical role in preserving the integrity, safety, and efficacy of pharmaceuticals. The selection of ' + res.data.now_category_name + ' is determined by factors such as the nature of the drug, regulatory compliance, and the intended use of the product. Common ' + res.data.now_category_name + ' used in pharmaceutical packaging include:</p>'; part += '<p>Glass: Glass vials and ampoules are widely used due to their impermeability and suitability for drugs that are sensitive to light and air.</p>'; part += '<p>Plastic: Various types of plastics, including polyethylene, polypropylene, and PVC, are used for bottles, containers, and blister packs. They offer versatility, cost-effectiveness, and ease of manufacturing.</p>'; part += '<p> Aluminum Foil: Aluminum foil is often used for blister packaging, providing an effective barrier against moisture, light, and gases.</p>'; part += '<p>Paper and Cardboard: These materials are employed for packaging secondary containers, such as cartons, labels, and package inserts. They can be printed with essential product information.</p>'; part += '<p>Metal: Metal cans and tubes are used for ointments, creams, and some oral medications, offering protection and durability.</p>'; part += '<p>Polymers: Specialized polymer films and laminates are used for unit dose packaging and pouches. They provide a combination of durability and flexibility.</p>'; part += '<p>Rubber and Elastomers: Rubber stoppers and closures are used for vials, offering an airtight seal.</p>'; part += '<p>Tamper-Evident Features: Various materials and techniques are employed to create tamper-evident packaging, ensuring product safety and integrity.</p>'; part += '<p>Child-Resistant Packaging: ' + res.data.now_category_name + ' may incorporate child-resistant features, such as special closures, to prevent accidental ingestion by children.</p>'; part += '<p>Desiccants and Sorbents: These materials are used to protect pharmaceuticals from moisture and maintain product stability.</p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="pm_b pm_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="pm_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".pm_p").filter(":lt(4)").show(); }else{ //收起 $(".pm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 243) { if ($(".wpe_b").hasClass('wpe_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="wpe_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="wpe_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="wpe_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="wpe_p part4">'; part += '<h2>What are the types of ' + res.data.now_category_name + '?</h2>'; part += '<p>Water purification machines can be categorized based on their core technologies, with some notable types including:</p>'; part += '<p>Filtration Systems: Employing porous media, membranes, or screens, these systems physically separate impurities from water, ranging from sand and sediment removal to advanced microfiltration and ultrafiltration.</p>'; part += '<p>Chemical Treatment: ' + res.data.now_category_name + ' utilizes chemicals like chlorine, ozone, or UV disinfection to kill or inactivate harmful microorganisms and pathogens, ensuring the water is safe for consumption.</p>'; part += '<p>Reverse Osmosis Units: These systems employ a semipermeable membrane to remove a wide range of contaminants, including salts, heavy metals, and organic compounds.</p>'; part += '<p>Distillation Units: Water is heated to vapor, and then condensed back into liquid form, effectively removing impurities that do not vaporize at the same temperature.</p>'; part += '<p>Ion Exchange Systems: Utilizing resin beads, these systems selectively remove ions, such as hardness minerals (calcium and magnesium), in water, enhancing its quality.</p>'; part += '<p>Desalination Equipment: Essential in regions with saline water sources, desalination processes, including multi-effect distillation and reverse osmosis, are employed to convert seawater into freshwater.</p>'; part += '<p>The choice of ' + res.data.now_category_name + ' depends on the specific water source, quality objectives, and regulations in place. These systems must adhere to stringent quality standards and regulatory guidelines to ensure the treated water meets established safety and quality standards. </p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="wpe_b wpe_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="wpe_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".wpe_p").filter(":lt(4)").show(); }else{ //收起 $(".wpe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 178) { if ($(".pe_b").hasClass('pe_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="pe_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="pe_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="pe_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="pe_p part4">'; part += '<h2>Introduction to main machine types</h2>'; part += '<p>Medicine Filling Machines: These automated marvels ensure precise and uniform dosage in each pill, capsule, or vial. Their efficiency is paramount in guaranteeing consistent therapeutic results.</p>'; part += '<p>Infusion or Injection Medicine Machinery: Vital for administering parenteral drugs, these devices offer sterile and controlled delivery, a fundamental requirement in life-saving treatments.</p>'; part += '<p>Sterilization Equipment: A cornerstone in pharmaceutical safety, these units provide the necessary sterilization and decontamination processes, upholding the integrity of the drug throughout its journey.</p>'; part += '<p>Isolators: Invaluable for handling high-risk materials, isolators protect operators and ensure the containment of potent substances, crucial for both worker safety and product quality.</p>'; part += '<p>Pharmaceutical Milling Machinery: These specialized machines play a pivotal role in reducing particle size, enhancing drug dissolution and absorption, and promoting the overall efficacy of medications.</p>'; part += '<p>Bottle Conveyor and Washer: Ensuring the cleanliness and integrity of drug containers, these systems are essential in safeguarding product quality from production to the patient\'s hand.</p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="pe_b pe_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="pe_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".pe_p").filter(":lt(4)").show(); }else{ //收起 $(".pe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 262) { if ($(".re_b").hasClass('re_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="re_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="re_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="re_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="re_p part4">'; part += '<h2>What is the types of ' + res.data.now_category_name + ' products</h2>'; part += '<p>Pharmaceutical ' + res.data.now_category_name + ' encompasses a range of specialized products designed to meet the stringent temperature and storage requirements for pharmaceuticals. These vital products include air conditioning systems, cold storage units, compressors, and low-temperature refrigeration systems. Each category serves a distinct purpose within the pharmaceutical industry, ensuring the safety, efficacy, and integrity of medications, vaccines, and other pharmaceutical products.</p>'; part += '<p>Air Conditioning Systems: While not exclusively pharmaceutical ' + res.data.now_category_name + ', air conditioning systems play an important role in maintaining controlled environments in pharmaceutical manufacturing facilities, labs, and storage areas. They help regulate temperature and humidity, ensuring consistent conditions for pharmaceutical production and storage.</p>'; part += '<p>Pharmacy Refrigerators: Pharmacy refrigerators are designed to store pharmaceuticals within a specific temperature range, typically 2°C to 8°C. They feature precise temperature control and often include alarms and monitoring systems to maintain the integrity of medications.</p>'; part += '<p>Vaccine Refrigerators: Vaccine refrigerators are specialized pharmaceutical ' + res.data.now_category_name + ' designed to store vaccines at the recommended temperature range, typically between 2°C to 8°C. They are equipped with digital controls and monitoring systems to ensure the stability of vaccines.</p>'; part += '<p>Ultra-Low Temperature Freezers: These freezers are essential for the long-term storage of extremely temperature-sensitive pharmaceuticals, capable of maintaining temperatures as low as -80°C or even lower. They are vital for preserving biologics, research materials, and certain medications.</p>'; part += '<p>Cryogenic Freezers: Cryogenic freezers are used for ultra-low-temperature storage, often reaching or exceeding -150°C. These freezers are crucial for preserving biological samples, including stem cells and biopharmaceutical materials.</p>'; part += '<p>Stability Chambers: Stability chambers provide controlled environmental conditions to assess the stability of pharmaceutical products. They can replicate a range of temperature and humidity conditions to determine the shelf life and quality of pharmaceuticals over time.</p>'; part += '<p>Transport Refrigeration Units: These units are designed for the safe transport of pharmaceuticals, ensuring that products remain within the required temperature range during transit. They are essential for maintaining the integrity of medications and vaccines while in transport.</p>'; part += '<p>Laboratory Refrigerators and Freezers: In pharmaceutical research and development, laboratory refrigerators and freezers are used to store samples, reagents, and test materials at specific temperatures, including ultra-low temperatures when necessary.</p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="re_b re_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="re_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".re_p").filter(":lt(4)").show(); }else{ //收起 $(".re_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 802) { if ($(".l_b").hasClass('l_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="l_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="l_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="l_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="l_p part4">'; part += '<h2>What are the types of ' + res.data.now_category_name + ' products</h2>'; part += '<p>Pharmacy Refrigerators: These units are specifically designed for the storage of pharmaceuticals within a controlled temperature range, typically between 2°C to 8°C. They are equipped with precise temperature controls, alarms, and monitoring systems to ensure the integrity of medications.</p>'; part += '<p>Vaccine Refrigerators: Vaccine refrigerators are tailored to store vaccines within the recommended temperature range, typically 2°C to 8°C. They incorporate digital controls and monitoring systems to maintain the stability of vaccines.</p>'; part += '<p>Ultra-Low Temperature Freezers: These freezers are essential for the long-term storage of extremely temperature-sensitive pharmaceuticals, capable of maintaining temperatures as low as -80°C or even lower. They are critical for preserving biologics, research materials, and certain medications.</p>'; part += '<p>Cryogenic Freezers: Cryogenic freezers are used for ultra-low-temperature storage, often reaching or exceeding -150°C. These freezers are crucial for preserving biological samples, stem cells, and biopharmaceutical materials.</p>'; part += '<p>Stability Chambers: Stability chambers provide controlled environmental conditions to assess the stability of pharmaceutical products over time. They can replicate a range of temperature and humidity conditions to determine the shelf life and quality of pharmaceuticals.</p>'; part += '<p>Transport Refrigeration Units: These units are designed for the safe transport of pharmaceutical products, ensuring that products remain within the required temperature range during transit. They are essential for maintaining the integrity of medications and vaccines during transport.</p>'; part += '<p>Laboratory General Equipment: This category includes general-purpose laboratory equipment that may include refrigeration capabilities. These may include laboratory refrigerators, freezers, or temperature-controlled storage solutions for research and development purposes.</p>'; part += '<p>Life Science Instruments: While not exclusively refrigeration equipment, life science instruments can include refrigerated components such as incubators, shakers, and centrifuges, designed for life science applications in research, biotechnology, and pharmaceutical development.</p>'; part += '<p>Analytical Instruments: These instruments are used in pharmaceutical quality control and analysis. While not refrigeration equipment themselves, they may be housed within temperature-controlled environments to ensure accuracy and reliability in testing.</p>'; part += '<p>Laboratory Consumables: These include items like vials, ampoules, and containers designed for the storage and transport of pharmaceutical products, often requiring temperature-controlled conditions to maintain product integrity. </p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="l_b l_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="l_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".l_p").filter(":lt(4)").show(); }else{ //收起 $(".l_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 355) { if ($(".fc_b").hasClass('fc_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="fc_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="fc_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="fc_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="fc_p part4">'; part += '<h2>What are the types of fine chemicals</h2>'; part += '<p>Pharmaceutical fine chemicals encompass a diverse group of chemical compounds that play a crucial role in drug development, manufacturing, and research. These chemicals are typically characterized by their high purity and stringent quality control standards. They can be broadly categorized into several types, including reagents, regulated fine chemicals, and other fine chemicals.</p>'; part += '<div style="clear: both"></div>'; part += '</div>'; part += '<div class="fc_p part5">'; part += '<h2>Reagents:</h2>'; part += '<p>Reagents are essential in various laboratory and industrial processes. In the pharmaceutical industry, they are used for research, quality control, and as intermediates in drug synthesis. Common examples include solvents, acids, bases, and analytical standards. Reagents are vital for the development and testing of pharmaceutical products, ensuring accurate and reproducible results in experiments and analyses.</p>'; part += '<div style="clear: both"></div>' part += '</div>'; part += '<div class="fc_p part6">'; part += '<h2>Regulated Fine Chemicals:</h2>'; part += '<p>Regulated fine chemicals are subjected to strict regulatory oversight due to their critical role in pharmaceutical production and patient safety. This category includes active pharmaceutical ingredients (APIs) and excipients, which are essential components of drug formulations. APIs are the biologically active substances in medications, while excipients are the inert substances used to formulate the final drug product. These chemicals must meet stringent quality, safety, and efficacy standards established by regulatory agencies like the FDA and EMA.</p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="fc_b fc_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="fc_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".fc_p").filter(":lt(6)").show(); }else{ //收起 $(".fc_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 471) { if ($(".cm_b").hasClass('cm_t')) { is_zk = ''; } $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="cm_p part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="cm_p part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="cm_p part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } part += '<div class="cm_p part4">'; part += '<h2>Why you need pharma custom manufacturing service?</h2>'; part += '<p>Pharma custom manufacturing services are essential for several reasons in the pharmaceutical industry:</p>'; part += '<p>Specialized Expertise: Custom manufacturing service providers have specialized knowledge and expertise in various aspects of pharmaceutical production, such as API synthesis, formulation development, and quality control. They can offer insights and capabilities that may not be readily available within a pharmaceutical company.</p>'; part += '<p>Efficiency: These services often have well-established processes and infrastructure for pharmaceutical manufacturing. By outsourcing certain aspects of production to custom manufacturers, pharmaceutical companies can increase efficiency and reduce operational costs.</p>'; part += '<p>Flexibility: Custom manufacturing services can adapt to the unique needs of each pharmaceutical product. Whether it\'s a specific dosage form, a complex chemical synthesis, or a niche product, custom manufacturers can tailor their processes to meet these requirements.</p>'; part += '<p>Regulatory Compliance: Custom manufacturers typically stay up to date with the latest regulatory requirements and quality standards. This ensures that products are manufactured in compliance with industry regulations, reducing the risk of regulatory issues or product recalls.</p>'; part += '<p>Cost-Effectiveness: Outsourcing production to custom manufacturers can be cost-effective, as it allows pharmaceutical companies to avoid large capital investments in manufacturing infrastructure and equipment. It also enables them to scale production up or down as needed.</p>'; part += '<p>Focus on Core Competencies: By leveraging the capabilities of custom manufacturing services, pharmaceutical companies can concentrate on their core competencies, such as research, development, and marketing, while leaving the manufacturing processes to experts in the field.</p>'; part += '<p>Risk Mitigation: Custom manufacturing services can help mitigate risks associated with manufacturing, such as equipment maintenance, process validation, and supply chain management. This reduces the likelihood of production interruptions or quality issues.</p>'; part += '<p>Speed to Market: Custom manufacturers can expedite the production process, enabling pharmaceutical companies to get their products to market more quickly, which can be crucial in the competitive pharmaceutical industry.</p>'; part += '<div style="clear: both"></div>' part += '</div>'; if (is_zk == ''){ part += '<div class="cm_b cm_t" style="background: url(/static/web/image/jt_t.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">Less</div>'; } else{ part += '<div class="em_b" style="background: url(/static/web/image/jt_b.png) no-repeat right;background-size: 25px 25px;text-align: right;padding-right: 30px;font-size: 18px;color: gray;cursor: pointer">More</div>'; } $('.part').append(part); if (is_zk == ''){ //展开 $(".cm_p").filter(":lt(4)").show(); }else{ //收起 $(".cm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); } }else if (res.data.catid == 104) { $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } $('.part').append(part); }else if (res.data.catid == 29) { $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + ' products?</h2>'; part += '<p>The ' + res.data.now_category_name + ' products sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' products companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + ' products. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' products list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + ' products?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' products suppliers, providing easy access to ' + res.data.now_category_name + ' products inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' products on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } $('.part').append(part); }else if (res.data.catid == 248) { $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } $('.part').append(part); }else if (res.data.catid == 776) { $('.part').empty(); if (res.data.cat_sub_id.length != 0) { var pc_url = "https://www.pharmasources.com"; part += '<div class="part1">'; part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>'; part += '<p>The ' + res.data.now_category_name + ' sub-category includes, nucleic acid, cell, reagent, etc. These items are sourced from trusted ' + res.data.now_category_name + ' companies. PharmaSources, ensuring a comprehensive, high-quality supplier. For the latest needs of ' + res.data.now_category_name + '. At <a class="ablue" target="_blank" href="' + pc_url + '">PharmaSources.com</a>, ' + res.data.now_category_name + ' list:</p>'; part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.cat_sub_company.length != 0) { part += '<div class="part2">'; part += '<h2>Who is supplying the ' + res.data.now_category_name + '?</h2>'; part += '<p>PharmaSources has a supply chain network with quality ' + res.data.now_category_name + ' suppliers, providing easy access to ' + res.data.now_category_name + ' inventory. These suppliers provide fully functional natural extracts list, PharmaSources provide a range of equipment supply services to natural extracts suppliers.</p>'; part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' part += '</div>'; } if (res.data.shop_limit.length != 0) { part += '<div class="part3">'; part += '<h2>Where are the major sales markets?</h2>' part += '<p>The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in'; var count = res.data.shop_limit.length; var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>'; part += ' <div style="clear: both"></div>' part += '</div>'; } $('.part').append(part); } else { $('.part').empty() // var part1 = part2 = part3 = ''; part += '<div class="part1">'; if (res.data.cat_sub_id) { // $('.part1').empty(); if (res.data.cat_sub_id.length != 0) { part += '<h2>What are the sub-categories of ' + res.data.now_category_name + '?</h2>' part += '<p>' var part1href = "https://www.pharmasources.com"; part += 'On <a class="ablue" target="_blank" href="' + part1href + '">PharmaSources.com</a>, diverse ' + res.data.now_category_name + ' is available under these sub-categories:' part += '</p>' } part += '<ul>' $.each(res.data.cat_sub_id, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.cat_name + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' // $('.part1').append(part1); } part += '</div>'; part += '<div class="part2">'; if (res.data.cat_sub_company) { // $('.part2').empty(); if (res.data.cat_sub_company.length != 0) { part += '<h2>Who is supplying the ' + res.data.now_category_name + ' products?</h2>' part += '<p>' var part2href = "https://www.pharmasources.com/products/catid/prams_replace-id_replace.html"; part2href = part2href.replace('prams_replace', res.data.now_category_name_seo) part2href = part2href.replace('id_replace', res.data.catid); part += 'Among the 8,000+ pharmaceutical suppliers on PharmaSources.com, the following are the popular <a href="' + part2href + '" class="ablue" target="_blank">' + res.data.now_category_name + ' suppliers</a> who specialized in providing quality Water Purification Equipments:' part += '</p>' } part += '<ul>' $.each(res.data.cat_sub_company, function (i, v) { part += '<li><a href="' + v.url + '" target="_blank">' + v.company + '</a></li>' }) part += '</ul>' part += '<div style="clear: both"></div>' // $('.part2').append(part2); } part += '</div>'; part += '<div class="part3">'; // console.log(res.data.shop_limit) if (res.data.shop_limit.length != 0) { // $('.part3').empty(); part += '<h2>Where are the major sales markets?</h2>' part += '<p>' part += 'The ' + res.data.now_category_name + ' on PharmaSources.com are supplying all around the world, including the markets in' var count = res.data.shop_limit.length var j_count = 0; $.each(res.data.shop_limit, function (i, v) { if ((count - 1) == j_count) { part += ' and <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>.' } else if ((count - 2) == j_count) { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>' } else { part += ' <a href="' + v.url + '" class="ablue" target="_blank">' + v.limit_name + '</a>,' } j_count++ }) part += '</p>' part += ' <div style="clear: both"></div>' // $('.part3').append(part3); } part += '</div>'; $('.part').append(part); } } $('.turnback').remove(); if(res.data.cat_parent_id !== 'index'){ $('.fl_anq1').prepend('<a href="javascript:void(0)" class="cd_lv left turnback" data-id="'+res.data.cat_parent_id+'">< return</a>'); } $('.loading').hide(); if(res.data.seo_title){ $(".w-2 h1").text(res.data.seo_title) } $(".w-2 div").empty(); if(res.data.cat_desc){ $(".w-2 div").append('<p style="line-height: 20px;margin:15px 0 0 0">'+res.data.cat_desc+'</p>') } if(res.data.categoryData){ $('.category').empty(); var category = ''; $.each(res.data.categoryData,function(i,v){ if(v.count == 0){ category += '<li style="cursor: default;color:#ddd"><a style="cursor: default;color:#ddd"'; if( v.id == res.data.catid){ category += 'class="on" ' ; } category += 'data-id="'+v.id+'" data-count="" href="javascript:void(0);"><span>'+v.cat_name+' <font class="num"></font></span></a></li>'; }else{ category += '<li><a '; if( v.id == res.data.catid){ category += 'class="on" ' ; } category += 'data-id="'+v.id+'" data-count="" href="javascript:void(0);"><span>'+v.cat_name+' <font class="num"></font></span></a></li>'; } }) $('.category').append(category) } console.log(postData['search']); if(postData['search']['searchKey'] || postData['search']['catid'] || postData['search']['type'] || postData['search']['orders'] || postData['search']['shopLimit']|| postData['search']['Medicine']){ getProductsNum(postData); } $('.pro_lb1').empty(); $('.pro_lb2').empty(); $('.bread_cat').empty(); $('.page').empty(); // var productsData = sortData(res.data.products) // console.log(productsData);return false; var bread_cat = ''; if(res.data.catStr){ $.each(res.data.catStr,function(i,v){ $.each(v,function(j,k){ bread_cat += '>' bread_cat += '<a href="javascript:void(0)" data-id="'+j+'">'+k+'</a>' }) }) } $('.bread_cat').append(bread_cat); var item_keyword = ''; $.each(res.data.keywordMsg,function(i,v){ // $('.count_all_li').css({'padding':'20px','margin-bottom':'20px'}).empty().append(countall); item_keyword += '<li>'; if (!('limits' in res.data.searchData) || res.data.searchData.limits[0] == 12){ item_keyword += '<div '; if(common.getCookie('selectInquiry')!='on'){ item_keyword += 'style="display:none"'; } item_keyword += 'class="batch_box batch_checkbox" >' + '<input value="'+v.id+'" class="batch_input" id="my-id03'+i+'" type="checkbox" '; pid_arr = common.getArray(select_pid); if(pid_arr.indexOf(v.id) != -1){ item_keyword += 'checked="checked"'; } item_keyword += '><label for="my-id03'+i+'"></label></div>'; item_keyword += ' <div class="txtk1"><div class="imgk img_d">'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item_keyword += '<a href="'+route+'">'; if(v.picture){ item_keyword += '<img src="'+v.picture+'!200" alt="'+v.title+'">' }else{ item_keyword += '<img src="/static/web/image'+'/supplier/default.png'+'" alt="'+v.title+'">'; } item_keyword += '</a></div><div class="txtk">' var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item_keyword += '<a href="'+route+'" class="dbt">'+v.title+'</a>'; item_keyword += '<dl>' if(v.price){ item_keyword += '<dd> <b>Price Range:</b><p>'+v.price+'</p></dd>' } if(v.cat_name){ item_keyword += '<dd><b>Categories:</b>'; if(v.product_catename.level == 1){ item_keyword += '<p> <a href="'+v.product_catename.cate_name_url_1+'">'+v.product_catename.cate_name_1+'</a></p>' } if(v.product_catename.level == 2){ item_keyword += '<p><a href="'+v.product_catename.cate_name_url_2+'">'+v.product_catename.cate_name_2+'</a>' item_keyword += '>'; item_keyword += '<a href="'+v.product_catename.cate_name_url_1+'">'+v.product_catename.cate_name_1+'</a></p>'; } if(v.product_catename.level == 3){ item_keyword += '<p><a href="'+v.product_catename.cate_name_url_3+'">'+v.product_catename.cate_name_3+'</a>' item_keyword += '>'; item_keyword += '<a href="'+v.product_catename.cate_name_url_2+'">'+v.product_catename.cate_name_2+'</a>'; item_keyword += '>'; item_keyword += '<a href="'+v.product_catename.cate_name_url_1+'">'+v.product_catename.cate_name_1+'</a></p>'; } item_keyword += '</dd>'; if(v.certificate){ item_keyword += '<dd><b>Certification:</b><p>'+v.certificate+'</p></dd>' } if(v.cas_num){ item_keyword += '<dd><b>CAS NO:</b>'; if('cas_url' in v){ item_keyword += ' <p><a href="'+v.cas_url+'">'+v.cas_num+'</a></p>'; }else{ item_keyword += ' <p>'+v.cas_num+'</p>'; } item_keyword += ' </dd>'; } if(v.type){ item_keyword += '<dd><b>Business Type:</b><p>'+v.type+'</p></dd>' } } item_keyword += '</dl>'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); var cf = ''; if(v.favs){ cf = 'cd_fav_on'; } item_keyword += '<a href="javascript:void(0)" data-fid="'+v.id+'" class="cd_fav '+cf+'">Favorites</a>'; item_keyword += '<a href="'+route+'" style="bottom: -10px" class="cd_lv">View more></a></div></div>'; item_keyword += '<div class="txtk2"><h4>' var route = "https://www.pharmasources.com/company-home/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.company_seo) route = route.replace('id_replace','userId-'+v.user_id); item_keyword += '<a href="'+route+'">'+v.company+'</a></h4><dl>'; if(v.r_year){ item_keyword += '<dd class="dd1">'+v.r_year; if(v.r_year != 'One'){ item_keyword += ' years'; }else{ item_keyword += ' year'; } item_keyword += ' of qualification'; item_keyword += '</dd>'; } item_keyword += '<dd title="Audited Supplier" class="dd2">Audited Supplier</dd>' if(v.user_type == 2){ item_keyword += '<dd title="VIP Member" class="dd3">VIP Member</dd>'; } item_keyword += '</dl>'; var route = "https://www.pharmasources.com/product-inquiry/prams_replace"; route = route.replace('prams_replace',v.id); item_keyword += '<a href="'+route+'" class="cd_a_lv2">Send Inquiry</a></div>'; } else if(res.data.searchData.limits[0] == 28){ item_keyword += '<div style="display: none" class="batch_box batch_checkbox2" >'; item_keyword += '<input value="'+v.id+'" class="batch_input" id="my-id02'+i+'" type="checkbox">'; item_keyword += '<label for="my-id02'+i+'"></label></div>'; item_keyword += '<div class="imgk img_d center_img">'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item_keyword += '<a href="'+route+'">'; item_keyword += '<img src="'+v.picture+'!200" alt="'+v.title+'"></a></div>'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item_keyword += '<a href="'+route+'" class="dbt">'+v.title+'</a>'; item_keyword += ' <h4 title="'+v.company+'">'+v.company+'</h4>'; item_keyword += '<div class="txtk">'; if(v.r_year){ item_keyword += '<img title="'+v.r_year+'"'; if(v.r_year != 'One'){ item_keyword += ' years'; }else{ item_keyword += ' year'; } item_keyword += ' of qualification src="https://www.pharmasources.com/static/web/image/pro/c1.png"'; } item_keyword += '<img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png">'; if(v.user_type == 2){ item_keyword += '<img title="VIP Member" src="https://www.pharmasources.com/static/web/image/pro/c3.png" >'; } item_keyword += '</div>'; var route = "https://www.pharmasources.com/product-inquiry/prams_replace"; route = route.replace('prams_replace',v.id) item_keyword += '<a href="'+route+'" class="cd_a_lv2">Send Inquiry</a></div>'; } item_keyword += '</li>' }) var item = ''; $.each(res.data.pages,function(i,v){ // $('.count_all_li').css({'padding':'20px','margin-bottom':'20px'}).empty().append(countall); item += '<li>'; if (!('limits' in res.data.searchData) || res.data.searchData.limits[0] == 12){ item += '<div '; if(common.getCookie('selectInquiry')!='on'){ item += 'style="display:none"'; } item += 'class="batch_box batch_checkbox" >' + '<input value="'+v.id+'" class="batch_input" id="my-id'+i+'" type="checkbox" '; pid_arr = common.getArray(select_pid); if(pid_arr.indexOf(v.id) != -1){ item += 'checked="checked"'; } item += '><label for="my-id'+i+'"></label></div>'; item += ' <div class="txtk1"><div class="imgk img_d">'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item += '<a href="'+route+'">'; if(v.picture){ item += '<img src="'+v.picture+'!200" alt="'+v.title+'">' }else{ item += '<img src="/static/web/image'+'/supplier/default.png'+'" alt="'+v.title+'">'; } item += '</a></div><div class="txtk">' var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item += '<a href="'+route+'" class="dbt">'+v.title+'</a>'; item += '<dl>' if(v.price){ item += '<dd> <b>Price Range:</b><p>'+v.price+'</p></dd>' } if(v.cat_name){ item += '<dd><b>Categories:</b>'; if(v.product_catename.level == 1){ item += '<p> <a href="'+v.product_catename.cate_name_url_1+'">'+v.product_catename.cate_name_1+'</a></p>' } if(v.product_catename.level == 2){ item += '<p><a href="'+v.product_catename.cate_name_url_2+'">'+v.product_catename.cate_name_2+'</a>' item += '>'; item += '<a href="'+v.product_catename.cate_name_url_1+'">'+v.product_catename.cate_name_1+'</a></p>'; } if(v.product_catename.level == 3){ item += '<p><a href="'+v.product_catename.cate_name_url_3+'">'+v.product_catename.cate_name_3+'</a>' item += '>'; item += '<a href="'+v.product_catename.cate_name_url_2+'">'+v.product_catename.cate_name_2+'</a>'; item += '>'; item += '<a href="'+v.product_catename.cate_name_url_1+'">'+v.product_catename.cate_name_1+'</a></p>'; } item += '</dd>'; if(v.certificate){ item += '<dd><b>Certification:</b><p>'+v.certificate+'</p></dd>' } if(v.cas_num){ item += '<dd><b>CAS NO:</b>'; if('cas_url' in v){ item += ' <p><a href="'+v.cas_url+'">'+v.cas_num+'</a></p>'; }else{ item += ' <p>'+v.cas_num+'</p>'; } item += ' </dd>'; } if(v.type){ item += '<dd><b>Business Type:</b><p>'+v.type+'</p></dd>' } } item += '</dl>'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); var cf = ''; if(v.favs){ cf = 'cd_fav_on'; } item += '<a href="javascript:void(0)" data-fid="'+v.id+'" class="cd_fav '+cf+'">Favorites</a>'; item += '<a href="'+route+'" style="bottom: -10px" class="cd_lv">View more></a></div></div>'; item += '<div class="txtk2"><h4>' var route = "https://www.pharmasources.com/company-home/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.company_seo) route = route.replace('id_replace','userId-'+v.user_id); item += '<a href="'+route+'">'+v.company+'</a></h4><dl>'; if(v.r_year){ item += '<dd class="dd1">'+v.r_year; if(v.r_year != 'One'){ item += ' years'; }else{ item += ' year'; } item += ' of qualification'; item += '</dd>'; } item += '<dd title="Audited Supplier" class="dd2">Audited Supplier</dd>' if(v.user_type == 2){ item += '<dd title="VIP Member" class="dd3">VIP Member</dd>'; } item += '</dl>'; var route = "https://www.pharmasources.com/product-inquiry/prams_replace"; route = route.replace('prams_replace',v.id); item += '<a href="'+route+'" class="cd_a_lv2">Send Inquiry</a></div>'; } else if(res.data.searchData.limits[0] == 28){ item += '<div style="display: none" class="batch_box batch_checkbox2" >'; item += '<input value="'+v.id+'" class="batch_input" id="my-id2'+i+'" type="checkbox">'; item += '<label for="my-id2'+i+'"></label></div>'; item += '<div class="imgk img_d center_img">'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item += '<a href="'+route+'">'; item += '<img src="'+v.picture+'!200" alt="'+v.title+'"></a></div>'; var route = "https://www.pharmasources.com/products/prams_replace-id_replace.html"; route = route.replace('prams_replace',v.title_seo) route = route.replace('id_replace',v.id); item += '<a href="'+route+'" class="dbt">'+v.title+'</a>'; item += ' <h4 title="'+v.company+'">'+v.company+'</h4>'; item += '<div class="txtk">'; if(v.r_year){ item += '<img title="'+v.r_year+'"'; if(v.r_year != 'One'){ item += ' years'; }else{ item += ' year'; } item += ' of qualification src="https://www.pharmasources.com/static/web/image/pro/c1.png"'; } item += '<img title="Audited Supplier" src="https://www.pharmasources.com/static/web/image/pro/c2.png">'; if(v.user_type == 2){ item += '<img title="VIP Member" src="https://www.pharmasources.com/static/web/image/pro/c3.png" >'; } item += '</div>'; var route = "https://www.pharmasources.com/product-inquiry/prams_replace"; route = route.replace('prams_replace',v.id) item += '<a href="'+route+'" class="cd_a_lv2">Send Inquiry</a></div>'; } item += '</li>' }) if (!('limits' in res.data.searchData) || res.data.searchData.limits[0] == 12){ if(res.data.countall && res.data.countall[0] != 'y'){ var countall_li = '<li class="count_all_li1"><p>We have revealed part of the results for you. <br><font style="font-weight: bold;color:#4fc2b8;cursor:pointer" class="count_all">Click here</font> to view all the results. It may take a while.Please be patient.</p></li>' }else{ countall_li = '' } $('.pro_lb1').prepend(countall_li); $('.pro_lb1').css('display','block').append(item_keyword).append(item) }else if(res.data.searchData.limits[0] == 28){ if(res.data.countall && res.data.countall[0] != 'y'){ var countall_li = '<li class="count_all_li2"><p>We have revealed part of the results for you. <br><font style="font-weight: bold;color:#4fc2b8;cursor:pointer" class="count_all">Click here</font> to view all the results. It may take a while.Please be patient.</p></li>' }else{ countall_li = '' } $('.pro_lb1').prepend(countall_li); $('.pro_lb2').css('display','block').append(item_keyword).append(item) } // 分页+ var current_page = parseInt(res.data.current_page) var last_page = parseInt(res.data.last_page) var per_page = parseInt(res.data.per_page) var total = parseInt(res.data.total) getPages(current_page,last_page,per_page,total); }, error:function () { $('.loading').hide(); } }) } $(document).ready(function(){ if(common.getCookie('selectInquiry')=='on'){ $(".batch_box").show(); $('.checkbox_bottom').show(); } $('.batch_checkbox').each(function () { $(this).height($(this).closest('li').height()); }); Array.prototype.indexOf = function(val) { for (var i = 0; i < this.length; i++) { if (this[i] == val) return i; } return -1; }; Array.prototype.remove = function(val) { var index = this.indexOf(val); if (index > -1) { this.splice(index, 1); } }; if(common.getCookie('selectInquiry')=='on'){ $(".batch_box").show(); $('.checkbox_bottom').show(); } select_pid = common.getCookie('selectPid'); // console.log(select_pid); pid_arr = common.getArray(select_pid); $('.batch_input').each(function (i,e) { if(pid_arr.indexOf($(this).val()) != -1){ $(this).prop('checked',true); } }); $('.fl_tt_nr').on('click','.batch_input',function () { select_pid = common.getCookie('selectPid'); if ($(this).prop('checked')) { pidArr = common.getArray(select_pid); pidArr.push($(this).val()); pidStr = common.getString(pidArr); common.setCookie("selectPid", pidStr, 10000); } else { pidArr = common.getArray(select_pid); pidArr.remove($(this).val()); pidStr = common.getString(pidArr); common.setCookie("selectPid", pidStr, 10000); } select_pid = common.getCookie('selectPid'); console.log(select_pid) }); var href = window.location.href; var now_href = "/products/catid/other-active-pharmaceutical-ingredients-478.html"; var params = href.replace("https://www.pharmasources.com/products",""); params = decodeURIComponent(params) if(params){ params = params.substr(1); } var searchList = [ 'searchKey-', 'areaCountry-', 'areaProvince-', 'type-', 'shopLimit-', 'orders-', 'Medicine-', 'catid/', 'areaids-', 'page-', 'limits-', 'userType-', 'countall-' ]; var tempList = params.replace('@','/',params); tempList = tempList.replace('/%/g','%25',tempList) var searchData = []; var tempKey = []; $.each(searchList,function(i,v){ var tempStrPos = params.indexOf(v) if(tempStrPos != -1){ tempKey.push(tempStrPos); } }) tempKey = tempKey.sort(function(a, b){return a - b}); for(var i = 0;i<tempKey.length ; i++){ var tempStr = tempList.slice(tempKey[i],tempKey[i+1]); if(tempKey.length-1 != i){ tempStr = tempStr.slice(0,tempStr.length-1); } $.each(searchList,function(j,k){ if(tempStr.indexOf(k) == 0){ var temp = tempStr.replace(k,''); if(k != 'searchKey-' && k != 'page-'){ temp = temp.split('-'); temp = temp.filter(function (s) { return s && s.trim(); }); } postData['search'][k.slice(0,k.length-1)] = temp; } }) } // var reg = new RegExp('-','g'); // if(postData['search']['searchKey'] && postData['search']['searchKey'].indexOf('-') >= 0){ // postData['search']['searchKey'] = postData['search']['searchKey'].replace(reg,' '); // } if(postData['search']['catid']){ var tempCat = postData['search']['catid'].pop(); if(tempCat.substring(tempCat.length - 5) == '.html'){ tempCat = tempCat.replace('.html',''); } postData['search']['catid'] = [tempCat]; } if(postData['search']['type']){ business_type = postData['search']['type'] $('.type input').attr('checked',false); $('.type .ta_fx').removeClass('on'); $('.type input').each(function(i,v){ $.each(postData['search']['type'],function(j,k){ if($(v).val() == k){ $(v).parents('.ta_fx').addClass("on"); $(v).attr('checked',true); } }) }) } if(postData['search']['shopLimit']){ shop_limit = postData['search']['shopLimit'] $('.shopLimit input').attr('checked',false); $('.shopLimit .ta_fx').removeClass('on'); $('.shopLimit input').each(function(i,v){ $.each(postData['search']['shopLimit'],function(j,k){ if($(v).val() == k){ $(v).parents('.ta_fx').addClass("on"); $(v).attr('checked',true); } }) }) } // if(postData['search']['areaCountry']){ // area_country = postData['search']['areaCountry'] // // $('.areaCountry input').attr('checked',false); // $('.areaCountry .ta_fx').removeClass('on'); // $('.areaCountry input').each(function(i,v){ // $.each(postData['search']['areaCountry'],function(j,k){ // if($(v).val() == k){ // $(v).parents('.ta_fx').addClass("on"); // $(v).attr('checked',true); // } // }) // }) // } if(postData['search']['Medicine']){ medicine = postData['search']['Medicine'] //start 兼容In-house Standards 横杠问题 if(medicine.length > 0){ $.each(medicine,function(i,v){ if(v == 'In/house Standards'){ postData['search']['Medicine'].splice(i,1,'In-house Standards') } }); } //end $('.medicine input').attr('checked',false); $('.medicine .ta_fx').removeClass('on'); $('.medicine input').each(function(i,v){ $.each(postData['search']['Medicine'],function(j,k){ if($(v).val() == k){ $(v).parents('.ta_fx').addClass("on"); $(v).attr('checked',true); } }) }) } if(postData['search']['orders']){ $('.orders input').attr('checked',false); $('.orders .s_fx').removeClass('on'); $('.orders input').each(function(i,v){ $.each(postData['search']['orders'],function(j,k){ if($(v).val() == k){ $(v).parents('.s_fx').addClass("on"); $(v).attr('checked',true); } }) }) } if(postData['search']['limits'] == 28){ $('.fl_fo4 .a1').removeClass('on'); $('.fl_fo4 .a2').addClass('on'); } var current_page = parseInt("1") var last_page = parseInt("334") var per_page = parseInt("12") var total = parseInt("4000") getPages(current_page,last_page,per_page,total) // console.log(postData['search']);return false; $('.page').on('click','span',function(){ var cur = $('.page span.on').data('page_num'); var num = $(this).data('page_num'); var tol = $('.page span').eq(-2).data('page_num'); if(num == 'pre'){ if(cur == 1){ return false; }else{ num = cur-1; } } if(num == 'next'){ if(cur == tol){ return false; }else{ num = cur+1; } } if(!num){ return false; } $('.page span.on').removeClass('on'); $(this).addClass('on'); postData['search']['page'] = [num]; getUrl(); getProducts(); }) $('.pro_lb1').on('click','.count_all', function () { postData['search']['countall'] = ['y']; postData['search']['page'] = [1]; getUrl(); getProducts(); }); $('.bread_cat').on('click','a',function(){ postData['search']['catid'] = [$(this).data('id')]; postData['search']['page'] = [1]; getUrl(); getProducts(); }) var countall = "n" postData['search']['countall'] = [countall]; if(postData['search']['searchKey'] || postData['search']['catid'] || postData['search']['type'] || postData['search']['orders'] || postData['search']['shopLimit']|| postData['search']['Medicine']){ getProductsNum(postData); } }) function getPages(current_page,last_page,per_page,total){ var pages = '' if(last_page > 1){ pages += '<span data-page_num="pre"'; if(current_page == 1){ pages += 'class="pre_next"' } pages += '>Previous Page</span>'; if(last_page > 9){ if(current_page < 7){ // pages += '12345678...最后两个'; for(var i = 1;i <= last_page;i++){ if(i <= 8){ pages += '<span data-page_num="'+i+'">'+i+'</span>'; }else{ pages += '<span class="points">...</span>'; // pages += '<span data-page_num="'+(last_page-1)+'">'+(last_page-1)+'</span>'; // pages += '<span data-page_num="'+last_page+'">'+last_page+'</span>'; break; } } } else if( current_page >= 7 && current_page < (last_page-5)){ // pages += '12...前三 当前 后三 .. 最后两个'; pages += '<span data-page_num="1">1</span>'; pages += '<span data-page_num="2">2</span>'; pages += '<span class="points">...</span>'; var current_page_new = current_page-3; for(var j = current_page_new;j <= current_page_new+6;j++){ pages += '<span data-page_num="'+j+'">'+j+'</span>'; } console.log(pages); pages += '<span class="points">...</span>'; // pages += '<span data-page_num="'+(last_page-1)+'">'+(last_page-1)+'</span>'; // pages += '<span data-page_num="'+last_page+'">'+last_page+'</span>'; } else if( current_page >= (last_page-5)){ // pages += '12...后9 '; pages += '<span data-page_num="1">1</span>'; pages += '<span data-page_num="2">2</span>'; pages += '<span class="points">...</span>'; var last_page_new = last_page-8; for(var i = last_page_new;i <= last_page;i++){ pages += '<span data-page_num="'+i+'">'+i+'</span>'; } } }else{ // pages += '1234567' for(var i = 1;i <= last_page;i++){ pages += '<span data-page_num="'+i+'">'+i+'</span>'; } } pages += '<span data-page_num="next"'; if(current_page == last_page){ pages += 'class="pre_next"' } pages += '>Next Page</span>'; } //分页- $('.page').append(pages) $('.page span').each(function(){ if($(this).data('page_num') == current_page){ $(this).addClass('on') } }) } function getProductsNum(dataForNum){ $.ajax({ type:'post', url:"https://www.pharmasources.com/products/getProductsNum", data:dataForNum, dataType: 'json', success:function(data){ $('.category a').each(function(i,v){ $(v).siblings('.num').empty() $.each( data.data.count.catid,function(j,k){ if($(v).data('id') == j){ $(v).children('.num').append(' ('+k+')') $(v).attr('data-count',k); if(k == 0){ $(v).css({'color':'#ddd','cursor':'default'}); // $(v).parents('.ta_fx').addClass("disabled").css({'color':'#ddd','cursor':'default'}); }else{ $(v).css({'color':'#000','cursor':'pointer'}); // $(v).parents('.ta_fx').removeClass("disabled").css({'color':'#000','cursor':'pointer'}); } } }) }) // $('.areaCountry span.title').each(function(i,v){ // $(v).siblings('.num').empty() // $.each( data.data.count.country,function(j,k){ // if($(v).parent().siblings('.s_fx').children('input').val() == j){ // $(v).siblings('.num').append(' ('+k+')') // if(k == 0){ // $(v).parent('a').css({'color':'#ddd','cursor':'default'}); // $(v).parents('.ta_fx').addClass("disabled").css({'color':'#ddd','cursor':'default'}); // }else{ // $(v).parent('a').css({'color':'#000','cursor':'pointer'}); // $(v).parents('.ta_fx').removeClass("disabled").css({'color':'#000','cursor':'pointer'}); // } // } // }) // }) $('.orders span.title').each(function(i,v){ $(v).siblings('.num').empty() $.each( data.data.count.orders,function(j,k){ if($(v).html() == j){ $(v).siblings('.num').append(' ('+k+')') if(k == 0){ $(v).parent('a').css({'color':'#ddd','cursor':'default'}); $(v).parents('label').addClass("disabled").css({'color':'#ddd','cursor':'default'}); $(v).parents('label').children('.s_fx ').children('input').attr('disabled',true) }else{ $(v).parent('a').css({'color':'#000','cursor':'pointer'}); $(v).parents('label').removeClass("disabled").css({'color':'#000','cursor':'pointer'}); $(v).parents('label').children('.s_fx ').children('input').removeAttr('disabled') } } }) }) $('.shopLimit span.title').each(function(i,v){ $(v).siblings('.num').empty() $.each( data.data.count.shoplimit,function(j,k){ if($(v).html() == j){ $(v).siblings('.num').append(' ('+k+')') if(k == 0){ $(v).parent('a').css({'color':'#ddd','cursor':'default'}); $(v).parents('.ta_fx').addClass("disabled").css({'color':'#ddd','cursor':'default'}); }else{ $(v).parent('a').css({'color':'#000','cursor':'pointer'}); $(v).parents('.ta_fx').removeClass("disabled").css({'color':'#000','cursor':'pointer'}); } } }) }) $('.type span.title').each(function(i,v){ $(v).siblings('.num').empty() $.each( data.data.count.type,function(j,k){ if($(v).html() == j){ $(v).siblings('.num').append(' ('+k+')') if(k == 0){ $(v).parent('a').css({'color':'#ddd','cursor':'default'}); $(v).parents('.ta_fx').addClass("disabled").css({'color':'#ddd','cursor':'default'}); }else{ $(v).parent('a').css({'color':'#000','cursor':'pointer'}); $(v).parents('.ta_fx').removeClass("disabled").css({'color':'#000','cursor':'pointer'}); } } }) }) $('.medicine span.title').each(function(i,v){ $(v).siblings('.num').empty() $.each( data.data.count.medicine,function(j,k){ if($(v).html() == j){ $(v).siblings('.num').append(' ('+k+')') if(k == 0){ $(v).parent('a').css({'color':'#ddd','cursor':'default'}); $(v).parents('.ta_fx').addClass("disabled").css({'color':'#ddd','cursor':'default'}); }else{ $(v).parent('a').css({'color':'#000','cursor':'pointer'}); $(v).parents('.ta_fx').removeClass("disabled").css({'color':'#000','cursor':'pointer'}); } } }) }) } }) } //批量询盘 $('.select_inquiry').click(function () { if('1'){ alert('please log in first!'); window.location.href = 'https://www.pharmasources.com/login?from=products' }else{ common.setCookie("selectInquiry",'on', 10000); $(".batch_box").show(); $('.checkbox_bottom').show(); } }); $('.return_list').click(function () { common.setCookie("selectInquiry",'', 0); $(".batch_box").hide(); $('.checkbox_bottom').hide(); }); $('.select_all').click(function () { var arr=[]; // if($(this).hasClass('on')){ // $(this).removeClass('on'); // select_pid= common.getCookie('selectPid'); // pidArr = common.getArray(select_pid); // // $(this).addClass('on'); // $('.batch_input').each(function (i,e) { // arr[i] = $(this).val(); // }); // $.each(arr,function (i,e) { // if(pidArr.indexOf(e) != -1){ // pidArr.remove(e); // } // }); // pidStr = common.getString(pidArr); // common.setCookie("selectPid", pidStr, 10000); // // $('.batch_input').prop('checked',false) // }else{ select_pid= common.getCookie('selectPid'); pidArr = common.getArray(select_pid); $(this).addClass('on'); $('.batch_input').each(function (i,e) { arr[i] = $(this).val(); }); pidArr = unique(pidArr,arr); pidStr = common.getString(pidArr); common.setCookie("selectPid", pidStr, 10000); $('.batch_input').prop('checked',true) // } }); function unique(pidArr,arr){ for (let i = 0; i < arr.length; i++) { if(pidArr.indexOf(arr[i]) === -1){ pidArr.push(arr[i]); } } return pidArr; } $('.inquiry_now').click(function () { select_pid= common.getCookie('selectPid'); console.log(select_pid); pidArr = common.getArray(select_pid); pids = pidArr.length; if(pids == 0){ alert('Please select products!'); return false; }else{ // $.each(pidArr,function (i,e) { // var html = '<input type="hidden" name="pid[]" value="'+e+'">'; // $('#batch_form').append(html) // }); // // // $('#batch_form').submit(); if(""){ }else{ window.location.href = "https://www.pharmasources.com/login"; return true; } } }); $(".ta_fx").click(function () { if($(this).hasClass('user_type_btn')){ return false; } if(!$(this).hasClass('disabled')){ //如果是ALL,勾选ALL,其他的√去除 if ($(this).hasClass('parent_check')) { // if($(this).parents().hasClass('areaCountry')){ // area_country = []; // } if($(this).parents().hasClass('type')){ business_type = []; } if($(this).parents().hasClass('shopLimit')){ shop_limit = []; } if($(this).parents().hasClass('medicine')){ medicine = []; } $(this).parent(".fx_all").find(".ta_fx").removeClass("on"); $(this).parent(".fx_all").find("input[type='checkbox']").attr("checked", false); $(this).addClass("on"); }else{ var inp = $(this).find("input[type='checkbox']"); if (inp.attr('checked')) { inp.attr("checked", false); inp.parents('.ta_fx').removeClass('on'); // if(inp.parents().hasClass('areaCountry')){ // area_country.splice($.inArray(inp.val() ,area_country),1); // } if(inp.parents().hasClass('type')){ business_type.splice($.inArray(inp.val(),business_type),1); } if(inp.parents().hasClass('shopLimit')){ shop_limit.splice($.inArray(inp.val(),shop_limit),1); } if(inp.parents().hasClass('medicine')){ medicine.splice($.inArray(inp.val(),medicine),1); } //父级是fx_all则是全部取消 } else { $(this).parent().parent().parent().find(".parent_check").removeClass("on"); $(this).parent().parent().parent().find(".parent_check span input").attr("checked", false); $(this).addClass("on"); inp.attr("checked", true); // if(inp.parents().hasClass('areaCountry')){ // area_country.push(inp.val()); // } if(inp.parents().hasClass('type')){ business_type.push(inp.val()); } if(inp.parents().hasClass('shopLimit')){ shop_limit.push(inp.val()); } if(inp.parents().hasClass('medicine')){ medicine.push(inp.val()); } } } } else{ return false; } postData['search']['userType'] = userType; // postData['search']['areaCountry'] = area_country; postData['search']['type'] = business_type; postData['search']['shopLimit'] = shop_limit; postData['search']['Medicine'] = medicine; postData['search']['page'] = [1]; getUrl(); getProducts(); }); //美化单选 $(".zf_input").on("click", function () { var par_label = $(this).parents(".ta_dx"); if(!$(par_label).hasClass('disabled')){ par_label.find(".s_fx").removeClass("on"); $(this).parent().addClass("on"); postData['search']['orders'] = $(this).val(); postData['search']['page'] = [1]; getUrl() getProducts(); } }); $(".nav_fl").on("click",'a', function () { if(($(this).data('count')!='' && !($(this).data('count') == 0)) || $(this).data('count')===''){ postData['search']['catid'] = [$(this).data('id')]; postData['search']['page'] = [1]; // console.log(postData);return false; getUrl(); getProducts(); } }); $(".fl_anq1").on("click",'.turnback', function () { postData['search']['catid'] = [$(this).data('id')]; postData['search']['page'] = [1]; getUrl(); getProducts(); }); $(".fl_fo4").on("click",'a', function () { $('.fl_fo4').find('a.on').removeClass('on'); $(this).addClass('on'); if($(this).hasClass('a2')){ postData['search']['limits'] = [28]; postData['search']['page'] = [1]; getUrl(); }else if($(this).hasClass('a1')){ postData['search']['limits'] = [12]; postData['search']['page'] = [1]; getUrl(); } getProducts(); }); $(".user_type_btn").click(function () { if($(this).hasClass('on')){ $(this).removeClass('on'); postData['search']['userType'] = []; }else{ $(this).addClass('on'); postData['search']['userType'] = [2]; } postData['search']['page'] = [1]; getUrl(); getProducts() }); function getUrl(){ //start 兼容In-house Standards 横杠问题 if(postData['search']['Medicine'] && postData['search']['Medicine'].length > 0){ $.each(postData['search']['Medicine'],function(i,v){ if(v == 'In-house Standards'){ postData['search']['Medicine'].splice(i,1,'In/house Standards') } }); } //end //排个顺序 固定countall,page位置 if (postData['search']['countall']) { var newCountall = postData['search']['countall']; delete postData['search'].countall; } if (postData['search']['page']) { var newPage = postData['search']['page']; delete postData['search'].page; } if (newCountall){ postData['search']['countall'] = newCountall; } if (newPage){ postData['search']['page'] = newPage; } var url = '' $.each( postData['search'],function(i,v){ if(v.length != 0){ if(i == 'catid'){ if(v != 0){ $.ajax({ type:'post', url:"https://www.pharmasources.com/products/getCatSeoUrl", data:{id:v,_token:'gs1kGa3AavzYBl9PUOh1XzCTVvGo3w36KEVpEE7j'}, async:false, success:function(res){ url += i+"/"+res+"-"+v+"-"; } }) } }else{ if(Array.isArray(v)){ v = v.join('-'); } url += i+'-'+v+'-' } } }) url = url.slice (0,url.length-1); url = url.replace(/%/g, '%25'); history.replaceState(null,null, "https://www.pharmasources.com/products/"+url); } var favNum = 1; $("body").on('click','.txtk .cd_fav',function () { if (favNum == 1) { url = 'https://www.pharmasources.com/favoriteAdd'; var data = {}; data.id = $(this).data('fid'); data.category = 2; var fn = $(this); common.requests(url, data, 'post', {}, function (res) { if (res.code === 0) { favNum = 1; alert(res.msg); } else if (res.code === 200) { alert(res.msg); fn.hasClass('cd_fav_on') ? fn.removeClass('cd_fav_on') : fn.addClass('cd_fav_on'); favNum = 1; } else if (res.code === 201) { favNum = 1; alert(res.msg); window.location.href = 'https://www.pharmasources.com/login'; } else if (res.code === 202) { favNum = 1; alert(res.msg); } else { favNum = 1; } }); favNum = 2; } }); </script> <script> $(function () { $(".no_content_cd_sc_img").hover(function () { $(".no_content_img").show(); }, function () { $(".no_content_img").hide(); }); $(".api_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".aep_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".msp_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".ae_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".i_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".v_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".tm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".fe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".pm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".wpe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".pe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".re_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".l_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".fc_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(".cm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); }); $(".part").on('click','.api_b',function () { if($(this).hasClass('api_t')){ //收起 $(".api_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('api_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".api_p").filter(":lt(8)").show(); $(this).addClass('api_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.aep_b',function () { if($(this).hasClass('aep_t')){ //收起 $(".aep_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('aep_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".aep_p").filter(":lt(6)").show(); $(this).addClass('aep_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.msp_b',function () { if($(this).hasClass('msp_t')){ //收起 $(".msp_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('msp_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".msp_p").filter(":lt(7)").show(); $(this).addClass('msp_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.ae_b',function () { if($(this).hasClass('ae_t')){ //收起 $(".ae_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('ae_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".ae_p").filter(":lt(4)").show(); $(this).addClass('ae_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.i_b',function () { if($(this).hasClass('i_t')){ //收起 $(".i_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('i_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".i_p").filter(":lt(4)").show(); $(this).addClass('i_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.v_b',function () { if($(this).hasClass('v_t')){ //收起 $(".v_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('v_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".v_p").filter(":lt(4)").show(); $(this).addClass('v_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.tm_b',function () { if($(this).hasClass('tm_t')){ //收起 $(".tm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('tm_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".tm_p").filter(":lt(4)").show(); $(this).addClass('tm_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.fe_b',function () { if($(this).hasClass('fe_t')){ //收起 $(".fe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('fe_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".fe_p").filter(":lt(4)").show(); $(this).addClass('fe_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.pm_b',function () { if($(this).hasClass('pm_t')){ //收起 $(".pm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('pm_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".pm_p").filter(":lt(4)").show(); $(this).addClass('pm_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.wpe_b',function () { if($(this).hasClass('wpe_t')){ //收起 $(".wpe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('wpe_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".wpe_p").filter(":lt(4)").show(); $(this).addClass('wpe_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.pe_b',function () { if($(this).hasClass('pe_t')){ //收起 $(".pe_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('pe_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".pe_p").filter(":lt(4)").show(); $(this).addClass('pe_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.re_b',function () { if($(this).hasClass('re_t')){ //收起 $(".re_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('re_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".re_p").filter(":lt(4)").show(); $(this).addClass('re_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.l_b',function () { if($(this).hasClass('l_t')){ //收起 $(".l_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('l_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".l_p").filter(":lt(4)").show(); $(this).addClass('l_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.fc_b',function () { if($(this).hasClass('fc_t')){ //收起 $(".fc_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('fc_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".fc_p").filter(":lt(6)").show(); $(this).addClass('fc_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); $(".part").on('click','.cm_b',function () { if($(this).hasClass('cm_t')){ //收起 $(".cm_p").filter(":lt(3)").show().end().filter(":gt(2)").hide(); $(this).removeClass('cm_t'); $(this).text('More').css('background','url("/static/web/image/jt_b.png") no-repeat right').css('background-size','25px,25px'); }else{ $(".cm_p").filter(":lt(6)").show(); $(this).addClass('cm_t'); $(this).text('Less').css('background','url("/static/web/image/jt_t.png") no-repeat right').css('background-size','25px,25px'); } }); </script> </body> </html>