.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 {
  display: flex;
  height: 100%;
  align-items: center;
}
header .wrap .logo {
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
}
header .wrap .logo a img {
  height: 0.8rem;
  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 {
  display: flex;
  align-items: center;
}
header .wrap .header-navs li {
  position: relative;
}
header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.2rem;
}
header .wrap .header-navs li.active > a {
  background-color: #F2550A;
  color: #fff;
}
header .wrap .header-navs li:hover > a {
  background-color: #F2550A;
  color: #fff;
}
header .wrap .header-navs li > a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  justify-content: center;
  padding: 0 0.2rem;
  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;
}
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.15rem;
  display: block;
}
header .wrap .circle-box.askprice-box a .circle-label {
  font-size: 0.12rem;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  transform: scale(0.82);
  transform-origin: center top;
  letter-spacing: -0.005rem;
}


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: 9rem;
}
.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;
}
.common-floor .title-box .sign {
  font-size: 0.18rem;
  color: #D54417;
  margin-bottom: 0.16rem;
}
.common-floor .title-box .floor-intro {
  font-size: 0.32rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.27rem;
  width: 6.38rem;
}
.common-floor .title-box .floor-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.48rem;
  border-radius: 0.24rem;
  color: #fff;
  padding: 0 0.2rem;
  background: #F2550A;
  font-size: 0.16rem;
  width: max-content;
}
.common-floor .title-box .floor-btn a img {
  margin-left: 0.16rem;
  width: 0.16rem;
  display: block;
}
.floor1 {
  position: relative;
  padding: 0.6rem 0;
  padding-bottom: 1.5rem;
  background-color: #F8F9FB;
}
.floor1 .fangkuai {
  height: 5.57rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #262E39;
}
.floor1 .wrap {
  position: relative;
  z-index: 2;
}
.floor1 .wrap .floor-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.floor1 .wrap .floor-top .title-box .sign {
  color: #fff;
}
.floor1 .wrap .floor-top .title-box .floor-intro {
  color: #fff;
}
.floor1 .wrap .floor-top .swiper-btns {
  display: flex;
}
.floor1 .wrap .floor-top .swiper-btns .swiper-btn {
  position: static;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.02rem;
  background-color: #fff;
  transition: 0.3s;
}
.floor1 .wrap .floor-top .swiper-btns .swiper-btn:hover {
  background-color: #D54417;
}
.floor1 .wrap .floor-top .swiper-btns .swiper-btn:hover::after {
  color: #fff;
}
.floor1 .wrap .floor-top .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.24rem;
}
.floor1 .wrap .floor-top .swiper-btns .swiper-btn::after {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
.floor1 .product-list {
  padding-left: 1.6rem;
}
.floor1 .product-list .swiper-slide {
  width: 4.16rem;
  padding-bottom: 0.2rem;
}
.floor1 .product-list .swiper-slide:hover .product-item .line-add .line {
  background: #D54417;
}
.floor1 .product-list .swiper-slide:hover .product-item .line-add .add-box {
  background: #D54417;
}
.floor1 .product-list .product-item {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.floor1 .product-list .product-item .line-add {
  position: absolute;
  bottom: -0.03rem;
  left: 0;
  width: 100%;
}
.floor1 .product-list .product-item .line-add .line {
  width: 100%;
  height: 0.06rem;
  background: transparent;
  transition: 0.3s;
}
.floor1 .product-list .product-item .line-add .add-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  border-radius: 50%;
  transition: 0.3s;
}
.floor1 .product-list .product-item .line-add .add-box img {
  width: 0.13rem;
  display: block;
}
.floor1 .product-list .product-item .img-box {
  width: 100%;
  padding: 0.2rem;
  height: 3.8rem;
}
.floor1 .product-list .product-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.floor1 .product-list .product-item .text-box {
  padding: 0.4rem 0.2rem;
  min-height: 1.4rem;
}
.floor1 .product-list .product-item .text-box .product-name {
  font-size: 0.2rem;
}
.floor2 {
  padding: 0.8rem 0;
}
.floor2 .floor-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floor2 .floor-top .title-box {
  margin-bottom: 0.6rem;
}
.floor2 .floor-top .title-box .floor-intro {
  width: 4.6rem;
}
.floor2 .floor-top .company-intro {
  width: 10rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8em;
}
.floor2 .about-content {
  display: flex;
}
.floor2 .about-content .video-box {
  flex: 1;
  height: 5.8rem;
  position: relative;
  cursor: pointer;
}
.floor2 .about-content .video-box.is-playing .mc {
  display: none;
}
.floor2 .about-content .video-box .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor2 .about-content .video-box .mc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.floor2 .about-content .video-box .mc img {
  width: 0.7rem;
  display: block;
  margin-bottom: 0.1rem;
}
.floor2 .about-content .video-box .mc p {
  font-size: 0.18rem;
  color: #fff;
}
.floor2 .about-content .right-infos {
  width: 5.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.2rem;
}
.floor2 .about-content .right-infos .info-box {
  padding: 0.3rem 0.4rem;
  background: #F2550A;
  height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor2 .about-content .right-infos .info-box .info-item {
  display: flex;
  align-items: center;
}
.floor2 .about-content .right-infos .info-box .info-item img {
  width: 0.38rem;
  display: block;
  margin-right: 0.15rem;
}
.floor2 .about-content .right-infos .info-box .info-item .text-box {
  flex: 1;
}
.floor2 .about-content .right-infos .info-box .info-item .text-box p {
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.06rem;
}
.floor2 .about-content .right-infos .info-box .info-item .text-box .tel {
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
}
.floor2 .about-content .right-infos .info-box .info-item .text-box .address {
  color: #fff;
  font-size: 0.18rem;
}
.floor2 .about-content .right-infos .info-box .info-item .text-box a {
  color: #fff;
  text-decoration: none;
}
.floor2 .about-content .right-infos .info-box .info-item .text-box a:hover {
  text-decoration: underline;
  opacity: 0.95;
}
.floor2 .about-content .right-infos .companyimg-box {
  width: 100%;
  height: 2.8rem;
}
.floor2 .about-content .right-infos .companyimg-box .swiper {
  width: 100%;
  height: 100%;
}
.floor2 .about-content .right-infos .companyimg-box .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.3rem;
  bottom: 0.2rem;
}
.floor2 .about-content .right-infos .companyimg-box .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.15rem;
  height: 0.06rem;
  border-radius: 0;
}
.floor2 .about-content .right-infos .companyimg-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.85);
}
.video-modal.is-open {
  display: flex;
}
.video-modal .video-modal-inner {
  position: relative;
  width: 100%;
  max-width: 12rem;
}
.video-modal .video-modal-close {
  position: absolute;
  top: 0.12rem;
  right: 0.12rem;
  z-index: 1;
  width: 0.44rem;
  height: 0.44rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  font-size: 0.32rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.video-modal .video-modal-close:hover {
  background: #fff;
}
.video-modal video {
  display: block;
  width: 100%;
  max-height: 80vh;
  background: #000;
  vertical-align: top;
}
.floor3 {
  background: #262E39;
  padding-top: 1.3rem;
  padding-bottom: 0.3rem;
}
.floor3 .title-box {
  margin-bottom: 1.2rem;
}
.floor3 .title-box .sign {
  color: #fff;
}
.floor3 .title-box .floor-intro {
  color: #fff;
  width: 10rem;
}
.floor3 .advantage-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.28rem;
}
.floor3 .advantage-list .advantage-item {
  background: #262E39;
  display: flex;
  flex-direction: column;
}
.floor3 .advantage-list .advantage-item:hover {
  transition: 0.3s;
  background: #D54417;
}
.floor3 .advantage-list .advantage-item .img-box {
  width: 100%;
  height: 2.4rem;
  overflow: hidden;
}
.floor3 .advantage-list .advantage-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor3 .advantage-list .advantage-item .text-box {
  width: 100%;
  flex: 1;
  border: 1px solid #eeeeee1e;
  border-top: none;
  padding: 0.4rem 0.24rem;
  color: #fff;
}
.floor3 .advantage-list .advantage-item .text-box .advantage-item-title {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.floor3 .advantage-list .advantage-item .text-box .advantage-item-title img {
  width: 0.68rem;
  display: block;
  margin-right: 0.12rem;
}
.floor3 .advantage-list .advantage-item .text-box .advantage-item-content {
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8em;
}
.floor4 {
  padding: 2rem 0;
}
.floor4 .wrap {
  display: flex;
  align-items: center;
}
.floor4 .wrap .floor-content .title-box {
  margin-bottom: 1.35rem;
}
.floor4 .wrap .floor-content .num-list {
  display: flex;
}
.floor4 .wrap .floor-content .num-list .num-item {
  margin-bottom: 0.09rem;
}
.floor4 .wrap .floor-content .num-list .num-item:not(:last-child) {
  margin-right: 1.6rem;
}
.floor4 .wrap .floor-content .num-list .num-item .number {
  font-size: 0.16rem;
  color: #D54417;
}
.floor4 .wrap .floor-content .num-list .num-item .number span {
  font-size: 0.52rem;
  font-weight: bold;
}
.floor4 .wrap .floor-content .num-list .num-item .text {
  font-size: 0.14rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.floor4 .wrap .map-box {
  flex: 1;
}
.floor4 .wrap .map-box img {
  width: 100%;
  display: block;
}
@keyframes env-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes env-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.floor5 {
  padding: 1rem 0 0.6rem;
  background: #262E39;
}
.floor5 .title-box {
  text-align: center;
  margin-bottom: 0.4rem;
}
.floor5 .title-box .sign {
  color: #fff;
  margin-bottom: 0.16rem;
}
.floor5 .title-box .floor-intro {
  color: #fff;
  width: 100%;
}
.floor5 .env-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.floor5 .env-row {
  overflow: hidden;
  width: 100%;
}
.floor5 .env-track {
  display: flex;
  width: max-content;
  flex-shrink: 0;
  will-change: transform;
}
.floor5 .env-row--left .env-track {
  animation: env-marquee-left 50s linear infinite;
}
.floor5 .env-row--right .env-track {
  animation: env-marquee-right 55s linear infinite;
}
.floor5 .env-group {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  gap: 0.2rem;
  padding: 0 0.1rem;
}
.floor5 .env-group img {
  display: block;
  height: 2.2rem;
  width: 3.9rem;
  object-fit: cover;
  flex-shrink: 0;
}
.floor6 {
  position: relative;
  height: 10rem;
  padding: 0.6rem 0;
}
.floor6 .zsfloorimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.floor6 .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.floor6 .wrap .floor-content .title-box .floor-intro {
  width: 7rem;
}
.floor6 .wrap .floor-content .title-box p {
  width: 7.5rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6em;
  margin-bottom: 0.7rem;
}
.floor7 {
  padding: 1.3rem 0;
}
.floor7 .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.76rem;
}
.floor7 .title-box .floor-intro {
  width: 100%;
  text-align: center;
}
.floor7 .pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  width: max-content;
  margin: 0 auto;
}
.floor7 .pagination .swiper-pagination-bullet {
  border-radius: unset;
  margin: 0;
  width: 0.32rem;
  height: 0.06rem;
  background: #D54417;
  opacity: 0;
}
.floor7 .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.floor7 .swiper {
  margin-bottom: 0.7rem;
}
.floor7 .swiper-slide {
  padding: 0.05rem;
}
.floor7 .news-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.floor7 .news-item:hover {
  background-color: #D54417;
}
.floor7 .news-item:hover .img-box img {
  transform: scale(1.1);
}
.floor7 .news-item:hover .text-box .news-date {
  color: #fff;
}
.floor7 .news-item:hover .text-box .news-title {
  color: #fff;
}
.floor7 .news-item .img-box {
  width: 100%;
  position: relative;
  height: 2.8rem;
  overflow: hidden;
}
.floor7 .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.floor7 .news-item .img-box .biaoqian {
  position: absolute;
  bottom: 0;
  left: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D54417;
  padding: 0.1rem 0.18rem;
  font-size: 0.12rem;
  color: #fff;
}
.floor7 .news-item .text-box {
  padding: 0.2rem 0.15rem;
  padding-bottom: 0.7rem;
}
.floor7 .news-item .text-box .news-date {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.2rem;
}
.floor7 .news-item .text-box .news-title {
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor8 {
  padding: 0;
  overflow: hidden;
}
.floor8 .contact-hero {
  position: relative;
  padding: 1.4rem 0 0.85rem;
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor8 .contact-hero-bg {
  position: absolute;
  inset: 0;
  background: url(../img/contactbg.png) no-repeat center / cover #262E39;
  z-index: 0;
}
.floor8 .contact-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.floor8 .contact-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.floor8 .contact-emailline {
  margin-bottom: 0.28rem;
}
.floor8 .contact-emailline img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.floor8 .contact-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 0.22rem;
  max-width: 11rem;
}
.floor8 .contact-desc {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
  margin: 0 0 0.4rem;
  max-width: 9.5rem;
}
.floor8 .contact-msg-form {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 7.2rem;
  height: 0.52rem;
  box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.2);
}
.floor8 .contact-msg-form input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 0 0.22rem;
  font-size: 0.16rem;
  color: #333;
  outline: none;
  border-radius: 0;
}
.floor8 .contact-msg-form input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.floor8 .contact-msg-form button {
  flex-shrink: 0;
  border: none;
  padding: 0 0.32rem;
  font-size: 0.16rem;
  color: #fff;
  background: #F2550A;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.floor8 .contact-msg-form button:hover {
  background: #d94a08;
}
.floor8 .contact-bar {
  background: #D54417;
  padding: 0.36rem 0;
}
.floor8 .contact-bar-inner {
  display: flex;
  align-items: stretch;
}
.floor8 .contact-bar-item {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0.28rem;
  min-width: 0;
}
.floor8 .contact-bar-item:not(:last-child) {
  border-right: 1px dotted rgba(255, 255, 255, 0.65);
}
.floor8 .contact-bar-item > img {
  width: 0.38rem;
  height: auto;
  display: block;
  margin-right: 0.16rem;
  flex-shrink: 0;
}
.floor8 .contact-bar-text {
  text-align: left;
  min-width: 0;
}
.floor8 .contact-bar-text p {
  margin: 0 0 0.06rem;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.4;
}
.floor8 .contact-bar-text .contact-strong {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.35;
}
.floor8 .contact-bar-text .contact-strong a {
  color: #fff;
  text-decoration: none;
}
.floor8 .contact-bar-text .contact-strong a:hover {
  text-decoration: underline;
}
.floor8 .contact-bar-text .contact-address {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.5;
}
footer {
  background: #262E39;
}
footer .footer-top .logo-totop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-top .logo-totop .logo {
  width: 4rem;
}
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;
  margin-left: auto;
}
footer .footer-top .navs-infos .navs-list .navs-item:not(:last-child) {
  margin-right: 0.6rem;
}
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: #D54417;
}
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: #D54417;
}
footer .footer-top .navs-infos .infos {
  width: 2.75rem;
}
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 p a {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-top .navs-infos .infos p a:hover {
  color: #D54417;
}
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 a img {
  filter: unset;
}
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;
  filter: grayscale(100%);
  transition: 0.3s;
}
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;
}
.page-navfloor {
  padding-top: 0.56rem;
}
.page-navfloor .nav-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333;
  margin-bottom: 0.28rem;
}
.page-navfloor .nav-p {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.8rem;
}
.page-navfloor .breadnavs {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #9E9E9E;
}
.page-navfloor .breadnavs a {
  font-size: 0.14rem;
  color: #9E9E9E;
}
.page-navfloor .filter-box {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D8D8D8;
}
.page-navfloor .filter-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 2.6rem;
  max-width: 100%;
  padding: 0 0.32rem 0.14rem 0;
  margin: 0;
  border: none;
  border-bottom: 2px solid #D54417;
  border-radius: 0;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.4;
  background-color: transparent;
  background-image: url(../img/selectjt.png);
  background-repeat: no-repeat;
  background-position: right 0.02rem center;
  background-size: 0.14rem auto;
  cursor: pointer;
  outline: none;
}
.page-navfloor .filter-box select::-ms-expand {
  display: none;
}
.page-navfloor .filter-box select:focus {
  border-bottom-color: #D54417;
}
.page-navfloor .filter-box.case-filter-search input[type="text"],
.page-navfloor .filter-box.case-filter-search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  min-width: 2.8rem;
  width: 3.4rem;
  max-width: 100%;
  padding: 0 0.36rem 0.12rem 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #D54417;
  border-radius: 0;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.4;
  background-color: transparent;
  background-image: url(../img/searchcase.png);
  background-repeat: no-repeat;
  background-position: right 0.02rem center;
  background-size: 0.2rem auto;
  outline: none;
}
.page-navfloor .filter-box.case-filter-search input[type="text"]::placeholder,
.page-navfloor .filter-box.case-filter-search input[type="search"]::placeholder {
  color: #9E9E9E;
}
.page-navfloor .filter-box.case-filter-search input[type="text"]::-webkit-search-decoration,
.page-navfloor .filter-box.case-filter-search input[type="search"]::-webkit-search-decoration,
.page-navfloor .filter-box.case-filter-search input[type="text"]::-webkit-search-cancel-button,
.page-navfloor .filter-box.case-filter-search input[type="search"]::-webkit-search-cancel-button,
.page-navfloor .filter-box.case-filter-search input[type="text"]::-webkit-search-results-button,
.page-navfloor .filter-box.case-filter-search input[type="search"]::-webkit-search-results-button,
.page-navfloor .filter-box.case-filter-search input[type="text"]::-webkit-search-results-decoration,
.page-navfloor .filter-box.case-filter-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.page-navfloor .filter-box.case-filter-search input[type="text"]:focus,
.page-navfloor .filter-box.case-filter-search input[type="search"]:focus {
  border-bottom-color: #D54417;
  outline: none;
  box-shadow: none;
}
/* 列表顶栏：面包屑与搜索同一行；搜索表单收紧，避免 hoverbtn/浏览器默认框线 */
.page-navfloor.page-navfloor--product .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem 0.32rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #d8d8d8;
}
.page-navfloor.page-navfloor--product .filter-box.case-filter-search {
  padding-bottom: 0;
  border-bottom: none;
}
.page-navfloor.page-navfloor--product .breadnavs {
  flex: 1;
  min-width: 0;
}
.page-navfloor .filter-box.case-filter-search form.product-nav-search {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.12rem;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  width: auto;
  max-width: 100%;
}
.page-navfloor .filter-box.case-filter-search form.product-nav-search input[type="search"] {
  flex: 1 1 auto;
  min-width: 2rem;
  width: auto;
  max-width: 3.8rem;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
}
.page-navfloor .filter-box.case-filter-search form.product-nav-search .product-nav-search__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.22rem;
  min-height: 0.44rem;
  border: none;
  border-radius: 0.04rem;
  background: #d54417;
  color: #fff;
  font-size: 0.15rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  transition: background 0.2s;
}
.page-navfloor .filter-box.case-filter-search form.product-nav-search .product-nav-search__btn:hover {
  background: #c13d14;
}
.page-navfloor .filter-box.case-filter-search form.product-nav-search .product-nav-search__btn:focus-visible {
  outline: 2px solid rgba(213, 68, 23, 0.45);
  outline-offset: 2px;
}
.product-page-floor {
  padding: 0.1rem 0 0.9rem;
  background: #fff;
}
.product-page-floor .product-page-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.44rem;
}
.product-page-floor .product-sidebar {
  flex-shrink: 0;
  width: 3.45rem;
}
.product-page-floor .product-cat-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.24rem;
}
.product-page-floor .product-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-page-floor .product-cat-item {
  border-bottom: 1px solid #E5E5E5;
}
.product-page-floor .product-cat-item:first-child {
  border-top: 1px solid #E5E5E5;
}
.product-page-floor .product-cat-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  padding: 0.16rem 0;
  font-size: 0.15rem;
  line-height: 1.45;
  color: #666;
  text-decoration: none;
}
.product-page-floor .product-cat-item > a::after {
  content: "+";
  flex-shrink: 0;
  width: 0.28rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1;
  color: #D54417;
  font-weight: normal;
}
.product-page-floor .product-cat-item > a:hover {
  color: #D54417;
}
.product-page-floor .product-cat-item.is-active > a {
  color: #D54417;
  font-weight: bold;
}
.product-page-floor .product-cat-item.is-active > a::after,
.product-page-floor .product-cat-item.is-open > a::after {
  content: "−";
}
.product-page-floor .product-cat-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fafafa;
  border-top: 1px solid #eee;
}
.product-page-floor .product-cat-subitem {
  border-bottom: 1px solid #eee;
}
.product-page-floor .product-cat-subitem:last-child {
  border-bottom: none;
}
.product-page-floor .product-cat-subitem > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  padding: 0.14rem 0 0.14rem 0.32rem;
  font-size: 0.14rem;
  line-height: 1.45;
  color: #666;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
.product-page-floor .product-cat-subitem > a::before {
  content: "";
  position: absolute;
  left: 0.12rem;
  top: 50%;
  width: 0.05rem;
  height: 0.05rem;
  margin-top: -0.025rem;
  border-radius: 50%;
  background: #bbb;
}
.product-page-floor .product-cat-subitem > a::after {
  content: "";
  flex-shrink: 0;
  width: 0.28rem;
  height: 0.2rem;
}
.product-page-floor .product-cat-subitem > a:hover {
  color: #D54417;
  background: rgba(213, 68, 23, 0.04);
}
.product-page-floor .product-cat-subitem > a:hover::before {
  background: #D54417;
}
.product-page-floor .product-cat-subitem.is-active > a {
  color: #D54417;
  font-weight: bold;
  background: rgba(213, 68, 23, 0.08);
}
.product-page-floor .product-cat-subitem.is-active > a::before {
  background: #D54417;
  width: 0.06rem;
  height: 0.06rem;
  margin-top: -0.03rem;
}
.product-page-floor .product-cat-subitem.is-active > a::after {
  content: "›";
  color: #D54417;
  font-size: 0.2rem;
  line-height: 1;
  text-align: center;
  width: 0.28rem;
}
.product-page-floor .product-main {
  flex: 1;
  min-width: 0;
}
.product-page-floor .product-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.16rem 0.12rem;
  margin-bottom: 0.38rem;
}
.product-page-floor .filter-label {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  margin-right: 0.12rem;
}
.product-page-floor .product-filter-selects {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.12rem;
}
.product-page-floor select.product-filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 1.55rem;
  padding: 0.1rem 0.34rem 0.1rem 0.12rem;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  font-size: 0.14rem;
  color: #333;
  line-height: 1.3;
  background-color: #fff;
  background-image: url(../img/selectjt.png);
  background-repeat: no-repeat;
  background-position: right 0.08rem center;
  background-size: 0.12rem auto;
  cursor: pointer;
  outline: none;
}
.product-page-floor select.product-filter-select::-ms-expand {
  display: none;
}
.product-page-floor select.product-filter-select.is-active,
.product-page-floor select.product-filter-select:focus {
  border-color: #D54417;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  padding: 0.45rem 0;
  border-top: 1px solid #D8D8D8;
}
.product-grid.grid4 {
  grid-template-columns: repeat(4, 1fr);
  border: none;
}
.product-list-card {
  display: block;
  text-decoration: none;
  background: #F8F9FB;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: color 0.25s, box-shadow 0.25s, border-color 0.25s;
  overflow: hidden;
}
.product-list-card .product-list-card-img {
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.24rem;
  border-bottom: 1px solid #eee;
}
.product-list-card .product-list-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.product-list-card .product-list-card-body {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.3rem;
}
.product-list-card .product-list-card-name {
  flex: 1;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
  transition: color 0.25s;
}
.product-list-card .product-list-card-add {
  margin-left: 0.6rem;
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 50%;
  border: 1px solid #D54417;
  color: #D54417;
  font-size: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.product-list-card.is-active .product-list-card-name,
.product-list-card:hover .product-list-card-name {
  color: #D54417;
}
.product-list-card.is-active .product-list-card-add,
.product-list-card:hover .product-list-card-add {
  background: #D54417;
  color: #fff;
  border-color: #D54417;
}
.product-detail-page {
  padding: 0.4rem 0 0.9rem;
  background: #fff;
}
.product-detail-page .product-detail-top {
  display: flex;
  gap: 0.48rem;
  margin-bottom: 0.5rem;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
.product-detail-page .product-detail-gallery {
  flex-shrink: 0;
  width: 6.2rem;
  padding: 0.2rem;
  padding-bottom: 0;
  background: #F3F4F6;
  border-radius: 2px;
}
.product-detail-page .product-detail-main-view {
  position: relative;
  margin-bottom: 0.2rem;
}
.product-detail-page .product-detail-main-img {
  background: #fff;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
  position: relative;
  overflow: hidden;
}
.product-detail-page .product-detail-main-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.product-detail-page .pd-zoom-box {
  cursor: crosshair;
}
.product-detail-page .pd-zoom-lens {
  display: none;
  position: absolute;
  border: 1px solid rgba(213, 68, 23, 0.75);
  background: rgba(213, 68, 23, 0.08);
  pointer-events: none;
  z-index: 3;
  box-sizing: border-box;
}
.product-detail-page .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-page .pd-zoom-result.is-visible {
  display: block;
}
.product-detail-page .gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 0.48rem;
  height: 0.48rem;
  border: none;
  border-radius: 2px;
  background: rgba(160, 160, 160, 0.45);
  color: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.product-detail-page .gallery-arrow:hover {
  background: rgba(120, 120, 120, 0.55);
  color: #fff;
}
.product-detail-page .gallery-arrow--prev {
  left: 0.12rem;
}
.product-detail-page .gallery-arrow--next {
  right: 0.12rem;
}
.product-detail-page .product-detail-thumbs {
  display: flex;
  gap: 0.12rem;
  margin-bottom: 0.2rem;
}
.product-detail-page .product-detail-thumbs button {
  width: 1.1rem;
  height: 1.1rem;
  padding: 0.08rem;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
}
.product-detail-page .product-detail-thumbs button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-detail-page .product-detail-thumbs button.is-active,
.product-detail-page .product-detail-thumbs button:hover {
  border-color: #D54417;
}
.product-detail-page .product-detail-media-pills {
  display: flex;
  gap: 0.12rem;
}
.product-detail-page .product-detail-media-pills .media-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.06rem 0.22rem;
  border-radius: 0.2rem;
  background: #D54417;
  color: #fff;
  font-size: 0.14rem;
  text-decoration: none;
}
.product-detail-page .product-detail-media-pills .media-pill:hover {
  opacity: 0.9;
}
.product-detail-page .product-detail-info {
  flex: 1;
  min-width: 0;
}
.product-detail-page .product-detail-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  line-height: 1.35;
  margin: 0 0 0.2rem;
}
.product-detail-page .product-detail-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.12rem 0.28rem;
  margin-bottom: 0.28rem;
  font-size: 0.14rem;
  color: #888;
  line-height: 1.5;
}
.product-detail-page .product-detail-meta-line .meta-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.06rem;
}
.product-detail-page .product-detail-meta-line .meta-k {
  color: #888;
}
.product-detail-page .product-detail-meta-line .meta-bar {
  color: #ccc;
  margin: 0 0.04rem;
}
.product-detail-page .product-detail-meta-line .meta-v {
  color: #888;
}
.product-detail-page .product-detail-meta-line .meta-group--second {
  margin-left: 0.16rem;
}
.product-detail-page .product-detail-params-box {
  background: #F3F4F6;
  border: 1px solid #E6E6E6;
  padding: 0.26rem 0.28rem 0.22rem;
  margin-bottom: 0.36rem;
  border-radius: 2px;
}
.product-detail-page .params-box-title {
  font-size: 0.14rem;
  font-weight: bold;
  color: #444;
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}
.product-detail-page .params-box-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail-page .params-box-list li {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  padding: 0.12rem 0;
  font-size: 0.14rem;
}
.product-detail-page .params-box-list li:last-child {
  border-bottom: none;
}
.product-detail-page .params-box-list .param-ico {
  width: 0.32rem;
  height: 0.32rem;
  object-fit: contain;
  flex-shrink: 0;
}
.product-detail-page .params-box-list .param-line {
  flex: 1;
  min-width: 0;
  color: #777;
  line-height: 1.5;
}
.product-detail-page .product-detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.product-detail-page .qty-box {
  display: flex;
  align-items: stretch;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}
.product-detail-page .qty-box .qty-btn {
  width: 0.46rem;
  min-height: 0.46rem;
  border: none;
  background: #fff;
  font-size: 0.2rem;
  cursor: pointer;
  color: #333;
}
.product-detail-page .qty-box .qty-btn:hover {
  background: #f5f5f5;
}
.product-detail-page .qty-box .qty-display {
  min-width: 0.72rem;
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  font-size: 0.16rem;
  color: #333;
  background: #fff;
}
.product-detail-page .qty-box .qty-num {
  font-weight: 500;
}
.product-detail-page .qty-box .qty-unit {
  font-weight: 400;
  color: #555;
}
.product-detail-page .btn-add-inquiry {
  width: max-content;
  height: 0.48rem;
  border: none;
  border-radius: 0.24rem;
  background: #D54417;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
  padding: 0 0.24rem;
}
.product-detail-page .btn-add-inquiry:hover {
  background: #c13d14;
}
.product-detail-page .product-detail-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.28rem;
  padding: 0.22rem 0;
  margin-bottom: 0.2rem;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.product-detail-page .product-detail-anchor-nav a {
  font-size: 0.15rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.product-detail-page .product-detail-anchor-nav a:hover {
  color: #D54417;
}
.product-detail-page .pd-section {
  padding: 0.48rem 0;
  border-bottom: 1px solid #EFEFEF;
}
.product-detail-page .pd-section:last-child {
  border-bottom: none;
}
.product-detail-page .pd-section .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.24rem;
  margin-bottom: 0.7rem;
}
.product-detail-page .pd-section .title-box .title {
  flex: 1;
  min-width: 0;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.product-detail-page .pd-section .title-box .more {
  flex-shrink: 0;
}
.product-detail-page .pd-section .title-box .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.4rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  background: #D54417;
  white-space: nowrap;
  max-width: none;
  overflow: visible;
}
.product-detail-page .pd-section-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 0.22rem;
}
.product-detail-page .pd-section-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  margin-bottom: 0.22rem;
}
.product-detail-page .pd-section-head-row .pd-section-title {
  margin: 0;
}
.product-detail-page .pd-load-more {
  font-size: 0.15rem;
  color: #D54417;
  text-decoration: none;
  white-space: nowrap;
}
.product-detail-page .pd-load-more:hover {
  text-decoration: underline;
}
.product-detail-page .pd-prose p {
  font-size: 0.15rem;
  color: #555;
  line-height: 1.85;
  margin: 0 0 0.16rem;
}
.product-detail-page .pd-cert-row {
  margin-top: 0.28rem;
}
.product-detail-page .pd-cert-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-detail-page .pd-table-scroll {
  overflow-x: auto;
  margin: 0 -0.02rem;
}
.product-detail-page .pd-data-table {
  width: 100%;
  min-width: 4rem;
  border-collapse: collapse;
  font-size: 0.14rem;
}
.product-detail-page .pd-data-table th,
.product-detail-page .pd-data-table td {
  border: 1px solid #E5E5E5;
  padding: 0.12rem 0.14rem;
  text-align: left;
}
.product-detail-page .pd-data-table thead th {
  background: #F0F0F0;
  color: #333;
  font-weight: bold;
}
.product-detail-page .pd-data-table tbody tr:nth-child(even) {
  background: #FAFAFA;
}
.product-detail-page .pd-data-table--wide {
  min-width: 12rem;
}
.product-detail-page .pd-spec-table {
  table-layout: fixed;
  width: 100%;
  min-width: 11rem;
  border-collapse: collapse;
  font-size: 0.14rem;
}
.product-detail-page .pd-spec-table th,
.product-detail-page .pd-spec-table td {
  border: 1px solid #eee;
  padding: 0.14rem 0.1rem;
  vertical-align: middle;
}
.product-detail-page .pd-spec-table thead th {
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.product-detail-page .pd-spec-table tbody tr {
  background: #fff;
}
.product-detail-page .pd-spec-table tbody tr:nth-child(even) {
  background: #fff;
}
.product-detail-page .pd-spec-table .pd-table-model-link {
  color: #D54417;
  text-decoration: underline;
  font-weight: 500;
}
.product-detail-page .pd-spec-table .pd-table-model-link:hover {
  color: #c13d14;
}
.product-detail-page .pd-spec-table .pd-table-qty-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
}
.product-detail-page .pd-spec-table .pd-table-qty-input {
  width: 0.44rem;
  height: 0.3rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-align: center;
  font-size: 0.13rem;
  color: #333;
  padding: 0 0.04rem;
  box-sizing: border-box;
}
.product-detail-page .pd-spec-table .pd-table-qty-unit {
  font-size: 0.13rem;
  color: #666;
}
.product-detail-page .pd-spec-table .pd-attach-product-inner {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  text-align: left;
}
.product-detail-page .pd-spec-table .pd-attach-product-inner img {
  width: 0.64rem;
  height: 0.64rem;
  object-fit: contain;
  flex-shrink: 0;
  background: #fafafa;
}
.product-detail-page .pd-spec-table .pd-attach-product-inner span {
  font-size: 0.14rem;
  color: #333;
  line-height: 1.45;
}
.product-detail-page #pd-models .pd-table-scroll {
  overflow-x: visible;
  margin: 0;
}
.product-detail-page .pd-models-table tbody td {
  text-align: center;
}
.product-detail-page .pd-models-table.pd-spec-table {
  min-width: 0;
}
.product-detail-page .pd-models-table {
  width: 100%;
  min-width: 0;
}
.product-detail-page .pd-models-table tbody td:first-child {
  text-align: left;
}
.product-detail-page .pd-models-table .btn-rfq {
  white-space: normal;
  line-height: 1.35;
  padding: 0.08rem 0.1rem;
  font-size: 0.12rem;
}
.product-detail-page .pd-attach-table .th-products,
.product-detail-page .pd-attach-table .td-products {
  width: 42%;
  text-align: left;
}
.product-detail-page .pd-attach-table tbody td:not(.td-products) {
  text-align: center;
}
.product-detail-page .btn-rfq,
.product-detail-page .btn-table {
  padding: 0.08rem 0.2rem;
  border: none;
  border-radius: 0.18rem;
  background: #D54417;
  color: #fff;
  font-size: 0.13rem;
  cursor: pointer;
  white-space: nowrap;
}
.product-detail-page .btn-rfq:hover,
.product-detail-page .btn-table:hover {
  background: #c13d14;
}
.product-detail-page .pd-load-row {
  display: flex;
  gap: 0.32rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-detail-page .pd-load-chart {
  flex: 1;
}
.product-detail-page .pd-load-chart img {
  height: auto;
  display: block;
}
.product-detail-page .pd-load-legend {
  flex-shrink: 0;
  width: 2.8rem;
  font-size: 0.14rem;
  color: #555;
}
.product-detail-page .pd-load-legend .legend-title {
  font-weight: bold;
  color: #333;
  margin: 0 0 0.12rem;
}
.product-detail-page .pd-load-legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail-page .pd-load-legend li {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-bottom: 0.1rem;
}
.product-detail-page .pd-load-legend .lg {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 2px;
  flex-shrink: 0;
}
.product-detail-page .pd-load-legend .lg.lg-a {
  background: #D54417;
}
.product-detail-page .pd-load-legend .lg.lg-b {
  background: #2c7be5;
}
.product-detail-page .pd-load-legend .lg.lg-c {
  background: #5b8c5a;
}
.product-detail-page .pd-load-legend .lg.lg-d {
  background: #888;
}
.product-detail-page .pd-download-section .pd-section-title {
  margin-bottom: 0.28rem;
}
.product-detail-page .pd-download-layout {
  display: flex;
  gap: 0.56rem;
  align-items: flex-start;
}
.product-detail-page .pd-download-side {
  flex-shrink: 0;
  width: 3.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  padding-top: 0.06rem;
}
.product-detail-page .dl-cat {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.16rem 0;
  border: none;
  background: transparent;
  font-size: 0.13rem;
  line-height: 1.45;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  position: relative;
}
.product-detail-page .dl-cat:hover {
  color: #555;
}
.product-detail-page .dl-cat.is-active {
  color: #222;
  font-weight: bold;
}
.product-detail-page .dl-cat.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.06rem;
  width: 0.4rem;
  height: 2px;
  background: #D54417;
  border-radius: 1px;
}
.product-detail-page .pd-download-main {
  flex: 1;
  min-width: 0;
  padding-left: 0.08rem;
}
.product-detail-page .dl-panel {
  display: none;
}
.product-detail-page .dl-panel.is-active {
  display: block;
}
.product-detail-page .dl-panel-title {
  font-size: 0.16rem;
  font-weight: bold;
  margin: 0 0 0.24rem;
  color: #D54417;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.product-detail-page .dl-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.18rem;
  align-items: stretch;
}
.product-detail-page .dl-card {
  border: none;
  border-radius: 6px;
  padding: 0.2rem 0.18rem 0.18rem;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  flex: 1 1 2.5rem;
  max-width: 3.5rem;
  min-width: 2.35rem;
  box-sizing: border-box;
}
.product-detail-page .dl-card-top {
  display: flex;
  align-items: flex-start;
  gap: 0.12rem;
  margin-bottom: 0.14rem;
}
.product-detail-page .dl-file-icon {
  width: 0.36rem;
  height: auto;
  flex-shrink: 0;
  display: block;
  margin-top: 0.02rem;
}
.product-detail-page .dl-card-info {
  flex: 1;
  min-width: 0;
}
.product-detail-page .dl-card-name {
  font-size: 0.13rem;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.35;
  margin-bottom: 0.08rem;
}
.product-detail-page .dl-meta {
  font-size: 0.11rem;
  color: #aaa;
  margin: 0;
  line-height: 1.5;
}
.product-detail-page .dl-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.12rem;
  margin-top: auto;
  width: 100%;
}
.product-detail-page .dl-lang {
  flex: 1;
  min-width: 0;
  max-width: 58%;
  height: 0.36rem;
  padding: 0 0.28rem 0 0.1rem;
  font-size: 0.12rem;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(../img/selectjt.png);
  background-repeat: no-repeat;
  background-position: right 0.08rem center;
  background-size: 0.1rem auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
}
.product-detail-page .dl-lang::-ms-expand {
  display: none;
}
.product-detail-page .dl-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  padding: 0 0.22rem;
  border: none;
  border-radius: 0.18rem;
  background: #D54417;
  color: #fff;
  font-size: 0.12rem;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 100%;
}
.product-detail-page .dl-btn:hover {
  background: #c13d14;
}
.product-detail-page .dl-empty {
  font-size: 0.14rem;
  color: #999;
  margin: 0;
  flex: 1 0 100%;
  width: 100%;
}
.product-detail-page .pd-recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.22rem;
}
.product-detail-page .pd-rec-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.product-detail-page .pd-rec-card .pd-rec-img {
  background: #F5F6F8;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem;
}
.product-detail-page .pd-rec-card .pd-rec-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-detail-page .pd-rec-card .pd-rec-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem;
  padding: 0.16rem 0.14rem;
}
.product-detail-page .pd-rec-card .pd-rec-name {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
.product-detail-page .pd-rec-card .pd-rec-icon {
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid #333;
  color: #333;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.product-detail-page .pd-rec-card.is-active .pd-rec-name {
  color: #D54417;
}
.product-detail-page .pd-rec-card.is-active .pd-rec-icon {
  background: #D54417;
  border-color: #D54417;
  color: #fff;
}
.news-floor {
  padding: 0.6rem 0;
}
.news-floor .wrap .more-btn {
  margin: 0 auto;
  width: max-content;
}
.news-floor .wrap .more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.48rem;
  border-radius: 0.24rem;
  width: 1.56rem;
  background: #D54417;
  font-size: 0.16rem;
  color: #fff;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.6rem;
}
.news-list .news-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.news-list .news-item:hover {
  background-color: #D54417;
}
.news-list .news-item:hover .img-box img {
  transform: scale(1.1);
}
.news-list .news-item:hover .text-box .news-date {
  color: #fff;
}
.news-list .news-item:hover .text-box .news-title {
  color: #fff;
}
.news-list .news-item .img-box {
  width: 100%;
  position: relative;
  height: 2.8rem;
  overflow: hidden;
}
.news-list .news-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.news-list .news-item .img-box .biaoqian {
  position: absolute;
  bottom: 0;
  left: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D54417;
  padding: 0.1rem 0.18rem;
  font-size: 0.12rem;
  color: #fff;
}
.news-list .news-item .text-box {
  padding: 0.2rem 0.15rem;
  padding-bottom: 0.7rem;
}
.news-list .news-item .text-box .news-date {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.05rem;
}
.news-list .news-item .text-box .bq-list {
  margin-bottom: 0.05rem;
  display: flex;
  flex-wrap: wrap;
}
.news-list .news-item .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;
}
.news-list .news-item .text-box .news-title {
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.factory-floor {
  padding: 0.6rem 0;
}
.factory-floor .wrap .factory-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.2rem;
}
.factory-floor .wrap .factory-list .factory-item .img-box {
  height: 4.3rem;
}
.factory-floor .wrap .factory-list .factory-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.factory-floor .wrap .factory-list .factory-item .text-box {
  padding: 0.2rem 0;
}
.factory-floor .wrap .factory-list .factory-item .text-box .factory-name {
  font-size: 0.22rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.factory-floor .wrap .factory-list .factory-item .text-box p {
  font-size: 0.14rem;
  color: #666;
}
.case-floor {
  padding: 0.6rem 0;
}
.case-floor .wrap .case-top-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.22rem;
  margin-bottom: 0.6rem;
}
.case-floor .wrap .case-top-pair .case-top-empty {
  grid-column: 1 / -1;
  padding: 0.24rem;
  text-align: center;
  color: #666;
}
.case-floor .wrap .case-top-pair .case-item {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.case-floor .wrap .case-top-pair .case-item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.case-floor .wrap .case-top-pair .case-item:hover .text-box .case-name {
  color: #D54417;
}
.case-floor .wrap .case-top-pair .case-item:hover .text-box .caseinfos-jt .caseinfo-left .address {
  color: #D54417;
}
.case-floor .wrap .case-top-pair .case-item:hover .text-box .caseinfos-jt .caseinfo-left .date {
  color: #D54417;
}
.case-floor .wrap .case-top-pair .case-item:hover .text-box .caseinfos-jt .casejt {
  filter: unset;
}
.case-floor .wrap .case-top-pair .case-item .img-box {
  height: 4.8rem;
}
.case-floor .wrap .case-top-pair .case-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case-floor .wrap .case-top-pair .case-item .text-box {
  padding: 0.24rem 0.3rem;
  box-sizing: border-box;
}
.case-floor .wrap .case-top-pair .case-item .text-box .case-name {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.24rem;
  transition: 0.3s;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.case-floor .wrap .case-top-pair .case-item .text-box .caseinfos-jt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.12rem;
}
.case-floor .wrap .case-top-pair .case-item .text-box .caseinfos-jt .caseinfo-left {
  flex: 1;
  min-width: 0;
}
.case-floor .wrap .case-top-pair .case-item .text-box .caseinfos-jt .caseinfo-left .address {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.1rem;
  transition: 0.3s;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-floor .wrap .case-top-pair .case-item .text-box .caseinfos-jt .caseinfo-left .date {
  font-size: 0.12rem;
  color: #999;
  transition: 0.3s;
}
.case-floor .wrap .case-top-pair .case-item .text-box .caseinfos-jt .casejt {
  width: 0.32rem;
  flex-shrink: 0;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.case-list .case-item {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.19rem;
}
.case-list .case-item:hover .text-box .case-name {
  color: #D54417;
}
.case-list .case-item:hover .text-box .caseinfos-jt .caseinfo-left .address {
  color: #D54417;
}
.case-list .case-item:hover .text-box .caseinfos-jt .caseinfo-left .date {
  color: #D54417;
}
.case-list .case-item:hover .text-box .caseinfos-jt .casejt {
  filter: unset;
}
.case-list .case-item .img-box {
  height: 3.2rem;
}
.case-list .case-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case-list .case-item .text-box {
  padding: 0.2rem 0.3rem;
}
.case-list .case-item .text-box .case-name {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.3rem;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-list .case-item .text-box .caseinfos-jt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-list .case-item .text-box .caseinfos-jt .caseinfo-left .address {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.1rem;
  transition: 0.3s;
}
.case-list .case-item .text-box .caseinfos-jt .caseinfo-left .date {
  font-size: 0.12rem;
  color: #999;
  transition: 0.3s;
}
.case-list .case-item .text-box .caseinfos-jt .casejt {
  width: 0.32rem;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.caseDetail-content {
  padding: 0.5rem 0;
}
.caseDetail-content .maininfos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.caseDetail-content .maininfos .case-title {
  width: 7.6rem;
  font-size: 0.32rem;
  font-weight: bold;
}
.caseDetail-content .maininfos .otherinfos {
  color: #999999;
  text-align: right;
}
.caseDetail-content .maininfos .otherinfos .address {
  font-size: 0.18rem;
  margin-bottom: 0.25rem;
}
.caseDetail-content .maininfos .otherinfos .date {
  font-size: 0.16rem;
}
.caseDetail-content .img-box {
  width: 100%;
}
.caseDetail-content .img-box img {
  width: 100%;
  display: block;
}
.caseDetail-content .info-content {
  padding: 0.8rem 0;
  font-size: 0.16rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 1.35rem;
}
.caseDetail-content .info-content img {
  max-width: 100%;
  height: auto !important;
}
.caseDetail-content .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.caseDetail-content .title-box .title {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.caseDetail-content .title-box .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.3rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  background: #D54417;
}
.newsDetail-content {
  padding: 0.54rem 0;
}
.newsDetail-content .wrap .nr-content {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 0.45rem;
}
.newsDetail-content .wrap .newscontent-left {
  width: 10rem;
  margin-right: 1.37rem;
}
.newsDetail-content .wrap .newscontent-left .news-title {
  font-size: 0.32rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.newsDetail-content .wrap .newscontent-left .cate-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  margin-bottom: 0.2rem;
}
.newsDetail-content .wrap .newscontent-left .cate-date .cate {
  font-size: 0.18rem;
}
.newsDetail-content .wrap .newscontent-left .cate-date .date {
  font-size: 0.16rem;
}
.newsDetail-content .wrap .newscontent-left .news-content {
  border-top: 1px solid #D8D8D8;
  padding: 0.5rem 0;
  font-size: 0.18rem;
  line-height: 1.8em;
}
.newsDetail-content .wrap .hotnews {
  background-color: #fff;
  flex: 1;
  padding: 0.3rem;
  height: fit-content;
  padding-top: 0;
}
.newsDetail-content .wrap .hotnews .hotnews-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.newsDetail-content .wrap .hotnews .hotnews-title .line {
  width: 0.04rem;
  height: 0.2rem;
  background: #D54417;
  margin-right: 0.1rem;
}
.newsDetail-content .wrap .hotnews .hotnews-title .title {
  font-size: 0.24rem;
  font-weight: bold;
}
.newsDetail-content .wrap .hotnews .hot-news-item li {
  list-style: disc;
  list-style-position: inside;
}
.newsDetail-content .wrap .hotnews .hot-news-item li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.newsDetail-content .wrap .hotnews .hot-news-item li:hover a {
  color: #D54417;
}
.newsDetail-content .wrap .hotnews .hot-news-item li a {
  font-size: 0.18rem;
  color: #333;
}
.newsDetail-content .wrap .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.newsDetail-content .wrap .title-box .title {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.newsDetail-content .wrap .title-box .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.3rem;
  height: 0.48rem;
  border-radius: 0.24rem;
  background: #D54417;
}
.nr-banner {
  height: 4.8rem;
  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;
}
.common-floor .title-box {
  margin-bottom: 0.4rem;
}
.common-floor .title-box .floor-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
}
.common-floor .title-box .line {
  width: 0.6rem;
  height: 0.03rem;
  background: #F2550A;
}
.about-floor {
  padding: 1.18rem 0;
}
.about-floor .wrap {
  display: flex;
  align-items: center;
}
.about-floor .wrap .text-box {
  flex: 1;
}
.about-floor .wrap .text-box p {
  font-size: 0.16rem;
  line-height: 1.8em;
  color: rgba(0, 0, 0, 0.8);
}
.about-floor .wrap .img-box {
  width: 7rem;
  height: 4.5rem;
  margin-left: 0.6rem;
}
.about-floor .wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.history-floor {
  background: url(../img/yearbg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.9rem 0;
}
.history-floor .wrap .title-box .floor-title {
  color: #fff;
}
.history-floor .wrap .history-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}
.history-floor .wrap .history-side--text {
  flex: 1;
  min-width: 0;
  padding-right: 0.2rem;
}
.history-floor .wrap .history-side--text .history-floor-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0.1rem;
}
.history-floor .wrap .history-side--text .history-floor-title-line {
  width: 0.6rem;
  height: 0.03rem;
  background: #F2550A;
  margin-bottom: 0.36rem;
}
.history-floor .wrap .history-side--text .history-year-display {
  font-size: 0.96rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.24rem;
  letter-spacing: 0.02em;
}
.history-floor .wrap .history-side--text .history-year-desc {
  font-size: 0.16rem;
  line-height: 1.7em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  max-width: 6.2rem;
}
.history-floor .wrap .history-side--timeline {
  flex-shrink: 0;
  width: 2.15rem;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.history-floor .wrap .history-timeline {
  position: relative;
  width: 100%;
  padding: 0.04rem 0 0;
}
.history-floor .wrap .history-timeline::before {
  content: "";
  position: absolute;
  left: 0.12rem;
  top: 0.15rem;
  bottom: 0.12rem;
  transform: translateX(-0.5px);
  border-left: 1px dashed rgba(255, 255, 255, 0.52);
  pointer-events: none;
  z-index: 0;
}
.history-floor .wrap .history-pages {
  position: relative;
  z-index: 1;
}
.history-floor .wrap .history-page {
  display: none;
}
.history-floor .wrap .history-page.is-active {
  display: block;
}
.history-floor .wrap .history-page-next {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 0.02rem;
  padding: 0.16rem 0 0.04rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: inherit;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.history-floor .wrap .history-page-next:hover .history-scroll-chevron span {
  opacity: 0.88;
}
.history-floor .wrap .history-node-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.history-floor .wrap .history-node-list li {
  margin: 0;
  padding: 0;
  margin-bottom: 0.85rem;
}
.history-floor .wrap .history-node-list li:last-child {
  margin-bottom: 0.4rem;
}
.history-floor .wrap .history-node {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 0.4rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  line-height: 1;
}
.history-floor .wrap .history-node:hover:not(.is-active) .history-node-year {
  color: rgba(255, 255, 255, 0.78);
}
.history-floor .wrap .history-node-dot {
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #F2550A;
  box-sizing: border-box;
  transition: width 0.2s ease, height 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none;
  z-index: 2;
}
.history-floor .wrap .history-node.is-active .history-node-dot {
  width: 0.14rem;
  height: 0.14rem;
  box-shadow: 0 0 0 0.1rem rgba(242, 85, 10, 0.2), 0 0 0.2rem rgba(242, 85, 10, 0.48);
}
.history-floor .wrap .history-node-year {
  display: inline-block;
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}
.history-floor .wrap .history-node.is-active .history-node-year {
  color: #fff;
  font-weight: 700;
}
.history-floor .wrap .history-scroll-chevron {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.12rem;
  transform: translateX(-50%);
}
.history-floor .wrap .history-scroll-chevron span {
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  border-right: 2px solid #F2550A;
  border-bottom: 2px solid #F2550A;
  transform: rotate(45deg);
  transition: opacity 0.2s;
}
.history-floor .wrap .history-scroll-chevron span + span {
  margin-top: -0.035rem;
}
.history-floor .wrap .history-side--photo {
  flex-shrink: 0;
  width: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-floor .wrap .history-photo-frame {
  width: 100%;
  height: 3.6rem;
  margin: 0;
  border: 2px solid #F2550A;
  overflow: hidden;
  box-sizing: border-box;
}
.history-floor .wrap .history-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-floor {
  padding-top: 0.74rem;
  padding-bottom: 1rem;
}
.team-floor .title-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-floor .floor-p {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.5rem;
  text-align: center;
}
.team-floor .team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.27rem;
}
.team-floor .team-list .team-item {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0.14rem;
}
.team-floor .team-list .team-item .img-box {
  position: relative;
  height: 2.6rem;
}
.team-floor .team-list .team-item .img-box .team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-floor .team-list .team-item .img-box .team-icon {
  width: 0.68rem;
  height: 0.68rem;
  position: absolute;
  bottom: -0.19rem;
  left: 0.2rem;
}
.team-floor .team-list .team-item .text-box {
  text-align: center;
  padding: 0.5rem 0.2rem;
}
.team-floor .team-list .team-item .text-box .team-title {
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.team-floor .team-list .team-item .text-box p {
  font-size: 0.16rem;
  color: #333333;
}
.culture-floor {
  background: #262E39;
}
.culture-floor .culture-top {
  display: flex;
}
.culture-floor .culture-top .img-box {
  width: 50%;
  height: 6.6rem;
}
.culture-floor .culture-top .img-box .culture-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.culture-floor .culture-top .text-box {
  width: 50%;
  padding: 0.5rem 0.6rem;
  padding-right: 2.2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.culture-floor .culture-top .text-box .title-box {
  margin-bottom: 0.7rem;
}
.culture-floor .culture-top .text-box .title-box .floor-title {
  color: #fff;
}
.culture-floor .culture-top .text-box .sml-title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.culture-floor .culture-top .text-box p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.8em;
}
.culture-floor .culture-bottom {
  background: #D54417;
  padding: 0.5rem 0;
  text-align: center;
}
.culture-floor .culture-bottom .notice {
  color: #fff;
  font-size: 0.2rem;
}
.culture-floor .culture-bottom .notice span {
  font-size: 0.28rem;
  font-weight: bold;
}
.aboutpage-floor1 {
  position: relative;
}
.aboutpage-floor1 .honor-img {
  width: 100%;
  display: block;
}
.aboutpage-floor1 .wrap {
  position: absolute;
  top: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutpage-floor1 .wrap .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.54rem;
}
.aboutpage-floor1 .wrap .text-box {
  width: 6.66rem;
}
.aboutpage-floor1 .wrap .text-box .bold {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.36rem;
}
.aboutpage-floor1 .wrap .text-box ul {
  margin-bottom: 0.4rem;
}
.aboutpage-floor1 .wrap .text-box ul li {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.8);
  list-style-type: disc;
  list-style-position: inside;
}
.aboutpage-floor1 .wrap .text-box ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.aboutpage-floor1 .wrap .text-box ul li span {
  font-weight: bold;
}
.aboutpage-floor1 .wrap .text-box p {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8em;
}
.aboutpage-floor6 {
  background: #E1E0E5;
  padding-bottom: 1.25rem;
}
.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.36rem;
  height: 0.36rem;
  border-radius: 0.06rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  top: 35%;
}
.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 {
  color: #333;
  font-weight: bold;
  font-size: 0.16rem;
}
.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-floor2 {
  background: url(../img/aboutpage2bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 1.15rem;
  padding-bottom: 0.85rem;
}
.aboutpage-floor2 .wrap .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.26rem;
}
.aboutpage-floor2 .wrap .title-box .floor-title {
  color: #fff;
}
.aboutpage-floor2 .floor-content {
  display: flex;
  padding-left: 1.6rem;
}
.aboutpage-floor2 .floor-content .text-box {
  width: 7.05rem;
  margin-right: 0.96rem;
}
.aboutpage-floor2 .floor-content .text-box p {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8em;
  margin-bottom: 1.7rem;
}
.aboutpage-floor2 .floor-content .text-box .swiper-btns {
  display: flex;
  justify-content: flex-end;
}
.aboutpage-floor2 .floor-content .text-box .swiper-btns .swiper-btn {
  position: static;
  margin-top: 0;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 0.02rem;
  background-color: #fff;
}
.aboutpage-floor2 .floor-content .text-box .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.24rem;
}
.aboutpage-floor2 .floor-content .text-box .swiper-btns .swiper-btn::after {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
}
.aboutpage-floor2 .floor-content .swiper-box {
  width: 9.6rem;
  padding-top: 1rem;
}
.aboutpage-floor2 .floor-content .swiper-box .swiper-slide {
  width: 3rem;
}
.aboutpage-floor2 .floor-content .swiper-box .swiper-slide .equ-item {
  background: #FFFFFF;
}
.aboutpage-floor2 .floor-content .swiper-box .swiper-slide .equ-item .img-box {
  height: 3.5rem;
}
.aboutpage-floor2 .floor-content .swiper-box .swiper-slide .equ-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor2 .floor-content .swiper-box .swiper-slide .equ-item .equtext-box {
  padding: 0.25rem 0.2rem;
  position: relative;
}
.aboutpage-floor2 .floor-content .swiper-box .swiper-slide .equ-item .equtext-box p {
  font-size: 0.16rem;
  color: #333;
}
.aboutpage-floor2 .floor-content .swiper-box .swiper-slide .equ-item .equtext-box::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.04rem;
  height: 0.6rem;
  background: #D54417;
}
.aboutpage-floor3 {
  padding: 1.28rem 0;
}
.aboutpage-floor3 .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.26rem;
}
.aboutpage-floor3 .floortext-box {
  text-align: center;
  width: 10rem;
  margin: 0 auto;
  margin-bottom: 0.85rem;
}
.aboutpage-floor3 .floortext-box .bold {
  font-size: 0.22rem;
  font-weight: bold;
  color: #D54417;
  margin-bottom: 0.15rem;
}
.aboutpage-floor3 .floortext-box p {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8em;
}
.aboutpage-floor3 .cap-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.aboutpage-floor3 .cap-list.cap-list2 {
  gap: 0.2rem;
}
.aboutpage-floor3 .cap-list .cap-item {
  min-height: 4.2rem;
  padding: 0.3rem;
  padding-top: 0.78rem;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
}
.aboutpage-floor3 .cap-list .cap-item .cap-icon {
  width: 0.8rem;
  display: block;
  margin-bottom: 0.45rem;
}
.aboutpage-floor3 .cap-list .cap-item .cap-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.16rem;
}
.aboutpage-floor3 .cap-list .cap-item p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.8em;
}
.aboutpage-floor4 {
  background: url(../img/contactdiqiubg.webp) no-repeat center center;
  background-size: cover;
  padding: 1rem 0;
}
.aboutpage-floor4 .wrap .text-box {
  width: 6.4rem;
}
.aboutpage-floor4 .wrap .text-box .title-box {
  margin-bottom: 0.44rem;
}
.aboutpage-floor4 .wrap .text-box .title-box .floor-title {
  color: #fff;
}
.aboutpage-floor4 .wrap .text-box .floor-p {
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 0.68rem;
}
.aboutpage-floor4 .wrap .text-box .box-right {
  width: 4.6rem;
  padding: 0.4rem 0.5rem;
  height: 4.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #D54417;
}
.aboutpage-floor4 .wrap .text-box .box-right .contact-item {
  color: #fff;
}
.aboutpage-floor4 .wrap .text-box .box-right .contact-item .label {
  font-size: 0.14rem;
}
.aboutpage-floor4 .wrap .text-box .box-right .contact-item .tel {
  font-size: 0.24rem;
  font-weight: 700;
}
.aboutpage-floor4 .wrap .text-box .box-right .contact-item .tel span {
  font-size: 0.16rem;
  font-weight: normal;
}
.aboutpage-floor4 .wrap .text-box .box-right .line {
  width: 0.2rem;
  height: 2px;
  background-color: #fff;
}
.aboutpage-floor4 .wrap .text-box .box-right .address {
  font-size: 0.14rem;
  color: #fff;
}
.aboutpage-floor5 {
  padding: 1.4rem 0;
}
.aboutpage-floor5 .wrap .floor-content {
  display: flex;
}
.aboutpage-floor5 .wrap .floor-content .img-box {
  width: 7.2rem;
  height: 4.9rem;
  margin-right: 0.6rem;
}
.aboutpage-floor5 .wrap .floor-content .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor5 .wrap .floor-content .text-box {
  flex: 1;
}
.aboutpage-floor5 .wrap .floor-content .text-box p {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.7rem;
  line-height: 1.8em;
}
.aboutpage-floor5 .wrap .floor-content .text-box p span {
  font-weight: bold;
}
.aboutpage-floor5 .wrap .floor-content .text-box .num-list {
  display: flex;
}
.aboutpage-floor5 .wrap .floor-content .text-box .num-list .num-item {
  min-width: 2.6rem;
  padding: 0.23rem 0;
  background: #F8F9FB;
  text-align: center;
}
.aboutpage-floor5 .wrap .floor-content .text-box .num-list .num-item:not(:last-child) {
  margin-right: 0.3rem;
}
.aboutpage-floor5 .wrap .floor-content .text-box .num-list .num-item .num {
  font-size: 0.12rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.05rem;
}
.aboutpage-floor5 .wrap .floor-content .text-box .num-list .num-item .num span {
  font-size: 0.42rem;
  color: #D54417;
  font-weight: bold;
  margin-left: 0.04rem;
}
.aboutpage-floor5 .wrap .floor-content .text-box .num-list .num-item .text {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333;
}
.aboutpage-floor7 {
  padding: 0.9rem 0;
}
.aboutpage-floor7 .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.aboutpage-floor7 .floor-p {
  width: 10rem;
  margin: 0 auto;
  font-size: 0.18rem;
  text-align: center;
  color: #333;
  margin-bottom: 0.7rem;
}
.aboutpage-floor7 .swiper {
  margin-bottom: 0.57rem;
}
.aboutpage-floor7 .swiper .swiper-slide {
  height: 2.8rem;
}
.aboutpage-floor7 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aboutpage-floor7 .pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  width: max-content;
  margin: 0 auto;
}
.aboutpage-floor7 .pagination .swiper-pagination-bullet {
  border-radius: unset;
  margin: 0;
  width: 0.32rem;
  height: 0.06rem;
  background: #D54417;
  opacity: 0;
}
.aboutpage-floor7 .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.aboutpage-floor8 {
  background: #F8F9FB;
  padding: 1rem 0;
}
.aboutpage-floor8 .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aboutpage-floor8 .feedback-list .swiper {
  margin-bottom: 0.38rem;
}
.aboutpage-floor8 .feedback-item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(216, 216, 216, 0.1);
  padding: 0.4rem 0.2rem;
}
.aboutpage-floor8 .feedback-item::after {
  content: '';
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #D54417;
  top: 0;
  right: 0;
}
.aboutpage-floor8 .feedback-item .userinfos {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.aboutpage-floor8 .feedback-item .userinfos .avatar {
  width: 0.68rem;
  height: 0.68rem;
  display: block;
  border-radius: 50%;
  margin-right: 0.12rem;
}
.aboutpage-floor8 .feedback-item .userinfos .userinfo {
  flex: 1;
}
.aboutpage-floor8 .feedback-item .userinfos .userinfo .name {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.08rem;
}
.aboutpage-floor8 .feedback-item .userinfos .userinfo .position {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.3);
}
.aboutpage-floor8 .feedback-item .feeds {
  font-size: 0.15rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8em;
  margin-bottom: 0.8rem;
}
.aboutpage-floor8 .feedback-item .stars {
  display: flex;
}
.aboutpage-floor8 .feedback-item .stars .star {
  width: 0.2rem;
  display: block;
}
.aboutpage-floor8 .feedback-item .stars .star:not(:last-child) {
  margin-right: 0.05rem;
}
.aboutpage-floor8 .pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: max-content;
  margin: 0 auto;
}
.aboutpage-floor8 .pagination .swiper-pagination-bullet {
  border-radius: unset;
  margin: 0;
  width: 0.32rem;
  height: 0.06rem;
  background: #D54417;
  opacity: 0;
}
.aboutpage-floor8 .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.aboutpage-floor9 {
  padding: 1rem 0;
}
.aboutpage-floor9 .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aboutpage-floor9 .swiper {
  margin-bottom: 0.6rem;
}
.aboutpage-floor9 .swiper .swiper-btn {
  width: 0.36rem;
  height: 0.36rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.02rem;
  top: 35%;
}
.aboutpage-floor9 .swiper .swiper-btn.swiper-button-prev {
  left: 1.2rem;
}
.aboutpage-floor9 .swiper .swiper-btn.swiper-button-next {
  right: 1.2rem;
}
.aboutpage-floor9 .swiper .swiper-btn::after {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333;
}
.aboutpage-floor9 .swiper .swiper-slide.swiper-slide-active .event-item .event-img::before {
  opacity: 0;
}
.aboutpage-floor9 .swiper .swiper-slide.swiper-slide-active .event-item .event-img .date {
  opacity: 1;
}
.aboutpage-floor9 .swiper .swiper-slide.swiper-slide-active .event-item .text-box {
  opacity: 1;
}
.aboutpage-floor9 .swiper .swiper-slide .event-item .event-img {
  position: relative;
  height: 4.8rem;
  margin-bottom: 0.6rem;
}
.aboutpage-floor9 .swiper .swiper-slide .event-item .event-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.aboutpage-floor9 .swiper .swiper-slide .event-item .event-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.aboutpage-floor9 .swiper .swiper-slide .event-item .event-img .date {
  width: 1.3rem;
  height: 0.36rem;
  background: #D54417;
  font-size: 0.12rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0.2rem;
  bottom: -0.18rem;
  opacity: 0;
  transition: 0.3s;
}
.aboutpage-floor9 .swiper .swiper-slide .event-item .text-box {
  opacity: 0;
  transition: 0.3s;
}
.aboutpage-floor9 .swiper .swiper-slide .event-item .text-box .event-name {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.aboutpage-floor9 .swiper .swiper-slide .event-item .text-box p {
  font-size: 0.16rem;
  color: #999;
  line-height: 1.8em;
}
.aboutpage-floor9 .pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  width: max-content;
  margin: 0 auto;
}
.aboutpage-floor9 .pagination .swiper-pagination-bullet {
  border-radius: unset;
  margin: 0;
  width: 0.32rem;
  height: 0.06rem;
  background: #D54417;
  opacity: 0;
}
.aboutpage-floor9 .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.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: 1rem;
  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.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #D54417;
}
.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 .contact-item .tel span {
  font-size: 0.16rem;
  font-weight: normal;
}
.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-floor1 .contact-write-box {
  display: flex;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
}
.contact-floor1 .contact-write-left {
  flex: 0 0 38%;
  min-width: 3.6rem;
  max-width: 4.9rem;
  box-sizing: border-box;
  background: #D54417;
  color: #fff;
  padding: 0.48rem 0.48rem 0.52rem 0.5rem;
}
.contact-floor1 .contact-write-left .code-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.contact-floor1 .contact-write-left .code-list .code-item:not(:last-child) {
  margin-right: 0.3rem;
}
.contact-floor1 .contact-write-left .code-list .code-item .code-img {
  width: 1.4rem;
  margin-bottom: 0.1rem;
}
.contact-floor1 .contact-write-left .code-list .code-item p {
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
}
.contact-floor1 .contact-write-title {
  margin: 0 0 0.38rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.contact-floor1 .contact-write-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-floor1 .contact-write-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.18rem;
  margin-bottom: 0.3rem;
}
.contact-floor1 .contact-write-list li:last-child {
  margin-bottom: 0;
}
.contact-floor1 .contact-write-list p {
  margin: 0.02rem 0 0;
  flex: 1;
  min-width: 0;
  font-size: 0.15rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
}
.contact-floor1 .contact-write-list a {
  color: #fff;
  text-decoration: none;
}
.contact-floor1 .contact-write-list a:hover {
  text-decoration: underline;
}
.contact-floor1 .contact-write-sep {
  opacity: 0.65;
  font-weight: normal;
}
.contact-floor1 .contact-write-ico {
  flex-shrink: 0;
  width: 0.28rem;
  height: 0.28rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.04rem;
}
.contact-floor1 .contact-write-ico svg {
  width: 0.22rem;
  height: 0.22rem;
  display: block;
}
.contact-floor1 .contact-write-right {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
  background: rgba(213, 67, 23, 0.05);
  padding: 0.48rem 0.5rem 0.44rem 0.52rem;
}
.contact-floor1 .contact-write-form-title {
  margin: 0 0 0.34rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #262E39;
  line-height: 1.2;
}
.contact-floor1 .contact-write-form {
  display: block;
}
.contact-floor1 .contact-form-row {
  display: flex;
  gap: 0.22rem;
  margin-bottom: 0.22rem;
}
.contact-floor1 .contact-form-row--2 .contact-form-field {
  flex: 1;
  min-width: 0;
}
.contact-floor1 .contact-form-field--full {
  width: 100%;
}
.contact-floor1 .contact-form-field input,
.contact-floor1 .contact-form-field select,
.contact-floor1 .contact-form-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(38, 46, 57, 0.08);
  background: #fff;
  border-radius: 0.04rem;
  padding: 0.14rem 0.18rem;
  font-size: 0.15rem;
  color: #262E39;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-floor1 .contact-form-field input::placeholder,
.contact-floor1 .contact-form-field select::placeholder,
.contact-floor1 .contact-form-field textarea::placeholder {
  color: rgba(38, 46, 57, 0.38);
}
.contact-floor1 .contact-form-field input:focus,
.contact-floor1 .contact-form-field select:focus,
.contact-floor1 .contact-form-field textarea:focus {
  border-color: rgba(213, 68, 23, 0.45);
  box-shadow: 0 0 0 1px rgba(213, 68, 23, 0.12);
}
.contact-floor1 .contact-form-field textarea {
  resize: vertical;
  min-height: 1.7rem;
  line-height: 1.55;
}
.contact-floor1 .contact-form-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 0.4rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23262E39' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.14rem center;
  background-size: 0.11rem auto;
  font-weight: 400;
}
.contact-floor1 .contact-form-field--select select:invalid {
  color: rgba(38, 46, 57, 0.42);
  font-weight: 700;
}
.contact-floor1 .contact-form-field--select select option {
  color: #262E39;
  font-weight: 400;
}
.contact-floor1 .contact-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.12rem;
  padding-top: 0.02rem;
}
.contact-floor1 .contact-form-submit {
  border: none;
  background: #D54417;
  color: #fff;
  font-size: 0.15rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.15rem 0.42rem;
  cursor: pointer;
  border-radius: 0.03rem;
  font-family: inherit;
  transition: background 0.2s;
}
.contact-floor1 .contact-form-submit:hover {
  background: #c23b14;
}
.contact-floor1 .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
sidebar {
  position: fixed;
  bottom: 30%;
  right: 0.3rem;
  z-index: 9999;
}
sidebar img {
  width: 0.5rem;
}
.askPrice-floor {
  padding: 0.8rem 0;
}
.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;
}
.askPrice-floor .ar-item-btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.askPrice-floor .askPrice-list .askPrice-item .cz-box .cz-item {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.askPrice-floor .askPrice-empty {
  text-align: center;
  padding: 0.6rem 0.2rem 0.8rem;
  color: #666;
  font-size: 0.15rem;
}
.askPrice-floor .askPrice-empty-link {
  display: inline-block;
  margin-top: 0.16rem;
  padding: 0.1rem 0.28rem;
  border-radius: 0.2rem;
  background: #D54417;
  color: #fff;
  text-decoration: none;
  font-size: 0.14rem;
}
.askPrice-floor .askPrice-empty-link:hover {
  background: #c13d14;
  color: #fff;
}
@media print {
  header,
  footer,
  .phoneheader,
  .mobile-container,
  sidebar,
  .askPrice-top .at-right,
  .askPrice-item .cz-box {
    display: none !important;
  }
  .askPrice-floor {
    padding-top: 0;
  }
}
