/*Top Bar (login, search etc.)
------------------------------------*/
body{
	font-family:Microsoft YaHei;
}
.top {
	padding-top: 9px;
	padding-bottom:5px;
	background:#242426;
}

.loginbar {
	padding: 0;
	z-index: 9999;
	float:right;
	margin:40px 0 0 50px;
	color:#1079b5;
	font-size:16px;
	font-weight:bold;
}
.loginbar .login{
	color:#1079b5;
	vertical-align:middle;
}

.loginbar li i.icon-globe { 
	color: #bbb;
}

/*Lenguages*/
.leng_en,.leng_cn{
    color:#1079b5;
    vertical-align: middle;
    margin-left:10px;
}

/*Header Default
------------------------------------*/
.header {
	z-index:999;
	width:100%;
}

.header .navbar {
	margin: 0;
	min-height: inherit;
}

.header .navbar-default {
	border: none;
	background:#fff;
}

.header .navbar-collapse {
	position: relative;
	/*max-height: inherit;*/
}

/*Brand*/
.header .navbar-brand { 
	z-index: 2;
	position: relative;
	padding:34px 0px 24px 15px;
	height:auto;
}
.header .navbar-brand img{
	max-width:100%;
}

/*Navbar*/
.header .navbar-default .navbar-nav > li > a {
	color: #1a1a1a;
	font-size: 16px;
	font-weight:bold;
	padding:7px 25px;
	margin:0;
	text-transform: uppercase;
	font-family:Microsoft YaHei;
	display:block;
}

.header .navbar-default .navbar-nav > li > a:hover,
.header .navbar-default .navbar-nav > .active > a {
	background:none;
	color:#1079b5;
}

/*Dropdown*/
.header .navbar-right .dropdown-menu {
	right: inherit;
}

.header .navbar .nav > li > a i.icon-angle-down {
	top: -1px;
	left: 1px;
	font-size: 12px;
	position: relative;
	margin: 0 !important;
}

/*Navber Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #1a1a1a;
}

.navbar-default .navbar-toggle {
	border-color: #1a1a1a;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #e11313;
}

/*Serach Box*/
.header .navbar .search-open {
	right: 0; 
	top: 50px; 
	display: none;
	padding: 14px; 
	position: absolute;
	background: #fcfcfc; 
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd; 
}

.header .navbar .nav > li > a.search {
	color: #aaa;
	cursor: pointer;
	padding: 8px 8px 10px;
	border-bottom-color: #aaa;
	background: #f7f7f7 !important;
}

.header .navbar .nav > li > a.search:hover {
	color: #72c02c;
	border-bottom-color: #72c02c;
}

.header .navbar .search-open form {
	margin: 0;	
}

.header .navbar a.search [class^="icon-"],
.header .navbar a.search [class*=" icon-"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}

.header .navbar a.search [class^="icon-"].icon-large,
.header .navbar a.search [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

.dnSearch_bg{position:absolute; width:100%; height:110px; left:0; bottom:0; background:rgba(0,0,0,.6); z-index:99;}
.dnSearch{width:540px; margin:28px auto 0; height:54px; line-height:52px; border:solid 1px rgba(153,153,153,.48);}
.dnSearch_tit{font-size:40px; letter-spacing:2px; color:#fff; opacity:0.4; margin-left:16px;}
.dnSearch_dn{font-size:28px; color:#fff; border:none; height:52px; background:none; vertical-align:top; width:416px; text-align:center; float:left;}
.dnSearch_btn{width:122px; height:52px; border:none; border-left:solid 1px rgba(153,153,153,.48); float:right; text-align:center; background:transparent; color:#999498; font-size:28px;}

/*Responsive @Media 
------------------------------------*/
@media (min-width: 767px) {
	/*Navbar Collapse*/
	.header .navbar-collapse {
		padding: 0;
	}

	/*Navbar*/
	.header .navbar-nav {
		position: relative;
		margin-top:6px;
	}

	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:focus {	
		height:97px;
		line-height:97px;
		padding:0;
		margin-left:35px;
	}
	
	.header .navbar-default .navbar-nav > .active > a:after{
		content:"";
		display:block;
		width:100%;
		height:3px;
		background:#1679b9;
		position:absolute;
		left:0px;
		top:65px;
	}

	.header .navbar-default .navbar-nav > .open > a,
	.header .navbar-default .navbar-nav > .open > a:hover,
	.header .navbar-default .navbar-nav > .open > a:focus {
		color: #72c02c;
	}

	/*Dropdown Menu*/
	.header .dropdown-menu { 
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0; 
		z-index: 9999 !important;
		margin-top: -2px !important; 
		border-top: solid 2px #72c02c; 
		border-bottom: solid 2px #687074; 
	}

	.header .dropdown-menu li a { 
		color: #687074; 
		font-size: 13px; 
		font-weight: 400; 
		padding: 6px 15px; 
		border-bottom: solid 1px #eee;
	}

	.header .dropdown-menu .active > a,
	.header .dropdown-menu li > a:hover {
		color: #fff;
		filter: none !important;
		background: #687074 !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.header .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

	/*Search Box*/
	.header .navbar .search-open {
		width: 330px;
	}	
}

@media (max-width: 767px) {
	/*Search Box*/
	.header .navbar .search-open {
		left: 20px; 
		top: inherit;
		bottom: -5px; 
		padding: 15px;
		border-top: none;
		box-shadow: none;
		background: none; 
	}	
}