/* 
*头部公共样式
*/
.header {
	height: 100px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(227, 227, 227, 0.5);
}

.header .header-bar {
	height: 100px;
}


.header .header-nav .item {
	margin-left: 35px;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
}

.header .header-nav .item:hover,
.header .header-nav .item.active {
	color: #2C92F8;
}
