header{
	width: 100%;
	min-width: 1200px;
	background-color: #e7eaec;
	height: 70px;
}
header .headerContainer{

	background-color: #fff;
		width: 100%;
	min-width: 1200px;
	height: 66px;
	padding: 8px 35px 0;
	
}
.logoPanel{
	float: left;
    height: 60px;
    line-height: 60px;
	margin: 0 30px 0 0;
}
.logoPanel img{
	display:block;
	width: 192px;
	height: 46px;
}
.screeningPanel{
	float: left;
		width: 98px;
		height: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	background-color: #4285f4;
	line-height: 44px;
	margin: 5px 0 0;
	position: relative;
	cursor: pointer;
}
.screeningPanel .subMenuPanel{
	position: absolute;
	width: 158px;
	z-index: 10;
	
}
.maskContainer{
	position: fixed;
	top: 70px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0,.5);
	z-index: 9;


}
.screeningPanel .subMenuPanel .subMenuPanelIn{
	background-color: #fff;
	margin: 12px 0 ;
		-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.subMenuPanel .sMenuItem{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e7eaec;
	padding: 0 38px 0 20px;
}


.subMenuPanel .sMenuItem a{
	color: #333;
}
.subMenuPanel .sMenuItem:last-child{
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	botder-bottom:none;
}
.subMenuPanel .sMenuItem:hover a,
.subMenuPanel .sMenuItemActive a{
	color: #4285f4;
}


.screeningPanel .screeningItem{
text-align: center;
}
.screeningPanel .screeningItem .screenTxt{
	color: #fff;
	vertical-align: middle;
	margin: 0 5px 0 0;
	
}
.screeningPanel .screeningItem img{
	
	width: 10px;
	height: 6px;
	color: #fff;
	vertical-align: middle;
	
}
nav{
	float: left;
	height: 100%;
}
nav ul{
	float:left;
	height: 100%;
}
nav li{
	float: left;
	height: 62px;
	width: 100px;
	text-align: center;
	line-height: 100%;
	    line-height: 52px;
		position: relative;
}
nav li a{
	font-size: 16px;
	color: #333;
	display: block;
	background-color: #fff;
	
}
.active:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: -webkit-linear-gradient(left, #4d4ac1 , #2e67c6); 
  background: -o-linear-gradient(right, #4d4ac1, #2e67c6); 
  background: -moz-linear-gradient(right, #4d4ac1, #2e67c6);
  background: linear-gradient(to right, #4d4ac1 , #2e67c6); 
  	-moz-border-radius: 2px;
  -webkit-border-radius: 2px; 
  border-radius: 2px;
}

nav li.active a,
nav li a:hover {
	color: #4285f4;
}
.myPanel{
	float: right;
	height: 100%;
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.myPanel .myPanelIn{
	    height: 100%;
    width: 100%;
}
.myPanel .myMenuPanel{
	position: absolute;
	width: 214px;
	z-index: 8;
	left: 0px;
    top: 50px;
}

 .myMenuPanel .myMenuPanelIn{
	background-color: #fff;
	margin: 12px 0 ;
		-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	border-left: 1px solid #e7eaec;
	border-right: 1px solid #e7eaec;
}
.myMenuPanel .myMenuItem{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e7eaec;
	padding: 0 38px 0 20px;
}


.myMenuPanel .myMenuItem a{
	color: #333;
	display: block;
}
.myMenuPanel .myMenuItem a .iconfont{
	font-size: 22px;
	vertical-align: -2px;
	margin: 0 15px 0 0;
	color: #adadad;
}
.myMenuPanel .myMenuItem:last-child{
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	botder-bottom:none;
}
.myMenuPanel .myMenuItem:hover a,
.myMenuPanel .myMenuItemActive a,
.myMenuPanel .myMenuItemActive a .iconfont{
	color: #4285f4;
}














.myPanel .myphoto{
	width: 30px;
	height: 30px;
	  	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float:left;
	margin: 10px 15px 0 0;
}
.myPanel:before{
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	background-color: #e7eaec;
	left: 0;
    top: 15px;
}
.myPanel .mySelectPanel{
	float:left;
}
.currentPanel{
	float: left;
	margin: 15px 0 0;
}
.currentPanel img{
	width: 14px;
	height: 8px;
	
}
.currentPanel .myName{
	color: #333;
	float: left;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 7px 0 0;
	
}
/* @media (max-width: 1200px)  {
	header .headerContainer{
			padding: 8px 0 0;
	}

} */