.contact-show-page .messages-area .text-area {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: space-between;
  align-content: center; }

.contact-show-page .messages-area .right-box form li + li {
  margin-top: 2px; }
.contact-show-page .messages-area .right-box form li.input_all {
  width: 100%; }
.contact-show-page .messages-area .right-box form li.input_half {
  width: 49%; }
.contact-show-page .messages-area .right-box form li input, .contact-show-page .messages-area .right-box form li textarea {
  line-height: 26px;
  height: 26px;
  width: 100%;
  padding: 0 10px;
  outline: none; }
.contact-show-page .messages-area .right-box form li textarea {
  height: 70px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 0; }
.contact-show-page .messages-area .right-box form li .common_bg {
  background-color: #005f40;
  color: #fff;
  cursor: pointer; }
.contact-show-page .messages-area .right-box form .code {
  position: relative; }
  .contact-show-page .messages-area .right-box form .code img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 2px solid #666;
    display: none; }
  .contact-show-page .messages-area .right-box form .code:hover img {
    display: block; }

.list-img {
  grid-column-gap: 15px;
  grid-row-gap: 15px; }
  .list-img .item {
    border: 1px solid #eee;
    overflow: hidden; }
  .list-img .outer-div {
    margin: 10px; }
  .list-img .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden; }
    .list-img .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
  .list-img .text-box {
    padding: 10px 15px; }
    .list-img .text-box .title {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      text-align: center; }
  .list-img .btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 10px;
    text-align: center; }
    .list-img .btns .btn {
      height: 34px;
      line-height: 34px;
      border: 1px solid #eee; }
      .list-img .btns .btn:first-child {
        background-color: #005f40;
        color: #fff; }
      .list-img .btns .btn:hover {
        background-color: #005f11;
        color: #fff; }

body {
  height: 100%;
  text-align: left;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  font-family: "microsoft yahei", 'Arial', 'Helvetica', 'sans-serif', "iconfont";
  background: #fff; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #005f40; }

.container {
  margin: 0 auto;
  width: 1332px;
  max-width: 1332px;
  min-width: 320px; }

.swiper-button-prev, .swiper-button-next {
  color: #005f40; }

.all-view {
  margin: 0 auto;
  width: 1332px;
  max-width: 1332px;
  min-width: 320px; }

.logo-nav-search {
  position: relative; }
  .logo-nav-search .logo {
    flex: none;
    padding: 10px 0;
    margin-right: 30px; }
  .logo-nav-search .main-nav {
    position: absolute;
    height: 100%;
    top: 0;
    right: 130px; }
    .logo-nav-search .main-nav .nav-ul-1 {
      height: 100%;
      justify-content: flex-end; }
    .logo-nav-search .main-nav .nav-li-1 {
      margin: 0 2px;
      position: relative; }
      .logo-nav-search .main-nav .nav-li-1 .nav-dl-2 {
        width: 100%;
        background-color: #fff;
        transition: 1500ms;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        position: absolute;
        z-index: 9999;
        left: 0;
        top: 100%;
        justify-content: center; }
        .logo-nav-search .main-nav .nav-li-1 .nav-dl-2 .nav-dd-2 {
          background-color: #fff;
          padding: 10px 0;
          text-align: center; }
        .logo-nav-search .main-nav .nav-li-1 .nav-dl-2 .nav-a-2 {
          display: block;
          position: relative; }
          .logo-nav-search .main-nav .nav-li-1 .nav-dl-2 .nav-a-2:hover .name {
            background-color: #fff; }
      .logo-nav-search .main-nav .nav-li-1:hover .nav-dl-2 {
        z-index: 10001;
        height: auto;
        visibility: visible; }
      .logo-nav-search .main-nav .nav-li-1:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 3px;
        border-bottom: 3px solid #005f40; }
      .logo-nav-search .main-nav .nav-li-1.hover .nav-a-1 {
        color: #005f40; }
      .logo-nav-search .main-nav .nav-li-1.hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 3px;
        border-bottom: 3px solid #005f40; }
    .logo-nav-search .main-nav .nav-a-1 {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      align-items: center;
      padding: 0 20px;
      font-weight: bold;
      height: 100%;
      width: 100%;
      font-size: 14px; }
  .logo-nav-search .search {
    position: absolute;
    height: 100%;
    top: 0;
    right: 80px;
    flex: none;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-items: center; }
    .logo-nav-search .search:before, .logo-nav-search .search:after {
      content: "";
      width: 0;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      background: #f6f6f6;
      transition: 300ms; }
    .logo-nav-search .search:hover:before {
      width: 400px;
      background: #f6f6f6; }
    .logo-nav-search .search:hover:after {
      width: 40px;
      background: #eee;
      z-index: 2; }
    .logo-nav-search .search:hover .searchformform .content-div {
      width: 400px; }
    .logo-nav-search .search .searchformform {
      position: relative;
      z-index: 100;
      width: 40px;
      height: 40px;
      transition: 300ms; }
      .logo-nav-search .search .searchformform .content-div {
        position: absolute;
        overflow: hidden;
        right: 0px;
        width: 0;
        z-index: 1;
        transition: 300ms; }
      .logo-nav-search .search .searchformform .searchword {
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding: 0 60px 0 10px;
        background: transparent; }
      .logo-nav-search .search .searchformform .searchgo {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        transition: 300ms; }
        .logo-nav-search .search .searchformform .searchgo:before {
          font-size: 24px;
          font-family: 'iconfont'; }

.banner .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  border-radius: 2px;
  background-color: #ddd;
  opacity: 1; }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; }

.index-item {
  padding-top: 40px; }
  .index-item .container {
    margin: 0 auto;
    width: 1332px;
    max-width: 1332px;
    min-width: 320px; }
  .index-item .list .item .txt-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 500ms;
    overflow: hidden; }
  .index-item .list .item .txt-1 {
    margin: 20px auto 20px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1; }
  .index-item .list .item .txt-2 {
    margin-left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 30px; }
  .index-item .list .item:hover .pic .txt-box {
    top: 0; }
  .index-item .name-box {
    text-align: center; }
    .index-item .name-box .name-1 {
      font-size: 40px;
      letter-spacing: 8px; }
    .index-item .name-box .name-2 {
      font-size: 22px;
      line-height: 37px;
      color: #4b4b4b;
      letter-spacing: 5px; }
    .index-item .name-box .name-3 {
      display: inline-block;
      margin-top: 10px;
      padding: 5px 30px;
      border: 1px solid #808080;
      font-size: 16px; }

.index-product-new .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 15px;
  grid-column-gap: 15px; }
  .index-product-new .list .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%; }
    .index-product-new .list .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
  .index-product-new .list .name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background-color: #e6e6e6; }

.index-possibility {
  padding: 50px 0;
  margin-top: 50px;
  background-color: #e6e6e6; }

.index-product .main-box {
  margin-top: 40px;
  position: relative;
  padding-bottom: 73%; }
.index-product .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-row-gap: 5px;
  grid-column-gap: 5px; }
  .index-product .list .item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 4;
    width: 588px; }
  .index-product .list .item:nth-child(2) {
    grid-column-start: 11;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 7;
    width: 731px; }
  .index-product .list .item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 7; }
  .index-product .list .item:nth-child(4) {
    grid-column-start: 6;
    grid-column-end: 11;
    grid-row-start: 4;
    grid-row-end: 7; }
  .index-product .list .item:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 11;
    grid-row-start: 7;
    grid-row-end: 11; }
  .index-product .list .item:nth-child(6) {
    grid-column-start: 11;
    grid-column-end: 25;
    grid-row-start: 7;
    grid-row-end: 11;
    width: 731px; }
  .index-product .list .item .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .index-product .list .item .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
    .index-product .list .item .pic img {
      height: 100%; }

.index-about .main-box {
  margin-top: 50px;
  background: url("/runtime/jpg/b7/8b/53/52/42/f45b08c1d2b69c3ed7ec50.jpg") no-repeat center;
  height: 652px;
  min-height: 350px;
  padding: 80px 0;
  position: relative; }
  .index-about .main-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .index-about .main-box .container {
    position: relative;
    z-index: 2;
    color: #fff; }
    .index-about .main-box .container .title {
      line-height: 80px;
      text-align: center;
      letter-spacing: 2px;
      font-size: 40px;
      font-weight: bold; }
    .index-about .main-box .container .txt {
      margin-top: 20px;
      text-align: center;
      line-height: 30px; }

.index-cases .main-box {
  margin-top: 40px;
  position: relative;
  padding-bottom: 57.4%; }
.index-cases .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-row-gap: 2px;
  grid-column-gap: 2px; }
  .index-cases .list .item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 573px;
    height: 332px; }
    .index-cases .list .item:nth-child(1) .txt-box {
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.5);
      display: block; }
    .index-cases .list .item:nth-child(1) .txt-1 {
      top: 50%;
      transform: translateY(-100%);
      text-align: center;
      text-indent: 0;
      font-size: 16px;
      letter-spacing: 5px;
      font-family: "microsoft yahei", 'Arial', 'Helvetica', 'sans-serif', "iconfont";
      font-weight: normal;
      color: #fff;
      line-height: 50px; }
    .index-cases .list .item:nth-child(1) .txt-2 {
      position: absolute;
      left: auto;
      right: 10%;
      bottom: 10%;
      z-index: 2;
      padding: 5px 15px;
      border: 1px solid #fff;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 3px; }
  .index-cases .list .item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 378px;
    height: 382px; }
  .index-cases .list .item:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 378px;
    height: 382px; }
  .index-cases .list .item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
    width: 573px;
    height: 430px; }
  .index-cases .list .item:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    width: 378px;
    height: 382px; }
  .index-cases .list .item:nth-child(6) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    width: 378px;
    height: 382px; }
  .index-cases .list .item:hover .txt-box {
    display: block; }
  .index-cases .list .item .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%; }
    .index-cases .list .item .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
    .index-cases .list .item .pic img {
      height: 100%; }
  .index-cases .list .item .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; }
  .index-cases .list .item .txt-1 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 10%;
    z-index: 2;
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
    color: #fff;
    line-height: 26px; }
  .index-cases .list .item .txt-2 {
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 2;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }

.index-youshi {
  margin: 50px 0;
  padding: 50px 0 80px;
  background: url("/runtime/jpg/53/4c/53/be/38/50ba4ac3e9d039d7d0869f.jpg") repeat-y center top;
  position: relative; }
  .index-youshi:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .index-youshi .main-box {
    position: relative;
    z-index: 2;
    color: #fff; }
    .index-youshi .main-box .name-box .name-2 {
      color: #fff; }
    .index-youshi .main-box .list {
      margin-top: 50px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 50px; }
      .index-youshi .main-box .list .item {
        padding: 20px 30px 20px 100px;
        background-color: rgba(221, 221, 221, 0.6);
        color: #000; }
        .index-youshi .main-box .list .item .item-title {
          font-size: 24px;
          font-weight: bold;
          line-height: 50px;
          position: relative; }
          .index-youshi .main-box .list .item .item-title:before {
            position: absolute;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-weight: normal;
            color: #fff;
            background-color: rgba(51, 51, 51, 0.6);
            border-radius: 50%;
            top: 0;
            left: -60px; }
        .index-youshi .main-box .list .item .item-content {
          padding-bottom: 50px; }

.index-news .name-box {
  justify-content: space-between;
  position: relative; }
  .index-news .name-box .right {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    line-height: 40px; }
.index-news .btn-list {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: flex-start; }
  .index-news .btn-list .btn {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px; }
    .index-news .btn-list .btn.active {
      color: #005f40; }
    .index-news .btn-list .btn + .btn {
      margin-left: 20px; }
.index-news .panels-box {
  margin-top: 20px;
  border-top: 3px solid #ddd;
  padding: 30px 0; }
  .index-news .panels-box .panel {
    width: 100%;
    overflow: hidden; }
    .index-news .panels-box .panel .list {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important; }
    .index-news .panels-box .panel .item {
      width: 380px;
      flex: 0 0 auto; }
      .index-news .panels-box .panel .item .time {
        font-size: 14px;
        font-weight: normal;
        color: #666; }
      .index-news .panels-box .panel .item .title {
        font-size: 16px;
        font-weight: bold;
        line-height: 60px; }
      .index-news .panels-box .panel .item .pic {
        width: 100%;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        padding-bottom: 61.8%; }
        .index-news .panels-box .panel .item .pic img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transition-duration: 500ms; }
      .index-news .panels-box .panel .item .desc {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 24px;
        height: 72px;
        margin-top: 10px;
        color: #666; }

.footer {
  margin-top: 50px;
  padding: 20px 0;
  background-color: #9e9e9e; }
  .footer .container {
    justify-content: space-between; }
  .footer .left-box {
    align-items: center; }
    .footer .left-box .footer-logo {
      display: flex;
      align-items: center;
      margin-right: 20px; }
    .footer .left-box .txt-box {
      color: #ddd;
      font-size: 14px; }
      .footer .left-box .txt-box .txt-1 {
        font-size: 20px;
        letter-spacing: 5.7px;
        padding: 0;
        line-height: 20px;
        margin-bottom: 20px; }
        .footer .left-box .txt-box .txt-1 span {
          font-size: 14px; }
      .footer .left-box .txt-box .txt-2 {
        line-height: 20px;
        margin-top: 10px; }
  .footer .right-box {
    color: #ddd; }
    .footer .right-box .footer-nav {
      justify-content: flex-start;
      padding: 10px 10px 0 0; }
      .footer .right-box .footer-nav a {
        display: block;
        padding: 10px 10px 10px 0;
        color: #ddd;
        position: relative; }
        .footer .right-box .footer-nav a + a {
          padding-left: 10px; }
          .footer .right-box .footer-nav a + a:before {
            content: "";
            width: 0;
            height: 1em;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            border-right: 1px solid #ddd; }
    .footer .right-box .content-box {
      justify-content: flex-start; }
      .footer .right-box .content-box a {
        margin: 10px 20px 10px 0;
        width: 40px;
        height: 40px;
        background: no-repeat center;
        position: relative; }
        .footer .right-box .content-box a:before {
          content: "";
          position: absolute;
          z-index: 9999999999;
          top: 0px;
          left: 50%;
          transform: translate(-50%, -100%);
          width: 110px;
          height: 110px;
          background-size: 100px;
          background-color: #fff;
          border-radius: 0;
          border: 1px solid #ccc;
          background-position: center;
          background-repeat: no-repeat;
          display: none; }
        .footer .right-box .content-box a:hover:before {
          display: block; }
        .footer .right-box .content-box a:nth-child(1) {
          background-image: url("/runtime/png/cc/d1/5b/dc/57/4547ecce3c5791d9dc8311.png"); }
          .footer .right-box .content-box a:nth-child(1):before {
            background-image: url(""); }
        .footer .right-box .content-box a:nth-child(2) {
          background-image: url("/runtime/png/bc/f3/a8/c4/45/8c050c8fdf24533852ad70.png"); }
          .footer .right-box .content-box a:nth-child(2):before {
            background-image: url(""); }
        .footer .right-box .content-box a:nth-child(3) {
          background-image: url("/runtime/png/a4/a2/13/43/f2/71a2ed5e0d87c0ff20256c.png"); }
          .footer .right-box .content-box a:nth-child(3):before {
            background-image: url(""); }
        .footer .right-box .content-box a:nth-child(4) {
          width: 60px;
          background-image: url("/runtime/png/29/29/3e/1a/4e/30e416971bcfe8c86c9c86.png"); }
          .footer .right-box .content-box a:nth-child(4):before {
            background-image: url(""); }
    .footer .right-box .copyright, .footer .right-box .icp {
      line-height: 26px; }

.member-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .member-div .iframe-box {
    background: url("/runtime/jpg/75/e6/ee/be/a1/ccab82c0281c6f0080ef13.jpg") #fff;
    width: 60%;
    height: 80%;
    max-width: 888px;
    max-height: 670px;
    margin: 100px auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative; }
  .member-div .close-div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer; }
    .member-div .close-div:hover {
      color: #005f40; }
  .member-div iframe {
    width: 45%;
    height: 100%;
    border: 0;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }

.login-page {
  padding: 30px 0; }
  .login-page .container {
    width: 700px;
    max-width: 96%; }
  .login-page .form-group {
    margin: 15px; }
    .login-page .form-group label {
      margin-bottom: 5px;
      display: block;
      font-size: 16px; }
  .login-page .row {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .login-page .row .form-control {
      width: 200px;
      flex: auto;
      height: 33px;
      line-height: 33px;
      border: 1px solid #808080;
      border-radius: 5px;
      padding: 0 10px;
      outline: none; }
    .login-page .row textarea.form-control {
      line-height: 20px;
      height: 80px; }
    .login-page .row img {
      margin-left: 10px; }
  .login-page .btn-info {
    margin: 15px;
    margin-left: 0;
    padding: 10px 20px;
    background-color: #005f40;
    border-radius: 5px;
    color: #fff; }
    .login-page .btn-info.mb-2 {
      margin: 0;
      margin-left: 15px;
      height: 33px;
      line-height: 33px;
      padding: 0 20px; }

.ucenter-page {
  padding: 40px 0; }
  .ucenter-page table {
    width: 100%; }
  .ucenter-page td {
    line-height: 40px;
    border-bottom: 1px solid #808080; }
    .ucenter-page td:nth-child(1) {
      padding-right: 20px; }
  .ucenter-page .btn-info {
    display: inline-block; }
  .ucenter-page .btn-light {
    display: inline-block;
    margin: 15px;
    margin-left: 0;
    padding: 10px 20px;
    background-color: #cccccc;
    border-radius: 5px;
    color: #005f40; }

.umodify-page {
  padding: 40px 0; }
  .umodify-page [readonly] {
    background-color: #e0e0e0; }
  .umodify-page .btn-light {
    margin: 15px;
    margin-left: 0;
    padding: 10px 20px;
    background-color: #cccccc;
    border-radius: 5px;
    color: #005f40; }

.page-about .clear-div {
  width: 100%;
  height: 10px;
  background-color: #005f40; }
.page-about .path-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 80px;
  text-align: center; }
.page-about .about-page-company {
  padding: 20px 0 50px; }
  .page-about .about-page-company .company-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .page-about .about-page-company .company-box .left-box {
      flex: none;
      max-width: 50%;
      margin-right: 60px; }
      .page-about .about-page-company .company-box .left-box .img {
        box-shadow: 0 0 0 1px #808080; }
    .page-about .about-page-company .company-box .right-box {
      width: 200px;
      flex: auto;
      padding-top: 50px; }
      .page-about .about-page-company .company-box .right-box .content {
        margin-top: 30px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2px;
        color: #888888; }
  .page-about .about-page-company .history-box {
    margin-top: 20px; }
    .page-about .about-page-company .history-box .btn-list {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: space-between; }
      .page-about .about-page-company .history-box .btn-list .btn {
        width: 200px;
        flex: auto;
        position: relative;
        text-align: center;
        margin-bottom: 39px; }
        .page-about .about-page-company .history-box .btn-list .btn:before {
          content: "\e68e";
          font-size: 26px;
          line-height: 1;
          color: #888888;
          position: absolute;
          left: 50%;
          bottom: -39px;
          transform: translateX(-50%);
          z-index: 3; }
        .page-about .about-page-company .history-box .btn-list .btn:after {
          content: "";
          width: 100%;
          height: 0;
          color: #888888;
          border-bottom: 1px solid #888888;
          position: absolute;
          left: 0;
          bottom: -26px; }
        .page-about .about-page-company .history-box .btn-list .btn.active {
          color: #e90707; }
          .page-about .about-page-company .history-box .btn-list .btn.active:before {
            color: #e90707; }
    .page-about .about-page-company .history-box .roll-box {
      margin-top: 30px; }
      .page-about .about-page-company .history-box .roll-box .list {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important; }
      .page-about .about-page-company .history-box .roll-box .item {
        flex: none;
        margin: 0 auto;
        width: 1332px;
        max-width: 1332px;
        min-width: 320px; }
.page-about .about-page-you-shi {
  padding: 50px 0; }
  .page-about .about-page-you-shi .main-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .page-about .about-page-you-shi .main-box .left-box {
      width: 200px;
      flex: auto;
      padding-top: 50px; }
      .page-about .about-page-you-shi .main-box .left-box .list {
        margin-top: 30px; }
      .page-about .about-page-you-shi .main-box .left-box .item {
        line-height: 30px;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        margin-bottom: 15px; }
        .page-about .about-page-you-shi .main-box .left-box .item .item-title {
          flex: none;
          font-size: 16px;
          font-weight: bold;
          color: #222; }
        .page-about .about-page-you-shi .main-box .left-box .item .item-content {
          width: 200px;
          flex: auto;
          font-size: 16px;
          font-weight: normal;
          color: #888888; }
    .page-about .about-page-you-shi .main-box .right-box {
      flex: none;
      max-width: 50%;
      margin-left: 60px; }
      .page-about .about-page-you-shi .main-box .right-box .img {
        box-shadow: 0 0 0 1px #808080; }
.page-about .about-page-gongyi {
  padding: 50px 0; }
  .page-about .about-page-gongyi .pic {
    margin-top: 30px;
    background: url("/runtime/jpg/1f/77/61/4b/fa/98394ae98139778573b55a.jpg") no-repeat center top;
    height: 615px; }

.case-position {
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 5px solid #005f40;
  border-bottom: 5px solid #eee;
  position: relative; }
  .case-position .container {
    justify-content: space-between; }
  .case-position .case-title {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    font-weight: lighter;
    position: relative;
    padding-left: 15px; }
    .case-position .case-title:before {
      content: "";
      width: 5px;
      height: 150%;
      background-color: #005f40;
      position: absolute;
      left: 0;
      bottom: 0; }
  .case-position .proView {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    right: 100px; }
    .case-position .proView a:before {
      content: "\e695";
      margin-right: 5px; }

.currLocation {
  text-transform: capitalize;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5em; }
  .currLocation .nav_x {
    padding: 10px;
    border-bottom: 1px solid #cccccc; }
    .currLocation .nav_x:before {
      padding-right: 5px; }

.list-page {
  width: 100%;
  overflow: hidden; }
  .list-page.product-list-page .list-1 .outer-div {
    background-color: #fff;
    position: relative;
    z-index: 3; }
  .list-page.background .list-1 .item {
    position: relative; }
    .list-page.background .list-1 .item:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 1000%;
      height: calc(100% + 70px);
      left: -500%;
      top: -35px;
      background-color: #eee; }
  .list-page .list-1 {
    position: relative;
    grid-gap: 10px;
    margin: 70px 0; }
    .list-page .list-1:before, .list-page .list-1:after {
      content: "";
      position: absolute;
      width: 1000%;
      height: 0;
      left: 50%;
      transform: translateX(-50%);
      border-bottom: 5px solid #005f40; }
    .list-page .list-1:before {
      top: -40px; }
    .list-page .list-1:after {
      bottom: -40px; }
    .list-page .list-1 .outer-div {
      position: relative; }
      .list-page .list-1 .outer-div:hover .text-box {
        padding: 40px 20px;
        height: 100%;
        visibility: visible; }
    .list-page .list-1 .pic {
      position: relative;
      width: 100%;
      max-width: 100%;
      position: relative;
      overflow: hidden; }
      .list-page .list-1 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition-duration: 500ms; }
    .list-page .list-1 .text-box {
      position: absolute;
      width: 100%;
      height: 0;
      overflow: hidden;
      visibility: hidden;
      transition: 500ms;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.25);
      color: #fff;
      padding: 0;
      text-align: center; }
      .list-page .list-1 .text-box .title {
        font-size: 18px;
        line-height: 40px;
        display: inline-block;
        position: relative; }
        .list-page .list-1 .text-box .title:before {
          content: "";
          width: 100%;
          height: 2px;
          background-color: #fff;
          position: absolute;
          top: 40px;
          transform: translateY(-50%);
          left: 0; }
        .list-page .list-1 .text-box .title:after {
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          display: block;
          width: 30px;
          height: 30px;
          content: url("/runtime/png/39/aa/7f/2d/c4/253d8ca261f5f222bd1e79.png"); }
  .list-page .list-3 {
    margin-top: 30px;
    grid-gap: 20px; }
    .list-page .list-3 .item {
      background-color: #f0f0f0; }
    .list-page .list-3 .pic {
      width: 100%;
      max-width: 100%;
      position: relative;
      overflow: hidden;
      padding-bottom: 61.8%; }
      .list-page .list-3 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition-duration: 500ms; }
    .list-page .list-3 .text-box {
      margin: 20px 10px; }
      .list-page .list-3 .text-box .title {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        color: #333; }
      .list-page .list-3 .text-box .content {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 24px;
        height: 72px;
        color: #333; }
      .list-page .list-3 .text-box .time {
        font-size: 12px;
        line-height: 20px;
        color: #999; }

.show-page .small-roll-box .swiper-slide {
  cursor: pointer; }
  .show-page .small-roll-box .swiper-slide img {
    border: 3px solid transparent;
    border-radius: 3px; }
.show-page .small-roll-box .swiper-slide-thumb-active img {
  opacity: 1;
  border-color: #005f40; }
.show-page.pro-show-page .video-box {
  padding: 30px 0;
  border-bottom: 5px solid #005f40; }
  .show-page.pro-show-page .video-box .list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: center; }
    .show-page.pro-show-page .video-box .list .item {
      width: 25%;
      padding: 0 5px; }
      .show-page.pro-show-page .video-box .list .item .box {
        width: 100%;
        padding-bottom: 66%;
        position: relative; }
      .show-page.pro-show-page .video-box .list .item video {
        background-color: #808080;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover; }
  .show-page.pro-show-page .video-box .viewVideo {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .show-page.pro-show-page .video-box .viewVideo :before {
      content: "\e68f";
      position: absolute;
      cursor: pointer;
      width: 60px;
      height: 60px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      line-height: 60px;
      text-align: center;
      font-size: 40px;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 50%;
      color: #fff; }
.show-page .video-div {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 99999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.4); }
.show-page .video-div .iframe-box {
  height: 90%;
  width: 90%;
  position: relative;
  top: 5%;
  left: 0%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  outline: none; }
.show-page .video-div .iframe-box iframe {
  width: 100%;
  height: 100%;
  outline: none;
  border: none; }
.show-page .video-div .iframe-box .close-div {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  color: #22627b;
  border-radius: 40px; }
.show-page .video-div .iframe-box .title-box {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 2.5em; }
.show-page .show-1 .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center; }
.show-page .show-1 .time {
  display: block;
  line-height: 26px;
  text-align: center; }
.show-page .show-1 .content {
  margin-top: 10px;
  padding-top: 10px; }
.show-page .show-2 {
  margin-top: 30px; }
  .show-page .show-2 .img-box .item {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden; }
    .show-page .show-2 .img-box .item img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
  .show-page .show-2 .small-roll-box {
    margin: 20px auto 0;
    width: 90%;
    overflow: hidden; }
    .show-page .show-2 .small-roll-box .pic {
      width: 100%;
      max-width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 5px; }
      .show-page .show-2 .small-roll-box .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition-duration: 500ms; }
  .show-page .show-2 .big_pre, .show-page .show-2 .small_pre, .show-page .show-2 .big_next, .show-page .show-2 .small_next {
    max-height: 50%;
    padding: 15px;
    background-color: #dedede;
    border-radius: 5px; }
    .show-page .show-2 .big_pre:after, .show-page .show-2 .small_pre:after, .show-page .show-2 .big_next:after, .show-page .show-2 .small_next:after {
      color: #888;
      font-size: 18px;
      font-weight: bold; }
  .show-page .show-2 .small_pre:after, .show-page .show-2 .small_next:after {
    font-size: 14px;
    padding: 10px; }
  .show-page .show-2 .big_pre {
    left: 10px; }
  .show-page .show-2 .big_next, .show-page .show-2 .small_next {
    right: 10px; }
  .show-page .show-2 .small_pre {
    left: 5%;
    transform: translateX(-100%); }
  .show-page .show-2 .small_next {
    right: 5%;
    transform: translateX(100%); }
.show-page.img-show-page .show-2 .show-head {
  padding-bottom: 50px;
  margin-bottom: 30px; }
  .show-page.img-show-page .show-2 .show-head .images-box {
    position: relative; }
    .show-page.img-show-page .show-2 .show-head .images-box:before {
      content: "";
      position: absolute;
      z-index: -1;
      background-color: #eee;
      width: calc(100% + 120px);
      height: calc(100% + 90px);
      top: -20px;
      left: -60px; }
.show-page .show-4 .show-content {
  width: 1200px; }
.show-page .show-4 .content-title {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  border-left: 24px solid #005f40;
  padding-left: 24px;
  margin: 50px 0 25px;
  font-weight: lighter; }
.show-page .show-4 .btn-list {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: space-evenly;
  background-color: #005f40;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px; }
  .show-page .show-4 .btn-list .btn-item {
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer; }
.show-page .show-4 .panels-box {
  text-align: center;
  margin-top: 30px; }

.contact-show-page .contact-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 100px;
  margin-bottom: 30px; }
  .contact-show-page .contact-list .item {
    width: 100%;
    border: 10px solid #d9d9d9;
    padding: 100px 30px 50px;
    text-align: center;
    line-height: 30px;
    position: relative; }
    .contact-show-page .contact-list .item:before {
      width: 120px;
      height: 120px;
      line-height: 96px;
      text-align: center;
      border-radius: 50%;
      font-size: 40px;
      color: #005f40;
      border: 10px solid #d9d9d9;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    .contact-show-page .contact-list .item:hover:before {
      color: #fff;
      background-color: #005f40; }
.contact-show-page .messages-area {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  border-top: 1px solid transparent;
  background: url("/runtime/jpg/a5/d9/33/fb/f5/d4b2c505472f3b244c5890.jpg") no-repeat center top;
  min-height: 540px; }
  .contact-show-page .messages-area .text-area {
    margin-top: 540px;
    padding-top: 30px; }
  .contact-show-page .messages-area .left-box {
    width: 200px;
    flex: auto;
    margin-left: 30px; }
    .contact-show-page .messages-area .left-box .title {
      font-size: 26px;
      line-height: 40px; }
    .contact-show-page .messages-area .left-box .txt {
      margin-top: 20px;
      color: #555; }
  .contact-show-page .messages-area .right-box {
    width: 500px;
    margin-left: 60px;
    margin-top: -300px;
    margin-right: 30px;
    flex: none;
    border: 1px solid #ccc;
    background: url("/runtime/png/29/18/33/82/c6/276a8ec65edefd0822f8a1.png") no-repeat center 30px #fff;
    padding: 40px; }
    .contact-show-page .messages-area .right-box form {
      margin-top: 150px;
      width: 100%; }
      .contact-show-page .messages-area .right-box form li + li {
        margin-top: 20px; }
      .contact-show-page .messages-area .right-box form li input {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #fff; }
      .contact-show-page .messages-area .right-box form li textarea {
        height: 140px;
        line-height: 30px;
        padding: 10px; }


