@charset"utf-8";
body {
  font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', DengXian, SimSun, 'Segoe UI', Tahoma, Helvetica, sans-serif
}
html, body, div, object, embed, pre, code, h1, h2, h3, h4, h5, h6, p, span, em, cite, del, a, img, ul, li, ol, dl, dt, dd, fieldset, legend, form, input, textarea, button, table, caption, thead, tbody, tfoot, th, tr, td, hr {
  margin: 0;
  padding: 0
}
a {
  color: #666666;
  text-decoration: none
}
a:hover {
  color: #17a2e7;
  text-decoration: none
}
.h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
ol, ul {
  list-style: none
}

.hd-main {
    height: 129px;
    width: 100%;
}
.hd-top {
  position: relative;
  margin: 0 auto;
  height: 94px;
  width: 960px;
}
.hd-logo {
  position: absolute;
}
.hd-logo a {
  display: inline-block;
  height: 75px;
  width: 400px;
  background: url(../images/logo.png) no-repeat 0 0;
}

.c-search {
  float: right;
  width: 465px;
  margin-top: 25px;
}
.c-search .search-wrapper {
  height: 38px;
  line-height: 26px;
  border: 1px solid #358ff0;
}
.c-search .search-cate {
  float: left;
  width: 73px;
  background-position: 57px -29px;
  padding: 6px 0 6px 12px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.c-search .cate-toggle .cate-item:hover {
  color: #fff;
  background: #358ff0;
  cursor: pointer;
}
.c-search .search-input {
  width: 345px;
  padding: 6px;
  outline: none;
  background: #fff;
  border: 0;
  color: #444;
  float: left;
  display: block;
  line-height: 26px;
  margin: 0;
}
.c-search .search-btn {
  background-color: #358ff0;
  float: right;
  width: 93px;
  color: #fff;
  font-size: 20px;
  padding: 6px;
  text-align: center;
}
.c-search .search-keyword {
  margin-top: 3px;
  color: #999;
  height: 26px;
  overflow: hidden;
  font-size: 12px;
}
.c-search .search-keyword .keyword-item {
  margin-left: 13px;
}

.hd-nav {
    width: 100%;
    height: 35px;
    background: url(../images/nav_bg.png) repeat-x 0 0;
}
.hd-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  width: 1000px;
  padding: 0;
}
.hd-nav ul li {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
  border-left: 1px solid #dcdbdb;
  list-style: none;
}
.hd-nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 17px;
}
.hd-nav ul li a.current {
  color: #fff;
  background: url(../images/nav_bg.png) repeat-x 0 -38px;
}
.hd-nav ul li.r {
  border-right: 1px solid #dcdbdb;
}
/* foot */
#i_bottom {
  color: #666;
  text-align: center;
  clear: both;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
}
.footer {
  border-top: 10px solid #00bcf2;
}
.fd-main {
  margin: 0 auto;
  width: 960px;
  padding: 15px 0;
}
.fd-main p {
  text-align: center;
  font-size: 12px;
  line-height: 2.0;
}