.breadcrumb{
	background-color: transparent;
}
.breadcrumb a, .breadcrumb>li+li:before{
	color: rgb(0, 0, 0);
}
.nav-header a, .hover-action, .current-action{
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.hover-action{
	display: none;
	font-weight: bold;
}
.nav-header a.hover span.current-action{
	display: none;
}
.nav-header a.hover span.hover-action{
	display: block;
}
.nav-header a:hover{
	text-decoration: none;
}
.nav-header{
	margin-top: 20px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.header-tips p, .header-tips .input-group{
	margin: 15px 0px;
}
.header-tips p span{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
}
.header-tips p span a{
	text-decoration: none;
	color: #000;
}
.red{
	color: rgb(195, 0, 3);
}
.blod{
	font-weight: bold;
}
.auto_search{
	position: absolute;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 10;
}





























