.inner {
	width: 1200px;
	margin: auto;
}

#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	z-index: 10;
	height: 90px;
	background: rgba(0, 0, 0, .5);
}

#header[data="home"] {
	background: 0 0 !important;
}

#header .mbtn {
	display: none;
}

#header .logo {
	float: left;
	padding: 27px 0 0 0;
}

#header .nav {
	float: right;
	margin: 15px 0px 0 0;
}

#menuList dl {
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	display: none;
}

#menuList:hover dl {
	display: block;
	line-height: 60px;
}

#header .nav li#menuList dl a {
	border-bottom: none;
	color: #000;
	font-size: 15px;
	padding: 0 5px;
}

#header .nav li#menuList dl dd {
	display: inline-block;
}

#header .nav a,
#header .nav a:link,
#header .nav a:active,
#header .nav a:hover,
#header .nav a:visited {
	color: #000;
}

#header .nav li {
	float: left;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	margin: 0 2px;
}

#header .nav li a {
	padding: 0 14px 0 14px;
}

#header .nav li.language {
	width: 0;
	position: relative;
}

#header .nav li.language a {
	position: absolute;
	left: 0;
	white-space: nowrap;
	border: 1px #fff solid;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	top: 18px;
	border-radius: 20px;
}

#header .nav li.language a:hover {
	border: 1px #fff solid;
}

#header .nav li.fdj {
	margin-top: 20px;
}

#header .nav li a {
	/* width: 100%;
	height: 100%;*/
	display: block; 
	border-bottom: 3px transparent solid;
}

#header .nav li:hover a,
#header .nav li.cur a {
	border-bottom: 3px #004ea2 solid;
}

#header .nav.on li.cur a {
	border-bottom: 3px transparent solid;
}

#main {
	overflow: hidden;
}


[data='pc'] {
	display: block;
}

[data='m'] {
	display: none;
}

@media only screen and (max-width:690px) {
	[data='pc'] {
		display: none;
	}

	[data='m'] {
		display: block;
	}

	.inner {
		width: 100%;
	}

	#header {
		height: 60px;
	}

	#header .inner {
		width: 100% !important;
	}

	#header[data="home"] {
		background: rgba(0, 0, 0, .5) !important
	}

	#menuList dl {
		position: relative;
		padding: 10px 0;
	}

	#menuList:hover dl {
		line-height: 40px;
	}

	#header .nav li#menuList dl a {
		font-size: 11px;
	}

	#header .mbtn {
		height: 60px;
		width: 20%;
		background: #165da9;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 60px;
		text-align: center;
		color: #FFF;
	}

	#header .mbtn:before {
		content: '';
		background: url(../images/menu.png) no-repeat;
		width: 19px;
		height: 17px;
		display: inline-block;
		background-size: 100%;
		vertical-align: middle;
		margin-right: 5px;
		margin-top: 23px;
	}

	#header .mbtn span {
		vertical-align: middle;
	}

	#header .logo img {
		height: 33px;
	}

	#header .logo {
		margin: auto;
		float: none;
		text-align: center;
		padding-top: 17px;
	}

	#header .nav {
		float: none;
		width: 100%;
		margin: 0;
		background: rgba(255, 255, 255, .9);
		overflow: hidden;
		position: absolute;
		top: 60px;
		left: 0;
		z-index: 1000;
		display: none;
	}

	#header .nav li {
		width: 100%;
		margin: auto;
		float: none;
		border-bottom: 1px #d6d6d6 solid;
		line-height: 60px;
	}

	#header .nav li a:hover,
	#header .nav li.cur a {
		color: #19b6f0;
		border: none;
	}

	#header .nav li.language {
		width: 94%;
		height: 60px;
	}

	#header .nav li.language a {
		position: inherit;
		border: none;
		font-size: 18px;
	}

	#header .nav li.language a:hover {
		border: none;
	}

	#header .nav li a:hover {
		border-bottom: 0px
	}

	#header .nav a,
	#header .nav a:link,
	#header .nav a:active,
	#header .nav a:hover,
	#header .nav a:visited {
		color: #000;
	}

}

#header {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000)";
}

#header .inner {
	width: 1200px;
	/* overflow: hidden; */
}