.wrap {
  width: 16rem;
  margin: 0 auto;
}
.dian {
  height: 0.8rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
  height: 0.8rem;
  transition: 0.3s;
}
header.active {
  top: 0;
}
header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrap .logo {
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
}
header .wrap .logo a img {
  height: 0.6rem;
  display: block;
}
header .wrap .language-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 0 0.2rem;
  cursor: pointer;
  font-size: 0.16rem;
}
header .wrap .language-btn:hover .sub {
  display: block;
}
header .wrap .language-btn img {
  width: 0.24rem;
  filter: brightness(0) invert(1);
  display: block;
  margin-right: 0.1rem;
}
header .wrap .language-btn .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 130%;
  top: 100%;
  background-color: rgba(85, 195, 227, 0.6);
}
header .wrap .language-btn .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
}
header .wrap .language-btn .sub a:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
header .wrap .language-btn .sub a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .wrap .line {
  width: 1px;
  height: 0.16rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.25rem;
  margin-right: 0.05rem;
}
header .wrap .header-navs {
  height: 100%;
  display: flex;
  align-items: center;
}
header .wrap .header-navs li {
  position: relative;
  height: 100%;
}
header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.6rem;
}
header .wrap .header-navs li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #B50801;
  opacity: 0;
  transition: 0.3s;
}
header .wrap .header-navs li.active::after {
  bottom: 0.1rem;
  opacity: 1;
}
header .wrap .header-navs li:hover .sub {
  display: block;
}
header .wrap .header-navs li:hover::after {
  bottom: 0.1rem;
  opacity: 1;
}
header .wrap .header-navs li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.16rem;
  color: #333;
}
header .wrap .header-navs li .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 130%;
  top: 100%;
  background-color: rgba(85, 195, 227, 0.6);
}
header .wrap .header-navs li .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
}
header .wrap .header-navs li .sub a:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
header .wrap .header-navs li .sub a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .wrap .tel {
  margin-left: auto;
  margin-right: 0.38rem;
}
header .wrap .tel a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #B50801;
}
header .wrap .tel a img {
  width: 0.2rem;
  margin-right: 0.06rem;
  display: block;
}
header .wrap .circle-box.search-box {
  margin-left: 0.24rem;
}
header .wrap .circle-box.askprice-box a {
  width: 0.46rem;
  height: 0.46rem;
  padding: 0;
  border-radius: 50%;
  background: #F0F1F3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.01rem;
}
header .wrap .circle-box.askprice-box a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .wrap .circle-box.askprice-box a .redcircle {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  top: 0.1rem;
  right: 0.1rem;
  background: #C40101;
}
header .wrap .circle-box.askprice-box a img {
  width: 0.2rem;
  display: block;
}
header .wrap .circle-box.askprice-box a .circle-label {
  font-size: 0.09rem;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  transform: scale(0.92);
  transform-origin: center top;
}
header .wrap .circle-box a {
  position: relative;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #F0F1F3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
header .wrap .circle-box a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
header .wrap .circle-box a .redcircle {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  top: 0.1rem;
  right: 0.1rem;
  background: #C40101;
}
header .wrap .circle-box a img {
  width: 0.2rem;
  display: block;
}
.banner {
  height: 6.4rem;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.6rem;
  bottom: 0.55rem;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.15rem;
  height: 0.06rem;
  border-radius: 0;
}
.banner .swiper .swiper-slide {
  height: 100%;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor {
  padding: 1rem 0;
}
.floor .title-box .en {
  font-size: 0.42rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #B50801;
}
.floor .title-box .title {
  font-size: 0.32rem;
}
.banner-floor {
  padding: 1rem 0;
  background: #F0F1F3;
}
.banner-floor .bannerfloor-top {
  display: flex;
  align-items: center;
  margin-bottom: 0.88rem;
}
.banner-floor .bannerfloor-top .text-box {
  flex: 1;
}
.banner-floor .bannerfloor-top .text-box .title-box {
  margin-bottom: 0.5rem;
}
.banner-floor .bannerfloor-top .text-box .slogan {
  font-size: 0.18rem;
  color: #1A1A1A;
  margin-bottom: 0.15rem;
}
.banner-floor .bannerfloor-top .text-box p {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6em;
  margin-bottom: 0.4rem;
}
.banner-floor .bannerfloor-top .text-box .more-btn {
  width: max-content;
}
.banner-floor .bannerfloor-top .text-box .more-btn a {
  padding: 0 0.25rem;
  height: 0.48rem;
  border: 1px solid #B50801;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #B50801;
}
.banner-floor .bannerfloor-top .text-box .more-btn a img {
  margin-left: 0.12rem;
  width: 0.16rem;
}
.banner-floor .bannerfloor-top .img-container {
  width: 7.1rem;
  height: 4.97rem;
  position: relative;
  margin-left: 1.5rem;
}
.banner-floor .bannerfloor-top .img-container .img-box {
  position: relative;
  z-index: 2;
  width: 6.8rem;
  height: 4.6rem;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
}
.banner-floor .bannerfloor-top .img-container .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-floor .bannerfloor-top .img-container .img-box video {
   width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-floor .bannerfloor-top .img-container .red-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.65rem;
  height: 1.8rem;
  background: #B50801;
}
.banner-floor .num-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.54rem;
}
.banner-floor .num-list .num-item {
  padding: 0.2rem;
  padding-bottom: 0.3rem;
  background: #fff;
  height: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-floor .num-list .num-item:hover .img-box .normal-img {
  display: none;
}
.banner-floor .num-list .num-item:hover .img-box .active-img {
  display: block;
}
.banner-floor .num-list .num-item:hover .num-text .num span {
  color: #B50801;
}
.banner-floor .num-list .num-item .img-box {
  width: 0.4rem;
}
.banner-floor .num-list .num-item .img-box img {
  width: 100%;
}
.banner-floor .num-list .num-item .img-box .active-img {
  display: none;
}
.banner-floor .num-list .num-item .num-text {
  align-self: flex-end;
}
.banner-floor .num-list .num-item .num-text .num {
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.1rem;
}
.banner-floor .num-list .num-item .num-text .num span {
  font-size: 0.56rem;
  color: #1A1A1A;
  font-weight: bold;
  margin-right: 0.1rem;
  transition: 0.2s;
}
.banner-floor .num-list .num-item .num-text .text {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
}
.product-floor {
  padding: 0.8rem 0;
  position: relative;
}
.product-floor .fangkuai {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 6.06rem;
  background: #1A1A1A;
}
.product-floor .wrap {
  position: relative;
  z-index: 2;
}
.product-floor .title-box {
  margin-bottom: 0.8rem;
}
.product-floor .title-box .title {
  color: #fff;
}
.product-floor .fl-change {
  border-bottom: 2px solid rgba(250, 250, 250, 0.1);
  margin-bottom: 0.84rem;
}
.product-floor .fl-change .swiper-slide {
  padding-bottom: 0.25rem;
  font-size: 0.18rem;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  width: max-content;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.product-floor .fl-change .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
.product-floor .fl-change .swiper-slide.swiper-slide-thumb-active {
  color: #B50801;
}
.product-floor .fl-change .swiper-slide.swiper-slide-thumb-active::after {
  background: #B50801;
}
.product-floor .fl-change .swiper-slide.swiper-slide-thumb-active .toicon {
  opacity: 1;
}
.product-floor .fl-change .swiper-slide .toicon {
  width: 0.18rem;
  margin-right: 0.08rem;
  opacity: 0;
}
.product-floor .products-content {
  padding-left: 1.58rem;
  position: relative;
  z-index: 2;
}
.product-floor .products-content .product-panel {
  display: none;
}
.product-floor .products-content .product-panel.active {
  display: block;
}
.product-floor .products-content .swiper-slide {
  width: 4.16rem;
  padding-bottom: 0.3rem;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%, 0 0);
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item a {
  background: #B50801;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item .img-box {
  height: 2.9rem;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item .text-box .product-img {
  display: none;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item .text-box .nr-box {
  display: block;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item .text-box .nr-box .product-name {
  color: #fff;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item .text-box .nr-box .product-name span {
  display: block;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item .text-box .nr-box .toxq1 {
  display: flex;
}
.product-floor .products-content .swiper-slide.swiper-slide-active .product-item .text-box .nr-box .toxq2 {
  display: none;
}
.product-floor .products-content .swiper-slide .product-item a {
  position: relative;
  width: 100%;
  height: 4.2rem;
  display: flex;
  flex-direction: column;
}
.product-floor .products-content .swiper-slide .product-item .img-box {
  width: 100%;
  height: 3.2rem;
  background-color: #fff;
}
.product-floor .products-content .swiper-slide .product-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-floor .products-content .swiper-slide .product-item .text-box {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  padding-right: 0.4rem;
}
.product-floor .products-content .swiper-slide .product-item .text-box .product-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108%;
  height: 130%;
  transform: translate(-50%, -50%);
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box .product-name {
  font-size: 0.2rem;
  display: flex;
  align-items: flex-end;
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box .product-name span {
  font-size: 0.1rem;
  margin-left: 0.06rem;
  display: none;
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box .toxq1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.24rem;
  display: none;
  color: #fff;
  padding-right: 0.2rem;
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box .toxq1 p {
  font-size: 0.14rem;
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box .toxq1 img {
  width: 0.18rem;
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box .toxq2 {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: #B50801;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-floor .products-content .swiper-slide .product-item .text-box .nr-box .toxq2 img {
  width: 0.14rem;
}
.product-floor .more-btn {
  margin: 0 auto;
  margin-top: 0.6rem;
}
.more-btn {
  width: max-content;
}
.more-btn a {
  padding: 0 0.25rem;
  height: 0.48rem;
  border: 1px solid #B50801;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #B50801;
}
.more-btn a img {
  margin-left: 0.12rem;
  width: 0.16rem;
}
.zs-floor {
  min-height: 10.24rem;
  background: url(../img/zsbg.webp) no-repeat center center;
  background-size: cover;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
.zs-floor .title-box {
  margin-bottom: 0.6rem;
}
.zs-floor .company-zsintro {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2em;
  margin-bottom: 0.5rem;
}
.zs-floor .company-zsintro ul li {
  list-style: disc;
  margin-left: 0.2rem;
}
.al-floor {
  padding: 1rem 0;
}
.al-floor .title-box {
  text-align: center;
  margin-bottom: 0.6rem;
}
.al-floor .floor-intro {
  text-align: center;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.7rem;
}
.al-floor .al-content {
  margin-bottom: 0.7rem;
}
.al-floor .al-content .swiper-slide {
  transform: scale(0.9);
  transition: 0.2s;
}
.al-floor .al-content .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.al-floor .al-content .al-item {
  position: relative;
  height: 4.2rem;
}
.al-floor .al-content .al-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.al-floor .al-content .al-item .mc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.4rem;
  display: flex;
  align-items: flex-end;
}
.al-floor .al-content .al-item .mc .text-box .al-title {
  color: #fff;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.al-floor .al-content .al-item .mc .text-box .intros {
  display: flex;
  align-items: center;
  color: #fff;
}
.al-floor .al-content .al-item .mc .text-box .intros .al-name {
  font-size: 0.24rem;
  margin-right: 0.3rem;
}
.al-floor .al-content .al-item .mc .text-box .intros p {
  font-size: 0.14rem;
  line-height: 1.6em;
}
.al-floor .more-btn {
  margin: 0 auto;
}
.news-floor {
  padding: 1rem 0;
  background: #F0F1F3;
}
.news-floor .change-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.74rem;
}
.news-floor .change-list .change-item {
  cursor: pointer;
  width: 1.5rem;
  height: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1A1A1A;
  font-size: 0.14rem;
  color: #1a1a1a;
  transition: 0.2s;
}
.news-floor .change-list .change-item.active,
.news-floor .change-list .change-item:hover {
  background: #B50801;
  border-color: #B50801;
  color: #fff;
}
.news-floor .change-list .change-item:not(:last-child) {
  margin-right: 0.2rem;
}
.news-floor .news-item {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.news-floor .news-item:hover {
  background-color: #B50801;
}
.news-floor .news-item:hover .text-box .sign {
  color: #fff;
}
.news-floor .news-item:hover .text-box .news-title {
  color: #fff;
}
.news-floor .news-item:hover .text-box .news-date {
  color: #fff;
}
.news-floor .news-item .img-box {
  height: 2.8rem;
}
.news-floor .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-floor .news-item .text-box {
  padding: 0.2rem;
}
.news-floor .news-item .text-box .sign {
  font-size: 0.14rem;
  color: #B50801;
  margin-bottom: 0.15rem;
}
.news-floor .news-item .text-box .news-title {
  font-size: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
}
.news-floor .news-item .text-box .news-date {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.2);
}
.news-floor .swiper-btns-morebtn {
  margin-top: 0.78rem;
  display: flex;
  align-items: center;
}
.news-floor .swiper-btns-morebtn .swiper-btns {
  display: flex;
}
.news-floor .swiper-btns-morebtn .swiper-btns .swiper-btn {
  position: static;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.2s;
}
.news-floor .swiper-btns-morebtn .swiper-btns .swiper-btn:hover {
  background-color: #B50801;
}
.news-floor .swiper-btns-morebtn .swiper-btns .swiper-btn:hover img {
  filter: unset;
}
.news-floor .swiper-btns-morebtn .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.3rem;
}
.news-floor .swiper-btns-morebtn .swiper-btns .swiper-btn::after {
  display: none;
}
.news-floor .swiper-btns-morebtn .swiper-btns .swiper-btn.swiper-button-prev img {
  transform: rotate(180deg);
}
.news-floor .swiper-btns-morebtn .swiper-btns .swiper-btn img {
  width: 0.18rem;
  display: block;
  filter: brightness(0);
}
.news-floor .swiper-btns-morebtn .line {
  flex: 1;
  height: 2px;
  background: #D9D9D9;
}
.news-floor .swiper-btns-morebtn .more-btn a {
  background: #1A1A1A;
  border: none;
  color: #fff;
}
.news-floor .news-changeList .news-content {
  display: none;
}
.news-floor .news-changeList .news-content.active {
  display: block;
}
.contact-floor .title-box {
  text-align: center;
  margin-bottom: 0.4rem;
}
.contact-floor .contact-content {
  background: url(../img/lxformbg.png) no-repeat center center;
  background-size: cover;
  padding: 0.58rem 0.8rem 0.88rem;
  display: flex;
  align-items: stretch;
}
.contact-floor .contact-content .cc-left {
  flex: 1.2 1 0;
  min-width: 0;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
}
.contact-floor .contact-content .contact-info-top {
  margin-bottom: 0.26rem;
}
.contact-floor .contact-content .contact-info-top .lx-list {
  display: flex;
  align-items: center;
  margin-bottom: 0.22rem;
  gap: 0.12rem;
}
.contact-floor .contact-content .contact-info-top .lx-list > .lx-item {
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
}
.contact-floor .contact-content .contact-info-top .lx-list .line {
  align-self: stretch;
  min-height: 0.5rem;
  width: 1px;
  flex-shrink: 0;
  background-color: #fff;
  margin: 0 0.28rem;
}
.contact-floor .contact-content .contact-info-top .lx-item {
  display: flex;
  align-items: flex-start;
}
.contact-floor .contact-content .contact-info-top .lx-item img {
  width: 0.38rem;
  margin-right: 0.16rem;
  flex-shrink: 0;
}
.contact-floor .contact-content .contact-info-top .lx-list .lx-item img {
  margin-top: 0;
}
.contact-floor .contact-content .contact-info-top .lx-item .lx-item-content {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.contact-floor .contact-content .contact-info-top .lx-item .lx-item-content .lx-item-content-title {
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
  line-height: 1.45;
}
.contact-floor .contact-content .contact-info-top .lx-item .lx-item-content .lx-item-content-content {
  font-size: 0.18rem;
  line-height: 1.55;
}
.contact-floor .contact-content .contact-info-top .lx-item .lx-item-content .lx-item-content-content.bold {
  font-weight: bold;
  white-space: nowrap;
}
.contact-floor .contact-content .contact-info-top .lx-item-address {
  margin-bottom: 0;
  align-items: flex-start;
}
.contact-floor .contact-content .contact-info-top .lx-item-address img {
  margin-top: 0.04rem;
}
.contact-floor .contact-content .cc-left .map-box {
  flex: 1;
  min-height: 420px;
  height: 5.4rem;
  margin-top: 0;
  border-radius: 0.06rem;
  overflow: hidden;
}
.contact-floor .contact-content .cc-left .map-box #map {
  width: 100%;
  height: 100%;
}
.contact-floor .contact-content .form-content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.contact-floor .contact-content .form-content .form-item-list {
  display: flex;
  gap: 0.2rem;
}
.contact-floor .contact-content .form-content .form-item {
  flex: 1;
  margin-bottom: 0.2rem;
}
.contact-floor .contact-content .form-content .form-item input {
  width: 100%;
  height: 0.5rem;
  font-size: 0.18rem;
  outline: none;
  padding: 0 0.2rem;
  background: #F4F4F4;
  border: none;
}
.contact-floor .contact-content .form-content .form-item textarea {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  padding: 0.1rem 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
  background: #F4F4F4;
  height: 1.2rem;
}
.contact-floor .contact-content .form-content button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.06rem;
  background: #B50801;
  font-size: 0.16rem;
  color: #fff;
  width: 100%;
  height: 0.52rem;
  border: none;
  outline: none;
}
footer {
  background: #1A1A1A;
}
footer .footer-top .logo-totop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-top .logo-totop .logo {
  width: 3.44rem;
}
footer .footer-top .logo-totop .logo img {
  width: 100%;
}
footer .footer-top .logo-totop .to-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-top .logo-totop .to-top img {
  width: 0.18rem;
}
footer .footer-top .logo-totop .to-top p {
  font-size: 0.1rem;
  color: #fff;
}
footer .footer-top .navs-infos {
  padding: 0.5rem 0;
  display: flex;
}
footer .footer-top .navs-infos .navs-list {
  display: flex;
}
footer .footer-top .navs-infos .navs-list .navs-item:not(:last-child) {
  margin-right: 1rem;
}
footer .footer-top .navs-infos .navs-list .navs-item .nav-top {
  font-size: 0.16rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.2rem;
  display: block;
}
footer .footer-top .navs-infos .navs-list .navs-item .nav-top:hover {
  color: #B50801;
}
footer .footer-top .navs-infos .navs-list .navs-item .nav-sub a {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
footer .footer-top .navs-infos .navs-list .navs-item .nav-sub a:not(:last-child) {
  margin-bottom: 0.13rem;
}
footer .footer-top .navs-infos .navs-list .navs-item .nav-sub a:hover {
  color: #B50801;
}
footer .footer-top .navs-infos .infos {
  margin-left: auto;
}
footer .footer-top .navs-infos .infos p {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8em;
}
footer .footer-top .navs-infos .infos .link-list {
  margin-top: 0.28rem;
  display: flex;
}
footer .footer-top .navs-infos .infos .link-list .link-item {
  position: relative;
}
footer .footer-top .navs-infos .infos .link-list .link-item:hover .hover-img {
  display: block;
}
footer .footer-top .navs-infos .infos .link-list .link-item:not(:last-child) {
  margin-right: 0.35rem;
}
footer .footer-top .navs-infos .infos .link-list .link-item a img {
  width: 0.32rem;
  display: block;
}
footer .footer-top .navs-infos .infos .link-list .link-item .hover-img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  display: none;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.15rem 0;
}
footer .footer-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom a {
  font-size: 0.12rem;
  color: #999999;
}
.nr-banner {
  height: 5rem;
  position: relative;
}
.nr-banner .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nr-banner .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}
.nr-banner .wrap .title {
  font-size: 0.36rem;
  color: #fff;
}
.nr-banner .wrap .change-list {
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  display: flex;
  background-color: #fff;
}
.nr-banner .wrap .change-list .change-item {
  flex: 1;
}
.nr-banner .wrap .change-list .change-item.active a {
  color: #B50801;
}
.nr-banner .wrap .change-list .change-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.8rem;
  font-size: 0.16rem;
  color: #767676;
}
.newsnr-floor {
  padding: 0.9rem 0;
}
.newsnr-floor .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.44rem;
}
.newsnr-floor .title-box .title {
  position: relative;
}
.newsnr-floor .title-box .title .cn {
  position: relative;
  z-index: 2;
  font-size: 0.42rem;
  font-weight: bold;
}
.newsnr-floor .title-box .title .en {
  position: absolute;
  left: 0.8rem;
  top: -0.37rem;
  font-size: 0.68rem;
  color: rgba(0, 0, 0, 0.06);
}
.newsnr-floor .title-box .more a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.newsnr-floor .title-box .more a img {
  width: 0.044rem;
  display: block;
  margin-left: 0.18rem;
}
.newsnr-floor .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.newsnr-floor .news-list .news-item {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.newsnr-floor .news-list .news-item:hover {
  transform: translateY(-0.1rem);
}
.newsnr-floor .news-list .news-item:hover .text-box .news-title {
  color: #B50801;
}
.newsnr-floor .news-list .news-item .img-box {
  height: 3.2rem;
}
.newsnr-floor .news-list .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsnr-floor .news-list .news-item .text-box {
  padding: 0.35rem 0.3rem;
}
.newsnr-floor .news-list .news-item .text-box .news-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.2s;
}
.newsnr-floor .news-list .news-item .sign-date {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.14rem;
}
.newsnr-floor .news-list .news-item .sign-date .line {
  width: 1px;
  height: 10px;
  background: #D9D9D9;
  margin: 0 0.1rem;
}
.newsnr-floor .hydt-box {
  display: flex;
}
.newsnr-floor .hydt-box .new-box {
  position: relative;
  width: 7.9rem;
  margin-right: 0.2rem;
}
.newsnr-floor .hydt-box .new-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsnr-floor .hydt-box .new-box .mc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 0.3rem;
  color: #fff;
}
.newsnr-floor .hydt-box .new-box .mc .news-name {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.newsnr-floor .hydt-box .new-box .mc .sign-date {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}
.newsnr-floor .hydt-box .new-box .mc .sign-date .line {
  width: 1px;
  height: 10px;
  background: #fff;
  margin: 0 0.1rem;
}
.newsnr-floor .hydt-box .hydt-list {
  flex: 1;
}
.newsnr-floor .hydt-box .hydt-list .dt-item {
  width: 100%;
}
.newsnr-floor .hydt-box .hydt-list .dt-item a {
  padding: 0.25rem 0.3rem;
  display: block;
  width: 100%;
  transition: 0.2s;
}
.newsnr-floor .hydt-box .hydt-list .dt-item a:hover {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.newsnr-floor .hydt-box .hydt-list .dt-item a .news-name {
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
}
.newsnr-floor .hydt-box .hydt-list .dt-item a .sign-date {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.14rem;
}
.newsnr-floor .hydt-box .hydt-list .dt-item a .sign-date .line {
  width: 1px;
  height: 10px;
  background: #D9D9D9;
  margin: 0 0.1rem;
}
.newslist-floor {
  padding: 1rem 0;
}
.newslist-floor .news-list .news-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.newslist-floor .news-list .news-item:hover a .text-box .title {
  color: #B50801;
}
.newslist-floor .news-list .news-item:hover a .text-box .more-btn {
  background-color: #B50801;
  color: #fff;
}
.newslist-floor .news-list .news-item:hover a .text-box .more-btn img {
  filter: brightness(0) invert(1);
}
.newslist-floor .news-list .news-item a {
  display: flex;
}
.newslist-floor .news-list .news-item a .img-box {
  width: 3.8rem;
  height: 2.8rem;
  margin-right: 0.5rem;
}
.newslist-floor .news-list .news-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newslist-floor .news-list .news-item a .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.3rem;
}
.newslist-floor .news-list .news-item a .text-box .date {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.1rem;
}
.newslist-floor .news-list .news-item a .text-box .title {
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.05rem;
}
.newslist-floor .news-list .news-item a .text-box .bq-list {
  margin-bottom: 0.05rem;
  display: flex;
  flex-wrap: wrap;
}
.newslist-floor .news-list .news-item a .text-box .bq-list .bq-item {
  padding: 0 0.06rem;
  height: 0.28rem;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F3F3;
  font-size: 0.12rem;
  color: #1A1A1A;
  margin: 0.05rem 0;
}
.newslist-floor .news-list .news-item a .text-box p {
  font-size: 0.16rem;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.34rem;
}
.newslist-floor .news-list .news-item a .text-box .more-btn {
  margin-top: auto;
  padding: 0 0.25rem;
  height: 0.48rem;
  border: 1px solid #B50801;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #B50801;
  transition: 0.2s;
}
.newslist-floor .news-list .news-item a .text-box .more-btn img {
  margin-left: 0.12rem;
  width: 0.16rem;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.39rem;
}
.paging a {
  height: 0.44rem;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  font-size: 0.14rem;
}
.paging a.active {
  color: #fff;
  background-color: #C40101;
  border-color: #C40101;
}
.paging a:hover {
  color: #fff;
  background-color: #C40101;
  border-color: #C40101;
}
.paging a:not(:last-child) {
  margin-right: 0.1rem;
}
.caselist-floor {
  padding: 1rem 0;
}
.caselist-floor .cate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.caselist-floor .cate-list .case-item {
  background: #F0F1F3;
  transition: 0.2s;
}
.caselist-floor .cate-list .case-item:first-child {
  grid-column: span 2;
}
.caselist-floor .cate-list .case-item:first-child a {
  display: flex;
  height: 100%;
}
.caselist-floor .cate-list .case-item:first-child a .img-box {
  width: 6.8rem;
  height: 100%;
}
.caselist-floor .cate-list .case-item:first-child a .text-box {
  display: flex;
  flex-direction: column;
}
.caselist-floor .cate-list .case-item:first-child a .text-box .date {
  margin-top: auto;
}
.caselist-floor .cate-list .case-item:first-child a .text-box .line {
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin-top: 0.5rem;
}
.caselist-floor .cate-list .case-item:hover {
  transform: translateY(-0.1rem);
}
.caselist-floor .cate-list .case-item:hover a .text-box .title {
  color: #B50801;
}
.caselist-floor .cate-list .case-item .img-box {
  height: 3.24rem;
}
.caselist-floor .cate-list .case-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.caselist-floor .cate-list .case-item .text-box {
  padding: 0.4rem 0.2rem;
}
.caselist-floor .cate-list .case-item .text-box .title {
  font-size: 0.2rem;
  margin-bottom: 0.28rem;
}
.caselist-floor .cate-list .case-item .text-box .address {
  font-size: 0.14rem;
  margin-bottom: 0.23rem;
}
.caselist-floor .cate-list .case-item .text-box .date {
  font-size: 0.12rem;
  color: #767676;
}
.contact-floor1 {
  background: #F0F1F3;
  padding: 0.5rem 0;
}
.contact-floor1 .contact-infobox {
  background-color: #fff;
  display: flex;
}
.contact-floor1 .contact-infobox .box-left {
  flex: 1;
  padding: 0.55rem 0.4rem;
  display: flex;
  align-items: center;
}
.contact-floor1 .contact-infobox .box-left .text-box {
  width: 4.4rem;
  margin-right: 2rem;
}
.contact-floor1 .contact-infobox .box-left .text-box .logo-img {
  width: 3.8rem;
  display: block;
  margin-bottom: 0.9rem;
}
.contact-floor1 .contact-infobox .box-left .text-box .line {
  width: 0.2rem;
  height: 2px;
  background: #999999;
  margin-bottom: 0.27rem;
}
.contact-floor1 .contact-infobox .box-left .text-box .slogan {
  font-size: 0.22rem;
  color: rgba(26, 26, 26, 0.8);
  margin-bottom: 0.26rem;
}
.contact-floor1 .contact-infobox .box-left .text-box p {
  font-size: 0.16rem;
  line-height: 1.8em;
  color: rgba(26, 26, 26, 0.8);
}
.contact-floor1 .contact-infobox .box-left .code-list .code-item {
  display: flex;
  align-items: center;
}
.contact-floor1 .contact-infobox .box-left .code-list .code-item .code-img {
  width: 1.4rem;
  margin-right: 0.2rem;
}
.contact-floor1 .contact-infobox .box-left .code-list .code-item p {
  font-size: 0.14rem;
  color: rgba(26, 26, 26, 0.8);
}
.contact-floor1 .contact-infobox .box-right {
  width: 4.6rem;
  padding: 0.4rem 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #C40101;
}
.contact-floor1 .contact-infobox .box-right .contact-item {
  color: #fff;
}
.contact-floor1 .contact-infobox .box-right .contact-item .label {
  font-size: 0.14rem;
}
.contact-floor1 .contact-infobox .box-right .contact-item .tel {
  font-size: 0.24rem;
  font-weight: 700;
}
.contact-floor1 .contact-infobox .box-right .line {
  width: 0.2rem;
  height: 2px;
  background-color: #fff;
}
.contact-floor1 .contact-infobox .box-right .address {
  font-size: 0.14rem;
  color: #fff;
}
.contact-floor2 {
  padding: 0.7rem 0;
}
.contact-floor2 .title-box {
  margin-bottom: 0.35rem;
}
.contact-floor2 .title-box .title {
  font-size: 0.42rem;
  margin-bottom: 0.15rem;
}
.contact-floor2 .title-box p {
  font-size: 0.16rem;
  color: #767676;
}
.contact-floor2 .form-content .form-item-list {
  display: flex;
  gap: 0.2rem;
}
.contact-floor2 .form-content .form-item {
  flex: 1;
  margin-bottom: 0.2rem;
}
.contact-floor2 .form-content .form-item input {
  width: 100%;
  height: 0.5rem;
  font-size: 0.16rem;
  outline: none;
  padding: 0 0.2rem;
  background: #fff;
  border: none;
  border: 1px solid #EEEEEE;
}
.contact-floor2 .form-content .form-item textarea {
  width: 100%;
  resize: none;
  border: none;
  outline: none;
  padding: 0.1rem 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  background: #fff;
  height: 1.2rem;
  border: 1px solid #EEEEEE;
}
.contact-floor2 .form-content button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.06rem;
  background: #B50801;
  font-size: 0.16rem;
  color: #fff;
  width: 100%;
  height: 0.52rem;
  border: none;
  outline: none;
  width: 2rem;
}
.factorylist-floor {
  padding: 0.6rem 0;
}
.factorylist-floor .factory-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.2rem;
}
.factorylist-floor .factory-list .factory-item {
  background-color: #fff;
  border-bottom: 2px solid #000;
  transition: 0.2s;
}
.factorylist-floor .factory-list .factory-item:hover {
  transform: translateY(-0.1rem);
  border-bottom: 2px solid #B50801;
}
.factorylist-floor .factory-list .factory-item:hover .text-box .jticon {
  display: block;
}
.factorylist-floor .factory-list .factory-item:hover .text-box .title {
  color: #B50801;
}
.factorylist-floor .factory-list .factory-item .factory-item-img {
  height: 3.2rem;
}
.factorylist-floor .factory-list .factory-item .factory-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factorylist-floor .factory-list .factory-item .text-box {
  padding: 0.4rem 0.35rem;
  display: flex;
  align-items: center;
}
.factorylist-floor .factory-list .factory-item .text-box .jticon {
  width: 0.12rem;
  margin-right: 0.17rem;
  display: none;
}
.factorylist-floor .factory-list .factory-item .text-box .title {
  flex: 1;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.caseDetail-floor {
  padding: 0.3rem 0;
  background: #F0F1F3;
}
.caseDetail-floor .case-titlebox {
  background-color: #fff;
  padding: 0.4rem;
  display: flex;
  margin-bottom: 0.3rem;
}
.caseDetail-floor .case-titlebox .img-box {
  width: 6.8rem;
  height: 4.8rem;
}
.caseDetail-floor .case-titlebox .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.caseDetail-floor .case-titlebox .text-box {
  flex: 1;
  padding: 0.46rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.caseDetail-floor .case-titlebox .text-box .title {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.46rem;
}
.caseDetail-floor .case-titlebox .text-box .address {
  font-size: 0.18rem;
}
.caseDetail-floor .case-titlebox .text-box .line {
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin-top: 0.45rem;
}
.caseDetail-floor .case-titlebox .text-box .date {
  margin-top: auto;
  font-size: 0.14rem;
  color: #767676;
}
.caseDetail-floor .case-introbox {
  background-color: #fff;
  padding: 0.6rem 0.35rem;
  margin-bottom: 0.9rem;
}
.caseDetail-floor .case-introbox .case-title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.caseDetail-floor .case-introbox p {
  font-size: 0.18rem;
  line-height: 1.8em;
  color: #333;
}
.caseDetail-floor .case-introbox .cz-btns {
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  border-top: 1px solid #D8D8D8;
}
.caseDetail-floor .case-introbox .cz-btns .cz-item {
  font-size: 0.16rem;
  color: #999999;
}
.caseDetail-floor .case-introbox .cz-btns .cz-item:not(:last-child) {
  margin-bottom: 0.27rem;
}
.caseDetail-floor .case-introbox .cz-btns .cz-item a {
  color: #1a1a1a;
}
.caseDetail-floor .case-introbox .cz-btns .cz-item a:hover {
  color: #B50801;
}
.caseDetail-floor .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.caseDetail-floor .title-box .title {
  position: relative;
}
.caseDetail-floor .title-box .title .cn {
  position: relative;
  z-index: 2;
  font-size: 0.42rem;
  font-weight: bold;
}
.caseDetail-floor .title-box .more a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.caseDetail-floor .title-box .more a img {
  width: 0.044rem;
  display: block;
  margin-left: 0.18rem;
}
.caseDetail-floor .cate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.caseDetail-floor .cate-list .case-item {
  background: #F0F1F3;
  transition: 0.2s;
  background-color: #fff;
}
.caseDetail-floor .cate-list .case-item:hover {
  transform: translateY(-0.1rem);
  background-color: #B50801;
}
.caseDetail-floor .cate-list .case-item:hover a .text-box .title {
  color: #fff;
}
.caseDetail-floor .cate-list .case-item:hover a .text-box .address {
  color: #fff;
}
.caseDetail-floor .cate-list .case-item:hover a .text-box .date {
  color: #fff;
}
.caseDetail-floor .cate-list .case-item .img-box {
  height: 3.24rem;
}
.caseDetail-floor .cate-list .case-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.caseDetail-floor .cate-list .case-item .text-box {
  padding: 0.4rem 0.2rem;
}
.caseDetail-floor .cate-list .case-item .text-box .title {
  font-size: 0.2rem;
  margin-bottom: 0.28rem;
}
.caseDetail-floor .cate-list .case-item .text-box .address {
  font-size: 0.14rem;
  margin-bottom: 0.23rem;
}
.caseDetail-floor .cate-list .case-item .text-box .date {
  font-size: 0.12rem;
  color: #767676;
}
.newsDetail-floor {
  background: #F0F1F3;
  padding: 0.3rem 0;
}
.newsDetail-floor .wrap {
  display: flex;
}
.newsDetail-floor .newsDetail-box {
  background-color: #fff;
  padding: 0 0.4rem;
  width: 12rem;
  margin-right: 0.2rem;
}
.newsDetail-floor .newsDetail-box .title-box {
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.newsDetail-floor .newsDetail-box .title-box h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.33rem;
}
.newsDetail-floor .newsDetail-box .title-box .sign-date {
  font-size: 0.14rem;
  color: #767676;
}
.newsDetail-floor .newsDetail-box .content-box {
  padding: 0.3rem 0;
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8em;
}
.newsDetail-floor .newsDetail-box .content-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.newsDetail-floor .newsDetail-box .cz-btns {
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  border-top: 1px solid #D8D8D8;
}
.newsDetail-floor .newsDetail-box .cz-btns .cz-item {
  font-size: 0.16rem;
  color: #999999;
}
.newsDetail-floor .newsDetail-box .cz-btns .cz-item:not(:last-child) {
  margin-bottom: 0.27rem;
}
.newsDetail-floor .newsDetail-box .cz-btns .cz-item a {
  color: #1a1a1a;
}
.newsDetail-floor .newsDetail-box .cz-btns .cz-item a:hover {
  color: #B50801;
}
.newsDetail-floor .hot-news {
  background-color: #fff;
  flex: 1;
  padding: 0.3rem;
  height: fit-content;
}
.newsDetail-floor .hot-news .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.newsDetail-floor .hot-news .title .line {
  width: 0.04rem;
  height: 0.2rem;
  background: #B50801;
  margin-right: 0.1rem;
}
.newsDetail-floor .hot-news .hot-news-item li {
  list-style: disc;
  list-style-position: inside;
}
.newsDetail-floor .hot-news .hot-news-item li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.newsDetail-floor .hot-news .hot-news-item li:hover a {
  color: #B50801;
}
.newsDetail-floor .hot-news .hot-news-item li a {
  font-size: 0.18rem;
}
.product-show-floor {
  padding: 0.8rem 0 1rem;
  background: #fff;
}
.product-show-floor .product-show-layout {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
.product-show-floor .product-category-sidebar {
  width: 3.5rem;
  flex-shrink: 0;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.product-show-floor .product-category-sidebar .pcat-head {
  padding: 0.3rem 0.25rem 0.22rem;
  border-bottom: 1px solid #e8e8e8;
}
.product-show-floor .product-category-sidebar .pcat-head h3 {
  font-size: 0.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.06rem;
}
.product-show-floor .product-category-sidebar .pcat-head .pcat-en {
  font-size: 0.14rem;
  color: #999;
}
.product-show-floor .product-category-sidebar .pcat-list li {
  border-bottom: 1px solid #e8e8e8;
}
.product-show-floor .product-category-sidebar .pcat-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.22rem;
  font-size: 0.16rem;
  color: #1a1a1a;
  transition: color 0.2s;
}
.product-show-floor .product-category-sidebar .pcat-list li a:hover {
  color: #B50801;
}
.product-show-floor .product-category-sidebar .pcat-list li a .pcat-toggle {
  font-size: 0.18rem;
  color: #999;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.product-show-floor .product-category-sidebar .pcat-list li.active a {
  color: #B50801;
}
.product-show-floor .product-category-sidebar .pcat-list li.active a .pcat-toggle {
  color: #B50801;
}
.product-show-floor .product-category-sidebar .pcat-list li.pcat-lv1.is-open > a .pcat-toggle {
  color: #B50801;
}
.product-show-floor .product-category-sidebar .pcat-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fafafa;
  border-top: 1px solid #eee;
}
.product-show-floor .product-category-sidebar .pcat-sublist .pcat-lv2 a {
  display: block;
  padding: 0.14rem 0.22rem 0.14rem 0.42rem;
  font-size: 0.15rem;
  color: #555;
  border-bottom: 1px solid #eee;
}
.product-show-floor .product-category-sidebar .pcat-sublist .pcat-lv2:last-child a {
  border-bottom: none;
}
.product-show-floor .product-category-sidebar .pcat-sublist .pcat-lv2 a:hover,
.product-show-floor .product-category-sidebar .pcat-sublist .pcat-lv2.active a {
  color: #B50801;
}
.product-show-floor .product-category-sidebar .pcat-sublist .pcat-lv2.active a {
  font-weight: 600;
}
.product-show-floor .product-category-sidebar .pcat-custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  padding: 0.2rem 0.15rem;
  background: #B50801;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  line-height: 1.35;
}
.product-show-floor .product-category-sidebar .pcat-custom-btn:hover {
  opacity: 0.92;
  color: #fff;
}
.product-show-floor .product-show-main {
  flex: 1;
  min-width: 0;
}
.product-show-floor .product-filter-bar {
  background: #f5f5f5;
  padding: 0.26rem 0.3rem 0.32rem;
  margin-bottom: 0.38rem;
}
.product-show-floor .product-filter-bar .filter-title {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.18rem;
}
.product-show-floor .product-filter-bar .filter-rows {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.product-show-floor .product-filter-bar .filter-row {
  display: grid;
  gap: 0.2rem;
}
.product-show-floor .product-filter-bar .filter-row--triple {
  grid-template-columns: repeat(3, 1fr);
}
.product-show-floor .product-filter-bar .filter-row--double {
  grid-template-columns: repeat(2, 1fr);
}
.product-show-floor .product-filter-bar .filter-field label {
  display: block;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.06rem;
}
.product-show-floor .product-filter-bar .filter-field .filter-select {
  position: relative;
}
.product-show-floor .product-filter-bar .filter-field .filter-select::after {
  content: "";
  position: absolute;
  right: 0.12rem;
  top: 50%;
  margin-top: -0.02rem;
  border: 0.05rem solid transparent;
  border-top-color: #B50801;
  pointer-events: none;
}
.product-show-floor .product-filter-bar .filter-field .filter-select select {
  width: 100%;
  height: 0.44rem;
  padding: 0 0.34rem 0 0.12rem;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 0.14rem;
  color: #333;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}
.product-show-floor .product-search-bar {
  background: #f5f5f5;
  padding: 0.26rem 0.3rem 0.32rem;
  margin-bottom: 0.38rem;
}
.product-show-floor .product-search-bar .product-search-label {
  display: block;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.1rem;
}
.product-show-floor .product-search-bar .product-search-row {
  display: flex;
  gap: 0.14rem;
  align-items: stretch;
}
.product-show-floor .product-search-bar input[type="search"],
.product-show-floor .product-search-bar input[type="text"] {
  flex: 1;
  min-width: 0;
  height: 0.44rem;
  padding: 0 0.14rem;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 0.15rem;
  color: #333;
  box-sizing: border-box;
}
.product-show-floor .product-search-bar input[type="search"]:focus,
.product-show-floor .product-search-bar input[type="text"]:focus {
  outline: none;
  border-color: #B50801;
}
.product-show-floor .product-search-bar input[type="search"]::placeholder,
.product-show-floor .product-search-bar input[type="text"]::placeholder {
  color: #aaa;
}
.product-show-floor .product-search-bar .product-search-submit {
  flex-shrink: 0;
  min-width: 1rem;
  height: 0.44rem;
  padding: 0 0.28rem;
  border: none;
  background: #B50801;
  color: #fff;
  font-size: 0.15rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.product-show-floor .product-search-bar .product-search-submit:hover {
  opacity: 0.92;
}
.product-show-floor .search-result-meta {
  font-size: 0.14rem;
  color: #666;
  margin: -0.22rem 0 0.2rem;
}
.product-show-floor .search-empty {
  padding: 0.4rem 0.2rem;
  margin-bottom: 0.3rem;
  background: #fafafa;
  border: 1px dashed #ddd;
  font-size: 0.15rem;
  color: #666;
  line-height: 1.6;
}
.product-show-floor .search-empty a {
  color: #B50801;
  text-decoration: underline;
}
.product-show-floor .product-grid-section-title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.32rem;
}
.product-show-floor .product-show-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.28rem 0.24rem;
}
.product-show-floor .product-show-grid .psc-card {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.product-show-floor .product-show-grid .psc-card .psc-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 0.14rem;
  background: #f0f0f0;
}
.product-show-floor .product-show-grid .psc-card .psc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-show-floor .product-show-grid .psc-card .psc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
  padding-bottom: 0.1rem;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
}
.product-show-floor .product-show-grid .psc-card .psc-foot .psc-name {
  flex: 1;
  font-size: 0.16rem;
  color: #1a1a1a;
  line-height: 1.4;
}
.product-show-floor .product-show-grid .psc-card .psc-foot .psc-arrow {
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
line-height:0.32rem;
  border-radius: 50%;
  border: 2px solid #B50801;
  background: #fff;
  display: flex;

  justify-content: center;
  color: #B50801;
  font-size: 0.2rem;
  font-weight:900;
}
.product-show-floor .product-show-grid .psc-card:hover .psc-foot {
  border-bottom-color: #B50801;
}
.product-show-floor .product-show-grid .psc-card:hover .psc-foot .psc-name {
  color: #B50801;
}
.product-show-floor .product-show-grid .psc-card:hover .psc-foot .psc-arrow {
  background: #B50801;
  color: #fff;
  border-color: #B50801;
}
@media screen and (max-width: 1100px) {
  .product-show-floor .product-show-layout {
    flex-direction: column;
  }
  .product-show-floor .product-category-sidebar {
    width: 100%;
  }
  .product-show-floor .product-filter-bar .filter-row--triple {
    grid-template-columns: 1fr;
  }
  .product-show-floor .product-filter-bar .filter-row--double {
    grid-template-columns: 1fr;
  }
  .product-show-floor .product-show-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .product-show-floor .product-show-grid {
    grid-template-columns: 1fr;
  }
  .product-show-floor .product-search-bar .product-search-row {
    flex-direction: column;
  }
  .product-show-floor .product-search-bar .product-search-submit {
    width: 100%;
  }
}
/* ========== productDetail.html ========== */
.product-detail-floor,
.product-detailxq-floor {
  position: relative;
  padding: 0.5rem 0;
  background: #fff;
}
.product-detail-floor .pd-breadcrumb {
  font-size: 0.13rem;
  color: #888;
  line-height: 1.5;
  margin-bottom: 0.28rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 0.06rem 0.12rem;
}
.product-detail-floor .pd-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.product-detail-floor .pd-breadcrumb a:hover {
  color: #B50801;
}
.product-detail-floor .pd-bc-sep {
  color: #e07000;
  font-weight: normal;
  user-select: none;
}
.product-detail-floor .pd-bc-current {
  color: #555;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail-floor .pd-layout,
.product-detailxq-floor .pd-layout {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}
.product-detail-floor .pd-main,
.product-detailxq-floor .pd-main {
  flex: 1;
  min-width: 0;
}
.product-detail-floor .pd-sidebar,
.product-detailxq-floor .pd-sidebar {
  width: 3.6rem;
  flex-shrink: 0;
  position: sticky;
  top: 1rem;
  height: max-content;
}
.product-detail-floor .pd-hero,
.product-detailxq-floor .pd-hero {
  display: flex;
  gap: 0.38rem;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
.product-detail-floor .section-box,
.product-detailxq-floor .section-box {
  display: flex;
}
.product-detail-floor .section-box .section-left,
.product-detailxq-floor .section-box .section-left {
  flex: 1;
  margin-right: 0.4rem;
}
.product-detail-floor .pd-hero-gallery,
.product-detailxq-floor .pd-hero-gallery {
  flex: 0 1 7.6rem;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.14rem;
  overflow: visible;
}
.product-detail-floor .pd-main-img,
.product-detailxq-floor .pd-main-img {
  flex: 1;
  min-width: 0;
  min-height: 4.8rem;
  height: 5.2rem;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.product-detail-floor .pd-zoom-box,
.product-detailxq-floor .pd-zoom-box {
  cursor: crosshair;
}
.product-detail-floor .pd-zoom-lens,
.product-detailxq-floor .pd-zoom-lens {
  display: none;
  position: absolute;
  border: 1px solid rgba(181, 8, 1, 0.75);
  background: rgba(181, 8, 1, 0.08);
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}
.product-detail-floor .pd-zoom-result,
.product-detailxq-floor .pd-zoom-result {
  display: none;
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #e4e4e4;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  z-index: 30;
  pointer-events: none;
}
.product-detail-floor .pd-zoom-result.is-visible,
.product-detailxq-floor .pd-zoom-result.is-visible {
  display: block;
}
.product-detail-floor .pd-main-img img,
.product-detailxq-floor .pd-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-detail-floor .pd-thumbs,
.product-detailxq-floor .pd-thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex-shrink: 0;
  width: 0.88rem;
  max-height: 5.2rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.product-detail-floor .pd-thumb,
.product-detailxq-floor .pd-thumb {
  width: 0.88rem;
  height: 0.88rem;
  padding: 0;
  border: 2px solid #dedede;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
}
.product-detail-floor .pd-thumb.active,
.product-detailxq-floor .pd-thumb.active,
.product-detail-floor .pd-thumb:hover,
.product-detailxq-floor .pd-thumb:hover {
  border-color: #B50801;
}
.product-detail-floor .pd-thumb img,
.product-detailxq-floor .pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-detail-floor .pd-hero-info,
.product-detailxq-floor .pd-hero-info {
  flex: 1;
  min-width: 0;
}
.product-detail-floor .pd-title,
.product-detailxq-floor .pd-title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.12rem;
  line-height: 1.3;
}
.product-detail-floor .pd-hero-meta,
.product-detailxq-floor .pd-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.12rem 0.2rem;
  font-size: 0.14rem;
  color: #767676;
  margin-bottom: 0.14rem;
}
.product-detail-floor .pd-meta-pipe,
.product-detailxq-floor .pd-meta-pipe {
  color: #ccc;
  user-select: none;
}
.product-detail-floor .pd-hero-divider,
.product-detailxq-floor .pd-hero-divider {
  height: 1px;
  background: #eee;
  margin-bottom: 0.18rem;
}
.product-detail-floor .pd-basic-params,
.product-detailxq-floor .pd-basic-params {
  margin-bottom: 0.28rem;
}
.product-detail-floor .pd-basic-title,
.product-detailxq-floor .pd-basic-title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 0.14rem;
}
.product-detail-floor .pd-spec-grid,
.product-detailxq-floor .pd-spec-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.14rem;
  row-gap: 0.08rem;
  align-items: center;
  font-size: 0.15rem;
  line-height: 1.5;
}
/* 子项挂到父级网格上，保证各行列标签共用同一列宽、数据框左缘垂直对齐 */
.product-detail-floor .pd-spec-row,
.product-detailxq-floor .pd-spec-row {
  display: contents;
}
.product-detail-floor .pd-spec-label,
.product-detailxq-floor .pd-spec-label {
  margin: 0;
  color: #333;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}
.product-detail-floor .pd-spec-value,
.product-detailxq-floor .pd-spec-value {
  min-width: 0;
  display: block;
}
.product-detail-floor .pd-spec-box,
.product-detailxq-floor .pd-spec-box {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.06rem 0.12rem;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  color: #333;
  box-sizing: border-box;
  text-align: left;
}
.product-detail-floor .pd-param-list,
.product-detailxq-floor .pd-param-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail-floor .pd-param-list li,
.product-detailxq-floor .pd-param-list li {
  font-size: 0.15rem;
  color: #666;
  line-height: 1.85;
  margin-bottom: 0.02rem;
}
.product-detail-floor .pd-param-k,
.product-detailxq-floor .pd-param-k {
  color: #666;
}
.product-detail-floor .pd-param-v,
.product-detailxq-floor .pd-param-v {
  color: #666;
}
.product-detail-floor .pd-buy-row,
.product-detailxq-floor .pd-buy-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.14rem;
}
.product-detail-floor .pd-qty,
.product-detailxq-floor .pd-qty {
  display: flex;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  border-radius: 2px;
  overflow: hidden;
}
.product-detail-floor .pd-qty-val,
.product-detailxq-floor .pd-qty-val {
  min-width: 0.72rem;
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.04rem;
  font-size: 0.16rem;
  color: #333;
  background: #ebebeb;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 0.42rem;
}
.product-detail-floor .pd-qty-unit,
.product-detailxq-floor .pd-qty-unit {
  font-size: 0.14rem;
  color: #666;
  margin-left: 0.02rem;
}
.product-detail-floor .pd-qty-btn,
.product-detailxq-floor .pd-qty-btn {
  width: 0.44rem;
  height: 0.42rem;
  border: none;
  background: #f5f5f5;
  font-size: 0.2rem;
  cursor: pointer;
  line-height: 1;
  color: #444;
}
.product-detail-floor .pd-qty-btn--plus,
.product-detailxq-floor .pd-qty-btn--plus {
  background: #f0f0f0;
  color: #e07000;
  font-weight: bold;
}
.product-detail-floor .pd-qty-btn--minus:hover,
.product-detailxq-floor .pd-qty-btn--minus:hover {
  background: #ebebeb;
}
.product-detail-floor .pd-qty-btn--plus:hover,
.product-detailxq-floor .pd-qty-btn--plus:hover {
  background: #ffe8d4;
}
.product-detail-floor .pd-add-cart,
.product-detailxq-floor .pd-add-cart {
  padding: 0.12rem 0.36rem;
  min-height: 0.42rem;
  background: #B50801;
  color: #fff;
  border: none;
  font-size: 0.16rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
}
.product-detail-floor .pd-add-cart:hover,
.product-detailxq-floor .pd-add-cart:hover {
  opacity: 0.92;
}
.product-detail-floor .pd-block,
.product-detailxq-floor .pd-block {
  border-bottom: 1px solid #EEEEEE;
  scroll-margin-top: 1rem;
  padding: 0.7rem 0;
}
.product-detail-floor .pd-block img,
.product-detailxq-floor .pd-block img {
  max-width: 100%;
}
.product-detail-floor .pd-block:first-child,
.product-detailxq-floor .pd-block:first-child {
  padding-top: 0;
}
.product-detail-floor .pd-h2,
.product-detailxq-floor .pd-h2 {
  font-size: 0.22rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.2rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}
.product-detail-floor .pd-prose,
.product-detailxq-floor .pd-prose {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.85;
}
.product-detail-floor .pd-prose p,
.product-detailxq-floor .pd-prose p {
  margin-bottom: 0.14rem;
}
.product-detail-floor .pd-cert-icons,
.product-detailxq-floor .pd-cert-icons {
  display: flex;
  gap: 0.12rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.product-detail-floor .pd-cert-badge,
.product-detailxq-floor .pd-cert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0.5rem;
  height: 0.36rem;
  padding: 0 0.1rem;
  border: 1px solid #ddd;
  font-size: 0.12rem;
  color: #555;
}
.product-detail-floor .pd-cert-badge.eco,
.product-detailxq-floor .pd-cert-badge.eco {
  border-color: #7cb342;
  color: #558b2f;
}
.product-detail-floor .pd-spec-tables,
.product-detailxq-floor .pd-spec-tables {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.24rem;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .product-detail-floor .pd-spec-tables,
  .product-detailxq-floor .pd-spec-tables {
    flex-direction: column;
  }
}
.product-detail-floor .pd-table-wrap,
.product-detailxq-floor .pd-table-wrap {
  border: 1px solid #e0e0e0;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.product-detail-floor .pd-table-wrap--spec,
.product-detailxq-floor .pd-table-wrap--spec {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  border: none;
  overflow: visible;
  background: transparent;
}
.product-detail-floor .pd-table-wrap--scroll,
.product-detailxq-floor .pd-table-wrap--scroll {
  overflow-x: auto;
}
.product-detail-floor .pd-table,
.product-detailxq-floor .pd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.15rem;
}
.product-detail-floor .pd-table th,
.product-detailxq-floor .pd-table th,
.product-detail-floor .pd-table td,
.product-detailxq-floor .pd-table td {
  padding: 0.12rem 0.16rem;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}
.product-detail-floor .pd-table th,
.product-detailxq-floor .pd-table th {
  width: 35%;
  color: #555;
  font-weight: normal;
  background: #fafafa;
}
.product-detail-floor .pd-table td,
.product-detailxq-floor .pd-table td {
  color: #333;
}
.product-detail-floor .pd-table--zebra tbody tr:nth-child(even),
.product-detailxq-floor .pd-table--zebra tbody tr:nth-child(even) {
  background: #F2F2F2;
}
.product-detail-floor .pd-table--spec,
.product-detailxq-floor .pd-table--spec {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.14rem;
}
.product-detail-floor .pd-table--spec th,
.product-detailxq-floor .pd-table--spec th,
.product-detail-floor .pd-table--spec td,
.product-detailxq-floor .pd-table--spec td {
  width: 50%;
  padding: 0.16rem 0.14rem;
  text-align: center;
  vertical-align: middle;
  color: #1a1a1a;
  border: 1px solid #fff;
  border-bottom: none;
  font-weight: normal;
  box-sizing: border-box;
}
.product-detail-floor .pd-table--spec th,
.product-detailxq-floor .pd-table--spec th {
  background: transparent;
}
.product-detail-floor .pd-table--spec tbody tr:nth-child(odd) th,
.product-detailxq-floor .pd-table--spec tbody tr:nth-child(odd) th,
.product-detail-floor .pd-table--spec tbody tr:nth-child(odd) td,
.product-detailxq-floor .pd-table--spec tbody tr:nth-child(odd) td {
  background: #e6e6e6;
}
.product-detail-floor .pd-table--spec tbody tr:nth-child(even) th,
.product-detailxq-floor .pd-table--spec tbody tr:nth-child(even) th,
.product-detail-floor .pd-table--spec tbody tr:nth-child(even) td,
.product-detailxq-floor .pd-table--spec tbody tr:nth-child(even) td {
  background: #F2F2F2;
}
.product-detail-floor .pd-table--spec tbody tr:last-child th,
.product-detailxq-floor .pd-table--spec tbody tr:last-child th,
.product-detail-floor .pd-table--spec tbody tr:last-child td,
.product-detailxq-floor .pd-table--spec tbody tr:last-child td {
  border-bottom: 1px solid #fff;
}
.product-detail-floor .pd-chart-box,
.product-detailxq-floor .pd-chart-box {
  padding: 0.2rem;
}
.product-detail-floor .pd-chart-box .pd-chart-title,
.product-detailxq-floor .pd-chart-box .pd-chart-title {
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.14rem;
}
.product-detail-floor .pd-chart-title,
.product-detailxq-floor .pd-chart-title {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0.1rem;
}
.product-detail-floor .pd-chart-svg,
.product-detailxq-floor .pd-chart-svg {
  width: 100%;
  max-height: 2.4rem;
  height: auto;
  display: block;
}
.product-detail-floor .pd-chart-img,
.product-detailxq-floor .pd-chart-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.product-detail-floor .pd-models-table,
.product-detailxq-floor .pd-models-table {
  table-layout: fixed;
  width: 100%;
}
.product-detail-floor .pd-models-table thead th,
.product-detailxq-floor .pd-models-table thead th {
  width: 8.333%;
  max-width: 8.333%;
  box-sizing: border-box;
  background: #ececec;
  font-weight: 600;
  font-size: 0.14rem;
  padding: 0.14rem 0.08rem;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  border: 1px solid #fff;
}
.product-detail-floor .pd-models-table tbody td,
.product-detailxq-floor .pd-models-table tbody td {
  width: 8.333%;
  max-width: 8.333%;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0.15rem;
  padding: 0.12rem 0.08rem;
  text-align: center;
  border: 1px solid #f0f0f0;
  white-space: normal;
  word-break: break-word;
}
.product-detail-floor .pd-models-table .pd-model-link,
.product-detailxq-floor .pd-models-table .pd-model-link {
  color: #B50801;
  text-decoration: underline;
  font-weight: 600;
}
.product-detail-floor .pd-models-table .pd-model-link:hover,
.product-detailxq-floor .pd-models-table .pd-model-link:hover {
  opacity: 0.9;
}
.product-detail-floor .pd-models-table .pd-qty-inline,
.product-detailxq-floor .pd-models-table .pd-qty-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}
.product-detail-floor .pd-models-table .pd-row-cart,
.product-detailxq-floor .pd-models-table .pd-row-cart {
  display: inline-block;
  max-width: 100%;
  padding: 0.08rem 0.1rem;
  font-size: 0.12rem;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
}
.product-detail-floor .pd-models-table .pd-qty-inline input,
.product-detailxq-floor .pd-models-table .pd-qty-inline input {
  width: 0.6rem;
  height: 0.4rem;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 0.16rem;
  box-sizing: border-box;
  background: #fff;
}
.product-detail-floor .pd-models-table .pd-qty-inline span,
.product-detailxq-floor .pd-models-table .pd-qty-inline span {
  font-size: 0.16rem;
  color: #333;
}
.product-detail-floor .pd-accessories-table,
.product-detailxq-floor .pd-accessories-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.product-detail-floor .pd-accessories-table thead th,
.product-detailxq-floor .pd-accessories-table thead th {
  background: #f2f2f2;
  font-weight: 600;
  font-size: 0.14rem;
  padding: 0.14rem 0.12rem;
  text-align: center;
  border: 1px solid #e8e8e8;
  white-space: nowrap;
}
.product-detail-floor .pd-accessories-table .th-product,
.product-detailxq-floor .pd-accessories-table .th-product {
  width: 36%;
}
.product-detail-floor .pd-accessories-table tbody td,
.product-detailxq-floor .pd-accessories-table tbody td {
  vertical-align: middle;
  font-size: 0.15rem;
  padding: 0.12rem 0.12rem;
  border: 1px solid #e8e8e8;
  color: #333;
}
.product-detail-floor .pd-accessories-table .td-product,
.product-detailxq-floor .pd-accessories-table .td-product {
  text-align: left;
}
.product-detail-floor .pd-accessories-table tbody td:not(.td-product),
.product-detailxq-floor .pd-accessories-table tbody td:not(.td-product) {
  text-align: center;
  white-space: nowrap;
}
.product-detail-floor .pd-accessories-table .pd-accessory-product,
.product-detailxq-floor .pd-accessories-table .pd-accessory-product {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.product-detail-floor .pd-accessories-table .pd-accessory-product img,
.product-detailxq-floor .pd-accessories-table .pd-accessory-product img {
  width: 0.56rem;
  height: 0.56rem;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  margin: 0;
}
.product-detail-floor .pd-accessories-table .pd-accessory-product span,
.product-detailxq-floor .pd-accessories-table .pd-accessory-product span {
  font-size: 0.16rem;
  line-height: 1.35;
  margin: 0;
}
.product-detail-floor .pd-accessories-table .pd-qty-inline,
.product-detailxq-floor .pd-accessories-table .pd-qty-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
}
.product-detail-floor .pd-accessories-table .pd-qty-inline input,
.product-detailxq-floor .pd-accessories-table .pd-qty-inline input {
  width: 0.6rem;
  height: 0.4rem;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 0.16rem;
  box-sizing: border-box;
  background: #fff;
}
.product-detail-floor .pd-accessories-table .pd-qty-inline span,
.product-detailxq-floor .pd-accessories-table .pd-qty-inline span {
  font-size: 0.16rem;
  color: #333;
}
.product-detail-floor .pd-row-cart,
.product-detailxq-floor .pd-row-cart {
  padding: 0.08rem 0.16rem;
  background: #B50801;
  color: #fff;
  border: none;
  font-size: 0.14rem;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}
.product-detail-floor .pd-row-cart:hover,
.product-detailxq-floor .pd-row-cart:hover {
  opacity: 0.92;
}
.product-detail-floor .pd-accordion,
.product-detailxq-floor .pd-accordion {
  border: 1px solid #e0e0e0;
}
.product-detail-floor .pd-acc-item,
.product-detailxq-floor .pd-acc-item {
  border-bottom: 1px solid #e0e0e0;
}
.product-detail-floor .pd-acc-item:last-child,
.product-detailxq-floor .pd-acc-item:last-child {
  border-bottom: none;
}
.product-detail-floor .pd-acc-item.is-open .pd-acc-panel,
.product-detailxq-floor .pd-acc-item.is-open .pd-acc-panel {
  display: block;
}
.product-detail-floor .pd-acc-head,
.product-detailxq-floor .pd-acc-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.16rem 0.18rem;
  background: #fff;
  border: none;
  font-size: 0.16rem;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
.product-detail-floor .pd-acc-head:hover,
.product-detailxq-floor .pd-acc-head:hover {
  background: #fafafa;
}
.product-detail-floor .pd-acc-panel,
.product-detailxq-floor .pd-acc-panel {
  display: none;
  padding: 0 0.18rem 0.16rem;
  background: #fff;
}
.product-detail-floor .pd-download-grid,
.product-detailxq-floor .pd-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.18rem;
}
.product-detail-floor .pd-down-card,
.product-detailxq-floor .pd-down-card {
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 0.12rem;
}
.product-detail-floor .pd-down-file,
.product-detailxq-floor .pd-down-file {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  margin-bottom: 0.12rem;
}
.product-detail-floor .pd-file-meta,
.product-detailxq-floor .pd-file-meta {
  min-width: 0;
}
.product-detail-floor .pd-file-title,
.product-detailxq-floor .pd-file-title {
  font-size: 0.14rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.04rem;
}
.product-detail-floor .pd-file-desc,
.product-detailxq-floor .pd-file-desc {
  font-size: 0.12rem;
  color: #888;
  line-height: 1.4;
  word-break: break-all;
}
.product-detail-floor .pd-pdf-tag,
.product-detailxq-floor .pd-pdf-tag {
  background: #E53935;
  color: #fff;
  font-size: 0.12rem;
  font-weight: 700;
  width: 0.34rem;
  height: 0.44rem;
  border-radius: 0.02rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-detail-floor .pd-down-actions,
.product-detailxq-floor .pd-down-actions {
  display: flex;
  align-items: center;
  gap: 0.06rem;
}
.product-detail-floor .pd-lang-select,
.product-detailxq-floor .pd-lang-select {
  flex: 1;
  min-width: 0;
  height: 0.32rem;
  border: 1px solid #eee;
  font-size: 0.12rem;
  color: #666;
  padding: 0 0.08rem;
  background: #fff;
  box-sizing: border-box;
}
.product-detail-floor .pd-down-btn,
.product-detailxq-floor .pd-down-btn {
  height: 0.32rem;
  min-width: 0.62rem;
  padding: 0 0.14rem;
  background: #B50801;
  color: #fff;
  font-size: 0.12rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.product-detail-floor .pd-down-btn:hover,
.product-detailxq-floor .pd-down-btn:hover {
  opacity: 0.92;
  color: #fff;
}
.product-detail-floor .pd-rec-grid,
.product-detailxq-floor .pd-rec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.product-detail-floor .pd-rec-card,
.product-detailxq-floor .pd-rec-card {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 0.12rem;
  position: relative;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
  box-sizing: border-box;
}
.product-detail-floor .pd-rec-card:hover,
.product-detailxq-floor .pd-rec-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.product-detail-floor .pd-rec-card:hover .pd-rec-name,
.product-detailxq-floor .pd-rec-card:hover .pd-rec-name {
  color: #B50801;
}
.product-detail-floor .pd-rec-img,
.product-detailxq-floor .pd-rec-img {
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 0.1rem;
  background: #f5f5f5;
}
.product-detail-floor .pd-rec-img img,
.product-detailxq-floor .pd-rec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-detail-floor .pd-rec-name,
.product-detailxq-floor .pd-rec-name {
  font-size: 0.14rem;
  line-height: 1.4;
  display: block;
  padding-right: 0.3rem;
}
.product-detail-floor .pd-rec-go,
.product-detailxq-floor .pd-rec-go {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  border: 1px solid #B50801;
  color: #B50801;
  font-size: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-floor .pd-side-nav,
.product-detailxq-floor .pd-side-nav {
  border: 1px solid #e8e8e8;
  margin-bottom: 0.24rem;
  background: #fff;
}
.product-detail-floor .pd-side-nav a,
.product-detailxq-floor .pd-side-nav a {
  display: block;
  padding: 0.14rem 0.18rem;
  font-size: 0.15rem;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.product-detail-floor .pd-side-nav a:last-child,
.product-detailxq-floor .pd-side-nav a:last-child {
  border-bottom: none;
}
.product-detail-floor .pd-side-nav a:hover,
.product-detailxq-floor .pd-side-nav a:hover {
  color: #B50801;
  background: #fafafa;
}
.product-detail-floor .pd-contact-card,
.product-detailxq-floor .pd-contact-card {
  background: #F0F1F3;
}
.product-detail-floor .pd-contact-card .text-box,
.product-detailxq-floor .pd-contact-card .text-box {
  padding: 0.15rem 0.28rem;
}
.product-detail-floor .pd-contact-photo,
.product-detailxq-floor .pd-contact-photo {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
  background: #eee;
}
.product-detail-floor .pd-contact-photo img,
.product-detailxq-floor .pd-contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-detail-floor .pd-contact-lead,
.product-detailxq-floor .pd-contact-lead {
  font-size: 0.18rem;
  margin-bottom: 0.28rem;
  line-height: 1.8em;
}
.product-detail-floor .pd-contact-tel,
.product-detailxq-floor .pd-contact-tel {
  font-size: 0.14rem;
  color: rgba(26, 26, 26, 0.8);
  line-height: 1.8em;
}
.product-detail-floor .pd-contact-btn,
.product-detailxq-floor .pd-contact-btn {
  margin-top: 0.4rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B50801;
  color: #fff;
  font-size: 0.16rem;
}
.product-detail-floor .pd-contact-btn:hover,
.product-detailxq-floor .pd-contact-btn:hover {
  opacity: 0.92;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .product-detail-floor .pd-layout,
  .product-detailxq-floor .pd-layout {
    flex-direction: column;
  }
  .product-detail-floor .pd-sidebar,
  .product-detailxq-floor .pd-sidebar {
    width: 100%;
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }
  .product-detail-floor .pd-hero,
  .product-detailxq-floor .pd-hero {
    flex-direction: column;
  }
  .product-detail-floor .pd-hero-gallery,
  .product-detailxq-floor .pd-hero-gallery {
    flex: 1 1 auto;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.14rem;
  }
  .product-detail-floor .pd-main-img,
  .product-detailxq-floor .pd-main-img {
    order: -1;
    height: auto;
    min-height: 3.2rem;
    max-height: 70vh;
  }
  .product-detail-floor .pd-zoom-box,
  .product-detailxq-floor .pd-zoom-box {
    cursor: default;
  }
  .product-detail-floor .pd-zoom-result,
  .product-detailxq-floor .pd-zoom-result {
    display: none !important;
  }
  .product-detail-floor .pd-thumbs,
  .product-detailxq-floor .pd-thumbs {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 0.1rem;
    padding-bottom: 0.06rem;
    -webkit-overflow-scrolling: touch;
  }
  .product-detail-floor .pd-spec-grid,
  .product-detailxq-floor .pd-spec-grid {
    grid-template-columns: 1fr;
    row-gap: 0.06rem;
  }
  .product-detail-floor .pd-spec-label,
  .product-detailxq-floor .pd-spec-label {
    justify-self: start;
    text-align: left;
    white-space: normal;
  }
  .product-detail-floor .pd-spec-box,
  .product-detailxq-floor .pd-spec-box {
    width: 100%;
    text-align: left;
  }
  .product-detail-floor .pd-bc-current {
    white-space: normal;
  }
  .product-detail-floor .pd-rec-grid,
  .product-detailxq-floor .pd-rec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail-floor .pd-download-grid,
  .product-detailxq-floor .pd-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .product-detail-floor .pd-sidebar,
  .product-detailxq-floor .pd-sidebar {
    grid-template-columns: 1fr;
  }
  .product-detail-floor .pd-rec-grid,
  .product-detailxq-floor .pd-rec-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-floor .pd-download-grid,
  .product-detailxq-floor .pd-download-grid {
    grid-template-columns: 1fr;
  }
}
.product-detailxq-floor {
  border-top: 1px solid #eee;
}
.tjproduct-floor {
  padding-bottom: 2rem;
}
.tjproduct-floor .wrap .tjproduct-title {
  margin-bottom: 0.55rem;
  font-size: 0.42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tjproduct-floor .wrap .tjproduct-title a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-weight: normal;
}
.tjproduct-floor .wrap .tjproduct-title a img {
  width: 0.04rem;
  margin-left: 0.18rem;
}
.tjproduct-floor .wrap .product-show-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.15rem;
}
.tjproduct-floor .wrap .product-show-grid .psc-card {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  background: #FFFFFF;
}
.tjproduct-floor .wrap .product-show-grid .psc-card .psc-img {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  background: #f0f0f0;
}
.tjproduct-floor .wrap .product-show-grid .psc-card .psc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tjproduct-floor .wrap .product-show-grid .psc-card .psc-foot {
  transition: 0.2s;
  padding: 0.35rem 0.18rem;
  border: 1px solid #EEEEEE;
}
.tjproduct-floor .wrap .product-show-grid .psc-card .psc-foot .psc-name {
  flex: 1;
  font-size: 0.2rem;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  display: block;
}
.tjproduct-floor .wrap .product-show-grid .psc-card .psc-foot .psc-arrow {
  width: 0.36rem;
  height: 0.36rem;
line-height:0.32rem;
  border-radius: 50%;
  border: 2px solid #B50801;
  background: #fff;
  display: flex;
  justify-content: center;
  color: #B50801;
  font-size: 0.2rem;
font-weight:900;
}
.tjproduct-floor .wrap .product-show-grid .psc-card:hover .psc-foot {
  border-bottom: 3px solid #B50801;
}
.tjproduct-floor .wrap .product-show-grid .psc-card:hover .psc-foot .psc-name {
  color: #B50801;
}
.tjproduct-floor .wrap .product-show-grid .psc-card:hover .psc-foot .psc-arrow {
  background: #B50801;
  color: #fff;
  border-color: #B50801;
}
.aboutpage-floor {
  padding: 1.2rem 0;
}
.aboutpage-floor .wrap .title-box {
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: 0.45rem;
}
.aboutpage-floor .wrap .title-box .en {
  position: absolute;
  font-size: 0.68rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.06);
  top: 0;
  left: 0.7rem;
}
.aboutpage-floor .wrap .title-box h2 {
  position: relative;
  z-index: 2;
  font-size: 0.42rem;
}
.aboutpage-floor1 .intro-box {
  background: #F0F1F3;
  display: flex;
}
.aboutpage-floor1 .intro-box .img-box {
  width: 6.5rem;
  height: 5.6rem;
}
.aboutpage-floor1 .intro-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor1 .intro-box .text-box {
  padding: 0.7rem 0.5rem;
  flex: 1;
}
.aboutpage-floor1 .intro-box .text-box .companyname {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.aboutpage-floor1 .intro-box .text-box p {
  line-height: 1.8em;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.6rem;
}
.aboutpage-floor1 .intro-box .text-box .num-list {
  display: flex;
  justify-content: space-between;
}
.aboutpage-floor1 .intro-box .text-box .num-list .num-item .num {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.15rem;
}
.aboutpage-floor1 .intro-box .text-box .num-list .num-item .num span {
  font-size: 0.52rem;
  color: #B50801;
  font-weight: bold;
}
.aboutpage-floor1 .intro-box .text-box .num-list .num-item .text {
  font-size: 0.18rem;
}
.aboutpage-floor2 {
  background: url(../img/aboutpage2bg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 0.8rem;
}
.aboutpage-floor2 .history-box {
  min-height: 6.5rem;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
}
.aboutpage-floor2 .history-box .history-year {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: #B50801;
  writing-mode: vertical-rl;
/*  transform: rotate(180deg);*/
  margin-right: 1.2rem;
}
.aboutpage-floor2 .history-box .history-line {
  height: 5.5rem;
  display: block;
}
.aboutpage-floor2 .history-box .history-line img {
  height: 100%;
  display: block;
}
.aboutpage-floor2 .history-box .history-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.23rem;
}
.aboutpage-floor2 .history-box .history-list-viewport {
  flex: 1;
  overflow: hidden;
}
.aboutpage-floor2 .history-box .history-list .swiper {
  height: 6.5rem;
  width: 5rem;
}
.aboutpage-floor2 .history-box .history-list .swiper .swiper-slide {
  height: auto;
  opacity: 0.6;
}
.aboutpage-floor2 .history-box .history-list .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.aboutpage-floor2 .history-box .history-list .history-item {
  cursor: pointer;
  transition: color 0.25s ease;
}
.aboutpage-floor2 .history-box .history-list .history-item:last-child {
  margin-bottom: 0;
}
.aboutpage-floor2 .history-box .history-list .history-item .year {
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}
.aboutpage-floor2 .history-box .history-list .history-item .title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.aboutpage-floor2 .history-box .history-list .history-item p {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.6;
}
.aboutpage-floor2 .history-box .history-photo {
  width: 5.6rem;
}
.aboutpage-floor2 .history-box .history-photo img {
  display: block;
  width: 100%;
  max-width: 5.8rem;
  border: 0.1rem solid #fff;
  box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.12);
}
.aboutpage-floor3 .team-box {
  display: flex;
}
.aboutpage-floor3 .team-box .team-img {
  width: 7.8rem;
  margin-right: 0.95rem;
}
.aboutpage-floor3 .team-box .team-img img {
  width: 100%;
  height: 3.8rem;
  object-fit: cover;
  display: block;
}
.aboutpage-floor3 .team-box .team-img .p-box {
  background: #B50801;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutpage-floor3 .team-box .team-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.aboutpage-floor3 .team-box .team-text .team-item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
.aboutpage-floor3 .team-box .team-text .team-item .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
}
.aboutpage-floor3 .team-box .team-text .team-item .icon-box img {
  width: 0.4rem;
  margin-bottom: 0.06rem;
}
.aboutpage-floor3 .team-box .team-text .team-item .icon-box p {
  font-size: 0.24rem;
  font-weight: bold;
}
.aboutpage-floor3 .team-box .team-text .team-item .text-box {
  flex: 1;
  font-size: 0.18rem;
}
.aboutpage-floor3 .team-box .team-text .team-item .text-box span {
  font-weight: bold;
  font-size: 0.24rem;
}
.aboutpage-floor4 {
  background: #F7F7F7;
}
.aboutpage-floor4 .culture-list {
  display: flex;
  justify-content: space-between;
}
.aboutpage-floor4 .culture-list .culture-item {
  background: #FFFFFF;
  min-height: 4.6rem;
  padding: 0.4rem 0.38rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.aboutpage-floor4 .culture-list .culture-item:first-child {
  flex: unset;
  width: 7.05rem;
  color: #fff;
  background: url(../img/culturebg.png) no-repeat center center;
  background-size: cover;
}
.aboutpage-floor4 .culture-list .culture-item:first-child .culture-desc {
  color: #fff;
}
.aboutpage-floor4 .culture-list .culture-item:not(:last-child) {
  margin-right: 0.15rem;
}
.aboutpage-floor4 .culture-list .culture-item .culture-title {
  font-size: 0.24rem;
  margin-bottom: 0.35rem;
}
.aboutpage-floor4 .culture-list .culture-item .culture-desc {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.4em;
margin-bottom:0.2rem;
}
.aboutpage-floor4 .culture-list .culture-item .culture-desc ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.aboutpage-floor4 .culture-list .culture-item .icon {
  margin-top: auto;
  width: 0.34rem;
}
.aboutpage-floor5 {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), url(../img/af5bg.png) no-repeat center center;
}
.aboutpage-floor5 .wrap {
  display: flex;
  align-items: center;
}
.aboutpage-floor5 .wrap .af5-left .title-box {
  margin-bottom: 1rem;
}
.aboutpage-floor5 .wrap .af5-left .slogan {
  font-size: 0.22rem;
  color: #B50801;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.aboutpage-floor5 .wrap .af5-left p {
  font-size: 0.18rem;
  line-height: 1.8em;
  width: 4.75rem;
}
.aboutpage-floor5 .wrap .ry-list {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.14rem 0.6rem;
}
.aboutpage-floor5 .wrap .ry-list .ry-item {
  width: 3rem;
  height: 1.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.33rem;
  font-size: 0.18rem;
  line-height: 1.8em;
  background: url(../img/rybg.png) no-repeat center center;
  background-size: cover;
}
.aboutpage-floor6 {
  background: url(../img/zsbg.png) no-repeat center center;
  background-size: cover;
}
.aboutpage-floor6 .wrap .allzs-box {
  position: relative;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  height: 0.04rem;
  background: #FFFFFF;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 0;
  background: none;
  height: 100%;
  transition: 0.2s;
  margin: 0;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B50801;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn:hover {
  background-color: #B50801;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn:hover img {
  filter: unset;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn::after {
  display: none;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn.swiper-button-prev {
  left: -0.6rem;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn.swiper-button-prev img {
  transform: rotate(180deg);
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn.swiper-button-next {
  right: -0.6rem;
}
.aboutpage-floor6 .wrap .allzs-box .swiper-btn img {
  width: 0.18rem;
  display: block;
  filter: brightness(0);
}
.aboutpage-floor6 .wrap .allzs-box .swiper {
  width: 100%;
  margin-bottom: 1.15rem;
}
.aboutpage-floor6 .wrap .allzs-box .swiper .swiper-slide .img-box {
  height: 3.9rem;
  background-color: #fff;
  margin-bottom: 0.26rem;
}
.aboutpage-floor6 .wrap .allzs-box .swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.aboutpage-floor6 .wrap .allzs-box .swiper .swiper-slide p {
  font-size: 0.18rem;
  text-align: center;
}
.aboutpage-floor7 .slogan {
  font-size: 0.22rem;
  color: #B50801;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.aboutpage-floor7 .floor-p {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.4rem;
}
.aboutpage-floor7 .js-list {
  display: flex;
  gap: 0.6rem;
}
.aboutpage-floor7 .js-list .js-item {
  flex: 1;
  border-bottom: 2px solid #1A1A1A;
  transition: 0.2s;
}
.aboutpage-floor7 .js-list .js-item:hover {
  border-color: #B50801;
}
.aboutpage-floor7 .js-list .js-item:hover .text-box .js-title img {
  display: block;
}
.aboutpage-floor7 .js-list .js-item:hover .text-box .js-title p {
  color: #B50801;
}
.aboutpage-floor7 .js-list .js-item .img-box {
  width: 100%;
  height: 2.8rem;
  background-color: #fff;
}
.aboutpage-floor7 .js-list .js-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor7 .js-list .js-item .text-box {
  padding: 0.3rem;
}
.aboutpage-floor7 .js-list .js-item .text-box .js-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
}
.aboutpage-floor7 .js-list .js-item .text-box .js-title img {
  width: 0.12rem;
  display: block;
  margin-left: 0.08rem;
  margin-right: 0.17rem;
  display: none;
}
.aboutpage-floor7 .js-list .js-item .text-box .js-title p {
  flex: 1;
  font-size: 0.24rem;
  color: #1A1A1A;
  font-weight: bold;
}
.aboutpage-floor7 .js-list .js-item .text-box > p {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8em;
}
.aboutpage-floor8 {
  background: #F7F7F7;
}
.aboutpage-floor8 .floor-p {
  font-size: 0.22rem;
  margin-bottom: 1.12rem;
}
.aboutpage-floor8 .sb-list {
  padding-left: 1.62rem;
  margin-bottom: 0.9rem;
}
.aboutpage-floor8 .sb-list .swiper .swiper-slide {
  width: 3.84rem;
  height: 2.8rem;
  background-color: #fff;
  position: relative;
}
.aboutpage-floor8 .sb-list .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor8 .sb-list .swiper .swiper-slide .text-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0.24rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 0.24rem;
  color: #fff;
}
.aboutpage-floor8 .swiper-btns-morebtn {
  margin-top: 0.78rem;
  display: flex;
  align-items: center;
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns {
  display: flex;
  margin-left: 0.28rem;
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns .swiper-btn {
  position: static;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.2s;
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns .swiper-btn:hover {
  background-color: #B50801;
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns .swiper-btn:hover img {
  filter: unset;
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.3rem;
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns .swiper-btn::after {
  display: none;
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns .swiper-btn.swiper-button-prev img {
  transform: rotate(180deg);
}
.aboutpage-floor8 .swiper-btns-morebtn .swiper-btns .swiper-btn img {
  width: 0.18rem;
  display: block;
  filter: brightness(0);
}
.aboutpage-floor8 .swiper-btns-morebtn .line {
  flex: 1;
  height: 2px;
  background: #D9D9D9;
}
.aboutpage-floor9 .wrap .title-box {
  margin-bottom: 0.94rem;
}
.aboutpage-floor9 .why-list {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
}
.aboutpage-floor9 .why-list .why-item {
  flex: 1;
  background: #fff;
  padding: 0.8rem 0.23rem;
  padding-bottom: 0.56rem;
  border: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.aboutpage-floor9 .why-list .why-item .icon {
  width: 0.66rem;
  margin-bottom: 0.7rem;
}
.aboutpage-floor9 .why-list .why-item .why-title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.aboutpage-floor9 .why-list .why-item p {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6em;
}
.aboutpage-floor10 {
  background: url(../img/dlfloorbg.png) no-repeat center center;
  background-size: cover;
}
.aboutpage-floor10 .text-box .p {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  width: 6.4rem;
  line-height: 1.6em;
  margin-bottom: 0.46rem;
}
.aboutpage-floor10 .text-box .box-right {
  width: 4.6rem;
  padding: 0.4rem 0.7rem;
  height: 4.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #C40101;
}
.aboutpage-floor10 .text-box .box-right .contact-item {
  color: #fff;
}
.aboutpage-floor10 .text-box .box-right .contact-item .label {
  font-size: 0.14rem;
}
.aboutpage-floor10 .text-box .box-right .contact-item .tel {
  font-size: 0.24rem;
  font-weight: 700;
}
.aboutpage-floor10 .text-box .box-right .line {
  width: 0.2rem;
  height: 2px;
  background-color: #fff;
}
.aboutpage-floor10 .text-box .box-right .address {
  font-size: 0.14rem;
  color: #fff;
}
.aboutpage-floor11 .floor-content {
  display: flex;
  justify-content: space-between;
}
.aboutpage-floor11 .floor-content .text-box {
  flex: 1;
  padding-top: 0.75rem;
}
.aboutpage-floor11 .floor-content .text-box ul li {
  list-style: disc;
  list-style-position: inside;
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6em;
}
.aboutpage-floor11 .floor-content .text-box ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.aboutpage-floor11 .floor-content .img-box {
  width: 7.9rem;
  margin-left: 1.55rem;
}
.aboutpage-floor11 .floor-content .img-box img {
  width: 100%;
}
.aboutpage-floor12 {
  background: #F9FAFF;
}
.aboutpage-floor12 .toptitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.aboutpage-floor12 .toptitle .swiper-btns {
  display: flex;
}
.aboutpage-floor12 .toptitle .swiper-btns .swiper-btn {
  position: static;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.2s;
}
.aboutpage-floor12 .toptitle .swiper-btns .swiper-btn:hover {
  background-color: #B50801;
}
.aboutpage-floor12 .toptitle .swiper-btns .swiper-btn:hover img {
  filter: unset;
}
.aboutpage-floor12 .toptitle .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.3rem;
}
.aboutpage-floor12 .toptitle .swiper-btns .swiper-btn::after {
  display: none;
}
.aboutpage-floor12 .toptitle .swiper-btns .swiper-btn.swiper-button-prev img {
  transform: rotate(180deg);
}
.aboutpage-floor12 .toptitle .swiper-btns .swiper-btn img {
  width: 0.18rem;
  display: block;
  filter: brightness(0);
}
.aboutpage-floor12 .kh-list {
  padding-left: 1.58rem;
  margin-bottom: 1rem;
}
.aboutpage-floor12 .kh-list .swiper .swiper-slide {
  width: 2rem;
  height: 0.66rem;
  border: 1px solid #eee;
  cursor: pointer;
}
.aboutpage-floor12 .kh-list .swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #B50801;
}
.aboutpage-floor12 .kh-list .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutpage-floor12 .pj-box {
  padding: 0 1rem;
}
.aboutpage-floor12 .pj-box .swiper-slide {
  position: relative;
}
.aboutpage-floor12 .pj-box .swiper-slide .img-box {
  width: 7.2rem;
  height: 4.58rem;
}
.aboutpage-floor12 .pj-box .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor12 .pj-box .swiper-slide .text-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8.3rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.45rem 0.65rem;
}
.aboutpage-floor12 .pj-box .swiper-slide .text-box .yinhao {
  font-size: 0.66rem;
  font-weight: bold;
}
.aboutpage-floor12 .pj-box .swiper-slide .text-box p {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6em;
  margin-bottom: 0.5rem;
}
.aboutpage-floor12 .pj-box .swiper-slide .text-box .name {
  text-align: right;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
}
.aboutpage-floor13 .wrap .title-box {
  margin-bottom: 0.8rem;
}
.aboutpage-floor13 .hj-list {
  margin-bottom: 0.75rem;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn:hover {
  background-color: #B50801;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn:hover img {
  filter: unset;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn:not(:last-child) {
  margin-right: 0.3rem;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn::after {
  display: none;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn.swiper-button-next {
  right: 4.1rem;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn.swiper-button-prev {
  left: 4.1rem;
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn.swiper-button-prev img {
  transform: rotate(180deg);
}
.aboutpage-floor13 .hj-list .swiper .swiper-btn img {
  width: 0.18rem;
  display: block;
  filter: brightness(0);
}
.aboutpage-floor13 .hj-list .swiper .swiper-slide {
  background-color: #fff;
}
.aboutpage-floor13 .hj-list .swiper .swiper-slide.swiper-slide-active .text-box {
  opacity: 1;
}
.aboutpage-floor13 .hj-list .swiper .swiper-slide .img-box {
  position: relative;
  width: 100%;
  height: 6.2rem;
}
.aboutpage-floor13 .hj-list .swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor13 .hj-list .swiper .swiper-slide .text-box {
  padding: 0.25rem 0.5rem;
  background: #B50801;
  font-size: 0.24rem;
  color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s;
}
.aboutpage-floor13 .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  height: 0.04rem;
  background: #d8d8d8;
}
.aboutpage-floor13 .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  border-radius: 0;
  background: none;
  height: 100%;
  transition: 0.2s;
  margin: 0;
}
.aboutpage-floor13 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B50801;
}
.aboutpage-floor14 {
  position: relative;
  background: #F7F7F7;
}
.aboutpage-floor14 .fangkuai {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 5.2rem;
  background: #333333;
}
.aboutpage-floor14 .wrap .title-box {
  margin-bottom: 0.8rem;
  color: #fff;
}
.aboutpage-floor14 .wrap .title-box .en {
  color: rgba(255, 255, 255, 0.3);
}
.aboutpage-floor14 .hd-list .swiper .swiper-slide {
  display: flex;
  background-color: #fff;
}
.aboutpage-floor14 .hd-list .swiper .swiper-slide .img-box {
  width: 10rem;
  height: 5.6rem;
}
.aboutpage-floor14 .hd-list .swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor14 .hd-list .swiper .swiper-slide .text-box {
  padding: 0.5rem;
}
.aboutpage-floor14 .hd-list .swiper .swiper-slide .text-box .date {
  font-size: 0.18rem;
  color: #B50801;
  margin-bottom: 0.38rem;
}
.aboutpage-floor14 .hd-list .swiper .swiper-slide .text-box .hd-name {
  font-size: 0.24rem;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.aboutpage-floor14 .hd-list .swiper .swiper-slide .text-box .hd-intro {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6em;
  margin-bottom: 0.4rem;
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns {
  display: flex;
  position: absolute;
  z-index: 2;
  right: 0.4rem;
  bottom: 0.35rem;
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns .swiper-btn {
  position: static;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: 0.2s;
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns .swiper-btn:hover {
  background-color: #B50801;
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns .swiper-btn:hover img {
  filter: unset;
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.3rem;
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns .swiper-btn::after {
  display: none;
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns .swiper-btn.swiper-button-prev img {
  transform: rotate(180deg);
}
.aboutpage-floor14 .hd-list .swiper .swiper-btns .swiper-btn img {
  width: 0.18rem;
  display: block;
  filter: brightness(0);
}
.pageside {
  position: fixed;
  bottom: 15%;
  right: 0.08rem;
  z-index: 9999;
}
.pageside .side-item {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.06rem;
  background: #FFFFFF;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pageside .side-item:hover .code-box {
  display: block;
}
.pageside .side-item .code-box {
  display: none;
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
}
.pageside .side-item .code-box .code-img {
  width: 1.2rem;
  display: block;
  border-radius: 0.06rem;
}
.pageside .side-item:not(:last-child) {
  margin-bottom: 0.06rem;
}
.pageside .side-item .icon {
  width: 0.18rem;
  display: block;
  margin-bottom: 1px;
}
.pageside .side-item p {
  font-size: 0.1rem;
}
.askPrice-floor {
  padding: 0.8rem 0;
}
.askPrice-floor .ar-icon-btn,
.askPrice-floor .cz-plain-btn {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.askPrice-floor .cz-plain-btn img {
  width: 100%;
  display: block;
}
.askPrice-floor .askPrice-empty {
  padding: 0.6rem 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  color: #767676;
  line-height: 1.8;
}
.askPrice-floor .askPrice-empty a {
  color: #B50801;
}
.askPrice-floor .askPrice-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.askPrice-floor .askPrice-top .at-left {
  display: flex;
  align-items: center;
}
.askPrice-floor .askPrice-top .at-left img {
  width: 0.68rem;
  margin-right: 0.1rem;
}
.askPrice-floor .askPrice-top .at-left .text-box {
  flex: 1;
}
.askPrice-floor .askPrice-top .at-left .text-box .xj-title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.askPrice-floor .askPrice-top .at-left .text-box p {
  font-size: 0.16rem;
  color: #767676;
}
.askPrice-floor .askPrice-top .at-right {
  display: flex;
  align-items: center;
}
.askPrice-floor .askPrice-top .at-right .ar-item {
  width: 0.36rem;
  cursor: pointer;
}
.askPrice-floor .askPrice-top .at-right .ar-item img {
  width: 100%;
}
.askPrice-floor .askPrice-top .at-right .ar-item:not(:last-child) {
  margin-right: 0.36rem;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap {
  position: relative;
  z-index: 10;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-trigger img {
  width: 100%;
  display: block;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-pop {
  display: none;
  position: absolute;
  top: calc(100% + 0.12rem);
  right: 0;
  width: 3.45rem;
  padding: 0.22rem 0.2rem 0.18rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-pop.is-open {
  display: block;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-row {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  padding-bottom: 0.12rem;
  margin-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 0.14rem;
  color: #333;
  line-height: 1.45;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-row input {
  margin-top: 0.04rem;
  flex-shrink: 0;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-row--all .ar-download-all-text {
  color: #B50801;
  font-weight: bold;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-row--indent {
  padding-left: 0.22rem;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-subgroup {
  margin-bottom: 0;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-submit {
  width: 100%;
  margin-top: 0.12rem;
  padding: 0.12rem 0.2rem;
  border: none;
  background: #B50801;
  color: #fff;
  font-size: 0.15rem;
  cursor: pointer;
  transition: opacity 0.2s;
}
.askPrice-floor .askPrice-top .at-right .ar-download-wrap .ar-download-submit:hover {
  opacity: 0.92;
}
.askPrice-floor .askPrice-list .askPrice-item {
  display: flex;
  padding: 0.3rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.askPrice-floor .askPrice-list .askPrice-item:first-child {
  border-top: 1px solid #EEEEEE;
}
.askPrice-floor .askPrice-list .askPrice-item .product-message {
  flex: 1;
}
.askPrice-floor .askPrice-list .askPrice-item .product-message a {
  display: flex;
}
.askPrice-floor .askPrice-list .askPrice-item .product-message .img-box {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.2rem;
  background-color: #fff;
}
.askPrice-floor .askPrice-list .askPrice-item .product-message .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.askPrice-floor .askPrice-list .askPrice-item .product-message .text-box {
  padding: 0.1rem 0;
}
.askPrice-floor .askPrice-list .askPrice-item .product-message .text-box .product-name {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.askPrice-floor .askPrice-list .askPrice-item .product-message .text-box .p-list p {
  font-size: 0.12rem;
  color: rgba(118, 118, 118, 0.9);
}
.askPrice-floor .askPrice-list .askPrice-item .product-message .text-box .p-list p:not(:last-child) {
  margin-bottom: 0.1rem;
}
.askPrice-floor .askPrice-list .askPrice-item .m-inputbox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.askPrice-floor .askPrice-list .askPrice-item .m-inputbox .input-box {
  display: flex;
  align-items: center;
  border: 1px solid #EEEEEE;
  padding: 0 0.1rem;
}
.askPrice-floor .askPrice-list .askPrice-item .m-inputbox .input-box input {
  width: 1rem;
  height: 0.5rem;
  border: none;
  outline: none;
}
.askPrice-floor .askPrice-list .askPrice-item .m-inputbox .input-box p {
  font-size: 0.16rem;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-item {
  cursor: pointer;
  width: 0.24rem;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-item:not(:last-child) {
  margin-right: 0.88rem;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-item img {
  width: 100%;
  display: block;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap {
  position: relative;
  z-index: 12;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-download-menu-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-download-menu-btn img {
  width: 100%;
  display: block;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-download-menu-pop {
  display: none;
  position: absolute;
  top: calc(100% + 0.1rem);
  right: 0;
  width: 2.85rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-download-menu-pop.is-open {
  display: block;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
  padding: 0.14rem 0.16rem;
  font-size: 0.14rem;
  color: #1a1a1a;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  line-height: 1.35;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-menu-link:last-child {
  border-bottom: none;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-menu-link:hover {
  background: #fafafa;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-menu-link--primary {
  color: #B50801;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-download-menu-wrap .cz-menu-ico {
  flex-shrink: 0;
  color: #ccc;
  font-size: 0.12rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* —— 产品列表 / 详情页视觉强化 —— */
.product-show-floor {
  background: linear-gradient(180deg, #f7f8fa 0%, #fff 0.35rem);
}
.product-show-floor .product-category-sidebar {
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.06);
  border-color: #e6e8ec;
  overflow: hidden;
}
.product-show-floor .product-filter-bar {
  border-radius: 0.08rem;
  border: 1px solid #eceef2;
  box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.04);
}
.product-show-floor .product-grid-section-title {
  position: relative;
  padding-bottom: 0.14rem;
}
.product-show-floor .product-grid-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.56rem;
  height: 0.04rem;
  background: #B50801;
  border-radius: 0.02rem;
}
.product-show-floor .product-show-grid .psc-img {
  border-radius: 0.06rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.product-show-floor .product-show-grid .psc-card {
  border-radius: 0.06rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-show-floor .product-show-grid .psc-card:hover {
  transform: translateY(-0.03rem);
  box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.08);
}
.product-show-floor .product-grid-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.5rem 0.28rem;
  text-align: center;
  font-size: 0.16rem;
  color: #666;
  background: #fafbfc;
  border: 1px dashed #ddd;
  border-radius: 0.08rem;
}
.product-show-floor .product-show-paging {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.1rem 0.14rem;
  margin-top: 0.48rem;
  padding: 0.2rem 0;
}
.product-show-floor .product-show-paging a {
  min-width: 0.4rem;
  height: 0.4rem;
  padding: 0 0.14rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.06rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-size: 0.14rem;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.product-show-floor .product-show-paging a:hover {
  border-color: #B50801;
  color: #B50801;
}
.product-show-floor .product-show-paging a.active {
  background: #B50801;
  border-color: #B50801;
  color: #fff;
}

.product-detailxq-floor .pd-detail-layout {
  display: flex;
  gap: 0.36rem;
  align-items: flex-start;
}
.product-detailxq-floor .section-box.pd-detail-layout .section-left.pd-detail-main {
  flex: 1;
  min-width: 0;
  margin-right: 0;
}
/* 产品详情：分段标签（避免原生 button 样式过素、与正文贴死） */
.product-detailxq-floor .pd-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.06rem;
  padding: 0.08rem;
  margin-bottom: 0.28rem;
  background: #eef0f4;
  border: 1px solid #e2e5ea;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.product-detailxq-floor .pd-tabs-nav .pd-tab {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 auto;
  min-width: 1rem;
  margin: 0;
  padding: 0.14rem 0.1rem;
  font-family: inherit;
  font-size: 0.15rem;
  line-height: 1.35;
  color: #555;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0.08rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.product-detailxq-floor .pd-tabs-nav .pd-tab:hover {
  color: #B50801;
  background: rgba(255, 255, 255, 0.55);
}
.product-detailxq-floor .pd-tabs-nav .pd-tab.is-active {
  color: #B50801;
  font-weight: 600;
  background: #fff;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.08);
}
.product-detailxq-floor .pd-tab-panel {
  display: none !important;
  padding-top: 0.06rem;
  padding-bottom: 0.32rem;
}
.product-detailxq-floor .pd-tab-panel.is-active {
  display: block !important;
}
/* 富文本标题常带编辑器边框色，统一成正文层级 */
.product-detailxq-floor .pd-prose h1,
.product-detailxq-floor .pd-prose h2,
.product-detailxq-floor .pd-prose h3 {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  font-weight: 600;
  color: #1a1a1a;
}
.product-detailxq-floor .pd-prose h2 {
  font-size: 0.2rem;
  margin: 0.22rem 0 0.12rem;
  padding: 0;
}
.product-detailxq-floor .pd-prose h3 {
  font-size: 0.18rem;
  margin: 0.18rem 0 0.1rem;
}
.product-detailxq-floor .pd-prose h2:first-child,
.product-detailxq-floor .pd-prose h3:first-child {
  margin-top: 0;
}
.product-detailxq-floor .pd-down-fileline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.12rem;
  padding: 0.14rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.product-detailxq-floor .pd-down-fileline:last-child {
  border-bottom: none;
}
.product-detailxq-floor .pd-down-actions {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  flex-wrap: wrap;
}
.product-detailxq-floor .pd-dl-lang {
  margin-right: 0;
  min-width: 1rem;
  height: 0.34rem;
  padding: 0 0.1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.04rem;
  font-size: 0.13rem;
  color: #444;
  background: #fff;
  box-sizing: border-box;
}
.product-detailxq-floor .pd-cart-orange {
  background: #B50801;
  color: #fff;
  border: none;
  padding: 0.08rem 0.14rem;
  border-radius: 0.04rem;
  cursor: pointer;
  font-size: 0.12rem;
  transition: opacity 0.2s;
}
.product-detailxq-floor .pd-cart-orange:hover {
  opacity: 0.9;
}
.product-detailxq-floor .pd-models-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.product-detailxq-floor .pd-models-table tbody tr:hover td {
  background: #fff8f7;
}
.product-detailxq-floor .pd-accordion {
  border-radius: 0.08rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.05);
}
.product-detailxq-floor .pd-acc-item.is-open .pd-acc-head {
  background: linear-gradient(90deg, rgba(181, 8, 1, 0.06) 0%, #fff 0.24rem);
  border-left: 3px solid #B50801;
  padding-left: 0.15rem;
}
.product-detailxq-floor .pd-sidebar {
  border-radius: 0.08rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.18rem rgba(0, 0, 0, 0.06);
}
.product-detailxq-floor .pd-side-nav {
  border-radius: 0.06rem 0.06rem 0 0;
  overflow: hidden;
}
.product-detailxq-floor .pd-contact-card {
  border-radius: 0 0 0.06rem 0.06rem;
  overflow: hidden;
}

.tjproduct-floor {
  background: linear-gradient(180deg, #fafbfc 0%, #fff 0.5rem);
}
.tjproduct-floor .wrap .tjproduct-title {
  position: relative;
  padding-bottom: 0.12rem;
}
.tjproduct-floor .wrap .tjproduct-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.56rem;
  height: 0.04rem;
  background: #B50801;
  border-radius: 0.02rem;
}

