.head {
	background-color: rgba(255,255,255,0.95);
	height: 59px;
	width: 100%;
	position: fixed;
	z-index: 8;
	top:0;
	left:0;
	-moz-box-shadow:0px 2px 2px #ccc;
	-webkit-box-shadow:0px 2px 2px #ccc;
	box-shadow:0px 2px 2px #ccc;
}
.heads {
	/*background-color: rgba(255,255,255,0.95);
	-moz-box-shadow:0px 2px 3px #cccccc;
	-webkit-box-shadow:0px 2px 3px #cccccc;
	box-shadow:0px 2px 3px #cccccc;*/
}
.head_slash {
	width: 100%;
	height:58px;
	position: absolute;
	z-index:7;
	top:0;
	left:0;
	/*filter:alpha(opacity=12);  
	-moz-opacity:0.12;  
	-khtml-opacity: 0.12;  
	opacity: 0.12;*/
	/*background:url(../../images/outside/slash.png) repeat; */ 
}
.head_slashs {
	/*background:url(../../images/outside/slash.png) repeat;*/
}
.version {
	
	padding-left:36px;
}
.version p {
	line-height: 48px;
	color:#666;
	font-size:15px;
}
.head_content {
	background: none;
	position: absolute;
	z-index:8;
	top:0;
	left:50%;
	width:1240px;
	margin-left:-620px;
}
.logo {
	width: 182px;
	height: 56px;
	margin-top:3px;
	background: url(../../images/outside/logo.png) left center no-repeat;
	line-height:56px;
	font-size:22px;
	padding-left:45px;
	font-weight:bold;
	color:#666;
}
.logo_white {
	/*background: url(../../images/outside/logo_white.png) 6px center no-repeat;*/
}
/*菜单*/
.menu {
	margin-right:45px;
}
.menu .menu_text a {
	display:block;
	padding:3px 16px;
	line-height: 25px;
	margin:0 10px;
	margin-top:15px;
	text-decoration: none;
	font-size:18px;
	font-weight:normal;
	border-radius: 4px;
	/*background-color: rgba(255,255,255,0.5);*/
}
/*.menu .menu_texts a {
	color:#fff;
	line-height: 25px;
	margin-top:13px;
	text-decoration: none;
	font-weight:normal;
	/*background-color: rgba(0,0,0,0.1);
} */
.menu .menu_text a:hover {
	border-radius: 4px;\
	color:#fff;
	background-color: rgba(0,0,0,0.2);
}
/*.menu .menu_texts a:hover {
	font-weight:normal;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.2);
}*/
.menu .menu_line {
	color:#ccc;
	margin:0 8px;
	line-height: 58px;
}
.menu_language {
	padding-right:12px;
}
/*多语言*/
.language {
	position: relative;
}
.language_change {
	border:1px solid #ccc;
	background: #fff6c2;
	width: 100px;
	height: 26px;
	padding:0 12px;
	margin-top:15px;
}
.national_flag {
	margin-top:5px;
	zoom:1;
}
.national_text {
	/*margin-top:3px;*/
	margin-left:8px;
	zoom:1;
	line-height: 26px;
}
.change_language_val {
	position: absolute;
	z-index:7px;
	top:43px;
	left:0;
}
.change_language_val ul {
	border:1px solid #ccc;
	border-top:none;
	border-bottom:none;
	background: #fff;
}
.change_language_val li {
	width: 100px;
	height: 26px;
	padding:0 12px;
	border-bottom:1px solid #ccc;
}
.change_language_val li:hover {
	background: #eee;
	cursor: default;
}


.public-head .head-top-toolbar {
	background-color:#4dc2e6;
}
