/*header*/
header nav li .son {
	display: none;
	z-index: 1050;
	background: white;
	top: 100%;
	left: 0;
}
header nav li:hover .son{
	display:  block;
} 
header nav li .son{
	min-width: 100%;
	padding: 5px ;
}
header nav li .son ul{
	margin-bottom: 3px;
}
header nav li .son ul li{
	display: block;
	height: auto;
}
header nav li .son ul li a{
	display: block;
	line-height: 40px;
	padding: 0;
}
header{
	--h:80px;
	height: 80px;
	position: fixed;
	top: 0;left: 0;
	z-index: 1100;
	background: white;
	width: 100%;
	/* padding-bottom: 100px; */
}
header + .ge{
	height: 80px !important;
	width: 100%;
}
header .logo{
	width: 150px;
}
header nav{
	display: table;
}
header nav li{
	text-align: center;
	display: table-cell;
	width: 100px;
	height: 80px;
	/*padding-bottom: 10px;*/
	vertical-align: middle;
}
header nav li a{
	display: inline-block;
	font-size:15px;
	color: #333333;
	padding-bottom: 15px;
	/*line-height:100px;*/

	border-bottom-style: solid;
	border-bottom-width:2px;
	border-bottom-color:rgba(0,0,0,0);
	
	transform:translateY(7px);
}
header nav li a.active,header nav li a:hover{
	border-color: var(--active);
	color: var(--active);
}
a.btn,a.btn:hover,a.btn:focus{
	color: white;
	background: var(--active);
}

header .btns{

}
header .btns a.btn:not(:first-child){
	margin-left: 10px;
}