﻿html,
body {
	height: 100%;
}

/*常用清零*/
body,
ul,
li,
ol,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
em,
i,
b {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/*h5标签清零*/
article,
main,
section,
header,
footer,
nav,
aside,
figure,
figcaption,
hgroup,
time {
	display: block;

	margin: 0;
	padding: 0;
	/*box-sizing:border-box;*/
}

/*清除样式*/
ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;

	color: #777;
}

a:active {
	text-decoration: underline;
}

/*初始状态*/
/*给父亲元素高度*/
.clearfix:after {
	display: block;
	clear: both;

	content: '';
}

/*让元素自己占一行*/
.clear {
	display: block;
}

/* 文本居中样式 */
.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

/* 常用颜色 */
.red {
	color: #FF5722;
}

.green {
	color: #009688;
}

.blue {
	color: #1E9FFF;
}
/* 隐藏IE中文本输入框右侧的清除按钮 */
::-ms-clear {
	display: none;
}

iframe {
	box-sizing: border-box;
	width: 100%;
	height: 99%;
	border: none;
}

#search>div{
	float:left;
	margin: 5px;
}
.a_link{
	color: #428bca;
    margin-left: 5px;
    cursor: pointer;
}

.footC{
	    text-align: left;
    float: left;
    padding: 0 20px;
    border-right: 1px dotted #ccc;
}
.tree{
	padding-top: 10px;
}
#search div.s_link{
	height: 30px;
	line-height: 30px;
}
.ztree{
	margin-left: 20px;
}
.ztree *{
	font-size: 14px;
}
#imgView{display: none;}
