@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 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; }

:root {
  font-size: 62.5%;
  font-family: 'microsoft yahei',sans-serif,iconfont; }

body, html {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5em; }

a {
  color: #333; }
  a:hover {
    color: #DC0000; }

.logo-nav {
  z-index: 99999;
  background-color: #DC0000; }
  .logo-nav .main-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }

.main-nav {
  position: relative;
  z-index: 9999; }
  .main-nav a {
    color: #FFF; }
  .main-nav .nav-ul-1 {
    height: 100%;
    justify-content: space-between; }
    .main-nav .nav-ul-1 .nav-li-1 {
      height: 100%;
      position: relative;
      width: 10rem;
      flex: 1 1 auto;
      max-width: 100%;
      text-align: center; }
      .main-nav .nav-ul-1 .nav-li-1.hover {
        background-color: rgba(80, 30, 90, 0.5); }
      .main-nav .nav-ul-1 .nav-li-1:hover {
        background-color: rgba(80, 30, 90, 0.8); }
      .main-nav .nav-ul-1 .nav-li-1:nth-child(n+2) .nav-a-1 {
        position: relative; }
        .main-nav .nav-ul-1 .nav-li-1:nth-child(n+2) .nav-a-1:before {
          position: absolute;
          content: "";
          height: 50%;
          width: 0;
          border-left: 0.1rem dot-dash #FFF;
          left: 0;
          top: 25%; }
    .main-nav .nav-ul-1 .nav-a-1 {
      flex: 1 1 auto;
      width: 100%;
      height: 100%;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      align-items: center;
      justify-content: center; }
  @media screen and (max-width: 768px) {
    .main-nav {
      position: fixed;
      z-index: 9999;
      top: 0;
      right: 0;
      background-color: transparent; }
      .main-nav .wap-nav-btn {
        position: absolute;
        width: 4rem;
        height: 4rem;
        top: 1rem;
        right: 1rem;
        text-align: center;
        background-color: #DC0000; }
        .main-nav .wap-nav-btn:before {
          content: "\e1a10";
          font-size: 2.6666666667rem;
          font-family: iconfont;
          line-height: 4rem;
          color: #FFF; }
      .main-nav .container {
        width: 100%; }
      .main-nav .nav-ul-1 {
        margin-top: 6rem;
        background-color: #DC0000;
        width: 100vw;
        height: 100vh;
        display: none !important; }
        .main-nav .nav-ul-1 .nav-li-1 {
          position: relative;
          width: 90%;
          height: auto;
          margin: 0 auto;
          border-bottom: 0.1rem solid #F6F6F6; }
          .main-nav .nav-ul-1 .nav-li-1:hover .lay-div {
            display: none; }
          .main-nav .nav-ul-1 .nav-li-1:nth-child(n+2) .nav-a-1 {
            position: relative; }
            .main-nav .nav-ul-1 .nav-li-1:nth-child(n+2) .nav-a-1:before {
              position: absolute;
              content: "";
              height: 50%;
              width: 0;
              border-left: 0.1rem dot-dash #FFF;
              left: 0;
              top: 25%; }
        .main-nav .nav-ul-1 .nav-a-1 {
          display: block;
          width: 100%;
          padding: 1.5rem 0; }
          .main-nav .nav-ul-1 .nav-a-1:hover {
            color: #DC0000; }
        .main-nav .nav-ul-1 .lay-div {
          position: absolute;
          display: none;
          top: 100%;
          left: 0;
          min-width: 100%; }
          .main-nav .nav-ul-1 .lay-div .nav-a-2 {
            display: block;
            text-align: center;
            background-color: #DC0000;
            width: 100%;
            height: 6rem;
            line-height: 6rem;
            font-size: 1.2rem;
            font-weight: normal;
            border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2); }
            .main-nav .nav-ul-1 .lay-div .nav-a-2:hover {
              color: #DC0000; }
        .main-nav .nav-ul-1.on {
          display: block !important; } }

.search-box {
  margin: 2rem 0 0;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #EEEEEE; }
  .search-box .main-box {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center; }
    .search-box .main-box .page-position .nav_x {
      font-size: 1.6rem;
      font-weight: normal; }
      .search-box .main-box .page-position .nav_x:before {
        color: #DC0000;
        margin-right: 1rem; }
    .search-box .main-box .page-keyword {
      font-size: 1.4rem;
      color: #666; }
    .search-box .main-box .searchformform {
      position: relative; }
      .search-box .main-box .searchformform .searchword {
        height: 4rem;
        line-height: 4rem;
        border: 1px solid #F1F1F1;
        width: 30rem;
        padding-left: 1rem;
        padding-right: 5rem; }
      .search-box .main-box .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: #DC0000;
        color: #FFF; }
        .search-box .main-box .searchformform .searchgo:hover {
          background-color: #DC0000;
          cursor: pointer; }
  @media screen and (max-width: 768px) {
    .search-box .main-box {
      width: 100%; }
      .search-box .main-box .search {
        width: 100%; }
        .search-box .main-box .search .searchformform .searchword {
          width: 100%; }
      .search-box .main-box .page-position, .search-box .main-box .page-keyword {
        display: none; } }

.index-item {
  padding-top: 7rem; }
  .index-item .sort-box {
    text-align: center; }
    .index-item .sort-box .sort-name-en {
      font-size: 5.1rem;
      font-weight: normal;
      text-transform: uppercase;
      line-height: 5.6rem;
      color: #303030; }
    .index-item .sort-box .sort-name {
      margin-top: 1.5rem;
      font-size: 1.5rem;
      font-weight: normal;
      text-align: center; }
      .index-item .sort-box .sort-name span {
        display: inline-block;
        padding: 0.5rem 1rem;
        position: relative;
        background-color: #DC0000;
        color: #FFF; }
        .index-item .sort-box .sort-name span:before, .index-item .sort-box .sort-name span:after {
          position: absolute;
          top: 50%;
          content: "";
          width: 61.8%;
          height: 1px;
          background-color: #DC0000; }
        .index-item .sort-box .sort-name span:before {
          left: 0;
          transform: translate(-100%, -50%); }
        .index-item .sort-box .sort-name span:after {
          right: 0;
          transform: translate(100%, -50%); }
  .index-item .more-div {
    margin-top: 2rem;
    text-align: center; }
    .index-item .more-div .more-a {
      display: inline-block;
      margin: 0 auto;
      height: 5rem;
      line-height: 5rem;
      padding: 0 2.5rem;
      border: 0.1rem solid #DC0000;
      border-radius: 2.5rem;
      color: #DC0000; }
      .index-item .more-div .more-a:after {
        content: "\e1201";
        margin-left: 2rem;
        font-size: 2rem;
        font-family: iconfont; }
      .index-item .more-div .more-a:hover {
        background-color: rgba(80, 30, 90, 0.8);
        color: #FFF; }
  @media screen and (max-width: 768px) {
    .index-item {
      padding-top: 3rem; }
      .index-item .sort-box {
        text-align: center; }
        .index-item .sort-box .sort-out-div {
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          justify-content: center;
          align-items: center;
          padding-bottom: 1rem;
          border-bottom: 0.1rem solid #CCCCCC; }
        .index-item .sort-box .sort-name-en {
          margin-right: 1rem;
          font-size: 2rem;
          font-weight: bold;
          line-height: 1em;
          color: #DC0000; }
        .index-item .sort-box .sort-name {
          margin-top: 0;
          margin-left: 1rem;
          font-size: 2rem;
          font-weight: bold;
          line-height: 1em;
          text-align: center; }
          .index-item .sort-box .sort-name span {
            display: inline-block;
            padding: 0;
            position: relative;
            background-color: transparent;
            color: #DC0000; }
            .index-item .sort-box .sort-name span:before, .index-item .sort-box .sort-name span:after {
              display: none; } }

.index-about .list {
  margin-top: 5rem; }
  .index-about .list .title-box .title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    font-weight: normal;
    font-family: "microsoft yahei";
    line-height: 4rem;
    color: #666;
    text-align: center; }
  .index-about .list .title-box .desc {
    line-height: 3rem;
    text-align: center;
    color: #666; }
@media screen and (max-width: 768px) {
  .index-about .list {
    margin-top: 3rem; }
    .index-about .list .title-box .title {
      margin-bottom: 2rem;
      font-size: 1.6rem;
      font-weight: bold;
      color: #000;
      line-height: 3rem; } }

.index-business {
  margin-top: 7rem;
  padding: 4.5rem  0 3rem;
  color: #FFF; }
  .index-business .sort-box .name {
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 2rem; }
  .index-business .sort-box .desc {
    margin-bottom: 3rem; }
  .index-business .list {
    margin-top: 5rem; }
    .index-business .list .item {
      text-align: center; }
      .index-business .list .item .icon {
        transition: all 300ms linear;
        width: 15rem;
        height: 15rem;
        line-height: 15rem;
        text-align: center;
        margin: 0 auto;
        background-color: rgba(244, 67, 54, 1);
        color: #FFF;
        border-radius: 7.5rem; }
        .index-business .list .item .icon:before {
          font-size: 7.5rem;
          font-family: iconfont; }
      .index-business .list .item .text-box {
        margin-top: 2.5rem; }
        .index-business .list .item .text-box .t1 {
          font-size: 1.8rem;
          font-weight: normal;
          margin-bottom: 1rem;
          color: #FFF; }
        .index-business .list .item .text-box .desc {
          font-size: 1.4rem;
          font-weight: normal;
          line-height: 1.8em;
          color: #E3E3E3; }
      .index-business .list .item:hover .icon {
        transform: translateY(5%); }
      .index-business .list .item:hover .text-box .desc {
        color: #FFF; }
  @media screen and (max-width: 768px) {
    .index-business {
      margin-top: 3rem;
      padding: 3rem  0 2rem; }
      .index-business .sort-box .name {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1em;
        margin-bottom: 1rem; }
      .index-business .sort-box .desc {
        margin-bottom: 2rem;
        font-size: 1.4rem; }
      .index-business .list {
        margin-top: 2rem;
        gap: 2rem; }
        .index-business .list .item {
          text-align: center; }
          .index-business .list .item .icon {
            transition: all 300ms linear;
            width: 15rem;
            height: 15rem;
            line-height: 15rem;
            text-align: center;
            margin: 0 auto;
            background-color: rgba(244, 67, 51, 1);
            color: #FFF;
            border-radius: 7.5rem; }
            .index-business .list .item .icon:before {
              font-size: 7.5rem;
              font-family: iconfont; }
          .index-business .list .item .text-box {
            margin-top: 2.5rem; }
            .index-business .list .item .text-box .t1 {
              font-size: 1.8rem;
              font-weight: normal;
              margin-bottom: 1rem;
              color: #FFF; }
            .index-business .list .item .text-box .desc {
              font-size: 1.4rem;
              font-weight: normal;
              line-height: 1.8em;
              color: #E3E3E3; }
          .index-business .list .item:hover .icon {
            transform: translateY(5%); }
          .index-business .list .item:hover .text-box .desc {
            color: #FFF; } }

.index-case .list {
  margin-top: 3rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem; }
  .index-case .list .outer-div {
    position: relative;
    overflow: hidden; }
    .index-case .list .outer-div .title {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: rgba(80, 30, 90, 0.7);
      color: #FFF;
      padding: 0.5rem  1rem;
      text-align: left;
      transition: all 500ms linear;
      transform: translateY(100%); }
    .index-case .list .outer-div:hover .pic img {
      transition: all 500ms linear; }
    .index-case .list .outer-div:hover .title {
      display: block;
      transform: translateY(0%); }
@media screen and (max-width: 768px) {
  .index-case .list {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem; }
    .index-case .list .outer-div {
      position: relative;
      overflow: visible; }
      .index-case .list .outer-div .title {
        text-align: center;
        transform: translateY(0); } }

.index-partner .sort-box .name {
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1.5em; }
.index-partner .list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: auto;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  justify-content: start; }
  .index-partner .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-partner .list .item {
    text-align: center;
    padding: 1rem 2rem;
    border: 0.1rem solid #EEEEEE;
    cursor: pointer; }
    .index-partner .list .item img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
      transition: 0.5s; }
    .index-partner .list .item:hover img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      filter: none; }
@media screen and (max-width: 768px) {
  .index-partner .sort-box .name {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
    color: #DC0000;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #CCCCCC; }
  .index-partner .sort-box .desc {
    margin-top: 1rem;
    font-size: 1.4rem; }
  .index-partner .list {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    justify-content: start; }
    .index-partner .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-partner .list .item {
      text-align: center; }
      .index-partner .list .item img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none; } }

.index-contact {
  margin-top: 7rem;
  padding: 4rem 0;
  background-attachment: fixed; }
  .index-contact .outer-div {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    align-items: center; }
  .index-contact .textarea {
    color: #EEEEEE;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 5rem; }
  .index-contact .contact-a {
    display: block;
    height: 5rem;
    line-height: 5rem;
    padding: 0 10rem;
    border: 0.1rem solid #FFF;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: normal; }
    .index-contact .contact-a:hover {
      border-color: #DC0000;
      background-color: rgba(80, 30, 90, 0.7); }
  @media screen and (max-width: 768px) {
    .index-contact {
      margin-top: 4rem;
      padding: 5rem 0; }
      .index-contact .outer-div {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
      .index-contact .textarea {
        color: #EEEEEE;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 3rem;
        text-align: center; }
      .index-contact .contact-a {
        margin-top: 2rem;
        display: block;
        height: 4rem;
        line-height: 4rem;
        padding: 0 5rem;
        border: 0.1rem solid #FFF;
        color: #FFF;
        font-size: 1.8rem;
        font-weight: normal; } }

.index-news .main-box {
  margin-top: 6rem;
  justify-content: space-between; }
  .index-news .main-box .sort-sub-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 6rem; }
    .index-news .main-box .sort-sub-box:before {
      content: "";
      width: 5rem;
      height: 0;
      border-bottom: 0.4rem solid #DC0000;
      position: absolute;
      left: 0;
      bottom: -2.5rem; }
    .index-news .main-box .sort-sub-box .title {
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1em; }
  .index-news .main-box .news-first {
    width: 66%; }
    .index-news .main-box .news-first .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; }
      .index-news .main-box .news-first .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .index-news .main-box .news-first .list .item .pic {
        padding-bottom: 61.8%; }
      .index-news .main-box .news-first .list .item .text-box {
        margin-top: 1rem; }
        .index-news .main-box .news-first .list .item .text-box .time {
          font-size: 1.2rem;
          font-weight: normal;
          line-height: 2em;
          color: #CCCCCC; }
        .index-news .main-box .news-first .list .item .text-box .title {
          width: 100%;
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-size: 1.8rem;
          font-weight: normal;
          line-height: 2em;
          color: #202020; }
        .index-news .main-box .news-first .list .item .text-box .desc {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          line-height: 2.52rem;
          height: 10.08rem;
          font-size: 1.4rem;
          font-weight: normal;
          color: #666; }
      .index-news .main-box .news-first .list .item:hover img {
        transform: scale(1.05); }
      .index-news .main-box .news-first .list .item:hover .text-box .title {
        color: #DC0000; }
  .index-news .main-box .news-second {
    width: 30%;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column; }
    .index-news .main-box .news-second .sort-sub-box {
      flex: 0 0 auto;
      max-width: 100%; }
    .index-news .main-box .news-second .roll-area {
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%;
      overflow: hidden;
      width: 100%; }
      .index-news .main-box .news-second .roll-area .item {
        overflow: hidden;
        border-bottom: 0.1rem solid #DDDDDD; }
        .index-news .main-box .news-second .roll-area .item .title {
          width: 100%;
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          position: relative;
          font-size: 1.8rem;
          font-weight: normal;
          line-height: 2em;
          color: #202020; }
          .index-news .main-box .news-second .roll-area .item .title:before {
            content: "\e1086";
            color: #DC0000;
            margin-right: 0.5rem; }
        .index-news .main-box .news-second .roll-area .item .desc {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          line-height: 2.52rem;
          height: 7.56rem;
          font-size: 1.4rem;
          font-weight: normal;
          color: #666; }
@media screen and (max-width: 768px) {
  .index-news .main-box {
    margin-top: 4rem;
    flex-direction: column; }
    .index-news .main-box .news-first {
      width: 100%; }
      .index-news .main-box .news-first .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; }
        .index-news .main-box .news-first .list > * {
          margin: 0;
          overflow: hidden;
          width: 100%; }
    .index-news .main-box .news-second {
      width: 100%;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column; }
      .index-news .main-box .news-second .roll-area {
        width: 200px;
        flex: 1 1 auto;
        max-width: 100%;
        margin-top: 2rem;
        overflow: hidden;
        height: 40vh;
        width: 100%; }
        .index-news .main-box .news-second .roll-area .item {
          overflow: hidden;
          border-bottom: 0.1rem solid #DDDDDD; }
          .index-news .main-box .news-second .roll-area .item .title {
            width: 100%;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            position: relative;
            font-size: 1.8rem;
            font-weight: normal;
            line-height: 2em;
            color: #202020; }
            .index-news .main-box .news-second .roll-area .item .title:before {
              content: "\e1086";
              color: #DC0000;
              margin-right: 0.5rem; }
          .index-news .main-box .news-second .roll-area .item .desc {
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-height: 2.52rem;
            height: 7.56rem;
            font-size: 1.4rem;
            font-weight: normal;
            color: #666; } }

.footer-box {
  margin-top: 5rem; }
  @media screen and (max-width: 768px) {
    .footer-box {
      margin-top: 3rem; } }

.footer-contact {
  border: 0.1rem solid #CCCCCC;
  border-left: none;
  border-right: none;
  padding: 3rem 0 2rem; }
  .footer-contact .title-box .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1em;
    color: #333; }
  .footer-contact .title-box .desc {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1em;
    color: #877D80; }
  .footer-contact .list {
    margin-top: 3rem;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    gap: 3rem;
    justify-content: flex-start; }
    .footer-contact .list a {
      display: block;
      height: 3.3rem;
      line-height: 3.3rem;
      color: #333; }
      .footer-contact .list a:before {
        display: inline-block;
        width: 3.3rem;
        height: 3.3rem;
        background-color: #DC0000;
        border-radius: 50%;
        text-align: center;
        margin-right: 0.55rem;
        font-size: 1.65rem;
        font-family: iconfont;
        color: #FFF; }
  @media screen and (max-width: 768px) {
    .footer-contact {
      padding: 3rem 0 2rem; }
      .footer-contact .title-box .title {
        font-size: 1.6rem; }
      .footer-contact .title-box .desc {
        margin-top: 2rem;
        font-size: 1.4rem;
        line-height: 1.2em; }
      .footer-contact .list {
        margin-top: 3rem;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        gap: 2rem; }
        .footer-contact .list a:before {
          margin-right: 0.55rem; } }

.copyright-box {
  background-color: #5A5A5A;
  padding: 2rem 0;
  color: #FFF; }
  .copyright-box a {
    color: #FFF; }
  .copyright-box .main-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
    .copyright-box .main-box .path {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      gap: 1rem 2rem;
      justify-content: center;
      align-items: center; }
      .copyright-box .main-box .path .item {
        line-height: 1em; }
  @media screen and (max-width: 768px) {
    .copyright-box .main-box .path {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      gap: 1rem 2rem;
      justify-content: center;
      align-items: center; }
      .copyright-box .main-box .path .item {
        line-height: 1em; } }

.page-body {
  padding: 3rem 0; }
  @media screen and (max-width: 768px) {
    .page-body {
      padding-top: 0; } }

.web-subbox {
  margin-bottom: 2rem; }
  .web-subbox .list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 0; }
    .web-subbox .list a {
      display: block;
      min-width: 10rem;
      text-align: center;
      white-space: nowrap;
      padding: 0.5rem 1.5rem;
      border: 0.1rem solid transparent;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1em; }
      .web-subbox .list a.on {
        border-color: #DC0000; }

.cateList {
  position: relative;
  margin-bottom: 0.5rem; }
  .cateList .sort-box {
    text-align: center;
    background-color: #DC0000;
    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: #DC0000;
          color: #fff;
          border-color: #DC0000; }
    .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-about-show .about-item {
  padding: 3rem 0; }
  .page-about-show .about-item:first-child {
    padding-top: 0; }
  .page-about-show .about-item:last-child {
    padding-bottom: 0; }
  .page-about-show .about-item:nth-child(2n) {
    background-color: #EEEEEE; }
  .page-about-show .about-item .title-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    align-items: center;
    font-size: 2.4rem;
    font-weight: normal;
    color: #DC0000; }
    .page-about-show .about-item .title-box .spite {
      padding: 0 0.5rem; }
  .page-about-show .about-item .main-content {
    margin-top: 2rem;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    align-items: center; }
    .page-about-show .about-item .main-content .text {
      flex: 0 0 auto;
      max-width: 100%;
      width: 70%;
      margin-right: 2%; }
    .page-about-show .about-item .main-content .pic {
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%;
      text-align: right; }
      .page-about-show .about-item .main-content .pic img {
        width: 100%; }
@media screen and (max-width: 768px) {
  .page-about-show .about-item {
    padding: 2rem 0; }
    .page-about-show .about-item .title-box {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      justify-content: start;
      align-items: center;
      font-size: 1.8rem;
      font-weight: normal;
      color: #DC0000; }
      .page-about-show .about-item .title-box .spite {
        padding: 0 0.2rem; }
    .page-about-show .about-item .main-content {
      margin-top: 1.5rem;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column; }
      .page-about-show .about-item .main-content .text {
        width: 100%;
        margin-right: 0; }
      .page-about-show .about-item .main-content .pic {
        width: 100%;
        text-align: center; }
        .page-about-show .about-item .main-content .pic img {
          max-width: 100%; } }

.page-services-show .services-item {
  padding: 3rem 0; }
  .page-services-show .services-item:first-child {
    padding-top: 0; }
  .page-services-show .services-item:last-child {
    padding-bottom: 0; }
  .page-services-show .services-item:nth-child(2n) {
    background-color: #EEEEEE; }
    .page-services-show .services-item:nth-child(2n) .main-content {
      flex-direction: row-reverse; }
  .page-services-show .services-item .main-content {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-items: center;
    gap: 0 6rem; }
    .page-services-show .services-item .main-content .text-box {
      width: 200px;
      flex: 1 1 auto;
      max-width: 100%; }
      .page-services-show .services-item .main-content .text-box .title-box {
        margin-bottom: 2rem; }
        .page-services-show .services-item .main-content .text-box .title-box .title {
          font-size: 5rem;
          font-weight: normal;
          line-height: 1em;
          margin-bottom: 2rem; }
        .page-services-show .services-item .main-content .text-box .title-box .sub-title {
          font-size: 1.4rem;
          font-weight: normal;
          line-height: 1em;
          color: #888888; }
      .page-services-show .services-item .main-content .text-box .content-box {
        margin-top: 2rem; }
        .page-services-show .services-item .main-content .text-box .content-box .segmentation {
          font-size: 1.8rem;
          font-weight: normal;
          line-height: 3rem;
          color: #666; }
        .page-services-show .services-item .main-content .text-box .content-box .content {
          font-size: 1.4rem;
          font-weight: normal;
          line-height: 2.5rem;
          color: #666; }
    .page-services-show .services-item .main-content .pic {
      flex: 0 0 auto;
      max-width: 100%;
      max-width: 45%; }
@media screen and (max-width: 768px) {
  .page-services-show .services-item {
    padding: 2rem 0; }
    .page-services-show .services-item:nth-child(2n) .main-content {
      flex-direction: column; }
    .page-services-show .services-item .main-content {
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      align-items: center;
      gap: 2rem 0; }
      .page-services-show .services-item .main-content .text-box {
        width: 100%; }
        .page-services-show .services-item .main-content .text-box .title-box {
          margin-bottom: 2rem; }
          .page-services-show .services-item .main-content .text-box .title-box .title {
            font-size: 2.4rem;
            font-weight: bold;
            line-height: 1em;
            margin-bottom: 1.5rem; }
          .page-services-show .services-item .main-content .text-box .title-box .sub-title {
            font-size: 1.4rem;
            font-weight: normal;
            line-height: 1.2em;
            color: #888888; }
        .page-services-show .services-item .main-content .text-box .content-box {
          margin-top: 1.5rem; }
          .page-services-show .services-item .main-content .text-box .content-box .segmentation {
            font-size: 1.4rem;
            font-weight: bold;
            line-height: 1.3em; }
          .page-services-show .services-item .main-content .text-box .content-box .content {
            font-size: 1.4rem;
            font-weight: normal;
            line-height: 2.5rem;
            color: #666; }
      .page-services-show .services-item .main-content .pic {
        max-width: 80%; } }

.page-list-cases .main-list .flex-div {
  position: relative;
  overflow: hidden; }
  .page-list-cases .main-list .flex-div .text-box {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 300ms linear;
    transform: translateY(100%);
    background-color: rgba(131, 91, 139, 0.8);
    color: #FFF;
    text-align: center;
    line-height: 2.5em;
    font-size: 1.8rem;
    font-weight: normal; }
  .page-list-cases .main-list .flex-div:hover .text-box {
    transform: translateY(0); }
@media screen and (max-width: 768px) {
  .page-list-cases .main-list .flex-div .text-box {
    padding: 1rem 0;
    line-height: 1.2em;
    font-size: 1.4rem;
    font-weight: normal;
    transform: translateY(0); }
  .page-list-cases .main-list .flex-div:hover .text-box {
    transform: translateY(0); } }

.page-show {
  overflow: hidden; }
  .page-show .show-title-content .title-box {
    height: 7rem;
    line-height: 7rem;
    position: relative; }
    .page-show .show-title-content .title-box:before {
      content: "";
      position: absolute;
      z-index: 1;
      width: 10000%;
      height: 100%;
      background-color: #F2F2F2;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .page-show .show-title-content .title-box div {
      position: relative;
      z-index: 2; }
    .page-show .show-title-content .title-box .title {
      font-size: 2.4rem;
      font-weight: normal; }
  .page-show .show-title-content .content {
    padding-top: 3rem; }
  @media screen and (max-width: 768px) {
    .page-show .show-title-content .title-box {
      height: 4rem;
      line-height: 4rem;
      position: relative; }
      .page-show .show-title-content .title-box .title {
        font-size: 1.6rem;
        font-weight: normal; }
    .page-show .show-title-content .content {
      padding-top: 2rem; } }

.page-list-news .main-list .item {
  padding: 0.5rem 0;
  border-bottom: 0.1rem solid #CCCCCC; }
  .page-list-news .main-list .item .pic {
    width: 25rem;
    margin-right: 3rem; }
  .page-list-news .main-list .item .text-box .title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333; }
  .page-list-news .main-list .item .text-box .desc {
    margin: 1rem 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 2.1rem;
    height: 6.3rem;
    font-size: 1.4rem;
    font-weight: normal;
    color: #666; }
  .page-list-news .main-list .item .text-box .date {
    font-size: 1.2rem;
    font-weight: normal;
    color: #999999; }
  .page-list-news .main-list .item:hover .pic img {
    transform: scale(1.05); }
  .page-list-news .main-list .item:hover .text-box .title {
    color: #DC0000; }
@media screen and (max-width: 768px) {
  .page-list-news .main-list .item .pic {
    width: 100%;
    margin-right: 0; }
  .page-list-news .main-list .item .text-box .title {
    font-size: 1.6rem;
    font-weight: bold; }
  .page-list-news .main-list .item:hover .pic img {
    transform: scale(1.05); }
  .page-list-news .main-list .item:hover .text-box .title {
    color: #DC0000; } }

.page-show-news .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 {
  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 {
    content: "\d2001";
    font-family: iconfont;
    margin-right: 0.5rem; }
.page-show-news .show-news .content {
  margin-top: 4rem; }
.page-show-news .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 {
  margin-top: 3rem; }
  .page-show-news .tags-box .list .item {
    margin-top: 3rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #EAE1D9; }
  .page-show-news .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 {
      width: 10rem;
      max-width: 40%;
      padding-bottom: unset;
      margin-right: 2rem; }
      .page-show-news .tags-box .list .outer-div .pic img {
        object-fit: cover; }
@media screen and (max-width: 768px) {
  .page-show-news .main-box {
    flex-direction: column; }
    .page-show-news .main-box .left-box {
      width: 100%; }
      .page-show-news .main-box .left-box .show-news .title {
        font-size: 1.8rem;
        line-height: 3rem; }
      .page-show-news .main-box .left-box .show-news .time {
        font-size: 1.2rem;
        margin-bottom: 4rem; }
      .page-show-news .main-box .left-box .show-news .content {
        font-size: 1.4rem;
        margin-top: 4rem; }
    .page-show-news .main-box .right-box {
      width: 100%; }
  .page-show-news .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 {
    margin-top: 3rem; }
    .page-show-news .tags-box .list .item {
      margin-top: 3rem;
      padding-bottom: 2rem;
      border-bottom: 0.1rem solid #EAE1D9; }
    .page-show-news .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 {
        width: 10rem;
        max-width: 40%;
        padding-bottom: unset;
        margin-right: 2rem; }
        .page-show-news .tags-box .list .outer-div .pic img {
          object-fit: cover; } }

.footer-btn {
  position: sticky;
  z-index: 99;
  width: 100%;
  padding: 12px 0;
  left: 0;
  bottom: 0;
  color: #FFF;
  justify-content: space-between;
  text-align: center; }
  .footer-btn li {
    flex: 1 1 auto; }
  .footer-btn a {
    color: #FFF;
    height: 100%;
    justify-content: center; }
    .footer-btn a i {
      font-size: 22px;
      font-style: normal;
      font-weight: normal; }
    .footer-btn a span {
      font-size: 16px;
      font-style: normal;
      font-weight: normal; }

/*# sourceMappingURL=style.css.map */
