从中国进口行李,物品,家具的关税主要从以下三个方面计算
 
增值税;覆盖范围极广,几乎所以的货物都有13%(如日用商品,电器,汽车) 
最惠稅;绝大多数与中国有正常贸易关系的国家/地区都适用最惠国税率6%(注,常见的搬家物品,如旧家具什么的,实际上是不征收这项税的 )  
 
消费税;在增值税的基础上,再对少数特定商品(多数为非必需品,奢饰品等)额外征收的一道税 
不同物品的税率不一样,税率的收取方式也不一样,根据以上方法可以简易判断物品的税率的类型,而且中国海关对分运行李海运很大的免税额度首次进口个人行李物品享受5000人民币免税额度,希望对您能有所帮助,若您对此还有疑问,欢迎来联系我们,Ship2china有专业的国内外报关团队为您答疑解惑

new00new00 發表在 痞客邦 留言(0) 人氣()


中国作为全球贸易的重要参与者,拥有庞大、功能齐全的港口体系。以下表格汇总了部分主要港口的基本信息,希望对您有所帮助 

港口名称
地理位置
核心功能及特点


上海港
长江入海口
全球最繁忙的集装箱港口,中国南北沿海航线与长江航线的枢纽


宁波舟山港
浙江省东部沿海
货物吞吐量全球第一,由宁波港和舟山港合并而成,是重要的综合性枢纽港


深圳港
广州省珠江三角洲南部
华南地区重要枢纽,包括盐田、蛇口等多个港区,集装箱吞吐量位居前列


青海港
山东半岛东南部
山东半岛东南部 北方重要外贸港口,是集装箱、原油、铁矿石等多种货物的运输枢纽


广州港
珠三角州中心地带
华南综合性主枢纽港,历史悠久,航线网络广泛,货物种类多元


天津港
渤海湾西侧
北方最大综合性港口,服务京津冀地区,是重要的对外贸易口岸


厦门港
福建东南沿海
东南沿海重要港口,对台贸易关键节点,在东南亚航线上有独特优势


唐山港
河北省唐山市东南沿海
以煤炭、铁矿石等大宗商品运输为主,是北方重要的能源原材料贸易港


北部港湾
广西南部沿海
面向东盟的西部陆海新通道核心港口,受益于中国—东盟贸易快速增长


苏州港
长江下游地区
长江下游地区 长江最大集装箱码头,是重要的内河港口,依托长江流域经济腹地

new00new00 發表在 痞客邦 留言(0) 人氣()

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --teal-50: #E1F5EE; --teal-100: #9FE1CB; --teal-400: #1D9E75; --teal-600: #0F6E56; --teal-800: #085041; --amber-50: #FAEEDA; --amber-100: #FAC775; --amber-400: #EF9F27; --amber-800: #633806; --blue-50: #E6F1FB; --blue-100: #B5D4F4; --blue-400: #378ADD; --blue-800: #0C447C; --coral-50: #FAECE7; --coral-100: #F5C4B3; --coral-400: #D85A30; --coral-800: #712B13; --gray-50: #F1EFE8; --gray-100: #D3D1C7; --gray-400: #888780; --gray-800: #444441; --red-50: #FCEBEB; --red-800: #791F1F; --green-50: #EAF3DE; --green-800: #27500A; } body { font-family: 'Noto Sans SC', sans-serif; background: #F7F5F0; color: #2C2C2A; min-height: 100vh; line-height: 1.75; } /* Hero */ .hero { background: #0F6E56; color: #fff; padding: 5rem 2rem 4rem; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 360px; height: 360px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.08); } .hero::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 240px; height: 240px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.06); } .hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; } .hero-tag { display: inline-block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; background: rgba(255,255,255,0.15); padding: 4px 14px; border-radius: 20px; margin-bottom: 1.5rem; } .hero h1 { font-family: 'Noto Serif SC', serif; font-size: clamp(26px, 5vw, 40px); font-weight: 700; line-height: 1.3; margin-bottom: 1rem; letter-spacing: -0.01em; } .hero-sub { font-size: 15px; opacity: 0.75; max-width: 520px; } .hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; } .hero-badge { font-size: 12px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); padding: 5px 14px; border-radius: 20px; } /* Layout */ .container { max-width: 800px; margin: 0 auto; padding: 3rem 1.5rem; } /* Section title */ .section-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-400); font-weight: 500; margin-bottom: 0.5rem; } .section-title { font-family: 'Noto Serif SC', serif; font-size: 22px; font-weight: 600; color: #1a1a18; margin-bottom: 1.75rem; } /* Intro block */ .intro-card { background: #fff; border-radius: 16px; padding: 2rem 2.25rem; border-left: 4px solid var(--teal-400); margin-bottom: 3rem; font-size: 15px; color: #3a3a38; line-height: 1.85; } /* Ranking cards */ .cards-wrap { display: flex; flex-direction: column; gap: 20px; margin-bottom: 3rem; } .card { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid #E8E6DF; transition: box-shadow 0.2s; } .card:hover { box-shadow: 0 8px 32px rgba(0,0,0,0.08); } .card.rank1 { border: 2px solid var(--teal-400); } .card-header { display: flex; align-items: center; gap: 16px; padding: 1.5rem 1.75rem 1.25rem; border-bottom: 1px solid #F0EEE8; } .rank-circle { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Noto Serif SC', serif; font-size: 17px; font-weight: 700; flex-shrink: 0; } .rc-1 { background: var(--teal-50); color: var(--teal-600); } .rc-2 { background: var(--blue-50); color: var(--blue-800); } .rc-3 { background: var(--amber-50); color: var(--amber-800); } .rc-n { background: var(--gray-50); color: var(--gray-800); } .card-name { flex: 1; } .card-name h2 { font-family: 'Noto Serif SC', serif; font-size: 19px; font-weight: 600; color: #1a1a18; margin-bottom: 4px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; } .card-name .location { font-size: 13px; color: #888780; } .best-tag { font-size: 11px; font-weight: 500; background: var(--teal-50); color: var(--teal-600); padding: 3px 10px; border-radius: 20px; border: 1px solid var(--teal-100); white-space: nowrap; } .card-body { padding: 1.25rem 1.75rem 1.5rem; } .metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); gap: 10px; margin-bottom: 1.25rem; } .metric { background: #F7F5F0; border-radius: 10px; padding: 0.65rem 0.85rem; } .metric-label { font-size: 11px; color: #888780; margin-bottom: 4px; } .metric-value { font-size: 15px; font-weight: 500; color: #2C2C2A; } .stars { color: var(--amber-400); } .card-desc { font-size: 14.5px; color: #4a4a48; line-height: 1.8; margin-bottom: 1.1rem; } .tags { display: flex; flex-wrap: wrap; gap: 7px; } .tag-pro { font-size: 12px; background: var(--green-50); color: var(--green-800); padding: 4px 12px; border-radius: 20px; } .tag-con { font-size: 12px; background: var(--red-50); color: var(--red-800); padding: 4px 12px; border-radius: 20px; } /* Criteria section */ .criteria-section { margin-bottom: 3rem; } .criteria-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; } .criterion { background: #fff; border-radius: 12px; padding: 1.1rem 1.25rem; border: 1px solid #E8E6DF; } .criterion-icon { font-size: 22px; margin-bottom: 8px; } .criterion-name { font-size: 13px; font-weight: 500; color: #1a1a18; margin-bottom: 4px; } .criterion-desc { font-size: 12px; color: #888780; line-height: 1.55; } /* Summary */ .summary-section { margin-bottom: 3rem; } .summary-card { background: #fff; border-radius: 16px; padding: 2rem 2.25rem; border: 1px solid #E8E6DF; } .summary-card h3 { font-family: 'Noto Serif SC', serif; font-size: 17px; font-weight: 600; color: #1a1a18; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid #F0EEE8; } .summary-card p { font-size: 14.5px; color: #4a4a48; line-height: 1.85; margin-bottom: 1rem; } .summary-card p:last-child { margin-bottom: 0; } .highlight { color: var(--teal-600); font-weight: 500; } /* Footer */ .footer { background: #0F6E56; color: rgba(255,255,255,0.65); text-align: center; padding: 2.5rem 1.5rem; font-size: 13px; } .footer strong { color: rgba(255,255,255,0.9); } /* Divider */ .divider { height: 1px; background: #E8E6DF; margin: 2.5rem 0; } @media (max-width: 560px) { .hero { padding: 3.5rem 1.25rem 3rem; } .container { padding: 2rem 1.25rem; } .card-header { padding: 1.25rem 1.25rem 1rem; } .card-body { padding: 1rem 1.25rem 1.25rem; } .intro-card { padding: 1.5rem 1.5rem; } .summary-card { padding: 1.5rem 1.5rem; } }

QuestMobile 网路市调报告

美国国际搬家公司评比排行榜


针对公司主要营运据点位于美国本土,提供国际搬家服务至中国、日本、新加坡、泰国等亚洲国家的专业公司,进行全面综合评估。


海运价格合理性 客户评价与口碑 客服服务态度 包装搬运专业度 门到门流程顺畅度

new00new00 發表在 痞客邦 留言(0) 人氣()



*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: 'Noto Sans SC', sans-serif;
background: #F7F5F0;
color: #2C2C2A;
min-height: 100vh;
line-height: 1.7;
}
/* Hero */
.hero {
background: #0F6E56;
color: #fff;
padding: 4.5rem 2rem 3.5rem;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: -80px; right: -80px;
width: 320px; height: 320px;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.07);
pointer-events: none;
}
.hero::after {
content: '';
position: absolute;
bottom: -60px; left: -40px;
width: 220px; height: 220px;
border-radius: 50%;
border: 2px solid rgba(255,255,255,0.05);
pointer-events: none;
}
.hero-inner {
max-width: 1024px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.hero-tag {
display: inline-block;
font-size: 11px;
letter-spacing: 0.13em;
text-transform: uppercase;
background: rgba(255,255,255,0.14);
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 1.25rem;
}
.hero h1 {
font-family: 'Noto Serif SC', serif;
font-size: clamp(24px, 4.5vw, 38px);
font-weight: 700;
line-height: 1.3;
margin-bottom: 0.75rem;
}
.hero-sub {
font-size: 14px;
opacity: 0.72;
max-width: 560px;
}
/* Container */
.container {
max-width: 1060px;
margin: 0 auto;
padding: 3rem 1.5rem 4rem;
}
.section-label {
font-size: 11px;
letter-spacing: 0.13em;
text-transform: uppercase;
color: #0F6E56;
font-weight: 500;
margin-bottom: 0.4rem;
}
.section-title {
font-family: 'Noto Serif SC', serif;
font-size: 21px;
font-weight: 600;
color: #1a1a18;
margin-bottom: 1.75rem;
}
/* Table wrapper */
.table-wrapper {
overflow-x: auto;
border-radius: 16px;
border: 1px solid #E0DDD5;
box-shadow: 0 4px 24px rgba(0,0,0,0.06);
margin-bottom: 3rem;
}
table {
width: 100%;
border-collapse: collapse;
font-size: 13.5px;
background: #fff;
min-width: 860px;
}
/* Header row */
thead tr {
background: #0F6E56;
color: #fff;
}
thead th {
padding: 14px 16px;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.06em;
text-align: left;
white-space: nowrap;
border-right: 1px solid rgba(255,255,255,0.1);
}
thead th:last-child { border-right: none; }
thead th.center { text-align: center; }
/* Body rows */
tbody tr {
border-bottom: 1px solid #EEECEA;
transition: background 0.15s;
}
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: #F7FBF9; }
tbody tr.top-row { background: #F2FCF7; }
tbody tr.top-row:hover { background: #E8F8F1; }
td {
padding: 14px 16px;
vertical-align: top;
border-right: 1px solid #EEECEA;
color: #3a3a38;
line-height: 1.65;
}
td:last-child { border-right: none; }
td.center { text-align: center; vertical-align: middle; }
/* Rank cell */
.rank-cell {
text-align: center;
vertical-align: middle;
}
.rank-circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px; height: 32px;
border-radius: 50%;
font-family: 'Noto Serif SC', serif;
font-size: 14px;
font-weight: 700;
}
.rc-1 { background: #9FE1CB; color: #085041; }
.rc-2 { background: #B5D4F4; color: #0C447C; }
.rc-3 { background: #FAC775; color: #633806; }
.rc-4, .rc-5, .rc-6, .rc-7 { background: #E8E6DF; color: #444441; }
/* Company name cell */
.company-name {
font-family: 'Noto Serif SC', serif;
font-size: 15px;
font-weight: 600;
color: #1a1a18;
margin-bottom: 3px;
}
.company-loc {
font-size: 12px;
color: #999;
}
.best-tag {
display: inline-block;
font-size: 10px;
font-weight: 500;
background: #E1F5EE;
color: #0F6E56;
padding: 2px 8px;
border-radius: 20px;
border: 1px solid #9FE1CB;
margin-left: 6px;
vertical-align: middle;
white-space: nowrap;
}
/* Stars */
.stars { color: #EF9F27; font-size: 13px; letter-spacing: 1px; }
.score { font-weight: 500; color: #1a1a18; margin-left: 4px; font-size: 13px; }
/* Price badge */
.price {
display: inline-block;
font-size: 12px;
padding: 3px 10px;
border-radius: 20px;
white-space: nowrap;
}
.price-good { background: #E1F5EE; color: #0F6E56; }
.price-mid { background: #FAEEDA; color: #633806; }
.price-high { background: #FCEBEB; color: #791F1F; }
/* Countries */
.countries {
font-weight: 500;
color: #1a1a18;
}
/* Feature tags */
.tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tag {
font-size: 11px;
padding: 3px 9px;
border-radius: 20px;
background: #F1EFE8;
color: #5F5E5A;
white-space: nowrap;
}
.tag-green { background: #EAF3DE; color: #3B6D11; }
.tag-blue { background: #E6F1FB; color: #185FA5; }
/* Pro/con lists */
.pro-con { display: flex; flex-direction: column; gap: 5px; }
.pro, .con {
font-size: 12px;
padding: 3px 10px;
border-radius: 20px;
display: inline-block;
width: fit-content;
white-space: nowrap;
}
.pro { background: #EAF3DE; color: #3B6D11; }
.con { background: #FCEBEB; color: #791F1F; }
/* Legend */
.legend {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 2.5rem;
align-items: center;
font-size: 13px;
color: #5F5E5A;
}
.legend-item { display: flex; align-items: center; gap: 6px; }
.legend-dot {
width: 12px; height: 12px;
border-radius: 50%;
flex-shrink: 0;
}
/* Summary */
.summary-box {
background: #fff;
border-radius: 14px;
padding: 1.75rem 2rem;
border-left: 4px solid #0F6E56;
font-size: 14.5px;
color: #3a3a38;
line-height: 1.85;
margin-bottom: 3rem;
}
.summary-box p + p { margin-top: 0.85rem; }
.hl { color: #0F6E56; font-weight: 500; }
/* Footer */
.footer {
background: #0F6E56;
color: rgba(255,255,255,0.65);
text-align: center;
padding: 2.25rem 1.5rem;
font-size: 13px;
}
.footer strong { color: rgba(255,255,255,0.9); }
.footer p + p { margin-top: 6px; }
/* Divider */
.divider { height: 1px; background: #E0DDD5; margin: 2.5rem 0; }
@media (max-width: 640px) {
.hero { padding: 3rem 1.25rem 2.5rem; }
.container { padding: 2rem 1rem 3rem; }
.summary-box { padding: 1.25rem 1.25rem; }
}

new00new00 發表在 痞客邦 留言(0) 人氣()

Ship2China国际海运搬家公司正式公告- 关于中东局势升级、航运线路调整及海运回国价格调整之通知

鉴于近期美国与以色列对伊朗展开军事行动,中东局势急剧升温,区域安全风险持续攀升。伊朗宣布对 荷姆兹海峡 实施事实性封锁后,国际油轮航行几近停滞,全球能源运输与海运市场受到重大冲击。作为全球约20%液化天然气与25%海运石油运输的必经航道,荷姆兹海峡一旦受阻,将直接影响国际油价与全球航运供需结构。

new00new00 發表在 痞客邦 留言(0) 人氣()

Ship2China海运公司运价调整公告(3月5日起生效)- 因应油价上涨,美国海运寄行李搬家回国价格调涨5-20%,

鉴于近期美国与以色列针对伊朗的军事行动持续扩大,中东区域安全风险显著升高,已对全球能源运输与国际航运体系造成重大冲击。特别是 荷姆兹海峡 局势恶化,约200艘油轮滞留,当地威胁等级被提升至最高级别,航运供需结构迅速失衡,全球即期运价出现明显上涨趋势。同时叶门青年运动(胡塞武装组织)表态可能重启针对红海相关船舶的攻击行动,使 苏伊士运河 航道风险同步上升,为确保客户货物安全与航程稳定,Ship2China海运公司与主要配合航运公司讨论且经全面评估后,正式公告如下:
一、全面调整航线,绕行非洲南端:即日起Ship2China公司所有配合航运货柜将统一避开波斯湾、荷姆兹海峡及红海区域,改道经非洲南端 好望角 航行。

new00new00 發表在 痞客邦 留言(0) 人氣()

台灣搬家運床墊去美國
女兒跨越了一個重要的階段!她成功地進入了美國普渡大學統計系,在當地時間12月2日上午順利通過了口試。接下來幾天,她將上傳論文檔案並提交裝訂本,即將完成她的博士學位。下個學期,她將留在系上擔任客座助理教授,負責兩門課程。她與幾位老師仍在進行一些研究,因此在普渡大學再待一段時間,對她來說應該是一個不錯的安排。
這已經是我們家庭七年多前的一段回憶了,那時民國96年4月,我們一家三口去了普渡大學。這是我第一次回到普渡,也是女兒第一次到普渡,而妻子曾在77年暑假時回過一次。

new00new00 發表在 痞客邦 留言(0) 人氣()


位於波特蘭市東行約64公里的「邦那威利水庫」,是哥倫比亞河上的8個水霸中的第一座水霸,建立於1933年,直到1937年才由羅斯福總統啟用,當時共耗費了美金88億元來構築。雖然這個水庫一直是遊客們近郊踏青的觀光勝地,不過位於附近的「鮭魚人工養殖場」才是這座觀光地中的最佳主角。

new00new00 發表在 痞客邦 留言(0) 人氣()



 

new00new00 發表在 痞客邦 留言(0) 人氣()

位於美國加州東部內華達山脈(Sierra Nevada)上的優勝美地國家公園Yosemite National Park,遠在冰河時期被冰川覆蓋,因此山谷呈U字型外,在兩旁林立的峭壁上尚到處可見由冰川切削過的痕跡。由於這裡的原始景觀亮麗,風景得天獨厚,不但擁有美國西岸最美麗國家公園的美稱,並與大峽谷國家公園及黃石國家公園為美國最知名且參觀人數最多的國家公園三寶,而且在1984年時便被列為世界自然遺產的名錄之一。
 
 

new00new00 發表在 痞客邦 留言(0) 人氣()


美國西岸加州號公路上最代表性的自然景觀首推「畢秀爾Big Sur」。這又稱為大南方的地方,自18世紀西班牙航海探險家們發現了這個巧奪天工的濱海線外,著名的小說家史帝文生(Robert Louis Stevenson),這將這裡稱為「世上海洋及陸地最佳的交融處」。

new00new00 發表在 痞客邦 留言(0) 人氣()


位聖西門山丘上的赫氏古堡,是美西最燦爛的一顆寶石,也是美西濱海公路上最主要的一座人文景點!
 

new00new00 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。