@import url(font-awesome.min.css);
@charset "utf-8";
/*名称：特殊页面样式表
  作者：a-bao
  时间：2015-06-15
----------------------------------------------------------------------------------------
  目录：（按九大模块划分）
        一、指南针
		二、工作中心
		三、网站中心
		四、销售中心
		五、业务中心
		六、生产中心
		七、物流中心
		八、统计中心
		九、企业中心
		十、配置中心
--------------------------------------------------------------------------------------*/
/*一、指南针*/
body {
  padding: 10px;
}
.contain {
  min-width: 1003px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contain .contain-left {
  width: 70%;
  float: left;
}
.contain .contain-right {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.total-Box {
  overflow: hidden;
}
.contain-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contain-box h3 {
  height: 31px;
  border-bottom: #c3c3c3 1px solid;
  line-height: 31px;
  font-family: "Microsoft Yahei";
  color: #333;
  font-weight: bold;
  -webkit-text-shadow: 0px 1px 1px #ffffff;
  -moz-text-shadow: 0px 1px 1px #ffffff;
  -o-text-shadow: 0px 1px 1px #ffffff;
  -ms-text-shadow: 0px 1px 1px #ffffff;
  text-shadow: 0px 1px 1px #ffffff;
}
.contain-box h3 i {
  float: right;
  text-align: center;
  font-size: 16px;
  color: #999;
  border: #F9F9F9 1px solid;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: 2px;
  margin-right: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contain-box h3 i:hover {
  color: #C55128;
  border-color: #C55128;
}
.contain-box h3:before {
  content: "\f152";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.total {
  min-width: 350px;
  width: 49%;
  float: left;
  height: 254px;
  margin-bottom: 10px;
}
.total .total-Data {
  height: 220px;
  border-top: none;
  background-color: #FFF;
  overflow: hidden;
}
.works {
  height: 349px;
  margin-bottom: 10px;
}
.tabCon {
  background-color: #FFF;
  line-height: 28px;
  height: 317px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.note .note-Box {
  border-top: none;
  height: 300px;
  background-color: #FFF;
}
.note .note-list {
  border: #c6c6c6 1px solid;
  height: 280px;
  width: 170px;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.note .note-list.note-add {
  font-size: 50px;
  line-height: 280px;
  text-align: center;
  color: #999;
  background-color: #F9F9F9;
  cursor: pointer;
}
.note .note-list.note-add .update-time {
  font-size: 12px;
}
.note .note-list.note-add:hover {
  font-size: 60px;
  color: #2157A6;
}
.note .note-list:hover {
  border-color: #2157A6;
  -webkit-box-shadow: 0px 1px 1px #2157a6;
  -o-box-shadow: 0px 1px 1px #2157a6;
  -ms-box-shadow: 0px 1px 1px #2157a6;
  box-shadow: 0px 1px 1px #2157a6;
}
.note .note-list .note-content {
  padding: 10px;
  line-height: 25px;
  max-height: 250px;
  overflow: hidden;
}
.note .note-list .update-time {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-family: "Arial";
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.announcenment {
  height: 252px;
  margin-bottom: 10px;
}
.announcenment .tabCon {
  height: 180px;
  padding: 15px;
}
.calendar {
  height: 550px;
  background: #FFF;
  padding-top: 10px;
}
.calendar .calendar-Plan-List {
  margin-top: 10px;
  width: 280px;
  margin: 0 auto;
  padding-top: 10px;
}
.calendar .calendar-Plan-List li:after {
  content: "\f024";
  font-family: "FontAwesome";
  margin-left: 3px;
}
.calendar .calendar-Plan-List li.finished {
  color: green;
}
.calendar .calendar-Plan-List li.nofinished {
  color: red;
}
.calendar .calendar-Plan-List li.canceled {
  color: #333;
}
.list-Style li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.list-Style li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #666;
  display: inline-block;
  padding-left: 5px;
}
.list-Style li a:before {
  content: "\f111";
  font-size: 10px;
  color: #999;
  font-family: "FontAwesome";
  margin-right: 5px;
}
.list-Style li a:hover {
  color: #D55C31;
  padding-left: 10px;
}
.list-Style li span {
  float: right;
  color: #999;
}
/*二、工作中心*/
.todayWork {
  overflow: hidden;
  margin-bottom: 10px;
 /* border-bottom: #F9F9F9 1px solid;*/
  padding-bottom: 10px;
}
.calendar-Container {
  margin: 0 auto;
  width: 285px;
  height: auto;
  background-color: #FFF;
  border: #CCC 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #F9F9F9;
}
.calendar-Container .calendar-Table {
  margin: 0 auto;
  width: 280px;
  overflow: hidden;
}
.calendar-Container .calendar-Table table {
  width: 100%;
}
/*日历样式*/
#calendar_navigator_header {
  overflow: hidden;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#calendar_navigator_yearmonth {
  padding-left: 0px;
}
#calendar_navigator_yearmonth span {
  float: left;
  display: inline-block;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  height: 24px;
  line-height: 24px;
}
#calendar_navigator_yearmonth a.labellink {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: #DDD 1px solid;
  display: inline-block;
  overflow: hidden;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#calendar_navigator_yearmonth a.labellink:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 15px;
}
#calendar_navigator_yearmonth a.labellink:hover {
  border: #ccc 1px solid;
  background-color: #E9E9E9;
}
#calendar_navigator_yearmonth a#calendar_navigator_nextyear {
  margin-right: 28px;
}
#calendar_navigator_yearmonth a#calendar_navigator_nextyear:before,
#calendar_navigator_yearmonth a#calendar_navigator_nextmonth:before {
  content: "\f105";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 24px;
}
#calendar_navigator_year,
#calendar_navigator_month {
  width: 56px;
  font-size: 16px;
  text-align: center;
  color: #999;
  font-family: "SimSun";
}
#calendar_navigator_mcsscalendar th {
  width: 35px;
  height: 35px;
  color: #D55C31;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  border-top: #D55C31 1px solid;
  border-bottom: #D55C31 1px solid;
}
#calendar_navigator_mcsscalendar td {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}
#calendar_navigator_mcsscalendar td span {
  font-weight: bold;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  line-height: 20px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#calendar_navigator_mcsscalendar td.workday_onmouseover span,
#calendar_navigator_mcsscalendar td.ontoday_day span {
  color: #333;
  background-color: #E9E9E9;
}
#calendar_navigator_mcsscalendar td.workday_onmouseout {
  background: none;
  font-weight: normal;
  color: #575654;
}
#calendar_navigator_mcsscalendar td.ontoday span {
  color: #FFF;
  background-color: #D55C31;
}
#calendar_navigator_mcsscalendar td.ontoday_day {
  color: #5c8fd4;
  font-weight: bold;
}
/*周计划……*/
.plan-Container {
  float: left;
  height: 280px;
  min-width: 750px;
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plan-Container table.mcsstable {
  margin-bottom: 5px;
}
.plan-Container .tongji_leibie span {
  width: 70px;
  display: inline-block;
  color: #FFF;
  margin-right: 5px;
}
.plan-Container .tongji_leibie span:before {
  font-family: "FontAwesome";
  content: "\f024";
  margin-right: 3px;
}
.plan-Container .tongji_leibie span.finished {
  color: green;
}
.plan-Container .tongji_leibie span.nofinished {
  color: red;
}
.plan-Container .tongji_leibie span.giveup {
  color: #333;
}
.showbg {
  border: #B8B9B9 1px solid;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  color: #999;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  font-family: "FontAwesome";
}
.showbg img {
  display: none;
}
.showbg.addZongjie:before {
  content: "\f044";
}
.showbg.addList:before {
  content: "\f067";
}
.showbg:hover {
  border: #333 1px solid;
  color: #333;
}
.calendar-Big-Head {
  height: 30px;
  margin-bottom: 10px;
  font-family: "Microsoft Yahei";
  line-height: 30px;
  text-align: right;
}
.calendar-Big-Head .staffName {
  float: right;
  font: 12px/24px "微软雅黑";
  color: #333;
}
.calendar-Big-Head .staffName select {
  min-height: 24px;
}
.calendar-Big-Container {
  width: 100%;
}
.calendar-Big-Container table {
  width: 100%;
}
.calendar-Button {
  float: left;
}
.calendar-Button span .shitubg {
  display: inline-block;
  border: 1px #ccc solid;
  border-color: #ccc #bbb #aaa;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  color: #000;
  background: #F3F3F3;
}
.calendar-Button span .shitubg:first-child {
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.calendar-Button span .shitubg:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.calendar-Button span .shitubg.shitubg_fouce {
  border-color: #555;
  background: #777;
  color: #fff;
}
.calendar-Big-Container {
  width: 100%;
}
.calendar-Big-Container table {
  width: 100%;
}
.calendar-Big-Container table th {
  border: 1px solid #ccc;
  height: 22px;
  background-color: #efefef;
  width: 14.2%;
  font-family: "Microsoft Yahei";
}
.calendar-Big-Container table td {
  border: 1px solid #ccc;
  vertical-align: top;
  min-height: 112px;
  height: 150px;
  padding: 0px;
  background-color: #FFF;
  padding-bottom: 3px;
}
.calendar-Big-Container table td.ontoday {
  background: #F5FAFA;
}
.calendar-Big-Container table td .addIco {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 2px 5px;
}
.calendar-Big-Container table td .addIco a {
  display: none;
}
.calendar-Big-Container table td .addIco:hover {
  background-color: #F9F9F9;
}
.calendar-Big-Container table td .addIco:hover a {
  display: inline-block;
}
.calendar-Big-Container table td a.labellink {
  display: block;
  cursor: pointer;
  white-space: nowrap;
  height: 18px;
  line-height: 18px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: #A3CC66;
  border: #75A033 1px solid;
  color: #FFF;
  margin: 3px 3px 0px 3px;
}
.calendar-Big-Container table ul li {
  height: 20px;
  line-height: 20px;
  position: relative;
}
.calendar-Big-Container table ul li img {
  border: none !important;
}
.showshortList {
  position: absolute;
  top: 18px;
  left: 5px;
  width: 110px;
  background: #FFF;
  border: #CCC 1px solid;
  padding: 2px;
  display: none;
  z-index: 9999;
  background: url(../images/showshortmenubg.gif) left top repeat-y;
  border: #ddd 1px solid;
}
.showshortList a {
  padding-left: 30px;
  line-height: 20px;
  color: #444;
  display: block;
  height: 20px;
  background-color: transparent;
  border-width: 1px;
  border-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
}
.showshortList a:hover {
  border-radius: 4px;
  background-color: #EAF2FF;
  border: #B7D2FF 1px solid;
  color: #000;
}
.showshortList a.menu_finish {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -20px;
}
.showshortList a.menu_nofinish {
  background-image: url(../images/zhuangtico.gif);
}
.showshortList a.menu_giveup {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -40px;
}
.showshortList a.menu_del {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -60px;
}
.showshortList a.menu_edit {
  background-image: url(../images/zhuangtico.gif);
  background-position: 0 -80px;
}
.calendarDisplay table td ul li.hover-list a.labellink {
  color: #FFF;
  background-color: #A3CC66;
  border: #75A033 1px solid;
  text-decoration: none;
}
.work_notfinal,
.work_finish,
.work_giveup {
  width: 20px;
  height: 15px;
  background: url(../images/systermico.png) -61px -116px no-repeat;
  vertical-align: middle;
}
.work_notfinal {
  background-position: -81px -116px;
}
.work_giveup {
  background-position: -101px -116px;
}
.calendar-Foot-Button {
  border: #ccc 1px solid;
  background-color: #F0F0F0;
  border-top: none;
  display: none;
  padding: 10px 0;
  text-align: right;
  padding-right: 10px;
}
.calendar-Foot-Button a {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 2px 4px;
  border: #999 1px solid;
  color: #999;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calendar-Foot-Button a:hover {
  color: #333;
  border: #333 1px solid;
}
/*文档库*/
.fileButContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  padding: 10px;
  background-color: #F7F7F7;
  border-bottom: #D2D2D2 1px solid;
}
.fileButContainer a.btn {
  display: inline-block;
  width: 100px;
}
.fileButContainer a.btn i {
  margin-right: 5px;
}
.fileButContainer .commonBtn {
  display: inline-block;
}
.fileButContainer .commonBtn a.btn {
  width: 70px;
}
.navmenu {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.navmenu .breadcrumbs {
  float: left;
}
.navmenu .fileNum {
  float: right;
}
.fileList {
  display: none;
}
.fileList table a {
  color: #666;
}
.fileList table a span {
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  background: url(../images/admin_img/sprite_list_icon.gif) -5px -3px no-repeat;
}
.fileList table a[title$=".xls"] span,
.fileList table a[title$=".xlsx"] span {
  background-position: -133px -83px;
}
.fileList table a[title$=".doc"] span,
.fileList table a[title$=".docx"] span {
  background-position: -101px -83px;
}
.fileList table a[title$=".txt"] span {
  background-position: -165px -83px;
}
.fileList table a[title$=".pdf"] span {
  background-position: -64px -80px;
}
.fileList table a[title$=".ppt"] span,
.fileList table a[title$=".pptx"] span {
  background-position: -256px -80px;
}
.fileList table a[title$=".zip"] span,
.fileList table a[title$=".rar"] span {
  background-position: -352px -80px;
}
.fileList table a[title$=".apk"] span {
  background-position: -384px -80px;
}
.fileList table a[title$=".psd"] span {
  background-position: -512px -80px;
}
.fileList table a[title$=".ai"] span {
  background-position: -583px -83px;
}
.fileList table a[title$=".torrent"] span {
  background-position: -448px -80px;
}
.fileList table a[title$=".exe"] span,
.fileList table a[title$=".msi"] span,
.fileList table a[title$=".dmg"] span {
  background-position: -325px -83px;
}
.fileList table a[title$=".ipa"] span {
  background-position: -293px -83px;
}
.fileList table a[title$=".jpg"] span,
.fileList table a[title$=".jpeg"] span,
.fileList table a[title$=".gif"] span,
.fileList table a[title$=".bmp"] span,
.fileList table a[title$=".png"] span,
.fileList table a[title$=".jpe"] span,
.fileList table a[title$=".svg"] span,
.fileList table a[title$=".svgz"] span,
.fileList table a[title$=".tif"] span,
.fileList table a[title$=".tiff"] span,
.fileList table a[title$=".ico"] span {
  background-position: -5px -83px;
}
.fileList table a[title$=".mp3"] span,
.fileList table a[title$=".mp4"] span,
.fileList table a[title$=".wma"] span,
.fileList table a[title$=".wmv"] span,
.fileList table a[title$=".wav"] span,
.fileList table a[title$=".ogg"] span,
.fileList table a[title$=".mpeg4"] span,
.fileList table a[title$=".3gp"] span,
.fileList table a[title$=".swf"] span,
.fileList table a[title$=".flv"] span,
.fileList table a[title$=".mov"] span {
  background-position: -229px -83px;
}
.fileList table a[title=""] span {
  background-position: -43px -52px;
}
.file-wrapper {
  width: 142px;
  height: 122px;
  line-height: 0;
  float: left;
  margin: 4px 4px 0 0;
  text-align: center;
}
.file-wrapper .file-thumb-large {
  width: 90px;
  height: 92px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #fff;
  position: relative;
  background: url(../images/admin_img/property_icon_101.png) 9999px 9999px no-repeat;
}
.file-wrapper .file-thumb-large:hover {
  border: 2px solid #F6F6F6;
}
.file-wrapper .file-thumb-large:hover .item-chk {
  border: 2px solid #F6F6F6;
  display: block;
}
.file-wrapper .file-thumb-large .item-chk {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 15px;
  height: 19px;
  cursor: pointer;
  display: none;
  border: 2px solid #FFF;
  line-height: 25px;
  padding-left: 8px;
  padding-top: 4px;
  text-align: center;
}
.file-wrapper .file-name {
  line-height: 28px;
  height: 28px;
}
.file-wrapper .file-name span {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.file-thumb-large.file-dir {
  background: url("../images/admin_img/spritenew-f.gif") no-repeat;
  background-position: -24px 0;
}
.file-thumb-large[title$=".doc"],
.file-thumb-large[title$=".docx"] {
  background-position: -462px 0px;
}
.file-thumb-large[title$=".xls"],
.file-thumb-large[title$=".xlsx"] {
  background-position: -308px 0px;
}
.file-thumb-large[title$=".txt"] {
  background-position: -1072px 0px;
}
.file-thumb-large[title$=".ai"] {
  background-position: -2753px 0px;
}
.file-thumb-large[title$=".ppt"],
.file-thumb-large[title$=".pptx"] {
  background-position: -616px 0px;
}
.file-thumb-large[title$=".pdf"] {
  background-position: -924px 0px;
}
.file-thumb-large[title$=".apk"] {
  background-position: -1225px 0px;
}
.file-thumb-large[title$=".mmap"] {
  background-position: -153px -117px;
}
.file-thumb-large[title$=".xmind"] {
  background-position: -306px -117px;
}
.file-thumb-large[title$=".exe"],
.file-thumb-large[title$=".msi"] {
  background-position: -1378px 0px;
}
.file-thumb-large[title$=".ipa"] {
  background-position: -1540px 0px;
}
.file-thumb-large[title$=".zip"] {
  background-position: -154px 0px;
}
.file-thumb-large[title$=".rar"] {
  background-position: -2142px 0px;
}
.file-thumb-large[title$=".psd"] {
  background-position: -2294px 0px;
}
.file-thumb-large[title$=".torrent"] {
  background-position: -1990px 0px;
}
.file-thumb-large[title$=".jpg"],
.file-thumb-large[title$=".jpeg"],
.file-thumb-large[title$=".gif"],
.file-thumb-large[title$=".bmp"],
.file-thumb-large[title$=".png"],
.file-thumb-large[title$=".jpe"],
.file-thumb-large[title$=".svg"],
.file-thumb-large[title$=".svgz"],
.file-thumb-large[title$=".tif"],
.file-thumb-large[title$=".tiff"],
.file-thumb-large[title$=".ico"] {
  background-position: 0px 0px;
}
.file-thumb-large[title$=".mp3"],
.file-thumb-large[title$=".mp4"],
.file-thumb-large[title$=".wma"],
.file-thumb-large[title$=".wmv"],
.file-thumb-large[title$=".wav"],
.file-thumb-large[title$=".ogg"],
.file-thumb-large[title$=".mpeg4"],
.file-thumb-large[title$=".3gp"],
.file-thumb-large[title$=".swf"],
.file-thumb-large[title$=".flv"],
.file-thumb-large[title$=".mov"] {
  background-position: -1685px 0px;
}
.file-checked .file-thumb-large {
  border-color: #438818;
}
.file-checked .file-thumb-large .item-chk {
  border-color: #438818;
  background: #438818;
  color: #FFF;
  display: block;
}
.file-checked .file-thumb-large .item-chk:before {
  content: "\f11d";
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: bold;
}
.file-checked .file-thumb-large:hover {
  border-color: #438818;
}
.file-checked .file-thumb-large:hover .item-chk {
  border-color: #438818;
  background: #438818;
  color: #FFF;
  display: block;
}
/*三、网站中心*/
/*四、销售中心*/
/*五、业务中心*/
/*六、生产中心*/
/*七、物流中心*/
/*八、统计中心*/
.TotalTitle {
  height: 32px;
  border-bottom: #E7E7E7 1px solid;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 10px;
}
.TotalTitle select {
  height: 32px;
  width: 130px;
}
.TotalTitle a {
  float: right;
  margin-top: 7px;
  width: 50px;
  margin-right: 0px;
}
.dataTotal {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.dataTotal .dataTotalContainer {
  width: 50%;
  padding: 0 10px;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dataTotal .dataTotalContainer h3 {
  background-color: #F8F8F8;
  border: #E7E7E7 1px solid;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  border-bottom: none;
  font-family: "Microsoft Yahei";
  font-size: 14px;
}
.dataTotal .dataTotalContainer .dataTotalFlash {
  border: #E7E7E7 1px solid;
  height: 300px;
  overflow: hidden;
}
.dataTotalTable {
  margin-top: 10px;
  border: #E7E7E7 1px solid;
  background-color: #F5F5F5;
}
.dataTotalTable table tr td,
.dataTotalTable table tr th {
  background-color: #F5F5F5;
}
/*九、企业中心*/
/*通讯录*/
.staffcard {
  width: 19%;
  min-width: 180px;
  background: #FFF;
  border: #D6D6D6 1px solid;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 1%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.staffcard:nth-child(5n) {
  margin-right: 0px;
}
.staffcard:hover {
  border: #C55128 1px solid;
  background-color: #E06539;
  border-radius: 0px;
}
.staffcard:hover img {
  border-radius: 50%;
}
.staffcard img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  border-bottom: #CCC 1px solid;
}
.staffcard .contactInfo {
  padding: 5px 0 5px 5px;
  line-height: 25px;
  font-family: "Microsoft Yahei";
  color: #333;
  background-color: #F9F9F9;
}
.staffcard .contactInfo .contactInfo_N {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.staffcard .contactInfo i.fa {
  font-size: 15px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.staffcard .contactInfo i.fa:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  color: #E16539;
}
/*考勤打卡页面*/
.daka_tishi {
  font: 14px/24px "微软雅黑";
}
.kaoqin_box {
  width: 700px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.kaoqin_heartinfo {
  width: 481px;
  padding: 0 5px 0 9px;
  height: 400px;
  float: left;
}
.kaoqin_tip {
  width: 204px;
  height: 400px;
  float: left;
  border-left: #e3e3e3 1px solid;
}
.qiandao_button {
  width: 115px;
  height: 47px;
  background: url(../images/qiandaobg.png) no-repeat;
  margin: 0px auto;
  margin-bottom: 23px;
  padding-left: 15px;
  cursor: pointer;
}
.qiandao_btn_left {
  width: 38px;
  height: 47px;
  float: left;
  padding-top: 10px;
}
.qiandao_weekday {
  font: 13px/16px "微软雅黑";
  color: #8e6e31;
  text-shadow: 1px 1px 1px #d9bd7c;
}
.qiandao_day {
  font: 12px/16px "Times New Roman", Times, serif;
  color: #8e6e31;
  text-shadow: 1px 1px 1px #d9bd7c;
}
.qiandao_txt {
  float: left;
  width: 76px;
  text-align: center;
  font: 20px/47px "微软雅黑";
  color: #fddeb5;
  text-shadow: 1px 1px 1px #c76e19;
}
.qiandao_hou {
  display: none;
  width: 130px;
  height: 47px;
  background: url(../images/qiandao_houbg.png) no-repeat;
}
.qiandao_scuss .qiandao_hou {
  display: block;
  background-position: 0 0;
}
.qiandao_chidao .qiandao_hou {
  display: block;
  background-position: 0 -47px;
}
.kaoqin_time {
  height: 68px;
  padding: 13px 0;
  padding-left: 5px;
}
.qingdao_tianqi {
  padding: 5px;
  background-color: #4cc7e6;
  height: 225px;
  margin: 0 1px;
}
.xingqingList {
  margin-bottom: 17px;
  overflow: hidden;
}
.xingqingList dl {
  width: 58px;
  overflow: hidden;
  float: left;
}
.xingqingList dl dt img {
  border: #e6e5e5 1px solid;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
}
.xingqingList dl dd {
  font-family: "Microsoft Yahei";
  line-height: 25px;
}
.box-one {
  width: 420px;
  float: left;
  position: relative;
}
.leftarrow-one {
  width: 9px;
  height: 18px;
  left: 0;
  top: 8px;
  position: absolute;
  background: url(../images/leftarrow1.png) no-repeat;
  display: block;
  z-index: 99px;
}
.fabiaoconent {
  width: 390px;
  margin-left: 8px;
  border-radius: 5px;
  background: url(../images/bg-one.png) bottom repeat-x;
  overflow: hidden;
  border: #e3e3e3 1px solid;
  min-height: 40px;
  line-height: 20px;
  padding: 4px 10px 0 10px;
  color: #666;
}
.fb_dateTime {
  height: 16px;
  line-height: 16px;
  text-align: right;
  color: #999;
}
.xinqingCon {
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-top: 5px;
}
.xinqingCon .bottomcover {
  position: absolute;
  bottom: 0;
  background: url("../images/halftransp.png") no-repeat 0 -5px;
  height: 35px;
  width: 481px;
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img.t.sinajs.cn/t35/style/images/tlogin/halftransp.png?id=1341302813656', sizingMethod='crop');
  pointer-events: none;
}
.xinqingCon ul {
  position: absolute;
  top: 0;
  left: 0;
}
/*公告详情*/
.loadProess {
  width: 0px;
  height: 1px;
  background-color: #DB6D4B;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
}
.detailContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
.detailContainer nav {
  vertical-align: middle;
  width: 250px;
  height: 100%;
  color: #FFF;
  background-color: #F0F0F0;
  position: fixed;
  left: -260px;
  top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.detailContainer nav.navShow {
  left: 0px;
}
.viewMenu {
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 275px;
  width: 26px;
  height: 30px;
}
.viewMenu .menu-global {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  border-top: 3px solid #333;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.viewMenu .menu-top {
  top: 0px;
}
.viewMenu .menu-mid {
  top: 7px;
}
.viewMenu .menu-bot {
  top: 14px;
}
.close-menu {
  left: 255px;
  width: 30px;
  top: 10px;
  opacity: .8;
}
.close-menu .menu-top {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 15px;
  -webkit-transition: all 0.25s 0.2s;
  transition: all 0.25s 0.2s;
}
.close-menu .menu-mid {
  opacity: 0;
}
.close-menu .menu-bot {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 15px;
  -webkit-transform: rotate(-410deg);
  transform: rotate(-410deg);
  -webkit-transition: all 0.25s 0.2s;
  transition: all 0.25s 0.2s;
}
.close-menu:hover {
  opacity: 1;
}
.viewTitleList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.viewTitleList .scrollC {
  overflow: auto;
}
.viewTitleList h4 {
  font-size: 18px;
  font-family: "Microsoft Yahei";
  text-align: center;
  line-height: 50px;
  background-color: #000;
  width: 250px;
  height: 50px;
}
.viewTitleList h4 i.fa {
  float: right;
  margin-right: 10px;
  margin-top: 16px;
}
.viewTitleList h5 {
  font-family: "Microsoft Yahei";
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 250px;
  background-color: #000;
}
.viewTitleList h5 a {
  color: #FFF;
}
.viewTitleList dl {
  padding-left: 10px;
  font-weight: bold;
}
.viewTitleList dt {
  font-size: 14px;
  color: #999;
}
.viewTitleList dt span {
  font-style: italic;
  font-size: 20px;
}
.viewTitleList dt:before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.viewTitleList dd {
  border-left: #666 1px solid;
  margin-left: 6px;
  margin-top: -1px;
  padding-right: 5px;
  overflow: hidden;
}
.viewTitleList dd a {
  display: block;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  white-space: nowrap;
  padding-right: 5px;
  overflow: hidden;
  color: #666;
}
.viewTitleList dd a:before {
  content: "\f0da";
  margin-right: 3px;
  font-family: "FontAwesome";
  color: #999;
}
.viewTitleList dd a:hover {
  color: #333;
}
.viewContainer {
  vertical-align: middle;
  margin: 0 auto;
  width: 75%;
  position: relative;
  z-index: 1;
  font-family: "Microsoft Yahei";
}
.viewTitle h3 {
  line-height: 47px;
  font-size: 34px;
  font-family: "Microsoft Yahei";
  color: #434343;
  margin: 15px 0;
}
.viewTitle h3 img {
  border-radius: 100%;
  border: #999 1px solid;
  float: right;
  margin-top: 20px;
}
.viewMininfo {
  border-bottom: #F6F6F6 1px dashed;
  color: #474747;
  font-size: 13px;
  font-weight: 400;
  font-family: "Microsoft Yahei";
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}
.viewMininfo i.fa {
  margin-right: 5px;
}
.viewMininfo a {
  color: #DB6D4B;
}
.viewMininfo span {
  margin-left: 10px;
}
.viewContent {
  color: #000;
  line-height: 24px;
  text-align: justify;
  padding: 20px;
  font-size: 15px;
}
.viewContent p {
  font-size: 15px;
  margin-top: 18px;
  text-indent: 2em;
}
.Reviews {
  border-top: #F6F6F6 1px dashed;
  color: #999;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}
.Reviews .buttonReview {
  float: right;
}
.Reviews .buttonReview a {
  margin-left: 20px;
}
.Reviews .buttonReview a:first-child:hover {
  color: #fcbe40;
}
.Reviews .buttonReview a:last-child:hover {
  color: #64c0fd;
}
.Reviews .buttonReview i.fa {
  margin-right: 5px;
  font-size: 20px;
}
.otherViews {
  border-top: #F6F6F6 1px dashed;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.otherViews .prevViews {
  width: 50%;
  float: left;
}
.otherViews .nextViews {
  width: 50%;
  float: right;
  text-align: right;
}
.otherViews a {
  color: #369;
}
.otherViews a:hover {
  text-decoration: underline;
}
/*评论插件*/
.writeReviewsBox {
  overflow: hidden;
  margin-bottom: 10px;
}
.writeReviewsBox img {
  border-radius: 100%;
  border: #999 1px solid;
  float: left;
}
.writeReviews {
  width: 90%;
  float: right;
}
.writeReviews .emotion {
  width: 100%;
  border-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  outline: none;
  display: block;
  margin-bottom: 0px;
}
.writeReviews .reviewsicons {
  border: 1px solid #D4D4D4;
  border-top: none;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background-color: #F9F9F9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.writeReviews .reviewsicons span {
  display: inline-block;
  float: left;
  width: 30px;
  height: 22px;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
  color: #999;
}
.writeReviews .reviewsicons span:hover {
  color: #00A3CF;
}
.writeReviews .reviewsicons a.submitReview {
  float: right;
  cursor: pointer;
  width: 100px;
  line-height: 30px;
  height: 30px;
  border-left: 1px solid #D4D4D4;
  text-align: center;
  background-color: #00A3CF;
  color: #FFF;
}
.writeReviews .reviewsicons a.submitReview:hover {
  background-color: #40C8C9;
}
.listReviewsTotal {
  border-bottom: #DCDCDC 1px dashed;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.listReviewsTotal span {
  float: left;
}
.listReviewsTotal b {
  color: #336699;
  font-weight: normal;
  margin: 0 2px;
}
.listReviewsTotal a {
  float: right;
  color: #999;
  margin-left: 10px;
}
.listReviewsTotal a:hover {
  color: #333;
}
.listReviewsTotal a.nav {
  color: #336699;
}
.staffReview {
  border-bottom: #DCDCDC 1px dashed;
  padding-bottom: 15px;
  padding-top: 15px;
  overflow: hidden;
}
.staffReview img.satffHead {
  border-radius: 100%;
  border: #999 1px solid;
  float: left;
  margin-right: 20px;
}
.staffReview .staffReviewBox {
  float: left;
  width: 90%;
}
.staffReview .staffReviewBox h3 {
  font-size: 14px;
  color: #336699;
  line-height: 24px;
}
.staffReview .staffReviewBox .staffReviewContent {
  color: #666;
  line-height: 24px;
  font-family: "Microsoft Yahei";
  font-size: 14px;
}
.staffReview .staffReviewBox .staffReviewContent img {
  margin: 0 5px;
}
.staffReview .staffReviewBox .staffReviewDate {
  font-family: "SimSun";
  color: #999;
  line-height: 24px;
  font-size: 12px;
}
.staffReview .staffReviewBox .staffReviewDate span {
  margin-right: 30px;
}
.staffReview .staffReviewBox .staffReviewDate a {
  margin-right: 10px;
  cursor: pointer;
}
.staffReview .staffReviewBox .staffReviewDate a:hover {
  color: #333;
}
.staffReview .staffReviewBox .staffReviewDate a.reply:before {
  content: "\f112";
  font-family: "FontAwesome";
  margin-right: 4px;
}
.staffReview .staffReviewBox .staffReviewDate a.heart:before {
  content: "\f004";
  font-family: "FontAwesome";
  margin-right: 4px;
}
/*十、配置中心*/
