﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
/*min-width: 1200px;*/
min-width:auto !important
}
body {
	font: 14px "Microsoft YaHei", Verdana, Arial, Geneva, sans-serif;
	color: #323a45;
	background-color: #fff;
	padding-top: 58px!important;
	padding-bottom:40px;
}
img {
	border-style: none;
}
ul {
	list-style-type: none;
}
li {
	list-style-image: none;
}
a {
	color: #308dde;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #065cbb;
}
input, textarea, select {
	outline: none;
}
textarea {
	resize: none;
}
.header {
	height: 34px;
	width: 97%;
	padding: 10px 20px;
	position:fixed;
	background: url(../images/header-bg.gif) repeat-x left center;
	border-bottom: 4px #885f05 solid;
}
.header2 {
	height: 34px;
	padding: 10px 20px;
	background: url(../images/header-bg.gif) repeat-x left center;
	border-bottom: 4px #885f05 solid;
}

.header-inner {
	width: 100%;/*1200px;*/
	margin: 0 auto;
}
.header-logo {
	width: 170px;
	height: 34px;
	float: left;
}
.header-logo a {
	display: inline-block;
	float: left;
	width: 170px;
	height: 34px;
	background: url(../images/logo.png) no-repeat;
	_background: url(../images/logo.gif) no-repeat;
}
.s-logo {
	float:left;
	position:relative;
	top:2px;
	left:20px;
	padding:2px 12px;
	height:24px;
	background-color:#f5f7e5;
	border:1px #c4c5a6 solid;
	border-radius:4px;
	font-size:18px;
	color:#636448;
	line-height:24px;
}
.s-logo .arr {
	position:absolute;
	top:6px;
	left:-11px;
	width:11px;
	height:15px;
	background:url(../images/arr.png) no-repeat;
	_background:url(../images/arr.gif) no-repeat;
}
.header-text {
	float: right;
	height: 24px;
	padding-top: 5px;
	color: #258;
	line-height: 24px;
}
.container {
	clear: both;
	padding:0px 20px;
}
.main {
	width: 1200px;
	float: left;
	padding: 30px 0px;
}
.form-box {
	margin:0px 0px;
	padding: 0px;
	border: 1px solid #d2d6dc;
	background-color: #f5f8fb;
}
.form-main {
	padding: 10px;
}

.form-box2 {
	width: 1300px;
	float: left;
	padding: 15px 20px 20px;
	border: 1px solid #e9eef4;
	background-color: #f5f8fb;
}
.form-tip {
	font: 20px "微软雅黑";
	color: #35495a;
	padding: 0px 10px;
	text-align:left;
	border-bottom: 1px #d2d6dc solid;
	background-color:#f2dfdf;
	line-height: 40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.form-tab {
	clear: both;
	width: 100%;
	margin-top: 10px;
}
.form-tab td {
	padding: 2px;
	font: 14px "微软雅黑";
	color: #222;
	line-height: 16px;
}

.form-tab td.form-tab-bg{
	background-color: #cfeffc;
}

.form-tab td.form-tab-tit {
	background-color: #cfeffc;
	width: 24px;
	padding: 12px 5px;
	text-align: center;
	font-size: 16px;
}
.form-tab td.form-tab-tit2 {
	background-color: #cfeffc;
	width: 70px;
	padding: 12px 5px;
	text-align: center;
	font-size: 16px;
}

.form-tab td.form-tab-text {
	width: 90px;
	text-align: right;
}
.form-tab td span.red {
	color: red;
}
.form-input {
	font: 14px "微软雅黑";
	padding: 2px 5px;
	border: 1px solid #E7E7EB;
	background: #FFF none repeat scroll 0% 0%;
	line-height: 20px;
	color: #404040;
	width: 200px;
	vertical-align: middle;
}

.form-input2 {
	font: 14px "微软雅黑";
	border: 1px solid #E7E7EB;
	background: #FFF none repeat scroll 0% 0%;
	line-height: 16px;
	color: #404040;
	width: 200px;
	vertical-align: middle;
}

.form-input-qty {
	font: 14px "微软雅黑";
	padding: 2px 5px;
	border: 1px solid #E7E7EB;
	background: #FFF none repeat scroll 0% 0%;
	line-height: 20px;
	color: #404040;
	width: 100px;
	vertical-align: middle;
}
.form-input-l {
	font: 14px "微软雅黑";
	padding: 2px 5px;
	border: 1px solid #E7E7EB;
	background: #FFF none repeat scroll 0% 0%;
	line-height: 20px;
	color: #404040;
	width: 518px;
	vertical-align: middle;
}
.form-btn {
	display: inline-block;
	border: none;
	outline: 0;
	padding: 3px 12px;
	font: 14px "微软雅黑" !important;
	line-height: 20px;
	cursor: pointer;
	background-color: #43b1dd;
	color: #fff !important;
	border-radius: 2px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.form-btn:hover {
	color: #fff;
	background-color: #59c6f1;
}
.form-select {
	height: 24px;
	line-height: 24px;
	color: #222;
	vertical-align: middle;
}
.form-select2 {
	line-height: 16px;
	color: #222;
	vertical-align: middle;
}

select option{
	color: #222; 
	font-weight:400;
}

.selected{ 
	font-weight:bold; 
	color:red;
}

.form-tab td.red-tip {
	border: 1px red solid;
	color: red;
	font-size: 16px;
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
}
.form-con {
	clear: both;
	padding: 10px 0px;
	line-height: 30px;
	color: #222;
}
.form-con label {
	color: #666;
}
.form-tabs {
	clear: both;
	width:100%;
	overflow:hidden;
	padding-bottom: 10px;
}
.form-tabs-left {
	width: 30%;
	float: left;
}
.form-tabs-right {
	width: 65%;
	float: right;
}
.btn-box {
	height: 26px;
}
.frame-tab {
	border: 1px #aaa solid;
	border-right: none;
	border-bottom: none;
}
.frame-tab td {
	border: 1px #aaa solid;
	border-left: none;
	border-top: none;
}
.frame-tab td.frame-tab-tit {
	width: 24px;
	padding: 12px 5px;
	text-align: center;
	font-size: 16px;
	background-color: #cfeffc;
}
.frame-tab td span {
	font-size: 12px;
	color: #666;
}
.frame-tab td a.link {
	text-decoration: none;
	font: 12px "微软雅黑";
	color: #458ef5;
}
.frame-tab td a.link:hover {
	color: #f76301;
}
.b-red {
	background-color: red;
}
.b-yellow {
	background-color: yellow;
}
/*new 2015-7-8*/
.search-box {
	padding: 10px;
	background: #f5f8fb;
	border-radius: 2px;
	margin-bottom: 10px;
}
.query-tab {
	width: 100%;
}
.query-tab td {
	font-size: 14px;
	padding: 2px 6px;
	line-height: 26px;
	color: #222;
}
.query-tab td.query-tab-tit {
	width: 60px;
	text-align: right;
}
.table {
	clear: both;
	width: 100%;
	background-color: #fff;
	border-left: 1px #e9eef4 solid;
	border-top: 1px #e9eef4 solid;
}
.table td, .table th {
	border-right: 1px #e9eef4 solid;
	border-bottom: 1px #e9eef4 solid;
	padding: 4px 6px;
	font: 14px "微软雅黑";
	line-height: 26px;
	color: #666;
	text-align: center;
}
.table th {
	background-color: #f5f8fb;
	color: #222;
}
.table td.table-tit {
	width: 24px;
	padding: 12px 5px;
	text-align: center;
	font-size: 16px;
	background-color: #cfeffc;
}
.table td span {
	font-size: 12px;
	color: #666;
}

.table td a.link {
	text-decoration: none;
	font: 12px "微软雅黑";
	color: #458ef5;
}
.table td a.link:hover {
	color: #f76301;
}
a.cate-alink {
	display: inline-block;
	float: left;
	width: 240px;
	text-align: center;
	padding: 2px 4px;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #303030;
	background-color: #ecf7fa;
	border-radius: 3px;
	border: 1px #cfe3e8 solid;
	margin: 0px 20px 20px 0px;
}
a.cate-alink:hover {
	background-color: #f3fafc;
}
a.cate-alink font {
	font-size: 14px;
}
.main-tab {
	width: 100%;
	background-color: #fff;
	border-top: 1px #dae5ea solid;
	border-left: 1px #dae5ea solid;
}
.main-tab td, .main-tab th {
	padding: 3px 8px;
	line-height: 24px;
	color: #666;
	border-right: 1px #dae5ea solid;
	border-bottom: 1px #dae5ea solid;
	font-size: 14px;
}
.main-tab th {
	color: #222;
	background-color: #e5eff4;
	font-weight: 400;
	text-align: left;
}
.main-tab td.main-tab-tit {
	width: 100px;
	text-align: right;
	color: #222;
	background-color: #e9f8ff;
}
.main-tab td input.tab-input {
	font: 12px "微软雅黑";
	padding: 2px 4px;
	border: 1px solid #E7E7EB;
	background: #FFF none repeat scroll 0% 0%;
	height:24px;
	line-height: 20px;
	color: #404040;
	width: 80px;
	vertical-align: middle;
}
.form-tip-h4 {
	font: 16px "微软雅黑";
	color: #0d8cdb;
	line-height: 40px;
} 
.login-box {
	width: 482px;
	margin: 150px auto;
}
.login-con {
	width: 470px;
	float: left;
	padding: 20px;
	border: 1px solid #E7E7EB;
	background-color: #F4F5F9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
.login-tip {
	padding-left: 20px;
	padding-bottom: 10px;
	font: 18px "微软雅黑";
	font-weight: 400;
	color: #222;
	line-height: 30px;
}
.login-table {
}
.login-table {
	width: 100%;
}
.login-table td {
	padding: 8px;
	font: 14px "微软雅黑";
	color: #222;
	line-height: 28px;
}
.login-table td span.spec1 {
	color: #777;
}
.login-table td span.spec2 {
	font-size: 12px;
	color: #999;
}
.login-table td.login-tab-left {
	width: 100px;
	text-align: right;
}
span.red {
	color: red;
	padding-left: 4px;
}
.form-textarea {
	font: 14px "微软雅黑";
	padding: 2px 5px;
	border: 1px solid #E7E7EB;
	background: #FFF none repeat scroll 0% 0%;
	line-height: 24px;
	color: #404040;
	width: 800px;
	height:120px;
	vertical-align: middle;
}
a.cate-alink2 {
	clear:left;
	float:left;
	display: inline-block;
	text-decoration: underline;
	font-size: 14px;
	line-height: 30px;
	color: #008cd7;
}
a.cate-alink2:hover {
	color:#f60;
}
a.cate-alink2 font {
	font-size: 14px;
}
.container-suit {
	clear: both;
	min-width: 400px;
	margin: 0 auto;
}
.main-suit {
	width: 100%;
	float: left;
	padding: 30px 0px;
}
.form-box-suit {
	min-width: 358px;
	float: left;
	padding: 15px 20px 20px;
	border: 1px solid #e9eef4;
	background-color: #f5f8fb;
}
.bgc {
	background-color:#fafaf1;
}
p.welcome {
	float: left;
	color: #555a5d;
	font-size: 14px;
	line-height: 32px;
}
p.welcome span {
	color: #0589e9;
	padding: 0px 5px;
}
ul.wl-infos {
	overflow:auto;
}
ul.wl-infos li {
	width:28%;
	float:left;
	padding:5px 2% 20px;
}
.show-infos {
	padding:10px 0px;
	background-color: #fcfdfe;
	border: 1px #e9eef4 solid;
	color:#555;
	line-height:1px;
}
h3.si-tit {
	color: #222;
	font-weight:400;
}
h3.si-tit span {
	padding:0px 5px;
	color:#555;
	font-size:14px;
}

.mainMenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position:fixed;
	background-color:#fbfcf7;
}

.mainMenu li {
	padding:0;
	list-style-image: none;
	font-size:14px;
	line-height:20px;
	border-bottom:1px #eee solid;
}

.menubg {
	border-right:1px #eee solid;
	background-color:#fbfcf7;
}

.mainMenu li.menuTit{ 
	text-align:center; 
	background-color:#f2dfdf; 
	font-size:20px; 
	color:#35495a; 
	line-height:41px;
}

.mainMenu .active{
	background-color: #f1f1f1 !important;
}

.mainMenu li a {
	display:block;
	line-height:36px;
	padding-left:5px
}

.mainMenu li a:hover {
	background-color: #f5f5f5;
}

.footer-box {
	text-align:center;
	line-height:31px;
	background-color:#eee;
	position:fixed;
	bottom: 0;
	width: 100%;
}
.nav_bg_gray {
	background-color: #E8E8E8;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	width: 174px;
	float: left;
}
.nav_gray_blue {
	height: 35px;
	width: 21px;
	display: inline-block;
	background: transparent url("../images/alp-wizard.gif") repeat scroll -340px -54px;
	float: left;
}
.nav_bg_blue {
	background-color: #BAD6EF;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	width: 172px;
	float: left;
}
.nav_blue_gray {
	height: 35px;
	width: 21px;
	display: inline-block;
	background: transparent url("../images/alp-wizard.gif") repeat scroll -340px -5px;
	float: left;
}
.nav_gray_gray {
	height: 35px;
	width: 21px;
	display: inline-block;
	background: transparent url("../images/alp-wizard.gif") repeat scroll -340px -110px;
	float: left;
}
.up_btn{   
         width:33px;   
         height:28px;   
         background:url("../images/up.png") no-repeat center;   
         cursor:pointer; 
         border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
}
.down_btn{   
         width:33px;   
         height:28px;   
         background:url("../images/down.png") no-repeat center;   
         cursor:pointer; 
         border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
}

.redx{ 
	border: 1px red solid !important;
	background-color:#FFECEC !important;
}

.frm_errorBox {
	margin:0 auto;
	padding:0.7em 2em 0.3em 2em;
	background-color:#FCDCDC;
	border:2px solid #F89E9E;
}
.frm_errorBox p,  .frm_errorBox li {
	padding:0 0 0.4em 0;
	color:#AE0F0F;
}
.frm_errorBox li {
	list-style:disc;
	line-height:20px;
	font-size:14px;
}

.pageup
{
height:20px;
width:60px;
background-color:#BAD6EF;
}
.pagedown
{
height:20px;
width:60px;
background-color:#BAD6EF;
}
.gbttoday
{
margin-top:3px;
height:20px;
width:60px;
background-color:#BAD6BB;
}

.underline > td {
border-top: 1px red solid;
}

.text-left {
	text-align: left !important;
}


.treeselect{
	position:absolute;
	z-index:999;
	height:200px; 
	min-width:163px; 
	background-color:white;
	border:1px solid;
	overflow-y:auto;
	overflow-x:auto;
}

.icon-search{
	width:30px;   
	height:30px;  
	background:url("../images/select.png") no-repeat center; 
	cursor:pointer; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.sort-icon {
  padding: 0;
  display: none;
}

.sort-desc{
  display: inline;
  padding: 0 13px 0 0 !important;
  background: url('../images/images/datagrid_icons.png') no-repeat -16px center;
}
.sort-asc{
  display: inline;
  padding: 0 13px 0 0 !important;
  background: url('../images/images/datagrid_icons.png') no-repeat 0px center;
}


.lineheight{
	line-height: 16px !important;
}

.onlyNumber{
	
	ime-mode:disabled;
}

.onlyNumber2{
	
	ime-mode:disabled;
}

.line_gray{
	
	background-color: #d6d6db!important;
}
