@charset "utf-8";

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Microsoft Yahei, 微软雅黑, Tahoma, Helvetica, STHeiti;
}
body {
	background-color: #FAF7F0;
}
a {
	cursor: pointer;
}
a:hover {
	color: #FF8806;
}
a:hover, a:focus {
	text-decoration: none;
}
a, button, input {
	transition: All 0.2s ease-out;
	-webkit-transition: All 0.2s ease-out;
}
ul, dl, ol {
	padding: 0;
}
li {
	list-style: none;
}
.ac, .tc {
	text-align: center;
}
.al, .tl {
	text-align: left;
}
.ar, .tr {
	text-align: right;
}
.small {
	font-size: .8rem;
}

.lh1-5 {
	line-height: 1.5;
}
.lh2 {
	line-height: 2;
}
.pd5 {
	padding: .5em;
}
.mg0 {
	margin: 0;
}
.mg5 {
	margin: .5em;
}
.mb0 {
	margin-bottom: 0;
}
.pd1em {
	padding: 1em;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-1-5em {
	font-size: 1.5em;
}
.font-2em {
	font-size: 2em;
}
.font-3em {
	font-size: 3em;
}
.font-4em {
	font-size: 4em;
}
.white {
	color: #fff;
}
.red {
	color: #ff3b30
}
.orange {
	color: #fd8108;
}
.blue {
	color: #018ef9;
}
.green {
	color: #19ac20;
}
.lightgray {
	color: #999;
}
.gray {
	color: #666;
}
.deepgray {
	color: #908f94;
}
.bg-green {
	background-color: #4cd864;
}
.bg-orange {
	background-color: #fd8108;
}
.bg-blue {
	color: #0091ff;
}
.hide, .hidden {
	display: none;
}
.inline-block {
	display: inline-block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after, .main:after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}
.bd {
	border: 1px solid #e1e1e1;
}
.header {
	background-color: #3599e4;
	color: #fff;
	height: 80px;
	width: 100%;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}
.header .nav.navbar-nav {
	margin-top: 4px;
	margin-bottom: 4px;
	float: none !important;
    text-align:center;
}
.header .user-info {
	padding: .5em 0;
}
.user-info>span {
	margin-left: .6em;
}
.header .navbar-collapse {
	text-align: right;
}
.header .navbar {
	margin-bottom: 0;
}
.header .nav li {
	text-align: center;
	margin-right: .5em;
}
.header .navbar-default {
	border: none;
	background: none;
}
.header .nav > li > a {
	border-radius: .3em .3em 0 0;
	padding: .8em .8em .6em .8em;
}
.header .hot {
	color: #FFFED2;
}
.main {
	box-sizing: border-box;
	white-space: nowrap;
	padding-top: 80px;
	height: 100%;
}
.left-menu, .right-container {
	height: 100%;
}
.main-menu {
	margin-left: 1em;
}
.header .navbar-brand {
	color: #fff;
	font-size: 1.4em;
	line-height: 50px;
	cursor: default;
	letter-spacing: 2px;
}
.navbar-brand::selection {
	background-color: rgba(0, 0, 0, 0);
}
.header .navbar-header {
	height: 70px;
}
.header .navbar-brand img {
	max-height: 60px;
	display: inline-block;
	margin-right: .5em;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}
.header .nav li.active a, .header .nav li.active a:hover, .header .navbar-default .navbar-nav > li > a:focus {
	color: #fffca3;
	background-color: #2896db;
}
.header .nav li:hover a, .header .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #2896db;
}
.header .nav>li>a:hover, .header .nav>li>a:focus {
	background-color: #58b2f4;
}
.header .navbar-nav > li > a {
	color: #fff;
}
.header .nav a span {
	padding-top: .2em;
	display: block;
}
.header .navbar-right .ico {
	font-size: 18px;
}
.left-menu {
	padding-right: 0;
	padding-left: 0;
	padding-top: .6em;
	min-width: 140px;
	width: 15%;
	float: left;
	z-index: 2;
	position: relative;
	background: #eff5fb;
	position: relative;
	overflow-y: auto;/*for support*/
}
.left-menu .support {
	text-align: center;
	
}
.support:hover {
	color: #2896db;
}
.support:hover .icon {
	background-position: center -33px;
}
.right-container {
	white-space: normal;
	margin-left: 15%;
	overflow: hidden;
	z-index: 1;
}
.right-container.full-width {
	margin-left: 0;
}
.left-menu .nav {
	overflow-x: hidden;
	height: 90%;
	/*min-height: 500px;*/
}
.left-menu .nav>li>a {
	padding: .6em 0 .6em 2.6em;
	color: #666;
	background: url('../images/menu-bg.png') no-repeat 1em center;
}
.left-menu .nav>li>a:hover {
	background-color: #cfe7f7;
}
.left-menu .nav>li.active a {
	color: #FFFED2;
	background: #3ea5e8 url('../images/menu-bg-active.png') no-repeat 1em center;
}
.left-menu li {
	list-style: none;
}
.left-menu .nav-header {
	padding: .6em
}
.switch-menu {
	position: absolute;
	top: 46%;
	right: 0px;
	background: #fff/*url(../images/switch-menu.png) no-repeat center center*/;
	border: 1px solid rgb(195, 216, 230);
	border-radius: 4px;
	width: 12px;
	height: 45px;
	line-height: 42px;
	z-index: 2;
	color: rgb(195, 216, 230);
	text-align: center;
	font-size: 10px !important;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}
.left-menu-hide {
	min-width: 12px;
	width: 12px;
	background-image: none;
}
.switch-menu>.ico {
	margin-left: -2px;
}
.left-menu-hide .ico-arrowleft {
	display: none;
}
.panel-title h4 {
	font-size: 16px;
}
.panel-title small {
	font-size: .86em;
}
.pagination-container {
	text-align: center;
}
.panel+.pagination-container {
	margin-top: -1em;
}
.pagination {
	vertical-align: middle;
	margin-top: .8em;
	margin-bottom: .8em;
}
table.form {
	margin: 1em auto;
	border: 0px solid #e1e1e1;
	width: 100%;
}
.form .form-group {
	position: relative;
}
.form .control-label {
	text-align: right;
}
.form > tr th, .form > tr td {
	border-color: #e1e1e1;
}
.form tr td {
	padding: .5em;
}
.form th {
	text-align: right;
}
.form th, .form label {
	font-weight: normal;
}
.form .form-control {
	min-width: 200px;
}
.form input.error {
	background-color: #FFE6E7;
}
.table-hover > tbody > tr:hover {
	background-color: #EFF6FB;
}
.main .panel {
	margin-bottom: 1em;
}
.panel-body .table {
	margin-bottom: 0;
}
.module {
	padding: .6em 1em 0 1em;
}
.module-title {
	border-bottom: 1px solid #ddd;
}
.module-title .text {
	border-bottom: 2px solid #3ea5e8;
	margin-bottom: 0;
	padding: 0 .6em .6em .6em;
	display: inline-block;
}
.tips {
	padding-top: 2em;
	text-align: center;
}
.btn-box {
	padding: 1em 0;
	border-top: 1px solid #dedede;
	text-align: center;
}

.tips .btn-box {
	margin: 1.6em auto;
}
.btn-box .btn+.btn {
	margin-left: .4em;
}
.modal .modal-header {
	padding: .8em;
}
.modal .modal-footer {
	padding: .6em 1em;
}
.modal td {
	padding: .5em .3em;
}
h4.modal-title {
	font-size: 16px;
}
.table .col-operate {
	white-space: nowrap;
}
.table .col-operate .btn {
	margin-top: 2px;
}
.panel .table th {
	white-space: nowrap;
}
a.btn-icon.danger {
	color: #F02B11;
}
.btn-icon {
	display: inline-block;
	padding: 0px 4px;
	border-radius: 4px;
}
.table-hover .btn-icon:hover {
	background-color: #FFF;
}
.btn-icon>.ico {
	font-size: 1.2em;
}
.panel-heading-sm {
	padding-top: 6px;
	padding-bottom: 6px;
}
.panel-heading .col-left {
}
.panel-heading .col-left h4 {
	padding-top: .2em;
}
.panel-heading .col-right {
	text-align: right;
}
.panel-heading .col-right .btn-group {
	margin-right: .6em;
}
.panel-heading .btn-icon {
	margin-top: -3px;
	margin-bottom: -3px;
}
.panel-heading .pagination.pagination-sm {
	margin-bottom: 0;
	margin-top: 0;
}
.panel-heading .pagination-sm>li>a, .panel-heading .pagination-sm>li>span {
	padding: 2px 6px;
}
.panel-heading .pagination-container {
	display: inline-block;
}
.search-container {
	padding: 1em .6em;
}
.search-container .form-group {
	padding-left: .6em;
	padding-right: 1em;
}
.search-container .form-group label {
	font-weight: normal;
}
.table-heading {
	margin-bottom: 0;
}
.table-scroll-y .table {
	margin-bottom: 0;
}
.table-scroll-y {
	height: 380px;
	overflow-y: scroll;
}
.body-index {
	overflow: hidden;
}
.login-container {
	padding-top: 5em;
}
.login-form .form-group{
	position: relative;
}
.login-form .form-group .form-control{
	padding-left: 2em;
}
.input-icon{
	position: absolute;
	left: .6em;
	top:.6em;
	
}.input-icon .ico{
	color:#aaa;
}
.footer-support{
	position: absolute;
	text-align: center;
	width: 100%;
	left:0;
	bottom: 0;
	padding: .5em 0;
	font-size: small;
}
.bg-primary{
	background: #1cb841;
}
.nav-tabs.bg-info{
	border: 0;
}
.nav-tabs.bg-info>li>a{
	border-color: transparent !important;
}
.bg-lightgray{
	background-color: #f5f5f5;
}
.header-right{float:right; padding-top:30px; font-size:16px;}
.popBoxPass {width:240px; margin:80px auto; line-height:2.0em}
.popBox {width:360px; margin:80px auto; line-height:2.0em}
.tip {clear:both;float:none !important; margin-top:20px; text-align:center; display:none;}
.btn-rounded {border-radius: 1.0em;}

.topright {position:absolute; top:27px; right:.5em; z-index:99}
.topright .dropdown-menu {left:auto; right:0}

.textblock {
    background-color: #fcf8e3;
	width:72%;
	margin: 2em auto;
    padding: 1em;
	line-height: 150%;
}

.search-box {
	position: relative;
	display:flex;
}
.search-box .keybox {
	margin:0 0 0 5px;
	padding: .5rem;
	width:6rem;
	border-radius: .4rem;
	border: 0;
	flex-wrap:no-wrap;
	background-color:#fcf8e3;
}
.search-box .sub {
	margin: 0 0 0 5px;
	width:3.5rem;
	padding: 0 .5rem;
	border-radius: .4rem;
	text-align: center;
	color: #337ab7;
	background-color:#fcf8e3;
	border: 1px solid #337ab7;
	flex-wrap:no-wrap;
}

.tree{box-sizing: border-box;position:relative; text-align:center; width:100%;margin-bottom:50px;} /* left:6000%;margin-left:-6000%; */
.tree ul {
	padding-top: 20px; position: relative;
	width: max-content; margin: 0 auto;	/*适应大小并居中*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #000000;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #000000;
}

/* remove left-right connectors from elements without any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #000000;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/* downward connectors from parents */
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #000000;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #000000;
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
	font-family: arial, verdana, tahoma;
	font-size: 14px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li a:hover,.tree li a:active, .tree li a:hover+ul li a {
	background: #00CCFF; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

body {background:url('../images/bg.jpg') repeat;}

.topbar{padding:10px; background-color: #fcf8e3;}
.topbar img {border:none; vertical-align: bottom;}
.topbar select {background-color: #fcf8e3; border-radius: .3rem; max-width: 200px;}
.branch {font-size:32px; color:#aa0000;font-weight:bold; margin:20px; white-space:nowrap;}
.nodenav {clear:both; text-align: left; margin:1em 0; padding:5px 10px 0 10px; border-top:1px dotted #cc0000;line-height: 150%;}
.bot {position:fixed; bottom:0px; left:0px; width:100%; padding:5px 0; line-height:150%; text-align:center; background-color: #fcf8e3; border-top:1px dotted #cc0000; }
.font24 {font-size:24px !important; line-height:30px;}
.peiou {margin-left:5px; font-size: .7em; color:#991111;}

.popmenu {
	z-index:99999;
	margin: 2px;
	position:absolute;
	display:none;
}
.popmenu a {text-decoration: none; white-space:nowrap;}
.list-group-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: #fcf8e3;
    border: 1px solid #337ab7;
}
.editblock {background-color:#fff;}
.editblock td {padding:2px 0;}
.editblock textarea {line-height:150%;width:100%;}
.infobox {max-width: 45%;}
.infotable {min-width:300px;max-width: 45%;}
.infotable td{text-align: center; padding: 3px; min-width:60px;}
.infotable .intro{text-align:left !important; height: auto; word-break: break-all;}
.maxw80 {max-width:80%;}
@media only screen and (max-width: 600px){
	.infobox{
		float:none;
		clear: both;
	}
	.form-control {width:auto;}
	.login-form .form-control {width:100%;}
	.popBoxPass .form-control {width:100%;}
}


/* 用box-sizing: border-box;可以使padding和border占用的宽度计算在容器总宽度之内，避免多余的滚动条 */
/*#dai {box-sizing: border-box;width:100%;float:left;padding:0 20px;}
#dai ul{padding-left:20px;}
#dai li{
	width:40px; height:24px; display:block; margin-left:10px; float:left; text-align:center;
}
#dai .daidai{
	clear:both;border-bottom:1px dotted #990000; padding:10px 0; margin-bottom:-25px;
}*/