@charset "UTF-8";
html,
body {
  height: 100%;
}

nav {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #a31717;
  z-index: 999;
}
nav a {
  color: #fff;
}

.banner-box {
  position: relative;
}
.banner-box nav {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: rgba(139, 7, 0, 0.81);
  z-index: 999;
}
.banner-box .banner-pic {
  display: block;
}
.banner-box .text-big-box {
  position: relative;
}
.banner-box .banner-text {
  position: absolute;
  top: 50%;
  left: 244px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.3rem;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  padding: 28px 29px;
  background-color: rgba(0, 0, 0, 0.32);
}
.banner-box .banner-text .en {
  margin-top: 9px;
  font-size: 16px;
  font-weight: 400;
}
.banner-box .current-position {
  position: absolute;
  bottom: 25%;
  right: 244px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-box .current-position img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.min-big-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-detxils {
  margin-top: 102px;
}
main {
  margin-top: 30px;
  padding-bottom: 70px;
}
main .main-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
main .left a {
  color: #fff;
}
main .left {
  width: 18.4722%;
  background-color: #a31717;
  position: sticky;
  left: 0;
  top: 0;
}
main .left .title {
  padding: 0.24rem 0;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #CBA165;
}
main .left ul {
  padding: 0.26rem 0px 0.26rem 0;
  font-size: 0.2rem;
  text-align: center;
}
main .left ul li {
  padding: 0.19rem 0.13rem 0.19rem 0;
  background-color: rgba(255, 255, 255, 0.27);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-right: 23px;
  margin-bottom: 12px;
}
main .left ul li .text {
  margin-left: 23px;
  position: relative;
  overflow: clip;
}
main .left ul li .text::after {
  content: url("../images/icon_jiantou.png");
  display: inline-table;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .left ul li:hover {
  background: linear-gradient(145deg, #d1b07f, #d6b985, #f7e4b6);
}
main .left ul li:hover .text::before {
  content: url("../images/img_hover.png");
  display: inline-table;
  position: absolute;
  right: -45px;
  z-index: 1;
}
main .left ul li.active {
  background: linear-gradient(145deg, #d1b07f, #d6b985, #f7e4b6);
}
main .left ul li.active .text::before {
  content: url("../images/img_hover.png");
  display: inline-table;
  position: absolute;
  right: -45px;
  z-index: 1;
}
main .left .bg-box {
  position: absolute;
  bottom: 0;
  left: 34%;
  -webkit-transform: translateX(-26%);
          transform: translateX(-26%);
  z-index: -111;
}
main .left .bg-box img {
  display: block;
}
main .right {
  width: 77.78%;
  margin-top: 40px;
  overflow-y: auto;
}
main .right .title {
  font-size: 0.24rem;
  color: #070707;
  font-weight: 800;
  text-align: center;
  font-family: PingFang SC !important;
}
main .right .tips {
  margin-top: 28px;
  padding: 12px 18px;
  font-size: 14px;
  color: #7B7B7B;
  background-color: rgba(238, 238, 238, 0.56);
}
main .right .tips img {
  width: 13px;
  height: 13px;
  margin-right: 7px;
}
main .right .tips img.eyes {
  width: 17px;
  height: 10px;
}
main .right .tips .share {
  margin: 0 50px;
}
main .right .tips .current {
  color: #0C0B0B;
}
main .right .article {
  margin: 30px 0;
  font-size: 16px;
  text-indent: 2em;
  line-height: 2;
  color: #070707;
  text-indent: 2em;
  line-height: 2;
}
main .right .article img {
  width: 90% !important;
height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto !important;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}
main.list-page {
  margin-top: 0;
  overflow: unset;
}
main.list-page .left {
  top: 98px;
}
main.list-page .main-box {
  background-color: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 50;
  padding: 26px 30px;
}
main.list-page .main-box .right {
  margin-top: 0;
}
main.list-page .main-box .right ul li {
  padding: 25px 0;
  border-bottom: 1px dashed #C2C2C2;
  padding-right: 20px;
}
main.list-page .main-box .right ul li a {
  color: #090909;
  font-size: 16px;
}
main.list-page .main-box .right ul li .time {
  padding: 9px 12px;
  border-radius: 2px;
  line-height: 1;
  color: #A31717;
  border: 1px dashed #A31717;
}
main.list-page .main-box .right ul li .news-text {
  margin-left: 14px;
}
main.xqrc {
  margin-top: 0;
  overflow: unset;
}
main.xqrc .main-box {
  background-color: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 50;
  padding: 26px 30px;
}
main.xqrc .left {
  top: 98px;
}
main.xqrc .haha {
  position: relative;
}
main.xqrc .right {
  margin-top: 0;
  position: relative;
  overflow-y: unset;
}
main.xqrc .right .title-part {
  font-size: 24px;
  color: #090909;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.xqrc .right .red-line {
  width: 73px;
  height: 2px;
  background-color: #A31717;
  margin-top: 0 !important;
}
main.xqrc .right .left::after {
  display: table;
  content: "";
  width: 6px;
  height: 6px;
  background: #A31717;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.xqrc .right .right::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #A31717;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.xqrc .right .title {
  margin: 0 21px;
}
main.xqrc .right .history-list {
  font-size: 16px;
  color: #131313;
  margin-left: 2em;
}
main.xqrc .right .history-list .address-title {
  width: 40px;
}
main.xqrc .right .history-list .timeline {
  position: relative;
  padding: 10px 0;
}
main.xqrc .right .history-list .timeline::before {
  content: "";
  position: absolute;
  left: 145px;
  top: 0px;
  bottom: 0;
  width: 2px;
  background-color: #B9B9B9;
}
main.xqrc .right .history-list .timeline::after {
  content: "";
  position: absolute;
  left: 142px;
  top: -8px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BFBFBF;
}
main.xqrc .right .history-list .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.xqrc .right .history-list .timeline-item:last-child {
  margin-bottom: 0;
}
main.xqrc .right .history-list .timeline-item .timeline-date {
  width: 130px;
  color: #A31717;
  font-weight: bold;
}
main.xqrc .right .history-list .timeline-item .timeline-dot {
  width: 12px;
  height: 2px;
  background: #A31717;
  border-radius: 1px;
  margin: 0 0px 0 21px;
  position: relative;
  left: -11px;
}
main.xqrc .right .history-list .timeline-item .timeline-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
main.xqrc .right .history-list .timeline-item .timeline-content .timeline-title {
  font-size: 16px;
  font-weight: 800;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.xqrc .right .history-list .timeline-item .timeline-content .timeline-location {
  width: 324px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.xqrc .right .history-list .timeline-item .timeline-content .timeline-location img {
  width: 15px;
  height: 23px;
  margin-right: 5px;
}
main.xqrc .right .history-list .timeline-item .timeline-content .address-lo {
  color: #131313 !important;
  font-weight: 800;
}
main.ztwc-page {
  margin-top: 0;
}
main.ztwc-page .left-desc {
  font-size: 0.3rem;
  color: #A31717;
  font-weight: 700;
}
main.ztwc-page .left-desc .en {
  font-size: 14px;
  font-weight: 400;
}
main.ztwc-page .current-position {
  font-size: 14px;
  color: #98231C;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.ztwc-page .current-position img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
main.ztwc-page .product-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 20px;
}
main.ztwc-page .product-grid .product-item {
  background-color: #f0eded;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 8px;
}
main.ztwc-page .product-grid .product-item img {
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main.ztwc-page .product-grid .product-item p {
  padding: 5px 15px;
  text-align: left;
  font-size: 18px;
  color: #9B632B;
}
main.ztwc-page .product-grid .product-item:hover {
  background-color: #a31717;
}
main.ztwc-page .product-grid .product-item:hover p {
  color: #fff;
}
main.connect-us {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../images/img_ztwcbj.png") center no-repeat;
  background-size: 100% 100%;
  margin-top: 72px;
  padding-top: 30px;
}
main.connect-us .left-text {
  font-size: 0.26rem;
}
main.connect-us .left-text .en {
  font-size: 14px;
}
main.connect-us .right-text {
  font-size: 14px;
}
main.connect-us .right {
  margin-top: 15px;
}
main.connect-us .right .top-patrt {
  color: #a31717;
}
main.connect-us .connect-fs {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
main.connect-us .connect-fs .left-content,
main.connect-us .connect-fs .right-content {
  border-radius: 10px;
  padding: 30px;
  background-color: #fff;
}
main.connect-us .connect-fs .left-content .left-img,
main.connect-us .connect-fs .right-content .left-img {
  width: 50px;
  background: #a31717;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
}
main.connect-us .connect-fs .left-content .left-img img,
main.connect-us .connect-fs .right-content .left-img img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
main.connect-us .connect-fs .left-content .msg,
main.connect-us .connect-fs .right-content .msg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 16px;
}
main.connect-us .connect-fs .left-content .msg .add,
main.connect-us .connect-fs .right-content .msg .add {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
main.connect-us .connect-fs .left-content .msg .bgdz,
main.connect-us .connect-fs .right-content .msg .bgdz {
  margin-top: 10px;
}
main.connect-us .connect-fs .left-content .msg .bgdz img,
main.connect-us .connect-fs .right-content .msg .bgdz img {
  width: 12px;
  margin-right: 10px;
}
main.connect-us .ewm-box {
  font-size: 16px;
  background-color: #fff;
  border-radius: 10px;
}
main.connect-us .ewm-box .qr-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main.connect-us .ewm-box .qr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
main.connect-us .ewm-box .qr-code {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 8px;
  background-color: #fff;
  padding: 8px;
  background-color: #e5e6e6;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
main.connect-us .ewm-box .qr-code img {
  max-width: 100%;
  max-height: 100%;
}
main.connect-us .ewm-box .qr-label {
  font-size: 14px;
  color: #333;
  text-align: center;
}
main.connect-us .ewm-box .triangle {
  position: absolute;
  bottom: 29px;
  left: 46%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e5e6e6;
}
@media screen and (max-width: 1439px) {
  main .main-box .left {
    position: relative;
    width: 18.4722%;
  }
  main .main-box .right {
    width: 77.78%;
  }
  main.xqrc .left, main.list-page .left {
    top: 0;
  }
  main.xqrc .right .history-list .timeline-item .timeline-content .timeline-title {
    width: 200px;
    margin-right: 10px;
  }
  main.xqrc .right .history-list {
    margin-left: 0;
  }
  main.xqrc .main-box, main.list-page .main-box {
    margin-top: 0;
  }
  main.list-page .main-box .right ul li {
    padding: 0 10px 25px 0;
    margin-bottom: 25px;
  }
}

.pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 4px;
  font-family: Arial, sans-serif;
}
.pagination .page-btn,
.pagination .page-input {
  margin-right: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 32px;
  height: 30px;
  font-size: 14px;
  cursor: pointer;
  color: #0E0E0E;
  text-align: center;
}
.pagination .pre-page {
  width: 63px;
  height: 30px;
}
.pagination .page-btn.active {
  background-color: #9f1515;
  /* 蓝色 */
  color: #fff;
  border: 1px solid #9f1515;
}
.pagination .page-text {
  margin-right: 0px;
  background-color: #fff;
  height: 37px;
  font-size: 14px;
  cursor: pointer;
  color: #0E0E0E;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
  color: #0E0E0E;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
  background-color: #fff;
  height: 30px !important;
  width: 30px;
  text-align: center;
  line-height: 30px !important;
  padding: 0 !important;
}

.pb_sys_style1 .p_no_d {
  border: 1px solid #9f1515 !important;
  color: #fff !important;
  background-color: #9f1515 !important;
}

.p_prev_d,
.p_next {
  display: inline-block;
  width: 40px !important;
}

.p_prev a,
.p_next_d,
.p_prev_d a,
.p_next a {
  display: inline-block;
  width: 40px !important;
}

@media screen and (max-width: 1024px) {
  .banner-box .banner-pic {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-detxils {
    margin-top: 130px;
  }
  .news-detxils .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .main-box .left {
    width: 100%;
  }
  main .haha {
    display: none;
  }
  main .main-box .right {
    width: 100%;
  }
  main.xqrc .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.xqrc .right .title-part {
    margin-top: 20px;
  }
  main.connect-us {
    margin-top: 100px;
  }
  .banner-box .banner-text {
    display: none;
  }
  .banner-box .current-position {
    right: 20px;
    bottom: 10px;
  }
  .mb-icon {
    height: auto !important;
  }
}
@media screen and (max-width: 992px) {
  main.list-page .main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main .main-box .left {
    width: 100%;
  }
  main .main-box .right {
    width: 100%;
  }
  main.list-page .main-box .right {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  main .right .title {
    font-size: 18px;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-container .left {
    margin-bottom: 20px;
  }
  main .right .tips {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 22px;
  }
  main .right .tips .flex {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  main .right .tips .share {
    margin: 0 5px;
  }
  main.ztwc-page .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  main.xqrc .right .history-list .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main.xqrc .right .history-list .timeline::after,
  main.xqrc .right .history-list .timeline::before,
  main.xqrc .right .history-list .timeline-item .timeline-dot {
    display: none;
  }
  main.xqrc .right .history-list .timeline-item .timeline-content {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.xqrc .right .history-list .timeline-item .timeline-content .timeline-location {
    width: auto;
  }
  main.connect-us .connect-fs {
    grid-template-columns: repeat(1, 1fr);
  }
  main.connect-us .ewm-box .qr-container {
    grid-template-columns: repeat(3, 1fr);
  }
  main .right .article img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    height: auto !important;
  }
}
@media screen and (max-width: 576px) {
  main.ztwc-page .product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  main.xqrc .right .history-list .timeline-item .timeline-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  main.xqrc .right .history-list .timeline-item .timeline-content .timeline-location {
    margin-top: 10px;
  }
  main.xqrc .right .history-list .timeline-item .timeline-content .timeline-location img {
    width: 12px;
    height: 16px;
  }
  main.xqrc .right .history-list .timeline-item .timeline-content .timeline-title {
    width: auto;
  }
  main.connect-us .ewm-box .qr-container {
    grid-template-columns: repeat(2, 1fr);
  }
  main.connect-us .connect-fs .left-content .left-img,
  main.connect-us .connect-fs .right-content .left-img {
    width: 30px;
    height: 30px;
    display: none;
  }
  main.connect-us .connect-fs .left-content,
  main.connect-us .connect-fs .right-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.connect-us .connect-fs .left-content,
  main.connect-us .connect-fs .right-content {
    padding: 10px;
  }
}
.link-a:hover a {
  color: #8b0700 !important;
}
.resourse{
    font-size: 16px;
    position: absolute;
    right:1.14rem ;
    bottom: 50px;
}
@media screen and (max-width:992px){
    .resourse{
    bottom: 20px;
    }
}