@charset "utf-8";
.top{
	height: 36px;
	background: #eee;
	text-align: right;
	font-size: 13px;
	color: #555;
	line-height: 36px;
}

#header{
	width: 100%;
	top: 0;
	position: relative;
	z-index: 10;
	background-color: #fff;
	left: 0;
	transition: all 0.2s ease-in-out;
}
.header-block{
	height: 140px;
	transition: all 0.2s ease-in-out;
}
#header .headerBox{
	padding-top: 0px;
	max-width: 1200px;
	min-width:1200px;
	margin: 0 auto;
	height: 100px;
	padding: 15px 0;
	position: relative;
	border-bottom-color: #fff;
}

#header .logo a{
	display: block;
	position: relative;
	width: 364px;
	height: 71px;
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
	z-index: 9;
	transition: all 0.2s ease-in-out;
}
#header .logo .icon-logo{
	display: none;
}


#header .menu{
	position: relative;
	z-index: 11;
	background-color: #087CD6;
	height: 60px;
}
#header .menu-box{
	position: relative;
	width: 1212px;
	margin: 0 auto;
	padding-left: 8px;
}
#header .menu-con>ul{
	margin: 0px;
}
#header .menu-con>ul>li{
	display: block;
	position: relative;
	float: left;
	width: 12.5%;
	margin: 0 0 0 -1px;
	padding: 0;
}
#header .menu-con>ul>li>a{
	display: block;
	margin: 0;
	position: relative;
	z-index: 3;
	padding: 8px 0 ;
	transition: all 0.2s ease-in-out;
	/* border-bottom: 3px solid #087CD6; */
}
#header .menu-con>ul>li:hover>a{
	/* border-bottom: 3px solid #0560BD; */
}
#header .menu-con>ul>li>a>span.cn{
	display: block;
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding: 0 18px 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	margin: 0;
	top: 0;
	border-left: 1px solid #0560BD;
}
#header .menu-con>ul>li.nav8>a>span.cn{
	border-right: 1px solid #0560BD;
}
#header .menu-con>ul>li.nav1>a>span.cn{
	border-left: none;
}
#header.on .menu-con>ul>li>a>span.cn{
	color: #000;
}
#header .menu-con>ul>li:hover>a{
	background-color: #0560BD;
}
#header .menu-con>ul>li:hover>a>span.cn{
	color: #fff;
}
/* 二级菜单 */
#header .menu-con>ul>li .navCon{
	position: absolute;
	z-index: 0;
	top: 60px;
	padding: 10px 20px;
	left: 0;
	width: 100%;
	background: #F6F9FF;
	display: none;
	opacity: 0;
	overflow: hidden;
	/* transition: all 0.2s ease-in-out; */
}
#header .menu-con>ul>li:hover .navCon{
	display: block;
	opacity: 1;
}
#header .menu-con>ul>li.nav5 .navCon{
	left: -25%;
	width: 150%;
}
#header .menu-con>ul>li.cur>a>span.cn{color: #0560BD;}
#header .menu-con>ul>li .navCon a{
	font-size: 16px;
	display: block;
	line-height: 0px;
	text-align: center;
	color: #333;
	padding: 0;
	border-bottom:1px solid #D1E4FF;
	transition: all 0.2s ease-in-out;
}
#header .menu-con>ul>li:hover .navCon a{
	line-height: 40px;
}
#header .menu-con>ul>li .navCon a:hover{
	color: #0560BD;
}

#header .con{
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 11;
}
#header .search{
	display: inline-block;
	position: relative;
}
#header .search input{
	width: 200px;
	padding-left: 15px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	color: #000;
	background: #eff3f3;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
#header .con input::placeholder{
	color: #666;
}
#header .search input:focus{
	width: 280px;
}
#header .con input:focus::placeholder{
	color: #333;
}
#header .con button{
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 14px;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	background: #087CD6 url(../img/search.png) no-repeat 6px center;
	border-radius: 2px;
	cursor: pointer;
}


#header.on{
	border-bottom: 1px solid #f1f1f1;
}
#header.on{
	height: 100px;
}
#header.on .logo{
	width: 100px;
	height: 100px;
	top: 8px;
}
#header.on .logo a{
	height: 100px;
}
#header.on .menu{
	top: 15px;
	left: 120px;
}
#header.on .menu-con>ul>li>a>span.cn{
	transition: all 0.2s ease-in-out;
}
#header.on .con{
	top: 28px;
}

@media screen and (max-width: 768px) {
/* 	body.open{overflow: hidden;}

	#header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		height: 50px;
		border-bottom: 1px solid #f1f1f1;
	}
	#header.on{
		top: 0;
		border-bottom: 1px solid #f1f1f1;
	}
	#header .headerBox{
		width: 100%;
		max-width: 100%;
		min-width:100%;
		margin:0 auto;
		position: relative;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.header-block{
		height: 50px;
		transition: all 0.2s ease-in-out;
	}

	#header .search-btn{
		position: absolute;
		background: url(../img/header-search.png) no-repeat center center;
		background-size: 21px;
		width: 40px;
		height: 40px;
		top: 5px;
		right: 55px;
		cursor: pointer;
	}
	#header .con {
		position: absolute;
		display: block;
		top: 0px;
		height: 50px;
		width: 60%;
		left: 20%;
	}
	#header .search{
		opacity: 0;
		display: flex;
		position: relative;
		top: 10px;
		right: -400px;
		padding: 0 15px;
		transition: all 0.4s ease-in-out;
	}
	body.open #header .search{
		right: 0;
		opacity: 1;
	}
	#header .search form{
		flex: 1;
	}
	#header .search .search-btn-close{
		font-size: 14px;
		width: 40px;
		line-height: 30px;
		text-align: right;
		color: #888;
	}
	#header .con input{
		width: 100%;
		padding-left: 10px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 30px;
		color: #333;
		border: 1px solid rgba(200,200,200,0.4);
		background: rgba(255,255,255,1);
		font-size: 14px;
	}
	#header .search input:focus{
		width: 100%;
		padding-left: 10px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 30px;
		color: #333;
		border: 1px solid rgba(200,200,200,0.4);
		background: rgba(255,255,255,1);
		font-size: 14px;
	}
	#header .con input::placeholder{
		color: #888;
	}
	#header .con button{
		position: absolute;
		right: 20px;
		top: 3px;
		font-size: 14px;
		width: 24px;
		height: 24px;
		text-indent: -999em;
		background: url(../img/search.png) no-repeat center center;
		background-size: 16px;
		cursor: pointer;
	}
	#header .con .service{
		display: none;
	}
	
	#header .qr{
		display: none;
	}
	
	#header .logo{
		position: absolute;
		width: 50px;
		height: 50px;
		background: url(../img/head-logo.png) no-repeat left center;
		background-size: 100%;
		top: 0px;
		left: 10px;
		z-index: 9;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .logo a{
		height: 50px;
	}

	#header .menu{
		position: absolute;
		background: none;
		width: 50px;
		height: 50px;
		left: auto;
		top: 0px;
		right: 0;
		z-index: 11;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;	
	}



	#header .menu .icon-menu-btn {display: block; width: 40px; z-index: 12; height: 40px; margin-top: 5px; position: relative;}
				.icon-menu-btn:before, .icon-menu-btn:after { content: ""; display: block; width: 20px; height: 2px; background: #84a767; border-radius: 4px; position: absolute; left: 0; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
				.icon-menu-btn:before { top: 11px; left: 10px; box-shadow: 0 8px #84a767; }
				.icon-menu-btn:after { bottom: 11px;  left: 10px;}
				.icon-menu-btn.open:before { top: 19px; left: 8px; width: 23px; height: 2px; background: #84a767; -webkit-transform: rotate(45deg); transform: rotate(45deg);  box-shadow: none;}
				.icon-menu-btn.open:after { bottom: 19px; left: 8px; width: 23px; height: 2px; background: #84a767; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	#header .menu .menu-con-bg{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.85);
	}
	#header .menu .menu-con{
		position: fixed;
		z-index: 11;
		right: -100%;
		top: 0;
		width: 80%;
		height: 100%;
		background: #fff;
		padding: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;	
	}
	#header .menu .menu-con.open{
		right: 0%;
		overflow: auto;
	}
	#header .menu .menu-title{
		font-size: 22px;
		font-weight: 200;
		color: #888;
		height: 50px;
		box-sizing: border-box;
		padding: 10px 0 0 20px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .menu ul{
		margin: 0 20px 20px;
		border-top: 1px dashed #dbd6d8;
	}
	#header .menu ul li{
		display: block;
		float: none;
		margin: 0;
		position: relative;
		border-bottom: 1px dashed #dbd6d8;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .menu ul li a span.cn{
		position: relative;
		display: block;
		color: #000;
		padding: 8px 0;
		line-height: 33px;
		overflow: visible;
		text-align: left;
		font-size: 18px;
		margin: 0;
	}
	#header .menu-con>ul>li:hover>a{
		border-bottom:0;
	}
	#header .menu-con>ul>li.nav1:hover>a,
	#header .menu-con>ul>li.nav5:hover>a,
	#header .menu-con>ul>li.nav6:hover>a{
		border-bottom: 0;
	}
	#header .menu ul li a:hover span.cn{
		color: #84a767;
	}
	#header .menu ul li.about a span.cn{
		padding: 20px 0 0 0;
	}
	#header .menu-con>ul>li>a>span.cn::after{
		content: '';
		display: none;
		position: absolute;
		width: 4px;
		height: 20px;
		background-color: #84a767;
		bottom: 14px;
		left: -20px;
		margin-left: 0;
	}
	#header .menu ul li .navCon{
		position: relative;
		z-index: 0;
		top: 0;
		padding:  0;
		margin-top: -8px;
		left: 0;
		width: 100%;
		background: #FFF;
		border-radius:0;
		display: block;
		height: auto;
		opacity: 1;
		overflow: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .menu ul li .navCon ul{
		margin: 0;
		padding: 0 0 10px 0;
		overflow: hidden;
		border: 0;
	}
	#header .menu-con > ul > li > a{
		padding: 8px 0;
		border: 0;
	}
	#header .menu-con > ul > li:hover > a{
		border: 0;
	}
	#header .menu-con > ul > li > a > span.cn{
		border: 0;
	}
	#header .menu ul li .navCon li{
		float: left;
		width: 50%;
		border: 0;
	}
	#header .menu ul li .navCon a{
		font-size: 14px;
		display: block;
		line-height: 32px;
		color: #666;
		text-align: left;
		transition: all 0.2s ease-in-out;
	}
	#header .menu-con ul li:hover .navCon a{
		line-height: 32px;
	}
	#header .menu ul li .navCon a:hover{
		background: #fff;
		color: #84a767;
		line-height: 32px;
	}
	#header .menu ul li.nav2 .navCon{
		display: none;
	}
	#header .menu-con > ul > li.nav4 .navCon{
		width: 100%;
	} */
}