window.HELP_IMPROVE_VIDEOJS = false; jQuery(function($){ //瑙嗛 var videowidth = $(".machine-video-area").width(); var videoheight = videowidth * 0.5625; videojs('video1',{ controls: true, preload: "none", loop: true, width: videowidth, height: videoheight, poster:'https://file.jingdiao.com/website/jingdiao/cn/images/groupprofile/about.png', sources: [{ src: 'https://file.jingdiao.com/teamwork/public/document/%E5%8C%97%E4%BA%AC%E7%B2%BE%E9%9B%95%E9%9B%86%E5%9B%A2%E5%AE%A3%E4%BC%A0%E8%A7%86%E9%A2%91-%E9%80%9A%E7%94%A8%E7%89%88-%E7%AC%AC%E5%8D%81%E4%BA%8C%E7%89%88%EF%BC%88%E9%AB%98%E6%B8%85%E7%89%88%EF%BC%89_2023031011221739.mp4#%E5%8C%97%E4%BA%AC%E7%B2%BE%E9%9B%95%E9%9B%86%E5%9B%A2%E5%AE%A3%E4%BC%A0%E8%A7%86%E9%A2%91-%E9%80%9A%E7%94%A8%E7%89%88-%E7%AC%AC%E5%8D%81%E4%BA%8C%E7%89%88%EF%BC%88%E9%AB%98%E6%B8%85%E7%89%88', type: 'video/mp4' }] }); //鐐瑰嚮鏄剧ず瑙嗛 var sreenwidth = screen.width; var myvideo = $('.machine-video-area video'); //jQuery瀵硅薄 var video = myvideo[0]; //DOM瀵硅薄 var totalTime = 0; var currentTime = 0; var domwidth = document.body.clientWidth; $(".video-button").click(function(e){ if (domwidth>1024) { $(".common-mask").css({"z-index":"1","opacity":"0.3"}); } else{ if($(".machine-video-area").css("display")=="none"){ $("body").addClass("global-open"); $("body").removeClass("off-canvas-effect-4 off-canvas-left off-canvas-open"); } else{ $("body").removeClass("global-open"); } } $(".machine-video-area, .mask-close").show(); video.currentTime = totalTime; video.play(); }); $(".mask-close").click(function(){ $(".machine-video-area, .mask-close").hide(); $("body").removeClass("global-open"); $(".common-mask").css({"z-index":"-1","opacity":"0"}); }); if((sreenwidth > 750) && (sreenwidth < 1025)) { var right = parseFloat($("body").css("margin-right")) + 40; $(".mask-close").css("right", right); } //PC绔痵wiper var technologySwiper_pc = new Swiper('.technology-swiper', { slidesPerView: 3, loop: false, spaceBetween: 15, initialSlide: 0, navigation: { nextEl: '.technology-next', prevEl: '.technology-prev', }, }); //绉诲姩绔痵wiper var domwidth = document.body.clientWidth; var swiper1 = new Swiper('.swiper-container1', { autoplay: true, loop: true, slidesPerView : 1.5, spaceBetween: 8, width: domwidth, centeredSlides : true, loopAdditionalSlides: 100, navigation: { nextEl: '.swiper-button-next1', prevEl: '.swiper-button-prev1', } }); var swiper2 = new Swiper('.swiper-container2', { autoplay: true, loop: true, pagination: { el: '.swiper-pagination2', clickable: true, } }); var swiper3 = new Swiper('.swiper-container3', { autoplay: true, loop: true, pagination: { el: '.swiper-pagination3', clickable: true, } }); var swiper4 = new Swiper('.swiper-container4', { autoplay: true, loop: true, navigation: { nextEl: '.swiper-button-next4', prevEl: '.swiper-button-prev4', } }); //绉诲姩绔枃瀛楀睍寮€/鎶樺彔 function init (len) { $('.story-container').each(function() { $(this).prevAll('.temp-content').html($(this).html().slice(0, len) + '鈥︹€?); }); } function strNum() { if($(window).width() > 555) { return 143; } else { return 110; } } $('.read-more').click(function(e) { e.stopPropagation(); if($(this).prevAll(".story-content").children('.story-container').hasClass('hidden-content')) { $(this).prevAll(".story-content").children('.temp-content').addClass('hidden-content'); $(this).prevAll(".story-content").children('.story-container').removeClass('hidden-content'); $(this).text('- 鏀惰捣'); } else { $(this).prevAll(".story-content").children('.temp-content').removeClass('hidden-content'); $(this).prevAll(".story-content").children('.story-container').addClass('hidden-content'); $(this).text('+ 鏌ョ湅鏇村'); } }); init(strNum()); $(window).resize(function() { init(strNum()) }); })