/*
首页

*/
html {
  font-size: 14px;
}

.ourservice-title {
  font-size: 18px;
  color: #007bff;
}

.ourservice-text {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top: 14px;
  margin-bottom: 40px;
}

/*index swiper*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.dpcthy-old h4 {
  color: #505050;
  margin-bottom: 50px;
}

.dpcthy-old {
  padding: 60px;
  border: none;
  height: 360px;
  border-radius: 20px 0 0 20px;
  background-color: #ffffff;
}

.dpcthy-new {
  background-color: #2c5ae4;
  color: #ffffff;
  padding:50px;
  border-radius: 20px;
}

.dpcthy-new h4 {
  color: #fff;
  margin-bottom: 50px;
}


@media (max-width: 991px) {
  .hxjs-text-box {
    margin-left: 0 !important;
  }

  .new-hxjs-column {
    width: 100%;
    margin-right: 0 !important;
  }

  .switch p {
    font-size: 14px !important;
    margin: 0 !important;
  }

  .dpcthy-old {
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #fff;
  }

  .banner {
    height: 700px;
  }

  #Dspjs-right {
    align-items: center !important;
  }

  .forstepmakeshortvideo {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  #eight-cj {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .eightcj {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #DPCTYJWYCZ {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .forstepmakeshortvideo .pl-5 {
    padding-left: 15px !important;
  }
  /* .forstepmakeshortvideo{
    padding-top:60px 0!important;
    padding-bottom:0!important;
  } */
}

.dspzzff-text-box {
  width: 80%;
}

.dspzzff {
  align-items: center;
  margin: 20px 0;
  border-radius: 10px;
  padding: 16px 32px;

}

.dspzzff-h1 {
  font-size: 32px;
  font-weight: bold;
}

.dspzzff-text-box p {
  margin-bottom: 0;
}

.dspzzff-current {
  /* background: linear-gradient(90deg, rgba(0, 161, 255, 1) 0%, rgba(0, 121, 255, 1) 100%); */
  background-color: #f3f7fd;
  /* color:#fff; */
}

.dspzzff-text-box p {
  font-weight: bold;
  font-size: 18px;
}

.dspzzff-text-box span {
  font-size: 14px;
  line-height: 18px !important;
  display: block;
  margin-top: 10px;
}

.swiper-container1 .swiper-container2 {
  position: relative;
}

.swiper-container2::before {
  content: '';
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(204, 204, 204, 0) 100%);
  position: absolute;
  left: 0;
  z-index: 5;
}

.swiper-container1::before {
  content: '';
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(204, 204, 204, 0) 100%);
  position: absolute;
  left: 0;
  z-index: 5;
}


.swiper-container2::after,
.swiper-container1::after {
  content: '';
  /* border: 1px solid red; */
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.6) 0%, rgba(204, 204, 204, 0) 100%);
  top: 0;
  z-index: 1;
}

.eightcj p {
  font-size: 14px;
}

.eightcj img {
  width: 48px;
  display: block;
}

.eightcj-text-box h4 {
  color: #007bff;
}

.eightcj-text-box {
  margin-bottom: 48px;
  margin-top: 32px;
}

.szrzb-dszb-text::after {
  content: '';
  width: 80px;
  height: 4px;
  background-color: #007bff;
  display: block;
  margin-top: 32px;
  margin-bottom: 40px;
  border-radius: 4px;
}

#eight-cj{
  margin-top:30px;
}