.header_wrapper {
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.header_container {
	width: 1300px;
	margin: 0 auto;
	height: 110px;
}

.header_contant {
	display: flex;
	justify-content: space-between;
}

/* 头部LOGO */
.header_contant .logo {
	width: 198px;
	height: 94px;
	border: solid 1px #ffffff;
	/* opacity: 0.5; */
	margin: 8px 0;
}

.header_contant .logo h1 {
	/* width: 177px; */
	/* height: 42px; */
	font-family: MicrosoftYaHei-Bold;
	font-size: 53px;
	font-weight: bold;
	line-height: 94px;
	letter-spacing: 0px;
	color: #14935e;
}

/* 头部右侧 */
.header_contant .header_right {
	width: 1066px;
	height: 94px;
	margin: 8px 0;
	margin-top: 18px;
}

/* 头部右侧上部分 */
.header_contant .header_right .header_right_top {
	float: right;
	/* width: 176px; */
	height: 14px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 0px;
	color: #14935e;
}

/* 头部右侧中间线 */
.header_contant .header_right .header_right_line {
	display: inline-block;
	width: 1066px;
	height: 1px;
	background-color: #e6e6e6;
}

/* 头部右侧 下部分*/
.header_contant .header_right .header_right_bottom {
	float: right;
}

/*导航条*/
.nav {
	display: flex;
}

.nav li {
	font-size: 16px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #333333;
	padding: 22px 0px 22px 66px;
	position: relative;
}

.nav li a {
	position: relative;
}

/* 导航条小箭头 */
.nav li i {
	display: none;
	width: 11px;
	height: 6px;
	margin-left: 10px;
	background: url(../../images/header/xialajiantou.png);
}

.nav li:nth-child(2) i {
	display: inline-block;
}

.nav li:nth-child(3) i {
	display: inline-block;
}

.nav li:nth-child(5) i {
	display: inline-block;
}

.nav li:hover .nav_link {
	color: #14935e;
}

.nav li:hover .nav2 {
	display: block;
}

.nav li:hover .navxian {
	display: block;
}

.h_active {
	color: #14935e;
}

.h_active .navxian {
	display: block;
}

.pcheader_active {
	position: fixed;
	width: 100%;
	z-index: 999;
	opacity: 0.95;
}

.navxian {
	display: none;
	width: 2px;
	height: 10px;
	background-color: #14935e;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 150%;
}

/*2级导航条*/
.nav2 {
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	top: 100%;
	left: 38%;
	width: 110px;
	display: none;
	z-index: 2;
}

/*2级导航条盒子*/
.nav2 .nav2_box {
	padding: 9px 45px 9px 8px;
}

.nav2 .nav2_box .nav2_link {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
}

.nav2 .nav2_line {
	width: 100px;
	height: 1px;
	background-color: #e6e6e6;
	float: right;
}

.nav2 .nav2_line:last-child {
	display: none;
}

.nav2 .nav2_box:hover {
	background: #14935e;
	border-radius: 4px;
}

.nav2 .nav2_box:hover .nav2_link {
	color: #ffffff;
}
