@charset "utf-8";

.header02 {
	position: relative;
	background: #000246;
}
.header02 .header_inner {
	position: relative;
	width: 960px;
	margin: auto;
}
.header02 .nav_list > li > a {
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.header02 .nav_list > li > a::before {
	font-family: FontAwesome;
	font-size: 18px;
	margin-right: 5px;
	position: absolute;
	top: 50%;
	margin: -1.2em 0 0 -25px;
}
.nav_list > li .nav_line_2 {
	display: inline-block;
	text-align: left;
	line-height: 1.2;
	vertical-align: middle;
}
.header02 li a:hover {
	opacity: .7;
}
.nav_sub,
.nav_sub02 {
	display: none;
}
@media only screen and (min-width: 960px) {
	.header02 {
		min-width: 960px;
	}
}
@media only screen and (min-width: 768px) {
	.header02 {
		min-width: 100%;
	}
	.header02 .panel {
		display: block !important;
	}
	.header02 a.menu {
		display: none;
	}
	.header02 .nav_list > li {
		float: left;
		width: 16.66%;
		height: 45px;
		line-height: 45px;
		position: relative;
	}
	.header02 .nav_list > li > a {
		height: 45px;
		vertical-align: middle;
	}
	.header02 .nav_list > li > a {
		display: block;
	}
	.nav_list > li a:hover + .nav_sub,
	.nav_sub:hover{
		display: block;
		position:relative;
		z-index: 10;
	}
	.nav_sub > li {
		position: relative
	}
	.nav_sub li {
		display: table;
		width: 100%;
	}
	.nav_sub li > a {
		display: table-cell;
		height: 55px;
		vertical-align: middle;
		line-height: 1.4;
		width: 100%;
		padding: 5px;
	}
	.nav_sub > li > a {
		background: #e6f2d3;
		color: #81bf24;
		text-align: left;
		position: relative;
		border-bottom: 1px solid #81bf24;
	}
	.nav_sub02 {
		position: absolute;
		left: 100%;
		top: 0;
		width: 150px;
		-webkit-box-shadow: 1px 1px 3px 0px #ddd;
		-moz-box-shadow: 1px 1px 3px 0px #ddd;
		box-shadow: 1px 1px 3px 0px #ddd;
	}
	.nav_sub02 a {
		color: #81bf24;
		text-align: left;
		border-bottom: 1px solid #81bf24;
	}
	.nav_sub > li > a:hover + .nav_sub02,
	.nav_sub02:hover {
		display: block;
	}
	.nav_sub > li:last-child > a,
	.nav_sub02 > li:last-child > a {
		border-bottom: 0
	}
}
@media only screen and (max-width: 767px) {
	.header02 .inner {
		width: 100%;
	}
	.header02 {
		position: relative;
		z-index:999;
		top:0;
		width:100%;
		background:#fff;
	}
	.header02 a.menu {
		 width:100%;
		 display:block;
		 height:50px;
		 line-height:50px;
		 font-weight: bold;
		 font-size:14px;
		 font-size:1.4rem;
		 text-align:left;
		 color: #333;
		 border-top: 1px solid #ccc;
		 border-bottom: 1px solid #ccc;
	}
	.header02 a#menu span {
		padding-left:10px;
		height:40px;
		font-size:18px;
		font-size:1.8rem;
	}
	.header02 ul li {
		float: left;
		width: 50%;
		display: table;
		line-height:1.2;
		border-bottom: 1px solid #ccc;
	}
	.header02 ul li:nth-child(2n+1) {
		border-right: 1px solid #ccc;
	}
	.header02 .nav_list > li > a {
		display: table-cell;
		background: #fff;
		padding: 5%;
		text-align:left;
		color: #333;
		font-size: 14px;
		font-size: 1.4rem;
		height: 45px;
		line-height: 1.2;
		text-decoration:none;
		vertical-align:middle;
	}
	.header02 div.panel {
		float:none;
		position: absolute;
		width: 100%;
		background: #fff;
	}
	.header02 .panel ul li a::before {
		content: none;
	}
}
