.hoverImg {
  display: block;
  overflow: hidden;
}
.hoverImg:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hoverImg > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.defaultBg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textAlign {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.fix-nav-style {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
}
.fix-nav-style .main-menu-ul-list .main-menu > a {
  color: #222222;
}
.fix-nav-style .main-menu-ul-list .has-child {
  color: #222222;
}
.fix-nav-style .nav-icon-item {
  color: #222222;
}
.fix-nav-style .nav-logo .abs-log {
  opacity: 1;
  top: 0;
}
.main-swiper-con {
  position: relative;
  width: 100%;
  height: 100vh;
}
.main-swiper-con .swiper-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-swiper-con .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-swiper-con .text-content {
  width: var(--main-width);
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-swiper-con .main-title {
  position: relative;
  font-size: 0.48rem;
  font-family: "gilroy-bold-4";
  text-shadow: 0 0.06rem 0.16rem rgba(0, 0, 0, 0.25);
}
.main-swiper-con .main-title:before {
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.7rem;
  height: 0.55rem;
  background-image: url("../images/index/icon-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.main-swiper-con .sub-title {
  margin-top: 0.25rem;
  font-size: 0.3rem;
  height: 1.4rem;
}
.main-swiper-con .progress-con {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  z-index: 2;
}
.main-swiper-con .progress-con > li {
  position: relative;
  width: 0.8rem;
  height: 0.02rem;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.main-swiper-con .progress-con .line {
  height: 100%;
  width: 0;
  background-color: #ffffff;
}
.page-process {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.05rem;
  color: #ffffff;
  font-size: 0.14rem;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-process > span:first-child {
  font-size: 0.2rem;
}
.page-process > span:nth-child(2) {
  font-size: 0.2rem;
}
.page-process.set-color {
  color: #283a51;
}
.index-page-item-con {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-page-item-con .swiper-con {
  width: 100%;
  height: 100%;
}
.index-page-item-con .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-page-item-con .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-page-item-con .page-item-body {
  width: var(--main-width);
  height: 100%;
  margin: 0 auto;
}
.treatment-con .main-title {
  position: relative;
  font-size: 0.48rem;
  font-family: "gilroy-bold-4";
  text-shadow: 0 0.06rem 0.16rem rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.treatment-con .sub-title {
  width: 7.7rem;
  margin-top: 0.25rem;
  font-size: 0.16rem;
  height: 1rem;
  word-break: break-all;
  overflow-wrap: anywhere;
  color: #ffffff;
  line-height: 0.24rem;
}
.treatment-con .page-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2.7rem;
}
.treatment-con .tag-ul {
  width: 8.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.treatment-con .tag-ul > li {
  position: relative;
  font-size: 0.18rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.1rem;
  margin: 0.1rem;
  font-weight: bold;
}
.treatment-con .tag-ul .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.18rem;
  height: 0.18rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #00228e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.treatment-con .tag-ul .round:after {
  width: 0.06rem;
  height: 0.06rem;
  background-color: #00228e;
  border-radius: 50%;
  content: "";
}
.treatment-con .button-con {
  margin-top: 0.6rem;
}
.treatment-con .card-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.03rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: var(--main-width);
  z-index: 2;
}
.treatment-con .card-list .card-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 0.16rem;
  color: #333333;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  cursor: pointer;
}
.treatment-con .card-list .card-item:hover,
.treatment-con .card-list .card-item.active {
  height: 1.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.treatment-con .card-list .card-item:hover .card-title,
.treatment-con .card-list .card-item.active .card-title {
  margin-top: 0.2rem;
  text-align: center;
}
.treatment-con .card-list .card-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-size: 0.16rem;
}
.treatment-con .card-list .card-title > div {
  margin-top: 0.06rem;
}
.treatment-con .card-list .card-title > div:first-child {
  margin-top: 0;
}
.global-con {
  width: 100%;
  height: 100vh;
}
.global-con .page-item-body {
  padding-top: 10vh;
  height: auto;
  position: relative;
}
.global-con .global-button-con {
  position: relative;
  width: var(--main-width);
  margin: 0 auto;
}
.global-con .abs-select-step {
  position: absolute;
  right: 0;
  bottom: 0;
  gap: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.global-con .abs-select-step .step {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #253447;
  background-color: #ffffff;
  border: 1px solid #143864;
  cursor: pointer;
}
.global-con .abs-select-step .step:hover {
  background-color: #143864;
  color: #ffffff;
}
.global-con .abs-select-step .step .iconfont {
  font-size: 0.2rem;
}
.global-con .abs-select-step .step.disabled {
  background-color: #e9eef3;
  border: 1px solid #858585;
}
.global-con .abs-select-step .pre {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.global-con .main-title {
  position: relative;
  font-size: 0.42rem;
  font-family: "gilroy-bold-4";
  color: #283a51;
}
.global-con .sub-title {
  width: 7.7rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  height: 1rem;
  color: #666666;
  font-weight: bold;
}
.global-con .swiper-con {
  margin-top: 0.9rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-con .left-space {
  height: 100%;
  width: calc((100vw - var(--main-width)) / 2);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.global-con .right-space {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-x: hidden;
  position: relative;
}
.global-con .slider-wrapper-con {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.global-con .slider-wrapper-con .slider-con {
  position: relative;
  width: 3.4rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.global-con .slider-wrapper-con .slider-con.active {
  width: 7.2rem;
}
.global-con .slider-wrapper-con .slider-con.active .title {
  font-size: 0.24rem;
}
.global-con .slider-wrapper-con .slider-con.active .info {
  display: block;
}
.global-con .slider-wrapper-con .abs-con {
  width: 100%;
  padding: 0.3rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.global-con .slider-wrapper-con .abs-con .title {
  font-size: 0.18rem;
  font-family: "gilroy-bold-4";
}
.global-con .slider-wrapper-con .abs-con .info {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  display: none;
}
.solutions-con {
  width: 100%;
}
.solutions-con .page-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solutions-con .left-title {
  font-size: 0.48rem;
  color: #ffffff;
  font-family: "gilroy-bold-4";
  width: 6.2rem;
  line-height: 0.7rem;
}
.solutions-con .video-con {
  position: relative;
  width: 7.1rem;
  height: 4.2rem;
}
.solutions-con .video-con > img,
.solutions-con .video-con > video {
  width: 100%;
  height: 100%;
}
.solutions-con .video-con .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.solutions-con .video-con .play-icon:after {
  content: "\e8a3";
  font-family: "iconfont";
  font-size: 0.7rem;
  color: #ffffff;
}
.map-con .page-item-body {
  padding-top: 5%;
}
.map-con .main-title {
  position: relative;
  font-size: 0.42rem;
  font-family: "gilroy-bold-4";
  color: #283a51;
}
.map-con .sub-title {
  width: 7.7rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  height: 1rem;
  color: #666666;
  font-weight: bold;
}
.map-con .content-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-con .content-con .left-con {
  width: 3.6rem;
}
.map-con .content-con .right-con {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.map-con .content-con .mobile-img {
  width: 100%;
  display: none;
}
.map-con .content-con .mobile-img > img {
  width: 100%;
  height: auto;
}
.map-con .content-con .layer-con {
  position: absolute;
  left: -18%;
  width: 130%;
  height: 100%;
  pointer-events: none;
  top: -1.8rem;
}
.map-con .content-con .abs-txt-info {
  position: absolute;
  right: 0;
  bottom: -1rem;
  font-size: 0.12rem;
  color: #666666;
  line-height: 1.5;
}
.map-con .content-con .echarts-con {
  position: absolute;
  left: -18%;
  width: 130%;
  height: 8.8rem;
  top: -1.8rem;
}
.map-con .content-con .echarts-con:before {
  position: absolute;
  right: 0;
  top: -0.2rem;
  width: 5rem;
  height: 2rem;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/map-bg.png");
}
.map-con .content-con .echarts-con:after {
  position: absolute;
  left: 1.8rem;
  top: 0;
  width: 1rem;
  height: 6.5rem;
  display: block;
  content: "";
  background-image: url("../images/index/map-ling.png");
  background-position: center;
  background-size: 100% 100%;
}
.map-con .swiper {
  position: relative;
  width: 100%;
  height: 3.6rem;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0.3rem;
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.map-con .swiper .header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.map-con .swiper .header-con .name {
  font-size: 0.24rem;
  font-family: "gilroy-bold-4";
  color: #0f3461;
}
.map-con .swiper .header-con .img-con {
  width: 0.46rem;
}
.map-con .swiper .header-con .img-con > img {
  width: 0.46rem;
}
.map-con .swiper .info-ul {
  margin-top: 0.5rem;
}
.map-con .swiper .info-ul > li {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.04rem;
  line-height: 0.2rem;
}
.map-con .swiper .info-ul > li:first-child {
  margin-top: 0;
}
.map-con .swiper .info-ul .icon-con {
  color: #0f3461;
}
.map-con .swiper .info-ul .label-con {
  color: #b3b3b3;
  font-size: 0.14rem;
}
.map-con .swiper .info-ul .value-con {
  color: #0f3461;
  font-size: 0.14rem;
}
.map-con .swiper .footer-con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
  gap: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.map-con .swiper .footer-con .step {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #253447;
  background-color: #ffffff;
  border: 1px solid #143864;
  cursor: pointer;
}
.map-con .swiper .footer-con .step:hover {
  background-color: #143864;
  color: #ffffff;
}
.map-con .swiper .footer-con .step .iconfont {
  font-size: 0.2rem;
}
.map-con .swiper .footer-con .step.disabled {
  background-color: #e9eef3;
  border: 1px solid #858585;
}
.map-con .swiper .footer-con .pre {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.map-con .tag-info-ul {
  margin-top: 0.9rem;
}
.map-con .tag-info-ul > .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.2rem;
}
.map-con .tag-info-ul > .info-item:last-child .round {
  background-color: #509de4;
}
.map-con .tag-info-ul > .info-item:last-child .round:after {
  background-color: rgba(80, 157, 228, 0.5);
}
.map-con .tag-info-ul .round {
  width: 0.08rem;
  height: 0.08rem;
  position: relative;
  background-color: #ff9000;
  border-radius: 50%;
}
.map-con .tag-info-ul .round:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.24rem;
  height: 0.24rem;
  background-color: rgba(255, 144, 0, 0.5);
  border-radius: 50%;
}
.map-con .tag-info-ul .text {
  font-size: 0.18rem;
  color: #383b4d;
}
.map-con .ripple-point {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
}
.map-con .ripple-point .dot {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #ff9000;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.map-con .ripple-point .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #c5c5c5;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  -webkit-animation: rippleWave 6.4s linear infinite;
  animation: rippleWave 6.4s linear infinite;
}
.map-con .ripple-point .ripple-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.map-con .ripple-point .ripple-2 {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.map-con .ripple-point .ripple-3 {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}
.map-con .ripple-point .ripple-4 {
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.map-con .yellow-pop-con {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
}
.map-con .yellow-pop-con .dot {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #ff9000;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.map-con .yellow-pop-con .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #c5c5c5;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  -webkit-animation: rippleWave 6.4s linear infinite;
  animation: rippleWave 6.4s linear infinite;
}
.map-con .yellow-pop-con .ripple-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.map-con .yellow-pop-con .ripple-2 {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.map-con .yellow-pop-con .ripple-3 {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}
.map-con .yellow-pop-con .ripple-4 {
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.map-con .yellow-pop-con .ripple {
  background: #ff7200;
  -webkit-animation: rippleWaveSmall 2.4s linear infinite;
  animation: rippleWaveSmall 2.4s linear infinite;
}
.map-con .blue-pop-con {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
}
.map-con .blue-pop-con .dot {
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #ff9000;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.map-con .blue-pop-con .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #c5c5c5;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  -webkit-animation: rippleWave 6.4s linear infinite;
  animation: rippleWave 6.4s linear infinite;
}
.map-con .blue-pop-con .ripple-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.map-con .blue-pop-con .ripple-2 {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.map-con .blue-pop-con .ripple-3 {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}
.map-con .blue-pop-con .ripple-4 {
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.map-con .blue-pop-con .dot {
  background-color: #509de4;
}
.map-con .blue-pop-con .ripple {
  background: #509de4;
  -webkit-animation: rippleWaveSmall 2.4s linear infinite;
  animation: rippleWaveSmall 2.4s linear infinite;
}
@-webkit-keyframes rippleWave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.7;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(58);
    transform: translate(-50%, -50%) scale(58);
    opacity: 0;
  }
}
@keyframes rippleWave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.7;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(58);
    transform: translate(-50%, -50%) scale(58);
    opacity: 0;
  }
}
@-webkit-keyframes rippleWaveSmall {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.6;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes rippleWaveSmall {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.6;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.news-con {
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-con .header-con {
  width: var(--main-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-con .title-con {
  font-size: 0.48rem;
  color: #283a51;
  font-family: "gilroy-bold-4";
}
.news-con .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.news-con .button-list > .common-button {
  width: 1.6rem;
  background-color: #ffffff;
  color: #333333;
}
.news-con .button-list > .common-button.active {
  color: #ffffff;
  background-color: #00228e;
}
.news-con .swiper-container-con {
  position: relative;
  width: var(--main-width);
  margin: 0.6rem auto 0 auto;
}
.news-con .swiper-container-con .pre,
.news-con .swiper-container-con .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #1969b3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-con .swiper-container-con .pre {
  left: -0.8rem;
}
.news-con .swiper-container-con .next {
  right: -0.8rem;
}
.news-con .swiper-container-con .swiper-con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.news-con .swiper-container-con .swiper-slide {
  width: 33.33%;
  padding: 0.45rem 0.4rem;
  display: block;
}
.news-con .swiper-container-con .swiper-slide .time-month {
  font-size: 0.24rem;
  color: #00228e;
  font-weight: bold;
}
.news-con .swiper-container-con .swiper-slide .time-year {
  font-size: 0.16rem;
  color: #00228e;
  margin-top: 0.08rem;
  font-weight: bold;
}
.news-con .swiper-container-con .swiper-slide .title-con {
  width: 100%;
  height: 1.4rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #222222;
  font-family: "gilroy-bold-4";
  overflow: hidden;
  line-height: 0.32rem;
  word-break: break-all;
  overflow-wrap: anywhere;
  border-bottom: 1px solid #b1bcdc;
}
.news-con .swiper-container-con .swiper-slide .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.3rem;
  color: #00228e;
  font-size: 0.16rem;
}
.news-con .swiper-container-con .swiper-slide .img-con {
  margin-top: 0.6rem;
  width: 100%;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.news-con .swiper-container-con .swiper-slide .img-con:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-con .swiper-container-con .swiper-slide .img-con > img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.news-con .swiper-container-con .swiper-slide:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
  .page-process {
    display: none;
  }
  .treatment-con .sub-title {
    width: 100%;
  }
  .treatment-con .tag-ul {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .treatment-con .card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .treatment-con .card-list .card-item {
    height: 1.2rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .treatment-con .card-list .card-item .card-title {
    font-size: 0.24rem;
  }
  .treatment-con .card-list .card-item.active {
    height: 1.2rem;
    background-color: #ffffff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .treatment-con .card-list .card-item.active .card-title {
    margin-top: 0;
    text-align: left;
  }
  .global-con {
    height: auto;
    padding-bottom: 1rem;
    width: 100%;
    margin: 0 auto;
  }
  .global-con .page-item-body {
    padding-top: 1rem;
    width: var(--main-width);
    margin: 0 auto;
  }
  .global-con .swiper-con {
    display: block;
    width: var(--main-width);
    margin: 0 auto;
  }
  .global-con .left-space {
    display: none;
  }
  .global-con .global-button-con {
    margin-bottom: 0.4rem;
  }
  .global-con .slider-wrapper-con {
    width: 100%;
    padding-right: 0.2rem;
    gap: 0;
  }
  .global-con .slider-wrapper-con .slider-con {
    width: var(--main-width);
  }
  .global-con .slider-wrapper-con .slider-con.active {
    width: var(--main-width);
  }
  .solutions-con {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
  }
  .solutions-con .page-item-body {
    display: block;
  }
  .map-con .content-con {
    display: block;
  }
  .map-con .content-con .left-con {
    width: 100%;
  }
  .map-con .content-con .mobile-img {
    display: block;
  }
  .map-con .content-con .echarts-con {
    display: none;
  }
  .map-con .content-con .abs-txt-info {
    display: none;
  }
  .map-con .swiper .header-con .img-con {
    width: 0.8rem;
  }
  .map-con .swiper .header-con .img-con > img {
    width: 100%;
  }
  .news-con .header-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-con .button-list {
    margin-top: 0.6rem;
  }
}
