@charset "UTF-8";
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Microsoft Yahei', '微软雅黑', arial, sans-serif;
  color: #666;
  font-weight: normal;
  background: #f3f3f3;
  overflow-x: hidden;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none; border: 1px solid #ddd; border-radius: 3px;font-size: 12px!important;
}
em {
  font-style: normal;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*共用样式*/
.lh20{line-height: 20px;}
.fl {
  float: left;
}
.fr {
  float: right;
}
.floatN {
  float: none!important;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.img100 {
  width: 100%;
}
.fw {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.relative {
  position: relative; z-index: 2;
}
.text-center {
  text-align: center;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pBox {
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
}
.text-left {
  text-align: left!important;
}
.btn {
  display: inline-block;
  padding: 0 20px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}
.btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
button {
  border: 1px solid #ddd;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  box-shadow: none;
  vertical-align: middle;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.fw {
  font-weight: bold;
}
.marginauto {
  margin: auto;
}
.text-l {
  text-align: left!important;
}
.text-r {
  text-align: right!important;
}
.text-c {
  text-align: center!important;
}
.img-alignbottom {
  vertical-align: bottom;
}
.v-aling-m {
  vertical-align: middle;
}
.scroll-hide {
  overflow-y: hidden!important;
}
.border-r-n {
  border-right: 0!important;
}
.border-n {
  border: 0!important;
}
.radius0 {
  border-radius: 0 !important;
}
.radius3 {
  border-radius: 3px !important;
}
.width500 {
  width: 250px!important;
}
.w230 {
  width: 230px!important;
}
.w240 {
  width: 240px!important;
}
.w720 {
  width: 720px!important;
}
.w830 {
  width: 830px!important;
}
.w65 {
  width: 65px!important;
}
.w95 {
  width: 95px!important;
}
.w120 {
  width: 120px!important;
}
.w150 {
  width: 150px!important;
}
.w180 {
  width: 180px!important;
}
.w300 {
  width: 300px!important;
}
.w420 {
  width: 420px!important;
}
.w0 {
  width: 100%!important;
}
.ptb5 {
  padding: 0 5px !important;
}
.ptb6 {
  padding: 6px 0 !important;
}
.p10 {
  padding: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl12 {
  padding-left: 12px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.plr10 {
  padding: 0 10px !important;
}
.p0 {
  padding: 0 !important;
}
.pb50 {
  padding-bottom: 50px !important;
}

.mt0{
	margin-top: 0 !important;
}
.mt2 {
  margin-top: 2px!important;
}
.mt3 {
  margin-top: 3px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt85 {
  margin-top: 85px!important;
}
.mt250 {
  margin-top: -250px !important;
}
.ml6 {
  margin-left: 6px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml100 {
  margin-left: 100px!important;
}
.ml120 {
  margin-left: 120px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.ml40 {
  margin-left: 40px!important;
}
.ml48 {
  margin-left: 48px!important;
}
.mlr5 {
  margin: 0 5px;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.ml2 {
  margin-left: 2px;
}
.ml3 {
  margin-left: 3px;
}
.ml0 {
  margin-left: 0!important;
}
.ml10 {
  margin-left: 10px!important;
}
.mr0 {
  margin-right: 0!important;
}
.mr6 {
  margin-right: 6px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr12 {
  margin-right: 12px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr3 {
  margin-right: 3px;
}
.m0 {
  margin: 0!important;
}
.iconBg {
  /*background: url(../Images/icon.png) no-repeat;*/
}
.wrapper {
  min-width: 1000px;
}
.w2 {
  width: 20%;
  float: left;
  padding-right: 20px;
}
.w3 {
  width: 33.33%;
  float: left;
  padding-right: 20px;
}
.w5 {
  width: 49.5%;
  float: left;
  margin-right: 1%;
}
.w5:nth-child(odd){ margin-right:0; }

.width100 { width: 99%; float: left; margin-right: 1%;}
.w05 {
  width: 5% !important;
}
.w7 {
  width: 7% !important;
}
.w8 {
  width: 8%;
}
.w10 {
  width: 10%;
}
.w13 {
  width: 13%;
}
.w12 {
  width: 12%;
}
.w15 {
  width: 15%;
}
.w18 {
  width: 18%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w27 {
  width: 27%;
}
.w30 {
  width: 30%;
}
.w50 {
  width: 50%;
}
.w99 {
  width: 99%;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w145 {
  width: 145px!important;
}
.w170 {
  width: 170px;
}
.w800 {
  width: 800px;
}
.color-ccc {
  color: #cccccc;
}
.bg-ddd {
  background: #ddd;
}
.bg-fff {
  background: #fff!important;
}
.bg-999 {
  background: #999;
}
.cursor {
  cursor: pointer;
}
.ThemeBg,
.Theme2Hover:hover,
.Themebg,
.Progress li.active .btn {
  background-color: #3eabe7!important;
}
.ThemeFont,
.ThemeFontHover:hover,
.sys-list ul li.active,
.page-box a.active {
  color: #3eabe7!important;
}
.ThemeBorder,
.ThemeBorderHover:hover,
.main .content .additional .tab li.active a,
.page-box a.active {
  border-color: #3eabe7!important;
}
.Progress li.active:before,
.Progress li .btn:after {
  border-left-color: #3eabe7!important;
}
.ThemeHover:hover,
.ThemeHover.active,
.ThemeAuxiliary {
  background-color: #0081cd!important;
}
.ThemeAuxiliartBorder {
  border-color: #0081cd!important;
}
.border-ddd {
  border: 1px solid #dddddd;
}
.line35 {
  line-height: 35px;
}
.slide-loading{width:258px;border:0px solid #efefef;margin-left:auto;margin-right:auto;padding-top:128px;background: url(../Images/loading1.gif) no-repeat center center;text-align:center;padding-bottom:20px;}
@font-face {
  font-family: "iconfont";
  src: url('Icon/iconfont.eot?t=1461238632');
  src: url('Icon/iconfont.eot?t=1461238632#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('Icon/iconfont.woff?t=1461238632') format('woff'), /* chrome, firefox */ url('Icon/iconfont.ttf?t=1461238632') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('Icon/iconfont.svg?t=1461238632#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.iconfont:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.icon-chuangkoufangda:before {
  content: "\e605";
}
.icon-xingxing:before {
  content: "\e639";
}
.icon-phone:before {
  content: "\e61b";
}
.icon-tubiao:before {
  content: "\e621";
}
.icon-wiappfangwenliang:before {
  content: "\e60c";
}
.icon-shezhi:before {
  content: "\e630";
}
.icon-baidu:before {
  content: "\e641";
}
.icon-chanpin:before {
  content: "\e60d";
}
.icon-baidu1:before {
  content: "\e640";
}
.icon-cuo:before {
  content: "\e631";
}
.icon-gantanhao:before {
  content: "\e617";
}
.icon-baidu2:before {
  content: "\e642";
}
.icon-yixiang:before {
  content: "\e634";
}
.icon-jinlingyingcaiicon13:before {
  content: "\e606";
}
.icon-dianhua:before {
  content: "\e61c";
}
.icon-kehu:before {
  content: "\e62c";
}
.icon-youxiang:before {
  content: "\e629";
}
.icon-bianji:before {
  content: "\e633";
}
.icon-mima:before {
  content: "\e632";
}
.icon-fanhui72:before {
  content: "\e60b";
}
.icon-shanchu:before {
  content: "\e622";
}
.icon-zhucezhanghufuzhi:before {
  content: "\e62a";
}
.icon-chakan:before {
  content: "\e63b";
}
.icon-zhongdiankehupsd:before {
  content: "\e607";
}
.icon-yonghufenxi:before {
  content: "\e62d";
}
.icon-shan:before {
  content: "\e61d";
}
.icon-fenxizhenduan:before {
  content: "\e600";
}
.icon-shanchu1:before {
  content: "\e623";
}
.icon-tishi:before {
  content: "\e601";
}
.icon-weizhi:before {
  content: "\e624";
}
.icon-iconfontdenglu:before {
  content: "\e60e";
}
.icon-yunyingfenxi:before {
  content: "\e603";
}
.icon-kefu:before {
  content: "\e62b";
}
.icon-yixiaoshou:before {
  content: "\e60f";
}
.icon-huanyihuan:before {
  content: "\e625";
}
.icon-dianhua1:before {
  content: "\e610";
}
.icon-bianji1:before {
  content: "\e61e";
}
.icon-shanchu2:before {
  content: "\e626";
}
.icon-newsbox:before {
  content: "\e63c";
}
.icon-yingxiaofenxi:before {
  content: "\e611";
}
.icon-shangpinxiaoshou:before {
  content: "\e608";
}
.icon-gengduo:before {
  content: "\e627";
}
.icon-jiahao:before {
  content: "\e628";
}
.icon-baifang:before {
  content: "\e612";
}
.icon-shengri:before {
  content: "\e63d";
}
.icon-diejiafenxi:before {
  content: "\e613";
}
.icon-huiyuanzhongxin:before {
  content: "\e61f";
}
.icon-qianqian:before {
  content: "\e636";
}
.icon-05:before {
  content: "\e602";
}
.icon-iconfontxiaosou:before {
  content: "\e609";
}
.icon-shibaibiaoqing:before {
  content: "\e618";
}
.icon-gengduo1:before {
  content: "\e62e";
}
.icon-dui:before {
  content: "\e62f";
}
.icon-xiaoshouliang:before {
  content: "\e614";
}
.icon-ok:before {
  content: "\e619";
}
.icon-chanpin-copy:before {
  content: "\e604";
}
.icon-xiaoshou:before {
  content: "\e615";
}
.icon-dashboard24:before {
  content: "\e616";
}
.icon-transfer:before {
  content: "\e620";
}
.icon-yiwen:before {
  content: "\e61a";
}
.icon-baidu3:before {
  content: "\e643";
}
.icon-riqi:before {
  content: "\e635";
}
.icon-fuzhi:before {
  content: "\e644";
}
.icon-tianqi:before {
  content: "\e63e";
}
.icon-alifenxiaoxingmaijia:before {
  content: "\e60a";
}
.icon-cf-c68:before {
  content: "\e645";
}
.icon-1:before {
  content: "\e637";
}
.icon-openupdown:before {
  content: "\e638";
}
.icon-fourd:before {
  content: "\e63a";
}
.icon-gonggaonews:before {
  content: "\e63f";
}

/*table表头固定*/
.p-table::-webkit-scrollbar,.p-table .table tbody::-webkit-scrollbar,.table-responsive::-webkit-scrollbar,.add-ul-box::-webkit-scrollbar{ width: 8px; height: 12px; background-color:transparent; position: absolute; right: 0; top: 30px;}
.p-table::-webkit-scrollbar-thumb,.p-table .table tbody::-webkit-scrollbar-thumb,.table-responsive::-webkit-scrollbar-thumb,.add-ul-box::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,.1); border-radius: 4px; opacity:0; position: absolute; right: 0; top: 30px;}



.p-table { overflow-x:auto;}
.p-table .table{background: #eaeff2; border:1px solid #ddd;}
.p-table .table td:last-child{ border-right: none;}
.p-table .table tbody{position: relative; display:block; overflow-y:auto; overflow-x: hidden;}
.p-table .table thead,.p-table .table tbody tr { display:table; table-layout:fixed;width:100%;}
.p-table .table thead {width: calc(100% - 8px);}
.p-table .table .checkbox{ width: 36px;}
.p-table .table thead th{ border-right: none;}
.p-table .table tbody tr:nth-child(even) td{background: rgb(245, 245, 245);}
.table .table-ul li .total .moreLi{ border-right: 1px solid #ddd;  border-bottom: 1px solid #ddd; }
.table-responsive  .table thead th:last-child{ border-right: 1px solid #ddd;}

.p1-table .table tbody tr:nth-child(even) td{background:#fff;}
/*小计*/
.total .p-table{ right: 15px;top: 40px; max-height: 320px; }
.total .p-table table{ border-right:1px solid #ddd;  }






