0592

Cn.

Current position:Home > Body > New Hiace

New Hiace

$(function () { var img = "/upload/mult/201705/26/201705260941392211.jpg^/upload/mult/201705/26/201705260941449463.jpg^/upload/mult/201705/26/201705260941507963.jpg^/upload/mult/201705/26/201705260941562563.jpg"; if (img != "") { var imgs = img.split("^"); for (i = 0; i < imgs.length; i++) { $("#picbig").append("
  • \"\"
  • "); $("#picsmall").append("
  • "); } } });

    新海狮

    功能介绍

    Elegant appearance,higher safety peerformance

    New Hiace keeps the characteristics of the structure of the original Hiace,improving the structural defects of the original Hiace.It is elegant in look,while providing bigger room,much comfort and higher security.The Golden Dragon manufactures the full range(height,wigth and length)of New Hiace body assembly and a full set of stamping parts.The products can be provided to automotive manufacturers to produce mid-and-high-end commercial,officer's,traveling reception's vehicles and mid-and-high-end special vehicles.It can also be assembled in the mid-and-low-end passenger trains and urban logistics vans.


    尺寸图

    主要尺寸参数
    Return
    $(function () { // var galleryThumbs = new Swiper('.gallery-thumbs', { // spaceBetween: 10, // centeredSlides: false, // slidesPerView: 'auto', // slidesOffsetBefore: 0, // touchRatio: 0.2, // slideToClickedSlide: true, // loop: true, // onTap: function (swiper) { // var num = parseInt($('.gallery-thumbs .swiper-slide-active').attr("date-index")); // $('.gallery-top .swiper-slide').removeClass('act'); // $('.gallery-top .swiper-slide').eq(num).addClass('act'); // $(".jqzoom").imagezoom(); // } // }); // $('.gallery-top .swiper-button-next').click(function () { // if ($(window).width() > 991) { // galleryThumbs.slideNext(); // } // }) // $('.gallery-top .swiper-button-prev').click(function () { // if ($(window).width() > 991) { // galleryThumbs.slidePrev(); // } // }) // if ($(window).width() <= 991) { // var galleryTop = new Swiper('.gallery-top', { // nextButton: '.swiper-button-next', // prevButton: '.swiper-button-prev', // spaceBetween: 10, // loop: true, // }); // } if ($(window).width() > 991) { $(".jqzoom").imagezoom(); } $('.proimg-l ul').bxSlider({ mode: 'fade', infiniteLoop: false, pagerCustom: '.bx-pager', }); // 切换 var c_ul = $('.proimg-s'); c_li = c_ul.find('li'); c_i = 0; c_left = $('.proimg-pager').find(".prev"); c_right = $('.proimg-pager').find(".next"); var c_length; c_length = Math.ceil(c_li.length / 4); //左边点击 c_left.click(cLeft); //右边点击 c_right.click(cRight); function cLeft() { c_i--; c_i = c_i < 0 ? c_length - 1 : c_i; cScroll(); } function cRight() { c_i++; c_i = c_i > c_length - 1 ? 0 : c_i; cScroll(); } function cScroll() { c_ul.stop().animate({ left: -560 * c_i }, 500); } })