.header {
	background: url(../dfiles/14307/kejiaoxingnong/my/center/images/header-bg.png) repeat-x;
	width: 100%;
	min-width: 1180px;
}

.header-image {
	width: 1180px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	display: block;
}

.header-image img {
	margin: 0 auto;
	position: absolute;
	top: -50%;
	left: -50%;
	margin: 60px 0 0 590px;
}

.header-nav-con {
	width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #1f88dc;
    border-top: 1px solid #63b0f1;
}

.header-nav {
	font-weight: bold;
    width: 1180px;
    margin: 0 auto;
    background-color: #118cdc;
/*     display: flex; */
	clear:both;
}

.header-nav-item {
/* 	flex: 1; */
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	text-align: center;
	float:left;
	width: 14%;
}

.header-nav-item:hover {
    color: #fff;
    background-color: #1f88dc;
}

.header-nav-item:hover .header-second-con {
	visibility: visible;
}

.header-second-con {
	position: absolute;
	top: 50px;
	width: 100%;
	/* background: #f00; */
	opacity: 0.9;
	color: #fff;
	font-size: 15px;
	z-index: 3;
	visibility: hidden;
}

.header-nav-second {
	width: 100%;
	height: 50px;
	background: #096fc0;
	color: #fff;
	display:block;
}

.header-nav-second:hover {
	background: #0b54b6;
}






