﻿@charset "utf-8";
/* -----------H-ui前端框架-----------------------
H-ui.admin.css v2.3
Copyright H-ui Inc.
http://www.H-ui.net
date:2015.7.18
Created & Modified by guojunhui.
----------------------------------------------*/
html {
	height: 100%
}

body {
	min-height: 100%;
	position: relative;
	font-size: 14px;
	color: #333;
	background-color: #fff
}

a {
	color: #333
}

a:hover,a:focus,.maincolor,.maincolor a {
	color: #06c
}

.bg-1 {
	background-color: #f5fafe
}

.bg-inherit {
	background-color: inherit;
}

h4 {
	line-height: 30px
}
/*页面框架*/
.Hui-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 44px;
	z-index: 99;
	background-color: rgba(250, 250, 250, 0.06)
}

.Hui-aside {
	position: absolute;
	top: 44px;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	width: 199px;
	z-index: 99;
	overflow: auto;
	background-color: rgba(238, 238, 238, 0.98);
	border-right: 1px solid #e5e5e5
}

.Hui-article-box {
	position: absolute;
	top: 44px;
	right: 0;
	bottom: 0;
	left: 199px;
	overflow: hidden;
	background-color: #fff
}

.Hui-article {
	position: absolute;
	top: 41px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	z-index: 1
}

.Hui-container {
	padding: 45px 0 0
}

.Hui-aside,.Hui-article-box,.dislpayArrow {
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s
}

.big-page .Hui-article-box,.big-page .dislpayArrow,.big-page .breadcrumb
	{
	left: 0px
}

.big-page .Hui-aside {
	left: -200px
}

/*组件*/
/*logo*/
.Hui-logo,.Hui-logo-m {
	height: 44px;
	margin-left: 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 44px
}

.Hui-logo {
	display: inline-block;
	padding-right: 5px
}

.Hui-logo:hover,.Hui-logo-m:hover {
	text-decoration: none;
	color: #0C0
}

.Hui-logo-m {
	display: none;
	width: 315px;
	margin-left: 10px
}

.Hui-subtitle {
	font-size: 12px;
	color: #eee;
	padding-top: 15px
}

.viewhome {
	line-height: 44px;
	padding-right: 15px
}

.viewhome a {
	color: #FFF;
	padding-left: 20px;
	background: url(../images/icon_link.png) no-repeat 0 center
}

/*导航*/
#Hui-nav {
	margin-left: 200px;
	margin-right: 260px;
	background-color: transparent
}

#Hui-nav>ul>li,#Hui-nav>ul>li>a {
	height: 44px;
	line-height: 44px
}

#Hui-nav>ul>li>a:hover,#Hui-nav>ul>li.current>a {
	background-color: rgba(255, 255, 255, 0.2)
}

.Hui-userbar {
	position: absolute;
	top: 0px;
	right: 20px
}

.Hui-userbar>li {
	float: left;
	display: inline-block;
	position: relative;
	line-height: 44px
}

.Hui-userbar>li>a {
	display: inline-block;
	padding: 0 10px;
	height: 44px;
	line-height: 44px
}

.Hui-userbar>li>a:hover,Hui-userbar>li.current>a {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2)
}

#Hui-msg .badge {
	position: absolute;
	left: 19px;
	top: 4px;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 5px
}

#Hui-skin {
	
}
/*左侧菜单*/
.Hui-aside .menu_dropdown dl {
	margin-bottom: 0
}

.Hui-aside .menu_dropdown dt {
	display: block;
	line-height: 35px;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	font-weight: normal
}

.Hui-aside .menu_dropdown dt .menu_dropdown-arrow {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 15px;
	transition-duration: 0.3s;
	transition-property: all
}

.Hui-aside .menu_dropdown dd {
	display: none
}

.Hui-aside .menu_dropdown dt.selected .menu_dropdown-arrow {
	transform: rotate(180deg)
}

.Hui-aside .menu_dropdown dd.selected {
	display: block;
	margin-left: 0px
}

.Hui-aside .menu_dropdown ul {
	padding: 0px
}

.Hui-aside .menu_dropdown li {
	line-height: 35px;
	overflow: hidden;
	zoom: 1
}

.Hui-aside .menu_dropdown li a {
	padding-left: 15px;
	display: block;
	font-weight: bold;
	margin: 0
}

.Hui-aside .menu_dropdown li a i {
	font-weight: normal
}

.Hui-aside .menu_dropdown dd ul {
	padding: 3px 8px
}

.Hui-aside .menu_dropdown dd li {
	line-height: 32px
}

.Hui-aside .menu_dropdown dd li a {
	line-height: 32px;
	padding-left: 24px;
	border-bottom: none;
	font-weight: normal
}

.Hui-aside .menu_dropdown li a:hover {
	text-decoration: none
}

.Hui-aside .menu_dropdown li.current a,.menu_dropdown li.current a:hover
	{
	background-color: rgba(255, 255, 255, 0.2)
}
/*菜单收缩切换*/
.dislpayArrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 200px;
	width: 0px;
	height: 100%;
	z-index: 10
}

.dislpayArrow a {
	position: absolute;
	display: block;
	width: 17px;
	height: 61px;
	top: 50%;
	margin-top: -30px;
	outline: none
}

.dislpayArrow a.open {
	background-position: 0 -61px
}

.dislpayArrow a:hover {
	text-decoration: none;
	background-position: right 0
}

.dislpayArrow a.open:hover {
	background-position: right -61px
}

/*选项卡导航*/
.Hui-tabNav {
	height: 40px;
	padding-right: 75px;
	overflow: hidden;
	position: relative;
	background-color: rgba(0, 0, 0, 0.06);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.Hui-tabNav-wp {
	position: relative;
	height: 40px;
	overflow: hidden
}

.Hui-tabNav .acrossTab {
	position: absolute;
	top: 8px;
	left: 0px
}

.loading {
	background: url(../images/loading.gif) no-repeat center;
	height: 100px
}

.show_iframe iframe {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%
}

.Hui-tabNav-more {
	position: absolute;
	right: 0px;
	width: 70px;
	top: 8px;
	display: none
}

/*面包屑导航*/
.breadcrumb {
	background-color: #F5F5F5
}

/*页脚
		Name:			mod_footer
		Level:			Global
		Sample:			<footer class="footer"><p><a target="_blank" href="/feedback.html">意见反馈</a><cite>|</cite><a target="_blank" href="/about">关于XX</a><cite>|</cite><a target="_blank" href="/jobs.html">诚聘英才</a><br/>Copyright &copy;2012 guojunhui.com 郭俊辉版权所有 京ICP备10046298-4号</p></footer>
		Explain:页脚
		Last Modify:	jackying
	*/
.footer {
	background-color: #282828;
	width: 100%;
}

.footer a {
	color: #999
}

.footer a:hover {
	color: #fff;
	text-decoration: none
}

.footer-wp {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.footer-l {
	float: left !important;
	margin-left: 165px;
}

@media ( max-width : 499px) {
	.footer-wp {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-l {
		float: left !important;
		margin-left: 30px;
	}
}

@media ( min-width : 500px) and (max-width: 999px) {
	.footer-wp {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-l {
		float: left !important;
		margin-left: 30px;
	}
}

/*页脚版权*/
.footer .pipe2 {
	color: #525252
}

.weixin-pic {
	float: left;
	width: 100px;
	height: 100px;
	background: url(../images/weixin.png) no-repeat 0 0;
	background-size: cover;
}

.copyright {
	color: #999
}
/*页脚logo*/
.footerLogo {
	display: block;
	width: 166px;
	height: 41px;
	cursor: pointer;
	background: url(../images/footerlogo.png) no-repeat 0 0
}
/*页脚导航*/
.footerNav dl {
	float: left;
	padding: 10px;
}

.footerNav dt {
	font-size: 14px;
	color: #fff;
	font-weight: bold
}

.footerNav dd {
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px
}

.footerNav dd a {
	color: #9b9b9b
}
/*页脚客服热线*/
.footer p {
	padding-top: 15px
}

.footer a {
	color: #999
}

.footer-tel dt {
	background: url(../images/icon_tel.png) no-repeat 0 center
}

.footer-kefu dt {
	background: url(../images/icon_kefu.png) no-repeat 0 center
}

.hotline dt {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px
}

.hotline dd {
	color: #9b9b9b;
	font-weight: bold;
	font-size: 12px
}

/*横向手机 竖向平板*/
@media ( max-width : 767px) {
	html {
		overflow-y: auto
	}
	#Hui-nav {
		margin-left: 130px !important;
		margin-right: 60px
	}
	#Hui-nav>ul>li {
		width: 24%;
		font-weight: bold;
		font-size: 16px
	}
	#Hui-nav>ul>li>a {
		display: block
	}
	.Hui-aside {
		display: none;
		float: none;
		width: 100%;
		height: auto;
		margin-top: 0;
		padding-top: 0;
		bottom: auto
	}
	.big-page .Hui-aside {
		left: 0 !important
	}
	.Hui-subtitle,.dislpayArrow,.Hui-userbar,.Hui-tabNav {
		display: none
	}
	.menu_dropdown dt {
		line-height: 44px
	}
	.menu_dropdown li,.menu_dropdown dd li,.menu_dropdown dd li a {
		line-height: 44px
	}
	.Hui-tabNav {
		position: fixed;
		z-index: 998
	}
	.Hui-article {
		top: 44px
	}
	.Hui-article-box {
		position: static;
		left: 0
	}
	.Hui-article-box .pd-20 {
		padding: 20px 10px
	}
	.Hui-article {
		left: 0
	}
	.Hui-container .bk-gray {
		border: none
	}
	.Hui-container .pd-10 {
		padding: 0
	}
	.Hui-logo {
		display: none
	}
	.Hui-logo-m {
		display: inline-block;
		padding-right: 5px
	}
}
/*竖向手机*/
@media ( max-width : 480px) {
	#Hui-nav {
		margin-left: 50px !important;
		margin-right: 60px
	}
	.Hui-logo {
		display: none
	}
	.Hui-logo-m {
		display: inline-block;
		padding-right: 5px
	}
	.Hui-subtitle,.dislpayArrow,.Hui-userbar {
		display: none
	}
}

/*==============以下是业务相关的样式====================*/
/*权限*/
.permission-list .item {
	display: inline-block;
	float: left;
	white-space: nowrap;
	width: 100px;
	padding: 5px 0
}

.permission-list b.item {
	width: 50px
}