@charset "UTF-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
  outline: none;
}

a {
  text-decoration: none;
  color: #666;
}

body {
  font: 12px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.tab_box {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
}

.tab_box .index_tab {
  width: 1200px;
  margin: 0 auto;
}

.tab_box .index_tab_item {
  height: 45px;
  line-height: 45px;
  float: left;
  width: 144px;
  font-size: 16px;
  text-align: center;
  color: #666666;
}

.tab_box .index_tab_item:hover {
  background-color: #df1837;
}

.tab_box .index_tab_item:hover .index_secTab_box {
  display: block;
}

.tab_box .index_tab_item:hover .index_secTab_box a {
  color: #666666;
}

.tab_box .index_tab_item:hover a {
  color: #ebebeb;
}

.tab_box .index_secTab_box {
  position: absolute;
  z-index: 999;
  display: none;
  margin-top: 1px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  width: 144px;
  background-color: #ffffff;
}

.tab_box .index_secTab_box .index_secTab_item:hover a {
  color: #df1837;
}

.tab_box .cur {
  background-color: #df1837;
}

.tab_box .cur a {
  color: #fbfeff;
}

.wrapper {
  margin: 0 auto;
  width: 1240px;
}


.search_rec_item a{
padding: 0 7px;
}

/*# sourceMappingURL=map/common.css.map */
