@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"); }
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px; } }
.formSet input, .formSet textarea {
  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 {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }

html {
  background-color: #fff; }

body {
  font-size: 14px;
  font-family: "microsoft yahei", Arial, iconfont;
  color: #333;
  line-height: 1.5; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #701021; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-width: 320px; }

.hasBar .bar-box {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: 500ms; }
  .hasBar .bar-box .bar {
    background-color: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 1px;
    font-size: 16px; }
.hasBar .item:hover .bar-box {
  transform: translateX(0); }
  .hasBar .item:hover .bar-box .bar:hover {
    background-color: #8f0023; }

.logo-company {
  z-index: 99999;
  background-color: #fff; }
  .logo-company.sticky {
    border-bottom: 1px solid #cccccc; }
  .logo-company .container {
    padding: 20px 0;
    position: relative; }
  .logo-company path {
    transition: 500ms; }
    .logo-company path.none {
      transform: skewX(0);
      transform-origin: left; }
  .logo-company .logo-box {
    margin-right: 20px;
    flex: 0 0 1; }
    .logo-company .logo-box .logo-img {
      max-height: 80px;
      margin-right: 10px;
      width: 80px; }
      .logo-company .logo-box .logo-img a {
        display: block;
        height: 100%; }
      .logo-company .logo-box .logo-img img {
        max-height: 100%;
        width: auto; }
    .logo-company .logo-box .logo-txt {
      justify-content: center;
      white-space: nowrap; }
      .logo-company .logo-box .logo-txt .txt-1 {
        font-size: 26px;
        font-weight: bold;
        color: #9d162e; }
      .logo-company .logo-box .logo-txt .txt-2 {
        font-size: 12px; }
  .logo-company .nav-box .main-nav {
    width: 100%; }
  .logo-company .nav-box .nav-ul-1 {
    height: 100%;
    justify-content: space-evenly; }
    .logo-company .nav-box .nav-ul-1 .nav-li-1 {
      justify-content: center; }
      .logo-company .nav-box .nav-ul-1 .nav-li-1:hover .nav-dl-2 {
        visibility: visible;
        opacity: 1; }
    .logo-company .nav-box .nav-ul-1 .nav-a-1 {
      display: block;
      white-space: nowrap;
      padding: 0 5px;
      font-size: 16px; }
    .logo-company .nav-box .nav-ul-1 .nav-dl-2 {
      visibility: hidden;
      opacity: 0;
      transition: 500ms;
      background-color: #fff;
      position: absolute;
      z-index: 99999;
      top: 100%;
      left: 0;
      transform: translateY(-20px);
      width: 100%;
      box-shadow: 0 0 15px 1px #3d3834;
      justify-content: center;
      padding: 30px; }
      .logo-company .nav-box .nav-ul-1 .nav-dl-2 .nav-dd-2 + .nav-dd-2 {
        margin-left: 30px; }
      .logo-company .nav-box .nav-ul-1 .nav-dl-2 .nav-dd-2 .nav-a-2 {
        display: block;
        height: 40px;
        line-height: 40px;
        border-bottom: 2px solid #c2002f;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold; }
      .logo-company .nav-box .nav-ul-1 .nav-dl-2 .nav-dd-2 .nav-a-3 {
        display: block;
        width: 100%;
        line-height: 30px;
        padding: 0 10px;
        border-left: 5px solid transparent;
        position: relative; }
        .logo-company .nav-box .nav-ul-1 .nav-dl-2 .nav-dd-2 .nav-a-3:before {
          content: "";
          width: 0;
          height: 0;
          background-color: #c2002f;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          transition: 500ms; }
        .logo-company .nav-box .nav-ul-1 .nav-dl-2 .nav-dd-2 .nav-a-3:hover:before {
          width: 5px;
          height: 16px; }
  .logo-company .tel-box {
    justify-content: center; }
    .logo-company .tel-box .tel {
      color: #9d162e;
      font-size: 16px;
      font-weight: bold; }
  .logo-company .lang-box {
    justify-content: center;
    margin-left: 10px;
    padding: 0 10px;
    border: 1px solid #3d3834;
    border-width: 0 1px; }
  .logo-company .search-box {
    justify-content: center; }
    .logo-company .search-box .searchForm {
      position: relative; }
    .logo-company .search-box .searchWord {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 0;
      transform: translate(0, -50%) scaleX(0);
      transform-origin: right;
      width: 400px;
      padding: 0 20px;
      border: 2px solid #3d3834;
      height: 150%;
      transition: 500ms; }
      .logo-company .search-box .searchWord.normal {
        transform: translate(0, -50%) scaleX(1); }
    .logo-company .search-box .searchgo {
      position: relative;
      z-index: 3;
      background-color: transparent;
      padding: 0 10px;
      font-size: 26px;
      font-weight: bold;
      color: #c2002f; }
      .logo-company .search-box .searchgo:hover {
        color: #8f0023; }

.index-item {
  padding: 50px 0; }
  .index-item .sort-box {
    text-align: center; }
    .index-item .sort-box .sort-name {
      font-size: 36px;
      font-weight: bold;
      letter-spacing: 4px;
      line-height: 50px;
      margin-bottom: 20px; }
      .index-item .sort-box .sort-name span {
        color: #9d162e; }
    .index-item .sort-box .sort-subname {
      height: 60px;
      line-height: 60px;
      position: relative; }
      .index-item .sort-box .sort-subname .txt {
        font-size: 21px;
        font-weight: bold;
        position: relative;
        z-index: 3; }
      .index-item .sort-box .sort-subname .background {
        text-transform: uppercase;
        font-size: 54px;
        background-color: #fff;
        color: rgba(209, 209, 209, 0.5);
        padding: 0 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        z-index: 2; }
      .index-item .sort-box .sort-subname:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 80%;
        height: 0;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
        border-bottom: 2px solid #333; }
  .index-item .sort-box-2 .sort-name {
    position: relative;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 50px;
    margin-bottom: 20px; }
    .index-item .sort-box-2 .sort-name span {
      color: #9d162e; }
    .index-item .sort-box-2 .sort-name:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100px;
      height: 0;
      border-bottom: 5px solid #9d162e; }
  .index-item .sort-box-2.flex {
    justify-content: space-between; }
  .index-item .sort-box-2 .contact-box {
    align-items: center;
    color: #9d162e;
    font-size: 14px; }
    .index-item .sort-box-2 .contact-box a {
      display: block;
      height: 40px;
      line-height: 40px;
      background-color: #c2002f;
      color: #fff;
      padding: 0 40px;
      border-radius: 20px;
      font-size: 16px; }
      .index-item .sort-box-2 .contact-box a:hover {
        background-color: #8f0023; }
    .index-item .sort-box-2 .contact-box li + li {
      margin-left: 20px; }

.index-products {
  padding: 0; }
  .index-products .container {
    padding: 50px 0;
    margin-top: -80px;
    box-shadow: 0 0 15px 0 #6c6d70;
    position: relative;
    z-index: 9;
    background-color: #fff; }
  .index-products .main-list {
    margin-top: 20px;
    justify-content: space-evenly; }
    .index-products .main-list .item {
      text-align: center; }
      .index-products .main-list .item .icon {
        font-size: 100px;
        color: #6c6d70; }
      .index-products .main-list .item .title {
        margin-top: 20px;
        font-size: 20px; }
      .index-products .main-list .item:hover .icon {
        color: #8f0023; }

.index-apply .main-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 10px;
  grid-column-gap: 5px; }
  .index-apply .main-list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-apply .main-list .item {
    transition: 500ms; }
    .index-apply .main-list .item:nth-child(8) .pic {
      background-color: #c2002f;
      color: #fff; }
      .index-apply .main-list .item:nth-child(8) .pic .text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px; }
      .index-apply .main-list .item:nth-child(8) .pic:hover {
        background-color: #8f0023; }
    .index-apply .main-list .item:hover {
      transform: translate(5px, -5px);
      box-shadow: 0 5px 20px 0 #cccccc inset; }
  .index-apply .main-list .pic {
    padding-bottom: 61.8%; }
  .index-apply .main-list .title {
    line-height: 3;
    text-align: center;
    font-size: 16px; }

.index-service {
  background-color: #f7f7f7; }
  .index-service .tabs-box {
    margin-top: 50px; }
    .index-service .tabs-box .tabs .tab {
      background-color: #fff;
      padding: 20px 0;
      border-radius: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #3d3834; }
      .index-service .tabs-box .tabs .tab i:before {
        font-size: 36px;
        font-style: normal;
        font-weight: normal;
        line-height: 60px; }
      .index-service .tabs-box .tabs .tab + .tab {
        margin-left: 10px; }
      .index-service .tabs-box .tabs .tab.active {
        background-color: #c2002f;
        color: #fff; }
    .index-service .tabs-box .tab-content {
      margin-top: 30px;
      background-color: #fff; }
      .index-service .tabs-box .tab-content .text-box {
        padding: 30px;
        flex: 0 0 50%; }
        .index-service .tabs-box .tab-content .text-box .title-box {
          padding-bottom: 30px;
          position: relative; }
          .index-service .tabs-box .tab-content .text-box .title-box:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 20px;
            width: 100px;
            height: 3px;
            background-color: #9d162e; }
          .index-service .tabs-box .tab-content .text-box .title-box .header {
            font-size: 34px;
            font-weight: bold;
            margin-top: 10px; }
          .index-service .tabs-box .tab-content .text-box .title-box .sub-header {
            line-height: 40px;
            font-size: 22px;
            color: #3d3834; }
        .index-service .tabs-box .tab-content .text-box .content {
          font-size: 18px;
          line-height: 30px; }
      .index-service .tabs-box .tab-content .img-box {
        flex: 0 0 50%; }
        .index-service .tabs-box .tab-content .img-box img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.index-youshi .main-list {
  margin-top: 30px; }
  .index-youshi .main-list .item {
    flex: 1 0 0;
    box-shadow: 0 0 15px 0 #d9d9d9;
    border-radius: 5px; }
    .index-youshi .main-list .item .outer-div {
      padding: 30px 20px; }
      .index-youshi .main-list .item .outer-div .pic {
        width: 80%;
        padding-bottom: 80%;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden; }
        .index-youshi .main-list .item .outer-div .pic img {
          width: 100%;
          height: 100%;
          transition: 500ms; }
      .index-youshi .main-list .item .outer-div .title {
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 3; }
    .index-youshi .main-list .item:hover {
      background-color: #c2002f;
      color: #fff; }
      .index-youshi .main-list .item:hover .outer-div .pic {
        box-shadow: 0 0 10px 0 #cccccc inset; }
        .index-youshi .main-list .item:hover .outer-div .pic img {
          transform: rotateZ(15deg); }
    .index-youshi .main-list .item + .item {
      margin-left: 20px; }

.index-biaozhun .main-list {
  margin-top: 30px; }
  .index-biaozhun .main-list .item {
    flex: 1 0 0; }
    .index-biaozhun .main-list .item .title {
      text-align: center;
      font-size: 100px;
      font-weight: bold;
      line-height: 85px;
      color: #9d162e;
      letter-spacing: -5px; }
      .index-biaozhun .main-list .item .title .units {
        margin-left: 15px;
        font-size: 36px;
        line-height: 30px; }
    .index-biaozhun .main-list .item .desc {
      font-size: 16px;
      text-align: center;
      margin-top: 20px;
      line-height: 28px; }
    .index-biaozhun .main-list .item + .item {
      margin-left: 30px; }

.index-news {
  background-color: #f7f7f7; }
  .index-news .sort-box .sort-subname .background {
    background-color: #f7f7f7; }
  .index-news .main-box {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px; }
    .index-news .main-box > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-news .main-box .path {
      background-color: #fff;
      padding: 40px 30px;
      border-radius: 5px; }
      .index-news .main-box .path:hover {
        box-shadow: 0 0 20px 0 #cccccc inset;
        border-radius: 10px; }
      .index-news .main-box .path .path-sort-box {
        justify-content: space-between;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 30px; }
        .index-news .main-box .path .path-sort-box .more {
          font-size: 16px; }
      .index-news .main-box .path .path-news-box .pic-item {
        margin-bottom: 30px; }
        .index-news .main-box .path .path-news-box .pic-item .outer-div {
          position: relative; }
        .index-news .main-box .path .path-news-box .pic-item .pic {
          padding-bottom: 61.8%; }
          .index-news .main-box .path .path-news-box .pic-item .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 500ms; }
        .index-news .main-box .path .path-news-box .pic-item .title {
          width: 100%;
          padding: 0 10px;
          height: 40px;
          line-height: 40px;
          overflow: hidden;
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff; }
        .index-news .main-box .path .path-news-box .pic-item:hover .pic img {
          transform: scale(1.1); }
      .index-news .main-box .path .path-news-box .item + .item {
        margin-top: 5px; }
        .index-news .main-box .path .path-news-box .item + .item .outer-div {
          transition: 500ms;
          height: 30px;
          line-height: 30px; }
          .index-news .main-box .path .path-news-box .item + .item .outer-div:hover {
            box-shadow: 0 0 0 5px #fff, 0 10px 20px 0 black;
            transform: translateX(10px); }
        .index-news .main-box .path .path-news-box .item + .item .time {
          flex: none;
          margin-left: 10px; }

.index-contact {
  padding: 20px 0 30px;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  .index-contact .container {
    box-shadow: 0 0 5px 0 #cccccc;
    padding: 50px 60px;
    transform: translateY(80px);
    background-color: #fff; }
  .index-contact .path {
    flex: 1 0 0; }
  .index-contact .left-box .txt-1 {
    margin-top: 40px; }
  .index-contact .left-box .tel-box {
    margin-top: 30px;
    width: 80%; }
    .index-contact .left-box .tel-box .tel {
      justify-content: space-between;
      line-height: 30px;
      color: #9d162e;
      font-size: 16px;
      font-weight: bold; }
      .index-contact .left-box .tel-box .tel a {
        font-weight: normal;
        color: #9d162e; }
        .index-contact .left-box .tel-box .tel a:hover {
          text-decoration: underline;
          color: #8f0023; }
  .index-contact .right-box {
    margin-left: 50px; }
    .index-contact .right-box .messages-box .title {
      font-weight: bold;
      line-height: 2.5; }
    .index-contact .right-box .messages-box input[type=submit] {
      background-color: #c2002f;
      color: #fff;
      cursor: pointer; }

.footer-links {
  padding: 80px 0 30px;
  background-color: #333333;
  color: #fff; }
  .footer-links .links {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    overflow: hidden; }
    .footer-links .links .item {
      position: relative; }
      .footer-links .links .item:first-child {
        padding-left: 45px; }
      .footer-links .links .item:before {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #000;
        text-align: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .footer-links .links .linka {
      font-size: 12px;
      color: #fff;
      margin-left: 10px;
      display: block;
      height: 100%; }

.footer-nav {
  padding: 10px 0 20px;
  background-color: #333333;
  color: #fff; }
  .footer-nav .path {
    flex: auto; }
    .footer-nav .path .sort-name {
      position: relative;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 4px;
      line-height: 40px;
      margin-bottom: 20px; }
      .footer-nav .path .sort-name span {
        color: #9d162e; }
      .footer-nav .path .sort-name:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 50px;
        height: 0;
        border-bottom: 3px solid #9d162e; }
    .footer-nav .path .content-box {
      margin-top: 30px; }
      .footer-nav .path .content-box .item {
        line-height: 30px; }
        .footer-nav .path .content-box .item .nav-a {
          color: #fff; }
          .footer-nav .path .content-box .item .nav-a:hover {
            text-decoration: underline; }
        .footer-nav .path .content-box .item:before {
          margin-right: 5px;
          color: #c2002f; }
        .footer-nav .path .content-box .item + .item {
          margin-top: 10px; }
      .footer-nav .path .content-box.pic-box img {
        width: 120px; }
      .footer-nav .path .content-box.pic-box .title {
        line-height: 3;
        text-align: center; }
    .footer-nav .path.pic-path {
      flex: none; }
    .footer-nav .path + .path {
      margin-left: 20px; }

.copyright {
  border-top: 1px solid #666666;
  padding: 20px 0;
  background-color: #333333;
  color: #fff; }
  .copyright a {
    color: #fff; }

.footer-basket-div .basket-ico {
  position: fixed;
  z-index: 3;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #7a8599;
  border-radius: 25px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  text-align: center; }
  .footer-basket-div .basket-ico:before {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; }
  .footer-basket-div .basket-ico .inquiry-number {
    position: absolute;
    top: 0;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #f00;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: none; }
  .footer-basket-div .basket-ico.hasInquiry .inquiry-number {
    display: block; }
.footer-basket-div .basket-main-div {
  position: fixed;
  right: 0;
  bottom: -100%;
  z-index: 100000;
  width: 230px;
  box-shadow: 0 0 5px 0 #7a8599;
  background-color: #fff;
  transition: 500ms; }
  .footer-basket-div .basket-main-div .basket-title {
    height: 40px;
    line-height: 40px;
    background-color: #7a8599;
    color: #fff;
    text-align: center; }
    .footer-basket-div .basket-main-div .basket-title .btn-hide {
      position: absolute;
      width: 40px;
      text-align: center;
      left: 0;
      top: 0;
      cursor: pointer; }
    .footer-basket-div .basket-main-div .basket-title .inquiry-number {
      color: #9d162e; }
  .footer-basket-div .basket-main-div .basket-list {
    padding: 10px;
    height: 200px;
    overflow-y: scroll; }
    .footer-basket-div .basket-main-div .basket-list .item {
      padding-bottom: 5px; }
      .footer-basket-div .basket-main-div .basket-list .item + .item {
        padding-top: 5px;
        border-top: 1px solid #7a8599; }
      .footer-basket-div .basket-main-div .basket-list .item:hover .text-box .deleteToBasket {
        display: block;
        cursor: pointer; }
    .footer-basket-div .basket-main-div .basket-list .pic {
      width: 40px;
      flex: none;
      margin-right: 10px; }
    .footer-basket-div .basket-main-div .basket-list .text-box {
      width: 200px;
      flex: auto;
      width: 150px;
      font-size: 12px; }
      .footer-basket-div .basket-main-div .basket-list .text-box a {
        color: #9d162e; }
      .footer-basket-div .basket-main-div .basket-list .text-box .deleteToBasket {
        display: none;
        color: #7a8599; }
  .footer-basket-div .basket-main-div .basket-footer {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    padding: 10px; }
    .footer-basket-div .basket-main-div .basket-footer > * {
      margin: 0; }
    .footer-basket-div .basket-main-div .basket-footer .btn {
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      background-color: #e64545;
      color: #f8f8f8;
      border-radius: 5px;
      cursor: pointer; }
      .footer-basket-div .basket-main-div .basket-footer .btn a {
        color: #f8f8f8; }
      .footer-basket-div .basket-main-div .basket-footer .btn.empty {
        background-color: #fff;
        color: #e64545; }
  .footer-basket-div .basket-main-div.hideDiv {
    bottom: -100%; }
  .footer-basket-div .basket-main-div.showDiv {
    bottom: 0; }

.currLocation {
  padding: 18px;
  border-bottom: 2px solid #660019;
  margin-bottom: 10px; }
  .currLocation .nav_x {
    font-size: 20px; }
    .currLocation .nav_x:before {
      color: #c2002f;
      margin-right: 10px; }

.main-page {
  padding: 30px 0; }

.img-list-page .list-img {
  grid-row-gap: 20px;
  grid-column-gap: 30px; }
  .img-list-page .list-img .item {
    transition: 500ms;
    box-shadow: 0 0 5px 0 #cccccc;
    padding: 10px;
    border-radius: 5px; }
    .img-list-page .list-img .item img {
      transition: 500ms; }
    .img-list-page .list-img .item:hover {
      box-shadow: 0 0 15px 0 #cccccc inset; }
      .img-list-page .list-img .item:hover img {
        transform: scale(1.1); }
  .img-list-page .list-img .title {
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold; }

.news-list-page .list-news {
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  .news-list-page .list-news .item {
    padding: 20px;
    box-shadow: 0 0 5px 0 #cccccc;
    border-radius: 5px;
    transition: 500ms; }
    .news-list-page .list-news .item:hover {
      box-shadow: 0 0 20px 0 #cccccc inset; }
    .news-list-page .list-news .item .pic {
      margin-right: 30px; }
      .news-list-page .list-news .item .pic img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news-list-page .list-news .item .text-box {
      position: relative; }
      .news-list-page .list-news .item .text-box .title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px; }
      .news-list-page .list-news .item .text-box .date {
        font-size: 12px;
        color: #b3b3b3; }
      .news-list-page .list-news .item .text-box .desc {
        color: #333; }

.show-news .title {
  text-align: center; }
.show-news .time {
  text-align: center;
  font-size: 12px; }

.show-page {
  position: static; }
  .show-page .show-head .images-box {
    margin-right: 40px; }
    .show-page .show-head .images-box .big-area {
      padding: 20px;
      box-sizing: content-box;
      box-shadow: 0 0 5px 0 #cccccc;
      overflow: hidden;
      border-radius: 10px; }
      .show-page .show-head .images-box .big-area .swiper-button-prev:after, .show-page .show-head .images-box .big-area .swiper-button-next:after {
        color: #c2002f; }
      .show-page .show-head .images-box .big-area:hover {
        box-shadow: 0 0 20px 0 #cccccc inset; }
    .show-page .show-head .images-box .small-roll-box {
      margin-top: 30px; }
      .show-page .show-head .images-box .small-roll-box .item {
        cursor: pointer;
        padding: 10px;
        box-shadow: 0 0 0 2px #cccccc inset;
        border-radius: 5px;
        text-align: center; }
        .show-page .show-head .images-box .small-roll-box .item:hover, .show-page .show-head .images-box .small-roll-box .item.swiper-slide-thumb-active {
          box-shadow: 0 0 10px 0 #cccccc inset; }
  .show-page .show-head .text-box .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px; }
  .show-page .show-head .text-box .desc {
    margin-top: 30px;
    line-height: 26px; }
  .show-page .show-head .text-box .contact {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #9d162e; }
  .show-page .show-head .text-box .btn-list {
    margin-top: 20px;
    position: relative; }
    .show-page .show-head .text-box .btn-list .btn {
      width: 200px;
      height: 50px;
      line-height: 50px;
      border-radius: 5px;
      background-color: #c2002f;
      color: #fff;
      text-align: center;
      font-size: 18px; }
      .show-page .show-head .text-box .btn-list .btn:hover {
        cursor: pointer;
        background-color: #8f0023; }
      .show-page .show-head .text-box .btn-list .btn:after {
        margin-left: 0.5em; }
      .show-page .show-head .text-box .btn-list .btn + .btn {
        margin-top: 10px; }
    .show-page .show-head .text-box .btn-list .qcode {
      height: 100%;
      width: auto;
      position: absolute;
      left: 220px;
      top: 0; }
      .show-page .show-head .text-box .btn-list .qcode img {
        max-height: 100%; }
  .show-page .content {
    margin-top: 50px;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #cccccc;
    border-radius: 5px; }
    .show-page .content.tabs-box {
      padding: 0; }
      .show-page .content.tabs-box .tabs {
        border-bottom: 1px solid #cccccc; }
      .show-page .content.tabs-box .tab {
        height: 40px;
        line-height: 40px;
        font-size: 18px; }
        .show-page .content.tabs-box .tab.active {
          color: #9d162e; }
        .show-page .content.tabs-box .tab + .tab {
          border-left: 1px solid #cccccc; }
      .show-page .content.tabs-box .tab-content {
        padding: 30px; }
        .show-page .content.tabs-box .tab-content .tab-pane {
          display: none; }
          .show-page .content.tabs-box .tab-content .tab-pane.show {
            display: block; }

.inquire-list-page .inquireToBasket, .inquire-list-page .thead-table {
  width: 100%; }
  .inquire-list-page .inquireToBasket th, .inquire-list-page .inquireToBasket td, .inquire-list-page .thead-table th, .inquire-list-page .thead-table td {
    padding: 10px 20px;
    vertical-align: center;
    border: 1px solid #eee;
    background-color: #fff; }
  .inquire-list-page .inquireToBasket th, .inquire-list-page .thead-table th {
    background-color: #9d162e;
    color: #fff; }
  .inquire-list-page .inquireToBasket tr, .inquire-list-page .thead-table tr {
    width: 100%; }
    .inquire-list-page .inquireToBasket tr .td-pic, .inquire-list-page .thead-table tr .td-pic {
      width: 200px;
      text-align: center; }
    .inquire-list-page .inquireToBasket tr .td-Options, .inquire-list-page .thead-table tr .td-Options {
      width: 200px;
      text-align: center; }
    .inquire-list-page .inquireToBasket tr .td-name, .inquire-list-page .thead-table tr .td-name {
      width: auto;
      text-align: left; }
.inquire-list-page .formSet input[type=submit] {
  background-color: #c2002f; }
  .inquire-list-page .formSet input[type=submit]:hover {
    background-color: #8f0023; }

.tags-box {
  margin-top: 30px;
  padding: 30px 20px 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative; }
  .tags-box .title-box {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold; }
  .tags-box .list-img {
    padding: 10px; }
    .tags-box .list-img .item {
      width: 100px;
      overflow: hidden;
      box-sizing: content-box;
      padding: 10px;
      box-shadow: 0 0 2px 0 #cccccc;
      border-radius: 5px;
      text-align: center; }
      .tags-box .list-img .item:hover {
        box-shadow: 0 0 5px 0 #cccccc inset; }
      .tags-box .list-img .item .title {
        padding: 10px 0; }
  .tags-box .list-news {
    justify-content: space-between; }
    .tags-box .list-news .item {
      width: 48%;
      margin-bottom: 10px; }

#nb-frame-chat-box {
  display: none; }

/*# sourceMappingURL=style.css.map */
