header{
	width: 100%;
}
.header{
	width: 100%;
	height: 115px;
	display: inline-block;
}
.logo{
	height: 70px;
	display: block;
	float: left;
	margin-top: 22px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade1{
	width: 80px;
	height: 40px;
	position: relative;
	float: left;
	margin-top: 37px;
}
.heade1 img{
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.heade1 select{
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	 -webkit-appearance: none; /* Chrome, Safari, Opera */
	  -moz-appearance: none;    /* Firefox */
	  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;
}
.heade2{
	width: 150px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	float: left;
	margin-left: 35px;
	margin-top: 37px;
	background: #06A6A6;
	font-size: 16px;
	color: white;
	display: block;
	line-height: 40px;
}
.heade3{
	width:calc(100% - 645px);
	float: left;
	text-align: center;
}
.heade3 li{
	margin-right: 40px;
	display: inline-block;
}
.heade3 li:last-child{
	margin-right: 0;
}
.heade3_1{
	display: block;
	line-height: 115px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.heade3_1.on{
	color: #06A6A6;
	position: relative;
}
.heade3_1.on::after{
	content: '';
	width: 100%;
	height: 3px;
	background: #06A6A6;
	position: absolute;
	left: 0;
	bottom: 0;
}
.heade4{
    float: left;
    display: flex;
    margin-left: 20px;
    margin-top: 37px;
}
.heade4_1{
        width: 130px;
         height: 40px;
         display: block;
    font-size: 16px;
    color: #06A6A6;
}
.heade4_1 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    vertical-align: middle;
}
.heade4_1 div{
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap; /* 防止文本换行 */
  overflow: hidden;    /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.heade4_2{
    width: 75px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	margin-left: 10px;
	background: #06A6A6;
	font-size: 16px;
	color: white;
	display: block;
	line-height: 40px;
}