.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
}

.etitle {
  margin-top: 28px;
  margin-bottom: 16px;
}

.team {
  margin-top: 40px;
  margin-bottom: 63px;
}
.team .team-con {
  height: 170px;
  margin-top: 40px;
}
.team .team-con .swiper-container {
  width: 100%;
  height: 100%;
}
.team .team-con .swiper-slide {
  height: 100%;
  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;
  border-radius: 10px;
  overflow: hidden;
}
.team .team-con .swiper-slide img {
  width: 100%;
  height: 100%;
}

.service-process {
  width: 100%;
  height: 510px;
  background: url("../images/servicepro-bg.jpg") no-repeat center #0e1e31;
  background-size: cover;
}
.service-process .comm-title {
  padding-top: 70px;
  margin-bottom: 47px;
  color: #fff;
}
.service-process .service-process-con {
  width: 1200px;
  margin: 55px auto 0 auto;
  text-align: center;
}
.service-process .service-process-con > div:nth-child(1) {
  width: 100%;
  height: 72px;
  position: relative;
}
.service-process .service-process-con > div:nth-child(1) > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.service-process .service-process-con > div:nth-child(1) > div > div {
  flex: 1;
}
.service-process .service-process-con > div:nth-child(1) > div > div > div:nth-child(1) {
  margin: 0 auto;
  background: url("../images/service-pross-bg.png") no-repeat center;
  background-size: 100% 100%;
  width: 94px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #2EB797;
  font-weight: bold;
}
.service-process .service-process-con > div:nth-child(1) > div > div > div:nth-child(2) {
  color: #d8d8d8;
  text-align: center;
  font-size: 14px;
  margin-top: 7px;
}
.service-process .service-process-con > div:nth-child(1)::before {
  content: "";
  display: block;
  width: 1200px;
  height: 4px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #d8d8d8;
}
.service-process .service-process-con > div:nth-child(2) {
  margin-top: 58px;
  margin-bottom: 48px;
  color: #fff;
  font-size: 18px;
}
.service-process .service-process-con > div:nth-child(3) {
  border: 1px solid #979797;
  border-radius: 25px;
  width: 210px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
}

.partners {
  margin-top: 75px;
  margin-bottom: 85px;
}
.partners .partners-con {
  height: 118px;
  width: 1176px;
}
.partners .partners-tips {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.partners .swiper-container {
  width: 100%;
  height: 100%;
  font-size: 0;
  padding-left: 1px;
}
.partners .swiper-slide {
  width: 100%;
  height: 100%;
  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;
}
.partners .swiper-slide > div {
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
  border-right: solid 1px #D8D8D8;
  position: relative;
  width: 100%;
  height: calc(100% - 2px);
}

@media (min-width: 801px) {
  .manage-section {
    background: #fff;
    box-sizing: border-box;
    padding: 50px 0;
  }
  .manage-section .manage-section-container {
    display: flex;
    justify-content: space-between;
  }
  .manage-section .manage-section-container > .manage-section_item {
    width: 48%;
    background: #efefef;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 20px;
  }
  .manage-section .manage-section-container > .manage-section_item > div:nth-child(1) {
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #000;
    position: relative;
    text-indent: 5px;
  }
  .manage-section .manage-section-container > .manage-section_item > div:nth-child(1)::after {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    background: #0044ff;
    bottom: -1px;
    left: 0;
  }
  .manage-section .manage-section-container > .manage-section_item > div:nth-child(2) {
    padding: 20px 0 10px;
    line-height: 1.5;
  }
  .desc-container .desc-side {
    background: #fff;
    padding: 50px 0;
    box-sizing: border-box;
    display: flex;
  }
  .desc-container .desc-side > div:nth-child(1) {
    width: 350px;
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
    font-size: 20px;
    margin-top: 20px;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(2) > div {
    text-align: center;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(2) img {
    width: 55px;
    height: 55px;
  }
  .desc-container .desc-side > div:nth-child(2) {
    line-height: 1.5;
    font-size: 16px;
    flex: 1;
  }
}
@media (max-width: 800px) {
  .manage-section {
    background: #fff;
    box-sizing: border-box;
    padding: 40px 20px 30px;
  }
  .manage-section .manage-section-container > .manage-section_item {
    width: 100%;
    background: #efefef;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
  }
  .manage-section .manage-section-container > .manage-section_item > div:nth-child(1) {
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #000;
    position: relative;
    text-indent: 5px;
  }
  .manage-section .manage-section-container > .manage-section_item > div:nth-child(1)::after {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    background: #0044ff;
    bottom: -1px;
    left: 0;
  }
  .manage-section .manage-section-container > .manage-section_item > div:nth-child(2) {
    padding: 20px 0 10px;
    line-height: 1.5;
  }
  .team .team-con {
    height: auto;
    margin-top: 19px;
  }
  .team .team-con .mobile-container > div {
    width: 100%;
    height: 190px;
    margin-bottom: 17px;
  }
  .service-process {
    height: 727px;
    background: url("../images/servicepro-bg-mobile.jpg") no-repeat center #0e1e31;
    background-size: contain;
  }
  .service-process .comm-title {
    padding-top: 28px;
    margin-bottom: 15px;
  }
  .service-process .service-process-con {
    margin-top: 15px;
    width: 100%;
  }
  .service-process .service-process-con > div:nth-child(1) {
    width: 250px;
    height: 531px;
    margin: 16px auto 45px auto;
    position: relative;
  }
  .service-process .service-process-con > div:nth-child(1):before {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 3px;
    height: 531px;
    left: 0;
    background: #fff;
    transform: translateX(0);
  }
  .service-process .service-process-con > div:nth-child(1) > div {
    display: flex;
    flex-direction: column;
  }
  .service-process .service-process-con > div:nth-child(1) > div > div {
    text-align: left;
    flex: 1;
    margin-left: -5px;
    margin-top: 35px;
  }
  .service-process .service-process-con > div:nth-child(1) > div > div::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
  }
  .service-process .service-process-con > div:nth-child(1) > div > div > div {
    display: inline-block;
  }
  .service-process .service-process-con > div:nth-child(1) > div > div > div:nth-child(1) {
    background: url("../images/service-pross-bg-m.png") no-repeat center;
    width: 77px;
    height: 31px;
    line-height: 31px;
    background-size: 100% 100%;
    margin-left: 11px;
    margin-right: 15px;
  }
  .service-process .service-process-con > div:nth-child(1) > div > div > div:nth-child(2) {
    color: #fff;
    width: 140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .partners {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .partners .partners-tips {
    margin-top: 18px;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .partners .partners-con {
    width: 100%;
    height: auto;
  }
  .partners .partners-con .mobile-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .partners .partners-con .mobile-container > div {
    width: calc(50% - 2px);
    border-left: solid 1px #D8D8D8;
    border-bottom: solid 1px #D8D8D8;
    height: 75px;
  }
  .partners .partners-con .mobile-container > div:nth-child(1), .partners .partners-con .mobile-container > div:nth-child(2) {
    border-top: solid 1px #D8D8D8;
  }
  .partners .partners-con .mobile-container > div:nth-child(2n) {
    border-right: solid 1px #D8D8D8;
  }
  .desc-container .desc-side {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    box-sizing: border-box;
  }
  .desc-container .desc-side > div:nth-child(1) {
    width: 100%;
    box-sizing: border-box;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
    font-size: 16px;
    margin-top: 20px;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(2) {
    display: flex;
    margin-top: 20px;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(2) > div {
    text-align: center;
    margin-right: 30px;
  }
  .desc-container .desc-side > div:nth-child(1) > div:nth-child(2) img {
    width: 40px;
    height: 40px;
  }
  .desc-container .desc-side > div:nth-child(2) {
    line-height: 1.5;
    font-size: 14px;
    flex: 1;
    margin-top: 20px;
  }
}/*# sourceMappingURL=aboutus.css.map */