.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);
}

.no1-pf{
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 999999999999;
}
.no1-bg{
  transition: 0.5s all;

}
.no1-blur{
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: 1.2s all ease-out;
}
.no1-blur.active{
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  background: rgba(0, 0, 0, 0);
}

.no1-bg.active{
  top: 100%;
}
/* .no1-l{
  background-image: url(../img/banner/l.png);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  left: 0px;
  transition: 0.8s background ease-out;
}
.no1-r{
  background-image: url(../img/banner/r.png);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  right: 0px;
  transition: 0.8s background ease-out;
} */
.no1-l-bg,.no1-r-bg{
  z-index: -1;
  width: 200%;
  height: 200%;
  transition: 0.8s all ease-out;
 }
.no1-img{
  transition: 0.8s all ease-out;
  height: 230px;
}
.no1-img.active{
  height: 300px;
}
.no1-l{
  transition: 1.5s all cubic-bezier(0.645, 0.045, 0.355, 1)
}
.no1-r{
  transition: 1.5s all cubic-bezier(0.645, 0.045, 0.355, 1)
}
/* .no1-l.active,.no1-r.active{
  background-size: 100%;
} */
.no1-l-bg.active,.no1-r-bg.active{
  width: 100%;
  height: 100%;
}
/* .no1-l img, .no1-r img{
  height: 300px;
} */
.no1-l.active2{
  left: -100%;
}
.no1-r.active2{ 
  right: -100%;
}
.no1-l.active3{
  left: initial;
  top: -100%;
}
.no1-r.active3{ 
  right: initial;
  bottom: -100%;
}


#banner{
  background-image: url(../img/banner/0.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 大轮播箭头 */
.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(../img/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.carousel-swiper-button-next {
  right: 0;
  background-image: url(../img/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: 60px;
}

.marketData_content li:nth-child(2) div.active {
  height: 130px;
}

.marketData_content li:nth-child(3) div.active {
  height: 260px;
}

.marketData_content li:nth-child(4) div.active {
  height: 360px;
}

.marketData_content li:nth-child(5) div.active {
  height: 460px;
}
.marketData_content li:nth-child(6) div.active {
  height: 560px;
}

/* 地图 */
.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(../img/qiegeji/l.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(../img/qiegeji/r.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(../img/l.svg);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.threeInOne-swiper-button-next {
  right: 0;
  background-image: url(../img/r.svg);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#carouselVideo{
  border-radius: 8px;
}
/* 轮播图分页器 */
.carousel-pagination {
  bottom: 32px !important;
  z-index: 2;
}
.carousel-pagination .swiper-pagination-bullet{
  width: 40px;
    height: 4px;
    border-radius: 10px;
}
.carousel-pagination .swiper-pagination-bullet-active{
  background: #fff;
  opacity: 1;
}

/* 大pad */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .w-1120 {
    width: 888px;
  }
  .w-1152 {
    width: 888px;
  }
  .pr-calc1152,
  .pr-calc1120 {
    padding-right: calc((100vw - 888px) / 2);
  }
  .pl-calc1152,
  .pl-calc1120 {
    padding-left: calc((100vw - 888px) / 2);
  }
  #carousel{
    height: 900px;
  }
  #carousel .swiper_gradient {
    height: 900px;
  }
  #carousel .pt-130{
    padding-top: 80px;
  }
  #carousel .h-620{
    height: 500px;
  }
  .maxw-1120{
    max-width: 888px;
  }
  .carousel-video{
    width: 80%;
    height: auto;
  }
#carouselVideo{
  border-radius: 8px;
}

}

/* 小pad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #marketData{
    height: auto;
  }
  
  .w-1120 {
    width: 680px;
  }
  .w-1152 {
    width: 680px;
  }
  .maxw-1120{
    max-width: 688px;
  }
  .pr-calc1152,
  .pr-calc1120 {
    padding-right: calc((100vw - 680px) / 2);
  }
  .pl-calc1152,
  .pl-calc1120 {
    padding-left: calc((100vw - 680px) / 2);
  }
  .Board-mySwiper{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #carousel{
    height: 618px;
  }
  #carousel .swiper_gradient {
    height: 618px;
  }
  #carousel .pt-130{
    padding-top: 68px;
  }
  #carousel .w-436{
    width: 260px;
  }
  #carousel .h-620{
    height: 380px;
  }
  .carousel-video {
    height: auto;
    width: 80%;
  }
  #carouselVideo{
    border-radius: 8px;
  }
  .marketData {
    width: 680px;
  }
  .marketData_nav p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .organization_content {
    height: 228px;
  }
  .organization_content_l {

  }
  .organization_content_r {
    padding: 32px;
  }
  .organization_content_r  i{
    height: 4px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .organization_content_r h3{
    font-size: 22px;
    line-height: 30px;
  }
  .organization_content_r p{
    font-size: 14px;
    line-height: 22px;
  }
  #media{
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .media_nav {
    padding: 0;
    padding-bottom: 24px;
  }
  .media_nav  h2{
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 12px;
  }
  .media_nav p{
    font-size: 16px;
    line-height: 24px;
  }
  .CasePlay--casePlay_main--RrNl78l{
    padding-bottom: 0;
  }
  .CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_img--HA7BsoC, .CasePlay--sliderPlay--KR9eKRp .CasePlay--sliderPlay_box--iHV10np .CasePlay--sliderPlay_item_box_NOData_img--aduiim2{
    width: 182px;
    height: 82px;
    object-fit: cover;
  }
  .map_nav h2{
    font-size: 28px;
    line-height: 36px;
  }
  #threeInOne{
    display: none;
  }
}

/* 移动端 */
@media (max-width: 767px) {
  #pseriesform{
    background-color: #fff;
  }
  #banner {
    height: auto;
  }

  #banner .w-960 {
    width: 100%;
    padding-top: 40vw;
  }

  #banner h5 {
    font-size: 3.733vw;
  }

  #banner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner {
    height: auto;
  }

  .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: 167.667vw;
    padding: 0 4.267vw;
  }

  .marketData {
    width: 100%;
  }

  .marketData_nav {
    padding-top: 16vw;
  }

  .marketData_nav h2 {
    font-size: 6.933vw;
    line-height: normal;
    padding-bottom: 4.267vw;
  }

  .marketData_nav p {
    font-size: 3.2vw;
  }

  .marketData_content {
    padding-top: 4.267vw;
  }

  .marketData_content ul {
    height: 77.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: 28vw !important;
  }

  .marketData_content li:nth-child(4) div {
    height: 38vw !important;
  }

  .marketData_content li:nth-child(5) div {
    height: 50vw !important;
  }
  .marketData_content li:nth-child(6) div {
    height: 58vw !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;
    line-height: normal;
  }

  .pillar {
    margin-bottom: 2.2vw;
  }

  .marketData_content::before {
    bottom: 6.2vw;
  }

  .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: 6.933vw;
    line-height: normal;
    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: 6.933vw;
    line-height: normal;
  }

  .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: 6.933vw;
    line-height: normal;
    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;
    padding-bottom: 0;
  }

  .map {
    width: 100%;
  }

  .map_nav {
    padding-top: 16vw;
  }

  .map_nav h2 {
    font-size: 6.933vw;
    line-height: normal;
    padding-bottom: 2.133vw;
  }
  #Pipe h3{
    font-size: 6.933vw;
    line-height: normal;
  }

  .map_nav hr {
    width: 13.3vw;
    margin-bottom: 5vw;
  }

  .map_nav p {
    font-size: 3.2vw;
    width: 80%;
    margin: auto;
    line-height: normal;
  }
  .map_nav p br{
    display: none;
  }
.Banner-text h4{
  width: 75%;
}
  .map_nav {
    padding-top: 14.4vw;
    padding-bottom: 6.4vw;
  }

  #Pipe {
    /* padding-top: 14.933vw;
    padding-bottom: 0; */
  }
  #Pipeform{
    background-color: #fff;
  }
  /* 三合一 */
  #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: 20vw;
  }
}