if (typeof $ != "undefined"){ ;$(function(){ var win = $(window); var isIE = !!window.ActiveXObject; var isIE6 = isIE && !window.XMLHttpRequest; var isIE8 = isIE && !!document.documentMode; var isIE7 = isIE && !isIE6 && !isIE8; //鎼滅储 $(".hsearch").mouseenter(function(){ $(this).addClass("hsearch_hover"); }).mouseleave(function(){ var ths = $(this) hsearchInput = ths.find(".hsearch_input"); hsearchInput.is(":focus") ? 0 : function(){ths.removeClass("hsearch_hover");}(); }); $(".hsearch_input").blur(function(){ $(this).closest(".hsearch").removeClass("hsearch_hover"); }); $(".btn_sub_search").click(function(){ var keyword = $(this).siblings('input').val(); if ('' == keyword) { layer.msg('璇疯緭鍏ラ渶鏌ヨ鐨勫叧閿瓧', {time:1500}); $("#nav_search_text").focus(); return false; } $(this).parents("form").submit(); //var bs = new Base64(); //console.log(bs.encode(keyword)); //window.location.href = "/index/index/search/keyword/" + bs.encode(keyword); }); $(".hsearch_input").keydown(function(evt){ if(window.event) evt = window.event; var int_keycode = evt.charCode || evt.keyCode; if(13 == int_keycode){ $(this).siblings('.btn_sub_search').trigger('click'); } }); $(".th_search_text").keydown(function(evt){ if(window.event) evt = window.event; var int_keycode = evt.charCode || evt.keyCode; if(13 == int_keycode){ $(this).siblings('.btn_sub_search').trigger('click'); } }); // //浜岀骇瀵艰埅 $('.nav .item_li').hover(function(){ $(this).addClass("hover_li"); $(this).children('.dropdown-menu').css({"display":"block"}).stop(true,true).animate({"opacity": 1,"top":"70px"},500); },function(){ $(this).removeClass("hover_li"); $(this).children('.dropdown-menu').css({"display":"none"}).animate({"opacity": 0,"top":"100px"},500); }); $('.sub_menu_3').hover(function(){ $(this).children('.drop_right').stop(true,true).animate({"opacity": 1,"left":"188px"},300); },function(){ $(this).children('.drop_right').animate({"opacity": 0,"left":"210px"},300); }); $('.cat_18').hover(function(){ $('.sub_polyesters').css({"display":"block"}).stop(true,true).animate({"opacity": 1,"top":"50px"},300); },function(){ $('.sub_polyesters').css({"display":"none"}).animate({"opacity": 0,"top":"70px"},300); }); // if ($().slide) { //$("#ibn").slide({mainCell:".bd",titCell:".hd",effect:"topLoop", vis:"auto",autoPage: true, autoPlay: true, pnLoop:true, delayTime: 500, interTime: 5000}); $(".news_scroll").slide({titCell:".hd",mainCell:".bd",effect:"leftLoop",autoPage: true, autoPlay: true, pnLoop:false, vis:1, scroll: 1, interTime: 5000}); $(".h_brand_scroll").slide({titCell:".hd",mainCell:".bd",effect:"leftLoop",autoPage: true, autoPlay: true, pnLoop:false, vis:6, scroll: 1, interTime: 5000}); //pro_scroll $(".pro_scroll").slide({ titCell:".pro_scroll_nav li", mainCell:".bd",titOnClassName:"active", autoPlay:false,pnLoop:false,delayTime:100}); $(".pro_scroll").slide({ mainCell:".pro_scroll_nav ul",prevCell:".navPrev",nextCell:".navNext",effect:"left",vis:8,scroll:1,delayTime:0,autoPage:true,pnLoop:false, delayTime: 500}); $(".pro_scroll .next").click(function(){ var curindex = $(this).closest(".pro_scroll").find(".pro_scroll_nav .active").index(); if (curindex>4) { $(".pro_scroll .navNext").click(); }; }); $(".pro_scroll .prev").click(function(){ var curindex = $(this).closest(".pro_scroll").find(".pro_scroll_nav .active").index(); $(".pro_scroll .navPrev").click(); }); //end pro_scroll } // end // 璇█鐗堟湰 $("#set_lan").click(function(){ var url = CONTROLLER + "/ajax_set_lan"; var param = {'lan':$(this).attr('data-value')}; $.post(url, param, function(data){ var obj = JSON.parse(data); if (obj.result) { window.location.reload(); } else { layer.msg(obj.msg, {time:2000}); console.log(obj); } }); }); //鐐瑰嚮楂樹寒 $('.click_li li').click(function(){ $(this).addClass('active').siblings().removeClass('active'); }); // funhead (function(){ var win = $(window); var header = $("#header"); if (header.length>0 && header.hasClass("tofixed")) { var headerTop = header.offset().top, headerHeight = header.height(), headerFixedTop = headerTop + headerHeight; var headerWrap = $("#headerWrap"); headerWrap.length>0 ? function(){headerWrap.height(headerHeight);}() : 0; win.on("load scroll resize", function(){ $(this).scrollTop() >= headerFixedTop ? function () {!header.hasClass("header_fixed") ? header.addClass("header_fixed") : 0;}() : function(){header.removeClass("header_fixed")}(); if(isIE6){ var scrollT = $(this).scrollTop(); scrollT >= headerFixedTop ? function () {header.css({"top": scrollT + "px"});}() : function () {header.css({"top": "0px"});}(); }; }); }; })(); //杩斿洖椤堕儴 var ftoolTop = $("#ftoolTop"); ftoolTop.click(function (e){ e.preventDefault(); $("html,body").animate({scrollTop:0},500); }); $(window).on("DOMContentLoaded scroll resize", function(){ $(this).scrollTop() == 0 ? ftoolTop.hide() : ftoolTop.show(); }); // 婊氬姩鍒皊ub_nav var target_ctrl_acts = ['About_speech','News_group_news','IndustryBrand_index','SocialResponsibility_social_welfare','HumanResources_talent_cultivation']; if ($("#sub_nav").length && -1 == $.inArray(ctrl_act,target_ctrl_acts)) { var scrl_to = $("#sub_nav").offset().top - $("#header").height() * 2; //$("html,body").animate({scrollTop:scrl_to},0); $(window).scrollTop(scrl_to); } }); //鏂囨湰妗 function placeholder(input){ var placeholder = input.attr("placeholder"), defaultValue = input.defaultValue; if(!defaultValue){ input.val() == "" ? input.val(placeholder).addClass("phcolor") : 0; } input.focus(function(){ input.val() == placeholder ? $(this).val("") : 0; }); input.blur(function(){ input.val() == "" ? $(this).val(placeholder).addClass("phcolor") : 0; }); input.keydown(function(){ $(this).removeClass("phcolor"); }); } ;$(function(){ supportPlaceholder = "placeholder" in document.createElement("input"); if(!supportPlaceholder){ $("input").each(function(){ var type = $(this).attr("type"); text = $(this).attr("placeholder"); if(type == "text" || type == "number" || type == "search" || type == "email" || type == "date" || type == "url"){ placeholder($(this)); } }); } }); //end鏂囨湰妗 $(".ind-item-list-nav").click(function() { window.open($(this).attr('data-href'), "_blank") }) }; // end jq