$(function () { wowInt(); findTel(); phoneTargetSelf(); header(); NewsSlider(); NewsTab(); Problem(); ScollText(); network(); maxHeight($(".recruit_p")); $(".trade_cont li:first-child").addClass("first"); $(".trade_cont li:last-child").addClass("last"); $(".introduce03 .trade_cont li:first-child").removeClass("last"); $(".honor_list li:odd").addClass("cur"); if($(window).width()>1024){ Search(); } $(window).resize(function(){ maxHeight($(".recruit_p")); }); wowDelay($(".core_tab ul"),$(".core_tab li").length,0.2); wowDelay($(".about_culture ol"),$(".about_culture li").length,0.2); document.onreadystatechange = function(){ if(document.readyState == 'complete') $(".loading_animate").fadeOut(); $(window).scrollTop(0); } }) function header(){ if($(window).width()>1024){ $(".header .nav>ul>li").hover(function() { // $(this).find(".nav_list").stop().slideDown(); $(this).stop().addClass("current") }, function() { // $(this).find(".nav_list").stop().slideUp(); $(this).stop().removeClass("current") }); }else{ $(".nav>ul>li>span").click(function(){ $(this).parent("li").addClass("cur"); $(this).parent("li").siblings().removeClass("cur"); }) $(".return_btn").click(function(){ $(this).parents("li").removeClass("cur"); }) } $(".nav_phone_btn").click(function(){ $(this).toggleClass("visible_nav"); $("body").toggleClass("navbody"); $(".header .nav>ul>li").removeClass("cur"); }) $(window).scroll(function () { if ($(this).scrollTop() > 0) { $('body').addClass('scrollHeader'); } else { $('body').removeClass('scrollHeader'); $('body').removeClass('scrollHeader'); } }); } function Search(){ $(".search_btn").click(function (e) { e.preventDefault(); e.stopPropagation(); $(this).toggleClass("on"); $(".search_wrap").toggleClass("on"); //$(".header_right .language dd").slideUp(); }) $(".search_wrap").click(function (e) { e.preventDefault(); e.stopPropagation(); }) $(document).click(function () { $(".search_btn,.search_wrap").removeClass("on"); //$(".header_right .language dd").slideUp(); }) // $(".header_right .language dt").click(function(){ // $(this).siblings().slideToggle(); // $(".search_btn,.search_wrap").removeClass("on"); // }) if($(window).width()>1024){ $(".search_btn").click(function(){ $(".search_box").addClass("active"); $(".header_right").addClass("active"); }) $(".close_search").click(function(){ $(".search_box").removeClass("active"); $(".header_right").removeClass("active"); }) } } function wowInt(){ if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){ var wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 100, mobile: false, live: true }); wow.init(); }; } //wow 鍚屼竴琛 鍏冪礌寤惰繜鍔犺浇 function wowDelay(box,row,delayTime){ $(box).children().each(function(index){ for(var i = 0;i1024) { var condition = /^tel\:([0-9\-]+)|tel\:\+([0-9\-]+)$/; if(context==undefined){ context=$(document); } $('a',context).each(function(index, el) { var target=$(this); var href=target.attr('href'); if (condition.test(href)) { target.addClass('tel_link'); target.on('click',function(event){ event.preventDefault(); }) } }); } } $(function() { // 濡傛灉涓嶆敮鎸乸laceholder锛岀敤jQuery鏉ュ畬鎴 if(!isSupportPlaceholder()) { // 閬嶅巻鎵€鏈塱nput瀵硅薄, 闄や簡瀵嗙爜妗 $('input').not("input[type='password']").each( function() { var self = $(this); var val = self.attr("placeholder"); input(self, val); } ); /**//* 瀵筽assword妗嗙殑鐗规畩澶勭悊 * 1.鍒涘缓涓€涓猼ext妗 * 2.鑾峰彇鐒︾偣鍜屽け鍘荤劍鐐圭殑鏃跺€欏垏鎹 */ $('input[type="password"]').each( function() { var pwdField = $(this); var pwdVal = pwdField.attr('placeholder'); var pwdId = pwdField.attr('id'); // 閲嶅懡鍚嶈input鐨刬d涓哄師id鍚庤窡1 pwdField.after(''); var pwdPlaceholder = $('#' + pwdId + '1'); pwdPlaceholder.show(); pwdField.hide(); pwdPlaceholder.focus(function(){ pwdPlaceholder.hide(); pwdField.show(); pwdField.focus(); }); pwdField.blur(function(){ if(pwdField.val() == '') { pwdPlaceholder.show(); pwdField.hide(); } }); } ); } }); // 鍒ゆ柇娴忚鍣ㄦ槸鍚︽敮鎸乸laceholder灞炴€ function isSupportPlaceholder() { var input = document.createElement('input'); return 'placeholder' in input; } // jQuery鏇挎崲placeholder鐨勫鐞 function input(obj, val) { var $input = obj; var val = val; $input.attr({value:val}); $input.focus(function() { if ($input.val() == val) { $(this).attr({value:""}); } }).blur(function() { if ($input.val() == "") { $(this).attr({value:val}); } }); } function NewsSlider(){ //01 try{ if($(".news_slider li").length>1){ var brand3Swiper = new Swiper('.news_slider .swiper-container', { slidesPerView: 1,//璁剧疆slider瀹瑰櫒鑳藉鍚屾椂鏄剧ず鐨剆lides鏁伴噺(carousel妯″紡) slidesPerGroup: 1,//鍦╟arousel mode涓嬪畾涔塻lides鐨勬暟閲忓灏戜负涓€缁勩€ spaceBetween: 0,//slide涔嬮棿鐨勮窛绂伙紙鍗曚綅px锛夈€ prevButton:'.news_slider .swiper-button-prev', nextButton:'.news_slider .swiper-button-next', breakpoints:{ //褰撳搴﹀皬浜庣瓑浜?024 767: { slidesPerView: 1, slidesPerGroup: 1 }, } }) $(".news_slider .but").show(); }else{ $(".news_slider .but").hide(); } }catch(e){ //TODO handle the exception } } function NewsTab(){ $(".news_tab li").click(function(){ $(this).addClass("on").siblings().removeClass("on"); $(".news_list>div").eq($(this).index()).show().siblings().hide(); }) $(".about_culture ul li").eq(0).addClass("on"); $(".about_culture ol li").click(function(){ $(this).addClass("on").siblings().removeClass("on"); //$(".about_culture ul li").eq($(this).index()).show().siblings().hide(); $(".about_culture ul li").eq($(this).index()).addClass("on").siblings().removeClass("on"); }) } // 鍦板浘 function mapInt(mapTitle,mapAdress,mapx,mapy){ var map = new BMap.Map("map"); var point = new BMap.Point(mapx,mapy); var point2 = new BMap.Point(mapx,mapy); //鍧愭爣鍋忕Щ var point2 = new BMap.Point(mapx+0.05,mapy); var myIcon = new BMap.Icon("../images/address.png", new BMap.Size(46,42));// icon鎸夐挳 var marker2 = new BMap.Marker(point2,{icon:myIcon}); // 鍒涘缓鏍囨敞 map.addOverlay(marker2); // 灏嗘爣娉ㄦ坊鍔犲埌鍦板浘涓 map.centerAndZoom(point, 18); map.enableScrollWheelZoom(); //鍚敤婊氳疆鏀惧ぇ缂╁皬锛岄粯璁ょ鐢 map.enableContinuousZoom(); //鍚敤鍦板浘鎯€ф嫋鎷斤紝榛樿绂佺敤 } function maxHeight(obj){ var ary = new Array(); $(obj).each(function(){ ary.push($(this).outerHeight()); }); var max = Math.max.apply(null,ary); $(obj).css('height',max); } function Problem(){ $(".society dt").click(function(){ $(this).parents("li").toggleClass("on"); $(this).parents("li").siblings("li").removeClass("on"); $(this).parents("li").siblings("li").find("dd").slideUp(); $(this).siblings().slideToggle(); }) } function ScollText(){ if($(".trade_text p").length>0){ $(".trade_text p").mCustomScrollbar({}); } if($(".intr_box_in").length>0){ $(".intr_box_in").mCustomScrollbar({}); } if($(".about_list .about_box").length>0){ $(".about_list .about_box").mCustomScrollbar({}); } } function network(){ if($(window).width()>1024){ $(".index_tab li").click(function(){ $(this).addClass("on").siblings().removeClass("on"); $(".market_map>div").eq($(this).index()).stop().fadeIn().show().siblings().stop().fadeOut().hide(); }) } $(".market_cicle img,.market_cicle p").click(function(e){ e.preventDefault(); e.stopPropagation(); $(this).parents("li").toggleClass("on"); $(this).parents("li").siblings().removeClass("on") }) $(document).click(function(){ $(".market_list li").removeClass("on") }) }