@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
@font-face {
  font-family: "AlibabaSans-Black";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-Black.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-Black.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-Bold";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-Bold.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-Bold.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-BoldItalic";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-BoldItalic.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-BoldItalic.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-Heavy";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-Heavy.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-Heavy.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-HeavyItalic";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-HeavyItalic.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-HeavyItalic.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-Italic";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-Italic.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-Italic.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-Light";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-Light.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-Light.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-LightItalic";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-LightItalic.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-LightItalic.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-Medium";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-Medium.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-Medium.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-MediumItalic";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-MediumItalic.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-MediumItalic.otf') format('otf');
  font-display: swap; }
@font-face {
  font-family: "AlibabaSans-Regular";
  src: url('/public/fonts/AlibabaSans/AlibabaSans-Regular.woff') format('woff'),url('/public/fonts/AlibabaSans/AlibabaSans-Regular.otf') format('otf');
  font-display: swap; }
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 90%; } }
  @media (max-width: 768px) {
    .container {
      width: 96%;
      min-width: 300px; } }

html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.formSet input, .formSet textarea, .formSet select {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover, .formSet select:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }
.formSet select {
  width: 100%;
  height: 50px; }
  .formSet select option {
    padding-top: 10px;
    padding-bottom: 10px; }

a:hover {
  color: #032921; }

.logo-nav-search {
  position: relative;
  z-index: 9999;
  background-color: #FFF;
  border-bottom: 1px solid #B3B3B3; }
  .logo-nav-search .max-box {
    width: 96%;
    margin: 0 auto;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
  .logo-nav-search .logo-path {
    padding: 10px 0;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex: 0 0 auto;
    max-width: 100%;
    align-items: center; }
    .logo-nav-search .logo-path .logo {
      margin-right: 10px;
      max-width: 30vw;
      position: relative;
      overflow: hidden; }
      .logo-nav-search .logo-path .logo .img-logo {
        max-width: 30vw;
        height: auto; }
      @media screen and (max-width: 768px) {
        .logo-nav-search .logo-path .logo {
          max-width: 50vw; }
          .logo-nav-search .logo-path .logo .img-logo {
            max-width: 50vw; } }
  .logo-nav-search .right-box {
    flex: 0 0 auto;
    max-width: 100%; }
  .logo-nav-search .nav-path {
    flex: 0 0 auto;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .logo-nav-search .nav-path {
        display: none; } }
    .logo-nav-search .nav-path .nav-ul-1 {
      height: 100%; }
      .logo-nav-search .nav-path .nav-ul-1 .nav-li-1 {
        margin-right: 22px; }
        .logo-nav-search .nav-path .nav-ul-1 .nav-li-1 .nav-a-1 {
          height: 100%;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          align-items: center;
          padding: 0 10px;
          font-size: 13px;
          font-family: AlibabaSans-Regular;
          color: #032921; }
        .logo-nav-search .nav-path .nav-ul-1 .nav-li-1:hover .show {
          display: block; }
        .logo-nav-search .nav-path .nav-ul-1 .nav-li-1:hover .nav-a-1 {
          color: #032921;
          position: relative; }
          .logo-nav-search .nav-path .nav-ul-1 .nav-li-1:hover .nav-a-1:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 0;
            border-bottom: 3px solid #032921; }
        .logo-nav-search .nav-path .nav-ul-1 .nav-li-1.relative {
          position: relative; }
          .logo-nav-search .nav-path .nav-ul-1 .nav-li-1.relative .nav-ul-2 {
            display: none;
            position: absolute;
            left: 50%;
            top: 100%;
            transform: translateX(-50%);
            max-width: 200%;
            min-width: 100%;
            background-color: #FFF;
            text-align: center; }
            .logo-nav-search .nav-path .nav-ul-1 .nav-li-1.relative .nav-ul-2 .nav-a-2 {
              display: block;
              font-size: 14px;
              font-family: AlibabaSans-Regular;
              line-height: 1.5em;
              padding: 0.5em 10px;
              white-space: nowrap; }
            .logo-nav-search .nav-path .nav-ul-1 .nav-li-1.relative .nav-ul-2 .list-3 {
              padding-bottom: 30px; }
            .logo-nav-search .nav-path .nav-ul-1 .nav-li-1.relative .nav-ul-2 .nav-a-3 {
              display: block;
              white-space: nowrap;
              font-size: 12px;
              font-weight: normal;
              font-family: AlibabaSans-Regular;
              line-height: 20px;
              text-align: left; }
          .logo-nav-search .nav-path .nav-ul-1 .nav-li-1.relative:hover .nav-ul-2 {
            display: block; }
      .logo-nav-search .nav-path .nav-ul-1 .show {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #FFF;
        width: 100%;
        padding: 0 5vw;
        border-top: 1px solid #B3B3B3; }
      .logo-nav-search .nav-path .nav-ul-1 .layer-2 {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: space-between; }
        .logo-nav-search .nav-path .nav-ul-1 .layer-2 .text-path {
          padding: 30px; }
          .logo-nav-search .nav-path .nav-ul-1 .layer-2 .text-path .nav-a-d {
            display: block;
            position: relative;
            font-size: 21px;
            font-family: AlibabaSans-Medium;
            text-transform: uppercase;
            width: 100px;
            margin-bottom: 10px; }
            .logo-nav-search .nav-path .nav-ul-1 .layer-2 .text-path .nav-a-d:before {
              content: "";
              position: absolute;
              left: 0;
              bottom: -5px;
              width: 100%;
              height: 0;
              border-bottom: 2px solid #001d34; }
        .logo-nav-search .nav-path .nav-ul-1 .layer-2 .nav-ul-2 {
          display: block;
          position: relative;
          left: 0;
          top: 0;
          max-width: 100%;
          width: 100%;
          background-color: #FFF;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          flex-wrap: wrap;
          text-align: left; }
          .logo-nav-search .nav-path .nav-ul-1 .layer-2 .nav-ul-2 .nav-li-2 {
            margin-right: 30px; }
          .logo-nav-search .nav-path .nav-ul-1 .layer-2 .nav-ul-2 .nav-a-2 {
            display: block;
            font-size: 16px;
            font-family: AlibabaSans-Medium;
            line-height: 1.5em;
            padding: 0.5em 0; }
            .logo-nav-search .nav-path .nav-ul-1 .layer-2 .nav-ul-2 .nav-a-2.bold {
              font-weight: bold; }
          .logo-nav-search .nav-path .nav-ul-1 .layer-2 .nav-ul-2 .list-3 {
            padding-bottom: 30px; }
          .logo-nav-search .nav-path .nav-ul-1 .layer-2 .nav-ul-2 .nav-a-3 {
            display: block;
            white-space: nowrap;
            font-size: 16px;
            font-weight: normal;
            font-family: AlibabaSans-Regular;
            line-height: 1.5em;
            text-align: left; }
        .logo-nav-search .nav-path .nav-ul-1 .layer-2 .pic2 {
          flex: 0 0 auto;
          max-width: 100%;
          padding: 30px;
          position: relative;
          border-left: 1px solid #B3B3B3; }
  .logo-nav-search .wap-nav-btn {
    color: #434343; }
    @media screen and (min-width: 768px) {
      .logo-nav-search .wap-nav-btn {
        display: none; } }
    @media screen and (max-width: 768px) {
      .logo-nav-search .wap-nav-btn {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        align-items: center; } }
    .logo-nav-search .wap-nav-btn.on:before {
      content: "\e5006"; }
    .logo-nav-search .wap-nav-btn:before {
      content: "\e1a10";
      font-size: 33.3333333333px;
      line-height: 1em; }
  .logo-nav-search .main-nav-wap {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FFF;
    height: 0;
    transition: all 500ms linear;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .logo-nav-search .main-nav-wap {
        display: none; } }
    @media screen and (max-width: 768px) {
      .logo-nav-search .main-nav-wap {
        display: block; } }
    .logo-nav-search .main-nav-wap.on {
      height: 100vh; }
    .logo-nav-search .main-nav-wap .nav-ul-1 {
      margin: 5vh 4vw 1vh; }
      .logo-nav-search .main-nav-wap .nav-ul-1 .nav-a-1 {
        display: block;
        width: 100%;
        border-bottom: 2px solid #434343;
        font-size: 20px;
        line-height: 3em; }
  .logo-nav-search .search-path {
    flex: 0 0 auto;
    max-width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .logo-nav-search .search-path {
        position: relative; } }
    .logo-nav-search .search-path:before {
      font-size: 18px; }
    .logo-nav-search .search-path .form-search {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: start; }
    .logo-nav-search .search-path .switchForm {
      width: fit-content; }
    .logo-nav-search .search-path .formSel {
      width: fit-content;
      max-width: 30vw; }
    .logo-nav-search .search-path .layui-form-select {
      width: fit-content;
      white-space: nowrap; }
      .logo-nav-search .search-path .layui-form-select .layui-this {
        color: #032921; }
      .logo-nav-search .search-path .layui-form-select .layui-input {
        width: 120px; }
    .logo-nav-search .search-path .searchtext {
      max-width: 50vw;
      padding: 0 30px 0 10px;
      width: 150px;
      border: 1px solid #eee; }
      .logo-nav-search .search-path .searchtext:hover {
        border-color: #d2d2d2; }
      .logo-nav-search .search-path .searchtext:focus {
        border-color: #032921; }
    .logo-nav-search .search-path .layui-input:focus, .logo-nav-search .search-path input:focus {
      border-color: #032921 !important; }
    .logo-nav-search .search-path .content-box {
      position: relative; }
      .logo-nav-search .search-path .content-box .searchtext {
        height: 30px; }
      .logo-nav-search .search-path .content-box .searchgo {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        color: #032921;
        background-color: transparent;
        width: 30px;
        text-align: center;
        font-size: 15px;
        cursor: pointer; }

.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; }
.banner.banner-wap.type39 {
  display: none; }

.index-item {
  padding-top: 90px; }
  .index-item .container {
    width: 96%;
    max-width: 1800px; }
  .index-item .sort-name {
    text-align: center;
    color: #032921;
    font-size: 24px;
    font-family: AlibabaSans-Medium;
    line-height: 1em;
    margin-bottom: 33px; }
  @media screen and (max-width: 768px) {
    .index-item .sort-name {
      font-size: 14px; } }

.index-newProducts .list {
  margin-top: 60px; }
  .index-newProducts .list .item:hover .pic .img {
    transform: scale(1.05); }
  .index-newProducts .list .text-box {
    margin-top: 20px; }
    .index-newProducts .list .text-box .title {
      color: #032921;
      font-size: 18px;
      font-family: AlibabaSans-Medium;
      line-height: 1em;
      margin-bottom: 10px; }
    .index-newProducts .list .text-box .desc {
      color: #888888;
      font-size: 12px;
      font-family: AlibabaSans-Regular; }
@media screen and (max-width: 768px) {
  .index-newProducts .list .text-box {
    margin-top: 0;
    padding: 20px;
    background-color: #F7F7F7; }
    .index-newProducts .list .text-box .title {
      font-size: 14px; } }

.index-popular .list {
  margin-top: 60px; }
  .index-popular .list .item:hover .pic .img {
    transform: scale(1.05); }
  .index-popular .list .text-box {
    margin: 16px 0; }
    .index-popular .list .text-box .title {
      text-align: left;
      color: #032921;
      font-size: 18px;
      font-family: AlibabaSans-Medium;
      text-decoration: underline; }
@media screen and (max-width: 768px) {
  .index-popular .list .text-box {
    margin: 8px 0; }
    .index-popular .list .text-box .title {
      font-size: 14px;
      text-align: center; } }

.index-projects {
  padding: 60px 0; }
  .index-projects .list {
    margin-top: 60px; }
    .index-projects .list .item:hover .pic .img {
      transform: scale(1.05); }
    .index-projects .list .text-box {
      margin: 16px 0; }
      .index-projects .list .text-box .title {
        text-align: left;
        color: #032921;
        font-size: 18px;
        font-family: AlibabaSans-Medium;
        text-decoration: underline; }
  .index-projects .more {
    padding: 15px 0 0;
    text-align: right;
    clear: both; }
    .index-projects .more a {
      padding: 8px 30px;
      display: inline-block;
      color: #032921;
      font-size: 18px;
      font-family: AlibabaSans-Medium;
      line-height: 1em;
      text-decoration: underline #888888; }
      .index-projects .more a:hover {
        text-decoration: underline #032921; }
  @media screen and (max-width: 768px) {
    .index-projects .swiper-button {
      color: rgba(221, 221, 221, 0.8); }
      .index-projects .swiper-button.btn-horizontal:after {
        font-size: 10px; }
    .index-projects .pic .title {
      position: absolute;
      z-index: 6;
      right: 0;
      bottom: 10px;
      width: 60%;
      height: 28px;
      line-height: 28px;
      color: #FFF;
      background-image: -ms-linear-gradient(90deg, transparent, #CCCCCC 40%, #DDDDDD);
      background-image: -moz-linear-gradient(90deg, transparent, #CCCCCC 40%, #DDDDDD);
      background-image: -o-linear-gradient(90deg, transparent, #CCCCCC 40%, #DDDDDD);
      background-image: -webkit-linear-gradient(90deg, transparent, #CCCCCC 40%, #DDDDDD);
      background-image: linear-gradient(90deg, transparent, #CCCCCC 40%, #DDDDDD);
      text-align: center;
      font-size: 14px;
      font-weight: normal; } }

.index-about {
  background-color: #F6F6F6;
  padding: 20px 0; }
  .index-about .outerdiv {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
  .index-about .left-box {
    flex: 0 0 auto;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    max-width: 45%; }
  .index-about .text-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px; }
    .index-about .text-box .title {
      text-align: center;
      color: #032921;
      font-size: 24px;
      font-family: AlibabaSans-Medium;
      line-height: 1em;
      margin-bottom: 40px; }
    .index-about .text-box .content {
      font-size: 14px;
      font-family: AlibabaSans-Light;
      line-height: 1.8em;
      color: #848484; }
    @media screen and (min-width: 1500px) {
      .index-about .text-box .title {
        font-size: 36px; }
      .index-about .text-box .content {
        font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .index-about {
      padding: 2vw 0 20px; }
      .index-about .outerdiv {
        flex-direction: column; }
      .index-about .left-box {
        width: 100%;
        max-width: 100%; }
      .index-about .text-box {
        width: 100%;
        padding: 3vh 3vw; }
        .index-about .text-box .title {
          margin-bottom: 2vh;
          font-size: 14px; }
        .index-about .text-box .content {
          font-size: 13px; } }

.messages-box {
  margin: 0 auto;
  width: 80vw;
  max-width: 1500px;
  min-width: 1000px; }
  .messages-box .text-box .text-1 {
    text-align: center;
    color: #032921;
    font-size: 24px;
    font-family: AlibabaSans-Medium;
    line-height: 1em;
    margin-bottom: 18px; }
  .messages-box .text-box .text-2 {
    color: #4f4e4e;
    font-size: 21px;
    font-family: Arial;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 24px; }
  .messages-box .form-div {
    margin-top: 20px; }
    .messages-box .form-div .yinchang {
      display: none; }
    .messages-box .form-div .list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      grid-template-rows: auto;
      grid-row-gap: 20px;
      grid-column-gap: 20px; }
      .messages-box .form-div .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .messages-box .form-div .list input {
        width: 100%;
        border: 1px solid #666;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        border-radius: 5px; }
      .messages-box .form-div .list textarea {
        margin-top: 10px;
        width: 100%;
        border-radius: 5px;
        height: 120px;
        line-height: 25px;
        padding: 10px;
        outline: none; }
    .messages-box .form-div .layui-item {
      position: relative; }
      .messages-box .form-div .layui-item .browseFile:focus {
        border-color: #032921; }
      .messages-box .form-div .layui-item .bigfile {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 42px;
        line-height: 42px;
        border: 1px solid #032921;
        background-color: #032921 !important; }
    .messages-box .form-div .common_bg {
      width: 100px !important; }
  @media screen and (max-width: 768px) {
    .messages-box {
      font-family: AlibabaSans-Light;
      width: 96vw;
      min-width: 320px; }
      .messages-box .text-box .text-2 {
        font-size: 14px;
        line-height: 1.2em; }
      .messages-box .form-div .list {
        grid-row-gap: 10px; } }

.index-message {
  padding-bottom: 60px; }
  .index-message .text-box .text-1 {
    text-align: center;
    color: #032921;
    font-size: 24px;
    font-family: AlibabaSans-Medium;
    line-height: 1em; }

.onlinefixed .html .container {
  min-width: 100px; }
.onlinefixed .html .messages-box {
  margin-top: 20px;
  padding-top: 0;
  max-width: 500px;
  min-width: 400px; }
  .onlinefixed .html .messages-box .text-1 {
    font-size: 30px;
    text-align: left; }
  .onlinefixed .html .messages-box .text-2 {
    display: none; }
  .onlinefixed .html .messages-box .form-div .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0; }
    .onlinefixed .html .messages-box .form-div .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
  .onlinefixed .html .messages-box .form-div .item {
    padding: 0;
    margin: 0;
    min-height: 40px; }
  .onlinefixed .html .messages-box .form-div .common_bg {
    width: 100% !important; }
@media screen and (max-width: 768px) {
  .onlinefixed {
    display: none; } }

.footer {
  border-top: 1px solid #DDDDDD; }
  .footer .max-box {
    max-width: 1800px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
  .footer .left-box {
    padding: 50px 0 30px;
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    margin-right: 20px;
    justify-content: space-between; }
    .footer .left-box .nav-h-box {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-wrap: wrap;
      justify-content: start;
      gap: 10px 50px;
      margin-bottom: 20px; }
      .footer .left-box .nav-h-box .nav-a {
        font-size: 17px;
        font-family: AlibabaSans-Regular;
        color: #000; }
    .footer .left-box .nav-div {
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%; }
    .footer .left-box .nav-box {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%;
      flex-wrap: wrap;
      gap: 30px 50px;
      white-space: nowrap; }
      .footer .left-box .nav-box .path-box .sort-name {
        font-size: 18px;
        font-family: AlibabaSans-Regular;
        color: #383838;
        line-height: 1em;
        margin-bottom: 1em; }
      .footer .left-box .nav-box .path-box .item .nav-a {
        font-size: 16px;
        font-family: Tahoma;
        line-height: 2em;
        color: #383838; }
    .footer .left-box .pic {
      flex: 0 0 auto;
      max-width: 100%;
      box-sizing: content-box;
      max-width: 400px;
      width: 20vw;
      padding-left: 100px; }
      @media screen and (max-width: 1500px) {
        .footer .left-box .pic {
          padding-left: 50px; } }
  .footer .right-box {
    flex: 0 0 auto;
    max-width: 100%;
    padding-top: 50px;
    max-width: 350px;
    border-left: 1px solid #DDDDDD;
    padding-left: 20px; }
    .footer .right-box .box {
      margin: 0 0 0 auto;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: end; }
    .footer .right-box .pic {
      margin-top: 50px;
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%;
      max-width: 400px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      object-fit: cover; }
    .footer .right-box .text-box {
      flex: 0 0 auto;
      max-width: 100%;
      padding: 50px 0 0 20px;
      margin-left: 20px;
      max-width: 350px;
      width: 15vw;
      border-left: 1px solid #DDDDDD; }
    .footer .right-box .subscribe-box {
      margin-bottom: 30px; }
      .footer .right-box .subscribe-box .title {
        font-size: 17px;
        font-family: AlibabaSans-Medium;
        line-height: 1em;
        margin-bottom: 10px; }
      .footer .right-box .subscribe-box .list {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: start; }
        .footer .right-box .subscribe-box .list .item {
          margin-left: 20px; }
          .footer .right-box .subscribe-box .list .item a {
            font-size: 24px;
            line-height: 1em; }
    .footer .right-box .contact-box .item {
      color: #000; }
      .footer .right-box .contact-box .item a {
        color: #000; }
      .footer .right-box .contact-box .item.item-1 {
        font-size: 16px;
        font-family: AlibabaSans-Regular;
        line-height: 1em;
        margin-top: 16px; }
      .footer .right-box .contact-box .item.item-2 {
        font-size: 14px;
        font-family: AlibabaSans-Light;
        margin-top: 8px; }
  @media screen and (min-width: 768px) {
    .footer.web-footer {
      display: block; }
    .footer.wap-footer {
      display: none; }
    .footer .left-box {
      display: flex !important; } }
  @media screen and (max-width: 768px) {
    .footer {
      display: block;
      background-color: #342c2a;
      color: #FFF; }
      .footer .left-box {
        display: none !important; }
      .footer .right-box {
        padding: 5vw 0 3vw;
        flex: 0 0 auto;
        max-width: 100%;
        min-width: 320px;
        width: 100%;
        border: 0; }
        .footer .right-box .pic {
          display: none !important; }
        .footer .right-box .text-box {
          border: 0;
          width: 100vw;
          max-width: 100vw;
          padding-top: 3vw; }
        .footer .right-box .subscribe-box {
          color: #FFF;
          margin-bottom: 3vw; }
          .footer .right-box .subscribe-box .title {
            font-size: 17px;
            font-family: AlibabaSans-Medium;
            line-height: 1em;
            margin-bottom: 10px; }
          .footer .right-box .subscribe-box .list {
            display: -webkit-flex !important;
            display: flex !important;
            -ms-display: flex !important;
            justify-content: start; }
            .footer .right-box .subscribe-box .list .item {
              margin-left: 20px; }
              .footer .right-box .subscribe-box .list .item a {
                font-size: 24px;
                line-height: 1em;
                color: #FFF; }
        .footer .right-box .contact-box .item {
          color: #FFF; }
          .footer .right-box .contact-box .item a {
            color: #FFF; }
          .footer .right-box .contact-box .item.item-1 {
            font-size: 16px;
            font-family: AlibabaSans-Regular;
            line-height: 1em;
            margin-top: 16px; }
          .footer .right-box .contact-box .item.item-2 {
            font-size: 14px;
            font-family: AlibabaSans-Light;
            margin-top: 8px; }
      .footer.web-footer {
        display: none; }
      .footer.wap-footer {
        display: block; }
        .footer.wap-footer .right-box .list .contact-a:before {
          margin-right: 10px;
          font-size: 20px; } }

.new-product-list-page {
  background-color: #eeeeee; }
  .new-product-list-page .path {
    border-top: 1px solid #B3B3B3;
    padding: 20px 0 40px; }
  .new-product-list-page .sort-name {
    padding-bottom: 20px;
    font-size: 22px;
    font-family: AlibabaSans-Medium;
    color: #032921; }
  .new-product-list-page .list {
    grid-gap: 10px; }
    .new-product-list-page .list .outer-div {
      position: relative;
      background-color: #fff; }
      .new-product-list-page .list .outer-div.viewVideo:hover:before {
        color: white; }
      .new-product-list-page .list .outer-div.viewVideo:before {
        position: absolute;
        z-index: 6;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 60px;
        line-height: 1em;
        color: rgba(255, 255, 255, 0.6); }
    .new-product-list-page .list .pic {
      width: 100%;
      max-width: 100%;
      position: relative;
      overflow: hidden; }
      .new-product-list-page .list .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition-duration: 500ms; }
    .new-product-list-page .list .title {
      background-image: -ms-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
      background-image: -moz-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
      background-image: -o-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
      background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
      background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
      color: #fff;
      position: absolute;
      z-index: 5;
      left: 0;
      top: 5px;
      width: 100%;
      line-height: 2em;
      height: 2em;
      text-align: right;
      padding-right: 20px;
      font-size: 14px;
      font-family: "microsoft yahei"; }

.product-list-page {
  border-top: 1px solid #B3B3B3;
  padding-top: 30px; }
  .product-list-page .max-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
  .product-list-page .left-box {
    position: relative;
    width: 280px;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 20px; }
    .product-list-page .left-box:after {
      content: "";
      position: absolute;
      width: 2px;
      height: calc(100% + 30px);
      top: -30px;
      right: 0;
      background-color: #D2D2D2; }
    .product-list-page .left-box .left-nav {
      margin-right: 20px; }
      .product-list-page .left-box .left-nav .sort-name .nav-a-1 {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
        font-family: AlibabaSans-Medium;
        text-transform: uppercase;
        line-height: 1em;
        padding-bottom: 15px; }
        .product-list-page .left-box .left-nav .sort-name .nav-a-1:after {
          content: "";
          position: absolute;
          height: 2px;
          width: 100%;
          left: 0;
          bottom: 0;
          background-color: #001d34; }
      .product-list-page .left-box .left-nav .ul-nav-2 .li-nav-2 {
        margin-top: 10px; }
      .product-list-page .left-box .left-nav .ul-nav-2 .nav-a-2 {
        display: block;
        width: 100%;
        font-size: 16px;
        font-family: AlibabaSans-Regular;
        color: #383838; }
      .product-list-page .left-box .left-nav .ul-nav-2 .nav-li-3 {
        margin-top: 5px;
        position: relative; }
      .product-list-page .left-box .left-nav .ul-nav-2 .nav-a-3 {
        display: block;
        width: 100%;
        text-indent: 2em;
        font-size: 14px;
        font-family: AlibabaSans-Regular;
        color: #383838;
        line-height: 2em; }
      .product-list-page .left-box .left-nav .ul-nav-2 .icon {
        position: absolute;
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-indent: 0;
        top: 0;
        right: 0;
        text-align: center;
        transform: rotate(45deg);
        font-size: 8px; }
      .product-list-page .left-box .left-nav .ul-nav-2 .nav-ul-4 {
        display: none; }
        .product-list-page .left-box .left-nav .ul-nav-2 .nav-ul-4.open {
          display: block; }
      .product-list-page .left-box .left-nav .ul-nav-2 .nav-a-4 {
        display: block;
        width: 100%;
        text-indent: 4em;
        font-size: 12px;
        font-family: AlibabaSans-Regular;
        color: #383838;
        line-height: 2em; }
    @media screen and (max-width: 768px) {
      .product-list-page .left-box {
        display: none;
        padding: 0;
        margin: 0;
        border: 0; } }
  .product-list-page .right-box {
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%; }
    .product-list-page .right-box .main-list .text-box .title {
      font-size: 14px;
      font-family: AlibabaSans-Regular;
      line-height: 2em; }
    .product-list-page .right-box .main-list .sort-more {
      text-align: center; }
      .product-list-page .right-box .main-list .sort-more .text {
        background-color: #989898;
        color: #fff;
        display: inline-block;
        margin: 5px auto;
        padding: 8px 10px;
        border-radius: 5px;
        line-height: 1em; }
    .product-list-page .right-box .main-list .item:hover .img {
      transform: scale(1.05); }

.product-show-page {
  background-color: #F7F7F7; }
  .product-show-page .down-btn-list {
    background-color: #C5C5C5;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: center; }
    .product-show-page .down-btn-list .btn-item {
      padding: 0 40px;
      color: #FEFEFE;
      font-size: 14px;
      font-family: AlibabaSans-Regular;
      line-height: 2.5em; }
      .product-show-page .down-btn-list .btn-item:hover {
        cursor: pointer;
        color: #032921; }
    @media screen and (max-width: 768px) {
      .product-show-page .down-btn-list {
        justify-content: start;
        flex-wrap: wrap; }
        .product-show-page .down-btn-list .btn-item {
          padding: 0 5vw; } }
  .product-show-page .max-box {
    padding: 30px 0; }
  .product-show-page .main-show {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: row-reverse; }
    .product-show-page .main-show .sort-box {
      width: 250px;
      flex: 0 0 auto;
      max-width: 100%; }
      .product-show-page .main-show .sort-box .item {
        background-color: #FFF; }
    .product-show-page .main-show .main-content {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%; }
    .product-show-page .main-show .images-box {
      flex: 0 0 auto;
      max-width: 100%;
      margin: 0 30px; }
      .product-show-page .main-show .images-box .small-area {
        margin-top: 30px; }
    .product-show-page .main-show .param-box {
      width: 30%;
      max-width: 450px;
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%; }
      .product-show-page .main-show .param-box .title {
        font-size: 21px;
        font-family: AlibabaSans-Regular;
        line-height: 50px; }
      .product-show-page .main-show .param-box .param-txt .item {
        border-top: 1px solid #E3E3E3;
        margin-top: 10px;
        padding: 10px;
        font-size: 14px;
        font-family: AlibabaSans-Light;
        line-height: 23px; }
        .product-show-page .main-show .param-box .param-txt .item .param-title {
          font-size: 16px;
          font-family: AlibabaSans; }
        .product-show-page .main-show .param-box .param-txt .item.size {
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important; }
          .product-show-page .main-show .param-box .param-txt .item.size .param-text {
            margin-left: 10px;
            white-space: pre-wrap;
            overflow-wrap: break-word;
            word-break: keep-all;
            hyphens: auto;
            font-family: AlibabaSans-Light; }
        .product-show-page .main-show .param-box .param-txt .item.color .color-list {
          margin-top: 20px;
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          grid-template-rows: auto;
          grid-row-gap: 10px;
          grid-column-gap: 10px; }
          .product-show-page .main-show .param-box .param-txt .item.color .color-list > * {
            margin: 0;
            overflow: hidden;
            width: 100%; }
          .product-show-page .main-show .param-box .param-txt .item.color .color-list .pic {
            padding-bottom: 45%; }
          .product-show-page .main-show .param-box .param-txt .item.color .color-list .pic-title {
            text-align: center;
            font-size: 12px;
            font-family: Tahoma;
            line-height: 2em; }
    .product-show-page .main-show .swiper-button {
      color: #909090; }
    @media screen and (max-width: 768px) {
      .product-show-page .main-show {
        flex-wrap: wrap; }
        .product-show-page .main-show .sort-box {
          display: none;
          width: 0; }
        .product-show-page .main-show .main-content {
          flex-wrap: wrap; }
        .product-show-page .main-show .images-box {
          margin: 0 0; }
        .product-show-page .main-show .param-box {
          margin-top: 3vw; } }

.down-list-page .data-down {
  padding: 20px 0;
  border-bottom: 1px solid #B3B3B3; }
  .down-list-page .data-down .sortName {
    font-size: 18px;
    font-family: AlibabaSans-Medium;
    padding-bottom: 10px; }
  .down-list-page .data-down .down-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, auto));
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 30px; }
    .down-list-page .data-down .down-list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .down-list-page .data-down .down-list .item {
      margin-top: 10px;
      white-space: nowrap;
      position: relative;
      cursor: pointer;
      color: #032921;
      font-family: AlibabaSans-Regular;
      font-size: 14px; }
      .down-list-page .data-down .down-list .item:after {
        content: "\e1a30";
        font-family: iconfont;
        margin-left: 5px; }
      .down-list-page .data-down .down-list .item .title {
        position: relative; }
        .down-list-page .data-down .down-list .item .title:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 0;
          left: 0;
          bottom: 0;
          border-bottom: 1px solid #032921; }
.down-list-page .main-list {
  position: relative;
  margin: 70px 0; }
  .down-list-page .main-list:before, .down-list-page .main-list:after {
    content: "";
    position: absolute;
    width: 1000%;
    height: 0;
    left: 50%;
    transform: translateX(-50%); }
  .down-list-page .main-list:before {
    top: -40px; }
  .down-list-page .main-list:after {
    bottom: -40px; }
  .down-list-page .main-list .item {
    display: grid;
    grid-template-columns: minmax(30%, 300px) minmax(300px, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
    .down-list-page .main-list .item > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .down-list-page .main-list .item .pic {
      position: relative; }
      .down-list-page .main-list .item .pic a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .down-list-page .main-list .item .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .down-list-page .main-list .item .down-btn {
      width: 100%; }
      .down-list-page .main-list .item .down-btn .title {
        color: #032921;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 30px; }
        .down-list-page .main-list .item .down-btn .title:after {
          content: "\e1a30";
          margin-left: 10px; }
    .down-list-page .main-list .item .btn-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 10px;
      grid-column-gap: 10px; }
      .down-list-page .main-list .item .btn-list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .down-list-page .main-list .item .btn-list .btn-item {
        text-align: center;
        background-color: #a9a9a9;
        color: #fff;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        border-radius: 20px; }
        .down-list-page .main-list .item .btn-list .btn-item:hover {
          background-color: #032921; }
    @media screen and (max-width: 768px) {
      .down-list-page .main-list .item {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 4vw;
        grid-column-gap: 2vw; }
        .down-list-page .main-list .item > * {
          margin: 0;
          overflow: hidden;
          width: 100%; } }

.search-list-page .main-list {
  grid-gap: 30px 20px; }

.about-show-page .clear-div {
  width: 100%;
  height: 1px;
  background-color: #666; }
.about-show-page .path-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  text-transform: capitalize; }
  @media screen and (max-width: 768px) {
    .about-show-page .path-title {
      font-size: 16px;
      line-height: 1.5em;
      padding: 0.4em 0; } }
.about-show-page .about-page-company {
  padding: 20px 0 50px; }
  .about-show-page .about-page-company .company-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .about-show-page .about-page-company .company-box .left-box {
      flex: 0 0 auto;
      max-width: 100%;
      max-width: 50%;
      margin-right: 60px; }
    .about-show-page .about-page-company .company-box .right-box {
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%; }
      .about-show-page .about-page-company .company-box .right-box .content {
        margin-top: 30px;
        font-size: 16px;
        font-family: AlibabaSans-Light;
        line-height: 26px;
        color: #6e6e6e; }
        @media screen and (max-width: 1500px) {
          .about-show-page .about-page-company .company-box .right-box .content {
            margin-top: 25px;
            font-size: 16px;
            line-height: 24px; } }
        @media screen and (max-width: 768px) {
          .about-show-page .about-page-company .company-box .right-box .content {
            margin-top: 10px;
            font-size: 14px;
            line-height: 1.5em; } }
    @media screen and (max-width: 768px) {
      .about-show-page .about-page-company .company-box {
        flex-wrap: wrap; }
        .about-show-page .about-page-company .company-box .left-box {
          width: 100%;
          max-width: 100%;
          margin: 0 0 3vw; }
        .about-show-page .about-page-company .company-box .right-box {
          width: 100%; } }
  .about-show-page .about-page-company .history-box {
    margin-top: 20px; }
    .about-show-page .about-page-company .history-box .btn-list {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: space-between; }
      .about-show-page .about-page-company .history-box .btn-list .btn {
        width: 200px;
        flex: 1 1 auto;
        max-width: 100%;
        position: relative;
        text-align: center;
        margin-bottom: 39px; }
        .about-show-page .about-page-company .history-box .btn-list .btn:before {
          content: "\e1b05";
          font-size: 26px;
          line-height: 1;
          color: #6e6e6e;
          position: absolute;
          left: 50%;
          bottom: -39px;
          transform: translateX(-50%);
          z-index: 3; }
        .about-show-page .about-page-company .history-box .btn-list .btn:after {
          content: "";
          width: 100%;
          height: 0;
          color: #6e6e6e;
          border-bottom: 1px solid #6e6e6e;
          position: absolute;
          left: 0;
          bottom: -26px; }
        .about-show-page .about-page-company .history-box .btn-list .btn.active {
          color: #e90707; }
          .about-show-page .about-page-company .history-box .btn-list .btn.active:before {
            color: #e90707; }
    .about-show-page .about-page-company .history-box .list {
      margin-top: 30px; }
    .about-show-page .about-page-company .history-box .item {
      display: none; }
      .about-show-page .about-page-company .history-box .item.active {
        display: block; }
    @media screen and (min-width: 768px) {
      .about-show-page .about-page-company .history-box .item {
        display: none; }
        .about-show-page .about-page-company .history-box .item .btn {
          display: none; }
        .about-show-page .about-page-company .history-box .item.active {
          display: block; } }
    @media screen and (max-width: 768px) {
      .about-show-page .about-page-company .history-box .btn-list {
        display: none !important; }
      .about-show-page .about-page-company .history-box .list {
        margin-top: 3vw; }
      .about-show-page .about-page-company .history-box .item {
        position: relative;
        display: block;
        font-family: AlibabaSans-Light;
        padding-left: 31.2px; }
        .about-show-page .about-page-company .history-box .item + .item {
          margin-top: 15px; }
        .about-show-page .about-page-company .history-box .item .btn {
          font-size: 18px; }
          .about-show-page .about-page-company .history-box .item .btn:before {
            content: "\e1b05";
            font-size: 26px;
            line-height: 1;
            color: #e90707;
            position: absolute;
            left: 0;
            top: 5px;
            z-index: 3; }
          .about-show-page .about-page-company .history-box .item .btn.active {
            color: #e90707; }
            .about-show-page .about-page-company .history-box .item .btn.active:before {
              color: #e90707; }
        .about-show-page .about-page-company .history-box .item.active {
          display: block; } }
.about-show-page .about-page-you-shi {
  padding: 50px 0; }
  .about-show-page .about-page-you-shi .main-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .about-show-page .about-page-you-shi .main-box .left-box {
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%;
      padding-top: 20px; }
      .about-show-page .about-page-you-shi .main-box .left-box .list {
        margin-top: 30px; }
      .about-show-page .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; }
        .about-show-page .about-page-you-shi .main-box .left-box .item .item-title {
          flex: 0 0 auto;
          max-width: 100%;
          width: 120px;
          font-size: 16px;
          font-weight: bold;
          text-align: right;
          padding-right: 10px;
          color: #222; }
        .about-show-page .about-page-you-shi .main-box .left-box .item .item-content {
          width: 200px;
          flex: 1 1 auto;
          max-width: 100%;
          font-size: 16px;
          font-weight: normal;
          color: #6e6e6e; }
    .about-show-page .about-page-you-shi .main-box .right-box {
      flex: 0 0 auto;
      max-width: 100%;
      max-width: 50%;
      margin-left: 60px; }
  @media screen and (max-width: 768px) {
    .about-show-page .about-page-you-shi {
      padding: 2vw 0; }
      .about-show-page .about-page-you-shi .main-box {
        flex-direction: column-reverse; }
        .about-show-page .about-page-you-shi .main-box .left-box {
          padding-top: 0;
          width: 100%;
          max-width: 100%; }
          .about-show-page .about-page-you-shi .main-box .left-box .list {
            margin-top: 0; }
          .about-show-page .about-page-you-shi .main-box .left-box .item {
            line-height: 1.5em;
            margin-bottom: 10px; }
            .about-show-page .about-page-you-shi .main-box .left-box .item .item-content {
              width: 200px;
              flex: 1 1 auto;
              max-width: 100%;
              font-size: 14px;
              font-family: AlibabaSans-Light;
              font-weight: normal;
              color: #6e6e6e; }
        .about-show-page .about-page-you-shi .main-box .right-box {
          width: 100%;
          max-width: 100%;
          margin-left: 0; } }
.about-show-page .about-page-focusing .main-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: space-between;
  padding: 50px; }
  .about-show-page .about-page-focusing .main-box .left-box .title {
    font-size: 26px;
    font-family: AlibabaSans-Medium;
    color: #032921;
    line-height: 1.5em; }
  .about-show-page .about-page-focusing .main-box .left-box .desc {
    margin: 30px 20px auto;
    font-size: 18px;
    font-family: AlibabaSans-Light;
    color: #848484;
    line-height: 2em; }
  .about-show-page .about-page-focusing .main-box .right-box {
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 50px; }
@media screen and (max-width: 1500px) {
  .about-show-page .about-page-focusing .main-box .left-box .desc {
    font-size: 16px;
    line-height: 1.5em; } }
@media screen and (max-width: 768px) {
  .about-show-page .about-page-focusing {
    padding: 2vw 0; }
    .about-show-page .about-page-focusing .main-box {
      padding: 0;
      flex-direction: column-reverse; }
      .about-show-page .about-page-focusing .main-box .left-box {
        width: 100%;
        max-width: 100%; }
        .about-show-page .about-page-focusing .main-box .left-box .title {
          font-size: 16px; }
        .about-show-page .about-page-focusing .main-box .left-box .desc {
          margin: 15px 10px auto;
          font-size: 14px; }
      .about-show-page .about-page-focusing .main-box .right-box {
        width: 100%;
        max-width: 100%;
        margin-left: 0; } }
.about-show-page .about-page-gongyi {
  padding: 50px 0; }
  .about-show-page .about-page-gongyi .pic {
    margin-top: 30px;
    background: url("../images/gongyi.png") no-repeat center top;
    background-size: contain;
    width: 1400px;
    height: 609px; }
  @media screen and (max-width: 768px) {
    .about-show-page .about-page-gongyi {
      padding: 2vw 0; }
      .about-show-page .about-page-gongyi .path-title {
        font-size: 16px;
        line-height: 1.5em; }
      .about-show-page .about-page-gongyi .pic {
        margin-top: 1.5vw;
        background-image: url("../images/gongyi-wap.png");
        width: 100%;
        height: 182.6484018265vw; } }
.about-show-page .about-page-btn-img {
  padding: 50px 0; }
  .about-show-page .about-page-btn-img .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start; }
    .about-show-page .about-page-btn-img .btn-list .btn a {
      display: block;
      font-size: 16px;
      line-height: 1em;
      padding: 7px 16px;
      border: 1px solid #dfdfdf;
      border-radius: 5px;
      color: #696969; }
    .about-show-page .about-page-btn-img .btn-list .btn.curr a, .about-show-page .about-page-btn-img .btn-list .btn:hover a {
      background-color: #dfdfdf;
      border-color: #dfdfdf; }
    .about-show-page .about-page-btn-img .btn-list .btn:nth-child(n + 2) {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 3px solid #dfdfdf; }
  .about-show-page .about-page-btn-img .panels-box {
    margin-top: 30px; }
    .about-show-page .about-page-btn-img .panels-box .panel {
      display: none; }
      .about-show-page .about-page-btn-img .panels-box .panel.curr {
        display: block; }
    .about-show-page .about-page-btn-img .panels-box .img-box {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 20px;
      grid-column-gap: 20px; }
      .about-show-page .about-page-btn-img .panels-box .img-box > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .about-show-page .about-page-btn-img .panels-box .img-box .pic {
        position: relative;
        padding-bottom: 80%; }
        .about-show-page .about-page-btn-img .panels-box .img-box .pic .img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .about-show-page .about-page-btn-img .panels-box .img-box .title {
        line-height: 2em;
        text-align: center;
        color: #696969; }
  .about-show-page .about-page-btn-img .more-div {
    text-align: right; }
    .about-show-page .about-page-btn-img .more-div .more-a {
      display: inline-block;
      padding: 5px 10px;
      border-radius: 5px;
      background-color: #032921;
      border: 1px solid #032921;
      color: #FFF; }
      .about-show-page .about-page-btn-img .more-div .more-a:hover {
        background-color: #FFF;
        color: #032921; }
  @media screen and (max-width: 768px) {
    .about-show-page .about-page-btn-img .panels-box {
      margin-top: 3vw; }
      .about-show-page .about-page-btn-img .panels-box .img-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 2vw;
        grid-column-gap: 2vw; }
        .about-show-page .about-page-btn-img .panels-box .img-box > * {
          margin: 0;
          overflow: hidden;
          width: 100%; } }

.img-list-page {
  padding: 30px 0; }
  .img-list-page .btn-list {
    margin-bottom: 30px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start !important; }
    .img-list-page .btn-list .btn a {
      display: block;
      font-size: 16px;
      line-height: 1em;
      padding: 7px 16px;
      border: 1px solid #dfdfdf;
      border-radius: 5px;
      color: #696969; }
    .img-list-page .btn-list .btn.curr a, .img-list-page .btn-list .btn:hover a {
      background-color: #dfdfdf;
      border-color: #dfdfdf; }
    .img-list-page .btn-list .btn:nth-child(n + 2) {
      margin-left: 10px;
      padding-left: 10px;
      border-left: 3px solid #dfdfdf; }
  .img-list-page .main-list .item .zoom {
    width: 100%;
    height: 100%; }
  .img-list-page .main-list .item .title {
    line-height: 2em;
    color: #666;
    text-align: center; }

.news-list-page .main-list {
  margin-top: 30px;
  grid-gap: 20px; }
  .news-list-page .main-list .item {
    background-color: #f0f0f0; }
  .news-list-page .main-list .outer-div {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
  .news-list-page .main-list .pic {
    width: 25%;
    height: 100%;
    flex: 0 0 auto;
    max-width: 100%; }
    .news-list-page .main-list .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-list-page .main-list .text-box {
    width: 200px;
    flex: 1 1 auto;
    max-width: 100%;
    margin: 50px 50px; }
    .news-list-page .main-list .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; }
    .news-list-page .main-list .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; }
  .news-list-page .main-list .time {
    width: 10%;
    flex: 0 0 auto;
    max-width: 100%;
    align-self: center;
    font-family: "microsoft yahei";
    color: #999; }
    .news-list-page .main-list .time .d {
      font-size: 26px;
      text-align: center; }
    .news-list-page .main-list .time .ym {
      text-align: center; }

.show-1 .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  text-align: center; }
.show-1 .time {
  display: block;
  line-height: 26px;
  text-align: center; }
.show-1 .content {
  margin-top: 10px;
  padding-top: 10px; }

.sub-nav-top {
  padding: 20px;
  width: 100%;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  gap: 10px; }
  .sub-nav-top .item {
    box-sizing: border-box;
    height: 40px;
    line-height: 36px;
    min-width: 100px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 7px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to bottom, #fefefe, #dddedd), linear-gradient(to bottom, #dddedd, #fefefe);
    padding: 0 20px; }
    .sub-nav-top .item a {
      display: block;
      height: 100%;
      white-space: nowrap; }
    .sub-nav-top .item.curr {
      background-image: linear-gradient(to bottom, #8dddc5, #067252), linear-gradient(to bottom, #dddedd, #fefefe);
      color: #fff; }
      .sub-nav-top .item.curr a {
        color: #fff; }
  @media screen and (max-width: 768px) {
    .sub-nav-top {
      padding: 2vw;
      gap: 2vw; }
      .sub-nav-top .item {
        flex-grow: 1;
        max-width: 100%; } }

@media screen and (min-width: 768px) {
  .product-list-page .sub-nav-top {
    display: none !important; } }

.case-list-page .main-list .outer-div {
  position: relative; }
.case-list-page .main-list .text-box {
  background-image: -ms-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
  background-image: -moz-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 5px;
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-align: right;
  padding-right: 20px;
  font-size: 14px;
  font-family: "microsoft yahei"; }

.case-show-page {
  background-color: #EEEEEE;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .case-show-page .images-box {
      height: 96vh;
      max-height: 96vh;
      overflow-y: hidden;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column; }
      .case-show-page .images-box > div:nth-child(1) {
        width: 100%;
        width: 100%;
        flex: 1 1 auto;
        max-width: 100%;
        overflow: hidden; }
        .case-show-page .images-box > div:nth-child(1) .big-roll-box, .case-show-page .images-box > div:nth-child(1) ul, .case-show-page .images-box > div:nth-child(1) li {
          height: 100%; }
      .case-show-page .images-box > div:nth-child(2) {
        width: 100%;
        flex: 0 0 auto;
        max-width: 100%; } }

.show-2 .images-box {
  margin: 0 auto; }
.show-2 .img-box .item {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  .show-2 .img-box .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 500ms; }
  .show-2 .img-box .item:before {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 100px; }
.show-2 .small-roll-box {
  margin: 20px auto 0;
  width: 90%;
  overflow: hidden; }
  .show-2 .small-roll-box .pic {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
    .show-2 .small-roll-box .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition-duration: 500ms; }
.show-2 .swiper-button {
  max-height: 50%;
  padding: 15px;
  background-color: #dedede;
  height: 32px !important;
  width: 51px !important;
  border-radius: 5px; }
  .show-2 .swiper-button:after {
    color: #888;
    font-size: 18px;
    font-weight: bold; }
.show-2 .swiper-button:after {
  font-size: 12px !important;
  padding: 10px; }

.swiper-button:after {
  content: "\e1090";
  font-family: iconfont; }
.swiper-button.btn-horizontal:after {
  font-size: 12px; }
.swiper-button.btn-horizontal.swiper-button-prev {
  transform: rotate(-90deg); }
.swiper-button.btn-horizontal.swiper-button-next {
  transform: rotate(90deg); }
.swiper-button.btn-vertical {
  left: 50%;
  right: auto;
  transform: translate(-50%, 50%); }
  .swiper-button.btn-vertical:after {
    font-size: 20px; }
  .swiper-button.btn-vertical.swiper-button-prev {
    top: 0;
    bottom: auto; }
  .swiper-button.btn-vertical.swiper-button-next {
    top: auto;
    bottom: 0;
    transform: rotate(180deg); }

.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.open {
    display: block; }
  .member-div .iframe-box {
    background: url("../images/member-bg.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: 1 1 auto;
      max-width: 100%;
      height: 33px;
      line-height: 33px;
      border: 1px solid #666;
      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: #032921;
    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: #032921; }

.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: #032921; }

@media screen and (min-width: 768px) {
  .cateList {
    display: none; } }
@media screen and (max-width: 768px) {
  .cateList {
    display: block;
    position: relative; }
    .cateList .sort-box {
      text-align: center;
      background-color: #032921;
      color: #fff;
      line-height: 60px;
      height: 60px;
      font-size: 20px; } }
    @media screen and (max-width: 768px) and (min-width: 768px) {
      .cateList .sort-box {
        display: none; } }
@media screen and (max-width: 768px) {
    .cateList .goBack, .cateList .click {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px; }
      .cateList .goBack:before, .cateList .click:before {
        font-size: 30px; }
    .cateList .click {
      left: auto;
      right: 0; }
      .cateList .click.open:before {
        content: "\e1050"; }
    .cateList .subbox {
      display: none;
      opacity: 0; }
      .cateList .subbox .list {
        margin: 3px;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap; }
        .cateList .subbox .list a {
          flex-grow: 1;
          min-width: 100px;
          max-width: 100%;
          padding: 3px 8px;
          display: block;
          margin: 5px;
          line-height: 30px;
          text-align: center;
          background-color: #f2f8fc;
          border: 1px solid #f2f8fc; }
          .cateList .subbox .list a.on {
            background-color: #032921;
            color: #fff;
            border-color: #032921; }
      .cateList .subbox.open {
        display: block;
        opacity: 1; } }
    @media screen and (max-width: 768px) and (min-width: 768px) {
      .cateList .subbox {
        display: block;
        opacity: 1; }
        .cateList .subbox .list {
          justify-content: center; }
          .cateList .subbox .list a {
            flex-grow: 0; } }

@media screen and (max-width: 768px) {
  .fancybox-slide--video {
    padding: 0 !important; }
    .fancybox-slide--video .fancybox-content {
      width: auto !important;
      height: auto !important;
      max-width: 100vw;
      max-height: 100vh; } }

/*# sourceMappingURL=style.css.map */
