/**
 * 首页样式index.css
 */
/* banner图 */
.banner {
  background-image: none;
  text-align: center;
  position: relative;
  padding: 0;
}

.banner .swiper-container {
  width: 100%;
  height: 576px;
}

.banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner a {
  width: 100%;
  height: 100%;
}

.banner .swiper-container .banner_pagination {
  position: absolute;
  bottom: 72px;
  z-index: 2;
}

.banner .swiper-pagination-bullet {
  width: 46px;
  height: 4px;
  border-radius: 0;
  background-color: #ffffff;
}

/* 案例展示 */
.service_case_pagination {
  text-align: center;
  margin-top: 20px;
}

.service_case_bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

/* 激活状态指示器样式 */
.service_case_bullet_active {
  background: #337ab7;
  width: 12px;
  height: 12px;
}
.case-swiper .swiper-slide .case_4 .backImg {
  position: absolute;
  left: 0;
  top: 2%;
  width: 100% !important;
  height: 95% !important;
  z-index: 0;
  border-radius: 5px;
}
.twoBlock {
  margin-bottom: 120px;
  position: relative;
  margin-top: 87px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.twoBlock h1 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #222222;
}

.twoBlock .swiper-container {
  overflow: hidden;
  width: 100%;
}

.twoBlock .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}

.twoBlock .swiper-container .swiper-slide .firstdivimg {
  width: 96px;
  height: 72px;
  background: #ffffff;
  margin-right: 16px;
}
.twoBlock .swiper-container .swiper-slide .firstDivBlock {
  display: flex;
}
.twoBlock .swiper-container .swiper-slide .firstdivimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twoBlock .swiper-container .swiper-slide .seconddivimg {
  width: 264px;
  height: 226px;
  position: absolute;
  left: 71%;
  top: 0;
  z-index: -10;
}

.twoBlock .swiper-container .swiper-slide .seconddivimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twoBlock .service_oneSpan {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 31px;
}
.secondchange {
  margin-top: 14px;
  font-weight: 700;
  font-size: 28px;
  text-align: left;
  color: #4269ff;
}
.swiper-container .swiper-slide .swiper-slide__content {
  display: flex;
}
.swiper-container .swiper-slide .swiper-slide__content .leftBlock {
  margin-right: 28px;
  width: 47%;
}
/* *************************************** */

/* 右侧轮播区域样式 */
.rightBlock {
  width: 48%;
  position: relative;
  z-index: 2;
}
.rightBlock .effect {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  text-align: left;
}
.case-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.case-swiper .swiper-wrapper {
  display: flex;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.case-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}

/* 内层轮播容器样式 */
.inner-swiper-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.inner-swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}

.inner-swiper-container .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 设备容器样式 */
.device-container {
  position: relative;
  display: inline-block;
  text-align: center;
}

.device-frame {
  height: auto;
  position: relative;
  z-index: 1;
}
.phone-container .backImg {
  position: absolute;
  left: 4%;
  top: 2%;
  width: 92%;
  height: 96%;
  z-index: 0;
  border-radius: 5px;
}

/* PC设备样式 */
/* .pc-container {
  width: 356px;
} */

.pc-container .backImg {
  position: absolute;
  left: 9.5%;
  top: 5%;
  width: 80%;
  height: 83%;
  z-index: 0;
  border-radius: 5px;
}
.phone-container {
  position: absolute;
  z-index: 3;
}

/* 分页器样式 */
.inner-pagination {
  position: absolute;
  bottom: -5px !important;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.inner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 4px;
  opacity: 1;
}

.inner-pagination .swiper-pagination-bullet-active {
  background: #4269ff;
}
/* ********************************************** */

.swiper-container .swiper-slide .swiper-slide__content .leftBlock .firstdivOne {
  margin-bottom: 16px;
  color: #333333;
  font-weight: 400;
  font-family: Microsoft YaHei;
  font-size: 24px;
  text-align: left;
  line-height: 36px;
  white-space: pre-line;
  word-wrap: break-word;
}
.swiper-container .swiper-slide .swiper-slide__content .leftBlock .firstdivTwo {
  font-size: 16px;
  margin-bottom: 19px;
  font-weight: 400;
  color: #333333;
  text-align: left;
}
.swiper-container .swiper-slide .swiper-slide__content .leftBlock .divLine {
  width: 100%;
  height: 2px;
  background: #e1e1e1;
}
.swiper-container .swiper-slide .swiper-slide__content .leftBlock .firstdiv {
  color: #333333;
  font-weight: 400;
  font-family: Microsoft YaHei;
  font-size: 16px;
  text-align: left;
  margin: 24px 0;
  word-wrap: break-word;
}

.swiper-container .swiper-slide .swiper-slide__content .leftBlock .thirddiv {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  text-align-last: left;
  word-wrap: break-word;
}

.swiper-container .swiper-slide .swiper-slide__content .leftBlock .seconddiv {
  color: #333333;
  font-weight: 400;
  font-family: Microsoft YaHei;
  font-size: 24px;
  text-align: left;
  margin: 24px 0;
}

.useCase_nav {
  position: absolute;
  top: 17.5%;
  cursor: pointer;
  color: #4269ff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.useCase_nav:hover {
  border-color: #4269ff;
}

.useCase_next {
  right: 0;
}

.useCase_prev {
  left: 0;
}

.swiper_pagination {
  margin-top: 43px;
  position: relative;
  left: -39%;
}

.swiper_pagination .swiper-pagination-bullet {
  width: 50px;
  border-radius: 0;
  height: 1px;
  background: #4269ff;
}

.swiper_pagination .swiper-pagination-bullet-active {
  height: 2px;
  background: #4269ff;
}
/* 修改案例指示器容器样式 */
.service_case_swiper_container {
  position: relative;
  width: 86.5%;
  margin-bottom: 25px;
  overflow: hidden;
}

.service_case_wrapper {
  display: flex;
}

/* 案例指示器样式 */
.service_case {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #4269ff;
  box-sizing: border-box;
  margin-right: 15px;
}

.service_case:last-child {
  margin-right: 0;
}

.service_case.active {
  background-color: #4269ff;
}
.service_case.active .service_span {
  color: white;
}
.service_img {
  margin-right: 20px;
  width: 32px;
  height: 32px;
}
.service_span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.service_circle {
  margin-bottom: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}
/* 新闻动态 */
.news .module_title {
  padding: 60px 0 46px;
}
.news .pc_news {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
  display: block;
  height: auto;
}

.news .mobile_news {
  display: none;
}
.news .module_news .pc_news .pc_news_swiper {
  position: relative;
  padding: 0 0 0 40px;
  width: 100%;
}
/* 确保父容器不隐藏内容 */
.news .module_news {
  width: 100%;
  overflow: visible;
}
.news .pc_news_swiper .news_item {
  padding: 28px;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 6px 20px 0 #0000001a !important;
}

/* .news .pc_news .news_con .news_item:first-child {
  flex: 0 1 66.4%;
} */
/* 方形圆角按钮基础样式 */
.pc_news_prev,
.pc_news_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #fff;
  color: #2a57fe;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}
.swiper-button-prev,
.swiper-button-next {
  top: 57% !important;
}
.pc_news_prev,
.pc_news_next {
  background-color: rgba(51, 51, 51, 0.3);
}
.pc_news_prev:hover,
.pc_news_next:hover {
  background-color: black;
  color: #fff;
}

/* 按钮位置 */
.pc_news_prev {
  left: -25px;
}
.pc_news_next {
  right: -25px;
}
.news .pc_news .news_con .news_item:nth-child(3) {
  margin-right: 0 !important;
}
.news .pc_news .news_box {
  height: 100%;
}

.news .news_con .news_item img {
  width: 324px;
  height: 182px;
  object-fit: cover;
}
.news .pc_news .news_con .news_item .newsTime {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}

.news .news_con .news_item .news_box .news_title {
  margin-bottom: 24px;
  width: 295px;
  font-size: 20rpx;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
  text-overflow: ellipsis;
}

.news .pc_news .news_con .news_item:hover {
  background-color: #2a57fe;
}

.news_item:hover .newsTime {
  color: #ffffff;
}
.news_item:hover {
  color: #ffffff;
}

.news .news_con .news_item:hover .news_box .news_title {
  color: #ffffff;
}
.news .news_item .new_tit {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .pc_news .news_item .new_tit > p {
  position: relative;
  padding-right: 50px;
}

.news .pc_news .news_item .news_box .news_more {
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
}

.news .pc_news .news_item .news_box .news_more .newsLook {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.news .pc_news .news_item:hover .news_box .news_more .newsLook {
  color: #ffffff;
}
.news .pc_news .news_item .news_box .news_more .afterIcon::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: all 0s;
  background: url("../img/index/next.png") center/cover no-repeat;
}

.news .pc_news .news_item:hover .new_tit::after {
  right: 0;
  opacity: 1;
  transition: all 0.4s ease;
}

.news .pc_news .news_item:hover .new_tit {
  -webkit-line-clamp: 2;
}

.news .news_item:hover .news_box .new_con {
  color: #ffffff;
}
.news .news_item .new_con {
  font-weight: 400;
  height: 70px;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news .new_info {
  margin-top: 20px;
  color: #ffffff;
}

/* 使命和愿景 */
.missionVision {
  padding: 140px 0;
  background: url("../img/index/missionVision.png") no-repeat center/cover;
}

.module_missionVision {
  padding: 160px 60px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.88);
}

.missionVision .missionVision_con {
  padding-top: 38px;
}

.missionVision .missionVision_con p {
  color: #222222;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.missionVision .missionVision_con p + p {
  max-width: 620px;
  margin: 30px auto 0;
}

/* 公司简介 */
.companyProfile {
  padding: 134px 0 86px;
}

.companyProfile .companyProfile_name {
  padding: 18px 0;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
}

.companyProfile .module_companyProfile {
  position: relative;
  margin: 52px auto;
}

.companyProfile .companyProfile_text {
  padding: 40px 40px 40px 0;
  width: 50%;
  max-width: 590px;
  box-sizing: border-box;
  color: #222222;
  font-size: 16px;
  line-height: 27px;
}

.companyProfile_info {
  display: flex;
  padding: 50px;
  max-width: 794px;
  background: url("../img/index/companyProfile.png") no-repeat center/cover;
}

.companyProfile_info > li {
  color: #ffffff;
  width: 26%;
  font-size: 16px;
  line-height: 20px;
}

.companyProfile_info .companyProfile_con {
  display: flex;
  align-items: flex-end;
  padding: 14px 0;
}

.companyProfile_info .companyProfile_txt {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  margin-right: 10px;
}

.companyProfile_video {
  position: absolute;
  right: 0;
  top: 0;
  width: 51%;
}

.companyProfile_video video {
  width: 100%;
}

/* 发展历程 */
.developHistory {
  background-color: #f7f9ff;
}

.developHistory .developHistory_nav {
  position: relative;
  display: flex;
  margin: 66px auto 0;
  justify-content: center;
}

.developHistory .developHistory_nav::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 9px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.developHistory .developHistory_yearNav {
  position: relative;
  color: #fff;
  width: 40px;
  opacity: 1;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  height: auto;
  background-color: transparent;
}

.developHistory .developHistory_yearNav + .developHistory_yearNav {
  margin-left: 88px;
}

.developHistory .developHistory_yearNav.swiper-pagination-bullet-active {
  font-weight: bold;
}

.developHistory .developHistory_yearNav::after {
  display: block;
  margin: 0 auto;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.developHistory .developHistory_yearNav.swiper-pagination-bullet-active::after {
  background-color: #ffffff;
}

.developHistory .developHistory_info {
  color: #333333;
  min-height: 400px;
  padding-top: 32px;
}

.developHistory .swiper-slide {
  width: 394px;
  /* max-width: 394px;
  width: 25vw; */
}

.developHistory .developHistory_year {
  font-size: 28px;
  font-weight: bold;
  line-height: 49px;
  border-bottom: 1px solid #e1e2e9;
}

.developHistory .swiper-slide-active .developHistory_year {
  color: #4269ff;
}

.developHistory .developHistory_monthInfo {
  padding: 16px 20px;
  font-size: 16px;
  line-height: 24px;
}

.developHistory .developHistory_monthInfo > li {
  display: flex;
}

.developHistory .developHistory_month {
  width: 50px;
  min-width: 50px;
}

.developHistory .developHistory_monthInfo > li + li {
  margin-top: 16px;
}

/* 合作伙伴 */
.partners {
  padding: 98px 0 0;
}

.partners .module_partners {
  position: relative;
  padding-top: 86px;
}

.partners .partners_lunbo {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 65px;
}

.partners .partners_lunbo ul li {
  float: left;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

.partners .partners_lunbo ul li:first-child,
.partners .partners_lunbo ul li:nth-child(2),
.partners .partners_lunbo ul li:nth-child(3),
.partners .partners_lunbo ul li:nth-child(4) {
  border-top-color: transparent;
}

.partners .partners_lunbo ul li:nth-child(4n) {
  border-right-color: transparent;
}

.partners .partners_lunbo ul li:nth-child(4n + 1) {
  border-left-color: transparent;
}

.partners .partners_lunbo ul li:nth-child(12n + 9),
.partners .partners_lunbo ul li:nth-child(12n + 10),
.partners .partners_lunbo ul li:nth-child(12n + 11),
.partners .partners_lunbo ul li:nth-child(12n + 12) {
  border-bottom-color: transparent;
}

.partners .partners_lunbo ul li .imgBg {
  width: 100%;
  padding-top: 81.25%;
  background-size: cover;
  background-position: center;
}

.partners .partners_lunbo ul li p {
  color: #666666;
  padding: 0 8%;
  font-size: 16px;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partners .partners_lunbo ul li:hover {
  border-color: #4968a9;
}

.partners .partners_lunbo ul li:hover p {
  color: #ffffff;
  background-color: #4968a9;
}

.partners .swiper-container .partners_pagination {
  position: absolute;
  bottom: 22px;
  text-align: center;
}

.partners .swiper-pagination-bullet {
  width: 46px;
  height: 4px;
  border-radius: 0;
  background-color: #4269ff;
}

/* 荣誉资质 */
.honor {
  overflow: hidden;
  padding: 98px 0;
  background: url("../img/index/honor.png") no-repeat center/cover;
}

.honor .module_honor {
  margin-top: 80px;
}

.honor .honor_con {
  position: relative;
  max-width: 1002px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.honor .honor_con::before {
  content: "";
  width: calc(100% + 100px);
  height: 80px;
  position: absolute;
  left: -50px;
  bottom: -8px;
  background: url("../img/index/honor_bg.png") no-repeat center/100% 100%;
}

.honor .honor_conTwo {
  margin-top: 28px;
  max-width: 1100px;
}

.honor .honor_con p {
  color: #ffffff;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.honor .honor_con li {
  position: relative;
  flex: 1;
}

.honor .honor_con li + li {
  margin-left: 36px;
}

.honor .honor_con .honor_img {
  width: 100%;
  height: 210px;
  box-shadow: 0 0 0 4px #ffffff;
}

.honor .honor_conTwo .honor_img {
  height: 168px;
}

.honor .honor_img img {
  width: 100%;
  object-fit: cover;
  image-rendering: auto;
  height: 100%;
}

/* 营销板块定制 */
.marketCustom {
  padding: 89px 0;
  background: url("../img/index/marketCustom.png") no-repeat center/cover;
}

.marketCustom .module_marketCustom {
  padding-top: 8px;
}

.marketCustom .marketCustom_list {
  padding-top: 76px;
  height: auto;
  overflow: hidden;
}

.marketCustom .marketCustom_item {
  display: block;
  width: 25%;
  height: 526px;
  background: #fff;
  box-shadow: 0 4px 16px 0 #32323233;
  float: left;
  border-bottom: 20px solid #ff5c00;
  background: url("../img/customServices/solution01.png") no-repeat top
    center/100%;
}

.marketCustom .marketCustom_con {
  width: 100%;
  height: 100%;
  position: relative;
}

.marketCustom .marketCustom_con_mark {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.marketCustom .marketCustom_con_desc {
  font-size: 100px;
  color: #fff;
  font-weight: HarmonyOS Sans Condensed;
  text-align: center;
  margin-top: 210px;
}

.marketCustom .marketCustom_con_p {
  padding: 0 20px 26px;
}

.marketCustom .marketCustom_con_p p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}

.marketCustom .marketCustom_con_p span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
}

.marketCustom .marketCustom_item:hover .marketCustom_con_mark {
  background: 0;
}

.marketCustom .marketCustom_item:hover .marketCustom_con {
  display: none;
}

.marketCustom .marketCustom_item:nth-child(2) {
  border-bottom-color: #1bd1a5;
  background: url("../img/customServices/solution02.png") no-repeat top
    left/100%;
}

.marketCustom .marketCustom_item:nth-child(3) {
  border-bottom-color: #ca1513;
  background: url("../img/customServices/solution03.png") no-repeat top
    left/100%;
}

.marketCustom .marketCustom_item:nth-child(4) {
  border-bottom-color: #4269ff;
  background: url("../img/customServices/solution04.png") no-repeat top
    left/100%;
}

/* 移动端 */
@media screen and (max-width: 768px) {
  /* banner图 */
  .banner .swiper-container {
    /* height: calc(100vh - 5.6rem); */
    height: 26rem;
  }

  .banner .swiper-container .banner_pagination {
    bottom: 2rem;
  }

  .banner .swiper-pagination-bullet {
    width: 2rem;
    height: 0.2rem;
  }

  /* 案例展示 */
  .case-swiper .swiper-slide .type-3-group .phone-container {
    right: 1% !important;
    top: 20% !important;
    bottom: auto !important;
    height: 14.6rem !important;
    width: 6.3rem !important;

    z-index: 3 !important;
  }
  .inner-swiper-container {
    margin: 1rem 2rem 0 1rem;
    width: 26rem;
    height: 19rem !important;
  }

  .rightBlock .effect {
    display: none;
  }
  .pc-container {
    width: 25rem;
  }
  .phone-container {
    position: absolute !important;
    top: 20px;
    width: 6.3rem !important;
    height: 14.6rem !important;
  }
  .phone-container .backImg {
    width: 90% !important;
    left: 5%;
    height: 85% !important;
  }

  .device-frame {
    height: auto !important;
    transform: scale(1);
    transform-origin: center;
  }
  .swiper-container
    .swiper-slide
    .swiper-slide__content
    .leftBlock
    .firstdivOne {
    font-size: 1.5rem;
  }
  .swiper-container
    .swiper-slide
    .swiper-slide__content
    .leftBlock
    .firstdivTwo {
    font-size: 1.2rem;
  }
  .swiper-container
    .swiper-slide
    .swiper-slide__content
    .leftBlock
    .firstdivOne {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .twoBlock {
    position: relative;
    margin-top: 3.35rem;
    margin-bottom: 6.4rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .twoBlock .service_oneSpan {
    margin: 18px 18px 0 20px;
  }
  .service_case_swiper_container {
    margin-bottom: 0;
  }
  .service_circle {
    position: absolute;
    right: 0;
    margin-right: 0.3rem;
    top: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 1rem;
    background-color: #4269ff;
  }
  .service_case.active .service_circle {
    background-color: #ffffff;
  }
  .twoBlock h1 {
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    color: #333333;
  }

  .twoBlock .swiper-container {
    width: 90.1%;
    margin-top: 2.35rem;
  }

  .twoBlock .swiper-container .swiper-slide {
    width: 100%;
  }

  .twoBlock .swiper-container .swiper-slide .firstdivimg {
    width: 7rem;
    height: 4rem;
    background: #ffffff;
  }

  .twoBlock .swiper-container .swiper-slide .firstdivimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .twoBlock .swiper-container .swiper-slide .seconddivimg {
    width: 7.65rem;
    height: 6.55rem;
    left: 75%;
  }

  .twoBlock .swiper-container .swiper-slide .seconddivimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .swiper-container .swiper-slide .secondchange {
    margin-top: 0;
    font-weight: 700;
    width: 80%;
    font-size: 1.3rem;
    text-align: left;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.3rem * 1.5 * 2);
  }
  .swiper-container .swiper-slide .swiper-slide__content .leftBlock {
    width: 100%;
  }
  .swiper-container .swiper-slide .swiper-slide__content {
    display: block;
  }
  .swiper-container .swiper-slide .swiper-slide__content .leftBlock .firstdiv {
    color: #333333;
    font-weight: 400;
    width: 100%;
    font-size: 1.2rem;
    margin: 12px 0;
    text-align: left;
    line-height: 2.1rem;
    max-height: calc(2.1rem * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .swiper-container .swiper-slide .swiper-slide__content .leftBlock .thirddiv {
    color: #333333;
    font-weight: 400;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.3rem;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;

    max-height: calc(2.3rem * 3);
    text-align: left;
    text-align-last: auto;
  }

  .swiper-container .swiper-slide .swiper-slide__content .leftBlock .seconddiv {
    color: #4269ff;
    font-weight: 400;
    margin: 5px 0;
    font-family: Microsoft YaHei;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.1rem;
  }
  .useCase_nav {
    display: none;
    position: absolute;
    top: 30%;
    cursor: pointer;
    color: #4269ff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .useCase_nav:hover {
    border-color: #4269ff;
  }

  .useCase_next {
    right: 0;
  }

  .useCase_prev {
    left: 0;
  }

  .swiper_pagination {
    margin-top: 0;
    position: relative;
    left: -39%;
  }

  .swiper_pagination .swiper-pagination-bullet {
    width: 1.4rem;
    border-radius: 0;
    height: 0.1rem;
    background: #4269ff;
  }

  .swiper_pagination .swiper-pagination-bullet-active {
    height: 0.2rem;
    background: #4269ff;
  }

  .service_case_con {
    gap: 10px;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .service_case {
    height: 8rem !important;
    width: 6.1rem !important;
    padding: 0.2rem !important;
    margin-bottom: 15px;
    margin-left: 0.1rem;
  }

  .service_img {
    width: 2rem;
    height: 2rem;
    margin-right: 0 !important;
  }

  .service_span {
    margin-top: 1rem;
    font-size: 1rem;
  }
  /* 新闻动态 */
  .news .module_title {
    padding: 3.35rem 0 1.8rem;
  }

  .news .pc_news {
    display: none;
  }

  .news .mobile_news {
    display: block;
  }

  .news .mobile_news .news_item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }

  .news .mobile_news .news_box {
    position: relative;
    height: 100%;
    margin: 0 1.5rem;
    overflow: hidden;
    padding: 2rem;
    border-radius: 2.5px;
    background-color: #ffffff;
    box-shadow: 0 6px 20px 0 #0000001a;
  }

  .news .mobile_news .news_item .newsLook {
    font-size: 1.3rem;
  }
  .news .mobile_news .news_item .news_more .newsLook .afterIcon {
    position: relative;
  }
  .news .mobile_news .news_item .news_more {
    display: flex;
  }
  .news .mobile_news .news_item .afterIcon::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: all 0s;
    background: url("../img/index/nextTwo.png") center/cover no-repeat;
  }
  .news .news_item .new_tit {
    font-size: 1.6rem;
    line-height: 2.4rem;
    -webkit-line-clamp: 2;
  }

  .news .new_info {
    height: 100%;
    box-sizing: border-box;
    padding: 0 0 0.8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .news .mobile_news .news_con .news_item .news_box .newsTime {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .news .mobile_news .news_con .news_item .news_box .news_title {
    margin-bottom: 1rem;
    font-size: 1.58rem;
  }
  .news .news_pagination {
    padding: 0.8rem 0 4.6rem;
    text-align: center;
  }

  .news .news_pagination .swiper-pagination-bullet {
    width: 4rem;
    height: 2px;
    margin: 0.7rem;
    border-radius: 0;
    background-color: #4269ff;
  }

  /* 使命和愿景 */
  .missionVision {
    padding: 4.4rem 1.8rem;
  }

  .module_missionVision {
    padding: 3rem 2rem 2rem;
    border-radius: 0;
  }

  .missionVision .missionVision_con {
    padding-top: 1.5rem;
  }

  .missionVision .missionVision_con p {
    color: #666;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .missionVision .missionVision_con p + p {
    margin: 2.2rem auto 0;
  }

  /* 公司简介 */
  .companyProfile {
    padding: 5.4rem 0;
  }

  .companyProfile .companyProfile_name {
    padding: 1.8rem 0;
    color: #333;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .companyProfile .module_companyProfile {
    margin: 0.9rem 1.5rem 0;
  }

  .companyProfile .companyProfile_text {
    padding: 0 0 1.8rem;
    width: auto;
    max-width: none;
    color: #666;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .companyProfile_info {
    display: flex;
    height: 8.6rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.4rem;
  }

  .companyProfile_info > li {
    width: auto;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .companyProfile_info .companyProfile_con {
    padding: 0.4rem 0;
  }

  .companyProfile_info .companyProfile_txt {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-right: 0.45rem;
  }

  .companyProfile_video {
    position: static;
    width: 100%;
    padding-top: 2rem;
  }

  /* 发展历程 */
  .developHistory {
    background-color: #ffffff;
  }

  .developHistory .developHistory_navCon {
    padding: 6.9rem 0 8.1rem;
  }

  .developHistory .developHistory_nav {
    max-width: 33.4rem;
    margin: 2.7rem auto 0;
  }

  .developHistory .developHistory_nav::before {
    left: 2rem;
    right: 2rem;
    bottom: 0.7rem;
  }

  .developHistory .developHistory_yearNav {
    width: 4rem;
    font-size: 1.4rem;
    line-height: 3.7rem;
  }

  .developHistory .developHistory_yearNav + .developHistory_yearNav {
    margin-left: 2rem;
  }

  .developHistory .developHistory_yearNav::after {
    width: 1.4rem;
    height: 1.4rem;
  }

  .developHistory .developHistory_info {
    padding-top: 2.4rem;
    min-height: auto;
  }

  .developHistory .swiper-slide {
    width: 26.9rem;
    min-height: 32.3rem;
    padding: 0 1.4rem;
    border-radius: 0.5rem;
    background-color: #f7f8fa;
  }

  .developHistory .developHistory_year {
    font-size: 2rem;
    line-height: 4.4rem;
  }

  .developHistory .developHistory_monthInfo {
    padding: 1.2rem 0;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .developHistory .developHistory_monthInfo > li {
    display: flex;
  }

  .developHistory .developHistory_month {
    width: 4.2rem;
    min-width: 4.2rem;
  }

  .developHistory .developHistory_monthInfo > li + li {
    margin-top: 1.2rem;
  }

  /* 合作伙伴 */
  .partners {
    padding: 5.2rem 0 0;
  }

  .partners .partners_lunbo {
    margin: 0 1.5rem;
    padding-bottom: 7.2rem;
  }

  .partners .partners_lunbo ul li p {
    display: none;
  }

  .partners .swiper-container .partners_pagination {
    bottom: 5rem;
  }

  .partners .swiper-pagination-bullet {
    width: 4rem;
    margin: 0 0.7rem;
    height: 0.2rem;
  }

  /* 荣誉资质 */
  .honor {
    padding: 5.2rem 0;
  }

  .honor .module_honor {
    margin-top: 5.3rem;
  }

  .honor .honor_con {
    margin: 0 2.9rem;
  }

  .honor .honor_con::before {
    width: calc(100% + 2.4rem);
    height: 4.8rem;
    left: -1.2rem;
    bottom: -0.35rem;
  }

  .honor .honor_conTwo {
    margin: 2.8rem 1.8rem 0;
  }

  .honor .honor_con p {
    margin-top: 0.45rem;
    font-size: 1rem;
    line-height: 1.5rem;
    flex-direction: column;
  }

  .honor .honor_con li + li {
    margin-left: 1.1rem;
  }

  .honor .honor_con .honor_img {
    height: 6.64rem;
    box-shadow: 0 0 0 0.2rem #ffffff;
  }

  .honor .honor_conTwo .honor_img {
    height: 5.1rem;
  }

  /* 营销板块定制 */
  .marketCustom {
    padding: 2.6rem 0 3rem;
  }

  .marketCustom .module_marketCustom {
    padding-top: 0;
  }

  .marketCustom .marketCustom_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
    margin: 0 3.3rem;
  }

  .marketCustom .marketCustom_item {
    margin-top: 2.4rem;
    width: 14.3rem;
    height: 26.3rem;
    box-shadow: 0 2px 4px 0 rgba(95, 95, 95, 0.29);
    border-bottom-width: 1rem;
  }

  .marketCustom .marketCustom_item .marketCustom_con {
    animation-name: showImg;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-iteration-count: infinite;
  }

  .marketCustom .marketCustom_item:nth-child(2) .marketCustom_con {
    animation-name: showImg2;
  }

  .marketCustom .marketCustom_item:nth-child(3) .marketCustom_con {
    animation-name: showImg3;
  }

  .marketCustom .marketCustom_item:nth-child(4) .marketCustom_con {
    animation-name: showImg4;
  }

  .marketCustom .marketCustom_con_desc {
    font-size: 5rem;
    margin-top: 10.8rem;
  }

  .marketCustom .marketCustom_con_p {
    padding: 0 1rem 1.2rem;
  }

  .marketCustom .marketCustom_con_p p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .marketCustom .marketCustom_con_p span {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-top: 0.35rem;
  }

  @keyframes showImg {
    0% {
      opacity: 1;
    }

    20% {
      opacity: 0;
    }

    40% {
      opacity: 1;
    }
  }

  @keyframes showImg2 {
    20% {
      opacity: 1;
    }

    40% {
      opacity: 0;
    }

    60% {
      opacity: 1;
    }
  }

  @keyframes showImg3 {
    40% {
      opacity: 1;
    }

    60% {
      opacity: 0;
    }

    80% {
      opacity: 1;
    }
  }

  @keyframes showImg4 {
    60% {
      opacity: 1;
    }

    80% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
}
