.sys-title{
	color:#fff;
    font-size: 17px;
    margin-top: 7px;
    margin-left: 15px;
    display: none;
}
.layui-header {
	height: 58px;
	/*background-image: url(../Images/top_bg.png);*/
	background-color: transparent!important;
}
/*中间的导航*/
.layui-header-nav {
	height: 58px;
	width: 859px;
	margin:0 auto;
	text-align: center;
	background-image: url(../Images/cTop.jpg);
	background-repeat: no-repeat;
	background-size: 100% 58px;
	float: left;
}
/*背景图左侧和右侧*/
.backLeft,.backRight{
	height: 36px;
}
.backLeft{
	background-image: url(../Images/ltop.jpg);
	background-repeat: no-repeat;
	background-size: 100% 58px;
	float: left;
}
.backLeft img{
	width: 25px;
	height: 25px;
	margin-top: -4px;
	margin-right: 5px;
}
.backLeft h1{
	font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-indent: 10px;
    text-shadow: 2px 2px 2px deepskyblue;
    letter-spacing: 5px;
}
.backLeft_bottom img{
	width: 60px;
	/*height: 20px;*/
}
.backLeft_bottom{
	color: rgba(255, 255, 255, .9);
	text-align: center;
	width: 200px;
	height: 25px;
	margin-top: 1px;
	z-index: 9999;
	border-right: 1px solid rgb(0,69,138);
	  background: -webkit-linear-gradient(rgba(32,48,60,0.9), rgba(32,48,60,0)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(32,48,60,0.9), rgba(32,48,60,0)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(32,48,60,0.9), rgba(32,48,60,0)); /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(32,48,60,0.9), rgba(32,48,60,0)); /* 标准的语法 */
	/*background-image: url(../Images/index/left_bottom.png);*/
	display: none;
}
.backRight{
	background-image: url(../Images/rTop.jpg);
	background-repeat: no-repeat;
	background-size: 100% 58px;
	float: left;
}
/*子页面会显示的小图标*/
.childMethod p{
	padding-top: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.childMethod span{
	color: #FFFFFF;
	padding-top: 5px;
}
.childMethod{
	max-width: 274px;
	float: right;
}
.btnOne,.btnTwo,.btnThree,.dateSelect{
	color: #FFFFFF;
	margin-top: 8px;
	font-size: 20px;
	float: right;
	margin-right: 15px;
}
.btnTwo{
	margin-top: 11px;
}
.dateSelect{
	display: none;
}
.layerTime{
	width: 274px;
	height: 324px;
	display: none;
	float: right;
	margin-right: 3px;
}

.layui-nav-center {
	margin: auto;
	top: 0
}

.layui-layout-body {
	background-color: #06141f;
	background-image: url(../Images/body_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.contentWrap {
	left: 0;
}

.layui-layout-admin .layui-body {
	bottom: 0;
}
/*导航菜单图标样式*/

.nav-image {
	margin-right: 6px;
}
/*iframe样式*/

.layui-iframe {
	width: 100%;
	height: 100%;
	border: none;
	top: 0;
	min-width: 320px;
	position: absolute;
	background: transparent;
}
/*iframe打开页面动画*/

.layui-show {
	animation: moveTop 1s;
	-webkit-animation: moveTop 1s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/*修改时间插件样式*/
.layui-laydate{
	background-color: #252424 !important;
}
#layui-laydate1 .laydate-main-list-0 .layui-laydate-header{
	border-top-left-radius: 6px;
}
.laydate-theme-molv .layui-laydate-content{
	border: none !important;
}
.layui-laydate-footer {
	border: none !important;
	border-top: solid 1px #E2E2E2 !important;
}
.laydate-footer-btns span{
	box-shadow: 0 0 8px 3px #5a5c5d;
	border: none !important;
	background-color: transparent !important;
	color: #fff;
}
.layui-laydate-list li:hover{
	background-color: #171e3e !important;
    color: #36aede !important;
}
.layui-laydate-list{
	background-color: #252424 !important;
}
.laydate-btns-cancel{
	margin-right: 9px !important;
}

/*头部公告部分的二维码*/
.WeChat-img{
	display: block;
	margin: 0 auto;
}
.WeChat-info{
	text-align: center;
	text-indent: 0;
}
/*调整导航*/
/*.liactive::before{
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	width: 100%;
	padding: 1px 0;
	background-color: rgba(8, 221, 246, 0.9);
	-moz-box-shadow: 0 0 1px 2px rgba(8, 221, 246, 0.9);
    box-shadow: 0 0 1px 2px rgba(8, 221, 246, 0.9);
	bottom: 2px;
	border-radius: 2px;
}*/
.liactive {
color: #08ddf6 !important;
}



/*二级菜单*/

/*修改密码二级导航*/
.nav-sub{
    position:absolute;
    right: 30px;
    top: 40px;
    background-color: #3e5179;
    color: white;
    /*border: 1px solid #263e5a;*/
}
.nav-subitem{
	padding: 10px;
	font-size: 14px;
	border-left:4px solid rgba(0,0,0,0) ;
}
.nav-subitem a{
	color: white;
}
.nav-subitem a:hover{
	color: white;
}
.nav-subitem:hover{
	background-color: #1d2437;
	border-left:4px solid #79b7f3 ;
}


@media (max-width:767px) {
	.form-group {
		margin-bottom: 10;
	}
	.loginPanel {
		top: 13%;
	}
	.form_log {
		height: 30px;
	}
	.error-info {
		font-size: 8px;
		line-height: 10px;
	}
	.form-horizontal .control-label {
		margin-top: -5px;
		text-align: right;
	}
	.form-group {
		margin-bottom: 0;
	}
}

@media (min-width:768px) {
	.loginPanel {
		top: 13%;
	}
	.form_log {
		height: 30px;
	}
	.error-info {
		font-size: 8px;
		line-height: 10px;
	}
	.form-horizontal .control-label {
		margin-top: -5px;
		text-align: right;
	}
	.form-group {
		margin-bottom: 0;
	}
}

.error-info {
    height: 10px;
    font-size: 12px;
    color: #f64747;
    margin-top: 0;
    margin-bottom: 5px;
    /*display: inline-block;*/ 
}
@media (min-width:992px) {
	.error-info {
		font-size: 12px;
		line-height: 10px;
	}
}

@media (min-width:1200px) {
	.error-info {
		font-size: 12px;
		line-height: 10px;
	}
}

@media (min-width:1400px) {
	.error-info {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (min-width:1600px) {
	.error-info {
		font-size: 14px;
		line-height: 15px;
	}
}

@media (min-width:1800px) {
	.error-info {
		font-size: 14px;
		line-height: 20px;
	}
}

/*二级菜单*/
.layui-nav-child{
	background-color: #3e5179;
	border: 0;
	margin-top: -6px;
	padding: 0;
}
.layui-nav .layui-nav-child .layui-nav-child-dd a{
	color: white;
	border-left:4px solid #3e5179 ;
	padding-top: 3px;
	padding-bottom: 3px;
}
.layui-nav .layui-nav-child .layui-nav-child-dd a:hover{
	color: white;
	background-color: #1d2437;
	border-left:4px solid #79b7f3 ;
}