
                      html,
                      body,
                      div,
                      object,
                      iframe,
                      dl,
                      dt,
                      dd,
                      ul,
                      ol,
                      li,
                      h1,
                      h2,
                      h3,
                      h4,
                      h5,
                      h6,
                      p,
                      blockquote,
                      pre,
                      fieldset,
                      form,
                      label,
                      legend,
                      button,
                      input,
                      textarea,
                      table,
                      caption,
                      tbody,
                      tfoot,
                      thead,
                      tr,
                      th,
                      td,
                      a,
                      abbr,
                      address,
                      acronym,
                      cite,
                      code,
                      del,
                      dfn,
                      em,
                      img,
                      ins,
                      kbd,
                      q,
                      span,
                      samp,
                      small,
                      strike,
                      strong,
                      sub,
                      sup,
                      tt,
                      var,
                      b,
                      u,
                      i,
                      center,
                      section,
                      article,
                      aside,
                      header,
                      footer,
                      nav,
                      menu,
                      hgroup,
                      dialog,
                      details,
                      summary,
                      figure,
                      figcaption,
                      canvas,
                      embed,
                      output,
                      ruby,
                      time,
                      mark,
                      audio,
                      video {
                          margin: 0;
                          padding: 0;
                          box-sizing: border-box;
                          list-style: none;
                      }

html {
    color: #333;
    background: #eee;
}

body {
    line-height: 1;
}

.title {
    width: 1200px;
    height: 46px;
    margin: 10px auto;
    background-color: #ffffff;
}

.title p {
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
}

.datu {
    width: 1200px;
    height: 384px;
    margin-bottom: 10px;
}

.tab-box {
    width: 1200px;
    overflow: hidden;
    margin: 5px auto;
}

.tab-box .tab {
    width: 1200px;
    height: 46px;
    border-bottom: 1px solid #eee;
    background-color: #ffffff;
}

.tab-box .tab ul li {
    width: 400px;
    float: left;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.tab-box .tab ul li.action {
    background: #44c0fe;
    color: #ffffff;
}

.tab-box .box {
    width: 1200px;
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 10px;
    background-color: #fff;
}

.tab-box .box .item {
    display: none;
}

.tab-box .box .item:first-child {
    display: block;
}

.tab-box .box .item ul li {
    width: 344px;
    float: left;
    overflow: hidden;
}

.tab-box .box .item ul li a {
    display: block;
    color: #353535;
    text-decoration: none;
    overflow: hidden;
}

.tab-box .box .item ul li p {
    text-align: center;
    line-height: 55px;
}

.SecLi-margin {
    margin: 0 84px;
}


.jpzy {
    width: 1180px;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 25px 20px;
    overflow: hidden;
}

.jpzy_nr {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

/*焦点图*/
.focus {
    position: relative;
    width: 570px;
    height: 370px;
    float: left;
}

.focus img {
    width: 570px;
    height: 370px;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 1px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 7px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 7px;
    height: 7px;

    margin: 0 2px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(/asset/images/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -50px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -50px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

.wz_nr {
    width: 540px;
    height: 370px;
    float: right;
    overflow: hidden;
}

.wz_nr h3 {
    line-height: 45px;
    font-size: 18px;
    margin-right: 15px;
}

.wz_nr p {
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
}
.center .article .wznr {
  width: 1198px;
  border: 1px solid #dedede;
  overflow: hidden;
  padding: 20px 20px;
  line-height: 25px;
  font-size: 14px;
}
/*焦点图*/
