/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

	q:before, q:after, blockquote:before, blockquote:after {
		content: "";
		content: none;
	}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

body {
	font: 12px/1.6 'Microsoft YaHei',Arial,Helvetica,sans-serif;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-text-size-adjust: none;
}

img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}


/* global */
body {
	font-size: 14px;
	over-flow: hidden;
	min-width: 1024px;
}

html, body {
	height: 100%;
}

a {
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.btn {
	background: none;
	border: none;
	cursor: pointer;
	width: 75px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}

.btn-red {
	background: url(images/btn_red.png) 0 0 no-repeat;
}

.btn-blue {
	background: url(images/btn_blue.png) 0 0 no-repeat;
}

.btn-green {
	background: url(images/btn_green.png) 0 0 no-repeat;
}

.txt {
	background: none;
	border: none;
}

.container {
	width: 1075px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* default page */
#default {
	width: 100%;
	height: 100%;
	background-color: #fbfeff;
}

	#default .heaader {
		height: 135px;
	}

	#default .header .logo {
		width: 360px;
		margin: 0 auto;
		display: block;
	}

	#default .body {
		height: 396px;
		background: url(images/bg_1.jpg) 0 0 repeat-x;
	}

		#default .body .container {
			background: url(images/bg_2.jpg) 0 0 no-repeat;
		}

		#default .body .entry {
			height: 352px;
			width: 712px;
			margin: 0 auto;
		}

			#default .body .entry .left, #default .body .entry .mid, #default .body .entry .right {
				height: 100%;
				float: left;
			}

			#default .body .entry a {
				width: 194px;
				height: 200px;
				top: 80px;
				position: relative;
				text-indent: -9999px;
				display: block;
				margin: 0 auto;
			}

			#default .body .entry .left a {
				background: url(images/icon_03.png) 0 0 no-repeat;
				margin-right: 65px;
			}

			#default .body .entry .mid a {
				background: url(images/icon_01.png) 0 0 no-repeat;
				margin-right: 65px;
			}

			#default .body .entry .right a {
				background: url(images/icon_02.png) 0 0 no-repeat;
			}

		#default .body .copyright {
			line-height: 44px;
			text-align: center;
			color: #fff;
		}

/* login page */
#login {
	background-color: #efefef
}

	#login .header {
		height: 189px;
	}

		#login .header .logo {
			display: block;
			width: 246px;
			text-align: center;
			float: left;
		}

		#login .header h1 {
			display: block;
			float: left;
			text-indent: -9999px;
			width: 450px;
			background: url(images/login_title.png) 0 0 no-repeat;
			height: 70px;
			margin-top: 90px;
		}

	#login .body {
		background: url(images/login_bg_1.jpg) 0 0 repeat-x;
		height: 360px;
	}

		#login .body .container {
			background: url(images/login_bg_2.jpg) 0 0 no-repeat;
		}

		#login .body table {
			width: 390px;
			margin: 0 auto;
			margin-top: 75px;
		}

			#login .body table .txt {
				width: 250px;
				height: 44px;
				padding-left: 35px;
			}

			#login .body table .txt-username {
				background: url(images/login_input_1.png) 0 0 no-repeat;
			}

			#login .body table .txt-password {
				background: url(images/login_input_2.png) 0 0 no-repeat;
			}

			#login .body table .btn {
				width: 123px;
				height: 53px;
				text-indent: -9999px;
				line-height: 53px;
			}

			#login .body table th {
				font-size: 18px;
				font-weight: bold;
				color: #032b6d;
			}

			#login .body table th, #login .body table td {
				padding: 12px 10px;
			}

			#login .body table .btn-login {
				background: url(images/login_btn_1.png) 0 0 no-repeat;
				margin-right: 33px;
			}

			#login .body table .btn-reset {
				background: url(images/login_btn_2.png) 0 0 no-repeat;
			}

	#login .footer .container {
		padding-top: 15px;
		text-align: center;
	}

/* login2 page */
#login2 {
	background-color: #e6eaed;
}

	#login2 .header {
		height: 179px;
	}

		#login2 .header .logo {
			display: block;
			width: 246px;
			text-align: center;
			float: left;
			margin-left: 200px;
		}

	#login2 .body {
		height: 360px;
	}

		#login2 .body .container {
			background: url(images/login2_bg_2.jpg) center center no-repeat;
		}

		#login2 .body table {
			width: 390px;
			margin: 0 auto;
			margin-top: 105px;
			background: url(images/login2_bg_21.jpg) center center no-repeat;
		}

			#login2 .body table .txt {
				width: 250px;
				height: 44px;
				padding-left: 35px;
			}

			#login2 .body table .txt-username {
				background: url(images/login_input_1.png) 0 0 no-repeat;
			}

			#login2 .body table .txt-password {
				background: url(images/login_input_2.png) 0 0 no-repeat;
			}

			#login2 .body table .btn {
				width: 123px;
				height: 53px;
				text-indent: -9999px;
				line-height: 53px;
			}

			#login2 .body table th {
				font-size: 18px;
				font-weight: bold;
				color: #000e14;
			}

			#login2 .body table th, #login2 .body table td {
				padding: 12px 10px;
			}

			#login2 .body table .btn-login {
				background: url(images/login_btn_1.png) 0 0 no-repeat;
				margin-right: 33px;
			}

			#login2 .body table .btn-reset {
				background: url(images/login_btn_2.png) 0 0 no-repeat;
			}

	#login2 .footer .container {
		padding-top: 15px;
		text-align: center;
	}


/* system */
#system {
	background-color: #efefef;
}

	#system .wrapper {
		height: auto;
		min-height: 100%;
		height: 100%;
		padding-bottom: 40px;
	}

	#system .header {
		height: 212px;
		background: url(images/bg_3.jpg) right 0 no-repeat;
		/*min-width:980px;*/
	}

		#system .header .logo {
		}

	#system .bar {
		background: url(images/bar_bg.jpg) 0 0 repeat-x;
		height: 50px;
		overflow: hidden;
		color: #fff;
		line-height: 50px;
		font-size: 14px;
	}

		#system .bar .container {
			padding: 0 15px
		}

		#system .bar .left {
			float: left;
			/* width: 80%; */
		}

		#system .bar span.calendar {
			display: inline-block;
			background-color: #fff;
			line-height: 28px;
			height: 28px;
			width: 110px;
			border: 1px solid #0b6929;
		}

		#system .bar .txt {
			background-color: #fff;
			height: 26px;
			width: 110px;
			border: 1px solid #0b6929;
		}

		#system .bar span.calendar a {
			display: inline-block;
			width: 16px;
			height: 16px;
			background: url(images/icon_calendar.png) 0 0 no-repeat;
		}

		#system .bar input.calendar {
			border: none;
			width: 90px;
			background: url(images/icon_calendar.png) no-repeat right;
		}

		#system .bar .right {
			float: right;
			width: 20%;
			text-align: right;
		}

	#system .data {
		background-color: #e0f2fb;
		margin: 0 auto;
		padding: 15px;
		border: 1px solid #c1c1c1;
		border-top: 0;
		margin-bottom: 20px;
	}

		#system .data table {
			width: 100%;
			border-collapse: collapse;
			border: 1px solid #c1c1c1;
		}

			#system .data table tfoot tr td {
				line-height: 100px;
				text-align: center;
				color: #db161a;
			}

			#system .data table th {
				font-weight: bold;
				background-color: #e3f5f9;
			}

			#system .data table td {
				background-color: #fff;
			}

			#system .data table th, #system .data table td {
				padding: 6px 8px;
				color: #000e14;
				text-align: center;
				font-size: 14px;
				border: 1px solid #c1c1c1;
			}

			#system .data table tr:hover td {
				background-color: #fff6d9;
			}

			#system .data table a {
				color: #1796d6;
			}

		#system .data .pagination {
			text-align: right;
			margin: 15px 0 5px 0;
		}

			#system .data .pagination a {
				display: inline-block;
				padding: 5px 12px;
				margin: 5px;
				color: #0778c8;
				border: 1px solid #e1e2e3;
				background-color: #fff;
			}

				#system .data .pagination a.current {
					border: none;
					background: none;
					color: #000;
					font-weight: bold;
				}

	#system .footer .container {
		background-color: #363636;
		text-align: center;
		color: #fff;
		line-height: 40px;
		width: 100%;
	}


/* system2 */
#system2 {
	background-color: #efefef;
}

	#system2 .wrapper {
		height: auto;
		min-height: 100%;
		height: 100%;
		padding-bottom: 40px;
	}

	#system2 .header {
		height: 75px;
		line-height: 75px;
		min-width: 980px;
	}

		#system2 .header .logo img {
			margin-top: -14px;
		}

		#system2 .header .container .right {
			float: right;
			width: 20%;
			text-align: right;
			padding-right: 15px;
		}

		#system2 .header .container span {
			font-size: 24px;
			color: #046ecf;
			text-align: right;
		}

	#system2 .bar {
		background-color: #e0f2fb;
		border: 1px solid #c1c1c1;
		width: 982px;
		height: 50px;
		margin: 0 auto;
		padding: 0 10px;
		overflow: hidden;
		color: #000e14;
		line-height: 50px;
		font-size: 14px;
		font-weight: bold;
	}

		#system2 .bar .left {
			float: left;
			width: 101%;
		}

		#system2 .bar span.calendar {
			display: inline-block;
			background-color: #fff;
			line-height: 28px;
			height: 28px;
			width: 110px;
			border: 1px solid #0b6929;
		}

		#system2 .bar .txt {
			background-color: #fff;
			height: 26px;
			width: 110px;
			border: 1px solid #0b6929;
		}

		#system2 .bar span.calendar a {
			display: inline-block;
			width: 16px;
			height: 16px;
			background: url(images/icon_calendar.png) 0 0 no-repeat;
		}

		#system2 .bar input.calendar {
			border: none;
			width: 90px;
		}

		#system2 .bar .right {
			float: right;
			width: 20%;
			text-align: right;
		}

	#system2 .body {
		width: 1002px;
		margin: 0 auto;
		overflow: hidden;
		height: 563px;
	}

	#system2 .data {
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		border-top: 0;
		margin-bottom: 20px;
		overflow-x: scroll;
	}

	#system2 .body .data table {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #c1c1c1;
	}

	#system2 .data table tfoot tr td {
		line-height: 100px;
		text-align: center;
		color: #db161a;
	}

	#system2 .data table th {
		font-weight: bold;
		background-color: #e0f2fb;
	}

	#system2 .data table td {
		background-color: #fff;
		border: 1px solid #c1c1c1;
		text-align: center;
		padding: 6px 8px;
	}

	#system2 .data table th, #system .data table td {
		padding: 6px 8px;
		color: #000e14;
		text-align: center;
		font-size: 14px;
		border: 1px solid #c1c1c1;
	}

	#system2 .data table tr:hover td {
		background-color: #fff6d9;
	}

	#system2 .data table a {
		color: #1796d6;
	}

	#system2 .data .pagination {
		text-align: right;
		margin: 15px 0 5px 0;
	}

		#system2 .data .pagination a {
			display: inline-block;
			padding: 5px 12px;
			margin: 5px;
			color: #0778c8;
			border: 1px solid #e1e2e3;
			background-color: #fff;
		}

			#system2 .data .pagination a.current {
				border: none;
				background: none;
				color: #000;
				font-weight: bold;
			}

	#system2 .footer .container {
		background-color: #363636;
		text-align: center;
		color: #fff;
		line-height: 40px;
		width: 100%;
	}


/* nav */

#nav, #nav .wrap, #nav ul, #nav ul .item {
	overflow: visible;
}

#nav {
	width: 100%;
	height: 65px;
	background: url(images/nav_bg.jpg) repeat-x;
	margin: 0 auto;
}

	#nav ul {
		width: 1164px;
		margin: 0 auto;
	}

		#nav ul .item {
			cursor: pointer;
			font-size: 18px;
			text-align: center;
			float: left;
			position: relative;
			display: block;
			line-height: 65px;
			width: 142px;
			padding: 0 10px;
			background: url(images/line.jpg) no-repeat;
		}

		#nav ul .noline {
			background: none;
		}

		#nav ul .item .link {
			display: block;
			width: 142px;
			color: #fff;
			/*font-weight: bold;*/
		}

		#nav ul .noline {
			margin: 0 auto;
			background: none;
		}

		#nav ul .item a {
			color: #fff;
			display: block;
			height: 65px;
			line-height: 65px;
		}

		#nav ul .active {
			background-color: #f46f0d;
		}

		#nav ul .item a:hover {
			color: #fff;
			font-weight: bold;
			background-color: #f46f0d;
		}

		#nav ul .hover {
			background: url(images/10.gif) repeat-x;
		}


/* info */

.info {
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 0 auto;
	background-color: #dee0e1;
}

	.info .mes {
		width: 1002px;
		margin: 0 auto 0 0px;
		color: #000e14;
	}

.welcome {
	width: 1002px;
	margin: 0 auto;
}
