@charset "UTF-8";
/* =========== 公共部分 ================== */
.preloader {
    position: fixed;
    /*background-color: #343434;*/
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.preloader-off {
    opacity: 0;
    display: none!important;
}
.preloader__image {
    display: none!important;
    animation-name: flipInY;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

nav {
  transition: all .5s ease-in;
}
.nav-bg-black {
  background: #000;
}
.apple-icon, .android-icon {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background: center/100% 100%;
  margin-right: 0.2rem;
}

.android-icon {
  background-image: url(/public/home/img/android-icon.png);
}

.apple-icon {
  background-image: url(/public/home/img/apple-icon.png);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s;
  z-index: 2024;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-content {
  width: 6rem;
  height: 6rem;
  background: linear-gradient(to bottom, #FFF2EB, white);
  border-radius: 6px;
  position: relative;
}
.popup-close-btn {
  position: absolute;
  top: 0.31rem;
  right: 0.37rem;
  width: 0.3rem;
  height: 0.3rem;
  background: url(/public/home/img/popup-close-btn.png) center/100% 100%;
  cursor: pointer;
}

.sw-outer {
  position: relative;
}

.sidebar {
  position: fixed;
  bottom: 0.47rem;
  right: 0.28rem;
  z-index: 2023;
}
.sidebar .s-icon {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 100%;
  background: var(--main);
}
.sidebar .s-icon img {
  width: 0.26rem;
  height: auto;
}
.sidebar .s-icon .s-hover {
  position: absolute;
  right: 0;
  line-height: 0.48rem;
  padding-left: 0.18rem;
  width: 0.48rem;
  height: 100%;
  background: #FF8940;
  z-index: -1;
  color: white;
  border-radius: 99px;
  transition: all 0.2s ease-in;
  overflow: hidden;
}


.sidebar .s-icon:hover .s-hover {
  width: 1.56rem;
}
.sidebar .s-icon .s-hover-img {
  position: absolute;
  top: 23px;
  left: 0;
  height: 100px;
  width: 100px;
  transform: translate(calc(-100% - 10px), -30%);
  display: none;
}
.sidebar .s-icon:hover .s-hover-img {
  display: block;
  bottom: 0;
}
.sidebar .s-icon:hover .s-hover-img img {
  width: 100%;
  height: 100%;
}
.sidebar .s-2 {
  margin: 0.14rem auto 0.6rem;
}
.sidebar .s-3 {
  background: white;
}
.sidebar .s-3:hover {
  background: #E3E5E7;
}
@media (max-width: 991px) {
  .sidebar {
    bottom: 1.47rem;
    right: 0.5rem;
  }
}

.form-inline {
  --pd-left: .35rem;
  --bdr: .06rem;
  row-gap: 0.28rem;
  width: 6rem;
}
.form-inline .form-item {
  width: 100%;
  position: relative;
}
.form-inline .form-item::before {
  content: "*";
  position: absolute;
  left: 0.16rem;
  color: #EC1616;
  top: 50%;
  transform: translateY(-50%);
}
.form-inline .form-item-textarea::before {
  top: 0.3rem;
}
.form-inline input {
  width: 100%;
  height: 0.68rem;
  background: white;
  border-radius: var(--bdr);
  padding-left: var(--pd-left);
}
.form-inline select {
  background: white;
  height: 0.68rem;
  width: 1.9rem;
  border-radius: var(--bdr);
  padding-left: var(--pd-left);
}
.form-inline textarea {
  width: 100%;
  background: white;
  border-radius: var(--bdr);
  padding-left: var(--pd-left);
  padding-top: 0.15rem;
  border: none;
  outline: none;
  resize: none;
}
.form-inline .submit-btn {
  width: 100%;
  background: var(--main);
  height: 0.68rem;
  font-size: 0.24rem;
  color: white;
  border-radius: var(--bdr);
  padding-left: var(--pd-left);
}

.breakcrumb {
  position: absolute;
  top: var(--navH);
  left: 0;
  z-index: 11;
  width: 100%;
  height: 0.6rem;
  justify-content: flex-end;
  background-color: #2A2A2A;
  color: white;
}
.breakcrumb span {
  margin: 0 0.5em;
}
.breakcrumb::before {
  content: /public/home/css/"";
  width: 0.17rem;
  height: 0.17rem;
  background: url(/public/home/img/home-icon.png) center/cover no-repeat;
}

.sub-title {
  font-size: 0.24rem;
  margin: 0.23rem auto 0.7rem;
  text-align: center;
}

.hover-zoom {
  overflow: hidden;
}
.hover-zoom > img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.hover-zoom:hover > img {
  transform: scale(1.2);
}

.view-btn, .view-btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 1.8rem;
  height: 0.6rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  background: url(/public/home/img/btn-border.png) left/100% 100%;
}
.view-btn:hover::before, .view-btn-1:hover::before {
  transform: translateX(0%);
  left: 0;
}
.view-btn::before, .view-btn-1::before {
  content: /public/home/css/"";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: -1;
  background: var(--main);
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}

.view-btn-1 {
  color: #000;
  background: url(/public/home/img/btn-border-1.png) left/100% 100%;
}
.view-btn-1:hover {
  color: #fff;
}

.swiper-button-next, .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: /public/home/css/"" !important;
  width: 100%;
  height: 100%;
  background-image: url("/public/home/img/left-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  border: 1px solid transparent;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  background-color: var(--main);
  border-radius: inherit;
}

.swiper-button-next:after {
  background-image: url("/public/home/img/right-arrow.png");
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  border: 0;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
  background-color: var(--main);
  border-radius: inherit;
}

.footer {
  row-gap: 0.5rem;
  color: white;
  background: #000;
  padding-top: 0.86rem;
  padding-bottom: 0.51rem;
}
.footer .footer-left {
  gap: 0.5rem 1.1rem;
}
.footer .f-item .f-title {
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
}
.footer .f-item ul {
  gap: 0.15rem 0.4rem;
  width: auto;
  height: 2.1rem;
  flex-direction: column;
}
.footer .f-item ul li {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer .f-item ul li:hover {
  color: rgba(255, 255, 255, 1);
}
.footer .footer-right .f-title {
  margin-bottom: 0.03rem;
}
.footer .footer-right .f-tel {
  font-size: 0.4rem;
}
.footer .footer-right .f-addr {
  margin-top: 0.33rem;
  font-size: 0.14rem;
}
.footer .footer-right .f-addr::before {
  content: /public/home/css/"";
  width: 0.18rem;
  height: 0.18rem;
  background: url(/public/home/img/add-icon.png) center/100% 100%;
  margin-right: 0.1rem;
}
.footer .footer-right .share {
  margin-top: 1.33rem;
  gap: 0.2rem;
}
.footer .footer-right .share-item {
  width: 0.36rem;
  height: 0.36rem;
  position: relative;
  cursor: pointer;
  background: #707070;
  border-radius: 100%;
}
.footer .footer-right .share-item::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  transform: translateY(-100%);
  z-index: 1;
}
.footer .footer-right .share-item .share-icon {
  position: relative;
  transform: translate(35%, -128%);
  width: 0.22rem;
  height: 0.22rem;
  filter: drop-shadow(0 0.36rem #000);
}
.footer .footer-right .share-item:hover {
  background: var(--main);
}
.footer .footer-right .share-item:hover .qrcode:has(img) {
  display: flex;
}

.footer .footer-right .share-item:hover .share-icon {
  filter: drop-shadow(0 0.36rem white);
}
.footer .footer-right .share-item .qrcode {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  border-radius: 10px;
  background: white;
  z-index: 11;
}
.footer .footer-right .share-item .qrcode img {
  width: 1.33rem;
  height: 1.33rem;
  max-width: unset;
}
.footer .footer-right .share-item .qrcode::after {
  content: /public/home/css/"";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border: 8px solid transparent;
  border-top-color: white;
}
.footer .footer-right .share-item .islink {
  width: 0.36rem;
  height: 0.36rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .beian {
  flex-basis: 100%;
  margin-top: 0.76rem;
  color: rgba(255,255,255, .7);
}
.footer .beian a:hover {
  color: rgba(255,255,255, 1);
}
@media (max-width: 991px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    background-size: 25% 50%;
  }
}
.marquee__container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.marquee__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-wrap: nowrap;
}

.marquee__slide {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.marquee__item {
  flex-shrink: 0;
}

/* =========== 公共部分结束 ================== */
nav {
  --prodH: 4.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--navH);
  z-index: 2023;
}
nav .logo {
  width: 1rem;
  height: 0.48rem;
}
nav .menu-pc {
  height: 100%;
  color: #fff;
  font-size: 0.18rem;
  margin-right: 50px;
}
nav .menu-pc > li {
  margin: 0 0.46rem;
  height: inherit;
}
nav .menu-pc > li:hover .prod-dropdownlist {
  height: var(--prodH);
}
nav .menu-pc > li > a {
  height: inherit;
  display: flex;
  align-items: center;
}
nav .menu-pc .menu-active {
  position: relative;
}
nav .menu-pc .menu-active::after {
  content: /public/home/css/"";
  width: 0.52rem;
  height: 0.52rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/public/home/img/menu-active.png) center/100% 100%;
}
nav .sm-menu, nav .nav__trigger {
  display: none;
}
nav .search-box {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
nav .search-box input {
  color: white;
  display: none;
  position: absolute;
  right: 0;
  border-bottom: 1px solid white;
}
nav .search-box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
nav .search-box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
nav .search-box .search-icon {
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
}
nav .search-box .search-icon-1 {
  position: absolute;
  right: 0;
  width: 0.16rem;
  height: 0.16rem;
  display: none;
  z-index: 11;
  max-width: unset;
}
nav .prod-dropdownlist {
  position: absolute;
  top: var(--navH);
  left: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  background: white;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  z-index: -1;
  color: #111;
}
nav .prod-dropdownlist .prod-tabs {
  gap: 0.15rem;
  padding-top: 0.38rem;
  margin-bottom: 0.36rem;
}
nav .prod-dropdownlist .prod-tabs li {
  cursor: pointer;
  padding: 0.14rem 0.27rem;
  border-radius: 999px;
}
nav .prod-dropdownlist .prod-tabs .prod-tab-active {
  background: var(--main);
  color: white;
}
nav .prod-dropdownlist .prod-sw-outer .prod-pg-prev, nav .prod-dropdownlist .prod-sw-outer .prod-pg-next {
  border: 0;
  background: url(/public/home/img/prod-arrow-left.png) center no-repeat;
}
nav .prod-dropdownlist .prod-sw-outer .prod-pg-prev::after, nav .prod-dropdownlist .prod-sw-outer .prod-pg-next::after {
  display: none;
}
nav .prod-dropdownlist .prod-sw-outer .prod-pg-prev {
  left: 1.8rem;
}
nav .prod-dropdownlist .prod-sw-outer .prod-pg-next {
  background: url(/public/home/img/prod-arrow-right.png) center no-repeat;
  right: 1.8rem;
}
nav .prod-dropdownlist .prod-sw {
  width: 90%;
  padding-bottom: 0.4rem;
}
nav .prod-dropdownlist .prod-sw .swiper-slide {
  display: flex;
  justify-content: center;
}
nav .prod-dropdownlist .prod-sw .img-wr {
  width: 2.4rem;
  height: 2.4rem;
  background: #F5F5F5;
  position: relative;
  overflow: visible;
}
nav .prod-dropdownlist .prod-sw .img-wr p {
  position: absolute;
  bottom: -0.17rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.14rem;
  transform: translateY(100%);
}
nav.prod-on .prod-dropdownlist {
  height: var(--prodH);
}
@media (max-width: 991px) {
  nav .menu-pc {
    display: none;
  }
  nav .sm-menu, nav .nav__trigger {
    display: flex;
  }
  nav .nav__trigger {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.7rem;
    height: 0.7rem;
    background: var(--main);
    z-index: 200;
  }
  nav .nav__trigger .nav__icon {
    width: 25%;
    height: 2px;
    background: white;
  }
  nav .nav__trigger .nav__icon::before {
    content: /public/home/css/"";
    display: block;
    height: 2px;
    width: 130%;
    background: white;
    margin-top: -5px;
  }
  nav .nav__trigger .nav__icon::after {
    content: /public/home/css/"";
    display: block;
    height: 2px;
    width: 65%;
    background: white;
    margin-top: 8px;
  }
  nav .sm-menu {
    transition: all 0.3s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    color: #333;
    padding-top: 0.8rem;
    font-size: 0.32rem;
    text-align: center;
    transform: translateX(100%);
    background: #111;
    color: white;
  }
  nav .sm-menu > ul > li > a {
    font-weight: bold;
  }
  nav .sm-menu li {
    margin-top: 10px;
    position: relative;
    
  }
  
  nav .sm-menu .sm-sub-menu {
    font-size: 0.25rem;
    display: none;
  }
  nav .sm-menu.on {
    transform: translateX(0);
  }
  nav .sm-menu .downarrow {
    position: absolute;
    top: .18rem;
    right: .3rem !important;
    transform: translateX(100%) rotate(-90deg) scaleY(1.3);
  }
  .sm-menu .sm-nav-ul > li {
    padding: .2rem 0;
    border-bottom: 1px solid rgba(255,255, 255, .08);
    margin-top: 0;
    text-align: left;
  }
  .sm-nav-ul {
    width: 85%;
  }
  .sm-sub-menu > li {
    padding-left: 1em;
  }
  .sm-menu .sm-nav-ul > li:nth-child(1) {
    border-top: 1px solid rgba(255,255,255, .08);
    margin-top: .4rem;
  }
}

@keyframes spark {
  0% {
    transform: scale(0);
    background: transparent;
  }
  50% {
    background: rgba(236, 104, 22, 0.5);
  }
  100% {
    transform: scale(6);
    background: transparent;
  }
}
.video-container {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  z-index: 2024;
}
.video-container video {
  width: auto;
  height: 90%;
  object-fit: initial;
}
.video-container.on {
  display: flex;
  opacity: 1;
}
.video-container .close-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 991px) {
  .video-container video {
    width: 100%;
    height: auto;
  }
}
/*================ 首页 ======================*/
.home-sw, .pdd-banner .pdd-sw, .home-sw2, .t50-sw {
  color: white;
  height: 100vh;
  min-height: 525px;
}
.home-sw .swiper-slide, .pdd-banner .pdd-sw .swiper-slide, .home-sw2 .swiper-slide, .t50-sw .swiper-slide {
  background: black;
  background: center center/100% 100% no-repeat;
  background-position: center;
}
.home-sw .swiper-slide .sw-video, .pdd-banner .pdd-sw .swiper-slide .sw-video, .home-sw2 .swiper-slide .sw-video, .t50-sw .swiper-slide .sw-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.home-sw .swiper-slide img, .pdd-banner .pdd-sw .swiper-slide img, .home-sw2 .swiper-slide img, .t50-sw .swiper-slide img {
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-sw .swiper-slide .content, .pdd-banner .pdd-sw .swiper-slide .content, .home-sw2 .swiper-slide .content, .t50-sw .swiper-slide .content {
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0 var(--pd-x);
}
.home-sw .swiper-slide .content-title, .pdd-banner .pdd-sw .swiper-slide .content-title, .home-sw2 .swiper-slide .content-title, .t50-sw .swiper-slide .content-title {
  display: block;
  font-size: 0.62rem;
  margin-bottom: 0.18rem;
  margin-top: 0.1rem;
}
.home-sw .swiper-slide .content-subtitle, .pdd-banner .pdd-sw .swiper-slide .content-subtitle, .home-sw2 .swiper-slide .content-subtitle, .t50-sw .swiper-slide .content-subtitle {
  display: block;
  font-size: 0.36rem;
}
.home-sw .swiper-slide .content .view-video-btn, .pdd-banner .pdd-sw .swiper-slide .content .view-video-btn, .home-sw2 .swiper-slide .content .view-video-btn, .t50-sw .swiper-slide .content .view-video-btn {
  margin-top: 1rem;
  width: 1.8rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
}
/*文字阴影*/
.home-sw .swiper-slide .content-subtitle, .home-sw .swiper-slide .content-title {
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
}
.home-sw2 .swiper-slide .content .view-btn {
  margin-top: .43rem;
}
@keyframes swImg {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.home-sw .swiper-slide-active .sw-img, .pdd-banner .pdd-sw .swiper-slide-active .sw-img, .home-sw2 .swiper-slide-active .sw-img, .t50-sw .swiper-slide-active .sw-img {
  animation: swImg 1s ease-in;
}
.home-sw .dot-wrapper, .pdd-banner .pdd-sw .dot-wrapper, .home-sw2 .dot-wrapper, .t50-sw .dot-wrapper {
  display: flex;
  margin-bottom: 0.42rem;
  align-items: center;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  justify-content: center;
  position: relative;
}
.home-sw .arrow-pagination, .pdd-banner .pdd-sw .arrow-pagination, .home-sw2 .arrow-pagination, .t50-sw .arrow-pagination {
  position: absolute;
  top: calc(-50vh + 1rem);
  right: 0.1rem;
}
.home-sw .arrow-pagination .prev-pagination::after, .pdd-banner .pdd-sw .arrow-pagination .prev-pagination::after, .home-sw .arrow-pagination .next-pagination::after, .pdd-banner .pdd-sw .arrow-pagination .next-pagination::after, .home-sw2 .arrow-pagination .prev-pagination::after, .home-sw2 .arrow-pagination .next-pagination::after, .t50-sw .arrow-pagination .prev-pagination::after, .t50-sw .arrow-pagination .next-pagination::after {
  content: /public/home/css/"";
  width: 0.22rem;
  height: 0.11rem;
  background: url(/public/home/imgs/left-arrow.png) center/100% 100%;
  display: block;
  cursor: pointer;
}
.home-sw .arrow-pagination .next-pagination, .pdd-banner .pdd-sw .arrow-pagination .next-pagination, .home-sw2 .arrow-pagination .next-pagination, .t50-sw .arrow-pagination .next-pagination {
  transform: rotate(180deg);
}
.home-sw .arrow-pagination .fraction, .pdd-banner .pdd-sw .arrow-pagination .fraction, .home-sw2 .arrow-pagination .fraction, .t50-sw .arrow-pagination .fraction {
  margin: 0 0.71rem 0 0.23rem;
}

.home-sw2 .swiper-slide .content {
  justify-content: flex-start;
  padding-top: 1rem;
  margin-bottom: 50px;
}
.home-sw2 .swiper-slide .content .view-video-btn {
  margin-top: 0.43rem;
}

.home-banner {
  width: 100%;
  /* height: calc(100vh - var(--navH)); */
  height: 9.8rem;
  position: relative;
  /* min-height: 700px; */
}
.home-banner img {
  width: 100%;
  height: 101%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.quanquan-con {
  transform: scale(.8) translate(0, .2rem);
}
.home-banner .quanquan-wr {
  width: 7.5rem;
  height: 8.5rem;
  /* transform: scale(.8) translateY(-.85rem); */
  /* transform: scale(.9); */
  margin: 0 auto;
}
.home-banner .quanquan-wr .common-title {
  margin-bottom: 0.36rem;
  font-size: .65rem;
}
.home-banner .quanquan-wr .common-title span {
  color: white;
  font-family: PingFang-Heavy;
}
.home-banner .quanquan-wr .common-title span:last-child {
  color: var(--main);
}
.home-banner .quanquan-wr .quanquan {
  width: 7.5rem;
  height: 7.5rem;
  background: url(/public/home/img/quanquan.png) center/100% 100%;
  position: relative;
  color: white;
}
.home-banner .quanquan-wr .quanquan ul.dot-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li {
  position: absolute;
  white-space: nowrap;
  width: 0.1rem;
  height: 0.1rem;
  background: var(--main);
  border-radius: 100%;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li::before, .home-banner .quanquan-wr .quanquan ul.dot-container li::after {
  content: /public/home/css/"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: inherit;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li::before {
  animation: 1.5s linear 0s infinite spark;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li::after {
  animation: 1.5s linear 2.5s infinite spark;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li .text {
  font-size: 0.22rem;
  padding: 0.08rem 0.2rem;
  position: absolute;
  transition: all 0.3s;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li .text:hover {
  background: var(--main);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(1) {
  top: 1.44rem;
  left: 1.44rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(1) .text {
  right: 0;
  bottom: 0;
  transform: translate(-7px, -20px);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(2) {
  top: 1.44rem;
  right: 1.44rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(2) .text {
  left: 0;
  bottom: 0;
  transform: translate(7px, -20px);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(3) {
  top: 1.73rem;
  left: 3.7rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(3) .text {
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(4) {
  top: 3.7rem;
  left: 1.74rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(4) .text {
  right: 0;
  top: 50%;
  transform: translate(-10px, -50%);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(5) {
  top: 3.7rem;
  right: 1.74rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(5) .text {
  transform: translate(20px, -50%);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(6) {
  top: 5.95rem;
  left: 1.44rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(6) .text {
  right: 0;
  top: 50%;
  transform: translate(-20px, 0);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(7) {
  top: 5.66rem;
  left: 3.7rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(7) .text {
  left: 50%;
  top: 0;
  transform: translate(-50%, 20px);
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(8) {
  top: 5.95rem;
  right: 1.44rem;
}
.home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(8) .text {
  left: 0;
  top: 0;
  transform: translate(10px, 10px);
}
@media (max-width: 991px) {
  .home-banner .quanquan-wr .quanquan ul.dot-container li:nth-child(8) .text {
    left: -36px;
  }
  .home-banner {
    min-height: 8rem;
  }
  
}

.jingyan {
  padding-top: 0.96rem;
  height: 9rem;
  background: center/cover no-repeat;
}
.jingyan .desc-container {
  padding-top: 0.46rem!important;
}
.jingyan .desc-container p span {
  font-size: .24rem!important;
}
.jingyan .view-btn-1 {
  margin: 0.82rem auto 0;
}
@media (max-width: 991px) {
  .jingyan .desc-container p span {
    font-size: 14px!important;
  }
}
.news-list {
  /* padding-top: 1.1rem; */
  /* padding-bottom: 1.36rem; */
}

.news-list.the-add {
  line-height: 0;
  margin-bottom: -1px;
}
.news-list.the-add > .common-title {
  padding-bottom: 10px;
}

.news-list > .common-title {
  padding-top: .5rem;
  padding-bottom: .56rem;
}
.news-list .news-sw {
  /* margin-top: 0.56rem; */
}
.news-list .item-title {
  color: #111;
  font-size: 0.22rem;
  margin: 0.18rem 0 0.11rem;
}
.news-list .swiper-slide {
  overflow: hidden;
}
.news-list .slide-a {
  width: 4.2rem;
  height: 2.8rem;
}
.news-list .slide-a .slide-img {
  width: 100%;
  height: 100%;
}
.news-list .view-btn-1 {
  margin: 0.54rem auto .5rem;
}

.ziyuan {
  height: 9.2rem;
  background: url(/public/home/css/"") center/cover;
  padding-top: 1.38rem;
  color: white;
  justify-content: center;
}
.ziyuan .common-title {
  color: white;
}
.ziyuan .num-wr {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.ziyuan .num-wr .num-item {
  text-align: left;
  font-size: 0.18rem;
}
.ziyuan .num-wr .num-item .num {
  font-size: 0.76rem;
  color: var(--main);
  margin-right: 0.1rem;
}
.ziyuan .num-wr .num-item .num + div {
  margin-left: 0.15rem;
}
.ziyuan .view-btn, .ziyuan .view-btn-1 {
  margin-top: 1.29rem;
}
@media (max-width: 991px) {
  .ziyuan {
    height: auto;
    padding-bottom: 20px;
  }
}
.jiajv {
  padding-top: .5rem;
  padding-bottom: 1.51rem;
  color: #111;
  /* padding-right: 0.3rem; */
  background: rgba(240, 242, 245);
}
.jiajv .sub-title {
  margin-bottom: 0.57rem;
}
.jiajv .jiajv-sw .swiper-slide .text-content {
  margin: 0 auto;
  color: white;
  /* width: 4.1rem; */
  height: 6.1rem;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  padding: 0.74rem 0.39rem 0.57rem;
  position: relative;
  color: #333;
  text-align: left;
}
.jiajv .jiajv-sw .swiper-slide .text-content .text-1 {
  font-family: PingFang-Heavy;
  font-size: 0.24rem;
  /* position: absolute; */
  /* top: 3.8rem; */
  width: 85%;
  
  /* 两行省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jiajv .jiajv-sw .swiper-slide .text-content .text-2 {
  height: 1.3rem;
  text-align: left;
  overflow: auto;
  /* position: absolute; */
  /* top: 4.7rem; */
  width: 95%;

}
.jiajv-sw-text-wr {
  position: absolute;
  top: 3.7rem;
  left: 0.3rem;
  color: #333;
}

.pingtai {
  padding-bottom: 1.42rem;
}
.pingtai .logo-list {
  gap: 0.4rem;
}
.pingtai .logo-list .logo-item {
  width: 2.5rem;
  height: 0.9rem;
}
.pingtai .logo-list .logo-item img {
  max-width: 100%;
  height: auto;
}

.tiyan {
  position: relative;
  padding-top: 0.87rem;
  height: 10.8rem;
  width: 100%;
}
.tiyan .common-title {
  color: white;
}
.tiyan .tiyan-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tiyanguan {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 2.65rem;
  min-height: 578px;
  max-height: 1080px;
}
.tiyanguan .tyg-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tiyanguan .common-title {
  color: white;
}
.tiyanguan .sub-title {
  margin-bottom: 1.11rem;
  color: white;
}
.tiyanguan .btn-group {
  gap: 0.66rem;
}
.tiyanguan .btn-group .view-btn, .tiyanguan .btn-group .view-btn-1 {
  margin: 0;
}

.case {
  padding-top: 0.83rem;
  padding-bottom: 0.83rem;
}
.case .case-list {
  gap: 0.2rem;
}
.case .case-item {
  position: relative;
  color: white;
  width: 5.15rem;
  height: 3rem;
  text-align: center;
}
.case .case-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.case .case-item .t-1 {
  font-size: 0.34rem;
  font-family: PingFang-Heavy;
}
.case .case-item .t-2 {
  font-size: 0.2rem;
  margin: 0.1rem auto 0.5rem;
}
.case .case-item .t-3 {
  width: 0.88rem;
  margin: 0 auto;
  padding-bottom: 0.04rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.case .case-item .t-3::after {
  content: /public/home/css/"";
  width: 0.08rem;
  height: 0.16rem;
  background: url(/public/home/img/right-arrow.png) center/100% 100%;
}

/*================ 首页结束 ======================*/
/*================ 产品中心 ======================*/
.pd-banner {
  position: relative;
}
.pd-banner .search-pd {
  margin-top: 0.74rem;
  margin-bottom: 1.4rem;
  width: 9rem;
  height: 0.8rem;
  max-width: 85vw;
  border-radius: 0.1rem;
  overflow: hidden;
  font-size: 0.22rem;
  color: white;
}
.pd-banner .search-pd input {
  flex: 1;
  background: white;
  padding-left: 0.28rem;
}
.pd-banner .search-pd button {
  width: 1.5rem;
  height: inherit;
  color: inherit;
  background: var(--main);
}
.pd-banner .pd-ban-sw-outer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.4rem;
  width: 100%;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
}
.pd-banner .pd-ban-sw-outer .ban-pg-prev, .pd-banner .pd-ban-sw-outer .ban-pg-next {
  border: 0;
  transform: translateY(-0.1rem);
  background: url(/public/home/img/prod-arrow-left.png) center no-repeat;
}
.pd-banner .pd-ban-sw-outer .ban-pg-prev::after, .pd-banner .pd-ban-sw-outer .ban-pg-next::after {
  display: none;
}
.pd-banner .pd-ban-sw-outer .ban-pg-prev {
  left: 1rem;
}
.pd-banner .pd-ban-sw-outer .ban-pg-next {
  background: url(/public/home/img/prod-arrow-right.png) center no-repeat;
  right: 1rem;
}
.pd-banner .pd-ban-sw {
  width: 100%;
}
.pd-banner .pd-ban-sw .swiper-slide {
  display: flex;
  justify-content: center;
}
.pd-banner .slide-content {
  width: 1.6rem;
  height: 1.1rem;
  color: white;
  text-align: center;
}
.pd-banner .slide-content:hover {
  background: var(--main);
  transition: all 0.2s ease-in;
}
.pd-banner .slide-content img {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  margin: 0.18rem 0 0.1rem;
}
.pd-banner .slide-content p {
  flex-basis: 100%;
}
.pd-banner .slide-content-active {
  background: var(--main);
}

.pd-section {
  padding-top: 0.91rem;
  padding-bottom: 1.2rem;
}
.pd-section .pd-list {
  margin-bottom: 1.1rem;
}
.pd-section .pd-list h1 {
  font-size: 0.44rem;
  font-family: PingFang-Heavy;
  justify-content: flex-start;
  gap: 0.22rem;
  margin-bottom: 0.37rem;
}
.pd-section .pd-list ul {
  row-gap: 0.55rem;
}
.pd-section .pd-list ul::after {
  content: /public/home/css/"";
  width: 5rem;
}
.pd-section .pd-list ul li {
  width: 5rem;
  height: 5rem;
  text-align: center;
  transition: all 0.2s ease-in;
}
.pd-section .pd-list ul li a {
  width: 100%;
  height: 100%;
}
.pd-section .pd-list ul li a .common-title {
  font-size: 0.24rem;
  margin: 0.28rem auto 0.12rem;
  transition: all 0.2s ease-in;
}

.pd-section .pd-list ul li .img-wr {
  width: 100%;
  height: 3.75rem;
  background: rgb(245, 245, 245);
  transition: all 0.2s ease-in;
}
.pd-section .pd-list ul li .img-wr img {
  height: auto;
  width: 100%;
}
@media (any-hover: hover) {
  .pd-section .pd-list ul li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
  }
  .pd-section .pd-list ul li:hover .common-title {
    color: var(--main);
  }
  .pd-section .pd-list ul li:hover .img-wr {
    background: white;
  }
  .pd-banner .pd-ban-sw-outer .ban-pg-next {
    right: .1rem;
    transform: translateY(.1rem);
  }
  .pd-banner .pd-ban-sw-outer .ban-pg-prev {
    left: .1rem;
    transform: translateY(.1rem);
  }
  
}

@media (max-width: 991px) {
  .pd-section .pd-list {
      margin-bottom: .3rem;
  }
  .pd-section.gzh-pd-wr {
      padding-bottom: 0;
  }
  .pd-section .pd-list > h1 > img {
    width: 28px;
  }
  .pd-section .pd-list ul li {
    /*height: auto;*/
    height: 3.58rem;
    flex-basis: 48%;
  }
  .pd-section .pd-list ul li .img-wr {
    height: auto;
  }
  .jiajv .jiajv-sw .swiper-slide .text-content {
    width: 4.6rem;
  }
  .tiyanguan {
    height: 6.0347rem;
    min-height: unset;
    padding-top: 1.5rem;
  }
  .case .case-item {
    width: 100%;
    height: 3.8rem;
  }
  
}

/*================ 产品中心结束 ======================*/
/*================ 产品详情 ======================*/
.pdd-banner {
  position: relative;
  padding-top: var(--navH);
}
.pdd-banner .breakcrumb {
  position: absolute;
  top: var(--navH);
  left: 0;
  z-index: 11;
  width: 100%;
  height: 0.6rem;
  justify-content: flex-end;
  background-color: #2A2A2A;
}
.pdd-banner .breakcrumb span {
  margin: 0 0.5em;
}
.pdd-banner .breakcrumb::before {
  content: /public/home/css/"";
  width: 0.17rem;
  height: 0.17rem;
  background: url(/public/home/img/home-icon.png) center/cover no-repeat;
}
.pdd-banner .common-title {
  color: white;
}
.pdd-banner .pdd-sw {
  width: 100%;
}
.pdd-banner .pdd-sw .swiper-slide .content {
  margin-top: -1rem;
}
.pdd-banner .pdd-sw .swiper-slide .content .pdd-view-btn {
  width: 2.3rem;
  height: 0.68rem;
  border-radius: 999px;
  margin-top: 1.98rem;
  background: rgba(0, 0, 0, 0.5);
}
.pdd-banner .pdd-sw .swiper-slide .content .pdd-view-btn::after {
  content: /public/home/css/"";
  width: 0.26rem;
  height: 0.26rem;
  margin-left: 0.14rem;
  background: url(/public/home/img/video-play-icon.png) center/cover;
}
.pdd-banner.banner {
  margin-top: var(--navH);
}
.pdd-banner.banner .breakcrumb {
  top: 0;
}

/*================ 产品详情结束 ======================*/
/*================ 案例开始 ======================*/
.cases-banner .banner-content, .co-banner .banner-content {
  text-align: center;
}
.cases-banner .banner-subtitle-2, .co-banner .banner-subtitle-2 {
  margin: 0.18rem auto 1.1rem;
}
.cases-banner .free-btn, .co-banner .free-btn {
  padding: 0.16rem 0.3rem;
  background: var(--main);
  display: inline-block;
  cursor: pointer;
}
.customize {
  /* padding-top: 0.8rem; */
}
.customize .common-title {
  padding-top: 0.8rem;
}
.customize .container {
  padding-top: 0.6rem;
}
.customize .container ul {
  padding: 0.34rem 0;
  border-top: 0.03rem solid #E9E9E9;
}
.customize .container ul li {
  text-align: center;
  flex-basis: 25%;
  position: relative;
  font-size: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* .customize .container ul li::before {
  content: /public/home/css/"";
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  border: 1px solid var(--main);
  opacity: 0;
} */
.customize .container ul li::after {
  content: /public/home/css/"";
  position: absolute;
  top: -0.37rem;
  left: 0;
  width: 100%;
  height: 0.03rem;
  background: var(--main);
  opacity: 0;
}
.customize .container ul li.active, .customize .container ul li:hover {
  color: var(--main);
}
.customize .container ul li.active::before, .customize .container ul li:hover::before {
  opacity: 1;
}
.customize .container ul li.active::after, .customize .container ul li:hover::after {
  opacity: 1;
}
.customize .sln-wr {
  background: center/cover no-repeat;
  position: relative;
  width: 100%;
  height: 8rem;
  color: white;
  display: none;
}
.customize .sln-wr .text-wr {
  position: absolute;
  /* bottom: .34rem; */
  top: 1.54rem;
}
.customize .sln-wr .text-wr .common-title {
  color: white;
  font-size: 0.48rem;
  text-align: left;
  margin-bottom: 0.16rem;
}
.customize .sln-wr .text-wr .common-title~div {
  font-size: .24rem;
}
.customize .sln-wr .text-wr .view-btn {
  margin: .5rem 0 0;
  /* transform: scale(.8) translateX(-13px); */
}
.customize-popup .popup-content {
  padding: 0.3rem 0.59rem 0.5rem;
  height: auto;
}
.customize-popup .popup-content .common-title {
  font-size: 0.3rem;
  margin-bottom: 0.328rem;
}
.customize-popup .popup-content .form-item {
  font-size: 0.18rem;
  margin-bottom: 0.22rem;
}
.customize-popup .popup-content i {
  color: #EC1616;
}
.customize-popup .popup-content input, .customize-popup .popup-content textarea, .customize-popup .popup-content .submit-btn {
  flex: 1;
  border: 1px solid #DEDEDE;
  background: white;
  padding: 0.18rem;
  border-radius: 0.06rem;
  margin-left: 0.16rem;
}
.customize-popup .popup-content input::-moz-placeholder, .customize-popup .popup-content textarea::-moz-placeholder, .customize-popup .popup-content .submit-btn::-moz-placeholder {
  color: #BBB;
}
.customize-popup .popup-content input::placeholder, .customize-popup .popup-content textarea::placeholder, .customize-popup .popup-content .submit-btn::placeholder {
  color: #BBB;
}
.customize-popup .popup-content #customize-distpicker {
  flex: 1;
  margin-left: 0.16rem;
}
.customize-popup .popup-content #customize-distpicker select {
  border: 1px solid #DEDEDE;
  border-radius: 0.06rem;
  padding: 0.18rem;
  background: white;
  width: 31%;
}
.customize-popup .popup-content textarea {
  outline: none;
  resize: none;
}
.customize-popup .popup-content .submit-btn {
  color: white;
  background: var(--main);
}

.cases-list {
  padding-bottom: 1rem;
  text-align: center;
}
.cases-list .common-title {
  padding-top: .7rem;
  padding-bottom: 0.55rem;
}
.cases-list ul {
  gap: 0.16rem;
}
.cases-list ul li {
  --w: 3.8rem;
  width: var(--w);
  height: 3.4rem;
  transition: all 0.2s ease-in;
}
.cases-list ul li img {
  width: 100%;
  height: auto;
}
.cases-list ul li span {
  margin: 0.22rem auto 0.25rem;
  display: inline-block;
  font-size: .22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: var(--w);
}
.cases-list ul li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
}
@media (max-width: 991px) {
  .cases-list ul li {
    flex-basis: 100%;
    height: initial;
  }
  .customize .sln-wr .text-wr .common-title {
    padding-top: .4rem;
    font-size: .38rem;
  }
  .customize .sln-wr .text-wr .common-title~div {
    font-size: .16rem;
    max-height: 90px;
    overflow: auto;
  }
  .pdd-banner .pdd-sw {
    min-height: unset;
    height: 30vh;
  }
  .pdd-banner.banner {
    height: 30vh;
  }
}

/*================ 案例结束 ======================*/
/*================ 案例详情开始 ======================*/
.cd-banner {
  --pd-top: 1.28rem;
  color: white;
  height: 100vh;
  padding-top: var(--pd-top);
}
.cd-banner .cd-left {
  background: url(/public/home/img/cd-left.jpg) center/cover no-repeat;
  padding: 1.3rem 0.2rem 0 var(--pd-x);
  width: 6.6rem;
  height: calc(100vh - var(--pd-top));
}
.cd-banner .cd-left .common-title {
  color: inherit;
  font-size: 0.44rem;
  text-align: left;
  margin-bottom: 0.82rem;
}
.cd-banner .cd-left ul {
  font-size: 0.2rem;
}
.cd-banner .cd-left ul li {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.cd-banner .cd-left ul li::before {
  content: /public/home/css/"";
  margin-right: 0.28rem;
  width: 0.3rem;
  height: 0.33rem;
  background: url(/public/home/img/pd-icon-1.png) center/100% 100% no-repeat;
}
.cd-banner .cd-left ul li:nth-child(2)::before {
  background-image: url(/public/home/img/pd-icon-2.png);
}
.cd-banner .cd-left ul li:nth-child(3)::before {
  background-image: url(/public/home/img/pd-icon-3.png);
}
.cd-banner .cd-left ul li:nth-child(4)::before {
  background-image: url(/public/home/img/pd-icon-4.png);
}
.cd-banner .cd-right {
  height: calc(100vh - var(--pd-top));
  flex: 1;
}
.cd-banner .cd-right img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cd-banner {
    height: auto;
  }
  .cd-banner .cd-left {
    flex: 1;
    height: auto;
    padding-bottom: 50px;
  }
  .cd-banner .cd-left .common-title {
    text-align: center;
    flex-basis: 100%;
  }
  .cd-banner .cd-right {
    display: none;
  }
}
.detail-content {
  padding-top: 0.6rem;
  display: flex;
  justify-content: center;  
}
.detail-content p{
 display:block;
 width:100% ;
}
.detail-content p img{
 width:100%!important;
}
.detail-content > img{
 width:100%!important;
}
.cd-detail-content {
  padding-top: 0.81rem;
  padding-bottom: 1rem;
}
.cd-detail-content .common-title {
  font-size: 0.48rem;
  text-align: left;
  margin-bottom: 0.4rem;
}
.cd-detail-content img {
  display: initial;
}

.cd-more {
  padding-bottom: 1rem;
}
.cd-more .common-title {
  font-size: 0.48rem;
  margin-bottom: 0.48rem;
}
.cd-more ul li a {
  width: 3.65rem;
  height: 3.3rem;
  text-align: center;
}
.cd-more ul li a img {
  width: 100%;
  height: 2.6rem;
}
.cd-more ul li a p {
  margin-top: 0.2rem;
  flex-basis: 100%;
}

/*================ 案例详情结束 ======================*/
/*================ 代理加盟开始 ======================*/
.co-part1 {
  color: white;
  background: #000;
  padding-top: .7rem;
  padding-bottom: 0.7rem;
}
.co-part1 > .common-title {
  color: inherit;
  margin-bottom: 0.12rem;
}
.co-part1 ul {
  margin: 0.68rem 0 .7rem;
}
.co-part1 ul li {
  text-align: center;
}
.co-part1 ul li img {
  width: 2.8rem;
  height: 2.8rem;
}
.co-part1 ul li .common-title {
  color: inherit;
  font-size: 0.4rem;
  position: relative;
  margin-bottom: 0.58rem;
}
.co-part1 ul li .common-title::after {
  content: /public/home/css/"";
  position: absolute;
  left: 50%;
  bottom: -0.15rem;
  width: 0.46rem;
  height: 0.04rem;
  background: white;
  transform: translateX(-50%);
  border-radius: 10px;
}
.co-part1 ul li .co-part1-desc {
  width: 3rem;
  font-size: 0.2rem;
  margin: auto;
}

.co-part2, .co-part4 {
  width: 100%;
  height: 8rem;
}
.co-part2 img, .co-part4 img {
  width: 100%;
  height: 100%;
}

.co-part3 {
  color: white;
  background: #000;
  padding-top: .7rem;
  padding-bottom: 0.7rem;
}
.co-part3 > .common-title {
  color: inherit;
  margin-bottom: 0.12rem;
}
.co-part3 ul {
  margin-top: 0.75rem;
  margin-bottom: .7rem;
  gap: 0.4rem 0.45rem;
}
.co-part3 ul li {
  width: 3.6rem;
  height: 3rem;
  background: #2D2D2D;
  color: white;
  padding: 0 0.37rem;
  text-align: center;
  position: relative;
  padding-top: 0.8rem;
  transition: all 0.2s ease-in;
}
.co-part3 ul li h1 {
  font-size: 0.36rem;
  font-family: PingFang-Heavy;
  margin-bottom: 0.47rem;
}
.co-part3 ul li h4 {
  font-weight: 400;
}
.co-part3 ul li h6 {
  font-size: 0.16rem;
}
.co-part3 ul li:hover {
  background: var(--main);
}
.co-part3 ul li:hover::after {
  color: rgba(255, 255, 255, 0.2);
}
.co-part3 ul li::after {
  content: "01";
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  color: rgba(255, 255, 255, 0.05);
  left: 50%;
  top: 0rem;
  transform: translateX(-50%);
  transition: all 0.2s ease-in;
  font-family: Din;
}
.co-part3 ul li:nth-child(2)::after {
  content: "02";
}
.co-part3 ul li:nth-child(3)::after {
  content: "03";
}
.co-part3 ul li:nth-child(4)::after {
  content: "04";
}
.co-part3 ul li:nth-child(5)::after {
  content: "05";
}
.co-part3 ul li:nth-child(6)::after {
  content: "06";
}
.co-part3 ul li:nth-child(7)::after {
  content: "07";
}
.co-part3 ul li:nth-child(8)::after {
  content: "08";
}
.b-ct {
  font-size: 0.22rem;
  width: 7.8rem;
  padding: 0.3rem 0;
  line-height: 1.8;
  text-align: center;
  color: white;
  margin: auto;
}
/* .co-part1 ul {
  margin-bottom: 0;
} */
.co-part3 .b-ct {
  font-size: 0.22rem;
  width: 7.8rem;
  margin: 0.3rem auto;
  line-height: 1.8;
  text-align: center;
}
.co-part3 ul {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .co-part3 ul li {
    width: 100%;
  }
  .co-part3 .b-ct {
    max-width: 95%;
  }
  .b-ct {
    width: 100%;
  }
  .co-part1 ul li {
    width: 50%;
  }
}

.co-part5 {
  color: white;
}
.co-part5 .process {
  padding-top: .7rem;
  padding-bottom: 1rem;
  background: #000;
}
.co-part5 .process .common-title {
  color: white;
}
.co-part5 ul {
  overflow: hidden;
  text-align: center;
  padding-top: 0.84rem;
}
.co-part5 ul li {
  position: relative;
  width: 3rem;
}
.co-part5 ul li img {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
.co-part5 ul li .li-t-1 {
  font-size: 0.32rem;
  margin: 0.47rem auto 0.17rem;
}
.co-part5 ul li .li-t-2 {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
}
.co-part5 ul li:not(:last-child)::after {
  content: /public/home/css/"";
  position: absolute;
  right: -0.7rem;
  top: 0.3rem;
  width: 0.37rem;
  height: 0.34rem;
  background: url(/public/home/img/process-right.png) left/100% 100%;
}
.co-part5 .co-form {
  height: 8.5rem;
  background: center/cover no-repeat #000;
  overflow: hidden;
}
.co-part5 .co-form-left {
  flex: 1;
}
.co-part5 .co-form-left p {
  font-size: 0.66rem;
  font-family: PingFang-Heavy;
  color: white;
  text-align: center;
}
.co-part5 .co-form-right {
  padding-top: 1.3rem;
  width: 7.8rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.co-part5 .co-form-right .form-inline {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .co-part5 ul {
    row-gap: 0.5rem;
  }
  .co-part5 .co-form {
    height: auto;
  }
}

/*================ 代理加盟结束 ======================*/
/*================ 联系永乐国际f66开始 ======================*/
.contact-info {
  /* padding-top: .5rem; */
  /* padding-bottom: 1.11rem; */
  padding: 0;
}
.contact-info .common-title {
  text-align: left;
  margin-bottom: 0.29rem;
  padding-left: var(--pd-x);
}
.contact-info img {
  width: 100%;
}
.map-wr {
  background: #F5F5F5;
}
.map-wr .map-left {
  width: 9.6rem;
  height: 8.5rem;
}
.map-wr .map-right {
  flex: 1;
  background: #F5F5F5;
}
.map-wr .map-right-inner {
  width: 8.3rem;
  height: 7.7rem;
  background: #fff;
  padding: 0.45rem 0.75rem;
}
.map-wr .map-right-inner .common-title {
  font-size: 0.46rem;
  text-align: left;
  margin-bottom: 0.43rem;
}
.map-wr .map-right-inner .form-inline {
  margin: 0;
  width: 100%;
}
.map-wr .map-right-inner .form-inline .form-item {
  width: 100%;
  margin-bottom: 0.33rem;
  border: 1px solid #DEDEDE;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .map-wr .map-right-inner {
    width: 100%;
    height: 8.3rem;
  }
  .map-wr .map-left {
    height: 5.5rem;
  }
}

.kaimu {
  /* padding-top: 1.58rem; */
  padding-bottom: 1.5rem;
}
.kaimu > .common-title {
  margin-bottom: 0.46rem;
  padding-top: .5rem;
}
.kaimu .city-picker {
  margin-bottom: 0.74rem;
}
.kaimu .city-picker #distpicker {
  margin-left: 0.1rem;
}
.kaimu .city-picker #distpicker select {
  width: 5.3rem;
  height: 0.7rem;
  border: 1px solid #DEDEDE;
  border-radius: 6px;
  padding-left: 0.22rem;
  margin-right: 0.3rem;
}
.kaimu .tyg-list {
  gap: 0.3rem;
  transform: translateY(10%);
}
.kaimu .tyg-list .tyg-item {
  width: 3.7rem;
  height: 5.2rem;
  position: relative;
  color: white;
}
.kaimu .tyg-list .tyg-item:hover::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#0000, var(--main));
  z-index: 1;
}
.kaimu .tyg-list .tyg-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.1rem;
  width: 100%;
  background: linear-gradient(#0000, rgba(17,17,17, 1));
  z-index: 1;
}
.kaimu .tyg-list .tyg-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.kaimu .tyg-list .tyg-item .tyg-text-wr {
  position: absolute;
  left: 0.55rem;
  bottom: 0.4rem;
  width: 2.6rem;
  z-index: 2;
}
.kaimu .tyg-list .tyg-item .tyg-title {
  font-size: 0.32rem;
  font-family: PingFang-Heavy;
}
.kaimu .tyg-list .tyg-item .tyg-desc {
  font-size: 0.18rem;
  margin-top: 0.22rem;
}
@media (max-width: 991px) {
  .kaimu .common-title {
    font-size: 0.4rem;
  }
  .kaimu .city-picker #distpicker select {
    flex: 1;
    width: auto;
  }
  .kaimu .tyg-list {
    justify-content: space-between;
  }
  .kaimu .tyg-list .tyg-item {
    width: 47.5%;
    height: 4rem;
  }
}

/*================ 联系永乐国际f66结束 ======================*/
/*================ 搜索页开始 ======================*/
.search-page {
  color: #080404;
  --pd-x: 2.6rem;
  min-height: 100vh;
  padding: 2.48rem var(--pd-x) 1.49rem;
  background: url(/public/home/imgs/search-bg.png) top/100% auto no-repeat;
}
.search-page .search-bar {
  width: 5.96rem;
  margin-top: 0.94rem;
}
.search-page .search-bar input {
  padding-bottom: 0.27rem;
  outline: none;
  border-bottom: 1px solid #959B9F;
  flex: 1;
}
.search-page .search-bar .s-icon {
  display: inline-block;
  height: 0.18rem;
  width: 0.18rem;
  background: url(/public/home/img/search-icon-gray.png) top/100% no-repeat;
  transform: translateX(-100%);
}
.search-page .search-bar .search-desc {
  margin-top: 0.32rem;
  margin-bottom: 0.93rem;
}
.search-page .search-bar .search-desc span {
  color: var(--main);
}
.search-page .search-type {
  margin-bottom: 0.8rem;
}
.search-page .search-type p {
  font-size: 0.26rem;
  margin-bottom: 0.33rem;
}
.search-page .search-type a {
  display: inline-flex;
  -moz-column-gap: 0.16rem;
       column-gap: 0.16rem;
}
.search-page .search-type a::before {
  content: /public/home/css/"";
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  padding: 0.04rem;
  background-clip: content-box;
  border: 1px solid #959B9F;
  background-color: #fff;
}
.search-page .search-type a:nth-of-type(2) {
  margin: 0 1.625rem;
}
.search-page .search-type .type-active::before {
  border: 1px solid var(--main);
  background-color: var(--main);
}
.search-page .search-item {
  color: #080404;
  font-size: 0.22rem;
  border-top: 1px solid #D1D1D1;
  padding: 0.26rem 0;
}
.search-page .search-item img {
  width: 0.9rem;
  height: 0.9rem;
}
.search-page .search-item span {
  font-size: 0.14rem;
  color: var(--main);
}
.search-page .search-item:last-child {
  border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 991px) {
  .search-page {
    --pd-x: .25rem;
  }
}

/*================ 搜索页结束 ======================*/
/*================ 新闻中心开始 ======================*/
.news-center {
  padding-top: 0.88rem;
  padding-bottom: 1.4rem;
}
.news-center .common-title {
  font-size: 0.48rem;
}
.news-center .news-search-wr {
  margin-bottom: 0.77rem;
}
.news-center .news-search {
  width: 5.04rem;
  height: 0.8rem;
  background: white;
}
.news-center .news-search input {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border: 1px solid #E1E1E1;
  border-right: 0;
  flex: 1;
  height: 100%;
  padding: 0.25rem 0 0.25rem 0.28rem;
}
.news-center .news-search input::-moz-placeholder {
  color: #AAAAAA;
}
.news-center .news-search input::placeholder {
  color: #AAAAAA;
}
.news-center .news-search button {
  color: white;
  background: var(--main);
  font-size: 0.22rem;
  width: 1.22rem;
  height: 100%;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.news-center ul {
  row-gap: 0.6rem;
}
.news-center ul::after {
  content: /public/home/css/"";
  width: 5.1rem;
}
.news-center ul li a {
  display: inline-block;
  width: 5.1rem;
  height: 3.4rem;
  position: relative;
}
.news-center ul li a img {
  width: 100%;
}
.news-center ul li a .p1 {
  font-size: 0.24rem;
  font-weight: bold;
  margin: 0.2rem 0 0.12rem;
}
.news-center ul li a:hover .p1 {
  color: var(--main);
}
@media (max-width: 991px) {
  .news-center ul li a {
    width: 100%;
  }
}

.news-detail {
  padding-top: calc(var(--navH) + 0.7rem + 0.745rem);
}
.news-detail .common-title {
  font-size: 0.48rem;
  text-align: left;
}
.news-detail .news-date {
  margin: 0.24rem 0 0.43rem;
}
.news-detail .line {
  border-top: 1px solid #E2E2E2;
}
.news-detail-content {
  margin-top: 0.47rem;
  padding-bottom: 1rem;
}

.right-arrow, .prev-next .next::after, .prev-next .prev::before {
  width: 0.27rem;
  height: 0.13rem;
  background: url(/public/home/img/prev-next.png) top left/100% 100% no-repeat;
}

.prev-next {
  color: white;
}
.prev-next .prev, .prev-next .next {
  background: var(--main);
  padding: 0.38rem 0.88rem;
  flex: 1;
  gap: 0.22rem;
  position: relative;
  overflow: hidden;
}
.prev-next .prev span, .prev-next .next span {
  z-index: 1;
}
.prev-next .prev {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.prev-next .prev::before {
  content: /public/home/css/"";
  transform: rotate(180deg);
  z-index: 1;
}
.prev-next .prev::after {
  content: /public/home/css/"";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: all 0.2s ease-in;
  z-index: 0;
}
.prev-next .prev:hover::after {
  transform: translateX(0%);
}
.prev-next .next::after {
  content: /public/home/css/"";
  z-index: 1;
}
.prev-next .next::before {
  content: /public/home/css/"";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: all 0.2s ease-in;
  z-index: 0;
}
.prev-next .next:hover::before {
  transform: translateX(0%);
}

/*================ 新闻中心结束 ======================*/
/*================ 核心技术开始 ======================*/
.tech-subtitle {
  font-size: 0.28rem;
  text-align: center;
  margin-top: 0.16rem;
  margin-bottom: .3rem;
}

.tech-img-wr {
  width: 100%;
  overflow: auto;
}
.tech-img-wr img {
  width: 100%;
  min-width: 750px;
  height: auto;
  display: none;
}
.tech-img-wr img.active {
  display: block;
}

.tech-part1 {
  padding-top: 1.1rem;
}
.tech-part1 ul {
  margin: 0.54rem 0 0.76rem;
  gap: 0.24rem;
}
.tech-part1 ul li {
  width: 3rem;
  height: 0.7rem;
  background: #F3F3F3;
  cursor: pointer;
}
.tech-part1 ul li.active {
  background: var(--main);
  color: white;
}

.tech-part2 {
  /* padding-top: 1.61rem; */
}
.tech-part2 > .common-title {
  padding-top: 1rem;
}
.tech-part2 .part2-img-wr {
  /* margin-top: 0.55rem; */
}

.tech-part3 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.tech-part3 .tech-p3-img-wr {
  overflow: hidden;
}
.tech-part3 .tech-p3-img-wr .marquee__container {
  height: 3rem;
  margin-bottom: 0.3rem;
  margin-top: 0.64rem;
}
.tech-part3 .tech-p3-img-wr ul li {
  display: inline-block;
  width: 3.8rem;
  height: 3rem;
  position: relative;
  margin-right: 0.3rem;
}
.tech-part3 .tech-p3-img-wr ul li img {
  width: 100%;
  height: 100%;
}
.tech-part3 .tech-p3-img-wr ul li p {
  position: absolute;
  left: 0.25rem;
  bottom: 0.17rem;
  font-size: 0.18rem;
  font-family: PingFang-Heavy;
  color: white;
}

.tech-part4 {
  /* padding-top: 0.87rem; */
  width: 100%;
  /* height: 100vh; */
  position: relative;
}
.tech-part4 .common-title {
  color: white;
  position: absolute;
  left: 50%;
  top: .87rem;
  transform: translateX(-50%);
  z-index: 1;
}
.tech-part4 img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  /* position: absolute; */
  left: 0;
  top: 0;
  z-index: -1;
}

/*================ 核心结束 ======================*/
/*================ 集团简介开始 ======================*/
.gr-intro {
  position: relative;
  padding-top: 1.07rem;
}
.gr-intro .gr-intro-inner {
  background: white;
}
.gr-intro .gr-intro-img {
  width: 7.5rem;
  height: 7rem;
  position: relative;
  z-index: 1;
}
.gr-intro .gr-bt {
  position: relative;
  width: 100%;
  height: 2.43rem;
  background: var(--main);
}
.gr-intro .gr-bt ul {
  gap: 1.54rem;
}
.gr-intro .gr-bt ul li {
  color: white;
}
.gr-intro .gr-bt ul li .gr-icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.19rem;
}
.gr-intro .gr-bt ul li .num {
  font-size: 0.5rem;
}
.gr-intro .gr-bt ul li .num-desc {
  font-size: 0.18rem;
}
.gr-intro .gr-bt::after {
  content: /public/home/css/"";
  width: 200px;
  height: 3.1rem;
  position: absolute;
  background: var(--main);
  left: 0;
  top: 1px;
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  .gr-intro .gr-bt {
    margin-top: 0.5rem;
  }
  .gr-intro .gr-bt::after {
    display: none;
  }
  .gr-intro .gr-bt ul {
    gap: 0.1rem 1.4rem;
  }
}

.gr-desc-wr {
  width: 7.46rem;
  align-self: flex-start;
  padding-top: 0.77rem;
}
.gr-desc-wr .common-title {
  text-align: left;
}

.jidi {
  padding-top: 1.12rem;
  padding-bottom: 1.19rem;
}
.jidi .map-img {
  height: 7.65rem;
  margin-top: 0.7rem;
  overflow: hidden;
}
.jidi .map-img .world-map-wr {
  width: 1600px;
  height: 765px;
  position: relative;
}
.jidi .map-img .world-map-wr img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jidi .map-img .world-map-wr .dot {
  width: 0.08rem;
  height: 0.08rem;
  background: var(--main);
  position: absolute;
  top: 128px;
  left: 324px;
  border-radius: 50%;
}
.jidi .map-img .world-map-wr .dot::before, .jidi .map-img .world-map-wr .dot::after {
  content: /public/home/css/"";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: inherit;
}
.jidi .map-img .world-map-wr .dot::before {
  animation: 1.5s linear 0s infinite spark;
}
.jidi .map-img .world-map-wr .dot::after {
  animation: 1.5s linear 2s infinite spark;
}
.jidi .map-img .world-map-wr .dot span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  white-space: nowrap;
  font-style: normal;
  transform: translate(-106%, -30%);
}
.jidi .map-desc ul {
  gap: 0.3rem 1.6rem;
}
.jidi .map-desc ul p {
  max-width: 4.2rem;
}
.jidi .map-desc .num {
  font-size: 1rem;
  color: var(--main);
}
.jidi .map-desc .map-desc-text {
  margin-left: 0.17rem;
  font-size: 0.24rem;
}
.jidi .map-desc .map-desc-text p:last-child {
  font-size: 0.2rem;
}
/* 02/28 start */
.jidi .map-img .world-map-wr .dot:nth-of-type(1) { top: 2.62rem; left: 2.94rem; }
.jidi .map-img .world-map-wr .dot:nth-of-type(2){ top: 1.28rem; left: 3.24rem; }
.jidi .map-img .world-map-wr .dot:nth-of-type(3) { top: 1.53rem; left: 7.26rem; }
.jidi .map-img .world-map-wr .dot:nth-of-type(4){ top: 1.92rem; left: 7.67rem; }
.jidi .map-img .world-map-wr .dot:nth-of-type(5) { top: 1.78rem; left: 8.07rem; }
.jidi .map-img .world-map-wr .dot:nth-of-type(6) { top: 4.48rem; left: 12.17rem; }
.jidi .map-img .world-map-wr .dot:nth-of-type(7) { top: 2.87rem; left: 12.67rem; }
.jidi .map-img .world-map-wr {
  width: 100%;
}
.jidi .map-img .world-map-wr img {
  height: auto;
}
/* 02/28 end */
@media (max-width: 991px) {
  .jidi .map-img {
    overflow: auto;
    height: 5.65rem;
  }
  .jidi .map-img::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0);
  }
  .jidi .map-img::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
  }
}

.fuwu {
  background: #F5F5F5;
  padding-top: 0.83rem;
  padding-bottom: 1.2rem;
}
.fuwu ul {
  gap: 0.18rem;
  margin-top: 0.64rem;
}
.fuwu ul li {
  width: 3.8rem;
  background: white;
}
.fuwu ul li img {
  width: 100%;
  height: 3.2rem;
}
.fuwu ul li .fuwu-desc {
  width: 100%;
  height: 2.2rem;
  padding: 0.3rem;
  overflow: hidden;
  text-align: center;
  background: white;
}
.fuwu ul li .fuwu-desc .common-title {
  font-size: 0.32rem;
  margin-bottom: 0.17rem;
}
@media (max-width: 991px) {
  .fuwu ul > a {
    width: 47%;
  }
  .fuwu ul li {
    width: 100%;
  }
}

.licheng {
  padding-top: 1.03rem;
  padding-bottom: 1.29rem;
  background: center/cover no-repeat;
}
.licheng > ul {
  margin: 0.87rem var(--pd-x) 0;
  max-height: 630px;
  overflow: auto;
  padding-bottom: 0.3rem;
}
.licheng > ul li {
  position: relative;
  padding: 0.3rem 0.1rem;
  border-top: 1px solid #C4C4C4;
  cursor: pointer;
  position: relative;
  -moz-column-gap: 0.96rem;
       column-gap: 0.96rem;
}
.licheng > ul li:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.licheng > ul li:first-child img {
  top: 0;
  transform: translate(0, 0);
}
.licheng > ul li:last-child img {
  transform: translateY(-100%);
}
.licheng > ul li:hover {
  color: var(--main);
}
.licheng > ul li:hover img {
  display: inline-block;
}
.licheng > ul li .licheng-desc {
  flex: 1;
}
.licheng > ul li img {
  width: 4.5rem;
  height: 3rem;
  box-shadow: -0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
  z-index: 1;
}

.zhuanli {
  height: 10rem;
  width: 100%;
  overflow: hidden;
  background: center/cover no-repeat;
}
.zhuanli .zl-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.zhuanli .zl-left {
  display: none;
  width: 8.25rem;
}
.zhuanli .zl-left.active {
  display: block;
}
.zhuanli .zl-left .common-title {
  font-size: 0.48rem;
  text-align: left;
  color: white;
}
.zhuanli .zl-left .zl-desc {
  font-size: 0.18rem;
  color: white;
  margin-top: 0.4rem;
}
.zhuanli .zl-left .zl-img-wr {
  padding-left: 0.28rem;
  width: 6rem;
  height: 4rem;
  margin-top: 0.94rem;
  position: relative;
}
.zhuanli .zl-left .zl-img-wr img {
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}
.zhuanli .zl-left .zl-img-wr::after {
  content: /public/home/css/"";
  width: 5.75rem;
  height: 3.7rem;
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
}
.zhuanli .zl-right {
  width: 6.2rem;
  height: 7.78rem;
  overflow: auto;
  padding-left: 0.5rem;
}
.zhuanli .zl-right ul {
  color: rgba(255, 255, 255, 0.7);
}
.zhuanli .zl-right ul li {
  padding: 0.1rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in;
}
.zhuanli .zl-right ul li::after {
  content: /public/home/css/"";
  width: 0.5rem;
  border: 1px solid white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: right;
  transition: all 0.2s ease-in;
}
.zhuanli .zl-right ul li:hover {
  color: white;
  padding-left: 0.4rem;
}
.zhuanli .zl-right ul li:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.zhuanli .zl-right ul .zl-active {
  color: white;
  padding-left: 0.4rem;
}
.zhuanli .zl-right ul .zl-active::after {
  transform: translateX(-50%) scaleX(1);
}
@media (max-width: 991px) {
  .zhuanli {
    height: auto;
  }
  .zhuanli .zl-right {
    max-height: 2rem;
    order: -1;
    margin-bottom: 0.5rem;
  }
}

.top-50 {
  padding-top: 1.15rem;
}
.t50-sw {
  height: 6rem;
  margin-top: .6rem;
}
.top-50 .common-title.active {
  display: block;
}
.top-50 .common-title {
  display: none;
}
.top-50 .t50-sw .progress .left .circle {
  --border-color: var(--main);
}
.top-50 .t50-sw .progress .right .circle {
  --border-color: var(--main);
}
.top-50 .t50-sw .progress-active::after {
  --border-color: var(--main);
}
.top-50 .t50-sw .progress::after {
  background: var(--main);
}
@media (max-width: 991px) {
  .t50-sw {
    height: 3rem;
    min-height: unset;
  }
}
.hezuo {
  text-align: center;
  /* padding-top: 1.34rem; */
}
.hezuo > .common-title {
  padding-top: 1.34rem;
}
.hezuo .common-title ~ p {
  width: 13.68rem;
  max-width: 95%;
  font-size: 0.28rem;
  margin: 0.25rem auto 0.4rem;
}
.hezuo > img {
  width: 100%;
  height: auto;
}

.hezuo1 {
  padding-top: 1.18rem;
}
.hezuo1 .hz1-sw {
  margin: 0.64rem var(--pd-x) 0;
}
.hezuo1 .hz1-sw .slide-wr {
  width: 2.22rem;
}
.hezuo1 .hz1-sw img {
  width: 100%;
  /* height: 1.68rem; */
  height: auto;
  margin-bottom: .21rem;
}
.hezuo1 .hz1-sw p {
  font-size: 0.22rem;
  text-align: center;
}
.hezuo1 .swiper-button-prev {
  left: 0.7rem;
}
.hezuo1 .swiper-button-next {
  right: 0.7rem;
}

.pdcase {
  /* padding-top: 1.73rem; */
  padding-bottom: 1.55rem;
}
.pdcase > .common-title {
  padding-top: 1.73rem;
  padding-bottom: .7rem;
}
.pdcase .grid {
  /* margin-top: 0.7rem; */
  display: grid;
  width: 100%;
  overflow: auto;
  grid-template-rows: repeat(3, 4rem);
  grid-template-columns: repeat(4, 4rem);
  transform: translateY(10%);
}
.pdcase .grid .grid-item {
  position: relative;
}
.pdcase .grid .grid-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pdcase .grid .grid-item-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(236, 104, 22, 0.8);
  z-index: -1;
  color: white;
  opacity: 0;
  transition: opacity 0.3s;
}
.pdcase .grid .grid-item:hover .grid-item-hover {
  z-index: 1;
  font-size: 0.36rem;
  font-family: PingFang-Heavy;
  opacity: 1;
}
.pdcase .grid .grid-item:nth-child(4) {
  grid-column: 4/5;
  grid-row: 1/3;
}
.pdcase .grid .grid-item:last-child {
  grid-row: 3/4;
  grid-column: 3/5;
}

.gr-last {
  background: center/cover no-repeat;
  padding-top: 1.73rem;
  padding-bottom: 1.7rem;
  color: white;
}
.gr-last .common-title {
  color: white;
  text-align: left;
  margin-bottom: 0.4rem;
}
.gr-last .subtitle-1 {
  font-size: 0.28rem;
}
.gr-last .go-btn {
  background: var(--main);
  width: 2.2rem;
  height: 0.6rem;
  margin-top: 1.3rem;
}

/*================ 集团简介结束 ======================*/
/*================ 服务与支持开始 ======================*/
.ser-banner {
  justify-content: unset;
  align-items: unset;
  color: white;
  min-height: 730px;
}
.ser-banner > .container {
  margin-top: 3.12rem;
  margin-top: 30vh;
}
.ser-banner .common-title {
  font-size: 0.62rem;
  color: white;
  text-align: left;
}
.ser-banner .ser-btn-group {
  margin-top: 1.2rem;
}
.ser-banner .ser-btn-group .view-btn, .ser-banner .ser-btn-group .view-btn-1 {
  margin: 0 0.35rem 0 0;
}

.download-popup {
  text-align: center;
}
.download-popup p {
  font-size: 0.3rem;
  margin-bottom: 0.38rem;
}
.download-popup img {
  width: 3.8rem;
  height: 3.8rem;
}

/*================ 服务与支持结束 ======================*/
/*================ 标准化服务体系开始 ======================*/
.tixi {
  background: black;
  color: white;
  padding-top: 0.69rem;
  padding-bottom: 0.95rem;
}
.tixi .common-title {
  color: white;
}
.tixi ul {
  margin-top: 0.53rem;
  gap: 0.3rem 1.29rem;
}
.tixi ul li {
  text-align: center;
}
.tixi ul li img {
  width: 1.8rem;
  height: 1.8rem;
}
.tixi ul li p:nth-of-type(1) {
  font-size: 0.28rem;
  margin: 0.3rem auto 0.16rem;
}

/*================ 标准化服务体系结束 ======================*/
/*================ 服务与支持开始 ======================*/
.fwzc {
  padding-top: 0.74rem;
  padding-bottom: 1.4rem;
}
.fwzc ul {
  gap: 0.4rem;
  margin-top: 0.71rem;
}
.fwzc ul li {
  position: relative;
  width: 4.6rem;
  height: 3.3rem;
  background: #F5F5F5;
  text-align: center;
}
.fwzc ul li .fwzc-img {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
.fwzc ul li .fwzc-p1 {
  font-size: 0.36rem;
  margin: 0.26rem auto 0.23rem;
}
.fwzc ul li .fwzc-p2 {
  font-size: 0.26rem;
  color: #999;
}
.fwzc ul li:nth-child(2) {
  width: 5.8rem;
  order: 2;
}

.fwzc ul li:nth-child(2):hover .social-hover {
  opacity: 1;
}
.fwzc .social-hover {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  background-color: #F5F5F5;
  padding-top: 0.21rem;
  opacity: 0;
  transition: all 0.2s ease-in;
  left: 0;
  top: 0;
}
.fwzc .social-hover .social-title {
  font-size: 0.36rem;
  margin-bottom: 0.25rem;
}
.fwzc .social-hover .social-title ~ .flx-ct {
  gap: 0.78rem;
}
.fwzc .social-hover img {
  width: 1.6rem;
  height: 1.6rem;
}
.fwzc .social-hover p {
  font-size: 0.2rem;
  margin-top: 0.068rem;
}
@media (max-width: 991px) {
  .fwzc ul li {
    flex-basis: 100%;
  }
}

/*================ 服务与支持结束 ======================*/
/*================ 手册下载开始 ======================*/
.shouce {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  background: rgb(245, 246, 248);
}
.shouce .shouce-search {
  margin: 0.76rem auto 1.08rem;
  width: 9rem;
  max-width: 100%;
  height: 0.8rem;
  background: white;
}
.shouce .shouce-search input {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border: 1px solid #E1E1E1;
  border-right: 0;
  flex: 1;
  height: 100%;
  padding: 0.25rem 0 0.25rem 0.28rem;
}
.shouce .shouce-search input::-moz-placeholder {
  color: #AAAAAA;
}
.shouce .shouce-search input::placeholder {
  color: #AAAAAA;
}
.shouce .shouce-search button {
  color: white;
  background: var(--main);
  font-size: 0.22rem;
  width: 1.5rem;
  height: 100%;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.shouce ul:not(.gzh-pd-wr ul) {
  gap: 0.45rem;
}
.shouce ul:not(.gzh-pd-wr ul) li {
  overflow: hidden;
  border-radius: 6px;
  background: rgb(245, 245, 245);
  height: 3.8rem;
  width: 5rem;
  transition: all 0.2s ease-in;
}
@media (any-hover: hover) {
  .shouce ul:not(.gzh-pd-wr ul) li:hover {
    background: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .shouce ul:not(.gzh-pd-wr ul) li:hover .download-btn {
    color: var(--main);
  }
  .shouce ul:not(.gzh-pd-wr ul) li:hover svg path {
    fill: var(--main);
  }
}
.shouce ul:not(.gzh-pd-wr ul) li .sc-text-wr {
  padding: 0 0.18rem;
}
.shouce ul:not(.gzh-pd-wr ul) li .sc-text-wr p {
  font-size: 0.18rem;
}
.shouce ul:not(.gzh-pd-wr ul) li .sc-text-wr .download-btn svg {
  width: 0.25rem;
  height: 0.18rem;
  margin-right: 0.143rem;
}
.shouce ul:not(.gzh-pd-wr ul) li img {
  width: 100%;
  height: 3rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .shouce ul:not(.gzh-pd-wr ul) li {
    padding-bottom: 18px;
    width: auto;
    height: auto;
  }
  .shouce ul:not(.gzh-pd-wr ul) li img {
    width: 100%;
    height: auto;
  }
}

/*================ 手册下载结束 ======================*/
/*================ 视频中心开始 ======================*/
.video-banner .banner-title {
  margin-bottom: 0.78rem;
}
.video-banner .view-video-btn::after {
  content: /public/home/css/"";
  width: 0.26rem;
  height: 0.26rem;
  margin-left: 0.14rem;
  background: url(/public/home/img/video-play-icon.png) center/cover;
}
.video-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video-list {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}
.video-list ul {
  gap: 0.7rem 0.4rem;
}
.video-list ul li {
  cursor: pointer;
}
.video-list ul li .vc-img-wr {
  position: relative;
}
.video-list ul li .vc-img-wr::after {
  content: /public/home/css/"";
  width: 100%;
  height: 100%;
  background: url(/public/home/img/video-play-icon-2x.png) center/0.68rem 0.68rem no-repeat rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.video-list ul li:hover .vc-img-wr::after {
  opacity: 1;
}
.video-list ul li img {
  width: 5rem;
  height: 3rem;
}
.video-list ul li p {
  font-size: 0.24rem;
  margin-top: 0.25rem;
}
@media (max-width: 991px) {
  .video-list ul li .vc-img-wr::after {
    opacity: 1;
  }
  .video-list ul li img {
    width: 100%;
    height: auto;
  }
}

/*================ 视频中心结束 ======================*/
/*================ 公众号 开始 ======================*/
.gzh-pd-wr {
  padding-top: 0;
}

.gzh-desc-banner {
  position: relative;
  background: center no-repeat #F5F5F5;
}
.gzh-desc-banner .common-title {
  position: absolute;
  bottom: 0.4rem;
}

.gzh-last {
  margin-top: 1.22rem;
  margin-bottom: 1.44rem;
  height: 5.41rem;
}
.gzh-last .c-inner {
  background: center/cover no-repeat;
  height: 100%;
  /* padding: 1rem 0 0 1.5rem; */
}
.gzh-last .c-inner .common-title {
  text-align: left;
  color: white;
}

.recruit {
  padding: 1.06rem var(--pd-x1) 1.14rem;
}
.recruit .common-title {
  margin-bottom: 0.58rem;
}
.recruit-item {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  color: #A8A8A8;
}
.recruit-item.on {
  box-shadow: 0 0.08rem 0.25rem rgba(0, 0, 0, 0.1);
}
.recruit-item.on .job {
  background: white;
}
.recruit-item.on .job-plus {
  transform: rotate(90deg);
}
.recruit-item .job {
  padding: 0.3rem 1.25rem 0.3rem 0.43rem;
  background: #F6F7F8;
}
.recruit-item .job-title {
  color: #111;
  font-size: 0.3rem;
  font-family: PingFang-Heavy;
  flex: 2 !important;
}
.recruit-item .job span {
  flex: 1;
}
.recruit-item .job-plus {
  cursor: pointer;
  width: 0.15rem;
  height: 0.27rem;
  background: url(/public/home/img/gzh-right-arrow.png) center/100%;
  transition: transform 0.3s;
}
.recruit-item .job-expand-outer {
  display: none;
}
.recruit-item .job-expand {
  border-top: 1px solid #E9E9E9;
  padding: 0 0.51rem;
}
.recruit-item .job-expand ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.recruit-item .job-expand ul li img {
  width: 0.36rem;
  height: 0.36rem;
}
.recruit ul.expand-list {
  width: 100%;
}
.recruit ul.expand-list li:last-child {
  border-bottom: none;
}
.recruit ul.expand-list li:hover svg path {
  fill: var(--main);
}
.recruit ul.expand-list .gzh-video-li {
  justify-content: flex-start;
}
/* .recruit ul.expand-list .download-title {
  margin-left: 0.22rem;
  flex: 1;
} */
.recruit ul.expand-list li > .d-filename  {
  flex: 1;
  margin-left: .22rem;
}

.recruit ul.expand-list .gzh-download-wr {
  margin-left: auto;
}
.recruit ul.expand-list .gzh-download-wr svg {
  width: 0.25rem;
  height: 0.18rem;
  margin-right: 8px;
}
.recruit .Q, .recruit .A {
  font-size: 0.24rem;
}
.recruit .Q {
  color: var(--main);
  margin-bottom: 0.24rem;
}
@media (max-width: 991px) {
  .recruit {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }
  .recruit .job {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruit .job-title {
    flex: 1.4 !important;
  }
  .gzh-last {
    margin-bottom: 0rem;
  }
}

/*================ 公众号 结束 ======================*/
/*================ 品牌故事开始 ======================*/
.pp-banner {
  width: 100%;
  height: 6rem;
  background: center/cover no-repeat;
}

.pp-jj {
  padding-top: 1.04rem;
}
.pp-jj-left img {
  width: 5.43rem;
  height: 1.73rem;
}
.pp-jj-right {
  width: 7.71rem;
  font-size: 0.26rem;
}
@media (max-width: 991px) {
  .pp-jj-right {
    margin-top: 20px;
  }
}

.xz {
  /* padding-top: 1rem; */
}
.xz > .common-title {
  padding-top: .6rem;
  padding-bottom: .73rem;
}
.xz-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.pp-sln {
  /* padding-top: 1.35rem; */
  /* padding-bottom: 1.04rem; */
}
.pp-sln > .common-title:first-of-type {
  padding-top: .6rem;
}
.pp-sln > .common-title:last-of-type {
  padding-bottom: .6rem;
}
.pp-sln img {
  width: 100%;
  height: auto;
  /* margin-top: 0.67rem; */
}

.pp-design {
  /* padding-top: 1.03rem; */
  background: #F5F5F5;
  text-align: center;
  /* padding-bottom: 1.99rem; */
}
.pp-design .common-title {
  padding-top: .7rem;
}
.pp-design .pp-subtitle {
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
.pp-design .honor-img-wr {
  gap: 0.48rem;
  margin: 0.4rem auto 0.81rem;
}
.pp-design .honor-img-wr img {
  width: 1.8rem;
  height: 1.8rem;
}
.pp-design .pp-ds-sw {
  filter: drop-shadow(0 .08rem 0.25rem rgba(0, 0, 0, 0.12));
}
.pp-design .pp-ds-sw .swiper-slide img {
  width: 100%;
}
.pp-design .pp-ds-pg {
  --swiper-theme-color: var(--main);
  width: 5rem;
  height: 0.08rem;
  background: #F5F5F5;
  bottom: -0.83rem;
  top: unset;
  border-radius: 0.1rem;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .pp-design .honor-img-wr img {
    width: 1.3rem;
    height: 1.3rem;
  }
}

.authority {
  padding-top: 0.89rem;
  background: center/cover no-repeat;
}
.authority .auth-sw {
  padding-top: 0.5rem;
  padding-bottom: 1.1rem;
  filter: drop-shadow(0 0.08rem 0.25rem rgba(0, 0, 0, 0.12));
}
.authority .auth-sw .auth-text {
  font-size: 0.18rem;
  width: 2.92rem;
  text-align: center;
  opacity: 0;
  margin: auto;
  transition: all 0.2s ease-in;
  margin-top: 0.3rem;
}
.authority .auth-sw .swiper-slide-active .auth-text {
  opacity: 1;
}
.authority .auth-sw .swiper-button-prev {
  left: 0.9rem;
}
.authority .auth-sw .swiper-button-next {
  right: 0.9rem;
}

.hjbf {
  padding-top: 1.22rem;
  background: center/cover no-repeat;
  color: white;
}
.hjbf .common-title {
  color: white;
}
.hjbf .hjbf-subtitle {
  font-size: 0.28rem;
  margin-top: 0.21rem;
  text-align: center;
}

.pp-dsj {
  /* padding-top: 0.9rem; */
  background: center/cover no-repeat;
  padding-bottom: 1.1rem;
  border-top: 1px solid #0000;
}
.pp-dsj p.common-title {
  position: relative;
  top: 1.7rem;
}
.pp-dsj .sw-outer {
  margin-top: 1.66rem;
}
.pp-dsj .dsj-sw .dsj-content {
  padding: 1rem 0;
}
.pp-dsj .dsj-sw .dsj-content img {
  position: relative;
  width: 5.6rem;
  height: 3.8rem;
  box-shadow: -0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}
.pp-dsj .dsj-sw .dsj-content-text {
  margin-left: 1.31rem;
  font-size: 0.22rem;
  width: 5.66rem;
}
.pp-dsj .dsj-sw .dsj-year {
  font-size: 3rem;
  position: absolute;
  left: 6rem;
  color: #F1F1F1;
  top: -1.25rem;
  font-weight: bold;
}
.pp-dsj .years-sw {
  --r: .06rem;
  height: 75px;
}
.pp-dsj .years-sw .swiper-slide-thumb-active {
  z-index: 2;
}
.pp-dsj .years-sw .swiper-slide-thumb-active .linear-line {
  color: var(--main);
  background: linear-gradient(to right, rgba(0, 0, 0, 0), var(--main), rgba(0, 0, 0, 0));
  transform: scaleX(1.6);
}
.pp-dsj .years-sw .swiper-slide-thumb-active .year-content {
  background: radial-gradient(white 0 var(--r), var(--main) var(--r) 100%);
}
.pp-dsj .years-sw .swiper-slide {
  height: 0.2rem;
}
.pp-dsj .years-sw .year-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
  background: radial-gradient(white 0 var(--r), #D6D6D6 var(--r) 100%);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.pp-dsj .years-sw .year-content span {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 100%);
}
.pp-dsj .years-sw .linear-line {
  text-align: center;
  width: 100%;
  height: 2px;
  background: #DEDEDE;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0.2rem;
  color: #AFAFAF;
  transition: all 0.2s ease-in;
}
@media (max-width: 991px) {
  .pp-dsj .sw-outer {
    margin-top: 0;
  }
  .pp-dsj .dsj-sw .dsj-year {
    display: none;
  }
  .pp-dsj .dsj-sw .dsj-content-text {
    margin-left: 0;
    margin-top: 14px;
  }
  .pp-dsj p.common-title {
    top: .4rem;
  }
}

.yijing {
  /* padding-top: 1rem; */
  padding-bottom: 1.34rem;
}
.yijing > .common-title {
  padding-top: 1rem;
  padding-bottom: .69rem;
}
.yijing-sw {
  /* padding-top: 0.69rem; */
}
.yijing .swiper-slide {
  text-align: center;
}
.yijing .swiper-slide img {
  width: 4.8rem;
  height: 3.28rem;
}
.yijing .swiper-slide p {
  font-size: 0.24rem;
  margin-top: 0.23rem;
}
.yijing .view-btn-1 {
  margin-top: 0.7rem;
}

/*================ 品牌故事结束 ======================*//*# sourceMappingURL=base.css.map */

.not-prod {
  width: 1.32rem;
  position: absolute;
  left: -38%;
  background: rgba(255, 255, 255, 1);
  color: #333;
  font-size: 0.14rem;
  display: none;
  /* transform: translateY(-10px); */
}
.not-prod li {
  flex-basis: 100%;
  text-align: center;
  padding: 0.04rem;
}
.not-prod li a:hover {
  color: var(--main);
}
.not-prod .prod-wrapper {
  box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
  width: 100%;
  display: inline-block;
}
.not-prod ul {
  padding: 0.1rem 0;
}

nav .menu-pc > li.not-prod-wr {
  position: relative;
}

nav .menu-pc > li.not-prod-wr:hover .not-prod {
  display: flex;
}
.prod-dropdownlist {
  box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
}
.t50-sw .swiper-slide img {
  height: auto;
}
.news-center-banner {
  height: 50vh;
  min-height: 350px;
  background-size: cover;
  /* background-position: center; */
}
.fwzc ul li:nth-child(2) {
  width: 5.8rem;
  order: 2;
}
.fwzc ul li:nth-child(1) {
  order: 3;
}
.fwzc ul li:nth-child(3) {
  order: 1;
}
.kaimu .city-picker {
  display: none;
}

.news-detail .common-title {
  text-align: center;
}
.news-detail .news-date {
  text-align: center;
}
.news-detail-content {
  width: 10rem;
  margin: 0 auto;
  padding-top: 10px;
}
.news-detail-content img {
  width: 100%!important;
  height: auto!important;
}
.pd-section {
  background: rgb(245, 246, 248);
}
.pd-section .pd-list ul li:hover {
  background: white;
}
.pd-section .hover-zoom img {
  transform: scale(.9);
}
.pd-section .hover-zoom:hover > img {
  transform: scale(1);
}

nav .prod-dropdownlist .prod-sw .img-wr {
  background: transparent;
}
nav .prod-dropdownlist .prod-sw {
  filter: drop-shadow(0 0 15px rgba(0,0,0, .1));
}
nav .prod-dropdownlist .prod-sw .img-wr p {
  bottom: 0;
}
nav {
  position: fixed;
}
.customize .container ul li {
  flex-basis: 12%;
}
.cd-detail-content {
  width: 10rem;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.home-sw2 .swiper-slide .content-title {
  font-size: .52rem;
}
.home-sw2 .swiper-slide .content-subtitle {
  font-size: .2rem;
}
.content-title {
  font-weight: bold;
}
.c-inner > div {
  margin-top: 2.8rem!important;
}
.view-btn-test, .view-btn-test1 {
  width: 2.1rem;
  height: .7rem;
  font-size: .2rem;
  color: white;
  box-shadow: 0px 6px 20px 0px rgba(115, 0, 171, 0.26);
  background: linear-gradient(-42.61deg, rgb(162, 147, 237) 7.401%,rgb(236, 186, 234) 100%);
}
.view-btn-test1 {
  box-shadow: 0px 6px 20px 0px rgba(0, 40, 174, 0.22);
  background: linear-gradient(135.00deg, rgb(112, 188, 255) 0%,rgb(51, 151, 229) 100%);
}

@media (max-width: 991px) {
  .c-inner > div {
    width: 100%!important;
    margin-top: 0rem!important;
    gap: .2rem;
  }
  .view-btn-test, .view-btn-test1 {
    width: 1.5rem;
    height: .5rem;
    font-size: .14rem;
  }
  .view-btn-test1 {
    width: 1.7rem;
  }
  .content-title {
    text-align: center;
  }
  .gzh-last {
    margin-top: 0;
    height: auto;
    padding: 0;
  }
  .gzh-last .c-inner {
    background-size: 100%;
    height: auto;
    /* padding: .5rem 0 .5rem .5rem; */
    padding: 0;
  }
  .gzh-last .c-inner .common-title {
    font-size: .3rem;
  }
  .home-sw2, .home-banner {
    height: 50vh;
  }
  .home-sw2 {
    min-height: unset;
    height: 6.0347rem;
  }
  .jingyan {
    height: 6.0347rem;
    background: bottom/100% no-repeat;
    padding-top: .7rem;

  }
  .home-sw2 .swiper-slide .content {
    padding-top: .2rem;
  }
}

/* 推荐套餐 */
.recommon-toacan {
  width: 100%;
  height: 7.17rem;
  background: center/cover no-repeat;
  color: white;
}
.recommon-toacan-title {
  color: inherit;
  margin-bottom: 0.24rem;
}
.recommon-toacan-desc {
  font-size: 0.2rem;
  width: 5.8rem;
  text-align: center;
}
.u-box {
  transform: translateY(-.4rem);
}
.tui {
  padding-top: 0.96rem;
  padding-bottom: .4rem;
  background: rgb(234, 236, 239);
}
.tui-ul {
  --w: 3.66rem;
  --h: 2.84rem;
  gap: 0.3rem;
  margin: 0.3rem 0 0rem;
}

.tui-li .common-title {
  width: var(--w);
  font-size: 0.22rem;
  /* margin-bottom: 0.3rem; */
}
.tui-img-wr {
  width: var(--w);
  height: var(--h);
  background: rgb(234, 236, 239);
  overflow: hidden;
  position: relative;
}
.tui-img-wr:hover .tui-subtitle {
  opacity: 1;
  z-index: 2;
}
.tui-img-wr:hover .hover-zoom img {
  transform: scale(1.2);
}
.tui-img-wr .tui-subtitle {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  font-size: 0.22rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: var(--w);
  height: var(--h);
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  color: white;
}
.tui-img-wr .tui-more {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.16rem;
  font-weight: normal;
  text-decoration: underline;
}
.tui-img-wr .hover-zoom {
  overflow: visible;
}
.tui-img-wr .hover-zoom img {
  width: 2.95rem;
  /* height: 2.03rem; */
}

.bullet-outer {
  cursor: pointer;
}
.empty-style {
  height: var(--navH);
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
}
p:has(img) {
  line-height: 0;
}
.index2-title-wr {
  width: 70vw;
  /* transform: scale(.8); */
  margin-top: .4rem;
  margin-bottom: .3rem;
}
.index2-title-wr .common-title {
  color: white;
  font-size: .65rem;

}
.index2-title-wr .common-title span {
  font-family: PingFang-Heavy;
}
.index2-title-wr .common-title span:last-child {
  color: var(--main);
}
.cases-banner~.the-add > .news-sw > img {
  width: 100%!important;
  height: auto!important;
}

@media (max-width: 991px) {
  .index2-title-wr {
    width: 100%;
    margin-top: 0;
  }
  .index2-title-wr .common-title span:last-child {
    /* display: block; */
    /* width: 100%; */
  }
  .customize .sln-wr {
    height: 4rem;
  }
  .customize .sln-wr .text-wr {
    top: 0;
  }
  .cases-banner~.the-add > .news-sw > img {
    height: auto!important;
  }
  .banner {
    height: 4.7rem;
  }
  .ser-banner {
    min-height: unset;
    height: 30vh;
  }
  .ser-banner .common-title {
    font-size: .32rem;
  }
  .ser-banner > .container {
    margin-top: 110px;
  } 
  .ser-banner .ser-btn-group {
    margin-top: .2rem;
  }
  .tui-ul {
    justify-content: space-between;
    --w: 100%;
  }
  .tui-ul:after {
    content: '';
    display: block;
    flex: 1;
  }
  .map-desc ul li {
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .news-center ul li {
    overflow: hidden;
    width: 48%;
  }
  .cd-banner ~ .the-add > .news-sw > img {
    height: auto!important;
  }
  .banner-title {
    font-size: .36rem;
  }
  .banner-subtitle-2 {
    font-size: .22rem;
  }
  .co-banner .banner-content {
    padding-top: .6rem;
  }
  .jiajv .jiajv-sw .swiper-slide .text-content {
    width: auto;
    height: 9.3rem;
    background-position-y: 0;
  }
  .jiajv .jiajv-sw .swiper-slide .text-content .text-1 {
    top: 6.7rem;
  }
  .jiajv .jiajv-sw .swiper-slide .text-content .text-2 {
    top: 7.7rem;
  }
  .pd-banner .pd-ban-sw-outer .ban-pg-next {
    right: .1rem;
    transform: translateY(.1rem);
  }
  .pd-banner .pd-ban-sw-outer .ban-pg-prev {
    left: .1rem;
    transform: translateY(.1rem);
  }
  .recommon-toacan {
    height: 3.1rem;
  }
  .u-box {
    transform: translate(0);
  }
  .news-center-banner {
    /* height: 3.1rem; */
    height: 2rem;
    min-height: unset;
  }
  .banner-subtitle-1, .banner-subtitle-2 {
    font-size: .32rem;
  }
  .video-list ul {
    gap: .4rem 0;
  }
  .video-list > ul > li {
    width: 47%;
    overflow: hidden;
  }
  .cases-banner .banner-subtitle-2, .co-banner .banner-subtitle-2 {
    margin: 0.18rem auto 0.5rem;
  }
  .pd-banner {
    height: 4.7rem;
  }
  .home-sw {
    /* height: 4.7rem; */
    height: 6.0347rem;
    min-height: unset;
  }
  .cases-list ul {
    gap: .26rem;
    /* display: grid;
    grid-template-columns: repeat(2, 48%); */
  }
  .cases-list ul li {
    /* --w: .3rem; */
    flex-basis: 48%;
    width: unset;
  }
  .cases-list ul li span {
    display: block;
    width: 3.36rem;
  }
  .cases-list ul li img {
    width: 3.36rem;
    height: auto;
  }
  .ziyuan {
    padding-top: .7rem;
  }
  .ziyuan .sub-title {
    margin-bottom: .3rem;
  }
  .ziyuan .num-wr .num-item .num + div {
    margin-top: -10px;
  }
  .ziyuan .view-btn {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .home-sw .swiper-slide .content-title, .pdd-banner .pdd-sw .swiper-slide .content-title, .home-sw2 .swiper-slide .content-title, .t50-sw .swiper-slide .content-title {
    font-size: .5rem;
  }
  .jiajv {
    padding-bottom: 0.51rem
  }
  .banner-content {
    padding-top: .5rem;
  }
  .pd-banner .pd-ban-sw-outer {
    height: 1.2rem;
  }
  .pd-banner .search-pd {
    margin-top: .3rem;
    width: 5.5rem;
    height: .7rem;
  }
  .quanquan-con {
    transform: scale(.8) translate(0, -0.7rem);
  }
  /* 02/28 start */
  .jidi .map-img .world-map-wr .dot:nth-of-type(1) { top: 1.094rem; left: 1.245rem; }
  .jidi .map-img .world-map-wr .dot:nth-of-type(2){ top: 0.509rem;left: 1.283rem; }
  .jidi .map-img .world-map-wr .dot:nth-of-type(3) { top: 0.6415rem; left: 3.132rem; }
  .jidi .map-img .world-map-wr .dot:nth-of-type(4){ top: 0.8679rem; left: 3.2452rem; }
  .jidi .map-img .world-map-wr .dot:nth-of-type(5) { top: 0.698rem; left: 3.3962rem; }
  .jidi .map-img .world-map-wr .dot:nth-of-type(6) { top: 1.8868rem; left: 5.24528rem; }
  .jidi .map-img .world-map-wr .dot:nth-of-type(7) { top: 1.245rem; left: 5.378rem; }
  .jidi .map-img .world-map-wr {
    width: 100%;
  }
  .jidi .map-img .world-map-wr img {
    height: auto;
  }
  .jidi .map-img {
    height: 3.65rem;
  }
  .the-add > .swiper > img {
    height: auto!important;
  }
  .yijing {
    padding-bottom: .4rem;
  }
  .yijing .swiper-slide img {
    height: auto;
  }
  .yijing > .common-title {
    font-size: .45rem;
    padding-top: .69rem;
  }
  .jiajv .jiajv-sw .swiper-slide .text-content .text-1 {
    top: 5.1rem;
  }
  .jiajv .jiajv-sw .swiper-slide .text-content .text-2 {
    top: 5.7rem;
  }
  .jiajv .jiajv-sw .swiper-slide .text-content {
    height: 7rem;
    margin: 0 40px;
  }
  .jiajv-sw-text-wr {
    top: 4.8rem;
  }
  .news-list {
    padding-bottom: .5rem;
  }
  .news-list > .common-title {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }
  .news-list .view-btn-1 {
    /* margin: 0.24rem auto .3rem; */
    margin-bottom: 0;
  }
/* 02/28 end */
  
/* 02/29 start */
  .ziyuan {
   padding-top: .3rem;
   height: 6.0347rem;
  }
  .ziyuan .num-wr .num-item {
   font-size: .13rem;
  }
  .jiajv .common-title { line-height: 1;}
  .jiajv .sub-title {
   margin: .2rem auto;
  }
  .customize .common-title {
    padding-top: .4rem;
  }
  .customize .container {
    padding-top: .3rem;
  }
  .cases-list .common-title {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .news-list.the-add {
    padding-bottom: 0;
  }
  .xz > .common-title {
    padding-top: 0;
    padding-bottom: .4rem;
  }
  .pp-dsj {
    padding-bottom: 0;
  }
  .pp-dsj .dsj-sw .dsj-content {
    padding: .6rem 0 0;
  }
  .pp-design .common-title {
    padding-top: .4rem;
  }
  .pp-sln > .common-title:first-of-type {
    padding-top: .4rem;
  }
  .yijing > .common-title {
    padding: .4rem 0;
  }
  .gr-intro {
    padding-top: .4rem;
  }
  .gr-desc-wr {
    padding-top: .2rem;
  }
  .jidi {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .jidi .map-img {
    margin-top: 0.1rem;
    overflow: hidden;
  }
  .jidi .map-img .world-map-wr .dot span {
    font-size: 10px;
  }
  .jidi .map-desc ul {
    gap: 0;
  }
  .jidi .map-desc .num {
    line-height: 1;
  }
  .fuwu {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .fuwu ul {
    margin-top: .4rem;
  }
  .licheng {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .licheng > ul {
    margin-top: .4rem;
  }
  .hezuo > .common-title {
    padding-top: .4rem;
  }
  .hezuo1 {
    padding-top: .4rem;
  }
  .hezuo1 .hz1-sw {
    margin-top: .4rem;
  }
  .pdcase {
    padding-bottom: .4rem;
  }
  .pdcase > .common-title {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .tech-part1 {
    padding-top: .4rem;
  }
  .tech-part1 ul {
    margin: .4rem 0;
  }
  .tech-part2 > .common-title {
    padding-top: .4rem;
  }
  .tech-part3 {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .tech-part3 .tech-p3-img-wr .marquee__container {
    margin-top: 0;
  }
  .news-center {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .news-center .news-search-wr {
    margin-bottom: .4rem;
  }
  .news-center ul {
    row-gap: 0;
  }
  .video-list {
    padding-bottom: 0;
  }
  .fwzc {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .fwzc ul {
    margin-top: .4rem;
  }
  .kaimu {
    padding-bottom: .4rem;
  }
  .map-wr .map-right-inner {
    padding-bottom: 0;
    height: auto;
  }
  .case {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .jidi .map-desc .map-desc-text {
    margin-top: -3px;
  }
  .map-desc ul li {
    height: 1rem;
  }
  .jidi .map-desc ul p {
    max-width: unset;
  }
  .jidi .map-desc .map-desc-text {
    flex: 1;
  }
  .jidi .map-desc li {
    flex-basis: 90%;
  }
  .gr-intro .gr-bt ul li {
    width: 2.527rem;
    justify-content: flex-start;
  }
 /* 02/29 end */
/* 03/01 start */

/* 03/01 end */
  
}

@media (max-height: 900px) {
  .home-banner .quanquan-wr {
    /* transform: scale(.7) translateY(-1.8rem); */
  }
}
<!--0.00025105476379395-->