@charset "utf-8";
/*
* XJJ OAUI - v8.1 - 2016-11-9
* http:/192.168.0.43/assets/custom/oa-ui/8.1/css/oaui.css
* By Hanshiyan
* Modify the time : 2016-12-28
*/

/*-------------reset--------------*/
html {
  height:100%;
  font-family: "Microsoft YaHei",Arial;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #333;
  font-size: 16px;  
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
a,img,p,ul,li,input,h1,h2,h3 {
  margin: 0; 
  padding: 0;
}
ul,li { list-style: none;}
input,button,select,textarea {
  outline:none; 
  border:none;
  font-family: "Microsoft YaHei";
}
a {
  text-decoration: none; 
  color: #333; 
  border: none; 
  outline: none;
}
a:focus {
  outline: none;
  }
img {
  border:none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
	
/* float and clear */
.leftfloat {
  float: left;
}
.rightfloat {
  float: right;
}
.cleardiv {
  clear: both;
}
.parent {
  zoom: 1;
}
.parent:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
	
/* Single-line text ellipsis */
.omit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header {
	position: relative;
	width: 100%;
	height: 173px;
	padding-top: 40px;
	background: url(../img/headerbg.jpg) repeat-x;
}
.header:before,
.header:after {
	position: absolute;
	top: 0;
	content: '';
	width: 356px;
	height: 213px;
	background: url(http://124.225.159.126/static/img/homeIcons.png) no-repeat;
}
.header:before {
	left: 0;
	background-position: 0 0;
}
.header:after {
	right: 0;
	background-position: 0 -254px;
}
.header .logo {
	display: block;
	height: 150px;
	width: 840px;
	margin: 0 auto;
	background: url(http://124.225.159.126/static/img/homeIcons.png) no-repeat;
	background-position: 0 -872px;
}
.footer {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.footer p {
	line-height: 2;
}
.ieTips {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 18px;
	color: red;
	background: #fff;
	border: 1px solid red;
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}