html,body{height: 100%;}
*{margin: 0;padding: 0;}
ul,ol{list-style: none;}
a{text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
.layui-layout-admin .layui-body{bottom: 0!important;}

.layui-tab{margin: 0!important;}
.layui-tab-content{
	padding: 0!important;width:100%;height:100%;z-index:-9999;
	/*background-size: cover; -webkit-background-size: cover;-o-background-size:cover;*/
}
.bgPicture{
    background: url(../images/welcome.png) center;background-repeat: no-repeat;
    background-size: 100%;
}
iframe{border: none!important;}
/*左侧导航部分*/
.layui-bg-black{
	background-image: linear-gradient(#81d6cf, #1b435f)!important;
}
.layui-nav{
	background:none!important;
}
.layui-side-scroll{
	height: auto!important;padding-bottom:30px;
}
.layui-side::-webkit-scrollbar {display:none}

  .nav_logo{
     margin-top: 5%;
     text-align: center;
     padding-bottom:1rem;
  }
  .nav_li .nav_li_a{
    color: #ffffff!important;
  }
  .nav_li .nav_li_a:hover{
      background-color: rgba(255,255,255,0)!important;
  }

  .nav_li a ,.nav_li a i{
  	font-size: 1.15rem;
  }
  .nav_li a img{
     width: 25px;
     height: 25px;
  }
  .nav_li a img{
     width: 25px;
     height: 25px;
  }
  .nav_erli{
  	display: none;
  }
  .nav_li .nav_erli a{
      font-size: 16px;
      padding-left:23%;
      background-color: #359099;
      color: #ffffff;
  }
  .nav_li .nav_erli dd:hover{
      background-color:#114E56!important;
  }
  .nav_li .nav_erli a:hover{
      background-color:#114E56!important;
      color:#59cae8 ;
  }
  /*左侧导航部分 end*/
  /*头部*/
  .header{
	/*position:fixed;left: 200px;top: 0;width: 88%;*/
    height: 60px; background: #FFFFFF!important; margin-left: 220px;
}
.header-right{
    float:right;padding:1rem 1rem 0 1rem;
    cursor: pointer;
}
/*头部end*/




.ico{
    width: 20px;
    height: 20px;
    background-image: url(../images/down.png);
    background-size: 100% 100%;
    display: inline-block;
    vertical-align:top;
}

.header-right:hover .resacha{
    display: block;
}

.header-right:hover .ico{
    background-image: url(../images/up.png);
}

.resacha{
    width: 100%;
    position: relative;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 10px #999999;
    border-radius: 5px;
    display: none;
}
.resacha li {
    height: 40px;
    text-align: center;
    line-height: 40px;
}
