body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

/* 页面顶部_begin */
.l-navbar {
	width: 100%;
	height: 180px;
	background-color: #d2886d;
	position: relative;
}

/* 导航栏imgbox--心理中心logo */
.l-navbar>a {
	display: inline-block;
	margin-left: 15%;
	height: 120px;
}

.l-navbar .imgbox {
	line-height: 100%;
	float: left;
	padding-top: 20px;
	box-sizing: border-box;
	margin-right: 30px;
}

.l-navbar .imgbox div {
	width: auto;
	padding-right: 30px;
	height: 80px;
	border-right: 4px solid #ecf1f0;
}

.l-navbar .imgbox div img {
	height: 100%;
	width: auto;
	z-index: 999;
}

.l-navbar>a>div:nth-child(2) {
	float: left;
	line-height: 160px;
}

.l-navbar>a>div:nth-child(2) span {
	display: block;
	line-height: 120px;
	font-size: 32px;
	color: white;
}

/* 顶部搜索框_begin */
.head_search {
	float: right;
	position: relative;
	width: 220px;
	height: 45px;
	margin: 50px 150px 30px 0px;
	user-select: none;

}

.head_search input {
	outline: none;
	width: 220px !important;
	height: 31px;
	line-height: 31px;
	padding-left: 14px;
	border-radius: 16px
}

.wp_search .search {
	width: 40px !important;
	height: 33px;
	border: none;
	cursor: pointer;
	position: absolute;
	left: 202px;
	top: 10px;
	background-color: transparent;
	z-index: 1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: none !important;
}

.wp_search span {
	position: absolute;
	right: -9px;
	top: 18px;
	color: #b4b4b4;
	font-weight: 500;
	font-size: 17px;
}

.keyword {
	color: #b4b4b4;
	border: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.hometag {
	float: right;
	margin-top: 30px;
	margin-right: -240px;
}

.hometag span,
.hometag a {
	color: white;
}

/* 顶部搜索框_end */
/* 页面顶部_begin */

/* 顶部导航栏_begin */
.l-navbar .navbox {
	width: 100%;
	height: 60px;
	float: right;
	background-color: #fff2e5;
	position: relative;
	top: 0px;
	z-index: 2;
}

.l-navbar .ulbox>div>ul {
	display: block;
}

.l-navbar .navbox li {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.l-navbar .navbox li a {
	display: block;
	width: 100%;
	text-align: center !important;
	line-height: 60px;
	height: 60px;
	color: white;
	color: #4d6d6a;
	transition: .15s linear;
	font-size: 18px;
}

.l-navbar .ulbox>div>ul>li:hover a {
	color: #4d6d6a;
	font-size: 20px;
}

.l-navbar .ulbox>div>ul>li>ul {
	top: 100% !important;
	position: absolute;
	width: 100% !important;
	height: 0;
	background-color: rgb(255, 255, 255) !important;
	box-shadow: 0 5px 10px rgba(8, 167, 21, 0.2);
	overflow: hidden;
	transition: all 0.3s;
	z-index: 999 !important;
	opacity: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 0 !important;
}

.l-navbar .ulbox>div>ul>li>ul li a {
	font-size: 12px;
	border: 0 !important;
}

.l-navbar .ulbox>div>ul>li>ul li a span {
	font-size: 16px;
	color: rgb(0, 0, 0);
	transition: .15s;
}

.l-navbar .ulbox>div>ul>li>ul li a:hover {
	background-color: #4a6d6a !important;
}

.l-navbar .ulbox>div>ul>li>ul li a:hover span {
	font-size: 17px;
	color: rgb(255, 255, 255);
}

.navbarHidden {
	position: fixed;
	opacity: 0;
}

.navbarPianYi {
	transform: translate(0, -100%);
	transition: all 0.5s ease-in-out;
}

.navbarShow {
	transform: translate(0, 0);
	opacity: 1;
	box-shadow: 0 0 10px 1px #bbb4b4;
}

/* .navbox ul li:first-child{
	background-image: url(../img/xinlilogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center; 
}

.navbox ul li:first-child span{
	display: none;
}
 */
.navbarFirstLi{
	background-image: url(../img/xinlilogo2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center; 
}

.navbarFirstLi span{
	display: none!important;
}


/* 顶部导航栏_end */

