//在线联系
$(document).ready(function(){
	$(".post_server").colorbox({iframe:true, innerWidth:600, innerHeight:450});	
});

