/* ------ 关于我们  Style ------ */

/* ------ 公共样式  Style ------ */
.sn-about-header {
  margin-bottom: 20px;
}
.sn-about-wrapper .sn-about-header h2 {
  color: #b6b6b8;
}
.sn-about-wrapper .sn-about-header > p {
  font-size: 30px;
  color: #252444;
}

/* ------ 知识产权  Style ------ */

/* 窄屏幕（小于 md 断点，即 <768px） */
@media (max-width: 767.98px) {
  .sn-blurb-title {
      width: auto;
  }
  .contact-item .contact-content {
      display: flex;
      align-items: center;
  }
   .contact-item .contact-content p {
       padding-left:20px;
       margin-bottom:0;
   }
}

@media (max-width:991.98px) {
  .sn-knowledge {
      display: none;
  }
}
@media (min-width:992px) {
  .sn-knowledge {
      display: block;
  }
}
.swiper-wrapper {
  align-items: center;
  justify-content: center;
}
.swiper-item {
  max-width: 380px;
  padding: 30px 40px 0 40px;
  height: 600px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 300ms;
  transform: scale(0.8) !important;
  background: #ffffff;
  box-shadow: 0px 4px 33px 0px rgba(110, 106, 232, 0.22);
  border-radius: 16px;
}
.swiper-item h3 {
  width: 100%;
}
.swiper-item p {
  width: 100%;
  margin-bottom: 0;
}
.swiper-item img {
  border-radius: 16px;
}
.swiper-slide-active {
  transform: scale(1) !important;
  background: #6e6ae8;
}
.swiper-slide-active h3 {
  margin-top: 30px;
  text-align: left;
  color: #ffffff;
}
.swiper-slide-active p {
  margin-top: 10px;
  color: #ffffff;
}

.swiper{
  --swiper-navigation-color: #6e6ae8;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.swiper .hide{
  opacity:0;
}
.swiper-button-next,.swiper-button-prev{
  transition:opacity 0.5s;
}

/* ------ 公司使命  Style ------ */
.mission-item {
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  background: linear-gradient(90deg, #ffffff 22%, #f2f4ff 100%);
}

.mission-item:last-child {
  margin-bottom: 0;
}


.mission-content h2 {
  color: #252444;
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  z-index: 11;
}
.mission-content h2:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 240px;
  height: 24px;
  z-index: -1;
  background: linear-gradient(90deg, #6d69e2 0%, rgba(250, 250, 252, 0) 100%);
}
.mission-content p {
  font-size: 22px;
  margin-bottom: 10px;
  color: #616161;
}
/* ------ 联系我们  Style ------ */

.contact-box {
  display: flex;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  color: #252444;
  background: #f2f4ff;
  cursor: pointer;
}

.contact-item .contact-content {
  margin-left: 16px;
}

.contact-item .contact-content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
}
.contact-item .contact-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-item:hover {
  color: #fff;
  background: linear-gradient(270deg, #5f5afe 0%, #8a85f9 100%);
}

.contact-item:hover .default {
  display: none;
}
.contact-item:hover .up {
  display: block !important;
}

.map-box {
  margin-top: 40px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.map-box .map-box-left {
  padding:30px 50px 30px 40px ;
  display: flex;
  align-items: center;
  background: linear-gradient(89deg, #f2f4ff 22%, #ffffff 100%);
}

.map-box .map-box-left .map-title {
  padding-left: 8px;
}

.map-box .map-box-left .map-title h5 {
  font-size: 18px;
}

.map-box .map-box-left .map-title p {
  width: 285px;
  color: #7d7c96;
}
