@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"); }
@font-face {
  font-family: 'AiDeep';
  src: url("/public/fonts/other/AiDeep.woff") format("woff"); }
.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; }

html {
  background-color: #fff;
  color: #333;
  width: 100%; }
  html .footer-basket-div .basket-ico {
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #277c52;
    border-radius: 25px;
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
    text-align: center; }
    html .footer-basket-div .basket-ico:before {
      position: absolute;
      cursor: pointer;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff; }
    html .footer-basket-div .basket-ico .inquiry-number {
      position: absolute;
      top: 0;
      right: -5px;
      width: 20px;
      height: 20px;
      background-color: #e64545;
      border-radius: 10px;
      font-size: 14px;
      color: #fff;
      line-height: 20px;
      text-align: center;
      display: none; }
    html .footer-basket-div .basket-ico.hasInquiry .inquiry-number {
      display: block; }
  html .footer-basket-div .basket-main-div {
    position: fixed;
    right: 0;
    bottom: -100%;
    z-index: 1000;
    width: 230px;
    box-shadow: 0 0 5px 0 #7a8599;
    background-color: #fff;
    transition: 500ms; }
    html .footer-basket-div .basket-main-div .basket-title {
      height: 40px;
      line-height: 40px;
      background-color: #277c52;
      color: #fff;
      text-align: center; }
      html .footer-basket-div .basket-main-div .basket-title .btn-hide {
        position: absolute;
        width: 40px;
        text-align: center;
        left: 0;
        top: 0;
        cursor: pointer; }
      html .footer-basket-div .basket-main-div .basket-title .inquiry-number {
        color: #e64545; }
    html .footer-basket-div .basket-main-div .basket-list {
      padding: 10px;
      height: 200px;
      overflow-y: scroll; }
      html .footer-basket-div .basket-main-div .basket-list .item {
        padding-bottom: 5px; }
        html .footer-basket-div .basket-main-div .basket-list .item + .item {
          padding-top: 5px;
          border-top: 1px solid #7a8599; }
        html .footer-basket-div .basket-main-div .basket-list .item:hover .text-box .deleteToBasket {
          display: block;
          cursor: pointer; }
      html .footer-basket-div .basket-main-div .basket-list .pic {
        width: 40px;
        flex: none;
        margin-right: 10px; }
      html .footer-basket-div .basket-main-div .basket-list .text-box {
        width: 200px;
        flex: auto;
        width: 150px;
        font-size: 12px; }
        html .footer-basket-div .basket-main-div .basket-list .text-box a {
          color: #277c52; }
        html .footer-basket-div .basket-main-div .basket-list .text-box .deleteToBasket {
          display: none;
          color: #7a8599; }
    html .footer-basket-div .basket-main-div .basket-footer {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: space-between;
      padding: 10px; }
      html .footer-basket-div .basket-main-div .basket-footer .btn {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        background-color: #e64545;
        color: #f8f8f8;
        border-radius: 5px;
        cursor: pointer; }
        html .footer-basket-div .basket-main-div .basket-footer .btn a {
          color: #f8f8f8; }
        html .footer-basket-div .basket-main-div .basket-footer .btn.empty {
          background-color: #f8f8f8;
          color: #e64545; }
    html .footer-basket-div .basket-main-div.hideDiv {
      bottom: -100%; }
    html .footer-basket-div .basket-main-div.showDiv {
      bottom: 0; }
  html .inquire-list-page .inquireToBasket, html .inquire-list-page .thead-table {
    width: 100%; }
    html .inquire-list-page .inquireToBasket th, html .inquire-list-page .inquireToBasket td, html .inquire-list-page .thead-table th, html .inquire-list-page .thead-table td {
      padding: 10px 20px;
      vertical-align: center;
      border: 1px solid #eee; }
    html .inquire-list-page .inquireToBasket th, html .inquire-list-page .thead-table th {
      background-color: #ccc; }
    html .inquire-list-page .inquireToBasket tr, html .inquire-list-page .thead-table tr {
      width: 100%; }
      html .inquire-list-page .inquireToBasket tr .td-pic, html .inquire-list-page .thead-table tr .td-pic {
        width: 200px;
        text-align: center; }
      html .inquire-list-page .inquireToBasket tr .td-Options, html .inquire-list-page .thead-table tr .td-Options {
        width: 200px;
        text-align: center; }
      html .inquire-list-page .inquireToBasket tr .td-name, html .inquire-list-page .thead-table tr .td-name {
        width: auto;
        text-align: left; }

.page-show-products .content {
  border: 1px solid #f0f0f0; }
  .page-show-products .content .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    background-color: #f0f0f0; }
    .page-show-products .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-products .content .btn-list .btn:last-child {
        border-right: none; }
      .page-show-products .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #00784a;
        border-top: 2px solid #00784a;
        margin-top: -1px; }
  .page-show-products .content .panels {
    margin: 30px; }
    .page-show-products .content .panels .panel {
      display: none;
      overflow: hidden; }
      .page-show-products .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #999999;
        margin-right: 5px; }
        .page-show-products .content .panels .panel .tag-list .tagsa:hover {
          background-color: #00784a;
          color: #fff; }
      .page-show-products .content .panels .panel.curr {
        display: block; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #00784a; }

.fancybox-content {
  background-color: #fff !important; }

.logo-nav-search {
  box-sizing: border-box;
  padding: 0 2%;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 99;
  background-color: transparent;
  color: #fff; }
  .logo-nav-search a {
    color: #fff; }
  .logo-nav-search:hover, .logo-nav-search.sticky, .logo-nav-search.hover {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #e0e0e0; }
    .logo-nav-search:hover a, .logo-nav-search.sticky a, .logo-nav-search.hover a {
      color: #333; }
    .logo-nav-search:hover .right-box .path-box, .logo-nav-search.sticky .right-box .path-box, .logo-nav-search.hover .right-box .path-box {
      border-left-color: #eaeaea; }
  .logo-nav-search .logo {
    flex: 0 0 auto;
    align-self: center;
    padding: 10px 0; }
    .logo-nav-search .logo img {
      max-height: 100px; }
  .logo-nav-search .right-box {
    flex: 0 0 auto;
    justify-content: space-evenly; }
    .logo-nav-search .right-box .path-box {
      padding: 0 30px;
      text-align: center;
      border-left: 1px solid transparent; }
  .logo-nav-search .search-box {
    align-items: center;
    position: relative; }
    .logo-nav-search .search-box:hover .form-search {
      display: block; }
    .logo-nav-search .search-box:before {
      font-size: 20px; }
    .logo-nav-search .search-box .form-search {
      position: absolute;
      top: 100%;
      right: 0;
      display: none; }
      .logo-nav-search .search-box .form-search .text-box {
        position: relative;
        border: 1px solid #e0e0e0; }
        .logo-nav-search .search-box .form-search .text-box .searchtext {
          width: 300px;
          height: 40px;
          line-height: 40px;
          padding: 0 50px 0 10px; }
        .logo-nav-search .search-box .form-search .text-box .searchbtn {
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          color: #fff;
          background-color: #00784a; }
  .logo-nav-search .lang-box {
    align-items: center;
    position: relative; }
    .logo-nav-search .lang-box:before {
      font-size: 20px;
      margin-right: 10px; }
    .logo-nav-search .lang-box:hover .list {
      display: block; }
    .logo-nav-search .lang-box .list {
      background-color: #fff;
      position: absolute;
      top: 100%;
      right: 0;
      display: none;
      width: 100%;
      box-shadow: 0 1px 1px 1px #eee; }
      .logo-nav-search .lang-box .list a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center; }
        .logo-nav-search .lang-box .list a:hover {
          color: #277c52;
          font-weight: bold; }

.fixed-div {
  position: fixed;
  z-index: 99;
  width: 100vw;
  top: 0;
  left: 0;
  color: #fff; }
  .fixed-div a {
    color: #fff; }
  .fixed-div:hover, .fixed-div.sticky, .fixed-div.hover {
    background-color: #fff;
    color: #333; }
    .fixed-div:hover a, .fixed-div.sticky a, .fixed-div.hover a {
      color: #333; }
    .fixed-div:hover .right-box .path-box, .fixed-div.sticky .right-box .path-box, .fixed-div.hover .right-box .path-box {
      border-left: 1px solid #eaeaea; }
    .fixed-div:hover .main-nav-box, .fixed-div.sticky .main-nav-box, .fixed-div.hover .main-nav-box {
      background-image: -ms-linear-gradient(0, rgba(39, 124, 82, 0.8), rgba(39, 124, 82, 0.95) 40%, rgba(39, 124, 82, 0.95) 60%, rgba(39, 124, 82, 0.8));
      background-image: -moz-linear-gradient(0, rgba(39, 124, 82, 0.8), rgba(39, 124, 82, 0.95) 40%, rgba(39, 124, 82, 0.95) 60%, rgba(39, 124, 82, 0.8));
      background-image: -o-linear-gradient(0, rgba(39, 124, 82, 0.8), rgba(39, 124, 82, 0.95) 40%, rgba(39, 124, 82, 0.95) 60%, rgba(39, 124, 82, 0.8));
      background-image: -webkit-linear-gradient(0, rgba(39, 124, 82, 0.8), rgba(39, 124, 82, 0.95) 40%, rgba(39, 124, 82, 0.95) 60%, rgba(39, 124, 82, 0.8));
      background-image: linear-gradient(0, rgba(39, 124, 82, 0.8), rgba(39, 124, 82, 0.95) 40%, rgba(39, 124, 82, 0.95) 60%, rgba(39, 124, 82, 0.8)); }

.main-nav-box {
  background-color: rgba(39, 124, 82, 0.1);
  background-image: -ms-linear-gradient(0, rgba(39, 124, 82, 0.1), rgba(39, 124, 82, 0.4) 40%, rgba(39, 124, 82, 0.4) 60%, rgba(39, 124, 82, 0.1));
  background-image: -moz-linear-gradient(0, rgba(39, 124, 82, 0.1), rgba(39, 124, 82, 0.4) 40%, rgba(39, 124, 82, 0.4) 60%, rgba(39, 124, 82, 0.1));
  background-image: -o-linear-gradient(0, rgba(39, 124, 82, 0.1), rgba(39, 124, 82, 0.4) 40%, rgba(39, 124, 82, 0.4) 60%, rgba(39, 124, 82, 0.1));
  background-image: -webkit-linear-gradient(0, rgba(39, 124, 82, 0.1), rgba(39, 124, 82, 0.4) 40%, rgba(39, 124, 82, 0.4) 60%, rgba(39, 124, 82, 0.1));
  background-image: linear-gradient(0, rgba(39, 124, 82, 0.1), rgba(39, 124, 82, 0.4) 40%, rgba(39, 124, 82, 0.4) 60%, rgba(39, 124, 82, 0.1));
  position: relative;
  z-index: 99;
  padding: 0 5%; }
  .main-nav-box .list {
    width: 100%;
    justify-content: space-between; }
  .main-nav-box .item {
    position: relative;
    padding: 0 30px; }
    .main-nav-box .item:hover, .main-nav-box .item.curr {
      background: rgba(255, 255, 255, 0.6);
      background-image: -ms-linear-gradient(0, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.6));
      background-image: -moz-linear-gradient(0, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.6));
      background-image: -o-linear-gradient(0, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.6));
      background-image: -webkit-linear-gradient(0, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.6));
      background-image: linear-gradient(0, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.6)); }
      .main-nav-box .item:hover .nav-a-1, .main-nav-box .item.curr .nav-a-1 {
        color: #00784a !important;
        font-weight: bold; }
        .main-nav-box .item:hover .nav-a-1:before, .main-nav-box .item.curr .nav-a-1:before {
          width: 100%; }
    .main-nav-box .item:hover .sub-list, .main-nav-box .item:hover .showPane {
      display: block; }
  .main-nav-box .nav-a-1 {
    display: block;
    padding: 15px 0;
    line-height: 1em;
    position: relative;
    white-space: nowrap;
    color: #fff !important;
    font-size: 16px; }
    .main-nav-box .nav-a-1:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      transition: 500ms;
      border-bottom: 2px solid #00784a; }
  .main-nav-box .sub-list {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 0 17px; }
  .main-nav-box .sub-item {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center; }
    .main-nav-box .sub-item:hover .nav-a-2 {
      color: #00784a; }
    .main-nav-box .sub-item:last-child {
      border-bottom: none; }
    .main-nav-box .sub-item .nav-a-2 {
      display: block;
      white-space: nowrap;
      padding: 0 10px; }
  .main-nav-box .showPane {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-40%);
    background-color: #fff;
    width: 65vw;
    max-width: 1140px;
    padding: 20px; }
  .main-nav-box .sub-img-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
    .main-nav-box .sub-img-list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .main-nav-box .sub-img-list .sub-img-item .pic {
      position: relative;
      padding-bottom: 61.5384615385%;
      border: 5px solid #f6f6f6; }
      .main-nav-box .sub-img-list .sub-img-item .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .main-nav-box .sub-img-list .sub-img-item .title {
      text-align: center;
      font-size: 16px;
      color: #333;
      line-height: 3em; }
    .main-nav-box .sub-img-list .sub-img-item:hover .pic {
      border-color: #277c52; }
    .main-nav-box .sub-img-list .sub-img-item:hover .title {
      color: #277c52; }

.logo-tel {
  position: relative;
  z-index: 101;
  padding: 0 5%;
  width: 100vw;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: space-between; }
  .logo-tel .logo {
    flex: 1 1 auto;
    padding: 10px 0; }
  .logo-tel .tel-box {
    padding: 0 20px;
    flex: 0 0 auto;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 30px; }
    .logo-tel .tel-box .tel span {
      letter-spacing: 1.35px; }
  .logo-tel .right-box {
    flex: 0 0 auto;
    justify-content: space-evenly; }
    .logo-tel .right-box .path-box {
      padding: 0 30px;
      text-align: center;
      border-left: 1px solid transparent; }
  .logo-tel .search-box {
    align-items: center;
    position: relative; }
    .logo-tel .search-box:hover .form-search {
      display: block; }
    .logo-tel .search-box:before {
      font-size: 20px; }
    .logo-tel .search-box .form-search {
      position: absolute;
      top: 100%;
      right: 0;
      display: none; }
      .logo-tel .search-box .form-search .text-box {
        position: relative;
        border: 1px solid #e0e0e0; }
        .logo-tel .search-box .form-search .text-box .searchtext {
          width: 300px;
          height: 40px;
          line-height: 40px;
          padding: 0 50px 0 10px; }
        .logo-tel .search-box .form-search .text-box .searchbtn {
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          color: #fff;
          background-color: #00784a; }
  .logo-tel .lang-box {
    align-items: center;
    position: relative; }
    .logo-tel .lang-box:before {
      font-size: 20px;
      margin-right: 10px; }
    .logo-tel .lang-box:hover .list {
      display: block; }
    .logo-tel .lang-box .list {
      background-color: #fff;
      position: absolute;
      top: 100%;
      right: 0;
      display: none;
      width: 100%;
      box-shadow: 0 1px 1px 1px #eee; }
      .logo-tel .lang-box .list a {
        display: block;
        height: 50px;
        line-height: 50px;
        text-align: center; }
        .logo-tel .lang-box .list a:hover {
          color: #277c52;
          font-weight: bold; }

.banner-box {
  max-height: 100vh; }
  .banner-box .swiper-pagination-fraction {
    width: auto;
    position: absolute;
    left: 5vw;
    bottom: 140px;
    color: #fff;
    font-size: 16px;
    line-height: 16px; }
    .banner-box .swiper-pagination-fraction .swiper-pagination-current {
      font-size: 40px; }
  .banner-box .swiper-button-prev, .banner-box .swiper-button-next {
    width: 40px;
    height: 40px;
    left: auto;
    top: auto;
    bottom: 140px;
    right: 5vw;
    text-align: center; }
    .banner-box .swiper-button-prev:hover:before, .banner-box .swiper-button-next:hover:before {
      background-color: #fff;
      transform: scale(1); }
    .banner-box .swiper-button-prev:hover:after, .banner-box .swiper-button-next:hover:after {
      color: #00784a; }
    .banner-box .swiper-button-prev:before, .banner-box .swiper-button-next:before {
      content: "";
      display: block;
      position: relative;
      z-index: 1;
      width: 40px;
      height: 100%;
      transition: 300ms; }
    .banner-box .swiper-button-prev:after, .banner-box .swiper-button-next:after {
      position: relative;
      z-index: 2;
      content: "\e1b02";
      font-size: 40px;
      font-family: "iconfont";
      color: #fff; }
  .banner-box .swiper-button-prev {
    transform: translateX(-110%); }
    .banner-box .swiper-button-prev:after {
      transform: rotate(180deg); }
  .banner-box .item {
    max-height: 100vh;
    background-position: center;
    position: relative; }
    .banner-box .item .text {
      position: absolute;
      bottom: 100px;
      left: 5vw;
      color: #fff;
      text-align: left; }
      .banner-box .item .text p {
        font-size: 40px;
        line-height: 1.2em; }
      .banner-box .item .text span {
        margin-top: 20px;
        display: block;
        font-size: 20px;
        line-height: 1.5em; }
  .banner-box.page-type0 .item .text {
    left: auto;
    right: 5vw;
    text-align: right; }

.top_sub_sort {
  text-align: center; }
  .top_sub_sort .sort_box .sort_name_en {
    font-size: 44px;
    font-family: "AiDeep";
    line-height: 66px;
    color: #277c52;
    text-transform: uppercase;
    letter-spacing: -3px; }
  .top_sub_sort .sort_box .sort_name {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px; }
  .top_sub_sort .sub_list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-auto-rows: auto; }
    .top_sub_sort .sub_list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .top_sub_sort .sub_list .item.on .nav-1 {
      color: #277c52;
      font-weight: bold; }
    .top_sub_sort .sub_list .nav-1 {
      display: block;
      width: 100%;
      height: 30px;
      line-height: 30px;
      font-size: 18px; }

.img_sub_sort {
  margin-top: 80px;
  padding: 80px 0 50px;
  background: #f8f8f8;
  text-align: center; }
  .img_sub_sort .sort_box .sort_name_en {
    font-size: 44px;
    font-family: "AiDeep";
    line-height: 66px;
    color: #277c52;
    text-transform: uppercase;
    letter-spacing: -3px; }
  .img_sub_sort .sort_box .sort_name {
    font-size: 33px;
    font-weight: bold;
    line-height: 35px; }
  .img_sub_sort .sub_list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 10px;
    grid-column-gap: 10px; }
    .img_sub_sort .sub_list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .img_sub_sort .sub_list .item {
      background: #fff;
      border-radius: 15px;
      position: relative;
      padding-bottom: 50%;
      overflow: hidden;
      transition: all 500ms linear; }
      .img_sub_sort .sub_list .item:before {
        background-image: linear-gradient(135deg, #fff, #277c52);
        background-clip: text;
        -webkit-background-clip: text;
        color: #277c52;
        -webkit-text-fill-color: transparent;
        content: "\e1084";
        font-size: 20px;
        line-height: 1em;
        color: transparent;
        position: absolute;
        left: 20px;
        bottom: 10%;
        transform: translateY(-50%); }
      .img_sub_sort .sub_list .item:hover {
        background: #277c52;
        z-index: 3;
        transform: translate(-5px, -10px); }
        .img_sub_sort .sub_list .item:hover:before {
          background-image: linear-gradient(135deg, #277c52, #fff);
          background-clip: text;
          -webkit-background-clip: text;
          color: #fff;
          -webkit-text-fill-color: transparent; }
        .img_sub_sort .sub_list .item:hover .outer-div:before {
          background-color: rgba(255, 255, 255, 0.9);
          z-index: 6; }
        .img_sub_sort .sub_list .item:hover .outer-div:after {
          background-color: rgba(255, 255, 255, 0.4); }
        .img_sub_sort .sub_list .item:hover .text .name, .img_sub_sort .sub_list .item:hover .text .en {
          color: #fff; }
      .img_sub_sort .sub_list .item .outer-div {
        width: 100%;
        height: 100%;
        position: absolute; }
        .img_sub_sort .sub_list .item .outer-div:before, .img_sub_sort .sub_list .item .outer-div:after {
          display: none;
          content: "";
          width: 100px;
          height: 100px;
          border-radius: 50%;
          position: absolute;
          z-index: 5; }
        .img_sub_sort .sub_list .item .outer-div:before {
          right: 0;
          top: -65px;
          background-color: rgba(39, 124, 82, 0.9);
          z-index: 6; }
        .img_sub_sort .sub_list .item .outer-div:after {
          right: -65px;
          top: -45px;
          background-color: rgba(39, 124, 82, 0.4); }
      .img_sub_sort .sub_list .item .text {
        position: absolute;
        z-index: 9;
        top: 16%;
        left: 20px; }
        .img_sub_sort .sub_list .item .text .name {
          font-size: 22px;
          font-weight: normal; }
        .img_sub_sort .sub_list .item .text .en {
          font-size: 14px;
          font-weight: normal;
          color: #999999; }
      .img_sub_sort .sub_list .item .pic {
        position: absolute;
        z-index: 8;
        width: auto;
        height: 60%;
        right: 20px;
        bottom: 10%; }
        .img_sub_sort .sub_list .item .pic img {
          height: 100%;
          width: auto; }

.index-item {
  border: 1px solid transparent; }
  .index-item .sort-box {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    text-align: center; }
    .index-item .sort-box .sort-name {
      font-size: 36px;
      line-height: 1em;
      margin-bottom: 20px; }
    .index-item .sort-box .sort-desc {
      font-size: 18px;
      line-height: 1em; }
    .index-item .sort-box .more-a {
      position: absolute;
      bottom: 20px;
      right: 3vw; }

.index-item .btn-next, .index-item .btn-prev, .small-area .btn-next, .small-area .btn-prev {
  color: rgba(238, 238, 238, 0.9);
  transform: translateX(3vw); }
  .index-item .btn-next:after, .index-item .btn-prev:after, .small-area .btn-next:after, .small-area .btn-prev:after {
    position: relative;
    z-index: 2;
    content: "\e1b02";
    font-size: 2.5vw;
    font-family: "iconfont"; }
  .index-item .btn-next:hover:after, .index-item .btn-prev:hover:after, .small-area .btn-next:hover:after, .small-area .btn-prev:hover:after {
    color: #00784a; }
.index-item .btn-prev, .small-area .btn-prev {
  transform: translateX(-3vw); }
  .index-item .btn-prev:after, .small-area .btn-prev:after {
    transform: rotate(180deg); }

.index-item.img_sub_sort {
  background-color: transparent;
  margin: 0;
  padding: 0; }
  .index-item.img_sub_sort .container {
    background-color: #fff;
    position: relative;
    z-index: 3;
    top: -140px; }
    .index-item.img_sub_sort .container .sort-box {
      padding-top: 40px; }
    .index-item.img_sub_sort .container .sub_list .item {
      box-shadow: 0 0 5px 1px #efefef inset; }
      .index-item.img_sub_sort .container .sub_list .item:hover {
        box-shadow: 0 0 5px 1px #277c52 inset; }

.index-product .container {
  background-color: #fff;
  position: relative;
  z-index: 3;
  top: -100px; }
  .index-product .container .sort-box {
    padding-top: 40px; }
  .index-product .container .list {
    margin-top: 40px; }
    .index-product .container .list .item {
      padding: 5px; }
      .index-product .container .list .item .outer-div {
        box-shadow: 0 0 5px 1px #eee; }
        .index-product .container .list .item .outer-div:hover img {
          transform: scale(1.05); }
        .index-product .container .list .item .outer-div:hover .title {
          color: #fff;
          background-color: #00784a; }
    .index-product .container .list .pic {
      padding-bottom: 100%;
      overflow: hidden; }
      .index-product .container .list .pic img {
        transition: 500ms;
        object-fit: contain; }
    .index-product .container .list .title {
      border-top: 1px solid #eee;
      font-size: 16px;
      text-align: center;
      line-height: 4em; }

.index-product-sort-2 .container {
  background-color: #fff;
  position: relative;
  z-index: 3;
  top: -100px; }
  .index-product-sort-2 .container .sort-box {
    padding-top: 40px; }
.index-product-sort-2 .list {
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-auto-flow: column; }
  .index-product-sort-2 .list .outer-div {
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden; }
    .index-product-sort-2 .list .outer-div:after {
      content: "";
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      border-top: 4px solid #efefef;
      border-left: 4px solid #efefef;
      border-bottom: 4px solid #277c52;
      border-right: 4px solid #277c52;
      transform: rotateZ(45deg); }
    .index-product-sort-2 .list .outer-div:hover .pic img {
      transform: scale(1.1); }
    .index-product-sort-2 .list .outer-div:hover .title {
      transform: translateY(0); }
    .index-product-sort-2 .list .outer-div .pic {
      position: relative;
      padding-bottom: 100%; }
      .index-product-sort-2 .list .outer-div .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: contain;
        transition: all 500ms linear; }
    .index-product-sort-2 .list .outer-div .title {
      position: absolute;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 3%;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      left: 0;
      top: 0;
      z-index: 4;
      background-color: rgba(39, 124, 82, 0.8);
      color: #fff;
      transition: all 500ms linear;
      transform: translateY(-100%); }

.index-product-sort .container {
  background-color: #fff;
  position: relative;
  z-index: 3;
  top: -100px; }
  .index-product-sort .container .sort-box {
    padding-top: 40px; }
.index-product-sort .list {
  margin-top: 40px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto; }
  .index-product-sort .list .outer-div {
    position: relative;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 5px 1px #efefef;
    margin: 2px; }
    .index-product-sort .list .outer-div:hover .pic:before {
      transform: translateY(0); }
    .index-product-sort .list .outer-div:hover .pic img {
      transform: scale(1.1); }
    .index-product-sort .list .outer-div:hover .title {
      background-color: #277c52;
      color: #fff; }
    .index-product-sort .list .outer-div .pic {
      position: relative;
      padding-bottom: 100%;
      overflow: hidden; }
      .index-product-sort .list .outer-div .pic:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(39, 124, 82, 0.2);
        transition: all 500ms linear;
        transform: translateY(-100%);
        z-index: 2; }
      .index-product-sort .list .outer-div .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        transition: all 500ms linear;
        z-index: 1; }
    .index-product-sort .list .outer-div .title {
      border-top: 1px solid #eee;
      font-size: 16px;
      text-align: center;
      line-height: 4em; }

.index-news .list .item {
  padding: 2px; }
  .index-news .list .item .outer-div {
    box-shadow: 0 0 5px 1px #eee;
    padding: 10px; }
    .index-news .list .item .outer-div:hover img {
      transform: scale(1.05); }
.index-news .list .pic {
  padding-bottom: 61.8%;
  overflow: hidden; }
  .index-news .list .pic img {
    transition: 500ms;
    object-fit: cover; }
.index-news .list .text-box {
  margin-top: 20px; }
  .index-news .list .text-box .time {
    font-size: 14px;
    font-weight: normal;
    color: #999999; }
  .index-news .list .text-box .title {
    margin-top: 10px;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    height: 52px; }

.index-about {
  padding-top: 60px; }
  .index-about .sort-box {
    padding-bottom: 0; }
    .index-about .sort-box .sort-name {
      line-height: 1.6em;
      width: 540px;
      margin: 0 auto; }
    .index-about .sort-box .more-a {
      margin: 40px auto 0;
      position: relative;
      display: block;
      width: 150px;
      height: 50px;
      line-height: 50px;
      background-color: #277c52;
      color: #fff;
      font-size: 26px;
      font-weight: bold; }
  .index-about .max-box {
    width: 100%;
    height: 100vh;
    max-height: 888.8888888889px;
    min-height: 444.4444444444px;
    position: relative; }
    .index-about .max-box .left-bg:before, .index-about .max-box .left-bg:after {
      content: "";
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      width: 100px;
      min-height: 300px;
      background: url("/runtime/png/73/3d/d0/23/8c/03f64b3f2095a763568cc4.png") top left no-repeat; }
    .index-about .max-box .left-bg:before {
      background-image: url("/runtime/png/57/ab/35/ec/97/37f6c41b97e2ee113c93ad.png");
      top: 5%; }
    .index-about .max-box .right-bg:before, .index-about .max-box .right-bg:after {
      content: "";
      position: absolute;
      z-index: 9;
      right: 0;
      bottom: 5%;
      width: 100px;
      min-height: 300px;
      background: url("/runtime/png/58/2f/15/e5/30/b548dc41ee7cb29314b657.png") bottom right no-repeat; }
    .index-about .max-box .right-bg:before {
      background-image: url("/runtime/png/6c/ad/7f/ce/7b/f834f1e97a7167c48bcbd2.png");
      bottom: 0; }
    .index-about .max-box .main-box {
      position: absolute;
      justify-content: space-between;
      left: 0;
      top: 5%;
      width: 100%;
      height: 90%;
      max-height: 800px;
      min-height: 400px;
      overflow: hidden; }
      .index-about .max-box .main-box .left-box, .index-about .max-box .main-box .right-box {
        transition: 500ms;
        position: relative;
        width: 28%;
        height: 100%; }
        .index-about .max-box .main-box .left-box:before, .index-about .max-box .main-box .right-box:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 1;
          transform: skew(-18deg);
          transform-origin: right top;
          background: url("/runtime/jpg/ca/fb/85/33/d7/a72591a977d3e0b8584a8d.jpg") no-repeat right center; }
        .index-about .max-box .main-box .left-box.on, .index-about .max-box .main-box .right-box.on {
          width: 70.5%; }
          .index-about .max-box .main-box .left-box.on .outer-div .text-box .nei-box, .index-about .max-box .main-box .right-box.on .outer-div .text-box .nei-box {
            opacity: 1;
            transform: translateY(0);
            transition: 1000ms; }
        .index-about .max-box .main-box .left-box .outer-div, .index-about .max-box .main-box .right-box .outer-div {
          position: absolute;
          z-index: 3;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          padding: 15vh 5vw;
          color: #fff; }
          .index-about .max-box .main-box .left-box .outer-div .title, .index-about .max-box .main-box .right-box .outer-div .title {
            flex: 0 0 auto;
            margin-right: 5vw;
            font-size: 36px; }
          .index-about .max-box .main-box .left-box .outer-div .text-box, .index-about .max-box .main-box .right-box .outer-div .text-box {
            flex: 1 1 auto; }
            .index-about .max-box .main-box .left-box .outer-div .text-box .text, .index-about .max-box .main-box .right-box .outer-div .text-box .text {
              font-size: 20px;
              font-weight: normal;
              line-height: 1.5em;
              margin-bottom: 12vh; }
            .index-about .max-box .main-box .left-box .outer-div .text-box .nei-box, .index-about .max-box .main-box .right-box .outer-div .text-box .nei-box {
              opacity: 0;
              transform: translateY(100%);
              transition: 0ms; }
            .index-about .max-box .main-box .left-box .outer-div .text-box .list, .index-about .max-box .main-box .right-box .outer-div .text-box .list {
              margin-bottom: 10vh; }
              .index-about .max-box .main-box .left-box .outer-div .text-box .list .item, .index-about .max-box .main-box .right-box .outer-div .text-box .list .item {
                padding-left: 20px;
                border-left: 1px solid #eee; }
                .index-about .max-box .main-box .left-box .outer-div .text-box .list .item .name, .index-about .max-box .main-box .right-box .outer-div .text-box .list .item .name {
                  font-size: 20px;
                  font-weight: normal;
                  margin-bottom: 10px; }
                .index-about .max-box .main-box .left-box .outer-div .text-box .list .item .shu, .index-about .max-box .main-box .right-box .outer-div .text-box .list .item .shu {
                  font-size: 26px;
                  font-weight: bold; }
                .index-about .max-box .main-box .left-box .outer-div .text-box .list .item + .item, .index-about .max-box .main-box .right-box .outer-div .text-box .list .item + .item {
                  margin-left: 3vw; }
            .index-about .max-box .main-box .left-box .outer-div .text-box .more, .index-about .max-box .main-box .right-box .outer-div .text-box .more {
              display: inline-block;
              font-size: 16px; }
              .index-about .max-box .main-box .left-box .outer-div .text-box .more:after, .index-about .max-box .main-box .right-box .outer-div .text-box .more:after {
                content: "\e1071";
                margin-left: 5px; }
      .index-about .max-box .main-box .right-box:before {
        width: 300%;
        background: url("/runtime/jpg/48/87/31/31/45/19ddbd9f193620b2c0a358.jpg") no-repeat left center; }

.index-sort .outer-div {
  position: relative;
  padding-bottom: 68%;
  overflow: hidden; }
  .index-sort .outer-div.video-box .bg {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1); }
    .index-sort .outer-div.video-box .bg:before {
      font-size: 60px;
      color: #277c52; }
  .index-sort .outer-div .video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }
  .index-sort .outer-div img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    transition: 500ms; }
  .index-sort .outer-div .text-box {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 10%;
    top: 20%;
    z-index: 3; }
.index-sort .list-1 .text-box {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  height: 40%; }
  .index-sort .list-1 .text-box .box {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 46px 46px 0;
    transition: 500ms; }
    .index-sort .list-1 .text-box .box .title {
      font-size: 30px;
      color: #277c52;
      margin-bottom: 20px; }
    .index-sort .list-1 .text-box .box .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40px;
      height: 40px;
      overflow: hidden;
      transform: translateY(-50%);
      font-size: 20px;
      line-height: 40px;
      text-align: center;
      background-color: #277c52;
      color: #fff; }
.index-sort .list-1 .outer-div:hover img {
  transform: scale(1.05); }
.index-sort .list-1 .outer-div:hover .box {
  padding-left: 10px; }
  .index-sort .list-1 .outer-div:hover .box .btn {
    background-color: #333; }
.index-sort .list-2 .outer-div:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse at top left, rgba(0, 120, 74, 0.7), transparent); }
.index-sort .list-2 .outer-div:hover img {
  transform: scale(1.05); }
.index-sort .list-2 .outer-div:hover .box .info {
  display: block; }
.index-sort .list-2 .outer-div:hover .box .btn:before {
  transform: rotate(0deg);
  background-color: #fff;
  color: #277c52; }
.index-sort .list-2 .outer-div .text-box {
  color: #fff; }
  .index-sort .list-2 .outer-div .text-box .box {
    position: relative;
    width: 100%;
    height: 100%; }
  .index-sort .list-2 .outer-div .text-box .title {
    font-size: 30px;
    margin-bottom: 20px; }
  .index-sort .list-2 .outer-div .text-box .info {
    display: none; }
  .index-sort .list-2 .outer-div .text-box .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 60px;
    text-align: center;
    transform: translateY(50%); }
    .index-sort .list-2 .outer-div .text-box .btn:before {
      display: block;
      width: 60px;
      height: 60px;
      border: 2px solid #fff;
      border-radius: 50%;
      overflow: hidden;
      font-size: 20px;
      transform: rotate(-30deg);
      transition: 500ms; }

.footer {
  margin-top: 60px;
  padding: 60px 0 30px;
  position: relative;
  background: url("/runtime/jpg/9a/75/14/ec/b4/f0929d7d2bcb9df66e5fc1.jpg") no-repeat center center;
  background-size: cover;
  color: #fff; }
  .footer .logo-contact-link {
    justify-content: space-between;
    align-items: center; }
  .footer .left-box {
    align-items: center; }
    .footer .left-box .follow {
      margin-left: 20px;
      align-items: center; }
      .footer .left-box .follow .list {
        margin-left: 10px;
        align-items: center; }
        .footer .left-box .follow .list .item {
          position: relative;
          margin-left: 20px;
          width: 50px;
          height: 50px;
          border-radius: 25px;
          text-align: center;
          line-height: 50px;
          border: 2px solid rgba(255, 255, 255, 0.6);
          color: #fff; }
          .footer .left-box .follow .list .item:hover {
            background-color: #333;
            border-color: #333; }
            .footer .left-box .follow .list .item:hover .img {
              display: block; }
          .footer .left-box .follow .list .item .follow-a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            color: #fff;
            font-size: 25px; }
          .footer .left-box .follow .list .item .img {
            display: none;
            width: 150px;
            position: absolute;
            top: 120%;
            left: 50%;
            max-width: 150px;
            transform: translateX(-50%); }
  .footer .right-box .tit {
    display: block;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.6); }
    .footer .right-box .tit:after {
      margin-left: 30px;
      padding-left: 5px;
      border-left: 1px solid rgba(255, 255, 255, 0.6); }
  .footer .footer-nav-box {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #277c52; }
    .footer .footer-nav-box .list {
      justify-content: space-between; }
      .footer .footer-nav-box .list .nav-a-1 {
        color: #fff;
        display: block;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px; }
      .footer .footer-nav-box .list .nav-a-2 {
        color: #fff;
        opacity: 0.6;
        font-size: 14px;
        line-height: 30px; }
        .footer .footer-nav-box .list .nav-a-2:hover {
          opacity: 1; }
      .footer .footer-nav-box .list .nei-box + .nei-box {
        margin-left: 30px; }
  .footer .links-div {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: url("/runtime/jpg/9a/75/14/ec/b4/f0929d7d2bcb9df66e5fc1.jpg") no-repeat center center #277c52;
    background-size: cover; }
    .footer .links-div.open {
      display: block; }
    .footer .links-div .title {
      position: relative;
      margin: 100px 0 0;
      font-size: 24px;
      line-height: 24px; }
      .footer .links-div .title .close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        transition: 500ms; }
        .footer .links-div .title .close:hover {
          transform: rotate(90deg); }
    .footer .links-div .list {
      margin-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.6);
      padding-top: 30px; }
      .footer .links-div .list .linka {
        display: block;
        height: 30px;
        line-height: 30px;
        color: #fff;
        opacity: 0.6; }
        .footer .links-div .list .linka:hover {
          opacity: 1; }

.copyright {
  background-color: #272727;
  padding: 20px 0;
  color: #fff; }
  .copyright a {
    color: #fff;
    opacity: 0.6; }
    .copyright a:hover {
      opacity: 1; }
  .copyright .text + .text {
    margin-left: 20px; }

.currLocation .container {
  justify-content: space-between; }
.currLocation .nav_x, .currLocation .page_back {
  padding: 20px 0;
  font-size: 16px; }
.currLocation .page_back a {
  color: #ff2222;
  font-weight: bold; }

.page-body {
  padding: 30px 0 20px; }

.left-page-box {
  flex: 0 0 auto;
  width: 21.1%;
  margin-right: 3vw; }
  .left-page-box .left-menu .menu-name {
    background-color: #277c52;
    color: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 26px;
    font-weight: bold; }
  .left-page-box .left-menu .category .sub-nav {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #eee;
    padding: 0 20px; }
    .left-page-box .left-menu .category .sub-nav.on, .left-page-box .left-menu .category .sub-nav:hover {
      background-color: #277c52; }
      .left-page-box .left-menu .category .sub-nav.on .nav-a, .left-page-box .left-menu .category .sub-nav:hover .nav-a {
        color: #fff; }
    .left-page-box .left-menu .category .sub-nav + .sub-nav {
      margin-top: 1px; }
  .left-page-box .left-menu .category .nav-a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px; }

.right-page-box {
  flex: 1 1 auto; }

.column-desc {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }
  .column-desc .sort-name {
    font-size: 30px;
    line-height: 2em;
    color: #277c52; }
  .column-desc .sort-desc {
    margin-top: 10px;
    line-height: 2em; }

.page-show-profile .sort-box .sub-name {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1;
  color: #666;
  margin-bottom: 20px; }
.page-show-profile .sort-box .name {
  font-size: 40px;
  font-weight: normal;
  color: #333;
  line-height: 1em; }
.page-show-profile .about-box .img-box {
  max-width: 34%;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px; }
  .page-show-profile .about-box .img-box .pic {
    margin-top: 20px; }
    .page-show-profile .about-box .img-box .pic .video-box .bg {
      position: absolute;
      z-index: 3;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.1); }
      .page-show-profile .about-box .img-box .pic .video-box .bg:before {
        font-size: 60px;
        color: #277c52; }
    .page-show-profile .about-box .img-box .pic .video {
      border-radius: 10px;
      overflow: hidden; }
.page-show-profile .culture-box {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #efefef; }
  .page-show-profile .culture-box .text {
    width: 60%;
    margin-top: 20px;
    line-height: 2em; }
  .page-show-profile .culture-box .img-list-single {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }
    .page-show-profile .culture-box .img-list-single .item {
      position: relative;
      padding: 0;
      background-color: #fff;
      max-height: 500px; }
    .page-show-profile .culture-box .img-list-single .pic {
      position: relative;
      padding-bottom: 66.8%;
      overflow: hidden; }
    .page-show-profile .culture-box .img-list-single .text-box {
      position: relative;
      padding: 5px 30px 20px; }
      .page-show-profile .culture-box .img-list-single .text-box .text-1 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 3em; }
      .page-show-profile .culture-box .img-list-single .text-box .text-2 {
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        line-height: 2em; }
.page-show-profile .honors-box {
  padding: 50px 0;
  background-color: #f6f6f6; }
  .page-show-profile .honors-box .list {
    margin-top: 30px; }
    .page-show-profile .honors-box .list img {
      height: 400px;
      width: auto; }
  .page-show-profile .honors-box .swiper-pagination-fraction {
    width: auto;
    background-color: rgba(39, 124, 82, 0.6);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding: 5px 20px;
    border-radius: 5px;
    color: #f8f8f8; }
.page-show-profile .history-box {
  margin-top: 50px; }
  .page-show-profile .history-box .main-box {
    margin-top: 50px; }
  .page-show-profile .history-box .roll-box .item {
    align-items: center; }
    .page-show-profile .history-box .roll-box .item .pic {
      margin-right: 30px;
      flex: 0 0 auto; }
    .page-show-profile .history-box .roll-box .item .text {
      flex: 1 1 auto;
      font-size: 20px;
      line-height: 2em; }
  .page-show-profile .history-box .thumbs-box .list {
    position: relative; }
    .page-show-profile .history-box .thumbs-box .list:before {
      content: "";
      position: absolute;
      left: 0;
      top: 30px;
      width: 100%;
      border-bottom: 1px solid #efefef; }
    .page-show-profile .history-box .thumbs-box .list .item {
      padding-top: 60px;
      position: relative;
      flex: 1 1 auto;
      text-align: center; }
      .page-show-profile .history-box .thumbs-box .list .item .text {
        font-size: 20px; }
      .page-show-profile .history-box .thumbs-box .list .item:after {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ddd;
        position: absolute;
        left: 50%;
        top: 30px;
        transform: translate(-50%, -50%); }
      .page-show-profile .history-box .thumbs-box .list .item.swiper-slide-thumb-active .text {
        color: #277c52;
        font-weight: bold; }
      .page-show-profile .history-box .thumbs-box .list .item.swiper-slide-thumb-active:after {
        background-color: #277c52; }
.page-show-profile .style-box {
  margin-top: 50px; }
  .page-show-profile .style-box .roll-box {
    margin-top: 40px; }
    .page-show-profile .style-box .roll-box .item {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: space-between;
      height: auto !important; }
    .page-show-profile .style-box .roll-box .pic {
      border-radius: 15px;
      overflow: hidden; }
      .page-show-profile .style-box .roll-box .pic + .pic {
        margin-top: 10px; }
.page-show-profile .img-list-single {
  margin-top: 40px;
  width: 100%;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); }
  .page-show-profile .img-list-single .item {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 300px;
    position: relative;
    padding-bottom: 61.8%;
    border-radius: 10px; }
    .page-show-profile .img-list-single .item:hover .img {
      transform: scale(1.05); }
    .page-show-profile .img-list-single .item .img {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 500ms; }
    .page-show-profile .img-list-single .item .title {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 2px;
      position: absolute;
      bottom: 10px;
      right: 15px; }

.page-list-products .list-pro .outer-div:hover .pic-box img, .page-list-solutions .list-pro .outer-div:hover .pic-box img {
  transform: scale(1.05); }
.page-list-products .list-pro .outer-div:hover .text-box:before, .page-list-solutions .list-pro .outer-div:hover .text-box:before {
  width: 100%; }
.page-list-products .list-pro .outer-div:hover .text-box .more, .page-list-solutions .list-pro .outer-div:hover .text-box .more {
  color: #277c52; }
  .page-list-products .list-pro .outer-div:hover .text-box .more:after, .page-list-solutions .list-pro .outer-div:hover .text-box .more:after {
    margin-left: 20px; }
.page-list-products .list-pro .pic-box, .page-list-solutions .list-pro .pic-box {
  flex: 0 0 auto;
  width: 35%;
  margin-right: 20px; }
  .page-list-products .list-pro .pic-box .pic, .page-list-solutions .list-pro .pic-box .pic {
    overflow: hidden; }
  .page-list-products .list-pro .pic-box img, .page-list-solutions .list-pro .pic-box img {
    transition: 500ms; }
.page-list-products .list-pro .text-box, .page-list-solutions .list-pro .text-box {
  flex: 1 1 auto;
  position: relative;
  color: #333; }
  .page-list-products .list-pro .text-box:before, .page-list-products .list-pro .text-box:after, .page-list-solutions .list-pro .text-box:before, .page-list-solutions .list-pro .text-box:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ddd; }
  .page-list-products .list-pro .text-box:before, .page-list-solutions .list-pro .text-box:before {
    width: 0;
    z-index: 2;
    transition: 500ms;
    border-bottom: 1px solid #277c52; }
  .page-list-products .list-pro .text-box .title, .page-list-solutions .list-pro .text-box .title {
    font-size: 24px;
    line-height: 2em; }
  .page-list-products .list-pro .text-box .desc, .page-list-solutions .list-pro .text-box .desc {
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 26px;
    height: 104px;
    color: #666; }
  .page-list-products .list-pro .text-box .more, .page-list-solutions .list-pro .text-box .more {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 16px; }
    .page-list-products .list-pro .text-box .more:after, .page-list-solutions .list-pro .text-box .more:after {
      content: "\e1071";
      transition: 500ms;
      margin-left: 10px; }

.page-list-solutions .list-img .pic-box {
  width: 100%;
  margin: 0; }
.page-list-solutions .list-img .text-box {
  padding: 20px; }
  .page-list-solutions .list-img .text-box .more {
    position: relative;
    margin-top: 20px;
    left: 0;
    bottom: 0; }

.page-list-products-2 {
  background: url("/runtime/jpg/4a/d2/78/5b/76/0a8eb9593f77dd582b2ea4.jpg") no-repeat right top; }
  .page-list-products-2 .list-pro-2 {
    margin-top: 50px; }
    .page-list-products-2 .list-pro-2 .item {
      overflow: hidden;
      border: 1px solid #f6f6f6;
      border-radius: 20px 20px 0 0; }
      .page-list-products-2 .list-pro-2 .item .outer-div {
        position: relative;
        display: block; }
        .page-list-products-2 .list-pro-2 .item .outer-div:hover .pic {
          background-image: -ms-linear-gradient(135deg, #1ead67, #277c52);
          background-image: -moz-linear-gradient(135deg, #1ead67, #277c52);
          background-image: -o-linear-gradient(135deg, #1ead67, #277c52);
          background-image: -webkit-linear-gradient(135deg, #1ead67, #277c52);
          background-image: linear-gradient(135deg, #1ead67, #277c52);
          z-index: 2; }
          .page-list-products-2 .list-pro-2 .item .outer-div:hover .pic:before, .page-list-products-2 .list-pro-2 .item .outer-div:hover .pic:after {
            content: "";
            width: 200px;
            height: 200px;
            border-radius: 50%;
            position: absolute;
            z-index: 5; }
          .page-list-products-2 .list-pro-2 .item .outer-div:hover .pic:before {
            right: 0;
            top: -130px;
            background-color: rgba(255, 255, 255, 0.7); }
          .page-list-products-2 .list-pro-2 .item .outer-div:hover .pic:after {
            right: -130px;
            top: -90px;
            background-color: rgba(255, 255, 255, 0.4); }
          .page-list-products-2 .list-pro-2 .item .outer-div:hover .pic img {
            transform: scale(1.05); }
        .page-list-products-2 .list-pro-2 .item .outer-div:hover .text-box:before {
          background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), #fff);
          background-clip: text;
          -webkit-background-clip: text;
          color: #fff;
          -webkit-text-fill-color: transparent; }
        .page-list-products-2 .list-pro-2 .item .outer-div:hover .title, .page-list-products-2 .list-pro-2 .item .outer-div:hover .en {
          text-align: left; }
      .page-list-products-2 .list-pro-2 .item .pic-box {
        position: relative;
        z-index: 6; }
      .page-list-products-2 .list-pro-2 .item .pic {
        background-image: -ms-linear-gradient(135deg, #c0cedb, #c8d4e0);
        background-image: -moz-linear-gradient(135deg, #c0cedb, #c8d4e0);
        background-image: -o-linear-gradient(135deg, #c0cedb, #c8d4e0);
        background-image: -webkit-linear-gradient(135deg, #c0cedb, #c8d4e0);
        background-image: linear-gradient(135deg, #c0cedb, #c8d4e0);
        transition: all 500ms linear;
        z-index: 4; }
        .page-list-products-2 .list-pro-2 .item .pic img {
          z-index: 10;
          transition: all 500ms linear; }
      .page-list-products-2 .list-pro-2 .item .text-box {
        position: relative;
        background-image: -ms-linear-gradient(135deg, #1ead67, #277c52);
        background-image: -moz-linear-gradient(135deg, #1ead67, #277c52);
        background-image: -o-linear-gradient(135deg, #1ead67, #277c52);
        background-image: -webkit-linear-gradient(135deg, #1ead67, #277c52);
        background-image: linear-gradient(135deg, #1ead67, #277c52);
        color: #fff;
        padding: 14px 0; }
        .page-list-products-2 .list-pro-2 .item .text-box:before {
          content: "\e1084";
          font-size: 30px;
          line-height: 1em;
          color: transparent;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%); }
      .page-list-products-2 .list-pro-2 .item .title {
        text-align: center;
        position: relative;
        font-size: 18px;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 8px;
        transition: all 500ms linear;
        padding: 0 1em; }
      .page-list-products-2 .list-pro-2 .item .en {
        text-align: center;
        color: #f6f6f6;
        font-size: 14px;
        line-height: 1em;
        transition: all 500ms linear;
        padding: 0 1em; }
      .page-list-products-2 .list-pro-2 .item .desc {
        margin: 10px 0;
        padding: 0 20px;
        color: #666; }
        .page-list-products-2 .list-pro-2 .item .desc .text {
          flex: 1 1 auto;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 6;
          line-height: 24px;
          height: 144px; }
        .page-list-products-2 .list-pro-2 .item .desc .qrcode-box {
          width: 33%;
          flex: none; }
          .page-list-products-2 .list-pro-2 .item .desc .qrcode-box .qrcode {
            width: 100%;
            max-width: 100%;
            height: auto; }

.page-show .swiper-pagination-fraction {
  position: absolute;
  padding: 5px 30px;
  width: auto;
  margin: 0 auto;
  left: 50%;
  bottom: 10px;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(39, 124, 82, 0.6); }
  .page-show .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 20px; }

.page-show-products {
  background: url("/runtime/jpg/4a/d2/78/5b/76/0a8eb9593f77dd582b2ea4.jpg") no-repeat right top; }
  .page-show-products .head-box .img-param-box .images-box {
    margin-right: 50px;
    max-width: 50%;
    flex: 1 1 0; }
    .page-show-products .head-box .img-param-box .images-box .big-area {
      border: 1px solid #ddd;
      padding: 20px; }
      .page-show-products .head-box .img-param-box .images-box .big-area .pic {
        max-width: 100%; }
    .page-show-products .head-box .img-param-box .images-box .small-area .btn-next {
      transform: translateX(10px); }
    .page-show-products .head-box .img-param-box .images-box .small-area .btn-prev {
      transform: translateX(-10px); }
    .page-show-products .head-box .img-param-box .images-box .img-list {
      margin-top: 30px; }
      .page-show-products .head-box .img-param-box .images-box .img-list .item {
        border: 3px solid #ddd;
        opacity: 0.85; }
        .page-show-products .head-box .img-param-box .images-box .img-list .item.swiper-slide-thumb-active {
          border-color: #277c52;
          opacity: 1; }
        .page-show-products .head-box .img-param-box .images-box .img-list .item:hover {
          opacity: 1; }
        .page-show-products .head-box .img-param-box .images-box .img-list .item .pic {
          max-width: 100%; }
  .page-show-products .head-box .img-param-box .param-box {
    flex: 1 1 auto; }
    .page-show-products .head-box .img-param-box .param-box .title {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 10px;
      text-align: left; }
    .page-show-products .head-box .img-param-box .param-box .en {
      font-size: 20px;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 10px;
      text-align: left;
      color: #277c52; }
    .page-show-products .head-box .img-param-box .param-box .param {
      padding-top: 15px;
      margin-top: 20px;
      border-top: 1px solid #ddd;
      font-size: 16px;
      line-height: 30px; }
    .page-show-products .head-box .img-param-box .param-box .sign-list {
      padding-top: 15px;
      margin-top: 20px;
      border-top: 1px solid #ddd;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: flex-start; }
      .page-show-products .head-box .img-param-box .param-box .sign-list .item {
        line-height: 30px;
        position: relative;
        padding-left: 35px;
        padding-right: 30px; }
        .page-show-products .head-box .img-param-box .param-box .sign-list .item:before {
          position: absolute;
          left: 0;
          top: 0;
          color: #277c52;
          font-size: 30px; }
    .page-show-products .head-box .img-param-box .param-box .btn-list {
      margin-top: 10px;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: end; }
      .page-show-products .head-box .img-param-box .param-box .btn-list .btn {
        padding: 0 20px;
        height: 50px;
        line-height: 50px;
        background-color: #277c52;
        color: #fff;
        cursor: pointer;
        position: relative;
        margin-left: 10px; }
  .page-show-products .content {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 86vw;
    overflow-x: scroll; }
  .page-show-products .messages-box {
    margin-top: 80px; }
    .page-show-products .messages-box .formSet {
      width: 60%;
      margin: 0 auto; }

.show-news .title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px; }
.show-news .time {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #85868f;
  line-height: 1em; }
.show-news .content {
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 20px 10px;
  border-top: 2px solid #eee; }
.show-news .tag {
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  color: #85868f; }
  .show-news .tag a {
    margin-left: 5px;
    color: #85868f; }

.page-list-img .list-img .item:hover img {
  transform: scale(1.05); }
.page-list-img .list-img .pic {
  border: 1px solid #f8f8f8;
  overflow: hidden; }
  .page-list-img .list-img .pic img {
    transition: all 500ms linear 0ms; }
.page-list-img .list-img .text-box {
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal; }

.page-show-img .show-team .head-top .pic {
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 30px;
  max-width: 40%; }
.page-show-img .show-team .head-top .text-box {
  flex: 1 1 auto;
  margin-top: 30px;
  margin-left: 30px; }
  .page-show-img .show-team .head-top .text-box .title {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 1em;
    color: #277c52;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px; }
.page-show-img .show-team .contentBox .content {
  margin-top: 60px; }

.page-list-news .list-img .item {
  border: 1px solid #eee;
  position: relative; }
  .page-list-news .list-img .item:hover .pic img {
    transform: scale(1.05); }
  .page-list-news .list-img .item .pic {
    overflow: hidden;
    border-bottom: 1px solid #eee; }
    .page-list-news .list-img .item .pic img {
      object-fit: cover;
      transition: 500ms; }
  .page-list-news .list-img .item .text-box {
    box-sizing: border-box;
    padding: 30px 20px; }
    .page-list-news .list-img .item .text-box .title {
      font-size: 16px;
      line-height: 1em;
      margin-bottom: 16px; }
    .page-list-news .list-img .item .text-box .desc {
      color: #4e4e4e; }
    .page-list-news .list-img .item .text-box .date {
      color: #4e4e4e;
      font-size: 12px;
      font-weight: normal; }
  .page-list-news .list-img .item .tag {
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    max-width: 60%;
    color: #85868f; }
    .page-list-news .list-img .item .tag a {
      margin-left: 5px;
      color: #85868f; }

.page-show-sort .list-sort {
  position: relative;
  padding-bottom: 34%;
  overflow: hidden; }
  .page-show-sort .list-sort .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .page-show-sort .list-sort .list .item {
      width: 20%;
      transition: 500ms;
      position: relative; }
      .page-show-sort .list-sort .list .item.on {
        width: 40%; }
    .page-show-sort .list-sort .list .outer-div {
      height: 100%; }
      .page-show-sort .list-sort .list .outer-div:hover img {
        transform: scale(1.05); }
      .page-show-sort .list-sort .list .outer-div:hover .box .info {
        display: block; }
      .page-show-sort .list-sort .list .outer-div:hover .box .btn:before {
        transform: rotate(0deg);
        background-color: #fff;
        color: #277c52; }
      .page-show-sort .list-sort .list .outer-div .pic {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .page-show-sort .list-sort .list .outer-div .pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .page-show-sort .list-sort .list .outer-div .text-box {
        position: absolute;
        width: 80%;
        height: 80%;
        left: 10%;
        top: 10%;
        color: #fff; }
        .page-show-sort .list-sort .list .outer-div .text-box .box {
          position: relative;
          width: 100%;
          height: 100%; }
        .page-show-sort .list-sort .list .outer-div .text-box .title {
          font-size: 30px;
          margin-bottom: 20px; }
        .page-show-sort .list-sort .list .outer-div .text-box .info {
          display: none; }
        .page-show-sort .list-sort .list .outer-div .text-box .btn {
          position: absolute;
          bottom: 0;
          left: 0;
          line-height: 60px;
          text-align: center;
          transform: translateY(50%); }
          .page-show-sort .list-sort .list .outer-div .text-box .btn:before {
            display: block;
            width: 60px;
            height: 60px;
            border: 2px solid #fff;
            border-radius: 50%;
            overflow: hidden;
            font-size: 20px;
            transform: rotate(-30deg);
            transition: 500ms; }

.formSet input[type=submit] {
  background-color: #277c52; }

.page-show-contact-2 .contact-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 10px; }
  .page-show-contact-2 .contact-list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .page-show-contact-2 .contact-list .item {
    padding: 39px 15px 15px;
    box-sizing: border-box; }
  .page-show-contact-2 .contact-list .outer-div {
    height: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 8px 2px #efefef;
    background-color: #fff;
    padding-top: 48px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    text-align: center; }
    .page-show-contact-2 .contact-list .outer-div .title {
      font-size: 20px;
      font-weight: bold;
      line-height: 2; }
    .page-show-contact-2 .contact-list .outer-div .text {
      font-size: 16px;
      line-height: 2;
      color: #666; }
      .page-show-contact-2 .contact-list .outer-div .text a {
        color: #666; }
    .page-show-contact-2 .contact-list .outer-div:before {
      position: absolute;
      left: 50%;
      top: 0;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #efefef;
      font-size: 24px;
      text-align: center;
      line-height: 60px;
      transform: translate(-50%, -50%);
      background-color: #fff; }
    .page-show-contact-2 .contact-list .outer-div:hover {
      background-color: rgba(39, 124, 82, 0.8);
      color: #fff; }
      .page-show-contact-2 .contact-list .outer-div:hover a {
        color: #fff; }
      .page-show-contact-2 .contact-list .outer-div:hover .text {
        color: #fff; }
      .page-show-contact-2 .contact-list .outer-div:hover:before {
        background-color: rgba(39, 124, 82, 0.8); }
.page-show-contact-2 .zong_bu {
  margin-top: 50px; }
  .page-show-contact-2 .zong_bu .sort-name {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 30px; }
  .page-show-contact-2 .zong_bu .content-path {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 8px 2px #efefef;
    background-color: #fff;
    align-items: center; }
    .page-show-contact-2 .zong_bu .content-path .pic-box {
      flex: 0 0 auto;
      margin-left: 30px;
      max-width: 50%; }
    .page-show-contact-2 .zong_bu .content-path .text-box {
      padding: 30px;
      flex: 1 1 auto; }
      .page-show-contact-2 .zong_bu .content-path .text-box .title {
        font-size: 24px;
        font-weight: bold;
        line-height: 1em;
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
        margin-bottom: 20px;
        text-transform: uppercase; }
        .page-show-contact-2 .zong_bu .content-path .text-box .title:before {
          margin-right: 20px; }
      .page-show-contact-2 .zong_bu .content-path .text-box .item {
        height: 40px;
        line-height: 40px;
        font-size: 18px; }
        .page-show-contact-2 .zong_bu .content-path .text-box .item:before {
          margin-right: 10px; }
.page-show-contact-2 .environment {
  margin-top: 100px; }
  .page-show-contact-2 .environment .sort-name {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 30px; }
  .page-show-contact-2 .environment .list {
    padding: 10px 0; }
    .page-show-contact-2 .environment .list .item {
      padding: 20px;
      border-radius: 20px;
      box-shadow: 0 0 8px 2px #efefef inset;
      background-color: #fff; }
      .page-show-contact-2 .environment .list .item .pic {
        position: relative;
        padding-bottom: 61.8%; }
        .page-show-contact-2 .environment .list .item .pic img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px; }
.page-show-contact-2 .fen_bu {
  margin-top: 100px;
  margin-bottom: 50px; }
  .page-show-contact-2 .fen_bu .sort-name {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 30px; }
  .page-show-contact-2 .fen_bu .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 50px; }
    .page-show-contact-2 .fen_bu .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .page-show-contact-2 .fen_bu .list .item {
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 0 8px 2px #efefef inset;
      background-color: #fff;
      border-bottom: 2px solid #277c52; }
      .page-show-contact-2 .fen_bu .list .item .title {
        position: relative;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        height: 20px;
        margin-bottom: 30px;
        padding-left: 40px; }
        .page-show-contact-2 .fen_bu .list .item .title:before {
          content: "\e6015";
          position: absolute;
          left: 0;
          bottom: 0;
          font-size: 30px;
          font-weight: bold;
          line-height: 30px; }
      .page-show-contact-2 .fen_bu .list .item .text {
        line-height: 30px;
        height: 30px; }
        .page-show-contact-2 .fen_bu .list .item .text:before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          background-color: #277c52;
          border-radius: 10px;
          margin-right: 5px; }
  .page-show-contact-2 .fen_bu .other {
    margin: 20px 0; }
    .page-show-contact-2 .fen_bu .other .text {
      line-height: 24px;
      margin-top: 10px; }
      .page-show-contact-2 .fen_bu .other .text:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #277c52;
        margin-right: 10px;
        transform: rotateZ(45deg); }

.box-test {
  width: 300px;
  height: 300px;
  background-image: linear-gradient(135deg, #1fb269, #277c52);
  position: relative; }
  .box-test:before {
    content: "\e1084";
    font-size: 30px;
    line-height: 1em;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), #fff);
    background-clip: text;
    -webkit-background-clip: text;
    color: #fff;
    -webkit-text-fill-color: transparent; }


