


















<!DOCTYPE html>
<html>
<head>
	<title>404 - 页面不存在</title>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><meta name="author" content="http://www.supwisdom.com/"/>
<meta name="renderer" content="webkit"><meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10" />
<meta http-equiv="Expires" content="0"><meta http-equiv="Cache-Control" content="no-cache"><meta http-equiv="Cache-Control" content="no-store">
<script src="/uestc/smu_cg/static/jquery/jquery-1.8.3.min.js" type="text/javascript"></script>
<link href="/uestc/smu_cg/static/bootstrap/2.3.1/css_cerulean/bootstrap.min.css" type="text/css" rel="stylesheet" />
<!-- cerulean -->
<script src="/uestc/smu_cg/static/bootstrap/2.3.1/js/bootstrap.min.js" type="text/javascript"></script>
<!-- <link href="/uestc/smu_cg/static/bootstrap/2.3.1/awesome/font-awesome.min.css" type="text/css" rel="stylesheet" /> -->
<!--[if lte IE 7]><link href="/uestc/smu_cg/static/bootstrap/2.3.1/awesome/font-awesome-ie7.min.css" type="text/css" rel="stylesheet" /><![endif]-->
<!--[if lte IE 6]><link href="/uestc/smu_cg/static/bootstrap/bsie/css/bootstrap-ie6.min.css" type="text/css" rel="stylesheet" />
<script src="/uestc/smu_cg/static/bootstrap/bsie/js/bootstrap-ie.min.js" type="text/javascript"></script><![endif]-->
<link href="/uestc/smu_cg/static/jquery-select2/3.4/select2.min.css" rel="stylesheet"  />
<script src="/uestc/smu_cg/static/jquery-select2/3.4/select2.min.js" type="text/javascript"></script>
<link href="/uestc/smu_cg/static/jquery-validation/1.11.0/jquery.validate.min.css" type="text/css" rel="stylesheet" />
<script src="/uestc/smu_cg/static/jquery-validation/1.11.0/jquery.validate.min.js" type="text/javascript"></script>
<link href="/uestc/smu_cg/static/jquery-jbox/2.3/Skins/Bootstrap/jbox.min.css" rel="stylesheet" />
<script src="/uestc/smu_cg/static/jquery-jbox/2.3/jquery.jBox-2.3.min.js" type="text/javascript"></script>
<script src="/uestc/smu_cg/static/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<script src="/uestc/smu_cg/static/common/mustache.min.js" type="text/javascript"></script>
<link href="/uestc/smu_cg/static/common/jeesite.min.css" type="text/css" rel="stylesheet" />
<script src="/uestc/smu_cg/static/common/jeesite.min.js" type="text/javascript"></script>
<script src="/uestc/smu_cg/static/jquery-plugin/loading/loading.min.js" type="text/javascript" ></script>
<script type="text/javascript" src="/uestc/smu_cg/static/layer/layer.js"></script>
<link href="/uestc/smu_cg/static/common/fontawesome/css/fontawesome.min.css" type="text/css" rel="stylesheet" />
<link href="/uestc/smu_cg/static/common/fontawesome/css/buttons.css" type="text/css" rel="stylesheet" />
<script type="text/javascript">var ctx = '/a', ctxStatic='/static';</script>

<style>
.table_title{
	font-size:14px;
	font-weight:bold;
	color:#317eac;
}
</style>

<script type="text/javascript">

$(function(){

	//浏览器兼容性问题
	$("[hidden='hidden']").hide();

	//去除label的鼠标手形
	$("label").css("cursor", "text");

	//时间插件加鼠标手形
	$(".Wdate").css("cursor", "pointer");

	//下拉框必选样式提示bug(选中后提示信息仍然提示)修复
	$("select.required").change(function(){

		var $this = $(this);

		//$this.val() : null 多选 || $this.val() : ""  单选
		if ($this.val() != null && $this.val() != "") {//已选
			$this.removeClass("error").addClass("valid");
			$this.siblings("label.error").hide();
		} else {//未选择
			$this.addClass("error").removeClass("valid");
			$this.siblings("label.error").show();
		}
	});

});

//
function adjustPopWin(){
	var contentHeight = $(document).height();
	var otherHeight = window.parent.$("#maskTitle").height() + window.parent.$("#popWinClose").height();
	window.parent.$("#maskTop").css("margin-top",$(window.parent.parent).scrollTop());
	window.parent.$("#maskTop").height(contentHeight+otherHeight);
	window.parent.$("#myframe").height(contentHeight);
}

//
function confirm(mess, fun, url, closed){
	layer.confirm(mess, {icon: 3, title:'系统提示'}, function(index){
		if(typeof fun == 'function'){
			fun();
		}else{
			window.location.href = url;
		}
	  	layer.close(index);
  	});
  	return false;
}
function confirmss(mess, fun, title,url, closed){
	layer.confirm(mess, {icon: 3, title:title}, function(index){
		if(typeof fun == 'function'){
			fun();
		}else{
			window.location.href = url;
		}
	  	layer.close(index);
  	});
  	return false;
}
function confirmx(title,fun,closed){
	layer.confirm(title, {icon: 3, title:'系统提示'}, function(index){
		if(typeof fun == 'function'){
			fun();
		}else{
			window.location.href = fun;
		}
	  	layer.close(index);
	});
  	return false;
}
function alertx(mess){
	layer.alert(mess,{icon: 6});
}
</script>

</head>
<body>
	<div class="container-fluid">
		<div class="page-header"><h1>页面不存在.</h1></div>
		<div><a href="javascript:" onclick="history.go(-1);" class="btn">返回上一页</a></div>
		<script>try{top.$.jBox.closeTip();}catch(e){}</script>
	</div>
</body>
</html>
<!--/static/layui2.5.css-->