header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.header {
	border-bottom: 1px solid white;
	width: 100%;
	/*height: 140px;*/
	height: 100px;
	display: inline-block;
	position: relative;
}

.heade1 {
	height: 20px;
	float: left;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 40px;
	cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0  30 30"><circle cx="15" cy="15" r="12" fill="%23ffffff" opacity="0.8"/></svg>') 15 15, auto;
}

.heade1 img {
	height: 100%;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.heade1 span {
	display: inline-block;
	vertical-align: middle;
}
.logo{
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.heade2{
	margin-top: 40px;
	float: right;
	display: flex;
}
.heade3{
	margin-right: 70px;
	display: flex;
	position: relative;
}
.heade3::after{
	content: '';
	width: 1px;
	height: 100%;
	background: white;
	position: absolute;
	right: -35px;
	top: 0;
}
.heade3_1{
	margin-right: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}
.heade3_1:last-child{
	margin-right: 0;
}
.heade4{
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}
.heade4 img{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.heade4 span{
	display: inline-block;
	vertical-align: middle;
}
header.indeHea{
	background: #1B41B8;
}
header.indeHea .header {
    border-bottom: 0;
    height: 70px;
}
header.indeHea .heade1 {
    margin-top: 25px;
}
header.indeHea .heade2 {
    margin-top: 25px;
}
header.nyheade{
	background: #1B41B8;
	/* position: inherit;
	    left: inherit;
	    top: inherit;
	    z-index: inherit; */
}
.headerny{
	width: 100%;
}
.headernya{
	border-bottom: 1px solid white;
	width: 100%;
	height: 70px;
	    display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.headernya .heade1 {
    margin-top: 0;
}
.headernya .heade2{
	margin-top: 0;
}
.headernyb{
	width: 100%;
	height: 70px;
display: flex;
    justify-content: space-between;
    align-items: center;
}
.headernyb1{
	float: left;
	display: block;
	line-height: 70px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 60px;
}
.headernyb1:last-child{
	margin-right: 0;
}
.headernyb2{
	float: right;
	display: flex;
}