.btn-border {
  width: 138px;
  height: 60px;
  margin: 30px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 29px;
}
.btn-border .btn-border-inner {
  width: 136px;
  height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  z-index: 13;
}
.btn-border .btn-border-main {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 56px;
  z-index: 33;
  background: #ffffff;
}
.btn-border .iconSpan {
  font-size: 14px;
  color: #333333;
  line-height: 58px;
  margin-right: 14px;
  position: relative;
  transform: translateY(0);
  transition: 0.5s;
}
.btn-border .iconSpan::after {
  content: attr(data-word);
  position: absolute;
  left: 0;
  top: 100%;
}
.btn-border .iconP {
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #ccc;
}
.btn-border .iconP .iconImg {
  width: 10px;
  transform: translateX(0);
  transition: 0.5s;
  position: relative;
}
.btn-border .iconP .iconImg img {
  width: 10px;
  display: block;
}
.btn-border .iconP .iconImg::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  width: 10px;
  height: 12px;
  background: url(../images/more-icon.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
.btn-border:hover .iconSpan {
  transform: translateY(-100%);
  transition: 0.5s;
}
.btn-border:hover .iconP .iconImg {
  transform: translateX(15px);
  transition: 0.5s;
}
.btn-border::before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border: 1px solid #000000;
  border-radius: 29px;
  opacity: 0;
  transition: all 0.5s;
}
.btn-border:hover::before {
  width: 136px;
  height: 58px;
  z-index: 30;
  top: 0;
  left: 0;
  opacity: 1;
  transform-origin: center;
  transform: rotate(360deg);
  transition: all 0.5s;
}
.indexHeader {
  width: 100%;
  background: #0A1034;
  padding: 30px 60px 0;
}
.indexHeader .indexHeader-inner {
  width: 100%;
  border: 1px solid #3C4883;
  border-radius: 20px;
  overflow: hidden;
}
:root {
  --element-width: calc((100% - 60px) / 3);
}
.banner .bannerSwiper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner .bannerSwiper .banner-swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img-pc {
  display: block;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 40px);
  transform: translateY(-50%);
  width: calc( 100% - 120px);
  max-width: 1800px;
  margin: 0 auto;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-p {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 10px;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'LamaSans-SemiBoldCondensed';
  letter-spacing: 1px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 44px;
  flex-wrap: wrap;
}
.banner .bannerSwiper .banner-swiper-slide .banner-slide-line .banner-slide-line-dom {
  width: 5%;
  margin-bottom: 3%;
  min-width: 32px;
  max-width: 92px;
  background: #fff;
  height: 1px;
  margin-right: 12px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-slide-line .banner-slide-line-text {
  width: 100%;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-desc {
  width: 90%;
  margin: 0 auto;
  letter-spacing: 8px;
  max-width: 1200px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
  opacity: 0.8;
}
.banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'AlibabaPuHuiTi-Medium';
  font-weight: bold;
  font-size: 3.87vw;
  color: #FEFEFF;
  line-height: 4.2vw;
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  z-index: 4;
  vertical-align: top;
  object-fit: cover;
}
.banner .bannerSwiper .banner-swiper-slide video {
  width: 100%;
  height: 100%;
  z-index: 4;
  vertical-align: top;
  object-fit: cover;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more {
  width: 200px;
  height: 44px;
  padding: 0 10px;
  background: #005485;
  border-radius: 6px;
  margin: 6% 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 42px;
  font-family: 'AlibabaPuHuiTi-Regular';
  font-weight: normal;
  color: #FFFFFF;
  overflow: hidden;
  font-size: 14px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-p {
  position: relative;
  margin-right: 10px;
  height: 42px;
  z-index: 12;
  transition: 0.5s;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(42px);
  line-height: 42px;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more .read-more-right img {
  width: 24px;
  z-index: 14;
}
.banner .bannerSwiper .banner-swiper-slide .banner-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.banner .bannerSwiper .bannerBottom {
  width: calc(100% - 120px);
  height: 134px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 30;
}
.banner .bannerSwiper .bannerBottom .bannerBottom1 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule {
  width: 141px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule .svg-box {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 10px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule .svg-box::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule .svg-box::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #005485;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 20;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  background: transparent;
  border-radius: 50%;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule svg > circle {
  fill: transparent;
  stroke: #005485;
  stroke-width: 4;
  stroke-dasharray: 0 100;
  animation: pie-chart-fillup 5s linear 1;
  animation-fill-mode: forwards;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule .svg-box-default svg > circle {
  stroke-dasharray: 0 100 !important;
  animation-play-state: paused;
  opacity: 0;
  animation: none;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule .svg-box-active svg > circle {
  animation: pie-chart-fillup 5s linear 1;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-schedule .svg-box:nth-last-child(1) {
  margin-right: 0;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-dot {
  width: 20px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  position: relative;
  margin-right: 6px;
}
.banner .bannerSwiper .bannerBottom .bannerBottom-dot p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  animation: bannerBot 2s 0s ease-in infinite;
}
@keyframes pie-chart-fillup {
  0% {
    stroke-dasharray: 0 100;
  }
  100% {
    stroke-dasharray: 100 100;
  }
}
@keyframes bannerBot {
  0% {
    top: 6px;
  }
  50% {
    top: 28px;
  }
  100% {
    top: 6px;
  }
}
.banner .bannerSwiper .banner-swiper-slide .banner-img {
  transition: all 1.4s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.banner .bannerSwiper .banner_slide_active .banner-img {
  transition: all 1.4s ease 1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.applicationi {
  background-image: url('../images/new/applicationi-back.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.applicationi .indexPage-title {
  text-align: center;
}
.applicationi .applicationi-swiper {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide {
  cursor: pointer;
  margin-right: 50px;
  width: calc((100% - 200px) / 4);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-inner {
  width: 100%;
  position: relative;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-inner .applicationi-title {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  transform: translateY(0);
  line-height: 24px;
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-inner .el-image {
  position: relative;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-inner .el-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-con {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-con .applicationi-slide-main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #005485;
  line-height: 24px;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-con .applicationi-slide-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-size: 18px;
  color: #FFFFFF;
  line-height: 58px;
  border-radius: 100% 0 0 0;
  background: #005485;
  text-indent: 20px;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-con .applicationi-slide-icon {
  height: 54px;
  margin-bottom: 20px;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-con .applicationi-slide-icon img {
  height: 100%;
  margin: 0 auto;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide:hover {
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.08);
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide:hover .applicationi-slide-inner .applicationi-title {
  transform: translateY(220%);
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-swiper-slide:hover .applicationi-slide-inner .el-image::after {
  background: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #005485;
  border-radius: 50%;
  transition: 0.5s;
  z-index: 20;
}
.applicationi .applicationi-swiper .applicationi-btn img {
  width: 22px;
}
.applicationi .applicationi-swiper .applicationi-btn .applicationi-button-default {
  display: none;
}
.applicationi .applicationi-swiper .applicationi-btn .applicationi-button-active {
  display: block;
}
.applicationi .applicationi-swiper .applicationi-btn:hover {
  background: #49A4DA;
  transition: 0.5s;
}
.applicationi .applicationi-swiper .applicationi-button-prev {
  left: calc((100% - 200px) / 4);
}
.applicationi .applicationi-swiper .applicationi-button-next {
  right: calc((100% - 200px) / 4);
}
.abouti .abouti-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-main1 {
  margin-top: 40px;
}
.abouti .abouti-main1 .abouti-one-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.abouti .abouti-main1 .abouti-one-video video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.abouti .abouti-main1 .abouti-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
  cursor: pointer;
}
.abouti .abouti-main1 .abouti-video .poster {
  width: 100%;
  height: 100%;
}
.abouti .abouti-main1 .abouti-video .playBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.abouti .abouti-main1 .abouti-video-active {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.abouti .abouti-culture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
}
.abouti .abouti-culture .abouti-mark {
  max-width: 30px;
}
.abouti .abouti-culture .abouti-p {
  font-family: 'AlibabaPuHuiTi-Medium';
  font-size: 36px;
  color: #333333;
  line-height: 34px;
  margin-top: 20px;
}
.abouti .abouti-culture .abouti-line {
  width: 100%;
  height: 1px;
  background: #005485;
  margin-top: 30px;
}
.abouti .abouti-desc {
  margin: 24px 0 30px;
  padding-right: 35px;
}
.abouti .abouti-one {
  width: 50%;
}
.abouti .abouti-main-num {
  display: flex;
  justify-content: space-between;
}
.abouti .abouti-main-num-one {
  background: #005485;
  border-radius: 10px;
  width: var(--element-width);
  height: 200px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.abouti .abouti-main-num-one .abouti-main-num-value {
  width: 100%;
  font-family: 'LamaSans-SemiBoldCondensed';
  font-size: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.abouti .abouti-main-num-one .abouti-main-num-value .numUnit {
  font-family: 'AlibabaPuHuiTi-Medium';
  font-size: 14px;
  margin-left: 4px;
}
.abouti .abouti-main-num-one .numTitle {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: -10px;
}
.proi .indexPage-title {
  text-align: center;
}
.proi .pro-list {
  width: 100%;
  position: relative;
  margin: 0 auto -8%;
  max-width: 1000px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .pro-list .pro-list-back {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.proi .pro-list .center-pro-list {
  margin: 0 auto;
  width: 50%;
  background: #EFEFEF;
  border-radius: 50%;
  aspect-ratio: 1;
}
.proi .pro-list .center-pro-list .center-pro-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.proi .pro-list .center-pro-list .center-pro-img {
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .pro-list .center-pro-list .center-pro-img img {
  width: 50%;
}
.proi .pro-list .center-pro-list .center-pro-img-active {
  z-index: 10;
  opacity: 1;
  transition: 0.5s;
}
.proi .pro-list .center-pro-list .center-pro-title {
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  bottom: -30px;
  left: 0;
  background: url('../images/pro/pro-index-p.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  line-height: 24px;
  height: 56px;
}
.proi .pro-list .center-pro-list .center-pro-title p {
  font-size: 18px;
  margin-right: 4px;
}
.proi .pro-list .center-pro-list .center-pro-title i {
  font-size: 16px;
  font-weight: 600;
}
.proi .pro-list .center-pro-list .center-pro-title-active {
  z-index: 10;
  opacity: 1;
  transition: 0.5s;
}
.proi .pro-list .center-pro-small {
  width: 100%;
  position: absolute;
  aspect-ratio: 1;
}
.proi .pro-list .center-pro-small .center-pro-small-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.proi .pro-list .center-pro-small .center-pro-small-one {
  position: absolute;
  max-width: 112px;
  z-index: 20;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.proi .pro-list .center-pro-small .center-pro-small-one .center-pro-small-img {
  width: 100px;
  height: 100px;
  background: #F8F8F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.proi .pro-list .center-pro-small .center-pro-small-one .center-pro-small-img img {
  width: 50%;
}
.proi .pro-list .center-pro-small .center-pro-small-one p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  max-width: 112px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(1) {
  bottom: 30%;
  left: 8%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(2) {
  bottom: 48%;
  left: 6%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(3) {
  bottom: 64%;
  left: 14%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(4) {
  bottom: 76%;
  left: 26%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(5) {
  bottom: 80%;
  left: 44%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(6) {
  bottom: 76%;
  right: 26%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(7) {
  bottom: 64%;
  right: 14%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(8) {
  bottom: 48%;
  right: 6%;
}
.proi .pro-list .center-pro-small .center-pro-small-one:nth-of-type(9) {
  bottom: 30%;
  right: 8%;
}
.proi .pro-list .center-pro-small .center-pro-small-one-active .center-pro-small-img {
  background: #005485;
  transition: 0.5s;
}
.proi .pro-list .companyi-name {
  text-align: center;
  font-size: 36px;
  color: #005485;
  line-height: 34px;
  font-family: 'AlibabaPuHuiTi-Medium';
  width: 70%;
  position: absolute;
  left: 0;
  bottom: 12%;
  right: 0;
  margin: 0 auto;
}
.proi .pro-list-m {
  display: none;
}
.proi .pro-list-m .pro-list-small-swiper {
  width: 100%;
  margin: 30px 0 30px;
  overflow: hidden;
  display: none;
}
.proi .pro-list-m .pro-list-small-swiper .pro-list-slide {
  max-width: 80px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}
.proi .pro-list-m .pro-list-small-swiper .pro-list-slide .center-pro-small-img {
  width: 50px;
  height: 50px;
  background: #F8F8F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.proi .pro-list-m .pro-list-small-swiper .pro-list-slide .center-pro-small-img img {
  width: 50%;
}
.proi .pro-list-m .pro-list-small-swiper .pro-list-slide .pro-list-title {
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  text-align: center;
  max-width: 80px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.proi .pro-list-m .pro-list-small-swiper .pro-list-small-cur .center-pro-small-img {
  background: #005485;
  transition: 0.5s;
}
.proi .pro-list-m .pro-list-big-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-slide1 {
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
  aspect-ratio: 1;
  background: #EFEFEF;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-slide1 .center-pro-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-slide1 .center-pro-img img {
  width: 50%;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-slide1 .center-pro-title {
  width: 100%;
  margin-top: -12px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  line-height: 20px;
  height: 34px;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-slide1 .center-pro-title p {
  font-size: 12px;
  margin-right: 4px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-slide1 .center-pro-title i {
  font-size: 12px;
  font-weight: 600;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-big-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  z-index: 20;
  cursor: pointer;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-big-button:hover {
  color: #fff;
  background: #49A4DA;
  transition: 0.5s;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-big-button-prev {
  left: 0;
  border-radius: 0 50% 50% 0;
}
.proi .pro-list-m .pro-list-big-swiper .pro-list-big-button-next {
  right: 0;
  border-radius: 50% 0 0 50%;
}
.companyi {
  width: 100%;
  background: #F5FBFF;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.companyi .indexPage-inner {
  display: flex;
}
.companyi .companyi-bottom {
  position: relative;
  justify-content: center;
  font-weight: 500;
  font-size: 36px;
  color: #005485;
  line-height: 30px;
  margin: 30px auto 56px;
  z-index: 10;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.companyi .domOne {
  width: 25%;
  z-index: 10;
}
.companyi .domOne-con {
  width: 95%;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font-size: 14px;
  margin-top: 60px;
  padding: 30px;
  transition: 0.5s;
}
.companyi .domOne-con .domOne-title {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.companyi .domOne-con3 {
  margin-top: 60%;
}
.companyi .domOne-con-active {
  box-shadow: 0 4px 16px rgba(26, 33, 52, 0.08);
  transition: 0.5s;
}
.companyi .domOne-con-active .domOne-title {
  color: #005485;
  transition: 0.5s;
}
.companyi .domCenter {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.companyi .domCenter .domCenter-round {
  width: 560px;
  height: 560px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(204, 228, 243, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.companyi .domCenter .domCenter-round1 {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}
.companyi .domCenter .domCenter-round-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  transition: 0.5s;
  z-index: 20;
  background: #FFFFFF;
}
.companyi .domCenter .domCenter-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  border-radius: 0 0 175px 0;
  border-right: 2px dashed #005485;
  z-index: 100;
}
.companyi .domCenter .domCenter-triangle {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 50%;
  right: -8px;
  border-style: solid;
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #005485 transparent;
  z-index: 100;
}
.companyi .domCenter .domCenter-con {
  position: absolute;
  margin: 0 auto;
  width: 260px;
  height: 260px;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companyi .domCenter .domCenter-con .domCenter-con-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.companyi .domCenter .domCenter-con .domCenter-con-one {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  text-align: center;
  color: #005485;
  line-height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.companyi .domCenter .domCenter-con .domCenter-con-one .domCenter-con-img {
  height: 45px;
  margin-bottom: 18px;
}
.companyi .domCenter .domCenter-con .domCenter-con-one .domCenter-con-img img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.companyi .domCenter .domCenter-con .domCenter-con-one-active {
  opacity: 1;
  transition: 0.2s;
}
.companyi .domCenter .domCenter-icons {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 30;
}
.companyi .domCenter .domCenter-icons .domCenter-icon {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #005485;
  opacity: 1;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 32;
}
.companyi .domCenter .domCenter-icons .domCenter-icon img {
  width: 50%;
}
.companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(1) {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(2) {
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  margin: 0 auto;
}
.companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(3) {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(4) {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: 0 auto;
}
.companyi .domCenter .domCenter-icons .domCenter-icon-active {
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.companyi::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  top: -100px;
  background: rgba(233, 245, 253, 0.5);
}
.hidden-element {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease !important;
  /* 添加过渡效果，时间可根据需要调整 */
}
.read-more {
  width: 160px;
  height: 42px;
  background: #ED1C24;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  overflow: hidden;
}
.read-more .read-more-p {
  position: relative;
  transition: 0.5s;
}
.read-more .read-more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.read-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
@media only screen and (min-width: 1920px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin: 30px auto 60px;
    font-size: 74px;
    line-height: 84px;
  }
}
@media only screen and (max-width: 1600px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin: 3% auto 5%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .proi .pro-list .companyi-name {
    font-size: 30px;
    line-height: 30px;
    bottom: 15%;
  }
  .proi .pro-list .center-pro-small .center-pro-small-one .center-pro-small-img {
    width: 90px;
    height: 90px;
  }
  .proi .pro-list .center-pro-small .center-pro-small-one p {
    margin-top: 8px;
  }
  .proi .pro-list .center-pro-list .center-pro-title {
    height: 48px;
  }
  .proi .pro-list .center-pro-list .center-pro-title p {
    font-size: 16px;
  }
  .abouti .abouti-culture .abouti-p {
    font-size: 34px;
  }
  .abouti .abouti-culture {
    padding-left: 6%;
  }
  .companyi .domOne-con {
    margin-top: 50px;
    padding: 24px;
  }
  .companyi .domOne-con3 {
    margin-top: 50%;
  }
  .companyi .companyi-bottom {
    font-size: 30px;
    line-height: 30px;
    margin: 30px auto 40px;
  }
  .applicationi .applicationi-swiper .applicationi-swiper-slide {
    margin-right: 34px;
    width: calc((100% - 136px) / 4);
  }
}
@media only screen and (max-width: 1280px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-desc {
    letter-spacing: 5px;
    font-size: 14px;
    line-height: 34px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more {
    margin: 2% 0 0;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    margin: 2% auto 4%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    font-size: 16px;
    line-height: 22px;
  }
  .banner .bannerSwiper .bannerBottom {
    height: 15%;
    max-height: 90px;
  }
  .proi .pro-list .companyi-name {
    font-size: 28px;
    line-height: 28px;
    bottom: 14%;
  }
  .abouti .abouti-main-num-one {
    height: 170px;
  }
  :root {
    --element-width: calc((100% - 40px) / 3) !important;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one {
    font-size: 22px;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one .domCenter-con-img {
    height: 42px;
    margin-bottom: 16px;
  }
  .companyi .domCenter .domCenter-round {
    width: 500px;
    height: 500px;
  }
  .companyi .domCenter .domCenter-icons {
    width: 320px;
    height: 320px;
  }
  .companyi::before {
    width: 700px;
    height: 700px;
    top: 50%;
    transform: translateY(-50%);
  }
  .companyi .domOne-con {
    margin-top: 40px;
    padding: 20px;
  }
  .companyi .companyi-bottom {
    font-size: 26px;
    line-height: 26px;
    margin: 20px auto 40px;
  }
  .companyi .domOne-con .domOne-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon img {
    width: 46%;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(1) {
    right: -10px;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(3) {
    left: -10px;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(4) {
    bottom: -10px;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon:nth-of-type(2) {
    top: -10px;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon {
    width: 50px;
    height: 50px;
  }
  .companyi .domCenter .domCenter-round1 {
    width: 320px;
    height: 320px;
  }
  .abouti .abouti-culture .abouti-p {
    font-size: 30px;
  }
  .abouti .abouti-main1 .abouti-video .playBtn {
    width: 42px;
    height: 42px;
  }
  .abouti .abouti-desc {
    margin: 15px 0 20px;
    padding-right: 30px;
  }
  .abouti .abouti-culture .abouti-line {
    margin-top: 26px;
  }
  .abouti .abouti-main-num-one .abouti-main-num-value {
    font-size: 42px;
  }
  .applicationi .applicationi-swiper {
    margin-bottom: 40px;
  }
  .applicationi .applicationi-swiper .applicationi-btn {
    width: 42px;
    height: 42px;
  }
  .applicationi .applicationi-swiper .applicationi-btn img {
    width: 20px;
  }
  .applicationi .applicationi-swiper .applicationi-swiper-slide {
    margin-right: 25px;
    width: calc((100% - 100px) / 4);
  }
  .applicationi .applicationi-swiper .applicationi-button-next {
    right: calc((100% - 140px) /4 );
  }
  .applicationi .applicationi-swiper .applicationi-button-prev {
    left: calc((100% - 140px) / 4);
  }
}
@media only screen and (max-width: 1024px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner {
    top: 50%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more-box {
    width: 100%;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner {
    width: 90%;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-desc {
    width: 100%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    width: 100%;
  }
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-title {
    width: 100%;
  }
  .banner .bannerSwiper .bannerBottom {
    width: 90%;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-dot {
    width: 16px;
    height: 34px;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-dot p {
    top: 4px;
    width: 5px;
    height: 5px;
  }
  @keyframes bannerBot {
    0% {
      top: 4px;
    }
    50% {
      top: 23px;
    }
    100% {
      top: 4px;
    }
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-schedule {
    width: 112px;
    height: 34px;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom1 {
    font-size: 14px;
  }
  .banner .bannerSwiper {
    height: auto;
  }
  .proi .pro-list .companyi-name {
    font-size: 26px;
    line-height: 26px;
    bottom: 13%;
  }
  .proi .pro-list .center-pro-list .center-pro-title {
    height: 42px;
  }
  .proi .pro-list .center-pro-small .center-pro-small-one .center-pro-small-img {
    width: 80px;
    height: 80px;
  }
  .proi .pro-list .center-pro-list .center-pro-title p {
    font-size: 14px;
  }
  .proi .pro-list .center-pro-list .center-pro-title i {
    font-size: 14px;
  }
  .companyi .domCenter .domCenter-round {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52vw;
    height: 52vw;
  }
  .companyi .indexPage-inner {
    justify-content: space-between;
  }
  .companyi .domOne {
    z-index: 20;
    width: 25vw;
  }
  .companyi .companyi-bottom {
    width: 100%;
    justify-content: center;
  }
  .companyi .domCenter {
    width: 38vw;
  }
  .companyi .domCenter .domCenter-round1 {
    width: 33vw;
    height: 33vw;
  }
  .companyi .domCenter .domCenter-icons {
    width: 33vw;
    height: 33vw;
  }
  .companyi .domCenter .domCenter-con {
    width: 25vw;
    height: 25vw;
  }
  .companyi::before {
    width: 110vw;
    height: 110vw;
    top: 46%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one .domCenter-con-img {
    height: 36px;
    margin-bottom: 12px;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one {
    font-size: 18px;
  }
  .companyi .domOne-con {
    padding: 18px;
  }
  .companyi .domOne-con .domOne-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .companyi .companyi-bottom {
    font-size: 22px;
    margin: 18px auto 28px;
  }
  .abouti .abouti-culture {
    padding-left: 30px;
  }
  .abouti .abouti-main1 {
    margin-top: 32px;
  }
  .abouti .abouti-culture .abouti-p {
    font-size: 24px;
    margin-top: 12px;
    line-height: 28px;
  }
  .abouti .abouti-desc {
    margin: 10px 0 14px;
    padding-right: 0px;
  }
  .abouti .abouti-main {
    flex-wrap: wrap;
  }
  .abouti .abouti-main-num-top {
    width: 100%;
  }
  .abouti .abouti-main-num {
    width: 100%;
    margin-top: 22px;
  }
  .abouti .abouti-main-num-one {
    padding: 24px 0;
    height: auto;
  }
  .abouti .abouti-main-num-one .abouti-main-num-value {
    font-size: 32px;
  }
  .abouti .abouti-culture .abouti-mark {
    margin-bottom: 8px;
    max-width: 22px;
  }
  .applicationi .applicationi-swiper .applicationi-swiper-slide {
    margin-right: 25px;
    width: calc((100% - 75px) / 3);
  }
  .applicationi .applicationi-swiper .applicationi-button-next {
    right: calc((100% - 140px) / 3);
  }
  .applicationi .applicationi-swiper {
    margin-bottom: 34px;
  }
  .applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-inner .applicationi-title {
    font-size: 14px;
    line-height: 20px;
  }
  .applicationi .applicationi-swiper .applicationi-button-prev {
    left: calc((100% - 140px) / 3);
  }
}
@media only screen and (max-width: 820px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner {
    top: 54%;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-more-box {
    display: none;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom1 {
    font-size: 12px;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-schedule {
    width: 100px;
    height: 32px;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-dot p {
    top: 4px;
    width: 4px;
    height: 4px;
  }
  @keyframes bannerBot {
    0% {
      top: 4px;
    }
    50% {
      top: 17px;
    }
    100% {
      top: 4px;
    }
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-dot {
    width: 14px;
    height: 28px;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one {
    line-height: 20px;
  }
  .proi .pro-list {
    margin-top: 50px;
  }
  .proi .pro-list .center-pro-list .center-pro-title p {
    font-size: 12px;
  }
  .proi .pro-list .center-pro-small .center-pro-small-one .center-pro-small-img {
    width: 60px;
    height: 60px;
  }
  .proi .pro-list .center-pro-small .center-pro-small-one p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
    max-width: 80px;
  }
  .proi .pro-list .center-pro-list .center-pro-title {
    height: 38px;
    bottom: -20px;
  }
  .proi .pro-list .companyi-name {
    font-size: 22px;
    line-height: 24px;
    bottom: 13%;
  }
  .companyi .domOne-con {
    font-size: 12px;
    padding: 14px;
    margin-top: 27px;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon {
    width: 40px;
    height: 40px;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one .domCenter-con-img {
    height: 30px;
    margin-bottom: 10px;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one {
    font-size: 14px;
  }
  .companyi .companyi-bottom {
    font-size: 18px;
    margin: 24px auto 21px;
  }
  .companyi .domOne-con3 {
    margin-top: 30%;
  }
  .companyi .domOne-con .domOne-title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .abouti .abouti-culture .abouti-p {
    font-size: 20px;
    margin-top: 6px;
    line-height: 24px;
  }
  .abouti .abouti-main1 {
    margin-top: 24px;
  }
  .abouti .abouti-main-num-one .abouti-main-num-value .numUnit {
    font-size: 12px;
  }
  .abouti .abouti-main-num-one .numTitle {
    font-size: 12px;
  }
  .abouti .abouti-main-num-one .abouti-main-num-value {
    font-size: 30px;
  }
  .abouti .abouti-culture .abouti-mark {
    margin-bottom: 6px;
    max-width: 18px;
  }
  .abouti .abouti-culture .abouti-line {
    margin-top: 14px;
  }
  .applicationi .applicationi-swiper {
    margin-bottom: 28px;
  }
  .applicationi .applicationi-swiper .applicationi-button-prev {
    left: calc((100% - 94px) / 4);
  }
  .applicationi .applicationi-swiper .applicationi-button-next {
    right: calc((100% - 94px) / 4);
  }
  .applicationi .applicationi-swiper .applicationi-btn img {
    width: 16px;
  }
  .applicationi .applicationi-swiper .applicationi-btn {
    width: 36px;
    height: 36px;
  }
  .applicationi .applicationi-swiper .applicationi-swiper-slide .applicationi-slide-inner .applicationi-title {
    font-size: 12px;
    bottom: 10px;
  }
  .applicationi .applicationi-swiper .applicationi-swiper-slide {
    margin-right: 16px;
    width: calc((100% - 48px) / 4);
  }
}
@media only screen and (max-width: 640px) {
  .banner .bannerSwiper .banner-swiper-slide .word-box-banner-desc {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 18px;
  }
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-schedule {
    width: 88px;
    height: 28px;
  }
  .banner .bannerSwiper .bannerBottom {
    height: 22%;
    max-height: 38px;
  }
  .banner .bannerSwiper .bannerBottom {
    border-top: none;
  }
  .proi .pro-list {
    margin-top: 35px;
  }
  .proi .pro-list .center-pro-list .center-pro-title {
    height: 34px;
    bottom: -16px;
  }
  .proi .pro-list .center-pro-small .center-pro-small-one .center-pro-small-img {
    width: 50px;
    height: 50px;
  }
  .proi .pro-list .companyi-name {
    font-size: 18px;
    line-height: 20px;
  }
  .companyi .domCenter .domCenter-icons .domCenter-icon {
    width: 32px;
    height: 32px;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one {
    font-size: 12px;
  }
  .companyi .domCenter .domCenter-con .domCenter-con-one .domCenter-con-img {
    height: 24px;
    margin-bottom: 6px;
  }
  .companyi .domCenter .domCenter-triangle {
    right: -5px;
    border-width: 0 6px 12px 6px;
  }
  .abouti .abouti-main-num-one .abouti-main-num-value {
    font-size: 26px;
  }
  .abouti .abouti-culture {
    padding-left: 22px;
  }
  :root {
    --element-width: calc((100% - 22px) / 3) !important;
  }
  .abouti .abouti-main1 {
    margin-top: 18px;
  }
  .abouti .abouti-main-num {
    margin-top: 16px;
  }
  .abouti .abouti-main-num-one {
    padding: 18px 0;
  }
  .abouti .abouti-main1 .abouti-video .playBtn {
    width: 36px;
    height: 36px;
  }
  .abouti .abouti-desc {
    margin: 2px 0 10px;
  }
  .abouti .abouti-culture .abouti-mark {
    max-width: 15px;
  }
  .abouti .abouti-main1 .abouti-one-video {
    width: 44%;
    border-radius: 6px;
  }
  .abouti .abouti-culture {
    width: 56%;
  }
  .abouti .abouti-culture .abouti-p {
    font-size: 16px;
    margin-top: 2px;
    line-height: 24px;
  }
  .applicationi .applicationi-swiper {
    margin-bottom: 22px;
  }
  .applicationi .applicationi-swiper .applicationi-swiper-slide {
    margin-right: 14px;
    width: calc((100% - 28px) / 3);
  }
  .applicationi .applicationi-swiper .applicationi-button-prev {
    left: 0;
  }
  .applicationi .applicationi-swiper .applicationi-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    font-size: 12px;
    line-height: 18px;
  }
  .banner .bannerSwiper .bannerBottom .bannerBottom-schedule {
    width: 80px;
    height: 25px;
  }
  .proi .pro-list {
    display: none;
  }
  .proi .pro-list-m {
    display: block;
  }
  .companyi .domOne {
    display: none;
  }
  .companyi {
    padding: 0px 0;
  }
  .companyi .companyi-bottom {
    font-size: 16px;
    margin: -8px auto 20px;
  }
  .companyi .domCenter .domCenter-round {
    width: 80vw;
    height: 80vw;
  }
  .companyi .domCenter .domCenter-icons {
    width: 60vw;
    height: 60vw;
  }
  .companyi .domCenter .domCenter-con {
    width: 45vw;
    height: 45vw;
  }
  .companyi .domCenter .domCenter-round1 {
    width: 60vw;
    height: 60vw;
  }
  .companyi .domCenter {
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
  }
  .abouti .abouti-main1 .abouti-one-video {
    width: 100%;
  }
  .abouti .abouti-culture {
    width: 100%;
    padding: 20px 2%;
  }
  .abouti .abouti-main-num-one .numTitle {
    line-height: 18px;
    margin-top: -4px;
  }
  .abouti .abouti-main-num-one .abouti-main-num-value {
    font-size: 20px;
  }
  .abouti .abouti-main-num-one {
    padding: 14px 0;
  }
  .abouti .abouti-culture .abouti-p {
    font-size: 14px;
    margin-top: 0px;
    line-height: 22px;
  }
  .abouti .abouti-culture .abouti-line {
    margin-top: 10px;
  }
  .applicationi .applicationi-swiper {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 431px) {
  .applicationi .applicationi-swiper .applicationi-swiper-slide {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .proi .pro-list-m .pro-list-small-swiper {
    margin: 18px 0 20px;
  }
  .proi .pro-list-m .pro-list-small-swiper .pro-list-slide {
    margin-right: 12px;
  }
  .proi .pro-list-m .pro-list-small-swiper .pro-list-slide .center-pro-small-img {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .banner .bannerSwiper .banner-swiper-slide .banner-slide-line {
    display: none;
  }
}
