/* -------------------------------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);
}
.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;
}

.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 {
  padding-top: 64px;
  padding-bottom: 50px;
  background: #f3f6fa;
}
.section2-top {
  text-align: center;
}
.section2-top .tybtn1 {
  margin: 0 10px;
}
.section2-top .tybtn1 span{
    display: inline-block;
    vertical-align: middle;
}
.section2-top .tybtn1 .img1 {
  display: inline-block;
}
.section2-top .tybtn1 .img2 {
  display: none;
}
.section2-top .tybtn1.active .img1 {
  display: none;
}
.section2-top .tybtn1.active .img2 {
  display: inline-block;
}
.section2-top .tybtn1.active {
  color: #0068fb;
}

/* -------------------------------section3------------------------------------ */
.section3 {
  background: #f3f6fa;
  padding-bottom: 80px;
}
.section3-top {
  background-image: url(/Upload/images/solution/st3-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 32px 0;
  background-position: center center;
}
.section3-top-title1 {
    font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}
.section3-top-title2 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
  color: #666;
}
.section3-top-search {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 400px;
}
.section3-top-search input {
  border: none;
  background: #d5e8fd;
  line-height: 20px;
  border-radius: 20px;
  padding: 10px 80px 10px 20px;
  width: 100%;
  outline: none;
}
.section3-top-search-btn {
  position: absolute;
  right: 10px;
  border-radius: 15px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  background: #0068fb;
  outline: none;
  cursor: pointer;
}
.section3-top-search-btn img {
  width: 18px;
}

.section3-bot {
  display: flex;
  margin-top: 40px;
}
.section3-bot-left {
  width: 300px;
  margin-right: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
.section3-bot-right {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 330px);
  overflow: hidden;
}
.section3-bot-right-title {
  position: relative;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.section3-bot-right-title::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #0068fb;
}
.section3-bot-right-con {
  width: calc(100% + 24px);
  margin-left: -24px;
  font-size: 0;
}
.section3-bot-right-item {
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 24px;
  width: calc(33.333% - 24px);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: text-top;
}
.section3-bot-right-item-top {
  overflow: hidden;
  font-size: 0;
  height: 200px;
}
.section3-bot-right-item-top img {
  height: 100%;
  width: 100%;
  transition: all 0.2s;
  object-fit: cover;
}
.section3-bot-right-item:hover .section3-bot-right-item-top img {
  transform: scale(1.1);
}
.section3-bot-right-item-bot {
  padding: 16px 20px 20px 20px;
}
.section3-bot-right-item-bot-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section3-bot-right-item-bot-content {
  line-height: 24px;
  margin-bottom: 14px;
  font-size: 14px;
}
.section3-bot-right-item-bot-more {
  display: flex;
  align-items: center;
  font-size: 0;
}
.section3-bot-right-item-bot-more span {
  font-size: 14px;
}
.section3-bot-right-item-bot-more img {
  vertical-align: middle;
  width: 16px;
}
.section3-bot-left-item {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.section3-bot-left-item.active {
  background-color: #0068fb;
  color: #fff;
}
.section3-bot-left-item img {
  margin-right: 10px;
}
.section3-bot-left-item .img1 {
  display: none;
}
.section3-bot-left-item .img2 {
  display: block;
}
.section3-bot-left-item.active .img1 {
  display: block;
}
.section3-bot-left-item.active .img2 {
  display: none;
}

.ceile .section3-bot-left{
        position: fixed;
    top: 74px;
}
.ceile .section3-bot-right{
    margin-left: 330px;
}
/* -------------------------------section4------------------------------------ */
.section4 {
  background: #f3f6fa;
  padding-bottom: 80px;
}
.section4-top {
  background-image: url(/Upload/images/index/st3-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 60px;
  background-position: center right;
  border-radius: 8px;
}
.section4-top-title1 {
  margin-bottom: 20px;
  text-align: left;
}
.section4-top-title2 {
  font-size: 16px;
  color: #666;
}
.section4-bot-tab {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.section4-bot-tab-item {
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3 12px 0px rgba(220, 227, 237, 0.92);
  margin: 0 10px;
}
.section4-bot-tab-item.active {
  background-color: #0068fb;
  color: #fff;
}

.section4-bot {
  overflow: hidden;
}
.section4-bot-con {
  width: calc(100% + 24px);
  font-size: 0;
  transform: translateX(-24px);
}
.section4-bot-con-item {
  display: inline-block;
  width: calc(33.333% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
  vertical-align: text-top;
  background: #fff;
  box-shadow: 0px 0 53px 3px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.section4-bot-con-item-top {
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.section4-bot-con-item-top-title {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 700;
}
.section4-bot-con-item-top-content {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.section4-bot-con-item-bot {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4-bot-con-item-bot-left {
  display: flex;
  align-items: center;
}
.section4-bot-con-item-bot-left img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}
.section4-bot-con-item-bot-left-span1 {
  font-size: 16px;
  margin-bottom: 4px;
}
.section4-bot-con-item-bot-left-span2 {
  font-size: 14px;
  color: #666;
}
.section4-bot-con-item-bot-right {
  display: inline-block;
  line-height: 40px;
  background-color: #0068fb;
  color: #fff;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}
@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 {
    padding: 20px 0;
  }
  /* -------------------------------section3------------------------------------ */
  .section3-top {
    padding: 20px 10px;
  }
  .section3-top-title1 {
      font-size: 20px;
    margin-bottom: 10px;
  }
  .section3-top-title2 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .section3-top-search {
    width: 100%;
  }
  .section3-bot {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .section3-bot-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .section3-bot-left-item {
    width: 50%;
    height: 40px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
  }
  .section3-bot-right {
    width: 100%;
    margin-top: 20px;
  }
  .section3-bot-right-title {
    font-size: 16px;
  }
  .section3-bot-right-item {
    width: 100%;
    margin-left: 0;
  }
  .section3-bot-right-con {
    width: 100%;
    margin: 0;
  }
  .section3-bot-right-item-top {
    height: 140px;
  }
  .section3-bot-right-item-bot {
    padding: 14px;
  }
  .section3-bot-right-item-bot-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .section3-bot-right-item-bot-content {
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  /* ------------------.section4-top------------ */
  .section4{
      padding-bottom: 40px;
  }
  .section4-top {
    padding: 20px;
  }
  .section4-top-title1 {
    margin-bottom: 6px;
  }
  .section4-top-title2 {
    font-size: 14px;
  }
  .section4-bot-tab {
    margin: 15px 0;
    flex-wrap: wrap;
  }
  .section4-bot-tab-item {
    font-size: 14px;
    margin: 5px;
  }
  .section4-bot-con {
    width: 100%;
    transform: none;
  }
  .section4-bot-con-item {
    width: 100%;
    margin-left: 0;
  }
  .section4-bot-con-item-top {
    padding: 12px;
  }
  .section4-bot-con-item-top-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .section4-bot-con-item-top-content {
    font-size: 13px;
    line-height: 22px;
  }
  .section4-bot-con-item-bot {
    padding: 12px;
  }
  .section4-bot-con-item-bot-left img {
    width: 40px;
    height: 40px;
  }
  .section4-bot-con-item-bot-left-span1 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .section4-bot-con-item-bot-left-span2 {
    font-size: 13px;
  }
  .section4-bot-con-item-bot-right {
    line-height: 32px;
    font-size: 12px;
  }
}
