.wrap {
  width: 17.4rem;
  margin: 0 auto;
}

.wrap2 {
  width: 13.9rem;
  margin: 0 auto;
}

.dian {
  height: 1.1rem;
}

.common-btn {
  transition: 0.2s;
}

.common-btn.red-btn:hover {
  opacity: 0.9;
}

.common-btn.red-btn a {
  background-color: #d20001;
  border-color: #d20001;
}

.common-btn a {
  width: max-content;
  height: 0.58rem;
  border-radius: 0.29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.16rem;
  transition: 0.2s;
}

.common-btn a:hover {
  background-color: #d20001;
  border-color: #d20001;
}

.common-btn a img {
  width: 0.24rem;
  margin-left: 0.14rem;
}

.commonnr-btn {
  width: max-content;
  height: 0.58rem;
  border-radius: 0.29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  border: 1px solid #d20001;
  color: #d20001;
  font-size: 0.16rem;
  transition: 0.2s;
}

.commonnr-btn.red-btn {
  background-color: #d20001;
  border-color: #d20001;
}

.commonnr-btn.red-btn:hover {
  opacity: 0.9;
}

.commonnr-btn:hover {
  background-color: #d20001;
  border-color: #d20001;
  color: #fff;
}

.commonnr-btn:hover img {
  filter: brightness(0) invert(1);
}

.commonnr-btn img {
  width: 0.24rem;
  margin-left: 0.14rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  height: 1.1rem;
  transition: 0.3s;
  border-bottom: 1px solid #d8d8d8;
}

header.index {
  background-color: unset;
  height: 1.4rem;
  border: none;
}

header.index .wrap .logo img {
  filter: brightness(0) invert(1);
}

header.index .wrap .right-header .language-btn {
  color: #fff;
}

header.index .wrap .right-header .language-btn img {
  filter: brightness(0) invert(1);
}

header.index .wrap .right-header .search-box button img {
  filter: brightness(0) invert(1);
}

header.index .wrap .right-header .search-box:hover button img {
  filter: none;
}

header.index .wrap .header-navs li>a {
  color: #fff;
}

header .wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

header .wrap .logo img {
  width: 1rem;
}

header .wrap .right-header {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  margin-left: auto;
  height: 100%;
}

header .wrap .right-header .language-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #1a1a1a;
  padding: 0 0.4rem;
  cursor: pointer;
  font-size: 0.18rem;
}

header .wrap .right-header .language-btn:hover .sub {
  display: block;
}

header .wrap .right-header .language-btn img {
  width: 0.24rem;
  display: block;
  margin-right: 0.07rem;
}

header .wrap .right-header .language-btn .sub {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 130%;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

header .wrap .right-header .language-btn .sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem;
  color: #1a1a1a;
}

header .wrap .right-header .language-btn .sub a:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

header .wrap .right-header .language-btn .sub a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ea0000;
}

header .wrap .right-header .search-box {
  position: relative;
}

header .wrap .right-header .search-box:hover input {
  width: 2.5rem;
  opacity: 1;
}

header .wrap .right-header .search-box input {
  width: 2.5rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 0.14rem;
  padding: 0 0.27rem;
  padding-right: 0.5rem;
  border: 1px solid #1a1a1a;
  width: 0.48rem;
  opacity: 0;
  transition: 0.2s;
}

header .wrap .right-header .search-box button {
  position: absolute;
  right: 0rem;
  top: 0;
  width: 0.48rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border: none;
}

header .wrap .right-header .search-box button img {
  width: 0.24rem;
  display: block;
}

header .wrap .right-header .tel-box {
  border-radius: 0.3rem;
  background: #d20001;
  overflow: hidden;
  transition: 0.2s;
}

header .wrap .right-header .tel-box:hover {
  opacity: 0.8;
}


header .wrap .right-header .tel-box .icon-box {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}

header .wrap .right-header .tel-box .icon-box img {
  width: 0.24rem;
}

header .wrap .right-header .tel-box p {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
}

header .wrap .header-navs {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  height: 100%;
}

header .wrap .header-navs li {
  height: 100%;
}

header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.5rem;
}

header .wrap .header-navs li:hover .sub-navs {
  display: block;
}

header .wrap .header-navs li:hover .product-sub-navs {
  display: block;
}

header .wrap .header-navs li>a {
  position: relative;
  font-size: 0.18rem;
  color: #1a1a1a;
  height: 100%;
  display: flex;
  align-items: center;
}

header .wrap .header-navs li>a::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #ea0000;
  opacity: 0;
  transition: 0.3s;
}

header .wrap .header-navs li>a:hover {
  color: #ea0000;
}

header .wrap .header-navs li>a:hover .sub {
  display: block;
}

header .wrap .header-navs li>a:hover::after {
  bottom: 0.3rem;
  opacity: 1;
}

header .wrap .header-navs li>a.active {
  color: #ea0000;
}

header .wrap .header-navs li>a.active::after {
  bottom: 0.3rem;
  opacity: 1;
}

header .wrap .header-navs li .sub-navs {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  left: 0;
  border-top: 1px solid #d8d8d8;
  display: none;
}

header .wrap .header-navs li .sub-navs .sub-wrap {
  width: 17.4rem;
  margin: 0 auto;
  padding-left: 1.5rem;
}

header .wrap .header-navs li .sub-navs .sub-wrap a {
  padding: 0.1rem 0;
  font-size: 0.16rem;
}

header .wrap .header-navs li .sub-navs .sub-wrap a:hover {
  color: #d20001;
}

header .wrap .header-navs li .sub-navs .sub-wrap a:not(:last-child) {
  margin-right: 0.3rem;
}

header .wrap .header-navs li .product-sub-navs {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  left: 0;
  border-top: 1px solid #d8d8d8;
  display: none;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap {
  display: flex;
  width: 17.4rem;
  margin: 0 auto;
  padding-left: 1.5rem;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list {
  position: relative;
  padding-top: 0.3rem;
  min-height: 5.2rem;
  border-right: 1px solid #d8d8d8;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .sub-item:not(:last-child) {
  margin-bottom: 0.1rem;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .sub-item.active>a {
  color: #d20001;
  background: #f6f6f7;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .sub-item.active .third-list {
  display: block;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .sub-item.active .third-list .third-item.active>a {
  color: #d20001;
  background: #f6f6f7;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .sub-item.active .third-list .third-item.active .productimg {
  display: block;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .sub-item>a {
  width: 3.6rem;
  display: flex;
  height: 0.55rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
  font-size: 0.16rem;
  transition: 0.3s;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .sub-item>a img {
  width: 0.16rem;
  display: block;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .third-list {
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 100%;
  padding-left: 1.4rem;
  display: none;
  padding-top: 0.3rem;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .third-list .third-item:not(:last-child) {
  margin-bottom: 0.1rem;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .third-list .third-item>a {
  width: 3.6rem;
  display: flex;
  height: 0.55rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
  font-size: 0.16rem;
  transition: 0.3s;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .third-list .third-item>a:hover {
  color: #d20001;
  background: #f6f6f7;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .third-list .third-item>a img {
  width: 0.16rem;
  display: block;
}

header .wrap .header-navs li .product-sub-navs .sub-wrap .sub-list .third-list .third-item .productimg {
  width: 5.5rem;
  height: 3rem;
  object-fit: contain;
  position: absolute;
  left: calc(100% + 1.5rem);
  top: 0.3rem;
  display: none;
}

.banner {
  position: relative;
  height: 100vh;
  max-height: 9.9rem;
}

.banner .border {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  display: block;
}

.banner .swiper-btns {
  position: absolute;
  right: 0.9rem;
  bottom: 0.72rem;
  display: flex;
  align-items: center;
}

.banner .swiper-btns .swiper-btn {
  position: static;
  margin-top: 0;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px solid #767676;
}

.banner .swiper-btns .swiper-btn:hover {
  border-color: #d20001;
}

.banner .swiper-btns .swiper-btn:hover::after {
  color: #d20001;
}

.banner .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.45rem;
}

.banner .swiper-btns .swiper-btn::after {
  color: #767676;
  font-size: 0.2rem;
  font-weight: bold;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-slide {
  position: relative;
  height: 100%;
}

.banner .swiper .swiper-slide .productbanner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.banner .swiper .swiper-slide .wrap {
  position: relative;
  z-index: 2;
  padding-top: 2.56rem;
}

.banner .swiper .swiper-slide .wrap .text-box {
  color: #fff;
}

.banner .swiper .swiper-slide .wrap .text-box .sml-p {
  font-size: 0.24rem;
  margin-bottom: 0.12rem;
}

.banner .swiper .swiper-slide .wrap .text-box h2 {
  font-size: 0.52rem;
  margin-bottom: 0.46rem;
}

.banner .swiper .swiper-slide .wrap .text-box .infos {
  display: grid;
  grid-template-columns: repeat(2, 3.5rem);
  gap: 0.3rem 0;
  margin-bottom: 0.8rem;
}

.banner .swiper .swiper-slide .wrap .text-box .infos .info {
  display: flex;
  align-items: center;
}

.banner .swiper .swiper-slide .wrap .text-box .infos .info img {
  width: 0.28rem;
  display: block;
  margin-right: 0.1rem;
}

.banner .swiper .swiper-slide .wrap .text-box .infos .info p {
  font-size: 0.16rem;
  color: #fff;
}

.banner .firstP-pagination {
  position: absolute;
  bottom: 0.72rem;
  left: 0.9rem;
  width: auto;
  z-index: 9999;
}

.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: transparent;
}

.loading.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.2);
}

.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center;
}

.loading.swiper-pagination-bullet-active .c-progress {
  background-color: #d20001;
}

.loading .left,
.loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  position: absolute;
  left: -4px;
  top: -4px;
  overflow: hidden;
}

.loading.swiper-pagination-bullet-active .left,
.loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}

.loading .right {
  left: auto;
  right: -4px;
  top: -4px;
}

.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 19px;
  height: 38px;
  border: 4px solid #fff;
  border-radius: 19px 0 0 19px;
  border-right: 0;
  box-sizing: border-box;
}

.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 4px solid #fff;
  border-left: 0;
}

.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}

@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.floor {
  padding-top: 1.3rem;
}

.floor .floor-title.center {
  width: 13rem;
  text-align: center;
  margin: 0 auto;
}

.floor .floor-title h2 {
  font-size: 0.68rem;
  margin-bottom: 0.3rem;
}

.floor .floor-title p {
  font-size: 0.2rem;
}

.about-floor {
  padding-top: 1.56rem;
  padding-bottom: 1.33rem;
  position: relative;
  background-color: #fff;
}

.about-floor .aboutbg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  object-fit: cover;
  display: block;
}

.about-floor .wrap {
  position: relative;
  z-index: 2;
}

.about-floor .about-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.about-floor .about-box .text-box {
  flex: 1;
  margin-right: 2.8rem;
}

.about-floor .about-box .text-box .floor-title {
  margin-bottom: 0.38rem;
}

.about-floor .about-box .text-box h3 {
  font-size: 0.32rem;
  margin-bottom: 0.54rem;
}

.about-floor .about-box .text-box>p {
  font-size: 0.18rem;
  line-height: 1.6em;
  min-height: 1.96rem;
  margin-bottom: 0.65rem;
}

.about-floor .about-box .number-box {
  width: 6.6rem;
}

.about-floor .about-box .number-box .number-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0;
}

.about-floor .about-box .number-box .number-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.02rem;
  background-color: #d20001;
  transition: 0.2s;
}

.about-floor .about-box .number-box .number-item:hover::after {
  width: 100%;
}

.about-floor .about-box .number-box .number-item .number {
  font-size: 0.24rem;
  color: #d20001;
}

.about-floor .about-box .number-box .number-item .number span {
  font-size: 0.8rem;
  font-weight: bold;
}

.about-floor .about-box .number-box .number-item .intro {
  font-size: 0.22rem;
}

.about-floor .video-btn {
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
}

.about-floor .video-btn .videobg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform-origin: center;
  animation-duration: 3.9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: circle;
  display: block;
}

.about-floor .video-btn .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.32rem;
  display: block;
  z-index: 2;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.product-floor {
  position: relative;
}

.product-floor .productbg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.product-floor .wrap {
  position: relative;
  z-index: 2;
}

.product-floor .wrap .floor-title {
  margin-bottom: 1.1rem;
}

.product-floor .wrap .product-swiper {
  margin-bottom: 0.6rem;
}

.product-floor .wrap .product-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.product-floor .wrap .product-swiper .swiper-slide.swiper-slide-active .text-box .sign {
  background: #333333;
}

.product-floor .wrap .product-swiper .swiper-slide.swiper-slide-active .text-box .name {
  color: #232833;
}

.product-floor .wrap .product-swiper .swiper-slide.swiper-slide-active .text-box .common-btn.red-btn a {
  background: #d20001;
  border-color: #d20001;
}

.product-floor .wrap .product-swiper .swiper-slide .text-box {
  width: 5.5rem;
  margin-right: 1.5rem;
}

.product-floor .wrap .product-swiper .swiper-slide .text-box .sign {
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 0.32rem;
  border-radius: 0.16rem;
  background: #767676;
  font-size: 0.14rem;
  margin-bottom: 0.32rem;
  width: max-content;
}

.product-floor .wrap .product-swiper .swiper-slide .text-box .name {
  font-size: 0.32rem;
  color: #767676;
  margin-bottom: 0.9rem;
  word-break: break-all;
}

.product-floor .wrap .product-swiper .swiper-slide .text-box .common-btn.red-btn a {
  background: #767676;
  border-color: #767676;
}

.product-floor .wrap .product-swiper .swiper-slide .img-box {
  width: 5.3rem;
  height: 5.3rem;
}

.product-floor .wrap .product-swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-floor .wrap .product-swiper .swiper-btn {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px solid #d20001;
}

.product-floor .wrap .product-swiper .swiper-btn.swiper-button-prev {
  left: 28%;
}

.product-floor .wrap .product-swiper .swiper-btn.swiper-button-next {
  right: 28%;
}

.product-floor .wrap .product-swiper .swiper-btn::after {
  color: #d20001;
  font-size: 0.2rem;
  font-weight: bold;
}

.product-floor .wrap .more-btn {
  display: flex;
  justify-content: center;
}

.choose-floor {
  padding-top: 1.1rem;
  padding-bottom: 1.37rem;
}

.choose-floor .wrap .floor-title {
  margin-bottom: 1rem;
}

.choose-floor .wrap .reason-box {
  display: flex;
  gap: 0.3rem;
}

.choose-floor .wrap .reason-box .img-box {
  flex: 1;
}

.choose-floor .wrap .reason-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-floor .wrap .reason-box .reason-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.choose-floor .wrap .reason-box .reason-list .reason-item {
  border-radius: 0.06rem;
  background: #f6faff;
  padding: 0.2rem 0.4rem;
  padding-bottom: 0.3rem;
}

.choose-floor .wrap .reason-box .reason-list .reason-item:not(:last-child) {
  margin-bottom: 0.3rem;
}

.choose-floor .wrap .reason-box .reason-list .reason-item .reason-title {
  display: flex;
  align-items: center;
}

.choose-floor .wrap .reason-box .reason-list .reason-item .reason-title img {
  width: 0.44rem;
  margin-right: 0.18rem;
}

.choose-floor .wrap .reason-box .reason-list .reason-item .reason-title h3 {
  font-size: 0.24rem;
}

.choose-floor .wrap .reason-box .reason-list .reason-item p {
  font-size: 0.16rem;
  color: #767676;
  padding-left: 0.62rem;
  line-height: 1.8em;
  min-height: 0.87rem;
}

.control-floor {
  padding-top: 1.05rem;
  padding-bottom: 0.38rem;
  background: #fcfcfc;
}

.control-floor .wrap .floor-title {
  margin-bottom: 0.58rem;
}

.control-floor .wrap .control-list {
  background-color: #fff;
  height: 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.2rem;
  margin: 0 auto;
  margin-bottom: 0.6rem;
  width: 16.5rem;
}

.control-floor .wrap .control-list .control-item {
  width: 3rem;
  height: 1.4rem;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}

.control-floor .wrap .control-list .control-item:hover {
  background-color: #d20001;
}

.control-floor .wrap .control-list .control-item:hover .img-box {
  border-color: #fff;
}

.control-floor .wrap .control-list .control-item:hover .img-box img {
  filter: brightness(0) invert(1);
}

.control-floor .wrap .control-list .control-item:hover .p {
  color: #fff;
}

.control-floor .wrap .control-list .control-item.active {
  background-color: #d20001;
}

.control-floor .wrap .control-list .control-item.active .img-box {
  border-color: #fff;
}

.control-floor .wrap .control-list .control-item.active .img-box img {
  filter: brightness(0) invert(1);
}

.control-floor .wrap .control-list .control-item.active .p {
  color: #fff;
}

.control-floor .wrap .control-list .control-item .img-box {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #d20001;
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-floor .wrap .control-list .control-item .img-box img {
  width: 0.32rem;
}

.control-floor .wrap .control-list .control-item .p {
  font-size: 0.18rem;
}

.control-floor .wrap .control-swiper {
  position: relative;
}

.control-floor .wrap .control-swiper .conbgimg {
  position: absolute;
  top: 0;
  left: -1.2rem;
  width: 3.6rem;
}

.control-floor .wrap .control-swiper .nav-pagi {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0.6rem;
  left: 0.7rem;
  z-index: 2;
}

.control-floor .wrap .control-swiper .nav-pagi .pagination {
  position: relative;
  width: 5rem;
  height: 0.01rem;
  margin: 0 0.22rem;
}

.control-floor .wrap .control-swiper .nav-pagi .pagination .swiper-pagination-progressbar-fill {
  height: 0.04rem;
  top: -0.015rem;
  background-color: #d20001;
}

.control-floor .wrap .control-swiper .nav-pagi .swiper-btn {
  position: static;
  margin-top: 0;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px solid #767676;
}

.control-floor .wrap .control-swiper .nav-pagi .swiper-btn::after {
  color: #767676;
  font-size: 0.2rem;
  font-weight: bold;
}

.control-floor .wrap .control-swiper .nav-pagi .swiper-btn:hover {
  border-color: #d20001;
}

.control-floor .wrap .control-swiper .nav-pagi .swiper-btn:hover::after {
  color: #d20001;
}

.control-floor .wrap .control-swiper .swiper-slide {
  display: flex;
  justify-content: flex-end;
}

.control-floor .wrap .control-swiper .swiper-slide .img-box {
  width: 10.1rem;
  height: 6rem;
  border-radius: 0.06rem;
  overflow: hidden;
}

.control-floor .wrap .control-swiper .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.control-floor .wrap .control-swiper .swiper-slide .text-box {
  position: absolute;
  left: 0.6rem;
  top: 0.7rem;
  background-color: #fff;
  border-radius: 0.06rem;
  width: 7.6rem;
  height: 3.4rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.control-floor .wrap .control-swiper .swiper-slide .text-box h3 {
  font-size: 0.36rem;
  margin-bottom: 0.25rem;
}

.control-floor .wrap .control-swiper .swiper-slide .text-box .line {
  width: 0.4rem;
  height: 0.04rem;
  background: #d20001;
  margin-bottom: 0.6rem;
}

.control-floor .wrap .control-swiper .swiper-slide .text-box p {
  font-size: 0.2rem;
  color: #1a1a1a;
  line-height: 1.6em;
}

.zs-floor {
  padding: 0.7rem 0;
}

.zs-floor .wrap .zs-box {
  display: flex;
  align-items: center;
}

.zs-floor .wrap .zs-box .img-box {
  width: 8.1rem;
  margin-left: 1.45rem;
}

.zs-floor .wrap .zs-box .img-box img {
  width: 100%;
}

.zs-floor .wrap .zs-box .text-box {
  flex: 1;
}

.zs-floor .wrap .zs-box .text-box .floor-title {
  margin-bottom: 0.6rem;
}

.zs-floor .wrap .zs-box .text-box h3 {
  font-size: 0.32rem;
  margin-bottom: 0.44rem;
}

.zs-floor .wrap .zs-box .text-box .mark-item {
  display: flex;
}

.zs-floor .wrap .zs-box .text-box .mark-item:not(:last-child) {
  margin-bottom: 0.18rem;
}

.zs-floor .wrap .zs-box .text-box .mark-item img {
  width: 0.28rem;
  height: max-content;
  margin-right: 0.2rem;
}

.zs-floor .wrap .zs-box .text-box .mark-item p {
  font-size: 0.18rem;
  color: #1a1a1a;
}

.zs-floor .wrap .zs-box .text-box .notice {
  font-size: 0.22rem;
  font-weight: bold;
  color: #d20001;
  margin-top: 0.7rem;
}

.vision-floor {
  position: relative;
  padding-bottom: 0.85rem;
}

.vision-floor .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d20001;
  top: 0;
  left: 0;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
}

.vision-floor .wrap {
  position: relative;
  z-index: 2;
}

.vision-floor .wrap .floor-title {
  color: #fff;
}

.system-floor {
  position: relative;
  padding-bottom: 0.85rem;
  background: url(../img/systembg.webp) center no-repeat;
  background-size: cover;
}

.system-floor .wrap {
  position: relative;
  z-index: 2;
}

.system-floor .wrap .floor-title {
  margin-bottom: 1rem;
}

.system-floor .wrap .system-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.system-floor .wrap .system-list .system-item {
  border-radius: 0.06rem;
  background-color: #fff;
  padding: 0.75rem 0.7rem;
}

.system-floor .wrap .system-list .system-item h3 {
  font-size: 0.24rem;
  color: #d20001;
  margin-bottom: 0.2rem;
}

.system-floor .wrap .system-list .system-item p {
  font-size: 0.16rem;
  color: #1a1a1a;
  line-height: 1.6em;
}

.contact-floor {
  position: relative;
  padding: 2.5rem 0;
}

.contact-floor .contactbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}

.contact-floor .wrap {
  position: relative;
  z-index: 2;
  padding: 0 1.4rem;
  padding-right: 0;
  display: flex;
  align-items: center;
}

.contact-floor .wrap .form-box {
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.4rem 0.5rem;
  width: 6.7rem;
  margin-right: 1.6rem;
}

.contact-floor .wrap .form-box .form-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.contact-floor .wrap .form-box p {
  font-size: 0.16rem;
  margin-bottom: 0.25rem;
}

.contact-floor .wrap .form-box .form-item {
  margin-bottom: 0.15rem;
}

.contact-floor .wrap .form-box .form-item input {
  height: 0.5rem;
  width: 100%;
  border-radius: 0.06rem;
  background: #eeeeee;
  padding: 0 0.15rem;
  font-size: 0.15rem;
  border: none;
}

.contact-floor .wrap .form-box .form-item textarea {
  width: 100%;
  border: none;
  outline: none;
  background: #eeeeee;
  border-radius: 0.06rem;
  height: 0.9rem;
  resize: none;
  padding: 0.1rem 0.15rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.15rem;
}

.contact-floor .wrap .form-box .submit-btn {
  width: 2.2rem;
  height: 0.5rem;
  border-radius: 0.06rem;
  background: #d20001;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}

.contact-floor .wrap .form-box .submit-btn:hover {
  opacity: 0.8;
}

.contact-floor .wrap .text-box {
  flex: 1;
}

.contact-floor .wrap .text-box h2 {
  font-size: 0.68rem;
  font-weight: bold;
  color: #d20001;
  margin-bottom: 0.2rem;
}

.contact-floor .wrap .text-box .line {
  width: 0.4rem;
  height: 0.04rem;
  background-color: #d20001;
  margin-bottom: 0.48rem;
}

.contact-floor .wrap .text-box .msg {
  color: #fff;
  font-size: 0.22rem;
  margin-bottom: 0.8rem;
}

.contact-floor .wrap .text-box .p-list .p-item {
  display: flex;
  align-items: center;
}

.contact-floor .wrap .text-box .p-list .p-item img {
  width: 0.32rem;
  margin-right: 0.2rem;
  height: max-content;
}

.contact-floor .wrap .text-box .p-list .p-item p {
  font-size: 0.16rem;
  color: #fff;
}

.contact-floor .wrap .text-box .p-list .p-item:not(:last-child) {
  margin-bottom: 0.3rem;
}

footer {
  background: #232833;
}

footer .footer-top {
  padding: 0.8rem 0;
}

footer .footer-top .wrap {
  display: flex;
}

footer .footer-top .wrap .site-msg {
  margin-right: 1.15rem;
}

footer .footer-top .wrap .site-msg .logo {
  width: 0.9rem;
  margin-bottom: 1.1rem;
}

footer .footer-top .wrap .site-msg .logo img {
  width: 100%;
}

footer .footer-top .wrap .site-msg .tel a {
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}

footer .footer-top .wrap .site-msg .tel a img {
  width: 0.32rem;
  margin-right: 0.1rem;
}

footer .footer-top .wrap .site-navs {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

footer .footer-top .wrap .site-navs .nav-item a {
  display: block;
  font-size: 0.14rem;
  color: #8c95a1;
}

footer .footer-top .wrap .site-navs .nav-item a.firstNav {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

footer .footer-top .wrap .site-navs .nav-item a:not(:last-child) {
  margin-bottom: 0.14rem;
}

footer .support {
  padding: 0.2rem 0;
  border-top: 1px solid rgba(238, 238, 238, 0.3);
  color: #767676;
  font-size: 0.12rem;
  text-align: center;
}

footer .support a {
  color: #767676;
}

.mengceng {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  display: none;
}

.mengceng .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.mengceng .video-box video {
  width: 100%;
  object-fit: contain;
}

.mengceng .video-box .bigimg {
  width: 12.8rem;
}

.mengceng .video-box .bfclose {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.25rem;
  right: 0;
  background-color: #aaaaaa;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mengceng .video-box .bfclose:hover img {
  transform: rotate(180deg);
}

.mengceng .video-box .bfclose img {
  width: 0.3rem;
  display: block;
  transition: 0.3s;
}

.mengceng .product-dialog {
  width: 10rem;
  padding: 1rem;
  padding-bottom: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.25rem;
}

.mengceng .product-dialog .productClose {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.3rem;
  cursor: pointer;
}

.mengceng .product-dialog .bigSwiper {
  position: relative;
  width: 6rem;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
}

.mengceng .product-dialog .bigSwiper .swiper-btn {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px solid #767676;
}

.mengceng .product-dialog .bigSwiper .swiper-btn.swiper-button-prev {
  left: -0.8rem;
}

.mengceng .product-dialog .bigSwiper .swiper-btn.swiper-button-next {
  right: -0.8rem;
}

.mengceng .product-dialog .bigSwiper .swiper-btn:hover {
  border-color: #d20001;
}

.mengceng .product-dialog .bigSwiper .swiper-btn:hover::after {
  color: #d20001;
}

.mengceng .product-dialog .bigSwiper .swiper-btn::after {
  color: #767676;
  font-size: 0.2rem;
  font-weight: bold;
}

.mengceng .product-dialog .bigSwiper .swiper {
  width: 100%;
}

.mengceng .product-dialog .bigSwiper .swiper .swiper-slide {
  height: 4rem;
}

.mengceng .product-dialog .bigSwiper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mengceng .product-dialog .smlSwiper {
  width: 5.75rem;
  margin: 0 auto;
  margin-top: 0.7rem;
}

.mengceng .product-dialog .smlSwiper .swiper {
  width: 100%;
}

.mengceng .product-dialog .smlSwiper .swiper .swiper-slide {
  height: 0.75rem;
  border: 1px solid #d8d8d8;
}

.mengceng .product-dialog .smlSwiper .swiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #003f98;
}

.mengceng .product-dialog .smlSwiper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nr-banner {
  height: 5.85rem;
  position: relative;
}

.nr-banner .bannerbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}

.nr-banner .wrap2 {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 0.6rem;
}

.nr-banner .wrap2 .line {
  width: 0.32rem;
  height: 0.06rem;
  background-color: #fff;
}

.nr-banner .wrap2 h2 {
  font-size: 0.64rem;
  font-style: italic;
}

.nav-floor {
  border-bottom: 1px solid #eeeeee;
}

.nav-floor .wrap2 .nav-list {
  width: 100%;
  overflow-x: auto;
}

.nav-floor .wrap2 .nav-list::-webkit-scrollbar {
  height: 6px;
}

.nav-floor .wrap2 .nav-list::-webkit-scrollbar-track {
  background: none;
  border-radius: 3px;
}

.nav-floor .wrap2 .nav-list::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100, 0.8);
  border-radius: 3px;
}

.nav-floor .wrap2 .nav-list .scroll-box {
  display: flex;
  width: max-content;
}

.nav-floor .wrap2 .nav-list .nav-item {
  position: relative;
}

.nav-floor .wrap2 .nav-list .nav-item a {
  display: block;
  padding: 0.2rem 0;
  font-size: 0.14rem;
  color: #1a1a1a;
}

.nav-floor .wrap2 .nav-list .nav-item:hover::after {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.12rem;
  background: #d20001;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav-floor .wrap2 .nav-list .nav-item:hover a {
  color: #d20001;
}

.nav-floor .wrap2 .nav-list .nav-item.active::after {
  content: "";
  position: absolute;
  width: 0.04rem;
  height: 0.12rem;
  background: #d20001;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.nav-floor .wrap2 .nav-list .nav-item.active a {
  font-weight: bold;
  color: #d20001;
}

.nav-floor .wrap2 .nav-list .nav-item:not(:last-child) {
  margin-right: 0.4rem;
}

.about-floor1 {
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 1.7rem;
}

.about-floor1 .bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.about-floor1 .wrap2 {
  position: relative;
  z-index: 2;
  display: flex;
}

.about-floor1 .wrap2 .sign {
  font-size: 0.34rem;
  width: 4.86rem;
  margin-right: 0.9rem;
}

.about-floor1 .wrap2 .info-box {
  flex: 1;
}

.about-floor1 .wrap2 .info-box .name {
  font-size: 0.28rem;
  margin-bottom: 0.34rem;
}

.about-floor1 .wrap2 .info-box p {
  font-size: 0.18rem;
  line-height: 1.6em;
}

.about-floor1 .wrap2 .info-box .num-list {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0;
}

.about-floor1 .wrap2 .info-box .num-list .num-item .label {
  font-size: 0.16rem;
  margin-bottom: 0.25rem;
}

.about-floor1 .wrap2 .info-box .num-list .num-item .number {
  color: #d20001;
  font-size: 0.24rem;
}

.about-floor1 .wrap2 .info-box .num-list .num-item .number span {
  font-size: 0.6rem;
  font-weight: bold;
}

.nr-floor {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

.nr-floor .floor-title {
  text-align: center;
}

.nr-floor .floor-title h2 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.nr-floor .floor-title p {
  font-size: 0.16rem;
  line-height: 1.6em;
}

.about-floor2 {
  position: relative;
}

.about-floor2 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.about-floor2 .wrap2 {
  position: relative;
  z-index: 2;
}

.about-floor2 .wrap2 .floor-title {
  margin-bottom: 0.5rem;
}

.about-floor2 .wrap2 .zs-nums {
  display: flex;
  justify-content: center;
}

.about-floor2 .wrap2 .zs-nums .num-item {
  text-align: center;
}

.about-floor2 .wrap2 .zs-nums .num-item:not(:last-child) {
  margin-right: 2rem;
}

.about-floor2 .wrap2 .zs-nums .num-item .number {
  font-size: 0.48rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #ea0000;
}

.about-floor2 .wrap2 .zs-nums .num-item p {
  font-size: 0.16rem;
}

.about-floor2 .wrap2 .zs-swiper {
  position: relative;
}

.about-floor2 .wrap2 .zs-swiper .swiper-btn {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 2px solid #767676;
}

.about-floor2 .wrap2 .zs-swiper .swiper-btn.swiper-button-prev {
  left: -0.8rem;
}

.about-floor2 .wrap2 .zs-swiper .swiper-btn.swiper-button-next {
  right: -0.8rem;
}

.about-floor2 .wrap2 .zs-swiper .swiper-btn:hover {
  border-color: #d20001;
}

.about-floor2 .wrap2 .zs-swiper .swiper-btn:hover::after {
  color: #d20001;
}

.about-floor2 .wrap2 .zs-swiper .swiper-btn::after {
  color: #767676;
  font-size: 0.2rem;
  font-weight: bold;
}

.about-floor2 .wrap2 .zs-swiper .swiper {
  padding: 0.5rem 0;
}

.about-floor2 .wrap2 .zs-swiper .swiper-slide .zsshow-box {
  background-color: #fff;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
  padding: 0.15rem;
  padding-bottom: 0;
}

.about-floor2 .wrap2 .zs-swiper .swiper-slide .zsshow-box .img-box {
  width: 100%;
  height: 2.8rem;
  background: #fafafc;
  padding: 0.2rem;
}

.about-floor2 .wrap2 .zs-swiper .swiper-slide .zsshow-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-floor2 .wrap2 .zs-swiper .swiper-slide .zsshow-box .text-box {
  padding: 0.4rem 0;
  font-size: 0.16rem;
  text-align: center;
  line-height: 1.6em;
}

.about-floor3 {
  padding: 0.8rem 0;
  position: relative;
  overflow: hidden;
}

.about-floor3 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.about-floor3 .wrap2 {
  position: relative;
  z-index: 2;
}

.about-floor3 .wrap2 .floor-title {
  margin-bottom: 0.5rem;
}

.about-floor3 .wrap2 .zzimg {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.about-floor4 {
  padding: 0.8rem 0;
  position: relative;
  overflow: hidden;
}

.about-floor4 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.about-floor4 .wrap2 .floor-title {
  margin-bottom: 0.8rem;
}

.about-floor4 .wrap2 .history-swiper {
  position: relative;
  padding-bottom: 1rem;
}

.about-floor4 .wrap2 .history-swiper .swiper-btns {
  position: absolute;
  left: 1rem;
  bottom: 0;
  display: flex;
  align-items: center;
}

.about-floor4 .wrap2 .history-swiper .swiper-btns .swiper-btn {
  position: static;
  margin-top: 0;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background-color: #fff;
}

.about-floor4 .wrap2 .history-swiper .swiper-btns .swiper-btn:hover {
  background-color: #d20001;
}

.about-floor4 .wrap2 .history-swiper .swiper-btns .swiper-btn:hover::after {
  color: #fff;
}

.about-floor4 .wrap2 .history-swiper .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.45rem;
}

.about-floor4 .wrap2 .history-swiper .swiper-btns .swiper-btn::after {
  color: #d20001;
  font-size: 0.2rem;
  font-weight: bold;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide {
  display: flex;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .text-box {
  display: flex;
  align-items: center;
  height: max-content;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .text-box .year {
  font-size: 1.5rem;
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
  color: #d20001;
  font-weight: bold;
  margin-right: 0.5rem;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .text-box .year-events {
  flex: 1;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .text-box .year-events .smlyear {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #d20001;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .text-box .year-events ul li {
  font-size: 0.18rem;
  list-style: disc;
  list-style-position: inside;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .text-box .year-events ul li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .img-box {
  width: 6.36rem;
  margin-left: 0.48rem;
}

.about-floor4 .wrap2 .history-swiper .swiper-slide .img-box img {
  width: 100%;
}

.about-floor5 {
  padding: 1.24rem 0;
}

.about-floor5 .wrap2 .floor-title {
  margin-bottom: 0.76rem;
}

.about-floor5 .source-item:nth-child(odd) .scroll-box {
  animation: scroll-left 20s linear infinite;
}

.about-floor5 .source-item:nth-child(even) .scroll-box {
  animation: scroll-right 20s linear infinite;
}

.about-floor5 .source-item:not(:last-child) {
  margin-bottom: 0.3rem;
}

.about-floor5 .source-item .scrolls {
  width: 100%;
  overflow: hidden;
}

.about-floor5 .source-item .scrolls .scroll-box {
  display: flex;
  width: max-content;
}

.about-floor5 .source-item .scrolls .scroll-box .lunbo-item {
  width: 5.6rem;
  height: 3.4rem;
}

.about-floor5 .source-item .scrolls .scroll-box .lunbo-item:not(:last-child) {
  margin-right: 0.3rem;
}

.about-floor5 .source-item .scrolls .scroll-box .lunbo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-23.6rem);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-23.6rem);
  }

  100% {
    transform: translateX(0);
  }
}

.about-floor6 .wrap2 .floor-title {
  margin-bottom: 0.5rem;
}

.about-floor6 .wrap2 p {
  text-align: center;
}

.about-floor6 .wrap2 .marketimg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}

.about-floor7 {
  position: relative;
  background: #fafafa;
  padding-top: 1rem;
}

.about-floor7 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}

.about-floor7 .wrap2 {
  position: relative;
  z-index: 2;
  display: flex;
}

.about-floor7 .wrap2 .text-box {
  flex: 1;
}

.about-floor7 .wrap2 .text-box .name {
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.about-floor7 .wrap2 .text-box .sign {
  font-size: 0.18rem;
  color: #767676;
  margin-bottom: 0.35rem;
}

.about-floor7 .wrap2 .text-box .flat {
  font-size: 0.16rem;
  font-weight: bold;
  color: #d20001;
  margin-bottom: 0.6rem;
}

.about-floor7 .wrap2 .text-box .intro {
  font-size: 0.16rem;
  color: #1a1a1a;
  line-height: 1.6em;
}

.about-floor7 .wrap2 .img-box {
  width: 5.6rem;
  margin-left: 0.2rem;
}

.about-floor7 .wrap2 .img-box img {
  width: 100%;
  display: block;
}

.about-floor8 {
  padding-bottom: 1.74rem;
  position: relative;
}

.about-floor8 .bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.about-floor8 .wrap2 {
  position: relative;
  z-index: 2;
}

.about-floor8 .wrap2 .floor-title {
  margin-bottom: 0.78rem;
}

.about-floor8 .culture-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.about-floor8 .culture-box .img-box {
  flex: 1;
  height: 8rem;
  margin-right: 0.7rem;
}

.about-floor8 .culture-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-floor8 .culture-box .text-box {
  width: 10.8rem;
  padding-right: 1rem;
}

.about-floor8 .culture-box .text-box .cha-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
  margin-bottom: 1.3rem;
}

.about-floor8 .culture-box .text-box .cha-list .cha-item {
  font-size: 0.42rem;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
}

.about-floor8 .culture-box .text-box .cha-list .cha-item.active {
  color: #d20001;
}

.about-floor8 .culture-box .text-box .culture-swiper {
  width: 100%;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper {
  width: 100%;
  margin-bottom: 0.9rem;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-btns {
  position: static;
  display: flex;
  align-items: center;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-btns .swiper-btn {
  position: static;
  margin-top: 0;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #fff;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-btns .swiper-btn:hover {
  background: #d20001;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-btns .swiper-btn:hover::after {
  color: #fff;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.45rem;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-btns .swiper-btn::after {
  color: #000;
  font-size: 0.2rem;
  font-weight: bold;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-slide h3 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.about-floor8 .culture-box .text-box .culture-swiper .swiper-slide p {
  font-size: 0.18rem;
  line-height: 1.6em;
  color: #1a1a1a;
}

.sidebar {
  position: fixed;
  right: 0.5rem;
  bottom: 2rem;
  z-index: 999;
}

.sidebar .whatsapp {
  position: relative;
  margin-bottom: 0.4rem;
}

.sidebar .whatsapp:after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(61, 186, 48, 0.1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sidebar .whatsapp:before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(61, 186, 48, 0.1);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sidebar .whatsapp a {
  position: relative;
  z-index: 2;
}

.sidebar .whatsapp a .icon {
  width: 0.6rem;
  display: block;
}

.sidebar .totop .icon {
  width: 0.6rem;
  display: block;
}

.product-floor {
  background: #f8f8fb;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}

.product-floor .wrap2 .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem 0.15rem;
}

.product-floor .wrap2 .product-list .product-item {
  background-color: #fff;
  border-radius: 0.06rem;
  overflow: hidden;
}

.product-floor .wrap2 .product-list .product-item:hover .img-box .psign {
  opacity: 1;
}

.product-floor .wrap2 .product-list .product-item:hover .text-box .p {
  color: #d20001;
}

.product-floor .wrap2 .product-list .product-item:hover .text-box .commonnr-btn {
  background-color: #d20001;
  color: #fff;
}

.product-floor .wrap2 .product-list .product-item:hover .text-box .commonnr-btn img {
  filter: brightness(0) invert(1);
}

.product-floor .wrap2 .product-list .product-item .img-box {
  position: relative;
  height: 3rem;
  padding: 0.5rem;
}

.product-floor .wrap2 .product-list .product-item .img-box .productimg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}

.product-floor .wrap2 .product-list .product-item .img-box .psign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  opacity: 0;
  transition: 0.2s;
}

.product-floor .wrap2 .product-list .product-item .text-box {
  padding: 0.2rem 0.4rem;
  padding-bottom: 0.5rem;
}

.product-floor .wrap2 .product-list .product-item .text-box .p {
  text-align: center;
  font-size: 0.15rem;
  line-height: 1.6em;
  margin-bottom: 0.2rem;
}

.product-floor .wrap2 .product-list .product-item .text-box .commonnr-btn {
  margin: 0 auto;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.paging a {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
}

.paging a.active,
.paging a:hover {
  color: #fff;
  background-color: #d20001;
  border-color: #d20001;
}

.paging a:not(:last-child) {
  margin-right: 0.1rem;
}

.product-imgbox {
  height: 7.9rem;
  position: relative;
}

.product-imgbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-imgbox .wrap2 {
  position: relative;
  z-index: 2;
  padding: 0.2rem 0;
}

.product-imgbox .wrap2 .breadnavs {
  font-size: 0.15rem;
  color: #999999;
  margin-bottom: 1.1rem;
}

.product-imgbox .wrap2 .breadnavs a {
  color: #999999;
}

.product-imgbox .wrap2 .intro-imgs {
  display: flex;
  align-items: center;
}

.product-imgbox .wrap2 .intro-imgs .intro {
  flex: 1;
}

.product-imgbox .wrap2 .intro-imgs .intro h2 {
  font-size: 0.36rem;
  margin-bottom: 0.68rem;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs {
  width: 7rem;
  margin-left: 0.56rem;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.16rem;
  color: #d20001;
  margin-bottom: 0.3rem;
  cursor: pointer;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .view img {
  width: 0.32rem;
  margin-right: 0.15rem;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper {
  width: 100%;
  margin-bottom: 0.5rem;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper .swiper-slide {
  width: 100%;
  height: 3.65rem;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper-btns {
  display: flex;
  align-items: center;
  padding-left: 1.2rem;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper-btns .swiper-btn {
  position: static;
  margin-top: 0;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background-color: #fff;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper-btns .swiper-btn:hover {
  background-color: #d20001;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper-btns .swiper-btn:hover::after {
  color: #fff;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper-btns .swiper-btn:not(:last-child) {
  margin-right: 0.45rem;
}

.product-imgbox .wrap2 .intro-imgs .product-imgs .swiper-btns .swiper-btn::after {
  color: #d20001;
  font-size: 0.2rem;
  font-weight: bold;
}

.product-xqbox {
  padding: 0.6rem 0;
}

.product-xqbox .wrap2 {
  display: flex;
}

.product-xqbox .wrap2 .left-navs {
  flex: 1;
}

.product-xqbox .wrap2 .left-navs .nav-item a {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #767676;
  cursor: pointer;
}

.product-xqbox .wrap2 .left-navs .nav-item.active a {
  font-weight: bold;
  color: #d20001;
}

.product-xqbox .wrap2 .left-navs .nav-item.active .line {
  opacity: 1;
}

.product-xqbox .wrap2 .left-navs .nav-item:not(:last-child) {
  margin-bottom: 0.55rem;
}

.product-xqbox .wrap2 .left-navs .nav-item .line {
  width: 0.04rem;
  height: 0.22rem;
  background: #d20001;
  margin-right: 0.1rem;
  opacity: 0;
}

.product-xqbox .wrap2 .xq-texts {
  width: 10rem;
}

.product-xqbox .wrap2 .xq-texts .xq-item img {
  width: 100%;
}

.product-xqbox .wrap2 .xq-texts .xq-item:not(:first-child) {
  padding-top: 1.1rem;
}

.product-xqbox .wrap2 .xq-texts .xq-item .xq-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.product-xqbox .wrap2 .xq-texts .xq-item p {
  font-size: 0.18rem;
  line-height: 1.8em;
}

.product-xqbox .wrap2 .xq-texts .xq-item video {
  width: 100%;
  display: block;
}

.product-xqbox .wrap2 .xq-texts .xq-item .attribute-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.product-xqbox .wrap2 .xq-texts .xq-item .attribute-list .attribute-item {
  display: flex;
  font-size: 0.14rem;
  color: #333;
}

.product-xqbox .wrap2 .xq-texts .xq-item .attribute-list .attribute-item .label {
  width: 2rem;
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  padding: 0.1rem 0.18rem;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
}

.product-xqbox .wrap2 .xq-texts .xq-item .attribute-list .attribute-item .p {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 0.6rem;
  padding: 0.1rem 0.18rem;
  border: 1px solid #eeeeee;
}

.quality-floor1 {
  position: relative;
  padding-top: 1.2rem;
  background: #f8f8fb;
  padding-bottom: 0.9rem;
  overflow: hidden;
}

.quality-floor1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.quality-floor1 .wrap2 {
  position: relative;
  z-index: 2;
}

.quality-floor1 .wrap2 .floor-title {
  margin-bottom: 1.2rem;
}

.quality-floor1 .wrap2 .sml-title {
  font-size: 0.28rem;
  margin-bottom: 0.65rem;
  text-align: center;
}

.quality-floor1 .wrap2 .sysimg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.quality-floor2 {
  position: relative;
  padding-top: 1.1rem;
  background: #f8f8fb;
}

.quality-floor2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.quality-floor2 .wrap2 .sml-title {
  font-size: 0.28rem;
  margin-bottom: 0.65rem;
  text-align: center;
}

.quality-floor2 .wrap2 .processimg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.news-floor {
  padding: 0.2rem;
  background: #f8f8fb;
}

.news-floor .wrap2 .news-list {
  padding: 0.3rem 0;
}

.news-floor .wrap2 .news-list .news-item:not(:last-child) {
  margin-bottom: 0.3rem;
}

.news-floor .wrap2 .news-list .news-item:hover a {
  background: #fff;
  border-color: #fff;
}

.news-floor .wrap2 .news-list .news-item:hover a .date-box {
  background: #ea0000;
  color: #fff;
}

.news-floor .wrap2 .news-list .news-item:hover a .date-box::before {
  opacity: 1;
}

.news-floor .wrap2 .news-list .news-item:hover a .right-box .text-box .news-title {
  color: #ea0000;
}

.news-floor .wrap2 .news-list .news-item:hover a .right-box .img-box img {
  transform: scale(1.1);
}

.news-floor .wrap2 .news-list .news-item a {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}

.news-floor .wrap2 .news-list .news-item a .date-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.7rem;
  width: 1.36rem;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.news-floor .wrap2 .news-list .news-item a .date-box::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 1px;
  background: #767676;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

.news-floor .wrap2 .news-list .news-item a .date-box::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border: 0.2rem solid transparent;
  border-left-color: #ea0000;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}

.news-floor .wrap2 .news-list .news-item a .date-box .day {
  font-size: 0.52rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}

.news-floor .wrap2 .news-list .news-item a .date-box .date {
  font-size: 0.16rem;
}

.news-floor .wrap2 .news-list .news-item a .right-box {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.35rem;
}

.news-floor .wrap2 .news-list .news-item a .right-box .img-box {
  width: 3.8rem;
  height: 100%;
  overflow: hidden;
}

.news-floor .wrap2 .news-list .news-item a .right-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

.news-floor .wrap2 .news-list .news-item a .right-box .text-box {
  flex: 1;
  padding-right: 0.8rem;
}

.news-floor .wrap2 .news-list .news-item a .right-box .text-box .news-title {
  font-size: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.24rem;
  font-weight: bold;
}

.news-floor .wrap2 .news-list .news-item a .right-box .text-box .news-dianji {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #767676;
  margin-bottom: 0.24rem;
}

.news-floor .wrap2 .news-list .news-item a .right-box .text-box p {
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-floor .wrap2 .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.news-floor .wrap2 .case-list .case-item {
  background-color: #fff;
  transition: 0.2s;
}

.news-floor .wrap2 .case-list .case-item:hover {
  transform: translateY(-0.05rem);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.news-floor .wrap2 .case-list .case-item:first-child {
  grid-column: span 2;
}

.news-floor .wrap2 .case-list .case-item:first-child .img-box {
  height: 3.4rem;
}

.news-floor .wrap2 .case-list .case-item .img-box {
  height: 2.8rem;
}

.news-floor .wrap2 .case-list .case-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-floor .wrap2 .case-list .case-item .text-box {
  padding: 0.24rem 0.2rem;
}

.news-floor .wrap2 .case-list .case-item .text-box .date {
  font-size: 0.15rem;
  color: #1a1a1a;
  margin-bottom: 0.14rem;
}

.news-floor .wrap2 .case-list .case-item .text-box p {
  font-size: 0.2rem;
  line-height: 1.6em;
}

.survice-floor {
  background: #f8f8fb;
  padding: 0.2rem;
}

.survice-floor .wrap2 .survice-list .survice-item {
  transition: 0.3s;
}

.survice-floor .wrap2 .survice-list .survice-item:not(:last-child) {
  margin-bottom: 0.3rem;
}

.survice-floor .wrap2 .survice-list .survice-item:hover {
  transform: translateY(-0.05rem);
}

.survice-floor .wrap2 .survice-list .survice-item:hover a .text-box .survice-name {
  color: #d20001;
}

.survice-floor .wrap2 .survice-list .survice-item a {
  background-color: #fff;
  padding: 0.3rem;
  display: flex;
  align-items: center;
}

.survice-floor .wrap2 .survice-list .survice-item a .img-box {
  width: 3.8rem;
  height: 2.2rem;
  margin-right: 0.28rem;
}

.survice-floor .wrap2 .survice-list .survice-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.survice-floor .wrap2 .survice-list .survice-item a .text-box {
  flex: 1;
}

.survice-floor .wrap2 .survice-list .survice-item a .text-box .survice-name {
  font-size: 0.24rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.2rem;
}

.survice-floor .wrap2 .survice-list .survice-item a .text-box .survice-date {
  font-size: 0.16rem;
  color: #767676;
  margin-bottom: 0.3rem;
}

.survice-floor .wrap2 .survice-list .survice-item a .text-box p {
  font-size: 0.16rem;
  color: #767676;
}

.survice-floor .wrap2 .survice-list .survice-item a .righticon {
  margin-left: 0.65rem;
  width: 0.46rem;
  display: block;
}

.contact2-floor {
  padding: 0.7rem 0;
}

.contact2-floor .wrap2 .floor-title {
  margin-bottom: 0.2rem;
}

.contact2-floor .wrap2 .floor-title h2 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}

.contact2-floor .wrap2 .floor-title .line {
  width: 0.5rem;
  height: 0.04rem;
  background: #d20001;
  margin-bottom: 0.15rem;
}

.contact2-floor .wrap2 .floor-title p {
  font-size: 0.16rem;
  color: #767676;
}

.contact2-floor .wrap2 .infos-form {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.9rem;
}

.contact2-floor .wrap2 .infos-form .diqiu-img {
  width: 8rem;
  position: absolute;
  top: 0;
  left: -2rem;
}

.contact2-floor .wrap2 .infos-form .diqiu-img img {
  width: 100%;
}

.contact2-floor .wrap2 .infos-form .form-box {
  width: 7.7rem;
}

.contact2-floor .wrap2 .infos-form .form-box .input-item {
  border-bottom: 1px solid #d8d8d8;
  height: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #1a1a1a;
}

.contact2-floor .wrap2 .infos-form .form-box .input-item:not(:last-child) {
  margin-bottom: 0.1rem;
}

.contact2-floor .wrap2 .infos-form .form-box .input-item .label {
  margin-right: 0.1rem;
}

.contact2-floor .wrap2 .infos-form .form-box .input-item input {
  flex: 1;
  font-size: 0.16rem;
  border: none;
  background: none;
}

.contact2-floor .wrap2 .infos-form .form-box .text-item {
  margin-top: 0.34rem;
  font-size: 0.16rem;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.contact2-floor .wrap2 .infos-form .form-box .text-item .label {
  margin-bottom: 0.1rem;
}

.contact2-floor .wrap2 .infos-form .form-box .text-item textarea {
  width: 100%;
  resize: none;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  height: 1rem;
  outline: none;
  font-size: 0.16rem;
  font-family: Arial, Helvetica, sans-serif;
  background: none;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item {
  font-size: 0.16rem;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item .upload-box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item .upload-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item .upload-box ul li {
  width: 0.56rem;
  height: 0.56rem;
  background: rgba(227, 240, 253, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item .upload-box ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item .upload-box .upload {
  position: relative;
  width: 0.56rem;
  height: 0.56rem;
  background: rgba(227, 240, 253, 0.5);
  border: 1px dashed #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item .upload-box .upload img {
  width: 0.19rem;
}

.contact2-floor .wrap2 .infos-form .form-box .upload-item .upload-box .upload .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.contact2-floor .wrap2 .infos-form .form-box .form-btns {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
}

.contact2-floor .wrap2 .infos-form .form-box .form-btns .form-btn {
  width: 1.8rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.2rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.contact2-floor .wrap2 .infos-form .form-box .form-btns .form-btn:hover {
  opacity: 0.9;
}

.contact2-floor .wrap2 .infos-form .form-box .form-btns .form-btn:not(:last-child) {
  margin-right: 0.3rem;
}

.contact2-floor .wrap2 .infos-form .form-box .form-btns .form-btn.submit-btn {
  background: #ea0000;
}

.contact2-floor .wrap2 .infos-form .form-box .form-btns .form-btn.reset-btn {
  background: #003f98;
}

.msg-floor {
  position: relative;
  padding: 1.5rem 0;
}

.msg-floor .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}

.msg-floor .wrap2 {
  position: relative;
  z-index: 2;
}

.msg-floor .wrap2 .floor-title {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #d8d8d8;
}

.msg-floor .wrap2 .floor-title h2 {
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}

.msg-floor .wrap2 .floor-title p {
  font-size: 0.16rem;
  color: #767676;
}

.msg-floor .wrap2 .msg-box {
  padding: 0.7rem 0;
  display: flex;
  align-items: center;
}

.msg-floor .wrap2 .msg-box .code-list {
  display: flex;
}

.msg-floor .wrap2 .msg-box .code-list .code-item {
  width: 1.8rem;
  padding: 0.16rem 0.3rem;
  background-color: #fff;
}

.msg-floor .wrap2 .msg-box .code-list .code-item:not(:last-child) {
  margin-right: 0.2rem;
}

.msg-floor .wrap2 .msg-box .code-list .code-item img {
  width: 100%;
  display: block;
  margin-bottom: 0.18rem;
}

.msg-floor .wrap2 .msg-box .code-list .code-item p {
  font-size: 0.14rem;
  text-align: center;
}

.msg-floor .wrap2 .msg-box .msg-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.9rem;
}

.msg-floor .wrap2 .msg-box .msg-list .msg-item .label {
  font-size: 0.18rem;
  color: #767676;
  margin-bottom: 0.1rem;
}

.msg-floor .wrap2 .msg-box .msg-list .msg-item p {
  font-size: 0.22rem;
  color: #1a1a1a;
}

.msg-floor .wrap2 .map {
  width: 100%;
  height: 4rem;
}

.msg-floor .wrap2 .map #map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.self-floor1 {
  position: relative;
  padding: 0.3rem 0;
}

.self-floor1.text-floor .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.self-floor1 .wrap2 {
  position: relative;
  z-index: 2;
}

.self-floor1 .wrap2 .search-box {
  display: flex;
  align-items: center;
  width: 4.6rem;
  height: 0.55rem;
  border-radius: 0.27rem;
  background: #fafafc;
  border: 1px solid #d8d8d8;
  padding: 0 0.14rem;
  margin: 0 auto;
  margin-bottom: 0.3rem;
}

.self-floor1 .wrap2 .search-box .searchicon {
  width: 0.16rem;
  margin-right: 0.1rem;
}

.self-floor1 .wrap2 .search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-size: 0.15rem;
}

.self-floor1 .wrap2 .download-list .download-item {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.self-floor1 .wrap2 .download-list .download-item .fileicon {
  width: 0.5rem;
  margin-right: 0.18rem;
}

.self-floor1 .wrap2 .download-list .download-item .text-box {
  flex: 1;
  padding-right: 0.3rem;
}

.self-floor1 .wrap2 .download-list .download-item .text-box .file-name {
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.self-floor1 .wrap2 .download-list .download-item .text-box .file-msg {
  font-size: 0.15rem;
  color: #767676;
  display: flex;
}

.self-floor1 .wrap2 .download-list .download-item .text-box .file-msg span:not(:last-child) {
  margin-right: 0.5rem;
}

.self-floor1 .wrap2 .download-list .download-item .download-btn:hover a {
  background-color: #003f98;
  color: #fff;
  transition: 0.3s;
}

.self-floor1 .wrap2 .download-list .download-item .download-btn:hover a .icon {
  filter: brightness(0) invert(1);
}

.self-floor1 .wrap2 .download-list .download-item .download-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 1px solid #003f98;
  font-size: 0.18rem;
  color: #003f98;
}

.self-floor1 .wrap2 .download-list .download-item .download-btn a .icon {
  width: 0.44rem;
  margin-right: 0.03rem;
}

.self-floor1 .wrap2 .question-list .question-item {
  border-bottom: 1px solid #d8d8d8;
}

.self-floor1 .wrap2 .question-list .question-item.active .question .xiala {
  transform: rotateZ(180deg);
}

.self-floor1 .wrap2 .question-list .question-item .question {
  cursor: pointer;
  min-height: 1.1rem;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
}

.self-floor1 .wrap2 .question-list .question-item .question .xiala {
  width: 0.44rem;
  display: block;
  margin-left: 0.3rem;
  transition: 0.3s;
}

.self-floor1 .wrap2 .question-list .question-item .question .title {
  flex: 1;
  font-size: 0.2rem;
}

.self-floor1 .wrap2 .question-list .question-item .answer {
  display: none;
  padding-bottom: 0.3rem;
  font-size: 0.16rem;
  line-height: 1.6em;
}

.self-floor1 .wrap2 .video-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}

.self-floor1 .wrap2 .video-list .video-item {
  position: relative;
  height: 3rem;
  cursor: pointer;
  transition: 0.3s;
}

.self-floor1 .wrap2 .video-list .video-item:hover {
  transform: translateY(-0.05rem);
}

.self-floor1 .wrap2 .video-list .video-item .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.self-floor1 .wrap2 .video-list .video-item .video-mc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.self-floor1 .wrap2 .video-list .video-item .video-mc .icon {
  width: 0.6rem;
  margin-bottom: 0.25rem;
}

.self-floor1 .wrap2 .video-list .video-item .video-mc p {
  color: #fff;
  font-size: 0.24rem;
}

.self-floor1 .wrap2 .rich-text {
  padding: 0.6rem 0;
}

.self-floor1 .wrap2 .rich-text h3 {
  font-size: 0.34rem;
  margin-bottom: 0.35rem;
}

.self-floor1 .wrap2 .rich-text p {
  font-size: 0.18rem;
}

.self-floor1 .wrap2 .rich-text .red {
  font-size: 0.18rem;
  font-weight: bold;
  color: #d20001;
  margin-top: 0.3rem;
}

.selfcontact-floor {
  padding: 0.5rem 0;
}

.selfcontact-floor .wrap2 {
  position: relative;
}

.selfcontact-floor .wrap2 .floor-title {
  margin-bottom: 0.4rem;
}

.selfcontact-floor .wrap2 .engineer {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  width: 3rem;
}

.selfcontact-floor .wrap2 .form-box {
  width: 7.7rem;
  margin: 0 auto;
}

.selfcontact-floor .wrap2 .form-box .input-item {
  border-bottom: 1px solid #d8d8d8;
  height: 0.6rem;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #1a1a1a;
}

.selfcontact-floor .wrap2 .form-box .input-item:not(:last-child) {
  margin-bottom: 0.1rem;
}

.selfcontact-floor .wrap2 .form-box .input-item .label {
  margin-right: 0.1rem;
}

.selfcontact-floor .wrap2 .form-box .input-item input {
  flex: 1;
  font-size: 0.16rem;
  border: none;
  background: none;
}

.selfcontact-floor .wrap2 .form-box .text-item {
  margin-top: 0.34rem;
  font-size: 0.16rem;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.selfcontact-floor .wrap2 .form-box .text-item .label {
  margin-bottom: 0.1rem;
}

.selfcontact-floor .wrap2 .form-box .text-item textarea {
  width: 100%;
  resize: none;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  height: 1rem;
  outline: none;
  font-size: 0.16rem;
  font-family: Arial, Helvetica, sans-serif;
  background: none;
}

.selfcontact-floor .wrap2 .form-box .upload-item {
  font-size: 0.16rem;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box ul li {
  width: 0.56rem;
  height: 0.56rem;
  background: rgba(227, 240, 253, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box .upload {
  position: relative;
  width: 0.56rem;
  height: 0.56rem;
  background: rgba(227, 240, 253, 0.5);
  border: 1px dashed #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box .upload img {
  width: 0.19rem;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box .upload .file {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box .notice {
  position: absolute;
  top: 115%;
  left: 0;
  display: flex;
  align-items: center;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box .notice img {
  width: 0.22rem;
  margin-right: 0.1rem;
  display: block;
}

.selfcontact-floor .wrap2 .form-box .upload-item .upload-box .notice p {
  font-size: 0.12rem;
  color: #d20001;
}

.selfcontact-floor .wrap2 .form-box .form-btns {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}

.selfcontact-floor .wrap2 .form-box .form-btns .form-btn {
  width: 1.8rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.2rem;
  border: none;
  outline: none;
  cursor: pointer;
}

.selfcontact-floor .wrap2 .form-box .form-btns .form-btn:hover {
  opacity: 0.9;
}

.selfcontact-floor .wrap2 .form-box .form-btns .form-btn:not(:last-child) {
  margin-right: 0.3rem;
}

.selfcontact-floor .wrap2 .form-box .form-btns .form-btn.submit-btn {
  background: #ea0000;
}

.selfcontact-floor .wrap2 .form-box .form-btns .form-btn.reset-btn {
  background: #003f98;
}

.newsxq-floor {
  background: #f6f8fc;
  padding-top: 0.2rem;
  padding-bottom: 0.83rem;
}

.newsxq-floor .wrap2 .newsxq-box {
  background-color: #fff;
  padding: 0.45rem 0.6rem;
}

.newsxq-floor .wrap2 .newsxq-box h2 {
  font-size: 0.32rem;
  color: #333;
  margin-bottom: 0.25rem;
  text-align: center;
}

.newsxq-floor .wrap2 .newsxq-box .news-date {
  text-align: center;
  font-size: 0.14rem;
  color: #9e9e9e;
  margin-bottom: 0.15rem;
}

.newsxq-floor .wrap2 .newsxq-box .xq-content {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 0.23rem 0;
  font-size: 0.16rem;
  line-height: 1.8em;
}

.newsxq-floor .wrap2 .newsxq-box .navs {
  padding: 0.2rem 0;
}

.newsxq-floor .wrap2 .newsxq-box .navs a {
  font-size: 0.16rem;
  color: #333;
  display: block;
  line-height: 1.8em;
}

.newsxq-floor .wrap2 .newsxq-box .navs a:hover {
  color: #2e9dd9;
}

.newsxq-floor .wrap2 .newsxq-box .navs a span {
  color: #9e9e9e;
}

.contentimg img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.bg {
  z-index: -100;
}