/* 共用视频蒙层 */
.common-video-mask {
  position: fixed;
  z-index: 677;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 10vh;
  cursor: zoom-out;
  display: none;
}
.common-video-mask .mask-wrap .close {
  text-align: right;
  cursor: pointer;
  user-select: none;
  width: fit-content;
  margin-left: auto;
}
.common-video-mask .mask-wrap .close .hover {
  display: none;
}
.common-video-mask .mask-wrap .close:hover .default {
  display: none;
}
.common-video-mask .mask-wrap .close:hover .hover {
  display: inline-block;
}
.common-video-mask .mask-wrap .video {
  display: flex;
  justify-content: center;
  margin-top: max(0.65rem, 35px);
  cursor: pointer;
}
.common-video-mask .mask-wrap .video video {
  display: block;
  width: auto;
  height: auto;
  max-height: 70vh;
  max-width: min(1536px, 90%);
  object-fit: contain;
  object-position: center;
}
.index-title-area .mark {
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-title-area .mark::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--theme);
  margin-right: 10px;
}
.index-title-area .title {
  font-weight: 400;
  font-size: var(--font58);
  color: #333333;
  line-height: 1.17241379;
  overflow-wrap: break-word;
  margin-top: max(0.18rem, 10px);
}
/* 共用新闻模块 */
.common-index-news {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.2rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: #fff;
}


.common-index-news .news-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: max(0.6rem, 30px);
  position: relative;
}
.common-index-news .news-area .left {
  width: 48.95833333%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.common-index-news .news-area .left:hover .pic img {
  transform: scale(1.05);
}
.common-index-news .news-area .left .pic {
  display: block;
  width: 100%;
  height: 100%;
}
.common-index-news .news-area .left .pic::after {
  content: "";
  display: block;
  padding-bottom: 68.48404255%;
}
.common-index-news .news-area .left .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.common-index-news .news-area .left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(1, 64, 153, 0.8), transparent);
}
.common-index-news .news-area .left .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-left: max(0.5rem, 20px);
  padding-bottom: max(0.5rem, 20px);
}
.common-index-news .news-area .left .text .text-tag {
  background: #ffffff;
  border-radius: 16px;
  font-weight: 400;
  font-size: var(--font14);
  color: #014099;
  white-space: nowrap;
  text-align: center;
  width: fit-content;
  padding: 8px 17px;
}
.common-index-news .news-area .left .text .text-title {
  width: 65%;
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: max(0.16rem, 10px);
}
.common-index-news .news-area .left .text .text-time {
  font-weight: 400;
  font-size: var(--font14);
  color: #ffffff;
  margin-top: 10px;
}
.common-index-news .news-area .left .mask {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 3.2rem;
  height: max(0.7rem, 40px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  font-weight: 400;
  font-size: var(--font14);
  color: #999;
}
.common-index-news .news-area .left .mask img {
  display: block;
  width: 9px;
  height: auto;
  flex-shrink: 0;
  margin-left: 12px;
}
.common-index-news .news-area .left .mask .mask-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: fit-content;
  left: 50%;
  top: 60%;
  transform: translateY(-50%);
}
.common-index-news .news-area .right {
  width: 48.76302083%;
  flex-shrink: 0;
}
.common-index-news .news-area .right .top-panel {
  padding-top: max(0.32rem, 20px);
  padding-bottom: max(0.32rem, 20px);
  padding-left: max(0.31rem, 15px);
  padding-right: max(0.31rem, 15px);
  background: #f1f3f7;
  border-radius: 10px;
  display: block;
}
.common-index-news .news-area .right .top-panel:hover .text-title {
  color: var(--theme);
}
.common-index-news .news-area .right .top-panel .tag {
  display: block;
  width: fit-content;
  background: #ed6c00;
  border-radius: 16px;
  font-weight: 400;
  font-size: var(--font14);
  color: #ffffff;
  line-height: 1.71428571;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.common-index-news .news-area .right .top-panel .text-title {
  font-weight: 400;
  font-size: var(--font32);
  color: #333333;
  line-height: 1.5;
  margin-top: 12px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.common-index-news .news-area .right .top-panel .text-time {
  font-weight: 400;
  font-size: var(--font14);
  color: #999999;
  line-height: 1;
  margin-top: 6px;
}
.common-index-news .news-area .right .top-panel .text-more {
  margin-top: max(0.56rem, 20px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: var(--font14);
  color: #999;
}
.common-index-news .news-area .right .top-panel .text-more img {
  display: block;
  width: 9px;
  height: auto;
  margin-left: 12px;
}
.common-index-news .news-area .right .bottom-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: max(0.3rem, 20px);
}
.common-index-news .news-area .right .bottom-panel .item {
  width: 48.06408545%;
  flex-shrink: 0;
  padding-top: max(0.31rem, 20px);
  padding-bottom: max(0.3rem, 20px);
  padding-left: max(0.31rem, 15px);
  padding-right: max(0.5rem, 15px);
  background: #f1f3f7;
  border-radius: 10px;
}
.common-index-news .news-area .right .bottom-panel .item:hover .text-title {
  color: var(--theme);
}
.common-index-news .news-area .right .bottom-panel .item .text-tag {
  width: fit-content;
  background: #cde2ff;
  border-radius: 16px;
  font-weight: 400;
  font-size: var(--font14);
  color: #014099;
  line-height: 1.71428571;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.common-index-news .news-area .right .bottom-panel .item .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: 15px;
  transition: var(--duration);
}
.common-index-news .news-area .right .bottom-panel .item .text-time {
  font-weight: 400;
  font-size: var(--font14);
  color: #999999;
  margin-top: 16px;
}
.common-index-news .news-area .right .bottom-panel .item .text-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: var(--font14);
  color: #999;
  margin-top: max(0.35rem, 20px);
}
.common-index-news .news-area .right .bottom-panel .item .text-more img {
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: auto;
  margin-left: 12px;
}
.common-index-news .news-area .news-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(-0.3rem, -20px);
  user-select: none;
  cursor: pointer;
  width: 10px;
  height: 18px;
  display: grid;
}
.common-index-news .news-area .news-btn:hover .default {
  opacity: 0;
}
.common-index-news .news-area .news-btn:hover .hover {
  opacity: 1;
}
.common-index-news .news-area .news-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
  grid-area: 1 / 1;
}
.common-index-news .news-area .news-btn .default {
  opacity: 1;
}
.common-index-news .news-area .news-btn .hover {
  opacity: 0;
}
.history-carousel {
  position: static;
  padding-top: 0;
  padding-bottom: 60px;
}
.history-carousel.about-history-carousel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .history-carousel.about-history-carousel {
    min-height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .history-carousel {
    padding-bottom: 70vw;
  }
}
@media screen and (max-width: 991px) {
  .history-carousel .other {
    bottom: -100vw;
  }
}
.history-carousel {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 9.6875vw;
}
@media screen and (max-width: 991px) {
  .history-carousel {
    padding-bottom: 54vw;
  }
}
.history-carousel .classify {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .history-carousel .classify {
    order: 1;
  }
}
.history-carousel .box {
  width: 55.15625%;
  padding-left: calc((100% - 1536px) / 2);
  padding-right: 2.67rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .history-carousel .box {
    padding-left: 8.33333333%;
  }
}
@media screen and (max-width: 1260px) {
  .history-carousel .box {
    padding-left: 7.5%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .history-carousel .box {
    padding-left: 5%;
    width: 100%;
    padding-right: 5%;
    order: 3;
  }
}
.history-carousel .box .i-title {
  margin-bottom: max(4.2708vw, 30px);
  font-weight: 300;
  font-size: var(--font88);
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .history-carousel .box .i-title {
    margin-top: 0.5rem;
  }
}
.history-carousel .box .group {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.history-carousel .box .group ul {
  padding-left: 0;
}
.history-carousel .box .group ul li {
  display: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  opacity: 0;
  pointer-events: none;
}
.history-carousel .box .group ul li.active {
  opacity: 1;
  pointer-events: painted;
  display: block;
}
.history-carousel .box .group ul li .item {
  display: block;
  width: 100%;
}
.history-carousel .box .group ul li .item .imgbox {
  width: 100%;
  overflow: hidden;
  border-radius: max(0.2rem, 10px);
  position: relative;
}
.history-carousel .box .group ul li .item .imgbox::after {
  content: "";
  display: block;
  padding-bottom: 66.66666667%;
}
.history-carousel .box .group ul li .item .imgbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.history-carousel .box .group ul li .item .textbox {
  margin-top: max(1.5625vw, 20px);
  overflow-wrap: break-word;
}
.history-carousel .box .group ul li .item .textbox .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.33333333;
  overflow-wrap: break-word;
  width: 90%;
}
.history-carousel .box .group .swiper-button-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  margin-top: 6.9271vw;
}
.history-carousel .box .group .swiper-button-box .swiper-button {
  width: max(0.6rem, 45px);
  height: max(0.6rem, 45px);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: static;
  background-image: none;
  outline: none;
  transition: var(--duration);
  user-select: none;
}
.history-carousel .box .group .swiper-button-box .swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.history-carousel .box .group .swiper-button-box .swiper-button:not(.swiper-button-disabled):hover {
  background-color: #ffffff;
  border-color: transparent;
}
.history-carousel .box .group .swiper-button-box .swiper-button:not(.swiper-button-disabled):hover img {
  filter: none;
}
.history-carousel .box .group .swiper-button-box .swiper-button::after {
  content: none;
}
.history-carousel .box .group .swiper-button-box .swiper-button img {
  display: block;
  width: 8px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: var(--duration);
}
.history-carousel .other {
  position: absolute;
  right: 0;
  top: 0;
  right: -49vw;
  width: 90vw;
  height: 90vw;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 5.20833vw;
}
@media screen and (max-width: 991px) {
  .history-carousel .other {
    width: 162vw;
    height: 162vw;
    top: auto;
    bottom: -115vw;
    right: -31vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.history-carousel .other .imgbox {
  width: 96.16724739%;
  overflow: hidden;
  margin-left: 0.33rem;
}
.history-carousel .other .imgbox img {
  display: block;
  width: 100%;
}
.history-carousel .other .c1 {
  position: absolute;
  width: calc(100% - 3.54166667vw);
  height: calc(100% - 3.54166667vw);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #eaf9f4;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .c1 {
    width: calc(100% - 6vw);
    height: calc(100% - 6vw);
  }
}
.history-carousel .other .c2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  border: 7.5vw solid rgba(255, 255, 255, 0.2);
  width: 77vw;
  height: 77vw;
  z-index: 4;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .c2 {
    width: 144vw;
    height: 144vw;
    border-width: 14vw;
  }
}
.history-carousel .other .c3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 56vw;
  height: 56vw;
  border-radius: 50%;
  border: 1px solid #eaf9f4;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .c3 {
    width: 110vw;
    height: 110vw;
  }
}
.history-carousel .other .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 70%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 70%, #fff 100%);
}
.history-carousel .other .items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.history-carousel .other .items .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.history-carousel .other .items .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  height: 4.166664vw;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide {
    height: 90px;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .dot {
  border-color: #fff;
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .dot::after {
  background: #fff;
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .line {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .txt {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .txt h3 {
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .txt h3 {
    -webkit-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  height: 4.166664vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list {
    height: 90px;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .dot {
  flex-shrink: 0;
  display: inline-block;
  width: 3.54166667vw;
  height: 3.54166667vw;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-transition:
    border-color 1s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    border-color 1s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    border-color 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease);
  transition:
    border-color 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .dot {
    width: 6vw;
    height: 6vw;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #ededed;
  -webkit-transition: background-color 1s var(--ease);
  transition: background-color 1s var(--ease);
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .line {
  flex-shrink: 0;
  display: inline-block;
  width: 10.41666667vw;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transform: translate3d(0.2em, 0, 0);
  transition:
    opacity 1s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    opacity 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease);
  transition:
    opacity 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .line {
    width: 17vw;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt {
  color: #ffffff80;
  flex: 1;
  padding-left: 1rem;
  box-sizing: border-box;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt {
    padding-left: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
  display: inline-block;
  font-family: "HONORSansCN-Bold";
  color: #bdbdbd;
  font-size: 60px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  font-weight: 400;
  -webkit-transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 1900px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1260px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
    font-size: clamp(30px, 0.6rem, 60px);
  }
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .swiper .swiper-wrapper .swiper-slide .list .txt h3 {
    -webkit-transform: scale(0.6) rotate(-90deg);
    -ms-transform: scale(0.6) rotate(-90deg);
    transform: scale(0.6) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
.history-carousel .other .items .r4SwChild {
  z-index: 5;
}
.history-carousel .other .items .r4SwChild .swiper-slide {
  width: 100%;
  position: relative;
  height: 4.166664vw;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .r4SwChild .swiper-slide {
    height: 90px;
  }
}
.history-carousel .other .items .r4SwChild .swiper-slide.swiper-slide-active .list .txt {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.history-carousel .other .items .r4SwChild .swiper-slide.swiper-slide-active .list .txt h3 {
  color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .r4SwChild .swiper-slide.swiper-slide-active .list .txt h3 {
    -webkit-transform: scale(1) rotate(-90deg);
    -ms-transform: scale(1) rotate(-90deg);
    transform: scale(1) rotate(-90deg);
  }
}
.history-carousel .other .items .r4SwChild .swiper-slide .list {
  position: absolute;
  left: 0;
  height: 4.166664vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .dot {
  flex-shrink: 0;
  display: inline-block;
  width: 3.54166667vw;
  height: 3.54166667vw;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  visibility: hidden;
  -webkit-transition:
    border-color 1s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    border-color 1s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    border-color 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease);
  transition:
    border-color 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #dedede;
  -webkit-transition: background-color 1s var(--ease);
  transition: background-color 1s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .line {
  flex-shrink: 0;
  display: inline-block;
  width: 2rem;
  height: 1px;
  visibility: hidden;
  background-color: #96b931;
  opacity: 0;
  -webkit-transform: translate3d(0.2em, 0, 0);
  transform: translate3d(0.2em, 0, 0);
  -webkit-transition:
    opacity 1s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    opacity 1s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    opacity 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease);
  transition:
    opacity 1s var(--ease),
    transform 1.2s var(--ease),
    color 0.3s var(--ease),
    background-color 1s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .txt {
  color: #ffffff80;
  cursor: pointer;
  padding-left: 1em;
  width: calc(97.6%);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
.history-carousel .other .items .r4SwChild .swiper-slide .list .txt h3 {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
  font-weight: 400;
  -webkit-transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    -webkit-transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease);
  transition:
    color 0.8s var(--ease),
    transform 1.2s var(--ease),
    -webkit-transform 1.2s var(--ease);
}
@media screen and (max-width: 991px) {
  .history-carousel .other .items .r4SwChild .swiper-slide .list .txt h3 {
    -webkit-transform: scale(0.6) rotate(-90deg);
    -ms-transform: scale(0.6) rotate(-90deg);
    transform: scale(0.6) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
@media (max-width: 992px) {
  .common-index-news .news-area {
    flex-wrap: wrap;
    gap: 30px;
  }
  .common-index-news .news-area .left {
    width: 100%;
  }
  .common-index-news .news-area .right {
    width: 100%;
  }
  .common-index-news .news-area .left .mask {
    width: 4.2rem;
  }
}
@media (max-width: 768px) {
  .common-index-news .news-area .left .mask {
    width: 6.2rem;
    height: 50px;
  }
  .index-form .form-right .index-contact-form {
    width: 92%;
  }
  .common-index-news .news-area .news-btn {
    display: none;
  }
}
@media (max-width: 576px) {
  .common-index-news .news-area .left .text .text-tag {
    font-size: 12px;
  }
  .common-index-news .news-area .left .text .text-title {
    font-size: 14px;
  }
  .common-index-news .news-area .left .text .text-time {
    font-size: 12px;
  }
  .common-index-news .news-area .left .mask {
    font-size: 12px;
  }
  .common-index-news .news-area .left .mask .mask-inner {
    left: 42%;
    top: 65%;
  }
  .history-carousel .box .group .swiper-button-box {
    margin-top: 12vw;
  }
  .common-index-news .news-area .right .top-panel .tag {
    font-size: 12px;
  }
  .common-index-news .news-area .right .top-panel .text-title {
    font-size: 16px;
  }
  .common-index-news .news-area .right .top-panel .text-more {
    font-size: 14px;
  }
  .common-index-news .news-area .right .top-panel .text-time {
    font-size: 12px;
  }
  .common-index-news .news-area .right .bottom-panel {
    flex-wrap: wrap;
    gap: 20px;
  }
  .common-index-news .news-area .right .bottom-panel .item {
    width: 100%;
  }
  .common-index-news .news-area .right .bottom-panel .item .text-tag {
    font-size: 12px;
  }
  .common-index-news .news-area .right .bottom-panel .item .text-title {
    font-size: 16px;
  }
  .common-index-news .news-area .right .bottom-panel .item .text-time {
    font-size: 12px;
    margin-top: 6px;
  }
}
