﻿.gradient {
  color: #505050; }

body {
  overflow-y: hidden !important; }

@media screen and (max-width: 1200px) {
  #nav {
    width: 1000px;
    height: 122px;
    overflow: hidden;
    margin: 0 auto; }
    #nav a.logo {
      width: 300px;
      height: 60px;
      display: block;
      float: left;
      margin-top: 50px; }
      #nav a.logo img {
        width: 300px;
        height: 40px; }
    #nav .navR {
      width: 700px;
      height: 92px;
      float: right;
      margin-top: 35px; }
      #nav .navR .navShow {
        height: 23px;
        width: auto;
        float: right;
        overflow: hidden; }
        #nav .navR .navShow a {
          display: block;
          float: left;
          height: 23px;
          line-height: 23px;
          font-size: 16px;
          width: auto;
          margin-left: 40px;
          font-weight: 700;
          text-indent: 30px; }
          #nav .navR .navShow a.tel {
            background: url("../images/icon11.png") no-repeat left center/20px 20px; }
          #nav .navR .navShow a.language {
            background: url("../images/icon22.png") no-repeat left center/20px 20px; }
          #nav .navR .navShow a.index {
            background: url("../images/icon33.png") no-repeat left center/20px 20px; }
          #nav .navR .navShow a img {
            width: auto;
            height: 23px; }
      #nav .navR .navList {
        width: auto;
        height: 58px;
        float: right;
        overflow: hidden;
        margin-top: 6px; }
        #nav .navR .navList a {
          display: block;
          height: 55px;
          line-height: 55px;
          font-size: 14px;
          color: #000;
          font-weight: 700;
          margin-left: 20px;
          float: left;
          width: auto; }
          #nav .navR .navList a.on {
            color: #008759;
            border-bottom: 3px solid #008759; } }
@media screen and (min-width: 1200px) {
  #nav {
    width: 1200px;
    height: 122px;
    overflow: hidden;
    margin: 0 auto; }
    #nav a.logo {
      width: 366px;
      height: 68px;
      display: block;
      float: left;
      margin-top: 40px; }
      #nav a.logo img {
        width: 391px;
        height: 55px; }
    #nav .navR {
      width: 820px;
      height: 92px;
      float: right;
      margin-top: 35px; }
      #nav .navR .navShow {
        height: 23px;
        width: auto;
        float: right;
        overflow: hidden; }
        #nav .navR .navShow a {
          display: block;
          float: left;
          height: 23px;
          line-height: 23px;
          font-size: 16px;
          width: auto;
          margin-left: 40px;
          font-weight: 700;
          text-indent: 30px; }
          #nav .navR .navShow a.tel {
            background: url("../images/icon11.png") no-repeat left center/20px 20px; }
          #nav .navR .navShow a.language {
            background: url("../images/icon22.png") no-repeat left center/20px 20px; }
          #nav .navR .navShow a.index {
            background: url("../images/icon33.png") no-repeat left center/20px 20px; }
          #nav .navR .navShow a img {
            width: auto;
            height: 23px; }
      #nav .navR .navList {
        width: auto;
        height: 58px;
        float: right;
        overflow: hidden;
        margin-top: 6px; }
        #nav .navR .navList a {
          display: block;
          height: 55px;
          line-height: 55px;
          font-size: 16px;
          color: #000;
          font-weight: 700;
          margin-left: 30px;
          float: left;
          width: auto; }
          #nav .navR .navList a.on {
            color: #008759;
            border-bottom: 3px solid #008759; } }
#banner {
  width: 100%;
  height: auto;
  position: relative; }
  #banner img.blur {
    width: 95%;
    height: 85.5%;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    z-index: 7;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    /* IE6~IE9 */ }
  #banner img.background {
    width: 100%;
    height: auto; }
  #banner .slideNav {
    width: 24px;
    height: auto;
    position: absolute;
    top: 35.8%;
    left: 1.6%;
    background-color: #fff;
    border-radius: 9px; }
    #banner .slideNav i {
      width: 16px;
      height: 16px;
      display: block;
      margin: 8px 4px;
      background-color: #6b6c6c;
      border-radius: 50%;
      cursor: pointer; }
      #banner .slideNav i.on {
        background-color: #008759; }
  @media screen and (max-width: 1367px) {
    #banner .searchInput {
      width: 45.6%;
      height: 14.3%;
      position: absolute;
      bottom: 0;
      left: 35.7%;
      background: #FFF url("../images/b1111.png") no-repeat center/cover; }
      #banner .searchInput .selectList {
        width: 26.7%;
        height: 45.4%;
        margin-left: 18%;
        margin-top: 4%;
        position: relative;
        z-index: 9999;
        float: left; }
        #banner .searchInput .selectList.open .selTitle {
          border-radius: 10px 10px 0 0; }
        #banner .searchInput .selectList.open section {
          display: block; }
        #banner .searchInput .selectList .selTitle {
          width: 100%;
          height: 100%;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          border: 1px solid #6b6c6c;
          border-radius: 10px;
          background: url("../images/sel-bbb.png") no-repeat center/cover;
          overflow: hidden;
          float: left;
          cursor: pointer; }
          #banner .searchInput .selectList .selTitle p {
            width: 87%;
            text-indent: 6%;
            font-size: 12px;
            color: #505050;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
        #banner .searchInput .selectList section {
          width: 100%;
          float: left;
          overflow: hidden;
          height: auto;
          border: 1px solid #6b6c6c;
          border-radius: 0 0 10px 10px;
          border-top: none;
          display: none;
          background-color: #fff;
          padding: 10px 0;
          cursor: pointer; }
          #banner .searchInput .selectList section p {
            width: 100%;
            text-indent: 7.3%;
            font-size: 12px;
            color: #505050;
            line-height: 1.5;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
      #banner .searchInput .newSearch {
        width: 6.6%;
        height: auto;
        display: block;
        float: right;
        margin-top: 4%;
        position: relative; }
        #banner .searchInput .newSearch img {
          width: 100%;
          height: auto; }
        #banner .searchInput .newSearch input[type=submit] {
          background-color: transparent;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          cursor: pointer; } }
  @media screen and (min-width: 1367px) {
    #banner .searchInput {
      width: 45.6%;
      height: 14.3%;
      position: absolute;
      bottom: 0;
      left: 35.7%;
      background: #FFF url("../images/b1111.png") no-repeat center/cover; }
      #banner .searchInput .selectList {
        width: 26.7%;
        height: 45.4%;
        margin-left: 18%;
        margin-top: 4%;
        position: relative;
        z-index: 9999;
        float: left; }
        #banner .searchInput .selectList.open .selTitle {
          border-radius: 10px 10px 0 0; }
        #banner .searchInput .selectList.open section {
          display: block; }
        #banner .searchInput .selectList .selTitle {
          width: 100%;
          height: 100%;
          display: flex;
          display: -webkit-flex;
          align-items: center;
          border: 1px solid #6b6c6c;
          border-radius: 10px;
          background: url("../images/sel-bbb.png") no-repeat center/cover;
          overflow: hidden;
          float: left;
          cursor: pointer; }
          #banner .searchInput .selectList .selTitle p {
            width: 87%;
            text-indent: 6%;
            font-size: 16px;
            color: #505050;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
        #banner .searchInput .selectList section {
          width: 100%;
          float: left;
          overflow: hidden;
          height: auto;
          border: 1px solid #6b6c6c;
          border-radius: 0 0 10px 10px;
          border-top: none;
          display: none;
          background-color: #fff;
          padding: 10px 0;
          cursor: pointer; }
          #banner .searchInput .selectList section p {
            width: 100%;
            text-indent: 7.3%;
            font-size: 14px;
            color: #505050;
            line-height: 1.5;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    #banner .newSearch {
      width: 6.6%;
      height: auto;
      display: block;
      float: right;
      margin-top: 4%;
      position: relative; }
      #banner .newSearch img {
        width: 100%;
        height: auto; }
      #banner .newSearch input[type=submit] {
        background-color: transparent;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        cursor: pointer; } }
  #banner .slideBox {
    width: 95%;
    height: 85.5%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9; }
    #banner .slideBox .slideMain {
      width: 100%;
      height: 100%; }
      #banner .slideBox .slideMain .slideImgs {
        width: 100%;
        height: 100%;
        z-index: 9999; }
        #banner .slideBox .slideMain .slideImgs img {
          width: 100%;
          height: 100%; }

@media screen and (max-width: 1367px) {
  #product {
    width: 100%;
    height: 440px;
    background: url("../images/h250.png") repeat-x top center/1px 250px; }
    #product .main {
      width: 1000px;
      height: 516px;
      margin: 0 auto;
      overflow: hidden;
      background: url("../images/chanpinzhongxin.png") no-repeat 105px 40px/614px 86px; }
      #product .main .slideList {
        width: 1000px;
        height: 240px;
        position: relative;
        margin-top: 182px;
        overflow: hidden; }
        #product .main .slideList .slideNav {
          width: 1000px;
          height: 66px;
          position: absolute;
          z-index: 9;
          top: 77px; }
          #product .main .slideList .slideNav i {
            width: 66px;
            height: 66px;
            display: block;
            cursor: pointer; }
            #product .main .slideList .slideNav i.l {
              background: url("../images/icon-l.png") no-repeat center/cover;
              float: left; }
              #product .main .slideList .slideNav i.l:hover {
                background: url("../images/icon-l-h.png") no-repeat center/cover; }
            #product .main .slideList .slideNav i.r {
              background: url("../images/icon-r.png") no-repeat center/cover;
              float: right; }
              #product .main .slideList .slideNav i.r:hover {
                background: url("../images/icon-r-h.png") no-repeat center/cover; }
        #product .main .slideList .slideBox {
          width: 815px;
          height: 180px;
          position: absolute;
          left: 105px;
          top: 0;
          z-index: 10; }
          #product .main .slideList .slideBox .slideX {
            width: 815px;
            height: 180px;
            overflow: hidden; }
            #product .main .slideList .slideBox .slideX .slidei {
              width: 815px;
              height: 180px; }
              #product .main .slideList .slideBox .slideX .slidei a {
                width: 180px;
                height: 180px;
                display: block;
                float: left;
                margin-right: 30px; }
                #product .main .slideList .slideBox .slideX .slidei a img {
                  width: 180px;
                  height: 155px;
                  display: block; }
                #product .main .slideList .slideBox .slideX .slidei a span {
                  width: 180px;
                  height: 25px;
                  line-height: 25px;
                  display: block;
                  font-size: 12px;
                  color: #515050; } }
@media screen and (min-width: 1367px) {
  #product {
    width: 100%;
    height: 516px;
    background: url("../images/h250.png") repeat-x top center/1px 250px; }
    #product .main {
      width: 1415px;
      height: 516px;
      margin: 0 auto;
      overflow: hidden;
      background: url("../images/chanpinzhongxin.png") no-repeat 105px 40px/614px 86px; }
      #product .main .slideList {
        width: 1415px;
        height: 240px;
        position: relative;
        margin-top: 182px;
        overflow: hidden; }
        #product .main .slideList .slideNav {
          width: 1415px;
          height: 66px;
          position: absolute;
          z-index: 9;
          top: 77px; }
          #product .main .slideList .slideNav i {
            width: 66px;
            height: 66px;
            display: block;
            cursor: pointer; }
            #product .main .slideList .slideNav i.l {
              background: url("../images/icon-l.png") no-repeat center/cover;
              float: left; }
              #product .main .slideList .slideNav i.l:hover {
                background: url("../images/icon-l-h.png") no-repeat center/cover; }
            #product .main .slideList .slideNav i.r {
              background: url("../images/icon-r.png") no-repeat center/cover;
              float: right; }
              #product .main .slideList .slideNav i.r:hover {
                background: url("../images/icon-r-h.png") no-repeat center/cover; }
        #product .main .slideList .slideBox {
          width: 1200px;
          height: 240px;
          position: absolute;
          left: 105px;
          top: 0;
          z-index: 10; }
          #product .main .slideList .slideBox .slideX {
            width: 1200px;
            height: 240px;
            overflow: hidden; }
            #product .main .slideList .slideBox .slideX .slidei {
              width: 1200px;
              height: 240px; }
              #product .main .slideList .slideBox .slideX .slidei a {
                width: 250px;
                height: 240px;
                display: block;
                float: left;
                margin-right: 66px; }
                #product .main .slideList .slideBox .slideX .slidei a img {
                  width: 250px;
                  height: 210px;
                  display: block; }
                #product .main .slideList .slideBox .slideX .slidei a span {
                  width: 250px;
                  height: 30px;
                  line-height: 30px;
                  display: block;
                  font-size: 16px;
                  color: #515050; } }
@media screen and (max-width: 1367px) {
  #NPC {
    width: 1000px;
    height: 545px;
    margin: 0 auto;
    overflow: hidden; }
    #NPC .lp {
      width: 310px;
      height: 545px;
      margin-left: 34px;
      float: left;
      overflow: hidden; }
      #NPC .lp:first-child {
        margin-left: 0;
        background: url("../images/news.png") no-repeat left top; }
      #NPC .lp:nth-child(2) {
        background: url("../images/problem.png") no-repeat left top; }
      #NPC .lp:nth-child(3) {
        background: url("../images/categories.png") no-repeat left top; }
      #NPC .lp a.more {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: right;
        display: block;
        margin-top: 49px;
        color: #006442;
        font-size: 14px;
        font-weight: 500; }
        #NPC .lp a.more:after {
          content: '>>'; }
      #NPC .lp .list {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #fff; }
        #NPC .lp .list a {
          height: 42px;
          width: 100%;
          line-height: 42px;
          font-size: 16px;
          margin-top: 28px;
          color: #505050;
          display: block;
          text-indent: 24px;
          background: url("../images/sjx.png") no-repeat 7px center/9px 18px;
          border-bottom: 1px dashed #dcdcdc;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          #NPC .lp .list a:last-child {
            border-bottom: none; } }
@media screen and (min-width: 1367px) {
  #NPC {
    width: 1200px;
    height: 545px;
    margin: 0 auto;
    overflow: hidden; }
    #NPC .lp {
      width: 370px;
      height: 545px;
      margin-left: 45px;
      float: left;
      overflow: hidden; }
      #NPC .lp:first-child {
        margin-left: 0;
        background: url("../images/categories.png") no-repeat left top; }
      #NPC .lp:nth-child(2) {
        background: url("../images/news.png") no-repeat left top; }
      #NPC .lp:nth-child(3) {
        background: url("../images/problem.png") no-repeat left top; }
      #NPC .lp a.more {
        width: 100%;
        height: 45px;
        line-height: 45px;
        text-align: right;
        display: block;
        margin-top: 49px;
        color: #006442;
        font-size: 14px;
        font-weight: 500; }
        #NPC .lp a.more:after {
          content: '>>'; }
      #NPC .lp .list {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #fff; }
        #NPC .lp .list a {
          height: 42px;
          width: 100%;
          line-height: 42px;
          font-size: 16px;
          margin-top: 28px;
          color: #505050;
          display: block;
          text-indent: 24px;
          background: url("../images/sjx.png") no-repeat 7px center/9px 18px;
          border-bottom: 1px dashed #dcdcdc;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          #NPC .lp .list a:last-child {
            border-bottom: none; } }
@media screen and (max-width: 1367px) {
  #about {
    width: 1000px;
    height: 360px;
    background: url("../images/about.png") no-repeat center/cover;
    overflow: hidden;
    margin: 54px auto 0;
    position: relative; }
    #about .blur {
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      filter: blur(10px);
      z-index: 8;
      top: 107px;
      left: 10px;
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
      /* IE6~IE9 */ }
    #about img {
      width: 240px;
      height: 240px;
      position: absolute;
      top: 97px;
      left: 0;
      z-index: 9; }
    #about p {
      width: 675px;
      max-height: 264px;
      line-height: 32px;
      font-size: 16px;
      color: #303030;
      overflow: hidden;
      text-overflow: ellipsis;
      position: absolute;
      top: 92px;
      left: 290px; }
    #about a.more {
      line-height: 45px;
      height: 45px;
      font-size: 14px;
      color: #006442;
      position: absolute;
      top: 297px;
      right: 50px; }
      #about a.more:after {
        content: '>>'; } }
@media screen and (min-width: 1367px) {
  #about {
    width: 1200px;
    height: 440px;
    background: url("../images/about.png") no-repeat center/cover;
    overflow: hidden;
    margin: 54px auto 0;
    position: relative; }
    #about .blur {
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      filter: blur(10px);
      z-index: 8;
      top: 137px;
      left: 10px;
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
      /* IE6~IE9 */ }
    #about img {
      width: 286px;
      height: 318px;
      position: absolute;
      top: 127px;
      left: 0;
      z-index: 9; }
    #about p {
      width: 780px;
      max-height: 264px;
      line-height: 35px;
      font-size: 18px;
      color: #303030;
      overflow: hidden;
      text-overflow: ellipsis;
      position: absolute;
      top: 124px;
      left: 370px; }
    #about a.more {
      line-height: 45px;
      height: 45px;
      font-size: 18px;
      color: #006442;
      position: absolute;
      top: 361px;
      right: 50px; }
      #about a.more:after {
        content: '>>'; } }
@media screen and (max-width: 1367px) {
  #contact {
    width: 100%;
    height: 828px;
    overflow: hidden;
    margin-top: 90px;
    background: url("../images/contactback.png") no-repeat center/cover; }
    #contact .main {
      width: 1000px;
      height: 716px;
      margin: 0 auto;
      background: url("../images/contact.png") no-repeat left 65px;
      overflow: hidden; }
      #contact .main .map {
        width: 450px;
        height: 400px;
        float: left;
        margin-top: 249px;
        overflow: hidden; }
        #contact .main .map img {
          width: 450px;
          height: 400px; }
      #contact .main .address {
        width: 450px;
        height: 400px;
        float: right;
        margin-top: 249px;
        overflow: hidden;
        background-color: #fff; }
        #contact .main .address ul {
          width: 480px;
          height: auto;
          margin-left: 35px;
          padding: 15px 0; }
          #contact .main .address ul li {
            width: 480px;
            height: 46px;
            line-height: 46px;
            padding: 20px 0;
            border-bottom: 1px solid #b5b5b5; }
            #contact .main .address ul li:nth-child(1) {
              background: url("../images/addressicon.png") no-repeat left center/40px 48px; }
            #contact .main .address ul li:nth-child(2) {
              background: url("../images/telicon.png") no-repeat left center/40px 48px; }
            #contact .main .address ul li:nth-child(3) {
              background: url("../images/faxicon.png") no-repeat left center/40px 48px; }
            #contact .main .address ul li:nth-child(4) {
              background: url("../images/qqicon.png") no-repeat left center/40px 48px; }
            #contact .main .address ul li h4 {
              width: 100%;
              height: 20px;
              font-size: 20px;
              line-height: 20px;
              color: #515050;
              text-indent: 58px; }
            #contact .main .address ul li p {
              width: 100%;
              height: 14px;
              font-size: 14px;
              color: #515050;
              text-indent: 58px;
              line-height: 14px;
              margin-top: 15px; }
              #contact .main .address ul li p a.qqlink {
                width: 60px;
                height: 18px;
                display: inline-block;
                background: url("../images/qqjiaotan.png") no-repeat center/cover;
                margin-right: 20px; }
    #contact p.flink {
      width: 100%;
      height: 38px;
      line-height: 38px;
      text-align: center;
      margin-top: 44px;
      color: #ffffff; }
      #contact p.flink a {
        padding: 0 11px;
        width: auto;
        display: inline-block;
        color: #FFF;
        line-height: 38px;
        font-size: 16px; } }
@media screen and (min-width: 1367px) {
  #contact {
    width: 100%;
    height: 828px;
    overflow: hidden;
    margin-top: 90px;
    background: url("../images/contactback.png") no-repeat center/cover; }
    #contact .main {
      width: 1200px;
      height: 716px;
      margin: 0 auto;
      background: url("../images/contact.png") no-repeat left 65px;
      overflow: hidden; }
      #contact .main .map {
        width: 557px;
        height: 465px;
        float: left;
        margin-top: 249px;
        overflow: hidden; }
        #contact .main .map img {
          width: 557px;
          height: auto; }
      #contact .main .address {
        width: 564px;
        height: 464px;
        float: right;
        margin-top: 249px;
        overflow: hidden;
        background-color: #fff; }
        #contact .main .address ul {
          width: 480px;
          height: auto;
          margin-left: 35px;
          padding: 15px 0; }
          #contact .main .address ul li {
            width: 480px;
            height: 52px;
            line-height: 52px;
            padding: 25px 0;
            border-bottom: 1px solid #b5b5b5; }
            #contact .main .address ul li:nth-child(1) {
              background: url("../images/addressicon.png") no-repeat left center/45px 52px; }
            #contact .main .address ul li:nth-child(2) {
              background: url("../images/telicon.png") no-repeat left center/45px 52px; }
            #contact .main .address ul li:nth-child(3) {
              background: url("../images/faxicon.png") no-repeat left center/45px 52px; }
            #contact .main .address ul li:nth-child(4) {
              background: url("../images/qqicon.png") no-repeat left center/45px 52px; }
            #contact .main .address ul li h4 {
              width: 100%;
              height: 24px;
              font-size: 24px;
              line-height: 24px;
              color: #515050;
              text-indent: 62px; }
            #contact .main .address ul li p {
              width: 100%;
              height: 16px;
              font-size: 16px;
              color: #515050;
              text-indent: 62px;
              line-height: 16px;
              margin-top: 15px; }
              #contact .main .address ul li p a.qqlink {
                width: 77px;
                height: 21px;
                display: inline-block;
                background: url("../images/qqjiaotan.png") no-repeat center/cover;
                margin-right: 20px; }
    #contact p.flink {
      width: 100%;
      height: 38px;
      line-height: 38px;
      text-align: center;
      margin-top: 44px;
      color: #ffffff; }
      #contact p.flink a {
        padding: 0 11px;
        width: auto;
        display: inline-block;
        color: #FFF;
        line-height: 38px;
        font-size: 16px; } }
#copyright {
  width: 100%;
  height: 80px;
  padding: 10px 0;
  overflow: hidden;
  margin: 0;
  background-color: #008759; }
  #copyright p {
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px; }
    #copyright p a {
      line-height: 40px;
      font-size: 16px;
      color: #ffffff;
      display: inline-block; }

#topImg {
  width: 100%;
  height: auto; }
  #topImg img {
    width: 100%;
    height: auto; }

.productList {
  width: 335px;
  height: auto; }
  .productList .title {
    width: 335px;
    height: 52px;
    border-bottom: 2px solid #008759; }
    .productList .title h2 {
      width: 100%;
      height: 22px;
      font-size: 22px;
      color: #006341; }
      .productList .title h2 i {
        display: inline-block;
        width: 6px;
        height: 12px;
        margin-left: 20px;
        background: url("../images/xiaosanjiao.png") no-repeat center/cover; }
    .productList .title p {
      font-weight: 100;
      width: 100%;
      height: 14px;
      line-height: 14px;
      color: #cccccc;
      margin-top: 8px; }
    .productList .title.chanpinzhongxin {
      background: url("../images/producrtitle.png") no-repeat center/cover; }
    .productList .title.changjianwenti {
      background: url("../images/changjianwenti.png") no-repeat center/cover; }
  .productList .lists {
    width: 335px;
    height: auto;
    min-height: 150px;
    overflow: hidden; }
    .productList .lists .list {
      width: 335px;
      height: auto;
      padding: 17px 0;
      margin-left: 5px;
      border-bottom: 1px dotted #c5c5c5; }
      .productList .lists .list:last-child {
        border-bottom: none; }
      .productList .lists .list.on a.h3, .productList .lists .list.on h3 {
        color: #006442;
        background: #f6f6f6 url("../images/listicon2.png") no-repeat left center; }
      .productList .lists .list.on a.h3 + ul, .productList .lists .list.on h3 + ul {
        display: block; }
      .productList .lists .list a.h3, .productList .lists .list h3 {
        width: 335px;
        height: 21px;
        font-size: 14px;
        color: #333333;
        position: relative;
        z-index: 99;
        line-height: 21px;
        text-indent: 38px;
        background: #f6f6f6 url("../images/listicon1.png") no-repeat left center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block; }
      .productList .lists .list ul {
        width: 293px;
        height: auto;
        display: none;
        margin-left: 40px;
        z-index: 98;
        overflow: hidden;
        padding-bottom: 30px;
        position: relative;
        margin-top: -38px; }
        .productList .lists .list ul li {
          width: 293px;
          height: 44px;
          border-bottom: 1px dotted #c5c5c5;
          border-left: 1px dotted #c5c5c5; }
          .productList .lists .list ul li:first-child {
            margin-top: 20px; }
          .productList .lists .list ul li a {
            line-height: 22px;
            font-size: 14px;
            color: #333333;
            display: inline-block;
            margin-left: 24px;
            width: 266px;
            background-color: #f6f6f6;
            position: relative;
            top: 32px;
            padding-left: 3px;
            left: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }

.productsRecommended {
  width: 335px;
  height: auto;
  margin-top: 34px;
  padding-top: 87px;
  overflow: hidden;
  background: #FFF url("../images/tuijianchanpin.png") no-repeat top center/335px 120px; }
  .productsRecommended ul {
    width: 335px;
    height: auto;
    padding-bottom: 20px; }
    .productsRecommended ul li {
      width: 335px;
      height: 235px; }
      .productsRecommended ul li a {
        overflow: hidden;
        width: 335px;
        height: 235px;
        display: block; }
        .productsRecommended ul li a .img {
          width: 200px;
          height: 200px;
          display: block;
          margin: 0 auto;
          vertical-align: middle;
          text-align: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          box-sizing: border-box;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .productsRecommended ul li a .img img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: auto; }
        .productsRecommended ul li a p {
          width: 215px;
          height: 42px;
          display: block;
          margin: 0 auto;
          line-height: 42px;
          font-size: 16px;
          text-align: center;
          color: #505050;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }

.contact {
  width: 335px;
  height: auto;
  margin-top: 40px;
  padding: 24px 0 15px;
  position: relative;
  background: #FFF; }
  .contact i.bottom {
    width: 56px;
    height: 131px;
    background: url("../images/contactbottom.png") no-repeat center/cover;
    display: block;
    position: absolute;
    bottom: -13px;
    right: -7px; }
  .contact i.biezhen {
    width: 37px;
    height: 40px;
    display: block;
    background: url("../images/biezhen.png") no-repeat center/cover;
    position: absolute;
    top: -17.5px;
    left: 50%;
    margin-left: -18.5px; }
  .contact h3.lianxiwomen {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    width: 100%;
    text-indent: 38px;
    margin-bottom: 5px;
    background: url("../images/icon44.png") no-repeat 8px center/20px 20px; }
  .contact p.xg {
    width: 250px;
    line-height: 26px;
    margin-left: 86px;
    font-size: 16px;
    color: #505050;
    text-indent: -81px; }
  .contact span {
    display: block;
    width: 225px;
    margin-left: 5px;
    height: 21px;
    margin-top: 10px; }
    .contact span a {
      width: 77px;
      height: 21px;
      margin-right: 15px;
      display: inline-block;
      background: url("../images/qqjiaotan.png") no-repeat center/cover; }

@media screen and (max-width: 1200px) {
  .productCenter {
    width: 630px;
    padding-left: 20px;
    overflow: hidden;
    border-left: 1px solid #cccccc; }
    .productCenter h3 {
      width: 100%;
      height: 54px;
      line-height: 54px;
      color: #006442;
      font-size: 14px;
      text-indent: 20px;
      background: #e5e5e5; }
      .productCenter h3 span {
        line-height: 54px;
        display: block;
        font-size: 14px;
        color: #9a9a9a;
        float: right;
        margin-right: 5px; }
        .productCenter h3 span a {
          display: inline-block;
          line-height: 54px;
          font-size: 14px;
          color: #9a9a9a;
          width: auto;
          float: left;
          padding: 0;
          margin: 0;
          text-align: left;
          text-indent: 0; }
          .productCenter h3 span a:after {
            content: '>';
            width: 15px;
            text-align: center;
            display: inline-block; }
          .productCenter h3 span a:last-child::after {
            content: ''; }
    .productCenter ul.pd {
      width: 923px;
      height: auto;
      overflow: hidden; }
      .productCenter ul.pd li {
        width: 923px;
        height: auto;
        overflow: hidden;
        padding-bottom: 20px;
        border-bottom: 1px dotted #c5c5c5; }
        .productCenter ul.pd li.noline {
          border-bottom: none; }
        .productCenter ul.pd li .mainView {
          width: 730px;
          height: 200px;
          margin-top: 24px;
          overflow: hidden;
          position: relative; }
          .productCenter ul.pd li .mainView img {
            width: 250px;
            height: 200px;
            display: block;
            float: left; }
          .productCenter ul.pd li .mainView a.title {
            width: 435px;
            height: 18px;
            font-size: 14px;
            line-height: 18px;
            color: #333333;
            margin-right: 18px;
            float: right; }
          .productCenter ul.pd li .mainView p {
            width: 435px;
            line-height: 30px;
            font-size: 14px;
            color: #505050;
            margin-right: 18px;
            float: right; }
          .productCenter ul.pd li .mainView a.newdownload, .productCenter ul.pd li .mainView a.newtalk {
            width: 160px;
            height: 35px;
            border: 1px solid #b5b5b5;
            display: block;
            float: left;
            margin-left: 18px;
            margin-top: 25px; }
            .productCenter ul.pd li .mainView a.newdownload i, .productCenter ul.pd li .mainView a.newtalk i {
              width: 40px;
              height: 35px;
              display: block;
              float: left;
              border-right: 1px solid #b5b5b5; }
            .productCenter ul.pd li .mainView a.newdownload span, .productCenter ul.pd li .mainView a.newtalk span {
              width: 115px;
              height: 35px;
              line-height: 35px;
              color: #0a8c60;
              text-align: center;
              display: block;
              float: right;
              font-size: 14px; }
          .productCenter ul.pd li .mainView a.newtalk {
            margin-left: 30px; }
            .productCenter ul.pd li .mainView a.newtalk i {
              background: #eeeeee url("../images/qq.png") no-repeat center/24px 27px; }
            .productCenter ul.pd li .mainView a.newtalk:hover {
              background-color: #008759; }
              .productCenter ul.pd li .mainView a.newtalk:hover i {
                background: #008759 url("../images/qqhover.png") no-repeat center/24px 27px; }
              .productCenter ul.pd li .mainView a.newtalk:hover span {
                color: #fff; }
          .productCenter ul.pd li .mainView a.newdownload i {
            background: #eeeeee url("../images/download.png") no-repeat center/24px 27px; }
          .productCenter ul.pd li .mainView a.newdownload:hover {
            background-color: #008759; }
            .productCenter ul.pd li .mainView a.newdownload:hover i {
              background: #008759 url("../images/downloadhover.png") no-repeat center/24px 27px; }
            .productCenter ul.pd li .mainView a.newdownload:hover span {
              color: #fff; }
          .productCenter ul.pd li .mainView a.qlink, .productCenter ul.pd li .mainView a.cdown {
            width: auto;
            display: block;
            height: 16px;
            line-height: 16px;
            font-size: 14px;
            position: absolute;
            text-decoration: underline;
            bottom: 0;
            right: 0; }
            .productCenter ul.pd li .mainView a.qlink:after, .productCenter ul.pd li .mainView a.cdown:after {
              content: '>>'; }
          .productCenter ul.pd li .mainView a.cdown {
            text-decoration: none;
            color: #006442; }
        .productCenter ul.pd li p.ls {
          width: 100%;
          line-height: 36px;
          font-size: 14px;
          color: #333333; }
        .productCenter ul.pd li .xh {
          margin-top: 35px; }
        .productCenter ul.pd li a.singoQlink {
          width: auto;
          display: block;
          height: 16px;
          line-height: 16px;
          font-size: 14px;
          text-decoration: underline; }
          .productCenter ul.pd li a.singoQlink:after {
            content: '>>'; }
    .productCenter table {
      width: 100%;
      height: 150px;
      font-size: 12px;
      margin-top: 22px; }
      .productCenter table tr {
        height: 75px;
        border-bottom: 1px solid #999999;
        color: #505050; }
        .productCenter table tr:first-child {
          border-top: 1px solid #999999;
          background-color: #008759;
          color: #ffffff; }
        .productCenter table tr th, .productCenter table tr td {
          font-weight: 400;
          border-right: 1px solid #999999;
          line-height: 20px;
          text-align: center;
          vertical-align: middle; }
          .productCenter table tr th:first-child, .productCenter table tr td:first-child {
            border-left: 1px solid #999999; }
          .productCenter table tr th:last-child, .productCenter table tr td:last-child {
            width: 50px; }
            .productCenter table tr th:last-child a.download, .productCenter table tr td:last-child a.download {
              width: 19px;
              height: 30px;
              display: inline-block;
              background: url("../images/adownload.png") no-repeat center/cover; }
          .productCenter table tr th:nth-child(2), .productCenter table tr td:nth-child(2) {
            width: 69px; }
          .productCenter table tr th:nth-child(3), .productCenter table tr td:nth-child(3) {
            width: 97px; }
          .productCenter table tr th:nth-child(4), .productCenter table tr td:nth-child(4) {
            width: 130px; }
          .productCenter table tr th:nth-child(5), .productCenter table tr td:nth-child(5) {
            width: 118px; }
          .productCenter table tr th:nth-child(6), .productCenter table tr td:nth-child(6) {
            width: 96px; }
          .productCenter table tr th:nth-child(7), .productCenter table tr td:nth-child(7) {
            width: 91px; }
          .productCenter table tr th:nth-child(8), .productCenter table tr td:nth-child(8) {
            width: 100px; }
    .productCenter ul.qs {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter ul.qs li {
        width: 100%;
        height: 56px;
        border-bottom: 1px dashed #b3b3b3; }
        .productCenter ul.qs li a {
          display: block;
          line-height: 56px;
          width: 500px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          float: left;
          font-size: 14px;
          color: #505050; }
        .productCenter ul.qs li span {
          display: block;
          width: auto;
          float: right;
          font-size: 14px;
          color: #505050;
          line-height: 56px;
          height: 56px; }
    .productCenter .text {
      width: 100%;
      height: auto; }
      .productCenter .text h4 {
        line-height: 68px;
        text-align: center;
        width: 100%;
        font-size: 30px;
        color: #1f1f1f; }
      .productCenter .text p.date {
        width: 100%;
        line-height: 18px;
        text-align: center;
        font-size: 14px;
        color: #8c8c8c; }
        .productCenter .text p.date span {
          display: inline-block;
          padding: 0 10px;
          color: #8c8c8c;
          line-height: 18px; }
      .productCenter .text .cts {
        width: 100%;
        height: auto; }
        .productCenter .text .cts p {
          line-height: 30px;
          font-size: 14px;
          color: #505050;
          width: 100%; }
        .productCenter .text .cts img {
          margin: 15px auto 0;
          display: block; }
        .productCenter .text .cts span {
          line-height: 24px;
          width: 100%;
          display: inline-block;
          text-align: center;
          font-size: 12px;
          color: #505050; }
        .productCenter .text .cts h5 {
          line-height: 30px;
          font-size: 16px;
          color: #333333;
          width: 100%; }
    .productCenter ul.zp {
      width: 100%;
      height: auto; }
      .productCenter ul.zp li {
        width: 100%;
        height: auto;
        min-height: 115px;
        padding: 30px 0;
        vertical-align: middle;
        border-top: 1px dashed #b3b3b3; }
        .productCenter ul.zp li:first-child {
          border-top: none; }
        .productCenter ul.zp li p, .productCenter ul.zp li h5 {
          width: 100%;
          line-height: 24px;
          font-size: 14px;
          color: #505050; }
        .productCenter ul.zp li h5 {
          font-weight: 700; }
        .productCenter ul.zp li img.wantu {
          width: 86px;
          height: 86px;
          display: inline-block;
          margin-right: 15px; }
        .productCenter ul.zp li .lx {
          width: 500px;
          height: auto;
          display: inline-block; }
    .productCenter .aboutus {
      width: 100%;
      height: auto; }
      .productCenter .aboutus p {
        line-height: 24px;
        font-size: 12px;
        color: #505050;
        width: 100%;
        margin-top: 24px; }
      .productCenter .aboutus ul.lss {
        width: 100%;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin-top: 20px; }
        .productCenter .aboutus ul.lss li {
          width: 30%;
          height: 248px;
          display: inline-block;
          padding-bottom: 50px; }
          .productCenter .aboutus ul.lss li img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%; }
          .productCenter .aboutus ul.lss li span {
            width: 100%;
            height: 44px;
            line-height: 44px;
            font-size: 12px;
            color: #505050;
            text-align: center;
            display: block; }
    .productCenter .acontactus .map {
      width: 923px;
      height: 542px;
      margin-top: 26px;
      overflow: hidden;
      margin-bottom: 80px; }
      .productCenter .acontactus .map img {
        width: 100%;
        height: 100%; }
    .productCenter .acontactus p {
      width: 100%;
      line-height: 42px;
      font-size: 24px;
      color: #505050; }
    .productCenter .message {
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter .message .row {
        line-height: 52px;
        height: 52px;
        overflow: hidden; }
        .productCenter .message .row.area {
          height: 220px; }
        .productCenter .message .row.btn {
          height: 40px; }
        .productCenter .message .row span, .productCenter .message .row p {
          width: 100px;
          display: inline-block;
          height: 52px;
          line-height: 52px;
          font-size: 14px;
          text-align: right;
          color: #505050;
          float: left; }
          .productCenter .message .row span.large, .productCenter .message .row p.large {
            width: auto;
            margin-left: 34px;
            text-align: left; }
          .productCenter .message .row span.titleline, .productCenter .message .row p.titleline {
            margin-left: 0;
            width: auto;
            float: left; }
          .productCenter .message .row span b, .productCenter .message .row p b {
            width: auto;
            display: inline-block;
            text-align: left;
            line-height: 52px;
            color: #bd0000;
            font-size: 14px;
            font-weight: 400;
            float: left; }
        .productCenter .message .row input {
          width: 230px;
          height: 30px;
          display: inline-block;
          line-height: 30px;
          border: 1px solid #b3b3b3;
          margin-top: 9px;
          margin-left: 22px;
          float: left; }
        .productCenter .message .row textarea {
          width: 520px;
          height: 168px;
          border: 1px solid #b3b3b3;
          line-height: 26px;
          font-size: 14px;
          color: #505050;
          display: block;
          margin-left: 22px;
          float: left;
          margin-top: 9px;
          resize: none;
          padding: 5px; }
        .productCenter .message .row a {
          margin-left: 22px;
          float: left;
          display: block;
          height: 38px;
          line-height: 38px;
          font-size: 14px;
          text-align: center;
          width: 144px;
          border: 1px solid #008759; }
          .productCenter .message .row a.submit {
            background-color: #008759;
            color: #FFF; }
          .productCenter .message .row a.re {
            background-color: #fff;
            color: #008759; }
    .productCenter .wholesale {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter .wholesale p.tt {
        width: 100%;
        line-height: 28px;
        font-size: 14px;
        color: #505050;
        margin-top: 12px; }
      .productCenter .wholesale h4 {
        line-height: 42px;
        font-size: 18px;
        color: #424242;
        width: 100%;
        border-bottom: 1px solid #cccccc; }
      .productCenter .wholesale ul.ws {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .productCenter .wholesale ul.ws li.ws {
          width: 100%;
          height: 234px;
          overflow: hidden;
          border-bottom: 1px dotted #cccccc; }
          .productCenter .wholesale ul.ws li.ws a.h5 {
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            color: #008759; }
          .productCenter .wholesale ul.ws li.ws .row {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .productCenter .wholesale ul.ws li.ws .row img {
              width: 180px;
              height: 145px;
              display: block;
              float: left; }
            .productCenter .wholesale ul.ws li.ws .row .price {
              width: 130px;
              height: 100px;
              padding-top: 35px;
              text-align: center;
              vertical-align: middle;
              float: right; }
              .productCenter .wholesale ul.ws li.ws .row .price p {
                width: 100%;
                line-height: 32px;
                font-size: 16px;
                color: #505050;
                text-align: center; }
                .productCenter .wholesale ul.ws li.ws .row .price p.p {
                  color: #f30; }
            .productCenter .wholesale ul.ws li.ws .row .inner {
              width: 350px;
              height: auto;
              float: left;
              overflow: hidden;
              margin-left: 30px; }
              .productCenter .wholesale ul.ws li.ws .row .inner a.h2 {
                width: 100%;
                height: 16px;
                font-size: 16px;
                display: block;
                line-height: 16px;
                margin-bottom: 16px; }
              .productCenter .wholesale ul.ws li.ws .row .inner ul {
                width: 100%;
                height: auto; }
                .productCenter .wholesale ul.ws li.ws .row .inner ul li {
                  min-width: 35%;
                  float: left;
                  line-height: 26px;
                  height: 26px;
                  color: #626262;
                  font-size: 14px;
                  width: auto; }
                  .productCenter .wholesale ul.ws li.ws .row .inner ul li span {
                    padding-left: 5px;
                    display: inline;
                    line-height: 22px;
                    font-size: 14px;
                    color: #505050; }
      .productCenter .wholesale a.h6 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        display: block;
        color: #505050; }
    .productCenter .net {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter .net ul {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .productCenter .net ul li {
          width: 50%;
          padding: 35px 0;
          border-bottom: 1px dashed #cccccc;
          float: left; }
          .productCenter .net ul li p {
            width: 100%;
            height: 26px;
            line-height: 26px;
            font-size: 12px;
            color: #505050; }
            .productCenter .net ul li p span {
              line-height: 26px;
              display: inline-block;
              color: #505050;
              font-size: 12px; }
              .productCenter .net ul li p span.t {
                width: 70px; } }
@media screen and (min-width: 1200px) {
  .productCenter {
    width: 823px;
    padding-left: 20px;
    overflow: hidden;
    border-left: 1px solid #cccccc; }
    .productCenter h3 {
      width: 823px;
      height: 54px;
      line-height: 54px;
      color: #006442;
      font-size: 14px;
      text-indent: 20px;
      background: #e5e5e5; }
      .productCenter h3 span {
        line-height: 54px;
        display: block;
        font-size: 14px;
        color: #9a9a9a;
        float: right;
        margin-right: 5px; }
        .productCenter h3 span a {
          display: inline-block;
          line-height: 54px;
          font-size: 14px;
          color: #9a9a9a;
          width: auto;
          float: left;
          padding: 0;
          margin: 0;
          text-align: left;
          text-indent: 0; }
          .productCenter h3 span a:after {
            content: '>';
            width: 15px;
            text-align: center;
            display: inline-block; }
          .productCenter h3 span a:last-child::after {
            content: ''; }
    .productCenter ul.pd {
      width: 823px;
      height: auto;
      overflow: hidden; }
      .productCenter ul.pd li {
        width: 823px;
        height: auto;
        overflow: hidden;
        padding-bottom: 20px;
        border-bottom: 1px dotted #c5c5c5; }
        .productCenter ul.pd li.noline {
          border-bottom: none; }
        .productCenter ul.pd li .mainView {
          width: 823px;
          height: 200px;
          margin-top: 24px;
          overflow: hidden;
          position: relative; }
          .productCenter ul.pd li .mainView img {
            width: 250px;
            height: 200px;
            display: block;
            float: left; }
          .productCenter ul.pd li .mainView a.title {
            width: 530px;
            height: 18px;
            font-size: 14px;
            line-height: 18px;
            color: #333333;
            margin-right: 18px;
            float: right; }
          .productCenter ul.pd li .mainView p {
            width: 530px;
            line-height: 30px;
            font-size: 14px;
            color: #505050;
            margin-right: 18px;
            margin-top: 10px;
            float: right; }
          .productCenter ul.pd li .mainView a.qlink, .productCenter ul.pd li .mainView a.cdown {
            width: auto;
            display: block;
            height: 16px;
            line-height: 16px;
            font-size: 14px;
            position: absolute;
            text-decoration: underline;
            bottom: 0;
            right: 0; }
            .productCenter ul.pd li .mainView a.qlink:after, .productCenter ul.pd li .mainView a.cdown:after {
              content: '>>'; }
          .productCenter ul.pd li .mainView a.newdownload, .productCenter ul.pd li .mainView a.newtalk {
            width: 200px;
            height: 50px;
            border: 1px solid #b5b5b5;
            display: block;
            float: left;
            margin-left: 80px;
            margin-top: 30px; }
            .productCenter ul.pd li .mainView a.newdownload i, .productCenter ul.pd li .mainView a.newtalk i {
              width: 58px;
              height: 50px;
              display: block;
              float: left;
              border-right: 1px solid #b5b5b5; }
            .productCenter ul.pd li .mainView a.newdownload span, .productCenter ul.pd li .mainView a.newtalk span {
              width: 140px;
              height: 50px;
              line-height: 50px;
              color: #0a8c60;
              text-align: center;
              display: block;
              float: right;
              font-size: 14px; }
          .productCenter ul.pd li .mainView a.newtalk {
            margin-left: 50px; }
            .productCenter ul.pd li .mainView a.newtalk i {
              background: #eeeeee url("../images/qq.png") no-repeat center/34px 37px; }
            .productCenter ul.pd li .mainView a.newtalk:hover {
              background-color: #008759; }
              .productCenter ul.pd li .mainView a.newtalk:hover i {
                background: #008759 url("../images/qqhover.png") no-repeat center/34px 37px; }
              .productCenter ul.pd li .mainView a.newtalk:hover span {
                color: #fff; }
          .productCenter ul.pd li .mainView a.newdownload i {
            background: #eeeeee url("../images/download.png") no-repeat center/34px 37px; }
          .productCenter ul.pd li .mainView a.newdownload:hover {
            background-color: #008759; }
            .productCenter ul.pd li .mainView a.newdownload:hover i {
              background: #008759 url("../images/downloadhover.png") no-repeat center/34px 37px; }
            .productCenter ul.pd li .mainView a.newdownload:hover span {
              color: #fff; }
          .productCenter ul.pd li .mainView a.cdown {
            text-decoration: none;
            color: #006442; }
        .productCenter ul.pd li p.ls {
          width: 100%;
          line-height: 36px;
          font-size: 14px;
          color: #333333; }
        .productCenter ul.pd li .xh {
          margin-top: 35px; }
        .productCenter ul.pd li a.singoQlink {
          width: auto;
          display: block;
          height: 16px;
          line-height: 16px;
          font-size: 14px;
          text-decoration: underline; }
          .productCenter ul.pd li a.singoQlink:after {
            content: '>>'; }
    .productCenter table {
      width: 100%;
      height: 150px;
      font-size: 12px;
      margin-top: 22px; }
      .productCenter table tr {
        height: 75px;
        border-bottom: 1px solid #999999;
        color: #505050; }
        .productCenter table tr:first-child {
          border-top: 1px solid #999999;
          background-color: #008759;
          color: #ffffff; }
        .productCenter table tr th, .productCenter table tr td {
          font-weight: 400;
          border-right: 1px solid #999999;
          line-height: 20px;
          text-align: center;
          vertical-align: middle; }
          .productCenter table tr th:first-child, .productCenter table tr td:first-child {
            border-left: 1px solid #999999; }
          .productCenter table tr th:last-child, .productCenter table tr td:last-child {
            width: 50px; }
            .productCenter table tr th:last-child a.download, .productCenter table tr td:last-child a.download {
              width: 19px;
              height: 30px;
              display: inline-block;
              background: url("../images/adownload.png") no-repeat center/cover; }
          .productCenter table tr th:nth-child(2), .productCenter table tr td:nth-child(2) {
            width: 69px; }
          .productCenter table tr th:nth-child(3), .productCenter table tr td:nth-child(3) {
            width: 97px; }
          .productCenter table tr th:nth-child(4), .productCenter table tr td:nth-child(4) {
            width: 130px; }
          .productCenter table tr th:nth-child(5), .productCenter table tr td:nth-child(5) {
            width: 118px; }
          .productCenter table tr th:nth-child(6), .productCenter table tr td:nth-child(6) {
            width: 96px; }
          .productCenter table tr th:nth-child(7), .productCenter table tr td:nth-child(7) {
            width: 91px; }
          .productCenter table tr th:nth-child(8), .productCenter table tr td:nth-child(8) {
            width: 100px; }
    .productCenter ul.qs {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter ul.qs li {
        width: 100%;
        height: 56px;
        border-bottom: 1px dashed #b3b3b3; }
        .productCenter ul.qs li a {
          display: block;
          line-height: 56px;
          width: 700px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          float: left;
          font-size: 14px;
          color: #505050; }
        .productCenter ul.qs li span {
          display: block;
          width: auto;
          float: right;
          font-size: 14px;
          color: #505050;
          line-height: 56px;
          height: 56px; }
    .productCenter .text {
      width: 100%;
      height: auto; }
      .productCenter .text h4 {
        line-height: 68px;
        text-align: center;
        width: 100%;
        font-size: 30px;
        color: #1f1f1f; }
      .productCenter .text p.date {
        width: 100%;
        line-height: 18px;
        text-align: center;
        font-size: 14px;
        color: #8c8c8c; }
        .productCenter .text p.date span {
          display: inline-block;
          padding: 0 10px;
          color: #8c8c8c;
          line-height: 18px; }
      .productCenter .text .cts {
        width: 100%;
        height: auto; }
        .productCenter .text .cts p {
          line-height: 30px;
          font-size: 14px;
          color: #505050;
          width: 100%; }
        .productCenter .text .cts img {
          margin: 15px auto 0;
          display: block; }
        .productCenter .text .cts span {
          line-height: 24px;
          width: 100%;
          display: inline-block;
          text-align: center;
          font-size: 12px;
          color: #505050; }
        .productCenter .text .cts h5 {
          line-height: 30px;
          font-size: 16px;
          color: #333333;
          width: 100%; }
    .productCenter ul.zp {
      width: 100%;
      height: auto; }
      .productCenter ul.zp li {
        width: 100%;
        height: auto;
        min-height: 115px;
        padding: 30px 0;
        vertical-align: middle;
        border-top: 1px dashed #b3b3b3; }
        .productCenter ul.zp li:first-child {
          border-top: none; }
        .productCenter ul.zp li p, .productCenter ul.zp li h5 {
          width: 100%;
          line-height: 24px;
          font-size: 14px;
          color: #505050; }
        .productCenter ul.zp li h5 {
          font-weight: 700; }
        .productCenter ul.zp li img.wantu {
          width: 86px;
          height: 86px;
          display: inline-block;
          margin-right: 15px; }
        .productCenter ul.zp li .lx {
          width: 500px;
          height: auto;
          display: inline-block; }
    .productCenter .aboutus {
      width: 100%;
      height: auto; }
      .productCenter .aboutus p {
        line-height: 26px;
        font-size: 14px;
        color: #505050;
        width: 100%;
        margin-top: 24px; }
      .productCenter .aboutus ul.lss {
        width: 100%;
        text-align: center;
        height: auto;
        overflow: hidden;
        margin-top: 20px; }
        .productCenter .aboutus ul.lss li {
          width: 30%;
          height: 330px;
          display: inline-block;
          padding: 10px; }
          .productCenter .aboutus ul.lss li img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%; }
          .productCenter .aboutus ul.lss li span {
            width: 100%;
            height: 44px;
            line-height: 44px;
            font-size: 12px;
            color: #505050;
            text-align: center;
            display: block; }
    .productCenter .acontactus .map {
      width: 923px;
      height: 542px;
      margin-top: 26px;
      overflow: hidden;
      margin-bottom: 80px; }
      .productCenter .acontactus .map img {
        width: 100%;
        height: 100%; }
    .productCenter .acontactus p {
      width: 100%;
      line-height: 42px;
      font-size: 24px;
      color: #505050; }
    .productCenter .message {
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter .message .row {
        line-height: 52px;
        height: 52px;
        overflow: hidden; }
        .productCenter .message .row.area {
          height: 220px; }
        .productCenter .message .row.btn {
          height: 40px; }
        .productCenter .message .row span, .productCenter .message .row p {
          width: 100px;
          display: inline-block;
          height: 52px;
          line-height: 52px;
          font-size: 14px;
          text-align: right;
          color: #505050;
          float: left; }
          .productCenter .message .row span.large, .productCenter .message .row p.large {
            width: auto;
            margin-left: 34px;
            text-align: left; }
          .productCenter .message .row span.titleline, .productCenter .message .row p.titleline {
            margin-left: 0;
            width: auto;
            float: left; }
          .productCenter .message .row span b, .productCenter .message .row p b {
            width: auto;
            display: inline-block;
            text-align: left;
            line-height: 52px;
            color: #bd0000;
            font-size: 14px;
            font-weight: 400;
            float: left; }
        .productCenter .message .row input {
          width: 230px;
          height: 30px;
          display: inline-block;
          line-height: 30px;
          border: 1px solid #b3b3b3;
          margin-top: 9px;
          margin-left: 22px;
          float: left; }
        .productCenter .message .row textarea {
          width: 520px;
          height: 168px;
          border: 1px solid #b3b3b3;
          line-height: 26px;
          font-size: 14px;
          color: #505050;
          display: block;
          margin-left: 22px;
          float: left;
          margin-top: 9px;
          resize: none;
          padding: 5px; }
        .productCenter .message .row a {
          margin-left: 22px;
          float: left;
          display: block;
          height: 38px;
          line-height: 38px;
          font-size: 14px;
          text-align: center;
          width: 144px;
          border: 1px solid #008759; }
          .productCenter .message .row a.submit {
            background-color: #008759;
            color: #FFF; }
          .productCenter .message .row a.re {
            background-color: #fff;
            color: #008759; }
    .productCenter .wholesale {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter .wholesale p.tt {
        width: 100%;
        line-height: 28px;
        font-size: 14px;
        color: #505050;
        margin-top: 12px; }
      .productCenter .wholesale h4 {
        line-height: 42px;
        font-size: 18px;
        color: #424242;
        width: 100%;
        border-bottom: 1px solid #cccccc; }
      .productCenter .wholesale ul.ws {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .productCenter .wholesale ul.ws li.ws {
          width: 100%;
          height: 234px;
          overflow: hidden;
          border-bottom: 1px dotted #cccccc; }
          .productCenter .wholesale ul.ws li.ws a.h5 {
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            color: #008759; }
          .productCenter .wholesale ul.ws li.ws .row {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .productCenter .wholesale ul.ws li.ws .row img {
              width: 180px;
              height: 145px;
              display: block;
              float: left; }
            .productCenter .wholesale ul.ws li.ws .row .price {
              width: 130px;
              height: 100px;
              padding-top: 35px;
              text-align: center;
              vertical-align: middle;
              float: right; }
              .productCenter .wholesale ul.ws li.ws .row .price p {
                width: 100%;
                line-height: 32px;
                font-size: 16px;
                color: #505050;
                text-align: center; }
                .productCenter .wholesale ul.ws li.ws .row .price p.p {
                  color: #f30; }
            .productCenter .wholesale ul.ws li.ws .row .inner {
              width: 470px;
              height: auto;
              float: left;
              overflow: hidden;
              margin-left: 100px; }
              .productCenter .wholesale ul.ws li.ws .row .inner a.h2 {
                width: 100%;
                height: 16px;
                font-size: 16px;
                display: block;
                line-height: 16px;
                margin-bottom: 16px; }
              .productCenter .wholesale ul.ws li.ws .row .inner ul {
                width: 100%;
                height: auto; }
                .productCenter .wholesale ul.ws li.ws .row .inner ul li {
                  min-width: 35%;
                  float: left;
                  line-height: 26px;
                  height: 26px;
                  color: #626262;
                  font-size: 14px;
                  width: auto; }
                  .productCenter .wholesale ul.ws li.ws .row .inner ul li span {
                    padding-left: 5px;
                    display: inline;
                    line-height: 22px;
                    font-size: 14px;
                    color: #505050; }
      .productCenter .wholesale a.h6 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        display: block;
        color: #505050; }
    .productCenter .net {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter .net ul {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .productCenter .net ul li {
          width: 50%;
          height: 104px;
          padding: 35px 0;
          border-bottom: 1px dashed #cccccc;
          float: left; }
          .productCenter .net ul li p {
            width: 100%;
            height: 26px;
            line-height: 26px;
            font-size: 14px;
            color: #505050; }
            .productCenter .net ul li p span {
              line-height: 26px;
              display: inline-block;
              color: #505050;
              font-size: 14px; }
              .productCenter .net ul li p span.t {
                width: 70px; } }
@media screen and (max-width: 1200px) {
  .productCenter2 {
    width: 630px;
    padding-left: 20px;
    overflow: hidden;
    border-left: 1px solid #cccccc; }
    .productCenter2 h3 {
      width: 630px;
      height: 54px;
      line-height: 54px;
      color: #006442;
      font-size: 14px;
      text-indent: 20px;
      background: #e5e5e5; }
      .productCenter2 h3 span {
        line-height: 54px;
        display: block;
        font-size: 14px;
        color: #9a9a9a;
        float: right;
        margin-right: 5px; }
        .productCenter2 h3 span a {
          display: inline-block;
          line-height: 54px;
          font-size: 14px;
          color: #9a9a9a;
          width: auto;
          float: left;
          padding: 0;
          margin: 0;
          text-align: left;
          text-indent: 0; }
          .productCenter2 h3 span a:after {
            content: '>';
            width: 15px;
            text-align: center;
            display: inline-block; }
          .productCenter2 h3 span a:last-child::after {
            content: ''; }
    .productCenter2 ul {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter2 ul li {
        width: 100%;
        height: 150px;
        padding: 25px 0;
        overflow: hidden;
        border-bottom: 1px dashed #bfbfbf; }
        .productCenter2 ul li img {
          width: 170px;
          height: 140px;
          display: block;
          float: left; }
        .productCenter2 ul li .ps {
          width: 300px;
          height: 150px;
          float: left;
          margin-left: 20px; }
          .productCenter2 ul li .ps a.h4 {
            width: 100%;
            height: 14px;
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px;
            display: block; }
          .productCenter2 ul li .ps p {
            width: 100%;
            line-height: 24px;
            font-size: 14px;
            color: #858585;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            .productCenter2 ul li .ps p span {
              line-height: 24px;
              font-size: 14px;
              color: #303030; }
        .productCenter2 ul li .links {
          width: 100px;
          height: 150px;
          overflow: hidden;
          float: right;
          margin-right: 15px; }
          .productCenter2 ul li .links a.qqlink, .productCenter2 ul li .links a.download {
            width: 100%;
            height: 30px;
            display: block;
            text-align: center;
            border-radius: 5px;
            color: #FFF;
            font-size: 14px;
            line-height: 30px; }
          .productCenter2 ul li .links a.qqlink {
            background-color: #2273bb;
            margin-top: 14px; }
          .productCenter2 ul li .links a.download {
            margin-top: 20px;
            background-color: #008759; } }
@media screen and (min-width: 1200px) {
  .productCenter2 {
    width: 823px;
    padding-left: 20px;
    overflow: hidden;
    border-left: 1px solid #cccccc; }
    .productCenter2 h3 {
      width: 823px;
      height: 54px;
      line-height: 54px;
      color: #006442;
      font-size: 14px;
      text-indent: 20px;
      background: #e5e5e5; }
      .productCenter2 h3 span {
        line-height: 54px;
        display: block;
        font-size: 14px;
        color: #9a9a9a;
        float: right;
        margin-right: 5px; }
        .productCenter2 h3 span a {
          display: inline-block;
          line-height: 54px;
          font-size: 14px;
          color: #9a9a9a;
          width: auto;
          float: left;
          padding: 0;
          margin: 0;
          text-align: left;
          text-indent: 0; }
          .productCenter2 h3 span a:after {
            content: '>';
            width: 15px;
            text-align: center;
            display: inline-block; }
          .productCenter2 h3 span a:last-child::after {
            content: ''; }
    .productCenter2 ul {
      width: 100%;
      height: auto;
      overflow: hidden; }
      .productCenter2 ul li {
        width: 100%;
        height: 148px;
        padding: 25px 0;
        overflow: hidden;
        border-bottom: 1px dashed #bfbfbf; }
        .productCenter2 ul li img {
          width: 200px;
          height: 150px;
          display: block;
          float: left; }
        .productCenter2 ul li .ps {
          width: 480px;
          height: 200px;
          float: left;
          margin-left: 20px; }
          .productCenter2 ul li .ps h4 {
            width: 100%;
            height: 14px;
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px; }
          .productCenter2 ul li .ps p {
            width: 100%;
            line-height: 28px;
            font-size: 14px;
            color: #858585;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden; }
            .productCenter2 ul li .ps p span {
              line-height: 28px;
              font-size: 14px;
              color: #303030;
              white-space: nowrap;
              text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              overflow: hidden; }
        .productCenter2 ul li .links {
          width: 100px;
          height: 200px;
          overflow: hidden;
          float: right;
          margin-right: 15px; }
          .productCenter2 ul li .links a.qqlink, .productCenter2 ul li .links a.download {
            width: 100%;
            height: 40px;
            display: block;
            text-align: center;
            border-radius: 5px;
            color: #FFF;
            font-size: 16px;
            line-height: 40px; }
          .productCenter2 ul li .links a.qqlink {
            background-color: #2273bb;
            margin-top: 35px; }
          .productCenter2 ul li .links a.download {
            margin-top: 20px;
            background-color: #008759; } }
.pages {
  height: 32px;
  text-align: center;
  width: 100%;
  margin-top: 75px; }
  .pages p {
    width: auto;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    margin: 0 6px;
    font-size: 14px;
    color: #505050; }
    .pages p span {
      display: inline-block;
      padding: 0 5px;
      line-height: 29px;
      font-size: 14px;
      color: #505050; }
      .pages p span.g {
        color: #008759; }
  .pages a {
    width: 52px;
    height: 27px;
    line-height: 27px;
    margin: 0 5px;
    font-size: 14px;
    border: 1px solid #999999;
    display: inline-block;
    color: #505050;
    text-align: center; }
    .pages a:hover, .pages a.active {
      background-color: #008759;
      color: #ffffff; }
  .pages input[type=number] {
    width: 52px;
    height: 27px;
    line-height: 27px;
    margin: 0 5px;
    font-size: 14px;
    border: 1px solid #999999;
    display: inline-block;
    color: #505050;
    text-align: center; }

/*# sourceMappingURL=common.css.map */
