.service_banner {
  overflow: hidden;
  background-color: #ecf3f8;
}
.service_banner .flex {
  height: 100vh;
  max-height: 72.8rem;
  min-height: max-content;
  padding: 4rem 0;
}
.service_banner .head {
  position: relative;
  z-index: 2;
  width: 48.40277778%;
  padding-top: 2.1%;
}
.service_banner .head h1 {
  font-size: 5.4rem;
  line-height: 1.148148;
  letter-spacing: 0.9px;
}
.service_banner .head p {
  line-height: 2.8rem;
}
.service_banner .head ul {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #161616;
  max-width: 58.6rem;
  margin-top: 2.3rem;
}
.service_banner .head ul li + li {
  margin-top: 1rem;
}
.service_banner .head ul li {
  position: relative;
  padding-left: 2.9rem;
}
.service_banner .head ul li::before {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.service_banner .head ul strong {
  font-size: 1.8rem;
  font-weight: 600;
}
.service_banner h1 {
  max-width: 50rem;
}
.service_banner p {
  max-width: 63.7rem;
  margin-top: 1.7rem;
}
.service_banner .btn {
  margin-top: 2.5rem;
  min-width: 22.2rem;
}
.service_banner .img {
  position: absolute;
  width: 86.31944444%;
  height: 100%;
  right: -16.666667%;
  top: 0;
}
.service_banner .img:hover img {
  transform: scale(1.02);
}
.service_banner .img::before {
  position: absolute;
  width: 74.98%;
  height: 100%;
  left: 0;
  bottom: 0;
  content: '';
  background-image: linear-gradient(to right, #edf4f9 0.0004%, #edf4f9 17.4862%, rgba(237, 244, 249, 0.8) 32.6819%, transparent);
  z-index: 1;
  pointer-events: none;
}
.service_banner .advantage_list {
  position: relative;
  z-index: 2;
  padding: 1.9rem 0;
  min-height: 8.8rem;
}
.service_banner .advantage_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 5.2rem;
}
.service_banner .advantage_list li {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  color: #191919;
  padding-left: 3.2rem;
}
.service_banner .advantage_list li::before {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url("../img/gou-full.svg") no-repeat center / contain;
}
.service_related {
  padding: 11.5rem 0 13.7rem;
}
.service_related .service_related_swiper {
  margin-top: 6.1rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
.service_related .service_related_swiper .swiper-slide {
  max-width: 701px;
}
.service_related .service_related_swiper .active .item::after {
  opacity: 1;
}
.service_related .service_related_swiper .active .info .btn_circle {
  background-color: var(--primary);
}
.service_related .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1.6rem;
  border: 1px solid rgba(205, 209, 211, 0.54);
}
.service_related .item:hover img {
  transform: scale(1.02);
}
.service_related .item::after {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: -1px;
  top: -1px;
  content: '';
  border-radius: 1.6rem;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.service_related .item .img {
  background-image: var(--bg2);
  padding-bottom: 49.29%;
  border-radius: 1.6rem 1.6rem 0 0;
}
.service_related .item .info {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 0 2rem;
  padding: 5.1502% 4.2918% 3.0043% 6.2947%;
}
.service_related .item .info .title {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.65px;
}
.service_related .item .info .desc {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--text);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  grid-column: 1;
  max-width: 47.1rem;
  margin-top: 1rem;
}
.service_related .item .info .btn_circle {
  grid-row: span 2;
  align-self: end;
  margin-bottom: 0.9rem;
}
.service_related .swiper_btns {
  max-width: 167.8rem;
}
.service_materials {
  background-color: var(--bg);
  padding: 13.7rem 0 14.1rem;
}
.service_materials .subtitle {
  margin-bottom: 1.8rem;
}
.service_materials h2 {
  letter-spacing: 1.2px;
}
.service_materials .main {
  margin-top: 4.3rem;
}
.service_materials .main .swiper_box + .swiper_box {
  margin-top: 6.9rem;
}
.service_materials .nav {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}
.service_materials .nav .title {
  font-size: 3.8rem;
  font-weight: 600;
  min-width: 12.91666667%;
  border-bottom: 4px solid var(--primary);
  margin-bottom: -2px;
  padding: 1.4rem 0;
  letter-spacing: 0.7px;
}
.service_materials .swiper_btns {
  gap: 2rem;
  margin-bottom: 0.4rem;
}
.service_materials .swiper_btns div {
  width: 2.1rem;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.service_materials .swiper_btns div::after {
  padding-bottom: 66.66667%;
  background-size: contain;
  filter: contrast(0) brightness(0);
}
.service_materials .swiper_btns div:hover::after {
  filter: unset;
}
.service_materials .swiper_btns .swiper-button-disabled::after {
  filter: contrast(0) brightness(0);
}
.service_materials .service_materials_nav_swiper {
  flex: 1;
  max-width: 78.7rem;
  overflow: hidden;
  margin-left: auto;
  border-radius: 100px;
  margin-bottom: 1px;
}
.service_materials .service_materials_nav_swiper .swiper-slide {
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
  color: #3a3a3a;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 100px;
  transition: background-color 0.3s, color 0.3s, padding 0.3s, left 0.3s;
  line-height: 3.7rem;
  width: auto;
  padding: 0 0.85rem;
}
.service_materials .service_materials_nav_swiper .swiper-slide-thumb-active {
  background-color: var(--primary);
  color: #fff;
  padding: 0 1.95rem;
}
.service_materials .service_materials_swiper {
  overflow: hidden;
  margin-top: 5.3rem;
}
.service_materials .service_materials_swiper .flex {
  height: 100%;
}
.service_materials .service_materials_swiper .img {
  display: block;
  width: 30.69444%;
  --h: 67.81818%;
  border-radius: 1.6rem;
  border: 1px solid rgba(205, 209, 211, 0.54);
  background-image: var(--bg2);
}
.service_materials .service_materials_swiper .img:hover img {
  transform: scale(1.02);
}
.service_materials .service_materials_swiper .btn_circle {
  position: absolute;
  z-index: 2;
  right: 6.81818%;
  bottom: 10%;
}
.service_materials .service_materials_swiper .info {
  flex: 1;
  width: 100%;
  max-width: 88rem;
  padding-bottom: 1%;
}
.service_materials .service_materials_swiper .info .title {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.service_materials .service_materials_swiper .info .desc {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: var(--text);
  max-width: 83.8rem;
  margin-top: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.service_materials .service_materials_swiper .info .subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  color: #161616;
  margin-top: 5rem;
}
.service_materials .service_materials_swiper .info .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #242424;
  line-height: 4rem;
  margin-top: 1.3rem;
  gap: 1.6rem;
}
.service_materials .service_materials_swiper .info .tags span {
  border-radius: 3rem;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s;
  padding: 0 1.9rem;
}
.service_materials .service_materials_swiper .info .tags span:hover {
  color: #fff;
  background-color: var(--primary);
}
.service_finishes {
  padding: 13.5rem 0 10.1rem;
}
.service_finishes h2 {
  letter-spacing: 1.2px;
}
.service_finishes .service_finishes_swiper {
  overflow: hidden;
  margin-top: 5.9rem;
  border-radius: 1.6rem;
}
.service_finishes .service_finishes_swiper .swiper-slide {
  max-width: 461px;
}
.service_finishes .service_finishes_swiper .active .finish_item::after {
  opacity: 1;
}
.service_finishes .service_finishes_swiper .active .finish_item .btn_i::before {
  background-color: var(--primary);
}
.service_finishes .finish_item .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.service_finishes .finish_item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.service_intro {
  padding: 10rem 0 16rem;
}
.service_intro .flex + .flex {
  margin-top: 2.1rem;
}
.service_intro .head {
  flex: 1;
  max-width: 72rem;
  width: 100%;
  padding-bottom: 0.5%;
}
.service_intro .head ul {
  font-size: 1.8rem;
  color: var(--text);
  max-width: 64.4rem;
  margin-left: auto;
  margin-top: 10.1%;
}
.service_intro .head ul li + li {
  margin-top: 1.5rem;
}
.service_intro .head ul li {
  position: relative;
  padding-left: 3.6rem;
}
.service_intro .head ul li::before {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
}
.service_intro h2 {
  margin-bottom: 3.6rem;
  letter-spacing: 1.2px;
}
.service_intro p {
  line-height: 2.8rem;
  max-width: 64.9rem;
  margin-top: 1.4rem;
}
.service_intro .btn {
  margin-top: 3.9rem;
  min-width: 22.2rem;
}
.service_intro .img {
  width: 44.6527778%;
  border-radius: 1.8rem;
  height: auto;
}
.service_intro .img:hover img {
  transform: scale(1.02);
}
.service_intro .sm_img {
  width: 45.5555556%;
}
.service_gallery {
  background-color: var(--bg);
  padding: 9.7rem 0 10rem;
}
.service_gallery h2 {
  max-width: 66.8rem;
  letter-spacing: 1.2px;
}
.service_gallery .swiper_btns {
  margin-bottom: 1.4rem;
}
.service_gallery .service_gallery_swiper {
  overflow: hidden;
  margin-top: 5rem;
}
.service_gallery .imgs {
  position: relative;
  padding-bottom: 44.444444%;
}
.service_gallery .imgs > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service_gallery .imgs > div > div {
  flex: 1 1 66.597222%;
}
.service_gallery .imgs > div .lar {
  flex: 1 1 32.01388889%;
}
.service_gallery .imgs > div .lar .syeditorlist {
  flex-direction: column;
}
.service_gallery .imgs .syeditorlist {
  display: flex;
  gap: 1.38889%;
}
.service_gallery .imgs .syeditorlist .syeditorlist {
  gap: 1.5rem 1.9rem;
  height: 100%;
}
.service_gallery .imgs .syeditorlist .syeditorlist div {
  flex: 1;
}
.service_gallery .imgs .syeditorlist .syeditorlist .syeditorlist {
  flex-direction: column;
}
.service_gallery .imgs .img {
  flex: 1;
  border-radius: 1.6rem;
  background-color: #e6eaed;
  height: 100%;
  display: flex;
  align-items: center;
}
.service_gallery .imgs .img:hover img {
  transform: scale(1.02);
}
.service_gallery .imgs .img img {
  height: auto;
  max-height: 100%;
  top: unset;
}
.service_capabilities {
  padding: 13.9rem 0 3.2rem;
}
.service_capabilities h2 {
  letter-spacing: 1.2px;
}
.service_capabilities .table {
  margin-top: 5rem;
  border-radius: 2.2rem;
  border: 1px solid #f0f0f0;
  padding: 0.9rem 4.3rem 1.3rem 1.1rem;
}
.service_capabilities table tr:first-child td:first-child {
  border-radius: 1.2rem 1.2rem 0 0;
}
.service_capabilities table tr:last-child td::before {
  display: none;
}
.service_capabilities table tr:last-child td:first-child {
  border-radius: 0 0 1.2rem 1.2rem;
}
.service_capabilities table td {
  position: relative;
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: var(--text);
  padding: 2.3rem 2.9rem 2.6rem;
}
.service_capabilities table td::before {
  width: calc(100% - 2.9rem);
  height: 2px;
  background-color: #000;
  opacity: 0.06;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
}
.service_capabilities table td:first-child {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: var(--primary);
  color: #fff;
  width: 21.7%;
}
.service_capabilities table td:first-child::before {
  display: none;
}
.service_params {
  padding: 3.2rem 0 3.3rem;
}
.service_params .items > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2.77778%;
}
.service_params .active .item {
  background-color: var(--primary);
  color: #fff;
}
.service_params .active .item .icon {
  background-color: #fff;
}
.service_params .active .item .icon img {
  filter: unset;
}
.service_params .active .item .info .desc {
  color: #fff;
}
.service_params .active .item .info ul li::before {
  filter: contrast(0) brightness(2);
}
.service_params .active .item .btn {
  background-color: #fff;
  border-color: #fff;
  color: #161616;
}
.service_params .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s;
  border-radius: 1.4rem;
  background-color: var(--bg);
  padding: 7.1429% 7.5714% 5.8571%;
}
.service_params .item .icon {
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: var(--primary);
}
.service_params .item .icon img {
  filter: contrast(0) brightness(2);
}
.service_params .item .info {
  flex: 1;
  margin-top: 3rem;
}
.service_params .item .info .title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.35px;
}
.service_params .item .info .desc {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: var(--text);
  transition: all 0.3s;
  max-width: 56.4rem;
  margin-top: 2rem;
}
.service_params .item .info ul {
  margin-top: 1.8rem;
  font-weight: 600;
}
.service_params .item .info ul li + li {
  margin-top: 1.4rem;
}
.service_params .item .info ul li {
  position: relative;
  padding-left: 2.3rem;
}
.service_params .item .info ul li::before {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  left: 0;
  top: 0.4rem;
  content: '';
  background: url("../img/gou.svg") no-repeat center / contain;
  transition: all 0.3s;
}
.service_params .item .btn {
  margin-top: 4.7rem;
  max-width: max-content;
  min-width: 37.373737%;
}
.page_process {
  padding-bottom: 7.8rem;
}
.page_faqs {
  padding-top: 7.8rem;
}
@media screen and (max-width: 768px) {
  .service_banner .flex {
    height: auto;
    min-height: unset;
    max-height: unset;
    padding: 50px 0;
  }
  .service_banner .head {
    padding: 0;
  }
  .service_banner .head h1 {
    font-size: 25px;
  }
  .service_banner .head p {
    line-height: 1.5;
  }
  .service_banner .head ul {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .service_banner .head ul li + li {
    margin-top: 10px;
  }
  .service_banner .head ul li {
    padding-left: 25px;
  }
  .service_banner .head ul li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .service_banner .head ul strong {
    font-size: 15px;
  }
  .service_banner .advantage_list {
    padding: 0 0 20px;
    min-height: unset;
  }
  .service_banner .advantage_list ul {
    gap: 16px;
  }
  .service_banner .advantage_list li {
    font-size: 14px;
    padding-left: 25px;
  }
  .service_banner .advantage_list li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .service_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .service_related .service_related_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .service_related .service_related_swiper .swiper-slide {
    max-width: 346px;
  }
  .service_related .item {
    border-radius: 10px;
  }
  .service_related .item::after {
    border-radius: 10px;
  }
  .service_related .item .img {
    border-radius: 10px 10px 0 0;
  }
  .service_related .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .service_related .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .service_related .item .info .btn_circle {
    margin-bottom: 10px;
  }
  .service_materials {
    padding: 50px 0;
  }
  .service_materials .main {
    margin-top: 30px;
  }
  .service_materials .main .swiper_box + .swiper_box {
    margin-top: 40px;
  }
  .service_materials .nav .title {
    font-size: 20px;
    padding: 14px 0;
    letter-spacing: unset;
  }
  .service_materials .swiper_btns {
    margin: 0;
  }
  .service_materials .swiper_btns div {
    width: 18px;
  }
  .service_materials .service_materials_nav_swiper {
    margin-bottom: 0;
    max-width: 400px;
  }
  .service_materials .service_materials_nav_swiper .swiper-slide {
    font-size: 14px;
    line-height: 30px;
    padding: 0 12px;
  }
  .service_materials .service_materials_nav_swiper .swiper-slide .swiper-slide-thumb-active {
    padding: 0 12px;
  }
  .service_materials .service_materials_swiper {
    margin-top: 30px;
  }
  .service_materials .service_materials_swiper .img {
    border-radius: 10px;
  }
  .service_materials .service_materials_swiper .info {
    padding: 0;
  }
  .service_materials .service_materials_swiper .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .service_materials .service_materials_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .service_materials .service_materials_swiper .info .subtitle {
    font-size: 16px;
    margin-top: 16px;
  }
  .service_materials .service_materials_swiper .info .tags {
    font-size: 14px;
    line-height: 30px;
    margin-top: 14px;
    gap: 10px;
  }
  .service_materials .service_materials_swiper .info .tags span {
    padding: 0 14px;
  }
  .service_finishes {
    padding: 50px 0;
    overflow: hidden;
  }
  .service_finishes .service_finishes_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .service_finishes .service_finishes_swiper .swiper-slide {
    max-width: 313px;
  }
  .service_intro {
    padding: 50px 0;
  }
  .service_intro .flex + .flex {
    margin-top: 30px;
  }
  .service_intro .head {
    padding: 0;
  }
  .service_intro .head ul {
    font-size: 14px;
    margin: 0;
  }
  .service_intro .head ul li + li {
    margin-top: 10px;
  }
  .service_intro .head ul li {
    padding-left: 25px;
  }
  .service_intro .head ul li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .service_intro .img {
    border-radius: 10px;
  }
  .service_gallery {
    padding: 50px 0;
  }
  .service_gallery .swiper_btns {
    margin-bottom: 0;
  }
  .service_gallery .service_gallery_swiper {
    margin-top: 30px;
  }
  .service_gallery .imgs .syeditorlist {
    gap: 10px;
  }
  .service_gallery .imgs .syeditorlist .syeditorlist {
    gap: 10px;
  }
  .service_gallery .imgs .img {
    border-radius: 10px;
  }
  .service_capabilities {
    padding: 50px 0;
  }
  .service_capabilities .table {
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
  }
  .service_capabilities table tr:first-child td:first-child {
    border-radius: 10px 10px 0 0;
  }
  .service_capabilities table tr:last-child td:first-child {
    border-radius: 0 0 10px 10px;
  }
  .service_capabilities table td {
    font-size: 14px;
    line-height: 1.4;
    padding: 14px;
  }
  .service_capabilities table td::before {
    width: calc(100% - 14px);
  }
  .service_capabilities table td:first-child {
    font-size: 15px;
  }
  .service_params {
    padding: 50px 0;
  }
  .service_params .items > ul {
    gap: 16px;
  }
  .service_params .item {
    border-radius: 10px;
    padding: 20px;
  }
  .service_params .item .icon {
    width: 50px;
    height: 50px;
  }
  .service_params .item .info {
    margin-top: 20px;
  }
  .service_params .item .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .service_params .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .service_params .item .info ul {
    margin-top: 12px;
  }
  .service_params .item .info ul li + li {
    margin-top: 10px;
  }
  .service_params .item .info ul li {
    padding-left: 25px;
  }
  .service_params .item .info ul li::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .service_params .item .btn {
    margin-top: 20px;
  }
  .page_process {
    padding-bottom: 50px;
  }
  .page_faqs {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .service_banner .flex {
    padding: 0 0 50px;
  }
  .service_banner .head {
    width: 100%;
  }
  .service_banner .img {
    width: calc(100% + 40px);
    --h: 63.671875%;
    position: relative;
    right: 0;
    margin: 0 -20px;
  }
  .service_banner .img::before {
    width: 100%;
    height: 40%;
    background-image: linear-gradient(to top, #e6f1fc 15%, rgba(230, 241, 252, 0.8), transparent);
  }
  .service_intro .img {
    width: 100%;
  }
  .service_materials {
    overflow: hidden;
  }
  .service_materials .service_materials_swiper .img {
    width: 100%;
  }
  .service_materials .nav .title {
    min-width: unset;
    padding: 0;
    border-bottom: none;
    margin: 0;
  }
  .service_materials .service_materials_nav_swiper {
    flex: unset;
    width: 100%;
    order: 3;
    margin-bottom: 10px;
    overflow: unset;
  }
  .service_params .items > ul {
    grid-template-columns: 1fr;
  }
}
