.head{
	width:100%;
	height:180px;
	background-image:url(../image/bar.png);
	background-size:contain;
	background-repeat:repeat-x;
	padding-top:15px;
	}
body{
	background-image:url(../image/bg3.png);
	background-size:contain;
	background-repeat:repeat-x;
	}
.head-logo{
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:130px;
	height:130px;
	float:left;
	margin-right:30px;
	margin-left:10px;
	}
.head-title{
	position:relative;
	height:85px;
	width:800px;
	margin-bottom:25px;
	}
.head-nav{
	 width:100%;
	 height:32px;
	 border-bottom:#A38BB4 2px solid;
	 border-top:#A38BB4 2px solid;
	 }

.head-nav-box{
	position:relative;
	float:left;
	margin:5px;
	margin-top:4px;
	height:25px;
	width:110px;
	text-align:center;
  	color: #9778A4;
  	/*color: #000000;*/
	font-size:16px;
	font-weight:bold;
  	font-family:"微软雅黑","黑体", sans-serif , "Arial Black", "Franklin Gothic Bold" , Impact, Haettenschweiler;
}
.head-nav-hidden{
	 padding-left:10px;
	}
.head-nav-box:hover{
	cursor:pointer;
	position:relative;
	float:left;
	margin:4px;
	margin-top:4px;
	height:25px;
	width:110px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
  	color:#DC9641;
	border-right:#DC9641 thin solid;
	border-left:#DC9641 thin solid;
  	font-family:"微软雅黑","黑体", sans-serif , "Arial Black", "Franklin Gothic Bold" , Impact, Haettenschweiler;
	}
.langlink{
	position:absolute;right:10px;top:10px;
	}
.langlink a{
	color:#A589BE;
	font-size:14px;
	font-family:"微软雅黑","黑体", sans-serif , "Arial Black", "Franklin Gothic Bold" , Impact, Haettenschweiler;
	cursor:pointer;
	}
