jQuery(".lptypeBox_ul1").slide({titCell:".hd ul",mainCell:".list ul",autoPage:true,effect:"left",autoPlay:true,scroll:1,vis:1,trigger:"click",interTime:5000});
jQuery(".lptypeBox_ul2").slide({titCell:".hd ul",mainCell:".list ul",autoPage:true,effect:"left",autoPlay:true,scroll:1,vis:1,trigger:"click",interTime:5000});
document.title = 'The Fresh City(自在城)-海居网';	


//tab 选项卡切换  ----优化
 function tab (name1,name2,name3){;
    $(name1).on('click',function(){
        $(name2).hide();
        var Idoption = $(this).attr(name3);
        $(name2+'['+name3+''+'='+ Idoption +']').show();
        $(this).addClass('on').siblings().removeClass('on');
    })
    $(name1).eq(0).addClass('on');
    $(name2).eq(0).show();
}
tab('.lpxc_nav a','.lptypeBox_ul','data-id');





	
//报名验证提交的调用 底下报名
PublicAction.AjaxSend({CORID:'buttom_a'/*操作ID*/});
$('.submit_area .buttom_a').on('click',function(){
    setTimeout(function(){
        var _html = $('.alert-container .alert-content').html();
        if(_html == '提交成功'){
            // delbox();
            $('.inp-s').val('');
        }
        console.log(_html);
    },300)  
 
})