*{margin: 0;padding: 0;}
a{text-decoration: none;cursor: pointer;}
ul li{list-style: none}
.hlw-header{
	width: 100%;
	min-width: 1300px;
	height: 145px;
	background: url(../hlw-img/hlw-header-bg.png) no-repeat;
	background-size: 100% 100%;
}
.hlw-header 
.content{
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.hlw-header 
.content 
.left{
	width: 616px;
	height: 100%;
	background: url(../hlw-img/logo.png) left center no-repeat;
	background-size: 100% 86px;
}
.hlw-header 
.content 
.right{
	width: 250px;
	height: 100%;
	padding: 25px 0 35px 0;
	box-sizing: border-box;
}
.hlw-header 
.content 
.right 
.time{
	width: 100%;
	text-align: right;
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 35px;
	box-sizing: border-box;
}
.hlw-header 
.content 
.right 
.search{
	width: 100%;
	height: 37px;
}
.hlw-header 
.content 
.right 
.search input{
	width: calc(100% - 40px);
	height: 100%;
	float: left;
	background: #1a6fb0;
	border:none;
	outline: none;
	color: #FFFFFF;
	text-indent: 10px;
	border-radius: 5px 0 0 5px;
}
.hlw-header 
.content 
.right 
.search input::-webkit-input-placeholder{
	color: #FFFFFF;
}
.hlw-header 
.content 
.right 
.search button{
	width: 40px;
	height: 100%;
	float: left;
	background: #2e8fda;
	border:none;
	outline: none;
	border-radius: 0 5px 5px 0;
}
.hlw-header 
.content 
.right .search input.search_btn{
    width: 40px;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;background:url(../hlw-img/search-btn.png) #2e8fda center no-repeat;
}
.hlw-nav{
	width: 100%;
	min-width: 1105px;
	height: 50px;
	background: #FFFFFF;
}	
.hlw-nav .content{
	width: 1105px;
	height: 100%;
	margin: 0 auto;
}	
.hlw-nav .content ul{display:flex;justify-content: space-between;}
.hlw-nav .content ul li{
	width: 180px;
	height: auto;
	line-height: 50px;
	float: left;
	position: relative;
        text-align:center;
}
.hlw-nav .content ul li a{
	font-size: 17px;
	color: #333333;
	cursor: pointer;
        display:block;
        width:100%;
        height:100%;
}
.hlw-nav .content ul li.check{
      background:#0b5aa8;
       color:#FFFFFF; 
}
.hlw-nav .content ul li.check a{ color:#FFFFFF; }
.hlw-nav .content ul li ul{
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 99999;
      background: rgba(11,90,168,0.8);
      display: none;
 
}
.hlw-nav .content ul li ul {width:100%;}
.hlw-nav .content ul li ul li{width:100%;height:50px;line-height:50px;text-align:center;}
.hlw-nav .content ul li ul li a{color:#FFFFFF;display:block;width:100%;height:100%;}