.beg-layout-container{
	/*min-width: 1024px;*/
}
.beg-layout-container .beg-layout-main{
	position: absolute;
}
.beg-layout-container .beg-layout-header{
	background-color: #FFFFFF;
	height: 55px;
	position: fixed;
	width: 100%;
	min-width: 800px;
}
.beg-layout-container .beg-layout-header .beg-layout-logo{
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.beg-layout-container .beg-layout-header .beg-layout-side-toggle{
	position: absolute;
    cursor: pointer;
    z-index: 19940201;
    left: 200px;
    color: white;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #1AA094;
    line-height: 30px;
    top: 25%;
}
.beg-layout-container .beg-layout-header .beg-layout-side-toggle:hover{
	background-color: #5FB878;
}
.beg-layout-container .beg-layout-header .beg-layout-menu{
	top: 0;
	left:230px;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav{
	background: none;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item{
	line-height: 60px;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item .layui-nav-more{
	top:27px
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item .layui-nav-mored{
	top:20px
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this{
	color: #FFFFFF;
	background-color: #4E5465;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this:after,.beg-layout-header .layui-nav-bar{
	background-color: #4E5465;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item a{
	color: #393D49;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-this a{
	color: #FFFFFF;
}
.beg-layout-header .beg-layout-menu .beg-layout-nav .layui-nav-item a:hover{
	color: #FFFFFF;
	background-color: #4E5465;
}
.beg-layout-header .beg-layout-panel{
	right: 10px;
}
.beg-layout-header .beg-layout-panel .beg-layout-nav{
	background: none;	
}
.beg-layout-header .beg-layout-panel .beg-layout-nav a{
	color: #393D49;
}
.beg-layout-header .beg-layou-head{
	
}
.beg-layout-header .beg-layou-head img{
	width: 40px; height: 40px; border-radius: 100%;    
}

.beg-layout-container .beg-layout-side{
	background-color: #393D49;
	color: #FFFFFF;
	top: 60px;
}
.beg-layout-container .beg-layout-body{
	top: 60px;
	height: auto;
}
.beg-layout-container .beg-layout-body .layout-nav-card cite{
	font-style: normal;
    padding-left: 5px;	
}
.beg-layout-body iframe{
	width: 100%;
	border: 0;
	height: 99.5%;
}
.beg-layout-container .beg-layout-footer{
	line-height: 44px;
	text-align: center;
}


@media screen and (max-width: 1024px) {
	.beg-layout-menu cite{
		display: none;
	}
	
}