/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}
* {
  box-sizing: border-box;
  outline: none;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
a {
  text-decoration: none;
}
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  max-height: 100%;
  min-height: 600px;
}
div.container {
  height: 100%;
  width: 100%;
  max-height: 100%;
  padding: 60px 0 50px 0;
  margin: 0;
}
div.container div.header {
  margin-top: -60px;
  height: 60px;
  background-image: url("../images/top_bolang.png"), linear-gradient(to right, #509eed, #1e5a97);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
}
div.container div.header div.logo {
  float: left;
  height: 100%;
  width: 350px;
  background: url("../images/logo_neiwang.png") 29px 50% no-repeat;
  cursor: pointer;
}
div.container div.header ul {
  float: right;
  height: 100%;
}
div.container div.header ul li {
  height: 100%;
  float: left;
  padding-right: 1px;
  display: none;
}
div.container div.header ul li a {
  display: block;
  line-height: 96px;
  color: #fff;
  width: 85px;
  text-align: center;
}
div.container div.header ul li:first-child > a {
  background: url("../images/ic_home.png") 50% 9px no-repeat;
}
div.container div.header ul li:first-child > a:hover,
div.container div.header ul li:first-child > a.active {
  background: url("../images/ic_home.png") 50% 9px no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}
div.container div.header ul li:first-child + li > a {
  background: url("../images/ic_yewuguanli.png") 50% 9px no-repeat;
}
div.container div.header ul li:first-child + li > a:hover,
div.container div.header ul li:first-child + li > a.active {
  background: url("../images/ic_yewuguanli.png") 50% 9px no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}
div.container div.header ul li:first-child + li + li > a {
  background: url("../images/ic_tongjibaobiao.png") 50% 9px no-repeat;
}
div.container div.header ul li:first-child + li + li > a:hover,
div.container div.header ul li:first-child + li + li > a.active {
  background: url("../images/ic_tongjibaobiao.png") 50% 9px no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}
div.container div.header ul li:first-child + li + li + li > a {
  background: url("../images/ic_jichuxinxi.png") 50% 9px no-repeat;
}
div.container div.header ul li:first-child + li + li + li > a:hover,
div.container div.header ul li:first-child + li + li + li > a.active {
  background: url("../images/ic_jichuxinxi.png") 50% 9px no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}
div.container div.header ul li:first-child + li + li + li + li > a {
  background: url("../images/ic_xitongguanli.png") 50% 9px no-repeat;
}
div.container div.header ul li:first-child + li + li + li + li > a:hover,
div.container div.header ul li:first-child + li + li + li + li > a.active {
  background: url("../images/ic_xitongguanli.png") 50% 9px no-repeat, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
}
div.container div.header div.user-info {
  float: right;
  height: 60px;
  line-height: 60px;
  margin: 0 0 0 30px;
  text-align: right;
  width: 200px;
  background: url("../images/user.png") 0 50% no-repeat
}
div.container div.header div.user-info a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 25px;
}
div.container div.header div.user-info a.hello {
  padding-left: 25px;
  /*background: url("../images/user.png") 0 50% no-repeat;*/
}

div.container div.header div.user-info a.org ul{
   float: left;
   display: block;
}

div.container div.header div.user-info a.org ul li{
	display: block;
}

div.container div.header div.user-info a.org ul li span.orgName{
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.container div.header div.message {
  float: right;
  line-height: 60px;
  text-align: right;
  position: relative;
}

div.container div.header div.message span.icon-message{
	background: url(../images/theme_z_0733f12.png) no-repeat -120px 10px;
	height: 40px;
    line-height: 40px;
    margin-top: 20px;
    color: #fff;
    width: 40px;
    padding-left: 30px;
    display: block;
}

div.container div.header div.message .badge{
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: normal;
    background-color: #c91b1a;
    vertical-align: super;
    padding: 2px;
    margin: 0;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
	
}

div.container div.header div.workFlow {
  float: right;
  line-height: 60px;
  text-align: right;
  position: relative;
}

div.container div.header div.workFlow span.icon-list{
	background: url(../images/theme_z_0733f12.png) no-repeat 3px -90px;
	height: 40px;
    line-height: 40px;
    margin-top: 20px;
    color: #fff;
    width: 40px;
    padding-left: 30px;
    display: block;
}

div.container div.header div.workFlow .badge{
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: normal;
    background-color: #c91b1a;
    vertical-align: super;
    padding: 2px;
    margin: 0;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
	
}

div.container div.header div.commonResource {
  float: right;
  line-height: 60px;
  text-align: right;
  position: relative;
}

div.container div.header div.commonResource span.icon-cResource{
	background: url(../images/theme_z_0733f12.png) no-repeat 3px -55px;
	height: 40px;
    line-height: 40px;
    margin-top: 20px;
    color: #fff;
    width: 40px;
    padding-left: 30px;
    display: block;
}

div.container div.header div.system-out {
  float: right;
  line-height: 60px;
  margin: 0 20px 0 0;
  text-align: right;
}

div.container div.header div.system-out a,
div.container div.header div.system-out i {
  color: #fff;
  line-height: 60px;
  text-decoration: none;
}
div.container div.header div.system-out i.icon {
  width: 30px;
  height: 100%;
  display: inline-block;
  background: url("../images/vline.png") 50% 50% no-repeat;
}
div.container div.body {
  height: 100%;
  background: #f5f5f5;
  padding: 15px 315px 15px 15px;
}
div.container div.body div.l-box {
  width: 100%;
  height: 100%;
  float: left;
  padding: 160px 0 0 0;
}
div.container div.body div.l-box div.card {
  height: 160px;
  margin-top: -160px;
  padding-bottom: 15px;
}
div.container div.body div.l-box div.card ul {
  height: 100%;
}
div.container div.body div.l-box div.card ul li {
  float: left;
  height: 100%;
  width: 25%;
  padding: 0 5px;
}
div.container div.body div.l-box div.card ul li > div {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
div.container div.body div.l-box div.card ul li > div div.top-text {
  height: 36%;
  font-size: 16px;
  font-weight: bold;
  padding-left: 45%;
  line-height: 50px;
  color: #fff;
}
div.container div.body div.l-box div.card ul li > div div.bottom-text {
  height: 64%;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
div.container div.body div.l-box div.card ul li > div div.bottom-text > span {
  padding-top: 15px;
  display: inline-block;
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
}
div.container div.body div.l-box div.card ul li > div div.bottom-text > span label {
  margin-right: 5px;
  margin-bottom: 0;
}
div.container div.body div.l-box div.card ul li > div div.bottom-text > span span {
  display: block;
  line-height: 30px;
}
div.container div.body div.l-box div.card ul li > div div.bottom-text > span i {
  position: relative;
}
div.container div.body div.l-box div.card ul li > div div.bottom-text > span span,
div.container div.body div.l-box div.card ul li > div div.bottom-text > span i {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
div.container div.body div.l-box div.card ul li:first-child > div {
  background: linear-gradient(to bottom, #5797fc, #87b5fd);
  box-shadow: -3px 3px 3px rgba(87, 151, 252, 0.3);
}
div.container div.body div.l-box div.card ul li:first-child > div div.top-text {
  background: url("../images/ic_xiangmushuliang.png") 35% 50% no-repeat;
  background-size: 30px auto;
}
div.container div.body div.l-box div.card ul li:first-child + li > div {
  background: linear-gradient(to bottom, #fcb01a, #fdc75c);
  box-shadow: -3px 3px 3px rgba(252, 176, 26, 0.3);
}
div.container div.body div.l-box div.card ul li:first-child + li > div div.top-text {
  background: url("../images/ic_caigoujine.png") 35% 50% no-repeat;
  background-size: 30px auto;
}
div.container div.body div.l-box div.card ul li:first-child + li + li > div {
  background: linear-gradient(to bottom, #ff8344, #ffa77b);
  box-shadow: -3px 3px 3px rgba(255, 131, 68, 0.3);
}
div.container div.body div.l-box div.card ul li:first-child + li + li > div div.top-text {
  background: url("../images/ic_jieyujine.png") 35% 50% no-repeat;
  background-size: 30px auto;
}
div.container div.body div.l-box div.card ul li:first-child + li + li + li > div {
  background: linear-gradient(to bottom, #8ca626, #adc065);
  box-shadow: -3px 3px 3px rgba(140, 166, 38, 0.3);
}
div.container div.body div.l-box div.card ul li:first-child + li + li + li > div div.top-text {
  background: url("../images/ic_jieyuelv.png") 35% 50% no-repeat;
  background-size: 30px auto;
}
div.container div.body div.l-box div.map {
  height: 100%;
}
div.container div.body div.l-box div.map .r-content {
  height: 100%;
  padding-right: 300px;
}
div.container div.body div.l-box div.map .r-content .l-ct {
  float: left;
  width: 100%;
  height: 100%;
  padding: 10px;
}
div.container div.body div.l-box div.map .r-content .r-ct {
  float: left;
  width: 300px;
  margin-right: -300px;
  height: 100%;
  padding: 6px 10px 6px 5px;
}
div.container div.body div.l-box div.map .r-content .r-ct .item-banner {
  background: #E6E6E6;
  border-color: #E6E6E6;
}
div.container div.body div.l-box div.map .r-content .r-ct .item-banner .title {
  color: #000;
  font-weight: bold;
}
div.container div.body div.l-box div.map .r-content .r-ct .item-banner span.choose {
  display: block;
  float: right;
  width: 116px;
  line-height: 25px;
  border-radius: 10px;
  background: #fff;
  color: #000;
  margin: 6px 10px 0 0;
}
div.container div.body div.l-box div.map .r-content .r-ct .item-banner span.choose a {
  display: inline-block;
  width: 50%;
  color: #000;
  cursor: pointer;
  float: left;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none !important;
}
div.container div.body div.l-box div.map .r-content .r-ct .item-banner span.choose a:first-child {
  border-radius: 10px 0 0 10px;
}
div.container div.body div.l-box div.map .r-content .r-ct .item-banner span.choose a:first-child + a {
  border-radius: 0 10px 10px 0;
}
div.container div.body div.l-box div.map .r-content .r-ct .item-banner span.choose a.active {
  background: #498CCE;
  color: #fff;
  text-decoration: none !important;
}
div.container div.body div.l-box div.map .r-content .r-ct .r-up {
  height: 65%;
  padding-bottom: 10px;
}
div.container div.body div.l-box div.map .r-content .r-ct .r-down {
  height: 35%;
}
div.container div.body div.r-box {
  width: 300px;
  margin-right: -300px;
  height: 100%;
  float: left;
  padding-left: 15px;
}
div.container div.body div.r-box div.up {
  height: 425px;
  padding: 0 0 46px 0;
}
div.container div.body div.r-box div.up div.todo {
  height: 100%;
  padding-bottom: 15px;
}
div.container div.body div.r-box div.up div.todo .item-list {
  overflow: hidden;
  width: 100%;
  padding-right: 2px;
  text-align: center;
  padding-top: 10px;
}
div.container div.body div.r-box div.up div.todo .item-list a {
  background: url("../images/ic_daiban.png") 3px 8px no-repeat;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  height: 54px;
  overflow: hidden;
  padding-left: 26px;
  padding-top: 5px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Arial Normal', 'Arial';
}
div.container div.body div.r-box div.up div.todo .item-list a i {
  font-style: normal;
  display: inline-block;
  width: 25px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 7px;
  background: red;
  color: #fff;
}
div.container div.body div.r-box div.up div.todo .item-list a:hover {
  color: #0066cd;
}
div.container div.body div.r-box div.up div.search {
  height: 46px;
  margin-bottom: -46px;
}
div.container div.body div.r-box div.up div.search div {
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
div.container div.body div.r-box div.up div.search div input {
  font-size: 13px;
  width: 80%;
  background: #fff;
  border-radius: 8px 0 0 8px;
  height: 100%;
  line-height: 46px;
  float: left;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 6px;
}
div.container div.body div.r-box div.up div.search div span {
  float: left;
  border-radius: 0px 8px 8px 0px;
  width: 20%;
  display: inline-block;
  background: #498bc3;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
div.container div.body div.r-box div.down {
  height: auto;
  padding-top: 10px;
}
div.container div.body div.r-box div.down div.common-use {
  padding-left: 10px;
}
div.container div.body div.r-box div.down div.common-use span {
  float: left;
  display: inline-block;
  margin: 10px 10px 0 0;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 12px;
  line-height: 130px;
  cursor: pointer;
}
div.container div.body .item {
  border: 1px solid #ddd;
  height: 100%;
  border-radius: 5px;
  padding-top: 40px;
}
div.container div.body .item .item-banner {
  height: 40px;
  margin-top: -40px;
  background: #f5f5f5;
  border-radius: 5px 5px 0 0;
  border: 1px solid #f5f5f5;
  line-height: 40px;
}
div.container div.body .item .item-banner span.title {
  color: #333;
  padding-left: 20px;
  font-size: 16px;
}
div.container div.body .item .item-banner i.more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-right: 10px;
  font-style: normal;
  color: #0066CF;
}
div.container div.body .item .item-content {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #fff;
}
div.container div.business {
  min-height: 100%;
  background: #f5f5f5;
  padding: 10px 0;
}
div.container div.business .main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 190px;
  width: 1200px;
  min-height: calc(100vh - 140px);
}
div.container div.business .main:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
div.container div.business .main div.left {
  width: 190px;
  margin-left: -190px;
  float: left;
  display: none;
}
div.container div.business .main div.left .c5-accordion {
  background: #fff;
  border: 1px solid #dddddd;
  min-height: calc(100vh - 130px);
}
div.container div.business .main div.left .c5-accordion dl dt i {
  font-size: 15px !important;
}
div.container div.business .main div.left .c5-accordion dl dd i {
  font-size: 13px !important;
}
div.container div.business .main div.right {
  width: 100%;
  float: left;
  display: none;
}
div.container div.business .main div.right div.frame-wrap {
  height: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
div.container div.business .main div.right div.frame-wrap iframe {
  width: 100%;
  min-height: calc(100vh - 190px);
  display: block;
}
div.container div.footer {
  margin-bottom: -50px;
  height: 50px;
  text-align: center;
  background-color: #e4e4e4;
  color: #666;
  font-size: 13px;
  padding-top: 10px;
}
div.container div.footer p {
  margin: 0;
}
/*# sourceMappingURL=index.css.map */