*{
	margin: 0;
	padding: 0;
}
a{
    text-decoration: none;
}
@font-face {
    font-family:hyzls;
    src:url(../font/hyzls.ttf);
}
@font-face{
	font-family: Ds Digib;
	src: url(../font/DS-DIGIB.ttf);
}
@font-face{
	font-family: Pmzd;
	src: url(../font/pmzd.ttf);
}
html,body{
	width: 100%;
	height: 100%;
	min-width: 1100px;
	background: url(../img/background.png) 0 50px/cover;
	font-family: Microsoft YaHei;
}
::-webkit-scrollbar {
	width:8px;
	height:8px;
}
::-webkit-scrollbar-button    {
	display: none;
}
::-webkit-scrollbar-track     {
	background:#A5D1D2;
}
::-webkit-scrollbar-track-piece {
	background:#A5D1D2;
}
::-webkit-scrollbar-corner{
 	background:#fff;
}
::-webkit-scrollbar-thumb{
	background:#006FDE;
	border-radius:1px;
}
::-webkit-resizer {}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
} 
.clearfloat{
	zoom:1
} 
.hlz-navbar{
	min-width: 1100px;
	height: 50px;
	background: linear-gradient(#0A5681,#063956);
	position: fixed;
	width: 100%;
	z-index: 999;
}
.hlz-logo{
	float: left;
	width: 15%;
	height: 50px;
	text-align: center;
	background: url(../img/logo.png) center center/auto 40px no-repeat,linear-gradient(#0A5681, #063956);
}
.hlz-module-ul{
	float: left;
	width: 70%;
	font-family: hyzls;
}
.hlz-module-li{
	float: left;
	position: relative;
	border-right: 2px solid black;
	box-sizing: border-box;
	width: 14.28%;
	height: 50px;
}
.hlz-module-li:first-child{
	box-sizing: border-box;
	border-left: 2px solid black;
}
.hlz-module-li div{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size:18px;
	color: white;
	text-align: center;
	white-space: nowrap;
}
.hlz-module-li .hlz-module1{
	position: absolute;
	background: radial-gradient(400% 100% at center bottom,#FEFFFF 2%, #0FC7E3 10%, #095785 100%);
}
.hlz-module-li .hlz-module2{
	position: absolute;
	background: linear-gradient(#095785, #095A89);
	transition: all 0.5s;
	opacity: 1;
}
.hlz-module-li .hlz-opacity{
	opacity: 0;
}
.hlz-module-li:hover .hlz-module2{
	opacity: 0;
}
.hlz-menu-ul {
	position: absolute;
	top: 50px;
	left: 0;
	white-space: nowrap;
	min-width: 100%;
	background-color: #0FC4E0;
	display: none;
	font-family: Microsoft YaHei;
	font-size: 16px;
}
.hlz-menu-li {
	text-align: center;
	border-bottom: 1px solid #0093AD;
	padding: 5px;
	color: #333;
}
.hlz-menu-active{
	color:#fff;
	background-color: #044468;
}
.hlz-module-li:hover .hlz-menu-ul{
	display: block;
}
.hlz-menu-ul a:hover .hlz-menu-li{
	color:#fff;
	background-color: #044468;
}
.hlz-user{
	float: right;
	/*line-height: 50px;*/
	color: #fff;
	padding: 16px 5px;
}
.hlz-user a{
	color:#fff;
}
.hlz-user a:hover{
	color:#ccc;
}
.hlz-content{
	/*width: 100%;*/
	min-width: 1100px;
    position: absolute;
    top: 59px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}
.anchorBL a{
	pointer-events: none;
}
.transparent {
	background:linear-gradient( rgba(41,56,75,0.5),rgba(10,83,160,0.5),rgba(5,49,95,0.5),rgba(3,34,65,0.1),rgba(5,49,95,0.5),rgba(10,83,160,0.5),rgba(44,144,232,0.5));
}
.information-box{
	 background:linear-gradient( rgba(44,144,232,0.5),rgba(10,83,160,0.5),rgba(44,144,232,0.5));
}

.anchorBL {
    display:none
}
/*树形菜单*/
#hlz-tree-isopen:checked + .hlz-tree{
	background-color: rgba(8,57,85,0.8);
}
/*车辆图标*/
.hlz-tree{
	background-color: #0E2142;
}
/*菜单型树形菜单*/
.hlz-menu-content{
	background:linear-gradient(#1B5895, #0D2E55);
}