@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 90%; } }

html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.formSet input, .formSet textarea, .formSet select {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover, .formSet select:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }
.formSet select {
  width: 100%;
  height: 50px; }
  .formSet select option {
    padding-top: 10px;
    padding-bottom: 10px; }

.page-show .show-pro .content {
  border: 1px solid #f0f0f0; }
  .page-show .show-pro .content .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    background-color: #f0f0f0; }
    .page-show .show-pro .content .btn-list .btn {
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #737373;
      border-bottom: 1px solid #f0f0f0;
      border-right: 1px solid #fff; }
      .page-show .show-pro .content .btn-list .btn:last-child {
        border-right: none; }
      .page-show .show-pro .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #333;
        border-top: 2px solid #2b5A30;
        margin-top: -1px; }
  .page-show .show-pro .content .panels {
    margin: 30px; }
    .page-show .show-pro .content .panels .panel {
      display: none; }
      .page-show .show-pro .content .panels .panel .pics {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 20px;
        grid-column-gap: 10px; }
        .page-show .show-pro .content .panels .panel .pics > * {
          margin: 0;
          overflow: hidden;
          width: 100%; }
        .page-show .show-pro .content .panels .panel .pics .pic:before {
          content: "";
          position: absolute;
          z-index: 9;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4);
          display: none; }
        .page-show .show-pro .content .panels .panel .pics .pic:hover:before {
          display: block; }
      .page-show .show-pro .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #999;
        margin-right: 5px; }
        .page-show .show-pro .content .panels .panel .tag-list .tagsa:hover {
          background-color: #2b5A30;
          color: #fff; }
      .page-show .show-pro .content .panels .panel.curr {
        display: block; }

html {
  background-color: #FFF;
  background-repeat: repeat;
  background-position: center top;
  margin: 0 auto;
  width: 100%; }

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #474747;
  line-height: 1.5;
  font-size: 14px;
  background-color: #FFF; }

.container {
  width: 94% !important;
  max-width: 1843.2px !important; }

a {
  color: #808080; }
  a:hover {
    color: #58A761; }

.swiper-button-prev, .swiper-button-next {
  color: #58A761 !important; }

.banner .swiper-pagination-bullet-active {
  background-color: #58A761 !important; }

.logo-company {
  position: relative;
  background-color: #FFF;
  padding: 0 2vw 0 5vw;
  z-index: 999;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 4px; }
  .logo-company .path {
    flex: 0 0 auto;
    padding: 0 10px; }
    .logo-company .path.logo-box {
      padding: 10px 10px 10px 0; }
      .logo-company .path.logo-box .logo-txt {
        justify-content: center;
        white-space: nowrap;
        margin-left: 1vw; }
        .logo-company .path.logo-box .logo-txt .txt-1 {
          font-size: 26px;
          font-weight: bold;
          color: #AC3122; }
        .logo-company .path.logo-box .logo-txt .txt-2 {
          font-size: 12px; }
    .logo-company .path.nav-box .nav-ul-1 {
      height: 100%; }
    .logo-company .path.nav-box .nav-li-1 {
      height: 100%;
      justify-content: center;
      position: relative; }
      .logo-company .path.nav-box .nav-li-1 .nav-a-1 {
        display: block;
        padding: 20px 25px;
        text-transform: uppercase;
        color: #808080;
        font-size: 15px;
        font-weight: normal; }
      .logo-company .path.nav-box .nav-li-1:hover .nav-a-1 {
        color: #58A761; }
      .logo-company .path.nav-box .nav-li-1:hover .nav-ul-2 {
        display: block; }
    .logo-company .path.nav-box .nav-ul-2 {
      position: absolute;
      display: none;
      top: 100%;
      left: 0;
      min-width: 100%;
      width: auto;
      white-space: nowrap;
      background-color: #2b5A30; }
      .logo-company .path.nav-box .nav-ul-2 .nav-a-2 {
        display: block;
        padding: 0 15px;
        color: #FFF;
        line-height: 2.5em; }
        .logo-company .path.nav-box .nav-ul-2 .nav-a-2:hover {
          background-color: #58A761; }
    .logo-company .path.tel-box {
      justify-content: center; }
      .logo-company .path.tel-box .telText {
        color: #909090; }
      .logo-company .path.tel-box .tel {
        color: #ED2525;
        font-size: 19px; }
    .logo-company .path.search-box {
      align-items: center;
      justify-content: center;
      position: relative; }
      .logo-company .path.search-box:before {
        font-size: 30px; }
      .logo-company .path.search-box .form-search {
        position: absolute;
        top: 100%;
        right: 0;
        display: none; }
        .logo-company .path.search-box .form-search.on {
          display: block; }
      .logo-company .path.search-box .text-box {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: start; }
        .logo-company .path.search-box .text-box .layui-form-select {
          width: 100px; }
          .logo-company .path.search-box .text-box .layui-form-select .layui-this {
            color: #2b5A30; }
        .logo-company .path.search-box .text-box .searchtext {
          border: 1px solid #EEE;
          padding: 0 10px;
          width: 300px; }
        .logo-company .path.search-box .text-box .layui-input:focus, .logo-company .path.search-box .text-box input:focus {
          border-color: #2b5A30 !important; }
        .logo-company .path.search-box .text-box .searchbtn {
          color: #fff;
          background-color: #2b5A30;
          padding: 0 20px; }

.index-item {
  padding: 55px 0; }
  .index-item .container {
    width: 94% !important;
    max-width: 1843.2px !important; }
  .index-item .sort-box {
    text-align: center;
    margin-bottom: 35px; }
    .index-item .sort-box .sort-name {
      font-size: 28px;
      font-weight: normal;
      line-height: 1em;
      margin-bottom: 20px; }
    .index-item .sort-box .sort-subName {
      text-align: center; }
      .index-item .sort-box .sort-subName .text {
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        color: #999; }
        .index-item .sort-box .sort-subName .text:before, .index-item .sort-box .sort-subName .text:after {
          content: "";
          width: 55px;
          border-bottom: 1px solid #CCCCCC;
          position: absolute;
          top: 50%; }
        .index-item .sort-box .sort-subName .text:before {
          left: -15px;
          transform: translate(-100%, -50%); }
        .index-item .sort-box .sort-subName .text:after {
          right: -15px;
          transform: translate(100%, -50%); }

.index-products {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .index-products .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 24px;
    grid-column-gap: 24px; }
    .index-products .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-products .list .item .pic {
      position: relative;
      padding-bottom: 75%;
      overflow: hidden; }
      .index-products .list .item .pic .img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        transition: all 300ms linear;
        transform-origin: center center; }
    .index-products .list .item .title {
      line-height: 1em;
      padding: 10px 0;
      text-align: center; }
    .index-products .list .item:hover .pic .img {
      transform: scale(1.1); }
  .index-products .more-box {
    margin-top: 30px;
    text-align: center; }
    .index-products .more-box .more-a {
      display: inline-block;
      line-height: 34px;
      padding: 0 35px;
      border: 1px solid #CCCCCC;
      color: #999;
      background-color: transparent;
      transition: all 0.5s ease 0s; }
      .index-products .more-box .more-a:hover {
        background-color: #58A761;
        border-color: #58A761;
        color: #FFF;
        text-decoration: none; }

.index-cases {
  background-color: #F7F7F7; }
  .index-cases .list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0; }
    .index-cases .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-cases .list .item .outer-div {
      position: relative; }
    .index-cases .list .item .pic {
      position: relative;
      z-index: 1;
      padding-bottom: 78%;
      overflow: hidden; }
      .index-cases .list .item .pic .img {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        transition: all 300ms linear;
        transform-origin: center center; }
    .index-cases .list .item .title {
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      text-align: center;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.8);
      color: #FFF;
      font-size: 15px;
      transform: scaleY(0);
      transform-origin: bottom; }
    .index-cases .list .item:hover .pic .img {
      transform: scale(1.1); }
    .index-cases .list .item:hover .title {
      transform: scaleY(1); }
  .index-cases .more-box {
    margin-top: 30px;
    text-align: center; }
    .index-cases .more-box .more-a {
      display: inline-block;
      line-height: 34px;
      padding: 0 35px;
      border: 1px solid #CCCCCC;
      color: #999;
      background-color: transparent;
      transition: all 0.5s ease 0s; }
      .index-cases .more-box .more-a:hover {
        background-color: #58A761;
        border-color: #58A761;
        color: #FFF;
        text-decoration: none; }

.index-about .outer-div {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .index-about .outer-div .pic {
    flex: 0 0 auto;
    margin-right: 50px; }
    .index-about .outer-div .pic:hover img {
      opacity: 0.8; }
  .index-about .outer-div .text {
    color: #474747; }

.index-advantages {
  background-color: #F7F7F7; }
  .index-advantages .list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
    .index-advantages .list .item {
      flex: 0 0 auto;
      max-width: 100%;
      width: 320px;
      padding: 10px; }
      .index-advantages .list .item .pic {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden; }
        .index-advantages .list .item .pic .img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover;
          transition: all 300ms linear;
          transform-origin: center center; }
      .index-advantages .list .item .title {
        line-height: 1.8em;
        text-align: center;
        font-size: 18px;
        padding: 10px 0 18px; }
      .index-advantages .list .item .desc {
        font-size: 12px; }
      .index-advantages .list .item:hover .img {
        opacity: 0.8; }

.index-news .sort-box-2 {
  justify-content: space-between;
  margin-bottom: 20px; }
  .index-news .sort-box-2 .sortName {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px; }
.index-news .news-path .item {
  margin-bottom: 5px; }
.index-news .news-path .item-img {
  margin-bottom: 15px; }
  .index-news .news-path .item-img .flex {
    justify-content: space-between; }
    .index-news .news-path .item-img .flex .pic-box {
      margin-right: 15px;
      width: 160px;
      flex: 0 0 auto;
      max-width: 100%; }
      .index-news .news-path .item-img .flex .pic-box .pic {
        position: relative;
        padding-bottom: 56.25%; }
        .index-news .news-path .item-img .flex .pic-box .pic .img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .index-news .news-path .item-img .flex .text-box .title {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 15px;
      font-weight: bold;
      color: #474747;
      line-height: 1em;
      margin-bottom: 10px; }
    .index-news .news-path .item-img .flex .text-box .desc {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 18px;
      height: 54px;
      color: #808080;
      font-size: 13px;
      font-weight: normal; }
  .index-news .news-path .item-img:hover .flex {
    justify-content: space-between; }
    .index-news .news-path .item-img:hover .flex .text-box .title {
      color: #58A761; }
.index-news .news-path .item-title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #E3E3E3;
  line-height: 2em;
  position: relative;
  padding-left: 15px; }
  .index-news .news-path .item-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #DDD; }
.index-news .project-path {
  max-width: 40%;
  flex: 0 0 auto;
  margin-left: 50px; }
  .index-news .project-path .outer-div {
    position: relative; }
    .index-news .project-path .outer-div .name {
      position: absolute;
      z-index: 2;
      left: 35px;
      bottom: 35px;
      font-size: 20px;
      font-weight: normal;
      color: #FFF; }
    .index-news .project-path .outer-div .overlay {
      transform-origin: center;
      transform: scaleY(0);
      transition: all 500ms ease-in-out;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(88, 167, 97, 0.8);
      color: #FFF; }
      .index-news .project-path .outer-div .overlay h3 {
        text-align: center;
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: normal;
        line-height: 1em; }
      .index-news .project-path .outer-div .overlay .link-more {
        line-height: normal;
        display: inline-block;
        margin-top: 10px;
        padding: 6px 20px;
        border: 1px solid #FFF;
        font-size: 13px; }
    .index-news .project-path .outer-div:hover .name {
      display: none; }
    .index-news .project-path .outer-div:hover .overlay {
      transform: scaleY(1); }

.footer-nav {
  background-color: #40312f;
  padding: 25px 0 10px;
  color: #CCCCCC; }
  .footer-nav a {
    color: #CCCCCC; }
    .footer-nav a:hover {
      color: #FFF; }
  .footer-nav .container {
    justify-content: space-between; }
  .footer-nav .sort-name {
    position: relative;
    font-size: 16px;
    line-height: 1em;
    color: #FFF;
    margin-bottom: 15px; }
  .footer-nav .text-path .content-box {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(6, auto);
    grid-row-gap: 10px;
    grid-column-gap: 30px;
    grid-auto-flow: column; }
    .footer-nav .text-path .content-box .item {
      max-width: 350px;
      line-height: 25px; }
      .footer-nav .text-path .content-box .item:before {
        color: #AC3122;
        font-family: iconfont; }
  .footer-nav .pic-path .content-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .footer-nav .pic-path .content-box .item {
      text-align: center;
      width: 120px; }
      .footer-nav .pic-path .content-box .item .pic {
        width: 120px; }
      .footer-nav .pic-path .content-box .item .title {
        margin-top: 10px;
        font-size: 16px; }
      .footer-nav .pic-path .content-box .item:nth-child(n + 2) {
        margin-left: 20px; }

.copyright {
  background-color: #2b2120;
  padding: 15px 0;
  color: #FFF; }
  .copyright a {
    color: #FFF; }
    .copyright a:hover {
      color: #58A761; }
  .copyright .container.flex {
    justify-content: space-between; }
  .copyright .list {
    justify-content: flex-start; }
    .copyright .list .item {
      padding: 0 10px;
      line-height: 1em; }
      .copyright .list .item:nth-child(n+2) {
        border-left: 1px solid #666; }

.top-nav {
  margin: 35px 0 25px; }
  .top-nav .sort-name {
    text-align: center;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 20px; }
  .top-nav .sub-sort-list {
    justify-content: center; }
    .top-nav .sub-sort-list .item:nth-child(n + 2) {
      margin-left: 10px; }
    .top-nav .sub-sort-list .item .sub-sort-a {
      display: block;
      height: 45px;
      line-height: 45px;
      padding: 0 30px;
      font-size: 14px;
      font-weight: normal;
      color: #808080;
      background-color: #f2f8fc;
      transition: all 300ms linear; }
      .top-nav .sub-sort-list .item .sub-sort-a.hover, .top-nav .sub-sort-list .item .sub-sort-a:hover {
        color: #FFF;
        background-color: #2b5A30; }

.page-box {
  margin: 45px auto 65px; }

.page-left-box {
  width: 260px;
  margin-right: 2vw;
  flex: 0 0 auto;
  max-width: 100%;
  box-shadow: 0 0 5px 0 rgba(43, 90, 48, 0.2);
  background-color: #FAFAFA; }
  .page-left-box .left-sub-nav .nav-a-1 {
    display: block;
    width: 100%;
    line-height: 3;
    background-color: #2b5A30;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.44px;
    font-size: 22px;
    font-weight: bold; }
  .page-left-box .left-sub-nav .category .item-2 {
    border-bottom: 1px solid #EEE; }
    .page-left-box .left-sub-nav .category .item-2.on .nav-a-2 {
      color: #58A761; }
    .page-left-box .left-sub-nav .category .item-2 .nav-a-2 {
      display: block;
      font-size: 14px;
      height: 54px;
      line-height: 54px;
      text-indent: 20px; }

.page-main-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }

.page-right-box {
  width: 200px;
  flex: 1 1 auto;
  max-width: 100%; }

.page-list.page-list-img-no-link .list .item:hover .pic .img {
  transform: scale(1.05); }
.page-list.page-list-img-no-link .list .item:hover .title {
  color: #58A761; }
.page-list.page-list-img-no-link .list .pic {
  overflow: hidden; }
  .page-list.page-list-img-no-link .list .pic .img {
    transition: all 300ms ease-in-out; }
.page-list.page-list-img-no-link .list .title {
  text-align: center;
  padding: 10px 0;
  font-size: 14px; }
.page-list.page-list-left-img-right-text .list .outer-div {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .page-list.page-list-left-img-right-text .list .outer-div .pic {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 20px;
    position: relative !important;
    padding-bottom: 0 !important; }
    .page-list.page-list-left-img-right-text .list .outer-div .pic .img {
      position: relative !important; }
  .page-list.page-list-left-img-right-text .list .outer-div .text-box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px; }
  .page-list.page-list-left-img-right-text .list .outer-div .text-box .content {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8em; }
  .page-list.page-list-left-img-right-text .list .outer-div:hover .pic {
    opacity: 0.8; }
.page-list.page-list-img-title-content .list .outer-div .text-box {
  margin-top: 20px; }
  .page-list.page-list-img-title-content .list .outer-div .text-box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px; }
  .page-list.page-list-img-title-content .list .outer-div .text-box .content {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8em; }
.page-list.page-list-img-title-content .list .outer-div:hover .pic {
  opacity: 0.8; }
.page-list.page-list-news .list-news .item .text-box {
  margin-top: 20px; }
  .page-list.page-list-news .list-news .item .text-box .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    height: 42px;
    margin: 10px auto;
    font-size: 14px;
    font-weight: bold;
    color: #474747; }
  .page-list.page-list-news .list-news .item .text-box .desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 18px;
    height: 54px;
    font-size: 12px;
    font-weight: normal;
    color: #808080; }
.page-list.page-list-news .list-news .item:hover .img {
  transform: scale(1.05) !important; }
.page-list.page-list-news .list-news .item:hover .text-box .title {
  color: #58A761 !important; }
.page-list.page-list-jobs .list .item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 16px; }
.page-list.page-list-jobs .list .item:nth-child(n+2) {
  border-top: 1px solid #CCCCCC;
  padding-top: 30px; }
.page-list .list-pro .item, .page-list .page-list-cases .item {
  box-shadow: 0 0 5px 0 rgba(43, 90, 48, 0.2); }
  .page-list .list-pro .item .outer-div .pic, .page-list .page-list-cases .item .outer-div .pic {
    overflow: hidden; }
    .page-list .list-pro .item .outer-div .pic img, .page-list .page-list-cases .item .outer-div .pic img {
      transition: all 500ms linear;
      opacity: 1; }
  .page-list .list-pro .item .outer-div .text-box, .page-list .page-list-cases .item .outer-div .text-box {
    padding: 10px 15px; }
    .page-list .list-pro .item .outer-div .text-box .title, .page-list .page-list-cases .item .outer-div .text-box .title {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 1em;
      text-align: center; }
  .page-list .list-pro .item:hover .pic img, .page-list .page-list-cases .item:hover .pic img {
    transform: scale(1.01);
    opacity: 0.8; }

.page-show .show-pro .images-box {
  max-width: 60%;
  margin: 0 50px 0 0; }
.page-show .show-pro .small-roll-box {
  margin-top: 20px;
  height: 100%; }
  .page-show .show-pro .small-roll-box .item {
    position: relative;
    opacity: 0.4; }
    .page-show .show-pro .small-roll-box .item.swiper-slide-thumb-active {
      opacity: 1; }
      .page-show .show-pro .small-roll-box .item.swiper-slide-thumb-active:before {
        border-color: #58A761; }
    .page-show .show-pro .small-roll-box .item:before {
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      border: 1px solid #999; }
    .page-show .show-pro .small-roll-box .item.video-item:after {
      content: "\e1b01";
      position: absolute;
      background-color: rgba(88, 167, 97, 0.4);
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 40px;
      height: 40px;
      line-height: 40px; }
    .page-show .show-pro .small-roll-box .item:hover {
      opacity: 1; }
    .page-show .show-pro .small-roll-box .item img {
      position: absolute;
      z-index: 1; }
.page-show .show-pro .big-area {
  box-sizing: content-box;
  border: 1px solid #EFEFEF;
  overflow: hidden; }
  .page-show .show-pro .big-area .item video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .page-show .show-pro .big-area .video-item {
    position: relative; }
    .page-show .show-pro .big-area .video-item:before {
      content: "\e1b01";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 100px;
      height: 100px;
      line-height: 100px; }
.page-show .show-pro .param-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em; }
.page-show .show-pro .param-box .desc {
  margin-top: 20px; }
.page-show .show-pro .param-box .contact-list {
  margin-top: 20px; }
  .page-show .show-pro .param-box .contact-list .item {
    color: #58A761;
    font-size: 18px;
    line-height: 1.5em; }
    .page-show .show-pro .param-box .contact-list .item span {
      font-weight: bold; }
.page-show .show-pro .param-box .btn-list {
  margin-top: 20px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .page-show .show-pro .param-box .btn-list .btn {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #58A761;
    background-color: #58A761;
    color: #FFF; }
    .page-show .show-pro .param-box .btn-list .btn:after {
      margin-left: 10px; }
    .page-show .show-pro .param-box .btn-list .btn:hover {
      background-color: #FFF;
      color: #58A761; }
.page-show .show-pro .content {
  margin-top: 50px;
  margin-bottom: 50px; }
.page-show .show-news .contentBox {
  margin-bottom: 30px; }
  .page-show .show-news .contentBox .title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em; }
  .page-show .show-news .contentBox .time {
    text-align: center;
    color: #999;
    font-size: 12px;
    font-weight: normal; }
  .page-show .show-news .contentBox .content {
    padding: 50px 20px; }
.page-show .tags-box {
  margin-top: 50px; }
  .page-show .tags-box .title-box {
    font-size: 20px;
    border-bottom: 1px solid #EEE; }
  .page-show .tags-box .list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 15px; }
    .page-show .tags-box .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .page-show .tags-box .list .outer-div {
      position: relative; }
      .page-show .tags-box .list .outer-div .title {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: #FFF;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
        transform: scaleY(0); }
      .page-show .tags-box .list .outer-div:hover img {
        transform: scale(1.05); }
      .page-show .tags-box .list .outer-div:hover .title {
        transform: scaleY(1); }


