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

