@charset "UTF-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td, form, figure, header, footer, nav {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* 设置默认字体 */
body,
button, input, select, textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1.2 Tahoma, Helvetica, Arial, "微软雅黑" , "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */ }

h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */ }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
  list-style: none; }

/* 重置文本格式元素 */
a {
  color: #000;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

abbr[title], acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help; }

q:before, q:after {
  content: ''; }

/* 重置表单元素 */
legend {
  color: #000; }

/* for ie6 */
fieldset, img {
  border: none; }

/* img 搭车：让链接里的 img 无边框 */
img {
  vertical-align: center; }

/* 注：optgroup 无法扶正 */
button, input, select, textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */ }

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 重置 hr */
hr {
  border: none;
  height: 1px; }

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll; }

input, textarea {
  outline: none; }

/*自定义参数*/
.icons-sprite, .website .shangpu .icon, .website .weiweb .icon, .website .phoneweb .icon {
  background-image: url('../images/icons-sbcc764f420.png');
  background-repeat: no-repeat; }

.hhtop {
  overflow: hidden;
  *zoom: 1;
  height: 36px;
  line-height: 36px;
  background: #f1f1f1; }

.top_menu {
  float: right;
  display: inline; }
  .top_menu a {
    float: left;
    display: inline;
    color: #69757c;
    font-size: 14px;
    padding: 0 15px; }
    .top_menu a:hover {
      background: #dcdcdc; }

.head {
  height: 128px;
  background: #fff; }

.logo_module {
  float: left;
  display: inline;
  margin-top: 24px; }
  .logo_module .logo {
    float: left;
    display: inline; }
    .logo_module .logo img {
      height: 80px;
      max-width: 200px; }
  .logo_module .company_name {
    float: left;
    display: inline;
    color: #00608d;
    margin: 10px 0 0 6px; }
    .logo_module .company_name h3 {
      font-size: 28px; }
    .logo_module .company_name p {
      font-size: 18px; }

.search_module {
  float: right;
  display: inline;
  margin: 48px 8px 0 0;
  height: 40px; }
  .search_module .input_text {
    float: left;
    display: inline;
    color: #333;
    font-size: 14px;
    width: 220px;
    height: 18px;
    line-height: 18px;
    padding: 10px 0 10px 6px;
    border: 1px solid #1ea3d2; }
  .search_module .sub {
    position: relative;
    float: left;
    display: inline;
    width: 40px;
    height: 40px;
    background: #1ea3d2;
    cursor: pointer; }
    .search_module .sub .sub_btn {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 20px;
      height: 20px;
      border: none;
      cursor: pointer;
      text-indent: -9999em;
      background: url(../images/search.png) no-repeat; }

.nav {
  height: 50px;
  background: #0090c6; }

.nav_list {
  overflow: hidden;
  *zoom: 1; }
  .nav_list li {
    float: left;
    display: inline;
    height: 50px;
    line-height: 50px;
    margin-right: 1px; }
    .nav_list li a {
      display: block;
      color: #fff;
      font-size: 16px;
      padding: 0 25px; }
      .nav_list li a:hover {
        background: #79bd47; }
    .nav_list li.current a {
      background: #79bd47; }

.hhfooter .friend_link {
  overflow: hidden;
  *zoom: 1;
  padding: 10px 0;
  background: #dce6eb; }
  .hhfooter .friend_link .fl_title {
    float: left;
    display: inline;
    color: #213e50;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    border-right: 1px solid #b0c6d1; }
  .hhfooter .friend_link .fl_list {
	width:900px;
    float: left;
    display: inline;
    margin-left: 5px; }
    .hhfooter .friend_link .fl_list li {
      float: left;
      display: inline;
      font-size: 14px;
      padding: 0 10px;
      height: 30px;
      line-height: 30px; }
      .hhfooter .friend_link .fl_list li a {
        color: #213e50; }
        .hhfooter .friend_link .fl_list li a:hover {
          font-weight: bold; }
.hhfooter .footer_module {
  padding: 24px 0 30px 0;
  background: #1d5271; }
  .hhfooter .footer_module .footer_nav {
    overflow: hidden;
    *zoom: 1; }
    .hhfooter .footer_module .footer_nav li {
      float: left;
      display: inline;
      color: #fff;
      font-size: 14px;
      margin-right: 10px; }
      .hhfooter .footer_module .footer_nav li a {
        color: #fff;
        margin-right: 10px; }
        .hhfooter .footer_module .footer_nav li a:hover {
          color: #83bdde; }
  .hhfooter .footer_module .hhcopyright {
    font-size: 14px;
    color: #83bdde;
    margin-top: 20px; }
    .hhfooter .footer_module .hhcopyright span {
      margin-right: 30px; }
    .hhfooter .footer_module .hhcopyright em {
      font-style: normal;
      font-family: "arial"; }
    .hhfooter .footer_module .hhcopyright a {
      color: #83bdde; }
      .hhfooter .footer_module .hhcopyright a:hover {
        color: #213e50; }

.website {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 99; }
  .website .web_item {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 1px;
    margin-bottom: 1px;
    overflow: hidden; }
    .website .web_item .website_type {
      display: block;
      color: #fff;
      font-size: 14px;
      margin-top: 6px; }
    .website .web_item .web_module {
      overflow: hidden;
      *zoom: 1;
      transition: all, 0.5s, ease-in, 0s;
      position: absolute;
      top: 0;
      left: 0;
      width: 160px; }
      .website .web_item .web_module:hover {
        left: -80px; }
      .website .web_item .web_module .web_module_scroll {
        float: left;
        display: inline;
        width: 80px;
        height: 80px; }
      .website .web_item .web_module .code {
        float: left;
        display: inline;
        width: 80px;
        height: 81px;
        vertical-align: middle; }
  .website .kefu {
    background: #6da9de; }
    .website .kefu .icon {
	  background: url('../../wangpu_zhipin/images/side-bar.png') no-repeat 0 -1px;
      display: block;
      width: 70px;
      height: 43px;
      margin: 12px auto 0 auto; }		
  .website .shangpu {
    background: #59b5e4; }
    .website .shangpu .icon {
      background-position: 0 -286px;
      display: block;
      width: 36px;
      height: 33px;
      margin: 12px auto 0 auto; }
  .website .weiweb {
    background: #fd6564; }
    .website .weiweb .icon {
      background-position: 0 -160px;
      display: block;
      width: 35px;
      height: 32px;
      margin: 12px auto 0 auto; }
  .website .phoneweb {
    background: #94cf65; }
    .website .phoneweb .icon {
      background-position: 0 -127px;
      display: block;
      width: 20px;
      height: 33px;
      margin: 12px auto 0 auto; }

a {
  cursor: pointer; }

img {
  vertical-align: middle; }

.maxWidth {
  *zoom: 1;
  width: 1000px;
  margin: 0 auto; }
  .maxWidth:after {
    content: "";
    display: table;
    clear: both; }
.inner_banner{
  max-height:300px;overflow:hidden;text-align:center; }
.inner_banner img {
  width: 100%;min-width:1000px; }

.inner_header_module {
  height: 116px;
  background: #fff;
  padding-top: 1px;
  border-bottom: 1px solid #e6e6e6; }

.inner_header {
  *zoom: 1;
  margin-top: 36px; }
  .inner_header:after {
    content: "";
    display: table;
    clear: both; }
  .inner_header h3 {
    float: left;
    display: inline;
    color: #44c639;
    font-size: 18px;
    font-weight: normal;
    height: 44px;
    line-height: 44px; }
  .inner_header .inner_tab {
    float: left;
    display: inline; }
    .inner_header .inner_tab li {
      position: relative;
      float: left;
      display: inline;
      font-size: 18px;
      height: 44px;
      width: 80px;
      text-align: center;
      line-height: 44px;
      margin-right: 64px;
      cursor: pointer; }
      .inner_header .inner_tab li .tab_border {
        position: absolute;
        left: 0;
        bottom: -36px;
        height: 2px;
        width: 80px;
        display: none;
        background: #44c639; }
      .inner_header .inner_tab li a {
        color: #404040; }
        .inner_header .inner_tab li a:hover {
          color: #44c639; }
      .inner_header .inner_tab li.current a {
        color: #44c639; }
      .inner_header .inner_tab li.current .tab_border {
        display: block; }
  .inner_header .position {
    float: right;
    display: inline;
    color: #fff;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 36px;
    background: #13b5ea;
    border-radius: 22px; }
    .inner_header .position a {
      color: #fff;
      margin: 0 5px; }
      .inner_header .position a:hover {
        font-weight: bold; }
