html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


.clear {
	clear: both;
}

a,
a:visited {
	text-decoration: none;
	color: #333;
	font-size: 12px;
	transition: .3s;
	font-family: "Microsoft yahei", Helvetica, Arial, "LiHei Pro", sans-serif;
}

a:hover {
	color: #1c5eb8;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.align-right {
	text-align: right;
}

.color-red {
	color: red;
}

.color-gray {
	color: #999;
}

.color-primary {
	color: #223fa8;
}

html,
body {
	margin: 0px;
	padding: 0;
	font-size: 12px;
	font-family: "Microsoft yahei", Helvetica, Arial, "LiHei Pro", sans-serif;
}

input::-webkit-input-placeholder {
	color: #BBB;
}

input::-moz-placeholder {
	color: #BBB;
}

input:-moz-placeholder {
	color: #BBB;
}

input:-ms-input-placeholder {
	color: #BBB;
}

/*首页*/
.index {
	background: #999;
}

.top_bar {
	background: #333;
	line-height: 36px;
	margin-bottom: 10px;
	width: 100%;
}

.top_bar ul {
	color: #AAA;
	margin: auto;
	background: #333;
	width: 1190px;
}

.top_bar ul li {
	display: inline-flex;
	font-size: 12px;
}

.top_bar ul li a {
	color: #aaa;
}

.top_bar ul li a:hover {
	color: cornsilk;
}

.warp {
	margin: auto;
	width: 1150px;
	background: #FFF;
	padding: 20px;
	box-shadow: 0px 0px 25px #555;
	/* border-top:6px solid #5968c9 */
}

.warp .top {
	height: 80px;
	background: url(../img/logo.png) 20px 0px no-repeat;
	background-size: 55%;
	border-bottom: 4px solid #ddd;
	position: relative;
}

.warp .banner {
	margin-top: 10px;
	height: 150px;
	background: #eee;
	overflow: hidden;
}

.warp .main {
	margin-top: 10px;
	position: relative;
}

/*左侧*******/
.warp .main .siderbar {
	width: 220px;
	/*background: #303f9f;*/
	height: 100%;
	position: absolute;
	/*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
}

.warp .main .siderbar .querys {
	display: block;
	padding-top: 85px;
	background: url(../img/chaxunfuwu.png) #303f9f 18px 18px no-repeat;
	background-size: 70%;
}

.warp .main .siderbar .querys li {
	display: block;
	line-height: 48px;
	padding: 0 0px
}

.warp .main .siderbar .querys a {
	display: block;
	line-height: 48px;
	color: cornsilk;
	font-size: 16px;
	padding-left: 30px;
	transition: .3s;
	border-bottom: 1px solid #FFF;
	background: #5968c9;
}

.warp .main .siderbar .querys a:hover {
	background: #8791cd;
}

.warp .main .siderbar .querys a.on {
	background: #8791cd;
	color: #b0e8c1;
	border-bottom: 1px solid #b0e8c1;
	font-weight: bold;
}

/*右侧内容区*/
.warp .main .content {
	margin-left: 235px;
	background: #FFF;
	min-height: 600px;

}

/*工程分类*/
.warp .main .content .eg_item {
	display: block;
}

.warp .main .content .eg_item ul li {
	text-align: center;
	padding: 0;
	display: block;
	line-height: 42px;
	float: left;
	width: 50%;
}

.warp .main .content .eg_item ul li a {
	background: #f2f2f2;
	display: block;
	font-size: 19px;
	letter-spacing: 3px;
	color: #333;
	line-height: 42px;
	width: 100%;
	border-bottom: 3px solid #EEE;

}

.warp .main .content .eg_item ul li a:hover {
	color: #5968c9;
}

.warp .main .content .eg_item ul li a.on {
	background: #5968c9;
	color: #FFF;
	font-weight: bold;
	border-bottom: 3px solid #5968c9;

}


/*试验室等级*/
.warp .main .content .lab_item {
	margin-top: 12px;
}

.warp .main .content .lab_item ul {}

.warp .main .content .lab_item ul li {
	text-align: center;
	padding: 0;
	display: block;
	line-height: 36px;
	float: left;
	width: 20%;
}

.warp .main .content .lab_item ul li a {
	background: #f2f2f2;
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 36px;
	width: 100%;
	border-bottom: 3px solid #EEE;
}

.warp .main .content .lab_item ul li a:hover {
	color: #5968c9;
}

.warp .main .content .lab_item ul li a.on {
	color: #5968c9;
	font-weight: bold;
	border-bottom: 2px solid #5968c9
}

/*检测项目*/
.warp .main .content .test_item {
	border: 1px solid #E9E9E9;
	border-top: none;
	padding: 8px 20px;
	background: #F9F9F9;
}

.warp .main .content .title {
	padding: 0;
	display: block;
	line-height: 46px;
	font-size: 16px;
	background: #5968c9;
	color: #FFF;
	font-weight: bold;
	padding-left: 15px;
}


/*数据表格*/
#data_table {
	margin-top: 15px;
	margin-bottom: 0;
}

#data_table td {
	line-height: 200%;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*页脚*/
.footer {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #eee;
	text-shadow: 0px 1px 0px #555;
	font-size: 14px;
}

.footer a,
.footer a:hover {
	color: #eee;
	font-size: 14px;
}

.top a.show_qr {
	font-size: 14px;
	color: #666;
	position: absolute;
	right: 0;
	top: 0;
}

.top a.show_qr .xcx_qr {
	display: none;
	position: absolute;
	top: 30px;
	right: -10px;
	width: 130px;
	border: 5px solid #CCC;
	border-radius: 8px;
	z-index: 10000;
}

.top a.show_qr:hover .xcx_qr {
	display: block;
}

.footer a.show_qr {
	position: relative;
	color: #FFF;
}

.footer a.show_qr .xcx_qr {
	display: none;
	position: absolute;
	top: -160px;
	left: -17px;
	width: 130px;
	border: 5px solid #CCC;
	border-radius: 8px;
}

.footer a.show_qr:hover .xcx_qr {
	display: block;
}
