@charset "utf-8";
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
textarea:focus,
input:focus,
select:focus {
  outline: none;
}


/*-- 单行文字超出省略号代替 --*/

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*-- 通用样式 --*/

.clearfix:after {
  height: 0;
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ani {
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.empty {
  width: 100%;
  color: #ccc;
}


/*-- 框架样式 --*/

.layout_out {
  width: 100%;
  background-image: url('../img/ohfls_bg_main.jpg');
  background-repeat: repeat;
}

.layout_in {
  width: 100%;
  background-image: url('../img/ohfls_bg_global.png');
  background-position: top center;
  background-repeat: no-repeat;
  /*padding-top: 45px;*/
}

.main {
  width: 960px;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
}


/*-- 全局头部 && 底部样式 --*/

.header {
  width: 960px;
  overflow: hidden;
}

.top {
  width: 960px;
  /*height: 124px;*/
  height: 105px;
  overflow: hidden;
}

.top .logo {
  width: 660px;
}

.top .search_area {
  width: 300px;
  padding-top: 50px;
}

.top .search_area td {
  height: 28px;
}

.top .search_area input.search_input {
  border: 1px solid #bababa;
  border-right: none;
  height: 26px;
  line-height: 26px;
  /*width: 215px;*/
  width: 115px;
  padding: 0 10px;
  font-size: 1.2em;
  margin-bottom: 3px;
  *margin-bottom: 0;
  +margin-bottom: 0;
}

.top .search_area input.search_input:focus {
  width: 215px;
}

.nav {
  width: 960px;
  height: 42px;
  border-bottom: 3px solid #cf7f1a;
}

.nav li {
  padding-top: 3px;
  float: left;
  width: 96px;
  text-align: center;
  line-height: 39px;
  font-size: 1.4em;
  color: #fff;
  position: relative;
  z-index: 9999;
}

.nav li a {
  display: block;
  height: 39px;
  -height: 42px;
  background: #202021;
}

.nav li a:link,
.nav li a:visited {
  color: #fff;
}

.nav li a:hover,
.nav li a:active {
  color: #c00;
}

.nav li.index {
  padding-top: 0;
  line-height: 45px;
  vertical-align: middle;
}

.nav li.index a {
  height: 42px;
  background-color: #0d714a;
  background-image: url('../img/ohfla_ico_index.gif');
  background-repeat: no-repeat;
  background-position: 15px 16px;
}

.nav li dl {
  position: absolute;
  left: 0;
  top: 39px;
  -top: 42px;
  z-index: 99999;
  display: none;
}

.nav li dl dd {
  width: 96px;
}

.nav li dl dd a {
  display: block;
  height: auto;
  line-height: 20px;
  font-size: .85em;
  padding: 2px 0 3px;
}

.g_contact {
  width: 1000px;
  margin: 0 auto;
  font-size: 1.2em;
}

.g_contact .g_links {
  text-align: center;
  /*margin: 38px 0 10px;*/
  letter-spacing: 1px;
}

.g_contact .g_rights {
  margin-top: 7px;
  text-align: center;
}