/* -------------------------------section1------------------------------ */
.section1 {
  position: relative;
}
.swiper1 {
  width: 100%;
}
.section1-page {
  position: relative;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section1-page-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section1-page-title1 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 0;
  transition: all 1s 0.2s;
  opacity: 0;
  transform: translateX(200px);
  color: #fff;
}
.section1-page-title1 span {
  font-size: 40px;
}

.section1-page-title2 {
  font-size: 24px;
  margin-top: 20px;
  transition: all 1s 0.4s;
  opacity: 0;
  transform: translateX(200px);
  max-width: 700px;
  color: #b6b7b8;
}

.section1-page-btn {
  margin-top: 50px;
  font-size: 16px;
}
.section1-page-btn1 {
  display: inline-block;
  line-height: 50px;
  background: #0068fb;
  border-radius: 8px;
  padding: 0 32px;
  color: #fff;
  box-shadow: 0px 0 11px 0px rgba(0, 104, 251, 0.24);
  cursor: pointer;
}
.section1-page-btn2 {
  display: inline-block;
  line-height: 50px;
  border-radius: 8px;
  padding: 0 32px;
  box-shadow: 0px 0 11px 0px rgba(0, 0, 0, 0.08);
  margin-left: 32px;
  background: #fff;
  cursor: pointer;
}
.swiper1-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 2;
  bottom: 60px !important;
}
.swiper1 .swiper-slide-active .section1-page-title1,
.swiper1 .swiper-slide-active .section1-page-title2 {
  opacity: 1;
  transform: translateX(0);
}
/* -------------------------------section2------------------------------------ */
.section2 {
  position: relative;
  height: 64px;
}
.section2-con {
  background: #ffffff;
  box-shadow: 0px 5px 31px 0px rgba(185, 185, 188, 0.81);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 0;
  height: 64px;
  width: 100%;
}
.section2-con.ceile {
  position: fixed;
  height: 64px;
  z-index: 99;
}
.section2-tab {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section2-tab-item {
  font-size: 20px;
  color: #3d3d3d;
  line-height: 64px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.section2-tab-item.active {
  color: #0068fb;
}
.section2-tab-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #0068fb;
  transform: scaleX(0);
  transition: all 0.2s;
}
.section2-tab-item.active::after {
  transform: none;
}
.section2-tab-item:hover {
  color: #0068fb;
}
/* -------------------------------section3------------------------------------ */
.section3 {
  padding: 85px 0;
}
.solution-det-title {
  margin-bottom: 60px;
}
.section3-bot-title {
  text-align: center;
  margin-bottom: 30px;
  color: #535456;
  font-size: 16px;
}
.section3-bot-con {
  background: #ffffff;
  box-shadow: 0px 5px 45px 0px rgba(229, 230, 231, 0.88);
  border-radius: 16px;
  padding: 30px;
}

/* -------------------------------section4------------------------------------ */
.section4 {
  padding: 85px 0 75px 0;
  background-image: url(/Upload/images/solutionDet/st4-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section4-bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.section4-bot-item {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px 23px 0px rgba(185, 207, 226, 0.59);
  border-radius: 12px;
  border: 1px solid #deebf7;
  width: 22%;
  padding: 40px 30px;
}
.section4-bot-item-img {
  height: 85px;
  text-align: center;
}
.section4-bot-item-img img {
  height: 100%;
}
.section4-bot-item-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
}
.section4-bot-item-text {
  line-height: 30px;
  color: #535456;
  font-size: 16px;
  height: 90px;
  text-align: justify;
}

/* -------------------------------section5------------------------------------ */
.section5 {
  padding: 85px 0;
}
.section5-top {
  background: #ebf3ff;
  border-radius: 8px;
  padding: 32px;
}
.section5-top-item-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.section5-top-item-li {
  position: relative;
  margin: 10px 0;
  font-size: 16px;
  padding-left: 20px;
  line-height: 26px;
}
.section5-top-item-li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #0068fb;
  box-shadow: 0 0 8px #0068fb;
  border-radius: 100%;
}
.section5-bot {
  margin-top: 30px;
}
.section5-bot img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  /* -------------------------------section1------------------------------------ */
  .section1-page-title1 span {
    font-size: 24px;
  }
  .section1-page-title2 {
    font-size: 16px;
    margin-top: 6px;
  }
  .section1-page-title1 {
    margin-bottom: 14px;
  }
  .section1-page-btn {
    margin-top: 30px;
    font-size: 14px;
  }
  .section1-page-btn1 {
    line-height: 40px;
    padding: 0 20px;
  }
  .section1-page-btn1 img {
    vertical-align: middle;
  }
  .section1-page-btn2 {
    line-height: 40px;
    padding: 0 20px;
    margin-left: 20px;
  }
  .section1-page {
    height: 250px;
  }
  .swiper1-pagination {
    bottom: 10px !important;
  }
  /* -------------------------------section2------------------------------------ */
  .section2,
  .section2-con {
    height: 50px;
  }
  .section2-tab-item {
    line-height: 50px;
    font-size: 16px;
  }
  .section2-con.ceile {
    height: 50px;
    top: 50px;
  }
  /* -------------------------------section3------------------------------------ */
  .section3 {
    padding: 40px 0;
  }
  .solution-det-title {
    margin-bottom: 20px;
  }
  .section3-bot-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .section3-bot-con {
    border-radius: 8px;
    padding: 20px;
  }
  .section3-bot-con img {
    width: 100%;
  }
  /* -------------------------------section4------------------------------------ */
  .section4 {
    padding: 40px 0;
  }
  .section4-bot {
    flex-wrap: wrap;
  }
  .section4-bot-item {
    border-radius: 6px;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
  .section4-bot-item:last-child {
    margin-bottom: 0;
  }
  .section4-bot-item-title {
    font-size: 20px;
    margin: 12px 0;
  }
  .section4-bot-item-text {
    line-height: 24px;
    font-size: 14px;
    height: auto;
  }
  /* -------------------------------section5------------------------------------ */
  .section5 {
    padding: 40px 0;
  }
  .section5-top {
    padding: 20px;
  }
  .section5-top-item-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }
  .section5-top-item-li {
    margin: 6px 0;
    font-size: 14px;
    padding-left: 20px;
    line-height: 22px;
  }
  .section5-top-item-li::before {
    top: 7px;
    box-shadow: 0 0 4px #0068fb;
  }
  .section5-bot {
    margin-top: 20px;
  }
}
