@charset "UTF-8";
main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #fff;
  overflow-x: hidden;
  width: 100%; }

.news_tit_u {
  text-align: center;
  font-size: 18px;
  color: #656565;
  line-height: 1.84;
  font-weight: 700; }

.news_t_d {
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px dashed #CCCCCC;
  position: relative; }

.news_t_d span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.8;
  text-indent: 25px;
  margin-right: 10px; }

.news_user {
  background: url("../Image/news_u.png") no-repeat left; }

.show_t {
  background: url("../Image/time.png") no-repeat left; }

.to_look {
  background: url("../Image/look.png") no-repeat left; }

.back {
  float: right;
  background: url("../Image/back.png") no-repeat left;
  color: #999;
  line-height: 1.8;
  text-indent: 25px;
  margin-top: 11px; }

/*.banner {
  width: 100%;
  height: 550px; }*/

#pro-list li {
  width: 280px;
  height: 260px;
  margin-right: 30px;
  float: left;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -o-transition-timing-function: ease;
  /* Opera */
  margin-bottom: 15px; }
  #pro-list li .pic {
    width: 278px;
    height: 228px;
    overflow: hidden;
    border: 1px solid #00913e;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
    #pro-list li .pic img {
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      /* Firefox 4 */
      -webkit-transition-timing-function: ease;
      /* Safari 和 Chrome */
      -o-transition-timing-function: ease;
      /* Opera */
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  #pro-list li .w {
    width: 100%;
    height: 30px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #00913e;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
  #pro-list li:hover {
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
    #pro-list li:hover .pic {
      border-color: #00913e; }
      #pro-list li:hover .pic img {
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05); }
    #pro-list li:hover .w {
      background: #00913e; }
#pro-list li:nth-child(3n) {
  margin-right: 0; }

header {
  width: 100%;
  height: 128px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  background: #fff; }
  header .header-top {
    width: 100%;
    background: #272727;
    height: 34px; }
    header .header-top .w1 {
      float: left;
      height: 34px;
      line-height: 34px;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 12px;
      color: #929292; }
    header .header-top .w2 {
      float: right;
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 12px;
      color: #929292;
      height: 34px;
      line-height: 34px; }
      header .header-top .w2 .a0 {
        float: left;
        margin-right: 7px; }
      header .header-top .w2 .a1 {
        float: left;
        margin-right: 7px; }
      header .header-top .w2 .a2 {
        float: left; }
  header .header-bottom {
    width: 100%;
    height: 94px; }
    header .header-bottom .header-logo {
      float: left;
      width: 50%;
      height: 100%; }
      header .header-bottom .header-logo img {
        margin-top: 23px; }
    header .header-bottom .header-nav {
      float: right;
      width: 50%;
      height: 100%; }
      header .header-bottom .header-nav li {
        float: left;
        width: 85px;
        height: 100%;
        line-height: 94px;
        text-align: center; }
        header .header-bottom .header-nav li:hover a {
          background: #00913e;
          color: #fff; }
        header .header-bottom .header-nav li a {
          width: 100%;
          height: 100%;
          display: block;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 14px;
          color: #414141;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition-timing-function: ease;
          -moz-transition-timing-function: ease;
          /* Firefox 4 */
          -webkit-transition-timing-function: ease;
          /* Safari 和 Chrome */
          -o-transition-timing-function: ease;
          /* Opera */ }

#thyNavStyle {
  background: #00913e !important;
  color: #fff !important; }

.search {
  height: 70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  line-height: 70px;
  background: #f5f5f5; }
  .search div:first-child {
    width: 800px;
    float: left;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 16px;
    color: #2c2c2c; }
    .search div:first-child a {
      font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
      font-size: 14px;
      color: #646464; }
      .search div:first-child a:first-child {
        margin-left: 10px;
        margin-right: 25px; }
  .search div:last-child {
    width: 315px;
    height: 36px;
    float: right; }
    .search div:last-child form {
      width: 100%;
      height: 100%;
      margin-top: 17px; }
      .search div:last-child form input {
        width: 240px;
        height: 36px;
        background: #fff;
        float: left;
        padding-left: 28px;
        box-sizing: border-box;
        border: 1px solid #ccc; }
      .search div:last-child form button {
        float: right;
        width: 75px;
        height: 36px;
        background: #00913e;
        text-align: center;
        line-height: 36px;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition-timing-function: ease;
        -moz-transition-timing-function: ease;
        /* Firefox 4 */
        -webkit-transition-timing-function: ease;
        /* Safari 和 Chrome */
        -o-transition-timing-function: ease;
        /* Opera */ }
        .search div:last-child form button:hover {
          transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          -moz-transform: translateY(-3px);
          -webkit-transform: translateY(-3px);
          -o-transform: translateY(-3px);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=header.css.map */
