if (screen.width < 640) {
	//跳转至手机专用页面
	window.location.href='index_240.htm';
}
