.zhuxiaobg {
  position: relative;
}
.zhuxiaobg img {
  width: 100%;
}
.zhuxiaobg div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.zhuxiaobg div h1 {
  font-size: 36px;
  position: relative;
  color: #ffffff;
  text-shadow: 1px 1px 4px #083863;
  letter-spacing: 5px;
}
.zhuxiaobg div p {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 4px #083863;
  letter-spacing: 3px;
  padding-top: 30px;
}
.zhuxiaobg div h1::after {
  content: '';
  height: 2px;
  width: 200px;
  background-color: #e1f1f4;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gszx .gszx-main {
  max-width: 1200px;
  margin: 0 auto;
}
.gszx .gszx-main .title-wrap .title {
  font-size: 32px;
  color: #333;
  text-align: center;
  padding: 6.25rem 0 1.25rem 0;
}
.gszx .gszx-main .title-wrap .title-line {
  width: 50px;
  height: 3px;
  background: #c5d0ff;
  margin: 0 auto;
}
.gszx .gszx-main .gszxList {
  padding: 5rem 0;
}
.gszx .gszx-main .gszxList ul {
  display: flex;
  justify-content: space-between;
}
.gszx .gszx-main .gszxList ul .list1title {
  background-image: url(../images/gszx.jpg);
}
.gszx .gszx-main .gszxList ul .list2title {
  background-image: url(../images/gszx1.jpg);
}
.gszx .gszx-main .gszxList ul .list3title {
  background-image: url(../images/gszx2.jpg);
}
.gszx .gszx-main .gszxList ul .list4title {
  background-image: url(../images/gszx3.jpg);
}
.gszx .gszx-main .gszxList ul li {
  list-style: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 20px 30px 20px;
  flex: 1;
  margin: 0 30px;
}
.gszx .gszx-main .gszxList ul li div {
  padding: 10px;
}
.gszx .gszx-main .gszxList ul li p {
  font-size: 1.125rem;
  padding: 1rem;
}
.gszx .gszx-main .gszxList ul li img {
  margin: 30px 0;
}
.zxlc {
  background-color: #f5f5f5;
}
.zxlc .zxlc-main {
  max-width: 1200px;
  margin: 0 auto;
}
.zxlc .zxlc-main .title-wrap .title {
  font-size: 32px;
  color: #333;
  text-align: center;
  padding: 6.25rem 0 1.25rem 0;
}
.zxlc .zxlc-main .title-wrap .title-line {
  width: 50px;
  height: 3px;
  background: #c5d0ff;
  margin: 0 auto;
}
.zxlc .zxlc-main .zxlcList {
  padding: 5rem 0;
}
.zxlc .zxlc-main .zxlcList ul {
  display: flex;
  justify-content: space-between;
}
.zxlc .zxlc-main .zxlcList ul li {
  border-radius: 50% 50%;
  width: 200px;
  height: 200px;
}
.zxlc .zxlc-main .zxlcList ul .list1title {
  background: linear-gradient(135deg, #19e3d5 0%, #19c3a5 100%);
}
.zxlc .zxlc-main .zxlcList ul .list2title {
  background: linear-gradient(135deg, #6d83ff 0%, #2c50fe 100%);
}
.zxlc .zxlc-main .zxlcList ul .list3title {
  background: linear-gradient(135deg, #fba761 0%, #e84a60 100%);
}
.zxlc .zxlc-main .zxlcList ul .list4title {
  background: linear-gradient(135deg, #f8d046 0%, #dd8a22 100%);
}
.zxlc .zxlc-main .zxlcList ul li {
  list-style: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.zxlc .zxlc-main .zxlcList ul li div {
  padding: 10px;
}
.zxlc .zxlc-main .zxlcList ul li p {
  font-size: 1.125rem;
  padding: 0;
}
.zxlc .zxlc-main .zxlcList ul li img {
  margin: 25px 0;
}
.qa {
  background-image: url(../images/zhucebg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.qa .qa-main {
  max-width: 1200px;
  margin: 0 auto;
}
.qa .qa-main .title-wrap .title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding: 6.25rem 0 1.25rem 0;
}
.qa .qa-main .title-wrap .title-line {
  width: 50px;
  height: 3px;
  background: #c5d0ff;
  margin: 0 auto;
}
.qa .qa-main .qabox li .sec-que {
  margin-top: 3.125rem;
}
.qa .qa-main .qabox li .ques .cont {
  color: #c5d0ff;
}
.qa .qa-main .qabox li .answ .cont {
  color: #fff;
}
.qa .qa-main .more {
  margin: 0 auto;
  padding-bottom: 50px;
}
.qa .qa-main .more p {
  text-align: center;
}
.qa .qa-main .more p a {
  display: inline-block;
  background-color: #c5d0ff;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 20px;
  color: #fff;
  letter-spacing: 2px;
}
.otherservice {
  background-color: #f9fafe;
}
.otherservice .otherservice-main {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.otherservice .otherservice-main .swiper-button-prev:after,
.otherservice .otherservice-main .swiper-container-rtl .swiper-button-next:after,
.otherservice .otherservice-main .swiper-button-next:after,
.otherservice .otherservice-main .swiper-container-rtl .swiper-button-prev:after {
  color: #c5d0ff;
}
.otherservice .otherservice-main .title-wrap .title {
  font-size: 32px;
  text-align: center;
  padding: 6.25rem 0 1.25rem 0;
}
.otherservice .otherservice-main .title-wrap .title-line {
  width: 50px;
  height: 3px;
  background: #c5d0ff;
  margin: 0 auto;
}
.otherservice .otherservice-main .otherserviceList .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.otherservice .otherservice-main .otherserviceList .swiper-container .swiper-slide p {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .daohang .breadcrumb {
    width: 100%;
  }
  .row {
    margin: 0;
  }
  .zhuxiaobg img {
    height: 250px;
    object-fit: cover;
  }
  .zhuxiaobg div h1 {
    font-size: 28px;
  }
  .zhuxiaobg div p {
    width: 250px;
    font-size: 16px;
  }
  .gszx .gszx-main .title-wrap .title {
    font-size: 24px;
    padding: 20px;
  }
  .gszx .gszx-main .gszxList {
    padding: 1rem 0;
  }
  .gszx .gszx-main .gszxList ul {
    flex-direction: column;
  }
  .gszx .gszx-main .gszxList ul li {
    margin-bottom: 10px;
    padding: 0;
    margin: 5px 10px;
  }
  .zxlc .zxlc-main .title-wrap .title {
    font-size: 24px;
    padding: 20px;
  }
  .zxlc .zxlc-main .zxlcList {
    padding: 1rem 0;
  }
  .zxlc .zxlc-main .zxlcList ul {
    flex-direction: column;
  }
  .zxlc .zxlc-main .zxlcList ul li {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .zxlc .zxlc-main .zxlcList ul li img {
    margin: 10px 0;
  }
  .qa .qa-main .title-wrap .title {
    font-size: 24px;
    padding: 20px;
  }
  .qa .qa-main .qabox {
    padding: 1rem 0;
    flex-direction: column;
  }
  .qa .qa-main .qabox .fl {
    margin: 10px;
  }
  .qa .qa-main .qabox .fr {
    margin: 10px;
  }
  .qa .qa-main .qabox li .cont {
    width: 95%;
  }
  .qa .qa-main .more p a {
    font-size: 16px;
    padding: 5px 15px;
  }
  .otherservice .otherservice-main {
    padding-bottom: 0px;
  }
  .otherservice .otherservice-main .title-wrap .title {
    font-size: 24px;
    padding: 20px;
  }
  .otherservice .otherservice-main .otherserviceList {
    padding: 1rem 0;
  }
  .otherservice .otherservice-main .otherserviceList .swiper-container {
    padding: 20px 0;
  }
}
