.swiperBox .swiper {
  width: 100%;
  /* --swiper-theme-color: #e20200; */
  --swiper-pagination-color: #e20200; /* 两种都可以 */
}
.swiperBox .swiper-wrapper {
  width: 100%;
}
.swiperBox .swiper-slide {
  width: 100%;
}
.swiperBox .swiper-slide img {
  width: 100%;
}
.swiperBox .swiper-pagination {
  zoom: 2;
}
.swiperBox .swiper-pagination-bullet-active{
  background:#e20200;
}
.swiperBox .swiper-button-next,
.swiperBox .swiper-button-prev {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 36px !important;
  width: 36px !important;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}
.swiperBox .swiper-button-next:after,
.swiperBox .swiper-button-prev:after {
  font-size: 10px !important;
  color: white !important;
}
.swiperBox .swiper-button-next:hover,
.swiperBox .swiper-button-prev:hover {
  background-color: rgba(31, 45, 61, 0.23);
}

/* 数据展示 */
.dataBox {
  width: 1200px;
  margin: 0 auto;

  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.dataBox .dataItem {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 10px 0px;
  border-left: 1px solid #ebebeb;
}
.dataBox .dataItem:nth-child(1) {
  border-left: none;
}
.dataBox .dataItem .data {
  font-size: 28px;
  color: #e20200;
  font-weight: bold;
  transition: transform 0.5s ease;
}
.dataBox .dataItem .dataDes {
  font-size: 16px;
}

/* 标题 */
.titleBox {
  margin: 60px auto;
  text-align: center;
  padding: 20px auto;
  letter-spacing: 2px;
}
.titleBox .title {
  font-size:32px;
  font-weight: normal;
}
.titleBox .title:after,
.titleBox .title:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #e20200;

  margin-bottom: 0.5rem;
}
.titleBox .title:after {
  margin-left: 1rem;
}
.titleBox .title:before {
  margin-right: 1rem;
}

.titleBox .titleDes {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 1px;
}
/* 产品中心 */
.productContent {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 创建3列 */
  grid-template-rows: repeat(2, 1fr); /* 创建2行 */
  gap: 40px; /* 可选，设置网格间距 */
  margin: 20px auto;
  cursor: pointer;
}
.productContent .productItem {
  display: inline-block;
  /* background: #ebf8fe; */
  text-align: center;
  transition: transform 0.5s ease;
  background-image: radial-gradient(circle, white, #e0f0f8);
  background-blend-mode: screen;
  border-radius: 5px;
}

.productItem:hover {
  transform: translateY(-10px); /* 鼠标滑入时上浮10px */
}

.productContent .productItem .productCover {
  width: 108px;
  margin-top: 30px;
}

.productContent .productItem h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.productContent .productItem .productDes {
  font-size: 13px;
  text-align: center;
  color: #8888a3;
  width: 50%;
  margin: 10px auto;
  margin-bottom: 80px;
  
}
.productContent .productItem .productDes span {
  margin-left: 10px;
  display: inline-block;
  
}
.productContent .productItem .productDes span:nth-child(1),
.productContent .productItem .productDes span:nth-child(2) {
  margin-left: 00px;

}
.productContent .productItem .productDes span:nth-child(1) {
  letter-spacing: 1px;
}


/* 部分案例 */
.caseContent {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 创建3列 */
  margin: 20px auto;
  gap: 40px; /* 可选，设置网格间距 */
}
.caseContent .caseItem {
  text-align: center;
  overflow: hidden;
  transition: transform 0.5s ease;
  background: rgba(68, 68, 68, 0.07);
  border-radius: 5px;
}

.caseContent .caseItem:hover {
  transform: translateY(-10px); /* 鼠标滑入时上浮10px */
}
.caseCover {
  width: 100%;
  height:180px;
}
.caseContent .caseItem h2 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 16px;
}
.caseContent .caseItem .desc {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-align: justify;
  word-wrap: break-word;
  /* text-indent: 2em; */
  line-height: 22px;
  padding: 14px;
  padding-top: 0;
}

/* 最新动态 */
.newsList {
  width: 1200px;
  margin: 0 auto;
}
.newsList li {
  display: flex;
  margin-bottom: 50px;
}
.newsList li .pic {
  display: inline-block;
  width: 25%;
  height: 150px;
  box-sizing: border-box;
  overflow: hidden;
}
.newsList li .pic img {
  max-width: 100%;
  width: 100%;
}
.newsList li .newContent {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  border-bottom: 2px solid #e8e8e8;
  padding: 1% 0 2%;
  min-height: 12%;
}
.newsList li .left {
  display: inline-block;
  width: 38%;
  margin: 0 4%;
}
.newsList li .newContent .left .source {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
  text-decoration: underline;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  line-height: 1.4rem;
}
.newsList li .newContent .left .title {
  font-weight: 600;
  color: #333;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 60px;
  font-size: 18px;
  line-height: 2.2rem;
}
.newsList li .newContent .right {
  display: inline-block;
  width: 53%;
  vertical-align: top;
}
.newsList li .newContent .date {
  color: #999;
  margin: 0;
  font-size: 14px;
}
.newsList li .newContent .right .desc {
  color: #333;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-size: 16px;
}

/* 合作伙伴 */
.cooperate {
  width: 100%;
  position: relative;
}
.cooperate .cooperate-box .titleBox .title {
  color: white;
}
.cooperate .cooperate-box .titleBox .title:after,
.cooperate .cooperate-box .titleBox .title:before {
  /* content: none; */
  background: white;
}
.cooperate .bg-img {
  max-width: 100%;
  width: 100%;
  z-index: -1;
}
.cooperate .cooperate-box {
  width: 62.5%;
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
}
.cooperate .cooperate-box .cooperate-title {
  text-align: center;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .zh {
    font: normal 600 1.6rem "PingFangSC-Semibold,PingFang SC";
  }
}
@media screen and (max-width: 1365px) and (min-width: 1280px) {
  .zh {
    line-height: 3.6rem;
    font: normal 700 2.6rem "CenturyGothic-Bold,CenturyGothic";
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .zh {
    font: normal 700 3.6rem "CenturyGothic-Bold,CenturyGothic";
  }
}
@media screen and (min-width: 1920px) {
  .zh {
    font: normal 700 3.6rem "CenturyGothic-Bold,CenturyGothic";
  }
}

.cooperate .cooperate-box .cooperate-lists {
  width: 100%;
  overflow: hidden;
  margin: 8% auto 0;
  position: relative;
}

.brandBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-item {
  margin-bottom: 3%;
  overflow: hidden;
  width: 22%;
  box-sizing: border-box;
}
.brand-item img {
  width: 100%;
  max-width: 100%;
}
.cooperate-box .swiper-button-prev,
.cooperate-box.swiper-button-next {
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  height: 49px !important;
  width: 49px !important;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}
.cooperate-box .swiper-button-next:after,
.cooperate-box .swiper-button-prev:after {
  content: none;
}
.cooperate-box .swiper-button-prev {
  left: -5rem;
  position: absolute;
  top: 62%;
  z-index: 10;
  transform: translateY(-50%);
}
.cooperate-box .swiper-button-next {
  right: -5rem;
  position: absolute;
  top: 67%;
  z-index: 10;
  transform: translateY(-50%);
}

/* 办公地址 */
.company {
  width: 62.5%;
  margin: 2.5% auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.company .company-detail {
  align-self: stretch;
  width: 32%;
  padding: 1.7% 1.5%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 4px 4px 16px 8px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  position: relative;
}
.company .company-detail img {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 38%;
}
.company .company-detail .address {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 12px;
}
.company .company-detail .addr,
.company .company-detail .email,
.company .company-detail .qq {
  font-size: 1rem;
  line-height: 2rem;
}

/* 分享 */
.share-right {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 5;
  width: 150px;
  height: 150px;
  text-align: right;
}
.share-right-img {
  margin-top: 10px;
  width: 140px;
  height: 120px;
  cursor: pointer;
}

.aside-right {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  width: 4%;
}
.aside-wrap {
  width: 100%;
  float: right;
  box-sizing: border-box;
}
.aside-wrap::before {
  clear: both;
}
.aside-wrap-box {
  position: relative;
  box-sizing: border-box;
  background-color: #e20200;
  color: #fff;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}
.aside-wrap-contact {
  margin-top: -2px;
  color: #e20200;
  background-color: #fff;
  border: 2px solid #e20200;
  font-style: normal;
}
.aside-wrap-a {
  margin-top: 2px;
  color: #e20200;
  text-align: center;
  cursor: pointer;
}
.aside-hover-box {
  display: none;
  position: absolute;
  top: -8px;
  right: 86px;
  width: 200px;
  color: #5d5d5d;
  background-color: #f2f2f2;
  border-top: 2px solid #e20200;
  box-shadow: 1px 1px 10px 1px rgba(113, 113, 113, 0.5);
}
.aside-wrap-box:hover .aside-hover-box {
  display: block;
}
.aside-hover-box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border: 10px solid;
  border-color: transparent transparent transparent #c9c9c9;
}
.back-top-box .go-top {
  margin: 0;
  font-style: normal;
}
.aside-hover-box .a-qq {
  display: block;
  height: 50px;
  line-height: 50px;
}
.aside-hover-box .a-qq-img {
  max-width: 100%;
  vertical-align: middle;
}
.aside-hover-box .contact-us {
  display: inline-block;
  vertical-align: top;
}
.aside-hover .aside-hover-box .contact-us:before {
  clear: both;
}
.aside-hover-box-phone {
  margin-top: 7px;
}
.aside-hover-box-phone svg {
  font-size: 1rem;
  width: 1.5rem;
  display: inline-block;
  position: relative;
  top: 2px;
}



.fade-element {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.fade-element.active {
  opacity: 1;
}