

.home-card {
  padding-top: 40px;
  padding-bottom: 100px;
}
.home-card:nth-child(2n) {
  background-color: #F7F8FA;
}

.home-card h1.title {
  font-size: .3rem;
  font-weight: 500;
  color: #3D3D3D;
  letter-spacing: 0.1em;
  font-family: Microsoft YaHei;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  margin-bottom: 44px;
}

h1.title::after {
  content: '';
  display: block;
  width: 60px;
  border: 1px solid #3D3D3D;
  position: relative;
  top: 5.5px;
}

.more-button {
  background-color: var(--main-color);
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-size: .16rem;
  border: none;
  width: 1.31rem;
  height: .36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .04rem;
  padding: 0;
}
.more-button:hover {
  background-color: #0B62AA;
}
.more-button img,
.detail-button img {
  width: .24rem;
  height: .24rem;
}

.solution .more-button,
.news-center .more-button,
.partner .more-button {
  margin: .4rem auto 0 auto;
}

.banner-swiper {
  width: 100%;
  height: 27.7vw;
  min-height: 305px;
}
.product-center-swiper {
  width: 69vw;
  height: 21vw;
  margin-top: .56rem;
  min-height: 278px;
  min-width: 759px;
}

.product-center-swiper .more-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  width: 40px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.banner-swiper .swiper-slide .swiper-img,
.product-center-swiper .swiper-slide .swiper-img, 
.solution-swiper .swiper-slide .swiper-img,
.news-center-swiper .swiper-slide .swiper-img,
.partner-swiper .swiper-slide .swiper-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.product-center-swiper-tablist {
  width: 69vw;
  min-width: 759px;
  height: .35rem;
  border-bottom: 1px solid #D8D8D8;
  font-size: .18rem;
  color: #444444;
  cursor: pointer;
  border: none;
}

.product-center-swiper-tablist .swiper-slide-thumb-active {
  color: var(--main-color);
  position: relative;
}
.product-center-swiper-tablist .swiper-slide-thumb-active::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
}
.product-center-swiper-tablist .swiper-slide {
  width: 33.33%;
  height: 100%;
  text-align: center;
}

.solution-swiper-container {
  display: flex;
  height: 23.6vw;
  width: 69vw;
  min-width: 759px;
  min-height: 278px;
  margin-inline: auto;
}

.solution-swiper-container .solution-swiper {
  width: 66%;
  height: 100%;
}

.solution-swiper-container .solution-swiper-tablist {
  width: 44%;
  height: 100%;
  background: linear-gradient(135deg, #7AC3FF 0%, #409EEB 100%);
  user-select: none;
}

.solution-swiper-tablist .swiper-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 13%;
  padding-left: 12%;
  box-sizing: border-box;
}
.solution-swiper-tablist .detail-button {
  background-color: transparent;
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-size: .16rem;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .04rem;
  padding: 0;
  position: absolute;
  right: .3rem;
  bottom: .2rem;
  z-index: 10;
}
.solution-swiper-tablist .swiper-slide {
  height: auto !important;
}
.solution-swiper-tablist .veltical-line {
  width: .14rem;
  height: .25rem;
  display: flex;
  justify-content: center;
}
.solution-swiper-tablist span {
  color: rgba(255, 255, 255, 0.7);
  font-family: Microsoft YaHei;
  font-size: .14rem;
  display: flex;
  align-items: center;
  gap: .1rem;
  position: relative;
}
.solution-swiper-tablist .swiper-slide img {
  height: .14rem;
  width: .14rem;
}
.solution-swiper-tablist .swiper-slide .checked {
  display: none;
}
.solution-swiper-tablist .swiper-slide-thumb-active span {
  font-size: .18rem;
  font-weight: 500;
  color: #FFFFFF;
}
.solution-swiper-tablist .swiper-slide-thumb-active .unchecked {
  display: none;
}
.solution-swiper-tablist .swiper-slide-thumb-active .checked {
  display: block;
}
.solution-swiper-tablist .swiper-slide {
  display: flex;
  align-items: center;
  gap: .1rem;
}

.news-center-swiper-container {
  display: flex;
  height: 18.4vw;
  width: 69vw;
  min-height: 202px;
  min-width: 759px;
  margin-inline: auto;
}
.news-center-swiper {
  width: 45.6%;
  height: 100%;
}
.news-center-swiper .title {
  position: absolute;
  bottom: 0;
  font-size: .18rem;
  color: #fff;
  padding: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  background: rgba(99, 99, 99, 0.26);
  box-shadow: 0 0 0 0.29px #ffffff;
  backdrop-filter: blur(5.89px);
}
.news-center-swiper-container .news-center-swiper-tablist {
  width: 54.4%;
  height: 100%;
  padding-left: .5rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-center-swiper-tablist .news-info:hover {
  color: #117DD6;
}
.news-info {
  display: flex;
  font-family: Microsoft YaHei;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
.news-info .date {
  font-size: .26rem;
  font-weight: 500;
  text-align: right;
}
.news-info .year {
  font-size: .14rem;
  text-align: right;
}
.news-info .veltical-line {
  border: 1px solid #999999;
  height: 41px;
  margin-inline: 14px;
}
.news-info .info {
  width: 26.8vw;
  min-width: 295px;
}
.news-info .title {
  font-weight: 500;
  font-size: .18rem;
  white-space: nowrap;
  text-overflow: ellipsis;  
  overflow: hidden;
  margin-bottom: .01rem;
}
.news-info .description {
  font-size: .14rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.partner-swiper {
  height: 7.5vw;
  min-height: 82px;
  width: 100%;
}
.partner-swiper .swiper-wrapper {
  transition-timing-function: linear;
}