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="HctyuEVTcoc8khoy72BobIeMIYVos6QRnPErIGUh"> <link rel="shortcut icon" href="/img/favicon.ico"> <!-- Bootstrap --> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/bootstrap.min.css?1732723593" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/bootstrap-theme.min.css?1732723593" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/base.css?1732723593" type="text/css"> <script src="https://www.pharmasources.com/static/web/js/jquery.min.js?1732723593"></script> <script src="https://www.pharmasources.com/static/web/js/common.min.js?1732723593"></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?1732723593" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/animate.min.css?1732723593" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/index.css?1732723593" type="text/css"> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/swiper.min.css?1732723593" type="text/css"> <style> .alert-box { width: 375px; height: 200px; border-top: 3px #4fc2b8 solid; background: #fff; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; z-index: 9999; max-width: 90%; } .alert-box span { position: absolute; top: 50px; height: 100px; font-size: 18px; color: #333; text-align: center; width: 94%; left: 3%; } .alert-box p { background: #4fc2b8; position: absolute; width: 200px; height: 36px; font-size: 18px; line-height: 36px; color: #fff; bottom: 20px; /* left: 137.5px; */ text-align: center; cursor: pointer; margin-left: 87.5px; border-radius: 20px; } #cover { 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: 999; } </style> </head> <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> <div class="pharmacy_banners" style="padding-bottom: 0;"> <div class="pharmacy_w2"> </div> </div> <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="nav_li_a_on" href="https://www.pharmasources.com">Home</a> </li> <li><a id="" 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': 'HctyuEVTcoc8khoy72BobIeMIYVos6QRnPErIGUh'}, 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': 'HctyuEVTcoc8khoy72BobIeMIYVos6QRnPErIGUh'}, 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> <style type="text/css"> .search-img{ position: relative; left: 28px; } .pw_text{ margin: 20px auto; padding: 15px; } .pw_text h3{ text-align: center; margin-bottom: 25px; font-size: 32px; color: #116165; } .pw_text ul{ /*border: 1px solid;*/ width: 60%; margin: auto; /* display: block; */ /* height: 107px; */ padding: 0; } .pw_text ul li{ width: 35%; float: left; /* display: flex; */ /* justify-content: center; */ /*border: 1px solid;*/ list-style: none; margin-right: 7.5%; margin-left: 7.5%; background: #30C0B4; color: white; font-size: 16px; height: 45px; line-height: 35px; padding: 5px; margin-bottom: 20px; } .pw_text ul li a{ color: white; } @media only screen and (min-width: 1480px) { .hsp_text { width: 1440px; } } .hsp_title{ font-size: 18px; margin-bottom: 30px; } .hsp_text { width: 1200px; /*overflow: hidden;*/ height: auto; text-align: center; margin: 30px auto; padding: 30px; /*border: 1px solid red;*/ position: relative; } .hsp_pm,.hsp_pm_s{ overflow: hidden; } .hsp_pm .swiper-slide,.hsp_pm_s .swiper-slide{ height: 180px; float: left; /*border: 1px solid;*/ line-height: 120px; padding: 0 0 60px 0; } .hsp_pm .swiper-slide img,.hsp_pm_s .swiper-slide img{ max-width: 100%; max-height: 100%; } .hsp-prev,.hsp-prev-s{ position: absolute; width: 20px; height: 35px; /*border: 1px solid;*/ left: 0; bottom: 107.5px; background: url(/img/jt_l.png) no-repeat -9px; cursor: pointer; } .hsp-next,.hsp-next-s{ position: absolute; width: 20px; height: 35px; /*border: 1px solid;*/ right: 0; bottom: 107.5px; background: url(/img/jt_r.png) no-repeat -5px; cursor: pointer; } .hsp_title{ display: flex; justify-content: center; } .hsp_title hr:first-child{ width: 30px; float: left; border-top: 2px solid black; margin-right: 10px; } .hsp_title hr:last-child{ width: 30px; float: right; border-top: 2px solid black; margin-left: 10px; } .ss_text{ height: 60px; /*border: 1px solid;*/ font-size: 12px; position: relative; line-height: normal; padding-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .pharmacy_header_search i{ right: 28px; } </style> <div class="pharmacy_w1" style="overflow: hidden;height: auto;text-align: center;margin: 20px auto"> <img src="/static/web/image/error/404.png" alt=""> </div> <div class="pw_text"> <h3>Sorry, we couldn't find this page! Please visit our other pages.</h3> <ul> <li><a href="https://www.pharmasources.com" target="_blank">Go to Pharmasources.com Homepage >></a></li> <li><a href="https://www.pharmasources.com/products" target="_blank">Search millions of products in database >></a></li> <li><a href="https://www.pharmasources.com/suppliers" target="_blank">Look for integrity suppliers >></a></li> <li><a href="https://www.pharmasources.com/buy" target="_blank">Find the latest trade opportunities >></a></li> <li><a href="https://www.pharmasources.com/industryinsights" target="_blank">Stay on top of the latest industry news >></a></li> <li><a href="https://www.pharmasources.com/content" target="_blank">Browse the latest content hub>></a></li> <div style="clear:both"></div> </ul> </div> <div class="hsp_text"> <div class="hsp_title"><hr> Hot Search Products <hr></div> <div class="hsp_pm"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/liquid-infusion-323954.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/20231205/d16c328b7d6dd4dadfe9ab1e161b7874jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/liquid-infusion-323954.html" target="_blank" rel="nofollow">LIQUID INFUSION</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/ibuprofen-34633.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/default.jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/ibuprofen-34633.html" target="_blank" rel="nofollow">Ibuprofen</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/boc-s-%CE%B1-4-methyl-benzyl-proline-303610.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/20230328/29229bdf26f5118fdbf27eb44b4d4a38jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/boc-s-%CE%B1-4-methyl-benzyl-proline-303610.html" target="_blank" rel="nofollow">Boc-(S)-α-(4-methyl-benzyl)-proline</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/faropenem-impurity-13-301225.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/20230323/eb4f8cdea8c266df159aed3dc02d9f82jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/faropenem-impurity-13-301225.html" target="_blank" rel="nofollow">Faropenem Impurity 13</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/dimethyl-3-oxo-1-3-dihydroisobenzofuran-259506.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/20210301/9bggdnibJAOzLdcY2zrEefuQrOXFypK5bS7st3q3.jpeg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/dimethyl-3-oxo-1-3-dihydroisobenzofuran-259506.html" target="_blank" rel="nofollow">Dimethyl (3-oxo-1,3-dihydroisobenzofuran-1-yl)phosphonate</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/3-naphthalene-2-yl-phenylboronic-acid-3-235138.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/img_Cphi_en/Product/2019_11/Mimg_1911211023680525.jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/3-naphthalene-2-yl-phenylboronic-acid-3-235138.html" target="_blank" rel="nofollow">3-(naphthalene-2-yl)phenylboronic acid; [3-(2-Naphthalenyl)phenyl]boronic acid; (3-(Naphthalen-2-yl)</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/s-r-2-4-chlorophenyl-3-methyl-butyrylc-132186.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/default.jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/s-r-2-4-chlorophenyl-3-methyl-butyrylc-132186.html" target="_blank" rel="nofollow"> (S.R)2-(4- chlorophenyl)-3-methyl butyrylc</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/florfenicol-powder-2-241379.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/img_Cphi_en/Product/2019_12/Mimg_1912310214740030.jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/florfenicol-powder-2-241379.html" target="_blank" rel="nofollow">Florfenicol Powder 2%</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/1-6-naphthalene-disulfonic-acid-10720.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/default.jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/1-6-naphthalene-disulfonic-acid-10720.html" target="_blank" rel="nofollow">1,6-Naphthalene disulfonic acid</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/3-methylthio-propionaldehyde-250444.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/20200604/aqfSzoOhC4ch3swLY3iXDajov3S1A7fbfYZ2kmtf.jpeg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/3-methylthio-propionaldehyde-250444.html" target="_blank" rel="nofollow">3-(methylthio)propionaldehyde</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/tube-mill-control-199291.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/img_Cphi_en/Product/2018_07/Mimg_1807090541115393.JPG" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/tube-mill-control-199291.html" target="_blank" rel="nofollow">Tube Mill control</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/natural-chinese-prickly-ash-extract-343657.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/20240402/BIQLkr7UF91gVBdDWic26T7isRnlpZJdVCfD89qF.jpeg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/natural-chinese-prickly-ash-extract-343657.html" target="_blank" rel="nofollow">Natural Chinese prickly ash extract</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/lignin-alkali-291351.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/20221122/6ee04eacfc29e80a9e96bdfb1f93e490jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/lignin-alkali-291351.html" target="_blank" rel="nofollow">Lignin, alkali</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/etretin-160892.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/img_Cphi_en/Product/2017_06/Mimg_1706260500499459.jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/etretin-160892.html" target="_blank" rel="nofollow">Etretin</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/5-bromo-4-6-dichloropyrimidine-306382.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/20230418/b9db8c3c78f9a0956c75b2fc814e9f42jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/5-bromo-4-6-dichloropyrimidine-306382.html" target="_blank" rel="nofollow">5-Bromo-4,6-dichloropyrimidine</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/3-chloroquinoline-288490.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/product/20221122/d3325f5b42e5af26df20135944a8791djpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/3-chloroquinoline-288490.html" target="_blank" rel="nofollow">3-Chloroquinoline</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/4-4-dimethylcyclohexanone-124762.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/img_Cphi_en/Product/2016_11/Mimg_1611300303322915.gif" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/4-4-dimethylcyclohexanone-124762.html" target="_blank" rel="nofollow">4 4-DIMETHYLCYCLOHEXANONE</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/enoki-mushroom-extract-powder-254978.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/20200814/lggjxibFM3P5QZNgBU14iFGyzeUhK6fAfKDsHZZj.jpeg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/enoki-mushroom-extract-powder-254978.html" target="_blank" rel="nofollow">Enoki Mushroom Extract Powder</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/alfacalcidol-221652.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/img_Cphi_en/Product/2019_01/Mimg_1901220155424879.jpg" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/alfacalcidol-221652.html" target="_blank" rel="nofollow">Alfacalcidol</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/products/d-aspartic-acid-234645.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/20200731/XQklTLmy8hb2V6QIVxHiA5TY68SIJSRFdYLwUJ5h.png" alt=""></a> <div class="ss_text"><a href="https://www.pharmasources.com/products/d-aspartic-acid-234645.html" target="_blank" rel="nofollow">D-Aspartic acid</a></div> </div> <div style="clear: both"></div> </div> <div class="hsp-prev"></div> <div class="hsp-next"></div> </div> </div> <div class="hsp_text"> <div class="hsp_title"><hr> Recommended Suppliers <hr></div> <div class="hsp_pm_s"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/chungcheongbuk-do-business-agency-userId-84278.html" target="_blank" rel="nofollow"><img src="/static/web/image/supplier/default.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/chungcheongbuk-do-business-agency-userId-84278.html" target="_blank" rel="nofollow">Chungcheongbuk-do Business Agency</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/shanghai-aoyu-lndustry-co-ltd-userId-84102.html" target="_blank" rel="nofollow"><img src="/static/web/image/supplier/default.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/shanghai-aoyu-lndustry-co-ltd-userId-84102.html" target="_blank" rel="nofollow">Shanghai Aoyu lndustry Co.,Ltd.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/hangzhou-jinlan-pharm-drugs-technology-c-userId-79850.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_03/6GNaloQ5sOF7QTidn6rLGIL8D1QQ9UdldON6j59u.jpeg"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/hangzhou-jinlan-pharm-drugs-technology-c-userId-79850.html" target="_blank" rel="nofollow">Hangzhou Jinlan Pharm-Drugs Technology Co., Ltd.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/xintai-jiahe-biotech-co-ltd-userId-12036.html" target="_blank" rel="nofollow"><img src="https://eimg.pharmasources.com/image/20210603/Yk5PvQuGJNsZgS1YzmS5vEL8vV22OktlD2fWPDAU.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/xintai-jiahe-biotech-co-ltd-userId-12036.html" target="_blank" rel="nofollow">Xintai Jiahe Biotech Co.,Ltd</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/shanghai-meiyingpu-instrument-and-meter-userId-38772.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_03/tXjjRPQMr4OLAArzSdetBsilnvpjqvCYDAomc9cf.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/shanghai-meiyingpu-instrument-and-meter-userId-38772.html" target="_blank" rel="nofollow">Shanghai Meiyingpu Instrument and Meter Manufacturing Co.,Ltd</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/hebei-shengxue-dacheng-pharmaceutical-co-userId-256.html" target="_blank" rel="nofollow"><img src="https://eimg.cphi.cn/image/20200804/UHaLunAJAPAhX8dNIZjU7MoI0RDXNbm4jXTM3Dfv.jpeg"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/hebei-shengxue-dacheng-pharmaceutical-co-userId-256.html" target="_blank" rel="nofollow">Hebei Shengxue Dacheng Pharmaceutical Co., Ltd.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/shanghai-disu-biopharmaceutical-co-ltd-userId-84543.html" target="_blank" rel="nofollow"><img src="/static/web/image/supplier/default.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/shanghai-disu-biopharmaceutical-co-ltd-userId-84543.html" target="_blank" rel="nofollow">SHANGHAI DISU BIOPHARMACEUTICAL CO.,LTD.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/tongliao-gem-chemical-userId-85565.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_05/LCloYmcYGXMXZ6ggiZHeAPzUEA8ipF8YuiQdAaZj.jpeg"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/tongliao-gem-chemical-userId-85565.html" target="_blank" rel="nofollow">TongLiao GEM Chemical</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/xiamen-sinopeg-biotech-co-ltd-userId-12341.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_03/3v8OKRI4rJ0nrrO5drPGAlmqtGsJMOHkzFGi0S7s.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/xiamen-sinopeg-biotech-co-ltd-userId-12341.html" target="_blank" rel="nofollow">XIAMEN SINOPEG BIOTECH CO., LTD.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/cspc-pharma-userId-148.html" target="_blank" rel="nofollow"><img src="https://eimg.cphi.cn/image/20200804/esFI3MGhJ2JnRP3ZtkDNL18mRNXKSmZDKvnfueRR.jpeg"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/cspc-pharma-userId-148.html" target="_blank" rel="nofollow">CSPC PHARMA.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/chenghui-pharmaceutical-group-ltd-userId-776.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_04/jEadCwEFrQmehAqc2qy9Q4aErgKCgaL8lzkh3wse.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/chenghui-pharmaceutical-group-ltd-userId-776.html" target="_blank" rel="nofollow">CHENGHUI PHARMACEUTICAL GROUP LTD</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/yangzhou-paragon-pharmaceutical-equipmen-userId-88183.html" target="_blank" rel="nofollow"><img src="/static/web/image/supplier/default.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/yangzhou-paragon-pharmaceutical-equipmen-userId-88183.html" target="_blank" rel="nofollow">YANGZHOU PARAGON PHARMACEUTICAL EQUIPMENT CO.,LTD.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/jiangsu-pegasus-catalyst-co-ltd-userId-73776.html" target="_blank" rel="nofollow"><img src="/static/web/image/supplier/default.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/jiangsu-pegasus-catalyst-co-ltd-userId-73776.html" target="_blank" rel="nofollow">Jiangsu Pegasus Catalyst Co., LTD</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/shanghai-xiaocong-technology-co-ltd-userId-68352.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_04/gm9xyPsDSrqKi9aDM5vExXuo4EdaPx2I0mWsOSOb.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/shanghai-xiaocong-technology-co-ltd-userId-68352.html" target="_blank" rel="nofollow">Shanghai Xiaocong Technology Co., Ltd.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/menji-shanghai-biotechnology-co-ltd-userId-83915.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_04/ZQ7hN0ReuCiEPEdYcDrL0KIIdDESZdk3LgfaQLP4.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/menji-shanghai-biotechnology-co-ltd-userId-83915.html" target="_blank" rel="nofollow">Menji (Shanghai) Biotechnology Co., Ltd</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/jnd-packaging-userId-49452.html" target="_blank" rel="nofollow"><img src="https://eimg.cphi.cn/img_Cphi_en/CompanyLogo/2017_12/Mimg_1712250550146041.png"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/jnd-packaging-userId-49452.html" target="_blank" rel="nofollow">JND PACKAGING</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/syncozymes-shanghai-co-ltd-userId-25962.html" target="_blank" rel="nofollow"><img src="https://eimg.cphi.cn/img_Cphi_en/CompanyLogo/2015_09/Mimg_1509240313865869.JPG"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/syncozymes-shanghai-co-ltd-userId-25962.html" target="_blank" rel="nofollow">SyncoZymes (Shanghai) Co., Ltd.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/huarong-guangdong-pharmaceutical-co-ltd-userId-84309.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_03/izt1ni5RV4nzqtdBFrjPMjh4pYKEIEhUQgv8NkKG.jpeg"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/huarong-guangdong-pharmaceutical-co-ltd-userId-84309.html" target="_blank" rel="nofollow">Huarong (Guangdong) Pharmaceutical Co., Ltd.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/shaanxi-jiahe-phytochem-co-ltd-userId-16679.html" target="_blank" rel="nofollow"><img src="https://eimg.cphi.cn/img_Cphi_en/CompanyLogo/2015_07/Mimg_1507301241454137.jpg"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/shaanxi-jiahe-phytochem-co-ltd-userId-16679.html" target="_blank" rel="nofollow">Shaanxi Jiahe Phytochem Co.,Ltd.</a></div> </div> <div class="swiper-slide"> <a href="https://www.pharmasources.com/company-home/jiangxi-fangzun-pharmaceutical-chemical-userId-742.html" target="_blank" rel="nofollow"><img src="https://cimg.cphi.cn/img_Cphi_cn/CompanyLogo/image/2024_03/PSS2mRnLmPccpKc1sdLFmkpY6AQuLJRyZyi7VzTh.jpeg"></a> <div class="ss_text"><a href="https://www.pharmasources.com/company-home/jiangxi-fangzun-pharmaceutical-chemical-userId-742.html" target="_blank" rel="nofollow">Jiangxi Fangzun Pharmaceutical & Chemical Co.,Ltd</a></div> </div> <div style="clear: both"></div> </div> <div class="hsp-prev-s"></div> <div class="hsp-next-s"></div> </div> </div> <link rel="stylesheet" href="https://www.pharmasources.com/static/web/css/footer.min.css?1732723593" 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?1732723593" 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="HctyuEVTcoc8khoy72BobIeMIYVos6QRnPErIGUh"> <script src="https://www.pharmasources.com/static/web/js/getUserInfo.js?1732723593"></script> <script src="https://www.pharmasources.com/static/web/js/swiper.min.js?1732723593"></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 = ""; var currPage = ""; 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> var newSwiper = new Swiper('.hsp_pm', { navigation: { //下一张 nextEl: '.hsp-next',//下一张标签类名可以自定义 //上一张 prevEl: '.hsp-prev'//上一张标签类名可以自定义 }, slidesPerView: "7", loop: true, speed: 1000, // autoplay: false, spaceBetween: '3%', paginationClickable: true, autoplay: { delay: 5000, stopOnLastSlide: false, disableOnInteraction: false, }, // lazyLoading: true, // lazyLoadingInPrevNext: true, // lazyLoadingInPrevNextAmount: 3, // autoplayDisableOnInteraction: false, // paginationClickable: true, // observer: true, // observeParents: true, }); var newSwipers = new Swiper('.hsp_pm_s', { navigation: { //下一张 nextEl: '.hsp-next-s',//下一张标签类名可以自定义 //上一张 prevEl: '.hsp-prev-s'//上一张标签类名可以自定义 }, slidesPerView: "7", loop: true, speed: 1000, // autoplay: false, spaceBetween: '3%', paginationClickable: true, autoplay: { delay: 5000, stopOnLastSlide: false, disableOnInteraction: false, }, // lazyLoading: true, // lazyLoadingInPrevNext: true, // lazyLoadingInPrevNextAmount: 3, // autoplayDisableOnInteraction: false, // paginationClickable: true, // observer: true, // observeParents: true, }); </script>