From sampling to bulk delivery – we handle it all. Your One-Stop Sourcing Partner Premium Custom Packaging & Apparel Accessories – All Under One Roof Get a Free Quote → We understand your market – bilingual support and fast samples. Sourcing Made Simple Strict QC | Low MOQ | On-Time Delivery
How It Works
From hang tags to paper boxes – consistent quality across every touchpoint. Elevate Your Brand Complete Packaging Solutions for Apparel & Retail Get a Free Quote →

Premium Quality Icon

Premium Quality

Consistent batches, strict QC.

Fast Lead Time Icon

Fast Lead Time

7-15 days, ready for your launch.

Low MOQ Icon

Low MOQ

From startups to scale-ups.

100% Customized Icon

100% Customized

Tailored to your brand's specs.

Solutions by Industry


Our Products

One-stop custom packaging solutions for your brand.

Not sure which product fits your needs?
Contact our team for a free consultation and custom quote.

<!-- ====== BoPu Contact Us 板块开始 ====== -->
<style>
/* 外层容器 */
.bopu-contact-section {
padding: 70px 20px;
background-color: #f9f9f9;
font-family: 'Montserrat', 'Poppins', 'Inter', -apple-system, sans-serif;
width: 100%;
box-sizing: border-box;
}
.bopu-contact-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 50px;
align-items: flex-start;
}
/* 标题区 */
.bopu-contact-header {
text-align: center;
margin-bottom: 50px;
}
.bopu-contact-header h2 {
font-size: 36px !important;
font-weight: 700 !important;
color: #333333 !important;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
.bopu-contact-header p {
font-size: 16px !important;
color: #666666 !important;
margin: 0 !important;
}
/* 左侧信息 */
.bopu-contact-info {
flex: 1 1 40%;
min-width: 0;
}
.bopu-info-item {
display: flex;
align-items: flex-start;
margin-bottom: 25px;
}
.bopu-info-icon {
width: 44px;
height: 44px;
background-color: #1A5CA8;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
}
.bopu-info-icon svg {
width: 20px;
height: 20px;
fill: #ffffff;
}
.bopu-info-text h4 {
font-size: 15px !important;
font-weight: 700 !important;
color: #333333 !important;
margin: 0 0 4px 0 !important;
padding: 0 !important;
}
.bopu-info-text p {
font-size: 14px !important;
color: #666666 !important;
margin: 0 !important;
line-height: 1.5 !important;
}
.bopu-info-text a {
color: #1A5CA8 !important;
text-decoration: none !important;
}
.bopu-info-text a:hover {
text-decoration: underline !important;
}
/* 响应时间高亮 */
.bopu-response-badge {
display: inline-block;
background-color: #e8f0fa;
color: #1A5CA8 !important;
font-size: 13px !important;
font-weight: 600 !important;
padding: 8px 16px;
border-radius: 20px;
margin-top: 10px;
}

/* ===== 右侧 WPForms 容器与美化 ===== */
.bopu-contact-form-wrapper {
flex: 1 1 60%;
background-color: #ffffff;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
min-width: 0;
}

/* 覆盖 WPForms 默认样式,让它融入 BoPu 设计 */
.bopu-contact-form-wrapper .wpforms-container {
margin: 0 !important;
padding: 0 !important;
background: transparent !important;
}
.bopu-contact-form-wrapper .wpforms-field {
padding: 0 0 20px 0 !important;
}
.bopu-contact-form-wrapper .wpforms-field input,
.bopu-contact-form-wrapper .wpforms-field select,
.bopu-contact-form-wrapper .wpforms-field textarea {
border: 1px solid #dddddd !important;
border-radius: 8px !important;
padding: 12px 16px !important;
font-size: 14px !important;
font-family: inherit !important;
color: #333333 !important;
background-color: #ffffff !important;
}
.bopu-contact-form-wrapper .wpforms-field input:focus,
.bopu-contact-form-wrapper .wpforms-field select:focus,
.bopu-contact-form-wrapper .wpforms-field textarea:focus {
border-color: #1A5CA8 !important;
outline: none !important;
}
.bopu-contact-form-wrapper .wpforms-submit {
background-color: #1A5CA8 !important;
color: #ffffff !important;
font-size: 16px !important;
font-weight: 700 !important;
padding: 16px 30px !important;
border: none !important;
border-radius: 30px !important;
width: 100% !important;
cursor: pointer !important;
transition: background-color 0.3s ease !important;
margin-top: 10px !important;
}
.bopu-contact-form-wrapper .wpforms-submit:hover {
background-color: #144a87 !important;
}

/* ====== 手机端适配 ====== */
@media (max-width: 768px) {
.bopu-contact-section {
padding: 50px 15px;
}
.bopu-contact-header h2 {
font-size: 26px !important;
}
.bopu-contact-header p {
font-size: 14px !important;
}
.bopu-contact-container {
flex-direction: column;
gap: 35px;
}
.bopu-contact-form-wrapper {
padding: 25px 20px;
}
}
</style>

<section class="bopu-contact-section">
<!-- 标题 -->
<div class="bopu-contact-header">
<h2>Contact Us</h2>
<p>Get a free quote or request a sample today.</p>
</div>

<div class="bopu-contact-container">

<!-- 左侧:联系方式 -->
<div class="bopu-contact-info">

<!-- Email -->
<div class="bopu-info-item">
<div class="bopu-info-icon">
<svg viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>
</div>
<div class="bopu-info-text">
<h4>Email Us</h4>
<p><a href="mailto:bp_megan@labelprinted.com">bp_megan@labelprinted.com</a></p>
</div>
</div>

<!-- WhatsApp / Phone -->
<div class="bopu-info-item">
<div class="bopu-info-icon">
<svg viewBox="0 0 24 24"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>
</div>
<div class="bopu-info-text">
<h4>WhatsApp / Phone</h4>
<p><a href="https://wa.me/8615018797054" target="_blank">+86 15018797054</a></p>
</div>
</div>

<!-- 工作时间 -->
<div class="bopu-info-item">
<div class="bopu-info-icon">
<svg viewBox="0 0 24 24"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>
</div>
<div class="bopu-info-text">
<h4>Working Hours</h4>
<p>Mon-Sun: 9:00 - 21:30 (UTC+8)</p>
</div>
</div>

<!-- 响应时间徽章 -->
<div class="bopu-response-badge">⏱ We reply within 24 hours</div>

</div>

<!-- 右侧:WPForms 表单(短代码) -->
<div class="bopu-contact-form-wrapper">

Full Name
e.g. 100pcs,500pcs
e.g. 20x15x10 cm
💡 Tip: The more details you provide (material, size, color, technics, quantity), the faster and more accurate your quote will be. Design not required for initial quote.

</div>

</div>
</section>
<!-- ====== BoPu Contact Us 板块结束 ====== -->

Company Info

  BP Printing & Package Professionally Offers Garment Accessories, Packaging Details, as well as other Related Products to Customers Around the World. Main Products are Tissue Papers, Hang Tag, Paper Bags, Paper Boxes, Sticker Labels, Printed Label, Woven Label, Woven Patch, Seal Tag, Leather Patch,etc.

  BP have Professional Factories which have been in Garment Accessories for many years, with Advanced Equipment, Strict Production Management, and very Competitive Price, for Helping all Customers on Earth Together.

LATEST NEWS