#i_hd_2{ background-color:#fff;margin: 0 auto; width:100%;}
#i_head{
width: 1001px;
margin: 0 auto;
position: relative;
background: #FFFFFF; 
}
#i_hd_1{margin: 0 auto; width:100%; }
#i_hd_logo{ background-position:left; background-image:url(../images/logon.jpg); background-repeat:no-repeat; width:460px; height:95px; float:left; display:inline-block; }
#i_hd_search{  margin-left:auto; margin-right:auto; float:left;  display:block;height:71px; width:300px; padding-top:0px; margin-top:30px; }
#i_hd_search ul{}
#i_hd_search li{ list-style:none; float:left;}
.search_bt{background-position:center; background-image:url(../images/search.jpg); background-repeat:no-repeat; width:35px; height:28px; margin-left:10px; cursor:pointer;}
#search_i{
border-radius: 15px; padding:5px; text-align:center; border-bottom: #333 1px double; border-right: #333 1px double;
}
.navt {
  width: 1001px;
  margin: 0 auto; 
  
  font-family:"Î¢ÈíÑÅºÚ";
  font-size:14px; 
  color: #000;
}
.navt a {
  display: block;
  padding: 0 28px;
  color: #000;
  text-decoration:none;
  line-height: inherit;
  cursor: pointer; 
  border-bottom:double #fff 1px;
}
.navt a:hover{  
  border-bottom:double #F60 1px;
  
	color:#000;	
	}
.navt_menu {
  border-top:double #ddd 1px;
  width:100%;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.navt_menu-item {
  display: inline-block;
  float:left;
  position: relative;
}
.navt_menu-item:a {  
  color:#000;	 
}
.navt_menu-item:hover {
  color:#000;
  background-color: #FFF; 
}
.navt_menu-item:hover .navt_submenu {
	color:#000;
  display: block;
}
.navt_submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 116px;
  color:#000;
  background-color: #fff;
}
.navt_submenu-item a{ color:#000;}
.navt_submenu-item:hover {
	
  color:#F00;
  background: rgba(0, 0, 0, 0.1);
}
.clr{clear:both;}