.home-banner {
  width: 100%;
}
.product-description {
  display: flex;
  margin: 0 auto 72px;
}
/*.product-description .desc-l {*/
/*  margin-right: 112px;*/
/*}*/
.product-description .desc-l img {
  width: 620px;
  height: 726px;
}
.product-description .desc-r {
  max-width: 630px;
  padding-top: 150px;
}
.product-description .desc-r .r-title,
.product-description .desc-r h3 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #1e1e1e;
}
.product-description .desc-r h3 {
  font-size: 36px;
}
.product-description .desc-r .r-text {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: normal;
  color: #292929;
  text-align: justify;
  line-height: 1.5;
}
.product-description .desc-r .r-text span {
  /*font-weight: bold;*/
}
.product-description .desc-r .usage {
  margin-bottom: 8px;
  display: flex;
}
.product-description .desc-r .usage .usage-num {
  font-size: 34px;
  font-weight: bold;
  color: #3875f6;
  margin-right: 18px;
  padding: 16px 30px;
  background-color: #F5F6F8;
  width: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-description .desc-r .usage .usage-name {
  font-size: 18px;
  font-weight: normal;
  color: #1e1e1e;
  padding: 21px 20px;
  background-color: #F5F6F8;
  width: 433px;
  display: flex;
  align-items: center;
}
.product-description .desc-r .usage:not(:last-child) {
  /*margin-right: 54px;*/
}
.advantage-swiper {
  position: relative;
  overflow: hidden;
  margin-bottom: 158px;
}
.advantage-swiper .swiper-slide .index_case {
  padding-left: unset;
}
.advantage-swiper .swiper-slide .index_case li {
  position: relative;
  width: 290px;
  transition: 0.5s;
  border-radius: 8px;
  overflow: hidden;
}
.advantage-swiper .swiper-slide .index_case li:not(:last-child) {
  margin-right: 18px;
}
.advantage-swiper .swiper-slide .index_case li .img-scale {
  overflow: hidden;
}
.advantage-swiper .swiper-slide .index_case li .img-scale img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.advantage-swiper .swiper-slide .index_case li .img-scale:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.advantage-swiper .swiper-slide .index_case li .content {
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 30px 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  height: 172px;
}
.advantage-swiper .swiper-slide .index_case li .content .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.advantage-swiper .swiper-slide .index_case li .content .desc {
  display: none;
  font-size: 16px;
}
.advantage-swiper .swiper-slide .index_case li.current {
  width: 49%;
}
.advantage-swiper .swiper-slide .index_case li.current .content {
  display: flex;
  justify-content: center;
}
/*.advantage-swiper .swiper-slide .index_case li.current .content .title:first-child {*/
/*  margin-right: 40px;*/
/*}*/
.advantage-swiper .swiper-slide .index_case li.current .content .desc {
  display: block;
}
.advantage-swiper .swiper-slide .index_case img {
  width: 100%;
  object-fit: cover;
  height: 470px;
}
.advantage-swiper .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.advantage-swiper .swiper-button-prev {
  left: 7px;
  width: 52px;
  height: 52px;
  top: 50%;
  background: url(../../img/arrow_l.png) no-repeat;
  background-color: #ecedf0;
  background-size: 50%;
  background-position: 60% 50%;
  border-radius: 50%;
}
.advantage-swiper .swiper-button-prev::after {
  content: '';
}
.advantage-swiper .swiper-button-next {
  right: 12px;
  width: 52px;
  height: 52px;
  top: 50%;
  background: url('../../img/arrow_r.png') no-repeat;
  background-color: #ecedf0;
  background-size: 50%;
  background-position: 35% 50%;
  border-radius: 50%;
}
.advantage-swiper .swiper-button-next::after {
  content: '';
}
.advantage-img {
  position: relative;
  margin: 0 auto;
  width: 1280px;
  height: 650px;
  margin-bottom: 158px;
  background: url(../../img/home_advantage_1.png) no-repeat;
  background-size: 100%;
}
.advantage-img:has(.radar-area1:hover) {
  background-image: url(../../img/home_advantage_1.png);
}
.advantage-img:has(.radar-area2:hover) {
  background-image: url(../../img/home_advantage_2.png);
}
.advantage-img:has(.radar-area3:hover) {
  background-image: url(../../img/home_advantage_3.png);
}
.advantage-img:has(.radar-area4:hover) {
  background-image: url(../../img/home_advantage_4.png);
}
.advantage-img:has(.radar-area5:hover) {
  background-image: url(../../img/home_advantage_5.png);
}
.advantage-img ul {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1000px;
  display: flex;
  padding-left: 0;
}
.advantage-img ul li {
  width: 20%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  position: relative;
}
.advantage-img ul li .radar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 12px;
  box-sizing: border-box;
}
.advantage-img ul li .radar .deco {
  display: block;
  width: 75px;
  height: 75px;
  opacity: 1;
  transition: 0.1s;
  transform: translateZ(0);
  margin: 0 auto;
}
.advantage-img ul li .radar .deco:before {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  transition: 0.4s;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  height: 70px;
  width: 70px;
}
.advantage-img ul li .radar .deco:after {
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  transition: 0.4s;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 100%;
  height: 55px;
  width: 55px;
}
.advantage-img ul li .radar .deco i {
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid #fff;
  border-radius: 100%;
  height: 34px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  transition: 0.4s;
  width: 34px;
}
.advantage-img ul li:hover .deco:before {
  animation: scalepulse 1.3s linear 0.3s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.advantage-img ul li:hover .deco:after {
  animation: scalepulse 1.3s linear 0.15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.advantage-img ul li:hover .deco i {
  background: #fff;
  animation: scalepulse 1.3s linear 0s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
@keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}
.dynamic-area {
  margin: 0 auto 48px;
  justify-content: center;
}
.dynamic-area .dynamic-item {
  cursor: pointer;
  width: 380px;
  margin-right: 30px;
}
.dynamic-area .dynamic-item img {
  width: 100%;
  height: 226px;
}
.dynamic-area .dynamic-item .desc-box {
  background-color: #f9fafc;
  padding: 32px 28px;
  height: 280px;
  font-size: 16px;
  color: #646464;
}
.dynamic-area .dynamic-item .desc-box .title {
  height: 48px;
  font-size: 20px;
  font-weight: bold;
  color: #292929;
}
.dynamic-area .dynamic-item .desc-box .create-time {
  display: flex;
  align-items: center;
}
.dynamic-area .dynamic-item .desc-box .create-time i {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background: url(../../img/date.png) no-repeat;
  background-size: 100%;
}
.dynamic-area .dynamic-list {
  width: 380px;
  height: 506px;
  padding: 32px 28px;
  background-color: #f9fafc;
}
.dynamic-area .dynamic-list .cell {
  height: 25%;
  font-size: 16px;
  font-weight: normal;
  color: #868789;
  cursor: pointer;
}
.dynamic-area .dynamic-list .cell .cell-title {
  font-size: 20px;
  font-weight: bold;
  color: #292929;
}
.show-more {
  display: block;
  color: #292929;
  cursor: pointer;
  width: 208px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 90px;
  border: 1px solid #64646450;
  text-align: center;
}
