.swiper_gradient {
  background-image: radial-gradient(circle at 50% 50%, #8a8a8a 0%, #000000 55%);
}
/* 导航栏 */
.header_bg {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  background: rgba(255, 255, 255, 0.7);
}
/* 大轮播箭头 */
.carousel-swiper-button-prev,
.carousel-swiper-button-next {
  height: 96px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff1a;
  opacity: 1 !important;
  z-index: 3;
}
.carousel_tltie h1.activeTop {
  margin-top: 0;
  opacity: 1;
}
.carousel-swiper-button-next:hover,
.carousel-swiper-button-prev:hover {
}
.carousel-swiper-button-prev {
  left: 0;
  background-image: url(../image/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.carousel-swiper-button-next {
  right: 0;
  background-image: url(../image/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* 销售数据 */
.marketData_content::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #828898;
  position: absolute;
  left: 0;
  bottom: 55px;
}

.marketData_content li div {
  border-radius: 8px 8px 0 0;
}
.marketData_content .pillar {
  height: 0;
  transition: 2s all ease-in-out;
}
.marketData_content li:nth-child(1) div.active {
  height: 100px;
}
.marketData_content li:nth-child(2) div.active {
  height: 170px;
}
.marketData_content li:nth-child(3) div.active {
  height: 303px;
}
.marketData_content li:nth-child(4) div.active {
  height: 421px;
}
.marketData_content li:nth-child(5) div.active {
  height: 500px;
}

/* 地图 */
.map-3d-content {
  flex: 1;
  position: relative;
  height: 400px;
}
.map-3d-content .map-3d-content-item {
  position: absolute;
  right: 0;
  left: 0;
  top: -139px;
  bottom: 0;
  overflow: hidden;
}
.container-gl,
.preloader-gl {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.geo-loc--group {
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  margin-left: -4.5px;
}
.geo-loc {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  top: 0;
  left: 0;
  transform: translate3d(0px, 0px, 0px);
  cursor: pointer;
  font-family: "PingFang SC", "Helvetica", Arial, sans-serif;
  transition: opacity 0.2s;
}

.geo-loc--group .circ {
  width: 9px;
  height: 9px;
}
.geo-loc .txt {
  max-width: 131px;
  line-height: 18px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  display: inline-block;
  width: max-content;
  transform: translate(0, -50%);
  left: 20px;
  margin-top: 3px;
  padding: 8px 14px 8px 16px;
  font-size: 12px;
  line-height: 18px;
  color: #3f3f3f;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.35s, opacity 0.5s;
  user-select: none;
}
.geo-loc .circ {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
  user-select: none;
}
.geo-loc .txt.txt--group {
  padding: 12px 14px 12px 16px;
}
.geo-loc .txt {
  max-width: 131px;
  line-height: 18px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  display: inline-block;
  width: max-content;
  transform: translate(0, -50%);
  left: 20px;
  margin-top: 3px;
  padding: 8px 14px 8px 16px;
  font-size: 12px;
  line-height: 18px;
  color: #3f3f3f;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.35s, opacity 0.5s;
  user-select: none;
}
.geo-loc .circ .outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  opacity: 1;
  background: rgba(27, 96, 255, 0.4);
  border: 0.3px solid #1b5fff;
}
.geo-loc .circ .inner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform-origin: center;
  transform: scale(0.5);
  line-height: 11px;
  font-size: 12px;
  color: #ffffff;
  background: #1b5fff;
  border-radius: 10px;
  transition: transform 0.3s, width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}
.geo-loc .txt .txt-span {
  display: block;
}
.geo-loc.region .span--name {
  font-weight: 500;
}
.geo-loc .group {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto auto;
}

.geo-loc .txt::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate3d(8px, -50%, 0px) rotate(45deg);
  border-radius: 1px;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  border-bottom: 4px solid rgba(255, 255, 255, 0.8);
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  box-sizing: border-box;
}
.geo-loc .group .group-item:nth-of-type(2n + 1) {
  margin-right: 14px;
}
.geo-loc .group .group-item {
  color: #8c8c8c;
  line-height: 18px;
}
.geo-loc .group .group-item {
  color: #737373 !important;
}
.geo-loc {
  position: absolute;
  display: block;
  margin-top: -3px;
  margin-left: -3px;
  top: 0;
  left: 0;
  transform: translate3d(0px, 0px, 0px);
  cursor: pointer;
  font-family: "PingFang SC", "Helvetica", Arial, sans-serif;
  transition: opacity 0.2s;
}
.geo-loc.cdn {
  width: 6px;
  height: 6px;
}
.geo-loc.cdn {
  cursor: default;
}
.geo-loc.cdn .circ {
  width: 6px;
  height: 6px;
}
.globe-button {
  filter: brightness(1.5) grayscale(1);
  transition: filter 0.3s;
}
.globe-button.globe-button--active {
  filter: none;
}

/* 公共样式 */
.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
  width: 44px;
  height: 44px;
  /* border: 1px solid #e0e2e4; */
  border: 1px solid #e0e2e4;
  padding: 14px;
  border-radius: 50%;
  /* top: -40px; */
  /* background: #828898; */
  /* opacity: 0.5; */
}
.swiperList-hover .swiper-button-prev {
  right: 64px;
  left: initial;
  background-image: url(../image/l1.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
  right: 0;
  left: initial;
  background-image: url(../image/r1.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  /* filter: invert(100%); */
}

/* 三合一 */
#threeInOne {
}

#threeInOne .shade {
  opacity: 0.47;
}

.threeInOne_nav ul {
  border-bottom: 2px solid#828898;
}

.threeInOne_nav li.active {
}

/* 第一 */
.layui-form input {
  height: 48px;
  border-radius: 4px;
  border: 1px solid;
  border-color: rgb(205, 205, 205);
  margin-bottom: 24px;
  padding-left: 16px;
  box-sizing: border-box;
}
input::placeholder {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #b4b8c1;
  letter-spacing: 0;
}
.layui-btn.formBtn1 {
  border: none;
  height: 48px;
  width: 133px;
}
.layui-btn.formBtn1:hover {
  background: #000000;
  color: #fff;
}

.layui-btn.formBtn2 {
  width: 100%;
  height: 60px;
  background: #828898;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  border: none;
}
.layui-btn.formBtn2:hover {
  background: #ff4610;
}
.threeInOne-mySwiper .swiper-slide {
  opacity: 0 !important;
}
.threeInOne-mySwiper .swiper-slide-active {
  opacity: 1 !important;
}
.threeInOneNav-mySwiper {
  border-bottom: 2px solid#828898;
}
.threeInOneNav-mySwiper .swiper-slide-active,
.threeInOneNav-mySwiper .swiper-slide-duplicate-active {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  font-family: PingFangSC-Medium, PingFang SC, "Microsoft YaHei",
    "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial,
    sans-serif;
  line-height: 45px;
}
.threeInOneNav-mySwiper::after {
  position: absolute;
  bottom: -3px;
  transition: 0.6 all ease-in-out;
  height: 4px;
  width: 128px;
  left: 245px;
}
.threeInOneNav-mySwiper .swiper-wrapper {
  align-items: flex-end;
}
.threeInOne-swiper-button-prev,
.threeInOne-swiper-button-next {
  height: 96px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  transition: 0.3s all ease-in-out;
  background-color: #ffffff1a;
  opacity: 1 !important;
  z-index: 3;
}
.threeInOne-swiper-button-prev {
  left: 0;
  background-image: url(../image/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.threeInOne-swiper-button-next {
  right: 0;
  background-image: url(../image/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* 移动端 */
@media (max-width: 768px) {
  #banner {
    height: 160vw;
  }
  #banner .w-960 {
    width: 100%;
    padding-top: 40vw;
  }
  #banner h5 {
    font-size: 3.733vw;
  }
  #banner h1 {
    font-size: 6.933vw;
    line-height: 7.2vw;
  }
  .bannerBtn {
    width: 31.467vw;
    height: 9.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .bannerBtn {
    font-size: 4.267vw;
    margin: auto;
  }
  .bannerBtn img {
    /* top: 0; */
    width: 4.267vw;
    height: 4.267vw;
    position: initial;
    margin-left: 1.067vw;
  }

  #carousel {
    /*padding-bottom: 20.267vw;*/
  }
  .h-900 {
    height: 124vw;
  }
  .swiper_gradient {
  }
  .certificate h2 {
    font-size: 5.867vw;
    line-height: 5.867vw;
    margin-bottom: 2.133vw;
  }
  .certificate p {
    font-size: 3.2vw;
  }
  .certificate .pb-46.pt-74 {
    padding-top: 12.267vw;
    padding-bottom: 5.333vw;
  }
  .certificate img {
    width: 52.267vw;
    height: 73.333vw;
  }
  .carousel-video {
    width: 91.733vw;
    height: 51.733vw;
  }
  .turnover img {
    height: 51.733vw;
  }
  /* 销售数据 */
  #marketData {
    height: 130.667vw;
    padding: 0 4.267vw;
  }
  .marketData {
    width: 100%;
  }
  .marketData_nav {
    padding-top: 16vw;
  }
  .marketData_nav h2 {
    font-size: 4.8vw;
    padding-bottom: 4.267vw;
  }
  .marketData_nav p {
    font-size: 3.2vw;
  }
  .marketData_content {
    padding-top: 4.267vw;
  }
  .marketData_content ul {
    height: 67.733vw;
  }
  .marketData_content li:nth-child(1) div {
    height: 10vw !important;
  }
  .marketData_content li:nth-child(2) div {
    height: 18vw !important;
  }
  .marketData_content li:nth-child(3) div {
    height: 34.667vw !important;
  }
  .marketData_content li:nth-child(4) div {
    height: 48vw !important;
  }
  .marketData_content li:nth-child(5) div {
    height: 57.333vw !important;
  }
  .marketData_content li {
    width: 10.933vw;
  }
  .marketData_content li div {
    width: 7.333vw;
  }
  .marketData_content li p {
    font-size: 3.2vw;
  }
  .marketData_content li span {
    font-size: 3.2vw;
  }
  .pillar {
    margin-bottom: 2.027vw;
  }
  .marketData_content::before {
    bottom: 6.4vw;
  }
  .marketData_content li div {
    border-radius: 1.067vw 1.067vw 0 0;
  }
  /* 颁证机构 */
  #organization {
    height: auto;
    padding: 0 4.267vw;
  }
  .organization {
    width: 100%;
  }
  .organization_nav {
    padding-top: 16vw;
  }
  .organization_nav h2 {
    font-size: 4.8vw;
    padding-bottom: 2.133vw;
  }
  .organization_nav p {
    font-size: 3.2vw;
  }
  .organization_nav {
    padding-top: 14.4vw;
    padding-bottom: 6.4vw;
  }
  .organization_content {
    display: block;
    height: auto;
  }
  .organization_content_l {
    width: 100%;
  }
  .organization_content_r {
    width: 100%;
    padding: 10.133vw 11.2vw 11.2vw;
  }
  .organization_content_r h3 {
    font-size: 4.8vw;
  }
  .organization_content_r i {
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
    height: 0.267vw;
  }
  .organization_content_r p {
    font-size: 3.733vw;
    margin-bottom: 4.267vw;
  }
  .organization_content_r a {
    font-size: 4.267vw;
  }

  /* 权威媒体 */
  #media {
    padding: 0 4.267vw;
  }
  .media {
    width: 100%;
  }
  .media_nav {
    padding-top: 16vw;
  }
  .media_nav h2 {
    font-size: 4.8vw;
    padding-bottom: 2.133vw;
  }
  .media_nav p {
    font-size: 3.2vw;
  }
  .media_nav {
    padding-top: 14.4vw;
    padding-bottom: 6.4vw;
  }

  #map .w-995 {
    width: 100%;
  }
  #map {
    height: auto;
  }
  .map {
    width: 100%;
  }
  .map_nav {
    padding-top: 16vw;
  }
  .map_nav h2 {
    font-size: 4.8vw;
    padding-bottom: 2.133vw;
  }
  .map_nav hr {
    width: 13.3vw;
    margin-bottom: 5vw;
  }
  .map_nav p {
    font-size: 3.2vw;
  }
  .map_nav {
    padding-top: 14.4vw;
    padding-bottom: 6.4vw;
  }
  #Pipe {
    padding-top: 14.933vw;
    padding-bottom: 0;
  }

  /* 三合一 */
  #threeInOne {
    background-image: none;
    background-color: #fff;
    padding-bottom: 24vw;
  }
  .threeInOne {
    width: 80vw;
    margin: auto;
    position: initial;
  }
  .threeInOne_nav {
    padding-top: 11.467vw;
  }
  .threeInOne-mySwiper .swiper-slide {
    background-color: transparent;
    padding: 0;
  }
  .threeInOne-mySwiper .swiper-slide .w-576 {
    background-color: transparent;
    padding: 0;
  }
  .w-620 {
    width: 100%;
  }
  .swiper-wrapper.mt-72 {
    margin-top: 0.8vw;
  }
  .swiper-slide.pb-40 {
    padding-bottom: 18.667vw;
  }
  .swiper-slide p {
    font-size: 3.2vw;
    text-align: center;
  }
  .w-576 {
    width: 100%;
  }

  .threeInOneNav-mySwiper .swiper-slide-active,
  .threeInOneNav-mySwiper .swiper-slide-duplicate-active {
    font-size: 5.867vw;
    color: #000000;
  }
  span.after {
    width: 26.667vw;
  }
  #threeInOne .w50 {
    width: 100%;
    padding: 0;
    background: none;
  }
  .layui-form .df {
    justify-content: space-between;
  }
  .layui-form input.w-332 {
    width: 50.667vw;
    margin-right: 2.133vw;
  }
  .layui-btn.formBtn1 {
    width: 26.667vw;
    margin-right: 0;
  }
  .h-560,
  .h-900 {
    height: auto;
  }
  input::placeholder {
    font-size: 3.733vw !important;
  }
  .Banner-text {
    top: 35.467vw;
  }
}
