@charset "utf-8";


#header{
	width: 100%;
	background: #fff;
	position: absolute;
	z-index: 10;
	top: 0;
	height: 90px;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	box-shadow:0px 0px 10px rgba(0,0,0,0.2); 	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .headerBox{
	width: 100%;
	max-width: 1600px;
	min-width:1200px;
	height: 90px;
	margin:0px 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 .logo{
	z-index: 9;
	margin-top: 20px;
	float: left;
	margin-left: 0;
	-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 .icon-logo{
	position: relative;
	z-index: 9;
	display: block;
	width: 223px;
	height: 43px;
	background: url(../img/logo.png) no-repeat left top;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



#header .mainBox{
	position: relative;
}



#header .menu{
	height: 90px;
}
#header .menu .menuBox{
	margin:0 auto;
}
#header .menu ul.menu-con{
	padding: 0;
	text-align: center;
}
#header .menu ul li{
	display: inline-block;
	text-align: center;
	line-height: 0;
	position: relative;
	padding: 0 10px;	
	-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: 0 10px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	font-size: 16px;
	margin: 0;
}
#header .menu ul li:hover{
	background-color: #1185de;
}
#header .menu ul li:hover a span.cn{
	color: #fff;
}
	#header .nav{
		height: 0;
		overflow: hidden;
		background: #1185de;
		background: rgba(17,133,222,0.9);
		position: absolute;
		z-index: 9;
		width: 100%;
		left: 0;
		top: 90px;
		border-top: 0;	
	}
	#header .special_report .nav{
		width: 150%;
	}
	#header ul li:hover .nav{
		height: auto;
		padding-bottom: 10px;
	}
	#header .nav .con{
		width: 100%;
		margin: 0 auto;
	}
	#header .nav .con .navCon{
		overflow: hidden;
	}
	#header .nav .con ul{
		display: block;
		padding: 10px 0px 15px;
		margin-top: 0;
	}
	#header .nav .con ul li{
		list-style: none;
		display: block;
		float: none;
		padding: 0;
		width: 100%;
	}
	#header .nav .con ul li a{
		line-height: 34px;
		display: block;
		font-size: 13px;
		margin:0;
		text-align: center;
		color: #c8e1f5;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .nav .con ul li a:hover{
		color: #fff;
	}


	#header #nav_02{
		width: 307px;
	}
	#header #nav_02 .con ul li{
		width: 50%;
		float: left;
	}
	#header #nav_02 .con ul li a{
		text-align: left;
		padding-left: 30px;
		background:url(../img/next_btn.png) no-repeat 20px 14px;
		background-size: 5px;
	}
	#header #nav_03{
		width: 307px;
	}
	#header #nav_03 .con ul li{
		width: 50%;
		float: left;
	}
	#header #nav_03 .con ul li a{
		text-align: left;
		padding-left: 30px;
		background:url(../img/next_btn.png) no-repeat 20px 14px;
		background-size: 5px;
	}
	#header #nav_05{
		width: 460px;
	}
	#header #nav_05 .con ul li{
		width: 33.3%;
		float: left;
	}
	#header #nav_05 .con ul li a{
		text-align: left;
		padding-left: 30px;
		background:url(../img/next_btn.png) no-repeat 20px 14px;
		background-size: 5px;
	}
	#header #nav_07{
		width: 307px;
	}
	#header #nav_07 .con ul li{
		width: 50%;
		float: left;
	}
	#header #nav_07 .con ul li a{
		text-align: left;
		padding-left: 30px;
		background:url(../img/next_btn.png) no-repeat 20px 14px;
		background-size: 5px;
	}



#header .con_right{
	float:right;
	height:36px;
	color:#fff;
	margin-top: 15px;
	margin-right: 15px;
}

#header .con_right .language{
	background: url(../img/language.png) no-repeat 3px top;
	height: 30px;
	padding-left: 30px;
}
#header .con_right .language a{
	display: inline-block;
	line-height: 22px;
	font-size: 20px;
	color: #0e6eb8;
	font-weight: bold;
}
#header .con_right .language a:hover{
	color: #000;
}
#header .con_right .search{
	width: 180px;
	position: relative;
	float: left;
}
#header .con_right .search input{
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-left: 12px;
	border-radius: 30px;
	background: #f1f1f1;
	border: 1px solid #eaeaea;
}
#header .con_right .search button{
	width: 28px;
	height: 28px;
	background: url(../img/search_btn.png) no-repeat center center;
	border: 0;
	text-indent: -999em;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
}


@media screen and (max-width: 1200px) {


#header{
	width: 100%;
	background: #fff;
	height: 50px;
	position: fixed;
	z-index: 10;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.2);       
	box-shadow:0px 0px 10px rgba(0,0,0,0.2); 	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .headerBox{
	width: 100%;
	max-width: 100%;
	min-width:100%;
	height: 100%;
	margin:0px auto;
	-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{
	z-index: 9;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	-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 .icon-logo{
	position: relative;
	z-index: 9;
	display: block;
	width: 120px;
	height: 40px;
	background: url(../img/logo.png) no-repeat left top;
	background-size: 100%;
	-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{
	position: absolute;
	right: 0;
	top: 0;
	margin-top:0;
	-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.menu-con{
	padding: 0;
	position: fixed;
	background: #f1f1f1;
	z-index: 9;
	width: 100%;
	height: 100vh;
	left: 100%;
	top: 50px;
	-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.open{
	left: 0;
}
#header .menu ul li{
	float: none;
	display: block;
	position: relative;
	/*margin:0 25px;*/
	width: 100%;
	text-align: left;
	line-height: 0;
	padding-left: 30px;
	border-bottom: 1px solid #ddd;
}

#header .menu ul li.home{
	width: 100%;
	text-align: left;
}
#header .menu ul li.culture{
	width: 100%;
	text-align: left;
}
#header .menu ul li.home a{
	display: block;
}
#header .menu ul li a span.cn,
#header .menu ul li span.cn{
	position: relative;
	display: block;
	margin:0;
	color: #000;
	height: 60px;
	padding-left:0px;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	margin: 0;
}
#header .menu ul li a:hover span.cn{
	color: #0e6eb8;
	height: 60px;
	border-bottom: 0;
}
#header .menu ul li:hover span.cn{
	color: #fff;
}
	#header .nav{
		height: 0;
		overflow: hidden;
		background: #ddd;
		position: fixed;
		z-index: 9;
		width: 60%;
		height: 0;
		left: 40%;
		top: 50px;
		border-top: 0;		
		
	}
	#header ul li:hover .nav{
		height: 0;
	}
	#header ul li .nav.open{
		height: 100%;
	}
	#header .nav .con{
		width: 100%;
		margin: 0 auto;
	}
	#header .nav .con .navCon{
		float: none;
		overflow: hidden;
	}
	#header .nav .con ul{
		float: none;
		display: block;
		padding: 0;
		border-right: 0px solid #ccc;
		padding: 0 0px;
		margin-top: 0px;
		min-height: auto;
	}
	#header .nav .con ul li{
		float: none;
		list-style: none;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	#header .nav .con ul li a{
		line-height: 60px;
		display: block;
		margin:0
	}
	#header .nav .con .hot{
		display: none;
	}

	#header #nav_04.nav .con ul,
	#header #nav_05.nav .con ul{
		float: none;
		display: block;
		padding: 0;
		border-right: 0;
		padding: 0 0px;
		margin-top: 0px;
	}
	#header #nav_04.nav .con ul li,
	#header #nav_05.nav .con ul li{
		float: left;
		list-style: none;
		margin:0;
		width:100%;
	}
	#header  #nav_04.nav .con ul li a,
	#header  #nav_05.nav .con ul li a{
		line-height: 60px;
		display: block;
		margin:0
		border:0;
		border-bottom: 0;
		background-color: #ddd;
		height: 60px;
		text-align: left;
	}

	#header .nav .con ul li a{
		line-height: 34px;
		display: block;
		font-size: 13px;
		margin:0;
		text-align: center;
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	#header .nav .con ul li a:hover{
		color: #fff;
	}


	#header #nav_02,
	#header #nav_03,
	#header #nav_04,
	#header #nav_05,
	#header #nav_06,
	#header #nav_07{
		width: 60%;
	}
	#header #nav_02 .con ul li,
	#header #nav_03 .con ul li,
	#header #nav_04 .con ul li,
	#header #nav_05 .con ul li,
	#header #nav_06 .con ul li,
	#header #nav_07 .con ul li{
		width: 100%;
		float: none;
	}
	#header #nav_02 .con ul li a,
	#header #nav_03 .con ul li a,
	#header #nav_04.nav .con ul li a,
	#header #nav_05.nav .con ul li a,
	#header #nav_06.nav .con ul li a,
	#header #nav_07.nav .con ul li a,
	#header #nav_08 .con ul li a{
		text-align: left;
		padding-left: 30px;
		background:none;
		background-size: 5px;
		line-height: 50px;
		height: 50px;
	}
/*	#header #nav_05.nav .con ul li{
		width: 50%;
		float: left;
	}
	#header #nav_05.nav .con ul li a{
		padding-left: 0;
		text-align: center;
	}*/


#header .menu .menu-btn{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/icon.png) no-repeat -695px -44px;
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 10px;
}

#header .con_right{
	float:none;
	position: absolute;
	top: 14px;
	right: 50px;
	height:36px;
	color:#fff;
	margin-top: 0px;
}
#header .con_right .search{
	display: none;
	width: 200px;
	position: relative;
	float: left;
}
#header .con_right .search input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ddd;
}
#header .con_right .search button{
	width: 36px;
	height: 36px;
	background: url(../img/icon.png) no-repeat -500px top;
	border: 0;
	text-indent: -999em;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}
#header .con_right .QR_code {
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 0px;
	margin-top: 8px;
}

#header .con_right .QR_code a{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/icon.png) no-repeat -595px -44px;
	opacity: 0.5;
	cursor: pointer;
}
#header .con_right .QR_code a:hover{
	opacity: 0.8;
}
/*手机样式*/
}