@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../Images/fonts/icomoon.eot?t9qure");
  src: url("../Images/fonts/icomoon.eot?t9qure#iefix") format("embedded-opentype"), url("../Images/fonts/icomoon.ttf?t9qure") format("truetype"), url("../Images/fonts/icomoon.woff?t9qure") format("woff"), url("../Images/fonts/icomoon.svg?t9qure#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-triangle-right:before {
  content: "\e900"; }

.icon-triangle-left:before {
  content: "\e901"; }

/* 全屏轮播图 */
.fullSlide {
  width: 100%;
  min-width: 1000px;
  position: relative;
  height: 449px;
  background: #000;
  overflow: hidden; }

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.fullSlide .bd ul {
  width: 100% !important;
  position: relative;
  height: 449px; }

.fullSlide .bd li {
  width: 100% !important;
  height: 449px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.fullSlide .bd li a {
  display: block;
  height: 500px; }

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  /*background: url(../Images/touming.png) repeat-x; */
  text-align: center;
  _background: #000;
  _filter: alpha(opacity=60); }

.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px; }

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #dcdcdc;
  overflow: hidden;
  line-height: 9999px; }

.fullSlide .hd ul .on {
  background: #328c38; }

.product_module .product .product-title, .Honor .Honor-title {
  border-bottom: 1px solid #aaa; }
  .product_module .product .product-title span, .Honor .Honor-title span {
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    color: #595856; }

.product_module .product .product_list {
  background-color: #f5f4f4;
  margin-top: 20px; }
  .product_module .product .product_list ul {
    padding-left: 30px;
    padding-right: 30px; }
    .product_module .product .product_list ul li {
      padding-bottom: 1px;
      background: url(../Images/border.png) repeat-x center bottom; }
      .product_module .product .product_list ul li.last {
        padding-bottom: 0;
        background: none; }
      .product_module .product .product_list ul li.odd .img-main, .product_module .product .product_list ul li.odd .txt-main {
        float: left; }
      .product_module .product .product_list ul li.odd .img-main {
        padding-right: 30px; }
      .product_module .product .product_list ul li.odd .txt-main {
        padding-left: 30px; }
      .product_module .product .product_list ul li.even .img-main, .product_module .product .product_list ul li.even .txt-main {
        float: right; }
      .product_module .product .product_list ul li.even .img-main {
        padding-left: 30px; }
      .product_module .product .product_list ul li.even .txt-main {
        padding-right: 30px; }
      .product_module .product .product_list ul li .img-main, .product_module .product .product_list ul li .txt-main {
        width: 50%;
        height: 249px;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 30px;
        padding-bottom: 30px; }
      .product_module .product .product_list ul li .txt-main {
        position: relative; }
        .product_module .product .product_list ul li .txt-main h4 {
          font-size: 21px;
          color: #328c38; }
        .product_module .product .product_list ul li .txt-main p {
          font-size: 15px;
          line-height: 2;
          margin-top: 15px; }
        .product_module .product .product_list ul li .txt-main .btn {
          display: block;
          position: absolute;
          bottom: 15px;
          right: 32px;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          background-color: #328c38; }
          .product_module .product .product_list ul li .txt-main .btn i {
            position: relative;
            display: block;
            width: 32px;
            height: 32px; }
            .product_module .product .product_list ul li .txt-main .btn i:after {
              content: "";
              position: absolute;
              left: 50%;
              top: 50%;
              margin-left: -0.5px;
              margin-top: -10px;
              display: block;
              width: 1px;
              background-color: #fff;
              height: 20px; }
            .product_module .product .product_list ul li .txt-main .btn i:before {
              content: "";
              position: absolute;
              left: 50%;
              top: 50%;
              margin-left: -10px;
              margin-top: -0.5px;
              display: block;
              width: 20px;
              background-color: #fff;
              height: 1px; }

/* 搜索 */
.SearchCtrl-box {
  padding-bottom: 37px;
  background: url(../Images/banner-bg.jpg) no-repeat center 37px; }
  .SearchCtrl-box .SearchCtrl {
    border-bottom: 1px solid #949393;
    background-color: #eee; }
    .SearchCtrl-box .SearchCtrl .SearchCtrl_content {
      padding: 5px 0; }
      .SearchCtrl-box .SearchCtrl .SearchCtrl_content .SearchCtrl_keyword {
        float: left;
        height: 26px;
        line-height: 26px; }
      .SearchCtrl-box .SearchCtrl .SearchCtrl_content .SearchCtrl_btn {
        float: right; }
        .SearchCtrl-box .SearchCtrl .SearchCtrl_content .SearchCtrl_btn input {
          height: 26px;
          float: left;
          border: #dcdcdc solid 1px;
          box-sizing: border-box; }
          .SearchCtrl-box .SearchCtrl .SearchCtrl_content .SearchCtrl_btn input[type=text] {
            width: 254px;
            outline: none;
            padding-right: 62px;
            text-indent: 1em; }
          .SearchCtrl-box .SearchCtrl .SearchCtrl_content .SearchCtrl_btn input[type=button] {
            width: 62px;
            cursor: pointer;
            background-color: #328c38;
            margin-left: -62px;
            color: #fff; }

.partner-module {
  height: 485px;
  overflow: hidden;
  background: url(../Images/partner-bg.jpg) no-repeat center center; }
  .partner-module .partner .partner-title h4 {
    text-align: center;
    font-size: 24px;
    margin-top: 25px; }
  .partner-module .partner .partner-title img {
    display: block;
    margin: 5px auto 15px; }
  .partner-module .partner .partner-list {
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5Fffffff,endcolorstr=#5Fffffff);
    padding: 18px 11px 13px 11px; }
    .partner-module .partner .partner-list ul li {
      float: left;
      margin: 0 8px 5px 8px;
      border: 1px solid #bfbfbf; }
      .partner-module .partner .partner-list ul li img {
        width: 234px;
        height: 86px; }

.AN-box {
  margin-top: 30px; }
  .AN-box .AN .AN-title {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #a5a2a0;
    font-size: 0; }
    .AN-box .AN .AN-title a {
      display: inline-block;
      width: 50%;
      line-height: 57px;
      text-align: center;
      font-size: 24px; }
      .AN-box .AN .AN-title a.on {
        background-color: #328c38;
        color: #fff; }
  .AN-box .AN .AN-list {
    height: 376px;
    margin-top: 15px; }
    .AN-box .AN .AN-list .AN-img {
      width: 50%;
      float: left;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-right: 15px; }
      .AN-box .AN .AN-list .AN-img img {
        width: 500px;
        height: 376px; }
    .AN-box .AN .AN-list .AN-txt {
      width: 50%;
      float: left;
      line-height: 24px;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-left: 15px; }
      .AN-box .AN .AN-list .AN-txt h4 {
        padding: 10px 0;
        color: #328c38;
        font-size: 20px; }
      .AN-box .AN .AN-list .AN-txt p {
        overflow: hidden;
        text-indent: 2em;
        color: #595856; }
      .AN-box .AN .AN-list .AN-txt a.more {
        display: block;
        margin: 0 auto;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #999;
        background-color: #eaeaea; }
  .AN-box .AN .buttom {
    margin-top: 20px; }
    .AN-box .AN .buttom .buttom-left, .AN-box .AN .buttom .buttom-right {
      width: 50%;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .AN-box .AN .buttom .buttom-left i, .AN-box .AN .buttom .buttom-right i {
        display: block;
        width: 440px;
        height: 2px;
        margin-top: 17px; }
      .AN-box .AN .buttom .buttom-left span, .AN-box .AN .buttom .buttom-right span {
        position: relative;
        z-index: 1;
        display: block;
        width: 36px;
        height: 36px;
        background-color: #a7a7a7; }
        .AN-box .AN .buttom .buttom-left span:after, .AN-box .AN .buttom .buttom-left span:before, .AN-box .AN .buttom .buttom-right span:after, .AN-box .AN .buttom .buttom-right span:before {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -10px; }
        .AN-box .AN .buttom .buttom-left span:before, .AN-box .AN .buttom .buttom-right span:before {
          margin-left: -5px;
          z-index: 1; }
        .AN-box .AN .buttom .buttom-left span:after, .AN-box .AN .buttom .buttom-right span:after {
          z-index: 2; }
    .AN-box .AN .buttom .buttom-left {
      float: left;
      padding-right: 15px; }
      .AN-box .AN .buttom .buttom-left i {
        float: left;
        background: -moz-linear-gradient(left, #fff 0%, #ccc 100%);
        background: -webkit-linear-gradient(left, #fff 0%, #ccc 100%);
        background: -o-linear-gradient(left, #fff 0%, #ccc 100%);
        background: -ms-linear-gradient(left, #fff 0%, #ccc 100%);
        background: linear-gradient(to right, #fff 0%, #ccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #ffffff, endColorstr = #cccccc); }
      .AN-box .AN .buttom .buttom-left span {
        float: right; }
        .AN-box .AN .buttom .buttom-left span:before {
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-left: 10px solid #fff;
          border-bottom: 10px solid transparent; }
        .AN-box .AN .buttom .buttom-left span:after {
          margin-left: -7px;
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-left: 10px solid #a7a7a7;
          border-bottom: 10px solid transparent; }
    .AN-box .AN .buttom .buttom-right {
      float: right;
      padding-left: 15px; }
      .AN-box .AN .buttom .buttom-right i {
        float: right;
        background: -moz-linear-gradient(right, #fff 0%, #ccc 100%);
        background: -webkit-linear-gradient(right, #fff 0%, #ccc 100%);
        background: -o-linear-gradient(right, #fff 0%, #ccc 100%);
        background: -ms-linear-gradient(right, #fff 0%, #ccc 100%);
        background: linear-gradient(to left, #fff 0%, #ccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #cccccc, endColorstr = #ffffff); }
      .AN-box .AN .buttom .buttom-right span {
        float: left; }
        .AN-box .AN .buttom .buttom-right span:before {
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-right: 10px solid #fff;
          border-bottom: 10px solid transparent; }
        .AN-box .AN .buttom .buttom-right span:after {
          margin-left: -3px;
          display: inline-block;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-right: 10px solid #a7a7a7;
          border-bottom: 10px solid transparent; }

.Honor .Honor-title span {
  color: #328c38; }
.Honor .Honor-title a {
  float: right;
  line-height: 50px; }

.Honor-module {
  margin-bottom: 40px; }

.slideBox {
  zoom: 1;
  position: relative;
  z-index: 0;
  margin-top: 20px; }

.slideBox .tempWrap {
  margin: 0 auto; }

.slideBox ul {
  overflow: hidden;
  zoom: 1; }

.slideBox ul li {
  margin: 0 10px;
  float: left;
  display: inline;
  text-align: center; }

.slideBox ul li .pic img, .slideBox ul li .pic a {
  display: block; }

.slideBox ul li .pic img {
  width: 225px;
  height: 180px;
  padding: 5px;
  border: 1px solid #ccc; }

.slideBox ul li .pic a:hover img {
  border-color: #693a06; }

/* ÓÑÇéÁ´½Ó */
.friendsLinks .friendsLinks_logo {
  float: left; }
.friendsLinks .friendsLinks_list {
  float: left; }

/* news */
.newsBox ul li a {
  display: block; }
  .newsBox ul li a:before {
    content: "*";
    float: left; }
  .newsBox ul li a .newsTitle {
    display: block;
    float: left;
    text-indent: 1em; }
  .newsBox ul li a .newsTime {
    float: right; }
.newsBox ul {
  height: 308px;
  overflow: hidden; }
  .newsBox ul li {
    margin-top: 20px; }
    .newsBox ul li a {
      line-height: 2;
      border-bottom: 1px dashed #ddd; }
      .newsBox ul li a:before {
        line-height: 2;
        font-size: 14px;
        color: #328c38; }

/*# sourceMappingURL=index.css.map */
