@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 90%; } }
  @media (max-width: 768px) {
    .container {
      width: 96%;
      min-width: 300px; } }

html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.formSet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem; }
  .formSet .input_1 {
    width: 100%; }
  .formSet .input_2 {
    max-width: 50%;
    min-width: 40%;
    flex: auto; }
  .formSet .input_3 {
    max-width: 34%;
    min-width: 30%;
    flex: auto; }
  .formSet .input_4 {
    max-width: 25%;
    min-width: 23%;
    flex: auto; }
  .formSet .input_5 {
    max-width: 20%;
    min-width: 18%;
    flex: auto; }
  .formSet input, .formSet textarea, .formSet select {
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 2px;
    border: 1px solid #ccc;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
    .formSet input:hover, .formSet textarea:hover, .formSet select:hover {
      border: 1px solid #666;
      border-radius: 5px; }
  .formSet input {
    height: 50px;
    line-height: 50px; }
  .formSet input[type=checkbox] {
    width: 50px;
    display: inline-block;
    cursor: pointer; }
  .formSet textarea {
    height: 150px;
    line-height: 30px;
    overflow-y: scroll; }
  .formSet input[type=submit] {
    background-color: #22627b;
    color: #fff;
    cursor: pointer; }
  .formSet select {
    width: 100%;
    height: 50px; }
    .formSet select option {
      padding-top: 10px;
      padding-bottom: 10px; }

html {
  font-size: 62.5%;
  background: #FFFFFF; }

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial,Tahoma,"Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; }

.container {
  max-width: 160rem; }

a {
  color: #333;
  text-transform: none; }
  a:hover {
    color: #e50b1c; }

.logo-nav-search {
  z-index: 99991;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 2rem; }
  @media screen and (min-width: 768px) {
    .logo-nav-search.sticky {
      background-color: #FFFFFF; }
      .logo-nav-search.sticky [data-module="logo"] img {
        display: block; }
        .logo-nav-search.sticky [data-module="logo"] img:first-child {
          display: none; }
      .logo-nav-search.sticky .main-nav_dropdown .txt-con {
        color: #232323 !important; } }
  @media screen and (max-width: 768px) {
    .logo-nav-search.sticky {
      background-color: #000; } }
  .logo-nav-search .container[data-module="flex"] {
    gap: 2rem;
    position: relative;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .logo-nav-search .logo img {
      max-height: 5rem;
      width: auto; } }
  @media screen and (min-width: 768px) {
    .logo-nav-search .main-nav_dropdown .wap-nav-btn {
      display: none; }
    .logo-nav-search .main-nav_dropdown .nav-ul-1 {
      justify-content: space-between;
      background-color: transparent; }
      .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-li-1 {
        position: relative;
        flex: 1 1 auto; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-li-1:hover .nav-a-1 .txt-con {
          transform: translateY(-100%);
          opacity: 0; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-li-1:hover .nav-a-1:after {
          transform: translateY(0);
          opacity: 1;
          color: #e50b1c; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-li-1:hover .nav-a-1:before {
          width: 3rem; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-li-1:hover .lay-div {
          display: block; }
      .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1 {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        color: #FFFF;
        font-size: 1.6rem;
        overflow: hidden; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1 .txt-con {
          padding: 1.5rem 0;
          display: block;
          width: 100%;
          height: 100%;
          transition: transform 0.3s ease; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1:after {
          content: attr(data-text);
          display: block;
          position: absolute;
          z-index: 2;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding: 1.5rem 0;
          transition: transform 0.3s ease;
          transform: translateY(100%);
          /* 初始隐藏在下侧 */
          opacity: 0; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1:before {
          position: absolute;
          content: "";
          width: 0;
          border-bottom: 0.3rem solid #e50b1c;
          left: 50%;
          bottom: 0;
          z-index: 3;
          transform: translateX(-50%);
          transition: transform 0.3s ease; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1.hover .txt-con {
          transform: translateY(-100%);
          opacity: 0; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1.hover:after {
          transform: translateY(0);
          opacity: 1;
          color: #e50b1c; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1.hover:before {
          width: 3rem; }
      .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        min-width: 100%;
        width: 160%; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div .nav-ul-2 {
          padding: 0.8rem 2.4rem;
          box-shadow: 0 0 2.4rem 0 rgba(75, 76, 79, 0.1);
          background-color: #FFFFFF; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div .nav-li-2 {
          border-bottom: 0.1rem dashed #E3E9EE; }
          .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div .nav-li-2:last-child {
            border-bottom: none; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div .nav-a-2 {
          position: relative;
          display: block;
          text-align: left;
          width: 100%;
          color: #232323;
          line-height: 3em;
          font-size: 1.4rem;
          font-weight: normal;
          transition: all 300ms linear;
          text-overflow: ellipsis;
          white-space: nowrap;
          word-break: break-word;
          overflow: hidden; }
          .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div .nav-a-2:before {
            content: "";
            width: 0;
            height: 0.3rem;
            background-color: #e50b1c;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all 300ms linear; }
          .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div .nav-a-2:hover {
            color: #232323;
            padding-left: 2.4rem; }
            .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div .nav-a-2:hover:before {
              width: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .logo-nav-search .main-nav_dropdown .wap-nav-btn {
      display: block;
      position: fixed;
      z-index: 99999;
      top: 1rem;
      right: 1rem;
      background-color: #000;
      padding: 1rem;
      transition: all 300ms linear; }
      .logo-nav-search .main-nav_dropdown .wap-nav-btn:before {
        content: "\e1a10";
        font-family: iconfont;
        font-size: 3rem;
        width: 3rem;
        height: 3rem;
        color: #FFF;
        line-height: 1em; }
      .logo-nav-search .main-nav_dropdown .wap-nav-btn.on {
        transform: translateX(-70vw); }
        .logo-nav-search .main-nav_dropdown .wap-nav-btn.on:before {
          content: "\e5006"; }
    .logo-nav-search .main-nav_dropdown .nav-ul-1 {
      position: fixed;
      z-index: 99998;
      width: 70vw;
      height: 100vh;
      top: 0;
      right: 0;
      flex-direction: column;
      transform: translateX(100%);
      background-color: #4e4e4e;
      transition: all 300ms linear; }
      .logo-nav-search .main-nav_dropdown .nav-ul-1.on {
        transform: translateX(0); }
      .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-li-1 {
        position: relative;
        width: 90%;
        margin: 0 auto;
        border-bottom: 0.1rem solid #EEEEEE; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-li-1:last-child {
          border-bottom: none; }
      .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1 {
        position: relative;
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 1.6rem;
        overflow: hidden; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1 .txt-con {
          padding: 1.5rem 0;
          display: block;
          width: 100%;
          height: 100%; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1:before {
          position: absolute;
          content: "";
          width: 0;
          border-bottom: none;
          left: 50%;
          bottom: 0;
          z-index: 3;
          transform: translateX(-50%);
          transition: transform 0.3s ease; }
        .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1.hover {
          color: #FFF; }
          .logo-nav-search .main-nav_dropdown .nav-ul-1 .nav-a-1.hover:before {
            width: 3rem; }
      .logo-nav-search .main-nav_dropdown .nav-ul-1 .lay-div {
        display: none; } }
  @media screen and (min-width: 768px) {
    .logo-nav-search .main-nav_dropdown .nav-ul-1 {
      height: 100%; }
    .logo-nav-search .main-nav_dropdown .nav-li-1.add_data_list {
      position: unset; }
    .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list {
      top: 100%;
      left: 0;
      width: 100%;
      max-width: 100%;
      min-height: 80vh;
      max-height: 90vh;
      position: absolute;
      background-color: #FFFFFF;
      gap: 2rem; }
      .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box {
        width: 200px;
        flex: 1 1 auto;
        max-width: 100%;
        max-width: 30rem; }
        .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-li-2 {
          margin-bottom: 30px; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-li-2:hover .nav-a-2:before, .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-li-2.curr .nav-a-2:before {
            height: 100%;
            width: 100% !important;
            z-index: 1;
            border-radius: 0.5rem; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-li-2:hover .nav-a-2 .text-con, .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-li-2.curr .nav-a-2 .text-con {
            color: #FFFFFF; }
        .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-a-2 {
          padding-left: 2.4rem; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-a-2:before {
            height: 60%;
            width: 0.5rem !important;
            z-index: 1; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .left-box .nav-a-2 .text-con {
            position: relative;
            z-index: 2;
            font-size: 1.6rem;
            font-weight: bold;
            height: 3em;
            line-height: 3em; }
      .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box {
        width: 200px;
        flex: 1 1 auto;
        max-width: 100%; }
        .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .nav-li-2 {
          position: relative;
          display: none; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .nav-li-2.curr {
            display: block; }
        .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .data-list {
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          flex-wrap: wrap;
          gap: 2rem; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .data-list .data-item {
            text-align: center;
            padding: 5px; }
            .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .data-list .data-item:hover {
              box-shadow: 0 1px 5px 0 rgba(248, 248, 248, 0.7); }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .data-list .outer-div {
            display: -webkit-flex !important;
            display: flex !important;
            -ms-display: flex !important;
            justify-content: center;
            align-items: center;
            gap: 10px;
            flex-direction: column; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .data-list .pic {
            max-width: 120px; }
          .logo-nav-search .main-nav_dropdown .nav-li-1 .lay-div.add_data_list .right-box .data-list .text-con {
            width: 120px;
            text-align: left;
            font-size: 1.4rem;
            font-weight: normal;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.5em;
            height: 3em; } }
  .logo-nav-search .search {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-items: center; }
    .logo-nav-search .search .searchformform {
      position: relative; }
      .logo-nav-search .search .searchformform .searchword {
        height: 4rem;
        line-height: 4rem;
        border: 1px solid #F1F1F1;
        padding-left: 1rem;
        padding-right: 5rem; }
      .logo-nav-search .search .searchformform .searchgo {
        width: 4rem;
        height: 4rem;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        line-height: 4rem;
        font-size: 2rem;
        font-family: iconfont;
        background-color: #e50b1c;
        color: #FFF; }
        .logo-nav-search .search .searchformform .searchgo:hover {
          background-color: #e50b1c;
          cursor: pointer; }
    @media screen and (max-width: 768px) {
      .logo-nav-search .search .main-box {
        width: 100%; }
        .logo-nav-search .search .main-box .search {
          width: 100%; }
          .logo-nav-search .search .main-box .search .searchformform .searchword {
            width: 100%; }
        .logo-nav-search .search .main-box .page-position, .logo-nav-search .search .main-box .page-keyword {
          display: none; } }
  @media screen and (min-width: 768px) {
    .logo-nav-search {
      position: fixed; } }
  @media screen and (max-width: 768px) {
    .logo-nav-search {
      position: relative;
      background-color: #000 !important; }
      .logo-nav-search .search {
        display: none !important; } }

.bannerItem {
  position: relative; }
  .bannerItem .text-box {
    position: absolute;
    left: 15%;
    bottom: 25%; }
    .bannerItem .text-box .txt-con {
      color: #FFF;
      font-size: 4rem;
      font-weight: bold; }
  @media screen and (max-width: 768px) {
    .bannerItem .text-box {
      bottom: 15%; }
      .bannerItem .text-box .txt-con {
        font-size: 2rem; } }

@media screen and (min-width: 768px) {
  .index-text {
    display: block;
    background-color: #c20000;
    padding: 1rem 0; }
    .index-text .text-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      width: 100%;
      background-color: transparent;
      padding: 0.5rem 0; }
    .index-text .grid-item {
      color: #FFFFFF;
      text-align: center;
      padding: 0 1.5rem;
      position: relative; }
      .index-text .grid-item:nth-child(n+2):before {
        content: "";
        width: 0;
        height: 100%;
        border-right: 0.1rem solid #bfbfbf;
        position: absolute;
        top: 0;
        left: 0; }
    .index-text .line-large {
      font-size: 2.4rem;
      line-height: 1.3;
      grid-column: 1 / -1;
      margin: 0;
      padding: 0; }
    .index-text .line-small {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.5;
      grid-column: 1 / -1;
      margin-top: 0;
      padding: 0; } }
@media screen and (max-width: 768px) {
  .index-text {
    display: none; } }

@media screen and (min-width: 768px) {
  [data-module="index-pro-cate-header"] {
    margin-top: 4rem; }
    [data-module="index-pro-cate-header"] .title {
      padding: 1rem 0; }
      [data-module="index-pro-cate-header"] .title .txt-con {
        text-align: center;
        font-size: 4rem;
        font-weight: normal;
        color: #262626; } }
@media screen and (max-width: 768px) {
  [data-module="index-pro-cate-header"] {
    margin-top: 2rem; }
    [data-module="index-pro-cate-header"] .title {
      padding: 1rem 0; }
      [data-module="index-pro-cate-header"] .title .txt-con {
        text-align: center;
        font-size: 2.2rem;
        font-weight: normal;
        color: #262626; } }

@media screen and (min-width: 768px) {
  [data-module="index-pro-cate-list"] [data-module="grid"] {
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    justify-content: start; }
    [data-module="index-pro-cate-list"] [data-module="grid"] > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    [data-module="index-pro-cate-list"] [data-module="grid"] .item {
      position: relative; }
      [data-module="index-pro-cate-list"] [data-module="grid"] .item:hover .title {
        color: #fff; }
      [data-module="index-pro-cate-list"] [data-module="grid"] .item:hover .pic img {
        transform: scale(1.2); }
      [data-module="index-pro-cate-list"] [data-module="grid"] .item .pic {
        position: relative;
        padding-bottom: 66.6666666667%;
        overflow: hidden; }
        [data-module="index-pro-cate-list"] [data-module="grid"] .item .pic img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 500ms linear; }
          [data-module="index-pro-cate-list"] [data-module="grid"] .item .pic img:hover {
            transform: scale(1.2); }
      [data-module="index-pro-cate-list"] [data-module="grid"] .item .text-area {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); }
        [data-module="index-pro-cate-list"] [data-module="grid"] .item .text-area .title .txt-con {
          font-size: 2rem;
          font-weight: normal;
          color: #fff;
          text-align: center;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-height: 3em;
          height: 3em; } }
@media screen and (max-width: 768px) {
  [data-module="index-pro-cate-list"] [data-module="grid"] {
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    justify-content: start; }
    [data-module="index-pro-cate-list"] [data-module="grid"] > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    [data-module="index-pro-cate-list"] [data-module="grid"] .item {
      position: relative; }
      [data-module="index-pro-cate-list"] [data-module="grid"] .item .pic {
        position: relative;
        padding-bottom: 80%;
        overflow: hidden; }
        [data-module="index-pro-cate-list"] [data-module="grid"] .item .pic img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 500ms linear; }
      [data-module="index-pro-cate-list"] [data-module="grid"] .item .text-area {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); }
        [data-module="index-pro-cate-list"] [data-module="grid"] .item .text-area .title .txt-con {
          font-size: 2rem;
          font-weight: normal;
          color: #fff;
          text-align: center;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-height: 3em;
          height: 3em; } }

[data-module="index-pro-header"], .other-pro-header {
  padding-top: 5rem; }
  @media screen and (min-width: 768px) {
    [data-module="index-pro-header"] .title, .other-pro-header .title {
      padding: 1rem 0; }
      [data-module="index-pro-header"] .title .txt-con, .other-pro-header .title .txt-con {
        text-align: center;
        font-size: 4rem;
        font-weight: normal;
        color: #262626; } }
  @media screen and (max-width: 768px) {
    [data-module="index-pro-header"] .title, .other-pro-header .title {
      padding: 1rem 0; }
      [data-module="index-pro-header"] .title .txt-con, .other-pro-header .title .txt-con {
        text-align: center;
        font-size: 2.2rem;
        font-weight: normal;
        color: #262626; } }

@media screen and (min-width: 768px) {
  [data-module="index-pro-list"], .other-pro-list {
    background: linear-gradient(135deg, #e8edf3, #d6e7f1);
    padding: 5rem 0; }
    [data-module="index-pro-list"] .container, .other-pro-list .container {
      width: 98%;
      max-width: 192rem; }
    [data-module="index-pro-list"] .list, .other-pro-list .list {
      margin: 5.2rem 2.8rem 0 2.8rem;
      display: grid;
      grid-template-columns: auto;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 2rem;
      grid-column-gap: 2rem;
      justify-content: start; }
      [data-module="index-pro-list"] .list > *, .other-pro-list .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
    [data-module="index-pro-list"] .item, .other-pro-list .item {
      position: relative;
      overflow: hidden; }
      [data-module="index-pro-list"] .item:hover .popover, .other-pro-list .item:hover .popover {
        height: 100%; }
      [data-module="index-pro-list"] .item:hover .title, .other-pro-list .item:hover .title {
        color: #FFF; }
      [data-module="index-pro-list"] .item:hover .pic img, .other-pro-list .item:hover .pic img {
        transform: scale(1.2); }
      [data-module="index-pro-list"] .item .popover, .other-pro-list .item .popover {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        padding: 0 3rem;
        overflow: hidden;
        background-color: rgba(241, 2, 21, 0.8);
        transition: all 500ms linear;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: center; }
        [data-module="index-pro-list"] .item .popover .title .txt-con, .other-pro-list .item .popover .title .txt-con {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          line-height: 1.5em;
          height: 3em;
          text-align: center;
          font-size: 1.8rem;
          font-weight: normal;
          color: #FFF; }
        [data-module="index-pro-list"] .item .popover .hr, .other-pro-list .item .popover .hr {
          margin: 2rem 0;
          position: relative; }
          [data-module="index-pro-list"] .item .popover .hr:before, .other-pro-list .item .popover .hr:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            width: 5rem;
            height: 0;
            border-top: 0.2rem solid #FFF;
            transform: translate(-50%); }
        [data-module="index-pro-list"] .item .popover .desc, .other-pro-list .item .popover .desc {
          font-size: 1.4rem;
          font-weight: normal;
          color: #FFF; }
          [data-module="index-pro-list"] .item .popover .desc .txt-con, .other-pro-list .item .popover .desc .txt-con {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.2em;
            height: 2.4em; }
      [data-module="index-pro-list"] .item .pic, .other-pro-list .item .pic {
        position: relative;
        padding-bottom: 100%; }
        [data-module="index-pro-list"] .item .pic img, .other-pro-list .item .pic img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 500ms linear; }
          [data-module="index-pro-list"] .item .pic img:hover, .other-pro-list .item .pic img:hover {
            transform: scale(1.2); }
      [data-module="index-pro-list"] .item .pic-con > .title, .other-pro-list .item .pic-con > .title {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 2em;
        height: 2em;
        font-size: 2rem;
        font-weight: normal;
        color: #323232;
        text-align: center;
        line-height: 2em; } }
@media screen and (max-width: 768px) {
  [data-module="index-pro-list"], .other-pro-list {
    background: linear-gradient(135deg, #e8edf3, #d6e7f1);
    padding: 5rem 0; }
    [data-module="index-pro-list"] .container, .other-pro-list .container {
      width: 90%;
      max-width: 192rem; }
    [data-module="index-pro-list"] .list, .other-pro-list .list {
      display: grid;
      grid-template-columns: auto;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 2rem;
      grid-column-gap: 2rem;
      justify-content: start; }
      [data-module="index-pro-list"] .list > *, .other-pro-list .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      [data-module="index-pro-list"] .list .item, .other-pro-list .list .item {
        position: relative; }
        [data-module="index-pro-list"] .list .item .popover, .other-pro-list .list .item .popover {
          position: absolute;
          z-index: 3;
          width: 100%;
          height: 0;
          top: 0;
          left: 0;
          padding: 0 3rem;
          overflow: hidden;
          background-color: rgba(241, 2, 21, 0.8);
          transition: all 500ms linear;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          flex-direction: column;
          justify-content: center; }
          [data-module="index-pro-list"] .list .item .popover .title .txt-con, .other-pro-list .list .item .popover .title .txt-con {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            line-height: 1.5em;
            height: 1.5em;
            font-size: 2.4rem;
            font-weight: normal;
            color: #FFF; }
          [data-module="index-pro-list"] .list .item .popover .hr, .other-pro-list .list .item .popover .hr {
            margin: 2rem 0;
            position: relative; }
            [data-module="index-pro-list"] .list .item .popover .hr:before, .other-pro-list .list .item .popover .hr:before {
              content: "";
              position: absolute;
              left: 50%;
              top: 0;
              width: 5rem;
              height: 0;
              border-top: 0.2rem solid #FFF;
              transform: translate(-50%); }
          [data-module="index-pro-list"] .list .item .popover .desc, .other-pro-list .list .item .popover .desc {
            font-size: 1.6rem;
            font-weight: normal;
            color: #FFF; }
            [data-module="index-pro-list"] .list .item .popover .desc .txt-con, .other-pro-list .list .item .popover .desc .txt-con {
              display: -webkit-box;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              line-height: 1.2em;
              height: 2.4em; }
        [data-module="index-pro-list"] .list .item .pic, .other-pro-list .list .item .pic {
          position: relative;
          padding-bottom: 100%; }
          [data-module="index-pro-list"] .list .item .pic img, .other-pro-list .list .item .pic img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        [data-module="index-pro-list"] .list .item .title, .other-pro-list .list .item .title {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          line-height: 1.5em;
          height: 3em;
          font-size: 1.6rem;
          font-weight: normal;
          color: #323232;
          text-align: center; } }

@media screen and (min-width: 768px) {
  [data-module="index-pro-btn"] .btn {
    margin: 4rem;
    text-align: center; }
    [data-module="index-pro-btn"] .btn .btn-a {
      display: inline-block;
      line-height: 4em;
      border-radius: 0em;
      overflow: hidden;
      position: relative;
      border: 0.1rem solid #c00000;
      transition: all 300ms linear; }
      [data-module="index-pro-btn"] .btn .btn-a:hover:before {
        width: 0; }
      [data-module="index-pro-btn"] .btn .btn-a:hover .txt-con {
        color: #232323;
        background-color: #FFF; }
      [data-module="index-pro-btn"] .btn .btn-a:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #c00000;
        transition: all 300ms linear; }
      [data-module="index-pro-btn"] .btn .btn-a .txt-con {
        position: relative;
        padding: 0 5rem;
        z-index: 3;
        color: #FFF;
        background-color: transparent;
        transition: all 300ms linear;
        font-weight: bold; } }
@media screen and (max-width: 768px) {
  [data-module="index-pro-btn"] .btn {
    margin: 4rem;
    text-align: center; }
    [data-module="index-pro-btn"] .btn .btn-a {
      display: inline-block;
      line-height: 4em;
      border-radius: 0em;
      overflow: hidden;
      position: relative;
      border: 0.1rem solid #c00000;
      transition: all 300ms linear; }
      [data-module="index-pro-btn"] .btn .btn-a:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background-color: #c00000;
        transition: all 300ms linear; }
      [data-module="index-pro-btn"] .btn .btn-a .txt-con {
        position: relative;
        padding: 0 5rem;
        z-index: 3;
        color: #FFF;
        background-color: transparent;
        transition: all 300ms linear;
        font-weight: bold; } }

.index-choose {
  background-color: #000;
  padding: 4rem 0.5rem; }
  .index-choose .sort-box {
    padding: 1rem;
    font-size: 4rem;
    color: #FFFFFF;
    text-align: center; }
  .index-choose .list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 2rem;
    grid-column-gap: 0;
    justify-content: start; }
    .index-choose .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-choose .list .outer-div {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important; }
      .index-choose .list .outer-div .img-box {
        width: 41.6666666667%;
        flex: 0 0 auto; }
      .index-choose .list .outer-div .text-box {
        width: 58.3333333333%;
        flex: 1 1 auto;
        padding: 2rem;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
        .index-choose .list .outer-div .text-box .line-large {
          font-size: 2.2rem;
          font-weight: bold;
          color: #FFFFFF; }
        .index-choose .list .outer-div .text-box .line-small {
          margin-top: 1rem;
          font-size: 1.6rem;
          font-weight: normal;
          color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .index-choose .sort-box {
      margin-top: 2rem;
      padding: 1rem;
      font-size: 2.6rem; }
    .index-choose .list {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: auto;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 3rem;
      grid-column-gap: 0;
      justify-content: start; }
      .index-choose .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .index-choose .list .outer-div {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important; }
        .index-choose .list .outer-div .img-box {
          width: 41.6666666667%;
          flex: 0 0 auto; }
        .index-choose .list .outer-div .text-box {
          width: 58.3333333333%;
          flex: 1 1 auto;
          padding: 0 1rem;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; }
          .index-choose .list .outer-div .text-box .line-large {
            font-size: 1.8rem;
            font-weight: bold; }
          .index-choose .list .outer-div .text-box .line-small {
            margin-top: 1rem;
            font-size: 1.3rem;
            font-weight: normal;
            color: #777777; } }

@media screen and (min-width: 768px) {
  [data-module="index-strength-header"] .title {
    padding: 1rem 0; }
    [data-module="index-strength-header"] .title .txt-con {
      text-align: center;
      font-size: 4rem;
      font-weight: normal;
      color: #262626; } }
@media screen and (max-width: 768px) {
  [data-module="index-strength-header"] .title {
    padding: 1rem 0; }
    [data-module="index-strength-header"] .title .txt-con {
      text-align: center;
      font-size: 2.2rem;
      font-weight: normal;
      color: #262626; } }

@media screen and (min-width: 768px) {
  [data-module="index-strength-list"] {
    padding: 0 1rem; }
    [data-module="index-strength-list"] [data-module="grid"] {
      display: grid;
      grid-template-columns: auto;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 3rem;
      grid-column-gap: 3rem;
      justify-content: start; }
      [data-module="index-strength-list"] [data-module="grid"] > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      [data-module="index-strength-list"] [data-module="grid"] .text-box {
        padding: 2rem;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
        [data-module="index-strength-list"] [data-module="grid"] .text-box .line-large {
          font-size: 2.0rem;
          font-weight: bold;
          color: #333333; }
        [data-module="index-strength-list"] [data-module="grid"] .text-box .line-small {
          margin-top: 1rem;
          font-size: 1.6rem;
          font-weight: normal;
          color: #000000; } }
@media screen and (max-width: 768px) {
  [data-module="index-strength-list"] {
    padding: 0 1rem; }
    [data-module="index-strength-list"] [data-module="grid"] {
      display: grid;
      grid-template-columns: auto;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 3rem;
      grid-column-gap: 3rem;
      justify-content: start; }
      [data-module="index-strength-list"] [data-module="grid"] > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      [data-module="index-strength-list"] [data-module="grid"] .text-box {
        padding: 1rem;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
        [data-module="index-strength-list"] [data-module="grid"] .text-box .line-large {
          font-size: 2rem;
          font-weight: bold;
          color: #333333; }
        [data-module="index-strength-list"] [data-module="grid"] .text-box .line-small {
          margin-top: 1rem;
          font-size: 1.6rem;
          font-weight: normal;
          color: #000000; } }

[data-module="index-guest"] .pic {
  text-align: center; }

.footer-box {
  color: #FFFFFF;
  background: #262626;
  padding: 4rem 0 3rem; }
  .footer-box .main-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .footer-box .main-box a {
      color: #FFFFFF; }
  .footer-box .nav-li-1 {
    max-width: 25%; }
  .footer-box .nav-ul-1 {
    gap: 3rem;
    justify-content: space-between; }
    .footer-box .nav-ul-1 .sort-name {
      font-size: 2rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1em;
      margin-bottom: 2rem; }
    .footer-box .nav-ul-1 .nav-a {
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .footer-box {
      padding: 2rem 0 1.5rem; }
      .footer-box .nav-li-1 {
        max-width: 100%; }
      .footer-box .nav-ul-1 {
        gap: 2rem;
        justify-content: space-between; }
        .footer-box .nav-ul-1 .sort-name {
          font-size: 2.6rem;
          font-weight: bold;
          line-height: 1em;
          margin-bottom: 2rem; }
        .footer-box .nav-ul-1 .nav-a {
          font-size: 1.4rem;
          font-weight: normal;
          line-height: 1.5em; }
      .footer-box .nav-li-1 {
        display: none; }
        .footer-box .nav-li-1:last-child {
          display: block; } }

.third-box {
  margin-top: 2rem; }
  .third-box .list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: center;
    gap: 2rem; }
    .third-box .list .item {
      position: relative;
      line-height: 1em; }
      .third-box .list .item a {
        position: relative;
        display: block;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        border: 0.1rem solid rgba(238, 238, 238, 0.3);
        transition: all 300ms linear; }
        .third-box .list .item a:hover {
          border-color: #cccccc; }
        .third-box .list .item a:before {
          position: absolute;
          z-index: 2;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #FFFFFF; }

.copyright-box {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 0.1rem solid #999; }

.currlocatinon {
  background: #373737; }
  .currlocatinon .main-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    align-items: center;
    line-height: 6rem;
    color: #FFFFFF; }
    .currlocatinon .main-list .curr {
      font-size: 2rem;
      font-weight: bold;
      text-indent: 1rem;
      color: #e50b1c;
      position: relative; }
      .currlocatinon .main-list .curr:before {
        content: "";
        height: 50%;
        width: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-left: 0.3rem solid #e50b1c; }
    .currlocatinon .main-list .nav_x a {
      color: #FFFFFF; }

.cateList {
  position: relative; }
  .cateList .sort-box {
    text-align: center;
    background-color: #e50b1c;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 15px; }
  .cateList .goBack, .cateList .click {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px; }
    .cateList .goBack:before, .cateList .click:before {
      size: 20px; }
  .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;
        border: 1px solid #eee; }
        .cateList .subbox .list a.on {
          background-color: #e50b1c;
          color: #fff;
          border-color: #e50b1c; }
    .cateList .subbox.open {
      display: block;
      opacity: 1; }
  @media screen and (min-width: 768px) {
    .cateList {
      display: none; } }
  @media screen and (max-width: 768px) {
    .cateList {
      display: block; } }

.page-body {
  padding: 5rem 0; }

@media screen and (min-width: 768px) {
  .page-home-products .cate-box {
    margin-bottom: 6rem; }
    .page-home-products .cate-box .name-area {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      gap: 2rem;
      line-height: 5rem; }
      .page-home-products .cate-box .name-area .title {
        padding: 0 2.5rem;
        color: #FFFFFF;
        background-color: #e50b1c;
        border-radius: 1rem; }
        .page-home-products .cate-box .name-area .title .txt-con {
          font-size: 2.4rem;
          font-weight: bold;
          width: 100%;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-break: break-all;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1; }
      .page-home-products .cate-box .name-area .tab {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: flex-start;
        flex-wrap: nowrap; }
        .page-home-products .cate-box .name-area .tab .item {
          flex: 0 1 auto;
          border-bottom: 0.2rem solid transparent; }
          .page-home-products .cate-box .name-area .tab .item.on {
            border-bottom-color: #e50b1c; }
          .page-home-products .cate-box .name-area .tab .item .txt-con {
            font-size: 1.8rem;
            font-weight: normal;
            color: #666;
            width: 100%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-break: break-all;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            padding: 0 1rem; }
    .page-home-products .cate-box .show {
      margin-top: 3rem; }
      .page-home-products .cate-box .show .s-box {
        display: none; }
        .page-home-products .cate-box .show .s-box.on {
          display: block; }
      .page-home-products .cate-box .show .item {
        position: relative;
        overflow: hidden; }
        .page-home-products .cate-box .show .item:hover .popover {
          height: 100%; }
        .page-home-products .cate-box .show .item:hover .title {
          color: #FFF; }
        .page-home-products .cate-box .show .item:hover .pic img {
          transform: scale(1.2); }
        .page-home-products .cate-box .show .item .popover {
          position: absolute;
          z-index: 3;
          width: 100%;
          height: 0;
          top: 0;
          left: 0;
          padding: 0 3rem;
          overflow: hidden;
          background-color: rgba(241, 2, 21, 0.8);
          transition: all 500ms linear;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          flex-direction: column;
          justify-content: center; }
          .page-home-products .cate-box .show .item .popover .title .txt-con {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.5em;
            height: 3em;
            text-align: center;
            font-size: 1.8rem;
            font-weight: normal;
            color: #FFF; }
          .page-home-products .cate-box .show .item .popover .hr {
            margin: 2rem 0;
            position: relative; }
            .page-home-products .cate-box .show .item .popover .hr:before {
              content: "";
              position: absolute;
              left: 50%;
              top: 0;
              width: 5rem;
              height: 0;
              border-top: 0.2rem solid #FFF;
              transform: translate(-50%); }
          .page-home-products .cate-box .show .item .popover .desc {
            font-size: 1.4rem;
            font-weight: normal;
            color: #FFF; }
            .page-home-products .cate-box .show .item .popover .desc .txt-con {
              display: -webkit-box;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              line-height: 1.2em;
              height: 2.4em; }
        .page-home-products .cate-box .show .item .pic {
          position: relative;
          padding-bottom: 100%; }
          .page-home-products .cate-box .show .item .pic img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 500ms linear; }
            .page-home-products .cate-box .show .item .pic img:hover {
              transform: scale(1.2); }
        .page-home-products .cate-box .show .item .pic-con > .title {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-height: 2em;
          height: 2em;
          font-size: 2rem;
          font-weight: normal;
          color: #323232;
          text-align: center;
          line-height: 2em; }
      .page-home-products .cate-box .show .swiper-button-next, .page-home-products .cate-box .show .swiper-button-prev {
        opacity: 0.6;
        background-color: #e50b1c;
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        border-radius: 50%;
        color: #FFFFFF; }
        .page-home-products .cate-box .show .swiper-button-next:after, .page-home-products .cate-box .show .swiper-button-prev:after {
          font-size: 1.6rem; }
        .page-home-products .cate-box .show .swiper-button-next:hover, .page-home-products .cate-box .show .swiper-button-prev:hover {
          opacity: 1; }
      .page-home-products .cate-box .show .swiper-button-prev, .page-home-products .cate-box .show .swiper-rtl .swiper-button-next {
        left: 0;
        transform: translateX(-150%); }
      .page-home-products .cate-box .show .swiper-button-next, .page-home-products .cate-box .show .swiper-rtl .swiper-button-prev {
        right: 0;
        transform: translateX(150%); } }
@media screen and (max-width: 768px) {
  .page-home-products .cate-box {
    margin-bottom: 6rem; }
    .page-home-products .cate-box .name-area {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      gap: 2rem;
      line-height: 5rem; }
      .page-home-products .cate-box .name-area .title {
        width: 100%;
        padding: 0 2.5rem;
        color: #FFFFFF;
        background-color: #e50b1c;
        border-radius: 1rem;
        text-align: center; }
        .page-home-products .cate-box .name-area .title .txt-con {
          font-size: 2.4rem;
          font-weight: bold;
          width: 100%;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-break: break-all;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1; }
      .page-home-products .cate-box .name-area .tab {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0.5rem;
        flex-wrap: nowrap; }
        .page-home-products .cate-box .name-area .tab .item {
          width: 100%;
          border-bottom: 0.2rem solid transparent;
          text-align: center; }
          .page-home-products .cate-box .name-area .tab .item.on {
            border-bottom-color: #e50b1c; }
          .page-home-products .cate-box .name-area .tab .item .txt-con {
            font-size: 1.8rem;
            font-weight: normal;
            color: #666;
            width: 100%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            word-break: break-all;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            padding: 0 1rem; }
    .page-home-products .cate-box .show {
      margin-top: 3rem; }
      .page-home-products .cate-box .show .s-box {
        display: none; }
        .page-home-products .cate-box .show .s-box.on {
          display: block; }
      .page-home-products .cate-box .show .box {
        display: grid;
        grid-template-columns: auto;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 1rem;
        grid-column-gap: 1rem;
        justify-content: start; }
        .page-home-products .cate-box .show .box > * {
          margin: 0;
          overflow: hidden;
          width: 100%; }
      .page-home-products .cate-box .show .item {
        position: relative;
        overflow: hidden; }
        .page-home-products .cate-box .show .item .popover {
          display: none; }
        .page-home-products .cate-box .show .item .pic {
          position: relative;
          padding-bottom: 100%; }
          .page-home-products .cate-box .show .item .pic img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 500ms linear; }
        .page-home-products .cate-box .show .item .pic-con > .title {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-height: 2em;
          height: 2em;
          font-size: 1.4rem;
          font-weight: normal;
          color: #323232;
          text-align: center;
          line-height: 2em; } }

.page-list-products .main-list .item {
  border: 0.1rem solid #EEEEEE;
  overflow: hidden; }
  .page-list-products .main-list .item:hover .text-box {
    color: #FFFFFF;
    background: #e50b1c; }
  .page-list-products .main-list .item:hover .down-bro .txt-con {
    display: inline-block;
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #e50b1c; }
.page-list-products .main-list .text-box {
  padding: 1rem 2rem; }
  .page-list-products .main-list .text-box .title {
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    height: 1.5em; }
  .page-list-products .main-list .text-box .down-bro {
    text-align: center;
    margin-top: 1rem; }
    .page-list-products .main-list .text-box .down-bro .txt-con {
      display: inline-block;
      margin: 0 auto;
      background-color: #e50b1c;
      color: #FFFFFF;
      height: 4rem;
      padding: 0 3rem;
      line-height: 4rem;
      border-radius: 2rem; }

.down-bro-box {
  margin-top: 30px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  gap: 30px; }
  .down-bro-box .down-bro {
    margin-top: 1rem; }
    .down-bro-box .down-bro .txt-con {
      display: inline-block;
      margin: 0 auto;
      background-color: #e50b1c;
      color: #FFFFFF;
      height: 4rem;
      padding: 0 3rem;
      line-height: 4rem;
      border-radius: 2rem;
      border: 1px solid #e50b1c; }
    .down-bro-box .down-bro:hover .txt-con {
      display: inline-block;
      margin: 0 auto;
      background-color: #FFFFFF;
      color: #e50b1c; }

@media screen and (min-width: 768px) {
  .page-list-search .main-list {
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 3rem;
    grid-column-gap: 2rem;
    justify-content: start; }
    .page-list-search .main-list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; } }
@media screen and (max-width: 768px) {
  .page-list-search .main-list {
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
    justify-content: start; }
    .page-list-search .main-list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; } }

.page-show-products .show-pro .images-box {
  max-width: 60%;
  margin: 0 50px 0 0; }
.page-show-products .show-pro .small-roll-box {
  margin-top: 20px;
  height: 100%; }
  .page-show-products .show-pro .small-roll-box .item {
    position: relative;
    opacity: 0.4; }
    .page-show-products .show-pro .small-roll-box .item.swiper-slide-thumb-active {
      opacity: 1; }
      .page-show-products .show-pro .small-roll-box .item.swiper-slide-thumb-active:before {
        border-color: #e50b1c; }
    .page-show-products .show-pro .small-roll-box .item:before {
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      border: 1px solid #999999; }
    .page-show-products .show-pro .small-roll-box .item.video-item:after {
      content: "\e1b01";
      position: absolute;
      background-color: rgba(229, 11, 28, 0.4);
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 40px;
      height: 40px;
      line-height: 40px; }
    .page-show-products .show-pro .small-roll-box .item:hover {
      opacity: 1; }
    .page-show-products .show-pro .small-roll-box .item img {
      position: absolute;
      z-index: 1; }
.page-show-products .show-pro .big-area {
  box-sizing: content-box;
  border: 1px solid #EFEFEF;
  overflow: hidden; }
  .page-show-products .show-pro .big-area .item video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .page-show-products .show-pro .big-area .video-item {
    position: relative; }
    .page-show-products .show-pro .big-area .video-item:before {
      content: "\e1b01";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 100px;
      height: 100px;
      line-height: 100px; }
.page-show-products .show-pro .param-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em; }
.page-show-products .show-pro .param-box .desc {
  margin-top: 20px; }
.page-show-products .show-pro .param-box .contact-list {
  margin-top: 20px; }
  .page-show-products .show-pro .param-box .contact-list .item {
    color: #e50b1c;
    font-size: 18px;
    line-height: 1.5em; }
    .page-show-products .show-pro .param-box .contact-list .item span {
      font-weight: bold; }
.page-show-products .show-pro .param-box .btn-list {
  margin-top: 20px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .page-show-products .show-pro .param-box .btn-list .btn {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #e50b1c;
    background-color: #e50b1c;
    color: #FFF; }
    .page-show-products .show-pro .param-box .btn-list .btn:after {
      margin-left: 10px; }
    .page-show-products .show-pro .param-box .btn-list .btn:hover {
      background-color: #FFF;
      color: #e50b1c; }
.page-show-products .show-pro .content {
  margin-top: 50px;
  margin-bottom: 50px; }
  .page-show-products .show-pro .content table td, .page-show-products .show-pro .content table th {
    border-style: solid;
    border-width: 0.1rem; }
  .page-show-products .show-pro .content .message-form .panel {
    padding: 5rem 0; }
  .page-show-products .show-pro .content .messages-title {
    color: #e50b1c;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    border-bottom: 0.1rem solid #e50b1c; }
  .page-show-products .show-pro .content .panels-list .panel {
    padding: 5rem 0; }
  .page-show-products .show-pro .content .panels-list .panel-title {
    color: #e50b1c;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4rem;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    border-bottom: 0.1rem solid #e50b1c; }
@media screen and (max-width: 768px) {
  .page-show-products .show-pro .img-param-box {
    flex-direction: column; }
  .page-show-products .show-pro .images-box {
    max-width: 100%;
    margin: 0 0 3rem 0; }
  .page-show-products .show-pro .small-roll-box {
    margin-top: 20px;
    height: 100%; }
    .page-show-products .show-pro .small-roll-box .item {
      position: relative;
      opacity: 0.4; }
      .page-show-products .show-pro .small-roll-box .item.swiper-slide-thumb-active {
        opacity: 1; }
        .page-show-products .show-pro .small-roll-box .item.swiper-slide-thumb-active:before {
          border-color: #e50b1c; }
      .page-show-products .show-pro .small-roll-box .item:before {
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        border: 1px solid #999999; }
      .page-show-products .show-pro .small-roll-box .item.video-item:after {
        content: "\e1b01";
        position: absolute;
        background-color: rgba(229, 11, 28, 0.4);
        border-radius: 50%;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        transition: all 500ms linear;
        font-size: 40px;
        height: 40px;
        line-height: 40px; }
      .page-show-products .show-pro .small-roll-box .item:hover {
        opacity: 1; }
      .page-show-products .show-pro .small-roll-box .item img {
        position: absolute;
        z-index: 1; }
  .page-show-products .show-pro .big-area {
    box-sizing: content-box;
    border: 1px solid #EFEFEF;
    overflow: hidden; }
    .page-show-products .show-pro .big-area .item video {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .page-show-products .show-pro .big-area .video-item {
      position: relative; }
      .page-show-products .show-pro .big-area .video-item:before {
        content: "\e1b01";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        transition: all 500ms linear;
        font-size: 100px;
        height: 100px;
        line-height: 100px; }
  .page-show-products .show-pro .param-box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em; }
  .page-show-products .show-pro .param-box .desc {
    margin-top: 20px; }
  .page-show-products .show-pro .param-box .contact-list {
    margin-top: 20px; }
    .page-show-products .show-pro .param-box .contact-list .item {
      color: #e50b1c;
      font-size: 18px;
      line-height: 1.5em; }
      .page-show-products .show-pro .param-box .contact-list .item span {
        font-weight: bold; }
  .page-show-products .show-pro .param-box .btn-list {
    margin-top: 20px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .page-show-products .show-pro .param-box .btn-list .btn {
      height: 40px;
      line-height: 40px;
      border-radius: 5px;
      padding: 0 15px;
      cursor: pointer;
      border: 1px solid #e50b1c;
      background-color: #e50b1c;
      color: #FFF; }
      .page-show-products .show-pro .param-box .btn-list .btn:after {
        margin-left: 10px; }
      .page-show-products .show-pro .param-box .btn-list .btn:hover {
        background-color: #FFF;
        color: #e50b1c; }
  .page-show-products .show-pro .content {
    margin-top: 50px;
    margin-bottom: 50px; }
    .page-show-products .show-pro .content .panel {
      overflow-x: auto; } }

.page-list-news .item, .page-list-img .item {
  border: 0.1rem solid #EEEEEE;
  overflow: hidden; }
  .page-list-news .item:hover .text-box .title, .page-list-img .item:hover .text-box .title {
    color: #e50b1c; }
  .page-list-news .item:hover .desc, .page-list-img .item:hover .desc {
    border-top-color: #e50b1c; }
.page-list-news .text-box, .page-list-img .text-box {
  padding: 1rem 2rem;
  position: relative; }
  .page-list-news .text-box .title, .page-list-img .text-box .title {
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    height: 3em;
    color: #333; }
  .page-list-news .text-box .desc, .page-list-img .text-box .desc {
    margin-top: 4rem;
    padding-top: 1rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: normal;
    border-top: 0.1rem solid #999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    height: 3em;
    color: #999;
    height: 5.2rem;
    transition: all 0.3s linear; }
  .page-list-news .text-box .date, .page-list-img .text-box .date {
    font-size: 1.2rem;
    font-weight: normal;
    color: #999;
    position: absolute;
    left: 2rem;
    top: 6.4rem; }

.page-show-news .show-news .title, .page-show-appliance .show-news .title, .page-show-img .show-news .title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 1.5rem; }
.page-show-news .show-news .time, .page-show-appliance .show-news .time, .page-show-img .show-news .time {
  font-size: 1.6rem;
  font-weight: normal;
  color: #999999;
  line-height: 1em;
  text-align: center;
  margin-bottom: 4rem; }
  .page-show-news .show-news .time:before, .page-show-appliance .show-news .time:before, .page-show-img .show-news .time:before {
    content: "\d2001";
    font-family: iconfont;
    margin-right: 0.5rem; }
.page-show-news .show-news .content, .page-show-appliance .show-news .content, .page-show-img .show-news .content {
  margin-top: 4rem; }
.page-show-news .tags-box .title-box, .page-show-appliance .tags-box .title-box, .page-show-img .tags-box .title-box {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #5E4C43;
  text-indent: 0.5em;
  border-bottom: 0.1rem solid #4D392E;
  margin-bottom: 3rem; }
.page-show-news .tags-box .list, .page-show-appliance .tags-box .list, .page-show-img .tags-box .list {
  margin-top: 3rem; }
  .page-show-news .tags-box .list .item, .page-show-appliance .tags-box .list .item, .page-show-img .tags-box .list .item {
    margin-top: 3rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #EAE1D9; }
  .page-show-news .tags-box .list .outer-div, .page-show-appliance .tags-box .list .outer-div, .page-show-img .tags-box .list .outer-div {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
    .page-show-news .tags-box .list .outer-div .pic, .page-show-appliance .tags-box .list .outer-div .pic, .page-show-img .tags-box .list .outer-div .pic {
      width: 10rem;
      max-width: 40%;
      padding-bottom: unset;
      margin-right: 2rem; }
      .page-show-news .tags-box .list .outer-div .pic img, .page-show-appliance .tags-box .list .outer-div .pic img, .page-show-img .tags-box .list .outer-div .pic img {
        object-fit: cover; }
@media screen and (max-width: 768px) {
  .page-show-news .main-box, .page-show-appliance .main-box, .page-show-img .main-box {
    flex-direction: column; }
    .page-show-news .main-box .left-box, .page-show-appliance .main-box .left-box, .page-show-img .main-box .left-box {
      width: 100%; }
      .page-show-news .main-box .left-box .show-news .title, .page-show-appliance .main-box .left-box .show-news .title, .page-show-img .main-box .left-box .show-news .title {
        font-size: 1.8rem;
        line-height: 3rem; }
      .page-show-news .main-box .left-box .show-news .time, .page-show-appliance .main-box .left-box .show-news .time, .page-show-img .main-box .left-box .show-news .time {
        font-size: 1.2rem;
        margin-bottom: 4rem; }
      .page-show-news .main-box .left-box .show-news .content, .page-show-appliance .main-box .left-box .show-news .content, .page-show-img .main-box .left-box .show-news .content {
        font-size: 1.4rem;
        margin-top: 4rem; }
    .page-show-news .main-box .right-box, .page-show-appliance .main-box .right-box, .page-show-img .main-box .right-box {
      width: 100%; }
  .page-show-news .tags-box .title-box, .page-show-appliance .tags-box .title-box, .page-show-img .tags-box .title-box {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.8rem;
    color: #5E4C43;
    text-indent: 0.5em;
    border-bottom: 0.1rem solid #4D392E;
    margin-bottom: 3rem; }
  .page-show-news .tags-box .list, .page-show-appliance .tags-box .list, .page-show-img .tags-box .list {
    margin-top: 3rem; }
    .page-show-news .tags-box .list .item, .page-show-appliance .tags-box .list .item, .page-show-img .tags-box .list .item {
      margin-top: 3rem;
      padding-bottom: 2rem;
      border-bottom: 0.1rem solid #EAE1D9; }
    .page-show-news .tags-box .list .outer-div, .page-show-appliance .tags-box .list .outer-div, .page-show-img .tags-box .list .outer-div {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: space-between; }
      .page-show-news .tags-box .list .outer-div .pic, .page-show-appliance .tags-box .list .outer-div .pic, .page-show-img .tags-box .list .outer-div .pic {
        width: 10rem;
        max-width: 40%;
        padding-bottom: unset;
        margin-right: 2rem; }
        .page-show-news .tags-box .list .outer-div .pic img, .page-show-appliance .tags-box .list .outer-div .pic img, .page-show-img .tags-box .list .outer-div .pic img {
          object-fit: cover; } }

.page-show-about .context-title {
  margin-bottom: 3rem; }
  .page-show-about .context-title .txt-con {
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
    padding-bottom: 2.8rem; }
    .page-show-about .context-title .txt-con:before {
      content: "";
      position: absolute;
      width: 40%;
      height: 0;
      left: 0;
      bottom: 0;
      border-bottom: 0.8rem solid #e50b1c; }

.page-show-contact .main-box {
  background-color: #F8F8F8;
  gap: 5rem; }
  .page-show-contact .main-box .left-box {
    padding: 7.7rem 5rem 5rem 4rem;
    min-width: 50%;
    max-width: 55%; }
  .page-show-contact .main-box .right-box {
    padding: 7.7rem 0 5rem 2rem;
    flex: 1 1 auto;
    min-width: 45%;
    max-width: 50%; }
  @media screen and (max-width: 768px) {
    .page-show-contact .main-box {
      flex-direction: column;
      gap: 2rem; }
      .page-show-contact .main-box .left-box {
        padding: 2rem;
        min-width: 100%;
        max-width: 100%; }
      .page-show-contact .main-box .right-box {
        padding: 2rem;
        min-width: 100%;
        max-width: 100%; }
        .page-show-contact .main-box .right-box .messages-title {
          font-size: 2.0rem;
          font-weight: bold;
          margin-bottom: 2rem; } }

.btn-show-message {
  margin-top: 2rem;
  text-align: left; }
  .btn-show-message .btn-a {
    display: inline-block;
    line-height: 2.5em;
    border-radius: 0em;
    overflow: hidden;
    position: relative;
    border: 0.1rem solid #e50b1c;
    transition: all 0ms linear; }
    .btn-show-message .btn-a:hover:before {
      width: 0; }
    .btn-show-message .btn-a:hover .txt-con {
      color: #e50b1c;
      background-color: #FFF; }
    .btn-show-message .btn-a:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      background-color: #e50b1c;
      transition: all 0ms linear; }
    .btn-show-message .btn-a .txt-con {
      position: relative;
      padding: 0 1.5rem;
      z-index: 3;
      color: #FFFFFF;
      background-color: transparent;
      transition: all 0ms linear;
      font-weight: bold;
      height: 2.5em;
      -webkit-line-clamp: 1; }

.message-div {
  color: #232232;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .message-div.open {
    display: block; }
  .message-div .iframe-box {
    width: 80%;
    height: 80%;
    max-width: 1000px;
    max-height: 670px;
    margin: 100px auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    background: #ffffff; }
  .message-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;
    color: #232323; }
    .message-div .close-div:hover {
      color: #e50b1c; }
  .message-div .background {
    flex: 1 1 auto;
    background-size: cover;
    height: 100%; }
  .message-div .main-message {
    margin-top: 2rem;
    flex: 0 0 auto;
    width: 80%;
    height: 100%;
    padding: 1rem;
    border: 0;
    outline: none;
    z-index: 2; }
  @media screen and (max-width: 768px) {
    .message-div .iframe-box {
      width: 90%;
      height: 80vh;
      max-width: 888px;
      max-height: 670px;
      margin: 10vh auto;
      border-radius: 20px;
      overflow: hidden;
      position: relative; }
    .message-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; }
      .message-div .close-div:hover {
        color: #e50b1c; }
    .message-div iframe {
      width: 100%;
      height: 100%;
      border: 0;
      outline: none;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; } }

.message-form .messages-title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #232323;
  line-height: 1em;
  margin-bottom: 3rem; }
.message-form .formSet input[type=submit] {
  background: #e50b1c; }

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