header {
	width: 1080px;
	height: 74px;
	margin: auto;
	padding-top: 10px;
	background: #fff;
}

#logo{

	display: inline-block;
	float: left;
	margin-top: 20px;
}

#logo img{

	height: 64px;
	width: 250px;
}

#title{
	float: left;
	margin-left: 5px;
	margin-top: 22px;
}

#title img{
	height: 60px;

}

.databtn{
	float: left;
	margin-top: 20px;
	margin-right: 12px;
	margin-left: 12px;
}


.line {
	margin-top: 22px;
	float: left;
	
}

.line img{
	height: 60px;
}


#databtn1{

	width: 60px;
	height: 64px;
	border:none;
	background: url(../img/title_footer/data01.png) no-repeat ;
	background-size:60px 64px; 
	outline:none;

}



#databtn1:hover{
	background: url(../img/title_footer/data02.png) no-repeat ;
	background-size:60px 64px; 
}

#databtn2 {
	width: 60px;
	height: 64px;
	border:none;
	background: url(../img/title_footer/data11.png) no-repeat ;
	background-size:60px 64px; 
	outline:none;
}

#databtn2:hover{
	background: url(../img/title_footer/data12.png) no-repeat ;
	background-size:60px 64px; 
}

#databtn1:focus{
	border:none;
}


#helpbtn {
	width: 60px;
	height: 64px;
	border:none;
	background: url(../img/title_footer/help1.png) no-repeat ;
	background-size:60px 64px; 
	outline:none;
}

#helpbtn:hover{
	background: url(../img/title_footer/help.png) no-repeat ;
	background-size:60px 64px; 
}

#esoilmapbtn {
	width: 60px;
	height: 64px;
	border:none;
	background: url(../img/title_footer/esoilmap1.png) no-repeat ;
	background-size:60px 64px; 
	outline:none;
}

#esoilmapbtn:hover{
	background: url(../img/title_footer/esoilmap.png) no-repeat ;
	background-size:60px 64px; 
}