.dg-head{
	height:78px;
	padding: 0 30px;
	width: 100%;
	/* background-image: linear-gradient(#FFFFFF, #f8fbfd); */
	background:linear-gradient(0deg,rgba(247,250,253,1) 0%,rgba(255,255,255,1) 100%);
	box-shadow:0px 0px 2px 0px rgba(59,59,59,0.22);
	border-bottom: 1px solid #F9FAFC;
}
.dg-head .dg-head-name{
	float: left;
	line-height: 78px;
	font-size: 20px;
	color: #165095;
	font-weight:bold;
}
.dg-head .dg-head-address{
	color: #333333;
	font-size: 14px;
	float: right;
	line-height: 78px;
}
.dg-head .dg-head-default{
	color: #333333;
	font-size: 14px;
	line-height: 80px;
}