/* CSS header */
.header{
	background-color: #3e9ce4/*#007cdb*/;
}

#cloud_header{
	position:fixed;
	z-index:1000;
	float:left;
	width:100%;

}
.header-hgt{
	height: 68px;
	line-height: 68px;
}
.header-content{
	color: #FFF;	
}
.header-content .logo{
	width: 250px;
	float: left;
}
.header-content .logo a{
	display:block;
	width:250px;
	height:68px;
	line-height:68px;
	text-align:center;
}
.header-content .menu{
	float: left;
}
.header-content .menu UL{
	list-style-type: none;
}
.header-content .menu UL LI{
	float: left;
}
.header-content .menu a{
	width:auto;padding:0px 8px;margin:0px 8px;
	display:inline-block;
	text-align:center;
	font-size:16px;
}
.header-content .menu a:hover{
	background-color: #1f8ce0;
}
.header-content .header-login{
	float: right;
	text-align: right;
	margin-right:20px;
}
.header-content .header-login a{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.header-content .menu-default a {
    background-color: #c9daf8;
}
.header-content .menu-default a:hover{
	background-color: #3da8fb;
}
#menu-line{
	position: absolute;
	height: 3px;
	width: 0px;
	top:65px;
	left:0px;
  	padding: 0;
  	background-color: #008bff;
  	-webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  	-moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  	-o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);	
}

.mnav{display:none;}

@media(max-width:960px)
{
.mnav{background:#3e9ce4/*#007cdb*/;display:block;position:fixed;top:0px;left:0px;width:100%;z-index:9999;}	
.navbar-brand{padding:2px 15px !important;}
a.navbar-brand img{height:40px;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:none !important;}
.navbar-default .navbar-toggle .icon-bar{background:#fff !important;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background:#fff;color:#3e9ce4;}
.navbar-default .navbar-nav>li>a{color:#fff;}
.news-content{margin-top:50px;overflow:hidden;}
	}