/**顶部 begin**/
.db{
  height: 30px;
  line-height: 30px;
  color: #999;
}
.db span a{
  float: right;
  color: #999;
}
/**顶部 end**/

.logo{
  height: 90px;
  margin-top: 10px;
}
.logo .logo_r{
  width: 400px;
  float: right;
}
.logo .logo_r span{
  display: block;
  background: url(../images/2_06.jpg) no-repeat left;
  height:30px;
  padding-left: 30px;
  font-size: 20px;
  color: #116ad0;
  line-height: 30px;
}
.logo .search{
  width: 400px;
  height: 30px;
  border: 1px solid #dedede;
  margin-top: 5px;
  line-height: 25px;
}
.logo .search .sea_t{
  padding-left: 10px;
  width: 325px;
}
.logo .search .sea_b{
  width: 61px;
  height: 30px;
  background: url(../images/2_10.jpg) no-repeat ;
  cursor: pointer;
}
/*--nav begin--*/
.nav{
 height: 50px;
 line-height: 50px;
 font-size: 16px; 
 border-top: 1px solid #dedede;
}
.nav li{
  float: left;
  width: 147px;
  text-align: center;
}
.nav li:hover{
  background: #116ad0;
}
.nav li:hover a{
  color: #fff;
}
/*--nav begin--*/




/**底部 begin**/

.footer{
  height: 100px;
  padding-top: 25px;
  background: #f8f8f8;
  margin-top: 30px;
  clear: both;
}
.footer .links{
  width: 615px;
  float: right;
}
.footer .links .links_t h3{
  font-size: 18px;
  color: #333;
}
.footer .links .links_t h3 span{
  text-transform: uppercase;
  font-size: 14px;
  color: #8e8e8e;
}
.footer .links ul{
  margin-top: 20px;
}
.footer .links li a{
  color: #333;
  float: left;
  display: block;
  margin:10px 20px;
}
.footer .contact .contact_t{
  margin-bottom: 20px;
}
.footer .contact .contact_t h3{
  font-size: 18px;
  color: #333;
}
.footer .contact .contact_t h3 span{
  text-transform: uppercase;
  font-size: 14px;
  color: #8e8e8e;
}
.footer .contact p{
  line-height: 30px;
}
.footer_b{
  height: 30px;
  line-height: 30px;
  background-color: #116ad0;
  color: #fff;
  text-align: center;
}
.footer_b a{
  color: #fff;
}
/**底部 end**/