header{
	border-bottom: 1px solid #C8C8C8;
	width: 100%;
}
.header{
	width: 100%;
	height: 105px;
	display: inline-block;
}
.logo{
	height: 55px;
	display: block;
	float: left;
	margin-top: 25px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade2{
	width: 70px;
	height: 100%;
	float: left;
	position: relative;
}
.heade2 img{
	width: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.heade2 select{
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	padding-left: 25px;
	padding-right: 15px;
	font-weight: 300;
	font-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	background-image: url(../img/select_1.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 10px auto;
	position: relative;
	z-index: 1;
}
.heade1{
	width: calc(100% - 375px);
	float: left;
	height: 100%;
	text-align: center;
}
.heade1 li{
	margin-right: 35px;
	display: inline-block;
	position: relative;
}
.heade1 li:last-child{
	margin-right: 0;
}
.heade1_1{
	height: 100%;
	line-height: 105px;
	display: block;
	font-weight: 500;
	font-size: 18px;
}
.heade1 li.nydhnow .heade1_1{
    color: #0083D6;
}
.heade1 li:hover .heade3{
    display: block;
}
.heade3{
    width: 150px;
    padding: 10px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
}
.heade3_1{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: block;
    padding: 10px 0;
        font-size: 14px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden;    /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.heade3_1:last-child{
    border-bottom: 0;
}
.heade3_1:hover{
    color: #0083D6;
}