@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Microsoft Yahei", arial, "Hiragino Sans GB", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #fff;
	min-width: 1200px;
}
header {
	height: 90px;
	vertical-align: middle;
	background: #fff;
}
header img {
	padding-top: 20px
}
header h5 {
	color: #999;
	width: auto;
	float: right;
	padding-top: 30px;
	margin: 0
}
header span {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal
}
header em {
	font-size: 24px;
	color: #003586;
	margin-left: 10px;
	font-style: normal;
	font-family: "Arial";
	font-weight: bold;
	line-height: 24px;
	height: 24px;
}
.header-page {
	width: auto;
	float: right;
	padding-top: 32px
}
.header-page div {
	float: left;
	margin-right: 1em
}
.wrap {
	width: 1200px;
	margin: 0 auto
}
nav {
	height: 36px;
	line-height: 36px;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}
nav div div {
	width: auto;
	float: left
}
nav div div:last-of-type {
	float: right
}
nav div div a {
	font-weight: bold;
	margin-left: 1em
}
nav div div:last-of-type a::before {
	content: "\e68d";
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav {
	width: 100%;
	background: #003586;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
.nav ul li {
	float: left;
	padding: 0 35px;
	line-height: unset;
	cursor: pointer;
}
.nav .nav-active {
	background: #ff9700
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #003586;
}

h1, p {
	margin: 0;
}

button{border: none;font-family: "Microsoft Yahei";}

.clear {
	clear: both;
}
/* footer */
footer {
	background: #434a54;
	height: 50px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
}
.sui-table.table-bordered th, .sui-table.table-bordered td {
	font-size: 14px;
	padding: 2px 8px;

}

.sui-pagination ul>.active>a:hover{background-color: #003586 !important; color: #fff !important;}

.sui-pagination ul>.prev>a:hover, .sui-pagination ul>.next>a:hover{background-color: #fafafa !important;color: #003586 !important;border: 1px solid #e0e9ee !important;}
.page-confirm:hover{background-color: #003586 !important;color: #fff !important;}