﻿
        $(document).ready(function() {

//        //首页方案的滑动效果
    $(".zr .cent_detail:first").show();
        $(".zr .lianjiea").bind("click",function(){
                 $(".zr .cent_detail").stop(true,true).slideUp('slow');
                 $(this).next(".cent_detail").stop().slideDown('slow')
        })
//        //产品滑动效果,
    $(".wxq .cent_detail:first").show();
      $(".wxq .lja").bind("click",function(){
                 $(".wxq .cent_detail").stop(true,true).slideUp('slow');
                 $(this).next(".cent_detail").stop().slideDown('slow')
        })
        });
 


