@charset "UTF-8";
.first_slide.index_banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
}
.first_slide.index_banner .first_container {
  height: 100%;
}
.first_slide.index_banner .first_container .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.first_slide.index_banner .first_container .banner-box {
  width: 100%;
  height: 100%;
}
.first_slide.index_banner .first_container .banner-box .banner1-box {
  background: url("../images/index/banner1.png") no-repeat;
}
.first_slide.index_banner .first_container .banner-box .banner2-box {
  background: url("../images/index/banner2.png") no-repeat;
}
.first_slide.index_banner .first_container .banner-box .banner3-box {
  background: url("../images/index/banner3.png") no-repeat;
}
.first_slide.index_banner .first_container .banner-box .banner4-box {
  background: url("../images/index/banner4.png") no-repeat;
}
.first_slide.index_banner .first_container .banner-box .banner1-box,
.first_slide.index_banner .first_container .banner-box .banner2-box,
.first_slide.index_banner .first_container .banner-box .banner3-box,
.first_slide.index_banner .first_container .banner-box .banner4-box {
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.first_slide.index_banner .first_container .banner-box .banner1-box .banner-content,
.first_slide.index_banner .first_container .banner-box .banner2-box .banner-content,
.first_slide.index_banner .first_container .banner-box .banner3-box .banner-content,
.first_slide.index_banner .first_container .banner-box .banner4-box .banner-content {
  position: absolute;
  left: 12%;
  top: 25%;
}
.first_slide.index_banner .first_container .banner-box .banner1-box .banner-content .banner-btn,
.first_slide.index_banner .first_container .banner-box .banner2-box .banner-content .banner-btn,
.first_slide.index_banner .first_container .banner-box .banner3-box .banner-content .banner-btn,
.first_slide.index_banner .first_container .banner-box .banner4-box .banner-content .banner-btn {
  display: flex;
}
.first_slide.index_banner .first_container .banner-box .banner1-box .banner1-title,
.first_slide.index_banner .first_container .banner-box .banner1-box .banner2-title,
.first_slide.index_banner .first_container .banner-box .banner1-box .banner3-title,
.first_slide.index_banner .first_container .banner-box .banner1-box .banner4-title,
.first_slide.index_banner .first_container .banner-box .banner2-box .banner1-title,
.first_slide.index_banner .first_container .banner-box .banner2-box .banner2-title,
.first_slide.index_banner .first_container .banner-box .banner2-box .banner3-title,
.first_slide.index_banner .first_container .banner-box .banner2-box .banner4-title,
.first_slide.index_banner .first_container .banner-box .banner3-box .banner1-title,
.first_slide.index_banner .first_container .banner-box .banner3-box .banner2-title,
.first_slide.index_banner .first_container .banner-box .banner3-box .banner3-title,
.first_slide.index_banner .first_container .banner-box .banner3-box .banner4-title,
.first_slide.index_banner .first_container .banner-box .banner4-box .banner1-title,
.first_slide.index_banner .first_container .banner-box .banner4-box .banner2-title,
.first_slide.index_banner .first_container .banner-box .banner4-box .banner3-title,
.first_slide.index_banner .first_container .banner-box .banner4-box .banner4-title {
  height: 140px;
  width: auto;
}
.first_slide.index_banner .first_container .banner-box .banner1-box .banner1-title,
.first_slide.index_banner .first_container .banner-box .banner2-box .banner1-title,
.first_slide.index_banner .first_container .banner-box .banner3-box .banner1-title,
.first_slide.index_banner .first_container .banner-box .banner4-box .banner1-title {
  height: 200px;
}
.first_slide.index_banner .first_container .banner-box .banner1-box .pc,
.first_slide.index_banner .first_container .banner-box .banner2-box .pc,
.first_slide.index_banner .first_container .banner-box .banner3-box .pc,
.first_slide.index_banner .first_container .banner-box .banner4-box .pc {
  display: block;
}
.first_slide.index_banner .first_container .banner-box .banner1-box .mobile,
.first_slide.index_banner .first_container .banner-box .banner2-box .mobile,
.first_slide.index_banner .first_container .banner-box .banner3-box .mobile,
.first_slide.index_banner .first_container .banner-box .banner4-box .mobile {
  display: none;
}
.first_slide.index_banner .first_container .pagination {
  position: absolute;
  bottom: 40px;
  z-index: 20;
  left: 12%;
}
.first_slide.index_banner .first_container .swiper-pagination-switch {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}
.first_slide.index_banner .first_container .swiper-active-switch {
  background: #0ead76;
}

.products_intr {
  margin: 30px auto;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.products_intr li {
  position: relative;
  margin-top: 30px;
  width: calc(20% - 80px);
  min-width: 210px;
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #f7f7f7;
  margin: 20px;
  box-sizing: border-box;
}
.products_intr li .ywx_icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #02a97b;
  border-radius: 15px;
  text-align: center;
  line-height: 65px;
  box-shadow: 8px 8px 16px rgba(0, 110, 80, 0.5);
}
.products_intr li .ywx_icon img {
  height: 35px;
  vertical-align: middle;
  margin-top: -4px;
}
.products_intr li h3 {
  font-size: 17px;
  text-align: center;
  line-height: 55px;
  margin-top: 20px;
  color: #333;
}
.products_intr li p {
  font-size: 13px;
  text-align: justify;
  font-weight: 200;
  color: #555;
  line-height: 25px;
  margin-bottom: 40px;
}
.products_intr li a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 65px;
  height: 30px;
  border-bottom: 1px solid #02a97b;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.products_intr li a:hover {
  background: #02a97b;
  border-radius: 30px;
  color: #fff;
}

.data_list {
  margin: 10px auto;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.data_list label {
  display: inline-block;
  margin: 20px 20px;
  width: 30%;
  min-width: 280px;
  height: 110px;
  background: #f8f8f8;
  border-radius: 20px;
  text-align: center;
}
.data_list label div {
  margin-top: 20px;
  font-size: 30px;
  color: #00aa7b;
}
.data_list label div mark {
  margin-left: 5px;
  font-size: 16px;
  color: #00aa7b;
}
.data_list label h5 {
  font-size: 15px;
  color: #444;
}

.content-module.aboutUs .greenLine {
  width: 100%;
  height: 30px;
  background-color: #00aa7b;
  padding-left: 12.5%;
  padding-right: 12.5%;
  box-sizing: border-box;
  box-sizing: border-box;
}
.content-module.aboutUs .aboutUs-content-box {
  position: relative;
}
.content-module.aboutUs .aboutUs-content-box .text {
  width: 50%;
  padding-top: 70px;
  padding-right: 40px;
}
.content-module.aboutUs .aboutUs-content-box .aboutUs-module-title {
  position: absolute;
  top: 0;
  left: 0;
}
.content-module.aboutUs .aboutUs-content-box .aboutUs-module-title .title {
  display: inline-block;
  padding: 0;
  height: 42px;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
  margin-left: 10px;
}
.content-module.aboutUs .aboutUs-content-box .aboutUs-module-title .module-icon {
  width: 46px;
  height: 36px;
  margin-bottom: 10px;
}
.content-module.aboutUs .content {
  font-size: 16px;
  color: #282c2a;
  line-height: 30px;
}
.content-module.aboutUs .hightLight {
  font-weight: 600;
  color: #0ead81;
}
.content-module.aboutUs .illustration {
  flex: 1;
  width: auto;
  height: auto;
}
.content-module.aboutUs .illustration img {
  width: 100%;
  height: 100%;
}

.content-module.yixinData .module-box ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px;
  width: 100%;
  background: linear-gradient(#ffffff 0%, #f4fbf6 100%);
  box-shadow: 0px 16px 20px 0px #f4f4f4;
  border-radius: 6px;
}
.content-module.yixinData .module-box ul li {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.content-module.yixinData .module-box ul li .column {
  justify-content: center;
  align-items: center;
}
.content-module.yixinData .module-box ul li .column img {
  height: 34px;
  width: auto;
  margin-bottom: 10px;
}
.content-module.yixinData .module-box ul li .column span {
  height: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #282c2a;
  line-height: 12px;
}
.content-module.yixinData .module-box ul li .line {
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #dff4e8;
  border-radius: 1px;
}

.content-module.product .matrix {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background: #f4fbf6;
}
.content-module.product .matrix .module {
  display: inline-flex;
  flex: 1;
  min-height: 340px;
}
.content-module.product .matrix .module .module:nth-child(even) {
  flex-direction: row-reverse;
}
.content-module.product .matrix .module a {
  flex: 1;
  display: inline-block;
  min-width: 260px;
}
.content-module.product .matrix .module .picture {
  flex: 1;
  min-width: 260px;
}
.content-module.product .matrix .module .text {
  box-sizing: border-box;
  z-index: 5;
  padding: 11% 10%;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.content-module.product .matrix .module .text img {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.content-module.product .matrix .module .text span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.content-module.product .matrix .module .text p {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}
.content-module.product .matrix .module .white {
  background: #fff;
}
.content-module.product .matrix .module .white span, .content-module.product .matrix .module .white p {
  color: #000000;
}
.content-module.product .matrix .module .green {
  background: #00aa7b;
}
.content-module.product .matrix .module .green span, .content-module.product .matrix .module .green p {
  color: #ffffff;
}

.content-module.swiper_box .swiper-cont2 {
  width: 100%;
  height: 420px;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg1 {
  background: url("../images/index/casesImg1.png") no-repeat;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg2 {
  background: url("../images/index/casesImg2.png") no-repeat;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg3 {
  background: url("../images/index/casesImg3.png") no-repeat;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg4 {
  background: url("../images/index/casesImg4.png") no-repeat;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg5 {
  background: url("../images/index/casesImg5.png") no-repeat;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg6 {
  background: url("../images/index/casesImg6.png") no-repeat;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
  position: relative;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box .slide-context {
  width: 46%;
  height: 100%;
  padding: 40px 0 60px 0;
  box-sizing: border-box;
  background: linear-gradient(270deg, rgba(244, 251, 246, 0) 0%, rgba(244, 251, 246, 0.88) 42%, #f4fbf6 60%, #f4fbf6 100%);
  filter: blur(0px);
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box .slide-context h1 {
  height: 50px;
  background: #00aa7b;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box .slide-context .content {
  margin-top: 26px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box .slide-context .content .h4 span {
  height: 28px;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  border-bottom: 1px solid #00aa7b;
  margin: 14px 0;
  text-align: left;
}
.content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box .slide-context .content p {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 20px;
}
.content-module.swiper_box .swiper-cont2 .pagination {
  position: absolute;
  left: calc(12.5% + 50px);
  z-index: 20;
  bottom: 30px;
  width: 100%;
  text-align: left;
}
.content-module.swiper_box .swiper-cont2 .swiper-pagination-switch {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.content-module.swiper_box .swiper-cont2 .swiper-active-switch {
  background: #0ead76;
}

.content-module.patner .patner_list {
  background: #f7fafb;
  padding-top: 14px;
  padding-bottom: 14px;
}
.content-module.patner .patner_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.content-module.patner .patner_list ul li {
  flex: 1;
  min-width: 220px;
  height: 110px;
  background: #ffffff;
  box-shadow: 0px 8px 10px 0px #eef1f2;
  border-radius: 6px;
  padding: 22px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px;
}
.content-module.patner .patner_list ul .style1 img {
  height: 100%;
  max-width: 100%;
}
.content-module.patner .patner_list ul .style2 img {
  max-height: 100%;
}

/************************************************适配****************************************************************/
/* PC 端（宽度 > 1024px） */
/* 平板端（宽度 769px ~ 1024px） */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-module .module-box {
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
  }
  .first_slide.index_banner {
    height: 360px !important;
  }
  .first_slide .first_container .banner-box .banner1-box,
  .first_slide .first_container .banner-box .banner2-box,
  .first_slide .first_container .banner-box .banner3-box,
  .first_slide .first_container .banner-box .banner4-box {
    background-size: cover !important;
  }
  .first_slide .first_container .banner-box .banner1-box .banner1-title,
  .first_slide .first_container .banner-box .banner1-box .banner2-title,
  .first_slide .first_container .banner-box .banner1-box .banner3-title,
  .first_slide .first_container .banner-box .banner1-box .banner4-title,
  .first_slide .first_container .banner-box .banner2-box .banner1-title,
  .first_slide .first_container .banner-box .banner2-box .banner2-title,
  .first_slide .first_container .banner-box .banner2-box .banner3-title,
  .first_slide .first_container .banner-box .banner2-box .banner4-title,
  .first_slide .first_container .banner-box .banner3-box .banner1-title,
  .first_slide .first_container .banner-box .banner3-box .banner2-title,
  .first_slide .first_container .banner-box .banner3-box .banner3-title,
  .first_slide .first_container .banner-box .banner3-box .banner4-title,
  .first_slide .first_container .banner-box .banner4-box .banner1-title,
  .first_slide .first_container .banner-box .banner4-box .banner2-title,
  .first_slide .first_container .banner-box .banner4-box .banner3-title,
  .first_slide .first_container .banner-box .banner4-box .banner4-title {
    height: 90px !important;
    left: 6% !important;
    top: 22% !important;
  }
  .first_slide .first_container .banner-box .banner1-box .banner1-title,
  .first_slide .first_container .banner-box .banner2-box .banner1-title,
  .first_slide .first_container .banner-box .banner3-box .banner1-title,
  .first_slide .first_container .banner-box .banner4-box .banner1-title {
    height: 140px !important;
  }
  .first_slide .first_container .banner-box .banner1-box {
    background: url("../images/index/pad/padBanner1.png") no-repeat !important;
    background-size: cover !important;
  }
  .first_slide .first_container .banner-box .banner2-box {
    background: url("../images/index/pad/padBanner2.png") no-repeat !important;
    background-size: cover !important;
  }
  .first_slide .first_container .banner-box .banner3-box {
    background: url("../images/index/pad/padBanner3.png") no-repeat !important;
    background-size: cover !important;
  }
  .first_slide .first_container .banner-box .banner4-box {
    background: url("../images/index/pad/padBanner4.png") no-repeat !important;
    background-size: cover !important;
  }
  .banner-content {
    position: absolute;
    left: 4.5% !important;
    top: 18% !important;
    height: 40%;
    width: auto;
  }
  .banner-content .banner-btn {
    display: flex;
  }
  .first_slide.index_banner .first_container .pagination {
    left: 4.5% !important;
  }
  .aboutUs-content .aboutUs-content-box {
    flex-direction: column-reverse;
  }
  .aboutUs-content .aboutUs-content-box .text {
    padding: 0 !important;
    width: 100% !important;
  }
  .aboutUs-content .aboutUs-content-box .illustration {
    margin-bottom: 15px;
  }
  .aboutUs-content .aboutUs-content-box .aboutUs-module-title {
    position: relative !important;
    margin-bottom: 20px;
  }
  .aboutUs-content .greenLine {
    display: none;
  }
  .content-module.yixinData .module-box ul {
    grid-template-columns: repeat(3, 1fr); /* 三列 */
  }
  .content-module.yixinData .module-box ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .content-module.yixinData .module-box ul .li3 .line {
    display: none;
  }
  .content-module.product .matrix ul {
    flex-direction: column;
  }
  .content-module.patner .patner_list ul {
    justify-content: space-around;
  }
  .content-module.patner .patner_list ul .li3,
  .content-module.patner .patner_list ul .li6 {
    margin-right: 0;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg1 {
    background: url("../images/index/pad/casesPadImg1.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg2 {
    background: url("../images/index/pad/casesPadImg2.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg3 {
    background: url("../images/index/pad/casesPadImg3.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg4 {
    background: url("../images/index/pad/casesPadImg4.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg5 {
    background: url("../images/index/pad/casesPadImg5.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg6 {
    background: url("../images/index/pad/casesPadImg6.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box {
    width: 88% !important;
    background-size: cover !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context {
    width: 100% !important;
    background: transparent !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context h1 {
    width: 75% !important;
    border-radius: 25px;
    justify-content: center;
    padding-left: 0 !important;
    margin: 0 auto;
    font-size: 24px !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context .content .h4 {
    text-align: center !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context .content p {
    line-height: 26px !important;
  }
  .content-module.swiper_box .swiper-cont2 .pagination {
    left: 0 !important;
    text-align: center !important;
  }
}
/* 移动端（宽度 ≤ 768px） */
@media screen and (max-width: 768px) {
  .index_banner {
    height: 300px !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner1-box .banner-content,
  .first_slide.index_banner .first_container .banner-box .banner2-box .banner-content,
  .first_slide.index_banner .first_container .banner-box .banner3-box .banner-content,
  .first_slide.index_banner .first_container .banner-box .banner4-box .banner-content {
    left: 7% !important;
    top: 22% !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner1-box {
    background: url("../images/index/mobile/mobileBanner1.png") no-repeat !important;
    background-size: 100% 100% !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner2-box {
    background: url("../images/index/mobile/mobileBanner2.png") no-repeat !important;
    background-size: 100% 100% !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner3-box {
    background: url("../images/index/mobile/mobileBanner3.png") no-repeat !important;
    background-size: 100% 100% !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner4-box {
    background: url("../images/index/mobile/mobileBanner4.png") no-repeat !important;
    background-size: 100% 100% !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner1-box .banner1-title.pc,
  .first_slide.index_banner .first_container .banner-box .banner2-box .banner2-title.pc,
  .first_slide.index_banner .first_container .banner-box .banner3-box .banner3-title.pc,
  .first_slide.index_banner .first_container .banner-box .banner4-box .banner4-title.pc {
    display: none !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner1-box .banner1-title.mobile {
    display: block !important;
    width: 85% !important;
    height: auto !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner2-box .banner2-title.mobile,
  .first_slide.index_banner .first_container .banner-box .banner3-box .banner3-title.mobile, .first_slide.index_banner .first_container .banner-box .banner4-box .banner4-title.mobile {
    display: block !important;
    width: auto !important;
    height: 72px !important;
  }
  .first_slide.index_banner .first_container .banner-box .banner2-box .banner-content .banner-btn .blueBtn,
  .first_slide.index_banner .first_container .banner-box .banner3-box .banner-content .banner-btn .greenBtn,
  .first_slide.index_banner .first_container .banner-box .banner4-box .banner-content .banner-btn .lightBlueBtn {
    height: 30px !important;
    border-radius: 23px !important;
    font-size: 14px !important;
    width: 100px !important;
    margin-top: 20px;
  }
  .aboutUs-content .aboutUs-content-box {
    flex-direction: column-reverse;
  }
  .aboutUs-content .aboutUs-content-box .text {
    padding: 0 !important;
    width: 100% !important;
  }
  .aboutUs-content .aboutUs-content-box .illustration {
    margin-bottom: 15px;
    height: 168px;
  }
  .aboutUs-content .aboutUs-content-box .aboutUs-module-title {
    position: relative !important;
    margin-bottom: 20px;
  }
  .aboutUs-content .aboutUs-content-box .aboutUs-module-title .module-icon {
    width: 34px !important;
    height: 27px !important;
  }
  .aboutUs-content .aboutUs-content-box .aboutUs-module-title .title {
    font-size: 24px !important;
    height: 33px !important;
    line-height: 33px !important;
  }
  .aboutUs-content .greenLine {
    display: none;
  }
  .content-module.yixinData .module-box ul {
    grid-template-columns: repeat(2, 1fr); /* 三列 */
  }
  .content-module.yixinData .module-box ul li {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .content-module.yixinData .module-box ul li .column {
    align-items: flex-start;
  }
  .content-module.yixinData .module-box ul .li2 .line {
    display: none;
  }
  .content-module.product .matrix {
    background-color: #fff;
  }
  .content-module.product .matrix ul {
    flex-direction: column;
  }
  .content-module.product .matrix .module {
    margin-bottom: 30px;
    width: 100% !important;
    flex: none !important;
  }
  .content-module.product .matrix .module .picture {
    display: none !important;
  }
  .content-module.product .matrix .module .text p {
    font-size: 14px;
    line-height: 28px;
  }
  .content-module.product .matrix .module .product1 {
    background: url("../images/index/productImg1.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .content-module.product .matrix .module .product2 {
    background: url("../images/index/productImg2.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .content-module.product .matrix .module .product3 {
    background: url("../images/index/productImg3.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .content-module.product .matrix .module .product3 span,
  .content-module.product .matrix .module .product3 p {
    color: #fff !important;
  }
  .content-module.product .matrix .module .product4 {
    background: url("../images/index/productImg4.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
  .content-module.product .matrix .module .product4 span,
  .content-module.product .matrix .module .product4 p {
    color: #000 !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg1 {
    background: url("../images/index/mobile/casesMobileImg1.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg2 {
    background: url("../images/index/mobile/casesMobileImg2.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg3 {
    background: url("../images/index/mobile/casesMobileImg3.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg4 {
    background: url("../images/index/mobile/casesMobileImg4.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg5 {
    background: url("../images/index/mobile/casesMobileImg5.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .casesImg6 {
    background: url("../images/index/mobile/casesMobileImg6.png") no-repeat !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-box {
    width: 91% !important;
    background-size: 100% auto !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context {
    width: 100% !important;
    padding: 30px 0 40px 0 !important;
    background: linear-gradient(180deg, rgba(244, 251, 246, 0) 0%, rgba(244, 251, 246, 0.88) 70%, #f4fbf6 80%, #f4fbf6 100%) !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context h1 {
    width: calc(100% - 40px) !important;
    border-radius: 25px;
    justify-content: center;
    padding-left: 0 !important;
    margin: 0 auto;
    font-size: 20px !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context .content {
    margin-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context .content .h4 {
    text-align: center !important;
  }
  .content-module.swiper_box .swiper-cont2 .swiper-slide .slide-context .content p {
    line-height: 20px !important;
  }
  .content-module.swiper_box .swiper-cont2 .pagination {
    left: 0 !important;
    bottom: 20px !important;
    text-align: center !important;
  }
  .content-module.patner .patner_list ul {
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .content-module.patner .patner_list ul li {
    flex: none;
    width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
  .content-module.patner .patner_list ul .style2 img {
    width: 90% !important;
  }
}/*# sourceMappingURL=index.css.map */