.header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 5.72917vw;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0px 0.15625vw 0.52083vw 0px rgba(198, 198, 198, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

.header_content {
	display: flex;
	align-items: flex-end;
	min-width: 72.91667vw;
	height: 100%;
}

/* 左边logo */
.head_left {
	/* flex 布局 */
	display: flex;
	/* 实现垂直居中 */
	align-items: center;
	/* 实现水平居中 */
	/* justify-content: center; */
	width: 33.85417vw;
	padding-bottom: 0.625vw;

}

#img_head_left_1 {
	width: 6.64063vw;
	height: 1.45833vw;
}

#img_head_left_2 {
	margin-left: 0.52083vw;
	margin-right: 0.52083vw;
	width: 0.26042vw;
	height: 1.5625vw;
}

#img_head_left_3 {
	width: 13.75vw;
	height: 0.98958vw;
}



/* 右边*/
.head_right {
	height: 100%;
	width: 39.0625vw;
	position: relative;
}

/* 热线电话 */
.head_phone {
	/* flex 布局 */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 0.52083vw;
}

.head_phone_img {
	width: 1.14583vw;
	height: 1.04167vw;
}

.phone_text {
	margin-left: 0.26042vw;
	font-size: 1.14583vw;
	font-weight: 400;
	color: #333333;

}

.phone_number {
	margin-left: 0.41667vw;
	font-size: 1.45833vw;
	font-weight: 400;
	color: #010101;
}

/* 目录 */
.head_menu {
	width: 39.0625vw;
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu_item {
	padding-bottom: 0.57292vw;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.menu_item:first-child {
	padding-left: 0;
}

.menu_item span {
	display: inline-block;

}

.menu_item .text {
	font-size: 1.04167vw;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}

.menu_item .line {
	margin-top: 0.26042vw;
	visibility: hidden;
	width: 1.97917vw;
	height: 0.20833vw;
	background-color: #53C3E8;
}

#menu_jjfa .line {
	margin-right: 1.30208vw;

}

.menu_item .text_active {
	color: #4DC1E7;
}

.menu_item .line_active {
	visibility: visible
}

.diglogall {
	display: none;
	width: 72.91667vw;
	height: 25.26042vw;
	position: absolute;
	bottom: -24.73958vw;
	left: -33.85417vw;
}

.diglogall .diglog {
	margin-top: 1.04167vw;
	float: right;
	width: 65.72917vw;
	height: 24.21875vw;
	background: url('http://static.kupurui.cn/cprt_website/pc/head/header_note_img.png') no-repeat;
	background-size: cover;

	display: flex;
	flex-wrap: wrap;

}

#menu_jjfa {
	cursor: pointer;
}

#menu_jjfa:hover .diglogall {
	display: block;
}

.diglogall:hover {
	display: block;
}

#menu_jjfa .text {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#menu_jjfa:hover .down-bg {
	background: url('http://static.kupurui.cn/cprt_website/pc/head/header_arrow_up.png') no-repeat;
	background-size: cover;
}

.down-bg {
	width: 0.88542vw;
	height: 0.52083vw;
	background: url('http://static.kupurui.cn/cprt_website/pc/head/header_arrow_down.png') no-repeat;
	background-size: cover;
}

.diglogall .diglog .diglog_info {
	margin-left: 2.60417vw;
	margin-top: 2.60417vw;
	margin-bottom: 0px;
	width: 9.89583vw;
	height: 9.89583vw;
}

.diglogall .diglog .diglog_info a {
		text-decoration: none;
	}

.diglogall .diglog .diglog_info span {
		font-size: 1.04167vw;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #000000;

	}

.diglogall .diglog .diglog_info .diglog_active span{
		color: #4DC1E7;
	}

.diglogall .diglog .diglog_info .diglog_line {
		margin-top: 8dp;
		width: 9.89583vw;
		height: 0.10417vw;
		background: #BDBDBD;

	}

.diglogall .diglog .diglog_info div {
		margin-top: 0.52083vw;
		font-size: 0.83333vw;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #BDBDBD;
	}

.diglogall .diglog .diglog_info span:hover {
		color: #4DC1E7;
	}

.diglogall .diglog .diglog_info div:hover {
		color: #4DC1E7;
	}

.diglogall .diglog .diglog_info:nth-child(n+6) {
	margin-top: 0px;
	margin-bottom: 1.82292vw;
}
