BL-VWL-TERAMONT-001

Volkswagen Teramont SUV Export

Contact for price

库存编号BL-VWL-TERAMONT-001
年份2024
里程TBD
所在地 / 港口Shanghai / Export Port
状态可售

车辆档案

库存编号
BL-VWL-TERAMONT-001
品牌
Volkswagen
车型
Teramont SUV
状态
可售
年份
2024
首次登记日期
TBD
款型年份
TBD
里程
TBD
能源类型
Gasoline
发动机
Turbocharged
马力
0
变速箱
TBD
驱动形式
TBD
方向盘
Left
座位数
7
车门数
4
车身颜色
Black
外观颜色
Black
整备质量
TBD
车身尺寸
TBD
制造产地
China
级别
Full-size SUV
所在地 / 港口
Shanghai / Export Port

车辆亮点

✓ Latest Model Design
✓ Illuminated VW Logo with Light Bar
✓ Panoramic Sunroof
✓ Sporty Black Interior with Suede Accents
✓ Blue Contrast Stitching
✓ Blacked-out Sport Grille
✓ Turbocharged Engine
✓ Excellent Condition, Nearly New
✓ Shanghai Inventory

Video Walkaround

Take a closer look at this vehicle with our walkaround video.

总价估算器

用于买家沟通的估算价格拆分。国际运费、保险、税费和目的地最终费用由销售团队确认。

Export FOB Shanghai price, subject to final confirmation

价格拆分

车辆价格
$40,000
出口服务费
Contact for Details
国内运输费
Contact for Details
清关费用
Contact for Details
港口费用
Contact for Details
服务费
Contact for Details

检测报告

验车认证信息可汇总第三方检测、事故历史和保养记录。

无事故记录 Inspection Pending
无火烧记录 Inspection Pending
无水泡记录 Inspection Pending

事故记录

理赔次数
0
最高理赔金额
0

保养记录

保养次数
0
最高记录里程
0

车辆描述

Volkswagen Teramont is a flagship large SUV with bold design and spacious 7-seat layout. Featuring the latest Volkswagen design language with illuminated grille logo, panoramic sunroof, and sporty black interior with blue stitching.

Key Features:
– Full-size 7-seat SUV
– Latest design with illuminated VW logo and light bar
– Panoramic sunroof
– Sporty black interior with suede accents and blue stitching
– Blacked-out sport grille
– Turbocharged engine
– Excellent condition, nearly new
– Ready for export from Shanghai

.bailian-lightbox-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.92);z-index:99999;display:none;justify-content:center;align-items:center;cursor:zoom-out}
.bailian-lightbox-mask.active{display:flex}
.bailian-lightbox-img{max-width:92vw;max-height:90vh;object-fit:contain;box-shadow:0 10px 60px rgba(0,0,0,0.5);border-radius:6px}
.bailian-lightbox-close{position:fixed;top:20px;right:30px;color:#fff;font-size:40px;font-weight:300;z-index:100000;cursor:pointer;line-height:1;user-select:none;font-family:Arial,sans-serif}
.bailian-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);color:#fff;font-size:40px;font-weight:300;cursor:pointer;z-index:100000;user-select:none;font-family:Arial,sans-serif;background:rgba(255,255,255,0.1);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.2s}
.bailian-lightbox-nav:hover{background:rgba(255,255,255,0.25)}
.bailian-lightbox-prev{left:20px}
.bailian-lightbox-next{right:20px}
.bailian-lightbox-counter{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);color:#aaa;font-size:14px;z-index:100000;font-family:Arial,sans-serif}
.vehicle-gallery__main img{cursor:zoom-in}
.vehicle-gallery__thumb{cursor:pointer}

×
‹

›

(function(){
var imgs = [];
function collectImages(){
var main = document.querySelector(‘.vehicle-gallery__main img’);
var thumbs = document.querySelectorAll(‘.vehicle-gallery__thumb’);
imgs = [];
if(main){
var src = main.src.replace(/-d+xd+.(jpg|jpeg|png|webp)$/i, ‘.$1’);
imgs.push(src);
}
thumbs.forEach(function(t){
var ds = t.getAttribute(‘data-gallery-image’);
if(ds){
var full = ds.replace(/-d+xd+.(jpg|jpeg|png|webp)$/i, ‘.$1’);
if(imgs.indexOf(full) === -1) imgs.push(full);
}
});
}
function openBlLightbox(idx){
collectImages();
if(!imgs.length) return;
window._blCurrentIdx = idx;
document.getElementById(‘blLightboxImg’).src = imgs[idx];
document.getElementById(‘blLightboxCounter’).innerText = (idx+1) + ‘ / ‘ + imgs.length;
document.getElementById(‘blLightbox’).classList.add(‘active’);
document.body.style.overflow = ‘hidden’;
}
window.closeBlLightbox = function(){
document.getElementById(‘blLightbox’).classList.remove(‘active’);
document.body.style.overflow = ”;
}
window.navBlLightbox = function(dir){
if(!imgs.length) return;
window._blCurrentIdx = (window._blCurrentIdx + dir + imgs.length) % imgs.length;
document.getElementById(‘blLightboxImg’).src = imgs[window._blCurrentIdx];
document.getElementById(‘blLightboxCounter’).innerText = (window._blCurrentIdx+1) + ‘ / ‘ + imgs.length;
}
function bind(){
var main = document.querySelector(‘.vehicle-gallery__main img’);
if(main){
main.style.cursor = ‘zoom-in’;
main.addEventListener(‘click’, function(){ openBlLightbox(0); });
}
var thumbs = document.querySelectorAll(‘.vehicle-gallery__thumb’);
thumbs.forEach(function(t, i){
t.style.cursor = ‘pointer’;
t.addEventListener(‘click’, function(){
var ds = t.getAttribute(‘data-gallery-image’);
collectImages();
var full = ds ? ds.replace(/-d+xd+.(jpg|jpeg|png|webp)$/i, ‘.$1’) : ”;
var idx = imgs.indexOf(full);
if(idx === -1) idx = i+1;
openBlLightbox(idx);
});
});
document.addEventListener(‘keydown’, function(e){
if(!document.getElementById(‘blLightbox’).classList.contains(‘active’)) return;
if(e.key === ‘Escape’) closeBlLightbox();
if(e.key === ‘ArrowLeft’) navBlLightbox(-1);
if(e.key === ‘ArrowRight’) navBlLightbox(1);
});
document.getElementById(‘blLightbox’).addEventListener(‘click’, function(e){
if(e.target.id === ‘blLightbox’) closeBlLightbox();
});
}
if(document.readyState === ‘loading’){
document.addEventListener(‘DOMContentLoaded’, bind);
} else {
setTimeout(bind, 500);
}
})();

车辆配置

Panoramic sunroof
Illuminated front logo with light bar
Blacked-out sport grille
Leather and suede mixed interior
Blue contrast stitching
Sport-style seats
Touchscreen infotainment
Multi-zone climate control
Rearview camera
Parking sensors

详细规格

Body: SUV
Energy: Gasoline
Engine: Turbocharged
Seats: 7
Color: Black
Interior: Black Leather + Suede with Blue Stitching
Steering: Left Hand Drive

×
爱思助手汽水音乐易歪歪HelloGPT沙盘telegram下载tg下载mumu模拟器