@charset "UTF-8";
.header .header-top {
  height: 30px;
  line-height: 30px;
  background: #00B679;
  color: #fff;
  font-size: 12px;
  overflow: hidden; }
  .header .header-top .right-tip a {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    color: #fff; }
    .header .header-top .right-tip a .iconfont {
      display: inline-block;
      margin-right: 3px; }
.header .header-main {
  height: 105px; }
  .header .header-main .logo {
    width: 233px;
    height: 45px;
    margin-top: 30px; }
  .header .header-main .nav {
    width: 900px;
    height: 57px;
    margin-top: 48px;
    text-align: right; }
    .header .header-main .nav li {
      display: inline-block;
      height: 57px;
      margin-left: 35px; }
      .header .header-main .nav li a {
        display: inline-block;
        padding: 5px;
        color: #302f37;
        font-size: 16px; }
      .header .header-main .nav li .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 135px;
        width: 100%;
        min-width: 1200px;
        height: 60px;
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
        z-index: 100; }
        .header .header-main .nav li .sub-menu a {
          display: inline-block;
          padding: 3px 30px;
          margin: 20px 0;
          border-right: 1px solid #666;
          font-size: 15px; }
          .header .header-main .nav li .sub-menu a:last-child {
            border: none; }
          .header .header-main .nav li .sub-menu a:hover {
            color: #00B679; }
    .header .header-main .nav li.active > a {
      border-bottom: 2px solid #00B679; }
    .header .header-main .nav li:hover > a {
      border-bottom: 2px solid #00B679; }

/*banner*/
.banner {
  min-width: 1200px;
  height: 586px;
  position: relative; }
  .banner ul li {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    z-index: 10; }
    .banner ul li a {
      display: block;
      width: 100%;
      height: 100%; }
  .banner .cut {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 20;
    color: #fff;
    font-size: 40px;
    opacity: 0.5; }
  .banner .cut:hover {
    opacity: 1;
    cursor: pointer; }
  .banner .prev {
    left: 3%; }
  .banner .next {
    right: 3%; }
  .banner .indicator {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    z-index: 20; }
    .banner .indicator a {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #fff;
      margin: 0 5px; }
      .banner .indicator a.cur {
        background: #00B679; }

.common-title {
  padding: 20px 0;
  font-size: 30px;
  color: #2a2a2a;
  text-align: center; }

/*brand*/
.brand {
  height: 400px; }
  .brand .brand-list {
    margin-left: -20px; }
    .brand .brand-list li {
      float: left;
      width: 280px;
      height: 138px;
      border: 1px solid #999;
      margin: 0 0 20px 20px;
      position: relative;
      top: 0;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease; }
      .brand .brand-list li:hover {
        top: -5px; }
      .brand .brand-list li a {
        display: block;
        width: 100%;
        height: 100%; }

/*product*/
.product {
  height: 455px;
  background: #F3F3F3;
  overflow: hidden; }
  .product .product-show {
    overflow: hidden; }
    .product .product-show .product-menu li {
      float: left;
      height: 21px;
      padding: 0 25px;
      border-right: 2px solid #747474; }
      .product .product-show .product-menu li:last-child {
        border-right: none; }
      .product .product-show .product-menu li.on span {
        border-color: #00B679; }
      .product .product-show .product-menu li span {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 3px solid transparent;
        font-size: 18px;
        color: #2a2a2a;
        cursor: pointer; }
        .product .product-show .product-menu li span:hover {
          border-color: #00B679; }
    .product .product-show .product-list {
      margin-top: 40px;
      overflow: hidden;
      position: relative; }
      .product .product-show .product-list .hd {
        width: 100%;
        height: 15px;
        margin-top: 30px;
        text-align: center;
        overflow: hidden; }
        .product .product-show .product-list .hd li {
          display: inline-block;
          width: 15px;
          height: 15px;
          border-radius: 15px;
          margin: 0 6px;
          text-indent: -999px;
          cursor: pointer;
          background: #D7D6D6;
          overflow: hidden; }
          .product .product-show .product-list .hd li.on {
            background: #FEAB34; }
      .product .product-show .product-list .bd {
        margin-left: -20px;
        overflow: hidden; }
        .product .product-show .product-list .bd .picList {
          overflow: hidden; }
          .product .product-show .product-list .bd .picList li {
            width: 280px;
            margin-left: 20px; }
            .product .product-show .product-list .bd .picList li a .img-box {
              display: block;
              width: 280px;
              height: 186px;
              overflow: hidden; }
              .product .product-show .product-list .bd .picList li a .img-box img {
                transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease; }
              .product .product-show .product-list .bd .picList li a .img-box img:hover {
                transform: scale(1.1);
                -webkit-transform: scale(1.1); }
            .product .product-show .product-list .bd .picList li a .txt {
              padding: 12px;
              background: #fff;
              font-size: 18px; }

/*加盟店*/
.join {
  height: 509px;
  overflow: hidden; }
  .join .join-show {
    overflow: hidden;
    position: relative; }
    .join .join-show .bd {
      overflow: hidden; }
      .join .join-show .bd .join-list {
        float: left;
        width: 1180px;
        height: 380px; }
        .join .join-show .bd .join-list .join-item {
          float: left;
          width: 295px;
          height: 190px;
          background: #F3F3F3;
          position: relative; }
          .join .join-show .bd .join-list .join-item a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden; }
          .join .join-show .bd .join-list .join-item img {
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease; }
          .join .join-show .bd .join-list .join-item img:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1); }
          .join .join-show .bd .join-list .join-item h2 {
            margin: 30px; }
            .join .join-show .bd .join-list .join-item h2 a {
              font-size: 18px;
              color: #000; }
              .join .join-show .bd .join-list .join-item h2 a:hover {
                color: #00B679;
                text-decoration: underline; }
          .join .join-show .bd .join-list .join-item p {
            margin-left: 30px;
            margin-bottom: 15px; }
          .join .join-show .bd .join-list .join-item .triangle {
            position: absolute;
            top: 87px;
            width: 0;
            height: 0;
            border: 15px solid transparent;
            z-index: 10; }
            .join .join-show .bd .join-list .join-item .triangle.left {
              left: -30px;
              border-right-color: #fff; }
            .join .join-show .bd .join-list .join-item .triangle.right {
              right: -30px;
              border-left-color: #fff; }
    .join .join-show .hd {
      width: 100%;
      height: 15px;
      margin-top: 20px;
      text-align: center;
      overflow: hidden; }
      .join .join-show .hd li {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        margin: 0 6px;
        text-indent: -999px;
        cursor: pointer;
        background: #D7D6D6;
        overflow: hidden; }
        .join .join-show .hd li.on {
          background: #FEAB34; }

/*新闻和百科*/
.content {
  height: 500px;
  background: #F3F3F3; }
  .content .news {
    width: 680px; }
    .content .news .common-title {
      padding: 30px 0;
      text-align: left; }
    .content .news .news-list li {
      height: 100px;
      padding: 10px 0;
      margin-bottom: 30px;
      border-bottom: 1px solid #E5E5E5;
      position: relative; }
      .content .news .news-list li .news-date {
        position: absolute;
        top: 10px;
        left: 0;
        width: 80px;
        height: 80px;
        text-align: center;
        border-right: 2px solid #E5E5E5; }
        .content .news .news-list li .news-date h1 {
          font-size: 48px;
          color: #00B679; }
        .content .news .news-list li .news-date p {
          margin-top: 10px;
          color: #999; }
      .content .news .news-list li .news-txt {
        padding-left: 100px; }
        .content .news .news-list li .news-txt h2 {
          margin-bottom: 15px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .content .news .news-list li .news-txt h2 a {
            font-size: 20px;
            color: #333; }
            .content .news .news-list li .news-txt h2 a:hover {
              color: #00B679;
              text-decoration: underline; }
        .content .news .news-list li .news-txt p {
          height: 48px;
          line-height: 24px;
          text-align: justify;
          text-indent: 2em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          /*垂直排列*/
          -webkit-line-clamp: 2;
          /*显示的行数*/
          overflow: hidden; }
  .content .decoration {
    width: 460px;
    height: 480px;
    padding: 10px;
    margin-top: 10px;
    background: #F9F9F9;
    box-shadow: 0 5px 10px #989898; }
    .content .decoration .decoration-con {
      width: 440px;
      height: 460px;
      border: 1px solid #00B679;
      background: #fff; }
      .content .decoration .decoration-con .common-title {
        text-align: left;
        padding: 10px 25px; }
      .content .decoration .decoration-con .has-img {
        margin: 20px 0; }
        .content .decoration .decoration-con .has-img img {
          margin: 0 10px; }
        .content .decoration .decoration-con .has-img h2 {
          font-size: 18px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .content .decoration .decoration-con .has-img h2 a {
            color: #333; }
            .content .decoration .decoration-con .has-img h2 a:hover {
              color: #00B679;
              text-decoration: underline; }
        .content .decoration .decoration-con .has-img p {
          height: 48px;
          line-height: 24px;
          margin: 10px 0;
          text-indent: 2em;
          overflow: hidden; }
      .content .decoration .decoration-con .no-img {
        padding: 0 10px; }
        .content .decoration .decoration-con .no-img li {
          padding: 10px 10px 10px 30px;
          margin-bottom: 15px;
          border-bottom: 1px dashed #D3D3D3;
          background: url("../img/news-icon.jpg") no-repeat 10px center;
          position: relative; }
          .content .decoration .decoration-con .no-img li p {
            color: #333;
            font-size: 16px; }
            .content .decoration .decoration-con .no-img li p:hover {
              color: #00B679;
              text-decoration: underline; }
          .content .decoration .decoration-con .no-img li span {
            position: absolute;
            right: 0;
            top: 12px; }

.footer {
  color: #fff;
  overflow: hidden; }
  .footer .foot {
    height: 170px;
    padding-top: 20px;
    background: #32313A; }
    .footer .foot .foot-phone {
      width: 330px;
      margin-left: 30px; }
      .footer .foot .foot-phone .iconfont {
        display: inline-block;
        font-size: 70px;
        color: #D7D6D6; }
      .footer .foot .foot-phone .number {
        display: inline-block; }
        .footer .foot .foot-phone .number h2 {
          margin-top: 10px;
          font-size: 30px; }
    .footer .foot .foot-nav {
      width: 600px;
      margin-left: 100px; }
      .footer .foot .foot-nav li {
        float: left;
        width: 130px;
        height: 124px; }
        .footer .foot .foot-nav li:last-child {
          width: 240px; }
        .footer .foot .foot-nav li .title {
          font-size: 18px;
          margin-bottom: 10px; }
        .footer .foot .foot-nav li a {
          display: inline-block;
          width: 100px;
          margin: 5px 10px 5px 0;
          color: #c6c4c4; }
  .footer .foot-bottom {
    height: 30px;
    line-height: 30px;
    background: #5F5F60;
    color: #fff; }
    .footer .foot-bottom .friends-link {
      width: 200px;
      height: 26px;
      margin-top: 2px;
      line-height: 26px;
      background: #fff;
      color: #000;
      padding-left: 25px;
      cursor: pointer;
      position: relative; }
      .footer .foot-bottom .friends-link .iconfont {
        display: inline-block;
        margin-right: 10px;
        transform: rotate(-90deg); }
      .footer .foot-bottom .friends-link .friends-hide {
        display: none;
        position: absolute;
        left: 0;
        top: -60px;
        z-index: 10;
        width: 200px;
        height: 60px;
        background: #fff; }
        .footer .foot-bottom .friends-link .friends-hide a {
          display: block;
          height: 30px;
          line-height: 30px;
          padding-left: 25px;
          border-bottom: 1px solid #ccc;
          color: #333; }
          .footer .foot-bottom .friends-link .friends-hide a:hover {
            color: #fff;
            background: #00B679; }

/*内页*/
/********gsjj.html******/
.company-info {
  padding: 40px 0; }
  .company-info .navigation {
    width: 250px; }
    .company-info .navigation .navigation-title {
      height: 100px;
      padding: 10px 0;
      text-align: center;
      border-top-left-radius: 50px;
      background: -moz-linear-gradient(left, #048158 0%, #00B578 100%);
      background: -webkit-linear-gradient(left, #048158 0%, #00B578 100%);
      background: -o-linear-gradient(left, #048158 0%, #00B578 100%);
      background: -ms-linear-gradient(left, #048158 0%, #00B578 100%);
      background: linear-gradient(to right, #048158 0%, #00B578 100%);
      color: #fff; }
      .company-info .navigation .navigation-title h3 {
        margin-bottom: 20px;
        font-size: 30px; }
      .company-info .navigation .navigation-title p {
        font-size: 24px;
        letter-spacing: 1px;
        text-transform: uppercase; }
    .company-info .navigation .menu {
      min-height: 550px;
      background: #F9F9F9; }
      .company-info .navigation .menu li a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px dotted #D3D3D3;
        font-size: 16px;
        padding-left: 70px; }
        .company-info .navigation .menu li a:hover {
          color: #00B679; }
        .company-info .navigation .menu li a.active {
          color: #00B679; }
      .company-info .navigation .menu li .children-menu {
        display: none; }
  .company-info .navigation-wrapper {
    width: 920px;
    /*公司简介*/
    /*产品展示 招商加盟*/
    /*新闻中心*/
    /*联系我们*/
    /*news-detail*/ }
    .company-info .navigation-wrapper .navigation-wrapper-head {
      height: 40px;
      line-height: 40px;
      margin-bottom: 20px;
      padding-left: 18px;
      border-bottom: 1px solid #EDEDED; }
      .company-info .navigation-wrapper .navigation-wrapper-head .title {
        font-size: 24px;
        color: #00B679; }
        .company-info .navigation-wrapper .navigation-wrapper-head .title:before {
          content: "";
          display: inline-block;
          position: relative;
          left: -18px;
          top: 5px;
          width: 5px;
          height: 26px;
          background: -moz-linear-gradient(top, #94EDCF 0%, #0CBB80 100%);
          background: -webkit-linear-gradient(top, #94EDCF 0%, #0CBB80 100%);
          background: -o-linear-gradient(top, #94EDCF 0%, #0CBB80 100%);
          background: -ms-linear-gradient(top, #94EDCF 0%, #0CBB80 100%);
          background: linear-gradient(to bottom, #94EDCF 0%, #0CBB80 100%); }
    .company-info .navigation-wrapper .gsjj p {
      margin: 20px 0;
      font-size: 16px;
      line-height: 30px;
      text-align: justify;
      text-indent: 2em; }
    .company-info .navigation-wrapper .cpzs .picList {
      overflow: hidden; }
      .company-info .navigation-wrapper .cpzs .picList li {
        float: left;
        width: 280px;
        margin-left: 20px;
        margin-bottom: 40px; }
        .company-info .navigation-wrapper .cpzs .picList li a .img-box {
          display: block;
          width: 280px;
          height: 186px;
          overflow: hidden; }
          .company-info .navigation-wrapper .cpzs .picList li a .img-box img {
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease; }
          .company-info .navigation-wrapper .cpzs .picList li a .img-box img:hover {
            transform: scale(1.1);
            -webkit-transform: scale(1.1); }
        .company-info .navigation-wrapper .cpzs .picList li a .txt {
          padding: 12px;
          background: #F9F9F9;
          font-size: 18px;
          text-align: center; }
    .company-info .navigation-wrapper .honor .picList li a .img-box {
      height: 208px; }
    .company-info .navigation-wrapper .inside-news .has-img {
      margin: 20px 0;
      padding-bottom: 20px;
      border-bottom: 1px dashed #ccc; }
      .company-info .navigation-wrapper .inside-news .has-img img {
        margin: 0 10px;
        border: 5px solid #CFCFCF; }
      .company-info .navigation-wrapper .inside-news .has-img h2 {
        font-size: 18px;
        margin-bottom: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .company-info .navigation-wrapper .inside-news .has-img h2 a {
          color: #333; }
          .company-info .navigation-wrapper .inside-news .has-img h2 a:hover {
            color: #00B679;
            text-decoration: underline; }
      .company-info .navigation-wrapper .inside-news .has-img span {
        color: #999; }
      .company-info .navigation-wrapper .inside-news .has-img p {
        height: 96px;
        line-height: 24px;
        margin: 10px 0;
        overflow: hidden; }
    .company-info .navigation-wrapper .inside-news .news-list li {
      height: 100px;
      padding: 10px 0;
      margin-bottom: 30px;
      border-bottom: 1px solid #E5E5E5;
      position: relative; }
      .company-info .navigation-wrapper .inside-news .news-list li .news-date {
        position: absolute;
        top: 10px;
        left: 0;
        width: 80px;
        height: 80px;
        text-align: center;
        border-right: 2px solid #E5E5E5; }
        .company-info .navigation-wrapper .inside-news .news-list li .news-date h1 {
          font-size: 48px;
          color: #00B679; }
        .company-info .navigation-wrapper .inside-news .news-list li .news-date p {
          margin-top: 10px;
          color: #999; }
      .company-info .navigation-wrapper .inside-news .news-list li .news-txt {
        padding-left: 100px; }
        .company-info .navigation-wrapper .inside-news .news-list li .news-txt h2 {
          margin-bottom: 15px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .company-info .navigation-wrapper .inside-news .news-list li .news-txt h2 a {
            font-size: 20px;
            color: #333; }
            .company-info .navigation-wrapper .inside-news .news-list li .news-txt h2 a:hover {
              color: #00B679;
              text-decoration: underline; }
        .company-info .navigation-wrapper .inside-news .news-list li .news-txt p {
          height: 48px;
          line-height: 24px;
          text-align: justify;
          text-indent: 2em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          /*垂直排列*/
          -webkit-line-clamp: 2;
          /*显示的行数*/
          overflow: hidden; }
    .company-info .navigation-wrapper .contact-us .map-top {
      padding: 50px 0 50px 50px; }
      .company-info .navigation-wrapper .contact-us .map-top .contact-detail {
        width: 350px; }
        .company-info .navigation-wrapper .contact-us .map-top .contact-detail h2 {
          font-size: 24px;
          color: #00B679;
          margin-bottom: 40px; }
        .company-info .navigation-wrapper .contact-us .map-top .contact-detail p {
          margin: 15px 0;
          font-size: 16px;
          color: #999; }
    .company-info .navigation-wrapper .news-detail h1 {
      margin: 20px auto;
      font-size: 24px;
      color: #00B679;
      text-align: center; }
    .company-info .navigation-wrapper .news-detail .time-from {
      padding-bottom: 8px;
      border-bottom: 1px dotted #CCCCCC;
      text-align: center; }
    .company-info .navigation-wrapper .news-detail .news-show-txt > p {
      margin-top: 30px;
      padding: 0 10px;
      line-height: 30px;
      font-size: 16px;
      text-align: justify;
      text-indent: 2em; }
    .company-info .navigation-wrapper .news-detail img {
      display: block;
      width: 600px;
      margin: 20px auto; }
    .company-info .navigation-wrapper .news-detail .page1 {
      margin-top: 60px;
      padding: 10px 0;
      border-top: 1px dotted #ccc;
      position: relative; }
      .company-info .navigation-wrapper .news-detail .page1 p {
        line-height: 24px; }
      .company-info .navigation-wrapper .news-detail .page1 .back {
        position: absolute;
        right: 0;
        top: 20px;
        width: 64px;
        height: 35px;
        line-height: 35px;
        background: #00B679;
        color: #fff;
        text-align: center; }

.pages {
  margin: 20px auto;
  width: 500px;
  font-size: 14px;
  }
  .pages span {
    padding: 0 10px;
    line-height: 23px; }
  .pages a {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    text-decoration: none;
    color: #666;
    font-family: Simsun;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 3px; }
    .pages a:hover {
      color: #fff !important;
      background-color: #00B679;
      border-color: #fff;
      text-decoration: none; }
  .pages .current {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    text-decoration: none;
    font-family: Simsun;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 3px;
    color: #fff;
    background-color: #00B679;
    border-color: #fff; }

/*# sourceMappingURL=style.css.map */
