.page-banner {
  height: 350px;
  margin-top: 90px;
  width: 100%;
}
.page-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-container .title-top {
  display: flex;
  align-items: center;
  font-weight: 290;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(13, 37, 63, 0.3);
  margin-bottom: 20px;
}
.app-container .title-top .title-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.app-container .title-line {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.app-container .title-line .title-line-text {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  flex: 1;
}
.app-container .title-line .title-button {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  margin-left: auto;
  background: #242E4C;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 599px) {
  .app-container .title-line .title-button {
    width: 18vw;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .app-container .title-line .title-line-text {
    font-size: 5.3333333333vw;
  }
}
.app-container .text-content {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: 290;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 2px;
  color: #333;
  font-weight: 300;
}
.app-container .text-content .text-part {
  text-indent: 54px;
}
.app-container .text-content .text-part:not(:last-child) {
  margin-bottom: 18px;
}
.app-container .text-content .text-part.no-indent {
  text-indent: unset;
  display: flex;
}
.app-container .text-content .text-part.nbt {
  margin-bottom: unset;
}
.app-container .text-content .text-part.b {
  font-weight: 700;
}
.app-container .text-content .text-part span {
  color: #134B9F;
}
.app-container .text-content .text-part b {
  font-weight: 700;
}
.app-container .text-content .text-part .sort-num {
  display: inline-flex;
  font-weight: 700;
}
.app-container .text-content:not(:last-child) {
  margin-bottom: 50px;
}
.app-container .text-content .part-title {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
  margin-bottom: 18px;
  font-weight: 600;
}
.app-container .text-content .part-title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 5px;
  height: 20px;
  background: #134B9F;
}
.app-container .text-content .images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.app-container .text-content .images img {
  width: 100%;
}
@media screen and (max-width: 1066px) {
  .app-container .text-content .images {
    grid-template-columns: 1fr;
  }
}
.app-container .text-content .service-list {
  display: flex;
}
.app-container .text-content .service-list .service-title {
  background-color: #0061AD;
  color: #FFF;
  writing-mode: vertical-lr;
  font-size: 20px;
  padding: 50px 10px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin-right: 30px;
}
.app-container .text-content .service-list .service-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 4px;
  height: inherit;
  border-radius: 4px;
  background-color: rgba(0, 97, 173, 0.3764705882);
}
.app-container .text-content .service-list .service-outer {
  background: linear-gradient(to right, #0061AD, #FFF);
  flex: 1;
  border-radius: 8px;
  padding: 2px;
  width: 0;
}
.app-container .text-content .service-list .service-outer .service-content {
  height: inherit;
  background-color: #FFF;
  border-radius: 8px;
  padding: 20px;
}
.app-container .text-content .service-list .service-outer .service-content .service-line {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 10px;
}
.app-container .text-content .service-list .service-outer .service-content .service-line.large {
  grid-template-columns: repeat(4, auto);
}
.app-container .text-content .service-list .service-outer .service-content .service-line .service-item {
  border: 1px solid #86b8ba;
  background-color: #F0F7FA;
  padding: 20px 30px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.app-container .text-content .service-list .service-outer .service-content .service-line .service-item .service-item-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
.app-container .text-content .service-list .service-outer .service-content .service-line .service-item .service-ul-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
@media screen and (max-width: 500px) {
  .app-container .text-content .service-list .service-outer .service-content .service-line .service-item .service-ul-list {
    grid-template-columns: 1fr;
  }
}
.app-container .text-content .service-list .service-outer .service-content .service-line .service-item .service-ul {
  font-size: 14px;
  white-space: nowrap;
}
.app-container .text-content .service-list .service-outer .service-content .service-line .service-item .service-ul li {
  white-space: nowrap;
}
.app-container .text-content .service-list .service-outer .service-content .service-line:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
  .app-container .text-content .service-list {
    flex-direction: column;
  }
  .app-container .text-content .service-list .service-title {
    writing-mode: horizontal-tb;
    padding: 10px 10px;
    margin-bottom: 30px;
    margin-right: unset;
  }
  .app-container .text-content .service-list .service-title::after {
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 4px;
    top: unset;
  }
  .app-container .text-content .service-list .service-outer {
    background: linear-gradient(to bottom, #0061AD, #FFF);
    width: inherit;
  }
  .app-container .text-content .service-list .service-outer .service-content .service-line {
    display: flex;
    flex-wrap: wrap;
  }
  .app-container .text-content .service-list .service-outer .service-content .service-line .service-item {
    flex: 1;
  }
}

.contact-us {
  background: #F8FAFB;
}/*# sourceMappingURL=overseas.css.map */