
body,
div
ul,
ol,
li
 {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.dis-none {
  display: none;
}
.nav-box {
  width: 240px;
  height: auto;
  position: fixed;
  top: 180px;
  left: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: #f05521;
  color: #666;
}
.nav-box a {
	display: block;
}
.nav-text {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.nav-text span {
  padding: 0 10px;
}
.nav-box a:link,
.nav-box a:visited {
	
}
.nav-box a:hover,
.nav-box a:active {
  background-color: #f05521;
  color: #FFF;
}
.nav-text span::before {
  content: "﹀";
  transform: matrix(-0,1,1,0,0,0);
  -webkit-transform: matrix(-0,1,1,0,0,0);
  -moz-transform: matrix(-0,1,1,0,0,0);
  -ms-transform: matrix(-0,1,1,0,0,0);
  -o-tranform: matrix(-0,1,1,0,0,0);
  display: inline-block;
  font-size: 13px;
  position: relative;
  left: 204px;
}
.logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 136px;
	background-color: #FFF;
}
.head-img {
	width: auto;
	height: 74px;
	display: inline-block;
	margin-top: 33px;
	margin-left: 127px;
}
.head-but-fa {
	margin-top: -50px;
	margin-left: 800px;
}
.head-but {
	width: 100px;
	height: 36px;
	background-color: #f05521;
	box-shaow: none;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #FFF;
}

table{
		width: 66%;
		text-align:left;
   		border-spacing: 0px;
    	border-color: grey;
      	margin-left: 360px;
	    display: table;
	    text-align: left;
	}
	.table-bordered{
		border: 1px solid #f05521;
		margin: auto;
		width:80%;
	}
	.table-bordered p {
		padding: 0;
		margin: 0;
	}
	.odd{
		background-color: #f9f9f9;
	}
	.even{
		background-color: #fff;
	}
	.cap{
		padding: 15px 0 15px 0;
	}
	tr{
	}
	td {
	    padding: 6px;
		border-width: 1px;
		border-style: solid;
		border-color: #ddd;
	}
	th{
	height:40px;
		padding: 6px 8px;
		border: 1px solid #fff;
		color: #FFF;
	}

