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

.header {
	width: 100%;
	height: 145px;
	display: inline-block;
}

.logo {
	height: 85px;
	display: block;
	float: left;
	margin-top: 30px;
}

.logo img {
	height: 100%;
	display: block;
}

.heade1 {
	width: calc(100% - 300px);
	height: 100%;
	float: left;
	text-align: center;
}

.heade1 li {
	display: inline-block;
	margin-right: 60px;
	position: relative;
}

.heade1 li:last-child {
	margin-right: 0;
}
.heade1 li:hover .heade1_2 {
	display: block;
}
.heade1_1 {
	display: block;
	line-height: 145px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.heade1_1:hover {
	color: #D00E31 !important;
}

.heade1_1.on {
	color: #D00E31 !important;
}

.heade1_2 {
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 200px;
	background: white;
	padding: 0 10px;
	display: none;
	position: absolute;
	left: 50%;
	top: 80%;
	transform: translateX(-50%);
	z-index: 10;
}

.heade1_2::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
}
.heade1_2::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid white;
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
}
.heade1_2_1{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	color: #333333;
	display: block;
	 overflow: hidden; /* 隐藏溢出的内容 */
	    white-space: nowrap; /* 文本不换行 */
	    text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}
.heade1_2_1:last-child{
	border-bottom: 0;
}
.heade1_2_1:hover{
	color: #D00E31;
}
.heade2 {
	float: left;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.heade2_1 {
	width: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.heade2_1 img {
	width: 100%;
}

.heade2_1_1 {
	display: block;
}

.heade2_1_2 {
	display: none;
}

.heade2 div {
	line-height: 145px;
	display: inline-block;
	vertical-align: middle;
}
.heade3{
   float: left;
       margin-left: 20px;
   position: relative;
}
.heade3_1{
    width: 100%;
        margin-top: 60px;
}
.heade3_1_1{
    width: 20px;
    	display: inline-block;
	vertical-align: middle;
}
.heade3_1_2{
    font-size: 16px;
    color: white;
    font-weight: bold;
   	/*line-height: 145px;*/
	display: inline-block;
	vertical-align: middle;
}
.heade3_1_3{
    width: 10px;
    	display: inline-block;
	vertical-align: middle;
}
.heade3_2{
    width: 120px;
    border-radius: 10px;
    background: white;
    padding: 5px 15px;
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
}
.heade3_2_1{
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #333333;
    display: block;
}
.heade3_2_1:last-child{
    border-bottom: 0;
}
.heade3:hover .heade3_2{
    display: block;
}
header.on {
	background: white;
}

header.on .heade1_1 {
	color: #333333;
}

header.on .heade2 {
	color: #333333;
}

header.on .heade2_1_1 {
	display: none;
}

header.on .heade2_1_2 {
	display: block;
}