-->
尊龙·凯时·真人游戏第一品牌
1、客户 共同发展 互利共赢
2、团队 团结协作 共同进步
3、品质 用心铸造 精益求精
4、感恩 感恩奉献 回馈社会
5、创新 与时俱进 勇于创新
晋升理念 创造成果 培养人才 得以晋升
成果理念 要么不做 要做就做第一
经营理念 安全第一 以人为本
生存理念 能者上 庸者下
管理理念 制度管人 以身作则
//top fixed
$(window).scroll(function () {
if ($(window).scrollTop() > 0) {
$('#c_navigation_006_P_392-1661257470566').addClass('active')
} else {
$('#c_navigation_006_P_392-1661257470566').removeClass('active')
}
})
$('#c_navigation_006_P_392-1661257470566').mouseenter(function () {
$('#c_navigation_006_P_392-1661257470566').addClass('active')
}).mouseleave(function () {
if ($(window).scrollTop() == 0) {
$('#c_navigation_006_P_392-1661257470566').removeClass('active')
}
});
//language
$(".head_lan .lan_con").hover(function () {
$(this).find(".lan_list").addClass("cur");
}, function () {
$(this).find(".lan_list").removeClass("cur");
})
// search close
$('.top_search .bg').click(function(){
$('.top_search').stop().slideUp()
$('.top_search').removeClass('on')
})
$(function () {
var urlName = window.location.pathname;
$('.e_container-1 .p_list .p_loopitem .s_title a').each(function () {
var urlHref = $(this).attr('href');
if (urlName.indexOf(urlHref) >= 0) {
$(this).addClass('on');
$(this).parent().parent("div").addClass('active');
}
});
if ($(window).width() < 769) {
if ($('.e_container-1 .p_list .p_loopitem.active').length > 0) {
var left = $('.e_container-1 .p_list .p_loopitem.active').offset().left;
console.log(left)
console.log($(window).width() / 2)
if (left > ($(window).width() / 2)) {
$(".e_container-1 .p_list").scrollLeft(left / 2);
}
}
}
});
$(function () {
$('.e_bottomNav-53 .p_level1Box .p_level1Item').find('.p_level2Box').parents('.p_level1Item').addClass('open');
});