@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #1f3374;
}
a:hover {
	text-decoration:underline;	
}
img { border:0;}
li { list-style:none;}
input,select,img,button {
	vertical-align: middle;
}
select { padding:3px;}
input[type=text],input[type=password],select { height:24px; line-height:24px; border:1px solid #CCC;}
input[type=text]:hover,input[type=password]:hover,select:hover { border:1px solid #9C2002; background-color:#f3f3f3;}
table {border-collapse: collapse;}
.fl { float:left;}
.fr { float:right;}
.clear { clear:both;}
.red { color:#9C2002;}
.w40 { width:40px;}
.w50 { width:50px;}
.w60 { width:60px;}
.w80 { width:80px;}
.w100 { width:100px;}
.w120 { width:120px;}
.w150 { width:150px;}
.w300 { width:300px;}
.m_r_30 { margin-right:30px;}
.w5 { width:50%;}
.w1 { width:100%;}
.center { text-align:center;}
.grey { color:#999999;}
.bgRed2 {background-color: #FCE5E5;}
html {	height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	color: #333;
	line-height: 16px;
	min-width:1200px;
	height:100%;
}


/*头部*/
.header {
	background-image: url(../../images/headerBG.jpg);
	/*background-repeat: no-repeat;*/
	background-position: left top;
	width:100%;
	height: 62px;
	padding-right: 15px;
	padding-left: 15px;
	color: #1f3374;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9dc0f3;
	font-size: 13px;
}
.header .headLeft {
	float: left;
}
.header .headLeft .logo {
	float: left;
	width:103px;
	/* margin-top: 0px; */
	margin-top: 18px;
}
.header .headLeft h1 {
	float: left;
	font-family: "微软雅黑";
	color: #1f3374;
	font-weight: normal;
	font-size: 20px;
	margin-top: 21px;
	display: inline;
	margin-left: 12px;
}
.header .headLeft .logo2 {
	float: left;
	margin-left: 150px;
	margin-top: 2px;
}

.header .headRight,.header .headRight a {
	color: #000;
}
.header .headRight a {
	text-decoration:none;
}
.header .headRight  {
	float: right;
	padding-top: 18px;
	padding-right: 20px;
	line-height: 30px;
	margin-top: -70px;
}
.header .headRight .homeBack, .header .headRight .operation  {
	display:inline;
}
.header .headRight .homeBack {
	margin-right: 25px;
}
.header .headRight .homeBack .name {
	color: #1f3374;
	margin-right: 20px;
	font-weight: bold;
}
.header .headRight .homeBack a {
	margin:0 5px;
}
.header .headRight .homeBack a:hover {
	text-decoration: underline;
}

.header .headRight .operation a {
	display: inline-block;
	background-image: url(../../images/operationA-bgLeft1.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #000;
}
.header .headRight .operation a span {
	display:inline-block;
	background-image: url(../../images/operationA-bgRight1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.header .headRight .operation a span img {
	margin-right: 5px;
}
.header .headRight .operation a:hover {
	background-image: url(../../images/operationA-bgLeft.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
}
.header .headRight .operation a:hover span {
	background-image: url(../../images/operationA-bgRight.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/*左侧菜单栏*/
.sidebarTitle {
	background-image: url(../../images/sidebarTitBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 36px;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a7a7a7;
	font-family: "微软雅黑";
	font-size: 16px;
	padding-left: 50px;
	color: #000;
	float:left;
	width:170px;
	border-right:1px solid #bcbcbc;
}

.sidebar {
	width: 221px;
	background-image: url(../../images/sidebarBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	top: 99px;
	left: 0px;
	bottom: 0px;
	z-index:2;
	overflow: auto;
}
.sidebar ul li {
	background-image: url(../../images/sidebarliBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 2px;
}
.sidebar ul li a {
	display: block;
	line-height: 38px;
	height: 38px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
}
.sidebar ul li .icon {
	width: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}


.sidebar ul li ul {
	background-color: #f0f8ff;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sidebar ul li.opened ul { display:block;}
.sidebar ul li ul li {
	background:none;
	padding-bottom: 0px;
}
.sidebar ul li ul li a {
	background-image: url(../../images/dianBlack.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 50px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	color: #000;
}
.sidebar ul li ul li a:hover {
	background-image: url(../../images/dianRed.gif);
	background-repeat: no-repeat;
	color: #1f3374;
	font-weight: bold;
	text-decoration: underline;
}

.sidebar ul li ul li.now {
	background-image: url(../../images/arrowLeft.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.sidebar ul li ul li.now a {
	background-image: url(../../images/dianRed.gif);
	background-repeat: no-repeat;
	color: #1f3374;
	font-weight: bold;
	text-decoration: underline;
}
.sidebar ul li ul li ul li a, .sidebar ul li ul li ul li a:hover, .sidebar ul li ul li:hover ul li a, .sidebar ul li ul ul li:hover ul li a:hover  { background:none; font-size:12px; font-weight:normal; text-decoration:none; }
.sidebar ul li ul li ul { display:none;}

/*导航*/
.menu {
	height:36px;
	background-color: #eeeeee;
	padding-right: 30px;
	line-height: 36px;
	background-image: url(../../images/menuBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9dc0f3;
}
.menu ul {
	float: left;
	width: 500px;
}

.menu ul li {
	float: left;
	margin-left: -1px;
}
.menu ul li a {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #000;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	display: block;
	height: 36px;
	line-height: 36px;
}
.menu ul li a:hover {
	background-color: #c8e4f9;
}
.menu ul li a.now {
	background-color: #FFF;
	line-height: 37px;
	height: 37px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bcbcbc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bcbcbc;
}
.menu .point {
	float: right;
	background-image: url(../../images/point.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 18px;
}

/*主体内容*/
.main {
	position: absolute;
	top: 99px;
	left: 221px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	padding: 25px;
	z-index:1;	
	min-width:1030px;
}

/*菜单列表循环*/
.listBox {
	float: left;
	width: 450px;
	color: #666;
	margin-bottom: 10px;
	margin-right: 50px;
}
.listBox .sideimg {
	float: left;
	width: 55px;
}
.listBox .sideimg img {
	width: 100%;
}
.listBox .listBoxText {
	float: right;
	width: 370px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.listBox .listBoxText h2 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 6px;
	color: #000;
}
.listBox .listBoxText .describe {
	color: #666;
	margin-bottom: 10px;
}

.listBox .listBoxText .links {
	margin-left: -5px;
}
.listBox .listBoxText .links a {
	margin-right: 5px;
	margin-left: 5px;
	white-space: nowrap;
}


/*表格*/
.tabList { margin-bottom:4px;}
.tabList .img { width:60px; height:70px; }
.tabList,.tabList tr th,.tabList tr td {border: 1px solid #e0e0e0;}
.tabList tr th,.tabList tr td { padding:5px; border-width:1px; /*border-width:1px 0 1px 0;*/  padding-left:10px;}
.tabList tr th {
	border-right-width:1px;
	color:#333;
	font-weight:normal;
	font-size:13px;
	background-color:#eeeeee;
	background-image: url(../../images/bg1.gif);
	background-repeat: repeat-x;
	text-align:left;
}
.tabList tr:hover {background-color:#fbf3ea;}
.tabSmall tr th,.tabSmall tr td { padding:5px;}
.tabEdit { margin-bottom:3px;}
.tabEdit caption,.tabList caption, .caption{
    background-image: url("../../images/cona.gif");
    background-position: 5px 10px;
    background-repeat: no-repeat;
    border-color: #C5C5C5 #C5C5C5;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    text-align: left;
	color:#9C2002;
	line-height:20px;
}
.tabEdit caption h4{
	font-size:12px;
	color:#333333;
	line-height:18px;
	background-color:#FCE5E5;
	padding:5px;
	text-indent: 24px;
	margin:5px 0;
}
.tabEdit tr th, .tabEdit tr td { border:1px solid #CCC; padding:5px; }
.tabEdit tr th {
	width:120px;
	text-align: left;
	font-weight: normal;
	background-color:#efefef;
}
.bgGrey { background-color:#efefef;}

/*查询条件*/
.search {
	background-color: #ebebeb;
	border: 1px solid #CCC;
	padding: 12px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 13px;
	vertical-align:middle;
}
.search .name {
	margin-left: 12px;
}
.search p {
	margin-bottom: 8px;
}

.search .button {
	margin-left: 20px;
}


.button {
	background-color: #1f3374;
	color: #FFF;
	border: 1px solid #1f3374;
	padding-right: 5px;
	padding-left: 5px;
	cursor:pointer;
	line-height:24px;
	height:24px;
	border-radius:5px;
}
.buttonGreen {
	background-color: #336633;
	color: #FFF;
	border: 1px solid #235123;
	padding-right: 5px;
	padding-left: 5px;
	cursor:pointer;
	line-height:24px;
	height:24px;
}
/*工资查询*/
.moneySearch { width:880px;}
.people {
	margin-bottom: 10px;
	height: 173px;
}
.people .peopleBasic.fl {width:640px;}
.peopleBasic {	
	font-size: 15px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	padding: 10px;
	height:150px;
}
.peopleBasic p { padding:10px 0;}
.peopleBasic .img {
	float: left;
	margin-right: 25px;
	height: 150px;
	width: 110px;
}

.peopleBasic .name {
	font-weight: bold;
	color: #9C2002;
}
.dateSelect {
	background-image: url(../../images/hr/dateSelectBg.png);
	background-repeat: no-repeat;
	height: 173px;
	width: 179px;
	float: right;
	padding-right: 12px;
	padding-left: 12px;
}
.dateSelect h2 {
	color: #FFF;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	font-weight: normal;
}
.dateSelect h3 {
	line-height: 22px;
	height: 22px;
	font-size: 12px;
	margin-bottom: 12px;
}
.dateSelect h3 a {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	margin-right: 8px;
	margin-left: 8px;
	display: inline-block;
	height: 22px;
}
.dateSelect h3 a:hover {
	color: #9c2002;
	background-image: url(../../images/hr/yearBg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.dateSelect h3 a.now {
	color: #9c2002;
	background-image: url(../../images/hr/yearBg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight:bold;
}
.dateSelect .month a {
	display: block;
	color: #666666;
	height: 26px;
	width: 32px;
	line-height: 26px;
	padding-right: 6px;
	text-align: right;
	text-decoration: none;
	margin: 3px;
}
.dateSelect .month a:hover {
	background-color: #9c2002;
	color: #FFF;
}
.dateSelect .month a.now {
	background-color: #9c2002;
	color: #FFF;
}

/*我的请假*/
.dlRe { margin-bottom:2px;}

.dlRe dt {
	background-color: #ebebeb;
	border: 1px solid #CCC;
	font-size: 13px;
	padding:0 12px;
	height:30px;
	line-height: 30px;
	font-weight: bold;
	cursor:pointer;
	margin-bottom:2px;
}
.dlRe dd {
	padding: 12px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-bottom:2px;
	display:none;
	margin-top:-2px;
}
.dlRe dd.opened { display:block;}
.searchSmall { margin-bottom:5px; padding-left:5px;}

.loginBox {
}
.loginBox .menu { width:100%; padding:0;}
.loginBox .menu ul {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	float:none;	
}

.login {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.login .loginImg {
	float: left;
	width: 580px;
}
.login .loginMain {
	background-image: url(../../images/loginBg.png);
	background-repeat: no-repeat;
	float: right;
	height: 360px;
	width: 256px;
	background-position: left top;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
}
.login .loginMain h2 {
	font-family: "微软雅黑";
	font-size: 20px;
    font-weight: normal;
    height: 45px;
    line-height: 22px;
    margin-top: 2px;
    padding-top: 25px;
    text-align: center;
}
.login .loginMain .prompt {
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
	color: #9C2002;
}


.login .loginMain table tr td  {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.login .loginMain .loginButton { margin-top:5px;}
.tuxingLeft {
	float: left;
	width: 45%;
	margin-right: 20px;
}
.tuxingRight {
	width: 45%;
	float: left;
}
.flashTit {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCC;
	line-height: 30px;
}
.flash .content {
	padding: 10px;
	border: 1px solid #CCC;
}
.h3tit {
	text-align: center;
	margin-bottom: 12px;
}

/*分类搜索*/
.searchClass {
	border:1px solid #FF6666;
	margin-bottom:15px;
	background-color: #fff8f6;
}
.searchClass h2 {
	background-color: #FFCCCC;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6666;
	color: #9c2002;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 26px;
	height: 26px;
}
.searchClass dl {
	margin: 10px;
	line-height:26px;
}
.searchClass dl dt {
	clear: left;
	float: left;
	text-align: center;
	width: 100px;
	height: 26px;
	background-color: #FF6666;
	margin-right: 50px;
	margin-bottom: 10px;
}
.searchClass dl dd { margin-bottom: 10px; height:26px;}
.searchClass dl dd label {
	display: inline-block;
}
.tit {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9C2002;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 26px;
	line-height: 26px;
	padding-right: 5px;
	padding-left: 5px;
}
.tit h2 {
	float: left;
	font-size: 15px;
	color: #9C2002;
}
.welcome {background-color:#fff2f2; border:1px solid #9C2002; color:#9C2002; font-size:13px; line-height:36px; padding:0 10px; margin-bottom:4px;}
.tishi {background-color:#fdfae8; border:1px solid #e5ddc3; color:#999682; font-size:13px; line-height:36px; padding:0 10px; margin-bottom:4px;}
.btns { padding:5px 0;}
.btns input { margin-right:5px;}
.bgGreen { background-color:#339933; cursor:pointer; color:#FFF; font-size:14px; font-weight:bold;}
.bgRed { background-color:#ff9900; cursor:pointer; color:#FFF; font-size:14px; font-weight:bold;}
.bgOk td { background-color:#ff9999;}

/*弹出层*/
.popup {
	background-color: #FFF;
	width: 700px;
	-moz-box-shadow: 3px 3px 4px #333333;
	-webkit-box-shadow: 3px 3px 4px #333333;
	box-shadow: 3px 3px 4px #333333;
	padding-bottom:15px;
	display: none;
	position:fixed;
	z-index:10000;
	
}
.popup .popupTit {
	background-color: #B52300;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
	color:#FFF;
}
.popup .popupTit a.close {
	float: right;
	cursor:pointer;
	background-image: url(../../images/popupClose.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
	text-indent: -1000px;
	overflow: hidden;
	display:block;
}
.popup .popupTit a:hover.close {background-image: url(../../images/popupCloseHover.gif);background-repeat: no-repeat;}
.popup .box {
	margin: 15px 15px 0;
	max-height:500px;
	overflow:auto;
}
.popup .box fieldset {
	background-color: #FFF;
    border: 1px solid #BAD2E8;
	line-height: 22px;
    margin-bottom: 4px;
    padding: 8px 10px;
	margin-top:12px;
}
.popup .btns { margin: 0 15px;}
.kaohe {
	width:388px;
	height:150px;
	padding:10px;
	background-color:#fce5e5;
	border:1px solid #f6c8c8;
	font-size:15px;
}
.kaohe p {
	padding:10px 0;
}
.reportBox {
	clear: both;
	margin-bottom: 10px;
}
/*20140530修改*/
.reportBox .re {
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
.reportBox .re h2 {
	background-color: #b52300;
	line-height: 30px;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color:#FFF;
}
.reportBox .re .reBox {
	margin: 10px;
}
.reportBox .re.fl .reBox .img {
	text-align: center;
	margin-bottom: 10px;
}
.reportBox .re.fl .reBox .fl .img img {
	width: 100px;
}
.jiugongge {
	padding-bottom: 45px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(../../images/jggBg.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
}
.jiugongge table tr td {
	padding: 5px;
	font-size: 11px;
	width:78px;
	height:78px;
}
.jiugongge h3 {
	height: 30px;
}

.jiugongge h3 .shuzi {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	font-family: "微软雅黑";
	line-height: 20px;
}
.jiugongge table tr td h3 .fr {
	font-size: 10px;
	line-height: 12px;
}
.jiugongge .text {
	width: 310px;
	height: 100px;
	overflow: hidden;
}
/*20140530修改结束*/
.mt25 { margin-top:25px;}

/*20140318*/
.imgW120 { max-width:110px; max-height:160px;}
.imgW60 { max-width:60px; max-height:80px;}
.imgLeft { width:110px; float:left; height:145px; margin-right:20px;}

/*问卷界面*/
.zipingbiao {
	width: 1000px;
	padding: 10px;	
}
.zpbContant {
	clear: both;
	background-color: #FCE5E5;
	border: 1px solid #CCC;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.zipingbiao .zpbContant .tabList, .zipingbiao .zpbContant .tabEdit {
	background-color: #FFF;
}

.zipingbiao h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 15px;
	color: #9C2002;
	line-height:24px;
}
.zipingbiao h3 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 30px;
}
.zipingbiao .zhushi {
	text-align: center;
	margin-bottom: 5px;
}

.bg0,.bg1,.bg2,.bg3,.bg4,.bg5 { width:45px;}
.bg0 { background-color:#fffff0;}
.bg1 { background-color:#FFFFD4;}
.bg2 { background-color:#FFEB99;}
.bg3 { background-color:#FECA7B;}
.bg4 { background-color:#FFAC75;}
.bg5 { background-color:#F27D59;}
.bg6 { background-color:#a2d294; width:60px;}

.abilityFlash { border:1px solid #CCC; padding:12px; margin-bottom:10px;}
.flash1 {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
	height: 250px;
	width: 480px;
	margin-top: 30px;
}

/*分页样式*/
.cutpage{font-size:12px; font-family:Tahoma; clear:both; height:22px; margin-bottom:6px;}
.cutpage a{display:inline-block; background:url(../../images/pages.png) left top no-repeat; height:17px; padding-left:5px; line-height:17px; text-decoration:none; margin:3px 3px 3px 0; vertical-align:middle;}
.cutpage a span{ background:url(../../images/pages.png) right top no-repeat; padding-right:5px; display:inline-block; cursor:pointer; height:17px; line-height:17px;}
.cutpage a.current{background:url(../../images/pages.png) left -17px no-repeat;}
.cutpage a.current span{background:url(../../images/pages.png) right -17px no-repeat;}
.cutpage a:link,.cutpage a:visited{color:#999;}
.cutpage a:hover{background-position:left -17px; color:#fff;}
.cutpage a.current:hover{color:#fff;}
.cutpage a:hover span{background-position:right -17px;}
.cutpage a.current:link,.cutpage a.current:visited{color:#fff;}
.cutpage input.pageInput { width:40px; height:17px; line-height:17px; margin:0 3px;}
/*20140529*/
.searchName { margin-right:8px; text-align:right;}
.button.m_l_0, .m_l_0 { margin-left:0;}
.img33 { border:1px solid #CCC;}
