body, html {
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid rgba(29, 32, 137, 0.79);
	min-height: 1000px;
}
#theHead {
	position: relative;
	/*height: 12rem;*/
	height: 5rem;
	border-bottom: 0.02rem solid #cb9f59;
	background-color: rgba(228,236, 242, 0.99);
}
#theHead .thelogo{
	    position: absolute;
    left: 5%;
    top: 1.5rem;
    font-size: 2.5rem;
    line-height: 4rem;
	font-weight: bold;
}
#theHead .thelogo a{
	    color: #fff;
    text-decoration: none;
}
#theHead .the_menu {
	position:absolute;
	left: 9rem;
	top:1.5rem;
	font-size:2rem;
	line-height: 4rem;
}
#theHead .the_menu a{
	margin-right: 1rem;
	color:#000;
	text-decoration: none;
}
#theHead .the_user {
	position:absolute;
	right: 5%;
	top:1.5rem;
	font-size:2rem;
	line-height: 4rem;
}
#theHead .the_user a{
	margin-right: 1.1rem;
	color:#fff;
	text-decoration: none;
}
#theHead .the_search_box{
	width:90%;
	height:4rem;
	position:relative;
	top: 6rem;
	background-color: #fff;
	z-index: 102;
	border-radius: 1rem;
	text-align:center;
	margin:1px auto;
	border: 0.2rem solid #cb9f59;
	display:none;
}
#theHead .the_search_box .searchinput{
	border: 0;
	height: 4rem;
	line-height:4rem;
	width:95%;
	font-size:2rem;
	padding-left:1rem;
	padding-right:1rem;
	color: #999;
	background:url(../images/i-search.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#theHead .the_search_box .searchtype{
	display:none;
}
#theHead .the_search_out{
	width:90%;
	position:absolute;
	left: 5%;
	height:35rem;
	top: 11.5rem;
	background-color: rgba(255,255,255,0.95);
	z-index: 103;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	display:none;
}
#theHead .the_search_out .ch_search_type{
	font-size:2rem;
	line-height:2rem;
	text-align:center;
	padding:2rem;
}
#theHead .the_search_out .ch_search_type span{
	margin: 0 1rem 0 1rem;
	padding: 0.5rem;
	color:#000;
	text-decoration: none;
	background-color:#aaa;
}
/* 下面是：点击输入框弹出标签，所有的宽度和高度都在index-head-mobile.js中调整 */
#theHead .the_search_out .searchkey{
	width: 95%;
	height: 26rem;
	padding-top:2rem;
	overflow-x:none;
	overflow-y: auto;
	margin: 0 auto;
}
#theHead .the_search_out .searchkey .level1{
	padding-bottom: 4rem;
}
#theHead .the_search_out .searchkey .level1 .title{
	font-size: 2rem;
	line-height: 2.5rem;
	padding-bottom: 1rem;
}
#theHead .the_search_out .searchkey .level1 .keys {
	line-height: 4rem;
}
#theHead .the_search_out .searchkey .level1 .keys a {
	font-size: 2rem;
	color: #000;
	text-decoration: none;
	padding: 0.5rem 1rem 0.5rem 1rem;
	background-color: #ddd;
	margin-right: 2rem;
	border-radius: 1rem;
	white-space:nowrap;
}
#theHead .the_search_out .searchkey .level1 .keys a:hover{
	color:#fff;
	text-decoration: none;
	background-color:#cb9f59;
}
/* 上面是：点击输入框弹出标签 */
.topinfo {
color:#fff;
font-weight:normal;
}
