body, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size:12px;
}
ul, li, dl, dt, dd {
	list-style:none;
}
.clear {
	clear:both;
}
.important {
	color:#f00;
}
.access {
	color:#999;
}
.acbody {
	background: #d2edf8;
}
a {
	outline:none;
	color:#333;
	text-decoration:none;
}
body {
SCROLLBAR-FACE-COLOR:#999; 
SCROLLBAR-SHADOW-COLOR:#999;
SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
SCROLLBAR-3DLIGHT-COLOR: #999; 
SCROLLBAR-ARROW-COLOR: #fff;
SCROLLBAR-DARKSHADOW-COLOR:#fff;  
}
body{ padding-top:48px;}
::-webkit-scrollbar-track-piece {
 background-color:#ccc;/*滚动条的背景颜色*/
 -webkit-border-radius: 3px;/*滚动条的圆角宽度*/
}
::-webkit-scrollbar {
 width:12px;/*滚动条的宽度*/
 height:12px;/*滚动条的高度*/
}
::-webkit-scrollbar-thumb:vertical {/*垂直滚动条的样式*/
 height:12px;
 background-color:#aaa;
 -webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {/*滚动条的hover样式*/
 height:13px;
 background-color:#999;
 -webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal {/*水平滚动条的样式*/
 width: 12px;
 background-color: #aaa;
 -webkit-border-radius: 3px;
}
.acheader {
	background: #0197cf;
	height: 48px;
}
.acheadermain {
	width: 1000px;
	margin: 0 auto;
}
.aclogo {
	font-size: 24px;
	color: #fff;
	margin: 0;
	font-weight: normal;
	font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;

	float: left;
}
.acusercontent {
	float: right;
	padding: 9px 0;
	line-height: 30px;
}
.acusername {
	float: left;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.aceditpassword {
	float: left;
	font-size: 12px;
}
.aceditpassword a {
	display: block;
	height: 30px;
	padding: 0 12px;
	color: #fff;
	cursor: pointer;
}
.aceditpassword a.acexitbtn {
	width: 46px;
	height: 25px;
	line-height: 24px;
	margin-top: 3px;
	text-decoration: underline;
	padding: 0;
	text-align: center;
}
.acmain {
	margin: 18px auto;
	background: #fff;
	width: 964px;
	padding: 6px 18px 24px 18px;
}
h2 {
	margin: 0;
	/*border-bottom: 1px solid #ccc;*/
	padding: 6px 0;
}
h2 span {
	font-size: 16px;
	line-height: 36px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
	font-weight: normal;
	float: left;
	display: block;
}
h2 .clear {
	clear: both;
	clear: both !important;
}
h2 a.newletterbtn {
	width: 80px;
	height: 24px;
	font-size: 12px;
	float: left;
	line-height: 24px;
	text-decoration: none;
	display: block;
	padding-left: 16px;
	background:url(images/newletterbtn.png) no-repeat;
	border: none;
	margin: 6px 0 0 12px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-weight: normal;
}
h2 a.newletterbtn:hover {
	background-image:url(images/newletterbtnhover.png);
}
.casearchbox {
	margin: 6px 0;
	padding: 6px;
	background: #f8f8f8;
	min-height: 30px;
	border: #d5d5d5 1px solid;
}
.casearchbox table, .acgrid {
	border-collapse: collapse;
}
.casearchbox table td {
	font-size: 12px;
	padding: 4px 2px;
	line-height: 30px;
	min-height:30px;
}
 .checkboxline {
	display: block;
	float: left;
	line-height: 26px;
	margin-right: 4px;
	border: 1px solid #bbb;
	text-align: center;
	cursor: pointer;
	background: #fff;
	padding: 0 8px;
	position: relative;
	color: #666;
	min-height:22px;
}
 .checkboxline span {
	display: none;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	background:url(images/lableselected.png) no-repeat;
}
 .checkboxlineselected {
	border: 1px solid #55a500;
	color: #000;
}
.checkboxlineselected span {
	display: block;
}
 .checkboxline .checkbox {
	float: left;
	display: block;
	margin-top: 5px;
	display: none;
	margin-top/*\**/: 1px\9;
	
}
 .unclick{
	cursor:default;
	border: 1px solid #ccc;
	background:#f2f2f2;
	color:#999;
	}
input, select {
	padding: 0;
	margin: 0;
}
td .intext {
	height: 22px;
	line-height: 22px;
	border: 1px solid #ccc;
	padding: 2px;
}
td .inselect {
	padding: 3px 2px;
}

td .casearchbtn:hover {
	background:url(images/casearchbtnHover.png) no-repeat;
}
.aclist {
	margin: 6px 0 6px 0;
}
.acgrid td {
	border-bottom: 1px solid #e5e5e5;
	line-height: 24px;
	font-size: 12px;
	padding: 2px 4px;
	color: #000;
	line-height: 30px;
	min-height:30px;
	/*white-space: nowrap;*/
	max-width:30%;
}
.acgrid tr:nth-child(2n+1) td {
 background: #f8f8f8;
}
.acgrid tr:hover td, .valueList table tr.selected td {
	background: #dff0f9;
	color: #000;
	border-bottom: 1px solid #acd5e9;
}
.acgrid tr:hover td a {
	text-decoration: underline;
}
.acgrid th {
	border-bottom: 1px solid #d5d5d5;
	line-height: 30px;
	background: #f2f2f2;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	padding: 2px 4px;
	background-image:url(images/thbg.jpg);
	background-repeat:repeat-x;
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #f2f2f2));
	white-space: nowrap;
}
a.cacoder {
	color: #06F;
	text-decoration: none;
}
a.cacoder:hover {
	text-decoration: underline;
}
.selectDemo {
	position: relative;
	float: left;
}
.pages {
	clear: both;
	padding: 12px;
	font-size: 12px;
	overflow: hidden;
}
.pages b {
	padding: 0 2px;
	font-weight: 700;
	color: #f60;
}
.pages ul {
	float: right;
	margin: 0;
}
.pages li {
	float: left;
	margin-left: 12px;
	list-style: none;
	line-height: 26px;
	display: inline;
}
.pages li a {
	display: block;
	float: left;
	line-height: 24px;
	padding: 0 12px;
	background: #f2f2f2;
	border: 1px solid #afafaf;
	text-decoration: none;
	color: #666;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pages li a:hover {
	background: #fff;
}
.pages li a.pagesNumber {
	background: none;
	border: none;
	font-weight: 700;
	color: #15c;
	line-height: 26px;
}
.pages .all {
	float: left;
	display: block;
	color: #666;
	margin-right: 12px;
}
p.noac {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
	border: 1px solid #ccc;
	clear: both;
	overflow: hidden;
	margin: 12px 0;
}
p.searchnoac {
	font-size: 12px;
	color: #f00;
	line-height: 30px;
	padding: 0 12px;
	border: 1px solid #ccc;
	clear: both;
	margin: 12px 0;
	overflow: hidden;
}
.acstate {
	background:url(images/acstate.png) no-repeat right;
	padding-right: 10px;
	cursor: pointer;
	position: relative;
	white-space:nowrap;
	float: left;
}
.acstate ul {
	position: absolute;
	top: 30px;
	left: 0;
	width: 120px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: default;
	padding: 0;
	display: none;
	z-index:9999;
}
.acstate ul li {
	list-style: none;
	text-align: center;
	line-height: 28px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
.acstate ul li:last-child {
	border-bottom: none;
}
.acstate ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	outline: none;
	padding:0 6px;
}
.acgrid tr:hover td .acstate a {
	text-decoration:none;
}
.acstate ul li a:hover {
	background: #e8e8e8;
	text-decoration:none;
}
.acstate ul li i {
	width: 12px;
	height: 12px;
	float: left;
	margin: 8px 6px 0 9px;
}
.acstate ul li i.edit {
	background:url(images/editbtn12.png) no-repeat;
}
.acstate ul li i.del {
	background:url(images/delbtn12.png) no-repeat;
}
.acstate ul li i.detail {
	background:url(images/detailbtn12.png) no-repeat;
}
.acstate ul li i.submit {
	background:url(images/submitaccept12.png) no-repeat;
}
a.allstate i, i.allstate {
	background: #ccc;
}
a.acceptance i, i.acceptance {
	background: #6fb3e0;
}
a.assign i, i.assign {
	background: #c37ab0;
}
a.finish i, i.finish {
	background: #4ecc60;
}
i.iex {
	font-style: normal;
	color: #fff;
	padding: 3px 8px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.acfoot {
	margin: 12px 0;
	width: 100%;
	overflow:hidden;
	padding:12px 0;
}
.acfoot p {
	text-align: center;
	font-size: 12px;
	color: #666;
}
.acfoot p a {
	padding: 0 12px;
	color: #666;
	text-decoration: none;
}
.acfoot p a:hover {
	text-decoration: underline;
}
.selectDemo {
	position: relative;
}
.selectDemo .inputValue, .selectDemo .selectedBot {
	float: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.selectDemo .inputValue {
}
.selectDemo ul.valueList {
	border: 1px solid #999;
	background: #fff;
}
.selectDemo .valueList {
	display: none;
	
	top: 24px;
	z-index: 9999;
	width: 180px;
	min-width: 180px;
	overflow: auto;
}
button.selectedBot {
	background:url(images/selectlist.jpg) no-repeat;
	border: none;
	width: 22px;
}
.valueList table {
	line-height: 26px;
	border-collapse: collapse;
	min-height:26px;
}
.valueList table td {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 4px;
}
.valueList table tr:nth-child(2n) td {
 background: #f8f8f8;
}
.valueList table tr:hover td, .valueList table tr.selected td {
	background: #3DA7DB;
	color: #fff;
}
.acback {
	display: block;
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 36px;
	background:url(images/retrun.png) no-repeat left 10px;
	padding-left: 20px;
	text-decoration: none;
}
.acback:hover {
	text-decoration: underline;
}
/*news*/
.fillaccept {
	clear:both;
}
.fillaccept table {
	border-collapse: collapse;
	width:100%;
}
.selectaccepttype {
	margin:0 auto 12px auto;
	width:288px;
	position:relative;
}
.selectaccepttype i {
	position: absolute;
	color:#aaa;
	left:-100px;
	top:12px;
	font-size:14px;
	font-style:normal;
}
.selectaccepttype .checktypebox {
	display:block;
	float:left;
	width:120px;
	text-align:center;
	margin:0 10px;
	text-decoration:none;
	color:#666;
	height:36px;
	line-height:36px;
	font-size:16px;
	font-weight: normal;
	border:2px solid #bbb;
	position:relative;
	background:#f8f8f8;
	cursor:pointer;
}
.selectaccepttype span {
	display: none;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background:url(images/selectaccepttype.png) no-repeat;
}
.selectaccepttype .checkboxlineselected {
	border:2px solid #55a500;
	background:#fff;
}
.selectaccepttype .checkboxlineselected span {
	display:block;
}
.productprice {
	padding:6px 12px;
	background:#f2f0e3;
	border-bottom:1px dotted #960;
	margin-top:6px;
	clear:both;
}
.payprice {
	float:left;
}
.payprice li {
	float:left;
	line-height:24px;
	margin-right:12px;
}
.payprice li span {
	display:block;
	float:left;
}
.payprice li u {
	text-decoration:none;
	display:block;
	float:left;
	padding-left:4px;
	font-weight:700;
	color:#f60;
}
.payprice li span.all {
	color:#666;
}
.addsample {
	float:right;
	height:24px;
}
.addsample a {
	display:block;
	text-decoration:none;
	background:url(images/addsamplebtn.png) no-repeat;
	padding-right:28px;
	width:75px;
	line-height:24px;
	text-align:center;
	color:#fff;
	font-weight:700;
}
.acsubmitbtn {
	width:368px;
	height:36px;
	margin:36px auto 12px auto;
}
.acsubmitbtn a.submit {
	display:block;
	text-decoration:none;
	background:url(images/acsubmitbtn.png) no-repeat;
	width:160px;
	height:36px;
	text-align:center;
	color:#fff;
	font-weight:700;
	float:left;
	margin:0 12px;
}
.acsubmitbtn a.save {
	display:block;
	text-decoration:none;
	background:url(images/acsavebtn.png) no-repeat;
	width:160px;
	height:36px;
	text-align:center;
	color:#fff;
	font-weight:700;
	float:left;
	margin:0 12px;
}
.acsubmitbtn a.back {
	display:block;
	text-decoration:none;
	background:url(images/acbackbtn.png) no-repeat;
	width:160px;
	height:36px;
	text-align:center;
	color:#fff;
	font-weight:700;
	float:left;
	margin:0 12px;
}
.acsubmitbtn a.send {
	display:block;
	text-decoration:none;
	background:url(images/acsendbtn.png) no-repeat;
	width:160px;
	height:36px;
	text-align:center;
	color:#fff;
	font-weight:700;
	float:left;
	margin:0 12px;
}
.processbar {
	width:480px;
	height:36px;
	margin:0 auto 24px auto;
	clear:both;
}
.processbar span {
	display:block;
	height:36px;
	width:480px;
	background:url(images/acceptstep.png) no-repeat;
}
.processbar span.step1 {
	background-position:0 0;
}
.processbar span.step2 {
	background-position:0 -36px;
}
.processbar span.step3 {
	background-position:0 -72px;
}
.acceptfunction {
	margin-top:12px;
	clear:both;
	overflow:hidden;
}
.acbtn {
	display:block;
	height:24px;
	width:82px;
	margin-left:12px;
	float:right;
	background:url(images/acfunctionbtn.png) no-repeat;
	line-height:24px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:700;
}
.acbtn:hover{ text-decoration:none; color:#fff;}
.acaddbtn {
	display:block;
	height:24px;
	width:82px;
	margin-left:12px;
	float:right;
	background:url(images/addietmsbtn.png) no-repeat;
	line-height:24px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:700;
}
.processstep {
	padding:12px;
	margin-bottom:12px;
	border:1px solid #f5d8a5;
	clear:both;
	background:#fbf7f1;
	color:#f60;
}
.blacklayout {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	display:none;
}
.acproduct {
	width:1000px;
	min-height:520px;
	background:#fff;
	position:absolute;
	z-index:999;
	top:40px;
	left:50%;
	margin-left:-500px;
	overflow:hidden;
	display:none;
}
.acproduct .productstep {
	height:30px;
	width:400px;
	margin:12px auto 12px auto;
	background:#e5e5e5;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.acproduct .productstep ul {
	position:absolute;
	z-index:9999;
}
.productstep span.activestep {
	width:200px;
	position:absolute;
	height:30px;
	background:#f60;
	left:0;
	top:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.productstep li {
	line-height:30px;
	text-align:center;
	float:left;
	width:200px;
	font-size:14px;
	font-weight:700;
	color:#999;
}
.productstep li.selected {
	color:#fff;
}
.productstep li.end {
	border-right:none;
}
.samplebox, .testitembox, .samplesuccess {
	position:absolute;
	width:100%;
	left:-1000px;
}
.sampledetail, .testitemdetail, .samplesuccessmain {
	margin:0 12px 12px 12px;
	padding:0 0 12px 0;
}
.itembox {
	clear:both;
}
.testitemdetail .testleft {
	width:180px;
	min-height:360px;
	background:#e5e5e5;
	float:left;
	border:1px solid #ccc;
}
.itemsamplelistbox {
	border-bottom:1px dotted #960;
	padding:10px 12px;
	background:#f2f0e3;
	position:relative;
	margin-bottom:6px;
}
.itemsamplelistbox span.selectedproductname {
	font-weight:700;
	color:#f60;
	display:block;
	float:left;
	line-height:16px;
}
.selectothersample {
	display:block;
	float:left;
	padding-left:20px;
	height:15px;
	width:15px;
	cursor:pointer;
	margin-left:6px;
	background:url(images/selectother.png) no-repeat;
}
span.testitemnum {
	float:right;
	display:block;
	color:#666;
}
.producttitlebox {
}
.searchproductBox {
	height:30px;
	background:#fff;
	border-bottom:1px solid #ccc;
}
a.aclayoutclosebtn {
	height:24px;
	width:24px;
	background:#ccc;
	top:2px;
	right:2px;
	position:absolute;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	display:block;
	color:#333;
	font-weight:normal;
	line-height:24px;
	text-align:center;
	font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
}
a.aclayoutclosebtn:hover {
	background:#ddd;
}
.sucesscontent {
	padding:24px 36px;
	margin:0 72px;
	position:relative;
}
i.success {
	height:64px;
	width:64px;
	display:block;
	text-decoration:none;
	background:url(images/success.png) no-repeat;
	float:left;
}
h6.savesuccess {
	font-size:20px;
	position:absolute;
	left:120px;
	color:#090;
	top:30px;
	line-height:24px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
}
.funcsucess {
	position:absolute;
	top:60px;
	left:120px;
	overflow:hidden;
}
.funcsucessbtn {
	position:absolute;
	top:90px;
	left:120px;
	overflow:hidden;
}
.funcsucess li {
	float:left;
	line-height:24px;
	margin-right:24px;
}
.funcsucess li a {
	font-size:14px;
}
.funcsucess li a:hover {
	text-decoration:underline;
}
#step01, #step02 {
	cursor:pointer;
}
.selecteditemstep {
	clear:both;
	margin-bottom:4px;
}
.selecteditemstep ul {
	overflow:hidden;
}
.selecteditemstep ul li {
	float:left;
	line-height:22px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
	color:#f60;
	font-size:14px;
}
.selecteditemstep ul li span {
	display:block;
	float:left;
	line-height:24px;
	margin:0 10px;
	font-size:16px;
	font-style:italic;
	margin-left:24px;
}
.selecteditemstep01, .selectproducttype {
	width:198px;
}
.selecteditemstep02, .selectstandardtype {
	width:266px;
	margin-left:12px;
}
.selecteditemstep03, .selecttestitemtype {
	width:482px;
	margin-left:12px;
}
.selectproducttype, .selectstandardtype, .selecttestitemtype {
	float:left;
	height:410px;
	overflow:auto;
	border:1px solid #ccc;
	position:relative;
}

.samplelistbox, .selecteditemlist {
	position:absolute;
	background:#fff;
	z-index:99999;
	border:1px solid #999;
	top:36px;
	width:360px;
	max-height:480px;
	overflow: auto;
	display:none;
}
.samplelistbox {
	left:0;
}
.selecteditemlist {
	right:0;
	width:482px;
}
.samplelistbox a {
	display:block;
	line-height:30px;
	clear:both;
	padding:0 12px;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
.samplelistbox a:last-child {
	border-bottom:none;
}
.samplelistbox a:nth-child(2n) {
background:#f8f8f8;
}
.samplelistbox a span {
	display:block;
	float:right;
	padding-right:20px;
}
.samplelistbox a i {
	font-style:normal;
}
.samplelistbox a:hover {
	border-bottom:1px solid #acd5e9;
	background:#dff0f9;
}
.samplelistbox div.th {
	background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #f2f2f2));
	color:#999;
	line-height:30px;
	clear:both;
	padding:0 12px;
	overflow:hidden;
	border-bottom:1px solid #d5d5d5;
}
.samplelistbox div.th span {
	float:right;
	padding-right:20px;
}
span.closeuplayout {
	width:16px;
	height:16px;
	background:#ccc;
	text-align:center;
	line-height:16px;
	cursor:pointer;
	position:absolute;
	z-index:9999;
	top:2px;
	right:2px;
	color:#000;
	font-size:12px;
	font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif;
	padding:0;
}
span.closeuplayout:hover {
	background:#ddd;
}
.editthiswidth {
	display:block;
	float:right;
	margin-top:4px;
	height:15px;
	width:15px;
	cursor:pointer;
	margin-left:6px;
	background:url(images/tosmall.png) no-repeat;
}
.selectstandardtype .acgrid td,.selectproducttype .acgrid td, .selecttestitemtype .acgrid td, .selectstandardtype .acgrid th, .selecttestitemtype .acgrid th, .selectproducttype .acgrid th {
	line-height:24px;
}
a.showselecteditem b {
	text-decoration:underline;
}
.testitemnum .showlistbtn {
	color:#999;
	text-decoration: underline;
}
.passwordmain {
	width:480px;
	height:300px;
	background:#fff;
	top:100px;
	position:absolute;
	left:50%;
	margin-left:-240px;
}
.passwordmain h4 {
	font-size:14px;
	line-height:30px;
	padding:12px 24px;
}
.passwordmainbody { padding:12px 24px;}
.delbtncon { background:url(images/delbtncon.png) no-repeat; cursor:pointer; width:42px; height:18px; position:relative; display:block;}

.sub_content td span{}
.casearchboxbtn{ background:none; border:none; overflow:hidden;}
.casearchbtn {
	width: 81px;
	height: 24px;
	display: block;
	border: none;
	background:url(images/casearchbtn.jpg) no-repeat;
	cursor: pointer;
	outline: none;
	float:right;
}
.selectproducttype .menuContent{ background:#f2f2f2; overflow:visible;}
.selectproducttype .menuContent ul.ztree{ }
.showgridsearch{ border-bottom:1px solid #ccc; background:#fff;padding:2px 4px; height:28px;}