$('#ajaxPage').modal('show').css({
'auto',
'margin-left': function () {
return -($(this).width() / 2);
}
});能够自己主动调整modal对象的宽度。而且绝对居中