* {
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-family: 'Arial Normal', 'Arial';
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	min-height: 600px;
	margin: 0;
	padding: 0;
	overflow: auto;
	background: #f9f9f9;
	min-width: 1200px;
}

ul,
li {
	list-style: none;
	vertical-align: top;
}

a {
	color: #ff9e00;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	outline: none;
}

form {
	display: inline;
}

img {
	vertical-align: middle;
	border: 0;
}

label {
	white-space: pre;
}

input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	outline: 0;
	min-height: 20px;
}

select {
	border: 1px solid #cacaca;
	border-radius: 4px;
	height: 28px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background: #ff9a14;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
}

input[type="button"],
input[type="reset"],
input[type="submit"]:hover {
	/*color:#000;*/
}

input[type="text"],
input[type="password"] {
	border: 1px solid #EAEAEA;
	border-radius: 3px;
	min-height: 26px;
	padding-left: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #ff9e00;
}

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	resize: none;
	padding-left: 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	margin-top: 10px;
}

.top {
	height: 85px;
	width: 100%;
	background-image: linear-gradient(rgba(255, 255, 255, 0.99),
			rgba(255, 255, 255, 0.99)),
		linear-gradient(90deg,
			#ffad12 0%,
			#f89715 33%,
			#f18017 100%);
	background-blend-mode: normal,
		normal;
	border-bottom: solid 1px #eaeaea;
}

.top-border {
	height: 5px;
	background-image: linear-gradient(90deg,
			#ffad12 0%,
			#f89715 33%,
			#f18017 100%);
}

.top-main {
	height: 80px;
}

.top-left {
	display: inline-block;
	overflow: hidden;
	height: 100%;
}

.logo {
	height: 56px;
	vertical-align: middle;
	margin-left: 10px;
}

.top-name-div {
	display: inline-block;
	margin-left: 10px;
	line-height: 65px;
	vertical-align: middle;
	padding-top: 10px;
}

.top-name-div h1 {}

.top-name-div p {
	font-size: 14px;
	/* font-weight: 600; */
	color: #333333;
}

.top-middle {
	display: inline-block;
	height: 100%;
	margin: 0 0 0 50px;
	padding-top: 10px;
	vertical-align: top;
	line-height: 65px;
}

.admin-change {
	display: inline-block;
	cursor: default;
	color: #ff9e00;
	font-size: 16px;
}

.admin-change:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 23px;
	/* background: url(../image/icon-school.png) no-repeat center center; */
	background: url(../image/zfu.png) no-repeat center center;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -4px;
}

.top-school {
	display: inline-block;
	width: 235px;
	/* width:214px; */
	position: relative;
	background: #FCFAFA;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 5px;
	vertical-align: middle;
}

.schoolList {
	width: 100%;
	height: 39px !important;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #eaeaea !important;
	padding-left: 10px;
	/* background: url(../image/down.png) 190px center no-repeat; */
	background: url(../image/down.png) 215px center no-repeat;
	padding-right: 20px;
}

.top-school-ul {
	position: absolute;
	width: 100%;
	display: none;
	max-height: 166px;
	overflow: auto;
	background: #FFFFFF;
	line-height: 34px;
	z-index: 999;
}

.top-school li a {
	color: #666;
	display: block;
	padding: 0 0 0 18px;
}

.top-school li a:hover {
	color: #ff9e00;
}

.top-right {
	float: right;
	padding-top: 10px;
	height: 100%;
	line-height: 65px;
	color: #666666;
	margin-right: 70px;
}

.top-user-name {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.top-ul {
	display: inline-block;
}

.top-ul li {
	display: inline-block;
	height: 100%;
	text-align: center;
	margin: 0 30px 0 0;
}

.top-ul img {
	vertical-align: middle;
}

.top-ul span {
	vertical-align: middle;
}

.left-navi {
	width: 208px;
	display: block;
	float: left;
	margin-right: -100%;
	box-sizing: border-box;
	min-height: 494px;
	background: #FFFFFF;
}

.left-ul {
	display: block;
	overflow: hidden;
	margin: auto;
	margin-top: 18px;
}

.left-title {
	background-position: 167px center;
	background-image: url(../image/icon-right.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.left-title h3 {
	font-size: 16px;
	text-align: left;
	height: 50px;
	line-height: 54px;
	color: #ff9e00;
	padding-left: 58px;
	background-position: 34px center;
	background-repeat: no-repeat;
}

.index-a {
	color: #333 !important;
	font-size: 16px;
}

.navi-ul {
	display: none;
	background: #fbfbfb;
}

.active>ul {
	display: block;
}

.active>.left-title {
	background-image: url(../image/icon-down.png);
}

.navi-ul li {
	padding-left: 5px;
}

.navi-ul a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 53px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	color: #333333;
}

.navi-ul a.on {
	color: #006bd8;
	background: #ff9e00;
	color: #FFFFFF;
}

.middle {
	overflow-x: hidden;
}

.current-position {
	display: block;
	color: #999999;
}

.current-position a {
	color: #999;
}

.main-container {
	display: block;
	box-sizing: border-box;
	margin-left: 208px;
	padding: 22px 30px 20px;
	background: #F9F9F9;
}

.footer {
	width: 100%;
	overflow: auto;
	background: #ccc;
}

.footer-record {
	color: #666666;
	font-size: 12px;
	text-align: center;
	margin: 15px 0 10px 0;
}
.left-title .lab_h3{
	background-size: 11%;
	background-position-x:31px;
}