@import url(font-awesome.min.css);
@charset "utf-8";
/*名称：系统主框架页面样式表
  作者：a-bao
  时间：2015-06-15
  目录：
      一、左侧导航区域(主导航、二级导航、面板等)
      二、右侧上部区域(Head头部、Tab页签)
      三、内容显示区域(Iframe框架定义)
      四、其他样式定义(局部滚动条样式、全屏效果)
--------------------------------------------------------------------------------------*/
/*一、左侧导航区域*/
/*1.1-主导航*/
#leftFirstMenu {
  width: 70px;
  float: left;
  background: url(../images/admin_img/leftMenubg.jpg) top left repeat-y;
  overflow: hidden;
}
.headPic {
  text-align: center;
  line-height: 20px;
  color: #a3a3a3;
}
.headPic img {
  display: inline-block;
  margin: 5px 0;
  border: #666 1px solid;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
  -o-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.headPic img:hover {
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
  -o-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
  -ms-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.6);
}
.firstMenuList li {
  overflow: hidden;
  background: url(../images/admin_img/menuline.jpg) top center no-repeat;
  text-align: center;
  width: 100%;
}
.firstMenuList li a {
  /* color:#a3a3a3;*/
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
}
.firstMenuList li a span {
  display: none;
}
.firstMenuList li a img {
  width: 32px;
  height: 27px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  -webkit-transition: all 1s;
}
.firstMenuList li a.menuicomcss_wuliu img,
.firstMenuList li a.menuicofunc_20152124211618admin img {
  background: url(../images/admin_img/znzico.png) no-repeat;
}
.firstMenuList li a.menuicooa_task img,
.firstMenuList li a.menuicocontentment img {
  background: url(../images/admin_img/gzico.png) no-repeat;
}
.firstMenuList li a.menuicomcss_marketing img,
.firstMenuList li a.menuicomemberment img {
  background: url(../images/admin_img/yxico.png) no-repeat;
}
.firstMenuList li a.menuicomcss_business img {
  background: url(../images/admin_img/ywico.png) no-repeat;
}
.firstMenuList li a.menuicomcss_produce img {
  background: url(../images/admin_img/xmico.png) no-repeat;
}
.firstMenuList li a.menuicotl_fiance img {
  background: url(../images/admin_img/cwico.png) no-repeat;
}
.firstMenuList li a.menuicomcss_total img {
  background: url(../images/admin_img/biico.png) no-repeat;
}
.firstMenuList li a.menuicojmt_cms img,
.firstMenuList li a.menuicofunc_2015212958836admin img {
  background: url(../images/admin_img/qyico.png) no-repeat;
}
.firstMenuList li a.menuicojmt_system img,
.firstMenuList li a.menuicosystemment img {
  background: url(../images/admin_img/szico.png) no-repeat;
}
.firstMenuList li a:hover,
.firstMenuList li a.lightHeight {
  background: url(../images/admin_img/menuhover.png) top no-repeat;
  color: #FFF;
  padding-bottom: 0px;
  height: 52px;
}
.firstMenuList li a:hover span,
.firstMenuList li a.lightHeight span {
  display: inline-block;
}
.firstMenuList li a:hover img,
.firstMenuList li a.lightHeight img {
  background-position: -32px 0;
}
/*1.2-二级导航*/
.other_secondMenu {
  margin-right: 1px;
}
.secondMenuCon {
  width: 201px;
  float: left;
  background: url(../images/admin_img/secondleftbg.png) left top repeat-y;
  overflow: hidden;
}
.syslogobg {
  height: 61px;
  background: url(../images/admin_img/syslogobg.png) left top no-repeat;
}
.quickNav {
  height: 58px;
  overflow: hidden;
  border-left: #c3c3c3 1px solid;
  border-top: #c3c3c3 1px solid;
}
.quickNav a {
  width: 50px;
  height: 29px;
  display: block;
  float: left;
  background: url(../images/admin_img/quickmenubg.png) left top no-repeat;
  text-align: center;
  line-height: 29px;
  overflow: hidden;
  color: #a3a3a3;
}
.quickNav a span {
  display: block;
  width: 50px;
  height: 29px;
}
.quickNav a span img {
  margin-top: 4px;
}
.fenjiexian,
.baibanFenjie {
  height: 28px;
  background: url(../images/admin_img/fengexian.png) left center no-repeat;
}
.baibanFenjie {
  height: 20px;
}
.quickMenu dt,
.blackban dt,
.dayWeibo dt {
  background-color: #EEEEEE;
  color: #FFF;
  font-size: 14px;
  line-height: 38px;
  font-family: "Microsoft Yahei";
  border-bottom: #2157a6 1px solid;
  padding-left: 15px;
  padding-right: 10px;
  height: 38px;
  overflow: hidden;
}
.quickMenu dt span,
.blackban dt span,
.dayWeibo dt span {
  display: block;
  cursor: pointer;
  width: 22px;
  height: 12px;
  float: right;
  overflow: hidden;
  background: url(../images/admin_img/onoff.png) top no-repeat;
  margin-top: 14px;
}
.quickMenu dt span i,
.blackban dt span i,
.dayWeibo dt span i {
  display: block;
  width: 9px;
  height: 8px;
  background: url(../images/admin_img/dian.png) no-repeat;
  margin-top: 2px;
  margin-left: 2px;
}
.quickMenu dt.hover {
  background-color: #2157a6;
  color: #FFF;
}
.quickMenu dt.hover a {
  color: #FFF;
}
.quickMenu dt.lightHeight {
  background-color: #41A30D;
}
.quickMenu dt a {
  color: #2157a6;
}
.quickMenu dd a.hoverdd {
  color: #2157a6;
  font-weight: bold;
}
.quickMenu dd {
  margin-right: 1px;
}
.quickMenu dd a {
  display: block;
  color: #5a5a5a;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  padding-left: 40px;
  background: #f2f2f2 url(../images/admin_img/linebg.png) left bottom no-repeat;
}
.blackban dt a,
.dayWeibo dt a {
  color: #FFF;
}
dl.off dd {
  display: none;
}
dl.on dt span i {
  margin-left: 13px;
}
/*1.3-小黑板*/
.blackban dt {
  background-color: #41a30d;
}
.blackban dt span {
  background: url(../images/admin_img/onoff.png) 0 -14px no-repeat;
}
.blackban dd {
  margin-right: 1px;
}
.blackban dd .nowdateTimes {
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.blackban dd.blackbg {
  padding: 3px;
  color: #999;
  line-height: 24px;
  margin: 10px 3px;
  margin-top: 0px;
}
.blackban dd .staffHeadList {
  min-height: 50px;
  padding: 10px 5px;
}
.blackban dd .staffHeadList img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: #FFF 1px solid;
  padding: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.blackban dd .staffHeadList img:nth-child(4n) {
  margin-right: 0px;
}
.blackban dd .staffHeadList img:hover {
  border-color: #999;
}
.ul-TabMenu {
  height: 24px;
  overflow: hidden;
  border-bottom: #CCC 1px solid;
}
.ul-TabMenu ul {
  height: 24px;
  overflow: hidden;
}
.ul-TabMenu li {
  font-family: "Microsoft Yahei";
  font-size: 12px;
  float: left;
  color: #999;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
}
.ul-TabMenu li.nav {
  color: #333;
  border: #CCC 1px solid;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/*1.4-每日微博*/
.dayWeibo {
  position: fixed;
  bottom: 0;
  left: 70px;
  width: 202px;
}
.dayWeibo dt {
  background-color: #d55c31;
}
.dayWeibo dt:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.dayWeibo dt span {
  background: url(../images/admin_img/onoff.png) 0 -27px no-repeat;
}
#wiboList {
  height: 350px;
  background-color: #FFF;
  border: #C3C3C3 1px solid;
  border-top: #D55C31 3px solid;
  border-bottom: #ae451f 1px solid;
  border-left: none;
  overflow: hidden;
}
.wiboListCon {
  overflow: hidden;
  padding: 8px;
  line-height: 20px;
  border-bottom: #DFDFDF 1px solid;
  font-family: "新宋体";
}
.wiboListCon img {
  border: #C3C3C3 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 38px;
  margin-right: 8px;
}
.wiboListCon .wiboNames {
  width: 118px;
  float: left;
  color: #999;
}
.wiboListCon .wiboNames a {
  font-weight: bold;
  color: #3c76c9;
  font-family: "Microsoft Yahei";
}
.wiboText {
  float: left;
  margin-top: 5px;
}
.wiboText a {
  color: #333;
}
/*1.5-显示隐藏左侧面板按钮*/
.arrowsHide {
  width: 8px;
  height: 38px;
  display: block;
  background: url(../images/admin_img/arrows.png) left top no-repeat;
  position: absolute;
  left: 271px;
  cursor: pointer;
}
.arrowsshow {
  width: 8px;
  height: 38px;
  display: block;
  background: url(../images/admin_img/arrows.png) -9px 0px no-repeat;
}
/*二、右侧上部区域*/
/*2.1-右侧区域*/
#rightCon {
  overflow: hidden;
  background: url(../images/admin_img/rightbodybg.png) left top repeat;
}
.rightHeadbg {
  height: 60px;
  background: #e7e7e6 url(../images/admin_img/topbgpic.jpg) right top no-repeat;
  overflow: hidden;
  position: relative;
}
/*2.2-720度查询*/
.tip720 {
  width: 60%;
}
.managerbutton {
  width: 43px;
  height: 44px;
  background: url(../images/admin_img/720manager.png) no-repeat;
  display: block;
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 33;
  -webkit-transition: -webkit-transform 1s, opacity 1s, background 1s, width 1s, height 1s, font-size 1s;
  -o-transition-property: width, height, -o-transform, background, font-size, opacity, color;
  -o-transition-duration: 1s,1s,1s,1s,1s,1s,1s;
  -moz-transition-property: width, height, -moz-transform, background, font-size, opacity, color;
  -moz-transition-duration: 1s,1s,1s,1s,1s,1s,1s;
  transition-property: width, height, transform, background, font-size, opacity;
  transition-duration: 1s,1s,1s,1s,1s,1s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.managerbutton:hover {
  background: url(../images/admin_img/720manager_hover.png) no-repeat;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.tiplistbg {
  height: 37px;
  width: 50%;
  border: #FFF 1px solid;
  background-color: #efede8;
  position: absolute;
  top: 9px;
  left: 25px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  display: none;
}
.tipList {
  position: absolute;
  top: 9px;
  left: 50px;
  height: 32px;
  overflow: hidden;
  display: none;
}
.tipList li {
  float: left;
  height: 32px;
  width: 83px;
  line-height: 32px;
}
.tipList li.hover {
  background: url(../images/admin_img/tiplistbg.png) left center no-repeat;
}
/*2.3-搜索*/
.searcebg {
  width: 257px;
  height: 34px;
  background: url(../images/admin_img/searchbg.png) left top no-repeat;
  padding-top: 2px;
  padding-left: 3px;
  position: absolute;
  right: 100px;
  top: 13px;
}
.searcebg input {
  background: none;
  border: none;
  height: 32px;
}
.searcebg input.allsearchInput {
  width: 195px;
  padding-left: 10px;
}
.searcebg input.allsearchBtn {
  width: 40px;
  height: 32px;
  background: url(../images/admin_img/searchbtn.png) center no-repeat;
}
/*2.4-应用图标*/
.sysIcon {
  height: 30px;
  float: right;
  overflow: hidden;
  margin-top: 17px;
  margin-right: 10px;
}
.sysIcon a {
  width: 29px;
  height: 29px;
  display: block;
  float: left;
  margin-right: 10px;
}
.sysIcon a.fullScreen {
  background: url(../images/admin_img/fullScreen.png) left center no-repeat;
}
.sysIcon a.fullScreen2 {
  background: url(../images/admin_img/fullScreen2.png) left center no-repeat;
}
.sysIcon a.anquanExit {
  background: url(../images/admin_img/exit.png) left center no-repeat;
  margin-right: 0px;
}
/*2.5-Tab页签背景*/
.tabConbg {
  height: 30px;
  padding-bottom: 1px;
  background: url(../images/admin_img/tabNavbg.png) top left repeat-x;
  overflow: hidden;
}
.prev,
.next {
  width: 10px;
  height: 30px;
  float: left;
  background: url(../images/admin_img/tabArrows.png) -12px 0 no-repeat;
  cursor: pointer;
}
.next {
  float: right;
  background-position: 0 0;
}
.prev:hover {
  background-position: -12px -32px;
}
.next:hover {
  background-position: 0 -32px;
}
.no_click:hover {
  cursor: not-allowed;
}
#slider_pic {
  overflow: hidden;
  position: relative;
  height: 30px;
  float: left;
}
#slider_pic ul {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999;
}
#slider_pic li {
  width: 85px;
  font-family: "SimSun";
  line-height: 28px;
  padding-left: 15px;
  border: #c3c3c3 1px solid;
  background: url(../images/admin_img/tabpagebg.png) top left repeat-x;
  height: 28px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
#slider_pic li span {
  float: left;
  width: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Microsoft Yahei";
}
#slider_pic li i {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../images/admin_img/closeico.png) left top no-repeat;
  float: right;
  cursor: pointer;
  overflow: hidden;
  margin: 6px;
}
#slider_pic li i:hover {
  background-position: 0 -18px;
}
#slider_pic li.onthis {
  background: url(../images/admin_img/tabpagebg.png) 0 -32px repeat-x;
  color: #FFF;
  border: #c55128 1px solid;
}
/*三、内容显示区域*/
/*Iframe框架*/
#subWindow {
  width: 100%;
  overflow: hidden;
}
.subwindows {
  display: none;
}
.mainIframe {
  background: #f1f1f1 url(../images/admin_img/loading2.gif) center no-repeat;
}
/*四、其他样式定义*/
/*滚动条样式*/
.jscrollbar {
  position: relative;
}
.jscrollbar .x,
.jscrollbar .y {
  position: absolute;
  background: rgba(3, 3, 3, 0.3);
}
.jscrollbar .x {
  width: 100%;
  left: 0;
  bottom: 0;
}
.jscrollbar .y {
  height: 100%;
  top: 0;
  right: 0;
}
.jscrollbar .x .thumb,
.jscrollbar .y .thumb {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.jscrollbar .x .thumb {
  height: 100%;
}
.jscrollbar .y .thumb {
  width: 100%;
}
/*全屏效果*/
/* Mozilla proposal (dash) */
.fullScreen:full-screen {
  width: 100%;
  height: 100%;
}
/* W3C proposal (no dash) */
.fullScreen:fullscreen {
  width: 100%;
  height: 100%;
}
/* currently working vendor prefixes */
.fullScreen:-webkit-full-screen,
.fullScreen:-moz-full-screen {
  width: 100%;
  height: 100%;
}
:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
