@font-face {
  font-family: 'calibri';
  src: url("/public/fonts/calibri/calibri.ttf") format("truetype");
  font-display: fallback; }
@font-face {
  font-family: 'calibri-bold';
  src: url("/public/fonts/calibri/calibrib.ttf") format("truetype");
  font-display: fallback; }
@font-face {
  font-family: 'calibri-light';
  src: url("/public/fonts/calibri/calibril.ttf") format("truetype");
  font-display: fallback; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("/public/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-display: fallback; }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("/public/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-display: fallback; }
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/Poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2") format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/Poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/Poppins/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/Poppins/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2") format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; }
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/Poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/Poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@keyframes spread {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  20% {
    opacity: 1;
    filter: alpha(opacity=100); }
  80%,
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.3);
    transform: scale(1); } }
@media only screen and (min-width: 1400px) {
  .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 320px; } }
@media only screen and (min-width: 1600px) {
  .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    min-width: 320px; } }

* > :first-child.contentSplitLine1 {
  margin-top: 0; }
.contentSplitLine1 {
  margin-top: 40px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .contentSplitLine1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    border: 0;
    background-color: rgba(27, 154, 142, 0.8); }
  .contentSplitLine1 .contentHeading {
    display: inline-block;
    position: relative; }
    .contentSplitLine1 .contentHeading:before {
      content: "";
      position: absolute;
      z-index: 1;
      height: 50%;
      width: 20px;
      right: 0;
      bottom: 0;
      border: 0;
      background-color: rgba(8, 147, 134, 0.8);
      transform: skewX(-25deg);
      transform-origin: bottom; }
    .contentSplitLine1 .contentHeading:after {
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      border: 0;
      left: 0;
      bottom: 0;
      outline: none;
      background-image: -ms-linear-gradient(top, #26d6c6, #009688);
      background-image: -moz-linear-gradient(top, #26d6c6, #009688);
      background-image: -o-linear-gradient(top, #26d6c6, #009688);
      background-image: -webkit-linear-gradient(top, #26d6c6, #009688);
      background-image: linear-gradient(top, #26d6c6, #009688);
      background-color: #009688;
      transform: skewX(25deg);
      transform-origin: bottom; }
    .contentSplitLine1 .contentHeading .contentHeadingText {
      position: relative;
      display: inline-block;
      z-index: 3;
      color: #fff;
      font-size: 14px;
      padding: 0 60px 0 20px; }

.threeImg {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  height: 400px; }
  .threeImg > * {
    margin: 0; }
  .threeImg .item {
    position: relative;
    width: 25%;
    overflow: hidden;
    transition: 500ms; }
    .threeImg .item.on, .threeImg .item:hover {
      width: 50%; }
      .threeImg .item.on:before, .threeImg .item:hover:before {
        background-color: transparent; }
      .threeImg .item.on .sub-box .pic, .threeImg .item:hover .sub-box .pic {
        display: block;
        transform: scale(1, 1); }
    .threeImg .item:before {
      content: "";
      position: absolute;
      z-index: 5;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    .threeImg .item + .item:after {
      content: "";
      position: absolute;
      z-index: 9999;
      width: 0;
      height: 100%;
      left: 0;
      top: 0;
      border-left: 5px solid #f8f8f8; }
  .threeImg .main-box {
    height: 100%; }
    .threeImg .main-box .pic {
      max-width: 1000%;
      height: 100%; }
    .threeImg .main-box img {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: 500ms; }
  .threeImg .sub-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-content: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    margin: 0 30px;
    height: 64px; }
    .threeImg .sub-box > * {
      margin: 0; }
    .threeImg .sub-box .pic {
      display: none;
      transform: scale(0, 1);
      transform-origin: left;
      transition: 500ms;
      max-height: 100%;
      padding-right: 10px; }
    .threeImg .sub-box .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 20px;
      letter-spacing: 2px; }

.product-page .product-show-page .show-1 .show-head, .product-page .product-show-page .show-1 .content .btn-list, .news-page .news-show-page .show-2 .content .btn-list, .logo-nav-search-lang .max-box, .logo-nav-search-lang .max-box .main-nav .nav-ul-1, .about-path1 .container, .about-path3 .container, .index-factory .roll-box .list, .index-team .item, .index-news .sort-box, .index-news .main-box, .footer .container, .footer .path .nav-box, .footer .three-box, .news-page .news-list-page .list-1 .text-box, .about-page .history-list-page .list .item, .about-page .contact-show-page .three-box, .about-page .contact-show-page .messages-area .text-area, .logo-nav-search-lang .max-box .logo, .logo-nav-search-lang .max-box .main-nav, .logo-nav-search-lang .max-box .search-box, .index-product .list .text, .about-path1 .right-box, .about-path2 .item .text-box, .index-news .right-box .outer-div .date-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: space-between;
  align-content: center; }
  .product-page .product-show-page .show-1 .show-head > *, .product-page .product-show-page .show-1 .content .btn-list > *, .news-page .news-show-page .show-2 .content .btn-list > *, .logo-nav-search-lang .max-box > *, .logo-nav-search-lang .max-box .main-nav .nav-ul-1 > *, .about-path1 .container > *, .about-path3 .container > *, .index-factory .roll-box .list > *, .index-team .item > *, .index-news .sort-box > *, .index-news .main-box > *, .footer .container > *, .footer .path .nav-box > *, .footer .three-box > *, .news-page .news-list-page .list-1 .text-box > *, .about-page .history-list-page .list .item > *, .about-page .contact-show-page .three-box > *, .about-page .contact-show-page .messages-area .text-area > *, .logo-nav-search-lang .max-box .logo > *, .logo-nav-search-lang .max-box .main-nav > *, .logo-nav-search-lang .max-box .search-box > *, .index-product .list .text > *, .about-path1 .right-box > *, .about-path2 .item .text-box > *, .index-news .right-box .outer-div .date-box > * {
    margin: 0; }

.logo-nav-search-lang .max-box .logo, .logo-nav-search-lang .max-box .main-nav, .logo-nav-search-lang .max-box .search-box, .index-product .list .text, .about-path1 .right-box, .about-path2 .item .text-box, .index-news .right-box .outer-div .date-box {
  flex-direction: column; }

.logo-nav-search-lang .max-box .main-nav .nav-a-1:before, .logo-nav-search-lang .max-box .main-nav .nav-a-2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: 500ms; }

.logo-nav-search-lang .max-box .main-nav .nav-li-1:hover .nav-a-1:before, .logo-nav-search-lang .max-box .main-nav .nav-li-1.hover .nav-a-1:before, .logo-nav-search-lang .max-box .main-nav .nav-a-2:hover:before {
  transform: scale(1, 1); }

.index-item {
  margin-top: 50px; }

.index-product .sort-box .sort-name, .about-path1 .left-box .title, .about-path3 .left-box .title, .index-factory .title-box .title, .index-team .sort-box .sort-name {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize; }
  .index-product .sort-box .sort-name:before, .about-path1 .left-box .title:before, .about-path3 .left-box .title:before, .index-factory .title-box .title:before, .index-team .sort-box .sort-name:before {
    content: "";
    width: 100px;
    height: 0;
    position: absolute;
    bottom: 0;
    border-bottom: 5px solid #000; }

.index-product .sort-box .sub-sort-name, .about-path3 .left-box .content, .index-team .sort-box .sub-sort-name {
  font-size: 18px;
  line-height: 2;
  padding: 10px 0; }

.product-page .product-list-page .list-1 .pic, .news-page .news-list-page .list-1 .pic, .view-page .view-list-page .list-view .pic, .solutions-page .list-pdf .pic, .product-page .product-show-page .show-1 .show-head .images-box .pic, .index-factory .roll-box .list .pic, .index-news .left-box {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  .product-page .product-list-page .list-1 .pic img, .news-page .news-list-page .list-1 .pic img, .view-page .view-list-page .list-view .pic img, .solutions-page .list-pdf .pic img, .product-page .product-show-page .show-1 .show-head .images-box .pic img, .index-factory .roll-box .list .pic img, .index-news .left-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 500ms; }

.about-path1 .left-box .readMore, .about-path3 .left-box .readMore {
  display: inline-block;
  line-height: 60px;
  padding: 0 40px;
  margin-top: 60px;
  background-color: #f0f0f0;
  border-radius: 5px;
  font-size: 18px; }

.product-page .product-list-page .list-1 .pic, .news-page .news-list-page .list-1 .pic, .view-page .view-list-page .list-view .pic, .solutions-page .list-pdf .pic, .product-page .product-show-page .show-1 .show-head .images-box .pic, .index-factory .roll-box .list .pic, .index-news .left-box {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  .product-page .product-list-page .list-1 .pic img, .news-page .news-list-page .list-1 .pic img, .view-page .view-list-page .list-view .pic img, .solutions-page .list-pdf .pic img, .product-page .product-show-page .show-1 .show-head .images-box .pic img, .index-factory .roll-box .list .pic img, .index-news .left-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 500ms; }

.product-page .product-show-page .show-1 .show-head .img-list .item.swiper-slide {
  padding: 3px;
  border: 2px solid rgba(51, 51, 51, 0.6);
  opacity: 0.6; }

.product-page .product-show-page .show-1 .show-head .img-list .item.swiper-slide-thumb-active {
  padding: 3px;
  border-color: #22627b;
  opacity: 1; }

.product-page .product-list-page .list-1, .news-page .news-list-page .list-1, .view-page .view-list-page .list-view, .solutions-page .list-pdf {
  grid-column-gap: 15px;
  grid-row-gap: 15px; }
  .product-page .product-list-page .list-1 .item, .news-page .news-list-page .list-1 .item, .view-page .view-list-page .list-view .item, .solutions-page .list-pdf .item {
    border: 1px solid #eee; }
  .product-page .product-list-page .list-1 .outer-div, .news-page .news-list-page .list-1 .outer-div, .view-page .view-list-page .list-view .outer-div, .solutions-page .list-pdf .outer-div {
    margin: 20px; }
  .product-page .product-list-page .list-1 .text-box, .news-page .news-list-page .list-1 .text-box, .view-page .view-list-page .list-view .text-box, .solutions-page .list-pdf .text-box {
    padding: 10px 15px; }
    .product-page .product-list-page .list-1 .text-box .title, .news-page .news-list-page .list-1 .text-box .title, .view-page .view-list-page .list-view .text-box .title, .solutions-page .list-pdf .text-box .title {
      width: 100%;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 16px;
      text-align: center; }
  .product-page .product-list-page .list-1 .btns, .news-page .news-list-page .list-1 .btns, .view-page .view-list-page .list-view .btns, .solutions-page .list-pdf .btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 10px;
    text-align: center; }
    .product-page .product-list-page .list-1 .btns > *, .news-page .news-list-page .list-1 .btns > *, .view-page .view-list-page .list-view .btns > *, .solutions-page .list-pdf .btns > * {
      margin: 0; }
    .product-page .product-list-page .list-1 .btns .btn, .news-page .news-list-page .list-1 .btns .btn, .view-page .view-list-page .list-view .btns .btn, .solutions-page .list-pdf .btns .btn {
      height: 34px;
      line-height: 34px;
      border: 1px solid #eee; }
      .product-page .product-list-page .list-1 .btns .btn:first-child, .news-page .news-list-page .list-1 .btns .btn:first-child, .view-page .view-list-page .list-view .btns .btn:first-child, .solutions-page .list-pdf .btns .btn:first-child {
        background-color: #22627b;
        color: #fff; }
      .product-page .product-list-page .list-1 .btns .btn:hover, .news-page .news-list-page .list-1 .btns .btn:hover, .view-page .view-list-page .list-view .btns .btn:hover, .solutions-page .list-pdf .btns .btn:hover {
        background-color: #227b68;
        color: #fff; }
  .product-page .product-list-page .list-1 .item:hover img, .news-page .news-list-page .list-1 .item:hover img, .view-page .view-list-page .list-view .item:hover img, .solutions-page .list-pdf .item:hover img {
    transform: scale(1.1); }

.product-page .product-show-page .show-1 {
  margin-top: 15px; }
  .product-page .product-show-page .show-1 .show-head .images-box {
    flex: none;
    margin-right: 50px;
    padding: 20px;
    background-color: #fcfcfc;
    box-shadow: 0 0 5px 0 #cccccc; }
  .product-page .product-show-page .show-1 .show-head .small-roll-box {
    margin-top: 20px; }
  .product-page .product-show-page .show-1 .show-head .img-list .item {
    margin-right: 10px;
    background-color: #fff; }
  .product-page .product-show-page .show-1 .text-box {
    width: 200px;
    flex: auto; }
    .product-page .product-show-page .show-1 .text-box .title {
      font-size: 28px;
      line-height: 1.6em;
      margin-bottom: 40px; }
    .product-page .product-show-page .show-1 .text-box .btns {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 0;
      grid-column-gap: 30px;
      text-align: center; }
      .product-page .product-show-page .show-1 .text-box .btns > * {
        margin: 0; }
      .product-page .product-show-page .show-1 .text-box .btns .btn {
        display: block;
        height: 50px;
        line-height: 50px;
        border: 1px solid #eee; }
        .product-page .product-show-page .show-1 .text-box .btns .btn:first-child {
          background-color: #22627b;
          color: #fff; }
        .product-page .product-show-page .show-1 .text-box .btns .btn:hover {
          background-color: #227b68;
          color: #fff; }

.news-page .news-show-page .show-2 .content-box .title {
  font-size: 30px;
  line-height: 50px;
  text-align: center; }
.news-page .news-show-page .show-2 .content-box .time {
  text-align: center;
  line-height: 26px; }

.product-page .product-show-page .show-1 .content, .news-page .news-show-page .show-2 .content {
  border: 1px solid #f0f0f0; }
  .product-page .product-show-page .show-1 .content .btn-list, .news-page .news-show-page .show-2 .content .btn-list {
    justify-content: start;
    background-color: #f0f0f0; }
    .product-page .product-show-page .show-1 .content .btn-list .btn, .news-page .news-show-page .show-2 .content .btn-list .btn {
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #404040;
      border-bottom: 1px solid #f0f0f0;
      border-right: 1px solid #fff; }
      .product-page .product-show-page .show-1 .content .btn-list .btn:last-child, .news-page .news-show-page .show-2 .content .btn-list .btn:last-child {
        border-right: none; }
      .product-page .product-show-page .show-1 .content .btn-list .btn.curr, .news-page .news-show-page .show-2 .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #22627b;
        border-top: 2px solid #22627b;
        margin-top: -1px; }
  .product-page .product-show-page .show-1 .content .panels, .news-page .news-show-page .show-2 .content .panels {
    margin: 30px; }
    .product-page .product-show-page .show-1 .content .panels .panel, .news-page .news-show-page .show-2 .content .panels .panel {
      display: none; }
      .product-page .product-show-page .show-1 .content .panels .panel .tag-list .tagsa, .news-page .news-show-page .show-2 .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #f0f0f0;
        margin-right: 5px; }
        .product-page .product-show-page .show-1 .content .panels .panel .tag-list .tagsa:hover, .news-page .news-show-page .show-2 .content .panels .panel .tag-list .tagsa:hover {
          background-color: #22627b;
          color: #fff; }
      .product-page .product-show-page .show-1 .content .panels .panel.on, .news-page .news-show-page .show-2 .content .panels .panel.on {
        display: block; }

.index-news .right-box .outer-div .text-box .title, .news-page .news-list-page .list-1 .title-box .title {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.footer .message li + li, .about-page .contact-show-page .messages-area .right-box form li + li {
  margin-top: 2px; }
.footer .message li.input_all, .about-page .contact-show-page .messages-area .right-box form li.input_all {
  width: 100%; }
.footer .message li.input_half, .about-page .contact-show-page .messages-area .right-box form li.input_half {
  width: 49%; }
.footer .message li input, .about-page .contact-show-page .messages-area .right-box form li input, .footer .message li textarea, .about-page .contact-show-page .messages-area .right-box form li textarea {
  line-height: 26px;
  height: 26px;
  width: 100%;
  padding: 0 10px;
  outline: none; }
.footer .message li textarea, .about-page .contact-show-page .messages-area .right-box form li textarea {
  height: 70px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 0; }
.footer .message li .common_bg, .about-page .contact-show-page .messages-area .right-box form li .common_bg {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }
.footer .message .code, .about-page .contact-show-page .messages-area .right-box form .code {
  position: relative; }
  .footer .message .code img, .about-page .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; }
  .footer .message .code:hover img, .about-page .contact-show-page .messages-area .right-box form .code:hover img {
    display: block; }

html {
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  font-family: "Poppins", Arial, Gabriola, iconfont;
  line-height: 28px;
  letter-spacing: 0.05rem; }

.content, .desc {
  font-family: "Poppins", Arial, Gabriola, iconfont; }

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

.pagination .page-num-current {
  background-color: #22627b;
  color: #fff; }

.logo-nav-search-lang {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999999999999999;
  font-family: "Poppins";
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0;
  transition: 500ms; }
  .logo-nav-search-lang.sticky {
    padding: 5px 0;
    background-color: #000; }
    .logo-nav-search-lang.sticky .max-box .logo img {
      height: 80%; }
  .logo-nav-search-lang .max-box .logo {
    padding-left: 50px;
    justify-content: center; }
  .logo-nav-search-lang .max-box .main-nav {
    flex: auto;
    max-width: 1200px;
    justify-content: center;
    align-content: center;
    transform: scaleX(1);
    transform-origin: left;
    transition: 500ms; }
    .logo-nav-search-lang .max-box .main-nav.none {
      transform: scaleX(0); }
    .logo-nav-search-lang .max-box .main-nav .nav-ul-1 {
      justify-content: space-around; }
    .logo-nav-search-lang .max-box .main-nav .nav-li-1 {
      position: relative;
      margin: 0 10px; }
      .logo-nav-search-lang .max-box .main-nav .nav-li-1:hover .nav-dl-2 {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1); }
    .logo-nav-search-lang .max-box .main-nav .nav-a-1 {
      color: #fff;
      font-size: 16px;
      line-height: 45px;
      position: relative; }
    .logo-nav-search-lang .max-box .main-nav .nav-dl-2 {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 999999;
      width: auto;
      white-space: nowrap;
      background-color: #fff;
      box-shadow: 0 0 2px 1px rgba(240, 240, 240, 0.8);
      padding: 10px 20px;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: 500ms;
      transform: scaleY(0);
      transform-origin: top; }
    .logo-nav-search-lang .max-box .main-nav .nav-dd-2 + .nav-dd-2 {
      padding-top: 15px; }
    .logo-nav-search-lang .max-box .main-nav .nav-a-2 {
      line-height: 30px;
      position: relative; }
      .logo-nav-search-lang .max-box .main-nav .nav-a-2:before {
        background-color: #333; }
  .logo-nav-search-lang .max-box .search-box {
    padding-right: 50px;
    justify-content: center; }
    .logo-nav-search-lang .max-box .search-box .searchformform {
      position: relative; }
      .logo-nav-search-lang .max-box .search-box .searchformform .content-div {
        background-color: transparent;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        height: 40px;
        line-height: 40px;
        width: 400px;
        transform: scaleX(0);
        transform-origin: right;
        transition: 500ms; }
        .logo-nav-search-lang .max-box .search-box .searchformform .content-div .searchword {
          width: 100%;
          outline: none;
          height: 40px;
          background-color: rgba(0, 0, 0, 0.4);
          border: 1px solid #fff;
          color: #fff;
          padding: 0 60px 0 20px;
          font-size: 16px; }
          .logo-nav-search-lang .max-box .search-box .searchformform .content-div .searchword::-webkit-input-placeholder {
            color: #fff;
            font-size: 16px; }
          .logo-nav-search-lang .max-box .search-box .searchformform .content-div .searchword::-moz-placeholder {
            color: #fff;
            font-size: 16px; }
          .logo-nav-search-lang .max-box .search-box .searchformform .content-div .searchword:-moz-placeholder {
            color: #fff;
            font-size: 16px; }
          .logo-nav-search-lang .max-box .search-box .searchformform .content-div .searchword::-ms-input-placeholder {
            color: #fff;
            font-size: 16px; }
          .logo-nav-search-lang .max-box .search-box .searchformform .content-div .searchword:-ms-input-placeholder {
            color: #fff;
            font-size: 16px; }
      .logo-nav-search-lang .max-box .search-box .searchformform .searchgo {
        background-color: transparent;
        color: #fff;
        position: relative;
        top: 0;
        z-index: 3;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px; }
        .logo-nav-search-lang .max-box .search-box .searchformform .searchgo:before {
          font-size: 26px;
          font-family: iconfont; }
      .logo-nav-search-lang .max-box .search-box .searchformform:hover .content-div {
        transform: scaleX(1); }

.video-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 99999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.8); }
  .video-box .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; }
    .video-box .iframe-box iframe {
      width: 100%;
      height: 100%;
      outline: none;
      border: none; }
    .video-box .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; }
    .video-box .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; }

.index-product .sort-box .sort-name {
  text-align: center; }
  .index-product .sort-box .sort-name:before {
    width: 200px;
    left: 50%;
    transform: translateX(-50%); }
.index-product .sort-box .sub-sort-name {
  text-align: center; }
.index-product .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px; }
  .index-product .list > * {
    margin: 0; }
  .index-product .list .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%; }
    .index-product .list .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
    .index-product .list .pic:hover .text-box {
      transform: scale(1, 1); }
  .index-product .list .text-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(0, 0);
    transition: 500ms; }
  .index-product .list .text {
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff; }
    .index-product .list .text .title {
      font-size: 30px;
      line-height: 1.7; }
    .index-product .list .text .more {
      display: inline-block;
      margin: 10px auto;
      font-size: 16px;
      padding: 10px 16px;
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff; }
      .index-product .list .text .more:hover {
        background-color: rgba(255, 255, 255, 0.8);
        color: #000; }

.about-path1 {
  background: url("../images/bg.jpg") no-repeat center;
  background-size: cover;
  padding: 20px 0 150px; }
  .about-path1 .left-box {
    padding-top: 60px;
    color: #fff; }
    .about-path1 .left-box .title:before {
      border-color: #fff; }
    .about-path1 .left-box .content {
      font-size: 15px;
      font-family: "Poppins";
      font-weight: 400;
      letter-spacing: 0;
      line-height: 30px;
      padding-top: 30px;
      padding-bottom: 20px; }
  .about-path1 .right-box {
    justify-content: center;
    align-content: center;
    width: 400px;
    min-height: 400px;
    flex: none;
    margin-left: 50px;
    position: relative; }
    .about-path1 .right-box .cril {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      z-index: 6; }
      .about-path1 .right-box .cril:before {
        content: "\e6a0";
        font-size: 80px;
        font-family: iconfont;
        color: #fff;
        line-height: 80px;
        text-align: center; }
    .about-path1 .right-box .dot {
      width: 400px;
      height: 400px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -200px;
      margin-left: -200px;
      border: 3px solid #fff;
      border-radius: 200px;
      transform: scale(0, 0); }
      .about-path1 .right-box .dot.dots1 {
        animation: spread 4s ease-out 1s infinite; }
      .about-path1 .right-box .dot.dots2 {
        animation: spread 4s ease-out 2s infinite; }
      .about-path1 .right-box .dot.dots3 {
        animation: spread 4s ease-out 3s infinite; }
      .about-path1 .right-box .dot.dots4 {
        animation: spread 4s ease-out 4s infinite; }

.about-path2 .container {
  position: relative;
  overflow: visible; }
  .about-path2 .container .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    margin-top: -110px;
    background-color: #fff;
    border-radius: 10px; }
    .about-path2 .container .list > * {
      margin: 0; }
.about-path2 .item {
  position: relative; }
  .about-path2 .item + .item {
    border-left: 1px solid #f0f0f0; }
  .about-path2 .item:before {
    position: absolute;
    z-index: 1;
    color: rgba(0, 102, 166, 0.4);
    font-size: 120px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    right: 20px;
    bottom: 20px;
    opacity: 0.4; }
  .about-path2 .item .text-box {
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center; }
    .about-path2 .item .text-box .txt-1 {
      font-size: 38px;
      line-height: 50px; }
      .about-path2 .item .text-box .txt-1 sup {
        font-size: 20px; }
    .about-path2 .item .text-box .txt-2 {
      font-size: 16px;
      font-family: OpenSans-Regular;
      color: #005FA7;
      line-height: 50px; }

.about-path3 {
  background-color: #f8f8f8;
  padding-top: 150px; }
  .about-path3 .left-box {
    width: 200px;
    flex: auto; }
    .about-path3 .left-box .content {
      padding: 30px 0;
      font-family: "Poppins";
      color: #333; }
    .about-path3 .left-box .readMore {
      background-color: #333;
      color: #fff; }
  .about-path3 .right-box {
    flex: none;
    margin-left: 30px; }

.index-factory .roll-box {
  margin-top: 30px; }
  .index-factory .roll-box .list {
    flex-wrap: nowrap;
    justify-content: start; }
    .index-factory .roll-box .list .item {
      padding-right: 10px; }
    .index-factory .roll-box .list .pic {
      width: 444px;
      padding-bottom: 72%; }

.index-team .sort-box .sort-name {
  text-align: center; }
  .index-team .sort-box .sort-name:before {
    width: 100px;
    left: 50%;
    transform: translateX(-50%); }
.index-team .sort-box .sub-sort-name {
  text-align: center; }
.index-team .list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 30px; }
  .index-team .list > * {
    margin: 0; }
.index-team .item {
  flex-direction: column;
  justify-content: start; }
  .index-team .item .pic {
    position: relative;
    margin-bottom: 58px; }
    .index-team .item .pic:before {
      content: url("../images/dian.png");
      width: 48px;
      height: 48px;
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translate(-50%, 100%); }
  .index-team .item .text-box {
    position: relative;
    text-align: center; }
    .index-team .item .text-box .title {
      font-size: 30px;
      line-height: 40px; }
    .index-team .item .text-box .sub-title {
      font-size: 18px;
      line-height: 26px;
      color: #5f5f5f; }
    .index-team .item .text-box .desc {
      font-size: 12px;
      line-height: 16px;
      color: #5f5f5f; }
  .index-team .item:nth-child(2n) {
    flex-direction: column-reverse;
    justify-content: end; }
    .index-team .item:nth-child(2n) .pic {
      margin-top: 68px;
      margin-bottom: 0; }
      .index-team .item:nth-child(2n) .pic:before {
        bottom: auto;
        top: -10px;
        transform: translate(-50%, -100%) rotateX(180deg); }

.index-exhibition {
  background: url("../images/exhibition_bg.jpg") no-repeat center top #e6e6e6;
  padding-top: 150px;
  padding-bottom: 50px; }
  .index-exhibition .btn-list {
    height: 100px;
    line-height: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 50px;
    grid-column-gap: 0; }
    .index-exhibition .btn-list > * {
      margin: 0; }
    .index-exhibition .btn-list .item-btn {
      position: relative;
      text-align: center;
      color: #b3b3b3;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 30px; }
      .index-exhibition .btn-list .item-btn:before {
        content: "";
        position: absolute;
        width: 80px;
        height: 5px;
        background-color: #b3b3b3;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
      .index-exhibition .btn-list .item-btn.on {
        color: #fff; }
        .index-exhibition .btn-list .item-btn.on:before {
          background-color: #fff; }
  .index-exhibition .panels {
    margin-top: 42px; }
    .index-exhibition .panels .panel {
      display: none; }
      .index-exhibition .panels .panel .list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 30px;
        grid-column-gap: 30px; }
        .index-exhibition .panels .panel .list > * {
          margin: 0; }
      .index-exhibition .panels .panel.show {
        display: block; }

.index-news .sort-box {
  line-height: 40px; }
  .index-news .sort-box .sort-name {
    position: relative;
    font-size: 36px;
    padding-left: 70px; }
    .index-news .sort-box .sort-name:before {
      content: "";
      width: 60px;
      height: 1px;
      background-color: #1a1a1a;
      position: absolute;
      left: 0;
      top: 50%; }
  .index-news .sort-box .sort-more {
    position: relative;
    padding-right: 60px; }
    .index-news .sort-box .sort-more:before {
      content: "\e610";
      position: absolute;
      font-size: 12px;
      right: 0;
      top: 0; }
.index-news .main-box {
  margin-top: 50px; }
.index-news .left-box {
  width: 400px;
  flex: none;
  margin-right: 30px; }
.index-news .right-box .outer-div + .outer-div {
  margin-top: 20px; }
.index-news .right-box .outer-div .main-text {
  margin: 10px;
  padding: 10px; }
.index-news .right-box .outer-div:hover {
  background-color: #22627b; }
  .index-news .right-box .outer-div:hover .text-box {
    color: #fff; }
.index-news .right-box .outer-div .date-box {
  justify-content: center;
  text-align: center;
  flex: none;
  background-color: #fff;
  margin-right: 20px;
  padding: 0 20px; }
  .index-news .right-box .outer-div .date-box .d {
    font-size: 24px;
    font-family: "Poppins";
    line-height: 1;
    margin-bottom: 10px; }
  .index-news .right-box .outer-div .date-box .Ym {
    font-size: 14px;
    font-family: "Poppins"; }
.index-news .right-box .outer-div .text-box .title {
  font-size: 20px;
  line-height: 40px; }
.index-news .right-box .outer-div .text-box .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px; }

.footer {
  margin-top: 50px;
  padding: 30px 0;
  background-color: #000;
  color: #fff; }
  .footer .path {
    max-width: 33%; }
    .footer .path + .path {
      margin-left: 20px; }
    .footer .path .name {
      font-size: 18px;
      line-height: 2; }
    .footer .path .list {
      margin-top: 30px; }
    .footer .path .nav-box .nav-path + .nav-path {
      margin-left: 20px; }
    .footer .path .nav-a {
      display: block;
      color: #fff;
      line-height: 30px; }
  .footer .three-box {
    margin-top: 20px; }
    .footer .three-box .item {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      border: 1px solid #fff;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      transition: 1000ms; }
      .footer .three-box .item + .item {
        margin-left: 5px; }
      .footer .three-box .item:hover {
        transform: rotateY(360deg); }
  .footer .contact li {
    position: relative;
    padding-left: 40px; }
    .footer .contact li a {
      color: #fff; }
    .footer .contact li + li {
      margin-top: 20px; }
    .footer .contact li:before {
      position: absolute;
      left: 0;
      top: 50%;
      font-size: 25px;
      line-height: 25px;
      transform: translateY(-50%); }
  .footer .message {
    width: 300px; }
    .footer .message form {
      margin-top: 30px; }

.index-links {
  border-top: 1px solid #333333;
  background-color: #000;
  color: #fff;
  padding: 10px 0; }
  .index-links .title {
    line-height: 30px;
    height: 30px; }
  .index-links .links {
    line-height: 30px;
    height: 30px;
    overflow: hidden; }
  .index-links a {
    color: #fff; }
  .index-links .item {
    margin-left: 5px;
    margin-right: 10px; }

.copyright {
  background-color: #000;
  border-top: 1px solid #333333;
  padding: 10px 0;
  line-height: 20px;
  text-align: center;
  font-family: "Poppins"; }
  .copyright, .copyright a {
    color: #fff; }

.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; }

.sub-nav-box-div .sub-nav-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 10px; }
  .sub-nav-box-div .sub-nav-box > * {
    margin: 0; }
  .sub-nav-box-div .sub-nav-box .item {
    position: relative; }
    .sub-nav-box-div .sub-nav-box .item:hover .item-a {
      background-color: #1a1a1a;
      color: #fff; }
    .sub-nav-box-div .sub-nav-box .item:hover .nav-ul-2 {
      transform: scaleY(1);
      display: block; }
  .sub-nav-box-div .sub-nav-box .item-a {
    display: block;
    line-height: 1;
    padding: 15px 20px;
    text-align: center;
    font-size: 15px;
    background-color: #f2f2f2; }
  .sub-nav-box-div .sub-nav-box .nav-ul-2 {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    transform: scaleY(0);
    transform-origin: top;
    transition: 500ms;
    display: none;
    background-color: #2d82a3; }
    .sub-nav-box-div .sub-nav-box .nav-ul-2 .nav-li-2 + .nav-li-2 {
      border-top: 1px solid #fff; }
    .sub-nav-box-div .sub-nav-box .nav-ul-2 .item-2-a {
      padding: 15px 20px;
      font-size: 15px;
      line-height: 1;
      color: #fff; }
      .sub-nav-box-div .sub-nav-box .nav-ul-2 .item-2-a:hover {
        background-color: #1a1a1a; }

.sort-content-box, .left-right-box {
  margin-top: 15px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .sort-content-box > *, .left-right-box > * {
    margin: 0; }
  .sort-content-box .page-left-box, .left-right-box .page-left-box {
    width: 250px;
    flex: none;
    margin-right: 30px; }
    .sort-content-box .page-left-box .name, .left-right-box .page-left-box .name {
      background-color: #22627b;
      color: #fff;
      text-indent: 30px;
      font-size: 20px;
      font-weight: bold;
      height: 50px;
      line-height: 50px; }
    .sort-content-box .page-left-box .left-sub-nav .on .nav-a, .left-right-box .page-left-box .left-sub-nav .on .nav-a {
      background-color: #22717b;
      color: #fff; }
    .sort-content-box .page-left-box .left-sub-nav .nav-a, .left-right-box .page-left-box .left-sub-nav .nav-a {
      display: block;
      line-height: 45px;
      height: 45px;
      background-color: #f2f2f2;
      text-indent: 20px;
      margin-top: 10px;
      margin-bottom: 15px; }
      .sort-content-box .page-left-box .left-sub-nav .nav-a:hover, .left-right-box .page-left-box .left-sub-nav .nav-a:hover {
        background-color: #22627b;
        color: #fff; }
    .sort-content-box .page-left-box .contact .list, .left-right-box .page-left-box .contact .list {
      border: 1px solid #f2f2f2;
      padding: 10px; }
  .sort-content-box > div:nth-child(2), .left-right-box > div:nth-child(2) {
    flex: auto; }

.product-show-page .sort-content-box .page-left-box {
  margin-top: 30px; }
.product-show-page .sort-content-box .content {
  flex: auto; }
  .product-show-page .sort-content-box .content .panel {
    width: 100%;
    overflow-x: hidden; }
  .product-show-page .sort-content-box .content table {
    max-width: 100%;
    overflow-x: scroll; }

.product-page .product-show-page .show-1 .content {
  margin-top: 30px; }

.cases-page .sub-nav-box-div .sub-nav-box {
  grid-template-columns: repeat(4, 1fr); }
.cases-page .cases-list-page .list-1 {
  margin-top: 30px; }
  .cases-page .cases-list-page .list-1 .item:nth-child(2n) .outer-div {
    flex-direction: row-reverse; }
  .cases-page .cases-list-page .list-1 .outer-div {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    background-color: #f0f0f0; }
    .cases-page .cases-list-page .list-1 .outer-div > * {
      margin: 0; }
    .cases-page .cases-list-page .list-1 .outer-div .pic {
      width: 50%; }
    .cases-page .cases-list-page .list-1 .outer-div .text-box {
      width: 50%;
      padding: 60px 30px 30px; }
      .cases-page .cases-list-page .list-1 .outer-div .text-box .title {
        font-size: 26px;
        font-weight: bold;
        line-height: 2em; }
      .cases-page .cases-list-page .list-1 .outer-div .text-box .desc {
        word-break: break-word; }

.news-page .sub-nav-box-div .sub-nav-box {
  grid-template-columns: repeat(4, 1fr); }
.news-page .news-list-page .list-1 .item {
  box-shadow: 0 0 2px 0 #333;
  border-radius: 2px; }
  .news-page .news-list-page .list-1 .item:hover {
    box-shadow: 0 0 2px 0 #22627b; }
.news-page .news-list-page .list-1 .text-box {
  background-color: #f0f0f0;
  padding: 20px 10px; }
.news-page .news-list-page .list-1 .time-box {
  flex: none;
  white-space: nowrap;
  text-align: center;
  margin-right: 20px; }
  .news-page .news-list-page .list-1 .time-box .m-d {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px; }
.news-page .news-list-page .list-1 .title-box {
  width: 200px;
  flex: auto; }
  .news-page .news-list-page .list-1 .title-box .title {
    color: #333;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    text-align: left; }
  .news-page .news-list-page .list-1 .title-box .desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
    margin-top: 10px; }
.news-page .news-show-page .show-2 {
  margin: 15px; }
  .news-page .news-show-page .show-2 .content {
    margin-top: 30px; }

.about-page .sub-nav-box-div .sub-nav-box {
  grid-template-columns: repeat(7, 1fr); }
.about-page .about-show-page {
  margin-top: 20px; }
.about-page .history-list-page .list {
  margin-top: 60px; }
  .about-page .history-list-page .list .item {
    justify-content: start;
    margin-bottom: 80px; }
    .about-page .history-list-page .list .item * {
      transition: 500ms; }
    .about-page .history-list-page .list .item .text-box {
      width: 46%;
      margin-top: -20px; }
      .about-page .history-list-page .list .item .text-box .year {
        text-align: right;
        line-height: 40px;
        height: 40px;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 3px; }
        .about-page .history-list-page .list .item .text-box .year:after {
          content: "\e8ce";
          margin-left: 20px; }
      .about-page .history-list-page .list .item .text-box .show-area {
        transform: scale(1, 0);
        transform-origin: top;
        display: none;
        margin-top: 20px;
        margin-right: 100px;
        margin-bottom: 20px;
        margin-left: auto;
        transition: 500ms;
        overflow: hidden; }
        .about-page .history-list-page .list .item .text-box .show-area .pic {
          margin-bottom: 20px;
          text-align: right; }
          .about-page .history-list-page .list .item .text-box .show-area .pic img {
            width: 100%; }
        .about-page .history-list-page .list .item .text-box .show-area .text {
          text-align: justify; }
    .about-page .history-list-page .list .item .dian-line {
      width: 8%;
      position: relative; }
      .about-page .history-list-page .list .item .dian-line:before, .about-page .history-list-page .list .item .dian-line:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        background-color: #000;
        z-index: 2; }
      .about-page .history-list-page .list .item .dian-line:after {
        height: 80px;
        bottom: -70px;
        background-color: rgba(0, 0, 0, 0.4); }
      .about-page .history-list-page .list .item .dian-line:before {
        display: none; }
      .about-page .history-list-page .list .item .dian-line span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 5; }
        .about-page .history-list-page .list .item .dian-line span:before, .about-page .history-list-page .list .item .dian-line span:after {
          content: "";
          position: absolute;
          z-index: 2;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          left: 50%;
          background-color: #000; }
        .about-page .history-list-page .list .item .dian-line span:before {
          top: 0;
          transform: translate(-50%, -50%); }
        .about-page .history-list-page .list .item .dian-line span:after {
          transform: translate(-50%, 0);
          bottom: 0;
          display: none; }
    .about-page .history-list-page .list .item:last-child .dian-line {
      margin-bottom: 40px; }
      .about-page .history-list-page .list .item:last-child .dian-line:after {
        display: none; }
    .about-page .history-list-page .list .item:nth-child(2n) {
      flex-direction: row-reverse;
      justify-content: end; }
      .about-page .history-list-page .list .item:nth-child(2n) .text-box .year {
        color: #22627b;
        text-align: left; }
        .about-page .history-list-page .list .item:nth-child(2n) .text-box .year:after {
          content: "";
          display: none; }
        .about-page .history-list-page .list .item:nth-child(2n) .text-box .year:before {
          content: "\e8ce";
          margin-right: 20px; }
      .about-page .history-list-page .list .item:nth-child(2n) .text-box .show-area {
        margin-left: 100px;
        margin-right: auto; }
        .about-page .history-list-page .list .item:nth-child(2n) .text-box .show-area .pic {
          text-align: left; }
      .about-page .history-list-page .list .item:nth-child(2n) .dian-line:before {
        background-color: #22627b; }
      .about-page .history-list-page .list .item:nth-child(2n) .dian-line span:before, .about-page .history-list-page .list .item:nth-child(2n) .dian-line span:after {
        background-color: #22627b; }
      .about-page .history-list-page .list .item:nth-child(2n).on .text-box .year:before {
        content: "\e8cf"; }
      .about-page .history-list-page .list .item:nth-child(2n).on .text-box .show-area {
        margin-left: 0; }
    .about-page .history-list-page .list .item.on .text-box .year:after {
      content: "\e617"; }
    .about-page .history-list-page .list .item.on .text-box .show-area {
      margin-right: 0;
      transform: scale(1, 1);
      display: block; }
    .about-page .history-list-page .list .item.on .dian-line:after {
      height: 65px; }
    .about-page .history-list-page .list .item.on .dian-line:before {
      display: block; }
    .about-page .history-list-page .list .item.on .dian-line span:after {
      display: block; }
.about-page .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; }
  .about-page .contact-show-page .contact-list > * {
    margin: 0; }
  .about-page .contact-show-page .contact-list .item {
    width: 100%;
    border: 10px solid #d9d9d9;
    padding: 100px 30px 50px;
    text-align: center;
    line-height: 30px;
    position: relative; }
    .about-page .contact-show-page .contact-list .item:before {
      width: 120px;
      height: 120px;
      line-height: 96px;
      text-align: center;
      border-radius: 50%;
      font-size: 40px;
      color: #22627b;
      border: 10px solid #d9d9d9;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%); }
    .about-page .contact-show-page .contact-list .item:hover:before {
      color: #fff;
      background-color: #22627b; }
.about-page .contact-show-page .three-box {
  margin: 30px auto;
  justify-content: center; }
  .about-page .contact-show-page .three-box .item {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    margin: 0 10px;
    transition: 1000ms; }
    .about-page .contact-show-page .three-box .item:hover {
      background-color: #22627b;
      transform: rotateY(360deg); }
.about-page .contact-show-page .messages-area {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px;
  border-top: 1px solid transparent;
  background: url("../images/contact-message-bg.jpg") no-repeat center top;
  min-height: 540px; }
  .about-page .contact-show-page .messages-area .text-area {
    margin-top: 540px;
    padding-top: 30px; }
  .about-page .contact-show-page .messages-area .left-box {
    width: 200px;
    flex: auto;
    margin-left: 30px; }
    .about-page .contact-show-page .messages-area .left-box .title {
      font-size: 26px;
      line-height: 40px; }
    .about-page .contact-show-page .messages-area .left-box .txt {
      margin-top: 20px;
      color: #555; }
  .about-page .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("../images/space.png") no-repeat center 30px #fff;
    padding: 40px; }
    .about-page .contact-show-page .messages-area .right-box form {
      margin-top: 150px;
      width: 100%; }
      .about-page .contact-show-page .messages-area .right-box form li + li {
        margin-top: 20px; }
      .about-page .contact-show-page .messages-area .right-box form li input {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #000; }
      .about-page .contact-show-page .messages-area .right-box form li textarea {
        height: 140px;
        line-height: 30px;
        padding: 10px; }

.view-page .sub-nav-box-div .sub-nav-box {
  grid-template-columns: repeat(7, 1fr); }

.solutions-page .solutions-list-page .sort-def {
  margin: 20px 10px 10px;
  text-align: center;
  line-height: 25px; }

.editor-area .list-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 10px;
  margin: 15px 0; }
  .editor-area .list-1 > * {
    margin: 0; }
  .editor-area .list-1 .area-item {
    padding: 15px;
    border: none; }
.editor-area .list-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 10px;
  margin: 15px 0; }
  .editor-area .list-2 > * {
    margin: 0; }
  .editor-area .list-2 .area-item {
    padding: 15px;
    border: none; }
.editor-area .list-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 10px;
  margin: 15px 0; }
  .editor-area .list-3 > * {
    margin: 0; }
  .editor-area .list-3 .area-item {
    padding: 15px;
    border: none; }
.editor-area .list-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 10px;
  margin: 15px 0; }
  .editor-area .list-4 > * {
    margin: 0; }
  .editor-area .list-4 .area-item {
    padding: 15px;
    border: none; }

*.threeImg {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
