0592

Cn.

Current position:Home > Body > New Energy Vehicle

New Energy Vehicle

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

    新能源车

    功能介绍

    Streanlined design,attractive appearance

    The well-known automobile design company,Tongji Tongjie,was invited to design the body modeling,which guaranteed the elegant appearance of our car bodies.

    High strength body,safer driving experience

    The body is made of tremendous high strength steel,which not only increases the body strength,but also reduces the weight and saves the energy simultaneously.The energy-absorbing strutural design better protecets not only passengers but also pedestrians from different types of collisions.


    尺寸图

    主要尺寸参数

    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); } })