@charset "gb2312";
/* CSS Document */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
	font-size:9pt;
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family:'微软雅黑';
	margin:0 auto;
}
ul {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
li {
	display:block;
	margin:0;
	padding:0;
	list-style: none;
}
img {
	border:0;
}
dl, dt, dd, span {
	margin:0;
	padding:0;
	display:block;
}
a, a:focus {
	text-decoration:none;
	color:#000;
	outline:none;
	/*blr:expression(this.onFocus=this.blur());*/
}
a:hover {
	color:#00a4ac;
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
cite {
	font-style:normal;
}
h2 {
	font-weight:normal;
}
.clearfloat {clear:both;height:0;font-size:1px;line-height: 0px;} 
/*cloud*/

#mainBody {
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
}
.cloud {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../images/cloud.png) no-repeat;
	z-index:1;
	opacity:0.5;
}
#cloud2 {
	z-index:2;
}
/*login*/
.logintop {
	height:47px;
	position:absolute;
	top:0;
	background:url(../images/loginbg1.png) repeat-x;
	z-index:100;
	width:100%;
}
.logintop span {
	color:#fff;
	line-height:47px;
	background:url(../images/loginsj.png) no-repeat 21px 18px;
	text-indent:44px;
	color:#afc5d2;
	float:left;
}
.logintop ul {
	float:right;
	padding-right:30px;
}
.logintop ul li {
	float:left;
	margin-left:20px;
	line-height:47px;
}
.logintop ul li a {
	color:#afc5d2;
}
.logintop ul li a:hover {
	color:#fff;
}
.loginbody {
	background:url(../images/loginbg3.png) no-repeat center center;
	width:100%;
	height:585px;
	overflow:hidden;
	position:absolute;
	top:35px;
}
.systemlogo {
	background:url(../images/loginlogo.png) no-repeat center;
	width:100%;
	height:78px;
	margin-top:70px;
}
.loginbox {
	width:692px;
	height:336px;
	background:url(../images/logininfo.png) no-repeat;
	margin-top:30px;
}
.loginbox ul {
	margin-top:88px;
	margin-left:285px;
}
.loginbox ul li {
	margin-bottom:18px;
}
.loginbox ul li label {
	color:#687f92;
	padding-left:25px;
}
.loginbox ul li img {
	margin-bottom:3px;
}
.loginbox ul li label a {
	color:#687f92;
}
.loginbox ul li label a:hover {
	color:#3d96c9;
}
.loginbox ul li label input {
	margin-right:5px;
}
.placeholderuser{
	font-size:14px;
	position:absolute;
	left:304px;
	top:90px;
	line-height:48px;
	background:none;
	color: #90a2bc;
}
.loginuser {
	width:299px;
	height:48px;
	background:url(../images/loginuser.png) no-repeat;
	border:none;
	line-height:48px;
	padding-left:44px;
	font-size:14px;
	/*font-weight:bold;*/
	color:#90a2bc;
}
.placeholder{
	font-size:14px;
	position:absolute;
	left:304px;
	top:158px;
	line-height:48px;
	background:none;
	color: #90a2bc;
}
.loginpwd {
	width:299px;
	height:48px;
	background:url(../images/loginpassword.png) no-repeat;
	border:none;
	line-height:48px;
	padding-left:44px;
	font-size:14px;
	color:#90a2bc;
}
.loginyzm {
	width:74px;
	height:33px;
	background:url(../images/logincode.png) no-repeat;
	border:none;
	line-height:33px;
	padding-left:9px;
	font-size:14px;
	color:#90a2bc;
}
.loginbtn {
	width:111px;
	height:35px;
	background:url(../images/buttonbg.png) repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	line-height:35px;
}
.loginbm {
	height:50px;
	line-height:50px;
	text-align:center;
	background:url(../images/loginbg2.png) repeat-x;
	position:absolute;
	bottom:0;
	width:100%;
	color:#0b3a58;
}
.loginbm a {
	font-weight:bold;
	color:#0b3a58;
}
.loginbm a:hover {
	color:#fff;
}
/*top.html*/
#header{
	overflow: hidden;
	background:url(../images/topbg.gif) repeat-x;
}
.header {
	height:88px;
}
.topleft {
	height:88px;
	background:url(../images/topleft.jpg) no-repeat;
	float:left;
	width:300px;
}
.topleft img {
	margin-top:12px;
	margin-left:10px;
}
.topright {
	height:88px;
	background:url(../images/topright.jpg) no-repeat right;
	float:right;
}
.nav {
	float:left;
	padding-left:80px;
}
.nav li {
	float:left;
	width:87px;
	height:88px;
	text-align:center;
}
.nav li a {
	display:block;
	width:87px;
	height:88px;
	-moz-transition: none;
	transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}
.nav li a.selected {
	background:url(../images/navbg.png) no-repeat;
}
.nav li a:hover {
	display:block;
	background:#000;
	color:#fff;
	background: none repeat scroll 0% 0% rgb(43, 127, 181);
}
.nav li img {
	margin-top:10px;
}
.nav li a {
	display:block;
}
.nav a h2 {
	font-size:14px;
	color:#d6e8f1;
}
.nav a:hover h2 {
	color:#fff;
}
.topright ul {
	padding-top:15px;
	float:right;
	padding-right:10px;
}
.topright ul li {
	float:left;
	padding-left:6px;
	padding-right:6px;
	background:url(../images/line.gif) no-repeat right;
}
.topright ul li:last-child {
	background:none;
}
.topright ul li a {
	font-size:13px;
	color:#e9f2f7;
}
.topright ul li a:hover {
	color:#fff;
}
.topright ul li span {
	margin-top:2px;
	float:left;
	padding-right:3px;
}
.user {
	height:30px;
	background:url(../images/ub1.png) repeat-x;
	clear:both;
	margin-top:10px;
	float:right;
	margin-right:12px;
	border-radius:30px;
	behavior:url(../js/PIE.htc);
	white-space:nowrap;
	position:relative;
}
.user span {
	display:inline-block;
	padding-right:10px;
	background:url(../images/user.png) no-repeat 15px 10px;
	line-height:30px;
	font-size:14px;
	color:#b8ceda;
	padding-left:20px;
	padding-left:35px;
}
.user b {
	display:inline-block;
	width:20px;
	height:18px;
	background:url(../images/msg.png);
	text-align:center;
	font-weight:normal;
	color:#fff;
	font-size:14px;
	margin-right:13px;
	margin-top:7px;
	line-height:18px;
}
.user i {
	display:inline-block;
	margin-right:5px;
	font-style:normal;
	line-height:30px;
	font-size:14px;
	color:#b8ceda;
}
/*left.html*/
.lefttop {
	background:url(../images/lefttop.gif) repeat-x;
	height:40px;
	color:#fff;
	font-size:14px;
	line-height:40px;
}
.lefttop span {
	margin-left:8px;
	margin-top:10px;
	margin-right:8px;
	background:url(../images/leftico.png) no-repeat;
	width:20px;
	height:21px;
	float:left;
}
.leftmenu {
	width:187px;
	padding-bottom: 600px;
	margin-bottom: -600px;
	overflow:hidden;
	background:url(../images/leftline.gif) repeat-y right;
}
.leftmenu dd {
	background:url(../images/leftmenubg.gif) repeat-x;
	line-height:35px;
	font-weight:bold;
	font-size:14px;
	border-right:solid 1px #b7d5df;
}
.leftmenu dd span {
	float:left;
	margin:10px 8px 0 12px;
}
.leftmenu dd .menuson {
	display:none;
}
.leftmenu dd:first-child .menuson {
	display:block;
}
.menuson {
	line-height:30px;
	font-weight:normal;
}
.menuson li {
	cursor:pointer;
}
.menuson li.active {
	position:relative;
	background:url(../images/libg.png) repeat-x;
	line-height:30px;
	color:#fff;
}
.menuson li cite {
	display:block;
	float:left;
	margin-left:32px;
	background:url(../images/list.gif) no-repeat;
	width:16px;
	height:16px;
	margin-top:7px;
}
.menuson li.active cite {
	background:url(../images/list1.gif) no-repeat;
}
.menuson li.active i {
	display:block;
	background:url(../images/sj.png) no-repeat;
	width:6px;
	height:11px;
	position:absolute;
	right:0;
	z-index:10000;
	top:9px;
	right:-1px;
}
.menuson li a {
	display:block;
*display:inline;
*padding-top:5px;
}
.menuson li.active a {
	color:#fff;
}
.title {
	cursor:pointer;
}
/*right.html*/
.place {
	height:40px;
	background:url(../images/righttop.gif) repeat-x;
}
.place span {
	line-height:40px;
	font-weight:bold;
	float:left;
	margin-left:12px;
}
.placeul li {
	float:left;
	line-height:40px;
	padding-left:7px;
	padding-right:12px;
	background:url(../images/rlist.gif) no-repeat right;
}
.placeul li:last-child {
	background:none;
}
.rightinfo {
	position: relative;
	padding:8px;
}
.tools {
	clear:both;
	min-height:35px;
	margin-bottom:8px;
	box-sizing: border-box;
}
.toolbar {
	float:left;
}
.toolbar > li {
	background:url(../images/toolbg.gif) repeat-x;
	line-height:33px;
	height:33px;
	border:solid 1px #d3dbde;
	float:left;
	/*padding-right:10px;*/
	margin-right:5px;
	border-radius: 3px;
	behavior:url(js/pie.htc);
	cursor:pointer;
}
.toolbar > li span {
	float:left;
	margin-left:10px;
	margin-right:5px;
	margin-top:5px;
}
.toolbar > li.click > a{
	display: block;
	padding-right:10px;
	height: 100%;
}
.toolbar > li.click .sicon,
.toolbar > li.click .sicon_color,
.toolbar > li.click .sicon_white{
	margin-top:8px;
}
.toolbar > li.click .icon{
	margin-top:9px;
}
.toolbar > li.click .icon24{
	margin-left: 6px;
}
.toolbar > li.click .icon32{
	margin-top:1px;
	margin-left: 6px;
}

.toolbar1 {
	float:right;
	margin-bottom: 3px;
}
.toolbar1 > li {
	/*background:url(../images/toolbg.gif) repeat-x;*/
	line-height:33px;
	height:33px;
	/*border:solid 1px #d3dbde;*/
	float:left;
	/*padding-right:10px;*/
	margin-left:5px;
	/*border-radius: 3px;
	behavior:url(js/pie.htc);*/
}
.li_bt{
	background:url(../images/toolbg.gif) repeat-x;
	line-height:33px;
	height:33px;
	border:solid 1px #d3dbde;
	float:left;
	padding-left:10px;
	padding-right:5px;
	margin-right:5px;
	border-radius: 3px;
	behavior:url(js/pie.htc);
	cursor:pointer;
}

.toolbar1 > li span {
	float:left;
	/*margin-left:5px;*/
	/*margin-right:5px;
	margin-top:5px;*/
}
.tablelist {
	border:solid 1px #cbcbcb;
	width:100%;
	clear:both;
}
.tablelist th {
	background:url(../images/th.gif) repeat-x;
	height:25px;
	line-height:25px;
	border-bottom:solid 1px #b6cad2;
	text-indent:11px;
	text-align:left;
	white-space:nowrap;
}
.tablelist td {
	/*line-height:26px;
	text-indent:5px;*/
	padding: 5px 3px;
	border-right: dotted 1px #c7c7c7;
	border-bottom: dotted 1px #c7c7c7;
	/*white-space:nowrap;*/
}
.tablelist .title {
	background-color:#ecfbfe;
	text-align:left;
	font-weight:bold;
}
.p_title{
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight:bold;
}
.tablelink {
	color:#056dae;
	cursor:pointer;
}
.tablelinkred {
	color:#CC0000;
}
.tablelist tbody tr.odd {
	background:#f5f8fa;
}
.tablelist tbody tr:hover {
	background:#e5ebee;
}
.tablelist .chucuo {
	background-color:#FFFFCC;
}
.tablelist .chucuo2 {
	background-color:#FFCCCC;
}
.sort {
	padding-left:3px;
}
.tableinlist {
	border:1px solid #999999;
	width:92%;
	clear:both;
}
.tableinlist th {
	height:25px;
	line-height:25px;
	text-indent:11px;
	text-align:left;
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url('');
	white-space:nowrap;
}
.tableinlist td {
	line-height:26px;
	text-indent:11px;
	border-right: dotted 1px #c7c7c7;
	border-bottom: dotted 1px #c7c7c7;
	text-align:left;
	white-space:nowrap;
}
/*page*/
.pagin {
	position:relative;
	margin-top:10px;
	height:30px;
	margin-bottom:10px;
	padding:0 12px;
}
.pagin .message{
	height:30px;
	line-height:30px;	
}
.pagin .blue {
	color:#056dae;
	margin:0 4px;
	font-weight:bold;
	font-style:normal;
}
.pagin .paginList {
	position:absolute;
	right:12px;
	top:0;
}
.pagin .paginList .paginItem {
	float:left;
}
.pagin .paginList .paginItem a {
	float:left;
	min-width:31px;
	padding:2px;
	height:24px;
	border:1px solid #DDD;
	text-align:center;
	line-height:26px;
	border-left:none;
	color:#3399d5;
}
.pagin .paginList .paginItem:first-child a {
	border-left:1px solid #DDD;
}
.pagin .paginList .paginItem:first-child a {
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
}
.pagin .paginList .paginItem:last-child a {
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
}
.pagin .paginList .paginItem.current, .pagin .paginList .paginItem.current a {
	background:#f5f5f5;
	cursor:default;
	color:#737373;
}
.pagin .paginList .paginItem:hover {
	background:#f5f5f5;
}
.pagin .paginList .paginItem.more, .pagin .paginList .paginItem.more a:hover {
	cursor:default;
}
.pagin .paginList .paginItem.more:hover {
	background:#FFF;
}
.pagin .paginList .paginItem.more a {
	color:#737373;
}
.pagepre {
	background:url(../images/pre.gif) no-repeat center center;
	width:31px;
	height:28px;
}
.pagenxt {
	background:url(../images/next.gif) no-repeat center center;
	width:31px;
	height:28px;
}
/*index*/
.mainindex {
	padding:20px;
	overflow:hidden;
}
.welinfo {
	height:32px;
	line-height:32px;
	padding-bottom:5px;
}
.welinfo span {
	float:left;
}
.welinfo b {
	padding-left:8px;
}
.welinfo a {
	padding-left:15px;
	color:#3186c8;
}
.welinfo a:hover {
	color:#F60;
}
.welinfo i {
	font-style:normal;
	padding-left:8px;
}
.welinfo2 {
	height:50px;
	line-height:50px;
}
.welinfo2 span {
	float:left;
}
.welinfo2 b {
	padding-left:8px;
}
.welinfo2 a {
	padding-left:15px;
	color:#3186c8;
}
.welinfo2 a:hover {
	color:#F60;
}
.welinfo2 i {
	font-style:normal;
	padding-left:8px;
}
.xline {
	border-bottom:solid 1px #dfe9ee;
	height:5px;
}
.iconlist {
	padding-left:40px;
	overflow:hidden;
}
.iconlist li {
	text-align:center;
	float:left;
	margin-right:25px;
	margin-top:25px;
}
.iconlist li p {
	line-height:25px;
}
.ibox {
	clear:both;
	padding-left:40px;
	padding-top:18px;
	overflow:hidden;
	padding-bottom:18px;
}
.ibtn {
	background:url(../images/ibtnbg.png) repeat-x;
	border:solid 1px #bfcfe1;
	height:23px;
	line-height:23px;
	display:block;
	float:left;
	padding:0 15px;
	cursor:pointer;
}
.ibtn img {
	margin-top:5px;
	float:left;
	padding-right:7px;
}
.box {
	height:15px;
}
.infolist {
	padding-left:40px;
	padding-bottom:15px;
}
.infolist li {
	line-height:23px;
	height:23px;
	margin-bottom:8px;
}
.infolist li span {
	float:left;
	display:block;
	margin-right:10px;
}
.uimakerinfo {
	padding-left:40px;
	background:url(../images/search.png) no-repeat 10px 15px;
	padding-top:15px;
	padding-bottom:20px;
}
.umlist {
	padding-left:40px;
}
.umlist li {
	float:left;
	background:url(../images/ulist.png) no-repeat 0 5px;
	padding-left:10px;
	margin-right:15px;
}
/*default*/
.mainbox {
	padding:8px;
	position:relative;
}
.mainleft {
	padding-right:298px;
}
.leftinfo {
	border:#d3dbde solid 1px;
	height:290px;
}
.mainright {
	width:298px;
	position:absolute;
	top:8px;
	right:8px;
}
.dflist {
	border:#d3dbde solid 1px;
	width:288px;
	height:290px;
	float:right;
}
.dflist1 {
	border:#d3dbde solid 1px;
	width:288px;
	height:238px;
	float:right;
	margin-top:8px;
}
.listtitle {
	background:url(../images/tbg.png) repeat-x;
	height:36px;
	line-height:36px;
	border-bottom:solid 1px #d3dbde;
	text-indent:14px;
	font-weight:bold;
	font-size:14px;
}
.more1 {
	float:right;
	font-weight:normal;
	color:#307fb1;
	padding-right:17px;
}
.maintj {
	text-align:center;
}
.newlist {
	padding-left:14px;
	padding-top:5px;
	padding-bottom:5px;
}
.newlist li {
	line-height:25px;
	background:url(../images/list2.png) no-repeat 0px 8px;
	text-indent:11px;
}
.newlist i {
	width:80px;
	display:block;
	float:left;
	font-style:normal;
}
.newlist b {
	font-weight:normal;
	color:#7b7b7b;
	padding-left:10px;
}
.leftinfos {
	height:238px;
	margin-top:8px;
}
.infoleft {
	border:#d3dbde solid 1px;
	float:left;
	height:238px;
}
.inforight {
	border:#d3dbde solid 1px;
	float:right;
	height:238px;
}
.tooli {
	padding:30px 20px;
}
.tooli li {
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:20px;
}
.tooli li span {
	text-align:center;
}
.tooli li p {
	line-height:35px;
	text-align:center;
}
/*form*/
.formbody {
	padding:10px 18px;
}
.formtitle {
	border-bottom:solid 1px #d0dee5;
	line-height:35px;
	position:relative;
	height:35px;
	margin-bottom:18px;
}
.formtitle > span {
	font-weight:bold;
	font-size:14px;
	border-bottom:solid 3px #66c9f3;
	float:left;
	position:absolute;
	z-index:100;
	bottom:-1px;
	padding:0 3px;
	height:30px;
	line-height:30px;
}
.forminfo {
	padding-left:23px;
}
.forminfo li {
	margin-bottom:6px;
	clear:both;
}
.forminfo li table{
	border: 1px solid #d0dee5;
	margin-left:30px;
}
.forminfo li table td{
	height:34px;
	text-align:left;
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.forminfo li label {
	width:86px;
	line-height:25px;
	display:block;
	float:left;
}
.forminfo li i {
	color:#7f7f7f;
	padding-left:20px;
	font-style:normal;
}
.forminfo li cite {
	display:block;
	padding-top:10px;
}

.sptype {
	font-size:14px;
	font-weight:bold;
	color: #CC3300;
}

.formtitle1 {
	line-height:35px;
	position:relative;
	height:35px;
}
.formtitle1 span {
	font-weight:bold;
	font-size:14px;
	float:left;
	position:absolute;
	z-index:100;
	bottom:-1px;
	padding:0 3px;
	height:30px;
	line-height:30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
}
/*showpage*/
.showbody {
	padding:10px 18px;
}
.showtitle {
	border-bottom:solid 1px #d0dee5;
	line-height:35px;
	position:relative;
	height:35px;
}
.showtitle span {
	font-weight:bold;
	font-size:14px;
	border-bottom:solid 3px #66c9f3;
	float:left;
	position:absolute;
	z-index:100;
	bottom:-1px;
	padding:0 3px;
	height:30px;
	line-height:30px;
}
/*.showinfo li {
	padding-left:23px;
	height:30px;
	line-height:30px;
	border-left:solid 1px #d0dee5;
	border-right:solid 1px #d0dee5;
	border-bottom:solid 1px #d0dee5;
}*/
/*2017/09/10 wchen edit*/
.showinfo li {
	padding-left:20px;
	padding-right:20px;
	line-height:30px;
	border-left:solid 1px #d0dee5;
	border-right:solid 1px #d0dee5;
	border-bottom:solid 1px #d0dee5;
}
.showinfo li label {
	width:100px;
	display:block;
	float:left;
}
.showinfo li cite {
	display:block;
	padding-top:10px;
}
.shownews li {
	padding-left:10px;
	padding-right:10px;
	line-height:30px;
	padding-top:5px;
}
.shownews li cite {
	color:#666666;
}
.dmultiple {
	line-height:22px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	padding:3px;
}
.dtextarea {
	width:320px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	padding:3px;
}
.dtextarea0 {
	width:230px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	padding:3px;
}
.dtextarea1 {
	width:450px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	padding:3px;
}
.dfinputl {
	width:545px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.dfinput {
	width:345px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.dfinput0 {
	width:220px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.dfinput01 {
	width:150px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.dfinput1 {
	width:125px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.dfinput2 {
	width:55px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.dfinput3 {
	width:35px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.dfinput4 {
	width:70px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:5px;
}
.sfselect {
	width:100px;
	height:26px;
	line-height:26px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:3px;
}
.sfselect0 {
	width:60px;
	height:25px;
	line-height:26px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:3px;
}
.sfselect1 {
	width:65px;
	height:26px;
	line-height:26px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:3px;
}
.sfinput {
	width:105px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:3px;
}
.sfinput1 {
	width:70px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:3px;
}
.sfinput2 {
	width:35px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:3px;
}
.sfinput3 {
	width:220px;
	height:25px;
	line-height:25px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.jpg) repeat-x;
	text-indent:3px;
}
.sfbutton{
	background:url(../images/toolbg.gif) repeat-x;
	height:33px;
	padding:3px;
	border:solid 1px #d3dbde;
	/*float:left;*/
	border-radius: 3px;
	behavior:url(js/pie.htc);
	cursor:pointer;
}
/*
.sfbutton {
	background:url(../images/toolbg.gif) repeat-x;
	height:33px;
	border:solid 1px #d3dbde;
	padding:3px;
}*/
.dfselect {
	width:200px;
	height:26px;
	line-height:26px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.gif) repeat-x;
	text-indent:3px;
}
.dfselect0 {
	width:110px;
	height:26px;
	line-height:26px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.gif) repeat-x;
	text-indent:3px;
}
.dfselect1 {
	width:80px;
	height:26px;
	line-height:26px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.gif) repeat-x;
	text-indent:3px;
}
.textinput {
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.gif) repeat-x;
	padding:10px;
	width:504px;
	height:135px;
	line-height:20px;
	overflow:hidden;
}
.btn {
	width:137px;
	height:35px;
	background:url(../images/btnbg.png) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
.btn1 {
	width:27px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	background:#ccc;
	cursor:pointer;
}
/*tip*/
.tip {
	width:485px;
	height:260px;
	position:absolute;
	top:10%;
	left:30%;
	background:#fcfdfd;
	box-shadow:1px 8px 10px 1px #9b9b9b;
	border-radius:1px;
	behavior:url(js/pie.htc);
	display:none;
	z-index:111111;
}
.tiptop {
	height:40px;
	line-height:40px;
	background:url(../images/tcbg.gif) repeat-x;
	cursor:pointer;
}
.tiptop span {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	float:left;
	text-indent:20px;
}
.tiptop a {
	display:block;
	background:url(../images/close.png) no-repeat;
	width:22px;
	height:22px;
	float:right;
	margin-right:7px;
	margin-top:10px;
	cursor:pointer;
}
.tiptop a:hover {
	background:url(../images/close1.png) no-repeat;
}
.tipinfo {
	padding-top:30px;
	margin-left:65px;
	height:95px;
}
.tipinfo span {
	width:95px;
	height:95px;
	float:left;
}
.tipright {
	float:left;
	padding-top:15px;
	padding-left:10px;
}
.tipright p {
	font-size:14px;
	font-weight:bold;
	line-height:35px;
}
.tipright cite {
	color:#858686;
}
.tipbtn {
	margin-top:25px;
	margin-left:125px;
}
.sure, .cancel {
	width:96px;
	height:35px;
	line-height:35px;
	color:#fff;
	background:url(../images/btnbg1.png) repeat-x;
	font-size:14px;
	font-weight:bold;
	border-radius: 3px;
	cursor:pointer;
}
.cancel {
	background:url(../images/btnbg2.png) repeat-x;
	color:#000;
	font-weight:normal;
}
/*tools*/
.toolsli {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
.toollist {
	margin-left:20px;
	overflow:hidden;
	float:left;
}
.toollist li {
	width:66px;
	text-align:center;
	float:left;
	margin-right:32px;
}
.toollist li a {
	width:65px;
	height:65px;
	background:#fafbfb;
	border-right:solid 1px #dbdbdb;
	border-bottom:solid 1px #dbdbdb;
	display:block;
}
.toollist li a:hover {
	background:#eef4f7;
	border-right:solid 1px #d0d5d7;
	border-bottom:solid 1px #d0d5d7;
}
.toollist li h2 {
	line-height:35px;
}
.tooladd {
	margin-top:25px;
	width:20px;
	height:20px;
	float:left;
	display:block;
}
/*error 404*/
.error {
	background:url(../images/404.png) no-repeat;
	width:490px;
	margin-top:75px;
	padding-top:65px;
}
.error h2 {
	font-size:22px;
	padding-left:154px;
}
.error p {
	padding-left:154px;
	line-height:35px;
	color:#717678;
}
.reindex {
	padding-left:154px;
}
.reindex a {
	width:115px;
	height:35px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#3c95c8;
	display:block;
	line-height:35px;
	text-align:center;
	margin-top:20px;
}
/*computer*/
.comtitle {
	padding:20px;
	clear:both;
}
.comtitle span {
	width:10px;
	height:10px;
	background:url(../images/clist.png) no-repeat;
	float:left;
	background:#fff;
	padding-top:3px;
}
.comtitle h2 {
	font-size:14px;
	display:block;
	float:left;
	color:#2a3e93;
	background:#fff;
	padding-left:5px;
	padding-right:8px;
}
.rline {
	border-bottom:solid 1px #e5ecf0;
	height:10px;
	margin-left:50px;
}
.disklist {
	padding-left:20px;
	padding-right:20px;
}
.disklist li {
	width:275px;
	_width:270px;
	float:left;
	margin-right:10px;
px;
	height:70px;
	cursor:pointer;
	margin-bottom:5px;
	border:solid 1px #fff;
}
.disklist li a {
	color:#000;
}
.disklist li:hover {
	background:#fcfcfc;
	border:solid 1px #e5ecf0;
}
.dleft {
	background:url(../images/c02.png) no-repeat;
	height:50px;
	margin-left:12px;
	float:left;
	width:50px;
	margin-top:15px;
}
.dleft1 {
	background:url(../images/c01.png) no-repeat;
	height:50px;
	margin-left:12px;
	float:left;
	width:50px;
	margin-top:15px;
}
.dleft2 {
	background:url(../images/c03.png) no-repeat;
	height:50px;
	margin-left:12px;
	float:left;
	width:50px;
	margin-top:15px;
}
.dright {
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.dright h3 {
	font-weight:normal;
	padding-top:15px;
}
.dright p {
	color:#949494;
}
.dinfo {
	width:189px;
	height:15px;
	background:url(../images/diskbg.png) no-repeat;
	margin-top:5px;
	margin-bottom:5px;
}
.dinfo span {
	background:url(../images/cbg.png) repeat-x;
	height:15px;
}
.filetable {
	width:100%;
}
.filetable thead tr {
	background:#f5f9fb;
	line-height:35px;
}
.filetable thead tr th {
	text-align:left;
	text-indent:15px;
	font-weight:normal;
	color:#597190;
}
.filetable tbody tr td {
	text-indent:15px;
	line-height:23px;
}
.filetable tbody tr td img {
	margin-right:5px;
}
.tdlast {
	text-align:right;
}
.filetable tbody tr:hover {
	background:#f5f8fa;
	cursor:pointer;
}
/*imglist*/
.imglist {
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
	margin-left:5px;
}
.imglist li {
	width:188px;
	border:solid 1px #fff;
	height:199px;
	float:left;
	margin-right:8px;
	margin-bottom:10px;
	cursor:pointer;
}
.imglist li:hover {
	border:solid 1px #d7e4ea;
}
.imglist li span {
	width:168px;
	height:126px;
	margin:8px;
}
.imglist li h2 {
	text-align:center;
	line-height:25px;
}
.imglist li p {
	text-align:center;
	line-height:17px;
	background:url(../images/line1.png) center center no-repeat;
}
.imglist li p a {
	color:#1f7cb6;
}
.imglist li p a:hover {
	color:#F60;
}
/*imgtable*/
.imgtable {
	width:100%;
	border:solid 1px #cbcbcb;
}
.imgtable th {
	background:url(../images/th.gif) repeat-x;
	height:34px;
	line-height:34px;
	border-bottom:solid 1px #b6cad2;
	text-indent:21px;
	text-align:left;
}
.imgtable td {
	line-height:20px;
	text-indent:21px;
	border-right: dotted 1px #c7c7c7;
}
.imgtable td img {
	margin:10px 20px 10px 0;
}
.imgtable td p {
	color:#919191;
}
.imgtable td i {
	font-style:normal;
	color:#ea2020;
}
.imgtd {
	text-indent:0;
}
.imgtable tbody tr.odd {
	background:#f5f8fa;
}
.imgtable tbody tr:hover {
	background:#e5ebee;
}
/*tab*/
.itab {
	height:36px;
	border-bottom:solid 1px #d0dee5;
	position:relative;
	border-left:solid 1px #d3dbde;
}
.itab ul li {
	float:left;
	height:37px;
	line-height:37px;
	background:url(../images/itabbg.png) repeat-x;
	border-right:solid 1px #d3dbde;
}
.itab ul li a {
	font-size:14px;
	color:#000;
	padding-left:25px;
	padding-right:25px;
}
.itab ul li a.selected {
	height:37px;
	display:block;
	background:url(../images/itabbg1.png) repeat-x;
	font-weight:bold;
}
.tabson {
	margin:18px 0px;
}
.formtext {
	height:45px;
	padding-left:25px;
	line-height:20px;
	color:#848383;
}
.formtext b {
	color:#d70101;
}
.forminfo b {
	color:#ea2020;
	padding-left:3px;
}
.cate_list {
	display:inline;
	line-height:25px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
}
.cate_list:hover {
	background-color: #cecece;
}
/*class*/
.classlist li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:12px;
	border:1px solid #ebebeb;
	background:#fcfcfc;
}
.classlist li:hover {
	border:1px solid #3eafe0;
	cursor:pointer;
}
.classlist li span {
	float:left;
	margin-right:18px;
	border:3px solid #fff;
}
.classlist li .lright {
	float:left;
	width:150px;
}
.classlist li .lright h2 {
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}
.classlist li .lright p {
	line-height:20px;
}
.enter {
	display:block;
	margin-top:5px;
	width:94px;
	height:30px;
	color:#fff;
	background:#3eafe0;
	font-weight:bold;
	border-radius:2px;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
.enter:hover {
	color:#fff;
	background:#d98c1d;
}
.clear {
	clear:both;
}
/*seachform*/
.seachform {
	height:42px;
}
.seachform li {
	float:left;
	margin-right:15px;
}
.seachform li label {
	padding-right:10px;
	float:left;
	line-height:32px;
}
.scinput {
	width:150px;
	height:32px;
	line-height:32px;
	border-top:solid 1px #a7b5bc;
	border-left:solid 1px #a7b5bc;
	border-right:solid 1px #ced9df;
	border-bottom:solid 1px #ced9df;
	background:url(../images/inputbg.gif) repeat-x;
	text-indent:10px;
}
.scbtn {
	width:85px;
	height:35px;
	background:url(../images/btnbg.png) no-repeat center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	border-radius:3px;
	behavior:url(js/pie.htc);
}
.inputyellow{
	background-color: #FFFF99;
	background-image: none;
}
.order_head_table{
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.order_head_table a, a:focus {
	text-decoration:underline;
	color:#3333FF;
}
.order_head_table a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.order_head_title{
	padding:4px;
	background-color: #e1eafb;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
	width: 120px;
}
.order_head_title_ds{
	padding:4px;
	background-color: #e1eafb;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: left;
}
.order_head_bt_ds{
	padding:4px;
	height:30px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right
}
.order_line_table{
	width:100%;
}
.order_line_title{
	padding:2px;
	background-color: #efefef;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
.order_line_ds{
	padding:2px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}

.order_mid_table{
	width:100%;
	height:3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	margin-top: 15px;
	margin-bottom: 12px;
}
.order_top_table{
	width:100%;
	height:30px;
}
.order_top_table_ds{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.order_bt_table{
	width:100%;
	height:30px;
	margin-top:20px;
}
.order_bt_ds{
	font-size:10px;
	text-align:left;
	width:50%;
}
.order_bt_ds1{
	font-size:12px;
	text-align:left;
	width:25%;
}
.order_bt_ds2{
	font-size:12px;
	text-align:center;
	width:25%;
}
#mtladdid td{
	height:20px;
	text-align:left;
	padding-top:4px;
	vertical-align:top;
}
/*物料说明书*/
.mtlsm_head_table{
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.mtlsm_head_table a, a:focus {
	text-decoration:underline;
	color:#3333FF;
}
.mtlsm_head_table a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.mtlsm_head_title{
	padding:4px;
	font-weight:bold;
	background-color: #e1eafb;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: left;
	width: 120px;
}
.mtlsm_head_title2{
	padding:4px;
	font-weight:bold;
	text-align: left;
}
.mtlsm_head_title_ds{
	padding:4px;
	background-color: #e1eafb;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: left;
}
.mtlsm_head_bt_ds{
	padding:4px;
	height:30px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right
}
.mtlsm_line_table{
	width:100%;
}
.mtlsm_line_title{
	padding:2px;
	background-color: #efefef;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
.mtlsm_line_ds{
	padding:2px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}

.mtlsm_mid_table{
	width:100%;
	height:3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	margin-top: 15px;
	margin-bottom: 12px;
}
.mtlsm_top_table{
	width:100%;
	height:30px;
}
.mtlsm_top_table_ds{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.mtlsm_bt_table{
	width:100%;
	height:30px;
	margin-top:20px;
}
.mtlsm_bt_ds{
	font-size:10px;
	text-align:left;
	width:50%;
}
.mtlsm_bt_ds1{
	font-size:12px;
	text-align:left;
	width:25%;
}
.mtlsm_bt_ds2{
	font-size:12px;
	text-align:center;
	width:25%;
}
.mtlsm_info_table{
	width:100%;
}






/*申购主副联动表----------------.start*/
/*主表*/
.recptable{ 
	width:100%;
	font-size:9pt;
	border:1px solid #4f93e3 !important;
	box-shadow: 0 0 3px #4f93e3;
	-webkit-box-shadow: 0 0 3px #4f93e3;
	-moz-box-shadow: 0 0 3px #4f93e3;
	border-collapse:collapse !important;
	border-spacing:0 !important;
	word-break: break-all;
}
.recptable .left{
	text-align:left;
	padding-left:5px;  
}
.recptable .right{
	text-align:right;
	padding-right:5px;
}
.recptable .center{
	text-align:center;
}
.recptable > thead > tr > th{
	background:url(../images/thead_thbg.png) repeat-x;
	height:30px;
	line-height:30px;
	color:#fff;
	border-bottom:1px solid #4f93e3;
	border-right:1px solid #4f93e3;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}
.recptable > thead > tr:first-child > th:first-child{
	width:30px;
}
.recptable > thead > tr:first-child > th:last-child{
	width:auto;
}
.recptable > tbody > tr > td{
	padding:8px 5px 8px 5px;
	border-right:1px solid #bfd3ee;
    border-bottom:1px solid #bfd3ee;
}
.recptable > tbody > tr > td:last-child{
	border-right:1px solid #4f93e3 !important;
}
.recptable > tbody > tr.tr_last{
	height:25px;
	background:#d4e7fd;
}
.recptable > tbody > tr.tr_last td{
	border-bottom:1px solid #4f93e3;
	border-right:1px solid #bfd3ee;
}
.recptable > tbody > tr.tr_last:hover{
	background:#d4e7fd;
}
.recptable > tbody > tr.tdodd{
	background:#edf5ff;
}
.recptable > tbody > tr.tbline:hover{
	background:#ffffcc;
}
.recptable > tbody > tr.show{
	background:#ffffcc;
	border-bottom:1px solid #bfd3ee;
}
.recptable > tbody > tr .firsttd{
	cursor:pointer;
	background-image:url(../images/addline.png);
	background-position:center;
	background-repeat:no-repeat;
}
.recptable > tbody > tr .tdclosebtn{
	cursor:pointer;
	background-image:url(../images/uew_icon_hover.png);
	background-position:center;
	background-repeat:no-repeat;
}
/*主表展开行*/
.recptable > tbody .tbline_cont{
	min-height:120px;
	display:none;
	background:#eeeeee;
}
.recptable > tbody .tbline_cont > td:first-child{
	position:relative;
}
/*主表链接*/
.recptable a{cursor:pointer;}
.recptable a.tablelink{ 
	 min-width:16px;
	 cursor:pointer;
	 /*padding-left:3px;
	 padding-right:3px;*/
	 color:#0226F9;
	 text-decoration:underline;
	 display:inline-block;
}
.recptable a.tablelink:hover{
	color:#ff0000;
	text-decoration:underline;
}
/*主表展开内容导航*/
.tbdata_nav{
	height:42px;
}
.tbdata_nav > li{
	float:left;
}
.tbdata_nav > li > a{
	display:block;
	height:40px;
	position:relative;
	line-height:40px;
	color:#333;
	text-align:center;
	width:120px;
	bottom:-1px;
	background:#fff;
	border:1px solid #dcdcdc;
}
.tbdata_nav > li > a i{
	font-style:normal;
	font-size:9pt;
	display:inline-block;
	margin-left:3px;
	margin-top:10px;
	line-height:16px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
	background:#777777;
	border-radius:8px;
	color:#fff;
	height:16px;
}
.tbdata_nav > li > a:hover{
	color:#338cc9;
	text-decoration:underline;
}
.tbdata_nav > li > a.a_cur{
	background:#fff;
	position:relative;
	bottom:-1px;
	color:#338cc9;
	border:1px solid #dcdcdc;
	border-bottom:1px solid #fff;
}
.tbdata_nav > li.tb_libtn{
	line-height:40px;
	cursor:pointer;
	position:relative;
	color:#333;
	text-align:center;
	padding:0 3px;
	bottom:-1px;
	background:#fff;
	border:1px solid #dcdcdc;
}

/*切换导航*/
.btnprev,.btnnext{
	line-height:40px;
	float:left;
	display:inline-block;
	cursor:pointer;
	position:relative;
	color:#333;
	text-align:center;
	padding:0 3px;
	bottom:-1px;
	background:#fff;
	border:1px solid #dcdcdc;
}
.btnprev:hover,.btnnext:hover{
	background:#edf5ff;
	color:#333;
}
.nav_sdiv{
	float:left;
	height:42px;
	position:relative;
	bottom:-1px;
	overflow:hidden;
}
.nav_scroll{
	float:left;
	height:42px;
}
.nav_scroll li{
	float:left;
}
.nav_scroll li a{
	display:block;
	height:40px;
	position:relative;
	line-height:40px;
	color:#333;
	text-align:center;
	width:120px;
	/*bottom:-1px;*/
	background:#fff;
	border:1px solid #dcdcdc;
}
.nav_scroll li a:hover{
	color:#338cc9;
	text-decoration:underline;
}
.nav_scroll li a.a_cur{
	background:#fff;
	position:relative;
	/*bottom:-1px;*/
	color:#338cc9;
	border:1px solid #dcdcdc;
	border-bottom:1px solid #fff;
}


.tbdata{
	display:none;
	border:1px solid #dcdcdc;
	background:#fff;
	padding:8px;
	min-height: 12px;
	position: relative;
}
/*副表*/
.cont_table{
	font-size:8.5pt;
	border:1px solid #d2b48c;
	border-collapse:collapse !important;
	border-spacing:0 !important;
}
.cont_table > thead > tr th{
	background:url(../images/thead_thbg_01.png) repeat-x;
	height:30px;
	line-height:30px;
	color:#000;
	border-bottom:1px solid #d2b48c;
	border-right:1px solid #d2b48c;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}
.cont_table > thead > tr:first-child > th:first-child{
	background:url(../images/thead_thbg_01.png) repeat-x;
	width:30px;
	border-bottom:1px solid #d2b48c;
	border-right:1px solid #d2b48c;
	border-left:1px solid #d2b48c;
}
.cont_table > thead > tr:first-child > th:last-child{
	background:url(../images/thead_thbg_01.png) repeat-x;
	width:auto;
	border-bottom:1px solid #d2b48c;
	border-right:1px solid #d2b48c;
}
.cont_table > tbody{
	background:#fafad2;
}
.cont_table > tbody > tr:hover{
	background:#eee8aa;	
}
.cont_table > tbody > tr.tdodd{
	/*background:#fafad2;*/
}
.cont_table > tbody > tr > td{
	padding:3px;
	border-right:1px solid #d2b48c;
    border-bottom:1px solid #d2b48c;
}
.cont_table > tbody > tr > td:first-child{
	border-bottom:1px solid #d2b48c;
	border-right:1px solid #d2b48c;
}
.cont_table > tbody > tr > td:last-child{
	border-bottom:1px solid #d2b48c;
	/*border-right:none;*/
}
.cont_table > tbody > tr.tr_last{
	height:25px;
	background:#dbc4a4;
}
.cont_table > tbody > tr.tr_last:hover{
	background:#dbc4a4;
}
.cont_table .left{
	text-align:left;
	padding-left:3px;  
}
.cont_table .right{
	text-align:right;
	padding-right:3px;
}
.cont_table .center{
	text-align:center;
}
.cont_table a{ 
	 cursor:pointer;
	 padding-bottom: 3px;
	 color:#0226F9;
	 text-decoration:underline;
	 display:inline-block; 
}
.cont_table a:hover{
	color:#ff0000;
	text-decoration:underline;
}

/*表格分隔线*/
.tb_line{
	padding:15px 0px;
}
.tb_line span{
	display:inline-block;
	width:100%;
	border:1px dashed #4f93e3;
}

.src_zftable{
	width:100%;
	box-shadow: 0 0 3px #4f93e3;
	-webkit-box-shadow: 0 0 3px #4f93e3;
	-moz-box-shadow: 0 0 3px #4f93e3;
	border:1px solid #4f93e3;
}
.src_zftable a{
	cursor:pointer;
}
.src_zftable a:hover{
	text-decoration:underline;
}
.src_zf_title a, a:focus {
	text-decoration:underline;
	color:#3333FF;
}
.src_zf_title a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.src_zf_title{
	padding:8px 4px 8px 6px !important;
	background-color: #e1eafb;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;
	text-align:left;
	width:11%;
}
.src_zf_title_ds{
	padding:4px !important;
	font-size:9.5pt !important;
	background-color: #fff;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;
	text-align:left;
	word-break:break-all !important;
	width:14%;
}
.src_zftable .src_con_tr > td{
	padding:5px;
	border:1px solid #4f93e3 !important;
}
/*申购主副联动表----------------.end*/


/*-------sg_table.start------------*/
.sg_table{
	padding:5px;	
}
.sg_table li{
	min-height:30px;
	margin-bottom:3px;
	clear:both;	
}
.sg_table li > span{
	display:inline-block;
	min-width:144px;
}
.sg_table li i{
	font-style:normal;
	color:#666;
}
.sg_table li label{
	display:inline-block;
	min-width:80px;
	padding:0 0 0 10px;
}
.sg_table .tableli_1 span{
	min-width:292px;
}
.sg_table .tableli_2 label{
	display:block;
	float:left;
	height:40px;
	margin-right:3px;	
}
.sg_table .tableli_2 textarea{
	display:block;
	margin-bottom:5px;
	float:left;
	width:340px;
}
.sg_table .tableli_3 input{
	margin:0 3px;
}
.li_table{
	width:100%;
	border-radius:5px;
	box-shadow: 0 0 3px #d0dee5;
	-webkit-box-shadow: 0 0 3px #d0dee5;
	-moz-box-shadow: 0 0 3px #d0dee5;
	border:1px solid #d0dee5;
}
.li_table th{
	background:#f0f5f7;
	height:40px;
	border-bottom:solid 1px #b6cad2;
	text-align:center;
	font-weight:normal;
}

.li_table tbody td{
	border-right: dotted 1px #c7c7c7;
    border-bottom: dotted 1px #c7c7c7;
}

.li_table td{
	text-align:center;
	height:36px;
}
.li_table td .dfinput1{
	display:inline-block;
	width:85%;
	margin:2px auto;
}
.li_table td .dfinput3{
	display:block;
	width:85%;
	margin:2px auto;
}
/*.li_table td select{
	display:block;
	width:80%;
	margin:2px auto;
}*/
.ckgh_form{
	width:400px;
	height:300px;
	background:#fff;	
}
.thstyle0{
	width:40px;	
}
.thstyle1{
	width:45px;	
}
.thstyle2{
	min-width:105px;	
}
.thstyle3{
	min-width:50px;	
}
.thstyle4{
	width:240px;
}
.thstyle5{
	width:240px;
}
.sg_table a{ color:#056dae;}
.sg_table a:hover{ text-decoration:underline;}
.sg_into_form{
	padding:8px;
		
}
.sg_into_form li{
	margin-bottom:15px;	
}
.sg_into_form .li_btn{
	
}
.sg_into_form li span{
	display:inline-block;
	min-width:144px;
}
.sg_into_form .tableli_2 label{
	display:block;
	float:left;
	height:40px;
	margin-right:3px;	
}


/*展开添加列表*/
.li_table .litb_cont{
	min-height:120px;
	display:none;
	background:#eeeeee;
}
.li_table .litb_cont td{
	padding:5px;
}
.li_table .litb_cont .li_tbdata{
	border:1px solid #dddddd;
	background:#fff;
	padding:15px;
	text-align:left;
}
.li_table tbody .show{
	background:#ffffcc;
	border-bottom:1px solid #bfd3ee;
}
.li_table tbody tr .firsttd{
	cursor:pointer;
	background-image:url(../images/addline.png);
	background-position:center;
	background-repeat:no-repeat;
}
.li_table tbody tr .tdclosebtn{
	cursor:pointer;
	background-image:url(../images/uew_icon_hover.png);
	background-position:center;
	background-repeat:no-repeat;
}
/*-------sg_table.end------------*/

/*addemail*/
.email_left,.email_right{ 
	width:280px;
	min-height:120px; 
	float:left;
	padding:5px;
}
.emailselect{
	width:265px;
	height:162px;
	padding:5px;	
}
.emailselect > span{
	padding:3px;
	display:block;
	background:#fff;
	cursor:pointer;
	color:#000;
}
.emailselect > span:hover{
	background:#326dcc;
	color:#fff;
	border-radius:2px;
}

/*---------图片附件upload_table----------*/
.up_img_input{
	float:left;
	margin-bottom:8px;
}
.up_img_input i{
	display:block;
	padding:0px !important;
	line-height: 25px;
}
.wl_table{
	width:700px;
	padding-top:8px;
	margin:3px 0px 3px 0px !important;
	border-radius:5px;
	box-shadow: 0 0 3px #d0dee5;
	-webkit-box-shadow: 0 0 3px #d0dee5;
	-moz-box-shadow: 0 0 3px #d0dee5;
	border:1px solid #d0dee5;
}
.wl_table th{
	background:#f0f5f7;
	height:30px;
	border-bottom:solid 1px #b6cad2;
	text-align:center;
	font-weight:normal;
}
.wl_table tbody td{
	padding:5px !important;
	border-right: dotted 1px #c7c7c7;
    border-bottom: dotted 1px #c7c7c7;
}
.upimgbtn{
	position:relative;
    display:inline-block;
    background: #D0EEFF;
    border:1px solid #99D3F5;
    border-radius: 4px;;
    overflow:hidden;
    color: #1E88C7;
    text-decoration: none;
	text-align:center;
	width:75px;
	height:28px;
    line-height:28px;
}
.upimgbtn:hover{
	background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}
.upimgbtn input{
	position: absolute;
    font-size: 100px;
    right: 0;
    top:;
    opacity:0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
}
.localImag{
	width:120px;
	height:92px;
	margin:0px auto;
	border:1px dashed #ccc;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.localImag span{
	height:100%;
	display:inline-block;
	vertical-align:middle;	
}
.localImag img{
	max-width:120px !important;
	min-width:88px !important;
	max-height:92px !important;
	width:auto; height:auto;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.wl_table tbody td .dtextarea{
	width:300px;
	height:60px;
	font-size:10pt;
}

.show_a{
	cursor:pointer;
	display:block;
	float:left;
	width:45px; height:25px;
	background:url(../images/showimg.png) 0px center no-repeat;
	text-indent:16px;
	line-height:25px;
}
.del_img{
	display:block;
	float:left;
	margin-left:5px;
	width:45px; height:25px;
	line-height:25px;
}
.del_img input{
	margin-top:6px;
	display:block;
	float:left;
}
.del_img .delimg_a{
	cursor:pointer;
}
.upload_div{
	width:100px;
	float:left;
	min-height:10px;
	margin:8px 12px 8px 0px;
}
.upload_img{
	position:relative;
	width:100px;
	height:82px;
	overflow:hidden;
	display:block;
	cursor:pointer;
	float:left;
	border:1px dashed #ccc;
	display:table-cell;
	vertical-align:middle;
	text-align:center;	
}
.upload_img span{
	height:100%;
	display:inline-block;
	vertical-align:middle;	
}
.upload_img img{
	max-width:100px;
	max-height:82px;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.upload_img:hover{
	border:1px solid #3f97c9;
}
.upload_div a{
	cursor:pointer;
	width:50%;
	display:block;
	float:left;
	background:url(../images/showimg.png) 0pc center no-repeat;
	text-indent:16px;
	line-height:25px;
}


/*新增询价版面*/
.mtladdid{
	margin-left:0px !important;
}
#mtladdid > tr > td:first-child{
	text-align:center !important;
}
.xnja_form{
	padding-left:5px;
}


/*物料开发版面*/
.add_info{
	margin:6px 0px;
}
.add_info i{
	font-style:normal;
}
.src_fm_list{
	width:50%;
	padding:0px 10px 15px 10px;
	float:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.src_fm_list .left{
	text-align:left;
	padding-left:6px;
}
.src_fm_list.left br{
	display:none;	
}
.src_fm_list .center{
	text-align:center;	
}
.src_fm_list .right{
	text-align:right;
	padding-right:3px;
}
.src_fm_list > .tablelist > thead > tr > th{
	padding:6px;
	font-size:14px;
	background:#f0f5f7;
	color:#443ac8;
	border-right: dotted 1px #c7c7c7;
    border-bottom:1px solid #c7c7c7;
}
.src_fm_list > .tablelist > thead > tr > th:first-child{
	width:60px;
}
.src_fm_list > .tablelist > tbody > tr > td{
	padding:6px;
}
.src_fm_list > .tablelist > tbody > tr:hover{
	background:none;
}
.src_fm_list > .tablelist .btn{
	display:inline-block;
	line-height:35px;
	font-weight:normal;
	color:#fff;
}


/*物料开发查询页面*/
.src_search_form{
	margin-bottom:10px;
}
.src_zftable > thead > tr > th{
	padding:7px !important;
	font-size:14px;
	color:#443ac8;
	background-color: #e1eafb;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;
}
.src_zf_box{
	padding:3px;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;	
}
.src_zf_box  .recptable{
	width:100%;
	height:100% !important;
	box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.src_zf_box  .recptable > tbody > tr > td{
	padding:4px !important;
	font-size:9.5pt !important;
}

.src_zf_box .box_tr_foot{
	height:45px;
}
.src_box_list{
	width:100%;
	border-radius:5px;
	box-shadow: 0 0 3px #d0dee5;
	-webkit-box-shadow: 0 0 3px #d0dee5;
	-moz-box-shadow: 0 0 3px #d0dee5;
	border:1px solid #d2b48c;
}
.src_box_list > thead > tr > th{
	background:url(../images/thead_thbg_01.png) repeat-x;
	height:30px;
	line-height:30px;
	color:#000;
	border-bottom:1px solid #d2b48c;
	border-right:1px solid #d2b48c;
	text-align:center;
	font-weight:normal;
	white-space:nowrap;
}

.src_box_list > tbody > tr > td{
	border-right:1px solid #d2b48c;
    border-bottom:1px solid #d2b48c;
	text-align:center;
	font-size:9.5pt;
	padding:8px 3px;
}
.src_search_form .center{
	text-align:center !important;
}
.src_box_list .left{
	text-align:left !important;
	padding-left:5px !important;
}
.src_box_list .green2{
	color:green;
}
.src_box_list .blue{
	color:blue;
}
.src_box_list .red{
	color:#F00;
}
.src_box_list .orange{
	color:#f97e06;
}
.src_zf_box .tablelink{
	padding-left:6px;
}
.src_zf_box .sfbutton{
	min-width:45px;
	height:35px;
	line-height:35px;
	color:#fff;
	padding:0 8px;
	background:url(../images/btnbg1.png) repeat-x;
	font-weight:bold;
	border-radius: 3px;
	behavior:url(js/pie.htc);
	cursor:pointer;
}
.th_onclick{
	cursor:pointer;
	overflow:hidden;
}
.th_onclick > span{
	display:inline-table;
}
.th_onclick > span.ui_icon_up{
	width:12px;
	background:url(../images/ui_icon_up.png) center center no-repeat;
}
.th_onclick > span.ui_icon_down{
	width:12px;
	background:url(../images/ui_icon_down.png) center center no-repeat;
}


/*比例网格*/
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12{
 /* float: left;*/
}
.span12 {
  width: 100%;
}
.span11 {
  width: 91.66666667%;
}
.span10{
  width: 83.33333333%;
}
.span9 {
  width: 75%;
}
.span8 {
  width: 66.66666667%;
}
.span7 {
  width: 58.33333333%;
}
.span6 {
  width: 50%;
}
.span5 {
  width: 41.66666667%;
}
.span4 {
  width: 33.33333333%;
}
.span3 {
  width: 25%;
}
.span2 {
  width: 16.66666667%;
}
.span1 {
  width: 8.33333333%;
}

/*选择法规要求页面*/
.src_statnte_form .src_zftable .recptable tr > td{
	padding: 8px 4px !important;
	font-size: 9.5pt !important;
}
.src_statnte_form .src_zftable .src_zf_tle > td{
	padding: 8px 4px;
	font-size: 15px;
	background-color: #e1eafb;
	border-right:1px solid #4f93e3;
	border-bottom:1px solid #4f93e3;
}
.src_statnte_form .src_zftable .src_zf_tle .firsttd{
	cursor:pointer;
	background-image:url(../images/addline.png);
	background-position:center;
	background-repeat:no-repeat;
}
.src_statnte_form .src_zftable .src_zf_tle .tdclosebtn{
	cursor:pointer;
	background-image:url(../images/uew_icon_hover.png);
	background-position:center;
	background-repeat:no-repeat;
}
.src_statnte_form .src_zftable .litb_cont{
	min-height:120px;
	display:none;
}


/*样板添加附件*/
.opt_fjbox .firsttd{
	background-image:url(../images/add_img.png) !important;
}

.litb_opt{
	float: left;
	position: relative;
	padding: 0px 15px;
}
.opt_img{
	width:150px;
	height:92px;
	margin:0px auto;
	border:1px dashed #ccc;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.opt_img > span{
	height:100%;
	display:inline-block !important;
	vertical-align:middle;	
}
.opt_img > img{
	max-width:150px !important;
	min-width:88px !important;
	max-height:92px !important;
	width:auto; height:auto;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.litb_opt .upimgbtn{
	width:70px !important;
	cursor: pointer;
}
.litb_opt .opt_state_no{
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url(../images/t03.png) no-repeat;
	top:-8px;
	right:6px;
}

/*报价二级展开表填写样式*/

.li_tbdata .src_zf_title{
	padding:8px 4px 8px 6px !important;
	background-color: #e1eafb;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;
	text-align:left;
	height:auto !important;
	width:12%;
}
.li_tbdata .src_zf_title_ds{
	padding:4px !important;
	font-size:9.5pt !important;
	background-color: #fff;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;
	text-align:left;
	word-break:break-all !important;
	width:13%;
}
#all_supp_title{
	display: inline-block !important;
	float: left;
}
#all_supp_list{
	display: inline-block !important;
	width:1005px;
	float: left;
}
#all_supp_list .supp_list_ckbox{
	display:inline-block;
	float:left;
	width:325px;
	height:36px;
	margin:5px 5px;
}
#all_supp_list .supp_list_ckbox .left{
	float: left;
	width:230px;
}

/*SF表单的附件样式*/
.src_con_tr tr.td_red > td,.src_con_tr tr.td_red > th{
	color: #FF0000 !important;
}

/*下拉选择可编辑框*/
.select_div{
	position: relative;
	width: auto;
}
.select_div select{
	margin-left: 0px !important;
}
.select_input{
	position:absolute !important;
	width:99px;
	height:22px;
	left:14px;
	top:4px;
	z-index: 2;
	border-bottom:0px;
	border-right:0px;
	border-left:0px;
	border-top:0px;
}

/*法规删除行*/
.line_del{
	float: right;
	margin-right: 15px;
	color:red;
	cursor: pointer;
}
.line_del:hover{
	text-decoration: underline;
}

/*上传pdf按钮*/
.uppdfbtn{
	position:relative;
	display:inline-block;
	float: left;
	margin-left: 8px;
	background: #D0EEFF;
	border:1px solid #99D3F5;
	border-radius: 4px;;
	overflow:hidden;
	color: #1E88C7;
	text-decoration: none;
	text-align:center;
	width:75px;
	height:25px;
	line-height:25px;
}
.uppdfbtn:hover{
	background: #AADFFD;
	border-color: #78C3F3;
	color: #004974;
	text-decoration: none;
}
.uppdfbtn input{
	position: absolute;
	width:75px;
	height:28px;
	font-size: 100px;
	right: 0;
	top:0;
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);
}

/*报价添加input样式*/
.mtl_fsrc_box > .mtl_zf_table{
	padding:0px;
	margin: 0px;
	width:100%;
	border:1px solid #4f93e3;
}
.mtl_zf_table{
	
}
.mtl_zf_table a{
	cursor:pointer;
}
.mtl_zf_table a:hover{
	text-decoration:underline;
}
.mtl_zf_table a, a:focus {
	text-decoration:underline;
	color:#3333FF;
}
.mtl_zf_table a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.mtl_zf_title{
	width:10%;
	padding:8px 4px 8px 6px !important;
	font-size:9pt !important;
	background-color: #e1eafb;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;
	text-align:left;
}
.mtl_zf_title_ds{
	width:10%;
	padding:4px !important;
	font-size:9.5pt !important;
	background-color: #fff;
	border-right:1px solid #4f93e3 !important;
	border-bottom:1px solid #4f93e3 !important;
	text-align:left;
	word-break:break-all !important;
}
.mtl_zf_title_ds > .dfinput2{
	width:98% !important;
}
/*修改开发员增加样式*/
.change_com{
	padding: 10px;
}

.com_select{
	border: 1px solid #ccc;
	padding: 5px 2px;
	min-width: 40%;
	background: #fcfcfc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 1px 1px 2px #ddd;
	-webkit-box-shadow: inset 1px 1px 2px #ddd;
	box-shadow: inset 1px 1px 2px #ddd;
	color: #666;
}
.com_select:focus {
	background: #fff;
	-moz-box-shadow: inset 1px 1px 2px #eee; -webkit-box-shadow: inset 1px 1px 2px #eee; box-shadow: inset 1px 1px 2px #eee;
}

.tb_date{
	width:72px !important;
}
.mttb_tle{
	width:168px;
	word-break: break-all;
}
.mttb_txt{
	width:122px;
	word-break: break-all;
}


/********查看询价单样式*********/
.order_line_table > thead > tr > th{
	padding:2px;
	background-color: #efefef;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align: center;
}
.order_line_table > thead > tr > th:last-child{
	border-right:none;
}
.order_line_table > tbody > tr > td{
	padding:2px;
	/*background-color: #ffffff;*/
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align: center;
}
.order_line_tbhide > td{
	padding: 5px !important;
	text-align:initial !important;
}
.order_line_tbhide > td > table{
	 border: 1px solid #000;
}
.td_show{
	width: 25px;
	background:url(../images/clist.png) center  center no-repeat;
}

tr.warn > td{
	background-color: #ffffcc !important;
	/*color: #FF0000 !important;*/
}
tr.info > td{
	background-color: #d9edf7 !important;
}
tr.success > td,
tr.success.warn > td{
	background-color: #dff0d8 !important;
}

.load_box{
	padding: 10px;
	height: 40px;
}
.load_box > .load_icon{
	display: inline-block;
	margin-top: 4px;
	float: left;
	width: 32px;
	height: 32px;
	background: url(../layer/skin/default/xubox_loading2.gif) no-repeat;
}
.load_box > .load_text{
	display: inline-block;
	padding-left: 6px;
	line-height: 40px;
	float: left;
	font-size: 16px;
	color: #000;
}


.round_num{
	border: 3px solid #fff;
	font-size:12px !important;
	color: #fff !important;
	padding: 0 6px !important;
	text-indent: initial !important;
	font-style: normal;
	background: #14aae4;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	behavior:url(../js/PIE.htc);
}


/********************
 * tab切换模块
********************/
.contents_tabs.ui-tabs { 
	position: relative;
	border: 1px solid #ccc;
	background: #fcfcfc; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	
	line-height: 21px !important;
	padding: 0;
	zoom: 1; 
	behavior:url(js/PIE.htc);
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.contents_tabs .tabs_header.ui-tabs-nav { 
	margin: 0; 
	padding: 0;
	list-style: none; 
	background: #eee url(../images/thead.png) repeat-x top left; 
	border-bottom: 1px solid #ddd;
	position: relative; 
	height: 51px; 
	-moz-border-radius: 3px 3px 0 0; 
	-webkit-border-radius: 3px 3px 0 0; 
	border-radius: 3px 3px 0 0; 
	behavior:url(js/PIE.htc);
}
.contents_tabs .tabs_header.ui-widget-header{
	border: none;
	border-bottom: 1px solid #ddd;
}
.contents_tabs .tabs_header.ui-tabs-nav li { 
	white-space: nowrap;
	display: inline-block; 
	float: left;
	padding: 0;
	margin: 0;
	border: none;
}
.contents_tabs .tabs_header.ui-tabs-nav li a { 
	line-height:40px;
	height: 51px;
	padding: 0 15px;
	font-weight: bold; 
	background: #eee url(../images/titlebg.png) repeat-x top left; 
	color: #666;
	border: none;
	border-right: 1px solid #ddd; 
	float: left;
	text-decoration: none; 
}
.contents_tabs .tabs_header.ui-tabs-nav li:first-child a { 
	-moz-border-radius: 3px 0 0 0; 
	-webkit-border-radius: 3px 0 0 0; 
	border-radius: 3px 0 0 0; 
}
.contents_tabs .tabs_header.ui-tabs-nav li a:hover { 
	text-decoration: none; 
	background: #ddd; 
}
.contents_tabs .tabs_header.ui-tabs-nav li.ui-state-active a { 
	background: #fff; 
	color: #333; 
}
.contents_tabs .tabs_body.ui-tabs-panel { 
	padding: 15px; 
	background: #fff; 
}
/******tabs工具栏********/
.tabs_tool{
	position: absolute;
	top:0;
	right:0;
	height:60px;
	/*line-height: 40px;*/
	z-index: 999;
}
.tabs_tool .tool_img_show{
	margin-right: 10px;
	margin-top: 10px;
}
.tool_img_show{
	position: relative;
	display:block;
	overflow: hidden;
	padding-left: 20px;
}
.tool_img_show > .sicon{
	display: block;
	position: absolute;
	top:50%;
	margin-top: -8px;
	left: 10px;
	overflow: hidden;
}
.tool_img_show > .icon_text{
	padding-left: 10px;
	color: blue;
}
.tool_img_show > .icon_text:hover{
	color: red;
}
.sicon{
	width:16px;
	height:16px;
}
.icon_img_list{
	background:url("../images/application_view_tile.png") center center no-repeat;
}
.icon_tabs_list{
	background:url("../images/sitemap_color.png") center center no-repeat;
}
/*********
 * grid_box 九宫格样式
*********/
.grid_box{
	position: relative;
	margin: -5px;
	/*padding: 10px;*/
	/*border: 1px solid #ccc;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	behavior:url(js/PIE.htc);*/
}
.grid_box > .grid_9{
	width:33.333%;
	*width:33.233%;
	display: block;
	float: left;
	height:150px;
	margin-bottom: 10px;
}
.grid_box > .grid_title{
	margin: 5px;
}
.grid_tool{
	position: absolute;
	top:8px;
	right:8px;
}
.grid_clear{
	clear: both;
	display: block;
}
.son_box{
	margin: 5px 5px;
	height: 100%;
	cursor: pointer;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	box-sizing: border-box;
	
    filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d4dfec,endcolorstr=#fff,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d4dfec,endcolorstr=#fff,gradientType=0);/*IE8*/	
    background:#fdfdfe; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #fff, rgba(212, 223, 236, 0.5));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(rgba(212, 223, 236, 0.5)));  
    background:-o-linear-gradient(top, fff, rgba(212, 223, 236, 0.5)); 
	behavior:url(js/PIE.htc);
}
.son_box:hover{
	border: 1px solid #4f93e3;
	-webkit-box-shadow: 0 0 5px #4f93e3;
	-moz-box-shadow: 0 0 5px #4f93e3;
	box-shadow: 0 0 5px #4f93e3;
	behavior:url(js/PIE.htc);
}
.grid_title{
	margin: 5px;
	height:28px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #4f93e3;
}
.grid_title_num{
	color:red;
}
.grid_desc{
	margin: 5px;
}
.grid_desc_li{
	width:50%;
	display: block;
	float: left;
	color:blue;
	line-height: 18px;
	text-indent: 16px;
	background: url(../images/list.gif) 0px center no-repeat;
}
.grid_desc_li:hover{
	color:red;
}
.grid_icon{
	display: block;
	margin: 5px;
	float: left;
	width:88px;
	height:88px;
	/*border: 1px solid #ccc;*/
}
.grid_text{
	display: block;
	float: left;
}
.son_title{
	height:50px;
	line-height: 50px;
	font-size: 20px;
	margin-top: 10px;
}
.b_green{
	color: limegreen;
}
.b_blue{
	color:blue;
}
.b_red{
	color:red;
}
.b_orange{
	color:orange;
}
.icon_gd_info{
	background:url("../images/i09.png") center center no-repeat;
}
.icon_gd_prints{
	background:url("../images/i01.png") center center no-repeat;
}
.icon_gd_tool{
	background:url("../images/i03.png") center center no-repeat;
}
.icon_gd_shoping{
	background:url("../images/i08.png") center center no-repeat;
}
.icon_gd_shoping2{
	background:url("../images/i04.png") center center no-repeat;
}
.icon_gd_chart{
	background:url("../images/i05.png") center center no-repeat;
}
.icon_gd_edit{
	background:url("../images/i06.png") center center no-repeat;
}
.icon_gd_user{
	background:url("../images/i07.png") center center no-repeat;
}
.icon_gd_search{
	background:url("../images/icon07.png") center center no-repeat;
}

/*****蓝色连接样式******/
.tablelinkblue{
	color:blue;
	cursor:pointer;
}
.tablelist .tablelinkblue{
 	color:blue;
}
.tablelinkblue:hover{
	color:red;
}

/*****附件费表****/
.attachtable{
	border: 1px solid #000;
}
.attachtable td.attach_title{
	background-color: #e1eafb;
}

.attachtable td.attach_num{
	text-align: right !important;
	word-break: keep-all !important;/*必须*/
}
/*****附件费表****/
.attachtable{
	border: 1px solid #000;
}
.attachtable td.attach_title{
	background-color: #e1eafb;
}

.attachtable td.attach_num{
	text-align: right !important;
	word-break: keep-all !important;/*必须*/
}

/******SF列表页面最小宽度*****/
.src_list_body{
	min-width: 1156px;
}
/*item_code 2017/09/01 wchen add*/
.inputgray{
	background-color:#eeeeee;
	background-image: none;
}


/***********供应商绩效管理新增样式****************/
.step{ margin:0 auto; display:block; height:60px;}
.step li{ position:relative; text-align:center;}
.step .line_bg{ height:3px; background:#d9eaf3; display:inline-block; width:50%; top:13px; position:absolute; z-index:1;}
.step .lbg-l{left:0;}
.step .lbg-r{right:0;}
.step .num{ position:relative; z-index:2; background:#fff;width:54px; height:30px;text-align:center; display:inline-block;}
.step .num em,.num i{width:24px; height:24px; display:inline-block; left:15px; top:2px;position:absolute;}
.step .num em{ background:#d9eaf3;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);z-index:2;}
.step .num i{  z-index:3; color:#fff; font-style:normal; font-weight:700; top:4px;}
.step .lbg-txt{ position:relative; color:#b6c6ce; font-size:13px;}
.step .on .lbg-txt{color:#1a97d7;}
.step .on .line_bg,.step .on .num em{ background:#1a97d7}
    
.step .active .lbg-txt{color:#7abd54;}
.step .active .line_bg,.step .active .num em{ background:#7abd54;}
    
.step ul,li{ list-style:none; margin:0; padding:0;}
.step li{
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
}
.part{
    margin: 0 auto;
    width: 1000px;
}
.panel_box{
    border: 1px solid #ddd;
	background: #fff;
	min-height: 300px;
}
#online_txt{}
#online_txt h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
#online_txt h3{
	font-size: 16px;
	line-height:30px;
}
#online_txt p{
	font-size: 14px;
	line-height: 28px;
}

.part_title{
	height:36px;
	line-height: 36px;
	background:#edf6fa;
	padding: 0 15px;
	border-bottom: 1px solid #d7e4ea;
}
.part_title b{
	font-size: 14px;
	color: #666;
}
.form_box{
	width:800px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;
}
.form_line{
	height:36px;
	margin-bottom: 25px;
}
.form_line .form_label{
	width:35%;
	line-height: 36px;
	float: left;
	font-size:16px;
	color: #666;
	text-align: right;
	padding-right: 10px;
}
.form_line .form_call{
	float: left;
}
.form_line .form_call .dsinput{
	width:270px;
}
.form_line .form_call select.dsinput{
	width:282px;
}
.form_button_box{
	padding-top: 15px;padding-bottom: 15px;text-align: center;padding-right: 100px;
}
.form_button_box a.btn{
	display: block;
	line-height: 35px;
}
.form_button_box a.btn:hover{
	color: #fff;
}
.form_img_box .localImag{
	width:280px;
	height:160px;
}
.form_img_box .localImag img {
    max-width: 280px !important;
    min-width: 120px !important;
    max-height: 160px !important;
    min-height:88px !important;
}
/*定义了行高和宽度的input*/
/****供应商申请页面****/
.dsinput{
	height: 30px;
	line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
    color: #333;
}
select.dsinput{
	height: 32px;
	line-height: 32px;
}
/*******一般input样式********/
.dtinput{
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
	color: #333;
	vertical-align: top;
}
select.dtinput{
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}

.clearall{
	clear: both;
	display: block;
}

/****************************
 * 步骤表单模块样式
*****************************/
.hormenu{
	min-height:42px;
	border-radius:3px;
	margin:10px 0 !important;
	border: 1px solid #ddd;
	background: #fff;
	behavior:url(style/js/PIE.htc);
}
.hormenu > .steptitle{
	height:36px;
	line-height: 36px;
	background:#edf6fa;
	padding: 0 15px;
	border-bottom: 1px solid #d7e4ea;
}
.hormenu > .steptitle div{
	font-size:15px;
	font-weight: bold;
	color: #222;
}
.hormenu > .step_box{
	padding: 10px 0 2px 10px;
	position: relative;
}
.hormenu > .step_box > li{
	float:left;
	margin: 0 10px 10px 0;
}
.hormenu > .step_box > li a{
	display: block;
	text-align:center;
	padding: 11px 18px 11px 24px;
	position:relative;
	text-decoration: none;
	color: #919191;
    background: #F8F8F8;
    border: 1px solid #CCC;
}
.hormenu > .step_box > li a:hover{
	text-decoration: none;
}
.hormenu > .step_box > li a span{
	font-size:15px;
	display:inline-block !important;
}
.hormenu > .step_box > li a.selected{
	color: #F8F8F8;
    background: #EA8511;
    border: 1px solid #EA8511;
    z-index: 199;
    text-decoration: none;
    -moz-box-shadow: 3px 3px 6px #888;
    -webkit-box-shadow: 3px 3px 6px #888;
    box-shadow: 3px 3px 6px #888;
}
.hormenu > .step_box > li.done a{
	position: relative;
    color: #FFF;
    background: #8CC63F;
    border: 1px solid #8CC63F;
    z-index: 99;
}
.hormenu > .step_box > li.on a{
	position: relative;
    color: #FFF;
    background: #3db0df;
    border: 1px solid #3db0df;
    z-index: 99;
}
.hormenu > .step_box > li.on.done a{
	color: #FFF;
    background: #8CC63F;
    border: 1px solid #8CC63F;
}
.hormenu > .step_box > li.done a.selected,
.hormenu > .step_box > li.on a.selected{
	color: #F8F8F8;
    background: #EA8511;
    border: 1px solid #EA8511;
}
.hormenu > .step_box > li a.disabled{
	color: #919191;
    background: #F8F8F8;
    border: 1px solid #CCC;
    cursor: text;
}

.flow_box .panel_box{
	min-height: 100px;
}

.panel_hd_box{
	padding: 15px;
}


/************************
 * 横向表单
*************************/
.letable{
	width:100%;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	z-index: 22;
	behavior:url(style/js/PIE.htc);
}
.letable > tbody > tr > td{
	padding: 4px 7px;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.letable > tbody > tr > .letb_tle{
	background: #f7f7f7;
	padding: 7px !important;
	width: 10%;
}
.letable > tbody > tr > .letb_tle_ds{
	padding: 4px !important;
	line-height: normal !important;
	width: 23.3333333%;
	background: #fff;
}

.letable.points4 > tbody > tr > .letb_tle{
	width: 8%;
}
.letable.points4 > tbody > tr > .letb_tle_ds{
	width: 17%;
}

.letable.points5 > tbody > tr > .letb_tle{
	width: 7%;
}
.letable.points5 > tbody > tr > .letb_tle_ds{
	width: 13%;
}

.letable.points2 > tbody > tr > .letb_tle{
	width: 18%;
}
.letable.points2 > tbody > tr > .letb_tle_ds{
	width: 32%;
}
.letb_tle.percent10{ width: 10%; }

.letable.le_blue{
	border-color:#4f93e3;
}
.letable.le_blue > tbody > tr > td{
	border-color:#4f93e3;
}
.letable.le_blue > tbody > tr > .letb_tle{
	background-color: #d4e7fd;
}

/**蓝色**/
.le_blue{
	border-color:#4f93e3;
}
.le_blue > tbody > tr > td,
.le_blue > tr > td{
	border-color: #69b0da !important;
	background: #fff;
}
.le_blue > tr > td.tb_title,
.le_blue > tbody > tr > td.tb_title{
	background: #d4e7fd;
}
/**粉色**/
.le_pink{
	border-color: #fdaa8d;
}
.le_pink > tbody > tr > td,
.le_pink > tr > td{
	border-color: #fdaa8d !important;
	background: #fff;
}
.le_pink > tr > td.tb_title,
.le_pink > tbody > tr > td.tb_title{
	background: #ffffdf;
}

/*************************************
 *  数据表格样式 --垂直表单样式  *****
**************************************/

.sdatatable{
	width: 100%;
	/*font-size:9.5pt;*/
	border:1px solid #ddd;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
.sdatatable td,.sdatatable th{
	vertical-align: middle;
}
.sdatatable > thead > tr > th,.sdatatable > thead > tr > td{
	padding: 8px 6px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:9.5pt;
	color: #333;
	text-align: left;
	background: #eee url(../images/buttons.png) repeat-x top left;
}
.sdatatable > thead > tr > th:first-child,.sdatatable > thead > tr > td:first-child{
	
}
.sdatatable tr > th.tb_title,.sdatatable tr > td.tb_title{
	background: #f9f9f9;
}
.sdatatable > thead > tr > th:last-child,.sdatatable > thead > tr > td:last-child{
	border-right:none;
}
.sdatatable > tbody > tr > td{
	border-right:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	font-size:9pt;
	padding: 6px 5px; 
	color:#191919;
}
.sdatatable > tbody > tr > td i{
	font-style: normal;
	color: #7f7f7f;
}
.sdatatable > tbody > tr > td:first-child{
	
}
.sdatatable > tbody > tr:first-child > td{
	border-top:1px solid #ddd;
}
.sdatatable > tbody > tr:last-child > td{
	border-bottom:1px solid #ddd;
}
.sdatatable > tbody > tr > td:last-child{
	border-right:none;
}

.tb_yellow{
	border-color: #ebb205;
}
.tb_blue{
	border-color: #4f93e3;/*0282ce*/
}
.tb_black{
	border-color: #222;
}
.tb_lime{
	border-color: #59bf04;
}
.tb_orange{
	border-color: #cd7a03;
}
.tb_red{
	border-color: #a31314;
}
.tb_yellow > thead > tr > th,.tb_yellow > thead > tr > td{
	background-position: 0 -38px;border-color: #ebb205;color: #ae510d;
}
.tb_blue > thead > tr > th,.tb_blue > thead > tr > td{
	background-position: 0 -76px;border-color: #0282ce;color: #fff;
}
.tb_blue tr > th.tb_title,.tb_blue tr > td.tb_title{
	background: #d4e7fd;
}
.tb_black > thead > tr > th,.tb_black > thead > tr > td{
	background-position: 0 -114px;border-color: #222; color: #fff;
}
.tb_lime > thead > tr > th,.tb_lime > thead > tr > td{
	background-position: 0 -152px; border-color: #59bf04; color: #367501;
}
.tb_orange > thead > tr > th,.tb_orange > thead > tr > td{
	background-position: 0 -190px; border-color: #cd7a03; color: #6e3c17;
}
.tb_red > thead > tr > th,.tb_red > thead > tr > td{
	background-position: 0 -228px; border-color: #a31314; color: #fff;
}
.tb_yellow > tbody > tr > td{
	border-color: #e7bd76 !important;
}
.tb_blue > tbody > tr > td{
	border-color: #69b0da !important;
}
.tb_black > tbody > tr > td{
	border-color: #686868 !important;
}
.tb_lime > tbody > tr > td{
	border-color: #96d065 !important;
}
.tb_orange > tbody > tr > td{
	border-color: #d9ac6b !important;
}
.tb_red > tbody > tr > td{
	border-color: #ab6363 !important;
}

tr.nowrap > td{
	white-space: nowrap;
}
tr.warn > td{
/*	//border-color: #a31314 !important;*/
	background-color: #ffffcc !important;
	color: #FF0000 !important;
}
/**表格奇偶行变色**/
.tb_striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafafa;
}
.sdatatable > tbody > tr:hover{
	background-color: #eaf2ff;
}


/*******************************
 * 输入框百分比，及宽度百分比样式
*********************************/
input.percent10,.percent10{ width: 10%; }
input.percent13,.percent13{ width: 13.333%; }
input.percent15,.percent15{ width: 15%; }
input.percent20,.percent20{ width: 20%; }
input.percent23,.percent23{ width: 23.333%; }
input.percent25,.percent25{ width: 25%; }
input.percent30,.percent30{ width: 30%; }
input.percent40,.percent40{ width: 40%; }
input.percent50,.percent50{ width: 50%; }
input.percent60,.percent60{ width: 60%; }
input.percent70,.percent70{ width: 70%; }
input.percent75,.percent75{ width: 75%; }
input.percent80,.percent80{ width: 80%; }
input.percent85,.percent85{ width: 85%; }
input.percent90,.percent90{ width: 90%; }
input.percent95,.percent95{ width: 95%; }



.font9pt{
	font-size: 9pt !important;
}
.sdatatable.font9pt > thead > tr > th,.sdatatable.font9pt > thead > tr > td{
	font-size: 9pt;
}


/****************
 * 审核详细样式
****************/
.time-line{
	padding:5px;
}
.time-line .time-item{
	position:relative;
	padding-left:120px;
}
.time-line .time-item.date{
	height:44px;
	line-height:44px;
}
.time-line .time-item.date .content-left>span{
	color:#1da02b;
	font-size:14px;
	font-weight:bold;
}
.time-line .time-item.date .content-left>label>i{
	position:absolute;
	top:0;bottom:0;
	left:12px;
	width:1px;
	background-color:#b5b5b5;
}
.time-line .time-item.last{
	height:44px;
	line-height:44px;
}
.time-line .time-item.last .content-left>label>i{
	position:absolute;
	top:0;bottom:0;left:12px;
	width:1px;
	background-color:#b5b5b5;
}
.time-line .time-item.last .content-left>label>span{
	width:10px;height:10px;
	background:url(../images/down.png);
	left:7px;top:34px;
}
.time-line .time-item.time.important .content-left>label>span{
	background-position:0 -10px;
}
.time-line .time-item.time.important .content-right .left-arrow{
	background:url(../images/arrow.png) no-repeat;
	background-position:0 -13px;
}
.time-line .time-item.time.important .content-right .detail-outer .detail{
	border-left:3px solid #f45438;
}
.time-line .time-item.time .content-left>span{
	position:absolute;
	top:50%;
	height:20px;
	margin-top:-10px;
	line-height:20px;color:#000;font-size:12px;text-align:right;
}
.time-line .time-item.time .content-left>label>span{
	position:absolute;
	width:10px;
	height:10px;
	top:50%;
	margin-top:-5px;
	left:7px;
	background:url(../images/dot.png) no-repeat;
}
.time-line .time-item.time .content-left>label>i{
	position:absolute;
	top:0;bottom:0;left:12px;
	width:1px;
	background-color:#b5b5b5;
}
.time-line .time-item .content-left{
	position:absolute;
	top:0;left:0;bottom:0;
	width:120px;
}
.time-line .time-item .content-left>span{
	position:absolute;
	right:24px;top:0;bottom:0;
	width:96px;
	text-align:center;
}
.time-line .time-item .content-left>label{
	position:absolute;
	top:0;right:0;bottom:0;
	width:24px;
}
.time-line .time-item .content-left>label>span{
	position:absolute;
	width:16px;height:16px;
	top:14px;left:4px;
	background:url(../images/blank.png) no-repeat;
	z-index:1;
}
.time-line .time-item .content-left>label>i{
	position:absolute;
	top:0;left:12px;
	width:1px;
	background-color:#b5b5b5;
	z-index:0;
}
.time-line .time-item .content-left.first>label>i{
	position:absolute;
	height:14px;
	top:30px;
}
.time-line .time-item .content-right{
	position:relative;
	padding-left:11px;
}
.time-line .time-item .content-right .left-arrow{
	position:absolute;
	width:11px;height:13px;
	top:50%;left:0;
	margin-top:-7px;
	background:url(../images/arrow.png) no-repeat;
}
.time-line .time-item .content-right .detail-outer{
	padding:10px 0;
}
.time-line .time-item .content-right .detail-outer .detail{
	padding:5px;
	border:1px solid #cacaca;
	border-left:3px solid #1da02b;
	box-shadow:2px 3px #ededed;
	line-height:28px;
}
.time-line .time-item .content-right .detail-outer .detail>div .name{
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-right:2px;
}
.time-line .time-item .content-right .detail-outer .detail>div label{
	color:#939393;
	font-size:12px;
	margin-right:10px;
}
.time-line .time-item .content-right .detail-outer .detail>div .status{
	color:#000;
	font-size:12px;
}
.time-line .time-item .content-right .detail-outer .detail>div .status .order{
	color:#1da02b;
	font-size:12px;
}


/**************************************
 * 页面消息提示   page_message *****
**************************************/

.notibar { 
	overflow: hidden; 
	position: relative; 
	margin-bottom: 12px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
	line-height: 21px; 
	-moz-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8); 
	-webkit-box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8); 
	box-shadow: inset 0 1px 0 rgba(250, 250, 250, 0.8);
}
.notibar .notibar_box{ 
	margin: 15px 20px; 
	font-size: 13px; 
	color: #333;
	padding-left: 25%;
	/*min-height: 100px;*/
}
.msg_default{
	border: 1px solid #fbe187; background: #ffffdf; 
}
.msg_green{
	border: 1px solid #c1d779; background: #effeb9;
}
.msg_orange{
	border: 1px solid #eac572; background: #ffe9ad;
}
.msg_blue{
	border: 1px solid #99c4ea; background: #d1e4f3;
}
.msg_red{
	border: 1px solid #e18b7c; background: #fad5cf;
}
.msg_img{
	width: 52px;
	height: 52px;
	display: inline-block !important;
	float: left;
}
.notibar_box_title{
	line-height: 52px;
	font-size: 22px;
}
.notibar_box_ul{
	margin:0 14px;
}
.notibar_box_ul .first{
	font-weight: bold;
	font-size: 15px;
}
.notibar_box_ul > li{
	font-weight: bold;
	line-height: 28px;
	font-size: 16px;
}
.notibar_box_ul .last{
	padding-right: 45%;
	text-align: right;
	font-size: 18px;
}
.notibar_box_ul .last > font{
	text-align: right;
	font-size: 18px;
}
.step_results{
	text-align: right;
	font-size: 18px;
}
.step_results font{
	font-size: 18px;
}
.msgalert{
	background: url(../images/notifications.png) no-repeat 0 -52px;
}
.msginfo{
	background: url(../images/notifications.png) no-repeat 0 -156px;
}
.msgsuccess{
	background: url(../images/notifications.png) no-repeat 0 -104px;
}
.msgerror{
	background: url(../images/notifications.png) no-repeat 0 0;
}

/*****下载框******/
.downloadbox{
	margin-top:30px;
	text-align: center;
	vertical-align:middle;
}



/*************************
 * 文本、排布方式样式
***********************/
.txt_id{
	width:24px;
	max-width:24px;
	min-width:20px;
	text-align: center !important;
}
.txt_id > span.ui-icon{
	margin: auto;
}
.txt_num{
	text-align: right !important;
	width:88px;
	word-break: keep-all !important;/*必须*/
}
.txt_title{
	text-align: left !important;
}
.txt_desc{
	text-align: left !important;
}
.txt_date{
	min-width:76px;
	width: 80px;
	max-width:130px;
	text-align: center !important;
}
.txt_time{
	min-width:76px;
	width: 130px;
	max-width:130px;
	text-align: center !important;
}
.txt_center{
	text-align: center !important;
}
.txt_left{
	text-align: left !important;
}
.txt_right{
	text-align: right !important;
}
.nowrap{
	white-space: nowrap;
}
.txt_sort,.txt_desc,.txt_asc{
	cursor: pointer;
    position: relative;
    padding-right: 20px !important;
}
.txt_sort:after,.txt_desc:after,.txt_asc:after{
    padding-top: 0.12em;
	position: absolute;
    top: 7px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
.txt_sort:after{
	content: "\f0dc";
}
.txt_desc:after{
	content: "\f0dd";
}
.txt_asc:after{
	content: "\f0de";
}

.pright5{ padding-right: 5px; }
.pright8{ padding-right: 8px; }
.pright10{ padding-right: 10px; }

input,select{
	vertical-align: middle;
}

/*************************
 * 供应商异步加载选择模块
************************/
.supp_list_opt .mtladdid{
	width: 100%;
	border:1px solid #d0dee5;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior:url(js/PIE.htc);
}
.supp_list_opt .mtladdid td{
	padding: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior:url(js/PIE.htc);
}
.mtl_tr_head > td{
	height: auto !important;
	background: #e1eafb;
	padding: 7px 5px;
	border-right:1px solid #d0dee5 !important;
	border-bottom:1px solid #d0dee5 !important;
	behavior:url(js/PIE.htc);
}
.mtl_tr_head > td span{
	display: inline-block;
	float: left;
}
.mtl_tr_head > td a{
	float: right;
	margin-right: 8px;
	cursor: pointer;
}
.checked_box{
	width:97%;
	height:236px;
	padding:5px;
	border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior:url(js/PIE.htc);
}
.checked_box > .boxcontent{
	height:192px;
	margin-top: 3px;
}
.checked_box > .boxcontent > span{
	padding:7px;
	display:block;
	background:#fff;
	cursor:pointer;
	color:#000;
}
.checked_box > .boxcontent > span:hover{


	background:#326dcc;
	color:#fff;
	border-radius:2px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	behavior:url(js/PIE.htc);
}
.checked_box > .boxcontent.slted_list > span{
	cursor:initial;
	display:block;
	margin-bottom: 2px;
	background: #ffffdf;
	color:#000;
	border: 1px solid #fbe187;
}
.checked_box > .boxcontent.slted_list > span:hover{
	background: #ffffdf;
	color:#000;
}
.checked_box > .boxcontent.slted_list > span > .slt_txt{
	float: left;
	width: 314px;
}
.checked_box > .boxcontent.slted_list > span > .slt_chkbox{
	display:block;
	float: left;
}
.checked_box > .boxcontent.slted_list > span > a.close{
	display:block;
	cursor: pointer;
	float: left;
    width: 14px;
    height: 14px;
    background-image: url(../images/list_close.png);
    background-repeat: no-repeat;
    behavior:url(js/PIE.htc);

}

/*******************
 * 询价已经选择的供应商 显示列表
*******************/
.sup_select_list{
	border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior:url(js/PIE.htc);
}
.sup_select_list > span{
	cursor: initial;
    display: block;
    float: left;
    padding: 7px 4px;
    width: 350px;
    margin: 4px 3px 1px 3px;
    background: #ffffdf;
    color: #000;
    border: 1px solid #fbe187;
}
.sup_select_list > span > br{
	display: none;
}

/*红色提示*/
.tablelist tr.td_red > td,
.tablelist tr.td_red > td a{
	color: #FF0000 !important;
}
.tablelist tr.td_red > td a:hover{
	text-decoration: underline;
}

/* 页面预加载样式 */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; 
    z-index: 10000; 
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%; 
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}
/**报价版面补充样式**/
#mtladdid .src_zftable{
	width: 700px;
	float: right;
	border: 1px solid #4f93e3;
}

select[disabled],
select[readonly],
input[disabled],
input[readonly]{
	background: #eee !important;
  opacity: 2;
  color: #000000;
}
/*input[disabled]{
	cursor: not-allowed;
}*/
.inputyellow[readonly]{
	background-color: #FFFF99 !important;
	background-image: none;
}
.allowinput[readonly]{
	background: url(../images/inputbg.jpg) repeat-x !important;
}
.allowinput > input[readonly]{
	background: url(../images/inputbg.jpg) repeat-x !important;
}
.search-table .easyui-linkbutton .l-btn-text{
	color: #1c94c4;
	font-weight: bold;
}
.tb_bottomdiv{
	padding: 5px;
	border: 1px solid #4f93e3;
	border-top: none;
	box-shadow: 0 0 3px #4f93e3;
  -webkit-box-shadow: 0 0 3px #4f93e3;
  -moz-box-shadow: 0 0 3px #4f93e3;
}
.height10{
	height: 10px;
}
.height8{
	height: 8px;
}
.height6{
	height: 6px;
}
.height5{
	height: 5px;
}

/*****异步加载选择模块*****/
.select_box{
	border-top: solid 1px #a7b5bc;
  border-left: solid 1px #a7b5bc;
  border-right: solid 1px #ced9df;
  border-bottom: solid 1px #ced9df;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior:url(js/PIE.htc);
}
.select_box > .boxcontent > span{
	position: relative;
	cursor:initial;
	padding:7px;
	display:block;
	margin-bottom: 2px;
	background: #ffffdf;
	color:#000;
	border: 1px solid #fbe187;
}
.select_box > .boxcontent > span:hover{
	background: #ffffdf;
	color:#000;
}
.select_box > .boxcontent > span > .slt_txt{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	word-break: break-all;
	/*width: 160px;*/
}
.select_box > .boxcontent > span > .slt_chkbox{
	display:block;
	position: absolute;
	float: left;
}
.select_box > .boxcontent > span > a.close{
	display:block;
	position: absolute;
	cursor: pointer;
	right:5px;
  width: 14px;
  height: 14px;
  background-image: url(../images/list_close.png);
  background-repeat: no-repeat;
  behavior:url(js/PIE.htc);
}
/**----------标题栏--右侧工具盒子formtitle--------------**/ 
.formtitle_tools{
	position: absolute;
	right: 0;
	top: 0;
}

.privilege_box{
	display: block;
	float: left;
	width: 200px;
	line-height: 26px;
}

.wl_table .file_chk{
	margin-top: 6px;
}
/*不可点击的按钮*/
.disabled_btn{
	cursor:not-allowed !important;
	outline: auto !important;
	opacity: 0.8;
}

.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 15px;
}
.search-wrap{
	padding: 60px 0;
}
.search-wrap .logo{
	text-align: center;
}
.search-wrap .search_box{
	width: 600px;
	padding: 30px 10px 80px 10px;
	margin: 0 auto;
}

.search-list .inner {
    background: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    min-height: 108px;
}

.search-list .inner-nav{
	height: 45px;
	padding: 0 20px;
}

.search-list .inner-logo{
	float: left;
	overflow: hidden;
	padding-top: 13px;
}
.search-list .inner-logo a{
	display: block;
	width: 100px;
	height: 32px;
}
.search-list .inner-logo img{
	height: 100%;
}
.search-list .inner-tools{
	float: right;
	line-height: 45px;
}
.search-list .inner-search{
	padding: 7px 20px;
}
.search-list .inner-search-box{
	width: 600px;
}
.inner-query-item{
	margin-top: 6px;
	height: 30px;
	line-height: 30px;
}
.inner-query-item > span{
	display: inline;
}
.inner-query-item .item-title{
	font-weight: bold;
  color: #006600;
}
.inner-query-item .p-left-md{
	padding-left: 50px;
}

.search-list .rightinfo{
	padding: 20px;
}

/**--tablelist 复合title--**/

.tablelist th.multiple {
	background:url(../images/th.gif) repeat-x;
	height:auto;
	line-height:normal;
	border-bottom:solid 1px #b6cad2;
	text-indent: initial;
	text-align:left;
	white-space:nowrap;
}

/*overflow:hidden;cellspacing:0px !important;position: absolute;	*/
.tr_hidden {	
	display: none !important;
	height:0px !important;
	width:0px !important;
	border:0px !important;
	border-style:none !important;
	border-width:0px !important;
	padding:0px !important;	
	margin:0px !important;	
	overflow:hidden;
	
}

.itemgroup{
	border-spacing: 0;
	background-color:white;
}

.qritemwithquote{
	background-color:#ffb366;
}
.ptitle{
	width:154px;
}
.ptitle2{
	margin-top:10px;
	margin-bottom:10px;
}
.toolbar2 {
	float:right;
}
.toolbar2 li {
	background:url(../images/toolbg.gif) repeat-x;
	line-height:33px;
	height:33px;
	border:solid 1px #d3dbde;
	float:left;
	/*padding-right:10px;*/
	margin-right:5px;
	border-radius: 3px;
	behavior:url(js/pie.htc);
	cursor:pointer;
}
.toolbar2 li span {
	float:left;
	margin-left:10px;
	margin-right:5px;
	margin-top:5px;
}
.toolbar2 li.click a{
	display: block;
	padding-right:10px;
	height: 100%;
}
.toolbar2  li.click .sicon,
.toolbar2  li.click .sicon_color,
.toolbar2  li.click .sicon_white{
	margin-top:8px;
}
.toolbar2  li.click .icon{
	margin-top:9px;
}
.toolbar2  li.click .icon24{
	margin-left: 6px;
}
.toolbar2  li.click .icon32{
	margin-top:1px;
	margin-left: 6px;
}

.tx2 {
	float:left;
}
.tx2 li{  
	float:left;
	background:#99CCFF;
	line-height:20px;
	height:20px;
	border:solid 1px #d3dbde;
	padding:3px;
	margin-right:5px;
	border-radius: 3px;
	behavior:url(js/pie.htc);
	cursor:pointer;
}
