@charset "UTF-8";
/* 服务支持 */
.main-container {
  background-color: #ffffff;
}
.main-container .top-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 60px;
  z-index: 1;
}
.main-container .top-banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.main-container .top-banner .title {
  color: #ffffff;
  font-size: 46px;
  font-weight: bold;
}
.main-container .page-nav {
  padding: 20px 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
}
.main-container .page-nav .nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-container .page-nav .nav-list .nav-item {
  font-weight: bold;
  display: inline-block;
  margin: 0 35px;
  font-size: 18px;
}
.main-container .page-content {
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 6.7708333333vw;
}
.main-container .page-content#page-1 {
  background-repeat: no-repeat;
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-container .page-content#page-1 .l-left {
  height: 100%;
  width: 30%;
}
.main-container .page-content#page-1 .l-left .public-name {
  font-size: 42px;
  font-weight: bold;
}
.main-container .page-content#page-1 .l-left .public-name .l-orange {
  color: var(--color-primary);
}
.main-container .page-content#page-1 .l-left .ccont {
  margin-top: 210px;
  color: #666666;
  width: 100%;
  line-height: 180%;
}
.main-container .page-content#page-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.main-container .page-content#page-2 .serves-title {
  text-align: center;
}
.main-container .page-content#page-2 .serves-title .public-name {
  font-size: 42px;
  font-weight: bold;
}
.main-container .page-content#page-2 .l-left {
  padding: 80px;
  width: 44%;
  margin-top: 80px;
  padding: clamp(40px, 4.1666666667vw, 80px);
  padding-bottom: 100px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.main-container .page-content#page-2 .l-left .text {
  position: relative;
}
.main-container .page-content#page-2 .l-left .text .ccont {
  font-size: 26px;
}
.main-container .page-content#page-2 .l-left .text .ccont::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: -30px;
}
.main-container .page-content#page-3 .serves-title {
  text-align: center;
}
.main-container .page-content#page-3 .serves-title .public-name {
  font-size: 42px;
  font-weight: bold;
}
.main-container .page-content#page-3 .serves-title .public-name strong {
  font-weight: unset;
  color: var(--color-primary);
}
.main-container .page-content#page-3 .newservice-story-cont {
  margin-top: 100px;
}
.main-container .page-content#page-3 .newservice-story-cont .icon {
  margin: 0 auto;
  width: 715px;
}
.main-container .page-content#page-3 .newservice-story-cont .icon img {
  width: 100%;
  aspect-ratio: 715/257;
  object-fit: contain;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li {
  width: calc(25% - 30px);
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div {
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .l-relative {
  width: 100%;
  height: 250px;
  position: relative;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .l-relative > img {
  width: 100%;
  height: 100%;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .l-relative .icon {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  top: 100%;
  right: 30px;
  transform: translateY(-70%);
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 4px;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .l-relative .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text {
  padding: 50px 35px 35px;
  position: relative;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  position: absolute;
  left: 35px;
  top: 20px;
  background-color: var(--color-primary);
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text h3 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
}
.main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text p {
  color: #666666;
  margin-top: 10px;
  font-size: 16px;
}
.main-container .page-content#page-4 .public-name {
  font-size: 42px;
  font-weight: bold;
}
.main-container .page-content#page-4 .public-name strong {
  font-weight: unset;
  color: var(--color-primary);
}
.main-container .page-content#page-4 .newservice-serves-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left {
  width: 50%;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total li {
  box-sizing: border-box;
  width: 33.33%;
  padding-left: 20px;
  margin-top: 20px;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total li .name {
  font-size: 32px;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total li .name b {
  font-size: 80px;
  color: var(--color-primary);
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li {
  box-sizing: border-box;
  width: calc(33.33% - 20px);
  padding-left: 20px;
  margin-top: 20px;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div {
  height: 100%;
  text-align: center;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  background: rgba(255, 255, 255, 0.2);
  padding: 50px 20px;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div .icon {
  width: 100%;
  height: auto;
  text-align: center;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div .name {
  font-size: 18px;
  margin-top: 10px;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-right {
  width: 835px;
  height: 576px;
}
.main-container .page-content#page-4 .newservice-serves-cont .l-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .main-container .top-banner {
    height: auto;
    min-height: 380px;
    padding: 0 15px 0;
  }
  .main-container .top-banner .background {
    width: 100%;
    height: 100%;
  }
  .main-container .top-banner .title {
    font-size: 24px;
  }
  .main-container .page-nav {
    padding: 0;
  }
  .main-container .page-nav .nav-list {
    padding: 20px;
    white-space: nowrap;
    overflow: auto;
  }
  .main-container .page-nav .nav-list .nav-item {
    margin: 0 5px;
  }
  .main-container .page-nav .nav-list .nav-item a {
    font-weight: bold;
    font-size: 14px;
  }
  .main-container .page-content {
    width: 100%;
    padding: 30px 15px;
    box-sizing: border-box !important;
  }
  .main-container .page-content .serves-title .public-name {
    font-size: 20px !important;
  }
  .main-container .page-content#page-1 {
    flex-direction: column;
  }
  .main-container .page-content#page-1 .l-left {
    width: 100%;
  }
  .main-container .page-content#page-1 .l-left .serves-title .public-name {
    font-size: 20px;
  }
  .main-container .page-content#page-1 .l-left .ccont {
    margin-top: 30px;
    font-size: 14px;
  }
  .main-container .page-content#page-1 .l-right {
    width: 100%;
    margin-top: 30px;
  }
  .main-container .page-content#page-1 .l-right .img {
    width: 100%;
    height: auto;
  }
  .main-container .page-content#page-1 .l-right .img img {
    width: 100%;
  }
  .main-container .page-content#page-2 {
    padding-bottom: 60px;
  }
  .main-container .page-content#page-2 .l-left {
    box-sizing: border-box;
    width: 100%;
    margin-top: 60px;
    padding: 30px;
  }
  .main-container .page-content#page-2 .l-left .text .ccont {
    font-size: 18px !important;
  }
  .main-container .page-content#page-2 .l-left .text .ccont::before {
    display: none;
  }
  .main-container .page-content#page-3 .newservice-story-cont .icon {
    width: 100%;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item {
    flex-direction: column;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div {
    height: auto;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .img .icon {
    width: 100px;
    height: 100px;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text {
    padding: 25px 17px 17px;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text::after {
    left: 17px;
    top: 15px;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text .name {
    font-size: 18px;
  }
  .main-container .page-content#page-3 .newservice-story-cont .newservice-story-item li > div .text .nname {
    font-size: 14px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont {
    flex-direction: column;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left {
    width: 100%;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total {
    flex-direction: column;
    width: 100%;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total li {
    width: 100%;
    padding-left: 0;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total li .name {
    font-size: 24px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total li .name b {
    font-size: 40px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-total li .nname {
    color: #666666;
    font-size: 14px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item {
    justify-content: space-between;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li {
    padding: 0;
    width: calc(33.33% - 20px);
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div {
    padding: 25px 10px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div .icon {
    height: 28px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div .icon img {
    width: 100%;
    height: 100%;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-left .newservice-serves-item li > div .name {
    font-size: 14px;
    margin-top: 5px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .main-container .page-content#page-4 .newservice-serves-cont .l-right img {
    width: 100%;
    height: auto;
  }
}