// jQuery(document).ready(function($) { // void // function fixsubmenu() { // //submenu重新定位 // if ($(".crumbs").size() == 0) { // return // } // $('.body_61 .crumbs ul').css({ // left: $(".nav_li1_61").offset().left - $(".crumbs").offset().left + 22 // }).show(); // $('.body_62 .crumbs ul').css({ // left: $(".nav_li1_62").offset().left - $(".crumbs").offset().left + 22 // }).show(); // $('.body_p_15 .crumbs ul').css({ // left: $(".nav_li1_15").offset().left - $(".crumbs").offset().left + 22 // }).show(); // $('.body_product_detail .crumbs ul').css({ // left: $(".nav_li1_23").offset().left - $(".crumbs").offset().left + 22 // }).show(); // $('.body_p_8 .crumbs ul').css({ // left: $(".nav_li1_8").offset().left - $(".crumbs").offset().left + 22 // }).show(); // //添加抬头 // $('.body_62 .info_content div:not(:has(p))').css({ // textIndent: '2em' // }); // //副标题定位 // $('.body_61 .ban').imagesLoaded(function() { // $(".body_61 .d_ttl").css({ // marginTop: ($(".d_ttl").height() + ($(".ban").height() - $(".d_ttl").height()) / 2 + 15) * (-1) + "px" // }).show(1300); // }) // //风采滚动 // jQuery(".body_17 .qyfc ul").slick({ // speed: 500, // slidesToShow: 4, // // centerMode: true, // rows: 1, // slidesToScroll: 1, // prevArrow: ".qiyefengcai .prev", // nextArrow: ".qiyefengcai .next" // }); // //公司历程错位margintop // $('.history').imagesLoaded(function() { // $('.history li:gt(0)').each(function(index, el) { // // alert() // var h = $(this).prev().find('img').height(); // $(this).css({ // marginTop: h // }); // }); // }) // }() // });