html {
	height: 100%;
	background: #0290d2;
	min-width: 1200px;
	overflow: hidden
}

#pf-hd {
	height: 70px;
	position: relative;
	z-index: 2;
	background-color: #0190d4;
}

#pf-hd .pf-logo {
	float: left;
	padding: 0 15px;
	height: 100%;
	width: 230px;
	border-right: 1px solid #005B86;
	line-height: 70px
}

#pf-hd .pf-logo img {
	vertical-align: middle;
	margin-left: -10px
}

#pf-hd .pf-logo .system-name {
	display: none;
	float: left;
	line-height: 70px;
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
}

#pf-hd .pf-nav {
	float: left
}

#pf-hd .pf-nav .pf-nav-item {
	float: left;
	height: 70px;
	color: #fff;
	padding: 0 15px;
	border-right: 1px solid #005B86
}

#pf-hd .pf-nav .pf-nav-item a {
	display: block;
	color: #fff;
	text-decoration: none
}

#pf-hd .pf-nav .pf-nav-item .iconfont {
	display: block;
	margin-top: 12px;
	font-size: 26px;
	height: 30px;
	text-align: center
}

#pf-hd .pf-nav .pf-nav-item.current {
	background: url('../images/main/navbg.png?1465303472')
}

#pf-hd .pf-nav .pf-nav-item.current a {
	color: #fff
}

#pf-hd .pf-nav-wrap {
	position: relative;
	float: left
}

#pf-hd .pf-nav-wrap .pf-nav-ww {
	float: left;
	height: 70px;
	width: 625px;
	overflow: hidden
}

#pf-hd .pf-nav-prev,#pf-hd .pf-nav-next {
	position: absolute;
	right: -32px;
	top: 10px;
	width: 26px;
	height: 23px;
	border-radius: 3px 3px 0 0;
	background: #0177ae;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 23px
}

#pf-hd .pf-nav-prev:hover,#pf-hd .pf-nav-next:hover {
	background: #fff;
	color: #0190d4
}

#pf-hd .pf-nav-prev.disabled,#pf-hd .pf-nav-next.disabled {
	color: #cccccc;
	background: #fff;
	cursor: default
}

#pf-hd .pf-nav-next {
	top: 36px;
	border-radius: 0 0 3px 3px
}

#pf-hd .pf-user {
	position: relative;
	float: right;
	margin-right: 20px;
	padding: 0 10px;
	height: 70px;
	line-height: 70px;
	cursor: pointer
}

#pf-hd .pf-user .pf-user-photo {
	float: left;
	margin: 12px 10px 0 0;
	width: 48px;
	height: 48px
}

#pf-hd .pf-user .pf-user-photo img {
	margin: 4px
}

#pf-hd .pf-user .pf-user-name {
	float: left;
	max-width: 150px;
	color: #fff;
	font-size: 14px;
	margin-right: 5px
}

#pf-hd .pf-user .xiala {
	color: #fff;
	position: relative;
	top: -2px
}

#pf-hd .pf-user .pf-user-panel {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	background: #fff;
	z-index: 111;
	border: 1px solid #e1e1e1;
	box-shadow: 1px 1px 2px #ddd
}

#pf-hd .pf-user .pf-user-panel li {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0 15px
}

#pf-hd .pf-user .pf-user-panel li a {
	color: #000;
	text-decoration: none
}

#pf-hd .pf-user .pf-user-panel li .iconfont {
	margin-right: 10px;
	color: #000
}

#pf-hd .pf-user .pf-user-panel li:hover {
	background: #f1f1f1
}

#pf-hd .pf-user .pf-user-panel li:hover .iconfont {
	color: #0190d4
}

#pf-hd .pf-user:hover {
	background: url('../images/main/top_userbg.png?1464007598')
}

#pf-hd .pf-user:hover .pf-user-panel {
	display: block
}

#pf-bd {
	position: absolute;
	top: 70px;
	bottom: 31px;
	left: 0;
	right: 0;
	padding: 0 0 0 220px;
	z-index: 1;
	transition: all 0.3s ease
}

#pf-bd.toggle {
	padding-left: 0
}

#pf-bd.toggle #pf-sider {
	margin-left: -440px
}

#pf-bd.toggle #pf-sider .pf-model-name .toggle-icon {
	position: fixed;
	top: 84px;
	left: 0;
	z-index: 10;
	background-position: -22px 0
}

#pf-bd #pf-sider {
	float: left;
	height: 100%;
	margin-left: -220px;
	width: 220px;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1;
	transition: all 0.3s ease
}

#pf-bd #pf-sider .pf-model-name {
	position: relative;
	padding: 0 20px;
	height: 49px;
	line-height: 49px;
	color: #2d4112;
	background: #e3e3e3;
	border-bottom: 1px solid #bdbdbd;
	font-size: 16px
}

#pf-bd #pf-sider .pf-model-name .iconfont {
	font-size: 20px
}

#pf-bd #pf-sider .pf-model-name .pf-sider-icon {
	float: left;
	margin: 10px 15px 0 0;
	width: 20px;
	height: 20px;
	font-size: 20px
}

#pf-bd #pf-sider .pf-model-name .toggle-icon {
	position: absolute;
	right: 0;
	top: 14px;
	width: 19px;
	height: 22px;
	background: url(../images/main/sider-toggle.png) no-repeat;
	background-position: 0 0;
	cursor: pointer
}

#pf-bd #pf-sider .sider-nav>li {
	border-bottom: 1px solid #dbdbdb;
	background: #fff
}

#pf-bd #pf-sider .sider-nav>li a {
	display: block;
	padding: 0 15px;
	height: 100%;
	height: 50px;
	line-height: 50px;
	color: #000;
	font-size: 14px;
	text-decoration: none
}

#pf-bd #pf-sider .sider-nav>li .sider-nav-title {
	float: left;
	width: 112px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px
}

#pf-bd #pf-sider .sider-nav>li .iconfont {
	float: right;
	font-size: 12px;
	color: #acacab
}

#pf-bd #pf-sider .sider-nav>li .sider-nav-icon {
	float: left;
	margin: 0 10px 0 0;
	color: #0290d2;
	font-size: 20px
}

#pf-bd #pf-sider .sider-nav>li.current {
	border-bottom: none;
	background: #0190d4
}

#pf-bd #pf-sider .sider-nav>li.current>a {
	border-left: 3px solid #ffa405;
	padding-left: 12px;
	color: #fff
}

#pf-bd #pf-sider .sider-nav>li.current .iconfont {
	color: #fff
}

#pf-bd #pf-sider .sider-nav>li.current .sider-nav-icon {
	color: #fff
}

#pf-bd #pf-sider .sider-nav>li .sider-nav-s {
	display: none;
	padding: 10px 0;
	background: #f1f1f1;
	color: #000;
	font-size: 12px;
	border-bottom: 1px solid #dbdbdb
}

#pf-bd #pf-sider .sider-nav>li .sider-nav-s li.active {
	background: #fff
}

#pf-bd #pf-sider .sider-nav>li .sider-nav-s li.active a {
	color: #0190d4;
	font-weight: bold
}

#pf-bd #pf-sider .sider-nav>li .sider-nav-s a {
	height: 31px;
	line-height: 31px;
	color: #000;
	font-size: 12px;
	padding-left: 40px;
	background: url('../images/main/left_list.png?1463555463') no-repeat
		30px center
}

#pf-bd #pf-sider .sider-nav>li.current .sider-nav-s {
	display: block
}

#pf-bd #pf-page {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 0
}

#pf-bd #pf-page .easyui-tabs1 {
	min-width: 980px !important;
	height: 100% !important
}

#pf-bd #pf-page .easyui-tabs1 .tabs-header {
	border-top: none
}

#pf-bd #pf-page .easyui-tabs1 .tabs li {
	border-top: 1px solid #bfbfbf;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0
}

#pf-bd #pf-page .easyui-tabs1 .tabs li a.tabs-close {
	background: url('../images/main/tabs_close_pf.png?1464531592')
}

#pf-bd #pf-page .easyui-tabs1 .tabs li:hover a.tabs-close {
	background: url('../images/main/tabs_close_hover.png?1464355659')
}

#pf-bd #pf-page .easyui-tabs1 .tabs {
	padding-left: 24px !important
}

#pf-bd #pf-page .easyui-tabs1 .tabs li.tabs-selected {
	/*border-top: 3px solid #0190d4*/
}

#pf-bd #pf-page .easyui-tabs1 .tabs-panels {
	border-bottom: none !important
}

#pf-bd #pf-page .easyui-tabs1 .tabs li a.tabs-inner {
	background: #dbdbdb;
	color: #000;
	border-bottom: 1px solid #bfbfbf;
	height: 42px !important;
	line-height: 42px !important
}

#pf-bd #pf-page .easyui-tabs1 .tabs li:hover a.tabs-inner,#pf-bd #pf-page .easyui-tabs1 .tabs li.tabs-selected a.tabs-inner
	{
	background: #fff
}

#pf-bd #pf-page .panel-body {
	overflow: hidden
}

#pf-ft {
	position: absolute;
	width: 100%;
	height: 27px;
	line-height: 27px;
	bottom: 3px;
	background: #f1f1f1;
	border-top: 1px solid #cacaca
}

#pf-ft .system-name,#pf-ft .copyright-name {
	float: left;
	margin-left: 8px;
	font-size: 12px;
	color: #8b8b8b
}

#pf-ft .system-name .iconfont,#pf-ft .copyright-name .iconfont {
	color: #0190d4;
	margin-right: 3px
}

#pf-ft .copyright-name {
	float: right
}

#pf-ft .copyright-name .iconfont {
	font-size: 8px;
}

.menu .menu-active {
	background: #0190d4;
	color: #fff
}