.fade_search {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none; }
  .fade_search .search {
    width: 600px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative; }
    .fade_search .search .close {
      width: 40px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: -60px; }
    .fade_search .search input {
      width: calc(100% - 60px);
      font-size: 15px;
      color: #333;
      padding-left: 15px;
      background: none;
      border: none; }
    .fade_search .search div {
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #9DA05B;
      cursor: pointer; }
      .fade_search .search div img {
        width: 50%; }

.menu {
  display: none; }

.mobile_fade {
  display: none; }

.null {
  height: 90px; }

.content {
  overflow: hidden;
  width: 100%; }
  .content .main_prodcuts {
    width: 100%;
    background: #EFEFEF;
    padding: 75px 0 95px 0; }
    .content .main_prodcuts .m {
      width: 1240px;
      margin: 0 auto; }
      .content .main_prodcuts .m ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 94px; }
        .content .main_prodcuts .m ul li {
          width: 32%;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          background: #fff;
          margin-right: 1.5%;
          margin-top: 32px; }
          .content .main_prodcuts .m ul li:nth-child(3n) {
            margin-right: 0; }
          .content .main_prodcuts .m ul li:hover .pic img {
            transform: scale(1.03); }
          .content .main_prodcuts .m ul li:hover .info p {
            color: #0b8e44; }
          .content .main_prodcuts .m ul li:hover .info .btn {
            background: #0b8e44; }
            .content .main_prodcuts .m ul li:hover .info .btn em {
              color: #fff; }
            .content .main_prodcuts .m ul li:hover .info .btn div {
              background-image: url(../images/right1.jpg); }
          .content .main_prodcuts .m ul li .pic {
            overflow: hidden;
            width: 100%;
            border-bottom: 1px solid #D8D8D8; }
            .content .main_prodcuts .m ul li .pic img {
              display: block;
              width: 100%;
              transition: all .5s; }
          .content .main_prodcuts .m ul li .info {
            overflow: hidden;
            padding: 20px 25px; }
            .content .main_prodcuts .m ul li .info p {
              font-size: 25px;
              color: #333333;
              font-weight: bold;
              margin-bottom: 10px; }
            .content .main_prodcuts .m ul li .info span {
              display: block;
              font-size: 14px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              color: #999999;
              margin-bottom: 26px; }
            .content .main_prodcuts .m ul li .info .btn {
              overflow: hidden;
              width: 147px;
              height: 40px;
              display: flex;
              align-items: center;
              border-radius: 50px;
              border: 1px solid #BFBFBF;
              justify-content: center; }
              .content .main_prodcuts .m ul li .info .btn em {
                font-size: 15px;
                color: #666666; }
              .content .main_prodcuts .m ul li .info .btn div {
                width: 19px;
                height: 15px;
                background-image: url(../images/right.jpg);
                margin-left: 10px; }
  .content .page_lists {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center; }
    .content .page_lists a {
      align-items: center;
      justify-content: center;
      display: inline-flex;
      height: 47px;
      background: #fff;
      transition: all .1s;
      margin: 0 8px;
      font-size: 20px;
      color: #333333;
      min-width: 47px;
      padding: 0 10px;
      box-sizing: border-box; }
      .content .page_lists a img {
        display: block;
        max-width: 60%; }
      .content .page_lists a.on {
        background: #0B8E44;
        color: #fff; }
      .content .page_lists a:first-child {
        background: #0B8E44;
        color: #fff; }
      .content .page_lists a:last-child {
        background: #0B8E44;
        color: #fff; }
      .content .page_lists a:hover {
        background: #0B8E44;
        color: #fff; }
  .content .main_news_list {
    overflow: hidden;
    width: 100%;
    padding: 75px 0 90px 0;
    background: #EEF9F3; }
    .content .main_news_list .m {
      width: 1240px;
      margin: 0 auto; }
      .content .main_news_list .m .list {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 45px; }
        .content .main_news_list .m .list li {
          width: 31.5%;
          margin-right: calc((100% - 94.5%)/2);
          background: #fff;
          transition: all .1s;
          margin-bottom: 30px;
          border: 1px solid #eef9f3; }
          .content .main_news_list .m .list li:nth-child(3n) {
            margin-right: 0; }
          .content .main_news_list .m .list li:hover {
            background: #0B8E44;
            border: 1px solid #0B8E44; }
            .content .main_news_list .m .list li:hover .pic img {
              transform: scale(1.03); }
            .content .main_news_list .m .list li:hover .info .date p,
            .content .main_news_list .m .list li:hover .info .date span {
              color: #fff; }
            .content .main_news_list .m .list li:hover .info .grow p,
            .content .main_news_list .m .list li:hover .info .grow span {
              color: #fff; }
          .content .main_news_list .m .list li .pic {
            overflow: hidden;
            width: 100%; }
            .content .main_news_list .m .list li .pic img {
              display: block;
              width: 100%;
              transition: all .5s; }
          .content .main_news_list .m .list li .info {
            overflow: hidden;
            padding: 10px 0;
            display: flex;
            align-items: center; }
            .content .main_news_list .m .list li .info .grow {
              overflow: hidden;
              width: calc(100% - 84px);
              padding: 0 15px; }
              .content .main_news_list .m .list li .info .grow p {
                font-size: 17px;
                color: #333333;
                overflow: hidden;
                font-weight: bold;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 10px; }
              .content .main_news_list .m .list li .info .grow span {
                display: block;
                font-size: 14px;
                color: #666;
                line-height: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
            .content .main_news_list .m .list li .info .date {
              overflow: hidden;
              width: 84px;
              border-right: 1px solid #fff; }
              .content .main_news_list .m .list li .info .date p {
                text-align: center;
                font-size: 43px;
                line-height: 1;
                margin-bottom: 10px;
                font-weight: bold;
                color: #333333; }
              .content .main_news_list .m .list li .info .date span {
                display: block;
                text-align: center;
                font-size: 14px;
                color: #7f7f93; }
  .content .des_banner {
    overflow: hidden;
    width: 100%;
    height: 495px;
    background-size: cover;
    background-position: center center; }
    .content .des_banner.on .m p,
    .content .des_banner.on .m span {
      color: #fff; }
    .content .des_banner .m {
      width: 1240px;
      overflow: hidden;
      margin: 0 auto;
      padding-top: 140px; }
      .content .des_banner .m p {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 10px;
        letter-spacing: 1px;
        color: #222222; }
      .content .des_banner .m span {
        display: block;
        font-size: 30px;
        letter-spacing: 1px;
        opacity: 0.9;
        text-transform: uppercase;
        color: #4E5C61; }
  .content .des_navbars {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #DBDBDB; }
    .content .des_navbars .m {
      width: 1240px;
      height: 100%;
      display: flex;
      margin: 0 auto;
      align-items: center; }
      .content .des_navbars .m li {
        height: 100%;
        margin-left: 40px;
        position: relative; }
        .content .des_navbars .m li.on a {
          color: #008c3f; }
        .content .des_navbars .m li.on::after {
          width: 100%; }
        .content .des_navbars .m li:hover a {
          color: #008c3f; }
        .content .des_navbars .m li:hover::after {
          width: 100%; }
        .content .des_navbars .m li::after {
          content: '';
          width: 0%;
          height: 3px;
          background: #008c3f;
          transition: all .3s;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 0; }
        .content .des_navbars .m li a {
          height: 100%;
          display: flex;
          align-items: center;
          font-size: 20px;
          font-weight: bold;
          padding: 0 5px;
          color: #777777; }
  .content .main_abouts {
    overflow: hidden;
    width: 100%;
    padding: 70px 0 120px 0; }
    .content .main_abouts .m {
      width: 1240px;
      margin: 0 auto; }
      .content .main_abouts .m > p {
        font-size: 40px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 60px; }
      .content .main_abouts .m > span {
        display: block;
        font-size: 18px;
        color: #1c1c1c;
        line-height: 45px;
        text-indent: 30px;
        margin-bottom: 110px; }
      .content .main_abouts .m ul {
        overflow: hidden;
        display: flex; }
        .content .main_abouts .m ul li {
          width: 25%;
          overflow: hidden; }
          .content .main_abouts .m ul li p {
            text-align: center;
            font-size: 60px;
            color: #0b8e44;
            line-height: 1;
            margin-bottom: 24px;
            font-weight: bold; }
          .content .main_abouts .m ul li span {
            display: block;
            text-align: center;
            font-size: 18px;
            color: #1c1c1c; }
  .content .main_forms {
    overflow: hidden;
    width: 100%;
    padding: 70px 0;
    background: #F5F5F5; }
    .content .main_forms .m {
      width: 1240px;
      margin: 0 auto; }
      .content .main_forms .m .head {
        overflow: hidden; }
        .content .main_forms .m .head p {
          text-align: center;
          font-size: 38px;
          letter-spacing: 1px;
          color: #333333;
          font-weight: bold;
          margin-bottom: 20px; }
        .content .main_forms .m .head span {
          display: block;
          font-size: 20px;
          color: #333333;
          text-align: center;
          line-height: 33px;
          padding: 0 30px; }
      .content .main_forms .m .box {
        overflow: hidden;
        width: 100%;
        background: #fff;
        margin-top: 60px;
        padding: 50px 30px;
        padding-bottom: 30px; }
        .content .main_forms .m .box .item {
          width: 100%;
          margin-bottom: 20px;
          justify-content: space-between;
          display: flex;
          align-items: center; }
          .content .main_forms .m .box .item input[type='submit'] {
            width: 48%;
            height: 55px;
            font-size: 16px;
            cursor: pointer;
            color: #fff !important;
            background: #2DAB65;
            border-radius: 8px;
            text-align: center;
            border: none; }
            .content .main_forms .m .box .item input[type='submit']::placeholder {
              color: #999999; }
          .content .main_forms .m .box .item .label {
            overflow: hidden;
            width: 48%;
            display: flex;
            position: relative;
            align-items: flex-start;
            justify-content: space-between; }
            .content .main_forms .m .box .item .label.on {
              width: 100%; }
            .content .main_forms .m .box .item .label div {
              width: 86px;
              background: #fff;
              border: 1px solid #DDDDDD;
              border-radius: 4px;
              height: 100%;
              position: absolute;
              right: 0;
              top: 0;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center; }
              .content .main_forms .m .box .item .label div img {
                display: block;
                max-width: 100%; }
            .content .main_forms .m .box .item .label span {
              font-size: 16px;
              color: #666;
              display: block;
              line-height: 55px; }
            .content .main_forms .m .box .item .label input[type='text'] {
              width: calc(100% - 90px);
              height: 55px;
              font-size: 15px;
              color: #333;
              background: #ECF1F8;
              border-radius: 8px;
              border: none;
              padding-left: 10px; }
              .content .main_forms .m .box .item .label input[type='text']::placeholder {
                color: #999999; }
            .content .main_forms .m .box .item .label textarea {
              width: calc(100% - 90px);
              height: 130px;
              resize: none;
              outline: none;
              font-size: 15px;
              color: #333;
              box-sizing: border-box;
              background: #ECF1F8;
              border-radius: 8px;
              border: none;
              padding: 10px; }
              .content .main_forms .m .box .item .label textarea::placeholder {
                color: #999999; }
  .content .main_contact {
    overflow: hidden;
    width: 100%;
    padding: 60px 0 160px 0; }
    .content .main_contact .m {
      width: 1240px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .content .main_contact .m .label {
        overflow: hidden;
        width: 45%; }
        .content .main_contact .m .label > p {
          font-size: 28px;
          color: #333333;
          line-height: 70px;
          border-bottom: 1px solid #BFBFBF;
          font-weight: bold;
          margin-bottom: 26px; }
        .content .main_contact .m .label > span {
          display: block;
          font-size: 20px;
          color: #333333; }
        .content .main_contact .m .label img {
          display: block;
          margin-top: 20px; }
        .content .main_contact .m .label ul {
          overflow: hidden; }
          .content .main_contact .m .label ul li {
            display: flex;
            margin-top: 16px; }
            .content .main_contact .m .label ul li p {
              font-size: 21px;
              color: #333333;
              font-weight: bold; }
            .content .main_contact .m .label ul li span {
              font-size: 18px;
              color: #333333; }
  .content .main_products {
    overflow: hidden;
    width: 100%;
    background: #E7F6EE;
    padding: 85px 0 90px 0; }
    .content .main_products .m {
      width: 1240px;
      margin: 0 auto; }
      .content .main_products .m p {
        font-size: 40px;
        margin-left: 40px;
        color: #000;
        font-weight: bold; }
      .content .main_products .m .box {
        width: 100%;
        padding-bottom: 77px;
        position: relative;
        margin-top: 40px; }
        .content .main_products .m .box .mySwiper {
          overflow: hidden;
          width: 100%; }
        .content .main_products .m .box .btn {
          width: 62px;
          height: 62px;
          cursor: pointer;
          background-size: 100% 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-80%); }
          .content .main_products .m .box .btn.prev {
            left: -118px;
            background-image: url(../images/about_12.png); }
            .content .main_products .m .box .btn.prev:hover {
              background-image: url(../images/about_15a.png); }
          .content .main_products .m .box .btn.next {
            right: -118px;
            background-image: url(../images/about_12a.png); }
            .content .main_products .m .box .btn.next:hover {
              background-image: url(../images/about_15.png); }
        .content .main_products .m .box ul {
          display: flex;
          flex-wrap: wrap; }
          .content .main_products .m .box ul li {
            width: 31.5%;
            margin-top: 35px;
            overflow: hidden;
            margin-right: calc((100% - 94.5%)/2); }
            .content .main_products .m .box ul li img {
              transition: all .5s;
              display: block;
              width: 100%; }
            .content .main_products .m .box ul li:hover img {
              transform: scale(1.03); }
            .content .main_products .m .box ul li:nth-child(3n) {
              margin-right: 0; }
  .content .header {
    width: 100%;
    height: 90px;
    background: #fff;
    position: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    z-index: 9999999; }
    .content .header .m {
      width: 1240px;
      margin: 0 auto;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .header .m .logo {
        display: block;
        width: 220px; }
      .content .header .m .right {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m .right .search {
          cursor: pointer;
          display: block; }
        .content .header .m .right ul {
          height: 100%;
          display: flex;
          align-items: center; }
          .content .header .m .right ul li {
            height: 100%;
            margin-right: 33px;
            position: relative; }
            .content .header .m .right ul li:hover div {
              opacity: 1;
              visibility: inherit;
              top: 100%; }
            .content .header .m .right ul li div {
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
              width: 230px;
              background: #fff;
              overflow: hidden;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              z-index: 99;
              top: 120%;
              opacity: 0;
              transition: all .3s;
              visibility: hidden; }
              .content .header .m .right ul li div a {
                display: flex;
                align-items: center;
                height: 55px;
                border-bottom: 1px solid #F7F6F6;
                font-size: 16px;
                color: #666666;
                padding-left: 50px;
                box-sizing: border-box; }
                .content .header .m .right ul li div a:hover {
                  background: #0B8E44;
                  color: #fff; }
                .content .header .m .right ul li div a:last-child {
                  border: none; }
            .content .header .m .right ul li::after {
              content: '';
              width: 0%;
              height: 2px;
              background: #0b8d44;
              position: absolute;
              left: 50%;
              transition: all .3s;
              bottom: 0;
              transform: translateX(-50%); }
            .content .header .m .right ul li.on > a {
              font-weight: bold;
              color: #0b8d44; }
            .content .header .m .right ul li.on::after {
              width: 100%; }
            .content .header .m .right ul li:hover > a {
              font-weight: bold;
              color: #0b8d44; }
            .content .header .m .right ul li:hover::after {
              width: 100%; }
            .content .header .m .right ul li > a {
              display: flex;
              align-items: center;
              padding: 0 12px;
              height: 100%;
              font-size: 18px;
              color: #333333; }
  .content .banner {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .content .banner img {
      display: block;
      width: 100%; }
  .content .currtrue_title {
    overflow: hidden; }
    .content .currtrue_title p {
      text-align: center;
      font-size: 50px;
      color: #353535;
      font-weight: bold;
      margin-bottom: 12px; }
    .content .currtrue_title span {
      display: block;
      font-size: 24px;
      color: #717171;
      text-align: center; }
  .content .footer {
    overflow: hidden;
    width: 100%;
    background: #131217; }
    .content .footer footer {
      width: 100%;
      padding: 18px 0;
      background: #1D1D1D;
      box-sizing: border-box; }
      .content .footer footer .m {
        width: 1240px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .content .footer footer .m span {
          font-size: 16px;
          color: #A5A5A5; }
        .content .footer footer .m div {
          display: flex;
          align-items: center; }
          .content .footer footer .m div p {
            font-size: 15px;
            color: #A5A5A5; }
            .content .footer footer .m div p em {
              color: #0b8e44; }
          .content .footer footer .m div img {
            display: block;
            margin-left: 10px; }
    .content .footer .top {
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 70px 0; }
      .content .footer .top .fotlogo {
        display: block; }
      .content .footer .top ul {
        overflow: hidden;
        margin-left: 50px; }
        .content .footer .top ul li {
          font-size: 21px;
          display: flex;
          align-items: center;
          color: #fff; }
          .content .footer .top ul li:first-child {
            margin-bottom: 40px;
            height: 30px; }
          .content .footer .top ul li img {
            margin-right: 10px; }
          .content .footer .top ul li em {
            font-size: 30px;
            line-height: 36px;
            font-weight: bold;
            color: #0b8e44; }
          .content .footer .top ul li span {
            font-size: 17px;
            line-height: 36px;
            color: #b4b1bc; }
          .content .footer .top ul li a {
            display: block;
            font-size: 17px;
            transition: all .1s;
            line-height: 36px;
            color: #b4b1bc; }
            .content .footer .top ul li a:hover {
              text-decoration: underline;
              color: #0b8e44; }
  .content .main_about {
    overflow: hidden;
    width: 100%;
    padding: 90px 0 110px 0;
    background: #F5F9F7; }
    .content .main_about .box {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px; }
      .content .main_about .box img {
        width: 68.22916666666667%; }
      .content .main_about .box .font {
        overflow: hidden;
        background: #fff;
        margin-left: -270px;
        border-radius: 40px 0 40px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
        padding: 85px 20px 66px 50px;
        width: 500px; }
        .content .main_about .box .font p {
          font-size: 30px;
          color: #333333;
          margin-bottom: 30px; }
        .content .main_about .box .font span {
          display: block;
          font-size: 16px;
          color: #666666;
          line-height: 40px; }
        .content .main_about .box .font div {
          overflow: hidden;
          width: 148px;
          height: 40px;
          background: #0B8E44;
          border-radius: 40px;
          margin-top: 80px; }
          .content .main_about .box .font div a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 15px;
            color: #fff; }
  .content .main_hot_product {
    overflow: hidden;
    width: 100%;
    padding: 110px 0 0 0; }
    .content .main_hot_product .box {
      width: 100%;
      background-image: url(../images/bg_04.jpg);
      background-size: cover;
      margin-top: 30px;
      padding: 100px 0 125px 0;
      position: relative; }
      .content .main_hot_product .box::after {
        content: '';
        width: 71px;
        height: 35px;
        background-image: url(../images/down1.png);
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        z-index: 9; }
      .content .main_hot_product .box .m {
        width: 1240px;
        margin: 0 auto; }
        .content .main_hot_product .box .m .more {
          width: 256px;
          height: 75px;
          margin: 0 auto;
          border: 2px solid #fff;
          margin-top: 70px;
          overflow: hidden;
          font-size: 23px;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
          .content .main_hot_product .box .m .more a {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 23px;
            color: #fff;
            width: 100%;
            height: 100%; }
        .content .main_hot_product .box .m ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .content .main_hot_product .box .m ul li {
            overflow: hidden;
            width: 49.5%;
            margin-bottom: 16px;
            background: #fff; }
            .content .main_hot_product .box .m ul li:hover .pic img {
              transform: scale(1.03); }
            .content .main_hot_product .box .m ul li:hover .info .font p {
              color: #0b8e44; }
            .content .main_hot_product .box .m ul li:hover .info .btn {
              background: #0b8e44;
              border: 1px solid #0b8e44; }
              .content .main_hot_product .box .m ul li:hover .info .btn span {
                color: #fff; }
              .content .main_hot_product .box .m ul li:hover .info .btn div {
                background-image: url(../images/right1.jpg);
                transform: translateX(3px); }
            .content .main_hot_product .box .m ul li .pic {
              overflow: hidden;
              width: 100%; }
              .content .main_hot_product .box .m ul li .pic img {
                display: block;
                width: 100%;
                transition: all .5s; }
            .content .main_hot_product .box .m ul li .info {
              overflow: hidden;
              padding: 30px 35px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .content .main_hot_product .box .m ul li .info .font {
                overflow: hidden; }
                .content .main_hot_product .box .m ul li .info .font p {
                  font-size: 29px;
                  color: #333333;
                  font-weight: bold;
                  margin-bottom: 10px; }
                .content .main_hot_product .box .m ul li .info .font span {
                  display: block;
                  font-size: 12px;
                  color: #4C4C4C;
                  text-transform: uppercase; }
              .content .main_hot_product .box .m ul li .info .btn {
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 148px;
                height: 40px;
                border-radius: 50px;
                border: 1px solid #BFBFBF; }
                .content .main_hot_product .box .m ul li .info .btn span {
                  font-size: 15px;
                  color: #535353;
                  margin-right: 20px; }
                .content .main_hot_product .box .m ul li .info .btn div {
                  width: 19px;
                  height: 15px;
                  background-image: url(../images/right.jpg);
                  background-size: 100% 100%; }
  .content .product_listsa {
    width: 100%;
    background: #fff; }
    .content .product_listsa .tonglists {
      padding: 0; }
      .content .product_listsa .tonglists li {
        padding: 60px 10px;
        position: relative; }
        .content .product_listsa .tonglists li.on::after {
          content: '';
          width: 34px;
          height: 17px;
          background-image: url(../images/dots_03.jpg);
          background-size: 100% 100%;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -17px; }
  .content .main_video {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #F1F1F1;
    padding: 60px 0 0 0; }
    .content .main_video .video {
      overflow: hidden;
      position: relative;
      width: 100%;
      margin-top: 40px; }
      .content .main_video .video img {
        display: block;
        width: 100%; }
      .content .main_video .video::after {
        content: '';
        width: 71px;
        height: 35px;
        background-image: url(../images/down.png);
        background-size: 100% 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        z-index: 9; }
  .content .main_infos {
    overflow: hidden;
    width: 100%;
    background: #F3F3F3;
    padding: 60px 0; }
    .content .main_infos .m {
      width: 1240px;
      margin: 0 auto; }
      .content .main_infos .m .title {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0B8E44;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        width: 300px;
        height: 70px; }
      .content .main_infos .m .box {
        overflow: hidden;
        width: 100%;
        background: #fff;
        padding: 60px 0; }
        .content .main_infos .m .box img {
          display: block;
          max-width: 70%;
          margin: 0 auto; }
  .content .main_product_info {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 35px 0 50px 0; }
    .content .main_product_info .m {
      width: 1240px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .content .main_product_info .m .grow {
        overflow: hidden;
        width: calc(100% - 630px - 40px); }
        .content .main_product_info .m .grow > p {
          font-size: 32px;
          font-weight: bold;
          line-height: 1.6;
          padding: 25px 0;
          border-bottom: 1px solid #CCCCCC;
          color: #333333; }
        .content .main_product_info .m .grow .goback {
          overflow: hidden;
          width: 296px;
          height: 66px;
          background: #666666;
          border-radius: 60px;
          margin-top: 40px; }
          .content .main_product_info .m .grow .goback a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%; }
            .content .main_product_info .m .grow .goback a span {
              font-size: 20px;
              font-weight: bold;
              color: #fff; }
            .content .main_product_info .m .grow .goback a img {
              display: block;
              margin-right: 17px; }
        .content .main_product_info .m .grow ul {
          overflow: hidden; }
          .content .main_product_info .m .grow ul li {
            overflow: hidden;
            margin-top: 8px; }
            .content .main_product_info .m .grow ul li p {
              font-size: 18px;
              font-weight: bold;
              display: inline-block;
              line-height: 33px;
              color: #666666; }
            .content .main_product_info .m .grow ul li span {
              display: inline-block;
              font-size: 18px;
              color: #666666;
              line-height: 33px; }
      .content .main_product_info .m .slide {
        overflow: hidden;
        width: 630px; }
        .content .main_product_info .m .slide .pic {
          width: 100%;
          border: 1px solid #D8D8D8;
          margin-bottom: 14px; }
          .content .main_product_info .m .slide .pic img {
            display: block;
            width: 100%; }
        .content .main_product_info .m .slide .list {
          width: 100%; }
          .content .main_product_info .m .slide .list .mySwiper1 {
            width: 100%;
            overflow: hidden; }
            .content .main_product_info .m .slide .list .mySwiper1 .swiper-slide {
              width: 110px;
              margin-right: 10px; }
              .content .main_product_info .m .slide .list .mySwiper1 .swiper-slide.on .lab {
                border: 1px solid #0B8E44; }
          .content .main_product_info .m .slide .list .lab {
            width: 110px;
            height: 110px;
            cursor: pointer;
            border: 1px solid #D8D8D8; }
            .content .main_product_info .m .slide .list .lab img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
  .content .main_headers {
    overflow: hidden;
    width: 100%;
    background: #E0E2E1;
    padding: 25px 0 45px 0; }
    .content .main_headers .m {
      width: 1240px;
      margin: 0 auto; }
      .content .main_headers .m .menua {
        display: flex;
        align-items: center; }
        .content .main_headers .m .menua li {
          font-size: 16px;
          color: #999999;
          margin-right: 6px; }
          .content .main_headers .m .menua li.on a {
            color: #0b8e44; }
          .content .main_headers .m .menua li:hover a {
            color: #0b8e44; }
          .content .main_headers .m .menua li a {
            color: #999999; }
      .content .main_headers .m h2 {
        text-align: center;
        font-size: 32px;
        color: #333333;
        font-weight: bold;
        margin-top: 30px; }

.tonglists {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 90px 0 0 0;
  justify-content: center; }
  .tonglists li {
    cursor: pointer;
    padding: 0 10px; }
    .tonglists li:hover div {
      background: #008C3F;
      border: 1px solid #008C3F;
      background-image: url(../images/addnavbar2.png); }
    .tonglists li:hover span {
      color: #008C3F; }
    .tonglists li.on div {
      background: #008C3F;
      border: 1px solid #008C3F;
      background-image: url(../images/addnavbar2.png); }
    .tonglists li.on span {
      color: #008C3F; }
    .tonglists li.on:nth-child(2) div {
      background-image: url(../images/addnavbar4.png); }
    .tonglists li.on:nth-child(3) div {
      background-image: url(../images/addnavbar6.png); }
    .tonglists li.on:nth-child(4) div {
      background-image: url(../images/addnavbar77.png); }
    .tonglists li.on:nth-child(5) div {
      background-image: url(../images/addnavbar9.png); }
    .tonglists li.on:nth-child(6) div {
      background-image: url(../images/addnavbar11.png); }
    .tonglists li.on:nth-child(7) div {
      background-image: url(../images/addnavbar13.png); }
    .tonglists li.on:nth-child(8) div {
      background-image: url(../images/addnavbar15.png); }
    .tonglists li.on:nth-child(9) div {
      background-image: url(../images/addnavbar17.png); }
    .tonglists li.on:nth-child(10) div {
      background-image: url(../images/addnavbar19.png); }
    .tonglists li.on:nth-child(11) div {
      background-image: url(../images/addnavbar21.png); }
    .tonglists li:nth-child(2) div {
      background-image: url(../images/addnavbar3.png); }
    .tonglists li:nth-child(2):hover div {
      background-image: url(../images/addnavbar4.png); }
    .tonglists li:nth-child(3) div {
      background-image: url(../images/addnavbar5.png); }
    .tonglists li:nth-child(3):hover div {
      background-image: url(../images/addnavbar6.png); }
    .tonglists li:nth-child(4) div {
      background-image: url(../images/addnavbar7.png); }
    .tonglists li:nth-child(4):hover div {
      background-image: url(../images/addnavbar77.png); }
    /*.tonglists li:nth-child(5) div {
      background-image: url(../images/addnavbar8.png); }
    .tonglists li:nth-child(5):hover div {
      background-image: url(../images/addnavbar9.png); }
    /*.tonglists li:nth-child(6) div {
      background-image: url(../images/addnavbar10.png); }
    .tonglists li:nth-child(6):hover div {
      background-image: url(../images/addnavbar11.png); }*/
    .tonglists li:nth-child(5) div {
      background-image: url(../images/addnavbar12.png); }
    .tonglists li:nth-child(5):hover div {
      background-image: url(../images/addnavbar13.png); }
    .tonglists li:nth-child(6) div {
      background-image: url(../images/addnavbar14.png); }
    .tonglists li:nth-child(6):hover div {
      background-image: url(../images/addnavbar15.png); }
    .tonglists li:nth-child(7) div {
      background-image: url(../images/addnavbar16.png); }
    .tonglists li:nth-child(7):hover div {
      background-image: url(../images/addnavbar17.png); }
    .tonglists li:nth-child(8) div {
      background-image: url(../images/addnavbar18.png); }
    .tonglists li:nth-child(8):hover div {
      background-image: url(../images/addnavbar19.png); }
    .tonglists li:nth-child(9) div {
      background-image: url(../images/addnavbar20.png); }
    .tonglists li:nth-child(9):hover div {
      background-image: url(../images/addnavbar21.png); }
    .tonglists li:nth-child(10) div {
      background-image: url(../images/icon); }
    .tonglists li:nth-child(10):hover div {
      background-image: url(../images/addnavbar4.png); }
    .tonglists li div {
      overflow: hidden;
      width: 85px;
      height: 85px;
      margin: 0 auto;
      margin-bottom: 36px;
      background-position: center center;
      border: 1px solid #7D7D7D;
      border-radius: 10px;
      background-repeat: no-repeat;
      background-image: url(../images/addnavbar1.png); }
    .tonglists li span {
      display: block;
      font-size: 16px;
      color: #000000;
      text-align: center; }

@media (max-width: 1400px) {
  .m {
    width: 90% !important; }

  .content .header .m .logo {
    width: 220px; }

  .content .currtrue_title p {
    font-size: 40px; }

  .tonglists li div {
    width: 70px;
    height: 70px;
    background-size: 80%;
    margin-bottom: 10px; }

  .tonglists li span {
    font-size: 13px; }

  .tonglists li:hover div {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center; }

  .tonglists li.on div {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center; }

  .content .footer .top {
    flex-wrap: wrap; } }
@media (max-width: 1400px) {
  .m {
    width: 90% !important; }

  .content .header .m .logo {
    width: 220px; }

  .content .currtrue_title p {
    font-size: 40px; }

  .tonglists li div {
    width: 70px;
    height: 70px;
    background-size: 80%;
    margin-bottom: 10px; }

  .tonglists li span {
    font-size: 13px; }

  .tonglists li:hover div {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center; }

  .content .footer .top {
    flex-wrap: wrap; } }
@media (max-width: 900px) {
  .m {
    width: 100% !important;
    padding: 0 .3rem !important; }

  .content .header {
    height: 1rem;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

  .null {
    height: 1rem; }

  .content .header .m .right ul {
    display: none; }

  .content .header .m .logo {
    width: 1.8rem; }

  .content .header .m {
    padding-right: 1.5rem !important; }

  .content .header .m .right .search {
    width: .4rem; }

  .swiper-pagination {
    font-size: 12px; }

  .content .main_video {
    padding: .6rem 0; }

  .content .currtrue_title p {
    font-size: .33rem;
    margin-bottom: .1rem; }

  .content .currtrue_title span {
    font-size: .24rem; }

  .content .main_video .video {
    margin-top: .5rem; }

  .content .main_video .video::after {
    width: .5rem;
    height: .25rem; }

  .content .main_hot_product .box::after {
    width: .5rem;
    height: .25rem; }

  .tonglists {
    padding: .3rem;
    flex-wrap: wrap; }

  .tonglists li {
    padding: .3rem 0;
    width: 25%; }

  .tonglists li div {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: .1rem; }

  .tonglists li span {
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .content .main_video {
    padding-bottom: .1rem; }

  .content .main_hot_product {
    padding: .6rem 0;
    padding-bottom: 0; }

  .content .main_hot_product .box {
    margin-top: .6rem;
    padding: .6rem 0;
    margin-bottom: 0;
    overflow: hidden; }

  .content .main_hot_product .box .m ul li {
    margin-bottom: .08rem; }

  .content .main_hot_product .box .m ul li .info {
    padding: .3rem;
    display: block; }

  .content .main_hot_product .box .m ul li .info .font p {
    font-size: .3rem;
    margin-bottom: .1rem; }

  .content .main_hot_product .box .m ul li .info .font span {
    font-size: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .content .main_hot_product .box .m ul li .info .btn {
    width: 80%;
    height: .6rem;
    margin: 0 auto;
    margin-top: .3rem; }
    .content .main_hot_product .box .m ul li .info .btn span {
      font-size: .24rem;
      margin-right: .1rem; }

  .content .main_hot_product .box .m ul li .info .btn div {
    width: .3rem;
    height: .15rem; }

  .content .main_hot_product .box .m .more {
    width: 4rem;
    height: .9rem;
    margin-top: .56rem; }
    .content .main_hot_product .box .m .more a {
      font-size: .3rem; }

  .content .main_about {
    padding: .6rem 0; }

  .content .main_about .box {
    display: block;
    width: 100%;
    padding: 0 .3rem; }

  .content .main_about .box img {
    width: 100%; }

  .content .main_about .box .font {
    width: 100%;
    position: static;
    margin: 0;
    border-radius: 0;
    margin-top: .3rem;
    padding: .3rem; }
    .content .main_about .box .font p {
      font-size: .3rem;
      margin-bottom: .3rem;
      font-weight: bold; }
    .content .main_about .box .font span {
      font-size: .26rem;
      line-height: 1.8; }

  .content .main_about .box .font div {
    width: 3rem;
    height: .8rem;
    margin: .5rem auto; }
    .content .main_about .box .font div a {
      font-size: .28rem; }

  .content .footer .top {
    display: block;
    padding: .5rem .3rem; }
    .content .footer .top ul {
      display: none; }
    .content .footer .top img {
      width: 2rem;
      margin: 0 auto; }

  .content .footer footer {
    display: block;
    padding: 0;
    padding-bottom: .3rem; }

  .content .footer footer .m {
    display: block; }

  .content .footer footer .m span {
    font-size: .22rem;
    text-align: center;
    display: block; }

  .content .footer footer .m div {
    justify-content: center;
    margin-top: .3rem; }
    .content .footer footer .m div p {
      font-size: .22rem; }
    .content .footer footer .m div img {
      width: .4rem; }

  .content .des_banner {
    height: 5rem;
    display: flex;
    align-items: center; }

  .content .des_banner .m {
    padding: 0; }

  .content .des_banner .m p {
    font-size: .4rem;
    margin-bottom: .1rem; }

  .content .des_banner .m span {
    font-size: .26rem; }

  .content .des_navbars {
    height: 1rem; }

  .content .des_navbars .m li {
    margin-left: 0;
    margin: 0 .3rem; }
    .content .des_navbars .m li a {
      font-size: .26rem; }

  .content .des_navbars .m {
    justify-content: center; }

  .content .main_abouts {
    padding: .6rem 0; }

  .content .main_abouts .m > p {
    font-size: .33rem;
    text-align: center;
    margin-bottom: .3rem; }

  .content .main_abouts .m > span {
    font-size: .26rem;
    line-height: 1.8;
    text-indent: .5rem;
    margin-bottom: .3rem; }

  .content .main_abouts .m ul {
    flex-wrap: wrap; }
    .content .main_abouts .m ul li {
      width: 50%;
      padding: .3rem 0; }
      .content .main_abouts .m ul li p {
        font-size: .4rem;
        margin-bottom: .1rem; }
      .content .main_abouts .m ul li span {
        font-size: .26rem; }

  .content .main_products {
    padding: .6rem 0; }

  .content .main_products .m p {
    font-size: .33rem;
    margin-left: 0;
    text-align: center; }

  .content .main_products .m .box {
    margin-top: .4rem;
    padding-bottom: .8rem; }

  .content .main_products .m .box ul li {
    margin-top: .2rem; }

  .content .main_contact {
    padding: .6rem 0; }

  .content .main_contact .m {
    display: block; }

  .content .main_contact .m .label {
    width: 100%;
    padding: .3rem 0; }

  .content .main_contact .m .label > p {
    font-size: .33rem;
    line-height: 1rem;
    margin-bottom: .3rem; }

  .content .main_contact .m .label ul li {
    margin-top: .2rem; }

  .content .main_contact .m .label ul li p {
    font-size: .26rem; }

  .content .main_contact .m .label ul li span {
    font-size: .26rem; }

  .content .main_contact .m .label > span {
    font-size: .28rem; }

  .content .main_contact .m .label img {
    width: 2rem;
    margin-top: .3rem; }

  .content .main_forms {
    padding: .6rem 0; }

  .content .main_forms .m .head p {
    font-size: .33rem;
    margin-bottom: .2rem; }

  .content .main_forms .m .head span {
    font-size: .26rem;
    line-height: 1.7;
    padding: 0; }

  .content .main_forms .m .box {
    margin-top: .5rem;
    padding: .3rem; }

  .content .main_forms .m .box .item {
    display: block;
    margin: 0; }

  .content .main_forms .m .box .item .label {
    width: 100%;
    margin-bottom: .2rem; }

  .content .main_forms .m .box .item .label span {
    font-size: .26rem;
    line-height: .8rem; }

  .content .main_forms .m .box .item .label input[type='text'] {
    width: 86%;
    font-size: .26rem;
    height: .8rem;
    border-radius: 0; }

  .content .main_forms .m .box .item .label textarea {
    width: 86%;
    height: 3rem;
    border-radius: 0;
    font-size: .26rem; }

  .content .main_forms .m .box .item input[type='submit'] {
    width: 100%;
    height: 1rem;
    margin-top: .3rem;
    border-radius: 0; }

  .content .main_headers {
    padding: .6rem 0; }

  .content .main_headers .m .menua {
    flex-wrap: wrap; }
    .content .main_headers .m .menua li {
      font-size: .24rem; }
      .content .main_headers .m .menua li a {
        font-size: .24rem; }

  .content .main_headers .m h2 {
    font-size: .33rem;
    margin-top: .5rem; }

  .content .main_product_info {
    padding: .6rem 0; }

  .content .main_product_info .m {
    display: block; }

  .content .main_product_info .m .slide {
    width: 100%; }

  .content .main_product_info .m .slide .pic {
    overflow: hidden; }

  .content .main_product_info .m .slide .list .mySwiper1 .swiper-slide {
    width: 32%;
    margin-right: 1.5%; }
    .content .main_product_info .m .slide .list .mySwiper1 .swiper-slide .lab {
      width: 100%; }

  .content .main_product_info .m .grow {
    width: 100%;
    margin-top: .3rem; }

  .content .main_product_info .m .grow > p {
    font-size: .33rem;
    padding: .3rem 0; }

  .content .main_product_info .m .grow ul li p {
    font-size: .26rem;
    line-height: 1.7; }

  .content .main_product_info .m .grow ul li span {
    font-size: .26rem;
    line-height: 1.7; }

  .content .main_product_info .m .grow .goback {
    width: 4rem;
    height: 1rem;
    margin: 0 auto;
    margin-top: .6rem; }
    .content .main_product_info .m .grow .goback a img {
      width: .4rem; }
    .content .main_product_info .m .grow .goback a span {
      font-size: .3rem; }

  .content .main_infos {
    padding: .6rem 0; }

  .content .main_infos .m .title {
    width: 100%;
    height: 1rem;
    font-size: .3rem; }

  .content .main_infos .m .box {
    padding: .6rem 0; }
    .content .main_infos .m .box img {
      max-width: 90%; }

  .content .main_news_list {
    padding: .6rem 0; }

  .content .main_news_list .m .list {
    justify-content: space-between; }
    .content .main_news_list .m .list li {
      width: 49%;
      margin: 0;
      margin-bottom: .2rem; }

  .content .main_news_list .m .list li .info .date {
    width: 1rem; }
    .content .main_news_list .m .list li .info .date p {
      font-size: .3rem; }
    .content .main_news_list .m .list li .info .date span {
      font-size: .24rem; }

  .content .main_news_list .m .list li .info .grow {
    width: calc(100% - 1rem);
    padding: 0 .2rem; }
    .content .main_news_list .m .list li .info .grow p {
      font-size: .28rem;
      margin-bottom: .06rem; }
    .content .main_news_list .m .list li .info .grow span {
      font-size: .22rem;
      line-height: 1.6; }

  .content .page_lists a {
    height: .7rem;
    min-width: .7rem;
    padding: 0 .1rem;
    font-size: .23rem;
    margin: 0 .1rem; }
    .content .page_lists a img {
      width: 40%;
      max-width: 40%; }

  .content .product_listsa .tonglists li {
    padding: .3rem 0; }

  .content .product_listsa .tonglists li.on::after {
    display: none; }

  .content .product_listsa .tonglists {
    padding: .3rem; }

  .content .main_prodcuts {
    padding: .4rem 0; }

  .content .main_prodcuts .m ul {
    justify-content: space-between; }
    .content .main_prodcuts .m ul li {
      width: 100%;
      margin: 0;
      margin-top: .3rem; }

  .content .main_prodcuts .m ul li .info {
    padding: .3rem; }
    .content .main_prodcuts .m ul li .info p {
      font-size: .3rem; }
    .content .main_prodcuts .m ul li .info span {
      font-size: .24rem; }

  .content .main_prodcuts .m ul li .info .btn {
    width: 60%;
    height: .8rem;
    margin: 0 auto;
    margin-top: .3rem; }
    .content .main_prodcuts .m ul li .info .btn span {
      font-size: .24rem;
      margin-right: .1rem; }
    .content .main_prodcuts .m ul li .info .btn .content .main_prodcuts .m ul li .info .btn div {
      width: .3rem;
      height: .15rem; }

  .content .main_prodcuts .m ul {
    margin-bottom: .3rem; }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999; }
    .mobile_fade .box {
      width: 100%;
      height: calc(100vh - 1rem);
      position: absolute;
      left: 0;
      top: -100vh;
      background: #fff; }
      .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem; }
        .mobile_fade .box ul li {
          overflow: hidden;
          border-bottom: 1px solid #f1f1f1;
          width: 100%; }
          .mobile_fade .box ul li span {
            height: 1rem;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .mobile_fade .box ul li span.on img {
              transform: rotate(90deg); }
            .mobile_fade .box ul li span a {
              font-size: .28rem;
              color: #000;
              height: 100%;
              display: flex;
              align-items: center;
              width: 90%; }
            .mobile_fade .box ul li span img {
              width: .65rem;
              transition: all .2s; }
          .mobile_fade .box ul li div {
            overflow: hidden;
            width: 100%;
            display: none; }
            .mobile_fade .box ul li div a {
              display: flex;
              align-items: center;
              font-size: .26rem;
              color: #333;
              height: .8rem; }

  .content .banner_info .m .grow .btn a {
    margin: 0 .15rem;
    font-size: .26rem; }

  .menu {
    display: block;
    width: .5rem;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%); }

  .null {
    height: 1rem; }

  .fade_search .search {
    width: 6.9rem;
    margin: 0 auto; } }
	
	
		
/*分页样式开始*/
.pagers {
  padding-left: 0;
  padding-bottom:20px;
  margin: 20px 0;
  text-align: center ;
  list-style: none;
}
.pagers li {
  display: inline;
}
.pagers li > a,
.pagers li > span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin:0px 5px 0px 0px;
   color: #000;
}
.pagers li > a:hover,
.pagers li > a:active {
  text-decoration: none;
  background-color: #008c3f !important;
  color:#FFF;
}
.pagination>.active>span{
  background-color: #008c3f !important;
  color:#FFF;
}
.pagers .on{
  background-color: #008c3f !important;
  color:#FFF;
	
}
.pagers .next > a,
.pagers .next > span {
  float: right;
}
.pagers .previous > a,
.pagers .previous > span {
  float: left;
}
.pagers .disabled > a,
.pagers .disabled > a:hover,
.pagers .disabled > a:focus,
.pagers .disabled > span {
  color: #000;
  cursor: not-allowed;
  background-color: #fff;
}

/*# sourceMappingURL=css.css.map */
