



//高度计算
$(function() {
		//高度计算
		$("i.lpic img").height($("i.lpic img").width() / (4 / 3));
		$(".inleft_new_tb_tu1 img").height($(".inleft_new_tb_tu1 img").width() / (4 / 3));
		$(".in_right3 img").height($(".in_right3 img").width() / (4 / 3));
		$(".inleft_new img").height($(".inleft_new img").width() / (4 / 3));
		
		
		//手机图片居中
		
		$(".content_cn p img").parent().addClass("phone_img")

});

//统计


//百度统计---X3

var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?cee791c4bbeabb6d855f74c04314f1c6";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();

