
        $(document).ready(function () {
            $('.banner_m').slick({
                autoplay: true,  
                autoplaySpeed: 4000, 
                dots: true         
            });
        });
    

		  jQuery(".guide").slide({titCell:"dl",titOnClassName:"cur"});
		

			jQuery(".pro01").slide({titCell:"dl",titOnClassName:"cur"});
			

			    jQuery(".pro03").slide({
			        mainCell: ".pro03_m .pro03_qie",
			        autoPlay: true,
			        delayTime: 200,
			        vis: 3,
			        prevCell: ".pro03_prev",
			        nextCell: ".pro03_next",
			        effect: "leftLoop"
			    });  
			

	jQuery(".process").slide({titCell:"dl",titOnClassName:"cur"});


		  jQuery(".case_nav").slide({titCell:"li",titOnClassName:"cur"});
		

	  $(document).ready(function () {
    jQuery(".case .case_con dl").first().before(jQuery(".case .case_con dl").last());
    jQuery(".case").slide({
        mainCell: ".case_con .case_m",
        effect: "leftLoop",
        autoPlay: false,
        vis: 3
        }
    );
});
  

		    				$(function() {
		    					$(".super").slide({
		    						titCell: ".super_l ul li",
		    						mainCell: ".super_r",
		    						prevCell: '.ys_lico',
		    						nextCell: '.ys_rico',
		    						vis:1,
		    						scroll: 1,
		    						autoPlay:false
		    					});
		    				})
		    			

		  jQuery(".about").slide({titCell:"li",titOnClassName:"cur"});
		

				jQuery(".new_lf").slide({
					titCell:"h5",
					targetCell:".news_m",
					defaultIndex:0,
					effect:"slideDown",
					delayTime:300,
					returnDefault:false,
					titOnClassName:"cur"
				});
			

		jQuery(".news_r").slide({titCell:".news_tit02 ul li",mainCell:".news_rm",effect:"fade",autoPlay:false,delayTime:700});
		

	if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
		new WOW().init();
	};
	

    if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
        (function(){
            window.scrollReveal = new scrollReveal({reset: true});
        })();
    };


        $(function() {
            var time;
            //var winHeight = top.window.document.body.clientHeight || $(window.parent).height();
            $('.client-2').css({
                'marginTop': -($('.client-2').height() / 2)
            });
            $('#client-2 li').on({
                'mouseenter': function() {
                    var scope = this;
                    time = setTimeout(function() {
                        var divDom = $(scope).children('div');
                        var maxWidth = divDom.width();
                        $(scope).stop().animate({
                            left: 77-maxWidth}, 'normal', function() {
                            var pic = $(scope).find('.my-kefu-weixin-pic');
                            if (pic.length > 0) {
                                pic.show();
                            }
                        });
                    }, 100)
                },
                'mouseleave': function() {
                    var pic = $(this).find('.my-kefu-weixin-pic');
                    var divDom = $(this).children('div');
                    var maxWidth = divDom.width();
                    if (pic.length > 0) {
                        pic.hide();
                    }
                    clearTimeout(time);
                    var divDom = $(this).children('div');
                    $(this).stop().animate({
                        left: 0
                    }, "normal", function() {});
                }
            });
            //返回顶部
            $(window).scroll(function() {
                var scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;
                var eltop = $("#client-2").find(".my-kefu-ftop");
                if (scrollTop > 0) {
                    eltop.show();
                } else {
                    eltop.hide();
                }
            });
            $("#client-2").find(".my-kefu-ftop").click(function() {
                var scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;
                if (scrollTop > 0) {
                    $("html,body").animate({
                        scrollTop: 0
                    }, "slow");
                }
            });
        });
    
