登录网上银行
我要办业务
为了更好地为您服务,请您填选以下问题:
请至少选择一项

官方微信

微银行

信用卡

常银生活APP下载

手机银行APP下载
$(document).ready(function(){
// $("#box").click(function(){
// $("#mask").fadeIn('slow');
// })
/*兼容ipad hover事件*/
$(".cen_outer").hover(function(){
$(".bottom_byw").show();
$("#wybyw").hide();
},function(){
$(".bottom_byw").hide();
$("#wybyw").show();
})
/*兼容ipad hover事件*/
$(".outer").hover(function(){
$(".login_box_bottom").show();
$("#box_left").hide();
},function(){
$(".login_box_bottom").hide();
$("#box_left").show();
})
var $top = $("#threeWrapper").offset().top;
var $left = $("#threeWrapper").offset().left;
$("#ab").offset({ top: $top-230, left: $left});
$("#ab").show();
$("#close").click(function(){
$("#mask").fadeOut('slow');
})
$("#slide_x").cxSlide({plus:true,minus:true});
if(window.screen.width>768){
var w=$('.three_wrapper').width();
$(".three_wrapper").css("margin-left",-(w/2));
};
if(window.screen.width<1200){
$("#ab").css("left","10px");
}
/**var animationDiv = $("#star");
animationDiv.bind("webkitAnimationEnd", function() {
animationDiv.removeClass("star1");
animationDiv.addClass("star2");
});**/
//浮层弹出兴福村弹出兴福村弹出
$('#ele9').on('click', function(event){
event.preventDefault();
$(".crcb-mask").show("normal");
$('#blk9').show("normal");
});
//close popup
$('#close9').on('click', function(event){
event.preventDefault();
$(".crcb-mask").hide();
$('#blk9').hide();
});
//浮层弹出
$('.cd-popup-trigger').on('click', function(event){
event.preventDefault();
$('.cd-popup').addClass('is-visible');
$('.twoLinkBtn').css("display","none");
});
//close popup
$('.close').on('click', function(event){
event.preventDefault();
$('.cd-popup').removeClass('is-visible');
$('.twoLinkBtn').css("display","block");
});
//close popup when clicking the esc keyboard button
$(document).keyup(function(event){
if(event.which=='27'){
$('.cd-popup').removeClass('is-visible');
}
});
})
$("#cl").click(function(){
$("#box_right").animate({width:'142px'},"slow");
$("#cl").css("display","none");
$("#op").css("display","block");
});
$("#op").click(function(){
$("#box_right").animate({width:'0px'},"slow");
$("#cl").css("display","block");
$("#op").css("display","none");
});
// $("#box_left").hover(function(){
// $(".login_box_bottom").css("display","block");
// $(".login_box_bottom").animate({height:'338px'},"slow");
// },function(){
// $(".login_box_bottom").css("display","none");
// $(".login_box_bottom").animate({height:'0px'},"slow");
// });
function openDaikuan(){
$(".crcb-mask").show("normal");
$(".crcb-dkquestion").show("normal");
}
function crcbGoon(){
var answer = "1";
if(!answer){
$("#msg").show("normal");
return;
}else{
$("#msg").hide("normal");
}
var hre = "";
if(answer==1){
hre="./xwjr/xwdk/xyjh/"
}else if(answer==2){
$(":radio:checked").removeAttr("checked");
$("#question1").hide();
$("#question2").show();
$("#goback").show();
}else if(answer==3){
hre="./gnlm/qydksq/"
}else if(answer==4){
hre="./gnlm/grdksq/"
}else if(answer==5){
hre=""
}
if(hre!=""){
window.open(hre);
}
}
$("#crcbClose").click(function(){
$(".crcb-mask").hide("normal");
$(".crcb-dkquestion").hide("normal");
})
$("#goback").click(function(){
$("#question2").hide();
$("#question1").show();
$("#goback").hide();
})
$("#aboutOwer").click(function(){
$(".crcb-mask").show("normal");
$("#aboutOwerContent").show("normal");
})
$("#crcbQrcode").click(function(){
$(".crcb-mask").hide("normal");
$("#aboutOwerContent").hide("normal");
})
/*var winWidth ="";
var winHeight ="";
if (window.innerWidth)
winWidth = window.innerWidth;
else if ((document.body) && (document.body.clientWidth))
winWidth = document.body.clientWidth;
if (window.innerHeight)
winHeight = window.innerHeight;
else if ((document.body) && (document.body.clientHeight))
winHeight = document.body.clientHeight;
if (document.documentElement && document.documentElement.clientHeight && document.documentElement.clientWidth)
{
winHeight = document.documentElement.clientHeight;
winWidth = document.documentElement.clientWidth;
}
alert(winWidth);
alert(winHeight);*/
-->