body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

body {
  font-size: 12px;
  width: 100%; }

img {
  border: 0px; }

table {
  border-collapse: collapse; }

ol, ul, li, dl, dt, dd {
  list-style: none;
  list-style: none;
  margin: 0px;
  padding: 0px; }

abbr, acronym {
  border: 0; }

blockquote {
  color: #666;
  font-style: italic; }

html {
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: inherit;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  color: #000; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  height: 0px;
  font-size: 0px; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.returnTop {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 100px;
  right: 1%;
  display: block;
  background: url(../img/top.png) no-repeat;
  z-index: 100; }

.returnTop:hover {
  background: url(../img/top-h.png) no-repeat; }

.header {
  width: 100%;
  height: 126px;
  min-width: 1200px; }
  .header .header-new {
    width: 1200px;
    height: 126px;
    margin: 0 auto; }
    .header .header-new .logo {
      width: 120px;
      height: 97px;
      display: block;
      float: left;
      margin-top: 14px; }
    .header .header-new .nav {
      float: left;
      height: 126px;
      margin-left: 15px; }
      .header .header-new .nav ul {
        width: 100%;
        height: auto; }
        .header .header-new .nav ul li {
          width: 65px;
          height: 126px;
          float: left;
          position: relative;
          margin-right: 50px; }
          .header .header-new .nav ul li .tits {
            width: 100%;
            display: block;
            text-align: center;
            font-size: 16px;
            line-height: 126px;
            color: #66bf5c; }
          .header .header-new .nav ul li .line {
            position: absolute;
            height: 4px;
            width: 52px;
            background: #66bf5c;
            bottom: 0;
            left: 7px;
            display: none; }
          .header .header-new .nav ul li .mnav {
            width: 150px;
            height: auto;
            background: #fff;
            font-size: 14px;
            line-height: 32px;
            text-align: center;
            position: absolute;
            top: 126px;
            left: -40px;
            z-index: 10;
            padding: 14px 0 20px;
            display: none;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px; }
            .header .header-new .nav ul li .mnav a {
              width: 100%;
              display: block;
              color: #777; }
            .header .header-new .nav ul li .mnav a:hover {
              color: #66bf5c; }
        .header .header-new .nav ul .l1 {
          margin-right: 30px; }
        .header .header-new .nav ul li.cur .tits {
          color: #555; }
        .header .header-new .nav ul li.cur .line {
          display: block; }
        .header .header-new .nav ul li:hover .tits {
          color: #555; }
        .header .header-new .nav ul li:hover .line {
          display: block; }
    .header .header-new .search {
      width: 220px;
      height: 38px;
      background: url(../img/search.png) no-repeat;
      float: left;
      margin-left: -10px;
      margin-top: 44px; }
      .header .header-new .search .text {
        width: 137px;
        height: 38px;
        background: none;
        border: none;
        padding-left: 18px;
        font-size: 14px;
        color: #a3a2a2;
        line-height: 38px;
        float: left; }
      .header .header-new .search .submit {
        width: 65px;
        height: 38px;
        background: none;
        border: none;
        float: right; }
    .header .header-new .language {
      width: 53px;
      height: auto;
      float: right;
      display: block;
      margin-top: 45px; }
      .header .header-new .language img {
        display: block;
        margin: 0 auto; }
      .header .header-new .language p {
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        color: #999999;
        text-transform: uppercase;
        text-align: center;
        margin-top: 7px; }

.index-banner {
  width: 100%;
  height: 827px;
  min-width: 1200px;
  overflow: hidden;
  position: relative; }
  .index-banner ul {
    width: 100%;
    height: 827px; }
    .index-banner ul li {
      width: 100%;
      height: 827px;
      position: absolute;
      top: 0;
      left: 0; }
  .index-banner .bg {
    width: 100%;
    height: 827px;
    min-width: 1200px;
    overflow: hidden;
    background: url(../img/index_bannerBg.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .index-banner .btns {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 325px;
    left: 0;
    z-index: 4; }
    .index-banner .btns .btns-new {
      width: 1200px;
      height: 35px;
      margin: 0 auto; }
      .index-banner .btns .btns-new .prev {
        width: 20px;
        float: left;
        height: 35px;
        display: block;
        background: url(../img/index_prev.png) no-repeat; }
      .index-banner .btns .btns-new .next {
        width: 20px;
        float: right;
        height: 35px;
        display: block;
        background: url(../img/index_next.png) no-repeat; }

.index {
  width: 100%;
  height: auto;
  min-width: 1200px;
  overflow: hidden; }
  .index .index-about {
    width: 745px;
    height: auto;
    margin: 80px auto 0; }
    .index .index-about .tits {
      font-size: 44px;
      line-height: 44px;
      color: #383838;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
    .index .index-about .tit {
      font-size: 24px;
      color: #66bf5c;
      line-height: 24px;
      text-align: center;
      margin-top: 13px; }
    .index .index-about .line {
      width: 385px;
      height: 21px;
      background: url(../img/index_line.png) no-repeat;
      margin: 18px auto 0; }
    .index .index-about .tit1 {
      font-size: 14px;
      line-height: 26px;
      color: #777777;
      text-align: center;
      margin-top: 14px; }
  .index .index-history {
    width: 100%;
    height: 575px;
    background: url(../img/index_bg2.png) center no-repeat;
    margin-top: 55px;
    position: relative;
    z-index: 3; }
    .index .index-history .history-new {
      width: 1200px;
      height: 575px;
      margin: 0 auto;
      background: url(../img/index_honorBg.png) 103px 198px no-repeat;
      position: relative; }
      .index .index-history .history-new .t {
        width: 240px;
        height: auto;
        position: absolute; }
        .index .index-history .history-new .t .tits {
          font-size: 18px;
          line-height: 30px;
          font-weight: bold;
          color: #333333;
          text-align: center; }
        .index .index-history .history-new .t .tit {
          font-size: 14px;
          line-height: 22px;
          text-align: center;
          color: #777777;
          margin-top: 5px; }
      .index .index-history .history-new .t1 {
        top: 330px;
        left: 39px; }
      .index .index-history .history-new .t2 {
        top: 109px;
        left: 268px; }
      .index .index-history .history-new .t3 {
        top: 330px;
        left: 498px; }
      .index .index-history .history-new .t4 {
        top: 109px;
        left: 722px; }
      .index .index-history .history-new a {
        width: 106px;
        height: 106px;
        display: block;
        position: absolute;
        top: 200px;
        right: 79px; }
  .index .index-product {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2; }
    .index .index-product .top {
      width: 100%;
      height: 634px;
      position: relative;
      margin-top: -175px; }
      .index .index-product .top .bg {
        width: 100%;
        height: 636px;
        position: absolute;
        top: -2px;
        left: 0;
        background: url(../img/index_bannerBg1.png) center no-repeat; }
      .index .index-product .top .tits {
        font-size: 44px;
        line-height: 44px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 283px;
        color: #66bf5c;
        font-family: Arial; }
      .index .index-product .top .tit {
        font-size: 26px;
        line-height: 26px;
        color: #66bf5c;
        text-align: center;
        margin-top: 8px; }
      .index .index-product .top .line {
        width: 385px;
        height: 21px;
        margin: 20px auto 0;
        background: url(../img/index_line1.png) no-repeat; }
      .index .index-product .top .tit1 {
        width: 600px;
        height: auto;
        margin: 23px auto 0;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-align: center; }
      .index .index-product .top img {
        display: block;
        margin: 68px auto 0; }
    .index .index-product .tabs {
      width: 680px;
      height: auto;
      margin: 96px auto 0; }
      .index .index-product .tabs a {
        width: 197px;
        height: auto;
        font-size: 20px;
        line-height: 26px;
        color: #444444;
        display: block;
        float: left;
        text-align: center;
        padding-bottom: 22px;
        font-weight: bold; }
      .index .index-product .tabs .a1 {
        margin-left: 10px; }
      .index .index-product .tabs .a2 {
        margin-left: 75px; }
      .index .index-product .tabs a.cur {
        background: url(../img/index_line3.png) bottom center no-repeat;
        color: #66bf5c; }
      .index .index-product .tabs a:hover {
        background: url(../img/index_line3.png) bottom center no-repeat;
        color: #66bf5c; }
    .index .index-product .list {
      width: 1199px;
      height: auto;
      overflow: hidden;
      margin: 70px auto 0; }
      .index .index-product .list .list-new {
        width: 1200px;
        height: auto; }
        .index .index-product .list .list-new .bd {
          width: 100%; }
          .index .index-product .list .list-new .bd ul li {
            width: 299px;
            height: 320px;
            float: left;
            border-right: 1px solid #e6e6e6; }
            .index .index-product .list .list-new .bd ul li a {
              width: 299px;
              height: 320px;
              display: block; }
              .index .index-product .list .list-new .bd ul li a .pic {
                width: 216px;
                height: 235px;
                position: relative;
                margin: 0 auto; }
                .index .index-product .list .list-new .bd ul li a .pic .bg {
                  width: 216px;
                  height: 235px;
                  position: absolute;
                  top: 0;
                  left: 0;
                  background: url(../img/product_bg.png) no-repeat; }
                .index .index-product .list .list-new .bd ul li a .pic .sPic {
                  width: 106px;
                  height: 106px;
                  border-radius: 106px;
                  position: absolute;
                  right: -23px;
                  bottom: -17px; }
                  .index .index-product .list .list-new .bd ul li a .pic .sPic img {
                    display: block;
                    border-radius: 100%; }
              .index .index-product .list .list-new .bd ul li a .tits {
                font-size: 18px;
                line-height: 26px;
                text-align: center;
                color: #66bf5c;
                margin-top: 27px; }
              .index .index-product .list .list-new .bd ul li a .tit {
                font-size: 14px;
                line-height: 26px;
                color: #666666;
                text-align: center;
                margin-top: 3px; }
        .index .index-product .list .list-new .hd {
          width: 100%;
          height: 54px;
          margin-top: 75px;
          position: relative; }
          .index .index-product .list .list-new .hd .more {
            width: 671px;
            height: 54px;
            display: block;
            margin: 0 auto;
            background: #66bf5c;
            color: #fff;
            font-size: 16px;
            line-height: 54px;
            border-radius: 3px;
            text-align: center; }
          .index .index-product .list .list-new .hd .prev {
            width: 31px;
            height: 31px;
            border-radius: 100%;
            display: block;
            position: absolute;
            left: 0;
            top: 12px;
            background: url(../img/index_prev1.png) no-repeat; }
          .index .index-product .list .list-new .hd .prev:hover {
            background: url(../img/index_prev1_h.png) no-repeat; }
          .index .index-product .list .list-new .hd .next {
            width: 31px;
            height: 31px;
            border-radius: 100%;
            display: block;
            position: absolute;
            right: 0;
            top: 12px;
            background: url(../img/index_next1.png) no-repeat; }
          .index .index-product .list .list-new .hd .next:hover {
            background: url(../img/index_next1_h.png) no-repeat; }
  .index .index-news {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2; }
    .index .index-news .top {
      width: 100%;
      height: 634px;
      position: relative;
      margin-top: 33px; }
      .index .index-news .top .bg {
        width: 100%;
        height: 636px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/index_bannerBg1.png) center no-repeat; }
      .index .index-news .top .tits {
        font-size: 44px;
        line-height: 44px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 283px;
        color: #66bf5c;
        font-family: Arial; }
      .index .index-news .top .tit {
        font-size: 26px;
        line-height: 26px;
        color: #66bf5c;
        text-align: center;
        margin-top: 8px; }
      .index .index-news .top .line {
        width: 385px;
        height: 21px;
        margin: 20px auto 0;
        background: url(../img/index_line1.png) no-repeat; }
      .index .index-news .top .tit1 {
        width: 600px;
        height: auto;
        margin: 23px auto 0;
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        text-align: center; }
      .index .index-news .top img {
        display: block;
        margin: 68px auto 0; }
    .index .index-news .list {
      width: 1200px;
      height: auto;
      margin: 95px auto 0;
      overflow: hidden; }
      .index .index-news .list ul {
        width: 110%; }
        .index .index-news .list ul li {
          width: 354px;
          height: auto;
          float: left;
          margin-right: 67px; }
          .index .index-news .list ul li .pic {
            width: 354px;
            height: 226px;
            display: block; }
          .index .index-news .list ul li .time {
            font-size: 16px;
            line-height: 26px;
            color: #777777;
            font-family: Arial;
            margin-top: 20px; }
          .index .index-news .list ul li .tits {
            width: 100%;
            display: block;
            font-size: 18px;
            line-height: 26px;
            color: #333333;
            font-weight: bold;
            margin-top: 3px; }
          .index .index-news .list ul li .tits:hover {
            color: #66bf5c; }
          .index .index-news .list ul li .tit {
            width: 100%;
            height: 79px;
            display: block;
            font-size: 14px;
            line-height: 24px;
            color: #888888;
            margin-top: 14px; }
          .index .index-news .list ul li .tit:hover {
            color: #66bf5c; }
          .index .index-news .list ul li .more {
            width: 31px;
            height: 34px;
            display: block;
            background: url(../img/index_icon1.png) no-repeat; }
          .index .index-news .list ul li .more:hover {
            background: url(../img/index_icon1_h.png) no-repeat; }
      .index .index-news .list .more1 {
        width: 671px;
        height: 54px;
        display: block;
        margin: 55px auto 0;
        background: #66bf5c;
        color: #fff;
        font-size: 16px;
        line-height: 54px;
        border-radius: 3px;
        text-align: center;
        position: relative;
        z-index: 10; }
  .index .index-map {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
    .index .index-map .top {
      width: 100%;
      height: 634px;
      position: relative;
      margin-top: -60px; }
      .index .index-map .top .bg {
        width: 100%;
        height: 636px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/index_bannerBg1.png) center no-repeat;
        z-index: 3; }
      .index .index-map .top .map {
        width: 100%;
        height: 634px; }

.footer {
  width: 1200px;
  height: 80px;
  margin: 0 auto; }
  .footer p {
    font-size: 12px;
    line-height: 80px;
    color: #a0a0a0;
    float: left; }
    .footer p span {
      margin-right: 18px; }
    .footer p a {
      color: #a0a0a0; }
    .footer p a:hover {
      color: #66bf5c; }
  .footer .share {
    float: right;
    height: 28px;
    line-height: 28px;
    color: #a0a0a0;
    margin-top: 25px; }
    .footer .share span {
      float: left;
      margin-right: 4px; }
    .footer .share a {
      width: 30px;
      height: 28px;
      display: block;
      float: left;
      line-height: 28px;
      padding: 0;
      margin: 0 0 0 8px; }
    .footer .share .bds_weixin {
      background: url(../img/wx.png) no-repeat; }
    .footer .share .bds_tsina {
      background: url(../img/wb.png) no-repeat; }
    .footer .share .bds_tqq {
      background: url(../img/qwb.png) no-repeat; }
    .footer .share .bds_renren {
      background: url(../img/rr.png) no-repeat; }
    .footer .share .bds_qzone {
      background: url(../img/kj.png) no-repeat; }
    .footer .share .bds_douban {
      background: url(../img/db.png) no-repeat; }

.banner {
  width: 100%;
  height: 437px;
  min-width: 1200px;
  overflow: hidden;
  position: relative; }
  .banner .con {
    width: 647px;
    height: auto;
    margin: 123px auto 0;
    position: relative;
    z-index: 2; }
    .banner .con .tits {
      font-size: 44px;
      line-height: 44px;
      color: #fff;
      font-family: Arial;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase; }
    .banner .con .tit {
      font-size: 24px;
      line-height: 24px;
      color: #fff;
      text-align: center;
      margin-top: 7px; }
    .banner .con .line {
      width: 460px;
      height: 30px;
      margin: 15px auto 0;
      background: url(../img/about_line.png) no-repeat; }
    .banner .con .home {
      font-size: 12px;
      line-height: 14px;
      color: #ffffff;
      background: url(../img/home.png) no-repeat;
      padding-left: 27px;
      margin-top: 27px;
      margin-left: 195px; }
      .banner .con .home a {
        color: #ffffff; }
      .banner .con .home a:hover {
        color: #66bf5c; }
      .banner .con .home span {
        margin: 0 4px;
        font-family: Simsun; }
    .banner .con .h1 {
      margin-left: 235px; }
  .banner .bg {
    width: 100%;
    height: 437px;
    background: url(../img/bannerBg.png) bottom center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.about-tabs {
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 5;
  position: relative;
  margin-top: -90px; }
  .about-tabs a {
    width: 122px;
    height: auto;
    display: inline-block;
    margin: 0 18px; }
    .about-tabs a .img {
      width: 94px;
      height: 122px;
      margin: 0 auto;
      display: block; }
    .about-tabs a .i1 {
      background: url(../img/about_icon1.png) no-repeat; }
    .about-tabs a .i2 {
      background: url(../img/about_icon2.png) no-repeat; }
    .about-tabs a .i3 {
      background: url(../img/about_icon3.png) no-repeat; }
    .about-tabs a .i4 {
      background: url(../img/about_icon4.png) no-repeat; }
    .about-tabs a .i5 {
      background: url(../img/about_icon5.png) no-repeat; }
    .about-tabs a .i6 {
      background: url(../img/about_icon6.png) no-repeat; }
    .about-tabs a .i7 {
      background: url(../img/about_icon7.png) no-repeat; }
    .about-tabs a .i8 {
      background: url(../img/about_icon8.png) no-repeat; }
    .about-tabs a .tits {
      font-size: 18px;
      line-height: 18px;
      color: #444444;
      text-align: center;
      margin-top: 12px; }
    .about-tabs a .tit {
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      color: #999999;
      margin-top: 9px;
      font-family: Arial; }
  .about-tabs a.a1 .tits {
    width: 195px;
    margin-left: -35px; }
  .about-tabs a.a1 .tit {
    width: 195px;
    margin-left: -35px; }
  .about-tabs a.a2 .tits {
    width: 195px;
    margin-left: -35px; }
  .about-tabs a.a2 .tit {
    width: 195px;
    margin-left: -35px; }
  .about-tabs a:hover .i1 {
    background: url(../img/about_icon1_h.png) no-repeat; }
  .about-tabs a:hover .i2 {
    background: url(../img/about_icon2_h.png) no-repeat; }
  .about-tabs a:hover .i3 {
    background: url(../img/about_icon3_h.png) no-repeat; }
  .about-tabs a:hover .i4 {
    background: url(../img/about_icon4_h.png) no-repeat; }
  .about-tabs a:hover .i5 {
    background: url(../img/about_icon5_h.png) no-repeat; }
  .about-tabs a:hover .i6 {
    background: url(../img/about_icon6_h.png) no-repeat; }
  .about-tabs a:hover .i7 {
    background: url(../img/about_icon7_h.png) no-repeat; }
  .about-tabs a:hover .i8 {
    background: url(../img/about_icon8_h.png) no-repeat; }
  .about-tabs a:hover .tits {
    color: #66bf5c;
    font-weight: bold;
    font-size: 20px; }
  .about-tabs a:hover .tit {
    color: #66bf5c; }
  .about-tabs a.cur .i1 {
    background: url(../img/about_icon1_h.png) no-repeat; }
  .about-tabs a.cur .i2 {
    background: url(../img/about_icon2_h.png) no-repeat; }
  .about-tabs a.cur .i3 {
    background: url(../img/about_icon3_h.png) no-repeat; }
  .about-tabs a.cur .i4 {
    background: url(../img/about_icon4_h.png) no-repeat; }
  .about-tabs a.cur .i5 {
    background: url(../img/about_icon5_h.png) no-repeat; }
  .about-tabs a.cur .i6 {
    background: url(../img/about_icon6_h.png) no-repeat; }
  .about-tabs a.cur .i7 {
    background: url(../img/about_icon7_h.png) no-repeat; }
  .about-tabs a.cur .i8 {
    background: url(../img/about_icon8_h.png) no-repeat; }
  .about-tabs a.cur .tits {
    color: #66bf5c;
    font-weight: bold;
    font-size: 20px; }
  .about-tabs a.cur .tit {
    color: #66bf5c; }

.about {
  width: 100%;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
  margin-top: 37px; }
  .about .line {
    width: 100%;
    height: 1px;
    background: #f0f0f0; }
  .about .tits {
    font-size: 26px;
    line-height: 60px;
    color: #66bf5c;
    text-align: center;
    margin-top: 30px; }
  .about .tit {
    width: 1190px;
    height: auto;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 28px;
    color: #555555; }
    .about .tit .t {
      margin-bottom: 16px; }
    .about .tit img {
      display: block;
      margin: 35px auto 57px;
      max-width: 100%; }
  .about .pic {
    width: 100%;
    height: 464px; }
  .about .con {
    width: 1190px;
    height: auto;
    margin: 48px auto 0;
    font-size: 14px;
    line-height: 28px;
    color: #555555; }
    .about .con .t {
      margin-bottom: 16px; }
    .about .con img {
      display: block;
      margin: 76px auto 0;
      max-width: 100%; }
  .about .box {
    width: 100%;
    height: 364px;
    border: 3px solid #f7f7f7;
    background: #fafafa;
    margin-top: 82px; }
    .about .box .box-new {
      width: 844px;
      height: auto;
      margin: 45px auto 0; }
      .about .box .box-new .title {
        display: block;
        margin: 0 auto; }
      .about .box .box-new .list {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 40px; }
        .about .box .box-new .list ul {
          width: 110%; }
          .about .box .box-new .list ul li {
            width: 200px;
            height: 120px;
            margin-right: 11px;
            border: 1px solid #f7f7f7;
            float: left; }

.product {
  width: 100%;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
  margin-top: 37px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 84px; }
  .product .line {
    width: 100%;
    height: 1px;
    background: #f0f0f0; }
  .product .list {
    width: 1199px;
    height: auto;
    overflow: hidden;
    margin: 70px auto 0; }
    .product .list .list-new {
      width: 1200px;
      height: auto; }
      .product .list .list-new ul li {
        width: 299px;
        height: 320px;
        float: left;
        border-right: 1px solid #e6e6e6;
        margin-bottom: 60px; }
        .product .list .list-new ul li a {
          width: 299px;
          height: 320px;
          display: block; }
          .product .list .list-new ul li a .pic {
            width: 216px;
            height: 235px;
            position: relative;
            margin: 0 auto; }
            .product .list .list-new ul li a .pic .bg {
              width: 216px;
              height: 235px;
              position: absolute;
              top: 0;
              left: 0;
              background: url(../img/product_bg.png) no-repeat; }
            .product .list .list-new ul li a .pic .sPic {
              width: 106px;
              height: 106px;
              border-radius: 106px;
              position: absolute;
              right: -23px;
              bottom: -17px; }
              .product .list .list-new ul li a .pic .sPic img {
                display: block;
                border-radius: 100%; }
          .product .list .list-new ul li a .tits {
            font-size: 18px;
            line-height: 26px;
            text-align: center;
            color: #66bf5c;
            margin-top: 27px; }
          .product .list .list-new ul li a .tit {
			width: 250px;
			margin: 3px auto 0;
            font-size: 14px;
            line-height: 26px;
            color: #666666;
            text-align: center; }

.page {
  width: 100%;
  height: 24px;
  text-align: center;
  margin-top: 25px; }
  .page a {
    font-size: 12px;
    border: 1px solid #cdcdcd;
    line-height: 22px;
    color: #cdcdcd;
    padding: 0 6px;
    display: inline-block; }
  .page a:hover {
    background: #66bf5c;
    border: 1px solid #66bf5c;
    color: #fff; }
  .page a.active {
    background: #66bf5c;
    border: 1px solid #66bf5c;
    color: #fff; }

.product-info {
  width: 100%;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
  border-top: 1px solid #f0f0f0; }
  .product-info .home {
    width: 1163px;
    font-size: 12px;
    line-height: 14px;
    color: #777777;
    background: url(../img/home1.png) no-repeat;
    padding-left: 27px;
    margin: 24px auto 0; }
    .product-info .home a {
      color: #777777; }
    .product-info .home a:hover {
      color: #66bf5c; }
    .product-info .home span {
      margin: 0 4px;
      font-family: Simsun; }
  .product-info .content {
    width: 100%;
    height: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: 23px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 87px; }
    .product-info .content .con {
      width: 1190px;
      height: auto;
      margin: 37px auto 0; }
      .product-info .content .con .con-left {
        width: 520px;
        height: auto;
        float: left; }
        .product-info .content .con .con-left .show {
          width: 520px;
          height: 520px; }
        .product-info .content .con .con-left .list {
          width: 100%;
          height: auto;
          overflow: hidden;
          margin-top: 11px; }
          .product-info .content .con .con-left .list ul {
            width: 110%; }
            .product-info .content .con .con-left .list ul li {
              width: 121px;
              height: 121px;
              float: left;
              margin-right: 6px;
              border: 2px solid #fff; }
            .product-info .content .con .con-left .list ul li.active {
              border: 2px solid #66bf5c; }
      .product-info .content .con .line {
        width: 1px;
        height: 654px;
        background: #f0f0f0;
        float: left;
        margin-left: 46px; }
      .product-info .content .con .con-right {
        width: 582px;
        height: auto;
        float: right; }
        .product-info .content .con .con-right .tits {
          font-size: 30px;
          line-height: 40px;
          font-weight: bold;
          color: #66bf5c; }
        .product-info .content .con .con-right .conn {
          font-size: 14px;
          line-height: 26px;
          color: #666666;
          margin-top: 20px; }
          .product-info .content .con .con-right .conn .t {
            margin-bottom: 18px; }
            .product-info .content .con .con-right .conn .t span {
              font-weight: bold;
              font-size: 16px; }

.research {
  width: 100%;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
  margin-top: 46px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 65px; }
  .research .tits {
    font-size: 26px;
    line-height: 60px;
    color: #66bf5c;
    text-align: center;
    margin-top: 30px; }
  .research .time {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 40px; }
  .research .tit {
    width: 1190px;
    height: auto;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 28px;
    color: #555555; }
    .research .tit .t {
      margin-bottom: 16px; }
    .research .tit img {
      display: block;
      margin: 35px auto 57px;
      max-width: 100%; }
  .research .paging {
    width: 1190px;
    height: auto;
    margin: 60px auto 0; }
    .research .paging p {
      font-size: 16px;
      line-height: 25px; }
      .research .paging p a {
        color: #777;
        line-height: 21px;
        height: 21px; }
      .research .paging p a:hover {
        color: #66bf5c; }
    .research .paging .return {
      width: 95px;
      height: 35px;
      border: 1px solid #888;
      color: #555555;
      font-size: 16px;
      text-align: center;
      line-height: 35px;
      display: block;
      border-radius: 5px;
      margin-top: 5px; }
    .research .paging .return:hover {
      border: 1px solid #66bf5c;
      background: #66bf5c;
      color: #fff; }

.news {
  width: 100%;
  height: auto;
  min-width: 1200px;
  overflow: hidden;
  margin-top: 36px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 84px; }
  .news .list {
    width: 1190px;
    height: auto;
    margin: 60px auto 0;
    overflow: hidden; }
    .news .list ul {
      width: 110%; }
      .news .list ul li {
        width: 375px;
        height: auto;
        float: left;
        margin-right: 34px;
        margin-bottom: 55px; }
        .news .list ul li .data {
          width: 60px;
          height: 57px;
          float: left;
          background: #eeeeee;
          font-size: 26px;
          line-height: 26px;
          color: #777777;
          font-weight: bold;
          text-align: center;
          padding-top: 13px; }
          .news .list ul li .data span {
            display: block;
            font-size: 12px;
            line-height: 12px;
            font-weight: normal;
            margin-top: 4px; }
        .news .list ul li .con {
          width: 314px;
          height: auto;
          float: left; }
          .news .list ul li .con .pic {
            width: 314px;
            height: 200px;
            display: block; }
          .news .list ul li .con .con-new {
            width: 282px;
            height: auto;
            margin: 0 auto; }
            .news .list ul li .con .con-new .tits {
              display: block;
              font-size: 16px;
              line-height: 16px;
              color: #333333;
              font-weight: bold;
              margin-top: 22px; }
            .news .list ul li .con .con-new .tits:hover {
              color: #66bf5c; }
            .news .list ul li .con .con-new .tit1 {
              display: block;
              font-size: 16px;
              line-height: 16px;
              color: #333333;
              font-weight: bold;
              margin-top: 40px; }
            .news .list ul li .con .con-new .tit1:hover {
              color: #66bf5c; }
            .news .list ul li .con .con-new .tit {
              font-size: 14px;
              line-height: 26px;
              display: block;
              color: #888888;
              margin-top: 11px; }
            .news .list ul li .con .con-new .tit:hover {
              color: #66bf5c; }

.contact {
  width: 100%;
  height: auto;
  margin-top: 77px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 143px;
  min-width: 1200px;
  overflow: hidden; }
  .contact .list {
    width: 1190px;
    height: auto;
    margin: 0 auto; }
    .contact .list ul {
      width: 100%;
      height: auto; }
      .contact .list ul li {
        width: 360px;
        height: auto;
        float: left; }
        .contact .list ul li img {
          display: block;
          margin: 0 auto; }
        .contact .list ul li .tits {
          font-size: 14px;
          line-height: 26px;
          color: #555555;
          text-align: center;
          margin: 27px auto 0; }
		  .contact .list ul li .t1{
			  width: 220px;
		  }
		  .contact .list ul li .t2{
			  width: 150px;
		  }
      .contact .list ul .l1 {
        width: 491px; }
      .contact .list ul .l2 {
        width: 336px; }
      .contact .list ul span {
        width: 1px;
        height: 176px;
        display: block;
        float: left;
        background: #f0f0f0;
        margin-top: 13px; }

.honor {
  width: 100%;
  height: auto;
  margin-top: 37px;
  border-top: 1px solid #f0f0f0;
  min-width: 1200px;
  overflow: hidden; }
  .honor .honor-new {
    width: 1190px;
    height: auto;
    margin: 60px auto 0; }
    .honor .honor-new .tits {
      font-size: 30px;
      line-height: 30px;
      color: #66bf5c;
      text-align: center; }
    .honor .honor-new .show {
      width: 100%;
      height: 425px;
      text-align: center;
      margin-top: 47px; }
    .honor .honor-new .tit {
      font-size: 20px;
      line-height: 20px;
      color: #444444;
      text-align: center;
      margin-top: 32px; }
    .honor .honor-new .list {
      width: 100%;
      height: auto;
      position: relative;
      margin-top: 65px; }
      .honor .honor-new .list .prev {
        width: 31px;
        height: 31px;
        position: absolute;
        top: 54px;
        left: 0;
        background: url(../img/index_prev1.png) no-repeat; }
      .honor .honor-new .list .prev:hover {
        background: url(../img/index_prev1_h.png) no-repeat; }
      .honor .honor-new .list .next {
        width: 31px;
        height: 31px;
        position: absolute;
        top: 54px;
        right: 0;
        background: url(../img/index_next1.png) no-repeat; }
      .honor .honor-new .list .next:hover {
        background: url(../img/index_next1_h.png) no-repeat; }
      .honor .honor-new .list .list-new {
        width: 1072px;
        height: auto;
        margin: 0 auto;
        overflow: hidden; }
        .honor .honor-new .list .list-new ul {
          width: 110%;
          height: auto; }
          .honor .honor-new .list .list-new ul li {
            width: 200px;
            height: 129px;
            border: 3px solid #fff;
            float: left;
            margin-right: 10px; }
          .honor .honor-new .list .list-new ul li.active {
            border: 3px solid #66bf5c; }
  .honor .box {
    width: 100%;
    height: auto;
    background: #fafafa;
    border: 3px solid #f7f7f7;
    padding-top: 64px;
    padding-bottom: 72px;
    margin-top: 95px; }
    .honor .box .tit {
      font-size: 30px;
      line-height: 30px;
      text-align: center;
      color: #66bf5c; }
    .honor .box .list {
      width: 1190px;
      height: auto;
      margin: 53px auto 0; }
      .honor .box .list ul {
        width: 856px;
        float: left;
        height: auto; }
        .honor .box .list ul li {
          width: 410px;
          height: 286px;
          float: left;
          margin-right: 18px;
          margin-bottom: 18px;
          position: relative; }
          .honor .box .list ul li .tits {
            width: 100%;
            height: 42px;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            font-size: 18px;
            line-height: 42px; }
      .honor .box .list .pic {
        width: 334px;
        height: 590px;
        position: relative;
        float: right; }
        .honor .box .list .pic .tits {
          width: 100%;
          height: 70px;
          font-size: 18px;
          line-height: 24px;
          color: #fff;
          background: rgba(0, 0, 0, 0.7);
          text-align: center;
          position: absolute;
          bottom: 0;
          left: 0;
          padding-top: 20px; }

.history {
  width: 100%;
  height: auto;
  margin-top: 37px;
  border-top: 1px solid #f0f0f0;
  min-width: 1200px;
  padding-bottom: 110px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden; }
  .history .history-new {
    width: 1190px;
    height: auto;
    margin: 33px auto 0; }
    .history .history-new .tits {
      font-size: 20px;
      line-height: 36px;
      color: #66bf5c; }
    .history .history-new .list {
      width: 100%;
      background: url(../img/history_line.jpg) center repeat-y;
      margin-top: 56px;
      padding-bottom: 118px; }
      .history .history-new .list ul {
        width: 100%;
        position: relative; }
        .history .history-new .list ul li {
          width: 607px;
          min-height: 170px;
          position: relative;
          float: right; }
          .history .history-new .list ul li .con {
            width: 560px;
            border-radius: 5px;
            background: #f9f9f9;
            padding-bottom: 25px; }
            .history .history-new .list ul li .con .con-new {
              width: 520px;
              height: auto;
              margin: 0 auto; }
              .history .history-new .list ul li .con .con-new .conn {
                float: left; }
                .history .history-new .list ul li .con .con-new .conn .year {
                  font-size: 16px;
                  line-height: 32px;
                  font-weight: bold;
                  color: #66bf5c;
                  margin-top: 18px; }
                .history .history-new .list ul li .con .con-new .conn .tit {
                  font-size: 14px;
                  line-height: 24px;
                  color: #555555; }
        .history .history-new .list ul .liRight {
          background: url(../img/history_bg2.png) no-repeat;
          top: 0;
          right: 0;
          margin-left: -25px; }
          .history .history-new .list ul .liRight .con {
            margin-left: 49px; }
        .history .history-new .list ul .liLeft {
          background: url(../img/history_bg1.png) no-repeat;
          top: 120px;
          left: 0; }
          .history .history-new .list ul .liLeft .con .conn {
            text-align: right; }
    .history .history-new .more {
      margin-left: 540px; }
      .history .history-new .more a {
        width: 106px;
        height: 106px;
        display: block;
        background: url(../img/history_more.png) no-repeat;
        float: left; }
      .history .history-new .more .tit {
        font-size: 12px;
        line-height: 20px;
        color: #666666;
        float: left;
        margin-left: 25px;
        margin-top: 35px; }
        .history .history-new .more .tit span {
          float: left; }
        .history .history-new .more .tit .t {
          float: left; }

/*# sourceMappingURL=style.css.map */
