* {
	padding: 0;
	margin: 0;
}
body {  
    -webkit-touch-callout: none;  
    -webkit-user-select: none;  
    -khtml-user-select: none;  
    -moz-user-select: none;  
    -ms-user-select: none;  
    user-select: none;  
    background: #fff;
}
a {
	text-decoration: none;
	color: black;
}
li {
	list-style: none;
}
header {
	height: 40px;
	background: #373737;
}
.headerBox {
	width: 1000px;
	height: 40px;
/* 	outline: 1px solid red; */
	margin: 0 auto;
	line-height: 40px;
}
.navList {

}
.navList li a {
	color: #ffffff;
}
.title {
	float: left;
	font-size: 14px;
	margin-left: 20px;
}
.login {
	float: right;
	font-size: 12px;
	margin-right: 20px;
}
.banner {
	width: 1000px;
	height: 200px;
	margin: 0 auto;	
	margin-top: 10px;
	position: relative;
/* 	background: rgba(255,0,0,0.3); */
}
nav {
	width: 1000px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 0.8;
}
.bgBanner {
	width: 1000px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.search {
	position: absolute;
	right: 18px;
	bottom: 10px;
}
.search input {
	height: 30px;
	font-size: 12px;
}
.search button {
	height: 30px;
	line-height: 30px;
}
#content {
	width: 1000px;
	height: auto;
/* 	border: 1px solid red; */
	margin: 0 auto;
	margin-top: 10px;
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.categoryAll .layui-icon {
	position: absolute;
	left: 10px;
}
.dataQuery {
	width: 980px;
	height: 40px;
	border-bottom: 2px solid #ccc;
	margin: 0 auto;
	line-height: 40px;
}
.dataQueryTitle {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #2f4056;
	cursor: pointer;
}
.prompt {
	margin-left: 50px;
	color: #cccccc;
	font-size: 12px;
}
.queryCondition {
	width: 980px;
	height: auto;
/* 	outline: 1px solid red; */
	margin: 0 auto;
	margin-top: 4px;
	background: #f1f1f1;
}

.category {
	overflow: hidden;
	border-bottom: 2px solid #fff;
}
.categoryAll ,.categoryOption {
	height: 40px;
	line-height: 40px;
	float: left;
	background: #f1f1f1;
}
.categoryAll {
	width: 120px;
/* 	margin-right: 2px; */
	text-align: center;
	font-size: 13px;
	position: relative;
	border-right: 2px solid #fff;
}
.categoryAll span {
	font-weight: bold;
	margin-left: 10px;
}
.categoryOption {
	width: 858px;
}
.queryList {
	overflow:hidden;
	margin: 0 auto;
	margin-top: 10px;
}
.queryList li {
	padding: 1px 12px;
	margin-right: 3px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: left;
	font-size: 13px;
	margin-left: 4px;
	cursor: pointer;
}
.active {
	background: #2f4056;
	border-radius: 4px;
	color: #ffffff;
}
/* .marginTop {
	margin-top: 2px;
} */

.ServiceItems {
/* 	outline: 1px solid red; */
	overflow: hidden;
	min-height: 40px;
	border-bottom: 2px solid #fff;
}
.AllStyleLeft , .AllStyleRight {
	min-height: 40px;
	line-height: 40px;
	height: 100%;
	float: left;
	background: #f1f1f1;
}
.AllStyleLeft {
	width: 120px;
/* 	margin-right: 2px; */
	text-align: center;
	font-size: 13px;
	position: relative;
}
.AllStyleLeft .layui-icon {
	position: absolute;
	left: 10px;
}
.AllStyleLeft span {
	font-weight: bold;
	margin-left: 10px;
}
.AllStyleRight {
	width: 848px;
/* 	padding: 10px 5px; */
	border-left: 2px solid #fff;
}
.MultiStyle {
	overflow:hidden;
	margin: 0 auto;
}
.MultiStyle li {
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 13px;
	margin-left: 4px;
    padding: 1px 12px;
    margin: 2px 2px;
	cursor: pointer;
	margin: 10px 2px;
}
/* more */
.more {
	width: 980px;
	height: 25px;
	background: #fff;
	margin: 0 auto;
	position: relative;
}
.moreText {
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
	background: #f1f1f1;
	font-size: 12px;
	border-radius: 0 0 35px 35px;
	cursor: pointer;
    position: absolute;
    top: -2px;
    left: 40%;
}
.Hide {
	display: none;
}
#clearAll {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.dataListHead {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	background: #f7f7f7;
	color: #222222;
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"黑体",Arial,Tahoma;
}
.fontSize {
	font-size: 14px;
    font-weight: bold;
}
.fontSizeMin {
	font-size: 13PX;
	cursor: pointer;
}
.dataListBorder {
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}
.dataListHead li {
	float: left;
	text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    padding: 0 2px 0 2px;
    text-align: center;
}
.Stype {
	width: 100px;
}
.Ptitle {
	width: 250px;
}
.BuserName {
	width: 58px;
}
.Sreplay {
	width: 96px;
}
.Stime {
	width: 110px;
}
.Slastperson {
	width: 67px;
}
.AcceptDept {
	width: 120px;
}
.Bstate {
	width: 56px;
}
.AcceptPersonName {
	width: 56px;
}
#biaoYang {
	color: #6ec124;
}
#touSu {
	color: #e22f14;
}
#jianYi , #ziXun {
	color: #000;
}


/*footer*/
footer {
    margin-top: 20px;
    height: 180px;
    background: #373737;
}
.footer {
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    padding-top: 70px;
    font-size: 12px;
}

