@charset "utf-8";
/*头部*/
.header {
	background: url(../images/header_bg.gif) repeat-x left top;
	width: 100%;
	height: 96px;
	overflow: hidden
}

.logo {
	background: url(../images/logo.png) no-repeat left top;
	width: 420px;
	height: 96px;
}

.logo a {
	display: block;
	width: 400px;
	height: 100%;
}

.top_nav {
	padding: 10px 10px 0 0
}

.top_nav .rx {
	background: url(../images/rx.gif) no-repeat center center;
	padding: 4px 6px;
}

.main {
	
}
/*侧边栏*/
.sidebar {
	width: 205px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 96px;
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	overflow-y: scroll;
	overflow-x: hidden;
}

.sidebar #nav {
	padding: 10px 0 0;
}

.sidebar ul.navigation {
	width: 210px;
	color: #333;
}

.sidebar ul.navigation li {
	
}

ul.navigation li a {
	text-shadow: 1px 1px 1px #fff;
	outline: none;
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 9px 0 10px 47px;
	font-size: 14px;
	height: 16px;
	line-height: 15px;
}

ul.navigation li a:hover {
	color: #ff4e00;
	text-decoration: none;
}

ul#nav>li {
	background: url(../images/heading_bg.gif) no-repeat 1px bottom;/*li标签底部那根线*/
}

ul#nav li a.heading {
	outline: none;
	width: 162px;
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer;
	display: block;
	padding: 8px 0 4px 40px;
	margin: 0 0 0 4px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
}

.nicon{
	vertical-align:middle;
}

.collapsed {
	background: url(../images/expanded.gif) no-repeat 20px center;
}

.expanded {
	background: url(../images/collapsed.gif) no-repeat 20px center;
}

ul.navigation .selected {
	color: #ff4e00;
	background: url(../images/nav_selected.gif) no-repeat left top;
	font-weight: 700;
	margin: -3px 0 0 9px;
	position: relative;
}
/*内容*/
.content {
	padding-left: 205px;
	overflow-y: scroll
}

.plc_nav {
	background: #F5F7FF;
	border-bottom: 1px solid #E6EAFF;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 16px
}

.plc_nav .home_icon {
	background: url(../images/home_icon.gif) no-repeat left center;
	padding: 9px 16px 9px 0;
}

.cont {
	position: relative;
	padding: 10px;
}
/*提示条*/
.caution {
	border: 1px solid #f8dbc2;
	padding: 15px 10px 14px;
	background: #fff2d6;
	margin: 10px 0;
}

.caution_icon {
	background: url(../images/caution_icon.gif) no-repeat left center;
	padding: 11px 22px;
}

.right_tips {
	border: 1px solid #c2daf8;
	padding: 15px 10px;
	background: #e6f5ff;
	margin: 10px 0;
}

.right_tips_icon {
	background: url(../images/right_tips_icon.gif) no-repeat left center;
	padding: 11px 22px;
}

.error_tips {
	border: 1px solid #f8c2e4;
	padding: 15px 10px;
	background: #ffecf3;
	margin: 10px 0;
}

.error_tips_icon {
	background: url(../images/error_tips_icon.gif) no-repeat left center;
	padding: 11px 22px;
}
/*通用表单*/
.tit {
	font-size: 14px;
	color: #1E5494;
	font-weight: 700;
	padding: 8px 0 8px 14px;
	background: url(../images/tit_icon.gif) no-repeat left center;
	border-bottom: 2px solid #A7C5E2
}

input,select,textarea {
	border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style: solid;
	border-width: 1px;
	padding: 6px 10px;
	margin: 8px 0 0 0;
	font-family: "Arial"
}

.butn {
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
	padding: 6px 26px;
	background: #528BCB url(../images/btn_bg.gif) repeat-x left bottom;
	border: 1px solid #3576C0;
	border-radius: 2px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #2D64A3
}

.butn:hover {
	background: #2D64A3;
	cursor: pointer
}
/*表格*/
.table table {
	width: 100%;
}

.table .tit {
	background: url("../images/tit_icon.gif") no-repeat scroll left center
		transparent;
	border-bottom: 2px solid #A7C5E2;
	color: #1E5494;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 14px;
	_height: 22px;
}

.table .tit h3 {
	font-weight: 700;
	line-height: 26px;
}

.table table th,.table table td {
	padding: 2px 10px;
	border: 1px solid #ddd;
	margin: 0;
}

.table table tr:hover {
	background: #eee
}

.table table th {
	background: url(../images/th_bg.gif) repeat-x left bottom;
	font-weight: 700;
}

.table .edit {
	background: url(../images/edit_icon.gif) no-repeat center bottom;
	font-size: 0;
	padding: 9px 16px
}

.view-edit {
	background: url(../images/edit_icon.gif) no-repeat center bottom;
	font-size: 0;
	padding: 9px 16px
}

.view-del {
	background: url(../images/del_icon.gif) no-repeat center center;
	font-size: 0;
	padding: 9px 16px
}

.details {
	background: url(../images/details.png) no-repeat center bottom;
	font-size: 0;
	padding: 9px 16px
}

.download {
	background: url(../images/download.png) no-repeat center bottom;
	font-size: 0;
	padding: 9px 16px
}

.adduser {
	background: url(../images/adduser.png) no-repeat center bottom;
	font-size: 0;
	padding: 9px 16px
}

.table .del {
	background: url(../images/del_icon.gif) no-repeat center center;
	font-size: 0;
	padding: 9px 16px
}

.table .view {
	background: url(../images/view_icon.gif) no-repeat center center;
	font-size: 0;
	padding: 9px 16px
}

.table .padding_6 {
	padding: 6px 0;
}

.table input,.table select,.table textarea {
	border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style: solid;
	border-width: 1px;
	margin: 0 5px 0 0;
	padding: 6px 10px;
	font-family: "Arial"
}

.table .butn {
	cursor: pointer;
	color: #fff;
	background: #528BCB url(../images/btn_bg.gif) repeat-x left bottom;
	border: 1px solid #3576C0;
	border-radius: 2px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #2D64A3
}

.table .butn:hover {
	background: #2D64A3;
	cursor: pointer
}

.table .pagenav {
	margin: 0
}

.table .pagenav ul {
	padding: 0 6px
}

.table .pagenav ul li {
	float: left;
	height: 30px;
	line-height: 30px;
}

.table .pagenav ul a {
	text-decoration: none;
	color: #333;
	padding: 6px 10px;
	border: 1px solid #fff;
	margin: 0 1px;
	border: 1px solid #ccc;
	font-family: "Arial"
}

.table .pagenav ul .selected {
	cursor: pointer;
	color: #fff;
	background: #528BCB;
	border: 1px solid #3576C0;
	border-radius: 2px;
}

.table .pagenav ul .disable {
	border: 1px solid #ccc;
	color: #ccc
}

.table .pagenav ul a:hover {
	cursor: pointer;
	color: #fff;
	background: #528BCB;
	border: 1px solid #3576C0;
	border-radius: 2px;
}
/*表单*/
.form .tit {
	font-size: 14px;
	color: #1E5494;
	font-weight: 700;
	padding: 8px 0 8px 14px;
	background: url(../images/tit_icon.gif) no-repeat left center;
	border-bottom: 2px solid #A7C5E2
}

.form input,.form select,.form textarea {
	border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style: solid;
	border-width: 1px;
	padding: 6px 10px;
	margin: 8px 0 0 0;
	font-family: "Arial"
}

.form .butn {
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
	padding: 6px 26px;
	background: #528BCB;
	border: 1px solid #3576C0;
	border-radius: 2px;
	font-weight: 700;
}

.form .butn:hover {
	background: #2D64A3;
	cursor: pointer
}
/*查看页*/
.viewbox {
	line-height: 26px;
	font-family: "Arial"
}

.viewbox .tit {
	font-size: 14px;
	color: #1E5494;
	font-weight: 700;
	padding: 0 0 0 14px;
	background: url(../images/tit_icon.gif) no-repeat left center;
	border-bottom: 2px solid #A7C5E2;
	margin: 0 0 8px 0;
}

.viewbox .tit h3 {
	font-weight: 700;
}

.viewbox dd {
	padding: 0;
	clear: both;
}

.viewbox dd strong {
	color: #666;
}

.viewbox em {
	
}

.viewbox table {
	width: 100%
}

.viewbox td,.viewbox th {
	border: 1px solid #D7E2E8;
	padding: 4px 10px;
}

.viewbox th {
	background: #F5F7FF;
	text-align: right
}

.viewbox textarea {
	border: 1px solid #ccc;
}

.viewbox table input,.viewbox table select,.viewbox table textarea {
	margin: 6px 0;
	border-color: #C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
	border-style: solid;
	border-width: 1px;
	font-family: "Arial"
}

.p_b_nav {
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 12px;
	height: 21px;
	line-height: 20px;
	overflow: hidden
}

.p_b_left {
	background: url(../images/p_b_left.gif) no-repeat left center;
	display: block;
	width: 12px;
	height: 21px;
	float: left
}

.p_b_nav a {
	background: url(../images/p_b_middle.gif) repeat-x center center;
	display: block;
	height: 21px;
	float: left
}

.p_b_right {
	background: url(../images/p_b_right.gif) no-repeat right center;
	display: block;
	width: 12px;
	height: 21px;
	float: left
}
/*搜索*/
.search {
	background: #F7FAFD;
	padding: 0 0 0 20px;
	margin: 0;
	border-bottom: 1px solid #DDEBF7;
}

.search dd {
	
}

.search .title {
	padding: 0 6px 0 0;
}

.search label {
	white-space: nowrap;
}

.search .checkbox {
	padding: 14px 6px 0 0
}

.search select {
	_margin: 6px 6px 0 0
}

.search_butn {
	margin: -1px auto 0;
	width: 102px;
	height: 28px;
}

.search_butn .butn {
	background: url(../images/search_btn_bg.gif) 0 0 no-repeat;
	border: none;
	width: 102px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #2D64A3;
	padding: 0;
	display: block;
	text-shadow: 1px 1px 1px #fff;
}

.search_butn .butn:hover {
	background: #fff url(../images/search_btn_bg.gif) 0 -28px no-repeat;
}

.homeLinks dd {
	clear: both
}

.homeLinks li {
	padding: 6px 10px;
	float: left;
}

.homeLinks a {
	display: block;
	padding: 20px 10px;
	border: 1px solid #E0EAF5;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 0 #EFF4FA;
	font-family: "Microsoft YaHei";
	width: 150px;
	text-align: center
}

.homeLinks a:hover {
	border: 1px solid #AFC9E7;
	text-decoration: none
}

input[type=checkbox],input[type=radio] {
	border: none;
	padding: 0;
	margin: 0;
}

input[type=button] {
	cursor: pointer
}

.tipText {
	color: #c00;
	position: absolute;
	z-index: 1000;
	background: #FFF2D6;
	border: 1px solid #FBB653;
	padding: 4px 10px;
	border-radius: 30px;
	box-shadow: 2px 2px 1px #ddd;
	_width: 250px; /*ie6*/
}

.tipText em {
	background: url(../images/yellow_arrow.gif) 10px 3px no-repeat;
	width: 22px;
	height: 12px;
	display: block;
	margin: 0 0 -13px 0;
	padding: 0;
	position: relative;
	_margin: 0 0 -16px 0; /*ie6*/
}

.roleGroup label {
	display: inline-block;
	width: 24%;
}

.roleGroup {
	border: 1px #ccc solid;
	padding: 8px;
	zoom: 1;
	margin: 10px 0;
}

.roleGroup legend {
	margin-bottom: 6px;
	line-height: 1;
	color: #3366CC
}

.reply dl {
	padding: 0 0 20px 0;
	border-top: 1px solid #D5E6F5
}

.reply dl dt {
	background: #EEF5FB;
	padding: 0 0 0 10px;
	color: #1E527E
}

.reply dl dd {
	padding: 10px;
	color: #666
}
/*底部*/
.footer {
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999;
	padding-top:40px;
}
/*选项卡*/
.tabs .title {
	font-size: 14px;
	color: #1E5494;
	font-weight: 700;
	padding: 8px 0 8px 0;
	border-bottom: 2px solid #A7C5E2;
	height: 18px;
}

.tabs h3 {
	float: left;
	padding: 0 10px;
	cursor: pointer
}

.tabs .cur {
	font-weight: bold;
	background: #fff;
	border-top: 2px solid #A7C5E2;
	border-left: 2px solid #A7C5E2;
	border-right: 2px solid #A7C5E2;
	display: block;
}


.editTd {
	margin: 0; 
	padding: 0;
	list-style-type:none;
}

.editTd button {
	padding: 3px 8px;
}
		
.popDiv{
	position: relative;
	padding: 0;
	left:0;
}
		
.ulDef  {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 160px;
	text-align:center;
	list-style: none;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: transparent;
	overflow: hidden;
	transform-origin: 50% 0%;
}
		
		
.ulShow{
	padding: 0;
	background: #eee;
	opacity: 1;
	visibility: visible;
	box-shadow: 1px 1px 7px rgba(0,0,0,.5);
	animation-name: swingdown;
	animation-duration: 0.5s;
	animation-timing-function: ease;
}
		
@keyframes swingdown {
	0% {
		opacity: .99999;
		transform: rotateX(90deg);
	}

	30% {			
		transform: rotateX(-20deg) rotateY(5deg);
		animation-timing-function: ease-in-out;
	}
	
	65% {
		transform: rotateX(20deg) rotateY(-3deg);
		animation-timing-function: ease-in-out;
	}
		
	100% {
		transform: rotateX(0);
		animation-timing-function: ease-in-out;
	}
}
		
	
.itema {
	display: block;
	float:left;
	position: relative;
	z-index: 10;
	padding: 9px 15px;
	text-decoration: none;
	color: #000;
	line-height: 1;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: -.05em;
	background: transparent;		
	text-shadow: none;
	transition: all .15s ease-in-out;
	border-top: dotted 1px transparent;
	border-bottom: dotted 1px transparent;
}
		
.itema:hover {
	color: #ffffff;
	border-top: dotted 1px rgba(255,255,255,.15);
	border-bottom: dotted 1px rgba(255,255,255,.15);
	background: #777;
}

.picTd{
	padding:0;
}
.imgIcon{
	height:35px;
	float:left;
}
	    
.hideDiv{
	position: relative;
	float:left;
}
	    
.imgBig{
	visibility:hidden;
	height:300px;
	position: absolute;
	z-index: 1;
}
	    
.imgIcon:hover + .hideDiv .imgBig{
	visibility: visible;
	animation-name: swingdown;
	animation-duration: 0.5s;
	animation-timing-function: ease;
}

nav {
  position: relative;
  padding-bottom: 4px;
}
nav .line {
  height: 4px;
  position: absolute;
  bottom: 0;
  margin: 10px 0 0 0;
  background: #0088FF;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
nav ul li {
  margin: 0 20px 0 0;
  opacity: 0.4;
  transition: all 0.4s ease;
}
nav ul li:hover {
  opacity: 0.7;
}
nav ul li.active {
  opacity: 1;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.addBtn{
	position:relative;
	left:20px;
	border:1px solid #a9a9a9;
	padding:3px 6px;
	border-radius:3px;
	background:#dcdcdc;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	display:none;
}
#win {
	position:absolute;
	top:50%;
	left:50%;
	width:400px;
	height:200px;
	background:#fff;
	margin:-102px 0 0 -202px;
	line-height: 200px;
	text-align: center;
	border: 4px solid #CCC;
	display:none;
}